diff options
author | MewPurPur <mew.pur.pur@abv.bg> | 2023-08-01 16:46:56 +0300 |
---|---|---|
committer | MewPurPur <mew.pur.pur@abv.bg> | 2023-08-13 17:48:17 +0300 |
commit | 93318d2dd501664c865fd0df2ae7fc28e171d8a4 (patch) | |
tree | 6fec1f62773879e19bb7ce8f88779d2b575bc2bb /editor/icons/Button.svg | |
parent | f7bc653cbe81018fe362472a0143b7153a52f929 (diff) | |
download | redot-engine-93318d2dd501664c865fd0df2ae7fc28e171d8a4.tar.gz |
Optimize and fix up some SVGs
Diffstat (limited to 'editor/icons/Button.svg')
-rw-r--r-- | editor/icons/Button.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/icons/Button.svg b/editor/icons/Button.svg index a856b29a02..ae7444c23b 100644 --- a/editor/icons/Button.svg +++ b/editor/icons/Button.svg @@ -1 +1 @@ -<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m7 1v3.1328l-1.4453-.96484-1.1094 1.6641 3 2a1.0001 1.0001 0 0 0 1.1094 0l3-2-1.1094-1.6641-1.4453.96484v-3.1328zm-1.5 8c-.831 0-1.5.669-1.5 1.5v1.5h-2v2h12v-2h-2v-1.5c0-.831-.669-1.5-1.5-1.5z" fill="#8eef97"/></svg> +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 1v3.133l-1.445-.965-1.11 1.664 3 2a1 1 0 0 0 1.11 0l3-2-1.11-1.664L9 4.133V1zM5.5 9A1.5 1.5 0 0 0 4 10.5V12H2v2h12v-2h-2v-1.5A1.5 1.5 0 0 0 10.5 9z" fill="#8eef97"/></svg> |