feat(icons): added equal-approximately icon (#2594)

* Added icons/equal-approximately.svg

* Added icons/equal-approximately.json
This commit is contained in:
齋藤 恵介
2024-11-15 21:57:25 +09:00
committed by GitHub
parent cb60e31162
commit 2c55c2ab93
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"ksk3110"
],
"tags": [
"about",
"calculate",
"maths",
"operater"
],
"categories": [
"maths"
]
}

View 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