mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
14 lines
681 B
XML
14 lines
681 B
XML
![]() |
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
||
|
<style>
|
||
|
rect { stroke: black; stroke-width: 1; fill: white }
|
||
|
path { stroke: black; stroke-linecap: round; stroke-linejoin: round; fill: none }
|
||
|
</style>
|
||
|
<rect x="0.5" y="0.5" width="15" height="15" rx= "1" ry="1"/>
|
||
|
<path d="M 10.5,2.5 L 11.5,2.5 L 11.5,5.5 L 13,5.5 L 11,7.5 L 9,5.5 L 10.5,5.5 Z" style="fill:black"/>
|
||
|
<path d="M 2.5 7.5 L 2.5 3 L 4.5 5 L 6.5 3 L 6.5 7.5"/>
|
||
|
<path d="M 2.5,9.5 L 2.5,13.5 L 4,13.5"/>
|
||
|
<path d="M 5.5,10 L 5.5,10 M 5.5,11.5 L 5.5,13.5"/>
|
||
|
<path d="M 7.5,13.5 L 7.5,12 L 8 11.5 L 9 11.5 L 9.5,12 L 9.5,13.5"/>
|
||
|
<path d="M 12,13.5 L 12,10 M 11,11.5 L 13,11.5"/>
|
||
|
</svg>
|