diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/_icons/view-360.svg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/_icons/view-360.svg b/src/_icons/view-360.svg index 38fa7ca3..cab6c16e 100644 --- a/src/_icons/view-360.svg +++ b/src/_icons/view-360.svg @@ -1,6 +1,7 @@ --- --- <svg> -<ellipse cx="12" cy="12" rx="4" ry="9" /> -<ellipse cx="12" cy="12" rx="4" ry="9" transform="rotate(90 12 12)" /> + <circle cx="12" cy="12" r="9" /> + <ellipse cx="12" cy="12" rx="4" ry="9" /> + <ellipse cx="12" cy="12" rx="4" ry="9" transform="rotate(90 12 12)" /> </svg> |