blob: 0c09da6b335b2b5d4de0e1410d56771bf8450e83 (
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.501961"/>
</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(36.078431%,38.039216%,42.352941%)" d="M 8.730469 3.109375 L 7.503906 4.5 L 6.503906 3 L 4.503906 5 L 3.503906 5 L 3.503906 8.5 L 9.003906 8.5 L 9.003906 3.371094 Z M 8.730469 3.109375"/>
</g>
</defs>
<g>
<path style="fill:rgb(36.078431%,38.039216%,42.352941%)" d="M 3 3 L 3 3.765625 L 2.5 3.765625 L 3 3.765625 L 3 7.5 L 2.5 7.5 L 2.5 7.503906 L 3 7.503906 L 3 9 L 9 9 L 9 7.933594 L 7.566406 6.5 L 7.5625 6.5 L 6.5 7.5625 L 4.9375 6 L 3.5 6 L 3.5 3.765625 L 5.734375 3.765625 L 4.5 5 L 3.5 5 L 3.5 5.5 L 4.707031 5.5 L 6.5 3.707031 L 7.5625 4.765625 L 7.566406 4.765625 L 8.980469 3.351562 C 8.984375 3.355469 8.628906 3 8.628906 3 L 7.566406 4.0625 L 6.5 3 L 5.734375 3.765625 L 3.5 3.765625 L 3.5 3 Z M 3.5 6.5 L 4.730469 6.5 L 5.730469 7.5 L 3.5 7.5 Z M 7.5625 7.203125 L 8.625 8.265625 L 8.867188 8.5 L 3.5 8.5 L 3.5 7.503906 L 5.734375 7.503906 L 6.5 8.265625 Z M 7.5625 7.203125"/>
<use mask="url(#mask0)" xlink:href="#surface5"/>
</g>
</svg>
|