blob: 82a19eaf168f933b8de0fc8b91204e81bdf7265e (
plain)
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" style="isolation:isolate" width="16" height="16" viewBox="0 0 16 16">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#eff0f2; } .ColorScheme-Highlight { color:#5294e2; }
</style>
<linearGradient id="arrongin" x1="0%" x2="0%" y1="0%" y2="100%">
<stop offset="0%" style="stop-color:#dd9b44; stop-opacity:1"/>
<stop offset="100%" style="stop-color:#ad6c16; stop-opacity:1"/>
</linearGradient>
<linearGradient id="aurora" x1="0%" x2="0%" y1="0%" y2="100%">
<stop offset="0%" style="stop-color:#09D4DF; stop-opacity:1"/>
<stop offset="100%" style="stop-color:#9269F4; stop-opacity:1"/>
</linearGradient>
<linearGradient id="fitdance" x1="0%" x2="0%" y1="0%" y2="100%">
<stop offset="0%" style="stop-color:#1AD6AB; stop-opacity:1"/>
<stop offset="100%" style="stop-color:#329DB6; stop-opacity:1"/>
</linearGradient>
<linearGradient id="oomox" x1="0%" x2="0%" y1="0%" y2="100%">
<stop offset="0%" style="stop-color:#928374; 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:#00F260; stop-opacity:1"/>
<stop offset="100%" style="stop-color:#0575E6; stop-opacity:1"/>
</linearGradient>
<linearGradient id="sunrise" x1="0%" x2="0%" y1="0%" y2="100%">
<stop offset="0%" style="stop-color: #FF8501; stop-opacity:1"/>
<stop offset="100%" style="stop-color: #FFCB01; stop-opacity:1"/>
</linearGradient>
<linearGradient id="telinkrin" x1="0%" x2="0%" y1="0%" y2="100%">
<stop offset="0%" style="stop-color: #b2ced6; stop-opacity:1"/>
<stop offset="100%" style="stop-color: #6da5b7; stop-opacity:1"/>
</linearGradient>
<linearGradient id="60spsycho" x1="0%" x2="0%" y1="0%" y2="100%">
<stop offset="0%" style="stop-color: #df5940; stop-opacity:1"/>
<stop offset="25%" style="stop-color: #d8d15f; stop-opacity:1"/>
<stop offset="50%" style="stop-color: #e9882a; stop-opacity:1"/>
<stop offset="100%" style="stop-color: #279362; stop-opacity:1"/>
</linearGradient>
<linearGradient id="90ssummer" x1="0%" x2="0%" y1="0%" y2="100%">
<stop offset="0%" style="stop-color: #f618c7; stop-opacity:1"/>
<stop offset="20%" style="stop-color: #94ffab; stop-opacity:1"/>
<stop offset="50%" style="stop-color: #fbfd54; stop-opacity:1"/>
<stop offset="100%" style="stop-color: #0f83ae; stop-opacity:1"/>
</linearGradient>
<clipPath id="_clipPath_XJyEuxEFHABFfK8HQLTRUKmmaQywor4G">
<rect width="16" height="16"/>
</clipPath>
</defs>
<g clip-path="url(#_clipPath_XJyEuxEFHABFfK8HQLTRUKmmaQywor4G)">
<rect style="fill:#000000" fill-opacity="0" width="16" height="16"/>
<path fill="url(#oomox)" class="ColorScheme-Text" d="M 8 0 C 3.582 0 0 3.582 0 8 C 0 12.418 3.582 16 8 16 C 12.418 16 16 12.418 16 8 C 16 3.582 12.418 0 8 0 Z M 12.153 10.829 C 12.153 10.966 12.042 11.077 11.905 11.077 L 10.86 11.077 C 10.723 11.077 10.612 10.966 10.612 10.829 L 10.612 7.61 C 10.612 7.584 10.581 7.571 10.559 7.588 L 8.345 9.802 C 8.155 9.992 7.841 9.992 7.65 9.802 L 5.437 7.588 C 5.419 7.571 5.384 7.584 5.384 7.61 L 5.384 10.829 C 5.384 10.966 5.273 11.077 5.136 11.077 L 4.091 11.077 C 3.954 11.077 3.843 10.966 3.843 10.829 L 3.843 5.171 C 3.843 5.034 3.954 4.923 4.091 4.923 L 4.808 4.923 C 4.936 4.923 5.065 4.976 5.158 5.069 L 7.911 7.823 C 7.96 7.872 8.035 7.872 8.084 7.823 L 10.838 5.069 C 10.931 4.976 11.055 4.923 11.188 4.923 L 11.905 4.923 C 12.042 4.923 12.153 5.034 12.153 5.171 L 12.153 10.829 L 12.153 10.829 Z"/>
</g>
</svg>
|