Add chevron icons

This commit is contained in:
Cole Bemis 2017-05-13 16:41:30 -07:00
parent 39b2af1936
commit 41d661cb52
5 changed files with 16 additions and 0 deletions

View File

@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `bell-off`
- `bluetooth`
- `camera-off`
- `chevron-down`
- `chevron-left`
- `chevron-right`
- `chevron-up`
- `circle`
- `cloud-off`
- `comment-circle`

3
icons/chevron-down.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" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polyline points="6 9 12 15 18 9"/>
</svg>

After

Width:  |  Height:  |  Size: 218 B

3
icons/chevron-left.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" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polyline points="15 18 9 12 15 6"/>
</svg>

After

Width:  |  Height:  |  Size: 219 B

3
icons/chevron-right.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" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polyline points="9 18 15 12 9 6"/>
</svg>

After

Width:  |  Height:  |  Size: 218 B

3
icons/chevron-up.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" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polyline points="18 15 12 9 6 15"/>
</svg>

After

Width:  |  Height:  |  Size: 219 B