mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-05 14:12:53 +00:00
9 lines
548 B
XML
9 lines
548 B
XML
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px"
|
||
|
height="24px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
|
||
|
<g id="bold-n" style="opacity:0.75;">
|
||
|
<path id="n" style="fill-rule:evenodd;clip-rule:evenodd;" d="m 7,18 0,-12 L 10,6 l 4,8 0,-8 3,0 L 17,18 l -3,0 -4,-8 0,8 -3,0"/>
|
||
|
</g>
|
||
|
</svg>
|