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
|
<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.101961"/>
</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(100%,100%,100%)" d="M 7.5 3 C 6.667969 3 6 3.667969 6 4.5 L 6 5.25 C 6 4.417969 6.667969 3.75 7.5 3.75 L 28.5 3.75 C 29.332031 3.75 30 4.417969 30 5.25 L 30 4.5 C 30 3.667969 29.332031 3 28.5 3 Z M 7.5 3"/>
</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.2"/>
</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 7.5 33.75 C 6.667969 33.75 6 33.082031 6 32.25 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 L 30 32.25 C 30 33.082031 29.332031 33.75 28.5 33.75 Z M 7.5 33.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.101961"/>
</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(100%,100%,100%)" d="M 12 18.75 L 24 18.75 L 24 21 L 12 21 Z M 18 9.75 L 24 16.5 L 12 16.5 Z M 18 9.75"/>
</g>
</defs>
<g>
<path style="fill:rgb(76.862745%,76.862745%,76.862745%)" d="M 30 31.5 L 30 4.5 C 30 3.671875 29.328125 3 28.5 3 L 7.5 3 C 6.671875 3 6 3.671875 6 4.5 L 6 31.5 C 6 32.328125 6.671875 33 7.5 33 L 28.5 33 C 29.328125 33 30 32.328125 30 31.5 Z M 30 31.5"/>
<use mask="url(#mask0)" xlink:href="#surface5"/>
<use mask="url(#mask1)" xlink:href="#surface8"/>
<use mask="url(#mask2)" xlink:href="#surface11"/>
<path style="fill:rgb(36.470588%,36.470588%,36.470588%)" d="M 12 18 L 24 18 L 24 20.25 L 12 20.25 Z M 18 9 L 24 15.75 L 12 15.75 Z M 18 9"/>
</g>
</svg>
|