mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-12-02 03:07:13 +00:00
3315b33217
Using indicator 12x12 canvas, following up Ibd15517f3adf, to cater to lo-dpi screens. We've already had that canvas in the original patch, but in the first new patch left it behind. Bug: T261391 Change-Id: I05b832a36e89f6d75ab4f620b8db60b6eb578f73
11 lines
340 B
XML
11 lines
340 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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="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>
|
|
</svg>
|