Add feather icon

This commit is contained in:
Cole Bemis 2017-03-01 21:49:11 -08:00
parent da9574c87b
commit 75c48b99dd
3 changed files with 7 additions and 1 deletions

View File

@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Add # new icons:
- `icon-name`
- `feather`
- `...`
### Changed

View File

@ -1,4 +1,5 @@
[
"feather",
"mail",
"lock",
"unlock",

5
icons/feather.svg Normal file
View File

@ -0,0 +1,5 @@
<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.24,12.24a6,6,0,0,0-8.49-8.49L5,10.5V19h8.5Z"/>
<line x1="16" y1="8" x2="2" y2="22"/>
<line x1="17" y1="15" x2="9" y2="15"/>
</svg>

After

Width:  |  Height:  |  Size: 324 B