blob: 92bd4bd514fd475ca42eb524e13a548b12aa2c84 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="12pt" height="12pt" version="1.1" viewBox="0 0 12 12">
<defs>
<filter id="alpha" width="100%" height="100%" x="0%" y="0%" filterUnits="objectBoundingBox">
<feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
</filter>
<mask id="mask0">
<g filter="url(#alpha)">
<rect width="12" height="12" x="0" y="0" style="fill:rgb(0%,0%,0%);fill-opacity:0.301961"/>
</g>
</mask>
<clipPath id="clip1">
<rect width="12" height="12" x="0" y="0"/>
</clipPath>
<g id="surface5" clip-path="url(#clip1)">
<path style="fill:rgb(82.745098%,85.490196%,89.019608%)" d="M 11.25 0.757812 L 0.75 11.257812 L 7.5 11.257812 L 7.5 7.507812 L 11.25 7.507812 Z M 11.25 0.757812"/>
</g>
</defs>
<g>
<use mask="url(#mask0)" xlink:href="#surface5"/>
<path style="fill:rgb(82.745098%,85.490196%,89.019608%)" d="M 8.25 8.257812 L 8.25 9.007812 C 8.25 9.21875 8.324219 9.414062 8.460938 9.546875 L 9.046875 10.132812 L 8.460938 10.71875 C 8.324219 10.851562 8.25 11.046875 8.25 11.257812 L 8.25 12.007812 L 9 12.007812 C 9.210938 12.007812 9.40625 11.933594 9.539062 11.796875 L 10.125 11.210938 L 10.710938 11.796875 C 10.84375 11.933594 11.039062 12.007812 11.25 12.007812 L 12 12.007812 L 12 11.257812 C 12 11.046875 11.925781 10.851562 11.789062 10.71875 L 11.203125 10.132812 L 11.789062 9.546875 C 11.925781 9.414062 12 9.21875 12 9.007812 L 12 8.257812 L 11.25 8.257812 C 11.039062 8.257812 10.84375 8.332031 10.710938 8.46875 L 10.125 9.050781 L 9.539062 8.46875 C 9.40625 8.332031 9.210938 8.257812 9 8.257812 Z M 8.25 8.257812"/>
</g>
</svg>
|