diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-09-25 08:46:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-25 08:46:04 +0200 |
commit | 5a4e1045a6264fd888afe7641774a15beed0bdca (patch) | |
tree | ee5abc7bcc9cd49bfda3db8d171b5fc9a50d4148 /editor/icons/icon_control_vcenter_wide.svg | |
parent | 0437044b9ce5d0d9bd3a3812a92f3bd1d7e65268 (diff) | |
parent | 790391bc933f705d37099f5c1e217b9f5488995f (diff) |
Merge pull request #32319 from Calinou/optimize-svgs
Optimize editor icon SVGs using svgcleaner
Diffstat (limited to 'editor/icons/icon_control_vcenter_wide.svg')
-rw-r--r-- | editor/icons/icon_control_vcenter_wide.svg | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/editor/icons/icon_control_vcenter_wide.svg b/editor/icons/icon_control_vcenter_wide.svg index 892bfcc50d..93bbc5748b 100644 --- a/editor/icons/icon_control_vcenter_wide.svg +++ b/editor/icons/icon_control_vcenter_wide.svg @@ -1,7 +1 @@ -<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> -<g transform="translate(0 -1036.4)"> -<rect y="1036.4" width="16" height="16" fill="#919191"/> -<rect x="2" y="1038.4" width="12" height="12" fill="#474747"/> -<rect transform="rotate(90)" x="1038.4" y="-10" width="12" height="4" fill="#d6d6d6"/> -</g> -</svg> +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -1036.4)"><path d="m0 1036.4h16v16h-16z" fill="#919191"/><path d="m2 1038.4h12v12h-12z" fill="#474747"/><path d="m1038.4-10h12v4h-12z" fill="#d6d6d6" transform="rotate(90)"/></g></svg>
\ No newline at end of file |