mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 19:09:29 +00:00
11 lines
488 B
XML
11 lines
488 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||
|
<g id="fore-reference" opacity=".75">
|
||
|
<path d="M16 13l-2-2-2 2v-6h-2v13h8s1 0 1-1v-12h-3v6z" fill="none"/>
|
||
|
<path d="M7 5v17h12c1 0 2-1 2-2v-15h-14zm12 14c0 1-1 1-1 1h-8v-13h2v6l2-2 2 2v-6h3v12z"/>
|
||
|
</g>
|
||
|
<g id="back-reference" opacity=".75">
|
||
|
<path d="M5 18h-.3c-1.5 0-2.7-1.2-2.7-2.7v-13.5h3v16.2zM2 1h16v2h-16z"/>
|
||
|
</g>
|
||
|
</svg>
|