mediawiki-extensions-Multim.../resources/mmv/ui/img/restrict-nazi.svg
Volker E cfcb8d4755 build: Update 'svgo' to latest v3.2.0 and re-crush SVGs
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
- removing obsolete 'grayscale.svg' which was introduced in
  I0f2c2b24aece3b but seems to have not been in use. It itself is not
  reasonable, as an SVG filter needs an element to be applied to, which
  this SVG didn't feature.
- unifying npm command to qua standard notation `minify:svg` and add
  “parent” command `minify` as well.

Bug: T354875
Change-Id: Ie4d8ef85b9b9d28943a7216f0b5ed6392592a43e
2024-01-18 12:04:02 +01:00

5 lines
828 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">
<path fill="#202122" fill-rule="evenodd" d="M32.008 0 12.805 19.195l6.398 6.399L38.406 6.398zm12.797 12.797-6.399 6.398 19.196 19.203L64 32zM31.992 19.5q-1.339 0-2.172.832-.834.833-.836 2.195 0 1.502.852 4.965l.945 3.86c.471 1.91.744 3.529.828 4.873h.797c.157-1.886.404-3.506.742-4.873l.961-3.86q.906-3.676.907-5.017.001-1.29-.868-2.121c-.567-.566-1.286-.854-2.156-.854M6.398 25.602 0 32l19.203 19.203 6.39-6.398L6.399 25.602zm38.407 12.796L25.602 57.602 31.992 64l19.211-19.203zm-12.774.36c-.82 0-1.518.28-2.086.846-.567.565-.851 1.247-.851 2.037s.284 1.461.851 2.027q.871.832 2.086.832c.81 0 1.495-.278 2.063-.832.58-.566.867-1.238.867-2.027a2.7 2.7 0 0 0-.867-2.037 2.8 2.8 0 0 0-2.063-.846"/>
</svg>