diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-09-24 15:31:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-24 15:31:41 +0100 |
commit | b626b93417a5c1fd5f91b3641fb095f7ac50abf1 (patch) | |
tree | 31ea4381fb7b44fc9594727b54d41ef81dcfb58d /assets/icons/arrowTriangleBottom_stroke2_corner1_rounded.svg | |
parent | a1e212ab59c9bd98b0923a7911c5140c3f10ac25 (diff) | |
download | voidsky-b626b93417a5c1fd5f91b3641fb095f7ac50abf1.tar.zst |
Automatically optimise SVG assets (#5467)
* add svgo as dev dep * prefer viewbox * manual config * fix config param names * align config with svgomg * add lint-staged svgo hook * edit hook * add trailing whitespace plugin * run svgo on existing assets
Diffstat (limited to 'assets/icons/arrowTriangleBottom_stroke2_corner1_rounded.svg')
-rw-r--r-- | assets/icons/arrowTriangleBottom_stroke2_corner1_rounded.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/icons/arrowTriangleBottom_stroke2_corner1_rounded.svg b/assets/icons/arrowTriangleBottom_stroke2_corner1_rounded.svg index f40546f7c..e8bd91389 100644 --- a/assets/icons/arrowTriangleBottom_stroke2_corner1_rounded.svg +++ b/assets/icons/arrowTriangleBottom_stroke2_corner1_rounded.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="#000" d="M4.213 6.886c-.673-1.35.334-2.889 1.806-2.889H17.98c1.472 0 2.479 1.539 1.806 2.89l-5.982 11.997c-.74 1.484-2.87 1.484-3.61 0L4.213 6.886Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="#000" d="M4.213 6.886c-.673-1.35.334-2.889 1.806-2.889H17.98c1.472 0 2.479 1.539 1.806 2.89l-5.982 11.997c-.74 1.484-2.87 1.484-3.61 0L4.213 6.886Z"/></svg> |