Add radical icon (square root) (#1847)

* Add `square-root`icon

* Update square-root.svg

* Fix square icon SVG

Co-authored-by: Jakob Guddas <github@jguddas.de>

* Rename `square-root` `radical`

* Rename radical-square.json to square-radical.json

* Rename radical-square.svg to square-radical.svg

* Update radical.json

* Match activity height

Co-authored-by: Karsa <contact@karsa.org>

---------

Co-authored-by: Jakob Guddas <github@jguddas.de>
Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
Co-authored-by: Karsa <contact@karsa.org>
This commit is contained in:
Simon
2024-02-11 23:42:03 +01:00
committed by GitHub
parent 08c040a57d
commit e3923f87c2
4 changed files with 66 additions and 0 deletions

19
icons/radical.json Normal file
View File

@@ -0,0 +1,19 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"smnandre"
],
"tags": [
"calculate",
"formula",
"maths",
"operator",
"root",
"square",
"symbol"
],
"categories": [
"development",
"maths"
]
}

13
icons/radical.svg Normal file
View File

@@ -0,0 +1,13 @@
<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="M3 12h4l3 9 4-17h7" />
</svg>

After

Width:  |  Height:  |  Size: 242 B

20
icons/square-radical.json Normal file
View File

@@ -0,0 +1,20 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"smnandre"
],
"tags": [
"calculate",
"formula",
"maths",
"operator",
"root",
"square",
"symbol"
],
"categories": [
"development",
"maths",
"shapes"
]
}

14
icons/square-radical.svg Normal file
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="M7 12h2l2 5 2-10h4" />
<rect x="3" y="3" width="18" height="18" rx="2" />
</svg>

After

Width:  |  Height:  |  Size: 295 B