feat: pin icon (#438)

* feat: pin icon

* add tag

* Update tags.json

Co-authored-by: Eric Fennis <eric.fennis@gmail.com>

* fix: pin icon

* split path in pin icon

* split icon stroke `path`

Co-authored-by: Eric Fennis <eric.fennis@gmail.com>

Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
Yashu Mittal
2021-12-28 03:18:39 +05:30
committed by GitHub
parent 252962062b
commit 213990024b
2 changed files with 21 additions and 0 deletions
+15
View 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="M12 21v-7" />
<path d="M9 3v5l-2 4v2h10m0 0h-5m5 0v-2l-2-4V3" />
<path d="M7 3h10" />
</svg>

After

Width:  |  Height:  |  Size: 309 B

+6
View File
@@ -1490,6 +1490,12 @@
"statistics",
"diagram"
],
"pin": [
"save",
"map",
"lock",
"fix"
],
"piggy-bank": [
"money",
"savings"