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
@@ -69,9 +69,12 @@ const AlarmClockOff = [
69
69
  'svg',
70
70
  defaultAttributes,
71
71
  [
72
+ ['path', { d: 'M6.87 6.87a8 8 0 1 0 11.26 11.26' }],
72
73
  [
73
74
  'path',
74
- { d: 'M19.94 14A8 8 0 0 0 10 5.25m8.13 12.89A8 8 0 1 1 6.87 6.86' },
75
+ {
76
+ 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',
77
+ },
75
78
  ],
76
79
  ['path', { d: 'm22 6-3-3' }],
77
80
  ['path', { d: 'm6 19-2 2' }],
@@ -903,10 +906,12 @@ const Binary = [
903
906
  'svg',
904
907
  defaultAttributes,
905
908
  [
906
- ['path', { d: 'M10 4H6v6h4V4z' }],
907
- ['path', { d: 'M18 14h-4v6h4v-6z' }],
908
- ['path', { d: 'M14 4h2v6m-2 0h4' }],
909
- ['path', { d: 'M6 14h2v6m-2 0h4' }],
909
+ ['path', { d: 'M6 20h4' }],
910
+ ['path', { d: 'M14 10h4' }],
911
+ ['path', { d: 'M6 14h2v6' }],
912
+ ['path', { d: 'M14 4h2v6' }],
913
+ ['rect', { x: '6', y: '4', width: '4', height: '6' }],
914
+ ['rect', { x: '14', y: '14', width: '4', height: '6' }],
910
915
  ],
911
916
  ];
912
917
 
@@ -1156,9 +1161,10 @@ const Bus = [
1156
1161
  [
1157
1162
  'path',
1158
1163
  {
1159
- 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',
1164
+ 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',
1160
1165
  },
1161
1166
  ],
1167
+ ['path', { d: 'M14 17H9' }],
1162
1168
  ['circle', { cx: '6.5', cy: '17.5', r: '2.5' }],
1163
1169
  ['circle', { cx: '16.5', cy: '17.5', r: '2.5' }],
1164
1170
  ],
@@ -1181,7 +1187,22 @@ const Calculator = [
1181
1187
  ],
1182
1188
  ];
1183
1189
 
1184
- const Calendar = [
1190
+ const CalendarCheck2 = [
1191
+ 'svg',
1192
+ defaultAttributes,
1193
+ [
1194
+ [
1195
+ 'path',
1196
+ { d: 'M21 14V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8' },
1197
+ ],
1198
+ ['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
1199
+ ['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
1200
+ ['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
1201
+ ['path', { d: 'm16 20 2 2 4-4' }],
1202
+ ],
1203
+ ];
1204
+
1205
+ const CalendarCheck = [
1185
1206
  'svg',
1186
1207
  defaultAttributes,
1187
1208
  [
@@ -1189,20 +1210,136 @@ const Calendar = [
1189
1210
  ['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
1190
1211
  ['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
1191
1212
  ['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
1213
+ ['path', { d: 'm9 16 2 2 4-4' }],
1192
1214
  ],
1193
1215
  ];
1194
1216
 
1195
- const CameraOff = [
1217
+ const CalendarDays = [
1218
+ 'svg',
1219
+ defaultAttributes,
1220
+ [
1221
+ ['rect', { x: '3', y: '4', width: '18', height: '18', rx: '2', ry: '2' }],
1222
+ ['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
1223
+ ['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
1224
+ ['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
1225
+ ['path', { d: 'M8 14h.01' }],
1226
+ ['path', { d: 'M12 14h.01' }],
1227
+ ['path', { d: 'M16 14h.01' }],
1228
+ ['path', { d: 'M8 18h.01' }],
1229
+ ['path', { d: 'M12 18h.01' }],
1230
+ ['path', { d: 'M16 18h.01' }],
1231
+ ],
1232
+ ];
1233
+
1234
+ const CalendarMinus = [
1235
+ 'svg',
1236
+ defaultAttributes,
1237
+ [
1238
+ [
1239
+ 'path',
1240
+ { d: 'M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8' },
1241
+ ],
1242
+ ['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
1243
+ ['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
1244
+ ['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
1245
+ ['line', { x1: '16', y1: '19', x2: '22', y2: '19' }],
1246
+ ],
1247
+ ];
1248
+
1249
+ const CalendarOff = [
1196
1250
  'svg',
1197
1251
  defaultAttributes,
1198
1252
  [
1253
+ [
1254
+ 'path',
1255
+ { 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' },
1256
+ ],
1257
+ ['path', { d: 'M21 15.5V6a2 2 0 0 0-2-2H9.5' }],
1258
+ ['path', { d: 'M16 2v4' }],
1259
+ ['path', { d: 'M3 10h7' }],
1260
+ ['path', { d: 'M21 10h-5.5' }],
1199
1261
  ['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
1262
+ ],
1263
+ ];
1264
+
1265
+ const CalendarPlus = [
1266
+ 'svg',
1267
+ defaultAttributes,
1268
+ [
1200
1269
  [
1201
1270
  'path',
1202
- {
1203
- 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',
1204
- },
1271
+ { d: 'M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8' },
1272
+ ],
1273
+ ['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
1274
+ ['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
1275
+ ['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
1276
+ ['line', { x1: '19', y1: '16', x2: '19', y2: '22' }],
1277
+ ['line', { x1: '16', y1: '19', x2: '22', y2: '19' }],
1278
+ ],
1279
+ ];
1280
+
1281
+ const CalendarRange = [
1282
+ 'svg',
1283
+ defaultAttributes,
1284
+ [
1285
+ ['rect', { x: '3', y: '4', width: '18', height: '18', rx: '2', ry: '2' }],
1286
+ ['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
1287
+ ['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
1288
+ ['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
1289
+ ['path', { d: 'M17 14h-6' }],
1290
+ ['path', { d: 'M13 18H7' }],
1291
+ ['path', { d: 'M7 14h.01' }],
1292
+ ['path', { d: 'M17 18h.01' }],
1293
+ ],
1294
+ ];
1295
+
1296
+ const CalendarX2 = [
1297
+ 'svg',
1298
+ defaultAttributes,
1299
+ [
1300
+ [
1301
+ 'path',
1302
+ { d: 'M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8' },
1205
1303
  ],
1304
+ ['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
1305
+ ['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
1306
+ ['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
1307
+ ['line', { x1: '17', y1: '17', x2: '22', y2: '22' }],
1308
+ ['line', { x1: '17', y1: '22', x2: '22', y2: '17' }],
1309
+ ],
1310
+ ];
1311
+
1312
+ const CalendarX = [
1313
+ 'svg',
1314
+ defaultAttributes,
1315
+ [
1316
+ ['rect', { x: '3', y: '4', width: '18', height: '18', rx: '2', ry: '2' }],
1317
+ ['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
1318
+ ['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
1319
+ ['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
1320
+ ['line', { x1: '10', y1: '14', x2: '14', y2: '18' }],
1321
+ ['line', { x1: '14', y1: '14', x2: '10', y2: '18' }],
1322
+ ],
1323
+ ];
1324
+
1325
+ const Calendar = [
1326
+ 'svg',
1327
+ defaultAttributes,
1328
+ [
1329
+ ['rect', { x: '3', y: '4', width: '18', height: '18', rx: '2', ry: '2' }],
1330
+ ['line', { x1: '16', y1: '2', x2: '16', y2: '6' }],
1331
+ ['line', { x1: '8', y1: '2', x2: '8', y2: '6' }],
1332
+ ['line', { x1: '3', y1: '10', x2: '21', y2: '10' }],
1333
+ ],
1334
+ ];
1335
+
1336
+ const CameraOff = [
1337
+ 'svg',
1338
+ defaultAttributes,
1339
+ [
1340
+ ['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
1341
+ ['path', { d: 'M7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16' }],
1342
+ ['path', { d: 'M9.5 4h5L17 7h3a2 2 0 0 1 2 2v7.5' }],
1206
1343
  ['path', { d: 'M14.121 15.121A3 3 0 1 1 9.88 10.88' }],
1207
1344
  ],
1208
1345
  ];
@@ -1263,10 +1400,10 @@ const Cast = [
1263
1400
  [
1264
1401
  [
1265
1402
  'path',
1266
- {
1267
- 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',
1268
- },
1403
+ { d: 'M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6' },
1269
1404
  ],
1405
+ ['path', { d: 'M2 12a9 9 0 0 1 8 8' }],
1406
+ ['path', { d: 'M2 16a5 5 0 0 1 4 4' }],
1270
1407
  ['line', { x1: '2', y1: '20', x2: '2.01', y2: '20' }],
1271
1408
  ],
1272
1409
  ];
@@ -1488,10 +1625,9 @@ const ClipboardCopy = [
1488
1625
  [
1489
1626
  [
1490
1627
  'path',
1491
- {
1492
- 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',
1493
- },
1628
+ { d: 'M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2' },
1494
1629
  ],
1630
+ ['path', { d: 'M16 4h2a2 2 0 0 1 2 2v4' }],
1495
1631
  ['rect', { x: '8', y: '2', width: '8', height: '4', rx: '1', ry: '1' }],
1496
1632
  ['path', { d: 'M21 14H11' }],
1497
1633
  ['path', { d: 'm15 10-4 4 4 4' }],
@@ -1983,7 +2119,7 @@ const Contact = [
1983
2119
  [
1984
2120
  ['path', { d: 'M17 18a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2' }],
1985
2121
  ['rect', { x: '3', y: '4', width: '18', height: '18', rx: '2' }],
1986
- ['circle', { class: 'cls-2', cx: '12', cy: '10', r: '2' }],
2122
+ ['circle', { cx: '12', cy: '10', r: '2' }],
1987
2123
  ['line', { x1: '8', y1: '2', x2: '8', y2: '4' }],
1988
2124
  ['line', { x1: '16', y1: '2', x2: '16', y2: '4' }],
1989
2125
  ],
@@ -2379,12 +2515,9 @@ const Dribbble = [
2379
2515
  defaultAttributes,
2380
2516
  [
2381
2517
  ['circle', { cx: '12', cy: '12', r: '10' }],
2382
- [
2383
- 'path',
2384
- {
2385
- 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',
2386
- },
2387
- ],
2518
+ ['path', { d: 'M19.13 5.09C15.22 9.14 10 10.44 2.25 10.94' }],
2519
+ ['path', { d: 'M21.75 12.84c-6.62-1.41-12.14 1-16.38 6.32' }],
2520
+ ['path', { d: 'M8.56 2.75c4.37 6 6 9.42 8 17.72' }],
2388
2521
  ],
2389
2522
  ];
2390
2523
 
@@ -2871,7 +3004,8 @@ const FlagOff = [
2871
3004
  defaultAttributes,
2872
3005
  [
2873
3006
  ['path', { d: 'M8 2c3 0 5 2 8 2s4-1 4-1v11' }],
2874
- ['path', { d: 'M4 22v-7m0 0s1-1 4-1 5 2 8 2M4 15V4' }],
3007
+ ['path', { d: 'M4 22V4' }],
3008
+ ['path', { d: 'M4 15s1-1 4-1 5 2 8 2' }],
2875
3009
  ['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
2876
3010
  ],
2877
3011
  ];
@@ -4017,10 +4151,11 @@ const LightbulbOff = [
4017
4151
  ['path', { d: 'M9 18h6' }],
4018
4152
  ['path', { d: 'M10 22h4' }],
4019
4153
  ['path', { d: 'm2 2 20 20' }],
4154
+ ['path', { d: 'M9 2.804A6 6 0 0 1 18 8a4.65 4.65 0 0 1-1.03 3' }],
4020
4155
  [
4021
4156
  'path',
4022
4157
  {
4023
- 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',
4158
+ 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',
4024
4159
  },
4025
4160
  ],
4026
4161
  ],
@@ -4051,7 +4186,8 @@ const Link2Off = [
4051
4186
  'svg',
4052
4187
  defaultAttributes,
4053
4188
  [
4054
- ['path', { d: 'M15 7h2a5 5 0 0 1 4 8M9 17H7A5 5 0 0 1 7 7' }],
4189
+ ['path', { d: 'M9 17H7A5 5 0 0 1 7 7' }],
4190
+ ['path', { d: 'M15 7h2a5 5 0 0 1 4 8' }],
4055
4191
  ['line', { x1: '8', y1: '12', x2: '12', y2: '12' }],
4056
4192
  ['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
4057
4193
  ],
@@ -4061,7 +4197,8 @@ const Link2 = [
4061
4197
  'svg',
4062
4198
  defaultAttributes,
4063
4199
  [
4064
- ['path', { d: 'M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2' }],
4200
+ ['path', { d: 'M9 17H7A5 5 0 0 1 7 7h2' }],
4201
+ ['path', { d: 'M15 7h2a5 5 0 1 1 0 10h-2' }],
4065
4202
  ['line', { x1: '8', y1: '12', x2: '16', y2: '12' }],
4066
4203
  ],
4067
4204
  ];
@@ -4359,12 +4496,10 @@ const Maximize = [
4359
4496
  'svg',
4360
4497
  defaultAttributes,
4361
4498
  [
4362
- [
4363
- 'path',
4364
- {
4365
- 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',
4366
- },
4367
- ],
4499
+ ['path', { d: 'M8 3H5a2 2 0 0 0-2 2v3' }],
4500
+ ['path', { d: 'M21 8V5a2 2 0 0 0-2-2h-3' }],
4501
+ ['path', { d: 'M3 16v3a2 2 0 0 0 2 2h3' }],
4502
+ ['path', { d: 'M16 21h3a2 2 0 0 0 2-2v-3' }],
4368
4503
  ],
4369
4504
  ];
4370
4505
 
@@ -4470,12 +4605,10 @@ const Minimize = [
4470
4605
  'svg',
4471
4606
  defaultAttributes,
4472
4607
  [
4473
- [
4474
- 'path',
4475
- {
4476
- 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',
4477
- },
4478
- ],
4608
+ ['path', { d: 'M8 3v3a2 2 0 0 1-2 2H3' }],
4609
+ ['path', { d: 'M21 8h-3a2 2 0 0 1-2-2V3' }],
4610
+ ['path', { d: 'M3 16h3a2 2 0 0 1 2 2v3' }],
4611
+ ['path', { d: 'M16 21v-3a2 2 0 0 1 2-2h3' }],
4479
4612
  ],
4480
4613
  ];
4481
4614
 
@@ -4987,9 +5120,11 @@ const PhoneCall = [
4987
5120
  [
4988
5121
  'path',
4989
5122
  {
4990
- 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',
5123
+ 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',
4991
5124
  },
4992
5125
  ],
5126
+ ['path', { d: 'M14.05 2a9 9 0 0 1 8 7.94' }],
5127
+ ['path', { d: 'M14.05 6A5 5 0 0 1 18 10' }],
4993
5128
  ],
4994
5129
  ];
4995
5130
 
@@ -5104,13 +5239,31 @@ const PiggyBank = [
5104
5239
  ],
5105
5240
  ];
5106
5241
 
5242
+ const PinOff = [
5243
+ 'svg',
5244
+ defaultAttributes,
5245
+ [
5246
+ ['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
5247
+ ['line', { x1: '12', y1: '17', x2: '12', y2: '22' }],
5248
+ [
5249
+ 'path',
5250
+ { d: 'M9 9v1.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V17h12' },
5251
+ ],
5252
+ ['path', { d: 'M15 9.34V6h1a2 2 0 0 0 0-4H7.89' }],
5253
+ ],
5254
+ ];
5255
+
5107
5256
  const Pin = [
5108
5257
  'svg',
5109
5258
  defaultAttributes,
5110
5259
  [
5111
- ['path', { d: 'M12 21v-7' }],
5112
- ['path', { d: 'M9 3v5l-2 4v2h10m0 0h-5m5 0v-2l-2-4V3' }],
5113
- ['path', { d: 'M7 3h10' }],
5260
+ ['line', { x1: '12', y1: '17', x2: '12', y2: '22' }],
5261
+ [
5262
+ 'path',
5263
+ {
5264
+ 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',
5265
+ },
5266
+ ],
5114
5267
  ],
5115
5268
  ];
5116
5269
 
@@ -5223,14 +5376,14 @@ const Podcast = [
5223
5376
  defaultAttributes,
5224
5377
  [
5225
5378
  ['circle', { cx: '12', cy: '11', r: '1' }],
5226
- ['path', { d: 'M17.03 18.46a9 9 0 1 0-10.02.03' }],
5227
- ['path', { d: 'M16.06 13.91a5 5 0 1 0-7.97.2' }],
5228
5379
  [
5229
5380
  'path',
5230
5381
  {
5231
- 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',
5382
+ 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',
5232
5383
  },
5233
5384
  ],
5385
+ ['path', { d: 'M8 14a5 5 0 1 1 8 0' }],
5386
+ ['path', { d: 'M17 18.5a9 9 0 1 0-10 0' }],
5234
5387
  ],
5235
5388
  ];
5236
5389
 
@@ -5266,10 +5419,8 @@ const PowerOff = [
5266
5419
  'svg',
5267
5420
  defaultAttributes,
5268
5421
  [
5269
- [
5270
- 'path',
5271
- { d: 'M18.36 6.64A9 9 0 0 1 20.77 15M5.63 6.64A9 9 0 1 0 18.706 19' },
5272
- ],
5422
+ ['path', { d: 'M18.36 6.64A9 9 0 0 1 20.77 15' }],
5423
+ ['path', { d: 'M6.16 6.16a9 9 0 1 0 12.68 12.68' }],
5273
5424
  ['path', { d: 'M12 2v4' }],
5274
5425
  ['path', { d: 'm2 2 20 20' }],
5275
5426
  ],
@@ -5365,12 +5516,18 @@ const Radio = [
5365
5516
  defaultAttributes,
5366
5517
  [
5367
5518
  ['circle', { cx: '12', cy: '12', r: '2' }],
5519
+ ['path', { d: 'M4.93 19.07a10 10 0 0 1 0-14.14' }],
5368
5520
  [
5369
5521
  'path',
5370
5522
  {
5371
- 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',
5523
+ 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',
5372
5524
  },
5373
5525
  ],
5526
+ [
5527
+ 'path',
5528
+ { 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' },
5529
+ ],
5530
+ ['path', { d: 'M19.07 4.93a10 10 0 0 1 0 14.14' }],
5374
5531
  ],
5375
5532
  ];
5376
5533
 
@@ -5579,8 +5736,8 @@ const Scale = [
5579
5736
  'svg',
5580
5737
  defaultAttributes,
5581
5738
  [
5582
- ['path', { d: 'm16 16 3-8 3.001 8A5.002 5.002 0 0 1 16 16z' }],
5583
- ['path', { d: 'm2 16 3-8 3.001 8A5.002 5.002 0 0 1 2 16z' }],
5739
+ ['path', { d: 'm16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z' }],
5740
+ ['path', { d: 'm2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z' }],
5584
5741
  ['path', { d: 'M7 21h10' }],
5585
5742
  ['path', { d: 'M12 3v18' }],
5586
5743
  ['path', { d: 'M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2' }],
@@ -6512,19 +6669,17 @@ const TextCursorInput = [
6512
6669
  'svg',
6513
6670
  defaultAttributes,
6514
6671
  [
6672
+ ['path', { d: 'M13 20h-1a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h1' }],
6673
+ ['path', { d: 'M5 4h1a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5' }],
6515
6674
  [
6516
6675
  'path',
6517
6676
  {
6518
- 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',
6677
+ 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',
6519
6678
  },
6520
6679
  ],
6521
6680
  [
6522
6681
  'path',
6523
- { 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' },
6524
- ],
6525
- [
6526
- 'path',
6527
- { d: 'M4.8 16.1h-.7C3 16.1 2 15.1 2 14v-4c0-1.1 1-2.1 2.1-2.1h.7' },
6682
+ { 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' },
6528
6683
  ],
6529
6684
  ],
6530
6685
  ];
@@ -6575,10 +6730,11 @@ const ThumbsDown = [
6575
6730
  'svg',
6576
6731
  defaultAttributes,
6577
6732
  [
6733
+ ['path', { d: 'M17 14V2' }],
6578
6734
  [
6579
6735
  'path',
6580
6736
  {
6581
- 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',
6737
+ 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',
6582
6738
  },
6583
6739
  ],
6584
6740
  ],
@@ -6588,10 +6744,11 @@ const ThumbsUp = [
6588
6744
  'svg',
6589
6745
  defaultAttributes,
6590
6746
  [
6747
+ ['path', { d: 'M7 10v12' }],
6591
6748
  [
6592
6749
  'path',
6593
6750
  {
6594
- 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',
6751
+ 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',
6595
6752
  },
6596
6753
  ],
6597
6754
  ],
@@ -6765,10 +6922,9 @@ const Truck = [
6765
6922
  'svg',
6766
6923
  defaultAttributes,
6767
6924
  [
6768
- [
6769
- 'path',
6770
- { d: 'M10 17h4V5H2v12h3m15 0h2v-3.34a4 4 0 0 0-1.17-2.83L19 9h-5v8h1' },
6771
- ],
6925
+ ['path', { d: 'M10 17h4V5H2v12h3' }],
6926
+ ['path', { d: 'M20 17h2v-3.34a4 4 0 0 0-1.17-2.83L19 9h-5' }],
6927
+ ['path', { d: 'M14 17h1' }],
6772
6928
  ['circle', { cx: '7.5', cy: '17.5', r: '2.5' }],
6773
6929
  ['circle', { cx: '17.5', cy: '17.5', r: '2.5' }],
6774
6930
  ],
@@ -7098,10 +7254,8 @@ const Volume2 = [
7098
7254
  defaultAttributes,
7099
7255
  [
7100
7256
  ['polygon', { points: '11 5 6 9 2 9 2 15 6 15 11 19 11 5' }],
7101
- [
7102
- 'path',
7103
- { d: 'M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07' },
7104
- ],
7257
+ ['path', { d: 'M15.54 8.46a5 5 0 0 1 0 7.07' }],
7258
+ ['path', { d: 'M19.07 4.93a10 10 0 0 1 0 14.14' }],
7105
7259
  ],
7106
7260
  ];
7107
7261
 
@@ -7354,5 +7508,5 @@ const ZoomOut = [
7354
7508
  * Generated bundle index. Do not edit.
7355
7509
  */
7356
7510
 
7357
- 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 };
7511
+ 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, 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 };
7358
7512
  //# sourceMappingURL=lucide-angular-src-icons.js.map