diff options
Diffstat (limited to 'src/_icons/circle-2.svg')
-rw-r--r-- | src/_icons/circle-2.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_icons/circle-2.svg b/src/_icons/circle-2.svg index 17c844f7..8bde7bcd 100644 --- a/src/_icons/circle-2.svg +++ b/src/_icons/circle-2.svg @@ -2,6 +2,6 @@ category: Numbers --- <svg> - <path d="M10 10a2 2 0 1 1 4 0c0 .591-.417 1.318-.816 1.858L10 16.001 14 16"/> - <circle cx="12" cy="12" r="9"/> + <path d="M10 10a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 -.001" /> + <circle cx="12" cy="12" r="9" /> </svg> |