1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="36pt" height="36pt" version="1.1" viewBox="0 0 36 36">
<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="36" height="36" x="0" y="0" style="fill:rgb(0%,0%,0%);fill-opacity:0.2"/>
</g>
</mask>
<clipPath id="clip1">
<rect width="36" height="36" x="0" y="0"/>
</clipPath>
<g id="surface5" clip-path="url(#clip1)">
<path style="fill:rgb(0%,0%,0%)" d="M 6 30.75 L 6 32.25 C 6 33.082031 6.667969 33.75 7.5 33.75 L 28.5 33.75 C 29.332031 33.75 30 33.082031 30 32.25 L 30 30.75 C 30 31.582031 29.332031 32.25 28.5 32.25 L 7.5 32.25 C 6.667969 32.25 6 31.582031 6 30.75 Z M 6 30.75"/>
</g>
<mask id="mask1">
<g filter="url(#alpha)">
<rect width="36" height="36" x="0" y="0" style="fill:rgb(0%,0%,0%);fill-opacity:0.4"/>
</g>
</mask>
<clipPath id="clip2">
<rect width="36" height="36" x="0" y="0"/>
</clipPath>
<g id="surface8" clip-path="url(#clip2)">
<path style="fill:rgb(0%,0%,0%)" d="M 8.25 15.75 L 27.75 15.75 L 27.75 21.75 L 8.25 21.75 Z M 8.25 15.75"/>
</g>
<mask id="mask2">
<g filter="url(#alpha)">
<rect width="36" height="36" x="0" y="0" style="fill:rgb(0%,0%,0%);fill-opacity:0.4"/>
</g>
</mask>
<clipPath id="clip3">
<rect width="36" height="36" x="0" y="0"/>
</clipPath>
<g id="surface11" clip-path="url(#clip3)">
<path style="fill:rgb(0%,0%,0%)" d="M 8.25 8.25 L 27.75 8.25 L 27.75 14.25 L 8.25 14.25 Z M 8.25 8.25"/>
</g>
<mask id="mask3">
<g filter="url(#alpha)">
<rect width="36" height="36" x="0" y="0" style="fill:rgb(0%,0%,0%);fill-opacity:0.2"/>
</g>
</mask>
<clipPath id="clip4">
<rect width="36" height="36" x="0" y="0"/>
</clipPath>
<g id="surface14" clip-path="url(#clip4)">
<path style="fill:rgb(100%,100%,100%)" d="M 10.5 3 L 10.5 3.75 L 25.5 3.75 L 25.5 3 Z M 10.5 3"/>
</g>
</defs>
<g>
<use mask="url(#mask0)" xlink:href="#surface5"/>
<path style="fill:rgb(29.803922%,29.803922%,29.803922%)" d="M 30 31.5 L 30 7.5 C 30 6.667969 29.332031 6 28.5 6 L 7.5 6 C 6.667969 6 6 6.667969 6 7.5 L 6 31.5 C 6 32.332031 6.667969 33 7.5 33 L 28.5 33 C 29.332031 33 30 32.332031 30 31.5 Z M 30 31.5"/>
<path style="fill:rgb(64.705882%,64.705882%,64.705882%)" d="M 10.5 3 L 25.5 3 L 25.5 6 L 10.5 6 Z M 10.5 3"/>
<path style="fill:rgb(96.470588%,27.843137%,27.843137%)" d="M 8.25 23.25 L 27.75 23.25 L 27.75 29.25 L 8.25 29.25 Z M 8.25 23.25"/>
<use mask="url(#mask1)" xlink:href="#surface8"/>
<use mask="url(#mask2)" xlink:href="#surface11"/>
<use mask="url(#mask3)" xlink:href="#surface14"/>
</g>
</svg>
|