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
61
62
63
64
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.1">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#ebdbb2; } .ColorScheme-Highlight { color:#458588; }
</style>
<linearGradient id="arrongin" x1="0%" x2="0%" y1="0%" y2="100%">
<stop offset="0%" style="stop-color:#d79921; stop-opacity:1"/>
<stop offset="100%" style="stop-color:#b57614; stop-opacity:1"/>
</linearGradient>
<linearGradient id="aurora" x1="0%" x2="0%" y1="0%" y2="100%">
<stop offset="0%" style="stop-color:#83a598; stop-opacity:1"/>
<stop offset="100%" style="stop-color:#b16286; stop-opacity:1"/>
</linearGradient>
<linearGradient id="fitdance" x1="0%" x2="0%" y1="0%" y2="100%">
<stop offset="0%" style="stop-color:#8ec07c; stop-opacity:1"/>
<stop offset="100%" style="stop-color:#458588; stop-opacity:1"/>
</linearGradient>
<linearGradient id="oomox" x1="0%" x2="0%" y1="0%" y2="100%">
<stop offset="0%" style="stop-color:#458588; stop-opacity:1"/>
<stop offset="100%" style="stop-color:#928374; stop-opacity:1"/>
</linearGradient>
<linearGradient id="rainblue" x1="0%" x2="0%" y1="0%" y2="100%">
<stop offset="0%" style="stop-color:#b8bb26; stop-opacity:1"/>
<stop offset="100%" style="stop-color:#076678; stop-opacity:1"/>
</linearGradient>
<linearGradient id="sunrise" x1="0%" x2="0%" y1="0%" y2="100%">
<stop offset="0%" style="stop-color: #fe8019; stop-opacity:1"/>
<stop offset="100%" style="stop-color: #fabd2f; stop-opacity:1"/>
</linearGradient>
<linearGradient id="telinkrin" x1="0%" x2="0%" y1="0%" y2="100%">
<stop offset="0%" style="stop-color: #83a598; stop-opacity:1"/>
<stop offset="100%" style="stop-color: #83a598; stop-opacity:1"/>
</linearGradient>
<linearGradient id="60spsycho" x1="0%" x2="0%" y1="0%" y2="100%">
<stop offset="0%" style="stop-color: #fb4934; stop-opacity:1"/>
<stop offset="25%" style="stop-color: #fabd2f; stop-opacity:1"/>
<stop offset="50%" style="stop-color: #fe8019; stop-opacity:1"/>
<stop offset="100%" style="stop-color: #689d6a; stop-opacity:1"/>
</linearGradient>
<linearGradient id="90ssummer" x1="0%" x2="0%" y1="0%" y2="100%">
<stop offset="0%" style="stop-color: #b16286; stop-opacity:1"/>
<stop offset="20%" style="stop-color: #8ec07c; stop-opacity:1"/>
<stop offset="50%" style="stop-color: #fabd2f; stop-opacity:1"/>
<stop offset="100%" style="stop-color: #458588; stop-opacity:1"/>
</linearGradient>
<linearGradient id="cyberneon" x1="0%" x2="0%" y1="0%" y2="100%">
<stop offset="0" style="stop-color:#83a598; stop-opacity:1"/>
<stop offset="1" style="stop-color:#b16286; stop-opacity:1"/>
</linearGradient>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#ebdbb2; } .ColorScheme-Highlight { color:#ebdbb2; } .ColorScheme-ButtonBackground { color:#ebdbb2; }
</style>
</defs>
<g style="fill:currentColor" class="ColorScheme-Text" transform="matrix(0.33595793,0,0,0.33595793,-0.19848674,-78.37577)">
<rect style="fill:currentColor" class="ColorScheme-Text" width="3.702" height="7.404" x="2.48" y="269.05" rx="1.481" ry="1.481"/>
<rect style="fill:currentColor" class="ColorScheme-Text" width="3.702" height="16.196" x="15.8" y="260.25" rx="1.481" ry="1.481"/>
<rect style="fill:currentColor" class="ColorScheme-Text" width="3.702" height="11.106" x="9.14" y="265.35" rx="1.481" ry="1.481"/>
<rect style="fill:currentColor" class="ColorScheme-Text" width="3.702" height="11.476" x="22.47" y="264.97" rx="1.481" ry="1.481"/>
<rect style="fill:currentColor" class="ColorScheme-Text" width="3.702" height="12.587" x="29.13" y="263.86" rx="1.481" ry="1.481"/>
<rect style="fill:currentColor" class="ColorScheme-Text" width="3.702" height="18.51" x="35.61" y="257.94" rx="1.481" ry="1.481"/>
<rect style="fill:currentColor" class="ColorScheme-Text" width="3.702" height="24.988" x="42.27" y="251.46" rx="1.481" ry="1.481"/>
<path style="solid-color:#ebdbb2;fill:currentColor" class="ColorScheme-Text" d="m 46.11941,237.83787 a 2.0363025,2.0363025 0 0 0 -1.400546,0.61624 l -17.995319,17.99531 -7.815734,-7.81573 a 2.0363025,2.0363025 0 0 0 -2.878978,0 l -14.8075364,14.8089 a 2.0363025,2.0363025 0 1 0 2.8789779,2.87898 l 13.3673635,-13.36736 7.815736,7.81436 a 2.0363025,2.0363025 0 0 0 2.880342,0 l 19.435492,-19.43549 a 2.0363025,2.0363025 0 0 0 -1.479798,-3.49521 z"/>
</g>
</svg>
|