From 8f658193d25e943b196a2367319b5d9e85ee9f9f Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Sat, 30 Mar 2019 10:12:26 -0700 Subject: [PATCH] feat: Add `hexagon` icon --- icons/hexagon.svg | 13 +++++++++++++ src/tags.json | 1 + 2 files changed, 14 insertions(+) create mode 100644 icons/hexagon.svg diff --git a/icons/hexagon.svg b/icons/hexagon.svg new file mode 100644 index 00000000..522c2e31 --- /dev/null +++ b/icons/hexagon.svg @@ -0,0 +1,13 @@ + + + diff --git a/src/tags.json b/src/tags.json index 6bfedef7..6b508f03 100644 --- a/src/tags.json +++ b/src/tags.json @@ -70,6 +70,7 @@ "headphones": ["music", "audio"], "heart": ["like", "love"], "help-circle": ["question mark"], + "hexagon": ["shape", "node.js", "logo"], "home": ["house"], "image": ["picture"], "inbox": ["email"],