mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-14 19:28:31 +00:00
5255d40496
This 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 Bug: T354875 Change-Id: Ia2e8e947c7d10fa754885c8d917dc0616708fbaf
9 lines
470 B
XML
9 lines
470 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30">
|
|
<title>
|
|
edit user page
|
|
</title>
|
|
<path d="M6 4.5c-1.66 0-3 1.34-3 3V27c0 1.66 1.34 3 3 3h13.5c1.66 0 3-1.34 3-3V7.5c0-1.66-1.34-3-3-3zm7 6.84A3.33 3.33 0 1 1 13 18a3.33 3.33 0 0 1 0-6.66M13 19c3.94 0 6 2.34 6 3.68v.66H7v-.66C7 21.33 9.06 19 13 19"/>
|
|
<path d="M10.5 0a3 3 0 0 0-3 3H21a3 3 0 0 1 3 3v18a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3z"/>
|
|
</svg>
|