@lucide/astro 0.506.0 → 0.508.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 +43 -43
- package/src/aliases/prefixed.ts +473 -469
- package/src/aliases/suffixed.ts +693 -689
- package/src/icons/air-vent.ts +2 -2
- package/src/icons/bell-electric.ts +2 -2
- package/src/icons/dumbbell.ts +2 -2
- package/src/icons/guitar.ts +2 -2
- package/src/icons/index.ts +146 -144
- package/src/icons/mail.ts +2 -2
- package/src/icons/menu.ts +2 -2
- package/src/icons/panda.ts +18 -0
- package/src/icons/search.ts +2 -2
- package/src/icons/soap-dispenser-droplet.ts +18 -0
- package/src/icons/touchpad-off.ts +2 -2
package/src/aliases/suffixed.ts
CHANGED
|
@@ -10,36 +10,36 @@ export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
11
|
// AirVent aliases
|
|
12
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
|
-
// AlarmClockOff aliases
|
|
14
|
-
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
15
13
|
// Airplay aliases
|
|
16
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
17
|
-
// AlarmSmoke aliases
|
|
18
|
-
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
19
15
|
// AlarmClock aliases
|
|
20
16
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
17
|
+
// AlarmSmoke aliases
|
|
18
|
+
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
19
|
+
// AlarmClockOff aliases
|
|
20
|
+
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
21
21
|
// Album aliases
|
|
22
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
23
|
// AlignCenterHorizontal aliases
|
|
24
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
|
+
// AlignCenterVertical aliases
|
|
26
|
+
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
25
27
|
// AlignCenter aliases
|
|
26
28
|
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
27
29
|
// AlignEndHorizontal aliases
|
|
28
30
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
|
-
// AlignCenterVertical aliases
|
|
30
|
-
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
31
31
|
// AlignEndVertical aliases
|
|
32
32
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
33
|
// AlignHorizontalDistributeCenter aliases
|
|
34
34
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
35
|
// AlignHorizontalDistributeEnd aliases
|
|
36
36
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
37
|
+
// AlignHorizontalDistributeStart aliases
|
|
38
|
+
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
39
|
// AlignHorizontalJustifyCenter aliases
|
|
38
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
39
41
|
// AlignHorizontalJustifyEnd aliases
|
|
40
42
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
41
|
-
// AlignHorizontalDistributeStart aliases
|
|
42
|
-
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
43
43
|
// AlignHorizontalJustifyStart aliases
|
|
44
44
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
45
|
// AlignHorizontalSpaceAround aliases
|
|
@@ -52,86 +52,86 @@ export { default as AlignJustifyIcon } from '../icons/align-justify';
|
|
|
52
52
|
export { default as AlignLeftIcon } from '../icons/align-left';
|
|
53
53
|
// AlignRight aliases
|
|
54
54
|
export { default as AlignRightIcon } from '../icons/align-right';
|
|
55
|
-
// AlignStartHorizontal aliases
|
|
56
|
-
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
57
55
|
// AlignStartVertical aliases
|
|
58
56
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
59
57
|
// AlignVerticalDistributeCenter aliases
|
|
60
58
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
59
|
+
// AlignStartHorizontal aliases
|
|
60
|
+
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
61
61
|
// AlignVerticalDistributeEnd aliases
|
|
62
62
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
63
|
-
// AlignVerticalDistributeStart aliases
|
|
64
|
-
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
65
63
|
// AlignVerticalJustifyCenter aliases
|
|
66
64
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
67
65
|
// AlignVerticalJustifyEnd aliases
|
|
68
66
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
67
|
+
// AlignVerticalDistributeStart aliases
|
|
68
|
+
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
69
69
|
// AlignVerticalJustifyStart aliases
|
|
70
70
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
71
|
+
// AlignVerticalSpaceAround aliases
|
|
72
|
+
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
71
73
|
// AlignVerticalSpaceBetween aliases
|
|
72
74
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
73
|
-
// Ampersand aliases
|
|
74
|
-
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
75
75
|
// Ambulance aliases
|
|
76
76
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
77
|
-
//
|
|
78
|
-
export { default as
|
|
77
|
+
// Ampersand aliases
|
|
78
|
+
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
79
79
|
// Ampersands aliases
|
|
80
80
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
81
81
|
// Amphora aliases
|
|
82
82
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
83
|
-
// Annoyed aliases
|
|
84
|
-
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
85
|
-
// Angry aliases
|
|
86
|
-
export { default as AngryIcon } from '../icons/angry';
|
|
87
83
|
// Anchor aliases
|
|
88
84
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
85
|
+
// Angry aliases
|
|
86
|
+
export { default as AngryIcon } from '../icons/angry';
|
|
89
87
|
// Antenna aliases
|
|
90
88
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
91
89
|
// Anvil aliases
|
|
92
90
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
93
|
-
//
|
|
94
|
-
export { default as
|
|
91
|
+
// Annoyed aliases
|
|
92
|
+
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
95
93
|
// AppWindowMac aliases
|
|
96
94
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
95
|
+
// Aperture aliases
|
|
96
|
+
export { default as ApertureIcon } from '../icons/aperture';
|
|
97
97
|
// AppWindow aliases
|
|
98
98
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
99
|
-
// ArchiveRestore aliases
|
|
100
|
-
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
101
99
|
// Apple aliases
|
|
102
100
|
export { default as AppleIcon } from '../icons/apple';
|
|
103
|
-
//
|
|
104
|
-
export { default as
|
|
101
|
+
// ArchiveRestore aliases
|
|
102
|
+
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
105
103
|
// Archive aliases
|
|
106
104
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
107
105
|
// Armchair aliases
|
|
108
106
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
107
|
+
// ArchiveX aliases
|
|
108
|
+
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
109
109
|
// ArrowBigDownDash aliases
|
|
110
110
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
111
|
-
// ArrowBigDown aliases
|
|
112
|
-
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
113
111
|
// ArrowBigLeftDash aliases
|
|
114
112
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
115
|
-
//
|
|
116
|
-
export { default as
|
|
113
|
+
// ArrowBigDown aliases
|
|
114
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
117
115
|
// ArrowBigRightDash aliases
|
|
118
116
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
119
|
-
//
|
|
120
|
-
export { default as
|
|
117
|
+
// ArrowBigLeft aliases
|
|
118
|
+
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
121
119
|
// ArrowBigRight aliases
|
|
122
120
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
123
|
-
//
|
|
124
|
-
export { default as
|
|
125
|
-
// ArrowDownNarrowWide aliases
|
|
126
|
-
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
121
|
+
// ArrowBigUpDash aliases
|
|
122
|
+
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
127
123
|
// ArrowDownFromLine aliases
|
|
128
124
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
129
|
-
//
|
|
130
|
-
export { default as
|
|
125
|
+
// ArrowBigUp aliases
|
|
126
|
+
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
131
127
|
// ArrowDownLeft aliases
|
|
132
128
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
129
|
+
// ArrowDownNarrowWide aliases
|
|
130
|
+
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
133
131
|
// ArrowDownRight aliases
|
|
134
132
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
133
|
+
// ArrowDownToDot aliases
|
|
134
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
135
135
|
// ArrowDownToLine aliases
|
|
136
136
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
137
137
|
// ArrowDownUp aliases
|
|
@@ -140,14 +140,14 @@ export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
|
140
140
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
141
141
|
// ArrowLeftFromLine aliases
|
|
142
142
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
143
|
-
// ArrowLeftToLine aliases
|
|
144
|
-
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
145
|
-
// ArrowLeft aliases
|
|
146
|
-
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
147
143
|
// ArrowLeftRight aliases
|
|
148
144
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
145
|
+
// ArrowLeftToLine aliases
|
|
146
|
+
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
149
147
|
// ArrowRightFromLine aliases
|
|
150
148
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
149
|
+
// ArrowLeft aliases
|
|
150
|
+
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
151
151
|
// ArrowRightLeft aliases
|
|
152
152
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
153
153
|
// ArrowRightToLine aliases
|
|
@@ -172,12 +172,12 @@ export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow'
|
|
|
172
172
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
173
173
|
// ArrowsUpFromLine aliases
|
|
174
174
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
175
|
-
// AtSign aliases
|
|
176
|
-
export { default as AtSignIcon } from '../icons/at-sign';
|
|
177
175
|
// Asterisk aliases
|
|
178
176
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
179
177
|
// Atom aliases
|
|
180
178
|
export { default as AtomIcon } from '../icons/atom';
|
|
179
|
+
// AtSign aliases
|
|
180
|
+
export { default as AtSignIcon } from '../icons/at-sign';
|
|
181
181
|
// AudioLines aliases
|
|
182
182
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
183
183
|
// Award aliases
|
|
@@ -190,16 +190,16 @@ export { default as AxeIcon } from '../icons/axe';
|
|
|
190
190
|
export { default as BabyIcon } from '../icons/baby';
|
|
191
191
|
// Backpack aliases
|
|
192
192
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
193
|
-
// BadgeCent aliases
|
|
194
|
-
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
195
193
|
// BadgeAlert aliases
|
|
196
194
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
197
|
-
//
|
|
198
|
-
export { default as
|
|
195
|
+
// BadgeCent aliases
|
|
196
|
+
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
199
197
|
// BadgeDollarSign aliases
|
|
200
198
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
201
199
|
// BadgeHelp aliases
|
|
202
200
|
export { default as BadgeHelpIcon } from '../icons/badge-help';
|
|
201
|
+
// BadgeEuro aliases
|
|
202
|
+
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
203
203
|
// BadgeIndianRupee aliases
|
|
204
204
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
205
205
|
// BadgeInfo aliases
|
|
@@ -210,40 +210,40 @@ export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
|
210
210
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
211
211
|
// BadgePercent aliases
|
|
212
212
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
213
|
-
// BadgePoundSterling aliases
|
|
214
|
-
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
215
213
|
// BadgePlus aliases
|
|
216
214
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
217
|
-
// BadgeSwissFranc aliases
|
|
218
|
-
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
219
215
|
// BadgeRussianRuble aliases
|
|
220
216
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
221
|
-
//
|
|
222
|
-
export { default as
|
|
217
|
+
// BadgePoundSterling aliases
|
|
218
|
+
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
219
|
+
// BadgeSwissFranc aliases
|
|
220
|
+
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
223
221
|
// Badge aliases
|
|
224
222
|
export { default as BadgeIcon } from '../icons/badge';
|
|
223
|
+
// BadgeX aliases
|
|
224
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
225
225
|
// BaggageClaim aliases
|
|
226
226
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
227
227
|
// Ban aliases
|
|
228
228
|
export { default as BanIcon } from '../icons/ban';
|
|
229
|
-
// Banana aliases
|
|
230
|
-
export { default as BananaIcon } from '../icons/banana';
|
|
231
229
|
// Bandage aliases
|
|
232
230
|
export { default as BandageIcon } from '../icons/bandage';
|
|
233
|
-
//
|
|
234
|
-
export { default as
|
|
231
|
+
// Banana aliases
|
|
232
|
+
export { default as BananaIcon } from '../icons/banana';
|
|
235
233
|
// BanknoteArrowUp aliases
|
|
236
234
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
235
|
+
// BanknoteArrowDown aliases
|
|
236
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
237
237
|
// BanknoteX aliases
|
|
238
238
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
239
239
|
// Banknote aliases
|
|
240
240
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
241
241
|
// Baseline aliases
|
|
242
242
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
243
|
-
// Bath aliases
|
|
244
|
-
export { default as BathIcon } from '../icons/bath';
|
|
245
243
|
// Barcode aliases
|
|
246
244
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
245
|
+
// Bath aliases
|
|
246
|
+
export { default as BathIcon } from '../icons/bath';
|
|
247
247
|
// BatteryCharging aliases
|
|
248
248
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
249
249
|
// BatteryFull aliases
|
|
@@ -252,12 +252,12 @@ export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
|
252
252
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
253
253
|
// BatteryMedium aliases
|
|
254
254
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
255
|
-
// BatteryWarning aliases
|
|
256
|
-
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
257
255
|
// BatteryPlus aliases
|
|
258
256
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
259
257
|
// Battery aliases
|
|
260
258
|
export { default as BatteryIcon } from '../icons/battery';
|
|
259
|
+
// BatteryWarning aliases
|
|
260
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
261
261
|
// Beaker aliases
|
|
262
262
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
263
263
|
// BeanOff aliases
|
|
@@ -282,28 +282,28 @@ export { default as BellDotIcon } from '../icons/bell-dot';
|
|
|
282
282
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
283
283
|
// BellMinus aliases
|
|
284
284
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
285
|
-
// BellRing aliases
|
|
286
|
-
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
287
285
|
// BellOff aliases
|
|
288
286
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
289
287
|
// BellPlus aliases
|
|
290
288
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
291
289
|
// Bell aliases
|
|
292
290
|
export { default as BellIcon } from '../icons/bell';
|
|
293
|
-
//
|
|
294
|
-
export { default as
|
|
291
|
+
// BellRing aliases
|
|
292
|
+
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
295
293
|
// BetweenVerticalStart aliases
|
|
296
294
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
295
|
+
// BetweenVerticalEnd aliases
|
|
296
|
+
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
297
297
|
// BicepsFlexed aliases
|
|
298
298
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
299
299
|
// Bike aliases
|
|
300
300
|
export { default as BikeIcon } from '../icons/bike';
|
|
301
301
|
// Binoculars aliases
|
|
302
302
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
303
|
-
// Binary aliases
|
|
304
|
-
export { default as BinaryIcon } from '../icons/binary';
|
|
305
303
|
// Biohazard aliases
|
|
306
304
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
305
|
+
// Binary aliases
|
|
306
|
+
export { default as BinaryIcon } from '../icons/binary';
|
|
307
307
|
// Bird aliases
|
|
308
308
|
export { default as BirdIcon } from '../icons/bird';
|
|
309
309
|
// Bitcoin aliases
|
|
@@ -314,18 +314,18 @@ export { default as BlendIcon } from '../icons/blend';
|
|
|
314
314
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
315
315
|
// Blocks aliases
|
|
316
316
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
317
|
+
// BluetoothOff aliases
|
|
318
|
+
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
317
319
|
// BluetoothConnected aliases
|
|
318
320
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
319
321
|
// BluetoothSearching aliases
|
|
320
322
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
321
|
-
// Bluetooth aliases
|
|
322
|
-
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
323
|
-
// BluetoothOff aliases
|
|
324
|
-
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
325
323
|
// Bold aliases
|
|
326
324
|
export { default as BoldIcon } from '../icons/bold';
|
|
327
325
|
// Bolt aliases
|
|
328
326
|
export { default as BoltIcon } from '../icons/bolt';
|
|
327
|
+
// Bluetooth aliases
|
|
328
|
+
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
329
329
|
// Bomb aliases
|
|
330
330
|
export { default as BombIcon } from '../icons/bomb';
|
|
331
331
|
// Bone aliases
|
|
@@ -360,24 +360,24 @@ export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
|
360
360
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
361
361
|
// BookOpen aliases
|
|
362
362
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
363
|
-
// BookPlus aliases
|
|
364
|
-
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
365
363
|
// BookText aliases
|
|
366
364
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
365
|
+
// BookPlus aliases
|
|
366
|
+
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
367
367
|
// BookType aliases
|
|
368
368
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
369
|
-
// BookUp2 aliases
|
|
370
|
-
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
371
369
|
// BookUp aliases
|
|
372
370
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
373
|
-
//
|
|
374
|
-
export { default as
|
|
371
|
+
// BookUp2 aliases
|
|
372
|
+
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
375
373
|
// BookX aliases
|
|
376
374
|
export { default as BookXIcon } from '../icons/book-x';
|
|
377
|
-
//
|
|
378
|
-
export { default as
|
|
375
|
+
// BookUser aliases
|
|
376
|
+
export { default as BookUserIcon } from '../icons/book-user';
|
|
379
377
|
// Book aliases
|
|
380
378
|
export { default as BookIcon } from '../icons/book';
|
|
379
|
+
// BookmarkCheck aliases
|
|
380
|
+
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
381
381
|
// BookmarkMinus aliases
|
|
382
382
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
383
383
|
// BookmarkPlus aliases
|
|
@@ -386,32 +386,32 @@ export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
|
386
386
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
387
387
|
// Bookmark aliases
|
|
388
388
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
389
|
-
// BoomBox aliases
|
|
390
|
-
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
391
389
|
// BotMessageSquare aliases
|
|
392
390
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
393
391
|
// BotOff aliases
|
|
394
392
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
395
393
|
// Bot aliases
|
|
396
394
|
export { default as BotIcon } from '../icons/bot';
|
|
395
|
+
// BoomBox aliases
|
|
396
|
+
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
397
397
|
// BowArrow aliases
|
|
398
398
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
399
399
|
// Box aliases
|
|
400
400
|
export { default as BoxIcon } from '../icons/box';
|
|
401
|
-
// Boxes aliases
|
|
402
|
-
export { default as BoxesIcon } from '../icons/boxes';
|
|
403
401
|
// Brackets aliases
|
|
404
402
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
403
|
+
// Boxes aliases
|
|
404
|
+
export { default as BoxesIcon } from '../icons/boxes';
|
|
405
405
|
// BrainCircuit aliases
|
|
406
406
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
407
|
-
// BrickWallFire aliases
|
|
408
|
-
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
409
407
|
// BrainCog aliases
|
|
410
408
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
411
|
-
//
|
|
412
|
-
export { default as
|
|
409
|
+
// BrickWallFire aliases
|
|
410
|
+
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
413
411
|
// BrickWall aliases
|
|
414
412
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
413
|
+
// Brain aliases
|
|
414
|
+
export { default as BrainIcon } from '../icons/brain';
|
|
415
415
|
// BriefcaseBusiness aliases
|
|
416
416
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
417
417
|
// BriefcaseConveyorBelt aliases
|
|
@@ -424,32 +424,32 @@ export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
|
424
424
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
425
425
|
// BrushCleaning aliases
|
|
426
426
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
427
|
-
// Brush aliases
|
|
428
|
-
export { default as BrushIcon } from '../icons/brush';
|
|
429
427
|
// Bubbles aliases
|
|
430
428
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
429
|
+
// Brush aliases
|
|
430
|
+
export { default as BrushIcon } from '../icons/brush';
|
|
431
431
|
// BugOff aliases
|
|
432
432
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
433
433
|
// BugPlay aliases
|
|
434
434
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
435
|
-
// Bug aliases
|
|
436
|
-
export { default as BugIcon } from '../icons/bug';
|
|
437
435
|
// Building2 aliases
|
|
438
436
|
export { default as Building2Icon } from '../icons/building-2';
|
|
437
|
+
// Bug aliases
|
|
438
|
+
export { default as BugIcon } from '../icons/bug';
|
|
439
439
|
// Building aliases
|
|
440
440
|
export { default as BuildingIcon } from '../icons/building';
|
|
441
441
|
// BusFront aliases
|
|
442
442
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
443
443
|
// Bus aliases
|
|
444
444
|
export { default as BusIcon } from '../icons/bus';
|
|
445
|
-
// CableCar aliases
|
|
446
|
-
export { default as CableCarIcon } from '../icons/cable-car';
|
|
447
445
|
// Cable aliases
|
|
448
446
|
export { default as CableIcon } from '../icons/cable';
|
|
449
|
-
// Cake aliases
|
|
450
|
-
export { default as CakeIcon } from '../icons/cake';
|
|
451
447
|
// CakeSlice aliases
|
|
452
448
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
449
|
+
// CableCar aliases
|
|
450
|
+
export { default as CableCarIcon } from '../icons/cable-car';
|
|
451
|
+
// Cake aliases
|
|
452
|
+
export { default as CakeIcon } from '../icons/cake';
|
|
453
453
|
// Calculator aliases
|
|
454
454
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
455
455
|
// Calendar1 aliases
|
|
@@ -478,26 +478,26 @@ export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
|
478
478
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
479
479
|
// CalendarOff aliases
|
|
480
480
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
481
|
-
// CalendarPlus2 aliases
|
|
482
|
-
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
483
481
|
// CalendarPlus aliases
|
|
484
482
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
483
|
+
// CalendarPlus2 aliases
|
|
484
|
+
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
485
485
|
// CalendarRange aliases
|
|
486
486
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
487
|
-
// CalendarSync aliases
|
|
488
|
-
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
489
487
|
// CalendarSearch aliases
|
|
490
488
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
489
|
+
// CalendarSync aliases
|
|
490
|
+
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
491
491
|
// CalendarX2 aliases
|
|
492
492
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
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
|
-
// CameraOff aliases
|
|
498
|
-
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
499
497
|
// Camera aliases
|
|
500
498
|
export { default as CameraIcon } from '../icons/camera';
|
|
499
|
+
// CameraOff aliases
|
|
500
|
+
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
501
501
|
// CandyCane aliases
|
|
502
502
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
503
503
|
// CandyOff aliases
|
|
@@ -532,12 +532,12 @@ export { default as CastIcon } from '../icons/cast';
|
|
|
532
532
|
export { default as CastleIcon } from '../icons/castle';
|
|
533
533
|
// Cat aliases
|
|
534
534
|
export { default as CatIcon } from '../icons/cat';
|
|
535
|
-
// Cctv aliases
|
|
536
|
-
export { default as CctvIcon } from '../icons/cctv';
|
|
537
535
|
// ChartBarDecreasing aliases
|
|
538
536
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
539
537
|
// ChartBarIncreasing aliases
|
|
540
538
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
539
|
+
// Cctv aliases
|
|
540
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
541
541
|
// ChartBarStacked aliases
|
|
542
542
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
543
543
|
// ChartColumnDecreasing aliases
|
|
@@ -556,22 +556,22 @@ export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combi
|
|
|
556
556
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
557
557
|
// CheckCheck aliases
|
|
558
558
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
559
|
-
// Check aliases
|
|
560
|
-
export { default as CheckIcon } from '../icons/check';
|
|
561
559
|
// ChefHat aliases
|
|
562
560
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
563
|
-
//
|
|
564
|
-
export { default as
|
|
561
|
+
// Check aliases
|
|
562
|
+
export { default as CheckIcon } from '../icons/check';
|
|
565
563
|
// Cherry aliases
|
|
566
564
|
export { default as CherryIcon } from '../icons/cherry';
|
|
567
|
-
//
|
|
568
|
-
export { default as
|
|
565
|
+
// ChevronDown aliases
|
|
566
|
+
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
569
567
|
// ChevronFirst aliases
|
|
570
568
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
571
|
-
//
|
|
572
|
-
export { default as
|
|
569
|
+
// ChevronLast aliases
|
|
570
|
+
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
573
571
|
// ChevronRight aliases
|
|
574
572
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
573
|
+
// ChevronLeft aliases
|
|
574
|
+
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
575
575
|
// ChevronUp aliases
|
|
576
576
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
577
577
|
// ChevronsDownUp aliases
|
|
@@ -588,24 +588,24 @@ export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
|
588
588
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
589
589
|
// ChevronsRight aliases
|
|
590
590
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
591
|
-
// ChevronsUpDown aliases
|
|
592
|
-
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
593
591
|
// ChevronsUp aliases
|
|
594
592
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
595
|
-
//
|
|
596
|
-
export { default as
|
|
593
|
+
// ChevronsUpDown aliases
|
|
594
|
+
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
597
595
|
// Chrome aliases
|
|
598
596
|
export { default as ChromeIcon } from '../icons/chrome';
|
|
597
|
+
// Church aliases
|
|
598
|
+
export { default as ChurchIcon } from '../icons/church';
|
|
599
599
|
// CigaretteOff aliases
|
|
600
600
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
601
601
|
// Cigarette aliases
|
|
602
602
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
603
603
|
// CircleDashed aliases
|
|
604
604
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
605
|
-
// CircleDollarSign aliases
|
|
606
|
-
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
607
605
|
// CircleDotDashed aliases
|
|
608
606
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
607
|
+
// CircleDollarSign aliases
|
|
608
|
+
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
609
609
|
// CircleDot aliases
|
|
610
610
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
611
611
|
// CircleEllipsis aliases
|
|
@@ -620,12 +620,12 @@ export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
|
620
620
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
621
621
|
// CircleSlash aliases
|
|
622
622
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
623
|
+
// CircuitBoard aliases
|
|
624
|
+
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
623
625
|
// CircleSmall aliases
|
|
624
626
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
625
627
|
// Circle aliases
|
|
626
628
|
export { default as CircleIcon } from '../icons/circle';
|
|
627
|
-
// CircuitBoard aliases
|
|
628
|
-
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
629
629
|
// Citrus aliases
|
|
630
630
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
631
631
|
// Clapperboard aliases
|
|
@@ -656,10 +656,10 @@ export { default as Clock10Icon } from '../icons/clock-10';
|
|
|
656
656
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
657
657
|
// Clock12 aliases
|
|
658
658
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
659
|
-
// Clock2 aliases
|
|
660
|
-
export { default as Clock2Icon } from '../icons/clock-2';
|
|
661
659
|
// Clock3 aliases
|
|
662
660
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
661
|
+
// Clock2 aliases
|
|
662
|
+
export { default as Clock2Icon } from '../icons/clock-2';
|
|
663
663
|
// Clock4 aliases
|
|
664
664
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
665
665
|
// Clock5 aliases
|
|
@@ -674,32 +674,32 @@ export { default as Clock8Icon } from '../icons/clock-8';
|
|
|
674
674
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
675
675
|
// ClockAlert aliases
|
|
676
676
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
677
|
-
// ClockArrowUp aliases
|
|
678
|
-
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
679
677
|
// ClockArrowDown aliases
|
|
680
678
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
679
|
+
// ClockArrowUp aliases
|
|
680
|
+
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
681
681
|
// ClockFading aliases
|
|
682
682
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
683
683
|
// ClockPlus aliases
|
|
684
684
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
685
685
|
// Clock aliases
|
|
686
686
|
export { default as ClockIcon } from '../icons/clock';
|
|
687
|
-
// CloudAlert aliases
|
|
688
|
-
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
689
687
|
// CloudCog aliases
|
|
690
688
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
689
|
+
// CloudAlert aliases
|
|
690
|
+
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
691
691
|
// CloudDrizzle aliases
|
|
692
692
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
693
693
|
// CloudFog aliases
|
|
694
694
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
695
|
-
// CloudHail aliases
|
|
696
|
-
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
697
695
|
// CloudLightning aliases
|
|
698
696
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
699
|
-
//
|
|
700
|
-
export { default as
|
|
697
|
+
// CloudHail aliases
|
|
698
|
+
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
701
699
|
// CloudMoonRain aliases
|
|
702
700
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
701
|
+
// CloudMoon aliases
|
|
702
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
703
703
|
// CloudOff aliases
|
|
704
704
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
705
705
|
// CloudRainWind aliases
|
|
@@ -714,48 +714,48 @@ export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
|
714
714
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
715
715
|
// Cloud aliases
|
|
716
716
|
export { default as CloudIcon } from '../icons/cloud';
|
|
717
|
-
// Cloudy aliases
|
|
718
|
-
export { default as CloudyIcon } from '../icons/cloudy';
|
|
719
717
|
// Clover aliases
|
|
720
718
|
export { default as CloverIcon } from '../icons/clover';
|
|
719
|
+
// Cloudy aliases
|
|
720
|
+
export { default as CloudyIcon } from '../icons/cloudy';
|
|
721
721
|
// Club aliases
|
|
722
722
|
export { default as ClubIcon } from '../icons/club';
|
|
723
|
+
// Codepen aliases
|
|
724
|
+
export { default as CodepenIcon } from '../icons/codepen';
|
|
723
725
|
// Code aliases
|
|
724
726
|
export { default as CodeIcon } from '../icons/code';
|
|
725
727
|
// Codesandbox aliases
|
|
726
728
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
727
729
|
// Coffee aliases
|
|
728
730
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
729
|
-
// Codepen aliases
|
|
730
|
-
export { default as CodepenIcon } from '../icons/codepen';
|
|
731
731
|
// Cog aliases
|
|
732
732
|
export { default as CogIcon } from '../icons/cog';
|
|
733
733
|
// Coins aliases
|
|
734
734
|
export { default as CoinsIcon } from '../icons/coins';
|
|
735
|
-
// Columns4 aliases
|
|
736
|
-
export { default as Columns4Icon } from '../icons/columns-4';
|
|
737
735
|
// Combine aliases
|
|
738
736
|
export { default as CombineIcon } from '../icons/combine';
|
|
739
|
-
//
|
|
740
|
-
export { default as
|
|
737
|
+
// Columns4 aliases
|
|
738
|
+
export { default as Columns4Icon } from '../icons/columns-4';
|
|
741
739
|
// Command aliases
|
|
742
740
|
export { default as CommandIcon } from '../icons/command';
|
|
741
|
+
// Compass aliases
|
|
742
|
+
export { default as CompassIcon } from '../icons/compass';
|
|
743
743
|
// Component aliases
|
|
744
744
|
export { default as ComponentIcon } from '../icons/component';
|
|
745
745
|
// Computer aliases
|
|
746
746
|
export { default as ComputerIcon } from '../icons/computer';
|
|
747
747
|
// ConciergeBell aliases
|
|
748
748
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
749
|
+
// Cone aliases
|
|
750
|
+
export { default as ConeIcon } from '../icons/cone';
|
|
749
751
|
// Construction aliases
|
|
750
752
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
751
753
|
// Contact aliases
|
|
752
754
|
export { default as ContactIcon } from '../icons/contact';
|
|
753
|
-
// Cone aliases
|
|
754
|
-
export { default as ConeIcon } from '../icons/cone';
|
|
755
|
-
// Contrast aliases
|
|
756
|
-
export { default as ContrastIcon } from '../icons/contrast';
|
|
757
755
|
// Container aliases
|
|
758
756
|
export { default as ContainerIcon } from '../icons/container';
|
|
757
|
+
// Contrast aliases
|
|
758
|
+
export { default as ContrastIcon } from '../icons/contrast';
|
|
759
759
|
// Cookie aliases
|
|
760
760
|
export { default as CookieIcon } from '../icons/cookie';
|
|
761
761
|
// CookingPot aliases
|
|
@@ -764,24 +764,24 @@ export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
|
764
764
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
765
765
|
// CopyMinus aliases
|
|
766
766
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
767
|
-
// CopyPlus aliases
|
|
768
|
-
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
769
767
|
// CopySlash aliases
|
|
770
768
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
771
769
|
// CopyX aliases
|
|
772
770
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
771
|
+
// CopyPlus aliases
|
|
772
|
+
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
773
773
|
// Copy aliases
|
|
774
774
|
export { default as CopyIcon } from '../icons/copy';
|
|
775
|
-
// Copyleft aliases
|
|
776
|
-
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
777
775
|
// Copyright aliases
|
|
778
776
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
777
|
+
// Copyleft aliases
|
|
778
|
+
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
779
779
|
// CornerDownLeft aliases
|
|
780
780
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
781
|
-
// CornerLeftDown aliases
|
|
782
|
-
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
783
781
|
// CornerDownRight aliases
|
|
784
782
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
783
|
+
// CornerLeftDown aliases
|
|
784
|
+
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
785
785
|
// CornerLeftUp aliases
|
|
786
786
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
787
787
|
// CornerRightDown aliases
|
|
@@ -804,20 +804,20 @@ export { default as CroissantIcon } from '../icons/croissant';
|
|
|
804
804
|
export { default as CropIcon } from '../icons/crop';
|
|
805
805
|
// Crosshair aliases
|
|
806
806
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
807
|
-
// Crown aliases
|
|
808
|
-
export { default as CrownIcon } from '../icons/crown';
|
|
809
807
|
// Cross aliases
|
|
810
808
|
export { default as CrossIcon } from '../icons/cross';
|
|
809
|
+
// Crown aliases
|
|
810
|
+
export { default as CrownIcon } from '../icons/crown';
|
|
811
811
|
// Cuboid aliases
|
|
812
812
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
813
813
|
// CupSoda aliases
|
|
814
814
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
815
815
|
// Currency aliases
|
|
816
816
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
817
|
-
// Cylinder aliases
|
|
818
|
-
export { default as CylinderIcon } from '../icons/cylinder';
|
|
819
817
|
// Dam aliases
|
|
820
818
|
export { default as DamIcon } from '../icons/dam';
|
|
819
|
+
// Cylinder aliases
|
|
820
|
+
export { default as CylinderIcon } from '../icons/cylinder';
|
|
821
821
|
// DatabaseBackup aliases
|
|
822
822
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
823
823
|
// DatabaseZap aliases
|
|
@@ -826,18 +826,18 @@ export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
|
826
826
|
export { default as DatabaseIcon } from '../icons/database';
|
|
827
827
|
// DecimalsArrowLeft aliases
|
|
828
828
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
829
|
-
// DecimalsArrowRight aliases
|
|
830
|
-
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
831
829
|
// Delete aliases
|
|
832
830
|
export { default as DeleteIcon } from '../icons/delete';
|
|
831
|
+
// DecimalsArrowRight aliases
|
|
832
|
+
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
833
833
|
// Dessert aliases
|
|
834
834
|
export { default as DessertIcon } from '../icons/dessert';
|
|
835
835
|
// Diameter aliases
|
|
836
836
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
837
|
-
// DiamondMinus aliases
|
|
838
|
-
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
839
837
|
// DiamondPlus aliases
|
|
840
838
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
839
|
+
// DiamondMinus aliases
|
|
840
|
+
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
841
841
|
// Diamond aliases
|
|
842
842
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
843
843
|
// Dice1 aliases
|
|
@@ -846,10 +846,10 @@ export { default as Dice1Icon } from '../icons/dice-1';
|
|
|
846
846
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
847
847
|
// Dice3 aliases
|
|
848
848
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
849
|
-
// Dice4 aliases
|
|
850
|
-
export { default as Dice4Icon } from '../icons/dice-4';
|
|
851
849
|
// Dice5 aliases
|
|
852
850
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
851
|
+
// Dice4 aliases
|
|
852
|
+
export { default as Dice4Icon } from '../icons/dice-4';
|
|
853
853
|
// Dice6 aliases
|
|
854
854
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
855
855
|
// Dices aliases
|
|
@@ -862,12 +862,12 @@ export { default as Disc2Icon } from '../icons/disc-2';
|
|
|
862
862
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
863
863
|
// DiscAlbum aliases
|
|
864
864
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
865
|
-
// Disc aliases
|
|
866
|
-
export { default as DiscIcon } from '../icons/disc';
|
|
867
865
|
// Divide aliases
|
|
868
866
|
export { default as DivideIcon } from '../icons/divide';
|
|
869
867
|
// DnaOff aliases
|
|
870
868
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
869
|
+
// Disc aliases
|
|
870
|
+
export { default as DiscIcon } from '../icons/disc';
|
|
871
871
|
// Dna aliases
|
|
872
872
|
export { default as DnaIcon } from '../icons/dna';
|
|
873
873
|
// Dock aliases
|
|
@@ -884,28 +884,28 @@ export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
|
884
884
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
885
885
|
// DoorOpen aliases
|
|
886
886
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
887
|
-
// Dot aliases
|
|
888
|
-
export { default as DotIcon } from '../icons/dot';
|
|
889
887
|
// Download aliases
|
|
890
888
|
export { default as DownloadIcon } from '../icons/download';
|
|
891
|
-
//
|
|
892
|
-
export { default as
|
|
889
|
+
// Dot aliases
|
|
890
|
+
export { default as DotIcon } from '../icons/dot';
|
|
893
891
|
// DraftingCompass aliases
|
|
894
892
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
895
|
-
//
|
|
896
|
-
export { default as
|
|
897
|
-
// Drill aliases
|
|
898
|
-
export { default as DrillIcon } from '../icons/drill';
|
|
893
|
+
// Drama aliases
|
|
894
|
+
export { default as DramaIcon } from '../icons/drama';
|
|
899
895
|
// DropletOff aliases
|
|
900
896
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
897
|
+
// Dribbble aliases
|
|
898
|
+
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
901
899
|
// Droplet aliases
|
|
902
900
|
export { default as DropletIcon } from '../icons/droplet';
|
|
903
|
-
//
|
|
904
|
-
export { default as
|
|
901
|
+
// Drill aliases
|
|
902
|
+
export { default as DrillIcon } from '../icons/drill';
|
|
905
903
|
// Droplets aliases
|
|
906
904
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
907
905
|
// Drum aliases
|
|
908
906
|
export { default as DrumIcon } from '../icons/drum';
|
|
907
|
+
// Drumstick aliases
|
|
908
|
+
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
909
909
|
// Dumbbell aliases
|
|
910
910
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
911
911
|
// EarOff aliases
|
|
@@ -936,22 +936,22 @@ export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
|
936
936
|
export { default as EuroIcon } from '../icons/euro';
|
|
937
937
|
// Expand aliases
|
|
938
938
|
export { default as ExpandIcon } from '../icons/expand';
|
|
939
|
+
// EyeClosed aliases
|
|
940
|
+
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
939
941
|
// ExternalLink aliases
|
|
940
942
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
941
943
|
// EyeOff aliases
|
|
942
944
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
943
|
-
// EyeClosed aliases
|
|
944
|
-
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
945
945
|
// Eye aliases
|
|
946
946
|
export { default as EyeIcon } from '../icons/eye';
|
|
947
947
|
// Facebook aliases
|
|
948
948
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
949
949
|
// Factory aliases
|
|
950
950
|
export { default as FactoryIcon } from '../icons/factory';
|
|
951
|
-
// Fan aliases
|
|
952
|
-
export { default as FanIcon } from '../icons/fan';
|
|
953
951
|
// FastForward aliases
|
|
954
952
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
953
|
+
// Fan aliases
|
|
954
|
+
export { default as FanIcon } from '../icons/fan';
|
|
955
955
|
// Fence aliases
|
|
956
956
|
export { default as FenceIcon } from '../icons/fence';
|
|
957
957
|
// Feather aliases
|
|
@@ -962,10 +962,10 @@ export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
|
962
962
|
export { default as FigmaIcon } from '../icons/figma';
|
|
963
963
|
// FileArchive aliases
|
|
964
964
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
965
|
-
// FileAudio2 aliases
|
|
966
|
-
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
967
965
|
// FileAudio aliases
|
|
968
966
|
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
967
|
+
// FileAudio2 aliases
|
|
968
|
+
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
969
969
|
// FileBadge2 aliases
|
|
970
970
|
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
971
971
|
// FileBadge aliases
|
|
@@ -978,14 +978,14 @@ export { default as FileCheck2Icon } from '../icons/file-check-2';
|
|
|
978
978
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
979
979
|
// FileClock aliases
|
|
980
980
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
981
|
-
// FileCode aliases
|
|
982
|
-
export { default as FileCodeIcon } from '../icons/file-code';
|
|
983
981
|
// FileCode2 aliases
|
|
984
982
|
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
985
|
-
//
|
|
986
|
-
export { default as
|
|
983
|
+
// FileCode aliases
|
|
984
|
+
export { default as FileCodeIcon } from '../icons/file-code';
|
|
987
985
|
// FileDigit aliases
|
|
988
986
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
987
|
+
// FileDiff aliases
|
|
988
|
+
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
989
989
|
// FileDown aliases
|
|
990
990
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
991
991
|
// FileHeart aliases
|
|
@@ -1006,36 +1006,36 @@ export { default as FileKeyIcon } from '../icons/file-key';
|
|
|
1006
1006
|
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1007
1007
|
// FileLock aliases
|
|
1008
1008
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
1009
|
+
// FileMusic aliases
|
|
1010
|
+
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1009
1011
|
// FileMinus2 aliases
|
|
1010
1012
|
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
1011
1013
|
// FileMinus aliases
|
|
1012
1014
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1013
|
-
// FileMusic aliases
|
|
1014
|
-
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1015
1015
|
// FileOutput aliases
|
|
1016
1016
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1017
1017
|
// FilePlus2 aliases
|
|
1018
1018
|
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1019
1019
|
// FilePlus aliases
|
|
1020
1020
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1021
|
-
// FileScan aliases
|
|
1022
|
-
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1023
1021
|
// FileQuestion aliases
|
|
1024
1022
|
export { default as FileQuestionIcon } from '../icons/file-question';
|
|
1023
|
+
// FileScan aliases
|
|
1024
|
+
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1025
1025
|
// FileSearch2 aliases
|
|
1026
1026
|
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1027
1027
|
// FileSearch aliases
|
|
1028
1028
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1029
|
-
// FileSpreadsheet aliases
|
|
1030
|
-
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1031
1029
|
// FileSliders aliases
|
|
1032
1030
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1031
|
+
// FileSpreadsheet aliases
|
|
1032
|
+
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1033
1033
|
// FileStack aliases
|
|
1034
1034
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1035
|
-
// FileSymlink aliases
|
|
1036
|
-
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1037
1035
|
// FileTerminal aliases
|
|
1038
1036
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1037
|
+
// FileSymlink aliases
|
|
1038
|
+
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1039
1039
|
// FileText aliases
|
|
1040
1040
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1041
1041
|
// FileType2 aliases
|
|
@@ -1056,10 +1056,10 @@ export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
|
1056
1056
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1057
1057
|
// FileWarning aliases
|
|
1058
1058
|
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1059
|
-
// FileX2 aliases
|
|
1060
|
-
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1061
1059
|
// FileX aliases
|
|
1062
1060
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1061
|
+
// FileX2 aliases
|
|
1062
|
+
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1063
1063
|
// File aliases
|
|
1064
1064
|
export { default as FileIcon } from '../icons/file';
|
|
1065
1065
|
// Files aliases
|
|
@@ -1070,20 +1070,20 @@ export { default as FilmIcon } from '../icons/film';
|
|
|
1070
1070
|
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1071
1071
|
// FireExtinguisher aliases
|
|
1072
1072
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1073
|
+
// FishOff aliases
|
|
1074
|
+
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1073
1075
|
// FishSymbol aliases
|
|
1074
1076
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1075
1077
|
// Fish aliases
|
|
1076
1078
|
export { default as FishIcon } from '../icons/fish';
|
|
1077
|
-
// FishOff aliases
|
|
1078
|
-
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1079
1079
|
// FlagOff aliases
|
|
1080
1080
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1081
|
+
// FlagTriangleLeft aliases
|
|
1082
|
+
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1081
1083
|
// FlagTriangleRight aliases
|
|
1082
1084
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1083
1085
|
// Flag aliases
|
|
1084
1086
|
export { default as FlagIcon } from '../icons/flag';
|
|
1085
|
-
// FlagTriangleLeft aliases
|
|
1086
|
-
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1087
1087
|
// FlameKindling aliases
|
|
1088
1088
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1089
1089
|
// Flame aliases
|
|
@@ -1102,24 +1102,24 @@ export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
|
1102
1102
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1103
1103
|
// FlipHorizontal aliases
|
|
1104
1104
|
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1105
|
-
// FlipVertical2 aliases
|
|
1106
|
-
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1107
1105
|
// FlipVertical aliases
|
|
1108
1106
|
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1107
|
+
// FlipVertical2 aliases
|
|
1108
|
+
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1109
1109
|
// Flower2 aliases
|
|
1110
1110
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1111
1111
|
// Flower aliases
|
|
1112
1112
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1113
|
-
// Focus aliases
|
|
1114
|
-
export { default as FocusIcon } from '../icons/focus';
|
|
1115
1113
|
// FoldHorizontal aliases
|
|
1116
1114
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1115
|
+
// Focus aliases
|
|
1116
|
+
export { default as FocusIcon } from '../icons/focus';
|
|
1117
1117
|
// FoldVertical aliases
|
|
1118
1118
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1119
|
-
// FolderCheck aliases
|
|
1120
|
-
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1121
1119
|
// FolderArchive aliases
|
|
1122
1120
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1121
|
+
// FolderCheck aliases
|
|
1122
|
+
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1123
1123
|
// FolderClock aliases
|
|
1124
1124
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1125
1125
|
// FolderClosed aliases
|
|
@@ -1128,30 +1128,30 @@ export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
|
1128
1128
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1129
1129
|
// FolderDot aliases
|
|
1130
1130
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1131
|
-
// FolderGit2 aliases
|
|
1132
|
-
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1133
1131
|
// FolderDown aliases
|
|
1134
1132
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1133
|
+
// FolderGit2 aliases
|
|
1134
|
+
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1135
1135
|
// FolderGit aliases
|
|
1136
1136
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1137
|
-
// FolderInput aliases
|
|
1138
|
-
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1139
1137
|
// FolderHeart aliases
|
|
1140
1138
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1139
|
+
// FolderInput aliases
|
|
1140
|
+
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1141
1141
|
// FolderKanban aliases
|
|
1142
1142
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1143
1143
|
// FolderKey aliases
|
|
1144
1144
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1145
1145
|
// FolderLock aliases
|
|
1146
1146
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1147
|
-
// FolderOpenDot aliases
|
|
1148
|
-
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1149
|
-
// FolderOutput aliases
|
|
1150
|
-
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1151
1147
|
// FolderMinus aliases
|
|
1152
1148
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1153
1149
|
// FolderOpen aliases
|
|
1154
1150
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1151
|
+
// FolderOpenDot aliases
|
|
1152
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1153
|
+
// FolderOutput aliases
|
|
1154
|
+
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1155
1155
|
// FolderPlus aliases
|
|
1156
1156
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1157
1157
|
// FolderRoot aliases
|
|
@@ -1160,26 +1160,26 @@ export { default as FolderRootIcon } from '../icons/folder-root';
|
|
|
1160
1160
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1161
1161
|
// FolderSearch aliases
|
|
1162
1162
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1163
|
-
// FolderSync aliases
|
|
1164
|
-
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1165
1163
|
// FolderSymlink aliases
|
|
1166
1164
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1165
|
+
// FolderSync aliases
|
|
1166
|
+
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1167
1167
|
// FolderTree aliases
|
|
1168
1168
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1169
1169
|
// FolderUp aliases
|
|
1170
1170
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1171
|
-
// FolderX aliases
|
|
1172
|
-
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1173
1171
|
// Folder aliases
|
|
1174
1172
|
export { default as FolderIcon } from '../icons/folder';
|
|
1173
|
+
// FolderX aliases
|
|
1174
|
+
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1175
1175
|
// Folders aliases
|
|
1176
1176
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1177
1177
|
// Footprints aliases
|
|
1178
1178
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1179
|
-
// Forward aliases
|
|
1180
|
-
export { default as ForwardIcon } from '../icons/forward';
|
|
1181
1179
|
// Forklift aliases
|
|
1182
1180
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1181
|
+
// Forward aliases
|
|
1182
|
+
export { default as ForwardIcon } from '../icons/forward';
|
|
1183
1183
|
// Frame aliases
|
|
1184
1184
|
export { default as FrameIcon } from '../icons/frame';
|
|
1185
1185
|
// Framer aliases
|
|
@@ -1188,20 +1188,20 @@ export { default as FramerIcon } from '../icons/framer';
|
|
|
1188
1188
|
export { default as FrownIcon } from '../icons/frown';
|
|
1189
1189
|
// Fuel aliases
|
|
1190
1190
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1191
|
-
// Fullscreen aliases
|
|
1192
|
-
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1193
1191
|
// FunnelPlus aliases
|
|
1194
1192
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1195
|
-
//
|
|
1196
|
-
export { default as
|
|
1193
|
+
// Fullscreen aliases
|
|
1194
|
+
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1197
1195
|
// GalleryHorizontal aliases
|
|
1198
1196
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1197
|
+
// GalleryHorizontalEnd aliases
|
|
1198
|
+
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1199
1199
|
// GalleryThumbnails aliases
|
|
1200
1200
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1201
|
-
// GalleryVertical aliases
|
|
1202
|
-
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1203
1201
|
// GalleryVerticalEnd aliases
|
|
1204
1202
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1203
|
+
// GalleryVertical aliases
|
|
1204
|
+
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1205
1205
|
// Gamepad2 aliases
|
|
1206
1206
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1207
1207
|
// Gamepad aliases
|
|
@@ -1210,58 +1210,58 @@ export { default as GamepadIcon } from '../icons/gamepad';
|
|
|
1210
1210
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1211
1211
|
// Gavel aliases
|
|
1212
1212
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1213
|
-
// Ghost aliases
|
|
1214
|
-
export { default as GhostIcon } from '../icons/ghost';
|
|
1215
1213
|
// Gem aliases
|
|
1216
1214
|
export { default as GemIcon } from '../icons/gem';
|
|
1217
|
-
//
|
|
1218
|
-
export { default as
|
|
1215
|
+
// Ghost aliases
|
|
1216
|
+
export { default as GhostIcon } from '../icons/ghost';
|
|
1219
1217
|
// Gift aliases
|
|
1220
1218
|
export { default as GiftIcon } from '../icons/gift';
|
|
1219
|
+
// GitBranchPlus aliases
|
|
1220
|
+
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1221
1221
|
// GitBranch aliases
|
|
1222
1222
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1223
|
-
// GitCompareArrows aliases
|
|
1224
|
-
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1225
1223
|
// GitCommitVertical aliases
|
|
1226
1224
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1225
|
+
// GitCompareArrows aliases
|
|
1226
|
+
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1227
1227
|
// GitCompare aliases
|
|
1228
1228
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1229
1229
|
// GitFork aliases
|
|
1230
1230
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1231
|
-
// GitMerge aliases
|
|
1232
|
-
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1233
1231
|
// GitGraph aliases
|
|
1234
1232
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1233
|
+
// GitMerge aliases
|
|
1234
|
+
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1235
1235
|
// GitPullRequestArrow aliases
|
|
1236
1236
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1237
1237
|
// GitPullRequestClosed aliases
|
|
1238
1238
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1239
|
-
// GitPullRequestCreateArrow aliases
|
|
1240
|
-
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1241
1239
|
// GitPullRequestCreate aliases
|
|
1242
1240
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1241
|
+
// GitPullRequestCreateArrow aliases
|
|
1242
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1243
1243
|
// GitPullRequestDraft aliases
|
|
1244
1244
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1245
1245
|
// GitPullRequest aliases
|
|
1246
1246
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1247
|
+
// Gitlab aliases
|
|
1248
|
+
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1247
1249
|
// Github aliases
|
|
1248
1250
|
export { default as GithubIcon } from '../icons/github';
|
|
1249
1251
|
// GlassWater aliases
|
|
1250
1252
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1251
|
-
// Gitlab aliases
|
|
1252
|
-
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1253
1253
|
// Glasses aliases
|
|
1254
1254
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1255
1255
|
// GlobeLock aliases
|
|
1256
1256
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1257
|
-
//
|
|
1258
|
-
export { default as
|
|
1257
|
+
// Goal aliases
|
|
1258
|
+
export { default as GoalIcon } from '../icons/goal';
|
|
1259
1259
|
// Globe aliases
|
|
1260
1260
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1261
|
+
// Grab aliases
|
|
1262
|
+
export { default as GrabIcon } from '../icons/grab';
|
|
1261
1263
|
// GraduationCap aliases
|
|
1262
1264
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1263
|
-
// Goal aliases
|
|
1264
|
-
export { default as GoalIcon } from '../icons/goal';
|
|
1265
1265
|
// Grape aliases
|
|
1266
1266
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1267
1267
|
// GripHorizontal aliases
|
|
@@ -1276,22 +1276,22 @@ export { default as GroupIcon } from '../icons/group';
|
|
|
1276
1276
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1277
1277
|
// Ham aliases
|
|
1278
1278
|
export { default as HamIcon } from '../icons/ham';
|
|
1279
|
-
// Hammer aliases
|
|
1280
|
-
export { default as HammerIcon } from '../icons/hammer';
|
|
1281
1279
|
// Hamburger aliases
|
|
1282
1280
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1281
|
+
// Hammer aliases
|
|
1282
|
+
export { default as HammerIcon } from '../icons/hammer';
|
|
1283
1283
|
// HandCoins aliases
|
|
1284
1284
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1285
1285
|
// HandHeart aliases
|
|
1286
1286
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1287
1287
|
// HandMetal aliases
|
|
1288
1288
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1289
|
+
// HandPlatter aliases
|
|
1290
|
+
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1289
1291
|
// Hand aliases
|
|
1290
1292
|
export { default as HandIcon } from '../icons/hand';
|
|
1291
1293
|
// Handshake aliases
|
|
1292
1294
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1293
|
-
// HandPlatter aliases
|
|
1294
|
-
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1295
1295
|
// HardDriveDownload aliases
|
|
1296
1296
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1297
1297
|
// HardDriveUpload aliases
|
|
@@ -1310,10 +1310,10 @@ export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
|
1310
1310
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1311
1311
|
// Heading2 aliases
|
|
1312
1312
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1313
|
-
// Heading3 aliases
|
|
1314
|
-
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1315
1313
|
// Heading4 aliases
|
|
1316
1314
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1315
|
+
// Heading3 aliases
|
|
1316
|
+
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1317
1317
|
// Heading5 aliases
|
|
1318
1318
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1319
1319
|
// Heading6 aliases
|
|
@@ -1326,12 +1326,12 @@ export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
|
1326
1326
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1327
1327
|
// Headset aliases
|
|
1328
1328
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1329
|
-
// HeartCrack aliases
|
|
1330
|
-
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1331
1329
|
// HeartHandshake aliases
|
|
1332
1330
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1333
1331
|
// HeartMinus aliases
|
|
1334
1332
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1333
|
+
// HeartCrack aliases
|
|
1334
|
+
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1335
1335
|
// HeartOff aliases
|
|
1336
1336
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1337
1337
|
// HeartPlus aliases
|
|
@@ -1352,14 +1352,14 @@ export { default as HistoryIcon } from '../icons/history';
|
|
|
1352
1352
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1353
1353
|
// Hop aliases
|
|
1354
1354
|
export { default as HopIcon } from '../icons/hop';
|
|
1355
|
-
// Hourglass aliases
|
|
1356
|
-
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1357
1355
|
// Hospital aliases
|
|
1358
1356
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1359
|
-
// HousePlug aliases
|
|
1360
|
-
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1361
1357
|
// Hotel aliases
|
|
1362
1358
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1359
|
+
// Hourglass aliases
|
|
1360
|
+
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1361
|
+
// HousePlug aliases
|
|
1362
|
+
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1363
1363
|
// HousePlus aliases
|
|
1364
1364
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1365
1365
|
// HouseWifi aliases
|
|
@@ -1368,14 +1368,14 @@ export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
|
1368
1368
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1369
1369
|
// ImageDown aliases
|
|
1370
1370
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1371
|
-
// ImageMinus aliases
|
|
1372
|
-
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1373
1371
|
// ImageOff aliases
|
|
1374
1372
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1375
|
-
//
|
|
1376
|
-
export { default as
|
|
1373
|
+
// ImageMinus aliases
|
|
1374
|
+
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1377
1375
|
// ImagePlay aliases
|
|
1378
1376
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1377
|
+
// ImagePlus aliases
|
|
1378
|
+
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1379
1379
|
// ImageUp aliases
|
|
1380
1380
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1381
1381
|
// ImageUpscale aliases
|
|
@@ -1384,42 +1384,42 @@ export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
|
1384
1384
|
export { default as ImageIcon } from '../icons/image';
|
|
1385
1385
|
// Images aliases
|
|
1386
1386
|
export { default as ImagesIcon } from '../icons/images';
|
|
1387
|
-
// Import aliases
|
|
1388
|
-
export { default as ImportIcon } from '../icons/import';
|
|
1389
1387
|
// Inbox aliases
|
|
1390
1388
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1391
|
-
// IndianRupee aliases
|
|
1392
|
-
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1393
1389
|
// Infinity aliases
|
|
1394
1390
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1391
|
+
// IndianRupee aliases
|
|
1392
|
+
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1393
|
+
// Import aliases
|
|
1394
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1395
1395
|
// Info aliases
|
|
1396
1396
|
export { default as InfoIcon } from '../icons/info';
|
|
1397
|
-
// InspectionPanel aliases
|
|
1398
|
-
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1399
1397
|
// Instagram aliases
|
|
1400
1398
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1399
|
+
// InspectionPanel aliases
|
|
1400
|
+
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1401
1401
|
// Italic aliases
|
|
1402
1402
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1403
1403
|
// IterationCcw aliases
|
|
1404
1404
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1405
|
-
// IterationCw aliases
|
|
1406
|
-
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1407
1405
|
// JapaneseYen aliases
|
|
1408
1406
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1409
|
-
// Joystick aliases
|
|
1410
|
-
export { default as JoystickIcon } from '../icons/joystick';
|
|
1411
1407
|
// Kanban aliases
|
|
1412
1408
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1409
|
+
// IterationCw aliases
|
|
1410
|
+
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1411
|
+
// Joystick aliases
|
|
1412
|
+
export { default as JoystickIcon } from '../icons/joystick';
|
|
1413
1413
|
// KeyRound aliases
|
|
1414
1414
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1415
1415
|
// KeySquare aliases
|
|
1416
1416
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1417
1417
|
// Key aliases
|
|
1418
1418
|
export { default as KeyIcon } from '../icons/key';
|
|
1419
|
-
// KeyboardOff aliases
|
|
1420
|
-
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1421
1419
|
// KeyboardMusic aliases
|
|
1422
1420
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1421
|
+
// KeyboardOff aliases
|
|
1422
|
+
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1423
1423
|
// Keyboard aliases
|
|
1424
1424
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1425
1425
|
// LampCeiling aliases
|
|
@@ -1432,44 +1432,44 @@ export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
|
1432
1432
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1433
1433
|
// LampWallUp aliases
|
|
1434
1434
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1435
|
-
// LandPlot aliases
|
|
1436
|
-
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1437
|
-
// Landmark aliases
|
|
1438
|
-
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1439
1435
|
// Lamp aliases
|
|
1440
1436
|
export { default as LampIcon } from '../icons/lamp';
|
|
1437
|
+
// LandPlot aliases
|
|
1438
|
+
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1441
1439
|
// Languages aliases
|
|
1442
1440
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1443
|
-
// Laptop aliases
|
|
1444
|
-
export { default as LaptopIcon } from '../icons/laptop';
|
|
1445
1441
|
// LaptopMinimalCheck aliases
|
|
1446
1442
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1443
|
+
// Landmark aliases
|
|
1444
|
+
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1445
|
+
// Laptop aliases
|
|
1446
|
+
export { default as LaptopIcon } from '../icons/laptop';
|
|
1447
1447
|
// LassoSelect aliases
|
|
1448
1448
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1449
|
-
// Layers2 aliases
|
|
1450
|
-
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1451
1449
|
// Lasso aliases
|
|
1452
1450
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1453
|
-
//
|
|
1454
|
-
export { default as
|
|
1455
|
-
// LayoutGrid aliases
|
|
1456
|
-
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1451
|
+
// Layers2 aliases
|
|
1452
|
+
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1457
1453
|
// LayoutDashboard aliases
|
|
1458
1454
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1459
|
-
//
|
|
1460
|
-
export { default as
|
|
1455
|
+
// LayoutGrid aliases
|
|
1456
|
+
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1457
|
+
// Laugh aliases
|
|
1458
|
+
export { default as LaughIcon } from '../icons/laugh';
|
|
1461
1459
|
// LayoutPanelLeft aliases
|
|
1462
1460
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1463
|
-
//
|
|
1464
|
-
export { default as
|
|
1461
|
+
// LayoutList aliases
|
|
1462
|
+
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1465
1463
|
// LayoutPanelTop aliases
|
|
1466
1464
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1465
|
+
// LayoutTemplate aliases
|
|
1466
|
+
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1467
1467
|
// Leaf aliases
|
|
1468
1468
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1469
|
-
// LeafyGreen aliases
|
|
1470
|
-
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1471
1469
|
// Lectern aliases
|
|
1472
1470
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1471
|
+
// LeafyGreen aliases
|
|
1472
|
+
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1473
1473
|
// LibraryBig aliases
|
|
1474
1474
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1475
1475
|
// LetterText aliases
|
|
@@ -1480,38 +1480,38 @@ export { default as LibraryIcon } from '../icons/library';
|
|
|
1480
1480
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1481
1481
|
// Ligature aliases
|
|
1482
1482
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1483
|
+
// LightbulbOff aliases
|
|
1484
|
+
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1483
1485
|
// Lightbulb aliases
|
|
1484
1486
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1485
1487
|
// Link2Off aliases
|
|
1486
1488
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1487
|
-
// LightbulbOff aliases
|
|
1488
|
-
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1489
1489
|
// Link2 aliases
|
|
1490
1490
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1491
1491
|
// Link aliases
|
|
1492
1492
|
export { default as LinkIcon } from '../icons/link';
|
|
1493
|
+
// ListCheck aliases
|
|
1494
|
+
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1493
1495
|
// Linkedin aliases
|
|
1494
1496
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1495
1497
|
// ListChecks aliases
|
|
1496
1498
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1497
|
-
// ListCheck aliases
|
|
1498
|
-
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1499
1499
|
// ListCollapse aliases
|
|
1500
1500
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1501
1501
|
// ListEnd aliases
|
|
1502
1502
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1503
1503
|
// ListFilterPlus aliases
|
|
1504
1504
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1505
|
-
// ListMinus aliases
|
|
1506
|
-
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1507
1505
|
// ListFilter aliases
|
|
1508
1506
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1509
|
-
// ListOrdered aliases
|
|
1510
|
-
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1511
1507
|
// ListMusic aliases
|
|
1512
1508
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1509
|
+
// ListMinus aliases
|
|
1510
|
+
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1513
1511
|
// ListPlus aliases
|
|
1514
1512
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1513
|
+
// ListOrdered aliases
|
|
1514
|
+
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1515
1515
|
// ListRestart aliases
|
|
1516
1516
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1517
1517
|
// ListStart aliases
|
|
@@ -1524,30 +1524,30 @@ export { default as ListTreeIcon } from '../icons/list-tree';
|
|
|
1524
1524
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1525
1525
|
// ListX aliases
|
|
1526
1526
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1527
|
-
// LoaderPinwheel aliases
|
|
1528
|
-
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1529
1527
|
// List aliases
|
|
1530
1528
|
export { default as ListIcon } from '../icons/list';
|
|
1531
|
-
//
|
|
1532
|
-
export { default as
|
|
1529
|
+
// LoaderPinwheel aliases
|
|
1530
|
+
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1533
1531
|
// LocateFixed aliases
|
|
1534
1532
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1533
|
+
// Loader aliases
|
|
1534
|
+
export { default as LoaderIcon } from '../icons/loader';
|
|
1535
1535
|
// LocateOff aliases
|
|
1536
1536
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1537
|
-
// Locate aliases
|
|
1538
|
-
export { default as LocateIcon } from '../icons/locate';
|
|
1539
1537
|
// LocationEdit aliases
|
|
1540
1538
|
export { default as LocationEditIcon } from '../icons/location-edit';
|
|
1539
|
+
// Locate aliases
|
|
1540
|
+
export { default as LocateIcon } from '../icons/locate';
|
|
1541
1541
|
// LockKeyhole aliases
|
|
1542
1542
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1543
1543
|
// Lock aliases
|
|
1544
1544
|
export { default as LockIcon } from '../icons/lock';
|
|
1545
1545
|
// LogIn aliases
|
|
1546
1546
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1547
|
-
// LogOut aliases
|
|
1548
|
-
export { default as LogOutIcon } from '../icons/log-out';
|
|
1549
1547
|
// Logs aliases
|
|
1550
1548
|
export { default as LogsIcon } from '../icons/logs';
|
|
1549
|
+
// LogOut aliases
|
|
1550
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1551
1551
|
// Lollipop aliases
|
|
1552
1552
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1553
1553
|
// Luggage aliases
|
|
@@ -1556,34 +1556,34 @@ export { default as LuggageIcon } from '../icons/luggage';
|
|
|
1556
1556
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1557
1557
|
// MailCheck aliases
|
|
1558
1558
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1559
|
+
// MailOpen aliases
|
|
1560
|
+
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1559
1561
|
// MailMinus aliases
|
|
1560
1562
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1561
1563
|
// MailPlus aliases
|
|
1562
1564
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1563
|
-
// MailOpen aliases
|
|
1564
|
-
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1565
1565
|
// MailQuestion aliases
|
|
1566
1566
|
export { default as MailQuestionIcon } from '../icons/mail-question';
|
|
1567
1567
|
// MailSearch aliases
|
|
1568
1568
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1569
1569
|
// MailWarning aliases
|
|
1570
1570
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1571
|
-
// MailX aliases
|
|
1572
|
-
export { default as MailXIcon } from '../icons/mail-x';
|
|
1573
1571
|
// Mail aliases
|
|
1574
1572
|
export { default as MailIcon } from '../icons/mail';
|
|
1575
|
-
//
|
|
1576
|
-
export { default as
|
|
1573
|
+
// MailX aliases
|
|
1574
|
+
export { default as MailXIcon } from '../icons/mail-x';
|
|
1577
1575
|
// Mailbox aliases
|
|
1578
1576
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1577
|
+
// Mails aliases
|
|
1578
|
+
export { default as MailsIcon } from '../icons/mails';
|
|
1579
1579
|
// MapPinCheckInside aliases
|
|
1580
1580
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1581
1581
|
// MapPinCheck aliases
|
|
1582
1582
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1583
|
-
// MapPinHouse aliases
|
|
1584
|
-
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1585
1583
|
// MapPinMinusInside aliases
|
|
1586
1584
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1585
|
+
// MapPinHouse aliases
|
|
1586
|
+
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1587
1587
|
// MapPinMinus aliases
|
|
1588
1588
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1589
1589
|
// MapPinOff aliases
|
|
@@ -1618,36 +1618,36 @@ export { default as MaximizeIcon } from '../icons/maximize';
|
|
|
1618
1618
|
export { default as MedalIcon } from '../icons/medal';
|
|
1619
1619
|
// MegaphoneOff aliases
|
|
1620
1620
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1621
|
-
// Megaphone aliases
|
|
1622
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1623
|
-
// MemoryStick aliases
|
|
1624
|
-
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1625
1621
|
// Meh aliases
|
|
1626
1622
|
export { default as MehIcon } from '../icons/meh';
|
|
1623
|
+
// MemoryStick aliases
|
|
1624
|
+
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1625
|
+
// Megaphone aliases
|
|
1626
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1627
1627
|
// Menu aliases
|
|
1628
1628
|
export { default as MenuIcon } from '../icons/menu';
|
|
1629
1629
|
// Merge aliases
|
|
1630
1630
|
export { default as MergeIcon } from '../icons/merge';
|
|
1631
|
-
// MessageCircleDashed aliases
|
|
1632
|
-
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1633
|
-
// MessageCircleHeart aliases
|
|
1634
|
-
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1635
1631
|
// MessageCircleCode aliases
|
|
1636
1632
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1633
|
+
// MessageCircleDashed aliases
|
|
1634
|
+
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1637
1635
|
// MessageCircleMore aliases
|
|
1638
1636
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1639
|
-
//
|
|
1640
|
-
export { default as
|
|
1637
|
+
// MessageCircleHeart aliases
|
|
1638
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1641
1639
|
// MessageCirclePlus aliases
|
|
1642
1640
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1641
|
+
// MessageCircleOff aliases
|
|
1642
|
+
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1643
1643
|
// MessageCircleQuestion aliases
|
|
1644
1644
|
export { default as MessageCircleQuestionIcon } from '../icons/message-circle-question';
|
|
1645
|
-
// MessageCircleReply aliases
|
|
1646
|
-
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1647
1645
|
// MessageCircleWarning aliases
|
|
1648
1646
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1649
1647
|
// MessageCircleX aliases
|
|
1650
1648
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1649
|
+
// MessageCircleReply aliases
|
|
1650
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1651
1651
|
// MessageCircle aliases
|
|
1652
1652
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1653
1653
|
// MessageSquareCode aliases
|
|
@@ -1664,34 +1664,34 @@ export { default as MessageSquareHeartIcon } from '../icons/message-square-heart
|
|
|
1664
1664
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1665
1665
|
// MessageSquareMore aliases
|
|
1666
1666
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1667
|
-
// MessageSquareOff aliases
|
|
1668
|
-
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1669
1667
|
// MessageSquarePlus aliases
|
|
1670
1668
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1669
|
+
// MessageSquareOff aliases
|
|
1670
|
+
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1671
1671
|
// MessageSquareQuote aliases
|
|
1672
1672
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1673
1673
|
// MessageSquareReply aliases
|
|
1674
1674
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1675
|
-
// MessageSquareText aliases
|
|
1676
|
-
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1677
1675
|
// MessageSquareShare aliases
|
|
1678
1676
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1679
|
-
//
|
|
1680
|
-
export { default as
|
|
1677
|
+
// MessageSquareX aliases
|
|
1678
|
+
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1679
|
+
// MessageSquareText aliases
|
|
1680
|
+
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1681
1681
|
// MessageSquare aliases
|
|
1682
1682
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1683
|
+
// MessageSquareWarning aliases
|
|
1684
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1683
1685
|
// MessagesSquare aliases
|
|
1684
1686
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1685
|
-
// MessageSquareX aliases
|
|
1686
|
-
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1687
1687
|
// MicOff aliases
|
|
1688
1688
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1689
1689
|
// Mic aliases
|
|
1690
1690
|
export { default as MicIcon } from '../icons/mic';
|
|
1691
|
-
// Microchip aliases
|
|
1692
|
-
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1693
1691
|
// Microscope aliases
|
|
1694
1692
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1693
|
+
// Microchip aliases
|
|
1694
|
+
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1695
1695
|
// Microwave aliases
|
|
1696
1696
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1697
1697
|
// Milestone aliases
|
|
@@ -1700,74 +1700,74 @@ export { default as MilestoneIcon } from '../icons/milestone';
|
|
|
1700
1700
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1701
1701
|
// Milk aliases
|
|
1702
1702
|
export { default as MilkIcon } from '../icons/milk';
|
|
1703
|
-
// Minus aliases
|
|
1704
|
-
export { default as MinusIcon } from '../icons/minus';
|
|
1705
1703
|
// Minimize2 aliases
|
|
1706
1704
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1707
1705
|
// Minimize aliases
|
|
1708
1706
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1709
|
-
// MonitorCog aliases
|
|
1710
|
-
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1711
1707
|
// MonitorCheck aliases
|
|
1712
1708
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1709
|
+
// Minus aliases
|
|
1710
|
+
export { default as MinusIcon } from '../icons/minus';
|
|
1713
1711
|
// MonitorDot aliases
|
|
1714
1712
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1713
|
+
// MonitorCog aliases
|
|
1714
|
+
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1715
|
+
// MonitorOff aliases
|
|
1716
|
+
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1715
1717
|
// MonitorDown aliases
|
|
1716
1718
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1717
1719
|
// MonitorPause aliases
|
|
1718
1720
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1719
|
-
// MonitorOff aliases
|
|
1720
|
-
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1721
1721
|
// MonitorPlay aliases
|
|
1722
1722
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1723
1723
|
// MonitorSmartphone aliases
|
|
1724
1724
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1725
1725
|
// MonitorSpeaker aliases
|
|
1726
1726
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1727
|
-
// MonitorUp aliases
|
|
1728
|
-
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1729
1727
|
// MonitorStop aliases
|
|
1730
1728
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1729
|
+
// MonitorUp aliases
|
|
1730
|
+
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1731
1731
|
// MonitorX aliases
|
|
1732
1732
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1733
1733
|
// Monitor aliases
|
|
1734
1734
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1735
|
-
// Moon aliases
|
|
1736
|
-
export { default as MoonIcon } from '../icons/moon';
|
|
1737
1735
|
// MoonStar aliases
|
|
1738
1736
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1737
|
+
// Moon aliases
|
|
1738
|
+
export { default as MoonIcon } from '../icons/moon';
|
|
1739
1739
|
// MountainSnow aliases
|
|
1740
1740
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1741
1741
|
// Mountain aliases
|
|
1742
1742
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1743
|
-
// MousePointer2 aliases
|
|
1744
|
-
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1745
1743
|
// MouseOff aliases
|
|
1746
1744
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1747
1745
|
// MousePointerBan aliases
|
|
1748
1746
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1747
|
+
// MousePointer2 aliases
|
|
1748
|
+
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1749
1749
|
// MousePointerClick aliases
|
|
1750
1750
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1751
1751
|
// MousePointer aliases
|
|
1752
1752
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1753
|
-
// MoveDiagonal2 aliases
|
|
1754
|
-
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1755
1753
|
// Mouse aliases
|
|
1756
1754
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1755
|
+
// MoveDiagonal2 aliases
|
|
1756
|
+
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1757
1757
|
// MoveDiagonal aliases
|
|
1758
1758
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1759
|
-
// MoveDownLeft aliases
|
|
1760
|
-
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1761
1759
|
// MoveDownRight aliases
|
|
1762
1760
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1761
|
+
// MoveDownLeft aliases
|
|
1762
|
+
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1763
1763
|
// MoveDown aliases
|
|
1764
1764
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1765
1765
|
// MoveHorizontal aliases
|
|
1766
1766
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1767
|
-
// MoveLeft aliases
|
|
1768
|
-
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1769
1767
|
// MoveRight aliases
|
|
1770
1768
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1769
|
+
// MoveLeft aliases
|
|
1770
|
+
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1771
1771
|
// MoveUpLeft aliases
|
|
1772
1772
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1773
1773
|
// MoveUpRight aliases
|
|
@@ -1780,20 +1780,20 @@ export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
|
1780
1780
|
export { default as MoveIcon } from '../icons/move';
|
|
1781
1781
|
// Music2 aliases
|
|
1782
1782
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1783
|
-
// Music4 aliases
|
|
1784
|
-
export { default as Music4Icon } from '../icons/music-4';
|
|
1785
1783
|
// Music3 aliases
|
|
1786
1784
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1785
|
+
// Music4 aliases
|
|
1786
|
+
export { default as Music4Icon } from '../icons/music-4';
|
|
1787
1787
|
// Music aliases
|
|
1788
1788
|
export { default as MusicIcon } from '../icons/music';
|
|
1789
1789
|
// Navigation2Off aliases
|
|
1790
1790
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1791
|
-
// NavigationOff aliases
|
|
1792
|
-
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1793
|
-
// Navigation aliases
|
|
1794
|
-
export { default as NavigationIcon } from '../icons/navigation';
|
|
1795
1791
|
// Navigation2 aliases
|
|
1796
1792
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1793
|
+
// Navigation aliases
|
|
1794
|
+
export { default as NavigationIcon } from '../icons/navigation';
|
|
1795
|
+
// NavigationOff aliases
|
|
1796
|
+
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1797
1797
|
// Network aliases
|
|
1798
1798
|
export { default as NetworkIcon } from '../icons/network';
|
|
1799
1799
|
// Newspaper aliases
|
|
@@ -1804,10 +1804,10 @@ export { default as NfcIcon } from '../icons/nfc';
|
|
|
1804
1804
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1805
1805
|
// NotebookPen aliases
|
|
1806
1806
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1807
|
-
// NotebookTabs aliases
|
|
1808
|
-
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1809
1807
|
// NotebookText aliases
|
|
1810
1808
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1809
|
+
// NotebookTabs aliases
|
|
1810
|
+
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1811
1811
|
// Notebook aliases
|
|
1812
1812
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1813
1813
|
// NotepadTextDashed aliases
|
|
@@ -1840,26 +1840,28 @@ export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
|
1840
1840
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1841
1841
|
// PackagePlus aliases
|
|
1842
1842
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1843
|
+
// PackageSearch aliases
|
|
1844
|
+
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1843
1845
|
// PackageX aliases
|
|
1844
1846
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1845
1847
|
// Package aliases
|
|
1846
1848
|
export { default as PackageIcon } from '../icons/package';
|
|
1847
1849
|
// PaintBucket aliases
|
|
1848
1850
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1849
|
-
// PackageSearch aliases
|
|
1850
|
-
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1851
1851
|
// PaintRoller aliases
|
|
1852
1852
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1853
|
+
// Paintbrush aliases
|
|
1854
|
+
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1853
1855
|
// Palette aliases
|
|
1854
1856
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1857
|
+
// Panda aliases
|
|
1858
|
+
export { default as PandaIcon } from '../icons/panda';
|
|
1855
1859
|
// PanelBottomClose aliases
|
|
1856
1860
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1857
|
-
// Paintbrush aliases
|
|
1858
|
-
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1859
|
-
// PanelBottom aliases
|
|
1860
|
-
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1861
1861
|
// PanelBottomOpen aliases
|
|
1862
1862
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1863
|
+
// PanelBottom aliases
|
|
1864
|
+
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1863
1865
|
// PanelRightClose aliases
|
|
1864
1866
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1865
1867
|
// PanelRightOpen aliases
|
|
@@ -1868,36 +1870,36 @@ export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
|
1868
1870
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1869
1871
|
// PanelTopClose aliases
|
|
1870
1872
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1871
|
-
// PanelTop aliases
|
|
1872
|
-
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1873
1873
|
// PanelTopOpen aliases
|
|
1874
1874
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1875
1875
|
// PanelsLeftBottom aliases
|
|
1876
1876
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1877
|
+
// PanelTop aliases
|
|
1878
|
+
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1877
1879
|
// PanelsRightBottom aliases
|
|
1878
1880
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1879
|
-
// Parentheses aliases
|
|
1880
|
-
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1881
1881
|
// Paperclip aliases
|
|
1882
1882
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1883
|
-
//
|
|
1884
|
-
export { default as
|
|
1883
|
+
// Parentheses aliases
|
|
1884
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1885
1885
|
// ParkingMeter aliases
|
|
1886
1886
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1887
|
+
// PartyPopper aliases
|
|
1888
|
+
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1887
1889
|
// Pause aliases
|
|
1888
1890
|
export { default as PauseIcon } from '../icons/pause';
|
|
1891
|
+
// PawPrint aliases
|
|
1892
|
+
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1889
1893
|
// PcCase aliases
|
|
1890
1894
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1891
1895
|
// PenOff aliases
|
|
1892
1896
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1893
|
-
//
|
|
1894
|
-
export { default as
|
|
1897
|
+
// PenTool aliases
|
|
1898
|
+
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1895
1899
|
// PencilLine aliases
|
|
1896
1900
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1897
1901
|
// PencilOff aliases
|
|
1898
1902
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1899
|
-
// PenTool aliases
|
|
1900
|
-
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1901
1903
|
// PencilRuler aliases
|
|
1902
1904
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1903
1905
|
// Pencil aliases
|
|
@@ -1910,20 +1912,20 @@ export { default as PercentIcon } from '../icons/percent';
|
|
|
1910
1912
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1911
1913
|
// PhilippinePeso aliases
|
|
1912
1914
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1915
|
+
// PhoneCall aliases
|
|
1916
|
+
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1913
1917
|
// PhoneForwarded aliases
|
|
1914
1918
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1915
1919
|
// PhoneIncoming aliases
|
|
1916
1920
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1917
|
-
// PhoneCall aliases
|
|
1918
|
-
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1919
1921
|
// PhoneMissed aliases
|
|
1920
1922
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1921
1923
|
// PhoneOff aliases
|
|
1922
1924
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1923
|
-
// Phone aliases
|
|
1924
|
-
export { default as PhoneIcon } from '../icons/phone';
|
|
1925
1925
|
// PhoneOutgoing aliases
|
|
1926
1926
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1927
|
+
// Phone aliases
|
|
1928
|
+
export { default as PhoneIcon } from '../icons/phone';
|
|
1927
1929
|
// Piano aliases
|
|
1928
1930
|
export { default as PianoIcon } from '../icons/piano';
|
|
1929
1931
|
// Pi aliases
|
|
@@ -1936,74 +1938,74 @@ export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2'
|
|
|
1936
1938
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1937
1939
|
// PiggyBank aliases
|
|
1938
1940
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1939
|
-
// PilcrowLeft aliases
|
|
1940
|
-
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1941
1941
|
// PilcrowRight aliases
|
|
1942
1942
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1943
|
-
//
|
|
1944
|
-
export { default as
|
|
1943
|
+
// PilcrowLeft aliases
|
|
1944
|
+
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1945
1945
|
// Pilcrow aliases
|
|
1946
1946
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1947
|
+
// PillBottle aliases
|
|
1948
|
+
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1947
1949
|
// Pill aliases
|
|
1948
1950
|
export { default as PillIcon } from '../icons/pill';
|
|
1949
|
-
// PinOff aliases
|
|
1950
|
-
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1951
1951
|
// Pin aliases
|
|
1952
1952
|
export { default as PinIcon } from '../icons/pin';
|
|
1953
|
+
// PinOff aliases
|
|
1954
|
+
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1953
1955
|
// Pipette aliases
|
|
1954
1956
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
1955
1957
|
// Pizza aliases
|
|
1956
1958
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
1957
|
-
// Plane aliases
|
|
1958
|
-
export { default as PlaneIcon } from '../icons/plane';
|
|
1959
1959
|
// PlaneLanding aliases
|
|
1960
1960
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1961
|
+
// Plane aliases
|
|
1962
|
+
export { default as PlaneIcon } from '../icons/plane';
|
|
1961
1963
|
// PlaneTakeoff aliases
|
|
1962
1964
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1963
1965
|
// Play aliases
|
|
1964
1966
|
export { default as PlayIcon } from '../icons/play';
|
|
1965
1967
|
// Plug2 aliases
|
|
1966
1968
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1967
|
-
// Plus aliases
|
|
1968
|
-
export { default as PlusIcon } from '../icons/plus';
|
|
1969
|
-
// Pocket aliases
|
|
1970
|
-
export { default as PocketIcon } from '../icons/pocket';
|
|
1971
1969
|
// Plug aliases
|
|
1972
1970
|
export { default as PlugIcon } from '../icons/plug';
|
|
1971
|
+
// Plus aliases
|
|
1972
|
+
export { default as PlusIcon } from '../icons/plus';
|
|
1973
1973
|
// PocketKnife aliases
|
|
1974
1974
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1975
|
-
//
|
|
1976
|
-
export { default as
|
|
1977
|
-
// Pointer aliases
|
|
1978
|
-
export { default as PointerIcon } from '../icons/pointer';
|
|
1975
|
+
// Pocket aliases
|
|
1976
|
+
export { default as PocketIcon } from '../icons/pocket';
|
|
1979
1977
|
// Podcast aliases
|
|
1980
1978
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
1981
|
-
//
|
|
1982
|
-
export { default as
|
|
1979
|
+
// Pointer aliases
|
|
1980
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
1981
|
+
// PointerOff aliases
|
|
1982
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1983
1983
|
// Popcorn aliases
|
|
1984
1984
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
1985
|
+
// Popsicle aliases
|
|
1986
|
+
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
1985
1987
|
// PoundSterling aliases
|
|
1986
1988
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
1987
1989
|
// PowerOff aliases
|
|
1988
1990
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
1989
|
-
// Presentation aliases
|
|
1990
|
-
export { default as PresentationIcon } from '../icons/presentation';
|
|
1991
1991
|
// Power aliases
|
|
1992
1992
|
export { default as PowerIcon } from '../icons/power';
|
|
1993
|
+
// Presentation aliases
|
|
1994
|
+
export { default as PresentationIcon } from '../icons/presentation';
|
|
1993
1995
|
// PrinterCheck aliases
|
|
1994
1996
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
1995
1997
|
// Printer aliases
|
|
1996
1998
|
export { default as PrinterIcon } from '../icons/printer';
|
|
1997
|
-
// Projector aliases
|
|
1998
|
-
export { default as ProjectorIcon } from '../icons/projector';
|
|
1999
1999
|
// Proportions aliases
|
|
2000
2000
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2001
|
+
// Projector aliases
|
|
2002
|
+
export { default as ProjectorIcon } from '../icons/projector';
|
|
2001
2003
|
// Puzzle aliases
|
|
2002
2004
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2003
|
-
// Pyramid aliases
|
|
2004
|
-
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2005
2005
|
// QrCode aliases
|
|
2006
2006
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2007
|
+
// Pyramid aliases
|
|
2008
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2007
2009
|
// Quote aliases
|
|
2008
2010
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2009
2011
|
// Rabbit aliases
|
|
@@ -2022,78 +2024,78 @@ export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
|
2022
2024
|
export { default as RadioIcon } from '../icons/radio';
|
|
2023
2025
|
// Radius aliases
|
|
2024
2026
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2025
|
-
// Rainbow aliases
|
|
2026
|
-
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2027
2027
|
// RailSymbol aliases
|
|
2028
2028
|
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2029
|
+
// Rainbow aliases
|
|
2030
|
+
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2029
2031
|
// Rat aliases
|
|
2030
2032
|
export { default as RatIcon } from '../icons/rat';
|
|
2031
2033
|
// Ratio aliases
|
|
2032
2034
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2033
2035
|
// ReceiptCent aliases
|
|
2034
2036
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2035
|
-
// ReceiptIndianRupee aliases
|
|
2036
|
-
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2037
2037
|
// ReceiptEuro aliases
|
|
2038
2038
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2039
|
+
// ReceiptIndianRupee aliases
|
|
2040
|
+
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2039
2041
|
// ReceiptJapaneseYen aliases
|
|
2040
2042
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2041
|
-
// ReceiptSwissFranc aliases
|
|
2042
|
-
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2043
|
-
// ReceiptRussianRuble aliases
|
|
2044
|
-
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2045
2043
|
// ReceiptPoundSterling aliases
|
|
2046
2044
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2045
|
+
// ReceiptRussianRuble aliases
|
|
2046
|
+
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2047
|
+
// ReceiptSwissFranc aliases
|
|
2048
|
+
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2047
2049
|
// ReceiptText aliases
|
|
2048
2050
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2049
2051
|
// Receipt aliases
|
|
2050
2052
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2051
|
-
// RectangleGoggles aliases
|
|
2052
|
-
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2053
2053
|
// RectangleHorizontal aliases
|
|
2054
2054
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2055
|
+
// RectangleGoggles aliases
|
|
2056
|
+
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2055
2057
|
// RectangleVertical aliases
|
|
2056
2058
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2057
2059
|
// Recycle aliases
|
|
2058
2060
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2059
|
-
// Redo2 aliases
|
|
2060
|
-
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2061
2061
|
// RedoDot aliases
|
|
2062
2062
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2063
|
+
// Redo2 aliases
|
|
2064
|
+
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2063
2065
|
// RefreshCcwDot aliases
|
|
2064
2066
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2065
2067
|
// RefreshCcw aliases
|
|
2066
2068
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2067
|
-
// RefreshCw aliases
|
|
2068
|
-
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2069
2069
|
// Redo aliases
|
|
2070
2070
|
export { default as RedoIcon } from '../icons/redo';
|
|
2071
2071
|
// RefreshCwOff aliases
|
|
2072
2072
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2073
|
+
// RefreshCw aliases
|
|
2074
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2073
2075
|
// Refrigerator aliases
|
|
2074
2076
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2075
|
-
// RemoveFormatting aliases
|
|
2076
|
-
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2077
2077
|
// Regex aliases
|
|
2078
2078
|
export { default as RegexIcon } from '../icons/regex';
|
|
2079
|
+
// RemoveFormatting aliases
|
|
2080
|
+
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2081
|
+
// Repeat2 aliases
|
|
2082
|
+
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2079
2083
|
// Repeat1 aliases
|
|
2080
2084
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2081
2085
|
// Repeat aliases
|
|
2082
2086
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2083
2087
|
// ReplaceAll aliases
|
|
2084
2088
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2085
|
-
// Repeat2 aliases
|
|
2086
|
-
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2087
2089
|
// Replace aliases
|
|
2088
2090
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2089
2091
|
// ReplyAll aliases
|
|
2090
2092
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2091
2093
|
// Reply aliases
|
|
2092
2094
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2093
|
-
// Ribbon aliases
|
|
2094
|
-
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2095
2095
|
// Rewind aliases
|
|
2096
2096
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2097
|
+
// Ribbon aliases
|
|
2098
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2097
2099
|
// Rocket aliases
|
|
2098
2100
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2099
2101
|
// RockingChair aliases
|
|
@@ -2110,28 +2112,28 @@ export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
|
2110
2112
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2111
2113
|
// RotateCw aliases
|
|
2112
2114
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2113
|
-
// Route aliases
|
|
2114
|
-
export { default as RouteIcon } from '../icons/route';
|
|
2115
2115
|
// RouteOff aliases
|
|
2116
2116
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2117
|
+
// Route aliases
|
|
2118
|
+
export { default as RouteIcon } from '../icons/route';
|
|
2117
2119
|
// Router aliases
|
|
2118
2120
|
export { default as RouterIcon } from '../icons/router';
|
|
2119
2121
|
// Rows4 aliases
|
|
2120
2122
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2123
|
+
// RulerDimensionLine aliases
|
|
2124
|
+
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2121
2125
|
// Rss aliases
|
|
2122
2126
|
export { default as RssIcon } from '../icons/rss';
|
|
2123
2127
|
// Ruler aliases
|
|
2124
2128
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2125
|
-
// RulerDimensionLine aliases
|
|
2126
|
-
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2127
2129
|
// RussianRuble aliases
|
|
2128
2130
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2129
2131
|
// Sailboat aliases
|
|
2130
2132
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2131
|
-
// Sandwich aliases
|
|
2132
|
-
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2133
2133
|
// Salad aliases
|
|
2134
2134
|
export { default as SaladIcon } from '../icons/salad';
|
|
2135
|
+
// Sandwich aliases
|
|
2136
|
+
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2135
2137
|
// SatelliteDish aliases
|
|
2136
2138
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2137
2139
|
// Satellite aliases
|
|
@@ -2140,48 +2142,48 @@ export { default as SatelliteIcon } from '../icons/satellite';
|
|
|
2140
2142
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2141
2143
|
// SaveAll aliases
|
|
2142
2144
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2143
|
-
// SaveOff aliases
|
|
2144
|
-
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2145
2145
|
// Save aliases
|
|
2146
2146
|
export { default as SaveIcon } from '../icons/save';
|
|
2147
|
+
// SaveOff aliases
|
|
2148
|
+
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2149
|
+
// Scale aliases
|
|
2150
|
+
export { default as ScaleIcon } from '../icons/scale';
|
|
2147
2151
|
// Scaling aliases
|
|
2148
2152
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2153
|
+
// ScanEye aliases
|
|
2154
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2149
2155
|
// ScanBarcode aliases
|
|
2150
2156
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2151
|
-
// Scale aliases
|
|
2152
|
-
export { default as ScaleIcon } from '../icons/scale';
|
|
2153
2157
|
// ScanFace aliases
|
|
2154
2158
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2155
2159
|
// ScanHeart aliases
|
|
2156
2160
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2157
|
-
// ScanEye aliases
|
|
2158
|
-
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2159
2161
|
// ScanLine aliases
|
|
2160
2162
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2161
2163
|
// ScanQrCode aliases
|
|
2162
2164
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2163
2165
|
// ScanSearch aliases
|
|
2164
2166
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2165
|
-
//
|
|
2166
|
-
export { default as
|
|
2167
|
+
// Scan aliases
|
|
2168
|
+
export { default as ScanIcon } from '../icons/scan';
|
|
2167
2169
|
// School aliases
|
|
2168
2170
|
export { default as SchoolIcon } from '../icons/school';
|
|
2171
|
+
// ScanText aliases
|
|
2172
|
+
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2169
2173
|
// ScissorsLineDashed aliases
|
|
2170
2174
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2171
2175
|
// Scissors aliases
|
|
2172
2176
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2173
|
-
// Scan aliases
|
|
2174
|
-
export { default as ScanIcon } from '../icons/scan';
|
|
2175
2177
|
// ScreenShareOff aliases
|
|
2176
2178
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2177
2179
|
// ScreenShare aliases
|
|
2178
2180
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2179
2181
|
// ScrollText aliases
|
|
2180
2182
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2181
|
-
// SearchCheck aliases
|
|
2182
|
-
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2183
2183
|
// Scroll aliases
|
|
2184
2184
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2185
|
+
// SearchCheck aliases
|
|
2186
|
+
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2185
2187
|
// SearchCode aliases
|
|
2186
2188
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2187
2189
|
// SearchSlash aliases
|
|
@@ -2194,16 +2196,16 @@ export { default as SearchIcon } from '../icons/search';
|
|
|
2194
2196
|
export { default as SectionIcon } from '../icons/section';
|
|
2195
2197
|
// SendToBack aliases
|
|
2196
2198
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2197
|
-
// SeparatorHorizontal aliases
|
|
2198
|
-
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2199
2199
|
// Send aliases
|
|
2200
2200
|
export { default as SendIcon } from '../icons/send';
|
|
2201
|
+
// SeparatorHorizontal aliases
|
|
2202
|
+
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2201
2203
|
// SeparatorVertical aliases
|
|
2202
2204
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2203
|
-
// ServerCog aliases
|
|
2204
|
-
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2205
2205
|
// ServerCrash aliases
|
|
2206
2206
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2207
|
+
// ServerCog aliases
|
|
2208
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2207
2209
|
// ServerOff aliases
|
|
2208
2210
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2209
2211
|
// Server aliases
|
|
@@ -2220,12 +2222,12 @@ export { default as Share2Icon } from '../icons/share-2';
|
|
|
2220
2222
|
export { default as ShareIcon } from '../icons/share';
|
|
2221
2223
|
// Sheet aliases
|
|
2222
2224
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2225
|
+
// Shell aliases
|
|
2226
|
+
export { default as ShellIcon } from '../icons/shell';
|
|
2223
2227
|
// ShieldAlert aliases
|
|
2224
2228
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2225
2229
|
// ShieldBan aliases
|
|
2226
2230
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2227
|
-
// Shell aliases
|
|
2228
|
-
export { default as ShellIcon } from '../icons/shell';
|
|
2229
2231
|
// ShieldCheck aliases
|
|
2230
2232
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2231
2233
|
// ShieldEllipsis aliases
|
|
@@ -2236,20 +2238,20 @@ export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
|
2236
2238
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2237
2239
|
// ShieldOff aliases
|
|
2238
2240
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2239
|
-
// ShieldQuestion aliases
|
|
2240
|
-
export { default as ShieldQuestionIcon } from '../icons/shield-question';
|
|
2241
2241
|
// ShieldPlus aliases
|
|
2242
2242
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2243
2243
|
// ShieldUser aliases
|
|
2244
2244
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2245
2245
|
// Shield aliases
|
|
2246
2246
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2247
|
+
// ShieldQuestion aliases
|
|
2248
|
+
export { default as ShieldQuestionIcon } from '../icons/shield-question';
|
|
2247
2249
|
// ShipWheel aliases
|
|
2248
2250
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2249
|
-
// Ship aliases
|
|
2250
|
-
export { default as ShipIcon } from '../icons/ship';
|
|
2251
2251
|
// Shirt aliases
|
|
2252
2252
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2253
|
+
// Ship aliases
|
|
2254
|
+
export { default as ShipIcon } from '../icons/ship';
|
|
2253
2255
|
// ShoppingBag aliases
|
|
2254
2256
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2255
2257
|
// ShoppingBasket aliases
|
|
@@ -2260,16 +2262,16 @@ export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
|
2260
2262
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2261
2263
|
// ShowerHead aliases
|
|
2262
2264
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2265
|
+
// Shredder aliases
|
|
2266
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2263
2267
|
// Shrimp aliases
|
|
2264
2268
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2265
2269
|
// Shrink aliases
|
|
2266
2270
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2267
|
-
// Shredder aliases
|
|
2268
|
-
export { default as ShredderIcon } from '../icons/shredder';
|
|
2269
|
-
// Shuffle aliases
|
|
2270
|
-
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2271
2271
|
// Shrub aliases
|
|
2272
2272
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2273
|
+
// Shuffle aliases
|
|
2274
|
+
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2273
2275
|
// Sigma aliases
|
|
2274
2276
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2275
2277
|
// SignalHigh aliases
|
|
@@ -2286,40 +2288,42 @@ export { default as SignalIcon } from '../icons/signal';
|
|
|
2286
2288
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2287
2289
|
// SignpostBig aliases
|
|
2288
2290
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2289
|
-
// Siren aliases
|
|
2290
|
-
export { default as SirenIcon } from '../icons/siren';
|
|
2291
2291
|
// Signpost aliases
|
|
2292
2292
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2293
|
+
// Siren aliases
|
|
2294
|
+
export { default as SirenIcon } from '../icons/siren';
|
|
2293
2295
|
// SkipBack aliases
|
|
2294
2296
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2295
|
-
// Skull aliases
|
|
2296
|
-
export { default as SkullIcon } from '../icons/skull';
|
|
2297
2297
|
// SkipForward aliases
|
|
2298
2298
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2299
|
+
// Skull aliases
|
|
2300
|
+
export { default as SkullIcon } from '../icons/skull';
|
|
2299
2301
|
// Slack aliases
|
|
2300
2302
|
export { default as SlackIcon } from '../icons/slack';
|
|
2301
2303
|
// Slash aliases
|
|
2302
2304
|
export { default as SlashIcon } from '../icons/slash';
|
|
2303
2305
|
// Slice aliases
|
|
2304
2306
|
export { default as SliceIcon } from '../icons/slice';
|
|
2305
|
-
// SmartphoneCharging aliases
|
|
2306
|
-
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2307
2307
|
// SlidersHorizontal aliases
|
|
2308
2308
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2309
|
+
// SmartphoneCharging aliases
|
|
2310
|
+
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2309
2311
|
// SmartphoneNfc aliases
|
|
2310
2312
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2311
|
-
// Smartphone aliases
|
|
2312
|
-
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2313
2313
|
// SmilePlus aliases
|
|
2314
2314
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2315
|
+
// Smartphone aliases
|
|
2316
|
+
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2315
2317
|
// Smile aliases
|
|
2316
2318
|
export { default as SmileIcon } from '../icons/smile';
|
|
2319
|
+
// Snail aliases
|
|
2320
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2317
2321
|
// Snowflake aliases
|
|
2318
2322
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2323
|
+
// SoapDispenserDroplet aliases
|
|
2324
|
+
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2319
2325
|
// Sofa aliases
|
|
2320
2326
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2321
|
-
// Snail aliases
|
|
2322
|
-
export { default as SnailIcon } from '../icons/snail';
|
|
2323
2327
|
// Soup aliases
|
|
2324
2328
|
export { default as SoupIcon } from '../icons/soup';
|
|
2325
2329
|
// Space aliases
|
|
@@ -2334,30 +2338,30 @@ export { default as SpeakerIcon } from '../icons/speaker';
|
|
|
2334
2338
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2335
2339
|
// SpellCheck2 aliases
|
|
2336
2340
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2337
|
-
// SpellCheck aliases
|
|
2338
|
-
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2339
2341
|
// SplinePointer aliases
|
|
2340
2342
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2341
|
-
//
|
|
2342
|
-
export { default as
|
|
2343
|
+
// SpellCheck aliases
|
|
2344
|
+
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2343
2345
|
// Spline aliases
|
|
2344
2346
|
export { default as SplineIcon } from '../icons/spline';
|
|
2345
2347
|
// SprayCan aliases
|
|
2346
2348
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2349
|
+
// Split aliases
|
|
2350
|
+
export { default as SplitIcon } from '../icons/split';
|
|
2347
2351
|
// Sprout aliases
|
|
2348
2352
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2349
2353
|
// SquareDashedBottomCode aliases
|
|
2350
2354
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2351
2355
|
// SquareDashedBottom aliases
|
|
2352
2356
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2353
|
-
// SquareRoundCorner aliases
|
|
2354
|
-
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2355
2357
|
// SquareRadical aliases
|
|
2356
2358
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2357
|
-
//
|
|
2358
|
-
export { default as
|
|
2359
|
+
// SquareRoundCorner aliases
|
|
2360
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2359
2361
|
// SquareStack aliases
|
|
2360
2362
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2363
|
+
// SquareSquare aliases
|
|
2364
|
+
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2361
2365
|
// Square aliases
|
|
2362
2366
|
export { default as SquareIcon } from '../icons/square';
|
|
2363
2367
|
// SquaresExclude aliases
|
|
@@ -2384,36 +2388,36 @@ export { default as StarIcon } from '../icons/star';
|
|
|
2384
2388
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2385
2389
|
// StepForward aliases
|
|
2386
2390
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2387
|
-
// Stethoscope aliases
|
|
2388
|
-
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2389
2391
|
// Sticker aliases
|
|
2390
2392
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2393
|
+
// Stethoscope aliases
|
|
2394
|
+
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2391
2395
|
// StickyNote aliases
|
|
2392
2396
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2393
2397
|
// Store aliases
|
|
2394
2398
|
export { default as StoreIcon } from '../icons/store';
|
|
2395
|
-
// StretchHorizontal aliases
|
|
2396
|
-
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2397
2399
|
// StretchVertical aliases
|
|
2398
2400
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2401
|
+
// StretchHorizontal aliases
|
|
2402
|
+
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2399
2403
|
// Strikethrough aliases
|
|
2400
2404
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2401
2405
|
// Subscript aliases
|
|
2402
2406
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2403
|
-
// SunMedium aliases
|
|
2404
|
-
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2405
2407
|
// SunDim aliases
|
|
2406
2408
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2409
|
+
// SunMedium aliases
|
|
2410
|
+
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2407
2411
|
// SunMoon aliases
|
|
2408
2412
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2409
2413
|
// SunSnow aliases
|
|
2410
2414
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2411
2415
|
// Sun aliases
|
|
2412
2416
|
export { default as SunIcon } from '../icons/sun';
|
|
2413
|
-
// Sunrise aliases
|
|
2414
|
-
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2415
2417
|
// Sunset aliases
|
|
2416
2418
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2419
|
+
// Sunrise aliases
|
|
2420
|
+
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2417
2421
|
// Superscript aliases
|
|
2418
2422
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2419
2423
|
// SwatchBook aliases
|
|
@@ -2428,12 +2432,12 @@ export { default as SwordIcon } from '../icons/sword';
|
|
|
2428
2432
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2429
2433
|
// Table2 aliases
|
|
2430
2434
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2435
|
+
// Syringe aliases
|
|
2436
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2431
2437
|
// TableCellsMerge aliases
|
|
2432
2438
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2433
2439
|
// TableCellsSplit aliases
|
|
2434
2440
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2435
|
-
// Syringe aliases
|
|
2436
|
-
export { default as SyringeIcon } from '../icons/syringe';
|
|
2437
2441
|
// TableColumnsSplit aliases
|
|
2438
2442
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2439
2443
|
// TableOfContents aliases
|
|
@@ -2446,26 +2450,26 @@ export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
|
2446
2450
|
export { default as TableIcon } from '../icons/table';
|
|
2447
2451
|
// TabletSmartphone aliases
|
|
2448
2452
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2453
|
+
// Tablet aliases
|
|
2454
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2449
2455
|
// Tablets aliases
|
|
2450
2456
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2451
2457
|
// Tag aliases
|
|
2452
2458
|
export { default as TagIcon } from '../icons/tag';
|
|
2453
|
-
// Tablet aliases
|
|
2454
|
-
export { default as TabletIcon } from '../icons/tablet';
|
|
2455
2459
|
// Tags aliases
|
|
2456
2460
|
export { default as TagsIcon } from '../icons/tags';
|
|
2461
|
+
// Tally2 aliases
|
|
2462
|
+
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2457
2463
|
// Tally1 aliases
|
|
2458
2464
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2459
2465
|
// Tally3 aliases
|
|
2460
2466
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2461
|
-
// Tally2 aliases
|
|
2462
|
-
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2463
2467
|
// Tally4 aliases
|
|
2464
2468
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2465
|
-
// Tangent aliases
|
|
2466
|
-
export { default as TangentIcon } from '../icons/tangent';
|
|
2467
2469
|
// Tally5 aliases
|
|
2468
2470
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2471
|
+
// Tangent aliases
|
|
2472
|
+
export { default as TangentIcon } from '../icons/tangent';
|
|
2469
2473
|
// Target aliases
|
|
2470
2474
|
export { default as TargetIcon } from '../icons/target';
|
|
2471
2475
|
// Telescope aliases
|
|
@@ -2478,38 +2482,38 @@ export { default as TentIcon } from '../icons/tent';
|
|
|
2478
2482
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2479
2483
|
// TestTube aliases
|
|
2480
2484
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2485
|
+
// TestTubes aliases
|
|
2486
|
+
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2481
2487
|
// TextCursorInput aliases
|
|
2482
2488
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2483
2489
|
// TextCursor aliases
|
|
2484
2490
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2485
|
-
// TestTubes aliases
|
|
2486
|
-
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2487
2491
|
// TextQuote aliases
|
|
2488
2492
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2493
|
+
// TextSearch aliases
|
|
2494
|
+
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2489
2495
|
// Text aliases
|
|
2490
2496
|
export { default as TextIcon } from '../icons/text';
|
|
2491
2497
|
// Theater aliases
|
|
2492
2498
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2493
|
-
// TextSearch aliases
|
|
2494
|
-
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2495
2499
|
// ThermometerSnowflake aliases
|
|
2496
2500
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2497
|
-
// Thermometer aliases
|
|
2498
|
-
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2499
2501
|
// ThermometerSun aliases
|
|
2500
2502
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2503
|
+
// Thermometer aliases
|
|
2504
|
+
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2501
2505
|
// ThumbsDown aliases
|
|
2502
2506
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2503
2507
|
// ThumbsUp aliases
|
|
2504
2508
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2505
|
-
// TicketMinus aliases
|
|
2506
|
-
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2507
2509
|
// TicketCheck aliases
|
|
2508
2510
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2509
|
-
//
|
|
2510
|
-
export { default as
|
|
2511
|
+
// TicketMinus aliases
|
|
2512
|
+
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2511
2513
|
// TicketPercent aliases
|
|
2512
2514
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2515
|
+
// TicketPlus aliases
|
|
2516
|
+
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2513
2517
|
// TicketSlash aliases
|
|
2514
2518
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2515
2519
|
// TicketX aliases
|
|
@@ -2526,22 +2530,22 @@ export { default as TimerOffIcon } from '../icons/timer-off';
|
|
|
2526
2530
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2527
2531
|
// Timer aliases
|
|
2528
2532
|
export { default as TimerIcon } from '../icons/timer';
|
|
2529
|
-
// ToggleRight aliases
|
|
2530
|
-
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2531
2533
|
// ToggleLeft aliases
|
|
2532
2534
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2535
|
+
// ToggleRight aliases
|
|
2536
|
+
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2533
2537
|
// Tornado aliases
|
|
2534
2538
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2539
|
+
// Toilet aliases
|
|
2540
|
+
export { default as ToiletIcon } from '../icons/toilet';
|
|
2535
2541
|
// Torus aliases
|
|
2536
2542
|
export { default as TorusIcon } from '../icons/torus';
|
|
2537
2543
|
// TouchpadOff aliases
|
|
2538
2544
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2539
|
-
// Toilet aliases
|
|
2540
|
-
export { default as ToiletIcon } from '../icons/toilet';
|
|
2541
|
-
// TowerControl aliases
|
|
2542
|
-
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2543
2545
|
// Touchpad aliases
|
|
2544
2546
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2547
|
+
// TowerControl aliases
|
|
2548
|
+
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2545
2549
|
// ToyBrick aliases
|
|
2546
2550
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2547
2551
|
// Tractor aliases
|
|
@@ -2550,16 +2554,16 @@ export { default as TractorIcon } from '../icons/tractor';
|
|
|
2550
2554
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2551
2555
|
// TrainFrontTunnel aliases
|
|
2552
2556
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2553
|
-
// TrainTrack aliases
|
|
2554
|
-
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2555
2557
|
// TrainFront aliases
|
|
2556
2558
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2559
|
+
// TrainTrack aliases
|
|
2560
|
+
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2557
2561
|
// Transgender aliases
|
|
2558
2562
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2559
|
-
// Trash2 aliases
|
|
2560
|
-
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2561
2563
|
// Trash aliases
|
|
2562
2564
|
export { default as TrashIcon } from '../icons/trash';
|
|
2565
|
+
// Trash2 aliases
|
|
2566
|
+
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2563
2567
|
// TreeDeciduous aliases
|
|
2564
2568
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2565
2569
|
// TreePine aliases
|
|
@@ -2572,54 +2576,54 @@ export { default as TrelloIcon } from '../icons/trello';
|
|
|
2572
2576
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2573
2577
|
// TrendingUpDown aliases
|
|
2574
2578
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2579
|
+
// TrendingUp aliases
|
|
2580
|
+
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2575
2581
|
// TriangleDashed aliases
|
|
2576
2582
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2577
2583
|
// TriangleRight aliases
|
|
2578
2584
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2579
2585
|
// Triangle aliases
|
|
2580
2586
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2581
|
-
// TrendingUp aliases
|
|
2582
|
-
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2583
|
-
// TruckElectric aliases
|
|
2584
|
-
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2585
2587
|
// Trophy aliases
|
|
2586
2588
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2589
|
+
// TruckElectric aliases
|
|
2590
|
+
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2587
2591
|
// Truck aliases
|
|
2588
2592
|
export { default as TruckIcon } from '../icons/truck';
|
|
2589
2593
|
// Turtle aliases
|
|
2590
2594
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2595
|
+
// Tv aliases
|
|
2596
|
+
export { default as TvIcon } from '../icons/tv';
|
|
2591
2597
|
// TvMinimalPlay aliases
|
|
2592
2598
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2593
2599
|
// Twitch aliases
|
|
2594
2600
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2595
|
-
// Tv aliases
|
|
2596
|
-
export { default as TvIcon } from '../icons/tv';
|
|
2597
2601
|
// Twitter aliases
|
|
2598
2602
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2599
|
-
// Type aliases
|
|
2600
|
-
export { default as TypeIcon } from '../icons/type';
|
|
2601
2603
|
// TypeOutline aliases
|
|
2602
2604
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2605
|
+
// Type aliases
|
|
2606
|
+
export { default as TypeIcon } from '../icons/type';
|
|
2603
2607
|
// UmbrellaOff aliases
|
|
2604
2608
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2605
2609
|
// Umbrella aliases
|
|
2606
2610
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2607
|
-
// Undo2 aliases
|
|
2608
|
-
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2609
2611
|
// Underline aliases
|
|
2610
2612
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2611
|
-
//
|
|
2612
|
-
export { default as
|
|
2613
|
+
// Undo2 aliases
|
|
2614
|
+
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2613
2615
|
// UndoDot aliases
|
|
2614
2616
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2615
|
-
//
|
|
2616
|
-
export { default as
|
|
2617
|
+
// Undo aliases
|
|
2618
|
+
export { default as UndoIcon } from '../icons/undo';
|
|
2617
2619
|
// UnfoldHorizontal aliases
|
|
2618
2620
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2619
|
-
//
|
|
2620
|
-
export { default as
|
|
2621
|
+
// UnfoldVertical aliases
|
|
2622
|
+
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2621
2623
|
// Unlink2 aliases
|
|
2622
2624
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2625
|
+
// Ungroup aliases
|
|
2626
|
+
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2623
2627
|
// Unlink aliases
|
|
2624
2628
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2625
2629
|
// Unplug aliases
|
|
@@ -2642,56 +2646,58 @@ export { default as UserPenIcon } from '../icons/user-pen';
|
|
|
2642
2646
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2643
2647
|
// UserRoundPen aliases
|
|
2644
2648
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2645
|
-
// UserSearch aliases
|
|
2646
|
-
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2647
2649
|
// UserRoundSearch aliases
|
|
2648
2650
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2651
|
+
// UserSearch aliases
|
|
2652
|
+
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2649
2653
|
// UserX aliases
|
|
2650
2654
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2651
2655
|
// User aliases
|
|
2652
2656
|
export { default as UserIcon } from '../icons/user';
|
|
2653
2657
|
// Users aliases
|
|
2654
2658
|
export { default as UsersIcon } from '../icons/users';
|
|
2655
|
-
// Variable aliases
|
|
2656
|
-
export { default as VariableIcon } from '../icons/variable';
|
|
2657
2659
|
// UtilityPole aliases
|
|
2658
2660
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2659
2661
|
// Vault aliases
|
|
2660
2662
|
export { default as VaultIcon } from '../icons/vault';
|
|
2663
|
+
// Variable aliases
|
|
2664
|
+
export { default as VariableIcon } from '../icons/variable';
|
|
2661
2665
|
// VenetianMask aliases
|
|
2662
2666
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2663
2667
|
// Vegan aliases
|
|
2664
2668
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2665
2669
|
// VenusAndMars aliases
|
|
2666
2670
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2671
|
+
// Venus aliases
|
|
2672
|
+
export { default as VenusIcon } from '../icons/venus';
|
|
2667
2673
|
// VibrateOff aliases
|
|
2668
2674
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2669
2675
|
// Vibrate aliases
|
|
2670
2676
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2671
|
-
// Venus aliases
|
|
2672
|
-
export { default as VenusIcon } from '../icons/venus';
|
|
2673
2677
|
// VideoOff aliases
|
|
2674
2678
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2675
2679
|
// Video aliases
|
|
2676
2680
|
export { default as VideoIcon } from '../icons/video';
|
|
2677
|
-
// View aliases
|
|
2678
|
-
export { default as ViewIcon } from '../icons/view';
|
|
2679
2681
|
// Videotape aliases
|
|
2680
2682
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2683
|
+
// View aliases
|
|
2684
|
+
export { default as ViewIcon } from '../icons/view';
|
|
2685
|
+
// Voicemail aliases
|
|
2686
|
+
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2681
2687
|
// Volleyball aliases
|
|
2682
2688
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2683
2689
|
// Volume1 aliases
|
|
2684
2690
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2685
|
-
// Voicemail aliases
|
|
2686
|
-
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2687
|
-
// VolumeOff aliases
|
|
2688
|
-
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2689
2691
|
// Volume2 aliases
|
|
2690
2692
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2691
|
-
//
|
|
2692
|
-
export { default as
|
|
2693
|
+
// VolumeOff aliases
|
|
2694
|
+
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2693
2695
|
// VolumeX aliases
|
|
2694
2696
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2697
|
+
// Volume aliases
|
|
2698
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2699
|
+
// Vote aliases
|
|
2700
|
+
export { default as VoteIcon } from '../icons/vote';
|
|
2695
2701
|
// WalletCards aliases
|
|
2696
2702
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2697
2703
|
// Wallet aliases
|
|
@@ -2700,8 +2706,6 @@ export { default as WalletIcon } from '../icons/wallet';
|
|
|
2700
2706
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2701
2707
|
// Wand aliases
|
|
2702
2708
|
export { default as WandIcon } from '../icons/wand';
|
|
2703
|
-
// Volume aliases
|
|
2704
|
-
export { default as VolumeIcon } from '../icons/volume';
|
|
2705
2709
|
// WashingMachine aliases
|
|
2706
2710
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2707
2711
|
// Warehouse aliases
|
|
@@ -2714,12 +2718,12 @@ export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
|
2714
2718
|
export { default as WavesIcon } from '../icons/waves';
|
|
2715
2719
|
// Waypoints aliases
|
|
2716
2720
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2721
|
+
// Webcam aliases
|
|
2722
|
+
export { default as WebcamIcon } from '../icons/webcam';
|
|
2717
2723
|
// WebhookOff aliases
|
|
2718
2724
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2719
2725
|
// Webhook aliases
|
|
2720
2726
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2721
|
-
// Webcam aliases
|
|
2722
|
-
export { default as WebcamIcon } from '../icons/webcam';
|
|
2723
2727
|
// Weight aliases
|
|
2724
2728
|
export { default as WeightIcon } from '../icons/weight';
|
|
2725
2729
|
// WheatOff aliases
|
|
@@ -2736,18 +2740,18 @@ export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
|
2736
2740
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2737
2741
|
// WifiPen aliases
|
|
2738
2742
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2739
|
-
// Wifi aliases
|
|
2740
|
-
export { default as WifiIcon } from '../icons/wifi';
|
|
2741
2743
|
// WifiZero aliases
|
|
2742
2744
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2745
|
+
// Wifi aliases
|
|
2746
|
+
export { default as WifiIcon } from '../icons/wifi';
|
|
2743
2747
|
// WindArrowDown aliases
|
|
2744
2748
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2745
2749
|
// Wind aliases
|
|
2746
2750
|
export { default as WindIcon } from '../icons/wind';
|
|
2747
|
-
// WineOff aliases
|
|
2748
|
-
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2749
2751
|
// Wine aliases
|
|
2750
2752
|
export { default as WineIcon } from '../icons/wine';
|
|
2753
|
+
// WineOff aliases
|
|
2754
|
+
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2751
2755
|
// Workflow aliases
|
|
2752
2756
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2753
2757
|
// Worm aliases
|
|
@@ -2756,10 +2760,10 @@ export { default as WormIcon } from '../icons/worm';
|
|
|
2756
2760
|
export { default as WrapTextIcon } from '../icons/wrap-text';
|
|
2757
2761
|
// Wrench aliases
|
|
2758
2762
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2759
|
-
// Youtube aliases
|
|
2760
|
-
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2761
2763
|
// X aliases
|
|
2762
2764
|
export { default as XIcon } from '../icons/x';
|
|
2765
|
+
// Youtube aliases
|
|
2766
|
+
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2763
2767
|
// ZapOff aliases
|
|
2764
2768
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2765
2769
|
// Zap aliases
|
|
@@ -2779,12 +2783,12 @@ export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
|
2779
2783
|
// AlarmClockCheck aliases
|
|
2780
2784
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2781
2785
|
export { default as AlarmCheckIcon } from '../icons/alarm-clock-check';
|
|
2782
|
-
// AlarmClockMinus aliases
|
|
2783
|
-
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2784
|
-
export { default as AlarmMinusIcon } from '../icons/alarm-clock-minus';
|
|
2785
2786
|
// AlarmClockPlus aliases
|
|
2786
2787
|
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2787
2788
|
export { default as AlarmPlusIcon } from '../icons/alarm-clock-plus';
|
|
2789
|
+
// AlarmClockMinus aliases
|
|
2790
|
+
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2791
|
+
export { default as AlarmMinusIcon } from '../icons/alarm-clock-minus';
|
|
2788
2792
|
// ArrowDownAZ aliases
|
|
2789
2793
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2790
2794
|
export { default as ArrowDownAzIcon } from '../icons/arrow-down-a-z';
|
|
@@ -2842,18 +2846,24 @@ export {
|
|
|
2842
2846
|
/** @deprecated */
|
|
2843
2847
|
default as BarChartHorizontalBigIcon
|
|
2844
2848
|
} from '../icons/chart-bar-big';
|
|
2845
|
-
// ChartCandlestick aliases
|
|
2846
|
-
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2847
|
-
export {
|
|
2848
|
-
/** @deprecated */
|
|
2849
|
-
default as CandlestickChartIcon
|
|
2850
|
-
} from '../icons/chart-candlestick';
|
|
2851
2849
|
// ChartBar aliases
|
|
2852
2850
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2853
2851
|
export {
|
|
2854
2852
|
/** @deprecated */
|
|
2855
2853
|
default as BarChartHorizontalIcon
|
|
2856
2854
|
} from '../icons/chart-bar';
|
|
2855
|
+
// ChartColumnBig aliases
|
|
2856
|
+
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2857
|
+
export {
|
|
2858
|
+
/** @deprecated */
|
|
2859
|
+
default as BarChartBigIcon
|
|
2860
|
+
} from '../icons/chart-column-big';
|
|
2861
|
+
// ChartCandlestick aliases
|
|
2862
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2863
|
+
export {
|
|
2864
|
+
/** @deprecated */
|
|
2865
|
+
default as CandlestickChartIcon
|
|
2866
|
+
} from '../icons/chart-candlestick';
|
|
2857
2867
|
// ChartColumnIncreasing aliases
|
|
2858
2868
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2859
2869
|
export {
|
|
@@ -2866,12 +2876,6 @@ export {
|
|
|
2866
2876
|
/** @deprecated */
|
|
2867
2877
|
default as BarChart3Icon
|
|
2868
2878
|
} from '../icons/chart-column';
|
|
2869
|
-
// ChartColumnBig aliases
|
|
2870
|
-
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2871
|
-
export {
|
|
2872
|
-
/** @deprecated */
|
|
2873
|
-
default as BarChartBigIcon
|
|
2874
|
-
} from '../icons/chart-column-big';
|
|
2875
2879
|
// ChartLine aliases
|
|
2876
2880
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2877
2881
|
export {
|
|
@@ -2902,24 +2906,24 @@ export {
|
|
|
2902
2906
|
/** @deprecated */
|
|
2903
2907
|
default as PieChartIcon
|
|
2904
2908
|
} from '../icons/chart-pie';
|
|
2905
|
-
// CircleAlert aliases
|
|
2906
|
-
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
2907
|
-
export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
2908
2909
|
// ChartScatter aliases
|
|
2909
2910
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
2910
2911
|
export {
|
|
2911
2912
|
/** @deprecated */
|
|
2912
2913
|
default as ScatterChartIcon
|
|
2913
2914
|
} from '../icons/chart-scatter';
|
|
2915
|
+
// CircleAlert aliases
|
|
2916
|
+
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
2917
|
+
export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
2914
2918
|
// CircleArrowDown aliases
|
|
2915
2919
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2916
2920
|
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2917
|
-
// CircleArrowLeft aliases
|
|
2918
|
-
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2919
|
-
export { default as ArrowLeftCircleIcon } from '../icons/circle-arrow-left';
|
|
2920
2921
|
// CircleArrowOutDownLeft aliases
|
|
2921
2922
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
2922
2923
|
export { default as ArrowDownLeftFromCircleIcon } from '../icons/circle-arrow-out-down-left';
|
|
2924
|
+
// CircleArrowLeft aliases
|
|
2925
|
+
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2926
|
+
export { default as ArrowLeftCircleIcon } from '../icons/circle-arrow-left';
|
|
2923
2927
|
// CircleArrowOutDownRight aliases
|
|
2924
2928
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
2925
2929
|
export { default as ArrowDownRightFromCircleIcon } from '../icons/circle-arrow-out-down-right';
|
|
@@ -2941,15 +2945,15 @@ export { default as CheckCircleIcon } from '../icons/circle-check-big';
|
|
|
2941
2945
|
// CircleCheck aliases
|
|
2942
2946
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
2943
2947
|
export { default as CheckCircle2Icon } from '../icons/circle-check';
|
|
2944
|
-
// CircleChevronUp aliases
|
|
2945
|
-
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
2946
|
-
export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
2947
2948
|
// CircleChevronDown aliases
|
|
2948
2949
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
2949
2950
|
export { default as ChevronDownCircleIcon } from '../icons/circle-chevron-down';
|
|
2950
2951
|
// CircleChevronLeft aliases
|
|
2951
2952
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
2952
2953
|
export { default as ChevronLeftCircleIcon } from '../icons/circle-chevron-left';
|
|
2954
|
+
// CircleChevronUp aliases
|
|
2955
|
+
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
2956
|
+
export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
2953
2957
|
// CircleChevronRight aliases
|
|
2954
2958
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
2955
2959
|
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
@@ -2965,18 +2969,18 @@ export { default as HelpCircleIcon } from '../icons/circle-help';
|
|
|
2965
2969
|
// CircleMinus aliases
|
|
2966
2970
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
2967
2971
|
export { default as MinusCircleIcon } from '../icons/circle-minus';
|
|
2968
|
-
// CircleParking aliases
|
|
2969
|
-
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
2970
|
-
export { default as ParkingCircleIcon } from '../icons/circle-parking';
|
|
2971
2972
|
// CircleParkingOff aliases
|
|
2972
2973
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
2973
2974
|
export { default as ParkingCircleOffIcon } from '../icons/circle-parking-off';
|
|
2974
|
-
// CirclePercent aliases
|
|
2975
|
-
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
2976
|
-
export { default as PercentCircleIcon } from '../icons/circle-percent';
|
|
2977
2975
|
// CirclePause aliases
|
|
2978
2976
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
2979
2977
|
export { default as PauseCircleIcon } from '../icons/circle-pause';
|
|
2978
|
+
// CircleParking aliases
|
|
2979
|
+
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
2980
|
+
export { default as ParkingCircleIcon } from '../icons/circle-parking';
|
|
2981
|
+
// CirclePercent aliases
|
|
2982
|
+
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
2983
|
+
export { default as PercentCircleIcon } from '../icons/circle-percent';
|
|
2980
2984
|
// CirclePlay aliases
|
|
2981
2985
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
2982
2986
|
export { default as PlayCircleIcon } from '../icons/circle-play';
|
|
@@ -2989,15 +2993,15 @@ export { default as PowerCircleIcon } from '../icons/circle-power';
|
|
|
2989
2993
|
// CircleSlash2 aliases
|
|
2990
2994
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
2991
2995
|
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
2996
|
+
// CircleStop aliases
|
|
2997
|
+
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
2998
|
+
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
2992
2999
|
// CircleUserRound aliases
|
|
2993
3000
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
2994
3001
|
export {
|
|
2995
3002
|
/** @deprecated */
|
|
2996
3003
|
default as UserCircle2Icon
|
|
2997
3004
|
} from '../icons/circle-user-round';
|
|
2998
|
-
// CircleStop aliases
|
|
2999
|
-
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3000
|
-
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
3001
3005
|
// CircleUser aliases
|
|
3002
3006
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3003
3007
|
export { default as UserCircleIcon } from '../icons/circle-user';
|
|
@@ -3013,15 +3017,18 @@ export { default as ClipboardEditIcon } from '../icons/clipboard-pen';
|
|
|
3013
3017
|
// CloudDownload aliases
|
|
3014
3018
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3015
3019
|
export { default as DownloadCloudIcon } from '../icons/cloud-download';
|
|
3020
|
+
// CloudUpload aliases
|
|
3021
|
+
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3022
|
+
export { default as UploadCloudIcon } from '../icons/cloud-upload';
|
|
3016
3023
|
// CodeXml aliases
|
|
3017
3024
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3018
3025
|
export {
|
|
3019
3026
|
/** @deprecated */
|
|
3020
3027
|
default as Code2Icon
|
|
3021
3028
|
} from '../icons/code-xml';
|
|
3022
|
-
//
|
|
3023
|
-
export { default as
|
|
3024
|
-
export { default as
|
|
3029
|
+
// Columns3 aliases
|
|
3030
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3031
|
+
export { default as PanelsLeftRightIcon } from '../icons/columns-3';
|
|
3025
3032
|
// Columns2 aliases
|
|
3026
3033
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3027
3034
|
export { default as ColumnsIcon } from '../icons/columns-2';
|
|
@@ -3038,60 +3045,57 @@ export {
|
|
|
3038
3045
|
// DiamondPercent aliases
|
|
3039
3046
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3040
3047
|
export { default as PercentDiamondIcon } from '../icons/diamond-percent';
|
|
3041
|
-
// Columns3 aliases
|
|
3042
|
-
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3043
|
-
export { default as PanelsLeftRightIcon } from '../icons/columns-3';
|
|
3044
|
-
// EllipsisVertical aliases
|
|
3045
|
-
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3046
|
-
export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3047
|
-
// Ellipsis aliases
|
|
3048
|
-
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3049
|
-
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3050
3048
|
// Earth aliases
|
|
3051
3049
|
export { default as EarthIcon } from '../icons/earth';
|
|
3052
3050
|
export {
|
|
3053
3051
|
/** @deprecated */
|
|
3054
3052
|
default as Globe2Icon
|
|
3055
3053
|
} from '../icons/earth';
|
|
3054
|
+
// Ellipsis aliases
|
|
3055
|
+
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3056
|
+
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3057
|
+
// EllipsisVertical aliases
|
|
3058
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3059
|
+
export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3056
3060
|
// FileAxis3d aliases
|
|
3057
3061
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3058
3062
|
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
3059
|
-
// FileChartColumn aliases
|
|
3060
|
-
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3061
|
-
export {
|
|
3062
|
-
/** @deprecated */
|
|
3063
|
-
default as FileBarChart2Icon
|
|
3064
|
-
} from '../icons/file-chart-column';
|
|
3065
3063
|
// FileChartColumnIncreasing aliases
|
|
3066
3064
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3067
3065
|
export {
|
|
3068
3066
|
/** @deprecated */
|
|
3069
3067
|
default as FileBarChartIcon
|
|
3070
3068
|
} from '../icons/file-chart-column-increasing';
|
|
3069
|
+
// FileChartColumn aliases
|
|
3070
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3071
|
+
export {
|
|
3072
|
+
/** @deprecated */
|
|
3073
|
+
default as FileBarChart2Icon
|
|
3074
|
+
} from '../icons/file-chart-column';
|
|
3071
3075
|
// FileChartLine aliases
|
|
3072
3076
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3073
3077
|
export {
|
|
3074
3078
|
/** @deprecated */
|
|
3075
3079
|
default as FileLineChartIcon
|
|
3076
3080
|
} from '../icons/file-chart-line';
|
|
3081
|
+
// FileChartPie aliases
|
|
3082
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3083
|
+
export {
|
|
3084
|
+
/** @deprecated */
|
|
3085
|
+
default as FilePieChartIcon
|
|
3086
|
+
} from '../icons/file-chart-pie';
|
|
3087
|
+
// FilePenLine aliases
|
|
3088
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3089
|
+
export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
3077
3090
|
// FileCog aliases
|
|
3078
3091
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3079
3092
|
export {
|
|
3080
3093
|
/** @deprecated */
|
|
3081
3094
|
default as FileCog2Icon
|
|
3082
3095
|
} from '../icons/file-cog';
|
|
3083
|
-
// FilePenLine aliases
|
|
3084
|
-
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3085
|
-
export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
3086
3096
|
// FilePen aliases
|
|
3087
3097
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3088
3098
|
export { default as FileEditIcon } from '../icons/file-pen';
|
|
3089
|
-
// FileChartPie aliases
|
|
3090
|
-
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3091
|
-
export {
|
|
3092
|
-
/** @deprecated */
|
|
3093
|
-
default as FilePieChartIcon
|
|
3094
|
-
} from '../icons/file-chart-pie';
|
|
3095
3099
|
// FolderCog aliases
|
|
3096
3100
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3097
3101
|
export {
|
|
@@ -3101,30 +3105,30 @@ export {
|
|
|
3101
3105
|
// FolderPen aliases
|
|
3102
3106
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3103
3107
|
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3104
|
-
// Funnel aliases
|
|
3105
|
-
export { default as FunnelIcon } from '../icons/funnel';
|
|
3106
|
-
export {
|
|
3107
|
-
/** @deprecated */
|
|
3108
|
-
default as FilterIcon
|
|
3109
|
-
} from '../icons/funnel';
|
|
3110
3108
|
// FunnelX aliases
|
|
3111
3109
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3112
3110
|
export {
|
|
3113
3111
|
/** @deprecated */
|
|
3114
3112
|
default as FilterXIcon
|
|
3115
3113
|
} from '../icons/funnel-x';
|
|
3114
|
+
// Funnel aliases
|
|
3115
|
+
export { default as FunnelIcon } from '../icons/funnel';
|
|
3116
|
+
export {
|
|
3117
|
+
/** @deprecated */
|
|
3118
|
+
default as FilterIcon
|
|
3119
|
+
} from '../icons/funnel';
|
|
3116
3120
|
// GitCommitHorizontal aliases
|
|
3117
3121
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3118
3122
|
export { default as GitCommitIcon } from '../icons/git-commit-horizontal';
|
|
3119
3123
|
// Grid2x2Check aliases
|
|
3120
3124
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3121
3125
|
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3122
|
-
// Grid2x2X aliases
|
|
3123
|
-
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3124
|
-
export { default as Grid2X2XIcon } from '../icons/grid-2x2-x';
|
|
3125
3126
|
// Grid2x2Plus aliases
|
|
3126
3127
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3127
3128
|
export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3129
|
+
// Grid2x2X aliases
|
|
3130
|
+
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3131
|
+
export { default as Grid2X2XIcon } from '../icons/grid-2x2-x';
|
|
3128
3132
|
// Grid2x2 aliases
|
|
3129
3133
|
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3130
3134
|
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
@@ -3150,6 +3154,9 @@ export {
|
|
|
3150
3154
|
// IndentDecrease aliases
|
|
3151
3155
|
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3152
3156
|
export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
3157
|
+
// IndentIncrease aliases
|
|
3158
|
+
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3159
|
+
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3153
3160
|
// LaptopMinimal aliases
|
|
3154
3161
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3155
3162
|
export {
|
|
@@ -3159,9 +3166,6 @@ export {
|
|
|
3159
3166
|
// Layers aliases
|
|
3160
3167
|
export { default as LayersIcon } from '../icons/layers';
|
|
3161
3168
|
export { default as Layers3Icon } from '../icons/layers';
|
|
3162
|
-
// IndentIncrease aliases
|
|
3163
|
-
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3164
|
-
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3165
3169
|
// LoaderCircle aliases
|
|
3166
3170
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3167
3171
|
export { default as Loader2Icon } from '../icons/loader-circle';
|
|
@@ -3180,12 +3184,12 @@ export {
|
|
|
3180
3184
|
// Move3d aliases
|
|
3181
3185
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3182
3186
|
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3183
|
-
// OctagonAlert aliases
|
|
3184
|
-
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3185
|
-
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
3186
3187
|
// OctagonPause aliases
|
|
3187
3188
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3188
3189
|
export { default as PauseOctagonIcon } from '../icons/octagon-pause';
|
|
3190
|
+
// OctagonAlert aliases
|
|
3191
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3192
|
+
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
3189
3193
|
// OctagonX aliases
|
|
3190
3194
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3191
3195
|
export { default as XOctagonIcon } from '../icons/octagon-x';
|
|
@@ -3210,27 +3214,27 @@ export { default as SidebarIcon } from '../icons/panel-left';
|
|
|
3210
3214
|
// PanelRightDashed aliases
|
|
3211
3215
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3212
3216
|
export { default as PanelRightInactiveIcon } from '../icons/panel-right-dashed';
|
|
3213
|
-
// PenLine aliases
|
|
3214
|
-
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3215
|
-
export {
|
|
3216
|
-
/** @deprecated */
|
|
3217
|
-
default as Edit3Icon
|
|
3218
|
-
} from '../icons/pen-line';
|
|
3219
3217
|
// PanelTopDashed aliases
|
|
3220
3218
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3221
3219
|
export { default as PanelTopInactiveIcon } from '../icons/panel-top-dashed';
|
|
3222
3220
|
// PanelsTopLeft aliases
|
|
3223
3221
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3224
3222
|
export { default as LayoutIcon } from '../icons/panels-top-left';
|
|
3225
|
-
//
|
|
3226
|
-
export { default as
|
|
3227
|
-
export {
|
|
3223
|
+
// PenLine aliases
|
|
3224
|
+
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3225
|
+
export {
|
|
3226
|
+
/** @deprecated */
|
|
3227
|
+
default as Edit3Icon
|
|
3228
|
+
} from '../icons/pen-line';
|
|
3228
3229
|
// Pen aliases
|
|
3229
3230
|
export { default as PenIcon } from '../icons/pen';
|
|
3230
3231
|
export {
|
|
3231
3232
|
/** @deprecated */
|
|
3232
3233
|
default as Edit2Icon
|
|
3233
3234
|
} from '../icons/pen';
|
|
3235
|
+
// PlugZap aliases
|
|
3236
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3237
|
+
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3234
3238
|
// RectangleEllipsis aliases
|
|
3235
3239
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3236
3240
|
export { default as FormInputIcon } from '../icons/rectangle-ellipsis';
|
|
@@ -3246,30 +3250,30 @@ export { default as PanelsTopBottomIcon } from '../icons/rows-3';
|
|
|
3246
3250
|
// Scale3d aliases
|
|
3247
3251
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3248
3252
|
export { default as Scale3DIcon } from '../icons/scale-3d';
|
|
3249
|
-
// ShieldX aliases
|
|
3250
|
-
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3251
|
-
export { default as ShieldCloseIcon } from '../icons/shield-x';
|
|
3252
3253
|
// SendHorizontal aliases
|
|
3253
3254
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3254
3255
|
export {
|
|
3255
3256
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3256
3257
|
default as SendHorizonalIcon
|
|
3257
3258
|
} from '../icons/send-horizontal';
|
|
3258
|
-
//
|
|
3259
|
-
export { default as
|
|
3260
|
-
export { default as
|
|
3259
|
+
// ShieldX aliases
|
|
3260
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3261
|
+
export { default as ShieldCloseIcon } from '../icons/shield-x';
|
|
3261
3262
|
// SlidersVertical aliases
|
|
3262
3263
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3263
3264
|
export { default as SlidersIcon } from '../icons/sliders-vertical';
|
|
3264
3265
|
// SquareActivity aliases
|
|
3265
3266
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3266
3267
|
export { default as ActivitySquareIcon } from '../icons/square-activity';
|
|
3267
|
-
//
|
|
3268
|
-
export { default as
|
|
3269
|
-
export { default as
|
|
3268
|
+
// Sparkles aliases
|
|
3269
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3270
|
+
export { default as StarsIcon } from '../icons/sparkles';
|
|
3270
3271
|
// SquareArrowDownRight aliases
|
|
3271
3272
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3272
3273
|
export { default as ArrowDownRightSquareIcon } from '../icons/square-arrow-down-right';
|
|
3274
|
+
// SquareArrowDownLeft aliases
|
|
3275
|
+
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3276
|
+
export { default as ArrowDownLeftSquareIcon } from '../icons/square-arrow-down-left';
|
|
3273
3277
|
// SquareArrowDown aliases
|
|
3274
3278
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3275
3279
|
export { default as ArrowDownSquareIcon } from '../icons/square-arrow-down';
|
|
@@ -3279,40 +3283,40 @@ export { default as ArrowLeftSquareIcon } from '../icons/square-arrow-left';
|
|
|
3279
3283
|
// SquareArrowOutDownLeft aliases
|
|
3280
3284
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3281
3285
|
export { default as ArrowDownLeftFromSquareIcon } from '../icons/square-arrow-out-down-left';
|
|
3282
|
-
// SquareArrowOutUpLeft aliases
|
|
3283
|
-
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3284
|
-
export { default as ArrowUpLeftFromSquareIcon } from '../icons/square-arrow-out-up-left';
|
|
3285
3286
|
// SquareArrowOutDownRight aliases
|
|
3286
3287
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3287
3288
|
export { default as ArrowDownRightFromSquareIcon } from '../icons/square-arrow-out-down-right';
|
|
3289
|
+
// SquareArrowOutUpLeft aliases
|
|
3290
|
+
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3291
|
+
export { default as ArrowUpLeftFromSquareIcon } from '../icons/square-arrow-out-up-left';
|
|
3288
3292
|
// SquareArrowOutUpRight aliases
|
|
3289
3293
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3290
3294
|
export { default as ArrowUpRightFromSquareIcon } from '../icons/square-arrow-out-up-right';
|
|
3291
|
-
// SquareArrowUpLeft aliases
|
|
3292
|
-
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3293
|
-
export { default as ArrowUpLeftSquareIcon } from '../icons/square-arrow-up-left';
|
|
3294
|
-
// SquareArrowUp aliases
|
|
3295
|
-
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3296
|
-
export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
3297
3295
|
// SquareArrowRight aliases
|
|
3298
3296
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3299
3297
|
export { default as ArrowRightSquareIcon } from '../icons/square-arrow-right';
|
|
3298
|
+
// SquareArrowUpLeft aliases
|
|
3299
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3300
|
+
export { default as ArrowUpLeftSquareIcon } from '../icons/square-arrow-up-left';
|
|
3300
3301
|
// SquareArrowUpRight aliases
|
|
3301
3302
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3302
3303
|
export { default as ArrowUpRightSquareIcon } from '../icons/square-arrow-up-right';
|
|
3303
|
-
//
|
|
3304
|
-
export { default as
|
|
3305
|
-
export { default as
|
|
3304
|
+
// SquareArrowUp aliases
|
|
3305
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3306
|
+
export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
3306
3307
|
// SquareAsterisk aliases
|
|
3307
3308
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3308
3309
|
export { default as AsteriskSquareIcon } from '../icons/square-asterisk';
|
|
3309
|
-
// SquareCheckBig aliases
|
|
3310
|
-
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3311
|
-
export { default as CheckSquareIcon } from '../icons/square-check-big';
|
|
3312
3310
|
// SquareChartGantt aliases
|
|
3313
3311
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3314
3312
|
export { default as GanttChartSquareIcon } from '../icons/square-chart-gantt';
|
|
3315
3313
|
export { default as SquareGanttChartIcon } from '../icons/square-chart-gantt';
|
|
3314
|
+
// SquareBottomDashedScissors aliases
|
|
3315
|
+
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3316
|
+
export { default as ScissorsSquareDashedBottomIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3317
|
+
// SquareCheckBig aliases
|
|
3318
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3319
|
+
export { default as CheckSquareIcon } from '../icons/square-check-big';
|
|
3316
3320
|
// SquareCheck aliases
|
|
3317
3321
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3318
3322
|
export { default as CheckSquare2Icon } from '../icons/square-check';
|
|
@@ -3322,6 +3326,9 @@ export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
|
3322
3326
|
// SquareChevronLeft aliases
|
|
3323
3327
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3324
3328
|
export { default as ChevronLeftSquareIcon } from '../icons/square-chevron-left';
|
|
3329
|
+
// SquareChevronRight aliases
|
|
3330
|
+
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3331
|
+
export { default as ChevronRightSquareIcon } from '../icons/square-chevron-right';
|
|
3325
3332
|
// SquareChevronUp aliases
|
|
3326
3333
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3327
3334
|
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
@@ -3337,9 +3344,6 @@ export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-
|
|
|
3337
3344
|
// SquareDashed aliases
|
|
3338
3345
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3339
3346
|
export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
3340
|
-
// SquareChevronRight aliases
|
|
3341
|
-
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3342
|
-
export { default as ChevronRightSquareIcon } from '../icons/square-chevron-right';
|
|
3343
3347
|
// SquareDivide aliases
|
|
3344
3348
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3345
3349
|
export { default as DivideSquareIcon } from '../icons/square-divide';
|
|
@@ -3358,12 +3362,12 @@ export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
|
3358
3362
|
// SquareLibrary aliases
|
|
3359
3363
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3360
3364
|
export { default as LibrarySquareIcon } from '../icons/square-library';
|
|
3361
|
-
// SquareM aliases
|
|
3362
|
-
export { default as SquareMIcon } from '../icons/square-m';
|
|
3363
|
-
export { default as MSquareIcon } from '../icons/square-m';
|
|
3364
3365
|
// SquareMenu aliases
|
|
3365
3366
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3366
3367
|
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3368
|
+
// SquareM aliases
|
|
3369
|
+
export { default as SquareMIcon } from '../icons/square-m';
|
|
3370
|
+
export { default as MSquareIcon } from '../icons/square-m';
|
|
3367
3371
|
// SquareMinus aliases
|
|
3368
3372
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3369
3373
|
export { default as MinusSquareIcon } from '../icons/square-minus';
|
|
@@ -3373,9 +3377,6 @@ export { default as InspectIcon } from '../icons/square-mouse-pointer';
|
|
|
3373
3377
|
// SquareParkingOff aliases
|
|
3374
3378
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
3375
3379
|
export { default as ParkingSquareOffIcon } from '../icons/square-parking-off';
|
|
3376
|
-
// SquareParking aliases
|
|
3377
|
-
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3378
|
-
export { default as ParkingSquareIcon } from '../icons/square-parking';
|
|
3379
3380
|
// SquarePen aliases
|
|
3380
3381
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
3381
3382
|
export { default as PenBoxIcon } from '../icons/square-pen';
|
|
@@ -3384,54 +3385,57 @@ export { default as PenSquareIcon } from '../icons/square-pen';
|
|
|
3384
3385
|
// SquarePercent aliases
|
|
3385
3386
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3386
3387
|
export { default as PercentSquareIcon } from '../icons/square-percent';
|
|
3387
|
-
//
|
|
3388
|
-
export { default as
|
|
3389
|
-
export { default as
|
|
3388
|
+
// SquareParking aliases
|
|
3389
|
+
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3390
|
+
export { default as ParkingSquareIcon } from '../icons/square-parking';
|
|
3390
3391
|
// SquarePi aliases
|
|
3391
3392
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
3392
3393
|
export { default as PiSquareIcon } from '../icons/square-pi';
|
|
3393
|
-
// SquarePlus aliases
|
|
3394
|
-
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3395
|
-
export { default as PlusSquareIcon } from '../icons/square-plus';
|
|
3396
3394
|
// SquarePilcrow aliases
|
|
3397
3395
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3398
3396
|
export { default as PilcrowSquareIcon } from '../icons/square-pilcrow';
|
|
3397
|
+
// SquarePlay aliases
|
|
3398
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3399
|
+
export { default as PlaySquareIcon } from '../icons/square-play';
|
|
3400
|
+
// SquarePlus aliases
|
|
3401
|
+
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3402
|
+
export { default as PlusSquareIcon } from '../icons/square-plus';
|
|
3403
|
+
// SquarePower aliases
|
|
3404
|
+
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
3405
|
+
export { default as PowerSquareIcon } from '../icons/square-power';
|
|
3399
3406
|
// SquareScissors aliases
|
|
3400
3407
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
3401
3408
|
export { default as ScissorsSquareIcon } from '../icons/square-scissors';
|
|
3402
3409
|
// SquareSigma aliases
|
|
3403
3410
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
3404
3411
|
export { default as SigmaSquareIcon } from '../icons/square-sigma';
|
|
3405
|
-
// SquarePower aliases
|
|
3406
|
-
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
3407
|
-
export { default as PowerSquareIcon } from '../icons/square-power';
|
|
3408
|
-
// SquareSplitHorizontal aliases
|
|
3409
|
-
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3410
|
-
export { default as SplitSquareHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3411
3412
|
// SquareSlash aliases
|
|
3412
3413
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3413
3414
|
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3415
|
+
// SquareSplitHorizontal aliases
|
|
3416
|
+
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3417
|
+
export { default as SplitSquareHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3414
3418
|
// SquareSplitVertical aliases
|
|
3415
3419
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3416
3420
|
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3417
3421
|
// SquareTerminal aliases
|
|
3418
3422
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
3419
3423
|
export { default as TerminalSquareIcon } from '../icons/square-terminal';
|
|
3420
|
-
// SquareUser aliases
|
|
3421
|
-
export { default as SquareUserIcon } from '../icons/square-user';
|
|
3422
|
-
export { default as UserSquareIcon } from '../icons/square-user';
|
|
3423
3424
|
// SquareUserRound aliases
|
|
3424
3425
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
3425
3426
|
export {
|
|
3426
3427
|
/** @deprecated */
|
|
3427
3428
|
default as UserSquare2Icon
|
|
3428
3429
|
} from '../icons/square-user-round';
|
|
3429
|
-
//
|
|
3430
|
-
export { default as
|
|
3431
|
-
export { default as
|
|
3430
|
+
// SquareUser aliases
|
|
3431
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
3432
|
+
export { default as UserSquareIcon } from '../icons/square-user';
|
|
3432
3433
|
// TestTubeDiagonal aliases
|
|
3433
3434
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
3434
3435
|
export { default as TestTube2Icon } from '../icons/test-tube-diagonal';
|
|
3436
|
+
// SquareX aliases
|
|
3437
|
+
export { default as SquareXIcon } from '../icons/square-x';
|
|
3438
|
+
export { default as XSquareIcon } from '../icons/square-x';
|
|
3435
3439
|
// TextSelect aliases
|
|
3436
3440
|
export { default as TextSelectIcon } from '../icons/text-select';
|
|
3437
3441
|
export { default as TextSelectionIcon } from '../icons/text-select';
|
|
@@ -3456,6 +3460,12 @@ export {
|
|
|
3456
3460
|
/** @deprecated */
|
|
3457
3461
|
default as School2Icon
|
|
3458
3462
|
} from '../icons/university';
|
|
3463
|
+
// UserRoundCheck aliases
|
|
3464
|
+
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
3465
|
+
export {
|
|
3466
|
+
/** @deprecated */
|
|
3467
|
+
default as UserCheck2Icon
|
|
3468
|
+
} from '../icons/user-round-check';
|
|
3459
3469
|
// UserRoundCog aliases
|
|
3460
3470
|
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
3461
3471
|
export {
|
|
@@ -3468,24 +3478,18 @@ export {
|
|
|
3468
3478
|
/** @deprecated */
|
|
3469
3479
|
default as UserMinus2Icon
|
|
3470
3480
|
} from '../icons/user-round-minus';
|
|
3471
|
-
//
|
|
3472
|
-
export { default as
|
|
3481
|
+
// UserRoundX aliases
|
|
3482
|
+
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
3473
3483
|
export {
|
|
3474
3484
|
/** @deprecated */
|
|
3475
|
-
default as
|
|
3476
|
-
} from '../icons/user-round-
|
|
3485
|
+
default as UserX2Icon
|
|
3486
|
+
} from '../icons/user-round-x';
|
|
3477
3487
|
// UserRoundPlus aliases
|
|
3478
3488
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
3479
3489
|
export {
|
|
3480
3490
|
/** @deprecated */
|
|
3481
3491
|
default as UserPlus2Icon
|
|
3482
3492
|
} from '../icons/user-round-plus';
|
|
3483
|
-
// UserRoundX aliases
|
|
3484
|
-
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
3485
|
-
export {
|
|
3486
|
-
/** @deprecated */
|
|
3487
|
-
default as UserX2Icon
|
|
3488
|
-
} from '../icons/user-round-x';
|
|
3489
3493
|
// UserRound aliases
|
|
3490
3494
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
3491
3495
|
export {
|