diff options
author | codecalm <codecalm@gmail.com> | 2020-10-06 02:12:03 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-10-06 02:12:03 +0200 |
commit | 48b8dfaabfaf121138220ce4bfce6e8d057344bf (patch) | |
tree | a235a488031f2eddaca9d4354669c07d6c0c9f10 /src/_icons/view-360.svg | |
parent | Merge remote-tracking branch 'origin/master' (diff) | |
download | tabler-icons-48b8dfaabfaf121138220ce4bfce6e8d057344bf.tar.xz |
`view-360` fix
Diffstat (limited to 'src/_icons/view-360.svg')
-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> |