Icons: Tools and Construction (#118)
* Adding icons: axe, gavel, hammer, hardhat, shovel * Update axe, gavel, hammer * rename tool -> wrench * Update SVG-structure * Add ruler * minify hammer.svg Co-authored-by: Eric Fennis <eric.fennis@gmail.com> * minify hard-hat.svg Co-authored-by: Eric Fennis <eric.fennis@gmail.com> * minify gavel.svg Co-authored-by: Eric Fennis <eric.fennis@gmail.com> * minify shovel.svg Co-authored-by: Eric Fennis <eric.fennis@gmail.com> * minify ruler.svg Co-authored-by: Eric Fennis <eric.fennis@gmail.com> Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
14
icons/axe.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="m14 12-8.501 8.501c-0.828 0.828-2.17 0.828-2.998 0-1e-3 -1e-3 -1e-3 -1e-3 -2e-3 -0-0.828-0.828-0.828-2.17 0-2.998l8.501-8.501"/>
|
||||||
|
<path d="m9 7 4-4 6 6h3s-0.051 0.254-0.13 0.648c-0.538 2.691-2.477 4.888-5.081 5.756-1.003 0.334-1.789 0.596-1.789 0.596v-3z"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 478 B |
17
icons/gavel.svg
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
<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 13l-7.5 7.5c-.83.83-2.17.83-3 0 0 0 0 0 0 0a2.12 2.12 0 010-3L11 10" />
|
||||||
|
<path d="M16 16l6-6" />
|
||||||
|
<path d="M8 8l6-6" />
|
||||||
|
<path d="M9 7l8 8" />
|
||||||
|
<path d="M21 11l-8-8" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 396 B |
15
icons/hammer.svg
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<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="M15 12l-8.5 8.5c-.83.83-2.17.83-3 0 0 0 0 0 0 0a2.12 2.12 0 010-3L12 9" />
|
||||||
|
<path d="M17.64 15L22 10.64" />
|
||||||
|
<path d="M20.91 11.7l-1.25-1.25c-.6-.6-.93-1.4-.93-2.25v-.86L16.01 4.6a5.56 5.56 0 00-3.94-1.64H9l.92.82A6.18 6.18 0 0112 8.4v1.56l2 2h2.47l2.26 1.91" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 484 B |
16
icons/hard-hat.svg
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
<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="M2 18a1 1 0 001 1h18a1 1 0 001-1v-2a1 1 0 00-1-1H3a1 1 0 00-1 1v2z" />
|
||||||
|
<path d="M10 10V5a1 1 0 011-1h2a1 1 0 011 1v5" />
|
||||||
|
<path d="M4 15v-3a6 6 0 016-6h0" />
|
||||||
|
<path d="M14 6h0a6 6 0 016 6v3" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 417 B |
17
icons/ruler.svg
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
<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="m16.0 2.0 6 6-14 14-6-6 14-14" />
|
||||||
|
<path d="m7.5 10.5 2 2" />
|
||||||
|
<path d="m10.5 7.5 2 2" />
|
||||||
|
<path d="m13.5 4.5 2 2" />
|
||||||
|
<path d="m4.5 13.5 2 2" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 379 B |
15
icons/shovel.svg
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<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="M2 22v-5l5-5 5 5-5 5z" />
|
||||||
|
<path d="M9.5 14.5L16 8" />
|
||||||
|
<path d="M17 2l5 5-.5.5a3.53 3.53 0 01-5 0s0 0 0 0a3.53 3.53 0 010-5L17 2" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 355 B |
|
Before Width: | Height: | Size: 376 B After Width: | Height: | Size: 376 B |
@@ -12,6 +12,7 @@
|
|||||||
"archive": ["index", "box"],
|
"archive": ["index", "box"],
|
||||||
"at-sign": ["mention", "at", "email", "message"],
|
"at-sign": ["mention", "at", "email", "message"],
|
||||||
"award": ["achievement", "badge"],
|
"award": ["achievement", "badge"],
|
||||||
|
"axe": ["hatchet"],
|
||||||
"aperture": ["camera", "photo"],
|
"aperture": ["camera", "photo"],
|
||||||
"bar-chart": ["statistics", "diagram", "graph"],
|
"bar-chart": ["statistics", "diagram", "graph"],
|
||||||
"bar-chart-2": ["statistics", "diagram", "graph"],
|
"bar-chart-2": ["statistics", "diagram", "graph"],
|
||||||
@@ -82,6 +83,7 @@
|
|||||||
"folder": ["directory"],
|
"folder": ["directory"],
|
||||||
"framer": ["logo", "design", "tool"],
|
"framer": ["logo", "design", "tool"],
|
||||||
"frown": ["emoji", "face", "bad", "sad", "emotion"],
|
"frown": ["emoji", "face", "bad", "sad", "emotion"],
|
||||||
|
"gavel": ["hammer", "mallet"],
|
||||||
"gift": ["present", "box", "birthday", "party"],
|
"gift": ["present", "box", "birthday", "party"],
|
||||||
"git-branch": ["code", "version control"],
|
"git-branch": ["code", "version control"],
|
||||||
"git-commit": ["code", "version control"],
|
"git-commit": ["code", "version control"],
|
||||||
@@ -90,7 +92,9 @@
|
|||||||
"github": ["logo", "version control"],
|
"github": ["logo", "version control"],
|
||||||
"gitlab": ["logo", "version control"],
|
"gitlab": ["logo", "version control"],
|
||||||
"globe": ["world", "browser", "language", "translate"],
|
"globe": ["world", "browser", "language", "translate"],
|
||||||
|
"hammer": ["mallet"],
|
||||||
"hard-drive": ["computer", "server", "memory", "data"],
|
"hard-drive": ["computer", "server", "memory", "data"],
|
||||||
|
"hard-hat": ["helmet", "construction"],
|
||||||
"hash": ["hashtag", "number", "pound"],
|
"hash": ["hashtag", "number", "pound"],
|
||||||
"headphones": ["music", "audio", "sound"],
|
"headphones": ["music", "audio", "sound"],
|
||||||
"heart": ["like", "love", "emotion"],
|
"heart": ["like", "love", "emotion"],
|
||||||
@@ -167,6 +171,7 @@
|
|||||||
"rotate-ccw": ["arrow"],
|
"rotate-ccw": ["arrow"],
|
||||||
"rotate-cw": ["arrow"],
|
"rotate-cw": ["arrow"],
|
||||||
"rss": ["feed", "subscribe"],
|
"rss": ["feed", "subscribe"],
|
||||||
|
"ruler": ["measure"],
|
||||||
"save": ["floppy disk"],
|
"save": ["floppy disk"],
|
||||||
"scissors": ["cut"],
|
"scissors": ["cut"],
|
||||||
"search": ["find", "magnifier", "magnifying glass"],
|
"search": ["find", "magnifier", "magnifying glass"],
|
||||||
@@ -177,6 +182,7 @@
|
|||||||
"shield-off": ["security", "insecure"],
|
"shield-off": ["security", "insecure"],
|
||||||
"shopping-bag": ["ecommerce", "cart", "purchase", "store"],
|
"shopping-bag": ["ecommerce", "cart", "purchase", "store"],
|
||||||
"shopping-cart": ["ecommerce", "cart", "purchase", "store"],
|
"shopping-cart": ["ecommerce", "cart", "purchase", "store"],
|
||||||
|
"shovel": ["dig", "spade"],
|
||||||
"shuffle": ["music"],
|
"shuffle": ["music"],
|
||||||
"skip-back": ["music"],
|
"skip-back": ["music"],
|
||||||
"skip-forward": ["music"],
|
"skip-forward": ["music"],
|
||||||
@@ -200,7 +206,7 @@
|
|||||||
"thumbs-up": ["like", "good", "emotion"],
|
"thumbs-up": ["like", "good", "emotion"],
|
||||||
"toggle-left": ["on", "off", "switch"],
|
"toggle-left": ["on", "off", "switch"],
|
||||||
"toggle-right": ["on", "off", "switch"],
|
"toggle-right": ["on", "off", "switch"],
|
||||||
"tool": ["settings", "spanner"],
|
"wrench": ["tool", "settings", "spanner"],
|
||||||
"trash": ["garbage", "delete", "remove", "bin"],
|
"trash": ["garbage", "delete", "remove", "bin"],
|
||||||
"trash-2": ["garbage", "delete", "remove", "bin"],
|
"trash-2": ["garbage", "delete", "remove", "bin"],
|
||||||
"triangle": ["delta"],
|
"triangle": ["delta"],
|
||||||
|
|||||||