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/Plane.svg | |
parent | 98b50eb3083094a352b36b184d7b60b77ad982fe (diff) | |
download | redot-engine-ea513928248f2406183d9a479cb07095efe70c08.tar.gz |
Optimize Variant icons
Diffstat (limited to 'editor/icons/Plane.svg')
-rw-r--r-- | editor/icons/Plane.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/icons/Plane.svg b/editor/icons/Plane.svg index 5857ac56f7..eb3c5482a4 100644 --- a/editor/icons/Plane.svg +++ b/editor/icons/Plane.svg @@ -1 +1 @@ -<svg height="12" viewBox="0 0 16 12" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m1 2v8h2v-2a3 3 0 0 0 3-3 3 3 0 0 0 -3-3zm6 0v5a3 3 0 0 0 3 3v-2a1 1 0 0 1 -1-1v-5zm-4 2a1 1 0 0 1 1 1 1 1 0 0 1 -1 1zm8 0v6h2v-4a1 1 0 0 1 1 1v3h2v-3a3 3 0 0 0 -3-3z" fill="#f74949"/></svg> +<svg height="12" viewBox="0 0 16 12" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M1 2v8h2V8a3 3 0 0 0 0-6zm6 0v5a3 3 0 0 0 3 3V8a1 1 0 0 1-1-1V2zM3 4a1 1 0 0 1 0 2zm8 0v6h2V6a1 1 0 0 1 1 1v3h2V7a3 3 0 0 0-3-3z" fill="#f74949"/></svg> |