Add edit icons

This commit is contained in:
Cole Bemis 2017-05-29 23:26:21 -07:00
parent c05a1f3a0d
commit 08470872ab
3 changed files with 9 additions and 0 deletions

View File

@ -26,6 +26,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `cloud-rain`
- `cloud-snow`
- `codepen`
- `edit-2`
- `edit-3`
- `repeat`
- `slack`
- `trend-down`

3
icons/core/edit-2.svg Normal file
View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<polygon points="16 3 21 8 8 21 3 21 3 16 16 3" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
</svg>

After

Width:  |  Height:  |  Size: 235 B

4
icons/core/edit-3.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">
<polygon points="14 2 18 6 7 17 3 17 3 13 14 2" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line x1="3" y1="22" x2="21" y2="22" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
</svg>

After

Width:  |  Height:  |  Size: 368 B