mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-15 03:23:45 +00:00
819c6e1c82
* Use upstream icons where available * Move extra icons into a ResourceLoaderImageModule Depends-On: I3e6f65f6f290778d3fbfa22f5d212c26fee12a86 Change-Id: I61cd750613922e58cec18a2886609f20e73f4a61
9 lines
486 B
XML
9 lines
486 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
<title>
|
|
go to line
|
|
</title>
|
|
<path d="M 2,6 H 3 V 1 H 1 v 1 h 1 z m -1,9 h 2 v 1 H 2 v 1 h 1 v 1 H 1 v 1 H 4 V 14 H 1 Z M 3.5,8 H 1 v 1 h 2 v 1 H 1.5 C 1.2238576,10 1,10.223858 1,10.5 V 13 H 4 V 12 H 2 V 11 H 3.5 C 3.7761424,11 4,10.776142 4,10.5 v -2 C 4,8.2238576 3.7761424,8 3.5,8 Z" />
|
|
<path d="M 10,7.5 6,10 10,12.5 V 11 h 9 V 9 h -9 z" />
|
|
</svg>
|