mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 18:27:41 +01:00
feat(icons): added equal-approximately icon (#2594)
* Added icons/equal-approximately.svg * Added icons/equal-approximately.json
This commit is contained in:
15
icons/equal-approximately.json
Normal file
15
icons/equal-approximately.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"ksk3110"
|
||||
],
|
||||
"tags": [
|
||||
"about",
|
||||
"calculate",
|
||||
"maths",
|
||||
"operater"
|
||||
],
|
||||
"categories": [
|
||||
"maths"
|
||||
]
|
||||
}
|
||||
14
icons/equal-approximately.svg
Normal file
14
icons/equal-approximately.svg
Normal file
@@ -0,0 +1,14 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M5 15a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0" />
|
||||
<path d="M5 9a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 321 B |
Reference in New Issue
Block a user