@lucide/astro 0.543.0 → 0.545.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +72 -72
- package/src/aliases/prefixed.ts +440 -436
- package/src/aliases/suffixed.ts +708 -704
- package/src/icons/building-2.ts +2 -2
- package/src/icons/combine.ts +2 -2
- package/src/icons/ev-charger.ts +18 -0
- package/src/icons/flame.ts +2 -2
- package/src/icons/fuel.ts +2 -2
- package/src/icons/index.ts +204 -202
- package/src/icons/motorbike.ts +18 -0
- package/src/icons/replace-all.ts +2 -2
- package/src/icons/replace.ts +2 -2
- package/src/icons/square-m.ts +2 -2
package/src/aliases/suffixed.ts
CHANGED
|
@@ -6,32 +6,32 @@ export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
|
6
6
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
7
|
// Accessibility aliases
|
|
8
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
|
-
// AirVent aliases
|
|
10
|
-
export { default as AirVentIcon } from '../icons/air-vent';
|
|
11
9
|
// Activity aliases
|
|
12
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
13
11
|
// Airplay aliases
|
|
14
12
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
|
-
//
|
|
16
|
-
export { default as
|
|
13
|
+
// AirVent aliases
|
|
14
|
+
export { default as AirVentIcon } from '../icons/air-vent';
|
|
17
15
|
// AlarmClockOff aliases
|
|
18
16
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
19
17
|
// AlarmClock aliases
|
|
20
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
21
|
-
//
|
|
22
|
-
export { default as
|
|
23
|
-
// AlignCenterHorizontal aliases
|
|
24
|
-
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
19
|
+
// AlarmSmoke aliases
|
|
20
|
+
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
25
21
|
// Album aliases
|
|
26
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
|
+
// AlignCenterHorizontal aliases
|
|
24
|
+
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
|
+
// AlignCenterVertical aliases
|
|
26
|
+
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
27
|
// AlignEndHorizontal aliases
|
|
28
28
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
29
|
// AlignEndVertical aliases
|
|
30
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
31
|
// AlignHorizontalDistributeCenter aliases
|
|
34
32
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
|
+
// AlignHorizontalDistributeEnd aliases
|
|
34
|
+
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
35
|
// AlignHorizontalDistributeStart aliases
|
|
36
36
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
37
|
// AlignHorizontalJustifyCenter aliases
|
|
@@ -40,52 +40,52 @@ export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-hori
|
|
|
40
40
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
41
41
|
// AlignHorizontalJustifyStart aliases
|
|
42
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
|
+
// AlignHorizontalSpaceAround aliases
|
|
44
|
+
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
43
45
|
// AlignHorizontalSpaceBetween aliases
|
|
44
46
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
45
|
-
// AlignStartVertical aliases
|
|
46
|
-
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
47
47
|
// AlignStartHorizontal aliases
|
|
48
48
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
49
|
-
//
|
|
50
|
-
export { default as
|
|
49
|
+
// AlignStartVertical aliases
|
|
50
|
+
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
51
51
|
// AlignVerticalDistributeCenter aliases
|
|
52
52
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
53
53
|
// AlignVerticalDistributeEnd aliases
|
|
54
54
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
55
|
+
// AlignVerticalDistributeStart aliases
|
|
56
|
+
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
55
57
|
// AlignVerticalJustifyCenter aliases
|
|
56
58
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
57
59
|
// AlignVerticalJustifyEnd aliases
|
|
58
60
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
59
|
-
//
|
|
60
|
-
export { default as
|
|
61
|
+
// AlignVerticalJustifyStart aliases
|
|
62
|
+
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
61
63
|
// AlignVerticalSpaceAround aliases
|
|
62
64
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
63
65
|
// AlignVerticalSpaceBetween aliases
|
|
64
66
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
65
|
-
// AlignVerticalJustifyStart aliases
|
|
66
|
-
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
67
|
-
// Ampersand aliases
|
|
68
|
-
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
69
67
|
// Ambulance aliases
|
|
70
68
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
71
|
-
//
|
|
72
|
-
export { default as
|
|
69
|
+
// Ampersand aliases
|
|
70
|
+
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
73
71
|
// Ampersands aliases
|
|
74
72
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
73
|
+
// Amphora aliases
|
|
74
|
+
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
75
|
// Anchor aliases
|
|
76
76
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
77
|
// Angry aliases
|
|
78
78
|
export { default as AngryIcon } from '../icons/angry';
|
|
79
79
|
// Annoyed aliases
|
|
80
80
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
81
|
-
// Anvil aliases
|
|
82
|
-
export { default as AnvilIcon } from '../icons/anvil';
|
|
83
|
-
// AppWindowMac aliases
|
|
84
|
-
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
85
81
|
// Antenna aliases
|
|
86
82
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
87
83
|
// Aperture aliases
|
|
88
84
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
85
|
+
// Anvil aliases
|
|
86
|
+
export { default as AnvilIcon } from '../icons/anvil';
|
|
87
|
+
// AppWindowMac aliases
|
|
88
|
+
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
89
89
|
// AppWindow aliases
|
|
90
90
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
91
|
// Apple aliases
|
|
@@ -104,10 +104,10 @@ export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
|
104
104
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
105
|
// ArrowBigLeftDash aliases
|
|
106
106
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
|
-
// ArrowBigRightDash aliases
|
|
108
|
-
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
109
107
|
// ArrowBigLeft aliases
|
|
110
108
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
|
+
// ArrowBigRightDash aliases
|
|
110
|
+
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
111
|
// ArrowBigRight aliases
|
|
112
112
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
113
|
// ArrowBigUpDash aliases
|
|
@@ -116,10 +116,10 @@ export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
|
116
116
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
117
|
// ArrowDownFromLine aliases
|
|
118
118
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
119
|
-
// ArrowDownNarrowWide aliases
|
|
120
|
-
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
121
119
|
// ArrowDownLeft aliases
|
|
122
120
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
121
|
+
// ArrowDownNarrowWide aliases
|
|
122
|
+
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
123
|
// ArrowDownRight aliases
|
|
124
124
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
125
|
// ArrowDownToDot aliases
|
|
@@ -174,56 +174,56 @@ export { default as AtomIcon } from '../icons/atom';
|
|
|
174
174
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
175
175
|
// AudioWaveform aliases
|
|
176
176
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
177
|
-
// Award aliases
|
|
178
|
-
export { default as AwardIcon } from '../icons/award';
|
|
179
177
|
// Axe aliases
|
|
180
178
|
export { default as AxeIcon } from '../icons/axe';
|
|
179
|
+
// Award aliases
|
|
180
|
+
export { default as AwardIcon } from '../icons/award';
|
|
181
181
|
// Baby aliases
|
|
182
182
|
export { default as BabyIcon } from '../icons/baby';
|
|
183
|
-
// Backpack aliases
|
|
184
|
-
export { default as BackpackIcon } from '../icons/backpack';
|
|
185
183
|
// BadgeAlert aliases
|
|
186
184
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
185
|
+
// Backpack aliases
|
|
186
|
+
export { default as BackpackIcon } from '../icons/backpack';
|
|
187
187
|
// BadgeCent aliases
|
|
188
188
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
189
189
|
// BadgeDollarSign aliases
|
|
190
190
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
191
191
|
// BadgeEuro aliases
|
|
192
192
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
193
|
-
// BadgeInfo aliases
|
|
194
|
-
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
195
193
|
// BadgeIndianRupee aliases
|
|
196
194
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
195
|
+
// BadgeInfo aliases
|
|
196
|
+
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
197
197
|
// BadgeJapaneseYen aliases
|
|
198
198
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
199
199
|
// BadgeMinus aliases
|
|
200
200
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
201
201
|
// BadgePercent aliases
|
|
202
202
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
203
|
-
// BadgePoundSterling aliases
|
|
204
|
-
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
205
203
|
// BadgePlus aliases
|
|
206
204
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
207
|
-
//
|
|
208
|
-
export { default as
|
|
205
|
+
// BadgePoundSterling aliases
|
|
206
|
+
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
209
207
|
// BadgeRussianRuble aliases
|
|
210
208
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
211
|
-
//
|
|
212
|
-
export { default as
|
|
209
|
+
// BadgeSwissFranc aliases
|
|
210
|
+
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
213
211
|
// BadgeTurkishLira aliases
|
|
214
212
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
215
|
-
//
|
|
216
|
-
export { default as
|
|
213
|
+
// BadgeX aliases
|
|
214
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
217
215
|
// BaggageClaim aliases
|
|
218
216
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
217
|
+
// Badge aliases
|
|
218
|
+
export { default as BadgeIcon } from '../icons/badge';
|
|
219
219
|
// Ban aliases
|
|
220
220
|
export { default as BanIcon } from '../icons/ban';
|
|
221
221
|
// Banana aliases
|
|
222
222
|
export { default as BananaIcon } from '../icons/banana';
|
|
223
|
-
// Bandage aliases
|
|
224
|
-
export { default as BandageIcon } from '../icons/bandage';
|
|
225
223
|
// BanknoteArrowDown aliases
|
|
226
224
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
225
|
+
// Bandage aliases
|
|
226
|
+
export { default as BandageIcon } from '../icons/bandage';
|
|
227
227
|
// BanknoteArrowUp aliases
|
|
228
228
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
229
229
|
// BanknoteX aliases
|
|
@@ -244,24 +244,24 @@ export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
|
244
244
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
245
245
|
// BatteryMedium aliases
|
|
246
246
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
247
|
-
// BatteryLow aliases
|
|
248
|
-
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
249
247
|
// BatteryPlus aliases
|
|
250
248
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
251
249
|
// BatteryWarning aliases
|
|
252
250
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
253
251
|
// Battery aliases
|
|
254
252
|
export { default as BatteryIcon } from '../icons/battery';
|
|
253
|
+
// Beaker aliases
|
|
254
|
+
export { default as BeakerIcon } from '../icons/beaker';
|
|
255
255
|
// BeanOff aliases
|
|
256
256
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
257
257
|
// Bean aliases
|
|
258
258
|
export { default as BeanIcon } from '../icons/bean';
|
|
259
|
-
// Beaker aliases
|
|
260
|
-
export { default as BeakerIcon } from '../icons/beaker';
|
|
261
259
|
// BedDouble aliases
|
|
262
260
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
263
261
|
// BedSingle aliases
|
|
264
262
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
263
|
+
// BatteryLow aliases
|
|
264
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
265
265
|
// Bed aliases
|
|
266
266
|
export { default as BedIcon } from '../icons/bed';
|
|
267
267
|
// Beef aliases
|
|
@@ -274,40 +274,40 @@ export { default as BeerIcon } from '../icons/beer';
|
|
|
274
274
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
275
275
|
// BellElectric aliases
|
|
276
276
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
277
|
-
// BellPlus aliases
|
|
278
|
-
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
279
277
|
// BellMinus aliases
|
|
280
278
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
281
279
|
// BellOff aliases
|
|
282
280
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
281
|
+
// BellPlus aliases
|
|
282
|
+
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
283
|
+
// BellRing aliases
|
|
284
|
+
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
283
285
|
// Bell aliases
|
|
284
286
|
export { default as BellIcon } from '../icons/bell';
|
|
285
287
|
// BetweenVerticalEnd aliases
|
|
286
288
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
287
|
-
// BellRing aliases
|
|
288
|
-
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
289
289
|
// BetweenVerticalStart aliases
|
|
290
290
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
291
|
-
// Bike aliases
|
|
292
|
-
export { default as BikeIcon } from '../icons/bike';
|
|
293
291
|
// BicepsFlexed aliases
|
|
294
292
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
295
|
-
//
|
|
296
|
-
export { default as
|
|
293
|
+
// Bike aliases
|
|
294
|
+
export { default as BikeIcon } from '../icons/bike';
|
|
297
295
|
// Binary aliases
|
|
298
296
|
export { default as BinaryIcon } from '../icons/binary';
|
|
297
|
+
// Binoculars aliases
|
|
298
|
+
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
299
299
|
// Biohazard aliases
|
|
300
300
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
301
301
|
// Bird aliases
|
|
302
302
|
export { default as BirdIcon } from '../icons/bird';
|
|
303
303
|
// Bitcoin aliases
|
|
304
304
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
305
|
+
// Blend aliases
|
|
306
|
+
export { default as BlendIcon } from '../icons/blend';
|
|
305
307
|
// Blinds aliases
|
|
306
308
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
307
309
|
// Blocks aliases
|
|
308
310
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
309
|
-
// Blend aliases
|
|
310
|
-
export { default as BlendIcon } from '../icons/blend';
|
|
311
311
|
// BluetoothConnected aliases
|
|
312
312
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
313
313
|
// BluetoothOff aliases
|
|
@@ -318,32 +318,32 @@ export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching'
|
|
|
318
318
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
319
319
|
// Bold aliases
|
|
320
320
|
export { default as BoldIcon } from '../icons/bold';
|
|
321
|
-
// Bomb aliases
|
|
322
|
-
export { default as BombIcon } from '../icons/bomb';
|
|
323
321
|
// Bolt aliases
|
|
324
322
|
export { default as BoltIcon } from '../icons/bolt';
|
|
325
|
-
//
|
|
326
|
-
export { default as
|
|
323
|
+
// Bomb aliases
|
|
324
|
+
export { default as BombIcon } from '../icons/bomb';
|
|
327
325
|
// Bone aliases
|
|
328
326
|
export { default as BoneIcon } from '../icons/bone';
|
|
327
|
+
// BookA aliases
|
|
328
|
+
export { default as BookAIcon } from '../icons/book-a';
|
|
329
329
|
// BookAlert aliases
|
|
330
330
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
331
|
-
// BookCheck aliases
|
|
332
|
-
export { default as BookCheckIcon } from '../icons/book-check';
|
|
333
331
|
// BookAudio aliases
|
|
334
332
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
335
|
-
//
|
|
336
|
-
export { default as
|
|
333
|
+
// BookCheck aliases
|
|
334
|
+
export { default as BookCheckIcon } from '../icons/book-check';
|
|
337
335
|
// BookCopy aliases
|
|
338
336
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
337
|
+
// BookDown aliases
|
|
338
|
+
export { default as BookDownIcon } from '../icons/book-down';
|
|
339
339
|
// BookHeadphones aliases
|
|
340
340
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
341
341
|
// BookHeart aliases
|
|
342
342
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
343
|
-
// BookImage aliases
|
|
344
|
-
export { default as BookImageIcon } from '../icons/book-image';
|
|
345
343
|
// BookKey aliases
|
|
346
344
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
345
|
+
// BookImage aliases
|
|
346
|
+
export { default as BookImageIcon } from '../icons/book-image';
|
|
347
347
|
// BookLock aliases
|
|
348
348
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
349
349
|
// BookMarked aliases
|
|
@@ -352,22 +352,22 @@ export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
|
352
352
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
353
353
|
// BookOpenCheck aliases
|
|
354
354
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
355
|
+
// BookOpen aliases
|
|
356
|
+
export { default as BookOpenIcon } from '../icons/book-open';
|
|
355
357
|
// BookOpenText aliases
|
|
356
358
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
357
359
|
// BookPlus aliases
|
|
358
360
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
359
361
|
// BookText aliases
|
|
360
362
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
361
|
-
// BookOpen aliases
|
|
362
|
-
export { default as BookOpenIcon } from '../icons/book-open';
|
|
363
|
-
// BookType aliases
|
|
364
|
-
export { default as BookTypeIcon } from '../icons/book-type';
|
|
365
363
|
// BookUp2 aliases
|
|
366
364
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
367
|
-
//
|
|
368
|
-
export { default as
|
|
365
|
+
// BookType aliases
|
|
366
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
369
367
|
// BookUp aliases
|
|
370
368
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
369
|
+
// BookUser aliases
|
|
370
|
+
export { default as BookUserIcon } from '../icons/book-user';
|
|
371
371
|
// BookX aliases
|
|
372
372
|
export { default as BookXIcon } from '../icons/book-x';
|
|
373
373
|
// Book aliases
|
|
@@ -382,52 +382,52 @@ export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
|
382
382
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
383
383
|
// Bookmark aliases
|
|
384
384
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
385
|
-
// BotMessageSquare aliases
|
|
386
|
-
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
387
385
|
// BoomBox aliases
|
|
388
386
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
387
|
+
// BotMessageSquare aliases
|
|
388
|
+
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
389
389
|
// BotOff aliases
|
|
390
390
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
391
391
|
// Bot aliases
|
|
392
392
|
export { default as BotIcon } from '../icons/bot';
|
|
393
393
|
// BottleWine aliases
|
|
394
394
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
395
|
-
// Box aliases
|
|
396
|
-
export { default as BoxIcon } from '../icons/box';
|
|
397
395
|
// BowArrow aliases
|
|
398
396
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
397
|
+
// Box aliases
|
|
398
|
+
export { default as BoxIcon } from '../icons/box';
|
|
399
399
|
// Boxes aliases
|
|
400
400
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
401
401
|
// Brackets aliases
|
|
402
402
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
403
403
|
// BrainCircuit aliases
|
|
404
404
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
405
|
-
// Brain aliases
|
|
406
|
-
export { default as BrainIcon } from '../icons/brain';
|
|
407
405
|
// BrainCog aliases
|
|
408
406
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
407
|
+
// Brain aliases
|
|
408
|
+
export { default as BrainIcon } from '../icons/brain';
|
|
409
409
|
// BrickWallFire aliases
|
|
410
410
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
411
|
-
// BrickWallShield aliases
|
|
412
|
-
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
413
411
|
// BrickWall aliases
|
|
414
412
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
415
|
-
//
|
|
416
|
-
export { default as
|
|
413
|
+
// BrickWallShield aliases
|
|
414
|
+
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
417
415
|
// BriefcaseBusiness aliases
|
|
418
416
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
417
|
+
// BriefcaseConveyorBelt aliases
|
|
418
|
+
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
419
419
|
// BriefcaseMedical aliases
|
|
420
420
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
421
421
|
// Briefcase aliases
|
|
422
422
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
423
|
-
// BringToFront aliases
|
|
424
|
-
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
425
423
|
// BrushCleaning aliases
|
|
426
424
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
427
|
-
//
|
|
428
|
-
export { default as
|
|
425
|
+
// BringToFront aliases
|
|
426
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
429
427
|
// Brush aliases
|
|
430
428
|
export { default as BrushIcon } from '../icons/brush';
|
|
429
|
+
// Bubbles aliases
|
|
430
|
+
export { default as BubblesIcon } from '../icons/bubbles';
|
|
431
431
|
// BugOff aliases
|
|
432
432
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
433
433
|
// BugPlay aliases
|
|
@@ -456,52 +456,52 @@ export { default as CalculatorIcon } from '../icons/calculator';
|
|
|
456
456
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
457
457
|
// CalendarArrowDown aliases
|
|
458
458
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
459
|
-
// CalendarCheck2 aliases
|
|
460
|
-
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
461
459
|
// CalendarArrowUp aliases
|
|
462
460
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
461
|
+
// CalendarCheck2 aliases
|
|
462
|
+
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
463
463
|
// CalendarCheck aliases
|
|
464
464
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
465
|
-
// CalendarClock aliases
|
|
466
|
-
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
467
465
|
// CalendarCog aliases
|
|
468
466
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
467
|
+
// CalendarClock aliases
|
|
468
|
+
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
469
469
|
// CalendarDays aliases
|
|
470
470
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
471
471
|
// CalendarFold aliases
|
|
472
472
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
473
473
|
// CalendarHeart aliases
|
|
474
474
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
475
|
+
// CalendarMinus aliases
|
|
476
|
+
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
475
477
|
// CalendarMinus2 aliases
|
|
476
478
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
477
479
|
// CalendarOff aliases
|
|
478
480
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
479
|
-
// CalendarMinus aliases
|
|
480
|
-
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
481
481
|
// CalendarPlus2 aliases
|
|
482
482
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
483
483
|
// CalendarPlus aliases
|
|
484
484
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
485
485
|
// CalendarRange aliases
|
|
486
486
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
487
|
+
// CalendarSearch aliases
|
|
488
|
+
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
487
489
|
// CalendarSync aliases
|
|
488
490
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
489
491
|
// CalendarX2 aliases
|
|
490
492
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
491
|
-
// CalendarSearch aliases
|
|
492
|
-
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
493
493
|
// CalendarX aliases
|
|
494
494
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
495
495
|
// Calendar aliases
|
|
496
496
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
497
497
|
// CameraOff aliases
|
|
498
498
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
499
|
+
// Camera aliases
|
|
500
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
499
501
|
// CandyCane aliases
|
|
500
502
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
501
503
|
// CandyOff aliases
|
|
502
504
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
503
|
-
// Camera aliases
|
|
504
|
-
export { default as CameraIcon } from '../icons/camera';
|
|
505
505
|
// Candy aliases
|
|
506
506
|
export { default as CandyIcon } from '../icons/candy';
|
|
507
507
|
// Cannabis aliases
|
|
@@ -514,14 +514,14 @@ export { default as CarFrontIcon } from '../icons/car-front';
|
|
|
514
514
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
515
515
|
// Car aliases
|
|
516
516
|
export { default as CarIcon } from '../icons/car';
|
|
517
|
+
// Caravan aliases
|
|
518
|
+
export { default as CaravanIcon } from '../icons/caravan';
|
|
517
519
|
// CardSim aliases
|
|
518
520
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
519
|
-
// CaseLower aliases
|
|
520
|
-
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
521
521
|
// Carrot aliases
|
|
522
522
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
523
|
-
//
|
|
524
|
-
export { default as
|
|
523
|
+
// CaseLower aliases
|
|
524
|
+
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
525
525
|
// CaseSensitive aliases
|
|
526
526
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
527
527
|
// CaseUpper aliases
|
|
@@ -546,16 +546,16 @@ export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
|
546
546
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
547
547
|
// ChartColumnStacked aliases
|
|
548
548
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
549
|
-
// ChartNetwork aliases
|
|
550
|
-
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
551
549
|
// ChartGantt aliases
|
|
552
550
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
551
|
+
// ChartNetwork aliases
|
|
552
|
+
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
553
553
|
// ChartNoAxesColumnDecreasing aliases
|
|
554
554
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
555
|
-
// ChartSpline aliases
|
|
556
|
-
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
557
555
|
// ChartNoAxesCombined aliases
|
|
558
556
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
557
|
+
// ChartSpline aliases
|
|
558
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
559
559
|
// CheckCheck aliases
|
|
560
560
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
561
561
|
// CheckLine aliases
|
|
@@ -584,18 +584,18 @@ export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
|
584
584
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
585
585
|
// ChevronsLeftRightEllipsis aliases
|
|
586
586
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
587
|
-
// ChevronsLeft aliases
|
|
588
|
-
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
589
587
|
// ChevronsLeftRight aliases
|
|
590
588
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
589
|
+
// ChevronsLeft aliases
|
|
590
|
+
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
591
591
|
// ChevronsRightLeft aliases
|
|
592
592
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
593
|
+
// ChevronsRight aliases
|
|
594
|
+
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
593
595
|
// ChevronsUpDown aliases
|
|
594
596
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
595
597
|
// ChevronsUp aliases
|
|
596
598
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
597
|
-
// ChevronsRight aliases
|
|
598
|
-
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
599
599
|
// Church aliases
|
|
600
600
|
export { default as ChurchIcon } from '../icons/church';
|
|
601
601
|
// CigaretteOff aliases
|
|
@@ -606,20 +606,20 @@ export { default as CigaretteIcon } from '../icons/cigarette';
|
|
|
606
606
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
607
607
|
// CircleDollarSign aliases
|
|
608
608
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
609
|
-
// CircleDot aliases
|
|
610
|
-
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
611
609
|
// CircleDotDashed aliases
|
|
612
610
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
613
|
-
//
|
|
614
|
-
export { default as
|
|
611
|
+
// CircleDot aliases
|
|
612
|
+
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
615
613
|
// CircleEllipsis aliases
|
|
616
614
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
617
615
|
// CircleEqual aliases
|
|
618
616
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
619
|
-
//
|
|
620
|
-
export { default as
|
|
617
|
+
// CircleFadingArrowUp aliases
|
|
618
|
+
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
621
619
|
// CircleFadingPlus aliases
|
|
622
620
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
621
|
+
// CircleOff aliases
|
|
622
|
+
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
623
623
|
// CirclePoundSterling aliases
|
|
624
624
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
625
625
|
// CircleSlash aliases
|
|
@@ -644,20 +644,20 @@ export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
|
644
644
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
645
645
|
// ClipboardList aliases
|
|
646
646
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
647
|
-
// ClipboardPlus aliases
|
|
648
|
-
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
649
647
|
// ClipboardMinus aliases
|
|
650
648
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
651
649
|
// ClipboardPaste aliases
|
|
652
650
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
651
|
+
// ClipboardPlus aliases
|
|
652
|
+
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
653
653
|
// ClipboardType aliases
|
|
654
654
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
655
655
|
// ClipboardX aliases
|
|
656
656
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
657
|
-
// Clock1 aliases
|
|
658
|
-
export { default as Clock1Icon } from '../icons/clock-1';
|
|
659
657
|
// Clipboard aliases
|
|
660
658
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
659
|
+
// Clock1 aliases
|
|
660
|
+
export { default as Clock1Icon } from '../icons/clock-1';
|
|
661
661
|
// Clock10 aliases
|
|
662
662
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
663
663
|
// Clock11 aliases
|
|
@@ -672,10 +672,10 @@ export { default as Clock3Icon } from '../icons/clock-3';
|
|
|
672
672
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
673
673
|
// Clock5 aliases
|
|
674
674
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
675
|
-
// Clock7 aliases
|
|
676
|
-
export { default as Clock7Icon } from '../icons/clock-7';
|
|
677
675
|
// Clock6 aliases
|
|
678
676
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
677
|
+
// Clock7 aliases
|
|
678
|
+
export { default as Clock7Icon } from '../icons/clock-7';
|
|
679
679
|
// Clock8 aliases
|
|
680
680
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
681
681
|
// Clock9 aliases
|
|
@@ -684,24 +684,24 @@ export { default as Clock9Icon } from '../icons/clock-9';
|
|
|
684
684
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
685
685
|
// ClockArrowDown aliases
|
|
686
686
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
687
|
+
// ClockFading aliases
|
|
688
|
+
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
687
689
|
// ClockArrowUp aliases
|
|
688
690
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
689
691
|
// ClockPlus aliases
|
|
690
692
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
691
693
|
// Clock aliases
|
|
692
694
|
export { default as ClockIcon } from '../icons/clock';
|
|
693
|
-
// ClockFading aliases
|
|
694
|
-
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
695
695
|
// ClosedCaption aliases
|
|
696
696
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
697
697
|
// CloudAlert aliases
|
|
698
698
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
699
699
|
// CloudCheck aliases
|
|
700
700
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
701
|
-
// CloudDrizzle aliases
|
|
702
|
-
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
703
701
|
// CloudCog aliases
|
|
704
702
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
703
|
+
// CloudDrizzle aliases
|
|
704
|
+
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
705
705
|
// CloudFog aliases
|
|
706
706
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
707
707
|
// CloudHail aliases
|
|
@@ -716,10 +716,10 @@ export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
|
716
716
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
717
717
|
// CloudOff aliases
|
|
718
718
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
719
|
-
// CloudSnow aliases
|
|
720
|
-
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
721
719
|
// CloudRain aliases
|
|
722
720
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
721
|
+
// CloudSnow aliases
|
|
722
|
+
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
723
723
|
// CloudSunRain aliases
|
|
724
724
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
725
725
|
// CloudSun aliases
|
|
@@ -730,10 +730,10 @@ export { default as CloudIcon } from '../icons/cloud';
|
|
|
730
730
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
731
731
|
// Clover aliases
|
|
732
732
|
export { default as CloverIcon } from '../icons/clover';
|
|
733
|
-
// Code aliases
|
|
734
|
-
export { default as CodeIcon } from '../icons/code';
|
|
735
733
|
// Club aliases
|
|
736
734
|
export { default as ClubIcon } from '../icons/club';
|
|
735
|
+
// Code aliases
|
|
736
|
+
export { default as CodeIcon } from '../icons/code';
|
|
737
737
|
// Codepen aliases
|
|
738
738
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
739
739
|
// Codesandbox aliases
|
|
@@ -744,18 +744,18 @@ export { default as CoffeeIcon } from '../icons/coffee';
|
|
|
744
744
|
export { default as CogIcon } from '../icons/cog';
|
|
745
745
|
// Coins aliases
|
|
746
746
|
export { default as CoinsIcon } from '../icons/coins';
|
|
747
|
-
// Combine aliases
|
|
748
|
-
export { default as CombineIcon } from '../icons/combine';
|
|
749
747
|
// Columns4 aliases
|
|
750
748
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
749
|
+
// Combine aliases
|
|
750
|
+
export { default as CombineIcon } from '../icons/combine';
|
|
751
751
|
// Command aliases
|
|
752
752
|
export { default as CommandIcon } from '../icons/command';
|
|
753
|
-
// Computer aliases
|
|
754
|
-
export { default as ComputerIcon } from '../icons/computer';
|
|
755
753
|
// Compass aliases
|
|
756
754
|
export { default as CompassIcon } from '../icons/compass';
|
|
757
755
|
// Component aliases
|
|
758
756
|
export { default as ComponentIcon } from '../icons/component';
|
|
757
|
+
// Computer aliases
|
|
758
|
+
export { default as ComputerIcon } from '../icons/computer';
|
|
759
759
|
// ConciergeBell aliases
|
|
760
760
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
761
761
|
// Cone aliases
|
|
@@ -776,34 +776,34 @@ export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
|
776
776
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
777
777
|
// CopyMinus aliases
|
|
778
778
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
779
|
-
// CopySlash aliases
|
|
780
|
-
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
781
779
|
// CopyPlus aliases
|
|
782
780
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
781
|
+
// CopySlash aliases
|
|
782
|
+
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
783
783
|
// CopyX aliases
|
|
784
784
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
785
|
-
// Copyleft aliases
|
|
786
|
-
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
787
785
|
// Copy aliases
|
|
788
786
|
export { default as CopyIcon } from '../icons/copy';
|
|
787
|
+
// Copyleft aliases
|
|
788
|
+
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
789
789
|
// Copyright aliases
|
|
790
790
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
791
791
|
// CornerDownLeft aliases
|
|
792
792
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
793
793
|
// CornerDownRight aliases
|
|
794
794
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
795
|
-
// CornerLeftUp aliases
|
|
796
|
-
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
797
795
|
// CornerLeftDown aliases
|
|
798
796
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
797
|
+
// CornerLeftUp aliases
|
|
798
|
+
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
799
799
|
// CornerRightDown aliases
|
|
800
800
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
801
801
|
// CornerRightUp aliases
|
|
802
802
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
803
|
-
// CornerUpRight aliases
|
|
804
|
-
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
805
803
|
// CornerUpLeft aliases
|
|
806
804
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
805
|
+
// CornerUpRight aliases
|
|
806
|
+
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
807
807
|
// Cpu aliases
|
|
808
808
|
export { default as CpuIcon } from '../icons/cpu';
|
|
809
809
|
// CreativeCommons aliases
|
|
@@ -812,10 +812,10 @@ export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
|
812
812
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
813
813
|
// Croissant aliases
|
|
814
814
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
815
|
-
// Cross aliases
|
|
816
|
-
export { default as CrossIcon } from '../icons/cross';
|
|
817
815
|
// Crop aliases
|
|
818
816
|
export { default as CropIcon } from '../icons/crop';
|
|
817
|
+
// Cross aliases
|
|
818
|
+
export { default as CrossIcon } from '../icons/cross';
|
|
819
819
|
// Crosshair aliases
|
|
820
820
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
821
821
|
// Crown aliases
|
|
@@ -844,20 +844,20 @@ export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right
|
|
|
844
844
|
export { default as DeleteIcon } from '../icons/delete';
|
|
845
845
|
// Dessert aliases
|
|
846
846
|
export { default as DessertIcon } from '../icons/dessert';
|
|
847
|
-
// Diameter aliases
|
|
848
|
-
export { default as DiameterIcon } from '../icons/diameter';
|
|
849
847
|
// DiamondMinus aliases
|
|
850
848
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
849
|
+
// Diameter aliases
|
|
850
|
+
export { default as DiameterIcon } from '../icons/diameter';
|
|
851
851
|
// DiamondPlus aliases
|
|
852
852
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
853
|
-
// Dice1 aliases
|
|
854
|
-
export { default as Dice1Icon } from '../icons/dice-1';
|
|
855
853
|
// Diamond aliases
|
|
856
854
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
857
|
-
//
|
|
858
|
-
export { default as
|
|
855
|
+
// Dice1 aliases
|
|
856
|
+
export { default as Dice1Icon } from '../icons/dice-1';
|
|
859
857
|
// Dice2 aliases
|
|
860
858
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
859
|
+
// Dice3 aliases
|
|
860
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
861
861
|
// Dice4 aliases
|
|
862
862
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
863
863
|
// Dice5 aliases
|
|
@@ -890,16 +890,16 @@ export { default as DogIcon } from '../icons/dog';
|
|
|
890
890
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
891
891
|
// Donut aliases
|
|
892
892
|
export { default as DonutIcon } from '../icons/donut';
|
|
893
|
-
// DoorClosedLocked aliases
|
|
894
|
-
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
895
893
|
// DoorClosed aliases
|
|
896
894
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
897
|
-
//
|
|
898
|
-
export { default as
|
|
895
|
+
// DoorClosedLocked aliases
|
|
896
|
+
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
899
897
|
// DoorOpen aliases
|
|
900
898
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
901
899
|
// Download aliases
|
|
902
900
|
export { default as DownloadIcon } from '../icons/download';
|
|
901
|
+
// Dot aliases
|
|
902
|
+
export { default as DotIcon } from '../icons/dot';
|
|
903
903
|
// DraftingCompass aliases
|
|
904
904
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
905
905
|
// Drama aliases
|
|
@@ -908,24 +908,24 @@ export { default as DramaIcon } from '../icons/drama';
|
|
|
908
908
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
909
909
|
// Drill aliases
|
|
910
910
|
export { default as DrillIcon } from '../icons/drill';
|
|
911
|
-
// DropletOff aliases
|
|
912
|
-
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
913
911
|
// Drone aliases
|
|
914
912
|
export { default as DroneIcon } from '../icons/drone';
|
|
913
|
+
// DropletOff aliases
|
|
914
|
+
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
915
915
|
// Droplet aliases
|
|
916
916
|
export { default as DropletIcon } from '../icons/droplet';
|
|
917
917
|
// Droplets aliases
|
|
918
918
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
919
919
|
// Drum aliases
|
|
920
920
|
export { default as DrumIcon } from '../icons/drum';
|
|
921
|
+
// Drumstick aliases
|
|
922
|
+
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
923
|
+
// Dumbbell aliases
|
|
924
|
+
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
921
925
|
// EarOff aliases
|
|
922
926
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
923
927
|
// Ear aliases
|
|
924
928
|
export { default as EarIcon } from '../icons/ear';
|
|
925
|
-
// Dumbbell aliases
|
|
926
|
-
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
927
|
-
// Drumstick aliases
|
|
928
|
-
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
929
929
|
// EarthLock aliases
|
|
930
930
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
931
931
|
// Eclipse aliases
|
|
@@ -944,10 +944,12 @@ export { default as EqualNotIcon } from '../icons/equal-not';
|
|
|
944
944
|
export { default as EqualIcon } from '../icons/equal';
|
|
945
945
|
// Eraser aliases
|
|
946
946
|
export { default as EraserIcon } from '../icons/eraser';
|
|
947
|
-
// Euro aliases
|
|
948
|
-
export { default as EuroIcon } from '../icons/euro';
|
|
949
947
|
// EthernetPort aliases
|
|
950
948
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
949
|
+
// Euro aliases
|
|
950
|
+
export { default as EuroIcon } from '../icons/euro';
|
|
951
|
+
// EvCharger aliases
|
|
952
|
+
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
951
953
|
// Expand aliases
|
|
952
954
|
export { default as ExpandIcon } from '../icons/expand';
|
|
953
955
|
// ExternalLink aliases
|
|
@@ -956,20 +958,20 @@ export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
|
956
958
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
957
959
|
// EyeOff aliases
|
|
958
960
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
959
|
-
// Facebook aliases
|
|
960
|
-
export { default as FacebookIcon } from '../icons/facebook';
|
|
961
961
|
// Eye aliases
|
|
962
962
|
export { default as EyeIcon } from '../icons/eye';
|
|
963
|
+
// Facebook aliases
|
|
964
|
+
export { default as FacebookIcon } from '../icons/facebook';
|
|
963
965
|
// Factory aliases
|
|
964
966
|
export { default as FactoryIcon } from '../icons/factory';
|
|
965
967
|
// Fan aliases
|
|
966
968
|
export { default as FanIcon } from '../icons/fan';
|
|
967
969
|
// FastForward aliases
|
|
968
970
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
969
|
-
// Fence aliases
|
|
970
|
-
export { default as FenceIcon } from '../icons/fence';
|
|
971
971
|
// Feather aliases
|
|
972
972
|
export { default as FeatherIcon } from '../icons/feather';
|
|
973
|
+
// Fence aliases
|
|
974
|
+
export { default as FenceIcon } from '../icons/fence';
|
|
973
975
|
// FerrisWheel aliases
|
|
974
976
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
975
977
|
// Figma aliases
|
|
@@ -996,10 +998,10 @@ export { default as FileClockIcon } from '../icons/file-clock';
|
|
|
996
998
|
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
997
999
|
// FileCode aliases
|
|
998
1000
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
999
|
-
// FileDigit aliases
|
|
1000
|
-
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1001
1001
|
// FileDiff aliases
|
|
1002
1002
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1003
|
+
// FileDigit aliases
|
|
1004
|
+
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1003
1005
|
// FileDown aliases
|
|
1004
1006
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1005
1007
|
// FileHeart aliases
|
|
@@ -1010,10 +1012,10 @@ export { default as FileImageIcon } from '../icons/file-image';
|
|
|
1010
1012
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1011
1013
|
// FileJson2 aliases
|
|
1012
1014
|
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
1013
|
-
// FileKey2 aliases
|
|
1014
|
-
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
1015
1015
|
// FileJson aliases
|
|
1016
1016
|
export { default as FileJsonIcon } from '../icons/file-json';
|
|
1017
|
+
// FileKey2 aliases
|
|
1018
|
+
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
1017
1019
|
// FileKey aliases
|
|
1018
1020
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
1019
1021
|
// FileLock2 aliases
|
|
@@ -1034,24 +1036,24 @@ export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
|
1034
1036
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1035
1037
|
// FileScan aliases
|
|
1036
1038
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1037
|
-
// FileSearch aliases
|
|
1038
|
-
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1039
1039
|
// FileSearch2 aliases
|
|
1040
1040
|
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1041
|
+
// FileSearch aliases
|
|
1042
|
+
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1041
1043
|
// FileSliders aliases
|
|
1042
1044
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1043
1045
|
// FileSpreadsheet aliases
|
|
1044
1046
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1045
|
-
// FileSymlink aliases
|
|
1046
|
-
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1047
1047
|
// FileStack aliases
|
|
1048
1048
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1049
|
+
// FileSymlink aliases
|
|
1050
|
+
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1049
1051
|
// FileTerminal aliases
|
|
1050
1052
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1051
|
-
// FileType2 aliases
|
|
1052
|
-
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1053
1053
|
// FileText aliases
|
|
1054
1054
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1055
|
+
// FileType2 aliases
|
|
1056
|
+
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1055
1057
|
// FileType aliases
|
|
1056
1058
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1057
1059
|
// FileUp aliases
|
|
@@ -1060,32 +1062,32 @@ export { default as FileUpIcon } from '../icons/file-up';
|
|
|
1060
1062
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1061
1063
|
// FileVolume2 aliases
|
|
1062
1064
|
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1063
|
-
// FileVolume aliases
|
|
1064
|
-
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1065
1065
|
// FileWarning aliases
|
|
1066
1066
|
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1067
|
+
// FileVolume aliases
|
|
1068
|
+
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1067
1069
|
// FileX2 aliases
|
|
1068
1070
|
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1069
1071
|
// FileX aliases
|
|
1070
1072
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1071
1073
|
// File aliases
|
|
1072
1074
|
export { default as FileIcon } from '../icons/file';
|
|
1073
|
-
// Files aliases
|
|
1074
|
-
export { default as FilesIcon } from '../icons/files';
|
|
1075
1075
|
// Film aliases
|
|
1076
1076
|
export { default as FilmIcon } from '../icons/film';
|
|
1077
|
-
//
|
|
1078
|
-
export { default as
|
|
1077
|
+
// Files aliases
|
|
1078
|
+
export { default as FilesIcon } from '../icons/files';
|
|
1079
1079
|
// Fingerprint aliases
|
|
1080
1080
|
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1081
|
-
//
|
|
1082
|
-
export { default as
|
|
1081
|
+
// FireExtinguisher aliases
|
|
1082
|
+
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1083
1083
|
// FishSymbol aliases
|
|
1084
1084
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1085
|
-
//
|
|
1086
|
-
export { default as
|
|
1085
|
+
// FishOff aliases
|
|
1086
|
+
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1087
1087
|
// Fish aliases
|
|
1088
1088
|
export { default as FishIcon } from '../icons/fish';
|
|
1089
|
+
// FlagOff aliases
|
|
1090
|
+
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1089
1091
|
// FlagTriangleLeft aliases
|
|
1090
1092
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1091
1093
|
// FlagTriangleRight aliases
|
|
@@ -1104,32 +1106,32 @@ export { default as FlashlightIcon } from '../icons/flashlight';
|
|
|
1104
1106
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1105
1107
|
// FlaskConical aliases
|
|
1106
1108
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1107
|
-
// FlipHorizontal2 aliases
|
|
1108
|
-
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1109
1109
|
// FlaskRound aliases
|
|
1110
1110
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1111
|
+
// FlipHorizontal2 aliases
|
|
1112
|
+
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1111
1113
|
// FlipHorizontal aliases
|
|
1112
1114
|
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1113
1115
|
// FlipVertical2 aliases
|
|
1114
1116
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1115
|
-
// Flower2 aliases
|
|
1116
|
-
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1117
1117
|
// FlipVertical aliases
|
|
1118
1118
|
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1119
|
+
// Flower2 aliases
|
|
1120
|
+
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1119
1121
|
// Flower aliases
|
|
1120
1122
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1121
1123
|
// Focus aliases
|
|
1122
1124
|
export { default as FocusIcon } from '../icons/focus';
|
|
1123
1125
|
// FoldHorizontal aliases
|
|
1124
1126
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1127
|
+
// FoldVertical aliases
|
|
1128
|
+
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1125
1129
|
// FolderArchive aliases
|
|
1126
1130
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1127
1131
|
// FolderCheck aliases
|
|
1128
1132
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1129
1133
|
// FolderClock aliases
|
|
1130
1134
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1131
|
-
// FoldVertical aliases
|
|
1132
|
-
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1133
1135
|
// FolderClosed aliases
|
|
1134
1136
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1135
1137
|
// FolderCode aliases
|
|
@@ -1140,10 +1142,10 @@ export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
|
1140
1142
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1141
1143
|
// FolderGit2 aliases
|
|
1142
1144
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1143
|
-
// FolderHeart aliases
|
|
1144
|
-
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1145
1145
|
// FolderGit aliases
|
|
1146
1146
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1147
|
+
// FolderHeart aliases
|
|
1148
|
+
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1147
1149
|
// FolderInput aliases
|
|
1148
1150
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1149
1151
|
// FolderKanban aliases
|
|
@@ -1152,10 +1154,10 @@ export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
|
1152
1154
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1153
1155
|
// FolderMinus aliases
|
|
1154
1156
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1155
|
-
// FolderOpenDot aliases
|
|
1156
|
-
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1157
1157
|
// FolderLock aliases
|
|
1158
1158
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1159
|
+
// FolderOpenDot aliases
|
|
1160
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1159
1161
|
// FolderOpen aliases
|
|
1160
1162
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1161
1163
|
// FolderOutput aliases
|
|
@@ -1172,56 +1174,56 @@ export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
|
1172
1174
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1173
1175
|
// FolderSync aliases
|
|
1174
1176
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1175
|
-
// FolderTree aliases
|
|
1176
|
-
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1177
1177
|
// FolderUp aliases
|
|
1178
1178
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1179
|
-
//
|
|
1180
|
-
export { default as
|
|
1179
|
+
// FolderTree aliases
|
|
1180
|
+
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1181
1181
|
// FolderX aliases
|
|
1182
1182
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1183
|
+
// Folder aliases
|
|
1184
|
+
export { default as FolderIcon } from '../icons/folder';
|
|
1183
1185
|
// Folders aliases
|
|
1184
1186
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1185
1187
|
// Footprints aliases
|
|
1186
1188
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1187
1189
|
// Forklift aliases
|
|
1188
1190
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1189
|
-
// Frame aliases
|
|
1190
|
-
export { default as FrameIcon } from '../icons/frame';
|
|
1191
1191
|
// Forward aliases
|
|
1192
1192
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1193
|
-
//
|
|
1194
|
-
export { default as
|
|
1193
|
+
// Frame aliases
|
|
1194
|
+
export { default as FrameIcon } from '../icons/frame';
|
|
1195
1195
|
// Framer aliases
|
|
1196
1196
|
export { default as FramerIcon } from '../icons/framer';
|
|
1197
|
+
// Frown aliases
|
|
1198
|
+
export { default as FrownIcon } from '../icons/frown';
|
|
1197
1199
|
// Fuel aliases
|
|
1198
1200
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1199
|
-
// FunnelPlus aliases
|
|
1200
|
-
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1201
1201
|
// Fullscreen aliases
|
|
1202
1202
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1203
|
+
// FunnelPlus aliases
|
|
1204
|
+
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1203
1205
|
// GalleryHorizontalEnd aliases
|
|
1204
1206
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1205
1207
|
// GalleryHorizontal aliases
|
|
1206
1208
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1207
|
-
// GalleryVerticalEnd aliases
|
|
1208
|
-
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1209
1209
|
// GalleryThumbnails aliases
|
|
1210
1210
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1211
|
-
//
|
|
1212
|
-
export { default as
|
|
1211
|
+
// GalleryVerticalEnd aliases
|
|
1212
|
+
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1213
1213
|
// GalleryVertical aliases
|
|
1214
1214
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1215
|
+
// Gamepad2 aliases
|
|
1216
|
+
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1215
1217
|
// Gamepad aliases
|
|
1216
1218
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1217
1219
|
// Gauge aliases
|
|
1218
1220
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1219
1221
|
// Gavel aliases
|
|
1220
1222
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1221
|
-
// GeorgianLari aliases
|
|
1222
|
-
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1223
1223
|
// Gem aliases
|
|
1224
1224
|
export { default as GemIcon } from '../icons/gem';
|
|
1225
|
+
// GeorgianLari aliases
|
|
1226
|
+
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1225
1227
|
// Ghost aliases
|
|
1226
1228
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1227
1229
|
// Gift aliases
|
|
@@ -1238,28 +1240,28 @@ export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
|
1238
1240
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1239
1241
|
// GitFork aliases
|
|
1240
1242
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1241
|
-
// GitMerge aliases
|
|
1242
|
-
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1243
1243
|
// GitGraph aliases
|
|
1244
1244
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1245
|
-
//
|
|
1246
|
-
export { default as
|
|
1245
|
+
// GitMerge aliases
|
|
1246
|
+
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1247
1247
|
// GitPullRequestArrow aliases
|
|
1248
1248
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1249
|
+
// GitPullRequestClosed aliases
|
|
1250
|
+
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1249
1251
|
// GitPullRequestCreateArrow aliases
|
|
1250
1252
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1251
|
-
// GitPullRequestCreate aliases
|
|
1252
|
-
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1253
1253
|
// GitPullRequestDraft aliases
|
|
1254
1254
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1255
|
-
//
|
|
1256
|
-
export { default as
|
|
1255
|
+
// GitPullRequestCreate aliases
|
|
1256
|
+
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1257
1257
|
// GitPullRequest aliases
|
|
1258
1258
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1259
|
-
//
|
|
1260
|
-
export { default as
|
|
1259
|
+
// Github aliases
|
|
1260
|
+
export { default as GithubIcon } from '../icons/github';
|
|
1261
1261
|
// Gitlab aliases
|
|
1262
1262
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1263
|
+
// GlassWater aliases
|
|
1264
|
+
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1263
1265
|
// Glasses aliases
|
|
1264
1266
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1265
1267
|
// GlobeLock aliases
|
|
@@ -1308,14 +1310,14 @@ export { default as HandIcon } from '../icons/hand';
|
|
|
1308
1310
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1309
1311
|
// Handshake aliases
|
|
1310
1312
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1311
|
-
//
|
|
1312
|
-
export { default as
|
|
1313
|
+
// HardDriveDownload aliases
|
|
1314
|
+
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1313
1315
|
// HardDrive aliases
|
|
1314
1316
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1317
|
+
// HardDriveUpload aliases
|
|
1318
|
+
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1315
1319
|
// HardHat aliases
|
|
1316
1320
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1317
|
-
// HardDriveDownload aliases
|
|
1318
|
-
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1319
1321
|
// Hash aliases
|
|
1320
1322
|
export { default as HashIcon } from '../icons/hash';
|
|
1321
1323
|
// HatGlasses aliases
|
|
@@ -1324,22 +1326,22 @@ export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
|
1324
1326
|
export { default as HazeIcon } from '../icons/haze';
|
|
1325
1327
|
// HdmiPort aliases
|
|
1326
1328
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1327
|
-
// Heading2 aliases
|
|
1328
|
-
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1329
1329
|
// Heading1 aliases
|
|
1330
1330
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1331
|
+
// Heading2 aliases
|
|
1332
|
+
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1331
1333
|
// Heading3 aliases
|
|
1332
1334
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1333
1335
|
// Heading4 aliases
|
|
1334
1336
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1335
|
-
// Heading6 aliases
|
|
1336
|
-
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1337
1337
|
// Heading5 aliases
|
|
1338
1338
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1339
|
-
//
|
|
1340
|
-
export { default as
|
|
1339
|
+
// Heading6 aliases
|
|
1340
|
+
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1341
1341
|
// Heading aliases
|
|
1342
1342
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1343
|
+
// HeadphoneOff aliases
|
|
1344
|
+
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1343
1345
|
// Headphones aliases
|
|
1344
1346
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1345
1347
|
// Headset aliases
|
|
@@ -1348,10 +1350,10 @@ export { default as HeadsetIcon } from '../icons/headset';
|
|
|
1348
1350
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1349
1351
|
// HeartHandshake aliases
|
|
1350
1352
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1351
|
-
// HeartOff aliases
|
|
1352
|
-
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1353
1353
|
// HeartMinus aliases
|
|
1354
1354
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1355
|
+
// HeartOff aliases
|
|
1356
|
+
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1355
1357
|
// HeartPlus aliases
|
|
1356
1358
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1357
1359
|
// HeartPulse aliases
|
|
@@ -1360,10 +1362,10 @@ export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
|
1360
1362
|
export { default as HeartIcon } from '../icons/heart';
|
|
1361
1363
|
// Heater aliases
|
|
1362
1364
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1363
|
-
// Hexagon aliases
|
|
1364
|
-
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1365
1365
|
// Highlighter aliases
|
|
1366
1366
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1367
|
+
// Hexagon aliases
|
|
1368
|
+
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1367
1369
|
// History aliases
|
|
1368
1370
|
export { default as HistoryIcon } from '../icons/history';
|
|
1369
1371
|
// HopOff aliases
|
|
@@ -1372,36 +1374,36 @@ export { default as HopOffIcon } from '../icons/hop-off';
|
|
|
1372
1374
|
export { default as HopIcon } from '../icons/hop';
|
|
1373
1375
|
// Hospital aliases
|
|
1374
1376
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1377
|
+
// Hotel aliases
|
|
1378
|
+
export { default as HotelIcon } from '../icons/hotel';
|
|
1375
1379
|
// Hourglass aliases
|
|
1376
1380
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1377
1381
|
// HouseHeart aliases
|
|
1378
1382
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1379
|
-
// Hotel aliases
|
|
1380
|
-
export { default as HotelIcon } from '../icons/hotel';
|
|
1381
1383
|
// HousePlug aliases
|
|
1382
1384
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1383
1385
|
// HousePlus aliases
|
|
1384
1386
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1385
|
-
// IdCardLanyard aliases
|
|
1386
|
-
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1387
1387
|
// HouseWifi aliases
|
|
1388
1388
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1389
|
+
// IdCardLanyard aliases
|
|
1390
|
+
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1389
1391
|
// IdCard aliases
|
|
1390
1392
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1391
1393
|
// ImageDown aliases
|
|
1392
1394
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1395
|
+
// ImageOff aliases
|
|
1396
|
+
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1393
1397
|
// ImageMinus aliases
|
|
1394
1398
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1395
1399
|
// ImagePlay aliases
|
|
1396
1400
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1397
|
-
// ImageOff aliases
|
|
1398
|
-
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1399
1401
|
// ImagePlus aliases
|
|
1400
1402
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1401
|
-
// ImageUp aliases
|
|
1402
|
-
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1403
1403
|
// ImageUpscale aliases
|
|
1404
1404
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1405
|
+
// ImageUp aliases
|
|
1406
|
+
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1405
1407
|
// Image aliases
|
|
1406
1408
|
export { default as ImageIcon } from '../icons/image';
|
|
1407
1409
|
// Import aliases
|
|
@@ -1430,18 +1432,18 @@ export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
|
1430
1432
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1431
1433
|
// Joystick aliases
|
|
1432
1434
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1433
|
-
// Kayak aliases
|
|
1434
|
-
export { default as KayakIcon } from '../icons/kayak';
|
|
1435
1435
|
// Kanban aliases
|
|
1436
1436
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1437
|
+
// Kayak aliases
|
|
1438
|
+
export { default as KayakIcon } from '../icons/kayak';
|
|
1437
1439
|
// KeyRound aliases
|
|
1438
1440
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1439
1441
|
// KeySquare aliases
|
|
1440
1442
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1441
|
-
// Key aliases
|
|
1442
|
-
export { default as KeyIcon } from '../icons/key';
|
|
1443
1443
|
// KeyboardMusic aliases
|
|
1444
1444
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1445
|
+
// Key aliases
|
|
1446
|
+
export { default as KeyIcon } from '../icons/key';
|
|
1445
1447
|
// KeyboardOff aliases
|
|
1446
1448
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1447
1449
|
// Keyboard aliases
|
|
@@ -1460,10 +1462,10 @@ export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
|
1460
1462
|
export { default as LampIcon } from '../icons/lamp';
|
|
1461
1463
|
// LandPlot aliases
|
|
1462
1464
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1463
|
-
// Languages aliases
|
|
1464
|
-
export { default as LanguagesIcon } from '../icons/languages';
|
|
1465
1465
|
// Landmark aliases
|
|
1466
1466
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1467
|
+
// Languages aliases
|
|
1468
|
+
export { default as LanguagesIcon } from '../icons/languages';
|
|
1467
1469
|
// LaptopMinimalCheck aliases
|
|
1468
1470
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1469
1471
|
// Laptop aliases
|
|
@@ -1478,32 +1480,32 @@ export { default as LaughIcon } from '../icons/laugh';
|
|
|
1478
1480
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1479
1481
|
// LayoutDashboard aliases
|
|
1480
1482
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1481
|
-
// LayoutList aliases
|
|
1482
|
-
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1483
1483
|
// LayoutGrid aliases
|
|
1484
1484
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1485
|
-
//
|
|
1486
|
-
export { default as
|
|
1485
|
+
// LayoutList aliases
|
|
1486
|
+
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1487
1487
|
// LayoutPanelLeft aliases
|
|
1488
1488
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1489
|
+
// LayoutPanelTop aliases
|
|
1490
|
+
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1489
1491
|
// LayoutTemplate aliases
|
|
1490
1492
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1491
|
-
// LeafyGreen aliases
|
|
1492
|
-
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1493
1493
|
// Leaf aliases
|
|
1494
1494
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1495
|
-
//
|
|
1496
|
-
export { default as
|
|
1495
|
+
// LeafyGreen aliases
|
|
1496
|
+
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1497
1497
|
// Lectern aliases
|
|
1498
1498
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1499
|
+
// LibraryBig aliases
|
|
1500
|
+
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1499
1501
|
// Library aliases
|
|
1500
1502
|
export { default as LibraryIcon } from '../icons/library';
|
|
1501
1503
|
// LifeBuoy aliases
|
|
1502
1504
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1503
|
-
// LightbulbOff aliases
|
|
1504
|
-
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1505
1505
|
// Ligature aliases
|
|
1506
1506
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1507
|
+
// LightbulbOff aliases
|
|
1508
|
+
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1507
1509
|
// Lightbulb aliases
|
|
1508
1510
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1509
1511
|
// LineSquiggle aliases
|
|
@@ -1514,34 +1516,34 @@ export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
|
1514
1516
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1515
1517
|
// Link aliases
|
|
1516
1518
|
export { default as LinkIcon } from '../icons/link';
|
|
1517
|
-
// ListCheck aliases
|
|
1518
|
-
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1519
1519
|
// Linkedin aliases
|
|
1520
1520
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1521
|
+
// ListCheck aliases
|
|
1522
|
+
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1521
1523
|
// ListChecks aliases
|
|
1522
1524
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1523
1525
|
// ListChevronsDownUp aliases
|
|
1524
1526
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1527
|
+
// ListCollapse aliases
|
|
1528
|
+
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1525
1529
|
// ListChevronsUpDown aliases
|
|
1526
1530
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1527
1531
|
// ListEnd aliases
|
|
1528
1532
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1529
1533
|
// ListFilterPlus aliases
|
|
1530
1534
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1531
|
-
// ListCollapse aliases
|
|
1532
|
-
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1533
1535
|
// ListFilter aliases
|
|
1534
1536
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1535
1537
|
// ListMinus aliases
|
|
1536
1538
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1537
|
-
// ListOrdered aliases
|
|
1538
|
-
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1539
1539
|
// ListMusic aliases
|
|
1540
1540
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1541
|
-
//
|
|
1542
|
-
export { default as
|
|
1541
|
+
// ListOrdered aliases
|
|
1542
|
+
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1543
1543
|
// ListPlus aliases
|
|
1544
1544
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1545
|
+
// ListRestart aliases
|
|
1546
|
+
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1545
1547
|
// ListStart aliases
|
|
1546
1548
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1547
1549
|
// ListTodo aliases
|
|
@@ -1554,10 +1556,10 @@ export { default as ListVideoIcon } from '../icons/list-video';
|
|
|
1554
1556
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1555
1557
|
// List aliases
|
|
1556
1558
|
export { default as ListIcon } from '../icons/list';
|
|
1557
|
-
// Loader aliases
|
|
1558
|
-
export { default as LoaderIcon } from '../icons/loader';
|
|
1559
1559
|
// LoaderPinwheel aliases
|
|
1560
1560
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1561
|
+
// Loader aliases
|
|
1562
|
+
export { default as LoaderIcon } from '../icons/loader';
|
|
1561
1563
|
// LocateFixed aliases
|
|
1562
1564
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1563
1565
|
// LocateOff aliases
|
|
@@ -1574,10 +1576,10 @@ export { default as LogInIcon } from '../icons/log-in';
|
|
|
1574
1576
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1575
1577
|
// Logs aliases
|
|
1576
1578
|
export { default as LogsIcon } from '../icons/logs';
|
|
1577
|
-
// Luggage aliases
|
|
1578
|
-
export { default as LuggageIcon } from '../icons/luggage';
|
|
1579
1579
|
// Lollipop aliases
|
|
1580
1580
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1581
|
+
// Luggage aliases
|
|
1582
|
+
export { default as LuggageIcon } from '../icons/luggage';
|
|
1581
1583
|
// Magnet aliases
|
|
1582
1584
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1583
1585
|
// MailCheck aliases
|
|
@@ -1586,12 +1588,12 @@ export { default as MailCheckIcon } from '../icons/mail-check';
|
|
|
1586
1588
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1587
1589
|
// MailOpen aliases
|
|
1588
1590
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1591
|
+
// MailPlus aliases
|
|
1592
|
+
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1589
1593
|
// MailSearch aliases
|
|
1590
1594
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1591
1595
|
// MailWarning aliases
|
|
1592
1596
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1593
|
-
// MailPlus aliases
|
|
1594
|
-
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1595
1597
|
// MailX aliases
|
|
1596
1598
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1597
1599
|
// Mail aliases
|
|
@@ -1602,14 +1604,14 @@ export { default as MailboxIcon } from '../icons/mailbox';
|
|
|
1602
1604
|
export { default as MailsIcon } from '../icons/mails';
|
|
1603
1605
|
// MapMinus aliases
|
|
1604
1606
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1605
|
-
// MapPinCheck aliases
|
|
1606
|
-
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1607
|
-
// MapPinHouse aliases
|
|
1608
|
-
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1609
1607
|
// MapPinCheckInside aliases
|
|
1610
1608
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1609
|
+
// MapPinCheck aliases
|
|
1610
|
+
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1611
1611
|
// MapPinMinusInside aliases
|
|
1612
1612
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1613
|
+
// MapPinHouse aliases
|
|
1614
|
+
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1613
1615
|
// MapPinMinus aliases
|
|
1614
1616
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1615
1617
|
// MapPinOff aliases
|
|
@@ -1626,20 +1628,20 @@ export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
|
1626
1628
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1627
1629
|
// MapPinned aliases
|
|
1628
1630
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1629
|
-
// Map aliases
|
|
1630
|
-
export { default as MapIcon } from '../icons/map';
|
|
1631
1631
|
// MapPlus aliases
|
|
1632
1632
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1633
|
-
//
|
|
1634
|
-
export { default as
|
|
1633
|
+
// Map aliases
|
|
1634
|
+
export { default as MapIcon } from '../icons/map';
|
|
1635
1635
|
// MarsStroke aliases
|
|
1636
1636
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1637
|
+
// Mars aliases
|
|
1638
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1637
1639
|
// Martini aliases
|
|
1638
1640
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1639
|
-
// Maximize aliases
|
|
1640
|
-
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1641
1641
|
// Maximize2 aliases
|
|
1642
1642
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1643
|
+
// Maximize aliases
|
|
1644
|
+
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1643
1645
|
// Medal aliases
|
|
1644
1646
|
export { default as MedalIcon } from '../icons/medal';
|
|
1645
1647
|
// MegaphoneOff aliases
|
|
@@ -1652,10 +1654,10 @@ export { default as MehIcon } from '../icons/meh';
|
|
|
1652
1654
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1653
1655
|
// Menu aliases
|
|
1654
1656
|
export { default as MenuIcon } from '../icons/menu';
|
|
1655
|
-
// MessageCircleCode aliases
|
|
1656
|
-
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1657
1657
|
// Merge aliases
|
|
1658
1658
|
export { default as MergeIcon } from '../icons/merge';
|
|
1659
|
+
// MessageCircleCode aliases
|
|
1660
|
+
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1659
1661
|
// MessageCircleDashed aliases
|
|
1660
1662
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1661
1663
|
// MessageCircleHeart aliases
|
|
@@ -1674,10 +1676,10 @@ export { default as MessageCircleWarningIcon } from '../icons/message-circle-war
|
|
|
1674
1676
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1675
1677
|
// MessageCircle aliases
|
|
1676
1678
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1677
|
-
// MessageSquareDashed aliases
|
|
1678
|
-
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1679
1679
|
// MessageSquareCode aliases
|
|
1680
1680
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1681
|
+
// MessageSquareDashed aliases
|
|
1682
|
+
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1681
1683
|
// MessageSquareDiff aliases
|
|
1682
1684
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1683
1685
|
// MessageSquareDot aliases
|
|
@@ -1690,12 +1692,12 @@ export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
|
1690
1692
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1691
1693
|
// MessageSquareOff aliases
|
|
1692
1694
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1695
|
+
// MessageSquareQuote aliases
|
|
1696
|
+
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1693
1697
|
// MessageSquarePlus aliases
|
|
1694
1698
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1695
1699
|
// MessageSquareReply aliases
|
|
1696
1700
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1697
|
-
// MessageSquareQuote aliases
|
|
1698
|
-
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1699
1701
|
// MessageSquareShare aliases
|
|
1700
1702
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1701
1703
|
// MessageSquareText aliases
|
|
@@ -1714,10 +1716,10 @@ export { default as MicOffIcon } from '../icons/mic-off';
|
|
|
1714
1716
|
export { default as MicIcon } from '../icons/mic';
|
|
1715
1717
|
// Microchip aliases
|
|
1716
1718
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1717
|
-
// Microwave aliases
|
|
1718
|
-
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1719
1719
|
// Microscope aliases
|
|
1720
1720
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1721
|
+
// Microwave aliases
|
|
1722
|
+
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1721
1723
|
// Milestone aliases
|
|
1722
1724
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1723
1725
|
// MilkOff aliases
|
|
@@ -1742,28 +1744,30 @@ export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
|
1742
1744
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1743
1745
|
// MonitorPause aliases
|
|
1744
1746
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1745
|
-
// MonitorSmartphone aliases
|
|
1746
|
-
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1747
1747
|
// MonitorPlay aliases
|
|
1748
1748
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1749
|
+
// MonitorSmartphone aliases
|
|
1750
|
+
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1749
1751
|
// MonitorSpeaker aliases
|
|
1750
1752
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1751
1753
|
// MonitorStop aliases
|
|
1752
1754
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1753
|
-
// MonitorX aliases
|
|
1754
|
-
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1755
1755
|
// MonitorUp aliases
|
|
1756
1756
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1757
|
+
// MonitorX aliases
|
|
1758
|
+
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1757
1759
|
// Monitor aliases
|
|
1758
1760
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1759
1761
|
// MoonStar aliases
|
|
1760
1762
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1763
|
+
// Moon aliases
|
|
1764
|
+
export { default as MoonIcon } from '../icons/moon';
|
|
1765
|
+
// Motorbike aliases
|
|
1766
|
+
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1761
1767
|
// MountainSnow aliases
|
|
1762
1768
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1763
1769
|
// Mountain aliases
|
|
1764
1770
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1765
|
-
// Moon aliases
|
|
1766
|
-
export { default as MoonIcon } from '../icons/moon';
|
|
1767
1771
|
// MouseOff aliases
|
|
1768
1772
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1769
1773
|
// MousePointer2 aliases
|
|
@@ -1788,12 +1792,12 @@ export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
|
1788
1792
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1789
1793
|
// MoveHorizontal aliases
|
|
1790
1794
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1791
|
-
// MoveRight aliases
|
|
1792
|
-
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1793
|
-
// MoveUpLeft aliases
|
|
1794
|
-
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1795
1795
|
// MoveLeft aliases
|
|
1796
1796
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1797
|
+
// MoveUpLeft aliases
|
|
1798
|
+
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1799
|
+
// MoveRight aliases
|
|
1800
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1797
1801
|
// MoveUpRight aliases
|
|
1798
1802
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1799
1803
|
// MoveUp aliases
|
|
@@ -1808,20 +1812,20 @@ export { default as Music2Icon } from '../icons/music-2';
|
|
|
1808
1812
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1809
1813
|
// Music4 aliases
|
|
1810
1814
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1811
|
-
// Navigation2Off aliases
|
|
1812
|
-
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1813
1815
|
// Music aliases
|
|
1814
1816
|
export { default as MusicIcon } from '../icons/music';
|
|
1817
|
+
// Navigation2Off aliases
|
|
1818
|
+
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1815
1819
|
// Navigation2 aliases
|
|
1816
1820
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1817
1821
|
// NavigationOff aliases
|
|
1818
1822
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1819
1823
|
// Navigation aliases
|
|
1820
1824
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1821
|
-
// Newspaper aliases
|
|
1822
|
-
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1823
1825
|
// Network aliases
|
|
1824
1826
|
export { default as NetworkIcon } from '../icons/network';
|
|
1827
|
+
// Newspaper aliases
|
|
1828
|
+
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1825
1829
|
// Nfc aliases
|
|
1826
1830
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1827
1831
|
// NonBinary aliases
|
|
@@ -1838,18 +1842,18 @@ export { default as NotebookIcon } from '../icons/notebook';
|
|
|
1838
1842
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1839
1843
|
// NotepadText aliases
|
|
1840
1844
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1841
|
-
// Nut aliases
|
|
1842
|
-
export { default as NutIcon } from '../icons/nut';
|
|
1843
1845
|
// NutOff aliases
|
|
1844
1846
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1847
|
+
// Nut aliases
|
|
1848
|
+
export { default as NutIcon } from '../icons/nut';
|
|
1845
1849
|
// OctagonMinus aliases
|
|
1846
1850
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1847
1851
|
// Octagon aliases
|
|
1848
1852
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1849
|
-
// Option aliases
|
|
1850
|
-
export { default as OptionIcon } from '../icons/option';
|
|
1851
1853
|
// Omega aliases
|
|
1852
1854
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1855
|
+
// Option aliases
|
|
1856
|
+
export { default as OptionIcon } from '../icons/option';
|
|
1853
1857
|
// Orbit aliases
|
|
1854
1858
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1855
1859
|
// Origami aliases
|
|
@@ -1866,10 +1870,10 @@ export { default as PackageOpenIcon } from '../icons/package-open';
|
|
|
1866
1870
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1867
1871
|
// PackageSearch aliases
|
|
1868
1872
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1869
|
-
// Package aliases
|
|
1870
|
-
export { default as PackageIcon } from '../icons/package';
|
|
1871
1873
|
// PackageX aliases
|
|
1872
1874
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1875
|
+
// Package aliases
|
|
1876
|
+
export { default as PackageIcon } from '../icons/package';
|
|
1873
1877
|
// PaintBucket aliases
|
|
1874
1878
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1875
1879
|
// PaintRoller aliases
|
|
@@ -1882,14 +1886,14 @@ export { default as PaletteIcon } from '../icons/palette';
|
|
|
1882
1886
|
export { default as PandaIcon } from '../icons/panda';
|
|
1883
1887
|
// PanelBottomClose aliases
|
|
1884
1888
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1885
|
-
// PanelBottomOpen aliases
|
|
1886
|
-
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1887
1889
|
// PanelBottom aliases
|
|
1888
1890
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1889
|
-
//
|
|
1890
|
-
export { default as
|
|
1891
|
+
// PanelBottomOpen aliases
|
|
1892
|
+
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1891
1893
|
// PanelLeftRightDashed aliases
|
|
1892
1894
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1895
|
+
// PanelRightClose aliases
|
|
1896
|
+
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1893
1897
|
// PanelRightOpen aliases
|
|
1894
1898
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1895
1899
|
// PanelRight aliases
|
|
@@ -1902,30 +1906,30 @@ export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
|
1902
1906
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1903
1907
|
// PanelTop aliases
|
|
1904
1908
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1905
|
-
// PanelsLeftBottom aliases
|
|
1906
|
-
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1907
1909
|
// PanelsRightBottom aliases
|
|
1908
1910
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1911
|
+
// PanelsLeftBottom aliases
|
|
1912
|
+
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1909
1913
|
// Paperclip aliases
|
|
1910
1914
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1915
|
+
// Parentheses aliases
|
|
1916
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1911
1917
|
// ParkingMeter aliases
|
|
1912
1918
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1913
1919
|
// PartyPopper aliases
|
|
1914
1920
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1915
1921
|
// Pause aliases
|
|
1916
1922
|
export { default as PauseIcon } from '../icons/pause';
|
|
1917
|
-
// Parentheses aliases
|
|
1918
|
-
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1919
1923
|
// PawPrint aliases
|
|
1920
1924
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1921
1925
|
// PcCase aliases
|
|
1922
1926
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1923
1927
|
// PenOff aliases
|
|
1924
1928
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1925
|
-
// PenTool aliases
|
|
1926
|
-
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1927
1929
|
// PencilLine aliases
|
|
1928
1930
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1931
|
+
// PenTool aliases
|
|
1932
|
+
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1929
1933
|
// PencilOff aliases
|
|
1930
1934
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1931
1935
|
// PencilRuler aliases
|
|
@@ -1942,40 +1946,40 @@ export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
|
1942
1946
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1943
1947
|
// PhoneCall aliases
|
|
1944
1948
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1949
|
+
// PhoneForwarded aliases
|
|
1950
|
+
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1945
1951
|
// PhoneIncoming aliases
|
|
1946
1952
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1947
1953
|
// PhoneMissed aliases
|
|
1948
1954
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1949
|
-
//
|
|
1950
|
-
export { default as
|
|
1955
|
+
// PhoneOff aliases
|
|
1956
|
+
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1951
1957
|
// PhoneOutgoing aliases
|
|
1952
1958
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1953
1959
|
// Phone aliases
|
|
1954
1960
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1955
|
-
// PhoneOff aliases
|
|
1956
|
-
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1957
1961
|
// Pi aliases
|
|
1958
1962
|
export { default as PiIcon } from '../icons/pi';
|
|
1959
|
-
// Pickaxe aliases
|
|
1960
|
-
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1961
1963
|
// Piano aliases
|
|
1962
1964
|
export { default as PianoIcon } from '../icons/piano';
|
|
1965
|
+
// Pickaxe aliases
|
|
1966
|
+
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1963
1967
|
// PictureInPicture2 aliases
|
|
1964
1968
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1965
|
-
// PiggyBank aliases
|
|
1966
|
-
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1967
1969
|
// PictureInPicture aliases
|
|
1968
1970
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1969
|
-
//
|
|
1970
|
-
export { default as
|
|
1971
|
+
// PiggyBank aliases
|
|
1972
|
+
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1971
1973
|
// PilcrowLeft aliases
|
|
1972
1974
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1975
|
+
// PilcrowRight aliases
|
|
1976
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1973
1977
|
// Pilcrow aliases
|
|
1974
1978
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1975
|
-
// Pill aliases
|
|
1976
|
-
export { default as PillIcon } from '../icons/pill';
|
|
1977
1979
|
// PillBottle aliases
|
|
1978
1980
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1981
|
+
// Pill aliases
|
|
1982
|
+
export { default as PillIcon } from '../icons/pill';
|
|
1979
1983
|
// PinOff aliases
|
|
1980
1984
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1981
1985
|
// Pin aliases
|
|
@@ -1990,52 +1994,52 @@ export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
|
1990
1994
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1991
1995
|
// Plane aliases
|
|
1992
1996
|
export { default as PlaneIcon } from '../icons/plane';
|
|
1997
|
+
// Play aliases
|
|
1998
|
+
export { default as PlayIcon } from '../icons/play';
|
|
1993
1999
|
// Plug2 aliases
|
|
1994
2000
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1995
2001
|
// Plug aliases
|
|
1996
2002
|
export { default as PlugIcon } from '../icons/plug';
|
|
1997
|
-
// Play aliases
|
|
1998
|
-
export { default as PlayIcon } from '../icons/play';
|
|
1999
|
-
// Plus aliases
|
|
2000
|
-
export { default as PlusIcon } from '../icons/plus';
|
|
2001
2003
|
// PocketKnife aliases
|
|
2002
2004
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2003
|
-
//
|
|
2004
|
-
export { default as
|
|
2005
|
+
// Plus aliases
|
|
2006
|
+
export { default as PlusIcon } from '../icons/plus';
|
|
2005
2007
|
// Pocket aliases
|
|
2006
2008
|
export { default as PocketIcon } from '../icons/pocket';
|
|
2007
2009
|
// Podcast aliases
|
|
2008
2010
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2011
|
+
// PointerOff aliases
|
|
2012
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2009
2013
|
// Pointer aliases
|
|
2010
2014
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2011
2015
|
// Popcorn aliases
|
|
2012
2016
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2013
2017
|
// Popsicle aliases
|
|
2014
2018
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2019
|
+
// PoundSterling aliases
|
|
2020
|
+
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2015
2021
|
// PowerOff aliases
|
|
2016
2022
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2017
2023
|
// Power aliases
|
|
2018
2024
|
export { default as PowerIcon } from '../icons/power';
|
|
2019
|
-
// PoundSterling aliases
|
|
2020
|
-
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2021
2025
|
// Presentation aliases
|
|
2022
2026
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2023
|
-
// PrinterCheck aliases
|
|
2024
|
-
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2025
2027
|
// Printer aliases
|
|
2026
2028
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2029
|
+
// PrinterCheck aliases
|
|
2030
|
+
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2027
2031
|
// Projector aliases
|
|
2028
2032
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2029
|
-
// Puzzle aliases
|
|
2030
|
-
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2031
2033
|
// Proportions aliases
|
|
2032
2034
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2035
|
+
// Puzzle aliases
|
|
2036
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2033
2037
|
// Pyramid aliases
|
|
2034
2038
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2035
|
-
// Quote aliases
|
|
2036
|
-
export { default as QuoteIcon } from '../icons/quote';
|
|
2037
2039
|
// QrCode aliases
|
|
2038
2040
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2041
|
+
// Quote aliases
|
|
2042
|
+
export { default as QuoteIcon } from '../icons/quote';
|
|
2039
2043
|
// Rabbit aliases
|
|
2040
2044
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2041
2045
|
// Radar aliases
|
|
@@ -2046,12 +2050,12 @@ export { default as RadiationIcon } from '../icons/radiation';
|
|
|
2046
2050
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2047
2051
|
// RadioReceiver aliases
|
|
2048
2052
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2049
|
-
// Radio aliases
|
|
2050
|
-
export { default as RadioIcon } from '../icons/radio';
|
|
2051
2053
|
// RadioTower aliases
|
|
2052
2054
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2053
2055
|
// Radius aliases
|
|
2054
2056
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2057
|
+
// Radio aliases
|
|
2058
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2055
2059
|
// RailSymbol aliases
|
|
2056
2060
|
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2057
2061
|
// Rainbow aliases
|
|
@@ -2072,12 +2076,12 @@ export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen
|
|
|
2072
2076
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2073
2077
|
// ReceiptRussianRuble aliases
|
|
2074
2078
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2079
|
+
// ReceiptText aliases
|
|
2080
|
+
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2075
2081
|
// ReceiptSwissFranc aliases
|
|
2076
2082
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2077
2083
|
// ReceiptTurkishLira aliases
|
|
2078
2084
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2079
|
-
// ReceiptText aliases
|
|
2080
|
-
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2081
2085
|
// Receipt aliases
|
|
2082
2086
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2083
2087
|
// RectangleCircle aliases
|
|
@@ -2100,10 +2104,10 @@ export { default as RedoIcon } from '../icons/redo';
|
|
|
2100
2104
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2101
2105
|
// RefreshCcw aliases
|
|
2102
2106
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2103
|
-
// RefreshCw aliases
|
|
2104
|
-
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2105
2107
|
// RefreshCwOff aliases
|
|
2106
2108
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2109
|
+
// RefreshCw aliases
|
|
2110
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2107
2111
|
// Refrigerator aliases
|
|
2108
2112
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2109
2113
|
// Regex aliases
|
|
@@ -2118,22 +2122,22 @@ export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
|
2118
2122
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2119
2123
|
// ReplaceAll aliases
|
|
2120
2124
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2121
|
-
// Reply aliases
|
|
2122
|
-
export { default as ReplyIcon } from '../icons/reply';
|
|
2123
2125
|
// Replace aliases
|
|
2124
2126
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2125
2127
|
// ReplyAll aliases
|
|
2126
2128
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2127
|
-
//
|
|
2128
|
-
export { default as
|
|
2129
|
+
// Reply aliases
|
|
2130
|
+
export { default as ReplyIcon } from '../icons/reply';
|
|
2129
2131
|
// Ribbon aliases
|
|
2130
2132
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2133
|
+
// Rewind aliases
|
|
2134
|
+
export { default as RewindIcon } from '../icons/rewind';
|
|
2131
2135
|
// Rocket aliases
|
|
2132
2136
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2133
|
-
// RollerCoaster aliases
|
|
2134
|
-
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2135
2137
|
// RockingChair aliases
|
|
2136
2138
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2139
|
+
// RollerCoaster aliases
|
|
2140
|
+
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2137
2141
|
// Rose aliases
|
|
2138
2142
|
export { default as RoseIcon } from '../icons/rose';
|
|
2139
2143
|
// RotateCcwKey aliases
|
|
@@ -2148,14 +2152,14 @@ export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
|
2148
2152
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2149
2153
|
// RouteOff aliases
|
|
2150
2154
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2151
|
-
// Router aliases
|
|
2152
|
-
export { default as RouterIcon } from '../icons/router';
|
|
2153
|
-
// Rows4 aliases
|
|
2154
|
-
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2155
2155
|
// Route aliases
|
|
2156
2156
|
export { default as RouteIcon } from '../icons/route';
|
|
2157
|
+
// Router aliases
|
|
2158
|
+
export { default as RouterIcon } from '../icons/router';
|
|
2157
2159
|
// Rss aliases
|
|
2158
2160
|
export { default as RssIcon } from '../icons/rss';
|
|
2161
|
+
// Rows4 aliases
|
|
2162
|
+
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2159
2163
|
// RulerDimensionLine aliases
|
|
2160
2164
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2161
2165
|
// Ruler aliases
|
|
@@ -2164,44 +2168,44 @@ export { default as RulerIcon } from '../icons/ruler';
|
|
|
2164
2168
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2165
2169
|
// Sailboat aliases
|
|
2166
2170
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2167
|
-
// Sandwich aliases
|
|
2168
|
-
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2169
2171
|
// Salad aliases
|
|
2170
2172
|
export { default as SaladIcon } from '../icons/salad';
|
|
2171
2173
|
// SatelliteDish aliases
|
|
2172
2174
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2173
|
-
//
|
|
2174
|
-
export { default as
|
|
2175
|
+
// Sandwich aliases
|
|
2176
|
+
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2175
2177
|
// Satellite aliases
|
|
2176
2178
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2179
|
+
// SaudiRiyal aliases
|
|
2180
|
+
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2177
2181
|
// SaveAll aliases
|
|
2178
2182
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2179
2183
|
// SaveOff aliases
|
|
2180
2184
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2181
2185
|
// Save aliases
|
|
2182
2186
|
export { default as SaveIcon } from '../icons/save';
|
|
2183
|
-
// Scale aliases
|
|
2184
|
-
export { default as ScaleIcon } from '../icons/scale';
|
|
2185
|
-
// ScanBarcode aliases
|
|
2186
|
-
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2187
2187
|
// Scaling aliases
|
|
2188
2188
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2189
|
+
// ScanBarcode aliases
|
|
2190
|
+
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2191
|
+
// Scale aliases
|
|
2192
|
+
export { default as ScaleIcon } from '../icons/scale';
|
|
2189
2193
|
// ScanEye aliases
|
|
2190
2194
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2191
2195
|
// ScanFace aliases
|
|
2192
2196
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2193
2197
|
// ScanHeart aliases
|
|
2194
2198
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2195
|
-
// ScanQrCode aliases
|
|
2196
|
-
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2197
2199
|
// ScanLine aliases
|
|
2198
2200
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2201
|
+
// ScanQrCode aliases
|
|
2202
|
+
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2203
|
+
// ScanSearch aliases
|
|
2204
|
+
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2199
2205
|
// ScanText aliases
|
|
2200
2206
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2201
2207
|
// Scan aliases
|
|
2202
2208
|
export { default as ScanIcon } from '../icons/scan';
|
|
2203
|
-
// ScanSearch aliases
|
|
2204
|
-
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2205
2209
|
// School aliases
|
|
2206
2210
|
export { default as SchoolIcon } from '../icons/school';
|
|
2207
2211
|
// ScissorsLineDashed aliases
|
|
@@ -2228,10 +2232,10 @@ export { default as SearchXIcon } from '../icons/search-x';
|
|
|
2228
2232
|
export { default as SearchIcon } from '../icons/search';
|
|
2229
2233
|
// Section aliases
|
|
2230
2234
|
export { default as SectionIcon } from '../icons/section';
|
|
2231
|
-
// Send aliases
|
|
2232
|
-
export { default as SendIcon } from '../icons/send';
|
|
2233
2235
|
// SendToBack aliases
|
|
2234
2236
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2237
|
+
// Send aliases
|
|
2238
|
+
export { default as SendIcon } from '../icons/send';
|
|
2235
2239
|
// SeparatorHorizontal aliases
|
|
2236
2240
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2237
2241
|
// SeparatorVertical aliases
|
|
@@ -2240,10 +2244,10 @@ export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
|
2240
2244
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2241
2245
|
// ServerCrash aliases
|
|
2242
2246
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2243
|
-
// Server aliases
|
|
2244
|
-
export { default as ServerIcon } from '../icons/server';
|
|
2245
2247
|
// ServerOff aliases
|
|
2246
2248
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2249
|
+
// Server aliases
|
|
2250
|
+
export { default as ServerIcon } from '../icons/server';
|
|
2247
2251
|
// Settings2 aliases
|
|
2248
2252
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2249
2253
|
// Settings aliases
|
|
@@ -2252,12 +2256,12 @@ export { default as SettingsIcon } from '../icons/settings';
|
|
|
2252
2256
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2253
2257
|
// Share2 aliases
|
|
2254
2258
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2259
|
+
// Share aliases
|
|
2260
|
+
export { default as ShareIcon } from '../icons/share';
|
|
2255
2261
|
// Sheet aliases
|
|
2256
2262
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2257
2263
|
// Shell aliases
|
|
2258
2264
|
export { default as ShellIcon } from '../icons/shell';
|
|
2259
|
-
// Share aliases
|
|
2260
|
-
export { default as ShareIcon } from '../icons/share';
|
|
2261
2265
|
// ShieldBan aliases
|
|
2262
2266
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2263
2267
|
// ShieldAlert aliases
|
|
@@ -2270,10 +2274,10 @@ export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
|
2270
2274
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2271
2275
|
// ShieldMinus aliases
|
|
2272
2276
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2273
|
-
// ShieldPlus aliases
|
|
2274
|
-
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2275
2277
|
// ShieldOff aliases
|
|
2276
2278
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2279
|
+
// ShieldPlus aliases
|
|
2280
|
+
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2277
2281
|
// ShieldUser aliases
|
|
2278
2282
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2279
2283
|
// Shield aliases
|
|
@@ -2282,22 +2286,22 @@ export { default as ShieldIcon } from '../icons/shield';
|
|
|
2282
2286
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2283
2287
|
// Ship aliases
|
|
2284
2288
|
export { default as ShipIcon } from '../icons/ship';
|
|
2285
|
-
// ShoppingBag aliases
|
|
2286
|
-
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2287
|
-
// ShoppingCart aliases
|
|
2288
|
-
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2289
2289
|
// Shirt aliases
|
|
2290
2290
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2291
|
+
// ShoppingBag aliases
|
|
2292
|
+
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2291
2293
|
// ShoppingBasket aliases
|
|
2292
2294
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2295
|
+
// ShoppingCart aliases
|
|
2296
|
+
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2293
2297
|
// Shovel aliases
|
|
2294
2298
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2295
2299
|
// ShowerHead aliases
|
|
2296
2300
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2297
|
-
// Shredder aliases
|
|
2298
|
-
export { default as ShredderIcon } from '../icons/shredder';
|
|
2299
2301
|
// Shrimp aliases
|
|
2300
2302
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2303
|
+
// Shredder aliases
|
|
2304
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2301
2305
|
// Shrink aliases
|
|
2302
2306
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2303
2307
|
// Shrub aliases
|
|
@@ -2308,24 +2312,24 @@ export { default as ShuffleIcon } from '../icons/shuffle';
|
|
|
2308
2312
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2309
2313
|
// SignalHigh aliases
|
|
2310
2314
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2311
|
-
// SignalMedium aliases
|
|
2312
|
-
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2313
2315
|
// SignalLow aliases
|
|
2314
2316
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2315
|
-
//
|
|
2316
|
-
export { default as
|
|
2317
|
+
// SignalMedium aliases
|
|
2318
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2317
2319
|
// SignalZero aliases
|
|
2318
2320
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2319
2321
|
// Signal aliases
|
|
2320
2322
|
export { default as SignalIcon } from '../icons/signal';
|
|
2323
|
+
// Signature aliases
|
|
2324
|
+
export { default as SignatureIcon } from '../icons/signature';
|
|
2321
2325
|
// SignpostBig aliases
|
|
2322
2326
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2323
2327
|
// Signpost aliases
|
|
2324
2328
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2325
|
-
// SkipBack aliases
|
|
2326
|
-
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2327
2329
|
// Siren aliases
|
|
2328
2330
|
export { default as SirenIcon } from '../icons/siren';
|
|
2331
|
+
// SkipBack aliases
|
|
2332
|
+
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2329
2333
|
// SkipForward aliases
|
|
2330
2334
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2331
2335
|
// Skull aliases
|
|
@@ -2334,38 +2338,38 @@ export { default as SkullIcon } from '../icons/skull';
|
|
|
2334
2338
|
export { default as SlackIcon } from '../icons/slack';
|
|
2335
2339
|
// Slash aliases
|
|
2336
2340
|
export { default as SlashIcon } from '../icons/slash';
|
|
2341
|
+
// Slice aliases
|
|
2342
|
+
export { default as SliceIcon } from '../icons/slice';
|
|
2337
2343
|
// SlidersHorizontal aliases
|
|
2338
2344
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2339
2345
|
// SmartphoneCharging aliases
|
|
2340
2346
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2341
|
-
//
|
|
2342
|
-
export { default as
|
|
2347
|
+
// SmartphoneNfc aliases
|
|
2348
|
+
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2343
2349
|
// Smartphone aliases
|
|
2344
2350
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2345
2351
|
// SmilePlus aliases
|
|
2346
2352
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2347
|
-
// SmartphoneNfc aliases
|
|
2348
|
-
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2349
2353
|
// Smile aliases
|
|
2350
2354
|
export { default as SmileIcon } from '../icons/smile';
|
|
2355
|
+
// Snowflake aliases
|
|
2356
|
+
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2351
2357
|
// Snail aliases
|
|
2352
2358
|
export { default as SnailIcon } from '../icons/snail';
|
|
2353
2359
|
// SoapDispenserDroplet aliases
|
|
2354
2360
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2355
|
-
// Snowflake aliases
|
|
2356
|
-
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2357
|
-
// Soup aliases
|
|
2358
|
-
export { default as SoupIcon } from '../icons/soup';
|
|
2359
2361
|
// Sofa aliases
|
|
2360
2362
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2363
|
+
// Soup aliases
|
|
2364
|
+
export { default as SoupIcon } from '../icons/soup';
|
|
2361
2365
|
// Space aliases
|
|
2362
2366
|
export { default as SpaceIcon } from '../icons/space';
|
|
2363
2367
|
// Spade aliases
|
|
2364
2368
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2365
|
-
// Speaker aliases
|
|
2366
|
-
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2367
2369
|
// Sparkle aliases
|
|
2368
2370
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2371
|
+
// Speaker aliases
|
|
2372
|
+
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2369
2373
|
// Speech aliases
|
|
2370
2374
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2371
2375
|
// SpellCheck2 aliases
|
|
@@ -2386,96 +2390,96 @@ export { default as SpotlightIcon } from '../icons/spotlight';
|
|
|
2386
2390
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2387
2391
|
// Sprout aliases
|
|
2388
2392
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2389
|
-
// SquareDashedBottom aliases
|
|
2390
|
-
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2391
2393
|
// SquareDashedBottomCode aliases
|
|
2392
2394
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2395
|
+
// SquareDashedBottom aliases
|
|
2396
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2393
2397
|
// SquareDashedTopSolid aliases
|
|
2394
2398
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2395
|
-
// SquareRoundCorner aliases
|
|
2396
|
-
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2397
|
-
// SquarePause aliases
|
|
2398
|
-
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2399
2399
|
// SquareRadical aliases
|
|
2400
2400
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2401
|
+
// SquarePause aliases
|
|
2402
|
+
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2403
|
+
// SquareRoundCorner aliases
|
|
2404
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2401
2405
|
// SquareSquare aliases
|
|
2402
2406
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2403
2407
|
// SquareStack aliases
|
|
2404
2408
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2405
|
-
// SquareStop aliases
|
|
2406
|
-
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2407
2409
|
// SquareStar aliases
|
|
2408
2410
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2411
|
+
// SquareStop aliases
|
|
2412
|
+
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2409
2413
|
// Square aliases
|
|
2410
2414
|
export { default as SquareIcon } from '../icons/square';
|
|
2411
|
-
// SquaresIntersect aliases
|
|
2412
|
-
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2413
2415
|
// SquaresExclude aliases
|
|
2414
2416
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2417
|
+
// SquaresIntersect aliases
|
|
2418
|
+
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2419
|
+
// SquaresSubtract aliases
|
|
2420
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2415
2421
|
// SquaresUnite aliases
|
|
2416
2422
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2417
2423
|
// SquircleDashed aliases
|
|
2418
2424
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2419
|
-
// SquaresSubtract aliases
|
|
2420
|
-
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2421
2425
|
// Squircle aliases
|
|
2422
2426
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2423
2427
|
// Squirrel aliases
|
|
2424
2428
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2425
2429
|
// Stamp aliases
|
|
2426
2430
|
export { default as StampIcon } from '../icons/stamp';
|
|
2427
|
-
// StarOff aliases
|
|
2428
|
-
export { default as StarOffIcon } from '../icons/star-off';
|
|
2429
2431
|
// StarHalf aliases
|
|
2430
2432
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2433
|
+
// StarOff aliases
|
|
2434
|
+
export { default as StarOffIcon } from '../icons/star-off';
|
|
2431
2435
|
// Star aliases
|
|
2432
2436
|
export { default as StarIcon } from '../icons/star';
|
|
2433
2437
|
// StepBack aliases
|
|
2434
2438
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2439
|
+
// StepForward aliases
|
|
2440
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2435
2441
|
// Stethoscope aliases
|
|
2436
2442
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2437
2443
|
// Sticker aliases
|
|
2438
2444
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2439
|
-
// StepForward aliases
|
|
2440
|
-
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2441
|
-
// Store aliases
|
|
2442
|
-
export { default as StoreIcon } from '../icons/store';
|
|
2443
2445
|
// StickyNote aliases
|
|
2444
2446
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2447
|
+
// Store aliases
|
|
2448
|
+
export { default as StoreIcon } from '../icons/store';
|
|
2445
2449
|
// StretchHorizontal aliases
|
|
2446
2450
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2447
2451
|
// StretchVertical aliases
|
|
2448
2452
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2449
2453
|
// Strikethrough aliases
|
|
2450
2454
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2451
|
-
// SunMedium aliases
|
|
2452
|
-
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2453
|
-
// SunMoon aliases
|
|
2454
|
-
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2455
2455
|
// Subscript aliases
|
|
2456
2456
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2457
2457
|
// SunDim aliases
|
|
2458
2458
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2459
|
+
// SunMedium aliases
|
|
2460
|
+
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2461
|
+
// SunMoon aliases
|
|
2462
|
+
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2459
2463
|
// SunSnow aliases
|
|
2460
2464
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2461
2465
|
// Sun aliases
|
|
2462
2466
|
export { default as SunIcon } from '../icons/sun';
|
|
2463
|
-
// Sunset aliases
|
|
2464
|
-
export { default as SunsetIcon } from '../icons/sunset';
|
|
2465
2467
|
// Sunrise aliases
|
|
2466
2468
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2467
|
-
//
|
|
2468
|
-
export { default as
|
|
2469
|
+
// Sunset aliases
|
|
2470
|
+
export { default as SunsetIcon } from '../icons/sunset';
|
|
2469
2471
|
// Superscript aliases
|
|
2470
2472
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2473
|
+
// SwatchBook aliases
|
|
2474
|
+
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2471
2475
|
// SwissFranc aliases
|
|
2472
2476
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2473
2477
|
// SwitchCamera aliases
|
|
2474
2478
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2475
|
-
// Swords aliases
|
|
2476
|
-
export { default as SwordsIcon } from '../icons/swords';
|
|
2477
2479
|
// Sword aliases
|
|
2478
2480
|
export { default as SwordIcon } from '../icons/sword';
|
|
2481
|
+
// Swords aliases
|
|
2482
|
+
export { default as SwordsIcon } from '../icons/swords';
|
|
2479
2483
|
// Syringe aliases
|
|
2480
2484
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2481
2485
|
// Table2 aliases
|
|
@@ -2486,40 +2490,40 @@ export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
|
2486
2490
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2487
2491
|
// TableColumnsSplit aliases
|
|
2488
2492
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2489
|
-
// TableOfContents aliases
|
|
2490
|
-
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2491
2493
|
// TableProperties aliases
|
|
2492
2494
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2495
|
+
// TableOfContents aliases
|
|
2496
|
+
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2493
2497
|
// TableRowsSplit aliases
|
|
2494
2498
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2499
|
+
// Table aliases
|
|
2500
|
+
export { default as TableIcon } from '../icons/table';
|
|
2495
2501
|
// TabletSmartphone aliases
|
|
2496
2502
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2497
2503
|
// Tablet aliases
|
|
2498
2504
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2499
|
-
// Table aliases
|
|
2500
|
-
export { default as TableIcon } from '../icons/table';
|
|
2501
|
-
// Tag aliases
|
|
2502
|
-
export { default as TagIcon } from '../icons/tag';
|
|
2503
2505
|
// Tablets aliases
|
|
2504
2506
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2507
|
+
// Tag aliases
|
|
2508
|
+
export { default as TagIcon } from '../icons/tag';
|
|
2509
|
+
// Tags aliases
|
|
2510
|
+
export { default as TagsIcon } from '../icons/tags';
|
|
2505
2511
|
// Tally1 aliases
|
|
2506
2512
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2507
2513
|
// Tally2 aliases
|
|
2508
2514
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2509
|
-
// Tags aliases
|
|
2510
|
-
export { default as TagsIcon } from '../icons/tags';
|
|
2511
2515
|
// Tally3 aliases
|
|
2512
2516
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2513
2517
|
// Tally4 aliases
|
|
2514
2518
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2515
2519
|
// Tally5 aliases
|
|
2516
2520
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2517
|
-
// Telescope aliases
|
|
2518
|
-
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2519
2521
|
// Tangent aliases
|
|
2520
2522
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2521
2523
|
// Target aliases
|
|
2522
2524
|
export { default as TargetIcon } from '../icons/target';
|
|
2525
|
+
// Telescope aliases
|
|
2526
|
+
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2523
2527
|
// TentTree aliases
|
|
2524
2528
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2525
2529
|
// Tent aliases
|
|
@@ -2530,54 +2534,54 @@ export { default as TerminalIcon } from '../icons/terminal';
|
|
|
2530
2534
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2531
2535
|
// TestTubes aliases
|
|
2532
2536
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2537
|
+
// TextCursorInput aliases
|
|
2538
|
+
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2533
2539
|
// TextCursor aliases
|
|
2534
2540
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2535
2541
|
// TextQuote aliases
|
|
2536
2542
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2537
|
-
// TextCursorInput aliases
|
|
2538
|
-
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2539
2543
|
// TextSearch aliases
|
|
2540
2544
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2541
|
-
// ThermometerSnowflake aliases
|
|
2542
|
-
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2543
2545
|
// Theater aliases
|
|
2544
2546
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2545
|
-
//
|
|
2546
|
-
export { default as
|
|
2547
|
+
// ThermometerSnowflake aliases
|
|
2548
|
+
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2549
|
+
// ThermometerSun aliases
|
|
2550
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2547
2551
|
// ThumbsDown aliases
|
|
2548
2552
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2553
|
+
// Thermometer aliases
|
|
2554
|
+
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2549
2555
|
// ThumbsUp aliases
|
|
2550
2556
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2551
2557
|
// TicketCheck aliases
|
|
2552
2558
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2553
|
-
// ThermometerSun aliases
|
|
2554
|
-
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2555
|
-
// TicketPlus aliases
|
|
2556
|
-
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2557
2559
|
// TicketMinus aliases
|
|
2558
2560
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2559
2561
|
// TicketPercent aliases
|
|
2560
2562
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2563
|
+
// TicketPlus aliases
|
|
2564
|
+
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2561
2565
|
// TicketSlash aliases
|
|
2562
2566
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2563
|
-
// TicketsPlane aliases
|
|
2564
|
-
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2565
2567
|
// TicketX aliases
|
|
2566
2568
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2567
2569
|
// Ticket aliases
|
|
2568
2570
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2569
|
-
//
|
|
2570
|
-
export { default as
|
|
2571
|
+
// TicketsPlane aliases
|
|
2572
|
+
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2571
2573
|
// Tickets aliases
|
|
2572
2574
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2573
2575
|
// TimerOff aliases
|
|
2574
2576
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2577
|
+
// TimerReset aliases
|
|
2578
|
+
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2575
2579
|
// Timer aliases
|
|
2576
2580
|
export { default as TimerIcon } from '../icons/timer';
|
|
2577
|
-
// ToggleRight aliases
|
|
2578
|
-
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2579
2581
|
// ToggleLeft aliases
|
|
2580
2582
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2583
|
+
// ToggleRight aliases
|
|
2584
|
+
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2581
2585
|
// Toilet aliases
|
|
2582
2586
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2583
2587
|
// ToolCase aliases
|
|
@@ -2596,20 +2600,20 @@ export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
|
2596
2600
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2597
2601
|
// Tractor aliases
|
|
2598
2602
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2599
|
-
// TrainFrontTunnel aliases
|
|
2600
|
-
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2601
2603
|
// TrafficCone aliases
|
|
2602
2604
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2605
|
+
// TrainFrontTunnel aliases
|
|
2606
|
+
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2603
2607
|
// TrainFront aliases
|
|
2604
2608
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2605
2609
|
// TrainTrack aliases
|
|
2606
2610
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2607
2611
|
// Transgender aliases
|
|
2608
2612
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2609
|
-
// Trash aliases
|
|
2610
|
-
export { default as TrashIcon } from '../icons/trash';
|
|
2611
2613
|
// Trash2 aliases
|
|
2612
2614
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2615
|
+
// Trash aliases
|
|
2616
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2613
2617
|
// TreeDeciduous aliases
|
|
2614
2618
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2615
2619
|
// TreePine aliases
|
|
@@ -2626,18 +2630,18 @@ export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
|
2626
2630
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2627
2631
|
// TriangleDashed aliases
|
|
2628
2632
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2629
|
-
// Triangle aliases
|
|
2630
|
-
export { default as TriangleIcon } from '../icons/triangle';
|
|
2631
|
-
// TruckElectric aliases
|
|
2632
|
-
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2633
2633
|
// TriangleRight aliases
|
|
2634
2634
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2635
|
+
// Triangle aliases
|
|
2636
|
+
export { default as TriangleIcon } from '../icons/triangle';
|
|
2635
2637
|
// Trophy aliases
|
|
2636
2638
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2637
|
-
//
|
|
2638
|
-
export { default as
|
|
2639
|
+
// TruckElectric aliases
|
|
2640
|
+
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2639
2641
|
// Truck aliases
|
|
2640
2642
|
export { default as TruckIcon } from '../icons/truck';
|
|
2643
|
+
// TurkishLira aliases
|
|
2644
|
+
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2641
2645
|
// Turntable aliases
|
|
2642
2646
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2643
2647
|
// Turtle aliases
|
|
@@ -2646,54 +2650,54 @@ export { default as TurtleIcon } from '../icons/turtle';
|
|
|
2646
2650
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2647
2651
|
// Tv aliases
|
|
2648
2652
|
export { default as TvIcon } from '../icons/tv';
|
|
2649
|
-
// Twitter aliases
|
|
2650
|
-
export { default as TwitterIcon } from '../icons/twitter';
|
|
2651
2653
|
// Twitch aliases
|
|
2652
2654
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2653
|
-
//
|
|
2654
|
-
export { default as
|
|
2655
|
+
// Twitter aliases
|
|
2656
|
+
export { default as TwitterIcon } from '../icons/twitter';
|
|
2655
2657
|
// TypeOutline aliases
|
|
2656
2658
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2657
|
-
//
|
|
2658
|
-
export { default as
|
|
2659
|
+
// Type aliases
|
|
2660
|
+
export { default as TypeIcon } from '../icons/type';
|
|
2659
2661
|
// UmbrellaOff aliases
|
|
2660
2662
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2661
|
-
// Undo2 aliases
|
|
2662
|
-
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2663
2663
|
// Underline aliases
|
|
2664
2664
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2665
|
+
// Umbrella aliases
|
|
2666
|
+
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2667
|
+
// Undo2 aliases
|
|
2668
|
+
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2665
2669
|
// UndoDot aliases
|
|
2666
2670
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2667
2671
|
// Undo aliases
|
|
2668
2672
|
export { default as UndoIcon } from '../icons/undo';
|
|
2669
2673
|
// UnfoldHorizontal aliases
|
|
2670
2674
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2671
|
-
// Unlink2 aliases
|
|
2672
|
-
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2673
|
-
// Ungroup aliases
|
|
2674
|
-
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2675
2675
|
// UnfoldVertical aliases
|
|
2676
2676
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2677
|
+
// Ungroup aliases
|
|
2678
|
+
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2679
|
+
// Unlink2 aliases
|
|
2680
|
+
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2677
2681
|
// Unlink aliases
|
|
2678
2682
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2679
2683
|
// Unplug aliases
|
|
2680
2684
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2685
|
+
// Upload aliases
|
|
2686
|
+
export { default as UploadIcon } from '../icons/upload';
|
|
2681
2687
|
// Usb aliases
|
|
2682
2688
|
export { default as UsbIcon } from '../icons/usb';
|
|
2683
2689
|
// UserCheck aliases
|
|
2684
2690
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2685
|
-
// Upload aliases
|
|
2686
|
-
export { default as UploadIcon } from '../icons/upload';
|
|
2687
2691
|
// UserCog aliases
|
|
2688
2692
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2689
|
-
// UserMinus aliases
|
|
2690
|
-
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2691
2693
|
// UserLock aliases
|
|
2692
2694
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2693
|
-
//
|
|
2694
|
-
export { default as
|
|
2695
|
+
// UserMinus aliases
|
|
2696
|
+
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2695
2697
|
// UserPen aliases
|
|
2696
2698
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2699
|
+
// UserPlus aliases
|
|
2700
|
+
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2697
2701
|
// UserRoundPen aliases
|
|
2698
2702
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2699
2703
|
// UserRoundSearch aliases
|
|
@@ -2716,18 +2720,18 @@ export { default as VariableIcon } from '../icons/variable';
|
|
|
2716
2720
|
export { default as VaultIcon } from '../icons/vault';
|
|
2717
2721
|
// VectorSquare aliases
|
|
2718
2722
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2719
|
-
// VenetianMask aliases
|
|
2720
|
-
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2721
2723
|
// Vegan aliases
|
|
2722
2724
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2725
|
+
// VenetianMask aliases
|
|
2726
|
+
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2723
2727
|
// VenusAndMars aliases
|
|
2724
2728
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2725
2729
|
// Venus aliases
|
|
2726
2730
|
export { default as VenusIcon } from '../icons/venus';
|
|
2727
|
-
// Vibrate aliases
|
|
2728
|
-
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2729
2731
|
// VibrateOff aliases
|
|
2730
2732
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2733
|
+
// Vibrate aliases
|
|
2734
|
+
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2731
2735
|
// VideoOff aliases
|
|
2732
2736
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2733
2737
|
// Video aliases
|
|
@@ -2736,12 +2740,12 @@ export { default as VideoIcon } from '../icons/video';
|
|
|
2736
2740
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2737
2741
|
// View aliases
|
|
2738
2742
|
export { default as ViewIcon } from '../icons/view';
|
|
2739
|
-
// Volume1 aliases
|
|
2740
|
-
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2741
2743
|
// Voicemail aliases
|
|
2742
2744
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2743
2745
|
// Volleyball aliases
|
|
2744
2746
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2747
|
+
// Volume1 aliases
|
|
2748
|
+
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2745
2749
|
// Volume2 aliases
|
|
2746
2750
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2747
2751
|
// VolumeOff aliases
|
|
@@ -2772,10 +2776,10 @@ export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
|
2772
2776
|
export { default as WavesIcon } from '../icons/waves';
|
|
2773
2777
|
// Waypoints aliases
|
|
2774
2778
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2775
|
-
// WebhookOff aliases
|
|
2776
|
-
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2777
2779
|
// Webcam aliases
|
|
2778
2780
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2781
|
+
// WebhookOff aliases
|
|
2782
|
+
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2779
2783
|
// Webhook aliases
|
|
2780
2784
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2781
2785
|
// Weight aliases
|
|
@@ -2784,28 +2788,28 @@ export { default as WeightIcon } from '../icons/weight';
|
|
|
2784
2788
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2785
2789
|
// Wheat aliases
|
|
2786
2790
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2787
|
-
// WholeWord aliases
|
|
2788
|
-
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2789
2791
|
// WifiCog aliases
|
|
2790
2792
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2793
|
+
// WholeWord aliases
|
|
2794
|
+
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2791
2795
|
// WifiHigh aliases
|
|
2792
2796
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2793
2797
|
// WifiLow aliases
|
|
2794
2798
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2795
2799
|
// WifiOff aliases
|
|
2796
2800
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2797
|
-
// WifiSync aliases
|
|
2798
|
-
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2799
2801
|
// WifiPen aliases
|
|
2800
2802
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2801
|
-
//
|
|
2802
|
-
export { default as
|
|
2803
|
+
// WifiSync aliases
|
|
2804
|
+
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2803
2805
|
// WifiZero aliases
|
|
2804
2806
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2805
|
-
//
|
|
2806
|
-
export { default as
|
|
2807
|
+
// Wifi aliases
|
|
2808
|
+
export { default as WifiIcon } from '../icons/wifi';
|
|
2807
2809
|
// Wind aliases
|
|
2808
2810
|
export { default as WindIcon } from '../icons/wind';
|
|
2811
|
+
// WindArrowDown aliases
|
|
2812
|
+
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2809
2813
|
// WineOff aliases
|
|
2810
2814
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2811
2815
|
// Wine aliases
|
|
@@ -2822,10 +2826,10 @@ export { default as XIcon } from '../icons/x';
|
|
|
2822
2826
|
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2823
2827
|
// ZapOff aliases
|
|
2824
2828
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2825
|
-
// ZoomIn aliases
|
|
2826
|
-
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2827
2829
|
// Zap aliases
|
|
2828
2830
|
export { default as ZapIcon } from '../icons/zap';
|
|
2831
|
+
// ZoomIn aliases
|
|
2832
|
+
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2829
2833
|
// ZoomOut aliases
|
|
2830
2834
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2831
2835
|
// ArrowDown01 aliases
|
|
@@ -2896,24 +2900,30 @@ export {
|
|
|
2896
2900
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
2897
2901
|
default as Axis3DIcon
|
|
2898
2902
|
} from '../icons/axis-3d';
|
|
2899
|
-
// BadgeQuestionMark aliases
|
|
2900
|
-
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2901
|
-
export {
|
|
2902
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
2903
|
-
default as BadgeHelpIcon
|
|
2904
|
-
} from '../icons/badge-question-mark';
|
|
2905
2903
|
// BadgeCheck aliases
|
|
2906
2904
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2907
2905
|
export {
|
|
2908
2906
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
2909
2907
|
default as VerifiedIcon
|
|
2910
2908
|
} from '../icons/badge-check';
|
|
2909
|
+
// BadgeQuestionMark aliases
|
|
2910
|
+
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2911
|
+
export {
|
|
2912
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
2913
|
+
default as BadgeHelpIcon
|
|
2914
|
+
} from '../icons/badge-question-mark';
|
|
2911
2915
|
// BetweenHorizontalEnd aliases
|
|
2912
2916
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2913
2917
|
export {
|
|
2914
2918
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2915
2919
|
default as BetweenHorizonalEndIcon
|
|
2916
2920
|
} from '../icons/between-horizontal-end';
|
|
2921
|
+
// BetweenHorizontalStart aliases
|
|
2922
|
+
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2923
|
+
export {
|
|
2924
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2925
|
+
default as BetweenHorizonalStartIcon
|
|
2926
|
+
} from '../icons/between-horizontal-start';
|
|
2917
2927
|
// BookDashed aliases
|
|
2918
2928
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2919
2929
|
export {
|
|
@@ -2926,24 +2936,18 @@ export {
|
|
|
2926
2936
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
2927
2937
|
default as CurlyBracesIcon
|
|
2928
2938
|
} from '../icons/braces';
|
|
2929
|
-
// ChartArea aliases
|
|
2930
|
-
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2931
|
-
export {
|
|
2932
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
2933
|
-
default as AreaChartIcon
|
|
2934
|
-
} from '../icons/chart-area';
|
|
2935
|
-
// BetweenHorizontalStart aliases
|
|
2936
|
-
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2937
|
-
export {
|
|
2938
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2939
|
-
default as BetweenHorizonalStartIcon
|
|
2940
|
-
} from '../icons/between-horizontal-start';
|
|
2941
2939
|
// Captions aliases
|
|
2942
2940
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
2943
2941
|
export {
|
|
2944
2942
|
/** @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 */
|
|
2945
2943
|
default as SubtitlesIcon
|
|
2946
2944
|
} from '../icons/captions';
|
|
2945
|
+
// ChartArea aliases
|
|
2946
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2947
|
+
export {
|
|
2948
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
2949
|
+
default as AreaChartIcon
|
|
2950
|
+
} from '../icons/chart-area';
|
|
2947
2951
|
// ChartBarBig aliases
|
|
2948
2952
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2949
2953
|
export {
|
|
@@ -2956,6 +2960,12 @@ export {
|
|
|
2956
2960
|
/** @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 */
|
|
2957
2961
|
default as BarChartHorizontalIcon
|
|
2958
2962
|
} from '../icons/chart-bar';
|
|
2963
|
+
// ChartCandlestick aliases
|
|
2964
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2965
|
+
export {
|
|
2966
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
2967
|
+
default as CandlestickChartIcon
|
|
2968
|
+
} from '../icons/chart-candlestick';
|
|
2959
2969
|
// ChartColumnBig aliases
|
|
2960
2970
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2961
2971
|
export {
|
|
@@ -2974,54 +2984,48 @@ export {
|
|
|
2974
2984
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
2975
2985
|
default as BarChart3Icon
|
|
2976
2986
|
} from '../icons/chart-column';
|
|
2977
|
-
//
|
|
2978
|
-
export { default as
|
|
2987
|
+
// ChartLine aliases
|
|
2988
|
+
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2979
2989
|
export {
|
|
2980
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2981
|
-
default as
|
|
2982
|
-
} from '../icons/chart-
|
|
2990
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
2991
|
+
default as LineChartIcon
|
|
2992
|
+
} from '../icons/chart-line';
|
|
2983
2993
|
// ChartNoAxesColumnIncreasing aliases
|
|
2984
2994
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
2985
2995
|
export {
|
|
2986
2996
|
/** @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 */
|
|
2987
2997
|
default as BarChartIcon
|
|
2988
2998
|
} from '../icons/chart-no-axes-column-increasing';
|
|
2989
|
-
//
|
|
2990
|
-
export { default as
|
|
2999
|
+
// ChartNoAxesColumn aliases
|
|
3000
|
+
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
2991
3001
|
export {
|
|
2992
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2993
|
-
default as
|
|
2994
|
-
} from '../icons/chart-
|
|
3002
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3003
|
+
default as BarChart2Icon
|
|
3004
|
+
} from '../icons/chart-no-axes-column';
|
|
2995
3005
|
// ChartNoAxesGantt aliases
|
|
2996
3006
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2997
3007
|
export {
|
|
2998
3008
|
/** @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 */
|
|
2999
3009
|
default as GanttChartIcon
|
|
3000
3010
|
} from '../icons/chart-no-axes-gantt';
|
|
3001
|
-
// ChartNoAxesColumn aliases
|
|
3002
|
-
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3003
|
-
export {
|
|
3004
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3005
|
-
default as BarChart2Icon
|
|
3006
|
-
} from '../icons/chart-no-axes-column';
|
|
3007
3011
|
// ChartPie aliases
|
|
3008
3012
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3009
3013
|
export {
|
|
3010
3014
|
/** @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 */
|
|
3011
3015
|
default as PieChartIcon
|
|
3012
3016
|
} from '../icons/chart-pie';
|
|
3013
|
-
// Chromium aliases
|
|
3014
|
-
export { default as ChromiumIcon } from '../icons/chromium';
|
|
3015
|
-
export {
|
|
3016
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
3017
|
-
default as ChromeIcon
|
|
3018
|
-
} from '../icons/chromium';
|
|
3019
3017
|
// ChartScatter aliases
|
|
3020
3018
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3021
3019
|
export {
|
|
3022
3020
|
/** @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 */
|
|
3023
3021
|
default as ScatterChartIcon
|
|
3024
3022
|
} from '../icons/chart-scatter';
|
|
3023
|
+
// Chromium aliases
|
|
3024
|
+
export { default as ChromiumIcon } from '../icons/chromium';
|
|
3025
|
+
export {
|
|
3026
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
3027
|
+
default as ChromeIcon
|
|
3028
|
+
} from '../icons/chromium';
|
|
3025
3029
|
// CircleAlert aliases
|
|
3026
3030
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3027
3031
|
export {
|
|
@@ -3046,18 +3050,18 @@ export {
|
|
|
3046
3050
|
/** @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 */
|
|
3047
3051
|
default as ArrowDownLeftFromCircleIcon
|
|
3048
3052
|
} from '../icons/circle-arrow-out-down-left';
|
|
3049
|
-
// CircleArrowOutUpLeft aliases
|
|
3050
|
-
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3051
|
-
export {
|
|
3052
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3053
|
-
default as ArrowUpLeftFromCircleIcon
|
|
3054
|
-
} from '../icons/circle-arrow-out-up-left';
|
|
3055
3053
|
// CircleArrowOutDownRight aliases
|
|
3056
3054
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3057
3055
|
export {
|
|
3058
3056
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3059
3057
|
default as ArrowDownRightFromCircleIcon
|
|
3060
3058
|
} from '../icons/circle-arrow-out-down-right';
|
|
3059
|
+
// CircleArrowOutUpLeft aliases
|
|
3060
|
+
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3061
|
+
export {
|
|
3062
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3063
|
+
default as ArrowUpLeftFromCircleIcon
|
|
3064
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
3061
3065
|
// CircleArrowOutUpRight aliases
|
|
3062
3066
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3063
3067
|
export {
|
|
@@ -3076,18 +3080,18 @@ export {
|
|
|
3076
3080
|
/** @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 */
|
|
3077
3081
|
default as ArrowUpCircleIcon
|
|
3078
3082
|
} from '../icons/circle-arrow-up';
|
|
3079
|
-
// CircleCheck aliases
|
|
3080
|
-
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3081
|
-
export {
|
|
3082
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3083
|
-
default as CheckCircle2Icon
|
|
3084
|
-
} from '../icons/circle-check';
|
|
3085
3083
|
// CircleCheckBig aliases
|
|
3086
3084
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3087
3085
|
export {
|
|
3088
3086
|
/** @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 */
|
|
3089
3087
|
default as CheckCircleIcon
|
|
3090
3088
|
} from '../icons/circle-check-big';
|
|
3089
|
+
// CircleCheck aliases
|
|
3090
|
+
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3091
|
+
export {
|
|
3092
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3093
|
+
default as CheckCircle2Icon
|
|
3094
|
+
} from '../icons/circle-check';
|
|
3091
3095
|
// CircleChevronDown aliases
|
|
3092
3096
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3093
3097
|
export {
|
|
@@ -3100,12 +3104,6 @@ export {
|
|
|
3100
3104
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3101
3105
|
default as ChevronLeftCircleIcon
|
|
3102
3106
|
} from '../icons/circle-chevron-left';
|
|
3103
|
-
// CircleDivide aliases
|
|
3104
|
-
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3105
|
-
export {
|
|
3106
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3107
|
-
default as DivideCircleIcon
|
|
3108
|
-
} from '../icons/circle-divide';
|
|
3109
3107
|
// CircleChevronRight aliases
|
|
3110
3108
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3111
3109
|
export {
|
|
@@ -3118,6 +3116,12 @@ export {
|
|
|
3118
3116
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
3119
3117
|
default as ChevronUpCircleIcon
|
|
3120
3118
|
} from '../icons/circle-chevron-up';
|
|
3119
|
+
// CircleDivide aliases
|
|
3120
|
+
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3121
|
+
export {
|
|
3122
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3123
|
+
default as DivideCircleIcon
|
|
3124
|
+
} from '../icons/circle-divide';
|
|
3121
3125
|
// CircleGauge aliases
|
|
3122
3126
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3123
3127
|
export {
|
|
@@ -3218,18 +3222,18 @@ export {
|
|
|
3218
3222
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3219
3223
|
default as ClipboardSignatureIcon
|
|
3220
3224
|
} from '../icons/clipboard-pen-line';
|
|
3221
|
-
// ClipboardPen aliases
|
|
3222
|
-
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3223
|
-
export {
|
|
3224
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
3225
|
-
default as ClipboardEditIcon
|
|
3226
|
-
} from '../icons/clipboard-pen';
|
|
3227
3225
|
// CloudDownload aliases
|
|
3228
3226
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3229
3227
|
export {
|
|
3230
3228
|
/** @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 */
|
|
3231
3229
|
default as DownloadCloudIcon
|
|
3232
3230
|
} from '../icons/cloud-download';
|
|
3231
|
+
// ClipboardPen aliases
|
|
3232
|
+
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3233
|
+
export {
|
|
3234
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
3235
|
+
default as ClipboardEditIcon
|
|
3236
|
+
} from '../icons/clipboard-pen';
|
|
3233
3237
|
// CloudUpload aliases
|
|
3234
3238
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3235
3239
|
export {
|
|
@@ -3352,20 +3356,20 @@ export {
|
|
|
3352
3356
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3353
3357
|
export {
|
|
3354
3358
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3355
|
-
default as FileQuestionIcon
|
|
3356
|
-
} from '../icons/file-question-mark';
|
|
3357
|
-
// FolderCog aliases
|
|
3358
|
-
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3359
|
-
export {
|
|
3360
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3361
|
-
default as FolderCog2Icon
|
|
3362
|
-
} from '../icons/folder-cog';
|
|
3359
|
+
default as FileQuestionIcon
|
|
3360
|
+
} from '../icons/file-question-mark';
|
|
3363
3361
|
// FileVideoCamera aliases
|
|
3364
3362
|
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3365
3363
|
export {
|
|
3366
3364
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3367
3365
|
default as FileVideo2Icon
|
|
3368
3366
|
} from '../icons/file-video-camera';
|
|
3367
|
+
// FolderCog aliases
|
|
3368
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3369
|
+
export {
|
|
3370
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3371
|
+
default as FolderCog2Icon
|
|
3372
|
+
} from '../icons/folder-cog';
|
|
3369
3373
|
// FolderPen aliases
|
|
3370
3374
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3371
3375
|
export {
|
|
@@ -3378,18 +3382,18 @@ export {
|
|
|
3378
3382
|
/** @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 */
|
|
3379
3383
|
default as FilterXIcon
|
|
3380
3384
|
} from '../icons/funnel-x';
|
|
3381
|
-
// GitCommitHorizontal aliases
|
|
3382
|
-
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3383
|
-
export {
|
|
3384
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3385
|
-
default as GitCommitIcon
|
|
3386
|
-
} from '../icons/git-commit-horizontal';
|
|
3387
3385
|
// Funnel aliases
|
|
3388
3386
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3389
3387
|
export {
|
|
3390
3388
|
/** @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 */
|
|
3391
3389
|
default as FilterIcon
|
|
3392
3390
|
} from '../icons/funnel';
|
|
3391
|
+
// GitCommitHorizontal aliases
|
|
3392
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3393
|
+
export {
|
|
3394
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3395
|
+
default as GitCommitIcon
|
|
3396
|
+
} from '../icons/git-commit-horizontal';
|
|
3393
3397
|
// Grid2x2Plus aliases
|
|
3394
3398
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3395
3399
|
export {
|
|
@@ -3436,18 +3440,18 @@ export {
|
|
|
3436
3440
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3437
3441
|
default as HelpingHandIcon
|
|
3438
3442
|
} from '../icons/hand-helping';
|
|
3439
|
-
// IceCreamBowl aliases
|
|
3440
|
-
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3441
|
-
export {
|
|
3442
|
-
/** @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 */
|
|
3443
|
-
default as IceCream2Icon
|
|
3444
|
-
} from '../icons/ice-cream-bowl';
|
|
3445
3443
|
// House aliases
|
|
3446
3444
|
export { default as HouseIcon } from '../icons/house';
|
|
3447
3445
|
export {
|
|
3448
3446
|
/** @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 */
|
|
3449
3447
|
default as HomeIcon
|
|
3450
3448
|
} from '../icons/house';
|
|
3449
|
+
// IceCreamBowl aliases
|
|
3450
|
+
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3451
|
+
export {
|
|
3452
|
+
/** @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 */
|
|
3453
|
+
default as IceCream2Icon
|
|
3454
|
+
} from '../icons/ice-cream-bowl';
|
|
3451
3455
|
// IceCreamCone aliases
|
|
3452
3456
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3453
3457
|
export {
|
|
@@ -3498,18 +3502,18 @@ export {
|
|
|
3498
3502
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
3499
3503
|
default as UnlockKeyholeIcon
|
|
3500
3504
|
} from '../icons/lock-keyhole-open';
|
|
3501
|
-
// MailQuestionMark aliases
|
|
3502
|
-
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3503
|
-
export {
|
|
3504
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3505
|
-
default as MailQuestionIcon
|
|
3506
|
-
} from '../icons/mail-question-mark';
|
|
3507
3505
|
// LockOpen aliases
|
|
3508
3506
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3509
3507
|
export {
|
|
3510
3508
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
3511
3509
|
default as UnlockIcon
|
|
3512
3510
|
} from '../icons/lock-open';
|
|
3511
|
+
// MailQuestionMark aliases
|
|
3512
|
+
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3513
|
+
export {
|
|
3514
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3515
|
+
default as MailQuestionIcon
|
|
3516
|
+
} from '../icons/mail-question-mark';
|
|
3513
3517
|
// MapPinPen aliases
|
|
3514
3518
|
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3515
3519
|
export {
|
|
@@ -3546,30 +3550,30 @@ export {
|
|
|
3546
3550
|
/** @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 */
|
|
3547
3551
|
default as PauseOctagonIcon
|
|
3548
3552
|
} from '../icons/octagon-pause';
|
|
3549
|
-
// OctagonX aliases
|
|
3550
|
-
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3551
|
-
export {
|
|
3552
|
-
/** @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 */
|
|
3553
|
-
default as XOctagonIcon
|
|
3554
|
-
} from '../icons/octagon-x';
|
|
3555
3553
|
// PaintbrushVertical aliases
|
|
3556
3554
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3557
3555
|
export {
|
|
3558
3556
|
/** @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 */
|
|
3559
3557
|
default as Paintbrush2Icon
|
|
3560
3558
|
} from '../icons/paintbrush-vertical';
|
|
3561
|
-
//
|
|
3562
|
-
export { default as
|
|
3559
|
+
// OctagonX aliases
|
|
3560
|
+
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3563
3561
|
export {
|
|
3564
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3565
|
-
default as
|
|
3566
|
-
} from '../icons/
|
|
3562
|
+
/** @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 */
|
|
3563
|
+
default as XOctagonIcon
|
|
3564
|
+
} from '../icons/octagon-x';
|
|
3567
3565
|
// PanelBottomDashed aliases
|
|
3568
3566
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3569
3567
|
export {
|
|
3570
3568
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3571
3569
|
default as PanelBottomInactiveIcon
|
|
3572
3570
|
} from '../icons/panel-bottom-dashed';
|
|
3571
|
+
// PanelLeftClose aliases
|
|
3572
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3573
|
+
export {
|
|
3574
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3575
|
+
default as SidebarCloseIcon
|
|
3576
|
+
} from '../icons/panel-left-close';
|
|
3573
3577
|
// PanelLeftDashed aliases
|
|
3574
3578
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3575
3579
|
export {
|
|
@@ -3600,18 +3604,18 @@ export {
|
|
|
3600
3604
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3601
3605
|
default as PanelTopInactiveIcon
|
|
3602
3606
|
} from '../icons/panel-top-dashed';
|
|
3603
|
-
// PenLine aliases
|
|
3604
|
-
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3605
|
-
export {
|
|
3606
|
-
/** @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 */
|
|
3607
|
-
default as Edit3Icon
|
|
3608
|
-
} from '../icons/pen-line';
|
|
3609
3607
|
// PanelsTopLeft aliases
|
|
3610
3608
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3611
3609
|
export {
|
|
3612
3610
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
3613
3611
|
default as LayoutIcon
|
|
3614
3612
|
} from '../icons/panels-top-left';
|
|
3613
|
+
// PenLine aliases
|
|
3614
|
+
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3615
|
+
export {
|
|
3616
|
+
/** @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 */
|
|
3617
|
+
default as Edit3Icon
|
|
3618
|
+
} from '../icons/pen-line';
|
|
3615
3619
|
// Pen aliases
|
|
3616
3620
|
export { default as PenIcon } from '../icons/pen';
|
|
3617
3621
|
export {
|
|
@@ -3648,6 +3652,12 @@ export {
|
|
|
3648
3652
|
/** @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 */
|
|
3649
3653
|
default as PanelsTopBottomIcon
|
|
3650
3654
|
} from '../icons/rows-3';
|
|
3655
|
+
// SendHorizontal aliases
|
|
3656
|
+
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3657
|
+
export {
|
|
3658
|
+
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3659
|
+
default as SendHorizonalIcon
|
|
3660
|
+
} from '../icons/send-horizontal';
|
|
3651
3661
|
// Scale3d aliases
|
|
3652
3662
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3653
3663
|
export {
|
|
@@ -3660,24 +3670,18 @@ export {
|
|
|
3660
3670
|
/** @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 */
|
|
3661
3671
|
default as ShieldQuestionIcon
|
|
3662
3672
|
} from '../icons/shield-question-mark';
|
|
3663
|
-
//
|
|
3664
|
-
export { default as
|
|
3673
|
+
// ShieldX aliases
|
|
3674
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3665
3675
|
export {
|
|
3666
|
-
/** @deprecated
|
|
3667
|
-
default as
|
|
3668
|
-
} from '../icons/
|
|
3676
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3677
|
+
default as ShieldCloseIcon
|
|
3678
|
+
} from '../icons/shield-x';
|
|
3669
3679
|
// SlidersVertical aliases
|
|
3670
3680
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3671
3681
|
export {
|
|
3672
3682
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3673
3683
|
default as SlidersIcon
|
|
3674
3684
|
} from '../icons/sliders-vertical';
|
|
3675
|
-
// ShieldX aliases
|
|
3676
|
-
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3677
|
-
export {
|
|
3678
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3679
|
-
default as ShieldCloseIcon
|
|
3680
|
-
} from '../icons/shield-x';
|
|
3681
3685
|
// Sparkles aliases
|
|
3682
3686
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3683
3687
|
export {
|
|
@@ -3696,24 +3700,24 @@ export {
|
|
|
3696
3700
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3697
3701
|
default as ArrowDownLeftSquareIcon
|
|
3698
3702
|
} from '../icons/square-arrow-down-left';
|
|
3699
|
-
//
|
|
3700
|
-
export { default as
|
|
3703
|
+
// SquareArrowDownRight aliases
|
|
3704
|
+
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3701
3705
|
export {
|
|
3702
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3703
|
-
default as
|
|
3704
|
-
} from '../icons/square-arrow-
|
|
3706
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3707
|
+
default as ArrowDownRightSquareIcon
|
|
3708
|
+
} from '../icons/square-arrow-down-right';
|
|
3705
3709
|
// SquareArrowDown aliases
|
|
3706
3710
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3707
3711
|
export {
|
|
3708
3712
|
/** @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 */
|
|
3709
3713
|
default as ArrowDownSquareIcon
|
|
3710
3714
|
} from '../icons/square-arrow-down';
|
|
3711
|
-
//
|
|
3712
|
-
export { default as
|
|
3715
|
+
// SquareArrowLeft aliases
|
|
3716
|
+
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3713
3717
|
export {
|
|
3714
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3715
|
-
default as
|
|
3716
|
-
} from '../icons/square-arrow-
|
|
3718
|
+
/** @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 */
|
|
3719
|
+
default as ArrowLeftSquareIcon
|
|
3720
|
+
} from '../icons/square-arrow-left';
|
|
3717
3721
|
// SquareArrowOutDownLeft aliases
|
|
3718
3722
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3719
3723
|
export {
|
|
@@ -3768,6 +3772,12 @@ export {
|
|
|
3768
3772
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
3769
3773
|
default as ScissorsSquareDashedBottomIcon
|
|
3770
3774
|
} from '../icons/square-bottom-dashed-scissors';
|
|
3775
|
+
// SquareAsterisk aliases
|
|
3776
|
+
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3777
|
+
export {
|
|
3778
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
3779
|
+
default as AsteriskSquareIcon
|
|
3780
|
+
} from '../icons/square-asterisk';
|
|
3771
3781
|
// SquareChartGantt aliases
|
|
3772
3782
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3773
3783
|
export {
|
|
@@ -3778,24 +3788,18 @@ export {
|
|
|
3778
3788
|
/** @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 */
|
|
3779
3789
|
default as SquareGanttChartIcon
|
|
3780
3790
|
} from '../icons/square-chart-gantt';
|
|
3781
|
-
//
|
|
3782
|
-
export { default as
|
|
3791
|
+
// SquareCheckBig aliases
|
|
3792
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3783
3793
|
export {
|
|
3784
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3785
|
-
default as
|
|
3786
|
-
} from '../icons/square-
|
|
3794
|
+
/** @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 */
|
|
3795
|
+
default as CheckSquareIcon
|
|
3796
|
+
} from '../icons/square-check-big';
|
|
3787
3797
|
// SquareCheck aliases
|
|
3788
3798
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3789
3799
|
export {
|
|
3790
3800
|
/** @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 */
|
|
3791
3801
|
default as CheckSquare2Icon
|
|
3792
3802
|
} from '../icons/square-check';
|
|
3793
|
-
// SquareCheckBig aliases
|
|
3794
|
-
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3795
|
-
export {
|
|
3796
|
-
/** @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 */
|
|
3797
|
-
default as CheckSquareIcon
|
|
3798
|
-
} from '../icons/square-check-big';
|
|
3799
3803
|
// SquareChevronDown aliases
|
|
3800
3804
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3801
3805
|
export {
|
|
@@ -3820,18 +3824,24 @@ export {
|
|
|
3820
3824
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
3821
3825
|
default as ChevronUpSquareIcon
|
|
3822
3826
|
} from '../icons/square-chevron-up';
|
|
3827
|
+
// SquareCode aliases
|
|
3828
|
+
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3829
|
+
export {
|
|
3830
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
3831
|
+
default as CodeSquareIcon
|
|
3832
|
+
} from '../icons/square-code';
|
|
3823
3833
|
// SquareDashedKanban aliases
|
|
3824
3834
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3825
3835
|
export {
|
|
3826
3836
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
3827
3837
|
default as KanbanSquareDashedIcon
|
|
3828
3838
|
} from '../icons/square-dashed-kanban';
|
|
3829
|
-
//
|
|
3830
|
-
export { default as
|
|
3839
|
+
// SquareDashedMousePointer aliases
|
|
3840
|
+
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3831
3841
|
export {
|
|
3832
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3833
|
-
default as
|
|
3834
|
-
} from '../icons/square-
|
|
3842
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
3843
|
+
default as MousePointerSquareDashedIcon
|
|
3844
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
3835
3845
|
// SquareDashed aliases
|
|
3836
3846
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3837
3847
|
export {
|
|
@@ -3844,12 +3854,6 @@ export {
|
|
|
3844
3854
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
3845
3855
|
default as DivideSquareIcon
|
|
3846
3856
|
} from '../icons/square-divide';
|
|
3847
|
-
// SquareDashedMousePointer aliases
|
|
3848
|
-
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3849
|
-
export {
|
|
3850
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
3851
|
-
default as MousePointerSquareDashedIcon
|
|
3852
|
-
} from '../icons/square-dashed-mouse-pointer';
|
|
3853
3857
|
// SquareDot aliases
|
|
3854
3858
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3855
3859
|
export {
|
|
@@ -3862,18 +3866,18 @@ export {
|
|
|
3862
3866
|
/** @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 */
|
|
3863
3867
|
default as EqualSquareIcon
|
|
3864
3868
|
} from '../icons/square-equal';
|
|
3865
|
-
// SquareFunction aliases
|
|
3866
|
-
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3867
|
-
export {
|
|
3868
|
-
/** @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 */
|
|
3869
|
-
default as FunctionSquareIcon
|
|
3870
|
-
} from '../icons/square-function';
|
|
3871
3869
|
// SquareKanban aliases
|
|
3872
3870
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3873
3871
|
export {
|
|
3874
3872
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
3875
3873
|
default as KanbanSquareIcon
|
|
3876
3874
|
} from '../icons/square-kanban';
|
|
3875
|
+
// SquareFunction aliases
|
|
3876
|
+
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3877
|
+
export {
|
|
3878
|
+
/** @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 */
|
|
3879
|
+
default as FunctionSquareIcon
|
|
3880
|
+
} from '../icons/square-function';
|
|
3877
3881
|
// SquareLibrary aliases
|
|
3878
3882
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3879
3883
|
export {
|
|
@@ -3892,6 +3896,12 @@ export {
|
|
|
3892
3896
|
/** @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 */
|
|
3893
3897
|
default as MenuSquareIcon
|
|
3894
3898
|
} from '../icons/square-menu';
|
|
3899
|
+
// SquareMinus aliases
|
|
3900
|
+
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3901
|
+
export {
|
|
3902
|
+
/** @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 */
|
|
3903
|
+
default as MinusSquareIcon
|
|
3904
|
+
} from '../icons/square-minus';
|
|
3895
3905
|
// SquareMousePointer aliases
|
|
3896
3906
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3897
3907
|
export {
|
|
@@ -3910,12 +3920,6 @@ export {
|
|
|
3910
3920
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
3911
3921
|
default as ParkingSquareIcon
|
|
3912
3922
|
} from '../icons/square-parking';
|
|
3913
|
-
// SquareMinus aliases
|
|
3914
|
-
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3915
|
-
export {
|
|
3916
|
-
/** @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 */
|
|
3917
|
-
default as MinusSquareIcon
|
|
3918
|
-
} from '../icons/square-minus';
|
|
3919
3923
|
// SquarePen aliases
|
|
3920
3924
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
3921
3925
|
export {
|
|
@@ -3942,18 +3946,18 @@ export {
|
|
|
3942
3946
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
3943
3947
|
default as PiSquareIcon
|
|
3944
3948
|
} from '../icons/square-pi';
|
|
3945
|
-
// SquarePlay aliases
|
|
3946
|
-
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3947
|
-
export {
|
|
3948
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
3949
|
-
default as PlaySquareIcon
|
|
3950
|
-
} from '../icons/square-play';
|
|
3951
3949
|
// SquarePilcrow aliases
|
|
3952
3950
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3953
3951
|
export {
|
|
3954
3952
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
3955
3953
|
default as PilcrowSquareIcon
|
|
3956
3954
|
} from '../icons/square-pilcrow';
|
|
3955
|
+
// SquarePlay aliases
|
|
3956
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3957
|
+
export {
|
|
3958
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
3959
|
+
default as PlaySquareIcon
|
|
3960
|
+
} from '../icons/square-play';
|
|
3957
3961
|
// SquarePlus aliases
|
|
3958
3962
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3959
3963
|
export {
|
|
@@ -4008,18 +4012,18 @@ export {
|
|
|
4008
4012
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
4009
4013
|
default as UserSquare2Icon
|
|
4010
4014
|
} from '../icons/square-user-round';
|
|
4011
|
-
// SquareX aliases
|
|
4012
|
-
export { default as SquareXIcon } from '../icons/square-x';
|
|
4013
|
-
export {
|
|
4014
|
-
/** @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 */
|
|
4015
|
-
default as XSquareIcon
|
|
4016
|
-
} from '../icons/square-x';
|
|
4017
4015
|
// SquareUser aliases
|
|
4018
4016
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4019
4017
|
export {
|
|
4020
4018
|
/** @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 */
|
|
4021
4019
|
default as UserSquareIcon
|
|
4022
4020
|
} from '../icons/square-user';
|
|
4021
|
+
// SquareX aliases
|
|
4022
|
+
export { default as SquareXIcon } from '../icons/square-x';
|
|
4023
|
+
export {
|
|
4024
|
+
/** @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 */
|
|
4025
|
+
default as XSquareIcon
|
|
4026
|
+
} from '../icons/square-x';
|
|
4023
4027
|
// TestTubeDiagonal aliases
|
|
4024
4028
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4025
4029
|
export {
|
|
@@ -4044,6 +4048,16 @@ export {
|
|
|
4044
4048
|
/** @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 */
|
|
4045
4049
|
default as AlignJustifyIcon
|
|
4046
4050
|
} from '../icons/text-align-justify';
|
|
4051
|
+
// TextAlignStart aliases
|
|
4052
|
+
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4053
|
+
export {
|
|
4054
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4055
|
+
default as TextIcon
|
|
4056
|
+
} from '../icons/text-align-start';
|
|
4057
|
+
export {
|
|
4058
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4059
|
+
default as AlignLeftIcon
|
|
4060
|
+
} from '../icons/text-align-start';
|
|
4047
4061
|
// TextInitial aliases
|
|
4048
4062
|
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4049
4063
|
export {
|
|
@@ -4056,34 +4070,24 @@ export {
|
|
|
4056
4070
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|
|
4057
4071
|
default as TextSelectionIcon
|
|
4058
4072
|
} from '../icons/text-select';
|
|
4059
|
-
// TextAlignStart aliases
|
|
4060
|
-
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4061
|
-
export {
|
|
4062
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4063
|
-
default as TextIcon
|
|
4064
|
-
} from '../icons/text-align-start';
|
|
4065
|
-
export {
|
|
4066
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4067
|
-
default as AlignLeftIcon
|
|
4068
|
-
} from '../icons/text-align-start';
|
|
4069
4073
|
// TextWrap aliases
|
|
4070
4074
|
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4071
4075
|
export {
|
|
4072
4076
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4073
4077
|
default as WrapTextIcon
|
|
4074
4078
|
} from '../icons/text-wrap';
|
|
4075
|
-
// TreePalm aliases
|
|
4076
|
-
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4077
|
-
export {
|
|
4078
|
-
/** @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 */
|
|
4079
|
-
default as PalmtreeIcon
|
|
4080
|
-
} from '../icons/tree-palm';
|
|
4081
4079
|
// TramFront aliases
|
|
4082
4080
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4083
4081
|
export {
|
|
4084
4082
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
4085
4083
|
default as TrainIcon
|
|
4086
4084
|
} from '../icons/tram-front';
|
|
4085
|
+
// TreePalm aliases
|
|
4086
|
+
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4087
|
+
export {
|
|
4088
|
+
/** @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 */
|
|
4089
|
+
default as PalmtreeIcon
|
|
4090
|
+
} from '../icons/tree-palm';
|
|
4087
4091
|
// TriangleAlert aliases
|
|
4088
4092
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4089
4093
|
export {
|
|
@@ -4156,16 +4160,16 @@ export {
|
|
|
4156
4160
|
/** @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 */
|
|
4157
4161
|
default as ForkKnifeIcon
|
|
4158
4162
|
} from '../icons/utensils';
|
|
4159
|
-
// WalletMinimal aliases
|
|
4160
|
-
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4161
|
-
export {
|
|
4162
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4163
|
-
default as Wallet2Icon
|
|
4164
|
-
} from '../icons/wallet-minimal';
|
|
4165
4163
|
// WandSparkles aliases
|
|
4166
4164
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4167
4165
|
export {
|
|
4168
4166
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
4169
4167
|
default as Wand2Icon
|
|
4170
4168
|
} from '../icons/wand-sparkles';
|
|
4169
|
+
// WalletMinimal aliases
|
|
4170
|
+
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4171
|
+
export {
|
|
4172
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4173
|
+
default as Wallet2Icon
|
|
4174
|
+
} from '../icons/wallet-minimal';
|
|
4171
4175
|
|