Add bolt (settings variant)/drill icons (#1340)

* Add `bolt` (settings variant) icon

* Add `screw` icon

* Add `screw-head` icon

* Add `drill` icon

* Improve tool icons metadata

* Revert "Add `screw-head` icon"

This reverts commit 15cc69ffea.

* Revert "Add `screw` icon"

This reverts commit bc764555d5.

* Simplify `drill` icon

* Update icons/drill.svg

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

---------

Co-authored-by: Karsa <contact@karsa.org>
This commit is contained in:
Daniel Bayley
2024-01-04 15:24:16 +00:00
committed by GitHub
parent fd4308e755
commit 001d0a51fb
6 changed files with 91 additions and 5 deletions

22
icons/bolt.json Normal file
View File

@@ -0,0 +1,22 @@
{
"$schema": "../icon.schema.json",
"tags": [
"nut",
"screw",
"settings",
"preferences",
"configuration",
"controls",
"edit",
"diy",
"fixed",
"build",
"contruction",
"parts"
],
"categories": [
"account",
"tools",
"home"
]
}

14
icons/bolt.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="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z" />
<circle cx="12" cy="12" r="4" />
</svg>

After

Width:  |  Height:  |  Size: 380 B

21
icons/drill.json Normal file
View File

@@ -0,0 +1,21 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"power",
"bit",
"head",
"hole",
"diy",
"toolbox",
"build",
"construction"
],
"categories": [
"tools",
"home",
"devices"
]
}

19
icons/drill.svg Normal file
View File

@@ -0,0 +1,19 @@
<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="M14 9c0 .6-.4 1-1 1H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9c.6 0 1 .4 1 1Z" />
<path d="M18 6h4" />
<path d="M14 4h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-3" />
<path d="m5 10-2 8" />
<path d="M12 10v3c0 .6-.4 1-1 1H8" />
<path d="m7 18 2-8" />
<path d="M5 22c-1.7 0-3-1.3-3-3 0-.6.4-1 1-1h7c.6 0 1 .4 1 1v2c0 .6-.4 1-1 1Z" />
</svg>

After

Width:  |  Height:  |  Size: 545 B

View File

@@ -5,9 +5,15 @@
"ericfennis"
],
"tags": [
"mallet"
"mallet",
"nails",
"diy",
"toolbox",
"build",
"construction"
],
"categories": [
"tools"
"tools",
"home"
]
}

View File

@@ -7,13 +7,17 @@
],
"tags": [
"account",
"tool",
"settings",
"spanner"
"spanner",
"diy",
"toolbox",
"build",
"construction"
],
"categories": [
"account",
"development",
"tools"
"tools",
"home"
]
}