diff options
author | VolTer <mew.pur.pur@abv.bg> | 2023-05-29 23:34:01 +0200 |
---|---|---|
committer | VolTer <mew.pur.pur@abv.bg> | 2023-05-30 10:40:07 +0200 |
commit | 829beafd570d421c530f641e48257f253d10f22d (patch) | |
tree | 67eee383f322ac9afc0399cdd8b8000b85a366a4 /editor/icons/Ungroup.svg | |
parent | 1ae0bb0e8f9061f771177cc744f3ffa677d27145 (diff) | |
download | redot-engine-829beafd570d421c530f641e48257f253d10f22d.tar.gz |
Optimize many SVG icons
Diffstat (limited to 'editor/icons/Ungroup.svg')
-rw-r--r-- | editor/icons/Ungroup.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/icons/Ungroup.svg b/editor/icons/Ungroup.svg index f3f1051bcc..14afe4123f 100644 --- a/editor/icons/Ungroup.svg +++ b/editor/icons/Ungroup.svg @@ -1 +1 @@ -<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -1036.4)"><path d="m7 1037.4v6h-6v8h8v-6h6v-8zm2 2h4v4h-4z" fill="#e0e0e0" fill-opacity=".39216"/><path d="m7 1v2c0 .0000234.446 0 1 0s1 .0000234 1 0v-2c0-.00002341-.446 0-1 0s-1-.00002341-1 0zm6 0v2c0 .0000234.446 0 1 0s1 .0000234 1 0v-2c0-.00002341-.446 0-1 0s-1-.00002341-1 0zm-12 6v2c0 .0000234.446 0 1 0s1 .0000234 1 0v-2c0-.0000234-.446 0-1 0s-1-.0000234-1 0zm6 0v2c0 .0000234.446 0 1 0s1 .0000234 1 0v-2c0-.0000234-.446 0-1 0s-1-.0000234-1 0zm6 0v2c0 .0000234.446 0 1 0s1 .0000234 1 0v-2c0-.0000234-.446 0-1 0s-1-.0000234-1 0zm-12 6v2c0 .000023.446 0 1 0s1 .000023 1 0v-2c0-.000023-.446 0-1 0s-1-.000023-1 0zm6 0v2c0 .000023.446 0 1 0s1 .000023 1 0v-2c0-.000023-.446 0-1 0s-1-.000023-1 0z" fill="#fff" transform="translate(0 1036.4)"/></g></svg> +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 1v6H1v8h8V9h6V1zm2 2h4v4H9z" fill="#e0e0e0" fill-opacity=".392"/><path d="M7 1v2h2V1H7zm6 0v2h2V1h-2zM1 7v2h2V7H1zm6 0v2h2V7H7zm6 0v2h2V7h-2zM1 13v2h2v-2H1zm6 0v2h2v-2H7z" fill="#fff"/></svg> |