Commit 4d96bf4e authored by Cole Bemis's avatar Cole Bemis

Add anchor icon

parent ffb70467
......@@ -38,6 +38,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Use SVG `stroke` instead of `fill`. Read more about the benifits of SVG `stroke`:
- [SVG Stroke FTW!](http://danklammer.com/articles/svg-stroke-ftw/)
- Change # icons:
- `anchor`
- `bell`
- `bookmark`
- `camera`
......
......@@ -36,6 +36,7 @@
"star",
"cloud",
"cloud-off",
"anchor",
"square",
"circle",
"circle-plus",
......
<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">
<circle cx="12" cy="5" r="3"/>
<line x1="12" y1="22" x2="12" y2="8"/>
<path d="M5,12H2a10,10,0,0,0,20,0H19"/>
</svg>
\ No newline at end of file
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