diff options
author | codecalm <codecalm@gmail.com> | 2020-10-16 22:42:51 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-10-16 22:42:51 +0200 |
commit | 654e92b0bc2a818d21b661567db23dbe743b0464 (patch) | |
tree | b910159a70ca870e1601a3a873997c783bc63d3f /src/_icons/chart-donut-2.svg | |
parent | Fixed icons: `file-report`, `hierarchy-2`, `hierarchy` (diff) | |
download | tabler-icons-654e92b0bc2a818d21b661567db23dbe743b0464.tar.xz |
2 new icons: `chart-donut-2`, `chart-donut-3`
Fixed icons: `bell-ringing-2`, `binary`, `file-report`
Diffstat (limited to 'src/_icons/chart-donut-2.svg')
-rw-r--r-- | src/_icons/chart-donut-2.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/chart-donut-2.svg b/src/_icons/chart-donut-2.svg new file mode 100644 index 00000000..26ed62f0 --- /dev/null +++ b/src/_icons/chart-donut-2.svg @@ -0,0 +1,9 @@ +--- +tags: [statistics, diagram, graph, rhythm, data, analysis] +category: Charts +--- +<svg> + <circle cx="12" cy="12" r="1" /> + <path d="M16.924 11.132a5 5 0 1 0 -4.056 5.792" /> + <path d="M3 12a9 9 0 1 0 9 -9" /> +</svg> |