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

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