blob: df1bef5dcee5b32507196971ead28b34eae14b03 (
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 2.941406 2 C 2.699219 2 2.5 2.179688 2.5 2.398438 L 2.5 9.601562 C 2.5 9.820312 2.699219 10 2.941406 10 L 4 10 L 4 2 Z M 2.941406 2"/>
</g>
</defs>
<g>
<use mask="url(#mask0)" xlink:href="#surface5"/>
<path style="fill:rgb(82.745098%,85.490196%,89.019608%)" d="M 4 2 L 4 10 L 9.0625 10 C 9.304688 10 9.5 9.820312 9.5 9.601562 L 9.5 2.402344 C 9.5 2.179688 9.304688 2 9.0625 2 Z M 5.25 3.5 L 8.25 3.5 C 8.34375 3.5 8.425781 3.550781 8.46875 3.632812 C 8.515625 3.714844 8.507812 3.8125 8.457031 3.890625 L 5.71875 8 L 8.25 8 C 8.339844 8 8.425781 8.046875 8.46875 8.125 C 8.515625 8.203125 8.515625 8.296875 8.46875 8.375 C 8.425781 8.453125 8.339844 8.5 8.25 8.5 L 5.25 8.5 C 5.15625 8.5 5.074219 8.449219 5.03125 8.367188 C 4.984375 8.285156 4.992188 8.1875 5.042969 8.109375 L 7.78125 4 L 5.25 4 C 5.160156 4 5.074219 3.953125 5.03125 3.875 C 4.984375 3.796875 4.984375 3.703125 5.03125 3.625 C 5.074219 3.546875 5.160156 3.5 5.25 3.5 Z M 5.25 3.5"/>
</g>
</svg>
|