diff options
Diffstat (limited to '_icons/viewfinder.svg')
-rw-r--r-- | _icons/viewfinder.svg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/_icons/viewfinder.svg b/_icons/viewfinder.svg index 27f511b7..a55090fc 100644 --- a/_icons/viewfinder.svg +++ b/_icons/viewfinder.svg @@ -2,9 +2,9 @@ --- <svg> <circle cx="12" cy="12" r="9" /> - <polyline points="12 3 12 7"/> - <polyline points="12 21 12 18"/> - <polyline points="3 12 7 12"/> - <polyline points="21 12 18 12"/> - <polyline points="12 12 12 12.01"/> + <line x1="12" y1="3" x2="12" y2="7" /> + <line x1="12" y1="21" x2="12" y2="18" /> + <line x1="3" y1="12" x2="7" y2="12" /> + <line x1="21" y1="12" x2="18" y2="12" /> + <line x1="12" y1="12" x2="12" y2="12.01" /> </svg> |