Commit 6a64e3ee authored by Cole Bemis's avatar Cole Bemis

Add log-in and log-out icons

parent d797ee5f
......@@ -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`
......
<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>
<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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment