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:
Ankit Sharma
2026-04-28 22:27:44 +05:30
committed by GitHub
parent 50d8af5a10
commit 4b2d07b79c
2 changed files with 34 additions and 0 deletions

21
icons/astroid.json Normal file
View 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
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="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