@sebgroup/green-core 1.85.4 → 1.87.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (131) hide show
  1. package/assets/icons/regular/archive.svg +1 -1
  2. package/assets/icons/regular/bookmark-check.svg +1 -1
  3. package/assets/icons/regular/bookmark-delete.svg +1 -1
  4. package/assets/icons/regular/bookmark-plus.svg +1 -1
  5. package/assets/icons/regular/bubble-annotation.svg +1 -1
  6. package/assets/icons/regular/calculator.svg +1 -1
  7. package/assets/icons/regular/circle-info.svg +1 -1
  8. package/assets/icons/regular/code-brackets.svg +8 -0
  9. package/assets/icons/regular/code.svg +8 -0
  10. package/assets/icons/regular/cup-hot.svg +1 -1
  11. package/assets/icons/regular/email.svg +1 -1
  12. package/assets/icons/regular/eye-open.svg +1 -1
  13. package/assets/icons/regular/eye-slash.svg +1 -1
  14. package/assets/icons/regular/home-energy-two.svg +1 -1
  15. package/assets/icons/regular/home-open.svg +1 -1
  16. package/assets/icons/regular/images.svg +1 -1
  17. package/assets/icons/regular/menu-sidebar.svg +1 -1
  18. package/assets/icons/regular/percent.svg +2 -2
  19. package/assets/icons/regular/run-shortcut.svg +8 -0
  20. package/assets/icons/regular/square-grid-circle.svg +2 -4
  21. package/assets/icons/regular/triangle-exclamation.svg +1 -1
  22. package/assets/icons/regular/volume-off.svg +1 -1
  23. package/assets/icons/regular/wallet.svg +1 -1
  24. package/assets/icons/solid/brand-figma.svg +2 -2
  25. package/assets/icons/solid/brand-green.svg +1 -1
  26. package/assets/icons/solid/brush.svg +1 -1
  27. package/assets/icons/solid/chain-link-broken.svg +1 -1
  28. package/assets/icons/solid/checklist.svg +1 -1
  29. package/assets/icons/solid/checkmark.svg +1 -1
  30. package/assets/icons/solid/code-brackets.svg +1 -0
  31. package/assets/icons/solid/code.svg +1 -0
  32. package/assets/icons/solid/heart.svg +1 -1
  33. package/assets/icons/solid/home-roof.svg +1 -1
  34. package/assets/icons/solid/lock.svg +1 -1
  35. package/assets/icons/solid/pension.svg +4 -4
  36. package/assets/icons/solid/run-shortcut.svg +8 -0
  37. package/assets/icons/solid/square-grid-circle.svg +2 -4
  38. package/assets/icons/solid/thumbs-down.svg +1 -1
  39. package/assets/icons/solid/trending-three.svg +1 -1
  40. package/assets/icons/solid/unlocked.svg +1 -3
  41. package/assets/icons/solid/warning-sign.svg +1 -1
  42. package/components/breadcrumbs/breadcrumbs.component.d.ts +1 -1
  43. package/components/breadcrumbs/breadcrumbs.component.js +4 -2
  44. package/components/button/button.component.d.ts +1 -0
  45. package/components/button/button.component.js +3 -0
  46. package/components/datepicker/datepicker.component.d.ts +1 -0
  47. package/components/datepicker/datepicker.component.js +3 -0
  48. package/components/filter-chips/filter-chips.component.d.ts +1 -0
  49. package/components/filter-chips/filter-chips.component.js +4 -1
  50. package/components/form/form-control.d.ts +3 -2
  51. package/components/form/form-control.js +0 -4
  52. package/components/icon/icons/archive.component.js +1 -1
  53. package/components/icon/icons/bookmark-check.component.js +1 -1
  54. package/components/icon/icons/bookmark-delete.component.js +1 -1
  55. package/components/icon/icons/bookmark-plus.component.js +1 -1
  56. package/components/icon/icons/brand-figma.component.js +1 -1
  57. package/components/icon/icons/brand-green.component.js +1 -1
  58. package/components/icon/icons/brush.component.js +1 -1
  59. package/components/icon/icons/bubble-annotation.component.js +1 -1
  60. package/components/icon/icons/calculator.component.js +1 -1
  61. package/components/icon/icons/chain-link-broken.component.js +1 -1
  62. package/components/icon/icons/checklist.component.js +1 -1
  63. package/components/icon/icons/checkmark.component.js +1 -1
  64. package/components/icon/icons/circle-info.component.js +1 -1
  65. package/components/icon/icons/code-brackets.component.d.ts +18 -0
  66. package/components/icon/icons/code-brackets.component.js +25 -0
  67. package/components/icon/icons/code-brackets.d.ts +2 -0
  68. package/components/icon/icons/code-brackets.js +6 -0
  69. package/components/icon/icons/code.component.d.ts +18 -0
  70. package/components/icon/icons/code.component.js +25 -0
  71. package/components/icon/icons/code.d.ts +2 -0
  72. package/components/icon/icons/code.js +6 -0
  73. package/components/icon/icons/cup-hot.component.js +1 -1
  74. package/components/icon/icons/email.component.js +1 -1
  75. package/components/icon/icons/eye-open.component.js +1 -1
  76. package/components/icon/icons/eye-slash.component.js +1 -1
  77. package/components/icon/icons/heart.component.js +1 -1
  78. package/components/icon/icons/home-energy-two.component.js +1 -1
  79. package/components/icon/icons/home-open.component.js +1 -1
  80. package/components/icon/icons/home-roof.component.js +1 -1
  81. package/components/icon/icons/images.component.js +1 -1
  82. package/components/icon/icons/index.d.ts +3 -0
  83. package/components/icon/icons/index.js +3 -0
  84. package/components/icon/icons/lock.component.js +1 -1
  85. package/components/icon/icons/menu-sidebar.component.js +1 -1
  86. package/components/icon/icons/pension.component.js +1 -1
  87. package/components/icon/icons/percent.component.js +1 -1
  88. package/components/icon/icons/pure.d.ts +3 -0
  89. package/components/icon/icons/pure.js +3 -0
  90. package/components/icon/icons/run-shortcut.component.d.ts +18 -0
  91. package/components/icon/icons/run-shortcut.component.js +25 -0
  92. package/components/icon/icons/run-shortcut.d.ts +2 -0
  93. package/components/icon/icons/run-shortcut.js +6 -0
  94. package/components/icon/icons/thumbs-down.component.js +1 -1
  95. package/components/icon/icons/trending-three.component.js +1 -1
  96. package/components/icon/icons/triangle-exclamation.component.js +1 -1
  97. package/components/icon/icons/volume-off.component.js +1 -1
  98. package/components/icon/icons/wallet.component.js +1 -1
  99. package/components/icon/icons/warning-sign.component.js +1 -1
  100. package/components/input/input.component.d.ts +1 -0
  101. package/components/input/input.component.js +3 -0
  102. package/components/popover/popover.component.js +12 -1
  103. package/components/radio/radio-group/radio-group.component.d.ts +1 -0
  104. package/components/radio/radio-group/radio-group.component.js +3 -0
  105. package/components/select/select.component.d.ts +1 -0
  106. package/components/select/select.component.js +3 -0
  107. package/components/textarea/textarea.component.d.ts +1 -0
  108. package/components/textarea/textarea.component.js +3 -0
  109. package/generated/react/breadcrumbs/index.d.ts +1 -1
  110. package/generated/react/button/index.d.ts +1 -1
  111. package/generated/react/checkbox/index.d.ts +1 -1
  112. package/generated/react/datepicker/index.d.ts +1 -1
  113. package/generated/react/fab/index.d.ts +1 -1
  114. package/generated/react/filter-chips/index.d.ts +1 -1
  115. package/generated/react/form-control-header/index.d.ts +2 -2
  116. package/generated/react/icons/icon-code/index.d.ts +389 -0
  117. package/generated/react/icons/icon-code/index.js +13 -0
  118. package/generated/react/icons/icon-code-brackets/index.d.ts +389 -0
  119. package/generated/react/icons/icon-code-brackets/index.js +15 -0
  120. package/generated/react/icons/icon-run-shortcut/index.d.ts +389 -0
  121. package/generated/react/icons/icon-run-shortcut/index.js +15 -0
  122. package/generated/react/index.d.ts +8 -5
  123. package/generated/react/index.js +8 -5
  124. package/generated/react/input/index.d.ts +1 -1
  125. package/generated/react/radio-group/index.d.ts +1 -1
  126. package/generated/react/select/index.d.ts +1 -1
  127. package/generated/react/textarea/index.d.ts +1 -1
  128. package/package.json +4 -1
  129. package/primitives/form-control-header/form-control-header.component.d.ts +2 -0
  130. package/primitives/form-control-header/form-control-header.component.js +22 -1
  131. package/utils/helpers/custom-element-scoping.js +1 -1
@@ -6,7 +6,7 @@ import { GdsIcon } from "../icon.js";
6
6
  let IconBookmarkCheck = class extends GdsIcon {
7
7
  };
8
8
  /** @private */
9
- IconBookmarkCheck._regularSVG = `<path d="M19.25 2.75H20C20 2.33579 19.6642 2 19.25 2V2.75ZM19.25 21L18.8877 21.6567C19.12 21.7849 19.4028 21.7807 19.6313 21.6458C19.8598 21.5109 20 21.2653 20 21H19.25ZM4.75 21H4C4 21.2653 4.14021 21.5109 4.36871 21.6458C4.5972 21.7807 4.87997 21.7849 5.11231 21.6567L4.75 21ZM4.75 2.75V2C4.33579 2 4 2.33579 4 2.75H4.75ZM12 17L12.3623 16.3433C12.1368 16.2189 11.8632 16.2189 11.6377 16.3433L12 17ZM9.88033 9.81967C9.58743 9.52677 9.11256 9.52677 8.81967 9.81967C8.52677 10.1126 8.52677 10.5874 8.81967 10.8803L9.88033 9.81967ZM11 12L10.4697 12.5303C10.6103 12.671 10.8011 12.75 11 12.75C11.1989 12.75 11.3897 12.671 11.5303 12.5303L11 12ZM15.3803 8.68033C15.6732 8.38744 15.6732 7.91256 15.3803 7.61967C15.0874 7.32678 14.6126 7.32678 14.3197 7.61967L15.3803 8.68033ZM18.5 2.75V21H20V2.75H18.5ZM5.5 21V2.75H4V21H5.5ZM4.75 3.5H19.25V2H4.75V3.5ZM19.6123 20.3433L12.3623 16.3433L11.6377 17.6567L18.8877 21.6567L19.6123 20.3433ZM11.6377 16.3433L4.38769 20.3433L5.11231 21.6567L12.3623 17.6567L11.6377 16.3433ZM8.81967 10.8803L10.4697 12.5303L11.5303 11.4697L9.88033 9.81967L8.81967 10.8803ZM11.5303 12.5303L15.3803 8.68033L14.3197 7.61967L10.4697 11.4697L11.5303 12.5303Z" fill="currentColor"/>`;
9
+ IconBookmarkCheck._regularSVG = `<path d="M19.25 2.75H20C20 2.33579 19.6642 2 19.25 2V2.75ZM19.25 21L18.8877 21.6567C19.12 21.7849 19.4028 21.7807 19.6313 21.6458C19.8598 21.5109 20 21.2653 20 21H19.25ZM4.75 21H4C4 21.2653 4.14021 21.5109 4.36871 21.6458C4.5972 21.7807 4.87997 21.7849 5.11231 21.6567L4.75 21ZM4.75 2.75V2C4.33579 2 4 2.33579 4 2.75H4.75ZM12 17L12.3623 16.3433C12.1368 16.2189 11.8632 16.2189 11.6377 16.3433L12 17ZM9.88033 9.81967C9.58743 9.52677 9.11256 9.52677 8.81967 9.81967C8.52677 10.1126 8.52677 10.5874 8.81967 10.8803L9.88033 9.81967ZM11 12L10.4697 12.5303C10.6103 12.671 10.8011 12.75 11 12.75C11.1989 12.75 11.3897 12.671 11.5303 12.5303L11 12ZM15.3803 8.68033C15.6732 8.38744 15.6732 7.91256 15.3803 7.61967C15.0874 7.32678 14.6126 7.32678 14.3197 7.61967L15.3803 8.68033ZM19.25 2.75H18.5V21H19.25H20V2.75H19.25ZM4.75 21H5.5V2.75H4.75H4V21H4.75ZM4.75 2.75V3.5H19.25V2.75V2H4.75V2.75ZM19.25 21L19.6123 20.3433L12.3623 16.3433L12 17L11.6377 17.6567L18.8877 21.6567L19.25 21ZM12 17L11.6377 16.3433L4.38769 20.3433L4.75 21L5.11231 21.6567L12.3623 17.6567L12 17ZM9.35 10.35L8.81967 10.8803L10.4697 12.5303L11 12L11.5303 11.4697L9.88033 9.81967L9.35 10.35ZM11 12L11.5303 12.5303L15.3803 8.68033L14.85 8.15L14.3197 7.61967L10.4697 11.4697L11 12Z" fill="currentColor"/>`;
10
10
  /** @private */
11
11
  IconBookmarkCheck._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M4 2.75C4 2.33579 4.33579 2 4.75 2H19.25C19.6642 2 20 2.33579 20 2.75V21C20 21.2653 19.8598 21.5109 19.6313 21.6458C19.4028 21.7807 19.12 21.7849 18.8877 21.6567L12 17.8566L5.11231 21.6567C4.87997 21.7849 4.5972 21.7807 4.36871 21.6458C4.14021 21.5109 4 21.2653 4 21V2.75ZM15.3803 8.68033C15.6732 8.38744 15.6732 7.91256 15.3803 7.61967C15.0874 7.32678 14.6126 7.32678 14.3197 7.61967L11 10.9393L9.88033 9.81967C9.58744 9.52677 9.11256 9.52677 8.81967 9.81967C8.52677 10.1126 8.52677 10.5874 8.81967 10.8803L10.4697 12.5303C10.6103 12.671 10.8011 12.75 11 12.75C11.1989 12.75 11.3897 12.671 11.5303 12.5303L15.3803 8.68033Z" fill="currentColor"/>`;
12
12
  /** @private */
@@ -6,7 +6,7 @@ import { GdsIcon } from "../icon.js";
6
6
  let IconBookmarkDelete = class extends GdsIcon {
7
7
  };
8
8
  /** @private */
9
- IconBookmarkDelete._regularSVG = `<path d="M19.25 2.75H20C20 2.33579 19.6642 2 19.25 2V2.75ZM19.25 21L18.8877 21.6567C19.12 21.7849 19.4028 21.7807 19.6313 21.6458C19.8598 21.5109 20 21.2653 20 21H19.25ZM4.75 21H4C4 21.2653 4.14021 21.5109 4.36871 21.6458C4.5972 21.7807 4.87997 21.7849 5.11231 21.6567L4.75 21ZM4.75 2.75V2C4.33579 2 4 2.33579 4 2.75H4.75ZM12 17L12.3623 16.3433C12.1368 16.2189 11.8632 16.2189 11.6377 16.3433L12 17ZM14.8284 8.23678C15.1213 7.94389 15.1213 7.46901 14.8284 7.17612C14.5355 6.88323 14.0607 6.88323 13.7678 7.17612L14.8284 8.23678ZM9.17157 11.7723C8.87868 12.0652 8.87868 12.5401 9.17157 12.833C9.46447 13.1259 9.93934 13.1259 10.2322 12.833L9.17157 11.7723ZM13.7678 12.833C14.0607 13.1259 14.5355 13.1259 14.8284 12.833C15.1213 12.5401 15.1213 12.0652 14.8284 11.7723L13.7678 12.833ZM10.2322 7.17612C9.93934 6.88323 9.46447 6.88323 9.17157 7.17612C8.87868 7.46901 8.87868 7.94389 9.17157 8.23678L10.2322 7.17612ZM18.5 2.75V21H20V2.75H18.5ZM5.5 21V2.75H4V21H5.5ZM4.75 3.5H19.25V2H4.75V3.5ZM19.6123 20.3433L12.3623 16.3433L11.6377 17.6567L18.8877 21.6567L19.6123 20.3433ZM11.6377 16.3433L4.38769 20.3433L5.11231 21.6567L12.3623 17.6567L11.6377 16.3433ZM13.7678 7.17612L9.17157 11.7723L10.2322 12.833L14.8284 8.23678L13.7678 7.17612ZM14.8284 11.7723L10.2322 7.17612L9.17157 8.23678L13.7678 12.833L14.8284 11.7723Z" fill="currentColor"/>`;
9
+ IconBookmarkDelete._regularSVG = `<path d="M19.25 2.75H20C20 2.33579 19.6642 2 19.25 2V2.75ZM19.25 21L18.8877 21.6567C19.12 21.7849 19.4028 21.7807 19.6313 21.6458C19.8598 21.5109 20 21.2653 20 21H19.25ZM4.75 21H4C4 21.2653 4.14021 21.5109 4.36871 21.6458C4.5972 21.7807 4.87997 21.7849 5.11231 21.6567L4.75 21ZM4.75 2.75V2C4.33579 2 4 2.33579 4 2.75H4.75ZM12 17L12.3623 16.3433C12.1368 16.2189 11.8632 16.2189 11.6377 16.3433L12 17ZM14.8284 8.23678C15.1213 7.94389 15.1213 7.46901 14.8284 7.17612C14.5355 6.88323 14.0607 6.88323 13.7678 7.17612L14.8284 8.23678ZM9.17157 11.7723C8.87868 12.0652 8.87868 12.5401 9.17157 12.833C9.46447 13.1259 9.93934 13.1259 10.2322 12.833L9.17157 11.7723ZM13.7678 12.833C14.0607 13.1259 14.5355 13.1259 14.8284 12.833C15.1213 12.5401 15.1213 12.0652 14.8284 11.7723L13.7678 12.833ZM10.2322 7.17612C9.93934 6.88323 9.46447 6.88323 9.17157 7.17612C8.87868 7.46901 8.87868 7.94389 9.17157 8.23678L10.2322 7.17612ZM19.25 2.75H18.5V21H19.25H20V2.75H19.25ZM4.75 21H5.5V2.75H4.75H4V21H4.75ZM4.75 2.75V3.5H19.25V2.75V2H4.75V2.75ZM19.25 21L19.6123 20.3433L12.3623 16.3433L12 17L11.6377 17.6567L18.8877 21.6567L19.25 21ZM12 17L11.6377 16.3433L4.38769 20.3433L4.75 21L5.11231 21.6567L12.3623 17.6567L12 17ZM14.2981 7.70645L13.7678 7.17612L9.17157 11.7723L9.7019 12.3026L10.2322 12.833L14.8284 8.23678L14.2981 7.70645ZM14.2981 12.3026L14.8284 11.7723L10.2322 7.17612L9.7019 7.70645L9.17157 8.23678L13.7678 12.833L14.2981 12.3026Z" fill="currentColor"/>`;
10
10
  /** @private */
11
11
  IconBookmarkDelete._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M4.75 2C4.33579 2 4 2.33579 4 2.75V21C4 21.2653 4.14021 21.5109 4.36871 21.6458C4.5972 21.7807 4.87997 21.7849 5.11231 21.6567L12 17.8566L18.8877 21.6567C19.12 21.7849 19.4028 21.7807 19.6313 21.6458C19.8598 21.5109 20 21.2653 20 21V2.75C20 2.33579 19.6642 2 19.25 2H4.75ZM14.8284 7.17612C15.1213 7.46901 15.1213 7.94389 14.8284 8.23678L13.0607 10.0045L14.8284 11.7723C15.1213 12.0652 15.1213 12.5401 14.8284 12.833C14.5355 13.1259 14.0607 13.1259 13.7678 12.833L12 11.0652L10.2322 12.833C9.93934 13.1259 9.46446 13.1259 9.17157 12.833C8.87868 12.5401 8.87868 12.0652 9.17157 11.7723L10.9393 10.0045L9.17157 8.23678C8.87868 7.94389 8.87868 7.46901 9.17157 7.17612C9.46447 6.88322 9.93934 6.88322 10.2322 7.17612L12 8.94389L13.7678 7.17612C14.0607 6.88323 14.5355 6.88323 14.8284 7.17612Z" fill="currentColor"/>`;
12
12
  /** @private */
@@ -6,7 +6,7 @@ import { GdsIcon } from "../icon.js";
6
6
  let IconBookmarkPlus = class extends GdsIcon {
7
7
  };
8
8
  /** @private */
9
- IconBookmarkPlus._regularSVG = `<path d="M19.25 2.75H20C20 2.33579 19.6642 2 19.25 2V2.75ZM19.25 21L18.8877 21.6567C19.12 21.7849 19.4028 21.7807 19.6313 21.6458C19.8598 21.5109 20 21.2653 20 21H19.25ZM4.75 21H4C4 21.2653 4.14021 21.5109 4.36871 21.6458C4.5972 21.7807 4.87997 21.7849 5.11231 21.6567L4.75 21ZM4.75 2.75V2C4.33579 2 4 2.33579 4 2.75H4.75ZM12 17L12.3623 16.3433C12.1368 16.2189 11.8632 16.2189 11.6377 16.3433L12 17ZM12.75 6.75C12.75 6.33579 12.4142 6 12 6C11.5858 6 11.25 6.33579 11.25 6.75H12.75ZM11.25 13.25C11.25 13.6642 11.5858 14 12 14C12.4142 14 12.75 13.6642 12.75 13.25H11.25ZM15.25 10.75C15.6642 10.75 16 10.4142 16 10C16 9.58579 15.6642 9.25 15.25 9.25V10.75ZM8.75 9.25C8.33579 9.25 8 9.58579 8 10C8 10.4142 8.33579 10.75 8.75 10.75V9.25ZM18.5 2.75V21H20V2.75H18.5ZM5.5 21V2.75H4V21H5.5ZM4.75 3.5H19.25V2H4.75V3.5ZM19.6123 20.3433L12.3623 16.3433L11.6377 17.6567L18.8877 21.6567L19.6123 20.3433ZM11.6377 16.3433L4.38769 20.3433L5.11231 21.6567L12.3623 17.6567L11.6377 16.3433ZM11.25 6.75V13.25H12.75V6.75H11.25ZM15.25 9.25L8.75 9.25V10.75L15.25 10.75V9.25Z" fill="currentColor"/>`;
9
+ IconBookmarkPlus._regularSVG = `<path d="M19.25 2.75H20C20 2.33579 19.6642 2 19.25 2V2.75ZM19.25 21L18.8877 21.6567C19.12 21.7849 19.4028 21.7807 19.6313 21.6458C19.8598 21.5109 20 21.2653 20 21H19.25ZM4.75 21H4C4 21.2653 4.14021 21.5109 4.36871 21.6458C4.5972 21.7807 4.87997 21.7849 5.11231 21.6567L4.75 21ZM4.75 2.75V2C4.33579 2 4 2.33579 4 2.75H4.75ZM12 17L12.3623 16.3433C12.1368 16.2189 11.8632 16.2189 11.6377 16.3433L12 17ZM12.75 6.75C12.75 6.33579 12.4142 6 12 6C11.5858 6 11.25 6.33579 11.25 6.75H12.75ZM11.25 13.25C11.25 13.6642 11.5858 14 12 14C12.4142 14 12.75 13.6642 12.75 13.25H11.25ZM15.25 10.75C15.6642 10.75 16 10.4142 16 10C16 9.58579 15.6642 9.25 15.25 9.25V10.75ZM8.75 9.25C8.33579 9.25 8 9.58579 8 10C8 10.4142 8.33579 10.75 8.75 10.75V9.25ZM19.25 2.75H18.5V21H19.25H20V2.75H19.25ZM4.75 21H5.5V2.75H4.75H4V21H4.75ZM4.75 2.75V3.5H19.25V2.75V2H4.75V2.75ZM19.25 21L19.6123 20.3433L12.3623 16.3433L12 17L11.6377 17.6567L18.8877 21.6567L19.25 21ZM12 17L11.6377 16.3433L4.38769 20.3433L4.75 21L5.11231 21.6567L12.3623 17.6567L12 17ZM12 6.75H11.25V13.25H12H12.75V6.75H12ZM15.25 10V9.25L8.75 9.25V10V10.75L15.25 10.75V10Z" fill="currentColor"/>`;
10
10
  /** @private */
11
11
  IconBookmarkPlus._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M4.75 2C4.33579 2 4 2.33579 4 2.75V21C4 21.2653 4.14021 21.5109 4.36871 21.6458C4.5972 21.7807 4.87997 21.7849 5.11231 21.6567L12 17.8566L18.8877 21.6567C19.12 21.7849 19.4028 21.7807 19.6313 21.6458C19.8598 21.5109 20 21.2653 20 21V2.75C20 2.33579 19.6642 2 19.25 2H4.75ZM12 6C12.4142 6 12.75 6.33579 12.75 6.75V9.25H15.25C15.6642 9.25 16 9.58579 16 10C16 10.4142 15.6642 10.75 15.25 10.75H12.75V13.25C12.75 13.6642 12.4142 14 12 14C11.5858 14 11.25 13.6642 11.25 13.25V10.75H8.75C8.33579 10.75 8 10.4142 8 10C8 9.58579 8.33579 9.25 8.75 9.25H11.25V6.75C11.25 6.33579 11.5858 6 12 6Z" fill="currentColor"/>`;
12
12
  /** @private */
@@ -8,7 +8,7 @@ let IconBrandFigma = class extends GdsIcon {
8
8
  /** @private */
9
9
  IconBrandFigma._regularSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M8.66524 2C6.82524 2 5.33191 3.49333 5.33191 5.33333C5.33191 7.16852 6.81743 8.65884 8.65079 8.66664C6.81744 8.67445 5.33193 10.1648 5.33193 11.9999C5.33193 13.8399 6.82526 15.3333 8.66527 15.3333H11.9986V12.0205C12.0097 13.851 13.4987 15.3333 15.3319 15.3333C17.1719 15.3333 18.6652 13.8399 18.6652 11.9999C18.6652 10.1646 17.1795 8.67424 15.346 8.66664C17.1795 8.65904 18.6652 7.16864 18.6652 5.33333C18.6652 3.49333 17.1719 2 15.3319 2H8.66524ZM15.3113 8.66667H11.9986V11.9794C12.0096 10.1557 13.4876 8.67769 15.3113 8.66667Z" fill="currentColor"/><path d="M8.66527 22C10.5053 22 11.9986 20.5067 11.9986 18.6667V15.3333H8.66527C6.82526 15.3333 5.33193 16.8267 5.33193 18.6667C5.33193 20.5067 6.82526 22 8.66527 22Z" fill="currentColor"/>`;
10
10
  /** @private */
11
- IconBrandFigma._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M8.66524 2C6.82524 2 5.33191 3.49333 5.33191 5.33333C5.33191 7.16852 6.81743 8.65884 8.65079 8.66664C6.81744 8.67445 5.33193 10.1648 5.33193 11.9999C5.33193 13.8399 6.82526 15.3333 8.66527 15.3333H11.9986V12.0205C12.0097 13.851 13.4987 15.3333 15.3319 15.3333C17.1719 15.3333 18.6652 13.8399 18.6652 11.9999C18.6652 10.1646 17.1795 8.67424 15.346 8.66664C17.1795 8.65904 18.6652 7.16864 18.6652 5.33333C18.6652 3.49333 17.1719 2 15.3319 2H8.66524ZM15.3113 8.66667H11.9986V11.9794C12.0096 10.1557 13.4876 8.67769 15.3113 8.66667Z" fill="currentColor"/><path d="M8.66527 22C10.5053 22 11.9986 20.5067 11.9986 18.6667V15.3333H8.66527C6.82526 15.3333 5.33193 16.8267 5.33193 18.6667C5.33193 20.5067 6.82526 22 8.66527 22Z" fill="currentColor"/>`;
11
+ IconBrandFigma._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M8.66527 2C6.82527 2 5.33193 3.49333 5.33193 5.33333C5.33193 7.16852 6.81745 8.65884 8.65082 8.66664C6.81747 8.67445 5.33195 10.1648 5.33195 11.9999C5.33195 13.8399 6.82529 15.3333 8.66529 15.3333H11.9986V12.0205C12.0097 13.851 13.4987 15.3333 15.3319 15.3333C17.1719 15.3333 18.6652 13.8399 18.6652 11.9999C18.6652 10.1646 17.1795 8.67424 15.346 8.66664C17.1795 8.65904 18.6652 7.16864 18.6652 5.33333C18.6652 3.49333 17.1719 2 15.3319 2H8.66527ZM15.3114 8.66667H11.9986V11.9794C12.0096 10.1557 13.4876 8.67769 15.3114 8.66667Z" fill="currentColor"/><path d="M8.66529 22C10.5053 22 11.9986 20.5067 11.9986 18.6667V15.3333H8.66529C6.82529 15.3333 5.33195 16.8267 5.33195 18.6667C5.33195 20.5067 6.82529 22 8.66529 22Z" fill="currentColor"/>`;
12
12
  /** @private */
13
13
  IconBrandFigma._name = "brand-figma";
14
14
  /** @private */
@@ -8,7 +8,7 @@ let IconBrandGreen = class extends GdsIcon {
8
8
  /** @private */
9
9
  IconBrandGreen._regularSVG = `<path d="M20.7999 7C17.0999 7 13.8999 9.1 12.1999 12.2C11.9999 10.2 11.1999 8.4 10.0999 6.8C8.69995 4.7 6.59995 3.1 4.29995 2.2L3.69995 2L3.49995 2.5C2.59995 3.9 2.09995 5.5 1.99995 7.2C1.89995 8.9 2.29995 10.5 2.99995 12.1C3.69995 13.6 4.79995 14.9 6.19995 15.8C7.49995 16.8 9.09995 17.4 10.6999 17.5C10.3999 19 9.99995 21 9.99995 21V21.1C9.99995 21.2 9.99995 21.2 10.0999 21.3C10.0999 21.3 10.0999 21.4 10.1999 21.4C10.2999 21.4 10.2999 21.4 10.3999 21.4H11.4999C11.5999 21.4 11.6999 21.4 11.7999 21.4C11.8999 21.3 11.8999 21.2 11.8999 21.1C11.8999 21.1 12.0999 18.8 12.1999 17.6C17.2999 17.3 21.3999 13 21.3999 7.7V7H20.7999ZM3.29995 7.7C3.29995 6.3 3.69995 4.9 4.29995 3.7C8.39995 5.5 11.0999 9.6 11.0999 14.1C11.0999 14.8 10.9999 15.5 10.8999 16.2C8.79995 16 6.89995 15 5.49995 13.4C4.09995 11.9 3.29995 9.8 3.29995 7.7ZM12.3999 16.2C12.6999 12.1 15.9999 8.7 20.0999 8.4C19.7999 12.6 16.4999 15.9 12.3999 16.2Z" fill="currentColor"/>`;
10
10
  /** @private */
11
- IconBrandGreen._solidSVG = `<path d="M20.8 7C17.1 7 13.9 9.1 12.2 12.2C12 10.2 11.2 8.4 10.1 6.8C8.70001 4.7 6.60001 3.1 4.30001 2.2L3.70001 2L3.50001 2.5C2.60001 3.9 2.10001 5.5 2.00001 7.2C1.90001 8.9 2.30001 10.5 3.00001 12.1C3.70001 13.6 4.80001 14.9 6.20001 15.8C7.50001 16.8 9.10001 17.4 10.7 17.5C10.4 19 10 21 10 21V21.1C10 21.2 10 21.2 10.1 21.3C10.1 21.3 10.1 21.4 10.2 21.4C10.3 21.4 10.3 21.4 10.4 21.4H11.5C11.6 21.4 11.7 21.4 11.8 21.4C11.9 21.3 11.9 21.2 11.9 21.1C11.9 21.1 12.1 18.8 12.2 17.6C17.3 17.3 21.4 13 21.4 7.7V7H20.8ZM3.30001 7.7C3.30001 6.3 3.70001 4.9 4.30001 3.7C8.40001 5.5 11.1 9.6 11.1 14.1C11.1 14.8 11 15.5 10.9 16.2C8.80001 16 6.90001 15 5.50001 13.4C4.10001 11.9 3.30001 9.8 3.30001 7.7ZM12.4 16.2C12.7 12.1 16 8.7 20.1 8.4C19.8 12.6 16.5 15.9 12.4 16.2Z" fill="currentColor"/>`;
11
+ IconBrandGreen._solidSVG = `<path d="M20.8 7C17.1 7 13.9 9.1 12.2 12.2C12 10.2 11.2 8.4 10.1 6.8C8.70001 4.7 6.60001 3.1 4.30001 2.2L3.70001 2L3.50001 2.5C2.60001 3.9 2.10001 5.5 2.00001 7.2C1.90001 8.9 2.30001 10.5 3.00001 12.1C3.70001 13.6 4.80001 14.9 6.20001 15.8C7.50001 16.8 9.10001 17.4 10.7 17.5C10.4 19 10 21 10 21V21.1C10 21.2 10 21.2 10.1 21.3C10.1 21.3 10.1 21.4 10.2 21.4C10.3 21.4 10.3 21.4 10.4 21.4H11.5C11.6 21.4 11.7 21.4 11.8 21.4C11.9 21.3 11.9 21.2 11.9 21.1C11.9 21.1 12.1 18.8 12.2 17.6C17.3 17.3 21.4 13 21.4 7.7V7H20.8Z" fill="currentColor"/>`;
12
12
  /** @private */
13
13
  IconBrandGreen._name = "brand-green";
14
14
  /** @private */
@@ -8,7 +8,7 @@ let IconBrush = class extends GdsIcon {
8
8
  /** @private */
9
9
  IconBrush._regularSVG = `<path d="M16.5 15.5L8.49997 7.5M13.1225 18.1222L13.5001 18.5001L21.5 10.5L19.5 8.5H17.5L17.5 6.5L13.5 2.5L5.50006 10.5003L5.87774 10.8776C7.05031 12.0489 7.05082 13.9492 5.87889 15.1212L2.50024 18.5001L5.50079 21.4995L8.87883 18.1213C10.0508 16.9492 11.9511 16.9497 13.1225 18.1222Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>`;
10
10
  /** @private */
11
- IconBrush._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M12.9696 1.96967C13.2625 1.67678 13.7374 1.67678 14.0303 1.96967L18.0303 5.96967C18.1709 6.11032 18.2499 6.30109 18.2499 6.5L18.2499 7.75L19.4999 7.75C19.6989 7.75 19.8896 7.82902 20.0303 7.96967L22.0303 9.96967C22.3232 10.2626 22.3232 10.7374 22.0303 11.0303L17.0304 16.0303C17.0284 16.0323 17.0263 16.0343 17.0243 16.0363L14.0302 19.0305C13.8895 19.1712 13.6987 19.2502 13.4997 19.2501C13.3008 19.2501 13.11 19.171 12.9693 19.0302L12.5918 18.6524C11.7132 17.7729 10.288 17.7726 9.40902 18.6517L6.03099 22.0299C5.73813 22.3228 5.26332 22.3228 4.9704 22.03L1.96986 19.0306C1.82917 18.8899 1.75011 18.6992 1.75009 18.5002C1.75007 18.3013 1.82908 18.1105 1.96974 17.9698L5.34839 14.591C6.22734 13.712 6.22695 12.2867 5.34753 11.4082L4.96985 11.0309C4.82908 10.8903 4.74996 10.6995 4.74991 10.5005C4.74986 10.3016 4.82887 10.1107 4.96957 9.97001L7.96044 6.979C7.96347 6.97587 7.96653 6.97276 7.96961 6.96967L12.9696 1.96967ZM15.4394 15.5L8.50004 8.56075L6.55648 10.5044C7.8716 11.9768 7.82261 14.238 6.40909 15.6516L3.56083 18.5L5.50052 20.439L8.34833 17.591C9.76195 16.1773 12.0234 16.1283 13.4958 17.4436L15.4394 15.5Z" fill="currentColor"/>`;
11
+ IconBrush._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M12.9696 1.96967C13.2625 1.67678 13.7374 1.67678 14.0302 1.96967L18.0302 5.96967C18.1709 6.11032 18.2499 6.30109 18.2499 6.5L18.2499 7.75L19.4999 7.75C19.6988 7.75 19.8896 7.82902 20.0302 7.96967L22.0302 9.96967C22.3231 10.2626 22.3231 10.7374 22.0303 11.0303L17.0304 16.0303C17.0283 16.0323 17.0263 16.0343 17.0243 16.0363L14.0302 19.0305C13.8895 19.1712 13.6987 19.2502 13.4997 19.2501C13.3007 19.2501 13.1099 19.171 12.9693 19.0302L12.5918 18.6524C11.7132 17.7729 10.288 17.7726 9.40899 18.6517L6.03096 22.0299C5.7381 22.3228 5.26329 22.3228 4.97037 22.03L1.96983 19.0306C1.82914 18.8899 1.75008 18.6992 1.75006 18.5002C1.75004 18.3013 1.82905 18.1105 1.96971 17.9698L5.34836 14.591C6.22731 13.712 6.22692 12.2867 5.3475 11.4082L4.96982 11.0309C4.82905 10.8903 4.74993 10.6995 4.74988 10.5005C4.74983 10.3016 4.82884 10.1107 4.96954 9.97001L7.96041 6.979C7.96344 6.97587 7.9665 6.97276 7.96958 6.96967L12.9696 1.96967ZM15.4393 15.5L8.50001 8.56075L6.55645 10.5044C7.87157 11.9768 7.82258 14.238 6.40906 15.6516L3.5608 18.5L5.50049 20.439L8.3483 17.591C9.76192 16.1773 12.0233 16.1283 13.4958 17.4436L15.4393 15.5Z" fill="currentColor"/>`;
12
12
  /** @private */
13
13
  IconBrush._name = "brush";
14
14
  /** @private */
@@ -6,7 +6,7 @@ import { GdsIcon } from "../icon.js";
6
6
  let IconBubbleAnnotation = class extends GdsIcon {
7
7
  };
8
8
  /** @private */
9
- IconBubbleAnnotation._regularSVG = `<path d="M2.7522 3.75H21.2522V18.25H12.0022L7.0022 21V18.25H2.7522V3.75Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/><path d="M6.75 11C6.75 11.4142 7.08579 11.75 7.5 11.75C7.91421 11.75 8.25 11.4142 8.25 11C8.25 10.5858 7.91421 10.25 7.5 10.25C7.08579 10.25 6.75 10.5858 6.75 11ZM11.25 11C11.25 11.4142 11.5858 11.75 12 11.75C12.4142 11.75 12.75 11.4142 12.75 11C12.75 10.5858 12.4142 10.25 12 10.25C11.5858 10.25 11.25 10.5858 11.25 11ZM15.75 11C15.75 11.4142 16.0858 11.75 16.5 11.75C16.9142 11.75 17.25 11.4142 17.25 11C17.25 10.5858 16.9142 10.25 16.5 10.25C16.0858 10.25 15.75 10.5858 15.75 11Z" fill="currentColor" stroke="currentColor" stroke-width="0.5" stroke-linecap="square"/>`;
9
+ IconBubbleAnnotation._regularSVG = `<path d="M2.7522 3.75H21.2522V18.25H12.0022L7.0022 21V18.25H2.7522V3.75Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/><path d="M7.5 10.25C7.91421 10.25 8.25 10.5858 8.25 11C8.25 11.4142 7.91421 11.75 7.5 11.75C7.08579 11.75 6.75 11.4142 6.75 11C6.75 10.5858 7.08579 10.25 7.5 10.25ZM12 10.25C12.4142 10.25 12.75 10.5858 12.75 11C12.75 11.4142 12.4142 11.75 12 11.75C11.5858 11.75 11.25 11.4142 11.25 11C11.25 10.5858 11.5858 10.25 12 10.25ZM16.5 10.25C16.9142 10.25 17.25 10.5858 17.25 11C17.25 11.4142 16.9142 11.75 16.5 11.75C16.0858 11.75 15.75 11.4142 15.75 11C15.75 10.5858 16.0858 10.25 16.5 10.25Z" fill="currentColor" stroke="currentColor" stroke-width="0.5" stroke-linecap="square"/>`;
10
10
  /** @private */
11
11
  IconBubbleAnnotation._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M22.0022 3.75C22.0022 3.33579 21.6664 3 21.2522 3H2.7522C2.33798 3 2.0022 3.33579 2.0022 3.75V18.25C2.0022 18.6642 2.33798 19 2.7522 19H6.2522V21C6.2522 21.2652 6.39222 21.5106 6.62048 21.6456C6.84873 21.7806 7.13129 21.785 7.36364 21.6572L12.1948 19H21.2522C21.6664 19 22.0022 18.6642 22.0022 18.25V3.75ZM6.5 11C6.5 11.5523 6.94772 12 7.5 12C8.05228 12 8.5 11.5523 8.5 11C8.5 10.4477 8.05228 10 7.5 10C6.94772 10 6.5 10.4477 6.5 11ZM11 11C11 11.5523 11.4477 12 12 12C12.5523 12 13 11.5523 13 11C13 10.4477 12.5523 10 12 10C11.4477 10 11 10.4477 11 11ZM16.5 12C15.9477 12 15.5 11.5523 15.5 11C15.5 10.4477 15.9477 10 16.5 10C17.0523 10 17.5 10.4477 17.5 11C17.5 11.5523 17.0523 12 16.5 12Z" fill="currentColor"/>`;
12
12
  /** @private */
@@ -6,7 +6,7 @@ import { GdsIcon } from "../icon.js";
6
6
  let IconCalculator = class extends GdsIcon {
7
7
  };
8
8
  /** @private */
9
- IconCalculator._regularSVG = `<path d="M4.75 7.75V21.25H19.25V7.75M4.75 7.75H19.25M4.75 7.75V2.75H19.25V7.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.5 13C9.91421 13 10.25 12.6642 10.25 12.25C10.25 11.8358 9.91421 11.5 9.5 11.5C9.08579 11.5 8.75 11.8358 8.75 12.25C8.75 12.6642 9.08579 13 9.5 13ZM9.5 17.5C9.91421 17.5 10.25 17.1642 10.25 16.75C10.25 16.3358 9.91421 16 9.5 16C9.08579 16 8.75 16.3358 8.75 16.75C8.75 17.1642 9.08579 17.5 9.5 17.5ZM14.5 13C14.9142 13 15.25 12.6642 15.25 12.25C15.25 11.8358 14.9142 11.5 14.5 11.5C14.0858 11.5 13.75 11.8358 13.75 12.25C13.75 12.6642 14.0858 13 14.5 13ZM14.5 17.5C14.9142 17.5 15.25 17.1642 15.25 16.75C15.25 16.3358 14.9142 16 14.5 16C14.0858 16 13.75 16.3358 13.75 16.75C13.75 17.1642 14.0858 17.5 14.5 17.5Z" fill="currentColor" stroke="currentColor" stroke-width="0.5"/>`;
9
+ IconCalculator._regularSVG = `<path d="M4.75 7.75V21.25H19.25V7.75M4.75 7.75H19.25M4.75 7.75V2.75H19.25V7.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.5 16C9.91421 16 10.25 16.3358 10.25 16.75C10.25 17.1642 9.91421 17.5 9.5 17.5C9.08579 17.5 8.75 17.1642 8.75 16.75C8.75 16.3358 9.08579 16 9.5 16ZM14.5 16C14.9142 16 15.25 16.3358 15.25 16.75C15.25 17.1642 14.9142 17.5 14.5 17.5C14.0858 17.5 13.75 17.1642 13.75 16.75C13.75 16.3358 14.0858 16 14.5 16ZM9.5 11.5C9.91421 11.5 10.25 11.8358 10.25 12.25C10.25 12.6642 9.91421 13 9.5 13C9.08579 13 8.75 12.6642 8.75 12.25C8.75 11.8358 9.08579 11.5 9.5 11.5ZM14.5 11.5C14.9142 11.5 15.25 11.8358 15.25 12.25C15.25 12.6642 14.9142 13 14.5 13C14.0858 13 13.75 12.6642 13.75 12.25C13.75 11.8358 14.0858 11.5 14.5 11.5Z" fill="currentColor" stroke="currentColor" stroke-width="0.5"/>`;
10
10
  /** @private */
11
11
  IconCalculator._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M4.75 2C4.33579 2 4 2.33579 4 2.75V21.25C4 21.6642 4.33579 22 4.75 22H19.25C19.6642 22 20 21.6642 20 21.25V2.75C20 2.33579 19.6642 2 19.25 2H4.75ZM18.5 7V3.5H5.5V7H18.5ZM9.5 13.25C10.0523 13.25 10.5 12.8023 10.5 12.25C10.5 11.6977 10.0523 11.25 9.5 11.25C8.94772 11.25 8.5 11.6977 8.5 12.25C8.5 12.8023 8.94772 13.25 9.5 13.25ZM9.5 17.75C10.0523 17.75 10.5 17.3023 10.5 16.75C10.5 16.1977 10.0523 15.75 9.5 15.75C8.94772 15.75 8.5 16.1977 8.5 16.75C8.5 17.3023 8.94772 17.75 9.5 17.75ZM15.5 12.25C15.5 12.8023 15.0523 13.25 14.5 13.25C13.9477 13.25 13.5 12.8023 13.5 12.25C13.5 11.6977 13.9477 11.25 14.5 11.25C15.0523 11.25 15.5 11.6977 15.5 12.25ZM14.5 17.75C15.0523 17.75 15.5 17.3023 15.5 16.75C15.5 16.1977 15.0523 15.75 14.5 15.75C13.9477 15.75 13.5 16.1977 13.5 16.75C13.5 17.3023 13.9477 17.75 14.5 17.75Z" fill="currentColor"/>`;
12
12
  /** @private */
@@ -8,7 +8,7 @@ let IconChainLinkBroken = class extends GdsIcon {
8
8
  /** @private */
9
9
  IconChainLinkBroken._regularSVG = `<path d="M9.75027 5.52371L10.7168 4.55722C13.1264 2.14759 17.0332 2.14759 19.4428 4.55722C21.8524 6.96684 21.8524 10.8736 19.4428 13.2832L18.4742 14.2519M5.52886 9.74513L4.55722 10.7168C2.14759 13.1264 2.1476 17.0332 4.55722 19.4428C6.96684 21.8524 10.8736 21.8524 13.2832 19.4428L14.2478 18.4782" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><path d="M3.8 6.3625L1.75 5.85M6.3625 3.8L5.85 1.75M20.2 17.6375L22.25 18.15M17.6375 20.2L18.15 22.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>`;
10
10
  /** @private */
11
- IconChainLinkBroken._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M5.6681 1.02233C6.06995 0.921865 6.47715 1.16619 6.57761 1.56803L7.09011 3.61803C7.19057 4.01988 6.94625 4.42708 6.5444 4.52754C6.14256 4.628 5.73536 4.38368 5.63489 3.98183L5.1224 1.93183C5.02193 1.52999 5.26625 1.12279 5.6681 1.02233ZM18.9125 5.08748C16.7957 2.97075 13.3638 2.97075 11.2471 5.08748L10.2806 6.05397C9.98771 6.34687 9.51284 6.34687 9.21994 6.05397C8.92705 5.76108 8.92705 5.28621 9.21994 4.99331L10.1864 4.02682C12.889 1.3243 17.2706 1.3243 19.9731 4.02682C22.6756 6.72934 22.6756 11.111 19.9731 13.8135L19.0045 14.7821C18.7116 15.075 18.2367 15.075 17.9438 14.7821C17.6509 14.4892 17.6509 14.0144 17.9438 13.7215L18.9125 12.7528C21.0292 10.6361 21.0292 7.20421 18.9125 5.08748ZM1.0224 5.66803C1.12286 5.26619 1.53006 5.02186 1.9319 5.12233L3.9819 5.63483C4.38375 5.73529 4.62807 6.14249 4.52761 6.54433C4.42715 6.94618 4.01995 7.1905 3.6181 7.09004L1.5681 6.57754C1.16625 6.47708 0.921934 6.06988 1.0224 5.66803ZM6.05919 9.21473C6.35208 9.50762 6.35208 9.9825 6.05919 10.2754L5.08755 11.247C2.97082 13.3638 2.97082 16.7957 5.08755 18.9124C7.20428 21.0291 10.6362 21.0291 12.7529 18.9124L13.7174 17.9478C14.0103 17.655 14.4852 17.655 14.7781 17.9478C15.071 18.2407 15.071 18.7156 14.7781 19.0085L13.8136 19.973C11.1111 22.6756 6.72941 22.6756 4.02689 19.973C1.32437 17.2705 1.32437 12.8889 4.02689 10.1864L4.99853 9.21473C5.29142 8.92184 5.76629 8.92183 6.05919 9.21473ZM19.4724 17.4555C19.5729 17.0537 19.9801 16.8094 20.3819 16.9098L22.4319 17.4223C22.8337 17.5228 23.0781 17.93 22.9776 18.3318C22.8771 18.7337 22.4699 18.978 22.0681 18.8775L20.0181 18.365C19.6163 18.2646 19.3719 17.8574 19.4724 17.4555ZM17.4556 19.4723C17.8574 19.3719 18.2646 19.6162 18.3651 20.018L18.8776 22.068C18.9781 22.4699 18.7337 22.8771 18.3319 22.9775C17.9301 23.078 17.5229 22.8337 17.4224 22.4318L16.9099 20.3818C16.8094 19.98 17.0538 19.5728 17.4556 19.4723Z" fill="currentColor"/>`;
11
+ IconChainLinkBroken._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M5.66809 1.02233C6.06994 0.921865 6.47714 1.16619 6.5776 1.56803L7.0901 3.61803C7.19056 4.01988 6.94624 4.42708 6.5444 4.52754C6.14255 4.628 5.73535 4.38368 5.63489 3.98183L5.12239 1.93183C5.02193 1.52999 5.26625 1.12279 5.66809 1.02233ZM18.9124 5.08748C16.7957 2.97075 13.3638 2.97075 11.2471 5.08748L10.2806 6.05397C9.9877 6.34687 9.51283 6.34687 9.21994 6.05397C8.92704 5.76108 8.92704 5.28621 9.21994 4.99331L10.1864 4.02682C12.8889 1.3243 17.2706 1.3243 19.9731 4.02682C22.6756 6.72934 22.6756 11.111 19.9731 13.8135L19.0045 14.7821C18.7116 15.075 18.2367 15.075 17.9438 14.7821C17.6509 14.4892 17.6509 14.0144 17.9438 13.7215L18.9124 12.7528C21.0292 10.6361 21.0292 7.20421 18.9124 5.08748ZM1.02239 5.66803C1.12285 5.26619 1.53005 5.02186 1.9319 5.12233L3.9819 5.63483C4.38374 5.73529 4.62806 6.14249 4.5276 6.54433C4.42714 6.94618 4.01994 7.1905 3.61809 7.09004L1.56809 6.57754C1.16625 6.47708 0.921926 6.06988 1.02239 5.66803ZM6.05918 9.21473C6.35207 9.50762 6.35207 9.9825 6.05918 10.2754L5.08754 11.247C2.97081 13.3638 2.97081 16.7957 5.08754 18.9124C7.20427 21.0291 10.6362 21.0291 12.7529 18.9124L13.7174 17.9478C14.0103 17.655 14.4852 17.655 14.7781 17.9478C15.071 18.2407 15.071 18.7156 14.7781 19.0085L13.8136 19.973C11.111 22.6756 6.7294 22.6756 4.02688 19.973C1.32437 17.2705 1.32436 12.8889 4.02688 10.1864L4.99852 9.21473C5.29141 8.92184 5.76629 8.92183 6.05918 9.21473ZM19.4724 17.4555C19.5728 17.0537 19.98 16.8094 20.3819 16.9098L22.4319 17.4223C22.8337 17.5228 23.0781 17.93 22.9776 18.3318C22.8771 18.7337 22.4699 18.978 22.0681 18.8775L20.0181 18.365C19.6162 18.2646 19.3719 17.8574 19.4724 17.4555ZM17.4556 19.4723C17.8574 19.3719 18.2646 19.6162 18.3651 20.018L18.8776 22.068C18.9781 22.4699 18.7337 22.8771 18.3319 22.9775C17.93 23.078 17.5229 22.8337 17.4224 22.4318L16.9099 20.3818C16.8094 19.98 17.0537 19.5728 17.4556 19.4723Z" fill="currentColor"/>`;
12
12
  /** @private */
13
13
  IconChainLinkBroken._name = "chain-link-broken";
14
14
  /** @private */
@@ -8,7 +8,7 @@ let IconChecklist = class extends GdsIcon {
8
8
  /** @private */
9
9
  IconChecklist._regularSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M9.19637 4.64738C9.52922 4.89393 9.59917 5.36362 9.35262 5.69647L6.01929 10.1965C5.78034 10.5191 5.32975 10.5963 4.99702 10.3717L3.33035 9.24668C2.98703 9.01494 2.89658 8.54876 3.12832 8.20544C3.36006 7.86212 3.82624 7.77167 4.16956 8.00341L5.24124 8.72679L8.14729 4.80363C8.39384 4.47078 8.86353 4.40083 9.19637 4.64738ZM11 7.75005C11 7.33583 11.3357 7.00005 11.75 7.00005H20.25C20.6642 7.00005 21 7.33583 21 7.75005C21 8.16426 20.6642 8.50005 20.25 8.50005H11.75C11.3357 8.50005 11 8.16426 11 7.75005ZM9.19637 13.6474C9.52922 13.8939 9.59917 14.3636 9.35262 14.6965L6.01929 19.1965C5.78034 19.5191 5.32975 19.5963 4.99702 19.3717L3.33035 18.2467C2.98703 18.0149 2.89658 17.5488 3.12832 17.2054C3.36006 16.8621 3.82624 16.7717 4.16956 17.0034L5.24124 17.7268L8.14729 13.8036C8.39384 13.4708 8.86353 13.4008 9.19637 13.6474ZM11 16.25C11 15.8358 11.3357 15.5 11.75 15.5H20.25C20.6642 15.5 21 15.8358 21 16.25C21 16.6643 20.6642 17 20.25 17H11.75C11.3357 17 11 16.6643 11 16.25Z" fill="currentColor"/>`;
10
10
  /** @private */
11
- IconChecklist._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M9.19642 4.64738C9.52926 4.89393 9.59922 5.36362 9.35267 5.69647L6.01933 10.1965C5.78038 10.5191 5.3298 10.5963 4.99706 10.3717L3.33039 9.24668C2.98707 9.01494 2.89662 8.54876 3.12836 8.20544C3.3601 7.86212 3.82628 7.77167 4.1696 8.00341L5.24128 8.72679L8.14733 4.80363C8.39388 4.47078 8.86358 4.40083 9.19642 4.64738ZM11 7.75005C11 7.33583 11.3358 7.00005 11.75 7.00005H20.25C20.6642 7.00005 21 7.33583 21 7.75005C21 8.16426 20.6642 8.50005 20.25 8.50005H11.75C11.3358 8.50005 11 8.16426 11 7.75005ZM9.19642 13.6474C9.52926 13.8939 9.59922 14.3636 9.35267 14.6965L6.01933 19.1965C5.78038 19.5191 5.3298 19.5963 4.99706 19.3717L3.33039 18.2467C2.98707 18.0149 2.89662 17.5488 3.12836 17.2054C3.3601 16.8621 3.82628 16.7717 4.1696 17.0034L5.24128 17.7268L8.14733 13.8036C8.39388 13.4708 8.86358 13.4008 9.19642 13.6474ZM11 16.25C11 15.8358 11.3358 15.5 11.75 15.5H20.25C20.6642 15.5 21 15.8358 21 16.25C21 16.6643 20.6642 17 20.25 17H11.75C11.3358 17 11 16.6643 11 16.25Z" fill="currentColor"/>`;
11
+ IconChecklist._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M9.19644 4.64738C9.52928 4.89393 9.59923 5.36362 9.35268 5.69647L6.01935 10.1965C5.7804 10.5191 5.32981 10.5963 4.99708 10.3717L3.33041 9.24668C2.98709 9.01494 2.89664 8.54876 3.12838 8.20544C3.36012 7.86212 3.8263 7.77167 4.16962 8.00341L5.2413 8.72679L8.14735 4.80363C8.3939 4.47078 8.86359 4.40083 9.19644 4.64738ZM11 7.75005C11 7.33583 11.3358 7.00005 11.75 7.00005H20.25C20.6642 7.00005 21 7.33583 21 7.75005C21 8.16426 20.6642 8.50005 20.25 8.50005H11.75C11.3358 8.50005 11 8.16426 11 7.75005ZM9.19644 13.6474C9.52928 13.8939 9.59923 14.3636 9.35268 14.6965L6.01935 19.1965C5.7804 19.5191 5.32981 19.5963 4.99708 19.3717L3.33041 18.2467C2.98709 18.0149 2.89664 17.5488 3.12838 17.2054C3.36012 16.8621 3.8263 16.7717 4.16962 17.0034L5.2413 17.7268L8.14735 13.8036C8.3939 13.4708 8.86359 13.4008 9.19644 13.6474ZM11 16.25C11 15.8358 11.3358 15.5 11.75 15.5H20.25C20.6642 15.5 21 15.8358 21 16.25C21 16.6643 20.6642 17 20.25 17H11.75C11.3358 17 11 16.6643 11 16.25Z" fill="currentColor"/>`;
12
12
  /** @private */
13
13
  IconChecklist._name = "checklist";
14
14
  /** @private */
@@ -8,7 +8,7 @@ let IconCheckmark = class extends GdsIcon {
8
8
  /** @private */
9
9
  IconCheckmark._regularSVG = `<path d="M2.75 15.0938L9 20.25L21.25 3.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>`;
10
10
  /** @private */
11
- IconCheckmark._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M21.7426 2.99442C22.2979 3.40452 22.4156 4.18717 22.0055 4.74251L10.0055 20.9925C9.80429 21.2651 9.50102 21.4442 9.1652 21.489C8.82937 21.5338 8.48976 21.4403 8.22413 21.23L2.22413 16.48C1.68286 16.0515 1.59144 15.2654 2.01995 14.7241C2.44845 14.1828 3.23461 14.0914 3.77588 14.5199L8.76237 18.4675L19.9945 3.2574C20.4046 2.70206 21.1872 2.58432 21.7426 2.99442Z" fill="currentColor"/>`;
11
+ IconCheckmark._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M21.7425 2.99442C22.2979 3.40452 22.4156 4.18717 22.0055 4.74251L10.0055 20.9925C9.80427 21.2651 9.501 21.4442 9.16518 21.489C8.82936 21.5338 8.48974 21.4403 8.22411 21.23L2.22411 16.48C1.68284 16.0515 1.59143 15.2654 2.01993 14.7241C2.44844 14.1828 3.2346 14.0914 3.77587 14.5199L8.76235 18.4675L19.9944 3.2574C20.4045 2.70206 21.1872 2.58432 21.7425 2.99442Z" fill="currentColor"/>`;
12
12
  /** @private */
13
13
  IconCheckmark._name = "checkmark";
14
14
  /** @private */
@@ -6,7 +6,7 @@ import { GdsIcon } from "../icon.js";
6
6
  let IconCircleInfo = class extends GdsIcon {
7
7
  };
8
8
  /** @private */
9
- IconCircleInfo._regularSVG = `<path d="M10.75 11H12L12 16.25M21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 7.375C11.6548 7.375 11.375 7.65482 11.375 8C11.375 8.34518 11.6548 8.625 12 8.625C12.3452 8.625 12.625 8.34518 12.625 8C12.625 7.65482 12.3452 7.375 12 7.375Z" fill="currentColor" stroke="currentColor" stroke-width="0.25"/>`;
9
+ IconCircleInfo._regularSVG = `<path d="M10.75 11H12L12 16.25M21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 7.375C12.3452 7.375 12.625 7.65482 12.625 8C12.625 8.34518 12.3452 8.625 12 8.625C11.6548 8.625 11.375 8.34518 11.375 8C11.375 7.65482 11.6548 7.375 12 7.375Z" fill="currentColor" stroke="currentColor" stroke-width="0.25"/>`;
10
10
  /** @private */
11
11
  IconCircleInfo._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM10 11C10 10.5858 10.3358 10.25 10.75 10.25H12C12.4142 10.25 12.75 10.5858 12.75 11L12.75 16.25C12.75 16.6642 12.4142 17 12 17C11.5858 17 11.25 16.6642 11.25 16.25L11.25 11.75H10.75C10.3358 11.75 10 11.4142 10 11ZM12 7.25C11.5858 7.25 11.25 7.58579 11.25 8C11.25 8.41421 11.5858 8.75 12 8.75C12.4142 8.75 12.75 8.41421 12.75 8C12.75 7.58579 12.4142 7.25 12 7.25Z" fill="currentColor"/>`;
12
12
  /** @private */
@@ -0,0 +1,18 @@
1
+ import { GdsIcon } from '../icon';
2
+ /**
3
+ * @element gds-icon-code-brackets
4
+ */
5
+ export declare class IconCodeBrackets extends GdsIcon {
6
+ /** @private */
7
+ static _regularSVG: string;
8
+ /** @private */
9
+ static _solidSVG: string;
10
+ /** @private */
11
+ static _name: string;
12
+ /** @private */
13
+ static _width: number;
14
+ /** @private */
15
+ static _height: number;
16
+ /** @private */
17
+ static _viewBox: string;
18
+ }
@@ -0,0 +1,25 @@
1
+ import {
2
+ __decorateClass
3
+ } from "../../../chunks/chunk.QTSIPXV3.js";
4
+ import { gdsCustomElement } from "../../../scoping.js";
5
+ import { GdsIcon } from "../icon.js";
6
+ let IconCodeBrackets = class extends GdsIcon {
7
+ };
8
+ /** @private */
9
+ IconCodeBrackets._regularSVG = `<g clip-path="url(#clip0_4959_203)"><path d="M9.75 20.25L14.25 3.75M18.25 7.75L22.25 12L18.25 16.25M5.75 16.25L1.75 12L5.75 7.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_4959_203"><rect width="24" height="24" fill="white"/></clipPath></defs>`;
10
+ /** @private */
11
+ IconCodeBrackets._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M14.4473 3.02637C14.847 3.13536 15.0826 3.54766 14.9736 3.94728L10.4736 20.4473C10.3646 20.8469 9.95228 21.0825 9.55266 20.9735C9.15304 20.8645 8.91744 20.4522 9.02643 20.0526L13.5264 3.55261C13.6354 3.15299 14.0477 2.91738 14.4473 3.02637ZM6.26402 7.20379C6.56565 7.48768 6.58004 7.96234 6.29615 8.26397L2.77994 12L6.29615 15.7359C6.58004 16.0375 6.56565 16.5122 6.26402 16.7961C5.9624 17.08 5.48774 17.0656 5.20385 16.764L1.20385 12.514C0.932051 12.2252 0.932049 11.7747 1.20385 11.4859L5.20385 7.23592C5.48774 6.93429 5.96239 6.91991 6.26402 7.20379ZM17.736 7.20379C18.0376 6.91991 18.5123 6.93429 18.7962 7.23592L22.7962 11.4859C23.068 11.7747 23.0679 12.2252 22.7961 12.514L18.7961 16.764C18.5123 17.0656 18.0376 17.08 17.736 16.7961C17.4343 16.5122 17.42 16.0375 17.7039 15.7359L21.2201 12L17.7038 8.26397C17.42 7.96234 17.4343 7.48768 17.736 7.20379Z" fill="currentColor"/>`;
12
+ /** @private */
13
+ IconCodeBrackets._name = "code-brackets";
14
+ /** @private */
15
+ IconCodeBrackets._width = 24;
16
+ /** @private */
17
+ IconCodeBrackets._height = 24;
18
+ /** @private */
19
+ IconCodeBrackets._viewBox = "0 0 24 24";
20
+ IconCodeBrackets = __decorateClass([
21
+ gdsCustomElement("gds-icon-code-brackets")
22
+ ], IconCodeBrackets);
23
+ export {
24
+ IconCodeBrackets
25
+ };
@@ -0,0 +1,2 @@
1
+ import { IconCodeBrackets } from './code-brackets.component';
2
+ export { IconCodeBrackets };
@@ -0,0 +1,6 @@
1
+ import "../../../chunks/chunk.QTSIPXV3.js";
2
+ import { IconCodeBrackets } from "./code-brackets.component.js";
3
+ IconCodeBrackets.define();
4
+ export {
5
+ IconCodeBrackets
6
+ };
@@ -0,0 +1,18 @@
1
+ import { GdsIcon } from '../icon';
2
+ /**
3
+ * @element gds-icon-code
4
+ */
5
+ export declare class IconCode extends GdsIcon {
6
+ /** @private */
7
+ static _regularSVG: string;
8
+ /** @private */
9
+ static _solidSVG: string;
10
+ /** @private */
11
+ static _name: string;
12
+ /** @private */
13
+ static _width: number;
14
+ /** @private */
15
+ static _height: number;
16
+ /** @private */
17
+ static _viewBox: string;
18
+ }
@@ -0,0 +1,25 @@
1
+ import {
2
+ __decorateClass
3
+ } from "../../../chunks/chunk.QTSIPXV3.js";
4
+ import { gdsCustomElement } from "../../../scoping.js";
5
+ import { GdsIcon } from "../icon.js";
6
+ let IconCode = class extends GdsIcon {
7
+ };
8
+ /** @private */
9
+ IconCode._regularSVG = `<g clip-path="url(#clip0_4963_194)"><path d="M10.25 9L7.25 12L10.25 15M13.75 9L16.75 12L13.75 15M3.75 3.75H20.25V20.25H3.75V3.75Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_4963_194"><rect width="24" height="24" fill="white"/></clipPath></defs>`;
10
+ /** @private */
11
+ IconCode._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M3 3.75C3 3.33579 3.33579 3 3.75 3H20.25C20.6642 3 21 3.33579 21 3.75V20.25C21 20.6642 20.6642 21 20.25 21H3.75C3.33579 21 3 20.6642 3 20.25V3.75ZM10.7803 8.46967C11.0732 8.76256 11.0732 9.23744 10.7803 9.53033L8.84099 11.4697C8.5481 11.7626 8.5481 12.2374 8.84099 12.5303L10.7803 14.4697C11.0732 14.7626 11.0732 15.2374 10.7803 15.5303C10.4874 15.8232 10.0126 15.8232 9.71967 15.5303L6.71967 12.5303C6.42678 12.2374 6.42678 11.7626 6.71967 11.4697L9.71967 8.46967C10.0126 8.17678 10.4874 8.17678 10.7803 8.46967ZM14.2803 8.46967C13.9874 8.17678 13.5126 8.17678 13.2197 8.46967C12.9268 8.76256 12.9268 9.23744 13.2197 9.53033L15.159 11.4697C15.4519 11.7626 15.4519 12.2374 15.159 12.5303L13.2197 14.4697C12.9268 14.7626 12.9268 15.2374 13.2197 15.5303C13.5126 15.8232 13.9874 15.8232 14.2803 15.5303L17.2803 12.5303C17.5732 12.2374 17.5732 11.7626 17.2803 11.4697L14.2803 8.46967Z" fill="currentColor"/>`;
12
+ /** @private */
13
+ IconCode._name = "code";
14
+ /** @private */
15
+ IconCode._width = 24;
16
+ /** @private */
17
+ IconCode._height = 24;
18
+ /** @private */
19
+ IconCode._viewBox = "0 0 24 24";
20
+ IconCode = __decorateClass([
21
+ gdsCustomElement("gds-icon-code")
22
+ ], IconCode);
23
+ export {
24
+ IconCode
25
+ };
@@ -0,0 +1,2 @@
1
+ import { IconCode } from './code.component';
2
+ export { IconCode };
@@ -0,0 +1,6 @@
1
+ import "../../../chunks/chunk.QTSIPXV3.js";
2
+ import { IconCode } from "./code.component.js";
3
+ IconCode.define();
4
+ export {
5
+ IconCode
6
+ };
@@ -6,7 +6,7 @@ import { GdsIcon } from "../icon.js";
6
6
  let IconCupHot = class extends GdsIcon {
7
7
  };
8
8
  /** @private */
9
- IconCupHot._regularSVG = `<path d="M4.75 7.75V7C4.33579 7 4 7.33579 4 7.75H4.75ZM17.25 7.75H18C18 7.33579 17.6642 7 17.25 7V7.75ZM17.25 21.25V22C17.6642 22 18 21.6642 18 21.25H17.25ZM4.75 21.25H4C4 21.6642 4.33579 22 4.75 22V21.25ZM10.25 5.25C10.25 5.66421 10.5858 6 11 6C11.4142 6 11.75 5.66421 11.75 5.25H10.25ZM11.75 2.75C11.75 2.33579 11.4142 2 11 2C10.5858 2 10.25 2.33579 10.25 2.75H11.75ZM6.25 5.25C6.25 5.66421 6.58579 6 7 6C7.41421 6 7.75 5.66421 7.75 5.25H6.25ZM7.75 2.75C7.75 2.33579 7.41421 2 7 2C6.58579 2 6.25 2.33579 6.25 2.75H7.75ZM14.25 5.25C14.25 5.66421 14.5858 6 15 6C15.4142 6 15.75 5.66421 15.75 5.25H14.25ZM15.75 2.75C15.75 2.33579 15.4142 2 15 2C14.5858 2 14.25 2.33579 14.25 2.75H15.75ZM17.25 9.75V9H16.5V9.75H17.25ZM17.25 15.25H16.5V16H17.25V15.25ZM4.75 8.5H17.25V7H4.75V8.5ZM16.5 7.75V21.25H18V7.75H16.5ZM17.25 20.5H4.75V22H17.25V20.5ZM5.5 21.25V7.75H4V21.25H5.5ZM11.75 5.25V2.75H10.25V5.25H11.75ZM7.75 5.25V2.75H6.25V5.25H7.75ZM15.75 5.25V2.75H14.25V5.25H15.75ZM17.25 10.5H18.5V9H17.25V10.5ZM18.5 14.5H17.25V16H18.5V14.5ZM18 15.25V9.75H16.5V15.25H18ZM20.5 12.5C20.5 13.6046 19.6046 14.5 18.5 14.5V16C20.433 16 22 14.433 22 12.5H20.5ZM18.5 10.5C19.6046 10.5 20.5 11.3954 20.5 12.5H22C22 10.567 20.433 9 18.5 9V10.5Z" fill="currentColor"/>`;
9
+ IconCupHot._regularSVG = `<path d="M4.75 7.75V7C4.33579 7 4 7.33579 4 7.75H4.75ZM17.25 7.75H18C18 7.33579 17.6642 7 17.25 7V7.75ZM17.25 21.25V22C17.6642 22 18 21.6642 18 21.25H17.25ZM4.75 21.25H4C4 21.6642 4.33579 22 4.75 22V21.25ZM10.25 5.25C10.25 5.66421 10.5858 6 11 6C11.4142 6 11.75 5.66421 11.75 5.25H10.25ZM11.75 2.75C11.75 2.33579 11.4142 2 11 2C10.5858 2 10.25 2.33579 10.25 2.75H11.75ZM6.25 5.25C6.25 5.66421 6.58579 6 7 6C7.41421 6 7.75 5.66421 7.75 5.25H6.25ZM7.75 2.75C7.75 2.33579 7.41421 2 7 2C6.58579 2 6.25 2.33579 6.25 2.75H7.75ZM14.25 5.25C14.25 5.66421 14.5858 6 15 6C15.4142 6 15.75 5.66421 15.75 5.25H14.25ZM15.75 2.75C15.75 2.33579 15.4142 2 15 2C14.5858 2 14.25 2.33579 14.25 2.75H15.75ZM17.25 9.75V9H16.5V9.75H17.25ZM17.25 15.25H16.5V16H17.25V15.25ZM4.75 7.75V8.5H17.25V7.75V7H4.75V7.75ZM17.25 7.75H16.5V21.25H17.25H18V7.75H17.25ZM17.25 21.25V20.5H4.75V21.25V22H17.25V21.25ZM4.75 21.25H5.5V7.75H4.75H4V21.25H4.75ZM11 5.25H11.75V2.75H11H10.25V5.25H11ZM7 5.25H7.75V2.75H7H6.25V5.25H7ZM15 5.25H15.75V2.75H15H14.25V5.25H15ZM17.25 9.75V10.5H18.5V9.75V9H17.25V9.75ZM18.5 15.25V14.5H17.25V15.25V16H18.5V15.25ZM17.25 15.25H18V9.75H17.25H16.5V15.25H17.25ZM21.25 12.5H20.5C20.5 13.6046 19.6046 14.5 18.5 14.5V15.25V16C20.433 16 22 14.433 22 12.5H21.25ZM18.5 9.75V10.5C19.6046 10.5 20.5 11.3954 20.5 12.5H21.25H22C22 10.567 20.433 9 18.5 9V9.75Z" fill="currentColor"/>`;
10
10
  /** @private */
11
11
  IconCupHot._solidSVG = `<path d="M7 2C7.41421 2 7.75 2.33579 7.75 2.75V5.25C7.75 5.66421 7.41421 6 7 6C6.58579 6 6.25 5.66421 6.25 5.25V2.75C6.25 2.33579 6.58579 2 7 2Z" fill="currentColor"/><path d="M11 2C11.4142 2 11.75 2.33579 11.75 2.75V5.25C11.75 5.66421 11.4142 6 11 6C10.5858 6 10.25 5.66421 10.25 5.25V2.75C10.25 2.33579 10.5858 2 11 2Z" fill="currentColor"/><path d="M15 2C15.4142 2 15.75 2.33579 15.75 2.75V5.25C15.75 5.66421 15.4142 6 15 6C14.5858 6 14.25 5.66421 14.25 5.25V2.75C14.25 2.33579 14.5858 2 15 2Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M4.75 7C4.33579 7 4 7.33579 4 7.75V21.25C4 21.6642 4.33579 22 4.75 22H17.25C17.6642 22 18 21.6642 18 21.25V16H18.5C20.433 16 22 14.433 22 12.5C22 10.567 20.433 9 18.5 9H18V7.75C18 7.33579 17.6642 7 17.25 7H4.75ZM18 10.5V14.5H18.5C19.6046 14.5 20.5 13.6046 20.5 12.5C20.5 11.3954 19.6046 10.5 18.5 10.5H18Z" fill="currentColor"/>`;
12
12
  /** @private */
@@ -6,7 +6,7 @@ import { GdsIcon } from "../icon.js";
6
6
  let IconEmail = class extends GdsIcon {
7
7
  };
8
8
  /** @private */
9
- IconEmail._regularSVG = `<path d="M21.25 4.75H22C22 4.33579 21.6642 4 21.25 4V4.75ZM21.25 19.25V20C21.6642 20 22 19.6642 22 19.25H21.25ZM2.75 19.25H2C2 19.6642 2.33579 20 2.75 20V19.25ZM2.75 4.75V4C2.33579 4 2 4.33579 2 4.75H2.75ZM12 13L11.5251 13.5805C11.8013 13.8065 12.1987 13.8065 12.4749 13.5805L12 13ZM20.5 4.75V19.25H22V4.75H20.5ZM21.25 18.5H2.75V20H21.25V18.5ZM3.5 19.25V4.75H2V19.25H3.5ZM2.75 5.5H21.25V4H2.75V5.5ZM12.4749 12.4195L3.47493 5.0559L2.52507 6.21684L11.5251 13.5805L12.4749 12.4195ZM20.5251 5.0559L11.5251 12.4195L12.4749 13.5805L21.4749 6.21684L20.5251 5.0559Z" fill="currentColor"/>`;
9
+ IconEmail._regularSVG = `<path d="M21.25 4.75H22C22 4.33579 21.6642 4 21.25 4V4.75ZM21.25 19.25V20C21.6642 20 22 19.6642 22 19.25H21.25ZM2.75 19.25H2C2 19.6642 2.33579 20 2.75 20V19.25ZM2.75 4.75V4C2.33579 4 2 4.33579 2 4.75H2.75ZM12 13L11.5251 13.5805C11.8013 13.8065 12.1987 13.8065 12.4749 13.5805L12 13ZM21.25 4.75H20.5V19.25H21.25H22V4.75H21.25ZM21.25 19.25V18.5H2.75V19.25V20H21.25V19.25ZM2.75 19.25H3.5V4.75H2.75H2V19.25H2.75ZM2.75 4.75V5.5H21.25V4.75V4H2.75V4.75ZM12 13L12.4749 12.4195L3.47493 5.0559L3 5.63637L2.52507 6.21684L11.5251 13.5805L12 13ZM21 5.63637L20.5251 5.0559L11.5251 12.4195L12 13L12.4749 13.5805L21.4749 6.21684L21 5.63637Z" fill="currentColor"/>`;
10
10
  /** @private */
11
11
  IconEmail._solidSVG = `<path d="M2.33632 4.12431L12 12.031L21.6637 4.12431C21.5451 4.04575 21.4029 4 21.25 4H2.75C2.59711 4 2.4549 4.04575 2.33632 4.12431Z" fill="currentColor"/><path d="M2 5.78723V19.25C2 19.6642 2.33579 20 2.75 20H21.25C21.6642 20 22 19.6642 22 19.25V5.78723L12.4749 13.5805C12.1987 13.8065 11.8013 13.8065 11.5251 13.5805L2 5.78723Z" fill="currentColor"/>`;
12
12
  /** @private */
@@ -6,7 +6,7 @@ import { GdsIcon } from "../icon.js";
6
6
  let IconEyeOpen = class extends GdsIcon {
7
7
  };
8
8
  /** @private */
9
- IconEyeOpen._regularSVG = `<path d="M2 11.9999L1.32902 11.6648C1.22366 11.8758 1.22366 12.124 1.32902 12.335L2 11.9999ZM22 12L22.671 12.3351C22.7763 12.1241 22.7763 11.8759 22.671 11.6649L22 12ZM2.67098 12.335C4.9893 7.69273 8.55546 5.49997 12 5.5C15.4445 5.50003 19.0107 7.69284 21.329 12.3351L22.671 11.6649C20.1618 6.64058 16.1417 4.00003 12 4C7.85827 3.99997 3.83815 6.64046 1.32902 11.6648L2.67098 12.335ZM1.32902 12.335C3.83815 17.3593 7.85826 19.9999 12 19.9999C16.1417 20 20.1618 17.3595 22.671 12.3351L21.329 11.6649C19.0107 16.3072 15.4445 18.4999 12 18.4999C8.55547 18.4999 4.9893 16.3071 2.67098 11.6648L1.32902 12.335ZM14.5 12C14.5 13.3807 13.3807 14.5 12 14.5V16C14.2091 16 16 14.2091 16 12H14.5ZM12 14.5C10.6193 14.5 9.5 13.3807 9.5 12H8C8 14.2091 9.79086 16 12 16V14.5ZM9.5 12C9.5 10.6193 10.6193 9.5 12 9.5V8C9.79086 8 8 9.79086 8 12H9.5ZM12 9.5C13.3807 9.5 14.5 10.6193 14.5 12H16C16 9.79086 14.2091 8 12 8V9.5Z" fill="currentColor"/>`;
9
+ IconEyeOpen._regularSVG = `<path d="M2 11.9999L1.32902 11.6648C1.22366 11.8758 1.22366 12.124 1.32902 12.335L2 11.9999ZM22 12L22.671 12.3351C22.7763 12.1241 22.7763 11.8759 22.671 11.6649L22 12ZM2 11.9999L2.67098 12.335C4.9893 7.69273 8.55546 5.49997 12 5.5C15.4445 5.50003 19.0107 7.69284 21.329 12.3351L22 12L22.671 11.6649C20.1618 6.64058 16.1417 4.00003 12 4C7.85827 3.99997 3.83815 6.64046 1.32902 11.6648L2 11.9999ZM2 11.9999L1.32902 12.335C3.83815 17.3593 7.85826 19.9999 12 19.9999C16.1417 20 20.1618 17.3595 22.671 12.3351L22 12L21.329 11.6649C19.0107 16.3072 15.4445 18.4999 12 18.4999C8.55547 18.4999 4.9893 16.3071 2.67098 11.6648L2 11.9999ZM15.25 12H14.5C14.5 13.3807 13.3807 14.5 12 14.5V15.25V16C14.2091 16 16 14.2091 16 12H15.25ZM12 15.25V14.5C10.6193 14.5 9.5 13.3807 9.5 12H8.75H8C8 14.2091 9.79086 16 12 16V15.25ZM8.75 12H9.5C9.5 10.6193 10.6193 9.5 12 9.5V8.75V8C9.79086 8 8 9.79086 8 12H8.75ZM12 8.75V9.5C13.3807 9.5 14.5 10.6193 14.5 12H15.25H16C16 9.79086 14.2091 8 12 8V8.75Z" fill="currentColor"/>`;
10
10
  /** @private */
11
11
  IconEyeOpen._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M12 4C16.1417 4.00003 20.1618 6.64058 22.671 11.6649C22.7763 11.8759 22.7763 12.1241 22.671 12.3351C20.1618 17.3595 16.1417 20 12 19.9999C7.85826 19.9999 3.83815 17.3593 1.32902 12.335C1.22366 12.124 1.22366 11.8758 1.32902 11.6648C3.83815 6.64046 7.85827 3.99997 12 4ZM8.375 12C8.375 9.99797 9.99797 8.375 12 8.375C14.002 8.375 15.625 9.99797 15.625 12C15.625 14.002 14.002 15.625 12 15.625C9.99797 15.625 8.375 14.002 8.375 12Z" fill="currentColor"/>`;
12
12
  /** @private */
@@ -6,7 +6,7 @@ import { GdsIcon } from "../icon.js";
6
6
  let IconEyeSlash = class extends GdsIcon {
7
7
  };
8
8
  /** @private */
9
- IconEyeSlash._regularSVG = `<path d="M9.1654 4.42071C8.76876 4.5401 8.544 4.95841 8.66339 5.35505C8.78277 5.75169 9.20109 5.97645 9.59772 5.85706L9.1654 4.42071ZM22 12L22.671 12.3351C22.7763 12.1241 22.7763 11.8759 22.671 11.6649L22 12ZM19.1413 14.9666C18.8678 15.2776 18.8982 15.7515 19.2092 16.0251C19.5203 16.2986 19.9942 16.2682 20.2677 15.9571L19.1413 14.9666ZM3.28033 2.21967C2.98744 1.92678 2.51256 1.92678 2.21967 2.21967C1.92678 2.51256 1.92678 2.98744 2.21967 3.28033L3.28033 2.21967ZM2 11.9999L1.32902 11.6648C1.22366 11.8758 1.22366 12.124 1.32902 12.335L2 11.9999ZM17.4703 17.4703L18.0006 16.9399L17.4703 17.4703ZM20.7197 21.7803C21.0126 22.0732 21.4874 22.0732 21.7803 21.7803C22.0732 21.4874 22.0732 21.0126 21.7803 20.7197L20.7197 21.7803ZM10.2322 10.2322C10.5251 9.93934 10.5251 9.46447 10.2322 9.17157C9.93934 8.87868 9.46447 8.87868 9.17157 9.17157L10.2322 10.2322ZM14.8284 14.8284C15.1213 14.5355 15.1213 14.0607 14.8284 13.7678C14.5355 13.4749 14.0607 13.4749 13.7678 13.7678L14.8284 14.8284ZM9.59772 5.85706C13.745 4.60878 18.4769 6.624 21.329 12.3351L22.671 11.6649C19.5775 5.47055 14.1791 2.91165 9.1654 4.42071L9.59772 5.85706ZM20.2677 15.9571C21.1654 14.9364 21.9755 13.7277 22.671 12.3351L21.329 11.6649C20.6865 12.9515 19.9468 14.0507 19.1413 14.9666L20.2677 15.9571ZM2.21967 3.28033L5.99937 7.06003L7.06003 5.99937L3.28033 2.21967L2.21967 3.28033ZM2.67098 12.335C3.84083 9.99245 5.33197 8.27257 6.95699 7.14609L6.10242 5.91332C4.24158 7.20327 2.5948 9.13019 1.32902 11.6648L2.67098 12.335ZM5.99937 7.06003L16.9399 18.0006L18.0006 16.9399L7.06003 5.99937L5.99937 7.06003ZM16.9399 18.0006L20.7197 21.7803L21.7803 20.7197L18.0006 16.9399L16.9399 18.0006ZM1.32902 12.335C3.20469 16.0909 5.92036 18.5148 8.91701 19.5009C11.922 20.4898 15.1308 20.0045 17.8975 18.0866L17.043 16.8539C14.6436 18.5171 11.9221 18.9107 9.38589 18.0761C6.84135 17.2388 4.40494 15.1369 2.67098 11.6648L1.32902 12.335ZM12 14.5C10.6193 14.5 9.5 13.3807 9.5 12H8C8 14.2091 9.79086 16 12 16V14.5ZM9.5 12C9.5 11.3094 9.779 10.6855 10.2322 10.2322L9.17157 9.17157C8.44854 9.89461 8 10.8956 8 12H9.5ZM13.7678 13.7678C13.3145 14.221 12.6906 14.5 12 14.5V16C13.1044 16 14.1054 15.5515 14.8284 14.8284L13.7678 13.7678Z" fill="currentColor"/>`;
9
+ IconEyeSlash._regularSVG = `<path d="M9.1654 4.42071C8.76876 4.5401 8.544 4.95841 8.66339 5.35505C8.78277 5.75169 9.20109 5.97645 9.59772 5.85706L9.1654 4.42071ZM22 12L22.671 12.3351C22.7763 12.1241 22.7763 11.8759 22.671 11.6649L22 12ZM19.1413 14.9666C18.8678 15.2776 18.8982 15.7515 19.2092 16.0251C19.5203 16.2986 19.9942 16.2682 20.2677 15.9571L19.1413 14.9666ZM3.28033 2.21967C2.98744 1.92678 2.51256 1.92678 2.21967 2.21967C1.92678 2.51256 1.92678 2.98744 2.21967 3.28033L3.28033 2.21967ZM2 11.9999L1.32902 11.6648C1.22366 11.8758 1.22366 12.124 1.32902 12.335L2 11.9999ZM17.4703 17.4703L18.0006 16.9399L17.4703 17.4703ZM20.7197 21.7803C21.0126 22.0732 21.4874 22.0732 21.7803 21.7803C22.0732 21.4874 22.0732 21.0126 21.7803 20.7197L20.7197 21.7803ZM10.2322 10.2322C10.5251 9.93934 10.5251 9.46447 10.2322 9.17157C9.93934 8.87868 9.46447 8.87868 9.17157 9.17157L10.2322 10.2322ZM14.8284 14.8284C15.1213 14.5355 15.1213 14.0607 14.8284 13.7678C14.5355 13.4749 14.0607 13.4749 13.7678 13.7678L14.8284 14.8284ZM9.38156 5.13889L9.59772 5.85706C13.745 4.60878 18.4769 6.624 21.329 12.3351L22 12L22.671 11.6649C19.5775 5.47055 14.1791 2.91165 9.1654 4.42071L9.38156 5.13889ZM19.7045 15.4619L20.2677 15.9571C21.1654 14.9364 21.9755 13.7277 22.671 12.3351L22 12L21.329 11.6649C20.6865 12.9515 19.9468 14.0507 19.1413 14.9666L19.7045 15.4619ZM2.75 2.75L2.21967 3.28033L5.99937 7.06003L6.5297 6.5297L7.06003 5.99937L3.28033 2.21967L2.75 2.75ZM2 11.9999L2.67098 12.335C3.84083 9.99245 5.33197 8.27257 6.95699 7.14609L6.5297 6.5297L6.10242 5.91332C4.24158 7.20327 2.5948 9.13019 1.32902 11.6648L2 11.9999ZM6.5297 6.5297L5.99937 7.06003L16.9399 18.0006L17.4703 17.4703L18.0006 16.9399L7.06003 5.99937L6.5297 6.5297ZM17.4703 17.4703L16.9399 18.0006L20.7197 21.7803L21.25 21.25L21.7803 20.7197L18.0006 16.9399L17.4703 17.4703ZM2 11.9999L1.32902 12.335C3.20469 16.0909 5.92036 18.5148 8.91701 19.5009C11.922 20.4898 15.1308 20.0045 17.8975 18.0866L17.4703 17.4703L17.043 16.8539C14.6436 18.5171 11.9221 18.9107 9.38589 18.0761C6.84135 17.2388 4.40494 15.1369 2.67098 11.6648L2 11.9999ZM12 15.25V14.5C10.6193 14.5 9.5 13.3807 9.5 12H8.75H8C8 14.2091 9.79086 16 12 16V15.25ZM8.75 12H9.5C9.5 11.3094 9.779 10.6855 10.2322 10.2322L9.7019 9.7019L9.17157 9.17157C8.44854 9.89461 8 10.8956 8 12H8.75ZM14.2981 14.2981L13.7678 13.7678C13.3145 14.221 12.6906 14.5 12 14.5V15.25V16C13.1044 16 14.1054 15.5515 14.8284 14.8284L14.2981 14.2981Z" fill="currentColor"/>`;
10
10
  /** @private */
11
11
  IconEyeSlash._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M2.21967 2.21967C2.51256 1.92678 2.98744 1.92678 3.28033 2.21967L7.04527 5.98461L7.06003 5.99898L18.0006 16.9395L18.0149 16.9542L21.7803 20.7197C22.0732 21.0126 22.0732 21.4874 21.7803 21.7803C21.4874 22.0732 21.0126 22.0732 20.7197 21.7803L17.3704 18.4311C14.728 20.0593 11.733 20.4272 8.91701 19.5005C5.92036 18.5144 3.20469 16.0905 1.32902 12.3346C1.22366 12.1236 1.22366 11.8754 1.32902 11.6644C2.4302 9.45938 3.81974 7.71428 5.38773 6.44839L2.21967 3.28033C1.92678 2.98744 1.92678 2.51256 2.21967 2.21967ZM8 11.9995C8 11.1664 8.25524 10.3922 8.691 9.75166L9.78265 10.8433C9.60193 11.1891 9.5 11.5821 9.5 11.9995C9.5 13.3802 10.6193 14.4995 12 14.4995C12.4174 14.4995 12.8105 14.3976 13.1562 14.2169L14.2478 15.3085C13.6073 15.7443 12.8331 15.9995 12 15.9995C9.79086 15.9995 8 14.2087 8 11.9995Z" fill="currentColor"/><path d="M22.6711 12.3351C21.8382 14.0031 20.8387 15.4083 19.7235 16.5414L8.02148 4.83944C9.30221 4.2828 10.6447 3.99999 12.0002 4C16.1419 4.00003 20.162 6.64058 22.6711 11.6649C22.7765 11.8759 22.7765 12.1241 22.6711 12.3351Z" fill="currentColor"/>`;
12
12
  /** @private */
@@ -8,7 +8,7 @@ let IconHeart = class extends GdsIcon {
8
8
  /** @private */
9
9
  IconHeart._regularSVG = `<path d="M12 5.57193C18.3331 -0.86765 29.1898 11.0916 12 20.75C-5.18982 11.0916 5.66687 -0.867651 12 5.57193Z" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round"/>`;
10
10
  /** @private */
11
- IconHeart._solidSVG = `<path d="M12.3674 21.404C21.0871 16.5047 23.0862 10.7671 21.5174 6.84578C20.7503 4.92821 19.1426 3.55922 17.2527 3.1368C15.5343 2.75271 13.6399 3.16312 12 4.54956C10.3601 3.16312 8.46571 2.75271 6.74729 3.13681C4.85742 3.55922 3.2497 4.92822 2.48255 6.8458C0.913758 10.7672 2.91289 16.5047 11.6327 21.404C11.8608 21.5322 12.1393 21.5322 12.3674 21.404Z" fill="currentColor"/>`;
11
+ IconHeart._solidSVG = `<path d="M12.3674 21.404C21.0872 16.5047 23.0863 10.7671 21.5175 6.84578C20.7503 4.92821 19.1426 3.55922 17.2527 3.1368C15.5343 2.75271 13.6399 3.16312 12 4.54956C10.3601 3.16312 8.46574 2.75271 6.74731 3.13681C4.85744 3.55922 3.24973 4.92822 2.48258 6.8458C0.913781 10.7672 2.91292 16.5047 11.6327 21.404C11.8608 21.5322 12.1393 21.5322 12.3674 21.404Z" fill="currentColor"/>`;
12
12
  /** @private */
13
13
  IconHeart._name = "heart";
14
14
  /** @private */
@@ -6,7 +6,7 @@ import { GdsIcon } from "../icon.js";
6
6
  let IconHomeEnergyTwo = class extends GdsIcon {
7
7
  };
8
8
  /** @private */
9
- IconHomeEnergyTwo._regularSVG = `<path d="M12 2.75L12.4366 2.14017C12.1755 1.95328 11.8245 1.95328 11.5634 2.14017L12 2.75ZM21.0634 10.161C21.4002 10.4021 21.8687 10.3246 22.1098 9.98778C22.3509 9.65098 22.2734 9.18248 21.9366 8.94136L21.0634 10.161ZM2.06341 8.94136C1.72661 9.18248 1.64905 9.65098 1.89017 9.98778C2.13129 10.3246 2.59979 10.4021 2.93659 10.161L2.06341 8.94136ZM4.74997 20.25H3.99997C3.99997 20.6642 4.33576 21 4.74997 21V20.25ZM8.24997 21C8.66419 21 8.99997 20.6642 8.99997 20.25C8.99997 19.8358 8.66419 19.5 8.24997 19.5V21ZM19.25 20.25V21C19.6642 21 20 20.6642 20 20.25H19.25ZM15.75 19.5C15.3358 19.5 15 19.8358 15 20.25C15 20.6642 15.3358 21 15.75 21V19.5ZM8.74997 11.75V11C8.33576 11 7.99997 11.3358 7.99997 11.75H8.74997ZM15.25 11.75H16C16 11.3358 15.6642 11 15.25 11V11.75ZM15.25 16.25V17C15.6642 17 16 16.6642 16 16.25H15.25ZM8.74997 16.25H7.99997C7.99997 16.6642 8.33576 17 8.74997 17V16.25ZM9.24997 11.5C9.24997 11.9142 9.58576 12.25 9.99997 12.25C10.4142 12.25 10.75 11.9142 10.75 11.5H9.24997ZM10.75 9.75C10.75 9.33579 10.4142 9 9.99997 9C9.58576 9 9.24997 9.33579 9.24997 9.75H10.75ZM13.25 11.5C13.25 11.9142 13.5858 12.25 14 12.25C14.4142 12.25 14.75 11.9142 14.75 11.5L13.25 11.5ZM14.75 9.74999C14.75 9.33577 14.4142 8.99999 14 9C13.5857 9.00001 13.25 9.3358 13.25 9.75001L14.75 9.74999ZM12.75 16.5C12.75 16.0858 12.4142 15.75 12 15.75C11.5858 15.75 11.25 16.0858 11.25 16.5H12.75ZM11.25 20.25C11.25 20.6642 11.5858 21 12 21C12.4142 21 12.75 20.6642 12.75 20.25H11.25ZM11.5634 3.35983L18.8134 8.55021L19.6866 7.33055L12.4366 2.14017L11.5634 3.35983ZM18.8134 8.55021L21.0634 10.161L21.9366 8.94136L19.6866 7.33055L18.8134 8.55021ZM11.5634 2.14017L4.31339 7.33057L5.18656 8.55023L12.4366 3.35983L11.5634 2.14017ZM4.31339 7.33057L2.06341 8.94136L2.93659 10.161L5.18656 8.55023L4.31339 7.33057ZM5.49997 20.25V7.9404H3.99997V20.25H5.49997ZM8.24997 19.5H4.74997V21H8.24997V19.5ZM18.5 7.94038V20.25H20V7.94038H18.5ZM19.25 19.5H15.75V21H19.25V19.5ZM8.74997 12.5H15.25V11H8.74997V12.5ZM14.5 11.75V16.25H16V11.75H14.5ZM9.49997 16.25V11.75H7.99997V16.25H9.49997ZM10.75 11.5V9.75H9.24997V11.5H10.75ZM14.75 11.5L14.75 9.74999L13.25 9.75001L13.25 11.5L14.75 11.5ZM15.25 15.5H8.74997V17H15.25V15.5ZM11.25 16.5V20.25H12.75V16.5H11.25Z" fill="currentColor"/>`;
9
+ IconHomeEnergyTwo._regularSVG = `<path d="M12 2.75L12.4366 2.14017C12.1755 1.95328 11.8245 1.95328 11.5634 2.14017L12 2.75ZM21.0634 10.161C21.4002 10.4021 21.8687 10.3246 22.1098 9.98778C22.3509 9.65098 22.2734 9.18248 21.9366 8.94136L21.0634 10.161ZM2.06341 8.94136C1.72661 9.18248 1.64905 9.65098 1.89017 9.98778C2.13129 10.3246 2.59979 10.4021 2.93659 10.161L2.06341 8.94136ZM4.74997 20.25H3.99997C3.99997 20.6642 4.33576 21 4.74997 21V20.25ZM8.24997 21C8.66419 21 8.99997 20.6642 8.99997 20.25C8.99997 19.8358 8.66419 19.5 8.24997 19.5V21ZM19.25 20.25V21C19.6642 21 20 20.6642 20 20.25H19.25ZM15.75 19.5C15.3358 19.5 15 19.8358 15 20.25C15 20.6642 15.3358 21 15.75 21V19.5ZM8.74997 11.75V11C8.33576 11 7.99997 11.3358 7.99997 11.75H8.74997ZM15.25 11.75H16C16 11.3358 15.6642 11 15.25 11V11.75ZM15.25 16.25V17C15.6642 17 16 16.6642 16 16.25H15.25ZM8.74997 16.25H7.99997C7.99997 16.6642 8.33576 17 8.74997 17V16.25ZM9.24997 11.5C9.24997 11.9142 9.58576 12.25 9.99997 12.25C10.4142 12.25 10.75 11.9142 10.75 11.5H9.24997ZM10.75 9.75C10.75 9.33579 10.4142 9 9.99997 9C9.58576 9 9.24997 9.33579 9.24997 9.75H10.75ZM13.25 11.5C13.25 11.9142 13.5858 12.25 14 12.25C14.4142 12.25 14.75 11.9142 14.75 11.5L13.25 11.5ZM14.75 9.74999C14.75 9.33577 14.4142 8.99999 14 9C13.5857 9.00001 13.25 9.3358 13.25 9.75001L14.75 9.74999ZM12.75 16.5C12.75 16.0858 12.4142 15.75 12 15.75C11.5858 15.75 11.25 16.0858 11.25 16.5H12.75ZM11.25 20.25C11.25 20.6642 11.5858 21 12 21C12.4142 21 12.75 20.6642 12.75 20.25H11.25ZM12 2.75L11.5634 3.35983L18.8134 8.55021L19.25 7.94038L19.6866 7.33055L12.4366 2.14017L12 2.75ZM19.25 7.94038L18.8134 8.55021L21.0634 10.161L21.5 9.55119L21.9366 8.94136L19.6866 7.33055L19.25 7.94038ZM12 2.75L11.5634 2.14017L4.31339 7.33057L4.74997 7.9404L5.18656 8.55023L12.4366 3.35983L12 2.75ZM4.74997 7.9404L4.31339 7.33057L2.06341 8.94136L2.5 9.55119L2.93659 10.161L5.18656 8.55023L4.74997 7.9404ZM4.74997 20.25H5.49997V7.9404H4.74997H3.99997V20.25H4.74997ZM8.24997 20.25V19.5H4.74997V20.25V21H8.24997V20.25ZM19.25 7.94038H18.5V20.25H19.25H20V7.94038H19.25ZM19.25 20.25V19.5H15.75V20.25V21H19.25V20.25ZM8.74997 11.75V12.5H15.25V11.75V11H8.74997V11.75ZM15.25 11.75H14.5V16.25H15.25H16V11.75H15.25ZM8.74997 16.25H9.49997V11.75H8.74997H7.99997V16.25H8.74997ZM9.99997 11.5H10.75V9.75H9.99997H9.24997V11.5H9.99997ZM14 11.5L14.75 11.5L14.75 9.74999L14 9.75L13.25 9.75001L13.25 11.5L14 11.5ZM15.25 16.25V15.5H8.74997V16.25V17H15.25V16.25ZM12 16.5H11.25V20.25H12H12.75V16.5H12Z" fill="currentColor"/>`;
10
10
  /** @private */
11
11
  IconHomeEnergyTwo._solidSVG = `<path d="M11.5635 2.14017C11.8245 1.95328 12.1756 1.95328 12.4366 2.14017L21.9366 8.94136C22.2734 9.18248 22.351 9.65098 22.1099 9.98778C21.8687 10.3246 21.4002 10.4021 21.0634 10.161L20 9.39971V20.25C20 20.6642 19.6642 21 19.25 21H15.75C15.3358 21 15 20.6642 15 20.25C15 19.8358 15.3358 19.5 15.75 19.5H18.5V8.32583L12 3.67239L5.50003 8.32585V19.5H8.25003C8.66424 19.5 9.00003 19.8358 9.00003 20.25C9.00003 20.6642 8.66424 21 8.25003 21H4.75003C4.33582 21 4.00003 20.6642 4.00003 20.25V9.39973L2.93664 10.161C2.59984 10.4021 2.13135 10.3246 1.89023 9.98778C1.64911 9.65098 1.72667 9.18248 2.06347 8.94136L11.5635 2.14017Z" fill="currentColor"/><path d="M8.75 11C8.33579 11 8 11.3358 8 11.75V16.25C8 16.6642 8.33579 17 8.75 17H11.25V20.25C11.25 20.6642 11.5858 21 12 21C12.4142 21 12.75 20.6642 12.75 20.25V17H15.25C15.6642 17 16 16.6642 16 16.25V11.75C16 11.3358 15.6642 11 15.25 11H14.75V9.75C14.75 9.33579 14.4142 9 14 9C13.5858 9 13.25 9.33579 13.25 9.75V11H10.75V9.75C10.75 9.33579 10.4142 9 10 9C9.58579 9 9.25 9.33579 9.25 9.75V11H8.75Z" fill="currentColor"/>`;
12
12
  /** @private */
@@ -6,7 +6,7 @@ import { GdsIcon } from "../icon.js";
6
6
  let IconHomeOpen = class extends GdsIcon {
7
7
  };
8
8
  /** @private */
9
- IconHomeOpen._regularSVG = `<path d="M3.75 9L3.27507 8.41953C3.10097 8.56198 3 8.77505 3 9H3.75ZM20.25 9H21C21 8.77505 20.899 8.56198 20.7249 8.41953L20.25 9ZM20.25 20.25V21C20.6642 21 21 20.6642 21 20.25H20.25ZM3.75 20.25H3C3 20.6642 3.33579 21 3.75 21V20.25ZM12 2.25L12.4749 1.66953C12.1987 1.44349 11.8013 1.44349 11.5251 1.66953L12 2.25ZM9.75 14.75V14C9.33579 14 9 14.3358 9 14.75H9.75ZM14.25 14.75H15C15 14.3358 14.6642 14 14.25 14V14.75ZM14.25 20.25H13.5C13.5 20.6642 13.8358 21 14.25 21V20.25ZM9.75 20.25V21C10.1642 21 10.5 20.6642 10.5 20.25H9.75ZM19.5 9V20.25H21V9H19.5ZM4.5 20.25V9H3V20.25H4.5ZM4.22493 9.58047L12.4749 2.83047L11.5251 1.66953L3.27507 8.41953L4.22493 9.58047ZM11.5251 2.83047L19.7751 9.58047L20.7249 8.41953L12.4749 1.66953L11.5251 2.83047ZM9.75 15.5H14.25V14H9.75V15.5ZM13.5 14.75V20.25H15V14.75H13.5ZM10.5 20.25V14.75H9V20.25H10.5ZM9.75 19.5H3.75V21H9.75V19.5ZM14.25 21H20.25V19.5H14.25V21Z" fill="currentColor"/>`;
9
+ IconHomeOpen._regularSVG = `<path d="M3.75 9L3.27507 8.41953C3.10097 8.56198 3 8.77505 3 9H3.75ZM20.25 9H21C21 8.77505 20.899 8.56198 20.7249 8.41953L20.25 9ZM20.25 20.25V21C20.6642 21 21 20.6642 21 20.25H20.25ZM3.75 20.25H3C3 20.6642 3.33579 21 3.75 21V20.25ZM12 2.25L12.4749 1.66953C12.1987 1.44349 11.8013 1.44349 11.5251 1.66953L12 2.25ZM9.75 14.75V14C9.33579 14 9 14.3358 9 14.75H9.75ZM14.25 14.75H15C15 14.3358 14.6642 14 14.25 14V14.75ZM14.25 20.25H13.5C13.5 20.6642 13.8358 21 14.25 21V20.25ZM9.75 20.25V21C10.1642 21 10.5 20.6642 10.5 20.25H9.75ZM20.25 9H19.5V20.25H20.25H21V9H20.25ZM3.75 20.25H4.5V9H3.75H3V20.25H3.75ZM3.75 9L4.22493 9.58047L12.4749 2.83047L12 2.25L11.5251 1.66953L3.27507 8.41953L3.75 9ZM12 2.25L11.5251 2.83047L19.7751 9.58047L20.25 9L20.7249 8.41953L12.4749 1.66953L12 2.25ZM9.75 14.75V15.5H14.25V14.75V14H9.75V14.75ZM14.25 14.75H13.5V20.25H14.25H15V14.75H14.25ZM9.75 20.25H10.5V14.75H9.75H9V20.25H9.75ZM9.75 20.25V19.5H3.75V20.25V21H9.75V20.25ZM14.25 20.25V21H20.25V20.25V19.5H14.25V20.25Z" fill="currentColor"/>`;
10
10
  /** @private */
11
11
  IconHomeOpen._solidSVG = `<path d="M12.4749 1.66953C12.1987 1.44349 11.8013 1.44349 11.5251 1.66953L3.27507 8.41953C3.10097 8.56198 3 8.77505 3 9V20.25C3 20.6642 3.33579 21 3.75 21H9.25C9.66421 21 10 20.6642 10 20.25V15H14V20.25C14 20.6642 14.3358 21 14.75 21H20.25C20.6642 21 21 20.6642 21 20.25V9C21 8.77505 20.899 8.56198 20.7249 8.41953L12.4749 1.66953Z" fill="currentColor"/>`;
12
12
  /** @private */
@@ -8,7 +8,7 @@ let IconHomeRoof = class extends GdsIcon {
8
8
  /** @private */
9
9
  IconHomeRoof._regularSVG = `<path d="M19.25 7.69038L12 2.5L4.74997 7.6904M19.25 7.69038L21.5 9.30119M19.25 7.69038V20.25H4.74997V7.6904M4.74997 7.6904L2.5 9.30119" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>`;
10
10
  /** @private */
11
- IconHomeRoof._solidSVG = `<path d="M12.4366 1.89017C12.1755 1.70328 11.8245 1.70328 11.5634 1.89017L2.06344 8.69136C1.72664 8.93248 1.64908 9.40098 1.8902 9.73778C2.13132 10.0746 2.59982 10.1521 2.93662 9.91102L4 9.14973V20.25C4 20.6642 4.33579 21 4.75 21H19.25C19.6642 21 20 20.6642 20 20.25V9.14971L21.0634 9.91102C21.4002 10.1521 21.8687 10.0746 22.1098 9.73778C22.351 9.40098 22.2734 8.93248 21.9366 8.69136L12.4366 1.89017Z" fill="currentColor"/>`;
11
+ IconHomeRoof._solidSVG = `<path d="M12.4366 1.89017C12.1756 1.70328 11.8245 1.70328 11.5635 1.89017L2.06347 8.69136C1.72667 8.93248 1.64911 9.40098 1.89023 9.73778C2.13135 10.0746 2.59984 10.1521 2.93664 9.91102L4.00003 9.14973V20.25C4.00003 20.6642 4.33582 21 4.75003 21H19.25C19.6642 21 20 20.6642 20 20.25V9.14971L21.0634 9.91102C21.4002 10.1521 21.8687 10.0746 22.1099 9.73778C22.351 9.40098 22.2734 8.93248 21.9366 8.69136L12.4366 1.89017Z" fill="currentColor"/>`;
12
12
  /** @private */
13
13
  IconHomeRoof._name = "home-roof";
14
14
  /** @private */
@@ -6,7 +6,7 @@ import { GdsIcon } from "../icon.js";
6
6
  let IconImages = class extends GdsIcon {
7
7
  };
8
8
  /** @private */
9
- IconImages._regularSVG = `<path d="M3.75 3.75V3C3.33579 3 3 3.33579 3 3.75H3.75ZM20.25 3.75H21C21 3.33579 20.6642 3 20.25 3V3.75ZM20.25 20.25V21C20.6642 21 21 20.6642 21 20.25H20.25ZM3.75 20.25H3C3 20.6642 3.33579 21 3.75 21V20.25ZM8 12L8.53033 11.4697C8.23744 11.1768 7.76256 11.1768 7.46967 11.4697L8 12ZM3.75 4.5H20.25V3H3.75V4.5ZM19.5 3.75V20.25H21V3.75H19.5ZM4.28033 16.7803L8.53033 12.5303L7.46967 11.4697L3.21967 15.7197L4.28033 16.7803ZM4.5 20.25V16.25H3V20.25H4.5ZM4.5 16.25V3.75H3V16.25H4.5ZM7.46967 12.5303L15.7197 20.7803L16.7803 19.7197L8.53033 11.4697L7.46967 12.5303ZM20.25 19.5H16.25V21H20.25V19.5ZM16.25 19.5H3.75V21H16.25V19.5ZM15.75 9.5C15.75 10.1904 15.1904 10.75 14.5 10.75V12.25C16.0188 12.25 17.25 11.0188 17.25 9.5H15.75ZM14.5 10.75C13.8096 10.75 13.25 10.1904 13.25 9.5H11.75C11.75 11.0188 12.9812 12.25 14.5 12.25V10.75ZM13.25 9.5C13.25 8.80964 13.8096 8.25 14.5 8.25V6.75C12.9812 6.75 11.75 7.98122 11.75 9.5H13.25ZM14.5 8.25C15.1904 8.25 15.75 8.80964 15.75 9.5H17.25C17.25 7.98122 16.0188 6.75 14.5 6.75V8.25Z" fill="currentColor"/>`;
9
+ IconImages._regularSVG = `<path d="M3.75 3.75V3C3.33579 3 3 3.33579 3 3.75H3.75ZM20.25 3.75H21C21 3.33579 20.6642 3 20.25 3V3.75ZM20.25 20.25V21C20.6642 21 21 20.6642 21 20.25H20.25ZM3.75 20.25H3C3 20.6642 3.33579 21 3.75 21V20.25ZM8 12L8.53033 11.4697C8.23744 11.1768 7.76256 11.1768 7.46967 11.4697L8 12ZM3.75 3.75V4.5H20.25V3.75V3H3.75V3.75ZM20.25 3.75H19.5V20.25H20.25H21V3.75H20.25ZM3.75 16.25L4.28033 16.7803L8.53033 12.5303L8 12L7.46967 11.4697L3.21967 15.7197L3.75 16.25ZM3.75 20.25H4.5V16.25H3.75H3V20.25H3.75ZM3.75 16.25H4.5V3.75H3.75H3V16.25H3.75ZM8 12L7.46967 12.5303L15.7197 20.7803L16.25 20.25L16.7803 19.7197L8.53033 11.4697L8 12ZM20.25 20.25V19.5H16.25V20.25V21H20.25V20.25ZM16.25 20.25V19.5H3.75V20.25V21H16.25V20.25ZM16.5 9.5H15.75C15.75 10.1904 15.1904 10.75 14.5 10.75V11.5V12.25C16.0188 12.25 17.25 11.0188 17.25 9.5H16.5ZM14.5 11.5V10.75C13.8096 10.75 13.25 10.1904 13.25 9.5H12.5H11.75C11.75 11.0188 12.9812 12.25 14.5 12.25V11.5ZM12.5 9.5H13.25C13.25 8.80964 13.8096 8.25 14.5 8.25V7.5V6.75C12.9812 6.75 11.75 7.98122 11.75 9.5H12.5ZM14.5 7.5V8.25C15.1904 8.25 15.75 8.80964 15.75 9.5H16.5H17.25C17.25 7.98122 16.0188 6.75 14.5 6.75V7.5Z" fill="currentColor"/>`;
10
10
  /** @private */
11
11
  IconImages._solidSVG = `<path d="M14.5 7C13.1193 7 12 8.11929 12 9.5C12 10.8807 13.1193 12 14.5 12C15.8807 12 17 10.8807 17 9.5C17 8.11929 15.8807 7 14.5 7Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3 3.75C3 3.33579 3.33579 3 3.75 3H20.25C20.6642 3 21 3.33579 21 3.75V20.25C21 20.6642 20.6642 21 20.25 21H3.75C3.33579 21 3 20.6642 3 20.25V3.75ZM4.5 14.4393L7.46967 11.4697C7.76256 11.1768 8.23744 11.1768 8.53033 11.4697L16.5607 19.5H19.5V4.5H4.5V14.4393Z" fill="currentColor"/>`;
12
12
  /** @private */
@@ -108,6 +108,8 @@ export * from './clock';
108
108
  export * from './cloud-download';
109
109
  export * from './cloud-upload';
110
110
  export * from './cloudy-sun';
111
+ export * from './code-brackets';
112
+ export * from './code';
111
113
  export * from './compass-round';
112
114
  export * from './cookies';
113
115
  export * from './copy';
@@ -227,6 +229,7 @@ export * from './receiption-bell';
227
229
  export * from './refund';
228
230
  export * from './robot';
229
231
  export * from './rocket';
232
+ export * from './run-shortcut';
230
233
  export * from './safari';
231
234
  export * from './school';
232
235
  export * from './scissors';
@@ -108,6 +108,8 @@ export * from "./clock.js";
108
108
  export * from "./cloud-download.js";
109
109
  export * from "./cloud-upload.js";
110
110
  export * from "./cloudy-sun.js";
111
+ export * from "./code-brackets.js";
112
+ export * from "./code.js";
111
113
  export * from "./compass-round.js";
112
114
  export * from "./cookies.js";
113
115
  export * from "./copy.js";
@@ -227,6 +229,7 @@ export * from "./receiption-bell.js";
227
229
  export * from "./refund.js";
228
230
  export * from "./robot.js";
229
231
  export * from "./rocket.js";
232
+ export * from "./run-shortcut.js";
230
233
  export * from "./safari.js";
231
234
  export * from "./school.js";
232
235
  export * from "./scissors.js";
@@ -8,7 +8,7 @@ let IconLock = class extends GdsIcon {
8
8
  /** @private */
9
9
  IconLock._regularSVG = `<path d="M12 14V17M16.25 9.75V7C16.25 4.65279 14.3472 2.75 12 2.75C9.65279 2.75 7.75 4.65279 7.75 7V9.75M4.75 9.75H19.25V21.25H4.75V9.75Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>`;
10
10
  /** @private */
11
- IconLock._solidSVG = `<path d="M12 14V17M16.25 9.75V7C16.25 4.65279 14.3472 2.75 12 2.75C9.65279 2.75 7.75 4.65279 7.75 7V9.75M4.75 9.75H19.25V21.25H4.75V9.75Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>`;
11
+ IconLock._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M12 2C9.23858 2 7 4.23858 7 7V9H4.75C4.33579 9 4 9.33579 4 9.75V21.25C4 21.6642 4.33579 22 4.75 22H19.25C19.6642 22 20 21.6642 20 21.25V9.75C20 9.33579 19.6642 9 19.25 9H17V7C17 4.23858 14.7614 2 12 2ZM15.5 9V7C15.5 5.067 13.933 3.5 12 3.5C10.067 3.5 8.5 5.067 8.5 7V9H15.5ZM12 13.25C12.4142 13.25 12.75 13.5858 12.75 14V17C12.75 17.4142 12.4142 17.75 12 17.75C11.5858 17.75 11.25 17.4142 11.25 17V14C11.25 13.5858 11.5858 13.25 12 13.25Z" fill="currentColor"/>`;
12
12
  /** @private */
13
13
  IconLock._name = "lock";
14
14
  /** @private */
@@ -6,7 +6,7 @@ import { GdsIcon } from "../icon.js";
6
6
  let IconMenuSidebar = class extends GdsIcon {
7
7
  };
8
8
  /** @private */
9
- IconMenuSidebar._regularSVG = `<path d="M11.25 4.75H2.75V19.25H11.25M11.25 4.75H21.25V19.25H11.25M11.25 4.75V19.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/><path d="M6.25 8.5C6.25 8.91421 6.58579 9.25 7 9.25C7.41421 9.25 7.75 8.91421 7.75 8.5C7.75 8.08579 7.41421 7.75 7 7.75C6.58579 7.75 6.25 8.08579 6.25 8.5ZM6.25 12C6.25 12.4142 6.58579 12.75 7 12.75C7.41421 12.75 7.75 12.4142 7.75 12C7.75 11.5858 7.41421 11.25 7 11.25C6.58579 11.25 6.25 11.5858 6.25 12ZM6.25 15.5C6.25 15.9142 6.58579 16.25 7 16.25C7.41421 16.25 7.75 15.9142 7.75 15.5C7.75 15.0858 7.41421 14.75 7 14.75C6.58579 14.75 6.25 15.0858 6.25 15.5Z" fill="currentColor" stroke="currentColor" stroke-width="0.5"/>`;
9
+ IconMenuSidebar._regularSVG = `<path d="M11.25 4.75H2.75V19.25H11.25M11.25 4.75H21.25V19.25H11.25M11.25 4.75V19.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/><path d="M7.75 8.5C7.75 8.91421 7.41421 9.25 7 9.25C6.58579 9.25 6.25 8.91421 6.25 8.5C6.25 8.08579 6.58579 7.75 7 7.75C7.41421 7.75 7.75 8.08579 7.75 8.5ZM7.75 12C7.75 12.4142 7.41421 12.75 7 12.75C6.58579 12.75 6.25 12.4142 6.25 12C6.25 11.5858 6.58579 11.25 7 11.25C7.41421 11.25 7.75 11.5858 7.75 12ZM7.75 15.5C7.75 15.9142 7.41421 16.25 7 16.25C6.58579 16.25 6.25 15.9142 6.25 15.5C6.25 15.0858 6.58579 14.75 7 14.75C7.41421 14.75 7.75 15.0858 7.75 15.5Z" fill="currentColor" stroke="currentColor" stroke-width="0.5"/>`;
10
10
  /** @private */
11
11
  IconMenuSidebar._solidSVG = `<path d="M6 8.5C6 9.05228 6.44772 9.5 7 9.5C7.55229 9.5 8 9.05228 8 8.5C8 7.94772 7.55229 7.5 7 7.5C6.44772 7.5 6 7.94772 6 8.5Z" fill="currentColor"/><path d="M6 12C6 12.5523 6.44771 13 7 13C7.55228 13 8 12.5523 8 12C8 11.4477 7.55229 11 7 11C6.44772 11 6 11.4477 6 12Z" fill="currentColor"/><path d="M6 15.5C6 16.0523 6.44771 16.5 7 16.5C7.55228 16.5 8 16.0523 8 15.5C8 14.9477 7.55228 14.5 7 14.5C6.44771 14.5 6 14.9477 6 15.5Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.75C2 4.33579 2.33579 4 2.75 4H21.25C21.6642 4 22 4.33579 22 4.75V19.25C22 19.6642 21.6642 20 21.25 20H2.75C2.33579 20 2 19.6642 2 19.25V4.75ZM3.5 5.5V18.5H10.5V5.5H3.5Z" fill="currentColor"/>`;
12
12
  /** @private */
@@ -8,7 +8,7 @@ let IconPension = class extends GdsIcon {
8
8
  /** @private */
9
9
  IconPension._regularSVG = `<g clip-path="url(#clip0_2721_1058)"><path d="M16.625 20.0107L11.6146 11.3324M7.37499 3.98926C2.95079 6.54357 1.43494 12.2008 3.98926 16.625C5.25553 14.7071 7.03569 13.6794 8.88471 13.7986M7.37499 3.98926C11.7992 1.43494 17.4564 2.95079 20.0107 7.37499C17.7167 7.51266 15.9365 8.54047 15.1153 10.2014M7.37499 3.98926C5.65447 4.9826 6.33039 9.3744 8.88471 13.7986M7.37499 3.98926C9.09552 2.99591 12.561 5.77717 15.1153 10.2014M8.88471 13.7986C9.74036 12.7112 10.6132 11.9106 11.6146 11.3324M15.1153 10.2014C13.7457 10.3987 12.6159 10.7543 11.6146 11.3324" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_2721_1058"><rect width="24" height="24" fill="white"/></clipPath></defs>`;
10
10
  /** @private */
11
- IconPension._solidSVG = `<path d="M10.168 13.4867C9.80972 13.7845 9.44743 14.1113 9.11853 14.4484C8.02055 12.2778 7.22894 9.77005 6.85335 7.62648C6.63741 6.39405 6.56567 5.31906 6.63634 4.51906C6.67174 4.11832 6.74032 3.81802 6.82434 3.61151C6.9097 3.40169 6.98588 3.34786 6.99999 3.33971C7.01411 3.33156 7.09881 3.29251 7.32321 3.32349C7.54406 3.35398 7.83842 3.44474 8.20317 3.61446C8.93132 3.95326 9.82642 4.55287 10.7858 5.3561C12.4544 6.75316 14.2303 8.69256 15.5611 10.7288C15.1048 10.8451 14.6406 10.9954 14.2036 11.1568C13.3844 11.4593 12.6052 11.8211 12.0739 12.1279C11.5425 12.4347 10.8395 12.9286 10.168 13.4867Z" fill="currentColor"/><path d="M5.11905 4.7406C5.07913 5.65137 5.17415 6.73413 5.37586 7.88537C5.76099 10.0834 6.55411 12.6363 7.66709 14.899C6.72123 15.193 5.79969 15.9008 5.04028 17.0509C4.63068 17.6713 3.71143 17.6437 3.33974 17C0.979322 12.9116 1.8339 7.8493 5.11905 4.7406Z" fill="currentColor"/><path d="M9.15367 2.41121C9.96238 2.83203 10.8526 3.45569 11.7487 4.206C13.4597 5.63854 15.274 7.60187 16.6771 9.69709C17.4047 9.02494 18.4783 8.58072 19.8541 8.49816C20.5962 8.45364 21.0319 7.64375 20.6602 6.99996C18.2998 2.9116 13.4885 1.12054 9.15367 2.41121Z" fill="currentColor"/><path d="M13.4904 13.0814C13.2338 13.2032 13.0069 13.3212 12.8239 13.4269C12.6408 13.5326 12.4252 13.6701 12.1914 13.8314L15.9755 20.3857C16.1826 20.7444 16.6413 20.8673 17 20.6602C17.3587 20.4531 17.4816 19.9944 17.2745 19.6357L13.4904 13.0814Z" fill="currentColor"/>`;
11
+ IconPension._solidSVG = `<path d="M10.168 13.4867C9.80975 13.7845 9.44746 14.1113 9.11856 14.4484C8.02058 12.2778 7.22898 9.77005 6.85338 7.62648C6.63744 6.39405 6.56571 5.31906 6.63637 4.51906C6.67177 4.11832 6.74035 3.81802 6.82437 3.61151C6.90973 3.40169 6.98591 3.34786 7.00002 3.33971C7.01414 3.33156 7.09884 3.29251 7.32324 3.32349C7.54409 3.35398 7.83845 3.44474 8.2032 3.61446C8.93135 3.95326 9.82645 4.55287 10.7858 5.3561C12.4544 6.75316 14.2303 8.69256 15.5612 10.7288C15.1048 10.8451 14.6407 10.9954 14.2036 11.1568C13.3844 11.4593 12.6052 11.8211 12.0739 12.1279C11.5425 12.4347 10.8396 12.9286 10.168 13.4867Z" fill="currentColor"/><path d="M5.11908 4.7406C5.07916 5.65137 5.17418 6.73413 5.37589 7.88537C5.76102 10.0834 6.55414 12.6363 7.66712 14.899C6.72126 15.193 5.79972 15.9008 5.04031 17.0509C4.63071 17.6713 3.71146 17.6437 3.33977 17C0.979353 12.9116 1.83393 7.8493 5.11908 4.7406Z" fill="currentColor"/><path d="M9.1537 2.41121C9.96241 2.83203 10.8526 3.45569 11.7487 4.206C13.4597 5.63854 15.2741 7.60187 16.6771 9.69709C17.4047 9.02494 18.4784 8.58072 19.8542 8.49816C20.5962 8.45364 21.032 7.64375 20.6603 6.99996C18.2999 2.9116 13.4885 1.12054 9.1537 2.41121Z" fill="currentColor"/><path d="M13.4904 13.0814C13.2338 13.2032 13.007 13.3212 12.8239 13.4269C12.6408 13.5326 12.4252 13.6701 12.1914 13.8314L15.9755 20.3857C16.1826 20.7444 16.6413 20.8673 17 20.6602C17.3587 20.4531 17.4816 19.9944 17.2745 19.6357L13.4904 13.0814Z" fill="currentColor"/>`;
12
12
  /** @private */
13
13
  IconPension._name = "pension";
14
14
  /** @private */
@@ -6,7 +6,7 @@ import { GdsIcon } from "../icon.js";
6
6
  let IconPercent = class extends GdsIcon {
7
7
  };
8
8
  /** @private */
9
- IconPercent._regularSVG = `<path d="M16 8L8 16M21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.25 9C8.25 9.41421 8.58579 9.75 9 9.75C9.41421 9.75 9.75 9.41421 9.75 9C9.75 8.58579 9.41421 8.25 9 8.25C8.58579 8.25 8.25 8.58579 8.25 9Z" fill="currentColor" stroke="currentColor" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.25 15C14.25 15.4142 14.5858 15.75 15 15.75C15.4142 15.75 15.75 15.4142 15.75 15C15.75 14.5858 15.4142 14.25 15 14.25C14.5858 14.25 14.25 14.5858 14.25 15Z" fill="currentColor" stroke="currentColor" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round"/>`;
9
+ IconPercent._regularSVG = `<path d="M16 8L8 16M21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 8.25C9.41421 8.25 9.75 8.58579 9.75 9C9.75 9.41421 9.41421 9.75 9 9.75C8.58579 9.75 8.25 9.41421 8.25 9C8.25 8.58579 8.58579 8.25 9 8.25Z" fill="currentColor" stroke="currentColor" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M15 14.25C15.4142 14.25 15.75 14.5858 15.75 15C15.75 15.4142 15.4142 15.75 15 15.75C14.5858 15.75 14.25 15.4142 14.25 15C14.25 14.5858 14.5858 14.25 15 14.25Z" fill="currentColor" stroke="currentColor" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round"/>`;
10
10
  /** @private */
11
11
  IconPercent._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM8 9C8 9.55228 8.44772 10 9 10C9.55228 10 10 9.55228 10 9C10 8.44772 9.55228 8 9 8C8.44772 8 8 8.44772 8 9ZM14 15C14 15.5523 14.4477 16 15 16C15.5523 16 16 15.5523 16 15C16 14.4477 15.5523 14 15 14C14.4477 14 14 14.4477 14 15ZM16.5303 8.53033C16.8232 8.23744 16.8232 7.76256 16.5303 7.46967C16.2374 7.17678 15.7626 7.17678 15.4697 7.46967L7.46967 15.4697C7.17678 15.7626 7.17678 16.2374 7.46967 16.5303C7.76256 16.8232 8.23744 16.8232 8.53033 16.5303L16.5303 8.53033Z" fill="currentColor"/>`;
12
12
  /** @private */