summaryrefslogtreecommitdiff
path: root/editor/icons/icon_warning.svg
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-09-25 08:46:04 +0200
committerGitHub <noreply@github.com>2019-09-25 08:46:04 +0200
commit5a4e1045a6264fd888afe7641774a15beed0bdca (patch)
treeee5abc7bcc9cd49bfda3db8d171b5fc9a50d4148 /editor/icons/icon_warning.svg
parent0437044b9ce5d0d9bd3a3812a92f3bd1d7e65268 (diff)
parent790391bc933f705d37099f5c1e217b9f5488995f (diff)
Merge pull request #32319 from Calinou/optimize-svgs
Optimize editor icon SVGs using svgcleaner
Diffstat (limited to 'editor/icons/icon_warning.svg')
-rw-r--r--editor/icons/icon_warning.svg6
1 files changed, 1 insertions, 5 deletions
diff --git a/editor/icons/icon_warning.svg b/editor/icons/icon_warning.svg
index 8f6bf2184a..698288d5a9 100644
--- a/editor/icons/icon_warning.svg
+++ b/editor/icons/icon_warning.svg
@@ -1,5 +1 @@
-<svg width="8" height="8" version="1.1" viewBox="0 0 8 8" xmlns="http://www.w3.org/2000/svg">
-<g transform="translate(0 -1044.4)">
-<rect y="1044.4" width="8" height="8" ry="4" fill="#ffdd65"/>
-</g>
-</svg>
+<svg height="8" viewBox="0 0 8 8" width="8" xmlns="http://www.w3.org/2000/svg"><rect fill="#ffdd65" height="8" ry="4" width="8"/></svg> \ No newline at end of file