Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2020-03-19 05:03:21 +0300
committerGitHub <noreply@github.com>2020-03-19 05:03:21 +0300
commitb5d8800fea110ca454e1f262c8e7c7a06c071cf0 (patch)
treef72270b3e993767a63224b29171fb47dd6e262a9 /icons/bar-chart-fill.svg
parent6f6f274e2d7b6c0da26939200ef314e5dbacd13f (diff)
Add another 178 icons and resize viewBox to 16x16 (#156)
* Update existing icons and add new icons * 16x16 viewBox * Redraw some icons to fix cropping, forgotten outlining, etc
Diffstat (limited to 'icons/bar-chart-fill.svg')
-rw-r--r--icons/bar-chart-fill.svg8
1 files changed, 4 insertions, 4 deletions
diff --git a/icons/bar-chart-fill.svg b/icons/bar-chart-fill.svg
index 3ad5ffd2b..22ad2878a 100644
--- a/icons/bar-chart-fill.svg
+++ b/icons/bar-chart-fill.svg
@@ -1,5 +1,5 @@
-<svg class="bi bi-bar-chart-fill" width="1em" height="1em" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
- <rect width="4" height="5" x="3" y="12" rx="1"/>
- <rect width="4" height="9" x="8" y="8" rx="1"/>
- <rect width="4" height="14" x="13" y="3" rx="1"/>
+<svg class="bi bi-bar-chart-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
+ <rect width="4" height="5" x="1" y="10" rx="1"/>
+ <rect width="4" height="9" x="6" y="6" rx="1"/>
+ <rect width="4" height="14" x="11" y="1" rx="1"/>
</svg> \ No newline at end of file