@lucide/astro 0.577.0 → 1.0.0-rc.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 +84 -90
- package/src/aliases/prefixed.ts +605 -645
- package/src/aliases/suffixed.ts +881 -921
- package/src/icons/circle-pile.ts +1 -1
- package/src/icons/gamepad-directional.ts +1 -1
- package/src/icons/gpu.ts +2 -2
- package/src/icons/index.ts +189 -207
- package/src/icons/school.ts +2 -2
- 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": "0.
|
|
3
|
+
"version": "1.0.0-rc.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
|
@@ -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 */
|
|
@@ -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 */
|
|
@@ -275,36 +269,36 @@ export {
|
|
|
275
269
|
default as ChevronUpCircle
|
|
276
270
|
} from '../icons/circle-chevron-up';
|
|
277
271
|
|
|
278
|
-
// CircleDivide aliases
|
|
279
|
-
export {
|
|
280
|
-
/** @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
|
-
default as DivideCircle
|
|
282
|
-
} from '../icons/circle-divide';
|
|
283
|
-
|
|
284
272
|
// CircleGauge aliases
|
|
285
273
|
export {
|
|
286
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 */
|
|
287
275
|
default as GaugeCircle
|
|
288
276
|
} from '../icons/circle-gauge';
|
|
289
277
|
|
|
278
|
+
// CircleDivide aliases
|
|
279
|
+
export {
|
|
280
|
+
/** @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
|
+
default as DivideCircle
|
|
282
|
+
} from '../icons/circle-divide';
|
|
283
|
+
|
|
290
284
|
// CircleMinus aliases
|
|
291
285
|
export {
|
|
292
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 */
|
|
293
287
|
default as MinusCircle
|
|
294
288
|
} from '../icons/circle-minus';
|
|
295
289
|
|
|
296
|
-
// CircleParkingOff aliases
|
|
297
|
-
export {
|
|
298
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
299
|
-
default as ParkingCircleOff
|
|
300
|
-
} from '../icons/circle-parking-off';
|
|
301
|
-
|
|
302
290
|
// CircleParking aliases
|
|
303
291
|
export {
|
|
304
292
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
305
293
|
default as ParkingCircle
|
|
306
294
|
} from '../icons/circle-parking';
|
|
307
295
|
|
|
296
|
+
// CircleParkingOff aliases
|
|
297
|
+
export {
|
|
298
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
299
|
+
default as ParkingCircleOff
|
|
300
|
+
} from '../icons/circle-parking-off';
|
|
301
|
+
|
|
308
302
|
// CirclePause aliases
|
|
309
303
|
export {
|
|
310
304
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
@@ -467,18 +461,18 @@ export {
|
|
|
467
461
|
default as FileAxis3D
|
|
468
462
|
} from '../icons/file-axis-3d';
|
|
469
463
|
|
|
470
|
-
// FileBadge aliases
|
|
471
|
-
export {
|
|
472
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
473
|
-
default as FileBadge2
|
|
474
|
-
} from '../icons/file-badge';
|
|
475
|
-
|
|
476
464
|
// FileBracesCorner aliases
|
|
477
465
|
export {
|
|
478
466
|
/** @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 */
|
|
479
467
|
default as FileJson2
|
|
480
468
|
} from '../icons/file-braces-corner';
|
|
481
469
|
|
|
470
|
+
// FileBadge aliases
|
|
471
|
+
export {
|
|
472
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
473
|
+
default as FileBadge2
|
|
474
|
+
} from '../icons/file-badge';
|
|
475
|
+
|
|
482
476
|
// FileBraces aliases
|
|
483
477
|
export {
|
|
484
478
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
@@ -497,6 +491,12 @@ export {
|
|
|
497
491
|
default as FileBarChart2
|
|
498
492
|
} from '../icons/file-chart-column';
|
|
499
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
500
|
// FileChartPie aliases
|
|
501
501
|
export {
|
|
502
502
|
/** @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 */
|
|
@@ -509,12 +509,6 @@ export {
|
|
|
509
509
|
default as FileCheck2
|
|
510
510
|
} from '../icons/file-check-corner';
|
|
511
511
|
|
|
512
|
-
// FileChartLine aliases
|
|
513
|
-
export {
|
|
514
|
-
/** @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 */
|
|
515
|
-
default as FileLineChart
|
|
516
|
-
} from '../icons/file-chart-line';
|
|
517
|
-
|
|
518
512
|
// FileCodeCorner aliases
|
|
519
513
|
export {
|
|
520
514
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
|
|
@@ -587,18 +581,18 @@ export {
|
|
|
587
581
|
default as FilePlus2
|
|
588
582
|
} from '../icons/file-plus-corner';
|
|
589
583
|
|
|
590
|
-
// FileQuestionMark aliases
|
|
591
|
-
export {
|
|
592
|
-
/** @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
|
-
default as FileQuestion
|
|
594
|
-
} from '../icons/file-question-mark';
|
|
595
|
-
|
|
596
584
|
// FileSearchCorner aliases
|
|
597
585
|
export {
|
|
598
586
|
/** @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
587
|
default as FileSearch2
|
|
600
588
|
} from '../icons/file-search-corner';
|
|
601
589
|
|
|
590
|
+
// FileQuestionMark aliases
|
|
591
|
+
export {
|
|
592
|
+
/** @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
|
+
default as FileQuestion
|
|
594
|
+
} from '../icons/file-question-mark';
|
|
595
|
+
|
|
602
596
|
// FileSignal aliases
|
|
603
597
|
export {
|
|
604
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 */
|
|
@@ -803,18 +797,18 @@ export {
|
|
|
803
797
|
default as Mic2
|
|
804
798
|
} from '../icons/mic-vocal';
|
|
805
799
|
|
|
806
|
-
// Move3d aliases
|
|
807
|
-
export {
|
|
808
|
-
/** @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 */
|
|
809
|
-
default as Move3D
|
|
810
|
-
} from '../icons/move-3d';
|
|
811
|
-
|
|
812
800
|
// OctagonAlert aliases
|
|
813
801
|
export {
|
|
814
802
|
/** @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 */
|
|
815
803
|
default as AlertOctagon
|
|
816
804
|
} from '../icons/octagon-alert';
|
|
817
805
|
|
|
806
|
+
// Move3d aliases
|
|
807
|
+
export {
|
|
808
|
+
/** @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 */
|
|
809
|
+
default as Move3D
|
|
810
|
+
} from '../icons/move-3d';
|
|
811
|
+
|
|
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 */
|
|
@@ -923,18 +917,18 @@ export {
|
|
|
923
917
|
default as PanelsTopBottom
|
|
924
918
|
} from '../icons/rows-3';
|
|
925
919
|
|
|
926
|
-
// Scale3d aliases
|
|
927
|
-
export {
|
|
928
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
929
|
-
default as Scale3D
|
|
930
|
-
} from '../icons/scale-3d';
|
|
931
|
-
|
|
932
920
|
// SendHorizontal aliases
|
|
933
921
|
export {
|
|
934
922
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
935
923
|
default as SendHorizonal
|
|
936
924
|
} from '../icons/send-horizontal';
|
|
937
925
|
|
|
926
|
+
// Scale3d aliases
|
|
927
|
+
export {
|
|
928
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
929
|
+
default as Scale3D
|
|
930
|
+
} from '../icons/scale-3d';
|
|
931
|
+
|
|
938
932
|
// ShieldQuestionMark aliases
|
|
939
933
|
export {
|
|
940
934
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
@@ -1001,18 +995,18 @@ export {
|
|
|
1001
995
|
default as ArrowDownRightFromSquare
|
|
1002
996
|
} from '../icons/square-arrow-out-down-right';
|
|
1003
997
|
|
|
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
998
|
// SquareArrowOutUpRight aliases
|
|
1011
999
|
export {
|
|
1012
1000
|
/** @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 */
|
|
1013
1001
|
default as ArrowUpRightFromSquare
|
|
1014
1002
|
} from '../icons/square-arrow-out-up-right';
|
|
1015
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
|
+
|
|
1016
1010
|
// SquareArrowRight aliases
|
|
1017
1011
|
export {
|
|
1018
1012
|
/** @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 */
|
|
@@ -1049,18 +1043,18 @@ export {
|
|
|
1049
1043
|
default as ScissorsSquareDashedBottom
|
|
1050
1044
|
} from '../icons/square-bottom-dashed-scissors';
|
|
1051
1045
|
|
|
1052
|
-
// SquareCenterlineDashedHorizontal aliases
|
|
1053
|
-
export {
|
|
1054
|
-
/** @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
|
-
default as FlipHorizontal
|
|
1056
|
-
} from '../icons/square-centerline-dashed-horizontal';
|
|
1057
|
-
|
|
1058
1046
|
// SquareCenterlineDashedVertical aliases
|
|
1059
1047
|
export {
|
|
1060
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 */
|
|
1061
1049
|
default as FlipVertical
|
|
1062
1050
|
} from '../icons/square-centerline-dashed-vertical';
|
|
1063
1051
|
|
|
1052
|
+
// SquareCenterlineDashedHorizontal aliases
|
|
1053
|
+
export {
|
|
1054
|
+
/** @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
|
+
default as FlipHorizontal
|
|
1056
|
+
} from '../icons/square-centerline-dashed-horizontal';
|
|
1057
|
+
|
|
1064
1058
|
// SquareChartGantt aliases
|
|
1065
1059
|
export {
|
|
1066
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 */
|
|
@@ -1271,18 +1265,18 @@ export {
|
|
|
1271
1265
|
default as SigmaSquare
|
|
1272
1266
|
} from '../icons/square-sigma';
|
|
1273
1267
|
|
|
1274
|
-
// SquareSlash aliases
|
|
1275
|
-
export {
|
|
1276
|
-
/** @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 */
|
|
1277
|
-
default as SlashSquare
|
|
1278
|
-
} from '../icons/square-slash';
|
|
1279
|
-
|
|
1280
1268
|
// SquareSplitHorizontal aliases
|
|
1281
1269
|
export {
|
|
1282
1270
|
/** @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 */
|
|
1283
1271
|
default as SplitSquareHorizontal
|
|
1284
1272
|
} from '../icons/square-split-horizontal';
|
|
1285
1273
|
|
|
1274
|
+
// SquareSlash aliases
|
|
1275
|
+
export {
|
|
1276
|
+
/** @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 */
|
|
1277
|
+
default as SlashSquare
|
|
1278
|
+
} from '../icons/square-slash';
|
|
1279
|
+
|
|
1286
1280
|
// SquareSplitVertical aliases
|
|
1287
1281
|
export {
|
|
1288
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 */
|
|
@@ -1307,6 +1301,12 @@ export {
|
|
|
1307
1301
|
default as UserSquare
|
|
1308
1302
|
} from '../icons/square-user';
|
|
1309
1303
|
|
|
1304
|
+
// TestTubeDiagonal aliases
|
|
1305
|
+
export {
|
|
1306
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
1307
|
+
default as TestTube2
|
|
1308
|
+
} from '../icons/test-tube-diagonal';
|
|
1309
|
+
|
|
1310
1310
|
// SquareX aliases
|
|
1311
1311
|
export {
|
|
1312
1312
|
/** @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 */
|
|
@@ -1319,12 +1319,6 @@ export {
|
|
|
1319
1319
|
default as AlignCenter
|
|
1320
1320
|
} from '../icons/text-align-center';
|
|
1321
1321
|
|
|
1322
|
-
// TestTubeDiagonal aliases
|
|
1323
|
-
export {
|
|
1324
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
1325
|
-
default as TestTube2
|
|
1326
|
-
} from '../icons/test-tube-diagonal';
|
|
1327
|
-
|
|
1328
1322
|
// TextAlignEnd aliases
|
|
1329
1323
|
export {
|
|
1330
1324
|
/** @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 */
|
|
@@ -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 */
|
|
@@ -1397,18 +1391,18 @@ export {
|
|
|
1397
1391
|
default as School2
|
|
1398
1392
|
} from '../icons/university';
|
|
1399
1393
|
|
|
1400
|
-
// UserRoundCheck aliases
|
|
1401
|
-
export {
|
|
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 */
|
|
1403
|
-
default as UserCheck2
|
|
1404
|
-
} from '../icons/user-round-check';
|
|
1405
|
-
|
|
1406
1394
|
// UserRoundCog aliases
|
|
1407
1395
|
export {
|
|
1408
1396
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
1409
1397
|
default as UserCog2
|
|
1410
1398
|
} from '../icons/user-round-cog';
|
|
1411
1399
|
|
|
1400
|
+
// UserRoundCheck aliases
|
|
1401
|
+
export {
|
|
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 */
|
|
1403
|
+
default as UserCheck2
|
|
1404
|
+
} from '../icons/user-round-check';
|
|
1405
|
+
|
|
1412
1406
|
// UserRoundMinus aliases
|
|
1413
1407
|
export {
|
|
1414
1408
|
/** @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 */
|