mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-05-18 09:34:43 +02:00
feat(icons): added astroid icon (#4217)
* Added icons/astroid.svg * Added icons/astroid.json * Update astroid.svg to match Lucide Guidelines fix: update astroid SVG to match Lucide design guidelines
This commit is contained in:
21
icons/astroid.json
Normal file
21
icons/astroid.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"whoisBugsbunny"
|
||||
],
|
||||
"tags": [
|
||||
"star",
|
||||
"math",
|
||||
"shape",
|
||||
"curve",
|
||||
"sharp",
|
||||
"four-pointed",
|
||||
"hypocycloid",
|
||||
"ai",
|
||||
"artificial intelligence"
|
||||
],
|
||||
"categories": [
|
||||
"shapes",
|
||||
"math"
|
||||
]
|
||||
}
|
||||
13
icons/astroid.svg
Normal file
13
icons/astroid.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="M12.983 21.186a1 1 0 0 1-1.966 0 10 10 0 0 0-8.203-8.203 1 1 0 0 1 0-1.966 10 10 0 0 0 8.203-8.203 1 1 0 0 1 1.966 0 10 10 0 0 0 8.203 8.203 1 1 0 0 1 0 1.966 10 10 0 0 0-8.203 8.203" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 406 B |
Reference in New Issue
Block a user