@nldd/design-system 0.8.80 → 0.8.82

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 (184) hide show
  1. package/custom-elements.json +704 -5
  2. package/dist/components/actions/menu/menu.d.ts +25 -2
  3. package/dist/components/actions/menu/menu.d.ts.map +1 -1
  4. package/dist/components/actions/menu/menu.js +31 -8
  5. package/dist/components/actions/menu/menu.js.map +1 -1
  6. package/dist/components/actions/menu/menu.template.d.ts +1 -1
  7. package/dist/components/actions/menu/menu.template.d.ts.map +1 -1
  8. package/dist/components/actions/menu/menu.template.js +7 -3
  9. package/dist/components/actions/menu/menu.template.js.map +1 -1
  10. package/dist/components/actions/toolbar/toolbar.d.ts +20 -0
  11. package/dist/components/actions/toolbar/toolbar.d.ts.map +1 -1
  12. package/dist/components/actions/toolbar/toolbar.js +54 -0
  13. package/dist/components/actions/toolbar/toolbar.js.map +1 -1
  14. package/dist/components/breakpoints-CkxsiRgH.js +10 -0
  15. package/dist/components/components.js +51975 -117
  16. package/dist/components/content/icon/icon-gallery-status.d.ts.map +1 -1
  17. package/dist/components/content/icon/icon-gallery-status.js +14 -4
  18. package/dist/components/content/icon/icon-gallery-status.js.map +1 -1
  19. package/dist/components/content/icon/icon-registry.d.ts.map +1 -1
  20. package/dist/components/content/icon/icon-registry.js +10 -2
  21. package/dist/components/content/icon/icon-registry.js.map +1 -1
  22. package/dist/components/decorate-BKn10QQi.js +9 -0
  23. package/dist/components/dist-BYVOPNHp.js +381 -0
  24. package/dist/components/dist-Bq4xc7Bm.js +624 -0
  25. package/dist/components/dist-C0PiB1dr.js +870 -0
  26. package/dist/components/dist-C400RcFU.js +1498 -0
  27. package/dist/components/dist-CCg5Mso_.js +390 -0
  28. package/dist/components/dist-CJR_Rwhh.js +464 -0
  29. package/dist/components/dist-Ccw7ZfsU.js +18481 -0
  30. package/dist/components/dist-OBifyiJS.js +887 -0
  31. package/dist/components/dist-TpIL8G4G.js +1480 -0
  32. package/dist/components/dist-afrAoubg.js +1181 -0
  33. package/dist/components/dist-bO14jlsr.js +78 -0
  34. package/dist/components/forms/form-field/form-field.d.ts +59 -2
  35. package/dist/components/forms/form-field/form-field.d.ts.map +1 -1
  36. package/dist/components/forms/form-field/form-field.js +120 -35
  37. package/dist/components/forms/form-field/form-field.js.map +1 -1
  38. package/dist/components/gherkin-uCVRxsGf.js +108 -0
  39. package/dist/components/icon-CIpJq_cf.js +751 -0
  40. package/dist/components/icon-button-BAkUJTn6.js +1676 -0
  41. package/dist/components/input-modality-DhTeUxKi.js +43 -0
  42. package/dist/components/inputs/checkbox/checkbox.d.ts +8 -0
  43. package/dist/components/inputs/checkbox/checkbox.d.ts.map +1 -1
  44. package/dist/components/inputs/checkbox/checkbox.js +10 -0
  45. package/dist/components/inputs/checkbox/checkbox.js.map +1 -1
  46. package/dist/components/inputs/checkbox-field/checkbox-field.d.ts +9 -0
  47. package/dist/components/inputs/checkbox-field/checkbox-field.d.ts.map +1 -1
  48. package/dist/components/inputs/checkbox-field/checkbox-field.js +11 -0
  49. package/dist/components/inputs/checkbox-field/checkbox-field.js.map +1 -1
  50. package/dist/components/inputs/code-editor/code-editor.d.ts +3 -0
  51. package/dist/components/inputs/code-editor/code-editor.d.ts.map +1 -1
  52. package/dist/components/inputs/code-editor/code-editor.js +3 -0
  53. package/dist/components/inputs/code-editor/code-editor.js.map +1 -1
  54. package/dist/components/inputs/combo-box/combo-box.d.ts +6 -0
  55. package/dist/components/inputs/combo-box/combo-box.d.ts.map +1 -1
  56. package/dist/components/inputs/combo-box/combo-box.js +14 -0
  57. package/dist/components/inputs/combo-box/combo-box.js.map +1 -1
  58. package/dist/components/inputs/date-field/date-field.d.ts +6 -0
  59. package/dist/components/inputs/date-field/date-field.d.ts.map +1 -1
  60. package/dist/components/inputs/date-field/date-field.js +11 -0
  61. package/dist/components/inputs/date-field/date-field.js.map +1 -1
  62. package/dist/components/inputs/date-picker/date-picker.d.ts +3 -0
  63. package/dist/components/inputs/date-picker/date-picker.d.ts.map +1 -1
  64. package/dist/components/inputs/date-picker/date-picker.js +4 -1
  65. package/dist/components/inputs/date-picker/date-picker.js.map +1 -1
  66. package/dist/components/inputs/dropdown/dropdown.d.ts +29 -0
  67. package/dist/components/inputs/dropdown/dropdown.d.ts.map +1 -1
  68. package/dist/components/inputs/dropdown/dropdown.js +44 -1
  69. package/dist/components/inputs/dropdown/dropdown.js.map +1 -1
  70. package/dist/components/inputs/file-field/file-field.d.ts +3 -0
  71. package/dist/components/inputs/file-field/file-field.d.ts.map +1 -1
  72. package/dist/components/inputs/file-field/file-field.js +3 -0
  73. package/dist/components/inputs/file-field/file-field.js.map +1 -1
  74. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.d.ts +3 -0
  75. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.d.ts.map +1 -1
  76. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.js +3 -0
  77. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.js.map +1 -1
  78. package/dist/components/inputs/number-field/number-field.d.ts +9 -0
  79. package/dist/components/inputs/number-field/number-field.d.ts.map +1 -1
  80. package/dist/components/inputs/number-field/number-field.js +12 -0
  81. package/dist/components/inputs/number-field/number-field.js.map +1 -1
  82. package/dist/components/inputs/number-field/number-field.template.d.ts.map +1 -1
  83. package/dist/components/inputs/number-field/number-field.template.js +1 -0
  84. package/dist/components/inputs/number-field/number-field.template.js.map +1 -1
  85. package/dist/components/inputs/password-field/password-field.d.ts +9 -0
  86. package/dist/components/inputs/password-field/password-field.d.ts.map +1 -1
  87. package/dist/components/inputs/password-field/password-field.js +12 -0
  88. package/dist/components/inputs/password-field/password-field.js.map +1 -1
  89. package/dist/components/inputs/password-field/password-field.template.d.ts.map +1 -1
  90. package/dist/components/inputs/password-field/password-field.template.js +1 -0
  91. package/dist/components/inputs/password-field/password-field.template.js.map +1 -1
  92. package/dist/components/inputs/radio-button/radio-button.d.ts +8 -0
  93. package/dist/components/inputs/radio-button/radio-button.d.ts.map +1 -1
  94. package/dist/components/inputs/radio-button/radio-button.js +10 -0
  95. package/dist/components/inputs/radio-button/radio-button.js.map +1 -1
  96. package/dist/components/inputs/radio-button-field/radio-button-field.d.ts +9 -0
  97. package/dist/components/inputs/radio-button-field/radio-button-field.d.ts.map +1 -1
  98. package/dist/components/inputs/radio-button-field/radio-button-field.js +11 -0
  99. package/dist/components/inputs/radio-button-field/radio-button-field.js.map +1 -1
  100. package/dist/components/inputs/radio-button-group/radio-button-group.d.ts +16 -0
  101. package/dist/components/inputs/radio-button-group/radio-button-group.d.ts.map +1 -1
  102. package/dist/components/inputs/radio-button-group/radio-button-group.js +33 -0
  103. package/dist/components/inputs/radio-button-group/radio-button-group.js.map +1 -1
  104. package/dist/components/inputs/search-field/search-field.d.ts +6 -0
  105. package/dist/components/inputs/search-field/search-field.d.ts.map +1 -1
  106. package/dist/components/inputs/search-field/search-field.js +6 -0
  107. package/dist/components/inputs/search-field/search-field.js.map +1 -1
  108. package/dist/components/inputs/segmented-control/segmented-control.d.ts +16 -0
  109. package/dist/components/inputs/segmented-control/segmented-control.d.ts.map +1 -1
  110. package/dist/components/inputs/segmented-control/segmented-control.js +26 -7
  111. package/dist/components/inputs/segmented-control/segmented-control.js.map +1 -1
  112. package/dist/components/inputs/stepper/stepper.d.ts +17 -0
  113. package/dist/components/inputs/stepper/stepper.d.ts.map +1 -1
  114. package/dist/components/inputs/stepper/stepper.js +22 -0
  115. package/dist/components/inputs/stepper/stepper.js.map +1 -1
  116. package/dist/components/inputs/stepper/stepper.template.js +1 -1
  117. package/dist/components/inputs/stepper/stepper.template.js.map +1 -1
  118. package/dist/components/inputs/switch/switch.d.ts +3 -0
  119. package/dist/components/inputs/switch/switch.d.ts.map +1 -1
  120. package/dist/components/inputs/switch/switch.js +3 -0
  121. package/dist/components/inputs/switch/switch.js.map +1 -1
  122. package/dist/components/inputs/switch-field/switch-field.d.ts +3 -0
  123. package/dist/components/inputs/switch-field/switch-field.d.ts.map +1 -1
  124. package/dist/components/inputs/switch-field/switch-field.js +3 -0
  125. package/dist/components/inputs/switch-field/switch-field.js.map +1 -1
  126. package/dist/components/inputs/text-editor/text-editor.d.ts +3 -0
  127. package/dist/components/inputs/text-editor/text-editor.d.ts.map +1 -1
  128. package/dist/components/inputs/text-editor/text-editor.js +4 -1
  129. package/dist/components/inputs/text-editor/text-editor.js.map +1 -1
  130. package/dist/components/inputs/text-field/text-field.d.ts +9 -0
  131. package/dist/components/inputs/text-field/text-field.d.ts.map +1 -1
  132. package/dist/components/inputs/text-field/text-field.js +12 -0
  133. package/dist/components/inputs/text-field/text-field.js.map +1 -1
  134. package/dist/components/inputs/text-field/text-field.template.d.ts.map +1 -1
  135. package/dist/components/inputs/text-field/text-field.template.js +1 -0
  136. package/dist/components/inputs/text-field/text-field.template.js.map +1 -1
  137. package/dist/components/inputs/time-field/time-field.d.ts +6 -0
  138. package/dist/components/inputs/time-field/time-field.d.ts.map +1 -1
  139. package/dist/components/inputs/time-field/time-field.js +11 -0
  140. package/dist/components/inputs/time-field/time-field.js.map +1 -1
  141. package/dist/components/inputs/time-picker/time-picker.d.ts +3 -0
  142. package/dist/components/inputs/time-picker/time-picker.d.ts.map +1 -1
  143. package/dist/components/inputs/time-picker/time-picker.js +4 -1
  144. package/dist/components/inputs/time-picker/time-picker.js.map +1 -1
  145. package/dist/components/inputs/toggle-button/toggle-button.d.ts +10 -0
  146. package/dist/components/inputs/toggle-button/toggle-button.d.ts.map +1 -1
  147. package/dist/components/inputs/toggle-button/toggle-button.js +14 -0
  148. package/dist/components/inputs/toggle-button/toggle-button.js.map +1 -1
  149. package/dist/components/inputs/toggle-button-group/toggle-button-group.d.ts +11 -0
  150. package/dist/components/inputs/toggle-button-group/toggle-button-group.d.ts.map +1 -1
  151. package/dist/components/inputs/toggle-button-group/toggle-button-group.js +16 -6
  152. package/dist/components/inputs/toggle-button-group/toggle-button-group.js.map +1 -1
  153. package/dist/components/inputs/token-field/token-field.d.ts +6 -0
  154. package/dist/components/inputs/token-field/token-field.d.ts.map +1 -1
  155. package/dist/components/inputs/token-field/token-field.js +13 -0
  156. package/dist/components/inputs/token-field/token-field.js.map +1 -1
  157. package/dist/components/reflect-non-default-OLaK60rT.js +37 -0
  158. package/dist/components/rolldown-runtime-D7D4PA-g.js +13 -0
  159. package/dist/components/shadow-resets-aG-rgyNQ.js +61 -0
  160. package/dist/components/shell-C61GCsJA.js +223 -0
  161. package/dist/components/toml-C2HBbPgG.js +59 -0
  162. package/dist/components/visibility-mixin-GxbwkBb1.js +104 -0
  163. package/dist/components/with-translations-DzAdFTK8.js +48 -0
  164. package/dist/nldd.min.js +2284 -2251
  165. package/dist/types/vue.d.ts +13 -1
  166. package/dist/utilities/implicit-submission.d.ts +31 -0
  167. package/dist/utilities/implicit-submission.d.ts.map +1 -0
  168. package/dist/utilities/implicit-submission.js +65 -0
  169. package/dist/utilities/implicit-submission.js.map +1 -0
  170. package/dist/utilities/owned-attribute.d.ts +19 -0
  171. package/dist/utilities/owned-attribute.d.ts.map +1 -0
  172. package/dist/utilities/owned-attribute.js +32 -0
  173. package/dist/utilities/owned-attribute.js.map +1 -0
  174. package/package.json +3 -3
  175. package/dist/components/gherkin-DhZlEZiy.js +0 -115
  176. package/dist/components/index-8pDDdMeW.js +0 -384
  177. package/dist/components/index-C7QocEcT.js +0 -81
  178. package/dist/components/index-CDz7-C9c.js +0 -177
  179. package/dist/components/index-CWQunWUb.js +0 -75039
  180. package/dist/components/index-CoY3JfIy.js +0 -688
  181. package/dist/components/index-DP9dl7P7.js +0 -703
  182. package/dist/components/index-DV_2YpaH.js +0 -405
  183. package/dist/components/shell-BlsXDxCn.js +0 -222
  184. package/dist/components/toml-BOuWGMcf.js +0 -76
@@ -0,0 +1,751 @@
1
+ import { t as __exportAll } from "./rolldown-runtime-D7D4PA-g.js";
2
+ import { t as __decorate } from "./decorate-BKn10QQi.js";
3
+ import { t as reflectNonDefault } from "./reflect-non-default-OLaK60rT.js";
4
+ import { LitElement, css, html } from "lit";
5
+ import { customElement, property, state } from "lit/decorators.js";
6
+ import { unsafeHTML } from "lit/directives/unsafe-html.js";
7
+ //#region src/components/content/icon/icon.styles.ts
8
+ var iconStyles = css`
9
+ :host {
10
+ box-sizing: border-box;
11
+ }
12
+
13
+
14
+ /* # Host
15
+ *
16
+ * Default size = fill the container. Setting [size] pins a fixed spacer
17
+ * value; the keyword full names the default and inherit follows the
18
+ * surrounding text. [color] picks a semantic color or a rijkskleur. */
19
+
20
+ :host {
21
+ --_size: 100%;
22
+ --_color: inherit;
23
+
24
+ display: inline-flex;
25
+ width: var(--_size);
26
+ align-items: center;
27
+ color: var(--_color);
28
+ }
29
+
30
+ :host([hidden]) {
31
+ display: none;
32
+ }
33
+
34
+
35
+ /* # Size */
36
+
37
+ :host([size="full"]) { --_size: 100%; }
38
+ :host([size="inherit"]) { --_size: 1em; }
39
+
40
+ :host([size="16"]) { --_size: var(--primitives-space-16); }
41
+ :host([size="20"]) { --_size: var(--primitives-space-20); }
42
+ :host([size="24"]) { --_size: var(--primitives-space-24); }
43
+ :host([size="28"]) { --_size: var(--primitives-space-28); }
44
+ :host([size="32"]) { --_size: var(--primitives-space-32); }
45
+ :host([size="40"]) { --_size: var(--primitives-space-40); }
46
+ :host([size="44"]) { --_size: var(--primitives-space-44); }
47
+ :host([size="48"]) { --_size: var(--primitives-space-48); }
48
+ :host([size="56"]) { --_size: var(--primitives-space-56); }
49
+ :host([size="64"]) { --_size: var(--primitives-space-64); }
50
+ :host([size="80"]) { --_size: var(--primitives-space-80); }
51
+ :host([size="96"]) { --_size: var(--primitives-space-96); }
52
+
53
+
54
+ /* # Color — functional */
55
+
56
+ :host([color="primary-content"]) { --_color: var(--semantics-content-color); }
57
+ :host([color="secondary-content"]) { --_color: var(--semantics-content-secondary-color); }
58
+ :host([color="accent"]) { --_color: var(--semantics-content-accent-color); }
59
+ :host([color="critical"]) { --_color: var(--semantics-content-critical-color); }
60
+ :host([color="warning"]) { --_color: var(--semantics-content-warning-color); }
61
+ :host([color="success"]) { --_color: var(--semantics-content-success-color); }
62
+
63
+
64
+ /* # Color — rijkskleuren */
65
+
66
+ :host([color="lintblauw"]) { --_color: var(--components-icon-color-lintblauw-color); }
67
+ :host([color="donkerblauw"]) { --_color: var(--components-icon-color-donkerblauw-color); }
68
+ :host([color="hemelblauw"]) { --_color: var(--components-icon-color-hemelblauw-color); }
69
+ :host([color="lichtblauw"]) { --_color: var(--components-icon-color-lichtblauw-color); }
70
+ :host([color="paars"]) { --_color: var(--components-icon-color-paars-color); }
71
+ :host([color="violet"]) { --_color: var(--components-icon-color-violet-color); }
72
+ :host([color="robijnrood"]) { --_color: var(--components-icon-color-robijnrood-color); }
73
+ :host([color="roze"]) { --_color: var(--components-icon-color-roze-color); }
74
+ :host([color="rood"]) { --_color: var(--components-icon-color-rood-color); }
75
+ :host([color="oranje"]) { --_color: var(--components-icon-color-oranje-color); }
76
+ :host([color="donkergeel"]) { --_color: var(--components-icon-color-donkergeel-color); }
77
+ :host([color="geel"]) { --_color: var(--components-icon-color-geel-color); }
78
+ :host([color="donkerbruin"]) { --_color: var(--components-icon-color-donkerbruin-color); }
79
+ :host([color="bruin"]) { --_color: var(--components-icon-color-bruin-color); }
80
+ :host([color="donkergroen"]) { --_color: var(--components-icon-color-donkergroen-color); }
81
+ :host([color="groen"]) { --_color: var(--components-icon-color-groen-color); }
82
+ :host([color="mosgroen"]) { --_color: var(--components-icon-color-mosgroen-color); }
83
+ :host([color="mintgroen"]) { --_color: var(--components-icon-color-mintgroen-color); }
84
+
85
+
86
+ /* # Elements */
87
+
88
+ svg {
89
+ display: block;
90
+ width: 100%;
91
+ }
92
+ `;
93
+ //#endregion
94
+ //#region src/components/content/icon/icon.template.ts
95
+ function template(iconSvg) {
96
+ if (!iconSvg) return html`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"></svg>`;
97
+ return html`${unsafeHTML(iconSvg)}`;
98
+ }
99
+ //#endregion
100
+ //#region src/components/content/icon/icon-aliases.js
101
+ /** @type {Record<string, string>} */
102
+ var aliases = {
103
+ "office": "apartment-building",
104
+ "building": "apartment-building",
105
+ "company": "apartment-building",
106
+ "sync": "arrow-2-counter-clockwise",
107
+ "refresh": "arrow-clockwise",
108
+ "reload": "arrow-clockwise",
109
+ "download": "arrow-down-in-bucket",
110
+ "expand": "arrow-down-left-arrow-up-right",
111
+ "full-screen": "arrow-down-left-arrow-up-right",
112
+ "collapse": "arrow-up-right-arrow-down-left",
113
+ "exit-full-screen": "arrow-up-right-arrow-down-left",
114
+ "sort": "arrow-up-arrow-down",
115
+ "undo": "arrow-u-turn-backward",
116
+ "redo": "arrow-u-turn-forward",
117
+ "notification": "bell",
118
+ "notifications": "bell",
119
+ "alarm": "bell",
120
+ "buildings": "apartment-building-2",
121
+ "offices": "apartment-building-2",
122
+ "guide": "book",
123
+ "read": "book",
124
+ "new-book": "book-badge-plus",
125
+ "bookmarked": "bookmark-filled",
126
+ "books": "books-vertical",
127
+ "embed": "brackets-ellipsis",
128
+ "add-namespace": "brackets-ellipsis-badge-plus",
129
+ "work": "business-suitcase",
130
+ "calendar": "calendar-event",
131
+ "event": "calendar-event",
132
+ "license": "certificate",
133
+ "diploma": "certificate",
134
+ "analytics": "chart-x-y-axis-line",
135
+ "chart-line": "chart-x-y-axis-line",
136
+ "graph": "chart-x-y-axis-line",
137
+ "tasks": "check-list",
138
+ "todos": "check-list",
139
+ "checklist": "check-list",
140
+ "backlog": "check-list",
141
+ "checked": "check-mark",
142
+ "success": "check-mark-circle",
143
+ "valid": "check-mark-circle",
144
+ "checked-extra-small": "check-mark-extra-small",
145
+ "checked-small": "check-mark-small",
146
+ "back": "chevron-left",
147
+ "code": "chevron-left-forward-slash-chevron-right",
148
+ "forward": "chevron-right",
149
+ "icon-placeholder": "circle-dashed",
150
+ "form": "clipboard-pencil",
151
+ "paste": "clipboard-square",
152
+ "time": "clock",
153
+ "now": "clock",
154
+ "future": "clock-arrow-clockwise",
155
+ "history": "clock-arrow-counter-clockwise",
156
+ "download-from-cloud": "cloud-arrow-down",
157
+ "backup-in-cloud": "cloud-arrow-up",
158
+ "deploy": "cloud-arrow-up",
159
+ "upload-to-cloud": "cloud-arrow-up",
160
+ "database": "cylinder-split",
161
+ "database-disabled": "cylinder-split-slash",
162
+ "database-unavailable": "cylinder-split-slash",
163
+ "close": "dismiss",
164
+ "close-circle": "dismiss-circle",
165
+ "close-circle-filled": "dismiss-circle-filled",
166
+ "close-small": "dismiss-small",
167
+ "close-extra-small": "dismiss-extra-small",
168
+ "more": "ellipsis",
169
+ "email": "envelope",
170
+ "mail": "envelope",
171
+ "medium-priority": "exclamation-2-circle",
172
+ "medium-priority-filled": "exclamation-2-circle-filled",
173
+ "high-priority": "exclamation-3-circle",
174
+ "high-priority-filled": "exclamation-3-circle-filled",
175
+ "error": "exclamation-circle",
176
+ "invalid": "exclamation-circle",
177
+ "low-priority": "exclamation-circle",
178
+ "low-priority-filled": "exclamation-circle-filled",
179
+ "alert": "exclamation-triangle-filled",
180
+ "warning": "exclamation-triangle-filled",
181
+ "show": "eye",
182
+ "visible": "eye",
183
+ "hidden": "eye-slash",
184
+ "hide": "eye-slash",
185
+ "reading-list": "eyeglasses",
186
+ "sad": "face-frowning",
187
+ "frowning": "face-frowning",
188
+ "happy": "face-smiling",
189
+ "smiling": "face-smiling",
190
+ "add-emoji": "face-smiling-badge-plus",
191
+ "document": "file",
192
+ "download-document": "file-badge-arrow-down",
193
+ "upload-document": "file-badge-arrow-up",
194
+ "remove-document": "file-badge-minus",
195
+ "new-document": "file-badge-plus",
196
+ "documents": "file-on-file",
197
+ "text-document": "file-text",
198
+ "new-text-document": "file-text-badge-check-plus",
199
+ "add-text-document": "file-text-badge-check-plus",
200
+ "edit-text-document": "file-text-pencil",
201
+ "text-documents": "file-text-on-file-text",
202
+ "primary": "square-1",
203
+ "categories": "triangle-square-circle",
204
+ "flagged": "flag-filled",
205
+ "directory": "folder",
206
+ "new-folder": "folder-badge-plus",
207
+ "directories": "folder-on-folder",
208
+ "global-settings": "gear",
209
+ "settings": "gear",
210
+ "languages": "globe",
211
+ "like": "hand-thumbs-up",
212
+ "dislike": "hand-thumbs-down",
213
+ "favorite": "heart-filled",
214
+ "love": "heart-filled",
215
+ "home": "house",
216
+ "outdent": "indent-decrease",
217
+ "indent": "indent-increase",
218
+ "info": "info-circle",
219
+ "information": "info-circle",
220
+ "idea": "lightbulb",
221
+ "url": "link",
222
+ "hyperlink": "link",
223
+ "secure-link": "link-badge-lock",
224
+ "secure-url": "link-badge-lock",
225
+ "menu": "list",
226
+ "sort-descending": "list-arrow-down",
227
+ "sort-ascending": "list-arrow-up",
228
+ "filter": "list-decreasing-lines",
229
+ "lock": "lock-closed",
230
+ "locked": "lock-closed",
231
+ "secure": "lock-closed",
232
+ "unlocked": "lock-open",
233
+ "unsecure": "lock-open",
234
+ "markdown": "markdown-rectangle",
235
+ "code-block": "chevron-left-forward-slash-chevron-right-rectangle",
236
+ "stack-code": "rectangle-stack-chevron-left-forward-slash-chevron-right",
237
+ "cut": "scissor",
238
+ "k8s": "ship-wheel",
239
+ "kubernetes": "ship-wheel",
240
+ "add-k8s": "ship-wheel-badge-plus",
241
+ "add-kubernetes": "ship-wheel-badge-plus",
242
+ "search": "magnifier",
243
+ "location": "map-pin",
244
+ "add-location": "map-pin-badge-plus",
245
+ "remove-location": "map-pin-badge-minus",
246
+ "current-location": "map-pin-oval",
247
+ "microphone-on": "microphone",
248
+ "microphone-off": "microphone-slash",
249
+ "announcement": "megaphone",
250
+ "annotation": "message-rectangle-text",
251
+ "comment": "message-rectangle-text",
252
+ "remove": "minus",
253
+ "remove-small": "minus-small",
254
+ "remove-extra-small": "minus-extra-small",
255
+ "dark-mode": "moon",
256
+ "night": "moon",
257
+ "appearance": "paintbrush",
258
+ "send": "paper-plane",
259
+ "attachment": "paperclip",
260
+ "attach": "paperclip",
261
+ "paragraph": "paragraph-sign",
262
+ "parking": "parking-sign-square",
263
+ "write": "pencil",
264
+ "image": "photo",
265
+ "gallery": "photo-on-photo-angled",
266
+ "broken-image": "photo-slash",
267
+ "image-stack": "photo-stack",
268
+ "images": "photo-stack",
269
+ "camera": "photo-camera",
270
+ "edit": "pencil-on-square",
271
+ "user": "person",
272
+ "group": "person-2",
273
+ "team": "person-2",
274
+ "users": "person-2",
275
+ "user-admin": "person-badge-gear",
276
+ "user-settings": "person-badge-gear",
277
+ "account": "person-circle",
278
+ "profile": "person-circle",
279
+ "contact-card": "person-text-rectangle",
280
+ "add": "plus",
281
+ "add-small": "plus-small",
282
+ "extension": "puzzle-piece",
283
+ "module": "puzzle-piece",
284
+ "plugin": "puzzle-piece",
285
+ "add-plugin": "puzzle-piece-badge-plus",
286
+ "help": "question-mark-circle",
287
+ "question": "question-mark-circle",
288
+ "security": "shield-check-mark",
289
+ "verified": "shield-check-mark",
290
+ "blocked": "slash-circle",
291
+ "forbidden": "slash-circle",
292
+ "local-settings": "slider-horizontal-3",
293
+ "ai": "sparkles",
294
+ "magic": "sparkles",
295
+ "mute": "speaker-slash",
296
+ "high-volume": "speaker-volume-high",
297
+ "low-volume": "speaker-volume-low",
298
+ "medium-volume": "speaker-volume-medium",
299
+ "fit-to-view": "viewfinder",
300
+ "scan": "viewfinder-line",
301
+ "rating": "star",
302
+ "rated": "star-filled",
303
+ "new": "starburst-filled",
304
+ "promotion": "starburst-filled",
305
+ "logout": "arrow-right-out-bucket",
306
+ "exit": "arrow-right-out-bucket",
307
+ "login": "arrow-right-in-bucket",
308
+ "external-link": "square-arrow-right-top",
309
+ "open-new-page": "square-arrow-right-top",
310
+ "share": "square-arrow-up",
311
+ "export": "square-arrow-up",
312
+ "copy": "square-on-square",
313
+ "duplicate": "square-plus-on-square",
314
+ "stack": "rectangle-stack",
315
+ "library": "rectangle-stack",
316
+ "day": "sun",
317
+ "light-mode": "sun",
318
+ "download-table": "rectangle-split-2x3-badge-arrow-down",
319
+ "label": "tag",
320
+ "tags": "tag-on-tag",
321
+ "labels": "tag-on-tag",
322
+ "cli": "terminal",
323
+ "console": "terminal",
324
+ "blockquote": "text-quote",
325
+ "countdown": "timer",
326
+ "delete": "trash",
327
+ "path": "point-bottom-left-to-point-top-right-s-curve-path",
328
+ "traject": "point-bottom-left-to-point-top-right-s-curve-path",
329
+ "pipeline": "pipeline-corner-2",
330
+ "design": "pencil-ruler",
331
+ "dns": "globe-rack-server",
332
+ "archive": "file-box",
333
+ "coins": "cylinder-2-big-small-split",
334
+ "building-blocks": "blocks-9",
335
+ "sustainability": "leaf",
336
+ "workplace": "desk-with-screen",
337
+ "a11y": "accessibility",
338
+ "explore": "binoculars",
339
+ "discover": "binoculars",
340
+ "gem": "diamond",
341
+ "quality": "diamond",
342
+ "monitoring": "radar",
343
+ "certified": "seal-check-mark",
344
+ "protection": "shield",
345
+ "cart": "shopping-cart",
346
+ "directions": "signpost",
347
+ "table": "rectangle-split-2x3",
348
+ "table-cells": "rectangle-split-2x3",
349
+ "save": "square-arrow-down",
350
+ "import": "square-arrow-down",
351
+ "pipeline-runner": "pipeline-machine-gear",
352
+ "privacy": "shield-lock",
353
+ "upload": "arrow-up-out-bucket",
354
+ "apps": "square-grid-3x3",
355
+ "columns-2": "rectangle-split-2x1",
356
+ "columns-3": "rectangle-split-3x1",
357
+ "hierarchy": "tree-structure",
358
+ "sitemap": "tree-structure",
359
+ "support": "lifebuoy",
360
+ "network": "network-structure",
361
+ "centralized-network": "centralized-structure",
362
+ "new-account": "person-circle-badge-plus",
363
+ "harvest": "wheat",
364
+ "remove-user": "person-badge-minus",
365
+ "add-user": "person-badge-plus",
366
+ "broadcast": "antenna-radio-waves",
367
+ "brand": "seal-star",
368
+ "play": "media-play",
369
+ "play-filled": "media-play-filled",
370
+ "pause": "media-pause",
371
+ "pause-filled": "media-pause-filled",
372
+ "stop": "media-stop",
373
+ "stop-filled": "media-stop-filled",
374
+ "play-pause": "media-play-pause",
375
+ "play-pause-filled": "media-play-pause-filled"
376
+ };
377
+ //#endregion
378
+ //#region src/components/content/icon/icon-registry.ts
379
+ var iconRegistry = /* @__PURE__ */ new Map([
380
+ ["accessibility", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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-16m4.56 4.13a.75.75 0 0 1 .39 1.45l-3.45.92v1.84a5 5 0 0 0 .17 1.3l1.05 3.92a.75.75 0 0 1-1.45.39l-.98-3.69a.3.3 0 0 0-.58 0l-.99 3.69a.75.75 0 0 1-1.46-.32l.01-.07 1.06-3.94a5 5 0 0 0 .17-1.3V10.5l-3.45-.92a.75.75 0 0 1 .4-1.45l2.13.57a9.4 9.4 0 0 0 4.84 0zM12 5.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3\"/>\n</svg>"],
381
+ ["antenna-radio-waves", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12 8a2 2 0 0 1 1 3.73V21h-2v-9.27A2 2 0 0 1 12 8M6.34 4.34A8 8 0 0 0 4 10c0 2.1.86 4.17 2.34 5.66l-1.41 1.41A10 10 0 0 1 2 10c0-2.63 1.07-5.2 2.93-7.07zm12.73-1.41a10 10 0 0 1 0 14.14l-1.41-1.41a8 8 0 0 0 0-11.32z\"/>\n <path fill=\"currentColor\" d=\"M9.17 7.17A4 4 0 0 0 8 10c0 1.05.43 2.09 1.17 2.83l-1.41 1.41A6 6 0 0 1 6 10c0-1.58.64-3.13 1.76-4.24zm7.07-1.41a6 6 0 0 1 0 8.48l-1.41-1.41a4 4 0 0 0 0-5.66z\"/>\n</svg>"],
382
+ ["apartment-building", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M11 16H9v-2h2zM15 16h-2v-2h2zM11 12H9v-2h2zM15 12h-2v-2h2zM11 8H9V6h2zM15 8h-2V6h2z\"/>\n <path fill=\"currentColor\" d=\"M16 2a3 3 0 0 1 3 3v17h-6v-2h-2v2H5V5a3 3 0 0 1 3-3zM8 4a1 1 0 0 0-1 1v15h2v-2h6v2h2V5a1 1 0 0 0-1-1z\"/>\n</svg>"],
383
+ ["apartment-building-2", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M8 16H6v-2h2zm4 0h-2v-2h2zm-4-4H6v-2h2zm4 0h-2v-2h2zM8 8H6V6h2zm4 0h-2V6h2z\"/>\n <path fill=\"currentColor\" d=\"M13 2a3 3 0 0 1 3 3v17h-6v-2H8v2H2V5a3 3 0 0 1 3-3zM5 4a1 1 0 0 0-1 1v15h2v-2h6v2h2V5a1 1 0 0 0-1-1zm14 0a3 3 0 0 1 3 3v15h-5v-2h3V7a1 1 0 0 0-1-1h-2V4z\"/>\n <path fill=\"currentColor\" d=\"M18.5 18H17v-2h1.5zm0-4H17v-2h1.5zm0-4H17V8h1.5z\"/>\n</svg>"],
384
+ ["app", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M10.43 2.22a1 1 0 0 1 1.37.37l7.5 12.99.2.1c2.06 1.12 1.43 4.76 1.5 5.85-.9-.6-4.37-1.88-4.32-4.22l.02-.23L9.2 4.09a1 1 0 0 1 .37-1.37zm1.07 7.86-5.95 10.3-2.04.55-.55-2.05L9.7 7.21l.08-.12zM3.46 16H2v-3h3.2zm11.46 0H9.24l1.73-3h2.22zM22 16h-.76a3.4 3.4 0 0 0-1.22-1.18L18.96 13H22z\"/>\n</svg>"],
385
+ ["arrow-2-counter-clockwise", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M4 12a8 8 0 0 0 14.93 4H16v-2h6v6h-2v-2a9.98 9.98 0 0 1-18-6zM12 2a10 10 0 0 1 10 10h-2A8 8 0 0 0 5.07 8H8v2H2V4h2v2a10 10 0 0 1 8-4\"/>\n</svg>"],
386
+ ["arrow-clockwise", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M6.72 3.5A10 10 0 0 1 20 6V3h2v7h-6.5V8h3.43A8 8 0 1 0 16 18.93l1 1.73A10 10 0 0 1 6.72 3.51\"/>\n</svg>"],
387
+ ["arrow-down", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m4 12 8 8 8-8-1.42-1.41L13 16.172V3h-2v13.172L5.42 10.59z\"/>\n</svg>"],
388
+ ["arrow-down-in-bucket", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M13 3v10.586l4.293-4.293 1.414 1.414L12 17.414l-6.707-6.707 1.414-1.414L11 13.586V3zM5 16v3a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-3h2v3a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-3z\"/>\n</svg>"],
389
+ ["arrow-down-left-arrow-up-right", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M11 14.4 5.4 20H9v2H2v-7h2v3.593L9.6 13zM22 10h-2V5.407L14.4 11 13 9.36 18.6 4H14V2h8z\"/>\n</svg>"],
390
+ ["arrow-left", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m12 4-8 8 8 8 1.41-1.42L7.828 13H21v-2H7.828l5.582-5.58z\"/>\n</svg>"],
391
+ ["arrow-left-right", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m20.41 17-5.7-5.7-1.42 1.4 3.3 3.3H4v2h12.59l-3.3 3.3 1.42 1.4zM20 6H7.41l3.3-3.3-1.42-1.4L3.6 7l5.7 5.7 1.42-1.4L7.4 8H20z\"/>\n</svg>"],
392
+ ["arrow-left-to-line", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M6 20H4V4h2zM16.41 6.42 11.83 11H22v2H11.83l4.58 4.58L15 19l-7-7 7-7z\"/>\n</svg>"],
393
+ ["arrow-right", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m12 4 8 8-8 8-1.41-1.42L16.172 13H3v-2h13.172L10.59 5.42z\"/>\n</svg>"],
394
+ ["arrow-right-in-bucket", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M18 3a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3h-6v-2h6a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-6V3zm-3 9-5 5-1.41-1.42L11.17 13H3v-2h8.17L8.6 8.42 10 7z\"/>\n</svg>"],
395
+ ["arrow-right-out-bucket", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12 5H6a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h6v2H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h6zm9 7-5 5-1.41-1.42L17.17 13H9v-2h8.17L14.6 8.42 16 7z\"/>\n</svg>"],
396
+ ["arrow-right-to-line", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m16 12-7 7-1.41-1.42L12.17 13H2v-2h10.17L7.6 6.42 9 5zm4 8h-2V4h2z\"/>\n</svg>"],
397
+ ["arrow-u-turn-backward", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M9.4 4.4 5.82 8H16a6 6 0 0 1 0 12h-4v-2h4a4 4 0 0 0 0-8H5.82l3.58 3.6L8 15 2 9l6-6z\"/>\n</svg>"],
398
+ ["arrow-u-turn-forward", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M14.6 4.4 18.18 8H8a6 6 0 0 0 0 12h4v-2H8a4 4 0 0 1 0-8h10.18l-3.58 3.6L16 15l6-6-6-6z\"/>\n</svg>"],
399
+ ["arrow-up", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m4 12 8-8 8 8-1.42 1.41L13 7.828V21h-2V7.828L5.42 13.41z\"/>\n</svg>"],
400
+ ["arrow-up-arrow-down", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m7 3.586 5.707 5.707-1.414 1.414L8 7.414V20H6V7.414l-3.293 3.293-1.414-1.414zM18 4v12.586l3.293-3.293 1.414 1.414L17 20.414l-5.707-5.707 1.414-1.414L16 16.586V4z\"/>\n</svg>"],
401
+ ["arrow-up-out-bucket", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M11 16.41V5.83l-4.3 4.3L5.3 8.7 12 2l6.7 6.7-1.4 1.42-4.3-4.3v10.6zM5 16v3a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-3h2v3a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-3z\"/>\n</svg>"],
402
+ ["arrow-up-right-arrow-down-left", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M11 21H9v-4.593L3.4 22 2 20.36 7.6 15H3v-2h8zM22 3.4 16.4 9H20v2h-7V4h2v3.593L20.6 2z\"/>\n</svg>"],
403
+ ["at", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M16 12c0 2.73 1.3 3.5 2 3.5s2-.77 2-3.5a8 8 0 1 0-5.93 7.73l.52 1.93A10 10 0 1 1 22 12c0 3.27-1.7 5.5-4 5.5-1.36 0-2.5-.78-3.22-2.08A4.3 4.3 0 0 1 11.5 17C9 17 7 14.76 7 12s2-5 4.5-5c.92 0 1.78.31 2.5.84V7h2zm-4.5-3C10.3 9 9 10.14 9 12s1.31 3 2.5 3 2.5-1.14 2.5-3-1.31-3-2.5-3\"/>\n</svg>"],
404
+ ["bell", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12 2a4 4 0 0 1 3.92 3.2A7 7 0 0 1 19 11v2a3 3 0 0 0 2.02 2.84c.52.18.98.6.98 1.16a1 1 0 0 1-1 1h-5a4 4 0 0 1-8 0H3a1 1 0 0 1-1-1c0-.55.46-.98.98-1.16A3 3 0 0 0 5 13v-2a7 7 0 0 1 3.08-5.8A4 4 0 0 1 12 2m-2 16a2 2 0 1 0 4 0zm2-14a2.02 2.02 0 0 0-1.96 2.4A5 5 0 0 0 7 11v2c0 1.13-.37 2.16-1 3h12c-.63-.84-1-1.87-1-3v-2a5 5 0 0 0-3.04-4.6A2.03 2.03 0 0 0 12 4\"/>\n</svg>"],
405
+ ["binoculars", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M16 3a2 2 0 0 1 2 2v.23a4 4 0 0 1 2.6 3.06l1.3 7.27A4.5 4.5 0 0 1 17.5 21a4.5 4.5 0 0 1-4.47-4H13a1 1 0 1 0-2 0h-.03a4.5 4.5 0 1 1-8.88-1.42L3.41 8.3A4 4 0 0 1 6 5.24V5a2 2 0 1 1 4 0v.77a3 3 0 0 1 .9 1.44 3 3 0 0 1 2.2 0 3 3 0 0 1 .9-1.44V5c0-1.1.9-2 2-2M6.5 14a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5m11 0a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5M12 9a1 1 0 0 0-1 1v4.17a3 3 0 0 1 2 0V10a1 1 0 0 0-1-1M7.34 7a2 2 0 0 0-1.96 1.65l-.67 3.72a4.5 4.5 0 0 1 4.29.39V8a1 1 0 0 0-1-1zM16 7a1 1 0 0 0-1 1v4.76a4.5 4.5 0 0 1 4.3-.39l-.68-3.72A2 2 0 0 0 16.66 7z\"/>\n</svg>"],
406
+ ["blocks-9", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M8.1 8c.5.06.9.48.9 1v3h7.1c.5.06.9.48.9 1v8.1a1 1 0 0 1-.9.9H4a1 1 0 0 1-1-.9V9a1 1 0 0 1 1-1zM5 20h2v-2H5zm4 0h2v-2H9zm4 0h2v-2h-2zm-8-4h2v-2H5zm4 0h2v-2H9zm4 0h2v-2h-2zm3.3-10.03a1 1 0 0 1 1.22-.71l3.86 1.03.1.04a1 1 0 0 1 .61 1.19l-1.04 3.86-.03.1a1 1 0 0 1-1.09.63l-.1-.02-3.86-1.04a1 1 0 0 1-.73-1.12l.02-.1zM5 12h2v-2H5zm12.45-2.62 1.93.52.52-1.93-1.93-.52zm-4.52-8.14a1 1 0 0 1 1.12.73l1.04 3.86.02.1a1 1 0 0 1-.63 1.1l-.1.02-3.86 1.04a1 1 0 0 1-1.2-.61l-.03-.1-1.03-3.86a1 1 0 0 1 .7-1.23l3.87-1.03zm-2.48 2.73.52 1.93 1.93-.52-.52-1.93z\"/>\n</svg>"],
407
+ ["bold", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12 2a6 6 0 0 1 4.9 9.45A5.98 5.98 0 0 1 13 22H5V2zM9 18h4a2 2 0 1 0 0-4H9zm0-8h3a2 2 0 1 0 0-4H9z\"/>\n</svg>"],
408
+ ["book", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M16.5 3C19.54 3 22 4.8 22 7v13.07c0 .7-1.08 1.07-1.65.66a6.6 6.6 0 0 0-7.61-.08 1.3 1.3 0 0 1-1.48 0 6.5 6.5 0 0 0-7.62.07c-.57.42-1.64.05-1.64-.65V7c0-2.2 2.46-4 5.5-4 1.86 0 3.5.67 4.5 1.7A6.3 6.3 0 0 1 16.5 3m-9 2C6.4 5 4 5.5 4 7v11.2c2.2-1 4.8-1 7 0V6.54A4.6 4.6 0 0 0 7.5 5m9 0c-1.43 0-2.54.55-3.5 1.54V18.2c2.2-1 4.8-1 7 0V7c0-1.5-2.4-2-3.5-2\"/>\n</svg>"],
409
+ ["book-badge-play", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10m-1.5 7.5 4.25-2.5-4.25-2.5z\"/>\n <path fill=\"currentColor\" d=\"M16.5 2C19.54 2 22 3.8 22 6v7.53a6 6 0 0 0-2-1.19V6c0-1.5-2.4-2-3.5-2-1.43 0-2.54.55-3.5 1.54v9.14a6 6 0 0 0-.71 5.17 1.3 1.3 0 0 1-1.03-.2 6.5 6.5 0 0 0-7.62.07c-.57.42-1.64.05-1.64-.65V6c0-2.2 2.46-4 5.5-4 1.86 0 3.5.67 4.5 1.7A6.3 6.3 0 0 1 16.5 2m-9 2C6.4 4 4 4.5 4 6v11.2c2.2-1 4.8-1 7 0V5.55A4.6 4.6 0 0 0 7.5 4\"/>\n</svg>"],
410
+ ["book-badge-plus", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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.5z\"/>\n <path fill=\"currentColor\" d=\"M16.5 2C19.54 2 22 3.8 22 6v7.53a6 6 0 0 0-2-1.19V6c0-1.5-2.4-2-3.5-2-1.43 0-2.54.55-3.5 1.54v9.14a6 6 0 0 0-.71 5.17 1.3 1.3 0 0 1-1.03-.2 6.5 6.5 0 0 0-7.62.07c-.57.42-1.64.05-1.64-.65V6c0-2.2 2.46-4 5.5-4 1.86 0 3.5.67 4.5 1.7A6.3 6.3 0 0 1 16.5 2m-9 2C6.4 4 4 4.5 4 6v11.2c2.2-1 4.8-1 7 0V5.55A4.6 4.6 0 0 0 7.5 4\"/>\n</svg>"],
411
+ ["bookmark", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
412
+ ["bookmark-filled", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
413
+ ["books-vertical", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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 <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>"],
414
+ ["brackets-ellipsis", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M7 6H4v12h3v2H2V4h5zM22 20h-5v-2h3V6h-3V4h5z\"/>\n <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>"],
415
+ ["brackets-ellipsis-badge-plus", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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 <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>"],
416
+ ["brick-wall", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
417
+ ["bug", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m17.37 3-1.83 3.16a6 6 0 0 1 2.32 3.55l1.64-.46V7h2v3.75l-3.5 1V13h4v2h-4v1.24l3.5 1V21h-2v-2.25l-1.92-.54a6 6 0 0 1-11.16 0l-1.92.54V21h-2v-3.75l3.5-1V15H2v-2h4v-1.25l-3.5-1V7h2v2.25l1.64.46a6 6 0 0 1 2.32-3.55L6.63 3l1.74-1 1.88 3.26a6 6 0 0 1 3.5 0L15.63 2zM8 16a4 4 0 0 0 8 0v-4H8zm4-9a4 4 0 0 0-3.87 3h7.74A4 4 0 0 0 12 7\"/>\n</svg>"],
418
+ ["bullet-list", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M4.5 16.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M22 19H9v-2h13zM4.5 10.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M22 13H9v-2h13zM4.5 4.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M22 7H9V5h13z\"/>\n</svg>"],
419
+ ["business-suitcase", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M14 2c1.66 0 3 1.34 3 3v1h2a3 3 0 0 1 3 3v9c0 1.66-1.34 3-3 3H5c-1.66 0-3-1.34-3-3V9a3 3 0 0 1 3-3h2V5a3 3 0 0 1 3-3zM5 8a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1zm5-4a1 1 0 0 0-1 1v1h6V5a1 1 0 0 0-1-1z\"/>\n</svg>"],
420
+ ["calendar-event", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M8 2a1 1 0 0 1 1 1v1h6V3a1 1 0 1 1 2 0v1h1a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h1V3a1 1 0 0 1 1-1M7 6H6a1 1 0 0 0-1 1v3h14V7a1 1 0 0 0-1-1h-1v1a1 1 0 1 1-2 0V6H9v1a1 1 0 0 1-2 0zm12 6H5v7a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1zM7 14h4v4H7z\"/>\n</svg>"],
421
+ ["caret-down", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m2 8 10 10L22 8z\"/>\n</svg>"],
422
+ ["caret-down-extra-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m6 10 6 6 6-6z\"/>\n</svg>"],
423
+ ["caret-down-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m4 9 8 8 8-8z\"/>\n</svg>"],
424
+ ["caret-left", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m16 21.7-10-10 10-10z\"/>\n</svg>"],
425
+ ["caret-left-extra-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m14 18-6-6 6-6z\"/>\n</svg>"],
426
+ ["caret-left-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m15 20-8-8 8-8z\"/>\n</svg>"],
427
+ ["caret-right", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m8 1.7 10 10-10 10z\"/>\n</svg>"],
428
+ ["caret-right-extra-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m10 6 6 6-6 6z\"/>\n</svg>"],
429
+ ["caret-right-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m9 4 8 8-8 8z\"/>\n</svg>"],
430
+ ["caret-up", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M2 16 12 6l10 10z\"/>\n</svg>"],
431
+ ["caret-up-extra-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m6 14 6-6 6 6z\"/>\n</svg>"],
432
+ ["caret-up-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m4 15 8-8 8 8z\"/>\n</svg>"],
433
+ ["centralized-structure", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12 1a2 2 0 0 1 .68 3.88l.49 5.12c.78.04 1.5.3 2.1.7l2.97-2.75a2 2 0 1 1 .68.73l-2.9 2.7q.78.9.95 2.14l2.2.3a1.5 1.5 0 1 1-.14.99l-2.07-.28q-.17 1.18-.9 2.05l1.96 2.5a1.5 1.5 0 1 1-.79.62l-1.91-2.44a4 4 0 0 1-3.35.6l-.52 1.48a1.5 1.5 0 1 1-.95-.34l.54-1.51A4 4 0 0 1 9.2 15.2l-2.2.69.01.1a2 2 0 1 1-.3-1.06l2.3-.72a4 4 0 0 1 .66-2.41L6.3 9.5q-.53.48-1.3.5a2 2 0 1 1 1.88-1.32l3.43 2.36q.78-.71 1.86-.95l-.49-5.12A2 2 0 0 1 12 1m1 11a2 2 0 1 0 0 4 2 2 0 0 0 0-4\"/>\n</svg>"],
434
+ ["certificate", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M15 11a3 3 0 0 1 2 5.23V21l-2-1-2 1v-4.77A2.99 2.99 0 0 1 15 11m0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2\"/>\n <path fill=\"currentColor\" d=\"M19 3a3 3 0 0 1 3 3v10c0 1.67-1.33 3-3 3h-1v-2h1a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h7v2H5c-1.67 0-3-1.33-3-3V6a3 3 0 0 1 3-3z\"/>\n <path fill=\"currentColor\" d=\"M10 13H6v-2h4zM18 9H6V7h12z\"/>\n</svg>"],
435
+ ["chart-x-y-axis-line", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M4 19h18v2H2V3h2z\"/>\n <path fill=\"currentColor\" d=\"M20.7 7.7 14 14.42l-3-3-3.3 3.3-1.4-1.42L11 8.6l3 3 5.3-5.3z\"/>\n</svg>"],
436
+ ["check-circle-filled", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20m-1.3 11.3L8.42 11 7 12.41l3.7 3.71 6.71-6.7L16 8z\"/>\n</svg>"],
437
+ ["check-list", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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 <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>"],
438
+ ["check-mark", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
439
+ ["check-mark-circle", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
440
+ ["check-mark-extra-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
441
+ ["check-mark-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
442
+ ["chevron-double-left", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M14 3.4 5.429 12 14 20.6 12.6 22l-10-10.001L12.6 2z\"/>\n <path fill=\"currentColor\" d=\"M22 3.4 13.429 12 22 20.6 20.6 22l-10-10.001L20.6 2z\"/>\n</svg>"],
443
+ ["chevron-double-left-extra-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12 7.4 7.429 12 12 16.6 10.6 18l-6-6.001L10.6 6z\"/>\n <path fill=\"currentColor\" d=\"M18 7.4 13.429 12 18 16.6 16.6 18l-6-6.001L16.6 6z\"/>\n</svg>"],
444
+ ["chevron-double-left-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M14 5.4 7.429 12 14 18.6 12.6 20l-8-8.001L12.6 4z\"/>\n <path fill=\"currentColor\" d=\"M21 5.4 14.429 12 21 18.6 19.6 20l-8-8.001L19.6 4z\"/>\n</svg>"],
445
+ ["chevron-double-right", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M11.172 11.7 2.6 3.1 4 1.7l10 10-10 10-1.4-1.4z\"/>\n <path fill=\"currentColor\" d=\"M19.172 11.7 10.6 3.1 12 1.7l10 10-10 10-1.4-1.4z\"/>\n</svg>"],
446
+ ["chevron-double-right-extra-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M16.172 12 11.6 7.4 13 6l6 6-6 6-1.4-1.4z\"/>\n <path fill=\"currentColor\" d=\"M10.172 12 5.6 7.4 7 6l6 6-6 6-1.4-1.4z\"/>\n</svg>"],
447
+ ["chevron-double-right-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M18.172 12 11.6 5.4 13 4l8 8-8 8-1.4-1.4z\"/>\n <path fill=\"currentColor\" d=\"M11.172 12 4.6 5.4 6 4l8 8-8 8-1.4-1.4z\"/>\n</svg>"],
448
+ ["chevron-down", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12 15.172 3.4 6.6 2 8l10 10L22 8l-1.4-1.4z\"/>\n</svg>"],
449
+ ["chevron-down-extra-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12 13.172 7.4 8.6 6 10l6 6 6-6-1.4-1.4z\"/>\n</svg>"],
450
+ ["chevron-down-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12 14.172 5.4 7.6 4 9l8 8 8-8-1.4-1.4z\"/>\n</svg>"],
451
+ ["chevron-left", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m8.83 12 8.57 8.6L16 22 6 12 16 2l1.4 1.4z\"/>\n</svg>"],
452
+ ["chevron-left-chevron-right", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M18.17 12 13.6 7.4 15 6l6 6-6 6-1.4-1.4zM5.83 12l4.57-4.6L9 6l-6 6 6 6 1.4-1.4z\"/>\n</svg>"],
453
+ ["chevron-left-extra-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m10.828 12 4.572 4.6L14 18l-6-6 6-6 1.4 1.4z\"/>\n</svg>"],
454
+ ["chevron-left-forward-slash-chevron-right", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M15.04 4.53 10.9 20l-1.94-.52L13.1 4zM8.4 7.4 3.83 12l4.57 4.6L7 18l-6-6 6-6zM23 12l-6 6-1.4-1.4 4.57-4.6-4.57-4.6L17 6z\"/>\n</svg>"],
455
+ ["chevron-left-forward-slash-chevron-right-rectangle", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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-1zm8.87 2.2-2.15 8-1.44-.4 2.14-8zm-3.84 1.83L8.06 12l1.97 1.97-1.06 1.06L5.94 12l3.03-3.03zM18.06 12l-3.03 3.03-1.06-1.06L15.94 12l-1.97-1.97 1.06-1.06z\"/>\n</svg>"],
456
+ ["chevron-left-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m9.828 12 6.572 6.6L15 20l-8-8 8-8 1.4 1.4z\"/>\n</svg>"],
457
+ ["chevron-left-to-line", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M7 22H5V2h2zM20.4 3.4 11.83 12l8.57 8.6L19 22 9 12 19 2z\"/>\n</svg>"],
458
+ ["chevron-left-to-line-extra-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M9 18H7V6h2zm9.4-10.6L13.83 12l4.57 4.6L17 18l-6-6 6-6z\"/>\n</svg>"],
459
+ ["chevron-left-to-line-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M8 20H6V4h2zM19.4 5.4 12.83 12l6.57 6.6L18 20l-8-8 8-8z\"/>\n</svg>"],
460
+ ["chevron-right", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M15.17 12 6.6 3.4 8 2l10 10L8 22l-1.4-1.4z\"/>\n</svg>"],
461
+ ["chevron-right-extra-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M13.172 12 8.6 7.4 10 6l6 6-6 6-1.4-1.4z\"/>\n</svg>"],
462
+ ["chevron-right-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M14.172 12 7.6 5.4 9 4l8 8-8 8-1.4-1.4z\"/>\n</svg>"],
463
+ ["chevron-right-to-line", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M15 12 5 22l-1.4-1.4 8.57-8.6L3.6 3.4 5 2zm4 10h-2V2h2z\"/>\n</svg>"],
464
+ ["chevron-right-to-line-extra-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m13 12-6 6-1.4-1.4 4.57-4.6L5.6 7.4 7 6zm4 6h-2V6h2z\"/>\n</svg>"],
465
+ ["chevron-right-to-line-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m14 12-8 8-1.4-1.4 6.57-6.6L4.6 5.4 6 4zm4 8h-2V4h2z\"/>\n</svg>"],
466
+ ["chevron-up", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12 8.828 3.4 17.4 2 16 12 6l10 10-1.4 1.4z\"/>\n</svg>"],
467
+ ["chevron-up-chevron-down", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
468
+ ["chevron-up-extra-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12 10.828 7.4 15.4 6 14l6-6 6 6-1.4 1.4z\"/>\n</svg>"],
469
+ ["chevron-up-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12 9.828 5.4 16.4 4 15l8-8 8 8-1.4 1.4z\"/>\n</svg>"],
470
+ ["circle-dashed", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"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 />\n</svg>"],
471
+ ["circle-filled", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
472
+ ["circle-filled-extra-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
473
+ ["circle-filled-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
474
+ ["circle-grid-2x2-top-left-check-mark", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
475
+ ["clipboard", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
476
+ ["clipboard-pencil", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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 <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>"],
477
+ ["clipboard-square", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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 <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>"],
478
+ ["clock", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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 <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>"],
479
+ ["clock-arrow-clockwise", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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 <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>"],
480
+ ["clock-arrow-counter-clockwise", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M5 4.86A10 10 0 1 1 3.34 17l1.73-1A8 8 0 1 0 6.71 6H9v2H3V2h2z\"/>\n <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>"],
481
+ ["cloud", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
482
+ ["cloud-arrow-down", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m13 19.172 1.58-1.582L16 19l-4 4-4-4 1.42-1.41L11 19.172V10h2z\"/>\n <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>"],
483
+ ["cloud-arrow-up", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m16 12-1.42 1.41L13 11.828V21h-2v-9.172L9.42 13.41 8 12l4-4z\"/>\n <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>"],
484
+ ["cylinder-2-big-small-split", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
485
+ ["cylinder-split", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
486
+ ["cylinder-split-badge-lock", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
487
+ ["cylinder-split-slash", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M22 20.59 20.6 22 2 3.41 3.41 2zM6 8.83V12c0 .1.1.2.16.27.18.21.52.5 1.08.77.95.48 2.3.84 3.9.93l1.99 1.99Q12.57 16 12 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 12 20c1.76 0 3.28-.32 4.38-.79l1.5 1.5A13 13 0 0 1 12 22c-4.42 0-8-1.8-8-4V6.83zM12 2c4.42 0 8 1.8 8 4v11.17l-2-2v-.53l-.35.19-1.51-1.52q.33-.12.62-.27.82-.44 1.08-.77c.06-.07.16-.18.16-.27V8.64c-1.3.74-3.13 1.23-5.2 1.34l-2.03-2.03Q11.37 8 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 4c-1.76 0-3.28.32-4.38.79l-1.5-1.5A13 13 0 0 1 12 2\"/>\n</svg>"],
488
+ ["desk-with-screen", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M21 11a1 1 0 0 1 1 1v8.1a1 1 0 0 1-.9.9h-5.2a1 1 0 0 1-.9-.9V13H5v7.1a1 1 0 0 1-2 0V12a1 1 0 0 1 1-1h5V9H7a1 1 0 0 1-1-.9V4a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v4.1a1 1 0 0 1-1 .9h-2v2zm-4 8h3v-2h-3zm0-4h3v-2h-3zM8 7h4V5H8z\"/>\n</svg>"],
489
+ ["diamond", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M22 10L12 22L2 10L6 3H18L22 10ZM10.0635 16.5527L7.8916 11H5.43652L10.0635 16.5527ZM13.9355 16.5518L18.5625 11H16.1084L13.9355 16.5518ZM12 16.0117L13.9609 11H10.0391L12 16.0117ZM16.2139 9H19.125L16.8398 5H15.0713L16.2139 9ZM9.86523 9H14.1348L12.9912 5H11.0088L9.86523 9ZM4.87402 9H7.78613L8.92871 5H7.16016L4.87402 9Z\"/>\n</svg>"],
490
+ ["dismiss", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m19.3 3.3 1.4 1.4-7.29 7.3 7.3 7.3-1.42 1.4L12 13.42l-7.3 7.3-1.4-1.42L10.58 12l-7.3-7.3 1.42-1.4L12 10.58z\"/>\n</svg>"],
491
+ ["dismiss-circle", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m12 10.59 2.8-2.8 1.4 1.42L13.42 12l2.8 2.8-1.42 1.4L12 13.42l-2.8 2.8-1.4-1.42L10.58 12l-2.8-2.79 1.42-1.42z\"/>\n <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>"],
492
+ ["dismiss-circle-filled", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20m0 8.59-3.3-3.3-1.4 1.42L10.58 12l-3.3 3.3 1.42 1.4L12 13.42l3.3 3.3 1.4-1.42L13.42 12l3.3-3.3-1.42-1.4z\"/>\n</svg>"],
493
+ ["dismiss-extra-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m15.3 7.3 1.4 1.4-3.29 3.3 3.3 3.3-1.42 1.4L12 13.42l-3.3 3.3-1.4-1.42L10.58 12l-3.3-3.3 1.42-1.4L12 10.58z\"/>\n</svg>"],
494
+ ["dismiss-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m17.3 5.3 1.4 1.4-5.29 5.3 5.3 5.3-1.42 1.4L12 13.42l-5.3 5.3-1.4-1.42L10.58 12l-5.3-5.3 1.42-1.4L12 10.58z\"/>\n</svg>"],
495
+ ["display", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M19 3a3 3 0 0 1 3 3v9a3 3 0 0 1-2.85 3H15v2h2v2H7v-2h2v-2H4.85A3 3 0 0 1 2 15.15V6a3 3 0 0 1 3-3zM5 5a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1z\"/>\n</svg>"],
496
+ ["ellipsis", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M5 10a2 2 0 1 1 0 4 2 2 0 0 1 0-4m7 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4m7 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4\"/>\n</svg>"],
497
+ ["envelope", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M19 4a3 3 0 0 1 3 3v10c0 1.66-1.34 3-3 3H5c-1.66 0-3-1.34-3-3V7a3 3 0 0 1 3-3zm-5.5 9.562a3 3 0 0 1-3 0L4 9.81V17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V9.81zM5 6a1 1 0 0 0-1 1v.5l7.5 4.33a1 1 0 0 0 1 0L20 7.5V7a1 1 0 0 0-1-1z\"/>\n</svg>"],
498
+ ["euro-sign", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M10.25 2.76a7.3 7.3 0 0 1 4.9-.57 8.2 8.2 0 0 1 4.36 2.74L18.1 6.59a6.3 6.3 0 0 0-3.32-2.09 5.6 5.6 0 0 0-3.76.44l-.22.11a7 7 0 0 0-2.7 2.7L7.98 8A8 8 0 0 0 7.52 9H14v2H7.06a9 9 0 0 0 0 2H14v2H7.52q.24.65.58 1.25A7 7 0 0 0 11 19.06a5.6 5.6 0 0 0 3.52.49l.24-.05a6.3 6.3 0 0 0 3.32-2.1l1.42 1.67-.23.26a8 8 0 0 1-4.12 2.48 7.3 7.3 0 0 1-4.62-.44l-.3-.13a9 9 0 0 1-3.63-3.38l-.18-.3Q5.75 16.36 5.4 15H3v-2h2.04a12 12 0 0 1 0-2H3V9h2.4q.31-1.18.86-2.24l.17-.32a9 9 0 0 1 3.82-3.68\"/>\n</svg>"],
499
+ ["exclamation-2-circle", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M10 14.75a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m4 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m-3-1.5H9v-6.5h2zm4 0h-2v-6.5h2z\"/>\n <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>"],
500
+ ["exclamation-2-circle-filled", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20M9.5 15.75a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m5 0a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5M8.5 6v8h2V6zm5 8h2V6h-2z\"/>\n</svg>"],
501
+ ["exclamation-3-circle", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M8.5 14.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m3.5 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m3.5 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m-6-1.5h-2V7h2zm3.5 0h-2V7h2zm3.5 0h-2V7h2z\"/>\n <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>"],
502
+ ["exclamation-3-circle-filled", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20M8 15.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m4 0a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m4 0a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m-9-1.5h2v-7.5H7zm4 0h2v-7.5h-2zm4-7.5v7.5h2v-7.5z\"/>\n</svg>"],
503
+ ["exclamation-circle", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12 15a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m1-1.5h-2v-7h2z\"/>\n <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>"],
504
+ ["exclamation-circle-filled", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
505
+ ["exclamation-triangle", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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 <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>"],
506
+ ["exclamation-triangle-filled", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
507
+ ["eye", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
508
+ ["eye-slash", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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 <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>"],
509
+ ["eyeglasses", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
510
+ ["face-frowning", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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-16m0 8.87c1.78 0 3.5.81 4.63 2.18.35.43.18 1.04-.3 1.32s-1.08.1-1.47-.3a4 4 0 0 0-2.86-1.2c-1.07 0-2.12.45-2.86 1.2-.39.4-1 .58-1.47.3-.48-.28-.65-.9-.3-1.32A6 6 0 0 1 12 12.87M9.5 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3\"/>\n</svg>"],
511
+ ["face-smiling", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M14.86 13.8c.39-.4 1-.58 1.47-.3.48.28.65.9.3 1.32A6 6 0 0 1 12 17c-1.77 0-3.5-.82-4.63-2.18-.35-.43-.18-1.04.3-1.32s1.08-.1 1.47.3c.74.75 1.8 1.2 2.86 1.2 1.07 0 2.12-.45 2.86-1.2M9.5 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M14.5 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3\"/>\n <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>"],
512
+ ["face-smiling-badge-plus", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10M12 2a10 10 0 0 1 9.9 11.44 6 6 0 0 0-1.91-1.1L20 12a8 8 0 1 0-8 8l.34-.01q.38 1.06 1.1 1.9-.7.1-1.44.11a10 10 0 0 1 0-20m5.25 15.25H15v1.5h2.25V21h1.5v-2.25H21v-1.5h-2.25V15h-1.5zM7.67 13.5c.48-.28 1.08-.1 1.47.3a4 4 0 0 0 3.72 1.1 6 6 0 0 0-.77 2.1H12c-1.77 0-3.5-.82-4.63-2.18-.35-.43-.18-1.04.3-1.32M9.5 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3\"/>\n</svg>"],
513
+ ["file", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M14.567 2c.277 0 .543.11.739.306l4.388 4.388c.196.196.306.462.306.739V19a3 3 0 0 1-3 3H7c-1.66 0-3-1.34-3-3V5a3 3 0 0 1 3-3zM7 4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V9h-3a2 2 0 0 1-2-2V4zm8 3h2.17L15 4.83z\"/>\n</svg>"],
514
+ ["file-badge-arrow-down", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10m-.75 5.38-1.49-1.49-1.06 1.061 3.3 3.3 3.3-3.3-1.06-1.06-1.49 1.489V15h-1.5z\"/>\n <path fill=\"currentColor\" d=\"M14.567 2c.277 0 .543.11.739.306l4.388 4.388c.196.196.306.462.306.739v4.909A6 6 0 0 0 18 12V9h-3a2 2 0 0 1-2-2V4H7a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h5.343c.263.745.67 1.423 1.186 2H7c-1.66 0-3-1.34-3-3V5a3 3 0 0 1 3-3zM15 7h2.17L15 4.83z\"/>\n</svg>"],
515
+ ["file-badge-arrow-up", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10m-3.3 5.049 1.06 1.06 1.49-1.489V21h1.5v-3.38l1.49 1.49 1.06-1.061-3.3-3.3z\"/>\n <path fill=\"currentColor\" d=\"M14.567 2c.277 0 .543.11.739.306l4.388 4.388c.196.196.306.462.306.739v4.909A6 6 0 0 0 18 12V9h-3a2 2 0 0 1-2-2V4H7a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h5.343c.263.745.67 1.423 1.186 2H7c-1.66 0-3-1.34-3-3V5a3 3 0 0 1 3-3zM15 7h2.17L15 4.83z\"/>\n</svg>"],
516
+ ["file-badge-minus", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10m-3 5.75h6v-1.5h-6z\"/>\n <path fill=\"currentColor\" d=\"M14.567 2c.277 0 .543.11.739.306l4.388 4.388c.196.196.306.462.306.739v4.909A6 6 0 0 0 18 12V9h-3a2 2 0 0 1-2-2V4H7a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h5.343c.263.745.67 1.423 1.186 2H7c-1.66 0-3-1.34-3-3V5a3 3 0 0 1 3-3zM15 7h2.17L15 4.83z\"/>\n</svg>"],
517
+ ["file-badge-plus", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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.5z\"/>\n <path fill=\"currentColor\" d=\"M14.567 2c.277 0 .543.11.739.306l4.388 4.388c.196.196.306.462.306.739v4.909A6 6 0 0 0 18 12V9h-3a2 2 0 0 1-2-2V4H7a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h5.343c.263.745.67 1.423 1.186 2H7c-1.66 0-3-1.34-3-3V5a3 3 0 0 1 3-3zM15 7h2.17L15 4.83z\"/>\n</svg>"],
518
+ ["file-box", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M15 12a1 1 0 0 1-1 1h-4a1 1 0 1 1 0-2h4a1 1 0 0 1 1 1\"/>\n <path fill=\"currentColor\" d=\"M19 3a3 3 0 0 1 3 3v2c0 .56-.44 1-1 1v9c0 1.67-1.33 3-3 3H6c-1.67 0-3-1.33-3-3V9c-.56 0-1-.44-1-1V6a3 3 0 0 1 3-3zM5 18a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V9H5zM5 5a1 1 0 0 0-1 1v1h16V6a1 1 0 0 0-1-1z\"/>\n</svg>"],
519
+ ["file-on-file", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M10.567 5c.277 0 .543.11.739.306l4.388 4.388c.196.196.306.462.306.739V19c0 1.66-1.34 3-3 3H5c-1.66 0-3-1.34-3-3V8a3 3 0 0 1 3-3zM5 7a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-7h-3a2 2 0 0 1-2-2V7zm6 3h2.17L11 7.83z\"/>\n <path fill=\"currentColor\" d=\"m17.293 2.293 4.414 4.414a1 1 0 0 1 .293.707V16c0 1.66-1.34 3-3 3h-2v-2h2a1 1 0 0 0 1-1V9h-3a2 2 0 0 1-2-2V4H8.174C8.586 2.835 9.694 2 11 2h5.586c.263.013.517.103.707.293M17 7h2.17L17 4.83z\"/>\n</svg>"],
520
+ ["file-text", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M16 18H8v-2h8zm0-4H8v-2h8zm-5-4H8V8h3z\"/>\n <path fill=\"currentColor\" d=\"M14.567 2c.277 0 .543.11.739.306l4.388 4.388c.196.196.306.462.306.739V19a3 3 0 0 1-3 3H7c-1.66 0-3-1.34-3-3V5a3 3 0 0 1 3-3zM7 4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V9h-3a2 2 0 0 1-2-2V4zm8 3h2.17L15 4.83z\"/>\n</svg>"],
521
+ ["file-text-badge-check-mark", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10m-.75 5.44-1.47-1.47-1.06 1.06 2.53 2.53 4.03-4.03-1.06-1.06z\"/>\n <path fill=\"currentColor\" d=\"M13.567 2c.277 0 .543.11.739.306l4.388 4.388c.196.196.306.462.306.739v4.651a6 6 0 0 0-2 0V9h-3a2 2 0 0 1-2-2V4H6a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h6.343c.263.745.67 1.423 1.186 2H6c-1.66 0-3-1.34-3-3V5a3 3 0 0 1 3-3zM14 7h2.17L14 4.83z\"/>\n <path fill=\"currentColor\" d=\"M12.343 16A6 6 0 0 0 12 18H7v-2zM15 12.804A6 6 0 0 0 13.53 14H7v-2h8zM10 10H7V8h3z\"/>\n</svg>"],
522
+ ["file-text-badge-check-plus", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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.5z\"/>\n <path fill=\"currentColor\" d=\"M13.567 2c.277 0 .543.11.739.306l4.388 4.388c.196.196.306.462.306.739v4.651a6 6 0 0 0-2 0V9h-3a2 2 0 0 1-2-2V4H6a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h6.343c.263.745.67 1.423 1.186 2H6c-1.66 0-3-1.34-3-3V5a3 3 0 0 1 3-3zM14 7h2.17L14 4.83z\"/>\n <path fill=\"currentColor\" d=\"M12.343 16A6 6 0 0 0 12 18H7v-2zM15 12.804A6 6 0 0 0 13.53 14H7v-2h8zM10 10H7V8h3z\"/>\n</svg>"],
523
+ ["file-text-on-file-text", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12.5 18h-7v-1.5h7zm0-3h-7v-1.5h7zm-5-3h-2v-1.5h2z\"/>\n <path fill=\"currentColor\" d=\"M10.567 5c.277 0 .543.11.739.306l4.388 4.388c.196.196.306.462.306.739V19c0 1.66-1.34 3-3 3H5c-1.66 0-3-1.34-3-3V8a3 3 0 0 1 3-3zM5 7a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-7h-3a2 2 0 0 1-2-2V7zm6 3h2.17L11 7.83z\"/>\n <path fill=\"currentColor\" d=\"M16.586 2c.263.013.517.103.707.293l4.414 4.414a1 1 0 0 1 .293.707V16c0 1.66-1.34 3-3 3h-2v-2h2a1 1 0 0 0 1-1V9h-3a2 2 0 0 1-2-2V4H8.174C8.586 2.835 9.694 2 11 2zM17 7h2.17L17 4.83z\"/>\n</svg>"],
524
+ ["file-text-pencil", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M14.567 2c.277 0 .543.11.739.305l1.378 1.38q-.111.09-.215.194l-1.21 1.21-.259-.26v.518L13.027 7.32A2 2 0 0 1 13 7V4H7a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-5.34l2-2V19a3 3 0 0 1-3 3H7c-1.66 0-3-1.34-3-3V5a3 3 0 0 1 3-3z\"/>\n <path fill=\"currentColor\" d=\"M17.175 4.586a2 2 0 0 1 2.829 0L21.418 6a2 2 0 0 1 0 2.829l-9.172 9.17H8.003v-4.242zm-7.172 10V16h1.414l5.758-5.758-1.414-1.414zm7.172-7.172 1.414 1.415 1.415-1.415L18.589 6zM16 18h-2.339l2-2H16zm-8-5.655V12h.346zm4-3.999L10.347 10H8V8h4z\"/>\n</svg>"],
525
+ ["flag", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m5 3.67 2.04-.34a8 8 0 0 1 3.84.3l2.24.74a8 8 0 0 0 3.84.3L21 4v11l-4.04.67a8 8 0 0 1-3.38-.16l-2.7-.88a8 8 0 0 0-3.84-.3L5 14.67V22H3V2h2zm5.25 1.86c-1.74-.59-3.5-.13-5.25.16v6.95l1.71-.29a10 10 0 0 1 4.8.38l2.24.74a6 6 0 0 0 2.88.23l2.37-.4V6.36l-1.71.29a10 10 0 0 1-4.8-.38z\"/>\n</svg>"],
526
+ ["flag-filled", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m5 3.67 2.04-.34c2.15-.36 4.07.37 6.08 1.04a8 8 0 0 0 3.84.3L21 4v11l-4.04.67a8 8 0 0 1-3.84-.3c-2-.67-3.93-1.4-6.08-1.04L5 14.67V22H3V2h2z\"/>\n</svg>"],
527
+ ["folder", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M9.095 3a3 3 0 0 1 2.304 1.08L13 6h6a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H5c-1.66 0-3-1.34-3-3V6a3 3 0 0 1 3-3zM5 5a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1h-6.937l-2.2-2.64A1 1 0 0 0 9.095 5z\"/>\n</svg>"],
528
+ ["folder-badge-plus", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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.5z\"/>\n <path fill=\"currentColor\" d=\"M9.095 3a3 3 0 0 1 2.304 1.08L13 6h6a3 3 0 0 1 3 3v4.528a6 6 0 0 0-2-1.186V9a1 1 0 0 0-1-1h-6.937l-2.2-2.64A1 1 0 0 0 9.095 5H5a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h7c0 .701.122 1.374.343 2H5c-1.66 0-3-1.34-3-3V6a3 3 0 0 1 3-3z\"/>\n</svg>"],
529
+ ["folder-on-folder", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M4 18a1 1 0 0 0 1 1h13a2 2 0 0 1-2 2H5a3 3 0 0 1-3-3V9c0-1.11.9-2 2-2z\"/>\n <path fill=\"currentColor\" d=\"M10.76 3a3 3 0 0 1 2.12.88L15 6h4a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zM8 5a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V9a1 1 0 0 0-.9-1h-4.93l-2.7-2.7a1 1 0 0 0-.71-.3z\"/>\n</svg>"],
530
+ ["folder-open", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M9.095 3a3 3 0 0 1 2.304 1.08L13 6h6c1.306 0 2.414.835 2.826 2h-9.763l-2.2-2.64A1 1 0 0 0 9.095 5H5a1 1 0 0 0-1 1v11c0 .17.043.33.117.47l1.36-6.12A3 3 0 0 1 8.408 9h12.165l.184.006a3 3 0 0 1 2.71 3.783l-1.364 5a3 3 0 0 1-2.642 2.2L19.21 20H5c-1.66 0-3-1.34-3-3V6a3 3 0 0 1 3-3zm-.689 8a1 1 0 0 0-.975.783L6.049 18h13.16a1 1 0 0 0 .965-.737l1.363-5A1 1 0 0 0 20.572 11z\"/>\n</svg>"],
531
+ ["foundation", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m21 8.42-1.16 1.63-.84-.6V14h3v2h-3v3h1v2h-4v-2h1v-3h-4v3h1v2h-4v-2h1v-3H7v3h1v2H4v-2h1v-3H2v-2h3V9.45l-.85.6L3 8.44 12 2zm-14-.4V14h2V9h6v5h2V8.02l-5-3.56zM11 14h2v-3h-2z\"/>\n</svg>"],
532
+ ["gear", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12 8a4 4 0 1 1 0 8 4 4 0 0 1 0-8m0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4\"/>\n <path fill=\"currentColor\" d=\"M13.19 2a2 2 0 0 1 1.991 1.8l.09.9a9 9 0 0 1 1.416.818l.824-.372a2 2 0 0 1 2.555.824l1.19 2.06a2 2 0 0 1-.564 2.624l-.734.527c.055.536.056 1.09 0 1.637l.734.528c.833.6 1.078 1.734.564 2.624l-1.294 2.22a2 2 0 0 1-2.274.734l-1.001-.443a8 8 0 0 1-1.416.819l-.118 1.088a2 2 0 0 1-1.772 1.603H10.62a2 2 0 0 1-1.8-1.792l-.09-.9a8 8 0 0 1-1.416-.818l-1.001.443a2 2 0 0 1-2.275-.734l-1.293-2.22a2 2 0 0 1 .415-2.506l.882-.646a8 8 0 0 1 0-1.637l-.732-.527A2 2 0 0 1 2.658 8.2l1.278-2.23a2 2 0 0 1 2.555-.824l.823.372a8 8 0 0 1 1.416-.819l.09-.898a2 2 0 0 1 1.8-1.792zm-2.38 2.002-.207 2.049-1.055.472q-.566.256-1.061.615l-.939.68-1.88-.848-1.191 2.06 1.672 1.201C6.089 10.818 6 11.41 6 12s.088 1.18.148 1.766l-1.671 1.203h-.001l1.19 2.061 1.88-.85.94.681q.37.27.783.48l1.333.607.207 2.05V20h2.38l.206-2.05 1.055-.475a6 6 0 0 0 1.062-.614l.94-.68 1.88.85 1.19-2.061-1.672-1.203c.06-.586.15-1.177.15-1.767s-.09-1.182-.15-1.769l1.673-1.2-1.19-2.061h-.003l-1.88.846-.938-.678a6 6 0 0 0-1.062-.614l-1.055-.474L13.19 4h-2.38z\"/>\n</svg>"],
533
+ ["git-branch", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M17.5 2a3.5 3.5 0 0 1 1 6.854V9a4 4 0 0 1-4 4h-5a2 2 0 0 0-2 2v.146a3.501 3.501 0 1 1-2 0V8.854a3.5 3.5 0 1 1 2 0v2.682a4 4 0 0 1 2-.536h5a2 2 0 0 0 2-2v-.146A3.5 3.5 0 0 1 17.5 2m-11 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 0a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3\"/>\n</svg>"],
534
+ ["git-commit", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M13 8.646a3.501 3.501 0 0 1 0 6.708V22h-2v-6.646a3.5 3.5 0 0 1 0-6.708V2h2zM12 10.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3\"/>\n</svg>"],
535
+ ["git-compare", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M18.5 2a3.5 3.5 0 0 1 1 6.854V15.5a4 4 0 0 1-4 4h-1.086l1.293 1.293-1.414 1.414-3.707-3.707 3.707-3.707 1.414 1.414-1.293 1.293H15.5a2 2 0 0 0 2-2V8.854A3.5 3.5 0 0 1 18.5 2m0 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-5.086 1.5L9.707 9.207 8.293 7.793 9.586 6.5H8.5a2 2 0 0 0-2 2v6.646a3.501 3.501 0 1 1-2 0V8.5a4 4 0 0 1 4-4h1.086L8.293 3.207l1.414-1.414zM5.5 17a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3\"/>\n</svg>"],
536
+ ["git-fork", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M17.5 2a3.5 3.5 0 0 1 1 6.854v.396A3.75 3.75 0 0 1 14.75 13 1.75 1.75 0 0 0 13 14.75v.396a3.501 3.501 0 1 1-2 0v-.396A1.75 1.75 0 0 0 9.25 13 3.75 3.75 0 0 1 5.5 9.25v-.396a3.5 3.5 0 1 1 2 0v.396c0 .966.784 1.75 1.75 1.75A3.74 3.74 0 0 1 12 12.201 3.74 3.74 0 0 1 14.75 11a1.75 1.75 0 0 0 1.75-1.75v-.396A3.5 3.5 0 0 1 17.5 2M12 17a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M6.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m11 0a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3\"/>\n</svg>"],
537
+ ["git-merge", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M6.5 2a3.5 3.5 0 0 1 1 6.854V9a2 2 0 0 0 2 2h5a4 4 0 0 1 4 4v.146a3.501 3.501 0 1 1-2 0V15a2 2 0 0 0-2-2h-5a4 4 0 0 1-2-.537v2.683a3.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-3m11 0a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M6.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3\"/>\n</svg>"],
538
+ ["git-pull-request", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M5.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 5.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-3m10.207-.793L14.414 4.5H15.5a4 4 0 0 1 4 4v6.646a3.501 3.501 0 1 1-2 0V8.5a2 2 0 0 0-2-2h-1.086l1.293 1.293-1.414 1.414L10.586 5.5l3.707-3.707zM18.5 17a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3\"/>\n</svg>"],
539
+ ["git-pull-request-closed", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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-3m12 11.146a3.501 3.501 0 1 1-2 0V10h2zM17.5 17a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m3.207-13.293L18.914 5.5l1.793 1.793-1.414 1.414L17.5 6.914l-1.793 1.793-1.414-1.414L16.086 5.5l-1.793-1.793 1.414-1.414L17.5 4.086l1.793-1.793z\"/>\n</svg>"],
540
+ ["git-pull-request-draft", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
541
+ ["globe", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
542
+ ["globe-rack-server", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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 <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>"],
543
+ ["hand", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
544
+ ["hand-thumbs-down", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
545
+ ["hand-thumbs-up", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
546
+ ["handshake", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M5.99 3.67a4 4 0 0 1 5.66 0l.09.1a4 4 0 0 1 4.86.6l4.24 4.25.14.15a4 4 0 0 1 0 5.36l-.14.15L14.12 21l-.19.17a2.5 2.5 0 0 1-3.15 0l-.2-.17q-.6-.62-.7-1.42a2.5 2.5 0 0 1-2.12-2.12 2.5 2.5 0 0 1-1.23-.54l-.19-.17c-.4-.4-.63-.9-.7-1.41a2.5 2.5 0 0 1-1.23-.54l-.19-.17a2.5 2.5 0 0 1 0-3.53l5.3-5.3 3.19 3.17a.5.5 0 1 0 .7-.7l-3.18-3.18a2 2 0 0 0-2.83 0L4.58 7.9a2 2 0 0 0-.52 1.93l-.54.55q-.55.55-.8 1.24a4 4 0 0 1 .44-5.13zm-.35 8.84a.5.5 0 1 0 .7.7l2.48-2.47a1 1 0 1 1 1.41 1.42l-2.47 2.47a.5.5 0 1 0 .7.7l2.48-2.47a1 1 0 1 1 1.41 1.42l-2.47 2.47a.5.5 0 0 0 .7.71l2.48-2.47a1 1 0 0 1 1.42 1.4L12 18.88a.5.5 0 1 0 .7.71l6.72-6.72a2 2 0 0 0 0-2.82L15.18 5.8a2 2 0 0 0-1.93-.51l1.58 1.57.17.2c.8.98.74 2.42-.17 3.34l-.2.17a2.5 2.5 0 0 1-3.15 0l-.19-.17-1.76-1.77z\"/>\n</svg>"],
547
+ ["heading-1", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M4 11h8V3h2v18h-2v-8H4v8H2V3h2zm17 10h-2v-7.5h-2v-2h4z\"/>\n</svg>"],
548
+ ["heading-2", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M4 11h8V3h2v18h-2v-8H4v8H2V3h2zm16.5.9c.8.46 1.35 1.3 1.47 2.2.12.92-.2 1.87-.85 2.52L18.74 19H22v2h-6v-2.09l3.7-3.7c.46-.46.36-1.25-.2-1.58a1 1 0 0 0-1.47.61l-1.93-.52c.24-.88.9-1.64 1.75-2a3 3 0 0 1 2.65.18\"/>\n</svg>"],
549
+ ["heading-3", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M4 11h8V3h2v18h-2v-8H4v8H2V3h2zm14.37.56c1.16-.2 2.43.16 3.2 1.06a2.64 2.64 0 0 1-.1 3.63q.26.27.45.6c.54.98.39 2.18-.34 3.02a3.5 3.5 0 0 1-3.21 1.07 3.1 3.1 0 0 1-2.51-2.07l1.91-.58c.12.4.57.62.94.68.47.09 1.03-.03 1.36-.4.18-.22.24-.5.1-.74-.23-.4-.74-.58-1.17-.58h-1v-2h1c.43 0 .94-.18 1.17-.58.14-.25.08-.52-.1-.73-.33-.38-.89-.5-1.36-.41-.37.06-.82.29-.94.68l-1.91-.58a3.1 3.1 0 0 1 2.5-2.07\"/>\n</svg>"],
550
+ ["heading-4", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M4 11h8V3h2v18h-2v-8H4v8H2V3h2z\"/>\n <path fill=\"currentColor\" d=\"M22 17h1v2h-1v2h-2v-2h-4v-2l3.5-5.5H22zm-3.75 0H20v-2.6z\"/>\n</svg>"],
551
+ ["heading-5", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M4 11h8V3h2v18h-2v-8H4v8H2V3h2zm17.5 2.5H18V15h1c1.63 0 3 1.37 3 3s-1.37 3-3 3h-3v-2h3c.54 0 1-.46 1-1s-.46-1-1-1h-3v-5.5h5.5z\"/>\n</svg>"],
552
+ ["heading-6", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M18.16 11.61c1.4-.38 2.93.26 3.65 1.52l-1.73 1c-.6-1.05-2.33-.64-2.33.62v.48Q18.32 15 19 15c1.8 0 3.25 1.34 3.25 3s-1.46 3-3.25 3c-1.74 0-3.16-1.26-3.25-2.84V14.5a3.3 3.3 0 0 1 2.4-2.89m-.41 6.4c0 1.32 2.5 1.32 2.5 0 0-1.33-2.5-1.33-2.5 0\"/>\n <path fill=\"currentColor\" d=\"M4 11h8V3h2v18h-2v-8H4v8H2V3h2z\"/>\n</svg>"],
553
+ ["heart", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12 5.216a5.858 5.858 0 1 1 8.284 8.284v.003L12 21.787l-8.284-8.284c-2.297-2.297-2.216-5.979 0-8.284C6 2.916 9.684 3.026 11.999 5.217zm6.87 1.414a3.86 3.86 0 0 0-5.456 0L12 8.045l-1.414-1.413a3.858 3.858 0 0 0-5.455 5.457l6.87 6.87 6.87-6.873a3.86 3.86 0 0 0 0-5.456\"/>\n</svg>"],
554
+ ["heart-filled", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M3.716 5.218a5.86 5.86 0 0 1 8.283 0L12 5.215a5.858 5.858 0 0 1 8.284 8.284l-.001.001.001.002L12 21.787l-8.284-8.284a5.86 5.86 0 0 1 0-8.285\"/>\n</svg>"],
555
+ ["highlighter", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M22 22H4v-2h18z\"/>\n <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>"],
556
+ ["house", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
557
+ ["house-apartment-building", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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 <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 <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>"],
558
+ ["inbox", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
559
+ ["indent-decrease", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M9 19H2v-2h7zm6-4H2v-2h13zm7 0-5-3 5-3zm-7-4H2V9h13zm0-4H2V5h13z\"/>\n</svg>"],
560
+ ["indent-increase", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M17 19H9v-2h8zM7 12l-5 3V9zm15 3H9v-2h13zm0-4H9V9h13zm0-4H9V5h13z\"/>\n</svg>"],
561
+ ["info-circle", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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 <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>"],
562
+ ["info-circle-filled", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
563
+ ["italic", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M18 4h-2.821l-4.287 16H14v2H6v-2h2.821l4.287-16H10V2h8z\"/>\n</svg>"],
564
+ ["key", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12 5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3\"/>\n <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>"],
565
+ ["leaf", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
566
+ ["lifebuoy", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
567
+ ["lightbulb", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
568
+ ["link", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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 <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>"],
569
+ ["link-badge-lock", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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 <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 <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 <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>"],
570
+ ["list", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M2 5h20v2H2zm0 6h20v2H2zm0 6h20v2H2z\"/>\n</svg>"],
571
+ ["list-arrow-down", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M3 5h11v2H3zm16 0v10.586l2.293-2.293 1.414 1.414L18 19.414l-4.707-4.707 1.414-1.414L17 15.586V5zM3 11h9v2H3zm0 6h9v2H3z\"/>\n</svg>"],
572
+ ["list-arrow-up", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M3 5h9v2H3zm15-.414 4.707 4.707-1.414 1.414L19 8.414V19h-2V8.414l-2.293 2.293-1.414-1.414zM3 11h9v2H3zm0 6h11v2H3z\"/>\n</svg>"],
573
+ ["list-decreasing-lines", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M2 5h20v2H2zm6 12h8v2H8zm-3-6h14v2H5z\"/>\n</svg>"],
574
+ ["lock-closed", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M13 17.5h-2v-5h2z\"/>\n <path fill=\"currentColor\" d=\"M17 9a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H6.85A3 3 0 0 1 4 18v-6a3 3 0 0 1 3-3V7a5 5 0 0 1 10 0zM9 9h6V7a3 3 0 1 0-6 0zm-2 2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1z\"/>\n</svg>"],
575
+ ["lock-open", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M14.5 17h-5v-2h5z\"/>\n <path fill=\"currentColor\" d=\"M17 7h-2V6a3 3 0 1 0-6 0v4h8a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H6.85A3 3 0 0 1 4 19v-6a3 3 0 0 1 3-3V6a5 5 0 0 1 10 0zM7 12a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1z\"/>\n</svg>"],
576
+ ["magnifier", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M2 10c0 4.4 3.6 8 8 8a7.95 7.95 0 0 0 4.9-1.7l5.7 5.7 1.4-1.4-5.7-5.7A7.97 7.97 0 0 0 18 10c0-4.4-3.6-8-8-8s-8 3.6-8 8m2 0c0-3.3 2.7-6 6-6s6 2.7 6 6-2.7 6-6 6-6-2.7-6-6\"/>\n</svg>"],
577
+ ["map", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M8.596 3.099a2 2 0 0 1 1.293.025l4.697 1.708c.109.04.213.032.323.007l4.782-1.531a1 1 0 0 1 1.305.952L21 18.379c0 .435-.281.82-.695.953L15.4 20.9a2.23 2.23 0 0 1-1.293-.024L9.41 19.168a.5.5 0 0 0-.323-.007l-4.783 1.53A1 1 0 0 1 3 19.74L2.996 5.621c0-.435.281-.82.695-.953zm6.923 3.644-.019.005v12.02l3.499-1.12-.003-12.018zM10 17.258l.095.03 3.405 1.237V6.565L10 5.292zM4.996 6.35 5 18.369l3-.959V5.39z\"/>\n</svg>"],
578
+ ["map-pin", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12 6a3.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-3\"/>\n <path fill=\"currentColor\" d=\"M12 2a8 8 0 0 1 8 8 7.97 7.97 0 0 1-2.215 5.522L12 22l-5.97-6.672h.004A8 8 0 0 1 12 2m0 2a6 6 0 0 0-4.475 9.995l4.473 5.003 4.34-4.857A6 6 0 0 0 12 4\"/>\n</svg>"],
579
+ ["map-pin-badge-minus", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10m-3 5.75h6v-1.5h-6z\"/>\n <path fill=\"currentColor\" d=\"M11 2a8 8 0 0 1 7.733 10.046 6 6 0 0 0-2.14.121 6 6 0 1 0-10.068 1.828l4.473 5.003 1.005-1.125L12 18c0 .832.17 1.625.476 2.346L11 22l-5.97-6.672h.004A8 8 0 0 1 11 2\"/>\n <path fill=\"currentColor\" d=\"M11 6a3.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-3\"/>\n</svg>"],
580
+ ["map-pin-badge-plus", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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.5z\"/>\n <path fill=\"currentColor\" d=\"M11 2a8 8 0 0 1 7.733 10.046 6 6 0 0 0-2.14.121 6 6 0 1 0-10.068 1.828l4.473 5.003 1.005-1.125L12 18c0 .832.17 1.625.476 2.346L11 22l-5.97-6.672h.004A8 8 0 0 1 11 2\"/>\n <path fill=\"currentColor\" d=\"M11 6a3.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-3\"/>\n</svg>"],
581
+ ["map-pin-oval", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M9.438 16.242c-.864.172-1.611.423-2.2.718-.558.278-.9.559-1.083.774a1 1 0 0 0-.141.217L6 17.99V18l.001.01.013.039c.016.04.054.114.141.217.183.215.525.496 1.082.774 1.116.558 2.797.96 4.763.96s3.647-.402 4.763-.96c.557-.278.9-.559 1.082-.774a1 1 0 0 0 .141-.217L18 18.01V18l-.001-.01-.013-.039a1 1 0 0 0-.141-.217c-.183-.215-.525-.496-1.082-.774-.59-.295-1.337-.545-2.2-.717l1.305-1.745C18.332 15.18 20 16.492 20 18c0 2.21-3.582 4-8 4s-8-1.79-8-4c0-1.508 1.669-2.821 4.134-3.503zM12 6a2 2 0 1 1 0 4 2 2 0 0 1 0-4\"/>\n <path fill=\"currentColor\" d=\"M12 2a6 6 0 0 1 4.61 9.838L12 18l-4.57-6.115A6 6 0 0 1 12 2m0 2a4 4 0 0 0-3.259 6.317l.212.272.041.048.037.05L12 14.66l3.009-4.02.031-.042.034-.04A4 4 0 0 0 12 4\"/>\n</svg>"],
582
+ ["markdown-rectangle", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m9 12 .75-3H12v6h-1.5v-4.5l-.75 3h-1.5l-.75-3V15H6V9h2.25z\"/>\n <path fill=\"currentColor\" d=\"M15 9a3 3 0 1 1 0 6h-2V9zm-.5 4.5h.5a1.5 1.5 0 0 0 0-3h-.5z\"/>\n <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>"],
583
+ ["media-backward", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m22 19-9-5.25V19L1 12l12-7v5.25L22 5zM4.97 12 11 15.52V8.48zm9.04-.02-.04.02.04.02 5.99 3.5V8.48z\"/>\n</svg>"],
584
+ ["media-backward-end", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M7 4.5v15H5v-15zm13 15L7 12l13-7.5zM11 12l7 4.04V7.96z\"/>\n</svg>"],
585
+ ["media-backward-end-filled", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M4 19.5h4v-6.92l12 6.92v-15L8 11.42V4.5H4z\"/>\n</svg>"],
586
+ ["media-backward-filled", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m1 12 12 7v-5.25L22 19V5l-9 5.25V5z\"/>\n</svg>"],
587
+ ["media-backward-frame", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M15 19 3 12l12-7zm4-14v14h-2V5zM6.97 12 13 15.52V8.48z\"/>\n</svg>"],
588
+ ["media-backward-frame-filled", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M16 19h4V5h-4zM2 12l12 7V5z\"/>\n</svg>"],
589
+ ["media-forward", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m23 12-12 7v-5.25L2 19V5l9 5.25V5zM4 15.52l6-3.5.03-.02-.04-.02L4 8.48zm9 0L19.03 12 13 8.48z\"/>\n</svg>"],
590
+ ["media-forward-end", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M18 12 5 19.5v-15zm2-7.5v15h-2v-15zM7 16.04 14 12 7 7.96z\"/>\n</svg>"],
591
+ ["media-forward-end-filled", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M20 19.5h-4v-6.92L4 19.5v-15l12 6.92V4.5h4z\"/>\n</svg>"],
592
+ ["media-forward-filled", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m23 12-12 7v-5.25L2 19V5l9 5.25V5z\"/>\n</svg>"],
593
+ ["media-forward-frame", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M7 5v14H5V5zm14 7L9 19V5zm-10 3.52L17.03 12 11 8.48z\"/>\n</svg>"],
594
+ ["media-forward-frame-filled", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M8 19H4V5h4zm14-7-12 7V5z\"/>\n</svg>"],
595
+ ["media-pause", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M11 20H5V4h6zm-4-2h2V6H7zm12 2h-6V4h6zm-4-2h2V6h-2z\"/>\n</svg>"],
596
+ ["media-pause-filled", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M10.5 20h-5V4h5zm8 0h-5V4h5z\"/>\n</svg>"],
597
+ ["media-play", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M21 12 5.5 21V3zM7.5 17.53 17.02 12 7.5 6.47z\"/>\n</svg>"],
598
+ ["media-play-filled", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M21 12 5.5 21V3z\"/>\n</svg>"],
599
+ ["media-play-pause", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M15 12 2 19.5v-15zm3-7v14h-2V5zm4 0v14h-2V5zM4 16.04 11 12 4 7.96z\"/>\n</svg>"],
600
+ ["media-play-pause-filled", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M15 12 2 19.5v-15zm3 7h-2V5h2zm4 0h-2V5h2z\"/>\n</svg>"],
601
+ ["media-stop", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M20 4v16H4V4zM6 18h12V6H6z\"/>\n</svg>"],
602
+ ["media-stop-filled", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M4 4h16v16H4z\"/>\n</svg>"],
603
+ ["megaphone", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
604
+ ["message-rectangle-text", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M15 13H6v-2h9zm3-4H6V7h12z\"/>\n <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>"],
605
+ ["microphone", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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 <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>"],
606
+ ["microphone-slash", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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 <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>"],
607
+ ["minus", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M2 11h20v2H2z\"/>\n</svg>"],
608
+ ["minus-extra-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M6 11h12v2H6z\"/>\n</svg>"],
609
+ ["minus-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M4 11h16v2H4z\"/>\n</svg>"],
610
+ ["moon", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
611
+ ["network-structure", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
612
+ ["numbered-list", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
613
+ ["paintbrush", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
614
+ ["paper-plane", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
615
+ ["paperclip", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
616
+ ["paragraph-sign", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M19 4h-2v18h-2V4h-2v18h-2V12h-1a5 5 0 0 1 0-10h9z\"/>\n</svg>"],
617
+ ["parking-sign-square", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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 <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>"],
618
+ ["pencil", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
619
+ ["pencil-on-square", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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 <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>"],
620
+ ["pencil-ruler", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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 <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 <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>"],
621
+ ["person", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12 4a3 3 0 1 0 0 6 3 3 0 0 0 0-6M7 7a5 5 0 1 1 10 0A5 5 0 0 1 7 7m2 9a3 3 0 0 0-3 3v3H4v-3a5 5 0 0 1 5-5h6a5 5 0 0 1 5 5l-.032 3h-2L18 19a3 3 0 0 0-3-3z\"/>\n</svg>"],
622
+ ["person-2", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M10 14c2.2 0 4 1.8 4 4v3h-2v-3a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3H2v-3c0-2.2 1.8-4 4-4zM22 17v3h-2v-3a2 2 0 0 0-2-2h-3.93a5 5 0 0 0-1.92-1.55A4 4 0 0 1 14 13h4c2.2 0 4 1.8 4 4\"/>\n <path fill=\"currentColor\" d=\"M8 4a4 4 0 1 1 0 8 4 4 0 0 1 0-8m0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4M16 3a4 4 0 1 1-3.2 6.4 5 5 0 0 0-.5-3.94A4 4 0 0 1 16 3m0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4\"/>\n</svg>"],
623
+ ["person-badge-gear", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M18.75 13q.23.02.25.25v.68q.01.19.19.25.35.11.67.28c.1.05.23.04.3-.04l.5-.49c.09-.1.25-.1.34 0L22.07 15c.1.1.1.25 0 .35l-.49.48q-.12.14-.04.3.16.33.28.68.06.18.25.19h.68q.23.02.25.25v1.5q-.02.23-.25.25h-.68a.3.3 0 0 0-.25.19q-.11.35-.28.67c-.05.1-.04.23.04.3l.49.5c.1.09.1.25 0 .34L21 22.07c-.1.1-.25.1-.35 0l-.48-.49a.3.3 0 0 0-.3-.04q-.33.16-.68.28a.3.3 0 0 0-.19.25v.68q-.02.23-.25.25h-1.5a.25.25 0 0 1-.25-.25v-.68a.3.3 0 0 0-.19-.25 4 4 0 0 1-.67-.28.3.3 0 0 0-.3.04l-.5.49c-.09.1-.25.1-.34 0L13.93 21a.25.25 0 0 1 0-.35l.49-.48q.13-.13.04-.3-.16-.33-.28-.68a.3.3 0 0 0-.25-.19h-.68a.25.25 0 0 1-.25-.25v-1.5q.02-.23.25-.25h.68q.2-.01.25-.19.11-.35.28-.67a.3.3 0 0 0-.04-.3l-.49-.5a.25.25 0 0 1 0-.34L15 13.93c.1-.1.25-.1.35 0l.48.49q.14.13.3.04.33-.16.68-.28.18-.06.19-.25v-.68q.02-.23.25-.25zM18 16.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3\"/>\n <path fill=\"currentColor\" d=\"M13.53 14a6 6 0 0 0-1.19 2H9a3 3 0 0 0-3 3v3H4v-3a5 5 0 0 1 5-5z\"/>\n <path fill=\"currentColor\" d=\"M12 2a5 5 0 1 1 0 10 5 5 0 0 1 0-10m0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6\"/>\n</svg>"],
624
+ ["person-badge-minus", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10m-3 5.75h6v-1.5h-6zM13.53 14a6 6 0 0 0-1.187 2H9a3 3 0 0 0-3 3v3H4v-3a5 5 0 0 1 5-5zM12 2a5 5 0 1 1 0 10 5 5 0 0 1 0-10m0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6\"/>\n</svg>"],
625
+ ["person-badge-plus", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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.5z\"/>\n <path fill=\"currentColor\" d=\"M13.53 14a6 6 0 0 0-1.19 2H9a3 3 0 0 0-3 3v3H4v-3a5 5 0 0 1 5-5z\"/>\n <path fill=\"currentColor\" d=\"M12 2a5 5 0 1 1 0 10 5 5 0 0 1 0-10m0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6\"/>\n</svg>"],
626
+ ["person-circle", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12 6a3.25 3.25 0 1 1 0 6.5A3.25 3.25 0 0 1 12 6\"/>\n <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 0 0-5.5 13.807V17a3 3 0 0 1 3-3h5a3 3 0 0 1 3 3v.807A8 8 0 0 0 12 4\"/>\n</svg>"],
627
+ ["person-circle-badge-plus", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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.5z\"/>\n <path fill=\"currentColor\" d=\"M12 2a10 10 0 0 1 9.9 11.44 6 6 0 0 0-1.9-1.1V12a8 8 0 1 0-13.5 5.8V17a3 3 0 0 1 3-3h4.03a6 6 0 0 0-.1 7.9q-.7.1-1.43.1a10 10 0 0 1 0-20\"/>\n <path fill=\"currentColor\" d=\"M12 6a3.25 3.25 0 1 1 0 6.5A3.25 3.25 0 0 1 12 6\"/>\n</svg>"],
628
+ ["person-text-rectangle", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M10 13a2 2 0 0 1 2 2v1H6v-1c0-1.1.9-2 2-2zm8 2.5h-4V14h4zm0-3h-4V11h4zM9 8a2 2 0 1 1 0 4 2 2 0 0 1 0-4m9 1.5h-4V8h4z\"/>\n <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>"],
629
+ ["photo", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M9 8a2 2 0 1 1 0 4 2 2 0 0 1 0-4\"/>\n <path fill=\"currentColor\" d=\"M19 4a3 3 0 0 1 3 3v10c0 1.666-1.33 3-3 3H5c-1.66 0-3-1.334-3-3V7a3 3 0 0 1 3-3zM5 6a1 1 0 0 0-1 1v9l1.94-1.94a1.5 1.5 0 0 1 2.12 0l1.956 1.956 4.617-4.472a1.5 1.5 0 0 1 2.122.034L20 14.932V7a1 1 0 0 0-1-1z\"/>\n</svg>"],
630
+ ["photo-camera", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12 8a4.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-1.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2\"/>\n <path fill=\"currentColor\" d=\"m15.3 3.375 1.4 1.75a1 1 0 0 0 .78.375H19a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-9a3 3 0 0 1 3-3h1.52a1.1 1.1 0 0 0 .78-.375l1.4-1.75A1 1 0 0 1 9.48 3h5.04c.304.018.584.13.78.375M8.862 6.374A3 3 0 0 1 6.52 7.5H5a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1h-1.52a3 3 0 0 1-2.342-1.126L14.038 5H9.962z\"/>\n</svg>"],
631
+ ["photo-on-photo-angled", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M7.5 11a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3\"/>\n <path fill=\"currentColor\" d=\"M15 7.5a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3H5c-1.66 0-3-1.34-3-3v-7a3 3 0 0 1 3-3zm-10 2a1 1 0 0 0-1 1l.003 7.08 1.568-1.79a1.5 1.5 0 0 1 2.258 0l.93 1.062 2.995-3.163a1.5 1.5 0 0 1 2.21.035L16 16.018V10.5a1 1 0 0 0-1-1z\"/>\n <path fill=\"currentColor\" d=\"M7.44 4.73a3 3 0 0 1 3.674-2.123l9.66 2.589a3 3 0 0 1 2.121 3.674l-1.812 6.762a3 3 0 0 1-2.063 2.101q.007-.116.007-.232v-2.107q.082-.127.124-.28l1.812-6.762a1 1 0 0 0-.707-1.224l-9.66-2.588a1 1 0 0 0-1.224.707L9.036 6.5h-2.07z\"/>\n</svg>"],
632
+ ["photo-slash", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M22 20.59 20.6 22 2 3.41 3.41 2zM4.01 6.84 4 7v9l1.94-1.94a1.5 1.5 0 0 1 2.12 0l1.96 1.96 1.6-1.57L17.18 20H5c-1.67 0-3-1.33-3-3V7q.02-.94.5-1.67zM19 4a3 3 0 0 1 3 3v10q-.02.94-.5 1.66l-7-6.99c.63-.6 1.59-.78 2.25-.1L20 14.94V7a1 1 0 0 0-1-1H8.83l-2-2zm-9.84 8a2.02 2.02 0 0 1-2.15-2.16z\"/>\n</svg>"],
633
+ ["photo-stack", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M9.5 10.5a2 2 0 1 1 0 4 2 2 0 0 1 0-4\"/>\n <path fill=\"currentColor\" d=\"M19 7a3 3 0 0 1 3 3v9c0 1.66-1.34 3-3 3H5c-1.663 0-3-1.337-3-3v-9a3 3 0 0 1 3-3zM5 9a1 1 0 0 0-1 1v8l1.94-1.94a1.5 1.5 0 0 1 2.12 0l1.956 1.956 4.617-4.472a1.5 1.5 0 0 1 2.122.034L20 16.932V10a1 1 0 0 0-1-1zm13.5-4.5A1.5 1.5 0 0 1 20 6H4a1.5 1.5 0 0 1 1.5-1.5zm-2-2.5A1.5 1.5 0 0 1 18 3.5H6A1.5 1.5 0 0 1 7.5 2z\"/>\n</svg>"],
634
+ ["pipeline-corner-2", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M13 11V8a3 3 0 0 0-3-3H4v2h5.5c.83 0 1.5.67 1.5 1.5V11zm-2 5a3 3 0 0 0 3 3h6v-2h-5a2 2 0 0 1-2-2v-2h-2zm5-4a1 1 0 0 1-1 1v1.5c0 .28.22.5.5.5H20a1 1 0 1 1 2 0v6a1 1 0 1 1-2 0h-6a5 5 0 0 1-5-5v-3a1 1 0 1 1 0-2V9.5a.5.5 0 0 0-.5-.5H4a1 1 0 0 1-2 0V3a1 1 0 0 1 2 0h6a5 5 0 0 1 5 5v3a1 1 0 0 1 1 1\"/>\n</svg>"],
635
+ ["pipeline-machine-gear", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12.5 8.5q.23.02.25.25v.42q0 .16.18.24l.24.1q.16.07.3-.04l.3-.3c.1-.1.25-.1.35 0l.7.7c.1.1.1.26 0 .36l-.29.3q-.12.13-.04.3l.1.24q.06.17.24.18h.42q.23.02.25.25v1q-.02.23-.25.25h-.42q-.17 0-.24.18l-.1.24q-.07.16.05.3l.29.3c.1.1.1.25 0 .35l-.7.7c-.1.1-.26.1-.36 0l-.3-.29a.3.3 0 0 0-.3-.04l-.24.1a.3.3 0 0 0-.18.24v.42q-.02.23-.25.25h-1a.25.25 0 0 1-.25-.25v-.42q-.02-.17-.18-.24l-.24-.1a.3.3 0 0 0-.3.04l-.3.3c-.1.1-.25.1-.35 0l-.7-.7a.25.25 0 0 1 0-.36l.29-.3q.11-.13.04-.3l-.1-.24a.3.3 0 0 0-.24-.18h-.42a.25.25 0 0 1-.25-.25v-1q.02-.23.25-.25h.42q.16-.02.24-.18l.1-.24a.3.3 0 0 0-.04-.3l-.3-.3a.25.25 0 0 1 0-.35l.7-.7c.1-.1.26-.1.36 0l.3.28q.13.12.3.05l.24-.1q.17-.06.18-.24v-.42q.02-.23.25-.25zM12 11a1 1 0 1 0 0 2 1 1 0 0 0 0-2\"/>\n <path fill=\"currentColor\" d=\"M22 4a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0h-2.07q.06.5.07 1a7 7 0 0 1-7 7H3a1 1 0 1 1-2 0v-6a1 1 0 1 1 2 0h2.07A7 7 0 0 1 12 5h9a1 1 0 0 1 1-1M3 17h4.1a7 7 0 0 1-1.43-2H3zm9-10a5 5 0 1 0 0 10 5 5 0 0 0 0-10m4.9 0a7 7 0 0 1 1.43 2H21V7z\"/>\n</svg>"],
636
+ ["pipeline-valve", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M13 10h1.1c.5.06.9.48.9 1h5a1 1 0 1 1 2 0v6a1 1 0 1 1-2 0h-5a1 1 0 0 1-.9 1H10a1 1 0 0 1-1-1H4a1 1 0 1 1-2 0v-6a1 1 0 1 1 2 0h5a1 1 0 0 1 1-1h1V7H9a1 1 0 0 1 0-2h6a1 1 0 1 1 0 2h-2zm-2 6h2v-4h-2zm-7-1h5v-2H4zm11 0h5v-2h-5z\"/>\n</svg>"],
637
+ ["plus", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M13 11h9v2h-9v9h-2v-9H2v-2h9V2h2z\"/>\n</svg>"],
638
+ ["plus-small", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M13 11h7v2h-7v7h-2v-7H4v-2h7V4h2z\"/>\n</svg>"],
639
+ ["point-bottom-left-to-point-top-right-s-curve-path", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
640
+ ["puzzle-piece", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
641
+ ["puzzle-piece-badge-plus", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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 <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>"],
642
+ ["puzzle-piece-filled", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
643
+ ["question-mark-circle", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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 <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>"],
644
+ ["radar", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
645
+ ["rectangle", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
646
+ ["rectangle-split-2x1", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
647
+ ["rectangle-split-2x3", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M19 3.5a3 3 0 0 1 3 3v11a3 3 0 0 1-2.85 3H4.85A3 3 0 0 1 2 17.65V6.5a3 3 0 0 1 3-3zm-15 12v2a1 1 0 0 0 1 1h6v-3zm9 0v3h6a1 1 0 0 0 1-1v-2zm-9-2h7v-3H4zm9 0h7v-3h-7zm-8-8a1 1 0 0 0-1 1v2h7v-3zm8 3h7v-2a1 1 0 0 0-1-1h-6z\"/>\n</svg>"],
648
+ ["rectangle-split-2x3-badge-arrow-down", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10m-.75 5.38-1.49-1.49-1.06 1.06 3.3 3.3 3.3-3.3-1.06-1.06-1.49 1.49V15h-1.5z\"/>\n <path fill=\"currentColor\" d=\"M19 2.5a3 3 0 0 1 3 3v8.03a6 6 0 0 0-2-1.19V9.5h-7v3h2.6a6 6 0 0 0-2.47 2H13v.18a6 6 0 0 0-.81 4.82H4.85A3 3 0 0 1 2 16.65V5.5a3 3 0 0 1 3-3zm-15 14a1 1 0 0 0 1 1h6v-3H4zm0-4h7v-3H4zm1-8a1 1 0 0 0-1 1v2h7v-3zm8 3h7v-2a1 1 0 0 0-1-1h-6z\"/>\n</svg>"],
649
+ ["rectangle-split-3x1", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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 1h3V6zm11 12h3a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-3zm-6 0h4V6h-4z\"/>\n</svg>"],
650
+ ["rectangle-stack", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M19 7a3 3 0 0 1 3 3v9c0 1.66-1.34 3-3 3H5c-1.66 0-3-1.34-3-3v-9a3 3 0 0 1 3-3zM5 9a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1zm13.5-4.5A1.5 1.5 0 0 1 20 6H4a1.5 1.5 0 0 1 1.5-1.5zm-2-2.5A1.5 1.5 0 0 1 18 3.5H6A1.5 1.5 0 0 1 7.5 2z\"/>\n</svg>"],
651
+ ["rectangle-stack-chevron-left-forward-slash-chevron-right", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m13.868 10.694-2.143 8-1.45-.388 2.144-8zM10.03 12.53 8.06 14.5l1.97 1.97-1.06 1.06-3.03-3.03 3.03-3.03zm8.03 1.97-3.03 3.03-1.06-1.06 1.97-1.97-1.97-1.97 1.06-1.06z\"/>\n <path fill=\"currentColor\" d=\"M19 7a3 3 0 0 1 3 3v9c0 1.66-1.34 3-3 3H5c-1.66 0-3-1.34-3-3v-9a3 3 0 0 1 3-3zM5 9a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1zm13.5-4.5A1.5 1.5 0 0 1 20 6H4a1.5 1.5 0 0 1 1.5-1.5zm-2-2.5A1.5 1.5 0 0 1 18 3.5H6A1.5 1.5 0 0 1 7.5 2z\"/>\n</svg>"],
652
+ ["rectangle-stack-text", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M14 17H6v-2h8zm4-4H6v-2h12z\"/>\n <path fill=\"currentColor\" d=\"M19 7a3 3 0 0 1 3 3v9a3 3 0 0 1-2.846 2.996L19 22H5l-.154-.004a3 3 0 0 1-2.842-2.842L2 19v-9a3 3 0 0 1 3-3zM5 9a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1zm13.5-4.5A1.5 1.5 0 0 1 20 6H4a1.5 1.5 0 0 1 1.5-1.5zm-2-2.5A1.5 1.5 0 0 1 18 3.5H6A1.5 1.5 0 0 1 7.5 2z\"/>\n</svg>"],
653
+ ["scissor", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M2.4 6.14a3 3 0 0 1 5.55 2.05l2.82 1.62 8.75-2.95a2 2 0 0 1 2.44.87L7.95 15.82a3 3 0 1 1-1-1.74L8.83 13a2 2 0 0 1 0-2L6.95 9.92A3 3 0 0 1 2.4 6.14m3.47 9.72a1 1 0 1 0-1.73 1 1 1 0 0 0 1.73-1m4.7-4.61a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M5.5 6.77a1 1 0 1 0-1 1.74 1 1 0 0 0 1-1.74\"/>\n <path fill=\"currentColor\" d=\"M21.96 16.27a2 2 0 0 1-2.44.87l-7.5-2.53 3.53-2.04z\"/>\n</svg>"],
654
+ ["score-meter", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
655
+ ["seal-check-mark", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m15.66 7.41-4.7 4.71-2.71-2.7L9.66 8l1.3 1.3L14.25 6z\"/>\n <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>"],
656
+ ["seal-star", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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 <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>"],
657
+ ["shield", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
658
+ ["shield-check-mark", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m16.41 9.41-5.2 5.21L8 11.42 9.41 10l1.8 1.8L15 8z\"/>\n <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>"],
659
+ ["shield-lock", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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 <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>"],
660
+ ["ship-wheel", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
661
+ ["ship-wheel-badge-plus", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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 <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>"],
662
+ ["shopping-cart", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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 <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>"],
663
+ ["sidebar-left", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M7.5 15h-2v-1.5h2zm0-3h-2v-1.5h2zm0-3h-2V7.5h2z\"/>\n <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 1h4V6zm6 12h8a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-8z\"/>\n</svg>"],
664
+ ["sidebar-right", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M18.5 15h-2v-1.5h2zm0-3h-2v-1.5h2zm0-3h-2V7.5h2z\"/>\n <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>"],
665
+ ["signpost", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
666
+ ["slash-circle", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
667
+ ["slider-horizontal-3", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
668
+ ["sparkles", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
669
+ ["speaker", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
670
+ ["speaker-slash", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
671
+ ["speaker-volume-high", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M11.324 3.536c.642-.588 1.676-.132 1.676.737v15.454c0 .87-1.034 1.325-1.676.737l-4.037-3.701a1.04 1.04 0 0 0-.676-.263H3a1 1 0 0 1-1-1v-7c0-.55.45-1 1-1h3.611q.384-.017.676-.263zM8.64 8.712a3 3 0 0 1-2.03.788H4v5h2.611a3 3 0 0 1 1.812.61L11 17.451V6.547zm11.325-4.686A11.95 11.95 0 0 1 23 12c0 3.061-1.148 5.853-3.035 7.973l-1.172-.938A10.46 10.46 0 0 0 21.5 12c0-2.707-1.025-5.174-2.707-7.036z\"/>\n <path fill=\"currentColor\" d=\"M17.62 5.903A8.97 8.97 0 0 1 20 12a8.97 8.97 0 0 1-2.38 6.096l-1.177-.94A7.47 7.47 0 0 0 18.5 12a7.47 7.47 0 0 0-2.057-5.156z\"/>\n <path fill=\"currentColor\" d=\"M15.268 7.784A5.98 5.98 0 0 1 17 12a5.98 5.98 0 0 1-1.732 4.215l-1.18-.944A4.5 4.5 0 0 0 15.5 12c0-1.29-.543-2.452-1.412-3.272z\"/>\n</svg>"],
672
+ ["speaker-volume-low", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M14.324 3.536c.642-.588 1.676-.132 1.676.737v15.454c0 .87-1.034 1.325-1.676.737l-4.037-3.701a1.04 1.04 0 0 0-.676-.263H6a1 1 0 0 1-1-1v-7c0-.55.45-1 1-1h3.611q.384-.017.676-.263zM11.64 8.712a3 3 0 0 1-2.03.788H7v5h2.611a3 3 0 0 1 1.812.61L14 17.451V6.547zm6.628-.928A5.98 5.98 0 0 1 20 12a5.98 5.98 0 0 1-1.732 4.215l-1.18-.944A4.5 4.5 0 0 0 18.5 12c0-1.29-.543-2.452-1.412-3.272z\"/>\n</svg>"],
673
+ ["speaker-volume-medium", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12.324 3.536c.642-.588 1.676-.132 1.676.737v15.454c0 .87-1.034 1.325-1.676.737l-4.037-3.701a1.04 1.04 0 0 0-.676-.263H4a1 1 0 0 1-1-1v-7c0-.55.45-1 1-1h3.611q.384-.017.676-.263zM9.64 8.712a3 3 0 0 1-2.03.788H5v5h2.611a3 3 0 0 1 1.812.61L12 17.451V6.547zm8.98-2.808A8.97 8.97 0 0 1 21 12a8.97 8.97 0 0 1-2.38 6.096l-1.177-.94A7.47 7.47 0 0 0 19.5 12a7.47 7.47 0 0 0-2.057-5.156z\"/>\n <path fill=\"currentColor\" d=\"M16.268 7.784A5.98 5.98 0 0 1 18 12a5.98 5.98 0 0 1-1.732 4.215l-1.18-.944A4.5 4.5 0 0 0 16.5 12c0-1.29-.543-2.452-1.412-3.272z\"/>\n</svg>"],
674
+ ["square", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M18 3a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zM6 5a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1z\"/>\n</svg>"],
675
+ ["square-1", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M13.5 17h-2V9h-2V7h4z\"/>\n <path fill=\"currentColor\" d=\"M18 3a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zM6 5a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1z\"/>\n</svg>"],
676
+ ["square-arrow-down", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M9 8H7a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1h-2V6h2a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h2z\"/>\n <path fill=\"currentColor\" d=\"M16.59 12.41 15.17 11 13 13.17V2h-2v11.17L8.83 11l-1.42 1.41L12 17z\"/>\n</svg>"],
677
+ ["square-arrow-right-top", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M11.772 8H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-6.765l2-2V19c0 1.66-1.34 3-3 3H5c-1.66 0-3-1.34-3-3V9a3 3 0 0 1 3-3h8.772z\"/>\n <path fill=\"currentColor\" d=\"M22 11h-2V5.407l-9.296 9.296L9.3 13.3 18.6 4H13V2h9z\"/>\n</svg>"],
678
+ ["square-arrow-up", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M9 11H7a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-7a1 1 0 0 0-1-1h-2V9h2a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3H7c-1.66 0-3-1.34-3-3v-7a3 3 0 0 1 3-3h2z\"/>\n <path fill=\"currentColor\" d=\"M16.59 5.59 15.17 7 13 4.828V16h-2V4.828L8.83 7 7.41 5.59 12 1z\"/>\n</svg>"],
679
+ ["square-grid-2x2", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M11 15v4c0 1.1-.9 2-2 2H5a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h4c1.1 0 2 .9 2 2m-6 4h4v-4H5zm16-4v4c0 1.1-.9 2-2 2h-4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h4c1.084.057 2 .867 2 2m-6 4h4v-4h-4zM11 5v4c0 1.1-.9 2-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4c1.1 0 2 .9 2 2M5 9h4V5H5zm16-4v4c0 1.1-.9 2-2 2h-4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4c1.084.057 2 .867 2 2m-6 4h4V5h-4z\"/>\n</svg>"],
680
+ ["square-grid-2x2-pencil", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M18.175 7.585a2 2 0 0 1 2.829 0L22.418 9a2 2 0 0 1 0 2.829L11.246 23H7.003v-4.243zM9.003 19.586v1.415h1.414l7.758-7.758-1.414-1.414zm9.172-9.171 1.414 1.414 1.415-1.414L19.589 9z\"/>\n <path fill=\"currentColor\" d=\"M9 13c.638 0 1.206.304 1.573.772L9 15.346v-.345H5v4h1.003v2H5a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2zm11.973 1.686q.025.153.027.315v4c0 1.1-.9 2-2 2h-4a2 2 0 0 1-.313-.028L16.66 19H19v-2.34zM9 3c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zM5 9h4V5H5zm14-6c1.084.058 2 .868 2 2v1.353a3 3 0 0 0-2-.294V5h-4v4h.347l-1.576 1.576A2 2 0 0 1 13 9V5a2 2 0 0 1 2-2z\"/>\n</svg>"],
681
+ ["square-grid-3x3", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
682
+ ["square-on-square", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
683
+ ["square-plus-on-square", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M15 13h3v2h-3v3h-2v-3h-3v-2h3v-3h2z\"/>\n <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>"],
684
+ ["star", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
685
+ ["star-filled", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
686
+ ["starburst-filled", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
687
+ ["strikethrough", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M18.97 17.04a5 5 0 0 1-1.42 2.8 7 7 0 0 1-3.08 1.8 9 9 0 0 1-3.84.25 8 8 0 0 1-3.42-1.38 5.4 5.4 0 0 1-1.97-2.59l.94-.32.95-.32c.2.55.6 1.13 1.27 1.62s1.55.86 2.54 1.02c1 .15 2.02.09 2.96-.19s1.7-.74 2.22-1.28.8-1.12.86-1.66a2.5 2.5 0 0 0-.4-1.66q-.38-.62-1.12-1.13h2.77c.61.94.87 2 .74 3.04M22 13H2v-2h20zM9.71 2.35a7.6 7.6 0 0 1 3.56-.24c1.19.2 2.29.67 3.17 1.38.89.7 1.52 1.6 1.84 2.59l-1.9.6a3.4 3.4 0 0 0-1.18-1.63 5 5 0 0 0-2.26-.97 5.6 5.6 0 0 0-2.62.18 4.5 4.5 0 0 0-2 1.24 3 3 0 0 0-.8 1.7q-.11.87.38 1.73.34.59.97 1.07H6.21a4.8 4.8 0 0 1 .63-5.85 6.5 6.5 0 0 1 2.87-1.8\"/>\n</svg>"],
688
+ ["sun", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M13 22h-2v-3.07c.65.09 1.35.09 2 0zM6.4 16.2q.6.8 1.4 1.4l-2.16 2.18-1.42-1.42zM19.78 18.36l-1.42 1.42-2.17-2.17q.8-.6 1.42-1.42z\"/>\n <path fill=\"currentColor\" d=\"M12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10m0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6\"/>\n <path fill=\"currentColor\" d=\"M5.07 11c-.1.65-.1 1.35 0 2H2v-2zM22 13h-3.07c.1-.65.1-1.35 0-2H22zM7.8 6.4Q7 7 6.4 7.8L4.21 5.65l1.42-1.42zM19.78 5.64 17.6 7.8a7 7 0 0 0-1.42-1.42l2.17-2.17zM13 5.07c-.65-.1-1.35-.1-2 0V2h2z\"/>\n</svg>"],
689
+ ["tag", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M21.24 5.2a3 3 0 0 1 .74 2.34l-.43 3.88a3 3 0 0 1-.86 1.79l-7.92 7.92a3.04 3.04 0 0 1-4.13.1l-5.88-5.87a3.04 3.04 0 0 1 .1-4.13L10.8 3.3a3 3 0 0 1 1.79-.86l3.88-.43a3 3 0 0 1 2.33.74l.13.12 2.2 2.2zm-3.74-.9a1 1 0 0 0-.82-.3l-3.88.44a1 1 0 0 0-.6.28l-7.92 7.92a1 1 0 0 0 0 1.42l5.66 5.65a1 1 0 0 0 1.41 0l7.92-7.92a1 1 0 0 0 .29-.6l.43-3.88a1 1 0 0 0-.29-.81zm-1.02 3.22a1.5 1.5 0 1 1-2.12 2.12 1.5 1.5 0 0 1 2.12-2.12\"/>\n</svg>"],
690
+ ["tag-on-tag", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M19.86 13.49a3 3 0 0 1-.88 2.12l-5.48 5.48a3 3 0 0 1-4.24 0L5 16.85a3 3 0 0 1-.58-3.41l6.24 6.24a1 1 0 0 0 1.41 0l7.78-7.78zm-4.77-6.72a1.25 1.25 0 1 1-1.77 1.77 1.25 1.25 0 0 1 1.77-1.77\"/>\n <path fill=\"currentColor\" d=\"M19.18 4.17a3 3 0 0 1 .68 1.9v3.17a3 3 0 0 1-.88 2.12l-5.48 5.49a3 3 0 0 1-4.24 0L5 12.6a3 3 0 0 1 0-4.25l5.49-5.48a3 3 0 0 1 1.82-.86l.3-.02h3.17a3 3 0 0 1 2.12.88l1.07 1.07zm-2.68.12a1 1 0 0 0-.7-.29h-3.18a1 1 0 0 0-.7.3l-5.5 5.48a1 1 0 0 0 0 1.41l4.25 4.25a1 1 0 0 0 1.41 0l5.49-5.5a1 1 0 0 0 .3-.7V6.07a1 1 0 0 0-.3-.7z\"/>\n</svg>"],
691
+ ["terminal", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m11.4 12-4 4L6 14.6 8.57 12 6 9.4 7.4 8zM18 16h-6v-2h6z\"/>\n <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>"],
692
+ ["text-format-size", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
693
+ ["text-quote", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
694
+ ["timer", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12 2a10 10 0 1 1-8.66 5l1.73 1A8 8 0 1 0 13 4.06V7h-2V2z\"/>\n <path fill=\"currentColor\" d=\"M12.5 11.13a1 1 0 0 1-1 1.74l-5.2-3 1-1.74z\"/>\n</svg>"],
695
+ ["trash", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
696
+ ["tree-structure", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
697
+ ["triangle-square-circle", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
698
+ ["underlined", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
699
+ ["video-camera", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
700
+ ["viewfinder", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
701
+ ["viewfinder-line", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"],
702
+ ["wheat", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <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>"]
703
+ ]);
704
+ //#endregion
705
+ //#region src/components/content/icon/icon.ts
706
+ var icon_exports = /* @__PURE__ */ __exportAll({
707
+ ICONS: () => ICONS,
708
+ NLDDIcon: () => NLDDIcon,
709
+ aliases: () => aliases
710
+ });
711
+ var _NLDDIcon;
712
+ var ICONS = [...iconRegistry.keys(), ...Object.keys(aliases)].sort();
713
+ var NLDDIcon = (_NLDDIcon = class NLDDIcon extends LitElement {
714
+ constructor(..._args) {
715
+ super(..._args);
716
+ this.name = "circle-dashed";
717
+ this.size = "";
718
+ this.color = "";
719
+ this._iconSvg = null;
720
+ }
721
+ connectedCallback() {
722
+ super.connectedCallback();
723
+ if (!this.hasAttribute("aria-hidden")) this.setAttribute("aria-hidden", "true");
724
+ this._iconSvg = this._loadIcon(this.name);
725
+ }
726
+ updated(changedProperties) {
727
+ if (changedProperties.has("name") && this.name) this._iconSvg = this._loadIcon(this.name);
728
+ }
729
+ _loadIcon(name) {
730
+ const resolvedName = aliases[name] ?? name;
731
+ const svg = iconRegistry.get(resolvedName);
732
+ if (svg) return svg;
733
+ return null;
734
+ }
735
+ render() {
736
+ return template(this._iconSvg);
737
+ }
738
+ }, _NLDDIcon.styles = iconStyles, _NLDDIcon);
739
+ __decorate([property({ type: String })], NLDDIcon.prototype, "name", void 0);
740
+ __decorate([property({
741
+ reflect: true,
742
+ converter: reflectNonDefault("")
743
+ })], NLDDIcon.prototype, "size", void 0);
744
+ __decorate([property({
745
+ reflect: true,
746
+ converter: reflectNonDefault("")
747
+ })], NLDDIcon.prototype, "color", void 0);
748
+ __decorate([state()], NLDDIcon.prototype, "_iconSvg", void 0);
749
+ NLDDIcon = __decorate([customElement("nldd-icon")], NLDDIcon);
750
+ //#endregion
751
+ export { icon_exports as n, NLDDIcon as t };