mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 14:56:20 +00:00
Source icon: Use double brakcets
This is now a candidate for upstreaming to OOUI as the 'wikitext' icon, which is slightly larger. Bug: T111038 Change-Id: I19a287926d6f100d2cb5ed1d713387a2dac56b37
This commit is contained in:
parent
b05d9fcb0e
commit
42b3463e7d
|
@ -1,7 +1,9 @@
|
|||
<?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="source">
|
||||
<path id="opening-bracket" d="M6 18h3v-2h-1v-8h1v-2h-3v12z"/>
|
||||
<path id="closing-bracket" d="M18 18h-3v-2h1v-8h-1v-2h3v12z"/>
|
||||
<path id="opening-bracket-inner" d="M7 19h3v-2H9V7h1V5H7z"/>
|
||||
<path id="closing-bracket-inner" d="M17 19h-3v-2h1V7h-1V5h3z"/>
|
||||
<path id="closing-bracket-outer" d="M21 19h-3v-2h1V7h-1V5h3z"/>
|
||||
<path id="opening-bracket-outer" d="M3 19h3v-2H5V7h1V5H3z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 300 B After Width: | Height: | Size: 441 B |
Loading…
Reference in a new issue