diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-10-26 09:25:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-26 09:25:44 +0100 |
commit | d667ea116d419eacfedf81164e4bb140a91e5012 (patch) | |
tree | 7d97f97718aec9ff85013e309014a0852e26c750 /editor/icons/Callable.svg | |
parent | d77deda7b6dd931422b9184c91fd0054ebdc3f0f (diff) | |
parent | a1d9c67f439ad14b3f4ae147eb4fe80f90ca5c3a (diff) |
Merge pull request #43070 from Calinou/optimize-svgs
Optimize SVG using `svgcleaner --multipass`
Diffstat (limited to 'editor/icons/Callable.svg')
-rw-r--r-- | editor/icons/Callable.svg | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/editor/icons/Callable.svg b/editor/icons/Callable.svg index 8f421f4fed..d689f1a4c4 100644 --- a/editor/icons/Callable.svg +++ b/editor/icons/Callable.svg @@ -1,5 +1 @@ -<svg width="16" height="16" version="1.1" viewBox="0 0 4.2333 4.2333" xmlns="http://www.w3.org/2000/svg"> -<g transform="translate(0 -292.77)"> -<path transform="matrix(.26458 0 0 .26458 0 292.77)" d="m12 1c-2 2-4 4-7 4h-4v5h4c3 3.8e-5 5 2 7 4v-13zm1 4v5c2.5896-0.015798 2.5896-4.9849 0-5zm-11 6v4h2l1-4h-3z" fill="#e0e0e0"/> -</g> -</svg> +<svg height="16" viewBox="0 0 4.2333 4.2333" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m12 1c-2 2-4 4-7 4h-4v5h4c3 .000038 5 2 7 4zm1 4v5c2.5896-.015798 2.5896-4.9849 0-5zm-11 6v4h2l1-4z" fill="#e0e0e0" transform="scale(.26458)"/></svg> |