Commit bd92d553 authored by Cole Bemis's avatar Cole Bemis

Add layers icon

parent 0bdc179e
...@@ -85,6 +85,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ...@@ -85,6 +85,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `folder` - `folder`
- `heart` - `heart`
- `inbox` - `inbox`
- `layers`
- `layout` - `layout`
- `lock` - `lock`
- `mail` - `mail`
......
...@@ -71,6 +71,7 @@ ...@@ -71,6 +71,7 @@
"sunrise", "sunrise",
"sunset", "sunset",
"wind", "wind",
"layers",
"anchor", "anchor",
"globe", "globe",
"zap", "zap",
......
<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">
<polygon points="12 2 2 7 12 12 22 7 12 2"/>
<polyline points="2 17 12 22 22 17"/>
<polyline points="2 12 12 17 22 12"/>
</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