@genexus/mercury 0.2.0 → 0.3.0

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 (64) hide show
  1. package/dist/assets/MERCURY_ASSETS.ts +3235 -0
  2. package/dist/assets/icons/editing-structures/dark/attribute-description.svg +1 -0
  3. package/dist/assets/icons/editing-structures/dark/attribute-formula.svg +1 -0
  4. package/dist/assets/icons/editing-structures/dark/attribute-key.svg +1 -0
  5. package/dist/assets/icons/editing-structures/dark/default.svg +1 -0
  6. package/dist/assets/icons/editing-structures/dark/formula-redundant.svg +1 -0
  7. package/dist/assets/icons/editing-structures/dark/logical-attributes.svg +1 -0
  8. package/dist/assets/icons/editing-structures/dark/platforms.svg +1 -0
  9. package/dist/assets/icons/editing-structures/dark/redundant-attribute.svg +1 -0
  10. package/dist/assets/icons/editing-structures/dark/system-index.svg +1 -0
  11. package/dist/assets/icons/editing-structures/dark/user-index.svg +1 -0
  12. package/dist/assets/icons/editing-structures/light/attribute-description.svg +1 -0
  13. package/dist/assets/icons/editing-structures/light/attribute-formula.svg +1 -0
  14. package/dist/assets/icons/editing-structures/light/attribute-key.svg +1 -0
  15. package/dist/assets/icons/editing-structures/light/default.svg +1 -0
  16. package/dist/assets/icons/editing-structures/light/formula-redundant.svg +1 -0
  17. package/dist/assets/icons/editing-structures/light/logical-attributes.svg +1 -0
  18. package/dist/assets/icons/editing-structures/light/platforms.svg +1 -0
  19. package/dist/assets/icons/editing-structures/light/redundant-attribute.svg +1 -0
  20. package/dist/assets/icons/editing-structures/light/system-index.svg +1 -0
  21. package/dist/assets/icons/editing-structures/light/user-index.svg +1 -0
  22. package/dist/assets/icons/objects/dark/conversational-flows.svg +1 -1
  23. package/dist/assets/icons/objects/dark/deployment-unit.svg +1 -1
  24. package/dist/assets/icons/objects/dark/diagram.svg +1 -1
  25. package/dist/assets/icons/objects/dark/document-workflow.svg +1 -1
  26. package/dist/assets/icons/objects/dark/file.svg +1 -1
  27. package/dist/assets/icons/objects/dark/image.svg +1 -1
  28. package/dist/assets/icons/objects/dark/main-object.svg +1 -1
  29. package/dist/assets/icons/objects/dark/object.svg +1 -1
  30. package/dist/assets/icons/objects/dark/offline-database.svg +1 -1
  31. package/dist/assets/icons/objects/dark/stencil.svg +1 -1
  32. package/dist/assets/icons/objects/dark/structured-data-type.svg +1 -1
  33. package/dist/assets/icons/objects/dark/super-app.svg +1 -1
  34. package/dist/assets/icons/objects/dark/table.svg +1 -1
  35. package/dist/assets/icons/objects/dark/theme-for-sd.svg +1 -1
  36. package/dist/assets/icons/objects/dark/theme-web.svg +1 -1
  37. package/dist/assets/icons/objects/dark/theme.svg +1 -1
  38. package/dist/assets/icons/objects/dark/url-rewrite.svg +1 -1
  39. package/dist/assets/icons/objects/dark/web-component.svg +1 -1
  40. package/dist/assets/icons/objects/dark/web-panel.svg +1 -1
  41. package/dist/assets/icons/objects/light/conversational-flows.svg +1 -1
  42. package/dist/assets/icons/objects/light/deployment-unit.svg +1 -1
  43. package/dist/assets/icons/objects/light/diagram.svg +1 -1
  44. package/dist/assets/icons/objects/light/document-workflow.svg +1 -1
  45. package/dist/assets/icons/objects/light/file.svg +1 -1
  46. package/dist/assets/icons/objects/light/image.svg +1 -1
  47. package/dist/assets/icons/objects/light/main-object.svg +1 -1
  48. package/dist/assets/icons/objects/light/object.svg +1 -1
  49. package/dist/assets/icons/objects/light/offline-database.svg +1 -1
  50. package/dist/assets/icons/objects/light/stencil.svg +1 -1
  51. package/dist/assets/icons/objects/light/structured-data-type.svg +1 -1
  52. package/dist/assets/icons/objects/light/super-app.svg +1 -1
  53. package/dist/assets/icons/objects/light/table.svg +1 -1
  54. package/dist/assets/icons/objects/light/theme-for-sd.svg +1 -1
  55. package/dist/assets/icons/objects/light/theme-web.svg +1 -1
  56. package/dist/assets/icons/objects/light/theme.svg +1 -1
  57. package/dist/assets/icons/objects/light/url-rewrite.svg +1 -1
  58. package/dist/assets/icons/objects/light/web-component.svg +1 -1
  59. package/dist/assets/icons/objects/light/web-panel.svg +1 -1
  60. package/dist/css/mercury.css +344 -2
  61. package/dist/css/mercury.css.map +1 -1
  62. package/dist/mercury.scss +502 -21
  63. package/package.json +7 -4
  64. package/dist/assets/MERCURY_ASSETS.js +0 -4030
@@ -1,4030 +0,0 @@
1
- export const MERCURY_ASSETS = {
2
- iconsPath: null,
3
- getIconPath: (iconPath) => {
4
- return this.iconsPath + iconPath
5
- },
6
- icons: {
7
- windowsTools: {
8
- alphabeticalOrder: {
9
- onSurface: {
10
- enabled: {
11
- iconPath: this.getIconPath("windows-tools/alphabetical-order.svg#on-surface--enabled"),
12
- iconName: "windows-tools_alphabetical-order_on-surface--enabled"
13
- },
14
- hover: {
15
- iconPath: this.getIconPath("windows-tools/alphabetical-order.svg#on-surface--hover"),
16
- iconName: "windows-tools_alphabetical-order_on-surface--hover"
17
- },
18
- active: {
19
- iconPath: this.getIconPath("windows-tools/alphabetical-order.svg#on-surface--active"),
20
- iconName: "windows-tools_alphabetical-order_on-surface--active"
21
- },
22
- disabled: {
23
- iconPath: this.getIconPath("windows-tools/alphabetical-order.svg#on-surface--disabled"),
24
- iconName: "windows-tools_alphabetical-order_on-surface--disabled"
25
- }
26
- },
27
- onPrimary: {
28
- enabled: {
29
- iconPath: this.getIconPath("windows-tools/alphabetical-order.svg#on-primary--enabled"),
30
- iconName: "windows-tools_alphabetical-order_on-primary--enabled"
31
- },
32
- hover: {
33
- iconPath: this.getIconPath("windows-tools/alphabetical-order.svg#on-primary--hover"),
34
- iconName: "windows-tools_alphabetical-order_on-primary--hover"
35
- },
36
- active: {
37
- iconPath: this.getIconPath("windows-tools/alphabetical-order.svg#on-primary--active"),
38
- iconName: "windows-tools_alphabetical-order_on-primary--active"
39
- },
40
- disabled: {
41
- iconPath: this.getIconPath("windows-tools/alphabetical-order.svg#on-primary--disabled"),
42
- iconName: "windows-tools_alphabetical-order_on-primary--disabled"
43
- }
44
- },
45
- onDisabled: {
46
- enabled: {
47
- iconPath: this.getIconPath("windows-tools/alphabetical-order.svg#on-disabled--enabled"),
48
- iconName: "windows-tools_alphabetical-order_on-disabled--enabled"
49
- }
50
- },
51
- onMessage: {
52
- enabled: {
53
- iconPath: this.getIconPath("windows-tools/alphabetical-order.svg#on-message--enabled"),
54
- iconName: "windows-tools_alphabetical-order_on-message--enabled"
55
- }
56
- },
57
- onElevation: {
58
- enabled: {
59
- iconPath: this.getIconPath("windows-tools/alphabetical-order.svg#on-elevation--enabled"),
60
- iconName: "windows-tools_alphabetical-order_on-elevation--enabled"
61
- }
62
- },
63
- primary: {
64
- enabled: {
65
- iconPath: this.getIconPath("windows-tools/alphabetical-order.svg#primary--enabled"),
66
- iconName: "windows-tools_alphabetical-order_primary--enabled"
67
- },
68
- hover: {
69
- iconPath: this.getIconPath("windows-tools/alphabetical-order.svg#primary--hover"),
70
- iconName: "windows-tools_alphabetical-order_primary--hover"
71
- },
72
- active: {
73
- iconPath: this.getIconPath("windows-tools/alphabetical-order.svg#primary--active"),
74
- iconName: "windows-tools_alphabetical-order_primary--active"
75
- },
76
- disabled: {
77
- iconPath: this.getIconPath("windows-tools/alphabetical-order.svg#primary--disabled"),
78
- iconName: "windows-tools_alphabetical-order_primary--disabled"
79
- }
80
- },
81
- neutral: {
82
- enabled: {
83
- iconPath: this.getIconPath("windows-tools/alphabetical-order.svg#neutral--enabled"),
84
- iconName: "windows-tools_alphabetical-order_neutral--enabled"
85
- },
86
- hover: {
87
- iconPath: this.getIconPath("windows-tools/alphabetical-order.svg#neutral--hover"),
88
- iconName: "windows-tools_alphabetical-order_neutral--hover"
89
- },
90
- active: {
91
- iconPath: this.getIconPath("windows-tools/alphabetical-order.svg#neutral--active"),
92
- iconName: "windows-tools_alphabetical-order_neutral--active"
93
- },
94
- disabled: {
95
- iconPath: this.getIconPath("windows-tools/alphabetical-order.svg#neutral--disabled"),
96
- iconName: "windows-tools_alphabetical-order_neutral--disabled"
97
- }
98
- },
99
- highlighted: {
100
- enabled: {
101
- iconPath: this.getIconPath("windows-tools/alphabetical-order.svg#highlighted--enabled"),
102
- iconName: "windows-tools_alphabetical-order_highlighted--enabled"
103
- }
104
- },
105
- bright: {
106
- enabled: {
107
- iconPath: this.getIconPath("windows-tools/alphabetical-order.svg#bright--enabled"),
108
- iconName: "windows-tools_alphabetical-order_bright--enabled"
109
- }
110
- }
111
- }
112
- },
113
- objects: {
114
- workflow: {
115
- path: "this.getIconPath(objects/workflow.svg)",
116
- name: "objects_workflow"
117
- },
118
- "work-panel": {
119
- path: "this.getIconPath(objects/work-panel.svg)",
120
- name: "objects_work-panel"
121
- },
122
- "web-panel": {
123
- path: "this.getIconPath(objects/web-panel.svg)",
124
- name: "objects_web-panel"
125
- },
126
- "web-component": {
127
- path: "this.getIconPath(objects/web-component.svg)",
128
- name: "objects_web-component"
129
- },
130
- version: {
131
- path: "this.getIconPath(objects/version.svg)",
132
- name: "objects_version"
133
- },
134
- "url-rewrite": {
135
- path: "this.getIconPath(objects/url-rewrite.svg)",
136
- name: "objects_url-rewrite"
137
- },
138
- transaction: {
139
- path: "this.getIconPath(objects/transaction.svg)",
140
- name: "objects_transaction"
141
- },
142
- "to-be-defined": {
143
- path: "this.getIconPath(objects/to-be-defined.svg)",
144
- name: "objects_to-be-defined"
145
- },
146
- theme: {
147
- path: "this.getIconPath(objects/theme.svg)",
148
- name: "objects_theme"
149
- },
150
- "theme-web": {
151
- path: "this.getIconPath(objects/theme-web.svg)",
152
- name: "objects_theme-web"
153
- },
154
- "theme-for-sd": {
155
- path: "this.getIconPath(objects/theme-for-sd.svg)",
156
- name: "objects_theme-for-sd"
157
- },
158
- table: {
159
- path: "this.getIconPath(objects/table.svg)",
160
- name: "objects_table"
161
- },
162
- "super-app": {
163
- path: "this.getIconPath(objects/super-app.svg)",
164
- name: "objects_super-app"
165
- },
166
- "subtype-group": {
167
- path: "this.getIconPath(objects/subtype-group.svg)",
168
- name: "objects_subtype-group"
169
- },
170
- "structured-data-type": {
171
- path: "this.getIconPath(objects/structured-data-type.svg)",
172
- name: "objects_structured-data-type"
173
- },
174
- stencil: {
175
- path: "this.getIconPath(objects/stencil.svg)",
176
- name: "objects_stencil"
177
- },
178
- roles: {
179
- path: "this.getIconPath(objects/roles.svg)",
180
- name: "objects_roles"
181
- },
182
- report: {
183
- path: "this.getIconPath(objects/report.svg)",
184
- name: "objects_report"
185
- },
186
- references: {
187
- path: "this.getIconPath(objects/references.svg)",
188
- name: "objects_references"
189
- },
190
- query: {
191
- path: "this.getIconPath(objects/query.svg)",
192
- name: "objects_query"
193
- },
194
- procedure: {
195
- path: "this.getIconPath(objects/procedure.svg)",
196
- name: "objects_procedure"
197
- },
198
- patterns: {
199
- path: "this.getIconPath(objects/patterns.svg)",
200
- name: "objects_patterns"
201
- },
202
- "panel-for-sd": {
203
- path: "this.getIconPath(objects/panel-for-sd.svg)",
204
- name: "objects_panel-for-sd"
205
- },
206
- "orphant-document": {
207
- path: "this.getIconPath(objects/orphant-document.svg)",
208
- name: "objects_orphant-document"
209
- },
210
- "offline-database": {
211
- path: "this.getIconPath(objects/offline-database.svg)",
212
- name: "objects_offline-database"
213
- },
214
- object: {
215
- path: "this.getIconPath(objects/object.svg)",
216
- name: "objects_object"
217
- },
218
- "notification-templates": {
219
- path: "this.getIconPath(objects/notification-templates.svg)",
220
- name: "objects_notification-templates"
221
- },
222
- module: {
223
- path: "this.getIconPath(objects/module.svg)",
224
- name: "objects_module"
225
- },
226
- "module-open": {
227
- path: "this.getIconPath(objects/module-open.svg)",
228
- name: "objects_module-open"
229
- },
230
- "mini-app": {
231
- path: "this.getIconPath(objects/mini-app.svg)",
232
- name: "objects_mini-app"
233
- },
234
- menubar: {
235
- path: "this.getIconPath(objects/menubar.svg)",
236
- name: "objects_menubar"
237
- },
238
- menu: {
239
- path: "this.getIconPath(objects/menu.svg)",
240
- name: "objects_menu"
241
- },
242
- masterpage: {
243
- path: "this.getIconPath(objects/masterpage.svg)",
244
- name: "objects_masterpage"
245
- },
246
- "main-object": {
247
- path: "this.getIconPath(objects/main-object.svg)",
248
- name: "objects_main-object"
249
- },
250
- language: {
251
- path: "this.getIconPath(objects/language.svg)",
252
- name: "objects_language"
253
- },
254
- "knowledge-base": {
255
- path: "this.getIconPath(objects/knowledge-base.svg)",
256
- name: "objects_knowledge-base"
257
- },
258
- image: {
259
- path: "this.getIconPath(objects/image.svg)",
260
- name: "objects_image"
261
- },
262
- generator: {
263
- path: "this.getIconPath(objects/generator.svg)",
264
- name: "objects_generator"
265
- },
266
- "generator-category": {
267
- path: "this.getIconPath(objects/generator-category.svg)",
268
- name: "objects_generator-category"
269
- },
270
- folder: {
271
- path: "this.getIconPath(objects/folder.svg)",
272
- name: "objects_folder"
273
- },
274
- "folder-open": {
275
- path: "this.getIconPath(objects/folder-open.svg)",
276
- name: "objects_folder-open"
277
- },
278
- file: {
279
- path: "this.getIconPath(objects/file.svg)",
280
- name: "objects_file"
281
- },
282
- "external-object": {
283
- path: "this.getIconPath(objects/external-object.svg)",
284
- name: "objects_external-object"
285
- },
286
- "environment-select": {
287
- path: "this.getIconPath(objects/environment-select.svg)",
288
- name: "objects_environment-select"
289
- },
290
- "environment-no-select": {
291
- path: "this.getIconPath(objects/environment-no-select.svg)",
292
- name: "objects_environment-no-select"
293
- },
294
- dso: {
295
- path: "this.getIconPath(objects/dso.svg)",
296
- name: "objects_dso"
297
- },
298
- domain: {
299
- path: "this.getIconPath(objects/domain.svg)",
300
- name: "objects_domain"
301
- },
302
- document: {
303
- path: "this.getIconPath(objects/document.svg)",
304
- name: "objects_document"
305
- },
306
- "document-workflow": {
307
- path: "this.getIconPath(objects/document-workflow.svg)",
308
- name: "objects_document-workflow"
309
- },
310
- diagram: {
311
- path: "this.getIconPath(objects/diagram.svg)",
312
- name: "objects_diagram"
313
- },
314
- design: {
315
- path: "this.getIconPath(objects/design.svg)",
316
- name: "objects_design"
317
- },
318
- "deployment-unit": {
319
- path: "this.getIconPath(objects/deployment-unit.svg)",
320
- name: "objects_deployment-unit"
321
- },
322
- "dataview-index": {
323
- path: "this.getIconPath(objects/dataview-index.svg)",
324
- name: "objects_dataview-index"
325
- },
326
- datastore: {
327
- path: "this.getIconPath(objects/datastore.svg)",
328
- name: "objects_datastore"
329
- },
330
- "datastore-category": {
331
- path: "this.getIconPath(objects/datastore-category.svg)",
332
- name: "objects_datastore-category"
333
- },
334
- "data-view": {
335
- path: "this.getIconPath(objects/data-view.svg)",
336
- name: "objects_data-view"
337
- },
338
- "data-selector": {
339
- path: "this.getIconPath(objects/data-selector.svg)",
340
- name: "objects_data-selector"
341
- },
342
- "data-provider": {
343
- path: "this.getIconPath(objects/data-provider.svg)",
344
- name: "objects_data-provider"
345
- },
346
- dashboard: {
347
- path: "this.getIconPath(objects/dashboard.svg)",
348
- name: "objects_dashboard"
349
- },
350
- customization: {
351
- path: "this.getIconPath(objects/customization.svg)",
352
- name: "objects_customization"
353
- },
354
- "conversational-flows": {
355
- path: "this.getIconPath(objects/conversational-flows.svg)",
356
- name: "objects_conversational-flows"
357
- },
358
- category: {
359
- path: "this.getIconPath(objects/category.svg)",
360
- name: "objects_category"
361
- },
362
- calendars: {
363
- path: "this.getIconPath(objects/calendars.svg)",
364
- name: "objects_calendars"
365
- },
366
- "business-process-diagram": {
367
- path: "this.getIconPath(objects/business-process-diagram.svg)",
368
- name: "objects_business-process-diagram"
369
- },
370
- "bg-color": {
371
- path: "this.getIconPath(objects/bg-color.svg)",
372
- name: "objects_bg-color"
373
- },
374
- attribute: {
375
- path: "this.getIconPath(objects/attribute.svg)",
376
- name: "objects_attribute"
377
- },
378
- api: {
379
- path: "this.getIconPath(objects/api.svg)",
380
- name: "objects_api"
381
- }
382
- },
383
- navigation: {
384
- pillOutlined: {
385
- onSurface: {
386
- enabled: {
387
- iconPath: this.getIconPath("navigation/pill-outlined.svg#on-surface--enabled"),
388
- iconName: "navigation_pill-outlined_on-surface--enabled"
389
- },
390
- hover: {
391
- iconPath: this.getIconPath("navigation/pill-outlined.svg#on-surface--hover"),
392
- iconName: "navigation_pill-outlined_on-surface--hover"
393
- },
394
- active: {
395
- iconPath: this.getIconPath("navigation/pill-outlined.svg#on-surface--active"),
396
- iconName: "navigation_pill-outlined_on-surface--active"
397
- },
398
- disabled: {
399
- iconPath: this.getIconPath("navigation/pill-outlined.svg#on-surface--disabled"),
400
- iconName: "navigation_pill-outlined_on-surface--disabled"
401
- }
402
- },
403
- onPrimary: {
404
- enabled: {
405
- iconPath: this.getIconPath("navigation/pill-outlined.svg#on-primary--enabled"),
406
- iconName: "navigation_pill-outlined_on-primary--enabled"
407
- },
408
- hover: {
409
- iconPath: this.getIconPath("navigation/pill-outlined.svg#on-primary--hover"),
410
- iconName: "navigation_pill-outlined_on-primary--hover"
411
- },
412
- active: {
413
- iconPath: this.getIconPath("navigation/pill-outlined.svg#on-primary--active"),
414
- iconName: "navigation_pill-outlined_on-primary--active"
415
- },
416
- disabled: {
417
- iconPath: this.getIconPath("navigation/pill-outlined.svg#on-primary--disabled"),
418
- iconName: "navigation_pill-outlined_on-primary--disabled"
419
- }
420
- },
421
- onDisabled: {
422
- enabled: {
423
- iconPath: this.getIconPath("navigation/pill-outlined.svg#on-disabled--enabled"),
424
- iconName: "navigation_pill-outlined_on-disabled--enabled"
425
- }
426
- },
427
- onMessage: {
428
- enabled: {
429
- iconPath: this.getIconPath("navigation/pill-outlined.svg#on-message--enabled"),
430
- iconName: "navigation_pill-outlined_on-message--enabled"
431
- }
432
- },
433
- onElevation: {
434
- enabled: {
435
- iconPath: this.getIconPath("navigation/pill-outlined.svg#on-elevation--enabled"),
436
- iconName: "navigation_pill-outlined_on-elevation--enabled"
437
- }
438
- },
439
- primary: {
440
- enabled: {
441
- iconPath: this.getIconPath("navigation/pill-outlined.svg#primary--enabled"),
442
- iconName: "navigation_pill-outlined_primary--enabled"
443
- },
444
- hover: {
445
- iconPath: this.getIconPath("navigation/pill-outlined.svg#primary--hover"),
446
- iconName: "navigation_pill-outlined_primary--hover"
447
- },
448
- active: {
449
- iconPath: this.getIconPath("navigation/pill-outlined.svg#primary--active"),
450
- iconName: "navigation_pill-outlined_primary--active"
451
- },
452
- disabled: {
453
- iconPath: this.getIconPath("navigation/pill-outlined.svg#primary--disabled"),
454
- iconName: "navigation_pill-outlined_primary--disabled"
455
- }
456
- },
457
- neutral: {
458
- enabled: {
459
- iconPath: this.getIconPath("navigation/pill-outlined.svg#neutral--enabled"),
460
- iconName: "navigation_pill-outlined_neutral--enabled"
461
- },
462
- hover: {
463
- iconPath: this.getIconPath("navigation/pill-outlined.svg#neutral--hover"),
464
- iconName: "navigation_pill-outlined_neutral--hover"
465
- },
466
- active: {
467
- iconPath: this.getIconPath("navigation/pill-outlined.svg#neutral--active"),
468
- iconName: "navigation_pill-outlined_neutral--active"
469
- },
470
- disabled: {
471
- iconPath: this.getIconPath("navigation/pill-outlined.svg#neutral--disabled"),
472
- iconName: "navigation_pill-outlined_neutral--disabled"
473
- }
474
- },
475
- highlighted: {
476
- enabled: {
477
- iconPath: this.getIconPath("navigation/pill-outlined.svg#highlighted--enabled"),
478
- iconName: "navigation_pill-outlined_highlighted--enabled"
479
- }
480
- },
481
- bright: {
482
- enabled: {
483
- iconPath: this.getIconPath("navigation/pill-outlined.svg#bright--enabled"),
484
- iconName: "navigation_pill-outlined_bright--enabled"
485
- }
486
- }
487
- },
488
- pillFilled: {
489
- onSurface: {
490
- enabled: {
491
- iconPath: this.getIconPath("navigation/pill-filled.svg#on-surface--enabled"),
492
- iconName: "navigation_pill-filled_on-surface--enabled"
493
- },
494
- hover: {
495
- iconPath: this.getIconPath("navigation/pill-filled.svg#on-surface--hover"),
496
- iconName: "navigation_pill-filled_on-surface--hover"
497
- },
498
- active: {
499
- iconPath: this.getIconPath("navigation/pill-filled.svg#on-surface--active"),
500
- iconName: "navigation_pill-filled_on-surface--active"
501
- },
502
- disabled: {
503
- iconPath: this.getIconPath("navigation/pill-filled.svg#on-surface--disabled"),
504
- iconName: "navigation_pill-filled_on-surface--disabled"
505
- }
506
- },
507
- onPrimary: {
508
- enabled: {
509
- iconPath: this.getIconPath("navigation/pill-filled.svg#on-primary--enabled"),
510
- iconName: "navigation_pill-filled_on-primary--enabled"
511
- },
512
- hover: {
513
- iconPath: this.getIconPath("navigation/pill-filled.svg#on-primary--hover"),
514
- iconName: "navigation_pill-filled_on-primary--hover"
515
- },
516
- active: {
517
- iconPath: this.getIconPath("navigation/pill-filled.svg#on-primary--active"),
518
- iconName: "navigation_pill-filled_on-primary--active"
519
- },
520
- disabled: {
521
- iconPath: this.getIconPath("navigation/pill-filled.svg#on-primary--disabled"),
522
- iconName: "navigation_pill-filled_on-primary--disabled"
523
- }
524
- },
525
- onDisabled: {
526
- enabled: {
527
- iconPath: this.getIconPath("navigation/pill-filled.svg#on-disabled--enabled"),
528
- iconName: "navigation_pill-filled_on-disabled--enabled"
529
- }
530
- },
531
- onMessage: {
532
- enabled: {
533
- iconPath: this.getIconPath("navigation/pill-filled.svg#on-message--enabled"),
534
- iconName: "navigation_pill-filled_on-message--enabled"
535
- }
536
- },
537
- onElevation: {
538
- enabled: {
539
- iconPath: this.getIconPath("navigation/pill-filled.svg#on-elevation--enabled"),
540
- iconName: "navigation_pill-filled_on-elevation--enabled"
541
- }
542
- },
543
- primary: {
544
- enabled: {
545
- iconPath: this.getIconPath("navigation/pill-filled.svg#primary--enabled"),
546
- iconName: "navigation_pill-filled_primary--enabled"
547
- },
548
- hover: {
549
- iconPath: this.getIconPath("navigation/pill-filled.svg#primary--hover"),
550
- iconName: "navigation_pill-filled_primary--hover"
551
- },
552
- active: {
553
- iconPath: this.getIconPath("navigation/pill-filled.svg#primary--active"),
554
- iconName: "navigation_pill-filled_primary--active"
555
- },
556
- disabled: {
557
- iconPath: this.getIconPath("navigation/pill-filled.svg#primary--disabled"),
558
- iconName: "navigation_pill-filled_primary--disabled"
559
- }
560
- },
561
- neutral: {
562
- enabled: {
563
- iconPath: this.getIconPath("navigation/pill-filled.svg#neutral--enabled"),
564
- iconName: "navigation_pill-filled_neutral--enabled"
565
- },
566
- hover: {
567
- iconPath: this.getIconPath("navigation/pill-filled.svg#neutral--hover"),
568
- iconName: "navigation_pill-filled_neutral--hover"
569
- },
570
- active: {
571
- iconPath: this.getIconPath("navigation/pill-filled.svg#neutral--active"),
572
- iconName: "navigation_pill-filled_neutral--active"
573
- },
574
- disabled: {
575
- iconPath: this.getIconPath("navigation/pill-filled.svg#neutral--disabled"),
576
- iconName: "navigation_pill-filled_neutral--disabled"
577
- }
578
- },
579
- highlighted: {
580
- enabled: {
581
- iconPath: this.getIconPath("navigation/pill-filled.svg#highlighted--enabled"),
582
- iconName: "navigation_pill-filled_highlighted--enabled"
583
- }
584
- },
585
- bright: {
586
- enabled: {
587
- iconPath: this.getIconPath("navigation/pill-filled.svg#bright--enabled"),
588
- iconName: "navigation_pill-filled_bright--enabled"
589
- }
590
- }
591
- },
592
- levelUp: {
593
- onSurface: {
594
- enabled: {
595
- iconPath: this.getIconPath("navigation/level-up.svg#on-surface--enabled"),
596
- iconName: "navigation_level-up_on-surface--enabled"
597
- },
598
- hover: {
599
- iconPath: this.getIconPath("navigation/level-up.svg#on-surface--hover"),
600
- iconName: "navigation_level-up_on-surface--hover"
601
- },
602
- active: {
603
- iconPath: this.getIconPath("navigation/level-up.svg#on-surface--active"),
604
- iconName: "navigation_level-up_on-surface--active"
605
- },
606
- disabled: {
607
- iconPath: this.getIconPath("navigation/level-up.svg#on-surface--disabled"),
608
- iconName: "navigation_level-up_on-surface--disabled"
609
- }
610
- },
611
- onPrimary: {
612
- enabled: {
613
- iconPath: this.getIconPath("navigation/level-up.svg#on-primary--enabled"),
614
- iconName: "navigation_level-up_on-primary--enabled"
615
- },
616
- hover: {
617
- iconPath: this.getIconPath("navigation/level-up.svg#on-primary--hover"),
618
- iconName: "navigation_level-up_on-primary--hover"
619
- },
620
- active: {
621
- iconPath: this.getIconPath("navigation/level-up.svg#on-primary--active"),
622
- iconName: "navigation_level-up_on-primary--active"
623
- },
624
- disabled: {
625
- iconPath: this.getIconPath("navigation/level-up.svg#on-primary--disabled"),
626
- iconName: "navigation_level-up_on-primary--disabled"
627
- }
628
- },
629
- onDisabled: {
630
- enabled: {
631
- iconPath: this.getIconPath("navigation/level-up.svg#on-disabled--enabled"),
632
- iconName: "navigation_level-up_on-disabled--enabled"
633
- }
634
- },
635
- onMessage: {
636
- enabled: {
637
- iconPath: this.getIconPath("navigation/level-up.svg#on-message--enabled"),
638
- iconName: "navigation_level-up_on-message--enabled"
639
- }
640
- },
641
- onElevation: {
642
- enabled: {
643
- iconPath: this.getIconPath("navigation/level-up.svg#on-elevation--enabled"),
644
- iconName: "navigation_level-up_on-elevation--enabled"
645
- }
646
- },
647
- primary: {
648
- enabled: {
649
- iconPath: this.getIconPath("navigation/level-up.svg#primary--enabled"),
650
- iconName: "navigation_level-up_primary--enabled"
651
- },
652
- hover: {
653
- iconPath: this.getIconPath("navigation/level-up.svg#primary--hover"),
654
- iconName: "navigation_level-up_primary--hover"
655
- },
656
- active: {
657
- iconPath: this.getIconPath("navigation/level-up.svg#primary--active"),
658
- iconName: "navigation_level-up_primary--active"
659
- },
660
- disabled: {
661
- iconPath: this.getIconPath("navigation/level-up.svg#primary--disabled"),
662
- iconName: "navigation_level-up_primary--disabled"
663
- }
664
- },
665
- neutral: {
666
- enabled: {
667
- iconPath: this.getIconPath("navigation/level-up.svg#neutral--enabled"),
668
- iconName: "navigation_level-up_neutral--enabled"
669
- },
670
- hover: {
671
- iconPath: this.getIconPath("navigation/level-up.svg#neutral--hover"),
672
- iconName: "navigation_level-up_neutral--hover"
673
- },
674
- active: {
675
- iconPath: this.getIconPath("navigation/level-up.svg#neutral--active"),
676
- iconName: "navigation_level-up_neutral--active"
677
- },
678
- disabled: {
679
- iconPath: this.getIconPath("navigation/level-up.svg#neutral--disabled"),
680
- iconName: "navigation_level-up_neutral--disabled"
681
- }
682
- },
683
- highlighted: {
684
- enabled: {
685
- iconPath: this.getIconPath("navigation/level-up.svg#highlighted--enabled"),
686
- iconName: "navigation_level-up_highlighted--enabled"
687
- }
688
- },
689
- bright: {
690
- enabled: {
691
- iconPath: this.getIconPath("navigation/level-up.svg#bright--enabled"),
692
- iconName: "navigation_level-up_bright--enabled"
693
- }
694
- }
695
- },
696
- levelDown: {
697
- onSurface: {
698
- enabled: {
699
- iconPath: this.getIconPath("navigation/level-down.svg#on-surface--enabled"),
700
- iconName: "navigation_level-down_on-surface--enabled"
701
- },
702
- hover: {
703
- iconPath: this.getIconPath("navigation/level-down.svg#on-surface--hover"),
704
- iconName: "navigation_level-down_on-surface--hover"
705
- },
706
- active: {
707
- iconPath: this.getIconPath("navigation/level-down.svg#on-surface--active"),
708
- iconName: "navigation_level-down_on-surface--active"
709
- },
710
- disabled: {
711
- iconPath: this.getIconPath("navigation/level-down.svg#on-surface--disabled"),
712
- iconName: "navigation_level-down_on-surface--disabled"
713
- }
714
- },
715
- onPrimary: {
716
- enabled: {
717
- iconPath: this.getIconPath("navigation/level-down.svg#on-primary--enabled"),
718
- iconName: "navigation_level-down_on-primary--enabled"
719
- },
720
- hover: {
721
- iconPath: this.getIconPath("navigation/level-down.svg#on-primary--hover"),
722
- iconName: "navigation_level-down_on-primary--hover"
723
- },
724
- active: {
725
- iconPath: this.getIconPath("navigation/level-down.svg#on-primary--active"),
726
- iconName: "navigation_level-down_on-primary--active"
727
- },
728
- disabled: {
729
- iconPath: this.getIconPath("navigation/level-down.svg#on-primary--disabled"),
730
- iconName: "navigation_level-down_on-primary--disabled"
731
- }
732
- },
733
- onDisabled: {
734
- enabled: {
735
- iconPath: this.getIconPath("navigation/level-down.svg#on-disabled--enabled"),
736
- iconName: "navigation_level-down_on-disabled--enabled"
737
- }
738
- },
739
- onMessage: {
740
- enabled: {
741
- iconPath: this.getIconPath("navigation/level-down.svg#on-message--enabled"),
742
- iconName: "navigation_level-down_on-message--enabled"
743
- }
744
- },
745
- onElevation: {
746
- enabled: {
747
- iconPath: this.getIconPath("navigation/level-down.svg#on-elevation--enabled"),
748
- iconName: "navigation_level-down_on-elevation--enabled"
749
- }
750
- },
751
- primary: {
752
- enabled: {
753
- iconPath: this.getIconPath("navigation/level-down.svg#primary--enabled"),
754
- iconName: "navigation_level-down_primary--enabled"
755
- },
756
- hover: {
757
- iconPath: this.getIconPath("navigation/level-down.svg#primary--hover"),
758
- iconName: "navigation_level-down_primary--hover"
759
- },
760
- active: {
761
- iconPath: this.getIconPath("navigation/level-down.svg#primary--active"),
762
- iconName: "navigation_level-down_primary--active"
763
- },
764
- disabled: {
765
- iconPath: this.getIconPath("navigation/level-down.svg#primary--disabled"),
766
- iconName: "navigation_level-down_primary--disabled"
767
- }
768
- },
769
- neutral: {
770
- enabled: {
771
- iconPath: this.getIconPath("navigation/level-down.svg#neutral--enabled"),
772
- iconName: "navigation_level-down_neutral--enabled"
773
- },
774
- hover: {
775
- iconPath: this.getIconPath("navigation/level-down.svg#neutral--hover"),
776
- iconName: "navigation_level-down_neutral--hover"
777
- },
778
- active: {
779
- iconPath: this.getIconPath("navigation/level-down.svg#neutral--active"),
780
- iconName: "navigation_level-down_neutral--active"
781
- },
782
- disabled: {
783
- iconPath: this.getIconPath("navigation/level-down.svg#neutral--disabled"),
784
- iconName: "navigation_level-down_neutral--disabled"
785
- }
786
- },
787
- highlighted: {
788
- enabled: {
789
- iconPath: this.getIconPath("navigation/level-down.svg#highlighted--enabled"),
790
- iconName: "navigation_level-down_highlighted--enabled"
791
- }
792
- },
793
- bright: {
794
- enabled: {
795
- iconPath: this.getIconPath("navigation/level-down.svg#bright--enabled"),
796
- iconName: "navigation_level-down_bright--enabled"
797
- }
798
- }
799
- },
800
- gxArrowRight: {
801
- onSurface: {
802
- enabled: {
803
- iconPath: this.getIconPath("navigation/gx-arrow-right.svg#on-surface--enabled"),
804
- iconName: "navigation_gx-arrow-right_on-surface--enabled"
805
- },
806
- hover: {
807
- iconPath: this.getIconPath("navigation/gx-arrow-right.svg#on-surface--hover"),
808
- iconName: "navigation_gx-arrow-right_on-surface--hover"
809
- },
810
- active: {
811
- iconPath: this.getIconPath("navigation/gx-arrow-right.svg#on-surface--active"),
812
- iconName: "navigation_gx-arrow-right_on-surface--active"
813
- },
814
- disabled: {
815
- iconPath: this.getIconPath("navigation/gx-arrow-right.svg#on-surface--disabled"),
816
- iconName: "navigation_gx-arrow-right_on-surface--disabled"
817
- }
818
- },
819
- onPrimary: {
820
- enabled: {
821
- iconPath: this.getIconPath("navigation/gx-arrow-right.svg#on-primary--enabled"),
822
- iconName: "navigation_gx-arrow-right_on-primary--enabled"
823
- },
824
- hover: {
825
- iconPath: this.getIconPath("navigation/gx-arrow-right.svg#on-primary--hover"),
826
- iconName: "navigation_gx-arrow-right_on-primary--hover"
827
- },
828
- active: {
829
- iconPath: this.getIconPath("navigation/gx-arrow-right.svg#on-primary--active"),
830
- iconName: "navigation_gx-arrow-right_on-primary--active"
831
- },
832
- disabled: {
833
- iconPath: this.getIconPath("navigation/gx-arrow-right.svg#on-primary--disabled"),
834
- iconName: "navigation_gx-arrow-right_on-primary--disabled"
835
- }
836
- },
837
- onDisabled: {
838
- enabled: {
839
- iconPath: this.getIconPath("navigation/gx-arrow-right.svg#on-disabled--enabled"),
840
- iconName: "navigation_gx-arrow-right_on-disabled--enabled"
841
- }
842
- },
843
- onMessage: {
844
- enabled: {
845
- iconPath: this.getIconPath("navigation/gx-arrow-right.svg#on-message--enabled"),
846
- iconName: "navigation_gx-arrow-right_on-message--enabled"
847
- }
848
- },
849
- onElevation: {
850
- enabled: {
851
- iconPath: this.getIconPath("navigation/gx-arrow-right.svg#on-elevation--enabled"),
852
- iconName: "navigation_gx-arrow-right_on-elevation--enabled"
853
- }
854
- },
855
- primary: {
856
- enabled: {
857
- iconPath: this.getIconPath("navigation/gx-arrow-right.svg#primary--enabled"),
858
- iconName: "navigation_gx-arrow-right_primary--enabled"
859
- },
860
- hover: {
861
- iconPath: this.getIconPath("navigation/gx-arrow-right.svg#primary--hover"),
862
- iconName: "navigation_gx-arrow-right_primary--hover"
863
- },
864
- active: {
865
- iconPath: this.getIconPath("navigation/gx-arrow-right.svg#primary--active"),
866
- iconName: "navigation_gx-arrow-right_primary--active"
867
- },
868
- disabled: {
869
- iconPath: this.getIconPath("navigation/gx-arrow-right.svg#primary--disabled"),
870
- iconName: "navigation_gx-arrow-right_primary--disabled"
871
- }
872
- },
873
- neutral: {
874
- enabled: {
875
- iconPath: this.getIconPath("navigation/gx-arrow-right.svg#neutral--enabled"),
876
- iconName: "navigation_gx-arrow-right_neutral--enabled"
877
- },
878
- hover: {
879
- iconPath: this.getIconPath("navigation/gx-arrow-right.svg#neutral--hover"),
880
- iconName: "navigation_gx-arrow-right_neutral--hover"
881
- },
882
- active: {
883
- iconPath: this.getIconPath("navigation/gx-arrow-right.svg#neutral--active"),
884
- iconName: "navigation_gx-arrow-right_neutral--active"
885
- },
886
- disabled: {
887
- iconPath: this.getIconPath("navigation/gx-arrow-right.svg#neutral--disabled"),
888
- iconName: "navigation_gx-arrow-right_neutral--disabled"
889
- }
890
- },
891
- highlighted: {
892
- enabled: {
893
- iconPath: this.getIconPath("navigation/gx-arrow-right.svg#highlighted--enabled"),
894
- iconName: "navigation_gx-arrow-right_highlighted--enabled"
895
- }
896
- },
897
- bright: {
898
- enabled: {
899
- iconPath: this.getIconPath("navigation/gx-arrow-right.svg#bright--enabled"),
900
- iconName: "navigation_gx-arrow-right_bright--enabled"
901
- }
902
- }
903
- },
904
- drag: {
905
- onSurface: {
906
- enabled: {
907
- iconPath: this.getIconPath("navigation/drag.svg#on-surface--enabled"),
908
- iconName: "navigation_drag_on-surface--enabled"
909
- },
910
- hover: {
911
- iconPath: this.getIconPath("navigation/drag.svg#on-surface--hover"),
912
- iconName: "navigation_drag_on-surface--hover"
913
- },
914
- active: {
915
- iconPath: this.getIconPath("navigation/drag.svg#on-surface--active"),
916
- iconName: "navigation_drag_on-surface--active"
917
- },
918
- disabled: {
919
- iconPath: this.getIconPath("navigation/drag.svg#on-surface--disabled"),
920
- iconName: "navigation_drag_on-surface--disabled"
921
- }
922
- },
923
- onPrimary: {
924
- enabled: {
925
- iconPath: this.getIconPath("navigation/drag.svg#on-primary--enabled"),
926
- iconName: "navigation_drag_on-primary--enabled"
927
- },
928
- hover: {
929
- iconPath: this.getIconPath("navigation/drag.svg#on-primary--hover"),
930
- iconName: "navigation_drag_on-primary--hover"
931
- },
932
- active: {
933
- iconPath: this.getIconPath("navigation/drag.svg#on-primary--active"),
934
- iconName: "navigation_drag_on-primary--active"
935
- },
936
- disabled: {
937
- iconPath: this.getIconPath("navigation/drag.svg#on-primary--disabled"),
938
- iconName: "navigation_drag_on-primary--disabled"
939
- }
940
- },
941
- onDisabled: {
942
- enabled: {
943
- iconPath: this.getIconPath("navigation/drag.svg#on-disabled--enabled"),
944
- iconName: "navigation_drag_on-disabled--enabled"
945
- }
946
- },
947
- onMessage: {
948
- enabled: {
949
- iconPath: this.getIconPath("navigation/drag.svg#on-message--enabled"),
950
- iconName: "navigation_drag_on-message--enabled"
951
- }
952
- },
953
- onElevation: {
954
- enabled: {
955
- iconPath: this.getIconPath("navigation/drag.svg#on-elevation--enabled"),
956
- iconName: "navigation_drag_on-elevation--enabled"
957
- }
958
- },
959
- primary: {
960
- enabled: {
961
- iconPath: this.getIconPath("navigation/drag.svg#primary--enabled"),
962
- iconName: "navigation_drag_primary--enabled"
963
- },
964
- hover: {
965
- iconPath: this.getIconPath("navigation/drag.svg#primary--hover"),
966
- iconName: "navigation_drag_primary--hover"
967
- },
968
- active: {
969
- iconPath: this.getIconPath("navigation/drag.svg#primary--active"),
970
- iconName: "navigation_drag_primary--active"
971
- },
972
- disabled: {
973
- iconPath: this.getIconPath("navigation/drag.svg#primary--disabled"),
974
- iconName: "navigation_drag_primary--disabled"
975
- }
976
- },
977
- neutral: {
978
- enabled: {
979
- iconPath: this.getIconPath("navigation/drag.svg#neutral--enabled"),
980
- iconName: "navigation_drag_neutral--enabled"
981
- },
982
- hover: {
983
- iconPath: this.getIconPath("navigation/drag.svg#neutral--hover"),
984
- iconName: "navigation_drag_neutral--hover"
985
- },
986
- active: {
987
- iconPath: this.getIconPath("navigation/drag.svg#neutral--active"),
988
- iconName: "navigation_drag_neutral--active"
989
- },
990
- disabled: {
991
- iconPath: this.getIconPath("navigation/drag.svg#neutral--disabled"),
992
- iconName: "navigation_drag_neutral--disabled"
993
- }
994
- },
995
- highlighted: {
996
- enabled: {
997
- iconPath: this.getIconPath("navigation/drag.svg#highlighted--enabled"),
998
- iconName: "navigation_drag_highlighted--enabled"
999
- }
1000
- },
1001
- bright: {
1002
- enabled: {
1003
- iconPath: this.getIconPath("navigation/drag.svg#bright--enabled"),
1004
- iconName: "navigation_drag_bright--enabled"
1005
- }
1006
- }
1007
- },
1008
- chevronUp: {
1009
- onSurface: {
1010
- enabled: {
1011
- iconPath: this.getIconPath("navigation/chevron-up.svg#on-surface--enabled"),
1012
- iconName: "navigation_chevron-up_on-surface--enabled"
1013
- },
1014
- hover: {
1015
- iconPath: this.getIconPath("navigation/chevron-up.svg#on-surface--hover"),
1016
- iconName: "navigation_chevron-up_on-surface--hover"
1017
- },
1018
- active: {
1019
- iconPath: this.getIconPath("navigation/chevron-up.svg#on-surface--active"),
1020
- iconName: "navigation_chevron-up_on-surface--active"
1021
- },
1022
- disabled: {
1023
- iconPath: this.getIconPath("navigation/chevron-up.svg#on-surface--disabled"),
1024
- iconName: "navigation_chevron-up_on-surface--disabled"
1025
- }
1026
- },
1027
- onPrimary: {
1028
- enabled: {
1029
- iconPath: this.getIconPath("navigation/chevron-up.svg#on-primary--enabled"),
1030
- iconName: "navigation_chevron-up_on-primary--enabled"
1031
- },
1032
- hover: {
1033
- iconPath: this.getIconPath("navigation/chevron-up.svg#on-primary--hover"),
1034
- iconName: "navigation_chevron-up_on-primary--hover"
1035
- },
1036
- active: {
1037
- iconPath: this.getIconPath("navigation/chevron-up.svg#on-primary--active"),
1038
- iconName: "navigation_chevron-up_on-primary--active"
1039
- },
1040
- disabled: {
1041
- iconPath: this.getIconPath("navigation/chevron-up.svg#on-primary--disabled"),
1042
- iconName: "navigation_chevron-up_on-primary--disabled"
1043
- }
1044
- },
1045
- onDisabled: {
1046
- enabled: {
1047
- iconPath: this.getIconPath("navigation/chevron-up.svg#on-disabled--enabled"),
1048
- iconName: "navigation_chevron-up_on-disabled--enabled"
1049
- }
1050
- },
1051
- onMessage: {
1052
- enabled: {
1053
- iconPath: this.getIconPath("navigation/chevron-up.svg#on-message--enabled"),
1054
- iconName: "navigation_chevron-up_on-message--enabled"
1055
- }
1056
- },
1057
- onElevation: {
1058
- enabled: {
1059
- iconPath: this.getIconPath("navigation/chevron-up.svg#on-elevation--enabled"),
1060
- iconName: "navigation_chevron-up_on-elevation--enabled"
1061
- }
1062
- },
1063
- primary: {
1064
- enabled: {
1065
- iconPath: this.getIconPath("navigation/chevron-up.svg#primary--enabled"),
1066
- iconName: "navigation_chevron-up_primary--enabled"
1067
- },
1068
- hover: {
1069
- iconPath: this.getIconPath("navigation/chevron-up.svg#primary--hover"),
1070
- iconName: "navigation_chevron-up_primary--hover"
1071
- },
1072
- active: {
1073
- iconPath: this.getIconPath("navigation/chevron-up.svg#primary--active"),
1074
- iconName: "navigation_chevron-up_primary--active"
1075
- },
1076
- disabled: {
1077
- iconPath: this.getIconPath("navigation/chevron-up.svg#primary--disabled"),
1078
- iconName: "navigation_chevron-up_primary--disabled"
1079
- }
1080
- },
1081
- neutral: {
1082
- enabled: {
1083
- iconPath: this.getIconPath("navigation/chevron-up.svg#neutral--enabled"),
1084
- iconName: "navigation_chevron-up_neutral--enabled"
1085
- },
1086
- hover: {
1087
- iconPath: this.getIconPath("navigation/chevron-up.svg#neutral--hover"),
1088
- iconName: "navigation_chevron-up_neutral--hover"
1089
- },
1090
- active: {
1091
- iconPath: this.getIconPath("navigation/chevron-up.svg#neutral--active"),
1092
- iconName: "navigation_chevron-up_neutral--active"
1093
- },
1094
- disabled: {
1095
- iconPath: this.getIconPath("navigation/chevron-up.svg#neutral--disabled"),
1096
- iconName: "navigation_chevron-up_neutral--disabled"
1097
- }
1098
- },
1099
- highlighted: {
1100
- enabled: {
1101
- iconPath: this.getIconPath("navigation/chevron-up.svg#highlighted--enabled"),
1102
- iconName: "navigation_chevron-up_highlighted--enabled"
1103
- }
1104
- },
1105
- bright: {
1106
- enabled: {
1107
- iconPath: this.getIconPath("navigation/chevron-up.svg#bright--enabled"),
1108
- iconName: "navigation_chevron-up_bright--enabled"
1109
- }
1110
- }
1111
- },
1112
- chevronRight: {
1113
- onSurface: {
1114
- enabled: {
1115
- iconPath: this.getIconPath("navigation/chevron-right.svg#on-surface--enabled"),
1116
- iconName: "navigation_chevron-right_on-surface--enabled"
1117
- },
1118
- hover: {
1119
- iconPath: this.getIconPath("navigation/chevron-right.svg#on-surface--hover"),
1120
- iconName: "navigation_chevron-right_on-surface--hover"
1121
- },
1122
- active: {
1123
- iconPath: this.getIconPath("navigation/chevron-right.svg#on-surface--active"),
1124
- iconName: "navigation_chevron-right_on-surface--active"
1125
- },
1126
- disabled: {
1127
- iconPath: this.getIconPath("navigation/chevron-right.svg#on-surface--disabled"),
1128
- iconName: "navigation_chevron-right_on-surface--disabled"
1129
- }
1130
- },
1131
- onPrimary: {
1132
- enabled: {
1133
- iconPath: this.getIconPath("navigation/chevron-right.svg#on-primary--enabled"),
1134
- iconName: "navigation_chevron-right_on-primary--enabled"
1135
- },
1136
- hover: {
1137
- iconPath: this.getIconPath("navigation/chevron-right.svg#on-primary--hover"),
1138
- iconName: "navigation_chevron-right_on-primary--hover"
1139
- },
1140
- active: {
1141
- iconPath: this.getIconPath("navigation/chevron-right.svg#on-primary--active"),
1142
- iconName: "navigation_chevron-right_on-primary--active"
1143
- },
1144
- disabled: {
1145
- iconPath: this.getIconPath("navigation/chevron-right.svg#on-primary--disabled"),
1146
- iconName: "navigation_chevron-right_on-primary--disabled"
1147
- }
1148
- },
1149
- onDisabled: {
1150
- enabled: {
1151
- iconPath: this.getIconPath("navigation/chevron-right.svg#on-disabled--enabled"),
1152
- iconName: "navigation_chevron-right_on-disabled--enabled"
1153
- }
1154
- },
1155
- onMessage: {
1156
- enabled: {
1157
- iconPath: this.getIconPath("navigation/chevron-right.svg#on-message--enabled"),
1158
- iconName: "navigation_chevron-right_on-message--enabled"
1159
- }
1160
- },
1161
- onElevation: {
1162
- enabled: {
1163
- iconPath: this.getIconPath("navigation/chevron-right.svg#on-elevation--enabled"),
1164
- iconName: "navigation_chevron-right_on-elevation--enabled"
1165
- }
1166
- },
1167
- primary: {
1168
- enabled: {
1169
- iconPath: this.getIconPath("navigation/chevron-right.svg#primary--enabled"),
1170
- iconName: "navigation_chevron-right_primary--enabled"
1171
- },
1172
- hover: {
1173
- iconPath: this.getIconPath("navigation/chevron-right.svg#primary--hover"),
1174
- iconName: "navigation_chevron-right_primary--hover"
1175
- },
1176
- active: {
1177
- iconPath: this.getIconPath("navigation/chevron-right.svg#primary--active"),
1178
- iconName: "navigation_chevron-right_primary--active"
1179
- },
1180
- disabled: {
1181
- iconPath: this.getIconPath("navigation/chevron-right.svg#primary--disabled"),
1182
- iconName: "navigation_chevron-right_primary--disabled"
1183
- }
1184
- },
1185
- neutral: {
1186
- enabled: {
1187
- iconPath: this.getIconPath("navigation/chevron-right.svg#neutral--enabled"),
1188
- iconName: "navigation_chevron-right_neutral--enabled"
1189
- },
1190
- hover: {
1191
- iconPath: this.getIconPath("navigation/chevron-right.svg#neutral--hover"),
1192
- iconName: "navigation_chevron-right_neutral--hover"
1193
- },
1194
- active: {
1195
- iconPath: this.getIconPath("navigation/chevron-right.svg#neutral--active"),
1196
- iconName: "navigation_chevron-right_neutral--active"
1197
- },
1198
- disabled: {
1199
- iconPath: this.getIconPath("navigation/chevron-right.svg#neutral--disabled"),
1200
- iconName: "navigation_chevron-right_neutral--disabled"
1201
- }
1202
- },
1203
- highlighted: {
1204
- enabled: {
1205
- iconPath: this.getIconPath("navigation/chevron-right.svg#highlighted--enabled"),
1206
- iconName: "navigation_chevron-right_highlighted--enabled"
1207
- }
1208
- },
1209
- bright: {
1210
- enabled: {
1211
- iconPath: this.getIconPath("navigation/chevron-right.svg#bright--enabled"),
1212
- iconName: "navigation_chevron-right_bright--enabled"
1213
- }
1214
- }
1215
- },
1216
- chevronLeft: {
1217
- onSurface: {
1218
- enabled: {
1219
- iconPath: this.getIconPath("navigation/chevron-left.svg#on-surface--enabled"),
1220
- iconName: "navigation_chevron-left_on-surface--enabled"
1221
- },
1222
- hover: {
1223
- iconPath: this.getIconPath("navigation/chevron-left.svg#on-surface--hover"),
1224
- iconName: "navigation_chevron-left_on-surface--hover"
1225
- },
1226
- active: {
1227
- iconPath: this.getIconPath("navigation/chevron-left.svg#on-surface--active"),
1228
- iconName: "navigation_chevron-left_on-surface--active"
1229
- },
1230
- disabled: {
1231
- iconPath: this.getIconPath("navigation/chevron-left.svg#on-surface--disabled"),
1232
- iconName: "navigation_chevron-left_on-surface--disabled"
1233
- }
1234
- },
1235
- onPrimary: {
1236
- enabled: {
1237
- iconPath: this.getIconPath("navigation/chevron-left.svg#on-primary--enabled"),
1238
- iconName: "navigation_chevron-left_on-primary--enabled"
1239
- },
1240
- hover: {
1241
- iconPath: this.getIconPath("navigation/chevron-left.svg#on-primary--hover"),
1242
- iconName: "navigation_chevron-left_on-primary--hover"
1243
- },
1244
- active: {
1245
- iconPath: this.getIconPath("navigation/chevron-left.svg#on-primary--active"),
1246
- iconName: "navigation_chevron-left_on-primary--active"
1247
- },
1248
- disabled: {
1249
- iconPath: this.getIconPath("navigation/chevron-left.svg#on-primary--disabled"),
1250
- iconName: "navigation_chevron-left_on-primary--disabled"
1251
- }
1252
- },
1253
- onDisabled: {
1254
- enabled: {
1255
- iconPath: this.getIconPath("navigation/chevron-left.svg#on-disabled--enabled"),
1256
- iconName: "navigation_chevron-left_on-disabled--enabled"
1257
- }
1258
- },
1259
- onMessage: {
1260
- enabled: {
1261
- iconPath: this.getIconPath("navigation/chevron-left.svg#on-message--enabled"),
1262
- iconName: "navigation_chevron-left_on-message--enabled"
1263
- }
1264
- },
1265
- onElevation: {
1266
- enabled: {
1267
- iconPath: this.getIconPath("navigation/chevron-left.svg#on-elevation--enabled"),
1268
- iconName: "navigation_chevron-left_on-elevation--enabled"
1269
- }
1270
- },
1271
- primary: {
1272
- enabled: {
1273
- iconPath: this.getIconPath("navigation/chevron-left.svg#primary--enabled"),
1274
- iconName: "navigation_chevron-left_primary--enabled"
1275
- },
1276
- hover: {
1277
- iconPath: this.getIconPath("navigation/chevron-left.svg#primary--hover"),
1278
- iconName: "navigation_chevron-left_primary--hover"
1279
- },
1280
- active: {
1281
- iconPath: this.getIconPath("navigation/chevron-left.svg#primary--active"),
1282
- iconName: "navigation_chevron-left_primary--active"
1283
- },
1284
- disabled: {
1285
- iconPath: this.getIconPath("navigation/chevron-left.svg#primary--disabled"),
1286
- iconName: "navigation_chevron-left_primary--disabled"
1287
- }
1288
- },
1289
- neutral: {
1290
- enabled: {
1291
- iconPath: this.getIconPath("navigation/chevron-left.svg#neutral--enabled"),
1292
- iconName: "navigation_chevron-left_neutral--enabled"
1293
- },
1294
- hover: {
1295
- iconPath: this.getIconPath("navigation/chevron-left.svg#neutral--hover"),
1296
- iconName: "navigation_chevron-left_neutral--hover"
1297
- },
1298
- active: {
1299
- iconPath: this.getIconPath("navigation/chevron-left.svg#neutral--active"),
1300
- iconName: "navigation_chevron-left_neutral--active"
1301
- },
1302
- disabled: {
1303
- iconPath: this.getIconPath("navigation/chevron-left.svg#neutral--disabled"),
1304
- iconName: "navigation_chevron-left_neutral--disabled"
1305
- }
1306
- },
1307
- highlighted: {
1308
- enabled: {
1309
- iconPath: this.getIconPath("navigation/chevron-left.svg#highlighted--enabled"),
1310
- iconName: "navigation_chevron-left_highlighted--enabled"
1311
- }
1312
- },
1313
- bright: {
1314
- enabled: {
1315
- iconPath: this.getIconPath("navigation/chevron-left.svg#bright--enabled"),
1316
- iconName: "navigation_chevron-left_bright--enabled"
1317
- }
1318
- }
1319
- },
1320
- chevronDown: {
1321
- onSurface: {
1322
- enabled: {
1323
- iconPath: this.getIconPath("navigation/chevron-down.svg#on-surface--enabled"),
1324
- iconName: "navigation_chevron-down_on-surface--enabled"
1325
- },
1326
- hover: {
1327
- iconPath: this.getIconPath("navigation/chevron-down.svg#on-surface--hover"),
1328
- iconName: "navigation_chevron-down_on-surface--hover"
1329
- },
1330
- active: {
1331
- iconPath: this.getIconPath("navigation/chevron-down.svg#on-surface--active"),
1332
- iconName: "navigation_chevron-down_on-surface--active"
1333
- },
1334
- disabled: {
1335
- iconPath: this.getIconPath("navigation/chevron-down.svg#on-surface--disabled"),
1336
- iconName: "navigation_chevron-down_on-surface--disabled"
1337
- }
1338
- },
1339
- onPrimary: {
1340
- enabled: {
1341
- iconPath: this.getIconPath("navigation/chevron-down.svg#on-primary--enabled"),
1342
- iconName: "navigation_chevron-down_on-primary--enabled"
1343
- },
1344
- hover: {
1345
- iconPath: this.getIconPath("navigation/chevron-down.svg#on-primary--hover"),
1346
- iconName: "navigation_chevron-down_on-primary--hover"
1347
- },
1348
- active: {
1349
- iconPath: this.getIconPath("navigation/chevron-down.svg#on-primary--active"),
1350
- iconName: "navigation_chevron-down_on-primary--active"
1351
- },
1352
- disabled: {
1353
- iconPath: this.getIconPath("navigation/chevron-down.svg#on-primary--disabled"),
1354
- iconName: "navigation_chevron-down_on-primary--disabled"
1355
- }
1356
- },
1357
- onDisabled: {
1358
- enabled: {
1359
- iconPath: this.getIconPath("navigation/chevron-down.svg#on-disabled--enabled"),
1360
- iconName: "navigation_chevron-down_on-disabled--enabled"
1361
- }
1362
- },
1363
- onMessage: {
1364
- enabled: {
1365
- iconPath: this.getIconPath("navigation/chevron-down.svg#on-message--enabled"),
1366
- iconName: "navigation_chevron-down_on-message--enabled"
1367
- }
1368
- },
1369
- onElevation: {
1370
- enabled: {
1371
- iconPath: this.getIconPath("navigation/chevron-down.svg#on-elevation--enabled"),
1372
- iconName: "navigation_chevron-down_on-elevation--enabled"
1373
- }
1374
- },
1375
- primary: {
1376
- enabled: {
1377
- iconPath: this.getIconPath("navigation/chevron-down.svg#primary--enabled"),
1378
- iconName: "navigation_chevron-down_primary--enabled"
1379
- },
1380
- hover: {
1381
- iconPath: this.getIconPath("navigation/chevron-down.svg#primary--hover"),
1382
- iconName: "navigation_chevron-down_primary--hover"
1383
- },
1384
- active: {
1385
- iconPath: this.getIconPath("navigation/chevron-down.svg#primary--active"),
1386
- iconName: "navigation_chevron-down_primary--active"
1387
- },
1388
- disabled: {
1389
- iconPath: this.getIconPath("navigation/chevron-down.svg#primary--disabled"),
1390
- iconName: "navigation_chevron-down_primary--disabled"
1391
- }
1392
- },
1393
- neutral: {
1394
- enabled: {
1395
- iconPath: this.getIconPath("navigation/chevron-down.svg#neutral--enabled"),
1396
- iconName: "navigation_chevron-down_neutral--enabled"
1397
- },
1398
- hover: {
1399
- iconPath: this.getIconPath("navigation/chevron-down.svg#neutral--hover"),
1400
- iconName: "navigation_chevron-down_neutral--hover"
1401
- },
1402
- active: {
1403
- iconPath: this.getIconPath("navigation/chevron-down.svg#neutral--active"),
1404
- iconName: "navigation_chevron-down_neutral--active"
1405
- },
1406
- disabled: {
1407
- iconPath: this.getIconPath("navigation/chevron-down.svg#neutral--disabled"),
1408
- iconName: "navigation_chevron-down_neutral--disabled"
1409
- }
1410
- },
1411
- highlighted: {
1412
- enabled: {
1413
- iconPath: this.getIconPath("navigation/chevron-down.svg#highlighted--enabled"),
1414
- iconName: "navigation_chevron-down_highlighted--enabled"
1415
- }
1416
- },
1417
- bright: {
1418
- enabled: {
1419
- iconPath: this.getIconPath("navigation/chevron-down.svg#bright--enabled"),
1420
- iconName: "navigation_chevron-down_bright--enabled"
1421
- }
1422
- }
1423
- },
1424
- bullet: {
1425
- onSurface: {
1426
- enabled: {
1427
- iconPath: this.getIconPath("navigation/bullet.svg#on-surface--enabled"),
1428
- iconName: "navigation_bullet_on-surface--enabled"
1429
- },
1430
- hover: {
1431
- iconPath: this.getIconPath("navigation/bullet.svg#on-surface--hover"),
1432
- iconName: "navigation_bullet_on-surface--hover"
1433
- },
1434
- active: {
1435
- iconPath: this.getIconPath("navigation/bullet.svg#on-surface--active"),
1436
- iconName: "navigation_bullet_on-surface--active"
1437
- },
1438
- disabled: {
1439
- iconPath: this.getIconPath("navigation/bullet.svg#on-surface--disabled"),
1440
- iconName: "navigation_bullet_on-surface--disabled"
1441
- }
1442
- },
1443
- onPrimary: {
1444
- enabled: {
1445
- iconPath: this.getIconPath("navigation/bullet.svg#on-primary--enabled"),
1446
- iconName: "navigation_bullet_on-primary--enabled"
1447
- },
1448
- hover: {
1449
- iconPath: this.getIconPath("navigation/bullet.svg#on-primary--hover"),
1450
- iconName: "navigation_bullet_on-primary--hover"
1451
- },
1452
- active: {
1453
- iconPath: this.getIconPath("navigation/bullet.svg#on-primary--active"),
1454
- iconName: "navigation_bullet_on-primary--active"
1455
- },
1456
- disabled: {
1457
- iconPath: this.getIconPath("navigation/bullet.svg#on-primary--disabled"),
1458
- iconName: "navigation_bullet_on-primary--disabled"
1459
- }
1460
- },
1461
- onDisabled: {
1462
- enabled: {
1463
- iconPath: this.getIconPath("navigation/bullet.svg#on-disabled--enabled"),
1464
- iconName: "navigation_bullet_on-disabled--enabled"
1465
- }
1466
- },
1467
- onMessage: {
1468
- enabled: {
1469
- iconPath: this.getIconPath("navigation/bullet.svg#on-message--enabled"),
1470
- iconName: "navigation_bullet_on-message--enabled"
1471
- }
1472
- },
1473
- onElevation: {
1474
- enabled: {
1475
- iconPath: this.getIconPath("navigation/bullet.svg#on-elevation--enabled"),
1476
- iconName: "navigation_bullet_on-elevation--enabled"
1477
- }
1478
- },
1479
- primary: {
1480
- enabled: {
1481
- iconPath: this.getIconPath("navigation/bullet.svg#primary--enabled"),
1482
- iconName: "navigation_bullet_primary--enabled"
1483
- },
1484
- hover: {
1485
- iconPath: this.getIconPath("navigation/bullet.svg#primary--hover"),
1486
- iconName: "navigation_bullet_primary--hover"
1487
- },
1488
- active: {
1489
- iconPath: this.getIconPath("navigation/bullet.svg#primary--active"),
1490
- iconName: "navigation_bullet_primary--active"
1491
- },
1492
- disabled: {
1493
- iconPath: this.getIconPath("navigation/bullet.svg#primary--disabled"),
1494
- iconName: "navigation_bullet_primary--disabled"
1495
- }
1496
- },
1497
- neutral: {
1498
- enabled: {
1499
- iconPath: this.getIconPath("navigation/bullet.svg#neutral--enabled"),
1500
- iconName: "navigation_bullet_neutral--enabled"
1501
- },
1502
- hover: {
1503
- iconPath: this.getIconPath("navigation/bullet.svg#neutral--hover"),
1504
- iconName: "navigation_bullet_neutral--hover"
1505
- },
1506
- active: {
1507
- iconPath: this.getIconPath("navigation/bullet.svg#neutral--active"),
1508
- iconName: "navigation_bullet_neutral--active"
1509
- },
1510
- disabled: {
1511
- iconPath: this.getIconPath("navigation/bullet.svg#neutral--disabled"),
1512
- iconName: "navigation_bullet_neutral--disabled"
1513
- }
1514
- },
1515
- highlighted: {
1516
- enabled: {
1517
- iconPath: this.getIconPath("navigation/bullet.svg#highlighted--enabled"),
1518
- iconName: "navigation_bullet_highlighted--enabled"
1519
- }
1520
- },
1521
- bright: {
1522
- enabled: {
1523
- iconPath: this.getIconPath("navigation/bullet.svg#bright--enabled"),
1524
- iconName: "navigation_bullet_bright--enabled"
1525
- }
1526
- }
1527
- },
1528
- arrowUp: {
1529
- onSurface: {
1530
- enabled: {
1531
- iconPath: this.getIconPath("navigation/arrow-up.svg#on-surface--enabled"),
1532
- iconName: "navigation_arrow-up_on-surface--enabled"
1533
- },
1534
- hover: {
1535
- iconPath: this.getIconPath("navigation/arrow-up.svg#on-surface--hover"),
1536
- iconName: "navigation_arrow-up_on-surface--hover"
1537
- },
1538
- active: {
1539
- iconPath: this.getIconPath("navigation/arrow-up.svg#on-surface--active"),
1540
- iconName: "navigation_arrow-up_on-surface--active"
1541
- },
1542
- disabled: {
1543
- iconPath: this.getIconPath("navigation/arrow-up.svg#on-surface--disabled"),
1544
- iconName: "navigation_arrow-up_on-surface--disabled"
1545
- }
1546
- },
1547
- onPrimary: {
1548
- enabled: {
1549
- iconPath: this.getIconPath("navigation/arrow-up.svg#on-primary--enabled"),
1550
- iconName: "navigation_arrow-up_on-primary--enabled"
1551
- },
1552
- hover: {
1553
- iconPath: this.getIconPath("navigation/arrow-up.svg#on-primary--hover"),
1554
- iconName: "navigation_arrow-up_on-primary--hover"
1555
- },
1556
- active: {
1557
- iconPath: this.getIconPath("navigation/arrow-up.svg#on-primary--active"),
1558
- iconName: "navigation_arrow-up_on-primary--active"
1559
- },
1560
- disabled: {
1561
- iconPath: this.getIconPath("navigation/arrow-up.svg#on-primary--disabled"),
1562
- iconName: "navigation_arrow-up_on-primary--disabled"
1563
- }
1564
- },
1565
- onDisabled: {
1566
- enabled: {
1567
- iconPath: this.getIconPath("navigation/arrow-up.svg#on-disabled--enabled"),
1568
- iconName: "navigation_arrow-up_on-disabled--enabled"
1569
- }
1570
- },
1571
- onMessage: {
1572
- enabled: {
1573
- iconPath: this.getIconPath("navigation/arrow-up.svg#on-message--enabled"),
1574
- iconName: "navigation_arrow-up_on-message--enabled"
1575
- }
1576
- },
1577
- onElevation: {
1578
- enabled: {
1579
- iconPath: this.getIconPath("navigation/arrow-up.svg#on-elevation--enabled"),
1580
- iconName: "navigation_arrow-up_on-elevation--enabled"
1581
- }
1582
- },
1583
- primary: {
1584
- enabled: {
1585
- iconPath: this.getIconPath("navigation/arrow-up.svg#primary--enabled"),
1586
- iconName: "navigation_arrow-up_primary--enabled"
1587
- },
1588
- hover: {
1589
- iconPath: this.getIconPath("navigation/arrow-up.svg#primary--hover"),
1590
- iconName: "navigation_arrow-up_primary--hover"
1591
- },
1592
- active: {
1593
- iconPath: this.getIconPath("navigation/arrow-up.svg#primary--active"),
1594
- iconName: "navigation_arrow-up_primary--active"
1595
- },
1596
- disabled: {
1597
- iconPath: this.getIconPath("navigation/arrow-up.svg#primary--disabled"),
1598
- iconName: "navigation_arrow-up_primary--disabled"
1599
- }
1600
- },
1601
- neutral: {
1602
- enabled: {
1603
- iconPath: this.getIconPath("navigation/arrow-up.svg#neutral--enabled"),
1604
- iconName: "navigation_arrow-up_neutral--enabled"
1605
- },
1606
- hover: {
1607
- iconPath: this.getIconPath("navigation/arrow-up.svg#neutral--hover"),
1608
- iconName: "navigation_arrow-up_neutral--hover"
1609
- },
1610
- active: {
1611
- iconPath: this.getIconPath("navigation/arrow-up.svg#neutral--active"),
1612
- iconName: "navigation_arrow-up_neutral--active"
1613
- },
1614
- disabled: {
1615
- iconPath: this.getIconPath("navigation/arrow-up.svg#neutral--disabled"),
1616
- iconName: "navigation_arrow-up_neutral--disabled"
1617
- }
1618
- },
1619
- highlighted: {
1620
- enabled: {
1621
- iconPath: this.getIconPath("navigation/arrow-up.svg#highlighted--enabled"),
1622
- iconName: "navigation_arrow-up_highlighted--enabled"
1623
- }
1624
- },
1625
- bright: {
1626
- enabled: {
1627
- iconPath: this.getIconPath("navigation/arrow-up.svg#bright--enabled"),
1628
- iconName: "navigation_arrow-up_bright--enabled"
1629
- }
1630
- }
1631
- },
1632
- arrowRight: {
1633
- onSurface: {
1634
- enabled: {
1635
- iconPath: this.getIconPath("navigation/arrow-right.svg#on-surface--enabled"),
1636
- iconName: "navigation_arrow-right_on-surface--enabled"
1637
- },
1638
- hover: {
1639
- iconPath: this.getIconPath("navigation/arrow-right.svg#on-surface--hover"),
1640
- iconName: "navigation_arrow-right_on-surface--hover"
1641
- },
1642
- active: {
1643
- iconPath: this.getIconPath("navigation/arrow-right.svg#on-surface--active"),
1644
- iconName: "navigation_arrow-right_on-surface--active"
1645
- },
1646
- disabled: {
1647
- iconPath: this.getIconPath("navigation/arrow-right.svg#on-surface--disabled"),
1648
- iconName: "navigation_arrow-right_on-surface--disabled"
1649
- }
1650
- },
1651
- onPrimary: {
1652
- enabled: {
1653
- iconPath: this.getIconPath("navigation/arrow-right.svg#on-primary--enabled"),
1654
- iconName: "navigation_arrow-right_on-primary--enabled"
1655
- },
1656
- hover: {
1657
- iconPath: this.getIconPath("navigation/arrow-right.svg#on-primary--hover"),
1658
- iconName: "navigation_arrow-right_on-primary--hover"
1659
- },
1660
- active: {
1661
- iconPath: this.getIconPath("navigation/arrow-right.svg#on-primary--active"),
1662
- iconName: "navigation_arrow-right_on-primary--active"
1663
- },
1664
- disabled: {
1665
- iconPath: this.getIconPath("navigation/arrow-right.svg#on-primary--disabled"),
1666
- iconName: "navigation_arrow-right_on-primary--disabled"
1667
- }
1668
- },
1669
- onDisabled: {
1670
- enabled: {
1671
- iconPath: this.getIconPath("navigation/arrow-right.svg#on-disabled--enabled"),
1672
- iconName: "navigation_arrow-right_on-disabled--enabled"
1673
- }
1674
- },
1675
- onMessage: {
1676
- enabled: {
1677
- iconPath: this.getIconPath("navigation/arrow-right.svg#on-message--enabled"),
1678
- iconName: "navigation_arrow-right_on-message--enabled"
1679
- }
1680
- },
1681
- onElevation: {
1682
- enabled: {
1683
- iconPath: this.getIconPath("navigation/arrow-right.svg#on-elevation--enabled"),
1684
- iconName: "navigation_arrow-right_on-elevation--enabled"
1685
- }
1686
- },
1687
- primary: {
1688
- enabled: {
1689
- iconPath: this.getIconPath("navigation/arrow-right.svg#primary--enabled"),
1690
- iconName: "navigation_arrow-right_primary--enabled"
1691
- },
1692
- hover: {
1693
- iconPath: this.getIconPath("navigation/arrow-right.svg#primary--hover"),
1694
- iconName: "navigation_arrow-right_primary--hover"
1695
- },
1696
- active: {
1697
- iconPath: this.getIconPath("navigation/arrow-right.svg#primary--active"),
1698
- iconName: "navigation_arrow-right_primary--active"
1699
- },
1700
- disabled: {
1701
- iconPath: this.getIconPath("navigation/arrow-right.svg#primary--disabled"),
1702
- iconName: "navigation_arrow-right_primary--disabled"
1703
- }
1704
- },
1705
- neutral: {
1706
- enabled: {
1707
- iconPath: this.getIconPath("navigation/arrow-right.svg#neutral--enabled"),
1708
- iconName: "navigation_arrow-right_neutral--enabled"
1709
- },
1710
- hover: {
1711
- iconPath: this.getIconPath("navigation/arrow-right.svg#neutral--hover"),
1712
- iconName: "navigation_arrow-right_neutral--hover"
1713
- },
1714
- active: {
1715
- iconPath: this.getIconPath("navigation/arrow-right.svg#neutral--active"),
1716
- iconName: "navigation_arrow-right_neutral--active"
1717
- },
1718
- disabled: {
1719
- iconPath: this.getIconPath("navigation/arrow-right.svg#neutral--disabled"),
1720
- iconName: "navigation_arrow-right_neutral--disabled"
1721
- }
1722
- },
1723
- highlighted: {
1724
- enabled: {
1725
- iconPath: this.getIconPath("navigation/arrow-right.svg#highlighted--enabled"),
1726
- iconName: "navigation_arrow-right_highlighted--enabled"
1727
- }
1728
- },
1729
- bright: {
1730
- enabled: {
1731
- iconPath: this.getIconPath("navigation/arrow-right.svg#bright--enabled"),
1732
- iconName: "navigation_arrow-right_bright--enabled"
1733
- }
1734
- }
1735
- },
1736
- arrowLeft: {
1737
- onSurface: {
1738
- enabled: {
1739
- iconPath: this.getIconPath("navigation/arrow-left.svg#on-surface--enabled"),
1740
- iconName: "navigation_arrow-left_on-surface--enabled"
1741
- },
1742
- hover: {
1743
- iconPath: this.getIconPath("navigation/arrow-left.svg#on-surface--hover"),
1744
- iconName: "navigation_arrow-left_on-surface--hover"
1745
- },
1746
- active: {
1747
- iconPath: this.getIconPath("navigation/arrow-left.svg#on-surface--active"),
1748
- iconName: "navigation_arrow-left_on-surface--active"
1749
- },
1750
- disabled: {
1751
- iconPath: this.getIconPath("navigation/arrow-left.svg#on-surface--disabled"),
1752
- iconName: "navigation_arrow-left_on-surface--disabled"
1753
- }
1754
- },
1755
- onPrimary: {
1756
- enabled: {
1757
- iconPath: this.getIconPath("navigation/arrow-left.svg#on-primary--enabled"),
1758
- iconName: "navigation_arrow-left_on-primary--enabled"
1759
- },
1760
- hover: {
1761
- iconPath: this.getIconPath("navigation/arrow-left.svg#on-primary--hover"),
1762
- iconName: "navigation_arrow-left_on-primary--hover"
1763
- },
1764
- active: {
1765
- iconPath: this.getIconPath("navigation/arrow-left.svg#on-primary--active"),
1766
- iconName: "navigation_arrow-left_on-primary--active"
1767
- },
1768
- disabled: {
1769
- iconPath: this.getIconPath("navigation/arrow-left.svg#on-primary--disabled"),
1770
- iconName: "navigation_arrow-left_on-primary--disabled"
1771
- }
1772
- },
1773
- onDisabled: {
1774
- enabled: {
1775
- iconPath: this.getIconPath("navigation/arrow-left.svg#on-disabled--enabled"),
1776
- iconName: "navigation_arrow-left_on-disabled--enabled"
1777
- }
1778
- },
1779
- onMessage: {
1780
- enabled: {
1781
- iconPath: this.getIconPath("navigation/arrow-left.svg#on-message--enabled"),
1782
- iconName: "navigation_arrow-left_on-message--enabled"
1783
- }
1784
- },
1785
- onElevation: {
1786
- enabled: {
1787
- iconPath: this.getIconPath("navigation/arrow-left.svg#on-elevation--enabled"),
1788
- iconName: "navigation_arrow-left_on-elevation--enabled"
1789
- }
1790
- },
1791
- primary: {
1792
- enabled: {
1793
- iconPath: this.getIconPath("navigation/arrow-left.svg#primary--enabled"),
1794
- iconName: "navigation_arrow-left_primary--enabled"
1795
- },
1796
- hover: {
1797
- iconPath: this.getIconPath("navigation/arrow-left.svg#primary--hover"),
1798
- iconName: "navigation_arrow-left_primary--hover"
1799
- },
1800
- active: {
1801
- iconPath: this.getIconPath("navigation/arrow-left.svg#primary--active"),
1802
- iconName: "navigation_arrow-left_primary--active"
1803
- },
1804
- disabled: {
1805
- iconPath: this.getIconPath("navigation/arrow-left.svg#primary--disabled"),
1806
- iconName: "navigation_arrow-left_primary--disabled"
1807
- }
1808
- },
1809
- neutral: {
1810
- enabled: {
1811
- iconPath: this.getIconPath("navigation/arrow-left.svg#neutral--enabled"),
1812
- iconName: "navigation_arrow-left_neutral--enabled"
1813
- },
1814
- hover: {
1815
- iconPath: this.getIconPath("navigation/arrow-left.svg#neutral--hover"),
1816
- iconName: "navigation_arrow-left_neutral--hover"
1817
- },
1818
- active: {
1819
- iconPath: this.getIconPath("navigation/arrow-left.svg#neutral--active"),
1820
- iconName: "navigation_arrow-left_neutral--active"
1821
- },
1822
- disabled: {
1823
- iconPath: this.getIconPath("navigation/arrow-left.svg#neutral--disabled"),
1824
- iconName: "navigation_arrow-left_neutral--disabled"
1825
- }
1826
- },
1827
- highlighted: {
1828
- enabled: {
1829
- iconPath: this.getIconPath("navigation/arrow-left.svg#highlighted--enabled"),
1830
- iconName: "navigation_arrow-left_highlighted--enabled"
1831
- }
1832
- },
1833
- bright: {
1834
- enabled: {
1835
- iconPath: this.getIconPath("navigation/arrow-left.svg#bright--enabled"),
1836
- iconName: "navigation_arrow-left_bright--enabled"
1837
- }
1838
- }
1839
- },
1840
- arrowDown: {
1841
- onSurface: {
1842
- enabled: {
1843
- iconPath: this.getIconPath("navigation/arrow-down.svg#on-surface--enabled"),
1844
- iconName: "navigation_arrow-down_on-surface--enabled"
1845
- },
1846
- hover: {
1847
- iconPath: this.getIconPath("navigation/arrow-down.svg#on-surface--hover"),
1848
- iconName: "navigation_arrow-down_on-surface--hover"
1849
- },
1850
- active: {
1851
- iconPath: this.getIconPath("navigation/arrow-down.svg#on-surface--active"),
1852
- iconName: "navigation_arrow-down_on-surface--active"
1853
- },
1854
- disabled: {
1855
- iconPath: this.getIconPath("navigation/arrow-down.svg#on-surface--disabled"),
1856
- iconName: "navigation_arrow-down_on-surface--disabled"
1857
- }
1858
- },
1859
- onPrimary: {
1860
- enabled: {
1861
- iconPath: this.getIconPath("navigation/arrow-down.svg#on-primary--enabled"),
1862
- iconName: "navigation_arrow-down_on-primary--enabled"
1863
- },
1864
- hover: {
1865
- iconPath: this.getIconPath("navigation/arrow-down.svg#on-primary--hover"),
1866
- iconName: "navigation_arrow-down_on-primary--hover"
1867
- },
1868
- active: {
1869
- iconPath: this.getIconPath("navigation/arrow-down.svg#on-primary--active"),
1870
- iconName: "navigation_arrow-down_on-primary--active"
1871
- },
1872
- disabled: {
1873
- iconPath: this.getIconPath("navigation/arrow-down.svg#on-primary--disabled"),
1874
- iconName: "navigation_arrow-down_on-primary--disabled"
1875
- }
1876
- },
1877
- onDisabled: {
1878
- enabled: {
1879
- iconPath: this.getIconPath("navigation/arrow-down.svg#on-disabled--enabled"),
1880
- iconName: "navigation_arrow-down_on-disabled--enabled"
1881
- }
1882
- },
1883
- onMessage: {
1884
- enabled: {
1885
- iconPath: this.getIconPath("navigation/arrow-down.svg#on-message--enabled"),
1886
- iconName: "navigation_arrow-down_on-message--enabled"
1887
- }
1888
- },
1889
- onElevation: {
1890
- enabled: {
1891
- iconPath: this.getIconPath("navigation/arrow-down.svg#on-elevation--enabled"),
1892
- iconName: "navigation_arrow-down_on-elevation--enabled"
1893
- }
1894
- },
1895
- primary: {
1896
- enabled: {
1897
- iconPath: this.getIconPath("navigation/arrow-down.svg#primary--enabled"),
1898
- iconName: "navigation_arrow-down_primary--enabled"
1899
- },
1900
- hover: {
1901
- iconPath: this.getIconPath("navigation/arrow-down.svg#primary--hover"),
1902
- iconName: "navigation_arrow-down_primary--hover"
1903
- },
1904
- active: {
1905
- iconPath: this.getIconPath("navigation/arrow-down.svg#primary--active"),
1906
- iconName: "navigation_arrow-down_primary--active"
1907
- },
1908
- disabled: {
1909
- iconPath: this.getIconPath("navigation/arrow-down.svg#primary--disabled"),
1910
- iconName: "navigation_arrow-down_primary--disabled"
1911
- }
1912
- },
1913
- neutral: {
1914
- enabled: {
1915
- iconPath: this.getIconPath("navigation/arrow-down.svg#neutral--enabled"),
1916
- iconName: "navigation_arrow-down_neutral--enabled"
1917
- },
1918
- hover: {
1919
- iconPath: this.getIconPath("navigation/arrow-down.svg#neutral--hover"),
1920
- iconName: "navigation_arrow-down_neutral--hover"
1921
- },
1922
- active: {
1923
- iconPath: this.getIconPath("navigation/arrow-down.svg#neutral--active"),
1924
- iconName: "navigation_arrow-down_neutral--active"
1925
- },
1926
- disabled: {
1927
- iconPath: this.getIconPath("navigation/arrow-down.svg#neutral--disabled"),
1928
- iconName: "navigation_arrow-down_neutral--disabled"
1929
- }
1930
- },
1931
- highlighted: {
1932
- enabled: {
1933
- iconPath: this.getIconPath("navigation/arrow-down.svg#highlighted--enabled"),
1934
- iconName: "navigation_arrow-down_highlighted--enabled"
1935
- }
1936
- },
1937
- bright: {
1938
- enabled: {
1939
- iconPath: this.getIconPath("navigation/arrow-down.svg#bright--enabled"),
1940
- iconName: "navigation_arrow-down_bright--enabled"
1941
- }
1942
- }
1943
- },
1944
- arrowDownSkyblue: {
1945
- onSurface: {
1946
- enabled: {
1947
- iconPath: this.getIconPath("navigation/arrow-down-skyblue.svg#on-surface--enabled"),
1948
- iconName: "navigation_arrow-down-skyblue_on-surface--enabled"
1949
- },
1950
- hover: {
1951
- iconPath: this.getIconPath("navigation/arrow-down-skyblue.svg#on-surface--hover"),
1952
- iconName: "navigation_arrow-down-skyblue_on-surface--hover"
1953
- },
1954
- active: {
1955
- iconPath: this.getIconPath("navigation/arrow-down-skyblue.svg#on-surface--active"),
1956
- iconName: "navigation_arrow-down-skyblue_on-surface--active"
1957
- },
1958
- disabled: {
1959
- iconPath: this.getIconPath("navigation/arrow-down-skyblue.svg#on-surface--disabled"),
1960
- iconName: "navigation_arrow-down-skyblue_on-surface--disabled"
1961
- }
1962
- },
1963
- onPrimary: {
1964
- enabled: {
1965
- iconPath: this.getIconPath("navigation/arrow-down-skyblue.svg#on-primary--enabled"),
1966
- iconName: "navigation_arrow-down-skyblue_on-primary--enabled"
1967
- },
1968
- hover: {
1969
- iconPath: this.getIconPath("navigation/arrow-down-skyblue.svg#on-primary--hover"),
1970
- iconName: "navigation_arrow-down-skyblue_on-primary--hover"
1971
- },
1972
- active: {
1973
- iconPath: this.getIconPath("navigation/arrow-down-skyblue.svg#on-primary--active"),
1974
- iconName: "navigation_arrow-down-skyblue_on-primary--active"
1975
- },
1976
- disabled: {
1977
- iconPath: this.getIconPath("navigation/arrow-down-skyblue.svg#on-primary--disabled"),
1978
- iconName: "navigation_arrow-down-skyblue_on-primary--disabled"
1979
- }
1980
- },
1981
- onDisabled: {
1982
- enabled: {
1983
- iconPath: this.getIconPath("navigation/arrow-down-skyblue.svg#on-disabled--enabled"),
1984
- iconName: "navigation_arrow-down-skyblue_on-disabled--enabled"
1985
- }
1986
- },
1987
- onMessage: {
1988
- enabled: {
1989
- iconPath: this.getIconPath("navigation/arrow-down-skyblue.svg#on-message--enabled"),
1990
- iconName: "navigation_arrow-down-skyblue_on-message--enabled"
1991
- }
1992
- },
1993
- onElevation: {
1994
- enabled: {
1995
- iconPath: this.getIconPath("navigation/arrow-down-skyblue.svg#on-elevation--enabled"),
1996
- iconName: "navigation_arrow-down-skyblue_on-elevation--enabled"
1997
- }
1998
- },
1999
- primary: {
2000
- enabled: {
2001
- iconPath: this.getIconPath("navigation/arrow-down-skyblue.svg#primary--enabled"),
2002
- iconName: "navigation_arrow-down-skyblue_primary--enabled"
2003
- },
2004
- hover: {
2005
- iconPath: this.getIconPath("navigation/arrow-down-skyblue.svg#primary--hover"),
2006
- iconName: "navigation_arrow-down-skyblue_primary--hover"
2007
- },
2008
- active: {
2009
- iconPath: this.getIconPath("navigation/arrow-down-skyblue.svg#primary--active"),
2010
- iconName: "navigation_arrow-down-skyblue_primary--active"
2011
- },
2012
- disabled: {
2013
- iconPath: this.getIconPath("navigation/arrow-down-skyblue.svg#primary--disabled"),
2014
- iconName: "navigation_arrow-down-skyblue_primary--disabled"
2015
- }
2016
- },
2017
- neutral: {
2018
- enabled: {
2019
- iconPath: this.getIconPath("navigation/arrow-down-skyblue.svg#neutral--enabled"),
2020
- iconName: "navigation_arrow-down-skyblue_neutral--enabled"
2021
- },
2022
- hover: {
2023
- iconPath: this.getIconPath("navigation/arrow-down-skyblue.svg#neutral--hover"),
2024
- iconName: "navigation_arrow-down-skyblue_neutral--hover"
2025
- },
2026
- active: {
2027
- iconPath: this.getIconPath("navigation/arrow-down-skyblue.svg#neutral--active"),
2028
- iconName: "navigation_arrow-down-skyblue_neutral--active"
2029
- },
2030
- disabled: {
2031
- iconPath: this.getIconPath("navigation/arrow-down-skyblue.svg#neutral--disabled"),
2032
- iconName: "navigation_arrow-down-skyblue_neutral--disabled"
2033
- }
2034
- },
2035
- highlighted: {
2036
- enabled: {
2037
- iconPath: this.getIconPath("navigation/arrow-down-skyblue.svg#highlighted--enabled"),
2038
- iconName: "navigation_arrow-down-skyblue_highlighted--enabled"
2039
- }
2040
- },
2041
- bright: {
2042
- enabled: {
2043
- iconPath: this.getIconPath("navigation/arrow-down-skyblue.svg#bright--enabled"),
2044
- iconName: "navigation_arrow-down-skyblue_bright--enabled"
2045
- }
2046
- }
2047
- }
2048
- },
2049
- menus: {
2050
- undo: {
2051
- onSurface: {
2052
- enabled: {
2053
- iconPath: this.getIconPath("menus/undo.svg#on-surface--enabled"),
2054
- iconName: "menus_undo_on-surface--enabled"
2055
- },
2056
- hover: {
2057
- iconPath: this.getIconPath("menus/undo.svg#on-surface--hover"),
2058
- iconName: "menus_undo_on-surface--hover"
2059
- },
2060
- active: {
2061
- iconPath: this.getIconPath("menus/undo.svg#on-surface--active"),
2062
- iconName: "menus_undo_on-surface--active"
2063
- },
2064
- disabled: {
2065
- iconPath: this.getIconPath("menus/undo.svg#on-surface--disabled"),
2066
- iconName: "menus_undo_on-surface--disabled"
2067
- }
2068
- },
2069
- onPrimary: {
2070
- enabled: {
2071
- iconPath: this.getIconPath("menus/undo.svg#on-primary--enabled"),
2072
- iconName: "menus_undo_on-primary--enabled"
2073
- },
2074
- hover: {
2075
- iconPath: this.getIconPath("menus/undo.svg#on-primary--hover"),
2076
- iconName: "menus_undo_on-primary--hover"
2077
- },
2078
- active: {
2079
- iconPath: this.getIconPath("menus/undo.svg#on-primary--active"),
2080
- iconName: "menus_undo_on-primary--active"
2081
- },
2082
- disabled: {
2083
- iconPath: this.getIconPath("menus/undo.svg#on-primary--disabled"),
2084
- iconName: "menus_undo_on-primary--disabled"
2085
- }
2086
- },
2087
- onDisabled: {
2088
- enabled: {
2089
- iconPath: this.getIconPath("menus/undo.svg#on-disabled--enabled"),
2090
- iconName: "menus_undo_on-disabled--enabled"
2091
- }
2092
- },
2093
- onMessage: {
2094
- enabled: {
2095
- iconPath: this.getIconPath("menus/undo.svg#on-message--enabled"),
2096
- iconName: "menus_undo_on-message--enabled"
2097
- }
2098
- },
2099
- onElevation: {
2100
- enabled: {
2101
- iconPath: this.getIconPath("menus/undo.svg#on-elevation--enabled"),
2102
- iconName: "menus_undo_on-elevation--enabled"
2103
- }
2104
- },
2105
- primary: {
2106
- enabled: {
2107
- iconPath: this.getIconPath("menus/undo.svg#primary--enabled"),
2108
- iconName: "menus_undo_primary--enabled"
2109
- },
2110
- hover: {
2111
- iconPath: this.getIconPath("menus/undo.svg#primary--hover"),
2112
- iconName: "menus_undo_primary--hover"
2113
- },
2114
- active: {
2115
- iconPath: this.getIconPath("menus/undo.svg#primary--active"),
2116
- iconName: "menus_undo_primary--active"
2117
- },
2118
- disabled: {
2119
- iconPath: this.getIconPath("menus/undo.svg#primary--disabled"),
2120
- iconName: "menus_undo_primary--disabled"
2121
- }
2122
- },
2123
- neutral: {
2124
- enabled: {
2125
- iconPath: this.getIconPath("menus/undo.svg#neutral--enabled"),
2126
- iconName: "menus_undo_neutral--enabled"
2127
- },
2128
- hover: {
2129
- iconPath: this.getIconPath("menus/undo.svg#neutral--hover"),
2130
- iconName: "menus_undo_neutral--hover"
2131
- },
2132
- active: {
2133
- iconPath: this.getIconPath("menus/undo.svg#neutral--active"),
2134
- iconName: "menus_undo_neutral--active"
2135
- },
2136
- disabled: {
2137
- iconPath: this.getIconPath("menus/undo.svg#neutral--disabled"),
2138
- iconName: "menus_undo_neutral--disabled"
2139
- }
2140
- },
2141
- highlighted: {
2142
- enabled: {
2143
- iconPath: this.getIconPath("menus/undo.svg#highlighted--enabled"),
2144
- iconName: "menus_undo_highlighted--enabled"
2145
- }
2146
- },
2147
- bright: {
2148
- enabled: {
2149
- iconPath: this.getIconPath("menus/undo.svg#bright--enabled"),
2150
- iconName: "menus_undo_bright--enabled"
2151
- }
2152
- }
2153
- },
2154
- undoCloseObject: {
2155
- onSurface: {
2156
- enabled: {
2157
- iconPath: this.getIconPath("menus/undo-close-object.svg#on-surface--enabled"),
2158
- iconName: "menus_undo-close-object_on-surface--enabled"
2159
- },
2160
- hover: {
2161
- iconPath: this.getIconPath("menus/undo-close-object.svg#on-surface--hover"),
2162
- iconName: "menus_undo-close-object_on-surface--hover"
2163
- },
2164
- active: {
2165
- iconPath: this.getIconPath("menus/undo-close-object.svg#on-surface--active"),
2166
- iconName: "menus_undo-close-object_on-surface--active"
2167
- },
2168
- disabled: {
2169
- iconPath: this.getIconPath("menus/undo-close-object.svg#on-surface--disabled"),
2170
- iconName: "menus_undo-close-object_on-surface--disabled"
2171
- }
2172
- },
2173
- onPrimary: {
2174
- enabled: {
2175
- iconPath: this.getIconPath("menus/undo-close-object.svg#on-primary--enabled"),
2176
- iconName: "menus_undo-close-object_on-primary--enabled"
2177
- },
2178
- hover: {
2179
- iconPath: this.getIconPath("menus/undo-close-object.svg#on-primary--hover"),
2180
- iconName: "menus_undo-close-object_on-primary--hover"
2181
- },
2182
- active: {
2183
- iconPath: this.getIconPath("menus/undo-close-object.svg#on-primary--active"),
2184
- iconName: "menus_undo-close-object_on-primary--active"
2185
- },
2186
- disabled: {
2187
- iconPath: this.getIconPath("menus/undo-close-object.svg#on-primary--disabled"),
2188
- iconName: "menus_undo-close-object_on-primary--disabled"
2189
- }
2190
- },
2191
- onDisabled: {
2192
- enabled: {
2193
- iconPath: this.getIconPath("menus/undo-close-object.svg#on-disabled--enabled"),
2194
- iconName: "menus_undo-close-object_on-disabled--enabled"
2195
- }
2196
- },
2197
- onMessage: {
2198
- enabled: {
2199
- iconPath: this.getIconPath("menus/undo-close-object.svg#on-message--enabled"),
2200
- iconName: "menus_undo-close-object_on-message--enabled"
2201
- }
2202
- },
2203
- onElevation: {
2204
- enabled: {
2205
- iconPath: this.getIconPath("menus/undo-close-object.svg#on-elevation--enabled"),
2206
- iconName: "menus_undo-close-object_on-elevation--enabled"
2207
- }
2208
- },
2209
- primary: {
2210
- enabled: {
2211
- iconPath: this.getIconPath("menus/undo-close-object.svg#primary--enabled"),
2212
- iconName: "menus_undo-close-object_primary--enabled"
2213
- },
2214
- hover: {
2215
- iconPath: this.getIconPath("menus/undo-close-object.svg#primary--hover"),
2216
- iconName: "menus_undo-close-object_primary--hover"
2217
- },
2218
- active: {
2219
- iconPath: this.getIconPath("menus/undo-close-object.svg#primary--active"),
2220
- iconName: "menus_undo-close-object_primary--active"
2221
- },
2222
- disabled: {
2223
- iconPath: this.getIconPath("menus/undo-close-object.svg#primary--disabled"),
2224
- iconName: "menus_undo-close-object_primary--disabled"
2225
- }
2226
- },
2227
- neutral: {
2228
- enabled: {
2229
- iconPath: this.getIconPath("menus/undo-close-object.svg#neutral--enabled"),
2230
- iconName: "menus_undo-close-object_neutral--enabled"
2231
- },
2232
- hover: {
2233
- iconPath: this.getIconPath("menus/undo-close-object.svg#neutral--hover"),
2234
- iconName: "menus_undo-close-object_neutral--hover"
2235
- },
2236
- active: {
2237
- iconPath: this.getIconPath("menus/undo-close-object.svg#neutral--active"),
2238
- iconName: "menus_undo-close-object_neutral--active"
2239
- },
2240
- disabled: {
2241
- iconPath: this.getIconPath("menus/undo-close-object.svg#neutral--disabled"),
2242
- iconName: "menus_undo-close-object_neutral--disabled"
2243
- }
2244
- },
2245
- highlighted: {
2246
- enabled: {
2247
- iconPath: this.getIconPath("menus/undo-close-object.svg#highlighted--enabled"),
2248
- iconName: "menus_undo-close-object_highlighted--enabled"
2249
- }
2250
- },
2251
- bright: {
2252
- enabled: {
2253
- iconPath: this.getIconPath("menus/undo-close-object.svg#bright--enabled"),
2254
- iconName: "menus_undo-close-object_bright--enabled"
2255
- }
2256
- }
2257
- },
2258
- save: {
2259
- onSurface: {
2260
- enabled: {
2261
- iconPath: this.getIconPath("menus/save.svg#on-surface--enabled"),
2262
- iconName: "menus_save_on-surface--enabled"
2263
- },
2264
- hover: {
2265
- iconPath: this.getIconPath("menus/save.svg#on-surface--hover"),
2266
- iconName: "menus_save_on-surface--hover"
2267
- },
2268
- active: {
2269
- iconPath: this.getIconPath("menus/save.svg#on-surface--active"),
2270
- iconName: "menus_save_on-surface--active"
2271
- },
2272
- disabled: {
2273
- iconPath: this.getIconPath("menus/save.svg#on-surface--disabled"),
2274
- iconName: "menus_save_on-surface--disabled"
2275
- }
2276
- },
2277
- onPrimary: {
2278
- enabled: {
2279
- iconPath: this.getIconPath("menus/save.svg#on-primary--enabled"),
2280
- iconName: "menus_save_on-primary--enabled"
2281
- },
2282
- hover: {
2283
- iconPath: this.getIconPath("menus/save.svg#on-primary--hover"),
2284
- iconName: "menus_save_on-primary--hover"
2285
- },
2286
- active: {
2287
- iconPath: this.getIconPath("menus/save.svg#on-primary--active"),
2288
- iconName: "menus_save_on-primary--active"
2289
- },
2290
- disabled: {
2291
- iconPath: this.getIconPath("menus/save.svg#on-primary--disabled"),
2292
- iconName: "menus_save_on-primary--disabled"
2293
- }
2294
- },
2295
- onDisabled: {
2296
- enabled: {
2297
- iconPath: this.getIconPath("menus/save.svg#on-disabled--enabled"),
2298
- iconName: "menus_save_on-disabled--enabled"
2299
- }
2300
- },
2301
- onMessage: {
2302
- enabled: {
2303
- iconPath: this.getIconPath("menus/save.svg#on-message--enabled"),
2304
- iconName: "menus_save_on-message--enabled"
2305
- }
2306
- },
2307
- onElevation: {
2308
- enabled: {
2309
- iconPath: this.getIconPath("menus/save.svg#on-elevation--enabled"),
2310
- iconName: "menus_save_on-elevation--enabled"
2311
- }
2312
- },
2313
- primary: {
2314
- enabled: {
2315
- iconPath: this.getIconPath("menus/save.svg#primary--enabled"),
2316
- iconName: "menus_save_primary--enabled"
2317
- },
2318
- hover: {
2319
- iconPath: this.getIconPath("menus/save.svg#primary--hover"),
2320
- iconName: "menus_save_primary--hover"
2321
- },
2322
- active: {
2323
- iconPath: this.getIconPath("menus/save.svg#primary--active"),
2324
- iconName: "menus_save_primary--active"
2325
- },
2326
- disabled: {
2327
- iconPath: this.getIconPath("menus/save.svg#primary--disabled"),
2328
- iconName: "menus_save_primary--disabled"
2329
- }
2330
- },
2331
- neutral: {
2332
- enabled: {
2333
- iconPath: this.getIconPath("menus/save.svg#neutral--enabled"),
2334
- iconName: "menus_save_neutral--enabled"
2335
- },
2336
- hover: {
2337
- iconPath: this.getIconPath("menus/save.svg#neutral--hover"),
2338
- iconName: "menus_save_neutral--hover"
2339
- },
2340
- active: {
2341
- iconPath: this.getIconPath("menus/save.svg#neutral--active"),
2342
- iconName: "menus_save_neutral--active"
2343
- },
2344
- disabled: {
2345
- iconPath: this.getIconPath("menus/save.svg#neutral--disabled"),
2346
- iconName: "menus_save_neutral--disabled"
2347
- }
2348
- },
2349
- highlighted: {
2350
- enabled: {
2351
- iconPath: this.getIconPath("menus/save.svg#highlighted--enabled"),
2352
- iconName: "menus_save_highlighted--enabled"
2353
- }
2354
- },
2355
- bright: {
2356
- enabled: {
2357
- iconPath: this.getIconPath("menus/save.svg#bright--enabled"),
2358
- iconName: "menus_save_bright--enabled"
2359
- }
2360
- }
2361
- },
2362
- saveAll: {
2363
- onSurface: {
2364
- enabled: {
2365
- iconPath: this.getIconPath("menus/save-all.svg#on-surface--enabled"),
2366
- iconName: "menus_save-all_on-surface--enabled"
2367
- },
2368
- hover: {
2369
- iconPath: this.getIconPath("menus/save-all.svg#on-surface--hover"),
2370
- iconName: "menus_save-all_on-surface--hover"
2371
- },
2372
- active: {
2373
- iconPath: this.getIconPath("menus/save-all.svg#on-surface--active"),
2374
- iconName: "menus_save-all_on-surface--active"
2375
- },
2376
- disabled: {
2377
- iconPath: this.getIconPath("menus/save-all.svg#on-surface--disabled"),
2378
- iconName: "menus_save-all_on-surface--disabled"
2379
- }
2380
- },
2381
- onPrimary: {
2382
- enabled: {
2383
- iconPath: this.getIconPath("menus/save-all.svg#on-primary--enabled"),
2384
- iconName: "menus_save-all_on-primary--enabled"
2385
- },
2386
- hover: {
2387
- iconPath: this.getIconPath("menus/save-all.svg#on-primary--hover"),
2388
- iconName: "menus_save-all_on-primary--hover"
2389
- },
2390
- active: {
2391
- iconPath: this.getIconPath("menus/save-all.svg#on-primary--active"),
2392
- iconName: "menus_save-all_on-primary--active"
2393
- },
2394
- disabled: {
2395
- iconPath: this.getIconPath("menus/save-all.svg#on-primary--disabled"),
2396
- iconName: "menus_save-all_on-primary--disabled"
2397
- }
2398
- },
2399
- onDisabled: {
2400
- enabled: {
2401
- iconPath: this.getIconPath("menus/save-all.svg#on-disabled--enabled"),
2402
- iconName: "menus_save-all_on-disabled--enabled"
2403
- }
2404
- },
2405
- onMessage: {
2406
- enabled: {
2407
- iconPath: this.getIconPath("menus/save-all.svg#on-message--enabled"),
2408
- iconName: "menus_save-all_on-message--enabled"
2409
- }
2410
- },
2411
- onElevation: {
2412
- enabled: {
2413
- iconPath: this.getIconPath("menus/save-all.svg#on-elevation--enabled"),
2414
- iconName: "menus_save-all_on-elevation--enabled"
2415
- }
2416
- },
2417
- primary: {
2418
- enabled: {
2419
- iconPath: this.getIconPath("menus/save-all.svg#primary--enabled"),
2420
- iconName: "menus_save-all_primary--enabled"
2421
- },
2422
- hover: {
2423
- iconPath: this.getIconPath("menus/save-all.svg#primary--hover"),
2424
- iconName: "menus_save-all_primary--hover"
2425
- },
2426
- active: {
2427
- iconPath: this.getIconPath("menus/save-all.svg#primary--active"),
2428
- iconName: "menus_save-all_primary--active"
2429
- },
2430
- disabled: {
2431
- iconPath: this.getIconPath("menus/save-all.svg#primary--disabled"),
2432
- iconName: "menus_save-all_primary--disabled"
2433
- }
2434
- },
2435
- neutral: {
2436
- enabled: {
2437
- iconPath: this.getIconPath("menus/save-all.svg#neutral--enabled"),
2438
- iconName: "menus_save-all_neutral--enabled"
2439
- },
2440
- hover: {
2441
- iconPath: this.getIconPath("menus/save-all.svg#neutral--hover"),
2442
- iconName: "menus_save-all_neutral--hover"
2443
- },
2444
- active: {
2445
- iconPath: this.getIconPath("menus/save-all.svg#neutral--active"),
2446
- iconName: "menus_save-all_neutral--active"
2447
- },
2448
- disabled: {
2449
- iconPath: this.getIconPath("menus/save-all.svg#neutral--disabled"),
2450
- iconName: "menus_save-all_neutral--disabled"
2451
- }
2452
- },
2453
- highlighted: {
2454
- enabled: {
2455
- iconPath: this.getIconPath("menus/save-all.svg#highlighted--enabled"),
2456
- iconName: "menus_save-all_highlighted--enabled"
2457
- }
2458
- },
2459
- bright: {
2460
- enabled: {
2461
- iconPath: this.getIconPath("menus/save-all.svg#bright--enabled"),
2462
- iconName: "menus_save-all_bright--enabled"
2463
- }
2464
- }
2465
- },
2466
- run: {
2467
- onSurface: {
2468
- enabled: {
2469
- iconPath: this.getIconPath("menus/run.svg#on-surface--enabled"),
2470
- iconName: "menus_run_on-surface--enabled"
2471
- },
2472
- hover: {
2473
- iconPath: this.getIconPath("menus/run.svg#on-surface--hover"),
2474
- iconName: "menus_run_on-surface--hover"
2475
- },
2476
- active: {
2477
- iconPath: this.getIconPath("menus/run.svg#on-surface--active"),
2478
- iconName: "menus_run_on-surface--active"
2479
- },
2480
- disabled: {
2481
- iconPath: this.getIconPath("menus/run.svg#on-surface--disabled"),
2482
- iconName: "menus_run_on-surface--disabled"
2483
- }
2484
- },
2485
- onPrimary: {
2486
- enabled: {
2487
- iconPath: this.getIconPath("menus/run.svg#on-primary--enabled"),
2488
- iconName: "menus_run_on-primary--enabled"
2489
- },
2490
- hover: {
2491
- iconPath: this.getIconPath("menus/run.svg#on-primary--hover"),
2492
- iconName: "menus_run_on-primary--hover"
2493
- },
2494
- active: {
2495
- iconPath: this.getIconPath("menus/run.svg#on-primary--active"),
2496
- iconName: "menus_run_on-primary--active"
2497
- },
2498
- disabled: {
2499
- iconPath: this.getIconPath("menus/run.svg#on-primary--disabled"),
2500
- iconName: "menus_run_on-primary--disabled"
2501
- }
2502
- },
2503
- onDisabled: {
2504
- enabled: {
2505
- iconPath: this.getIconPath("menus/run.svg#on-disabled--enabled"),
2506
- iconName: "menus_run_on-disabled--enabled"
2507
- }
2508
- },
2509
- onMessage: {
2510
- enabled: {
2511
- iconPath: this.getIconPath("menus/run.svg#on-message--enabled"),
2512
- iconName: "menus_run_on-message--enabled"
2513
- }
2514
- },
2515
- onElevation: {
2516
- enabled: {
2517
- iconPath: this.getIconPath("menus/run.svg#on-elevation--enabled"),
2518
- iconName: "menus_run_on-elevation--enabled"
2519
- }
2520
- },
2521
- primary: {
2522
- enabled: {
2523
- iconPath: this.getIconPath("menus/run.svg#primary--enabled"),
2524
- iconName: "menus_run_primary--enabled"
2525
- },
2526
- hover: {
2527
- iconPath: this.getIconPath("menus/run.svg#primary--hover"),
2528
- iconName: "menus_run_primary--hover"
2529
- },
2530
- active: {
2531
- iconPath: this.getIconPath("menus/run.svg#primary--active"),
2532
- iconName: "menus_run_primary--active"
2533
- },
2534
- disabled: {
2535
- iconPath: this.getIconPath("menus/run.svg#primary--disabled"),
2536
- iconName: "menus_run_primary--disabled"
2537
- }
2538
- },
2539
- neutral: {
2540
- enabled: {
2541
- iconPath: this.getIconPath("menus/run.svg#neutral--enabled"),
2542
- iconName: "menus_run_neutral--enabled"
2543
- },
2544
- hover: {
2545
- iconPath: this.getIconPath("menus/run.svg#neutral--hover"),
2546
- iconName: "menus_run_neutral--hover"
2547
- },
2548
- active: {
2549
- iconPath: this.getIconPath("menus/run.svg#neutral--active"),
2550
- iconName: "menus_run_neutral--active"
2551
- },
2552
- disabled: {
2553
- iconPath: this.getIconPath("menus/run.svg#neutral--disabled"),
2554
- iconName: "menus_run_neutral--disabled"
2555
- }
2556
- },
2557
- highlighted: {
2558
- enabled: {
2559
- iconPath: this.getIconPath("menus/run.svg#highlighted--enabled"),
2560
- iconName: "menus_run_highlighted--enabled"
2561
- }
2562
- },
2563
- bright: {
2564
- enabled: {
2565
- iconPath: this.getIconPath("menus/run.svg#bright--enabled"),
2566
- iconName: "menus_run_bright--enabled"
2567
- }
2568
- }
2569
- },
2570
- redo: {
2571
- onSurface: {
2572
- enabled: {
2573
- iconPath: this.getIconPath("menus/redo.svg#on-surface--enabled"),
2574
- iconName: "menus_redo_on-surface--enabled"
2575
- },
2576
- hover: {
2577
- iconPath: this.getIconPath("menus/redo.svg#on-surface--hover"),
2578
- iconName: "menus_redo_on-surface--hover"
2579
- },
2580
- active: {
2581
- iconPath: this.getIconPath("menus/redo.svg#on-surface--active"),
2582
- iconName: "menus_redo_on-surface--active"
2583
- },
2584
- disabled: {
2585
- iconPath: this.getIconPath("menus/redo.svg#on-surface--disabled"),
2586
- iconName: "menus_redo_on-surface--disabled"
2587
- }
2588
- },
2589
- onPrimary: {
2590
- enabled: {
2591
- iconPath: this.getIconPath("menus/redo.svg#on-primary--enabled"),
2592
- iconName: "menus_redo_on-primary--enabled"
2593
- },
2594
- hover: {
2595
- iconPath: this.getIconPath("menus/redo.svg#on-primary--hover"),
2596
- iconName: "menus_redo_on-primary--hover"
2597
- },
2598
- active: {
2599
- iconPath: this.getIconPath("menus/redo.svg#on-primary--active"),
2600
- iconName: "menus_redo_on-primary--active"
2601
- },
2602
- disabled: {
2603
- iconPath: this.getIconPath("menus/redo.svg#on-primary--disabled"),
2604
- iconName: "menus_redo_on-primary--disabled"
2605
- }
2606
- },
2607
- onDisabled: {
2608
- enabled: {
2609
- iconPath: this.getIconPath("menus/redo.svg#on-disabled--enabled"),
2610
- iconName: "menus_redo_on-disabled--enabled"
2611
- }
2612
- },
2613
- onMessage: {
2614
- enabled: {
2615
- iconPath: this.getIconPath("menus/redo.svg#on-message--enabled"),
2616
- iconName: "menus_redo_on-message--enabled"
2617
- }
2618
- },
2619
- onElevation: {
2620
- enabled: {
2621
- iconPath: this.getIconPath("menus/redo.svg#on-elevation--enabled"),
2622
- iconName: "menus_redo_on-elevation--enabled"
2623
- }
2624
- },
2625
- primary: {
2626
- enabled: {
2627
- iconPath: this.getIconPath("menus/redo.svg#primary--enabled"),
2628
- iconName: "menus_redo_primary--enabled"
2629
- },
2630
- hover: {
2631
- iconPath: this.getIconPath("menus/redo.svg#primary--hover"),
2632
- iconName: "menus_redo_primary--hover"
2633
- },
2634
- active: {
2635
- iconPath: this.getIconPath("menus/redo.svg#primary--active"),
2636
- iconName: "menus_redo_primary--active"
2637
- },
2638
- disabled: {
2639
- iconPath: this.getIconPath("menus/redo.svg#primary--disabled"),
2640
- iconName: "menus_redo_primary--disabled"
2641
- }
2642
- },
2643
- neutral: {
2644
- enabled: {
2645
- iconPath: this.getIconPath("menus/redo.svg#neutral--enabled"),
2646
- iconName: "menus_redo_neutral--enabled"
2647
- },
2648
- hover: {
2649
- iconPath: this.getIconPath("menus/redo.svg#neutral--hover"),
2650
- iconName: "menus_redo_neutral--hover"
2651
- },
2652
- active: {
2653
- iconPath: this.getIconPath("menus/redo.svg#neutral--active"),
2654
- iconName: "menus_redo_neutral--active"
2655
- },
2656
- disabled: {
2657
- iconPath: this.getIconPath("menus/redo.svg#neutral--disabled"),
2658
- iconName: "menus_redo_neutral--disabled"
2659
- }
2660
- },
2661
- highlighted: {
2662
- enabled: {
2663
- iconPath: this.getIconPath("menus/redo.svg#highlighted--enabled"),
2664
- iconName: "menus_redo_highlighted--enabled"
2665
- }
2666
- },
2667
- bright: {
2668
- enabled: {
2669
- iconPath: this.getIconPath("menus/redo.svg#bright--enabled"),
2670
- iconName: "menus_redo_bright--enabled"
2671
- }
2672
- }
2673
- },
2674
- properties: {
2675
- onSurface: {
2676
- enabled: {
2677
- iconPath: this.getIconPath("menus/properties.svg#on-surface--enabled"),
2678
- iconName: "menus_properties_on-surface--enabled"
2679
- },
2680
- hover: {
2681
- iconPath: this.getIconPath("menus/properties.svg#on-surface--hover"),
2682
- iconName: "menus_properties_on-surface--hover"
2683
- },
2684
- active: {
2685
- iconPath: this.getIconPath("menus/properties.svg#on-surface--active"),
2686
- iconName: "menus_properties_on-surface--active"
2687
- },
2688
- disabled: {
2689
- iconPath: this.getIconPath("menus/properties.svg#on-surface--disabled"),
2690
- iconName: "menus_properties_on-surface--disabled"
2691
- }
2692
- },
2693
- onPrimary: {
2694
- enabled: {
2695
- iconPath: this.getIconPath("menus/properties.svg#on-primary--enabled"),
2696
- iconName: "menus_properties_on-primary--enabled"
2697
- },
2698
- hover: {
2699
- iconPath: this.getIconPath("menus/properties.svg#on-primary--hover"),
2700
- iconName: "menus_properties_on-primary--hover"
2701
- },
2702
- active: {
2703
- iconPath: this.getIconPath("menus/properties.svg#on-primary--active"),
2704
- iconName: "menus_properties_on-primary--active"
2705
- },
2706
- disabled: {
2707
- iconPath: this.getIconPath("menus/properties.svg#on-primary--disabled"),
2708
- iconName: "menus_properties_on-primary--disabled"
2709
- }
2710
- },
2711
- onDisabled: {
2712
- enabled: {
2713
- iconPath: this.getIconPath("menus/properties.svg#on-disabled--enabled"),
2714
- iconName: "menus_properties_on-disabled--enabled"
2715
- }
2716
- },
2717
- onMessage: {
2718
- enabled: {
2719
- iconPath: this.getIconPath("menus/properties.svg#on-message--enabled"),
2720
- iconName: "menus_properties_on-message--enabled"
2721
- }
2722
- },
2723
- onElevation: {
2724
- enabled: {
2725
- iconPath: this.getIconPath("menus/properties.svg#on-elevation--enabled"),
2726
- iconName: "menus_properties_on-elevation--enabled"
2727
- }
2728
- },
2729
- primary: {
2730
- enabled: {
2731
- iconPath: this.getIconPath("menus/properties.svg#primary--enabled"),
2732
- iconName: "menus_properties_primary--enabled"
2733
- },
2734
- hover: {
2735
- iconPath: this.getIconPath("menus/properties.svg#primary--hover"),
2736
- iconName: "menus_properties_primary--hover"
2737
- },
2738
- active: {
2739
- iconPath: this.getIconPath("menus/properties.svg#primary--active"),
2740
- iconName: "menus_properties_primary--active"
2741
- },
2742
- disabled: {
2743
- iconPath: this.getIconPath("menus/properties.svg#primary--disabled"),
2744
- iconName: "menus_properties_primary--disabled"
2745
- }
2746
- },
2747
- neutral: {
2748
- enabled: {
2749
- iconPath: this.getIconPath("menus/properties.svg#neutral--enabled"),
2750
- iconName: "menus_properties_neutral--enabled"
2751
- },
2752
- hover: {
2753
- iconPath: this.getIconPath("menus/properties.svg#neutral--hover"),
2754
- iconName: "menus_properties_neutral--hover"
2755
- },
2756
- active: {
2757
- iconPath: this.getIconPath("menus/properties.svg#neutral--active"),
2758
- iconName: "menus_properties_neutral--active"
2759
- },
2760
- disabled: {
2761
- iconPath: this.getIconPath("menus/properties.svg#neutral--disabled"),
2762
- iconName: "menus_properties_neutral--disabled"
2763
- }
2764
- },
2765
- highlighted: {
2766
- enabled: {
2767
- iconPath: this.getIconPath("menus/properties.svg#highlighted--enabled"),
2768
- iconName: "menus_properties_highlighted--enabled"
2769
- }
2770
- },
2771
- bright: {
2772
- enabled: {
2773
- iconPath: this.getIconPath("menus/properties.svg#bright--enabled"),
2774
- iconName: "menus_properties_bright--enabled"
2775
- }
2776
- }
2777
- },
2778
- paste: {
2779
- onSurface: {
2780
- enabled: {
2781
- iconPath: this.getIconPath("menus/paste.svg#on-surface--enabled"),
2782
- iconName: "menus_paste_on-surface--enabled"
2783
- },
2784
- hover: {
2785
- iconPath: this.getIconPath("menus/paste.svg#on-surface--hover"),
2786
- iconName: "menus_paste_on-surface--hover"
2787
- },
2788
- active: {
2789
- iconPath: this.getIconPath("menus/paste.svg#on-surface--active"),
2790
- iconName: "menus_paste_on-surface--active"
2791
- },
2792
- disabled: {
2793
- iconPath: this.getIconPath("menus/paste.svg#on-surface--disabled"),
2794
- iconName: "menus_paste_on-surface--disabled"
2795
- }
2796
- },
2797
- onPrimary: {
2798
- enabled: {
2799
- iconPath: this.getIconPath("menus/paste.svg#on-primary--enabled"),
2800
- iconName: "menus_paste_on-primary--enabled"
2801
- },
2802
- hover: {
2803
- iconPath: this.getIconPath("menus/paste.svg#on-primary--hover"),
2804
- iconName: "menus_paste_on-primary--hover"
2805
- },
2806
- active: {
2807
- iconPath: this.getIconPath("menus/paste.svg#on-primary--active"),
2808
- iconName: "menus_paste_on-primary--active"
2809
- },
2810
- disabled: {
2811
- iconPath: this.getIconPath("menus/paste.svg#on-primary--disabled"),
2812
- iconName: "menus_paste_on-primary--disabled"
2813
- }
2814
- },
2815
- onDisabled: {
2816
- enabled: {
2817
- iconPath: this.getIconPath("menus/paste.svg#on-disabled--enabled"),
2818
- iconName: "menus_paste_on-disabled--enabled"
2819
- }
2820
- },
2821
- onMessage: {
2822
- enabled: {
2823
- iconPath: this.getIconPath("menus/paste.svg#on-message--enabled"),
2824
- iconName: "menus_paste_on-message--enabled"
2825
- }
2826
- },
2827
- onElevation: {
2828
- enabled: {
2829
- iconPath: this.getIconPath("menus/paste.svg#on-elevation--enabled"),
2830
- iconName: "menus_paste_on-elevation--enabled"
2831
- }
2832
- },
2833
- primary: {
2834
- enabled: {
2835
- iconPath: this.getIconPath("menus/paste.svg#primary--enabled"),
2836
- iconName: "menus_paste_primary--enabled"
2837
- },
2838
- hover: {
2839
- iconPath: this.getIconPath("menus/paste.svg#primary--hover"),
2840
- iconName: "menus_paste_primary--hover"
2841
- },
2842
- active: {
2843
- iconPath: this.getIconPath("menus/paste.svg#primary--active"),
2844
- iconName: "menus_paste_primary--active"
2845
- },
2846
- disabled: {
2847
- iconPath: this.getIconPath("menus/paste.svg#primary--disabled"),
2848
- iconName: "menus_paste_primary--disabled"
2849
- }
2850
- },
2851
- neutral: {
2852
- enabled: {
2853
- iconPath: this.getIconPath("menus/paste.svg#neutral--enabled"),
2854
- iconName: "menus_paste_neutral--enabled"
2855
- },
2856
- hover: {
2857
- iconPath: this.getIconPath("menus/paste.svg#neutral--hover"),
2858
- iconName: "menus_paste_neutral--hover"
2859
- },
2860
- active: {
2861
- iconPath: this.getIconPath("menus/paste.svg#neutral--active"),
2862
- iconName: "menus_paste_neutral--active"
2863
- },
2864
- disabled: {
2865
- iconPath: this.getIconPath("menus/paste.svg#neutral--disabled"),
2866
- iconName: "menus_paste_neutral--disabled"
2867
- }
2868
- },
2869
- highlighted: {
2870
- enabled: {
2871
- iconPath: this.getIconPath("menus/paste.svg#highlighted--enabled"),
2872
- iconName: "menus_paste_highlighted--enabled"
2873
- }
2874
- },
2875
- bright: {
2876
- enabled: {
2877
- iconPath: this.getIconPath("menus/paste.svg#bright--enabled"),
2878
- iconName: "menus_paste_bright--enabled"
2879
- }
2880
- }
2881
- },
2882
- openObject: {
2883
- onSurface: {
2884
- enabled: {
2885
- iconPath: this.getIconPath("menus/open-object.svg#on-surface--enabled"),
2886
- iconName: "menus_open-object_on-surface--enabled"
2887
- },
2888
- hover: {
2889
- iconPath: this.getIconPath("menus/open-object.svg#on-surface--hover"),
2890
- iconName: "menus_open-object_on-surface--hover"
2891
- },
2892
- active: {
2893
- iconPath: this.getIconPath("menus/open-object.svg#on-surface--active"),
2894
- iconName: "menus_open-object_on-surface--active"
2895
- },
2896
- disabled: {
2897
- iconPath: this.getIconPath("menus/open-object.svg#on-surface--disabled"),
2898
- iconName: "menus_open-object_on-surface--disabled"
2899
- }
2900
- },
2901
- onPrimary: {
2902
- enabled: {
2903
- iconPath: this.getIconPath("menus/open-object.svg#on-primary--enabled"),
2904
- iconName: "menus_open-object_on-primary--enabled"
2905
- },
2906
- hover: {
2907
- iconPath: this.getIconPath("menus/open-object.svg#on-primary--hover"),
2908
- iconName: "menus_open-object_on-primary--hover"
2909
- },
2910
- active: {
2911
- iconPath: this.getIconPath("menus/open-object.svg#on-primary--active"),
2912
- iconName: "menus_open-object_on-primary--active"
2913
- },
2914
- disabled: {
2915
- iconPath: this.getIconPath("menus/open-object.svg#on-primary--disabled"),
2916
- iconName: "menus_open-object_on-primary--disabled"
2917
- }
2918
- },
2919
- onDisabled: {
2920
- enabled: {
2921
- iconPath: this.getIconPath("menus/open-object.svg#on-disabled--enabled"),
2922
- iconName: "menus_open-object_on-disabled--enabled"
2923
- }
2924
- },
2925
- onMessage: {
2926
- enabled: {
2927
- iconPath: this.getIconPath("menus/open-object.svg#on-message--enabled"),
2928
- iconName: "menus_open-object_on-message--enabled"
2929
- }
2930
- },
2931
- onElevation: {
2932
- enabled: {
2933
- iconPath: this.getIconPath("menus/open-object.svg#on-elevation--enabled"),
2934
- iconName: "menus_open-object_on-elevation--enabled"
2935
- }
2936
- },
2937
- primary: {
2938
- enabled: {
2939
- iconPath: this.getIconPath("menus/open-object.svg#primary--enabled"),
2940
- iconName: "menus_open-object_primary--enabled"
2941
- },
2942
- hover: {
2943
- iconPath: this.getIconPath("menus/open-object.svg#primary--hover"),
2944
- iconName: "menus_open-object_primary--hover"
2945
- },
2946
- active: {
2947
- iconPath: this.getIconPath("menus/open-object.svg#primary--active"),
2948
- iconName: "menus_open-object_primary--active"
2949
- },
2950
- disabled: {
2951
- iconPath: this.getIconPath("menus/open-object.svg#primary--disabled"),
2952
- iconName: "menus_open-object_primary--disabled"
2953
- }
2954
- },
2955
- neutral: {
2956
- enabled: {
2957
- iconPath: this.getIconPath("menus/open-object.svg#neutral--enabled"),
2958
- iconName: "menus_open-object_neutral--enabled"
2959
- },
2960
- hover: {
2961
- iconPath: this.getIconPath("menus/open-object.svg#neutral--hover"),
2962
- iconName: "menus_open-object_neutral--hover"
2963
- },
2964
- active: {
2965
- iconPath: this.getIconPath("menus/open-object.svg#neutral--active"),
2966
- iconName: "menus_open-object_neutral--active"
2967
- },
2968
- disabled: {
2969
- iconPath: this.getIconPath("menus/open-object.svg#neutral--disabled"),
2970
- iconName: "menus_open-object_neutral--disabled"
2971
- }
2972
- },
2973
- highlighted: {
2974
- enabled: {
2975
- iconPath: this.getIconPath("menus/open-object.svg#highlighted--enabled"),
2976
- iconName: "menus_open-object_highlighted--enabled"
2977
- }
2978
- },
2979
- bright: {
2980
- enabled: {
2981
- iconPath: this.getIconPath("menus/open-object.svg#bright--enabled"),
2982
- iconName: "menus_open-object_bright--enabled"
2983
- }
2984
- }
2985
- },
2986
- newObject: {
2987
- onSurface: {
2988
- enabled: {
2989
- iconPath: this.getIconPath("menus/new-object.svg#on-surface--enabled"),
2990
- iconName: "menus_new-object_on-surface--enabled"
2991
- },
2992
- hover: {
2993
- iconPath: this.getIconPath("menus/new-object.svg#on-surface--hover"),
2994
- iconName: "menus_new-object_on-surface--hover"
2995
- },
2996
- active: {
2997
- iconPath: this.getIconPath("menus/new-object.svg#on-surface--active"),
2998
- iconName: "menus_new-object_on-surface--active"
2999
- },
3000
- disabled: {
3001
- iconPath: this.getIconPath("menus/new-object.svg#on-surface--disabled"),
3002
- iconName: "menus_new-object_on-surface--disabled"
3003
- }
3004
- },
3005
- onPrimary: {
3006
- enabled: {
3007
- iconPath: this.getIconPath("menus/new-object.svg#on-primary--enabled"),
3008
- iconName: "menus_new-object_on-primary--enabled"
3009
- },
3010
- hover: {
3011
- iconPath: this.getIconPath("menus/new-object.svg#on-primary--hover"),
3012
- iconName: "menus_new-object_on-primary--hover"
3013
- },
3014
- active: {
3015
- iconPath: this.getIconPath("menus/new-object.svg#on-primary--active"),
3016
- iconName: "menus_new-object_on-primary--active"
3017
- },
3018
- disabled: {
3019
- iconPath: this.getIconPath("menus/new-object.svg#on-primary--disabled"),
3020
- iconName: "menus_new-object_on-primary--disabled"
3021
- }
3022
- },
3023
- onDisabled: {
3024
- enabled: {
3025
- iconPath: this.getIconPath("menus/new-object.svg#on-disabled--enabled"),
3026
- iconName: "menus_new-object_on-disabled--enabled"
3027
- }
3028
- },
3029
- onMessage: {
3030
- enabled: {
3031
- iconPath: this.getIconPath("menus/new-object.svg#on-message--enabled"),
3032
- iconName: "menus_new-object_on-message--enabled"
3033
- }
3034
- },
3035
- onElevation: {
3036
- enabled: {
3037
- iconPath: this.getIconPath("menus/new-object.svg#on-elevation--enabled"),
3038
- iconName: "menus_new-object_on-elevation--enabled"
3039
- }
3040
- },
3041
- primary: {
3042
- enabled: {
3043
- iconPath: this.getIconPath("menus/new-object.svg#primary--enabled"),
3044
- iconName: "menus_new-object_primary--enabled"
3045
- },
3046
- hover: {
3047
- iconPath: this.getIconPath("menus/new-object.svg#primary--hover"),
3048
- iconName: "menus_new-object_primary--hover"
3049
- },
3050
- active: {
3051
- iconPath: this.getIconPath("menus/new-object.svg#primary--active"),
3052
- iconName: "menus_new-object_primary--active"
3053
- },
3054
- disabled: {
3055
- iconPath: this.getIconPath("menus/new-object.svg#primary--disabled"),
3056
- iconName: "menus_new-object_primary--disabled"
3057
- }
3058
- },
3059
- neutral: {
3060
- enabled: {
3061
- iconPath: this.getIconPath("menus/new-object.svg#neutral--enabled"),
3062
- iconName: "menus_new-object_neutral--enabled"
3063
- },
3064
- hover: {
3065
- iconPath: this.getIconPath("menus/new-object.svg#neutral--hover"),
3066
- iconName: "menus_new-object_neutral--hover"
3067
- },
3068
- active: {
3069
- iconPath: this.getIconPath("menus/new-object.svg#neutral--active"),
3070
- iconName: "menus_new-object_neutral--active"
3071
- },
3072
- disabled: {
3073
- iconPath: this.getIconPath("menus/new-object.svg#neutral--disabled"),
3074
- iconName: "menus_new-object_neutral--disabled"
3075
- }
3076
- },
3077
- highlighted: {
3078
- enabled: {
3079
- iconPath: this.getIconPath("menus/new-object.svg#highlighted--enabled"),
3080
- iconName: "menus_new-object_highlighted--enabled"
3081
- }
3082
- },
3083
- bright: {
3084
- enabled: {
3085
- iconPath: this.getIconPath("menus/new-object.svg#bright--enabled"),
3086
- iconName: "menus_new-object_bright--enabled"
3087
- }
3088
- }
3089
- },
3090
- find: {
3091
- onSurface: {
3092
- enabled: {
3093
- iconPath: this.getIconPath("menus/find.svg#on-surface--enabled"),
3094
- iconName: "menus_find_on-surface--enabled"
3095
- },
3096
- hover: {
3097
- iconPath: this.getIconPath("menus/find.svg#on-surface--hover"),
3098
- iconName: "menus_find_on-surface--hover"
3099
- },
3100
- active: {
3101
- iconPath: this.getIconPath("menus/find.svg#on-surface--active"),
3102
- iconName: "menus_find_on-surface--active"
3103
- },
3104
- disabled: {
3105
- iconPath: this.getIconPath("menus/find.svg#on-surface--disabled"),
3106
- iconName: "menus_find_on-surface--disabled"
3107
- }
3108
- },
3109
- onPrimary: {
3110
- enabled: {
3111
- iconPath: this.getIconPath("menus/find.svg#on-primary--enabled"),
3112
- iconName: "menus_find_on-primary--enabled"
3113
- },
3114
- hover: {
3115
- iconPath: this.getIconPath("menus/find.svg#on-primary--hover"),
3116
- iconName: "menus_find_on-primary--hover"
3117
- },
3118
- active: {
3119
- iconPath: this.getIconPath("menus/find.svg#on-primary--active"),
3120
- iconName: "menus_find_on-primary--active"
3121
- },
3122
- disabled: {
3123
- iconPath: this.getIconPath("menus/find.svg#on-primary--disabled"),
3124
- iconName: "menus_find_on-primary--disabled"
3125
- }
3126
- },
3127
- onDisabled: {
3128
- enabled: {
3129
- iconPath: this.getIconPath("menus/find.svg#on-disabled--enabled"),
3130
- iconName: "menus_find_on-disabled--enabled"
3131
- }
3132
- },
3133
- onMessage: {
3134
- enabled: {
3135
- iconPath: this.getIconPath("menus/find.svg#on-message--enabled"),
3136
- iconName: "menus_find_on-message--enabled"
3137
- }
3138
- },
3139
- onElevation: {
3140
- enabled: {
3141
- iconPath: this.getIconPath("menus/find.svg#on-elevation--enabled"),
3142
- iconName: "menus_find_on-elevation--enabled"
3143
- }
3144
- },
3145
- primary: {
3146
- enabled: {
3147
- iconPath: this.getIconPath("menus/find.svg#primary--enabled"),
3148
- iconName: "menus_find_primary--enabled"
3149
- },
3150
- hover: {
3151
- iconPath: this.getIconPath("menus/find.svg#primary--hover"),
3152
- iconName: "menus_find_primary--hover"
3153
- },
3154
- active: {
3155
- iconPath: this.getIconPath("menus/find.svg#primary--active"),
3156
- iconName: "menus_find_primary--active"
3157
- },
3158
- disabled: {
3159
- iconPath: this.getIconPath("menus/find.svg#primary--disabled"),
3160
- iconName: "menus_find_primary--disabled"
3161
- }
3162
- },
3163
- neutral: {
3164
- enabled: {
3165
- iconPath: this.getIconPath("menus/find.svg#neutral--enabled"),
3166
- iconName: "menus_find_neutral--enabled"
3167
- },
3168
- hover: {
3169
- iconPath: this.getIconPath("menus/find.svg#neutral--hover"),
3170
- iconName: "menus_find_neutral--hover"
3171
- },
3172
- active: {
3173
- iconPath: this.getIconPath("menus/find.svg#neutral--active"),
3174
- iconName: "menus_find_neutral--active"
3175
- },
3176
- disabled: {
3177
- iconPath: this.getIconPath("menus/find.svg#neutral--disabled"),
3178
- iconName: "menus_find_neutral--disabled"
3179
- }
3180
- },
3181
- highlighted: {
3182
- enabled: {
3183
- iconPath: this.getIconPath("menus/find.svg#highlighted--enabled"),
3184
- iconName: "menus_find_highlighted--enabled"
3185
- }
3186
- },
3187
- bright: {
3188
- enabled: {
3189
- iconPath: this.getIconPath("menus/find.svg#bright--enabled"),
3190
- iconName: "menus_find_bright--enabled"
3191
- }
3192
- }
3193
- },
3194
- delete: {
3195
- onSurface: {
3196
- enabled: {
3197
- iconPath: this.getIconPath("menus/delete.svg#on-surface--enabled"),
3198
- iconName: "menus_delete_on-surface--enabled"
3199
- },
3200
- hover: {
3201
- iconPath: this.getIconPath("menus/delete.svg#on-surface--hover"),
3202
- iconName: "menus_delete_on-surface--hover"
3203
- },
3204
- active: {
3205
- iconPath: this.getIconPath("menus/delete.svg#on-surface--active"),
3206
- iconName: "menus_delete_on-surface--active"
3207
- },
3208
- disabled: {
3209
- iconPath: this.getIconPath("menus/delete.svg#on-surface--disabled"),
3210
- iconName: "menus_delete_on-surface--disabled"
3211
- }
3212
- },
3213
- onPrimary: {
3214
- enabled: {
3215
- iconPath: this.getIconPath("menus/delete.svg#on-primary--enabled"),
3216
- iconName: "menus_delete_on-primary--enabled"
3217
- },
3218
- hover: {
3219
- iconPath: this.getIconPath("menus/delete.svg#on-primary--hover"),
3220
- iconName: "menus_delete_on-primary--hover"
3221
- },
3222
- active: {
3223
- iconPath: this.getIconPath("menus/delete.svg#on-primary--active"),
3224
- iconName: "menus_delete_on-primary--active"
3225
- },
3226
- disabled: {
3227
- iconPath: this.getIconPath("menus/delete.svg#on-primary--disabled"),
3228
- iconName: "menus_delete_on-primary--disabled"
3229
- }
3230
- },
3231
- onDisabled: {
3232
- enabled: {
3233
- iconPath: this.getIconPath("menus/delete.svg#on-disabled--enabled"),
3234
- iconName: "menus_delete_on-disabled--enabled"
3235
- }
3236
- },
3237
- onMessage: {
3238
- enabled: {
3239
- iconPath: this.getIconPath("menus/delete.svg#on-message--enabled"),
3240
- iconName: "menus_delete_on-message--enabled"
3241
- }
3242
- },
3243
- onElevation: {
3244
- enabled: {
3245
- iconPath: this.getIconPath("menus/delete.svg#on-elevation--enabled"),
3246
- iconName: "menus_delete_on-elevation--enabled"
3247
- }
3248
- },
3249
- primary: {
3250
- enabled: {
3251
- iconPath: this.getIconPath("menus/delete.svg#primary--enabled"),
3252
- iconName: "menus_delete_primary--enabled"
3253
- },
3254
- hover: {
3255
- iconPath: this.getIconPath("menus/delete.svg#primary--hover"),
3256
- iconName: "menus_delete_primary--hover"
3257
- },
3258
- active: {
3259
- iconPath: this.getIconPath("menus/delete.svg#primary--active"),
3260
- iconName: "menus_delete_primary--active"
3261
- },
3262
- disabled: {
3263
- iconPath: this.getIconPath("menus/delete.svg#primary--disabled"),
3264
- iconName: "menus_delete_primary--disabled"
3265
- }
3266
- },
3267
- neutral: {
3268
- enabled: {
3269
- iconPath: this.getIconPath("menus/delete.svg#neutral--enabled"),
3270
- iconName: "menus_delete_neutral--enabled"
3271
- },
3272
- hover: {
3273
- iconPath: this.getIconPath("menus/delete.svg#neutral--hover"),
3274
- iconName: "menus_delete_neutral--hover"
3275
- },
3276
- active: {
3277
- iconPath: this.getIconPath("menus/delete.svg#neutral--active"),
3278
- iconName: "menus_delete_neutral--active"
3279
- },
3280
- disabled: {
3281
- iconPath: this.getIconPath("menus/delete.svg#neutral--disabled"),
3282
- iconName: "menus_delete_neutral--disabled"
3283
- }
3284
- },
3285
- highlighted: {
3286
- enabled: {
3287
- iconPath: this.getIconPath("menus/delete.svg#highlighted--enabled"),
3288
- iconName: "menus_delete_highlighted--enabled"
3289
- }
3290
- },
3291
- bright: {
3292
- enabled: {
3293
- iconPath: this.getIconPath("menus/delete.svg#bright--enabled"),
3294
- iconName: "menus_delete_bright--enabled"
3295
- }
3296
- }
3297
- },
3298
- cut: {
3299
- onSurface: {
3300
- enabled: {
3301
- iconPath: this.getIconPath("menus/cut.svg#on-surface--enabled"),
3302
- iconName: "menus_cut_on-surface--enabled"
3303
- },
3304
- hover: {
3305
- iconPath: this.getIconPath("menus/cut.svg#on-surface--hover"),
3306
- iconName: "menus_cut_on-surface--hover"
3307
- },
3308
- active: {
3309
- iconPath: this.getIconPath("menus/cut.svg#on-surface--active"),
3310
- iconName: "menus_cut_on-surface--active"
3311
- },
3312
- disabled: {
3313
- iconPath: this.getIconPath("menus/cut.svg#on-surface--disabled"),
3314
- iconName: "menus_cut_on-surface--disabled"
3315
- }
3316
- },
3317
- onPrimary: {
3318
- enabled: {
3319
- iconPath: this.getIconPath("menus/cut.svg#on-primary--enabled"),
3320
- iconName: "menus_cut_on-primary--enabled"
3321
- },
3322
- hover: {
3323
- iconPath: this.getIconPath("menus/cut.svg#on-primary--hover"),
3324
- iconName: "menus_cut_on-primary--hover"
3325
- },
3326
- active: {
3327
- iconPath: this.getIconPath("menus/cut.svg#on-primary--active"),
3328
- iconName: "menus_cut_on-primary--active"
3329
- },
3330
- disabled: {
3331
- iconPath: this.getIconPath("menus/cut.svg#on-primary--disabled"),
3332
- iconName: "menus_cut_on-primary--disabled"
3333
- }
3334
- },
3335
- onDisabled: {
3336
- enabled: {
3337
- iconPath: this.getIconPath("menus/cut.svg#on-disabled--enabled"),
3338
- iconName: "menus_cut_on-disabled--enabled"
3339
- }
3340
- },
3341
- onMessage: {
3342
- enabled: {
3343
- iconPath: this.getIconPath("menus/cut.svg#on-message--enabled"),
3344
- iconName: "menus_cut_on-message--enabled"
3345
- }
3346
- },
3347
- onElevation: {
3348
- enabled: {
3349
- iconPath: this.getIconPath("menus/cut.svg#on-elevation--enabled"),
3350
- iconName: "menus_cut_on-elevation--enabled"
3351
- }
3352
- },
3353
- primary: {
3354
- enabled: {
3355
- iconPath: this.getIconPath("menus/cut.svg#primary--enabled"),
3356
- iconName: "menus_cut_primary--enabled"
3357
- },
3358
- hover: {
3359
- iconPath: this.getIconPath("menus/cut.svg#primary--hover"),
3360
- iconName: "menus_cut_primary--hover"
3361
- },
3362
- active: {
3363
- iconPath: this.getIconPath("menus/cut.svg#primary--active"),
3364
- iconName: "menus_cut_primary--active"
3365
- },
3366
- disabled: {
3367
- iconPath: this.getIconPath("menus/cut.svg#primary--disabled"),
3368
- iconName: "menus_cut_primary--disabled"
3369
- }
3370
- },
3371
- neutral: {
3372
- enabled: {
3373
- iconPath: this.getIconPath("menus/cut.svg#neutral--enabled"),
3374
- iconName: "menus_cut_neutral--enabled"
3375
- },
3376
- hover: {
3377
- iconPath: this.getIconPath("menus/cut.svg#neutral--hover"),
3378
- iconName: "menus_cut_neutral--hover"
3379
- },
3380
- active: {
3381
- iconPath: this.getIconPath("menus/cut.svg#neutral--active"),
3382
- iconName: "menus_cut_neutral--active"
3383
- },
3384
- disabled: {
3385
- iconPath: this.getIconPath("menus/cut.svg#neutral--disabled"),
3386
- iconName: "menus_cut_neutral--disabled"
3387
- }
3388
- },
3389
- highlighted: {
3390
- enabled: {
3391
- iconPath: this.getIconPath("menus/cut.svg#highlighted--enabled"),
3392
- iconName: "menus_cut_highlighted--enabled"
3393
- }
3394
- },
3395
- bright: {
3396
- enabled: {
3397
- iconPath: this.getIconPath("menus/cut.svg#bright--enabled"),
3398
- iconName: "menus_cut_bright--enabled"
3399
- }
3400
- }
3401
- },
3402
- createDatabaseTables: {
3403
- onSurface: {
3404
- enabled: {
3405
- iconPath: this.getIconPath("menus/create-database-tables.svg#on-surface--enabled"),
3406
- iconName: "menus_create-database-tables_on-surface--enabled"
3407
- },
3408
- hover: {
3409
- iconPath: this.getIconPath("menus/create-database-tables.svg#on-surface--hover"),
3410
- iconName: "menus_create-database-tables_on-surface--hover"
3411
- },
3412
- active: {
3413
- iconPath: this.getIconPath("menus/create-database-tables.svg#on-surface--active"),
3414
- iconName: "menus_create-database-tables_on-surface--active"
3415
- },
3416
- disabled: {
3417
- iconPath: this.getIconPath("menus/create-database-tables.svg#on-surface--disabled"),
3418
- iconName: "menus_create-database-tables_on-surface--disabled"
3419
- }
3420
- },
3421
- onPrimary: {
3422
- enabled: {
3423
- iconPath: this.getIconPath("menus/create-database-tables.svg#on-primary--enabled"),
3424
- iconName: "menus_create-database-tables_on-primary--enabled"
3425
- },
3426
- hover: {
3427
- iconPath: this.getIconPath("menus/create-database-tables.svg#on-primary--hover"),
3428
- iconName: "menus_create-database-tables_on-primary--hover"
3429
- },
3430
- active: {
3431
- iconPath: this.getIconPath("menus/create-database-tables.svg#on-primary--active"),
3432
- iconName: "menus_create-database-tables_on-primary--active"
3433
- },
3434
- disabled: {
3435
- iconPath: this.getIconPath("menus/create-database-tables.svg#on-primary--disabled"),
3436
- iconName: "menus_create-database-tables_on-primary--disabled"
3437
- }
3438
- },
3439
- onDisabled: {
3440
- enabled: {
3441
- iconPath: this.getIconPath("menus/create-database-tables.svg#on-disabled--enabled"),
3442
- iconName: "menus_create-database-tables_on-disabled--enabled"
3443
- }
3444
- },
3445
- onMessage: {
3446
- enabled: {
3447
- iconPath: this.getIconPath("menus/create-database-tables.svg#on-message--enabled"),
3448
- iconName: "menus_create-database-tables_on-message--enabled"
3449
- }
3450
- },
3451
- onElevation: {
3452
- enabled: {
3453
- iconPath: this.getIconPath("menus/create-database-tables.svg#on-elevation--enabled"),
3454
- iconName: "menus_create-database-tables_on-elevation--enabled"
3455
- }
3456
- },
3457
- primary: {
3458
- enabled: {
3459
- iconPath: this.getIconPath("menus/create-database-tables.svg#primary--enabled"),
3460
- iconName: "menus_create-database-tables_primary--enabled"
3461
- },
3462
- hover: {
3463
- iconPath: this.getIconPath("menus/create-database-tables.svg#primary--hover"),
3464
- iconName: "menus_create-database-tables_primary--hover"
3465
- },
3466
- active: {
3467
- iconPath: this.getIconPath("menus/create-database-tables.svg#primary--active"),
3468
- iconName: "menus_create-database-tables_primary--active"
3469
- },
3470
- disabled: {
3471
- iconPath: this.getIconPath("menus/create-database-tables.svg#primary--disabled"),
3472
- iconName: "menus_create-database-tables_primary--disabled"
3473
- }
3474
- },
3475
- neutral: {
3476
- enabled: {
3477
- iconPath: this.getIconPath("menus/create-database-tables.svg#neutral--enabled"),
3478
- iconName: "menus_create-database-tables_neutral--enabled"
3479
- },
3480
- hover: {
3481
- iconPath: this.getIconPath("menus/create-database-tables.svg#neutral--hover"),
3482
- iconName: "menus_create-database-tables_neutral--hover"
3483
- },
3484
- active: {
3485
- iconPath: this.getIconPath("menus/create-database-tables.svg#neutral--active"),
3486
- iconName: "menus_create-database-tables_neutral--active"
3487
- },
3488
- disabled: {
3489
- iconPath: this.getIconPath("menus/create-database-tables.svg#neutral--disabled"),
3490
- iconName: "menus_create-database-tables_neutral--disabled"
3491
- }
3492
- },
3493
- highlighted: {
3494
- enabled: {
3495
- iconPath: this.getIconPath("menus/create-database-tables.svg#highlighted--enabled"),
3496
- iconName: "menus_create-database-tables_highlighted--enabled"
3497
- }
3498
- },
3499
- bright: {
3500
- enabled: {
3501
- iconPath: this.getIconPath("menus/create-database-tables.svg#bright--enabled"),
3502
- iconName: "menus_create-database-tables_bright--enabled"
3503
- }
3504
- }
3505
- },
3506
- copy: {
3507
- onSurface: {
3508
- enabled: {
3509
- iconPath: this.getIconPath("menus/copy.svg#on-surface--enabled"),
3510
- iconName: "menus_copy_on-surface--enabled"
3511
- },
3512
- hover: {
3513
- iconPath: this.getIconPath("menus/copy.svg#on-surface--hover"),
3514
- iconName: "menus_copy_on-surface--hover"
3515
- },
3516
- active: {
3517
- iconPath: this.getIconPath("menus/copy.svg#on-surface--active"),
3518
- iconName: "menus_copy_on-surface--active"
3519
- },
3520
- disabled: {
3521
- iconPath: this.getIconPath("menus/copy.svg#on-surface--disabled"),
3522
- iconName: "menus_copy_on-surface--disabled"
3523
- }
3524
- },
3525
- onPrimary: {
3526
- enabled: {
3527
- iconPath: this.getIconPath("menus/copy.svg#on-primary--enabled"),
3528
- iconName: "menus_copy_on-primary--enabled"
3529
- },
3530
- hover: {
3531
- iconPath: this.getIconPath("menus/copy.svg#on-primary--hover"),
3532
- iconName: "menus_copy_on-primary--hover"
3533
- },
3534
- active: {
3535
- iconPath: this.getIconPath("menus/copy.svg#on-primary--active"),
3536
- iconName: "menus_copy_on-primary--active"
3537
- },
3538
- disabled: {
3539
- iconPath: this.getIconPath("menus/copy.svg#on-primary--disabled"),
3540
- iconName: "menus_copy_on-primary--disabled"
3541
- }
3542
- },
3543
- onDisabled: {
3544
- enabled: {
3545
- iconPath: this.getIconPath("menus/copy.svg#on-disabled--enabled"),
3546
- iconName: "menus_copy_on-disabled--enabled"
3547
- }
3548
- },
3549
- onMessage: {
3550
- enabled: {
3551
- iconPath: this.getIconPath("menus/copy.svg#on-message--enabled"),
3552
- iconName: "menus_copy_on-message--enabled"
3553
- }
3554
- },
3555
- onElevation: {
3556
- enabled: {
3557
- iconPath: this.getIconPath("menus/copy.svg#on-elevation--enabled"),
3558
- iconName: "menus_copy_on-elevation--enabled"
3559
- }
3560
- },
3561
- primary: {
3562
- enabled: {
3563
- iconPath: this.getIconPath("menus/copy.svg#primary--enabled"),
3564
- iconName: "menus_copy_primary--enabled"
3565
- },
3566
- hover: {
3567
- iconPath: this.getIconPath("menus/copy.svg#primary--hover"),
3568
- iconName: "menus_copy_primary--hover"
3569
- },
3570
- active: {
3571
- iconPath: this.getIconPath("menus/copy.svg#primary--active"),
3572
- iconName: "menus_copy_primary--active"
3573
- },
3574
- disabled: {
3575
- iconPath: this.getIconPath("menus/copy.svg#primary--disabled"),
3576
- iconName: "menus_copy_primary--disabled"
3577
- }
3578
- },
3579
- neutral: {
3580
- enabled: {
3581
- iconPath: this.getIconPath("menus/copy.svg#neutral--enabled"),
3582
- iconName: "menus_copy_neutral--enabled"
3583
- },
3584
- hover: {
3585
- iconPath: this.getIconPath("menus/copy.svg#neutral--hover"),
3586
- iconName: "menus_copy_neutral--hover"
3587
- },
3588
- active: {
3589
- iconPath: this.getIconPath("menus/copy.svg#neutral--active"),
3590
- iconName: "menus_copy_neutral--active"
3591
- },
3592
- disabled: {
3593
- iconPath: this.getIconPath("menus/copy.svg#neutral--disabled"),
3594
- iconName: "menus_copy_neutral--disabled"
3595
- }
3596
- },
3597
- highlighted: {
3598
- enabled: {
3599
- iconPath: this.getIconPath("menus/copy.svg#highlighted--enabled"),
3600
- iconName: "menus_copy_highlighted--enabled"
3601
- }
3602
- },
3603
- bright: {
3604
- enabled: {
3605
- iconPath: this.getIconPath("menus/copy.svg#bright--enabled"),
3606
- iconName: "menus_copy_bright--enabled"
3607
- }
3608
- }
3609
- },
3610
- cancelBuild: {
3611
- onSurface: {
3612
- enabled: {
3613
- iconPath: this.getIconPath("menus/cancel-build.svg#on-surface--enabled"),
3614
- iconName: "menus_cancel-build_on-surface--enabled"
3615
- },
3616
- hover: {
3617
- iconPath: this.getIconPath("menus/cancel-build.svg#on-surface--hover"),
3618
- iconName: "menus_cancel-build_on-surface--hover"
3619
- },
3620
- active: {
3621
- iconPath: this.getIconPath("menus/cancel-build.svg#on-surface--active"),
3622
- iconName: "menus_cancel-build_on-surface--active"
3623
- },
3624
- disabled: {
3625
- iconPath: this.getIconPath("menus/cancel-build.svg#on-surface--disabled"),
3626
- iconName: "menus_cancel-build_on-surface--disabled"
3627
- }
3628
- },
3629
- onPrimary: {
3630
- enabled: {
3631
- iconPath: this.getIconPath("menus/cancel-build.svg#on-primary--enabled"),
3632
- iconName: "menus_cancel-build_on-primary--enabled"
3633
- },
3634
- hover: {
3635
- iconPath: this.getIconPath("menus/cancel-build.svg#on-primary--hover"),
3636
- iconName: "menus_cancel-build_on-primary--hover"
3637
- },
3638
- active: {
3639
- iconPath: this.getIconPath("menus/cancel-build.svg#on-primary--active"),
3640
- iconName: "menus_cancel-build_on-primary--active"
3641
- },
3642
- disabled: {
3643
- iconPath: this.getIconPath("menus/cancel-build.svg#on-primary--disabled"),
3644
- iconName: "menus_cancel-build_on-primary--disabled"
3645
- }
3646
- },
3647
- onDisabled: {
3648
- enabled: {
3649
- iconPath: this.getIconPath("menus/cancel-build.svg#on-disabled--enabled"),
3650
- iconName: "menus_cancel-build_on-disabled--enabled"
3651
- }
3652
- },
3653
- onMessage: {
3654
- enabled: {
3655
- iconPath: this.getIconPath("menus/cancel-build.svg#on-message--enabled"),
3656
- iconName: "menus_cancel-build_on-message--enabled"
3657
- }
3658
- },
3659
- onElevation: {
3660
- enabled: {
3661
- iconPath: this.getIconPath("menus/cancel-build.svg#on-elevation--enabled"),
3662
- iconName: "menus_cancel-build_on-elevation--enabled"
3663
- }
3664
- },
3665
- primary: {
3666
- enabled: {
3667
- iconPath: this.getIconPath("menus/cancel-build.svg#primary--enabled"),
3668
- iconName: "menus_cancel-build_primary--enabled"
3669
- },
3670
- hover: {
3671
- iconPath: this.getIconPath("menus/cancel-build.svg#primary--hover"),
3672
- iconName: "menus_cancel-build_primary--hover"
3673
- },
3674
- active: {
3675
- iconPath: this.getIconPath("menus/cancel-build.svg#primary--active"),
3676
- iconName: "menus_cancel-build_primary--active"
3677
- },
3678
- disabled: {
3679
- iconPath: this.getIconPath("menus/cancel-build.svg#primary--disabled"),
3680
- iconName: "menus_cancel-build_primary--disabled"
3681
- }
3682
- },
3683
- neutral: {
3684
- enabled: {
3685
- iconPath: this.getIconPath("menus/cancel-build.svg#neutral--enabled"),
3686
- iconName: "menus_cancel-build_neutral--enabled"
3687
- },
3688
- hover: {
3689
- iconPath: this.getIconPath("menus/cancel-build.svg#neutral--hover"),
3690
- iconName: "menus_cancel-build_neutral--hover"
3691
- },
3692
- active: {
3693
- iconPath: this.getIconPath("menus/cancel-build.svg#neutral--active"),
3694
- iconName: "menus_cancel-build_neutral--active"
3695
- },
3696
- disabled: {
3697
- iconPath: this.getIconPath("menus/cancel-build.svg#neutral--disabled"),
3698
- iconName: "menus_cancel-build_neutral--disabled"
3699
- }
3700
- },
3701
- highlighted: {
3702
- enabled: {
3703
- iconPath: this.getIconPath("menus/cancel-build.svg#highlighted--enabled"),
3704
- iconName: "menus_cancel-build_highlighted--enabled"
3705
- }
3706
- },
3707
- bright: {
3708
- enabled: {
3709
- iconPath: this.getIconPath("menus/cancel-build.svg#bright--enabled"),
3710
- iconName: "menus_cancel-build_bright--enabled"
3711
- }
3712
- }
3713
- },
3714
- build: {
3715
- onSurface: {
3716
- enabled: {
3717
- iconPath: this.getIconPath("menus/build.svg#on-surface--enabled"),
3718
- iconName: "menus_build_on-surface--enabled"
3719
- },
3720
- hover: {
3721
- iconPath: this.getIconPath("menus/build.svg#on-surface--hover"),
3722
- iconName: "menus_build_on-surface--hover"
3723
- },
3724
- active: {
3725
- iconPath: this.getIconPath("menus/build.svg#on-surface--active"),
3726
- iconName: "menus_build_on-surface--active"
3727
- },
3728
- disabled: {
3729
- iconPath: this.getIconPath("menus/build.svg#on-surface--disabled"),
3730
- iconName: "menus_build_on-surface--disabled"
3731
- }
3732
- },
3733
- onPrimary: {
3734
- enabled: {
3735
- iconPath: this.getIconPath("menus/build.svg#on-primary--enabled"),
3736
- iconName: "menus_build_on-primary--enabled"
3737
- },
3738
- hover: {
3739
- iconPath: this.getIconPath("menus/build.svg#on-primary--hover"),
3740
- iconName: "menus_build_on-primary--hover"
3741
- },
3742
- active: {
3743
- iconPath: this.getIconPath("menus/build.svg#on-primary--active"),
3744
- iconName: "menus_build_on-primary--active"
3745
- },
3746
- disabled: {
3747
- iconPath: this.getIconPath("menus/build.svg#on-primary--disabled"),
3748
- iconName: "menus_build_on-primary--disabled"
3749
- }
3750
- },
3751
- onDisabled: {
3752
- enabled: {
3753
- iconPath: this.getIconPath("menus/build.svg#on-disabled--enabled"),
3754
- iconName: "menus_build_on-disabled--enabled"
3755
- }
3756
- },
3757
- onMessage: {
3758
- enabled: {
3759
- iconPath: this.getIconPath("menus/build.svg#on-message--enabled"),
3760
- iconName: "menus_build_on-message--enabled"
3761
- }
3762
- },
3763
- onElevation: {
3764
- enabled: {
3765
- iconPath: this.getIconPath("menus/build.svg#on-elevation--enabled"),
3766
- iconName: "menus_build_on-elevation--enabled"
3767
- }
3768
- },
3769
- primary: {
3770
- enabled: {
3771
- iconPath: this.getIconPath("menus/build.svg#primary--enabled"),
3772
- iconName: "menus_build_primary--enabled"
3773
- },
3774
- hover: {
3775
- iconPath: this.getIconPath("menus/build.svg#primary--hover"),
3776
- iconName: "menus_build_primary--hover"
3777
- },
3778
- active: {
3779
- iconPath: this.getIconPath("menus/build.svg#primary--active"),
3780
- iconName: "menus_build_primary--active"
3781
- },
3782
- disabled: {
3783
- iconPath: this.getIconPath("menus/build.svg#primary--disabled"),
3784
- iconName: "menus_build_primary--disabled"
3785
- }
3786
- },
3787
- neutral: {
3788
- enabled: {
3789
- iconPath: this.getIconPath("menus/build.svg#neutral--enabled"),
3790
- iconName: "menus_build_neutral--enabled"
3791
- },
3792
- hover: {
3793
- iconPath: this.getIconPath("menus/build.svg#neutral--hover"),
3794
- iconName: "menus_build_neutral--hover"
3795
- },
3796
- active: {
3797
- iconPath: this.getIconPath("menus/build.svg#neutral--active"),
3798
- iconName: "menus_build_neutral--active"
3799
- },
3800
- disabled: {
3801
- iconPath: this.getIconPath("menus/build.svg#neutral--disabled"),
3802
- iconName: "menus_build_neutral--disabled"
3803
- }
3804
- },
3805
- highlighted: {
3806
- enabled: {
3807
- iconPath: this.getIconPath("menus/build.svg#highlighted--enabled"),
3808
- iconName: "menus_build_highlighted--enabled"
3809
- }
3810
- },
3811
- bright: {
3812
- enabled: {
3813
- iconPath: this.getIconPath("menus/build.svg#bright--enabled"),
3814
- iconName: "menus_build_bright--enabled"
3815
- }
3816
- }
3817
- },
3818
- buildAll: {
3819
- onSurface: {
3820
- enabled: {
3821
- iconPath: this.getIconPath("menus/build-all.svg#on-surface--enabled"),
3822
- iconName: "menus_build-all_on-surface--enabled"
3823
- },
3824
- hover: {
3825
- iconPath: this.getIconPath("menus/build-all.svg#on-surface--hover"),
3826
- iconName: "menus_build-all_on-surface--hover"
3827
- },
3828
- active: {
3829
- iconPath: this.getIconPath("menus/build-all.svg#on-surface--active"),
3830
- iconName: "menus_build-all_on-surface--active"
3831
- },
3832
- disabled: {
3833
- iconPath: this.getIconPath("menus/build-all.svg#on-surface--disabled"),
3834
- iconName: "menus_build-all_on-surface--disabled"
3835
- }
3836
- },
3837
- onPrimary: {
3838
- enabled: {
3839
- iconPath: this.getIconPath("menus/build-all.svg#on-primary--enabled"),
3840
- iconName: "menus_build-all_on-primary--enabled"
3841
- },
3842
- hover: {
3843
- iconPath: this.getIconPath("menus/build-all.svg#on-primary--hover"),
3844
- iconName: "menus_build-all_on-primary--hover"
3845
- },
3846
- active: {
3847
- iconPath: this.getIconPath("menus/build-all.svg#on-primary--active"),
3848
- iconName: "menus_build-all_on-primary--active"
3849
- },
3850
- disabled: {
3851
- iconPath: this.getIconPath("menus/build-all.svg#on-primary--disabled"),
3852
- iconName: "menus_build-all_on-primary--disabled"
3853
- }
3854
- },
3855
- onDisabled: {
3856
- enabled: {
3857
- iconPath: this.getIconPath("menus/build-all.svg#on-disabled--enabled"),
3858
- iconName: "menus_build-all_on-disabled--enabled"
3859
- }
3860
- },
3861
- onMessage: {
3862
- enabled: {
3863
- iconPath: this.getIconPath("menus/build-all.svg#on-message--enabled"),
3864
- iconName: "menus_build-all_on-message--enabled"
3865
- }
3866
- },
3867
- onElevation: {
3868
- enabled: {
3869
- iconPath: this.getIconPath("menus/build-all.svg#on-elevation--enabled"),
3870
- iconName: "menus_build-all_on-elevation--enabled"
3871
- }
3872
- },
3873
- primary: {
3874
- enabled: {
3875
- iconPath: this.getIconPath("menus/build-all.svg#primary--enabled"),
3876
- iconName: "menus_build-all_primary--enabled"
3877
- },
3878
- hover: {
3879
- iconPath: this.getIconPath("menus/build-all.svg#primary--hover"),
3880
- iconName: "menus_build-all_primary--hover"
3881
- },
3882
- active: {
3883
- iconPath: this.getIconPath("menus/build-all.svg#primary--active"),
3884
- iconName: "menus_build-all_primary--active"
3885
- },
3886
- disabled: {
3887
- iconPath: this.getIconPath("menus/build-all.svg#primary--disabled"),
3888
- iconName: "menus_build-all_primary--disabled"
3889
- }
3890
- },
3891
- neutral: {
3892
- enabled: {
3893
- iconPath: this.getIconPath("menus/build-all.svg#neutral--enabled"),
3894
- iconName: "menus_build-all_neutral--enabled"
3895
- },
3896
- hover: {
3897
- iconPath: this.getIconPath("menus/build-all.svg#neutral--hover"),
3898
- iconName: "menus_build-all_neutral--hover"
3899
- },
3900
- active: {
3901
- iconPath: this.getIconPath("menus/build-all.svg#neutral--active"),
3902
- iconName: "menus_build-all_neutral--active"
3903
- },
3904
- disabled: {
3905
- iconPath: this.getIconPath("menus/build-all.svg#neutral--disabled"),
3906
- iconName: "menus_build-all_neutral--disabled"
3907
- }
3908
- },
3909
- highlighted: {
3910
- enabled: {
3911
- iconPath: this.getIconPath("menus/build-all.svg#highlighted--enabled"),
3912
- iconName: "menus_build-all_highlighted--enabled"
3913
- }
3914
- },
3915
- bright: {
3916
- enabled: {
3917
- iconPath: this.getIconPath("menus/build-all.svg#bright--enabled"),
3918
- iconName: "menus_build-all_bright--enabled"
3919
- }
3920
- }
3921
- }
3922
- },
3923
- geminiTools: {
3924
- addCircle: {
3925
- onSurface: {
3926
- enabled: {
3927
- iconPath: this.getIconPath("gemini-tools/add-circle.svg#on-surface--enabled"),
3928
- iconName: "gemini-tools_add-circle_on-surface--enabled"
3929
- },
3930
- hover: {
3931
- iconPath: this.getIconPath("gemini-tools/add-circle.svg#on-surface--hover"),
3932
- iconName: "gemini-tools_add-circle_on-surface--hover"
3933
- },
3934
- active: {
3935
- iconPath: this.getIconPath("gemini-tools/add-circle.svg#on-surface--active"),
3936
- iconName: "gemini-tools_add-circle_on-surface--active"
3937
- },
3938
- disabled: {
3939
- iconPath: this.getIconPath("gemini-tools/add-circle.svg#on-surface--disabled"),
3940
- iconName: "gemini-tools_add-circle_on-surface--disabled"
3941
- }
3942
- },
3943
- onPrimary: {
3944
- enabled: {
3945
- iconPath: this.getIconPath("gemini-tools/add-circle.svg#on-primary--enabled"),
3946
- iconName: "gemini-tools_add-circle_on-primary--enabled"
3947
- },
3948
- hover: {
3949
- iconPath: this.getIconPath("gemini-tools/add-circle.svg#on-primary--hover"),
3950
- iconName: "gemini-tools_add-circle_on-primary--hover"
3951
- },
3952
- active: {
3953
- iconPath: this.getIconPath("gemini-tools/add-circle.svg#on-primary--active"),
3954
- iconName: "gemini-tools_add-circle_on-primary--active"
3955
- },
3956
- disabled: {
3957
- iconPath: this.getIconPath("gemini-tools/add-circle.svg#on-primary--disabled"),
3958
- iconName: "gemini-tools_add-circle_on-primary--disabled"
3959
- }
3960
- },
3961
- onDisabled: {
3962
- enabled: {
3963
- iconPath: this.getIconPath("gemini-tools/add-circle.svg#on-disabled--enabled"),
3964
- iconName: "gemini-tools_add-circle_on-disabled--enabled"
3965
- }
3966
- },
3967
- onMessage: {
3968
- enabled: {
3969
- iconPath: this.getIconPath("gemini-tools/add-circle.svg#on-message--enabled"),
3970
- iconName: "gemini-tools_add-circle_on-message--enabled"
3971
- }
3972
- },
3973
- onElevation: {
3974
- enabled: {
3975
- iconPath: this.getIconPath("gemini-tools/add-circle.svg#on-elevation--enabled"),
3976
- iconName: "gemini-tools_add-circle_on-elevation--enabled"
3977
- }
3978
- },
3979
- primary: {
3980
- enabled: {
3981
- iconPath: this.getIconPath("gemini-tools/add-circle.svg#primary--enabled"),
3982
- iconName: "gemini-tools_add-circle_primary--enabled"
3983
- },
3984
- hover: {
3985
- iconPath: this.getIconPath("gemini-tools/add-circle.svg#primary--hover"),
3986
- iconName: "gemini-tools_add-circle_primary--hover"
3987
- },
3988
- active: {
3989
- iconPath: this.getIconPath("gemini-tools/add-circle.svg#primary--active"),
3990
- iconName: "gemini-tools_add-circle_primary--active"
3991
- },
3992
- disabled: {
3993
- iconPath: this.getIconPath("gemini-tools/add-circle.svg#primary--disabled"),
3994
- iconName: "gemini-tools_add-circle_primary--disabled"
3995
- }
3996
- },
3997
- neutral: {
3998
- enabled: {
3999
- iconPath: this.getIconPath("gemini-tools/add-circle.svg#neutral--enabled"),
4000
- iconName: "gemini-tools_add-circle_neutral--enabled"
4001
- },
4002
- hover: {
4003
- iconPath: this.getIconPath("gemini-tools/add-circle.svg#neutral--hover"),
4004
- iconName: "gemini-tools_add-circle_neutral--hover"
4005
- },
4006
- active: {
4007
- iconPath: this.getIconPath("gemini-tools/add-circle.svg#neutral--active"),
4008
- iconName: "gemini-tools_add-circle_neutral--active"
4009
- },
4010
- disabled: {
4011
- iconPath: this.getIconPath("gemini-tools/add-circle.svg#neutral--disabled"),
4012
- iconName: "gemini-tools_add-circle_neutral--disabled"
4013
- }
4014
- },
4015
- highlighted: {
4016
- enabled: {
4017
- iconPath: this.getIconPath("gemini-tools/add-circle.svg#highlighted--enabled"),
4018
- iconName: "gemini-tools_add-circle_highlighted--enabled"
4019
- }
4020
- },
4021
- bright: {
4022
- enabled: {
4023
- iconPath: this.getIconPath("gemini-tools/add-circle.svg#bright--enabled"),
4024
- iconName: "gemini-tools_add-circle_bright--enabled"
4025
- }
4026
- }
4027
- }
4028
- }
4029
- }
4030
- };