diff options
Diffstat (limited to 'src/_icons/chart-donut-3.svg')
-rw-r--r-- | src/_icons/chart-donut-3.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/chart-donut-3.svg b/src/_icons/chart-donut-3.svg new file mode 100644 index 00000000..9d085080 --- /dev/null +++ b/src/_icons/chart-donut-3.svg @@ -0,0 +1,9 @@ +--- +tags: [statistics, diagram, graph, rhythm, data, analysis] +category: Charts +--- +<svg> + <circle cx="12" cy="12" r="1" /> + <path d="M7 12a5 5 0 1 0 5 -5" /> + <path d="M6.29 18.957a9 9 0 1 0 5.71 -15.957" /> +</svg> |