lucide-angular 0.48.0 → 0.52.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/bundles/lucide-angular-src-icons.umd.js +234 -70
  2. package/bundles/lucide-angular-src-icons.umd.js.map +1 -1
  3. package/bundles/lucide-angular-src-icons.umd.min.js +1 -1
  4. package/bundles/lucide-angular-src-icons.umd.min.js.map +1 -1
  5. package/bundles/lucide-angular.umd.js +244 -70
  6. package/bundles/lucide-angular.umd.js.map +1 -1
  7. package/bundles/lucide-angular.umd.min.js +1 -1
  8. package/bundles/lucide-angular.umd.min.js.map +1 -1
  9. package/esm2015/icons/alarm-clock-off.js +5 -2
  10. package/esm2015/icons/binary.js +7 -5
  11. package/esm2015/icons/bus.js +3 -2
  12. package/esm2015/icons/calendar-check-2.js +17 -0
  13. package/esm2015/icons/calendar-check.js +14 -0
  14. package/esm2015/icons/calendar-days.js +19 -0
  15. package/esm2015/icons/calendar-minus.js +17 -0
  16. package/esm2015/icons/calendar-off.js +18 -0
  17. package/esm2015/icons/calendar-plus.js +18 -0
  18. package/esm2015/icons/calendar-range.js +17 -0
  19. package/esm2015/icons/calendar-x-2.js +18 -0
  20. package/esm2015/icons/calendar-x.js +15 -0
  21. package/esm2015/icons/camera-off.js +3 -7
  22. package/esm2015/icons/cast.js +4 -4
  23. package/esm2015/icons/clipboard-copy.js +3 -4
  24. package/esm2015/icons/contact.js +2 -2
  25. package/esm2015/icons/dribbble.js +4 -7
  26. package/esm2015/icons/flag-off.js +3 -2
  27. package/esm2015/icons/index.js +11 -1
  28. package/esm2015/icons/lightbulb-off.js +3 -2
  29. package/esm2015/icons/link-2-off.js +3 -2
  30. package/esm2015/icons/link-2.js +3 -2
  31. package/esm2015/icons/maximize.js +5 -7
  32. package/esm2015/icons/minimize.js +5 -7
  33. package/esm2015/icons/phone-call.js +4 -2
  34. package/esm2015/icons/pin-off.js +16 -0
  35. package/esm2015/icons/pin.js +8 -4
  36. package/esm2015/icons/podcast.js +4 -4
  37. package/esm2015/icons/power-off.js +3 -5
  38. package/esm2015/icons/radio.js +8 -2
  39. package/esm2015/icons/scale.js +3 -3
  40. package/esm2015/icons/text-cursor-input.js +5 -7
  41. package/esm2015/icons/thumbs-down.js +3 -2
  42. package/esm2015/icons/thumbs-up.js +3 -2
  43. package/esm2015/icons/truck.js +4 -5
  44. package/esm2015/icons/volume-2.js +3 -5
  45. package/esm2015/src/icons/alarm-clock-off.js +5 -2
  46. package/esm2015/src/icons/binary.js +7 -5
  47. package/esm2015/src/icons/bus.js +3 -2
  48. package/esm2015/src/icons/calendar-check-2.js +17 -0
  49. package/esm2015/src/icons/calendar-check.js +14 -0
  50. package/esm2015/src/icons/calendar-days.js +19 -0
  51. package/esm2015/src/icons/calendar-minus.js +17 -0
  52. package/esm2015/src/icons/calendar-off.js +18 -0
  53. package/esm2015/src/icons/calendar-plus.js +18 -0
  54. package/esm2015/src/icons/calendar-range.js +17 -0
  55. package/esm2015/src/icons/calendar-x-2.js +18 -0
  56. package/esm2015/src/icons/calendar-x.js +15 -0
  57. package/esm2015/src/icons/camera-off.js +3 -7
  58. package/esm2015/src/icons/cast.js +4 -4
  59. package/esm2015/src/icons/clipboard-copy.js +3 -4
  60. package/esm2015/src/icons/contact.js +2 -2
  61. package/esm2015/src/icons/dribbble.js +4 -7
  62. package/esm2015/src/icons/flag-off.js +3 -2
  63. package/esm2015/src/icons/index.js +11 -1
  64. package/esm2015/src/icons/lightbulb-off.js +3 -2
  65. package/esm2015/src/icons/link-2-off.js +3 -2
  66. package/esm2015/src/icons/link-2.js +3 -2
  67. package/esm2015/src/icons/maximize.js +5 -7
  68. package/esm2015/src/icons/minimize.js +5 -7
  69. package/esm2015/src/icons/phone-call.js +4 -2
  70. package/esm2015/src/icons/pin-off.js +16 -0
  71. package/esm2015/src/icons/pin.js +8 -4
  72. package/esm2015/src/icons/podcast.js +4 -4
  73. package/esm2015/src/icons/power-off.js +3 -5
  74. package/esm2015/src/icons/radio.js +8 -2
  75. package/esm2015/src/icons/scale.js +3 -3
  76. package/esm2015/src/icons/text-cursor-input.js +5 -7
  77. package/esm2015/src/icons/thumbs-down.js +3 -2
  78. package/esm2015/src/icons/thumbs-up.js +3 -2
  79. package/esm2015/src/icons/truck.js +4 -5
  80. package/esm2015/src/icons/volume-2.js +3 -5
  81. package/fesm2015/lucide-angular-src-icons.js +225 -71
  82. package/fesm2015/lucide-angular-src-icons.js.map +1 -1
  83. package/fesm2015/lucide-angular.js +235 -71
  84. package/fesm2015/lucide-angular.js.map +1 -1
  85. package/icons/calendar-check-2.d.ts +3 -0
  86. package/icons/calendar-check.d.ts +3 -0
  87. package/icons/calendar-days.d.ts +3 -0
  88. package/icons/calendar-minus.d.ts +3 -0
  89. package/icons/calendar-off.d.ts +3 -0
  90. package/icons/calendar-plus.d.ts +3 -0
  91. package/icons/calendar-range.d.ts +3 -0
  92. package/icons/calendar-x-2.d.ts +3 -0
  93. package/icons/calendar-x.d.ts +3 -0
  94. package/icons/index.d.ts +10 -0
  95. package/icons/pin-off.d.ts +3 -0
  96. package/lucide-angular.metadata.json +1 -1
  97. package/package.json +1 -1
  98. package/src/icons/calendar-check-2.d.ts +3 -0
  99. package/src/icons/calendar-check.d.ts +3 -0
  100. package/src/icons/calendar-days.d.ts +3 -0
  101. package/src/icons/calendar-minus.d.ts +3 -0
  102. package/src/icons/calendar-off.d.ts +3 -0
  103. package/src/icons/calendar-plus.d.ts +3 -0
  104. package/src/icons/calendar-range.d.ts +3 -0
  105. package/src/icons/calendar-x-2.d.ts +3 -0
  106. package/src/icons/calendar-x.d.ts +3 -0
  107. package/src/icons/index.d.ts +10 -0
  108. package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
  109. package/src/icons/pin-off.d.ts +3 -0
@@ -71,9 +71,12 @@ const AlarmClockOff = [
71
71
  'svg',
72
72
  defaultAttributes,
73
73
  [
74
+ ['path', { d: 'M6.87 6.87a8 8 0 1 0 11.26 11.26' }],
74
75
  [
75
76
  'path',
76
- { d: 'M19.94 14A8 8 0 0 0 10 5.25m8.13 12.89A8 8 0 1 1 6.87 6.86' },
77
+ {
78
+ d: 'M19.9 14.25A7.44 7.44 0 0 0 20 13a8 8 0 0 0-8-8 7.44 7.44 0 0 0-1.25.1',
79
+ },
77
80
  ],
78
81
  ['path', { d: 'm22 6-3-3' }],
79
82
  ['path', { d: 'm6 19-2 2' }],
@@ -905,10 +908,12 @@ const Binary = [
905
908
  'svg',
906
909
  defaultAttributes,
907
910
  [
908
- ['path', { d: 'M10 4H6v6h4V4z' }],
909
- ['path', { d: 'M18 14h-4v6h4v-6z' }],
910
- ['path', { d: 'M14 4h2v6m-2 0h4' }],
911
- ['path', { d: 'M6 14h2v6m-2 0h4' }],
911
+ ['path', { d: 'M6 20h4' }],
912
+ ['path', { d: 'M14 10h4' }],
913
+ ['path', { d: 'M6 14h2v6' }],
914
+ ['path', { d: 'M14 4h2v6' }],
915
+ ['rect', { x: '6', y: '4', width: '4', height: '6' }],
916
+ ['rect', { x: '14', y: '14', width: '4', height: '6' }],
912
917
  ],
913
918
  ];
914
919
 
@@ -1158,9 +1163,10 @@ const Bus = [
1158
1163
  [
1159
1164
  'path',
1160
1165
  {
1161
- d: 'M19 17h2l.64-2.54a6 6 0 0 0 0-2.92l-1.07-4.27A3 3 0 0 0 17.66 5H4a2 2 0 0 0-2 2v10h2m10 0h-4',
1166
+ d: 'M19 17h2l.64-2.54c.24-.959.24-1.962 0-2.92l-1.07-4.27A3 3 0 0 0 17.66 5H4a2 2 0 0 0-2 2v10h2',
1162
1167
  },
1163
1168
  ],
1169
+ ['path', { d: 'M14 17H9' }],
1164
1170
  ['circle', { cx: '6.5', cy: '17.5', r: '2.5' }],
1165
1171
  ['circle', { cx: '16.5', cy: '17.5', r: '2.5' }],
1166
1172
  ],
@@ -1183,7 +1189,22 @@ const Calculator = [
1183
1189
  ],
1184
1190
  ];
1185
1191
 
1186
- const Calendar = [
1192
+ const CalendarCheck2 = [
1193
+ 'svg',
1194
+ defaultAttributes,
1195
+ [
1196
+ [
1197
+ 'path',
1198
+ { d: 'M21 14V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8' },
1199
+ ],
1200
+ ['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
1201
+ ['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
1202
+ ['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
1203
+ ['path', { d: 'm16 20 2 2 4-4' }],
1204
+ ],
1205
+ ];
1206
+
1207
+ const CalendarCheck = [
1187
1208
  'svg',
1188
1209
  defaultAttributes,
1189
1210
  [
@@ -1191,20 +1212,136 @@ const Calendar = [
1191
1212
  ['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
1192
1213
  ['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
1193
1214
  ['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
1215
+ ['path', { d: 'm9 16 2 2 4-4' }],
1194
1216
  ],
1195
1217
  ];
1196
1218
 
1197
- const CameraOff = [
1219
+ const CalendarDays = [
1220
+ 'svg',
1221
+ defaultAttributes,
1222
+ [
1223
+ ['rect', { x: '3', y: '4', width: '18', height: '18', rx: '2', ry: '2' }],
1224
+ ['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
1225
+ ['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
1226
+ ['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
1227
+ ['path', { d: 'M8 14h.01' }],
1228
+ ['path', { d: 'M12 14h.01' }],
1229
+ ['path', { d: 'M16 14h.01' }],
1230
+ ['path', { d: 'M8 18h.01' }],
1231
+ ['path', { d: 'M12 18h.01' }],
1232
+ ['path', { d: 'M16 18h.01' }],
1233
+ ],
1234
+ ];
1235
+
1236
+ const CalendarMinus = [
1237
+ 'svg',
1238
+ defaultAttributes,
1239
+ [
1240
+ [
1241
+ 'path',
1242
+ { d: 'M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8' },
1243
+ ],
1244
+ ['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
1245
+ ['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
1246
+ ['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
1247
+ ['line', { x1: '16', y1: '19', x2: '22', y2: '19' }],
1248
+ ],
1249
+ ];
1250
+
1251
+ const CalendarOff = [
1198
1252
  'svg',
1199
1253
  defaultAttributes,
1200
1254
  [
1255
+ [
1256
+ 'path',
1257
+ { d: 'M4.18 4.18A2 2 0 0 0 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 1.82-1.18' },
1258
+ ],
1259
+ ['path', { d: 'M21 15.5V6a2 2 0 0 0-2-2H9.5' }],
1260
+ ['path', { d: 'M16 2v4' }],
1261
+ ['path', { d: 'M3 10h7' }],
1262
+ ['path', { d: 'M21 10h-5.5' }],
1201
1263
  ['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
1264
+ ],
1265
+ ];
1266
+
1267
+ const CalendarPlus = [
1268
+ 'svg',
1269
+ defaultAttributes,
1270
+ [
1202
1271
  [
1203
1272
  'path',
1204
- {
1205
- d: 'M9.5 4h5L17 7h3a2 2 0 0 1 2 2v7.5M7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16',
1206
- },
1273
+ { d: 'M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8' },
1274
+ ],
1275
+ ['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
1276
+ ['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
1277
+ ['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
1278
+ ['line', { x1: '19', y1: '16', x2: '19', y2: '22' }],
1279
+ ['line', { x1: '16', y1: '19', x2: '22', y2: '19' }],
1280
+ ],
1281
+ ];
1282
+
1283
+ const CalendarRange = [
1284
+ 'svg',
1285
+ defaultAttributes,
1286
+ [
1287
+ ['rect', { x: '3', y: '4', width: '18', height: '18', rx: '2', ry: '2' }],
1288
+ ['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
1289
+ ['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
1290
+ ['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
1291
+ ['path', { d: 'M17 14h-6' }],
1292
+ ['path', { d: 'M13 18H7' }],
1293
+ ['path', { d: 'M7 14h.01' }],
1294
+ ['path', { d: 'M17 18h.01' }],
1295
+ ],
1296
+ ];
1297
+
1298
+ const CalendarX2 = [
1299
+ 'svg',
1300
+ defaultAttributes,
1301
+ [
1302
+ [
1303
+ 'path',
1304
+ { d: 'M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8' },
1207
1305
  ],
1306
+ ['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
1307
+ ['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
1308
+ ['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
1309
+ ['line', { x1: '17', y1: '17', x2: '22', y2: '22' }],
1310
+ ['line', { x1: '17', y1: '22', x2: '22', y2: '17' }],
1311
+ ],
1312
+ ];
1313
+
1314
+ const CalendarX = [
1315
+ 'svg',
1316
+ defaultAttributes,
1317
+ [
1318
+ ['rect', { x: '3', y: '4', width: '18', height: '18', rx: '2', ry: '2' }],
1319
+ ['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
1320
+ ['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
1321
+ ['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
1322
+ ['line', { x1: '10', y1: '14', x2: '14', y2: '18' }],
1323
+ ['line', { x1: '14', y1: '14', x2: '10', y2: '18' }],
1324
+ ],
1325
+ ];
1326
+
1327
+ const Calendar = [
1328
+ 'svg',
1329
+ defaultAttributes,
1330
+ [
1331
+ ['rect', { x: '3', y: '4', width: '18', height: '18', rx: '2', ry: '2' }],
1332
+ ['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
1333
+ ['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
1334
+ ['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
1335
+ ],
1336
+ ];
1337
+
1338
+ const CameraOff = [
1339
+ 'svg',
1340
+ defaultAttributes,
1341
+ [
1342
+ ['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
1343
+ ['path', { d: 'M7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16' }],
1344
+ ['path', { d: 'M9.5 4h5L17 7h3a2 2 0 0 1 2 2v7.5' }],
1208
1345
  ['path', { d: 'M14.121 15.121A3 3 0 1 1 9.88 10.88' }],
1209
1346
  ],
1210
1347
  ];
@@ -1265,10 +1402,10 @@ const Cast = [
1265
1402
  [
1266
1403
  [
1267
1404
  'path',
1268
- {
1269
- d: 'M2 16.1A5 5 0 0 1 5.9 20M2 12.05A9 9 0 0 1 9.95 20M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6',
1270
- },
1405
+ { d: 'M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6' },
1271
1406
  ],
1407
+ ['path', { d: 'M2 12a9 9 0 0 1 8 8' }],
1408
+ ['path', { d: 'M2 16a5 5 0 0 1 4 4' }],
1272
1409
  ['line', { x1: '2', y1: '20', x2: '2.01', y2: '20' }],
1273
1410
  ],
1274
1411
  ];
@@ -1490,10 +1627,9 @@ const ClipboardCopy = [
1490
1627
  [
1491
1628
  [
1492
1629
  'path',
1493
- {
1494
- d: 'M16 4h2a2 2 0 0 1 2 2v4M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2',
1495
- },
1630
+ { d: 'M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2' },
1496
1631
  ],
1632
+ ['path', { d: 'M16 4h2a2 2 0 0 1 2 2v4' }],
1497
1633
  ['rect', { x: '8', y: '2', width: '8', height: '4', rx: '1', ry: '1' }],
1498
1634
  ['path', { d: 'M21 14H11' }],
1499
1635
  ['path', { d: 'm15 10-4 4 4 4' }],
@@ -1985,7 +2121,7 @@ const Contact = [
1985
2121
  [
1986
2122
  ['path', { d: 'M17 18a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2' }],
1987
2123
  ['rect', { x: '3', y: '4', width: '18', height: '18', rx: '2' }],
1988
- ['circle', { class: 'cls-2', cx: '12', cy: '10', r: '2' }],
2124
+ ['circle', { cx: '12', cy: '10', r: '2' }],
1989
2125
  ['line', { x1: '8', y1: '2', x2: '8', y2: '4' }],
1990
2126
  ['line', { x1: '16', y1: '2', x2: '16', y2: '4' }],
1991
2127
  ],
@@ -2381,12 +2517,9 @@ const Dribbble = [
2381
2517
  defaultAttributes,
2382
2518
  [
2383
2519
  ['circle', { cx: '12', cy: '12', r: '10' }],
2384
- [
2385
- 'path',
2386
- {
2387
- d: 'M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-.93-6.63-.82-8.94 0-2.58.92-5.01 2.86-7.44 6.32',
2388
- },
2389
- ],
2520
+ ['path', { d: 'M19.13 5.09C15.22 9.14 10 10.44 2.25 10.94' }],
2521
+ ['path', { d: 'M21.75 12.84c-6.62-1.41-12.14 1-16.38 6.32' }],
2522
+ ['path', { d: 'M8.56 2.75c4.37 6 6 9.42 8 17.72' }],
2390
2523
  ],
2391
2524
  ];
2392
2525
 
@@ -2873,7 +3006,8 @@ const FlagOff = [
2873
3006
  defaultAttributes,
2874
3007
  [
2875
3008
  ['path', { d: 'M8 2c3 0 5 2 8 2s4-1 4-1v11' }],
2876
- ['path', { d: 'M4 22v-7m0 0s1-1 4-1 5 2 8 2M4 15V4' }],
3009
+ ['path', { d: 'M4 22V4' }],
3010
+ ['path', { d: 'M4 15s1-1 4-1 5 2 8 2' }],
2877
3011
  ['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
2878
3012
  ],
2879
3013
  ];
@@ -4019,10 +4153,11 @@ const LightbulbOff = [
4019
4153
  ['path', { d: 'M9 18h6' }],
4020
4154
  ['path', { d: 'M10 22h4' }],
4021
4155
  ['path', { d: 'm2 2 20 20' }],
4156
+ ['path', { d: 'M9 2.804A6 6 0 0 1 18 8a4.65 4.65 0 0 1-1.03 3' }],
4022
4157
  [
4023
4158
  'path',
4024
4159
  {
4025
- d: 'M8.91 14a4.61 4.61 0 0 0-1.41-2.5C6.23 10.23 6 9 6 8a6 6 0 0 1 .084-1M9 2.804A6 6 0 0 1 18 8a4.651 4.651 0 0 1-1.031 3',
4160
+ d: 'M8.91 14a4.61 4.61 0 0 0-1.41-2.5C6.23 10.23 6 9 6 8a6 6 0 0 1 .084-1',
4026
4161
  },
4027
4162
  ],
4028
4163
  ],
@@ -4053,7 +4188,8 @@ const Link2Off = [
4053
4188
  'svg',
4054
4189
  defaultAttributes,
4055
4190
  [
4056
- ['path', { d: 'M15 7h2a5 5 0 0 1 4 8M9 17H7A5 5 0 0 1 7 7' }],
4191
+ ['path', { d: 'M9 17H7A5 5 0 0 1 7 7' }],
4192
+ ['path', { d: 'M15 7h2a5 5 0 0 1 4 8' }],
4057
4193
  ['line', { x1: '8', y1: '12', x2: '12', y2: '12' }],
4058
4194
  ['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
4059
4195
  ],
@@ -4063,7 +4199,8 @@ const Link2 = [
4063
4199
  'svg',
4064
4200
  defaultAttributes,
4065
4201
  [
4066
- ['path', { d: 'M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2' }],
4202
+ ['path', { d: 'M9 17H7A5 5 0 0 1 7 7h2' }],
4203
+ ['path', { d: 'M15 7h2a5 5 0 1 1 0 10h-2' }],
4067
4204
  ['line', { x1: '8', y1: '12', x2: '16', y2: '12' }],
4068
4205
  ],
4069
4206
  ];
@@ -4361,12 +4498,10 @@ const Maximize = [
4361
4498
  'svg',
4362
4499
  defaultAttributes,
4363
4500
  [
4364
- [
4365
- 'path',
4366
- {
4367
- d: 'M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3',
4368
- },
4369
- ],
4501
+ ['path', { d: 'M8 3H5a2 2 0 0 0-2 2v3' }],
4502
+ ['path', { d: 'M21 8V5a2 2 0 0 0-2-2h-3' }],
4503
+ ['path', { d: 'M3 16v3a2 2 0 0 0 2 2h3' }],
4504
+ ['path', { d: 'M16 21h3a2 2 0 0 0 2-2v-3' }],
4370
4505
  ],
4371
4506
  ];
4372
4507
 
@@ -4472,12 +4607,10 @@ const Minimize = [
4472
4607
  'svg',
4473
4608
  defaultAttributes,
4474
4609
  [
4475
- [
4476
- 'path',
4477
- {
4478
- d: 'M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3',
4479
- },
4480
- ],
4610
+ ['path', { d: 'M8 3v3a2 2 0 0 1-2 2H3' }],
4611
+ ['path', { d: 'M21 8h-3a2 2 0 0 1-2-2V3' }],
4612
+ ['path', { d: 'M3 16h3a2 2 0 0 1 2 2v3' }],
4613
+ ['path', { d: 'M16 21v-3a2 2 0 0 1 2-2h3' }],
4481
4614
  ],
4482
4615
  ];
4483
4616
 
@@ -4989,9 +5122,11 @@ const PhoneCall = [
4989
5122
  [
4990
5123
  'path',
4991
5124
  {
4992
- d: 'M14.05 6A5 5 0 0 1 18 10m-3.95-8a9 9 0 0 1 8 7.94m0 7v3a2 2 0 0 1-2 2h-.19a19.79 19.79 0 0 1-8.63-3.07 19.52 19.52 0 0 1-6-6 19.82 19.82 0 0 1-3.11-8.69A2 2 0 0 1 3.93 2h3.18a2 2 0 0 1 2 1.72 13 13 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 13 13 0 0 0 2.81.7A2 2 0 0 1 22 16.92z',
5125
+ d: 'M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z',
4993
5126
  },
4994
5127
  ],
5128
+ ['path', { d: 'M14.05 2a9 9 0 0 1 8 7.94' }],
5129
+ ['path', { d: 'M14.05 6A5 5 0 0 1 18 10' }],
4995
5130
  ],
4996
5131
  ];
4997
5132
 
@@ -5106,13 +5241,31 @@ const PiggyBank = [
5106
5241
  ],
5107
5242
  ];
5108
5243
 
5244
+ const PinOff = [
5245
+ 'svg',
5246
+ defaultAttributes,
5247
+ [
5248
+ ['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
5249
+ ['line', { x1: '12', y1: '17', x2: '12', y2: '22' }],
5250
+ [
5251
+ 'path',
5252
+ { d: 'M9 9v1.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V17h12' },
5253
+ ],
5254
+ ['path', { d: 'M15 9.34V6h1a2 2 0 0 0 0-4H7.89' }],
5255
+ ],
5256
+ ];
5257
+
5109
5258
  const Pin = [
5110
5259
  'svg',
5111
5260
  defaultAttributes,
5112
5261
  [
5113
- ['path', { d: 'M12 21v-7' }],
5114
- ['path', { d: 'M9 3v5l-2 4v2h10m0 0h-5m5 0v-2l-2-4V3' }],
5115
- ['path', { d: 'M7 3h10' }],
5262
+ ['line', { x1: '12', y1: '17', x2: '12', y2: '22' }],
5263
+ [
5264
+ 'path',
5265
+ {
5266
+ d: 'M5 17h14v-1.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V6h1a2 2 0 0 0 0-4H8a2 2 0 0 0 0 4h1v4.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24Z',
5267
+ },
5268
+ ],
5116
5269
  ],
5117
5270
  ];
5118
5271
 
@@ -5225,14 +5378,14 @@ const Podcast = [
5225
5378
  defaultAttributes,
5226
5379
  [
5227
5380
  ['circle', { cx: '12', cy: '11', r: '1' }],
5228
- ['path', { d: 'M17.03 18.46a9 9 0 1 0-10.02.03' }],
5229
- ['path', { d: 'M16.06 13.91a5 5 0 1 0-7.97.2' }],
5230
5381
  [
5231
5382
  'path',
5232
5383
  {
5233
- d: 'M11.11 17a.9.9 0 1 1 1.78 0l-.52 4.67a.37.37 0 0 1-.74 0l-.52-4.68z',
5384
+ d: 'M11 17a1 1 0 0 1 2 0c0 .5-.34 3-.5 4.5a.5.5 0 0 1-1 0c-.16-1.5-.5-4-.5-4.5Z',
5234
5385
  },
5235
5386
  ],
5387
+ ['path', { d: 'M8 14a5 5 0 1 1 8 0' }],
5388
+ ['path', { d: 'M17 18.5a9 9 0 1 0-10 0' }],
5236
5389
  ],
5237
5390
  ];
5238
5391
 
@@ -5268,10 +5421,8 @@ const PowerOff = [
5268
5421
  'svg',
5269
5422
  defaultAttributes,
5270
5423
  [
5271
- [
5272
- 'path',
5273
- { d: 'M18.36 6.64A9 9 0 0 1 20.77 15M5.63 6.64A9 9 0 1 0 18.706 19' },
5274
- ],
5424
+ ['path', { d: 'M18.36 6.64A9 9 0 0 1 20.77 15' }],
5425
+ ['path', { d: 'M6.16 6.16a9 9 0 1 0 12.68 12.68' }],
5275
5426
  ['path', { d: 'M12 2v4' }],
5276
5427
  ['path', { d: 'm2 2 20 20' }],
5277
5428
  ],
@@ -5367,12 +5518,18 @@ const Radio = [
5367
5518
  defaultAttributes,
5368
5519
  [
5369
5520
  ['circle', { cx: '12', cy: '12', r: '2' }],
5521
+ ['path', { d: 'M4.93 19.07a10 10 0 0 1 0-14.14' }],
5370
5522
  [
5371
5523
  'path',
5372
5524
  {
5373
- d: 'M16.24 7.76a6 6 0 0 1 0 8.49m-8.48-.01a6 6 0 0 1 0-8.49m11.31-2.82a10 10 0 0 1 0 14.14m-14.14 0a10 10 0 0 1 0-14.14',
5525
+ d: 'M7.76 16.24a6 6 0 0 1-1.3-1.95 6 6 0 0 1 0-4.59 6 6 0 0 1 1.3-1.95',
5374
5526
  },
5375
5527
  ],
5528
+ [
5529
+ 'path',
5530
+ { d: 'M16.24 7.76a6 6 0 0 1 1.3 2 6 6 0 0 1 0 4.59 6 6 0 0 1-1.3 1.95' },
5531
+ ],
5532
+ ['path', { d: 'M19.07 4.93a10 10 0 0 1 0 14.14' }],
5376
5533
  ],
5377
5534
  ];
5378
5535
 
@@ -5581,8 +5738,8 @@ const Scale = [
5581
5738
  'svg',
5582
5739
  defaultAttributes,
5583
5740
  [
5584
- ['path', { d: 'm16 16 3-8 3.001 8A5.002 5.002 0 0 1 16 16z' }],
5585
- ['path', { d: 'm2 16 3-8 3.001 8A5.002 5.002 0 0 1 2 16z' }],
5741
+ ['path', { d: 'm16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z' }],
5742
+ ['path', { d: 'm2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z' }],
5586
5743
  ['path', { d: 'M7 21h10' }],
5587
5744
  ['path', { d: 'M12 3v18' }],
5588
5745
  ['path', { d: 'M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2' }],
@@ -6514,19 +6671,17 @@ const TextCursorInput = [
6514
6671
  'svg',
6515
6672
  defaultAttributes,
6516
6673
  [
6674
+ ['path', { d: 'M13 20h-1a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h1' }],
6675
+ ['path', { d: 'M5 4h1a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5' }],
6517
6676
  [
6518
6677
  'path',
6519
6678
  {
6520
- d: 'M5.3 4h.9C7.7 4 9 5.3 9 6.7m0 0v10.5c0 1.6-1.1 2.7-2.7 2.7h-1M9 6.7v10.6a2.6 2.6 0 0 0 2.7 2.7h1M9 6.7C9 5.2 10.2 4 11.8 4h.9',
6679
+ d: 'M13.1 7.9h6.8A2.18 2.18 0 0 1 22 10v4a2.11 2.11 0 0 1-2.1 2.1h-6.8',
6521
6680
  },
6522
6681
  ],
6523
6682
  [
6524
6683
  'path',
6525
- { d: 'M13.1 7.9h6.8c1.1 0 2.1 1 2.1 2.1v4c0 1.1-.9 2.1-2.1 2.1h-6.8' },
6526
- ],
6527
- [
6528
- 'path',
6529
- { d: 'M4.8 16.1h-.7C3 16.1 2 15.1 2 14v-4c0-1.1 1-2.1 2.1-2.1h.7' },
6684
+ { d: 'M4.8 16.1h-.7A2.18 2.18 0 0 1 2 14v-4a2.18 2.18 0 0 1 2.1-2.1h.7' },
6530
6685
  ],
6531
6686
  ],
6532
6687
  ];
@@ -6577,10 +6732,11 @@ const ThumbsDown = [
6577
6732
  'svg',
6578
6733
  defaultAttributes,
6579
6734
  [
6735
+ ['path', { d: 'M17 14V2' }],
6580
6736
  [
6581
6737
  'path',
6582
6738
  {
6583
- d: 'M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17',
6739
+ d: 'M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22h0a3.13 3.13 0 0 1-3-3.88Z',
6584
6740
  },
6585
6741
  ],
6586
6742
  ],
@@ -6590,10 +6746,11 @@ const ThumbsUp = [
6590
6746
  'svg',
6591
6747
  defaultAttributes,
6592
6748
  [
6749
+ ['path', { d: 'M7 10v12' }],
6593
6750
  [
6594
6751
  'path',
6595
6752
  {
6596
- d: 'M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3',
6753
+ d: 'M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2h0a3.13 3.13 0 0 1 3 3.88Z',
6597
6754
  },
6598
6755
  ],
6599
6756
  ],
@@ -6767,10 +6924,9 @@ const Truck = [
6767
6924
  'svg',
6768
6925
  defaultAttributes,
6769
6926
  [
6770
- [
6771
- 'path',
6772
- { d: 'M10 17h4V5H2v12h3m15 0h2v-3.34a4 4 0 0 0-1.17-2.83L19 9h-5v8h1' },
6773
- ],
6927
+ ['path', { d: 'M10 17h4V5H2v12h3' }],
6928
+ ['path', { d: 'M20 17h2v-3.34a4 4 0 0 0-1.17-2.83L19 9h-5' }],
6929
+ ['path', { d: 'M14 17h1' }],
6774
6930
  ['circle', { cx: '7.5', cy: '17.5', r: '2.5' }],
6775
6931
  ['circle', { cx: '17.5', cy: '17.5', r: '2.5' }],
6776
6932
  ],
@@ -7100,10 +7256,8 @@ const Volume2 = [
7100
7256
  defaultAttributes,
7101
7257
  [
7102
7258
  ['polygon', { points: '11 5 6 9 2 9 2 15 6 15 11 19 11 5' }],
7103
- [
7104
- 'path',
7105
- { d: 'M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07' },
7106
- ],
7259
+ ['path', { d: 'M15.54 8.46a5 5 0 0 1 0 7.07' }],
7260
+ ['path', { d: 'M19.07 4.93a10 10 0 0 1 0 14.14' }],
7107
7261
  ],
7108
7262
  ];
7109
7263
 
@@ -7458,6 +7612,15 @@ var index = /*#__PURE__*/Object.freeze({
7458
7612
  Building: Building,
7459
7613
  Bus: Bus,
7460
7614
  Calculator: Calculator,
7615
+ CalendarCheck2: CalendarCheck2,
7616
+ CalendarCheck: CalendarCheck,
7617
+ CalendarDays: CalendarDays,
7618
+ CalendarMinus: CalendarMinus,
7619
+ CalendarOff: CalendarOff,
7620
+ CalendarPlus: CalendarPlus,
7621
+ CalendarRange: CalendarRange,
7622
+ CalendarX2: CalendarX2,
7623
+ CalendarX: CalendarX,
7461
7624
  Calendar: Calendar,
7462
7625
  CameraOff: CameraOff,
7463
7626
  Camera: Camera,
@@ -7786,6 +7949,7 @@ var index = /*#__PURE__*/Object.freeze({
7786
7949
  Phone: Phone,
7787
7950
  PieChart: PieChart,
7788
7951
  PiggyBank: PiggyBank,
7952
+ PinOff: PinOff,
7789
7953
  Pin: Pin,
7790
7954
  Pipette: Pipette,
7791
7955
  Plane: Plane,
@@ -8106,5 +8270,5 @@ LucideAngularModule.ctorParameters = () => [
8106
8270
  * Generated bundle index. Do not edit.
8107
8271
  */
8108
8272
 
8109
- export { Accessibility, Activity, Airplay, AlarmCheck, AlarmClock, AlarmClockOff, AlarmMinus, AlarmPlus, Album, AlertCircle, AlertOctagon, AlertTriangle, AlignCenter, AlignCenterHorizontal, AlignCenterVertical, AlignEndHorizontal, AlignEndVertical, AlignHorizontalDistributeCenter, AlignHorizontalDistributeEnd, AlignHorizontalDistributeStart, AlignHorizontalJustifyCenter, AlignHorizontalJustifyEnd, AlignHorizontalJustifyStart, AlignHorizontalSpaceAround, AlignHorizontalSpaceBetween, AlignJustify, AlignLeft, AlignRight, AlignStartHorizontal, AlignStartVertical, AlignVerticalDistributeCenter, AlignVerticalDistributeEnd, AlignVerticalDistributeStart, AlignVerticalJustifyCenter, AlignVerticalJustifyEnd, AlignVerticalJustifyStart, AlignVerticalSpaceAround, AlignVerticalSpaceBetween, Anchor, Aperture, Archive, ArrowBigDown, ArrowBigLeft, ArrowBigRight, ArrowBigUp, ArrowDown, ArrowDownCircle, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowLeftCircle, ArrowLeftRight, ArrowRight, ArrowRightCircle, ArrowUp, ArrowUpCircle, ArrowUpLeft, ArrowUpRight, Asterisk, AtSign, Award, Axe, Banknote, BarChart, BarChart2, BarChart3, BarChart4, BarChartHorizontal, Baseline, Bath, Battery, BatteryCharging, BatteryFull, BatteryLow, BatteryMedium, Beaker, Bell, BellMinus, BellOff, BellPlus, BellRing, Bike, Binary, Bitcoin, Bluetooth, BluetoothConnected, BluetoothOff, BluetoothSearching, Bold, Book, BookOpen, Bookmark, BookmarkMinus, BookmarkPlus, Bot, Box, BoxSelect, Briefcase, Brush, Bug, Building, Building2, Bus, Calculator, Calendar, Camera, CameraOff, Car, Carrot, Cast, Check, CheckCircle, CheckCircle2, CheckSquare, ChefHat, ChevronDown, ChevronFirst, ChevronLast, ChevronLeft, ChevronRight, ChevronUp, ChevronsDown, ChevronsDownUp, ChevronsLeft, ChevronsLeftRight, ChevronsRight, ChevronsRightLeft, ChevronsUp, ChevronsUpDown, Chrome, Circle, CircleSlashed, Clapperboard, Clipboard, ClipboardCheck, ClipboardCopy, ClipboardList, ClipboardX, Clock, Clock1, Clock10, Clock11, Clock12, Clock2, Clock3, Clock4, Clock5, Clock6, Clock7, Clock8, Clock9, Cloud, CloudDrizzle, CloudFog, CloudHail, CloudLightning, CloudMoon, CloudOff, CloudRain, CloudRainWind, CloudSnow, CloudSun, Cloudy, Clover, Code, Code2, Codepen, Codesandbox, Coffee, Coins, Columns, Command, Compass, Component, Contact, Contrast, Cookie, Copy, Copyleft, Copyright, CornerDownLeft, CornerDownRight, CornerLeftDown, CornerLeftUp, CornerRightDown, CornerRightUp, CornerUpLeft, CornerUpRight, Cpu, CreditCard, Croissant, Crop, Cross, Crosshair, Crown, Currency, Database, Delete, Dice1, Dice2, Dice3, Dice4, Dice5, Dice6, Disc, Divide, DivideCircle, DivideSquare, DollarSign, Download, DownloadCloud, Dribbble, Droplet, Droplets, Drumstick, Edit, Edit2, Edit3, Egg, Equal, EqualNot, Eraser, Euro, Expand, ExternalLink, Eye, EyeOff, Facebook, Factory, FastForward, Feather, Figma, File, FileCheck, FileCheck2, FileCode, FileDigit, FileInput, FileMinus, FileMinus2, FileOutput, FilePlus, FilePlus2, FileSearch, FileText, FileX, FileX2, Files, Film, Filter, Flag, FlagOff, FlagTriangleLeft, FlagTriangleRight, Flame, Flashlight, FlashlightOff, FlaskConical, FlaskRound, Focus, Folder, FolderMinus, FolderOpen, FolderPlus, FormInput, Forward, Frame, Framer, Frown, Fuel, FunctionSquare, Gamepad, Gamepad2, Gauge, Gavel, Gem, Ghost, Gift, GitBranch, GitBranchPlus, GitCommit, GitFork, GitMerge, GitPullRequest, Github, Gitlab, Glasses, Globe, Globe2, Grab, GraduationCap, Grid, GripHorizontal, GripVertical, Hammer, Hand, HandMetal, HardDrive, HardHat, Hash, Haze, Headphones, Heart, HeartOff, HelpCircle, Hexagon, Highlighter, History, Home, Hourglass, Image, ImageMinus, ImageOff, ImagePlus, Import, Inbox, Indent, IndianRupee, Infinity, Info, Inspect, Instagram, Italic, JapaneseYen, Key, Keyboard, Landmark, Languages, Laptop, Laptop2, Lasso, LassoSelect, Layers, Layout, LayoutDashboard, LayoutGrid, LayoutList, LayoutTemplate, Library, LifeBuoy, Lightbulb, LightbulbOff, LineChart, Link, Link2, Link2Off, Linkedin, List, ListChecks, ListMinus, ListOrdered, ListPlus, ListX, Loader, Loader2, Locate, LocateFixed, LocateOff, Lock, LogIn, LogOut, LucideAngularComponent, LucideAngularModule, Magnet, Mail, Map, MapPin, MapPinOff, Maximize, Maximize2, Megaphone, Meh, Menu, MessageCircle, MessageSquare, Mic, MicOff, Milestone, Minimize, Minimize2, Minus, MinusCircle, MinusSquare, Monitor, MonitorOff, MonitorSpeaker, Moon, MoreHorizontal, MoreVertical, Mountain, MountainSnow, Mouse, MousePointer, MousePointer2, MousePointerClick, Move, MoveDiagonal, MoveDiagonal2, MoveHorizontal, MoveVertical, Music, Navigation, Navigation2, Navigation2Off, NavigationOff, Network, Octagon, Option, Outdent, Package, PackageCheck, PackageMinus, PackagePlus, PackageSearch, PackageX, Palette, Palmtree, Paperclip, Pause, PauseCircle, PauseOctagon, PenTool, Pencil, Percent, PersonStanding, Phone, PhoneCall, PhoneForwarded, PhoneIncoming, PhoneMissed, PhoneOff, PhoneOutgoing, PieChart, PiggyBank, Pin, Pipette, Plane, Play, PlayCircle, PlugZap, Plus, PlusCircle, PlusSquare, Pocket, Podcast, Pointer, PoundSterling, Power, PowerOff, Printer, Puzzle, QrCode, Quote, Radio, RadioReceiver, Redo, Redo2, RefreshCcw, RefreshCw, Regex, Repeat, Repeat1, Reply, ReplyAll, Rewind, Rocket, RockingChair, RotateCcw, RotateCw, Rss, Ruler, RussianRuble, Save, Scale, Scan, ScanLine, Scissors, ScreenShare, ScreenShareOff, Search, Send, SeparatorHorizontal, SeparatorVertical, Server, ServerCrash, ServerOff, Settings, Settings2, Share, Share2, Sheet, Shield, ShieldAlert, ShieldCheck, ShieldClose, ShieldOff, Shirt, ShoppingBag, ShoppingCart, Shovel, Shrink, Shuffle, Sidebar, SidebarClose, SidebarOpen, Sigma, Signal, SignalHigh, SignalLow, SignalMedium, SignalZero, SkipBack, SkipForward, Skull, Slack, Slash, Sliders, SlidersHorizontal, Smartphone, SmartphoneCharging, Smile, Snowflake, SortAsc, SortDesc, Speaker, Sprout, Square, Star, StarHalf, StarOff, StopCircle, StretchHorizontal, StretchVertical, Strikethrough, Subscript, Sun, SunDim, SunMedium, SunMoon, Sunrise, Sunset, Superscript, SwissFranc, SwitchCamera, Sword, Swords, Table, Tablet, Tag, Target, Tent, Terminal, TerminalSquare, TextCursor, TextCursorInput, Thermometer, ThermometerSnowflake, ThermometerSun, ThumbsDown, ThumbsUp, Ticket, Timer, TimerOff, TimerReset, ToggleLeft, ToggleRight, Tornado, Train, Trash, Trash2, Trello, TrendingDown, TrendingUp, Triangle, Truck, Tv, Tv2, Twitch, Twitter, Type, Umbrella, Underline, Undo, Undo2, Unlink, Unlink2, Unlock, Upload, UploadCloud, User, UserCheck, UserMinus, UserPlus, UserX, Users, VenetianMask, Verified, Vibrate, VibrateOff, Video, VideoOff, View, Voicemail, Volume, Volume1, Volume2, VolumeX, Wallet, Wand, Watch, Waves, Webcam, Wifi, WifiOff, Wind, WrapText, Wrench, X, XCircle, XOctagon, XSquare, Youtube, Zap, ZapOff, ZoomIn, ZoomOut, createElement, index as icons, Icons as ɵa };
8273
+ export { Accessibility, Activity, Airplay, AlarmCheck, AlarmClock, AlarmClockOff, AlarmMinus, AlarmPlus, Album, AlertCircle, AlertOctagon, AlertTriangle, AlignCenter, AlignCenterHorizontal, AlignCenterVertical, AlignEndHorizontal, AlignEndVertical, AlignHorizontalDistributeCenter, AlignHorizontalDistributeEnd, AlignHorizontalDistributeStart, AlignHorizontalJustifyCenter, AlignHorizontalJustifyEnd, AlignHorizontalJustifyStart, AlignHorizontalSpaceAround, AlignHorizontalSpaceBetween, AlignJustify, AlignLeft, AlignRight, AlignStartHorizontal, AlignStartVertical, AlignVerticalDistributeCenter, AlignVerticalDistributeEnd, AlignVerticalDistributeStart, AlignVerticalJustifyCenter, AlignVerticalJustifyEnd, AlignVerticalJustifyStart, AlignVerticalSpaceAround, AlignVerticalSpaceBetween, Anchor, Aperture, Archive, ArrowBigDown, ArrowBigLeft, ArrowBigRight, ArrowBigUp, ArrowDown, ArrowDownCircle, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowLeftCircle, ArrowLeftRight, ArrowRight, ArrowRightCircle, ArrowUp, ArrowUpCircle, ArrowUpLeft, ArrowUpRight, Asterisk, AtSign, Award, Axe, Banknote, BarChart, BarChart2, BarChart3, BarChart4, BarChartHorizontal, Baseline, Bath, Battery, BatteryCharging, BatteryFull, BatteryLow, BatteryMedium, Beaker, Bell, BellMinus, BellOff, BellPlus, BellRing, Bike, Binary, Bitcoin, Bluetooth, BluetoothConnected, BluetoothOff, BluetoothSearching, Bold, Book, BookOpen, Bookmark, BookmarkMinus, BookmarkPlus, Bot, Box, BoxSelect, Briefcase, Brush, Bug, Building, Building2, Bus, Calculator, Calendar, CalendarCheck, CalendarCheck2, CalendarDays, CalendarMinus, CalendarOff, CalendarPlus, CalendarRange, CalendarX, CalendarX2, Camera, CameraOff, Car, Carrot, Cast, Check, CheckCircle, CheckCircle2, CheckSquare, ChefHat, ChevronDown, ChevronFirst, ChevronLast, ChevronLeft, ChevronRight, ChevronUp, ChevronsDown, ChevronsDownUp, ChevronsLeft, ChevronsLeftRight, ChevronsRight, ChevronsRightLeft, ChevronsUp, ChevronsUpDown, Chrome, Circle, CircleSlashed, Clapperboard, Clipboard, ClipboardCheck, ClipboardCopy, ClipboardList, ClipboardX, Clock, Clock1, Clock10, Clock11, Clock12, Clock2, Clock3, Clock4, Clock5, Clock6, Clock7, Clock8, Clock9, Cloud, CloudDrizzle, CloudFog, CloudHail, CloudLightning, CloudMoon, CloudOff, CloudRain, CloudRainWind, CloudSnow, CloudSun, Cloudy, Clover, Code, Code2, Codepen, Codesandbox, Coffee, Coins, Columns, Command, Compass, Component, Contact, Contrast, Cookie, Copy, Copyleft, Copyright, CornerDownLeft, CornerDownRight, CornerLeftDown, CornerLeftUp, CornerRightDown, CornerRightUp, CornerUpLeft, CornerUpRight, Cpu, CreditCard, Croissant, Crop, Cross, Crosshair, Crown, Currency, Database, Delete, Dice1, Dice2, Dice3, Dice4, Dice5, Dice6, Disc, Divide, DivideCircle, DivideSquare, DollarSign, Download, DownloadCloud, Dribbble, Droplet, Droplets, Drumstick, Edit, Edit2, Edit3, Egg, Equal, EqualNot, Eraser, Euro, Expand, ExternalLink, Eye, EyeOff, Facebook, Factory, FastForward, Feather, Figma, File, FileCheck, FileCheck2, FileCode, FileDigit, FileInput, FileMinus, FileMinus2, FileOutput, FilePlus, FilePlus2, FileSearch, FileText, FileX, FileX2, Files, Film, Filter, Flag, FlagOff, FlagTriangleLeft, FlagTriangleRight, Flame, Flashlight, FlashlightOff, FlaskConical, FlaskRound, Focus, Folder, FolderMinus, FolderOpen, FolderPlus, FormInput, Forward, Frame, Framer, Frown, Fuel, FunctionSquare, Gamepad, Gamepad2, Gauge, Gavel, Gem, Ghost, Gift, GitBranch, GitBranchPlus, GitCommit, GitFork, GitMerge, GitPullRequest, Github, Gitlab, Glasses, Globe, Globe2, Grab, GraduationCap, Grid, GripHorizontal, GripVertical, Hammer, Hand, HandMetal, HardDrive, HardHat, Hash, Haze, Headphones, Heart, HeartOff, HelpCircle, Hexagon, Highlighter, History, Home, Hourglass, Image, ImageMinus, ImageOff, ImagePlus, Import, Inbox, Indent, IndianRupee, Infinity, Info, Inspect, Instagram, Italic, JapaneseYen, Key, Keyboard, Landmark, Languages, Laptop, Laptop2, Lasso, LassoSelect, Layers, Layout, LayoutDashboard, LayoutGrid, LayoutList, LayoutTemplate, Library, LifeBuoy, Lightbulb, LightbulbOff, LineChart, Link, Link2, Link2Off, Linkedin, List, ListChecks, ListMinus, ListOrdered, ListPlus, ListX, Loader, Loader2, Locate, LocateFixed, LocateOff, Lock, LogIn, LogOut, LucideAngularComponent, LucideAngularModule, Magnet, Mail, Map, MapPin, MapPinOff, Maximize, Maximize2, Megaphone, Meh, Menu, MessageCircle, MessageSquare, Mic, MicOff, Milestone, Minimize, Minimize2, Minus, MinusCircle, MinusSquare, Monitor, MonitorOff, MonitorSpeaker, Moon, MoreHorizontal, MoreVertical, Mountain, MountainSnow, Mouse, MousePointer, MousePointer2, MousePointerClick, Move, MoveDiagonal, MoveDiagonal2, MoveHorizontal, MoveVertical, Music, Navigation, Navigation2, Navigation2Off, NavigationOff, Network, Octagon, Option, Outdent, Package, PackageCheck, PackageMinus, PackagePlus, PackageSearch, PackageX, Palette, Palmtree, Paperclip, Pause, PauseCircle, PauseOctagon, PenTool, Pencil, Percent, PersonStanding, Phone, PhoneCall, PhoneForwarded, PhoneIncoming, PhoneMissed, PhoneOff, PhoneOutgoing, PieChart, PiggyBank, Pin, PinOff, Pipette, Plane, Play, PlayCircle, PlugZap, Plus, PlusCircle, PlusSquare, Pocket, Podcast, Pointer, PoundSterling, Power, PowerOff, Printer, Puzzle, QrCode, Quote, Radio, RadioReceiver, Redo, Redo2, RefreshCcw, RefreshCw, Regex, Repeat, Repeat1, Reply, ReplyAll, Rewind, Rocket, RockingChair, RotateCcw, RotateCw, Rss, Ruler, RussianRuble, Save, Scale, Scan, ScanLine, Scissors, ScreenShare, ScreenShareOff, Search, Send, SeparatorHorizontal, SeparatorVertical, Server, ServerCrash, ServerOff, Settings, Settings2, Share, Share2, Sheet, Shield, ShieldAlert, ShieldCheck, ShieldClose, ShieldOff, Shirt, ShoppingBag, ShoppingCart, Shovel, Shrink, Shuffle, Sidebar, SidebarClose, SidebarOpen, Sigma, Signal, SignalHigh, SignalLow, SignalMedium, SignalZero, SkipBack, SkipForward, Skull, Slack, Slash, Sliders, SlidersHorizontal, Smartphone, SmartphoneCharging, Smile, Snowflake, SortAsc, SortDesc, Speaker, Sprout, Square, Star, StarHalf, StarOff, StopCircle, StretchHorizontal, StretchVertical, Strikethrough, Subscript, Sun, SunDim, SunMedium, SunMoon, Sunrise, Sunset, Superscript, SwissFranc, SwitchCamera, Sword, Swords, Table, Tablet, Tag, Target, Tent, Terminal, TerminalSquare, TextCursor, TextCursorInput, Thermometer, ThermometerSnowflake, ThermometerSun, ThumbsDown, ThumbsUp, Ticket, Timer, TimerOff, TimerReset, ToggleLeft, ToggleRight, Tornado, Train, Trash, Trash2, Trello, TrendingDown, TrendingUp, Triangle, Truck, Tv, Tv2, Twitch, Twitter, Type, Umbrella, Underline, Undo, Undo2, Unlink, Unlink2, Unlock, Upload, UploadCloud, User, UserCheck, UserMinus, UserPlus, UserX, Users, VenetianMask, Verified, Vibrate, VibrateOff, Video, VideoOff, View, Voicemail, Volume, Volume1, Volume2, VolumeX, Wallet, Wand, Watch, Waves, Webcam, Wifi, WifiOff, Wind, WrapText, Wrench, X, XCircle, XOctagon, XSquare, Youtube, Zap, ZapOff, ZoomIn, ZoomOut, createElement, index as icons, Icons as ɵa };
8110
8274
  //# sourceMappingURL=lucide-angular.js.map