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/Key.svg | |
parent | f7bc653cbe81018fe362472a0143b7153a52f929 (diff) | |
download | redot-engine-93318d2dd501664c865fd0df2ae7fc28e171d8a4.tar.gz |
Optimize and fix up some SVGs
Diffstat (limited to 'editor/icons/Key.svg')
-rw-r--r-- | editor/icons/Key.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/icons/Key.svg b/editor/icons/Key.svg index 01bf51dbd8..fdf51fd72d 100644 --- a/editor/icons/Key.svg +++ b/editor/icons/Key.svg @@ -1 +1 @@ -<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m11 4a4 4 0 0 0 -3.8691 3h-6.1309v2h1v2h3v-2h2.1328a4 4 0 0 0 3.8672 3 4 4 0 0 0 4-4 4 4 0 0 0 -4-4zm0 2a2 2 0 0 1 2 2 2 2 0 0 1 -2 2 2 2 0 0 1 -2-2 2 2 0 0 1 2-2z" fill="#e0e0e0"/></svg> +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M1 4v2h1v2h3V6h2.133a4 4 0 1 0 0-2zm10-1a2 2 0 0 1 0 4 2 2 0 0 1 0-4z" fill="#e0e0e0"/></svg> |