diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-09-21 10:51:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-21 10:51:06 +0200 |
commit | 82f13288dddcb6add01ddec5cb62a31d85f92bfd (patch) | |
tree | a20c7b63a5f5d490c58b541fc8f27bbe20bc08a6 /editor/icons/icon_mini_plane.svg | |
parent | 2d05e102b7596d14e69a0b6a4a7577225d5af4f0 (diff) | |
parent | 00755ff2c0b482a7346abe2b2523f1e8d8805547 (diff) |
Merge pull request #11453 from djrm/pr_visuals
Visual tweaks.
Diffstat (limited to 'editor/icons/icon_mini_plane.svg')
-rw-r--r-- | editor/icons/icon_mini_plane.svg | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/editor/icons/icon_mini_plane.svg b/editor/icons/icon_mini_plane.svg index 5d2ee937c0..e02fded99f 100644 --- a/editor/icons/icon_mini_plane.svg +++ b/editor/icons/icon_mini_plane.svg @@ -1,12 +1,5 @@ <svg width="16" height="12" version="1.1" viewBox="0 0 16 12" xmlns="http://www.w3.org/2000/svg"> -<g transform="translate(0 -1040.4)" fill="#f77070"> -<path d="m3 1048.4a3 3 0 0 0 3 -3h-2a1 1 0 0 1 -1 1v2z"/> -<path d="m3 1042.4a3 3 0 0 1 3 3h-2a1 1 0 0 0 -1 -1v-2z"/> -<rect transform="scale(-1)" x="-3" y="-1050.4" width="2" height="8"/> -<rect transform="scale(1,-1)" x="7" y="-1047.4" width="2" height="5"/> -<path d="m10 1050.4a3 3 0 0 1 -3 -3h2a1 1 0 0 0 1 1v2z"/> -<rect x="11" y="1044.4" width="2" height="6"/> -<path d="m13 1044.4a3 3 0 0 1 3 3h-2a1 1 0 0 0 -1 -1v-2z"/> -<rect x="14" y="1047.4" width="2" height="3"/> +<g transform="translate(0 -1040.4)"> +<path transform="translate(0 1040.4)" d="m1 2v8h2v-2a3 3 0 0 0 3 -3 3 3 0 0 0 -3 -3h-2zm6 0v5a3 3 0 0 0 3 3v-2a1 1 0 0 1 -1 -1v-5h-2zm-4 2a1 1 0 0 1 1 1 1 1 0 0 1 -1 1v-2zm8 0v6h2v-4a1 1 0 0 1 1 1v3h2v-3a3 3 0 0 0 -3 -3h-2z" fill="#f77070"/> </g> </svg> |