feat: Add crown icon (#151)

* feat: Add crown icon

* Update tags.json

Co-authored-by: Alexander Antonov <aantonov@131.ru>
Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
Alexandr Antonov
2020-12-22 23:02:26 +03:00
committed by GitHub
parent 7b7ee1fe63
commit 12f2b29ac7
2 changed files with 14 additions and 0 deletions

13
icons/crown.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="M2 4L5 16H19L22 4L16 11L12 4L8 11L2 4ZM5 20H19" />
</svg>

After

Width:  |  Height:  |  Size: 270 B

View File

@@ -59,6 +59,7 @@
"credit-card": ["purchase", "payment", "cc"], "credit-card": ["purchase", "payment", "cc"],
"crop": ["photo", "image"], "crop": ["photo", "image"],
"crosshair": ["aim", "target"], "crosshair": ["aim", "target"],
"crown": ["king", "winner", "favourite"],
"database": ["storage", "memory"], "database": ["storage", "memory"],
"delete": ["remove"], "delete": ["remove"],
"disc": ["album", "cd", "dvd", "music"], "disc": ["album", "cd", "dvd", "music"],