Commit 2ca4f3fd authored by Cole Bemis's avatar Cole Bemis

Add volume icons

parent 8e867e9a
...@@ -8,7 +8,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ...@@ -8,7 +8,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## TODO ## TODO
- `volume` icons (up, down, off, etc.)
- `paper-airplane` - `paper-airplane`
- `copy` - `copy`
- `shop` - `shop`
...@@ -52,6 +51,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ...@@ -52,6 +51,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `user-check` - `user-check`
- `user-x` - `user-x`
- `voicemail` - `voicemail`
- `volume`
- `volume-1`
- `volume-2`
</details> </details>
### Changed ### Changed
...@@ -67,6 +69,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ...@@ -67,6 +69,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `user-minus` - `user-minus`
- `user-plus` - `user-plus`
- `user` - `user`
- `volume-x`
</details </details
## v2.0.0 (2017-05-23) ## v2.0.0 (2017-05-23)
......
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path d="M15.54 8.46a5 5 0 0 1 0 7.07" 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">
<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path d="M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07" 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">
<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line x1="23" y1="9" x2="17" y2="15" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line x1="17" y1="9" x2="23" y2="15" 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">
<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5" 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