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.
- package/bundles/lucide-angular-src-icons.umd.js +240 -5
- package/bundles/lucide-angular-src-icons.umd.js.map +1 -1
- package/bundles/lucide-angular-src-icons.umd.min.js +1 -1
- package/bundles/lucide-angular-src-icons.umd.min.js.map +1 -1
- package/bundles/lucide-angular.umd.js +255 -5
- package/bundles/lucide-angular.umd.js.map +1 -1
- package/bundles/lucide-angular.umd.min.js +1 -1
- package/bundles/lucide-angular.umd.min.js.map +1 -1
- package/esm2015/icons/armchair.js +18 -0
- package/esm2015/icons/bed-double.js +13 -0
- package/esm2015/icons/bed-single.js +12 -0
- package/esm2015/icons/bed.js +13 -0
- package/esm2015/icons/calendar-check-2.js +17 -0
- package/esm2015/icons/calendar-check.js +14 -0
- package/esm2015/icons/calendar-days.js +19 -0
- package/esm2015/icons/calendar-minus.js +17 -0
- package/esm2015/icons/calendar-off.js +18 -0
- package/esm2015/icons/calendar-plus.js +18 -0
- package/esm2015/icons/calendar-range.js +17 -0
- package/esm2015/icons/calendar-x-2.js +18 -0
- package/esm2015/icons/calendar-x.js +15 -0
- package/esm2015/icons/index.js +16 -1
- package/esm2015/icons/pin-off.js +16 -0
- package/esm2015/icons/pin.js +8 -4
- package/esm2015/icons/sofa.js +19 -0
- package/esm2015/icons/thumbs-down.js +3 -2
- package/esm2015/icons/thumbs-up.js +3 -2
- package/esm2015/src/icons/armchair.js +18 -0
- package/esm2015/src/icons/bed-double.js +13 -0
- package/esm2015/src/icons/bed-single.js +12 -0
- package/esm2015/src/icons/bed.js +13 -0
- package/esm2015/src/icons/calendar-check-2.js +17 -0
- package/esm2015/src/icons/calendar-check.js +14 -0
- package/esm2015/src/icons/calendar-days.js +19 -0
- package/esm2015/src/icons/calendar-minus.js +17 -0
- package/esm2015/src/icons/calendar-off.js +18 -0
- package/esm2015/src/icons/calendar-plus.js +18 -0
- package/esm2015/src/icons/calendar-range.js +17 -0
- package/esm2015/src/icons/calendar-x-2.js +18 -0
- package/esm2015/src/icons/calendar-x.js +15 -0
- package/esm2015/src/icons/index.js +16 -1
- package/esm2015/src/icons/pin-off.js +16 -0
- package/esm2015/src/icons/pin.js +8 -4
- package/esm2015/src/icons/sofa.js +19 -0
- package/esm2015/src/icons/thumbs-down.js +3 -2
- package/esm2015/src/icons/thumbs-up.js +3 -2
- package/fesm2015/lucide-angular-src-icons.js +226 -6
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +241 -6
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/armchair.d.ts +3 -0
- package/icons/bed-double.d.ts +3 -0
- package/icons/bed-single.d.ts +3 -0
- package/icons/bed.d.ts +3 -0
- package/icons/calendar-check-2.d.ts +3 -0
- package/icons/calendar-check.d.ts +3 -0
- package/icons/calendar-days.d.ts +3 -0
- package/icons/calendar-minus.d.ts +3 -0
- package/icons/calendar-off.d.ts +3 -0
- package/icons/calendar-plus.d.ts +3 -0
- package/icons/calendar-range.d.ts +3 -0
- package/icons/calendar-x-2.d.ts +3 -0
- package/icons/calendar-x.d.ts +3 -0
- package/icons/index.d.ts +15 -0
- package/icons/pin-off.d.ts +3 -0
- package/icons/sofa.d.ts +3 -0
- package/lucide-angular.metadata.json +1 -1
- package/package.json +1 -1
- package/src/icons/armchair.d.ts +3 -0
- package/src/icons/bed-double.d.ts +3 -0
- package/src/icons/bed-single.d.ts +3 -0
- package/src/icons/bed.d.ts +3 -0
- package/src/icons/calendar-check-2.d.ts +3 -0
- package/src/icons/calendar-check.d.ts +3 -0
- package/src/icons/calendar-days.d.ts +3 -0
- package/src/icons/calendar-minus.d.ts +3 -0
- package/src/icons/calendar-off.d.ts +3 -0
- package/src/icons/calendar-plus.d.ts +3 -0
- package/src/icons/calendar-range.d.ts +3 -0
- package/src/icons/calendar-x-2.d.ts +3 -0
- package/src/icons/calendar-x.d.ts +3 -0
- package/src/icons/index.d.ts +15 -0
- package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
- package/src/icons/pin-off.d.ts +3 -0
- package/src/icons/sofa.d.ts +3 -0
|
@@ -487,6 +487,22 @@ const Archive = [
|
|
|
487
487
|
],
|
|
488
488
|
];
|
|
489
489
|
|
|
490
|
+
const Armchair = [
|
|
491
|
+
'svg',
|
|
492
|
+
defaultAttributes,
|
|
493
|
+
[
|
|
494
|
+
['path', { d: 'M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3' }],
|
|
495
|
+
[
|
|
496
|
+
'path',
|
|
497
|
+
{
|
|
498
|
+
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',
|
|
499
|
+
},
|
|
500
|
+
],
|
|
501
|
+
['path', { d: 'M5 18v2' }],
|
|
502
|
+
['path', { d: 'M19 18v2' }],
|
|
503
|
+
],
|
|
504
|
+
];
|
|
505
|
+
|
|
490
506
|
const ArrowBigDown = [
|
|
491
507
|
'svg',
|
|
492
508
|
defaultAttributes,
|
|
@@ -832,6 +848,38 @@ const Beaker = [
|
|
|
832
848
|
],
|
|
833
849
|
];
|
|
834
850
|
|
|
851
|
+
const BedDouble = [
|
|
852
|
+
'svg',
|
|
853
|
+
defaultAttributes,
|
|
854
|
+
[
|
|
855
|
+
['path', { d: 'M2 20v-8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v8' }],
|
|
856
|
+
['path', { d: 'M4 10V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4' }],
|
|
857
|
+
['path', { d: 'M12 4v6' }],
|
|
858
|
+
['path', { d: 'M2 18h20' }],
|
|
859
|
+
],
|
|
860
|
+
];
|
|
861
|
+
|
|
862
|
+
const BedSingle = [
|
|
863
|
+
'svg',
|
|
864
|
+
defaultAttributes,
|
|
865
|
+
[
|
|
866
|
+
['path', { d: 'M3 20v-8a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8' }],
|
|
867
|
+
['path', { d: 'M5 10V6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4' }],
|
|
868
|
+
['path', { d: 'M3 18h18' }],
|
|
869
|
+
],
|
|
870
|
+
];
|
|
871
|
+
|
|
872
|
+
const Bed = [
|
|
873
|
+
'svg',
|
|
874
|
+
defaultAttributes,
|
|
875
|
+
[
|
|
876
|
+
['path', { d: 'M2 4v16' }],
|
|
877
|
+
['path', { d: 'M2 8h18a2 2 0 0 1 2 2v10' }],
|
|
878
|
+
['path', { d: 'M2 17h20' }],
|
|
879
|
+
['path', { d: 'M6 8v9' }],
|
|
880
|
+
],
|
|
881
|
+
];
|
|
882
|
+
|
|
835
883
|
const BellMinus = [
|
|
836
884
|
'svg',
|
|
837
885
|
defaultAttributes,
|
|
@@ -1189,6 +1237,141 @@ const Calculator = [
|
|
|
1189
1237
|
],
|
|
1190
1238
|
];
|
|
1191
1239
|
|
|
1240
|
+
const CalendarCheck2 = [
|
|
1241
|
+
'svg',
|
|
1242
|
+
defaultAttributes,
|
|
1243
|
+
[
|
|
1244
|
+
[
|
|
1245
|
+
'path',
|
|
1246
|
+
{ d: 'M21 14V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8' },
|
|
1247
|
+
],
|
|
1248
|
+
['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
|
|
1249
|
+
['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
|
|
1250
|
+
['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
|
|
1251
|
+
['path', { d: 'm16 20 2 2 4-4' }],
|
|
1252
|
+
],
|
|
1253
|
+
];
|
|
1254
|
+
|
|
1255
|
+
const CalendarCheck = [
|
|
1256
|
+
'svg',
|
|
1257
|
+
defaultAttributes,
|
|
1258
|
+
[
|
|
1259
|
+
['rect', { x: '3', y: '4', width: '18', height: '18', rx: '2', ry: '2' }],
|
|
1260
|
+
['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
|
|
1261
|
+
['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
|
|
1262
|
+
['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
|
|
1263
|
+
['path', { d: 'm9 16 2 2 4-4' }],
|
|
1264
|
+
],
|
|
1265
|
+
];
|
|
1266
|
+
|
|
1267
|
+
const CalendarDays = [
|
|
1268
|
+
'svg',
|
|
1269
|
+
defaultAttributes,
|
|
1270
|
+
[
|
|
1271
|
+
['rect', { x: '3', y: '4', width: '18', height: '18', rx: '2', ry: '2' }],
|
|
1272
|
+
['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
|
|
1273
|
+
['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
|
|
1274
|
+
['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
|
|
1275
|
+
['path', { d: 'M8 14h.01' }],
|
|
1276
|
+
['path', { d: 'M12 14h.01' }],
|
|
1277
|
+
['path', { d: 'M16 14h.01' }],
|
|
1278
|
+
['path', { d: 'M8 18h.01' }],
|
|
1279
|
+
['path', { d: 'M12 18h.01' }],
|
|
1280
|
+
['path', { d: 'M16 18h.01' }],
|
|
1281
|
+
],
|
|
1282
|
+
];
|
|
1283
|
+
|
|
1284
|
+
const CalendarMinus = [
|
|
1285
|
+
'svg',
|
|
1286
|
+
defaultAttributes,
|
|
1287
|
+
[
|
|
1288
|
+
[
|
|
1289
|
+
'path',
|
|
1290
|
+
{ d: 'M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8' },
|
|
1291
|
+
],
|
|
1292
|
+
['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
|
|
1293
|
+
['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
|
|
1294
|
+
['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
|
|
1295
|
+
['line', { x1: '16', y1: '19', x2: '22', y2: '19' }],
|
|
1296
|
+
],
|
|
1297
|
+
];
|
|
1298
|
+
|
|
1299
|
+
const CalendarOff = [
|
|
1300
|
+
'svg',
|
|
1301
|
+
defaultAttributes,
|
|
1302
|
+
[
|
|
1303
|
+
[
|
|
1304
|
+
'path',
|
|
1305
|
+
{ 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' },
|
|
1306
|
+
],
|
|
1307
|
+
['path', { d: 'M21 15.5V6a2 2 0 0 0-2-2H9.5' }],
|
|
1308
|
+
['path', { d: 'M16 2v4' }],
|
|
1309
|
+
['path', { d: 'M3 10h7' }],
|
|
1310
|
+
['path', { d: 'M21 10h-5.5' }],
|
|
1311
|
+
['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
|
|
1312
|
+
],
|
|
1313
|
+
];
|
|
1314
|
+
|
|
1315
|
+
const CalendarPlus = [
|
|
1316
|
+
'svg',
|
|
1317
|
+
defaultAttributes,
|
|
1318
|
+
[
|
|
1319
|
+
[
|
|
1320
|
+
'path',
|
|
1321
|
+
{ d: 'M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8' },
|
|
1322
|
+
],
|
|
1323
|
+
['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
|
|
1324
|
+
['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
|
|
1325
|
+
['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
|
|
1326
|
+
['line', { x1: '19', y1: '16', x2: '19', y2: '22' }],
|
|
1327
|
+
['line', { x1: '16', y1: '19', x2: '22', y2: '19' }],
|
|
1328
|
+
],
|
|
1329
|
+
];
|
|
1330
|
+
|
|
1331
|
+
const CalendarRange = [
|
|
1332
|
+
'svg',
|
|
1333
|
+
defaultAttributes,
|
|
1334
|
+
[
|
|
1335
|
+
['rect', { x: '3', y: '4', width: '18', height: '18', rx: '2', ry: '2' }],
|
|
1336
|
+
['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
|
|
1337
|
+
['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
|
|
1338
|
+
['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
|
|
1339
|
+
['path', { d: 'M17 14h-6' }],
|
|
1340
|
+
['path', { d: 'M13 18H7' }],
|
|
1341
|
+
['path', { d: 'M7 14h.01' }],
|
|
1342
|
+
['path', { d: 'M17 18h.01' }],
|
|
1343
|
+
],
|
|
1344
|
+
];
|
|
1345
|
+
|
|
1346
|
+
const CalendarX2 = [
|
|
1347
|
+
'svg',
|
|
1348
|
+
defaultAttributes,
|
|
1349
|
+
[
|
|
1350
|
+
[
|
|
1351
|
+
'path',
|
|
1352
|
+
{ d: 'M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8' },
|
|
1353
|
+
],
|
|
1354
|
+
['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
|
|
1355
|
+
['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
|
|
1356
|
+
['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
|
|
1357
|
+
['line', { x1: '17', y1: '17', x2: '22', y2: '22' }],
|
|
1358
|
+
['line', { x1: '17', y1: '22', x2: '22', y2: '17' }],
|
|
1359
|
+
],
|
|
1360
|
+
];
|
|
1361
|
+
|
|
1362
|
+
const CalendarX = [
|
|
1363
|
+
'svg',
|
|
1364
|
+
defaultAttributes,
|
|
1365
|
+
[
|
|
1366
|
+
['rect', { x: '3', y: '4', width: '18', height: '18', rx: '2', ry: '2' }],
|
|
1367
|
+
['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
|
|
1368
|
+
['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
|
|
1369
|
+
['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
|
|
1370
|
+
['line', { x1: '10', y1: '14', x2: '14', y2: '18' }],
|
|
1371
|
+
['line', { x1: '14', y1: '14', x2: '10', y2: '18' }],
|
|
1372
|
+
],
|
|
1373
|
+
];
|
|
1374
|
+
|
|
1192
1375
|
const Calendar = [
|
|
1193
1376
|
'svg',
|
|
1194
1377
|
defaultAttributes,
|
|
@@ -5106,13 +5289,31 @@ const PiggyBank = [
|
|
|
5106
5289
|
],
|
|
5107
5290
|
];
|
|
5108
5291
|
|
|
5292
|
+
const PinOff = [
|
|
5293
|
+
'svg',
|
|
5294
|
+
defaultAttributes,
|
|
5295
|
+
[
|
|
5296
|
+
['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
|
|
5297
|
+
['line', { x1: '12', y1: '17', x2: '12', y2: '22' }],
|
|
5298
|
+
[
|
|
5299
|
+
'path',
|
|
5300
|
+
{ d: 'M9 9v1.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V17h12' },
|
|
5301
|
+
],
|
|
5302
|
+
['path', { d: 'M15 9.34V6h1a2 2 0 0 0 0-4H7.89' }],
|
|
5303
|
+
],
|
|
5304
|
+
];
|
|
5305
|
+
|
|
5109
5306
|
const Pin = [
|
|
5110
5307
|
'svg',
|
|
5111
5308
|
defaultAttributes,
|
|
5112
5309
|
[
|
|
5113
|
-
['
|
|
5114
|
-
[
|
|
5115
|
-
|
|
5310
|
+
['line', { x1: '12', y1: '17', x2: '12', y2: '22' }],
|
|
5311
|
+
[
|
|
5312
|
+
'path',
|
|
5313
|
+
{
|
|
5314
|
+
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',
|
|
5315
|
+
},
|
|
5316
|
+
],
|
|
5116
5317
|
],
|
|
5117
5318
|
];
|
|
5118
5319
|
|
|
@@ -6136,6 +6337,23 @@ const Snowflake = [
|
|
|
6136
6337
|
],
|
|
6137
6338
|
];
|
|
6138
6339
|
|
|
6340
|
+
const Sofa = [
|
|
6341
|
+
'svg',
|
|
6342
|
+
defaultAttributes,
|
|
6343
|
+
[
|
|
6344
|
+
['path', { d: 'M20 9V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3' }],
|
|
6345
|
+
[
|
|
6346
|
+
'path',
|
|
6347
|
+
{
|
|
6348
|
+
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',
|
|
6349
|
+
},
|
|
6350
|
+
],
|
|
6351
|
+
['path', { d: 'M4 18v2' }],
|
|
6352
|
+
['path', { d: 'M20 18v2' }],
|
|
6353
|
+
['path', { d: 'M12 4v9' }],
|
|
6354
|
+
],
|
|
6355
|
+
];
|
|
6356
|
+
|
|
6139
6357
|
const SortAsc = [
|
|
6140
6358
|
'svg',
|
|
6141
6359
|
defaultAttributes,
|
|
@@ -6579,10 +6797,11 @@ const ThumbsDown = [
|
|
|
6579
6797
|
'svg',
|
|
6580
6798
|
defaultAttributes,
|
|
6581
6799
|
[
|
|
6800
|
+
['path', { d: 'M17 14V2' }],
|
|
6582
6801
|
[
|
|
6583
6802
|
'path',
|
|
6584
6803
|
{
|
|
6585
|
-
d: '
|
|
6804
|
+
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',
|
|
6586
6805
|
},
|
|
6587
6806
|
],
|
|
6588
6807
|
],
|
|
@@ -6592,10 +6811,11 @@ const ThumbsUp = [
|
|
|
6592
6811
|
'svg',
|
|
6593
6812
|
defaultAttributes,
|
|
6594
6813
|
[
|
|
6814
|
+
['path', { d: 'M7 10v12' }],
|
|
6595
6815
|
[
|
|
6596
6816
|
'path',
|
|
6597
6817
|
{
|
|
6598
|
-
d: '
|
|
6818
|
+
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',
|
|
6599
6819
|
},
|
|
6600
6820
|
],
|
|
6601
6821
|
],
|
|
@@ -7394,6 +7614,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
7394
7614
|
Anchor: Anchor,
|
|
7395
7615
|
Aperture: Aperture,
|
|
7396
7616
|
Archive: Archive,
|
|
7617
|
+
Armchair: Armchair,
|
|
7397
7618
|
ArrowBigDown: ArrowBigDown,
|
|
7398
7619
|
ArrowBigLeft: ArrowBigLeft,
|
|
7399
7620
|
ArrowBigRight: ArrowBigRight,
|
|
@@ -7429,6 +7650,9 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
7429
7650
|
BatteryMedium: BatteryMedium,
|
|
7430
7651
|
Battery: Battery,
|
|
7431
7652
|
Beaker: Beaker,
|
|
7653
|
+
BedDouble: BedDouble,
|
|
7654
|
+
BedSingle: BedSingle,
|
|
7655
|
+
Bed: Bed,
|
|
7432
7656
|
BellMinus: BellMinus,
|
|
7433
7657
|
BellOff: BellOff,
|
|
7434
7658
|
BellPlus: BellPlus,
|
|
@@ -7457,6 +7681,15 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
7457
7681
|
Building: Building,
|
|
7458
7682
|
Bus: Bus,
|
|
7459
7683
|
Calculator: Calculator,
|
|
7684
|
+
CalendarCheck2: CalendarCheck2,
|
|
7685
|
+
CalendarCheck: CalendarCheck,
|
|
7686
|
+
CalendarDays: CalendarDays,
|
|
7687
|
+
CalendarMinus: CalendarMinus,
|
|
7688
|
+
CalendarOff: CalendarOff,
|
|
7689
|
+
CalendarPlus: CalendarPlus,
|
|
7690
|
+
CalendarRange: CalendarRange,
|
|
7691
|
+
CalendarX2: CalendarX2,
|
|
7692
|
+
CalendarX: CalendarX,
|
|
7460
7693
|
Calendar: Calendar,
|
|
7461
7694
|
CameraOff: CameraOff,
|
|
7462
7695
|
Camera: Camera,
|
|
@@ -7785,6 +8018,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
7785
8018
|
Phone: Phone,
|
|
7786
8019
|
PieChart: PieChart,
|
|
7787
8020
|
PiggyBank: PiggyBank,
|
|
8021
|
+
PinOff: PinOff,
|
|
7788
8022
|
Pin: Pin,
|
|
7789
8023
|
Pipette: Pipette,
|
|
7790
8024
|
Plane: Plane,
|
|
@@ -7873,6 +8107,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
7873
8107
|
Smartphone: Smartphone,
|
|
7874
8108
|
Smile: Smile,
|
|
7875
8109
|
Snowflake: Snowflake,
|
|
8110
|
+
Sofa: Sofa,
|
|
7876
8111
|
SortAsc: SortAsc,
|
|
7877
8112
|
SortDesc: SortDesc,
|
|
7878
8113
|
Speaker: Speaker,
|
|
@@ -8105,5 +8340,5 @@ LucideAngularModule.ctorParameters = () => [
|
|
|
8105
8340
|
* Generated bundle index. Do not edit.
|
|
8106
8341
|
*/
|
|
8107
8342
|
|
|
8108
|
-
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 };
|
|
8343
|
+
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, 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, 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, createElement, index as icons, Icons as ɵa };
|
|
8109
8344
|
//# sourceMappingURL=lucide-angular.js.map
|