diff options
Diffstat (limited to 'src/_icons/chart-donut-3.svg')
-rw-r--r-- | src/_icons/chart-donut-3.svg | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/_icons/chart-donut-3.svg b/src/_icons/chart-donut-3.svg index 9d085080..78aac871 100644 --- a/src/_icons/chart-donut-3.svg +++ b/src/_icons/chart-donut-3.svg @@ -3,7 +3,8 @@ 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" /> + <path d="M12 3v5m4 4h5" /> + <path d="M8.929 14.582l-3.429 2.918" /> + <circle cx="12" cy="12" r="4" /> + <circle cx="12" cy="12" r="9" /> </svg> |