Add list icon

This commit is contained in:
Cole Bemis 2017-05-29 23:31:15 -07:00
parent 28160b397b
commit 10e74c784e
2 changed files with 9 additions and 0 deletions

View File

@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `codepen` - `codepen`
- `edit-2` - `edit-2`
- `edit-3` - `edit-3`
- `list`
- `package` - `package`
- `repeat` - `repeat`
- `slack` - `slack`

8
icons/core/list.svg Normal file
View File

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<line x1="8" y1="6" x2="21" y2="6" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/>
<line x1="8" y1="12" x2="21" y2="12" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/>
<line x1="8" y1="18" x2="21" y2="18" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/>
<line x1="3" y1="6" x2="3" y2="6" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/>
<line x1="3" y1="12" x2="3" y2="12" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/>
<line x1="3" y1="18" x2="3" y2="18" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/>
</svg>

After

Width:  |  Height:  |  Size: 876 B