@nldd/design-system 0.8.72 → 0.8.73

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.
@@ -912,11 +912,18 @@ const aliases = {
912
912
  "building": "apartment-building",
913
913
  "company": "apartment-building",
914
914
  // arrow-2-counter-clockwise
915
- "refresh": "arrow-2-counter-clockwise",
916
- "reload": "arrow-2-counter-clockwise",
917
915
  "sync": "arrow-2-counter-clockwise",
916
+ // arrow-clockwise
917
+ "refresh": "arrow-clockwise",
918
+ "reload": "arrow-clockwise",
918
919
  // arrow-down-in-bucket
919
920
  "download": "arrow-down-in-bucket",
921
+ // arrow-down-left-arrow-up-right
922
+ "expand": "arrow-down-left-arrow-up-right",
923
+ "full-screen": "arrow-down-left-arrow-up-right",
924
+ // arrow-up-right-arrow-down-left
925
+ "collapse": "arrow-up-right-arrow-down-left",
926
+ "exit-full-screen": "arrow-up-right-arrow-down-left",
920
927
  // arrow-up-arrow-down
921
928
  "sort": "arrow-up-arrow-down",
922
929
  // arrow-u-turn-backward
@@ -927,6 +934,9 @@ const aliases = {
927
934
  "notification": "bell",
928
935
  "notifications": "bell",
929
936
  "alarm": "bell",
937
+ // apartment-building-2
938
+ "buildings": "apartment-building-2",
939
+ "offices": "apartment-building-2",
930
940
  // book
931
941
  "guide": "book",
932
942
  "read": "book",
@@ -972,6 +982,8 @@ const aliases = {
972
982
  "forward": "chevron-right",
973
983
  // circle-dashed
974
984
  "icon-placeholder": "circle-dashed",
985
+ // clipboard-pencil
986
+ "form": "clipboard-pencil",
975
987
  // clipboard-square
976
988
  "paste": "clipboard-square",
977
989
  // clock
@@ -992,6 +1004,16 @@ const aliases = {
992
1004
  // cylinder-split-slash
993
1005
  "database-disabled": "cylinder-split-slash",
994
1006
  "database-unavailable": "cylinder-split-slash",
1007
+ // dismiss
1008
+ "close": "dismiss",
1009
+ // dismiss-circle
1010
+ "close-circle": "dismiss-circle",
1011
+ // dismiss-circle-filled
1012
+ "close-circle-filled": "dismiss-circle-filled",
1013
+ // dismiss-small
1014
+ "close-small": "dismiss-small",
1015
+ // dismiss-extra-small
1016
+ "close-extra-small": "dismiss-extra-small",
995
1017
  // ellipsis
996
1018
  "more": "ellipsis",
997
1019
  // envelope
@@ -1032,14 +1054,25 @@ const aliases = {
1032
1054
  "add-emoji": "face-smiling-badge-plus",
1033
1055
  // file
1034
1056
  "document": "file",
1057
+ // file-badge-arrow-down
1058
+ "download-document": "file-badge-arrow-down",
1059
+ // file-badge-arrow-up
1060
+ "upload-document": "file-badge-arrow-up",
1061
+ // file-badge-minus
1062
+ "remove-document": "file-badge-minus",
1063
+ // file-badge-plus
1064
+ "new-document": "file-badge-plus",
1065
+ // file-on-file
1066
+ "documents": "file-on-file",
1035
1067
  // file-text
1036
1068
  "text-document": "file-text",
1037
1069
  // file-text-badge-check-plus
1038
1070
  "new-text-document": "file-text-badge-check-plus",
1039
1071
  "add-text-document": "file-text-badge-check-plus",
1040
- // file-text-stack
1041
- "documents": "file-text-stack",
1042
- "text-documents": "file-text-stack",
1072
+ // file-text-pencil
1073
+ "edit-text-document": "file-text-pencil",
1074
+ // file-text-on-file-text
1075
+ "text-documents": "file-text-on-file-text",
1043
1076
  // square-1
1044
1077
  "primary": "square-1",
1045
1078
  // triangle-square-circle
@@ -1048,13 +1081,19 @@ const aliases = {
1048
1081
  "flagged": "flag-filled",
1049
1082
  // folder
1050
1083
  "directory": "folder",
1051
- // folder-stack
1052
- "directories": "folder-stack",
1084
+ // folder-badge-plus
1085
+ "new-folder": "folder-badge-plus",
1086
+ // folder-on-folder
1087
+ "directories": "folder-on-folder",
1053
1088
  // gear
1054
1089
  "global-settings": "gear",
1055
1090
  "settings": "gear",
1056
1091
  // globe
1057
1092
  "languages": "globe",
1093
+ // hand-thumbs-up
1094
+ "like": "hand-thumbs-up",
1095
+ // hand-thumbs-down
1096
+ "dislike": "hand-thumbs-down",
1058
1097
  // heart-filled
1059
1098
  "favorite": "heart-filled",
1060
1099
  "love": "heart-filled",
@@ -1072,6 +1111,9 @@ const aliases = {
1072
1111
  // link
1073
1112
  "url": "link",
1074
1113
  "hyperlink": "link",
1114
+ // link-badge-lock
1115
+ "secure-link": "link-badge-lock",
1116
+ "secure-url": "link-badge-lock",
1075
1117
  // list
1076
1118
  "menu": "list",
1077
1119
  // list-arrow-down
@@ -1091,6 +1133,8 @@ const aliases = {
1091
1133
  "markdown": "markdown-rectangle",
1092
1134
  // chevron-left-forward-slash-chevron-right-rectangle
1093
1135
  "code-block": "chevron-left-forward-slash-chevron-right-rectangle",
1136
+ // rectangle-stack-chevron-left-forward-slash-chevron-right
1137
+ "stack-code": "rectangle-stack-chevron-left-forward-slash-chevron-right",
1094
1138
  // scissor
1095
1139
  "cut": "scissor",
1096
1140
  // ship-wheel
@@ -1098,6 +1142,18 @@ const aliases = {
1098
1142
  "kubernetes": "ship-wheel",
1099
1143
  // magnifier
1100
1144
  "search": "magnifier",
1145
+ // map-pin
1146
+ "location": "map-pin",
1147
+ // map-pin-badge-plus
1148
+ "add-location": "map-pin-badge-plus",
1149
+ // map-pin-badge-minus
1150
+ "remove-location": "map-pin-badge-minus",
1151
+ // map-pin-oval
1152
+ "current-location": "map-pin-oval",
1153
+ // microphone
1154
+ "microphone-on": "microphone",
1155
+ // microphone-slash
1156
+ "microphone-off": "microphone-slash",
1101
1157
  // megaphone
1102
1158
  "announcement": "megaphone",
1103
1159
  // message-rectangle-text
@@ -1125,8 +1181,15 @@ const aliases = {
1125
1181
  "write": "pencil",
1126
1182
  // photo
1127
1183
  "image": "photo",
1184
+ // photo-on-photo-angled
1185
+ "gallery": "photo-on-photo-angled",
1128
1186
  // photo-slash
1129
1187
  "broken-image": "photo-slash",
1188
+ // photo-stack
1189
+ "image-stack": "photo-stack",
1190
+ "images": "photo-stack",
1191
+ // photo-camera
1192
+ "camera": "photo-camera",
1130
1193
  // pencil-on-square
1131
1194
  "edit": "pencil-on-square",
1132
1195
  // person
@@ -1160,9 +1223,19 @@ const aliases = {
1160
1223
  // slash-circle
1161
1224
  "blocked": "slash-circle",
1162
1225
  "forbidden": "slash-circle",
1226
+ // slider-horizontal-3
1227
+ "local-settings": "slider-horizontal-3",
1163
1228
  // sparkles
1164
1229
  "ai": "sparkles",
1165
1230
  "magic": "sparkles",
1231
+ // speaker-slash
1232
+ "mute": "speaker-slash",
1233
+ // speaker-volume-high
1234
+ "high-volume": "speaker-volume-high",
1235
+ // speaker-volume-low
1236
+ "low-volume": "speaker-volume-low",
1237
+ // speaker-volume-medium
1238
+ "medium-volume": "speaker-volume-medium",
1166
1239
  // viewfinder
1167
1240
  "fit-to-view": "viewfinder",
1168
1241
  // star
@@ -1189,6 +1262,7 @@ const aliases = {
1189
1262
  "duplicate": "square-plus-on-square",
1190
1263
  // rectangle-stack
1191
1264
  "stack": "rectangle-stack",
1265
+ "library": "rectangle-stack",
1192
1266
  // sun
1193
1267
  "day": "sun",
1194
1268
  "light-mode": "sun",
@@ -1196,9 +1270,9 @@ const aliases = {
1196
1270
  "download-table": "rectangle-split-2x3-badge-arrow-down",
1197
1271
  // tag
1198
1272
  "label": "tag",
1199
- // tag-stack
1200
- "tags": "tag-stack",
1201
- "labels": "tag-stack",
1273
+ // tag-on-tag
1274
+ "tags": "tag-on-tag",
1275
+ "labels": "tag-on-tag",
1202
1276
  // terminal
1203
1277
  "cli": "terminal",
1204
1278
  "console": "terminal",
@@ -1243,12 +1317,14 @@ const aliases = {
1243
1317
  "protection": "shield",
1244
1318
  // shopping-cart
1245
1319
  "cart": "shopping-cart",
1320
+ // signpost
1321
+ "directions": "signpost",
1246
1322
  // rectangle-split-2x3
1247
1323
  "table": "rectangle-split-2x3",
1248
1324
  "table-cells": "rectangle-split-2x3",
1249
- // square-and-arrow-down
1250
- "save": "square-and-arrow-down",
1251
- "import": "square-and-arrow-down",
1325
+ // square-arrow-down
1326
+ "save": "square-arrow-down",
1327
+ "import": "square-arrow-down",
1252
1328
  // pipeline-machine-gear
1253
1329
  "pipeline-runner": "pipeline-machine-gear",
1254
1330
  // hand
@@ -1274,6 +1350,8 @@ const aliases = {
1274
1350
  "new-account": "person-circle-badge-plus",
1275
1351
  // wheat
1276
1352
  "harvest": "wheat",
1353
+ // person-badge-minus
1354
+ "remove-user": "person-badge-minus",
1277
1355
  // person-badge-plus
1278
1356
  "add-user": "person-badge-plus",
1279
1357
  // antenna-radio-waves
@@ -1283,10 +1361,13 @@ const iconRegistry = /* @__PURE__ */ new Map([
1283
1361
  ["accessibility", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16m4.56 4.13a.75.75 0 0 1 .39 1.45l-3.45.92v1.84a5 5 0 0 0 .17 1.3l1.05 3.92a.75.75 0 0 1-1.45.39l-.98-3.69a.3.3 0 0 0-.58 0l-.99 3.69a.75.75 0 0 1-1.46-.32l.01-.07 1.06-3.94a5 5 0 0 0 .17-1.3V10.5l-3.45-.92a.75.75 0 0 1 .4-1.45l2.13.57a9.4 9.4 0 0 0 4.84 0zM12 5.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3"/>\n</svg>'],
1284
1362
  ["antenna-radio-waves", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 8a2 2 0 0 1 1 3.73V21h-2v-9.27A2 2 0 0 1 12 8M6.34 4.34A8 8 0 0 0 4 10c0 2.1.86 4.17 2.34 5.66l-1.41 1.41A10 10 0 0 1 2 10c0-2.63 1.07-5.2 2.93-7.07zm12.73-1.41a10 10 0 0 1 0 14.14l-1.41-1.41a8 8 0 0 0 0-11.32z"/>\n <path fill="currentColor" d="M9.17 7.17A4 4 0 0 0 8 10c0 1.05.43 2.09 1.17 2.83l-1.41 1.41A6 6 0 0 1 6 10c0-1.58.64-3.13 1.76-4.24zm7.07-1.41a6 6 0 0 1 0 8.48l-1.41-1.41a4 4 0 0 0 0-5.66z"/>\n</svg>'],
1285
1363
  ["apartment-building", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M11 16H9v-2h2zM15 16h-2v-2h2zM11 12H9v-2h2zM15 12h-2v-2h2zM11 8H9V6h2zM15 8h-2V6h2z"/>\n <path fill="currentColor" d="M16 2a3 3 0 0 1 3 3v17h-6v-2h-2v2H5V5a3 3 0 0 1 3-3zM8 4a1 1 0 0 0-1 1v15h2v-2h6v2h2V5a1 1 0 0 0-1-1z"/>\n</svg>'],
1364
+ ["apartment-building-2", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M8 16H6v-2h2zm4 0h-2v-2h2zm-4-4H6v-2h2zm4 0h-2v-2h2zM8 8H6V6h2zm4 0h-2V6h2z"/>\n <path fill="currentColor" d="M13 2a3 3 0 0 1 3 3v17h-6v-2H8v2H2V5a3 3 0 0 1 3-3zM5 4a1 1 0 0 0-1 1v15h2v-2h6v2h2V5a1 1 0 0 0-1-1zm14 0a3 3 0 0 1 3 3v15h-5v-2h3V7a1 1 0 0 0-1-1h-2V4z"/>\n <path fill="currentColor" d="M18.5 18H17v-2h1.5zm0-4H17v-2h1.5zm0-4H17V8h1.5z"/>\n</svg>'],
1286
1365
  ["app", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M10.43 2.22a1 1 0 0 1 1.37.37l7.5 12.99.2.1c2.06 1.12 1.43 4.76 1.5 5.85-.9-.6-4.37-1.88-4.32-4.22l.02-.23L9.2 4.09a1 1 0 0 1 .37-1.37zm1.07 7.86-5.95 10.3-2.04.55-.55-2.05L9.7 7.21l.08-.12zM3.46 16H2v-3h3.2zm11.46 0H9.24l1.73-3h2.22zM22 16h-.76a3.4 3.4 0 0 0-1.22-1.18L18.96 13H22z"/>\n</svg>'],
1287
1366
  ["arrow-2-counter-clockwise", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M4 12a8 8 0 0 0 14.93 4H16v-2h6v6h-2v-2a9.98 9.98 0 0 1-18-6zM12 2a10 10 0 0 1 10 10h-2A8 8 0 0 0 5.07 8H8v2H2V4h2v2a10 10 0 0 1 8-4"/>\n</svg>'],
1367
+ ["arrow-clockwise", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M6.72 3.5A10 10 0 0 1 20 6V3h2v7h-6.5V8h3.43A8 8 0 1 0 16 18.93l1 1.73A10 10 0 0 1 6.72 3.51"/>\n</svg>'],
1288
1368
  ["arrow-down", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m4 12 8 8 8-8-1.42-1.41L13 16.172V3h-2v13.172L5.42 10.59z"/>\n</svg>'],
1289
1369
  ["arrow-down-in-bucket", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M13 3v10.586l4.293-4.293 1.414 1.414L12 17.414l-6.707-6.707 1.414-1.414L11 13.586V3zM5 16v3a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-3h2v3a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-3z"/>\n</svg>'],
1370
+ ["arrow-down-left-arrow-up-right", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M11 14.4 5.4 20H9v2H2v-7h2v3.593L9.6 13zM22 10h-2V5.407L14.4 11 13 9.36 18.6 4H14V2h8z"/>\n</svg>'],
1290
1371
  ["arrow-left", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m12 4-8 8 8 8 1.41-1.42L7.828 13H21v-2H7.828l5.582-5.58z"/>\n</svg>'],
1291
1372
  ["arrow-left-right", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m20.41 17-5.7-5.7-1.42 1.4 3.3 3.3H4v2h12.59l-3.3 3.3 1.42 1.4zM20 6H7.41l3.3-3.3-1.42-1.4L3.6 7l5.7 5.7 1.42-1.4L7.4 8H20z"/>\n</svg>'],
1292
1373
  ["arrow-left-to-line", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M6 20H4V4h2zM16.41 6.42 11.83 11H22v2H11.83l4.58 4.58L15 19l-7-7 7-7z"/>\n</svg>'],
@@ -1299,13 +1380,8 @@ const iconRegistry = /* @__PURE__ */ new Map([
1299
1380
  ["arrow-up", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m4 12 8-8 8 8-1.42 1.41L13 7.828V21h-2V7.828L5.42 13.41z"/>\n</svg>'],
1300
1381
  ["arrow-up-arrow-down", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m7 3.586 5.707 5.707-1.414 1.414L8 7.414V20H6V7.414l-3.293 3.293-1.414-1.414zM18 4v12.586l3.293-3.293 1.414 1.414L17 20.414l-5.707-5.707 1.414-1.414L16 16.586V4z"/>\n</svg>'],
1301
1382
  ["arrow-up-out-bucket", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M11 16.41V5.83l-4.3 4.3L5.3 8.7 12 2l6.7 6.7-1.4 1.42-4.3-4.3v10.6zM5 16v3a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-3h2v3a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-3z"/>\n</svg>'],
1383
+ ["arrow-up-right-arrow-down-left", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M11 21H9v-4.593L3.4 22 2 20.36 7.6 15H3v-2h8zM22 3.4 16.4 9H20v2h-7V4h2v3.593L20.6 2z"/>\n</svg>'],
1302
1384
  ["at", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M16 12c0 2.73 1.3 3.5 2 3.5s2-.77 2-3.5a8 8 0 1 0-5.93 7.73l.52 1.93A10 10 0 1 1 22 12c0 3.27-1.7 5.5-4 5.5-1.36 0-2.5-.78-3.22-2.08A4.3 4.3 0 0 1 11.5 17C9 17 7 14.76 7 12s2-5 4.5-5c.92 0 1.78.31 2.5.84V7h2zm-4.5-3C10.3 9 9 10.14 9 12s1.31 3 2.5 3 2.5-1.14 2.5-3-1.31-3-2.5-3"/>\n</svg>'],
1303
- ["backward", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m22 19-9-5.25V19L1 12l12-7v5.25L22 5zM4.97 12 11 15.52V8.48zm9.04-.02-.04.02.04.02 5.99 3.5V8.48z"/>\n</svg>'],
1304
- ["backward-end", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M7 4.5v15H5v-15zm13 15L7 12l13-7.5zM11 12l7 4.04V7.96z"/>\n</svg>'],
1305
- ["backward-end-filled", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M4 19.5h4v-6.92l12 6.92v-15L8 11.42V4.5H4z"/>\n</svg>'],
1306
- ["backward-filled", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m1 12 12 7v-5.25L22 19V5l-9 5.25V5z"/>\n</svg>'],
1307
- ["backward-frame", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M15 19 3 12l12-7zm4-14v14h-2V5zM6.97 12 13 15.52V8.48z"/>\n</svg>'],
1308
- ["backward-frame-filled", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M16 19h4V5h-4zM2 12l12 7V5z"/>\n</svg>'],
1309
1385
  ["bell", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 2a4 4 0 0 1 3.92 3.2A7 7 0 0 1 19 11v2a3 3 0 0 0 2.02 2.84c.52.18.98.6.98 1.16a1 1 0 0 1-1 1h-5a4 4 0 0 1-8 0H3a1 1 0 0 1-1-1c0-.55.46-.98.98-1.16A3 3 0 0 0 5 13v-2a7 7 0 0 1 3.08-5.8A4 4 0 0 1 12 2m-2 16a2 2 0 1 0 4 0zm2-14a2.02 2.02 0 0 0-1.96 2.4A5 5 0 0 0 7 11v2c0 1.13-.37 2.16-1 3h12c-.63-.84-1-1.87-1-3v-2a5 5 0 0 0-3.04-4.6A2.03 2.03 0 0 0 12 4"/>\n</svg>'],
1310
1386
  ["binoculars", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M16 3a2 2 0 0 1 2 2v.23a4 4 0 0 1 2.6 3.06l1.3 7.27A4.5 4.5 0 0 1 17.5 21a4.5 4.5 0 0 1-4.47-4H13a1 1 0 1 0-2 0h-.03a4.5 4.5 0 1 1-8.88-1.42L3.41 8.3A4 4 0 0 1 6 5.24V5a2 2 0 1 1 4 0v.77a3 3 0 0 1 .9 1.44 3 3 0 0 1 2.2 0 3 3 0 0 1 .9-1.44V5c0-1.1.9-2 2-2M6.5 14a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5m11 0a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5M12 9a1 1 0 0 0-1 1v4.17a3 3 0 0 1 2 0V10a1 1 0 0 0-1-1M7.34 7a2 2 0 0 0-1.96 1.65l-.67 3.72a4.5 4.5 0 0 1 4.29.39V8a1 1 0 0 0-1-1zM16 7a1 1 0 0 0-1 1v4.76a4.5 4.5 0 0 1 4.3-.39l-.68-3.72A2 2 0 0 0 16.66 7z"/>\n</svg>'],
1311
1387
  ["blocks-9", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M8.1 8c.5.06.9.48.9 1v3h7.1c.5.06.9.48.9 1v8.1a1 1 0 0 1-.9.9H4a1 1 0 0 1-1-.9V9a1 1 0 0 1 1-1zM5 20h2v-2H5zm4 0h2v-2H9zm4 0h2v-2h-2zm-8-4h2v-2H5zm4 0h2v-2H9zm4 0h2v-2h-2zm3.3-10.03a1 1 0 0 1 1.22-.71l3.86 1.03.1.04a1 1 0 0 1 .61 1.19l-1.04 3.86-.03.1a1 1 0 0 1-1.09.63l-.1-.02-3.86-1.04a1 1 0 0 1-.73-1.12l.02-.1zM5 12h2v-2H5zm12.45-2.62 1.93.52.52-1.93-1.93-.52zm-4.52-8.14a1 1 0 0 1 1.12.73l1.04 3.86.02.1a1 1 0 0 1-.63 1.1l-.1.02-3.86 1.04a1 1 0 0 1-1.2-.61l-.03-.1-1.03-3.86a1 1 0 0 1 .7-1.23l3.87-1.03zm-2.48 2.73.52 1.93 1.93-.52-.52-1.93z"/>\n</svg>'],
@@ -1377,6 +1453,7 @@ const iconRegistry = /* @__PURE__ */ new Map([
1377
1453
  ["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>'],
1378
1454
  ["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>'],
1379
1455
  ["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>'],
1456
+ ["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>'],
1380
1457
  ["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>'],
1381
1458
  ["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>'],
1382
1459
  ["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>'],
@@ -1412,28 +1489,31 @@ const iconRegistry = /* @__PURE__ */ new Map([
1412
1489
  ["face-frowning", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16m0 8.87c1.78 0 3.5.81 4.63 2.18.35.43.18 1.04-.3 1.32s-1.08.1-1.47-.3a4 4 0 0 0-2.86-1.2c-1.07 0-2.12.45-2.86 1.2-.39.4-1 .58-1.47.3-.48-.28-.65-.9-.3-1.32A6 6 0 0 1 12 12.87M9.5 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3"/>\n</svg>'],
1413
1490
  ["face-smiling", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M14.86 13.8c.39-.4 1-.58 1.47-.3.48.28.65.9.3 1.32A6 6 0 0 1 12 17c-1.77 0-3.5-.82-4.63-2.18-.35-.43-.18-1.04.3-1.32s1.08-.1 1.47.3c.74.75 1.8 1.2 2.86 1.2 1.07 0 2.12-.45 2.86-1.2M9.5 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M14.5 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3"/>\n <path fill="currentColor" d="M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16"/>\n</svg>'],
1414
1491
  ["face-smiling-badge-plus", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10M12 2a10 10 0 0 1 9.9 11.44 6 6 0 0 0-1.91-1.1L20 12a8 8 0 1 0-8 8l.34-.01q.38 1.06 1.1 1.9-.7.1-1.44.11a10 10 0 0 1 0-20m5.25 15.25H15v1.5h2.25V21h1.5v-2.25H21v-1.5h-2.25V15h-1.5zM7.67 13.5c.48-.28 1.08-.1 1.47.3a4 4 0 0 0 3.72 1.1 6 6 0 0 0-.77 2.1H12c-1.77 0-3.5-.82-4.63-2.18-.35-.43-.18-1.04.3-1.32M9.5 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3"/>\n</svg>'],
1415
- ["file", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M7 4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V9h-3a2 2 0 0 1-2-2V4zm8 1.41L16.59 7H15zM4 5a3 3 0 0 1 3-3h7a1 1 0 0 1 .7.3l5 5a1 1 0 0 1 .3.7v11a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3z"/>\n</svg>'],
1492
+ ["file", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M14.567 2c.277 0 .543.11.739.306l4.388 4.388c.196.196.306.462.306.739V19a3 3 0 0 1-3 3H7c-1.66 0-3-1.34-3-3V5a3 3 0 0 1 3-3zM7 4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V9h-3a2 2 0 0 1-2-2V4zm8 3h2.17L15 4.83z"/>\n</svg>'],
1493
+ ["file-badge-arrow-down", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10m-.75 5.38-1.49-1.49-1.06 1.061 3.3 3.3 3.3-3.3-1.06-1.06-1.49 1.489V15h-1.5z"/>\n <path fill="currentColor" d="M14.567 2c.277 0 .543.11.739.306l4.388 4.388c.196.196.306.462.306.739v4.909A6 6 0 0 0 18 12V9h-3a2 2 0 0 1-2-2V4H7a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h5.343c.263.745.67 1.423 1.186 2H7c-1.66 0-3-1.34-3-3V5a3 3 0 0 1 3-3zM15 7h2.17L15 4.83z"/>\n</svg>'],
1494
+ ["file-badge-arrow-up", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10m-3.3 5.049 1.06 1.06 1.49-1.489V21h1.5v-3.38l1.49 1.49 1.06-1.061-3.3-3.3z"/>\n <path fill="currentColor" d="M14.567 2c.277 0 .543.11.739.306l4.388 4.388c.196.196.306.462.306.739v4.909A6 6 0 0 0 18 12V9h-3a2 2 0 0 1-2-2V4H7a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h5.343c.263.745.67 1.423 1.186 2H7c-1.66 0-3-1.34-3-3V5a3 3 0 0 1 3-3zM15 7h2.17L15 4.83z"/>\n</svg>'],
1495
+ ["file-badge-minus", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10m-3 5.75h6v-1.5h-6z"/>\n <path fill="currentColor" d="M14.567 2c.277 0 .543.11.739.306l4.388 4.388c.196.196.306.462.306.739v4.909A6 6 0 0 0 18 12V9h-3a2 2 0 0 1-2-2V4H7a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h5.343c.263.745.67 1.423 1.186 2H7c-1.66 0-3-1.34-3-3V5a3 3 0 0 1 3-3zM15 7h2.17L15 4.83z"/>\n</svg>'],
1496
+ ["file-badge-plus", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10m-.75 4.25H15v1.5h2.25V21h1.5v-2.25H21v-1.5h-2.25V15h-1.5z"/>\n <path fill="currentColor" d="M14.567 2c.277 0 .543.11.739.306l4.388 4.388c.196.196.306.462.306.739v4.909A6 6 0 0 0 18 12V9h-3a2 2 0 0 1-2-2V4H7a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h5.343c.263.745.67 1.423 1.186 2H7c-1.66 0-3-1.34-3-3V5a3 3 0 0 1 3-3zM15 7h2.17L15 4.83z"/>\n</svg>'],
1416
1497
  ["file-box", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M15 12a1 1 0 0 1-1 1h-4a1 1 0 1 1 0-2h4a1 1 0 0 1 1 1"/>\n <path fill="currentColor" d="M19 3a3 3 0 0 1 3 3v2c0 .56-.44 1-1 1v9c0 1.67-1.33 3-3 3H6c-1.67 0-3-1.33-3-3V9c-.56 0-1-.44-1-1V6a3 3 0 0 1 3-3zM5 18a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V9H5zM5 5a1 1 0 0 0-1 1v1h16V6a1 1 0 0 0-1-1z"/>\n</svg>'],
1417
- ["file-text", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M7 4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V9h-3a2 2 0 0 1-2-2V4zm8 1.414L16.586 7H15zM4 5a3 3 0 0 1 3-3h7a1 1 0 0 1 .707.293l5 5A1 1 0 0 1 20 8v11a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3zm4 3h3v2H8zm0 4h8v2H8zm0 4h8v2H8z"/>\n</svg>'],
1418
- ["file-text-badge-check-mark", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10m-.75 5.44-1.47-1.47-1.06 1.06 2.53 2.53 4.03-4.03-1.06-1.06z"/>\n <path fill="currentColor" d="M13 2a1 1 0 0 1 .7.3l5 5a1 1 0 0 1 .3.7v4.08a6 6 0 0 0-2 0V9h-3a2 2 0 0 1-2-2V4H6a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h6.34a6 6 0 0 0 1.19 2H6a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zm1 5h1.59L14 5.41z"/>\n <path fill="currentColor" d="M12.34 16q-.34.95-.34 2H7v-2zM15 12.8q-.83.49-1.47 1.2H7v-2h8zM10 10H7V8h3z"/>\n</svg>'],
1419
- ["file-text-badge-check-plus", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10m-.75 4.25H15v1.5h2.25V21h1.5v-2.25H21v-1.5h-2.25V15h-1.5z"/>\n <path fill="currentColor" d="M13 2a1 1 0 0 1 .7.3l5 5a1 1 0 0 1 .3.7v4.08a6 6 0 0 0-2 0V9h-3a2 2 0 0 1-2-2V4H6a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h6.34a6 6 0 0 0 1.19 2H6a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zm1 5h1.59L14 5.41z"/>\n <path fill="currentColor" d="M12.34 16q-.34.95-.34 2H7v-2zM15 12.8q-.83.49-1.47 1.2H7v-2h8zM10 10H7V8h3z"/>\n</svg>'],
1420
- ["file-text-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 .7.3l1.68 1.67-3.35 3.35Q13 7.17 13 7V4H7a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-5.34l2-2V19a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3z"/>\n <path fill="currentColor" d="M17.17 4.59a2 2 0 0 1 2.83 0L21.42 6a2 2 0 0 1 0 2.83L12.25 18H8v-4.24zm-7.17 10V16h1.42l5.75-5.76-1.4-1.41zm7.17-7.18 1.42 1.42L20 7.4 18.6 6z"/>\n <path fill="currentColor" d="M16 18h-2.34l2-2H16zm-4-9.65L10.35 10H8V8h4z"/>\n</svg>'],
1421
- ["file-text-stack", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M5 19a1 1 0 0 0 1 1h12a2 2 0 0 1-2 2H6a3 3 0 0 1-3-3V7c0-1.1.9-2 2-2z"/>\n <path fill="currentColor" d="M17 15h-7v-2h7zm0-3.5h-7v-2h7zM13 8h-3V6h3z"/>\n <path fill="currentColor" d="M15.5 2c.69.07 1.39.39 1.88.88l2.74 2.74A3 3 0 0 1 21 7.74V16a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zM9 4a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1V7.5h-2.5a1 1 0 0 1-1-1V4z"/>\n</svg>'],
1498
+ ["file-on-file", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M10.567 5c.277 0 .543.11.739.306l4.388 4.388c.196.196.306.462.306.739V19c0 1.66-1.34 3-3 3H5c-1.66 0-3-1.34-3-3V8a3 3 0 0 1 3-3zM5 7a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-7h-3a2 2 0 0 1-2-2V7zm6 3h2.17L11 7.83z"/>\n <path fill="currentColor" d="m17.293 2.293 4.414 4.414a1 1 0 0 1 .293.707V16c0 1.66-1.34 3-3 3h-2v-2h2a1 1 0 0 0 1-1V9h-3a2 2 0 0 1-2-2V4H8.174C8.586 2.835 9.694 2 11 2h5.586c.263.013.517.103.707.293M17 7h2.17L17 4.83z"/>\n</svg>'],
1499
+ ["file-text", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M16 18H8v-2h8zm0-4H8v-2h8zm-5-4H8V8h3z"/>\n <path fill="currentColor" d="M14.567 2c.277 0 .543.11.739.306l4.388 4.388c.196.196.306.462.306.739V19a3 3 0 0 1-3 3H7c-1.66 0-3-1.34-3-3V5a3 3 0 0 1 3-3zM7 4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V9h-3a2 2 0 0 1-2-2V4zm8 3h2.17L15 4.83z"/>\n</svg>'],
1500
+ ["file-text-badge-check-mark", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10m-.75 5.44-1.47-1.47-1.06 1.06 2.53 2.53 4.03-4.03-1.06-1.06z"/>\n <path fill="currentColor" d="M13.567 2c.277 0 .543.11.739.306l4.388 4.388c.196.196.306.462.306.739v4.651a6 6 0 0 0-2 0V9h-3a2 2 0 0 1-2-2V4H6a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h6.343c.263.745.67 1.423 1.186 2H6c-1.66 0-3-1.34-3-3V5a3 3 0 0 1 3-3zM14 7h2.17L14 4.83z"/>\n <path fill="currentColor" d="M12.343 16A6 6 0 0 0 12 18H7v-2zM15 12.804A6 6 0 0 0 13.53 14H7v-2h8zM10 10H7V8h3z"/>\n</svg>'],
1501
+ ["file-text-badge-check-plus", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10m-.75 4.25H15v1.5h2.25V21h1.5v-2.25H21v-1.5h-2.25V15h-1.5z"/>\n <path fill="currentColor" d="M13.567 2c.277 0 .543.11.739.306l4.388 4.388c.196.196.306.462.306.739v4.651a6 6 0 0 0-2 0V9h-3a2 2 0 0 1-2-2V4H6a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h6.343c.263.745.67 1.423 1.186 2H6c-1.66 0-3-1.34-3-3V5a3 3 0 0 1 3-3zM14 7h2.17L14 4.83z"/>\n <path fill="currentColor" d="M12.343 16A6 6 0 0 0 12 18H7v-2zM15 12.804A6 6 0 0 0 13.53 14H7v-2h8zM10 10H7V8h3z"/>\n</svg>'],
1502
+ ["file-text-on-file-text", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12.5 18h-7v-1.5h7zm0-3h-7v-1.5h7zm-5-3h-2v-1.5h2z"/>\n <path fill="currentColor" d="M10.567 5c.277 0 .543.11.739.306l4.388 4.388c.196.196.306.462.306.739V19c0 1.66-1.34 3-3 3H5c-1.66 0-3-1.34-3-3V8a3 3 0 0 1 3-3zM5 7a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-7h-3a2 2 0 0 1-2-2V7zm6 3h2.17L11 7.83z"/>\n <path fill="currentColor" d="M16.586 2c.263.013.517.103.707.293l4.414 4.414a1 1 0 0 1 .293.707V16c0 1.66-1.34 3-3 3h-2v-2h2a1 1 0 0 0 1-1V9h-3a2 2 0 0 1-2-2V4H8.174C8.586 2.835 9.694 2 11 2zM17 7h2.17L17 4.83z"/>\n</svg>'],
1503
+ ["file-text-pencil", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M14.567 2c.277 0 .543.11.739.305l1.378 1.38q-.111.09-.215.194l-1.21 1.21-.259-.26v.518L13.027 7.32A2 2 0 0 1 13 7V4H7a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-5.34l2-2V19a3 3 0 0 1-3 3H7c-1.66 0-3-1.34-3-3V5a3 3 0 0 1 3-3z"/>\n <path fill="currentColor" d="M17.175 4.586a2 2 0 0 1 2.829 0L21.418 6a2 2 0 0 1 0 2.829l-9.172 9.17H8.003v-4.242zm-7.172 10V16h1.414l5.758-5.758-1.414-1.414zm7.172-7.172 1.414 1.415 1.415-1.415L18.589 6zM16 18h-2.339l2-2H16zm-8-5.655V12h.346zm4-3.999L10.347 10H8V8h4z"/>\n</svg>'],
1422
1504
  ["flag", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" fill-rule="evenodd" d="m5 3.67 2.04-.34a8 8 0 0 1 3.84.3l2.24.74a8 8 0 0 0 3.84.3L21 4v11l-4.04.67a8 8 0 0 1-3.38-.16l-2.7-.88a8 8 0 0 0-3.84-.3L5 14.67V22H3V2h2zm5.25 1.86c-1.74-.59-3.5-.13-5.25.16v6.95l1.71-.29a10 10 0 0 1 4.8.38l2.24.74a6 6 0 0 0 2.88.23l2.37-.4V6.36l-1.71.29a10 10 0 0 1-4.8-.38z" clip-rule="evenodd"/>\n</svg>'],
1423
1505
  ["flag-filled", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m5 3.67 2.04-.34c2.15-.36 4.07.37 6.08 1.04a8 8 0 0 0 3.84.3L21 4v11l-4.04.67a8 8 0 0 1-3.84-.3c-2-.67-3.93-1.4-6.08-1.04L5 14.67V22H3V2h2z"/>\n</svg>'],
1424
- ["folder", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M2 17V6a3 3 0 0 1 3-3h3.76a3 3 0 0 1 2.12.88L13 6h6a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3v-2a1 1 0 0 0 1-1V9a1 1 0 0 0-.9-1h-6.93l-2.7-2.7a1 1 0 0 0-.71-.3H5a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1v2a3 3 0 0 1-3-3m17 1v2H5v-2z"/>\n</svg>'],
1425
- ["folder-stack", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M4 18a1 1 0 0 0 1 1h13a2 2 0 0 1-2 2H5a3 3 0 0 1-3-3V9c0-1.11.9-2 2-2z"/>\n <path fill="currentColor" d="M10.76 3a3 3 0 0 1 2.12.88L15 6h4a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zM8 5a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V9a1 1 0 0 0-.9-1h-4.93l-2.7-2.7a1 1 0 0 0-.71-.3z"/>\n</svg>'],
1426
- ["forward", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m23 12-12 7v-5.25L2 19V5l9 5.25V5zM4 15.52l6-3.5.03-.02-.04-.02L4 8.48zm9 0L19.03 12 13 8.48z"/>\n</svg>'],
1427
- ["forward-end", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M18 12 5 19.5v-15zm2-7.5v15h-2v-15zM7 16.04 14 12 7 7.96z"/>\n</svg>'],
1428
- ["forward-end-filled", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M20 19.5h-4v-6.92L4 19.5v-15l12 6.92V4.5h4z"/>\n</svg>'],
1429
- ["forward-filled", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m23 12-12 7v-5.25L2 19V5l9 5.25V5z"/>\n</svg>'],
1430
- ["forward-frame", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M7 5v14H5V5zm14 7L9 19V5zm-10 3.52L17.03 12 11 8.48z"/>\n</svg>'],
1431
- ["forward-frame-filled", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M8 19H4V5h4zm14-7-12 7V5z"/>\n</svg>'],
1506
+ ["folder", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M9.095 3a3 3 0 0 1 2.304 1.08L13 6h6a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H5c-1.66 0-3-1.34-3-3V6a3 3 0 0 1 3-3zM5 5a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1h-6.937l-2.2-2.64A1 1 0 0 0 9.095 5z"/>\n</svg>'],
1507
+ ["folder-badge-plus", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10m-.75 4.25H15v1.5h2.25V21h1.5v-2.25H21v-1.5h-2.25V15h-1.5z"/>\n <path fill="currentColor" d="M9.095 3a3 3 0 0 1 2.304 1.08L13 6h6a3 3 0 0 1 3 3v4.528a6 6 0 0 0-2-1.186V9a1 1 0 0 0-1-1h-6.937l-2.2-2.64A1 1 0 0 0 9.095 5H5a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h7c0 .701.122 1.374.343 2H5c-1.66 0-3-1.34-3-3V6a3 3 0 0 1 3-3z"/>\n</svg>'],
1508
+ ["folder-on-folder", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M4 18a1 1 0 0 0 1 1h13a2 2 0 0 1-2 2H5a3 3 0 0 1-3-3V9c0-1.11.9-2 2-2z"/>\n <path fill="currentColor" d="M10.76 3a3 3 0 0 1 2.12.88L15 6h4a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zM8 5a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V9a1 1 0 0 0-.9-1h-4.93l-2.7-2.7a1 1 0 0 0-.71-.3z"/>\n</svg>'],
1509
+ ["folder-open", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M9.095 3a3 3 0 0 1 2.304 1.08L13 6h6c1.306 0 2.414.835 2.826 2h-9.763l-2.2-2.64A1 1 0 0 0 9.095 5H5a1 1 0 0 0-1 1v11c0 .17.043.33.117.47l1.36-6.12A3 3 0 0 1 8.408 9h12.165l.184.006a3 3 0 0 1 2.71 3.783l-1.364 5a3 3 0 0 1-2.642 2.2L19.21 20H5c-1.66 0-3-1.34-3-3V6a3 3 0 0 1 3-3zm-.689 8a1 1 0 0 0-.975.783L6.049 18h13.16a1 1 0 0 0 .965-.737l1.363-5A1 1 0 0 0 20.572 11z"/>\n</svg>'],
1432
1510
  ["foundation", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m21 8.42-1.16 1.63-.84-.6V14h3v2h-3v3h1v2h-4v-2h1v-3h-4v3h1v2h-4v-2h1v-3H7v3h1v2H4v-2h1v-3H2v-2h3V9.45l-.85.6L3 8.44 12 2zm-14-.4V14h2V9h6v5h2V8.02l-5-3.56zM11 14h2v-3h-2z"/>\n</svg>'],
1433
1511
  ["gear", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 8a4 4 0 1 1 0 8 4 4 0 0 1 0-8m0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4"/>\n <path fill="currentColor" d="M13.19 2a2 2 0 0 1 1.991 1.8l.09.9a9 9 0 0 1 1.416.818l.824-.372a2 2 0 0 1 2.555.824l1.19 2.06a2 2 0 0 1-.564 2.624l-.734.527c.055.536.056 1.09 0 1.637l.734.528c.833.6 1.078 1.734.564 2.624l-1.294 2.22a2 2 0 0 1-2.274.734l-1.001-.443a8 8 0 0 1-1.416.819l-.118 1.088a2 2 0 0 1-1.772 1.603H10.62a2 2 0 0 1-1.8-1.792l-.09-.9a8 8 0 0 1-1.416-.818l-1.001.443a2 2 0 0 1-2.275-.734l-1.293-2.22a2 2 0 0 1 .415-2.506l.882-.646a8 8 0 0 1 0-1.637l-.732-.527A2 2 0 0 1 2.658 8.2l1.278-2.23a2 2 0 0 1 2.555-.824l.823.372a8 8 0 0 1 1.416-.819l.09-.898a2 2 0 0 1 1.8-1.792zm-2.38 2.002-.207 2.049-1.055.472q-.566.256-1.061.615l-.939.68-1.88-.848-1.191 2.06 1.672 1.201C6.089 10.818 6 11.41 6 12s.088 1.18.148 1.766l-1.671 1.203h-.001l1.19 2.061 1.88-.85.94.681q.37.27.783.48l1.333.607.207 2.05V20h2.38l.206-2.05 1.055-.475a6 6 0 0 0 1.062-.614l.94-.68 1.88.85 1.19-2.061-1.672-1.203c.06-.586.15-1.177.15-1.767s-.09-1.182-.15-1.769l1.673-1.2-1.19-2.061h-.003l-1.88.846-.938-.678a6 6 0 0 0-1.062-.614l-1.055-.474L13.19 4h-2.38z"/>\n</svg>'],
1434
1512
  ["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>'],
1435
1513
  ["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>'],
1436
1514
  ["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>'],
1515
+ ["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>'],
1516
+ ["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>'],
1437
1517
  ["handshake", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M5.99 3.67a4 4 0 0 1 5.66 0l.09.1a4 4 0 0 1 4.86.6l4.24 4.25.14.15a4 4 0 0 1 0 5.36l-.14.15L14.12 21l-.19.17a2.5 2.5 0 0 1-3.15 0l-.2-.17q-.6-.62-.7-1.42a2.5 2.5 0 0 1-2.12-2.12 2.5 2.5 0 0 1-1.23-.54l-.19-.17c-.4-.4-.63-.9-.7-1.41a2.5 2.5 0 0 1-1.23-.54l-.19-.17a2.5 2.5 0 0 1 0-3.53l5.3-5.3 3.19 3.17a.5.5 0 1 0 .7-.7l-3.18-3.18a2 2 0 0 0-2.83 0L4.58 7.9a2 2 0 0 0-.52 1.93l-.54.55q-.55.55-.8 1.24a4 4 0 0 1 .44-5.13zm-.35 8.84a.5.5 0 1 0 .7.7l2.48-2.47a1 1 0 1 1 1.41 1.42l-2.47 2.47a.5.5 0 1 0 .7.7l2.48-2.47a1 1 0 1 1 1.41 1.42l-2.47 2.47a.5.5 0 0 0 .7.71l2.48-2.47a1 1 0 0 1 1.42 1.4L12 18.88a.5.5 0 1 0 .7.71l6.72-6.72a2 2 0 0 0 0-2.82L15.18 5.8a2 2 0 0 0-1.93-.51l1.58 1.57.17.2c.8.98.74 2.42-.17 3.34l-.2.17a2.5 2.5 0 0 1-3.15 0l-.19-.17-1.76-1.77z"/>\n</svg>'],
1438
1518
  ["heading-1", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M4 11h8V3h2v18h-2v-8H4v8H2V3h2zm17 10h-2v-7.5h-2v-2h4z"/>\n</svg>'],
1439
1519
  ["heading-2", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M4 11h8V3h2v18h-2v-8H4v8H2V3h2zm16.5.9c.8.46 1.35 1.3 1.47 2.2.12.92-.2 1.87-.85 2.52L18.74 19H22v2h-6v-2.09l3.7-3.7c.46-.46.36-1.25-.2-1.58a1 1 0 0 0-1.47.61l-1.93-.52c.24-.88.9-1.64 1.75-2a3 3 0 0 1 2.65.18"/>\n</svg>'],
@@ -1445,7 +1525,7 @@ const iconRegistry = /* @__PURE__ */ new Map([
1445
1525
  ["heart-filled", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M3.716 5.218a5.86 5.86 0 0 1 8.283 0L12 5.215a5.858 5.858 0 0 1 8.284 8.284l-.001.001.001.002L12 21.787l-8.284-8.284a5.86 5.86 0 0 1 0-8.285"/>\n</svg>'],
1446
1526
  ["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>'],
1447
1527
  ["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>'],
1448
- ["house-and-appartment-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-.17V20h2.25v-2.5h2.5V20H11v-3.67l-3.5-3.5z"/>\n <path fill="currentColor" d="M19 2a3 3 0 0 1 3 3v15.5h-5.5v-2H14v-.59l1.41-1.41h3.09v2H20V5a1 1 0 0 0-1-1h-7a1 1 0 0 0-1 1v7.09l-2-2V5a3 3 0 0 1 3-3z"/>\n <path fill="currentColor" d="M14.5 14.5h-1.09l-.41-.41V13h1.5zm3.5 0h-1.5V13H18zM14.5 11H13V9.5h1.5zm3.5 0h-1.5V9.5H18zm-3.5-3.5H13V6h1.5zm3.5 0h-1.5V6H18z"/>\n</svg>'],
1528
+ ["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>'],
1449
1529
  ["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>'],
1450
1530
  ["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>'],
1451
1531
  ["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>'],
@@ -1457,6 +1537,7 @@ const iconRegistry = /* @__PURE__ */ new Map([
1457
1537
  ["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>'],
1458
1538
  ["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>'],
1459
1539
  ["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>'],
1540
+ ["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>'],
1460
1541
  ["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>'],
1461
1542
  ["list-arrow-down", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M3 5h11v2H3zm16 0v10.586l2.293-2.293 1.414 1.414L18 19.414l-4.707-4.707 1.414-1.414L17 15.586V5zM3 11h9v2H3zm0 6h9v2H3z"/>\n</svg>'],
1462
1543
  ["list-arrow-up", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M3 5h9v2H3zm15-.414 4.707 4.707-1.414 1.414L19 8.414V19h-2V8.414l-2.293 2.293-1.414-1.414zM3 11h9v2H3zm0 6h11v2H3z"/>\n</svg>'],
@@ -1464,9 +1545,28 @@ const iconRegistry = /* @__PURE__ */ new Map([
1464
1545
  ["lock-closed", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M13 17.5h-2v-5h2z"/>\n <path fill="currentColor" d="M17 9a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H6.85A3 3 0 0 1 4 18v-6a3 3 0 0 1 3-3V7a5 5 0 0 1 10 0zM9 9h6V7a3 3 0 1 0-6 0zm-2 2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1z"/>\n</svg>'],
1465
1546
  ["lock-open", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M14.5 17h-5v-2h5z"/>\n <path fill="currentColor" d="M17 7h-2V6a3 3 0 1 0-6 0v4h8a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H6.85A3 3 0 0 1 4 19v-6a3 3 0 0 1 3-3V6a5 5 0 0 1 10 0zM7 12a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1z"/>\n</svg>'],
1466
1547
  ["magnifier", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M2 10c0 4.4 3.6 8 8 8a7.95 7.95 0 0 0 4.9-1.7l5.7 5.7 1.4-1.4-5.7-5.7A7.97 7.97 0 0 0 18 10c0-4.4-3.6-8-8-8s-8 3.6-8 8m2 0c0-3.3 2.7-6 6-6s6 2.7 6 6-2.7 6-6 6-6-2.7-6-6"/>\n</svg>'],
1548
+ ["map", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M8.596 3.099a2 2 0 0 1 1.293.025l4.697 1.708c.109.04.213.032.323.007l4.782-1.531a1 1 0 0 1 1.305.952L21 18.379c0 .435-.281.82-.695.953L15.4 20.9a2.23 2.23 0 0 1-1.293-.024L9.41 19.168a.5.5 0 0 0-.323-.007l-4.783 1.53A1 1 0 0 1 3 19.74L2.996 5.621c0-.435.281-.82.695-.953zm6.923 3.644-.019.005v12.02l3.499-1.12-.003-12.018zM10 17.258l.095.03 3.405 1.237V6.565L10 5.292zM4.996 6.35 5 18.369l3-.959V5.39z"/>\n</svg>'],
1549
+ ["map-pin", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 6a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7m0 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3"/>\n <path fill="currentColor" d="M12 2a8 8 0 0 1 8 8 7.97 7.97 0 0 1-2.215 5.522L12 22l-5.97-6.672h.004A8 8 0 0 1 12 2m0 2a6 6 0 0 0-4.475 9.995l4.473 5.003 4.34-4.857A6 6 0 0 0 12 4"/>\n</svg>'],
1550
+ ["map-pin-badge-minus", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10m-3 5.75h6v-1.5h-6z"/>\n <path fill="currentColor" d="M11 2a8 8 0 0 1 7.733 10.046 6 6 0 0 0-2.14.121 6 6 0 1 0-10.068 1.828l4.473 5.003 1.005-1.125L12 18c0 .832.17 1.625.476 2.346L11 22l-5.97-6.672h.004A8 8 0 0 1 11 2"/>\n <path fill="currentColor" d="M11 6a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7m0 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3"/>\n</svg>'],
1551
+ ["map-pin-badge-plus", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10m-.75 4.25H15v1.5h2.25V21h1.5v-2.25H21v-1.5h-2.25V15h-1.5z"/>\n <path fill="currentColor" d="M11 2a8 8 0 0 1 7.733 10.046 6 6 0 0 0-2.14.121 6 6 0 1 0-10.068 1.828l4.473 5.003 1.005-1.125L12 18c0 .832.17 1.625.476 2.346L11 22l-5.97-6.672h.004A8 8 0 0 1 11 2"/>\n <path fill="currentColor" d="M11 6a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7m0 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3"/>\n</svg>'],
1552
+ ["map-pin-oval", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M9.438 16.242c-.864.172-1.611.423-2.2.718-.558.278-.9.559-1.083.774a1 1 0 0 0-.141.217L6 17.99V18l.001.01.013.039c.016.04.054.114.141.217.183.215.525.496 1.082.774 1.116.558 2.797.96 4.763.96s3.647-.402 4.763-.96c.557-.278.9-.559 1.082-.774a1 1 0 0 0 .141-.217L18 18.01V18l-.001-.01-.013-.039a1 1 0 0 0-.141-.217c-.183-.215-.525-.496-1.082-.774-.59-.295-1.337-.545-2.2-.717l1.305-1.745C18.332 15.18 20 16.492 20 18c0 2.21-3.582 4-8 4s-8-1.79-8-4c0-1.508 1.669-2.821 4.134-3.503zM12 6a2 2 0 1 1 0 4 2 2 0 0 1 0-4"/>\n <path fill="currentColor" d="M12 2a6 6 0 0 1 4.61 9.838L12 18l-4.57-6.115A6 6 0 0 1 12 2m0 2a4 4 0 0 0-3.259 6.317l.212.272.041.048.037.05L12 14.66l3.009-4.02.031-.042.034-.04A4 4 0 0 0 12 4"/>\n</svg>'],
1467
1553
  ["markdown-rectangle", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m9 12 .75-3H12v6h-1.5v-4.5l-.75 3h-1.5l-.75-3V15H6V9h2.25z"/>\n <path fill="currentColor" d="M15 9a3 3 0 1 1 0 6h-2V9zm-.5 4.5h.5a1.5 1.5 0 0 0 0-3h-.5z"/>\n <path fill="currentColor" d="M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zM5 6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1z"/>\n</svg>'],
1554
+ ["media-backward", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m22 19-9-5.25V19L1 12l12-7v5.25L22 5zM4.97 12 11 15.52V8.48zm9.04-.02-.04.02.04.02 5.99 3.5V8.48z"/>\n</svg>'],
1555
+ ["media-backward-end", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M7 4.5v15H5v-15zm13 15L7 12l13-7.5zM11 12l7 4.04V7.96z"/>\n</svg>'],
1556
+ ["media-backward-end-filled", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M4 19.5h4v-6.92l12 6.92v-15L8 11.42V4.5H4z"/>\n</svg>'],
1557
+ ["media-backward-filled", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m1 12 12 7v-5.25L22 19V5l-9 5.25V5z"/>\n</svg>'],
1558
+ ["media-backward-frame", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M15 19 3 12l12-7zm4-14v14h-2V5zM6.97 12 13 15.52V8.48z"/>\n</svg>'],
1559
+ ["media-backward-frame-filled", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M16 19h4V5h-4zM2 12l12 7V5z"/>\n</svg>'],
1560
+ ["media-forward", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m23 12-12 7v-5.25L2 19V5l9 5.25V5zM4 15.52l6-3.5.03-.02-.04-.02L4 8.48zm9 0L19.03 12 13 8.48z"/>\n</svg>'],
1561
+ ["media-forward-end", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M18 12 5 19.5v-15zm2-7.5v15h-2v-15zM7 16.04 14 12 7 7.96z"/>\n</svg>'],
1562
+ ["media-forward-end-filled", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M20 19.5h-4v-6.92L4 19.5v-15l12 6.92V4.5h4z"/>\n</svg>'],
1563
+ ["media-forward-filled", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m23 12-12 7v-5.25L2 19V5l9 5.25V5z"/>\n</svg>'],
1564
+ ["media-forward-frame", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M7 5v14H5V5zm14 7L9 19V5zm-10 3.52L17.03 12 11 8.48z"/>\n</svg>'],
1565
+ ["media-forward-frame-filled", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M8 19H4V5h4zm14-7-12 7V5z"/>\n</svg>'],
1468
1566
  ["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>'],
1469
1567
  ["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>'],
1568
+ ["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>'],
1569
+ ["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>'],
1470
1570
  ["minus", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M2 11h20v2H2z"/>\n</svg>'],
1471
1571
  ["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>'],
1472
1572
  ["minus-small", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M4 11h16v2H4z"/>\n</svg>'],
@@ -1485,12 +1585,16 @@ const iconRegistry = /* @__PURE__ */ new Map([
1485
1585
  ["person", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 4a3 3 0 1 0 0 6 3 3 0 0 0 0-6M7 7a5 5 0 1 1 10 0A5 5 0 0 1 7 7m2 9a3 3 0 0 0-3 3v3H4v-3a5 5 0 0 1 5-5h6a5 5 0 0 1 5 5l-.032 3h-2L18 19a3 3 0 0 0-3-3z"/>\n</svg>'],
1486
1586
  ["person-2", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M10 14c2.2 0 4 1.8 4 4v3h-2v-3a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3H2v-3c0-2.2 1.8-4 4-4zM22 17v3h-2v-3a2 2 0 0 0-2-2h-3.93a5 5 0 0 0-1.92-1.55A4 4 0 0 1 14 13h4c2.2 0 4 1.8 4 4"/>\n <path fill="currentColor" d="M8 4a4 4 0 1 1 0 8 4 4 0 0 1 0-8m0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4M16 3a4 4 0 1 1-3.2 6.4 5 5 0 0 0-.5-3.94A4 4 0 0 1 16 3m0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4"/>\n</svg>'],
1487
1587
  ["person-badge-gear", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M18.75 13q.23.02.25.25v.68q.01.19.19.25.35.11.67.28c.1.05.23.04.3-.04l.5-.49c.09-.1.25-.1.34 0L22.07 15c.1.1.1.25 0 .35l-.49.48q-.12.14-.04.3.16.33.28.68.06.18.25.19h.68q.23.02.25.25v1.5q-.02.23-.25.25h-.68a.3.3 0 0 0-.25.19q-.11.35-.28.67c-.05.1-.04.23.04.3l.49.5c.1.09.1.25 0 .34L21 22.07c-.1.1-.25.1-.35 0l-.48-.49a.3.3 0 0 0-.3-.04q-.33.16-.68.28a.3.3 0 0 0-.19.25v.68q-.02.23-.25.25h-1.5a.25.25 0 0 1-.25-.25v-.68a.3.3 0 0 0-.19-.25 4 4 0 0 1-.67-.28.3.3 0 0 0-.3.04l-.5.49c-.09.1-.25.1-.34 0L13.93 21a.25.25 0 0 1 0-.35l.49-.48q.13-.13.04-.3-.16-.33-.28-.68a.3.3 0 0 0-.25-.19h-.68a.25.25 0 0 1-.25-.25v-1.5q.02-.23.25-.25h.68q.2-.01.25-.19.11-.35.28-.67a.3.3 0 0 0-.04-.3l-.49-.5a.25.25 0 0 1 0-.34L15 13.93c.1-.1.25-.1.35 0l.48.49q.14.13.3.04.33-.16.68-.28.18-.06.19-.25v-.68q.02-.23.25-.25zM18 16.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3"/>\n <path fill="currentColor" d="M13.53 14a6 6 0 0 0-1.19 2H9a3 3 0 0 0-3 3v3H4v-3a5 5 0 0 1 5-5z"/>\n <path fill="currentColor" d="M12 2a5 5 0 1 1 0 10 5 5 0 0 1 0-10m0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6"/>\n</svg>'],
1588
+ ["person-badge-minus", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10m-3 5.75h6v-1.5h-6zM13.53 14a6 6 0 0 0-1.187 2H9a3 3 0 0 0-3 3v3H4v-3a5 5 0 0 1 5-5zM12 2a5 5 0 1 1 0 10 5 5 0 0 1 0-10m0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6"/>\n</svg>'],
1488
1589
  ["person-badge-plus", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10m-.75 4.25H15v1.5h2.25V21h1.5v-2.25H21v-1.5h-2.25V15h-1.5z"/>\n <path fill="currentColor" d="M13.53 14a6 6 0 0 0-1.19 2H9a3 3 0 0 0-3 3v3H4v-3a5 5 0 0 1 5-5z"/>\n <path fill="currentColor" d="M12 2a5 5 0 1 1 0 10 5 5 0 0 1 0-10m0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6"/>\n</svg>'],
1489
1590
  ["person-circle", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 6a3.25 3.25 0 1 1 0 6.5A3.25 3.25 0 0 1 12 6"/>\n <path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m0 2a8 8 0 0 0-5.5 13.807V17a3 3 0 0 1 3-3h5a3 3 0 0 1 3 3v.807A8 8 0 0 0 12 4"/>\n</svg>'],
1490
1591
  ["person-circle-badge-plus", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10m-.75 4.25H15v1.5h2.25V21h1.5v-2.25H21v-1.5h-2.25V15h-1.5z"/>\n <path fill="currentColor" d="M12 2a10 10 0 0 1 9.9 11.44 6 6 0 0 0-1.9-1.1V12a8 8 0 1 0-13.5 5.8V17a3 3 0 0 1 3-3h4.03a6 6 0 0 0-.1 7.9q-.7.1-1.43.1a10 10 0 0 1 0-20"/>\n <path fill="currentColor" d="M12 6a3.25 3.25 0 1 1 0 6.5A3.25 3.25 0 0 1 12 6"/>\n</svg>'],
1491
1592
  ["person-text-rectangle", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M10 13a2 2 0 0 1 2 2v1H6v-1c0-1.1.9-2 2-2zm8 2.5h-4V14h4zm0-3h-4V11h4zM9 8a2 2 0 1 1 0 4 2 2 0 0 1 0-4m9 1.5h-4V8h4z"/>\n <path fill="currentColor" d="M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zM5 6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1z"/>\n</svg>'],
1492
1593
  ["photo", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M9 8a2 2 0 1 1 0 4 2 2 0 0 1 0-4"/>\n <path fill="currentColor" d="M19 4a3 3 0 0 1 3 3v10c0 1.666-1.33 3-3 3H5c-1.66 0-3-1.334-3-3V7a3 3 0 0 1 3-3zM5 6a1 1 0 0 0-1 1v9l1.94-1.94a1.5 1.5 0 0 1 2.12 0l1.956 1.956 4.617-4.472a1.5 1.5 0 0 1 2.122.034L20 14.932V7a1 1 0 0 0-1-1z"/>\n</svg>'],
1594
+ ["photo-camera", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 8a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9m0 2a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5m6-1.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2"/>\n <path fill="currentColor" d="m15.3 3.375 1.4 1.75a1 1 0 0 0 .78.375H19a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-9a3 3 0 0 1 3-3h1.52a1.1 1.1 0 0 0 .78-.375l1.4-1.75A1 1 0 0 1 9.48 3h5.04c.304.018.584.13.78.375M8.862 6.374A3 3 0 0 1 6.52 7.5H5a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1h-1.52a3 3 0 0 1-2.342-1.126L14.038 5H9.962z"/>\n</svg>'],
1595
+ ["photo-on-photo-angled", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M7.5 11a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3"/>\n <path fill="currentColor" d="M15 7.5a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3H5c-1.66 0-3-1.34-3-3v-7a3 3 0 0 1 3-3zm-10 2a1 1 0 0 0-1 1l.003 7.08 1.568-1.79a1.5 1.5 0 0 1 2.258 0l.93 1.062 2.995-3.163a1.5 1.5 0 0 1 2.21.035L16 16.018V10.5a1 1 0 0 0-1-1z"/>\n <path fill="currentColor" d="M7.44 4.73a3 3 0 0 1 3.674-2.123l9.66 2.589a3 3 0 0 1 2.121 3.674l-1.812 6.762a3 3 0 0 1-2.063 2.101q.007-.116.007-.232v-2.107q.082-.127.124-.28l1.812-6.762a1 1 0 0 0-.707-1.224l-9.66-2.588a1 1 0 0 0-1.224.707L9.036 6.5h-2.07z"/>\n</svg>'],
1493
1596
  ["photo-slash", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M22 20.59 20.6 22 2 3.41 3.41 2zM4.01 6.84 4 7v9l1.94-1.94a1.5 1.5 0 0 1 2.12 0l1.96 1.96 1.6-1.57L17.18 20H5c-1.67 0-3-1.33-3-3V7q.02-.94.5-1.67zM19 4a3 3 0 0 1 3 3v10q-.02.94-.5 1.66l-7-6.99c.63-.6 1.59-.78 2.25-.1L20 14.94V7a1 1 0 0 0-1-1H8.83l-2-2zm-9.84 8a2.02 2.02 0 0 1-2.15-2.16z"/>\n</svg>'],
1597
+ ["photo-stack", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M9.5 10.5a2 2 0 1 1 0 4 2 2 0 0 1 0-4"/>\n <path fill="currentColor" d="M19 7a3 3 0 0 1 3 3v9c0 1.66-1.34 3-3 3H5c-1.663 0-3-1.337-3-3v-9a3 3 0 0 1 3-3zM5 9a1 1 0 0 0-1 1v8l1.94-1.94a1.5 1.5 0 0 1 2.12 0l1.956 1.956 4.617-4.472a1.5 1.5 0 0 1 2.122.034L20 16.932V10a1 1 0 0 0-1-1zm13.5-4.5A1.5 1.5 0 0 1 20 6H4a1.5 1.5 0 0 1 1.5-1.5zm-2-2.5A1.5 1.5 0 0 1 18 3.5H6A1.5 1.5 0 0 1 7.5 2z"/>\n</svg>'],
1494
1598
  ["pipeline-corner-2", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M13 11V8a3 3 0 0 0-3-3H4v2h5.5c.83 0 1.5.67 1.5 1.5V11zm-2 5a3 3 0 0 0 3 3h6v-2h-5a2 2 0 0 1-2-2v-2h-2zm5-4a1 1 0 0 1-1 1v1.5c0 .28.22.5.5.5H20a1 1 0 1 1 2 0v6a1 1 0 1 1-2 0h-6a5 5 0 0 1-5-5v-3a1 1 0 1 1 0-2V9.5a.5.5 0 0 0-.5-.5H4a1 1 0 0 1-2 0V3a1 1 0 0 1 2 0h6a5 5 0 0 1 5 5v3a1 1 0 0 1 1 1"/>\n</svg>'],
1495
1599
  ["pipeline-machine-gear", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12.5 8.5q.23.02.25.25v.42q0 .16.18.24l.24.1q.16.07.3-.04l.3-.3c.1-.1.25-.1.35 0l.7.7c.1.1.1.26 0 .36l-.29.3q-.12.13-.04.3l.1.24q.06.17.24.18h.42q.23.02.25.25v1q-.02.23-.25.25h-.42q-.17 0-.24.18l-.1.24q-.07.16.05.3l.29.3c.1.1.1.25 0 .35l-.7.7c-.1.1-.26.1-.36 0l-.3-.29a.3.3 0 0 0-.3-.04l-.24.1a.3.3 0 0 0-.18.24v.42q-.02.23-.25.25h-1a.25.25 0 0 1-.25-.25v-.42q-.02-.17-.18-.24l-.24-.1a.3.3 0 0 0-.3.04l-.3.3c-.1.1-.25.1-.35 0l-.7-.7a.25.25 0 0 1 0-.36l.29-.3q.11-.13.04-.3l-.1-.24a.3.3 0 0 0-.24-.18h-.42a.25.25 0 0 1-.25-.25v-1q.02-.23.25-.25h.42q.16-.02.24-.18l.1-.24a.3.3 0 0 0-.04-.3l-.3-.3a.25.25 0 0 1 0-.35l.7-.7c.1-.1.26-.1.36 0l.3.28q.13.12.3.05l.24-.1q.17-.06.18-.24v-.42q.02-.23.25-.25zM12 11a1 1 0 1 0 0 2 1 1 0 0 0 0-2"/>\n <path fill="currentColor" d="M22 4a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0h-2.07q.06.5.07 1a7 7 0 0 1-7 7H3a1 1 0 1 1-2 0v-6a1 1 0 1 1 2 0h2.07A7 7 0 0 1 12 5h9a1 1 0 0 1 1-1M3 17h4.1a7 7 0 0 1-1.43-2H3zm9-10a5 5 0 1 0 0 10 5 5 0 0 0 0-10m4.9 0a7 7 0 0 1 1.43 2H21V7z"/>\n</svg>'],
1496
1600
  ["pipeline-valve", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M13 10h1.1c.5.06.9.48.9 1h5a1 1 0 1 1 2 0v6a1 1 0 1 1-2 0h-5a1 1 0 0 1-.9 1H10a1 1 0 0 1-1-1H4a1 1 0 1 1-2 0v-6a1 1 0 1 1 2 0h5a1 1 0 0 1 1-1h1V7H9a1 1 0 0 1 0-2h6a1 1 0 1 1 0 2h-2zm-2 6h2v-4h-2zm-7-1h5v-2H4zm11 0h5v-2h-5z"/>\n</svg>'],
@@ -1510,7 +1614,9 @@ const iconRegistry = /* @__PURE__ */ new Map([
1510
1614
  ["rectangle-split-2x3", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M19 3.5a3 3 0 0 1 3 3v11a3 3 0 0 1-2.85 3H4.85A3 3 0 0 1 2 17.65V6.5a3 3 0 0 1 3-3zm-15 12v2a1 1 0 0 0 1 1h6v-3zm9 0v3h6a1 1 0 0 0 1-1v-2zm-9-2h7v-3H4zm9 0h7v-3h-7zm-8-8a1 1 0 0 0-1 1v2h7v-3zm8 3h7v-2a1 1 0 0 0-1-1h-6z"/>\n</svg>'],
1511
1615
  ["rectangle-split-2x3-badge-arrow-down", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10m-.75 5.38-1.49-1.49-1.06 1.06 3.3 3.3 3.3-3.3-1.06-1.06-1.49 1.49V15h-1.5z"/>\n <path fill="currentColor" d="M19 2.5a3 3 0 0 1 3 3v8.03a6 6 0 0 0-2-1.19V9.5h-7v3h2.6a6 6 0 0 0-2.47 2H13v.18a6 6 0 0 0-.81 4.82H4.85A3 3 0 0 1 2 16.65V5.5a3 3 0 0 1 3-3zm-15 14a1 1 0 0 0 1 1h6v-3H4zm0-4h7v-3H4zm1-8a1 1 0 0 0-1 1v2h7v-3zm8 3h7v-2a1 1 0 0 0-1-1h-6z"/>\n</svg>'],
1512
1616
  ["rectangle-split-3x1", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zM5 6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h3V6zm11 12h3a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-3zm-6 0h4V6h-4z"/>\n</svg>'],
1513
- ["rectangle-stack", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M19 8a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-8a3 3 0 0 1 3-3zM5 10a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1z"/>\n <path fill="currentColor" d="M18 5a2 2 0 0 1 2 2H4c0-1.1.9-2 2-2zM16 2a2 2 0 0 1 2 2H6c0-1.1.9-2 2-2z"/>\n</svg>'],
1617
+ ["rectangle-stack", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M19 7a3 3 0 0 1 3 3v9c0 1.66-1.34 3-3 3H5c-1.66 0-3-1.34-3-3v-9a3 3 0 0 1 3-3zM5 9a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1zm13.5-4.5A1.5 1.5 0 0 1 20 6H4a1.5 1.5 0 0 1 1.5-1.5zm-2-2.5A1.5 1.5 0 0 1 18 3.5H6A1.5 1.5 0 0 1 7.5 2z"/>\n</svg>'],
1618
+ ["rectangle-stack-chevron-left-forward-slash-chevron-right", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m13.868 10.694-2.143 8-1.45-.388 2.144-8zM10.03 12.53 8.06 14.5l1.97 1.97-1.06 1.06-3.03-3.03 3.03-3.03zm8.03 1.97-3.03 3.03-1.06-1.06 1.97-1.97-1.97-1.97 1.06-1.06z"/>\n <path fill="currentColor" d="M19 7a3 3 0 0 1 3 3v9c0 1.66-1.34 3-3 3H5c-1.66 0-3-1.34-3-3v-9a3 3 0 0 1 3-3zM5 9a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1zm13.5-4.5A1.5 1.5 0 0 1 20 6H4a1.5 1.5 0 0 1 1.5-1.5zm-2-2.5A1.5 1.5 0 0 1 18 3.5H6A1.5 1.5 0 0 1 7.5 2z"/>\n</svg>'],
1619
+ ["rectangle-stack-text", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M14 17H6v-2h8zm4-4H6v-2h12z"/>\n <path fill="currentColor" d="M19 7a3 3 0 0 1 3 3v9a3 3 0 0 1-2.846 2.996L19 22H5l-.154-.004a3 3 0 0 1-2.842-2.842L2 19v-9a3 3 0 0 1 3-3zM5 9a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1zm13.5-4.5A1.5 1.5 0 0 1 20 6H4a1.5 1.5 0 0 1 1.5-1.5zm-2-2.5A1.5 1.5 0 0 1 18 3.5H6A1.5 1.5 0 0 1 7.5 2z"/>\n</svg>'],
1514
1620
  ["scissor", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M2.4 6.14a3 3 0 0 1 5.55 2.05l2.82 1.62 8.75-2.95a2 2 0 0 1 2.44.87L7.95 15.82a3 3 0 1 1-1-1.74L8.83 13a2 2 0 0 1 0-2L6.95 9.92A3 3 0 0 1 2.4 6.14m3.47 9.72a1 1 0 1 0-1.73 1 1 1 0 0 0 1.73-1m4.7-4.61a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M5.5 6.77a1 1 0 1 0-1 1.74 1 1 0 0 0 1-1.74"/>\n <path fill="currentColor" d="M21.96 16.27a2 2 0 0 1-2.44.87l-7.5-2.53 3.53-2.04z"/>\n</svg>'],
1515
1621
  ["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>'],
1516
1622
  ["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.76A7.98 7.98 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>'],
@@ -1521,18 +1627,25 @@ const iconRegistry = /* @__PURE__ */ new Map([
1521
1627
  ["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>'],
1522
1628
  ["sidebar-left", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M7.5 15h-2v-1.5h2zm0-3h-2v-1.5h2zm0-3h-2V7.5h2z"/>\n <path fill="currentColor" d="M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zM5 6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h4V6zm6 12h8a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-8z"/>\n</svg>'],
1523
1629
  ["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>'],
1630
+ ["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>'],
1524
1631
  ["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>'],
1632
+ ["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>'],
1525
1633
  ["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>'],
1634
+ ["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>'],
1635
+ ["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>'],
1636
+ ["speaker-volume-high", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M11.324 3.536c.642-.588 1.676-.132 1.676.737v15.454c0 .87-1.034 1.325-1.676.737l-4.037-3.701a1.04 1.04 0 0 0-.676-.263H3a1 1 0 0 1-1-1v-7c0-.55.45-1 1-1h3.611q.384-.017.676-.263zM8.64 8.712a3 3 0 0 1-2.03.788H4v5h2.611a3 3 0 0 1 1.812.61L11 17.451V6.547zm11.325-4.686A11.95 11.95 0 0 1 23 12c0 3.061-1.148 5.853-3.035 7.973l-1.172-.938A10.46 10.46 0 0 0 21.5 12c0-2.707-1.025-5.174-2.707-7.036z"/>\n <path fill="currentColor" d="M17.62 5.903A8.97 8.97 0 0 1 20 12a8.97 8.97 0 0 1-2.38 6.096l-1.177-.94A7.47 7.47 0 0 0 18.5 12a7.47 7.47 0 0 0-2.057-5.156z"/>\n <path fill="currentColor" d="M15.268 7.784A5.98 5.98 0 0 1 17 12a5.98 5.98 0 0 1-1.732 4.215l-1.18-.944A4.5 4.5 0 0 0 15.5 12c0-1.29-.543-2.452-1.412-3.272z"/>\n</svg>'],
1637
+ ["speaker-volume-low", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M14.324 3.536c.642-.588 1.676-.132 1.676.737v15.454c0 .87-1.034 1.325-1.676.737l-4.037-3.701a1.04 1.04 0 0 0-.676-.263H6a1 1 0 0 1-1-1v-7c0-.55.45-1 1-1h3.611q.384-.017.676-.263zM11.64 8.712a3 3 0 0 1-2.03.788H7v5h2.611a3 3 0 0 1 1.812.61L14 17.451V6.547zm6.628-.928A5.98 5.98 0 0 1 20 12a5.98 5.98 0 0 1-1.732 4.215l-1.18-.944A4.5 4.5 0 0 0 18.5 12c0-1.29-.543-2.452-1.412-3.272z"/>\n</svg>'],
1638
+ ["speaker-volume-medium", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12.324 3.536c.642-.588 1.676-.132 1.676.737v15.454c0 .87-1.034 1.325-1.676.737l-4.037-3.701a1.04 1.04 0 0 0-.676-.263H4a1 1 0 0 1-1-1v-7c0-.55.45-1 1-1h3.611q.384-.017.676-.263zM9.64 8.712a3 3 0 0 1-2.03.788H5v5h2.611a3 3 0 0 1 1.812.61L12 17.451V6.547zm8.98-2.808A8.97 8.97 0 0 1 21 12a8.97 8.97 0 0 1-2.38 6.096l-1.177-.94A7.47 7.47 0 0 0 19.5 12a7.47 7.47 0 0 0-2.057-5.156z"/>\n <path fill="currentColor" d="M16.268 7.784A5.98 5.98 0 0 1 18 12a5.98 5.98 0 0 1-1.732 4.215l-1.18-.944A4.5 4.5 0 0 0 16.5 12c0-1.29-.543-2.452-1.412-3.272z"/>\n</svg>'],
1526
1639
  ["square", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M18 3a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zM6 5a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1z"/>\n</svg>'],
1527
1640
  ["square-1", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M13.5 17h-2V9h-2V7h4z"/>\n <path fill="currentColor" d="M18 3a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zM6 5a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1z"/>\n</svg>'],
1528
- ["square-and-arrow-down", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M9 8H7a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1h-2V6h2a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h2z"/>\n <path fill="currentColor" d="M16.59 12.41 15.17 11 13 13.17V2h-2v11.17L8.83 11l-1.42 1.41L12 17z"/>\n</svg>'],
1641
+ ["square-arrow-down", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M9 8H7a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1h-2V6h2a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h2z"/>\n <path fill="currentColor" d="M16.59 12.41 15.17 11 13 13.17V2h-2v11.17L8.83 11l-1.42 1.41L12 17z"/>\n</svg>'],
1529
1642
  ["square-arrow-right-top", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M11.772 8H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-6.765l2-2V19c0 1.66-1.34 3-3 3H5c-1.66 0-3-1.34-3-3V9a3 3 0 0 1 3-3h8.772z"/>\n <path fill="currentColor" d="M22 11h-2V5.407l-9.296 9.296L9.3 13.3 18.6 4H13V2h9z"/>\n</svg>'],
1530
1643
  ["square-arrow-up", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M9 11H7a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-7a1 1 0 0 0-1-1h-2V9h2a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3H7c-1.66 0-3-1.34-3-3v-7a3 3 0 0 1 3-3h2z"/>\n <path fill="currentColor" d="M16.59 5.59 15.17 7 13 4.828V16h-2V4.828L8.83 7 7.41 5.59 12 1z"/>\n</svg>'],
1644
+ ["square-grid-2x2", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M11 15v4c0 1.1-.9 2-2 2H5a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h4c1.1 0 2 .9 2 2m-6 4h4v-4H5zm16-4v4c0 1.1-.9 2-2 2h-4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h4c1.084.057 2 .867 2 2m-6 4h4v-4h-4zM11 5v4c0 1.1-.9 2-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4c1.1 0 2 .9 2 2M5 9h4V5H5zm16-4v4c0 1.1-.9 2-2 2h-4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4c1.084.057 2 .867 2 2m-6 4h4V5h-4z"/>\n</svg>'],
1645
+ ["square-grid-2x2-pencil", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M18.175 7.585a2 2 0 0 1 2.829 0L22.418 9a2 2 0 0 1 0 2.829L11.246 23H7.003v-4.243zM9.003 19.586v1.415h1.414l7.758-7.758-1.414-1.414zm9.172-9.171 1.414 1.414 1.415-1.414L19.589 9z"/>\n <path fill="currentColor" d="M9 13c.638 0 1.206.304 1.573.772L9 15.346v-.345H5v4h1.003v2H5a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2zm11.973 1.686q.025.153.027.315v4c0 1.1-.9 2-2 2h-4a2 2 0 0 1-.313-.028L16.66 19H19v-2.34zM9 3c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zM5 9h4V5H5zm14-6c1.084.058 2 .868 2 2v1.353a3 3 0 0 0-2-.294V5h-4v4h.347l-1.576 1.576A2 2 0 0 1 13 9V5a2 2 0 0 1 2-2z"/>\n</svg>'],
1531
1646
  ["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>'],
1532
1647
  ["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>'],
1533
1648
  ["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>'],
1534
- ["stack-code", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M19 8a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-8a3 3 0 0 1 3-3zM5 10a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1zm8.87 1.2-2.15 8-1.44-.4 2.14-8zm-3.84 1.83L8.06 15l1.97 1.97-1.06 1.06L5.94 15l3.03-3.03zM18.06 15l-3.03 3.03-1.06-1.06L15.94 15l-1.97-1.97 1.06-1.06zM18 5a2 2 0 0 1 2 2H4c0-1.1.9-2 2-2zm-2-3a2 2 0 0 1 2 2H6c0-1.1.9-2 2-2z"/>\n</svg>'],
1535
- ["stack-text", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M14 18H6v-2h8zm4-4H6v-2h12z"/>\n <path fill="currentColor" d="M19 8a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-8a3 3 0 0 1 3-3zM5 10a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1z"/>\n <path fill="currentColor" d="M18 5a2 2 0 0 1 2 2H4c0-1.1.9-2 2-2zm-2-3a2 2 0 0 1 2 2H6c0-1.1.9-2 2-2z"/>\n</svg>'],
1536
1649
  ["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>'],
1537
1650
  ["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>'],
1538
1651
  ["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>'],
@@ -1541,14 +1654,16 @@ const iconRegistry = /* @__PURE__ */ new Map([
1541
1654
  ["strikethrough", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M18.97 17.04a5 5 0 0 1-1.42 2.8 7 7 0 0 1-3.08 1.8 9 9 0 0 1-3.84.25 8 8 0 0 1-3.42-1.38 5.4 5.4 0 0 1-1.97-2.59l.94-.32.95-.32c.2.55.6 1.13 1.27 1.62s1.55.86 2.54 1.02c1 .15 2.02.09 2.96-.19s1.7-.74 2.22-1.28.8-1.12.86-1.66a2.5 2.5 0 0 0-.4-1.66q-.38-.62-1.12-1.13h2.77c.61.94.87 2 .74 3.04M22 13H2v-2h20zM9.71 2.35a7.6 7.6 0 0 1 3.56-.24c1.19.2 2.29.67 3.17 1.38.89.7 1.52 1.6 1.84 2.59l-1.9.6a3.4 3.4 0 0 0-1.18-1.63 5 5 0 0 0-2.26-.97 5.6 5.6 0 0 0-2.62.18 4.5 4.5 0 0 0-2 1.24 3 3 0 0 0-.8 1.7q-.11.87.38 1.73.34.59.97 1.07H6.21a4.8 4.8 0 0 1 .63-5.85 6.5 6.5 0 0 1 2.87-1.8"/>\n</svg>'],
1542
1655
  ["sun", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M13 22h-2v-3.07c.65.09 1.35.09 2 0zM6.4 16.2q.6.8 1.4 1.4l-2.16 2.18-1.42-1.42zM19.78 18.36l-1.42 1.42-2.17-2.17q.8-.6 1.42-1.42z"/>\n <path fill="currentColor" d="M12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10m0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6"/>\n <path fill="currentColor" d="M5.07 11c-.1.65-.1 1.35 0 2H2v-2zM22 13h-3.07c.1-.65.1-1.35 0-2H22zM7.8 6.4Q7 7 6.4 7.8L4.21 5.65l1.42-1.42zM19.78 5.64 17.6 7.8a7 7 0 0 0-1.42-1.42l2.17-2.17zM13 5.07c-.65-.1-1.35-.1-2 0V2h2z"/>\n</svg>'],
1543
1656
  ["tag", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M21.24 5.2a3 3 0 0 1 .74 2.34l-.43 3.88a3 3 0 0 1-.86 1.79l-7.92 7.92a3.04 3.04 0 0 1-4.13.1l-5.88-5.87a3.04 3.04 0 0 1 .1-4.13L10.8 3.3a3 3 0 0 1 1.79-.86l3.88-.43a3 3 0 0 1 2.33.74l.13.12 2.2 2.2zm-3.74-.9a1 1 0 0 0-.82-.3l-3.88.44a1 1 0 0 0-.6.28l-7.92 7.92a1 1 0 0 0 0 1.42l5.66 5.65a1 1 0 0 0 1.41 0l7.92-7.92a1 1 0 0 0 .29-.6l.43-3.88a1 1 0 0 0-.29-.81zm-1.02 3.22a1.5 1.5 0 1 1-2.12 2.12 1.5 1.5 0 0 1 2.12-2.12"/>\n</svg>'],
1544
- ["tag-stack", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M19.86 13.49a3 3 0 0 1-.88 2.12l-5.48 5.48a3 3 0 0 1-4.24 0L5 16.85a3 3 0 0 1-.58-3.41l6.24 6.24a1 1 0 0 0 1.41 0l7.78-7.78zm-4.77-6.72a1.25 1.25 0 1 1-1.77 1.77 1.25 1.25 0 0 1 1.77-1.77"/>\n <path fill="currentColor" d="M19.18 4.17a3 3 0 0 1 .68 1.9v3.17a3 3 0 0 1-.88 2.12l-5.48 5.49a3 3 0 0 1-4.24 0L5 12.6a3 3 0 0 1 0-4.25l5.49-5.48a3 3 0 0 1 1.82-.86l.3-.02h3.17a3 3 0 0 1 2.12.88l1.07 1.07zm-2.68.12a1 1 0 0 0-.7-.29h-3.18a1 1 0 0 0-.7.3l-5.5 5.48a1 1 0 0 0 0 1.41l4.25 4.25a1 1 0 0 0 1.41 0l5.49-5.5a1 1 0 0 0 .3-.7V6.07a1 1 0 0 0-.3-.7z"/>\n</svg>'],
1657
+ ["tag-on-tag", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M19.86 13.49a3 3 0 0 1-.88 2.12l-5.48 5.48a3 3 0 0 1-4.24 0L5 16.85a3 3 0 0 1-.58-3.41l6.24 6.24a1 1 0 0 0 1.41 0l7.78-7.78zm-4.77-6.72a1.25 1.25 0 1 1-1.77 1.77 1.25 1.25 0 0 1 1.77-1.77"/>\n <path fill="currentColor" d="M19.18 4.17a3 3 0 0 1 .68 1.9v3.17a3 3 0 0 1-.88 2.12l-5.48 5.49a3 3 0 0 1-4.24 0L5 12.6a3 3 0 0 1 0-4.25l5.49-5.48a3 3 0 0 1 1.82-.86l.3-.02h3.17a3 3 0 0 1 2.12.88l1.07 1.07zm-2.68.12a1 1 0 0 0-.7-.29h-3.18a1 1 0 0 0-.7.3l-5.5 5.48a1 1 0 0 0 0 1.41l4.25 4.25a1 1 0 0 0 1.41 0l5.49-5.5a1 1 0 0 0 .3-.7V6.07a1 1 0 0 0-.3-.7z"/>\n</svg>'],
1545
1658
  ["terminal", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m11.4 12-4 4L6 14.6 8.57 12 6 9.4 7.4 8zM18 16h-6v-2h6z"/>\n <path fill="currentColor" d="M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zM5 6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1z"/>\n</svg>'],
1659
+ ["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>'],
1546
1660
  ["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>'],
1547
1661
  ["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>'],
1548
1662
  ["trash", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" fill-rule="evenodd" 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 6h-4V4h4zm-3 4v8H9v-8zm4 0v8h-2v-8z"/>\n</svg>'],
1549
1663
  ["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>'],
1550
1664
  ["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>'],
1551
1665
  ["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>'],
1666
+ ["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>'],
1552
1667
  ["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 1h4v2H6a3 3 0 0 1-3-3v-4h2zm16 0a3 3 0 0 1-3 3h-4v-2h4a1 1 0 0 0 1-1v-4h2zM10 5H6a1 1 0 0 0-1 1v4H3V6a3 3 0 0 1 3-3h4zm11 1v4h-2V6a1 1 0 0 0-1-1h-4V3h4a3 3 0 0 1 3 3"/>\n</svg>'],
1553
1668
  ["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>']
1554
1669
  ]);
@@ -26736,16 +26851,16 @@ const highlightStyle = HighlightStyle.define([
26736
26851
  ]);
26737
26852
  const nlddCodeMirrorTheme = [baseTheme$1, syntaxHighlighting(highlightStyle)];
26738
26853
  const loaders = {
26739
- json: async () => (await import("./index-i1n9W3UN.js")).json(),
26740
- yaml: async () => (await import("./index-ipWLrQY3.js")).yaml(),
26854
+ json: async () => (await import("./index-CChmEZdd.js")).json(),
26855
+ yaml: async () => (await import("./index-CAIa-ZY1.js")).yaml(),
26741
26856
  javascript: async () => (await Promise.resolve().then(() => index$2)).javascript(),
26742
26857
  typescript: async () => (await Promise.resolve().then(() => index$2)).javascript({ typescript: true }),
26743
26858
  css: async () => (await Promise.resolve().then(() => index$3)).css(),
26744
26859
  html: async () => (await Promise.resolve().then(() => index$1)).html(),
26745
- xml: async () => (await import("./index-Bt_KkJKU.js")).xml(),
26746
- python: async () => (await import("./index-CvGdvr33.js")).python(),
26747
- rust: async () => (await import("./index-CqbiWdc5.js")).rust(),
26748
- sql: async () => (await import("./index-B9_6JE9f.js")).sql(),
26860
+ xml: async () => (await import("./index-JawcAuAj.js")).xml(),
26861
+ python: async () => (await import("./index-73GOYriu.js")).python(),
26862
+ rust: async () => (await import("./index-BBerWrN2.js")).rust(),
26863
+ sql: async () => (await import("./index-fjTBz8ya.js")).sql(),
26749
26864
  markdown: async () => (await Promise.resolve().then(() => index)).markdown(),
26750
26865
  // No official lang-* package — wrap the legacy StreamLanguage modes.
26751
26866
  bash: async () => new LanguageSupport(StreamLanguage.define((await import("./shell-BlsXDxCn.js")).shell)),
@@ -62777,7 +62892,7 @@ const timelineTrackCellStyles = css$1`
62777
62892
  --_ring-color: var(--context-parent-background-color, var(--semantics-surfaces-base-background-color));
62778
62893
  --_marker-content-color: var(--semantics-content-contrast-color);
62779
62894
  --_future-content-color: var(--semantics-content-secondary-color);
62780
- --_current-fill-color: light-dark(var(--primitives-color-accent-100), var(--primitives-color-accent-150));
62895
+ --_current-fill-color: light-dark(var(--primitives-color-accent-75), var(--primitives-color-accent-100));
62781
62896
  --_icon-size: calc(var(--_marker-size) * 2 / 3);
62782
62897
 
62783
62898
  isolation: isolate;
@@ -62794,7 +62909,7 @@ const timelineTrackCellStyles = css$1`
62794
62909
  }
62795
62910
 
62796
62911
  :host([minor]) {
62797
- --_marker-size: var(--primitives-space-8);
62912
+ --_marker-size: var(--primitives-space-10);
62798
62913
  }
62799
62914
 
62800
62915
  :host([variant="step"]) {
@@ -62879,7 +62994,7 @@ const timelineTrackCellStyles = css$1`
62879
62994
  /* Ring in the background color: masks the line running underneath. */
62880
62995
  box-shadow: 0 0 0 var(--_ring-thickness) var(--_ring-color);
62881
62996
  color: var(--_marker-content-color);
62882
- font: var(--primitives-font-body-sm-regular-flat);
62997
+ font: var(--primitives-font-body-sm-medium-flat);
62883
62998
  }
62884
62999
 
62885
63000
  :host([status="past"]) .timeline-track-cell__marker,
@@ -70023,7 +70138,7 @@ const stepIndicatorStyles = css$1`
70023
70138
  --_ring-color: var(--context-parent-background-color, var(--semantics-surfaces-base-background-color));
70024
70139
  --_marker-content-color: var(--semantics-content-secondary-color);
70025
70140
  --_progress-content-color: var(--semantics-content-contrast-color);
70026
- --_current-fill-color: light-dark(var(--primitives-color-accent-100), var(--primitives-color-accent-150));
70141
+ --_current-fill-color: light-dark(var(--primitives-color-accent-75), var(--primitives-color-accent-100));
70027
70142
  --_icon-size: var(--primitives-space-16);
70028
70143
  --_title-color: var(--semantics-content-secondary-color);
70029
70144
  --_current-title-color: var(--semantics-content-color);
@@ -70180,7 +70295,7 @@ const stepIndicatorItemStyles = css$1`
70180
70295
  box-shadow: 0 0 0 var(--_ring-thickness) var(--_ring-color);
70181
70296
  background-color: var(--_track-color);
70182
70297
  color: var(--_marker-content-color);
70183
- font: var(--primitives-font-body-sm-regular-flat);
70298
+ font: var(--primitives-font-body-sm-medium-flat);
70184
70299
 
70185
70300
  @media (forced-colors: active) {
70186
70301
  border: var(--primitives-border-width-regular) solid CanvasText;