mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 20:27:43 +01:00
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:
19
icons/radical.json
Normal file
19
icons/radical.json
Normal 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
13
icons/radical.svg
Normal 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
20
icons/square-radical.json
Normal 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
14
icons/square-radical.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="M7 12h2l2 5 2-10h4" />
|
||||
<rect x="3" y="3" width="18" height="18" rx="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 295 B |
Reference in New Issue
Block a user