Add log-in and log-out icons

This commit is contained in:
Cole Bemis 2017-05-30 13:48:53 -07:00
parent d797ee5f03
commit 6a64e3ee5b
3 changed files with 12 additions and 3 deletions

View File

@ -8,11 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## TODO ## TODO
- `log-in`
- `log-out`
- `volume` icons (up, down, off, etc.) - `volume` icons (up, down, off, etc.)
- `paper-airplane` - `paper-airplane`
- `link` (link, unlink)
- `copy` - `copy`
- `shop` - `shop`
@ -41,6 +38,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `edit-2` - `edit-2`
- `edit-3` - `edit-3`
- `list` - `list`
- `log-in`
- `log-out`
- `navigation-2` - `navigation-2`
- `package` - `package`
- `repeat` - `repeat`

5
icons/core/log-in.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">
<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
View 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