feat: Add hexagon icon

This commit is contained in:
Cole Bemis 2019-03-30 10:12:26 -07:00 committed by Cole Bemis
parent 7b8ff33195
commit 8f658193d2
2 changed files with 14 additions and 0 deletions

13
icons/hexagon.svg Normal file
View File

@ -0,0 +1,13 @@
<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" />
</svg>

After

Width:  |  Height:  |  Size: 345 B

View File

@ -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"],