@nldd/design-system 0.8.82 → 0.8.83

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 (146) hide show
  1. package/custom-elements.json +436 -68
  2. package/dist/components/actions/button/button.d.ts +5 -0
  3. package/dist/components/actions/button/button.d.ts.map +1 -1
  4. package/dist/components/actions/button/button.js +8 -0
  5. package/dist/components/actions/button/button.js.map +1 -1
  6. package/dist/components/actions/button/button.template.d.ts.map +1 -1
  7. package/dist/components/actions/button/button.template.js +2 -0
  8. package/dist/components/actions/button/button.template.js.map +1 -1
  9. package/dist/components/actions/icon-button/icon-button.d.ts +1 -1
  10. package/dist/components/actions/icon-button/icon-button.js +1 -1
  11. package/dist/components/components.js +894 -226
  12. package/dist/components/content/avatar/avatar.styles.d.ts.map +1 -1
  13. package/dist/components/content/avatar/avatar.styles.js +5 -1
  14. package/dist/components/content/avatar/avatar.styles.js.map +1 -1
  15. package/dist/components/content/icon/icon-aliases.d.ts.map +1 -1
  16. package/dist/components/content/icon/icon-aliases.js +78 -6
  17. package/dist/components/content/icon/icon-aliases.js.map +1 -1
  18. package/dist/components/content/icon/icon-gallery-status.d.ts.map +1 -1
  19. package/dist/components/content/icon/icon-gallery-status.js +55 -94
  20. package/dist/components/content/icon/icon-gallery-status.js.map +1 -1
  21. package/dist/components/content/icon/icon-registry.d.ts.map +1 -1
  22. package/dist/components/content/icon/icon-registry.js +34 -4
  23. package/dist/components/content/icon/icon-registry.js.map +1 -1
  24. package/dist/components/content/icon/icon.d.ts +8 -2
  25. package/dist/components/content/icon/icon.d.ts.map +1 -1
  26. package/dist/components/content/icon/icon.js +17 -2
  27. package/dist/components/content/icon/icon.js.map +1 -1
  28. package/dist/components/content/icon/icon.styles.d.ts.map +1 -1
  29. package/dist/components/content/icon/icon.styles.js +8 -0
  30. package/dist/components/content/icon/icon.styles.js.map +1 -1
  31. package/dist/components/content/text/text.d.ts +50 -0
  32. package/dist/components/content/text/text.d.ts.map +1 -0
  33. package/dist/components/content/text/text.js +81 -0
  34. package/dist/components/content/text/text.js.map +1 -0
  35. package/dist/components/content/text/text.styles.d.ts +2 -0
  36. package/dist/components/content/text/text.styles.d.ts.map +1 -0
  37. package/dist/components/content/text/text.styles.js +116 -0
  38. package/dist/components/content/text/text.styles.js.map +1 -0
  39. package/dist/components/content/text/text.template.d.ts +3 -0
  40. package/dist/components/content/text/text.template.d.ts.map +1 -0
  41. package/dist/components/content/text/text.template.js +7 -0
  42. package/dist/components/content/text/text.template.js.map +1 -0
  43. package/dist/components/content/title/title.styles.d.ts.map +1 -1
  44. package/dist/components/content/title/title.styles.js +9 -13
  45. package/dist/components/content/title/title.styles.js.map +1 -1
  46. package/dist/components/{icon-CIpJq_cf.js → icon-C1Kikpol.js} +100 -10
  47. package/dist/components/{icon-button-BAkUJTn6.js → icon-button-BYy6hnAY.js} +2 -2
  48. package/dist/components/index.d.ts +2 -1
  49. package/dist/components/index.d.ts.map +1 -1
  50. package/dist/components/index.js +2 -1
  51. package/dist/components/index.js.map +1 -1
  52. package/dist/components/inputs/combo-box/combo-box.d.ts +2 -0
  53. package/dist/components/inputs/combo-box/combo-box.d.ts.map +1 -1
  54. package/dist/components/inputs/combo-box/combo-box.js +22 -0
  55. package/dist/components/inputs/combo-box/combo-box.js.map +1 -1
  56. package/dist/components/inputs/combo-box/combo-box.styles.d.ts.map +1 -1
  57. package/dist/components/inputs/combo-box/combo-box.styles.js +5 -0
  58. package/dist/components/inputs/combo-box/combo-box.styles.js.map +1 -1
  59. package/dist/components/inputs/combo-box/combo-box.template.d.ts.map +1 -1
  60. package/dist/components/inputs/combo-box/combo-box.template.js +23 -20
  61. package/dist/components/inputs/combo-box/combo-box.template.js.map +1 -1
  62. package/dist/components/inputs/date-field/date-field.template.d.ts.map +1 -1
  63. package/dist/components/inputs/date-field/date-field.template.js +7 -1
  64. package/dist/components/inputs/date-field/date-field.template.js.map +1 -1
  65. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.d.ts +8 -1
  66. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.d.ts.map +1 -1
  67. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.js +8 -0
  68. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.js.map +1 -1
  69. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.template.d.ts.map +1 -1
  70. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.template.js +2 -0
  71. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.template.js.map +1 -1
  72. package/dist/components/inputs/text-field/text-field.d.ts +21 -0
  73. package/dist/components/inputs/text-field/text-field.d.ts.map +1 -1
  74. package/dist/components/inputs/text-field/text-field.js +48 -0
  75. package/dist/components/inputs/text-field/text-field.js.map +1 -1
  76. package/dist/components/inputs/text-field/text-field.template.d.ts.map +1 -1
  77. package/dist/components/inputs/text-field/text-field.template.js +2 -0
  78. package/dist/components/inputs/text-field/text-field.template.js.map +1 -1
  79. package/dist/components/inputs/time-field/time-field.template.d.ts.map +1 -1
  80. package/dist/components/inputs/time-field/time-field.template.js +7 -1
  81. package/dist/components/inputs/time-field/time-field.template.js.map +1 -1
  82. package/dist/components/layout/box/box.d.ts +3 -3
  83. package/dist/components/layout/box/box.d.ts.map +1 -1
  84. package/dist/components/layout/box/box.js +3 -3
  85. package/dist/components/layout/box/box.js.map +1 -1
  86. package/dist/components/layout/box/box.styles.d.ts.map +1 -1
  87. package/dist/components/layout/box/box.styles.js +3 -6
  88. package/dist/components/layout/box/box.styles.js.map +1 -1
  89. package/dist/components/layout/sheet/sheet.styles.d.ts.map +1 -1
  90. package/dist/components/layout/sheet/sheet.styles.js +10 -3
  91. package/dist/components/layout/sheet/sheet.styles.js.map +1 -1
  92. package/dist/components/lists-and-tables/list/list.d.ts +60 -45
  93. package/dist/components/lists-and-tables/list/list.d.ts.map +1 -1
  94. package/dist/components/lists-and-tables/list/list.js +94 -80
  95. package/dist/components/lists-and-tables/list/list.js.map +1 -1
  96. package/dist/components/lists-and-tables/list-item/list-item.d.ts +94 -21
  97. package/dist/components/lists-and-tables/list-item/list-item.d.ts.map +1 -1
  98. package/dist/components/lists-and-tables/list-item/list-item.js +275 -48
  99. package/dist/components/lists-and-tables/list-item/list-item.js.map +1 -1
  100. package/dist/components/lists-and-tables/list-item/list-item.styles.d.ts.map +1 -1
  101. package/dist/components/lists-and-tables/list-item/list-item.styles.js +116 -34
  102. package/dist/components/lists-and-tables/list-item/list-item.styles.js.map +1 -1
  103. package/dist/components/lists-and-tables/list-item/list-item.template.d.ts +1 -1
  104. package/dist/components/lists-and-tables/list-item/list-item.template.d.ts.map +1 -1
  105. package/dist/components/lists-and-tables/list-item/list-item.template.js +5 -2
  106. package/dist/components/lists-and-tables/list-item/list-item.template.js.map +1 -1
  107. package/dist/components/lists-and-tables/list-item-segment/list-item-segment.d.ts +116 -0
  108. package/dist/components/lists-and-tables/list-item-segment/list-item-segment.d.ts.map +1 -0
  109. package/dist/components/lists-and-tables/{list-item-action/list-item-action.js → list-item-segment/list-item-segment.js} +77 -52
  110. package/dist/components/lists-and-tables/list-item-segment/list-item-segment.js.map +1 -0
  111. package/dist/components/lists-and-tables/list-item-segment/list-item-segment.styles.d.ts +2 -0
  112. package/dist/components/lists-and-tables/list-item-segment/list-item-segment.styles.d.ts.map +1 -0
  113. package/dist/components/lists-and-tables/list-item-segment/list-item-segment.styles.js +179 -0
  114. package/dist/components/lists-and-tables/list-item-segment/list-item-segment.styles.js.map +1 -0
  115. package/dist/components/lists-and-tables/list-item-segment/list-item-segment.template.d.ts +3 -0
  116. package/dist/components/lists-and-tables/list-item-segment/list-item-segment.template.d.ts.map +1 -0
  117. package/dist/components/lists-and-tables/{list-item-action/list-item-action.template.js → list-item-segment/list-item-segment.template.js} +5 -4
  118. package/dist/components/lists-and-tables/list-item-segment/list-item-segment.template.js.map +1 -0
  119. package/dist/components/status-and-feedback/badge/badge.d.ts +8 -2
  120. package/dist/components/status-and-feedback/badge/badge.d.ts.map +1 -1
  121. package/dist/components/status-and-feedback/badge/badge.js +17 -1
  122. package/dist/components/status-and-feedback/badge/badge.js.map +1 -1
  123. package/dist/components/status-and-feedback/badge/badge.styles.d.ts.map +1 -1
  124. package/dist/components/status-and-feedback/badge/badge.styles.js +35 -6
  125. package/dist/components/status-and-feedback/badge/badge.styles.js.map +1 -1
  126. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.d.ts.map +1 -1
  127. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.js +7 -0
  128. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.js.map +1 -1
  129. package/dist/css/variables.css +25 -1
  130. package/dist/nldd.min.js +1002 -593
  131. package/dist/types/vue.d.ts +93 -47
  132. package/dist/utilities/scroll-mode-controller.d.ts +9 -1
  133. package/dist/utilities/scroll-mode-controller.d.ts.map +1 -1
  134. package/dist/utilities/scroll-mode-controller.js +10 -2
  135. package/dist/utilities/scroll-mode-controller.js.map +1 -1
  136. package/package.json +8 -4
  137. package/dist/components/lists-and-tables/list-item-action/list-item-action.d.ts +0 -108
  138. package/dist/components/lists-and-tables/list-item-action/list-item-action.d.ts.map +0 -1
  139. package/dist/components/lists-and-tables/list-item-action/list-item-action.js.map +0 -1
  140. package/dist/components/lists-and-tables/list-item-action/list-item-action.styles.d.ts +0 -2
  141. package/dist/components/lists-and-tables/list-item-action/list-item-action.styles.d.ts.map +0 -1
  142. package/dist/components/lists-and-tables/list-item-action/list-item-action.styles.js +0 -145
  143. package/dist/components/lists-and-tables/list-item-action/list-item-action.styles.js.map +0 -1
  144. package/dist/components/lists-and-tables/list-item-action/list-item-action.template.d.ts +0 -3
  145. package/dist/components/lists-and-tables/list-item-action/list-item-action.template.d.ts.map +0 -1
  146. package/dist/components/lists-and-tables/list-item-action/list-item-action.template.js.map +0 -1
@@ -34,6 +34,7 @@ export const iconRegistry = new Map([
34
34
  ['bookmark', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M17 5a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v13.65l3.05-2.61.21-.17a3 3 0 0 1 3.7.17L17 18.65zm2 15.83-.01.15a1 1 0 0 1-1.52.7l-.12-.1-4.7-4.02a1 1 0 0 0-1.3 0l-4.7 4.03a1 1 0 0 1-1.64-.6L5 20.82V5a3 3 0 0 1 3-3h8.15A3 3 0 0 1 19 5z\"/>\n</svg>"],
35
35
  ['bookmark-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M5 5a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v15.83a1 1 0 0 1-1.65.76l-4.7-4.03a1 1 0 0 0-1.3 0l-4.7 4.03A1 1 0 0 1 5 20.83z\"/>\n</svg>"],
36
36
  ['books-vertical', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M6.5 17c.28 0 .5.22.5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1c0-.28.22-.5.5-.5z\"/>\n\t<path fill=\"currentColor\" d=\"M13 1a2 2 0 0 1 2 2v2.92q.2-.07.4-.1l1.97-.36a2 2 0 0 1 2.31 1.63l2.13 12.05a2.07 2.07 0 0 1-1.62 2.32l-1.97.35a2.07 2.07 0 0 1-2.32-1.62l-.9-5.12V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7c0-1.1.9-2 2-2h4V3c0-1.1.9-2 2-2zM4 20h4V7H4zm6 0h3V3h-3zm5.75-12.22 2.12 12.06 1.97-.35-2.13-12.06z\"/>\n</svg>"],
37
+ ['boxes-3', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M16 3c1.1 0 2 .9 2 2v6h1c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2v-6c0-1.1 .9-2 2-2h3v-6c0-1.1 .9-2 2-2h6zm-11 16h6v-6h-2v2h-2v-2h-2v6zm8 0h6v-6h-2v2h-2v-2h-2v6zm-3-8h6v-6h-2v2h-2v-2h-2v6z\"/>\n</svg>"],
37
38
  ['brackets-ellipsis', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M7 6H4v12h3v2H2V4h5zM22 20h-5v-2h3V6h-3V4h5z\"/>\n\t<path fill=\"currentColor\" d=\"M7.5 13a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M12 13a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M16.5 13a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3\"/>\n</svg>"],
38
39
  ['brackets-ellipsis-badge-plus', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10m-.75 4.25H15v1.5h2.25V21h1.5v-2.25H21v-1.5h-2.25V15h-1.5zM7 6H4v12h3v2H2V4h5z\"/>\n\t<path fill=\"currentColor\" d=\"M7.5 13a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m4.5 0c.689 0 1.267.465 1.443 1.098a6 6 0 0 0-1.086 1.857A1.5 1.5 0 1 1 12 13m10 .528a6 6 0 0 0-2-1.186V6h-3V4h5z\"/>\n</svg>"],
39
40
  ['brick-wall', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M22 13h-5.5v2H22v2h-2v2h2v2H2v-2h2v-2H2v-2h5.5v-2H2v-2h2V9H2V7h5.5V5H2V3h20v2h-5.5v2H22v2h-2v2h2zM9.5 15h5v-2h-5zM6 19h5v-2H6zm7 0h5v-2h-5zM9.5 7h5V5h-5zm1.5 4V9H6v2zm7 0V9h-5v2z\"/>\n</svg>"],
@@ -60,6 +61,7 @@ export const iconRegistry = new Map([
60
61
  ['check-list', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M5 14a3 3 0 1 1 0 6 3 3 0 0 1 0-6m0 1.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3\"/>\n\t<path fill=\"currentColor\" d=\"M16 20h-6v-2h6zM22 16H10v-2h12zM18 10h-8V8h8zM8.56 5 4.5 9.06 1.94 6.5 3 5.44l1.5 1.5 3-3zM22 6H10V4h12z\"/>\n</svg>"],
61
62
  ['check-mark', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M21.707 6.707 10 18.414l-6.707-6.707 1.414-1.414L10 15.586 20.293 5.293z\"/>\n</svg>"],
62
63
  ['check-mark-circle', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12m14.707-2.113L11 15.594l-3.707-3.707 1.414-1.415L11 12.765l4.293-4.293z\"/>\n</svg>"],
64
+ ['check-mark-circle-light', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\">\n\t<path fill=\"currentColor\" d=\"m23.2 11.71-9.7 9.7-4.71-4.7 1.41-1.42 3.3 3.3 8.29-8.3z\"/>\n\t<path fill=\"currentColor\" d=\"M16 3a13 13 0 1 1 0 26 13 13 0 0 1 0-26m0 2a11 11 0 1 0 0 22 11 11 0 0 0 0-22\"/>\n</svg>"],
63
65
  ['check-mark-extra-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m17.664 8.707-7.707 7.707-3.707-3.707 1.414-1.414 2.293 2.293 6.293-6.293z\"/>\n</svg>"],
64
66
  ['check-mark-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m19.204 7.707-9.707 9.707-4.707-4.707 1.414-1.414 3.293 3.293 8.293-8.293z\"/>\n</svg>"],
65
67
  ['chevron-double-left', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M14 3.4 5.429 12 14 20.6 12.6 22l-10-10.001L12.6 2z\"/>\n\t<path fill=\"currentColor\" d=\"M22 3.4 13.429 12 22 20.6 20.6 22l-10-10.001L20.6 2z\"/>\n</svg>"],
@@ -90,20 +92,27 @@ export const iconRegistry = new Map([
90
92
  ['chevron-up-chevron-down', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 5.828 7.4 10.4 6 9l6-6 6 6-1.4 1.4zm0 12.344L7.4 13.6 6 15l6 6 6-6-1.4-1.4z\"/>\n</svg>"],
91
93
  ['chevron-up-extra-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 10.828 7.4 15.4 6 14l6-6 6 6-1.4 1.4z\"/>\n</svg>"],
92
94
  ['chevron-up-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 9.828 5.4 16.4 4 15l8-8 8 8-1.4 1.4z\"/>\n</svg>"],
95
+ ['circle', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16\"/>\n</svg>"],
96
+ ['circle-circle', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16m0 3c2.761 0 5 2.239 5 5s-2.239 5-5 5S7 14.761 7 12s2.239-5 5-5m0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6\"/>\n</svg>"],
97
+ ['circle-circle-light', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\">\n\t<path fill=\"currentColor\" d=\"M16 9a7 7 0 1 1 0 14 7 7 0 0 1 0-14m0 2a5 5 0 1 0 0 10 5 5 0 0 0 0-10\"/>\n\t<path fill=\"currentColor\" d=\"M16 3a13 13 0 1 1 0 26 13 13 0 0 1 0-26m0 2a11 11 0 1 0 0 22 11 11 0 0 0 0-22\"/>\n</svg>"],
93
98
  ['circle-dashed', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path\n\t\tfill=\"currentColor\"\n\t\td=\"M14.59 21.66a10.05 10.05 0 0 1-5.18 0l.52-1.93a8.05 8.05 0 0 0 4.14 0zM5.07 16A8.05 8.05 0 0 0 8 18.93l-1 1.73A10.05 10.05 0 0 1 3.34 17zm15.59 1A10.04 10.04 0 0 1 17 20.66l-1-1.73A8.05 8.05 0 0 0 18.93 16zM4.27 9.93A8 8 0 0 0 4 12a8 8 0 0 0 .27 2.07l-1.93.52a10 10 0 0 1 0-5.18zm17.39-.52a10 10 0 0 1 0 5.18l-.96-.26-.97-.26a8.06 8.06 0 0 0 0-4.14zM8 5.07A8.05 8.05 0 0 0 5.07 8L3.34 7A10.05 10.05 0 0 1 7 3.34zm9-1.73A10.05 10.05 0 0 1 20.66 7l-1.73 1A8.05 8.05 0 0 0 16 5.07zM12 2c.9 0 1.76.12 2.59.34l-.26.96-.26.97A8 8 0 0 0 12 4a8 8 0 0 0-2.07.27L9.4 2.34C10.24 2.12 11.11 2 12 2\"\n\t/>\n</svg>"],
94
99
  ['circle-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M2 12c0 5.51 4.49 10 10 10s10-4.49 10-10S17.51 2 12 2 2 6.49 2 12\"/>\n</svg>"],
95
100
  ['circle-filled-extra-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M8 12c0 2.204 1.796 4 4 4s4-1.796 4-4-1.796-4-4-4-4 1.796-4 4\"/>\n</svg>"],
96
101
  ['circle-filled-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M6 12c0 3.306 2.694 6 6 6s6-2.694 6-6-2.694-6-6-6a6.01 6.01 0 0 0-6 6\"/>\n</svg>"],
97
102
  ['circle-grid-2x2-top-left-check-mark', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M6.5 13a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9m0 2a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5m11-2a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9m0 2a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5M6.5 2a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9m-.75 4.54-.97-.97-1.06 1.06 2.03 2.03 3.53-3.53-1.06-1.06zM17.5 2a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9m0 2a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5\"/>\n</svg>"],
103
+ ['circle-light', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\">\n\t<path fill=\"currentColor\" d=\"M16 3a13 13 0 1 1 0 26 13 13 0 0 1 0-26m0 2a11 11 0 1 0 0 22 11 11 0 0 0 0-22\"/>\n</svg>"],
98
104
  ['clipboard', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M15 2a1 1 0 0 1 1 1h1a3 3 0 0 1 3 3v13a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h1a1 1 0 0 1 1-1zM7 5a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-1v2c0 .55-.42 1-1 1H9a1 1 0 0 1-1-1V5zm3 1h4V4h-4z\"/>\n</svg>"],
105
+ ['clipboard-bullet-list', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M8.75 16c.41 0 .75 .34 .75 .75c0 .41-.34 .75-.75 .75c-.41 0-.75-.34-.75-.75c0-.41 .34-.75 .75-.75z\"/>\n\t<path fill=\"currentColor\" d=\"M16 17.5h-5v-1.5h5v1.5z\"/>\n\t<path fill=\"currentColor\" d=\"M8.75 13c.41 0 .75 .34 .75 .75c0 .41-.34 .75-.75 .75c-.41 0-.75-.34-.75-.75c0-.41 .34-.75 .75-.75z\"/>\n\t<path fill=\"currentColor\" d=\"M16 14.5h-5v-1.5h5v1.5z\"/>\n\t<path fill=\"currentColor\" d=\"M8.75 10c.41 0 .75 .34 .75 .75c0 .41-.34 .75-.75 .75c-.41 0-.75-.34-.75-.75c0-.41 .34-.75 .75-.75z\"/>\n\t<path fill=\"currentColor\" d=\"M16 11.5h-5v-1.5h5v1.5z\"/>\n\t<path fill=\"currentColor\" d=\"M15 2c.55 0 1 .45 1 1h1c1.66 0 3 1.34 3 3v13c0 1.66-1.34 3-3 3h-10c-1.66 0-3-1.34-3-3v-13c0-1.66 1.34-3 3-3h1c0-.55 .45-1 1-1h6zm-8 3c-.55 0-1 .45-1 1v13c0 .55 .45 1 1 1h10c.55 0 1-.45 1-1v-13c0-.55-.45-1-1-1h-1v2c0 .55-.42 1-1 1h-6c-.55 0-1-.45-1-1v-2h-1zm3 1h4v-2h-4v2z\"/>\n</svg>"],
99
106
  ['clipboard-pencil', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M14 2a1 1 0 0 1 1 1h1l.33.02L11.34 8H8a1 1 0 0 1-1-1V5H6a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-5.34l2-2V19a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h1a1 1 0 0 1 1-1zM9 6h4V4H9z\"/>\n\t<path fill=\"currentColor\" d=\"M17.17 3.59a2 2 0 0 1 2.83 0l1.41 1.4a2 2 0 0 1 0 2.84L11.25 18H7v-4.24zM9 14.59v1.4h1.41l6.76-6.75-1.41-1.41zm8.17-8.18 1.42 1.42L20 6.4 18.6 5z\"/>\n</svg>"],
100
107
  ['clipboard-square', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18 11a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3h-6a3 3 0 0 1-3-3v-6a3 3 0 0 1 3-3zm-6 2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1z\"/>\n\t<path fill=\"currentColor\" d=\"M14 2a1 1 0 0 1 1 1h1a3 3 0 0 1 3 3v4.13c-.65-.17-1.33-.13-2-.13V6a1 1 0 0 0-1-1h-1v2c0 .55-.42 1-1 1H8a1 1 0 0 1-1-1V5H6a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h2a4 4 0 0 0 .54 2H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h1a1 1 0 0 1 1-1zM9 6h4V4H9z\"/>\n</svg>"],
101
108
  ['clock', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m13 11.59 3.24 3.24-1.41 1.41-3.54-3.53A1 1 0 0 1 11 12V6h2z\"/>\n\t<path fill=\"currentColor\" d=\"M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16\"/>\n</svg>"],
102
109
  ['clock-arrow-clockwise', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M21 8h-6V6h2.29a8 8 0 1 0 1.64 10l1.73 1a10 10 0 0 1-4.83 4.24c-2.06.8-4.26.95-6.42.42A10 10 0 1 1 19 4.86V2h2z\"/>\n\t<path fill=\"currentColor\" d=\"m13 11.59 3.24 3.24-1.41 1.41-3.54-3.53A1 1 0 0 1 11 12V6h2z\"/>\n</svg>"],
103
110
  ['clock-arrow-counter-clockwise', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M5 4.86A10 10 0 1 1 3.34 17l1.73-1A8 8 0 1 0 6.71 6H9v2H3V2h2z\"/>\n\t<path fill=\"currentColor\" d=\"m13 11.59 3.24 3.24-1.41 1.41-3.54-3.53A1 1 0 0 1 11 12V6h2z\"/>\n</svg>"],
111
+ ['clock-light', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\">\n\t<path fill=\"currentColor\" d=\"m17 15.59 3.95 3.95-1.41 1.41-4.25-4.24A1 1 0 0 1 15 16V8h2z\"/>\n\t<path fill=\"currentColor\" d=\"M16 3a13 13 0 1 1 0 26 13 13 0 0 1 0-26m0 2a11 11 0 1 0 0 22 11 11 0 0 0 0-22\"/>\n</svg>"],
104
112
  ['cloud', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M1 13.5a5.5 5.5 0 0 1 4.64-5.43 7 7 0 0 1 13.29 1.95A4.5 4.5 0 0 1 18.5 19v-2a2.5 2.5 0 0 0 .24-4.99l-1.57-.15-.22-1.56a5 5 0 0 0-9.5-1.4l-.44.98-1.06.16A3.5 3.5 0 0 0 6.5 17v2A5.5 5.5 0 0 1 1 13.5M18.5 17v2h-12v-2z\"/>\n</svg>"],
105
113
  ['cloud-arrow-down', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m13 19.172 1.58-1.582L16 19l-4 4-4-4 1.42-1.41L11 19.172V10h2z\"/>\n\t<path fill=\"currentColor\" d=\"M12 2a7 7 0 0 1 6.93 6.02A4.5 4.5 0 0 1 18.5 17H15v-2h3.5a2.5 2.5 0 0 0 .241-4.988l-1.573-.15-.219-1.564a5 5 0 0 0-9.49-1.393l-.45.972-1.057.165A3.502 3.502 0 0 0 6.5 15H9v2H6.5a5.5 5.5 0 0 1-.856-10.934A7 7 0 0 1 12 2\"/>\n</svg>"],
106
114
  ['cloud-arrow-up', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m16 12-1.42 1.41L13 11.828V21h-2v-9.172L9.42 13.41 8 12l4-4z\"/>\n\t<path fill=\"currentColor\" d=\"M12 2a7 7 0 0 1 6.93 6.02A4.5 4.5 0 0 1 18.5 17H15v-2h3.5a2.5 2.5 0 0 0 .241-4.988l-1.573-.15-.219-1.564a5 5 0 0 0-9.49-1.393l-.45.972-1.057.165A3.502 3.502 0 0 0 6.5 15H9v2H6.5a5.5 5.5 0 0 1-.856-10.934A7 7 0 0 1 12 2\"/>\n</svg>"],
115
+ ['cpu', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M15 8c.55 0 1 .45 1 1v6c0 .55-.45 1-1 1h-6c-.55 0-1-.45-1-1v-6c0-.55 .45-1 1-1h6zm-5 6h4v-4h-4v4z\"/>\n\t<path fill=\"currentColor\" d=\"M9 4h2v-2h2v2h2v-2h2v2h1c1.1 0 2 .9 2 2v1h2v2h-2v2h2v2h-2v2h2v2h-2v1c0 1.1-.9 2-2 2h-1v2h-2v-2h-2v2h-2v-2h-2v2h-2v-2h-1c-1.1 0-2-.9-2-2v-1h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-1c0-1.1 .9-2 2-2h1v-2h2v2zm-3 14h12v-12h-12v12z\"/>\n</svg>"],
107
116
  ['cylinder-2-big-small-split', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M8 3c2.76 0 5 1.34 5 3v1.6c.84-.38 1.87-.6 3-.6 2.76 0 5 1.34 5 3v8c0 1.66-2.24 3-5 3a6.5 6.5 0 0 1-4-1.2A6.5 6.5 0 0 1 8 21c-2.76 0-5-1.34-5-3V6c0-1.66 2.24-3 5-3m3 13.4c-.84.38-1.87.6-3 .6a7 7 0 0 1-3-.6V18c0 .55 1.34 1 3 1s3-.45 3-1zm8 0c-.84.38-1.87.6-3 .6a7 7 0 0 1-3-.6V18c0 .55 1.34 1 3 1s3-.45 3-1zm-8-4c-.84.38-1.87.6-3 .6a7 7 0 0 1-3-.6V14c0 .55 1.34 1 3 1s3-.45 3-1zm8 0c-.84.38-1.87.6-3 .6a7 7 0 0 1-3-.6V14c0 .55 1.34 1 3 1s3-.45 3-1zm-8-4c-.84.38-1.87.6-3 .6a7 7 0 0 1-3-.6V10c0 .55 1.34 1 3 1s3-.45 3-1zm5 .6c-1.08 0-1.96.27-2.5.6-.32.18-.44.33-.48.4.04.07.16.22.47.4.55.33 1.43.6 2.51.6s1.96-.27 2.5-.6c.32-.18.44-.33.48-.4a1.3 1.3 0 0 0-.47-.4A5 5 0 0 0 16 9M8 5c-1.08 0-1.96.27-2.5.6-.32.18-.44.33-.48.4.04.07.16.22.47.4.55.33 1.43.6 2.51.6s1.96-.27 2.5-.6c.32-.18.44-.33.48-.4a1.3 1.3 0 0 0-.47-.4A5 5 0 0 0 8 5\"/>\n</svg>"],
108
117
  ['cylinder-split', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M20 18c0 2.2-3.58 4-8 4s-8-1.8-8-4V6c0-2.2 3.58-4 8-4s8 1.8 8 4zm-13.84.27c.18.21.52.5 1.08.77A11 11 0 0 0 12 20a11 11 0 0 0 4.76-.96q.82-.44 1.08-.77c.06-.07.16-.18.16-.27v-3.36A12.5 12.5 0 0 1 12 16c-2.39 0-4.53-.53-6-1.36V18c0 .1.1.2.16.27M18 8.64A12.5 12.5 0 0 1 12 10c-2.39 0-4.53-.53-6-1.36V12c0 .1.1.2.16.27.18.21.52.5 1.08.77A11 11 0 0 0 12 14a11 11 0 0 0 4.76-.96q.82-.44 1.08-.77c.06-.07.16-.18.16-.27zM12 4a11 11 0 0 0-4.76.96q-.83.44-1.08.77C6.1 5.8 6 5.91 6 6s.1.2.16.27c.18.21.52.5 1.08.77A11 11 0 0 0 12 8a11 11 0 0 0 4.76-.96q.82-.44 1.08-.77c.06-.07.16-.18.16-.27s-.1-.2-.16-.27c-.18-.21-.52-.5-1.08-.77A11 11 0 0 0 12 4\"/>\n</svg>"],
109
118
  ['cylinder-split-badge-lock', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10M11 2c4.42 0 8 1.8 8 4v6.08a6 6 0 0 0-2.03 0L17 12V8.64A12.5 12.5 0 0 1 11 10c-2.39 0-4.53-.53-6-1.36V12c0 .1.1.2.16.27.18.21.52.5 1.08.77A11 11 0 0 0 11 14q1.55 0 2.81-.3a6 6 0 0 0-1.45 2.24Q11.7 16 11 16c-2.39 0-4.53-.53-6-1.36V18c0 .1.1.2.16.27.18.21.52.5 1.08.77A11 11 0 0 0 11 20q.69 0 1.32-.06.37 1.05 1.05 1.88Q12.24 22 11 22c-4.42 0-8-1.8-8-4V6c0-2.2 3.58-4 8-4m7 12.75c-.97 0-1.75.78-1.75 1.75v.75H16a.5.5 0 0 0-.5.5v2.5c0 .28.22.5.5.5h4a.5.5 0 0 0 .5-.5v-2.5a.5.5 0 0 0-.5-.5h-.25v-.75c0-.9-.69-1.65-1.57-1.74zm0 1c.41 0 .75.34.75.75v.75h-1.5v-.75c0-.41.34-.75.75-.75M11 4a11 11 0 0 0-4.76.96q-.83.44-1.08.77C5.1 5.8 5 5.91 5 6s.1.2.16.27c.18.21.52.5 1.08.77A11 11 0 0 0 11 8a11 11 0 0 0 4.76-.96q.83-.44 1.08-.77c.06-.07.16-.18.16-.27s-.1-.2-.16-.27c-.18-.21-.52-.5-1.08-.77A11 11 0 0 0 11 4\"/>\n</svg>"],
@@ -127,6 +136,8 @@ export const iconRegistry = new Map([
127
136
  ['exclamation-circle-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20m0 13.75a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5M11 6v8h2V6z\" />\n</svg>"],
128
137
  ['exclamation-triangle', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 14a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m1-1.5h-2v-5h2z\"/>\n\t<path fill=\"currentColor\" d=\"M11.99 1.968a3 3 0 0 1 2.62 1.538l7.095 12.242q.035.06.062.126a3 3 0 0 1-2.76 4.125H5a3.02 3.02 0 0 1-2.538-1.387 3 3 0 0 1-.248-2.739 1 1 0 0 1 .06-.125L9.37 3.506a3 3 0 0 1 2.62-1.538m0 2c-.373 0-.705.21-.884.533L4.046 16.68c-.097.286-.06.602.104.86a.99.99 0 0 0 .85.459h13.996a1 1 0 0 0 .938-1.32L12.875 4.502a1.02 1.02 0 0 0-.885-.533\"/>\n</svg>"],
129
138
  ['exclamation-triangle-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M11.99 1.968a3 3 0 0 1 2.62 1.538l7.095 12.242q.035.06.062.126a3 3 0 0 1-2.76 4.125H5a3.02 3.02 0 0 1-2.538-1.387 3 3 0 0 1-.248-2.739 1 1 0 0 1 .06-.125L9.37 3.506a3 3 0 0 1 2.62-1.538M12 14a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m-1-7v5h2V7z\"/>\n</svg>"],
139
+ ['external-hard-drive', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M16.5 15.5c.83 0 1.5 .67 1.5 1.5c0 .83-.67 1.5-1.5 1.5c-.83 0-1.5-.67-1.5-1.5c0-.83 .67-1.5 1.5-1.5z\"/>\n\t<path fill=\"currentColor\" d=\"M16.14 2c1.39 0 2.59 .95 2.92 2.29l2.77 11.42c.11 .41 .17 .84 .17 1.29c0 2.76-2.24 5-5 5h-10c-2.76 0-5-2.24-5-5c0-.46 .06-.9 .18-1.33l2.76-11.38c.33-1.34 1.53-2.29 2.92-2.29h8.28zm-9.14 12c-1.66 0-3 1.34-3 3c0 1.66 1.34 3 3 3h10c1.66 0 3-1.34 3-3c0-1.66-1.34-3-3-3h-10zm.86-10c-.46 0-.86 .32-.97 .76l-1.86 7.64c.63-.27 1.29-.38 1.97-.4h10c.68 .02 1.34 .13 1.97 .4l-1.86-7.64c-.11-.44-.51-.76-.97-.76h-8.28z\"/>\n</svg>"],
140
+ ['external-hard-drives', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M16.5 17c.55 0 1 .45 1 1c0 .55-.45 1-1 1c-.55 0-1-.45-1-1c0-.55 .45-1 1-1z\"/>\n\t<path fill=\"currentColor\" d=\"M16.5 11c.55 0 1 .45 1 1c0 .55-.45 1-1 1c-.55 0-1-.45-1-1c0-.55 .45-1 1-1z\"/>\n\t<path fill=\"currentColor\" d=\"M16.5 5c.55 0 1 .45 1 1c0 .55-.45 1-1 1c-.55 0-1-.45-1-1c0-.55 .45-1 1-1z\"/>\n\t<path fill=\"currentColor\" d=\"M17 2c2.2 0 4 1.8 4 4c0 1.2-.52 2.27-1.36 3c.84 .73 1.36 1.81 1.36 3c0 1.2-.52 2.27-1.36 3c.84 .73 1.36 1.81 1.36 3c0 2.2-1.8 4-4 4h-10c-2.2 0-4-1.8-4-4c0-1.19 .52-2.27 1.35-3c-.83-.73-1.35-1.81-1.35-3c0-1.19 .52-2.27 1.35-3c-.83-.73-1.35-1.81-1.35-3c0-2.2 1.8-4 4-4h10zm-10 14c-1.1 0-2 .9-2 2c0 1.1 .9 2 2 2h10c1.1 0 2-.9 2-2c0-1.1-.9-2-2-2h-10zm0-6c-1.1 0-2 .9-2 2c0 1.1 .9 2 2 2h10c1.1 0 2-.9 2-2c0-1.1-.9-2-2-2h-10zm0-6c-1.1 0-2 .9-2 2c0 1.1 .9 2 2 2h10c1.1 0 2-.9 2-2c0-1.1-.9-2-2-2h-10z\"/>\n</svg>"],
130
141
  ['eye', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 4.5c5.012 0 9.26 3.108 11 7.5-1.74 4.392-5.988 7.5-10.999 7.5S2.739 16.392 1 12c1.74-4.392 5.988-7.5 11-7.5m0 2c-3.878 0-7.188 2.239-8.8 5.5 1.612 3.261 4.923 5.5 8.801 5.5 3.877 0 7.187-2.239 8.799-5.5-1.613-3.261-4.923-5.5-8.8-5.5m0 1a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9m0 2a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5\"/>\n</svg>"],
131
142
  ['eye-slash', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m21.004 19.59-1.414 1.414L3 4.414 4.414 3zM5.837 8.665C4.717 9.563 3.843 10.7 3.2 12c1.612 3.261 4.923 5.5 8.801 5.5.82 0 1.617-.102 2.38-.291l1.603 1.604a11.8 11.8 0 0 1-3.983.687C6.989 19.5 2.739 16.392 1 12a11.8 11.8 0 0 1 3.416-4.756zM12 4.5c5.012 0 9.26 3.108 11 7.5a11.8 11.8 0 0 1-3.416 4.756l-1.422-1.422c1.12-.898 1.995-2.034 2.638-3.334-1.613-3.261-4.923-5.5-8.8-5.5-.821 0-1.619.1-2.382.29L8.015 5.187A11.8 11.8 0 0 1 12 4.5\"/>\n\t<path fill=\"currentColor\" d=\"M9.527 12.356a2.5 2.5 0 0 0 2.117 2.116l1.791 1.792a4.5 4.5 0 0 1-5.7-5.7zM12 7.5a4.5 4.5 0 0 1 4.264 5.935l-1.792-1.791a2.5 2.5 0 0 0-2.117-2.117l-1.792-1.792A4.5 4.5 0 0 1 12 7.5\"/>\n</svg>"],
132
143
  ['eyeglasses', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18 6a5 5 0 0 1 4.45 3H24v2h-1.02l.02.5c0 3.04-2.24 5.5-5 5.5s-5-2.46-5-5.5l.01-.4a6 6 0 0 0-2.03 0l.02.4c0 3.04-2.24 5.5-5 5.5s-5-2.46-5-5.5q0-.26.02-.5H0V9h1.55C2.37 7.22 4.05 6 6 6c2 0 3.71 1.28 4.52 3.14a8 8 0 0 1 2.96 0A5 5 0 0 1 18 6M6 8c-1.48 0-3 1.38-3 3.5S4.52 15 6 15s3-1.38 3-3.5S7.48 8 6 8m12 0c-1.48 0-3 1.38-3 3.5s1.52 3.5 3 3.5 3-1.38 3-3.5S19.48 8 18 8\"/>\n</svg>"],
@@ -163,6 +174,7 @@ export const iconRegistry = new Map([
163
174
  ['git-pull-request-draft', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M6.5 2a3.5 3.5 0 0 1 1 6.854v6.292a3.501 3.501 0 1 1-2 0V8.854A3.5 3.5 0 0 1 6.5 2m0 15a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m0-13a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m11 11a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7m0 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m1-4h-2v-3h2zm0-5h-2V5h2z\"/>\n</svg>"],
164
175
  ['globe', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 2c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2m-1 13.52q-1.07.03-2.07.13c.35 1.38.93 2.98 2.07 3.91zm2 4.04c1.14-.93 1.72-2.53 2.07-3.91q-1-.1-2.07-.13zm-6.06-3.64q-.9.17-1.69.38a8 8 0 0 0 2.8 2.66 13 13 0 0 1-1.11-3.04m10.12 0a13 13 0 0 1-1.11 3.04 8 8 0 0 0 2.8-2.66q-.79-.21-1.7-.38M4.39 9.53a8 8 0 0 0 0 4.94q1.02-.3 2.21-.52a19 19 0 0 1 0-3.9 22 22 0 0 1-2.21-.52m15.22 0q-1.02.3-2.22.52c.14 1.26.14 2.64 0 3.9q1.2.21 2.22.52c.52-1.6.52-3.34 0-4.94m-11.02.8a17 17 0 0 0 0 3.34q1.16-.12 2.41-.15v-3.04q-1.25-.03-2.41-.16m6.82 0q-1.16.12-2.41.15v3.04q1.25.03 2.41.15c.11-1.07.11-2.27 0-3.35M11 4.42c-1.14.94-1.72 2.54-2.07 3.92q.99.1 2.07.13zm2 4.05q1.07-.04 2.07-.13c-.35-1.38-.93-2.98-2.07-3.92zM8.05 5.04a8 8 0 0 0-2.8 2.66q.8.22 1.69.37a13 13 0 0 1 1.11-3.03m7.9 0q.7 1.33 1.1 3.03.91-.16 1.7-.37a8 8 0 0 0-2.8-2.66\"/>\n</svg>"],
165
176
  ['globe-rack-server', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M6.5 10.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3\"/>\n\t<path fill=\"currentColor\" d=\"M12 2c4 0 7.48 2.39 9.07 5.81A2 2 0 0 1 22 9.5v5a2 2 0 0 1-.93 1.69A10 10 0 0 1 12 22c-4 0-7.48-2.39-9.07-5.81A2 2 0 0 1 2 14.7V9.5a2 2 0 0 1 .93-1.69A10 10 0 0 1 12 2M9.17 16.5A6.4 6.4 0 0 0 11 19.56V16.5zM13 19.56a6.4 6.4 0 0 0 1.83-3.06H13zM5.4 16.5a8 8 0 0 0 2.65 2.46q-.57-1.1-.96-2.46zm11.5 0q-.37 1.36-.95 2.46a8 8 0 0 0 2.66-2.46zM4 14.5h16v-5H4zm4.05-9.46A8 8 0 0 0 5.4 7.5h1.7q.38-1.36.96-2.46m2.95-.6A6.4 6.4 0 0 0 9.17 7.5H11zm2 3.06h1.83A6.4 6.4 0 0 0 13 4.43zm2.95-2.46q.57 1.1.96 2.46h1.7c-.69-1-1.6-1.85-2.66-2.46\"/>\n</svg>"],
177
+ ['gpu', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 8c2.21 0 4 1.79 4 4c0 2.21-1.79 4-4 4c-2.21 0-4-1.79-4-4c0-2.21 1.79-4 4-4zm0 2c-1.1 0-2 .9-2 2c0 1.1 .9 2 2 2c1.1 0 2-.9 2-2c0-1.1-.9-2-2-2z\"/>\n\t<path fill=\"currentColor\" d=\"M9 4h2v-2h2v2h2v-2h2v2h1c1.1 0 2 .9 2 2v1h2v2h-2v2h2v2h-2v2h2v2h-2v1c0 1.1-.9 2-2 2h-1v2h-2v-2h-2v2h-2v-2h-2v2h-2v-2h-1c-1.1 0-2-.9-2-2v-1h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-1c0-1.1 .9-2 2-2h1v-2h2v2zm-3 14h12v-12h-12v12z\"/>\n</svg>"],
166
178
  ['hand', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12.5 1c.89 0 1.67.47 2.11 1.17A2.5 2.5 0 0 1 18 4.5v.05A2.5 2.5 0 0 1 21 7v7a8 8 0 0 1-14.9 4.04l-3.4-5.87A2.5 2.5 0 0 1 7 9.6V4.5a2.5 2.5 0 0 1 3.39-2.33A2.5 2.5 0 0 1 12.5 1m0 2a.5.5 0 0 0-.5.5V10a1 1 0 1 1-2 0V4.5a.5.5 0 0 0-1 0v8.84a1 1 0 0 1-1.89.46l-1.8-3.13-.07-.09a.5.5 0 0 0-.85.5l.05.09 3.38 5.85A6 6 0 0 0 19 14V7a.5.5 0 0 0-1 0v4a1 1 0 1 1-2 0V4.5a.5.5 0 0 0-1 0V10a1 1 0 1 1-2 0V3.5a.5.5 0 0 0-.5-.5\"/>\n</svg>"],
167
179
  ['hand-thumbs-down', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M20 3.5a1 1 0 0 1 1 1v9a1 1 0 0 1-.897.995L20 14.5h-3.5l-1.531 5.383a2.916 2.916 0 0 1-5.645-1.453L10 15.5H5.69a3 3 0 0 1-2.937-3.612l1.25-6 .065-.256A3 3 0 0 1 6.94 3.5zm-13.06 2a1 1 0 0 0-.98.796l-1.25 6a1 1 0 0 0 .98 1.204h6.824l-1.241 5.379a.916.916 0 0 0 1.772.456L14.99 12.5H15v-7zm10.06 7h2v-7h-2z\"/>\n</svg>"],
168
180
  ['hand-thumbs-up', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M11.835 2a2.915 2.915 0 0 1 2.84 3.57L14 8.5h4.31a3 3 0 0 1 2.937 3.612l-1.25 6-.064.256A3 3 0 0 1 17.06 20.5H4a1 1 0 0 1-1-1v-9a1 1 0 0 1 .897-.995L4 9.5h3.5l1.531-5.383A2.915 2.915 0 0 1 11.835 2m0 2a.916.916 0 0 0-.88.665L9.011 11.5H9v7h8.06a1 1 0 0 0 .98-.796l1.25-6a1 1 0 0 0-.98-1.204h-6.824l1.241-5.379A.916.916 0 0 0 11.836 4M5 11.5v7h2v-7z\"/>\n</svg>"],
@@ -178,16 +190,18 @@ export const iconRegistry = new Map([
178
190
  ['highlighter', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M22 22H4v-2h18z\"/>\n\t<path fill=\"currentColor\" d=\"M12.59 2.66a2 2 0 0 1 2.48-.4l2.38 1.38a2 2 0 0 1 .9 2.37l-2.87 8.53a3 3 0 0 1-2.07 1.94l-.6.17c-.52.2-.85.57-1.13 1.02a1 1 0 0 1-1.35.34l-.4-.23-.56.97a.5.5 0 0 1-.43.25H5.48a.5.5 0 0 1-.44-.75l1.43-2.47-.52-.3a1 1 0 0 1-.33-1.23c.3-.56.51-1.1.34-1.76l-.1-.35a3 3 0 0 1 .68-2.79zM7.9 10.84a1 1 0 0 0-.12.78l.1.36a4 4 0 0 1-.06 2.27l2.73 1.58a4 4 0 0 1 1.91-1.17l.42-.11a1 1 0 0 0 .62-.48zM9.27 9.3l4.9 2.83 2.28-6.77L14.07 4z\"/>\n</svg>"],
179
191
  ['house', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m12 2 10.707 10.707-1.414 1.414L20 12.828V21h-7v-6h-2v6H4v-8.172l-1.293 1.293-1.414-1.414zm-6 8.828V19h3v-6h6v6h3v-8.172l-6-6z\"/>\n</svg>"],
180
192
  ['house-apartment-building', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m14 16.5-1 1V22H2v-4.5l-1-1L7.5 10zm-10-.172V20h2.25v-2.5h2.5V20H11v-3.672l-3.5-3.5z\"/>\n\t<path fill=\"currentColor\" d=\"M19 2a3 3 0 0 1 3 3v17h-5.5v-2H14v-2h4.5v2H20V5a1 1 0 0 0-1-1h-7a1 1 0 0 0-1 1v7.086l-2-2V5a3 3 0 0 1 3-3z\"/>\n\t<path fill=\"currentColor\" d=\"M18.33 16h-2v-2h2zm-3.66-.244L12.914 14h1.756zm0-3.756h-2v-2h2zm3.66 0h-2v-2h2zm-3.66-4h-2V6h2zm3.66 0h-2V6h2z\"/>\n</svg>"],
181
- ['inbox', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M21 6v12c0 1.66-1.34 3-3 3H6c-1.66 0-3-1.34-3-3V6a3 3 0 0 1 3-3h12c1.66 0 3 1.34 3 3M5 18a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-4h-3.126a4.002 4.002 0 0 1-7.748 0H5zM6 5a1 1 0 0 0-1 1v6h5v1c0 1.083.92 2 2 2s2-.918 2-2v-1h5V6a1 1 0 0 0-1-1z\"/>\n</svg>"],
182
193
  ['indent-decrease', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M9 19H2v-2h7zm6-4H2v-2h13zm7 0-5-3 5-3zm-7-4H2V9h13zm0-4H2V5h13z\"/>\n</svg>"],
183
194
  ['indent-increase', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M17 19H9v-2h8zM7 12l-5 3V9zm15 3H9v-2h13zm0-4H9V9h13zm0-4H9V5h13z\"/>\n</svg>"],
184
195
  ['info-circle', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M13 17.5h-2v-7h2zm-1-11A1.25 1.25 0 1 1 12 9a1.25 1.25 0 0 1 0-2.5\"/>\n\t<path fill=\"currentColor\" d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16\"/>\n</svg>"],
185
196
  ['info-circle-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20m-1 16h2v-8h-2zm1-12a1.25 1.25 0 1 0 0 2.5A1.25 1.25 0 0 0 12 6\"/>\n</svg>"],
186
197
  ['italic', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18 4h-2.821l-4.287 16H14v2H6v-2h2.821l4.287-16H10V2h8z\"/>\n</svg>"],
198
+ ['kanban-columns', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M17.5 8c.28 0 .5 .22 .5 .5v7c0 .28-.22 .5-.5 .5h-2c-.28 0-.5-.22-.5-.5v-7c0-.28 .22-.5 .5-.5h2z\"/>\n\t<path fill=\"currentColor\" d=\"M8.5 8c.28 0 .5 .22 .5 .5v5c0 .28-.22 .5-.5 .5h-2c-.28 0-.5-.22-.5-.5v-5c0-.28 .22-.5 .5-.5h2z\"/>\n\t<path fill=\"currentColor\" d=\"M13 8c.28 0 .5 .22 .5 .5v3c0 .28-.22 .5-.5 .5h-2c-.28 0-.5-.22-.5-.5v-3c0-.28 .22-.5 .5-.5h2z\"/>\n\t<path fill=\"currentColor\" d=\"M19 4c1.66 0 3 1.34 3 3v10c0 1.66-1.34 3-3 3h-14c-1.66 0-3-1.34-3-3v-10c0-1.66 1.34-3 3-3h14zm-14 2c-.55 0-1 .45-1 1v10c0 .55 .45 1 1 1h14c.55 0 1-.45 1-1v-10c0-.55-.45-1-1-1h-14z\"/>\n</svg>"],
187
199
  ['key', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3\"/>\n\t<path fill=\"currentColor\" d=\"M12 1a6 6 0 0 1 6 6l-.01.41A6 6 0 0 1 15 12.2v.3l2.5 2.5-2 2 1.5 1.5-4.5 4.5L9 20v-7.8a6 6 0 0 1-2.99-4.8L6 7a6 6 0 0 1 6-6m0 2a4 4 0 0 0-2 7.46l1 .58v8.04l1.4 1.2 1.77-1.78-1.5-1.5 2-2L13 13.33v-2.29l1-.58A4 4 0 0 0 12 3\"/>\n</svg>"],
200
+ ['kvm-switch', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M7 11c.55 0 1 .45 1 1c0 .55-.45 1-1 1c-.55 0-1-.45-1-1c0-.55 .45-1 1-1z\"/>\n\t<path fill=\"currentColor\" d=\"M14 11c.55 0 1 .45 1 1c0 .55-.45 1-1 1h-4c-.55 0-1-.45-1-1c0-.55 .45-1 1-1h4z\"/>\n\t<path fill=\"currentColor\" d=\"M17 11c.55 0 1 .45 1 1c0 .55-.45 1-1 1c-.55 0-1-.45-1-1c0-.55 .45-1 1-1z\"/>\n\t<path fill=\"currentColor\" d=\"M13 7.5h7l.2 .01c1.01 .1 1.8 .95 1.8 1.99v5c0 1.04-.79 1.89-1.8 1.99l-.2 .01h-2v5.5h-2v-5.5h-8v5.5h-2v-5.5h-2c-1.04 0-1.89-.79-1.99-1.8l-.01-.2v-5c0-1.1 .9-2 2-2h7v-5.5h2v5.5zm-9 7h16v-5h-16v5z\"/>\n</svg>"],
188
201
  ['leaf', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M20.73 3c0 5.66.3 11.03-2.83 14.15a8 8 0 0 1-10.98.31 11 11 0 0 0-1.44 3.5 1 1 0 0 1-1.96-.37c.28-1.5.99-3.12 2.04-4.7A8 8 0 0 1 6.59 5.84C9.7 2.7 15.07 3 20.73 3m-2 2c-2.1 0-4.02 0-5.76.23-2.24.3-3.85.9-4.97 2.02a6 6 0 0 0-1.14 6.9 19 19 0 0 1 5.38-4.45 1 1 0 0 1 .95 1.76c-1.83 1-3.64 2.53-5.09 4.33l-.02.02a6 6 0 0 0 8.4-.07c1.12-1.12 1.73-2.73 2.02-4.97.23-1.74.24-3.65.24-5.77\"/>\n</svg>"],
189
202
  ['lifebuoy', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20m2.31 14.43a5 5 0 0 1-4.62 0L7.5 18.62a8 8 0 0 0 9 0zM5.38 7.5a8 8 0 0 0 0 9l2.19-2.19a5 5 0 0 1 0-4.62zm11.05 2.2a5 5 0 0 1 0 4.62l2.19 2.19a8 8 0 0 0 0-9zM12 9a3 3 0 1 0 0 6 3 3 0 0 0 0-6m0-5a8 8 0 0 0-4.5 1.38l2.2 2.19a5 5 0 0 1 4.62 0l2.19-2.19A8 8 0 0 0 12 4\"/>\n</svg>"],
190
203
  ['lightbulb', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M14 20a1 1 0 1 1 0 2h-4a1 1 0 1 1 0-2zm1-3a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2zM12 2a7 7 0 0 1 4 12.74V15a1 1 0 1 1-2 0v-.76c0-.4.24-.75.58-.96a5 5 0 1 0-5.16 0c.34.2.58.56.58.96V15a1 1 0 1 1-2 0v-.26A6.99 6.99 0 0 1 12 2\"/>\n</svg>"],
204
+ ['lightning', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M6.5 14l9.5-13l-3 9h4.5l-8.5 13l2-9h-4.5z\"/>\n</svg>"],
191
205
  ['link', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M14.47 9.53a5 5 0 0 1 0 7.07l-3.36 3.35a5 5 0 0 1-7.06-7.06l3.13-3.14c-.18.9-.15 1.85.09 2.74l-1.63 1.63a3 3 0 0 0 4.24 4.24l3.18-3.18a3 3 0 0 0-1.8-5.1 2 2 0 0 1 .39-.55l1.12-1.12q.94.36 1.7 1.12\"/>\n\t<path fill=\"currentColor\" d=\"M19.78 4.22a5 5 0 0 1 0 7.07l-2.96 2.96c.18-.9.15-1.85-.09-2.74l1.63-1.63a3 3 0 1 0-4.24-4.24l-3.18 3.18a3 3 0 0 0 1.8 5.1 2 2 0 0 1-.39.56l-1.12 1.11a4.98 4.98 0 0 1-1.88-8l3.36-3.37a5 5 0 0 1 7.07 0\"/>\n</svg>"],
192
206
  ['link-badge-lock', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18 15.75a.75.75 0 0 1 .75.75v.75h-1.5v-.75a.75.75 0 0 1 .75-.75\"/>\n\t<path fill=\"currentColor\" d=\"M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10m0 1.75a1.75 1.75 0 0 0-1.75 1.75v.75H16a.5.5 0 0 0-.5.5v2.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-2.5a.5.5 0 0 0-.5-.5h-.25v-.75a1.75 1.75 0 0 0-1.571-1.741zm-10.82-5a6 6 0 0 0 .086 2.742l-1.63 1.63a3 3 0 1 0 4.243 4.241l2.523-2.524a6 6 0 0 0-.32 3.144l-.976.972a5 5 0 0 1-7.061-7.061z\"/>\n\t<path fill=\"currentColor\" d=\"M12.707 4.222a5 5 0 0 1 7.071 7.071l-.789.788a6.1 6.1 0 0 0-2.129.028 6 6 0 0 0-.125-.6l1.63-1.63a3 3 0 0 0-4.243-4.243L10.94 8.818a3 3 0 0 0 0 4.243c.504.504 1.144.79 1.802.86-.095.2-.223.39-.388.555l-1.119 1.117A5 5 0 0 1 9.348 7.59z\"/>\n\t<path fill=\"currentColor\" d=\"M12.767 8.405a5 5 0 0 1 1.709 1.12 4.98 4.98 0 0 1 1.417 2.855 6 6 0 0 0-2.01 1.256 3 3 0 0 0-.822-2.696 3 3 0 0 0-1.803-.863c.095-.199.223-.387.389-.552z\"/>\n</svg>"],
193
207
  ['list', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M2 5h20v2H2zm0 6h20v2H2zm0 6h20v2H2z\"/>\n</svg>"],
@@ -224,20 +238,24 @@ export const iconRegistry = new Map([
224
238
  ['media-stop', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M20 4v16H4V4zM6 18h12V6H6z\"/>\n</svg>"],
225
239
  ['media-stop-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M4 4h16v16H4z\"/>\n</svg>"],
226
240
  ['megaphone', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M20 1.5a1 1 0 0 1 1 1v5.36a4 4 0 0 1 0 5.28v5.36a1 1 0 1 1-2 0V18s-3.98-2.32-7.61-3.18l.59 3.56a2.68 2.68 0 0 1-5.15 1.41l-2.06-5.3A3 3 0 0 1 2 11.5v-2a3 3 0 0 1 3-3h4c4 0 10-4 10-4a1 1 0 0 1 1-1M8.7 19.07a.68.68 0 0 0 1.3-.36l-.7-4.2c-.79-.04-1.58-.01-2.38-.01zM19 4.86c-.65.39-1.56.9-2.6 1.43A23 23 0 0 1 11 8.28v4.42a25 25 0 0 1 5.3 1.72c1.1.48 2.04.95 2.7 1.3zM5 8.5a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h4v-4z\"/>\n</svg>"],
241
+ ['memory-chip', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M7 6h2v-3h2v3h2v-3h2v3h2v-3h2v3h1c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2h-1v3h-2v-3h-2v3h-2v-3h-2v3h-2v-3h-2v3h-2v-3h-1c-1.1 0-2-.9-2-2v-8c0-1.1 .9-2 2-2h1v-3h2v3zm-3 10h16v-8h-16v8z\"/>\n</svg>"],
227
242
  ['message-rectangle-text', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M15 13H6v-2h9zm3-4H6V7h12z\"/>\n\t<path fill=\"currentColor\" d=\"M19 3a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3h-5l-4 4-4-4H5a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zM5 5a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h1.83L10 19.17 13.17 16H19a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1z\"/>\n</svg>"],
228
243
  ['microphone', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M8 20h3v-1.072a7 7 0 0 1-5.991-6.568L5 12v-2h2v2a5 5 0 0 0 10 0v-2h2v2l-.009.36A7 7 0 0 1 13 18.928V20h3v2H8z\"/>\n\t<path fill=\"currentColor\" d=\"M12 2a4 4 0 0 1 4 4v6a4 4 0 0 1-4 4c-2.22 0-4-1.79-4-4V6a4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2v6a2 2 0 1 0 4 0V6a2 2 0 0 0-2-2\"/>\n</svg>"],
229
244
  ['microphone-slash', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m21.004 19.59-1.414 1.414L3 4.414 4.414 3zM7 12a5 5 0 0 0 6.826 4.654l1.502 1.502a7 7 0 0 1-2.328.772V20h3v2H8v-2h3v-1.072a7 7 0 0 1-5.991-6.568L5 12v-2h2z\"/>\n\t<path fill=\"currentColor\" d=\"M13.035 15.863Q12.54 15.998 12 16c-2.22 0-4-1.79-4-4v-1.172zM19 12l-.009.36a6.95 6.95 0 0 1-.834 2.97l-1.503-1.504A5 5 0 0 0 17 12v-2h2zM12 2a4 4 0 0 1 4 4v6q-.002.538-.137 1.035L14 11.172V6a2 2 0 1 0-4 0v1.172L8.071 5.243A4 4 0 0 1 12 2\"/>\n</svg>"],
230
245
  ['minus', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M2 11h20v2H2z\"/>\n</svg>"],
246
+ ['minus-circle', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16m-5 7h10v2H7z\"/>\n</svg>"],
231
247
  ['minus-extra-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M6 11h12v2H6z\"/>\n</svg>"],
232
248
  ['minus-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M4 11h16v2H4z\"/>\n</svg>"],
233
249
  ['moon', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M10.47 2.12a8.99 8.99 0 0 0 11.41 11.4 10 10 0 1 1-11.4-11.4M8 5.07A8 8 0 1 0 18.93 16 11 11 0 0 1 8 5.07\"/>\n</svg>"],
234
250
  ['network-structure', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 1a3 3 0 0 1 2.89 3.8l1.95 1.13A2.99 2.99 0 0 1 22 8a3 3 0 0 1-2.32 2.92v2.16a3 3 0 1 1-2.84 5l-1.95 1.12a3 3 0 1 1-5.78 0l-1.95-1.13A2.99 2.99 0 0 1 2 16a3 3 0 0 1 2.32-2.92v-2.16a3 3 0 1 1 2.84-5L9.11 4.8A3 3 0 0 1 12 1m0 18a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-4.1-3.79c.13.5.13 1.06 0 1.55l1.96 1.14a3 3 0 0 1 1.39-.8v-2.2a3 3 0 0 1-1.4-.81zm6.25-1.12a3 3 0 0 1-1.4.81v2.2a3 3 0 0 1 1.39.8l1.96-1.14a3 3 0 0 1 0-1.55zM5 15a1 1 0 1 0 0 2 1 1 0 0 0 0-2m14 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-4.1-3.79c.13.5.13 1.07 0 1.58l1.95 1.12a3 3 0 0 1 1.33-.8v-2.23a3 3 0 0 1-1.33-.79zm-7.75-1.12a3 3 0 0 1-1.33.8v2.23a3 3 0 0 1 1.33.79l1.96-1.12a3 3 0 0 1 0-1.58zM12 11a1 1 0 1 0 0 2 1 1 0 0 0 0-2M7.9 7.23c.13.5.13 1.06 0 1.56L9.84 9.9a3 3 0 0 1 1.4-.81V6.9a3 3 0 0 1-1.4-.8zm6.24-1.13a3 3 0 0 1-1.39.8v2.2a3 3 0 0 1 1.4.8l1.95-1.1a3 3 0 0 1 0-1.56zM5 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2m14 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-7-4a1 1 0 1 0 0 2 1 1 0 0 0 0-2\"/>\n</svg>"],
251
+ ['network-switch', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M8 9h-2v-2h2v2z\"/>\n\t<path fill=\"currentColor\" d=\"M11.33 9h-2v-2h2v2z\"/>\n\t<path fill=\"currentColor\" d=\"M14.67 9h-2v-2h2v2z\"/>\n\t<path fill=\"currentColor\" d=\"M18 9h-2v-2h2v2z\"/>\n\t<path fill=\"currentColor\" d=\"M22 5v6c0 1.1-.9 2-2 2h-7v3.17c.85 .31 1.52 .98 1.83 1.83h7.17v2h-7.17c-.42 1.16-1.52 2-2.83 2c-1.31 0-2.41-.84-2.83-2h-7.17v-2h7.17c.31-.85 .98-1.52 1.83-1.83v-3.17h-7c-1.1 0-2-.9-2-2v-6c0-1.1 .9-2 2-2h16c1.1 0 2 .9 2 2zm-10 13c-.55 0-1 .45-1 1c0 .55 .45 1 1 1c.55 0 1-.45 1-1c0-.55-.45-1-1-1zm-8-7h16v-6h-16v6z\"/>\n</svg>"],
235
252
  ['numbered-list', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M5.43 14a2 2 0 0 1 1.3 3.4l-1.1 1.1H7.5V20h-4v-1.5l2.16-2.16a.5.5 0 0 0 .14-.4.5.5 0 0 0-.47-.44.5.5 0 0 0-.51.37l-1.45-.39A2 2 0 0 1 5.43 14M22 19H10v-2h12zM22 13H10v-2h12zM6.5 10H5V5.5H3.5V4h3zM22 7H10V5h12z\"/>\n</svg>"],
236
253
  ['paintbrush', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18.13 2.51a2.39 2.39 0 0 1 3.35 3.35l-7.31 9.26A3.7 3.7 0 0 1 12 16.46c-.28 2.52-2.62 4.49-5.47 4.49a5.5 5.5 0 0 1-5.04-3h.04c1.38 0 2.5-.9 2.5-2a4 4 0 0 1 3.48-3.97 4 4 0 0 1 1.35-2.16zM8.04 13.95a2 2 0 0 0-2 2c0 1.1-.45 2-1.12 2.66q.72.33 1.62.34c1.66 0 3.5-1.2 3.5-3a2 2 0 0 0-2-2m2.07-2.56q-.43.35-.59.84a4 4 0 0 1 2.24 2.23q.49-.15.84-.58l1.08-1.37-2.2-2.2zm9.25-7.3-6.3 4.97 1.87 1.86 4.98-6.3c.27-.34-.2-.81-.55-.54\"/>\n</svg>"],
237
254
  ['paper-plane', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M19.7 2.74c.96-.31 1.87.6 1.56 1.57l-5.73 17.94c-.4.98-1.8 1.03-2.27.07L10.2 14.5a1.3 1.3 0 0 0-.7-.7l-7.72-3.03c-1.1-.42-1.04-2 .08-2.35zm-7.77 10.75q.08.15.13.29l2.25 5.74 3.94-12.36zm-7.45-3.8 5.74 2.25.3.13 6.32-6.32z\"/>\n</svg>"],
238
255
  ['paperclip', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M8.04 15.21a.75.75 0 1 0 1.06 1.06l8-8a2.5 2.5 0 0 0-3.53-3.54l-8 8a4.25 4.25 0 1 0 6 6.02l8.01-8 1.42 1.4-8 8.01a6.2 6.2 0 0 1-8.85 0 6.2 6.2 0 0 1 0-8.84l8-8a4.5 4.5 0 1 1 6.37 6.36l-8 8a2.75 2.75 0 1 1-3.9-3.88l8.01-8 1.42 1.4z\"/>\n</svg>"],
239
256
  ['paragraph-sign', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M19 4h-2v18h-2V4h-2v18h-2V12h-1a5 5 0 0 1 0-10h9z\"/>\n</svg>"],
240
257
  ['parking-sign-square', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12.5 6a4 4 0 0 1 0 8h-2v4h-2V6zm-2 6h2a2 2 0 1 0 0-4h-2z\"/>\n\t<path fill=\"currentColor\" d=\"M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zM5 4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1z\"/>\n</svg>"],
258
+ ['pci-card', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M17.5 9.5c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1h-3c-.55 0-1-.45-1-1v-3c0-.55 .45-1 1-1h3zm-2.5 3.5h2v-2h-2v2z\"/>\n\t<path fill=\"currentColor\" d=\"M3 2c1.1 0 2 .9 2 2v2h15c1.1 0 2 .9 2 2v9c0 1.1-.9 2-2 2h-7l-1-1.5h-3l-1 1.5h-3v3h-2v-18h-2v-2h2zm2 7.5c.55 0 1 .45 1 1v2c0 .55-.45 1-1 1v3.5h1.93l1-1.5h5.14l1 1.5h5.93v-9h-15v1.5z\"/>\n</svg>"],
241
259
  ['pencil', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M21.418 4a2 2 0 0 1 0 2.828L7.246 21H3.003v-4.243L17.175 2.586a2 2 0 0 1 2.828 0zM15.76 6.828 5.003 17.586V19h1.414L17.175 8.243zm1.414-1.414 1.414 1.414 1.414-1.414L18.59 4z\"/>\n</svg>"],
242
260
  ['pencil-on-square', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M10.932 6H5a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-5.927l2-2V19c0 1.66-1.34 3-3 3H5c-1.66 0-3-1.34-3-3V7a3 3 0 0 1 3-3h7.93z\"/>\n\t<path fill=\"currentColor\" d=\"M17.175 2.586a2 2 0 0 1 2.829 0L21.418 4a2 2 0 0 1 0 2.828L11.246 17H7.003v-4.242zm-8.172 11V15h1.414l6.758-6.758-1.414-1.414zm8.172-8.172 1.414 1.414 1.415-1.414L18.589 4z\"/>\n</svg>"],
243
261
  ['pencil-ruler', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M21.9 16.24a1 1 0 0 1 0 1.42l-4.24 4.24a1 1 0 0 1-1.42 0L12 17.66l1.41-1.42 3.54 3.54 2.83-2.83-1.42-1.41-1.41 1.4-1.42-1.4 1.42-1.42-.7-.7 1.4-1.42z\"/>\n\t<path fill=\"currentColor\" d=\"M17.17 2.59a2 2 0 0 1 2.83 0L21.42 4a2 2 0 0 1 0 2.83L6.25 22H2v-4.24zM4 18.59V20h1.42L17.17 8.24l-1.41-1.41zM17.17 5.4l1.42 1.42L20 5.4 18.6 4z\"/>\n\t<path fill=\"currentColor\" d=\"M6.34 2.1a1 1 0 0 1 1.42 0L12 6.34l-1.41 1.42-.71-.71-1.42 1.41-1.4-1.41 1.4-1.41-1.4-1.42-2.84 2.83 3.54 3.54L6.34 12 2.1 7.76a1 1 0 0 1 0-1.42z\"/>\n</svg>"],
@@ -260,10 +278,15 @@ export const iconRegistry = new Map([
260
278
  ['plus', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M13 11h9v2h-9v9h-2v-9H2v-2h9V2h2z\"/>\n</svg>"],
261
279
  ['plus-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M13 11h7v2h-7v7h-2v-7H4v-2h7V4h2z\"/>\n</svg>"],
262
280
  ['point-bottom-left-to-point-top-right-s-curve-path', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18.5 1.5A3.5 3.5 0 1 1 15.146 6H6.5a2.5 2.5 0 0 0 0 5h11a4.5 4.5 0 1 1 0 9H8.854a3.501 3.501 0 1 1 0-2H17.5a2.5 2.5 0 0 0 0-5h-11a4.5 4.5 0 1 1 0-9h8.646A3.5 3.5 0 0 1 18.5 1.5m-13 16a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m13-14a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3\"/>\n</svg>"],
281
+ ['power-plug', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M16 8h-8v2c.03 1.04 .43 2.09 1.17 2.83c.52 .52 1.2 .85 1.83 1.21v1.96h2v-1.96c.63-.36 1.31-.69 1.83-1.21c.74-.75 1.17-1.78 1.17-2.83v-2zm0-2h2v4c0 2.12-1.16 4.13-3 5.19v1.81c0 .55-.45 1-1 1h-.5v4h-3v-4h-.5c-.55 0-1-.45-1-1v-1.81c-1.87-1.08-2.95-3.06-3-5.19v-4h2v-3c0-.55 .45-1 1-1c.55 0 1 .45 1 1v3h4v-3c0-.55 .45-1 1-1c.55 0 1 .45 1 1v3z\"/>\n</svg>"],
282
+ ['printer', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M15 19h-6v-1.5h6v1.5z\"/>\n\t<path fill=\"currentColor\" d=\"M15 16.5h-6v-1.5h6v1.5z\"/>\n\t<path fill=\"currentColor\" d=\"M18.5 14h-.5v6c0 1.1-.9 2-2 2h-8c-1.1 0-2-.9-2-2v-6h-.5v-2h13v2zm-10.5 6h8v-6h-8v6z\"/>\n\t<path fill=\"currentColor\" d=\"M16 2c1.1 0 2 .9 2 2v2h1c1.66 0 3 1.34 3 3v9c0 .55-.45 1-1 1h-2v-2h1v-8c0-.55-.45-1-1-1h-14c-.55 0-1 .45-1 1v8h1v2h-2c-.55 0-1-.45-1-1v-9c0-1.66 1.34-3 3-3h1v-2c0-1.1 .9-2 2-2h8zm-8 4h8v-2h-8v2z\"/>\n\t<path fill=\"currentColor\" d=\"M17 9c.55 0 1 .45 1 1c0 .55-.45 1-1 1c-.55 0-1-.45-1-1c0-.55 .45-1 1-1z\"/>\n</svg>"],
283
+ ['psu', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M14.5 12.9c-.41 0-.75-.34-.75-.75v-1.03c0-.42 .34-.75 .75-.75c.41 0 .75 .33 .75 .75v1.03c0 .41-.34 .75-.75 .75z\"/>\n\t<path fill=\"currentColor\" d=\"M9.5 12.9c-.41 0-.75-.34-.75-.75v-1c0-.41 .34-.75 .75-.75c.41 0 .75 .34 .75 .75v1c0 .41-.34 .75-.75 .75z\"/>\n\t<path fill=\"currentColor\" d=\"M12 14c-.41 0-.75-.34-.75-.75v-1c0-.41 .34-.75 .75-.75c.41 0 .75 .34 .75 .75v1c0 .41-.34 .75-.75 .75z\"/>\n\t<path fill=\"currentColor\" d=\"M8.71 16.71l-2.92-2.92c-.18-.18-.29-.44-.29-.7l0-4.59c0-.55 .45-1 1-1l11 0c.55 0 1 .45 1 1v4.59c0 .26-.11 .52-.29 .7l-2.92 2.92c-.18 .18-.44 .29-.7 .29h-5.18c-.26 0-.52-.11-.7-.29zm7.79-4.04v-3.17l-9 0l0 3.17l2.33 2.33h4.34l2.33-2.33z\"/>\n\t<path fill=\"currentColor\" d=\"M22 5v14c0 1.1-.9 2-2 2h-16c-1.1 0-2-.9-2-2v-14c0-1.1 .9-2 2-2h16c1.08 .06 2 .87 2 2zm-18 14h16v-14h-16v14z\"/>\n</svg>"],
263
284
  ['puzzle-piece', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M11 1a3.5 3.5 0 0 1 3.5 3.5v.75c0 .14.11.25.25.25H18a1 1 0 0 1 1 1v2.75q.02.23.25.25h.25a3.5 3.5 0 1 1 0 7h-.25a.25.25 0 0 0-.25.25v3.75a1 1 0 0 1-1 1h-4.75a.25.25 0 0 1-.25-.25V20a1.5 1.5 0 0 0-3 0v1.25q-.02.23-.25.25H4a1 1 0 0 1-1-1v-5.75c0-.14.11-.25.25-.25H4.5a1.5 1.5 0 0 0 0-3H3.25a.25.25 0 0 1-.25-.25V6.5a1 1 0 0 1 1-1h3.25c.14 0 .25-.11.25-.25V4.5A3.5 3.5 0 0 1 11 1m0 2c-.83 0-1.5.67-1.5 1.5v.75c0 1.24-1 2.25-2.25 2.25H5v2.04a3.5 3.5 0 0 1 0 6.92v3.04h3.04a3.5 3.5 0 0 1 6.92 0H17v-2.75c0-1.24 1-2.25 2.25-2.25h.25a1.5 1.5 0 0 0 0-3h-.25c-1.24 0-2.25-1-2.25-2.25V7.5h-2.25c-1.24 0-2.25-1-2.25-2.25V4.5c0-.83-.67-1.5-1.5-1.5\"/>\n</svg>"],
264
285
  ['puzzle-piece-badge-plus', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18 13c2.76 0 5 2.24 5 5s-2.24 5-5 5-5-2.24-5-5 2.24-5 5-5m-.75 4.25H15v1.5h2.25V21h1.5v-2.25H21v-1.5h-2.25V15h-1.5z\"/>\n\t<path fill=\"currentColor\" d=\"M11 1c1.93 0 3.5 1.57 3.5 3.5v.75c0 .14.11.25.25.25H18c.55 0 1 .45 1 1v2.75c0 .28.31.25.5.25 1.93 0 3.5 1.57 3.5 3.5 0 .47-.09.91-.26 1.32a6.3 6.3 0 0 0-1.76-1.53c-.12-.9-.9-1.29-1.73-1.29-1.24 0-2.25-1.01-2.25-2.25V7.5h-2.25c-1.24 0-2.25-1.01-2.25-2.25V4.5c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.75c0 1.24-1.01 2.25-2.25 2.25H5v2.04c1.7.24 3 1.7 3 3.46s-1.3 3.22-3 3.46v3.04h3.04c.24-1.7 1.7-3 3.46-3 .23 0 .46.02.67.07-.16.64-.21 1.35-.14 2.03-.17-.06-.34-.1-.53-.1-.83 0-1.5.67-1.5 1.5v1.25c0 .14-.11.25-.25.25H4c-.55 0-1-.45-1-1v-5.75c0-.14.11-.25.25-.25H4.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5H3.25c-.14 0-.25-.11-.25-.25V6.5c0-.55.45-1 1-1h3.25c.14 0 .25-.11.25-.25V4.5C7.5 2.57 9.07 1 11 1\"/>\n</svg>"],
265
286
  ['puzzle-piece-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M11 1.5A2.5 2.5 0 0 1 13.5 4v.75c0 .14.11.25.25.25H18a1 1 0 0 1 1 1v3.75q.02.23.25.25H20a2.5 2.5 0 0 1 0 5h-.75a.25.25 0 0 0-.25.25V20a1 1 0 0 1-1 1h-4.25a.25.25 0 0 1-.25-.25V19.5a2.5 2.5 0 0 0-5 0v1.25q-.02.23-.25.25H4a1 1 0 0 1-1-1v-4.25c0-.14.11-.25.25-.25H4.5a2.5 2.5 0 0 0 0-5H3.25a.25.25 0 0 1-.25-.25V6a1 1 0 0 1 1-1h4.25c.14 0 .25-.11.25-.25V4A2.5 2.5 0 0 1 11 1.5\"/>\n</svg>"],
266
287
  ['question-mark-circle', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 15.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m-.34-9.48a3.5 3.5 0 0 1 2.82 5.95l-1.19 1.2a1 1 0 0 0-.3.7v.65H11v-.64a3 3 0 0 1 .88-2.13l1.19-1.18a1.5 1.5 0 1 0-2.58-1.07H8.5a3.5 3.5 0 0 1 3.16-3.48\"/>\n\t<path fill=\"currentColor\" d=\"M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16\"/>\n</svg>"],
288
+ ['rack-server', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M7 17c.55 0 1 .45 1 1c0 .55-.45 1-1 1c-.55 0-1-.45-1-1c0-.55 .45-1 1-1z\"/>\n\t<path fill=\"currentColor\" d=\"M19.27 3.72l1.71 11.97h-.01c.02 .1 .03 .2 .03 .31v4c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2v-4c0-.11 .01-.21 .03-.31h-.01l1.71-11.97c.14-.99 .99-1.72 1.98-1.72h10.58c.94 0 1.84 .73 1.98 1.72zm-14.27 16.28h14v-4h-14v4zm.28-6h13.44l-1.43-10h-10.58l-1.43 10z\"/>\n</svg>"],
289
+ ['rack-servers', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M7 17c.55 0 1 .45 1 1c0 .55-.45 1-1 1c-.55 0-1-.45-1-1c0-.55 .45-1 1-1z\"/>\n\t<path fill=\"currentColor\" d=\"M7 11c.55 0 1 .45 1 1c0 .55-.45 1-1 1c-.55 0-1-.45-1-1c0-.55 .45-1 1-1z\"/>\n\t<path fill=\"currentColor\" d=\"M7 5c.55 0 1 .45 1 1c0 .55-.45 1-1 1c-.55 0-1-.45-1-1c0-.55 .45-1 1-1z\"/>\n\t<path fill=\"currentColor\" d=\"M19 2c1.1 0 2 .9 2 2v4c0 .36-.1 .7-.27 1c.17 .3 .27 .64 .27 1v4c0 .36-.1 .7-.27 1c.17 .3 .27 .64 .27 1v4c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2v-4c0-.36 .1-.71 .27-1c-.17-.3-.27-.64-.27-1v-4c0-.36 .1-.71 .27-1c-.17-.3-.27-.64-.27-1v-4c0-1.1 .9-2 2-2h14zm-14 18h14v-4h-14v4zm0-6h14v-4h-14v4zm0-6h14v-4h-14v4z\"/>\n</svg>"],
267
290
  ['radar', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M10.7 2.09a10 10 0 0 1 7.14 1.8L13.74 11q.25.46.26 1a2 2 0 1 1-2-2l1.07-1.85a4 4 0 1 0 2.8 4.84c.14-.54.58-.99 1.13-.99s1 .45.92 1a6 6 0 1 1-3.83-6.62l1.01-1.75A8 8 0 1 0 19.94 13c.07-.55.5-1 1.06-1 .55 0 1 .45.95 1A10 10 0 1 1 10.7 2.09\"/>\n</svg>"],
268
291
  ['rectangle', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zM5 6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1z\"/>\n</svg>"],
269
292
  ['rectangle-split-2x1', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zM5 6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h6V6zm14 12a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-6v12z\"/>\n</svg>"],
@@ -277,9 +300,10 @@ export const iconRegistry = new Map([
277
300
  ['score-meter', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M5.24 14.81a7 7 0 0 0 1.81 3.14l-2.12 2.12a10 10 0 0 1-2.59-4.48zm13.83-8.88a10 10 0 0 1 0 14.14l-2.12-2.12a7 7 0 0 0 0-9.9zm-3.33 3.75c.44.5.8 1.11 1 1.74l-3.27 1.89a1.5 1.5 0 1 1-1-1.73zM7.05 8.05A7 7 0 0 0 5 13H2a10 10 0 0 1 2.93-7.07zM12 3a10 10 0 0 1 5 1.34l-1.5 2.6a7 7 0 0 0-7 0L7 4.34A10 10 0 0 1 12 3\"/>\n</svg>"],
278
301
  ['seal-check-mark', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m15.66 7.41-4.7 4.71-2.71-2.7L9.66 8l1.3 1.3L14.25 6z\"/>\n\t<path fill=\"currentColor\" d=\"M12 1a8 8 0 0 1 5 14.24V23l-5-2-5 2v-7.76A8 8 0 0 1 12 1m3 15.42a8 8 0 0 1-6 0v3.62l3-1.2 3 1.2zM12 3a6 6 0 1 0 0 12 6 6 0 0 0 0-12\"/>\n</svg>"],
279
302
  ['seal-star', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M11.77 5.16a.25.25 0 0 1 .46 0l.87 2.1a.3.3 0 0 0 .22.15l2.27.18a.25.25 0 0 1 .14.44L14 9.51a.3.3 0 0 0-.08.25l.53 2.21a.25.25 0 0 1-.38.27l-1.94-1.18a.3.3 0 0 0-.26 0l-1.94 1.18a.25.25 0 0 1-.38-.27l.53-2.21a.3.3 0 0 0-.08-.25L8.27 8.03a.25.25 0 0 1 .15-.44l2.27-.18a.3.3 0 0 0 .2-.15z\"/>\n\t<path fill=\"currentColor\" d=\"M12 1a8 8 0 0 1 8 8 8 8 0 0 1-3 6.24V23l-5-2-5 2v-7.76A8 8 0 0 1 4 9a8 8 0 0 1 8-8m3 15.42a8 8 0 0 1-6 0v3.62l3-1.2 3 1.2zM12 3a6 6 0 1 0 0 12 6 6 0 0 0 0-12\"/>\n</svg>"],
280
- ['shield', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M20.39 4.83A14 14 0 0 1 12 22 14 14 0 0 1 3.62 4.8L12 2zM5.28 6.35A12 12 0 0 0 12 19.83a12 12 0 0 0 6.73-13.45L12 4.1z\"/>\n</svg>"],
281
- ['shield-check-mark', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m16.41 9.41-5.2 5.21L8 11.42 9.41 10l1.8 1.8L15 8z\"/>\n\t<path fill=\"currentColor\" d=\"M20.39 4.83A14 14 0 0 1 12 22 14 14 0 0 1 3.62 4.8L12 2zM5.28 6.35A12 12 0 0 0 12 19.83a12 12 0 0 0 6.73-13.45L12 4.1z\"/>\n</svg>"],
282
- ['shield-lock', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 6.5A2.5 2.5 0 0 1 14.5 9v1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1V9A2.5 2.5 0 0 1 12 6.5m-.5 7h1v-2h-1zM12 8a1 1 0 0 0-1 1v1h2V9a1 1 0 0 0-1-1\"/>\n\t<path fill=\"currentColor\" d=\"M20.39 4.83A14 14 0 0 1 12 22 14 14 0 0 1 3.62 4.8L12 2zM5.28 6.35A12 12 0 0 0 12 19.83a12 12 0 0 0 6.73-13.45L12 4.1z\"/>\n</svg>"],
303
+ ['shield', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M16.43 4.58C13.55 3.63 10.45 3.63 7.57 4.58L5 5.44V11.72C5 13.72 6 15.6 7.67 16.71L12 19.6L16.33 16.71C18 15.6 19 13.72 19 11.72V5.44L16.43 4.58ZM21 11.97C20.92 14.55 19.59 16.94 17.44 18.38L12 22L6.56 18.38C4.41 16.94 3.08 14.55 3 11.97L3 5.44C3 4.58 3.55 3.82 4.37 3.54L6.94 2.69C10.22 1.59 13.78 1.59 17.06 2.69L19.63 3.54C20.45 3.82 21 4.58 21 5.44L21 11.97Z\"/>\n</svg>"],
304
+ ['shield-arrow-right-arrow-left', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M10.53 11.03l-.72 .72h3.19v1.5h-3.19l.72 .72l-1.06 1.06l-2.53-2.53l2.53-2.53l1.06 1.06z\"/>\n\t<path fill=\"currentColor\" d=\"M17.06 8.5l-2.53 2.53l-1.06-1.06l.72-.72h-3.19v-1.5h3.19l-.72-.72l1.06-1.06l2.53 2.53z\"/>\n\t<path fill=\"currentColor\" d=\"M6.94 2.69c3.28-1.1 6.84-1.1 10.12 0l2.57 .85c.82 .28 1.37 1.04 1.37 1.9l0 6.53c-.08 2.58-1.41 4.97-3.56 6.41l-5.44 3.62l-5.44-3.62c-2.15-1.44-3.48-3.83-3.56-6.41l0-6.53c0-.86 .55-1.62 1.37-1.9l2.57-.85zm9.49 1.89c-2.88-.95-5.98-.95-8.86 0l-2.57 .86v6.28c0 2 1 3.88 2.67 4.99l4.33 2.89l4.33-2.89c1.67-1.11 2.67-2.99 2.67-4.99v-6.28l-2.57-.86z\"/>\n</svg>"],
305
+ ['shield-check-mark', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M16.41 8.91L11.21 14.12L8 10.91L9.41 9.5L11.21 11.29L15 7.5L16.41 8.91Z\"/>\n\t<path fill=\"currentColor\" d=\"M6.94 2.69C10.22 1.59 13.78 1.59 17.06 2.69L19.63 3.54C20.45 3.82 21 4.58 21 5.44L21 11.97C20.92 14.55 19.59 16.94 17.44 18.38L12 22L6.56 18.38C4.41 16.94 3.08 14.55 3 11.97L3 5.44C3 4.58 3.55 3.82 4.37 3.54L6.94 2.69ZM16.43 4.58C13.55 3.63 10.45 3.63 7.57 4.58L5 5.44V11.72C5 13.72 6 15.6 7.67 16.71L12 19.6L16.33 16.71C18 15.6 19 13.72 19 11.72V5.44L16.43 4.58Z\"/>\n</svg>"],
306
+ ['shield-lock', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 6.5C13.38 6.5 14.5 7.62 14.5 9V10C15.05 10 15.5 10.45 15.5 11V14C15.5 14.55 15.05 15 14.5 15H9.5C8.95 15 8.5 14.55 8.5 14V11C8.5 10.45 8.95 10 9.5 10V9C9.5 7.62 10.62 6.5 12 6.5ZM11.5 13.5H12.5V11.5H11.5V13.5ZM12 8C11.45 8 11 8.45 11 9V10H13V9C13 8.45 12.55 8 12 8Z\"/>\n\t<path fill=\"currentColor\" d=\"M6.94 2.69C10.22 1.59 13.78 1.59 17.06 2.69L19.63 3.54C20.45 3.82 21 4.58 21 5.44L21 11.97C20.92 14.55 19.59 16.94 17.44 18.38L12 22L6.56 18.38C4.41 16.94 3.08 14.55 3 11.97L3 5.44C3 4.58 3.55 3.82 4.37 3.54L6.94 2.69ZM16.43 4.58C13.55 3.63 10.45 3.63 7.57 4.58L5 5.44V11.72C5 13.73 6 15.6 7.67 16.71L12 19.6L16.33 16.71C18 15.6 19 13.73 19 11.72V5.44L16.43 4.58Z\"/>\n</svg>"],
283
307
  ['ship-wheel', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 2a1 1 0 0 1 1 1v1.063a7.96 7.96 0 0 1 3.903 1.619l.754-.753a1 1 0 0 1 1.414 1.414l-.754.753A7.96 7.96 0 0 1 19.936 11H21a1 1 0 1 1 0 2h-1.064a7.95 7.95 0 0 1-1.619 3.903l.754.754a1 1 0 0 1-1.414 1.414l-.754-.754A7.95 7.95 0 0 1 13 19.936V21a1 1 0 1 1-2 0v-1.064a7.96 7.96 0 0 1-3.904-1.619l-.753.754a1 1 0 0 1-1.414-1.414l.753-.754A7.96 7.96 0 0 1 4.064 13H3a1 1 0 1 1 0-2h1.064a7.96 7.96 0 0 1 1.618-3.904l-.753-.753a1 1 0 0 1 1.414-1.414l.753.753A7.96 7.96 0 0 1 11 4.063V3a1 1 0 0 1 1-1M8.524 16.889A6 6 0 0 0 11 17.915v-3.09a3 3 0 0 1-.291-.12zm4.766-2.185q-.14.068-.29.121v3.09a6 6 0 0 0 2.475-1.026zM6.085 13c.153.911.51 1.752 1.025 2.475l2.185-2.185a3 3 0 0 1-.121-.29zm8.741 0q-.054.15-.122.29l2.185 2.185A6 6 0 0 0 17.915 13zM12 10.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M7.11 8.524A6 6 0 0 0 6.085 11h3.089q.053-.15.12-.291zm7.594 2.185q.069.142.122.291h3.089a6 6 0 0 0-1.026-2.476zM11 6.084A6 6 0 0 0 8.524 7.11l2.185 2.185A3 3 0 0 1 11 9.174zm2 3.09q.15.053.29.12l2.185-2.184A6 6 0 0 0 13 6.084z\"/>\n</svg>"],
284
308
  ['ship-wheel-badge-plus', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18 13c2.76 0 5 2.24 5 5s-2.24 5-5 5-5-2.24-5-5 2.24-5 5-5m-.75 4.25H15v1.5h2.25V21h1.5v-2.25H21v-1.5h-2.25V15h-1.5z\"/>\n\t<path fill=\"currentColor\" d=\"M12 2c.55 0 1 .45 1 1v1.06c1.46.19 2.8.76 3.9 1.62l.76-.75a.996.996 0 1 1 1.41 1.41l-.75.76c.86 1.1 1.43 2.44 1.62 3.9H21c.55 0 1 .45 1 1 0 .46-.31.85-.74.96a6.005 6.005 0 0 0-8.3 8.3c-.11.43-.5.74-.96.74-.55 0-1-.45-1-1v-1.06c-1.46-.19-2.8-.76-3.9-1.62l-.76.75a.996.996 0 1 1-1.41-1.41l.75-.76A8 8 0 0 1 4.06 13H3c-.55 0-1-.45-1-1s.45-1 1-1h1.06c.19-1.46.76-2.8 1.62-3.9l-.75-.76a.996.996 0 1 1 1.41-1.41l.76.75c1.1-.86 2.44-1.43 3.9-1.62V3c0-.55.45-1 1-1M8.52 16.89c.73.51 1.57.87 2.48 1.02v-3.08c-.1-.04-.2-.08-.29-.13zM6.08 13a6.1 6.1 0 0 0 1.03 2.47l2.18-2.18c-.04-.09-.08-.19-.12-.29zM12 10.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5M7.11 8.52A6.2 6.2 0 0 0 6.08 11h3.09c.04-.1.08-.2.12-.29zm7.59 2.19c.05.09.09.19.13.29h3.08c-.15-.91-.51-1.75-1.02-2.48zM11 6.08a6.2 6.2 0 0 0-2.48 1.03l2.19 2.18c.09-.04.19-.08.29-.12zm2 3.09c.1.04.2.08.29.12l2.18-2.18A6.1 6.1 0 0 0 13 6.08z\"/>\n</svg>"],
285
309
  ['shopping-cart', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M7 18a2 2 0 1 1 0 4 2 2 0 0 1 0-4m10 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4\"/>\n\t<path fill=\"currentColor\" d=\"M3.4 2a3 3 0 0 1 2.82 2h13.04a2 2 0 0 1 1.96 2.42l-.9 4.2A3 3 0 0 1 17.38 13h-9.8l-.16.4-.8 1.6H19v2H6.62a2 2 0 0 1-1.8-2.9l.8-1.6a2 2 0 0 0 .17-1.32l-1.42-6.4A1 1 0 0 0 3.4 4H2V2zm4.35 8.74.04.26h9.6a1 1 0 0 0 .97-.79l.9-4.21H6.7z\"/>\n</svg>"],
@@ -287,7 +311,9 @@ export const iconRegistry = new Map([
287
311
  ['sidebar-right', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18.5 15h-2v-1.5h2zm0-3h-2v-1.5h2zm0-3h-2V7.5h2z\"/>\n\t<path fill=\"currentColor\" d=\"M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zM5 6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h8V6zm10 12h4a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-4z\"/>\n</svg>"],
288
312
  ['signpost', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 2a1 1 0 0 1 1 1v3h5.465c.335.021.64.157.832.445l1.333 2a1 1 0 0 1 0 1.11l-1.333 2a1.1 1.1 0 0 1-.832.445H13v8h6v2H5v-2h6V10H5.535a1 1 0 0 1-.832-.445l-1.333-2a1 1 0 0 1 0-1.11l1.333-2A1 1 0 0 1 5.535 4H11V3a1 1 0 0 1 1-1m1 8h4.93l.666-1-.666-1H13zM5.403 7l.667 1H11V6H6.07z\"/>\n</svg>"],
289
313
  ['slash-circle', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20M5.68 7.1A8 8 0 0 0 16.9 18.32zM12 4c-1.85 0-3.55.63-4.9 1.68L18.32 16.9A8 8 0 0 0 12 4\"/>\n</svg>"],
314
+ ['slash-circle-light', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\">\n\t<path fill=\"currentColor\" d=\"M16 3a13 13 0 1 1 0 26 13 13 0 0 1 0-26m-8.45 5.96a11 11 0 0 0 15.49 15.49zm16.9 14.08a11 11 0 0 0-15.49-15.49z\"/>\n</svg>"],
290
315
  ['slider-horizontal-3', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M14 15c1.306 0 2.414.835 2.826 2H21a1 1 0 1 1 0 2h-4.174a2.998 2.998 0 0 1-5.652 0H3a1 1 0 1 1 0-2h8.174c.412-1.165 1.52-2 2.826-2m0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2M8 9c1.306 0 2.414.835 2.826 2H21a1 1 0 1 1 0 2H10.826A3 3 0 0 1 8 15a3 3 0 0 1-2.826-2H3a1 1 0 1 1 0-2h2.174C5.586 9.835 6.694 9 8 9m0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2m8-8c1.306 0 2.414.835 2.826 2H21a1 1 0 1 1 0 2h-2.174a2.998 2.998 0 0 1-5.652 0H3a1 1 0 0 1 0-2h10.174c.412-1.165 1.52-2 2.826-2m0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2\"/>\n</svg>"],
316
+ ['snowflake', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M13 4.94l1.47-1.47l1.06 1.06l-2.53 2.53v3.21l2.78-1.6l.92-3.46l1.45 .39l-.54 2l2.55-1.47l1 1.74l-2.55 1.47l2.01 .53l-.39 1.45l-3.45-.92l-2.78 1.6l2.78 1.6l3.45-.92l.39 1.45l-2.01 .54l2.55 1.46l-1 1.74l-2.55-1.47l.54 2l-1.45 .39l-.92-3.45l-2.78-1.61v3.21l2.53 2.53l-1.06 1.06l-1.47-1.47v2.94h-2v-2.94l-1.47 1.47l-1.06-1.06l2.53-2.53v-3.21l-2.78 1.61l-.92 3.45l-1.45-.39l.54-2l-2.55 1.47l-1-1.74l2.55-1.46l-2.01-.54l.39-1.45l3.45 .92l2.78-1.6l-2.78-1.6l-3.45 .92l-.39-1.45l2-.53l-2.54-1.47l1-1.74l2.54 1.47l-.53-2l1.45-.39l.92 3.46l2.78 1.6v-3.21l-2.53-2.53l1.06-1.06l1.47 1.47v-2.94h2v2.94z\"/>\n</svg>"],
291
317
  ['sparkles', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M15.4 10.16c.1-.53.86-.53.97 0l.8 3.67a1 1 0 0 0 .76.77l3.68.8c.52.1.52.86 0 .97l-3.68.79a1 1 0 0 0-.77.77l-.79 3.67c-.11.53-.86.53-.97 0l-.8-3.67a1 1 0 0 0-.76-.77l-3.68-.8c-.64-.22-.64-.98 0-.97l3.68-.79a1 1 0 0 0 .77-.77zM6.1 4.82c.1-.42.7-.42.79 0l.56 2.61c.06.31.3.55.61.62l2.61.56c.42.09.42.69 0 .78l-2.61.56a.8.8 0 0 0-.61.62l-.56 2.6c-.1.43-.7.43-.79 0l-.56-2.6a.8.8 0 0 0-.61-.62L2.32 9.4c-.43-.09-.43-.7 0-.78l2.6-.56a.8.8 0 0 0 .62-.62zM14.2 2.24c.07-.32.52-.32.59 0l.33 1.54a.6.6 0 0 0 .46.46l1.55.34c.31.06.31.52 0 .58l-1.55.34a.6.6 0 0 0-.46.46l-.33 1.54c-.07.32-.52.32-.59 0l-.33-1.54a.6.6 0 0 0-.46-.46l-1.55-.34c-.32-.06-.32-.52 0-.58l1.55-.34a.6.6 0 0 0 .46-.46z\"/>\n</svg>"],
292
318
  ['speaker', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M15.324 3.536c.642-.588 1.676-.133 1.676.737v15.453c0 .87-1.034 1.326-1.676.738l-4.037-3.701a1.04 1.04 0 0 0-.676-.263H7a1 1 0 0 1-1-1v-7c0-.55.45-1 1-1h3.611c.257-.01.48-.101.676-.263zM12.64 8.712a3 3 0 0 1-2.028.788H8v5h2.611a3 3 0 0 1 1.812.61L15 17.451V6.547z\"/>\n</svg>"],
293
319
  ['speaker-slash', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m22.004 20.59-1.414 1.414L2 3.414 3.414 2zM8 10.828V14.5h2.611c.5 0 .987.126 1.42.36l4.961 4.96c-.071.808-1.05 1.21-1.668.644l-4.037-3.701a1.04 1.04 0 0 0-.676-.263H7a1 1 0 0 1-1-1V8.828zm7.324-7.292c.642-.588 1.676-.132 1.676.737v9.899l-2-2V6.547l-2.361 2.165a3 3 0 0 1-.649.45L10.328 7.5h.283c.257-.01.48-.101.676-.263z\"/>\n</svg>"],
@@ -304,6 +330,7 @@ export const iconRegistry = new Map([
304
330
  ['square-grid-3x3', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M7 16a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm6 0a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm6 0a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zM7 10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm6 0a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm6 0a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zM7 4a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1zm6 0a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1zm6 0a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z\"/>\n</svg>"],
305
331
  ['square-on-square', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18 5v1h1c1.66 0 3 1.34 3 3v10c0 1.658-1.308 3-3 3H9c-1.66 0-3-1.34-3-3v-1H5c-1.66 0-3-1.34-3-3V5a3 3 0 0 1 3-3h10c1.66 0 3 1.34 3 3M9 8a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1zM5 4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h1V9a3 3 0 0 1 3-3h7V5a1 1 0 0 0-1-1z\"/>\n</svg>"],
306
332
  ['square-plus-on-square', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M15 13h3v2h-3v3h-2v-3h-3v-2h3v-3h2z\"/>\n\t<path fill=\"currentColor\" d=\"M18 5v1h1c1.66 0 3 1.34 3 3v10c0 1.658-1.308 3-3 3H9c-1.66 0-3-1.34-3-3v-1H5c-1.66 0-3-1.34-3-3V5a3 3 0 0 1 3-3h10c1.66 0 3 1.34 3 3M9 8a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1zM5 4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h1V9a3 3 0 0 1 3-3h7V5a1 1 0 0 0-1-1z\"/>\n</svg>"],
333
+ ['ssd-hard-drive', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M8.5 13c.55 0 1 .45 1 1c0 .55-.45 1-1 1c-.55 0-1-.45-1-1c0-.55 .45-1 1-1z\"/>\n\t<path fill=\"currentColor\" d=\"M15.5 13c.55 0 1 .45 1 1c0 .55-.45 1-1 1c-.55 0-1-.45-1-1c0-.55 .45-1 1-1z\"/>\n\t<path fill=\"currentColor\" d=\"M8.5 5.5c.55 0 1 .45 1 1c0 .55-.45 1-1 1c-.55 0-1-.45-1-1c0-.55 .45-1 1-1z\"/>\n\t<path fill=\"currentColor\" d=\"M15.5 5.5c.55 0 1 .45 1 1c0 .55-.45 1-1 1c-.55 0-1-.45-1-1c0-.55 .45-1 1-1z\"/>\n\t<path fill=\"currentColor\" d=\"M18 2c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2h-12c-1.1 0-2-.9-2-2v-16c0-1.1 .9-2 2-2h12zm-12 18h1.5v-3h1.5v3h1v-3h1.5v3h1v-3h1.5v3h1v-3h1.5v3h1.5v-16h-12v16z\"/>\n</svg>"],
307
334
  ['star', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M11.55 1.8a.5.5 0 0 1 .9 0l2.56 6.14a.5.5 0 0 0 .41.3l6.63.53a.5.5 0 0 1 .28.87l-5.05 4.32a.5.5 0 0 0-.16.49l1.54 6.46c.1.4-.3.72-.66.57l-5.74-3.5a.5.5 0 0 0-.52 0L6 21.48a.5.5 0 0 1-.66-.57l1.54-6.46a.5.5 0 0 0-.16-.49L1.67 9.64a.5.5 0 0 1 .28-.87l6.63-.53a.5.5 0 0 0 .41-.3zm-.71 6.9a2.5 2.5 0 0 1-2.1 1.54l-3.01.24 2.3 1.96a2.5 2.5 0 0 1 .8 2.47l-.7 2.94 2.72-1.66a2.5 2.5 0 0 1 2.45.09l2.58 1.57-.7-2.94c-.22-.9.09-1.86.8-2.47l2.3-1.96-3.02-.24a2.5 2.5 0 0 1-2.1-1.53L12 5.9z\"/>\n</svg>"],
308
335
  ['star-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M11.55 1.8a.5.5 0 0 1 .9 0l2.56 6.14a.5.5 0 0 0 .41.3l6.63.53a.5.5 0 0 1 .28.87l-5.05 4.32a.5.5 0 0 0-.16.49l1.54 6.46a.5.5 0 0 1-.73.54l-5.67-3.47a.5.5 0 0 0-.52 0l-5.67 3.47a.5.5 0 0 1-.73-.54l1.54-6.46a.5.5 0 0 0-.16-.49L1.67 9.64a.5.5 0 0 1 .28-.87l6.63-.53a.5.5 0 0 0 .41-.3z\"/>\n</svg>"],
309
336
  ['starburst-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M11.17 1.48a.95.95 0 0 1 1.66 0l.87 1.55c.26.47.85.63 1.31.36l1.53-.91a.95.95 0 0 1 1.44.83l-.03 1.77c0 .54.43.97.97.97l1.77-.03c.75 0 1.21.8.83 1.44l-.9 1.53a.95.95 0 0 0 .35 1.31l1.55.87a.95.95 0 0 1 0 1.66l-1.55.87A.95.95 0 0 0 20.6 15l.91 1.53a.95.95 0 0 1-.83 1.44l-1.77-.03a.95.95 0 0 0-.97.97l.03 1.77a.95.95 0 0 1-1.44.83l-1.53-.9a.95.95 0 0 0-1.31.35l-.87 1.55a.95.95 0 0 1-1.66 0l-.87-1.55A.95.95 0 0 0 9 20.6l-1.53.91a.95.95 0 0 1-1.44-.83l.03-1.77a.95.95 0 0 0-.97-.97l-1.77.03a.95.95 0 0 1-.83-1.44l.9-1.53a.95.95 0 0 0-.35-1.31l-1.55-.87a.95.95 0 0 1 0-1.66l1.55-.87A.95.95 0 0 0 3.4 9l-.91-1.53a.95.95 0 0 1 .83-1.44l1.77.03c.54 0 .97-.43.97-.97l-.03-1.77a.95.95 0 0 1 1.44-.83l1.53.9a.95.95 0 0 0 1.31-.35z\"/>\n</svg>"],
@@ -315,13 +342,16 @@ export const iconRegistry = new Map([
315
342
  ['text-format-size', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M8.848 20H7.294l-.535-2H4.098l-.536 2H2.009l2.159-8.062h2.519zm-4.349-3.5h1.857l-.82-3.062H5.32zM22.384 20h-2.07l-1.073-4h-6.098l-1.073 4H10l4.288-16h3.808zm-8.706-6h5.027l-2.143-8h-.74z\"/>\n</svg>"],
316
343
  ['text-quote', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M17 20H3v-2h14zM21 15.5H3v-2h18zM7.22 6.1a3 3 0 0 0-1.55 1.02A2 2 0 1 1 3 9a5 5 0 0 1 3.7-4.83zM12.22 6.1a3 3 0 0 0-1.55 1.02A2 2 0 1 1 8 9a5 5 0 0 1 3.7-4.83zM21 11h-6.5V9H21zM21 6.5h-6.5v-2H21z\"/>\n</svg>"],
317
344
  ['timer', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 2a10 10 0 1 1-8.66 5l1.73 1A8 8 0 1 0 13 4.06V7h-2V2z\"/>\n\t<path fill=\"currentColor\" d=\"M12.5 11.13a1 1 0 0 1-1 1.74l-5.2-3 1-1.74z\"/>\n</svg>"],
345
+ ['transceiver-module', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M21 14v4c0 .55-.45 1-1 1h-1v2h-2v-2h-1v2h-2v-2h-1v2h-2v-2h-1v2h-2v-2h-1v2h-2v-2h-1c-.55 0-1-.45-1-1v-4c0-.55 .45-1 1-1h16c.55 0 1 .45 1 1zm-16 3h14v-2h-14v2z\"/>\n\t<path fill=\"currentColor\" d=\"M15.75 8.69l1.22-1.22l1.06 1.06l-3.03 3.03l-3.03-3.03l1.06-1.06l1.22 1.22v-6.19h1.5v6.19z\"/>\n\t<path fill=\"currentColor\" d=\"M12.03 4.97l-1.06 1.06l-1.22-1.22v6.19h-1.5v-6.19l-1.22 1.22l-1.06-1.06l3.03-3.03l3.03 3.03z\"/>\n</svg>"],
318
346
  ['trash', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M8 4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2h5v2h-1.08L19 19.046A3 3 0 0 1 16 22H8a3 3 0 0 1-3-2.954L4.08 8H3V6h5zM6.087 8l.91 10.917L7 19a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1l.003-.083L17.914 8zM14 6V4h-4v2zm-3 4v8H9v-8zm4 0v8h-2v-8z\"/>\n</svg>"],
347
+ ['tray', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M21 6v12c0 1.66-1.34 3-3 3H6c-1.66 0-3-1.34-3-3V6a3 3 0 0 1 3-3h12c1.66 0 3 1.34 3 3M5 18a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-4h-3.126a4.002 4.002 0 0 1-7.748 0H5zM6 5a1 1 0 0 0-1 1v6h5v1c0 1.083.92 2 2 2s2-.918 2-2v-1h5V6a1 1 0 0 0-1-1z\"/>\n</svg>"],
319
348
  ['tree-structure', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M20 15a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-3c0-1.1.9-2 2-2h1.5v-1a1 1 0 0 0-1-1H14c-.77 0-1.47-.3-2-.77-.53.48-1.23.77-2 .77H8.5a1 1 0 0 0-1 1v1H9a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-3c0-1.1.9-2 2-2h1.5v-1a3 3 0 0 1 3-3H10a1 1 0 0 0 1-1V9H9a2 2 0 0 1-2-2V4c0-1.1.9-2 2-2h6a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-2v1a1 1 0 0 0 1 1h1.5a3 3 0 0 1 3 3v1zM4 20h5v-3H4zm11 0h5v-3h-5zM9 7h6V4H9z\"/>\n</svg>"],
320
349
  ['triangle-square-circle', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M17.5 13a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9m0 2a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5M10 13a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1zm-5 6h4v-4H5zm6.57-16.25a.5.5 0 0 1 .86 0l4.33 7.5a.5.5 0 0 1-.36.75H7.6a.5.5 0 0 1-.36-.75zM10.27 9h3.46L12 6z\"/>\n</svg>"],
321
350
  ['underlined', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M20 22H4v-2h16zM8 13c0 1.33 1.43 3 4 3s4-1.67 4-3V2h2v11c0 2.76-2.69 5-6 5s-6-2.24-6-5V2h2z\"/>\n</svg>"],
322
351
  ['video-camera', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M20.283 5.264C20.91 4.62 22 5.064 22 5.96l-.013 12.24c.013.739-1.077 1.179-1.707.539L17 15.362V16.5c0 1.66-1.34 3-3 3H5c-1.66 0-3-1.34-3-3v-9a3 3 0 0 1 3-3h9c1.657 0 3 1.34 3 3v1.137zM5 6.5a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1zm12 5.005v.99l3 3.081V8.423z\"/>\n</svg>"],
323
352
  ['viewfinder', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M5 18a1 1 0 0 0 1 1h2v2H6a3 3 0 0 1-3-3v-2h2zm16 0a3 3 0 0 1-3 3h-2v-2h2a1 1 0 0 0 1-1v-2h2zM8 5H6a1 1 0 0 0-1 1v2H3V6a3 3 0 0 1 3-3h2zm13 1v2h-2V6a1 1 0 0 0-1-1h-2V3h2a3 3 0 0 1 3 3\"/>\n</svg>"],
324
353
  ['viewfinder-line', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M5 18a1 1 0 0 0 1 1h3v2H6a3 3 0 0 1-3-3v-3h2zm16 0a3 3 0 0 1-3 3h-3v-2h3a1 1 0 0 0 1-1v-3h2zm1-5H2v-2h20zM9 5H6a1 1 0 0 0-1 1v3H3V6a3 3 0 0 1 3-3h3zm9-2a3 3 0 0 1 3 3v3h-2V6a1 1 0 0 0-1-1h-3V3z\"/>\n</svg>"],
354
+ ['waving-crossing-lines', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M22 15c-4.83 0-7.45 .95-10.02 1.93c-2.65 1.01-5.29 2.07-9.98 2.07v-2c4.31 0 6.67-.94 9.27-1.93c2.68-1.02 5.56-2.07 10.73-2.07v2z\"/>\n\t<path fill=\"currentColor\" d=\"M18.18 16.24c1.11 .48 2.36 .76 3.82 .76v2c-2.81 0-4.97-.88-6.76-2.13c.88-.26 1.84-.47 2.94-.63z\"/>\n\t<path fill=\"currentColor\" d=\"M22 7c-4.66 0-7.18 1.83-9.77 3.8c-2.62 1.99-5.36 4.2-10.23 4.2v-2c4.13 0 6.39-1.79 9.02-3.8c2.66-2.03 5.64-4.2 10.98-4.2v2z\"/>\n\t<path fill=\"currentColor\" d=\"M12.69 11.7c.42 .47 .84 .93 1.26 1.38c-.74 .21-1.43 .45-2.08 .69c-.27-.29-.53-.58-.78-.87c.56-.4 1.09-.81 1.6-1.2z\"/>\n\t<path fill=\"currentColor\" d=\"M5.61 9c.65 .39 1.27 .89 1.88 1.48c-.31 .19-.63 .36-.95 .52h-4.54v-2h3.61z\"/>\n\t<path fill=\"currentColor\" d=\"M22 11h-8.38c1.05-.77 2.09-1.47 3.29-2h5.09v2z\"/>\n\t<path fill=\"currentColor\" d=\"M2 5c3.54 0 5.97 1.7 8 3.72c-.56 .43-1.1 .83-1.64 1.2c-1.77-1.73-3.66-2.92-6.36-2.92v-2z\"/>\n</svg>"],
325
355
  ['wheat', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M8 22H6v-3h2zm10 0h-2v-3h2zM3 14a4 4 0 0 1 4 4 4 4 0 0 1-4-4m8 0a4 4 0 0 1-4 4 4 4 0 0 1 4-4m2 0a4 4 0 0 1 4 4 4 4 0 0 1-4-4m8 0a4 4 0 0 1-4 4 4 4 0 0 1 4-4M3 10a4 4 0 0 1 4 4 4 4 0 0 1-4-4m8 0a4 4 0 0 1-4 4 4 4 0 0 1 4-4m2 0a4 4 0 0 1 4 4 4 4 0 0 1-4-4m8 0a4 4 0 0 1-4 4 4 4 0 0 1 4-4M3 6a4 4 0 0 1 4 4 4 4 0 0 1-4-4m8 0a4 4 0 0 1-4 4 4 4 0 0 1 4-4m2 0a4 4 0 0 1 4 4 4 4 0 0 1-4-4m8 0a4 4 0 0 1-4 4 4 4 0 0 1 4-4M7 2a4 4 0 0 1 0 5.29A4 4 0 0 1 7 2m10 0a4 4 0 0 1 0 5.29A4 4 0 0 1 17 2\"/>\n</svg>"],
326
356
  ]);
327
357
  //# sourceMappingURL=icon-registry.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-registry.js","sourceRoot":"","sources":["../../../../src/components/content/icon/icon-registry.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"icon-registry.js","sourceRoot":"","sources":["../../../../src/components/content/icon/icon-registry.ts"],"names":[],"mappings":"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"}
@@ -23,20 +23,22 @@ export type IconColor = '' | 'primary-content' | 'secondary-content' | 'accent'
23
23
  * Color: by default the icon inherits its parent's `color`. Set `color` to one
24
24
  * of the functional semantics (`primary-content`, `secondary-content`,
25
25
  * `accent`, `critical`, `warning`, `success`) or a rijkskleur (`lintblauw`,
26
- * `paars`, `groen`, …). For arbitrary one-off colors, set `style="color: …"`
27
- * on the hostthe inherited `color` still drives the SVG fill/stroke.
26
+ * `paars`, `groen`, …). For a color the design system cannot know — the jacket
27
+ * of a cable, a color someone picked set `custom-color` to any CSS color.
28
28
  *
29
29
  * @element nldd-icon
30
30
  *
31
31
  * @attr {string} name - The name of the icon to display
32
32
  * @attr {string} size - `full` (default) fills the container; `inherit` follows the surrounding text (1em); or a fixed spacer-aligned size in px (16, 20, 24, 28, 32, 40, 44, 48, 56, 64, 80, 96). Empty behaves as `full`.
33
33
  * @attr {string} color - Functional (`primary-content`, `secondary-content`, `accent`, `critical`, `warning`, `success`) or rijkskleur (`lintblauw`, `donkerblauw`, `hemelblauw`, `lichtblauw`, `paars`, `violet`, `robijnrood`, `roze`, `rood`, `oranje`, `donkergeel`, `geel`, `donkerbruin`, `bruin`, `donkergroen`, `groen`, `mosgroen`, `mintgroen`). Empty = inherit `color` from parent.
34
+ * @attr {string} custom-color - A color of its own, as any CSS color value ('#a90061', 'oklch(0.6 0.2 20)', 'var(--brand-cable-blue)'). For a color the design system cannot know. It wins over `color`.
34
35
  *
35
36
  * @example
36
37
  * ```html
37
38
  * <nldd-icon name="heart"></nldd-icon>
38
39
  * <nldd-icon name="trash" size="24" color="critical"></nldd-icon>
39
40
  * <nldd-icon name="leaf" size="32" color="mosgroen"></nldd-icon>
41
+ * <nldd-icon name="circle-filled" size="16" custom-color="#3b82f6"></nldd-icon>
40
42
  * ```
41
43
  */
42
44
  export declare class NLDDIcon extends LitElement {
@@ -44,6 +46,10 @@ export declare class NLDDIcon extends LitElement {
44
46
  name: string;
45
47
  size: IconSize;
46
48
  color: IconColor;
49
+ /** Handed to the styles as a custom property rather than read from the
50
+ * attribute in CSS: `attr()` with a type is not available everywhere yet,
51
+ * and this keeps one code path. */
52
+ customColor: string;
47
53
  private _iconSvg;
48
54
  connectedCallback(): void;
49
55
  updated(changedProperties: Map<string, unknown>): void;
@@ -1 +1 @@
1
- {"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../../src/components/content/icon/icon.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAKjC,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAG5C,OAAO,EAAE,OAAO,EAAE,CAAC;AAEnB,eAAO,MAAM,KAAK,EAAE,MAAM,EAGlB,CAAC;AAET,MAAM,MAAM,QAAQ,GAAG,EAAE,GAAG,MAAM,GAAG,SAAS,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEnI,MAAM,MAAM,SAAS,GAClB,EAAE,GAEF,iBAAiB,GAAG,mBAAmB,GAAG,QAAQ,GAAG,UAAU,GAAG,SAAS,GAAG,SAAS,GAEvF,WAAW,GAAG,aAAa,GAAG,YAAY,GAAG,YAAY,GACzD,OAAO,GAAG,QAAQ,GAAG,YAAY,GAAG,MAAM,GAC1C,MAAM,GAAG,QAAQ,GAAG,YAAY,GAAG,MAAM,GACzC,aAAa,GAAG,OAAO,GAAG,aAAa,GAAG,OAAO,GAAG,UAAU,GAAG,WAAW,CAAC;AAEhF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,qBACa,QAAS,SAAQ,UAAU;IACvC,OAAgB,MAAM,0BAAc;IAGpC,IAAI,SAAmB;IAGvB,IAAI,EAAE,QAAQ,CAAM;IAGpB,KAAK,EAAE,SAAS,CAAM;IAGtB,OAAO,CAAC,QAAQ,CAAuB;IAE9B,iBAAiB,IAAI,IAAI;IAQzB,OAAO,CAAC,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI;IAM/D,OAAO,CAAC,SAAS;IAYR,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,WAAW,EAAE,QAAQ,CAAC;KACtB;CACD"}
1
+ {"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../../src/components/content/icon/icon.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAKjC,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAG5C,OAAO,EAAE,OAAO,EAAE,CAAC;AAEnB,eAAO,MAAM,KAAK,EAAE,MAAM,EAGlB,CAAC;AAET,MAAM,MAAM,QAAQ,GAAG,EAAE,GAAG,MAAM,GAAG,SAAS,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEnI,MAAM,MAAM,SAAS,GAClB,EAAE,GAEF,iBAAiB,GAAG,mBAAmB,GAAG,QAAQ,GAAG,UAAU,GAAG,SAAS,GAAG,SAAS,GAEvF,WAAW,GAAG,aAAa,GAAG,YAAY,GAAG,YAAY,GACzD,OAAO,GAAG,QAAQ,GAAG,YAAY,GAAG,MAAM,GAC1C,MAAM,GAAG,QAAQ,GAAG,YAAY,GAAG,MAAM,GACzC,aAAa,GAAG,OAAO,GAAG,aAAa,GAAG,OAAO,GAAG,UAAU,GAAG,WAAW,CAAC;AAEhF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,qBACa,QAAS,SAAQ,UAAU;IACvC,OAAgB,MAAM,0BAAc;IAGpC,IAAI,SAAmB;IAGvB,IAAI,EAAE,QAAQ,CAAM;IAGpB,KAAK,EAAE,SAAS,CAAM;IAEtB;;wCAEoC;IAEpC,WAAW,SAAM;IAGjB,OAAO,CAAC,QAAQ,CAAuB;IAE9B,iBAAiB,IAAI,IAAI;IAQzB,OAAO,CAAC,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI;IAU/D,OAAO,CAAC,SAAS;IAYR,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,WAAW,EAAE,QAAQ,CAAC;KACtB;CACD"}
@@ -35,20 +35,22 @@ export const ICONS = [
35
35
  * Color: by default the icon inherits its parent's `color`. Set `color` to one
36
36
  * of the functional semantics (`primary-content`, `secondary-content`,
37
37
  * `accent`, `critical`, `warning`, `success`) or a rijkskleur (`lintblauw`,
38
- * `paars`, `groen`, …). For arbitrary one-off colors, set `style="color: …"`
39
- * on the hostthe inherited `color` still drives the SVG fill/stroke.
38
+ * `paars`, `groen`, …). For a color the design system cannot know — the jacket
39
+ * of a cable, a color someone picked set `custom-color` to any CSS color.
40
40
  *
41
41
  * @element nldd-icon
42
42
  *
43
43
  * @attr {string} name - The name of the icon to display
44
44
  * @attr {string} size - `full` (default) fills the container; `inherit` follows the surrounding text (1em); or a fixed spacer-aligned size in px (16, 20, 24, 28, 32, 40, 44, 48, 56, 64, 80, 96). Empty behaves as `full`.
45
45
  * @attr {string} color - Functional (`primary-content`, `secondary-content`, `accent`, `critical`, `warning`, `success`) or rijkskleur (`lintblauw`, `donkerblauw`, `hemelblauw`, `lichtblauw`, `paars`, `violet`, `robijnrood`, `roze`, `rood`, `oranje`, `donkergeel`, `geel`, `donkerbruin`, `bruin`, `donkergroen`, `groen`, `mosgroen`, `mintgroen`). Empty = inherit `color` from parent.
46
+ * @attr {string} custom-color - A color of its own, as any CSS color value ('#a90061', 'oklch(0.6 0.2 20)', 'var(--brand-cable-blue)'). For a color the design system cannot know. It wins over `color`.
46
47
  *
47
48
  * @example
48
49
  * ```html
49
50
  * <nldd-icon name="heart"></nldd-icon>
50
51
  * <nldd-icon name="trash" size="24" color="critical"></nldd-icon>
51
52
  * <nldd-icon name="leaf" size="32" color="mosgroen"></nldd-icon>
53
+ * <nldd-icon name="circle-filled" size="16" custom-color="#3b82f6"></nldd-icon>
52
54
  * ```
53
55
  */
54
56
  let NLDDIcon = class NLDDIcon extends LitElement {
@@ -57,6 +59,10 @@ let NLDDIcon = class NLDDIcon extends LitElement {
57
59
  this.name = 'circle-dashed';
58
60
  this.size = '';
59
61
  this.color = '';
62
+ /** Handed to the styles as a custom property rather than read from the
63
+ * attribute in CSS: `attr()` with a type is not available everywhere yet,
64
+ * and this keeps one code path. */
65
+ this.customColor = '';
60
66
  this._iconSvg = null;
61
67
  }
62
68
  connectedCallback() {
@@ -70,6 +76,12 @@ let NLDDIcon = class NLDDIcon extends LitElement {
70
76
  if (changedProperties.has('name') && this.name) {
71
77
  this._iconSvg = this._loadIcon(this.name);
72
78
  }
79
+ if (changedProperties.has('customColor')) {
80
+ if (this.customColor)
81
+ this.style.setProperty('--_custom-color', this.customColor);
82
+ else
83
+ this.style.removeProperty('--_custom-color');
84
+ }
73
85
  }
74
86
  _loadIcon(name) {
75
87
  const resolvedName = aliases[name] ?? name;
@@ -95,6 +107,9 @@ __decorate([
95
107
  __decorate([
96
108
  property({ reflect: true, converter: reflectNonDefault('') })
97
109
  ], NLDDIcon.prototype, "color", void 0);
110
+ __decorate([
111
+ property({ reflect: true, attribute: 'custom-color', converter: reflectNonDefault('') })
112
+ ], NLDDIcon.prototype, "customColor", void 0);
98
113
  __decorate([
99
114
  state()
100
115
  ], NLDDIcon.prototype, "_iconSvg", void 0);
@@ -1 +1 @@
1
- {"version":3,"file":"icon.js","sourceRoot":"","sources":["../../../../src/components/content/icon/icon.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,iBAAiB,EAAE,MAAM,2CAA2C,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAElD,OAAO,EAAE,OAAO,EAAE,CAAC;AAEnB,MAAM,CAAC,MAAM,KAAK,GAAa;IAC9B,GAAG,YAAY,CAAC,IAAI,EAAE;IACtB,GAAG,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC;CACvB,CAAC,IAAI,EAAE,CAAC;AAcT;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AAEI,IAAM,QAAQ,GAAd,MAAM,QAAS,SAAQ,UAAU;IAAjC;;QAIN,SAAI,GAAG,eAAe,CAAC;QAGvB,SAAI,GAAa,EAAE,CAAC;QAGpB,UAAK,GAAc,EAAE,CAAC;QAGd,aAAQ,GAAkB,IAAI,CAAC;IA+BxC,CAAC;IA7BS,iBAAiB;QACzB,KAAK,CAAC,iBAAiB,EAAE,CAAC;QAC1B,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,aAAa,CAAC,EAAE,CAAC;YACvC,IAAI,CAAC,YAAY,CAAC,aAAa,EAAE,MAAM,CAAC,CAAC;QAC1C,CAAC;QACD,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAC3C,CAAC;IAEQ,OAAO,CAAC,iBAAuC;QACvD,IAAI,iBAAiB,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,IAAI,EAAE,CAAC;YAChD,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAC3C,CAAC;IACF,CAAC;IAEO,SAAS,CAAC,IAAY;QAC7B,MAAM,YAAY,GAAG,OAAO,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC;QAC3C,MAAM,GAAG,GAAG,YAAY,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAE3C,IAAI,GAAG,EAAE,CAAC;YACT,OAAO,GAAG,CAAC;QACZ,CAAC;QAED,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,GAAG;YAAE,OAAO,CAAC,IAAI,CAAC,mBAAmB,YAAY,aAAa,CAAC,CAAC;QACrF,OAAO,IAAI,CAAC;IACb,CAAC;IAEQ,MAAM;QACd,OAAO,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IAChC,CAAC;;AA1Ce,eAAM,GAAG,UAAU,AAAb,CAAc;AAGpC;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;sCACJ;AAGvB;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,iBAAiB,CAAW,EAAE,CAAC,EAAE,CAAC;sCACpD;AAGpB;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,iBAAiB,CAAY,EAAE,CAAC,EAAE,CAAC;uCACnD;AAGd;IADP,KAAK,EAAE;0CAC+B;AAb3B,QAAQ;IADpB,aAAa,CAAC,WAAW,CAAC;GACd,QAAQ,CA4CpB"}
1
+ {"version":3,"file":"icon.js","sourceRoot":"","sources":["../../../../src/components/content/icon/icon.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"icon.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/content/icon/icon.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,yBAoFtB,CAAC"}
1
+ {"version":3,"file":"icon.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/content/icon/icon.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,yBA4FtB,CAAC"}
@@ -14,6 +14,7 @@ export const iconStyles = css `
14
14
  :host {
15
15
  --_size: 100%;
16
16
  --_color: inherit;
17
+ --_custom-color: inherit;
17
18
 
18
19
  display: inline-flex;
19
20
  width: var(--_size);
@@ -77,6 +78,13 @@ export const iconStyles = css `
77
78
  :host([color="mintgroen"]) { --_color: var(--components-icon-color-mintgroen-color); }
78
79
 
79
80
 
81
+ /* # Custom color — after every [color] rule, so it wins over one */
82
+
83
+ :host([custom-color]) {
84
+ --_color: var(--_custom-color);
85
+ }
86
+
87
+
80
88
  /* # Elements */
81
89
 
82
90
  svg {
@@ -1 +1 @@
1
- {"version":3,"file":"icon.styles.js","sourceRoot":"","sources":["../../../../src/components/content/icon/icon.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,UAAU,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoF5B,CAAC"}
1
+ {"version":3,"file":"icon.styles.js","sourceRoot":"","sources":["../../../../src/components/content/icon/icon.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,UAAU,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4F5B,CAAC"}