mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Add bar-chart icon
This commit is contained in:
parent
5b40fa53a1
commit
dc9659d5b2
@ -75,6 +75,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- `arrow-left`
|
||||
- `arrow-right`
|
||||
- `arrow-up`
|
||||
- `bar-chart`
|
||||
- `bell`
|
||||
- `bookmark`
|
||||
- `box`
|
||||
|
@ -97,6 +97,7 @@
|
||||
"watch",
|
||||
"printer",
|
||||
"pie-chart",
|
||||
"bar-chart",
|
||||
"edit",
|
||||
"cog",
|
||||
"rotate-ccw",
|
||||
|
5
icons/bar-chart.svg
Normal file
5
icons/bar-chart.svg
Normal file
@ -0,0 +1,5 @@
|
||||
<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>
|
After Width: | Height: | Size: 356 B |
Loading…
Reference in New Issue
Block a user