mediawiki-skins-Vector/resources/skins.vector.styles/images/chevronHorizontal-ltr.svg
Volker E 26f47fe0c3 build: Update 'svgo' to latest v3.2.0
The latest update of 'svgo' dependency includes three optimizations on
converting path commands, which
- improves closing paths and how we determine if to use absolute or
  relative commands.
- round arc or convert to lines based on the geometric sagitta
- convert cubic Bézier curves to quadratic Bézier curves where possible
Also unifiying npm command to qua standard notation `minify:svg`.

Bug: T354875
Change-Id: I4fffd9efd430786911fe36e409d2575bfab719bd
2024-01-11 23:28:28 +01:00

8 lines
253 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
<title>
chevron
</title>
<path d="m9 2 1.3 1.3L3.7 10l6.6 6.7L9 18l-8-8zm8.5 0L19 3.3 12.2 10l6.7 6.7-1.4 1.3-8-8z"/>
</svg>