@buoy-gg/floating-tools-core 7.0.4 → 7.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (129) hide show
  1. package/lib/commonjs/icons/ICONS.md +63 -34
  2. package/lib/commonjs/icons/benchmark-icon.js +5 -5
  3. package/lib/commonjs/icons/console-icon.js +26 -0
  4. package/lib/commonjs/icons/env-icon.js +5 -5
  5. package/lib/commonjs/icons/events-icon.js +5 -5
  6. package/lib/commonjs/icons/generated/icon-data.g.js +5203 -0
  7. package/lib/commonjs/icons/highlight-icon.js +5 -5
  8. package/lib/commonjs/icons/image-overlay-icon.js +26 -0
  9. package/lib/commonjs/icons/images-icon.js +26 -0
  10. package/lib/commonjs/icons/impersonate-icon.js +26 -0
  11. package/lib/commonjs/icons/jotai-icon.js +26 -0
  12. package/lib/commonjs/icons/network-icon.js +5 -5
  13. package/lib/commonjs/icons/query-icon.js +5 -5
  14. package/lib/commonjs/icons/redux-icon.js +15 -76
  15. package/lib/commonjs/icons/renders-icon.js +6 -6
  16. package/lib/commonjs/icons/routes-icon.js +25 -25
  17. package/lib/commonjs/icons/sentry-icon.js +5 -5
  18. package/lib/commonjs/icons/storage-icon.js +5 -5
  19. package/lib/commonjs/icons/wifi-icon.js +5 -5
  20. package/lib/commonjs/icons/zustand-icon.js +26 -0
  21. package/lib/commonjs/index.js +78 -0
  22. package/lib/module/icons/ICONS.md +63 -34
  23. package/lib/module/icons/benchmark-icon.js +3 -3
  24. package/lib/module/icons/console-icon.js +17 -0
  25. package/lib/module/icons/env-icon.js +3 -3
  26. package/lib/module/icons/events-icon.js +3 -3
  27. package/lib/module/icons/generated/icon-data.g.js +5198 -0
  28. package/lib/module/icons/highlight-icon.js +3 -3
  29. package/lib/module/icons/image-overlay-icon.js +17 -0
  30. package/lib/module/icons/images-icon.js +17 -0
  31. package/lib/module/icons/impersonate-icon.js +17 -0
  32. package/lib/module/icons/jotai-icon.js +17 -0
  33. package/lib/module/icons/network-icon.js +3 -3
  34. package/lib/module/icons/query-icon.js +3 -3
  35. package/lib/module/icons/redux-icon.js +9 -75
  36. package/lib/module/icons/renders-icon.js +3 -3
  37. package/lib/module/icons/routes-icon.js +3 -3
  38. package/lib/module/icons/sentry-icon.js +3 -3
  39. package/lib/module/icons/storage-icon.js +3 -3
  40. package/lib/module/icons/wifi-icon.js +3 -3
  41. package/lib/module/icons/zustand-icon.js +17 -0
  42. package/lib/module/index.js +6 -0
  43. package/lib/typescript/commonjs/icons/benchmark-icon.d.ts +3 -3
  44. package/lib/typescript/commonjs/icons/benchmark-icon.d.ts.map +1 -1
  45. package/lib/typescript/commonjs/icons/console-icon.d.ts +14 -0
  46. package/lib/typescript/commonjs/icons/console-icon.d.ts.map +1 -0
  47. package/lib/typescript/commonjs/icons/env-icon.d.ts +3 -3
  48. package/lib/typescript/commonjs/icons/env-icon.d.ts.map +1 -1
  49. package/lib/typescript/commonjs/icons/events-icon.d.ts +3 -3
  50. package/lib/typescript/commonjs/icons/events-icon.d.ts.map +1 -1
  51. package/lib/typescript/commonjs/icons/generated/icon-data.g.d.ts +124 -0
  52. package/lib/typescript/commonjs/icons/generated/icon-data.g.d.ts.map +1 -0
  53. package/lib/typescript/commonjs/icons/highlight-icon.d.ts +3 -3
  54. package/lib/typescript/commonjs/icons/highlight-icon.d.ts.map +1 -1
  55. package/lib/typescript/commonjs/icons/image-overlay-icon.d.ts +14 -0
  56. package/lib/typescript/commonjs/icons/image-overlay-icon.d.ts.map +1 -0
  57. package/lib/typescript/commonjs/icons/images-icon.d.ts +14 -0
  58. package/lib/typescript/commonjs/icons/images-icon.d.ts.map +1 -0
  59. package/lib/typescript/commonjs/icons/impersonate-icon.d.ts +14 -0
  60. package/lib/typescript/commonjs/icons/impersonate-icon.d.ts.map +1 -0
  61. package/lib/typescript/commonjs/icons/jotai-icon.d.ts +14 -0
  62. package/lib/typescript/commonjs/icons/jotai-icon.d.ts.map +1 -0
  63. package/lib/typescript/commonjs/icons/network-icon.d.ts +3 -3
  64. package/lib/typescript/commonjs/icons/network-icon.d.ts.map +1 -1
  65. package/lib/typescript/commonjs/icons/query-icon.d.ts +3 -3
  66. package/lib/typescript/commonjs/icons/query-icon.d.ts.map +1 -1
  67. package/lib/typescript/commonjs/icons/redux-icon.d.ts +8 -3
  68. package/lib/typescript/commonjs/icons/redux-icon.d.ts.map +1 -1
  69. package/lib/typescript/commonjs/icons/renders-icon.d.ts +3 -3
  70. package/lib/typescript/commonjs/icons/renders-icon.d.ts.map +1 -1
  71. package/lib/typescript/commonjs/icons/routes-icon.d.ts +3 -3
  72. package/lib/typescript/commonjs/icons/routes-icon.d.ts.map +1 -1
  73. package/lib/typescript/commonjs/icons/sentry-icon.d.ts +3 -3
  74. package/lib/typescript/commonjs/icons/sentry-icon.d.ts.map +1 -1
  75. package/lib/typescript/commonjs/icons/storage-icon.d.ts +3 -3
  76. package/lib/typescript/commonjs/icons/storage-icon.d.ts.map +1 -1
  77. package/lib/typescript/commonjs/icons/wifi-icon.d.ts +3 -3
  78. package/lib/typescript/commonjs/icons/wifi-icon.d.ts.map +1 -1
  79. package/lib/typescript/commonjs/icons/zustand-icon.d.ts +14 -0
  80. package/lib/typescript/commonjs/icons/zustand-icon.d.ts.map +1 -0
  81. package/lib/typescript/commonjs/index.d.ts +6 -0
  82. package/lib/typescript/commonjs/index.d.ts.map +1 -1
  83. package/lib/typescript/module/icons/benchmark-icon.d.ts +3 -3
  84. package/lib/typescript/module/icons/benchmark-icon.d.ts.map +1 -1
  85. package/lib/typescript/module/icons/console-icon.d.ts +14 -0
  86. package/lib/typescript/module/icons/console-icon.d.ts.map +1 -0
  87. package/lib/typescript/module/icons/env-icon.d.ts +3 -3
  88. package/lib/typescript/module/icons/env-icon.d.ts.map +1 -1
  89. package/lib/typescript/module/icons/events-icon.d.ts +3 -3
  90. package/lib/typescript/module/icons/events-icon.d.ts.map +1 -1
  91. package/lib/typescript/module/icons/generated/icon-data.g.d.ts +124 -0
  92. package/lib/typescript/module/icons/generated/icon-data.g.d.ts.map +1 -0
  93. package/lib/typescript/module/icons/highlight-icon.d.ts +3 -3
  94. package/lib/typescript/module/icons/highlight-icon.d.ts.map +1 -1
  95. package/lib/typescript/module/icons/image-overlay-icon.d.ts +14 -0
  96. package/lib/typescript/module/icons/image-overlay-icon.d.ts.map +1 -0
  97. package/lib/typescript/module/icons/images-icon.d.ts +14 -0
  98. package/lib/typescript/module/icons/images-icon.d.ts.map +1 -0
  99. package/lib/typescript/module/icons/impersonate-icon.d.ts +14 -0
  100. package/lib/typescript/module/icons/impersonate-icon.d.ts.map +1 -0
  101. package/lib/typescript/module/icons/jotai-icon.d.ts +14 -0
  102. package/lib/typescript/module/icons/jotai-icon.d.ts.map +1 -0
  103. package/lib/typescript/module/icons/network-icon.d.ts +3 -3
  104. package/lib/typescript/module/icons/network-icon.d.ts.map +1 -1
  105. package/lib/typescript/module/icons/query-icon.d.ts +3 -3
  106. package/lib/typescript/module/icons/query-icon.d.ts.map +1 -1
  107. package/lib/typescript/module/icons/redux-icon.d.ts +8 -3
  108. package/lib/typescript/module/icons/redux-icon.d.ts.map +1 -1
  109. package/lib/typescript/module/icons/renders-icon.d.ts +3 -3
  110. package/lib/typescript/module/icons/renders-icon.d.ts.map +1 -1
  111. package/lib/typescript/module/icons/routes-icon.d.ts +3 -3
  112. package/lib/typescript/module/icons/routes-icon.d.ts.map +1 -1
  113. package/lib/typescript/module/icons/sentry-icon.d.ts +3 -3
  114. package/lib/typescript/module/icons/sentry-icon.d.ts.map +1 -1
  115. package/lib/typescript/module/icons/storage-icon.d.ts +3 -3
  116. package/lib/typescript/module/icons/storage-icon.d.ts.map +1 -1
  117. package/lib/typescript/module/icons/wifi-icon.d.ts +3 -3
  118. package/lib/typescript/module/icons/wifi-icon.d.ts.map +1 -1
  119. package/lib/typescript/module/icons/zustand-icon.d.ts +14 -0
  120. package/lib/typescript/module/icons/zustand-icon.d.ts.map +1 -0
  121. package/lib/typescript/module/index.d.ts +6 -0
  122. package/lib/typescript/module/index.d.ts.map +1 -1
  123. package/package.json +1 -1
  124. package/lib/commonjs/icons/icon-data.js +0 -2268
  125. package/lib/module/icons/icon-data.js +0 -2264
  126. package/lib/typescript/commonjs/icons/icon-data.d.ts +0 -66
  127. package/lib/typescript/commonjs/icons/icon-data.d.ts.map +0 -1
  128. package/lib/typescript/module/icons/icon-data.d.ts +0 -66
  129. package/lib/typescript/module/icons/icon-data.d.ts.map +0 -1
@@ -0,0 +1,5198 @@
1
+ "use strict";
2
+
3
+ // GENERATED by scripts/gen-icons.mjs — DO NOT EDIT.
4
+ // Source of truth: shared/icons/*.json (format: shared/icons/SPEC.md)
5
+ //
6
+ // To change an icon, edit its JSON and re-run `node scripts/gen-icons.mjs`.
7
+
8
+ // ===========================================
9
+ // BENCHMARK
10
+ // ===========================================
11
+
12
+ export const BENCHMARK_ICON_COLOR = '#F59E0B';
13
+ export const benchmarkIconData = {
14
+ color: BENCHMARK_ICON_COLOR,
15
+ bgColor: '#000',
16
+ elements: [{
17
+ type: 'circle',
18
+ cx: 0,
19
+ cy: 1,
20
+ r: 7,
21
+ border: true,
22
+ borderWidth: 1.5,
23
+ opacity: 0.9
24
+ }, {
25
+ type: 'circle',
26
+ cx: 0,
27
+ cy: 1,
28
+ r: 5,
29
+ fill: 'color',
30
+ opacity: 0.15
31
+ }, {
32
+ type: 'rect',
33
+ x: -2,
34
+ y: -10,
35
+ width: 4,
36
+ height: 3,
37
+ fill: 'color',
38
+ borderRadius: 1,
39
+ opacity: 0.9
40
+ }, {
41
+ type: 'rect',
42
+ x: -1,
43
+ y: -7.5,
44
+ width: 2,
45
+ height: 2,
46
+ fill: 'color',
47
+ opacity: 0.9
48
+ }, {
49
+ type: 'rect',
50
+ x: -0.75,
51
+ y: -4,
52
+ width: 1.5,
53
+ height: 5,
54
+ fill: 'color',
55
+ borderRadius: 1,
56
+ opacity: 0.9,
57
+ rotation: -45,
58
+ rotateFromCenter: true
59
+ }, {
60
+ type: 'circle',
61
+ cx: 0,
62
+ cy: 1,
63
+ r: 1,
64
+ fill: 'color',
65
+ opacity: 0.9
66
+ }, {
67
+ type: 'rect',
68
+ x: -0.5,
69
+ y: -5,
70
+ width: 1,
71
+ height: 2,
72
+ fill: 'color',
73
+ opacity: 0.5
74
+ }, {
75
+ type: 'rect',
76
+ x: 4,
77
+ y: 0.5,
78
+ width: 2,
79
+ height: 1,
80
+ fill: 'color',
81
+ opacity: 0.5
82
+ }, {
83
+ type: 'rect',
84
+ x: -0.5,
85
+ y: 5,
86
+ width: 1,
87
+ height: 2,
88
+ fill: 'color',
89
+ opacity: 0.5
90
+ }, {
91
+ type: 'rect',
92
+ x: -6,
93
+ y: 0.5,
94
+ width: 2,
95
+ height: 1,
96
+ fill: 'color',
97
+ opacity: 0.5
98
+ }]
99
+ };
100
+
101
+ // ===========================================
102
+ // CONSOLE
103
+ // ===========================================
104
+
105
+ export const CONSOLE_ICON_COLOR = '#10B981';
106
+ export const consoleIconData = {
107
+ color: CONSOLE_ICON_COLOR,
108
+ bgColor: '#0a0a0f',
109
+ elements: [{
110
+ type: 'rect',
111
+ x: -10,
112
+ y: -10,
113
+ width: 20,
114
+ height: 20,
115
+ fill: 'color',
116
+ borderRadius: 4.5,
117
+ opacity: 0.08
118
+ }, {
119
+ type: 'rect',
120
+ x: -10,
121
+ y: -10,
122
+ width: 20,
123
+ height: 20,
124
+ border: true,
125
+ borderWidth: 1.5,
126
+ borderRadius: 4.5,
127
+ opacity: 0.9,
128
+ glow: true,
129
+ glowRadius: 3
130
+ }, {
131
+ type: 'line',
132
+ x1: -5.5,
133
+ y1: -3.4,
134
+ x2: -1.8,
135
+ y2: 0,
136
+ stroke: 'color',
137
+ strokeWidth: 1.7
138
+ }, {
139
+ type: 'line',
140
+ x1: -1.8,
141
+ y1: 0,
142
+ x2: -5.5,
143
+ y2: 3.4,
144
+ stroke: 'color',
145
+ strokeWidth: 1.7
146
+ }, {
147
+ type: 'line',
148
+ x1: 0.8,
149
+ y1: 3.6,
150
+ x2: 5.6,
151
+ y2: 3.6,
152
+ stroke: 'color',
153
+ strokeWidth: 1.7,
154
+ opacity: 0.9
155
+ }]
156
+ };
157
+
158
+ // ===========================================
159
+ // CURVE-TEST-A
160
+ // ===========================================
161
+
162
+ export const curveTestAData = {
163
+ color: '#FF9F1C',
164
+ bgColor: '#000',
165
+ elements: [{
166
+ type: 'circle',
167
+ cx: 0,
168
+ cy: 0,
169
+ r: 6,
170
+ fill: 'transparent',
171
+ border: true,
172
+ borderWidth: 3,
173
+ opacity: 1,
174
+ scaleX: 1.5,
175
+ scaleY: 0.8
176
+ }]
177
+ };
178
+
179
+ // ===========================================
180
+ // CURVE-TEST-B
181
+ // ===========================================
182
+
183
+ export const curveTestBData = {
184
+ color: '#FF9F1C',
185
+ bgColor: '#000',
186
+ elements: [{
187
+ type: 'circle',
188
+ cx: 0,
189
+ cy: 0,
190
+ r: 6,
191
+ fill: 'transparent',
192
+ border: true,
193
+ borderWidth: 3,
194
+ opacity: 1,
195
+ scaleX: 0.6,
196
+ scaleY: 1.4
197
+ }]
198
+ };
199
+
200
+ // ===========================================
201
+ // CURVE-TEST-C
202
+ // ===========================================
203
+
204
+ export const curveTestCData = {
205
+ color: '#FF9F1C',
206
+ bgColor: '#000',
207
+ elements: [{
208
+ type: 'rect',
209
+ x: -10,
210
+ y: -4,
211
+ width: 20,
212
+ height: 8,
213
+ fill: 'transparent',
214
+ border: true,
215
+ borderWidth: 3,
216
+ borderRadius: 4,
217
+ opacity: 1
218
+ }]
219
+ };
220
+
221
+ // ===========================================
222
+ // CURVE-TEST-D
223
+ // ===========================================
224
+
225
+ export const curveTestDData = {
226
+ color: '#FF9F1C',
227
+ bgColor: '#000',
228
+ elements: [{
229
+ type: 'rect',
230
+ x: -10,
231
+ y: -4,
232
+ width: 20,
233
+ height: 8,
234
+ fill: 'transparent',
235
+ border: true,
236
+ borderWidth: 1.5,
237
+ borderRadius: 4,
238
+ opacity: 1
239
+ }]
240
+ };
241
+
242
+ // ===========================================
243
+ // CURVE-TEST-E
244
+ // ===========================================
245
+
246
+ export const curveTestEData = {
247
+ color: '#FF9F1C',
248
+ bgColor: '#000',
249
+ elements: [{
250
+ type: 'rect',
251
+ x: -10,
252
+ y: -4,
253
+ width: 20,
254
+ height: 8,
255
+ fill: 'transparent',
256
+ border: true,
257
+ borderWidth: 2,
258
+ borderRadius: 4,
259
+ opacity: 1
260
+ }]
261
+ };
262
+
263
+ // ===========================================
264
+ // CURVE-TEST-F
265
+ // ===========================================
266
+
267
+ export const curveTestFData = {
268
+ color: '#FF9F1C',
269
+ bgColor: '#000',
270
+ elements: [{
271
+ type: 'rect',
272
+ x: -10,
273
+ y: -4,
274
+ width: 20,
275
+ height: 8,
276
+ fill: 'transparent',
277
+ border: true,
278
+ borderWidth: 2,
279
+ borderRadius: 4,
280
+ opacity: 1
281
+ }]
282
+ };
283
+
284
+ // ===========================================
285
+ // CURVE-TEST-G
286
+ // ===========================================
287
+
288
+ export const curveTestGData = {
289
+ color: '#FF9F1C',
290
+ bgColor: '#000',
291
+ elements: [{
292
+ type: 'rect',
293
+ x: -6,
294
+ y: -3,
295
+ width: 16,
296
+ height: 6,
297
+ fill: 'transparent',
298
+ border: true,
299
+ borderWidth: 1.5,
300
+ borderRadius: 3,
301
+ opacity: 1
302
+ }]
303
+ };
304
+
305
+ // ===========================================
306
+ // CURVE-TEST-H
307
+ // ===========================================
308
+
309
+ export const curveTestHData = {
310
+ color: '#FF9F1C',
311
+ bgColor: '#000',
312
+ elements: [{
313
+ type: 'rect',
314
+ x: -22,
315
+ y: -3,
316
+ width: 16,
317
+ height: 6,
318
+ fill: 'transparent',
319
+ border: true,
320
+ borderWidth: 1.5,
321
+ borderRadius: 3,
322
+ opacity: 1
323
+ }]
324
+ };
325
+
326
+ // ===========================================
327
+ // CURVE-TEST-I
328
+ // ===========================================
329
+
330
+ export const curveTestIData = {
331
+ color: '#FF9F1C',
332
+ bgColor: '#000',
333
+ elements: [{
334
+ type: 'rect',
335
+ x: -8,
336
+ y: -7,
337
+ width: 20,
338
+ height: 6,
339
+ fill: 'transparent',
340
+ border: true,
341
+ borderWidth: 1.5,
342
+ borderRadius: 3,
343
+ opacity: 1
344
+ }, {
345
+ type: 'rect',
346
+ x: -12,
347
+ y: 1,
348
+ width: 20,
349
+ height: 6,
350
+ fill: 'transparent',
351
+ border: true,
352
+ borderWidth: 1.5,
353
+ borderRadius: 3,
354
+ opacity: 1
355
+ }]
356
+ };
357
+
358
+ // ===========================================
359
+ // CURVE-TEST-J
360
+ // ===========================================
361
+
362
+ export const curveTestJData = {
363
+ color: '#FF9F1C',
364
+ bgColor: '#000',
365
+ elements: [{
366
+ type: 'rect',
367
+ x: -8,
368
+ y: -6,
369
+ width: 20,
370
+ height: 5,
371
+ fill: 'transparent',
372
+ border: true,
373
+ borderWidth: 1.5,
374
+ borderRadius: 2.5,
375
+ opacity: 1
376
+ }, {
377
+ type: 'rect',
378
+ x: -12,
379
+ y: 1,
380
+ width: 20,
381
+ height: 5,
382
+ fill: 'transparent',
383
+ border: true,
384
+ borderWidth: 1.5,
385
+ borderRadius: 2.5,
386
+ opacity: 1
387
+ }]
388
+ };
389
+
390
+ // ===========================================
391
+ // CURVE-TEST-K
392
+ // ===========================================
393
+
394
+ export const curveTestKData = {
395
+ color: '#FF9F1C',
396
+ bgColor: '#000',
397
+ elements: [{
398
+ type: 'rect',
399
+ x: -8,
400
+ y: -5,
401
+ width: 20,
402
+ height: 4,
403
+ fill: 'transparent',
404
+ border: true,
405
+ borderWidth: 1,
406
+ borderRadius: 2,
407
+ opacity: 1
408
+ }, {
409
+ type: 'rect',
410
+ x: -12,
411
+ y: 1,
412
+ width: 20,
413
+ height: 4,
414
+ fill: 'transparent',
415
+ border: true,
416
+ borderWidth: 1,
417
+ borderRadius: 2,
418
+ opacity: 1
419
+ }]
420
+ };
421
+
422
+ // ===========================================
423
+ // CURVE-TEST-L
424
+ // ===========================================
425
+
426
+ export const curveTestLData = {
427
+ color: '#FF9F1C',
428
+ bgColor: '#000',
429
+ elements: [{
430
+ type: 'rect',
431
+ x: -6,
432
+ y: -8,
433
+ width: 20,
434
+ height: 5,
435
+ fill: 'transparent',
436
+ border: true,
437
+ borderWidth: 1.5,
438
+ borderRadius: 2.5,
439
+ opacity: 1
440
+ }, {
441
+ type: 'rect',
442
+ x: -14,
443
+ y: 3,
444
+ width: 20,
445
+ height: 5,
446
+ fill: 'transparent',
447
+ border: true,
448
+ borderWidth: 1.5,
449
+ borderRadius: 2.5,
450
+ opacity: 1
451
+ }]
452
+ };
453
+
454
+ // ===========================================
455
+ // CURVE-TEST-M
456
+ // ===========================================
457
+
458
+ export const curveTestMData = {
459
+ color: '#FF9F1C',
460
+ bgColor: '#000',
461
+ elements: [{
462
+ type: 'rect',
463
+ x: -7,
464
+ y: -5,
465
+ width: 18,
466
+ height: 5,
467
+ fill: 'transparent',
468
+ border: true,
469
+ borderWidth: 1.5,
470
+ borderRadius: 2.5,
471
+ opacity: 1
472
+ }, {
473
+ type: 'rect',
474
+ x: -11,
475
+ y: 0,
476
+ width: 18,
477
+ height: 5,
478
+ fill: 'transparent',
479
+ border: true,
480
+ borderWidth: 1.5,
481
+ borderRadius: 2.5,
482
+ opacity: 1
483
+ }]
484
+ };
485
+
486
+ // ===========================================
487
+ // CURVE-TEST-N
488
+ // ===========================================
489
+
490
+ export const curveTestNData = {
491
+ color: '#FF9F1C',
492
+ bgColor: '#000',
493
+ elements: [{
494
+ type: 'rect',
495
+ x: -8,
496
+ y: -6,
497
+ width: 20,
498
+ height: 5,
499
+ fill: 'transparent',
500
+ border: true,
501
+ borderWidth: 2,
502
+ borderRadius: 2.5,
503
+ opacity: 1
504
+ }, {
505
+ type: 'rect',
506
+ x: -12,
507
+ y: 1,
508
+ width: 20,
509
+ height: 5,
510
+ fill: 'transparent',
511
+ border: true,
512
+ borderWidth: 2,
513
+ borderRadius: 2.5,
514
+ opacity: 1
515
+ }]
516
+ };
517
+
518
+ // ===========================================
519
+ // CURVE-TEST-O
520
+ // ===========================================
521
+
522
+ export const curveTestOData = {
523
+ color: '#FF9F1C',
524
+ bgColor: '#000',
525
+ elements: [{
526
+ type: 'rect',
527
+ x: -8,
528
+ y: -6,
529
+ width: 20,
530
+ height: 5,
531
+ fill: 'transparent',
532
+ border: true,
533
+ borderWidth: 1,
534
+ borderRadius: 2.5,
535
+ opacity: 1
536
+ }, {
537
+ type: 'rect',
538
+ x: -12,
539
+ y: 1,
540
+ width: 20,
541
+ height: 5,
542
+ fill: 'transparent',
543
+ border: true,
544
+ borderWidth: 1,
545
+ borderRadius: 2.5,
546
+ opacity: 1
547
+ }]
548
+ };
549
+
550
+ // ===========================================
551
+ // CURVE-TEST-P
552
+ // ===========================================
553
+
554
+ export const curveTestPData = {
555
+ color: '#FF9F1C',
556
+ bgColor: '#000',
557
+ elements: [{
558
+ type: 'rect',
559
+ x: -8,
560
+ y: -7,
561
+ width: 20,
562
+ height: 7,
563
+ fill: 'transparent',
564
+ border: true,
565
+ borderWidth: 1.5,
566
+ borderRadius: 3.5,
567
+ opacity: 1
568
+ }, {
569
+ type: 'rect',
570
+ x: -12,
571
+ y: 0,
572
+ width: 20,
573
+ height: 7,
574
+ fill: 'transparent',
575
+ border: true,
576
+ borderWidth: 1.5,
577
+ borderRadius: 3.5,
578
+ opacity: 1
579
+ }]
580
+ };
581
+
582
+ // ===========================================
583
+ // ENV
584
+ // ===========================================
585
+
586
+ export const ENV_ICON_COLOR = '#4AFF9F';
587
+ export const envIconData = {
588
+ color: ENV_ICON_COLOR,
589
+ bgColor: '#000',
590
+ elements: [{
591
+ type: 'rect',
592
+ x: -11,
593
+ y: 3,
594
+ width: 22,
595
+ height: 10,
596
+ fill: 'color',
597
+ borderRadius: 1,
598
+ opacity: 0.15
599
+ }, {
600
+ type: 'rect',
601
+ x: -10,
602
+ y: 4,
603
+ width: 20,
604
+ height: 8,
605
+ fill: 'color',
606
+ borderRadius: 1,
607
+ opacity: 0.85
608
+ }, {
609
+ type: 'rect',
610
+ x: -9,
611
+ y: 5.5,
612
+ width: 1.5,
613
+ height: 1.2,
614
+ fill: '#000',
615
+ borderRadius: 0.2,
616
+ opacity: 0.3
617
+ }, {
618
+ type: 'rect',
619
+ x: -7,
620
+ y: 5.5,
621
+ width: 1.5,
622
+ height: 1.2,
623
+ fill: '#000',
624
+ borderRadius: 0.2,
625
+ opacity: 0.3
626
+ }, {
627
+ type: 'rect',
628
+ x: -5,
629
+ y: 5.5,
630
+ width: 1.5,
631
+ height: 1.2,
632
+ fill: '#000',
633
+ borderRadius: 0.2,
634
+ opacity: 0.3
635
+ }, {
636
+ type: 'rect',
637
+ x: -3,
638
+ y: 5.5,
639
+ width: 1.5,
640
+ height: 1.2,
641
+ fill: '#000',
642
+ borderRadius: 0.2,
643
+ opacity: 0.3
644
+ }, {
645
+ type: 'rect',
646
+ x: -1,
647
+ y: 5.5,
648
+ width: 1.5,
649
+ height: 1.2,
650
+ fill: '#000',
651
+ borderRadius: 0.2,
652
+ opacity: 0.3
653
+ }, {
654
+ type: 'rect',
655
+ x: 1,
656
+ y: 5.5,
657
+ width: 1.5,
658
+ height: 1.2,
659
+ fill: '#000',
660
+ borderRadius: 0.2,
661
+ opacity: 0.3
662
+ }, {
663
+ type: 'rect',
664
+ x: 3,
665
+ y: 5.5,
666
+ width: 1.5,
667
+ height: 1.2,
668
+ fill: '#000',
669
+ borderRadius: 0.2,
670
+ opacity: 0.3
671
+ }, {
672
+ type: 'rect',
673
+ x: 5,
674
+ y: 5.5,
675
+ width: 1.5,
676
+ height: 1.2,
677
+ fill: '#000',
678
+ borderRadius: 0.2,
679
+ opacity: 0.3
680
+ }, {
681
+ type: 'rect',
682
+ x: 7,
683
+ y: 5.5,
684
+ width: 1.5,
685
+ height: 1.2,
686
+ fill: '#000',
687
+ borderRadius: 0.2,
688
+ opacity: 0.3
689
+ }, {
690
+ type: 'rect',
691
+ x: -8,
692
+ y: 7.2,
693
+ width: 1.5,
694
+ height: 1.2,
695
+ fill: '#000',
696
+ borderRadius: 0.2,
697
+ opacity: 0.3
698
+ }, {
699
+ type: 'rect',
700
+ x: -6,
701
+ y: 7.2,
702
+ width: 1.5,
703
+ height: 1.2,
704
+ fill: '#000',
705
+ borderRadius: 0.2,
706
+ opacity: 0.3
707
+ }, {
708
+ type: 'rect',
709
+ x: -4,
710
+ y: 7.2,
711
+ width: 1.5,
712
+ height: 1.2,
713
+ fill: '#000',
714
+ borderRadius: 0.2,
715
+ opacity: 0.3
716
+ }, {
717
+ type: 'rect',
718
+ x: -2,
719
+ y: 7.2,
720
+ width: 1.5,
721
+ height: 1.2,
722
+ fill: '#000',
723
+ borderRadius: 0.2,
724
+ opacity: 0.3
725
+ }, {
726
+ type: 'rect',
727
+ x: 0,
728
+ y: 7.2,
729
+ width: 1.5,
730
+ height: 1.2,
731
+ fill: '#000',
732
+ borderRadius: 0.2,
733
+ opacity: 0.3
734
+ }, {
735
+ type: 'rect',
736
+ x: 2,
737
+ y: 7.2,
738
+ width: 1.5,
739
+ height: 1.2,
740
+ fill: '#000',
741
+ borderRadius: 0.2,
742
+ opacity: 0.3
743
+ }, {
744
+ type: 'rect',
745
+ x: 4,
746
+ y: 7.2,
747
+ width: 1.5,
748
+ height: 1.2,
749
+ fill: '#000',
750
+ borderRadius: 0.2,
751
+ opacity: 0.3
752
+ }, {
753
+ type: 'rect',
754
+ x: 6,
755
+ y: 7.2,
756
+ width: 1.5,
757
+ height: 1.2,
758
+ fill: '#000',
759
+ borderRadius: 0.2,
760
+ opacity: 0.3
761
+ }, {
762
+ type: 'rect',
763
+ x: -5,
764
+ y: 9.5,
765
+ width: 10,
766
+ height: 1,
767
+ fill: '#000',
768
+ borderRadius: 0.2,
769
+ opacity: 0.25
770
+ }, {
771
+ type: 'rect',
772
+ x: -9,
773
+ y: -10,
774
+ width: 18,
775
+ height: 12,
776
+ fill: 'color',
777
+ borderRadius: 1,
778
+ opacity: 0.9
779
+ }, {
780
+ type: 'rect',
781
+ x: -8,
782
+ y: -9,
783
+ width: 16,
784
+ height: 10,
785
+ fill: '#000',
786
+ borderRadius: 0.5,
787
+ opacity: 0.5
788
+ }, {
789
+ type: 'rect',
790
+ x: -7,
791
+ y: -8,
792
+ width: 10,
793
+ height: 0.5,
794
+ fill: 'color',
795
+ opacity: 0.6
796
+ }, {
797
+ type: 'rect',
798
+ x: -7,
799
+ y: -6,
800
+ width: 7,
801
+ height: 0.5,
802
+ fill: 'color',
803
+ opacity: 0.6
804
+ }, {
805
+ type: 'rect',
806
+ x: -7,
807
+ y: -4,
808
+ width: 4,
809
+ height: 0.5,
810
+ fill: 'color',
811
+ opacity: 0.6
812
+ }, {
813
+ type: 'rect',
814
+ x: -1,
815
+ y: 10,
816
+ width: 2,
817
+ height: 1,
818
+ fill: 'color',
819
+ borderRadius: 0.5,
820
+ opacity: 0.8
821
+ }, {
822
+ type: 'rect',
823
+ x: -3.6000000000000005,
824
+ y: -6.4,
825
+ width: 1,
826
+ height: 1,
827
+ fill: 'color',
828
+ borderRadius: 0.5,
829
+ opacity: 0.4
830
+ }, {
831
+ type: 'rect',
832
+ x: 3.5999999999999996,
833
+ y: -6.4,
834
+ width: 1,
835
+ height: 1,
836
+ fill: 'color',
837
+ borderRadius: 0.5,
838
+ opacity: 0.4
839
+ }, {
840
+ type: 'rect',
841
+ x: 0,
842
+ y: -1.6000000000000014,
843
+ width: 1,
844
+ height: 1,
845
+ fill: 'color',
846
+ borderRadius: 0.5,
847
+ opacity: 0.4
848
+ }]
849
+ };
850
+
851
+ // ===========================================
852
+ // EVENTS
853
+ // ===========================================
854
+
855
+ export const EVENTS_ICON_COLOR = '#00D4FF';
856
+ export const eventsIconData = {
857
+ color: EVENTS_ICON_COLOR,
858
+ bgColor: '#0a0a0f',
859
+ elements: [{
860
+ type: 'circle',
861
+ cx: -7,
862
+ cy: -7,
863
+ r: 2.5,
864
+ fill: 'color',
865
+ opacity: 1
866
+ }, {
867
+ type: 'circle',
868
+ cx: -7,
869
+ cy: -7,
870
+ r: 1.4,
871
+ fill: '#000000',
872
+ opacity: 1
873
+ }, {
874
+ type: 'circle',
875
+ cx: -7,
876
+ cy: 0,
877
+ r: 2.5,
878
+ fill: 'color',
879
+ opacity: 1
880
+ }, {
881
+ type: 'circle',
882
+ cx: -7,
883
+ cy: 0,
884
+ r: 1.4,
885
+ fill: '#000000',
886
+ opacity: 1
887
+ }, {
888
+ type: 'circle',
889
+ cx: -7,
890
+ cy: 7,
891
+ r: 2.5,
892
+ fill: 'color',
893
+ opacity: 1
894
+ }, {
895
+ type: 'circle',
896
+ cx: -7,
897
+ cy: 7,
898
+ r: 1.4,
899
+ fill: '#000000',
900
+ opacity: 1
901
+ }, {
902
+ type: 'line',
903
+ x1: -7,
904
+ y1: -4.2,
905
+ x2: -7,
906
+ y2: -2.8,
907
+ stroke: 'color',
908
+ strokeWidth: 1.5,
909
+ opacity: 0.8
910
+ }, {
911
+ type: 'line',
912
+ x1: -7,
913
+ y1: 2.8,
914
+ x2: -7,
915
+ y2: 4.2,
916
+ stroke: 'color',
917
+ strokeWidth: 1.5,
918
+ opacity: 0.8
919
+ }, {
920
+ type: 'line',
921
+ x1: -4.2,
922
+ y1: -7,
923
+ x2: -1,
924
+ y2: -7,
925
+ stroke: 'color',
926
+ strokeWidth: 1.5,
927
+ opacity: 0.7
928
+ }, {
929
+ type: 'line',
930
+ x1: -4.2,
931
+ y1: 0,
932
+ x2: -1,
933
+ y2: 0,
934
+ stroke: 'color',
935
+ strokeWidth: 1.5,
936
+ opacity: 0.7
937
+ }, {
938
+ type: 'line',
939
+ x1: -4.2,
940
+ y1: 7,
941
+ x2: -1,
942
+ y2: 7,
943
+ stroke: 'color',
944
+ strokeWidth: 1.5,
945
+ opacity: 0.7
946
+ }, {
947
+ type: 'rect',
948
+ x: -1,
949
+ y: -10,
950
+ width: 11,
951
+ height: 6,
952
+ fill: 'color',
953
+ borderRadius: 1,
954
+ opacity: 0.95
955
+ }, {
956
+ type: 'rect',
957
+ x: 0,
958
+ y: -9,
959
+ width: 9,
960
+ height: 4,
961
+ fill: '#000000',
962
+ borderRadius: 0.5,
963
+ opacity: 1
964
+ }, {
965
+ type: 'line',
966
+ x1: 1.5,
967
+ y1: -7.5,
968
+ x2: 7.5,
969
+ y2: -7.5,
970
+ stroke: 'color',
971
+ strokeWidth: 1.2,
972
+ opacity: 0.8
973
+ }, {
974
+ type: 'line',
975
+ x1: 1.5,
976
+ y1: -5.8,
977
+ x2: 6,
978
+ y2: -5.8,
979
+ stroke: 'color',
980
+ strokeWidth: 1.2,
981
+ opacity: 0.6
982
+ }, {
983
+ type: 'rect',
984
+ x: -1,
985
+ y: -3,
986
+ width: 11,
987
+ height: 6,
988
+ fill: 'color',
989
+ borderRadius: 1,
990
+ opacity: 0.95
991
+ }, {
992
+ type: 'rect',
993
+ x: 0,
994
+ y: -2,
995
+ width: 9,
996
+ height: 4,
997
+ fill: '#000000',
998
+ borderRadius: 0.5,
999
+ opacity: 1
1000
+ }, {
1001
+ type: 'line',
1002
+ x1: 1.5,
1003
+ y1: -0.5,
1004
+ x2: 7.5,
1005
+ y2: -0.5,
1006
+ stroke: 'color',
1007
+ strokeWidth: 1.2,
1008
+ opacity: 0.8
1009
+ }, {
1010
+ type: 'line',
1011
+ x1: 1.5,
1012
+ y1: 1.2,
1013
+ x2: 5,
1014
+ y2: 1.2,
1015
+ stroke: 'color',
1016
+ strokeWidth: 1.2,
1017
+ opacity: 0.6
1018
+ }, {
1019
+ type: 'rect',
1020
+ x: -1,
1021
+ y: 4,
1022
+ width: 11,
1023
+ height: 6,
1024
+ fill: 'color',
1025
+ borderRadius: 1,
1026
+ opacity: 0.95
1027
+ }, {
1028
+ type: 'rect',
1029
+ x: 0,
1030
+ y: 5,
1031
+ width: 9,
1032
+ height: 4,
1033
+ fill: '#000000',
1034
+ borderRadius: 0.5,
1035
+ opacity: 1
1036
+ }, {
1037
+ type: 'circle',
1038
+ cx: 2,
1039
+ cy: 6.2,
1040
+ r: 0.6,
1041
+ fill: 'color',
1042
+ opacity: 0.9
1043
+ }, {
1044
+ type: 'circle',
1045
+ cx: 4,
1046
+ cy: 6.2,
1047
+ r: 0.6,
1048
+ fill: 'color',
1049
+ opacity: 0.9
1050
+ }, {
1051
+ type: 'circle',
1052
+ cx: 6,
1053
+ cy: 6.2,
1054
+ r: 0.6,
1055
+ fill: 'color',
1056
+ opacity: 0.9
1057
+ }, {
1058
+ type: 'circle',
1059
+ cx: 8,
1060
+ cy: 6.2,
1061
+ r: 0.6,
1062
+ fill: 'color',
1063
+ opacity: 0.9
1064
+ }, {
1065
+ type: 'circle',
1066
+ cx: 2,
1067
+ cy: 8,
1068
+ r: 0.6,
1069
+ fill: 'color',
1070
+ opacity: 0.9
1071
+ }, {
1072
+ type: 'circle',
1073
+ cx: 4,
1074
+ cy: 8,
1075
+ r: 0.6,
1076
+ fill: 'color',
1077
+ opacity: 0.9
1078
+ }, {
1079
+ type: 'circle',
1080
+ cx: 6,
1081
+ cy: 8,
1082
+ r: 0.6,
1083
+ fill: 'color',
1084
+ opacity: 0.9
1085
+ }, {
1086
+ type: 'circle',
1087
+ cx: 8,
1088
+ cy: 8,
1089
+ r: 0.6,
1090
+ fill: 'color',
1091
+ opacity: 0.9
1092
+ }]
1093
+ };
1094
+
1095
+ // ===========================================
1096
+ // HIGHLIGHT
1097
+ // ===========================================
1098
+
1099
+ export const HIGHLIGHT_ICON_COLOR = '#10B981';
1100
+ export const highlightIconData = {
1101
+ color: HIGHLIGHT_ICON_COLOR,
1102
+ bgColor: '#000',
1103
+ elements: [{
1104
+ type: 'rect',
1105
+ x: -10,
1106
+ y: -10,
1107
+ width: 20,
1108
+ height: 20,
1109
+ border: true,
1110
+ borderWidth: 1.5,
1111
+ borderRadius: 3,
1112
+ opacity: 0.2
1113
+ }, {
1114
+ type: 'rect',
1115
+ x: -7.5,
1116
+ y: -7.5,
1117
+ width: 15,
1118
+ height: 15,
1119
+ border: true,
1120
+ borderWidth: 1.5,
1121
+ borderRadius: 2.5,
1122
+ opacity: 0.4
1123
+ }, {
1124
+ type: 'rect',
1125
+ x: -6,
1126
+ y: -6,
1127
+ width: 12,
1128
+ height: 12,
1129
+ fill: 'color',
1130
+ borderRadius: 2,
1131
+ opacity: 0.15
1132
+ }, {
1133
+ type: 'rect',
1134
+ x: -5,
1135
+ y: -5,
1136
+ width: 10,
1137
+ height: 10,
1138
+ fill: 'color',
1139
+ borderRadius: 1.5,
1140
+ opacity: 0.9
1141
+ }, {
1142
+ type: 'rect',
1143
+ x: -3.5,
1144
+ y: -3.5,
1145
+ width: 7,
1146
+ height: 7,
1147
+ fill: '#000',
1148
+ borderRadius: 1,
1149
+ opacity: 0.4
1150
+ }, {
1151
+ type: 'rect',
1152
+ x: -2,
1153
+ y: -2,
1154
+ width: 4,
1155
+ height: 1,
1156
+ fill: 'color',
1157
+ borderRadius: 0.5,
1158
+ opacity: 0.7
1159
+ }, {
1160
+ type: 'rect',
1161
+ x: -2,
1162
+ y: 0,
1163
+ width: 3,
1164
+ height: 1,
1165
+ fill: 'color',
1166
+ borderRadius: 0.5,
1167
+ opacity: 0.5
1168
+ }, {
1169
+ type: 'rect',
1170
+ x: -2,
1171
+ y: 2,
1172
+ width: 2,
1173
+ height: 1,
1174
+ fill: 'color',
1175
+ borderRadius: 0.5,
1176
+ opacity: 0.4
1177
+ }, {
1178
+ type: 'rect',
1179
+ x: -3,
1180
+ y: -4.5,
1181
+ width: 6,
1182
+ height: 1.5,
1183
+ fill: '#fff',
1184
+ borderRadius: 0.75,
1185
+ opacity: 0.2
1186
+ }, {
1187
+ type: 'circle',
1188
+ cx: -8,
1189
+ cy: -8,
1190
+ r: 1,
1191
+ fill: 'color',
1192
+ opacity: 0.6
1193
+ }, {
1194
+ type: 'circle',
1195
+ cx: 8,
1196
+ cy: -8,
1197
+ r: 1,
1198
+ fill: 'color',
1199
+ opacity: 0.6
1200
+ }, {
1201
+ type: 'circle',
1202
+ cx: -8,
1203
+ cy: 8,
1204
+ r: 1,
1205
+ fill: 'color',
1206
+ opacity: 0.6
1207
+ }, {
1208
+ type: 'circle',
1209
+ cx: 8,
1210
+ cy: 8,
1211
+ r: 1,
1212
+ fill: 'color',
1213
+ opacity: 0.6
1214
+ }]
1215
+ };
1216
+
1217
+ // ===========================================
1218
+ // HIGHLIGHTER
1219
+ // ===========================================
1220
+
1221
+ export const HIGHLIGHTER_ICON_COLOR = '#10B981';
1222
+ export const RENDERS_ICON_COLOR = HIGHLIGHTER_ICON_COLOR;
1223
+ export const highlighterIconData = {
1224
+ color: HIGHLIGHTER_ICON_COLOR,
1225
+ bgColor: '#0a0a0f',
1226
+ elements: [{
1227
+ type: 'rect',
1228
+ x: -9.1706052144883,
1229
+ y: 5.692099788303082,
1230
+ width: 3.478505426185217,
1231
+ height: 3.478505426185217,
1232
+ fill: 'color',
1233
+ rotation: 45
1234
+ }, {
1235
+ type: 'rect',
1236
+ x: -10.119288512538814,
1237
+ y: 8.538149682454623,
1238
+ width: 6,
1239
+ height: 4,
1240
+ fill: 'bg'
1241
+ }, {
1242
+ type: 'line',
1243
+ x1: -10.119288512538814,
1244
+ y1: 7.905694150420948,
1245
+ x2: -6.640783086353596,
1246
+ y2: 7.905694150420948,
1247
+ stroke: 'color',
1248
+ strokeWidth: 1.5
1249
+ }, {
1250
+ type: 'line',
1251
+ x1: -6.957010852370434,
1252
+ y1: 5.059644256269407,
1253
+ x2: -2.846049894151541,
1254
+ y2: 5.059644256269407,
1255
+ stroke: 'color',
1256
+ strokeWidth: 1.5,
1257
+ rotation: 44
1258
+ }, {
1259
+ type: 'line',
1260
+ x1: -5.91,
1261
+ y1: -4.11,
1262
+ x2: 7.27,
1263
+ y2: -4.33,
1264
+ stroke: 'color',
1265
+ strokeWidth: 2.1,
1266
+ rotation: 145
1267
+ }, {
1268
+ type: 'line',
1269
+ x1: -1.56,
1270
+ y1: 1.05,
1271
+ x2: 10.435516278555651,
1272
+ y2: -2.846049894151541,
1273
+ stroke: 'color',
1274
+ strokeWidth: 2.1,
1275
+ rotation: 145
1276
+ }, {
1277
+ type: 'line',
1278
+ x1: 4.110960958218893,
1279
+ y1: -6.640783086353596,
1280
+ x2: 9.486832980505138,
1281
+ y2: -6.640783086353596,
1282
+ stroke: 'color',
1283
+ strokeWidth: 2.2,
1284
+ rotation: 44
1285
+ }, {
1286
+ type: 'line',
1287
+ x1: -4.743416490252569,
1288
+ y1: -1.5811388300841895,
1289
+ x2: 1.5811388300841895,
1290
+ y2: 4.743416490252569,
1291
+ stroke: 'color',
1292
+ strokeWidth: 2.9
1293
+ }, {
1294
+ type: 'line',
1295
+ x1: -6.957010852370434,
1296
+ y1: 1.2649110640673518,
1297
+ x2: -2.2135943621178655,
1298
+ y2: 2.2135943621178655,
1299
+ stroke: 'color',
1300
+ strokeWidth: 1.5,
1301
+ rotation: 77
1302
+ }, {
1303
+ type: 'line',
1304
+ x1: -1.2649110640673518,
1305
+ y1: 0.9486832980505138,
1306
+ x2: -2.5298221281347035,
1307
+ y2: 7.905694150420948,
1308
+ stroke: 'color',
1309
+ strokeWidth: 1.5,
1310
+ rotation: 77
1311
+ }, {
1312
+ type: 'rect',
1313
+ x: -4.427188724235731,
1314
+ y: 0.9486832980505138,
1315
+ width: 3.794733192202055,
1316
+ height: 4.110960958218893,
1317
+ fill: 'color'
1318
+ }, {
1319
+ type: 'line',
1320
+ x1: -7.58946638440411,
1321
+ y1: 1.8973665961010275,
1322
+ x2: -0.9486832980505138,
1323
+ y2: 1.8973665961010275,
1324
+ stroke: 'color',
1325
+ strokeWidth: 1.5,
1326
+ rotation: -48
1327
+ }, {
1328
+ type: 'line',
1329
+ x1: -5.375872022286244,
1330
+ y1: 4.110960958218893,
1331
+ x2: 1.2649110640673518,
1332
+ y2: 4.110960958218893,
1333
+ stroke: 'color',
1334
+ strokeWidth: 1.5,
1335
+ rotation: -48
1336
+ }]
1337
+ };
1338
+
1339
+ /** Legacy alias — same object identity as highlighterIconData. */
1340
+ export const rendersIconData = highlighterIconData;
1341
+
1342
+ // ===========================================
1343
+ // IMAGE-OVERLAY
1344
+ // ===========================================
1345
+
1346
+ export const IMAGE_OVERLAY_ICON_COLOR = '#A855F7';
1347
+ export const imageOverlayIconData = {
1348
+ color: IMAGE_OVERLAY_ICON_COLOR,
1349
+ bgColor: '#0a0a0f',
1350
+ elements: [{
1351
+ type: 'rect',
1352
+ x: -10,
1353
+ y: -10,
1354
+ width: 14,
1355
+ height: 14,
1356
+ border: true,
1357
+ borderWidth: 1.5,
1358
+ borderRadius: 2,
1359
+ opacity: 0.25
1360
+ }, {
1361
+ type: 'rect',
1362
+ x: -5,
1363
+ y: -5,
1364
+ width: 15,
1365
+ height: 15,
1366
+ fill: 'color',
1367
+ borderRadius: 2.5,
1368
+ opacity: 0.12
1369
+ }, {
1370
+ type: 'rect',
1371
+ x: -4,
1372
+ y: -4,
1373
+ width: 14,
1374
+ height: 14,
1375
+ border: true,
1376
+ borderWidth: 1.5,
1377
+ borderRadius: 2,
1378
+ opacity: 0.9
1379
+ }, {
1380
+ type: 'circle',
1381
+ cx: 0.5,
1382
+ cy: 0.5,
1383
+ r: 1.5,
1384
+ fill: 'color',
1385
+ opacity: 0.8
1386
+ }, {
1387
+ type: 'line',
1388
+ x1: -1.915,
1389
+ y1: 10.69,
1390
+ x2: 3,
1391
+ y2: 7.25,
1392
+ stroke: 'color',
1393
+ strokeWidth: 1.5,
1394
+ opacity: 0.7
1395
+ }, {
1396
+ type: 'line',
1397
+ x1: 2.5,
1398
+ y1: 7.25,
1399
+ x2: 7.415,
1400
+ y2: 10.69,
1401
+ stroke: 'color',
1402
+ strokeWidth: 1.5,
1403
+ opacity: 0.7
1404
+ }, {
1405
+ type: 'circle',
1406
+ cx: -10,
1407
+ cy: -10,
1408
+ r: 1,
1409
+ fill: 'color',
1410
+ opacity: 0.5
1411
+ }, {
1412
+ type: 'circle',
1413
+ cx: 4,
1414
+ cy: -10,
1415
+ r: 1,
1416
+ fill: 'color',
1417
+ opacity: 0.5
1418
+ }, {
1419
+ type: 'circle',
1420
+ cx: -10,
1421
+ cy: 4,
1422
+ r: 1,
1423
+ fill: 'color',
1424
+ opacity: 0.5
1425
+ }, {
1426
+ type: 'rect',
1427
+ x: -1,
1428
+ y: -3.5,
1429
+ width: 8,
1430
+ height: 1.5,
1431
+ fill: '#ffffff',
1432
+ borderRadius: 0.75,
1433
+ opacity: 0.15
1434
+ }]
1435
+ };
1436
+
1437
+ // ===========================================
1438
+ // IMAGES
1439
+ // ===========================================
1440
+
1441
+ export const IMAGES_ICON_COLOR = '#C084FC';
1442
+ export const imagesIconData = {
1443
+ color: IMAGES_ICON_COLOR,
1444
+ bgColor: '#0a0a0f',
1445
+ elements: [{
1446
+ type: 'rect',
1447
+ x: -10,
1448
+ y: -10,
1449
+ width: 20,
1450
+ height: 20,
1451
+ fill: 'color',
1452
+ borderRadius: 4.5,
1453
+ opacity: 0.08
1454
+ }, {
1455
+ type: 'rect',
1456
+ x: -10,
1457
+ y: -10,
1458
+ width: 20,
1459
+ height: 20,
1460
+ border: true,
1461
+ borderWidth: 1.5,
1462
+ borderRadius: 4.5,
1463
+ opacity: 0.9,
1464
+ glow: true,
1465
+ glowRadius: 3
1466
+ }, {
1467
+ type: 'circle',
1468
+ cx: 4.3,
1469
+ cy: -4.4,
1470
+ r: 1.9,
1471
+ fill: 'color',
1472
+ opacity: 0.95
1473
+ }, {
1474
+ type: 'triangle',
1475
+ x: 3.6,
1476
+ y: 6.4,
1477
+ size: 4.6,
1478
+ direction: 'up',
1479
+ fill: 'color',
1480
+ opacity: 0.55
1481
+ }, {
1482
+ type: 'triangle',
1483
+ x: -1.8,
1484
+ y: 6.4,
1485
+ size: 7.6,
1486
+ direction: 'up',
1487
+ fill: 'color',
1488
+ opacity: 0.9
1489
+ }, {
1490
+ type: 'line',
1491
+ x1: -6.8,
1492
+ y1: 6.4,
1493
+ x2: 6.8,
1494
+ y2: 6.4,
1495
+ stroke: 'color',
1496
+ strokeWidth: 1.2,
1497
+ opacity: 0.35
1498
+ }]
1499
+ };
1500
+
1501
+ // ===========================================
1502
+ // IMPERSONATE
1503
+ // ===========================================
1504
+
1505
+ export const IMPERSONATE_ICON_COLOR = '#F59E0B';
1506
+ export const impersonateIconData = {
1507
+ color: IMPERSONATE_ICON_COLOR,
1508
+ bgColor: '#0a0a0f',
1509
+ elements: [{
1510
+ type: 'circle',
1511
+ cx: 4.5,
1512
+ cy: -5.5,
1513
+ r: 2.8,
1514
+ border: true,
1515
+ borderWidth: 1.4,
1516
+ opacity: 0.28
1517
+ }, {
1518
+ type: 'rect',
1519
+ x: 0.2,
1520
+ y: -1.2,
1521
+ width: 8.6,
1522
+ height: 8,
1523
+ border: true,
1524
+ borderWidth: 1.4,
1525
+ borderRadius: 4,
1526
+ opacity: 0.28
1527
+ }, {
1528
+ type: 'rect',
1529
+ x: -8.4,
1530
+ y: 0,
1531
+ width: 11.8,
1532
+ height: 9,
1533
+ fill: 'bg',
1534
+ border: true,
1535
+ borderWidth: 1.7,
1536
+ borderRadius: 5,
1537
+ opacity: 0.95
1538
+ }, {
1539
+ type: 'circle',
1540
+ cx: -2.5,
1541
+ cy: -5,
1542
+ r: 3.6,
1543
+ fill: 'bg',
1544
+ border: true,
1545
+ borderWidth: 1.7,
1546
+ glow: true,
1547
+ glowRadius: 3
1548
+ }, {
1549
+ type: 'rect',
1550
+ x: -6.1,
1551
+ y: -5.9,
1552
+ width: 7.2,
1553
+ height: 1.7,
1554
+ fill: 'color',
1555
+ borderRadius: 0.85,
1556
+ opacity: 0.9
1557
+ }]
1558
+ };
1559
+
1560
+ // ===========================================
1561
+ // JOTAI
1562
+ // ===========================================
1563
+
1564
+ export const JOTAI_ICON_COLOR = '#6C47FF';
1565
+ export const jotaiIconData = {
1566
+ color: JOTAI_ICON_COLOR,
1567
+ bgColor: '#0a0a0f',
1568
+ elements: [{
1569
+ type: 'circle',
1570
+ cx: 0,
1571
+ cy: 0,
1572
+ r: 9.5,
1573
+ border: true,
1574
+ borderWidth: 1.4,
1575
+ opacity: 0.5,
1576
+ scaleY: 0.38
1577
+ }, {
1578
+ type: 'circle',
1579
+ cx: 0,
1580
+ cy: 0,
1581
+ r: 9.5,
1582
+ border: true,
1583
+ borderWidth: 1.4,
1584
+ opacity: 0.5,
1585
+ scaleX: 0.38
1586
+ }, {
1587
+ type: 'circle',
1588
+ cx: 8.8,
1589
+ cy: 0,
1590
+ r: 1.35,
1591
+ fill: 'color',
1592
+ opacity: 0.9
1593
+ }, {
1594
+ type: 'circle',
1595
+ cx: 0,
1596
+ cy: -8.8,
1597
+ r: 1.35,
1598
+ fill: 'color',
1599
+ opacity: 0.9
1600
+ }, {
1601
+ type: 'circle',
1602
+ cx: 0,
1603
+ cy: 0,
1604
+ r: 2.9,
1605
+ fill: 'color',
1606
+ glow: true,
1607
+ glowRadius: 4
1608
+ }]
1609
+ };
1610
+
1611
+ // ===========================================
1612
+ // NETWORK
1613
+ // ===========================================
1614
+
1615
+ export const NETWORK_ICON_COLOR = '#00D4FF';
1616
+ export const networkIconData = {
1617
+ color: NETWORK_ICON_COLOR,
1618
+ bgColor: 'rgba(8, 12, 21, 0.95)',
1619
+ elements: [{
1620
+ type: 'circle',
1621
+ cx: 0,
1622
+ cy: 0,
1623
+ r: 9,
1624
+ fill: 'bg',
1625
+ border: true,
1626
+ borderWidth: 2,
1627
+ glow: true,
1628
+ glowRadius: 4
1629
+ }, {
1630
+ type: 'circle',
1631
+ cx: 0,
1632
+ cy: 0,
1633
+ r: 9,
1634
+ border: true,
1635
+ borderWidth: 2,
1636
+ opacity: 0.6,
1637
+ scaleX: 0.45
1638
+ }, {
1639
+ type: 'circle',
1640
+ cx: 0,
1641
+ cy: 0,
1642
+ r: 9,
1643
+ border: true,
1644
+ borderWidth: 2,
1645
+ opacity: 0.6,
1646
+ scaleX: 1.33,
1647
+ scaleY: 0.6
1648
+ }]
1649
+ };
1650
+
1651
+ // ===========================================
1652
+ // QUERY
1653
+ // ===========================================
1654
+
1655
+ export const QUERY_ICON_COLOR = '#FF3366';
1656
+ export const queryIconData = {
1657
+ color: QUERY_ICON_COLOR,
1658
+ bgColor: '#000',
1659
+ elements: [{
1660
+ type: 'line',
1661
+ x1: 0,
1662
+ y1: 0,
1663
+ x2: 0,
1664
+ y2: -8,
1665
+ stroke: '#10B981',
1666
+ strokeWidth: 1.2,
1667
+ opacity: 0.5
1668
+ }, {
1669
+ type: 'line',
1670
+ x1: 0,
1671
+ y1: 0,
1672
+ x2: 7.6,
1673
+ y2: -2.5,
1674
+ stroke: '#3B82F6',
1675
+ strokeWidth: 1.2,
1676
+ opacity: 0.5
1677
+ }, {
1678
+ type: 'line',
1679
+ x1: 0,
1680
+ y1: 0,
1681
+ x2: 4.7,
1682
+ y2: 6.5,
1683
+ stroke: '#F59E0B',
1684
+ strokeWidth: 1.2,
1685
+ opacity: 0.5
1686
+ }, {
1687
+ type: 'line',
1688
+ x1: 0,
1689
+ y1: 0,
1690
+ x2: -4.7,
1691
+ y2: 6.5,
1692
+ stroke: '#8B5CF6',
1693
+ strokeWidth: 1.2,
1694
+ opacity: 0.5
1695
+ }, {
1696
+ type: 'line',
1697
+ x1: 0,
1698
+ y1: 0,
1699
+ x2: -7.6,
1700
+ y2: -2.5,
1701
+ stroke: '#6B7280',
1702
+ strokeWidth: 1.2,
1703
+ opacity: 0.5
1704
+ }, {
1705
+ type: 'circle',
1706
+ cx: 0,
1707
+ cy: -8,
1708
+ r: 2.2,
1709
+ fill: '#10B981',
1710
+ opacity: 0.2
1711
+ }, {
1712
+ type: 'circle',
1713
+ cx: 0,
1714
+ cy: -8,
1715
+ r: 1.6,
1716
+ fill: '#10B981',
1717
+ opacity: 0.9
1718
+ }, {
1719
+ type: 'circle',
1720
+ cx: 7.6,
1721
+ cy: -2.5,
1722
+ r: 2.2,
1723
+ fill: '#3B82F6',
1724
+ opacity: 0.2
1725
+ }, {
1726
+ type: 'circle',
1727
+ cx: 7.6,
1728
+ cy: -2.5,
1729
+ r: 1.6,
1730
+ fill: '#3B82F6',
1731
+ opacity: 0.9
1732
+ }, {
1733
+ type: 'circle',
1734
+ cx: 4.7,
1735
+ cy: 6.5,
1736
+ r: 2.2,
1737
+ fill: '#F59E0B',
1738
+ opacity: 0.2
1739
+ }, {
1740
+ type: 'circle',
1741
+ cx: 4.7,
1742
+ cy: 6.5,
1743
+ r: 1.6,
1744
+ fill: '#F59E0B',
1745
+ opacity: 0.9
1746
+ }, {
1747
+ type: 'circle',
1748
+ cx: -4.7,
1749
+ cy: 6.5,
1750
+ r: 2.2,
1751
+ fill: '#8B5CF6',
1752
+ opacity: 0.2
1753
+ }, {
1754
+ type: 'circle',
1755
+ cx: -4.7,
1756
+ cy: 6.5,
1757
+ r: 1.6,
1758
+ fill: '#8B5CF6',
1759
+ opacity: 0.9
1760
+ }, {
1761
+ type: 'circle',
1762
+ cx: -7.6,
1763
+ cy: -2.5,
1764
+ r: 2.2,
1765
+ fill: '#6B7280',
1766
+ opacity: 0.2
1767
+ }, {
1768
+ type: 'circle',
1769
+ cx: -7.6,
1770
+ cy: -2.5,
1771
+ r: 1.6,
1772
+ fill: '#6B7280',
1773
+ opacity: 0.9
1774
+ }, {
1775
+ type: 'circle',
1776
+ cx: 0,
1777
+ cy: 0,
1778
+ r: 4.5,
1779
+ fill: 'color',
1780
+ opacity: 0.1
1781
+ }, {
1782
+ type: 'circle',
1783
+ cx: 0,
1784
+ cy: 0,
1785
+ r: 3,
1786
+ fill: 'color',
1787
+ opacity: 0.95
1788
+ }, {
1789
+ type: 'circle',
1790
+ cx: 0,
1791
+ cy: 0,
1792
+ r: 1.3,
1793
+ fill: '#fff',
1794
+ opacity: 0.35
1795
+ }]
1796
+ };
1797
+
1798
+ // ===========================================
1799
+ // REDUX
1800
+ // ===========================================
1801
+
1802
+ export const REDUX_ICON_COLOR = '#764abc';
1803
+ export const reduxIconData = {
1804
+ color: REDUX_ICON_COLOR,
1805
+ bgColor: '#0a0a0f',
1806
+ elements: [{
1807
+ type: 'circle',
1808
+ cx: -1.16,
1809
+ cy: -2.2135943621178655,
1810
+ r: 1.4,
1811
+ fill: 'color',
1812
+ opacity: 1,
1813
+ scaleX: 1,
1814
+ scaleY: 1
1815
+ }, {
1816
+ type: 'circle',
1817
+ cx: -2.846049894151541,
1818
+ cy: 4.110960958218893,
1819
+ r: 1.4,
1820
+ fill: 'color',
1821
+ opacity: 1,
1822
+ scaleX: 1,
1823
+ scaleY: 1
1824
+ }, {
1825
+ type: 'circle',
1826
+ cx: 3.89,
1827
+ cy: 2.31,
1828
+ r: 1.4,
1829
+ fill: 'color',
1830
+ opacity: 1,
1831
+ scaleX: 1,
1832
+ scaleY: 1
1833
+ }, {
1834
+ type: 'line',
1835
+ x1: 0,
1836
+ y1: -2.2135943621178655,
1837
+ x2: 3.162277660168379,
1838
+ y2: 8.538149682454623,
1839
+ stroke: 'color',
1840
+ strokeWidth: 1.5,
1841
+ opacity: 1,
1842
+ curveX: 8.221921916437786,
1843
+ curveY: -6.00832755431992,
1844
+ curve2X: 12.01665510863984,
1845
+ curve2Y: 7.273238618387272
1846
+ }, {
1847
+ type: 'line',
1848
+ x1: -7.273238618387272,
1849
+ y1: 0.31622776601683794,
1850
+ x2: 3.478505426185217,
1851
+ y2: 3.162277660168379,
1852
+ stroke: 'color',
1853
+ strokeWidth: 1.5,
1854
+ opacity: 1,
1855
+ curveX: -12.01665510863984,
1856
+ curveY: 10.435516278555651,
1857
+ curve2X: 4.427188724235731,
1858
+ curve2Y: 7.58946638440411
1859
+ }, {
1860
+ type: 'line',
1861
+ x1: 4.743416490252569,
1862
+ y1: -3.794733192202055,
1863
+ x2: -3.478505426185217,
1864
+ y2: 3.478505426185217,
1865
+ stroke: 'color',
1866
+ strokeWidth: 1.1,
1867
+ opacity: 1,
1868
+ curveX: 3.162277660168379,
1869
+ curveY: -11.384199576606164,
1870
+ curve2X: -9.803060746521975,
1871
+ curve2Y: -10.119288512538814
1872
+ }]
1873
+ };
1874
+
1875
+ // ===========================================
1876
+ // ROUTE-DOT
1877
+ // ===========================================
1878
+
1879
+ export const routeDotIconData = {
1880
+ color: '#FF9F1C',
1881
+ bgColor: '#000',
1882
+ elements: [{
1883
+ type: 'circle',
1884
+ cx: 0,
1885
+ cy: 0,
1886
+ r: 8,
1887
+ fill: 'color',
1888
+ opacity: 0.3
1889
+ }, {
1890
+ type: 'circle',
1891
+ cx: 0,
1892
+ cy: 0,
1893
+ r: 3,
1894
+ fill: 'bg',
1895
+ opacity: 1
1896
+ }]
1897
+ };
1898
+
1899
+ // ===========================================
1900
+ // ROUTE-PATH
1901
+ // ===========================================
1902
+
1903
+ export const routePathIconData = {
1904
+ color: '#FF9F1C',
1905
+ bgColor: '#000',
1906
+ elements: [{
1907
+ type: 'smootharc',
1908
+ cx: -3,
1909
+ cy: -2,
1910
+ r: 5,
1911
+ portion: 'bottom',
1912
+ stroke: 'color',
1913
+ strokeWidth: 3,
1914
+ opacity: 1
1915
+ }, {
1916
+ type: 'smootharc',
1917
+ cx: 3,
1918
+ cy: 2,
1919
+ r: 5,
1920
+ portion: 'top',
1921
+ stroke: 'color',
1922
+ strokeWidth: 3,
1923
+ opacity: 1
1924
+ }]
1925
+ };
1926
+
1927
+ // ===========================================
1928
+ // ROUTE-PIN
1929
+ // ===========================================
1930
+
1931
+ export const routePinIconData = {
1932
+ color: '#FF9F1C',
1933
+ bgColor: '#000',
1934
+ elements: [{
1935
+ type: 'circle',
1936
+ cx: 0,
1937
+ cy: -2,
1938
+ r: 5,
1939
+ fill: 'color',
1940
+ opacity: 1
1941
+ }, {
1942
+ type: 'triangle',
1943
+ x: 0,
1944
+ y: 4,
1945
+ size: 5,
1946
+ direction: 'down',
1947
+ fill: 'color',
1948
+ opacity: 1
1949
+ }, {
1950
+ type: 'circle',
1951
+ cx: 0,
1952
+ cy: -2,
1953
+ r: 2,
1954
+ fill: 'bg',
1955
+ opacity: 1
1956
+ }]
1957
+ };
1958
+
1959
+ // ===========================================
1960
+ // ROUTE-TWO-PINS
1961
+ // ===========================================
1962
+
1963
+ export const routeTwoPinsIconData = {
1964
+ color: '#FF9F1C',
1965
+ bgColor: '#000',
1966
+ elements: [{
1967
+ type: 'circle',
1968
+ cx: -6,
1969
+ cy: 4,
1970
+ r: 3.5,
1971
+ fill: 'color',
1972
+ opacity: 1
1973
+ }, {
1974
+ type: 'triangle',
1975
+ x: -6,
1976
+ y: 8.5,
1977
+ size: 3.5,
1978
+ direction: 'down',
1979
+ fill: 'color',
1980
+ opacity: 1
1981
+ }, {
1982
+ type: 'circle',
1983
+ cx: -6,
1984
+ cy: 4,
1985
+ r: 1.4,
1986
+ fill: 'bg',
1987
+ opacity: 1
1988
+ }, {
1989
+ type: 'circle',
1990
+ cx: 6,
1991
+ cy: -5,
1992
+ r: 3.5,
1993
+ fill: 'color',
1994
+ opacity: 1
1995
+ }, {
1996
+ type: 'triangle',
1997
+ x: 6,
1998
+ y: -0.5,
1999
+ size: 3.5,
2000
+ direction: 'down',
2001
+ fill: 'color',
2002
+ opacity: 1
2003
+ }, {
2004
+ type: 'circle',
2005
+ cx: 6,
2006
+ cy: -5,
2007
+ r: 1.4,
2008
+ fill: 'bg',
2009
+ opacity: 1
2010
+ }]
2011
+ };
2012
+
2013
+ // ===========================================
2014
+ // ROUTES
2015
+ // ===========================================
2016
+
2017
+ export const ROUTES_ICON_COLOR = '#FF9F1C';
2018
+ export const routesIconData = {
2019
+ color: ROUTES_ICON_COLOR,
2020
+ bgColor: '#0a0a0f',
2021
+ elements: [{
2022
+ type: 'circle',
2023
+ cx: 2.846049894151541,
2024
+ cy: 1.2649110640673518,
2025
+ r: 4.110960958218893,
2026
+ fill: '#FF9F1C',
2027
+ scaleY: 0.94
2028
+ }, {
2029
+ type: 'circle',
2030
+ cx: 6.00832755431992,
2031
+ cy: 6.324555320336758,
2032
+ r: 4,
2033
+ fill: 'color'
2034
+ }, {
2035
+ type: 'circle',
2036
+ cx: 6.324555320336758,
2037
+ cy: -6.324555320336758,
2038
+ r: 3.794733192202055,
2039
+ fill: 'color',
2040
+ scaleY: 0.97
2041
+ }, {
2042
+ type: 'circle',
2043
+ cx: 6.324555320336758,
2044
+ cy: -6.00832755431992,
2045
+ r: 1.5811388300841895,
2046
+ fill: 'bg'
2047
+ }, {
2048
+ type: 'circle',
2049
+ cx: -6.324555320336758,
2050
+ cy: 3.478505426185217,
2051
+ r: 3.794733192202055,
2052
+ fill: 'color',
2053
+ scaleY: 0.97
2054
+ }, {
2055
+ type: 'circle',
2056
+ cx: -6.324555320336758,
2057
+ cy: 3.478505426185217,
2058
+ r: 1.5811388300841895,
2059
+ fill: 'bg'
2060
+ }, {
2061
+ type: 'line',
2062
+ x1: -8.854377448471462,
2063
+ y1: 4.743416490252569,
2064
+ x2: -6.00832755431992,
2065
+ y2: 9.803060746521975,
2066
+ stroke: 'color',
2067
+ strokeWidth: 1.5
2068
+ }, {
2069
+ type: 'line',
2070
+ x1: -3.162277660168379,
2071
+ y1: 3.162277660168379,
2072
+ x2: -6.640783086353596,
2073
+ y2: 9.803060746521975,
2074
+ stroke: 'color',
2075
+ strokeWidth: 1.8
2076
+ }, {
2077
+ type: 'rect',
2078
+ x: -7.273238618387272,
2079
+ y: 6.324555320336758,
2080
+ width: 1.8973665961010275,
2081
+ height: 2.2135943621178655,
2082
+ fill: 'color'
2083
+ }, {
2084
+ type: 'line',
2085
+ x1: 1.2649110640673518,
2086
+ y1: 1.2649110640673518,
2087
+ x2: 9.1706052144883,
2088
+ y2: 1.2649110640673518,
2089
+ stroke: 'bg',
2090
+ strokeWidth: 2.4
2091
+ }, {
2092
+ type: 'line',
2093
+ x1: 9.486832980505138,
2094
+ y1: -6.640783086353596,
2095
+ x2: 6.00832755431992,
2096
+ y2: 0,
2097
+ stroke: 'color',
2098
+ strokeWidth: 1.8
2099
+ }, {
2100
+ type: 'line',
2101
+ x1: 3.478505426185217,
2102
+ y1: -5.375872022286244,
2103
+ x2: 6.640783086353596,
2104
+ y2: 0,
2105
+ stroke: 'color',
2106
+ strokeWidth: 1.5
2107
+ }, {
2108
+ type: 'rect',
2109
+ x: 5.692099788303082,
2110
+ y: -3.478505426185217,
2111
+ width: 1.8973665961010275,
2112
+ height: 2.2135943621178655,
2113
+ fill: 'color'
2114
+ }, {
2115
+ type: 'rect',
2116
+ x: 2.846049894151541,
2117
+ y: 10,
2118
+ width: 6,
2119
+ height: 4,
2120
+ fill: 'bg'
2121
+ }, {
2122
+ type: 'line',
2123
+ x1: -0.31622776601683794,
2124
+ y1: 6.324555320336758,
2125
+ x2: 7.58946638440411,
2126
+ y2: 6.324555320336758,
2127
+ stroke: 'bg',
2128
+ strokeWidth: 2.3
2129
+ }, {
2130
+ type: 'rect',
2131
+ x: -2.5298221281347035,
2132
+ y: 7.5,
2133
+ width: 7.273238618387272,
2134
+ height: 2.5,
2135
+ fill: 'color'
2136
+ }]
2137
+ };
2138
+
2139
+ // ===========================================
2140
+ // SENTRY
2141
+ // ===========================================
2142
+
2143
+ export const SENTRY_ICON_COLOR = '#FF3366';
2144
+ export const sentryIconData = {
2145
+ color: SENTRY_ICON_COLOR,
2146
+ bgColor: '#000',
2147
+ elements: [{
2148
+ type: 'circle',
2149
+ cx: 0,
2150
+ cy: 1,
2151
+ r: 8,
2152
+ fill: 'color',
2153
+ opacity: 0.15
2154
+ }, {
2155
+ type: 'rect',
2156
+ x: -6,
2157
+ y: -4,
2158
+ width: 12,
2159
+ height: 14,
2160
+ fill: 'color',
2161
+ borderRadius: 6,
2162
+ opacity: 0.9
2163
+ }, {
2164
+ type: 'rect',
2165
+ x: -4,
2166
+ y: -9,
2167
+ width: 8,
2168
+ height: 6,
2169
+ fill: 'color',
2170
+ borderRadius: 4,
2171
+ opacity: 0.95
2172
+ }, {
2173
+ type: 'rect',
2174
+ x: -3,
2175
+ y: -12,
2176
+ width: 0.8,
2177
+ height: 4,
2178
+ fill: 'color',
2179
+ opacity: 0.7,
2180
+ rotation: -15
2181
+ }, {
2182
+ type: 'circle',
2183
+ cx: -4,
2184
+ cy: -12,
2185
+ r: 1.2,
2186
+ fill: 'color',
2187
+ opacity: 0.6
2188
+ }, {
2189
+ type: 'rect',
2190
+ x: 2.2,
2191
+ y: -12,
2192
+ width: 0.8,
2193
+ height: 4,
2194
+ fill: 'color',
2195
+ opacity: 0.7,
2196
+ rotation: 15
2197
+ }, {
2198
+ type: 'circle',
2199
+ cx: 4,
2200
+ cy: -12,
2201
+ r: 1.2,
2202
+ fill: 'color',
2203
+ opacity: 0.6
2204
+ }, {
2205
+ type: 'rect',
2206
+ x: -10,
2207
+ y: -2,
2208
+ width: 4,
2209
+ height: 1,
2210
+ fill: 'color',
2211
+ opacity: 0.8,
2212
+ rotation: -20
2213
+ }, {
2214
+ type: 'rect',
2215
+ x: -10,
2216
+ y: 1,
2217
+ width: 4,
2218
+ height: 1,
2219
+ fill: 'color',
2220
+ opacity: 0.8,
2221
+ rotation: -10
2222
+ }, {
2223
+ type: 'rect',
2224
+ x: -10,
2225
+ y: 4,
2226
+ width: 4,
2227
+ height: 1,
2228
+ fill: 'color',
2229
+ opacity: 0.8,
2230
+ rotation: 10
2231
+ }, {
2232
+ type: 'rect',
2233
+ x: 6,
2234
+ y: -2,
2235
+ width: 4,
2236
+ height: 1,
2237
+ fill: 'color',
2238
+ opacity: 0.8,
2239
+ rotation: 20
2240
+ }, {
2241
+ type: 'rect',
2242
+ x: 6,
2243
+ y: 1,
2244
+ width: 4,
2245
+ height: 1,
2246
+ fill: 'color',
2247
+ opacity: 0.8,
2248
+ rotation: 10
2249
+ }, {
2250
+ type: 'rect',
2251
+ x: 6,
2252
+ y: 4,
2253
+ width: 4,
2254
+ height: 1,
2255
+ fill: 'color',
2256
+ opacity: 0.8,
2257
+ rotation: -10
2258
+ }, {
2259
+ type: 'circle',
2260
+ cx: 0,
2261
+ cy: 1,
2262
+ r: 1,
2263
+ fill: '#fff',
2264
+ opacity: 0.3
2265
+ }]
2266
+ };
2267
+
2268
+ // ===========================================
2269
+ // STORAGE
2270
+ // ===========================================
2271
+
2272
+ export const STORAGE_ICON_COLOR = '#FFB800';
2273
+ export const storageIconData = {
2274
+ color: STORAGE_ICON_COLOR,
2275
+ bgColor: '#000',
2276
+ elements: [{
2277
+ type: 'rect',
2278
+ x: -9,
2279
+ y: -7,
2280
+ width: 18,
2281
+ height: 8,
2282
+ fill: 'color',
2283
+ borderRadius: 4,
2284
+ opacity: 0.1
2285
+ }, {
2286
+ type: 'rect',
2287
+ x: -8,
2288
+ y: -6,
2289
+ width: 16,
2290
+ height: 6,
2291
+ fill: 'color',
2292
+ borderRadius: 3,
2293
+ opacity: 0.9
2294
+ }, {
2295
+ type: 'rect',
2296
+ x: -7,
2297
+ y: -5.5,
2298
+ width: 14,
2299
+ height: 2,
2300
+ fill: '#fff',
2301
+ borderRadius: 1,
2302
+ opacity: 0.15
2303
+ }, {
2304
+ type: 'rect',
2305
+ x: -8,
2306
+ y: -6,
2307
+ width: 16,
2308
+ height: 6,
2309
+ border: true,
2310
+ borderWidth: 0.5,
2311
+ borderRadius: 3,
2312
+ opacity: 0.3
2313
+ }, {
2314
+ type: 'rect',
2315
+ x: -9,
2316
+ y: -2.2,
2317
+ width: 18,
2318
+ height: 8,
2319
+ fill: 'color',
2320
+ borderRadius: 4,
2321
+ opacity: 0.1
2322
+ }, {
2323
+ type: 'rect',
2324
+ x: -8,
2325
+ y: -1.2,
2326
+ width: 16,
2327
+ height: 6,
2328
+ fill: 'color',
2329
+ borderRadius: 3,
2330
+ opacity: 0.8
2331
+ }, {
2332
+ type: 'rect',
2333
+ x: -7,
2334
+ y: -0.7,
2335
+ width: 14,
2336
+ height: 2,
2337
+ fill: '#fff',
2338
+ borderRadius: 1,
2339
+ opacity: 0.15
2340
+ }, {
2341
+ type: 'rect',
2342
+ x: -8,
2343
+ y: -1.2,
2344
+ width: 16,
2345
+ height: 6,
2346
+ border: true,
2347
+ borderWidth: 0.5,
2348
+ borderRadius: 3,
2349
+ opacity: 0.3
2350
+ }, {
2351
+ type: 'rect',
2352
+ x: -9,
2353
+ y: 2.6,
2354
+ width: 18,
2355
+ height: 8,
2356
+ fill: 'color',
2357
+ borderRadius: 4,
2358
+ opacity: 0.1
2359
+ }, {
2360
+ type: 'rect',
2361
+ x: -8,
2362
+ y: 3.6,
2363
+ width: 16,
2364
+ height: 6,
2365
+ fill: 'color',
2366
+ borderRadius: 3,
2367
+ opacity: 0.7
2368
+ }, {
2369
+ type: 'rect',
2370
+ x: -7,
2371
+ y: 4.1,
2372
+ width: 14,
2373
+ height: 2,
2374
+ fill: '#fff',
2375
+ borderRadius: 1,
2376
+ opacity: 0.15
2377
+ }, {
2378
+ type: 'rect',
2379
+ x: -8,
2380
+ y: 3.6,
2381
+ width: 16,
2382
+ height: 6,
2383
+ border: true,
2384
+ borderWidth: 0.5,
2385
+ borderRadius: 3,
2386
+ opacity: 0.3
2387
+ }, {
2388
+ type: 'rect',
2389
+ x: -0.25,
2390
+ y: -3.6,
2391
+ width: 0.5,
2392
+ height: 6,
2393
+ fill: 'color',
2394
+ opacity: 0.3
2395
+ }, {
2396
+ type: 'rect',
2397
+ x: -0.25,
2398
+ y: 1.2,
2399
+ width: 0.5,
2400
+ height: 6,
2401
+ fill: 'color',
2402
+ opacity: 0.3
2403
+ }, {
2404
+ type: 'rect',
2405
+ x: -0.5,
2406
+ y: -3.5,
2407
+ width: 1,
2408
+ height: 1,
2409
+ fill: 'color',
2410
+ borderRadius: 0.5,
2411
+ opacity: 0.6
2412
+ }, {
2413
+ type: 'rect',
2414
+ x: -0.5,
2415
+ y: 1.3,
2416
+ width: 1,
2417
+ height: 1,
2418
+ fill: 'color',
2419
+ borderRadius: 0.5,
2420
+ opacity: 0.6
2421
+ }, {
2422
+ type: 'rect',
2423
+ x: -0.5,
2424
+ y: 6.1,
2425
+ width: 1,
2426
+ height: 1,
2427
+ fill: 'color',
2428
+ borderRadius: 0.5,
2429
+ opacity: 0.6
2430
+ }]
2431
+ };
2432
+
2433
+ // ===========================================
2434
+ // WIFI
2435
+ // ===========================================
2436
+
2437
+ export const WIFI_ICON_COLOR = '#00D4FF';
2438
+ export const wifiIconData = {
2439
+ color: WIFI_ICON_COLOR,
2440
+ bgColor: '#000',
2441
+ elements: [{
2442
+ type: 'circle',
2443
+ cx: 0,
2444
+ cy: 6,
2445
+ r: 2,
2446
+ fill: 'color',
2447
+ opacity: 1
2448
+ }, {
2449
+ type: 'smootharc',
2450
+ cx: 0,
2451
+ cy: 6,
2452
+ r: 5,
2453
+ portion: 'top',
2454
+ stroke: 'color',
2455
+ strokeWidth: 2,
2456
+ opacity: 0.9
2457
+ }, {
2458
+ type: 'smootharc',
2459
+ cx: 0,
2460
+ cy: 6,
2461
+ r: 8,
2462
+ portion: 'top',
2463
+ stroke: 'color',
2464
+ strokeWidth: 2,
2465
+ opacity: 0.7
2466
+ }, {
2467
+ type: 'smootharc',
2468
+ cx: 0,
2469
+ cy: 6,
2470
+ r: 11,
2471
+ portion: 'top',
2472
+ stroke: 'color',
2473
+ strokeWidth: 2,
2474
+ opacity: 0.5
2475
+ }]
2476
+ };
2477
+
2478
+ // ===========================================
2479
+ // ZUSTAND
2480
+ // ===========================================
2481
+
2482
+ export const ZUSTAND_ICON_COLOR = '#C08552';
2483
+ export const zustandIconData = {
2484
+ color: ZUSTAND_ICON_COLOR,
2485
+ bgColor: '#0a0a0f',
2486
+ elements: [{
2487
+ type: 'circle',
2488
+ cx: -5.5,
2489
+ cy: -6,
2490
+ r: 2.9,
2491
+ fill: 'color',
2492
+ opacity: 0.95
2493
+ }, {
2494
+ type: 'circle',
2495
+ cx: 5.5,
2496
+ cy: -6,
2497
+ r: 2.9,
2498
+ fill: 'color',
2499
+ opacity: 0.95
2500
+ }, {
2501
+ type: 'circle',
2502
+ cx: -5.5,
2503
+ cy: -6,
2504
+ r: 1.3,
2505
+ fill: 'bg',
2506
+ opacity: 0.55
2507
+ }, {
2508
+ type: 'circle',
2509
+ cx: 5.5,
2510
+ cy: -6,
2511
+ r: 1.3,
2512
+ fill: 'bg',
2513
+ opacity: 0.55
2514
+ }, {
2515
+ type: 'circle',
2516
+ cx: 0,
2517
+ cy: 0.5,
2518
+ r: 7.5,
2519
+ fill: 'color',
2520
+ glow: true,
2521
+ glowRadius: 4
2522
+ }, {
2523
+ type: 'circle',
2524
+ cx: 0,
2525
+ cy: 3.6,
2526
+ r: 3.4,
2527
+ fill: 'bg',
2528
+ opacity: 0.5
2529
+ }, {
2530
+ type: 'circle',
2531
+ cx: -3,
2532
+ cy: -1.2,
2533
+ r: 1.15,
2534
+ fill: 'bg',
2535
+ opacity: 0.9
2536
+ }, {
2537
+ type: 'circle',
2538
+ cx: 3,
2539
+ cy: -1.2,
2540
+ r: 1.15,
2541
+ fill: 'bg',
2542
+ opacity: 0.9
2543
+ }, {
2544
+ type: 'circle',
2545
+ cx: 0,
2546
+ cy: 2.3,
2547
+ r: 1.15,
2548
+ fill: 'bg',
2549
+ opacity: 0.9
2550
+ }]
2551
+ };
2552
+
2553
+ // ===========================================
2554
+ // ACTIVITY
2555
+ // ===========================================
2556
+
2557
+ export const activityGlyphData = {
2558
+ color: '#E0E0E0',
2559
+ bgColor: '#0a0a0f',
2560
+ elements: [{
2561
+ type: 'line',
2562
+ x1: -9,
2563
+ y1: 0,
2564
+ x2: -5,
2565
+ y2: 0,
2566
+ stroke: 'color',
2567
+ strokeWidth: 2
2568
+ }, {
2569
+ type: 'line',
2570
+ x1: -5,
2571
+ y1: 0,
2572
+ x2: -2,
2573
+ y2: -6,
2574
+ stroke: 'color',
2575
+ strokeWidth: 2
2576
+ }, {
2577
+ type: 'line',
2578
+ x1: -2,
2579
+ y1: -6,
2580
+ x2: 2,
2581
+ y2: 6,
2582
+ stroke: 'color',
2583
+ strokeWidth: 2
2584
+ }, {
2585
+ type: 'line',
2586
+ x1: 2,
2587
+ y1: 6,
2588
+ x2: 5,
2589
+ y2: 0,
2590
+ stroke: 'color',
2591
+ strokeWidth: 2
2592
+ }, {
2593
+ type: 'line',
2594
+ x1: 5,
2595
+ y1: 0,
2596
+ x2: 9,
2597
+ y2: 0,
2598
+ stroke: 'color',
2599
+ strokeWidth: 2
2600
+ }]
2601
+ };
2602
+
2603
+ // ===========================================
2604
+ // ALERT-CIRCLE
2605
+ // ===========================================
2606
+
2607
+ export const alertCircleGlyphData = {
2608
+ color: '#E0E0E0',
2609
+ bgColor: '#0a0a0f',
2610
+ elements: [{
2611
+ type: 'circle',
2612
+ cx: 0,
2613
+ cy: 0,
2614
+ r: 10,
2615
+ border: true,
2616
+ borderWidth: 2
2617
+ }, {
2618
+ type: 'line',
2619
+ x1: 0,
2620
+ y1: -5,
2621
+ x2: 0,
2622
+ y2: 1,
2623
+ stroke: 'color',
2624
+ strokeWidth: 2
2625
+ }, {
2626
+ type: 'circle',
2627
+ cx: 0,
2628
+ cy: 4.5,
2629
+ r: 1.05,
2630
+ fill: 'color'
2631
+ }]
2632
+ };
2633
+
2634
+ // ===========================================
2635
+ // ALERT-TRIANGLE
2636
+ // ===========================================
2637
+
2638
+ export const alertTriangleGlyphData = {
2639
+ color: '#E0E0E0',
2640
+ bgColor: '#0a0a0f',
2641
+ elements: [{
2642
+ type: 'line',
2643
+ x1: 0,
2644
+ y1: -9,
2645
+ x2: -9,
2646
+ y2: 8,
2647
+ stroke: 'color',
2648
+ strokeWidth: 2
2649
+ }, {
2650
+ type: 'line',
2651
+ x1: 0,
2652
+ y1: -9,
2653
+ x2: 9,
2654
+ y2: 8,
2655
+ stroke: 'color',
2656
+ strokeWidth: 2
2657
+ }, {
2658
+ type: 'line',
2659
+ x1: -9,
2660
+ y1: 8,
2661
+ x2: 9,
2662
+ y2: 8,
2663
+ stroke: 'color',
2664
+ strokeWidth: 2
2665
+ }, {
2666
+ type: 'line',
2667
+ x1: 0,
2668
+ y1: -3,
2669
+ x2: 0,
2670
+ y2: 1,
2671
+ stroke: 'color',
2672
+ strokeWidth: 2
2673
+ }, {
2674
+ type: 'circle',
2675
+ cx: 0,
2676
+ cy: 4,
2677
+ r: 1,
2678
+ fill: 'color'
2679
+ }]
2680
+ };
2681
+
2682
+ // ===========================================
2683
+ // ARROW-DOWN-TO-LINE
2684
+ // ===========================================
2685
+
2686
+ export const arrowDownToLineGlyphData = {
2687
+ color: '#E0E0E0',
2688
+ bgColor: '#0a0a0f',
2689
+ elements: [{
2690
+ type: 'line',
2691
+ x1: 0,
2692
+ y1: -9,
2693
+ x2: 0,
2694
+ y2: 3,
2695
+ stroke: 'color',
2696
+ strokeWidth: 2
2697
+ }, {
2698
+ type: 'line',
2699
+ x1: -6,
2700
+ y1: -3,
2701
+ x2: 0,
2702
+ y2: 3,
2703
+ stroke: 'color',
2704
+ strokeWidth: 2
2705
+ }, {
2706
+ type: 'line',
2707
+ x1: 6,
2708
+ y1: -3,
2709
+ x2: 0,
2710
+ y2: 3,
2711
+ stroke: 'color',
2712
+ strokeWidth: 2
2713
+ }, {
2714
+ type: 'line',
2715
+ x1: -8,
2716
+ y1: 8,
2717
+ x2: 8,
2718
+ y2: 8,
2719
+ stroke: 'color',
2720
+ strokeWidth: 2
2721
+ }]
2722
+ };
2723
+
2724
+ // ===========================================
2725
+ // ARROW-DOWN
2726
+ // ===========================================
2727
+
2728
+ export const arrowDownGlyphData = {
2729
+ color: '#E0E0E0',
2730
+ bgColor: '#0a0a0f',
2731
+ elements: [{
2732
+ type: 'line',
2733
+ x1: 0,
2734
+ y1: -7,
2735
+ x2: 0,
2736
+ y2: 7,
2737
+ stroke: 'color',
2738
+ strokeWidth: 2
2739
+ }, {
2740
+ type: 'line',
2741
+ x1: -7,
2742
+ y1: 0,
2743
+ x2: 0,
2744
+ y2: 7,
2745
+ stroke: 'color',
2746
+ strokeWidth: 2
2747
+ }, {
2748
+ type: 'line',
2749
+ x1: 7,
2750
+ y1: 0,
2751
+ x2: 0,
2752
+ y2: 7,
2753
+ stroke: 'color',
2754
+ strokeWidth: 2
2755
+ }]
2756
+ };
2757
+
2758
+ // ===========================================
2759
+ // ARROW-UP
2760
+ // ===========================================
2761
+
2762
+ export const arrowUpGlyphData = {
2763
+ color: '#E0E0E0',
2764
+ bgColor: '#0a0a0f',
2765
+ elements: [{
2766
+ type: 'line',
2767
+ x1: 0,
2768
+ y1: 7,
2769
+ x2: 0,
2770
+ y2: -7,
2771
+ stroke: 'color',
2772
+ strokeWidth: 2
2773
+ }, {
2774
+ type: 'line',
2775
+ x1: -7,
2776
+ y1: 0,
2777
+ x2: 0,
2778
+ y2: -7,
2779
+ stroke: 'color',
2780
+ strokeWidth: 2
2781
+ }, {
2782
+ type: 'line',
2783
+ x1: 7,
2784
+ y1: 0,
2785
+ x2: 0,
2786
+ y2: -7,
2787
+ stroke: 'color',
2788
+ strokeWidth: 2
2789
+ }]
2790
+ };
2791
+
2792
+ // ===========================================
2793
+ // BAR-CHART
2794
+ // ===========================================
2795
+
2796
+ export const barChartGlyphData = {
2797
+ color: '#E0E0E0',
2798
+ bgColor: '#0a0a0f',
2799
+ elements: [{
2800
+ type: 'line',
2801
+ x1: 0,
2802
+ y1: 8,
2803
+ x2: 0,
2804
+ y2: -2,
2805
+ stroke: 'color',
2806
+ strokeWidth: 2
2807
+ }, {
2808
+ type: 'line',
2809
+ x1: 6,
2810
+ y1: 8,
2811
+ x2: 6,
2812
+ y2: -8,
2813
+ stroke: 'color',
2814
+ strokeWidth: 2
2815
+ }, {
2816
+ type: 'line',
2817
+ x1: -6,
2818
+ y1: 8,
2819
+ x2: -6,
2820
+ y2: 2,
2821
+ stroke: 'color',
2822
+ strokeWidth: 2
2823
+ }]
2824
+ };
2825
+
2826
+ // ===========================================
2827
+ // BOX
2828
+ // ===========================================
2829
+
2830
+ export const boxGlyphData = {
2831
+ color: '#E0E0E0',
2832
+ bgColor: '#0a0a0f',
2833
+ elements: [{
2834
+ type: 'line',
2835
+ x1: 9,
2836
+ y1: 4,
2837
+ x2: 9,
2838
+ y2: -4,
2839
+ stroke: 'color',
2840
+ strokeWidth: 2
2841
+ }, {
2842
+ type: 'line',
2843
+ x1: 9,
2844
+ y1: -4,
2845
+ x2: 0,
2846
+ y2: -9,
2847
+ stroke: 'color',
2848
+ strokeWidth: 2
2849
+ }, {
2850
+ type: 'line',
2851
+ x1: 0,
2852
+ y1: -9,
2853
+ x2: -9,
2854
+ y2: -4,
2855
+ stroke: 'color',
2856
+ strokeWidth: 2
2857
+ }, {
2858
+ type: 'line',
2859
+ x1: -9,
2860
+ y1: -4,
2861
+ x2: -9,
2862
+ y2: 4,
2863
+ stroke: 'color',
2864
+ strokeWidth: 2
2865
+ }, {
2866
+ type: 'line',
2867
+ x1: -9,
2868
+ y1: 4,
2869
+ x2: 0,
2870
+ y2: 9,
2871
+ stroke: 'color',
2872
+ strokeWidth: 2
2873
+ }, {
2874
+ type: 'line',
2875
+ x1: 0,
2876
+ y1: 9,
2877
+ x2: 9,
2878
+ y2: 4,
2879
+ stroke: 'color',
2880
+ strokeWidth: 2
2881
+ }, {
2882
+ type: 'line',
2883
+ x1: 0,
2884
+ y1: 9,
2885
+ x2: 0,
2886
+ y2: 0,
2887
+ stroke: 'color',
2888
+ strokeWidth: 2
2889
+ }, {
2890
+ type: 'line',
2891
+ x1: 0,
2892
+ y1: 0,
2893
+ x2: 0,
2894
+ y2: -9,
2895
+ stroke: 'color',
2896
+ strokeWidth: 2
2897
+ }, {
2898
+ type: 'line',
2899
+ x1: 0,
2900
+ y1: 0,
2901
+ x2: -9,
2902
+ y2: -4,
2903
+ stroke: 'color',
2904
+ strokeWidth: 2
2905
+ }, {
2906
+ type: 'line',
2907
+ x1: 0,
2908
+ y1: 0,
2909
+ x2: 9,
2910
+ y2: -4,
2911
+ stroke: 'color',
2912
+ strokeWidth: 2
2913
+ }]
2914
+ };
2915
+
2916
+ // ===========================================
2917
+ // BRACES
2918
+ // ===========================================
2919
+
2920
+ export const bracesGlyphData = {
2921
+ color: '#E0E0E0',
2922
+ bgColor: '#0a0a0f',
2923
+ elements: [{
2924
+ type: 'line',
2925
+ x1: -3,
2926
+ y1: -9,
2927
+ x2: -6,
2928
+ y2: 0,
2929
+ stroke: 'color',
2930
+ strokeWidth: 2,
2931
+ curveX: -2.2
2932
+ }, {
2933
+ type: 'line',
2934
+ x1: -6,
2935
+ y1: 0,
2936
+ x2: -3,
2937
+ y2: 9,
2938
+ stroke: 'color',
2939
+ strokeWidth: 2,
2940
+ curveX: -2.2
2941
+ }, {
2942
+ type: 'line',
2943
+ x1: -8,
2944
+ y1: 0,
2945
+ x2: -6,
2946
+ y2: 0,
2947
+ stroke: 'color',
2948
+ strokeWidth: 2
2949
+ }, {
2950
+ type: 'line',
2951
+ x1: 3,
2952
+ y1: -9,
2953
+ x2: 6,
2954
+ y2: 0,
2955
+ stroke: 'color',
2956
+ strokeWidth: 2,
2957
+ curveX: 2.2
2958
+ }, {
2959
+ type: 'line',
2960
+ x1: 6,
2961
+ y1: 0,
2962
+ x2: 3,
2963
+ y2: 9,
2964
+ stroke: 'color',
2965
+ strokeWidth: 2,
2966
+ curveX: 2.2
2967
+ }, {
2968
+ type: 'line',
2969
+ x1: 8,
2970
+ y1: 0,
2971
+ x2: 6,
2972
+ y2: 0,
2973
+ stroke: 'color',
2974
+ strokeWidth: 2
2975
+ }]
2976
+ };
2977
+
2978
+ // ===========================================
2979
+ // BUG
2980
+ // ===========================================
2981
+
2982
+ export const bugGlyphData = {
2983
+ color: '#E0E0E0',
2984
+ bgColor: '#0a0a0f',
2985
+ elements: [{
2986
+ type: 'rect',
2987
+ x: -4,
2988
+ y: -6,
2989
+ width: 8,
2990
+ height: 13,
2991
+ border: true,
2992
+ borderWidth: 2,
2993
+ borderRadius: 4
2994
+ }, {
2995
+ type: 'line',
2996
+ x1: -4,
2997
+ y1: -2,
2998
+ x2: -8,
2999
+ y2: -4,
3000
+ stroke: 'color',
3001
+ strokeWidth: 2
3002
+ }, {
3003
+ type: 'line',
3004
+ x1: -4,
3005
+ y1: 3,
3006
+ x2: -8,
3007
+ y2: 5,
3008
+ stroke: 'color',
3009
+ strokeWidth: 2
3010
+ }, {
3011
+ type: 'line',
3012
+ x1: 4,
3013
+ y1: -2,
3014
+ x2: 8,
3015
+ y2: -4,
3016
+ stroke: 'color',
3017
+ strokeWidth: 2
3018
+ }, {
3019
+ type: 'line',
3020
+ x1: 4,
3021
+ y1: 3,
3022
+ x2: 8,
3023
+ y2: 5,
3024
+ stroke: 'color',
3025
+ strokeWidth: 2
3026
+ }, {
3027
+ type: 'line',
3028
+ x1: -2.5,
3029
+ y1: -7.5,
3030
+ x2: -1,
3031
+ y2: -6,
3032
+ stroke: 'color',
3033
+ strokeWidth: 2
3034
+ }, {
3035
+ type: 'line',
3036
+ x1: 2.5,
3037
+ y1: -7.5,
3038
+ x2: 1,
3039
+ y2: -6,
3040
+ stroke: 'color',
3041
+ strokeWidth: 2
3042
+ }]
3043
+ };
3044
+
3045
+ // ===========================================
3046
+ // CHECK-CIRCLE
3047
+ // ===========================================
3048
+
3049
+ export const checkCircleGlyphData = {
3050
+ color: '#E0E0E0',
3051
+ bgColor: '#0a0a0f',
3052
+ elements: [{
3053
+ type: 'circle',
3054
+ cx: 0,
3055
+ cy: 0,
3056
+ r: 10,
3057
+ border: true,
3058
+ borderWidth: 2
3059
+ }, {
3060
+ type: 'line',
3061
+ x1: 4,
3062
+ y1: -2,
3063
+ x2: -1,
3064
+ y2: 3,
3065
+ stroke: 'color',
3066
+ strokeWidth: 2
3067
+ }, {
3068
+ type: 'line',
3069
+ x1: -1,
3070
+ y1: 3,
3071
+ x2: -4,
3072
+ y2: 0,
3073
+ stroke: 'color',
3074
+ strokeWidth: 2
3075
+ }]
3076
+ };
3077
+
3078
+ // ===========================================
3079
+ // CHECK
3080
+ // ===========================================
3081
+
3082
+ export const checkGlyphData = {
3083
+ color: '#E0E0E0',
3084
+ bgColor: '#0a0a0f',
3085
+ elements: [{
3086
+ type: 'line',
3087
+ x1: 8,
3088
+ y1: -6,
3089
+ x2: -3,
3090
+ y2: 5,
3091
+ stroke: 'color',
3092
+ strokeWidth: 2
3093
+ }, {
3094
+ type: 'line',
3095
+ x1: -3,
3096
+ y1: 5,
3097
+ x2: -8,
3098
+ y2: 0,
3099
+ stroke: 'color',
3100
+ strokeWidth: 2
3101
+ }]
3102
+ };
3103
+
3104
+ // ===========================================
3105
+ // CHEVRON-DOWN
3106
+ // ===========================================
3107
+
3108
+ export const chevronDownGlyphData = {
3109
+ color: '#E0E0E0',
3110
+ bgColor: '#0a0a0f',
3111
+ elements: [{
3112
+ type: 'line',
3113
+ x1: -6,
3114
+ y1: -3,
3115
+ x2: 0,
3116
+ y2: 3,
3117
+ stroke: 'color',
3118
+ strokeWidth: 2
3119
+ }, {
3120
+ type: 'line',
3121
+ x1: 0,
3122
+ y1: 3,
3123
+ x2: 6,
3124
+ y2: -3,
3125
+ stroke: 'color',
3126
+ strokeWidth: 2
3127
+ }]
3128
+ };
3129
+
3130
+ // ===========================================
3131
+ // CHEVRON-LEFT
3132
+ // ===========================================
3133
+
3134
+ export const chevronLeftGlyphData = {
3135
+ color: '#E0E0E0',
3136
+ bgColor: '#0a0a0f',
3137
+ elements: [{
3138
+ type: 'line',
3139
+ x1: 3,
3140
+ y1: 6,
3141
+ x2: -3,
3142
+ y2: 0,
3143
+ stroke: 'color',
3144
+ strokeWidth: 2
3145
+ }, {
3146
+ type: 'line',
3147
+ x1: -3,
3148
+ y1: 0,
3149
+ x2: 3,
3150
+ y2: -6,
3151
+ stroke: 'color',
3152
+ strokeWidth: 2
3153
+ }]
3154
+ };
3155
+
3156
+ // ===========================================
3157
+ // CHEVRON-RIGHT
3158
+ // ===========================================
3159
+
3160
+ export const chevronRightGlyphData = {
3161
+ color: '#E0E0E0',
3162
+ bgColor: '#0a0a0f',
3163
+ elements: [{
3164
+ type: 'line',
3165
+ x1: -3,
3166
+ y1: 6,
3167
+ x2: 3,
3168
+ y2: 0,
3169
+ stroke: 'color',
3170
+ strokeWidth: 2
3171
+ }, {
3172
+ type: 'line',
3173
+ x1: 3,
3174
+ y1: 0,
3175
+ x2: -3,
3176
+ y2: -6,
3177
+ stroke: 'color',
3178
+ strokeWidth: 2
3179
+ }]
3180
+ };
3181
+
3182
+ // ===========================================
3183
+ // CHEVRON-UP
3184
+ // ===========================================
3185
+
3186
+ export const chevronUpGlyphData = {
3187
+ color: '#E0E0E0',
3188
+ bgColor: '#0a0a0f',
3189
+ elements: [{
3190
+ type: 'line',
3191
+ x1: 6,
3192
+ y1: 3,
3193
+ x2: 0,
3194
+ y2: -3,
3195
+ stroke: 'color',
3196
+ strokeWidth: 2
3197
+ }, {
3198
+ type: 'line',
3199
+ x1: 0,
3200
+ y1: -3,
3201
+ x2: -6,
3202
+ y2: 3,
3203
+ stroke: 'color',
3204
+ strokeWidth: 2
3205
+ }]
3206
+ };
3207
+
3208
+ // ===========================================
3209
+ // CIRCLE
3210
+ // ===========================================
3211
+
3212
+ export const circleGlyphData = {
3213
+ color: '#E0E0E0',
3214
+ bgColor: '#0a0a0f',
3215
+ elements: [{
3216
+ type: 'circle',
3217
+ cx: 0,
3218
+ cy: 0,
3219
+ r: 10,
3220
+ border: true,
3221
+ borderWidth: 2
3222
+ }]
3223
+ };
3224
+
3225
+ // ===========================================
3226
+ // CLOCK
3227
+ // ===========================================
3228
+
3229
+ export const clockGlyphData = {
3230
+ color: '#E0E0E0',
3231
+ bgColor: '#0a0a0f',
3232
+ elements: [{
3233
+ type: 'circle',
3234
+ cx: 0,
3235
+ cy: 0,
3236
+ r: 10,
3237
+ border: true,
3238
+ borderWidth: 2
3239
+ }, {
3240
+ type: 'line',
3241
+ x1: 0,
3242
+ y1: -6,
3243
+ x2: 0,
3244
+ y2: 0,
3245
+ stroke: 'color',
3246
+ strokeWidth: 2
3247
+ }, {
3248
+ type: 'line',
3249
+ x1: 0,
3250
+ y1: 0,
3251
+ x2: 4,
3252
+ y2: 2,
3253
+ stroke: 'color',
3254
+ strokeWidth: 2
3255
+ }]
3256
+ };
3257
+
3258
+ // ===========================================
3259
+ // CODE
3260
+ // ===========================================
3261
+
3262
+ export const codeGlyphData = {
3263
+ color: '#E0E0E0',
3264
+ bgColor: '#0a0a0f',
3265
+ elements: [{
3266
+ type: 'line',
3267
+ x1: -3,
3268
+ y1: 6,
3269
+ x2: -9,
3270
+ y2: 0,
3271
+ stroke: 'color',
3272
+ strokeWidth: 2
3273
+ }, {
3274
+ type: 'line',
3275
+ x1: -9,
3276
+ y1: 0,
3277
+ x2: -3,
3278
+ y2: -6,
3279
+ stroke: 'color',
3280
+ strokeWidth: 2
3281
+ }, {
3282
+ type: 'line',
3283
+ x1: 3,
3284
+ y1: -6,
3285
+ x2: 9,
3286
+ y2: 0,
3287
+ stroke: 'color',
3288
+ strokeWidth: 2
3289
+ }, {
3290
+ type: 'line',
3291
+ x1: 9,
3292
+ y1: 0,
3293
+ x2: 3,
3294
+ y2: 6,
3295
+ stroke: 'color',
3296
+ strokeWidth: 2
3297
+ }]
3298
+ };
3299
+
3300
+ // ===========================================
3301
+ // COPY
3302
+ // ===========================================
3303
+
3304
+ export const copyGlyphData = {
3305
+ color: '#E0E0E0',
3306
+ bgColor: '#0a0a0f',
3307
+ elements: [{
3308
+ type: 'rect',
3309
+ x: -9,
3310
+ y: -9,
3311
+ width: 13,
3312
+ height: 13,
3313
+ border: true,
3314
+ borderWidth: 2,
3315
+ borderRadius: 2,
3316
+ opacity: 0.55
3317
+ }, {
3318
+ type: 'rect',
3319
+ x: -4,
3320
+ y: -4,
3321
+ width: 13,
3322
+ height: 13,
3323
+ border: true,
3324
+ borderWidth: 2,
3325
+ borderRadius: 2
3326
+ }]
3327
+ };
3328
+
3329
+ // ===========================================
3330
+ // CROP
3331
+ // ===========================================
3332
+
3333
+ export const cropGlyphData = {
3334
+ color: '#E0E0E0',
3335
+ bgColor: '#0a0a0f',
3336
+ elements: [{
3337
+ type: 'line',
3338
+ x1: -9,
3339
+ y1: -4,
3340
+ x2: -9,
3341
+ y2: -9,
3342
+ stroke: 'color',
3343
+ strokeWidth: 2
3344
+ }, {
3345
+ type: 'line',
3346
+ x1: -9,
3347
+ y1: -9,
3348
+ x2: -4,
3349
+ y2: -9,
3350
+ stroke: 'color',
3351
+ strokeWidth: 2
3352
+ }, {
3353
+ type: 'line',
3354
+ x1: 4,
3355
+ y1: -9,
3356
+ x2: 9,
3357
+ y2: -9,
3358
+ stroke: 'color',
3359
+ strokeWidth: 2
3360
+ }, {
3361
+ type: 'line',
3362
+ x1: 9,
3363
+ y1: -9,
3364
+ x2: 9,
3365
+ y2: -4,
3366
+ stroke: 'color',
3367
+ strokeWidth: 2
3368
+ }, {
3369
+ type: 'line',
3370
+ x1: 9,
3371
+ y1: 4,
3372
+ x2: 9,
3373
+ y2: 9,
3374
+ stroke: 'color',
3375
+ strokeWidth: 2
3376
+ }, {
3377
+ type: 'line',
3378
+ x1: 9,
3379
+ y1: 9,
3380
+ x2: 4,
3381
+ y2: 9,
3382
+ stroke: 'color',
3383
+ strokeWidth: 2
3384
+ }, {
3385
+ type: 'line',
3386
+ x1: -4,
3387
+ y1: 9,
3388
+ x2: -9,
3389
+ y2: 9,
3390
+ stroke: 'color',
3391
+ strokeWidth: 2
3392
+ }, {
3393
+ type: 'line',
3394
+ x1: -9,
3395
+ y1: 9,
3396
+ x2: -9,
3397
+ y2: 4,
3398
+ stroke: 'color',
3399
+ strokeWidth: 2
3400
+ }]
3401
+ };
3402
+
3403
+ // ===========================================
3404
+ // DATABASE
3405
+ // ===========================================
3406
+
3407
+ export const databaseGlyphData = {
3408
+ color: '#E0E0E0',
3409
+ bgColor: '#0a0a0f',
3410
+ elements: [{
3411
+ type: 'rect',
3412
+ x: -7,
3413
+ y: -9,
3414
+ width: 14,
3415
+ height: 4,
3416
+ border: true,
3417
+ borderWidth: 2,
3418
+ borderRadius: 2
3419
+ }, {
3420
+ type: 'rect',
3421
+ x: -7,
3422
+ y: -5,
3423
+ width: 14,
3424
+ height: 4,
3425
+ border: true,
3426
+ borderWidth: 2
3427
+ }, {
3428
+ type: 'rect',
3429
+ x: -7,
3430
+ y: -1,
3431
+ width: 14,
3432
+ height: 8,
3433
+ border: true,
3434
+ borderWidth: 2,
3435
+ borderRadius: 2
3436
+ }, {
3437
+ type: 'line',
3438
+ x1: -7,
3439
+ y1: -5,
3440
+ x2: 7,
3441
+ y2: -5,
3442
+ stroke: 'color',
3443
+ strokeWidth: 2
3444
+ }, {
3445
+ type: 'line',
3446
+ x1: -7,
3447
+ y1: -1,
3448
+ x2: 7,
3449
+ y2: -1,
3450
+ stroke: 'color',
3451
+ strokeWidth: 2
3452
+ }]
3453
+ };
3454
+
3455
+ // ===========================================
3456
+ // DOWNLOAD
3457
+ // ===========================================
3458
+
3459
+ export const downloadGlyphData = {
3460
+ color: '#E0E0E0',
3461
+ bgColor: '#0a0a0f',
3462
+ elements: [{
3463
+ type: 'line',
3464
+ x1: 0,
3465
+ y1: -9,
3466
+ x2: 0,
3467
+ y2: 3,
3468
+ stroke: 'color',
3469
+ strokeWidth: 2
3470
+ }, {
3471
+ type: 'line',
3472
+ x1: -4,
3473
+ y1: -1,
3474
+ x2: 0,
3475
+ y2: 3,
3476
+ stroke: 'color',
3477
+ strokeWidth: 2
3478
+ }, {
3479
+ type: 'line',
3480
+ x1: 4,
3481
+ y1: -1,
3482
+ x2: 0,
3483
+ y2: 3,
3484
+ stroke: 'color',
3485
+ strokeWidth: 2
3486
+ }, {
3487
+ type: 'line',
3488
+ x1: -8,
3489
+ y1: 5,
3490
+ x2: 8,
3491
+ y2: 5,
3492
+ stroke: 'color',
3493
+ strokeWidth: 2
3494
+ }, {
3495
+ type: 'line',
3496
+ x1: -8,
3497
+ y1: 5,
3498
+ x2: -8,
3499
+ y2: 9,
3500
+ stroke: 'color',
3501
+ strokeWidth: 2
3502
+ }, {
3503
+ type: 'line',
3504
+ x1: 8,
3505
+ y1: 5,
3506
+ x2: 8,
3507
+ y2: 9,
3508
+ stroke: 'color',
3509
+ strokeWidth: 2
3510
+ }, {
3511
+ type: 'line',
3512
+ x1: -8,
3513
+ y1: 9,
3514
+ x2: 8,
3515
+ y2: 9,
3516
+ stroke: 'color',
3517
+ strokeWidth: 2
3518
+ }]
3519
+ };
3520
+
3521
+ // ===========================================
3522
+ // EYE-OFF
3523
+ // ===========================================
3524
+
3525
+ export const eyeOffGlyphData = {
3526
+ color: '#E0E0E0',
3527
+ bgColor: '#0a0a0f',
3528
+ elements: [{
3529
+ type: 'line',
3530
+ x1: -10,
3531
+ y1: 0,
3532
+ x2: 10,
3533
+ y2: 0,
3534
+ stroke: 'color',
3535
+ strokeWidth: 2,
3536
+ curveY: -10
3537
+ }, {
3538
+ type: 'line',
3539
+ x1: -10,
3540
+ y1: 0,
3541
+ x2: 10,
3542
+ y2: 0,
3543
+ stroke: 'color',
3544
+ strokeWidth: 2,
3545
+ curveY: 10
3546
+ }, {
3547
+ type: 'circle',
3548
+ cx: 0,
3549
+ cy: 0,
3550
+ r: 3,
3551
+ border: true,
3552
+ borderWidth: 2
3553
+ }, {
3554
+ type: 'line',
3555
+ x1: -9,
3556
+ y1: -9,
3557
+ x2: 9,
3558
+ y2: 9,
3559
+ stroke: 'color',
3560
+ strokeWidth: 2
3561
+ }]
3562
+ };
3563
+
3564
+ // ===========================================
3565
+ // EYE
3566
+ // ===========================================
3567
+
3568
+ export const eyeGlyphData = {
3569
+ color: '#E0E0E0',
3570
+ bgColor: '#0a0a0f',
3571
+ elements: [{
3572
+ type: 'line',
3573
+ x1: -10,
3574
+ y1: 0,
3575
+ x2: 10,
3576
+ y2: 0,
3577
+ stroke: 'color',
3578
+ strokeWidth: 2,
3579
+ curveY: -10
3580
+ }, {
3581
+ type: 'line',
3582
+ x1: -10,
3583
+ y1: 0,
3584
+ x2: 10,
3585
+ y2: 0,
3586
+ stroke: 'color',
3587
+ strokeWidth: 2,
3588
+ curveY: 10
3589
+ }, {
3590
+ type: 'circle',
3591
+ cx: 0,
3592
+ cy: 0,
3593
+ r: 3,
3594
+ border: true,
3595
+ borderWidth: 2
3596
+ }]
3597
+ };
3598
+
3599
+ // ===========================================
3600
+ // FILE-TEXT
3601
+ // ===========================================
3602
+
3603
+ export const fileTextGlyphData = {
3604
+ color: '#E0E0E0',
3605
+ bgColor: '#0a0a0f',
3606
+ elements: [{
3607
+ type: 'rect',
3608
+ x: -8,
3609
+ y: -10,
3610
+ width: 12,
3611
+ height: 20,
3612
+ border: true,
3613
+ borderWidth: 2,
3614
+ borderRadius: 2
3615
+ }, {
3616
+ type: 'line',
3617
+ x1: 4,
3618
+ y1: -10,
3619
+ x2: 8,
3620
+ y2: -6,
3621
+ stroke: 'color',
3622
+ strokeWidth: 2
3623
+ }, {
3624
+ type: 'line',
3625
+ x1: 8,
3626
+ y1: -6,
3627
+ x2: 8,
3628
+ y2: 10,
3629
+ stroke: 'color',
3630
+ strokeWidth: 2
3631
+ }, {
3632
+ type: 'line',
3633
+ x1: 8,
3634
+ y1: 10,
3635
+ x2: -8,
3636
+ y2: 10,
3637
+ stroke: 'color',
3638
+ strokeWidth: 2
3639
+ }, {
3640
+ type: 'line',
3641
+ x1: -4,
3642
+ y1: 0,
3643
+ x2: 4,
3644
+ y2: 0,
3645
+ stroke: 'color',
3646
+ strokeWidth: 2
3647
+ }, {
3648
+ type: 'line',
3649
+ x1: -4,
3650
+ y1: 4,
3651
+ x2: 4,
3652
+ y2: 4,
3653
+ stroke: 'color',
3654
+ strokeWidth: 2
3655
+ }, {
3656
+ type: 'line',
3657
+ x1: -4,
3658
+ y1: -4,
3659
+ x2: 1,
3660
+ y2: -4,
3661
+ stroke: 'color',
3662
+ strokeWidth: 2
3663
+ }]
3664
+ };
3665
+
3666
+ // ===========================================
3667
+ // FILM
3668
+ // ===========================================
3669
+
3670
+ export const filmGlyphData = {
3671
+ color: '#E0E0E0',
3672
+ bgColor: '#0a0a0f',
3673
+ elements: [{
3674
+ type: 'rect',
3675
+ x: -10,
3676
+ y: -9,
3677
+ width: 20,
3678
+ height: 18,
3679
+ border: true,
3680
+ borderWidth: 2,
3681
+ borderRadius: 2
3682
+ }, {
3683
+ type: 'line',
3684
+ x1: -5,
3685
+ y1: -9,
3686
+ x2: -5,
3687
+ y2: 9,
3688
+ stroke: 'color',
3689
+ strokeWidth: 2
3690
+ }, {
3691
+ type: 'line',
3692
+ x1: 5,
3693
+ y1: -9,
3694
+ x2: 5,
3695
+ y2: 9,
3696
+ stroke: 'color',
3697
+ strokeWidth: 2
3698
+ }, {
3699
+ type: 'line',
3700
+ x1: -10,
3701
+ y1: 0,
3702
+ x2: 10,
3703
+ y2: 0,
3704
+ stroke: 'color',
3705
+ strokeWidth: 2
3706
+ }]
3707
+ };
3708
+
3709
+ // ===========================================
3710
+ // FILTER
3711
+ // ===========================================
3712
+
3713
+ export const filterGlyphData = {
3714
+ color: '#E0E0E0',
3715
+ bgColor: '#0a0a0f',
3716
+ elements: [{
3717
+ type: 'line',
3718
+ x1: 10,
3719
+ y1: -9,
3720
+ x2: -10,
3721
+ y2: -9,
3722
+ stroke: 'color',
3723
+ strokeWidth: 2
3724
+ }, {
3725
+ type: 'line',
3726
+ x1: -10,
3727
+ y1: -9,
3728
+ x2: -2,
3729
+ y2: 0.5,
3730
+ stroke: 'color',
3731
+ strokeWidth: 2
3732
+ }, {
3733
+ type: 'line',
3734
+ x1: 10,
3735
+ y1: -9,
3736
+ x2: 2,
3737
+ y2: 0.5,
3738
+ stroke: 'color',
3739
+ strokeWidth: 2
3740
+ }, {
3741
+ type: 'line',
3742
+ x1: -2,
3743
+ y1: 0.5,
3744
+ x2: -2,
3745
+ y2: 9,
3746
+ stroke: 'color',
3747
+ strokeWidth: 2
3748
+ }, {
3749
+ type: 'line',
3750
+ x1: 2,
3751
+ y1: 0.5,
3752
+ x2: 2,
3753
+ y2: 9,
3754
+ stroke: 'color',
3755
+ strokeWidth: 2
3756
+ }]
3757
+ };
3758
+
3759
+ // ===========================================
3760
+ // GAUGE
3761
+ // ===========================================
3762
+
3763
+ export const gaugeGlyphData = {
3764
+ color: '#E0E0E0',
3765
+ bgColor: '#0a0a0f',
3766
+ elements: [{
3767
+ type: 'arc',
3768
+ cx: 0,
3769
+ cy: 3,
3770
+ r: 9,
3771
+ startAngle: 180,
3772
+ endAngle: 360,
3773
+ stroke: 'color',
3774
+ strokeWidth: 2
3775
+ }, {
3776
+ type: 'line',
3777
+ x1: 0,
3778
+ y1: 3,
3779
+ x2: 4.5,
3780
+ y2: -1.5,
3781
+ stroke: 'color',
3782
+ strokeWidth: 2
3783
+ }]
3784
+ };
3785
+
3786
+ // ===========================================
3787
+ // GIT-BRANCH
3788
+ // ===========================================
3789
+
3790
+ export const gitBranchGlyphData = {
3791
+ color: '#E0E0E0',
3792
+ bgColor: '#0a0a0f',
3793
+ elements: [{
3794
+ type: 'line',
3795
+ x1: -6,
3796
+ y1: -8,
3797
+ x2: -6,
3798
+ y2: 3,
3799
+ stroke: 'color',
3800
+ strokeWidth: 2
3801
+ }, {
3802
+ type: 'circle',
3803
+ cx: 6,
3804
+ cy: -6,
3805
+ r: 3,
3806
+ border: true,
3807
+ borderWidth: 2
3808
+ }, {
3809
+ type: 'circle',
3810
+ cx: -6,
3811
+ cy: 7,
3812
+ r: 3,
3813
+ border: true,
3814
+ borderWidth: 2
3815
+ }, {
3816
+ type: 'arc',
3817
+ cx: -3,
3818
+ cy: -3,
3819
+ r: 9,
3820
+ startAngle: 270,
3821
+ endAngle: 360,
3822
+ stroke: 'color',
3823
+ strokeWidth: 2
3824
+ }]
3825
+ };
3826
+
3827
+ // ===========================================
3828
+ // GLOBE
3829
+ // ===========================================
3830
+
3831
+ export const globeGlyphData = {
3832
+ color: '#E0E0E0',
3833
+ bgColor: '#0a0a0f',
3834
+ elements: [{
3835
+ type: 'circle',
3836
+ cx: 0,
3837
+ cy: 0,
3838
+ r: 10,
3839
+ border: true,
3840
+ borderWidth: 2
3841
+ }, {
3842
+ type: 'line',
3843
+ x1: -10,
3844
+ y1: 0,
3845
+ x2: 10,
3846
+ y2: 0,
3847
+ stroke: 'color',
3848
+ strokeWidth: 2
3849
+ }, {
3850
+ type: 'circle',
3851
+ cx: 0,
3852
+ cy: 0,
3853
+ r: 10,
3854
+ border: true,
3855
+ borderWidth: 2,
3856
+ scaleX: 0.45
3857
+ }]
3858
+ };
3859
+
3860
+ // ===========================================
3861
+ // GRIP-VERTICAL
3862
+ // ===========================================
3863
+
3864
+ export const gripVerticalGlyphData = {
3865
+ color: '#E0E0E0',
3866
+ bgColor: '#0a0a0f',
3867
+ elements: [{
3868
+ type: 'circle',
3869
+ cx: -3,
3870
+ cy: -7,
3871
+ r: 1.3,
3872
+ fill: 'color'
3873
+ }, {
3874
+ type: 'circle',
3875
+ cx: -3,
3876
+ cy: 0,
3877
+ r: 1.3,
3878
+ fill: 'color'
3879
+ }, {
3880
+ type: 'circle',
3881
+ cx: -3,
3882
+ cy: 7,
3883
+ r: 1.3,
3884
+ fill: 'color'
3885
+ }, {
3886
+ type: 'circle',
3887
+ cx: 3,
3888
+ cy: -7,
3889
+ r: 1.3,
3890
+ fill: 'color'
3891
+ }, {
3892
+ type: 'circle',
3893
+ cx: 3,
3894
+ cy: 0,
3895
+ r: 1.3,
3896
+ fill: 'color'
3897
+ }, {
3898
+ type: 'circle',
3899
+ cx: 3,
3900
+ cy: 7,
3901
+ r: 1.3,
3902
+ fill: 'color'
3903
+ }]
3904
+ };
3905
+
3906
+ // ===========================================
3907
+ // HASH
3908
+ // ===========================================
3909
+
3910
+ export const hashGlyphData = {
3911
+ color: '#E0E0E0',
3912
+ bgColor: '#0a0a0f',
3913
+ elements: [{
3914
+ type: 'line',
3915
+ x1: -8,
3916
+ y1: -3,
3917
+ x2: 8,
3918
+ y2: -3,
3919
+ stroke: 'color',
3920
+ strokeWidth: 2
3921
+ }, {
3922
+ type: 'line',
3923
+ x1: -8,
3924
+ y1: 3,
3925
+ x2: 8,
3926
+ y2: 3,
3927
+ stroke: 'color',
3928
+ strokeWidth: 2
3929
+ }, {
3930
+ type: 'line',
3931
+ x1: -2,
3932
+ y1: -9,
3933
+ x2: -4,
3934
+ y2: 9,
3935
+ stroke: 'color',
3936
+ strokeWidth: 2
3937
+ }, {
3938
+ type: 'line',
3939
+ x1: 4,
3940
+ y1: -9,
3941
+ x2: 2,
3942
+ y2: 9,
3943
+ stroke: 'color',
3944
+ strokeWidth: 2
3945
+ }]
3946
+ };
3947
+
3948
+ // ===========================================
3949
+ // HOME
3950
+ // ===========================================
3951
+
3952
+ export const homeGlyphData = {
3953
+ color: '#E0E0E0',
3954
+ bgColor: '#0a0a0f',
3955
+ elements: [{
3956
+ type: 'line',
3957
+ x1: -9,
3958
+ y1: -2,
3959
+ x2: 0,
3960
+ y2: -9,
3961
+ stroke: 'color',
3962
+ strokeWidth: 2
3963
+ }, {
3964
+ type: 'line',
3965
+ x1: 0,
3966
+ y1: -9,
3967
+ x2: 9,
3968
+ y2: -2,
3969
+ stroke: 'color',
3970
+ strokeWidth: 2
3971
+ }, {
3972
+ type: 'line',
3973
+ x1: -7,
3974
+ y1: -3,
3975
+ x2: -7,
3976
+ y2: 9,
3977
+ stroke: 'color',
3978
+ strokeWidth: 2
3979
+ }, {
3980
+ type: 'line',
3981
+ x1: 7,
3982
+ y1: -3,
3983
+ x2: 7,
3984
+ y2: 9,
3985
+ stroke: 'color',
3986
+ strokeWidth: 2
3987
+ }, {
3988
+ type: 'line',
3989
+ x1: -7,
3990
+ y1: 9,
3991
+ x2: 7,
3992
+ y2: 9,
3993
+ stroke: 'color',
3994
+ strokeWidth: 2
3995
+ }, {
3996
+ type: 'line',
3997
+ x1: -2,
3998
+ y1: 9,
3999
+ x2: -2,
4000
+ y2: 3,
4001
+ stroke: 'color',
4002
+ strokeWidth: 2
4003
+ }, {
4004
+ type: 'line',
4005
+ x1: -2,
4006
+ y1: 3,
4007
+ x2: 2,
4008
+ y2: 3,
4009
+ stroke: 'color',
4010
+ strokeWidth: 2
4011
+ }, {
4012
+ type: 'line',
4013
+ x1: 2,
4014
+ y1: 3,
4015
+ x2: 2,
4016
+ y2: 9,
4017
+ stroke: 'color',
4018
+ strokeWidth: 2
4019
+ }]
4020
+ };
4021
+
4022
+ // ===========================================
4023
+ // IMAGE-OFF
4024
+ // ===========================================
4025
+
4026
+ export const imageOffGlyphData = {
4027
+ color: '#E0E0E0',
4028
+ bgColor: '#0a0a0f',
4029
+ elements: [{
4030
+ type: 'rect',
4031
+ x: -9,
4032
+ y: -9,
4033
+ width: 18,
4034
+ height: 18,
4035
+ border: true,
4036
+ borderWidth: 2,
4037
+ borderRadius: 2
4038
+ }, {
4039
+ type: 'circle',
4040
+ cx: -3.5,
4041
+ cy: -3.5,
4042
+ r: 1.6,
4043
+ fill: 'color'
4044
+ }, {
4045
+ type: 'line',
4046
+ x1: -9,
4047
+ y1: 9,
4048
+ x2: 9,
4049
+ y2: -9,
4050
+ stroke: 'color',
4051
+ strokeWidth: 2
4052
+ }]
4053
+ };
4054
+
4055
+ // ===========================================
4056
+ // IMAGE
4057
+ // ===========================================
4058
+
4059
+ export const imageGlyphData = {
4060
+ color: '#E0E0E0',
4061
+ bgColor: '#0a0a0f',
4062
+ elements: [{
4063
+ type: 'rect',
4064
+ x: -9,
4065
+ y: -9,
4066
+ width: 18,
4067
+ height: 18,
4068
+ border: true,
4069
+ borderWidth: 2,
4070
+ borderRadius: 2
4071
+ }, {
4072
+ type: 'circle',
4073
+ cx: -3.5,
4074
+ cy: -3.5,
4075
+ r: 1.6,
4076
+ fill: 'color'
4077
+ }, {
4078
+ type: 'line',
4079
+ x1: -7,
4080
+ y1: 8,
4081
+ x2: 2,
4082
+ y2: -1,
4083
+ stroke: 'color',
4084
+ strokeWidth: 2
4085
+ }, {
4086
+ type: 'line',
4087
+ x1: 2,
4088
+ y1: -1,
4089
+ x2: 9,
4090
+ y2: 6,
4091
+ stroke: 'color',
4092
+ strokeWidth: 2
4093
+ }]
4094
+ };
4095
+
4096
+ // ===========================================
4097
+ // INFO
4098
+ // ===========================================
4099
+
4100
+ export const infoGlyphData = {
4101
+ color: '#E0E0E0',
4102
+ bgColor: '#0a0a0f',
4103
+ elements: [{
4104
+ type: 'circle',
4105
+ cx: 0,
4106
+ cy: 0,
4107
+ r: 10,
4108
+ border: true,
4109
+ borderWidth: 2
4110
+ }, {
4111
+ type: 'line',
4112
+ x1: 0,
4113
+ y1: 4,
4114
+ x2: 0,
4115
+ y2: 0,
4116
+ stroke: 'color',
4117
+ strokeWidth: 2
4118
+ }, {
4119
+ type: 'circle',
4120
+ cx: 0,
4121
+ cy: -4,
4122
+ r: 1,
4123
+ fill: 'color'
4124
+ }]
4125
+ };
4126
+
4127
+ // ===========================================
4128
+ // KEY
4129
+ // ===========================================
4130
+
4131
+ export const keyGlyphData = {
4132
+ color: '#E0E0E0',
4133
+ bgColor: '#0a0a0f',
4134
+ elements: [{
4135
+ type: 'circle',
4136
+ cx: -5,
4137
+ cy: 0,
4138
+ r: 5,
4139
+ border: true,
4140
+ borderWidth: 2
4141
+ }, {
4142
+ type: 'circle',
4143
+ cx: -5,
4144
+ cy: 0,
4145
+ r: 1.5,
4146
+ fill: 'color'
4147
+ }, {
4148
+ type: 'line',
4149
+ x1: 0,
4150
+ y1: 0,
4151
+ x2: 9,
4152
+ y2: 0,
4153
+ stroke: 'color',
4154
+ strokeWidth: 2
4155
+ }, {
4156
+ type: 'line',
4157
+ x1: 7,
4158
+ y1: 0,
4159
+ x2: 7,
4160
+ y2: 3,
4161
+ stroke: 'color',
4162
+ strokeWidth: 2
4163
+ }, {
4164
+ type: 'line',
4165
+ x1: 9,
4166
+ y1: 0,
4167
+ x2: 9,
4168
+ y2: 2,
4169
+ stroke: 'color',
4170
+ strokeWidth: 2
4171
+ }]
4172
+ };
4173
+
4174
+ // ===========================================
4175
+ // LAYERS
4176
+ // ===========================================
4177
+
4178
+ export const layersGlyphData = {
4179
+ color: '#E0E0E0',
4180
+ bgColor: '#0a0a0f',
4181
+ elements: [{
4182
+ type: 'line',
4183
+ x1: 0,
4184
+ y1: -10,
4185
+ x2: -10,
4186
+ y2: -5,
4187
+ stroke: 'color',
4188
+ strokeWidth: 2
4189
+ }, {
4190
+ type: 'line',
4191
+ x1: -10,
4192
+ y1: -5,
4193
+ x2: 0,
4194
+ y2: 0,
4195
+ stroke: 'color',
4196
+ strokeWidth: 2
4197
+ }, {
4198
+ type: 'line',
4199
+ x1: 0,
4200
+ y1: 0,
4201
+ x2: 10,
4202
+ y2: -5,
4203
+ stroke: 'color',
4204
+ strokeWidth: 2
4205
+ }, {
4206
+ type: 'line',
4207
+ x1: 10,
4208
+ y1: -5,
4209
+ x2: 0,
4210
+ y2: -10,
4211
+ stroke: 'color',
4212
+ strokeWidth: 2
4213
+ }, {
4214
+ type: 'line',
4215
+ x1: -10,
4216
+ y1: 0,
4217
+ x2: 0,
4218
+ y2: 5,
4219
+ stroke: 'color',
4220
+ strokeWidth: 2
4221
+ }, {
4222
+ type: 'line',
4223
+ x1: 0,
4224
+ y1: 5,
4225
+ x2: 10,
4226
+ y2: 0,
4227
+ stroke: 'color',
4228
+ strokeWidth: 2
4229
+ }, {
4230
+ type: 'line',
4231
+ x1: -10,
4232
+ y1: 5,
4233
+ x2: 0,
4234
+ y2: 10,
4235
+ stroke: 'color',
4236
+ strokeWidth: 2
4237
+ }, {
4238
+ type: 'line',
4239
+ x1: 0,
4240
+ y1: 10,
4241
+ x2: 10,
4242
+ y2: 5,
4243
+ stroke: 'color',
4244
+ strokeWidth: 2
4245
+ }]
4246
+ };
4247
+
4248
+ // ===========================================
4249
+ // LINK
4250
+ // ===========================================
4251
+
4252
+ export const linkGlyphData = {
4253
+ color: '#E0E0E0',
4254
+ bgColor: '#0a0a0f',
4255
+ elements: [{
4256
+ type: 'rect',
4257
+ x: -4,
4258
+ y: -2,
4259
+ width: 8,
4260
+ height: 4,
4261
+ border: true,
4262
+ borderWidth: 2,
4263
+ borderRadius: 2
4264
+ }, {
4265
+ type: 'rect',
4266
+ x: -8,
4267
+ y: -2,
4268
+ width: 8,
4269
+ height: 4,
4270
+ border: true,
4271
+ borderWidth: 2,
4272
+ borderRadius: 2
4273
+ }, {
4274
+ type: 'rect',
4275
+ x: 0,
4276
+ y: -2,
4277
+ width: 8,
4278
+ height: 4,
4279
+ border: true,
4280
+ borderWidth: 2,
4281
+ borderRadius: 2
4282
+ }]
4283
+ };
4284
+
4285
+ // ===========================================
4286
+ // LOCK
4287
+ // ===========================================
4288
+
4289
+ export const lockGlyphData = {
4290
+ color: '#E0E0E0',
4291
+ bgColor: '#0a0a0f',
4292
+ elements: [{
4293
+ type: 'rect',
4294
+ x: -9,
4295
+ y: -1,
4296
+ width: 18,
4297
+ height: 11,
4298
+ border: true,
4299
+ borderWidth: 2,
4300
+ borderRadius: 2
4301
+ }, {
4302
+ type: 'arc',
4303
+ cx: 0,
4304
+ cy: -1,
4305
+ r: 5,
4306
+ startAngle: 180,
4307
+ endAngle: 360,
4308
+ stroke: 'color',
4309
+ strokeWidth: 2
4310
+ }, {
4311
+ type: 'line',
4312
+ x1: -5,
4313
+ y1: -1,
4314
+ x2: -5,
4315
+ y2: -3,
4316
+ stroke: 'color',
4317
+ strokeWidth: 2
4318
+ }, {
4319
+ type: 'line',
4320
+ x1: 5,
4321
+ y1: -1,
4322
+ x2: 5,
4323
+ y2: -3,
4324
+ stroke: 'color',
4325
+ strokeWidth: 2
4326
+ }]
4327
+ };
4328
+
4329
+ // ===========================================
4330
+ // MINUS
4331
+ // ===========================================
4332
+
4333
+ export const minusGlyphData = {
4334
+ color: '#E0E0E0',
4335
+ bgColor: '#0a0a0f',
4336
+ elements: [{
4337
+ type: 'line',
4338
+ x1: -7,
4339
+ y1: 0,
4340
+ x2: 7,
4341
+ y2: 0,
4342
+ stroke: 'color',
4343
+ strokeWidth: 2
4344
+ }]
4345
+ };
4346
+
4347
+ // ===========================================
4348
+ // MORE-VERTICAL
4349
+ // ===========================================
4350
+
4351
+ export const moreVerticalGlyphData = {
4352
+ color: '#E0E0E0',
4353
+ bgColor: '#0a0a0f',
4354
+ elements: [{
4355
+ type: 'circle',
4356
+ cx: 0,
4357
+ cy: -7,
4358
+ r: 1.3,
4359
+ fill: 'color'
4360
+ }, {
4361
+ type: 'circle',
4362
+ cx: 0,
4363
+ cy: 0,
4364
+ r: 1.3,
4365
+ fill: 'color'
4366
+ }, {
4367
+ type: 'circle',
4368
+ cx: 0,
4369
+ cy: 7,
4370
+ r: 1.3,
4371
+ fill: 'color'
4372
+ }]
4373
+ };
4374
+
4375
+ // ===========================================
4376
+ // MUSIC
4377
+ // ===========================================
4378
+
4379
+ export const musicGlyphData = {
4380
+ color: '#E0E0E0',
4381
+ bgColor: '#0a0a0f',
4382
+ elements: [{
4383
+ type: 'line',
4384
+ x1: -3,
4385
+ y1: 6,
4386
+ x2: -3,
4387
+ y2: -7,
4388
+ stroke: 'color',
4389
+ strokeWidth: 2
4390
+ }, {
4391
+ type: 'line',
4392
+ x1: 9,
4393
+ y1: 4,
4394
+ x2: 9,
4395
+ y2: -9,
4396
+ stroke: 'color',
4397
+ strokeWidth: 2
4398
+ }, {
4399
+ type: 'line',
4400
+ x1: -3,
4401
+ y1: -7,
4402
+ x2: 9,
4403
+ y2: -9,
4404
+ stroke: 'color',
4405
+ strokeWidth: 2
4406
+ }, {
4407
+ type: 'circle',
4408
+ cx: -6,
4409
+ cy: 6,
4410
+ r: 3,
4411
+ border: true,
4412
+ borderWidth: 2
4413
+ }, {
4414
+ type: 'circle',
4415
+ cx: 6,
4416
+ cy: 4,
4417
+ r: 3,
4418
+ border: true,
4419
+ borderWidth: 2
4420
+ }]
4421
+ };
4422
+
4423
+ // ===========================================
4424
+ // NAVIGATION
4425
+ // ===========================================
4426
+
4427
+ export const navigationGlyphData = {
4428
+ color: '#E0E0E0',
4429
+ bgColor: '#0a0a0f',
4430
+ elements: [{
4431
+ type: 'line',
4432
+ x1: -9,
4433
+ y1: -1,
4434
+ x2: 10,
4435
+ y2: -10,
4436
+ stroke: 'color',
4437
+ strokeWidth: 2
4438
+ }, {
4439
+ type: 'line',
4440
+ x1: 10,
4441
+ y1: -10,
4442
+ x2: 1,
4443
+ y2: 9,
4444
+ stroke: 'color',
4445
+ strokeWidth: 2
4446
+ }, {
4447
+ type: 'line',
4448
+ x1: 1,
4449
+ y1: 9,
4450
+ x2: -1,
4451
+ y2: 1,
4452
+ stroke: 'color',
4453
+ strokeWidth: 2
4454
+ }, {
4455
+ type: 'line',
4456
+ x1: -1,
4457
+ y1: 1,
4458
+ x2: -9,
4459
+ y2: -1,
4460
+ stroke: 'color',
4461
+ strokeWidth: 2
4462
+ }]
4463
+ };
4464
+
4465
+ // ===========================================
4466
+ // PAUSE
4467
+ // ===========================================
4468
+
4469
+ export const pauseGlyphData = {
4470
+ color: '#E0E0E0',
4471
+ bgColor: '#0a0a0f',
4472
+ elements: [{
4473
+ type: 'rect',
4474
+ x: -6,
4475
+ y: -8,
4476
+ width: 4,
4477
+ height: 16,
4478
+ fill: 'color',
4479
+ border: true,
4480
+ borderWidth: 2
4481
+ }, {
4482
+ type: 'rect',
4483
+ x: 2,
4484
+ y: -8,
4485
+ width: 4,
4486
+ height: 16,
4487
+ fill: 'color',
4488
+ border: true,
4489
+ borderWidth: 2
4490
+ }]
4491
+ };
4492
+
4493
+ // ===========================================
4494
+ // PIN
4495
+ // ===========================================
4496
+
4497
+ export const pinGlyphData = {
4498
+ color: '#E0E0E0',
4499
+ bgColor: '#0a0a0f',
4500
+ elements: [{
4501
+ type: 'circle',
4502
+ cx: 0,
4503
+ cy: -4,
4504
+ r: 4,
4505
+ border: true,
4506
+ borderWidth: 2
4507
+ }, {
4508
+ type: 'line',
4509
+ x1: 0,
4510
+ y1: 0,
4511
+ x2: 0,
4512
+ y2: 9,
4513
+ stroke: 'color',
4514
+ strokeWidth: 2
4515
+ }, {
4516
+ type: 'line',
4517
+ x1: -5,
4518
+ y1: -8,
4519
+ x2: 5,
4520
+ y2: -8,
4521
+ stroke: 'color',
4522
+ strokeWidth: 2
4523
+ }]
4524
+ };
4525
+
4526
+ // ===========================================
4527
+ // PLAY
4528
+ // ===========================================
4529
+
4530
+ export const playGlyphData = {
4531
+ color: '#E0E0E0',
4532
+ bgColor: '#0a0a0f',
4533
+ elements: [{
4534
+ type: 'line',
4535
+ x1: -7,
4536
+ y1: -9,
4537
+ x2: -7,
4538
+ y2: 9,
4539
+ stroke: 'color',
4540
+ strokeWidth: 2
4541
+ }, {
4542
+ type: 'line',
4543
+ x1: -7,
4544
+ y1: -9,
4545
+ x2: 7,
4546
+ y2: 0,
4547
+ stroke: 'color',
4548
+ strokeWidth: 2
4549
+ }, {
4550
+ type: 'line',
4551
+ x1: 7,
4552
+ y1: 0,
4553
+ x2: -7,
4554
+ y2: 9,
4555
+ stroke: 'color',
4556
+ strokeWidth: 2
4557
+ }]
4558
+ };
4559
+
4560
+ // ===========================================
4561
+ // PLUS
4562
+ // ===========================================
4563
+
4564
+ export const plusGlyphData = {
4565
+ color: '#E0E0E0',
4566
+ bgColor: '#0a0a0f',
4567
+ elements: [{
4568
+ type: 'line',
4569
+ x1: 0,
4570
+ y1: -7,
4571
+ x2: 0,
4572
+ y2: 7,
4573
+ stroke: 'color',
4574
+ strokeWidth: 2
4575
+ }, {
4576
+ type: 'line',
4577
+ x1: -7,
4578
+ y1: 0,
4579
+ x2: 7,
4580
+ y2: 0,
4581
+ stroke: 'color',
4582
+ strokeWidth: 2
4583
+ }]
4584
+ };
4585
+
4586
+ // ===========================================
4587
+ // POWER
4588
+ // ===========================================
4589
+
4590
+ export const powerGlyphData = {
4591
+ color: '#E0E0E0',
4592
+ bgColor: '#0a0a0f',
4593
+ elements: [{
4594
+ type: 'circle',
4595
+ cx: 0,
4596
+ cy: 0,
4597
+ r: 10,
4598
+ border: true,
4599
+ borderWidth: 2
4600
+ }, {
4601
+ type: 'line',
4602
+ x1: 0,
4603
+ y1: -10,
4604
+ x2: 0,
4605
+ y2: 0,
4606
+ stroke: 'color',
4607
+ strokeWidth: 2
4608
+ }]
4609
+ };
4610
+
4611
+ // ===========================================
4612
+ // REFRESH-CW
4613
+ // ===========================================
4614
+
4615
+ export const refreshCwGlyphData = {
4616
+ color: '#E0E0E0',
4617
+ bgColor: '#0a0a0f',
4618
+ elements: [{
4619
+ type: 'arc',
4620
+ cx: 0,
4621
+ cy: 0,
4622
+ r: 9,
4623
+ startAngle: -70,
4624
+ endAngle: 190,
4625
+ stroke: 'color',
4626
+ strokeWidth: 2
4627
+ }, {
4628
+ type: 'triangle',
4629
+ x: 0,
4630
+ y: -9,
4631
+ size: 3.6,
4632
+ direction: 'right',
4633
+ fill: 'color'
4634
+ }]
4635
+ };
4636
+
4637
+ // ===========================================
4638
+ // SEARCH
4639
+ // ===========================================
4640
+
4641
+ export const searchGlyphData = {
4642
+ color: '#E0E0E0',
4643
+ bgColor: '#0a0a0f',
4644
+ elements: [{
4645
+ type: 'circle',
4646
+ cx: -1,
4647
+ cy: -1,
4648
+ r: 8,
4649
+ border: true,
4650
+ borderWidth: 2
4651
+ }, {
4652
+ type: 'line',
4653
+ x1: 9,
4654
+ y1: 9,
4655
+ x2: 4.649999999999999,
4656
+ y2: 4.649999999999999,
4657
+ stroke: 'color',
4658
+ strokeWidth: 2
4659
+ }]
4660
+ };
4661
+
4662
+ // ===========================================
4663
+ // SERVER
4664
+ // ===========================================
4665
+
4666
+ export const serverGlyphData = {
4667
+ color: '#E0E0E0',
4668
+ bgColor: '#0a0a0f',
4669
+ elements: [{
4670
+ type: 'rect',
4671
+ x: -10,
4672
+ y: -9,
4673
+ width: 20,
4674
+ height: 8,
4675
+ border: true,
4676
+ borderWidth: 2,
4677
+ borderRadius: 2
4678
+ }, {
4679
+ type: 'rect',
4680
+ x: -10,
4681
+ y: 1,
4682
+ width: 20,
4683
+ height: 8,
4684
+ border: true,
4685
+ borderWidth: 2,
4686
+ borderRadius: 2
4687
+ }, {
4688
+ type: 'circle',
4689
+ cx: -5.5,
4690
+ cy: -5,
4691
+ r: 1.05,
4692
+ fill: 'color'
4693
+ }, {
4694
+ type: 'circle',
4695
+ cx: -5.5,
4696
+ cy: 5,
4697
+ r: 1.05,
4698
+ fill: 'color'
4699
+ }]
4700
+ };
4701
+
4702
+ // ===========================================
4703
+ // SETTINGS
4704
+ // ===========================================
4705
+
4706
+ export const settingsGlyphData = {
4707
+ color: '#E0E0E0',
4708
+ bgColor: '#0a0a0f',
4709
+ elements: [{
4710
+ type: 'circle',
4711
+ cx: 0,
4712
+ cy: 0,
4713
+ r: 3,
4714
+ border: true,
4715
+ borderWidth: 2
4716
+ }, {
4717
+ type: 'line',
4718
+ x1: 0,
4719
+ y1: -11,
4720
+ x2: 0,
4721
+ y2: -9,
4722
+ stroke: 'color',
4723
+ strokeWidth: 2
4724
+ }, {
4725
+ type: 'line',
4726
+ x1: 0,
4727
+ y1: 9,
4728
+ x2: 0,
4729
+ y2: 11,
4730
+ stroke: 'color',
4731
+ strokeWidth: 2
4732
+ }, {
4733
+ type: 'line',
4734
+ x1: -7.78,
4735
+ y1: -7.78,
4736
+ x2: -6.36,
4737
+ y2: -6.36,
4738
+ stroke: 'color',
4739
+ strokeWidth: 2
4740
+ }, {
4741
+ type: 'line',
4742
+ x1: 6.359999999999999,
4743
+ y1: 6.359999999999999,
4744
+ x2: 7.780000000000001,
4745
+ y2: 7.780000000000001,
4746
+ stroke: 'color',
4747
+ strokeWidth: 2
4748
+ }, {
4749
+ type: 'line',
4750
+ x1: -11,
4751
+ y1: 0,
4752
+ x2: -9,
4753
+ y2: 0,
4754
+ stroke: 'color',
4755
+ strokeWidth: 2
4756
+ }, {
4757
+ type: 'line',
4758
+ x1: 9,
4759
+ y1: 0,
4760
+ x2: 11,
4761
+ y2: 0,
4762
+ stroke: 'color',
4763
+ strokeWidth: 2
4764
+ }, {
4765
+ type: 'line',
4766
+ x1: -7.78,
4767
+ y1: 7.780000000000001,
4768
+ x2: -6.36,
4769
+ y2: 6.359999999999999,
4770
+ stroke: 'color',
4771
+ strokeWidth: 2
4772
+ }, {
4773
+ type: 'line',
4774
+ x1: 6.359999999999999,
4775
+ y1: -6.36,
4776
+ x2: 7.780000000000001,
4777
+ y2: -7.78,
4778
+ stroke: 'color',
4779
+ strokeWidth: 2
4780
+ }]
4781
+ };
4782
+
4783
+ // ===========================================
4784
+ // SHIELD
4785
+ // ===========================================
4786
+
4787
+ export const shieldGlyphData = {
4788
+ color: '#E0E0E0',
4789
+ bgColor: '#0a0a0f',
4790
+ elements: [{
4791
+ type: 'line',
4792
+ x1: 0,
4793
+ y1: -10,
4794
+ x2: -7,
4795
+ y2: -7,
4796
+ stroke: 'color',
4797
+ strokeWidth: 2
4798
+ }, {
4799
+ type: 'line',
4800
+ x1: -7,
4801
+ y1: -7,
4802
+ x2: -7,
4803
+ y2: -1,
4804
+ stroke: 'color',
4805
+ strokeWidth: 2
4806
+ }, {
4807
+ type: 'line',
4808
+ x1: -7,
4809
+ y1: -1,
4810
+ x2: 0,
4811
+ y2: 10,
4812
+ stroke: 'color',
4813
+ strokeWidth: 2
4814
+ }, {
4815
+ type: 'line',
4816
+ x1: 0,
4817
+ y1: 10,
4818
+ x2: 7,
4819
+ y2: -1,
4820
+ stroke: 'color',
4821
+ strokeWidth: 2
4822
+ }, {
4823
+ type: 'line',
4824
+ x1: 7,
4825
+ y1: -1,
4826
+ x2: 7,
4827
+ y2: -7,
4828
+ stroke: 'color',
4829
+ strokeWidth: 2
4830
+ }, {
4831
+ type: 'line',
4832
+ x1: 7,
4833
+ y1: -7,
4834
+ x2: 0,
4835
+ y2: -10,
4836
+ stroke: 'color',
4837
+ strokeWidth: 2
4838
+ }]
4839
+ };
4840
+
4841
+ // ===========================================
4842
+ // TRASH-2
4843
+ // ===========================================
4844
+
4845
+ export const trash2GlyphData = {
4846
+ color: '#E0E0E0',
4847
+ bgColor: '#0a0a0f',
4848
+ elements: [{
4849
+ type: 'line',
4850
+ x1: -9,
4851
+ y1: -6,
4852
+ x2: 9,
4853
+ y2: -6,
4854
+ stroke: 'color',
4855
+ strokeWidth: 2
4856
+ }, {
4857
+ type: 'line',
4858
+ x1: 7,
4859
+ y1: -6,
4860
+ x2: 7,
4861
+ y2: 9,
4862
+ stroke: 'color',
4863
+ strokeWidth: 2
4864
+ }, {
4865
+ type: 'line',
4866
+ x1: 7,
4867
+ y1: 9,
4868
+ x2: -7,
4869
+ y2: 9,
4870
+ stroke: 'color',
4871
+ strokeWidth: 2
4872
+ }, {
4873
+ type: 'line',
4874
+ x1: -7,
4875
+ y1: 9,
4876
+ x2: -7,
4877
+ y2: -6,
4878
+ stroke: 'color',
4879
+ strokeWidth: 2
4880
+ }, {
4881
+ type: 'line',
4882
+ x1: -2,
4883
+ y1: -1,
4884
+ x2: -2,
4885
+ y2: 5,
4886
+ stroke: 'color',
4887
+ strokeWidth: 2
4888
+ }, {
4889
+ type: 'line',
4890
+ x1: 2,
4891
+ y1: -1,
4892
+ x2: 2,
4893
+ y2: 5,
4894
+ stroke: 'color',
4895
+ strokeWidth: 2
4896
+ }, {
4897
+ type: 'line',
4898
+ x1: -4,
4899
+ y1: -6,
4900
+ x2: -4,
4901
+ y2: -8,
4902
+ stroke: 'color',
4903
+ strokeWidth: 2
4904
+ }, {
4905
+ type: 'line',
4906
+ x1: -4,
4907
+ y1: -8,
4908
+ x2: 4,
4909
+ y2: -8,
4910
+ stroke: 'color',
4911
+ strokeWidth: 2
4912
+ }, {
4913
+ type: 'line',
4914
+ x1: 4,
4915
+ y1: -8,
4916
+ x2: 4,
4917
+ y2: -6,
4918
+ stroke: 'color',
4919
+ strokeWidth: 2
4920
+ }]
4921
+ };
4922
+
4923
+ // ===========================================
4924
+ // UNLOCK
4925
+ // ===========================================
4926
+
4927
+ export const unlockGlyphData = {
4928
+ color: '#E0E0E0',
4929
+ bgColor: '#0a0a0f',
4930
+ elements: [{
4931
+ type: 'rect',
4932
+ x: -9,
4933
+ y: -1,
4934
+ width: 18,
4935
+ height: 11,
4936
+ border: true,
4937
+ borderWidth: 2,
4938
+ borderRadius: 2
4939
+ }, {
4940
+ type: 'arc',
4941
+ cx: 0,
4942
+ cy: -1,
4943
+ r: 5,
4944
+ startAngle: 180,
4945
+ endAngle: 300,
4946
+ stroke: 'color',
4947
+ strokeWidth: 2
4948
+ }, {
4949
+ type: 'line',
4950
+ x1: -5,
4951
+ y1: -1,
4952
+ x2: -5,
4953
+ y2: -3,
4954
+ stroke: 'color',
4955
+ strokeWidth: 2
4956
+ }]
4957
+ };
4958
+
4959
+ // ===========================================
4960
+ // UPLOAD
4961
+ // ===========================================
4962
+
4963
+ export const uploadGlyphData = {
4964
+ color: '#E0E0E0',
4965
+ bgColor: '#0a0a0f',
4966
+ elements: [{
4967
+ type: 'line',
4968
+ x1: 0,
4969
+ y1: 3,
4970
+ x2: 0,
4971
+ y2: -9,
4972
+ stroke: 'color',
4973
+ strokeWidth: 2
4974
+ }, {
4975
+ type: 'line',
4976
+ x1: -4,
4977
+ y1: -5,
4978
+ x2: 0,
4979
+ y2: -9,
4980
+ stroke: 'color',
4981
+ strokeWidth: 2
4982
+ }, {
4983
+ type: 'line',
4984
+ x1: 4,
4985
+ y1: -5,
4986
+ x2: 0,
4987
+ y2: -9,
4988
+ stroke: 'color',
4989
+ strokeWidth: 2
4990
+ }, {
4991
+ type: 'line',
4992
+ x1: -8,
4993
+ y1: 5,
4994
+ x2: 8,
4995
+ y2: 5,
4996
+ stroke: 'color',
4997
+ strokeWidth: 2
4998
+ }, {
4999
+ type: 'line',
5000
+ x1: -8,
5001
+ y1: 5,
5002
+ x2: -8,
5003
+ y2: 9,
5004
+ stroke: 'color',
5005
+ strokeWidth: 2
5006
+ }, {
5007
+ type: 'line',
5008
+ x1: 8,
5009
+ y1: 5,
5010
+ x2: 8,
5011
+ y2: 9,
5012
+ stroke: 'color',
5013
+ strokeWidth: 2
5014
+ }, {
5015
+ type: 'line',
5016
+ x1: -8,
5017
+ y1: 9,
5018
+ x2: 8,
5019
+ y2: 9,
5020
+ stroke: 'color',
5021
+ strokeWidth: 2
5022
+ }]
5023
+ };
5024
+
5025
+ // ===========================================
5026
+ // USER
5027
+ // ===========================================
5028
+
5029
+ export const userGlyphData = {
5030
+ color: '#E0E0E0',
5031
+ bgColor: '#0a0a0f',
5032
+ elements: [{
5033
+ type: 'circle',
5034
+ cx: 0,
5035
+ cy: -4,
5036
+ r: 4,
5037
+ border: true,
5038
+ borderWidth: 2
5039
+ }, {
5040
+ type: 'arc',
5041
+ cx: 0,
5042
+ cy: 9,
5043
+ r: 7,
5044
+ startAngle: 180,
5045
+ endAngle: 360,
5046
+ stroke: 'color',
5047
+ strokeWidth: 2
5048
+ }]
5049
+ };
5050
+
5051
+ // ===========================================
5052
+ // WIFI
5053
+ // ===========================================
5054
+
5055
+ export const wifiGlyphData = {
5056
+ color: '#E0E0E0',
5057
+ bgColor: '#0a0a0f',
5058
+ elements: [{
5059
+ type: 'smootharc',
5060
+ cx: 0,
5061
+ cy: 6,
5062
+ r: 10,
5063
+ portion: 'top',
5064
+ stroke: 'color',
5065
+ strokeWidth: 2
5066
+ }, {
5067
+ type: 'smootharc',
5068
+ cx: 0,
5069
+ cy: 6,
5070
+ r: 6.5,
5071
+ portion: 'top',
5072
+ stroke: 'color',
5073
+ strokeWidth: 2
5074
+ }, {
5075
+ type: 'circle',
5076
+ cx: 0,
5077
+ cy: 6,
5078
+ r: 1.15,
5079
+ fill: 'color'
5080
+ }]
5081
+ };
5082
+
5083
+ // ===========================================
5084
+ // X-CIRCLE
5085
+ // ===========================================
5086
+
5087
+ export const xCircleGlyphData = {
5088
+ color: '#E0E0E0',
5089
+ bgColor: '#0a0a0f',
5090
+ elements: [{
5091
+ type: 'circle',
5092
+ cx: 0,
5093
+ cy: 0,
5094
+ r: 10,
5095
+ border: true,
5096
+ borderWidth: 2
5097
+ }, {
5098
+ type: 'line',
5099
+ x1: 3,
5100
+ y1: -3,
5101
+ x2: -3,
5102
+ y2: 3,
5103
+ stroke: 'color',
5104
+ strokeWidth: 2
5105
+ }, {
5106
+ type: 'line',
5107
+ x1: -3,
5108
+ y1: -3,
5109
+ x2: 3,
5110
+ y2: 3,
5111
+ stroke: 'color',
5112
+ strokeWidth: 2
5113
+ }]
5114
+ };
5115
+
5116
+ // ===========================================
5117
+ // X
5118
+ // ===========================================
5119
+
5120
+ export const xGlyphData = {
5121
+ color: '#E0E0E0',
5122
+ bgColor: '#0a0a0f',
5123
+ elements: [{
5124
+ type: 'line',
5125
+ x1: 6,
5126
+ y1: -6,
5127
+ x2: -6,
5128
+ y2: 6,
5129
+ stroke: 'color',
5130
+ strokeWidth: 2
5131
+ }, {
5132
+ type: 'line',
5133
+ x1: -6,
5134
+ y1: -6,
5135
+ x2: 6,
5136
+ y2: 6,
5137
+ stroke: 'color',
5138
+ strokeWidth: 2
5139
+ }]
5140
+ };
5141
+
5142
+ // ===========================================
5143
+ // ZAP
5144
+ // ===========================================
5145
+
5146
+ export const zapGlyphData = {
5147
+ color: '#E0E0E0',
5148
+ bgColor: '#0a0a0f',
5149
+ elements: [{
5150
+ type: 'line',
5151
+ x1: 1,
5152
+ y1: -10,
5153
+ x2: -9,
5154
+ y2: 2,
5155
+ stroke: 'color',
5156
+ strokeWidth: 2
5157
+ }, {
5158
+ type: 'line',
5159
+ x1: -9,
5160
+ y1: 2,
5161
+ x2: -2,
5162
+ y2: 2,
5163
+ stroke: 'color',
5164
+ strokeWidth: 2
5165
+ }, {
5166
+ type: 'line',
5167
+ x1: -2,
5168
+ y1: 2,
5169
+ x2: -1,
5170
+ y2: 10,
5171
+ stroke: 'color',
5172
+ strokeWidth: 2
5173
+ }, {
5174
+ type: 'line',
5175
+ x1: -1,
5176
+ y1: 10,
5177
+ x2: 9,
5178
+ y2: -2,
5179
+ stroke: 'color',
5180
+ strokeWidth: 2
5181
+ }, {
5182
+ type: 'line',
5183
+ x1: 9,
5184
+ y1: -2,
5185
+ x2: 2,
5186
+ y2: -2,
5187
+ stroke: 'color',
5188
+ strokeWidth: 2
5189
+ }, {
5190
+ type: 'line',
5191
+ x1: 2,
5192
+ y1: -2,
5193
+ x2: 1,
5194
+ y2: -10,
5195
+ stroke: 'color',
5196
+ strokeWidth: 2
5197
+ }]
5198
+ };