Commit dc9659d5 authored by Cole Bemis's avatar Cole Bemis

Add bar-chart icon

parent 5b40fa53
...@@ -75,6 +75,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ...@@ -75,6 +75,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `arrow-left` - `arrow-left`
- `arrow-right` - `arrow-right`
- `arrow-up` - `arrow-up`
- `bar-chart`
- `bell` - `bell`
- `bookmark` - `bookmark`
- `box` - `box`
......
...@@ -97,6 +97,7 @@ ...@@ -97,6 +97,7 @@
"watch", "watch",
"printer", "printer",
"pie-chart", "pie-chart",
"bar-chart",
"edit", "edit",
"cog", "cog",
"rotate-ccw", "rotate-ccw",
......
<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">
<rect x="18" y="3" width="4" height="18" rx="1" ry="1"/>
<rect x="10" y="8" width="4" height="13" rx="1" ry="1"/>
<rect x="2" y="13" width="4" height="8" rx="1" ry="1"/>
</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