@genexus/mercury 0.13.2 → 0.13.4

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 (57) hide show
  1. package/README.md +393 -103
  2. package/dist/assets/MERCURY_ASSETS.d.ts +933 -51
  3. package/dist/assets/MERCURY_ASSETS.js +1 -1
  4. package/dist/assets/MERCURY_ASSETS.ts +1482 -600
  5. package/dist/assets/icons/system/dark/accessibility-new.svg +1 -0
  6. package/dist/assets/icons/system/dark/arrow-drop-down.svg +1 -0
  7. package/dist/assets/icons/system/dark/arrow-drop-left.svg +1 -0
  8. package/dist/assets/icons/system/dark/arrow-drop-right.svg +1 -0
  9. package/dist/assets/icons/system/dark/arrow-drop-up.svg +1 -0
  10. package/dist/assets/icons/system/dark/chevron-down.svg +1 -1
  11. package/dist/assets/icons/system/dark/chevron-pag-left.svg +1 -0
  12. package/dist/assets/icons/system/dark/chevron-pag-right.svg +1 -0
  13. package/dist/assets/icons/system/dark/chevron-small-down.svg +1 -0
  14. package/dist/assets/icons/system/dark/chevron-small-up.svg +1 -0
  15. package/dist/assets/icons/system/dark/chevron-up.svg +1 -1
  16. package/dist/assets/icons/system/dark/help-variant.svg +1 -1
  17. package/dist/assets/icons/system/dark/link-off.svg +1 -0
  18. package/dist/assets/icons/system/dark/mic-off.svg +1 -1
  19. package/dist/assets/icons/system/dark/text-compare.svg +1 -0
  20. package/dist/assets/icons/system/light/accessibility-new.svg +1 -0
  21. package/dist/assets/icons/system/light/arrow-drop-down.svg +1 -0
  22. package/dist/assets/icons/system/light/arrow-drop-left.svg +1 -0
  23. package/dist/assets/icons/system/light/arrow-drop-right.svg +1 -0
  24. package/dist/assets/icons/system/light/arrow-drop-up.svg +1 -0
  25. package/dist/assets/icons/system/light/chevron-down.svg +1 -1
  26. package/dist/assets/icons/system/light/chevron-pag-left.svg +1 -0
  27. package/dist/assets/icons/system/light/chevron-pag-right.svg +1 -0
  28. package/dist/assets/icons/system/light/chevron-small-down.svg +1 -0
  29. package/dist/assets/icons/system/light/chevron-small-up.svg +1 -0
  30. package/dist/assets/icons/system/light/chevron-up.svg +1 -1
  31. package/dist/assets/icons/system/light/help-variant.svg +1 -1
  32. package/dist/assets/icons/system/light/link-off.svg +1 -0
  33. package/dist/assets/icons/system/light/mic-off.svg +1 -1
  34. package/dist/assets/icons/system/light/text-compare.svg +1 -0
  35. package/dist/bundles/css/all.css +1 -1
  36. package/dist/bundles/css/base/base-globant.css +1 -1
  37. package/dist/bundles/css/base/base.css +1 -1
  38. package/dist/bundles/css/base/icons.css +1 -1
  39. package/dist/bundles/css/components/edit.css +1 -1
  40. package/dist/bundles/css/utils/form--full.css +1 -1
  41. package/dist/bundles/js/all.js +1 -1
  42. package/dist/bundles/js/base/base-globant.js +1 -1
  43. package/dist/bundles/js/base/base.js +1 -1
  44. package/dist/bundles/js/base/icons.js +1 -1
  45. package/dist/bundles/js/components/edit.js +1 -1
  46. package/dist/bundles/js/utils/form--full.js +1 -1
  47. package/dist/mercury.scss +630 -197
  48. package/package.json +2 -2
  49. package/LICENSE +0 -21
  50. package/dist/assets/icons/system/dark/chevron-close-treeview.svg +0 -1
  51. package/dist/assets/icons/system/dark/chevron-open-treeview.svg +0 -1
  52. package/dist/assets/icons/system/light/chevron-close-treeview.svg +0 -1
  53. package/dist/assets/icons/system/light/chevron-open-treeview.svg +0 -1
  54. /package/dist/assets/icons/system/dark/{keyboard-arrow-left.svg → chevron-small-left.svg} +0 -0
  55. /package/dist/assets/icons/system/dark/{keyboard-arrow-right.svg → chevron-small-right.svg} +0 -0
  56. /package/dist/assets/icons/system/light/{keyboard-arrow-left.svg → chevron-small-left.svg} +0 -0
  57. /package/dist/assets/icons/system/light/{keyboard-arrow-right.svg → chevron-small-right.svg} +0 -0
package/dist/mercury.scss CHANGED
@@ -1410,7 +1410,7 @@
1410
1410
 
1411
1411
  // - - - - - - - Placeholder - - - - - - -
1412
1412
 
1413
- --control-placeholder__color: var(--ch-placeholder-color);
1413
+ --control-placeholder__color: var(--mer-color__neutral-gray--400);
1414
1414
  --control-placeholder__color--disabled: var(
1415
1415
  --mer-form-input__color--disabled
1416
1416
  );
@@ -6200,6 +6200,7 @@
6200
6200
  /// @param {Boolean} $add--error [true] -
6201
6201
  @mixin input(
6202
6202
  $selector: ".input",
6203
+ $empty-placeholder-selector: ".input[part*='ch-edit--empty-value']",
6203
6204
  $error-selector: ".input-error",
6204
6205
  $add--disabled: true,
6205
6206
  $add--error: true,
@@ -6221,11 +6222,11 @@
6221
6222
  @extend %input--disabled;
6222
6223
  }
6223
6224
  }
6225
+ }
6224
6226
 
6225
- @if $add--placeholder {
6226
- &::placeholder {
6227
- font-style: italic;
6228
- }
6227
+ @if $add--placeholder {
6228
+ #{$empty-placeholder-selector} {
6229
+ font-style: var(--control-placeholder__font-style);
6229
6230
  }
6230
6231
  }
6231
6232
 
@@ -14638,6 +14639,30 @@
14638
14639
  --icon__system_thumb-down_neutral--disabled: url('#{$icons-path}system/light/thumb-down.svg#neutral--disabled');
14639
14640
  --icon__system_thumb-down_highlighted--enabled: url('#{$icons-path}system/light/thumb-down.svg#highlighted--enabled');
14640
14641
  --icon__system_thumb-down_bright--enabled: url('#{$icons-path}system/light/thumb-down.svg#bright--enabled');
14642
+ --icon__system_text-compare_on-surface--enabled: url('#{$icons-path}system/light/text-compare.svg#on-surface--enabled');
14643
+ --icon__system_text-compare_on-surface--hover: url('#{$icons-path}system/light/text-compare.svg#on-surface--hover');
14644
+ --icon__system_text-compare_on-surface--active: url('#{$icons-path}system/light/text-compare.svg#on-surface--active');
14645
+ --icon__system_text-compare_on-surface--disabled: url('#{$icons-path}system/light/text-compare.svg#on-surface--disabled');
14646
+ --icon__system_text-compare_on-primary--enabled: url('#{$icons-path}system/light/text-compare.svg#on-primary--enabled');
14647
+ --icon__system_text-compare_on-primary--hover: url('#{$icons-path}system/light/text-compare.svg#on-primary--hover');
14648
+ --icon__system_text-compare_on-primary--active: url('#{$icons-path}system/light/text-compare.svg#on-primary--active');
14649
+ --icon__system_text-compare_on-primary--disabled: url('#{$icons-path}system/light/text-compare.svg#on-primary--disabled');
14650
+ --icon__system_text-compare_on-disabled--enabled: url('#{$icons-path}system/light/text-compare.svg#on-disabled--enabled');
14651
+ --icon__system_text-compare_on-message--enabled: url('#{$icons-path}system/light/text-compare.svg#on-message--enabled');
14652
+ --icon__system_text-compare_on-elevation--enabled: url('#{$icons-path}system/light/text-compare.svg#on-elevation--enabled');
14653
+ --icon__system_text-compare_primary--enabled: url('#{$icons-path}system/light/text-compare.svg#primary--enabled');
14654
+ --icon__system_text-compare_primary--hover: url('#{$icons-path}system/light/text-compare.svg#primary--hover');
14655
+ --icon__system_text-compare_primary--active: url('#{$icons-path}system/light/text-compare.svg#primary--active');
14656
+ --icon__system_text-compare_primary--disabled: url('#{$icons-path}system/light/text-compare.svg#primary--disabled');
14657
+ --icon__system_text-compare_error--enabled: url('#{$icons-path}system/light/text-compare.svg#error--enabled');
14658
+ --icon__system_text-compare_warning--enabled: url('#{$icons-path}system/light/text-compare.svg#warning--enabled');
14659
+ --icon__system_text-compare_success--enabled: url('#{$icons-path}system/light/text-compare.svg#success--enabled');
14660
+ --icon__system_text-compare_neutral--enabled: url('#{$icons-path}system/light/text-compare.svg#neutral--enabled');
14661
+ --icon__system_text-compare_neutral--hover: url('#{$icons-path}system/light/text-compare.svg#neutral--hover');
14662
+ --icon__system_text-compare_neutral--active: url('#{$icons-path}system/light/text-compare.svg#neutral--active');
14663
+ --icon__system_text-compare_neutral--disabled: url('#{$icons-path}system/light/text-compare.svg#neutral--disabled');
14664
+ --icon__system_text-compare_highlighted--enabled: url('#{$icons-path}system/light/text-compare.svg#highlighted--enabled');
14665
+ --icon__system_text-compare_bright--enabled: url('#{$icons-path}system/light/text-compare.svg#bright--enabled');
14641
14666
  --icon__system_table_on-surface--enabled: url('#{$icons-path}system/light/table.svg#on-surface--enabled');
14642
14667
  --icon__system_table_on-surface--hover: url('#{$icons-path}system/light/table.svg#on-surface--hover');
14643
14668
  --icon__system_table_on-surface--active: url('#{$icons-path}system/light/table.svg#on-surface--active');
@@ -15502,6 +15527,30 @@
15502
15527
  --icon__system_link_neutral--disabled: url('#{$icons-path}system/light/link.svg#neutral--disabled');
15503
15528
  --icon__system_link_highlighted--enabled: url('#{$icons-path}system/light/link.svg#highlighted--enabled');
15504
15529
  --icon__system_link_bright--enabled: url('#{$icons-path}system/light/link.svg#bright--enabled');
15530
+ --icon__system_link-off_on-surface--enabled: url('#{$icons-path}system/light/link-off.svg#on-surface--enabled');
15531
+ --icon__system_link-off_on-surface--hover: url('#{$icons-path}system/light/link-off.svg#on-surface--hover');
15532
+ --icon__system_link-off_on-surface--active: url('#{$icons-path}system/light/link-off.svg#on-surface--active');
15533
+ --icon__system_link-off_on-surface--disabled: url('#{$icons-path}system/light/link-off.svg#on-surface--disabled');
15534
+ --icon__system_link-off_on-primary--enabled: url('#{$icons-path}system/light/link-off.svg#on-primary--enabled');
15535
+ --icon__system_link-off_on-primary--hover: url('#{$icons-path}system/light/link-off.svg#on-primary--hover');
15536
+ --icon__system_link-off_on-primary--active: url('#{$icons-path}system/light/link-off.svg#on-primary--active');
15537
+ --icon__system_link-off_on-primary--disabled: url('#{$icons-path}system/light/link-off.svg#on-primary--disabled');
15538
+ --icon__system_link-off_on-disabled--enabled: url('#{$icons-path}system/light/link-off.svg#on-disabled--enabled');
15539
+ --icon__system_link-off_on-message--enabled: url('#{$icons-path}system/light/link-off.svg#on-message--enabled');
15540
+ --icon__system_link-off_on-elevation--enabled: url('#{$icons-path}system/light/link-off.svg#on-elevation--enabled');
15541
+ --icon__system_link-off_primary--enabled: url('#{$icons-path}system/light/link-off.svg#primary--enabled');
15542
+ --icon__system_link-off_primary--hover: url('#{$icons-path}system/light/link-off.svg#primary--hover');
15543
+ --icon__system_link-off_primary--active: url('#{$icons-path}system/light/link-off.svg#primary--active');
15544
+ --icon__system_link-off_primary--disabled: url('#{$icons-path}system/light/link-off.svg#primary--disabled');
15545
+ --icon__system_link-off_error--enabled: url('#{$icons-path}system/light/link-off.svg#error--enabled');
15546
+ --icon__system_link-off_warning--enabled: url('#{$icons-path}system/light/link-off.svg#warning--enabled');
15547
+ --icon__system_link-off_success--enabled: url('#{$icons-path}system/light/link-off.svg#success--enabled');
15548
+ --icon__system_link-off_neutral--enabled: url('#{$icons-path}system/light/link-off.svg#neutral--enabled');
15549
+ --icon__system_link-off_neutral--hover: url('#{$icons-path}system/light/link-off.svg#neutral--hover');
15550
+ --icon__system_link-off_neutral--active: url('#{$icons-path}system/light/link-off.svg#neutral--active');
15551
+ --icon__system_link-off_neutral--disabled: url('#{$icons-path}system/light/link-off.svg#neutral--disabled');
15552
+ --icon__system_link-off_highlighted--enabled: url('#{$icons-path}system/light/link-off.svg#highlighted--enabled');
15553
+ --icon__system_link-off_bright--enabled: url('#{$icons-path}system/light/link-off.svg#bright--enabled');
15505
15554
  --icon__system_left-panel-open_on-surface--enabled: url('#{$icons-path}system/light/left-panel-open.svg#on-surface--enabled');
15506
15555
  --icon__system_left-panel-open_on-surface--hover: url('#{$icons-path}system/light/left-panel-open.svg#on-surface--hover');
15507
15556
  --icon__system_left-panel-open_on-surface--active: url('#{$icons-path}system/light/left-panel-open.svg#on-surface--active');
@@ -15574,54 +15623,6 @@
15574
15623
  --icon__system_language_neutral--disabled: url('#{$icons-path}system/light/language.svg#neutral--disabled');
15575
15624
  --icon__system_language_highlighted--enabled: url('#{$icons-path}system/light/language.svg#highlighted--enabled');
15576
15625
  --icon__system_language_bright--enabled: url('#{$icons-path}system/light/language.svg#bright--enabled');
15577
- --icon__system_keyboard-arrow-right_on-surface--enabled: url('#{$icons-path}system/light/keyboard-arrow-right.svg#on-surface--enabled');
15578
- --icon__system_keyboard-arrow-right_on-surface--hover: url('#{$icons-path}system/light/keyboard-arrow-right.svg#on-surface--hover');
15579
- --icon__system_keyboard-arrow-right_on-surface--active: url('#{$icons-path}system/light/keyboard-arrow-right.svg#on-surface--active');
15580
- --icon__system_keyboard-arrow-right_on-surface--disabled: url('#{$icons-path}system/light/keyboard-arrow-right.svg#on-surface--disabled');
15581
- --icon__system_keyboard-arrow-right_on-primary--enabled: url('#{$icons-path}system/light/keyboard-arrow-right.svg#on-primary--enabled');
15582
- --icon__system_keyboard-arrow-right_on-primary--hover: url('#{$icons-path}system/light/keyboard-arrow-right.svg#on-primary--hover');
15583
- --icon__system_keyboard-arrow-right_on-primary--active: url('#{$icons-path}system/light/keyboard-arrow-right.svg#on-primary--active');
15584
- --icon__system_keyboard-arrow-right_on-primary--disabled: url('#{$icons-path}system/light/keyboard-arrow-right.svg#on-primary--disabled');
15585
- --icon__system_keyboard-arrow-right_on-disabled--enabled: url('#{$icons-path}system/light/keyboard-arrow-right.svg#on-disabled--enabled');
15586
- --icon__system_keyboard-arrow-right_on-message--enabled: url('#{$icons-path}system/light/keyboard-arrow-right.svg#on-message--enabled');
15587
- --icon__system_keyboard-arrow-right_on-elevation--enabled: url('#{$icons-path}system/light/keyboard-arrow-right.svg#on-elevation--enabled');
15588
- --icon__system_keyboard-arrow-right_primary--enabled: url('#{$icons-path}system/light/keyboard-arrow-right.svg#primary--enabled');
15589
- --icon__system_keyboard-arrow-right_primary--hover: url('#{$icons-path}system/light/keyboard-arrow-right.svg#primary--hover');
15590
- --icon__system_keyboard-arrow-right_primary--active: url('#{$icons-path}system/light/keyboard-arrow-right.svg#primary--active');
15591
- --icon__system_keyboard-arrow-right_primary--disabled: url('#{$icons-path}system/light/keyboard-arrow-right.svg#primary--disabled');
15592
- --icon__system_keyboard-arrow-right_error--enabled: url('#{$icons-path}system/light/keyboard-arrow-right.svg#error--enabled');
15593
- --icon__system_keyboard-arrow-right_warning--enabled: url('#{$icons-path}system/light/keyboard-arrow-right.svg#warning--enabled');
15594
- --icon__system_keyboard-arrow-right_success--enabled: url('#{$icons-path}system/light/keyboard-arrow-right.svg#success--enabled');
15595
- --icon__system_keyboard-arrow-right_neutral--enabled: url('#{$icons-path}system/light/keyboard-arrow-right.svg#neutral--enabled');
15596
- --icon__system_keyboard-arrow-right_neutral--hover: url('#{$icons-path}system/light/keyboard-arrow-right.svg#neutral--hover');
15597
- --icon__system_keyboard-arrow-right_neutral--active: url('#{$icons-path}system/light/keyboard-arrow-right.svg#neutral--active');
15598
- --icon__system_keyboard-arrow-right_neutral--disabled: url('#{$icons-path}system/light/keyboard-arrow-right.svg#neutral--disabled');
15599
- --icon__system_keyboard-arrow-right_highlighted--enabled: url('#{$icons-path}system/light/keyboard-arrow-right.svg#highlighted--enabled');
15600
- --icon__system_keyboard-arrow-right_bright--enabled: url('#{$icons-path}system/light/keyboard-arrow-right.svg#bright--enabled');
15601
- --icon__system_keyboard-arrow-left_on-surface--enabled: url('#{$icons-path}system/light/keyboard-arrow-left.svg#on-surface--enabled');
15602
- --icon__system_keyboard-arrow-left_on-surface--hover: url('#{$icons-path}system/light/keyboard-arrow-left.svg#on-surface--hover');
15603
- --icon__system_keyboard-arrow-left_on-surface--active: url('#{$icons-path}system/light/keyboard-arrow-left.svg#on-surface--active');
15604
- --icon__system_keyboard-arrow-left_on-surface--disabled: url('#{$icons-path}system/light/keyboard-arrow-left.svg#on-surface--disabled');
15605
- --icon__system_keyboard-arrow-left_on-primary--enabled: url('#{$icons-path}system/light/keyboard-arrow-left.svg#on-primary--enabled');
15606
- --icon__system_keyboard-arrow-left_on-primary--hover: url('#{$icons-path}system/light/keyboard-arrow-left.svg#on-primary--hover');
15607
- --icon__system_keyboard-arrow-left_on-primary--active: url('#{$icons-path}system/light/keyboard-arrow-left.svg#on-primary--active');
15608
- --icon__system_keyboard-arrow-left_on-primary--disabled: url('#{$icons-path}system/light/keyboard-arrow-left.svg#on-primary--disabled');
15609
- --icon__system_keyboard-arrow-left_on-disabled--enabled: url('#{$icons-path}system/light/keyboard-arrow-left.svg#on-disabled--enabled');
15610
- --icon__system_keyboard-arrow-left_on-message--enabled: url('#{$icons-path}system/light/keyboard-arrow-left.svg#on-message--enabled');
15611
- --icon__system_keyboard-arrow-left_on-elevation--enabled: url('#{$icons-path}system/light/keyboard-arrow-left.svg#on-elevation--enabled');
15612
- --icon__system_keyboard-arrow-left_primary--enabled: url('#{$icons-path}system/light/keyboard-arrow-left.svg#primary--enabled');
15613
- --icon__system_keyboard-arrow-left_primary--hover: url('#{$icons-path}system/light/keyboard-arrow-left.svg#primary--hover');
15614
- --icon__system_keyboard-arrow-left_primary--active: url('#{$icons-path}system/light/keyboard-arrow-left.svg#primary--active');
15615
- --icon__system_keyboard-arrow-left_primary--disabled: url('#{$icons-path}system/light/keyboard-arrow-left.svg#primary--disabled');
15616
- --icon__system_keyboard-arrow-left_error--enabled: url('#{$icons-path}system/light/keyboard-arrow-left.svg#error--enabled');
15617
- --icon__system_keyboard-arrow-left_warning--enabled: url('#{$icons-path}system/light/keyboard-arrow-left.svg#warning--enabled');
15618
- --icon__system_keyboard-arrow-left_success--enabled: url('#{$icons-path}system/light/keyboard-arrow-left.svg#success--enabled');
15619
- --icon__system_keyboard-arrow-left_neutral--enabled: url('#{$icons-path}system/light/keyboard-arrow-left.svg#neutral--enabled');
15620
- --icon__system_keyboard-arrow-left_neutral--hover: url('#{$icons-path}system/light/keyboard-arrow-left.svg#neutral--hover');
15621
- --icon__system_keyboard-arrow-left_neutral--active: url('#{$icons-path}system/light/keyboard-arrow-left.svg#neutral--active');
15622
- --icon__system_keyboard-arrow-left_neutral--disabled: url('#{$icons-path}system/light/keyboard-arrow-left.svg#neutral--disabled');
15623
- --icon__system_keyboard-arrow-left_highlighted--enabled: url('#{$icons-path}system/light/keyboard-arrow-left.svg#highlighted--enabled');
15624
- --icon__system_keyboard-arrow-left_bright--enabled: url('#{$icons-path}system/light/keyboard-arrow-left.svg#bright--enabled');
15625
15626
  --icon__system_key_on-surface--enabled: url('#{$icons-path}system/light/key.svg#on-surface--enabled');
15626
15627
  --icon__system_key_on-surface--hover: url('#{$icons-path}system/light/key.svg#on-surface--hover');
15627
15628
  --icon__system_key_on-surface--active: url('#{$icons-path}system/light/key.svg#on-surface--active');
@@ -16342,6 +16343,102 @@
16342
16343
  --icon__system_chevron-up_neutral--disabled: url('#{$icons-path}system/light/chevron-up.svg#neutral--disabled');
16343
16344
  --icon__system_chevron-up_highlighted--enabled: url('#{$icons-path}system/light/chevron-up.svg#highlighted--enabled');
16344
16345
  --icon__system_chevron-up_bright--enabled: url('#{$icons-path}system/light/chevron-up.svg#bright--enabled');
16346
+ --icon__system_chevron-small-up_on-surface--enabled: url('#{$icons-path}system/light/chevron-small-up.svg#on-surface--enabled');
16347
+ --icon__system_chevron-small-up_on-surface--hover: url('#{$icons-path}system/light/chevron-small-up.svg#on-surface--hover');
16348
+ --icon__system_chevron-small-up_on-surface--active: url('#{$icons-path}system/light/chevron-small-up.svg#on-surface--active');
16349
+ --icon__system_chevron-small-up_on-surface--disabled: url('#{$icons-path}system/light/chevron-small-up.svg#on-surface--disabled');
16350
+ --icon__system_chevron-small-up_on-primary--enabled: url('#{$icons-path}system/light/chevron-small-up.svg#on-primary--enabled');
16351
+ --icon__system_chevron-small-up_on-primary--hover: url('#{$icons-path}system/light/chevron-small-up.svg#on-primary--hover');
16352
+ --icon__system_chevron-small-up_on-primary--active: url('#{$icons-path}system/light/chevron-small-up.svg#on-primary--active');
16353
+ --icon__system_chevron-small-up_on-primary--disabled: url('#{$icons-path}system/light/chevron-small-up.svg#on-primary--disabled');
16354
+ --icon__system_chevron-small-up_on-disabled--enabled: url('#{$icons-path}system/light/chevron-small-up.svg#on-disabled--enabled');
16355
+ --icon__system_chevron-small-up_on-message--enabled: url('#{$icons-path}system/light/chevron-small-up.svg#on-message--enabled');
16356
+ --icon__system_chevron-small-up_on-elevation--enabled: url('#{$icons-path}system/light/chevron-small-up.svg#on-elevation--enabled');
16357
+ --icon__system_chevron-small-up_primary--enabled: url('#{$icons-path}system/light/chevron-small-up.svg#primary--enabled');
16358
+ --icon__system_chevron-small-up_primary--hover: url('#{$icons-path}system/light/chevron-small-up.svg#primary--hover');
16359
+ --icon__system_chevron-small-up_primary--active: url('#{$icons-path}system/light/chevron-small-up.svg#primary--active');
16360
+ --icon__system_chevron-small-up_primary--disabled: url('#{$icons-path}system/light/chevron-small-up.svg#primary--disabled');
16361
+ --icon__system_chevron-small-up_error--enabled: url('#{$icons-path}system/light/chevron-small-up.svg#error--enabled');
16362
+ --icon__system_chevron-small-up_warning--enabled: url('#{$icons-path}system/light/chevron-small-up.svg#warning--enabled');
16363
+ --icon__system_chevron-small-up_success--enabled: url('#{$icons-path}system/light/chevron-small-up.svg#success--enabled');
16364
+ --icon__system_chevron-small-up_neutral--enabled: url('#{$icons-path}system/light/chevron-small-up.svg#neutral--enabled');
16365
+ --icon__system_chevron-small-up_neutral--hover: url('#{$icons-path}system/light/chevron-small-up.svg#neutral--hover');
16366
+ --icon__system_chevron-small-up_neutral--active: url('#{$icons-path}system/light/chevron-small-up.svg#neutral--active');
16367
+ --icon__system_chevron-small-up_neutral--disabled: url('#{$icons-path}system/light/chevron-small-up.svg#neutral--disabled');
16368
+ --icon__system_chevron-small-up_highlighted--enabled: url('#{$icons-path}system/light/chevron-small-up.svg#highlighted--enabled');
16369
+ --icon__system_chevron-small-up_bright--enabled: url('#{$icons-path}system/light/chevron-small-up.svg#bright--enabled');
16370
+ --icon__system_chevron-small-right_on-surface--enabled: url('#{$icons-path}system/light/chevron-small-right.svg#on-surface--enabled');
16371
+ --icon__system_chevron-small-right_on-surface--hover: url('#{$icons-path}system/light/chevron-small-right.svg#on-surface--hover');
16372
+ --icon__system_chevron-small-right_on-surface--active: url('#{$icons-path}system/light/chevron-small-right.svg#on-surface--active');
16373
+ --icon__system_chevron-small-right_on-surface--disabled: url('#{$icons-path}system/light/chevron-small-right.svg#on-surface--disabled');
16374
+ --icon__system_chevron-small-right_on-primary--enabled: url('#{$icons-path}system/light/chevron-small-right.svg#on-primary--enabled');
16375
+ --icon__system_chevron-small-right_on-primary--hover: url('#{$icons-path}system/light/chevron-small-right.svg#on-primary--hover');
16376
+ --icon__system_chevron-small-right_on-primary--active: url('#{$icons-path}system/light/chevron-small-right.svg#on-primary--active');
16377
+ --icon__system_chevron-small-right_on-primary--disabled: url('#{$icons-path}system/light/chevron-small-right.svg#on-primary--disabled');
16378
+ --icon__system_chevron-small-right_on-disabled--enabled: url('#{$icons-path}system/light/chevron-small-right.svg#on-disabled--enabled');
16379
+ --icon__system_chevron-small-right_on-message--enabled: url('#{$icons-path}system/light/chevron-small-right.svg#on-message--enabled');
16380
+ --icon__system_chevron-small-right_on-elevation--enabled: url('#{$icons-path}system/light/chevron-small-right.svg#on-elevation--enabled');
16381
+ --icon__system_chevron-small-right_primary--enabled: url('#{$icons-path}system/light/chevron-small-right.svg#primary--enabled');
16382
+ --icon__system_chevron-small-right_primary--hover: url('#{$icons-path}system/light/chevron-small-right.svg#primary--hover');
16383
+ --icon__system_chevron-small-right_primary--active: url('#{$icons-path}system/light/chevron-small-right.svg#primary--active');
16384
+ --icon__system_chevron-small-right_primary--disabled: url('#{$icons-path}system/light/chevron-small-right.svg#primary--disabled');
16385
+ --icon__system_chevron-small-right_error--enabled: url('#{$icons-path}system/light/chevron-small-right.svg#error--enabled');
16386
+ --icon__system_chevron-small-right_warning--enabled: url('#{$icons-path}system/light/chevron-small-right.svg#warning--enabled');
16387
+ --icon__system_chevron-small-right_success--enabled: url('#{$icons-path}system/light/chevron-small-right.svg#success--enabled');
16388
+ --icon__system_chevron-small-right_neutral--enabled: url('#{$icons-path}system/light/chevron-small-right.svg#neutral--enabled');
16389
+ --icon__system_chevron-small-right_neutral--hover: url('#{$icons-path}system/light/chevron-small-right.svg#neutral--hover');
16390
+ --icon__system_chevron-small-right_neutral--active: url('#{$icons-path}system/light/chevron-small-right.svg#neutral--active');
16391
+ --icon__system_chevron-small-right_neutral--disabled: url('#{$icons-path}system/light/chevron-small-right.svg#neutral--disabled');
16392
+ --icon__system_chevron-small-right_highlighted--enabled: url('#{$icons-path}system/light/chevron-small-right.svg#highlighted--enabled');
16393
+ --icon__system_chevron-small-right_bright--enabled: url('#{$icons-path}system/light/chevron-small-right.svg#bright--enabled');
16394
+ --icon__system_chevron-small-left_on-surface--enabled: url('#{$icons-path}system/light/chevron-small-left.svg#on-surface--enabled');
16395
+ --icon__system_chevron-small-left_on-surface--hover: url('#{$icons-path}system/light/chevron-small-left.svg#on-surface--hover');
16396
+ --icon__system_chevron-small-left_on-surface--active: url('#{$icons-path}system/light/chevron-small-left.svg#on-surface--active');
16397
+ --icon__system_chevron-small-left_on-surface--disabled: url('#{$icons-path}system/light/chevron-small-left.svg#on-surface--disabled');
16398
+ --icon__system_chevron-small-left_on-primary--enabled: url('#{$icons-path}system/light/chevron-small-left.svg#on-primary--enabled');
16399
+ --icon__system_chevron-small-left_on-primary--hover: url('#{$icons-path}system/light/chevron-small-left.svg#on-primary--hover');
16400
+ --icon__system_chevron-small-left_on-primary--active: url('#{$icons-path}system/light/chevron-small-left.svg#on-primary--active');
16401
+ --icon__system_chevron-small-left_on-primary--disabled: url('#{$icons-path}system/light/chevron-small-left.svg#on-primary--disabled');
16402
+ --icon__system_chevron-small-left_on-disabled--enabled: url('#{$icons-path}system/light/chevron-small-left.svg#on-disabled--enabled');
16403
+ --icon__system_chevron-small-left_on-message--enabled: url('#{$icons-path}system/light/chevron-small-left.svg#on-message--enabled');
16404
+ --icon__system_chevron-small-left_on-elevation--enabled: url('#{$icons-path}system/light/chevron-small-left.svg#on-elevation--enabled');
16405
+ --icon__system_chevron-small-left_primary--enabled: url('#{$icons-path}system/light/chevron-small-left.svg#primary--enabled');
16406
+ --icon__system_chevron-small-left_primary--hover: url('#{$icons-path}system/light/chevron-small-left.svg#primary--hover');
16407
+ --icon__system_chevron-small-left_primary--active: url('#{$icons-path}system/light/chevron-small-left.svg#primary--active');
16408
+ --icon__system_chevron-small-left_primary--disabled: url('#{$icons-path}system/light/chevron-small-left.svg#primary--disabled');
16409
+ --icon__system_chevron-small-left_error--enabled: url('#{$icons-path}system/light/chevron-small-left.svg#error--enabled');
16410
+ --icon__system_chevron-small-left_warning--enabled: url('#{$icons-path}system/light/chevron-small-left.svg#warning--enabled');
16411
+ --icon__system_chevron-small-left_success--enabled: url('#{$icons-path}system/light/chevron-small-left.svg#success--enabled');
16412
+ --icon__system_chevron-small-left_neutral--enabled: url('#{$icons-path}system/light/chevron-small-left.svg#neutral--enabled');
16413
+ --icon__system_chevron-small-left_neutral--hover: url('#{$icons-path}system/light/chevron-small-left.svg#neutral--hover');
16414
+ --icon__system_chevron-small-left_neutral--active: url('#{$icons-path}system/light/chevron-small-left.svg#neutral--active');
16415
+ --icon__system_chevron-small-left_neutral--disabled: url('#{$icons-path}system/light/chevron-small-left.svg#neutral--disabled');
16416
+ --icon__system_chevron-small-left_highlighted--enabled: url('#{$icons-path}system/light/chevron-small-left.svg#highlighted--enabled');
16417
+ --icon__system_chevron-small-left_bright--enabled: url('#{$icons-path}system/light/chevron-small-left.svg#bright--enabled');
16418
+ --icon__system_chevron-small-down_on-surface--enabled: url('#{$icons-path}system/light/chevron-small-down.svg#on-surface--enabled');
16419
+ --icon__system_chevron-small-down_on-surface--hover: url('#{$icons-path}system/light/chevron-small-down.svg#on-surface--hover');
16420
+ --icon__system_chevron-small-down_on-surface--active: url('#{$icons-path}system/light/chevron-small-down.svg#on-surface--active');
16421
+ --icon__system_chevron-small-down_on-surface--disabled: url('#{$icons-path}system/light/chevron-small-down.svg#on-surface--disabled');
16422
+ --icon__system_chevron-small-down_on-primary--enabled: url('#{$icons-path}system/light/chevron-small-down.svg#on-primary--enabled');
16423
+ --icon__system_chevron-small-down_on-primary--hover: url('#{$icons-path}system/light/chevron-small-down.svg#on-primary--hover');
16424
+ --icon__system_chevron-small-down_on-primary--active: url('#{$icons-path}system/light/chevron-small-down.svg#on-primary--active');
16425
+ --icon__system_chevron-small-down_on-primary--disabled: url('#{$icons-path}system/light/chevron-small-down.svg#on-primary--disabled');
16426
+ --icon__system_chevron-small-down_on-disabled--enabled: url('#{$icons-path}system/light/chevron-small-down.svg#on-disabled--enabled');
16427
+ --icon__system_chevron-small-down_on-message--enabled: url('#{$icons-path}system/light/chevron-small-down.svg#on-message--enabled');
16428
+ --icon__system_chevron-small-down_on-elevation--enabled: url('#{$icons-path}system/light/chevron-small-down.svg#on-elevation--enabled');
16429
+ --icon__system_chevron-small-down_primary--enabled: url('#{$icons-path}system/light/chevron-small-down.svg#primary--enabled');
16430
+ --icon__system_chevron-small-down_primary--hover: url('#{$icons-path}system/light/chevron-small-down.svg#primary--hover');
16431
+ --icon__system_chevron-small-down_primary--active: url('#{$icons-path}system/light/chevron-small-down.svg#primary--active');
16432
+ --icon__system_chevron-small-down_primary--disabled: url('#{$icons-path}system/light/chevron-small-down.svg#primary--disabled');
16433
+ --icon__system_chevron-small-down_error--enabled: url('#{$icons-path}system/light/chevron-small-down.svg#error--enabled');
16434
+ --icon__system_chevron-small-down_warning--enabled: url('#{$icons-path}system/light/chevron-small-down.svg#warning--enabled');
16435
+ --icon__system_chevron-small-down_success--enabled: url('#{$icons-path}system/light/chevron-small-down.svg#success--enabled');
16436
+ --icon__system_chevron-small-down_neutral--enabled: url('#{$icons-path}system/light/chevron-small-down.svg#neutral--enabled');
16437
+ --icon__system_chevron-small-down_neutral--hover: url('#{$icons-path}system/light/chevron-small-down.svg#neutral--hover');
16438
+ --icon__system_chevron-small-down_neutral--active: url('#{$icons-path}system/light/chevron-small-down.svg#neutral--active');
16439
+ --icon__system_chevron-small-down_neutral--disabled: url('#{$icons-path}system/light/chevron-small-down.svg#neutral--disabled');
16440
+ --icon__system_chevron-small-down_highlighted--enabled: url('#{$icons-path}system/light/chevron-small-down.svg#highlighted--enabled');
16441
+ --icon__system_chevron-small-down_bright--enabled: url('#{$icons-path}system/light/chevron-small-down.svg#bright--enabled');
16345
16442
  --icon__system_chevron-right_on-surface--enabled: url('#{$icons-path}system/light/chevron-right.svg#on-surface--enabled');
16346
16443
  --icon__system_chevron-right_on-surface--hover: url('#{$icons-path}system/light/chevron-right.svg#on-surface--hover');
16347
16444
  --icon__system_chevron-right_on-surface--active: url('#{$icons-path}system/light/chevron-right.svg#on-surface--active');
@@ -16366,30 +16463,54 @@
16366
16463
  --icon__system_chevron-right_neutral--disabled: url('#{$icons-path}system/light/chevron-right.svg#neutral--disabled');
16367
16464
  --icon__system_chevron-right_highlighted--enabled: url('#{$icons-path}system/light/chevron-right.svg#highlighted--enabled');
16368
16465
  --icon__system_chevron-right_bright--enabled: url('#{$icons-path}system/light/chevron-right.svg#bright--enabled');
16369
- --icon__system_chevron-open-treeview_on-surface--enabled: url('#{$icons-path}system/light/chevron-open-treeview.svg#on-surface--enabled');
16370
- --icon__system_chevron-open-treeview_on-surface--hover: url('#{$icons-path}system/light/chevron-open-treeview.svg#on-surface--hover');
16371
- --icon__system_chevron-open-treeview_on-surface--active: url('#{$icons-path}system/light/chevron-open-treeview.svg#on-surface--active');
16372
- --icon__system_chevron-open-treeview_on-surface--disabled: url('#{$icons-path}system/light/chevron-open-treeview.svg#on-surface--disabled');
16373
- --icon__system_chevron-open-treeview_on-primary--enabled: url('#{$icons-path}system/light/chevron-open-treeview.svg#on-primary--enabled');
16374
- --icon__system_chevron-open-treeview_on-primary--hover: url('#{$icons-path}system/light/chevron-open-treeview.svg#on-primary--hover');
16375
- --icon__system_chevron-open-treeview_on-primary--active: url('#{$icons-path}system/light/chevron-open-treeview.svg#on-primary--active');
16376
- --icon__system_chevron-open-treeview_on-primary--disabled: url('#{$icons-path}system/light/chevron-open-treeview.svg#on-primary--disabled');
16377
- --icon__system_chevron-open-treeview_on-disabled--enabled: url('#{$icons-path}system/light/chevron-open-treeview.svg#on-disabled--enabled');
16378
- --icon__system_chevron-open-treeview_on-message--enabled: url('#{$icons-path}system/light/chevron-open-treeview.svg#on-message--enabled');
16379
- --icon__system_chevron-open-treeview_on-elevation--enabled: url('#{$icons-path}system/light/chevron-open-treeview.svg#on-elevation--enabled');
16380
- --icon__system_chevron-open-treeview_primary--enabled: url('#{$icons-path}system/light/chevron-open-treeview.svg#primary--enabled');
16381
- --icon__system_chevron-open-treeview_primary--hover: url('#{$icons-path}system/light/chevron-open-treeview.svg#primary--hover');
16382
- --icon__system_chevron-open-treeview_primary--active: url('#{$icons-path}system/light/chevron-open-treeview.svg#primary--active');
16383
- --icon__system_chevron-open-treeview_primary--disabled: url('#{$icons-path}system/light/chevron-open-treeview.svg#primary--disabled');
16384
- --icon__system_chevron-open-treeview_error--enabled: url('#{$icons-path}system/light/chevron-open-treeview.svg#error--enabled');
16385
- --icon__system_chevron-open-treeview_warning--enabled: url('#{$icons-path}system/light/chevron-open-treeview.svg#warning--enabled');
16386
- --icon__system_chevron-open-treeview_success--enabled: url('#{$icons-path}system/light/chevron-open-treeview.svg#success--enabled');
16387
- --icon__system_chevron-open-treeview_neutral--enabled: url('#{$icons-path}system/light/chevron-open-treeview.svg#neutral--enabled');
16388
- --icon__system_chevron-open-treeview_neutral--hover: url('#{$icons-path}system/light/chevron-open-treeview.svg#neutral--hover');
16389
- --icon__system_chevron-open-treeview_neutral--active: url('#{$icons-path}system/light/chevron-open-treeview.svg#neutral--active');
16390
- --icon__system_chevron-open-treeview_neutral--disabled: url('#{$icons-path}system/light/chevron-open-treeview.svg#neutral--disabled');
16391
- --icon__system_chevron-open-treeview_highlighted--enabled: url('#{$icons-path}system/light/chevron-open-treeview.svg#highlighted--enabled');
16392
- --icon__system_chevron-open-treeview_bright--enabled: url('#{$icons-path}system/light/chevron-open-treeview.svg#bright--enabled');
16466
+ --icon__system_chevron-pag-right_on-surface--enabled: url('#{$icons-path}system/light/chevron-pag-right.svg#on-surface--enabled');
16467
+ --icon__system_chevron-pag-right_on-surface--hover: url('#{$icons-path}system/light/chevron-pag-right.svg#on-surface--hover');
16468
+ --icon__system_chevron-pag-right_on-surface--active: url('#{$icons-path}system/light/chevron-pag-right.svg#on-surface--active');
16469
+ --icon__system_chevron-pag-right_on-surface--disabled: url('#{$icons-path}system/light/chevron-pag-right.svg#on-surface--disabled');
16470
+ --icon__system_chevron-pag-right_on-primary--enabled: url('#{$icons-path}system/light/chevron-pag-right.svg#on-primary--enabled');
16471
+ --icon__system_chevron-pag-right_on-primary--hover: url('#{$icons-path}system/light/chevron-pag-right.svg#on-primary--hover');
16472
+ --icon__system_chevron-pag-right_on-primary--active: url('#{$icons-path}system/light/chevron-pag-right.svg#on-primary--active');
16473
+ --icon__system_chevron-pag-right_on-primary--disabled: url('#{$icons-path}system/light/chevron-pag-right.svg#on-primary--disabled');
16474
+ --icon__system_chevron-pag-right_on-disabled--enabled: url('#{$icons-path}system/light/chevron-pag-right.svg#on-disabled--enabled');
16475
+ --icon__system_chevron-pag-right_on-message--enabled: url('#{$icons-path}system/light/chevron-pag-right.svg#on-message--enabled');
16476
+ --icon__system_chevron-pag-right_on-elevation--enabled: url('#{$icons-path}system/light/chevron-pag-right.svg#on-elevation--enabled');
16477
+ --icon__system_chevron-pag-right_primary--enabled: url('#{$icons-path}system/light/chevron-pag-right.svg#primary--enabled');
16478
+ --icon__system_chevron-pag-right_primary--hover: url('#{$icons-path}system/light/chevron-pag-right.svg#primary--hover');
16479
+ --icon__system_chevron-pag-right_primary--active: url('#{$icons-path}system/light/chevron-pag-right.svg#primary--active');
16480
+ --icon__system_chevron-pag-right_primary--disabled: url('#{$icons-path}system/light/chevron-pag-right.svg#primary--disabled');
16481
+ --icon__system_chevron-pag-right_error--enabled: url('#{$icons-path}system/light/chevron-pag-right.svg#error--enabled');
16482
+ --icon__system_chevron-pag-right_warning--enabled: url('#{$icons-path}system/light/chevron-pag-right.svg#warning--enabled');
16483
+ --icon__system_chevron-pag-right_success--enabled: url('#{$icons-path}system/light/chevron-pag-right.svg#success--enabled');
16484
+ --icon__system_chevron-pag-right_neutral--enabled: url('#{$icons-path}system/light/chevron-pag-right.svg#neutral--enabled');
16485
+ --icon__system_chevron-pag-right_neutral--hover: url('#{$icons-path}system/light/chevron-pag-right.svg#neutral--hover');
16486
+ --icon__system_chevron-pag-right_neutral--active: url('#{$icons-path}system/light/chevron-pag-right.svg#neutral--active');
16487
+ --icon__system_chevron-pag-right_neutral--disabled: url('#{$icons-path}system/light/chevron-pag-right.svg#neutral--disabled');
16488
+ --icon__system_chevron-pag-right_highlighted--enabled: url('#{$icons-path}system/light/chevron-pag-right.svg#highlighted--enabled');
16489
+ --icon__system_chevron-pag-right_bright--enabled: url('#{$icons-path}system/light/chevron-pag-right.svg#bright--enabled');
16490
+ --icon__system_chevron-pag-left_on-surface--enabled: url('#{$icons-path}system/light/chevron-pag-left.svg#on-surface--enabled');
16491
+ --icon__system_chevron-pag-left_on-surface--hover: url('#{$icons-path}system/light/chevron-pag-left.svg#on-surface--hover');
16492
+ --icon__system_chevron-pag-left_on-surface--active: url('#{$icons-path}system/light/chevron-pag-left.svg#on-surface--active');
16493
+ --icon__system_chevron-pag-left_on-surface--disabled: url('#{$icons-path}system/light/chevron-pag-left.svg#on-surface--disabled');
16494
+ --icon__system_chevron-pag-left_on-primary--enabled: url('#{$icons-path}system/light/chevron-pag-left.svg#on-primary--enabled');
16495
+ --icon__system_chevron-pag-left_on-primary--hover: url('#{$icons-path}system/light/chevron-pag-left.svg#on-primary--hover');
16496
+ --icon__system_chevron-pag-left_on-primary--active: url('#{$icons-path}system/light/chevron-pag-left.svg#on-primary--active');
16497
+ --icon__system_chevron-pag-left_on-primary--disabled: url('#{$icons-path}system/light/chevron-pag-left.svg#on-primary--disabled');
16498
+ --icon__system_chevron-pag-left_on-disabled--enabled: url('#{$icons-path}system/light/chevron-pag-left.svg#on-disabled--enabled');
16499
+ --icon__system_chevron-pag-left_on-message--enabled: url('#{$icons-path}system/light/chevron-pag-left.svg#on-message--enabled');
16500
+ --icon__system_chevron-pag-left_on-elevation--enabled: url('#{$icons-path}system/light/chevron-pag-left.svg#on-elevation--enabled');
16501
+ --icon__system_chevron-pag-left_primary--enabled: url('#{$icons-path}system/light/chevron-pag-left.svg#primary--enabled');
16502
+ --icon__system_chevron-pag-left_primary--hover: url('#{$icons-path}system/light/chevron-pag-left.svg#primary--hover');
16503
+ --icon__system_chevron-pag-left_primary--active: url('#{$icons-path}system/light/chevron-pag-left.svg#primary--active');
16504
+ --icon__system_chevron-pag-left_primary--disabled: url('#{$icons-path}system/light/chevron-pag-left.svg#primary--disabled');
16505
+ --icon__system_chevron-pag-left_error--enabled: url('#{$icons-path}system/light/chevron-pag-left.svg#error--enabled');
16506
+ --icon__system_chevron-pag-left_warning--enabled: url('#{$icons-path}system/light/chevron-pag-left.svg#warning--enabled');
16507
+ --icon__system_chevron-pag-left_success--enabled: url('#{$icons-path}system/light/chevron-pag-left.svg#success--enabled');
16508
+ --icon__system_chevron-pag-left_neutral--enabled: url('#{$icons-path}system/light/chevron-pag-left.svg#neutral--enabled');
16509
+ --icon__system_chevron-pag-left_neutral--hover: url('#{$icons-path}system/light/chevron-pag-left.svg#neutral--hover');
16510
+ --icon__system_chevron-pag-left_neutral--active: url('#{$icons-path}system/light/chevron-pag-left.svg#neutral--active');
16511
+ --icon__system_chevron-pag-left_neutral--disabled: url('#{$icons-path}system/light/chevron-pag-left.svg#neutral--disabled');
16512
+ --icon__system_chevron-pag-left_highlighted--enabled: url('#{$icons-path}system/light/chevron-pag-left.svg#highlighted--enabled');
16513
+ --icon__system_chevron-pag-left_bright--enabled: url('#{$icons-path}system/light/chevron-pag-left.svg#bright--enabled');
16393
16514
  --icon__system_chevron-left_on-surface--enabled: url('#{$icons-path}system/light/chevron-left.svg#on-surface--enabled');
16394
16515
  --icon__system_chevron-left_on-surface--hover: url('#{$icons-path}system/light/chevron-left.svg#on-surface--hover');
16395
16516
  --icon__system_chevron-left_on-surface--active: url('#{$icons-path}system/light/chevron-left.svg#on-surface--active');
@@ -16438,30 +16559,6 @@
16438
16559
  --icon__system_chevron-down_neutral--disabled: url('#{$icons-path}system/light/chevron-down.svg#neutral--disabled');
16439
16560
  --icon__system_chevron-down_highlighted--enabled: url('#{$icons-path}system/light/chevron-down.svg#highlighted--enabled');
16440
16561
  --icon__system_chevron-down_bright--enabled: url('#{$icons-path}system/light/chevron-down.svg#bright--enabled');
16441
- --icon__system_chevron-close-treeview_on-surface--enabled: url('#{$icons-path}system/light/chevron-close-treeview.svg#on-surface--enabled');
16442
- --icon__system_chevron-close-treeview_on-surface--hover: url('#{$icons-path}system/light/chevron-close-treeview.svg#on-surface--hover');
16443
- --icon__system_chevron-close-treeview_on-surface--active: url('#{$icons-path}system/light/chevron-close-treeview.svg#on-surface--active');
16444
- --icon__system_chevron-close-treeview_on-surface--disabled: url('#{$icons-path}system/light/chevron-close-treeview.svg#on-surface--disabled');
16445
- --icon__system_chevron-close-treeview_on-primary--enabled: url('#{$icons-path}system/light/chevron-close-treeview.svg#on-primary--enabled');
16446
- --icon__system_chevron-close-treeview_on-primary--hover: url('#{$icons-path}system/light/chevron-close-treeview.svg#on-primary--hover');
16447
- --icon__system_chevron-close-treeview_on-primary--active: url('#{$icons-path}system/light/chevron-close-treeview.svg#on-primary--active');
16448
- --icon__system_chevron-close-treeview_on-primary--disabled: url('#{$icons-path}system/light/chevron-close-treeview.svg#on-primary--disabled');
16449
- --icon__system_chevron-close-treeview_on-disabled--enabled: url('#{$icons-path}system/light/chevron-close-treeview.svg#on-disabled--enabled');
16450
- --icon__system_chevron-close-treeview_on-message--enabled: url('#{$icons-path}system/light/chevron-close-treeview.svg#on-message--enabled');
16451
- --icon__system_chevron-close-treeview_on-elevation--enabled: url('#{$icons-path}system/light/chevron-close-treeview.svg#on-elevation--enabled');
16452
- --icon__system_chevron-close-treeview_primary--enabled: url('#{$icons-path}system/light/chevron-close-treeview.svg#primary--enabled');
16453
- --icon__system_chevron-close-treeview_primary--hover: url('#{$icons-path}system/light/chevron-close-treeview.svg#primary--hover');
16454
- --icon__system_chevron-close-treeview_primary--active: url('#{$icons-path}system/light/chevron-close-treeview.svg#primary--active');
16455
- --icon__system_chevron-close-treeview_primary--disabled: url('#{$icons-path}system/light/chevron-close-treeview.svg#primary--disabled');
16456
- --icon__system_chevron-close-treeview_error--enabled: url('#{$icons-path}system/light/chevron-close-treeview.svg#error--enabled');
16457
- --icon__system_chevron-close-treeview_warning--enabled: url('#{$icons-path}system/light/chevron-close-treeview.svg#warning--enabled');
16458
- --icon__system_chevron-close-treeview_success--enabled: url('#{$icons-path}system/light/chevron-close-treeview.svg#success--enabled');
16459
- --icon__system_chevron-close-treeview_neutral--enabled: url('#{$icons-path}system/light/chevron-close-treeview.svg#neutral--enabled');
16460
- --icon__system_chevron-close-treeview_neutral--hover: url('#{$icons-path}system/light/chevron-close-treeview.svg#neutral--hover');
16461
- --icon__system_chevron-close-treeview_neutral--active: url('#{$icons-path}system/light/chevron-close-treeview.svg#neutral--active');
16462
- --icon__system_chevron-close-treeview_neutral--disabled: url('#{$icons-path}system/light/chevron-close-treeview.svg#neutral--disabled');
16463
- --icon__system_chevron-close-treeview_highlighted--enabled: url('#{$icons-path}system/light/chevron-close-treeview.svg#highlighted--enabled');
16464
- --icon__system_chevron-close-treeview_bright--enabled: url('#{$icons-path}system/light/chevron-close-treeview.svg#bright--enabled');
16465
16562
  --icon__system_check_on-surface--enabled: url('#{$icons-path}system/light/check.svg#on-surface--enabled');
16466
16563
  --icon__system_check_on-surface--hover: url('#{$icons-path}system/light/check.svg#on-surface--hover');
16467
16564
  --icon__system_check_on-surface--active: url('#{$icons-path}system/light/check.svg#on-surface--active');
@@ -16654,6 +16751,102 @@
16654
16751
  --icon__system_arrow-left_neutral--disabled: url('#{$icons-path}system/light/arrow-left.svg#neutral--disabled');
16655
16752
  --icon__system_arrow-left_highlighted--enabled: url('#{$icons-path}system/light/arrow-left.svg#highlighted--enabled');
16656
16753
  --icon__system_arrow-left_bright--enabled: url('#{$icons-path}system/light/arrow-left.svg#bright--enabled');
16754
+ --icon__system_arrow-drop-up_on-surface--enabled: url('#{$icons-path}system/light/arrow-drop-up.svg#on-surface--enabled');
16755
+ --icon__system_arrow-drop-up_on-surface--hover: url('#{$icons-path}system/light/arrow-drop-up.svg#on-surface--hover');
16756
+ --icon__system_arrow-drop-up_on-surface--active: url('#{$icons-path}system/light/arrow-drop-up.svg#on-surface--active');
16757
+ --icon__system_arrow-drop-up_on-surface--disabled: url('#{$icons-path}system/light/arrow-drop-up.svg#on-surface--disabled');
16758
+ --icon__system_arrow-drop-up_on-primary--enabled: url('#{$icons-path}system/light/arrow-drop-up.svg#on-primary--enabled');
16759
+ --icon__system_arrow-drop-up_on-primary--hover: url('#{$icons-path}system/light/arrow-drop-up.svg#on-primary--hover');
16760
+ --icon__system_arrow-drop-up_on-primary--active: url('#{$icons-path}system/light/arrow-drop-up.svg#on-primary--active');
16761
+ --icon__system_arrow-drop-up_on-primary--disabled: url('#{$icons-path}system/light/arrow-drop-up.svg#on-primary--disabled');
16762
+ --icon__system_arrow-drop-up_on-disabled--enabled: url('#{$icons-path}system/light/arrow-drop-up.svg#on-disabled--enabled');
16763
+ --icon__system_arrow-drop-up_on-message--enabled: url('#{$icons-path}system/light/arrow-drop-up.svg#on-message--enabled');
16764
+ --icon__system_arrow-drop-up_on-elevation--enabled: url('#{$icons-path}system/light/arrow-drop-up.svg#on-elevation--enabled');
16765
+ --icon__system_arrow-drop-up_primary--enabled: url('#{$icons-path}system/light/arrow-drop-up.svg#primary--enabled');
16766
+ --icon__system_arrow-drop-up_primary--hover: url('#{$icons-path}system/light/arrow-drop-up.svg#primary--hover');
16767
+ --icon__system_arrow-drop-up_primary--active: url('#{$icons-path}system/light/arrow-drop-up.svg#primary--active');
16768
+ --icon__system_arrow-drop-up_primary--disabled: url('#{$icons-path}system/light/arrow-drop-up.svg#primary--disabled');
16769
+ --icon__system_arrow-drop-up_error--enabled: url('#{$icons-path}system/light/arrow-drop-up.svg#error--enabled');
16770
+ --icon__system_arrow-drop-up_warning--enabled: url('#{$icons-path}system/light/arrow-drop-up.svg#warning--enabled');
16771
+ --icon__system_arrow-drop-up_success--enabled: url('#{$icons-path}system/light/arrow-drop-up.svg#success--enabled');
16772
+ --icon__system_arrow-drop-up_neutral--enabled: url('#{$icons-path}system/light/arrow-drop-up.svg#neutral--enabled');
16773
+ --icon__system_arrow-drop-up_neutral--hover: url('#{$icons-path}system/light/arrow-drop-up.svg#neutral--hover');
16774
+ --icon__system_arrow-drop-up_neutral--active: url('#{$icons-path}system/light/arrow-drop-up.svg#neutral--active');
16775
+ --icon__system_arrow-drop-up_neutral--disabled: url('#{$icons-path}system/light/arrow-drop-up.svg#neutral--disabled');
16776
+ --icon__system_arrow-drop-up_highlighted--enabled: url('#{$icons-path}system/light/arrow-drop-up.svg#highlighted--enabled');
16777
+ --icon__system_arrow-drop-up_bright--enabled: url('#{$icons-path}system/light/arrow-drop-up.svg#bright--enabled');
16778
+ --icon__system_arrow-drop-right_on-surface--enabled: url('#{$icons-path}system/light/arrow-drop-right.svg#on-surface--enabled');
16779
+ --icon__system_arrow-drop-right_on-surface--hover: url('#{$icons-path}system/light/arrow-drop-right.svg#on-surface--hover');
16780
+ --icon__system_arrow-drop-right_on-surface--active: url('#{$icons-path}system/light/arrow-drop-right.svg#on-surface--active');
16781
+ --icon__system_arrow-drop-right_on-surface--disabled: url('#{$icons-path}system/light/arrow-drop-right.svg#on-surface--disabled');
16782
+ --icon__system_arrow-drop-right_on-primary--enabled: url('#{$icons-path}system/light/arrow-drop-right.svg#on-primary--enabled');
16783
+ --icon__system_arrow-drop-right_on-primary--hover: url('#{$icons-path}system/light/arrow-drop-right.svg#on-primary--hover');
16784
+ --icon__system_arrow-drop-right_on-primary--active: url('#{$icons-path}system/light/arrow-drop-right.svg#on-primary--active');
16785
+ --icon__system_arrow-drop-right_on-primary--disabled: url('#{$icons-path}system/light/arrow-drop-right.svg#on-primary--disabled');
16786
+ --icon__system_arrow-drop-right_on-disabled--enabled: url('#{$icons-path}system/light/arrow-drop-right.svg#on-disabled--enabled');
16787
+ --icon__system_arrow-drop-right_on-message--enabled: url('#{$icons-path}system/light/arrow-drop-right.svg#on-message--enabled');
16788
+ --icon__system_arrow-drop-right_on-elevation--enabled: url('#{$icons-path}system/light/arrow-drop-right.svg#on-elevation--enabled');
16789
+ --icon__system_arrow-drop-right_primary--enabled: url('#{$icons-path}system/light/arrow-drop-right.svg#primary--enabled');
16790
+ --icon__system_arrow-drop-right_primary--hover: url('#{$icons-path}system/light/arrow-drop-right.svg#primary--hover');
16791
+ --icon__system_arrow-drop-right_primary--active: url('#{$icons-path}system/light/arrow-drop-right.svg#primary--active');
16792
+ --icon__system_arrow-drop-right_primary--disabled: url('#{$icons-path}system/light/arrow-drop-right.svg#primary--disabled');
16793
+ --icon__system_arrow-drop-right_error--enabled: url('#{$icons-path}system/light/arrow-drop-right.svg#error--enabled');
16794
+ --icon__system_arrow-drop-right_warning--enabled: url('#{$icons-path}system/light/arrow-drop-right.svg#warning--enabled');
16795
+ --icon__system_arrow-drop-right_success--enabled: url('#{$icons-path}system/light/arrow-drop-right.svg#success--enabled');
16796
+ --icon__system_arrow-drop-right_neutral--enabled: url('#{$icons-path}system/light/arrow-drop-right.svg#neutral--enabled');
16797
+ --icon__system_arrow-drop-right_neutral--hover: url('#{$icons-path}system/light/arrow-drop-right.svg#neutral--hover');
16798
+ --icon__system_arrow-drop-right_neutral--active: url('#{$icons-path}system/light/arrow-drop-right.svg#neutral--active');
16799
+ --icon__system_arrow-drop-right_neutral--disabled: url('#{$icons-path}system/light/arrow-drop-right.svg#neutral--disabled');
16800
+ --icon__system_arrow-drop-right_highlighted--enabled: url('#{$icons-path}system/light/arrow-drop-right.svg#highlighted--enabled');
16801
+ --icon__system_arrow-drop-right_bright--enabled: url('#{$icons-path}system/light/arrow-drop-right.svg#bright--enabled');
16802
+ --icon__system_arrow-drop-left_on-surface--enabled: url('#{$icons-path}system/light/arrow-drop-left.svg#on-surface--enabled');
16803
+ --icon__system_arrow-drop-left_on-surface--hover: url('#{$icons-path}system/light/arrow-drop-left.svg#on-surface--hover');
16804
+ --icon__system_arrow-drop-left_on-surface--active: url('#{$icons-path}system/light/arrow-drop-left.svg#on-surface--active');
16805
+ --icon__system_arrow-drop-left_on-surface--disabled: url('#{$icons-path}system/light/arrow-drop-left.svg#on-surface--disabled');
16806
+ --icon__system_arrow-drop-left_on-primary--enabled: url('#{$icons-path}system/light/arrow-drop-left.svg#on-primary--enabled');
16807
+ --icon__system_arrow-drop-left_on-primary--hover: url('#{$icons-path}system/light/arrow-drop-left.svg#on-primary--hover');
16808
+ --icon__system_arrow-drop-left_on-primary--active: url('#{$icons-path}system/light/arrow-drop-left.svg#on-primary--active');
16809
+ --icon__system_arrow-drop-left_on-primary--disabled: url('#{$icons-path}system/light/arrow-drop-left.svg#on-primary--disabled');
16810
+ --icon__system_arrow-drop-left_on-disabled--enabled: url('#{$icons-path}system/light/arrow-drop-left.svg#on-disabled--enabled');
16811
+ --icon__system_arrow-drop-left_on-message--enabled: url('#{$icons-path}system/light/arrow-drop-left.svg#on-message--enabled');
16812
+ --icon__system_arrow-drop-left_on-elevation--enabled: url('#{$icons-path}system/light/arrow-drop-left.svg#on-elevation--enabled');
16813
+ --icon__system_arrow-drop-left_primary--enabled: url('#{$icons-path}system/light/arrow-drop-left.svg#primary--enabled');
16814
+ --icon__system_arrow-drop-left_primary--hover: url('#{$icons-path}system/light/arrow-drop-left.svg#primary--hover');
16815
+ --icon__system_arrow-drop-left_primary--active: url('#{$icons-path}system/light/arrow-drop-left.svg#primary--active');
16816
+ --icon__system_arrow-drop-left_primary--disabled: url('#{$icons-path}system/light/arrow-drop-left.svg#primary--disabled');
16817
+ --icon__system_arrow-drop-left_error--enabled: url('#{$icons-path}system/light/arrow-drop-left.svg#error--enabled');
16818
+ --icon__system_arrow-drop-left_warning--enabled: url('#{$icons-path}system/light/arrow-drop-left.svg#warning--enabled');
16819
+ --icon__system_arrow-drop-left_success--enabled: url('#{$icons-path}system/light/arrow-drop-left.svg#success--enabled');
16820
+ --icon__system_arrow-drop-left_neutral--enabled: url('#{$icons-path}system/light/arrow-drop-left.svg#neutral--enabled');
16821
+ --icon__system_arrow-drop-left_neutral--hover: url('#{$icons-path}system/light/arrow-drop-left.svg#neutral--hover');
16822
+ --icon__system_arrow-drop-left_neutral--active: url('#{$icons-path}system/light/arrow-drop-left.svg#neutral--active');
16823
+ --icon__system_arrow-drop-left_neutral--disabled: url('#{$icons-path}system/light/arrow-drop-left.svg#neutral--disabled');
16824
+ --icon__system_arrow-drop-left_highlighted--enabled: url('#{$icons-path}system/light/arrow-drop-left.svg#highlighted--enabled');
16825
+ --icon__system_arrow-drop-left_bright--enabled: url('#{$icons-path}system/light/arrow-drop-left.svg#bright--enabled');
16826
+ --icon__system_arrow-drop-down_on-surface--enabled: url('#{$icons-path}system/light/arrow-drop-down.svg#on-surface--enabled');
16827
+ --icon__system_arrow-drop-down_on-surface--hover: url('#{$icons-path}system/light/arrow-drop-down.svg#on-surface--hover');
16828
+ --icon__system_arrow-drop-down_on-surface--active: url('#{$icons-path}system/light/arrow-drop-down.svg#on-surface--active');
16829
+ --icon__system_arrow-drop-down_on-surface--disabled: url('#{$icons-path}system/light/arrow-drop-down.svg#on-surface--disabled');
16830
+ --icon__system_arrow-drop-down_on-primary--enabled: url('#{$icons-path}system/light/arrow-drop-down.svg#on-primary--enabled');
16831
+ --icon__system_arrow-drop-down_on-primary--hover: url('#{$icons-path}system/light/arrow-drop-down.svg#on-primary--hover');
16832
+ --icon__system_arrow-drop-down_on-primary--active: url('#{$icons-path}system/light/arrow-drop-down.svg#on-primary--active');
16833
+ --icon__system_arrow-drop-down_on-primary--disabled: url('#{$icons-path}system/light/arrow-drop-down.svg#on-primary--disabled');
16834
+ --icon__system_arrow-drop-down_on-disabled--enabled: url('#{$icons-path}system/light/arrow-drop-down.svg#on-disabled--enabled');
16835
+ --icon__system_arrow-drop-down_on-message--enabled: url('#{$icons-path}system/light/arrow-drop-down.svg#on-message--enabled');
16836
+ --icon__system_arrow-drop-down_on-elevation--enabled: url('#{$icons-path}system/light/arrow-drop-down.svg#on-elevation--enabled');
16837
+ --icon__system_arrow-drop-down_primary--enabled: url('#{$icons-path}system/light/arrow-drop-down.svg#primary--enabled');
16838
+ --icon__system_arrow-drop-down_primary--hover: url('#{$icons-path}system/light/arrow-drop-down.svg#primary--hover');
16839
+ --icon__system_arrow-drop-down_primary--active: url('#{$icons-path}system/light/arrow-drop-down.svg#primary--active');
16840
+ --icon__system_arrow-drop-down_primary--disabled: url('#{$icons-path}system/light/arrow-drop-down.svg#primary--disabled');
16841
+ --icon__system_arrow-drop-down_error--enabled: url('#{$icons-path}system/light/arrow-drop-down.svg#error--enabled');
16842
+ --icon__system_arrow-drop-down_warning--enabled: url('#{$icons-path}system/light/arrow-drop-down.svg#warning--enabled');
16843
+ --icon__system_arrow-drop-down_success--enabled: url('#{$icons-path}system/light/arrow-drop-down.svg#success--enabled');
16844
+ --icon__system_arrow-drop-down_neutral--enabled: url('#{$icons-path}system/light/arrow-drop-down.svg#neutral--enabled');
16845
+ --icon__system_arrow-drop-down_neutral--hover: url('#{$icons-path}system/light/arrow-drop-down.svg#neutral--hover');
16846
+ --icon__system_arrow-drop-down_neutral--active: url('#{$icons-path}system/light/arrow-drop-down.svg#neutral--active');
16847
+ --icon__system_arrow-drop-down_neutral--disabled: url('#{$icons-path}system/light/arrow-drop-down.svg#neutral--disabled');
16848
+ --icon__system_arrow-drop-down_highlighted--enabled: url('#{$icons-path}system/light/arrow-drop-down.svg#highlighted--enabled');
16849
+ --icon__system_arrow-drop-down_bright--enabled: url('#{$icons-path}system/light/arrow-drop-down.svg#bright--enabled');
16657
16850
  --icon__system_applications_on-surface--enabled: url('#{$icons-path}system/light/applications.svg#on-surface--enabled');
16658
16851
  --icon__system_applications_on-surface--hover: url('#{$icons-path}system/light/applications.svg#on-surface--hover');
16659
16852
  --icon__system_applications_on-surface--active: url('#{$icons-path}system/light/applications.svg#on-surface--active');
@@ -16726,6 +16919,30 @@
16726
16919
  --icon__system_add-circle_neutral--disabled: url('#{$icons-path}system/light/add-circle.svg#neutral--disabled');
16727
16920
  --icon__system_add-circle_highlighted--enabled: url('#{$icons-path}system/light/add-circle.svg#highlighted--enabled');
16728
16921
  --icon__system_add-circle_bright--enabled: url('#{$icons-path}system/light/add-circle.svg#bright--enabled');
16922
+ --icon__system_accessibility-new_on-surface--enabled: url('#{$icons-path}system/light/accessibility-new.svg#on-surface--enabled');
16923
+ --icon__system_accessibility-new_on-surface--hover: url('#{$icons-path}system/light/accessibility-new.svg#on-surface--hover');
16924
+ --icon__system_accessibility-new_on-surface--active: url('#{$icons-path}system/light/accessibility-new.svg#on-surface--active');
16925
+ --icon__system_accessibility-new_on-surface--disabled: url('#{$icons-path}system/light/accessibility-new.svg#on-surface--disabled');
16926
+ --icon__system_accessibility-new_on-primary--enabled: url('#{$icons-path}system/light/accessibility-new.svg#on-primary--enabled');
16927
+ --icon__system_accessibility-new_on-primary--hover: url('#{$icons-path}system/light/accessibility-new.svg#on-primary--hover');
16928
+ --icon__system_accessibility-new_on-primary--active: url('#{$icons-path}system/light/accessibility-new.svg#on-primary--active');
16929
+ --icon__system_accessibility-new_on-primary--disabled: url('#{$icons-path}system/light/accessibility-new.svg#on-primary--disabled');
16930
+ --icon__system_accessibility-new_on-disabled--enabled: url('#{$icons-path}system/light/accessibility-new.svg#on-disabled--enabled');
16931
+ --icon__system_accessibility-new_on-message--enabled: url('#{$icons-path}system/light/accessibility-new.svg#on-message--enabled');
16932
+ --icon__system_accessibility-new_on-elevation--enabled: url('#{$icons-path}system/light/accessibility-new.svg#on-elevation--enabled');
16933
+ --icon__system_accessibility-new_primary--enabled: url('#{$icons-path}system/light/accessibility-new.svg#primary--enabled');
16934
+ --icon__system_accessibility-new_primary--hover: url('#{$icons-path}system/light/accessibility-new.svg#primary--hover');
16935
+ --icon__system_accessibility-new_primary--active: url('#{$icons-path}system/light/accessibility-new.svg#primary--active');
16936
+ --icon__system_accessibility-new_primary--disabled: url('#{$icons-path}system/light/accessibility-new.svg#primary--disabled');
16937
+ --icon__system_accessibility-new_error--enabled: url('#{$icons-path}system/light/accessibility-new.svg#error--enabled');
16938
+ --icon__system_accessibility-new_warning--enabled: url('#{$icons-path}system/light/accessibility-new.svg#warning--enabled');
16939
+ --icon__system_accessibility-new_success--enabled: url('#{$icons-path}system/light/accessibility-new.svg#success--enabled');
16940
+ --icon__system_accessibility-new_neutral--enabled: url('#{$icons-path}system/light/accessibility-new.svg#neutral--enabled');
16941
+ --icon__system_accessibility-new_neutral--hover: url('#{$icons-path}system/light/accessibility-new.svg#neutral--hover');
16942
+ --icon__system_accessibility-new_neutral--active: url('#{$icons-path}system/light/accessibility-new.svg#neutral--active');
16943
+ --icon__system_accessibility-new_neutral--disabled: url('#{$icons-path}system/light/accessibility-new.svg#neutral--disabled');
16944
+ --icon__system_accessibility-new_highlighted--enabled: url('#{$icons-path}system/light/accessibility-new.svg#highlighted--enabled');
16945
+ --icon__system_accessibility-new_bright--enabled: url('#{$icons-path}system/light/accessibility-new.svg#bright--enabled');
16729
16946
 
16730
16947
  }
16731
16948
 
@@ -16999,6 +17216,30 @@
16999
17216
  --icon__system_thumb-down_neutral--disabled: url('#{$icons-path}system/dark/thumb-down.svg#neutral--disabled');
17000
17217
  --icon__system_thumb-down_highlighted--enabled: url('#{$icons-path}system/dark/thumb-down.svg#highlighted--enabled');
17001
17218
  --icon__system_thumb-down_bright--enabled: url('#{$icons-path}system/dark/thumb-down.svg#bright--enabled');
17219
+ --icon__system_text-compare_on-surface--enabled: url('#{$icons-path}system/dark/text-compare.svg#on-surface--enabled');
17220
+ --icon__system_text-compare_on-surface--hover: url('#{$icons-path}system/dark/text-compare.svg#on-surface--hover');
17221
+ --icon__system_text-compare_on-surface--active: url('#{$icons-path}system/dark/text-compare.svg#on-surface--active');
17222
+ --icon__system_text-compare_on-surface--disabled: url('#{$icons-path}system/dark/text-compare.svg#on-surface--disabled');
17223
+ --icon__system_text-compare_on-primary--enabled: url('#{$icons-path}system/dark/text-compare.svg#on-primary--enabled');
17224
+ --icon__system_text-compare_on-primary--hover: url('#{$icons-path}system/dark/text-compare.svg#on-primary--hover');
17225
+ --icon__system_text-compare_on-primary--active: url('#{$icons-path}system/dark/text-compare.svg#on-primary--active');
17226
+ --icon__system_text-compare_on-primary--disabled: url('#{$icons-path}system/dark/text-compare.svg#on-primary--disabled');
17227
+ --icon__system_text-compare_on-disabled--enabled: url('#{$icons-path}system/dark/text-compare.svg#on-disabled--enabled');
17228
+ --icon__system_text-compare_on-message--enabled: url('#{$icons-path}system/dark/text-compare.svg#on-message--enabled');
17229
+ --icon__system_text-compare_on-elevation--enabled: url('#{$icons-path}system/dark/text-compare.svg#on-elevation--enabled');
17230
+ --icon__system_text-compare_primary--enabled: url('#{$icons-path}system/dark/text-compare.svg#primary--enabled');
17231
+ --icon__system_text-compare_primary--hover: url('#{$icons-path}system/dark/text-compare.svg#primary--hover');
17232
+ --icon__system_text-compare_primary--active: url('#{$icons-path}system/dark/text-compare.svg#primary--active');
17233
+ --icon__system_text-compare_primary--disabled: url('#{$icons-path}system/dark/text-compare.svg#primary--disabled');
17234
+ --icon__system_text-compare_error--enabled: url('#{$icons-path}system/dark/text-compare.svg#error--enabled');
17235
+ --icon__system_text-compare_warning--enabled: url('#{$icons-path}system/dark/text-compare.svg#warning--enabled');
17236
+ --icon__system_text-compare_success--enabled: url('#{$icons-path}system/dark/text-compare.svg#success--enabled');
17237
+ --icon__system_text-compare_neutral--enabled: url('#{$icons-path}system/dark/text-compare.svg#neutral--enabled');
17238
+ --icon__system_text-compare_neutral--hover: url('#{$icons-path}system/dark/text-compare.svg#neutral--hover');
17239
+ --icon__system_text-compare_neutral--active: url('#{$icons-path}system/dark/text-compare.svg#neutral--active');
17240
+ --icon__system_text-compare_neutral--disabled: url('#{$icons-path}system/dark/text-compare.svg#neutral--disabled');
17241
+ --icon__system_text-compare_highlighted--enabled: url('#{$icons-path}system/dark/text-compare.svg#highlighted--enabled');
17242
+ --icon__system_text-compare_bright--enabled: url('#{$icons-path}system/dark/text-compare.svg#bright--enabled');
17002
17243
  --icon__system_table_on-surface--enabled: url('#{$icons-path}system/dark/table.svg#on-surface--enabled');
17003
17244
  --icon__system_table_on-surface--hover: url('#{$icons-path}system/dark/table.svg#on-surface--hover');
17004
17245
  --icon__system_table_on-surface--active: url('#{$icons-path}system/dark/table.svg#on-surface--active');
@@ -17863,6 +18104,30 @@
17863
18104
  --icon__system_link_neutral--disabled: url('#{$icons-path}system/dark/link.svg#neutral--disabled');
17864
18105
  --icon__system_link_highlighted--enabled: url('#{$icons-path}system/dark/link.svg#highlighted--enabled');
17865
18106
  --icon__system_link_bright--enabled: url('#{$icons-path}system/dark/link.svg#bright--enabled');
18107
+ --icon__system_link-off_on-surface--enabled: url('#{$icons-path}system/dark/link-off.svg#on-surface--enabled');
18108
+ --icon__system_link-off_on-surface--hover: url('#{$icons-path}system/dark/link-off.svg#on-surface--hover');
18109
+ --icon__system_link-off_on-surface--active: url('#{$icons-path}system/dark/link-off.svg#on-surface--active');
18110
+ --icon__system_link-off_on-surface--disabled: url('#{$icons-path}system/dark/link-off.svg#on-surface--disabled');
18111
+ --icon__system_link-off_on-primary--enabled: url('#{$icons-path}system/dark/link-off.svg#on-primary--enabled');
18112
+ --icon__system_link-off_on-primary--hover: url('#{$icons-path}system/dark/link-off.svg#on-primary--hover');
18113
+ --icon__system_link-off_on-primary--active: url('#{$icons-path}system/dark/link-off.svg#on-primary--active');
18114
+ --icon__system_link-off_on-primary--disabled: url('#{$icons-path}system/dark/link-off.svg#on-primary--disabled');
18115
+ --icon__system_link-off_on-disabled--enabled: url('#{$icons-path}system/dark/link-off.svg#on-disabled--enabled');
18116
+ --icon__system_link-off_on-message--enabled: url('#{$icons-path}system/dark/link-off.svg#on-message--enabled');
18117
+ --icon__system_link-off_on-elevation--enabled: url('#{$icons-path}system/dark/link-off.svg#on-elevation--enabled');
18118
+ --icon__system_link-off_primary--enabled: url('#{$icons-path}system/dark/link-off.svg#primary--enabled');
18119
+ --icon__system_link-off_primary--hover: url('#{$icons-path}system/dark/link-off.svg#primary--hover');
18120
+ --icon__system_link-off_primary--active: url('#{$icons-path}system/dark/link-off.svg#primary--active');
18121
+ --icon__system_link-off_primary--disabled: url('#{$icons-path}system/dark/link-off.svg#primary--disabled');
18122
+ --icon__system_link-off_error--enabled: url('#{$icons-path}system/dark/link-off.svg#error--enabled');
18123
+ --icon__system_link-off_warning--enabled: url('#{$icons-path}system/dark/link-off.svg#warning--enabled');
18124
+ --icon__system_link-off_success--enabled: url('#{$icons-path}system/dark/link-off.svg#success--enabled');
18125
+ --icon__system_link-off_neutral--enabled: url('#{$icons-path}system/dark/link-off.svg#neutral--enabled');
18126
+ --icon__system_link-off_neutral--hover: url('#{$icons-path}system/dark/link-off.svg#neutral--hover');
18127
+ --icon__system_link-off_neutral--active: url('#{$icons-path}system/dark/link-off.svg#neutral--active');
18128
+ --icon__system_link-off_neutral--disabled: url('#{$icons-path}system/dark/link-off.svg#neutral--disabled');
18129
+ --icon__system_link-off_highlighted--enabled: url('#{$icons-path}system/dark/link-off.svg#highlighted--enabled');
18130
+ --icon__system_link-off_bright--enabled: url('#{$icons-path}system/dark/link-off.svg#bright--enabled');
17866
18131
  --icon__system_left-panel-open_on-surface--enabled: url('#{$icons-path}system/dark/left-panel-open.svg#on-surface--enabled');
17867
18132
  --icon__system_left-panel-open_on-surface--hover: url('#{$icons-path}system/dark/left-panel-open.svg#on-surface--hover');
17868
18133
  --icon__system_left-panel-open_on-surface--active: url('#{$icons-path}system/dark/left-panel-open.svg#on-surface--active');
@@ -17935,54 +18200,6 @@
17935
18200
  --icon__system_language_neutral--disabled: url('#{$icons-path}system/dark/language.svg#neutral--disabled');
17936
18201
  --icon__system_language_highlighted--enabled: url('#{$icons-path}system/dark/language.svg#highlighted--enabled');
17937
18202
  --icon__system_language_bright--enabled: url('#{$icons-path}system/dark/language.svg#bright--enabled');
17938
- --icon__system_keyboard-arrow-right_on-surface--enabled: url('#{$icons-path}system/dark/keyboard-arrow-right.svg#on-surface--enabled');
17939
- --icon__system_keyboard-arrow-right_on-surface--hover: url('#{$icons-path}system/dark/keyboard-arrow-right.svg#on-surface--hover');
17940
- --icon__system_keyboard-arrow-right_on-surface--active: url('#{$icons-path}system/dark/keyboard-arrow-right.svg#on-surface--active');
17941
- --icon__system_keyboard-arrow-right_on-surface--disabled: url('#{$icons-path}system/dark/keyboard-arrow-right.svg#on-surface--disabled');
17942
- --icon__system_keyboard-arrow-right_on-primary--enabled: url('#{$icons-path}system/dark/keyboard-arrow-right.svg#on-primary--enabled');
17943
- --icon__system_keyboard-arrow-right_on-primary--hover: url('#{$icons-path}system/dark/keyboard-arrow-right.svg#on-primary--hover');
17944
- --icon__system_keyboard-arrow-right_on-primary--active: url('#{$icons-path}system/dark/keyboard-arrow-right.svg#on-primary--active');
17945
- --icon__system_keyboard-arrow-right_on-primary--disabled: url('#{$icons-path}system/dark/keyboard-arrow-right.svg#on-primary--disabled');
17946
- --icon__system_keyboard-arrow-right_on-disabled--enabled: url('#{$icons-path}system/dark/keyboard-arrow-right.svg#on-disabled--enabled');
17947
- --icon__system_keyboard-arrow-right_on-message--enabled: url('#{$icons-path}system/dark/keyboard-arrow-right.svg#on-message--enabled');
17948
- --icon__system_keyboard-arrow-right_on-elevation--enabled: url('#{$icons-path}system/dark/keyboard-arrow-right.svg#on-elevation--enabled');
17949
- --icon__system_keyboard-arrow-right_primary--enabled: url('#{$icons-path}system/dark/keyboard-arrow-right.svg#primary--enabled');
17950
- --icon__system_keyboard-arrow-right_primary--hover: url('#{$icons-path}system/dark/keyboard-arrow-right.svg#primary--hover');
17951
- --icon__system_keyboard-arrow-right_primary--active: url('#{$icons-path}system/dark/keyboard-arrow-right.svg#primary--active');
17952
- --icon__system_keyboard-arrow-right_primary--disabled: url('#{$icons-path}system/dark/keyboard-arrow-right.svg#primary--disabled');
17953
- --icon__system_keyboard-arrow-right_error--enabled: url('#{$icons-path}system/dark/keyboard-arrow-right.svg#error--enabled');
17954
- --icon__system_keyboard-arrow-right_warning--enabled: url('#{$icons-path}system/dark/keyboard-arrow-right.svg#warning--enabled');
17955
- --icon__system_keyboard-arrow-right_success--enabled: url('#{$icons-path}system/dark/keyboard-arrow-right.svg#success--enabled');
17956
- --icon__system_keyboard-arrow-right_neutral--enabled: url('#{$icons-path}system/dark/keyboard-arrow-right.svg#neutral--enabled');
17957
- --icon__system_keyboard-arrow-right_neutral--hover: url('#{$icons-path}system/dark/keyboard-arrow-right.svg#neutral--hover');
17958
- --icon__system_keyboard-arrow-right_neutral--active: url('#{$icons-path}system/dark/keyboard-arrow-right.svg#neutral--active');
17959
- --icon__system_keyboard-arrow-right_neutral--disabled: url('#{$icons-path}system/dark/keyboard-arrow-right.svg#neutral--disabled');
17960
- --icon__system_keyboard-arrow-right_highlighted--enabled: url('#{$icons-path}system/dark/keyboard-arrow-right.svg#highlighted--enabled');
17961
- --icon__system_keyboard-arrow-right_bright--enabled: url('#{$icons-path}system/dark/keyboard-arrow-right.svg#bright--enabled');
17962
- --icon__system_keyboard-arrow-left_on-surface--enabled: url('#{$icons-path}system/dark/keyboard-arrow-left.svg#on-surface--enabled');
17963
- --icon__system_keyboard-arrow-left_on-surface--hover: url('#{$icons-path}system/dark/keyboard-arrow-left.svg#on-surface--hover');
17964
- --icon__system_keyboard-arrow-left_on-surface--active: url('#{$icons-path}system/dark/keyboard-arrow-left.svg#on-surface--active');
17965
- --icon__system_keyboard-arrow-left_on-surface--disabled: url('#{$icons-path}system/dark/keyboard-arrow-left.svg#on-surface--disabled');
17966
- --icon__system_keyboard-arrow-left_on-primary--enabled: url('#{$icons-path}system/dark/keyboard-arrow-left.svg#on-primary--enabled');
17967
- --icon__system_keyboard-arrow-left_on-primary--hover: url('#{$icons-path}system/dark/keyboard-arrow-left.svg#on-primary--hover');
17968
- --icon__system_keyboard-arrow-left_on-primary--active: url('#{$icons-path}system/dark/keyboard-arrow-left.svg#on-primary--active');
17969
- --icon__system_keyboard-arrow-left_on-primary--disabled: url('#{$icons-path}system/dark/keyboard-arrow-left.svg#on-primary--disabled');
17970
- --icon__system_keyboard-arrow-left_on-disabled--enabled: url('#{$icons-path}system/dark/keyboard-arrow-left.svg#on-disabled--enabled');
17971
- --icon__system_keyboard-arrow-left_on-message--enabled: url('#{$icons-path}system/dark/keyboard-arrow-left.svg#on-message--enabled');
17972
- --icon__system_keyboard-arrow-left_on-elevation--enabled: url('#{$icons-path}system/dark/keyboard-arrow-left.svg#on-elevation--enabled');
17973
- --icon__system_keyboard-arrow-left_primary--enabled: url('#{$icons-path}system/dark/keyboard-arrow-left.svg#primary--enabled');
17974
- --icon__system_keyboard-arrow-left_primary--hover: url('#{$icons-path}system/dark/keyboard-arrow-left.svg#primary--hover');
17975
- --icon__system_keyboard-arrow-left_primary--active: url('#{$icons-path}system/dark/keyboard-arrow-left.svg#primary--active');
17976
- --icon__system_keyboard-arrow-left_primary--disabled: url('#{$icons-path}system/dark/keyboard-arrow-left.svg#primary--disabled');
17977
- --icon__system_keyboard-arrow-left_error--enabled: url('#{$icons-path}system/dark/keyboard-arrow-left.svg#error--enabled');
17978
- --icon__system_keyboard-arrow-left_warning--enabled: url('#{$icons-path}system/dark/keyboard-arrow-left.svg#warning--enabled');
17979
- --icon__system_keyboard-arrow-left_success--enabled: url('#{$icons-path}system/dark/keyboard-arrow-left.svg#success--enabled');
17980
- --icon__system_keyboard-arrow-left_neutral--enabled: url('#{$icons-path}system/dark/keyboard-arrow-left.svg#neutral--enabled');
17981
- --icon__system_keyboard-arrow-left_neutral--hover: url('#{$icons-path}system/dark/keyboard-arrow-left.svg#neutral--hover');
17982
- --icon__system_keyboard-arrow-left_neutral--active: url('#{$icons-path}system/dark/keyboard-arrow-left.svg#neutral--active');
17983
- --icon__system_keyboard-arrow-left_neutral--disabled: url('#{$icons-path}system/dark/keyboard-arrow-left.svg#neutral--disabled');
17984
- --icon__system_keyboard-arrow-left_highlighted--enabled: url('#{$icons-path}system/dark/keyboard-arrow-left.svg#highlighted--enabled');
17985
- --icon__system_keyboard-arrow-left_bright--enabled: url('#{$icons-path}system/dark/keyboard-arrow-left.svg#bright--enabled');
17986
18203
  --icon__system_key_on-surface--enabled: url('#{$icons-path}system/dark/key.svg#on-surface--enabled');
17987
18204
  --icon__system_key_on-surface--hover: url('#{$icons-path}system/dark/key.svg#on-surface--hover');
17988
18205
  --icon__system_key_on-surface--active: url('#{$icons-path}system/dark/key.svg#on-surface--active');
@@ -18703,6 +18920,102 @@
18703
18920
  --icon__system_chevron-up_neutral--disabled: url('#{$icons-path}system/dark/chevron-up.svg#neutral--disabled');
18704
18921
  --icon__system_chevron-up_highlighted--enabled: url('#{$icons-path}system/dark/chevron-up.svg#highlighted--enabled');
18705
18922
  --icon__system_chevron-up_bright--enabled: url('#{$icons-path}system/dark/chevron-up.svg#bright--enabled');
18923
+ --icon__system_chevron-small-up_on-surface--enabled: url('#{$icons-path}system/dark/chevron-small-up.svg#on-surface--enabled');
18924
+ --icon__system_chevron-small-up_on-surface--hover: url('#{$icons-path}system/dark/chevron-small-up.svg#on-surface--hover');
18925
+ --icon__system_chevron-small-up_on-surface--active: url('#{$icons-path}system/dark/chevron-small-up.svg#on-surface--active');
18926
+ --icon__system_chevron-small-up_on-surface--disabled: url('#{$icons-path}system/dark/chevron-small-up.svg#on-surface--disabled');
18927
+ --icon__system_chevron-small-up_on-primary--enabled: url('#{$icons-path}system/dark/chevron-small-up.svg#on-primary--enabled');
18928
+ --icon__system_chevron-small-up_on-primary--hover: url('#{$icons-path}system/dark/chevron-small-up.svg#on-primary--hover');
18929
+ --icon__system_chevron-small-up_on-primary--active: url('#{$icons-path}system/dark/chevron-small-up.svg#on-primary--active');
18930
+ --icon__system_chevron-small-up_on-primary--disabled: url('#{$icons-path}system/dark/chevron-small-up.svg#on-primary--disabled');
18931
+ --icon__system_chevron-small-up_on-disabled--enabled: url('#{$icons-path}system/dark/chevron-small-up.svg#on-disabled--enabled');
18932
+ --icon__system_chevron-small-up_on-message--enabled: url('#{$icons-path}system/dark/chevron-small-up.svg#on-message--enabled');
18933
+ --icon__system_chevron-small-up_on-elevation--enabled: url('#{$icons-path}system/dark/chevron-small-up.svg#on-elevation--enabled');
18934
+ --icon__system_chevron-small-up_primary--enabled: url('#{$icons-path}system/dark/chevron-small-up.svg#primary--enabled');
18935
+ --icon__system_chevron-small-up_primary--hover: url('#{$icons-path}system/dark/chevron-small-up.svg#primary--hover');
18936
+ --icon__system_chevron-small-up_primary--active: url('#{$icons-path}system/dark/chevron-small-up.svg#primary--active');
18937
+ --icon__system_chevron-small-up_primary--disabled: url('#{$icons-path}system/dark/chevron-small-up.svg#primary--disabled');
18938
+ --icon__system_chevron-small-up_error--enabled: url('#{$icons-path}system/dark/chevron-small-up.svg#error--enabled');
18939
+ --icon__system_chevron-small-up_warning--enabled: url('#{$icons-path}system/dark/chevron-small-up.svg#warning--enabled');
18940
+ --icon__system_chevron-small-up_success--enabled: url('#{$icons-path}system/dark/chevron-small-up.svg#success--enabled');
18941
+ --icon__system_chevron-small-up_neutral--enabled: url('#{$icons-path}system/dark/chevron-small-up.svg#neutral--enabled');
18942
+ --icon__system_chevron-small-up_neutral--hover: url('#{$icons-path}system/dark/chevron-small-up.svg#neutral--hover');
18943
+ --icon__system_chevron-small-up_neutral--active: url('#{$icons-path}system/dark/chevron-small-up.svg#neutral--active');
18944
+ --icon__system_chevron-small-up_neutral--disabled: url('#{$icons-path}system/dark/chevron-small-up.svg#neutral--disabled');
18945
+ --icon__system_chevron-small-up_highlighted--enabled: url('#{$icons-path}system/dark/chevron-small-up.svg#highlighted--enabled');
18946
+ --icon__system_chevron-small-up_bright--enabled: url('#{$icons-path}system/dark/chevron-small-up.svg#bright--enabled');
18947
+ --icon__system_chevron-small-right_on-surface--enabled: url('#{$icons-path}system/dark/chevron-small-right.svg#on-surface--enabled');
18948
+ --icon__system_chevron-small-right_on-surface--hover: url('#{$icons-path}system/dark/chevron-small-right.svg#on-surface--hover');
18949
+ --icon__system_chevron-small-right_on-surface--active: url('#{$icons-path}system/dark/chevron-small-right.svg#on-surface--active');
18950
+ --icon__system_chevron-small-right_on-surface--disabled: url('#{$icons-path}system/dark/chevron-small-right.svg#on-surface--disabled');
18951
+ --icon__system_chevron-small-right_on-primary--enabled: url('#{$icons-path}system/dark/chevron-small-right.svg#on-primary--enabled');
18952
+ --icon__system_chevron-small-right_on-primary--hover: url('#{$icons-path}system/dark/chevron-small-right.svg#on-primary--hover');
18953
+ --icon__system_chevron-small-right_on-primary--active: url('#{$icons-path}system/dark/chevron-small-right.svg#on-primary--active');
18954
+ --icon__system_chevron-small-right_on-primary--disabled: url('#{$icons-path}system/dark/chevron-small-right.svg#on-primary--disabled');
18955
+ --icon__system_chevron-small-right_on-disabled--enabled: url('#{$icons-path}system/dark/chevron-small-right.svg#on-disabled--enabled');
18956
+ --icon__system_chevron-small-right_on-message--enabled: url('#{$icons-path}system/dark/chevron-small-right.svg#on-message--enabled');
18957
+ --icon__system_chevron-small-right_on-elevation--enabled: url('#{$icons-path}system/dark/chevron-small-right.svg#on-elevation--enabled');
18958
+ --icon__system_chevron-small-right_primary--enabled: url('#{$icons-path}system/dark/chevron-small-right.svg#primary--enabled');
18959
+ --icon__system_chevron-small-right_primary--hover: url('#{$icons-path}system/dark/chevron-small-right.svg#primary--hover');
18960
+ --icon__system_chevron-small-right_primary--active: url('#{$icons-path}system/dark/chevron-small-right.svg#primary--active');
18961
+ --icon__system_chevron-small-right_primary--disabled: url('#{$icons-path}system/dark/chevron-small-right.svg#primary--disabled');
18962
+ --icon__system_chevron-small-right_error--enabled: url('#{$icons-path}system/dark/chevron-small-right.svg#error--enabled');
18963
+ --icon__system_chevron-small-right_warning--enabled: url('#{$icons-path}system/dark/chevron-small-right.svg#warning--enabled');
18964
+ --icon__system_chevron-small-right_success--enabled: url('#{$icons-path}system/dark/chevron-small-right.svg#success--enabled');
18965
+ --icon__system_chevron-small-right_neutral--enabled: url('#{$icons-path}system/dark/chevron-small-right.svg#neutral--enabled');
18966
+ --icon__system_chevron-small-right_neutral--hover: url('#{$icons-path}system/dark/chevron-small-right.svg#neutral--hover');
18967
+ --icon__system_chevron-small-right_neutral--active: url('#{$icons-path}system/dark/chevron-small-right.svg#neutral--active');
18968
+ --icon__system_chevron-small-right_neutral--disabled: url('#{$icons-path}system/dark/chevron-small-right.svg#neutral--disabled');
18969
+ --icon__system_chevron-small-right_highlighted--enabled: url('#{$icons-path}system/dark/chevron-small-right.svg#highlighted--enabled');
18970
+ --icon__system_chevron-small-right_bright--enabled: url('#{$icons-path}system/dark/chevron-small-right.svg#bright--enabled');
18971
+ --icon__system_chevron-small-left_on-surface--enabled: url('#{$icons-path}system/dark/chevron-small-left.svg#on-surface--enabled');
18972
+ --icon__system_chevron-small-left_on-surface--hover: url('#{$icons-path}system/dark/chevron-small-left.svg#on-surface--hover');
18973
+ --icon__system_chevron-small-left_on-surface--active: url('#{$icons-path}system/dark/chevron-small-left.svg#on-surface--active');
18974
+ --icon__system_chevron-small-left_on-surface--disabled: url('#{$icons-path}system/dark/chevron-small-left.svg#on-surface--disabled');
18975
+ --icon__system_chevron-small-left_on-primary--enabled: url('#{$icons-path}system/dark/chevron-small-left.svg#on-primary--enabled');
18976
+ --icon__system_chevron-small-left_on-primary--hover: url('#{$icons-path}system/dark/chevron-small-left.svg#on-primary--hover');
18977
+ --icon__system_chevron-small-left_on-primary--active: url('#{$icons-path}system/dark/chevron-small-left.svg#on-primary--active');
18978
+ --icon__system_chevron-small-left_on-primary--disabled: url('#{$icons-path}system/dark/chevron-small-left.svg#on-primary--disabled');
18979
+ --icon__system_chevron-small-left_on-disabled--enabled: url('#{$icons-path}system/dark/chevron-small-left.svg#on-disabled--enabled');
18980
+ --icon__system_chevron-small-left_on-message--enabled: url('#{$icons-path}system/dark/chevron-small-left.svg#on-message--enabled');
18981
+ --icon__system_chevron-small-left_on-elevation--enabled: url('#{$icons-path}system/dark/chevron-small-left.svg#on-elevation--enabled');
18982
+ --icon__system_chevron-small-left_primary--enabled: url('#{$icons-path}system/dark/chevron-small-left.svg#primary--enabled');
18983
+ --icon__system_chevron-small-left_primary--hover: url('#{$icons-path}system/dark/chevron-small-left.svg#primary--hover');
18984
+ --icon__system_chevron-small-left_primary--active: url('#{$icons-path}system/dark/chevron-small-left.svg#primary--active');
18985
+ --icon__system_chevron-small-left_primary--disabled: url('#{$icons-path}system/dark/chevron-small-left.svg#primary--disabled');
18986
+ --icon__system_chevron-small-left_error--enabled: url('#{$icons-path}system/dark/chevron-small-left.svg#error--enabled');
18987
+ --icon__system_chevron-small-left_warning--enabled: url('#{$icons-path}system/dark/chevron-small-left.svg#warning--enabled');
18988
+ --icon__system_chevron-small-left_success--enabled: url('#{$icons-path}system/dark/chevron-small-left.svg#success--enabled');
18989
+ --icon__system_chevron-small-left_neutral--enabled: url('#{$icons-path}system/dark/chevron-small-left.svg#neutral--enabled');
18990
+ --icon__system_chevron-small-left_neutral--hover: url('#{$icons-path}system/dark/chevron-small-left.svg#neutral--hover');
18991
+ --icon__system_chevron-small-left_neutral--active: url('#{$icons-path}system/dark/chevron-small-left.svg#neutral--active');
18992
+ --icon__system_chevron-small-left_neutral--disabled: url('#{$icons-path}system/dark/chevron-small-left.svg#neutral--disabled');
18993
+ --icon__system_chevron-small-left_highlighted--enabled: url('#{$icons-path}system/dark/chevron-small-left.svg#highlighted--enabled');
18994
+ --icon__system_chevron-small-left_bright--enabled: url('#{$icons-path}system/dark/chevron-small-left.svg#bright--enabled');
18995
+ --icon__system_chevron-small-down_on-surface--enabled: url('#{$icons-path}system/dark/chevron-small-down.svg#on-surface--enabled');
18996
+ --icon__system_chevron-small-down_on-surface--hover: url('#{$icons-path}system/dark/chevron-small-down.svg#on-surface--hover');
18997
+ --icon__system_chevron-small-down_on-surface--active: url('#{$icons-path}system/dark/chevron-small-down.svg#on-surface--active');
18998
+ --icon__system_chevron-small-down_on-surface--disabled: url('#{$icons-path}system/dark/chevron-small-down.svg#on-surface--disabled');
18999
+ --icon__system_chevron-small-down_on-primary--enabled: url('#{$icons-path}system/dark/chevron-small-down.svg#on-primary--enabled');
19000
+ --icon__system_chevron-small-down_on-primary--hover: url('#{$icons-path}system/dark/chevron-small-down.svg#on-primary--hover');
19001
+ --icon__system_chevron-small-down_on-primary--active: url('#{$icons-path}system/dark/chevron-small-down.svg#on-primary--active');
19002
+ --icon__system_chevron-small-down_on-primary--disabled: url('#{$icons-path}system/dark/chevron-small-down.svg#on-primary--disabled');
19003
+ --icon__system_chevron-small-down_on-disabled--enabled: url('#{$icons-path}system/dark/chevron-small-down.svg#on-disabled--enabled');
19004
+ --icon__system_chevron-small-down_on-message--enabled: url('#{$icons-path}system/dark/chevron-small-down.svg#on-message--enabled');
19005
+ --icon__system_chevron-small-down_on-elevation--enabled: url('#{$icons-path}system/dark/chevron-small-down.svg#on-elevation--enabled');
19006
+ --icon__system_chevron-small-down_primary--enabled: url('#{$icons-path}system/dark/chevron-small-down.svg#primary--enabled');
19007
+ --icon__system_chevron-small-down_primary--hover: url('#{$icons-path}system/dark/chevron-small-down.svg#primary--hover');
19008
+ --icon__system_chevron-small-down_primary--active: url('#{$icons-path}system/dark/chevron-small-down.svg#primary--active');
19009
+ --icon__system_chevron-small-down_primary--disabled: url('#{$icons-path}system/dark/chevron-small-down.svg#primary--disabled');
19010
+ --icon__system_chevron-small-down_error--enabled: url('#{$icons-path}system/dark/chevron-small-down.svg#error--enabled');
19011
+ --icon__system_chevron-small-down_warning--enabled: url('#{$icons-path}system/dark/chevron-small-down.svg#warning--enabled');
19012
+ --icon__system_chevron-small-down_success--enabled: url('#{$icons-path}system/dark/chevron-small-down.svg#success--enabled');
19013
+ --icon__system_chevron-small-down_neutral--enabled: url('#{$icons-path}system/dark/chevron-small-down.svg#neutral--enabled');
19014
+ --icon__system_chevron-small-down_neutral--hover: url('#{$icons-path}system/dark/chevron-small-down.svg#neutral--hover');
19015
+ --icon__system_chevron-small-down_neutral--active: url('#{$icons-path}system/dark/chevron-small-down.svg#neutral--active');
19016
+ --icon__system_chevron-small-down_neutral--disabled: url('#{$icons-path}system/dark/chevron-small-down.svg#neutral--disabled');
19017
+ --icon__system_chevron-small-down_highlighted--enabled: url('#{$icons-path}system/dark/chevron-small-down.svg#highlighted--enabled');
19018
+ --icon__system_chevron-small-down_bright--enabled: url('#{$icons-path}system/dark/chevron-small-down.svg#bright--enabled');
18706
19019
  --icon__system_chevron-right_on-surface--enabled: url('#{$icons-path}system/dark/chevron-right.svg#on-surface--enabled');
18707
19020
  --icon__system_chevron-right_on-surface--hover: url('#{$icons-path}system/dark/chevron-right.svg#on-surface--hover');
18708
19021
  --icon__system_chevron-right_on-surface--active: url('#{$icons-path}system/dark/chevron-right.svg#on-surface--active');
@@ -18727,30 +19040,54 @@
18727
19040
  --icon__system_chevron-right_neutral--disabled: url('#{$icons-path}system/dark/chevron-right.svg#neutral--disabled');
18728
19041
  --icon__system_chevron-right_highlighted--enabled: url('#{$icons-path}system/dark/chevron-right.svg#highlighted--enabled');
18729
19042
  --icon__system_chevron-right_bright--enabled: url('#{$icons-path}system/dark/chevron-right.svg#bright--enabled');
18730
- --icon__system_chevron-open-treeview_on-surface--enabled: url('#{$icons-path}system/dark/chevron-open-treeview.svg#on-surface--enabled');
18731
- --icon__system_chevron-open-treeview_on-surface--hover: url('#{$icons-path}system/dark/chevron-open-treeview.svg#on-surface--hover');
18732
- --icon__system_chevron-open-treeview_on-surface--active: url('#{$icons-path}system/dark/chevron-open-treeview.svg#on-surface--active');
18733
- --icon__system_chevron-open-treeview_on-surface--disabled: url('#{$icons-path}system/dark/chevron-open-treeview.svg#on-surface--disabled');
18734
- --icon__system_chevron-open-treeview_on-primary--enabled: url('#{$icons-path}system/dark/chevron-open-treeview.svg#on-primary--enabled');
18735
- --icon__system_chevron-open-treeview_on-primary--hover: url('#{$icons-path}system/dark/chevron-open-treeview.svg#on-primary--hover');
18736
- --icon__system_chevron-open-treeview_on-primary--active: url('#{$icons-path}system/dark/chevron-open-treeview.svg#on-primary--active');
18737
- --icon__system_chevron-open-treeview_on-primary--disabled: url('#{$icons-path}system/dark/chevron-open-treeview.svg#on-primary--disabled');
18738
- --icon__system_chevron-open-treeview_on-disabled--enabled: url('#{$icons-path}system/dark/chevron-open-treeview.svg#on-disabled--enabled');
18739
- --icon__system_chevron-open-treeview_on-message--enabled: url('#{$icons-path}system/dark/chevron-open-treeview.svg#on-message--enabled');
18740
- --icon__system_chevron-open-treeview_on-elevation--enabled: url('#{$icons-path}system/dark/chevron-open-treeview.svg#on-elevation--enabled');
18741
- --icon__system_chevron-open-treeview_primary--enabled: url('#{$icons-path}system/dark/chevron-open-treeview.svg#primary--enabled');
18742
- --icon__system_chevron-open-treeview_primary--hover: url('#{$icons-path}system/dark/chevron-open-treeview.svg#primary--hover');
18743
- --icon__system_chevron-open-treeview_primary--active: url('#{$icons-path}system/dark/chevron-open-treeview.svg#primary--active');
18744
- --icon__system_chevron-open-treeview_primary--disabled: url('#{$icons-path}system/dark/chevron-open-treeview.svg#primary--disabled');
18745
- --icon__system_chevron-open-treeview_error--enabled: url('#{$icons-path}system/dark/chevron-open-treeview.svg#error--enabled');
18746
- --icon__system_chevron-open-treeview_warning--enabled: url('#{$icons-path}system/dark/chevron-open-treeview.svg#warning--enabled');
18747
- --icon__system_chevron-open-treeview_success--enabled: url('#{$icons-path}system/dark/chevron-open-treeview.svg#success--enabled');
18748
- --icon__system_chevron-open-treeview_neutral--enabled: url('#{$icons-path}system/dark/chevron-open-treeview.svg#neutral--enabled');
18749
- --icon__system_chevron-open-treeview_neutral--hover: url('#{$icons-path}system/dark/chevron-open-treeview.svg#neutral--hover');
18750
- --icon__system_chevron-open-treeview_neutral--active: url('#{$icons-path}system/dark/chevron-open-treeview.svg#neutral--active');
18751
- --icon__system_chevron-open-treeview_neutral--disabled: url('#{$icons-path}system/dark/chevron-open-treeview.svg#neutral--disabled');
18752
- --icon__system_chevron-open-treeview_highlighted--enabled: url('#{$icons-path}system/dark/chevron-open-treeview.svg#highlighted--enabled');
18753
- --icon__system_chevron-open-treeview_bright--enabled: url('#{$icons-path}system/dark/chevron-open-treeview.svg#bright--enabled');
19043
+ --icon__system_chevron-pag-right_on-surface--enabled: url('#{$icons-path}system/dark/chevron-pag-right.svg#on-surface--enabled');
19044
+ --icon__system_chevron-pag-right_on-surface--hover: url('#{$icons-path}system/dark/chevron-pag-right.svg#on-surface--hover');
19045
+ --icon__system_chevron-pag-right_on-surface--active: url('#{$icons-path}system/dark/chevron-pag-right.svg#on-surface--active');
19046
+ --icon__system_chevron-pag-right_on-surface--disabled: url('#{$icons-path}system/dark/chevron-pag-right.svg#on-surface--disabled');
19047
+ --icon__system_chevron-pag-right_on-primary--enabled: url('#{$icons-path}system/dark/chevron-pag-right.svg#on-primary--enabled');
19048
+ --icon__system_chevron-pag-right_on-primary--hover: url('#{$icons-path}system/dark/chevron-pag-right.svg#on-primary--hover');
19049
+ --icon__system_chevron-pag-right_on-primary--active: url('#{$icons-path}system/dark/chevron-pag-right.svg#on-primary--active');
19050
+ --icon__system_chevron-pag-right_on-primary--disabled: url('#{$icons-path}system/dark/chevron-pag-right.svg#on-primary--disabled');
19051
+ --icon__system_chevron-pag-right_on-disabled--enabled: url('#{$icons-path}system/dark/chevron-pag-right.svg#on-disabled--enabled');
19052
+ --icon__system_chevron-pag-right_on-message--enabled: url('#{$icons-path}system/dark/chevron-pag-right.svg#on-message--enabled');
19053
+ --icon__system_chevron-pag-right_on-elevation--enabled: url('#{$icons-path}system/dark/chevron-pag-right.svg#on-elevation--enabled');
19054
+ --icon__system_chevron-pag-right_primary--enabled: url('#{$icons-path}system/dark/chevron-pag-right.svg#primary--enabled');
19055
+ --icon__system_chevron-pag-right_primary--hover: url('#{$icons-path}system/dark/chevron-pag-right.svg#primary--hover');
19056
+ --icon__system_chevron-pag-right_primary--active: url('#{$icons-path}system/dark/chevron-pag-right.svg#primary--active');
19057
+ --icon__system_chevron-pag-right_primary--disabled: url('#{$icons-path}system/dark/chevron-pag-right.svg#primary--disabled');
19058
+ --icon__system_chevron-pag-right_error--enabled: url('#{$icons-path}system/dark/chevron-pag-right.svg#error--enabled');
19059
+ --icon__system_chevron-pag-right_warning--enabled: url('#{$icons-path}system/dark/chevron-pag-right.svg#warning--enabled');
19060
+ --icon__system_chevron-pag-right_success--enabled: url('#{$icons-path}system/dark/chevron-pag-right.svg#success--enabled');
19061
+ --icon__system_chevron-pag-right_neutral--enabled: url('#{$icons-path}system/dark/chevron-pag-right.svg#neutral--enabled');
19062
+ --icon__system_chevron-pag-right_neutral--hover: url('#{$icons-path}system/dark/chevron-pag-right.svg#neutral--hover');
19063
+ --icon__system_chevron-pag-right_neutral--active: url('#{$icons-path}system/dark/chevron-pag-right.svg#neutral--active');
19064
+ --icon__system_chevron-pag-right_neutral--disabled: url('#{$icons-path}system/dark/chevron-pag-right.svg#neutral--disabled');
19065
+ --icon__system_chevron-pag-right_highlighted--enabled: url('#{$icons-path}system/dark/chevron-pag-right.svg#highlighted--enabled');
19066
+ --icon__system_chevron-pag-right_bright--enabled: url('#{$icons-path}system/dark/chevron-pag-right.svg#bright--enabled');
19067
+ --icon__system_chevron-pag-left_on-surface--enabled: url('#{$icons-path}system/dark/chevron-pag-left.svg#on-surface--enabled');
19068
+ --icon__system_chevron-pag-left_on-surface--hover: url('#{$icons-path}system/dark/chevron-pag-left.svg#on-surface--hover');
19069
+ --icon__system_chevron-pag-left_on-surface--active: url('#{$icons-path}system/dark/chevron-pag-left.svg#on-surface--active');
19070
+ --icon__system_chevron-pag-left_on-surface--disabled: url('#{$icons-path}system/dark/chevron-pag-left.svg#on-surface--disabled');
19071
+ --icon__system_chevron-pag-left_on-primary--enabled: url('#{$icons-path}system/dark/chevron-pag-left.svg#on-primary--enabled');
19072
+ --icon__system_chevron-pag-left_on-primary--hover: url('#{$icons-path}system/dark/chevron-pag-left.svg#on-primary--hover');
19073
+ --icon__system_chevron-pag-left_on-primary--active: url('#{$icons-path}system/dark/chevron-pag-left.svg#on-primary--active');
19074
+ --icon__system_chevron-pag-left_on-primary--disabled: url('#{$icons-path}system/dark/chevron-pag-left.svg#on-primary--disabled');
19075
+ --icon__system_chevron-pag-left_on-disabled--enabled: url('#{$icons-path}system/dark/chevron-pag-left.svg#on-disabled--enabled');
19076
+ --icon__system_chevron-pag-left_on-message--enabled: url('#{$icons-path}system/dark/chevron-pag-left.svg#on-message--enabled');
19077
+ --icon__system_chevron-pag-left_on-elevation--enabled: url('#{$icons-path}system/dark/chevron-pag-left.svg#on-elevation--enabled');
19078
+ --icon__system_chevron-pag-left_primary--enabled: url('#{$icons-path}system/dark/chevron-pag-left.svg#primary--enabled');
19079
+ --icon__system_chevron-pag-left_primary--hover: url('#{$icons-path}system/dark/chevron-pag-left.svg#primary--hover');
19080
+ --icon__system_chevron-pag-left_primary--active: url('#{$icons-path}system/dark/chevron-pag-left.svg#primary--active');
19081
+ --icon__system_chevron-pag-left_primary--disabled: url('#{$icons-path}system/dark/chevron-pag-left.svg#primary--disabled');
19082
+ --icon__system_chevron-pag-left_error--enabled: url('#{$icons-path}system/dark/chevron-pag-left.svg#error--enabled');
19083
+ --icon__system_chevron-pag-left_warning--enabled: url('#{$icons-path}system/dark/chevron-pag-left.svg#warning--enabled');
19084
+ --icon__system_chevron-pag-left_success--enabled: url('#{$icons-path}system/dark/chevron-pag-left.svg#success--enabled');
19085
+ --icon__system_chevron-pag-left_neutral--enabled: url('#{$icons-path}system/dark/chevron-pag-left.svg#neutral--enabled');
19086
+ --icon__system_chevron-pag-left_neutral--hover: url('#{$icons-path}system/dark/chevron-pag-left.svg#neutral--hover');
19087
+ --icon__system_chevron-pag-left_neutral--active: url('#{$icons-path}system/dark/chevron-pag-left.svg#neutral--active');
19088
+ --icon__system_chevron-pag-left_neutral--disabled: url('#{$icons-path}system/dark/chevron-pag-left.svg#neutral--disabled');
19089
+ --icon__system_chevron-pag-left_highlighted--enabled: url('#{$icons-path}system/dark/chevron-pag-left.svg#highlighted--enabled');
19090
+ --icon__system_chevron-pag-left_bright--enabled: url('#{$icons-path}system/dark/chevron-pag-left.svg#bright--enabled');
18754
19091
  --icon__system_chevron-left_on-surface--enabled: url('#{$icons-path}system/dark/chevron-left.svg#on-surface--enabled');
18755
19092
  --icon__system_chevron-left_on-surface--hover: url('#{$icons-path}system/dark/chevron-left.svg#on-surface--hover');
18756
19093
  --icon__system_chevron-left_on-surface--active: url('#{$icons-path}system/dark/chevron-left.svg#on-surface--active');
@@ -18799,30 +19136,6 @@
18799
19136
  --icon__system_chevron-down_neutral--disabled: url('#{$icons-path}system/dark/chevron-down.svg#neutral--disabled');
18800
19137
  --icon__system_chevron-down_highlighted--enabled: url('#{$icons-path}system/dark/chevron-down.svg#highlighted--enabled');
18801
19138
  --icon__system_chevron-down_bright--enabled: url('#{$icons-path}system/dark/chevron-down.svg#bright--enabled');
18802
- --icon__system_chevron-close-treeview_on-surface--enabled: url('#{$icons-path}system/dark/chevron-close-treeview.svg#on-surface--enabled');
18803
- --icon__system_chevron-close-treeview_on-surface--hover: url('#{$icons-path}system/dark/chevron-close-treeview.svg#on-surface--hover');
18804
- --icon__system_chevron-close-treeview_on-surface--active: url('#{$icons-path}system/dark/chevron-close-treeview.svg#on-surface--active');
18805
- --icon__system_chevron-close-treeview_on-surface--disabled: url('#{$icons-path}system/dark/chevron-close-treeview.svg#on-surface--disabled');
18806
- --icon__system_chevron-close-treeview_on-primary--enabled: url('#{$icons-path}system/dark/chevron-close-treeview.svg#on-primary--enabled');
18807
- --icon__system_chevron-close-treeview_on-primary--hover: url('#{$icons-path}system/dark/chevron-close-treeview.svg#on-primary--hover');
18808
- --icon__system_chevron-close-treeview_on-primary--active: url('#{$icons-path}system/dark/chevron-close-treeview.svg#on-primary--active');
18809
- --icon__system_chevron-close-treeview_on-primary--disabled: url('#{$icons-path}system/dark/chevron-close-treeview.svg#on-primary--disabled');
18810
- --icon__system_chevron-close-treeview_on-disabled--enabled: url('#{$icons-path}system/dark/chevron-close-treeview.svg#on-disabled--enabled');
18811
- --icon__system_chevron-close-treeview_on-message--enabled: url('#{$icons-path}system/dark/chevron-close-treeview.svg#on-message--enabled');
18812
- --icon__system_chevron-close-treeview_on-elevation--enabled: url('#{$icons-path}system/dark/chevron-close-treeview.svg#on-elevation--enabled');
18813
- --icon__system_chevron-close-treeview_primary--enabled: url('#{$icons-path}system/dark/chevron-close-treeview.svg#primary--enabled');
18814
- --icon__system_chevron-close-treeview_primary--hover: url('#{$icons-path}system/dark/chevron-close-treeview.svg#primary--hover');
18815
- --icon__system_chevron-close-treeview_primary--active: url('#{$icons-path}system/dark/chevron-close-treeview.svg#primary--active');
18816
- --icon__system_chevron-close-treeview_primary--disabled: url('#{$icons-path}system/dark/chevron-close-treeview.svg#primary--disabled');
18817
- --icon__system_chevron-close-treeview_error--enabled: url('#{$icons-path}system/dark/chevron-close-treeview.svg#error--enabled');
18818
- --icon__system_chevron-close-treeview_warning--enabled: url('#{$icons-path}system/dark/chevron-close-treeview.svg#warning--enabled');
18819
- --icon__system_chevron-close-treeview_success--enabled: url('#{$icons-path}system/dark/chevron-close-treeview.svg#success--enabled');
18820
- --icon__system_chevron-close-treeview_neutral--enabled: url('#{$icons-path}system/dark/chevron-close-treeview.svg#neutral--enabled');
18821
- --icon__system_chevron-close-treeview_neutral--hover: url('#{$icons-path}system/dark/chevron-close-treeview.svg#neutral--hover');
18822
- --icon__system_chevron-close-treeview_neutral--active: url('#{$icons-path}system/dark/chevron-close-treeview.svg#neutral--active');
18823
- --icon__system_chevron-close-treeview_neutral--disabled: url('#{$icons-path}system/dark/chevron-close-treeview.svg#neutral--disabled');
18824
- --icon__system_chevron-close-treeview_highlighted--enabled: url('#{$icons-path}system/dark/chevron-close-treeview.svg#highlighted--enabled');
18825
- --icon__system_chevron-close-treeview_bright--enabled: url('#{$icons-path}system/dark/chevron-close-treeview.svg#bright--enabled');
18826
19139
  --icon__system_check_on-surface--enabled: url('#{$icons-path}system/dark/check.svg#on-surface--enabled');
18827
19140
  --icon__system_check_on-surface--hover: url('#{$icons-path}system/dark/check.svg#on-surface--hover');
18828
19141
  --icon__system_check_on-surface--active: url('#{$icons-path}system/dark/check.svg#on-surface--active');
@@ -19015,6 +19328,102 @@
19015
19328
  --icon__system_arrow-left_neutral--disabled: url('#{$icons-path}system/dark/arrow-left.svg#neutral--disabled');
19016
19329
  --icon__system_arrow-left_highlighted--enabled: url('#{$icons-path}system/dark/arrow-left.svg#highlighted--enabled');
19017
19330
  --icon__system_arrow-left_bright--enabled: url('#{$icons-path}system/dark/arrow-left.svg#bright--enabled');
19331
+ --icon__system_arrow-drop-up_on-surface--enabled: url('#{$icons-path}system/dark/arrow-drop-up.svg#on-surface--enabled');
19332
+ --icon__system_arrow-drop-up_on-surface--hover: url('#{$icons-path}system/dark/arrow-drop-up.svg#on-surface--hover');
19333
+ --icon__system_arrow-drop-up_on-surface--active: url('#{$icons-path}system/dark/arrow-drop-up.svg#on-surface--active');
19334
+ --icon__system_arrow-drop-up_on-surface--disabled: url('#{$icons-path}system/dark/arrow-drop-up.svg#on-surface--disabled');
19335
+ --icon__system_arrow-drop-up_on-primary--enabled: url('#{$icons-path}system/dark/arrow-drop-up.svg#on-primary--enabled');
19336
+ --icon__system_arrow-drop-up_on-primary--hover: url('#{$icons-path}system/dark/arrow-drop-up.svg#on-primary--hover');
19337
+ --icon__system_arrow-drop-up_on-primary--active: url('#{$icons-path}system/dark/arrow-drop-up.svg#on-primary--active');
19338
+ --icon__system_arrow-drop-up_on-primary--disabled: url('#{$icons-path}system/dark/arrow-drop-up.svg#on-primary--disabled');
19339
+ --icon__system_arrow-drop-up_on-disabled--enabled: url('#{$icons-path}system/dark/arrow-drop-up.svg#on-disabled--enabled');
19340
+ --icon__system_arrow-drop-up_on-message--enabled: url('#{$icons-path}system/dark/arrow-drop-up.svg#on-message--enabled');
19341
+ --icon__system_arrow-drop-up_on-elevation--enabled: url('#{$icons-path}system/dark/arrow-drop-up.svg#on-elevation--enabled');
19342
+ --icon__system_arrow-drop-up_primary--enabled: url('#{$icons-path}system/dark/arrow-drop-up.svg#primary--enabled');
19343
+ --icon__system_arrow-drop-up_primary--hover: url('#{$icons-path}system/dark/arrow-drop-up.svg#primary--hover');
19344
+ --icon__system_arrow-drop-up_primary--active: url('#{$icons-path}system/dark/arrow-drop-up.svg#primary--active');
19345
+ --icon__system_arrow-drop-up_primary--disabled: url('#{$icons-path}system/dark/arrow-drop-up.svg#primary--disabled');
19346
+ --icon__system_arrow-drop-up_error--enabled: url('#{$icons-path}system/dark/arrow-drop-up.svg#error--enabled');
19347
+ --icon__system_arrow-drop-up_warning--enabled: url('#{$icons-path}system/dark/arrow-drop-up.svg#warning--enabled');
19348
+ --icon__system_arrow-drop-up_success--enabled: url('#{$icons-path}system/dark/arrow-drop-up.svg#success--enabled');
19349
+ --icon__system_arrow-drop-up_neutral--enabled: url('#{$icons-path}system/dark/arrow-drop-up.svg#neutral--enabled');
19350
+ --icon__system_arrow-drop-up_neutral--hover: url('#{$icons-path}system/dark/arrow-drop-up.svg#neutral--hover');
19351
+ --icon__system_arrow-drop-up_neutral--active: url('#{$icons-path}system/dark/arrow-drop-up.svg#neutral--active');
19352
+ --icon__system_arrow-drop-up_neutral--disabled: url('#{$icons-path}system/dark/arrow-drop-up.svg#neutral--disabled');
19353
+ --icon__system_arrow-drop-up_highlighted--enabled: url('#{$icons-path}system/dark/arrow-drop-up.svg#highlighted--enabled');
19354
+ --icon__system_arrow-drop-up_bright--enabled: url('#{$icons-path}system/dark/arrow-drop-up.svg#bright--enabled');
19355
+ --icon__system_arrow-drop-right_on-surface--enabled: url('#{$icons-path}system/dark/arrow-drop-right.svg#on-surface--enabled');
19356
+ --icon__system_arrow-drop-right_on-surface--hover: url('#{$icons-path}system/dark/arrow-drop-right.svg#on-surface--hover');
19357
+ --icon__system_arrow-drop-right_on-surface--active: url('#{$icons-path}system/dark/arrow-drop-right.svg#on-surface--active');
19358
+ --icon__system_arrow-drop-right_on-surface--disabled: url('#{$icons-path}system/dark/arrow-drop-right.svg#on-surface--disabled');
19359
+ --icon__system_arrow-drop-right_on-primary--enabled: url('#{$icons-path}system/dark/arrow-drop-right.svg#on-primary--enabled');
19360
+ --icon__system_arrow-drop-right_on-primary--hover: url('#{$icons-path}system/dark/arrow-drop-right.svg#on-primary--hover');
19361
+ --icon__system_arrow-drop-right_on-primary--active: url('#{$icons-path}system/dark/arrow-drop-right.svg#on-primary--active');
19362
+ --icon__system_arrow-drop-right_on-primary--disabled: url('#{$icons-path}system/dark/arrow-drop-right.svg#on-primary--disabled');
19363
+ --icon__system_arrow-drop-right_on-disabled--enabled: url('#{$icons-path}system/dark/arrow-drop-right.svg#on-disabled--enabled');
19364
+ --icon__system_arrow-drop-right_on-message--enabled: url('#{$icons-path}system/dark/arrow-drop-right.svg#on-message--enabled');
19365
+ --icon__system_arrow-drop-right_on-elevation--enabled: url('#{$icons-path}system/dark/arrow-drop-right.svg#on-elevation--enabled');
19366
+ --icon__system_arrow-drop-right_primary--enabled: url('#{$icons-path}system/dark/arrow-drop-right.svg#primary--enabled');
19367
+ --icon__system_arrow-drop-right_primary--hover: url('#{$icons-path}system/dark/arrow-drop-right.svg#primary--hover');
19368
+ --icon__system_arrow-drop-right_primary--active: url('#{$icons-path}system/dark/arrow-drop-right.svg#primary--active');
19369
+ --icon__system_arrow-drop-right_primary--disabled: url('#{$icons-path}system/dark/arrow-drop-right.svg#primary--disabled');
19370
+ --icon__system_arrow-drop-right_error--enabled: url('#{$icons-path}system/dark/arrow-drop-right.svg#error--enabled');
19371
+ --icon__system_arrow-drop-right_warning--enabled: url('#{$icons-path}system/dark/arrow-drop-right.svg#warning--enabled');
19372
+ --icon__system_arrow-drop-right_success--enabled: url('#{$icons-path}system/dark/arrow-drop-right.svg#success--enabled');
19373
+ --icon__system_arrow-drop-right_neutral--enabled: url('#{$icons-path}system/dark/arrow-drop-right.svg#neutral--enabled');
19374
+ --icon__system_arrow-drop-right_neutral--hover: url('#{$icons-path}system/dark/arrow-drop-right.svg#neutral--hover');
19375
+ --icon__system_arrow-drop-right_neutral--active: url('#{$icons-path}system/dark/arrow-drop-right.svg#neutral--active');
19376
+ --icon__system_arrow-drop-right_neutral--disabled: url('#{$icons-path}system/dark/arrow-drop-right.svg#neutral--disabled');
19377
+ --icon__system_arrow-drop-right_highlighted--enabled: url('#{$icons-path}system/dark/arrow-drop-right.svg#highlighted--enabled');
19378
+ --icon__system_arrow-drop-right_bright--enabled: url('#{$icons-path}system/dark/arrow-drop-right.svg#bright--enabled');
19379
+ --icon__system_arrow-drop-left_on-surface--enabled: url('#{$icons-path}system/dark/arrow-drop-left.svg#on-surface--enabled');
19380
+ --icon__system_arrow-drop-left_on-surface--hover: url('#{$icons-path}system/dark/arrow-drop-left.svg#on-surface--hover');
19381
+ --icon__system_arrow-drop-left_on-surface--active: url('#{$icons-path}system/dark/arrow-drop-left.svg#on-surface--active');
19382
+ --icon__system_arrow-drop-left_on-surface--disabled: url('#{$icons-path}system/dark/arrow-drop-left.svg#on-surface--disabled');
19383
+ --icon__system_arrow-drop-left_on-primary--enabled: url('#{$icons-path}system/dark/arrow-drop-left.svg#on-primary--enabled');
19384
+ --icon__system_arrow-drop-left_on-primary--hover: url('#{$icons-path}system/dark/arrow-drop-left.svg#on-primary--hover');
19385
+ --icon__system_arrow-drop-left_on-primary--active: url('#{$icons-path}system/dark/arrow-drop-left.svg#on-primary--active');
19386
+ --icon__system_arrow-drop-left_on-primary--disabled: url('#{$icons-path}system/dark/arrow-drop-left.svg#on-primary--disabled');
19387
+ --icon__system_arrow-drop-left_on-disabled--enabled: url('#{$icons-path}system/dark/arrow-drop-left.svg#on-disabled--enabled');
19388
+ --icon__system_arrow-drop-left_on-message--enabled: url('#{$icons-path}system/dark/arrow-drop-left.svg#on-message--enabled');
19389
+ --icon__system_arrow-drop-left_on-elevation--enabled: url('#{$icons-path}system/dark/arrow-drop-left.svg#on-elevation--enabled');
19390
+ --icon__system_arrow-drop-left_primary--enabled: url('#{$icons-path}system/dark/arrow-drop-left.svg#primary--enabled');
19391
+ --icon__system_arrow-drop-left_primary--hover: url('#{$icons-path}system/dark/arrow-drop-left.svg#primary--hover');
19392
+ --icon__system_arrow-drop-left_primary--active: url('#{$icons-path}system/dark/arrow-drop-left.svg#primary--active');
19393
+ --icon__system_arrow-drop-left_primary--disabled: url('#{$icons-path}system/dark/arrow-drop-left.svg#primary--disabled');
19394
+ --icon__system_arrow-drop-left_error--enabled: url('#{$icons-path}system/dark/arrow-drop-left.svg#error--enabled');
19395
+ --icon__system_arrow-drop-left_warning--enabled: url('#{$icons-path}system/dark/arrow-drop-left.svg#warning--enabled');
19396
+ --icon__system_arrow-drop-left_success--enabled: url('#{$icons-path}system/dark/arrow-drop-left.svg#success--enabled');
19397
+ --icon__system_arrow-drop-left_neutral--enabled: url('#{$icons-path}system/dark/arrow-drop-left.svg#neutral--enabled');
19398
+ --icon__system_arrow-drop-left_neutral--hover: url('#{$icons-path}system/dark/arrow-drop-left.svg#neutral--hover');
19399
+ --icon__system_arrow-drop-left_neutral--active: url('#{$icons-path}system/dark/arrow-drop-left.svg#neutral--active');
19400
+ --icon__system_arrow-drop-left_neutral--disabled: url('#{$icons-path}system/dark/arrow-drop-left.svg#neutral--disabled');
19401
+ --icon__system_arrow-drop-left_highlighted--enabled: url('#{$icons-path}system/dark/arrow-drop-left.svg#highlighted--enabled');
19402
+ --icon__system_arrow-drop-left_bright--enabled: url('#{$icons-path}system/dark/arrow-drop-left.svg#bright--enabled');
19403
+ --icon__system_arrow-drop-down_on-surface--enabled: url('#{$icons-path}system/dark/arrow-drop-down.svg#on-surface--enabled');
19404
+ --icon__system_arrow-drop-down_on-surface--hover: url('#{$icons-path}system/dark/arrow-drop-down.svg#on-surface--hover');
19405
+ --icon__system_arrow-drop-down_on-surface--active: url('#{$icons-path}system/dark/arrow-drop-down.svg#on-surface--active');
19406
+ --icon__system_arrow-drop-down_on-surface--disabled: url('#{$icons-path}system/dark/arrow-drop-down.svg#on-surface--disabled');
19407
+ --icon__system_arrow-drop-down_on-primary--enabled: url('#{$icons-path}system/dark/arrow-drop-down.svg#on-primary--enabled');
19408
+ --icon__system_arrow-drop-down_on-primary--hover: url('#{$icons-path}system/dark/arrow-drop-down.svg#on-primary--hover');
19409
+ --icon__system_arrow-drop-down_on-primary--active: url('#{$icons-path}system/dark/arrow-drop-down.svg#on-primary--active');
19410
+ --icon__system_arrow-drop-down_on-primary--disabled: url('#{$icons-path}system/dark/arrow-drop-down.svg#on-primary--disabled');
19411
+ --icon__system_arrow-drop-down_on-disabled--enabled: url('#{$icons-path}system/dark/arrow-drop-down.svg#on-disabled--enabled');
19412
+ --icon__system_arrow-drop-down_on-message--enabled: url('#{$icons-path}system/dark/arrow-drop-down.svg#on-message--enabled');
19413
+ --icon__system_arrow-drop-down_on-elevation--enabled: url('#{$icons-path}system/dark/arrow-drop-down.svg#on-elevation--enabled');
19414
+ --icon__system_arrow-drop-down_primary--enabled: url('#{$icons-path}system/dark/arrow-drop-down.svg#primary--enabled');
19415
+ --icon__system_arrow-drop-down_primary--hover: url('#{$icons-path}system/dark/arrow-drop-down.svg#primary--hover');
19416
+ --icon__system_arrow-drop-down_primary--active: url('#{$icons-path}system/dark/arrow-drop-down.svg#primary--active');
19417
+ --icon__system_arrow-drop-down_primary--disabled: url('#{$icons-path}system/dark/arrow-drop-down.svg#primary--disabled');
19418
+ --icon__system_arrow-drop-down_error--enabled: url('#{$icons-path}system/dark/arrow-drop-down.svg#error--enabled');
19419
+ --icon__system_arrow-drop-down_warning--enabled: url('#{$icons-path}system/dark/arrow-drop-down.svg#warning--enabled');
19420
+ --icon__system_arrow-drop-down_success--enabled: url('#{$icons-path}system/dark/arrow-drop-down.svg#success--enabled');
19421
+ --icon__system_arrow-drop-down_neutral--enabled: url('#{$icons-path}system/dark/arrow-drop-down.svg#neutral--enabled');
19422
+ --icon__system_arrow-drop-down_neutral--hover: url('#{$icons-path}system/dark/arrow-drop-down.svg#neutral--hover');
19423
+ --icon__system_arrow-drop-down_neutral--active: url('#{$icons-path}system/dark/arrow-drop-down.svg#neutral--active');
19424
+ --icon__system_arrow-drop-down_neutral--disabled: url('#{$icons-path}system/dark/arrow-drop-down.svg#neutral--disabled');
19425
+ --icon__system_arrow-drop-down_highlighted--enabled: url('#{$icons-path}system/dark/arrow-drop-down.svg#highlighted--enabled');
19426
+ --icon__system_arrow-drop-down_bright--enabled: url('#{$icons-path}system/dark/arrow-drop-down.svg#bright--enabled');
19018
19427
  --icon__system_applications_on-surface--enabled: url('#{$icons-path}system/dark/applications.svg#on-surface--enabled');
19019
19428
  --icon__system_applications_on-surface--hover: url('#{$icons-path}system/dark/applications.svg#on-surface--hover');
19020
19429
  --icon__system_applications_on-surface--active: url('#{$icons-path}system/dark/applications.svg#on-surface--active');
@@ -19087,6 +19496,30 @@
19087
19496
  --icon__system_add-circle_neutral--disabled: url('#{$icons-path}system/dark/add-circle.svg#neutral--disabled');
19088
19497
  --icon__system_add-circle_highlighted--enabled: url('#{$icons-path}system/dark/add-circle.svg#highlighted--enabled');
19089
19498
  --icon__system_add-circle_bright--enabled: url('#{$icons-path}system/dark/add-circle.svg#bright--enabled');
19499
+ --icon__system_accessibility-new_on-surface--enabled: url('#{$icons-path}system/dark/accessibility-new.svg#on-surface--enabled');
19500
+ --icon__system_accessibility-new_on-surface--hover: url('#{$icons-path}system/dark/accessibility-new.svg#on-surface--hover');
19501
+ --icon__system_accessibility-new_on-surface--active: url('#{$icons-path}system/dark/accessibility-new.svg#on-surface--active');
19502
+ --icon__system_accessibility-new_on-surface--disabled: url('#{$icons-path}system/dark/accessibility-new.svg#on-surface--disabled');
19503
+ --icon__system_accessibility-new_on-primary--enabled: url('#{$icons-path}system/dark/accessibility-new.svg#on-primary--enabled');
19504
+ --icon__system_accessibility-new_on-primary--hover: url('#{$icons-path}system/dark/accessibility-new.svg#on-primary--hover');
19505
+ --icon__system_accessibility-new_on-primary--active: url('#{$icons-path}system/dark/accessibility-new.svg#on-primary--active');
19506
+ --icon__system_accessibility-new_on-primary--disabled: url('#{$icons-path}system/dark/accessibility-new.svg#on-primary--disabled');
19507
+ --icon__system_accessibility-new_on-disabled--enabled: url('#{$icons-path}system/dark/accessibility-new.svg#on-disabled--enabled');
19508
+ --icon__system_accessibility-new_on-message--enabled: url('#{$icons-path}system/dark/accessibility-new.svg#on-message--enabled');
19509
+ --icon__system_accessibility-new_on-elevation--enabled: url('#{$icons-path}system/dark/accessibility-new.svg#on-elevation--enabled');
19510
+ --icon__system_accessibility-new_primary--enabled: url('#{$icons-path}system/dark/accessibility-new.svg#primary--enabled');
19511
+ --icon__system_accessibility-new_primary--hover: url('#{$icons-path}system/dark/accessibility-new.svg#primary--hover');
19512
+ --icon__system_accessibility-new_primary--active: url('#{$icons-path}system/dark/accessibility-new.svg#primary--active');
19513
+ --icon__system_accessibility-new_primary--disabled: url('#{$icons-path}system/dark/accessibility-new.svg#primary--disabled');
19514
+ --icon__system_accessibility-new_error--enabled: url('#{$icons-path}system/dark/accessibility-new.svg#error--enabled');
19515
+ --icon__system_accessibility-new_warning--enabled: url('#{$icons-path}system/dark/accessibility-new.svg#warning--enabled');
19516
+ --icon__system_accessibility-new_success--enabled: url('#{$icons-path}system/dark/accessibility-new.svg#success--enabled');
19517
+ --icon__system_accessibility-new_neutral--enabled: url('#{$icons-path}system/dark/accessibility-new.svg#neutral--enabled');
19518
+ --icon__system_accessibility-new_neutral--hover: url('#{$icons-path}system/dark/accessibility-new.svg#neutral--hover');
19519
+ --icon__system_accessibility-new_neutral--active: url('#{$icons-path}system/dark/accessibility-new.svg#neutral--active');
19520
+ --icon__system_accessibility-new_neutral--disabled: url('#{$icons-path}system/dark/accessibility-new.svg#neutral--disabled');
19521
+ --icon__system_accessibility-new_highlighted--enabled: url('#{$icons-path}system/dark/accessibility-new.svg#highlighted--enabled');
19522
+ --icon__system_accessibility-new_bright--enabled: url('#{$icons-path}system/dark/accessibility-new.svg#bright--enabled');
19090
19523
 
19091
19524
  }
19092
19525