mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 07:43:47 +00:00
icons: Amend external link icon for lo-dpi screens
Following-up I05b832a36e8, which has seen the right canvas of 12x12, but an older, incorrect version of the icon not perfectly optimized for the lo-dpi screens. Bug: T261391 Change-Id: Ia0054372c4d3bd5bb7e4b24a8f412bcaf6bcd80b
This commit is contained in:
parent
9fc2f4403e
commit
23b1fb3b45
|
@ -1,10 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" shape-rendering="crispEdges" viewBox="0 0 12 12">
|
||||
<title>
|
||||
external link
|
||||
</title>
|
||||
<g fill="#36c">
|
||||
<path d="M10 10H2V2h3V1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V7h-1z"/>
|
||||
<path d="m7 1 1 2-3 3 1 1 3-3 2 1V1z"/>
|
||||
</g>
|
||||
<path fill="#36c" d="m6.2 0 2.3 2.5L5 5.7 6.2 7l3.5-3.2L12 6.4V0H6.2Z"/>
|
||||
<path stroke="#36c" d="M4 .5H1M11.5 8v3M.5 1v10m.5.5h10"/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 313 B After Width: | Height: | Size: 328 B |
|
@ -3,8 +3,6 @@
|
|||
<title>
|
||||
external link
|
||||
</title>
|
||||
<g fill="#36c">
|
||||
<path d="M2 10h8V2H7V1h3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V7h1z"/>
|
||||
<path d="M5 1 4 3l3 3-1 1-3-3-2 1V1z"/>
|
||||
</g>
|
||||
<path fill="#36c" d="M5.8 0 3.5 2.5 7 5.7 5.8 7 2.3 3.8 0 6.4V0h5.8Z"/>
|
||||
<path stroke="#36c" d="M8 .5h3M.5 8v3m11-10v10m-.5.5H1"/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 340 B After Width: | Height: | Size: 326 B |
Loading…
Reference in a new issue