@lucide/astro 1.19.0 → 1.20.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 +2 -2
- package/src/aliases/aliases.ts +118 -118
- package/src/aliases/prefixed.ts +630 -612
- package/src/aliases/suffixed.ts +904 -886
- package/src/icons/banknote-check.ts +18 -0
- package/src/icons/clock-arrow-left.ts +18 -0
- package/src/icons/clock-arrow-right.ts +18 -0
- package/src/icons/index.ts +170 -161
- package/src/icons/pencil-sparkles.ts +18 -0
- package/src/icons/save-check.ts +18 -0
- package/src/icons/square-arrow-down-left.ts +2 -2
- package/src/icons/square-arrow-down-right.ts +2 -2
- package/src/icons/square-arrow-up-left.ts +2 -2
- package/src/icons/square-arrow-up-right.ts +2 -2
- package/src/icons/summary.ts +18 -0
- package/src/icons/tag-plus.ts +18 -0
- package/src/icons/tag-x.ts +18 -0
- package/src/icons/user-round-arrow-left.ts +18 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lucide/astro",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.20.0",
|
|
4
4
|
"author": "Moustapha Kebe",
|
|
5
5
|
"description": "A Lucide icon library package for Astro applications.",
|
|
6
6
|
"license": "ISC",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"prettier": "^3.4.2",
|
|
49
49
|
"typescript": "^5.8.3",
|
|
50
50
|
"vite": "^7.3.2",
|
|
51
|
-
"vitest": "^4.1.
|
|
51
|
+
"vitest": "^4.1.0",
|
|
52
52
|
"@lucide/build-icons": "1.1.0"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
package/src/aliases/aliases.ts
CHANGED
|
@@ -41,18 +41,18 @@ export {
|
|
|
41
41
|
default as ArrowUpAz
|
|
42
42
|
} from '../icons/arrow-up-a-z';
|
|
43
43
|
|
|
44
|
-
// ArrowUpNarrowWide aliases
|
|
45
|
-
export {
|
|
46
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
47
|
-
default as SortAsc
|
|
48
|
-
} from '../icons/arrow-up-narrow-wide';
|
|
49
|
-
|
|
50
44
|
// ArrowUpZA aliases
|
|
51
45
|
export {
|
|
52
46
|
/** @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 */
|
|
53
47
|
default as ArrowUpZa
|
|
54
48
|
} from '../icons/arrow-up-z-a';
|
|
55
49
|
|
|
50
|
+
// ArrowUpNarrowWide aliases
|
|
51
|
+
export {
|
|
52
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
53
|
+
default as SortAsc
|
|
54
|
+
} from '../icons/arrow-up-narrow-wide';
|
|
55
|
+
|
|
56
56
|
// Axis3d aliases
|
|
57
57
|
export {
|
|
58
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 */
|
|
@@ -101,18 +101,18 @@ export {
|
|
|
101
101
|
default as Subtitles
|
|
102
102
|
} from '../icons/captions';
|
|
103
103
|
|
|
104
|
-
// ChartBarBig aliases
|
|
105
|
-
export {
|
|
106
|
-
/** @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 */
|
|
107
|
-
default as BarChartHorizontalBig
|
|
108
|
-
} from '../icons/chart-bar-big';
|
|
109
|
-
|
|
110
104
|
// ChartArea aliases
|
|
111
105
|
export {
|
|
112
106
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
113
107
|
default as AreaChart
|
|
114
108
|
} from '../icons/chart-area';
|
|
115
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
116
|
// ChartBar aliases
|
|
117
117
|
export {
|
|
118
118
|
/** @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 */
|
|
@@ -161,18 +161,18 @@ export {
|
|
|
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,18 +209,18 @@ export {
|
|
|
209
209
|
default as ArrowDownRightFromCircle
|
|
210
210
|
} from '../icons/circle-arrow-out-down-right';
|
|
211
211
|
|
|
212
|
-
// CircleArrowOutUpRight aliases
|
|
213
|
-
export {
|
|
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 */
|
|
215
|
-
default as ArrowUpRightFromCircle
|
|
216
|
-
} from '../icons/circle-arrow-out-up-right';
|
|
217
|
-
|
|
218
212
|
// CircleArrowOutUpLeft aliases
|
|
219
213
|
export {
|
|
220
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 */
|
|
221
215
|
default as ArrowUpLeftFromCircle
|
|
222
216
|
} from '../icons/circle-arrow-out-up-left';
|
|
223
217
|
|
|
218
|
+
// CircleArrowOutUpRight aliases
|
|
219
|
+
export {
|
|
220
|
+
/** @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 */
|
|
221
|
+
default as ArrowUpRightFromCircle
|
|
222
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
223
|
+
|
|
224
224
|
// CircleArrowRight aliases
|
|
225
225
|
export {
|
|
226
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 */
|
|
@@ -269,18 +269,18 @@ export {
|
|
|
269
269
|
default as ChevronUpCircle
|
|
270
270
|
} from '../icons/circle-chevron-up';
|
|
271
271
|
|
|
272
|
-
// CircleGauge aliases
|
|
273
|
-
export {
|
|
274
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
275
|
-
default as GaugeCircle
|
|
276
|
-
} from '../icons/circle-gauge';
|
|
277
|
-
|
|
278
272
|
// CircleDivide aliases
|
|
279
273
|
export {
|
|
280
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 */
|
|
281
275
|
default as DivideCircle
|
|
282
276
|
} from '../icons/circle-divide';
|
|
283
277
|
|
|
278
|
+
// CircleGauge aliases
|
|
279
|
+
export {
|
|
280
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
281
|
+
default as GaugeCircle
|
|
282
|
+
} from '../icons/circle-gauge';
|
|
283
|
+
|
|
284
284
|
// CircleMinus aliases
|
|
285
285
|
export {
|
|
286
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 */
|
|
@@ -305,18 +305,18 @@ export {
|
|
|
305
305
|
default as PauseCircle
|
|
306
306
|
} from '../icons/circle-pause';
|
|
307
307
|
|
|
308
|
-
// CirclePercent aliases
|
|
309
|
-
export {
|
|
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 */
|
|
311
|
-
default as PercentCircle
|
|
312
|
-
} from '../icons/circle-percent';
|
|
313
|
-
|
|
314
308
|
// CirclePlay aliases
|
|
315
309
|
export {
|
|
316
310
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
317
311
|
default as PlayCircle
|
|
318
312
|
} from '../icons/circle-play';
|
|
319
313
|
|
|
314
|
+
// CirclePercent aliases
|
|
315
|
+
export {
|
|
316
|
+
/** @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 */
|
|
317
|
+
default as PercentCircle
|
|
318
|
+
} from '../icons/circle-percent';
|
|
319
|
+
|
|
320
320
|
// CirclePlus aliases
|
|
321
321
|
export {
|
|
322
322
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
@@ -341,18 +341,18 @@ export {
|
|
|
341
341
|
default as CircleHelp
|
|
342
342
|
} from '../icons/circle-question-mark';
|
|
343
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
344
|
// CircleStop aliases
|
|
351
345
|
export {
|
|
352
346
|
/** @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
347
|
default as StopCircle
|
|
354
348
|
} from '../icons/circle-stop';
|
|
355
349
|
|
|
350
|
+
// CircleSlash2 aliases
|
|
351
|
+
export {
|
|
352
|
+
/** @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 */
|
|
353
|
+
default as CircleSlashed
|
|
354
|
+
} from '../icons/circle-slash-2';
|
|
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 */
|
|
@@ -491,18 +491,18 @@ export {
|
|
|
491
491
|
default as FileBarChart2
|
|
492
492
|
} from '../icons/file-chart-column';
|
|
493
493
|
|
|
494
|
-
// FileChartLine aliases
|
|
495
|
-
export {
|
|
496
|
-
/** @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 */
|
|
497
|
-
default as FileLineChart
|
|
498
|
-
} from '../icons/file-chart-line';
|
|
499
|
-
|
|
500
494
|
// FileChartPie aliases
|
|
501
495
|
export {
|
|
502
496
|
/** @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 */
|
|
503
497
|
default as FilePieChart
|
|
504
498
|
} from '../icons/file-chart-pie';
|
|
505
499
|
|
|
500
|
+
// FileChartLine aliases
|
|
501
|
+
export {
|
|
502
|
+
/** @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 */
|
|
503
|
+
default as FileLineChart
|
|
504
|
+
} from '../icons/file-chart-line';
|
|
505
|
+
|
|
506
506
|
// FileCheckCorner aliases
|
|
507
507
|
export {
|
|
508
508
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
@@ -635,18 +635,18 @@ export {
|
|
|
635
635
|
default as FolderEdit
|
|
636
636
|
} from '../icons/folder-pen';
|
|
637
637
|
|
|
638
|
-
// FunnelX aliases
|
|
639
|
-
export {
|
|
640
|
-
/** @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 */
|
|
641
|
-
default as FilterX
|
|
642
|
-
} from '../icons/funnel-x';
|
|
643
|
-
|
|
644
638
|
// Funnel aliases
|
|
645
639
|
export {
|
|
646
640
|
/** @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 */
|
|
647
641
|
default as Filter
|
|
648
642
|
} from '../icons/funnel';
|
|
649
643
|
|
|
644
|
+
// FunnelX aliases
|
|
645
|
+
export {
|
|
646
|
+
/** @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 */
|
|
647
|
+
default as FilterX
|
|
648
|
+
} from '../icons/funnel-x';
|
|
649
|
+
|
|
650
650
|
// GitCommitHorizontal aliases
|
|
651
651
|
export {
|
|
652
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 */
|
|
@@ -707,18 +707,18 @@ export {
|
|
|
707
707
|
default as Home
|
|
708
708
|
} from '../icons/house';
|
|
709
709
|
|
|
710
|
-
// IceCreamBowl aliases
|
|
711
|
-
export {
|
|
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 */
|
|
713
|
-
default as IceCream2
|
|
714
|
-
} from '../icons/ice-cream-bowl';
|
|
715
|
-
|
|
716
710
|
// IceCreamCone aliases
|
|
717
711
|
export {
|
|
718
712
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
719
713
|
default as IceCream
|
|
720
714
|
} from '../icons/ice-cream-cone';
|
|
721
715
|
|
|
716
|
+
// IceCreamBowl aliases
|
|
717
|
+
export {
|
|
718
|
+
/** @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 */
|
|
719
|
+
default as IceCream2
|
|
720
|
+
} from '../icons/ice-cream-bowl';
|
|
721
|
+
|
|
722
722
|
// LaptopMinimal aliases
|
|
723
723
|
export {
|
|
724
724
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
@@ -809,18 +809,18 @@ export {
|
|
|
809
809
|
default as AlertOctagon
|
|
810
810
|
} from '../icons/octagon-alert';
|
|
811
811
|
|
|
812
|
-
// OctagonX aliases
|
|
813
|
-
export {
|
|
814
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
815
|
-
default as XOctagon
|
|
816
|
-
} from '../icons/octagon-x';
|
|
817
|
-
|
|
818
812
|
// OctagonPause aliases
|
|
819
813
|
export {
|
|
820
814
|
/** @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
815
|
default as PauseOctagon
|
|
822
816
|
} from '../icons/octagon-pause';
|
|
823
817
|
|
|
818
|
+
// OctagonX aliases
|
|
819
|
+
export {
|
|
820
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
821
|
+
default as XOctagon
|
|
822
|
+
} from '../icons/octagon-x';
|
|
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 */
|
|
@@ -851,18 +851,18 @@ export {
|
|
|
851
851
|
default as SidebarOpen
|
|
852
852
|
} from '../icons/panel-left-open';
|
|
853
853
|
|
|
854
|
-
// PanelLeft aliases
|
|
855
|
-
export {
|
|
856
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
857
|
-
default as Sidebar
|
|
858
|
-
} from '../icons/panel-left';
|
|
859
|
-
|
|
860
854
|
// PanelRightDashed aliases
|
|
861
855
|
export {
|
|
862
856
|
/** @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 */
|
|
863
857
|
default as PanelRightInactive
|
|
864
858
|
} from '../icons/panel-right-dashed';
|
|
865
859
|
|
|
860
|
+
// PanelLeft aliases
|
|
861
|
+
export {
|
|
862
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
863
|
+
default as Sidebar
|
|
864
|
+
} from '../icons/panel-left';
|
|
865
|
+
|
|
866
866
|
// PanelTopDashed aliases
|
|
867
867
|
export {
|
|
868
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 */
|
|
@@ -881,18 +881,18 @@ export {
|
|
|
881
881
|
default as Edit3
|
|
882
882
|
} from '../icons/pen-line';
|
|
883
883
|
|
|
884
|
-
// Pen aliases
|
|
885
|
-
export {
|
|
886
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
887
|
-
default as Edit2
|
|
888
|
-
} from '../icons/pen';
|
|
889
|
-
|
|
890
884
|
// PlugZap aliases
|
|
891
885
|
export {
|
|
892
886
|
/** @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
887
|
default as PlugZap2
|
|
894
888
|
} from '../icons/plug-zap';
|
|
895
889
|
|
|
890
|
+
// Pen aliases
|
|
891
|
+
export {
|
|
892
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
893
|
+
default as Edit2
|
|
894
|
+
} from '../icons/pen';
|
|
895
|
+
|
|
896
896
|
// RectangleEllipsis aliases
|
|
897
897
|
export {
|
|
898
898
|
/** @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 */
|
|
@@ -1019,18 +1019,18 @@ export {
|
|
|
1019
1019
|
default as ArrowUpLeftSquare
|
|
1020
1020
|
} from '../icons/square-arrow-up-left';
|
|
1021
1021
|
|
|
1022
|
-
// SquareArrowUpRight aliases
|
|
1023
|
-
export {
|
|
1024
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
1025
|
-
default as ArrowUpRightSquare
|
|
1026
|
-
} from '../icons/square-arrow-up-right';
|
|
1027
|
-
|
|
1028
1022
|
// SquareArrowUp aliases
|
|
1029
1023
|
export {
|
|
1030
1024
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
1031
1025
|
default as ArrowUpSquare
|
|
1032
1026
|
} from '../icons/square-arrow-up';
|
|
1033
1027
|
|
|
1028
|
+
// SquareArrowUpRight aliases
|
|
1029
|
+
export {
|
|
1030
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
1031
|
+
default as ArrowUpRightSquare
|
|
1032
|
+
} from '../icons/square-arrow-up-right';
|
|
1033
|
+
|
|
1034
1034
|
// SquareAsterisk aliases
|
|
1035
1035
|
export {
|
|
1036
1036
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
@@ -1091,18 +1091,18 @@ export {
|
|
|
1091
1091
|
default as ChevronLeftSquare
|
|
1092
1092
|
} from '../icons/square-chevron-left';
|
|
1093
1093
|
|
|
1094
|
-
// SquareChevronUp aliases
|
|
1095
|
-
export {
|
|
1096
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
1097
|
-
default as ChevronUpSquare
|
|
1098
|
-
} from '../icons/square-chevron-up';
|
|
1099
|
-
|
|
1100
1094
|
// SquareChevronRight aliases
|
|
1101
1095
|
export {
|
|
1102
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 */
|
|
1103
1097
|
default as ChevronRightSquare
|
|
1104
1098
|
} from '../icons/square-chevron-right';
|
|
1105
1099
|
|
|
1100
|
+
// SquareChevronUp aliases
|
|
1101
|
+
export {
|
|
1102
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
1103
|
+
default as ChevronUpSquare
|
|
1104
|
+
} from '../icons/square-chevron-up';
|
|
1105
|
+
|
|
1106
1106
|
// SquareCode aliases
|
|
1107
1107
|
export {
|
|
1108
1108
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
@@ -1265,35 +1265,41 @@ 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 */
|
|
1283
1283
|
default as SlashSquare
|
|
1284
1284
|
} from '../icons/square-slash';
|
|
1285
1285
|
|
|
1286
|
+
// SquareSplitVertical aliases
|
|
1287
|
+
export {
|
|
1288
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
1289
|
+
default as SplitSquareVertical
|
|
1290
|
+
} from '../icons/square-split-vertical';
|
|
1291
|
+
|
|
1286
1292
|
// SquareSplitHorizontal aliases
|
|
1287
1293
|
export {
|
|
1288
1294
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
1289
1295
|
default as SplitSquareHorizontal
|
|
1290
1296
|
} from '../icons/square-split-horizontal';
|
|
1291
1297
|
|
|
1292
|
-
//
|
|
1298
|
+
// SquareUserRound aliases
|
|
1293
1299
|
export {
|
|
1294
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1295
|
-
default as
|
|
1296
|
-
} from '../icons/square-
|
|
1300
|
+
/** @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 */
|
|
1301
|
+
default as UserSquare2
|
|
1302
|
+
} from '../icons/square-user-round';
|
|
1297
1303
|
|
|
1298
1304
|
// SquareTerminal aliases
|
|
1299
1305
|
export {
|
|
@@ -1307,12 +1313,6 @@ export {
|
|
|
1307
1313
|
default as UserSquare
|
|
1308
1314
|
} from '../icons/square-user';
|
|
1309
1315
|
|
|
1310
|
-
// SquareUserRound aliases
|
|
1311
|
-
export {
|
|
1312
|
-
/** @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 */
|
|
1313
|
-
default as UserSquare2
|
|
1314
|
-
} from '../icons/square-user-round';
|
|
1315
|
-
|
|
1316
1316
|
// SquareX aliases
|
|
1317
1317
|
export {
|
|
1318
1318
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} 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 */
|
|
@@ -1445,18 +1445,18 @@ export {
|
|
|
1445
1445
|
default as ForkKnifeCrossed
|
|
1446
1446
|
} from '../icons/utensils-crossed';
|
|
1447
1447
|
|
|
1448
|
-
// WalletMinimal aliases
|
|
1449
|
-
export {
|
|
1450
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
1451
|
-
default as Wallet2
|
|
1452
|
-
} from '../icons/wallet-minimal';
|
|
1453
|
-
|
|
1454
1448
|
// Utensils aliases
|
|
1455
1449
|
export {
|
|
1456
1450
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
1457
1451
|
default as ForkKnife
|
|
1458
1452
|
} from '../icons/utensils';
|
|
1459
1453
|
|
|
1454
|
+
// WalletMinimal aliases
|
|
1455
|
+
export {
|
|
1456
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
1457
|
+
default as Wallet2
|
|
1458
|
+
} from '../icons/wallet-minimal';
|
|
1459
|
+
|
|
1460
1460
|
// WandSparkles aliases
|
|
1461
1461
|
export {
|
|
1462
1462
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|