diff options
author | MewPurPur <mew.pur.pur@abv.bg> | 2023-07-06 10:38:56 +0300 |
---|---|---|
committer | MewPurPur <mew.pur.pur@gmail.com> | 2023-09-12 14:15:55 +0300 |
commit | ea513928248f2406183d9a479cb07095efe70c08 (patch) | |
tree | 2caa685f9295a4db1ec07b2066cf270e287bbed0 /editor/icons/String.svg | |
parent | 98b50eb3083094a352b36b184d7b60b77ad982fe (diff) | |
download | redot-engine-ea513928248f2406183d9a479cb07095efe70c08.tar.gz |
Optimize Variant icons
Diffstat (limited to 'editor/icons/String.svg')
-rw-r--r-- | editor/icons/String.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/icons/String.svg b/editor/icons/String.svg index abcb92d4b2..0028973437 100644 --- a/editor/icons/String.svg +++ b/editor/icons/String.svg @@ -1 +1 @@ -<svg height="12" viewBox="0 0 16 12" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m5 2a3 3 0 0 0 -3 3v2a1 1 0 0 1 -1 1h-1v2h1a3 3 0 0 0 3-3v-2a1 1 0 0 1 1-1h1v-2zm2 0v5a3 3 0 0 0 3 3h1v-2h-1a1 1 0 0 1 -1-1v-1h2v-2h-2v-2zm8 2a3 3 0 0 0 -3 3v3h2v-3a1 1 0 0 1 1-1h1v-2z" fill="#4593ec"/></svg> +<svg height="12" viewBox="0 0 16 12" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 2H4a2.5 2.5 0 0 0 0 5 .5.5 0 0 1 0 1H1v2h3a2.5 2.5 0 0 0 0-5 .5.5 0 0 1 0-1h3zm1 0v5a3 3 0 0 0 3 3V8a1 1 0 0 1-1-1V6h1V4h-1V2zm4 8h2V7a1 1 0 0 1 1-1V4a3 3 0 0 0-3 3z" fill="#4593ec"/></svg> |