lucide-angular 0.49.0 → 0.53.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 (85) hide show
  1. package/bundles/lucide-angular-src-icons.umd.js +240 -5
  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 +255 -5
  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/armchair.js +18 -0
  10. package/esm2015/icons/bed-double.js +13 -0
  11. package/esm2015/icons/bed-single.js +12 -0
  12. package/esm2015/icons/bed.js +13 -0
  13. package/esm2015/icons/calendar-check-2.js +17 -0
  14. package/esm2015/icons/calendar-check.js +14 -0
  15. package/esm2015/icons/calendar-days.js +19 -0
  16. package/esm2015/icons/calendar-minus.js +17 -0
  17. package/esm2015/icons/calendar-off.js +18 -0
  18. package/esm2015/icons/calendar-plus.js +18 -0
  19. package/esm2015/icons/calendar-range.js +17 -0
  20. package/esm2015/icons/calendar-x-2.js +18 -0
  21. package/esm2015/icons/calendar-x.js +15 -0
  22. package/esm2015/icons/index.js +16 -1
  23. package/esm2015/icons/pin-off.js +16 -0
  24. package/esm2015/icons/pin.js +8 -4
  25. package/esm2015/icons/sofa.js +19 -0
  26. package/esm2015/icons/thumbs-down.js +3 -2
  27. package/esm2015/icons/thumbs-up.js +3 -2
  28. package/esm2015/src/icons/armchair.js +18 -0
  29. package/esm2015/src/icons/bed-double.js +13 -0
  30. package/esm2015/src/icons/bed-single.js +12 -0
  31. package/esm2015/src/icons/bed.js +13 -0
  32. package/esm2015/src/icons/calendar-check-2.js +17 -0
  33. package/esm2015/src/icons/calendar-check.js +14 -0
  34. package/esm2015/src/icons/calendar-days.js +19 -0
  35. package/esm2015/src/icons/calendar-minus.js +17 -0
  36. package/esm2015/src/icons/calendar-off.js +18 -0
  37. package/esm2015/src/icons/calendar-plus.js +18 -0
  38. package/esm2015/src/icons/calendar-range.js +17 -0
  39. package/esm2015/src/icons/calendar-x-2.js +18 -0
  40. package/esm2015/src/icons/calendar-x.js +15 -0
  41. package/esm2015/src/icons/index.js +16 -1
  42. package/esm2015/src/icons/pin-off.js +16 -0
  43. package/esm2015/src/icons/pin.js +8 -4
  44. package/esm2015/src/icons/sofa.js +19 -0
  45. package/esm2015/src/icons/thumbs-down.js +3 -2
  46. package/esm2015/src/icons/thumbs-up.js +3 -2
  47. package/fesm2015/lucide-angular-src-icons.js +226 -6
  48. package/fesm2015/lucide-angular-src-icons.js.map +1 -1
  49. package/fesm2015/lucide-angular.js +241 -6
  50. package/fesm2015/lucide-angular.js.map +1 -1
  51. package/icons/armchair.d.ts +3 -0
  52. package/icons/bed-double.d.ts +3 -0
  53. package/icons/bed-single.d.ts +3 -0
  54. package/icons/bed.d.ts +3 -0
  55. package/icons/calendar-check-2.d.ts +3 -0
  56. package/icons/calendar-check.d.ts +3 -0
  57. package/icons/calendar-days.d.ts +3 -0
  58. package/icons/calendar-minus.d.ts +3 -0
  59. package/icons/calendar-off.d.ts +3 -0
  60. package/icons/calendar-plus.d.ts +3 -0
  61. package/icons/calendar-range.d.ts +3 -0
  62. package/icons/calendar-x-2.d.ts +3 -0
  63. package/icons/calendar-x.d.ts +3 -0
  64. package/icons/index.d.ts +15 -0
  65. package/icons/pin-off.d.ts +3 -0
  66. package/icons/sofa.d.ts +3 -0
  67. package/lucide-angular.metadata.json +1 -1
  68. package/package.json +1 -1
  69. package/src/icons/armchair.d.ts +3 -0
  70. package/src/icons/bed-double.d.ts +3 -0
  71. package/src/icons/bed-single.d.ts +3 -0
  72. package/src/icons/bed.d.ts +3 -0
  73. package/src/icons/calendar-check-2.d.ts +3 -0
  74. package/src/icons/calendar-check.d.ts +3 -0
  75. package/src/icons/calendar-days.d.ts +3 -0
  76. package/src/icons/calendar-minus.d.ts +3 -0
  77. package/src/icons/calendar-off.d.ts +3 -0
  78. package/src/icons/calendar-plus.d.ts +3 -0
  79. package/src/icons/calendar-range.d.ts +3 -0
  80. package/src/icons/calendar-x-2.d.ts +3 -0
  81. package/src/icons/calendar-x.d.ts +3 -0
  82. package/src/icons/index.d.ts +15 -0
  83. package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
  84. package/src/icons/pin-off.d.ts +3 -0
  85. package/src/icons/sofa.d.ts +3 -0
@@ -485,6 +485,22 @@ const Archive = [
485
485
  ],
486
486
  ];
487
487
 
488
+ const Armchair = [
489
+ 'svg',
490
+ defaultAttributes,
491
+ [
492
+ ['path', { d: 'M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3' }],
493
+ [
494
+ 'path',
495
+ {
496
+ d: 'M3 11v5a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v2H7v-2a2 2 0 0 0-4 0Z',
497
+ },
498
+ ],
499
+ ['path', { d: 'M5 18v2' }],
500
+ ['path', { d: 'M19 18v2' }],
501
+ ],
502
+ ];
503
+
488
504
  const ArrowBigDown = [
489
505
  'svg',
490
506
  defaultAttributes,
@@ -830,6 +846,38 @@ const Beaker = [
830
846
  ],
831
847
  ];
832
848
 
849
+ const BedDouble = [
850
+ 'svg',
851
+ defaultAttributes,
852
+ [
853
+ ['path', { d: 'M2 20v-8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v8' }],
854
+ ['path', { d: 'M4 10V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4' }],
855
+ ['path', { d: 'M12 4v6' }],
856
+ ['path', { d: 'M2 18h20' }],
857
+ ],
858
+ ];
859
+
860
+ const BedSingle = [
861
+ 'svg',
862
+ defaultAttributes,
863
+ [
864
+ ['path', { d: 'M3 20v-8a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8' }],
865
+ ['path', { d: 'M5 10V6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4' }],
866
+ ['path', { d: 'M3 18h18' }],
867
+ ],
868
+ ];
869
+
870
+ const Bed = [
871
+ 'svg',
872
+ defaultAttributes,
873
+ [
874
+ ['path', { d: 'M2 4v16' }],
875
+ ['path', { d: 'M2 8h18a2 2 0 0 1 2 2v10' }],
876
+ ['path', { d: 'M2 17h20' }],
877
+ ['path', { d: 'M6 8v9' }],
878
+ ],
879
+ ];
880
+
833
881
  const BellMinus = [
834
882
  'svg',
835
883
  defaultAttributes,
@@ -1187,6 +1235,141 @@ const Calculator = [
1187
1235
  ],
1188
1236
  ];
1189
1237
 
1238
+ const CalendarCheck2 = [
1239
+ 'svg',
1240
+ defaultAttributes,
1241
+ [
1242
+ [
1243
+ 'path',
1244
+ { d: 'M21 14V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8' },
1245
+ ],
1246
+ ['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
1247
+ ['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
1248
+ ['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
1249
+ ['path', { d: 'm16 20 2 2 4-4' }],
1250
+ ],
1251
+ ];
1252
+
1253
+ const CalendarCheck = [
1254
+ 'svg',
1255
+ defaultAttributes,
1256
+ [
1257
+ ['rect', { x: '3', y: '4', width: '18', height: '18', rx: '2', ry: '2' }],
1258
+ ['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
1259
+ ['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
1260
+ ['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
1261
+ ['path', { d: 'm9 16 2 2 4-4' }],
1262
+ ],
1263
+ ];
1264
+
1265
+ const CalendarDays = [
1266
+ 'svg',
1267
+ defaultAttributes,
1268
+ [
1269
+ ['rect', { x: '3', y: '4', width: '18', height: '18', rx: '2', ry: '2' }],
1270
+ ['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
1271
+ ['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
1272
+ ['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
1273
+ ['path', { d: 'M8 14h.01' }],
1274
+ ['path', { d: 'M12 14h.01' }],
1275
+ ['path', { d: 'M16 14h.01' }],
1276
+ ['path', { d: 'M8 18h.01' }],
1277
+ ['path', { d: 'M12 18h.01' }],
1278
+ ['path', { d: 'M16 18h.01' }],
1279
+ ],
1280
+ ];
1281
+
1282
+ const CalendarMinus = [
1283
+ 'svg',
1284
+ defaultAttributes,
1285
+ [
1286
+ [
1287
+ 'path',
1288
+ { d: 'M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8' },
1289
+ ],
1290
+ ['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
1291
+ ['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
1292
+ ['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
1293
+ ['line', { x1: '16', y1: '19', x2: '22', y2: '19' }],
1294
+ ],
1295
+ ];
1296
+
1297
+ const CalendarOff = [
1298
+ 'svg',
1299
+ defaultAttributes,
1300
+ [
1301
+ [
1302
+ 'path',
1303
+ { 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' },
1304
+ ],
1305
+ ['path', { d: 'M21 15.5V6a2 2 0 0 0-2-2H9.5' }],
1306
+ ['path', { d: 'M16 2v4' }],
1307
+ ['path', { d: 'M3 10h7' }],
1308
+ ['path', { d: 'M21 10h-5.5' }],
1309
+ ['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
1310
+ ],
1311
+ ];
1312
+
1313
+ const CalendarPlus = [
1314
+ 'svg',
1315
+ defaultAttributes,
1316
+ [
1317
+ [
1318
+ 'path',
1319
+ { d: 'M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8' },
1320
+ ],
1321
+ ['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
1322
+ ['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
1323
+ ['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
1324
+ ['line', { x1: '19', y1: '16', x2: '19', y2: '22' }],
1325
+ ['line', { x1: '16', y1: '19', x2: '22', y2: '19' }],
1326
+ ],
1327
+ ];
1328
+
1329
+ const CalendarRange = [
1330
+ 'svg',
1331
+ defaultAttributes,
1332
+ [
1333
+ ['rect', { x: '3', y: '4', width: '18', height: '18', rx: '2', ry: '2' }],
1334
+ ['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
1335
+ ['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
1336
+ ['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
1337
+ ['path', { d: 'M17 14h-6' }],
1338
+ ['path', { d: 'M13 18H7' }],
1339
+ ['path', { d: 'M7 14h.01' }],
1340
+ ['path', { d: 'M17 18h.01' }],
1341
+ ],
1342
+ ];
1343
+
1344
+ const CalendarX2 = [
1345
+ 'svg',
1346
+ defaultAttributes,
1347
+ [
1348
+ [
1349
+ 'path',
1350
+ { d: 'M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8' },
1351
+ ],
1352
+ ['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
1353
+ ['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
1354
+ ['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
1355
+ ['line', { x1: '17', y1: '17', x2: '22', y2: '22' }],
1356
+ ['line', { x1: '17', y1: '22', x2: '22', y2: '17' }],
1357
+ ],
1358
+ ];
1359
+
1360
+ const CalendarX = [
1361
+ 'svg',
1362
+ defaultAttributes,
1363
+ [
1364
+ ['rect', { x: '3', y: '4', width: '18', height: '18', rx: '2', ry: '2' }],
1365
+ ['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
1366
+ ['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
1367
+ ['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
1368
+ ['line', { x1: '10', y1: '14', x2: '14', y2: '18' }],
1369
+ ['line', { x1: '14', y1: '14', x2: '10', y2: '18' }],
1370
+ ],
1371
+ ];
1372
+
1190
1373
  const Calendar = [
1191
1374
  'svg',
1192
1375
  defaultAttributes,
@@ -5104,13 +5287,31 @@ const PiggyBank = [
5104
5287
  ],
5105
5288
  ];
5106
5289
 
5290
+ const PinOff = [
5291
+ 'svg',
5292
+ defaultAttributes,
5293
+ [
5294
+ ['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
5295
+ ['line', { x1: '12', y1: '17', x2: '12', y2: '22' }],
5296
+ [
5297
+ 'path',
5298
+ { d: 'M9 9v1.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V17h12' },
5299
+ ],
5300
+ ['path', { d: 'M15 9.34V6h1a2 2 0 0 0 0-4H7.89' }],
5301
+ ],
5302
+ ];
5303
+
5107
5304
  const Pin = [
5108
5305
  'svg',
5109
5306
  defaultAttributes,
5110
5307
  [
5111
- ['path', { d: 'M12 21v-7' }],
5112
- ['path', { d: 'M9 3v5l-2 4v2h10m0 0h-5m5 0v-2l-2-4V3' }],
5113
- ['path', { d: 'M7 3h10' }],
5308
+ ['line', { x1: '12', y1: '17', x2: '12', y2: '22' }],
5309
+ [
5310
+ 'path',
5311
+ {
5312
+ 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',
5313
+ },
5314
+ ],
5114
5315
  ],
5115
5316
  ];
5116
5317
 
@@ -6134,6 +6335,23 @@ const Snowflake = [
6134
6335
  ],
6135
6336
  ];
6136
6337
 
6338
+ const Sofa = [
6339
+ 'svg',
6340
+ defaultAttributes,
6341
+ [
6342
+ ['path', { d: 'M20 9V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3' }],
6343
+ [
6344
+ 'path',
6345
+ {
6346
+ d: 'M2 11v5a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v2H6v-2a2 2 0 0 0-4 0Z',
6347
+ },
6348
+ ],
6349
+ ['path', { d: 'M4 18v2' }],
6350
+ ['path', { d: 'M20 18v2' }],
6351
+ ['path', { d: 'M12 4v9' }],
6352
+ ],
6353
+ ];
6354
+
6137
6355
  const SortAsc = [
6138
6356
  'svg',
6139
6357
  defaultAttributes,
@@ -6577,10 +6795,11 @@ const ThumbsDown = [
6577
6795
  'svg',
6578
6796
  defaultAttributes,
6579
6797
  [
6798
+ ['path', { d: 'M17 14V2' }],
6580
6799
  [
6581
6800
  'path',
6582
6801
  {
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',
6802
+ 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
6803
  },
6585
6804
  ],
6586
6805
  ],
@@ -6590,10 +6809,11 @@ const ThumbsUp = [
6590
6809
  'svg',
6591
6810
  defaultAttributes,
6592
6811
  [
6812
+ ['path', { d: 'M7 10v12' }],
6593
6813
  [
6594
6814
  'path',
6595
6815
  {
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',
6816
+ 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
6817
  },
6598
6818
  ],
6599
6819
  ],
@@ -7353,5 +7573,5 @@ const ZoomOut = [
7353
7573
  * Generated bundle index. Do not edit.
7354
7574
  */
7355
7575
 
7356
- 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, 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 };
7576
+ 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, Armchair, 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, Bed, BedDouble, BedSingle, 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, 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, Sofa, 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 };
7357
7577
  //# sourceMappingURL=lucide-angular-src-icons.js.map