mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Add log-in and log-out icons
This commit is contained in:
parent
d797ee5f03
commit
6a64e3ee5b
@ -8,11 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## TODO
|
||||
|
||||
- `log-in`
|
||||
- `log-out`
|
||||
- `volume` icons (up, down, off, etc.)
|
||||
- `paper-airplane`
|
||||
- `link` (link, unlink)
|
||||
- `copy`
|
||||
- `shop`
|
||||
|
||||
@ -41,6 +38,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- `edit-2`
|
||||
- `edit-3`
|
||||
- `list`
|
||||
- `log-in`
|
||||
- `log-out`
|
||||
- `navigation-2`
|
||||
- `package`
|
||||
- `repeat`
|
||||
|
5
icons/core/log-in.svg
Normal file
5
icons/core/log-in.svg
Normal file
@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<path d="M14 22h5a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2h-5" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<polyline points="11 16 15 12 11 8" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<line x1="15" y1="12" x2="3" y2="12" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 504 B |
5
icons/core/log-out.svg
Normal file
5
icons/core/log-out.svg
Normal file
@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<path d="M10 22H5a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h5" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<polyline points="17 16 21 12 17 8" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<line x1="21" y1="12" x2="9" y2="12" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 503 B |
Loading…
Reference in New Issue
Block a user