diff options
author | VolTer <mew.pur.pur@abv.bg> | 2023-06-02 03:42:23 +0200 |
---|---|---|
committer | VolTer <mew.pur.pur@abv.bg> | 2023-06-04 15:11:48 +0200 |
commit | 119456304b0e853afd2ced85fbc436015460cd9e (patch) | |
tree | 9e7abdc7bf7d86e2b44b1188d364ed9d535c04a5 /editor/icons/PackedDataContainer.svg | |
parent | 95c8216923fc9353ac50f469836ae149cb196e83 (diff) | |
download | redot-engine-119456304b0e853afd2ced85fbc436015460cd9e.tar.gz |
Reduce the total size of our SVGs by 15%
Diffstat (limited to 'editor/icons/PackedDataContainer.svg')
-rw-r--r-- | editor/icons/PackedDataContainer.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/icons/PackedDataContainer.svg b/editor/icons/PackedDataContainer.svg index dd08ee4cc0..12d3cfc9b5 100644 --- a/editor/icons/PackedDataContainer.svg +++ b/editor/icons/PackedDataContainer.svg @@ -1 +1 @@ -<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m2 1a1.0001 1.0001 0 0 0 -1 1v12a1.0001 1.0001 0 0 0 1 1h12a1.0001 1.0001 0 0 0 1-1v-12a1.0001 1.0001 0 0 0 -1-1zm1 2h10v10h-10zm1 1v2h2v-2zm3 0v2h2v-2zm3 0v2h2v-2zm-6 3v2h2v-2zm3 0v2h2v-2zm3 0v2h2v-2zm-6 3v2h2v-2zm3 0v2h2v-2z" fill="#e0e0e0" fill-rule="evenodd"/></svg> +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M2 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zm1 2h10v10H3zm1 1v2h2V4zm3 0v2h2V4zm3 0v2h2V4zM4 7v2h2V7zm3 0v2h2V7zm3 0v2h2V7zm-6 3v2h2v-2zm3 0v2h2v-2z" fill="#e0e0e0"/></svg> |