@lucide/astro 0.574.0 → 0.575.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +94 -82
- package/src/aliases/prefixed.ts +685 -667
- package/src/aliases/suffixed.ts +1068 -1050
- package/src/icons/file-pen-line.ts +2 -2
- package/src/icons/index.ts +128 -123
- package/src/icons/message-square-check.ts +18 -0
- package/src/icons/metronome.ts +18 -0
- package/src/icons/mouse-right.ts +18 -0
- package/src/icons/square-arrow-right-enter.ts +18 -0
- package/src/icons/square-arrow-right-exit.ts +18 -0
- package/src/icons/{flip-horizontal.ts → square-centerline-dashed-horizontal.ts} +4 -4
- package/src/icons/{flip-vertical.ts → square-centerline-dashed-vertical.ts} +4 -4
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
// AArrowUp aliases
|
|
2
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
3
1
|
// AArrowDown aliases
|
|
4
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
5
3
|
// ALargeSmall aliases
|
|
6
4
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
|
-
// Accessibility aliases
|
|
8
|
-
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
5
|
// Activity aliases
|
|
10
6
|
export { default as ActivityIcon } from '../icons/activity';
|
|
7
|
+
// Accessibility aliases
|
|
8
|
+
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
11
9
|
// AirVent aliases
|
|
12
10
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
11
|
// Airplay aliases
|
|
14
12
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
13
|
+
// AlarmClock aliases
|
|
14
|
+
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
15
15
|
// AlarmClockOff aliases
|
|
16
16
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
17
17
|
// AlarmSmoke aliases
|
|
18
18
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
19
19
|
// Album aliases
|
|
20
20
|
export { default as AlbumIcon } from '../icons/album';
|
|
21
|
-
// AlarmClock aliases
|
|
22
|
-
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
23
|
-
// AlignCenterVertical aliases
|
|
24
|
-
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
25
21
|
// AlignCenterHorizontal aliases
|
|
26
22
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
23
|
+
// AlignCenterVertical aliases
|
|
24
|
+
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
25
|
// AlignEndHorizontal aliases
|
|
28
26
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
27
|
// AlignEndVertical aliases
|
|
30
28
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
|
-
// AlignHorizontalDistributeEnd aliases
|
|
32
|
-
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
33
29
|
// AlignHorizontalDistributeCenter aliases
|
|
34
30
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
31
|
+
// AlignHorizontalDistributeEnd aliases
|
|
32
|
+
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
33
|
// AlignHorizontalDistributeStart aliases
|
|
36
34
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
|
-
// AlignHorizontalJustifyStart aliases
|
|
38
|
-
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
39
35
|
// AlignHorizontalJustifyCenter aliases
|
|
40
36
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
37
|
+
// AlignHorizontalJustifyEnd aliases
|
|
38
|
+
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
39
|
+
// AlignHorizontalJustifyStart aliases
|
|
40
|
+
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
41
41
|
// AlignHorizontalSpaceAround aliases
|
|
42
42
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
43
43
|
// AlignHorizontalSpaceBetween aliases
|
|
@@ -50,14 +50,12 @@ export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical
|
|
|
50
50
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
51
51
|
// AlignVerticalDistributeEnd aliases
|
|
52
52
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
53
|
-
//
|
|
54
|
-
export { default as
|
|
53
|
+
// AlignVerticalJustifyEnd aliases
|
|
54
|
+
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
55
55
|
// AlignVerticalDistributeStart aliases
|
|
56
56
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
57
57
|
// AlignVerticalJustifyCenter aliases
|
|
58
58
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
|
-
// AlignVerticalJustifyEnd aliases
|
|
60
|
-
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
61
59
|
// AlignVerticalJustifyStart aliases
|
|
62
60
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
63
61
|
// AlignVerticalSpaceAround aliases
|
|
@@ -66,16 +64,16 @@ export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical
|
|
|
66
64
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
67
65
|
// Ambulance aliases
|
|
68
66
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
69
|
-
// Ampersand aliases
|
|
70
|
-
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
71
67
|
// Ampersands aliases
|
|
72
68
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
69
|
+
// Ampersand aliases
|
|
70
|
+
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
73
71
|
// Amphora aliases
|
|
74
72
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
|
-
// Anchor aliases
|
|
76
|
-
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
73
|
// Angry aliases
|
|
78
74
|
export { default as AngryIcon } from '../icons/angry';
|
|
75
|
+
// Anchor aliases
|
|
76
|
+
export { default as AnchorIcon } from '../icons/anchor';
|
|
79
77
|
// Annoyed aliases
|
|
80
78
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
81
79
|
// Antenna aliases
|
|
@@ -84,28 +82,28 @@ export { default as AntennaIcon } from '../icons/antenna';
|
|
|
84
82
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
83
|
// Aperture aliases
|
|
86
84
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
|
-
// AppWindowMac aliases
|
|
88
|
-
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
89
85
|
// AppWindow aliases
|
|
90
86
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
87
|
+
// AppWindowMac aliases
|
|
88
|
+
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
91
89
|
// Apple aliases
|
|
92
90
|
export { default as AppleIcon } from '../icons/apple';
|
|
93
|
-
// ArchiveX aliases
|
|
94
|
-
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
95
91
|
// ArchiveRestore aliases
|
|
96
92
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
97
93
|
// Archive aliases
|
|
98
94
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
95
|
+
// ArchiveX aliases
|
|
96
|
+
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
99
97
|
// Armchair aliases
|
|
100
98
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
99
|
// ArrowBigDownDash aliases
|
|
102
100
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
|
-
// ArrowBigDown aliases
|
|
104
|
-
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
|
-
// ArrowBigLeftDash aliases
|
|
106
|
-
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
101
|
// ArrowBigLeft aliases
|
|
108
102
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
103
|
+
// ArrowBigLeftDash aliases
|
|
104
|
+
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
105
|
+
// ArrowBigDown aliases
|
|
106
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
109
107
|
// ArrowBigRightDash aliases
|
|
110
108
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
109
|
// ArrowBigRight aliases
|
|
@@ -114,46 +112,46 @@ export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
|
114
112
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
113
|
// ArrowBigUp aliases
|
|
116
114
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
|
-
// ArrowDownFromLine aliases
|
|
118
|
-
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
119
115
|
// ArrowDownLeft aliases
|
|
120
116
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
121
|
-
// ArrowDownNarrowWide aliases
|
|
122
|
-
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
117
|
// ArrowDownRight aliases
|
|
124
118
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
119
|
+
// ArrowDownNarrowWide aliases
|
|
120
|
+
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
121
|
+
// ArrowDownFromLine aliases
|
|
122
|
+
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
125
123
|
// ArrowDownToDot aliases
|
|
126
124
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
127
125
|
// ArrowDownToLine aliases
|
|
128
126
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
|
-
// ArrowDownUp aliases
|
|
130
|
-
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
131
|
-
// ArrowDown aliases
|
|
132
|
-
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
133
127
|
// ArrowLeftFromLine aliases
|
|
134
128
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
129
|
+
// ArrowDown aliases
|
|
130
|
+
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
131
|
+
// ArrowDownUp aliases
|
|
132
|
+
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
135
133
|
// ArrowLeftRight aliases
|
|
136
134
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
137
135
|
// ArrowLeftToLine aliases
|
|
138
136
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
137
|
// ArrowLeft aliases
|
|
140
138
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
141
|
-
// ArrowRightFromLine aliases
|
|
142
|
-
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
143
|
-
// ArrowRightLeft aliases
|
|
144
|
-
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
139
|
// ArrowRightToLine aliases
|
|
146
140
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
141
|
+
// ArrowRightLeft aliases
|
|
142
|
+
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
143
|
+
// ArrowRightFromLine aliases
|
|
144
|
+
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
147
145
|
// ArrowRight aliases
|
|
148
146
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
149
|
-
// ArrowUpFromDot aliases
|
|
150
|
-
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
151
147
|
// ArrowUpDown aliases
|
|
152
148
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
153
|
-
//
|
|
154
|
-
export { default as
|
|
149
|
+
// ArrowUpFromDot aliases
|
|
150
|
+
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
155
151
|
// ArrowUpFromLine aliases
|
|
156
152
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
153
|
+
// ArrowUpLeft aliases
|
|
154
|
+
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
155
|
// ArrowUpRight aliases
|
|
158
156
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
159
157
|
// ArrowUpToLine aliases
|
|
@@ -162,12 +160,12 @@ export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
|
162
160
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
163
161
|
// ArrowUp aliases
|
|
164
162
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
165
|
-
// AtSign aliases
|
|
166
|
-
export { default as AtSignIcon } from '../icons/at-sign';
|
|
167
163
|
// ArrowsUpFromLine aliases
|
|
168
164
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
169
165
|
// Asterisk aliases
|
|
170
166
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
167
|
+
// AtSign aliases
|
|
168
|
+
export { default as AtSignIcon } from '../icons/at-sign';
|
|
171
169
|
// AudioLines aliases
|
|
172
170
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
173
171
|
// Atom aliases
|
|
@@ -208,44 +206,46 @@ export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling
|
|
|
208
206
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
209
207
|
// BadgeSwissFranc aliases
|
|
210
208
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
211
|
-
// Badge aliases
|
|
212
|
-
export { default as BadgeIcon } from '../icons/badge';
|
|
213
209
|
// BadgeTurkishLira aliases
|
|
214
210
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
215
|
-
// BaggageClaim aliases
|
|
216
|
-
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
217
211
|
// BadgeX aliases
|
|
218
212
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
213
|
+
// Badge aliases
|
|
214
|
+
export { default as BadgeIcon } from '../icons/badge';
|
|
219
215
|
// Balloon aliases
|
|
220
216
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
221
|
-
//
|
|
222
|
-
export { default as
|
|
217
|
+
// BaggageClaim aliases
|
|
218
|
+
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
223
219
|
// Ban aliases
|
|
224
220
|
export { default as BanIcon } from '../icons/ban';
|
|
221
|
+
// Banana aliases
|
|
222
|
+
export { default as BananaIcon } from '../icons/banana';
|
|
225
223
|
// Bandage aliases
|
|
226
224
|
export { default as BandageIcon } from '../icons/bandage';
|
|
227
225
|
// BanknoteArrowDown aliases
|
|
228
226
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
229
227
|
// BanknoteArrowUp aliases
|
|
230
228
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
229
|
+
// BanknoteX aliases
|
|
230
|
+
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
231
231
|
// Banknote aliases
|
|
232
232
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
233
|
+
// AArrowUp aliases
|
|
234
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
233
235
|
// Barcode aliases
|
|
234
236
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
235
|
-
// BanknoteX aliases
|
|
236
|
-
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
237
|
-
// Baseline aliases
|
|
238
|
-
export { default as BaselineIcon } from '../icons/baseline';
|
|
239
237
|
// Barrel aliases
|
|
240
238
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
241
|
-
//
|
|
242
|
-
export { default as
|
|
239
|
+
// Baseline aliases
|
|
240
|
+
export { default as BaselineIcon } from '../icons/baseline';
|
|
243
241
|
// BatteryCharging aliases
|
|
244
242
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
245
|
-
//
|
|
246
|
-
export { default as
|
|
243
|
+
// Bath aliases
|
|
244
|
+
export { default as BathIcon } from '../icons/bath';
|
|
247
245
|
// BatteryLow aliases
|
|
248
246
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
247
|
+
// BatteryFull aliases
|
|
248
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
249
249
|
// BatteryMedium aliases
|
|
250
250
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
251
251
|
// BatteryPlus aliases
|
|
@@ -274,28 +274,28 @@ export { default as BeerOffIcon } from '../icons/beer-off';
|
|
|
274
274
|
export { default as BeerIcon } from '../icons/beer';
|
|
275
275
|
// BellDot aliases
|
|
276
276
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
277
|
-
// BellMinus aliases
|
|
278
|
-
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
279
277
|
// BellElectric aliases
|
|
280
278
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
279
|
+
// BellMinus aliases
|
|
280
|
+
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
281
281
|
// BellOff aliases
|
|
282
282
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
283
283
|
// BellPlus aliases
|
|
284
284
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
285
|
-
// Bell aliases
|
|
286
|
-
export { default as BellIcon } from '../icons/bell';
|
|
287
285
|
// BellRing aliases
|
|
288
286
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
289
|
-
//
|
|
290
|
-
export { default as
|
|
287
|
+
// Bell aliases
|
|
288
|
+
export { default as BellIcon } from '../icons/bell';
|
|
291
289
|
// BetweenVerticalEnd aliases
|
|
292
290
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
291
|
+
// BetweenVerticalStart aliases
|
|
292
|
+
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
293
293
|
// BicepsFlexed aliases
|
|
294
294
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
295
|
-
// Binary aliases
|
|
296
|
-
export { default as BinaryIcon } from '../icons/binary';
|
|
297
295
|
// Bike aliases
|
|
298
296
|
export { default as BikeIcon } from '../icons/bike';
|
|
297
|
+
// Binary aliases
|
|
298
|
+
export { default as BinaryIcon } from '../icons/binary';
|
|
299
299
|
// Binoculars aliases
|
|
300
300
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
301
301
|
// Biohazard aliases
|
|
@@ -308,16 +308,16 @@ export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
|
308
308
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
309
309
|
// Blend aliases
|
|
310
310
|
export { default as BlendIcon } from '../icons/blend';
|
|
311
|
-
// Blinds aliases
|
|
312
|
-
export { default as BlindsIcon } from '../icons/blinds';
|
|
313
311
|
// Blocks aliases
|
|
314
312
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
315
313
|
// BluetoothConnected aliases
|
|
316
314
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
317
|
-
//
|
|
318
|
-
export { default as
|
|
315
|
+
// Blinds aliases
|
|
316
|
+
export { default as BlindsIcon } from '../icons/blinds';
|
|
319
317
|
// BluetoothOff aliases
|
|
320
318
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
319
|
+
// BluetoothSearching aliases
|
|
320
|
+
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
321
321
|
// Bluetooth aliases
|
|
322
322
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
323
323
|
// Bolt aliases
|
|
@@ -338,26 +338,26 @@ export { default as BookAudioIcon } from '../icons/book-audio';
|
|
|
338
338
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
339
339
|
// BookCopy aliases
|
|
340
340
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
341
|
-
// BookHeadphones aliases
|
|
342
|
-
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
343
341
|
// BookDown aliases
|
|
344
342
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
345
343
|
// BookHeart aliases
|
|
346
344
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
345
|
+
// BookHeadphones aliases
|
|
346
|
+
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
347
347
|
// BookImage aliases
|
|
348
348
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
349
349
|
// BookKey aliases
|
|
350
350
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
351
|
-
// BookMarked aliases
|
|
352
|
-
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
353
351
|
// BookLock aliases
|
|
354
352
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
355
353
|
// BookMinus aliases
|
|
356
354
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
357
|
-
//
|
|
358
|
-
export { default as
|
|
355
|
+
// BookMarked aliases
|
|
356
|
+
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
359
357
|
// BookOpenText aliases
|
|
360
358
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
359
|
+
// BookOpenCheck aliases
|
|
360
|
+
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
361
361
|
// BookOpen aliases
|
|
362
362
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
363
363
|
// BookPlus aliases
|
|
@@ -370,142 +370,142 @@ export { default as BookTextIcon } from '../icons/book-text';
|
|
|
370
370
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
371
371
|
// BookUp2 aliases
|
|
372
372
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
|
-
// BookUser aliases
|
|
374
|
-
export { default as BookUserIcon } from '../icons/book-user';
|
|
375
373
|
// BookUp aliases
|
|
376
374
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
377
375
|
// BookX aliases
|
|
378
376
|
export { default as BookXIcon } from '../icons/book-x';
|
|
379
|
-
//
|
|
380
|
-
export { default as
|
|
377
|
+
// BookUser aliases
|
|
378
|
+
export { default as BookUserIcon } from '../icons/book-user';
|
|
381
379
|
// Book aliases
|
|
382
380
|
export { default as BookIcon } from '../icons/book';
|
|
383
381
|
// BookmarkMinus aliases
|
|
384
382
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
385
|
-
//
|
|
386
|
-
export { default as
|
|
383
|
+
// BookmarkCheck aliases
|
|
384
|
+
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
387
385
|
// BookmarkPlus aliases
|
|
388
386
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
387
|
+
// BookmarkX aliases
|
|
388
|
+
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
389
|
+
// BoomBox aliases
|
|
390
|
+
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
389
391
|
// Bookmark aliases
|
|
390
392
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
391
393
|
// BotMessageSquare aliases
|
|
392
394
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
393
|
-
// BoomBox aliases
|
|
394
|
-
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
395
395
|
// BotOff aliases
|
|
396
396
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
397
|
-
// BowArrow aliases
|
|
398
|
-
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
399
|
-
// Bot aliases
|
|
400
|
-
export { default as BotIcon } from '../icons/bot';
|
|
401
|
-
// Box aliases
|
|
402
|
-
export { default as BoxIcon } from '../icons/box';
|
|
403
397
|
// BottleWine aliases
|
|
404
398
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
399
|
+
// Bot aliases
|
|
400
|
+
export { default as BotIcon } from '../icons/bot';
|
|
401
|
+
// BowArrow aliases
|
|
402
|
+
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
405
403
|
// Boxes aliases
|
|
406
404
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
407
|
-
//
|
|
408
|
-
export { default as
|
|
405
|
+
// Box aliases
|
|
406
|
+
export { default as BoxIcon } from '../icons/box';
|
|
409
407
|
// Brackets aliases
|
|
410
408
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
411
|
-
//
|
|
412
|
-
export { default as
|
|
409
|
+
// BrainCircuit aliases
|
|
410
|
+
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
413
411
|
// Brain aliases
|
|
414
412
|
export { default as BrainIcon } from '../icons/brain';
|
|
415
|
-
//
|
|
416
|
-
export { default as
|
|
413
|
+
// BrainCog aliases
|
|
414
|
+
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
417
415
|
// BrickWallShield aliases
|
|
418
416
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
419
|
-
//
|
|
420
|
-
export { default as
|
|
417
|
+
// BrickWallFire aliases
|
|
418
|
+
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
421
419
|
// BriefcaseBusiness aliases
|
|
422
420
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
423
|
-
//
|
|
424
|
-
export { default as
|
|
421
|
+
// BrickWall aliases
|
|
422
|
+
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
425
423
|
// BriefcaseMedical aliases
|
|
426
424
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
427
|
-
//
|
|
428
|
-
export { default as
|
|
425
|
+
// BriefcaseConveyorBelt aliases
|
|
426
|
+
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
429
427
|
// BrushCleaning aliases
|
|
430
428
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
431
|
-
//
|
|
432
|
-
export { default as
|
|
429
|
+
// Briefcase aliases
|
|
430
|
+
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
433
431
|
// BringToFront aliases
|
|
434
432
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
433
|
+
// Brush aliases
|
|
434
|
+
export { default as BrushIcon } from '../icons/brush';
|
|
435
435
|
// Bubbles aliases
|
|
436
436
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
437
|
-
// BugPlay aliases
|
|
438
|
-
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
439
437
|
// BugOff aliases
|
|
440
438
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
439
|
+
// BugPlay aliases
|
|
440
|
+
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
441
441
|
// Bug aliases
|
|
442
442
|
export { default as BugIcon } from '../icons/bug';
|
|
443
|
-
// Building aliases
|
|
444
|
-
export { default as BuildingIcon } from '../icons/building';
|
|
445
443
|
// Building2 aliases
|
|
446
444
|
export { default as Building2Icon } from '../icons/building-2';
|
|
445
|
+
// Building aliases
|
|
446
|
+
export { default as BuildingIcon } from '../icons/building';
|
|
447
447
|
// BusFront aliases
|
|
448
448
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
449
449
|
// Bus aliases
|
|
450
450
|
export { default as BusIcon } from '../icons/bus';
|
|
451
|
-
// Cable aliases
|
|
452
|
-
export { default as CableIcon } from '../icons/cable';
|
|
453
451
|
// CableCar aliases
|
|
454
452
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
453
|
+
// Cable aliases
|
|
454
|
+
export { default as CableIcon } from '../icons/cable';
|
|
455
455
|
// CakeSlice aliases
|
|
456
456
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
457
457
|
// Cake aliases
|
|
458
458
|
export { default as CakeIcon } from '../icons/cake';
|
|
459
459
|
// Calculator aliases
|
|
460
460
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
461
|
-
// Calendar1 aliases
|
|
462
|
-
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
463
461
|
// CalendarArrowDown aliases
|
|
464
462
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
463
|
+
// Calendar1 aliases
|
|
464
|
+
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
465
465
|
// CalendarArrowUp aliases
|
|
466
466
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
467
467
|
// CalendarCheck2 aliases
|
|
468
468
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
469
|
+
// CalendarCog aliases
|
|
470
|
+
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
469
471
|
// CalendarCheck aliases
|
|
470
472
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
471
473
|
// CalendarClock aliases
|
|
472
474
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
473
|
-
// CalendarCog aliases
|
|
474
|
-
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
475
475
|
// CalendarFold aliases
|
|
476
476
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
477
477
|
// CalendarDays aliases
|
|
478
478
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
479
479
|
// CalendarHeart aliases
|
|
480
480
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
481
|
-
// CalendarMinus aliases
|
|
482
|
-
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
483
481
|
// CalendarMinus2 aliases
|
|
484
482
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
483
|
+
// CalendarMinus aliases
|
|
484
|
+
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
485
485
|
// CalendarOff aliases
|
|
486
486
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
487
|
-
// CalendarPlus2 aliases
|
|
488
|
-
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
489
487
|
// CalendarPlus aliases
|
|
490
488
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
489
|
+
// CalendarPlus2 aliases
|
|
490
|
+
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
491
491
|
// CalendarRange aliases
|
|
492
492
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
493
|
+
// CalendarSearch aliases
|
|
494
|
+
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
493
495
|
// CalendarSync aliases
|
|
494
496
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
495
497
|
// CalendarX2 aliases
|
|
496
498
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
497
|
-
// CalendarSearch aliases
|
|
498
|
-
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
499
499
|
// CalendarX aliases
|
|
500
500
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
501
501
|
// Calendar aliases
|
|
502
502
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
503
503
|
// Calendars aliases
|
|
504
504
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
505
|
-
// CameraOff aliases
|
|
506
|
-
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
507
505
|
// Camera aliases
|
|
508
506
|
export { default as CameraIcon } from '../icons/camera';
|
|
507
|
+
// CameraOff aliases
|
|
508
|
+
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
509
509
|
// CandyCane aliases
|
|
510
510
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
511
511
|
// CandyOff aliases
|
|
@@ -532,12 +532,12 @@ export { default as CardSimIcon } from '../icons/card-sim';
|
|
|
532
532
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
533
533
|
// CaseLower aliases
|
|
534
534
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
535
|
-
// CaseUpper aliases
|
|
536
|
-
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
537
535
|
// CaseSensitive aliases
|
|
538
536
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
539
537
|
// CassetteTape aliases
|
|
540
538
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
539
|
+
// CaseUpper aliases
|
|
540
|
+
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
541
541
|
// Cast aliases
|
|
542
542
|
export { default as CastIcon } from '../icons/cast';
|
|
543
543
|
// Castle aliases
|
|
@@ -546,62 +546,62 @@ export { default as CastleIcon } from '../icons/castle';
|
|
|
546
546
|
export { default as CatIcon } from '../icons/cat';
|
|
547
547
|
// Cctv aliases
|
|
548
548
|
export { default as CctvIcon } from '../icons/cctv';
|
|
549
|
-
// ChartBarIncreasing aliases
|
|
550
|
-
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
551
549
|
// ChartBarDecreasing aliases
|
|
552
550
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
553
|
-
//
|
|
554
|
-
export { default as
|
|
551
|
+
// ChartBarIncreasing aliases
|
|
552
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
555
553
|
// ChartBarStacked aliases
|
|
556
554
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
557
|
-
//
|
|
558
|
-
export { default as
|
|
555
|
+
// ChartColumnDecreasing aliases
|
|
556
|
+
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
559
557
|
// ChartColumnStacked aliases
|
|
560
558
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
561
|
-
//
|
|
562
|
-
export { default as
|
|
559
|
+
// ChartGantt aliases
|
|
560
|
+
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
563
561
|
// ChartNoAxesColumnDecreasing aliases
|
|
564
562
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
563
|
+
// ChartNetwork aliases
|
|
564
|
+
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
565
565
|
// ChartNoAxesCombined aliases
|
|
566
566
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
567
|
-
// ChartSpline aliases
|
|
568
|
-
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
569
567
|
// CheckCheck aliases
|
|
570
568
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
569
|
+
// ChartSpline aliases
|
|
570
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
571
571
|
// CheckLine aliases
|
|
572
572
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
573
|
+
// Cherry aliases
|
|
574
|
+
export { default as CherryIcon } from '../icons/cherry';
|
|
573
575
|
// Check aliases
|
|
574
576
|
export { default as CheckIcon } from '../icons/check';
|
|
575
577
|
// ChefHat aliases
|
|
576
578
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
577
|
-
// Cherry aliases
|
|
578
|
-
export { default as CherryIcon } from '../icons/cherry';
|
|
579
579
|
// ChessBishop aliases
|
|
580
580
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
581
581
|
// ChessKing aliases
|
|
582
582
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
583
583
|
// ChessKnight aliases
|
|
584
584
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
585
|
-
// ChessPawn aliases
|
|
586
|
-
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
587
585
|
// ChessQueen aliases
|
|
588
586
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
587
|
+
// ChessPawn aliases
|
|
588
|
+
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
589
589
|
// ChessRook aliases
|
|
590
590
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
591
591
|
// ChevronDown aliases
|
|
592
592
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
593
|
-
// ChevronFirst aliases
|
|
594
|
-
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
595
593
|
// ChevronLast aliases
|
|
596
594
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
595
|
+
// ChevronFirst aliases
|
|
596
|
+
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
597
597
|
// ChevronLeft aliases
|
|
598
598
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
599
|
+
// ChevronUp aliases
|
|
600
|
+
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
599
601
|
// ChevronRight aliases
|
|
600
602
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
601
603
|
// ChevronsDownUp aliases
|
|
602
604
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
603
|
-
// ChevronUp aliases
|
|
604
|
-
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
605
605
|
// ChevronsDown aliases
|
|
606
606
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
607
607
|
// ChevronsLeftRightEllipsis aliases
|
|
@@ -616,36 +616,36 @@ export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
|
616
616
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
617
617
|
// ChevronsUpDown aliases
|
|
618
618
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
619
|
-
// ChevronsUp aliases
|
|
620
|
-
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
621
619
|
// Church aliases
|
|
622
620
|
export { default as ChurchIcon } from '../icons/church';
|
|
621
|
+
// ChevronsUp aliases
|
|
622
|
+
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
623
623
|
// CigaretteOff aliases
|
|
624
624
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
625
625
|
// Cigarette aliases
|
|
626
626
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
627
|
+
// CircleDollarSign aliases
|
|
628
|
+
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
627
629
|
// CircleDashed aliases
|
|
628
630
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
631
|
+
// CircleDot aliases
|
|
632
|
+
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
629
633
|
// CircleDotDashed aliases
|
|
630
634
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
631
635
|
// CircleEllipsis aliases
|
|
632
636
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
633
|
-
// CircleDollarSign aliases
|
|
634
|
-
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
635
637
|
// CircleEqual aliases
|
|
636
638
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
637
|
-
// CircleDot aliases
|
|
638
|
-
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
639
|
-
// CircleFadingPlus aliases
|
|
640
|
-
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
641
639
|
// CircleFadingArrowUp aliases
|
|
642
640
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
641
|
+
// CircleFadingPlus aliases
|
|
642
|
+
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
643
|
+
// CirclePile aliases
|
|
644
|
+
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
643
645
|
// CircleOff aliases
|
|
644
646
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
645
647
|
// CircleSlash aliases
|
|
646
648
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
647
|
-
// CirclePile aliases
|
|
648
|
-
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
649
649
|
// CirclePoundSterling aliases
|
|
650
650
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
651
651
|
// CircleSmall aliases
|
|
@@ -662,56 +662,56 @@ export { default as CitrusIcon } from '../icons/citrus';
|
|
|
662
662
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
663
663
|
// ClipboardCheck aliases
|
|
664
664
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
665
|
-
// ClipboardClock aliases
|
|
666
|
-
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
667
665
|
// ClipboardCopy aliases
|
|
668
666
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
667
|
+
// ClipboardClock aliases
|
|
668
|
+
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
669
669
|
// ClipboardList aliases
|
|
670
670
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
671
671
|
// ClipboardMinus aliases
|
|
672
672
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
673
|
-
// ClipboardPaste aliases
|
|
674
|
-
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
675
673
|
// ClipboardPlus aliases
|
|
676
674
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
675
|
+
// ClipboardPaste aliases
|
|
676
|
+
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
677
677
|
// ClipboardType aliases
|
|
678
678
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
679
|
-
// Clock1 aliases
|
|
680
|
-
export { default as Clock1Icon } from '../icons/clock-1';
|
|
681
679
|
// ClipboardX aliases
|
|
682
680
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
683
681
|
// Clipboard aliases
|
|
684
682
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
685
683
|
// Clock10 aliases
|
|
686
684
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
687
|
-
//
|
|
688
|
-
export { default as
|
|
685
|
+
// Clock1 aliases
|
|
686
|
+
export { default as Clock1Icon } from '../icons/clock-1';
|
|
689
687
|
// Clock12 aliases
|
|
690
688
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
689
|
+
// Clock11 aliases
|
|
690
|
+
export { default as Clock11Icon } from '../icons/clock-11';
|
|
691
691
|
// Clock2 aliases
|
|
692
692
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
693
|
-
// Clock3 aliases
|
|
694
|
-
export { default as Clock3Icon } from '../icons/clock-3';
|
|
695
693
|
// Clock4 aliases
|
|
696
694
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
697
695
|
// Clock5 aliases
|
|
698
696
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
699
|
-
//
|
|
700
|
-
export { default as
|
|
697
|
+
// Clock3 aliases
|
|
698
|
+
export { default as Clock3Icon } from '../icons/clock-3';
|
|
701
699
|
// Clock7 aliases
|
|
702
700
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
701
|
+
// Clock6 aliases
|
|
702
|
+
export { default as Clock6Icon } from '../icons/clock-6';
|
|
703
703
|
// Clock8 aliases
|
|
704
704
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
705
|
-
// Clock9 aliases
|
|
706
|
-
export { default as Clock9Icon } from '../icons/clock-9';
|
|
707
705
|
// ClockAlert aliases
|
|
708
706
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
707
|
+
// Clock9 aliases
|
|
708
|
+
export { default as Clock9Icon } from '../icons/clock-9';
|
|
709
|
+
// ClockArrowDown aliases
|
|
710
|
+
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
709
711
|
// ClockArrowUp aliases
|
|
710
712
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
711
713
|
// ClockCheck aliases
|
|
712
714
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
713
|
-
// ClockArrowDown aliases
|
|
714
|
-
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
715
715
|
// ClockPlus aliases
|
|
716
716
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
717
717
|
// ClockFading aliases
|
|
@@ -734,24 +734,24 @@ export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
|
734
734
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
735
735
|
// CloudHail aliases
|
|
736
736
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
737
|
-
// CloudLightning aliases
|
|
738
|
-
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
739
737
|
// CloudMoon aliases
|
|
740
738
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
739
|
+
// CloudLightning aliases
|
|
740
|
+
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
741
741
|
// CloudMoonRain aliases
|
|
742
742
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
743
743
|
// CloudOff aliases
|
|
744
744
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
745
745
|
// CloudRainWind aliases
|
|
746
746
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
747
|
-
// CloudSnow aliases
|
|
748
|
-
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
749
747
|
// CloudRain aliases
|
|
750
748
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
751
|
-
//
|
|
752
|
-
export { default as
|
|
749
|
+
// CloudSnow aliases
|
|
750
|
+
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
753
751
|
// CloudSunRain aliases
|
|
754
752
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
753
|
+
// CloudSun aliases
|
|
754
|
+
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
755
755
|
// CloudSync aliases
|
|
756
756
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
757
757
|
// Cloud aliases
|
|
@@ -762,12 +762,12 @@ export { default as CloudyIcon } from '../icons/cloudy';
|
|
|
762
762
|
export { default as CloverIcon } from '../icons/clover';
|
|
763
763
|
// Club aliases
|
|
764
764
|
export { default as ClubIcon } from '../icons/club';
|
|
765
|
+
// Code aliases
|
|
766
|
+
export { default as CodeIcon } from '../icons/code';
|
|
765
767
|
// Codepen aliases
|
|
766
768
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
767
769
|
// Codesandbox aliases
|
|
768
770
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
769
|
-
// Code aliases
|
|
770
|
-
export { default as CodeIcon } from '../icons/code';
|
|
771
771
|
// Cog aliases
|
|
772
772
|
export { default as CogIcon } from '../icons/cog';
|
|
773
773
|
// Coins aliases
|
|
@@ -780,34 +780,34 @@ export { default as Columns4Icon } from '../icons/columns-4';
|
|
|
780
780
|
export { default as CombineIcon } from '../icons/combine';
|
|
781
781
|
// Command aliases
|
|
782
782
|
export { default as CommandIcon } from '../icons/command';
|
|
783
|
-
// Component aliases
|
|
784
|
-
export { default as ComponentIcon } from '../icons/component';
|
|
785
783
|
// Compass aliases
|
|
786
784
|
export { default as CompassIcon } from '../icons/compass';
|
|
787
|
-
//
|
|
788
|
-
export { default as
|
|
785
|
+
// Component aliases
|
|
786
|
+
export { default as ComponentIcon } from '../icons/component';
|
|
789
787
|
// Computer aliases
|
|
790
788
|
export { default as ComputerIcon } from '../icons/computer';
|
|
789
|
+
// ConciergeBell aliases
|
|
790
|
+
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
791
791
|
// Cone aliases
|
|
792
792
|
export { default as ConeIcon } from '../icons/cone';
|
|
793
793
|
// Construction aliases
|
|
794
794
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
795
795
|
// Container aliases
|
|
796
796
|
export { default as ContainerIcon } from '../icons/container';
|
|
797
|
-
// Contrast aliases
|
|
798
|
-
export { default as ContrastIcon } from '../icons/contrast';
|
|
799
797
|
// Contact aliases
|
|
800
798
|
export { default as ContactIcon } from '../icons/contact';
|
|
801
|
-
//
|
|
802
|
-
export { default as
|
|
799
|
+
// Contrast aliases
|
|
800
|
+
export { default as ContrastIcon } from '../icons/contrast';
|
|
803
801
|
// CookingPot aliases
|
|
804
802
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
805
803
|
// CopyCheck aliases
|
|
806
804
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
807
|
-
//
|
|
808
|
-
export { default as
|
|
805
|
+
// Cookie aliases
|
|
806
|
+
export { default as CookieIcon } from '../icons/cookie';
|
|
809
807
|
// CopyMinus aliases
|
|
810
808
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
809
|
+
// CopyPlus aliases
|
|
810
|
+
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
811
811
|
// CopySlash aliases
|
|
812
812
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
813
813
|
// CopyX aliases
|
|
@@ -822,14 +822,14 @@ export { default as CopyrightIcon } from '../icons/copyright';
|
|
|
822
822
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
823
823
|
// CornerDownRight aliases
|
|
824
824
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
825
|
-
// CornerLeftDown aliases
|
|
826
|
-
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
827
825
|
// CornerLeftUp aliases
|
|
828
826
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
829
|
-
//
|
|
830
|
-
export { default as
|
|
827
|
+
// CornerLeftDown aliases
|
|
828
|
+
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
831
829
|
// CornerRightDown aliases
|
|
832
830
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
831
|
+
// CornerRightUp aliases
|
|
832
|
+
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
833
833
|
// CornerUpLeft aliases
|
|
834
834
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
835
835
|
// CornerUpRight aliases
|
|
@@ -842,42 +842,42 @@ export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
|
842
842
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
843
843
|
// Croissant aliases
|
|
844
844
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
845
|
-
// Cross aliases
|
|
846
|
-
export { default as CrossIcon } from '../icons/cross';
|
|
847
845
|
// Crop aliases
|
|
848
846
|
export { default as CropIcon } from '../icons/crop';
|
|
849
847
|
// Crosshair aliases
|
|
850
848
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
849
|
+
// Cross aliases
|
|
850
|
+
export { default as CrossIcon } from '../icons/cross';
|
|
851
851
|
// Crown aliases
|
|
852
852
|
export { default as CrownIcon } from '../icons/crown';
|
|
853
853
|
// Cuboid aliases
|
|
854
854
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
855
|
+
// Dam aliases
|
|
856
|
+
export { default as DamIcon } from '../icons/dam';
|
|
855
857
|
// CupSoda aliases
|
|
856
858
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
859
|
+
// Currency aliases
|
|
860
|
+
export { default as CurrencyIcon } from '../icons/currency';
|
|
857
861
|
// Cylinder aliases
|
|
858
862
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
859
|
-
// Dam aliases
|
|
860
|
-
export { default as DamIcon } from '../icons/dam';
|
|
861
863
|
// DatabaseBackup aliases
|
|
862
864
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
863
|
-
// Currency aliases
|
|
864
|
-
export { default as CurrencyIcon } from '../icons/currency';
|
|
865
865
|
// DatabaseSearch aliases
|
|
866
866
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
867
|
-
// Database aliases
|
|
868
|
-
export { default as DatabaseIcon } from '../icons/database';
|
|
869
867
|
// DatabaseZap aliases
|
|
870
868
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
871
|
-
//
|
|
872
|
-
export { default as
|
|
869
|
+
// Database aliases
|
|
870
|
+
export { default as DatabaseIcon } from '../icons/database';
|
|
873
871
|
// DecimalsArrowRight aliases
|
|
874
872
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
873
|
+
// DecimalsArrowLeft aliases
|
|
874
|
+
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
875
|
+
// Delete aliases
|
|
876
|
+
export { default as DeleteIcon } from '../icons/delete';
|
|
875
877
|
// Dessert aliases
|
|
876
878
|
export { default as DessertIcon } from '../icons/dessert';
|
|
877
879
|
// Diameter aliases
|
|
878
880
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
879
|
-
// Delete aliases
|
|
880
|
-
export { default as DeleteIcon } from '../icons/delete';
|
|
881
881
|
// DiamondMinus aliases
|
|
882
882
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
883
883
|
// DiamondPlus aliases
|
|
@@ -890,20 +890,20 @@ export { default as Dice1Icon } from '../icons/dice-1';
|
|
|
890
890
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
891
891
|
// Dice3 aliases
|
|
892
892
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
893
|
+
// Dice4 aliases
|
|
894
|
+
export { default as Dice4Icon } from '../icons/dice-4';
|
|
893
895
|
// Dice5 aliases
|
|
894
896
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
895
897
|
// Dice6 aliases
|
|
896
898
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
897
|
-
// Dice4 aliases
|
|
898
|
-
export { default as Dice4Icon } from '../icons/dice-4';
|
|
899
|
-
// Diff aliases
|
|
900
|
-
export { default as DiffIcon } from '../icons/diff';
|
|
901
899
|
// Dices aliases
|
|
902
900
|
export { default as DicesIcon } from '../icons/dices';
|
|
903
|
-
//
|
|
904
|
-
export { default as
|
|
901
|
+
// Diff aliases
|
|
902
|
+
export { default as DiffIcon } from '../icons/diff';
|
|
905
903
|
// Disc3 aliases
|
|
906
904
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
905
|
+
// Disc2 aliases
|
|
906
|
+
export { default as Disc2Icon } from '../icons/disc-2';
|
|
907
907
|
// DiscAlbum aliases
|
|
908
908
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
909
909
|
// Disc aliases
|
|
@@ -922,78 +922,78 @@ export { default as DockIcon } from '../icons/dock';
|
|
|
922
922
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
923
923
|
// Donut aliases
|
|
924
924
|
export { default as DonutIcon } from '../icons/donut';
|
|
925
|
-
// DoorClosed aliases
|
|
926
|
-
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
927
925
|
// DoorClosedLocked aliases
|
|
928
926
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
927
|
+
// DoorClosed aliases
|
|
928
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
929
929
|
// DoorOpen aliases
|
|
930
930
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
931
|
-
// Download aliases
|
|
932
|
-
export { default as DownloadIcon } from '../icons/download';
|
|
933
931
|
// Dot aliases
|
|
934
932
|
export { default as DotIcon } from '../icons/dot';
|
|
933
|
+
// Download aliases
|
|
934
|
+
export { default as DownloadIcon } from '../icons/download';
|
|
935
935
|
// DraftingCompass aliases
|
|
936
936
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
937
937
|
// Drama aliases
|
|
938
938
|
export { default as DramaIcon } from '../icons/drama';
|
|
939
|
-
// Drone aliases
|
|
940
|
-
export { default as DroneIcon } from '../icons/drone';
|
|
941
939
|
// Dribbble aliases
|
|
942
940
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
943
941
|
// Drill aliases
|
|
944
942
|
export { default as DrillIcon } from '../icons/drill';
|
|
943
|
+
// Drone aliases
|
|
944
|
+
export { default as DroneIcon } from '../icons/drone';
|
|
945
945
|
// DropletOff aliases
|
|
946
946
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
947
|
+
// Droplet aliases
|
|
948
|
+
export { default as DropletIcon } from '../icons/droplet';
|
|
947
949
|
// Droplets aliases
|
|
948
950
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
949
951
|
// Drum aliases
|
|
950
952
|
export { default as DrumIcon } from '../icons/drum';
|
|
951
|
-
// Droplet aliases
|
|
952
|
-
export { default as DropletIcon } from '../icons/droplet';
|
|
953
|
-
// Dumbbell aliases
|
|
954
|
-
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
955
|
-
// EarOff aliases
|
|
956
|
-
export { default as EarOffIcon } from '../icons/ear-off';
|
|
957
953
|
// Drumstick aliases
|
|
958
954
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
955
|
+
// EarOff aliases
|
|
956
|
+
export { default as EarOffIcon } from '../icons/ear-off';
|
|
957
|
+
// Dumbbell aliases
|
|
958
|
+
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
959
959
|
// Ear aliases
|
|
960
960
|
export { default as EarIcon } from '../icons/ear';
|
|
961
|
-
// Eclipse aliases
|
|
962
|
-
export { default as EclipseIcon } from '../icons/eclipse';
|
|
963
961
|
// EarthLock aliases
|
|
964
962
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
965
963
|
// EggFried aliases
|
|
966
964
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
965
|
+
// Eclipse aliases
|
|
966
|
+
export { default as EclipseIcon } from '../icons/eclipse';
|
|
967
|
+
// Egg aliases
|
|
968
|
+
export { default as EggIcon } from '../icons/egg';
|
|
967
969
|
// EggOff aliases
|
|
968
970
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
969
971
|
// EqualApproximately aliases
|
|
970
972
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
971
|
-
// Egg aliases
|
|
972
|
-
export { default as EggIcon } from '../icons/egg';
|
|
973
|
-
// Equal aliases
|
|
974
|
-
export { default as EqualIcon } from '../icons/equal';
|
|
975
973
|
// EqualNot aliases
|
|
976
974
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
975
|
+
// Equal aliases
|
|
976
|
+
export { default as EqualIcon } from '../icons/equal';
|
|
977
977
|
// Eraser aliases
|
|
978
978
|
export { default as EraserIcon } from '../icons/eraser';
|
|
979
|
-
// Euro aliases
|
|
980
|
-
export { default as EuroIcon } from '../icons/euro';
|
|
981
|
-
// EvCharger aliases
|
|
982
|
-
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
983
979
|
// EthernetPort aliases
|
|
984
980
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
981
|
+
// EvCharger aliases
|
|
982
|
+
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
983
|
+
// Euro aliases
|
|
984
|
+
export { default as EuroIcon } from '../icons/euro';
|
|
985
985
|
// ExternalLink aliases
|
|
986
986
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
987
|
+
// Expand aliases
|
|
988
|
+
export { default as ExpandIcon } from '../icons/expand';
|
|
987
989
|
// EyeClosed aliases
|
|
988
990
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
991
|
+
// Facebook aliases
|
|
992
|
+
export { default as FacebookIcon } from '../icons/facebook';
|
|
989
993
|
// EyeOff aliases
|
|
990
994
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
991
995
|
// Eye aliases
|
|
992
996
|
export { default as EyeIcon } from '../icons/eye';
|
|
993
|
-
// Expand aliases
|
|
994
|
-
export { default as ExpandIcon } from '../icons/expand';
|
|
995
|
-
// Facebook aliases
|
|
996
|
-
export { default as FacebookIcon } from '../icons/facebook';
|
|
997
997
|
// Factory aliases
|
|
998
998
|
export { default as FactoryIcon } from '../icons/factory';
|
|
999
999
|
// Fan aliases
|
|
@@ -1008,18 +1008,18 @@ export { default as FenceIcon } from '../icons/fence';
|
|
|
1008
1008
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1009
1009
|
// Figma aliases
|
|
1010
1010
|
export { default as FigmaIcon } from '../icons/figma';
|
|
1011
|
-
// FileArchive aliases
|
|
1012
|
-
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1013
1011
|
// FileBox aliases
|
|
1014
1012
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1013
|
+
// FileArchive aliases
|
|
1014
|
+
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1015
1015
|
// FileCheck aliases
|
|
1016
1016
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1017
1017
|
// FileClock aliases
|
|
1018
1018
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1019
|
-
// FileDiff aliases
|
|
1020
|
-
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1021
1019
|
// FileCode aliases
|
|
1022
1020
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1021
|
+
// FileDiff aliases
|
|
1022
|
+
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1023
1023
|
// FileDigit aliases
|
|
1024
1024
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1025
1025
|
// FileDown aliases
|
|
@@ -1034,14 +1034,14 @@ export { default as FileInputIcon } from '../icons/file-input';
|
|
|
1034
1034
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1035
1035
|
// FileMusic aliases
|
|
1036
1036
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1037
|
-
// FileScan aliases
|
|
1038
|
-
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1039
1037
|
// FileOutput aliases
|
|
1040
1038
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1041
1039
|
// FilePlus aliases
|
|
1042
1040
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1043
1041
|
// FileSearch aliases
|
|
1044
1042
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1043
|
+
// FileScan aliases
|
|
1044
|
+
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1045
1045
|
// FileSliders aliases
|
|
1046
1046
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1047
1047
|
// FileSpreadsheet aliases
|
|
@@ -1052,10 +1052,10 @@ export { default as FileStackIcon } from '../icons/file-stack';
|
|
|
1052
1052
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1053
1053
|
// FileTerminal aliases
|
|
1054
1054
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1055
|
-
// FileText aliases
|
|
1056
|
-
export { default as FileTextIcon } from '../icons/file-text';
|
|
1057
1055
|
// FileType aliases
|
|
1058
1056
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1057
|
+
// FileText aliases
|
|
1058
|
+
export { default as FileTextIcon } from '../icons/file-text';
|
|
1059
1059
|
// FileUp aliases
|
|
1060
1060
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1061
1061
|
// FileUser aliases
|
|
@@ -1070,10 +1070,10 @@ export { default as FileXIcon } from '../icons/file-x';
|
|
|
1070
1070
|
export { default as FilesIcon } from '../icons/files';
|
|
1071
1071
|
// Film aliases
|
|
1072
1072
|
export { default as FilmIcon } from '../icons/film';
|
|
1073
|
-
// FishOff aliases
|
|
1074
|
-
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1075
1073
|
// FireExtinguisher aliases
|
|
1076
1074
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1075
|
+
// FishOff aliases
|
|
1076
|
+
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1077
1077
|
// FishSymbol aliases
|
|
1078
1078
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1079
1079
|
// Fish aliases
|
|
@@ -1082,34 +1082,30 @@ export { default as FishIcon } from '../icons/fish';
|
|
|
1082
1082
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1083
1083
|
// FlagOff aliases
|
|
1084
1084
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1085
|
-
// FlagTriangleRight aliases
|
|
1086
|
-
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1087
1085
|
// FlagTriangleLeft aliases
|
|
1088
1086
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1089
|
-
//
|
|
1090
|
-
export { default as
|
|
1087
|
+
// FlagTriangleRight aliases
|
|
1088
|
+
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1091
1089
|
// FlameKindling aliases
|
|
1092
1090
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1091
|
+
// Flag aliases
|
|
1092
|
+
export { default as FlagIcon } from '../icons/flag';
|
|
1093
1093
|
// Flame aliases
|
|
1094
1094
|
export { default as FlameIcon } from '../icons/flame';
|
|
1095
1095
|
// FlashlightOff aliases
|
|
1096
1096
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1097
1097
|
// Flashlight aliases
|
|
1098
1098
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1099
|
-
// FlaskConicalOff aliases
|
|
1100
|
-
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1101
1099
|
// FlaskConical aliases
|
|
1102
1100
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1103
|
-
//
|
|
1104
|
-
export { default as
|
|
1101
|
+
// FlaskConicalOff aliases
|
|
1102
|
+
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1105
1103
|
// FlipHorizontal2 aliases
|
|
1106
1104
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1107
|
-
//
|
|
1108
|
-
export { default as
|
|
1105
|
+
// FlaskRound aliases
|
|
1106
|
+
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1109
1107
|
// FlipVertical2 aliases
|
|
1110
1108
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1111
|
-
// FlipVertical aliases
|
|
1112
|
-
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1113
1109
|
// Flower2 aliases
|
|
1114
1110
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1115
1111
|
// Flower aliases
|
|
@@ -1120,14 +1116,14 @@ export { default as FocusIcon } from '../icons/focus';
|
|
|
1120
1116
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1121
1117
|
// FoldVertical aliases
|
|
1122
1118
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1119
|
+
// FolderArchive aliases
|
|
1120
|
+
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1123
1121
|
// FolderCheck aliases
|
|
1124
1122
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1125
1123
|
// FolderClock aliases
|
|
1126
1124
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1127
1125
|
// FolderClosed aliases
|
|
1128
1126
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1129
|
-
// FolderArchive aliases
|
|
1130
|
-
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1131
1127
|
// FolderCode aliases
|
|
1132
1128
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1133
1129
|
// FolderDot aliases
|
|
@@ -1146,22 +1142,22 @@ export { default as FolderInputIcon } from '../icons/folder-input';
|
|
|
1146
1142
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1147
1143
|
// FolderKey aliases
|
|
1148
1144
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1149
|
-
// FolderMinus aliases
|
|
1150
|
-
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1151
1145
|
// FolderLock aliases
|
|
1152
1146
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1153
1147
|
// FolderOpenDot aliases
|
|
1154
1148
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1149
|
+
// FolderMinus aliases
|
|
1150
|
+
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1155
1151
|
// FolderOpen aliases
|
|
1156
1152
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1157
1153
|
// FolderOutput aliases
|
|
1158
1154
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1159
1155
|
// FolderPlus aliases
|
|
1160
1156
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1161
|
-
// FolderSearch2 aliases
|
|
1162
|
-
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1163
1157
|
// FolderRoot aliases
|
|
1164
1158
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1159
|
+
// FolderSearch2 aliases
|
|
1160
|
+
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1165
1161
|
// FolderSearch aliases
|
|
1166
1162
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1167
1163
|
// FolderSymlink aliases
|
|
@@ -1172,26 +1168,26 @@ export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
|
1172
1168
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1173
1169
|
// FolderUp aliases
|
|
1174
1170
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1175
|
-
// FolderX aliases
|
|
1176
|
-
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1177
1171
|
// Folder aliases
|
|
1178
1172
|
export { default as FolderIcon } from '../icons/folder';
|
|
1173
|
+
// FolderX aliases
|
|
1174
|
+
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1179
1175
|
// Folders aliases
|
|
1180
1176
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1181
|
-
// Forklift aliases
|
|
1182
|
-
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1183
1177
|
// Footprints aliases
|
|
1184
1178
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1185
|
-
//
|
|
1186
|
-
export { default as
|
|
1179
|
+
// Forklift aliases
|
|
1180
|
+
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1187
1181
|
// Form aliases
|
|
1188
1182
|
export { default as FormIcon } from '../icons/form';
|
|
1183
|
+
// Forward aliases
|
|
1184
|
+
export { default as ForwardIcon } from '../icons/forward';
|
|
1189
1185
|
// Frame aliases
|
|
1190
1186
|
export { default as FrameIcon } from '../icons/frame';
|
|
1191
|
-
// Frown aliases
|
|
1192
|
-
export { default as FrownIcon } from '../icons/frown';
|
|
1193
1187
|
// Framer aliases
|
|
1194
1188
|
export { default as FramerIcon } from '../icons/framer';
|
|
1189
|
+
// Frown aliases
|
|
1190
|
+
export { default as FrownIcon } from '../icons/frown';
|
|
1195
1191
|
// Fuel aliases
|
|
1196
1192
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1197
1193
|
// Fullscreen aliases
|
|
@@ -1200,12 +1196,12 @@ export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
|
1200
1196
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1201
1197
|
// GalleryHorizontalEnd aliases
|
|
1202
1198
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1203
|
-
// GalleryVerticalEnd aliases
|
|
1204
|
-
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1205
1199
|
// GalleryHorizontal aliases
|
|
1206
1200
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1207
1201
|
// GalleryThumbnails aliases
|
|
1208
1202
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1203
|
+
// GalleryVerticalEnd aliases
|
|
1204
|
+
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1209
1205
|
// GalleryVertical aliases
|
|
1210
1206
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1211
1207
|
// Gamepad2 aliases
|
|
@@ -1214,60 +1210,60 @@ export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
|
1214
1210
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1215
1211
|
// Gamepad aliases
|
|
1216
1212
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1217
|
-
// Gauge aliases
|
|
1218
|
-
export { default as GaugeIcon } from '../icons/gauge';
|
|
1219
1213
|
// Gavel aliases
|
|
1220
1214
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1215
|
+
// Gauge aliases
|
|
1216
|
+
export { default as GaugeIcon } from '../icons/gauge';
|
|
1221
1217
|
// Gem aliases
|
|
1222
1218
|
export { default as GemIcon } from '../icons/gem';
|
|
1223
1219
|
// GeorgianLari aliases
|
|
1224
1220
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1225
|
-
// Ghost aliases
|
|
1226
|
-
export { default as GhostIcon } from '../icons/ghost';
|
|
1227
1221
|
// Gift aliases
|
|
1228
1222
|
export { default as GiftIcon } from '../icons/gift';
|
|
1229
|
-
//
|
|
1230
|
-
export { default as
|
|
1231
|
-
// GitBranchMinus aliases
|
|
1232
|
-
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1223
|
+
// Ghost aliases
|
|
1224
|
+
export { default as GhostIcon } from '../icons/ghost';
|
|
1233
1225
|
// GitBranchPlus aliases
|
|
1234
1226
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1227
|
+
// GitBranchMinus aliases
|
|
1228
|
+
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1229
|
+
// GitBranch aliases
|
|
1230
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1235
1231
|
// GitCommitVertical aliases
|
|
1236
1232
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1237
|
-
// GitCompareArrows aliases
|
|
1238
|
-
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1239
|
-
// GitGraph aliases
|
|
1240
|
-
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1241
1233
|
// GitCompare aliases
|
|
1242
1234
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1243
1235
|
// GitFork aliases
|
|
1244
1236
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1237
|
+
// GitCompareArrows aliases
|
|
1238
|
+
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1239
|
+
// GitGraph aliases
|
|
1240
|
+
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1245
1241
|
// GitMergeConflict aliases
|
|
1246
1242
|
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1247
|
-
// GitPullRequestArrow aliases
|
|
1248
|
-
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1249
1243
|
// GitMerge aliases
|
|
1250
1244
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1245
|
+
// GitPullRequestArrow aliases
|
|
1246
|
+
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1251
1247
|
// GitPullRequestClosed aliases
|
|
1252
1248
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1253
|
-
// GitPullRequestCreate aliases
|
|
1254
|
-
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1255
1249
|
// GitPullRequestCreateArrow aliases
|
|
1256
1250
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1251
|
+
// GitPullRequestCreate aliases
|
|
1252
|
+
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1257
1253
|
// GitPullRequestDraft aliases
|
|
1258
1254
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1259
1255
|
// GitPullRequest aliases
|
|
1260
1256
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1261
1257
|
// Github aliases
|
|
1262
1258
|
export { default as GithubIcon } from '../icons/github';
|
|
1263
|
-
// Gitlab aliases
|
|
1264
|
-
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1265
1259
|
// GlassWater aliases
|
|
1266
1260
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1267
|
-
//
|
|
1268
|
-
export { default as
|
|
1261
|
+
// Gitlab aliases
|
|
1262
|
+
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1269
1263
|
// GlobeLock aliases
|
|
1270
1264
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1265
|
+
// Glasses aliases
|
|
1266
|
+
export { default as GlassesIcon } from '../icons/glasses';
|
|
1271
1267
|
// GlobeX aliases
|
|
1272
1268
|
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1273
1269
|
// GlobeOff aliases
|
|
@@ -1286,22 +1282,22 @@ export { default as GrapeIcon } from '../icons/grape';
|
|
|
1286
1282
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1287
1283
|
// GripHorizontal aliases
|
|
1288
1284
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1289
|
-
// GripVertical aliases
|
|
1290
|
-
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1291
1285
|
// Grip aliases
|
|
1292
1286
|
export { default as GripIcon } from '../icons/grip';
|
|
1293
|
-
//
|
|
1294
|
-
export { default as
|
|
1287
|
+
// GripVertical aliases
|
|
1288
|
+
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1295
1289
|
// Group aliases
|
|
1296
1290
|
export { default as GroupIcon } from '../icons/group';
|
|
1297
1291
|
// Ham aliases
|
|
1298
1292
|
export { default as HamIcon } from '../icons/ham';
|
|
1293
|
+
// Guitar aliases
|
|
1294
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1299
1295
|
// Hamburger aliases
|
|
1300
1296
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1301
|
-
// Hammer aliases
|
|
1302
|
-
export { default as HammerIcon } from '../icons/hammer';
|
|
1303
1297
|
// HandCoins aliases
|
|
1304
1298
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1299
|
+
// Hammer aliases
|
|
1300
|
+
export { default as HammerIcon } from '../icons/hammer';
|
|
1305
1301
|
// HandFist aliases
|
|
1306
1302
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1307
1303
|
// HandHeart aliases
|
|
@@ -1318,10 +1314,10 @@ export { default as HandbagIcon } from '../icons/handbag';
|
|
|
1318
1314
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1319
1315
|
// Handshake aliases
|
|
1320
1316
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1321
|
-
// HardDrive aliases
|
|
1322
|
-
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1323
1317
|
// HardDriveUpload aliases
|
|
1324
1318
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1319
|
+
// HardDrive aliases
|
|
1320
|
+
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1325
1321
|
// HardHat aliases
|
|
1326
1322
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1327
1323
|
// Hash aliases
|
|
@@ -1330,28 +1326,28 @@ export { default as HashIcon } from '../icons/hash';
|
|
|
1330
1326
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1331
1327
|
// Haze aliases
|
|
1332
1328
|
export { default as HazeIcon } from '../icons/haze';
|
|
1329
|
+
// HdmiPort aliases
|
|
1330
|
+
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1333
1331
|
// Hd aliases
|
|
1334
1332
|
export { default as HdIcon } from '../icons/hd';
|
|
1335
1333
|
// Heading1 aliases
|
|
1336
1334
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1337
|
-
// HdmiPort aliases
|
|
1338
|
-
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1339
1335
|
// Heading2 aliases
|
|
1340
1336
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1341
|
-
// Heading5 aliases
|
|
1342
|
-
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1343
1337
|
// Heading3 aliases
|
|
1344
1338
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1345
1339
|
// Heading4 aliases
|
|
1346
1340
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1341
|
+
// Heading5 aliases
|
|
1342
|
+
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1347
1343
|
// Heading6 aliases
|
|
1348
1344
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1349
1345
|
// Heading aliases
|
|
1350
1346
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1351
|
-
// HeadphoneOff aliases
|
|
1352
|
-
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1353
1347
|
// Headphones aliases
|
|
1354
1348
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1349
|
+
// HeadphoneOff aliases
|
|
1350
|
+
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1355
1351
|
// Headset aliases
|
|
1356
1352
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1357
1353
|
// HeartCrack aliases
|
|
@@ -1360,10 +1356,10 @@ export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
|
1360
1356
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1361
1357
|
// HeartMinus aliases
|
|
1362
1358
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1363
|
-
// HeartOff aliases
|
|
1364
|
-
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1365
1359
|
// HeartPulse aliases
|
|
1366
1360
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1361
|
+
// HeartOff aliases
|
|
1362
|
+
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1367
1363
|
// HeartPlus aliases
|
|
1368
1364
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1369
1365
|
// Heart aliases
|
|
@@ -1380,24 +1376,24 @@ export { default as HistoryIcon } from '../icons/history';
|
|
|
1380
1376
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1381
1377
|
// HopOff aliases
|
|
1382
1378
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1383
|
-
// Hop aliases
|
|
1384
|
-
export { default as HopIcon } from '../icons/hop';
|
|
1385
1379
|
// Hospital aliases
|
|
1386
1380
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1381
|
+
// Hop aliases
|
|
1382
|
+
export { default as HopIcon } from '../icons/hop';
|
|
1387
1383
|
// Hotel aliases
|
|
1388
1384
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1389
|
-
// HouseHeart aliases
|
|
1390
|
-
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1391
1385
|
// Hourglass aliases
|
|
1392
1386
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1387
|
+
// HouseHeart aliases
|
|
1388
|
+
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1393
1389
|
// HousePlug aliases
|
|
1394
1390
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1395
1391
|
// HousePlus aliases
|
|
1396
1392
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1397
|
-
// IdCardLanyard aliases
|
|
1398
|
-
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1399
1393
|
// HouseWifi aliases
|
|
1400
1394
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1395
|
+
// IdCardLanyard aliases
|
|
1396
|
+
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1401
1397
|
// IdCard aliases
|
|
1402
1398
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1403
1399
|
// ImageDown aliases
|
|
@@ -1408,16 +1404,16 @@ export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
|
1408
1404
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1409
1405
|
// ImagePlay aliases
|
|
1410
1406
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1411
|
-
// ImagePlus aliases
|
|
1412
|
-
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1413
1407
|
// ImageUp aliases
|
|
1414
1408
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1409
|
+
// ImagePlus aliases
|
|
1410
|
+
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1415
1411
|
// ImageUpscale aliases
|
|
1416
1412
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1417
|
-
// Image aliases
|
|
1418
|
-
export { default as ImageIcon } from '../icons/image';
|
|
1419
1413
|
// Images aliases
|
|
1420
1414
|
export { default as ImagesIcon } from '../icons/images';
|
|
1415
|
+
// Image aliases
|
|
1416
|
+
export { default as ImageIcon } from '../icons/image';
|
|
1421
1417
|
// Import aliases
|
|
1422
1418
|
export { default as ImportIcon } from '../icons/import';
|
|
1423
1419
|
// Inbox aliases
|
|
@@ -1434,42 +1430,42 @@ export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
|
1434
1430
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1435
1431
|
// Italic aliases
|
|
1436
1432
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1437
|
-
// IterationCcw aliases
|
|
1438
|
-
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1439
1433
|
// IterationCw aliases
|
|
1440
1434
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1435
|
+
// IterationCcw aliases
|
|
1436
|
+
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1441
1437
|
// JapaneseYen aliases
|
|
1442
1438
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1443
1439
|
// Joystick aliases
|
|
1444
1440
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1445
1441
|
// Kanban aliases
|
|
1446
1442
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1447
|
-
// KeyRound aliases
|
|
1448
|
-
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1449
1443
|
// Kayak aliases
|
|
1450
1444
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1451
|
-
//
|
|
1452
|
-
export { default as
|
|
1445
|
+
// KeyRound aliases
|
|
1446
|
+
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1453
1447
|
// KeySquare aliases
|
|
1454
1448
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1455
1449
|
// KeyboardMusic aliases
|
|
1456
1450
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1451
|
+
// Key aliases
|
|
1452
|
+
export { default as KeyIcon } from '../icons/key';
|
|
1457
1453
|
// KeyboardOff aliases
|
|
1458
1454
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1459
1455
|
// Keyboard aliases
|
|
1460
1456
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1461
|
-
// LampFloor aliases
|
|
1462
|
-
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1463
1457
|
// LampCeiling aliases
|
|
1464
1458
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1465
1459
|
// LampDesk aliases
|
|
1466
1460
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1461
|
+
// LampFloor aliases
|
|
1462
|
+
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1467
1463
|
// LampWallDown aliases
|
|
1468
1464
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1469
|
-
// Lamp aliases
|
|
1470
|
-
export { default as LampIcon } from '../icons/lamp';
|
|
1471
1465
|
// LampWallUp aliases
|
|
1472
1466
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1467
|
+
// Lamp aliases
|
|
1468
|
+
export { default as LampIcon } from '../icons/lamp';
|
|
1473
1469
|
// LandPlot aliases
|
|
1474
1470
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1475
1471
|
// Landmark aliases
|
|
@@ -1480,14 +1476,14 @@ export { default as LanguagesIcon } from '../icons/languages';
|
|
|
1480
1476
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1481
1477
|
// Laptop aliases
|
|
1482
1478
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1483
|
-
// Lasso aliases
|
|
1484
|
-
export { default as LassoIcon } from '../icons/lasso';
|
|
1485
|
-
// Laugh aliases
|
|
1486
|
-
export { default as LaughIcon } from '../icons/laugh';
|
|
1487
1479
|
// LassoSelect aliases
|
|
1488
1480
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1481
|
+
// Lasso aliases
|
|
1482
|
+
export { default as LassoIcon } from '../icons/lasso';
|
|
1489
1483
|
// Layers2 aliases
|
|
1490
1484
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1485
|
+
// Laugh aliases
|
|
1486
|
+
export { default as LaughIcon } from '../icons/laugh';
|
|
1491
1487
|
// LayersPlus aliases
|
|
1492
1488
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1493
1489
|
// LayoutDashboard aliases
|
|
@@ -1496,30 +1492,30 @@ export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
|
1496
1492
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1497
1493
|
// LayoutList aliases
|
|
1498
1494
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1499
|
-
// LayoutPanelLeft aliases
|
|
1500
|
-
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1501
1495
|
// LayoutPanelTop aliases
|
|
1502
1496
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1497
|
+
// LayoutPanelLeft aliases
|
|
1498
|
+
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1503
1499
|
// LayoutTemplate aliases
|
|
1504
1500
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1505
|
-
// LeafyGreen aliases
|
|
1506
|
-
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1507
|
-
// Lectern aliases
|
|
1508
|
-
export { default as LecternIcon } from '../icons/lectern';
|
|
1509
1501
|
// Leaf aliases
|
|
1510
1502
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1511
|
-
//
|
|
1512
|
-
export { default as
|
|
1503
|
+
// LeafyGreen aliases
|
|
1504
|
+
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1513
1505
|
// LensConvex aliases
|
|
1514
1506
|
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1507
|
+
// LensConcave aliases
|
|
1508
|
+
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1509
|
+
// Lectern aliases
|
|
1510
|
+
export { default as LecternIcon } from '../icons/lectern';
|
|
1515
1511
|
// LibraryBig aliases
|
|
1516
1512
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1517
1513
|
// Library aliases
|
|
1518
1514
|
export { default as LibraryIcon } from '../icons/library';
|
|
1519
|
-
// LifeBuoy aliases
|
|
1520
|
-
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1521
1515
|
// Ligature aliases
|
|
1522
1516
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1517
|
+
// LifeBuoy aliases
|
|
1518
|
+
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1523
1519
|
// Lightbulb aliases
|
|
1524
1520
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1525
1521
|
// LightbulbOff aliases
|
|
@@ -1530,10 +1526,10 @@ export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-h
|
|
|
1530
1526
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1531
1527
|
// Link2Off aliases
|
|
1532
1528
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1533
|
-
// Link2 aliases
|
|
1534
|
-
export { default as Link2Icon } from '../icons/link-2';
|
|
1535
1529
|
// Link aliases
|
|
1536
1530
|
export { default as LinkIcon } from '../icons/link';
|
|
1531
|
+
// Link2 aliases
|
|
1532
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1537
1533
|
// Linkedin aliases
|
|
1538
1534
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1539
1535
|
// ListCheck aliases
|
|
@@ -1542,68 +1538,68 @@ export { default as ListCheckIcon } from '../icons/list-check';
|
|
|
1542
1538
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1543
1539
|
// ListChevronsDownUp aliases
|
|
1544
1540
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1545
|
-
//
|
|
1546
|
-
export { default as
|
|
1541
|
+
// ListChevronsUpDown aliases
|
|
1542
|
+
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1547
1543
|
// ListEnd aliases
|
|
1548
1544
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1545
|
+
// ListCollapse aliases
|
|
1546
|
+
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1547
|
+
// ListFilterPlus aliases
|
|
1548
|
+
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1549
1549
|
// ListFilter aliases
|
|
1550
1550
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1551
|
-
// ListChevronsUpDown aliases
|
|
1552
|
-
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1553
1551
|
// ListMinus aliases
|
|
1554
1552
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1555
|
-
// ListFilterPlus aliases
|
|
1556
|
-
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1557
1553
|
// ListMusic aliases
|
|
1558
1554
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1559
|
-
// ListPlus aliases
|
|
1560
|
-
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1561
1555
|
// ListOrdered aliases
|
|
1562
1556
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1557
|
+
// ListPlus aliases
|
|
1558
|
+
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1563
1559
|
// ListRestart aliases
|
|
1564
1560
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1565
1561
|
// ListStart aliases
|
|
1566
1562
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1567
1563
|
// ListTodo aliases
|
|
1568
1564
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1569
|
-
// ListVideo aliases
|
|
1570
|
-
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1571
1565
|
// ListTree aliases
|
|
1572
1566
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1573
|
-
//
|
|
1574
|
-
export { default as
|
|
1575
|
-
// LoaderPinwheel aliases
|
|
1576
|
-
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1577
|
-
// Loader aliases
|
|
1578
|
-
export { default as LoaderIcon } from '../icons/loader';
|
|
1567
|
+
// ListVideo aliases
|
|
1568
|
+
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1579
1569
|
// List aliases
|
|
1580
1570
|
export { default as ListIcon } from '../icons/list';
|
|
1571
|
+
// LoaderPinwheel aliases
|
|
1572
|
+
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1573
|
+
// ListX aliases
|
|
1574
|
+
export { default as ListXIcon } from '../icons/list-x';
|
|
1581
1575
|
// LocateFixed aliases
|
|
1582
1576
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1577
|
+
// Loader aliases
|
|
1578
|
+
export { default as LoaderIcon } from '../icons/loader';
|
|
1583
1579
|
// LocateOff aliases
|
|
1584
1580
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1585
|
-
// Locate aliases
|
|
1586
|
-
export { default as LocateIcon } from '../icons/locate';
|
|
1587
1581
|
// LockKeyhole aliases
|
|
1588
1582
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1589
1583
|
// LogIn aliases
|
|
1590
1584
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1591
|
-
// LogOut aliases
|
|
1592
|
-
export { default as LogOutIcon } from '../icons/log-out';
|
|
1593
1585
|
// Lock aliases
|
|
1594
1586
|
export { default as LockIcon } from '../icons/lock';
|
|
1595
|
-
//
|
|
1596
|
-
export { default as
|
|
1587
|
+
// Locate aliases
|
|
1588
|
+
export { default as LocateIcon } from '../icons/locate';
|
|
1589
|
+
// LogOut aliases
|
|
1590
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1597
1591
|
// Logs aliases
|
|
1598
1592
|
export { default as LogsIcon } from '../icons/logs';
|
|
1599
|
-
//
|
|
1600
|
-
export { default as
|
|
1593
|
+
// Lollipop aliases
|
|
1594
|
+
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1601
1595
|
// Magnet aliases
|
|
1602
1596
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1603
|
-
//
|
|
1604
|
-
export { default as
|
|
1597
|
+
// Luggage aliases
|
|
1598
|
+
export { default as LuggageIcon } from '../icons/luggage';
|
|
1605
1599
|
// MailMinus aliases
|
|
1606
1600
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1601
|
+
// MailCheck aliases
|
|
1602
|
+
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1607
1603
|
// MailOpen aliases
|
|
1608
1604
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1609
1605
|
// MailPlus aliases
|
|
@@ -1612,12 +1608,12 @@ export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
|
1612
1608
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1613
1609
|
// MailWarning aliases
|
|
1614
1610
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1615
|
-
// Mail aliases
|
|
1616
|
-
export { default as MailIcon } from '../icons/mail';
|
|
1617
|
-
// MailX aliases
|
|
1618
|
-
export { default as MailXIcon } from '../icons/mail-x';
|
|
1619
1611
|
// Mailbox aliases
|
|
1620
1612
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1613
|
+
// MailX aliases
|
|
1614
|
+
export { default as MailXIcon } from '../icons/mail-x';
|
|
1615
|
+
// Mail aliases
|
|
1616
|
+
export { default as MailIcon } from '../icons/mail';
|
|
1621
1617
|
// Mails aliases
|
|
1622
1618
|
export { default as MailsIcon } from '../icons/mails';
|
|
1623
1619
|
// MapMinus aliases
|
|
@@ -1626,10 +1622,10 @@ export { default as MapMinusIcon } from '../icons/map-minus';
|
|
|
1626
1622
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1627
1623
|
// MapPinCheck aliases
|
|
1628
1624
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1629
|
-
// MapPinHouse aliases
|
|
1630
|
-
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1631
1625
|
// MapPinMinusInside aliases
|
|
1632
1626
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1627
|
+
// MapPinHouse aliases
|
|
1628
|
+
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1633
1629
|
// MapPinMinus aliases
|
|
1634
1630
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1635
1631
|
// MapPinOff aliases
|
|
@@ -1638,38 +1634,38 @@ export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
|
1638
1634
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1639
1635
|
// MapPinPlusInside aliases
|
|
1640
1636
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1641
|
-
// MapPinXInside aliases
|
|
1642
|
-
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1643
1637
|
// MapPinX aliases
|
|
1644
1638
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1639
|
+
// MapPinXInside aliases
|
|
1640
|
+
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1645
1641
|
// MapPin aliases
|
|
1646
1642
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1647
1643
|
// MapPinned aliases
|
|
1648
1644
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1649
|
-
// MapPlus aliases
|
|
1650
|
-
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1651
|
-
// MarsStroke aliases
|
|
1652
|
-
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1653
1645
|
// Map aliases
|
|
1654
1646
|
export { default as MapIcon } from '../icons/map';
|
|
1647
|
+
// MarsStroke aliases
|
|
1648
|
+
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1649
|
+
// MapPlus aliases
|
|
1650
|
+
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1655
1651
|
// Mars aliases
|
|
1656
1652
|
export { default as MarsIcon } from '../icons/mars';
|
|
1657
|
-
// Martini aliases
|
|
1658
|
-
export { default as MartiniIcon } from '../icons/martini';
|
|
1659
1653
|
// Maximize2 aliases
|
|
1660
1654
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1655
|
+
// Martini aliases
|
|
1656
|
+
export { default as MartiniIcon } from '../icons/martini';
|
|
1661
1657
|
// Maximize aliases
|
|
1662
1658
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1663
|
-
// Medal aliases
|
|
1664
|
-
export { default as MedalIcon } from '../icons/medal';
|
|
1665
|
-
// Megaphone aliases
|
|
1666
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1667
1659
|
// MegaphoneOff aliases
|
|
1668
1660
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1669
|
-
//
|
|
1670
|
-
export { default as
|
|
1661
|
+
// Megaphone aliases
|
|
1662
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1663
|
+
// Medal aliases
|
|
1664
|
+
export { default as MedalIcon } from '../icons/medal';
|
|
1671
1665
|
// Meh aliases
|
|
1672
1666
|
export { default as MehIcon } from '../icons/meh';
|
|
1667
|
+
// MemoryStick aliases
|
|
1668
|
+
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1673
1669
|
// Menu aliases
|
|
1674
1670
|
export { default as MenuIcon } from '../icons/menu';
|
|
1675
1671
|
// Merge aliases
|
|
@@ -1686,66 +1682,70 @@ export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart
|
|
|
1686
1682
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1687
1683
|
// MessageCircleOff aliases
|
|
1688
1684
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1689
|
-
// MessageCirclePlus aliases
|
|
1690
|
-
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1691
1685
|
// MessageCircleWarning aliases
|
|
1692
1686
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1693
1687
|
// MessageCircleReply aliases
|
|
1694
1688
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1689
|
+
// MessageCirclePlus aliases
|
|
1690
|
+
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1695
1691
|
// MessageCircleX aliases
|
|
1696
1692
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1697
1693
|
// MessageCircle aliases
|
|
1698
1694
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1699
|
-
//
|
|
1700
|
-
export { default as
|
|
1695
|
+
// MessageSquareCheck aliases
|
|
1696
|
+
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1701
1697
|
// MessageSquareCode aliases
|
|
1702
1698
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1703
1699
|
// MessageSquareDiff aliases
|
|
1704
1700
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1705
|
-
//
|
|
1706
|
-
export { default as
|
|
1701
|
+
// MessageSquareDashed aliases
|
|
1702
|
+
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1707
1703
|
// MessageSquareHeart aliases
|
|
1708
1704
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1709
|
-
// MessageSquareMore aliases
|
|
1710
|
-
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1711
1705
|
// MessageSquareLock aliases
|
|
1712
1706
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1713
|
-
//
|
|
1714
|
-
export { default as
|
|
1707
|
+
// MessageSquareDot aliases
|
|
1708
|
+
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1709
|
+
// MessageSquareMore aliases
|
|
1710
|
+
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1715
1711
|
// MessageSquarePlus aliases
|
|
1716
1712
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1713
|
+
// MessageSquareOff aliases
|
|
1714
|
+
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1717
1715
|
// MessageSquareQuote aliases
|
|
1718
1716
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1719
1717
|
// MessageSquareReply aliases
|
|
1720
1718
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1721
1719
|
// MessageSquareShare aliases
|
|
1722
1720
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1723
|
-
// MessageSquareText aliases
|
|
1724
|
-
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1725
1721
|
// MessageSquareWarning aliases
|
|
1726
1722
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1723
|
+
// MessageSquareText aliases
|
|
1724
|
+
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1727
1725
|
// MessageSquareX aliases
|
|
1728
1726
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1729
1727
|
// MessageSquare aliases
|
|
1730
1728
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1731
|
-
// MicOff aliases
|
|
1732
|
-
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1733
1729
|
// MessagesSquare aliases
|
|
1734
1730
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1731
|
+
// Metronome aliases
|
|
1732
|
+
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1733
|
+
// MicOff aliases
|
|
1734
|
+
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1735
1735
|
// Mic aliases
|
|
1736
1736
|
export { default as MicIcon } from '../icons/mic';
|
|
1737
1737
|
// Microchip aliases
|
|
1738
1738
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1739
|
-
// Microscope aliases
|
|
1740
|
-
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1741
1739
|
// Microwave aliases
|
|
1742
1740
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1741
|
+
// Microscope aliases
|
|
1742
|
+
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1743
1743
|
// Milestone aliases
|
|
1744
1744
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1745
|
-
// Milk aliases
|
|
1746
|
-
export { default as MilkIcon } from '../icons/milk';
|
|
1747
1745
|
// MilkOff aliases
|
|
1748
1746
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1747
|
+
// Milk aliases
|
|
1748
|
+
export { default as MilkIcon } from '../icons/milk';
|
|
1749
1749
|
// Minimize2 aliases
|
|
1750
1750
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1751
1751
|
// Minimize aliases
|
|
@@ -1756,34 +1756,34 @@ export { default as MinusIcon } from '../icons/minus';
|
|
|
1756
1756
|
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1757
1757
|
// MirrorRound aliases
|
|
1758
1758
|
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1759
|
-
// MonitorCloud aliases
|
|
1760
|
-
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1761
1759
|
// MonitorCheck aliases
|
|
1762
1760
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1761
|
+
// MonitorCloud aliases
|
|
1762
|
+
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1763
1763
|
// MonitorCog aliases
|
|
1764
1764
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1765
|
-
// MonitorDot aliases
|
|
1766
|
-
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1767
1765
|
// MonitorDown aliases
|
|
1768
1766
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1769
|
-
//
|
|
1770
|
-
export { default as
|
|
1767
|
+
// MonitorDot aliases
|
|
1768
|
+
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1771
1769
|
// MonitorPause aliases
|
|
1772
1770
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1771
|
+
// MonitorOff aliases
|
|
1772
|
+
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1773
1773
|
// MonitorPlay aliases
|
|
1774
1774
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1775
1775
|
// MonitorSmartphone aliases
|
|
1776
1776
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1777
|
-
// MonitorStop aliases
|
|
1778
|
-
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1779
1777
|
// MonitorSpeaker aliases
|
|
1780
1778
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1779
|
+
// MonitorStop aliases
|
|
1780
|
+
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1781
1781
|
// MonitorUp aliases
|
|
1782
1782
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1783
|
-
// MonitorX aliases
|
|
1784
|
-
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1785
1783
|
// Monitor aliases
|
|
1786
1784
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1785
|
+
// MonitorX aliases
|
|
1786
|
+
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1787
1787
|
// MoonStar aliases
|
|
1788
1788
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1789
1789
|
// Moon aliases
|
|
@@ -1798,16 +1798,18 @@ export { default as MountainIcon } from '../icons/mountain';
|
|
|
1798
1798
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1799
1799
|
// MouseLeft aliases
|
|
1800
1800
|
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1801
|
+
// MousePointer2 aliases
|
|
1802
|
+
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1801
1803
|
// MousePointer2Off aliases
|
|
1802
1804
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1803
1805
|
// MousePointerBan aliases
|
|
1804
1806
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1805
|
-
// MousePointer2 aliases
|
|
1806
|
-
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1807
1807
|
// MousePointerClick aliases
|
|
1808
1808
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1809
1809
|
// MousePointer aliases
|
|
1810
1810
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1811
|
+
// MouseRight aliases
|
|
1812
|
+
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1811
1813
|
// Mouse aliases
|
|
1812
1814
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1813
1815
|
// MoveDiagonal2 aliases
|
|
@@ -1816,14 +1818,14 @@ export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
|
1816
1818
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1817
1819
|
// MoveDownLeft aliases
|
|
1818
1820
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1819
|
-
// MoveDownRight aliases
|
|
1820
|
-
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1821
1821
|
// MoveDown aliases
|
|
1822
1822
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1823
|
-
//
|
|
1824
|
-
export { default as
|
|
1823
|
+
// MoveDownRight aliases
|
|
1824
|
+
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1825
1825
|
// MoveHorizontal aliases
|
|
1826
1826
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1827
|
+
// MoveLeft aliases
|
|
1828
|
+
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1827
1829
|
// MoveRight aliases
|
|
1828
1830
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1829
1831
|
// MoveUpLeft aliases
|
|
@@ -1838,66 +1840,66 @@ export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
|
1838
1840
|
export { default as MoveIcon } from '../icons/move';
|
|
1839
1841
|
// Music2 aliases
|
|
1840
1842
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1841
|
-
// Music3 aliases
|
|
1842
|
-
export { default as Music3Icon } from '../icons/music-3';
|
|
1843
1843
|
// Music4 aliases
|
|
1844
1844
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1845
|
+
// Music3 aliases
|
|
1846
|
+
export { default as Music3Icon } from '../icons/music-3';
|
|
1845
1847
|
// Music aliases
|
|
1846
1848
|
export { default as MusicIcon } from '../icons/music';
|
|
1847
|
-
// Navigation2 aliases
|
|
1848
|
-
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1849
1849
|
// Navigation2Off aliases
|
|
1850
1850
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1851
1851
|
// NavigationOff aliases
|
|
1852
1852
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1853
1853
|
// Navigation aliases
|
|
1854
1854
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1855
|
-
//
|
|
1856
|
-
export { default as
|
|
1855
|
+
// Navigation2 aliases
|
|
1856
|
+
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1857
1857
|
// Newspaper aliases
|
|
1858
1858
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1859
|
+
// Network aliases
|
|
1860
|
+
export { default as NetworkIcon } from '../icons/network';
|
|
1859
1861
|
// Nfc aliases
|
|
1860
1862
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1861
1863
|
// NonBinary aliases
|
|
1862
1864
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1863
|
-
// NotebookTabs aliases
|
|
1864
|
-
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1865
1865
|
// NotebookPen aliases
|
|
1866
1866
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1867
|
-
//
|
|
1868
|
-
export { default as
|
|
1867
|
+
// NotebookTabs aliases
|
|
1868
|
+
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1869
1869
|
// NotebookText aliases
|
|
1870
1870
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1871
|
+
// Notebook aliases
|
|
1872
|
+
export { default as NotebookIcon } from '../icons/notebook';
|
|
1871
1873
|
// NotepadTextDashed aliases
|
|
1872
1874
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1873
1875
|
// NotepadText aliases
|
|
1874
1876
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1875
|
-
// Nut aliases
|
|
1876
|
-
export { default as NutIcon } from '../icons/nut';
|
|
1877
1877
|
// NutOff aliases
|
|
1878
1878
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1879
|
+
// Nut aliases
|
|
1880
|
+
export { default as NutIcon } from '../icons/nut';
|
|
1879
1881
|
// OctagonMinus aliases
|
|
1880
1882
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1881
1883
|
// Octagon aliases
|
|
1882
1884
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1885
|
+
// Option aliases
|
|
1886
|
+
export { default as OptionIcon } from '../icons/option';
|
|
1883
1887
|
// Omega aliases
|
|
1884
1888
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1885
1889
|
// Orbit aliases
|
|
1886
1890
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1887
|
-
// Option aliases
|
|
1888
|
-
export { default as OptionIcon } from '../icons/option';
|
|
1889
1891
|
// Origami aliases
|
|
1890
1892
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1891
|
-
// PackageCheck aliases
|
|
1892
|
-
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1893
|
-
// PackageOpen aliases
|
|
1894
|
-
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1895
1893
|
// Package2 aliases
|
|
1896
1894
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1895
|
+
// PackageCheck aliases
|
|
1896
|
+
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1897
1897
|
// PackageMinus aliases
|
|
1898
1898
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1899
1899
|
// PackagePlus aliases
|
|
1900
1900
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1901
|
+
// PackageOpen aliases
|
|
1902
|
+
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1901
1903
|
// PackageSearch aliases
|
|
1902
1904
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1903
1905
|
// PackageX aliases
|
|
@@ -1910,20 +1912,20 @@ export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
|
1910
1912
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1911
1913
|
// Paintbrush aliases
|
|
1912
1914
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1913
|
-
// Panda aliases
|
|
1914
|
-
export { default as PandaIcon } from '../icons/panda';
|
|
1915
1915
|
// Palette aliases
|
|
1916
1916
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1917
|
-
//
|
|
1918
|
-
export { default as
|
|
1917
|
+
// Panda aliases
|
|
1918
|
+
export { default as PandaIcon } from '../icons/panda';
|
|
1919
1919
|
// PanelBottomClose aliases
|
|
1920
1920
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1921
|
+
// PanelBottomOpen aliases
|
|
1922
|
+
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1921
1923
|
// PanelBottom aliases
|
|
1922
1924
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1923
|
-
// PanelRightClose aliases
|
|
1924
|
-
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1925
1925
|
// PanelLeftRightDashed aliases
|
|
1926
1926
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1927
|
+
// PanelRightClose aliases
|
|
1928
|
+
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1927
1929
|
// PanelRightOpen aliases
|
|
1928
1930
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1929
1931
|
// PanelRight aliases
|
|
@@ -1932,16 +1934,16 @@ export { default as PanelRightIcon } from '../icons/panel-right';
|
|
|
1932
1934
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1933
1935
|
// PanelTopClose aliases
|
|
1934
1936
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1937
|
+
// PanelsLeftBottom aliases
|
|
1938
|
+
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1935
1939
|
// PanelTopOpen aliases
|
|
1936
1940
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1937
|
-
// PanelTop aliases
|
|
1938
|
-
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1939
1941
|
// PanelsRightBottom aliases
|
|
1940
1942
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1943
|
+
// PanelTop aliases
|
|
1944
|
+
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1941
1945
|
// Paperclip aliases
|
|
1942
1946
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1943
|
-
// PanelsLeftBottom aliases
|
|
1944
|
-
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1945
1947
|
// Parentheses aliases
|
|
1946
1948
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1947
1949
|
// ParkingMeter aliases
|
|
@@ -1954,32 +1956,32 @@ export { default as PauseIcon } from '../icons/pause';
|
|
|
1954
1956
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1955
1957
|
// PcCase aliases
|
|
1956
1958
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1957
|
-
// PenTool aliases
|
|
1958
|
-
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1959
1959
|
// PenOff aliases
|
|
1960
1960
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1961
|
+
// PenTool aliases
|
|
1962
|
+
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1961
1963
|
// PencilLine aliases
|
|
1962
1964
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1963
1965
|
// PencilRuler aliases
|
|
1964
1966
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1965
1967
|
// PencilOff aliases
|
|
1966
1968
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1967
|
-
// Pentagon aliases
|
|
1968
|
-
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1969
1969
|
// Pencil aliases
|
|
1970
1970
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1971
|
+
// Pentagon aliases
|
|
1972
|
+
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1971
1973
|
// Percent aliases
|
|
1972
1974
|
export { default as PercentIcon } from '../icons/percent';
|
|
1973
|
-
// PhilippinePeso aliases
|
|
1974
|
-
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1975
1975
|
// PersonStanding aliases
|
|
1976
1976
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1977
1977
|
// PhoneCall aliases
|
|
1978
1978
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1979
|
-
//
|
|
1980
|
-
export { default as
|
|
1979
|
+
// PhilippinePeso aliases
|
|
1980
|
+
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1981
1981
|
// PhoneForwarded aliases
|
|
1982
1982
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1983
|
+
// PhoneIncoming aliases
|
|
1984
|
+
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1983
1985
|
// PhoneMissed aliases
|
|
1984
1986
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1985
1987
|
// PhoneOff aliases
|
|
@@ -1988,10 +1990,10 @@ export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
|
1988
1990
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1989
1991
|
// Phone aliases
|
|
1990
1992
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1991
|
-
// Piano aliases
|
|
1992
|
-
export { default as PianoIcon } from '../icons/piano';
|
|
1993
1993
|
// Pi aliases
|
|
1994
1994
|
export { default as PiIcon } from '../icons/pi';
|
|
1995
|
+
// Piano aliases
|
|
1996
|
+
export { default as PianoIcon } from '../icons/piano';
|
|
1995
1997
|
// Pickaxe aliases
|
|
1996
1998
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1997
1999
|
// PictureInPicture2 aliases
|
|
@@ -2004,120 +2006,120 @@ export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
|
2004
2006
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2005
2007
|
// PilcrowRight aliases
|
|
2006
2008
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2007
|
-
// PillBottle aliases
|
|
2008
|
-
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2009
2009
|
// Pilcrow aliases
|
|
2010
2010
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2011
|
-
//
|
|
2012
|
-
export { default as
|
|
2011
|
+
// PillBottle aliases
|
|
2012
|
+
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2013
2013
|
// PinOff aliases
|
|
2014
2014
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2015
|
+
// Pill aliases
|
|
2016
|
+
export { default as PillIcon } from '../icons/pill';
|
|
2015
2017
|
// Pin aliases
|
|
2016
2018
|
export { default as PinIcon } from '../icons/pin';
|
|
2017
2019
|
// Pipette aliases
|
|
2018
2020
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2019
|
-
// Pizza aliases
|
|
2020
|
-
export { default as PizzaIcon } from '../icons/pizza';
|
|
2021
2021
|
// PlaneLanding aliases
|
|
2022
2022
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2023
|
-
//
|
|
2024
|
-
export { default as
|
|
2023
|
+
// Pizza aliases
|
|
2024
|
+
export { default as PizzaIcon } from '../icons/pizza';
|
|
2025
2025
|
// PlaneTakeoff aliases
|
|
2026
2026
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2027
|
+
// Plane aliases
|
|
2028
|
+
export { default as PlaneIcon } from '../icons/plane';
|
|
2027
2029
|
// Play aliases
|
|
2028
2030
|
export { default as PlayIcon } from '../icons/play';
|
|
2029
|
-
//
|
|
2030
|
-
export { default as
|
|
2031
|
+
// PocketKnife aliases
|
|
2032
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2031
2033
|
// Plug2 aliases
|
|
2032
2034
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2035
|
+
// Plug aliases
|
|
2036
|
+
export { default as PlugIcon } from '../icons/plug';
|
|
2033
2037
|
// Plus aliases
|
|
2034
2038
|
export { default as PlusIcon } from '../icons/plus';
|
|
2035
|
-
// PocketKnife aliases
|
|
2036
|
-
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2037
2039
|
// Pocket aliases
|
|
2038
2040
|
export { default as PocketIcon } from '../icons/pocket';
|
|
2039
2041
|
// Podcast aliases
|
|
2040
2042
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2041
2043
|
// PointerOff aliases
|
|
2042
2044
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2043
|
-
// Pointer aliases
|
|
2044
|
-
export { default as PointerIcon } from '../icons/pointer';
|
|
2045
|
-
// PoundSterling aliases
|
|
2046
|
-
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2047
2045
|
// Popcorn aliases
|
|
2048
2046
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2047
|
+
// Pointer aliases
|
|
2048
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
2049
2049
|
// Popsicle aliases
|
|
2050
2050
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2051
|
-
//
|
|
2052
|
-
export { default as
|
|
2051
|
+
// PoundSterling aliases
|
|
2052
|
+
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2053
2053
|
// PowerOff aliases
|
|
2054
2054
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2055
|
-
//
|
|
2056
|
-
export { default as
|
|
2055
|
+
// Power aliases
|
|
2056
|
+
export { default as PowerIcon } from '../icons/power';
|
|
2057
2057
|
// Presentation aliases
|
|
2058
2058
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2059
2059
|
// PrinterX aliases
|
|
2060
2060
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2061
|
+
// PrinterCheck aliases
|
|
2062
|
+
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2063
|
+
// Projector aliases
|
|
2064
|
+
export { default as ProjectorIcon } from '../icons/projector';
|
|
2061
2065
|
// Printer aliases
|
|
2062
2066
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2063
2067
|
// Proportions aliases
|
|
2064
2068
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2065
|
-
// Projector aliases
|
|
2066
|
-
export { default as ProjectorIcon } from '../icons/projector';
|
|
2067
|
-
// Pyramid aliases
|
|
2068
|
-
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2069
2069
|
// Puzzle aliases
|
|
2070
2070
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2071
|
-
//
|
|
2072
|
-
export { default as
|
|
2071
|
+
// Pyramid aliases
|
|
2072
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2073
2073
|
// Quote aliases
|
|
2074
2074
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2075
|
+
// QrCode aliases
|
|
2076
|
+
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2077
|
+
// Radar aliases
|
|
2078
|
+
export { default as RadarIcon } from '../icons/radar';
|
|
2075
2079
|
// Rabbit aliases
|
|
2076
2080
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2077
2081
|
// Radiation aliases
|
|
2078
2082
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2079
|
-
// Radar aliases
|
|
2080
|
-
export { default as RadarIcon } from '../icons/radar';
|
|
2081
2083
|
// Radical aliases
|
|
2082
2084
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2083
2085
|
// RadioReceiver aliases
|
|
2084
2086
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2085
|
-
// Radius aliases
|
|
2086
|
-
export { default as RadiusIcon } from '../icons/radius';
|
|
2087
2087
|
// RadioTower aliases
|
|
2088
2088
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2089
2089
|
// Radio aliases
|
|
2090
2090
|
export { default as RadioIcon } from '../icons/radio';
|
|
2091
|
+
// Radius aliases
|
|
2092
|
+
export { default as RadiusIcon } from '../icons/radius';
|
|
2091
2093
|
// RailSymbol aliases
|
|
2092
2094
|
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2093
2095
|
// Rainbow aliases
|
|
2094
2096
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2095
2097
|
// Rat aliases
|
|
2096
2098
|
export { default as RatIcon } from '../icons/rat';
|
|
2097
|
-
// ReceiptCent aliases
|
|
2098
|
-
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2099
2099
|
// Ratio aliases
|
|
2100
2100
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2101
|
+
// ReceiptCent aliases
|
|
2102
|
+
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2103
|
+
// ReceiptIndianRupee aliases
|
|
2104
|
+
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2101
2105
|
// ReceiptEuro aliases
|
|
2102
2106
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2103
2107
|
// ReceiptJapaneseYen aliases
|
|
2104
2108
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2105
|
-
// ReceiptIndianRupee aliases
|
|
2106
|
-
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2107
|
-
// ReceiptRussianRuble aliases
|
|
2108
|
-
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2109
2109
|
// ReceiptPoundSterling aliases
|
|
2110
2110
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2111
|
-
// ReceiptText aliases
|
|
2112
|
-
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2113
2111
|
// ReceiptSwissFranc aliases
|
|
2114
2112
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2113
|
+
// ReceiptRussianRuble aliases
|
|
2114
|
+
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2115
2115
|
// ReceiptTurkishLira aliases
|
|
2116
2116
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2117
|
-
//
|
|
2118
|
-
export { default as
|
|
2117
|
+
// ReceiptText aliases
|
|
2118
|
+
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2119
2119
|
// Receipt aliases
|
|
2120
2120
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2121
|
+
// RectangleCircle aliases
|
|
2122
|
+
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2121
2123
|
// RectangleGoggles aliases
|
|
2122
2124
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2123
2125
|
// RectangleHorizontal aliases
|
|
@@ -2132,16 +2134,16 @@ export { default as Redo2Icon } from '../icons/redo-2';
|
|
|
2132
2134
|
export { default as RedoIcon } from '../icons/redo';
|
|
2133
2135
|
// RedoDot aliases
|
|
2134
2136
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2135
|
-
// RefreshCcw aliases
|
|
2136
|
-
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2137
2137
|
// RefreshCcwDot aliases
|
|
2138
2138
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2139
|
+
// RefreshCcw aliases
|
|
2140
|
+
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2139
2141
|
// RefreshCwOff aliases
|
|
2140
2142
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2141
|
-
// RefreshCw aliases
|
|
2142
|
-
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2143
2143
|
// Refrigerator aliases
|
|
2144
2144
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2145
|
+
// RefreshCw aliases
|
|
2146
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2145
2147
|
// Regex aliases
|
|
2146
2148
|
export { default as RegexIcon } from '../icons/regex';
|
|
2147
2149
|
// RemoveFormatting aliases
|
|
@@ -2150,56 +2152,56 @@ export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
|
2150
2152
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2151
2153
|
// Repeat2 aliases
|
|
2152
2154
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2153
|
-
// Repeat aliases
|
|
2154
|
-
export { default as RepeatIcon } from '../icons/repeat';
|
|
2155
2155
|
// ReplaceAll aliases
|
|
2156
2156
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2157
|
-
//
|
|
2158
|
-
export { default as
|
|
2157
|
+
// Repeat aliases
|
|
2158
|
+
export { default as RepeatIcon } from '../icons/repeat';
|
|
2159
2159
|
// ReplyAll aliases
|
|
2160
2160
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2161
|
+
// Replace aliases
|
|
2162
|
+
export { default as ReplaceIcon } from '../icons/replace';
|
|
2161
2163
|
// Reply aliases
|
|
2162
2164
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2165
|
+
// Rewind aliases
|
|
2166
|
+
export { default as RewindIcon } from '../icons/rewind';
|
|
2163
2167
|
// Ribbon aliases
|
|
2164
2168
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2165
2169
|
// RockingChair aliases
|
|
2166
2170
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2167
|
-
// Rewind aliases
|
|
2168
|
-
export { default as RewindIcon } from '../icons/rewind';
|
|
2169
2171
|
// Rocket aliases
|
|
2170
2172
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2171
2173
|
// RollerCoaster aliases
|
|
2172
2174
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2173
|
-
// RotateCcwKey aliases
|
|
2174
|
-
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2175
2175
|
// Rose aliases
|
|
2176
2176
|
export { default as RoseIcon } from '../icons/rose';
|
|
2177
|
-
//
|
|
2178
|
-
export { default as
|
|
2179
|
-
// RotateCwSquare aliases
|
|
2180
|
-
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2177
|
+
// RotateCcwKey aliases
|
|
2178
|
+
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2181
2179
|
// RotateCcwSquare aliases
|
|
2182
2180
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2181
|
+
// RotateCcw aliases
|
|
2182
|
+
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2183
|
+
// RotateCwSquare aliases
|
|
2184
|
+
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2183
2185
|
// RotateCw aliases
|
|
2184
2186
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2185
|
-
// Route aliases
|
|
2186
|
-
export { default as RouteIcon } from '../icons/route';
|
|
2187
2187
|
// RouteOff aliases
|
|
2188
2188
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2189
|
+
// Route aliases
|
|
2190
|
+
export { default as RouteIcon } from '../icons/route';
|
|
2189
2191
|
// Router aliases
|
|
2190
2192
|
export { default as RouterIcon } from '../icons/router';
|
|
2191
2193
|
// Rows4 aliases
|
|
2192
2194
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2193
2195
|
// Rss aliases
|
|
2194
2196
|
export { default as RssIcon } from '../icons/rss';
|
|
2195
|
-
// RulerDimensionLine aliases
|
|
2196
|
-
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2197
|
-
// Sailboat aliases
|
|
2198
|
-
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2199
2197
|
// Ruler aliases
|
|
2200
2198
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2201
2199
|
// RussianRuble aliases
|
|
2202
2200
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2201
|
+
// RulerDimensionLine aliases
|
|
2202
|
+
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2203
|
+
// Sailboat aliases
|
|
2204
|
+
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2203
2205
|
// Salad aliases
|
|
2204
2206
|
export { default as SaladIcon } from '../icons/salad';
|
|
2205
2207
|
// Sandwich aliases
|
|
@@ -2216,16 +2218,16 @@ export { default as SaveAllIcon } from '../icons/save-all';
|
|
|
2216
2218
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2217
2219
|
// Save aliases
|
|
2218
2220
|
export { default as SaveIcon } from '../icons/save';
|
|
2221
|
+
// ScanBarcode aliases
|
|
2222
|
+
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2219
2223
|
// Scale aliases
|
|
2220
2224
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2221
2225
|
// Scaling aliases
|
|
2222
2226
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2223
|
-
// ScanBarcode aliases
|
|
2224
|
-
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2225
|
-
// ScanFace aliases
|
|
2226
|
-
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2227
2227
|
// ScanEye aliases
|
|
2228
2228
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2229
|
+
// ScanFace aliases
|
|
2230
|
+
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2229
2231
|
// ScanHeart aliases
|
|
2230
2232
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2231
2233
|
// ScanLine aliases
|
|
@@ -2244,10 +2246,10 @@ export { default as SchoolIcon } from '../icons/school';
|
|
|
2244
2246
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2245
2247
|
// Scissors aliases
|
|
2246
2248
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2247
|
-
// ScreenShareOff aliases
|
|
2248
|
-
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2249
2249
|
// Scooter aliases
|
|
2250
2250
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2251
|
+
// ScreenShareOff aliases
|
|
2252
|
+
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2251
2253
|
// ScreenShare aliases
|
|
2252
2254
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2253
2255
|
// ScrollText aliases
|
|
@@ -2260,26 +2262,26 @@ export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
|
2260
2262
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2261
2263
|
// SearchCode aliases
|
|
2262
2264
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2263
|
-
// SearchSlash aliases
|
|
2264
|
-
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2265
2265
|
// SearchX aliases
|
|
2266
2266
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2267
|
+
// SearchSlash aliases
|
|
2268
|
+
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2269
|
+
// Section aliases
|
|
2270
|
+
export { default as SectionIcon } from '../icons/section';
|
|
2267
2271
|
// Search aliases
|
|
2268
2272
|
export { default as SearchIcon } from '../icons/search';
|
|
2269
2273
|
// SendToBack aliases
|
|
2270
2274
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2271
|
-
// Section aliases
|
|
2272
|
-
export { default as SectionIcon } from '../icons/section';
|
|
2273
|
-
// SeparatorHorizontal aliases
|
|
2274
|
-
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2275
2275
|
// Send aliases
|
|
2276
2276
|
export { default as SendIcon } from '../icons/send';
|
|
2277
|
+
// SeparatorVertical aliases
|
|
2278
|
+
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2277
2279
|
// ServerCog aliases
|
|
2278
2280
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2281
|
+
// SeparatorHorizontal aliases
|
|
2282
|
+
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2279
2283
|
// ServerOff aliases
|
|
2280
2284
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2281
|
-
// SeparatorVertical aliases
|
|
2282
|
-
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2283
2285
|
// ServerCrash aliases
|
|
2284
2286
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2285
2287
|
// Server aliases
|
|
@@ -2292,16 +2294,16 @@ export { default as SettingsIcon } from '../icons/settings';
|
|
|
2292
2294
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2293
2295
|
// Share aliases
|
|
2294
2296
|
export { default as ShareIcon } from '../icons/share';
|
|
2297
|
+
// Share2 aliases
|
|
2298
|
+
export { default as Share2Icon } from '../icons/share-2';
|
|
2295
2299
|
// Sheet aliases
|
|
2296
2300
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2297
2301
|
// Shell aliases
|
|
2298
2302
|
export { default as ShellIcon } from '../icons/shell';
|
|
2299
|
-
// Share2 aliases
|
|
2300
|
-
export { default as Share2Icon } from '../icons/share-2';
|
|
2301
|
-
// ShelvingUnit aliases
|
|
2302
|
-
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2303
2303
|
// ShieldAlert aliases
|
|
2304
2304
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2305
|
+
// ShelvingUnit aliases
|
|
2306
|
+
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2305
2307
|
// ShieldBan aliases
|
|
2306
2308
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2307
2309
|
// ShieldCheck aliases
|
|
@@ -2320,54 +2322,54 @@ export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
|
2320
2322
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2321
2323
|
// Shield aliases
|
|
2322
2324
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2325
|
+
// Ship aliases
|
|
2326
|
+
export { default as ShipIcon } from '../icons/ship';
|
|
2323
2327
|
// ShipWheel aliases
|
|
2324
2328
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2325
2329
|
// Shirt aliases
|
|
2326
2330
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2327
|
-
// Ship aliases
|
|
2328
|
-
export { default as ShipIcon } from '../icons/ship';
|
|
2329
2331
|
// ShoppingBag aliases
|
|
2330
2332
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2333
|
+
// Shovel aliases
|
|
2334
|
+
export { default as ShovelIcon } from '../icons/shovel';
|
|
2331
2335
|
// ShoppingBasket aliases
|
|
2332
2336
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2333
2337
|
// ShoppingCart aliases
|
|
2334
2338
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2335
|
-
// Shovel aliases
|
|
2336
|
-
export { default as ShovelIcon } from '../icons/shovel';
|
|
2337
2339
|
// ShowerHead aliases
|
|
2338
2340
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2341
|
+
// Shrink aliases
|
|
2342
|
+
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2339
2343
|
// Shredder aliases
|
|
2340
2344
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2341
2345
|
// Shrimp aliases
|
|
2342
2346
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2343
|
-
//
|
|
2344
|
-
export { default as
|
|
2347
|
+
// Shuffle aliases
|
|
2348
|
+
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2345
2349
|
// Shrub aliases
|
|
2346
2350
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2347
2351
|
// Sigma aliases
|
|
2348
2352
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2349
|
-
// Shuffle aliases
|
|
2350
|
-
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2351
2353
|
// SignalHigh aliases
|
|
2352
2354
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2353
|
-
// SignalLow aliases
|
|
2354
|
-
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2355
2355
|
// SignalMedium aliases
|
|
2356
2356
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2357
2357
|
// SignalZero aliases
|
|
2358
2358
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2359
|
+
// SignalLow aliases
|
|
2360
|
+
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2359
2361
|
// Signal aliases
|
|
2360
2362
|
export { default as SignalIcon } from '../icons/signal';
|
|
2361
2363
|
// Signature aliases
|
|
2362
2364
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2363
2365
|
// SignpostBig aliases
|
|
2364
2366
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2365
|
-
// Signpost aliases
|
|
2366
|
-
export { default as SignpostIcon } from '../icons/signpost';
|
|
2367
2367
|
// Siren aliases
|
|
2368
2368
|
export { default as SirenIcon } from '../icons/siren';
|
|
2369
2369
|
// SkipBack aliases
|
|
2370
2370
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2371
|
+
// Signpost aliases
|
|
2372
|
+
export { default as SignpostIcon } from '../icons/signpost';
|
|
2371
2373
|
// SkipForward aliases
|
|
2372
2374
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2373
2375
|
// Skull aliases
|
|
@@ -2384,68 +2386,72 @@ export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
|
2384
2386
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2385
2387
|
// SmartphoneNfc aliases
|
|
2386
2388
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2387
|
-
// SmilePlus aliases
|
|
2388
|
-
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2389
2389
|
// Smartphone aliases
|
|
2390
2390
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2391
|
-
//
|
|
2392
|
-
export { default as
|
|
2391
|
+
// SmilePlus aliases
|
|
2392
|
+
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2393
2393
|
// Smile aliases
|
|
2394
2394
|
export { default as SmileIcon } from '../icons/smile';
|
|
2395
|
+
// Snail aliases
|
|
2396
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2395
2397
|
// Snowflake aliases
|
|
2396
2398
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2397
|
-
// SoapDispenserDroplet aliases
|
|
2398
|
-
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2399
2399
|
// Sofa aliases
|
|
2400
2400
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2401
|
+
// SoapDispenserDroplet aliases
|
|
2402
|
+
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2401
2403
|
// SolarPanel aliases
|
|
2402
2404
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2403
2405
|
// Space aliases
|
|
2404
2406
|
export { default as SpaceIcon } from '../icons/space';
|
|
2405
2407
|
// Soup aliases
|
|
2406
2408
|
export { default as SoupIcon } from '../icons/soup';
|
|
2407
|
-
// Spade aliases
|
|
2408
|
-
export { default as SpadeIcon } from '../icons/spade';
|
|
2409
2409
|
// Sparkle aliases
|
|
2410
2410
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2411
2411
|
// Speaker aliases
|
|
2412
2412
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2413
|
+
// Spade aliases
|
|
2414
|
+
export { default as SpadeIcon } from '../icons/spade';
|
|
2413
2415
|
// Speech aliases
|
|
2414
2416
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2415
|
-
// SpellCheck2 aliases
|
|
2416
|
-
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2417
2417
|
// SpellCheck aliases
|
|
2418
2418
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2419
2419
|
// SplinePointer aliases
|
|
2420
2420
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2421
|
+
// SpellCheck2 aliases
|
|
2422
|
+
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2423
|
+
// Spline aliases
|
|
2424
|
+
export { default as SplineIcon } from '../icons/spline';
|
|
2421
2425
|
// Split aliases
|
|
2422
2426
|
export { default as SplitIcon } from '../icons/split';
|
|
2423
2427
|
// Spool aliases
|
|
2424
2428
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2425
|
-
// Spline aliases
|
|
2426
|
-
export { default as SplineIcon } from '../icons/spline';
|
|
2427
2429
|
// Spotlight aliases
|
|
2428
2430
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2431
|
+
// SprayCan aliases
|
|
2432
|
+
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2429
2433
|
// Sprout aliases
|
|
2430
2434
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2435
|
+
// SquareArrowRightEnter aliases
|
|
2436
|
+
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2437
|
+
// SquareArrowRightExit aliases
|
|
2438
|
+
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2431
2439
|
// SquareDashedBottomCode aliases
|
|
2432
2440
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2433
|
-
// SprayCan aliases
|
|
2434
|
-
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2435
2441
|
// SquareDashedBottom aliases
|
|
2436
2442
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2437
2443
|
// SquareDashedTopSolid aliases
|
|
2438
2444
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2439
2445
|
// SquarePause aliases
|
|
2440
2446
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2441
|
-
// SquareRoundCorner aliases
|
|
2442
|
-
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2443
2447
|
// SquareRadical aliases
|
|
2444
2448
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2445
|
-
//
|
|
2446
|
-
export { default as
|
|
2449
|
+
// SquareRoundCorner aliases
|
|
2450
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2447
2451
|
// SquareSquare aliases
|
|
2448
2452
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2453
|
+
// SquareStack aliases
|
|
2454
|
+
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2449
2455
|
// SquareStar aliases
|
|
2450
2456
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2451
2457
|
// SquareStop aliases
|
|
@@ -2468,42 +2474,42 @@ export { default as SquircleIcon } from '../icons/squircle';
|
|
|
2468
2474
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2469
2475
|
// StarHalf aliases
|
|
2470
2476
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2477
|
+
// StarOff aliases
|
|
2478
|
+
export { default as StarOffIcon } from '../icons/star-off';
|
|
2471
2479
|
// Stamp aliases
|
|
2472
2480
|
export { default as StampIcon } from '../icons/stamp';
|
|
2473
2481
|
// Star aliases
|
|
2474
2482
|
export { default as StarIcon } from '../icons/star';
|
|
2475
2483
|
// StepBack aliases
|
|
2476
2484
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2477
|
-
// StarOff aliases
|
|
2478
|
-
export { default as StarOffIcon } from '../icons/star-off';
|
|
2479
2485
|
// StepForward aliases
|
|
2480
2486
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2481
|
-
// Stethoscope aliases
|
|
2482
|
-
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2483
2487
|
// Sticker aliases
|
|
2484
2488
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2489
|
+
// Stethoscope aliases
|
|
2490
|
+
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2485
2491
|
// StickyNote aliases
|
|
2486
2492
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2487
2493
|
// Stone aliases
|
|
2488
2494
|
export { default as StoneIcon } from '../icons/stone';
|
|
2489
2495
|
// Store aliases
|
|
2490
2496
|
export { default as StoreIcon } from '../icons/store';
|
|
2491
|
-
// StretchHorizontal aliases
|
|
2492
|
-
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2493
2497
|
// StretchVertical aliases
|
|
2494
2498
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2499
|
+
// StretchHorizontal aliases
|
|
2500
|
+
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2495
2501
|
// Strikethrough aliases
|
|
2496
2502
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2497
|
-
// Subscript aliases
|
|
2498
|
-
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2499
2503
|
// SunDim aliases
|
|
2500
2504
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2505
|
+
// Subscript aliases
|
|
2506
|
+
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2501
2507
|
// SunMedium aliases
|
|
2502
2508
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2503
|
-
// SunMoon aliases
|
|
2504
|
-
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2505
2509
|
// SunSnow aliases
|
|
2506
2510
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2511
|
+
// SunMoon aliases
|
|
2512
|
+
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2507
2513
|
// Sun aliases
|
|
2508
2514
|
export { default as SunIcon } from '../icons/sun';
|
|
2509
2515
|
// Sunrise aliases
|
|
@@ -2518,12 +2524,12 @@ export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
|
2518
2524
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2519
2525
|
// SwissFranc aliases
|
|
2520
2526
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2521
|
-
// Swords aliases
|
|
2522
|
-
export { default as SwordsIcon } from '../icons/swords';
|
|
2523
2527
|
// Sword aliases
|
|
2524
2528
|
export { default as SwordIcon } from '../icons/sword';
|
|
2525
2529
|
// Syringe aliases
|
|
2526
2530
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2531
|
+
// Swords aliases
|
|
2532
|
+
export { default as SwordsIcon } from '../icons/swords';
|
|
2527
2533
|
// Table2 aliases
|
|
2528
2534
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2529
2535
|
// TableCellsMerge aliases
|
|
@@ -2534,46 +2540,46 @@ export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
|
2534
2540
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2535
2541
|
// TableOfContents aliases
|
|
2536
2542
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2537
|
-
// TableRowsSplit aliases
|
|
2538
|
-
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2539
2543
|
// TableProperties aliases
|
|
2540
2544
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2545
|
+
// TableRowsSplit aliases
|
|
2546
|
+
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2541
2547
|
// Table aliases
|
|
2542
2548
|
export { default as TableIcon } from '../icons/table';
|
|
2543
|
-
// Tablet aliases
|
|
2544
|
-
export { default as TabletIcon } from '../icons/tablet';
|
|
2545
2549
|
// TabletSmartphone aliases
|
|
2546
2550
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2547
2551
|
// Tablets aliases
|
|
2548
2552
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2549
2553
|
// Tag aliases
|
|
2550
2554
|
export { default as TagIcon } from '../icons/tag';
|
|
2551
|
-
//
|
|
2552
|
-
export { default as
|
|
2555
|
+
// Tablet aliases
|
|
2556
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2553
2557
|
// Tags aliases
|
|
2554
2558
|
export { default as TagsIcon } from '../icons/tags';
|
|
2555
2559
|
// Tally2 aliases
|
|
2556
2560
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2557
2561
|
// Tally3 aliases
|
|
2558
2562
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2559
|
-
//
|
|
2560
|
-
export { default as
|
|
2563
|
+
// Tally1 aliases
|
|
2564
|
+
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2561
2565
|
// Tally5 aliases
|
|
2562
2566
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2563
2567
|
// Tangent aliases
|
|
2564
2568
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2569
|
+
// Tally4 aliases
|
|
2570
|
+
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2565
2571
|
// Target aliases
|
|
2566
2572
|
export { default as TargetIcon } from '../icons/target';
|
|
2567
2573
|
// Telescope aliases
|
|
2568
2574
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2569
|
-
// Tent aliases
|
|
2570
|
-
export { default as TentIcon } from '../icons/tent';
|
|
2571
2575
|
// TentTree aliases
|
|
2572
2576
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2573
|
-
//
|
|
2574
|
-
export { default as
|
|
2577
|
+
// Tent aliases
|
|
2578
|
+
export { default as TentIcon } from '../icons/tent';
|
|
2575
2579
|
// Terminal aliases
|
|
2576
2580
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2581
|
+
// TestTube aliases
|
|
2582
|
+
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2577
2583
|
// TestTubes aliases
|
|
2578
2584
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2579
2585
|
// TextCursorInput aliases
|
|
@@ -2592,78 +2598,78 @@ export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowfl
|
|
|
2592
2598
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2593
2599
|
// Thermometer aliases
|
|
2594
2600
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2595
|
-
// ThumbsDown aliases
|
|
2596
|
-
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2597
2601
|
// TicketCheck aliases
|
|
2598
2602
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2603
|
+
// ThumbsDown aliases
|
|
2604
|
+
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2599
2605
|
// ThumbsUp aliases
|
|
2600
2606
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2601
2607
|
// TicketMinus aliases
|
|
2602
2608
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2603
2609
|
// TicketPercent aliases
|
|
2604
2610
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2605
|
-
// TicketPlus aliases
|
|
2606
|
-
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2607
2611
|
// TicketSlash aliases
|
|
2608
2612
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2613
|
+
// TicketPlus aliases
|
|
2614
|
+
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2609
2615
|
// TicketX aliases
|
|
2610
2616
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2611
|
-
// TicketsPlane aliases
|
|
2612
|
-
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2613
2617
|
// Ticket aliases
|
|
2614
2618
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2619
|
+
// TicketsPlane aliases
|
|
2620
|
+
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2615
2621
|
// Tickets aliases
|
|
2616
2622
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2617
2623
|
// TimerOff aliases
|
|
2618
2624
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2619
2625
|
// TimerReset aliases
|
|
2620
2626
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2621
|
-
// Timer aliases
|
|
2622
|
-
export { default as TimerIcon } from '../icons/timer';
|
|
2623
2627
|
// ToggleLeft aliases
|
|
2624
2628
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2629
|
+
// Timer aliases
|
|
2630
|
+
export { default as TimerIcon } from '../icons/timer';
|
|
2625
2631
|
// ToggleRight aliases
|
|
2626
2632
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2627
2633
|
// Toilet aliases
|
|
2628
2634
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2629
|
-
// ToolCase aliases
|
|
2630
|
-
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2631
2635
|
// Toolbox aliases
|
|
2632
2636
|
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2633
|
-
//
|
|
2634
|
-
export { default as
|
|
2637
|
+
// ToolCase aliases
|
|
2638
|
+
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2635
2639
|
// Torus aliases
|
|
2636
2640
|
export { default as TorusIcon } from '../icons/torus';
|
|
2641
|
+
// Tornado aliases
|
|
2642
|
+
export { default as TornadoIcon } from '../icons/tornado';
|
|
2637
2643
|
// TouchpadOff aliases
|
|
2638
2644
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2639
2645
|
// Touchpad aliases
|
|
2640
2646
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2641
2647
|
// TowelRack aliases
|
|
2642
2648
|
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2643
|
-
// ToyBrick aliases
|
|
2644
|
-
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2645
2649
|
// TowerControl aliases
|
|
2646
2650
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2647
|
-
//
|
|
2648
|
-
export { default as
|
|
2651
|
+
// ToyBrick aliases
|
|
2652
|
+
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2649
2653
|
// Tractor aliases
|
|
2650
2654
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2655
|
+
// TrafficCone aliases
|
|
2656
|
+
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2651
2657
|
// TrainFrontTunnel aliases
|
|
2652
2658
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2653
|
-
// TrainFront aliases
|
|
2654
|
-
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2655
2659
|
// TrainTrack aliases
|
|
2656
2660
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2661
|
+
// TrainFront aliases
|
|
2662
|
+
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2657
2663
|
// Transgender aliases
|
|
2658
2664
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2659
|
-
// Trash aliases
|
|
2660
|
-
export { default as TrashIcon } from '../icons/trash';
|
|
2661
2665
|
// Trash2 aliases
|
|
2662
2666
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2663
|
-
//
|
|
2664
|
-
export { default as
|
|
2667
|
+
// Trash aliases
|
|
2668
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2665
2669
|
// TreeDeciduous aliases
|
|
2666
2670
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2671
|
+
// TreePine aliases
|
|
2672
|
+
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2667
2673
|
// Trees aliases
|
|
2668
2674
|
export { default as TreesIcon } from '../icons/trees';
|
|
2669
2675
|
// Trello aliases
|
|
@@ -2672,10 +2678,10 @@ export { default as TrelloIcon } from '../icons/trello';
|
|
|
2672
2678
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2673
2679
|
// TrendingUpDown aliases
|
|
2674
2680
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2675
|
-
// TriangleRight aliases
|
|
2676
|
-
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2677
2681
|
// TrendingUp aliases
|
|
2678
2682
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2683
|
+
// TriangleRight aliases
|
|
2684
|
+
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2679
2685
|
// TriangleDashed aliases
|
|
2680
2686
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2681
2687
|
// Triangle aliases
|
|
@@ -2686,10 +2692,10 @@ export { default as TrophyIcon } from '../icons/trophy';
|
|
|
2686
2692
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2687
2693
|
// Truck aliases
|
|
2688
2694
|
export { default as TruckIcon } from '../icons/truck';
|
|
2689
|
-
// Turntable aliases
|
|
2690
|
-
export { default as TurntableIcon } from '../icons/turntable';
|
|
2691
2695
|
// TurkishLira aliases
|
|
2692
2696
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2697
|
+
// Turntable aliases
|
|
2698
|
+
export { default as TurntableIcon } from '../icons/turntable';
|
|
2693
2699
|
// Turtle aliases
|
|
2694
2700
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2695
2701
|
// TvMinimalPlay aliases
|
|
@@ -2714,10 +2720,10 @@ export { default as UnderlineIcon } from '../icons/underline';
|
|
|
2714
2720
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2715
2721
|
// UndoDot aliases
|
|
2716
2722
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2717
|
-
// Undo aliases
|
|
2718
|
-
export { default as UndoIcon } from '../icons/undo';
|
|
2719
2723
|
// UnfoldHorizontal aliases
|
|
2720
2724
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2725
|
+
// Undo aliases
|
|
2726
|
+
export { default as UndoIcon } from '../icons/undo';
|
|
2721
2727
|
// UnfoldVertical aliases
|
|
2722
2728
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2723
2729
|
// Ungroup aliases
|
|
@@ -2732,52 +2738,52 @@ export { default as UnplugIcon } from '../icons/unplug';
|
|
|
2732
2738
|
export { default as UploadIcon } from '../icons/upload';
|
|
2733
2739
|
// Usb aliases
|
|
2734
2740
|
export { default as UsbIcon } from '../icons/usb';
|
|
2741
|
+
// UserCog aliases
|
|
2742
|
+
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2735
2743
|
// UserCheck aliases
|
|
2736
2744
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2737
2745
|
// UserKey aliases
|
|
2738
2746
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2739
|
-
// UserCog aliases
|
|
2740
|
-
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2741
|
-
// UserMinus aliases
|
|
2742
|
-
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2743
2747
|
// UserLock aliases
|
|
2744
2748
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2749
|
+
// UserMinus aliases
|
|
2750
|
+
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2745
2751
|
// UserPen aliases
|
|
2746
2752
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2747
|
-
// UserRoundKey aliases
|
|
2748
|
-
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2749
2753
|
// UserPlus aliases
|
|
2750
2754
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2755
|
+
// UserRoundKey aliases
|
|
2756
|
+
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2751
2757
|
// UserRoundPen aliases
|
|
2752
2758
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2753
2759
|
// UserRoundSearch aliases
|
|
2754
2760
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2755
|
-
// UserStar aliases
|
|
2756
|
-
export { default as UserStarIcon } from '../icons/user-star';
|
|
2757
2761
|
// UserSearch aliases
|
|
2758
2762
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2759
|
-
//
|
|
2760
|
-
export { default as
|
|
2763
|
+
// UserStar aliases
|
|
2764
|
+
export { default as UserStarIcon } from '../icons/user-star';
|
|
2761
2765
|
// User aliases
|
|
2762
2766
|
export { default as UserIcon } from '../icons/user';
|
|
2767
|
+
// UserX aliases
|
|
2768
|
+
export { default as UserXIcon } from '../icons/user-x';
|
|
2763
2769
|
// Users aliases
|
|
2764
2770
|
export { default as UsersIcon } from '../icons/users';
|
|
2765
|
-
// Van aliases
|
|
2766
|
-
export { default as VanIcon } from '../icons/van';
|
|
2767
2771
|
// UtilityPole aliases
|
|
2768
2772
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2773
|
+
// Van aliases
|
|
2774
|
+
export { default as VanIcon } from '../icons/van';
|
|
2769
2775
|
// Variable aliases
|
|
2770
2776
|
export { default as VariableIcon } from '../icons/variable';
|
|
2771
2777
|
// Vault aliases
|
|
2772
2778
|
export { default as VaultIcon } from '../icons/vault';
|
|
2773
|
-
// VectorSquare aliases
|
|
2774
|
-
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2775
2779
|
// Vegan aliases
|
|
2776
2780
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2777
|
-
//
|
|
2778
|
-
export { default as
|
|
2781
|
+
// VectorSquare aliases
|
|
2782
|
+
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2779
2783
|
// VenusAndMars aliases
|
|
2780
2784
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2785
|
+
// VenetianMask aliases
|
|
2786
|
+
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2781
2787
|
// Venus aliases
|
|
2782
2788
|
export { default as VenusIcon } from '../icons/venus';
|
|
2783
2789
|
// VibrateOff aliases
|
|
@@ -2790,88 +2796,88 @@ export { default as VideoOffIcon } from '../icons/video-off';
|
|
|
2790
2796
|
export { default as VideoIcon } from '../icons/video';
|
|
2791
2797
|
// Videotape aliases
|
|
2792
2798
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2793
|
-
// View aliases
|
|
2794
|
-
export { default as ViewIcon } from '../icons/view';
|
|
2795
2799
|
// Voicemail aliases
|
|
2796
2800
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2801
|
+
// View aliases
|
|
2802
|
+
export { default as ViewIcon } from '../icons/view';
|
|
2797
2803
|
// Volleyball aliases
|
|
2798
2804
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2805
|
+
// Volume2 aliases
|
|
2806
|
+
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2799
2807
|
// Volume1 aliases
|
|
2800
2808
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2801
2809
|
// VolumeOff aliases
|
|
2802
2810
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2803
2811
|
// VolumeX aliases
|
|
2804
2812
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2805
|
-
// Volume2 aliases
|
|
2806
|
-
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2807
2813
|
// Volume aliases
|
|
2808
2814
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2809
|
-
// Vote aliases
|
|
2810
|
-
export { default as VoteIcon } from '../icons/vote';
|
|
2811
2815
|
// WalletCards aliases
|
|
2812
2816
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2817
|
+
// Vote aliases
|
|
2818
|
+
export { default as VoteIcon } from '../icons/vote';
|
|
2819
|
+
// Wallpaper aliases
|
|
2820
|
+
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2813
2821
|
// Wallet aliases
|
|
2814
2822
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2815
|
-
// Wand aliases
|
|
2816
|
-
export { default as WandIcon } from '../icons/wand';
|
|
2817
2823
|
// Warehouse aliases
|
|
2818
2824
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2825
|
+
// Wand aliases
|
|
2826
|
+
export { default as WandIcon } from '../icons/wand';
|
|
2819
2827
|
// WashingMachine aliases
|
|
2820
2828
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2821
|
-
// Wallpaper aliases
|
|
2822
|
-
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2823
2829
|
// Watch aliases
|
|
2824
2830
|
export { default as WatchIcon } from '../icons/watch';
|
|
2825
|
-
// WavesArrowDown aliases
|
|
2826
|
-
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2827
2831
|
// WavesArrowUp aliases
|
|
2828
2832
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2829
|
-
// Waypoints aliases
|
|
2830
|
-
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2831
2833
|
// WavesLadder aliases
|
|
2832
2834
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2835
|
+
// WavesArrowDown aliases
|
|
2836
|
+
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2833
2837
|
// Waves aliases
|
|
2834
2838
|
export { default as WavesIcon } from '../icons/waves';
|
|
2839
|
+
// Waypoints aliases
|
|
2840
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2835
2841
|
// Webcam aliases
|
|
2836
2842
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2837
|
-
// Webhook aliases
|
|
2838
|
-
export { default as WebhookIcon } from '../icons/webhook';
|
|
2839
2843
|
// WebhookOff aliases
|
|
2840
2844
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2845
|
+
// Webhook aliases
|
|
2846
|
+
export { default as WebhookIcon } from '../icons/webhook';
|
|
2841
2847
|
// WeightTilde aliases
|
|
2842
2848
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2843
2849
|
// Weight aliases
|
|
2844
2850
|
export { default as WeightIcon } from '../icons/weight';
|
|
2845
2851
|
// WheatOff aliases
|
|
2846
2852
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2847
|
-
// WholeWord aliases
|
|
2848
|
-
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2849
2853
|
// Wheat aliases
|
|
2850
2854
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2855
|
+
// WholeWord aliases
|
|
2856
|
+
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2851
2857
|
// WifiCog aliases
|
|
2852
2858
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2853
|
-
// WifiHigh aliases
|
|
2854
|
-
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2855
2859
|
// WifiLow aliases
|
|
2856
2860
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2857
2861
|
// WifiOff aliases
|
|
2858
2862
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2863
|
+
// WifiHigh aliases
|
|
2864
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2859
2865
|
// WifiPen aliases
|
|
2860
2866
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2867
|
+
// WifiSync aliases
|
|
2868
|
+
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2861
2869
|
// WifiZero aliases
|
|
2862
2870
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2863
2871
|
// Wifi aliases
|
|
2864
2872
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2865
|
-
// WifiSync aliases
|
|
2866
|
-
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2867
|
-
// WindArrowDown aliases
|
|
2868
|
-
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2869
2873
|
// Wind aliases
|
|
2870
2874
|
export { default as WindIcon } from '../icons/wind';
|
|
2871
|
-
//
|
|
2872
|
-
export { default as
|
|
2875
|
+
// WindArrowDown aliases
|
|
2876
|
+
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2873
2877
|
// Wine aliases
|
|
2874
2878
|
export { default as WineIcon } from '../icons/wine';
|
|
2879
|
+
// WineOff aliases
|
|
2880
|
+
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2875
2881
|
// Workflow aliases
|
|
2876
2882
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2877
2883
|
// Worm aliases
|
|
@@ -2880,18 +2886,18 @@ export { default as WormIcon } from '../icons/worm';
|
|
|
2880
2886
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2881
2887
|
// XLineTop aliases
|
|
2882
2888
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
2889
|
+
// Youtube aliases
|
|
2890
|
+
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2883
2891
|
// X aliases
|
|
2884
2892
|
export { default as XIcon } from '../icons/x';
|
|
2885
2893
|
// ZapOff aliases
|
|
2886
2894
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2887
|
-
// Youtube aliases
|
|
2888
|
-
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2889
|
-
// Zap aliases
|
|
2890
|
-
export { default as ZapIcon } from '../icons/zap';
|
|
2891
2895
|
// ZoomIn aliases
|
|
2892
2896
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2893
2897
|
// ZoomOut aliases
|
|
2894
2898
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2899
|
+
// Zap aliases
|
|
2900
|
+
export { default as ZapIcon } from '../icons/zap';
|
|
2895
2901
|
// ArrowDown01 aliases
|
|
2896
2902
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2897
2903
|
// ArrowDown10 aliases
|
|
@@ -2906,18 +2912,18 @@ export {
|
|
|
2906
2912
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. This alias will be removed in v1.0 */
|
|
2907
2913
|
default as AlarmCheckIcon
|
|
2908
2914
|
} from '../icons/alarm-clock-check';
|
|
2909
|
-
// AlarmClockMinus aliases
|
|
2910
|
-
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2911
|
-
export {
|
|
2912
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
2913
|
-
default as AlarmMinusIcon
|
|
2914
|
-
} from '../icons/alarm-clock-minus';
|
|
2915
2915
|
// AlarmClockPlus aliases
|
|
2916
2916
|
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2917
2917
|
export {
|
|
2918
2918
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
2919
2919
|
default as AlarmPlusIcon
|
|
2920
2920
|
} from '../icons/alarm-clock-plus';
|
|
2921
|
+
// AlarmClockMinus aliases
|
|
2922
|
+
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2923
|
+
export {
|
|
2924
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
2925
|
+
default as AlarmMinusIcon
|
|
2926
|
+
} from '../icons/alarm-clock-minus';
|
|
2921
2927
|
// ArrowDownAZ aliases
|
|
2922
2928
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2923
2929
|
export {
|
|
@@ -2942,12 +2948,6 @@ export {
|
|
|
2942
2948
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. This alias will be removed in v1.0 */
|
|
2943
2949
|
default as ArrowUpAzIcon
|
|
2944
2950
|
} from '../icons/arrow-up-a-z';
|
|
2945
|
-
// ArrowUpZA aliases
|
|
2946
|
-
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2947
|
-
export {
|
|
2948
|
-
/** @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 */
|
|
2949
|
-
default as ArrowUpZaIcon
|
|
2950
|
-
} from '../icons/arrow-up-z-a';
|
|
2951
2951
|
// ArrowUpNarrowWide aliases
|
|
2952
2952
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2953
2953
|
export {
|
|
@@ -2960,24 +2960,30 @@ export {
|
|
|
2960
2960
|
/** @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 */
|
|
2961
2961
|
default as Axis3DIcon
|
|
2962
2962
|
} from '../icons/axis-3d';
|
|
2963
|
+
// ArrowUpZA aliases
|
|
2964
|
+
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2965
|
+
export {
|
|
2966
|
+
/** @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 */
|
|
2967
|
+
default as ArrowUpZaIcon
|
|
2968
|
+
} from '../icons/arrow-up-z-a';
|
|
2963
2969
|
// BadgeCheck aliases
|
|
2964
2970
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2965
2971
|
export {
|
|
2966
2972
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
2967
2973
|
default as VerifiedIcon
|
|
2968
2974
|
} from '../icons/badge-check';
|
|
2969
|
-
// BadgeQuestionMark aliases
|
|
2970
|
-
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2971
|
-
export {
|
|
2972
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
2973
|
-
default as BadgeHelpIcon
|
|
2974
|
-
} from '../icons/badge-question-mark';
|
|
2975
2975
|
// BetweenHorizontalEnd aliases
|
|
2976
2976
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2977
2977
|
export {
|
|
2978
2978
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2979
2979
|
default as BetweenHorizonalEndIcon
|
|
2980
2980
|
} from '../icons/between-horizontal-end';
|
|
2981
|
+
// BadgeQuestionMark aliases
|
|
2982
|
+
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2983
|
+
export {
|
|
2984
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
2985
|
+
default as BadgeHelpIcon
|
|
2986
|
+
} from '../icons/badge-question-mark';
|
|
2981
2987
|
// BetweenHorizontalStart aliases
|
|
2982
2988
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2983
2989
|
export {
|
|
@@ -3026,42 +3032,42 @@ export {
|
|
|
3026
3032
|
/** @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 */
|
|
3027
3033
|
default as CandlestickChartIcon
|
|
3028
3034
|
} from '../icons/chart-candlestick';
|
|
3029
|
-
// ChartColumnIncreasing aliases
|
|
3030
|
-
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3031
|
-
export {
|
|
3032
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3033
|
-
default as BarChart4Icon
|
|
3034
|
-
} from '../icons/chart-column-increasing';
|
|
3035
|
-
// ChartColumn aliases
|
|
3036
|
-
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3037
|
-
export {
|
|
3038
|
-
/** @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 */
|
|
3039
|
-
default as BarChart3Icon
|
|
3040
|
-
} from '../icons/chart-column';
|
|
3041
3035
|
// ChartColumnBig aliases
|
|
3042
3036
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3043
3037
|
export {
|
|
3044
3038
|
/** @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 */
|
|
3045
3039
|
default as BarChartBigIcon
|
|
3046
3040
|
} from '../icons/chart-column-big';
|
|
3041
|
+
// ChartColumnIncreasing aliases
|
|
3042
|
+
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3043
|
+
export {
|
|
3044
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3045
|
+
default as BarChart4Icon
|
|
3046
|
+
} from '../icons/chart-column-increasing';
|
|
3047
3047
|
// ChartLine aliases
|
|
3048
3048
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3049
3049
|
export {
|
|
3050
3050
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
3051
3051
|
default as LineChartIcon
|
|
3052
3052
|
} from '../icons/chart-line';
|
|
3053
|
-
//
|
|
3054
|
-
export { default as
|
|
3053
|
+
// ChartColumn aliases
|
|
3054
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3055
3055
|
export {
|
|
3056
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3057
|
-
default as
|
|
3058
|
-
} from '../icons/chart-
|
|
3056
|
+
/** @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 */
|
|
3057
|
+
default as BarChart3Icon
|
|
3058
|
+
} from '../icons/chart-column';
|
|
3059
3059
|
// ChartNoAxesColumnIncreasing aliases
|
|
3060
3060
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3061
3061
|
export {
|
|
3062
3062
|
/** @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 */
|
|
3063
3063
|
default as BarChartIcon
|
|
3064
3064
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3065
|
+
// ChartNoAxesColumn aliases
|
|
3066
|
+
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3067
|
+
export {
|
|
3068
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3069
|
+
default as BarChart2Icon
|
|
3070
|
+
} from '../icons/chart-no-axes-column';
|
|
3065
3071
|
// ChartNoAxesGantt aliases
|
|
3066
3072
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3067
3073
|
export {
|
|
@@ -3074,18 +3080,18 @@ export {
|
|
|
3074
3080
|
/** @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 */
|
|
3075
3081
|
default as PieChartIcon
|
|
3076
3082
|
} from '../icons/chart-pie';
|
|
3077
|
-
// ChartScatter aliases
|
|
3078
|
-
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3079
|
-
export {
|
|
3080
|
-
/** @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 */
|
|
3081
|
-
default as ScatterChartIcon
|
|
3082
|
-
} from '../icons/chart-scatter';
|
|
3083
3083
|
// Chromium aliases
|
|
3084
3084
|
export { default as ChromiumIcon } from '../icons/chromium';
|
|
3085
3085
|
export {
|
|
3086
3086
|
/** @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 */
|
|
3087
3087
|
default as ChromeIcon
|
|
3088
3088
|
} from '../icons/chromium';
|
|
3089
|
+
// ChartScatter aliases
|
|
3090
|
+
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3091
|
+
export {
|
|
3092
|
+
/** @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 */
|
|
3093
|
+
default as ScatterChartIcon
|
|
3094
|
+
} from '../icons/chart-scatter';
|
|
3089
3095
|
// CircleAlert aliases
|
|
3090
3096
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3091
3097
|
export {
|
|
@@ -3098,18 +3104,18 @@ export {
|
|
|
3098
3104
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3099
3105
|
default as ArrowDownCircleIcon
|
|
3100
3106
|
} from '../icons/circle-arrow-down';
|
|
3101
|
-
// CircleArrowLeft aliases
|
|
3102
|
-
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3103
|
-
export {
|
|
3104
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3105
|
-
default as ArrowLeftCircleIcon
|
|
3106
|
-
} from '../icons/circle-arrow-left';
|
|
3107
3107
|
// CircleArrowOutDownLeft aliases
|
|
3108
3108
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3109
3109
|
export {
|
|
3110
3110
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3111
3111
|
default as ArrowDownLeftFromCircleIcon
|
|
3112
3112
|
} from '../icons/circle-arrow-out-down-left';
|
|
3113
|
+
// CircleArrowLeft aliases
|
|
3114
|
+
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3115
|
+
export {
|
|
3116
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3117
|
+
default as ArrowLeftCircleIcon
|
|
3118
|
+
} from '../icons/circle-arrow-left';
|
|
3113
3119
|
// CircleArrowOutDownRight aliases
|
|
3114
3120
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3115
3121
|
export {
|
|
@@ -3122,102 +3128,102 @@ export {
|
|
|
3122
3128
|
/** @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 */
|
|
3123
3129
|
default as ArrowUpLeftFromCircleIcon
|
|
3124
3130
|
} from '../icons/circle-arrow-out-up-left';
|
|
3125
|
-
//
|
|
3126
|
-
export { default as
|
|
3131
|
+
// CircleArrowOutUpRight aliases
|
|
3132
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3127
3133
|
export {
|
|
3128
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3129
|
-
default as
|
|
3130
|
-
} from '../icons/circle-arrow-up';
|
|
3134
|
+
/** @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 */
|
|
3135
|
+
default as ArrowUpRightFromCircleIcon
|
|
3136
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
3131
3137
|
// CircleArrowRight aliases
|
|
3132
3138
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3133
3139
|
export {
|
|
3134
3140
|
/** @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 */
|
|
3135
3141
|
default as ArrowRightCircleIcon
|
|
3136
3142
|
} from '../icons/circle-arrow-right';
|
|
3137
|
-
//
|
|
3138
|
-
export { default as
|
|
3139
|
-
export {
|
|
3140
|
-
/** @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 */
|
|
3141
|
-
default as ArrowUpRightFromCircleIcon
|
|
3142
|
-
} from '../icons/circle-arrow-out-up-right';
|
|
3143
|
-
// CircleCheck aliases
|
|
3144
|
-
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3143
|
+
// CircleArrowUp aliases
|
|
3144
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3145
3145
|
export {
|
|
3146
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3147
|
-
default as
|
|
3148
|
-
} from '../icons/circle-
|
|
3146
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3147
|
+
default as ArrowUpCircleIcon
|
|
3148
|
+
} from '../icons/circle-arrow-up';
|
|
3149
3149
|
// CircleCheckBig aliases
|
|
3150
3150
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3151
3151
|
export {
|
|
3152
3152
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3153
3153
|
default as CheckCircleIcon
|
|
3154
3154
|
} from '../icons/circle-check-big';
|
|
3155
|
-
//
|
|
3156
|
-
export { default as
|
|
3155
|
+
// CircleCheck aliases
|
|
3156
|
+
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3157
3157
|
export {
|
|
3158
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3159
|
-
default as
|
|
3160
|
-
} from '../icons/circle-
|
|
3158
|
+
/** @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 */
|
|
3159
|
+
default as CheckCircle2Icon
|
|
3160
|
+
} from '../icons/circle-check';
|
|
3161
3161
|
// CircleChevronDown aliases
|
|
3162
3162
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3163
3163
|
export {
|
|
3164
3164
|
/** @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 */
|
|
3165
3165
|
default as ChevronDownCircleIcon
|
|
3166
3166
|
} from '../icons/circle-chevron-down';
|
|
3167
|
+
// CircleChevronLeft aliases
|
|
3168
|
+
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3169
|
+
export {
|
|
3170
|
+
/** @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 */
|
|
3171
|
+
default as ChevronLeftCircleIcon
|
|
3172
|
+
} from '../icons/circle-chevron-left';
|
|
3167
3173
|
// CircleChevronRight aliases
|
|
3168
3174
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3169
3175
|
export {
|
|
3170
3176
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3171
3177
|
default as ChevronRightCircleIcon
|
|
3172
3178
|
} from '../icons/circle-chevron-right';
|
|
3173
|
-
// CircleChevronUp aliases
|
|
3174
|
-
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3175
|
-
export {
|
|
3176
|
-
/** @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 */
|
|
3177
|
-
default as ChevronUpCircleIcon
|
|
3178
|
-
} from '../icons/circle-chevron-up';
|
|
3179
3179
|
// CircleDivide aliases
|
|
3180
3180
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3181
3181
|
export {
|
|
3182
3182
|
/** @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 */
|
|
3183
3183
|
default as DivideCircleIcon
|
|
3184
3184
|
} from '../icons/circle-divide';
|
|
3185
|
+
// CircleChevronUp aliases
|
|
3186
|
+
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3187
|
+
export {
|
|
3188
|
+
/** @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 */
|
|
3189
|
+
default as ChevronUpCircleIcon
|
|
3190
|
+
} from '../icons/circle-chevron-up';
|
|
3185
3191
|
// CircleGauge aliases
|
|
3186
3192
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3187
3193
|
export {
|
|
3188
3194
|
/** @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 */
|
|
3189
3195
|
default as GaugeCircleIcon
|
|
3190
3196
|
} from '../icons/circle-gauge';
|
|
3197
|
+
// CircleParkingOff aliases
|
|
3198
|
+
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3199
|
+
export {
|
|
3200
|
+
/** @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 */
|
|
3201
|
+
default as ParkingCircleOffIcon
|
|
3202
|
+
} from '../icons/circle-parking-off';
|
|
3191
3203
|
// CircleMinus aliases
|
|
3192
3204
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3193
3205
|
export {
|
|
3194
3206
|
/** @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 */
|
|
3195
3207
|
default as MinusCircleIcon
|
|
3196
3208
|
} from '../icons/circle-minus';
|
|
3197
|
-
// CirclePause aliases
|
|
3198
|
-
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3199
|
-
export {
|
|
3200
|
-
/** @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 */
|
|
3201
|
-
default as PauseCircleIcon
|
|
3202
|
-
} from '../icons/circle-pause';
|
|
3203
3209
|
// CircleParking aliases
|
|
3204
3210
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3205
3211
|
export {
|
|
3206
3212
|
/** @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 */
|
|
3207
3213
|
default as ParkingCircleIcon
|
|
3208
3214
|
} from '../icons/circle-parking';
|
|
3215
|
+
// CirclePause aliases
|
|
3216
|
+
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3217
|
+
export {
|
|
3218
|
+
/** @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 */
|
|
3219
|
+
default as PauseCircleIcon
|
|
3220
|
+
} from '../icons/circle-pause';
|
|
3209
3221
|
// CirclePercent aliases
|
|
3210
3222
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3211
3223
|
export {
|
|
3212
3224
|
/** @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 */
|
|
3213
3225
|
default as PercentCircleIcon
|
|
3214
3226
|
} from '../icons/circle-percent';
|
|
3215
|
-
// CircleParkingOff aliases
|
|
3216
|
-
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3217
|
-
export {
|
|
3218
|
-
/** @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 */
|
|
3219
|
-
default as ParkingCircleOffIcon
|
|
3220
|
-
} from '../icons/circle-parking-off';
|
|
3221
3227
|
// CirclePlay aliases
|
|
3222
3228
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3223
3229
|
export {
|
|
@@ -3270,18 +3276,18 @@ export {
|
|
|
3270
3276
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3271
3277
|
default as UserCircleIcon
|
|
3272
3278
|
} from '../icons/circle-user';
|
|
3273
|
-
// CircleX aliases
|
|
3274
|
-
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3275
|
-
export {
|
|
3276
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3277
|
-
default as XCircleIcon
|
|
3278
|
-
} from '../icons/circle-x';
|
|
3279
3279
|
// ClipboardPenLine aliases
|
|
3280
3280
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3281
3281
|
export {
|
|
3282
3282
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3283
3283
|
default as ClipboardSignatureIcon
|
|
3284
3284
|
} from '../icons/clipboard-pen-line';
|
|
3285
|
+
// CircleX aliases
|
|
3286
|
+
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3287
|
+
export {
|
|
3288
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3289
|
+
default as XCircleIcon
|
|
3290
|
+
} from '../icons/circle-x';
|
|
3285
3291
|
// ClipboardPen aliases
|
|
3286
3292
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3287
3293
|
export {
|
|
@@ -3294,18 +3300,18 @@ export {
|
|
|
3294
3300
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3295
3301
|
default as DownloadCloudIcon
|
|
3296
3302
|
} from '../icons/cloud-download';
|
|
3297
|
-
// CodeXml aliases
|
|
3298
|
-
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3299
|
-
export {
|
|
3300
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
3301
|
-
default as Code2Icon
|
|
3302
|
-
} from '../icons/code-xml';
|
|
3303
3303
|
// CloudUpload aliases
|
|
3304
3304
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3305
3305
|
export {
|
|
3306
3306
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3307
3307
|
default as UploadCloudIcon
|
|
3308
3308
|
} from '../icons/cloud-upload';
|
|
3309
|
+
// CodeXml aliases
|
|
3310
|
+
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3311
|
+
export {
|
|
3312
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
3313
|
+
default as Code2Icon
|
|
3314
|
+
} from '../icons/code-xml';
|
|
3309
3315
|
// Columns2 aliases
|
|
3310
3316
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3311
3317
|
export {
|
|
@@ -3334,8 +3340,14 @@ export {
|
|
|
3334
3340
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3335
3341
|
default as Contact2Icon
|
|
3336
3342
|
} from '../icons/contact-round';
|
|
3337
|
-
//
|
|
3338
|
-
export { default as
|
|
3343
|
+
// DiamondPercent aliases
|
|
3344
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3345
|
+
export {
|
|
3346
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3347
|
+
default as PercentDiamondIcon
|
|
3348
|
+
} from '../icons/diamond-percent';
|
|
3349
|
+
// Earth aliases
|
|
3350
|
+
export { default as EarthIcon } from '../icons/earth';
|
|
3339
3351
|
export {
|
|
3340
3352
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3341
3353
|
default as Globe2Icon
|
|
@@ -3352,12 +3364,6 @@ export {
|
|
|
3352
3364
|
/** @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 */
|
|
3353
3365
|
default as MoreHorizontalIcon
|
|
3354
3366
|
} from '../icons/ellipsis';
|
|
3355
|
-
// DiamondPercent aliases
|
|
3356
|
-
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3357
|
-
export {
|
|
3358
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3359
|
-
default as PercentDiamondIcon
|
|
3360
|
-
} from '../icons/diamond-percent';
|
|
3361
3367
|
// FileAxis3d aliases
|
|
3362
3368
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3363
3369
|
export {
|
|
@@ -3370,24 +3376,30 @@ export {
|
|
|
3370
3376
|
/** @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 */
|
|
3371
3377
|
default as FileBadge2Icon
|
|
3372
3378
|
} from '../icons/file-badge';
|
|
3373
|
-
// FileBraces aliases
|
|
3374
|
-
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3375
|
-
export {
|
|
3376
|
-
/** @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 */
|
|
3377
|
-
default as FileJsonIcon
|
|
3378
|
-
} from '../icons/file-braces';
|
|
3379
3379
|
// FileBracesCorner aliases
|
|
3380
3380
|
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3381
3381
|
export {
|
|
3382
3382
|
/** @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 */
|
|
3383
3383
|
default as FileJson2Icon
|
|
3384
3384
|
} from '../icons/file-braces-corner';
|
|
3385
|
+
// FileBraces aliases
|
|
3386
|
+
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3387
|
+
export {
|
|
3388
|
+
/** @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 */
|
|
3389
|
+
default as FileJsonIcon
|
|
3390
|
+
} from '../icons/file-braces';
|
|
3385
3391
|
// FileChartColumnIncreasing aliases
|
|
3386
3392
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3387
3393
|
export {
|
|
3388
3394
|
/** @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 */
|
|
3389
3395
|
default as FileBarChartIcon
|
|
3390
3396
|
} from '../icons/file-chart-column-increasing';
|
|
3397
|
+
// FileChartColumn aliases
|
|
3398
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3399
|
+
export {
|
|
3400
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3401
|
+
default as FileBarChart2Icon
|
|
3402
|
+
} from '../icons/file-chart-column';
|
|
3391
3403
|
// FileChartLine aliases
|
|
3392
3404
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3393
3405
|
export {
|
|
@@ -3400,36 +3412,24 @@ export {
|
|
|
3400
3412
|
/** @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 */
|
|
3401
3413
|
default as FilePieChartIcon
|
|
3402
3414
|
} from '../icons/file-chart-pie';
|
|
3403
|
-
//
|
|
3404
|
-
export { default as
|
|
3415
|
+
// FileCodeCorner aliases
|
|
3416
|
+
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3405
3417
|
export {
|
|
3406
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3407
|
-
default as
|
|
3408
|
-
} from '../icons/file-
|
|
3418
|
+
/** @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 */
|
|
3419
|
+
default as FileCode2Icon
|
|
3420
|
+
} from '../icons/file-code-corner';
|
|
3409
3421
|
// FileCheckCorner aliases
|
|
3410
3422
|
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3411
3423
|
export {
|
|
3412
3424
|
/** @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 */
|
|
3413
3425
|
default as FileCheck2Icon
|
|
3414
3426
|
} from '../icons/file-check-corner';
|
|
3415
|
-
// FileCodeCorner aliases
|
|
3416
|
-
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3417
|
-
export {
|
|
3418
|
-
/** @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 */
|
|
3419
|
-
default as FileCode2Icon
|
|
3420
|
-
} from '../icons/file-code-corner';
|
|
3421
3427
|
// FileCog aliases
|
|
3422
3428
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3423
3429
|
export {
|
|
3424
3430
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3425
3431
|
default as FileCog2Icon
|
|
3426
3432
|
} from '../icons/file-cog';
|
|
3427
|
-
// FileExclamationPoint aliases
|
|
3428
|
-
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3429
|
-
export {
|
|
3430
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3431
|
-
default as FileWarningIcon
|
|
3432
|
-
} from '../icons/file-exclamation-point';
|
|
3433
3433
|
// FileHeadphone aliases
|
|
3434
3434
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3435
3435
|
export {
|
|
@@ -3440,18 +3440,18 @@ export {
|
|
|
3440
3440
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3441
3441
|
default as FileAudio2Icon
|
|
3442
3442
|
} from '../icons/file-headphone';
|
|
3443
|
-
// FileLock aliases
|
|
3444
|
-
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3445
|
-
export {
|
|
3446
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
3447
|
-
default as FileLock2Icon
|
|
3448
|
-
} from '../icons/file-lock';
|
|
3449
3443
|
// FileKey aliases
|
|
3450
3444
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3451
3445
|
export {
|
|
3452
3446
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3453
3447
|
default as FileKey2Icon
|
|
3454
3448
|
} from '../icons/file-key';
|
|
3449
|
+
// FileExclamationPoint aliases
|
|
3450
|
+
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3451
|
+
export {
|
|
3452
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3453
|
+
default as FileWarningIcon
|
|
3454
|
+
} from '../icons/file-exclamation-point';
|
|
3455
3455
|
// FileMinusCorner aliases
|
|
3456
3456
|
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3457
3457
|
export {
|
|
@@ -3464,24 +3464,42 @@ export {
|
|
|
3464
3464
|
/** @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 */
|
|
3465
3465
|
default as FileSignatureIcon
|
|
3466
3466
|
} from '../icons/file-pen-line';
|
|
3467
|
-
//
|
|
3468
|
-
export { default as
|
|
3467
|
+
// FileLock aliases
|
|
3468
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3469
3469
|
export {
|
|
3470
|
-
/** @deprecated The
|
|
3471
|
-
default as
|
|
3472
|
-
} from '../icons/file-
|
|
3470
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
3471
|
+
default as FileLock2Icon
|
|
3472
|
+
} from '../icons/file-lock';
|
|
3473
3473
|
// FilePlay aliases
|
|
3474
3474
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3475
3475
|
export {
|
|
3476
3476
|
/** @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 */
|
|
3477
3477
|
default as FileVideoIcon
|
|
3478
3478
|
} from '../icons/file-play';
|
|
3479
|
+
// FilePen aliases
|
|
3480
|
+
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3481
|
+
export {
|
|
3482
|
+
/** @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 */
|
|
3483
|
+
default as FileEditIcon
|
|
3484
|
+
} from '../icons/file-pen';
|
|
3485
|
+
// FilePlusCorner aliases
|
|
3486
|
+
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3487
|
+
export {
|
|
3488
|
+
/** @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 */
|
|
3489
|
+
default as FilePlus2Icon
|
|
3490
|
+
} from '../icons/file-plus-corner';
|
|
3479
3491
|
// FileQuestionMark aliases
|
|
3480
3492
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3481
3493
|
export {
|
|
3482
3494
|
/** @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 */
|
|
3483
3495
|
default as FileQuestionIcon
|
|
3484
3496
|
} from '../icons/file-question-mark';
|
|
3497
|
+
// FileSearchCorner aliases
|
|
3498
|
+
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3499
|
+
export {
|
|
3500
|
+
/** @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 */
|
|
3501
|
+
default as FileSearch2Icon
|
|
3502
|
+
} from '../icons/file-search-corner';
|
|
3485
3503
|
// FileSignal aliases
|
|
3486
3504
|
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3487
3505
|
export {
|
|
@@ -3494,18 +3512,18 @@ export {
|
|
|
3494
3512
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3495
3513
|
default as FileType2Icon
|
|
3496
3514
|
} from '../icons/file-type-corner';
|
|
3497
|
-
//
|
|
3498
|
-
export { default as
|
|
3515
|
+
// FileXCorner aliases
|
|
3516
|
+
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3499
3517
|
export {
|
|
3500
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3501
|
-
default as
|
|
3502
|
-
} from '../icons/file-
|
|
3503
|
-
//
|
|
3504
|
-
export { default as
|
|
3518
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3519
|
+
default as FileX2Icon
|
|
3520
|
+
} from '../icons/file-x-corner';
|
|
3521
|
+
// FolderCog aliases
|
|
3522
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3505
3523
|
export {
|
|
3506
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3507
|
-
default as
|
|
3508
|
-
} from '../icons/
|
|
3524
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3525
|
+
default as FolderCog2Icon
|
|
3526
|
+
} from '../icons/folder-cog';
|
|
3509
3527
|
// FileVideoCamera aliases
|
|
3510
3528
|
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3511
3529
|
export {
|
|
@@ -3518,48 +3536,36 @@ export {
|
|
|
3518
3536
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
3519
3537
|
default as FingerprintIcon
|
|
3520
3538
|
} from '../icons/fingerprint-pattern';
|
|
3521
|
-
//
|
|
3522
|
-
export { default as
|
|
3539
|
+
// FunnelX aliases
|
|
3540
|
+
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3523
3541
|
export {
|
|
3524
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3525
|
-
default as
|
|
3526
|
-
} from '../icons/
|
|
3527
|
-
//
|
|
3528
|
-
export { default as
|
|
3542
|
+
/** @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 */
|
|
3543
|
+
default as FilterXIcon
|
|
3544
|
+
} from '../icons/funnel-x';
|
|
3545
|
+
// Funnel aliases
|
|
3546
|
+
export { default as FunnelIcon } from '../icons/funnel';
|
|
3529
3547
|
export {
|
|
3530
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3531
|
-
default as
|
|
3532
|
-
} from '../icons/
|
|
3548
|
+
/** @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 */
|
|
3549
|
+
default as FilterIcon
|
|
3550
|
+
} from '../icons/funnel';
|
|
3533
3551
|
// FolderPen aliases
|
|
3534
3552
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3535
3553
|
export {
|
|
3536
3554
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
3537
3555
|
default as FolderEditIcon
|
|
3538
3556
|
} from '../icons/folder-pen';
|
|
3539
|
-
//
|
|
3540
|
-
export { default as
|
|
3541
|
-
export {
|
|
3542
|
-
/** @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 */
|
|
3543
|
-
default as FilterIcon
|
|
3544
|
-
} from '../icons/funnel';
|
|
3545
|
-
// FunnelX aliases
|
|
3546
|
-
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3557
|
+
// Grid2x2Check aliases
|
|
3558
|
+
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3547
3559
|
export {
|
|
3548
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3549
|
-
default as
|
|
3550
|
-
} from '../icons/
|
|
3560
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3561
|
+
default as Grid2X2CheckIcon
|
|
3562
|
+
} from '../icons/grid-2x2-check';
|
|
3551
3563
|
// GitCommitHorizontal aliases
|
|
3552
3564
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3553
3565
|
export {
|
|
3554
3566
|
/** @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 */
|
|
3555
3567
|
default as GitCommitIcon
|
|
3556
3568
|
} from '../icons/git-commit-horizontal';
|
|
3557
|
-
// Grid2x2Check aliases
|
|
3558
|
-
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3559
|
-
export {
|
|
3560
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3561
|
-
default as Grid2X2CheckIcon
|
|
3562
|
-
} from '../icons/grid-2x2-check';
|
|
3563
3569
|
// Grid2x2Plus aliases
|
|
3564
3570
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3565
3571
|
export {
|
|
@@ -3572,12 +3578,6 @@ export {
|
|
|
3572
3578
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3573
3579
|
default as Grid2X2XIcon
|
|
3574
3580
|
} from '../icons/grid-2x2-x';
|
|
3575
|
-
// Grid2x2 aliases
|
|
3576
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3577
|
-
export {
|
|
3578
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3579
|
-
default as Grid2X2Icon
|
|
3580
|
-
} from '../icons/grid-2x2';
|
|
3581
3581
|
// Grid3x3 aliases
|
|
3582
3582
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3583
3583
|
export {
|
|
@@ -3588,30 +3588,30 @@ export {
|
|
|
3588
3588
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3589
3589
|
default as Grid3X3Icon
|
|
3590
3590
|
} from '../icons/grid-3x3';
|
|
3591
|
+
// Grid2x2 aliases
|
|
3592
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3593
|
+
export {
|
|
3594
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3595
|
+
default as Grid2X2Icon
|
|
3596
|
+
} from '../icons/grid-2x2';
|
|
3591
3597
|
// HandGrab aliases
|
|
3592
3598
|
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3593
3599
|
export {
|
|
3594
3600
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3595
3601
|
default as GrabIcon
|
|
3596
3602
|
} from '../icons/hand-grab';
|
|
3597
|
-
// HandHelping aliases
|
|
3598
|
-
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3599
|
-
export {
|
|
3600
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3601
|
-
default as HelpingHandIcon
|
|
3602
|
-
} from '../icons/hand-helping';
|
|
3603
3603
|
// House aliases
|
|
3604
3604
|
export { default as HouseIcon } from '../icons/house';
|
|
3605
3605
|
export {
|
|
3606
3606
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
3607
3607
|
default as HomeIcon
|
|
3608
3608
|
} from '../icons/house';
|
|
3609
|
-
//
|
|
3610
|
-
export { default as
|
|
3609
|
+
// HandHelping aliases
|
|
3610
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3611
3611
|
export {
|
|
3612
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3613
|
-
default as
|
|
3614
|
-
} from '../icons/
|
|
3612
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3613
|
+
default as HelpingHandIcon
|
|
3614
|
+
} from '../icons/hand-helping';
|
|
3615
3615
|
// IceCreamBowl aliases
|
|
3616
3616
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3617
3617
|
export {
|
|
@@ -3624,12 +3624,12 @@ export {
|
|
|
3624
3624
|
/** @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 */
|
|
3625
3625
|
default as Laptop2Icon
|
|
3626
3626
|
} from '../icons/laptop-minimal';
|
|
3627
|
-
//
|
|
3628
|
-
export { default as
|
|
3627
|
+
// IceCreamCone aliases
|
|
3628
|
+
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3629
3629
|
export {
|
|
3630
|
-
/** @deprecated The icon was
|
|
3631
|
-
default as
|
|
3632
|
-
} from '../icons/
|
|
3630
|
+
/** @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 */
|
|
3631
|
+
default as IceCreamIcon
|
|
3632
|
+
} from '../icons/ice-cream-cone';
|
|
3633
3633
|
// ListIndentDecrease aliases
|
|
3634
3634
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3635
3635
|
export {
|
|
@@ -3640,12 +3640,12 @@ export {
|
|
|
3640
3640
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3641
3641
|
default as IndentDecreaseIcon
|
|
3642
3642
|
} from '../icons/list-indent-decrease';
|
|
3643
|
-
//
|
|
3644
|
-
export { default as
|
|
3643
|
+
// Layers aliases
|
|
3644
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3645
3645
|
export {
|
|
3646
|
-
/** @deprecated The
|
|
3647
|
-
default as
|
|
3648
|
-
} from '../icons/
|
|
3646
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3647
|
+
default as Layers3Icon
|
|
3648
|
+
} from '../icons/layers';
|
|
3649
3649
|
// ListIndentIncrease aliases
|
|
3650
3650
|
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3651
3651
|
export {
|
|
@@ -3656,6 +3656,12 @@ export {
|
|
|
3656
3656
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3657
3657
|
default as IndentIncreaseIcon
|
|
3658
3658
|
} from '../icons/list-indent-increase';
|
|
3659
|
+
// LoaderCircle aliases
|
|
3660
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3661
|
+
export {
|
|
3662
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3663
|
+
default as Loader2Icon
|
|
3664
|
+
} from '../icons/loader-circle';
|
|
3659
3665
|
// LockKeyholeOpen aliases
|
|
3660
3666
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3661
3667
|
export {
|
|
@@ -3698,24 +3704,18 @@ export {
|
|
|
3698
3704
|
/** @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 */
|
|
3699
3705
|
default as Move3DIcon
|
|
3700
3706
|
} from '../icons/move-3d';
|
|
3701
|
-
// OctagonPause aliases
|
|
3702
|
-
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3703
|
-
export {
|
|
3704
|
-
/** @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 */
|
|
3705
|
-
default as PauseOctagonIcon
|
|
3706
|
-
} from '../icons/octagon-pause';
|
|
3707
3707
|
// OctagonAlert aliases
|
|
3708
3708
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3709
3709
|
export {
|
|
3710
3710
|
/** @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 */
|
|
3711
3711
|
default as AlertOctagonIcon
|
|
3712
3712
|
} from '../icons/octagon-alert';
|
|
3713
|
-
//
|
|
3714
|
-
export { default as
|
|
3713
|
+
// OctagonPause aliases
|
|
3714
|
+
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3715
3715
|
export {
|
|
3716
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3717
|
-
default as
|
|
3718
|
-
} from '../icons/
|
|
3716
|
+
/** @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 */
|
|
3717
|
+
default as PauseOctagonIcon
|
|
3718
|
+
} from '../icons/octagon-pause';
|
|
3719
3719
|
// OctagonX aliases
|
|
3720
3720
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3721
3721
|
export {
|
|
@@ -3728,24 +3728,36 @@ export {
|
|
|
3728
3728
|
/** @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 */
|
|
3729
3729
|
default as PanelBottomInactiveIcon
|
|
3730
3730
|
} from '../icons/panel-bottom-dashed';
|
|
3731
|
-
//
|
|
3732
|
-
export { default as
|
|
3731
|
+
// PaintbrushVertical aliases
|
|
3732
|
+
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3733
3733
|
export {
|
|
3734
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3735
|
-
default as
|
|
3736
|
-
} from '../icons/
|
|
3734
|
+
/** @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 */
|
|
3735
|
+
default as Paintbrush2Icon
|
|
3736
|
+
} from '../icons/paintbrush-vertical';
|
|
3737
|
+
// PanelLeftClose aliases
|
|
3738
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3739
|
+
export {
|
|
3740
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3741
|
+
default as SidebarCloseIcon
|
|
3742
|
+
} from '../icons/panel-left-close';
|
|
3737
3743
|
// PanelLeftOpen aliases
|
|
3738
3744
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3739
3745
|
export {
|
|
3740
3746
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3741
3747
|
default as SidebarOpenIcon
|
|
3742
3748
|
} from '../icons/panel-left-open';
|
|
3743
|
-
//
|
|
3744
|
-
export { default as
|
|
3749
|
+
// PanelRightDashed aliases
|
|
3750
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3745
3751
|
export {
|
|
3746
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3747
|
-
default as
|
|
3748
|
-
} from '../icons/panel-
|
|
3752
|
+
/** @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 */
|
|
3753
|
+
default as PanelRightInactiveIcon
|
|
3754
|
+
} from '../icons/panel-right-dashed';
|
|
3755
|
+
// PanelLeftDashed aliases
|
|
3756
|
+
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3757
|
+
export {
|
|
3758
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3759
|
+
default as PanelLeftInactiveIcon
|
|
3760
|
+
} from '../icons/panel-left-dashed';
|
|
3749
3761
|
// PanelLeft aliases
|
|
3750
3762
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3751
3763
|
export {
|
|
@@ -3764,18 +3776,6 @@ export {
|
|
|
3764
3776
|
/** @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 */
|
|
3765
3777
|
default as LayoutIcon
|
|
3766
3778
|
} from '../icons/panels-top-left';
|
|
3767
|
-
// PanelRightDashed aliases
|
|
3768
|
-
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3769
|
-
export {
|
|
3770
|
-
/** @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 */
|
|
3771
|
-
default as PanelRightInactiveIcon
|
|
3772
|
-
} from '../icons/panel-right-dashed';
|
|
3773
|
-
// Pen aliases
|
|
3774
|
-
export { default as PenIcon } from '../icons/pen';
|
|
3775
|
-
export {
|
|
3776
|
-
/** @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 */
|
|
3777
|
-
default as Edit2Icon
|
|
3778
|
-
} from '../icons/pen';
|
|
3779
3779
|
// PenLine aliases
|
|
3780
3780
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3781
3781
|
export {
|
|
@@ -3788,6 +3788,12 @@ export {
|
|
|
3788
3788
|
/** @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 */
|
|
3789
3789
|
default as PlugZap2Icon
|
|
3790
3790
|
} from '../icons/plug-zap';
|
|
3791
|
+
// Pen aliases
|
|
3792
|
+
export { default as PenIcon } from '../icons/pen';
|
|
3793
|
+
export {
|
|
3794
|
+
/** @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 */
|
|
3795
|
+
default as Edit2Icon
|
|
3796
|
+
} from '../icons/pen';
|
|
3791
3797
|
// RectangleEllipsis aliases
|
|
3792
3798
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3793
3799
|
export {
|
|
@@ -3800,18 +3806,18 @@ export {
|
|
|
3800
3806
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3801
3807
|
default as Rotate3DIcon
|
|
3802
3808
|
} from '../icons/rotate-3d';
|
|
3803
|
-
// Rows3 aliases
|
|
3804
|
-
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3805
|
-
export {
|
|
3806
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3807
|
-
default as PanelsTopBottomIcon
|
|
3808
|
-
} from '../icons/rows-3';
|
|
3809
3809
|
// Rows2 aliases
|
|
3810
3810
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3811
3811
|
export {
|
|
3812
3812
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
3813
3813
|
default as RowsIcon
|
|
3814
3814
|
} from '../icons/rows-2';
|
|
3815
|
+
// Rows3 aliases
|
|
3816
|
+
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3817
|
+
export {
|
|
3818
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3819
|
+
default as PanelsTopBottomIcon
|
|
3820
|
+
} from '../icons/rows-3';
|
|
3815
3821
|
// Scale3d aliases
|
|
3816
3822
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3817
3823
|
export {
|
|
@@ -3842,30 +3848,30 @@ export {
|
|
|
3842
3848
|
/** @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 */
|
|
3843
3849
|
default as SlidersIcon
|
|
3844
3850
|
} from '../icons/sliders-vertical';
|
|
3851
|
+
// Sparkles aliases
|
|
3852
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3853
|
+
export {
|
|
3854
|
+
/** @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 */
|
|
3855
|
+
default as StarsIcon
|
|
3856
|
+
} from '../icons/sparkles';
|
|
3845
3857
|
// SquareActivity aliases
|
|
3846
3858
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3847
3859
|
export {
|
|
3848
3860
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3849
|
-
default as ActivitySquareIcon
|
|
3850
|
-
} from '../icons/square-activity';
|
|
3851
|
-
// SquareArrowDownLeft aliases
|
|
3852
|
-
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3853
|
-
export {
|
|
3854
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3855
|
-
default as ArrowDownLeftSquareIcon
|
|
3856
|
-
} from '../icons/square-arrow-down-left';
|
|
3861
|
+
default as ActivitySquareIcon
|
|
3862
|
+
} from '../icons/square-activity';
|
|
3857
3863
|
// SquareArrowDownRight aliases
|
|
3858
3864
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3859
3865
|
export {
|
|
3860
3866
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3861
3867
|
default as ArrowDownRightSquareIcon
|
|
3862
3868
|
} from '../icons/square-arrow-down-right';
|
|
3863
|
-
//
|
|
3864
|
-
export { default as
|
|
3869
|
+
// SquareArrowDownLeft aliases
|
|
3870
|
+
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3865
3871
|
export {
|
|
3866
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3867
|
-
default as
|
|
3868
|
-
} from '../icons/
|
|
3872
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3873
|
+
default as ArrowDownLeftSquareIcon
|
|
3874
|
+
} from '../icons/square-arrow-down-left';
|
|
3869
3875
|
// SquareArrowDown aliases
|
|
3870
3876
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3871
3877
|
export {
|
|
@@ -3878,30 +3884,30 @@ export {
|
|
|
3878
3884
|
/** @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 */
|
|
3879
3885
|
default as ArrowLeftSquareIcon
|
|
3880
3886
|
} from '../icons/square-arrow-left';
|
|
3881
|
-
// SquareArrowOutUpLeft aliases
|
|
3882
|
-
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3883
|
-
export {
|
|
3884
|
-
/** @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 */
|
|
3885
|
-
default as ArrowUpLeftFromSquareIcon
|
|
3886
|
-
} from '../icons/square-arrow-out-up-left';
|
|
3887
3887
|
// SquareArrowOutDownLeft aliases
|
|
3888
3888
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3889
3889
|
export {
|
|
3890
3890
|
/** @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 */
|
|
3891
3891
|
default as ArrowDownLeftFromSquareIcon
|
|
3892
3892
|
} from '../icons/square-arrow-out-down-left';
|
|
3893
|
-
// SquareArrowOutUpRight aliases
|
|
3894
|
-
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3895
|
-
export {
|
|
3896
|
-
/** @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 */
|
|
3897
|
-
default as ArrowUpRightFromSquareIcon
|
|
3898
|
-
} from '../icons/square-arrow-out-up-right';
|
|
3899
3893
|
// SquareArrowOutDownRight aliases
|
|
3900
3894
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3901
3895
|
export {
|
|
3902
3896
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3903
3897
|
default as ArrowDownRightFromSquareIcon
|
|
3904
3898
|
} from '../icons/square-arrow-out-down-right';
|
|
3899
|
+
// SquareArrowOutUpLeft aliases
|
|
3900
|
+
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3901
|
+
export {
|
|
3902
|
+
/** @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 */
|
|
3903
|
+
default as ArrowUpLeftFromSquareIcon
|
|
3904
|
+
} from '../icons/square-arrow-out-up-left';
|
|
3905
|
+
// SquareArrowOutUpRight aliases
|
|
3906
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3907
|
+
export {
|
|
3908
|
+
/** @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 */
|
|
3909
|
+
default as ArrowUpRightFromSquareIcon
|
|
3910
|
+
} from '../icons/square-arrow-out-up-right';
|
|
3905
3911
|
// SquareArrowRight aliases
|
|
3906
3912
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3907
3913
|
export {
|
|
@@ -3938,6 +3944,18 @@ export {
|
|
|
3938
3944
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
3939
3945
|
default as ScissorsSquareDashedBottomIcon
|
|
3940
3946
|
} from '../icons/square-bottom-dashed-scissors';
|
|
3947
|
+
// SquareCenterlineDashedHorizontal aliases
|
|
3948
|
+
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
3949
|
+
export {
|
|
3950
|
+
/** @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 */
|
|
3951
|
+
default as FlipHorizontalIcon
|
|
3952
|
+
} from '../icons/square-centerline-dashed-horizontal';
|
|
3953
|
+
// SquareCenterlineDashedVertical aliases
|
|
3954
|
+
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
3955
|
+
export {
|
|
3956
|
+
/** @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 */
|
|
3957
|
+
default as FlipVerticalIcon
|
|
3958
|
+
} from '../icons/square-centerline-dashed-vertical';
|
|
3941
3959
|
// SquareChartGantt aliases
|
|
3942
3960
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3943
3961
|
export {
|
|
@@ -3960,6 +3978,12 @@ export {
|
|
|
3960
3978
|
/** @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 */
|
|
3961
3979
|
default as CheckSquare2Icon
|
|
3962
3980
|
} from '../icons/square-check';
|
|
3981
|
+
// SquareChevronLeft aliases
|
|
3982
|
+
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3983
|
+
export {
|
|
3984
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3985
|
+
default as ChevronLeftSquareIcon
|
|
3986
|
+
} from '../icons/square-chevron-left';
|
|
3963
3987
|
// SquareChevronDown aliases
|
|
3964
3988
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3965
3989
|
export {
|
|
@@ -3978,60 +4002,60 @@ export {
|
|
|
3978
4002
|
/** @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 */
|
|
3979
4003
|
default as ChevronUpSquareIcon
|
|
3980
4004
|
} from '../icons/square-chevron-up';
|
|
3981
|
-
//
|
|
3982
|
-
export { default as
|
|
4005
|
+
// SquareDashedKanban aliases
|
|
4006
|
+
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3983
4007
|
export {
|
|
3984
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3985
|
-
default as
|
|
3986
|
-
} from '../icons/square-
|
|
4008
|
+
/** @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 */
|
|
4009
|
+
default as KanbanSquareDashedIcon
|
|
4010
|
+
} from '../icons/square-dashed-kanban';
|
|
3987
4011
|
// SquareCode aliases
|
|
3988
4012
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3989
4013
|
export {
|
|
3990
4014
|
/** @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 */
|
|
3991
4015
|
default as CodeSquareIcon
|
|
3992
4016
|
} from '../icons/square-code';
|
|
3993
|
-
// SquareDashedKanban aliases
|
|
3994
|
-
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3995
|
-
export {
|
|
3996
|
-
/** @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 */
|
|
3997
|
-
default as KanbanSquareDashedIcon
|
|
3998
|
-
} from '../icons/square-dashed-kanban';
|
|
3999
4017
|
// SquareDashedMousePointer aliases
|
|
4000
4018
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4001
4019
|
export {
|
|
4002
4020
|
/** @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 */
|
|
4003
4021
|
default as MousePointerSquareDashedIcon
|
|
4004
4022
|
} from '../icons/square-dashed-mouse-pointer';
|
|
4005
|
-
// SquareDashed aliases
|
|
4006
|
-
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4007
|
-
export {
|
|
4008
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
4009
|
-
default as BoxSelectIcon
|
|
4010
|
-
} from '../icons/square-dashed';
|
|
4011
4023
|
// SquareDivide aliases
|
|
4012
4024
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4013
4025
|
export {
|
|
4014
4026
|
/** @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 */
|
|
4015
4027
|
default as DivideSquareIcon
|
|
4016
4028
|
} from '../icons/square-divide';
|
|
4029
|
+
// SquareDashed aliases
|
|
4030
|
+
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4031
|
+
export {
|
|
4032
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
4033
|
+
default as BoxSelectIcon
|
|
4034
|
+
} from '../icons/square-dashed';
|
|
4017
4035
|
// SquareDot aliases
|
|
4018
4036
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4019
4037
|
export {
|
|
4020
4038
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
4021
4039
|
default as DotSquareIcon
|
|
4022
4040
|
} from '../icons/square-dot';
|
|
4041
|
+
// SquareEqual aliases
|
|
4042
|
+
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4043
|
+
export {
|
|
4044
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
4045
|
+
default as EqualSquareIcon
|
|
4046
|
+
} from '../icons/square-equal';
|
|
4023
4047
|
// SquareFunction aliases
|
|
4024
4048
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4025
4049
|
export {
|
|
4026
4050
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
4027
4051
|
default as FunctionSquareIcon
|
|
4028
4052
|
} from '../icons/square-function';
|
|
4029
|
-
//
|
|
4030
|
-
export { default as
|
|
4053
|
+
// SquareKanban aliases
|
|
4054
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4031
4055
|
export {
|
|
4032
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4033
|
-
default as
|
|
4034
|
-
} from '../icons/square-
|
|
4056
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
4057
|
+
default as KanbanSquareIcon
|
|
4058
|
+
} from '../icons/square-kanban';
|
|
4035
4059
|
// SquareLibrary aliases
|
|
4036
4060
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4037
4061
|
export {
|
|
@@ -4044,12 +4068,6 @@ export {
|
|
|
4044
4068
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
4045
4069
|
default as MSquareIcon
|
|
4046
4070
|
} from '../icons/square-m';
|
|
4047
|
-
// SquareKanban aliases
|
|
4048
|
-
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4049
|
-
export {
|
|
4050
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
4051
|
-
default as KanbanSquareIcon
|
|
4052
|
-
} from '../icons/square-kanban';
|
|
4053
4071
|
// SquareMinus aliases
|
|
4054
4072
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4055
4073
|
export {
|
|
@@ -4062,18 +4080,24 @@ export {
|
|
|
4062
4080
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
|
|
4063
4081
|
default as MenuSquareIcon
|
|
4064
4082
|
} from '../icons/square-menu';
|
|
4083
|
+
// SquareParkingOff aliases
|
|
4084
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4085
|
+
export {
|
|
4086
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
4087
|
+
default as ParkingSquareOffIcon
|
|
4088
|
+
} from '../icons/square-parking-off';
|
|
4065
4089
|
// SquareMousePointer aliases
|
|
4066
4090
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4067
4091
|
export {
|
|
4068
4092
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
4069
4093
|
default as InspectIcon
|
|
4070
4094
|
} from '../icons/square-mouse-pointer';
|
|
4071
|
-
//
|
|
4072
|
-
export { default as
|
|
4095
|
+
// SquareParking aliases
|
|
4096
|
+
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4073
4097
|
export {
|
|
4074
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4075
|
-
default as
|
|
4076
|
-
} from '../icons/square-parking
|
|
4098
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
4099
|
+
default as ParkingSquareIcon
|
|
4100
|
+
} from '../icons/square-parking';
|
|
4077
4101
|
// SquarePen aliases
|
|
4078
4102
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4079
4103
|
export {
|
|
@@ -4088,12 +4112,6 @@ export {
|
|
|
4088
4112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
4089
4113
|
default as PenSquareIcon
|
|
4090
4114
|
} from '../icons/square-pen';
|
|
4091
|
-
// SquareParking aliases
|
|
4092
|
-
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4093
|
-
export {
|
|
4094
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
4095
|
-
default as ParkingSquareIcon
|
|
4096
|
-
} from '../icons/square-parking';
|
|
4097
4115
|
// SquarePi aliases
|
|
4098
4116
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4099
4117
|
export {
|
|
@@ -4118,36 +4136,42 @@ export {
|
|
|
4118
4136
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
4119
4137
|
default as PlaySquareIcon
|
|
4120
4138
|
} from '../icons/square-play';
|
|
4121
|
-
// SquarePower aliases
|
|
4122
|
-
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4123
|
-
export {
|
|
4124
|
-
/** @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 */
|
|
4125
|
-
default as PowerSquareIcon
|
|
4126
|
-
} from '../icons/square-power';
|
|
4127
4139
|
// SquarePlus aliases
|
|
4128
4140
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4129
4141
|
export {
|
|
4130
4142
|
/** @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 */
|
|
4131
4143
|
default as PlusSquareIcon
|
|
4132
4144
|
} from '../icons/square-plus';
|
|
4133
|
-
//
|
|
4134
|
-
export { default as
|
|
4145
|
+
// SquarePower aliases
|
|
4146
|
+
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4135
4147
|
export {
|
|
4136
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4137
|
-
default as
|
|
4138
|
-
} from '../icons/square-
|
|
4148
|
+
/** @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 */
|
|
4149
|
+
default as PowerSquareIcon
|
|
4150
|
+
} from '../icons/square-power';
|
|
4151
|
+
// SquareSigma aliases
|
|
4152
|
+
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4153
|
+
export {
|
|
4154
|
+
/** @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 */
|
|
4155
|
+
default as SigmaSquareIcon
|
|
4156
|
+
} from '../icons/square-sigma';
|
|
4139
4157
|
// SquareSplitHorizontal aliases
|
|
4140
4158
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4141
4159
|
export {
|
|
4142
4160
|
/** @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 */
|
|
4143
4161
|
default as SplitSquareHorizontalIcon
|
|
4144
4162
|
} from '../icons/square-split-horizontal';
|
|
4145
|
-
//
|
|
4146
|
-
export { default as
|
|
4163
|
+
// SquareScissors aliases
|
|
4164
|
+
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4147
4165
|
export {
|
|
4148
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4149
|
-
default as
|
|
4150
|
-
} from '../icons/square-
|
|
4166
|
+
/** @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 */
|
|
4167
|
+
default as ScissorsSquareIcon
|
|
4168
|
+
} from '../icons/square-scissors';
|
|
4169
|
+
// SquareSlash aliases
|
|
4170
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4171
|
+
export {
|
|
4172
|
+
/** @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 */
|
|
4173
|
+
default as SlashSquareIcon
|
|
4174
|
+
} from '../icons/square-slash';
|
|
4151
4175
|
// SquareSplitVertical aliases
|
|
4152
4176
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4153
4177
|
export {
|
|
@@ -4160,36 +4184,30 @@ export {
|
|
|
4160
4184
|
/** @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 */
|
|
4161
4185
|
default as TerminalSquareIcon
|
|
4162
4186
|
} from '../icons/square-terminal';
|
|
4187
|
+
// SquareUserRound aliases
|
|
4188
|
+
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4189
|
+
export {
|
|
4190
|
+
/** @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 */
|
|
4191
|
+
default as UserSquare2Icon
|
|
4192
|
+
} from '../icons/square-user-round';
|
|
4163
4193
|
// SquareUser aliases
|
|
4164
4194
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4165
4195
|
export {
|
|
4166
4196
|
/** @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 */
|
|
4167
4197
|
default as UserSquareIcon
|
|
4168
4198
|
} from '../icons/square-user';
|
|
4169
|
-
//
|
|
4170
|
-
export { default as
|
|
4199
|
+
// TestTubeDiagonal aliases
|
|
4200
|
+
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4171
4201
|
export {
|
|
4172
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4173
|
-
default as
|
|
4174
|
-
} from '../icons/
|
|
4202
|
+
/** @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 */
|
|
4203
|
+
default as TestTube2Icon
|
|
4204
|
+
} from '../icons/test-tube-diagonal';
|
|
4175
4205
|
// SquareX aliases
|
|
4176
4206
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4177
4207
|
export {
|
|
4178
4208
|
/** @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 */
|
|
4179
4209
|
default as XSquareIcon
|
|
4180
4210
|
} from '../icons/square-x';
|
|
4181
|
-
// SquareUserRound aliases
|
|
4182
|
-
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4183
|
-
export {
|
|
4184
|
-
/** @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 */
|
|
4185
|
-
default as UserSquare2Icon
|
|
4186
|
-
} from '../icons/square-user-round';
|
|
4187
|
-
// TestTubeDiagonal aliases
|
|
4188
|
-
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4189
|
-
export {
|
|
4190
|
-
/** @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 */
|
|
4191
|
-
default as TestTube2Icon
|
|
4192
|
-
} from '../icons/test-tube-diagonal';
|
|
4193
4211
|
// TextAlignCenter aliases
|
|
4194
4212
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4195
4213
|
export {
|
|
@@ -4208,6 +4226,16 @@ export {
|
|
|
4208
4226
|
/** @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 */
|
|
4209
4227
|
default as AlignJustifyIcon
|
|
4210
4228
|
} from '../icons/text-align-justify';
|
|
4229
|
+
// TextAlignStart aliases
|
|
4230
|
+
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4231
|
+
export {
|
|
4232
|
+
/** @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 */
|
|
4233
|
+
default as TextIcon
|
|
4234
|
+
} from '../icons/text-align-start';
|
|
4235
|
+
export {
|
|
4236
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4237
|
+
default as AlignLeftIcon
|
|
4238
|
+
} from '../icons/text-align-start';
|
|
4211
4239
|
// TextInitial aliases
|
|
4212
4240
|
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4213
4241
|
export {
|
|
@@ -4220,16 +4248,6 @@ export {
|
|
|
4220
4248
|
/** @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 */
|
|
4221
4249
|
default as TextSelectionIcon
|
|
4222
4250
|
} from '../icons/text-select';
|
|
4223
|
-
// TextAlignStart aliases
|
|
4224
|
-
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4225
|
-
export {
|
|
4226
|
-
/** @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 */
|
|
4227
|
-
default as TextIcon
|
|
4228
|
-
} from '../icons/text-align-start';
|
|
4229
|
-
export {
|
|
4230
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4231
|
-
default as AlignLeftIcon
|
|
4232
|
-
} from '../icons/text-align-start';
|
|
4233
4251
|
// TextWrap aliases
|
|
4234
4252
|
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4235
4253
|
export {
|
|
@@ -4248,6 +4266,12 @@ export {
|
|
|
4248
4266
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
4249
4267
|
default as PalmtreeIcon
|
|
4250
4268
|
} from '../icons/tree-palm';
|
|
4269
|
+
// University aliases
|
|
4270
|
+
export { default as UniversityIcon } from '../icons/university';
|
|
4271
|
+
export {
|
|
4272
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4273
|
+
default as School2Icon
|
|
4274
|
+
} from '../icons/university';
|
|
4251
4275
|
// TvMinimal aliases
|
|
4252
4276
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4253
4277
|
export {
|
|
@@ -4266,30 +4290,24 @@ export {
|
|
|
4266
4290
|
/** @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 */
|
|
4267
4291
|
default as UserCheck2Icon
|
|
4268
4292
|
} from '../icons/user-round-check';
|
|
4269
|
-
// University aliases
|
|
4270
|
-
export { default as UniversityIcon } from '../icons/university';
|
|
4271
|
-
export {
|
|
4272
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4273
|
-
default as School2Icon
|
|
4274
|
-
} from '../icons/university';
|
|
4275
4293
|
// UserRoundCog aliases
|
|
4276
4294
|
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4277
4295
|
export {
|
|
4278
4296
|
/** @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 */
|
|
4279
4297
|
default as UserCog2Icon
|
|
4280
4298
|
} from '../icons/user-round-cog';
|
|
4281
|
-
// UserRoundPlus aliases
|
|
4282
|
-
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4283
|
-
export {
|
|
4284
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4285
|
-
default as UserPlus2Icon
|
|
4286
|
-
} from '../icons/user-round-plus';
|
|
4287
4299
|
// UserRoundMinus aliases
|
|
4288
4300
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4289
4301
|
export {
|
|
4290
4302
|
/** @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 */
|
|
4291
4303
|
default as UserMinus2Icon
|
|
4292
4304
|
} from '../icons/user-round-minus';
|
|
4305
|
+
// UserRoundPlus aliases
|
|
4306
|
+
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4307
|
+
export {
|
|
4308
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4309
|
+
default as UserPlus2Icon
|
|
4310
|
+
} from '../icons/user-round-plus';
|
|
4293
4311
|
// UserRoundX aliases
|
|
4294
4312
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4295
4313
|
export {
|
|
@@ -4302,34 +4320,34 @@ export {
|
|
|
4302
4320
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4303
4321
|
default as User2Icon
|
|
4304
4322
|
} from '../icons/user-round';
|
|
4305
|
-
// Utensils aliases
|
|
4306
|
-
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4307
|
-
export {
|
|
4308
|
-
/** @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 */
|
|
4309
|
-
default as ForkKnifeIcon
|
|
4310
|
-
} from '../icons/utensils';
|
|
4311
4323
|
// UsersRound aliases
|
|
4312
4324
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4313
4325
|
export {
|
|
4314
4326
|
/** @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 */
|
|
4315
4327
|
default as Users2Icon
|
|
4316
4328
|
} from '../icons/users-round';
|
|
4317
|
-
//
|
|
4318
|
-
export { default as
|
|
4329
|
+
// Utensils aliases
|
|
4330
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4319
4331
|
export {
|
|
4320
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4321
|
-
default as
|
|
4322
|
-
} from '../icons/
|
|
4332
|
+
/** @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 */
|
|
4333
|
+
default as ForkKnifeIcon
|
|
4334
|
+
} from '../icons/utensils';
|
|
4335
|
+
// UtensilsCrossed aliases
|
|
4336
|
+
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4337
|
+
export {
|
|
4338
|
+
/** @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 */
|
|
4339
|
+
default as ForkKnifeCrossedIcon
|
|
4340
|
+
} from '../icons/utensils-crossed';
|
|
4323
4341
|
// WandSparkles aliases
|
|
4324
4342
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4325
4343
|
export {
|
|
4326
4344
|
/** @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 */
|
|
4327
4345
|
default as Wand2Icon
|
|
4328
4346
|
} from '../icons/wand-sparkles';
|
|
4329
|
-
//
|
|
4330
|
-
export { default as
|
|
4347
|
+
// WalletMinimal aliases
|
|
4348
|
+
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4331
4349
|
export {
|
|
4332
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4333
|
-
default as
|
|
4334
|
-
} from '../icons/
|
|
4350
|
+
/** @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 */
|
|
4351
|
+
default as Wallet2Icon
|
|
4352
|
+
} from '../icons/wallet-minimal';
|
|
4335
4353
|
|