From 7cf928e94c0b9258f06a19b17da28734cf4cc891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20T=C3=B6rnkvist?= Date: Sat, 7 Nov 2020 14:23:01 +0100 Subject: [PATCH] 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 * minify hard-hat.svg Co-authored-by: Eric Fennis * minify gavel.svg Co-authored-by: Eric Fennis * minify shovel.svg Co-authored-by: Eric Fennis * minify ruler.svg Co-authored-by: Eric Fennis Co-authored-by: Eric Fennis --- icons/axe.svg | 14 ++++++++++++++ icons/gavel.svg | 17 +++++++++++++++++ icons/hammer.svg | 15 +++++++++++++++ icons/hard-hat.svg | 16 ++++++++++++++++ icons/ruler.svg | 17 +++++++++++++++++ icons/shovel.svg | 15 +++++++++++++++ icons/{tool.svg => wrench.svg} | 0 tags.json | 8 +++++++- 8 files changed, 101 insertions(+), 1 deletion(-) create mode 100644 icons/axe.svg create mode 100644 icons/gavel.svg create mode 100644 icons/hammer.svg create mode 100644 icons/hard-hat.svg create mode 100644 icons/ruler.svg create mode 100644 icons/shovel.svg rename icons/{tool.svg => wrench.svg} (100%) diff --git a/icons/axe.svg b/icons/axe.svg new file mode 100644 index 0000000..653ec28 --- /dev/null +++ b/icons/axe.svg @@ -0,0 +1,14 @@ + + + + diff --git a/icons/gavel.svg b/icons/gavel.svg new file mode 100644 index 0000000..b2e08e1 --- /dev/null +++ b/icons/gavel.svg @@ -0,0 +1,17 @@ + + + + + + + diff --git a/icons/hammer.svg b/icons/hammer.svg new file mode 100644 index 0000000..959433e --- /dev/null +++ b/icons/hammer.svg @@ -0,0 +1,15 @@ + + + + + diff --git a/icons/hard-hat.svg b/icons/hard-hat.svg new file mode 100644 index 0000000..32adfaf --- /dev/null +++ b/icons/hard-hat.svg @@ -0,0 +1,16 @@ + + + + + + diff --git a/icons/ruler.svg b/icons/ruler.svg new file mode 100644 index 0000000..7a7c8e5 --- /dev/null +++ b/icons/ruler.svg @@ -0,0 +1,17 @@ + + + + + + + diff --git a/icons/shovel.svg b/icons/shovel.svg new file mode 100644 index 0000000..964ccd4 --- /dev/null +++ b/icons/shovel.svg @@ -0,0 +1,15 @@ + + + + + diff --git a/icons/tool.svg b/icons/wrench.svg similarity index 100% rename from icons/tool.svg rename to icons/wrench.svg diff --git a/tags.json b/tags.json index 28ff18c..ffb8a8c 100644 --- a/tags.json +++ b/tags.json @@ -12,6 +12,7 @@ "archive": ["index", "box"], "at-sign": ["mention", "at", "email", "message"], "award": ["achievement", "badge"], + "axe": ["hatchet"], "aperture": ["camera", "photo"], "bar-chart": ["statistics", "diagram", "graph"], "bar-chart-2": ["statistics", "diagram", "graph"], @@ -82,6 +83,7 @@ "folder": ["directory"], "framer": ["logo", "design", "tool"], "frown": ["emoji", "face", "bad", "sad", "emotion"], + "gavel": ["hammer", "mallet"], "gift": ["present", "box", "birthday", "party"], "git-branch": ["code", "version control"], "git-commit": ["code", "version control"], @@ -90,7 +92,9 @@ "github": ["logo", "version control"], "gitlab": ["logo", "version control"], "globe": ["world", "browser", "language", "translate"], + "hammer": ["mallet"], "hard-drive": ["computer", "server", "memory", "data"], + "hard-hat": ["helmet", "construction"], "hash": ["hashtag", "number", "pound"], "headphones": ["music", "audio", "sound"], "heart": ["like", "love", "emotion"], @@ -167,6 +171,7 @@ "rotate-ccw": ["arrow"], "rotate-cw": ["arrow"], "rss": ["feed", "subscribe"], + "ruler": ["measure"], "save": ["floppy disk"], "scissors": ["cut"], "search": ["find", "magnifier", "magnifying glass"], @@ -177,6 +182,7 @@ "shield-off": ["security", "insecure"], "shopping-bag": ["ecommerce", "cart", "purchase", "store"], "shopping-cart": ["ecommerce", "cart", "purchase", "store"], + "shovel": ["dig", "spade"], "shuffle": ["music"], "skip-back": ["music"], "skip-forward": ["music"], @@ -200,7 +206,7 @@ "thumbs-up": ["like", "good", "emotion"], "toggle-left": ["on", "off", "switch"], "toggle-right": ["on", "off", "switch"], - "tool": ["settings", "spanner"], + "wrench": ["tool", "settings", "spanner"], "trash": ["garbage", "delete", "remove", "bin"], "trash-2": ["garbage", "delete", "remove", "bin"], "triangle": ["delta"],