diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-06-04 11:48:52 -0500 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-06-23 08:15:19 -0500 |
commit | cc6dd8d02cddfe099e9ce72e7e998ff16995f446 (patch) | |
tree | 57a56d9dfbfc6de1012462cde41578b0e8d1d79c /scene/theme/icons/zoom_reset.svg | |
parent | 4af10686882b223879562a5c2adacad6fb756f02 (diff) | |
download | redot-engine-cc6dd8d02cddfe099e9ce72e7e998ff16995f446.tar.gz |
Style: Optimize `.svg` files with `svgo`
Diffstat (limited to 'scene/theme/icons/zoom_reset.svg')
-rw-r--r-- | scene/theme/icons/zoom_reset.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/theme/icons/zoom_reset.svg b/scene/theme/icons/zoom_reset.svg index c12d9c3bf2..fd35fe3c74 100644 --- a/scene/theme/icons/zoom_reset.svg +++ b/scene/theme/icons/zoom_reset.svg @@ -1 +1 @@ -<svg height="16" width="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" fill="#b2b2b2" fill-opacity=".65" r="8"/><circle cx="8" cy="8" fill="#fefffe" r="7"/><path d="M8 4.166A1 1 0 0 1 9.526 5v7h-2V6.87l-1.445.962-1-1.6z" fill="#010001"/></svg> +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><circle cx="8" cy="8" r="8" fill="#b2b2b2" fill-opacity=".65"/><circle cx="8" cy="8" r="7" fill="#fefffe"/><path fill="#010001" d="M8 4.166A1 1 0 0 1 9.526 5v7h-2V6.87l-1.445.962-1-1.6z"/></svg>
\ No newline at end of file |