diff options
author | codecalm <codecalm@gmail.com> | 2020-03-02 17:58:24 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-02 17:58:24 +0100 |
commit | 023d8a77dfc3650259905d0fac8239e359961290 (patch) | |
tree | 8eaac8cccf78598a8dff1bea6645b4a20f31c5d3 /_icons/chart-line.svg | |
parent | icons optimize (diff) | |
download | tabler-icons-023d8a77dfc3650259905d0fac8239e359961290.tar.xz |
charts
Diffstat (limited to '_icons/chart-line.svg')
-rw-r--r-- | _icons/chart-line.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_icons/chart-line.svg b/_icons/chart-line.svg new file mode 100644 index 00000000..045e120c --- /dev/null +++ b/_icons/chart-line.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <line x1="4" y1="19" x2="20" y2="19" /> + <polyline points="4 15 8 9 12 11 16 6 20 10" /> +</svg> |