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 /editor/icons/uint.svg | |
parent | 4af10686882b223879562a5c2adacad6fb756f02 (diff) | |
download | redot-engine-cc6dd8d02cddfe099e9ce72e7e998ff16995f446.tar.gz |
Style: Optimize `.svg` files with `svgo`
Diffstat (limited to 'editor/icons/uint.svg')
-rw-r--r-- | editor/icons/uint.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/icons/uint.svg b/editor/icons/uint.svg index 1be22d7a2f..3582a466ad 100644 --- a/editor/icons/uint.svg +++ b/editor/icons/uint.svg @@ -1 +1 @@ -<svg height="12" viewBox="0 0 16 12" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M5 2v2h2V2zm2 2v2H5V4H3v4a1 1 0 0 1-1-1V4H0v3a3 3 0 0 0 0 .05A3 3 0 0 0 3 10h6V6a1 1 0 0 1 1 1v3h2V7a3 3 0 0 0-3-3zm5 3a3 3 0 0 0 3 3h1V8h-1a1 1 0 0 1-1-1V6h2V4h-2V2h-2z" fill="#5abbef"/><path d="M5 10V4H3v4a1 1 0 0 1-1-1V4H0v3a3 3 0 0 0 3 3zm2 0h2V6a1 1 0 0 1 1 1v3h2V7a3 3 0 0 0-3-3H7z" fill="#fff" fill-opacity=".4"/></svg> +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="12"><path fill="#5abbef" d="M5 2v2h2V2zm2 2v2H5V4H3v4a1 1 0 0 1-1-1V4H0v3a3 3 0 0 0 0 .05A3 3 0 0 0 3 10h6V6a1 1 0 0 1 1 1v3h2V7a3 3 0 0 0-3-3zm5 3a3 3 0 0 0 3 3h1V8h-1a1 1 0 0 1-1-1V6h2V4h-2V2h-2z"/><path fill="#fff" fill-opacity=".4" d="M5 10V4H3v4a1 1 0 0 1-1-1V4H0v3a3 3 0 0 0 3 3zm2 0h2V6a1 1 0 0 1 1 1v3h2V7a3 3 0 0 0-3-3H7z"/></svg>
\ No newline at end of file |