Compare commits

...

3 Commits

Author SHA1 Message Date
Karsa
f24d7b7ee3 fix(icons): fix gear centering 2024-07-25 13:51:10 +02:00
Karsa
23974cad2c fix(icons): add danielbayley as co-contributor (hand design) 2024-07-25 13:48:13 +02:00
Karsa
677a2ce7ea feat(icons): add hand-gear icon 2024-07-25 13:46:54 +02:00
2 changed files with 46 additions and 0 deletions

22
icons/hand-gear.json Normal file
View File

@@ -0,0 +1,22 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere",
"danielbayley"
],
"tags": [
"automation",
"innovation",
"skills",
"technical support",
"engineering",
"craftsmanship",
"industrial",
"problem solving",
"manufacturing"
],
"categories": [
"development",
"devices"
]
}

24
icons/hand-gear.svg Normal file
View File

@@ -0,0 +1,24 @@
<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="m10.9 3.2-.4-.9" />
<path d="m10.9 8.8-.4.9" />
<path d="m13.5 2.3-.4.9" />
<path d="m13.5 9.7-.4-.9" />
<path d="m15.4 17.4 3.2-2.8a2 2 0 1 1 2.8 2.9l-3.6 3.3c-.7.8-1.7 1.2-2.8 1.2h-4c-1.1 0-2.1-.4-2.8-1.2l-1.302-1.464A1 1 0 0 0 6.151 19H5" />
<path d="m15.7 4.5-.9.4" />
<path d="m15.7 7.5-.9-.4" />
<path d="M2 14h12a2 2 0 0 1 0 4h-2" />
<path d="M5 14v6a1 1 0 0 1-1 1H2" />
<path d="m9.2 4.9-.9-.4" />
<path d="m9.2 7.1-.9.4" />
<circle cx="12" cy="6" r="3" />
</svg>

After

Width:  |  Height:  |  Size: 706 B