@lucide/astro 1.0.0 → 1.0.1
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/LICENSE +7 -3
- package/README.md +2 -2
- package/package.json +1 -2
- package/src/aliases/aliases.ts +146 -152
- package/src/aliases/prefixed.ts +854 -894
- package/src/aliases/suffixed.ts +1187 -1227
- package/src/icons/index.ts +140 -158
- package/src/icons/chromium.ts +0 -18
- package/src/icons/codepen.ts +0 -18
- package/src/icons/codesandbox.ts +0 -18
- package/src/icons/dribbble.ts +0 -18
- package/src/icons/facebook.ts +0 -18
- package/src/icons/figma.ts +0 -18
- package/src/icons/framer.ts +0 -18
- package/src/icons/github.ts +0 -18
- package/src/icons/gitlab.ts +0 -18
- package/src/icons/instagram.ts +0 -18
- package/src/icons/linkedin.ts +0 -18
- package/src/icons/pocket.ts +0 -18
- package/src/icons/rail-symbol.ts +0 -18
- package/src/icons/slack.ts +0 -18
- package/src/icons/trello.ts +0 -18
- package/src/icons/twitch.ts +0 -18
- package/src/icons/twitter.ts +0 -18
- package/src/icons/youtube.ts +0 -18
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
ISC License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2026 Lucide Icons and Contributors
|
|
4
4
|
|
|
5
5
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
6
|
purpose with or without fee is hereby granted, provided that the above
|
|
@@ -16,9 +16,13 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
16
16
|
|
|
17
17
|
---
|
|
18
18
|
|
|
19
|
-
The
|
|
19
|
+
The following Lucide icons are derived from the Feather project:
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
airplay, alert-circle, alert-octagon, alert-triangle, aperture, arrow-down-circle, arrow-down-left, arrow-down-right, arrow-down, arrow-left-circle, arrow-left, arrow-right-circle, arrow-right, arrow-up-circle, arrow-up-left, arrow-up-right, arrow-up, at-sign, calendar, cast, check, chevron-down, chevron-left, chevron-right, chevron-up, chevrons-down, chevrons-left, chevrons-right, chevrons-up, circle, clipboard, clock, code, columns, command, compass, corner-down-left, corner-down-right, corner-left-down, corner-left-up, corner-right-down, corner-right-up, corner-up-left, corner-up-right, crosshair, database, divide-circle, divide-square, dollar-sign, download, external-link, feather, frown, hash, headphones, help-circle, info, italic, key, layout, life-buoy, link-2, link, loader, lock, log-in, log-out, maximize, meh, minimize, minimize-2, minus-circle, minus-square, minus, monitor, moon, more-horizontal, more-vertical, move, music, navigation-2, navigation, octagon, pause-circle, percent, plus-circle, plus-square, plus, power, radio, rss, search, server, share, shopping-bag, sidebar, smartphone, smile, square, table-2, tablet, target, terminal, trash-2, trash, triangle, tv, type, upload, x-circle, x-octagon, x-square, x, zoom-in, zoom-out
|
|
22
|
+
|
|
23
|
+
The MIT License (MIT) (for the icons listed above)
|
|
24
|
+
|
|
25
|
+
Copyright (c) 2013-present Cole Bemis
|
|
22
26
|
|
|
23
27
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
24
28
|
of this software and associated documentation files (the "Software"), to deal
|
package/README.md
CHANGED
|
@@ -21,14 +21,14 @@ Lucide icon library for Astro sites and applications.
|
|
|
21
21
|
·
|
|
22
22
|
<a href="https://lucide.dev/icons/">Icons</a>
|
|
23
23
|
·
|
|
24
|
-
<a href="https://lucide.dev/guide/
|
|
24
|
+
<a href="https://lucide.dev/guide/astro">Documentation</a>
|
|
25
25
|
·
|
|
26
26
|
<a href="https://lucide.dev/license">License</a>
|
|
27
27
|
</p>
|
|
28
28
|
|
|
29
29
|
# Lucide Astro
|
|
30
30
|
|
|
31
|
-
Implementation of the
|
|
31
|
+
Implementation of the Lucide icon library for Astro applications.
|
|
32
32
|
|
|
33
33
|
## Installation
|
|
34
34
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lucide/astro",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"author": "Moustapha Kebe",
|
|
5
5
|
"description": "A Lucide icon library package for Astro applications.",
|
|
6
6
|
"license": "ISC",
|
|
@@ -47,7 +47,6 @@
|
|
|
47
47
|
"prettier": "^3.4.2",
|
|
48
48
|
"typescript": "^5.8.3",
|
|
49
49
|
"vite": "^6.3.6",
|
|
50
|
-
"vitest": "^4.0.12",
|
|
51
50
|
"astro": "^5.16.0",
|
|
52
51
|
"@lucide/build-icons": "1.1.0"
|
|
53
52
|
},
|
package/src/aliases/aliases.ts
CHANGED
|
@@ -89,6 +89,12 @@ export {
|
|
|
89
89
|
default as BookTemplate
|
|
90
90
|
} from '../icons/book-dashed';
|
|
91
91
|
|
|
92
|
+
// Captions aliases
|
|
93
|
+
export {
|
|
94
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
95
|
+
default as Subtitles
|
|
96
|
+
} from '../icons/captions';
|
|
97
|
+
|
|
92
98
|
// Braces aliases
|
|
93
99
|
export {
|
|
94
100
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
@@ -101,12 +107,6 @@ export {
|
|
|
101
107
|
default as AreaChart
|
|
102
108
|
} from '../icons/chart-area';
|
|
103
109
|
|
|
104
|
-
// Captions aliases
|
|
105
|
-
export {
|
|
106
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
107
|
-
default as Subtitles
|
|
108
|
-
} from '../icons/captions';
|
|
109
|
-
|
|
110
110
|
// ChartBarBig aliases
|
|
111
111
|
export {
|
|
112
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 */
|
|
@@ -119,6 +119,12 @@ export {
|
|
|
119
119
|
default as BarChartHorizontal
|
|
120
120
|
} from '../icons/chart-bar';
|
|
121
121
|
|
|
122
|
+
// ChartCandlestick aliases
|
|
123
|
+
export {
|
|
124
|
+
/** @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 */
|
|
125
|
+
default as CandlestickChart
|
|
126
|
+
} from '../icons/chart-candlestick';
|
|
127
|
+
|
|
122
128
|
// ChartColumnBig aliases
|
|
123
129
|
export {
|
|
124
130
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
@@ -131,11 +137,11 @@ export {
|
|
|
131
137
|
default as BarChart4
|
|
132
138
|
} from '../icons/chart-column-increasing';
|
|
133
139
|
|
|
134
|
-
//
|
|
140
|
+
// ChartColumn aliases
|
|
135
141
|
export {
|
|
136
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
137
|
-
default as
|
|
138
|
-
} from '../icons/chart-
|
|
142
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
143
|
+
default as BarChart3
|
|
144
|
+
} from '../icons/chart-column';
|
|
139
145
|
|
|
140
146
|
// ChartLine aliases
|
|
141
147
|
export {
|
|
@@ -143,12 +149,6 @@ export {
|
|
|
143
149
|
default as LineChart
|
|
144
150
|
} from '../icons/chart-line';
|
|
145
151
|
|
|
146
|
-
// ChartColumn aliases
|
|
147
|
-
export {
|
|
148
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
149
|
-
default as BarChart3
|
|
150
|
-
} from '../icons/chart-column';
|
|
151
|
-
|
|
152
152
|
// ChartNoAxesColumnIncreasing aliases
|
|
153
153
|
export {
|
|
154
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 */
|
|
@@ -179,12 +179,6 @@ export {
|
|
|
179
179
|
default as ScatterChart
|
|
180
180
|
} from '../icons/chart-scatter';
|
|
181
181
|
|
|
182
|
-
// Chromium aliases
|
|
183
|
-
export {
|
|
184
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
185
|
-
default as Chrome
|
|
186
|
-
} from '../icons/chromium';
|
|
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 */
|
|
@@ -245,23 +239,17 @@ export {
|
|
|
245
239
|
default as CheckCircle
|
|
246
240
|
} from '../icons/circle-check-big';
|
|
247
241
|
|
|
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
|
-
|
|
254
242
|
// CircleCheck aliases
|
|
255
243
|
export {
|
|
256
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 */
|
|
257
245
|
default as CheckCircle2
|
|
258
246
|
} from '../icons/circle-check';
|
|
259
247
|
|
|
260
|
-
//
|
|
248
|
+
// CircleChevronDown aliases
|
|
261
249
|
export {
|
|
262
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
263
|
-
default as
|
|
264
|
-
} from '../icons/circle-chevron-
|
|
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';
|
|
265
253
|
|
|
266
254
|
// CircleChevronRight aliases
|
|
267
255
|
export {
|
|
@@ -269,6 +257,12 @@ export {
|
|
|
269
257
|
default as ChevronRightCircle
|
|
270
258
|
} from '../icons/circle-chevron-right';
|
|
271
259
|
|
|
260
|
+
// CircleChevronLeft aliases
|
|
261
|
+
export {
|
|
262
|
+
/** @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 */
|
|
263
|
+
default as ChevronLeftCircle
|
|
264
|
+
} from '../icons/circle-chevron-left';
|
|
265
|
+
|
|
272
266
|
// CircleChevronUp aliases
|
|
273
267
|
export {
|
|
274
268
|
/** @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 */
|
|
@@ -455,6 +449,12 @@ export {
|
|
|
455
449
|
default as MoreVertical
|
|
456
450
|
} from '../icons/ellipsis-vertical';
|
|
457
451
|
|
|
452
|
+
// Ellipsis aliases
|
|
453
|
+
export {
|
|
454
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
455
|
+
default as MoreHorizontal
|
|
456
|
+
} from '../icons/ellipsis';
|
|
457
|
+
|
|
458
458
|
// FileAxis3d aliases
|
|
459
459
|
export {
|
|
460
460
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
@@ -467,11 +467,11 @@ export {
|
|
|
467
467
|
default as FileBadge2
|
|
468
468
|
} from '../icons/file-badge';
|
|
469
469
|
|
|
470
|
-
//
|
|
470
|
+
// FileBracesCorner aliases
|
|
471
471
|
export {
|
|
472
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
473
|
-
default as
|
|
474
|
-
} from '../icons/
|
|
472
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
473
|
+
default as FileJson2
|
|
474
|
+
} from '../icons/file-braces-corner';
|
|
475
475
|
|
|
476
476
|
// FileBraces aliases
|
|
477
477
|
export {
|
|
@@ -479,12 +479,6 @@ export {
|
|
|
479
479
|
default as FileJson
|
|
480
480
|
} from '../icons/file-braces';
|
|
481
481
|
|
|
482
|
-
// FileBracesCorner aliases
|
|
483
|
-
export {
|
|
484
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
485
|
-
default as FileJson2
|
|
486
|
-
} from '../icons/file-braces-corner';
|
|
487
|
-
|
|
488
482
|
// FileChartColumnIncreasing aliases
|
|
489
483
|
export {
|
|
490
484
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
@@ -557,48 +551,42 @@ export {
|
|
|
557
551
|
default as FileLock2
|
|
558
552
|
} from '../icons/file-lock';
|
|
559
553
|
|
|
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
554
|
// FileMinusCorner aliases
|
|
567
555
|
export {
|
|
568
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 */
|
|
569
557
|
default as FileMinus2
|
|
570
558
|
} from '../icons/file-minus-corner';
|
|
571
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
|
+
|
|
572
566
|
// FilePen aliases
|
|
573
567
|
export {
|
|
574
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 */
|
|
575
569
|
default as FileEdit
|
|
576
570
|
} from '../icons/file-pen';
|
|
577
571
|
|
|
578
|
-
// FilePlusCorner aliases
|
|
579
|
-
export {
|
|
580
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
581
|
-
default as FilePlus2
|
|
582
|
-
} from '../icons/file-plus-corner';
|
|
583
|
-
|
|
584
572
|
// FilePlay aliases
|
|
585
573
|
export {
|
|
586
574
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
587
575
|
default as FileVideo
|
|
588
576
|
} from '../icons/file-play';
|
|
589
577
|
|
|
578
|
+
// FilePlusCorner aliases
|
|
579
|
+
export {
|
|
580
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
581
|
+
default as FilePlus2
|
|
582
|
+
} from '../icons/file-plus-corner';
|
|
583
|
+
|
|
590
584
|
// FileQuestionMark aliases
|
|
591
585
|
export {
|
|
592
586
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
593
587
|
default as FileQuestion
|
|
594
588
|
} from '../icons/file-question-mark';
|
|
595
589
|
|
|
596
|
-
// FileSearchCorner aliases
|
|
597
|
-
export {
|
|
598
|
-
/** @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
|
-
default as FileSearch2
|
|
600
|
-
} from '../icons/file-search-corner';
|
|
601
|
-
|
|
602
590
|
// FileSignal aliases
|
|
603
591
|
export {
|
|
604
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 */
|
|
@@ -611,6 +599,12 @@ export {
|
|
|
611
599
|
default as FileType2
|
|
612
600
|
} from '../icons/file-type-corner';
|
|
613
601
|
|
|
602
|
+
// FileSearchCorner aliases
|
|
603
|
+
export {
|
|
604
|
+
/** @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 */
|
|
605
|
+
default as FileSearch2
|
|
606
|
+
} from '../icons/file-search-corner';
|
|
607
|
+
|
|
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 */
|
|
@@ -785,23 +779,17 @@ export {
|
|
|
785
779
|
default as MailQuestion
|
|
786
780
|
} from '../icons/mail-question-mark';
|
|
787
781
|
|
|
788
|
-
// MapPinPen aliases
|
|
789
|
-
export {
|
|
790
|
-
/** @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 */
|
|
791
|
-
default as LocationEdit
|
|
792
|
-
} from '../icons/map-pin-pen';
|
|
793
|
-
|
|
794
782
|
// MessageCircleQuestionMark aliases
|
|
795
783
|
export {
|
|
796
784
|
/** @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
785
|
default as MessageCircleQuestion
|
|
798
786
|
} from '../icons/message-circle-question-mark';
|
|
799
787
|
|
|
800
|
-
//
|
|
788
|
+
// MapPinPen aliases
|
|
801
789
|
export {
|
|
802
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
803
|
-
default as
|
|
804
|
-
} from '../icons/
|
|
790
|
+
/** @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 */
|
|
791
|
+
default as LocationEdit
|
|
792
|
+
} from '../icons/map-pin-pen';
|
|
805
793
|
|
|
806
794
|
// MicVocal aliases
|
|
807
795
|
export {
|
|
@@ -809,6 +797,12 @@ export {
|
|
|
809
797
|
default as Mic2
|
|
810
798
|
} from '../icons/mic-vocal';
|
|
811
799
|
|
|
800
|
+
// Move3d aliases
|
|
801
|
+
export {
|
|
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 */
|
|
803
|
+
default as Move3D
|
|
804
|
+
} from '../icons/move-3d';
|
|
805
|
+
|
|
812
806
|
// OctagonAlert aliases
|
|
813
807
|
export {
|
|
814
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 */
|
|
@@ -821,18 +815,18 @@ export {
|
|
|
821
815
|
default as XOctagon
|
|
822
816
|
} from '../icons/octagon-x';
|
|
823
817
|
|
|
824
|
-
// PaintbrushVertical aliases
|
|
825
|
-
export {
|
|
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 */
|
|
827
|
-
default as Paintbrush2
|
|
828
|
-
} from '../icons/paintbrush-vertical';
|
|
829
|
-
|
|
830
818
|
// OctagonPause aliases
|
|
831
819
|
export {
|
|
832
820
|
/** @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 */
|
|
833
821
|
default as PauseOctagon
|
|
834
822
|
} from '../icons/octagon-pause';
|
|
835
823
|
|
|
824
|
+
// PaintbrushVertical aliases
|
|
825
|
+
export {
|
|
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 */
|
|
827
|
+
default as Paintbrush2
|
|
828
|
+
} from '../icons/paintbrush-vertical';
|
|
829
|
+
|
|
836
830
|
// PanelBottomDashed aliases
|
|
837
831
|
export {
|
|
838
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 */
|
|
@@ -863,18 +857,18 @@ export {
|
|
|
863
857
|
default as Sidebar
|
|
864
858
|
} from '../icons/panel-left';
|
|
865
859
|
|
|
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
860
|
// PanelRightDashed aliases
|
|
873
861
|
export {
|
|
874
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 */
|
|
875
863
|
default as PanelRightInactive
|
|
876
864
|
} from '../icons/panel-right-dashed';
|
|
877
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
|
+
|
|
878
872
|
// PanelsTopLeft aliases
|
|
879
873
|
export {
|
|
880
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 */
|
|
@@ -941,18 +935,18 @@ export {
|
|
|
941
935
|
default as ShieldQuestion
|
|
942
936
|
} from '../icons/shield-question-mark';
|
|
943
937
|
|
|
944
|
-
// SlidersVertical aliases
|
|
945
|
-
export {
|
|
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 */
|
|
947
|
-
default as Sliders
|
|
948
|
-
} from '../icons/sliders-vertical';
|
|
949
|
-
|
|
950
938
|
// ShieldX aliases
|
|
951
939
|
export {
|
|
952
940
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
953
941
|
default as ShieldClose
|
|
954
942
|
} from '../icons/shield-x';
|
|
955
943
|
|
|
944
|
+
// SlidersVertical aliases
|
|
945
|
+
export {
|
|
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 */
|
|
947
|
+
default as Sliders
|
|
948
|
+
} from '../icons/sliders-vertical';
|
|
949
|
+
|
|
956
950
|
// Sparkles aliases
|
|
957
951
|
export {
|
|
958
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 */
|
|
@@ -977,18 +971,18 @@ export {
|
|
|
977
971
|
default as ArrowDownRightSquare
|
|
978
972
|
} from '../icons/square-arrow-down-right';
|
|
979
973
|
|
|
980
|
-
// SquareArrowLeft aliases
|
|
981
|
-
export {
|
|
982
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
983
|
-
default as ArrowLeftSquare
|
|
984
|
-
} from '../icons/square-arrow-left';
|
|
985
|
-
|
|
986
974
|
// SquareArrowDown aliases
|
|
987
975
|
export {
|
|
988
976
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
989
977
|
default as ArrowDownSquare
|
|
990
978
|
} from '../icons/square-arrow-down';
|
|
991
979
|
|
|
980
|
+
// SquareArrowLeft aliases
|
|
981
|
+
export {
|
|
982
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
983
|
+
default as ArrowLeftSquare
|
|
984
|
+
} from '../icons/square-arrow-left';
|
|
985
|
+
|
|
992
986
|
// SquareArrowOutDownLeft aliases
|
|
993
987
|
export {
|
|
994
988
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
@@ -1007,11 +1001,11 @@ export {
|
|
|
1007
1001
|
default as ArrowUpLeftFromSquare
|
|
1008
1002
|
} from '../icons/square-arrow-out-up-left';
|
|
1009
1003
|
|
|
1010
|
-
//
|
|
1004
|
+
// SquareArrowUpLeft aliases
|
|
1011
1005
|
export {
|
|
1012
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1013
|
-
default as
|
|
1014
|
-
} from '../icons/square-arrow-
|
|
1006
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
1007
|
+
default as ArrowUpLeftSquare
|
|
1008
|
+
} from '../icons/square-arrow-up-left';
|
|
1015
1009
|
|
|
1016
1010
|
// SquareArrowRight aliases
|
|
1017
1011
|
export {
|
|
@@ -1019,11 +1013,11 @@ export {
|
|
|
1019
1013
|
default as ArrowRightSquare
|
|
1020
1014
|
} from '../icons/square-arrow-right';
|
|
1021
1015
|
|
|
1022
|
-
//
|
|
1016
|
+
// SquareArrowOutUpRight aliases
|
|
1023
1017
|
export {
|
|
1024
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1025
|
-
default as
|
|
1026
|
-
} from '../icons/square-arrow-up-
|
|
1018
|
+
/** @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 */
|
|
1019
|
+
default as ArrowUpRightFromSquare
|
|
1020
|
+
} from '../icons/square-arrow-out-up-right';
|
|
1027
1021
|
|
|
1028
1022
|
// SquareArrowUpRight aliases
|
|
1029
1023
|
export {
|
|
@@ -1061,18 +1055,6 @@ export {
|
|
|
1061
1055
|
default as FlipVertical
|
|
1062
1056
|
} from '../icons/square-centerline-dashed-vertical';
|
|
1063
1057
|
|
|
1064
|
-
// SquareCheckBig aliases
|
|
1065
|
-
export {
|
|
1066
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
1067
|
-
default as CheckSquare
|
|
1068
|
-
} from '../icons/square-check-big';
|
|
1069
|
-
|
|
1070
|
-
// SquareCheck aliases
|
|
1071
|
-
export {
|
|
1072
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
1073
|
-
default as CheckSquare2
|
|
1074
|
-
} from '../icons/square-check';
|
|
1075
|
-
|
|
1076
1058
|
// SquareChartGantt aliases
|
|
1077
1059
|
export {
|
|
1078
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 */
|
|
@@ -1085,6 +1067,18 @@ export {
|
|
|
1085
1067
|
default as SquareGanttChart
|
|
1086
1068
|
} from '../icons/square-chart-gantt';
|
|
1087
1069
|
|
|
1070
|
+
// SquareCheck aliases
|
|
1071
|
+
export {
|
|
1072
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
1073
|
+
default as CheckSquare2
|
|
1074
|
+
} from '../icons/square-check';
|
|
1075
|
+
|
|
1076
|
+
// SquareCheckBig aliases
|
|
1077
|
+
export {
|
|
1078
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
1079
|
+
default as CheckSquare
|
|
1080
|
+
} from '../icons/square-check-big';
|
|
1081
|
+
|
|
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 */
|
|
@@ -1115,12 +1109,6 @@ export {
|
|
|
1115
1109
|
default as CodeSquare
|
|
1116
1110
|
} from '../icons/square-code';
|
|
1117
1111
|
|
|
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
1112
|
// SquareDashedKanban aliases
|
|
1125
1113
|
export {
|
|
1126
1114
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
@@ -1133,6 +1121,12 @@ export {
|
|
|
1133
1121
|
default as BoxSelect
|
|
1134
1122
|
} from '../icons/square-dashed';
|
|
1135
1123
|
|
|
1124
|
+
// SquareDashedMousePointer aliases
|
|
1125
|
+
export {
|
|
1126
|
+
/** @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 */
|
|
1127
|
+
default as MousePointerSquareDashed
|
|
1128
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
1129
|
+
|
|
1136
1130
|
// SquareDivide aliases
|
|
1137
1131
|
export {
|
|
1138
1132
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
@@ -1247,12 +1241,6 @@ export {
|
|
|
1247
1241
|
default as PlaySquare
|
|
1248
1242
|
} from '../icons/square-play';
|
|
1249
1243
|
|
|
1250
|
-
// SquarePlus aliases
|
|
1251
|
-
export {
|
|
1252
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
1253
|
-
default as PlusSquare
|
|
1254
|
-
} from '../icons/square-plus';
|
|
1255
|
-
|
|
1256
1244
|
// SquarePower aliases
|
|
1257
1245
|
export {
|
|
1258
1246
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
@@ -1265,6 +1253,12 @@ export {
|
|
|
1265
1253
|
default as ScissorsSquare
|
|
1266
1254
|
} from '../icons/square-scissors';
|
|
1267
1255
|
|
|
1256
|
+
// SquarePlus aliases
|
|
1257
|
+
export {
|
|
1258
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
1259
|
+
default as PlusSquare
|
|
1260
|
+
} from '../icons/square-plus';
|
|
1261
|
+
|
|
1268
1262
|
// SquareSigma aliases
|
|
1269
1263
|
export {
|
|
1270
1264
|
/** @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 */
|
|
@@ -1283,23 +1277,17 @@ export {
|
|
|
1283
1277
|
default as SplitSquareHorizontal
|
|
1284
1278
|
} from '../icons/square-split-horizontal';
|
|
1285
1279
|
|
|
1286
|
-
// SquareTerminal aliases
|
|
1287
|
-
export {
|
|
1288
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
1289
|
-
default as TerminalSquare
|
|
1290
|
-
} from '../icons/square-terminal';
|
|
1291
|
-
|
|
1292
1280
|
// SquareSplitVertical aliases
|
|
1293
1281
|
export {
|
|
1294
1282
|
/** @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 */
|
|
1295
1283
|
default as SplitSquareVertical
|
|
1296
1284
|
} from '../icons/square-split-vertical';
|
|
1297
1285
|
|
|
1298
|
-
//
|
|
1286
|
+
// SquareTerminal aliases
|
|
1299
1287
|
export {
|
|
1300
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1301
|
-
default as
|
|
1302
|
-
} from '../icons/square-
|
|
1288
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
1289
|
+
default as TerminalSquare
|
|
1290
|
+
} from '../icons/square-terminal';
|
|
1303
1291
|
|
|
1304
1292
|
// SquareUserRound aliases
|
|
1305
1293
|
export {
|
|
@@ -1307,6 +1295,12 @@ export {
|
|
|
1307
1295
|
default as UserSquare2
|
|
1308
1296
|
} from '../icons/square-user-round';
|
|
1309
1297
|
|
|
1298
|
+
// SquareUser aliases
|
|
1299
|
+
export {
|
|
1300
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
1301
|
+
default as UserSquare
|
|
1302
|
+
} from '../icons/square-user';
|
|
1303
|
+
|
|
1310
1304
|
// SquareX aliases
|
|
1311
1305
|
export {
|
|
1312
1306
|
/** @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 */
|
|
@@ -1349,18 +1343,18 @@ export {
|
|
|
1349
1343
|
default as AlignLeft
|
|
1350
1344
|
} from '../icons/text-align-start';
|
|
1351
1345
|
|
|
1352
|
-
// TextInitial aliases
|
|
1353
|
-
export {
|
|
1354
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
1355
|
-
default as LetterText
|
|
1356
|
-
} from '../icons/text-initial';
|
|
1357
|
-
|
|
1358
1346
|
// TextSelect aliases
|
|
1359
1347
|
export {
|
|
1360
1348
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|
|
1361
1349
|
default as TextSelection
|
|
1362
1350
|
} from '../icons/text-select';
|
|
1363
1351
|
|
|
1352
|
+
// TextInitial aliases
|
|
1353
|
+
export {
|
|
1354
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
1355
|
+
default as LetterText
|
|
1356
|
+
} from '../icons/text-initial';
|
|
1357
|
+
|
|
1364
1358
|
// TextWrap aliases
|
|
1365
1359
|
export {
|
|
1366
1360
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
@@ -1433,23 +1427,17 @@ export {
|
|
|
1433
1427
|
default as User2
|
|
1434
1428
|
} from '../icons/user-round';
|
|
1435
1429
|
|
|
1436
|
-
// UtensilsCrossed aliases
|
|
1437
|
-
export {
|
|
1438
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
1439
|
-
default as ForkKnifeCrossed
|
|
1440
|
-
} from '../icons/utensils-crossed';
|
|
1441
|
-
|
|
1442
1430
|
// UsersRound aliases
|
|
1443
1431
|
export {
|
|
1444
1432
|
/** @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 */
|
|
1445
1433
|
default as Users2
|
|
1446
1434
|
} from '../icons/users-round';
|
|
1447
1435
|
|
|
1448
|
-
//
|
|
1436
|
+
// UtensilsCrossed aliases
|
|
1449
1437
|
export {
|
|
1450
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1451
|
-
default as
|
|
1452
|
-
} from '../icons/utensils';
|
|
1438
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
1439
|
+
default as ForkKnifeCrossed
|
|
1440
|
+
} from '../icons/utensils-crossed';
|
|
1453
1441
|
|
|
1454
1442
|
// WalletMinimal aliases
|
|
1455
1443
|
export {
|
|
@@ -1457,6 +1445,12 @@ export {
|
|
|
1457
1445
|
default as Wallet2
|
|
1458
1446
|
} from '../icons/wallet-minimal';
|
|
1459
1447
|
|
|
1448
|
+
// Utensils aliases
|
|
1449
|
+
export {
|
|
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 */
|
|
1451
|
+
default as ForkKnife
|
|
1452
|
+
} from '../icons/utensils';
|
|
1453
|
+
|
|
1460
1454
|
// WandSparkles aliases
|
|
1461
1455
|
export {
|
|
1462
1456
|
/** @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 */
|