diff options
author | VolTer <mew.pur.pur@abv.bg> | 2023-05-26 01:46:05 +0200 |
---|---|---|
committer | VolTer <mew.pur.pur@abv.bg> | 2023-05-27 20:03:44 +0200 |
commit | 6f6fbb93be95910c9f630db7fb654c3281d055f9 (patch) | |
tree | 1ba7da64a8645c5a426adfac92034fe9cbca1975 /editor/icons/MaterialPreviewCube.svg | |
parent | a67d37f7cffe7f31c68e971280950d487ea99e2c (diff) | |
download | redot-engine-6f6fbb93be95910c9f630db7fb654c3281d055f9.tar.gz |
Manually optimize a lot of SVGs
Diffstat (limited to 'editor/icons/MaterialPreviewCube.svg')
-rw-r--r-- | editor/icons/MaterialPreviewCube.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/icons/MaterialPreviewCube.svg b/editor/icons/MaterialPreviewCube.svg index c4af05ffb0..e7e56d02aa 100644 --- a/editor/icons/MaterialPreviewCube.svg +++ b/editor/icons/MaterialPreviewCube.svg @@ -1 +1 @@ -<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><g fill-rule="evenodd" transform="translate(0 -1036.4)"><path d="m8 1-7 3v8l7 3 7-3v-8z" fill="#d6d6d6" transform="translate(0 1036.4)"/><path d="m1 1040.4 7 3 7-3-7-3z" fill="#fff"/><path d="m8 1051.4-7-3v-8l7 3z" fill="#e0e0e0"/><path d="m8 1051.4 7-3v-8l-7 3z" fill="#d6d6d6"/></g></svg> +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M8 1 1 4v8l7 3 7-3V4z" fill="#d6d6d6"/><path d="m1 4 7 3 7-3-7-3z" fill="#fff"/><path d="m8 15-7-3V4l7 3z" fill="#e0e0e0"/><path d="m8 15 7-3V4L8 7z" fill="#d6d6d6"/></svg> |