diff options
author | MewPurPur <mew.pur.pur@abv.bg> | 2023-06-11 00:19:44 +0200 |
---|---|---|
committer | MewPurPur <mew.pur.pur@abv.bg> | 2023-06-12 18:05:14 +0200 |
commit | ecb7a9954b541a0d1bdd38b8b06b877bd7075766 (patch) | |
tree | 76eb765642d4f966e790ec147094e2aaf26fc64e /editor/icons/OptionButton.svg | |
parent | 37d1dfef9d81aade27ab0c56fc6b6f12f6a08045 (diff) | |
download | redot-engine-ecb7a9954b541a0d1bdd38b8b06b877bd7075766.tar.gz |
Optimize a few SVGs
Diffstat (limited to 'editor/icons/OptionButton.svg')
-rw-r--r-- | editor/icons/OptionButton.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/icons/OptionButton.svg b/editor/icons/OptionButton.svg index 0e41623e41..42abe88762 100644 --- a/editor/icons/OptionButton.svg +++ b/editor/icons/OptionButton.svg @@ -1 +1 @@ -<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M3 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm8 3a1 1 0 0 1 .717 1.721l-3 3a1 1 0 0 1-1.414 0l-3-3a1 1 0 0 1 1.414-1.414L8 8.6l2.293-2.293A1 1 0 0 1 11 6z" fill="#8eef97"/></svg> +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M3 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm7.293 3.307a1 1 0 0 1 1.424 1.414l-3 3a1 1 0 0 1-1.414 0l-3-3a1 1 0 0 1 1.414-1.414L8 8.6z" fill="#8eef97"/></svg> |