diff options
author | Joas Schilling <coding@schilljs.com> | 2023-04-17 10:53:46 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-04-24 08:59:38 +0200 |
commit | f2afccfd569b7c6de0234514a321409dc238dc2a (patch) | |
tree | b0d86ee7e19aea8f98d4e01dc8b98ab2dcc702d8 /core/img/actions/view-next.svg | |
parent | 636803225792412a4162846810a953491ee717fd (diff) | |
download | nextcloud-server-f2afccfd569b7c6de0234514a321409dc238dc2a.tar.gz nextcloud-server-f2afccfd569b7c6de0234514a321409dc238dc2a.zip |
fix(assets): Optimize SVGs with scour 0.38.2
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/img/actions/view-next.svg')
-rw-r--r-- | core/img/actions/view-next.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/img/actions/view-next.svg b/core/img/actions/view-next.svg index 66371c16a77..041d3bf6f35 100644 --- a/core/img/actions/view-next.svg +++ b/core/img/actions/view-next.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" height="32" width="32" viewbox="0 0 32 32"><defs><filter id="a" height="1.448" width="1.807" y="-.224" x="-.404" color-interpolation-filters="sRGB"><feGaussianBlur stdDeviation="2.416"/></filter></defs><path filter="url(#a)" stroke="#000" stroke-width="2" d="M10.414 28.952L9 27.538l11.535-11.536L9 4.466l1.414-1.414 12.95 12.95z"/><path d="M10.414 28.952L9 27.538l11.535-11.536L9 4.466l1.414-1.414 12.95 12.95z" fill="#fff"/></svg>
\ No newline at end of file +<svg width="32" height="32" viewbox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><defs><filter id="a" x="-.404" y="-.224" width="1.807" height="1.448" color-interpolation-filters="sRGB"><feGaussianBlur stdDeviation="2.416"/></filter></defs><path d="M10.414 28.952L9 27.538l11.535-11.536L9 4.466l1.414-1.414 12.95 12.95z" filter="url(#a)" stroke="#000" stroke-width="2"/><path d="M10.414 28.952L9 27.538l11.535-11.536L9 4.466l1.414-1.414 12.95 12.95z" fill="#fff"/></svg> |