summaryrefslogtreecommitdiff
path: root/editor/icons/icon_check_button.svg
diff options
context:
space:
mode:
authorHugo Locurcio <hugo.locurcio@hugo.pro>2019-09-24 22:49:30 +0200
committerHugo Locurcio <hugo.locurcio@hugo.pro>2019-09-24 22:49:30 +0200
commit790391bc933f705d37099f5c1e217b9f5488995f (patch)
treeef42554c26a25f72efe8a61f8038b848bf7e7adb /editor/icons/icon_check_button.svg
parentdd3e17588eab8fe0c41fa11f4d33c3fbe5f6dc94 (diff)
Optimize editor icon SVGs using svgcleaner
This makes editor binaries about 230 KB smaller. The command used was: parallel svgcleaner --multipass {} {} ::: editor/icons/*.svg
Diffstat (limited to 'editor/icons/icon_check_button.svg')
-rw-r--r--editor/icons/icon_check_button.svg6
1 files changed, 1 insertions, 5 deletions
diff --git a/editor/icons/icon_check_button.svg b/editor/icons/icon_check_button.svg
index c6e0aa99c9..f689c5fe47 100644
--- a/editor/icons/icon_check_button.svg
+++ b/editor/icons/icon_check_button.svg
@@ -1,5 +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)">
-<path transform="translate(0 1036.4)" d="m5 4a4 4 0 0 0 -4 4 4 4 0 0 0 4 4h6a4 4 0 0 0 4 -4 4 4 0 0 0 -4 -4h-6zm0 2h2.541a4 4 0 0 0 -0.54102 2 4 4 0 0 0 0.54102 2h-2.541a2 2 0 0 1 -2 -2 2 2 0 0 1 2 -2z" fill="#a5efac"/>
-</g>
-</svg>
+<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m5 4a4 4 0 0 0 -4 4 4 4 0 0 0 4 4h6a4 4 0 0 0 4-4 4 4 0 0 0 -4-4zm0 2h2.541a4 4 0 0 0 -.54102 2 4 4 0 0 0 .54102 2h-2.541a2 2 0 0 1 -2-2 2 2 0 0 1 2-2z" fill="#a5efac"/></svg> \ No newline at end of file