mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Add edit icon
This commit is contained in:
parent
3a5ee537ef
commit
ef6c3fc836
@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- `circle`
|
- `circle`
|
||||||
- `cloud-off`
|
- `cloud-off`
|
||||||
- `comment-circle`
|
- `comment-circle`
|
||||||
|
- `edit`
|
||||||
- `eye-off`
|
- `eye-off`
|
||||||
- `facebook`
|
- `facebook`
|
||||||
- `feather`
|
- `feather`
|
||||||
|
@ -66,6 +66,7 @@
|
|||||||
"loader",
|
"loader",
|
||||||
"clock",
|
"clock",
|
||||||
"printer",
|
"printer",
|
||||||
|
"edit",
|
||||||
"square",
|
"square",
|
||||||
"plus-square",
|
"plus-square",
|
||||||
"minus-square",
|
"minus-square",
|
||||||
|
4
icons/edit.svg
Normal file
4
icons/edit.svg
Normal 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 |
Loading…
Reference in New Issue
Block a user