Add edit icon

This commit is contained in:
Cole Bemis 2017-03-24 01:07:30 -07:00
parent 3a5ee537ef
commit ef6c3fc836
3 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `circle`
- `cloud-off`
- `comment-circle`
- `edit`
- `eye-off`
- `facebook`
- `feather`

View File

@ -66,6 +66,7 @@
"loader",
"clock",
"printer",
"edit",
"square",
"plus-square",
"minus-square",

4
icons/edit.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,14.66V20a2,2,0,0,1-2,2H4a2,2,0,0,1-2-2V6A2,2,0,0,1,4,4H9.34"/>
<polygon points="18 2 22 6 12 16 8 16 8 12 18 2"/>
</svg>

After

Width:  |  Height:  |  Size: 311 B