diff options
Diffstat (limited to 'src/_icons/chart-donut-2.svg')
-rw-r--r-- | src/_icons/chart-donut-2.svg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/_icons/chart-donut-2.svg b/src/_icons/chart-donut-2.svg index 26ed62f0..1365e71b 100644 --- a/src/_icons/chart-donut-2.svg +++ b/src/_icons/chart-donut-2.svg @@ -3,7 +3,7 @@ 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" /> + <path d="M12 3v5m4 4h5" /> + <circle cx="12" cy="12" r="4" /> + <circle cx="12" cy="12" r="9" /> </svg> |