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 style="fill:currentColor" class="ColorScheme-Text" transform="translate(-1073,-61)">
<path style="fill:currentColor" class="ColorScheme-Text" d="M 1081,62.004 A 6,6 0 1 0 1081,74.004 6,6 0 0 0 1081,62.004 Z M 1081,66.004 A 2,2 0 0 1 1083,68.004 2,2 0 0 1 1081,70.004 2,2 0 0 1 1079,68.004 2,2 0 0 1 1081,66.004 Z M 1081,67.004 A 1,1 0 0 0 1080,68.004 1,1 0 0 0 1081,69.004 1,1 0 0 0 1082,68.004 1,1 0 0 0 1081,67.004 Z M 1083.5,70.004 A 0.5,0.5 0 0 1 1084,70.504 0.5,0.5 0 0 1 1083.5,71.004 0.5,0.5 0 0 1 1083,70.504 0.5,0.5 0 0 1 1083.5,70.004 Z"/>
<path style="fill:currentColor;fill-rule:evenodd" d="M 1081,73.003 C 1079.2,73.003 1077.9,73.54 1077.1,74.099 1076.4,74.659 1076.1,75.281 1076.1,75.281 A 0.5,0.5 0 0 0 1076.5,76.003 H 1085.5 A 0.5,0.5 0 0 0 1085.9,75.281 C 1085.9,75.281 1085.6,74.658 1084.9,74.099 1084.1,73.539 1082.8,73.003 1081,73.003 Z"/>
</g>
</svg>
|