Add flag icon

This commit is contained in:
Cole Bemis 2017-04-30 17:57:13 -07:00
parent fea8628fb9
commit 9ef5cf0884
3 changed files with 6 additions and 0 deletions

View File

@ -84,6 +84,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `cog` - `cog`
- `comment-square` - `comment-square`
- `file` - `file`
- `flag`
- `folder` - `folder`
- `heart` - `heart`
- `inbox` - `inbox`

View File

@ -91,6 +91,7 @@
"edit", "edit",
"cog", "cog",
"map", "map",
"flag",
"slash", "slash",
"trash", "trash",
"trash-2", "trash-2",

4
icons/flag.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="M4,15s1-1,4-1,5,2,8,2,4-1,4-1V3s-1,1-4,1S11,2,8,2,4,3,4,3Z"/>
<line x1="4" y1="22" x2="4" y2="15"/>
</svg>

After

Width:  |  Height:  |  Size: 293 B