@nldd/design-system 0.8.82 → 0.8.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +436 -68
- package/dist/components/actions/button/button.d.ts +5 -0
- package/dist/components/actions/button/button.d.ts.map +1 -1
- package/dist/components/actions/button/button.js +8 -0
- package/dist/components/actions/button/button.js.map +1 -1
- package/dist/components/actions/button/button.template.d.ts.map +1 -1
- package/dist/components/actions/button/button.template.js +2 -0
- package/dist/components/actions/button/button.template.js.map +1 -1
- package/dist/components/actions/icon-button/icon-button.d.ts +1 -1
- package/dist/components/actions/icon-button/icon-button.js +1 -1
- package/dist/components/components.js +894 -226
- package/dist/components/content/avatar/avatar.styles.d.ts.map +1 -1
- package/dist/components/content/avatar/avatar.styles.js +5 -1
- package/dist/components/content/avatar/avatar.styles.js.map +1 -1
- package/dist/components/content/icon/icon-aliases.d.ts.map +1 -1
- package/dist/components/content/icon/icon-aliases.js +78 -6
- package/dist/components/content/icon/icon-aliases.js.map +1 -1
- package/dist/components/content/icon/icon-gallery-status.d.ts.map +1 -1
- package/dist/components/content/icon/icon-gallery-status.js +55 -94
- package/dist/components/content/icon/icon-gallery-status.js.map +1 -1
- package/dist/components/content/icon/icon-registry.d.ts.map +1 -1
- package/dist/components/content/icon/icon-registry.js +34 -4
- package/dist/components/content/icon/icon-registry.js.map +1 -1
- package/dist/components/content/icon/icon.d.ts +8 -2
- package/dist/components/content/icon/icon.d.ts.map +1 -1
- package/dist/components/content/icon/icon.js +17 -2
- package/dist/components/content/icon/icon.js.map +1 -1
- package/dist/components/content/icon/icon.styles.d.ts.map +1 -1
- package/dist/components/content/icon/icon.styles.js +8 -0
- package/dist/components/content/icon/icon.styles.js.map +1 -1
- package/dist/components/content/text/text.d.ts +50 -0
- package/dist/components/content/text/text.d.ts.map +1 -0
- package/dist/components/content/text/text.js +81 -0
- package/dist/components/content/text/text.js.map +1 -0
- package/dist/components/content/text/text.styles.d.ts +2 -0
- package/dist/components/content/text/text.styles.d.ts.map +1 -0
- package/dist/components/content/text/text.styles.js +116 -0
- package/dist/components/content/text/text.styles.js.map +1 -0
- package/dist/components/content/text/text.template.d.ts +3 -0
- package/dist/components/content/text/text.template.d.ts.map +1 -0
- package/dist/components/content/text/text.template.js +7 -0
- package/dist/components/content/text/text.template.js.map +1 -0
- package/dist/components/content/title/title.styles.d.ts.map +1 -1
- package/dist/components/content/title/title.styles.js +9 -13
- package/dist/components/content/title/title.styles.js.map +1 -1
- package/dist/components/{icon-CIpJq_cf.js → icon-C1Kikpol.js} +100 -10
- package/dist/components/{icon-button-BAkUJTn6.js → icon-button-BYy6hnAY.js} +2 -2
- package/dist/components/index.d.ts +2 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +2 -1
- package/dist/components/index.js.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.d.ts +2 -0
- package/dist/components/inputs/combo-box/combo-box.d.ts.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.js +22 -0
- package/dist/components/inputs/combo-box/combo-box.js.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.styles.d.ts.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.styles.js +5 -0
- package/dist/components/inputs/combo-box/combo-box.styles.js.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.template.d.ts.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.template.js +23 -20
- package/dist/components/inputs/combo-box/combo-box.template.js.map +1 -1
- package/dist/components/inputs/date-field/date-field.template.d.ts.map +1 -1
- package/dist/components/inputs/date-field/date-field.template.js +7 -1
- package/dist/components/inputs/date-field/date-field.template.js.map +1 -1
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.d.ts +8 -1
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.d.ts.map +1 -1
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.js +8 -0
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.js.map +1 -1
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.template.d.ts.map +1 -1
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.template.js +2 -0
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.template.js.map +1 -1
- package/dist/components/inputs/text-field/text-field.d.ts +21 -0
- package/dist/components/inputs/text-field/text-field.d.ts.map +1 -1
- package/dist/components/inputs/text-field/text-field.js +48 -0
- package/dist/components/inputs/text-field/text-field.js.map +1 -1
- package/dist/components/inputs/text-field/text-field.template.d.ts.map +1 -1
- package/dist/components/inputs/text-field/text-field.template.js +2 -0
- package/dist/components/inputs/text-field/text-field.template.js.map +1 -1
- package/dist/components/inputs/time-field/time-field.template.d.ts.map +1 -1
- package/dist/components/inputs/time-field/time-field.template.js +7 -1
- package/dist/components/inputs/time-field/time-field.template.js.map +1 -1
- package/dist/components/layout/box/box.d.ts +3 -3
- package/dist/components/layout/box/box.d.ts.map +1 -1
- package/dist/components/layout/box/box.js +3 -3
- package/dist/components/layout/box/box.js.map +1 -1
- package/dist/components/layout/box/box.styles.d.ts.map +1 -1
- package/dist/components/layout/box/box.styles.js +3 -6
- package/dist/components/layout/box/box.styles.js.map +1 -1
- package/dist/components/layout/sheet/sheet.styles.d.ts.map +1 -1
- package/dist/components/layout/sheet/sheet.styles.js +10 -3
- package/dist/components/layout/sheet/sheet.styles.js.map +1 -1
- package/dist/components/lists-and-tables/list/list.d.ts +60 -45
- package/dist/components/lists-and-tables/list/list.d.ts.map +1 -1
- package/dist/components/lists-and-tables/list/list.js +94 -80
- package/dist/components/lists-and-tables/list/list.js.map +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.d.ts +94 -21
- package/dist/components/lists-and-tables/list-item/list-item.d.ts.map +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.js +275 -48
- package/dist/components/lists-and-tables/list-item/list-item.js.map +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.styles.d.ts.map +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.styles.js +116 -34
- package/dist/components/lists-and-tables/list-item/list-item.styles.js.map +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.template.d.ts +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.template.d.ts.map +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.template.js +5 -2
- package/dist/components/lists-and-tables/list-item/list-item.template.js.map +1 -1
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.d.ts +116 -0
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.d.ts.map +1 -0
- package/dist/components/lists-and-tables/{list-item-action/list-item-action.js → list-item-segment/list-item-segment.js} +77 -52
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.js.map +1 -0
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.styles.d.ts +2 -0
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.styles.d.ts.map +1 -0
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.styles.js +179 -0
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.styles.js.map +1 -0
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.template.d.ts +3 -0
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.template.d.ts.map +1 -0
- package/dist/components/lists-and-tables/{list-item-action/list-item-action.template.js → list-item-segment/list-item-segment.template.js} +5 -4
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.template.js.map +1 -0
- package/dist/components/status-and-feedback/badge/badge.d.ts +8 -2
- package/dist/components/status-and-feedback/badge/badge.d.ts.map +1 -1
- package/dist/components/status-and-feedback/badge/badge.js +17 -1
- package/dist/components/status-and-feedback/badge/badge.js.map +1 -1
- package/dist/components/status-and-feedback/badge/badge.styles.d.ts.map +1 -1
- package/dist/components/status-and-feedback/badge/badge.styles.js +35 -6
- package/dist/components/status-and-feedback/badge/badge.styles.js.map +1 -1
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.d.ts.map +1 -1
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.js +7 -0
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.js.map +1 -1
- package/dist/css/variables.css +25 -1
- package/dist/nldd.min.js +1002 -593
- package/dist/types/vue.d.ts +93 -47
- package/dist/utilities/scroll-mode-controller.d.ts +9 -1
- package/dist/utilities/scroll-mode-controller.d.ts.map +1 -1
- package/dist/utilities/scroll-mode-controller.js +10 -2
- package/dist/utilities/scroll-mode-controller.js.map +1 -1
- package/package.json +8 -4
- package/dist/components/lists-and-tables/list-item-action/list-item-action.d.ts +0 -108
- package/dist/components/lists-and-tables/list-item-action/list-item-action.d.ts.map +0 -1
- package/dist/components/lists-and-tables/list-item-action/list-item-action.js.map +0 -1
- package/dist/components/lists-and-tables/list-item-action/list-item-action.styles.d.ts +0 -2
- package/dist/components/lists-and-tables/list-item-action/list-item-action.styles.d.ts.map +0 -1
- package/dist/components/lists-and-tables/list-item-action/list-item-action.styles.js +0 -145
- package/dist/components/lists-and-tables/list-item-action/list-item-action.styles.js.map +0 -1
- package/dist/components/lists-and-tables/list-item-action/list-item-action.template.d.ts +0 -3
- package/dist/components/lists-and-tables/list-item-action/list-item-action.template.d.ts.map +0 -1
- package/dist/components/lists-and-tables/list-item-action/list-item-action.template.js.map +0 -1
|
@@ -20,6 +20,7 @@ var iconStyles = css`
|
|
|
20
20
|
:host {
|
|
21
21
|
--_size: 100%;
|
|
22
22
|
--_color: inherit;
|
|
23
|
+
--_custom-color: inherit;
|
|
23
24
|
|
|
24
25
|
display: inline-flex;
|
|
25
26
|
width: var(--_size);
|
|
@@ -83,6 +84,13 @@ var iconStyles = css`
|
|
|
83
84
|
:host([color="mintgroen"]) { --_color: var(--components-icon-color-mintgroen-color); }
|
|
84
85
|
|
|
85
86
|
|
|
87
|
+
/* # Custom color — after every [color] rule, so it wins over one */
|
|
88
|
+
|
|
89
|
+
:host([custom-color]) {
|
|
90
|
+
--_color: var(--_custom-color);
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
|
|
86
94
|
/* # Elements */
|
|
87
95
|
|
|
88
96
|
svg {
|
|
@@ -111,6 +119,8 @@ var aliases = {
|
|
|
111
119
|
"full-screen": "arrow-down-left-arrow-up-right",
|
|
112
120
|
"collapse": "arrow-up-right-arrow-down-left",
|
|
113
121
|
"exit-full-screen": "arrow-up-right-arrow-down-left",
|
|
122
|
+
"switch": "arrow-left-right",
|
|
123
|
+
"swap": "arrow-left-right",
|
|
114
124
|
"sort": "arrow-up-arrow-down",
|
|
115
125
|
"undo": "arrow-u-turn-backward",
|
|
116
126
|
"redo": "arrow-u-turn-forward",
|
|
@@ -119,13 +129,16 @@ var aliases = {
|
|
|
119
129
|
"alarm": "bell",
|
|
120
130
|
"buildings": "apartment-building-2",
|
|
121
131
|
"offices": "apartment-building-2",
|
|
132
|
+
"companies": "apartment-building-2",
|
|
122
133
|
"guide": "book",
|
|
123
134
|
"read": "book",
|
|
124
135
|
"new-book": "book-badge-plus",
|
|
125
136
|
"bookmarked": "bookmark-filled",
|
|
126
137
|
"books": "books-vertical",
|
|
138
|
+
"inventory": "boxes-3",
|
|
127
139
|
"embed": "brackets-ellipsis",
|
|
128
|
-
"
|
|
140
|
+
"namespace": "brackets-ellipsis",
|
|
141
|
+
"new-namespace": "brackets-ellipsis-badge-plus",
|
|
129
142
|
"work": "business-suitcase",
|
|
130
143
|
"calendar": "calendar-event",
|
|
131
144
|
"event": "calendar-event",
|
|
@@ -141,25 +154,37 @@ var aliases = {
|
|
|
141
154
|
"checked": "check-mark",
|
|
142
155
|
"success": "check-mark-circle",
|
|
143
156
|
"valid": "check-mark-circle",
|
|
157
|
+
"done": "check-mark-circle",
|
|
158
|
+
"done-light": "check-mark-circle-light",
|
|
144
159
|
"checked-extra-small": "check-mark-extra-small",
|
|
145
160
|
"checked-small": "check-mark-small",
|
|
146
161
|
"back": "chevron-left",
|
|
147
162
|
"code": "chevron-left-forward-slash-chevron-right",
|
|
148
163
|
"forward": "chevron-right",
|
|
164
|
+
"no-priority": "circle",
|
|
165
|
+
"to-do": "circle",
|
|
166
|
+
"doing": "circle-circle",
|
|
167
|
+
"doing-light": "circle-circle-light",
|
|
149
168
|
"icon-placeholder": "circle-dashed",
|
|
169
|
+
"all-tasks": "circle-grid-2x2-top-left-check-mark",
|
|
170
|
+
"to-do-light": "circle-light",
|
|
171
|
+
"inventory-alt": "clipboard-bullet-list",
|
|
150
172
|
"form": "clipboard-pencil",
|
|
151
173
|
"paste": "clipboard-square",
|
|
152
174
|
"time": "clock",
|
|
153
175
|
"now": "clock",
|
|
176
|
+
"time-light": "clock-light",
|
|
154
177
|
"future": "clock-arrow-clockwise",
|
|
155
178
|
"history": "clock-arrow-counter-clockwise",
|
|
156
179
|
"download-from-cloud": "cloud-arrow-down",
|
|
157
180
|
"backup-in-cloud": "cloud-arrow-up",
|
|
158
181
|
"deploy": "cloud-arrow-up",
|
|
159
182
|
"upload-to-cloud": "cloud-arrow-up",
|
|
183
|
+
"processor": "cpu",
|
|
160
184
|
"database": "cylinder-split",
|
|
161
|
-
"database
|
|
162
|
-
"database
|
|
185
|
+
"locked-database": "cylinder-split-badge-lock",
|
|
186
|
+
"disabled-database": "cylinder-split-slash",
|
|
187
|
+
"unavailable-database": "cylinder-split-slash",
|
|
163
188
|
"close": "dismiss",
|
|
164
189
|
"close-circle": "dismiss-circle",
|
|
165
190
|
"close-circle-filled": "dismiss-circle-filled",
|
|
@@ -195,8 +220,8 @@ var aliases = {
|
|
|
195
220
|
"new-document": "file-badge-plus",
|
|
196
221
|
"documents": "file-on-file",
|
|
197
222
|
"text-document": "file-text",
|
|
223
|
+
"checked-text-document": "file-text-badge-check-mark",
|
|
198
224
|
"new-text-document": "file-text-badge-check-plus",
|
|
199
|
-
"add-text-document": "file-text-badge-check-plus",
|
|
200
225
|
"edit-text-document": "file-text-pencil",
|
|
201
226
|
"text-documents": "file-text-on-file-text",
|
|
202
227
|
"primary": "square-1",
|
|
@@ -204,6 +229,12 @@ var aliases = {
|
|
|
204
229
|
"flagged": "flag-filled",
|
|
205
230
|
"directory": "folder",
|
|
206
231
|
"new-folder": "folder-badge-plus",
|
|
232
|
+
"new-directory": "folder-badge-plus",
|
|
233
|
+
"open-folder": "folder-open",
|
|
234
|
+
"open-directory": "folder-open",
|
|
235
|
+
"inbox": "tray",
|
|
236
|
+
"storage": "external-hard-drives",
|
|
237
|
+
"folders": "folder-on-folder",
|
|
207
238
|
"directories": "folder-on-folder",
|
|
208
239
|
"global-settings": "gear",
|
|
209
240
|
"settings": "gear",
|
|
@@ -217,7 +248,9 @@ var aliases = {
|
|
|
217
248
|
"indent": "indent-increase",
|
|
218
249
|
"info": "info-circle",
|
|
219
250
|
"information": "info-circle",
|
|
251
|
+
"kanban": "kanban-columns",
|
|
220
252
|
"idea": "lightbulb",
|
|
253
|
+
"energy": "lightning",
|
|
221
254
|
"url": "link",
|
|
222
255
|
"hyperlink": "link",
|
|
223
256
|
"secure-link": "link-badge-lock",
|
|
@@ -237,8 +270,8 @@ var aliases = {
|
|
|
237
270
|
"cut": "scissor",
|
|
238
271
|
"k8s": "ship-wheel",
|
|
239
272
|
"kubernetes": "ship-wheel",
|
|
240
|
-
"
|
|
241
|
-
"
|
|
273
|
+
"new-k8s": "ship-wheel-badge-plus",
|
|
274
|
+
"new-kubernetes": "ship-wheel-badge-plus",
|
|
242
275
|
"search": "magnifier",
|
|
243
276
|
"location": "map-pin",
|
|
244
277
|
"add-location": "map-pin-badge-plus",
|
|
@@ -247,6 +280,8 @@ var aliases = {
|
|
|
247
280
|
"microphone-on": "microphone",
|
|
248
281
|
"microphone-off": "microphone-slash",
|
|
249
282
|
"announcement": "megaphone",
|
|
283
|
+
"memory": "memory-chip",
|
|
284
|
+
"ram": "memory-chip",
|
|
250
285
|
"annotation": "message-rectangle-text",
|
|
251
286
|
"comment": "message-rectangle-text",
|
|
252
287
|
"remove": "minus",
|
|
@@ -260,6 +295,8 @@ var aliases = {
|
|
|
260
295
|
"attach": "paperclip",
|
|
261
296
|
"paragraph": "paragraph-sign",
|
|
262
297
|
"parking": "parking-sign-square",
|
|
298
|
+
"network-interface-card": "pci-card",
|
|
299
|
+
"nic": "pci-card",
|
|
263
300
|
"write": "pencil",
|
|
264
301
|
"image": "photo",
|
|
265
302
|
"gallery": "photo-on-photo-angled",
|
|
@@ -279,17 +316,27 @@ var aliases = {
|
|
|
279
316
|
"contact-card": "person-text-rectangle",
|
|
280
317
|
"add": "plus",
|
|
281
318
|
"add-small": "plus-small",
|
|
319
|
+
"print": "printer",
|
|
282
320
|
"extension": "puzzle-piece",
|
|
283
321
|
"module": "puzzle-piece",
|
|
284
322
|
"plugin": "puzzle-piece",
|
|
285
323
|
"add-plugin": "puzzle-piece-badge-plus",
|
|
324
|
+
"add-extension": "puzzle-piece-badge-plus",
|
|
325
|
+
"add-module": "puzzle-piece-badge-plus",
|
|
286
326
|
"help": "question-mark-circle",
|
|
287
327
|
"question": "question-mark-circle",
|
|
328
|
+
"server": "rack-server",
|
|
329
|
+
"servers": "rack-servers",
|
|
330
|
+
"firewall": "shield-arrow-right-arrow-left",
|
|
331
|
+
"network-patch-mapping": "waving-crossing-lines",
|
|
288
332
|
"security": "shield-check-mark",
|
|
289
333
|
"verified": "shield-check-mark",
|
|
290
334
|
"blocked": "slash-circle",
|
|
291
335
|
"forbidden": "slash-circle",
|
|
336
|
+
"blocked-light": "slash-circle-light",
|
|
292
337
|
"local-settings": "slider-horizontal-3",
|
|
338
|
+
"cooling": "snowflake",
|
|
339
|
+
"airco": "snowflake",
|
|
293
340
|
"ai": "sparkles",
|
|
294
341
|
"magic": "sparkles",
|
|
295
342
|
"mute": "speaker-slash",
|
|
@@ -311,6 +358,7 @@ var aliases = {
|
|
|
311
358
|
"export": "square-arrow-up",
|
|
312
359
|
"copy": "square-on-square",
|
|
313
360
|
"duplicate": "square-plus-on-square",
|
|
361
|
+
"hard-drive": "ssd-hard-drive",
|
|
314
362
|
"stack": "rectangle-stack",
|
|
315
363
|
"library": "rectangle-stack",
|
|
316
364
|
"day": "sun",
|
|
@@ -323,9 +371,11 @@ var aliases = {
|
|
|
323
371
|
"console": "terminal",
|
|
324
372
|
"blockquote": "text-quote",
|
|
325
373
|
"countdown": "timer",
|
|
374
|
+
"sfp": "transceiver-module",
|
|
326
375
|
"delete": "trash",
|
|
327
376
|
"path": "point-bottom-left-to-point-top-right-s-curve-path",
|
|
328
377
|
"traject": "point-bottom-left-to-point-top-right-s-curve-path",
|
|
378
|
+
"power": "power-plug",
|
|
329
379
|
"pipeline": "pipeline-corner-2",
|
|
330
380
|
"design": "pencil-ruler",
|
|
331
381
|
"dns": "globe-rack-server",
|
|
@@ -411,6 +461,7 @@ var iconRegistry = /* @__PURE__ */ new Map([
|
|
|
411
461
|
["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
462
|
["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
463
|
["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>"],
|
|
464
|
+
["boxes-3", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M16 3c1.1 0 2 .9 2 2v6h1c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2v-6c0-1.1 .9-2 2-2h3v-6c0-1.1 .9-2 2-2h6zm-11 16h6v-6h-2v2h-2v-2h-2v6zm8 0h6v-6h-2v2h-2v-2h-2v6zm-3-8h6v-6h-2v2h-2v-2h-2v6z\"/>\n</svg>"],
|
|
414
465
|
["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
466
|
["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
467
|
["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>"],
|
|
@@ -437,6 +488,7 @@ var iconRegistry = /* @__PURE__ */ new Map([
|
|
|
437
488
|
["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
489
|
["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
490
|
["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>"],
|
|
491
|
+
["check-mark-circle-light", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\">\n <path fill=\"currentColor\" d=\"m23.2 11.71-9.7 9.7-4.71-4.7 1.41-1.42 3.3 3.3 8.29-8.3z\"/>\n <path fill=\"currentColor\" d=\"M16 3a13 13 0 1 1 0 26 13 13 0 0 1 0-26m0 2a11 11 0 1 0 0 22 11 11 0 0 0 0-22\"/>\n</svg>"],
|
|
440
492
|
["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
493
|
["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
494
|
["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>"],
|
|
@@ -467,20 +519,27 @@ var iconRegistry = /* @__PURE__ */ new Map([
|
|
|
467
519
|
["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
520
|
["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
521
|
["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>"],
|
|
522
|
+
["circle", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\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>"],
|
|
523
|
+
["circle-circle", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\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-16m0 3c2.761 0 5 2.239 5 5s-2.239 5-5 5S7 14.761 7 12s2.239-5 5-5m0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6\"/>\n</svg>"],
|
|
524
|
+
["circle-circle-light", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\">\n <path fill=\"currentColor\" d=\"M16 9a7 7 0 1 1 0 14 7 7 0 0 1 0-14m0 2a5 5 0 1 0 0 10 5 5 0 0 0 0-10\"/>\n <path fill=\"currentColor\" d=\"M16 3a13 13 0 1 1 0 26 13 13 0 0 1 0-26m0 2a11 11 0 1 0 0 22 11 11 0 0 0 0-22\"/>\n</svg>"],
|
|
470
525
|
["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
526
|
["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
527
|
["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
528
|
["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
529
|
["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>"],
|
|
530
|
+
["circle-light", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\">\n <path fill=\"currentColor\" d=\"M16 3a13 13 0 1 1 0 26 13 13 0 0 1 0-26m0 2a11 11 0 1 0 0 22 11 11 0 0 0 0-22\"/>\n</svg>"],
|
|
475
531
|
["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>"],
|
|
532
|
+
["clipboard-bullet-list", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M8.75 16c.41 0 .75 .34 .75 .75c0 .41-.34 .75-.75 .75c-.41 0-.75-.34-.75-.75c0-.41 .34-.75 .75-.75z\"/>\n <path fill=\"currentColor\" d=\"M16 17.5h-5v-1.5h5v1.5z\"/>\n <path fill=\"currentColor\" d=\"M8.75 13c.41 0 .75 .34 .75 .75c0 .41-.34 .75-.75 .75c-.41 0-.75-.34-.75-.75c0-.41 .34-.75 .75-.75z\"/>\n <path fill=\"currentColor\" d=\"M16 14.5h-5v-1.5h5v1.5z\"/>\n <path fill=\"currentColor\" d=\"M8.75 10c.41 0 .75 .34 .75 .75c0 .41-.34 .75-.75 .75c-.41 0-.75-.34-.75-.75c0-.41 .34-.75 .75-.75z\"/>\n <path fill=\"currentColor\" d=\"M16 11.5h-5v-1.5h5v1.5z\"/>\n <path fill=\"currentColor\" d=\"M15 2c.55 0 1 .45 1 1h1c1.66 0 3 1.34 3 3v13c0 1.66-1.34 3-3 3h-10c-1.66 0-3-1.34-3-3v-13c0-1.66 1.34-3 3-3h1c0-.55 .45-1 1-1h6zm-8 3c-.55 0-1 .45-1 1v13c0 .55 .45 1 1 1h10c.55 0 1-.45 1-1v-13c0-.55-.45-1-1-1h-1v2c0 .55-.42 1-1 1h-6c-.55 0-1-.45-1-1v-2h-1zm3 1h4v-2h-4v2z\"/>\n</svg>"],
|
|
476
533
|
["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
534
|
["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
535
|
["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
536
|
["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
537
|
["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>"],
|
|
538
|
+
["clock-light", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\">\n <path fill=\"currentColor\" d=\"m17 15.59 3.95 3.95-1.41 1.41-4.25-4.24A1 1 0 0 1 15 16V8h2z\"/>\n <path fill=\"currentColor\" d=\"M16 3a13 13 0 1 1 0 26 13 13 0 0 1 0-26m0 2a11 11 0 1 0 0 22 11 11 0 0 0 0-22\"/>\n</svg>"],
|
|
481
539
|
["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
540
|
["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
541
|
["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>"],
|
|
542
|
+
["cpu", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M15 8c.55 0 1 .45 1 1v6c0 .55-.45 1-1 1h-6c-.55 0-1-.45-1-1v-6c0-.55 .45-1 1-1h6zm-5 6h4v-4h-4v4z\"/>\n <path fill=\"currentColor\" d=\"M9 4h2v-2h2v2h2v-2h2v2h1c1.1 0 2 .9 2 2v1h2v2h-2v2h2v2h-2v2h2v2h-2v1c0 1.1-.9 2-2 2h-1v2h-2v-2h-2v2h-2v-2h-2v2h-2v-2h-1c-1.1 0-2-.9-2-2v-1h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-1c0-1.1 .9-2 2-2h1v-2h2v2zm-3 14h12v-12h-12v12z\"/>\n</svg>"],
|
|
484
543
|
["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
544
|
["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
545
|
["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>"],
|
|
@@ -504,6 +563,8 @@ var iconRegistry = /* @__PURE__ */ new Map([
|
|
|
504
563
|
["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
564
|
["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
565
|
["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>"],
|
|
566
|
+
["external-hard-drive", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M16.5 15.5c.83 0 1.5 .67 1.5 1.5c0 .83-.67 1.5-1.5 1.5c-.83 0-1.5-.67-1.5-1.5c0-.83 .67-1.5 1.5-1.5z\"/>\n <path fill=\"currentColor\" d=\"M16.14 2c1.39 0 2.59 .95 2.92 2.29l2.77 11.42c.11 .41 .17 .84 .17 1.29c0 2.76-2.24 5-5 5h-10c-2.76 0-5-2.24-5-5c0-.46 .06-.9 .18-1.33l2.76-11.38c.33-1.34 1.53-2.29 2.92-2.29h8.28zm-9.14 12c-1.66 0-3 1.34-3 3c0 1.66 1.34 3 3 3h10c1.66 0 3-1.34 3-3c0-1.66-1.34-3-3-3h-10zm.86-10c-.46 0-.86 .32-.97 .76l-1.86 7.64c.63-.27 1.29-.38 1.97-.4h10c.68 .02 1.34 .13 1.97 .4l-1.86-7.64c-.11-.44-.51-.76-.97-.76h-8.28z\"/>\n</svg>"],
|
|
567
|
+
["external-hard-drives", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M16.5 17c.55 0 1 .45 1 1c0 .55-.45 1-1 1c-.55 0-1-.45-1-1c0-.55 .45-1 1-1z\"/>\n <path fill=\"currentColor\" d=\"M16.5 11c.55 0 1 .45 1 1c0 .55-.45 1-1 1c-.55 0-1-.45-1-1c0-.55 .45-1 1-1z\"/>\n <path fill=\"currentColor\" d=\"M16.5 5c.55 0 1 .45 1 1c0 .55-.45 1-1 1c-.55 0-1-.45-1-1c0-.55 .45-1 1-1z\"/>\n <path fill=\"currentColor\" d=\"M17 2c2.2 0 4 1.8 4 4c0 1.2-.52 2.27-1.36 3c.84 .73 1.36 1.81 1.36 3c0 1.2-.52 2.27-1.36 3c.84 .73 1.36 1.81 1.36 3c0 2.2-1.8 4-4 4h-10c-2.2 0-4-1.8-4-4c0-1.19 .52-2.27 1.35-3c-.83-.73-1.35-1.81-1.35-3c0-1.19 .52-2.27 1.35-3c-.83-.73-1.35-1.81-1.35-3c0-2.2 1.8-4 4-4h10zm-10 14c-1.1 0-2 .9-2 2c0 1.1 .9 2 2 2h10c1.1 0 2-.9 2-2c0-1.1-.9-2-2-2h-10zm0-6c-1.1 0-2 .9-2 2c0 1.1 .9 2 2 2h10c1.1 0 2-.9 2-2c0-1.1-.9-2-2-2h-10zm0-6c-1.1 0-2 .9-2 2c0 1.1 .9 2 2 2h10c1.1 0 2-.9 2-2c0-1.1-.9-2-2-2h-10z\"/>\n</svg>"],
|
|
507
568
|
["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
569
|
["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
570
|
["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>"],
|
|
@@ -540,6 +601,7 @@ var iconRegistry = /* @__PURE__ */ new Map([
|
|
|
540
601
|
["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
602
|
["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
603
|
["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>"],
|
|
604
|
+
["gpu", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12 8c2.21 0 4 1.79 4 4c0 2.21-1.79 4-4 4c-2.21 0-4-1.79-4-4c0-2.21 1.79-4 4-4zm0 2c-1.1 0-2 .9-2 2c0 1.1 .9 2 2 2c1.1 0 2-.9 2-2c0-1.1-.9-2-2-2z\"/>\n <path fill=\"currentColor\" d=\"M9 4h2v-2h2v2h2v-2h2v2h1c1.1 0 2 .9 2 2v1h2v2h-2v2h2v2h-2v2h2v2h-2v1c0 1.1-.9 2-2 2h-1v2h-2v-2h-2v2h-2v-2h-2v2h-2v-2h-1c-1.1 0-2-.9-2-2v-1h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-1c0-1.1 .9-2 2-2h1v-2h2v2zm-3 14h12v-12h-12v12z\"/>\n</svg>"],
|
|
543
605
|
["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
606
|
["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
607
|
["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>"],
|
|
@@ -555,16 +617,18 @@ var iconRegistry = /* @__PURE__ */ new Map([
|
|
|
555
617
|
["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
618
|
["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
619
|
["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
620
|
["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
621
|
["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
622
|
["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
623
|
["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
624
|
["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>"],
|
|
625
|
+
["kanban-columns", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M17.5 8c.28 0 .5 .22 .5 .5v7c0 .28-.22 .5-.5 .5h-2c-.28 0-.5-.22-.5-.5v-7c0-.28 .22-.5 .5-.5h2z\"/>\n <path fill=\"currentColor\" d=\"M8.5 8c.28 0 .5 .22 .5 .5v5c0 .28-.22 .5-.5 .5h-2c-.28 0-.5-.22-.5-.5v-5c0-.28 .22-.5 .5-.5h2z\"/>\n <path fill=\"currentColor\" d=\"M13 8c.28 0 .5 .22 .5 .5v3c0 .28-.22 .5-.5 .5h-2c-.28 0-.5-.22-.5-.5v-3c0-.28 .22-.5 .5-.5h2z\"/>\n <path fill=\"currentColor\" d=\"M19 4c1.66 0 3 1.34 3 3v10c0 1.66-1.34 3-3 3h-14c-1.66 0-3-1.34-3-3v-10c0-1.66 1.34-3 3-3h14zm-14 2c-.55 0-1 .45-1 1v10c0 .55 .45 1 1 1h14c.55 0 1-.45 1-1v-10c0-.55-.45-1-1-1h-14z\"/>\n</svg>"],
|
|
564
626
|
["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>"],
|
|
627
|
+
["kvm-switch", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M7 11c.55 0 1 .45 1 1c0 .55-.45 1-1 1c-.55 0-1-.45-1-1c0-.55 .45-1 1-1z\"/>\n <path fill=\"currentColor\" d=\"M14 11c.55 0 1 .45 1 1c0 .55-.45 1-1 1h-4c-.55 0-1-.45-1-1c0-.55 .45-1 1-1h4z\"/>\n <path fill=\"currentColor\" d=\"M17 11c.55 0 1 .45 1 1c0 .55-.45 1-1 1c-.55 0-1-.45-1-1c0-.55 .45-1 1-1z\"/>\n <path fill=\"currentColor\" d=\"M13 7.5h7l.2 .01c1.01 .1 1.8 .95 1.8 1.99v5c0 1.04-.79 1.89-1.8 1.99l-.2 .01h-2v5.5h-2v-5.5h-8v5.5h-2v-5.5h-2c-1.04 0-1.89-.79-1.99-1.8l-.01-.2v-5c0-1.1 .9-2 2-2h7v-5.5h2v5.5zm-9 7h16v-5h-16v5z\"/>\n</svg>"],
|
|
565
628
|
["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
629
|
["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
630
|
["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>"],
|
|
631
|
+
["lightning", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M6.5 14l9.5-13l-3 9h4.5l-8.5 13l2-9h-4.5z\"/>\n</svg>"],
|
|
568
632
|
["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
633
|
["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
634
|
["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>"],
|
|
@@ -601,20 +665,24 @@ var iconRegistry = /* @__PURE__ */ new Map([
|
|
|
601
665
|
["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
666
|
["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
667
|
["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>"],
|
|
668
|
+
["memory-chip", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M7 6h2v-3h2v3h2v-3h2v3h2v-3h2v3h1c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2h-1v3h-2v-3h-2v3h-2v-3h-2v3h-2v-3h-2v3h-2v-3h-1c-1.1 0-2-.9-2-2v-8c0-1.1 .9-2 2-2h1v-3h2v3zm-3 10h16v-8h-16v8z\"/>\n</svg>"],
|
|
604
669
|
["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
670
|
["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
671
|
["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
672
|
["minus", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M2 11h20v2H2z\"/>\n</svg>"],
|
|
673
|
+
["minus-circle", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\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-16m-5 7h10v2H7z\"/>\n</svg>"],
|
|
608
674
|
["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
675
|
["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
676
|
["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
677
|
["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>"],
|
|
678
|
+
["network-switch", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M8 9h-2v-2h2v2z\"/>\n <path fill=\"currentColor\" d=\"M11.33 9h-2v-2h2v2z\"/>\n <path fill=\"currentColor\" d=\"M14.67 9h-2v-2h2v2z\"/>\n <path fill=\"currentColor\" d=\"M18 9h-2v-2h2v2z\"/>\n <path fill=\"currentColor\" d=\"M22 5v6c0 1.1-.9 2-2 2h-7v3.17c.85 .31 1.52 .98 1.83 1.83h7.17v2h-7.17c-.42 1.16-1.52 2-2.83 2c-1.31 0-2.41-.84-2.83-2h-7.17v-2h7.17c.31-.85 .98-1.52 1.83-1.83v-3.17h-7c-1.1 0-2-.9-2-2v-6c0-1.1 .9-2 2-2h16c1.1 0 2 .9 2 2zm-10 13c-.55 0-1 .45-1 1c0 .55 .45 1 1 1c.55 0 1-.45 1-1c0-.55-.45-1-1-1zm-8-7h16v-6h-16v6z\"/>\n</svg>"],
|
|
612
679
|
["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
680
|
["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
681
|
["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
682
|
["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
683
|
["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
684
|
["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>"],
|
|
685
|
+
["pci-card", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M17.5 9.5c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1h-3c-.55 0-1-.45-1-1v-3c0-.55 .45-1 1-1h3zm-2.5 3.5h2v-2h-2v2z\"/>\n <path fill=\"currentColor\" d=\"M3 2c1.1 0 2 .9 2 2v2h15c1.1 0 2 .9 2 2v9c0 1.1-.9 2-2 2h-7l-1-1.5h-3l-1 1.5h-3v3h-2v-18h-2v-2h2zm2 7.5c.55 0 1 .45 1 1v2c0 .55-.45 1-1 1v3.5h1.93l1-1.5h5.14l1 1.5h5.93v-9h-15v1.5z\"/>\n</svg>"],
|
|
618
686
|
["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
687
|
["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
688
|
["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>"],
|
|
@@ -637,10 +705,15 @@ var iconRegistry = /* @__PURE__ */ new Map([
|
|
|
637
705
|
["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
706
|
["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
707
|
["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>"],
|
|
708
|
+
["power-plug", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M16 8h-8v2c.03 1.04 .43 2.09 1.17 2.83c.52 .52 1.2 .85 1.83 1.21v1.96h2v-1.96c.63-.36 1.31-.69 1.83-1.21c.74-.75 1.17-1.78 1.17-2.83v-2zm0-2h2v4c0 2.12-1.16 4.13-3 5.19v1.81c0 .55-.45 1-1 1h-.5v4h-3v-4h-.5c-.55 0-1-.45-1-1v-1.81c-1.87-1.08-2.95-3.06-3-5.19v-4h2v-3c0-.55 .45-1 1-1c.55 0 1 .45 1 1v3h4v-3c0-.55 .45-1 1-1c.55 0 1 .45 1 1v3z\"/>\n</svg>"],
|
|
709
|
+
["printer", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M15 19h-6v-1.5h6v1.5z\"/>\n <path fill=\"currentColor\" d=\"M15 16.5h-6v-1.5h6v1.5z\"/>\n <path fill=\"currentColor\" d=\"M18.5 14h-.5v6c0 1.1-.9 2-2 2h-8c-1.1 0-2-.9-2-2v-6h-.5v-2h13v2zm-10.5 6h8v-6h-8v6z\"/>\n <path fill=\"currentColor\" d=\"M16 2c1.1 0 2 .9 2 2v2h1c1.66 0 3 1.34 3 3v9c0 .55-.45 1-1 1h-2v-2h1v-8c0-.55-.45-1-1-1h-14c-.55 0-1 .45-1 1v8h1v2h-2c-.55 0-1-.45-1-1v-9c0-1.66 1.34-3 3-3h1v-2c0-1.1 .9-2 2-2h8zm-8 4h8v-2h-8v2z\"/>\n <path fill=\"currentColor\" d=\"M17 9c.55 0 1 .45 1 1c0 .55-.45 1-1 1c-.55 0-1-.45-1-1c0-.55 .45-1 1-1z\"/>\n</svg>"],
|
|
710
|
+
["psu", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M14.5 12.9c-.41 0-.75-.34-.75-.75v-1.03c0-.42 .34-.75 .75-.75c.41 0 .75 .33 .75 .75v1.03c0 .41-.34 .75-.75 .75z\"/>\n <path fill=\"currentColor\" d=\"M9.5 12.9c-.41 0-.75-.34-.75-.75v-1c0-.41 .34-.75 .75-.75c.41 0 .75 .34 .75 .75v1c0 .41-.34 .75-.75 .75z\"/>\n <path fill=\"currentColor\" d=\"M12 14c-.41 0-.75-.34-.75-.75v-1c0-.41 .34-.75 .75-.75c.41 0 .75 .34 .75 .75v1c0 .41-.34 .75-.75 .75z\"/>\n <path fill=\"currentColor\" d=\"M8.71 16.71l-2.92-2.92c-.18-.18-.29-.44-.29-.7l0-4.59c0-.55 .45-1 1-1l11 0c.55 0 1 .45 1 1v4.59c0 .26-.11 .52-.29 .7l-2.92 2.92c-.18 .18-.44 .29-.7 .29h-5.18c-.26 0-.52-.11-.7-.29zm7.79-4.04v-3.17l-9 0l0 3.17l2.33 2.33h4.34l2.33-2.33z\"/>\n <path fill=\"currentColor\" d=\"M22 5v14c0 1.1-.9 2-2 2h-16c-1.1 0-2-.9-2-2v-14c0-1.1 .9-2 2-2h16c1.08 .06 2 .87 2 2zm-18 14h16v-14h-16v14z\"/>\n</svg>"],
|
|
640
711
|
["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
712
|
["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
713
|
["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
714
|
["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>"],
|
|
715
|
+
["rack-server", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M7 17c.55 0 1 .45 1 1c0 .55-.45 1-1 1c-.55 0-1-.45-1-1c0-.55 .45-1 1-1z\"/>\n <path fill=\"currentColor\" d=\"M19.27 3.72l1.71 11.97h-.01c.02 .1 .03 .2 .03 .31v4c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2v-4c0-.11 .01-.21 .03-.31h-.01l1.71-11.97c.14-.99 .99-1.72 1.98-1.72h10.58c.94 0 1.84 .73 1.98 1.72zm-14.27 16.28h14v-4h-14v4zm.28-6h13.44l-1.43-10h-10.58l-1.43 10z\"/>\n</svg>"],
|
|
716
|
+
["rack-servers", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M7 17c.55 0 1 .45 1 1c0 .55-.45 1-1 1c-.55 0-1-.45-1-1c0-.55 .45-1 1-1z\"/>\n <path fill=\"currentColor\" d=\"M7 11c.55 0 1 .45 1 1c0 .55-.45 1-1 1c-.55 0-1-.45-1-1c0-.55 .45-1 1-1z\"/>\n <path fill=\"currentColor\" d=\"M7 5c.55 0 1 .45 1 1c0 .55-.45 1-1 1c-.55 0-1-.45-1-1c0-.55 .45-1 1-1z\"/>\n <path fill=\"currentColor\" d=\"M19 2c1.1 0 2 .9 2 2v4c0 .36-.1 .7-.27 1c.17 .3 .27 .64 .27 1v4c0 .36-.1 .7-.27 1c.17 .3 .27 .64 .27 1v4c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2v-4c0-.36 .1-.71 .27-1c-.17-.3-.27-.64-.27-1v-4c0-.36 .1-.71 .27-1c-.17-.3-.27-.64-.27-1v-4c0-1.1 .9-2 2-2h14zm-14 18h14v-4h-14v4zm0-6h14v-4h-14v4zm0-6h14v-4h-14v4z\"/>\n</svg>"],
|
|
644
717
|
["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
718
|
["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
719
|
["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>"],
|
|
@@ -654,9 +727,10 @@ var iconRegistry = /* @__PURE__ */ new Map([
|
|
|
654
727
|
["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
728
|
["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
729
|
["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=\"
|
|
658
|
-
["shield-
|
|
659
|
-
["shield-
|
|
730
|
+
["shield", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M16.43 4.58C13.55 3.63 10.45 3.63 7.57 4.58L5 5.44V11.72C5 13.72 6 15.6 7.67 16.71L12 19.6L16.33 16.71C18 15.6 19 13.72 19 11.72V5.44L16.43 4.58ZM21 11.97C20.92 14.55 19.59 16.94 17.44 18.38L12 22L6.56 18.38C4.41 16.94 3.08 14.55 3 11.97L3 5.44C3 4.58 3.55 3.82 4.37 3.54L6.94 2.69C10.22 1.59 13.78 1.59 17.06 2.69L19.63 3.54C20.45 3.82 21 4.58 21 5.44L21 11.97Z\"/>\n</svg>"],
|
|
731
|
+
["shield-arrow-right-arrow-left", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M10.53 11.03l-.72 .72h3.19v1.5h-3.19l.72 .72l-1.06 1.06l-2.53-2.53l2.53-2.53l1.06 1.06z\"/>\n <path fill=\"currentColor\" d=\"M17.06 8.5l-2.53 2.53l-1.06-1.06l.72-.72h-3.19v-1.5h3.19l-.72-.72l1.06-1.06l2.53 2.53z\"/>\n <path fill=\"currentColor\" d=\"M6.94 2.69c3.28-1.1 6.84-1.1 10.12 0l2.57 .85c.82 .28 1.37 1.04 1.37 1.9l0 6.53c-.08 2.58-1.41 4.97-3.56 6.41l-5.44 3.62l-5.44-3.62c-2.15-1.44-3.48-3.83-3.56-6.41l0-6.53c0-.86 .55-1.62 1.37-1.9l2.57-.85zm9.49 1.89c-2.88-.95-5.98-.95-8.86 0l-2.57 .86v6.28c0 2 1 3.88 2.67 4.99l4.33 2.89l4.33-2.89c1.67-1.11 2.67-2.99 2.67-4.99v-6.28l-2.57-.86z\"/>\n</svg>"],
|
|
732
|
+
["shield-check-mark", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M16.41 8.91L11.21 14.12L8 10.91L9.41 9.5L11.21 11.29L15 7.5L16.41 8.91Z\"/>\n <path fill=\"currentColor\" d=\"M6.94 2.69C10.22 1.59 13.78 1.59 17.06 2.69L19.63 3.54C20.45 3.82 21 4.58 21 5.44L21 11.97C20.92 14.55 19.59 16.94 17.44 18.38L12 22L6.56 18.38C4.41 16.94 3.08 14.55 3 11.97L3 5.44C3 4.58 3.55 3.82 4.37 3.54L6.94 2.69ZM16.43 4.58C13.55 3.63 10.45 3.63 7.57 4.58L5 5.44V11.72C5 13.72 6 15.6 7.67 16.71L12 19.6L16.33 16.71C18 15.6 19 13.72 19 11.72V5.44L16.43 4.58Z\"/>\n</svg>"],
|
|
733
|
+
["shield-lock", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12 6.5C13.38 6.5 14.5 7.62 14.5 9V10C15.05 10 15.5 10.45 15.5 11V14C15.5 14.55 15.05 15 14.5 15H9.5C8.95 15 8.5 14.55 8.5 14V11C8.5 10.45 8.95 10 9.5 10V9C9.5 7.62 10.62 6.5 12 6.5ZM11.5 13.5H12.5V11.5H11.5V13.5ZM12 8C11.45 8 11 8.45 11 9V10H13V9C13 8.45 12.55 8 12 8Z\"/>\n <path fill=\"currentColor\" d=\"M6.94 2.69C10.22 1.59 13.78 1.59 17.06 2.69L19.63 3.54C20.45 3.82 21 4.58 21 5.44L21 11.97C20.92 14.55 19.59 16.94 17.44 18.38L12 22L6.56 18.38C4.41 16.94 3.08 14.55 3 11.97L3 5.44C3 4.58 3.55 3.82 4.37 3.54L6.94 2.69ZM16.43 4.58C13.55 3.63 10.45 3.63 7.57 4.58L5 5.44V11.72C5 13.73 6 15.6 7.67 16.71L12 19.6L16.33 16.71C18 15.6 19 13.73 19 11.72V5.44L16.43 4.58Z\"/>\n</svg>"],
|
|
660
734
|
["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
735
|
["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
736
|
["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>"],
|
|
@@ -664,7 +738,9 @@ var iconRegistry = /* @__PURE__ */ new Map([
|
|
|
664
738
|
["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
739
|
["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
740
|
["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>"],
|
|
741
|
+
["slash-circle-light", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\">\n <path fill=\"currentColor\" d=\"M16 3a13 13 0 1 1 0 26 13 13 0 0 1 0-26m-8.45 5.96a11 11 0 0 0 15.49 15.49zm16.9 14.08a11 11 0 0 0-15.49-15.49z\"/>\n</svg>"],
|
|
667
742
|
["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>"],
|
|
743
|
+
["snowflake", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M13 4.94l1.47-1.47l1.06 1.06l-2.53 2.53v3.21l2.78-1.6l.92-3.46l1.45 .39l-.54 2l2.55-1.47l1 1.74l-2.55 1.47l2.01 .53l-.39 1.45l-3.45-.92l-2.78 1.6l2.78 1.6l3.45-.92l.39 1.45l-2.01 .54l2.55 1.46l-1 1.74l-2.55-1.47l.54 2l-1.45 .39l-.92-3.45l-2.78-1.61v3.21l2.53 2.53l-1.06 1.06l-1.47-1.47v2.94h-2v-2.94l-1.47 1.47l-1.06-1.06l2.53-2.53v-3.21l-2.78 1.61l-.92 3.45l-1.45-.39l.54-2l-2.55 1.47l-1-1.74l2.55-1.46l-2.01-.54l.39-1.45l3.45 .92l2.78-1.6l-2.78-1.6l-3.45 .92l-.39-1.45l2-.53l-2.54-1.47l1-1.74l2.54 1.47l-.53-2l1.45-.39l.92 3.46l2.78 1.6v-3.21l-2.53-2.53l1.06-1.06l1.47 1.47v-2.94h2v2.94z\"/>\n</svg>"],
|
|
668
744
|
["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
745
|
["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
746
|
["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>"],
|
|
@@ -681,6 +757,7 @@ var iconRegistry = /* @__PURE__ */ new Map([
|
|
|
681
757
|
["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
758
|
["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
759
|
["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>"],
|
|
760
|
+
["ssd-hard-drive", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M8.5 13c.55 0 1 .45 1 1c0 .55-.45 1-1 1c-.55 0-1-.45-1-1c0-.55 .45-1 1-1z\"/>\n <path fill=\"currentColor\" d=\"M15.5 13c.55 0 1 .45 1 1c0 .55-.45 1-1 1c-.55 0-1-.45-1-1c0-.55 .45-1 1-1z\"/>\n <path fill=\"currentColor\" d=\"M8.5 5.5c.55 0 1 .45 1 1c0 .55-.45 1-1 1c-.55 0-1-.45-1-1c0-.55 .45-1 1-1z\"/>\n <path fill=\"currentColor\" d=\"M15.5 5.5c.55 0 1 .45 1 1c0 .55-.45 1-1 1c-.55 0-1-.45-1-1c0-.55 .45-1 1-1z\"/>\n <path fill=\"currentColor\" d=\"M18 2c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2h-12c-1.1 0-2-.9-2-2v-16c0-1.1 .9-2 2-2h12zm-12 18h1.5v-3h1.5v3h1v-3h1.5v3h1v-3h1.5v3h1v-3h1.5v3h1.5v-16h-12v16z\"/>\n</svg>"],
|
|
684
761
|
["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
762
|
["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
763
|
["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>"],
|
|
@@ -692,13 +769,16 @@ var iconRegistry = /* @__PURE__ */ new Map([
|
|
|
692
769
|
["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
770
|
["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
771
|
["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>"],
|
|
772
|
+
["transceiver-module", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M21 14v4c0 .55-.45 1-1 1h-1v2h-2v-2h-1v2h-2v-2h-1v2h-2v-2h-1v2h-2v-2h-1v2h-2v-2h-1c-.55 0-1-.45-1-1v-4c0-.55 .45-1 1-1h16c.55 0 1 .45 1 1zm-16 3h14v-2h-14v2z\"/>\n <path fill=\"currentColor\" d=\"M15.75 8.69l1.22-1.22l1.06 1.06l-3.03 3.03l-3.03-3.03l1.06-1.06l1.22 1.22v-6.19h1.5v6.19z\"/>\n <path fill=\"currentColor\" d=\"M12.03 4.97l-1.06 1.06l-1.22-1.22v6.19h-1.5v-6.19l-1.22 1.22l-1.06-1.06l3.03-3.03l3.03 3.03z\"/>\n</svg>"],
|
|
695
773
|
["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>"],
|
|
774
|
+
["tray", "<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>"],
|
|
696
775
|
["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
776
|
["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
777
|
["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
778
|
["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
779
|
["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
780
|
["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>"],
|
|
781
|
+
["waving-crossing-lines", "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M22 15c-4.83 0-7.45 .95-10.02 1.93c-2.65 1.01-5.29 2.07-9.98 2.07v-2c4.31 0 6.67-.94 9.27-1.93c2.68-1.02 5.56-2.07 10.73-2.07v2z\"/>\n <path fill=\"currentColor\" d=\"M18.18 16.24c1.11 .48 2.36 .76 3.82 .76v2c-2.81 0-4.97-.88-6.76-2.13c.88-.26 1.84-.47 2.94-.63z\"/>\n <path fill=\"currentColor\" d=\"M22 7c-4.66 0-7.18 1.83-9.77 3.8c-2.62 1.99-5.36 4.2-10.23 4.2v-2c4.13 0 6.39-1.79 9.02-3.8c2.66-2.03 5.64-4.2 10.98-4.2v2z\"/>\n <path fill=\"currentColor\" d=\"M12.69 11.7c.42 .47 .84 .93 1.26 1.38c-.74 .21-1.43 .45-2.08 .69c-.27-.29-.53-.58-.78-.87c.56-.4 1.09-.81 1.6-1.2z\"/>\n <path fill=\"currentColor\" d=\"M5.61 9c.65 .39 1.27 .89 1.88 1.48c-.31 .19-.63 .36-.95 .52h-4.54v-2h3.61z\"/>\n <path fill=\"currentColor\" d=\"M22 11h-8.38c1.05-.77 2.09-1.47 3.29-2h5.09v2z\"/>\n <path fill=\"currentColor\" d=\"M2 5c3.54 0 5.97 1.7 8 3.72c-.56 .43-1.1 .83-1.64 1.2c-1.77-1.73-3.66-2.92-6.36-2.92v-2z\"/>\n</svg>"],
|
|
702
782
|
["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
783
|
]);
|
|
704
784
|
//#endregion
|
|
@@ -716,6 +796,7 @@ var NLDDIcon = (_NLDDIcon = class NLDDIcon extends LitElement {
|
|
|
716
796
|
this.name = "circle-dashed";
|
|
717
797
|
this.size = "";
|
|
718
798
|
this.color = "";
|
|
799
|
+
this.customColor = "";
|
|
719
800
|
this._iconSvg = null;
|
|
720
801
|
}
|
|
721
802
|
connectedCallback() {
|
|
@@ -725,6 +806,10 @@ var NLDDIcon = (_NLDDIcon = class NLDDIcon extends LitElement {
|
|
|
725
806
|
}
|
|
726
807
|
updated(changedProperties) {
|
|
727
808
|
if (changedProperties.has("name") && this.name) this._iconSvg = this._loadIcon(this.name);
|
|
809
|
+
if (changedProperties.has("customColor")) {
|
|
810
|
+
if (this.customColor) this.style.setProperty("--_custom-color", this.customColor);
|
|
811
|
+
else this.style.removeProperty("--_custom-color");
|
|
812
|
+
}
|
|
728
813
|
}
|
|
729
814
|
_loadIcon(name) {
|
|
730
815
|
const resolvedName = aliases[name] ?? name;
|
|
@@ -745,6 +830,11 @@ __decorate([property({
|
|
|
745
830
|
reflect: true,
|
|
746
831
|
converter: reflectNonDefault("")
|
|
747
832
|
})], NLDDIcon.prototype, "color", void 0);
|
|
833
|
+
__decorate([property({
|
|
834
|
+
reflect: true,
|
|
835
|
+
attribute: "custom-color",
|
|
836
|
+
converter: reflectNonDefault("")
|
|
837
|
+
})], NLDDIcon.prototype, "customColor", void 0);
|
|
748
838
|
__decorate([state()], NLDDIcon.prototype, "_iconSvg", void 0);
|
|
749
839
|
NLDDIcon = __decorate([customElement("nldd-icon")], NLDDIcon);
|
|
750
840
|
//#endregion
|
|
@@ -2,7 +2,7 @@ import { t as inheritedTextReset } from "./shadow-resets-aG-rgyNQ.js";
|
|
|
2
2
|
import { t as __decorate } from "./decorate-BKn10QQi.js";
|
|
3
3
|
import { t as withTranslations } from "./with-translations-DzAdFTK8.js";
|
|
4
4
|
import { t as reflectNonDefault } from "./reflect-non-default-OLaK60rT.js";
|
|
5
|
-
import "./icon-
|
|
5
|
+
import "./icon-C1Kikpol.js";
|
|
6
6
|
import { r as isTouchMode } from "./input-modality-DhTeUxKi.js";
|
|
7
7
|
import { LitElement, css, html, nothing } from "lit";
|
|
8
8
|
import { customElement, property, state } from "lit/decorators.js";
|
|
@@ -1490,7 +1490,7 @@ var nlddIconButtonTranslations = { "components.icon-button.opens-in-new-tab-labe
|
|
|
1490
1490
|
* @attr {boolean} no-highlight-border - Removes the per-variant highlight border (e.g. when a control group draws a single border instead).
|
|
1491
1491
|
* @attr {boolean} loading - Loading state (default: false). Shows an activity indicator over the visually hidden icon, sets aria-busy on the inner control and blocks activation, without dropping the button from the tab order (unlike disabled).
|
|
1492
1492
|
* @attr {boolean} disabled - Disabled state
|
|
1493
|
-
* @attr {boolean} no-tab - Takes the button out of the tab order (tabindex="-1"), for a control owned by a roving container (
|
|
1493
|
+
* @attr {boolean} no-tab - Takes the button out of the tab order (tabindex="-1"), for a control owned by a roving container (an nldd-token in nldd-token-field, a button in a row of an nldd-list) that manages focus itself. Still mouse- and script-focusable.
|
|
1494
1494
|
* @attr {string} type - Button type for form submission: 'button' | 'submit' | 'reset' (ignored when href is set)
|
|
1495
1495
|
* @attr {boolean} expandable - Whether the button opens a menu or popover and shows chevron next to the icon
|
|
1496
1496
|
* @attr {boolean} expanded - Whether the popover/menu controlled by this button is currently open. Forwarded as aria-expanded on the inner button; toggles the is-expanded visual state.
|
|
@@ -24,6 +24,7 @@ export { NLDDImage } from './content/image/image.js';
|
|
|
24
24
|
export { NLDDKeyboardShortcut } from './content/keyboard-shortcut/keyboard-shortcut.js';
|
|
25
25
|
export { NLDDRichText } from './content/rich-text/rich-text.js';
|
|
26
26
|
export { NLDDTag } from './content/tag/tag.js';
|
|
27
|
+
export { NLDDText } from './content/text/text.js';
|
|
27
28
|
export { NLDDTitle } from './content/title/title.js';
|
|
28
29
|
export { NLDDToken } from './content/token/token.js';
|
|
29
30
|
export { NLDDTooltip } from './content/tooltip/tooltip.js';
|
|
@@ -84,7 +85,7 @@ export { NLDDWindow } from './layout/window/window.js';
|
|
|
84
85
|
export { NLDDPageFooter, NLDDPageFooterLegalBar, NLDDPageFooterLegalBarItem } from './layout/page-footer/page-footer.js';
|
|
85
86
|
export { NLDDList } from './lists-and-tables/list/list.js';
|
|
86
87
|
export { NLDDListItem } from './lists-and-tables/list-item/list-item.js';
|
|
87
|
-
export {
|
|
88
|
+
export { NLDDListItemSegment } from './lists-and-tables/list-item-segment/list-item-segment.js';
|
|
88
89
|
export { NLDDTable, NLDDTableRow } from './lists-and-tables/table/table.js';
|
|
89
90
|
export { NLDDCell } from './lists-and-tables/cells/cell/cell.js';
|
|
90
91
|
export { NLDDSpacerCell } from './lists-and-tables/cells/spacer-cell/spacer-cell.js';
|