@lucide/astro 1.14.0 → 1.16.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/README.md +1 -1
- package/package.json +2 -2
- package/src/aliases/aliases.ts +174 -174
- package/src/aliases/prefixed.ts +813 -797
- package/src/aliases/suffixed.ts +1150 -1134
- package/src/icons/blender.ts +18 -0
- package/src/icons/broccoli.ts +18 -0
- package/src/icons/candy-cane.ts +2 -2
- package/src/icons/chart-no-axes-combined.ts +2 -2
- package/src/icons/index.ts +198 -190
- package/src/icons/landmark.ts +2 -2
- package/src/icons/sticky-note-check.ts +18 -0
- package/src/icons/sticky-note-minus.ts +18 -0
- package/src/icons/sticky-note-off.ts +18 -0
- package/src/icons/sticky-note-plus.ts +18 -0
- package/src/icons/sticky-note-x.ts +18 -0
- package/src/icons/sticky-notes.ts +18 -0
- package/src/icons/text-cursor.ts +2 -2
- package/src/icons/volleyball.ts +2 -2
package/src/aliases/aliases.ts
CHANGED
|
@@ -107,23 +107,17 @@ export {
|
|
|
107
107
|
default as AreaChart
|
|
108
108
|
} from '../icons/chart-area';
|
|
109
109
|
|
|
110
|
-
// ChartBarBig aliases
|
|
111
|
-
export {
|
|
112
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
113
|
-
default as BarChartHorizontalBig
|
|
114
|
-
} from '../icons/chart-bar-big';
|
|
115
|
-
|
|
116
110
|
// ChartBar aliases
|
|
117
111
|
export {
|
|
118
112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
119
113
|
default as BarChartHorizontal
|
|
120
114
|
} from '../icons/chart-bar';
|
|
121
115
|
|
|
122
|
-
//
|
|
116
|
+
// ChartBarBig aliases
|
|
123
117
|
export {
|
|
124
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
125
|
-
default as
|
|
126
|
-
} from '../icons/chart-
|
|
118
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
119
|
+
default as BarChartHorizontalBig
|
|
120
|
+
} from '../icons/chart-bar-big';
|
|
127
121
|
|
|
128
122
|
// ChartColumnBig aliases
|
|
129
123
|
export {
|
|
@@ -131,6 +125,12 @@ export {
|
|
|
131
125
|
default as BarChartBig
|
|
132
126
|
} from '../icons/chart-column-big';
|
|
133
127
|
|
|
128
|
+
// ChartCandlestick aliases
|
|
129
|
+
export {
|
|
130
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
131
|
+
default as CandlestickChart
|
|
132
|
+
} from '../icons/chart-candlestick';
|
|
133
|
+
|
|
134
134
|
// ChartColumnIncreasing aliases
|
|
135
135
|
export {
|
|
136
136
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
@@ -149,23 +149,17 @@ export {
|
|
|
149
149
|
default as LineChart
|
|
150
150
|
} from '../icons/chart-line';
|
|
151
151
|
|
|
152
|
-
// ChartNoAxesColumnIncreasing aliases
|
|
153
|
-
export {
|
|
154
|
-
/** @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
|
-
default as BarChart
|
|
156
|
-
} from '../icons/chart-no-axes-column-increasing';
|
|
157
|
-
|
|
158
152
|
// ChartNoAxesColumn aliases
|
|
159
153
|
export {
|
|
160
154
|
/** @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
155
|
default as BarChart2
|
|
162
156
|
} from '../icons/chart-no-axes-column';
|
|
163
157
|
|
|
164
|
-
//
|
|
158
|
+
// ChartNoAxesColumnIncreasing aliases
|
|
165
159
|
export {
|
|
166
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
167
|
-
default as
|
|
168
|
-
} from '../icons/chart-
|
|
160
|
+
/** @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 */
|
|
161
|
+
default as BarChart
|
|
162
|
+
} from '../icons/chart-no-axes-column-increasing';
|
|
169
163
|
|
|
170
164
|
// ChartNoAxesGantt aliases
|
|
171
165
|
export {
|
|
@@ -173,6 +167,12 @@ export {
|
|
|
173
167
|
default as GanttChart
|
|
174
168
|
} from '../icons/chart-no-axes-gantt';
|
|
175
169
|
|
|
170
|
+
// ChartPie aliases
|
|
171
|
+
export {
|
|
172
|
+
/** @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
|
+
default as PieChart
|
|
174
|
+
} from '../icons/chart-pie';
|
|
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 */
|
|
@@ -185,18 +185,18 @@ export {
|
|
|
185
185
|
default as AlertCircle
|
|
186
186
|
} from '../icons/circle-alert';
|
|
187
187
|
|
|
188
|
-
// CircleArrowLeft aliases
|
|
189
|
-
export {
|
|
190
|
-
/** @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 */
|
|
191
|
-
default as ArrowLeftCircle
|
|
192
|
-
} from '../icons/circle-arrow-left';
|
|
193
|
-
|
|
194
188
|
// CircleArrowDown aliases
|
|
195
189
|
export {
|
|
196
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 */
|
|
197
191
|
default as ArrowDownCircle
|
|
198
192
|
} from '../icons/circle-arrow-down';
|
|
199
193
|
|
|
194
|
+
// CircleArrowLeft aliases
|
|
195
|
+
export {
|
|
196
|
+
/** @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 */
|
|
197
|
+
default as ArrowLeftCircle
|
|
198
|
+
} from '../icons/circle-arrow-left';
|
|
199
|
+
|
|
200
200
|
// CircleArrowOutDownLeft aliases
|
|
201
201
|
export {
|
|
202
202
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
@@ -221,18 +221,18 @@ export {
|
|
|
221
221
|
default as ArrowUpRightFromCircle
|
|
222
222
|
} from '../icons/circle-arrow-out-up-right';
|
|
223
223
|
|
|
224
|
-
// CircleArrowUp aliases
|
|
225
|
-
export {
|
|
226
|
-
/** @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 */
|
|
227
|
-
default as ArrowUpCircle
|
|
228
|
-
} from '../icons/circle-arrow-up';
|
|
229
|
-
|
|
230
224
|
// CircleArrowRight aliases
|
|
231
225
|
export {
|
|
232
226
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
233
227
|
default as ArrowRightCircle
|
|
234
228
|
} from '../icons/circle-arrow-right';
|
|
235
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
236
|
// CircleCheckBig aliases
|
|
237
237
|
export {
|
|
238
238
|
/** @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 */
|
|
@@ -257,18 +257,18 @@ export {
|
|
|
257
257
|
default as ChevronLeftCircle
|
|
258
258
|
} from '../icons/circle-chevron-left';
|
|
259
259
|
|
|
260
|
-
// CircleChevronRight aliases
|
|
261
|
-
export {
|
|
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 */
|
|
263
|
-
default as ChevronRightCircle
|
|
264
|
-
} from '../icons/circle-chevron-right';
|
|
265
|
-
|
|
266
260
|
// CircleChevronUp aliases
|
|
267
261
|
export {
|
|
268
262
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
269
263
|
default as ChevronUpCircle
|
|
270
264
|
} from '../icons/circle-chevron-up';
|
|
271
265
|
|
|
266
|
+
// CircleChevronRight aliases
|
|
267
|
+
export {
|
|
268
|
+
/** @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 */
|
|
269
|
+
default as ChevronRightCircle
|
|
270
|
+
} from '../icons/circle-chevron-right';
|
|
271
|
+
|
|
272
272
|
// CircleDivide aliases
|
|
273
273
|
export {
|
|
274
274
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
@@ -359,18 +359,18 @@ export {
|
|
|
359
359
|
default as UserCircle2
|
|
360
360
|
} from '../icons/circle-user-round';
|
|
361
361
|
|
|
362
|
-
// CircleX aliases
|
|
363
|
-
export {
|
|
364
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
365
|
-
default as XCircle
|
|
366
|
-
} from '../icons/circle-x';
|
|
367
|
-
|
|
368
362
|
// CircleUser aliases
|
|
369
363
|
export {
|
|
370
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 */
|
|
371
365
|
default as UserCircle
|
|
372
366
|
} from '../icons/circle-user';
|
|
373
367
|
|
|
368
|
+
// CircleX aliases
|
|
369
|
+
export {
|
|
370
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
371
|
+
default as XCircle
|
|
372
|
+
} from '../icons/circle-x';
|
|
373
|
+
|
|
374
374
|
// ClipboardPenLine aliases
|
|
375
375
|
export {
|
|
376
376
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
@@ -401,12 +401,6 @@ export {
|
|
|
401
401
|
default as Code2
|
|
402
402
|
} from '../icons/code-xml';
|
|
403
403
|
|
|
404
|
-
// Columns2 aliases
|
|
405
|
-
export {
|
|
406
|
-
/** @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
|
-
default as Columns
|
|
408
|
-
} from '../icons/columns-2';
|
|
409
|
-
|
|
410
404
|
// Columns3Cog aliases
|
|
411
405
|
export {
|
|
412
406
|
/** @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 */
|
|
@@ -419,6 +413,12 @@ export {
|
|
|
419
413
|
default as TableConfig
|
|
420
414
|
} from '../icons/columns-3-cog';
|
|
421
415
|
|
|
416
|
+
// Columns2 aliases
|
|
417
|
+
export {
|
|
418
|
+
/** @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 */
|
|
419
|
+
default as Columns
|
|
420
|
+
} from '../icons/columns-2';
|
|
421
|
+
|
|
422
422
|
// Columns3 aliases
|
|
423
423
|
export {
|
|
424
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 */
|
|
@@ -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 */
|
|
@@ -587,36 +587,36 @@ export {
|
|
|
587
587
|
default as FileQuestion
|
|
588
588
|
} from '../icons/file-question-mark';
|
|
589
589
|
|
|
590
|
-
// FileSignal aliases
|
|
591
|
-
export {
|
|
592
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
593
|
-
default as FileVolume2
|
|
594
|
-
} from '../icons/file-signal';
|
|
595
|
-
|
|
596
590
|
// FileSearchCorner aliases
|
|
597
591
|
export {
|
|
598
592
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
599
593
|
default as FileSearch2
|
|
600
594
|
} from '../icons/file-search-corner';
|
|
601
595
|
|
|
596
|
+
// FileSignal aliases
|
|
597
|
+
export {
|
|
598
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
599
|
+
default as FileVolume2
|
|
600
|
+
} from '../icons/file-signal';
|
|
601
|
+
|
|
602
602
|
// FileTypeCorner aliases
|
|
603
603
|
export {
|
|
604
604
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
605
605
|
default as FileType2
|
|
606
606
|
} from '../icons/file-type-corner';
|
|
607
607
|
|
|
608
|
-
// FileXCorner aliases
|
|
609
|
-
export {
|
|
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 */
|
|
611
|
-
default as FileX2
|
|
612
|
-
} from '../icons/file-x-corner';
|
|
613
|
-
|
|
614
608
|
// FileVideoCamera aliases
|
|
615
609
|
export {
|
|
616
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 */
|
|
617
611
|
default as FileVideo2
|
|
618
612
|
} from '../icons/file-video-camera';
|
|
619
613
|
|
|
614
|
+
// FileXCorner aliases
|
|
615
|
+
export {
|
|
616
|
+
/** @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
|
+
default as FileX2
|
|
618
|
+
} from '../icons/file-x-corner';
|
|
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 */
|
|
@@ -647,18 +647,18 @@ export {
|
|
|
647
647
|
default as Filter
|
|
648
648
|
} from '../icons/funnel';
|
|
649
649
|
|
|
650
|
-
// Grid2x2Check aliases
|
|
651
|
-
export {
|
|
652
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
653
|
-
default as Grid2X2Check
|
|
654
|
-
} from '../icons/grid-2x2-check';
|
|
655
|
-
|
|
656
650
|
// GitCommitHorizontal aliases
|
|
657
651
|
export {
|
|
658
652
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
659
653
|
default as GitCommit
|
|
660
654
|
} from '../icons/git-commit-horizontal';
|
|
661
655
|
|
|
656
|
+
// Grid2x2Check aliases
|
|
657
|
+
export {
|
|
658
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
659
|
+
default as Grid2X2Check
|
|
660
|
+
} from '../icons/grid-2x2-check';
|
|
661
|
+
|
|
662
662
|
// Grid2x2Plus aliases
|
|
663
663
|
export {
|
|
664
664
|
/** @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 */
|
|
@@ -743,12 +743,6 @@ export {
|
|
|
743
743
|
default as IndentDecrease
|
|
744
744
|
} from '../icons/list-indent-decrease';
|
|
745
745
|
|
|
746
|
-
// LoaderCircle aliases
|
|
747
|
-
export {
|
|
748
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
749
|
-
default as Loader2
|
|
750
|
-
} from '../icons/loader-circle';
|
|
751
|
-
|
|
752
746
|
// ListIndentIncrease aliases
|
|
753
747
|
export {
|
|
754
748
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
@@ -761,6 +755,12 @@ export {
|
|
|
761
755
|
default as IndentIncrease
|
|
762
756
|
} from '../icons/list-indent-increase';
|
|
763
757
|
|
|
758
|
+
// LoaderCircle aliases
|
|
759
|
+
export {
|
|
760
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
761
|
+
default as Loader2
|
|
762
|
+
} from '../icons/loader-circle';
|
|
763
|
+
|
|
764
764
|
// LockKeyholeOpen aliases
|
|
765
765
|
export {
|
|
766
766
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
@@ -785,18 +785,18 @@ export {
|
|
|
785
785
|
default as LocationEdit
|
|
786
786
|
} from '../icons/map-pin-pen';
|
|
787
787
|
|
|
788
|
-
// MicVocal aliases
|
|
789
|
-
export {
|
|
790
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
791
|
-
default as Mic2
|
|
792
|
-
} from '../icons/mic-vocal';
|
|
793
|
-
|
|
794
788
|
// MessageCircleQuestionMark aliases
|
|
795
789
|
export {
|
|
796
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 */
|
|
797
791
|
default as MessageCircleQuestion
|
|
798
792
|
} from '../icons/message-circle-question-mark';
|
|
799
793
|
|
|
794
|
+
// MicVocal aliases
|
|
795
|
+
export {
|
|
796
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
797
|
+
default as Mic2
|
|
798
|
+
} from '../icons/mic-vocal';
|
|
799
|
+
|
|
800
800
|
// Move3d aliases
|
|
801
801
|
export {
|
|
802
802
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
@@ -821,18 +821,18 @@ export {
|
|
|
821
821
|
default as XOctagon
|
|
822
822
|
} from '../icons/octagon-x';
|
|
823
823
|
|
|
824
|
-
// PanelBottomDashed aliases
|
|
825
|
-
export {
|
|
826
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
827
|
-
default as PanelBottomInactive
|
|
828
|
-
} from '../icons/panel-bottom-dashed';
|
|
829
|
-
|
|
830
824
|
// PaintbrushVertical aliases
|
|
831
825
|
export {
|
|
832
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 */
|
|
833
827
|
default as Paintbrush2
|
|
834
828
|
} from '../icons/paintbrush-vertical';
|
|
835
829
|
|
|
830
|
+
// PanelBottomDashed aliases
|
|
831
|
+
export {
|
|
832
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
833
|
+
default as PanelBottomInactive
|
|
834
|
+
} from '../icons/panel-bottom-dashed';
|
|
835
|
+
|
|
836
836
|
// PanelLeftClose aliases
|
|
837
837
|
export {
|
|
838
838
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
@@ -857,18 +857,18 @@ export {
|
|
|
857
857
|
default as Sidebar
|
|
858
858
|
} from '../icons/panel-left';
|
|
859
859
|
|
|
860
|
-
// PanelTopDashed aliases
|
|
861
|
-
export {
|
|
862
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
863
|
-
default as PanelTopInactive
|
|
864
|
-
} from '../icons/panel-top-dashed';
|
|
865
|
-
|
|
866
860
|
// PanelRightDashed aliases
|
|
867
861
|
export {
|
|
868
862
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
869
863
|
default as PanelRightInactive
|
|
870
864
|
} from '../icons/panel-right-dashed';
|
|
871
865
|
|
|
866
|
+
// PanelTopDashed aliases
|
|
867
|
+
export {
|
|
868
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
869
|
+
default as PanelTopInactive
|
|
870
|
+
} from '../icons/panel-top-dashed';
|
|
871
|
+
|
|
872
872
|
// PanelsTopLeft aliases
|
|
873
873
|
export {
|
|
874
874
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
@@ -887,18 +887,18 @@ export {
|
|
|
887
887
|
default as Edit2
|
|
888
888
|
} from '../icons/pen';
|
|
889
889
|
|
|
890
|
-
// PlugZap aliases
|
|
891
|
-
export {
|
|
892
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
893
|
-
default as PlugZap2
|
|
894
|
-
} from '../icons/plug-zap';
|
|
895
|
-
|
|
896
890
|
// RectangleEllipsis aliases
|
|
897
891
|
export {
|
|
898
892
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
899
893
|
default as FormInput
|
|
900
894
|
} from '../icons/rectangle-ellipsis';
|
|
901
895
|
|
|
896
|
+
// PlugZap aliases
|
|
897
|
+
export {
|
|
898
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
899
|
+
default as PlugZap2
|
|
900
|
+
} from '../icons/plug-zap';
|
|
901
|
+
|
|
902
902
|
// Rotate3d aliases
|
|
903
903
|
export {
|
|
904
904
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
@@ -941,18 +941,18 @@ export {
|
|
|
941
941
|
default as ShieldClose
|
|
942
942
|
} from '../icons/shield-x';
|
|
943
943
|
|
|
944
|
-
// Sparkles aliases
|
|
945
|
-
export {
|
|
946
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
947
|
-
default as Stars
|
|
948
|
-
} from '../icons/sparkles';
|
|
949
|
-
|
|
950
944
|
// SlidersVertical aliases
|
|
951
945
|
export {
|
|
952
946
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
953
947
|
default as Sliders
|
|
954
948
|
} from '../icons/sliders-vertical';
|
|
955
949
|
|
|
950
|
+
// Sparkles aliases
|
|
951
|
+
export {
|
|
952
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
953
|
+
default as Stars
|
|
954
|
+
} from '../icons/sparkles';
|
|
955
|
+
|
|
956
956
|
// SquareActivity aliases
|
|
957
957
|
export {
|
|
958
958
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
@@ -995,18 +995,18 @@ export {
|
|
|
995
995
|
default as ArrowDownRightFromSquare
|
|
996
996
|
} from '../icons/square-arrow-out-down-right';
|
|
997
997
|
|
|
998
|
-
// SquareArrowOutUpLeft aliases
|
|
999
|
-
export {
|
|
1000
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
1001
|
-
default as ArrowUpLeftFromSquare
|
|
1002
|
-
} from '../icons/square-arrow-out-up-left';
|
|
1003
|
-
|
|
1004
998
|
// SquareArrowRight aliases
|
|
1005
999
|
export {
|
|
1006
1000
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
1007
1001
|
default as ArrowRightSquare
|
|
1008
1002
|
} from '../icons/square-arrow-right';
|
|
1009
1003
|
|
|
1004
|
+
// SquareArrowOutUpLeft aliases
|
|
1005
|
+
export {
|
|
1006
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
1007
|
+
default as ArrowUpLeftFromSquare
|
|
1008
|
+
} from '../icons/square-arrow-out-up-left';
|
|
1009
|
+
|
|
1010
1010
|
// SquareArrowOutUpRight aliases
|
|
1011
1011
|
export {
|
|
1012
1012
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
@@ -1043,18 +1043,18 @@ export {
|
|
|
1043
1043
|
default as ScissorsSquareDashedBottom
|
|
1044
1044
|
} from '../icons/square-bottom-dashed-scissors';
|
|
1045
1045
|
|
|
1046
|
-
// SquareCenterlineDashedVertical aliases
|
|
1047
|
-
export {
|
|
1048
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. This alias will be removed in v1.0 */
|
|
1049
|
-
default as FlipVertical
|
|
1050
|
-
} from '../icons/square-centerline-dashed-vertical';
|
|
1051
|
-
|
|
1052
1046
|
// SquareCenterlineDashedHorizontal aliases
|
|
1053
1047
|
export {
|
|
1054
1048
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. This alias will be removed in v1.0 */
|
|
1055
1049
|
default as FlipHorizontal
|
|
1056
1050
|
} from '../icons/square-centerline-dashed-horizontal';
|
|
1057
1051
|
|
|
1052
|
+
// SquareCenterlineDashedVertical aliases
|
|
1053
|
+
export {
|
|
1054
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. This alias will be removed in v1.0 */
|
|
1055
|
+
default as FlipVertical
|
|
1056
|
+
} from '../icons/square-centerline-dashed-vertical';
|
|
1057
|
+
|
|
1058
1058
|
// SquareChartGantt aliases
|
|
1059
1059
|
export {
|
|
1060
1060
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
@@ -1115,12 +1115,6 @@ export {
|
|
|
1115
1115
|
default as KanbanSquareDashed
|
|
1116
1116
|
} from '../icons/square-dashed-kanban';
|
|
1117
1117
|
|
|
1118
|
-
// SquareDashedMousePointer aliases
|
|
1119
|
-
export {
|
|
1120
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
1121
|
-
default as MousePointerSquareDashed
|
|
1122
|
-
} from '../icons/square-dashed-mouse-pointer';
|
|
1123
|
-
|
|
1124
1118
|
// SquareDashedText aliases
|
|
1125
1119
|
export {
|
|
1126
1120
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
|
|
@@ -1133,6 +1127,12 @@ export {
|
|
|
1133
1127
|
default as TextSelect
|
|
1134
1128
|
} from '../icons/square-dashed-text';
|
|
1135
1129
|
|
|
1130
|
+
// SquareDashedMousePointer aliases
|
|
1131
|
+
export {
|
|
1132
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
1133
|
+
default as MousePointerSquareDashed
|
|
1134
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
1135
|
+
|
|
1136
1136
|
// SquareDashed aliases
|
|
1137
1137
|
export {
|
|
1138
1138
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
@@ -1151,12 +1151,6 @@ export {
|
|
|
1151
1151
|
default as DotSquare
|
|
1152
1152
|
} from '../icons/square-dot';
|
|
1153
1153
|
|
|
1154
|
-
// SquareFunction aliases
|
|
1155
|
-
export {
|
|
1156
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
1157
|
-
default as FunctionSquare
|
|
1158
|
-
} from '../icons/square-function';
|
|
1159
|
-
|
|
1160
1154
|
// SquareEqual aliases
|
|
1161
1155
|
export {
|
|
1162
1156
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
@@ -1169,24 +1163,30 @@ export {
|
|
|
1169
1163
|
default as KanbanSquare
|
|
1170
1164
|
} from '../icons/square-kanban';
|
|
1171
1165
|
|
|
1166
|
+
// SquareFunction aliases
|
|
1167
|
+
export {
|
|
1168
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
1169
|
+
default as FunctionSquare
|
|
1170
|
+
} from '../icons/square-function';
|
|
1171
|
+
|
|
1172
1172
|
// SquareLibrary aliases
|
|
1173
1173
|
export {
|
|
1174
1174
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
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 */
|
|
@@ -1229,18 +1229,18 @@ export {
|
|
|
1229
1229
|
default as PenSquare
|
|
1230
1230
|
} from '../icons/square-pen';
|
|
1231
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
1232
|
// SquarePi aliases
|
|
1239
1233
|
export {
|
|
1240
1234
|
/** @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 */
|
|
1241
1235
|
default as PiSquare
|
|
1242
1236
|
} from '../icons/square-pi';
|
|
1243
1237
|
|
|
1238
|
+
// SquarePercent aliases
|
|
1239
|
+
export {
|
|
1240
|
+
/** @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 */
|
|
1241
|
+
default as PercentSquare
|
|
1242
|
+
} from '../icons/square-percent';
|
|
1243
|
+
|
|
1244
1244
|
// SquarePilcrow aliases
|
|
1245
1245
|
export {
|
|
1246
1246
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
@@ -1265,18 +1265,18 @@ export {
|
|
|
1265
1265
|
default as PowerSquare
|
|
1266
1266
|
} from '../icons/square-power';
|
|
1267
1267
|
|
|
1268
|
-
// SquareScissors aliases
|
|
1269
|
-
export {
|
|
1270
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
1271
|
-
default as ScissorsSquare
|
|
1272
|
-
} from '../icons/square-scissors';
|
|
1273
|
-
|
|
1274
1268
|
// SquareSigma aliases
|
|
1275
1269
|
export {
|
|
1276
1270
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
1277
1271
|
default as SigmaSquare
|
|
1278
1272
|
} from '../icons/square-sigma';
|
|
1279
1273
|
|
|
1274
|
+
// SquareScissors aliases
|
|
1275
|
+
export {
|
|
1276
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
1277
|
+
default as ScissorsSquare
|
|
1278
|
+
} from '../icons/square-scissors';
|
|
1279
|
+
|
|
1280
1280
|
// SquareSlash aliases
|
|
1281
1281
|
export {
|
|
1282
1282
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
@@ -1331,18 +1331,18 @@ export {
|
|
|
1331
1331
|
default as AlignCenter
|
|
1332
1332
|
} from '../icons/text-align-center';
|
|
1333
1333
|
|
|
1334
|
-
// TextAlignEnd aliases
|
|
1335
|
-
export {
|
|
1336
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
1337
|
-
default as AlignRight
|
|
1338
|
-
} from '../icons/text-align-end';
|
|
1339
|
-
|
|
1340
1334
|
// TextAlignJustify aliases
|
|
1341
1335
|
export {
|
|
1342
1336
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
|
|
1343
1337
|
default as AlignJustify
|
|
1344
1338
|
} from '../icons/text-align-justify';
|
|
1345
1339
|
|
|
1340
|
+
// TextAlignEnd aliases
|
|
1341
|
+
export {
|
|
1342
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
1343
|
+
default as AlignRight
|
|
1344
|
+
} from '../icons/text-align-end';
|
|
1345
|
+
|
|
1346
1346
|
// TextAlignStart aliases
|
|
1347
1347
|
export {
|
|
1348
1348
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
@@ -1385,18 +1385,18 @@ export {
|
|
|
1385
1385
|
default as AlertTriangle
|
|
1386
1386
|
} from '../icons/triangle-alert';
|
|
1387
1387
|
|
|
1388
|
-
// University aliases
|
|
1389
|
-
export {
|
|
1390
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
1391
|
-
default as School2
|
|
1392
|
-
} from '../icons/university';
|
|
1393
|
-
|
|
1394
1388
|
// TvMinimal aliases
|
|
1395
1389
|
export {
|
|
1396
1390
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
1397
1391
|
default as Tv2
|
|
1398
1392
|
} from '../icons/tv-minimal';
|
|
1399
1393
|
|
|
1394
|
+
// University aliases
|
|
1395
|
+
export {
|
|
1396
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
1397
|
+
default as School2
|
|
1398
|
+
} from '../icons/university';
|
|
1399
|
+
|
|
1400
1400
|
// UserRoundCheck aliases
|
|
1401
1401
|
export {
|
|
1402
1402
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
@@ -1409,23 +1409,17 @@ export {
|
|
|
1409
1409
|
default as UserCog2
|
|
1410
1410
|
} from '../icons/user-round-cog';
|
|
1411
1411
|
|
|
1412
|
-
// UserRoundMinus aliases
|
|
1413
|
-
export {
|
|
1414
|
-
/** @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 */
|
|
1415
|
-
default as UserMinus2
|
|
1416
|
-
} from '../icons/user-round-minus';
|
|
1417
|
-
|
|
1418
1412
|
// UserRoundPlus aliases
|
|
1419
1413
|
export {
|
|
1420
1414
|
/** @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 */
|
|
1421
1415
|
default as UserPlus2
|
|
1422
1416
|
} from '../icons/user-round-plus';
|
|
1423
1417
|
|
|
1424
|
-
//
|
|
1418
|
+
// UserRoundMinus aliases
|
|
1425
1419
|
export {
|
|
1426
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1427
|
-
default as
|
|
1428
|
-
} from '../icons/user-round-
|
|
1420
|
+
/** @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 */
|
|
1421
|
+
default as UserMinus2
|
|
1422
|
+
} from '../icons/user-round-minus';
|
|
1429
1423
|
|
|
1430
1424
|
// UserRound aliases
|
|
1431
1425
|
export {
|
|
@@ -1433,6 +1427,12 @@ export {
|
|
|
1433
1427
|
default as User2
|
|
1434
1428
|
} from '../icons/user-round';
|
|
1435
1429
|
|
|
1430
|
+
// UserRoundX aliases
|
|
1431
|
+
export {
|
|
1432
|
+
/** @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
|
+
default as UserX2
|
|
1434
|
+
} from '../icons/user-round-x';
|
|
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 */
|