@lucide/astro 1.8.0 → 1.9.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/package.json +1 -1
- package/src/aliases/aliases.ts +116 -116
- package/src/aliases/prefixed.ts +730 -728
- package/src/aliases/suffixed.ts +1040 -1038
- package/src/icons/index.ts +192 -191
- package/src/icons/timeline.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -47,12 +47,6 @@ export {
|
|
|
47
47
|
default as SortAsc
|
|
48
48
|
} from '../icons/arrow-up-narrow-wide';
|
|
49
49
|
|
|
50
|
-
// BadgeCheck aliases
|
|
51
|
-
export {
|
|
52
|
-
/** @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 */
|
|
53
|
-
default as Verified
|
|
54
|
-
} from '../icons/badge-check';
|
|
55
|
-
|
|
56
50
|
// ArrowUpZA aliases
|
|
57
51
|
export {
|
|
58
52
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
@@ -65,6 +59,12 @@ export {
|
|
|
65
59
|
default as Axis3D
|
|
66
60
|
} from '../icons/axis-3d';
|
|
67
61
|
|
|
62
|
+
// BadgeCheck aliases
|
|
63
|
+
export {
|
|
64
|
+
/** @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
|
+
default as Verified
|
|
66
|
+
} from '../icons/badge-check';
|
|
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 */
|
|
@@ -179,23 +179,17 @@ export {
|
|
|
179
179
|
default as ScatterChart
|
|
180
180
|
} from '../icons/chart-scatter';
|
|
181
181
|
|
|
182
|
-
// CircleArrowDown aliases
|
|
183
|
-
export {
|
|
184
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
185
|
-
default as ArrowDownCircle
|
|
186
|
-
} from '../icons/circle-arrow-down';
|
|
187
|
-
|
|
188
182
|
// CircleAlert aliases
|
|
189
183
|
export {
|
|
190
184
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
191
185
|
default as AlertCircle
|
|
192
186
|
} from '../icons/circle-alert';
|
|
193
187
|
|
|
194
|
-
//
|
|
188
|
+
// CircleArrowDown aliases
|
|
195
189
|
export {
|
|
196
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
197
|
-
default as
|
|
198
|
-
} from '../icons/circle-arrow-
|
|
190
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
191
|
+
default as ArrowDownCircle
|
|
192
|
+
} from '../icons/circle-arrow-down';
|
|
199
193
|
|
|
200
194
|
// CircleArrowOutDownLeft aliases
|
|
201
195
|
export {
|
|
@@ -203,6 +197,12 @@ export {
|
|
|
203
197
|
default as ArrowDownLeftFromCircle
|
|
204
198
|
} from '../icons/circle-arrow-out-down-left';
|
|
205
199
|
|
|
200
|
+
// CircleArrowLeft aliases
|
|
201
|
+
export {
|
|
202
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
203
|
+
default as ArrowLeftCircle
|
|
204
|
+
} from '../icons/circle-arrow-left';
|
|
205
|
+
|
|
206
206
|
// CircleArrowOutDownRight aliases
|
|
207
207
|
export {
|
|
208
208
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
@@ -227,24 +227,30 @@ export {
|
|
|
227
227
|
default as ArrowRightCircle
|
|
228
228
|
} from '../icons/circle-arrow-right';
|
|
229
229
|
|
|
230
|
-
// CircleArrowUp aliases
|
|
231
|
-
export {
|
|
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 */
|
|
233
|
-
default as ArrowUpCircle
|
|
234
|
-
} from '../icons/circle-arrow-up';
|
|
235
|
-
|
|
236
230
|
// CircleCheckBig aliases
|
|
237
231
|
export {
|
|
238
232
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
239
233
|
default as CheckCircle
|
|
240
234
|
} from '../icons/circle-check-big';
|
|
241
235
|
|
|
236
|
+
// CircleArrowUp aliases
|
|
237
|
+
export {
|
|
238
|
+
/** @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 */
|
|
239
|
+
default as ArrowUpCircle
|
|
240
|
+
} from '../icons/circle-arrow-up';
|
|
241
|
+
|
|
242
242
|
// CircleCheck aliases
|
|
243
243
|
export {
|
|
244
244
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
245
245
|
default as CheckCircle2
|
|
246
246
|
} from '../icons/circle-check';
|
|
247
247
|
|
|
248
|
+
// CircleChevronDown aliases
|
|
249
|
+
export {
|
|
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 */
|
|
251
|
+
default as ChevronDownCircle
|
|
252
|
+
} from '../icons/circle-chevron-down';
|
|
253
|
+
|
|
248
254
|
// CircleChevronLeft aliases
|
|
249
255
|
export {
|
|
250
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 */
|
|
@@ -281,30 +287,24 @@ export {
|
|
|
281
287
|
default as MinusCircle
|
|
282
288
|
} from '../icons/circle-minus';
|
|
283
289
|
|
|
284
|
-
// CircleChevronDown aliases
|
|
285
|
-
export {
|
|
286
|
-
/** @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 */
|
|
287
|
-
default as ChevronDownCircle
|
|
288
|
-
} from '../icons/circle-chevron-down';
|
|
289
|
-
|
|
290
290
|
// CircleParkingOff aliases
|
|
291
291
|
export {
|
|
292
292
|
/** @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
293
|
default as ParkingCircleOff
|
|
294
294
|
} from '../icons/circle-parking-off';
|
|
295
295
|
|
|
296
|
-
// CirclePause aliases
|
|
297
|
-
export {
|
|
298
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
299
|
-
default as PauseCircle
|
|
300
|
-
} from '../icons/circle-pause';
|
|
301
|
-
|
|
302
296
|
// CircleParking aliases
|
|
303
297
|
export {
|
|
304
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 */
|
|
305
299
|
default as ParkingCircle
|
|
306
300
|
} from '../icons/circle-parking';
|
|
307
301
|
|
|
302
|
+
// CirclePause aliases
|
|
303
|
+
export {
|
|
304
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
305
|
+
default as PauseCircle
|
|
306
|
+
} from '../icons/circle-pause';
|
|
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 */
|
|
@@ -329,18 +329,6 @@ export {
|
|
|
329
329
|
default as PowerCircle
|
|
330
330
|
} from '../icons/circle-power';
|
|
331
331
|
|
|
332
|
-
// CircleSlash2 aliases
|
|
333
|
-
export {
|
|
334
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
335
|
-
default as CircleSlashed
|
|
336
|
-
} from '../icons/circle-slash-2';
|
|
337
|
-
|
|
338
|
-
// CircleStop aliases
|
|
339
|
-
export {
|
|
340
|
-
/** @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 */
|
|
341
|
-
default as StopCircle
|
|
342
|
-
} from '../icons/circle-stop';
|
|
343
|
-
|
|
344
332
|
// CircleQuestionMark aliases
|
|
345
333
|
export {
|
|
346
334
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
@@ -353,6 +341,18 @@ export {
|
|
|
353
341
|
default as CircleHelp
|
|
354
342
|
} from '../icons/circle-question-mark';
|
|
355
343
|
|
|
344
|
+
// CircleSlash2 aliases
|
|
345
|
+
export {
|
|
346
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
347
|
+
default as CircleSlashed
|
|
348
|
+
} from '../icons/circle-slash-2';
|
|
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
356
|
// CircleUserRound aliases
|
|
357
357
|
export {
|
|
358
358
|
/** @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 */
|
|
@@ -395,18 +395,18 @@ export {
|
|
|
395
395
|
default as UploadCloud
|
|
396
396
|
} from '../icons/cloud-upload';
|
|
397
397
|
|
|
398
|
-
// CodeXml aliases
|
|
399
|
-
export {
|
|
400
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
401
|
-
default as Code2
|
|
402
|
-
} from '../icons/code-xml';
|
|
403
|
-
|
|
404
398
|
// Columns2 aliases
|
|
405
399
|
export {
|
|
406
400
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
407
401
|
default as Columns
|
|
408
402
|
} from '../icons/columns-2';
|
|
409
403
|
|
|
404
|
+
// CodeXml aliases
|
|
405
|
+
export {
|
|
406
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
407
|
+
default as Code2
|
|
408
|
+
} from '../icons/code-xml';
|
|
409
|
+
|
|
410
410
|
// Columns3Cog aliases
|
|
411
411
|
export {
|
|
412
412
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
@@ -515,12 +515,6 @@ export {
|
|
|
515
515
|
default as FileCode2
|
|
516
516
|
} from '../icons/file-code-corner';
|
|
517
517
|
|
|
518
|
-
// FileCog aliases
|
|
519
|
-
export {
|
|
520
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
521
|
-
default as FileCog2
|
|
522
|
-
} from '../icons/file-cog';
|
|
523
|
-
|
|
524
518
|
// FileExclamationPoint aliases
|
|
525
519
|
export {
|
|
526
520
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
@@ -539,6 +533,12 @@ export {
|
|
|
539
533
|
default as FileAudio2
|
|
540
534
|
} from '../icons/file-headphone';
|
|
541
535
|
|
|
536
|
+
// FileCog aliases
|
|
537
|
+
export {
|
|
538
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
539
|
+
default as FileCog2
|
|
540
|
+
} from '../icons/file-cog';
|
|
541
|
+
|
|
542
542
|
// FileKey aliases
|
|
543
543
|
export {
|
|
544
544
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
@@ -551,18 +551,18 @@ export {
|
|
|
551
551
|
default as FileLock2
|
|
552
552
|
} from '../icons/file-lock';
|
|
553
553
|
|
|
554
|
-
// FilePenLine aliases
|
|
555
|
-
export {
|
|
556
|
-
/** @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 */
|
|
557
|
-
default as FileSignature
|
|
558
|
-
} from '../icons/file-pen-line';
|
|
559
|
-
|
|
560
554
|
// FileMinusCorner aliases
|
|
561
555
|
export {
|
|
562
556
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
563
557
|
default as FileMinus2
|
|
564
558
|
} from '../icons/file-minus-corner';
|
|
565
559
|
|
|
560
|
+
// FilePenLine aliases
|
|
561
|
+
export {
|
|
562
|
+
/** @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 */
|
|
563
|
+
default as FileSignature
|
|
564
|
+
} from '../icons/file-pen-line';
|
|
565
|
+
|
|
566
566
|
// FilePen aliases
|
|
567
567
|
export {
|
|
568
568
|
/** @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 */
|
|
@@ -605,18 +605,18 @@ export {
|
|
|
605
605
|
default as FileType2
|
|
606
606
|
} from '../icons/file-type-corner';
|
|
607
607
|
|
|
608
|
-
// FileVideoCamera aliases
|
|
609
|
-
export {
|
|
610
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
611
|
-
default as FileVideo2
|
|
612
|
-
} from '../icons/file-video-camera';
|
|
613
|
-
|
|
614
608
|
// FileXCorner aliases
|
|
615
609
|
export {
|
|
616
610
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
617
611
|
default as FileX2
|
|
618
612
|
} from '../icons/file-x-corner';
|
|
619
613
|
|
|
614
|
+
// FileVideoCamera aliases
|
|
615
|
+
export {
|
|
616
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
617
|
+
default as FileVideo2
|
|
618
|
+
} from '../icons/file-video-camera';
|
|
619
|
+
|
|
620
620
|
// FingerprintPattern aliases
|
|
621
621
|
export {
|
|
622
622
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
@@ -677,6 +677,12 @@ export {
|
|
|
677
677
|
default as Grid2X2
|
|
678
678
|
} from '../icons/grid-2x2';
|
|
679
679
|
|
|
680
|
+
// HandGrab aliases
|
|
681
|
+
export {
|
|
682
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
683
|
+
default as Grab
|
|
684
|
+
} from '../icons/hand-grab';
|
|
685
|
+
|
|
680
686
|
// Grid3x3 aliases
|
|
681
687
|
export {
|
|
682
688
|
/** @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 */
|
|
@@ -689,11 +695,11 @@ export {
|
|
|
689
695
|
default as Grid3X3
|
|
690
696
|
} from '../icons/grid-3x3';
|
|
691
697
|
|
|
692
|
-
//
|
|
698
|
+
// HandHelping aliases
|
|
693
699
|
export {
|
|
694
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
695
|
-
default as
|
|
696
|
-
} from '../icons/hand-
|
|
700
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
701
|
+
default as HelpingHand
|
|
702
|
+
} from '../icons/hand-helping';
|
|
697
703
|
|
|
698
704
|
// House aliases
|
|
699
705
|
export {
|
|
@@ -701,12 +707,6 @@ export {
|
|
|
701
707
|
default as Home
|
|
702
708
|
} from '../icons/house';
|
|
703
709
|
|
|
704
|
-
// HandHelping aliases
|
|
705
|
-
export {
|
|
706
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
707
|
-
default as HelpingHand
|
|
708
|
-
} from '../icons/hand-helping';
|
|
709
|
-
|
|
710
710
|
// IceCreamBowl aliases
|
|
711
711
|
export {
|
|
712
712
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
@@ -773,18 +773,18 @@ export {
|
|
|
773
773
|
default as Unlock
|
|
774
774
|
} from '../icons/lock-open';
|
|
775
775
|
|
|
776
|
-
// MapPinPen aliases
|
|
777
|
-
export {
|
|
778
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
779
|
-
default as LocationEdit
|
|
780
|
-
} from '../icons/map-pin-pen';
|
|
781
|
-
|
|
782
776
|
// MailQuestionMark aliases
|
|
783
777
|
export {
|
|
784
778
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
785
779
|
default as MailQuestion
|
|
786
780
|
} from '../icons/mail-question-mark';
|
|
787
781
|
|
|
782
|
+
// MapPinPen aliases
|
|
783
|
+
export {
|
|
784
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
785
|
+
default as LocationEdit
|
|
786
|
+
} from '../icons/map-pin-pen';
|
|
787
|
+
|
|
788
788
|
// MessageCircleQuestionMark aliases
|
|
789
789
|
export {
|
|
790
790
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
@@ -803,12 +803,6 @@ export {
|
|
|
803
803
|
default as Move3D
|
|
804
804
|
} from '../icons/move-3d';
|
|
805
805
|
|
|
806
|
-
// OctagonAlert aliases
|
|
807
|
-
export {
|
|
808
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
809
|
-
default as AlertOctagon
|
|
810
|
-
} from '../icons/octagon-alert';
|
|
811
|
-
|
|
812
806
|
// OctagonPause aliases
|
|
813
807
|
export {
|
|
814
808
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
@@ -821,6 +815,12 @@ export {
|
|
|
821
815
|
default as XOctagon
|
|
822
816
|
} from '../icons/octagon-x';
|
|
823
817
|
|
|
818
|
+
// OctagonAlert aliases
|
|
819
|
+
export {
|
|
820
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
821
|
+
default as AlertOctagon
|
|
822
|
+
} from '../icons/octagon-alert';
|
|
823
|
+
|
|
824
824
|
// PaintbrushVertical aliases
|
|
825
825
|
export {
|
|
826
826
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
@@ -1079,18 +1079,18 @@ export {
|
|
|
1079
1079
|
default as CheckSquare2
|
|
1080
1080
|
} from '../icons/square-check';
|
|
1081
1081
|
|
|
1082
|
-
// SquareChevronLeft aliases
|
|
1083
|
-
export {
|
|
1084
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
1085
|
-
default as ChevronLeftSquare
|
|
1086
|
-
} from '../icons/square-chevron-left';
|
|
1087
|
-
|
|
1088
1082
|
// SquareChevronDown aliases
|
|
1089
1083
|
export {
|
|
1090
1084
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
1091
1085
|
default as ChevronDownSquare
|
|
1092
1086
|
} from '../icons/square-chevron-down';
|
|
1093
1087
|
|
|
1088
|
+
// SquareChevronLeft aliases
|
|
1089
|
+
export {
|
|
1090
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
1091
|
+
default as ChevronLeftSquare
|
|
1092
|
+
} from '../icons/square-chevron-left';
|
|
1093
|
+
|
|
1094
1094
|
// SquareChevronRight aliases
|
|
1095
1095
|
export {
|
|
1096
1096
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
@@ -1175,18 +1175,18 @@ export {
|
|
|
1175
1175
|
default as LibrarySquare
|
|
1176
1176
|
} from '../icons/square-library';
|
|
1177
1177
|
|
|
1178
|
-
// SquareMenu aliases
|
|
1179
|
-
export {
|
|
1180
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
|
|
1181
|
-
default as MenuSquare
|
|
1182
|
-
} from '../icons/square-menu';
|
|
1183
|
-
|
|
1184
1178
|
// SquareM aliases
|
|
1185
1179
|
export {
|
|
1186
1180
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
1187
1181
|
default as MSquare
|
|
1188
1182
|
} from '../icons/square-m';
|
|
1189
1183
|
|
|
1184
|
+
// SquareMenu aliases
|
|
1185
|
+
export {
|
|
1186
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
|
|
1187
|
+
default as MenuSquare
|
|
1188
|
+
} from '../icons/square-menu';
|
|
1189
|
+
|
|
1190
1190
|
// SquareMinus aliases
|
|
1191
1191
|
export {
|
|
1192
1192
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
@@ -1211,12 +1211,6 @@ export {
|
|
|
1211
1211
|
default as ParkingSquare
|
|
1212
1212
|
} from '../icons/square-parking';
|
|
1213
1213
|
|
|
1214
|
-
// SquarePercent aliases
|
|
1215
|
-
export {
|
|
1216
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
1217
|
-
default as PercentSquare
|
|
1218
|
-
} from '../icons/square-percent';
|
|
1219
|
-
|
|
1220
1214
|
// SquarePen aliases
|
|
1221
1215
|
export {
|
|
1222
1216
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
@@ -1235,6 +1229,12 @@ export {
|
|
|
1235
1229
|
default as PenSquare
|
|
1236
1230
|
} from '../icons/square-pen';
|
|
1237
1231
|
|
|
1232
|
+
// SquarePercent aliases
|
|
1233
|
+
export {
|
|
1234
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
1235
|
+
default as PercentSquare
|
|
1236
|
+
} from '../icons/square-percent';
|
|
1237
|
+
|
|
1238
1238
|
// SquarePi aliases
|
|
1239
1239
|
export {
|
|
1240
1240
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
@@ -1421,18 +1421,18 @@ export {
|
|
|
1421
1421
|
default as UserPlus2
|
|
1422
1422
|
} from '../icons/user-round-plus';
|
|
1423
1423
|
|
|
1424
|
-
// UserRound aliases
|
|
1425
|
-
export {
|
|
1426
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
1427
|
-
default as User2
|
|
1428
|
-
} from '../icons/user-round';
|
|
1429
|
-
|
|
1430
1424
|
// UserRoundX aliases
|
|
1431
1425
|
export {
|
|
1432
1426
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
1433
1427
|
default as UserX2
|
|
1434
1428
|
} from '../icons/user-round-x';
|
|
1435
1429
|
|
|
1430
|
+
// UserRound aliases
|
|
1431
|
+
export {
|
|
1432
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
1433
|
+
default as User2
|
|
1434
|
+
} from '../icons/user-round';
|
|
1435
|
+
|
|
1436
1436
|
// UsersRound aliases
|
|
1437
1437
|
export {
|
|
1438
1438
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|