Add tag icon

This commit is contained in:
Cole Bemis 2017-05-03 21:21:28 -07:00
parent 12be412c69
commit 9943b10519
3 changed files with 6 additions and 0 deletions

View File

@ -115,6 +115,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `printer` - `printer`
- `search` - `search`
- `star` - `star`
- `tag`
- `unlock` - `unlock`
- `upload` - `upload`
- `upload-cloud` - `upload-cloud`

View File

@ -76,6 +76,7 @@
"align-justify", "align-justify",
"star", "star",
"award", "award",
"tag",
"umbrella", "umbrella",
"droplet", "droplet",
"cloud", "cloud",

4
icons/tag.svg Normal file
View File

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20.59,13.41l-7.17,7.17a2,2,0,0,1-2.83,0L2,12V2H12l8.59,8.59A2,2,0,0,1,20.59,13.41Z"/>
<line x1="7" y1="7" x2="7" y2="7"/>
</svg>

After

Width:  |  Height:  |  Size: 316 B