-
Notifications
You must be signed in to change notification settings - Fork 3
/
web-images.h
44 lines (40 loc) · 2.2 KB
/
web-images.h
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
#ifndef WEB_IMAGES
#define WEB_IMAGES
/////////////////////////////////////////////////////////////////////////
WSVG rseriesSVG(
R"RAW(
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="64.000000pt" height="64.000000pt" viewBox="0 0 64.000000 64.000000"
preserveAspectRatio="xMidYMid meet">
<g transform="translate(0.000000,64.000000) scale(0.00600,-0.0060)"
fill="#000000" stroke="none">
<path d="M4940 10114 c-19 -2 -78 -9 -130 -15 -438 -50 -886 -238 -1244 -523
-459 -365 -784 -895 -895 -1456 -37 -192 -43 -253 -48 -557 l-5 -303 2502 0
2502 0 -5 303 c-3 166 -10 336 -17 377 -61 412 -187 744 -405 1070 -397 593
-1013 980 -1729 1086 -97 14 -454 27 -526 18z m338 -549 c266 -63 474 -271
537 -537 19 -81 19 -235 0 -316 -57 -243 -239 -442 -471 -518 -80 -26 -102
-29 -224 -29 -122 0 -144 3 -224 29 -211 69 -383 241 -452 452 -26 80 -29 102
-29 224 0 122 3 144 29 223 34 104 86 190 164 270 141 146 305 215 507 216 55
1 128 -6 163 -14z m1422 -1267 c142 -70 220 -216 199 -376 -15 -111 -89 -211
-197 -264 -60 -30 -75 -33 -152 -33 -72 0 -94 5 -145 28 -130 60 -208 179
-209 317 0 88 14 135 61 207 40 61 87 98 162 130 80 34 202 30 281 -9z"/>
<path d="M1475 6900 c-97 -11 -147 -25 -240 -70 -148 -72 -262 -187 -331 -337
-74 -158 -68 51 -74 -2408 l-5 -2210 -334 -830 c-183 -456 -342 -851 -352
-877 l-19 -48 1429 0 1429 0 -359 897 -359 898 0 2497 0 2498 -357 -1 c-197
-1 -389 -5 -428 -9z"/>
<path d="M2620 4408 l0 -2503 357 -357 358 -358 1785 0 1785 0 358 358 357
357 0 2503 0 2502 -2500 0 -2500 0 0 -2502z m3665 1768 c101 -26 180 -95 228
-196 27 -55 31 -76 31 -145 0 -69 -4 -90 -30 -145 -38 -79 -101 -145 -174
-179 l-55 -26 -1165 0 -1165 0 -55 26 c-73 34 -136 100 -174 179 -26 55 -30
76 -30 145 0 69 4 90 31 145 47 99 127 169 223 196 69 19 2264 19 2335 0z m55
-1447 c75 -35 136 -98 173 -177 27 -57 31 -78 31 -147 0 -69 -4 -90 -31 -145
-48 -101 -127 -170 -228 -196 -40 -11 -264 -14 -1165 -14 -901 0 -1125 3
-1165 14 -101 26 -180 95 -228 196 -69 144 -27 319 100 424 19 16 60 39 91 52
l57 24 1155 -3 1155 -2 55 -26z"/>
<path d="M7980 4413 l0 -2498 -359 -898 -359 -897 1429 0 1429 0 -19 48 c-10
26 -169 421 -352 877 l-334 830 -5 2210 c-6 2477 1 2254 -80 2420 -72 148
-188 262 -337 331 -135 63 -157 66 -605 71 l-408 5 0 -2499z"/>
</g>
</svg>
)RAW");
#endif