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
|
<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>
</defs>
<g label="status" transform="translate(-1013.0002,147)">
<path d="m 1021.0002,-144 c -2.7614,0 -5,2.23858 -5,5 0,2.76142 2.2386,5 5,5 2.7614,0 5,-2.23858 5,-5 0,-2.76142 -2.2386,-5 -5,-5 z m 0,1 v 8 c -2.2091,0 -4,-1.79086 -4,-4 0,-2.20914 1.7909,-4 4,-4 z" style="fill:currentColor" class="ColorScheme-Text"/>
<path d="m 1021.5002,-147 -1.0002,4.3e-4 3e-4,2.00001 1,-1.5e-4 z m 4.8032,1.98995 -1.4144,1.41401 0.707,0.70721 1.4145,-1.41402 z m -10.606,-2.1e-4 -0.7073,0.70702 1.4141,1.41441 0.7072,-0.70701 z m 13.3024,5.51005 -2,2.8e-4 10e-5,1.00001 2,-2.9e-4 z m -13.9993,1.3e-4 -2,2.9e-4 10e-5,1 2,-2.8e-4 z m 10.5957,4.38891 -0.7072,0.70701 1.414,1.41442 0.7073,-0.70702 z m -9.1918,0 -1.4145,1.41402 0.7071,0.7072 1.4144,-1.41401 z m 5.0957,2.11073 -1,1.5e-4 3e-4,2 1,-1.4e-4 z" style="fill:currentColor" class="ColorScheme-Text"/>
</g>
</svg>
|