@lucide/astro 0.535.0 → 0.536.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 (39) hide show
  1. package/package.json +1 -1
  2. package/src/aliases/aliases.ts +106 -106
  3. package/src/aliases/prefixed.ts +470 -468
  4. package/src/aliases/suffixed.ts +878 -876
  5. package/src/icons/a-arrow-down.ts +2 -2
  6. package/src/icons/a-arrow-up.ts +2 -2
  7. package/src/icons/bot-message-square.ts +2 -2
  8. package/src/icons/cake-slice.ts +2 -2
  9. package/src/icons/hospital.ts +2 -2
  10. package/src/icons/index.ts +171 -170
  11. package/src/icons/message-circle-code.ts +2 -2
  12. package/src/icons/message-circle-dashed.ts +2 -2
  13. package/src/icons/message-circle-heart.ts +2 -2
  14. package/src/icons/message-circle-more.ts +2 -2
  15. package/src/icons/message-circle-off.ts +2 -2
  16. package/src/icons/message-circle-plus.ts +2 -2
  17. package/src/icons/message-circle-question-mark.ts +2 -2
  18. package/src/icons/message-circle-reply.ts +2 -2
  19. package/src/icons/message-circle-warning.ts +2 -2
  20. package/src/icons/message-circle-x.ts +2 -2
  21. package/src/icons/message-circle.ts +2 -2
  22. package/src/icons/message-square-code.ts +2 -2
  23. package/src/icons/message-square-dashed.ts +2 -2
  24. package/src/icons/message-square-diff.ts +2 -2
  25. package/src/icons/message-square-dot.ts +2 -2
  26. package/src/icons/message-square-heart.ts +2 -2
  27. package/src/icons/message-square-lock.ts +2 -2
  28. package/src/icons/message-square-more.ts +2 -2
  29. package/src/icons/message-square-off.ts +2 -2
  30. package/src/icons/message-square-plus.ts +2 -2
  31. package/src/icons/message-square-quote.ts +2 -2
  32. package/src/icons/message-square-reply.ts +2 -2
  33. package/src/icons/message-square-share.ts +2 -2
  34. package/src/icons/message-square-text.ts +2 -2
  35. package/src/icons/message-square-warning.ts +2 -2
  36. package/src/icons/message-square-x.ts +2 -2
  37. package/src/icons/message-square.ts +2 -2
  38. package/src/icons/messages-square.ts +2 -2
  39. package/src/icons/turntable.ts +18 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucide/astro",
3
- "version": "0.535.0",
3
+ "version": "0.536.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -5,18 +5,18 @@ export {
5
5
  default as AlarmCheck
6
6
  } from '../icons/alarm-clock-check';
7
7
 
8
- // AlarmClockMinus aliases
9
- export {
10
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
11
- default as AlarmMinus
12
- } from '../icons/alarm-clock-minus';
13
-
14
8
  // AlarmClockPlus aliases
15
9
  export {
16
10
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
17
11
  default as AlarmPlus
18
12
  } from '../icons/alarm-clock-plus';
19
13
 
14
+ // AlarmClockMinus aliases
15
+ export {
16
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
17
+ default as AlarmMinus
18
+ } from '../icons/alarm-clock-minus';
19
+
20
20
  // ArrowDownAZ aliases
21
21
  export {
22
22
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
@@ -53,18 +53,18 @@ export {
53
53
  default as ArrowUpZa
54
54
  } from '../icons/arrow-up-z-a';
55
55
 
56
- // Axis3d aliases
57
- export {
58
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
59
- default as Axis3D
60
- } from '../icons/axis-3d';
61
-
62
56
  // BadgeCheck aliases
63
57
  export {
64
58
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
65
59
  default as Verified
66
60
  } from '../icons/badge-check';
67
61
 
62
+ // Axis3d aliases
63
+ export {
64
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
65
+ default as Axis3D
66
+ } from '../icons/axis-3d';
67
+
68
68
  // BadgeQuestionMark aliases
69
69
  export {
70
70
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
@@ -143,36 +143,36 @@ export {
143
143
  default as BarChart3
144
144
  } from '../icons/chart-column';
145
145
 
146
- // ChartLine aliases
147
- export {
148
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
149
- default as LineChart
150
- } from '../icons/chart-line';
151
-
152
146
  // ChartNoAxesColumnIncreasing aliases
153
147
  export {
154
148
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
155
149
  default as BarChart
156
150
  } from '../icons/chart-no-axes-column-increasing';
157
151
 
152
+ // ChartLine aliases
153
+ export {
154
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
155
+ default as LineChart
156
+ } from '../icons/chart-line';
157
+
158
158
  // ChartNoAxesColumn aliases
159
159
  export {
160
160
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
161
161
  default as BarChart2
162
162
  } from '../icons/chart-no-axes-column';
163
163
 
164
- // ChartNoAxesGantt aliases
165
- export {
166
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
167
- default as GanttChart
168
- } from '../icons/chart-no-axes-gantt';
169
-
170
164
  // ChartPie aliases
171
165
  export {
172
166
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
173
167
  default as PieChart
174
168
  } from '../icons/chart-pie';
175
169
 
170
+ // ChartNoAxesGantt aliases
171
+ export {
172
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
173
+ default as GanttChart
174
+ } from '../icons/chart-no-axes-gantt';
175
+
176
176
  // ChartScatter aliases
177
177
  export {
178
178
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
@@ -209,12 +209,6 @@ export {
209
209
  default as ArrowDownRightFromCircle
210
210
  } from '../icons/circle-arrow-out-down-right';
211
211
 
212
- // CircleArrowOutUpLeft aliases
213
- export {
214
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
215
- default as ArrowUpLeftFromCircle
216
- } from '../icons/circle-arrow-out-up-left';
217
-
218
212
  // CircleArrowOutUpRight aliases
219
213
  export {
220
214
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
@@ -227,6 +221,12 @@ export {
227
221
  default as ArrowRightCircle
228
222
  } from '../icons/circle-arrow-right';
229
223
 
224
+ // CircleArrowOutUpLeft aliases
225
+ export {
226
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
227
+ default as ArrowUpLeftFromCircle
228
+ } from '../icons/circle-arrow-out-up-left';
229
+
230
230
  // CircleArrowUp aliases
231
231
  export {
232
232
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
@@ -245,18 +245,18 @@ export {
245
245
  default as CheckCircle2
246
246
  } from '../icons/circle-check';
247
247
 
248
- // CircleChevronLeft aliases
249
- export {
250
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
251
- default as ChevronLeftCircle
252
- } from '../icons/circle-chevron-left';
253
-
254
248
  // CircleChevronDown aliases
255
249
  export {
256
250
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
257
251
  default as ChevronDownCircle
258
252
  } from '../icons/circle-chevron-down';
259
253
 
254
+ // CircleChevronLeft aliases
255
+ export {
256
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
257
+ default as ChevronLeftCircle
258
+ } from '../icons/circle-chevron-left';
259
+
260
260
  // CircleChevronRight aliases
261
261
  export {
262
262
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
@@ -281,23 +281,17 @@ export {
281
281
  default as GaugeCircle
282
282
  } from '../icons/circle-gauge';
283
283
 
284
- // CircleMinus aliases
285
- export {
286
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
287
- default as MinusCircle
288
- } from '../icons/circle-minus';
289
-
290
284
  // CircleParkingOff aliases
291
285
  export {
292
286
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
293
287
  default as ParkingCircleOff
294
288
  } from '../icons/circle-parking-off';
295
289
 
296
- // CircleParking aliases
290
+ // CircleMinus aliases
297
291
  export {
298
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
299
- default as ParkingCircle
300
- } from '../icons/circle-parking';
292
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
293
+ default as MinusCircle
294
+ } from '../icons/circle-minus';
301
295
 
302
296
  // CirclePause aliases
303
297
  export {
@@ -305,6 +299,12 @@ export {
305
299
  default as PauseCircle
306
300
  } from '../icons/circle-pause';
307
301
 
302
+ // CircleParking aliases
303
+ export {
304
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
305
+ default as ParkingCircle
306
+ } from '../icons/circle-parking';
307
+
308
308
  // CirclePercent aliases
309
309
  export {
310
310
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
@@ -347,18 +347,18 @@ export {
347
347
  default as CircleSlashed
348
348
  } from '../icons/circle-slash-2';
349
349
 
350
- // CircleStop aliases
351
- export {
352
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
353
- default as StopCircle
354
- } from '../icons/circle-stop';
355
-
356
350
  // CircleUserRound aliases
357
351
  export {
358
352
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
359
353
  default as UserCircle2
360
354
  } from '../icons/circle-user-round';
361
355
 
356
+ // CircleStop aliases
357
+ export {
358
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
359
+ default as StopCircle
360
+ } from '../icons/circle-stop';
361
+
362
362
  // CircleUser aliases
363
363
  export {
364
364
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
@@ -419,18 +419,18 @@ export {
419
419
  default as TableConfig
420
420
  } from '../icons/columns-3-cog';
421
421
 
422
- // ContactRound aliases
423
- export {
424
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
425
- default as Contact2
426
- } from '../icons/contact-round';
427
-
428
422
  // Columns3 aliases
429
423
  export {
430
424
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
431
425
  default as PanelsLeftRight
432
426
  } from '../icons/columns-3';
433
427
 
428
+ // ContactRound aliases
429
+ export {
430
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
431
+ default as Contact2
432
+ } from '../icons/contact-round';
433
+
434
434
  // DiamondPercent aliases
435
435
  export {
436
436
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
@@ -449,36 +449,36 @@ export {
449
449
  default as MoreVertical
450
450
  } from '../icons/ellipsis-vertical';
451
451
 
452
- // Ellipsis aliases
453
- export {
454
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
455
- default as MoreHorizontal
456
- } from '../icons/ellipsis';
457
-
458
452
  // FileAxis3d aliases
459
453
  export {
460
454
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
461
455
  default as FileAxis3D
462
456
  } from '../icons/file-axis-3d';
463
457
 
458
+ // Ellipsis aliases
459
+ export {
460
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
461
+ default as MoreHorizontal
462
+ } from '../icons/ellipsis';
463
+
464
464
  // FileChartColumnIncreasing aliases
465
465
  export {
466
466
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
467
467
  default as FileBarChart
468
468
  } from '../icons/file-chart-column-increasing';
469
469
 
470
- // FileChartColumn aliases
471
- export {
472
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
473
- default as FileBarChart2
474
- } from '../icons/file-chart-column';
475
-
476
470
  // FileChartLine aliases
477
471
  export {
478
472
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
479
473
  default as FileLineChart
480
474
  } from '../icons/file-chart-line';
481
475
 
476
+ // FileChartColumn aliases
477
+ export {
478
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
479
+ default as FileBarChart2
480
+ } from '../icons/file-chart-column';
481
+
482
482
  // FileChartPie aliases
483
483
  export {
484
484
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
@@ -491,18 +491,18 @@ export {
491
491
  default as FileCog2
492
492
  } from '../icons/file-cog';
493
493
 
494
- // FilePenLine aliases
495
- export {
496
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
497
- default as FileSignature
498
- } from '../icons/file-pen-line';
499
-
500
494
  // FilePen aliases
501
495
  export {
502
496
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
503
497
  default as FileEdit
504
498
  } from '../icons/file-pen';
505
499
 
500
+ // FilePenLine aliases
501
+ export {
502
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
503
+ default as FileSignature
504
+ } from '../icons/file-pen-line';
505
+
506
506
  // FilePlay aliases
507
507
  export {
508
508
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
@@ -527,18 +527,18 @@ export {
527
527
  default as FolderCog2
528
528
  } from '../icons/folder-cog';
529
529
 
530
- // FunnelX aliases
531
- export {
532
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
533
- default as FilterX
534
- } from '../icons/funnel-x';
535
-
536
530
  // FolderPen aliases
537
531
  export {
538
532
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
539
533
  default as FolderEdit
540
534
  } from '../icons/folder-pen';
541
535
 
536
+ // FunnelX aliases
537
+ export {
538
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
539
+ default as FilterX
540
+ } from '../icons/funnel-x';
541
+
542
542
  // Funnel aliases
543
543
  export {
544
544
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
@@ -557,12 +557,6 @@ export {
557
557
  default as Grid2X2Check
558
558
  } from '../icons/grid-2x2-check';
559
559
 
560
- // Grid2x2Plus aliases
561
- export {
562
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
563
- default as Grid2X2Plus
564
- } from '../icons/grid-2x2-plus';
565
-
566
560
  // Grid2x2X aliases
567
561
  export {
568
562
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
@@ -575,6 +569,12 @@ export {
575
569
  default as Grid2X2
576
570
  } from '../icons/grid-2x2';
577
571
 
572
+ // Grid2x2Plus aliases
573
+ export {
574
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
575
+ default as Grid2X2Plus
576
+ } from '../icons/grid-2x2-plus';
577
+
578
578
  // Grid3x3 aliases
579
579
  export {
580
580
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
@@ -797,18 +797,18 @@ export {
797
797
  default as Rows
798
798
  } from '../icons/rows-2';
799
799
 
800
- // Scale3d aliases
801
- export {
802
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
803
- default as Scale3D
804
- } from '../icons/scale-3d';
805
-
806
800
  // Rows3 aliases
807
801
  export {
808
802
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
809
803
  default as PanelsTopBottom
810
804
  } from '../icons/rows-3';
811
805
 
806
+ // Scale3d aliases
807
+ export {
808
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
809
+ default as Scale3D
810
+ } from '../icons/scale-3d';
811
+
812
812
  // SendHorizontal aliases
813
813
  export {
814
814
  /** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
@@ -1157,18 +1157,18 @@ export {
1157
1157
  default as SplitSquareVertical
1158
1158
  } from '../icons/square-split-vertical';
1159
1159
 
1160
- // SquareUserRound aliases
1161
- export {
1162
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
1163
- default as UserSquare2
1164
- } from '../icons/square-user-round';
1165
-
1166
1160
  // SquareTerminal aliases
1167
1161
  export {
1168
1162
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
1169
1163
  default as TerminalSquare
1170
1164
  } from '../icons/square-terminal';
1171
1165
 
1166
+ // SquareUserRound aliases
1167
+ export {
1168
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
1169
+ default as UserSquare2
1170
+ } from '../icons/square-user-round';
1171
+
1172
1172
  // SquareUser aliases
1173
1173
  export {
1174
1174
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
@@ -1229,18 +1229,18 @@ export {
1229
1229
  default as UserCheck2
1230
1230
  } from '../icons/user-round-check';
1231
1231
 
1232
- // UserRoundMinus aliases
1233
- export {
1234
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
1235
- default as UserMinus2
1236
- } from '../icons/user-round-minus';
1237
-
1238
1232
  // UserRoundCog aliases
1239
1233
  export {
1240
1234
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
1241
1235
  default as UserCog2
1242
1236
  } from '../icons/user-round-cog';
1243
1237
 
1238
+ // UserRoundMinus aliases
1239
+ export {
1240
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
1241
+ default as UserMinus2
1242
+ } from '../icons/user-round-minus';
1243
+
1244
1244
  // UserRoundPlus aliases
1245
1245
  export {
1246
1246
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */