@lucide/astro 1.20.0 → 1.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/aliases/aliases.ts +76 -76
- package/src/aliases/prefixed.ts +491 -475
- package/src/aliases/suffixed.ts +726 -710
- package/src/icons/bone-fracture.ts +18 -0
- package/src/icons/carrot.ts +2 -2
- package/src/icons/database-arrow-down.ts +18 -0
- package/src/icons/database-arrow-up.ts +18 -0
- package/src/icons/database-check.ts +18 -0
- package/src/icons/database-minus.ts +18 -0
- package/src/icons/database-plus.ts +18 -0
- package/src/icons/database-x.ts +18 -0
- package/src/icons/index.ts +147 -139
- package/src/icons/phi.ts +18 -0
- package/src/icons/ungroup.ts +2 -2
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
-
// AArrowUp aliases
|
|
4
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
3
|
// ALargeSmall aliases
|
|
6
4
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
|
+
// AArrowUp aliases
|
|
6
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
7
7
|
// Accessibility aliases
|
|
8
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
9
|
// Activity aliases
|
|
@@ -12,12 +12,12 @@ export { default as ActivityIcon } from '../icons/activity';
|
|
|
12
12
|
export { default as AdIcon } from '../icons/ad';
|
|
13
13
|
// AirVent aliases
|
|
14
14
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
15
|
+
// AlarmClockOff aliases
|
|
16
|
+
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
15
17
|
// Airplay aliases
|
|
16
18
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
17
19
|
// AlarmClock aliases
|
|
18
20
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
|
-
// AlarmClockOff aliases
|
|
20
|
-
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
21
21
|
// AlarmSmoke aliases
|
|
22
22
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
23
23
|
// Album aliases
|
|
@@ -26,22 +26,22 @@ export { default as AlbumIcon } from '../icons/album';
|
|
|
26
26
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
27
27
|
// AlignCenterVertical aliases
|
|
28
28
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
29
|
-
// AlignEndVertical aliases
|
|
30
|
-
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
|
// AlignEndHorizontal aliases
|
|
34
30
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
|
+
// AlignEndVertical aliases
|
|
32
|
+
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
35
33
|
// AlignHorizontalDistributeCenter aliases
|
|
36
34
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
37
35
|
// AlignHorizontalDistributeStart aliases
|
|
38
36
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
|
+
// AlignHorizontalDistributeEnd aliases
|
|
38
|
+
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
39
39
|
// AlignHorizontalJustifyCenter aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
|
-
// AlignHorizontalJustifyStart aliases
|
|
42
|
-
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
41
|
// AlignHorizontalJustifyEnd aliases
|
|
44
42
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
|
+
// AlignHorizontalJustifyStart aliases
|
|
44
|
+
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
45
|
// AlignHorizontalSpaceAround aliases
|
|
46
46
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
47
|
// AlignHorizontalSpaceBetween aliases
|
|
@@ -64,24 +64,24 @@ export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertica
|
|
|
64
64
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
65
65
|
// AlignVerticalSpaceAround aliases
|
|
66
66
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
67
|
+
// AlignVerticalSpaceBetween aliases
|
|
68
|
+
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
67
69
|
// Ambulance aliases
|
|
68
70
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
69
71
|
// Ampersand aliases
|
|
70
72
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
71
|
-
// AlignVerticalSpaceBetween aliases
|
|
72
|
-
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
73
|
-
// Ampersands aliases
|
|
74
|
-
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
75
73
|
// Amphora aliases
|
|
76
74
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
77
75
|
// Anchor aliases
|
|
78
76
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
|
+
// Ampersands aliases
|
|
78
|
+
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
79
79
|
// Angry aliases
|
|
80
80
|
export { default as AngryIcon } from '../icons/angry';
|
|
81
|
-
// Antenna aliases
|
|
82
|
-
export { default as AntennaIcon } from '../icons/antenna';
|
|
83
81
|
// Annoyed aliases
|
|
84
82
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
83
|
+
// Antenna aliases
|
|
84
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
85
85
|
// Anvil aliases
|
|
86
86
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
87
87
|
// Aperture aliases
|
|
@@ -92,12 +92,12 @@ export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
|
92
92
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
93
93
|
// Apple aliases
|
|
94
94
|
export { default as AppleIcon } from '../icons/apple';
|
|
95
|
+
// ArchiveRestore aliases
|
|
96
|
+
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
97
|
// ArchiveX aliases
|
|
96
98
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
97
99
|
// Archive aliases
|
|
98
100
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
|
-
// ArchiveRestore aliases
|
|
100
|
-
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
101
101
|
// Armchair aliases
|
|
102
102
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
103
103
|
// ArrowBigDownDash aliases
|
|
@@ -114,30 +114,30 @@ export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash'
|
|
|
114
114
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
115
115
|
// ArrowBigUpDash aliases
|
|
116
116
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
117
|
-
// ArrowDownFromLine aliases
|
|
118
|
-
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
119
117
|
// ArrowBigUp aliases
|
|
120
118
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
119
|
+
// ArrowDownFromLine aliases
|
|
120
|
+
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
121
121
|
// ArrowDownLeft aliases
|
|
122
122
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
123
123
|
// ArrowDownNarrowWide aliases
|
|
124
124
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
125
125
|
// ArrowDownRight aliases
|
|
126
126
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
127
|
-
// ArrowDownUp aliases
|
|
128
|
-
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
129
127
|
// ArrowDownToDot aliases
|
|
130
128
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
131
129
|
// ArrowDownToLine aliases
|
|
132
130
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
131
|
+
// ArrowDownUp aliases
|
|
132
|
+
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
133
133
|
// ArrowDown aliases
|
|
134
134
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
135
135
|
// ArrowLeftFromLine aliases
|
|
136
136
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
137
|
-
// ArrowLeftRight aliases
|
|
138
|
-
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
139
137
|
// ArrowLeftToLine aliases
|
|
140
138
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
|
+
// ArrowLeftRight aliases
|
|
140
|
+
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
141
141
|
// ArrowLeft aliases
|
|
142
142
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
143
143
|
// ArrowRightFromLine aliases
|
|
@@ -152,10 +152,10 @@ export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
|
152
152
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
153
153
|
// ArrowUpFromDot aliases
|
|
154
154
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
155
|
-
// ArrowUpLeft aliases
|
|
156
|
-
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
155
|
// ArrowUpFromLine aliases
|
|
158
156
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
157
|
+
// ArrowUpLeft aliases
|
|
158
|
+
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
159
159
|
// ArrowUpRight aliases
|
|
160
160
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
161
161
|
// ArrowUpToLine aliases
|
|
@@ -176,12 +176,12 @@ export { default as AtSignIcon } from '../icons/at-sign';
|
|
|
176
176
|
export { default as AtomIcon } from '../icons/atom';
|
|
177
177
|
// AudioLines aliases
|
|
178
178
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
179
|
+
// AudioWaveform aliases
|
|
180
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
179
181
|
// Award aliases
|
|
180
182
|
export { default as AwardIcon } from '../icons/award';
|
|
181
183
|
// Axe aliases
|
|
182
184
|
export { default as AxeIcon } from '../icons/axe';
|
|
183
|
-
// AudioWaveform aliases
|
|
184
|
-
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
185
185
|
// Baby aliases
|
|
186
186
|
export { default as BabyIcon } from '../icons/baby';
|
|
187
187
|
// Backpack aliases
|
|
@@ -192,62 +192,62 @@ export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
|
192
192
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
193
193
|
// BadgeDollarSign aliases
|
|
194
194
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
195
|
-
// BadgeInfo aliases
|
|
196
|
-
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
197
195
|
// BadgeEuro aliases
|
|
198
196
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
199
197
|
// BadgeIndianRupee aliases
|
|
200
198
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
199
|
+
// BadgeInfo aliases
|
|
200
|
+
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
201
201
|
// BadgeJapaneseYen aliases
|
|
202
202
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
203
203
|
// BadgeMinus aliases
|
|
204
204
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
205
205
|
// BadgePercent aliases
|
|
206
206
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
207
|
-
// BadgePlus aliases
|
|
208
|
-
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
209
207
|
// BadgePoundSterling aliases
|
|
210
208
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
209
|
+
// BadgePlus aliases
|
|
210
|
+
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
211
211
|
// BadgeRussianRuble aliases
|
|
212
212
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
213
|
-
// BadgeTurkishLira aliases
|
|
214
|
-
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
215
213
|
// BadgeSwissFranc aliases
|
|
216
214
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
217
215
|
// BadgeX aliases
|
|
218
216
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
217
|
+
// BadgeTurkishLira aliases
|
|
218
|
+
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
219
219
|
// Badge aliases
|
|
220
220
|
export { default as BadgeIcon } from '../icons/badge';
|
|
221
|
+
// Balloon aliases
|
|
222
|
+
export { default as BalloonIcon } from '../icons/balloon';
|
|
221
223
|
// BaggageClaim aliases
|
|
222
224
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
223
225
|
// Ban aliases
|
|
224
226
|
export { default as BanIcon } from '../icons/ban';
|
|
225
|
-
// Balloon aliases
|
|
226
|
-
export { default as BalloonIcon } from '../icons/balloon';
|
|
227
227
|
// Banana aliases
|
|
228
228
|
export { default as BananaIcon } from '../icons/banana';
|
|
229
229
|
// Bandage aliases
|
|
230
230
|
export { default as BandageIcon } from '../icons/bandage';
|
|
231
231
|
// BanknoteArrowDown aliases
|
|
232
232
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
233
|
-
// BanknoteArrowUp aliases
|
|
234
|
-
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
235
233
|
// BanknoteCheck aliases
|
|
236
234
|
export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
235
|
+
// BanknoteArrowUp aliases
|
|
236
|
+
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
237
237
|
// BanknoteX aliases
|
|
238
238
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
239
239
|
// Banknote aliases
|
|
240
240
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
241
|
-
// Barrel aliases
|
|
242
|
-
export { default as BarrelIcon } from '../icons/barrel';
|
|
243
241
|
// Barcode aliases
|
|
244
242
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
243
|
+
// Barrel aliases
|
|
244
|
+
export { default as BarrelIcon } from '../icons/barrel';
|
|
245
245
|
// Baseline aliases
|
|
246
246
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
247
|
-
// Bath aliases
|
|
248
|
-
export { default as BathIcon } from '../icons/bath';
|
|
249
247
|
// BatteryCharging aliases
|
|
250
248
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
249
|
+
// Bath aliases
|
|
250
|
+
export { default as BathIcon } from '../icons/bath';
|
|
251
251
|
// BatteryFull aliases
|
|
252
252
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
253
253
|
// BatteryLow aliases
|
|
@@ -256,12 +256,12 @@ export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
|
256
256
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
257
257
|
// BatteryPlus aliases
|
|
258
258
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
259
|
+
// BatteryWarning aliases
|
|
260
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
259
261
|
// Battery aliases
|
|
260
262
|
export { default as BatteryIcon } from '../icons/battery';
|
|
261
263
|
// Beaker aliases
|
|
262
264
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
263
|
-
// BatteryWarning aliases
|
|
264
|
-
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
265
265
|
// BeanOff aliases
|
|
266
266
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
267
267
|
// Bean aliases
|
|
@@ -272,12 +272,12 @@ export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
|
272
272
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
273
273
|
// Bed aliases
|
|
274
274
|
export { default as BedIcon } from '../icons/bed';
|
|
275
|
-
// BeefOff aliases
|
|
276
|
-
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
277
275
|
// Beef aliases
|
|
278
276
|
export { default as BeefIcon } from '../icons/beef';
|
|
279
277
|
// BeerOff aliases
|
|
280
278
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
279
|
+
// BeefOff aliases
|
|
280
|
+
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
281
281
|
// Beer aliases
|
|
282
282
|
export { default as BeerIcon } from '../icons/beer';
|
|
283
283
|
// BellCheck aliases
|
|
@@ -290,12 +290,12 @@ export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
|
290
290
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
291
291
|
// BellOff aliases
|
|
292
292
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
293
|
-
// BellPlus aliases
|
|
294
|
-
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
295
293
|
// BellRing aliases
|
|
296
294
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
297
295
|
// Bell aliases
|
|
298
296
|
export { default as BellIcon } from '../icons/bell';
|
|
297
|
+
// BellPlus aliases
|
|
298
|
+
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
299
299
|
// BetweenVerticalEnd aliases
|
|
300
300
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
301
301
|
// BetweenVerticalStart aliases
|
|
@@ -304,22 +304,22 @@ export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-s
|
|
|
304
304
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
305
305
|
// Bike aliases
|
|
306
306
|
export { default as BikeIcon } from '../icons/bike';
|
|
307
|
-
// Binoculars aliases
|
|
308
|
-
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
309
307
|
// Binary aliases
|
|
310
308
|
export { default as BinaryIcon } from '../icons/binary';
|
|
309
|
+
// Binoculars aliases
|
|
310
|
+
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
311
311
|
// Biohazard aliases
|
|
312
312
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
313
313
|
// Bird aliases
|
|
314
314
|
export { default as BirdIcon } from '../icons/bird';
|
|
315
315
|
// Birdhouse aliases
|
|
316
316
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
317
|
+
// Blend aliases
|
|
318
|
+
export { default as BlendIcon } from '../icons/blend';
|
|
317
319
|
// Bitcoin aliases
|
|
318
320
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
319
321
|
// Blender aliases
|
|
320
322
|
export { default as BlenderIcon } from '../icons/blender';
|
|
321
|
-
// Blend aliases
|
|
322
|
-
export { default as BlendIcon } from '../icons/blend';
|
|
323
323
|
// Blinds aliases
|
|
324
324
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
325
325
|
// Blocks aliases
|
|
@@ -338,6 +338,8 @@ export { default as BoldIcon } from '../icons/bold';
|
|
|
338
338
|
export { default as BoltIcon } from '../icons/bolt';
|
|
339
339
|
// Bomb aliases
|
|
340
340
|
export { default as BombIcon } from '../icons/bomb';
|
|
341
|
+
// BoneFracture aliases
|
|
342
|
+
export { default as BoneFractureIcon } from '../icons/bone-fracture';
|
|
341
343
|
// Bone aliases
|
|
342
344
|
export { default as BoneIcon } from '../icons/bone';
|
|
343
345
|
// BookA aliases
|
|
@@ -350,12 +352,12 @@ export { default as BookAudioIcon } from '../icons/book-audio';
|
|
|
350
352
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
351
353
|
// BookCopy aliases
|
|
352
354
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
353
|
-
// BookHeadphones aliases
|
|
354
|
-
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
355
355
|
// BookDown aliases
|
|
356
356
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
357
357
|
// BookHeart aliases
|
|
358
358
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
359
|
+
// BookHeadphones aliases
|
|
360
|
+
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
359
361
|
// BookImage aliases
|
|
360
362
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
361
363
|
// BookKey aliases
|
|
@@ -366,16 +368,16 @@ export { default as BookLockIcon } from '../icons/book-lock';
|
|
|
366
368
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
367
369
|
// BookMinus aliases
|
|
368
370
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
369
|
-
// BookOpenCheck aliases
|
|
370
|
-
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
371
371
|
// BookOpenText aliases
|
|
372
372
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
373
|
+
// BookOpenCheck aliases
|
|
374
|
+
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
373
375
|
// BookOpen aliases
|
|
374
376
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
375
|
-
// BookSearch aliases
|
|
376
|
-
export { default as BookSearchIcon } from '../icons/book-search';
|
|
377
377
|
// BookPlus aliases
|
|
378
378
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
379
|
+
// BookSearch aliases
|
|
380
|
+
export { default as BookSearchIcon } from '../icons/book-search';
|
|
379
381
|
// BookText aliases
|
|
380
382
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
381
383
|
// BookType aliases
|
|
@@ -402,28 +404,28 @@ export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
|
402
404
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
403
405
|
// Bookmark aliases
|
|
404
406
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
405
|
-
// BoomBox aliases
|
|
406
|
-
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
407
407
|
// BotMessageSquare aliases
|
|
408
408
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
409
|
+
// BoomBox aliases
|
|
410
|
+
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
409
411
|
// BotOff aliases
|
|
410
412
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
411
|
-
// BottleWine aliases
|
|
412
|
-
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
413
413
|
// Bot aliases
|
|
414
414
|
export { default as BotIcon } from '../icons/bot';
|
|
415
|
+
// BottleWine aliases
|
|
416
|
+
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
415
417
|
// BowArrow aliases
|
|
416
418
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
417
419
|
// Box aliases
|
|
418
420
|
export { default as BoxIcon } from '../icons/box';
|
|
419
|
-
// Boxes aliases
|
|
420
|
-
export { default as BoxesIcon } from '../icons/boxes';
|
|
421
421
|
// Brackets aliases
|
|
422
422
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
423
|
-
// BrainCircuit aliases
|
|
424
|
-
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
425
423
|
// BrainCog aliases
|
|
426
424
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
425
|
+
// Boxes aliases
|
|
426
|
+
export { default as BoxesIcon } from '../icons/boxes';
|
|
427
|
+
// BrainCircuit aliases
|
|
428
|
+
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
427
429
|
// Brain aliases
|
|
428
430
|
export { default as BrainIcon } from '../icons/brain';
|
|
429
431
|
// BrickWallFire aliases
|
|
@@ -432,18 +434,18 @@ export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
|
432
434
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
433
435
|
// BrickWall aliases
|
|
434
436
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
437
|
+
// BriefcaseBusiness aliases
|
|
438
|
+
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
435
439
|
// BriefcaseConveyorBelt aliases
|
|
436
440
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
437
441
|
// BriefcaseMedical aliases
|
|
438
442
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
439
|
-
// BriefcaseBusiness aliases
|
|
440
|
-
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
441
443
|
// Briefcase aliases
|
|
442
444
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
443
|
-
// Broccoli aliases
|
|
444
|
-
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
445
445
|
// BringToFront aliases
|
|
446
446
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
447
|
+
// Broccoli aliases
|
|
448
|
+
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
447
449
|
// BrushCleaning aliases
|
|
448
450
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
449
451
|
// Brush aliases
|
|
@@ -454,32 +456,32 @@ export { default as BubblesIcon } from '../icons/bubbles';
|
|
|
454
456
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
455
457
|
// BugPlay aliases
|
|
456
458
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
457
|
-
// Building2 aliases
|
|
458
|
-
export { default as Building2Icon } from '../icons/building-2';
|
|
459
459
|
// Bug aliases
|
|
460
460
|
export { default as BugIcon } from '../icons/bug';
|
|
461
|
+
// Building2 aliases
|
|
462
|
+
export { default as Building2Icon } from '../icons/building-2';
|
|
461
463
|
// Building aliases
|
|
462
464
|
export { default as BuildingIcon } from '../icons/building';
|
|
463
465
|
// BusFront aliases
|
|
464
466
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
465
|
-
// Bus aliases
|
|
466
|
-
export { default as BusIcon } from '../icons/bus';
|
|
467
467
|
// CableCar aliases
|
|
468
468
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
469
|
+
// Bus aliases
|
|
470
|
+
export { default as BusIcon } from '../icons/bus';
|
|
469
471
|
// Cable aliases
|
|
470
472
|
export { default as CableIcon } from '../icons/cable';
|
|
471
473
|
// CakeSlice aliases
|
|
472
474
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
475
|
+
// Calculator aliases
|
|
476
|
+
export { default as CalculatorIcon } from '../icons/calculator';
|
|
473
477
|
// Cake aliases
|
|
474
478
|
export { default as CakeIcon } from '../icons/cake';
|
|
475
479
|
// Calendar1 aliases
|
|
476
480
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
477
|
-
// Calculator aliases
|
|
478
|
-
export { default as CalculatorIcon } from '../icons/calculator';
|
|
479
|
-
// CalendarArrowDown aliases
|
|
480
|
-
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
481
481
|
// CalendarArrowUp aliases
|
|
482
482
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
483
|
+
// CalendarArrowDown aliases
|
|
484
|
+
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
483
485
|
// CalendarCheck2 aliases
|
|
484
486
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
485
487
|
// CalendarCheck aliases
|
|
@@ -488,10 +490,10 @@ export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
|
488
490
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
489
491
|
// CalendarCog aliases
|
|
490
492
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
491
|
-
// CalendarDays aliases
|
|
492
|
-
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
493
493
|
// CalendarFold aliases
|
|
494
494
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
495
|
+
// CalendarDays aliases
|
|
496
|
+
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
495
497
|
// CalendarHeart aliases
|
|
496
498
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
497
499
|
// CalendarMinus2 aliases
|
|
@@ -514,34 +516,34 @@ export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
|
514
516
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
515
517
|
// CalendarX aliases
|
|
516
518
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
517
|
-
// Calendar aliases
|
|
518
|
-
export { default as CalendarIcon } from '../icons/calendar';
|
|
519
519
|
// Calendars aliases
|
|
520
520
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
521
|
+
// Calendar aliases
|
|
522
|
+
export { default as CalendarIcon } from '../icons/calendar';
|
|
523
|
+
// CameraOff aliases
|
|
524
|
+
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
521
525
|
// Camera aliases
|
|
522
526
|
export { default as CameraIcon } from '../icons/camera';
|
|
523
527
|
// CandyCane aliases
|
|
524
528
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
525
|
-
// CameraOff aliases
|
|
526
|
-
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
527
|
-
// CandyOff aliases
|
|
528
|
-
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
529
529
|
// Candy aliases
|
|
530
530
|
export { default as CandyIcon } from '../icons/candy';
|
|
531
|
-
//
|
|
532
|
-
export { default as
|
|
531
|
+
// CandyOff aliases
|
|
532
|
+
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
533
533
|
// CannabisOff aliases
|
|
534
534
|
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
535
|
+
// Cannabis aliases
|
|
536
|
+
export { default as CannabisIcon } from '../icons/cannabis';
|
|
535
537
|
// CaptionsOff aliases
|
|
536
538
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
537
539
|
// CarFront aliases
|
|
538
540
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
539
541
|
// CarTaxiFront aliases
|
|
540
542
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
541
|
-
// Caravan aliases
|
|
542
|
-
export { default as CaravanIcon } from '../icons/caravan';
|
|
543
543
|
// Car aliases
|
|
544
544
|
export { default as CarIcon } from '../icons/car';
|
|
545
|
+
// Caravan aliases
|
|
546
|
+
export { default as CaravanIcon } from '../icons/caravan';
|
|
545
547
|
// CardSim aliases
|
|
546
548
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
547
549
|
// Carrot aliases
|
|
@@ -552,10 +554,10 @@ export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
|
552
554
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
553
555
|
// CaseUpper aliases
|
|
554
556
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
555
|
-
// Cast aliases
|
|
556
|
-
export { default as CastIcon } from '../icons/cast';
|
|
557
557
|
// CassetteTape aliases
|
|
558
558
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
559
|
+
// Cast aliases
|
|
560
|
+
export { default as CastIcon } from '../icons/cast';
|
|
559
561
|
// Castle aliases
|
|
560
562
|
export { default as CastleIcon } from '../icons/castle';
|
|
561
563
|
// Cat aliases
|
|
@@ -566,22 +568,22 @@ export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
|
566
568
|
export { default as CctvIcon } from '../icons/cctv';
|
|
567
569
|
// ChartBarDecreasing aliases
|
|
568
570
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
569
|
-
// ChartColumnDecreasing aliases
|
|
570
|
-
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
571
|
-
// ChartBarStacked aliases
|
|
572
|
-
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
573
571
|
// ChartBarIncreasing aliases
|
|
574
572
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
573
|
+
// ChartBarStacked aliases
|
|
574
|
+
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
575
|
+
// ChartColumnDecreasing aliases
|
|
576
|
+
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
575
577
|
// ChartColumnStacked aliases
|
|
576
578
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
577
579
|
// ChartGantt aliases
|
|
578
580
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
579
581
|
// ChartNetwork aliases
|
|
580
582
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
581
|
-
// ChartNoAxesColumnDecreasing aliases
|
|
582
|
-
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
583
583
|
// ChartNoAxesCombined aliases
|
|
584
584
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
585
|
+
// ChartNoAxesColumnDecreasing aliases
|
|
586
|
+
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
585
587
|
// ChartSpline aliases
|
|
586
588
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
587
589
|
// CheckCheck aliases
|
|
@@ -598,14 +600,14 @@ export { default as CherryIcon } from '../icons/cherry';
|
|
|
598
600
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
599
601
|
// ChessKing aliases
|
|
600
602
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
601
|
-
// ChessPawn aliases
|
|
602
|
-
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
603
|
-
// ChessQueen aliases
|
|
604
|
-
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
605
603
|
// ChessKnight aliases
|
|
606
604
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
605
|
+
// ChessPawn aliases
|
|
606
|
+
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
607
607
|
// ChessRook aliases
|
|
608
608
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
609
|
+
// ChessQueen aliases
|
|
610
|
+
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
609
611
|
// ChevronDown aliases
|
|
610
612
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
611
613
|
// ChevronFirst aliases
|
|
@@ -636,26 +638,26 @@ export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
|
636
638
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
637
639
|
// ChevronsUp aliases
|
|
638
640
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
639
|
-
// CigaretteOff aliases
|
|
640
|
-
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
641
641
|
// Church aliases
|
|
642
642
|
export { default as ChurchIcon } from '../icons/church';
|
|
643
|
+
// CigaretteOff aliases
|
|
644
|
+
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
643
645
|
// Cigarette aliases
|
|
644
646
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
645
647
|
// CircleDashed aliases
|
|
646
648
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
647
|
-
// CircleDotDashed aliases
|
|
648
|
-
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
649
649
|
// CircleDollarSign aliases
|
|
650
650
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
651
|
+
// CircleDotDashed aliases
|
|
652
|
+
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
651
653
|
// CircleDot aliases
|
|
652
654
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
653
|
-
// CircleEllipsis aliases
|
|
654
|
-
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
655
|
-
// CircleEqual aliases
|
|
656
|
-
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
657
655
|
// CircleFadingArrowUp aliases
|
|
658
656
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
657
|
+
// CircleEqual aliases
|
|
658
|
+
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
659
|
+
// CircleEllipsis aliases
|
|
660
|
+
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
659
661
|
// CircleFadingPlus aliases
|
|
660
662
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
661
663
|
// CircleOff aliases
|
|
@@ -668,10 +670,10 @@ export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterli
|
|
|
668
670
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
669
671
|
// CircleSmall aliases
|
|
670
672
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
671
|
-
// Circle aliases
|
|
672
|
-
export { default as CircleIcon } from '../icons/circle';
|
|
673
673
|
// CircleStar aliases
|
|
674
674
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
675
|
+
// Circle aliases
|
|
676
|
+
export { default as CircleIcon } from '../icons/circle';
|
|
675
677
|
// Citrus aliases
|
|
676
678
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
677
679
|
// CircuitBoard aliases
|
|
@@ -682,12 +684,12 @@ export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
|
682
684
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
683
685
|
// ClipboardClock aliases
|
|
684
686
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
685
|
-
// ClipboardList aliases
|
|
686
|
-
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
687
687
|
// ClipboardCopy aliases
|
|
688
688
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
689
689
|
// ClipboardMinus aliases
|
|
690
690
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
691
|
+
// ClipboardList aliases
|
|
692
|
+
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
691
693
|
// ClipboardPaste aliases
|
|
692
694
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
693
695
|
// ClipboardPlus aliases
|
|
@@ -698,14 +700,14 @@ export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
|
698
700
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
699
701
|
// Clipboard aliases
|
|
700
702
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
703
|
+
// Clock10 aliases
|
|
704
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
701
705
|
// Clock1 aliases
|
|
702
706
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
703
707
|
// Clock11 aliases
|
|
704
708
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
705
709
|
// Clock12 aliases
|
|
706
710
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
707
|
-
// Clock10 aliases
|
|
708
|
-
export { default as Clock10Icon } from '../icons/clock-10';
|
|
709
711
|
// Clock2 aliases
|
|
710
712
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
711
713
|
// Clock3 aliases
|
|
@@ -718,10 +720,10 @@ export { default as Clock5Icon } from '../icons/clock-5';
|
|
|
718
720
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
719
721
|
// Clock7 aliases
|
|
720
722
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
721
|
-
// Clock9 aliases
|
|
722
|
-
export { default as Clock9Icon } from '../icons/clock-9';
|
|
723
723
|
// Clock8 aliases
|
|
724
724
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
725
|
+
// Clock9 aliases
|
|
726
|
+
export { default as Clock9Icon } from '../icons/clock-9';
|
|
725
727
|
// ClockAlert aliases
|
|
726
728
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
727
729
|
// ClockArrowDown aliases
|
|
@@ -738,16 +740,16 @@ export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
|
738
740
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
739
741
|
// ClockPlus aliases
|
|
740
742
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
741
|
-
// ClosedCaption aliases
|
|
742
|
-
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
743
743
|
// Clock aliases
|
|
744
744
|
export { default as ClockIcon } from '../icons/clock';
|
|
745
|
+
// ClosedCaption aliases
|
|
746
|
+
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
745
747
|
// CloudAlert aliases
|
|
746
748
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
747
|
-
// CloudBackup aliases
|
|
748
|
-
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
749
749
|
// CloudCheck aliases
|
|
750
750
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
751
|
+
// CloudBackup aliases
|
|
752
|
+
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
751
753
|
// CloudCog aliases
|
|
752
754
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
753
755
|
// CloudDrizzle aliases
|
|
@@ -760,22 +762,22 @@ export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
|
760
762
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
761
763
|
// CloudMoonRain aliases
|
|
762
764
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
763
|
-
// CloudMoon aliases
|
|
764
|
-
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
765
765
|
// CloudOff aliases
|
|
766
766
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
767
|
-
//
|
|
768
|
-
export { default as
|
|
769
|
-
// CloudSnow aliases
|
|
770
|
-
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
767
|
+
// CloudMoon aliases
|
|
768
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
771
769
|
// CloudRainWind aliases
|
|
772
770
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
771
|
+
// CloudSnow aliases
|
|
772
|
+
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
773
|
+
// CloudRain aliases
|
|
774
|
+
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
773
775
|
// CloudSunRain aliases
|
|
774
776
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
775
|
-
// CloudSync aliases
|
|
776
|
-
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
777
777
|
// CloudSun aliases
|
|
778
778
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
779
|
+
// CloudSync aliases
|
|
780
|
+
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
779
781
|
// Cloud aliases
|
|
780
782
|
export { default as CloudIcon } from '../icons/cloud';
|
|
781
783
|
// Cloudy aliases
|
|
@@ -784,32 +786,32 @@ export { default as CloudyIcon } from '../icons/cloudy';
|
|
|
784
786
|
export { default as CloverIcon } from '../icons/clover';
|
|
785
787
|
// Club aliases
|
|
786
788
|
export { default as ClubIcon } from '../icons/club';
|
|
787
|
-
// Cog aliases
|
|
788
|
-
export { default as CogIcon } from '../icons/cog';
|
|
789
789
|
// Code aliases
|
|
790
790
|
export { default as CodeIcon } from '../icons/code';
|
|
791
791
|
// Coffee aliases
|
|
792
792
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
793
|
-
//
|
|
794
|
-
export { default as
|
|
793
|
+
// Cog aliases
|
|
794
|
+
export { default as CogIcon } from '../icons/cog';
|
|
795
795
|
// Columns4 aliases
|
|
796
796
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
797
|
-
// Command aliases
|
|
798
|
-
export { default as CommandIcon } from '../icons/command';
|
|
799
797
|
// Combine aliases
|
|
800
798
|
export { default as CombineIcon } from '../icons/combine';
|
|
801
|
-
//
|
|
802
|
-
export { default as
|
|
799
|
+
// Command aliases
|
|
800
|
+
export { default as CommandIcon } from '../icons/command';
|
|
801
|
+
// Coins aliases
|
|
802
|
+
export { default as CoinsIcon } from '../icons/coins';
|
|
803
803
|
// Compass aliases
|
|
804
804
|
export { default as CompassIcon } from '../icons/compass';
|
|
805
|
+
// Component aliases
|
|
806
|
+
export { default as ComponentIcon } from '../icons/component';
|
|
805
807
|
// Computer aliases
|
|
806
808
|
export { default as ComputerIcon } from '../icons/computer';
|
|
807
809
|
// ConciergeBell aliases
|
|
808
810
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
809
|
-
// Construction aliases
|
|
810
|
-
export { default as ConstructionIcon } from '../icons/construction';
|
|
811
811
|
// Cone aliases
|
|
812
812
|
export { default as ConeIcon } from '../icons/cone';
|
|
813
|
+
// Construction aliases
|
|
814
|
+
export { default as ConstructionIcon } from '../icons/construction';
|
|
813
815
|
// Contact aliases
|
|
814
816
|
export { default as ContactIcon } from '../icons/contact';
|
|
815
817
|
// Container aliases
|
|
@@ -820,30 +822,30 @@ export { default as ContrastIcon } from '../icons/contrast';
|
|
|
820
822
|
export { default as CookieIcon } from '../icons/cookie';
|
|
821
823
|
// CookingPot aliases
|
|
822
824
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
823
|
-
// CopyMinus aliases
|
|
824
|
-
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
825
825
|
// CopyCheck aliases
|
|
826
826
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
827
|
-
//
|
|
828
|
-
export { default as
|
|
827
|
+
// CopyMinus aliases
|
|
828
|
+
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
829
829
|
// CopySlash aliases
|
|
830
830
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
831
|
+
// CopyPlus aliases
|
|
832
|
+
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
831
833
|
// CopyX aliases
|
|
832
834
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
833
835
|
// Copy aliases
|
|
834
836
|
export { default as CopyIcon } from '../icons/copy';
|
|
835
|
-
// Copyright aliases
|
|
836
|
-
export { default as CopyrightIcon } from '../icons/copyright';
|
|
837
837
|
// Copyleft aliases
|
|
838
838
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
839
|
+
// Copyright aliases
|
|
840
|
+
export { default as CopyrightIcon } from '../icons/copyright';
|
|
839
841
|
// CornerDownLeft aliases
|
|
840
842
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
841
|
-
// CornerDownRight aliases
|
|
842
|
-
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
843
843
|
// CornerLeftDown aliases
|
|
844
844
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
845
845
|
// CornerLeftUp aliases
|
|
846
846
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
847
|
+
// CornerDownRight aliases
|
|
848
|
+
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
847
849
|
// CornerRightDown aliases
|
|
848
850
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
849
851
|
// CornerRightUp aliases
|
|
@@ -860,40 +862,52 @@ export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
|
860
862
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
861
863
|
// Croissant aliases
|
|
862
864
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
863
|
-
// Cross aliases
|
|
864
|
-
export { default as CrossIcon } from '../icons/cross';
|
|
865
|
-
// Crosshair aliases
|
|
866
|
-
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
867
865
|
// Crop aliases
|
|
868
866
|
export { default as CropIcon } from '../icons/crop';
|
|
867
|
+
// Cross aliases
|
|
868
|
+
export { default as CrossIcon } from '../icons/cross';
|
|
869
869
|
// Crown aliases
|
|
870
870
|
export { default as CrownIcon } from '../icons/crown';
|
|
871
|
-
//
|
|
872
|
-
export { default as
|
|
873
|
-
// Cylinder aliases
|
|
874
|
-
export { default as CylinderIcon } from '../icons/cylinder';
|
|
871
|
+
// Crosshair aliases
|
|
872
|
+
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
875
873
|
// CupSoda aliases
|
|
876
874
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
877
|
-
//
|
|
878
|
-
export { default as
|
|
875
|
+
// Cuboid aliases
|
|
876
|
+
export { default as CuboidIcon } from '../icons/cuboid';
|
|
879
877
|
// Currency aliases
|
|
880
878
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
881
|
-
//
|
|
882
|
-
export { default as
|
|
879
|
+
// Dam aliases
|
|
880
|
+
export { default as DamIcon } from '../icons/dam';
|
|
881
|
+
// Cylinder aliases
|
|
882
|
+
export { default as CylinderIcon } from '../icons/cylinder';
|
|
883
|
+
// DatabaseArrowDown aliases
|
|
884
|
+
export { default as DatabaseArrowDownIcon } from '../icons/database-arrow-down';
|
|
885
|
+
// DatabaseArrowUp aliases
|
|
886
|
+
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
883
887
|
// DatabaseBackup aliases
|
|
884
888
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
889
|
+
// DatabaseCheck aliases
|
|
890
|
+
export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
891
|
+
// DatabasePlus aliases
|
|
892
|
+
export { default as DatabasePlusIcon } from '../icons/database-plus';
|
|
893
|
+
// DatabaseSearch aliases
|
|
894
|
+
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
895
|
+
// DatabaseMinus aliases
|
|
896
|
+
export { default as DatabaseMinusIcon } from '../icons/database-minus';
|
|
897
|
+
// DatabaseX aliases
|
|
898
|
+
export { default as DatabaseXIcon } from '../icons/database-x';
|
|
885
899
|
// DatabaseZap aliases
|
|
886
900
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
887
901
|
// Database aliases
|
|
888
902
|
export { default as DatabaseIcon } from '../icons/database';
|
|
889
903
|
// DecimalsArrowLeft aliases
|
|
890
904
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
905
|
+
// DecimalsArrowRight aliases
|
|
906
|
+
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
891
907
|
// Delete aliases
|
|
892
908
|
export { default as DeleteIcon } from '../icons/delete';
|
|
893
909
|
// Dessert aliases
|
|
894
910
|
export { default as DessertIcon } from '../icons/dessert';
|
|
895
|
-
// DecimalsArrowRight aliases
|
|
896
|
-
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
897
911
|
// Diameter aliases
|
|
898
912
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
899
913
|
// DiamondMinus aliases
|
|
@@ -920,12 +934,12 @@ export { default as DicesIcon } from '../icons/dices';
|
|
|
920
934
|
export { default as DiffIcon } from '../icons/diff';
|
|
921
935
|
// Disc2 aliases
|
|
922
936
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
937
|
+
// Disc3 aliases
|
|
938
|
+
export { default as Disc3Icon } from '../icons/disc-3';
|
|
923
939
|
// DiscAlbum aliases
|
|
924
940
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
925
941
|
// Disc aliases
|
|
926
942
|
export { default as DiscIcon } from '../icons/disc';
|
|
927
|
-
// Disc3 aliases
|
|
928
|
-
export { default as Disc3Icon } from '../icons/disc-3';
|
|
929
943
|
// Divide aliases
|
|
930
944
|
export { default as DivideIcon } from '../icons/divide';
|
|
931
945
|
// DnaOff aliases
|
|
@@ -934,18 +948,18 @@ export { default as DnaOffIcon } from '../icons/dna-off';
|
|
|
934
948
|
export { default as DnaIcon } from '../icons/dna';
|
|
935
949
|
// Dock aliases
|
|
936
950
|
export { default as DockIcon } from '../icons/dock';
|
|
937
|
-
// DollarSign aliases
|
|
938
|
-
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
939
951
|
// Dog aliases
|
|
940
952
|
export { default as DogIcon } from '../icons/dog';
|
|
941
|
-
//
|
|
942
|
-
export { default as
|
|
953
|
+
// DollarSign aliases
|
|
954
|
+
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
943
955
|
// Donut aliases
|
|
944
956
|
export { default as DonutIcon } from '../icons/donut';
|
|
945
|
-
//
|
|
946
|
-
export { default as
|
|
957
|
+
// DoorClosedLocked aliases
|
|
958
|
+
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
947
959
|
// DoorOpen aliases
|
|
948
960
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
961
|
+
// DoorClosed aliases
|
|
962
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
949
963
|
// Dot aliases
|
|
950
964
|
export { default as DotIcon } from '../icons/dot';
|
|
951
965
|
// Download aliases
|
|
@@ -958,10 +972,10 @@ export { default as DramaIcon } from '../icons/drama';
|
|
|
958
972
|
export { default as DrillIcon } from '../icons/drill';
|
|
959
973
|
// Drone aliases
|
|
960
974
|
export { default as DroneIcon } from '../icons/drone';
|
|
961
|
-
// DropletOff aliases
|
|
962
|
-
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
963
975
|
// Droplet aliases
|
|
964
976
|
export { default as DropletIcon } from '../icons/droplet';
|
|
977
|
+
// DropletOff aliases
|
|
978
|
+
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
965
979
|
// Droplets aliases
|
|
966
980
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
967
981
|
// Drum aliases
|
|
@@ -984,10 +998,10 @@ export { default as EggOffIcon } from '../icons/egg-off';
|
|
|
984
998
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
985
999
|
// Egg aliases
|
|
986
1000
|
export { default as EggIcon } from '../icons/egg';
|
|
987
|
-
// Ellipse aliases
|
|
988
|
-
export { default as EllipseIcon } from '../icons/ellipse';
|
|
989
1001
|
// EqualApproximately aliases
|
|
990
1002
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
1003
|
+
// Ellipse aliases
|
|
1004
|
+
export { default as EllipseIcon } from '../icons/ellipse';
|
|
991
1005
|
// EqualNot aliases
|
|
992
1006
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
993
1007
|
// Equal aliases
|
|
@@ -1016,10 +1030,10 @@ export { default as EyeIcon } from '../icons/eye';
|
|
|
1016
1030
|
export { default as FactoryIcon } from '../icons/factory';
|
|
1017
1031
|
// Fan aliases
|
|
1018
1032
|
export { default as FanIcon } from '../icons/fan';
|
|
1019
|
-
// Feather aliases
|
|
1020
|
-
export { default as FeatherIcon } from '../icons/feather';
|
|
1021
1033
|
// FastForward aliases
|
|
1022
1034
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1035
|
+
// Feather aliases
|
|
1036
|
+
export { default as FeatherIcon } from '../icons/feather';
|
|
1023
1037
|
// Fence aliases
|
|
1024
1038
|
export { default as FenceIcon } from '../icons/fence';
|
|
1025
1039
|
// FerrisWheel aliases
|
|
@@ -1064,18 +1078,18 @@ export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
|
1064
1078
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1065
1079
|
// FileStack aliases
|
|
1066
1080
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1067
|
-
// FileSymlink aliases
|
|
1068
|
-
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1069
1081
|
// FileTerminal aliases
|
|
1070
1082
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1083
|
+
// FileSymlink aliases
|
|
1084
|
+
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1071
1085
|
// FileText aliases
|
|
1072
1086
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1073
1087
|
// FileType aliases
|
|
1074
1088
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1075
|
-
// FileUp aliases
|
|
1076
|
-
export { default as FileUpIcon } from '../icons/file-up';
|
|
1077
1089
|
// FileUser aliases
|
|
1078
1090
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1091
|
+
// FileUp aliases
|
|
1092
|
+
export { default as FileUpIcon } from '../icons/file-up';
|
|
1079
1093
|
// FileVolume aliases
|
|
1080
1094
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1081
1095
|
// FileX aliases
|
|
@@ -1084,10 +1098,10 @@ export { default as FileXIcon } from '../icons/file-x';
|
|
|
1084
1098
|
export { default as FileIcon } from '../icons/file';
|
|
1085
1099
|
// Files aliases
|
|
1086
1100
|
export { default as FilesIcon } from '../icons/files';
|
|
1087
|
-
// Film aliases
|
|
1088
|
-
export { default as FilmIcon } from '../icons/film';
|
|
1089
1101
|
// FireExtinguisher aliases
|
|
1090
1102
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1103
|
+
// Film aliases
|
|
1104
|
+
export { default as FilmIcon } from '../icons/film';
|
|
1091
1105
|
// FishOff aliases
|
|
1092
1106
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1093
1107
|
// FishSymbol aliases
|
|
@@ -1112,12 +1126,12 @@ export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
|
1112
1126
|
export { default as FlameIcon } from '../icons/flame';
|
|
1113
1127
|
// FlashlightOff aliases
|
|
1114
1128
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1129
|
+
// FlaskConicalOff aliases
|
|
1130
|
+
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1115
1131
|
// Flashlight aliases
|
|
1116
1132
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1117
1133
|
// FlaskConical aliases
|
|
1118
1134
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1119
|
-
// FlaskConicalOff aliases
|
|
1120
|
-
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1121
1135
|
// FlaskRound aliases
|
|
1122
1136
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1123
1137
|
// FlipHorizontal2 aliases
|
|
@@ -1128,24 +1142,24 @@ export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
|
1128
1142
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1129
1143
|
// Focus aliases
|
|
1130
1144
|
export { default as FocusIcon } from '../icons/focus';
|
|
1131
|
-
// Flower aliases
|
|
1132
|
-
export { default as FlowerIcon } from '../icons/flower';
|
|
1133
1145
|
// FoldHorizontal aliases
|
|
1134
1146
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1147
|
+
// Flower aliases
|
|
1148
|
+
export { default as FlowerIcon } from '../icons/flower';
|
|
1135
1149
|
// FoldVertical aliases
|
|
1136
1150
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1137
1151
|
// FolderArchive aliases
|
|
1138
1152
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1139
1153
|
// FolderBookmark aliases
|
|
1140
1154
|
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1141
|
-
// FolderCheck aliases
|
|
1142
|
-
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1143
1155
|
// FolderClock aliases
|
|
1144
1156
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1145
|
-
//
|
|
1146
|
-
export { default as
|
|
1157
|
+
// FolderCheck aliases
|
|
1158
|
+
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1147
1159
|
// FolderCode aliases
|
|
1148
1160
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1161
|
+
// FolderClosed aliases
|
|
1162
|
+
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1149
1163
|
// FolderDot aliases
|
|
1150
1164
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1151
1165
|
// FolderDown aliases
|
|
@@ -1164,20 +1178,20 @@ export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
|
1164
1178
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1165
1179
|
// FolderLock aliases
|
|
1166
1180
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1167
|
-
// FolderOpenDot aliases
|
|
1168
|
-
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1169
1181
|
// FolderMinus aliases
|
|
1170
1182
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1183
|
+
// FolderOpenDot aliases
|
|
1184
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1171
1185
|
// FolderOpen aliases
|
|
1172
1186
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1173
1187
|
// FolderOutput aliases
|
|
1174
1188
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1175
1189
|
// FolderPlus aliases
|
|
1176
1190
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1177
|
-
// FolderSearch2 aliases
|
|
1178
|
-
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1179
1191
|
// FolderRoot aliases
|
|
1180
1192
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1193
|
+
// FolderSearch2 aliases
|
|
1194
|
+
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1181
1195
|
// FolderSearch aliases
|
|
1182
1196
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1183
1197
|
// FolderSymlink aliases
|
|
@@ -1188,10 +1202,10 @@ export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
|
1188
1202
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1189
1203
|
// FolderUp aliases
|
|
1190
1204
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1191
|
-
// Folder aliases
|
|
1192
|
-
export { default as FolderIcon } from '../icons/folder';
|
|
1193
1205
|
// FolderX aliases
|
|
1194
1206
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1207
|
+
// Folder aliases
|
|
1208
|
+
export { default as FolderIcon } from '../icons/folder';
|
|
1195
1209
|
// Folders aliases
|
|
1196
1210
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1197
1211
|
// Footprints aliases
|
|
@@ -1206,34 +1220,34 @@ export { default as ForwardIcon } from '../icons/forward';
|
|
|
1206
1220
|
export { default as FrownIcon } from '../icons/frown';
|
|
1207
1221
|
// Frame aliases
|
|
1208
1222
|
export { default as FrameIcon } from '../icons/frame';
|
|
1209
|
-
// Fullscreen aliases
|
|
1210
|
-
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1211
1223
|
// Fuel aliases
|
|
1212
1224
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1225
|
+
// Fullscreen aliases
|
|
1226
|
+
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1213
1227
|
// FunnelPlus aliases
|
|
1214
1228
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1215
1229
|
// GalleryHorizontalEnd aliases
|
|
1216
1230
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1217
1231
|
// GalleryHorizontal aliases
|
|
1218
1232
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1219
|
-
// GalleryVerticalEnd aliases
|
|
1220
|
-
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1221
1233
|
// GalleryThumbnails aliases
|
|
1222
1234
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1235
|
+
// GalleryVerticalEnd aliases
|
|
1236
|
+
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1223
1237
|
// GalleryVertical aliases
|
|
1224
1238
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1225
|
-
// GamepadDirectional aliases
|
|
1226
|
-
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1227
1239
|
// Gamepad2 aliases
|
|
1228
1240
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1229
|
-
//
|
|
1230
|
-
export { default as
|
|
1241
|
+
// GamepadDirectional aliases
|
|
1242
|
+
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1231
1243
|
// Gauge aliases
|
|
1232
1244
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1233
|
-
//
|
|
1234
|
-
export { default as
|
|
1245
|
+
// Gamepad aliases
|
|
1246
|
+
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1235
1247
|
// Gem aliases
|
|
1236
1248
|
export { default as GemIcon } from '../icons/gem';
|
|
1249
|
+
// Gavel aliases
|
|
1250
|
+
export { default as GavelIcon } from '../icons/gavel';
|
|
1237
1251
|
// GeorgianLari aliases
|
|
1238
1252
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1239
1253
|
// Ghost aliases
|
|
@@ -1244,10 +1258,10 @@ export { default as GiftIcon } from '../icons/gift';
|
|
|
1244
1258
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1245
1259
|
// GitBranchPlus aliases
|
|
1246
1260
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1247
|
-
// GitCommitVertical aliases
|
|
1248
|
-
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1249
1261
|
// GitBranch aliases
|
|
1250
1262
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1263
|
+
// GitCommitVertical aliases
|
|
1264
|
+
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1251
1265
|
// GitCompareArrows aliases
|
|
1252
1266
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1253
1267
|
// GitCompare aliases
|
|
@@ -1262,40 +1276,40 @@ export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
|
1262
1276
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1263
1277
|
// GitPullRequestArrow aliases
|
|
1264
1278
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1279
|
+
// GitPullRequestClosed aliases
|
|
1280
|
+
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1265
1281
|
// GitPullRequestCreateArrow aliases
|
|
1266
1282
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1267
1283
|
// GitPullRequestCreate aliases
|
|
1268
1284
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1269
1285
|
// GitPullRequestDraft aliases
|
|
1270
1286
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1271
|
-
// GitPullRequestClosed aliases
|
|
1272
|
-
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1273
1287
|
// GitPullRequest aliases
|
|
1274
1288
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1275
|
-
// Glasses aliases
|
|
1276
|
-
export { default as GlassesIcon } from '../icons/glasses';
|
|
1277
1289
|
// GlassWater aliases
|
|
1278
1290
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1291
|
+
// Glasses aliases
|
|
1292
|
+
export { default as GlassesIcon } from '../icons/glasses';
|
|
1279
1293
|
// GlobeCheck aliases
|
|
1280
1294
|
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1281
|
-
// GlobeLock aliases
|
|
1282
|
-
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1283
|
-
// GlobeOff aliases
|
|
1284
|
-
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1285
1295
|
// GlobeX aliases
|
|
1286
1296
|
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1287
1297
|
// Globe aliases
|
|
1288
1298
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1299
|
+
// GlobeOff aliases
|
|
1300
|
+
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1301
|
+
// GlobeLock aliases
|
|
1302
|
+
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1289
1303
|
// Goal aliases
|
|
1290
1304
|
export { default as GoalIcon } from '../icons/goal';
|
|
1291
1305
|
// Gpu aliases
|
|
1292
1306
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1293
1307
|
// GraduationCap aliases
|
|
1294
1308
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1295
|
-
// Grid3x2 aliases
|
|
1296
|
-
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1297
1309
|
// Grape aliases
|
|
1298
1310
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1311
|
+
// Grid3x2 aliases
|
|
1312
|
+
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1299
1313
|
// GripHorizontal aliases
|
|
1300
1314
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1301
1315
|
// GripVertical aliases
|
|
@@ -1306,52 +1320,52 @@ export { default as GripIcon } from '../icons/grip';
|
|
|
1306
1320
|
export { default as GroupIcon } from '../icons/group';
|
|
1307
1321
|
// Guitar aliases
|
|
1308
1322
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1323
|
+
// Ham aliases
|
|
1324
|
+
export { default as HamIcon } from '../icons/ham';
|
|
1309
1325
|
// Hamburger aliases
|
|
1310
1326
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1311
1327
|
// Hammer aliases
|
|
1312
1328
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1313
|
-
// Ham aliases
|
|
1314
|
-
export { default as HamIcon } from '../icons/ham';
|
|
1315
1329
|
// HandCoins aliases
|
|
1316
1330
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1317
1331
|
// HandFist aliases
|
|
1318
1332
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1319
1333
|
// HandHeart aliases
|
|
1320
1334
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1321
|
-
// HandPlatter aliases
|
|
1322
|
-
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1323
1335
|
// HandMetal aliases
|
|
1324
1336
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1337
|
+
// HandPlatter aliases
|
|
1338
|
+
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1325
1339
|
// Hand aliases
|
|
1326
1340
|
export { default as HandIcon } from '../icons/hand';
|
|
1341
|
+
// Handshake aliases
|
|
1342
|
+
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1327
1343
|
// Handbag aliases
|
|
1328
1344
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1329
1345
|
// HardDriveDownload aliases
|
|
1330
1346
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1331
|
-
// Handshake aliases
|
|
1332
|
-
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1333
1347
|
// HardDriveUpload aliases
|
|
1334
1348
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1335
1349
|
// HardDrive aliases
|
|
1336
1350
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1337
|
-
// HardHat aliases
|
|
1338
|
-
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1339
1351
|
// Hash aliases
|
|
1340
1352
|
export { default as HashIcon } from '../icons/hash';
|
|
1353
|
+
// HardHat aliases
|
|
1354
|
+
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1341
1355
|
// HatGlasses aliases
|
|
1342
1356
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1343
1357
|
// Haze aliases
|
|
1344
1358
|
export { default as HazeIcon } from '../icons/haze';
|
|
1345
|
-
// Hd aliases
|
|
1346
|
-
export { default as HdIcon } from '../icons/hd';
|
|
1347
1359
|
// HdmiPort aliases
|
|
1348
1360
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1361
|
+
// Hd aliases
|
|
1362
|
+
export { default as HdIcon } from '../icons/hd';
|
|
1349
1363
|
// Heading1 aliases
|
|
1350
1364
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1351
|
-
// Heading3 aliases
|
|
1352
|
-
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1353
1365
|
// Heading2 aliases
|
|
1354
1366
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1367
|
+
// Heading3 aliases
|
|
1368
|
+
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1355
1369
|
// Heading4 aliases
|
|
1356
1370
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1357
1371
|
// Heading5 aliases
|
|
@@ -1372,12 +1386,12 @@ export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
|
1372
1386
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1373
1387
|
// HeartMinus aliases
|
|
1374
1388
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1375
|
-
// HeartOff aliases
|
|
1376
|
-
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1377
|
-
// HeartPulse aliases
|
|
1378
|
-
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1379
1389
|
// HeartPlus aliases
|
|
1380
1390
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1391
|
+
// HeartPulse aliases
|
|
1392
|
+
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1393
|
+
// HeartOff aliases
|
|
1394
|
+
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1381
1395
|
// HeartX aliases
|
|
1382
1396
|
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1383
1397
|
// Heart aliases
|
|
@@ -1386,22 +1400,22 @@ export { default as HeartIcon } from '../icons/heart';
|
|
|
1386
1400
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1387
1401
|
// Heater aliases
|
|
1388
1402
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1389
|
-
// Hexagon aliases
|
|
1390
|
-
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1391
1403
|
// Highlighter aliases
|
|
1392
1404
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1405
|
+
// Hexagon aliases
|
|
1406
|
+
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1393
1407
|
// History aliases
|
|
1394
1408
|
export { default as HistoryIcon } from '../icons/history';
|
|
1395
1409
|
// HopOff aliases
|
|
1396
1410
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1397
1411
|
// Hop aliases
|
|
1398
1412
|
export { default as HopIcon } from '../icons/hop';
|
|
1399
|
-
// Hotel aliases
|
|
1400
|
-
export { default as HotelIcon } from '../icons/hotel';
|
|
1401
1413
|
// Hospital aliases
|
|
1402
1414
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1403
1415
|
// Hourglass aliases
|
|
1404
1416
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1417
|
+
// Hotel aliases
|
|
1418
|
+
export { default as HotelIcon } from '../icons/hotel';
|
|
1405
1419
|
// HouseHeart aliases
|
|
1406
1420
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1407
1421
|
// HousePlug aliases
|
|
@@ -1446,24 +1460,24 @@ export { default as InfoIcon } from '../icons/info';
|
|
|
1446
1460
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1447
1461
|
// Italic aliases
|
|
1448
1462
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1449
|
-
// IterationCcw aliases
|
|
1450
|
-
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1451
1463
|
// IterationCw aliases
|
|
1452
1464
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1453
|
-
//
|
|
1454
|
-
export { default as
|
|
1465
|
+
// IterationCcw aliases
|
|
1466
|
+
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1455
1467
|
// JapaneseYen aliases
|
|
1456
1468
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1469
|
+
// Joystick aliases
|
|
1470
|
+
export { default as JoystickIcon } from '../icons/joystick';
|
|
1457
1471
|
// Kanban aliases
|
|
1458
1472
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1459
1473
|
// Kayak aliases
|
|
1460
1474
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1461
1475
|
// KeyRound aliases
|
|
1462
1476
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1463
|
-
// Key aliases
|
|
1464
|
-
export { default as KeyIcon } from '../icons/key';
|
|
1465
1477
|
// KeySquare aliases
|
|
1466
1478
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1479
|
+
// Key aliases
|
|
1480
|
+
export { default as KeyIcon } from '../icons/key';
|
|
1467
1481
|
// KeyboardMusic aliases
|
|
1468
1482
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1469
1483
|
// KeyboardOff aliases
|
|
@@ -1502,10 +1516,10 @@ export { default as LaughIcon } from '../icons/laugh';
|
|
|
1502
1516
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1503
1517
|
// LayersMinus aliases
|
|
1504
1518
|
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1505
|
-
// LayoutDashboard aliases
|
|
1506
|
-
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1507
1519
|
// LayersPlus aliases
|
|
1508
1520
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1521
|
+
// LayoutDashboard aliases
|
|
1522
|
+
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1509
1523
|
// LayoutGrid aliases
|
|
1510
1524
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1511
1525
|
// LayoutList aliases
|
|
@@ -1540,48 +1554,48 @@ export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
|
1540
1554
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1541
1555
|
// LineDotRightHorizontal aliases
|
|
1542
1556
|
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1543
|
-
// LineStyle aliases
|
|
1544
|
-
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1545
1557
|
// LineSquiggle aliases
|
|
1546
1558
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1559
|
+
// LineStyle aliases
|
|
1560
|
+
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1547
1561
|
// Link2Off aliases
|
|
1548
1562
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1549
|
-
// Link2 aliases
|
|
1550
|
-
export { default as Link2Icon } from '../icons/link-2';
|
|
1551
1563
|
// Link aliases
|
|
1552
1564
|
export { default as LinkIcon } from '../icons/link';
|
|
1565
|
+
// Link2 aliases
|
|
1566
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1553
1567
|
// ListCheck aliases
|
|
1554
1568
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1555
|
-
// ListChecks aliases
|
|
1556
|
-
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1557
1569
|
// ListChevronsDownUp aliases
|
|
1558
1570
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1559
|
-
//
|
|
1560
|
-
export { default as
|
|
1571
|
+
// ListChecks aliases
|
|
1572
|
+
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1561
1573
|
// ListChevronsUpDown aliases
|
|
1562
1574
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1563
|
-
//
|
|
1564
|
-
export { default as
|
|
1575
|
+
// ListCollapse aliases
|
|
1576
|
+
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1565
1577
|
// ListFilterPlus aliases
|
|
1566
1578
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1567
1579
|
// ListFilter aliases
|
|
1568
1580
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1581
|
+
// ListEnd aliases
|
|
1582
|
+
export { default as ListEndIcon } from '../icons/list-end';
|
|
1569
1583
|
// ListMinus aliases
|
|
1570
1584
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1571
1585
|
// ListMusic aliases
|
|
1572
1586
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1573
|
-
// ListPlus aliases
|
|
1574
|
-
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1575
1587
|
// ListOrdered aliases
|
|
1576
1588
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1577
|
-
//
|
|
1578
|
-
export { default as
|
|
1579
|
-
// ListStart aliases
|
|
1580
|
-
export { default as ListStartIcon } from '../icons/list-start';
|
|
1589
|
+
// ListPlus aliases
|
|
1590
|
+
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1581
1591
|
// ListRestart aliases
|
|
1582
1592
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1593
|
+
// ListSortAscending aliases
|
|
1594
|
+
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1583
1595
|
// ListSortDescending aliases
|
|
1584
1596
|
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1597
|
+
// ListStart aliases
|
|
1598
|
+
export { default as ListStartIcon } from '../icons/list-start';
|
|
1585
1599
|
// ListTodo aliases
|
|
1586
1600
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1587
1601
|
// ListTree aliases
|
|
@@ -1598,10 +1612,10 @@ export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
|
1598
1612
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1599
1613
|
// LocateFixed aliases
|
|
1600
1614
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1601
|
-
// Locate aliases
|
|
1602
|
-
export { default as LocateIcon } from '../icons/locate';
|
|
1603
1615
|
// LocateOff aliases
|
|
1604
1616
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1617
|
+
// Locate aliases
|
|
1618
|
+
export { default as LocateIcon } from '../icons/locate';
|
|
1605
1619
|
// LockKeyhole aliases
|
|
1606
1620
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1607
1621
|
// Lock aliases
|
|
@@ -1624,34 +1638,34 @@ export { default as MailCheckIcon } from '../icons/mail-check';
|
|
|
1624
1638
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1625
1639
|
// MailPlus aliases
|
|
1626
1640
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1627
|
-
// MailOpen aliases
|
|
1628
|
-
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1629
|
-
// MailWarning aliases
|
|
1630
|
-
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1631
1641
|
// MailSearch aliases
|
|
1632
1642
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1643
|
+
// MailWarning aliases
|
|
1644
|
+
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1645
|
+
// MailOpen aliases
|
|
1646
|
+
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1633
1647
|
// MailX aliases
|
|
1634
1648
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1635
1649
|
// Mail aliases
|
|
1636
1650
|
export { default as MailIcon } from '../icons/mail';
|
|
1637
|
-
// Mailbox aliases
|
|
1638
|
-
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1639
1651
|
// Mails aliases
|
|
1640
1652
|
export { default as MailsIcon } from '../icons/mails';
|
|
1653
|
+
// Mailbox aliases
|
|
1654
|
+
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1641
1655
|
// MapMinus aliases
|
|
1642
1656
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1643
1657
|
// MapPinCheckInside aliases
|
|
1644
1658
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1645
|
-
// MapPinCheck aliases
|
|
1646
|
-
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1647
1659
|
// MapPinHouse aliases
|
|
1648
1660
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1661
|
+
// MapPinCheck aliases
|
|
1662
|
+
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1649
1663
|
// MapPinMinusInside aliases
|
|
1650
1664
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1651
|
-
// MapPinMinus aliases
|
|
1652
|
-
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1653
1665
|
// MapPinOff aliases
|
|
1654
1666
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1667
|
+
// MapPinMinus aliases
|
|
1668
|
+
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1655
1669
|
// MapPinPlusInside aliases
|
|
1656
1670
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1657
1671
|
// MapPinPlus aliases
|
|
@@ -1662,14 +1676,14 @@ export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
|
1662
1676
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1663
1677
|
// MapPinX aliases
|
|
1664
1678
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1665
|
-
// MapPin aliases
|
|
1666
|
-
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1667
1679
|
// MapPinned aliases
|
|
1668
1680
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1669
|
-
//
|
|
1670
|
-
export { default as
|
|
1681
|
+
// MapPin aliases
|
|
1682
|
+
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1671
1683
|
// MapPlus aliases
|
|
1672
1684
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1685
|
+
// Map aliases
|
|
1686
|
+
export { default as MapIcon } from '../icons/map';
|
|
1673
1687
|
// MarsStroke aliases
|
|
1674
1688
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1675
1689
|
// Mars aliases
|
|
@@ -1680,48 +1694,48 @@ export { default as MartiniIcon } from '../icons/martini';
|
|
|
1680
1694
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1681
1695
|
// Maximize aliases
|
|
1682
1696
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1683
|
-
// MegaphoneOff aliases
|
|
1684
|
-
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1685
1697
|
// Medal aliases
|
|
1686
1698
|
export { default as MedalIcon } from '../icons/medal';
|
|
1687
|
-
// Meh aliases
|
|
1688
|
-
export { default as MehIcon } from '../icons/meh';
|
|
1689
1699
|
// Megaphone aliases
|
|
1690
1700
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1701
|
+
// MegaphoneOff aliases
|
|
1702
|
+
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1691
1703
|
// MemoryStick aliases
|
|
1692
1704
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1705
|
+
// Meh aliases
|
|
1706
|
+
export { default as MehIcon } from '../icons/meh';
|
|
1693
1707
|
// Menu aliases
|
|
1694
1708
|
export { default as MenuIcon } from '../icons/menu';
|
|
1695
1709
|
// Merge aliases
|
|
1696
1710
|
export { default as MergeIcon } from '../icons/merge';
|
|
1697
1711
|
// MessageCircleCheck aliases
|
|
1698
1712
|
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1699
|
-
// MessageCircleDashed aliases
|
|
1700
|
-
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1701
1713
|
// MessageCircleCode aliases
|
|
1702
1714
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1703
1715
|
// MessageCircleHeart aliases
|
|
1704
1716
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1717
|
+
// MessageCircleDashed aliases
|
|
1718
|
+
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1705
1719
|
// MessageCircleMore aliases
|
|
1706
1720
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1707
1721
|
// MessageCircleOff aliases
|
|
1708
1722
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1709
1723
|
// MessageCirclePlus aliases
|
|
1710
1724
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1711
|
-
// MessageCircleWarning aliases
|
|
1712
|
-
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1713
1725
|
// MessageCircleReply aliases
|
|
1714
1726
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1727
|
+
// MessageCircleWarning aliases
|
|
1728
|
+
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1715
1729
|
// MessageCircleX aliases
|
|
1716
1730
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1731
|
+
// MessageSquareCheck aliases
|
|
1732
|
+
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1717
1733
|
// MessageCircle aliases
|
|
1718
1734
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1719
1735
|
// MessageSquareCode aliases
|
|
1720
1736
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1721
1737
|
// MessageSquareDashed aliases
|
|
1722
1738
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1723
|
-
// MessageSquareCheck aliases
|
|
1724
|
-
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1725
1739
|
// MessageSquareDiff aliases
|
|
1726
1740
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1727
1741
|
// MessageSquareDot aliases
|
|
@@ -1742,12 +1756,12 @@ export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote
|
|
|
1742
1756
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1743
1757
|
// MessageSquareShare aliases
|
|
1744
1758
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1745
|
-
// MessageSquareX aliases
|
|
1746
|
-
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1747
1759
|
// MessageSquareText aliases
|
|
1748
1760
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1749
1761
|
// MessageSquareWarning aliases
|
|
1750
1762
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1763
|
+
// MessageSquareX aliases
|
|
1764
|
+
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1751
1765
|
// MessageSquare aliases
|
|
1752
1766
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1753
1767
|
// MessagesSquare aliases
|
|
@@ -1782,34 +1796,34 @@ export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
|
1782
1796
|
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1783
1797
|
// MonitorCheck aliases
|
|
1784
1798
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1799
|
+
// MonitorCloud aliases
|
|
1800
|
+
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1785
1801
|
// MonitorCog aliases
|
|
1786
1802
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1787
1803
|
// MonitorDot aliases
|
|
1788
1804
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1789
|
-
// MonitorCloud aliases
|
|
1790
|
-
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1791
1805
|
// MonitorDown aliases
|
|
1792
1806
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1793
1807
|
// MonitorOff aliases
|
|
1794
1808
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1795
1809
|
// MonitorPause aliases
|
|
1796
1810
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1797
|
-
// MonitorSmartphone aliases
|
|
1798
|
-
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1799
1811
|
// MonitorPlay aliases
|
|
1800
1812
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1813
|
+
// MonitorSmartphone aliases
|
|
1814
|
+
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1801
1815
|
// MonitorSpeaker aliases
|
|
1802
1816
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1803
1817
|
// MonitorStop aliases
|
|
1804
1818
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1805
|
-
// MonitorX aliases
|
|
1806
|
-
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1807
1819
|
// MonitorUp aliases
|
|
1808
1820
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1809
|
-
//
|
|
1810
|
-
export { default as
|
|
1821
|
+
// MonitorX aliases
|
|
1822
|
+
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1811
1823
|
// MoonStar aliases
|
|
1812
1824
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1825
|
+
// Monitor aliases
|
|
1826
|
+
export { default as MonitorIcon } from '../icons/monitor';
|
|
1813
1827
|
// Moon aliases
|
|
1814
1828
|
export { default as MoonIcon } from '../icons/moon';
|
|
1815
1829
|
// Motorbike aliases
|
|
@@ -1818,38 +1832,38 @@ export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
|
1818
1832
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1819
1833
|
// Mountain aliases
|
|
1820
1834
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1821
|
-
// MouseOff aliases
|
|
1822
|
-
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1823
1835
|
// MouseLeft aliases
|
|
1824
1836
|
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1825
1837
|
// MousePointer2Off aliases
|
|
1826
1838
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1827
|
-
//
|
|
1828
|
-
export { default as
|
|
1839
|
+
// MouseOff aliases
|
|
1840
|
+
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1829
1841
|
// MousePointer2 aliases
|
|
1830
1842
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1831
1843
|
// MousePointerBan aliases
|
|
1832
1844
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1845
|
+
// MousePointerClick aliases
|
|
1846
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1833
1847
|
// MousePointer aliases
|
|
1834
1848
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1835
|
-
// MouseRight aliases
|
|
1836
|
-
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1837
1849
|
// Mouse aliases
|
|
1838
1850
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1839
|
-
//
|
|
1840
|
-
export { default as
|
|
1851
|
+
// MouseRight aliases
|
|
1852
|
+
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1841
1853
|
// MoveDiagonal2 aliases
|
|
1842
1854
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1855
|
+
// MoveDiagonal aliases
|
|
1856
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1843
1857
|
// MoveDownLeft aliases
|
|
1844
1858
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1845
|
-
// MoveDownRight aliases
|
|
1846
|
-
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1847
|
-
// MoveHorizontal aliases
|
|
1848
|
-
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1849
1859
|
// MoveDown aliases
|
|
1850
1860
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1861
|
+
// MoveDownRight aliases
|
|
1862
|
+
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1851
1863
|
// MoveLeft aliases
|
|
1852
1864
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1865
|
+
// MoveHorizontal aliases
|
|
1866
|
+
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1853
1867
|
// MoveRight aliases
|
|
1854
1868
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1855
1869
|
// MoveUpLeft aliases
|
|
@@ -1862,8 +1876,6 @@ export { default as MoveUpIcon } from '../icons/move-up';
|
|
|
1862
1876
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1863
1877
|
// Move aliases
|
|
1864
1878
|
export { default as MoveIcon } from '../icons/move';
|
|
1865
|
-
// Music4 aliases
|
|
1866
|
-
export { default as Music4Icon } from '../icons/music-4';
|
|
1867
1879
|
// Music2 aliases
|
|
1868
1880
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1869
1881
|
// Music3 aliases
|
|
@@ -1872,46 +1884,48 @@ export { default as Music3Icon } from '../icons/music-3';
|
|
|
1872
1884
|
export { default as MusicIcon } from '../icons/music';
|
|
1873
1885
|
// Navigation2Off aliases
|
|
1874
1886
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1875
|
-
//
|
|
1876
|
-
export { default as
|
|
1887
|
+
// Music4 aliases
|
|
1888
|
+
export { default as Music4Icon } from '../icons/music-4';
|
|
1877
1889
|
// NavigationOff aliases
|
|
1878
1890
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1879
|
-
// Network aliases
|
|
1880
|
-
export { default as NetworkIcon } from '../icons/network';
|
|
1881
1891
|
// Navigation aliases
|
|
1882
1892
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1883
1893
|
// Newspaper aliases
|
|
1884
1894
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1895
|
+
// Navigation2 aliases
|
|
1896
|
+
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1885
1897
|
// Nfc aliases
|
|
1886
1898
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1899
|
+
// Network aliases
|
|
1900
|
+
export { default as NetworkIcon } from '../icons/network';
|
|
1887
1901
|
// NonBinary aliases
|
|
1888
1902
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1889
1903
|
// NotebookPen aliases
|
|
1890
1904
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1891
1905
|
// NotebookTabs aliases
|
|
1892
1906
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1893
|
-
// NotebookText aliases
|
|
1894
|
-
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1895
1907
|
// Notebook aliases
|
|
1896
1908
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1897
|
-
//
|
|
1898
|
-
export { default as
|
|
1909
|
+
// NotebookText aliases
|
|
1910
|
+
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1899
1911
|
// NotepadText aliases
|
|
1900
1912
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1901
|
-
// Nut aliases
|
|
1902
|
-
export { default as NutIcon } from '../icons/nut';
|
|
1903
1913
|
// NutOff aliases
|
|
1904
1914
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1915
|
+
// NotepadTextDashed aliases
|
|
1916
|
+
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1917
|
+
// Nut aliases
|
|
1918
|
+
export { default as NutIcon } from '../icons/nut';
|
|
1905
1919
|
// OctagonMinus aliases
|
|
1906
1920
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1907
1921
|
// Octagon aliases
|
|
1908
1922
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1909
1923
|
// Omega aliases
|
|
1910
1924
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1911
|
-
// Orbit aliases
|
|
1912
|
-
export { default as OrbitIcon } from '../icons/orbit';
|
|
1913
1925
|
// Option aliases
|
|
1914
1926
|
export { default as OptionIcon } from '../icons/option';
|
|
1927
|
+
// Orbit aliases
|
|
1928
|
+
export { default as OrbitIcon } from '../icons/orbit';
|
|
1915
1929
|
// Origami aliases
|
|
1916
1930
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1917
1931
|
// Package2 aliases
|
|
@@ -1924,24 +1938,24 @@ export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
|
1924
1938
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1925
1939
|
// PackagePlus aliases
|
|
1926
1940
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1927
|
-
// PackageX aliases
|
|
1928
|
-
export { default as PackageXIcon } from '../icons/package-x';
|
|
1929
1941
|
// PackageSearch aliases
|
|
1930
1942
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1931
|
-
//
|
|
1932
|
-
export { default as
|
|
1943
|
+
// PackageX aliases
|
|
1944
|
+
export { default as PackageXIcon } from '../icons/package-x';
|
|
1933
1945
|
// Package aliases
|
|
1934
1946
|
export { default as PackageIcon } from '../icons/package';
|
|
1935
1947
|
// PaintRoller aliases
|
|
1936
1948
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1937
1949
|
// Paintbrush aliases
|
|
1938
1950
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1951
|
+
// PaintBucket aliases
|
|
1952
|
+
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1939
1953
|
// Palette aliases
|
|
1940
1954
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1941
|
-
// PanelBottomClose aliases
|
|
1942
|
-
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1943
1955
|
// Panda aliases
|
|
1944
1956
|
export { default as PandaIcon } from '../icons/panda';
|
|
1957
|
+
// PanelBottomClose aliases
|
|
1958
|
+
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1945
1959
|
// PanelBottomOpen aliases
|
|
1946
1960
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1947
1961
|
// PanelBottom aliases
|
|
@@ -1950,26 +1964,26 @@ export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
|
1950
1964
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1951
1965
|
// PanelRightClose aliases
|
|
1952
1966
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1953
|
-
// PanelRight aliases
|
|
1954
|
-
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1955
1967
|
// PanelRightOpen aliases
|
|
1956
1968
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1969
|
+
// PanelRight aliases
|
|
1970
|
+
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1957
1971
|
// PanelTopBottomDashed aliases
|
|
1958
1972
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1959
1973
|
// PanelTopClose aliases
|
|
1960
1974
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1961
1975
|
// PanelTopOpen aliases
|
|
1962
1976
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1963
|
-
// PanelsLeftBottom aliases
|
|
1964
|
-
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1965
1977
|
// PanelTop aliases
|
|
1966
1978
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1979
|
+
// PanelsLeftBottom aliases
|
|
1980
|
+
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1981
|
+
// Paperclip aliases
|
|
1982
|
+
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1967
1983
|
// PanelsRightBottom aliases
|
|
1968
1984
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1969
1985
|
// Parasol aliases
|
|
1970
1986
|
export { default as ParasolIcon } from '../icons/parasol';
|
|
1971
|
-
// Paperclip aliases
|
|
1972
|
-
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1973
1987
|
// Parentheses aliases
|
|
1974
1988
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1975
1989
|
// ParkingMeter aliases
|
|
@@ -1986,32 +2000,34 @@ export { default as PcCaseIcon } from '../icons/pc-case';
|
|
|
1986
2000
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1987
2001
|
// PenTool aliases
|
|
1988
2002
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1989
|
-
// PencilOff aliases
|
|
1990
|
-
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1991
2003
|
// PencilLine aliases
|
|
1992
2004
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1993
|
-
//
|
|
1994
|
-
export { default as
|
|
2005
|
+
// PencilOff aliases
|
|
2006
|
+
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1995
2007
|
// PencilSparkles aliases
|
|
1996
2008
|
export { default as PencilSparklesIcon } from '../icons/pencil-sparkles';
|
|
2009
|
+
// PencilRuler aliases
|
|
2010
|
+
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
2011
|
+
// Pentagon aliases
|
|
2012
|
+
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1997
2013
|
// Pencil aliases
|
|
1998
2014
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1999
2015
|
// Percent aliases
|
|
2000
2016
|
export { default as PercentIcon } from '../icons/percent';
|
|
2001
|
-
// Pentagon aliases
|
|
2002
|
-
export { default as PentagonIcon } from '../icons/pentagon';
|
|
2003
|
-
// PhilippinePeso aliases
|
|
2004
|
-
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2005
2017
|
// PersonStanding aliases
|
|
2006
2018
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
2019
|
+
// Phi aliases
|
|
2020
|
+
export { default as PhiIcon } from '../icons/phi';
|
|
2007
2021
|
// PhoneCall aliases
|
|
2008
2022
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
2009
2023
|
// PhoneIncoming aliases
|
|
2010
2024
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
2011
|
-
//
|
|
2012
|
-
export { default as
|
|
2025
|
+
// PhilippinePeso aliases
|
|
2026
|
+
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2013
2027
|
// PhoneForwarded aliases
|
|
2014
2028
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2029
|
+
// PhoneMissed aliases
|
|
2030
|
+
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
2015
2031
|
// PhoneOff aliases
|
|
2016
2032
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
2017
2033
|
// PhoneOutgoing aliases
|
|
@@ -2020,12 +2036,12 @@ export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
|
2020
2036
|
export { default as PhoneIcon } from '../icons/phone';
|
|
2021
2037
|
// Pi aliases
|
|
2022
2038
|
export { default as PiIcon } from '../icons/pi';
|
|
2039
|
+
// Piano aliases
|
|
2040
|
+
export { default as PianoIcon } from '../icons/piano';
|
|
2023
2041
|
// Pickaxe aliases
|
|
2024
2042
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2025
2043
|
// PictureInPicture2 aliases
|
|
2026
2044
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2027
|
-
// Piano aliases
|
|
2028
|
-
export { default as PianoIcon } from '../icons/piano';
|
|
2029
2045
|
// PictureInPicture aliases
|
|
2030
2046
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2031
2047
|
// PiggyBank aliases
|
|
@@ -2042,10 +2058,10 @@ export { default as PillIcon } from '../icons/pill';
|
|
|
2042
2058
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2043
2059
|
// PinOff aliases
|
|
2044
2060
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2045
|
-
// Pin aliases
|
|
2046
|
-
export { default as PinIcon } from '../icons/pin';
|
|
2047
2061
|
// Pipette aliases
|
|
2048
2062
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2063
|
+
// Pin aliases
|
|
2064
|
+
export { default as PinIcon } from '../icons/pin';
|
|
2049
2065
|
// Pizza aliases
|
|
2050
2066
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2051
2067
|
// PlaneLanding aliases
|
|
@@ -2060,10 +2076,10 @@ export { default as PlayOffIcon } from '../icons/play-off';
|
|
|
2060
2076
|
export { default as PlayIcon } from '../icons/play';
|
|
2061
2077
|
// Plug2 aliases
|
|
2062
2078
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2063
|
-
// Plug aliases
|
|
2064
|
-
export { default as PlugIcon } from '../icons/plug';
|
|
2065
2079
|
// Plus aliases
|
|
2066
2080
|
export { default as PlusIcon } from '../icons/plus';
|
|
2081
|
+
// Plug aliases
|
|
2082
|
+
export { default as PlugIcon } from '../icons/plug';
|
|
2067
2083
|
// PocketKnife aliases
|
|
2068
2084
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2069
2085
|
// Podcast aliases
|
|
@@ -2078,36 +2094,36 @@ export { default as PointerIcon } from '../icons/pointer';
|
|
|
2078
2094
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2079
2095
|
// Popsicle aliases
|
|
2080
2096
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2081
|
-
// PoundSterling aliases
|
|
2082
|
-
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2083
2097
|
// PowerOff aliases
|
|
2084
2098
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2085
2099
|
// Power aliases
|
|
2086
2100
|
export { default as PowerIcon } from '../icons/power';
|
|
2101
|
+
// PoundSterling aliases
|
|
2102
|
+
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2087
2103
|
// Presentation aliases
|
|
2088
2104
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2089
|
-
// PrinterX aliases
|
|
2090
|
-
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2091
2105
|
// PrinterCheck aliases
|
|
2092
2106
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2107
|
+
// PrinterX aliases
|
|
2108
|
+
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2093
2109
|
// Printer aliases
|
|
2094
2110
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2095
|
-
// Projector aliases
|
|
2096
|
-
export { default as ProjectorIcon } from '../icons/projector';
|
|
2097
2111
|
// Proportions aliases
|
|
2098
2112
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2113
|
+
// Projector aliases
|
|
2114
|
+
export { default as ProjectorIcon } from '../icons/projector';
|
|
2099
2115
|
// Puzzle aliases
|
|
2100
2116
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2101
|
-
// Quote aliases
|
|
2102
|
-
export { default as QuoteIcon } from '../icons/quote';
|
|
2103
2117
|
// Pyramid aliases
|
|
2104
2118
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2105
2119
|
// QrCode aliases
|
|
2106
2120
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2107
|
-
//
|
|
2108
|
-
export { default as
|
|
2121
|
+
// Quote aliases
|
|
2122
|
+
export { default as QuoteIcon } from '../icons/quote';
|
|
2109
2123
|
// Rabbit aliases
|
|
2110
2124
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2125
|
+
// Radar aliases
|
|
2126
|
+
export { default as RadarIcon } from '../icons/radar';
|
|
2111
2127
|
// Radiation aliases
|
|
2112
2128
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2113
2129
|
// Radical aliases
|
|
@@ -2116,38 +2132,38 @@ export { default as RadicalIcon } from '../icons/radical';
|
|
|
2116
2132
|
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2117
2133
|
// RadioReceiver aliases
|
|
2118
2134
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2119
|
-
// RadioTower aliases
|
|
2120
|
-
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2121
2135
|
// Radio aliases
|
|
2122
2136
|
export { default as RadioIcon } from '../icons/radio';
|
|
2137
|
+
// RadioTower aliases
|
|
2138
|
+
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2123
2139
|
// Radius aliases
|
|
2124
2140
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2125
2141
|
// Rainbow aliases
|
|
2126
2142
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2127
|
-
// Ratio aliases
|
|
2128
|
-
export { default as RatioIcon } from '../icons/ratio';
|
|
2129
2143
|
// Rat aliases
|
|
2130
2144
|
export { default as RatIcon } from '../icons/rat';
|
|
2145
|
+
// Ratio aliases
|
|
2146
|
+
export { default as RatioIcon } from '../icons/ratio';
|
|
2131
2147
|
// ReceiptCent aliases
|
|
2132
2148
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2133
2149
|
// ReceiptEuro aliases
|
|
2134
2150
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2135
2151
|
// ReceiptIndianRupee aliases
|
|
2136
2152
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2137
|
-
// ReceiptPoundSterling aliases
|
|
2138
|
-
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2139
2153
|
// ReceiptJapaneseYen aliases
|
|
2140
2154
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2155
|
+
// ReceiptPoundSterling aliases
|
|
2156
|
+
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2141
2157
|
// ReceiptRussianRuble aliases
|
|
2142
2158
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2143
2159
|
// ReceiptSwissFranc aliases
|
|
2144
2160
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2145
2161
|
// ReceiptText aliases
|
|
2146
2162
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2147
|
-
// Receipt aliases
|
|
2148
|
-
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2149
2163
|
// ReceiptTurkishLira aliases
|
|
2150
2164
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2165
|
+
// Receipt aliases
|
|
2166
|
+
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2151
2167
|
// RectangleCircle aliases
|
|
2152
2168
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2153
2169
|
// RectangleGoggles aliases
|
|
@@ -2160,10 +2176,10 @@ export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
|
2160
2176
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2161
2177
|
// Redo2 aliases
|
|
2162
2178
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2163
|
-
// Redo aliases
|
|
2164
|
-
export { default as RedoIcon } from '../icons/redo';
|
|
2165
2179
|
// RedoDot aliases
|
|
2166
2180
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2181
|
+
// Redo aliases
|
|
2182
|
+
export { default as RedoIcon } from '../icons/redo';
|
|
2167
2183
|
// RefreshCcwDot aliases
|
|
2168
2184
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2169
2185
|
// RefreshCcw aliases
|
|
@@ -2172,12 +2188,12 @@ export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
|
2172
2188
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2173
2189
|
// RefreshCw aliases
|
|
2174
2190
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2175
|
-
// Refrigerator aliases
|
|
2176
|
-
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2177
2191
|
// Regex aliases
|
|
2178
2192
|
export { default as RegexIcon } from '../icons/regex';
|
|
2179
2193
|
// RemoveFormatting aliases
|
|
2180
2194
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2195
|
+
// Refrigerator aliases
|
|
2196
|
+
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2181
2197
|
// Repeat1 aliases
|
|
2182
2198
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2183
2199
|
// Repeat2 aliases
|
|
@@ -2192,26 +2208,26 @@ export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
|
2192
2208
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2193
2209
|
// ReplyAll aliases
|
|
2194
2210
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2195
|
-
// Rewind aliases
|
|
2196
|
-
export { default as RewindIcon } from '../icons/rewind';
|
|
2197
2211
|
// Reply aliases
|
|
2198
2212
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2213
|
+
// Rewind aliases
|
|
2214
|
+
export { default as RewindIcon } from '../icons/rewind';
|
|
2199
2215
|
// Ribbon aliases
|
|
2200
2216
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2201
2217
|
// Road aliases
|
|
2202
2218
|
export { default as RoadIcon } from '../icons/road';
|
|
2203
|
-
//
|
|
2204
|
-
export { default as
|
|
2219
|
+
// Rocket aliases
|
|
2220
|
+
export { default as RocketIcon } from '../icons/rocket';
|
|
2205
2221
|
// RollerCoaster aliases
|
|
2206
2222
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2223
|
+
// RockingChair aliases
|
|
2224
|
+
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2225
|
+
// RotateCcwKey aliases
|
|
2226
|
+
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2207
2227
|
// Rose aliases
|
|
2208
2228
|
export { default as RoseIcon } from '../icons/rose';
|
|
2209
|
-
// Rocket aliases
|
|
2210
|
-
export { default as RocketIcon } from '../icons/rocket';
|
|
2211
2229
|
// RotateCcwSquare aliases
|
|
2212
2230
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2213
|
-
// RotateCcwKey aliases
|
|
2214
|
-
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2215
2231
|
// RotateCcw aliases
|
|
2216
2232
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2217
2233
|
// RotateCwSquare aliases
|
|
@@ -2220,10 +2236,10 @@ export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
|
2220
2236
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2221
2237
|
// Route aliases
|
|
2222
2238
|
export { default as RouteIcon } from '../icons/route';
|
|
2223
|
-
// RouteOff aliases
|
|
2224
|
-
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2225
2239
|
// Router aliases
|
|
2226
2240
|
export { default as RouterIcon } from '../icons/router';
|
|
2241
|
+
// RouteOff aliases
|
|
2242
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2227
2243
|
// Rows4 aliases
|
|
2228
2244
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2229
2245
|
// Rss aliases
|
|
@@ -2256,10 +2272,10 @@ export { default as SaveOffIcon } from '../icons/save-off';
|
|
|
2256
2272
|
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2257
2273
|
// SavePlus aliases
|
|
2258
2274
|
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2259
|
-
// Save aliases
|
|
2260
|
-
export { default as SaveIcon } from '../icons/save';
|
|
2261
2275
|
// Scale aliases
|
|
2262
2276
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2277
|
+
// Save aliases
|
|
2278
|
+
export { default as SaveIcon } from '../icons/save';
|
|
2263
2279
|
// Scaling aliases
|
|
2264
2280
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2265
2281
|
// ScanBarcode aliases
|
|
@@ -2268,16 +2284,16 @@ export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
|
2268
2284
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2269
2285
|
// ScanFace aliases
|
|
2270
2286
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2271
|
-
// ScanHeart aliases
|
|
2272
|
-
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2273
2287
|
// ScanLine aliases
|
|
2274
2288
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2289
|
+
// ScanHeart aliases
|
|
2290
|
+
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2275
2291
|
// ScanQrCode aliases
|
|
2276
2292
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2277
|
-
// ScanText aliases
|
|
2278
|
-
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2279
2293
|
// ScanSearch aliases
|
|
2280
2294
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2295
|
+
// ScanText aliases
|
|
2296
|
+
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2281
2297
|
// Scan aliases
|
|
2282
2298
|
export { default as ScanIcon } from '../icons/scan';
|
|
2283
2299
|
// School aliases
|
|
@@ -2310,12 +2326,12 @@ export { default as SearchXIcon } from '../icons/search-x';
|
|
|
2310
2326
|
export { default as SearchIcon } from '../icons/search';
|
|
2311
2327
|
// Section aliases
|
|
2312
2328
|
export { default as SectionIcon } from '../icons/section';
|
|
2329
|
+
// Send aliases
|
|
2330
|
+
export { default as SendIcon } from '../icons/send';
|
|
2313
2331
|
// SendToBack aliases
|
|
2314
2332
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2315
2333
|
// SeparatorHorizontal aliases
|
|
2316
2334
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2317
|
-
// Send aliases
|
|
2318
|
-
export { default as SendIcon } from '../icons/send';
|
|
2319
2335
|
// SeparatorVertical aliases
|
|
2320
2336
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2321
2337
|
// ServerCog aliases
|
|
@@ -2336,18 +2352,18 @@ export { default as ShapesIcon } from '../icons/shapes';
|
|
|
2336
2352
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2337
2353
|
// Share aliases
|
|
2338
2354
|
export { default as ShareIcon } from '../icons/share';
|
|
2339
|
-
// Sheet aliases
|
|
2340
|
-
export { default as SheetIcon } from '../icons/sheet';
|
|
2341
2355
|
// Shell aliases
|
|
2342
2356
|
export { default as ShellIcon } from '../icons/shell';
|
|
2357
|
+
// Sheet aliases
|
|
2358
|
+
export { default as SheetIcon } from '../icons/sheet';
|
|
2343
2359
|
// ShelvingUnit aliases
|
|
2344
2360
|
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2345
2361
|
// ShieldAlert aliases
|
|
2346
2362
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2347
|
-
// ShieldCheck aliases
|
|
2348
|
-
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2349
2363
|
// ShieldBan aliases
|
|
2350
2364
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2365
|
+
// ShieldCheck aliases
|
|
2366
|
+
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2351
2367
|
// ShieldCogCorner aliases
|
|
2352
2368
|
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2353
2369
|
// ShieldCog aliases
|
|
@@ -2374,10 +2390,10 @@ export { default as ShipIcon } from '../icons/ship';
|
|
|
2374
2390
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2375
2391
|
// ShoppingBag aliases
|
|
2376
2392
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2377
|
-
// ShoppingCart aliases
|
|
2378
|
-
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2379
2393
|
// ShoppingBasket aliases
|
|
2380
2394
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2395
|
+
// ShoppingCart aliases
|
|
2396
|
+
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2381
2397
|
// Shovel aliases
|
|
2382
2398
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2383
2399
|
// ShowerHead aliases
|
|
@@ -2398,22 +2414,22 @@ export { default as SigmaIcon } from '../icons/sigma';
|
|
|
2398
2414
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2399
2415
|
// SignalLow aliases
|
|
2400
2416
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2401
|
-
// SignalZero aliases
|
|
2402
|
-
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2403
2417
|
// SignalMedium aliases
|
|
2404
2418
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2405
|
-
//
|
|
2406
|
-
export { default as
|
|
2419
|
+
// SignalZero aliases
|
|
2420
|
+
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2407
2421
|
// Signature aliases
|
|
2408
2422
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2409
2423
|
// SignpostBig aliases
|
|
2410
2424
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2411
|
-
//
|
|
2412
|
-
export { default as
|
|
2425
|
+
// Signal aliases
|
|
2426
|
+
export { default as SignalIcon } from '../icons/signal';
|
|
2413
2427
|
// Siren aliases
|
|
2414
2428
|
export { default as SirenIcon } from '../icons/siren';
|
|
2415
2429
|
// SkipBack aliases
|
|
2416
2430
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2431
|
+
// Signpost aliases
|
|
2432
|
+
export { default as SignpostIcon } from '../icons/signpost';
|
|
2417
2433
|
// SkipForward aliases
|
|
2418
2434
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2419
2435
|
// Skull aliases
|
|
@@ -2424,18 +2440,18 @@ export { default as SlashIcon } from '../icons/slash';
|
|
|
2424
2440
|
export { default as SliceIcon } from '../icons/slice';
|
|
2425
2441
|
// SlidersHorizontal aliases
|
|
2426
2442
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2443
|
+
// SmartphoneCharging aliases
|
|
2444
|
+
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2427
2445
|
// SmartphoneNfc aliases
|
|
2428
2446
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2429
2447
|
// Smartphone aliases
|
|
2430
2448
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2431
|
-
// SmartphoneCharging aliases
|
|
2432
|
-
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2433
2449
|
// SmilePlus aliases
|
|
2434
2450
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2435
|
-
// Smile aliases
|
|
2436
|
-
export { default as SmileIcon } from '../icons/smile';
|
|
2437
2451
|
// Snail aliases
|
|
2438
2452
|
export { default as SnailIcon } from '../icons/snail';
|
|
2453
|
+
// Smile aliases
|
|
2454
|
+
export { default as SmileIcon } from '../icons/smile';
|
|
2439
2455
|
// Snowflake aliases
|
|
2440
2456
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2441
2457
|
// SoapDispenserDroplet aliases
|
|
@@ -2446,30 +2462,30 @@ export { default as SofaIcon } from '../icons/sofa';
|
|
|
2446
2462
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2447
2463
|
// Soup aliases
|
|
2448
2464
|
export { default as SoupIcon } from '../icons/soup';
|
|
2449
|
-
// Spade aliases
|
|
2450
|
-
export { default as SpadeIcon } from '../icons/spade';
|
|
2451
2465
|
// Space aliases
|
|
2452
2466
|
export { default as SpaceIcon } from '../icons/space';
|
|
2453
|
-
//
|
|
2454
|
-
export { default as
|
|
2467
|
+
// Spade aliases
|
|
2468
|
+
export { default as SpadeIcon } from '../icons/spade';
|
|
2455
2469
|
// Speaker aliases
|
|
2456
2470
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2471
|
+
// Sparkle aliases
|
|
2472
|
+
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2457
2473
|
// Speech aliases
|
|
2458
2474
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2459
2475
|
// SpellCheck2 aliases
|
|
2460
2476
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2461
2477
|
// SpellCheck aliases
|
|
2462
2478
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2463
|
-
// Spline aliases
|
|
2464
|
-
export { default as SplineIcon } from '../icons/spline';
|
|
2465
2479
|
// SplinePointer aliases
|
|
2466
2480
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2467
|
-
//
|
|
2468
|
-
export { default as
|
|
2481
|
+
// Spline aliases
|
|
2482
|
+
export { default as SplineIcon } from '../icons/spline';
|
|
2469
2483
|
// Split aliases
|
|
2470
2484
|
export { default as SplitIcon } from '../icons/split';
|
|
2471
2485
|
// SportShoe aliases
|
|
2472
2486
|
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2487
|
+
// Spool aliases
|
|
2488
|
+
export { default as SpoolIcon } from '../icons/spool';
|
|
2473
2489
|
// Spotlight aliases
|
|
2474
2490
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2475
2491
|
// SprayCan aliases
|
|
@@ -2480,40 +2496,40 @@ export { default as SproutIcon } from '../icons/sprout';
|
|
|
2480
2496
|
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2481
2497
|
// SquareArrowRightExit aliases
|
|
2482
2498
|
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2483
|
-
// SquareDashedBottom aliases
|
|
2484
|
-
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2485
2499
|
// SquareDashedBottomCode aliases
|
|
2486
2500
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2501
|
+
// SquareDashedBottom aliases
|
|
2502
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2487
2503
|
// SquareDashedTopSolid aliases
|
|
2488
2504
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2489
2505
|
// SquarePause aliases
|
|
2490
2506
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2491
|
-
// SquareRadical aliases
|
|
2492
|
-
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2493
2507
|
// SquareRoundCorner aliases
|
|
2494
2508
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2495
2509
|
// SquareSquare aliases
|
|
2496
2510
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2497
|
-
//
|
|
2498
|
-
export { default as
|
|
2511
|
+
// SquareRadical aliases
|
|
2512
|
+
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2499
2513
|
// SquareStar aliases
|
|
2500
2514
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2515
|
+
// SquareStack aliases
|
|
2516
|
+
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2501
2517
|
// SquareStop aliases
|
|
2502
2518
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2503
2519
|
// Square aliases
|
|
2504
2520
|
export { default as SquareIcon } from '../icons/square';
|
|
2505
2521
|
// SquaresExclude aliases
|
|
2506
2522
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2507
|
-
// SquaresIntersect aliases
|
|
2508
|
-
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2509
2523
|
// SquaresSubtract aliases
|
|
2510
2524
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2525
|
+
// SquaresIntersect aliases
|
|
2526
|
+
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2511
2527
|
// SquaresUnite aliases
|
|
2512
2528
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2513
|
-
// SquircleDashed aliases
|
|
2514
|
-
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2515
2529
|
// Squircle aliases
|
|
2516
2530
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2531
|
+
// SquircleDashed aliases
|
|
2532
|
+
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2517
2533
|
// Squirrel aliases
|
|
2518
2534
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2519
2535
|
// Stamp aliases
|
|
@@ -2532,26 +2548,26 @@ export { default as StarPlusIcon } from '../icons/star-plus';
|
|
|
2532
2548
|
export { default as StarXIcon } from '../icons/star-x';
|
|
2533
2549
|
// Star aliases
|
|
2534
2550
|
export { default as StarIcon } from '../icons/star';
|
|
2535
|
-
// StepBack aliases
|
|
2536
|
-
export { default as StepBackIcon } from '../icons/step-back';
|
|
2537
2551
|
// StepForward aliases
|
|
2538
2552
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2553
|
+
// StepBack aliases
|
|
2554
|
+
export { default as StepBackIcon } from '../icons/step-back';
|
|
2539
2555
|
// Stethoscope aliases
|
|
2540
2556
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2541
|
-
// StickyNoteCheck aliases
|
|
2542
|
-
export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
2543
|
-
// StickyNoteMinus aliases
|
|
2544
|
-
export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
2545
2557
|
// Sticker aliases
|
|
2546
2558
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2559
|
+
// StickyNoteMinus aliases
|
|
2560
|
+
export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
2547
2561
|
// StickyNoteOff aliases
|
|
2548
2562
|
export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
2563
|
+
// StickyNoteCheck aliases
|
|
2564
|
+
export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
2549
2565
|
// StickyNotePlus aliases
|
|
2550
2566
|
export { default as StickyNotePlusIcon } from '../icons/sticky-note-plus';
|
|
2551
|
-
// StickyNoteX aliases
|
|
2552
|
-
export { default as StickyNoteXIcon } from '../icons/sticky-note-x';
|
|
2553
2567
|
// StickyNote aliases
|
|
2554
2568
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2569
|
+
// StickyNoteX aliases
|
|
2570
|
+
export { default as StickyNoteXIcon } from '../icons/sticky-note-x';
|
|
2555
2571
|
// StickyNotes aliases
|
|
2556
2572
|
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2557
2573
|
// Stone aliases
|
|
@@ -2566,26 +2582,26 @@ export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
|
2566
2582
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2567
2583
|
// Subscript aliases
|
|
2568
2584
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2569
|
-
// SunDim aliases
|
|
2570
|
-
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2571
2585
|
// Summary aliases
|
|
2572
2586
|
export { default as SummaryIcon } from '../icons/summary';
|
|
2587
|
+
// SunDim aliases
|
|
2588
|
+
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2573
2589
|
// SunMedium aliases
|
|
2574
2590
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2575
2591
|
// SunMoon aliases
|
|
2576
2592
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2577
2593
|
// SunSnow aliases
|
|
2578
2594
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2579
|
-
// Sun aliases
|
|
2580
|
-
export { default as SunIcon } from '../icons/sun';
|
|
2581
2595
|
// Sunrise aliases
|
|
2582
2596
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2597
|
+
// Sun aliases
|
|
2598
|
+
export { default as SunIcon } from '../icons/sun';
|
|
2583
2599
|
// Sunset aliases
|
|
2584
2600
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2585
|
-
// Superscript aliases
|
|
2586
|
-
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2587
2601
|
// SwatchBook aliases
|
|
2588
2602
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2603
|
+
// Superscript aliases
|
|
2604
|
+
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2589
2605
|
// SwissFranc aliases
|
|
2590
2606
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2591
2607
|
// SwitchCamera aliases
|
|
@@ -2606,22 +2622,22 @@ export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
|
2606
2622
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2607
2623
|
// TableOfContents aliases
|
|
2608
2624
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2609
|
-
// TableProperties aliases
|
|
2610
|
-
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2611
2625
|
// TableRowsSplit aliases
|
|
2612
2626
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2627
|
+
// TableProperties aliases
|
|
2628
|
+
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2613
2629
|
// Table aliases
|
|
2614
2630
|
export { default as TableIcon } from '../icons/table';
|
|
2615
2631
|
// TabletSmartphone aliases
|
|
2616
2632
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2617
2633
|
// Tablet aliases
|
|
2618
2634
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2635
|
+
// Tablets aliases
|
|
2636
|
+
export { default as TabletsIcon } from '../icons/tablets';
|
|
2619
2637
|
// TagPlus aliases
|
|
2620
2638
|
export { default as TagPlusIcon } from '../icons/tag-plus';
|
|
2621
2639
|
// TagX aliases
|
|
2622
2640
|
export { default as TagXIcon } from '../icons/tag-x';
|
|
2623
|
-
// Tablets aliases
|
|
2624
|
-
export { default as TabletsIcon } from '../icons/tablets';
|
|
2625
2641
|
// Tag aliases
|
|
2626
2642
|
export { default as TagIcon } from '../icons/tag';
|
|
2627
2643
|
// Tags aliases
|
|
@@ -2632,10 +2648,10 @@ export { default as Tally1Icon } from '../icons/tally-1';
|
|
|
2632
2648
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2633
2649
|
// Tally3 aliases
|
|
2634
2650
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2635
|
-
// Tally5 aliases
|
|
2636
|
-
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2637
2651
|
// Tally4 aliases
|
|
2638
2652
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2653
|
+
// Tally5 aliases
|
|
2654
|
+
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2639
2655
|
// Tangent aliases
|
|
2640
2656
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2641
2657
|
// Target aliases
|
|
@@ -2676,10 +2692,10 @@ export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
|
2676
2692
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2677
2693
|
// TicketMinus aliases
|
|
2678
2694
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2679
|
-
// TicketPlus aliases
|
|
2680
|
-
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2681
2695
|
// TicketPercent aliases
|
|
2682
2696
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2697
|
+
// TicketPlus aliases
|
|
2698
|
+
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2683
2699
|
// TicketSlash aliases
|
|
2684
2700
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2685
2701
|
// TicketX aliases
|
|
@@ -2706,18 +2722,18 @@ export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
|
2706
2722
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2707
2723
|
// ToolCase aliases
|
|
2708
2724
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2709
|
-
// Toolbox aliases
|
|
2710
|
-
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2711
2725
|
// Tornado aliases
|
|
2712
2726
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2713
2727
|
// Torus aliases
|
|
2714
2728
|
export { default as TorusIcon } from '../icons/torus';
|
|
2715
|
-
//
|
|
2716
|
-
export { default as
|
|
2729
|
+
// Toolbox aliases
|
|
2730
|
+
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2717
2731
|
// TouchpadOff aliases
|
|
2718
2732
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2719
2733
|
// TowelRack aliases
|
|
2720
2734
|
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2735
|
+
// Touchpad aliases
|
|
2736
|
+
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2721
2737
|
// TowerControl aliases
|
|
2722
2738
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2723
2739
|
// ToyBrick aliases
|
|
@@ -2734,20 +2750,20 @@ export { default as TrainFrontIcon } from '../icons/train-front';
|
|
|
2734
2750
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2735
2751
|
// Transgender aliases
|
|
2736
2752
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2737
|
-
// Trash2 aliases
|
|
2738
|
-
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2739
2753
|
// Trash aliases
|
|
2740
2754
|
export { default as TrashIcon } from '../icons/trash';
|
|
2755
|
+
// Trash2 aliases
|
|
2756
|
+
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2741
2757
|
// TreeDeciduous aliases
|
|
2742
2758
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2743
2759
|
// TreePine aliases
|
|
2744
2760
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2745
2761
|
// TrendingDown aliases
|
|
2746
2762
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2747
|
-
// Trees aliases
|
|
2748
|
-
export { default as TreesIcon } from '../icons/trees';
|
|
2749
2763
|
// TrendingUpDown aliases
|
|
2750
2764
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2765
|
+
// Trees aliases
|
|
2766
|
+
export { default as TreesIcon } from '../icons/trees';
|
|
2751
2767
|
// TrendingUp aliases
|
|
2752
2768
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2753
2769
|
// TriangleDashed aliases
|
|
@@ -2762,24 +2778,24 @@ export { default as TrophyIcon } from '../icons/trophy';
|
|
|
2762
2778
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2763
2779
|
// Truck aliases
|
|
2764
2780
|
export { default as TruckIcon } from '../icons/truck';
|
|
2765
|
-
// TurkishLira aliases
|
|
2766
|
-
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2767
2781
|
// Turntable aliases
|
|
2768
2782
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2783
|
+
// TurkishLira aliases
|
|
2784
|
+
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2769
2785
|
// Turtle aliases
|
|
2770
2786
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2771
|
-
// TvMinimalPlay aliases
|
|
2772
|
-
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2773
2787
|
// Tv aliases
|
|
2774
2788
|
export { default as TvIcon } from '../icons/tv';
|
|
2789
|
+
// TvMinimalPlay aliases
|
|
2790
|
+
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2775
2791
|
// TypeOutline aliases
|
|
2776
2792
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2777
2793
|
// Type aliases
|
|
2778
2794
|
export { default as TypeIcon } from '../icons/type';
|
|
2779
|
-
// Umbrella aliases
|
|
2780
|
-
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2781
2795
|
// UmbrellaOff aliases
|
|
2782
2796
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2797
|
+
// Umbrella aliases
|
|
2798
|
+
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2783
2799
|
// Underline aliases
|
|
2784
2800
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2785
2801
|
// Undo2 aliases
|
|
@@ -2788,30 +2804,30 @@ export { default as Undo2Icon } from '../icons/undo-2';
|
|
|
2788
2804
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2789
2805
|
// Undo aliases
|
|
2790
2806
|
export { default as UndoIcon } from '../icons/undo';
|
|
2791
|
-
// UnfoldVertical aliases
|
|
2792
|
-
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2793
2807
|
// UnfoldHorizontal aliases
|
|
2794
2808
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2809
|
+
// UnfoldVertical aliases
|
|
2810
|
+
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2795
2811
|
// Ungroup aliases
|
|
2796
2812
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2797
2813
|
// Unlink2 aliases
|
|
2798
2814
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2799
2815
|
// Unlink aliases
|
|
2800
2816
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2817
|
+
// Upload aliases
|
|
2818
|
+
export { default as UploadIcon } from '../icons/upload';
|
|
2801
2819
|
// Unplug aliases
|
|
2802
2820
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2803
2821
|
// Usb aliases
|
|
2804
2822
|
export { default as UsbIcon } from '../icons/usb';
|
|
2805
|
-
// Upload aliases
|
|
2806
|
-
export { default as UploadIcon } from '../icons/upload';
|
|
2807
2823
|
// UserCheck aliases
|
|
2808
2824
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2825
|
+
// UserKey aliases
|
|
2826
|
+
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2809
2827
|
// UserCog aliases
|
|
2810
2828
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2811
2829
|
// UserLock aliases
|
|
2812
2830
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2813
|
-
// UserKey aliases
|
|
2814
|
-
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2815
2831
|
// UserMinus aliases
|
|
2816
2832
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2817
2833
|
// UserPen aliases
|
|
@@ -2830,10 +2846,10 @@ export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
|
2830
2846
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2831
2847
|
// UserStar aliases
|
|
2832
2848
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2833
|
-
// UserX aliases
|
|
2834
|
-
export { default as UserXIcon } from '../icons/user-x';
|
|
2835
2849
|
// User aliases
|
|
2836
2850
|
export { default as UserIcon } from '../icons/user';
|
|
2851
|
+
// UserX aliases
|
|
2852
|
+
export { default as UserXIcon } from '../icons/user-x';
|
|
2837
2853
|
// Users aliases
|
|
2838
2854
|
export { default as UsersIcon } from '../icons/users';
|
|
2839
2855
|
// UtilityPole aliases
|
|
@@ -2864,36 +2880,36 @@ export { default as VideoOffIcon } from '../icons/video-off';
|
|
|
2864
2880
|
export { default as VideoIcon } from '../icons/video';
|
|
2865
2881
|
// Videotape aliases
|
|
2866
2882
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2867
|
-
// View aliases
|
|
2868
|
-
export { default as ViewIcon } from '../icons/view';
|
|
2869
2883
|
// Voicemail aliases
|
|
2870
2884
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2871
2885
|
// Volleyball aliases
|
|
2872
2886
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2887
|
+
// View aliases
|
|
2888
|
+
export { default as ViewIcon } from '../icons/view';
|
|
2873
2889
|
// Volume1 aliases
|
|
2874
2890
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2875
|
-
// Volume2 aliases
|
|
2876
|
-
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2877
2891
|
// VolumeOff aliases
|
|
2878
2892
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2879
|
-
//
|
|
2880
|
-
export { default as
|
|
2893
|
+
// Volume2 aliases
|
|
2894
|
+
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2881
2895
|
// VolumeX aliases
|
|
2882
2896
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2897
|
+
// Volume aliases
|
|
2898
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2883
2899
|
// Vote aliases
|
|
2884
2900
|
export { default as VoteIcon } from '../icons/vote';
|
|
2885
2901
|
// WalletCards aliases
|
|
2886
2902
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2887
|
-
// Wallpaper aliases
|
|
2888
|
-
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2889
2903
|
// Wallet aliases
|
|
2890
2904
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2905
|
+
// Wallpaper aliases
|
|
2906
|
+
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2891
2907
|
// Wand aliases
|
|
2892
2908
|
export { default as WandIcon } from '../icons/wand';
|
|
2893
|
-
// Warehouse aliases
|
|
2894
|
-
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2895
2909
|
// WashingMachine aliases
|
|
2896
2910
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2911
|
+
// Warehouse aliases
|
|
2912
|
+
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2897
2913
|
// Watch aliases
|
|
2898
2914
|
export { default as WatchIcon } from '../icons/watch';
|
|
2899
2915
|
// WavesArrowDown aliases
|
|
@@ -2922,22 +2938,22 @@ export { default as WeightIcon } from '../icons/weight';
|
|
|
2922
2938
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2923
2939
|
// Wheat aliases
|
|
2924
2940
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2941
|
+
// WifiHigh aliases
|
|
2942
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2925
2943
|
// WholeWord aliases
|
|
2926
2944
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2927
2945
|
// WifiCog aliases
|
|
2928
2946
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2929
|
-
// WifiHigh aliases
|
|
2930
|
-
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2931
2947
|
// WifiLow aliases
|
|
2932
2948
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2933
2949
|
// WifiPen aliases
|
|
2934
2950
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2935
2951
|
// WifiOff aliases
|
|
2936
2952
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2937
|
-
// WifiSync aliases
|
|
2938
|
-
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2939
2953
|
// WifiZero aliases
|
|
2940
2954
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2955
|
+
// WifiSync aliases
|
|
2956
|
+
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2941
2957
|
// Wifi aliases
|
|
2942
2958
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2943
2959
|
// WindArrowDown aliases
|
|
@@ -2954,10 +2970,10 @@ export { default as WorkflowIcon } from '../icons/workflow';
|
|
|
2954
2970
|
export { default as WormIcon } from '../icons/worm';
|
|
2955
2971
|
// WrenchOff aliases
|
|
2956
2972
|
export { default as WrenchOffIcon } from '../icons/wrench-off';
|
|
2957
|
-
// XLineTop aliases
|
|
2958
|
-
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
2959
2973
|
// Wrench aliases
|
|
2960
2974
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2975
|
+
// XLineTop aliases
|
|
2976
|
+
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
2961
2977
|
// X aliases
|
|
2962
2978
|
export { default as XIcon } from '../icons/x';
|
|
2963
2979
|
// ZapOff aliases
|
|
@@ -2972,10 +2988,10 @@ export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
|
2972
2988
|
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
2973
2989
|
// ZodiacCapricorn aliases
|
|
2974
2990
|
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
2975
|
-
// ZodiacLeo aliases
|
|
2976
|
-
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
2977
2991
|
// ZodiacGemini aliases
|
|
2978
2992
|
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
2993
|
+
// ZodiacLeo aliases
|
|
2994
|
+
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
2979
2995
|
// ZodiacLibra aliases
|
|
2980
2996
|
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
2981
2997
|
// ZodiacOphiuchus aliases
|
|
@@ -3044,18 +3060,18 @@ export {
|
|
|
3044
3060
|
/** @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 */
|
|
3045
3061
|
default as ArrowUpAzIcon
|
|
3046
3062
|
} from '../icons/arrow-up-a-z';
|
|
3047
|
-
// ArrowUpZA aliases
|
|
3048
|
-
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
3049
|
-
export {
|
|
3050
|
-
/** @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 */
|
|
3051
|
-
default as ArrowUpZaIcon
|
|
3052
|
-
} from '../icons/arrow-up-z-a';
|
|
3053
3063
|
// ArrowUpNarrowWide aliases
|
|
3054
3064
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3055
3065
|
export {
|
|
3056
3066
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
3057
3067
|
default as SortAscIcon
|
|
3058
3068
|
} from '../icons/arrow-up-narrow-wide';
|
|
3069
|
+
// ArrowUpZA aliases
|
|
3070
|
+
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
3071
|
+
export {
|
|
3072
|
+
/** @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 */
|
|
3073
|
+
default as ArrowUpZaIcon
|
|
3074
|
+
} from '../icons/arrow-up-z-a';
|
|
3059
3075
|
// Axis3d aliases
|
|
3060
3076
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
3061
3077
|
export {
|
|
@@ -3086,6 +3102,12 @@ export {
|
|
|
3086
3102
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
3087
3103
|
default as BetweenHorizonalStartIcon
|
|
3088
3104
|
} from '../icons/between-horizontal-start';
|
|
3105
|
+
// BookDashed aliases
|
|
3106
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3107
|
+
export {
|
|
3108
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
3109
|
+
default as BookTemplateIcon
|
|
3110
|
+
} from '../icons/book-dashed';
|
|
3089
3111
|
// Braces aliases
|
|
3090
3112
|
export { default as BracesIcon } from '../icons/braces';
|
|
3091
3113
|
export {
|
|
@@ -3098,12 +3120,6 @@ export {
|
|
|
3098
3120
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
3099
3121
|
default as SubtitlesIcon
|
|
3100
3122
|
} from '../icons/captions';
|
|
3101
|
-
// BookDashed aliases
|
|
3102
|
-
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3103
|
-
export {
|
|
3104
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
3105
|
-
default as BookTemplateIcon
|
|
3106
|
-
} from '../icons/book-dashed';
|
|
3107
3123
|
// ChartArea aliases
|
|
3108
3124
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3109
3125
|
export {
|
|
@@ -3122,6 +3138,12 @@ export {
|
|
|
3122
3138
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
3123
3139
|
default as BarChartHorizontalIcon
|
|
3124
3140
|
} from '../icons/chart-bar';
|
|
3141
|
+
// ChartColumnBig aliases
|
|
3142
|
+
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3143
|
+
export {
|
|
3144
|
+
/** @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 */
|
|
3145
|
+
default as BarChartBigIcon
|
|
3146
|
+
} from '../icons/chart-column-big';
|
|
3125
3147
|
// ChartCandlestick aliases
|
|
3126
3148
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3127
3149
|
export {
|
|
@@ -3134,12 +3156,6 @@ export {
|
|
|
3134
3156
|
/** @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 */
|
|
3135
3157
|
default as BarChart4Icon
|
|
3136
3158
|
} from '../icons/chart-column-increasing';
|
|
3137
|
-
// ChartColumnBig aliases
|
|
3138
|
-
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3139
|
-
export {
|
|
3140
|
-
/** @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 */
|
|
3141
|
-
default as BarChartBigIcon
|
|
3142
|
-
} from '../icons/chart-column-big';
|
|
3143
3159
|
// ChartColumn aliases
|
|
3144
3160
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3145
3161
|
export {
|
|
@@ -3158,6 +3174,12 @@ export {
|
|
|
3158
3174
|
/** @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 */
|
|
3159
3175
|
default as BarChartIcon
|
|
3160
3176
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3177
|
+
// ChartNoAxesGantt aliases
|
|
3178
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3179
|
+
export {
|
|
3180
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
3181
|
+
default as GanttChartIcon
|
|
3182
|
+
} from '../icons/chart-no-axes-gantt';
|
|
3161
3183
|
// ChartNoAxesColumn aliases
|
|
3162
3184
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3163
3185
|
export {
|
|
@@ -3170,12 +3192,12 @@ export {
|
|
|
3170
3192
|
/** @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 */
|
|
3171
3193
|
default as PieChartIcon
|
|
3172
3194
|
} from '../icons/chart-pie';
|
|
3173
|
-
//
|
|
3174
|
-
export { default as
|
|
3195
|
+
// ChartScatter aliases
|
|
3196
|
+
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3175
3197
|
export {
|
|
3176
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3177
|
-
default as
|
|
3178
|
-
} from '../icons/chart-
|
|
3198
|
+
/** @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 */
|
|
3199
|
+
default as ScatterChartIcon
|
|
3200
|
+
} from '../icons/chart-scatter';
|
|
3179
3201
|
// CircleAlert aliases
|
|
3180
3202
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3181
3203
|
export {
|
|
@@ -3188,24 +3210,18 @@ export {
|
|
|
3188
3210
|
/** @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 */
|
|
3189
3211
|
default as ArrowDownCircleIcon
|
|
3190
3212
|
} from '../icons/circle-arrow-down';
|
|
3191
|
-
//
|
|
3192
|
-
export { default as
|
|
3213
|
+
// CircleArrowOutDownLeft aliases
|
|
3214
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3193
3215
|
export {
|
|
3194
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3195
|
-
default as
|
|
3196
|
-
} from '../icons/
|
|
3216
|
+
/** @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 */
|
|
3217
|
+
default as ArrowDownLeftFromCircleIcon
|
|
3218
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
3197
3219
|
// CircleArrowLeft aliases
|
|
3198
3220
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3199
3221
|
export {
|
|
3200
3222
|
/** @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 */
|
|
3201
3223
|
default as ArrowLeftCircleIcon
|
|
3202
3224
|
} from '../icons/circle-arrow-left';
|
|
3203
|
-
// CircleArrowOutDownLeft aliases
|
|
3204
|
-
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3205
|
-
export {
|
|
3206
|
-
/** @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 */
|
|
3207
|
-
default as ArrowDownLeftFromCircleIcon
|
|
3208
|
-
} from '../icons/circle-arrow-out-down-left';
|
|
3209
3225
|
// CircleArrowOutDownRight aliases
|
|
3210
3226
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3211
3227
|
export {
|
|
@@ -3230,18 +3246,18 @@ export {
|
|
|
3230
3246
|
/** @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 */
|
|
3231
3247
|
default as ArrowRightCircleIcon
|
|
3232
3248
|
} from '../icons/circle-arrow-right';
|
|
3233
|
-
// CircleCheckBig aliases
|
|
3234
|
-
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3235
|
-
export {
|
|
3236
|
-
/** @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 */
|
|
3237
|
-
default as CheckCircleIcon
|
|
3238
|
-
} from '../icons/circle-check-big';
|
|
3239
3249
|
// CircleArrowUp aliases
|
|
3240
3250
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3241
3251
|
export {
|
|
3242
3252
|
/** @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 */
|
|
3243
3253
|
default as ArrowUpCircleIcon
|
|
3244
3254
|
} from '../icons/circle-arrow-up';
|
|
3255
|
+
// CircleCheckBig aliases
|
|
3256
|
+
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3257
|
+
export {
|
|
3258
|
+
/** @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 */
|
|
3259
|
+
default as CheckCircleIcon
|
|
3260
|
+
} from '../icons/circle-check-big';
|
|
3245
3261
|
// CircleCheck aliases
|
|
3246
3262
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3247
3263
|
export {
|
|
@@ -3308,18 +3324,18 @@ export {
|
|
|
3308
3324
|
/** @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 */
|
|
3309
3325
|
default as PauseCircleIcon
|
|
3310
3326
|
} from '../icons/circle-pause';
|
|
3311
|
-
// CirclePlay aliases
|
|
3312
|
-
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3313
|
-
export {
|
|
3314
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
3315
|
-
default as PlayCircleIcon
|
|
3316
|
-
} from '../icons/circle-play';
|
|
3317
3327
|
// CirclePercent aliases
|
|
3318
3328
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3319
3329
|
export {
|
|
3320
3330
|
/** @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 */
|
|
3321
3331
|
default as PercentCircleIcon
|
|
3322
3332
|
} from '../icons/circle-percent';
|
|
3333
|
+
// CirclePlay aliases
|
|
3334
|
+
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3335
|
+
export {
|
|
3336
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
3337
|
+
default as PlayCircleIcon
|
|
3338
|
+
} from '../icons/circle-play';
|
|
3323
3339
|
// CirclePlus aliases
|
|
3324
3340
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3325
3341
|
export {
|
|
@@ -3342,18 +3358,18 @@ export {
|
|
|
3342
3358
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3343
3359
|
default as CircleHelpIcon
|
|
3344
3360
|
} from '../icons/circle-question-mark';
|
|
3345
|
-
// CircleStop aliases
|
|
3346
|
-
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3347
|
-
export {
|
|
3348
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3349
|
-
default as StopCircleIcon
|
|
3350
|
-
} from '../icons/circle-stop';
|
|
3351
3361
|
// CircleSlash2 aliases
|
|
3352
3362
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3353
3363
|
export {
|
|
3354
3364
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
3355
3365
|
default as CircleSlashedIcon
|
|
3356
3366
|
} from '../icons/circle-slash-2';
|
|
3367
|
+
// CircleStop aliases
|
|
3368
|
+
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3369
|
+
export {
|
|
3370
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3371
|
+
default as StopCircleIcon
|
|
3372
|
+
} from '../icons/circle-stop';
|
|
3357
3373
|
// CircleUserRound aliases
|
|
3358
3374
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3359
3375
|
export {
|
|
@@ -3390,6 +3406,12 @@ export {
|
|
|
3390
3406
|
/** @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 */
|
|
3391
3407
|
default as DownloadCloudIcon
|
|
3392
3408
|
} from '../icons/cloud-download';
|
|
3409
|
+
// CodeXml aliases
|
|
3410
|
+
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3411
|
+
export {
|
|
3412
|
+
/** @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 */
|
|
3413
|
+
default as Code2Icon
|
|
3414
|
+
} from '../icons/code-xml';
|
|
3393
3415
|
// CloudUpload aliases
|
|
3394
3416
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3395
3417
|
export {
|
|
@@ -3402,12 +3424,18 @@ export {
|
|
|
3402
3424
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3403
3425
|
default as ColumnsIcon
|
|
3404
3426
|
} from '../icons/columns-2';
|
|
3405
|
-
//
|
|
3406
|
-
export { default as
|
|
3427
|
+
// Columns3 aliases
|
|
3428
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3407
3429
|
export {
|
|
3408
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3409
|
-
default as
|
|
3410
|
-
} from '../icons/
|
|
3430
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3431
|
+
default as PanelsLeftRightIcon
|
|
3432
|
+
} from '../icons/columns-3';
|
|
3433
|
+
// ContactRound aliases
|
|
3434
|
+
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3435
|
+
export {
|
|
3436
|
+
/** @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 */
|
|
3437
|
+
default as Contact2Icon
|
|
3438
|
+
} from '../icons/contact-round';
|
|
3411
3439
|
// Columns3Cog aliases
|
|
3412
3440
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3413
3441
|
export {
|
|
@@ -3418,24 +3446,6 @@ export {
|
|
|
3418
3446
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3419
3447
|
default as TableConfigIcon
|
|
3420
3448
|
} from '../icons/columns-3-cog';
|
|
3421
|
-
// ContactRound aliases
|
|
3422
|
-
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3423
|
-
export {
|
|
3424
|
-
/** @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 */
|
|
3425
|
-
default as Contact2Icon
|
|
3426
|
-
} from '../icons/contact-round';
|
|
3427
|
-
// Earth aliases
|
|
3428
|
-
export { default as EarthIcon } from '../icons/earth';
|
|
3429
|
-
export {
|
|
3430
|
-
/** @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 */
|
|
3431
|
-
default as Globe2Icon
|
|
3432
|
-
} from '../icons/earth';
|
|
3433
|
-
// Columns3 aliases
|
|
3434
|
-
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3435
|
-
export {
|
|
3436
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3437
|
-
default as PanelsLeftRightIcon
|
|
3438
|
-
} from '../icons/columns-3';
|
|
3439
3449
|
// DiamondPercent aliases
|
|
3440
3450
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3441
3451
|
export {
|
|
@@ -3448,6 +3458,12 @@ export {
|
|
|
3448
3458
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3449
3459
|
default as MoreVerticalIcon
|
|
3450
3460
|
} from '../icons/ellipsis-vertical';
|
|
3461
|
+
// Earth aliases
|
|
3462
|
+
export { default as EarthIcon } from '../icons/earth';
|
|
3463
|
+
export {
|
|
3464
|
+
/** @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 */
|
|
3465
|
+
default as Globe2Icon
|
|
3466
|
+
} from '../icons/earth';
|
|
3451
3467
|
// Ellipsis aliases
|
|
3452
3468
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3453
3469
|
export {
|
|
@@ -3466,18 +3482,18 @@ export {
|
|
|
3466
3482
|
/** @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 */
|
|
3467
3483
|
default as FileBadge2Icon
|
|
3468
3484
|
} from '../icons/file-badge';
|
|
3469
|
-
// FileBraces aliases
|
|
3470
|
-
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3471
|
-
export {
|
|
3472
|
-
/** @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 */
|
|
3473
|
-
default as FileJsonIcon
|
|
3474
|
-
} from '../icons/file-braces';
|
|
3475
3485
|
// FileBracesCorner aliases
|
|
3476
3486
|
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3477
3487
|
export {
|
|
3478
3488
|
/** @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 */
|
|
3479
3489
|
default as FileJson2Icon
|
|
3480
3490
|
} from '../icons/file-braces-corner';
|
|
3491
|
+
// FileBraces aliases
|
|
3492
|
+
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3493
|
+
export {
|
|
3494
|
+
/** @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 */
|
|
3495
|
+
default as FileJsonIcon
|
|
3496
|
+
} from '../icons/file-braces';
|
|
3481
3497
|
// FileChartColumnIncreasing aliases
|
|
3482
3498
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3483
3499
|
export {
|
|
@@ -3490,24 +3506,24 @@ export {
|
|
|
3490
3506
|
/** @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 */
|
|
3491
3507
|
default as FileBarChart2Icon
|
|
3492
3508
|
} from '../icons/file-chart-column';
|
|
3493
|
-
//
|
|
3494
|
-
export { default as
|
|
3509
|
+
// FileChartLine aliases
|
|
3510
|
+
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3495
3511
|
export {
|
|
3496
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3497
|
-
default as
|
|
3498
|
-
} from '../icons/file-chart-
|
|
3512
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3513
|
+
default as FileLineChartIcon
|
|
3514
|
+
} from '../icons/file-chart-line';
|
|
3499
3515
|
// FileCheckCorner aliases
|
|
3500
3516
|
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3501
3517
|
export {
|
|
3502
3518
|
/** @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 */
|
|
3503
3519
|
default as FileCheck2Icon
|
|
3504
3520
|
} from '../icons/file-check-corner';
|
|
3505
|
-
//
|
|
3506
|
-
export { default as
|
|
3521
|
+
// FileChartPie aliases
|
|
3522
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3507
3523
|
export {
|
|
3508
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3509
|
-
default as
|
|
3510
|
-
} from '../icons/file-chart-
|
|
3524
|
+
/** @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 */
|
|
3525
|
+
default as FilePieChartIcon
|
|
3526
|
+
} from '../icons/file-chart-pie';
|
|
3511
3527
|
// FileCodeCorner aliases
|
|
3512
3528
|
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3513
3529
|
export {
|
|
@@ -3548,18 +3564,18 @@ export {
|
|
|
3548
3564
|
/** @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 */
|
|
3549
3565
|
default as FileLock2Icon
|
|
3550
3566
|
} from '../icons/file-lock';
|
|
3551
|
-
// FilePenLine aliases
|
|
3552
|
-
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3553
|
-
export {
|
|
3554
|
-
/** @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 */
|
|
3555
|
-
default as FileSignatureIcon
|
|
3556
|
-
} from '../icons/file-pen-line';
|
|
3557
3567
|
// FileMinusCorner aliases
|
|
3558
3568
|
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3559
3569
|
export {
|
|
3560
3570
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
3561
3571
|
default as FileMinus2Icon
|
|
3562
3572
|
} from '../icons/file-minus-corner';
|
|
3573
|
+
// FilePenLine aliases
|
|
3574
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3575
|
+
export {
|
|
3576
|
+
/** @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 */
|
|
3577
|
+
default as FileSignatureIcon
|
|
3578
|
+
} from '../icons/file-pen-line';
|
|
3563
3579
|
// FilePen aliases
|
|
3564
3580
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3565
3581
|
export {
|
|
@@ -3632,18 +3648,18 @@ export {
|
|
|
3632
3648
|
/** @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 */
|
|
3633
3649
|
default as FolderEditIcon
|
|
3634
3650
|
} from '../icons/folder-pen';
|
|
3635
|
-
// Funnel aliases
|
|
3636
|
-
export { default as FunnelIcon } from '../icons/funnel';
|
|
3637
|
-
export {
|
|
3638
|
-
/** @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 */
|
|
3639
|
-
default as FilterIcon
|
|
3640
|
-
} from '../icons/funnel';
|
|
3641
3651
|
// FunnelX aliases
|
|
3642
3652
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3643
3653
|
export {
|
|
3644
3654
|
/** @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 */
|
|
3645
3655
|
default as FilterXIcon
|
|
3646
3656
|
} from '../icons/funnel-x';
|
|
3657
|
+
// Funnel aliases
|
|
3658
|
+
export { default as FunnelIcon } from '../icons/funnel';
|
|
3659
|
+
export {
|
|
3660
|
+
/** @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 */
|
|
3661
|
+
default as FilterIcon
|
|
3662
|
+
} from '../icons/funnel';
|
|
3647
3663
|
// GitCommitHorizontal aliases
|
|
3648
3664
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3649
3665
|
export {
|
|
@@ -3702,24 +3718,18 @@ export {
|
|
|
3702
3718
|
/** @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 */
|
|
3703
3719
|
default as HomeIcon
|
|
3704
3720
|
} from '../icons/house';
|
|
3705
|
-
// IceCreamCone aliases
|
|
3706
|
-
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3707
|
-
export {
|
|
3708
|
-
/** @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 */
|
|
3709
|
-
default as IceCreamIcon
|
|
3710
|
-
} from '../icons/ice-cream-cone';
|
|
3711
3721
|
// IceCreamBowl aliases
|
|
3712
3722
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3713
3723
|
export {
|
|
3714
3724
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3715
3725
|
default as IceCream2Icon
|
|
3716
3726
|
} from '../icons/ice-cream-bowl';
|
|
3717
|
-
//
|
|
3718
|
-
export { default as
|
|
3727
|
+
// IceCreamCone aliases
|
|
3728
|
+
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3719
3729
|
export {
|
|
3720
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3721
|
-
default as
|
|
3722
|
-
} from '../icons/
|
|
3730
|
+
/** @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 */
|
|
3731
|
+
default as IceCreamIcon
|
|
3732
|
+
} from '../icons/ice-cream-cone';
|
|
3723
3733
|
// Layers aliases
|
|
3724
3734
|
export { default as LayersIcon } from '../icons/layers';
|
|
3725
3735
|
export {
|
|
@@ -3736,6 +3746,12 @@ export {
|
|
|
3736
3746
|
/** @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 */
|
|
3737
3747
|
default as IndentDecreaseIcon
|
|
3738
3748
|
} from '../icons/list-indent-decrease';
|
|
3749
|
+
// LaptopMinimal aliases
|
|
3750
|
+
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3751
|
+
export {
|
|
3752
|
+
/** @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 */
|
|
3753
|
+
default as Laptop2Icon
|
|
3754
|
+
} from '../icons/laptop-minimal';
|
|
3739
3755
|
// ListIndentIncrease aliases
|
|
3740
3756
|
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3741
3757
|
export {
|
|
@@ -3806,18 +3822,18 @@ export {
|
|
|
3806
3822
|
/** @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 */
|
|
3807
3823
|
default as PauseOctagonIcon
|
|
3808
3824
|
} from '../icons/octagon-pause';
|
|
3809
|
-
// PaintbrushVertical aliases
|
|
3810
|
-
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3811
|
-
export {
|
|
3812
|
-
/** @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 */
|
|
3813
|
-
default as Paintbrush2Icon
|
|
3814
|
-
} from '../icons/paintbrush-vertical';
|
|
3815
3825
|
// OctagonX aliases
|
|
3816
3826
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3817
3827
|
export {
|
|
3818
3828
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
3819
3829
|
default as XOctagonIcon
|
|
3820
3830
|
} from '../icons/octagon-x';
|
|
3831
|
+
// PaintbrushVertical aliases
|
|
3832
|
+
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3833
|
+
export {
|
|
3834
|
+
/** @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 */
|
|
3835
|
+
default as Paintbrush2Icon
|
|
3836
|
+
} from '../icons/paintbrush-vertical';
|
|
3821
3837
|
// PanelBottomDashed aliases
|
|
3822
3838
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3823
3839
|
export {
|
|
@@ -3842,18 +3858,18 @@ export {
|
|
|
3842
3858
|
/** @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 */
|
|
3843
3859
|
default as SidebarOpenIcon
|
|
3844
3860
|
} from '../icons/panel-left-open';
|
|
3845
|
-
// PanelRightDashed aliases
|
|
3846
|
-
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3847
|
-
export {
|
|
3848
|
-
/** @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 */
|
|
3849
|
-
default as PanelRightInactiveIcon
|
|
3850
|
-
} from '../icons/panel-right-dashed';
|
|
3851
3861
|
// PanelLeft aliases
|
|
3852
3862
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3853
3863
|
export {
|
|
3854
3864
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3855
3865
|
default as SidebarIcon
|
|
3856
3866
|
} from '../icons/panel-left';
|
|
3867
|
+
// PanelRightDashed aliases
|
|
3868
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3869
|
+
export {
|
|
3870
|
+
/** @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 */
|
|
3871
|
+
default as PanelRightInactiveIcon
|
|
3872
|
+
} from '../icons/panel-right-dashed';
|
|
3857
3873
|
// PanelTopDashed aliases
|
|
3858
3874
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3859
3875
|
export {
|
|
@@ -3872,12 +3888,6 @@ export {
|
|
|
3872
3888
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3873
3889
|
default as Edit3Icon
|
|
3874
3890
|
} from '../icons/pen-line';
|
|
3875
|
-
// PlugZap aliases
|
|
3876
|
-
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3877
|
-
export {
|
|
3878
|
-
/** @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 */
|
|
3879
|
-
default as PlugZap2Icon
|
|
3880
|
-
} from '../icons/plug-zap';
|
|
3881
3891
|
// Pen aliases
|
|
3882
3892
|
export { default as PenIcon } from '../icons/pen';
|
|
3883
3893
|
export {
|
|
@@ -3890,6 +3900,12 @@ export {
|
|
|
3890
3900
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3891
3901
|
default as FormInputIcon
|
|
3892
3902
|
} from '../icons/rectangle-ellipsis';
|
|
3903
|
+
// PlugZap aliases
|
|
3904
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3905
|
+
export {
|
|
3906
|
+
/** @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 */
|
|
3907
|
+
default as PlugZap2Icon
|
|
3908
|
+
} from '../icons/plug-zap';
|
|
3893
3909
|
// Rotate3d aliases
|
|
3894
3910
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3895
3911
|
export {
|
|
@@ -3908,12 +3924,6 @@ export {
|
|
|
3908
3924
|
/** @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 */
|
|
3909
3925
|
default as PanelsTopBottomIcon
|
|
3910
3926
|
} from '../icons/rows-3';
|
|
3911
|
-
// SendHorizontal aliases
|
|
3912
|
-
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3913
|
-
export {
|
|
3914
|
-
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3915
|
-
default as SendHorizonalIcon
|
|
3916
|
-
} from '../icons/send-horizontal';
|
|
3917
3927
|
// Scale3d aliases
|
|
3918
3928
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3919
3929
|
export {
|
|
@@ -3926,6 +3936,12 @@ export {
|
|
|
3926
3936
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3927
3937
|
default as ShieldQuestionIcon
|
|
3928
3938
|
} from '../icons/shield-question-mark';
|
|
3939
|
+
// SendHorizontal aliases
|
|
3940
|
+
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3941
|
+
export {
|
|
3942
|
+
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3943
|
+
default as SendHorizonalIcon
|
|
3944
|
+
} from '../icons/send-horizontal';
|
|
3929
3945
|
// ShieldX aliases
|
|
3930
3946
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3931
3947
|
export {
|
|
@@ -3968,18 +3984,24 @@ export {
|
|
|
3968
3984
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3969
3985
|
default as ArrowDownSquareIcon
|
|
3970
3986
|
} from '../icons/square-arrow-down';
|
|
3987
|
+
// SquareArrowLeft aliases
|
|
3988
|
+
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3989
|
+
export {
|
|
3990
|
+
/** @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 */
|
|
3991
|
+
default as ArrowLeftSquareIcon
|
|
3992
|
+
} from '../icons/square-arrow-left';
|
|
3971
3993
|
// SquareArrowOutDownLeft aliases
|
|
3972
3994
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3973
3995
|
export {
|
|
3974
3996
|
/** @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 */
|
|
3975
3997
|
default as ArrowDownLeftFromSquareIcon
|
|
3976
3998
|
} from '../icons/square-arrow-out-down-left';
|
|
3977
|
-
//
|
|
3978
|
-
export { default as
|
|
3999
|
+
// SquareArrowOutUpRight aliases
|
|
4000
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3979
4001
|
export {
|
|
3980
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3981
|
-
default as
|
|
3982
|
-
} from '../icons/square-arrow-
|
|
4002
|
+
/** @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 */
|
|
4003
|
+
default as ArrowUpRightFromSquareIcon
|
|
4004
|
+
} from '../icons/square-arrow-out-up-right';
|
|
3983
4005
|
// SquareArrowOutDownRight aliases
|
|
3984
4006
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3985
4007
|
export {
|
|
@@ -3992,12 +4014,12 @@ export {
|
|
|
3992
4014
|
/** @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 */
|
|
3993
4015
|
default as ArrowUpLeftFromSquareIcon
|
|
3994
4016
|
} from '../icons/square-arrow-out-up-left';
|
|
3995
|
-
//
|
|
3996
|
-
export { default as
|
|
4017
|
+
// SquareArrowUpLeft aliases
|
|
4018
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3997
4019
|
export {
|
|
3998
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3999
|
-
default as
|
|
4000
|
-
} from '../icons/square-arrow-
|
|
4020
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
4021
|
+
default as ArrowUpLeftSquareIcon
|
|
4022
|
+
} from '../icons/square-arrow-up-left';
|
|
4001
4023
|
// SquareArrowRight aliases
|
|
4002
4024
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
4003
4025
|
export {
|
|
@@ -4016,12 +4038,6 @@ export {
|
|
|
4016
4038
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
4017
4039
|
default as ArrowUpRightSquareIcon
|
|
4018
4040
|
} from '../icons/square-arrow-up-right';
|
|
4019
|
-
// SquareArrowUpLeft aliases
|
|
4020
|
-
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
4021
|
-
export {
|
|
4022
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
4023
|
-
default as ArrowUpLeftSquareIcon
|
|
4024
|
-
} from '../icons/square-arrow-up-left';
|
|
4025
4041
|
// SquareAsterisk aliases
|
|
4026
4042
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
4027
4043
|
export {
|
|
@@ -4040,12 +4056,6 @@ export {
|
|
|
4040
4056
|
/** @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 */
|
|
4041
4057
|
default as FlipHorizontalIcon
|
|
4042
4058
|
} from '../icons/square-centerline-dashed-horizontal';
|
|
4043
|
-
// SquareCenterlineDashedVertical aliases
|
|
4044
|
-
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
4045
|
-
export {
|
|
4046
|
-
/** @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 */
|
|
4047
|
-
default as FlipVerticalIcon
|
|
4048
|
-
} from '../icons/square-centerline-dashed-vertical';
|
|
4049
4059
|
// SquareChartGantt aliases
|
|
4050
4060
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
4051
4061
|
export {
|
|
@@ -4056,18 +4066,24 @@ export {
|
|
|
4056
4066
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
4057
4067
|
default as SquareGanttChartIcon
|
|
4058
4068
|
} from '../icons/square-chart-gantt';
|
|
4059
|
-
//
|
|
4060
|
-
export { default as
|
|
4069
|
+
// SquareCenterlineDashedVertical aliases
|
|
4070
|
+
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
4061
4071
|
export {
|
|
4062
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4063
|
-
default as
|
|
4064
|
-
} from '../icons/square-
|
|
4072
|
+
/** @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 */
|
|
4073
|
+
default as FlipVerticalIcon
|
|
4074
|
+
} from '../icons/square-centerline-dashed-vertical';
|
|
4065
4075
|
// SquareCheckBig aliases
|
|
4066
4076
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4067
4077
|
export {
|
|
4068
4078
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
4069
4079
|
default as CheckSquareIcon
|
|
4070
4080
|
} from '../icons/square-check-big';
|
|
4081
|
+
// SquareCheck aliases
|
|
4082
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4083
|
+
export {
|
|
4084
|
+
/** @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 */
|
|
4085
|
+
default as CheckSquare2Icon
|
|
4086
|
+
} from '../icons/square-check';
|
|
4071
4087
|
// SquareChevronDown aliases
|
|
4072
4088
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4073
4089
|
export {
|
|
@@ -4138,18 +4154,18 @@ export {
|
|
|
4138
4154
|
/** @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 */
|
|
4139
4155
|
default as DotSquareIcon
|
|
4140
4156
|
} from '../icons/square-dot';
|
|
4141
|
-
// SquareFunction aliases
|
|
4142
|
-
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4143
|
-
export {
|
|
4144
|
-
/** @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 */
|
|
4145
|
-
default as FunctionSquareIcon
|
|
4146
|
-
} from '../icons/square-function';
|
|
4147
4157
|
// SquareEqual aliases
|
|
4148
4158
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4149
4159
|
export {
|
|
4150
4160
|
/** @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 */
|
|
4151
4161
|
default as EqualSquareIcon
|
|
4152
4162
|
} from '../icons/square-equal';
|
|
4163
|
+
// SquareFunction aliases
|
|
4164
|
+
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4165
|
+
export {
|
|
4166
|
+
/** @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 */
|
|
4167
|
+
default as FunctionSquareIcon
|
|
4168
|
+
} from '../icons/square-function';
|
|
4153
4169
|
// SquareKanban aliases
|
|
4154
4170
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4155
4171
|
export {
|
|
@@ -4168,18 +4184,18 @@ export {
|
|
|
4168
4184
|
/** @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 */
|
|
4169
4185
|
default as MSquareIcon
|
|
4170
4186
|
} from '../icons/square-m';
|
|
4171
|
-
// SquareMinus aliases
|
|
4172
|
-
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4173
|
-
export {
|
|
4174
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
4175
|
-
default as MinusSquareIcon
|
|
4176
|
-
} from '../icons/square-minus';
|
|
4177
4187
|
// SquareMenu aliases
|
|
4178
4188
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4179
4189
|
export {
|
|
4180
4190
|
/** @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 */
|
|
4181
4191
|
default as MenuSquareIcon
|
|
4182
4192
|
} from '../icons/square-menu';
|
|
4193
|
+
// SquareMinus aliases
|
|
4194
|
+
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4195
|
+
export {
|
|
4196
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
4197
|
+
default as MinusSquareIcon
|
|
4198
|
+
} from '../icons/square-minus';
|
|
4183
4199
|
// SquareMousePointer aliases
|
|
4184
4200
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4185
4201
|
export {
|
|
@@ -4248,18 +4264,24 @@ export {
|
|
|
4248
4264
|
/** @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 */
|
|
4249
4265
|
default as PowerSquareIcon
|
|
4250
4266
|
} from '../icons/square-power';
|
|
4267
|
+
// SquareScissors aliases
|
|
4268
|
+
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4269
|
+
export {
|
|
4270
|
+
/** @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 */
|
|
4271
|
+
default as ScissorsSquareIcon
|
|
4272
|
+
} from '../icons/square-scissors';
|
|
4251
4273
|
// SquareSigma aliases
|
|
4252
4274
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4253
4275
|
export {
|
|
4254
4276
|
/** @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 */
|
|
4255
4277
|
default as SigmaSquareIcon
|
|
4256
4278
|
} from '../icons/square-sigma';
|
|
4257
|
-
//
|
|
4258
|
-
export { default as
|
|
4279
|
+
// SquareSplitHorizontal aliases
|
|
4280
|
+
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4259
4281
|
export {
|
|
4260
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4261
|
-
default as
|
|
4262
|
-
} from '../icons/square-
|
|
4282
|
+
/** @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 */
|
|
4283
|
+
default as SplitSquareHorizontalIcon
|
|
4284
|
+
} from '../icons/square-split-horizontal';
|
|
4263
4285
|
// SquareSlash aliases
|
|
4264
4286
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4265
4287
|
export {
|
|
@@ -4272,12 +4294,6 @@ export {
|
|
|
4272
4294
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
4273
4295
|
default as SplitSquareVerticalIcon
|
|
4274
4296
|
} from '../icons/square-split-vertical';
|
|
4275
|
-
// SquareSplitHorizontal aliases
|
|
4276
|
-
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4277
|
-
export {
|
|
4278
|
-
/** @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 */
|
|
4279
|
-
default as SplitSquareHorizontalIcon
|
|
4280
|
-
} from '../icons/square-split-horizontal';
|
|
4281
4297
|
// SquareUserRound aliases
|
|
4282
4298
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4283
4299
|
export {
|
|
@@ -4296,36 +4312,36 @@ export {
|
|
|
4296
4312
|
/** @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 */
|
|
4297
4313
|
default as UserSquareIcon
|
|
4298
4314
|
} from '../icons/square-user';
|
|
4299
|
-
// TestTubeDiagonal aliases
|
|
4300
|
-
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4301
|
-
export {
|
|
4302
|
-
/** @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 */
|
|
4303
|
-
default as TestTube2Icon
|
|
4304
|
-
} from '../icons/test-tube-diagonal';
|
|
4305
4315
|
// SquareX aliases
|
|
4306
4316
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4307
4317
|
export {
|
|
4308
4318
|
/** @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 */
|
|
4309
4319
|
default as XSquareIcon
|
|
4310
4320
|
} from '../icons/square-x';
|
|
4321
|
+
// TestTubeDiagonal aliases
|
|
4322
|
+
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4323
|
+
export {
|
|
4324
|
+
/** @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 */
|
|
4325
|
+
default as TestTube2Icon
|
|
4326
|
+
} from '../icons/test-tube-diagonal';
|
|
4311
4327
|
// TextAlignCenter aliases
|
|
4312
4328
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4313
4329
|
export {
|
|
4314
4330
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4315
4331
|
default as AlignCenterIcon
|
|
4316
4332
|
} from '../icons/text-align-center';
|
|
4317
|
-
// TextAlignJustify aliases
|
|
4318
|
-
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4319
|
-
export {
|
|
4320
|
-
/** @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 */
|
|
4321
|
-
default as AlignJustifyIcon
|
|
4322
|
-
} from '../icons/text-align-justify';
|
|
4323
4333
|
// TextAlignEnd aliases
|
|
4324
4334
|
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4325
4335
|
export {
|
|
4326
4336
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4327
4337
|
default as AlignRightIcon
|
|
4328
4338
|
} from '../icons/text-align-end';
|
|
4339
|
+
// TextAlignJustify aliases
|
|
4340
|
+
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4341
|
+
export {
|
|
4342
|
+
/** @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 */
|
|
4343
|
+
default as AlignJustifyIcon
|
|
4344
|
+
} from '../icons/text-align-justify';
|
|
4329
4345
|
// TextAlignStart aliases
|
|
4330
4346
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4331
4347
|
export {
|
|
@@ -4360,24 +4376,24 @@ export {
|
|
|
4360
4376
|
/** @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 */
|
|
4361
4377
|
default as PalmtreeIcon
|
|
4362
4378
|
} from '../icons/tree-palm';
|
|
4363
|
-
//
|
|
4364
|
-
export { default as
|
|
4379
|
+
// TvMinimal aliases
|
|
4380
|
+
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4365
4381
|
export {
|
|
4366
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4367
|
-
default as
|
|
4368
|
-
} from '../icons/
|
|
4382
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
4383
|
+
default as Tv2Icon
|
|
4384
|
+
} from '../icons/tv-minimal';
|
|
4369
4385
|
// University aliases
|
|
4370
4386
|
export { default as UniversityIcon } from '../icons/university';
|
|
4371
4387
|
export {
|
|
4372
4388
|
/** @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 */
|
|
4373
4389
|
default as School2Icon
|
|
4374
4390
|
} from '../icons/university';
|
|
4375
|
-
//
|
|
4376
|
-
export { default as
|
|
4391
|
+
// TriangleAlert aliases
|
|
4392
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4377
4393
|
export {
|
|
4378
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4379
|
-
default as
|
|
4380
|
-
} from '../icons/
|
|
4394
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
4395
|
+
default as AlertTriangleIcon
|
|
4396
|
+
} from '../icons/triangle-alert';
|
|
4381
4397
|
// UserRoundCheck aliases
|
|
4382
4398
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4383
4399
|
export {
|
|
@@ -4402,36 +4418,36 @@ export {
|
|
|
4402
4418
|
/** @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 */
|
|
4403
4419
|
default as UserPlus2Icon
|
|
4404
4420
|
} from '../icons/user-round-plus';
|
|
4405
|
-
// UserRound aliases
|
|
4406
|
-
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4407
|
-
export {
|
|
4408
|
-
/** @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 */
|
|
4409
|
-
default as User2Icon
|
|
4410
|
-
} from '../icons/user-round';
|
|
4411
4421
|
// UserRoundX aliases
|
|
4412
4422
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4413
4423
|
export {
|
|
4414
4424
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4415
4425
|
default as UserX2Icon
|
|
4416
4426
|
} from '../icons/user-round-x';
|
|
4427
|
+
// UserRound aliases
|
|
4428
|
+
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4429
|
+
export {
|
|
4430
|
+
/** @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 */
|
|
4431
|
+
default as User2Icon
|
|
4432
|
+
} from '../icons/user-round';
|
|
4417
4433
|
// UsersRound aliases
|
|
4418
4434
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4419
4435
|
export {
|
|
4420
4436
|
/** @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 */
|
|
4421
4437
|
default as Users2Icon
|
|
4422
4438
|
} from '../icons/users-round';
|
|
4423
|
-
// UtensilsCrossed aliases
|
|
4424
|
-
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4425
|
-
export {
|
|
4426
|
-
/** @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 */
|
|
4427
|
-
default as ForkKnifeCrossedIcon
|
|
4428
|
-
} from '../icons/utensils-crossed';
|
|
4429
4439
|
// Utensils aliases
|
|
4430
4440
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4431
4441
|
export {
|
|
4432
4442
|
/** @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 */
|
|
4433
4443
|
default as ForkKnifeIcon
|
|
4434
4444
|
} from '../icons/utensils';
|
|
4445
|
+
// UtensilsCrossed aliases
|
|
4446
|
+
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4447
|
+
export {
|
|
4448
|
+
/** @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 */
|
|
4449
|
+
default as ForkKnifeCrossedIcon
|
|
4450
|
+
} from '../icons/utensils-crossed';
|
|
4435
4451
|
// WalletMinimal aliases
|
|
4436
4452
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4437
4453
|
export {
|