@ycloud-web/icons-astro 0.1.1 → 0.1.2
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 +70 -70
- package/src/aliases/prefixed.ts +564 -564
- package/src/aliases/suffixed.ts +982 -982
- package/src/icons/index.ts +196 -196
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
-
// AArrowUp aliases
|
|
4
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
3
|
// ALargeSmall aliases
|
|
6
4
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
|
-
//
|
|
8
|
-
export { default as
|
|
5
|
+
// AArrowUp aliases
|
|
6
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
9
7
|
// Activity aliases
|
|
10
8
|
export { default as ActivityIcon } from '../icons/activity';
|
|
9
|
+
// Accessibility aliases
|
|
10
|
+
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
11
11
|
// Ad aliases
|
|
12
12
|
export { default as AdIcon } from '../icons/ad';
|
|
13
13
|
// AirVent aliases
|
|
@@ -18,10 +18,10 @@ export { default as AirplayIcon } from '../icons/airplay';
|
|
|
18
18
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
19
19
|
// AlarmClock aliases
|
|
20
20
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
21
|
-
// Album aliases
|
|
22
|
-
export { default as AlbumIcon } from '../icons/album';
|
|
23
21
|
// AlarmSmoke aliases
|
|
24
22
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
23
|
+
// Album aliases
|
|
24
|
+
export { default as AlbumIcon } from '../icons/album';
|
|
25
25
|
// AlignCenterHorizontal aliases
|
|
26
26
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
27
27
|
// AlignCenterVertical aliases
|
|
@@ -48,14 +48,14 @@ export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizo
|
|
|
48
48
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
49
|
// AlignStartHorizontal aliases
|
|
50
50
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
51
|
-
// AlignStartVertical aliases
|
|
52
|
-
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
53
51
|
// AlignVerticalDistributeCenter aliases
|
|
54
52
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
55
|
-
//
|
|
56
|
-
export { default as
|
|
53
|
+
// AlignStartVertical aliases
|
|
54
|
+
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
57
55
|
// AlignVerticalDistributeStart aliases
|
|
58
56
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
57
|
+
// AlignVerticalDistributeEnd aliases
|
|
58
|
+
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
59
59
|
// AlignVerticalJustifyCenter aliases
|
|
60
60
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
61
61
|
// AlignVerticalJustifyEnd aliases
|
|
@@ -66,18 +66,18 @@ export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertica
|
|
|
66
66
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
67
67
|
// AlignVerticalSpaceBetween aliases
|
|
68
68
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
69
|
-
// Ambulance aliases
|
|
70
|
-
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
71
69
|
// Ampersand aliases
|
|
72
70
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
73
71
|
// Ampersands aliases
|
|
74
72
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
73
|
+
// Ambulance aliases
|
|
74
|
+
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
75
75
|
// Amphora aliases
|
|
76
76
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
77
|
-
// Anchor aliases
|
|
78
|
-
export { default as AnchorIcon } from '../icons/anchor';
|
|
79
77
|
// Angry aliases
|
|
80
78
|
export { default as AngryIcon } from '../icons/angry';
|
|
79
|
+
// Anchor aliases
|
|
80
|
+
export { default as AnchorIcon } from '../icons/anchor';
|
|
81
81
|
// Annoyed aliases
|
|
82
82
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
83
83
|
// Antenna aliases
|
|
@@ -86,32 +86,32 @@ export { default as AntennaIcon } from '../icons/antenna';
|
|
|
86
86
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
87
87
|
// Aperture aliases
|
|
88
88
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
89
|
-
// AppWindowMac aliases
|
|
90
|
-
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
91
89
|
// AppWindow aliases
|
|
92
90
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
|
+
// AppWindowMac aliases
|
|
92
|
+
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
93
93
|
// Apple aliases
|
|
94
94
|
export { default as AppleIcon } from '../icons/apple';
|
|
95
|
-
// ArchiveRestore aliases
|
|
96
|
-
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
97
|
-
// ArchiveX aliases
|
|
98
|
-
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
99
95
|
// Archive aliases
|
|
100
96
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
97
|
+
// ArchiveRestore aliases
|
|
98
|
+
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
101
99
|
// Armchair aliases
|
|
102
100
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
|
+
// ArchiveX aliases
|
|
102
|
+
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
103
103
|
// ArrowBigDownDash aliases
|
|
104
104
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
105
|
-
// ArrowBigLeftDash aliases
|
|
106
|
-
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
105
|
// ArrowBigDown aliases
|
|
108
106
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
107
|
+
// ArrowBigLeftDash aliases
|
|
108
|
+
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
109
109
|
// ArrowBigLeft aliases
|
|
110
110
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
111
|
-
// ArrowBigRight aliases
|
|
112
|
-
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
111
|
// ArrowBigRightDash aliases
|
|
114
112
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
113
|
+
// ArrowBigRight aliases
|
|
114
|
+
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
115
115
|
// ArrowBigUpDash aliases
|
|
116
116
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
117
117
|
// ArrowBigUp aliases
|
|
@@ -124,20 +124,20 @@ export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
|
124
124
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
125
125
|
// ArrowDownRight aliases
|
|
126
126
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
127
|
-
// ArrowDownToDot aliases
|
|
128
|
-
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
129
127
|
// ArrowDownToLine aliases
|
|
130
128
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
131
129
|
// ArrowDownUp aliases
|
|
132
130
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
131
|
+
// ArrowDownToDot aliases
|
|
132
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
133
133
|
// ArrowDown aliases
|
|
134
134
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
135
|
-
// ArrowLeftRight aliases
|
|
136
|
-
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
137
135
|
// ArrowLeftFromLine aliases
|
|
138
136
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
139
137
|
// ArrowLeftToLine aliases
|
|
140
138
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
|
+
// ArrowLeftRight aliases
|
|
140
|
+
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
141
141
|
// ArrowLeft aliases
|
|
142
142
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
143
143
|
// ArrowRightFromLine aliases
|
|
@@ -164,64 +164,64 @@ export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
|
164
164
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
165
165
|
// ArrowUp aliases
|
|
166
166
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
167
|
-
// ArrowsUpFromLine aliases
|
|
168
|
-
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
169
167
|
// Asterisk aliases
|
|
170
168
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
|
+
// ArrowsUpFromLine aliases
|
|
170
|
+
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
171
171
|
// Astroid aliases
|
|
172
172
|
export { default as AstroidIcon } from '../icons/astroid';
|
|
173
|
-
// AtSign aliases
|
|
174
|
-
export { default as AtSignIcon } from '../icons/at-sign';
|
|
175
173
|
// Atom aliases
|
|
176
174
|
export { default as AtomIcon } from '../icons/atom';
|
|
175
|
+
// AtSign aliases
|
|
176
|
+
export { default as AtSignIcon } from '../icons/at-sign';
|
|
177
177
|
// AudioLines aliases
|
|
178
178
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
179
|
-
// AudioWaveform aliases
|
|
180
|
-
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
181
179
|
// Award aliases
|
|
182
180
|
export { default as AwardIcon } from '../icons/award';
|
|
183
|
-
//
|
|
184
|
-
export { default as
|
|
185
|
-
// Backpack aliases
|
|
186
|
-
export { default as BackpackIcon } from '../icons/backpack';
|
|
181
|
+
// AudioWaveform aliases
|
|
182
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
187
183
|
// Baby aliases
|
|
188
184
|
export { default as BabyIcon } from '../icons/baby';
|
|
185
|
+
// Axe aliases
|
|
186
|
+
export { default as AxeIcon } from '../icons/axe';
|
|
189
187
|
// BadgeAlert aliases
|
|
190
188
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
189
|
+
// Backpack aliases
|
|
190
|
+
export { default as BackpackIcon } from '../icons/backpack';
|
|
191
191
|
// BadgeCent aliases
|
|
192
192
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
193
193
|
// BadgeDollarSign aliases
|
|
194
194
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
195
195
|
// BadgeEuro aliases
|
|
196
196
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
197
|
-
// BadgeInfo aliases
|
|
198
|
-
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
199
197
|
// BadgeIndianRupee aliases
|
|
200
198
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
201
199
|
// BadgeJapaneseYen aliases
|
|
202
200
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
203
|
-
//
|
|
204
|
-
export { default as
|
|
201
|
+
// BadgeInfo aliases
|
|
202
|
+
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
205
203
|
// BadgePercent aliases
|
|
206
204
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
205
|
+
// BadgeMinus aliases
|
|
206
|
+
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
207
207
|
// BadgePlus aliases
|
|
208
208
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
209
209
|
// BadgePoundSterling aliases
|
|
210
210
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
211
|
-
// BadgeRussianRuble aliases
|
|
212
|
-
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
213
211
|
// BadgeSwissFranc aliases
|
|
214
212
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
215
|
-
//
|
|
216
|
-
export { default as
|
|
213
|
+
// BadgeRussianRuble aliases
|
|
214
|
+
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
217
215
|
// BadgeX aliases
|
|
218
216
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
219
|
-
//
|
|
220
|
-
export { default as
|
|
217
|
+
// BadgeTurkishLira aliases
|
|
218
|
+
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
221
219
|
// BaggageClaim aliases
|
|
222
220
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
223
221
|
// Balloon aliases
|
|
224
222
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
223
|
+
// Badge aliases
|
|
224
|
+
export { default as BadgeIcon } from '../icons/badge';
|
|
225
225
|
// Ban aliases
|
|
226
226
|
export { default as BanIcon } from '../icons/ban';
|
|
227
227
|
// Banana aliases
|
|
@@ -238,16 +238,14 @@ export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
|
238
238
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
239
239
|
// Banknote aliases
|
|
240
240
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
241
|
-
// Barrel aliases
|
|
242
|
-
export { default as BarrelIcon } from '../icons/barrel';
|
|
243
241
|
// Barcode aliases
|
|
244
242
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
243
|
+
// Barrel aliases
|
|
244
|
+
export { default as BarrelIcon } from '../icons/barrel';
|
|
245
245
|
// Baseline aliases
|
|
246
246
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
247
247
|
// Bath aliases
|
|
248
248
|
export { default as BathIcon } from '../icons/bath';
|
|
249
|
-
// BatteryFull aliases
|
|
250
|
-
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
251
249
|
// BatteryCharging aliases
|
|
252
250
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
253
251
|
// BatteryLow aliases
|
|
@@ -256,18 +254,20 @@ export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
|
256
254
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
257
255
|
// BatteryPlus aliases
|
|
258
256
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
259
|
-
//
|
|
260
|
-
export { default as
|
|
257
|
+
// BatteryFull aliases
|
|
258
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
261
259
|
// Battery aliases
|
|
262
260
|
export { default as BatteryIcon } from '../icons/battery';
|
|
263
|
-
//
|
|
264
|
-
export { default as
|
|
261
|
+
// BatteryWarning aliases
|
|
262
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
265
263
|
// Beaker aliases
|
|
266
264
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
267
|
-
// Bean aliases
|
|
268
|
-
export { default as BeanIcon } from '../icons/bean';
|
|
269
265
|
// BeanOff aliases
|
|
270
266
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
267
|
+
// Bean aliases
|
|
268
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
269
|
+
// BedDouble aliases
|
|
270
|
+
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
271
271
|
// BedSingle aliases
|
|
272
272
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
273
273
|
// Bed aliases
|
|
@@ -276,82 +276,82 @@ export { default as BedIcon } from '../icons/bed';
|
|
|
276
276
|
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
277
277
|
// Beef aliases
|
|
278
278
|
export { default as BeefIcon } from '../icons/beef';
|
|
279
|
-
// BeerOff aliases
|
|
280
|
-
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
281
279
|
// Beer aliases
|
|
282
280
|
export { default as BeerIcon } from '../icons/beer';
|
|
281
|
+
// BeerOff aliases
|
|
282
|
+
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
283
283
|
// BellCheck aliases
|
|
284
284
|
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
285
|
-
// BellDot aliases
|
|
286
|
-
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
287
285
|
// BellElectric aliases
|
|
288
286
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
289
|
-
//
|
|
290
|
-
export { default as
|
|
287
|
+
// BellDot aliases
|
|
288
|
+
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
291
289
|
// BellPlus aliases
|
|
292
290
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
293
|
-
//
|
|
294
|
-
export { default as
|
|
291
|
+
// BellMinus aliases
|
|
292
|
+
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
295
293
|
// BellOff aliases
|
|
296
294
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
297
295
|
// BellRing aliases
|
|
298
296
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
297
|
+
// Bell aliases
|
|
298
|
+
export { default as BellIcon } from '../icons/bell';
|
|
299
299
|
// BetweenVerticalEnd aliases
|
|
300
300
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
301
301
|
// BetweenVerticalStart aliases
|
|
302
302
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
303
|
-
// Bike aliases
|
|
304
|
-
export { default as BikeIcon } from '../icons/bike';
|
|
305
303
|
// BicepsFlexed aliases
|
|
306
304
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
305
|
+
// Bike aliases
|
|
306
|
+
export { default as BikeIcon } from '../icons/bike';
|
|
307
307
|
// Binary aliases
|
|
308
308
|
export { default as BinaryIcon } from '../icons/binary';
|
|
309
309
|
// Binoculars aliases
|
|
310
310
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
311
|
-
// Biohazard aliases
|
|
312
|
-
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
313
311
|
// Bird aliases
|
|
314
312
|
export { default as BirdIcon } from '../icons/bird';
|
|
313
|
+
// Biohazard aliases
|
|
314
|
+
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
315
315
|
// Birdhouse aliases
|
|
316
316
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
317
317
|
// Bitcoin aliases
|
|
318
318
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
319
319
|
// Blend aliases
|
|
320
320
|
export { default as BlendIcon } from '../icons/blend';
|
|
321
|
+
// Blender aliases
|
|
322
|
+
export { default as BlenderIcon } from '../icons/blender';
|
|
321
323
|
// Blinds aliases
|
|
322
324
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
323
325
|
// Blocks aliases
|
|
324
326
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
325
|
-
// Blender aliases
|
|
326
|
-
export { default as BlenderIcon } from '../icons/blender';
|
|
327
327
|
// BluetoothConnected aliases
|
|
328
328
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
329
329
|
// BluetoothOff aliases
|
|
330
330
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
331
|
-
// BluetoothSearching aliases
|
|
332
|
-
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
333
331
|
// Bluetooth aliases
|
|
334
332
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
335
|
-
//
|
|
336
|
-
export { default as
|
|
333
|
+
// BluetoothSearching aliases
|
|
334
|
+
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
337
335
|
// Bold aliases
|
|
338
336
|
export { default as BoldIcon } from '../icons/bold';
|
|
337
|
+
// Bolt aliases
|
|
338
|
+
export { default as BoltIcon } from '../icons/bolt';
|
|
339
339
|
// Bomb aliases
|
|
340
340
|
export { default as BombIcon } from '../icons/bomb';
|
|
341
341
|
// BoneFracture aliases
|
|
342
342
|
export { default as BoneFractureIcon } from '../icons/bone-fracture';
|
|
343
|
-
// Bone aliases
|
|
344
|
-
export { default as BoneIcon } from '../icons/bone';
|
|
345
343
|
// BookA aliases
|
|
346
344
|
export { default as BookAIcon } from '../icons/book-a';
|
|
345
|
+
// Bone aliases
|
|
346
|
+
export { default as BoneIcon } from '../icons/bone';
|
|
347
347
|
// BookAlert aliases
|
|
348
348
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
349
|
-
// BookAudio aliases
|
|
350
|
-
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
351
349
|
// BookCheck aliases
|
|
352
350
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
353
351
|
// BookCopy aliases
|
|
354
352
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
353
|
+
// BookAudio aliases
|
|
354
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
355
355
|
// BookDown aliases
|
|
356
356
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
357
357
|
// BookHeadphones aliases
|
|
@@ -364,12 +364,12 @@ export { default as BookImageIcon } from '../icons/book-image';
|
|
|
364
364
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
365
365
|
// BookLock aliases
|
|
366
366
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
367
|
-
// BookMinus aliases
|
|
368
|
-
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
369
367
|
// BookMarked aliases
|
|
370
368
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
371
369
|
// BookOpenCheck aliases
|
|
372
370
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
371
|
+
// BookMinus aliases
|
|
372
|
+
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
373
373
|
// BookOpenText aliases
|
|
374
374
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
375
375
|
// BookOpen aliases
|
|
@@ -390,16 +390,16 @@ export { default as BookUpIcon } from '../icons/book-up';
|
|
|
390
390
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
391
391
|
// BookX aliases
|
|
392
392
|
export { default as BookXIcon } from '../icons/book-x';
|
|
393
|
-
// Book aliases
|
|
394
|
-
export { default as BookIcon } from '../icons/book';
|
|
395
|
-
// BookmarkMinus aliases
|
|
396
|
-
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
397
393
|
// BookmarkCheck aliases
|
|
398
394
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
399
395
|
// BookmarkOff aliases
|
|
400
396
|
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
401
397
|
// BookmarkPlus aliases
|
|
402
398
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
399
|
+
// Book aliases
|
|
400
|
+
export { default as BookIcon } from '../icons/book';
|
|
401
|
+
// BookmarkMinus aliases
|
|
402
|
+
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
403
403
|
// BookmarkX aliases
|
|
404
404
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
405
405
|
// Bookmark aliases
|
|
@@ -416,48 +416,48 @@ export { default as BotIcon } from '../icons/bot';
|
|
|
416
416
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
417
417
|
// BowArrow aliases
|
|
418
418
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
419
|
-
// Boxes aliases
|
|
420
|
-
export { default as BoxesIcon } from '../icons/boxes';
|
|
421
419
|
// Box aliases
|
|
422
420
|
export { default as BoxIcon } from '../icons/box';
|
|
421
|
+
// Boxes aliases
|
|
422
|
+
export { default as BoxesIcon } from '../icons/boxes';
|
|
423
423
|
// Brackets aliases
|
|
424
424
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
425
425
|
// BrainCircuit aliases
|
|
426
426
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
427
427
|
// BrainCog aliases
|
|
428
428
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
429
|
-
// BrickWallFire aliases
|
|
430
|
-
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
431
429
|
// Brain aliases
|
|
432
430
|
export { default as BrainIcon } from '../icons/brain';
|
|
431
|
+
// BrickWallFire aliases
|
|
432
|
+
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
433
433
|
// BrickWallShield aliases
|
|
434
434
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
435
435
|
// BrickWall aliases
|
|
436
436
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
437
437
|
// BriefcaseBusiness aliases
|
|
438
438
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
439
|
-
// BriefcaseConveyorBelt aliases
|
|
440
|
-
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
441
439
|
// BriefcaseMedical aliases
|
|
442
440
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
441
|
+
// BriefcaseConveyorBelt aliases
|
|
442
|
+
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
443
443
|
// Briefcase aliases
|
|
444
444
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
445
445
|
// BringToFront aliases
|
|
446
446
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
447
|
-
// Broccoli aliases
|
|
448
|
-
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
449
447
|
// BrushCleaning aliases
|
|
450
448
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
449
|
+
// Broccoli aliases
|
|
450
|
+
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
451
451
|
// Brush aliases
|
|
452
452
|
export { default as BrushIcon } from '../icons/brush';
|
|
453
453
|
// Bubbles aliases
|
|
454
454
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
455
455
|
// BugOff aliases
|
|
456
456
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
457
|
-
// Bug aliases
|
|
458
|
-
export { default as BugIcon } from '../icons/bug';
|
|
459
457
|
// BugPlay aliases
|
|
460
458
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
459
|
+
// Bug aliases
|
|
460
|
+
export { default as BugIcon } from '../icons/bug';
|
|
461
461
|
// Building2 aliases
|
|
462
462
|
export { default as Building2Icon } from '../icons/building-2';
|
|
463
463
|
// Building aliases
|
|
@@ -466,16 +466,16 @@ export { default as BuildingIcon } from '../icons/building';
|
|
|
466
466
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
467
467
|
// Bus aliases
|
|
468
468
|
export { default as BusIcon } from '../icons/bus';
|
|
469
|
-
// Cable aliases
|
|
470
|
-
export { default as CableIcon } from '../icons/cable';
|
|
471
469
|
// CableCar aliases
|
|
472
470
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
473
|
-
//
|
|
474
|
-
export { default as
|
|
471
|
+
// Cable aliases
|
|
472
|
+
export { default as CableIcon } from '../icons/cable';
|
|
475
473
|
// Cake aliases
|
|
476
474
|
export { default as CakeIcon } from '../icons/cake';
|
|
477
475
|
// Calculator aliases
|
|
478
476
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
477
|
+
// CakeSlice aliases
|
|
478
|
+
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
479
479
|
// Calendar1 aliases
|
|
480
480
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
481
481
|
// CalendarArrowDown aliases
|
|
@@ -484,74 +484,74 @@ export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
|
484
484
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
485
485
|
// CalendarCheck aliases
|
|
486
486
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
487
|
-
// CalendarClock aliases
|
|
488
|
-
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
489
487
|
// CalendarCheck2 aliases
|
|
490
488
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
489
|
+
// CalendarClock aliases
|
|
490
|
+
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
491
|
+
// CalendarCog aliases
|
|
492
|
+
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
491
493
|
// CalendarDays aliases
|
|
492
494
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
493
495
|
// CalendarFold aliases
|
|
494
496
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
495
497
|
// CalendarHeart aliases
|
|
496
498
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
497
|
-
// CalendarCog aliases
|
|
498
|
-
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
499
|
-
// CalendarMinus2 aliases
|
|
500
|
-
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
501
|
-
// CalendarOff aliases
|
|
502
|
-
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
503
499
|
// CalendarMinus aliases
|
|
504
500
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
501
|
+
// CalendarOff aliases
|
|
502
|
+
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
503
|
+
// CalendarMinus2 aliases
|
|
504
|
+
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
505
505
|
// CalendarPlus2 aliases
|
|
506
506
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
507
|
-
// CalendarSync aliases
|
|
508
|
-
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
509
507
|
// CalendarPlus aliases
|
|
510
508
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
511
509
|
// CalendarRange aliases
|
|
512
510
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
511
|
+
// CalendarSync aliases
|
|
512
|
+
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
513
513
|
// CalendarSearch aliases
|
|
514
514
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
515
515
|
// CalendarX2 aliases
|
|
516
516
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
517
|
-
// Calendar aliases
|
|
518
|
-
export { default as CalendarIcon } from '../icons/calendar';
|
|
519
|
-
// CameraOff aliases
|
|
520
|
-
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
521
|
-
// Calendars aliases
|
|
522
|
-
export { default as CalendarsIcon } from '../icons/calendars';
|
|
523
517
|
// CalendarX aliases
|
|
524
518
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
519
|
+
// Calendars aliases
|
|
520
|
+
export { default as CalendarsIcon } from '../icons/calendars';
|
|
521
|
+
// Calendar aliases
|
|
522
|
+
export { default as CalendarIcon } from '../icons/calendar';
|
|
525
523
|
// Camera aliases
|
|
526
524
|
export { default as CameraIcon } from '../icons/camera';
|
|
527
|
-
// CandyOff aliases
|
|
528
|
-
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
529
525
|
// CandyCane aliases
|
|
530
526
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
527
|
+
// CameraOff aliases
|
|
528
|
+
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
531
529
|
// Candy aliases
|
|
532
530
|
export { default as CandyIcon } from '../icons/candy';
|
|
531
|
+
// CandyOff aliases
|
|
532
|
+
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
533
533
|
// CannabisOff aliases
|
|
534
534
|
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
535
535
|
// Cannabis aliases
|
|
536
536
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
537
|
-
// CarFront aliases
|
|
538
|
-
export { default as CarFrontIcon } from '../icons/car-front';
|
|
539
537
|
// CaptionsOff aliases
|
|
540
538
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
541
|
-
//
|
|
542
|
-
export { default as
|
|
539
|
+
// CarFront aliases
|
|
540
|
+
export { default as CarFrontIcon } from '../icons/car-front';
|
|
543
541
|
// CarTaxiFront aliases
|
|
544
542
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
543
|
+
// Car aliases
|
|
544
|
+
export { default as CarIcon } from '../icons/car';
|
|
545
545
|
// Caravan aliases
|
|
546
546
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
547
547
|
// CardSim aliases
|
|
548
548
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
549
|
-
// Carrot aliases
|
|
550
|
-
export { default as CarrotIcon } from '../icons/carrot';
|
|
551
549
|
// CaseLower aliases
|
|
552
550
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
553
551
|
// CaseSensitive aliases
|
|
554
552
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
553
|
+
// Carrot aliases
|
|
554
|
+
export { default as CarrotIcon } from '../icons/carrot';
|
|
555
555
|
// CaseUpper aliases
|
|
556
556
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
557
557
|
// CassetteTape aliases
|
|
@@ -562,78 +562,78 @@ export { default as CastIcon } from '../icons/cast';
|
|
|
562
562
|
export { default as CastleIcon } from '../icons/castle';
|
|
563
563
|
// Cat aliases
|
|
564
564
|
export { default as CatIcon } from '../icons/cat';
|
|
565
|
-
// CctvOff aliases
|
|
566
|
-
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
567
565
|
// Cctv aliases
|
|
568
566
|
export { default as CctvIcon } from '../icons/cctv';
|
|
567
|
+
// CctvOff aliases
|
|
568
|
+
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
569
569
|
// ChartBarDecreasing aliases
|
|
570
570
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
571
571
|
// ChartBarIncreasing aliases
|
|
572
572
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
573
573
|
// ChartBarStacked aliases
|
|
574
574
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
575
|
-
// ChartColumnStacked aliases
|
|
576
|
-
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
577
575
|
// ChartColumnDecreasing aliases
|
|
578
576
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
579
|
-
// ChartNetwork aliases
|
|
580
|
-
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
581
577
|
// ChartGantt aliases
|
|
582
578
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
579
|
+
// ChartColumnStacked aliases
|
|
580
|
+
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
581
|
+
// ChartNetwork aliases
|
|
582
|
+
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
583
583
|
// ChartNoAxesColumnDecreasing aliases
|
|
584
584
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
585
|
-
// ChartSpline aliases
|
|
586
|
-
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
587
585
|
// ChartNoAxesCombined aliases
|
|
588
586
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
589
|
-
//
|
|
590
|
-
export { default as
|
|
587
|
+
// ChartSpline aliases
|
|
588
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
591
589
|
// CheckCheck aliases
|
|
592
590
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
591
|
+
// CheckLine aliases
|
|
592
|
+
export { default as CheckLineIcon } from '../icons/check-line';
|
|
593
593
|
// Check aliases
|
|
594
594
|
export { default as CheckIcon } from '../icons/check';
|
|
595
595
|
// ChefHat aliases
|
|
596
596
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
597
|
-
// Cherry aliases
|
|
598
|
-
export { default as CherryIcon } from '../icons/cherry';
|
|
599
|
-
// ChessBishop aliases
|
|
600
|
-
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
601
597
|
// ChessKing aliases
|
|
602
598
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
603
599
|
// ChessKnight aliases
|
|
604
600
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
601
|
+
// ChessBishop aliases
|
|
602
|
+
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
603
|
+
// Cherry aliases
|
|
604
|
+
export { default as CherryIcon } from '../icons/cherry';
|
|
605
605
|
// ChessPawn aliases
|
|
606
606
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
607
607
|
// ChessQueen aliases
|
|
608
608
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
609
609
|
// ChevronDown aliases
|
|
610
610
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
611
|
-
// ChevronFirst aliases
|
|
612
|
-
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
613
611
|
// ChessRook aliases
|
|
614
612
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
613
|
+
// ChevronFirst aliases
|
|
614
|
+
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
615
615
|
// ChevronLeft aliases
|
|
616
616
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
617
617
|
// ChevronLast aliases
|
|
618
618
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
619
619
|
// ChevronUp aliases
|
|
620
620
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
621
|
-
// ChevronRight aliases
|
|
622
|
-
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
623
621
|
// ChevronsDownUp aliases
|
|
624
622
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
625
623
|
// ChevronsDown aliases
|
|
626
624
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
625
|
+
// ChevronRight aliases
|
|
626
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
627
|
+
// ChevronsLeftRight aliases
|
|
628
|
+
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
627
629
|
// ChevronsLeftRightEllipsis aliases
|
|
628
630
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
631
|
+
// ChevronsRightLeft aliases
|
|
632
|
+
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
629
633
|
// ChevronsLeft aliases
|
|
630
634
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
631
|
-
// ChevronsLeftRight aliases
|
|
632
|
-
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
633
635
|
// ChevronsRight aliases
|
|
634
636
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
635
|
-
// ChevronsRightLeft aliases
|
|
636
|
-
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
637
637
|
// ChevronsUpDown aliases
|
|
638
638
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
639
639
|
// ChevronsUp aliases
|
|
@@ -644,118 +644,118 @@ export { default as ChurchIcon } from '../icons/church';
|
|
|
644
644
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
645
645
|
// Cigarette aliases
|
|
646
646
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
647
|
+
// CircleDollarSign aliases
|
|
648
|
+
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
647
649
|
// CircleDashed aliases
|
|
648
650
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
649
651
|
// CircleDotDashed aliases
|
|
650
652
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
651
|
-
// CircleDollarSign aliases
|
|
652
|
-
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
653
|
-
// CircleDot aliases
|
|
654
|
-
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
655
653
|
// CircleEllipsis aliases
|
|
656
654
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
655
|
+
// CircleDot aliases
|
|
656
|
+
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
657
657
|
// CircleEqual aliases
|
|
658
658
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
659
659
|
// CircleFadingArrowUp aliases
|
|
660
660
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
661
|
-
// CircleOff aliases
|
|
662
|
-
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
663
661
|
// CircleFadingPlus aliases
|
|
664
662
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
663
|
+
// CircleOff aliases
|
|
664
|
+
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
665
665
|
// CirclePoundSterling aliases
|
|
666
666
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
667
|
-
// CirclePile aliases
|
|
668
|
-
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
669
667
|
// CircleSlash aliases
|
|
670
668
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
669
|
+
// CirclePile aliases
|
|
670
|
+
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
671
671
|
// CircleSmall aliases
|
|
672
672
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
673
|
-
// CircleStar aliases
|
|
674
|
-
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
675
673
|
// Circle aliases
|
|
676
674
|
export { default as CircleIcon } from '../icons/circle';
|
|
675
|
+
// CircuitBoard aliases
|
|
676
|
+
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
677
677
|
// Citrus aliases
|
|
678
678
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
679
|
+
// CircleStar aliases
|
|
680
|
+
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
679
681
|
// Clapperboard aliases
|
|
680
682
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
681
|
-
// CircuitBoard aliases
|
|
682
|
-
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
683
683
|
// ClipboardCheck aliases
|
|
684
684
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
685
685
|
// ClipboardClock aliases
|
|
686
686
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
687
|
-
// ClipboardList aliases
|
|
688
|
-
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
689
687
|
// ClipboardCopy aliases
|
|
690
688
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
689
|
+
// ClipboardList aliases
|
|
690
|
+
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
691
691
|
// ClipboardMinus aliases
|
|
692
692
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
693
693
|
// ClipboardPlus aliases
|
|
694
694
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
695
|
+
// ClipboardType aliases
|
|
696
|
+
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
695
697
|
// ClipboardPaste aliases
|
|
696
698
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
697
699
|
// ClipboardX aliases
|
|
698
700
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
699
|
-
// ClipboardType aliases
|
|
700
|
-
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
701
701
|
// Clipboard aliases
|
|
702
702
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
703
703
|
// Clock1 aliases
|
|
704
704
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
705
|
-
// Clock10 aliases
|
|
706
|
-
export { default as Clock10Icon } from '../icons/clock-10';
|
|
707
705
|
// Clock11 aliases
|
|
708
706
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
707
|
+
// Clock10 aliases
|
|
708
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
709
709
|
// Clock12 aliases
|
|
710
710
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
711
711
|
// Clock2 aliases
|
|
712
712
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
713
713
|
// Clock3 aliases
|
|
714
714
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
715
|
-
// Clock4 aliases
|
|
716
|
-
export { default as Clock4Icon } from '../icons/clock-4';
|
|
717
715
|
// Clock5 aliases
|
|
718
716
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
719
|
-
//
|
|
720
|
-
export { default as
|
|
717
|
+
// Clock4 aliases
|
|
718
|
+
export { default as Clock4Icon } from '../icons/clock-4';
|
|
721
719
|
// Clock7 aliases
|
|
722
720
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
723
|
-
//
|
|
724
|
-
export { default as
|
|
725
|
-
// ClockAlert aliases
|
|
726
|
-
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
727
|
-
// ClockArrowDown aliases
|
|
728
|
-
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
721
|
+
// Clock6 aliases
|
|
722
|
+
export { default as Clock6Icon } from '../icons/clock-6';
|
|
729
723
|
// Clock8 aliases
|
|
730
724
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
725
|
+
// ClockAlert aliases
|
|
726
|
+
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
727
|
+
// Clock9 aliases
|
|
728
|
+
export { default as Clock9Icon } from '../icons/clock-9';
|
|
731
729
|
// ClockArrowLeft aliases
|
|
732
730
|
export { default as ClockArrowLeftIcon } from '../icons/clock-arrow-left';
|
|
731
|
+
// ClockArrowDown aliases
|
|
732
|
+
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
733
|
+
// ClockArrowUp aliases
|
|
734
|
+
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
733
735
|
// ClockArrowRight aliases
|
|
734
736
|
export { default as ClockArrowRightIcon } from '../icons/clock-arrow-right';
|
|
735
737
|
// ClockCheck aliases
|
|
736
738
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
737
|
-
// ClockArrowUp aliases
|
|
738
|
-
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
739
739
|
// ClockFading aliases
|
|
740
740
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
741
741
|
// ClockPlus aliases
|
|
742
742
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
743
743
|
// Clock aliases
|
|
744
744
|
export { default as ClockIcon } from '../icons/clock';
|
|
745
|
-
// CloudAlert aliases
|
|
746
|
-
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
747
745
|
// ClosedCaption aliases
|
|
748
746
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
749
|
-
//
|
|
750
|
-
export { default as
|
|
747
|
+
// CloudAlert aliases
|
|
748
|
+
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
751
749
|
// CloudCheck aliases
|
|
752
750
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
751
|
+
// CloudBackup aliases
|
|
752
|
+
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
753
753
|
// CloudCog aliases
|
|
754
754
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
755
|
-
// CloudFog aliases
|
|
756
|
-
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
757
755
|
// CloudDrizzle aliases
|
|
758
756
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
757
|
+
// CloudFog aliases
|
|
758
|
+
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
759
759
|
// CloudHail aliases
|
|
760
760
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
761
761
|
// CloudLightning aliases
|
|
@@ -764,24 +764,24 @@ export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
|
764
764
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
765
765
|
// CloudMoon aliases
|
|
766
766
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
767
|
-
// CloudOff aliases
|
|
768
|
-
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
769
767
|
// CloudRainWind aliases
|
|
770
768
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
769
|
+
// CloudOff aliases
|
|
770
|
+
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
771
771
|
// CloudRain aliases
|
|
772
772
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
773
773
|
// CloudSnow aliases
|
|
774
774
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
775
|
-
// CloudSunRain aliases
|
|
776
|
-
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
777
775
|
// CloudSun aliases
|
|
778
776
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
777
|
+
// CloudSunRain aliases
|
|
778
|
+
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
779
779
|
// CloudSync aliases
|
|
780
780
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
781
|
-
// Cloudy aliases
|
|
782
|
-
export { default as CloudyIcon } from '../icons/cloudy';
|
|
783
781
|
// Cloud aliases
|
|
784
782
|
export { default as CloudIcon } from '../icons/cloud';
|
|
783
|
+
// Cloudy aliases
|
|
784
|
+
export { default as CloudyIcon } from '../icons/cloudy';
|
|
785
785
|
// Clover aliases
|
|
786
786
|
export { default as CloverIcon } from '../icons/clover';
|
|
787
787
|
// Club aliases
|
|
@@ -798,10 +798,10 @@ export { default as CoinsIcon } from '../icons/coins';
|
|
|
798
798
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
799
799
|
// Combine aliases
|
|
800
800
|
export { default as CombineIcon } from '../icons/combine';
|
|
801
|
-
// Command aliases
|
|
802
|
-
export { default as CommandIcon } from '../icons/command';
|
|
803
801
|
// Compass aliases
|
|
804
802
|
export { default as CompassIcon } from '../icons/compass';
|
|
803
|
+
// Command aliases
|
|
804
|
+
export { default as CommandIcon } from '../icons/command';
|
|
805
805
|
// Component aliases
|
|
806
806
|
export { default as ComponentIcon } from '../icons/component';
|
|
807
807
|
// Computer aliases
|
|
@@ -822,38 +822,38 @@ export { default as ContrastIcon } from '../icons/contrast';
|
|
|
822
822
|
export { default as CookieIcon } from '../icons/cookie';
|
|
823
823
|
// CookingPot aliases
|
|
824
824
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
825
|
-
// CopyCheck aliases
|
|
826
|
-
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
827
825
|
// CopyPlus aliases
|
|
828
826
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
827
|
+
// CopyCheck aliases
|
|
828
|
+
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
829
829
|
// CopyMinus aliases
|
|
830
830
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
831
|
-
// CopyX aliases
|
|
832
|
-
export { default as CopyXIcon } from '../icons/copy-x';
|
|
833
831
|
// CopySlash aliases
|
|
834
832
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
833
|
+
// CopyX aliases
|
|
834
|
+
export { default as CopyXIcon } from '../icons/copy-x';
|
|
835
835
|
// Copy aliases
|
|
836
836
|
export { default as CopyIcon } from '../icons/copy';
|
|
837
837
|
// Copyleft aliases
|
|
838
838
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
839
|
-
// Copyright aliases
|
|
840
|
-
export { default as CopyrightIcon } from '../icons/copyright';
|
|
841
839
|
// CornerDownLeft aliases
|
|
842
840
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
843
841
|
// CornerDownRight aliases
|
|
844
842
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
843
|
+
// Copyright aliases
|
|
844
|
+
export { default as CopyrightIcon } from '../icons/copyright';
|
|
845
845
|
// CornerLeftDown aliases
|
|
846
846
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
847
847
|
// CornerLeftUp aliases
|
|
848
848
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
849
849
|
// CornerRightDown aliases
|
|
850
850
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
851
|
+
// CornerRightUp aliases
|
|
852
|
+
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
851
853
|
// CornerUpLeft aliases
|
|
852
854
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
853
855
|
// CornerUpRight aliases
|
|
854
856
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
855
|
-
// CornerRightUp aliases
|
|
856
|
-
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
857
857
|
// Cpu aliases
|
|
858
858
|
export { default as CpuIcon } from '../icons/cpu';
|
|
859
859
|
// CreativeCommons aliases
|
|
@@ -878,60 +878,60 @@ export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
|
878
878
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
879
879
|
// Cylinder aliases
|
|
880
880
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
881
|
-
// Dam aliases
|
|
882
|
-
export { default as DamIcon } from '../icons/dam';
|
|
883
881
|
// DatabaseArrowDown aliases
|
|
884
882
|
export { default as DatabaseArrowDownIcon } from '../icons/database-arrow-down';
|
|
883
|
+
// Dam aliases
|
|
884
|
+
export { default as DamIcon } from '../icons/dam';
|
|
885
885
|
// DatabaseArrowUp aliases
|
|
886
886
|
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
887
887
|
// DatabaseBackup aliases
|
|
888
888
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
889
|
-
// DatabaseCheck aliases
|
|
890
|
-
export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
891
889
|
// DatabaseMinus aliases
|
|
892
890
|
export { default as DatabaseMinusIcon } from '../icons/database-minus';
|
|
891
|
+
// DatabaseCheck aliases
|
|
892
|
+
export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
893
893
|
// DatabasePlus aliases
|
|
894
894
|
export { default as DatabasePlusIcon } from '../icons/database-plus';
|
|
895
|
-
// DatabaseX aliases
|
|
896
|
-
export { default as DatabaseXIcon } from '../icons/database-x';
|
|
897
895
|
// DatabaseSearch aliases
|
|
898
896
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
897
|
+
// DatabaseX aliases
|
|
898
|
+
export { default as DatabaseXIcon } from '../icons/database-x';
|
|
899
899
|
// DatabaseZap aliases
|
|
900
900
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
901
901
|
// Database aliases
|
|
902
902
|
export { default as DatabaseIcon } from '../icons/database';
|
|
903
|
+
// DecimalsArrowRight aliases
|
|
904
|
+
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
903
905
|
// DecimalsArrowLeft aliases
|
|
904
906
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
905
907
|
// Delete aliases
|
|
906
908
|
export { default as DeleteIcon } from '../icons/delete';
|
|
907
|
-
// DecimalsArrowRight aliases
|
|
908
|
-
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
909
|
-
// Diameter aliases
|
|
910
|
-
export { default as DiameterIcon } from '../icons/diameter';
|
|
911
909
|
// Dessert aliases
|
|
912
910
|
export { default as DessertIcon } from '../icons/dessert';
|
|
913
|
-
// DiamondPlus aliases
|
|
914
|
-
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
915
911
|
// DiamondMinus aliases
|
|
916
912
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
913
|
+
// Diameter aliases
|
|
914
|
+
export { default as DiameterIcon } from '../icons/diameter';
|
|
915
|
+
// DiamondPlus aliases
|
|
916
|
+
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
917
917
|
// Diamond aliases
|
|
918
918
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
919
|
-
// Dice1 aliases
|
|
920
|
-
export { default as Dice1Icon } from '../icons/dice-1';
|
|
921
919
|
// Dice2 aliases
|
|
922
920
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
921
|
+
// Dice1 aliases
|
|
922
|
+
export { default as Dice1Icon } from '../icons/dice-1';
|
|
923
923
|
// Dice3 aliases
|
|
924
924
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
925
925
|
// Dice4 aliases
|
|
926
926
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
927
927
|
// Dice5 aliases
|
|
928
928
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
929
|
-
// Dices aliases
|
|
930
|
-
export { default as DicesIcon } from '../icons/dices';
|
|
931
929
|
// Dice6 aliases
|
|
932
930
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
933
931
|
// Diff aliases
|
|
934
932
|
export { default as DiffIcon } from '../icons/diff';
|
|
933
|
+
// Dices aliases
|
|
934
|
+
export { default as DicesIcon } from '../icons/dices';
|
|
935
935
|
// Disc2 aliases
|
|
936
936
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
937
937
|
// Disc3 aliases
|
|
@@ -948,14 +948,14 @@ export { default as DnaIcon } from '../icons/dna';
|
|
|
948
948
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
949
949
|
// Dock aliases
|
|
950
950
|
export { default as DockIcon } from '../icons/dock';
|
|
951
|
-
// Dog aliases
|
|
952
|
-
export { default as DogIcon } from '../icons/dog';
|
|
953
951
|
// DollarSign aliases
|
|
954
952
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
955
|
-
//
|
|
956
|
-
export { default as
|
|
953
|
+
// Dog aliases
|
|
954
|
+
export { default as DogIcon } from '../icons/dog';
|
|
957
955
|
// DoorClosedLocked aliases
|
|
958
956
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
957
|
+
// Donut aliases
|
|
958
|
+
export { default as DonutIcon } from '../icons/donut';
|
|
959
959
|
// DoorClosed aliases
|
|
960
960
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
961
961
|
// DoorOpen aliases
|
|
@@ -972,22 +972,22 @@ export { default as DramaIcon } from '../icons/drama';
|
|
|
972
972
|
export { default as DrillIcon } from '../icons/drill';
|
|
973
973
|
// Drone aliases
|
|
974
974
|
export { default as DroneIcon } from '../icons/drone';
|
|
975
|
-
// Droplet aliases
|
|
976
|
-
export { default as DropletIcon } from '../icons/droplet';
|
|
977
|
-
// DropletOff aliases
|
|
978
|
-
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
979
975
|
// Droplets aliases
|
|
980
976
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
977
|
+
// DropletOff aliases
|
|
978
|
+
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
979
|
+
// Droplet aliases
|
|
980
|
+
export { default as DropletIcon } from '../icons/droplet';
|
|
981
981
|
// Drum aliases
|
|
982
982
|
export { default as DrumIcon } from '../icons/drum';
|
|
983
983
|
// Drumstick aliases
|
|
984
984
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
985
|
-
// Ear aliases
|
|
986
|
-
export { default as EarIcon } from '../icons/ear';
|
|
987
985
|
// Dumbbell aliases
|
|
988
986
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
989
987
|
// EarOff aliases
|
|
990
988
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
989
|
+
// Ear aliases
|
|
990
|
+
export { default as EarIcon } from '../icons/ear';
|
|
991
991
|
// EarthLock aliases
|
|
992
992
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
993
993
|
// Eclipse aliases
|
|
@@ -1000,22 +1000,22 @@ export { default as EggOffIcon } from '../icons/egg-off';
|
|
|
1000
1000
|
export { default as EggIcon } from '../icons/egg';
|
|
1001
1001
|
// Ellipse aliases
|
|
1002
1002
|
export { default as EllipseIcon } from '../icons/ellipse';
|
|
1003
|
-
// EqualNot aliases
|
|
1004
|
-
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
1005
1003
|
// EqualApproximately aliases
|
|
1006
1004
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
1007
1005
|
// Equal aliases
|
|
1008
1006
|
export { default as EqualIcon } from '../icons/equal';
|
|
1007
|
+
// EqualNot aliases
|
|
1008
|
+
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
1009
1009
|
// Eraser aliases
|
|
1010
1010
|
export { default as EraserIcon } from '../icons/eraser';
|
|
1011
1011
|
// EthernetPort aliases
|
|
1012
1012
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
1013
1013
|
// Euro aliases
|
|
1014
1014
|
export { default as EuroIcon } from '../icons/euro';
|
|
1015
|
-
// Expand aliases
|
|
1016
|
-
export { default as ExpandIcon } from '../icons/expand';
|
|
1017
1015
|
// EvCharger aliases
|
|
1018
1016
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
1017
|
+
// Expand aliases
|
|
1018
|
+
export { default as ExpandIcon } from '../icons/expand';
|
|
1019
1019
|
// ExternalLink aliases
|
|
1020
1020
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
1021
1021
|
// EyeClosed aliases
|
|
@@ -1024,16 +1024,14 @@ export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
|
1024
1024
|
export { default as EyeDashedIcon } from '../icons/eye-dashed';
|
|
1025
1025
|
// EyeOff aliases
|
|
1026
1026
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
1027
|
-
// Factory aliases
|
|
1028
|
-
export { default as FactoryIcon } from '../icons/factory';
|
|
1029
|
-
// Fan aliases
|
|
1030
|
-
export { default as FanIcon } from '../icons/fan';
|
|
1031
1027
|
// Eye aliases
|
|
1032
1028
|
export { default as EyeIcon } from '../icons/eye';
|
|
1033
|
-
//
|
|
1034
|
-
export { default as
|
|
1029
|
+
// Factory aliases
|
|
1030
|
+
export { default as FactoryIcon } from '../icons/factory';
|
|
1035
1031
|
// FastForward aliases
|
|
1036
1032
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1033
|
+
// Fan aliases
|
|
1034
|
+
export { default as FanIcon } from '../icons/fan';
|
|
1037
1035
|
// Fence aliases
|
|
1038
1036
|
export { default as FenceIcon } from '../icons/fence';
|
|
1039
1037
|
// FileArchive aliases
|
|
@@ -1044,30 +1042,32 @@ export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
|
1044
1042
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1045
1043
|
// FileCheck aliases
|
|
1046
1044
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1047
|
-
//
|
|
1048
|
-
export { default as
|
|
1045
|
+
// Feather aliases
|
|
1046
|
+
export { default as FeatherIcon } from '../icons/feather';
|
|
1049
1047
|
// FileClock aliases
|
|
1050
1048
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1049
|
+
// FileCode aliases
|
|
1050
|
+
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1051
1051
|
// FileDiff aliases
|
|
1052
1052
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1053
1053
|
// FileDigit aliases
|
|
1054
1054
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1055
|
-
// FileDown aliases
|
|
1056
|
-
export { default as FileDownIcon } from '../icons/file-down';
|
|
1057
1055
|
// FileHeart aliases
|
|
1058
1056
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1059
1057
|
// FileImage aliases
|
|
1060
1058
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1059
|
+
// FileDown aliases
|
|
1060
|
+
export { default as FileDownIcon } from '../icons/file-down';
|
|
1061
1061
|
// FileInput aliases
|
|
1062
1062
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1063
1063
|
// FileMinus aliases
|
|
1064
1064
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1065
|
-
// FileMusic aliases
|
|
1066
|
-
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1067
1065
|
// FileOutput aliases
|
|
1068
1066
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1069
1067
|
// FilePlus aliases
|
|
1070
1068
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1069
|
+
// FileMusic aliases
|
|
1070
|
+
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1071
1071
|
// FileScan aliases
|
|
1072
1072
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1073
1073
|
// FileSearch aliases
|
|
@@ -1078,20 +1078,20 @@ export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
|
1078
1078
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1079
1079
|
// FileStack aliases
|
|
1080
1080
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1081
|
-
// FileSymlink aliases
|
|
1082
|
-
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1083
1081
|
// FileTerminal aliases
|
|
1084
1082
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1083
|
+
// FileSymlink aliases
|
|
1084
|
+
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1085
1085
|
// FileText aliases
|
|
1086
1086
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1087
|
-
// FileType aliases
|
|
1088
|
-
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1089
1087
|
// FileUp aliases
|
|
1090
1088
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1091
|
-
//
|
|
1092
|
-
export { default as
|
|
1089
|
+
// FileType aliases
|
|
1090
|
+
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1093
1091
|
// FileVolume aliases
|
|
1094
1092
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1093
|
+
// FileUser aliases
|
|
1094
|
+
export { default as FileUserIcon } from '../icons/file-user';
|
|
1095
1095
|
// FileX aliases
|
|
1096
1096
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1097
1097
|
// File aliases
|
|
@@ -1100,28 +1100,28 @@ export { default as FileIcon } from '../icons/file';
|
|
|
1100
1100
|
export { default as FilesIcon } from '../icons/files';
|
|
1101
1101
|
// Film aliases
|
|
1102
1102
|
export { default as FilmIcon } from '../icons/film';
|
|
1103
|
+
// FishSymbol aliases
|
|
1104
|
+
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1103
1105
|
// FireExtinguisher aliases
|
|
1104
1106
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1105
1107
|
// FishOff aliases
|
|
1106
1108
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1107
|
-
// FishSymbol aliases
|
|
1108
|
-
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1109
1109
|
// Fish aliases
|
|
1110
1110
|
export { default as FishIcon } from '../icons/fish';
|
|
1111
|
-
// FishingHook aliases
|
|
1112
|
-
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1113
1111
|
// FishingRod aliases
|
|
1114
1112
|
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1113
|
+
// FishingHook aliases
|
|
1114
|
+
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1115
1115
|
// FlagOff aliases
|
|
1116
1116
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1117
|
-
// FlagTriangleLeft aliases
|
|
1118
|
-
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1119
1117
|
// FlagTriangleRight aliases
|
|
1120
1118
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1121
|
-
//
|
|
1122
|
-
export { default as
|
|
1119
|
+
// FlagTriangleLeft aliases
|
|
1120
|
+
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1123
1121
|
// FlameKindling aliases
|
|
1124
1122
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1123
|
+
// Flag aliases
|
|
1124
|
+
export { default as FlagIcon } from '../icons/flag';
|
|
1125
1125
|
// Flame aliases
|
|
1126
1126
|
export { default as FlameIcon } from '../icons/flame';
|
|
1127
1127
|
// FlashlightOff aliases
|
|
@@ -1132,10 +1132,10 @@ export { default as FlashlightIcon } from '../icons/flashlight';
|
|
|
1132
1132
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1133
1133
|
// FlaskConical aliases
|
|
1134
1134
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1135
|
-
// FlaskRound aliases
|
|
1136
|
-
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1137
1135
|
// FlipHorizontal2 aliases
|
|
1138
1136
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1137
|
+
// FlaskRound aliases
|
|
1138
|
+
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1139
1139
|
// FlipVertical2 aliases
|
|
1140
1140
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1141
1141
|
// Flower2 aliases
|
|
@@ -1152,12 +1152,12 @@ export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
|
1152
1152
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1153
1153
|
// FolderBookmark aliases
|
|
1154
1154
|
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1155
|
-
// FolderCheck aliases
|
|
1156
|
-
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1157
1155
|
// FolderClock aliases
|
|
1158
1156
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1159
1157
|
// FolderClosed aliases
|
|
1160
1158
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1159
|
+
// FolderCheck aliases
|
|
1160
|
+
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1161
1161
|
// FolderCode aliases
|
|
1162
1162
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1163
1163
|
// FolderDot aliases
|
|
@@ -1166,112 +1166,112 @@ export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
|
1166
1166
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1167
1167
|
// FolderGit2 aliases
|
|
1168
1168
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1169
|
-
// FolderGit aliases
|
|
1170
|
-
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1171
1169
|
// FolderInput aliases
|
|
1172
1170
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1171
|
+
// FolderGit aliases
|
|
1172
|
+
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1173
1173
|
// FolderHeart aliases
|
|
1174
1174
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1175
1175
|
// FolderKanban aliases
|
|
1176
1176
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1177
|
+
// FolderKey aliases
|
|
1178
|
+
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1177
1179
|
// FolderLock aliases
|
|
1178
1180
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1179
1181
|
// FolderMinus aliases
|
|
1180
1182
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1181
|
-
// FolderKey aliases
|
|
1182
|
-
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1183
|
-
// FolderOpenDot aliases
|
|
1184
|
-
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1185
1183
|
// FolderOpen aliases
|
|
1186
1184
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1187
|
-
//
|
|
1188
|
-
export { default as
|
|
1185
|
+
// FolderOpenDot aliases
|
|
1186
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1189
1187
|
// FolderPlus aliases
|
|
1190
1188
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1191
|
-
//
|
|
1192
|
-
export { default as
|
|
1189
|
+
// FolderOutput aliases
|
|
1190
|
+
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1193
1191
|
// FolderSearch2 aliases
|
|
1194
1192
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1195
|
-
//
|
|
1196
|
-
export { default as
|
|
1193
|
+
// FolderRoot aliases
|
|
1194
|
+
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1197
1195
|
// FolderSearch aliases
|
|
1198
1196
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1199
1197
|
// FolderSync aliases
|
|
1200
1198
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1199
|
+
// FolderSymlink aliases
|
|
1200
|
+
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1201
1201
|
// FolderTree aliases
|
|
1202
1202
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1203
|
-
// FolderX aliases
|
|
1204
|
-
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1205
1203
|
// FolderUp aliases
|
|
1206
1204
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1207
1205
|
// Folder aliases
|
|
1208
1206
|
export { default as FolderIcon } from '../icons/folder';
|
|
1207
|
+
// FolderX aliases
|
|
1208
|
+
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1209
1209
|
// Folders aliases
|
|
1210
1210
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1211
|
-
// Forklift aliases
|
|
1212
|
-
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1213
1211
|
// Footprints aliases
|
|
1214
1212
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1215
1213
|
// Form aliases
|
|
1216
1214
|
export { default as FormIcon } from '../icons/form';
|
|
1217
|
-
// Forward aliases
|
|
1218
|
-
export { default as ForwardIcon } from '../icons/forward';
|
|
1219
1215
|
// Frame aliases
|
|
1220
1216
|
export { default as FrameIcon } from '../icons/frame';
|
|
1217
|
+
// Forklift aliases
|
|
1218
|
+
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1219
|
+
// Forward aliases
|
|
1220
|
+
export { default as ForwardIcon } from '../icons/forward';
|
|
1221
1221
|
// Frown aliases
|
|
1222
1222
|
export { default as FrownIcon } from '../icons/frown';
|
|
1223
|
-
// Fuel aliases
|
|
1224
|
-
export { default as FuelIcon } from '../icons/fuel';
|
|
1225
1223
|
// Fullscreen aliases
|
|
1226
1224
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1225
|
+
// Fuel aliases
|
|
1226
|
+
export { default as FuelIcon } from '../icons/fuel';
|
|
1227
1227
|
// FunnelPlus aliases
|
|
1228
1228
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1229
|
-
// GalleryHorizontalEnd aliases
|
|
1230
|
-
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1231
1229
|
// GalleryHorizontal aliases
|
|
1232
1230
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1231
|
+
// GalleryHorizontalEnd aliases
|
|
1232
|
+
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1233
1233
|
// GalleryThumbnails aliases
|
|
1234
1234
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1235
|
-
// GalleryVerticalEnd aliases
|
|
1236
|
-
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1237
|
-
// Gamepad2 aliases
|
|
1238
|
-
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1239
1235
|
// GalleryVertical aliases
|
|
1240
1236
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1237
|
+
// Gamepad2 aliases
|
|
1238
|
+
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1241
1239
|
// GamepadDirectional aliases
|
|
1242
1240
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1243
1241
|
// Gamepad aliases
|
|
1244
1242
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1243
|
+
// GalleryVerticalEnd aliases
|
|
1244
|
+
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1245
1245
|
// Gauge aliases
|
|
1246
1246
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1247
|
+
// Gem aliases
|
|
1248
|
+
export { default as GemIcon } from '../icons/gem';
|
|
1247
1249
|
// Gavel aliases
|
|
1248
1250
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1249
|
-
// GeorgianLari aliases
|
|
1250
|
-
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1251
1251
|
// Ghost aliases
|
|
1252
1252
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1253
|
-
// Gem aliases
|
|
1254
|
-
export { default as GemIcon } from '../icons/gem';
|
|
1255
1253
|
// Gift aliases
|
|
1256
1254
|
export { default as GiftIcon } from '../icons/gift';
|
|
1255
|
+
// GeorgianLari aliases
|
|
1256
|
+
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1257
1257
|
// GitBranchMinus aliases
|
|
1258
1258
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1259
1259
|
// GitBranchPlus aliases
|
|
1260
1260
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1261
|
-
// GitBranch aliases
|
|
1262
|
-
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1263
1261
|
// GitCommitVertical aliases
|
|
1264
1262
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1263
|
+
// GitBranch aliases
|
|
1264
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1265
1265
|
// GitCompareArrows aliases
|
|
1266
1266
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1267
1267
|
// GitCompare aliases
|
|
1268
1268
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1269
|
+
// GitFork aliases
|
|
1270
|
+
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1269
1271
|
// GitGraph aliases
|
|
1270
1272
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1271
1273
|
// GitMergeConflict aliases
|
|
1272
1274
|
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1273
|
-
// GitFork aliases
|
|
1274
|
-
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1275
1275
|
// GitMerge aliases
|
|
1276
1276
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1277
1277
|
// GitPullRequestArrow aliases
|
|
@@ -1292,20 +1292,20 @@ export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
|
1292
1292
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1293
1293
|
// GlobeCheck aliases
|
|
1294
1294
|
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1295
|
-
// GlobeLock aliases
|
|
1296
|
-
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1297
1295
|
// GlobeOff aliases
|
|
1298
1296
|
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1299
|
-
//
|
|
1300
|
-
export { default as
|
|
1297
|
+
// GlobeLock aliases
|
|
1298
|
+
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1301
1299
|
// GlobeX aliases
|
|
1302
1300
|
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1303
|
-
//
|
|
1304
|
-
export { default as
|
|
1301
|
+
// Globe aliases
|
|
1302
|
+
export { default as GlobeIcon } from '../icons/globe';
|
|
1305
1303
|
// Gpu aliases
|
|
1306
1304
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1307
1305
|
// GraduationCap aliases
|
|
1308
1306
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1307
|
+
// Goal aliases
|
|
1308
|
+
export { default as GoalIcon } from '../icons/goal';
|
|
1309
1309
|
// Grape aliases
|
|
1310
1310
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1311
1311
|
// Grid3x2 aliases
|
|
@@ -1324,34 +1324,34 @@ export { default as GuitarIcon } from '../icons/guitar';
|
|
|
1324
1324
|
export { default as HamIcon } from '../icons/ham';
|
|
1325
1325
|
// Hamburger aliases
|
|
1326
1326
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1327
|
-
// Hammer aliases
|
|
1328
|
-
export { default as HammerIcon } from '../icons/hammer';
|
|
1329
1327
|
// HandCoins aliases
|
|
1330
1328
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1331
|
-
//
|
|
1332
|
-
export { default as
|
|
1329
|
+
// Hammer aliases
|
|
1330
|
+
export { default as HammerIcon } from '../icons/hammer';
|
|
1333
1331
|
// HandFist aliases
|
|
1334
1332
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1335
1333
|
// HandHeart aliases
|
|
1336
1334
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1337
1335
|
// HandPlatter aliases
|
|
1338
1336
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1339
|
-
//
|
|
1340
|
-
export { default as
|
|
1337
|
+
// HandMetal aliases
|
|
1338
|
+
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1341
1339
|
// Handbag aliases
|
|
1342
1340
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1341
|
+
// Hand aliases
|
|
1342
|
+
export { default as HandIcon } from '../icons/hand';
|
|
1343
1343
|
// Handshake aliases
|
|
1344
1344
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1345
1345
|
// HardDriveDownload aliases
|
|
1346
1346
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1347
|
-
// HardDriveUpload aliases
|
|
1348
|
-
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1349
1347
|
// HardDrive aliases
|
|
1350
1348
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1351
|
-
//
|
|
1352
|
-
export { default as
|
|
1349
|
+
// HardDriveUpload aliases
|
|
1350
|
+
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1353
1351
|
// HardHat aliases
|
|
1354
1352
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1353
|
+
// Hash aliases
|
|
1354
|
+
export { default as HashIcon } from '../icons/hash';
|
|
1355
1355
|
// HatGlasses aliases
|
|
1356
1356
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1357
1357
|
// Haze aliases
|
|
@@ -1360,28 +1360,28 @@ export { default as HazeIcon } from '../icons/haze';
|
|
|
1360
1360
|
export { default as HdIcon } from '../icons/hd';
|
|
1361
1361
|
// HdmiPort aliases
|
|
1362
1362
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1363
|
-
// Heading1 aliases
|
|
1364
|
-
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1365
1363
|
// Heading2 aliases
|
|
1366
1364
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1367
1365
|
// Heading3 aliases
|
|
1368
1366
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1367
|
+
// Heading1 aliases
|
|
1368
|
+
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1369
1369
|
// Heading4 aliases
|
|
1370
1370
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1371
1371
|
// Heading5 aliases
|
|
1372
1372
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1373
|
-
// Heading6 aliases
|
|
1374
|
-
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1375
1373
|
// Heading aliases
|
|
1376
1374
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1375
|
+
// Heading6 aliases
|
|
1376
|
+
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1377
1377
|
// HeadphoneOff aliases
|
|
1378
1378
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1379
1379
|
// Headset aliases
|
|
1380
1380
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1381
|
-
// Headphones aliases
|
|
1382
|
-
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1383
1381
|
// HeartCrack aliases
|
|
1384
1382
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1383
|
+
// Headphones aliases
|
|
1384
|
+
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1385
1385
|
// HeartHandshake aliases
|
|
1386
1386
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1387
1387
|
// HeartOff aliases
|
|
@@ -1398,18 +1398,18 @@ export { default as HeartXIcon } from '../icons/heart-x';
|
|
|
1398
1398
|
export { default as HeartIcon } from '../icons/heart';
|
|
1399
1399
|
// Heater aliases
|
|
1400
1400
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1401
|
-
// Helicopter aliases
|
|
1402
|
-
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1403
1401
|
// Hexagon aliases
|
|
1404
1402
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1403
|
+
// Helicopter aliases
|
|
1404
|
+
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1405
1405
|
// Highlighter aliases
|
|
1406
1406
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1407
1407
|
// History aliases
|
|
1408
1408
|
export { default as HistoryIcon } from '../icons/history';
|
|
1409
|
-
// HopOff aliases
|
|
1410
|
-
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1411
1409
|
// Hop aliases
|
|
1412
1410
|
export { default as HopIcon } from '../icons/hop';
|
|
1411
|
+
// HopOff aliases
|
|
1412
|
+
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1413
1413
|
// Hospital aliases
|
|
1414
1414
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1415
1415
|
// Hourglass aliases
|
|
@@ -1422,88 +1422,88 @@ export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
|
1422
1422
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1423
1423
|
// HousePlus aliases
|
|
1424
1424
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1425
|
-
// HouseWifi aliases
|
|
1426
|
-
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1427
1425
|
// IdCardLanyard aliases
|
|
1428
1426
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1429
|
-
//
|
|
1430
|
-
export { default as
|
|
1427
|
+
// HouseWifi aliases
|
|
1428
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1431
1429
|
// ImageDown aliases
|
|
1432
1430
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1431
|
+
// IdCard aliases
|
|
1432
|
+
export { default as IdCardIcon } from '../icons/id-card';
|
|
1433
1433
|
// ImageMinus aliases
|
|
1434
1434
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1435
1435
|
// ImageOff aliases
|
|
1436
1436
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1437
|
-
// ImagePlus aliases
|
|
1438
|
-
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1439
1437
|
// ImagePlay aliases
|
|
1440
1438
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1439
|
+
// ImagePlus aliases
|
|
1440
|
+
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1441
|
+
// ImageUpscale aliases
|
|
1442
|
+
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1441
1443
|
// ImageUp aliases
|
|
1442
1444
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1443
1445
|
// Image aliases
|
|
1444
1446
|
export { default as ImageIcon } from '../icons/image';
|
|
1445
|
-
// ImageUpscale aliases
|
|
1446
|
-
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1447
1447
|
// Images aliases
|
|
1448
1448
|
export { default as ImagesIcon } from '../icons/images';
|
|
1449
1449
|
// Import aliases
|
|
1450
1450
|
export { default as ImportIcon } from '../icons/import';
|
|
1451
|
-
// Inbox aliases
|
|
1452
|
-
export { default as InboxIcon } from '../icons/inbox';
|
|
1453
1451
|
// IndianRupee aliases
|
|
1454
1452
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1455
|
-
//
|
|
1456
|
-
export { default as
|
|
1453
|
+
// Inbox aliases
|
|
1454
|
+
export { default as InboxIcon } from '../icons/inbox';
|
|
1457
1455
|
// Info aliases
|
|
1458
1456
|
export { default as InfoIcon } from '../icons/info';
|
|
1457
|
+
// Infinity aliases
|
|
1458
|
+
export { default as InfinityIcon } from '../icons/infinity';
|
|
1459
1459
|
// InspectionPanel aliases
|
|
1460
1460
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1461
|
-
// IterationCcw aliases
|
|
1462
|
-
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1463
1461
|
// Italic aliases
|
|
1464
1462
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1465
1463
|
// IterationCw aliases
|
|
1466
1464
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1465
|
+
// IterationCcw aliases
|
|
1466
|
+
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1467
1467
|
// JapaneseYen aliases
|
|
1468
1468
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1469
|
-
// Joystick aliases
|
|
1470
|
-
export { default as JoystickIcon } from '../icons/joystick';
|
|
1471
|
-
// Kanban aliases
|
|
1472
|
-
export { default as KanbanIcon } from '../icons/kanban';
|
|
1473
1469
|
// Kayak aliases
|
|
1474
1470
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1475
|
-
//
|
|
1476
|
-
export { default as
|
|
1471
|
+
// Kanban aliases
|
|
1472
|
+
export { default as KanbanIcon } from '../icons/kanban';
|
|
1473
|
+
// Joystick aliases
|
|
1474
|
+
export { default as JoystickIcon } from '../icons/joystick';
|
|
1477
1475
|
// KeySquare aliases
|
|
1478
1476
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1479
|
-
//
|
|
1480
|
-
export { default as
|
|
1481
|
-
// KeyboardOff aliases
|
|
1482
|
-
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1477
|
+
// KeyRound aliases
|
|
1478
|
+
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1483
1479
|
// KeyboardMusic aliases
|
|
1484
1480
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1481
|
+
// Key aliases
|
|
1482
|
+
export { default as KeyIcon } from '../icons/key';
|
|
1485
1483
|
// Keyboard aliases
|
|
1486
1484
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1487
1485
|
// LampCeiling aliases
|
|
1488
1486
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1487
|
+
// KeyboardOff aliases
|
|
1488
|
+
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1489
1489
|
// LampDesk aliases
|
|
1490
1490
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1491
|
-
// LampFloor aliases
|
|
1492
|
-
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1493
1491
|
// LampWallDown aliases
|
|
1494
1492
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1495
|
-
//
|
|
1496
|
-
export { default as
|
|
1493
|
+
// LampFloor aliases
|
|
1494
|
+
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1497
1495
|
// Lamp aliases
|
|
1498
1496
|
export { default as LampIcon } from '../icons/lamp';
|
|
1499
|
-
//
|
|
1500
|
-
export { default as
|
|
1497
|
+
// LampWallUp aliases
|
|
1498
|
+
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1501
1499
|
// Languages aliases
|
|
1502
1500
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1503
|
-
//
|
|
1504
|
-
export { default as
|
|
1501
|
+
// LandPlot aliases
|
|
1502
|
+
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1505
1503
|
// LaptopMinimalCheck aliases
|
|
1506
1504
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1505
|
+
// Landmark aliases
|
|
1506
|
+
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1507
1507
|
// Laptop aliases
|
|
1508
1508
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1509
1509
|
// LassoSelect aliases
|
|
@@ -1512,56 +1512,56 @@ export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
|
1512
1512
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1513
1513
|
// Laugh aliases
|
|
1514
1514
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1515
|
-
// LayersMinus aliases
|
|
1516
|
-
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1517
1515
|
// Layers2 aliases
|
|
1518
1516
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1519
|
-
// LayersPlus aliases
|
|
1520
|
-
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1521
1517
|
// LayoutDashboard aliases
|
|
1522
1518
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1523
|
-
//
|
|
1524
|
-
export { default as
|
|
1519
|
+
// LayersMinus aliases
|
|
1520
|
+
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1521
|
+
// LayersPlus aliases
|
|
1522
|
+
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1525
1523
|
// LayoutList aliases
|
|
1526
1524
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1525
|
+
// LayoutGrid aliases
|
|
1526
|
+
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1527
1527
|
// LayoutPanelLeft aliases
|
|
1528
1528
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1529
|
-
// LayoutPanelTop aliases
|
|
1530
|
-
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1531
1529
|
// LayoutTemplate aliases
|
|
1532
1530
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1531
|
+
// LayoutPanelTop aliases
|
|
1532
|
+
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1533
1533
|
// LeafyGreen aliases
|
|
1534
1534
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1535
1535
|
// Leaf aliases
|
|
1536
1536
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1537
1537
|
// Lectern aliases
|
|
1538
1538
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1539
|
-
// LensConcave aliases
|
|
1540
|
-
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1541
1539
|
// LensConvex aliases
|
|
1542
1540
|
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1541
|
+
// LensConcave aliases
|
|
1542
|
+
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1543
1543
|
// LibraryBig aliases
|
|
1544
1544
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1545
|
-
// LifeBuoy aliases
|
|
1546
|
-
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1547
1545
|
// Library aliases
|
|
1548
1546
|
export { default as LibraryIcon } from '../icons/library';
|
|
1547
|
+
// LifeBuoy aliases
|
|
1548
|
+
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1549
1549
|
// Ligature aliases
|
|
1550
1550
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1551
1551
|
// LightbulbOff aliases
|
|
1552
1552
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1553
1553
|
// Lightbulb aliases
|
|
1554
1554
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1555
|
-
// LineDotRightHorizontal aliases
|
|
1556
|
-
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1557
1555
|
// LineSquiggle aliases
|
|
1558
1556
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1557
|
+
// LineDotRightHorizontal aliases
|
|
1558
|
+
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1559
1559
|
// LineStyle aliases
|
|
1560
1560
|
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1561
|
-
// Link2Off aliases
|
|
1562
|
-
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1563
1561
|
// Link2 aliases
|
|
1564
1562
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1563
|
+
// Link2Off aliases
|
|
1564
|
+
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1565
1565
|
// Link aliases
|
|
1566
1566
|
export { default as LinkIcon } from '../icons/link';
|
|
1567
1567
|
// ListCheck aliases
|
|
@@ -1570,10 +1570,10 @@ export { default as ListCheckIcon } from '../icons/list-check';
|
|
|
1570
1570
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1571
1571
|
// ListChevronsDownUp aliases
|
|
1572
1572
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1573
|
-
// ListChevronsUpDown aliases
|
|
1574
|
-
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1575
1573
|
// ListCollapse aliases
|
|
1576
1574
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1575
|
+
// ListChevronsUpDown aliases
|
|
1576
|
+
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1577
1577
|
// ListEnd aliases
|
|
1578
1578
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1579
1579
|
// ListFilterPlus aliases
|
|
@@ -1588,22 +1588,22 @@ export { default as ListMusicIcon } from '../icons/list-music';
|
|
|
1588
1588
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1589
1589
|
// ListPlus aliases
|
|
1590
1590
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1591
|
+
// ListRestart aliases
|
|
1592
|
+
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1591
1593
|
// ListSortAscending aliases
|
|
1592
1594
|
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1593
|
-
// ListSortDescending aliases
|
|
1594
|
-
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1595
1595
|
// ListStart aliases
|
|
1596
1596
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1597
|
-
//
|
|
1598
|
-
export { default as
|
|
1599
|
-
// ListTodo aliases
|
|
1600
|
-
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1597
|
+
// ListSortDescending aliases
|
|
1598
|
+
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1601
1599
|
// ListTree aliases
|
|
1602
1600
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1603
|
-
//
|
|
1604
|
-
export { default as
|
|
1601
|
+
// ListTodo aliases
|
|
1602
|
+
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1605
1603
|
// ListVideo aliases
|
|
1606
1604
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1605
|
+
// ListX aliases
|
|
1606
|
+
export { default as ListXIcon } from '../icons/list-x';
|
|
1607
1607
|
// List aliases
|
|
1608
1608
|
export { default as ListIcon } from '../icons/list';
|
|
1609
1609
|
// LoaderPinwheel aliases
|
|
@@ -1624,18 +1624,18 @@ export { default as LogInIcon } from '../icons/log-in';
|
|
|
1624
1624
|
export { default as LockIcon } from '../icons/lock';
|
|
1625
1625
|
// LogOut aliases
|
|
1626
1626
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1627
|
-
// Logs aliases
|
|
1628
|
-
export { default as LogsIcon } from '../icons/logs';
|
|
1629
|
-
// Luggage aliases
|
|
1630
|
-
export { default as LuggageIcon } from '../icons/luggage';
|
|
1631
1627
|
// Lollipop aliases
|
|
1632
1628
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1629
|
+
// Luggage aliases
|
|
1630
|
+
export { default as LuggageIcon } from '../icons/luggage';
|
|
1631
|
+
// Logs aliases
|
|
1632
|
+
export { default as LogsIcon } from '../icons/logs';
|
|
1633
|
+
// Magnet aliases
|
|
1634
|
+
export { default as MagnetIcon } from '../icons/magnet';
|
|
1633
1635
|
// MailCheck aliases
|
|
1634
1636
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1635
1637
|
// MailMinus aliases
|
|
1636
1638
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1637
|
-
// Magnet aliases
|
|
1638
|
-
export { default as MagnetIcon } from '../icons/magnet';
|
|
1639
1639
|
// MailOpen aliases
|
|
1640
1640
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1641
1641
|
// MailPlus aliases
|
|
@@ -1660,14 +1660,14 @@ export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside'
|
|
|
1660
1660
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1661
1661
|
// MapPinCheck aliases
|
|
1662
1662
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1663
|
-
// MapPinMinusInside aliases
|
|
1664
|
-
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1665
1663
|
// MapPinMinus aliases
|
|
1666
1664
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1667
|
-
//
|
|
1668
|
-
export { default as
|
|
1665
|
+
// MapPinMinusInside aliases
|
|
1666
|
+
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1669
1667
|
// MapPinOff aliases
|
|
1670
1668
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1669
|
+
// MapPinPlusInside aliases
|
|
1670
|
+
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1671
1671
|
// MapPinPlus aliases
|
|
1672
1672
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1673
1673
|
// MapPinXInside aliases
|
|
@@ -1676,22 +1676,22 @@ export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
|
1676
1676
|
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1677
1677
|
// MapPinX aliases
|
|
1678
1678
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1679
|
+
// MapPinned aliases
|
|
1680
|
+
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1679
1681
|
// MapPin aliases
|
|
1680
1682
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1681
1683
|
// MapPlus aliases
|
|
1682
1684
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1683
|
-
// MapPinned aliases
|
|
1684
|
-
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1685
1685
|
// Map aliases
|
|
1686
1686
|
export { default as MapIcon } from '../icons/map';
|
|
1687
1687
|
// MarsStroke aliases
|
|
1688
1688
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1689
1689
|
// Mars aliases
|
|
1690
1690
|
export { default as MarsIcon } from '../icons/mars';
|
|
1691
|
-
// Martini aliases
|
|
1692
|
-
export { default as MartiniIcon } from '../icons/martini';
|
|
1693
1691
|
// Maximize2 aliases
|
|
1694
1692
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1693
|
+
// Martini aliases
|
|
1694
|
+
export { default as MartiniIcon } from '../icons/martini';
|
|
1695
1695
|
// Maximize aliases
|
|
1696
1696
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1697
1697
|
// Medal aliases
|
|
@@ -1708,14 +1708,14 @@ export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
|
1708
1708
|
export { default as MenuIcon } from '../icons/menu';
|
|
1709
1709
|
// Merge aliases
|
|
1710
1710
|
export { default as MergeIcon } from '../icons/merge';
|
|
1711
|
-
// MessageCircleCode aliases
|
|
1712
|
-
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1713
1711
|
// MessageCircleCheck aliases
|
|
1714
1712
|
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1715
|
-
//
|
|
1716
|
-
export { default as
|
|
1713
|
+
// MessageCircleCode aliases
|
|
1714
|
+
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1717
1715
|
// MessageCircleDashed aliases
|
|
1718
1716
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1717
|
+
// MessageCircleHeart aliases
|
|
1718
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1719
1719
|
// MessageCircleMore aliases
|
|
1720
1720
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1721
1721
|
// MessageCircleOff aliases
|
|
@@ -1724,22 +1724,22 @@ export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
|
1724
1724
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1725
1725
|
// MessageCircleWarning aliases
|
|
1726
1726
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1727
|
-
// MessageCircleX aliases
|
|
1728
|
-
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1729
1727
|
// MessageCircleReply aliases
|
|
1730
1728
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1731
|
-
//
|
|
1732
|
-
export { default as
|
|
1729
|
+
// MessageCircleX aliases
|
|
1730
|
+
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1733
1731
|
// MessageCircle aliases
|
|
1734
1732
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1735
1733
|
// MessageSquareCode aliases
|
|
1736
1734
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1735
|
+
// MessageSquareCheck aliases
|
|
1736
|
+
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1737
1737
|
// MessageSquareDashed aliases
|
|
1738
1738
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1739
|
-
// MessageSquareDiff aliases
|
|
1740
|
-
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1741
1739
|
// MessageSquareDot aliases
|
|
1742
1740
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1741
|
+
// MessageSquareDiff aliases
|
|
1742
|
+
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1743
1743
|
// MessageSquareHeart aliases
|
|
1744
1744
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1745
1745
|
// MessageSquareLock aliases
|
|
@@ -1750,32 +1750,32 @@ export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
|
1750
1750
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1751
1751
|
// MessageSquarePlus aliases
|
|
1752
1752
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1753
|
-
// MessageSquareReply aliases
|
|
1754
|
-
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1755
1753
|
// MessageSquareQuote aliases
|
|
1756
1754
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1755
|
+
// MessageSquareReply aliases
|
|
1756
|
+
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1757
1757
|
// MessageSquareShare aliases
|
|
1758
1758
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1759
|
-
// MessageSquareText aliases
|
|
1760
|
-
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1761
1759
|
// MessageSquareWarning aliases
|
|
1762
1760
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1763
1761
|
// MessageSquareX aliases
|
|
1764
1762
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1765
|
-
//
|
|
1766
|
-
export { default as
|
|
1763
|
+
// MessageSquareText aliases
|
|
1764
|
+
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1767
1765
|
// MessageSquare aliases
|
|
1768
1766
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1769
|
-
// MicOff aliases
|
|
1770
|
-
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1771
1767
|
// MessagesSquare aliases
|
|
1772
1768
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1773
|
-
//
|
|
1774
|
-
export { default as
|
|
1775
|
-
//
|
|
1776
|
-
export { default as
|
|
1769
|
+
// Metronome aliases
|
|
1770
|
+
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1771
|
+
// MicOff aliases
|
|
1772
|
+
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1777
1773
|
// Mic aliases
|
|
1778
1774
|
export { default as MicIcon } from '../icons/mic';
|
|
1775
|
+
// Microscope aliases
|
|
1776
|
+
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1777
|
+
// Microchip aliases
|
|
1778
|
+
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1779
1779
|
// Microwave aliases
|
|
1780
1780
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1781
1781
|
// Milestone aliases
|
|
@@ -1800,52 +1800,52 @@ export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
|
1800
1800
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1801
1801
|
// MonitorCog aliases
|
|
1802
1802
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1803
|
-
// MonitorDot aliases
|
|
1804
|
-
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1805
1803
|
// MonitorDown aliases
|
|
1806
1804
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1807
|
-
// MonitorPause aliases
|
|
1808
|
-
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1809
1805
|
// MonitorOff aliases
|
|
1810
1806
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1811
|
-
//
|
|
1812
|
-
export { default as
|
|
1807
|
+
// MonitorDot aliases
|
|
1808
|
+
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1809
|
+
// MonitorPause aliases
|
|
1810
|
+
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1813
1811
|
// MonitorSmartphone aliases
|
|
1814
1812
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1815
|
-
//
|
|
1816
|
-
export { default as
|
|
1813
|
+
// MonitorPlay aliases
|
|
1814
|
+
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1817
1815
|
// MonitorSpeaker aliases
|
|
1818
1816
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1819
|
-
//
|
|
1820
|
-
export { default as
|
|
1817
|
+
// MonitorStop aliases
|
|
1818
|
+
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1821
1819
|
// MonitorX aliases
|
|
1822
1820
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1821
|
+
// MonitorUp aliases
|
|
1822
|
+
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1823
|
+
// MoonStar aliases
|
|
1824
|
+
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1823
1825
|
// Monitor aliases
|
|
1824
1826
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1825
1827
|
// Moon aliases
|
|
1826
1828
|
export { default as MoonIcon } from '../icons/moon';
|
|
1827
|
-
// MoonStar aliases
|
|
1828
|
-
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1829
|
-
// MountainSnow aliases
|
|
1830
|
-
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1831
1829
|
// Motorbike aliases
|
|
1832
1830
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1831
|
+
// MountainSnow aliases
|
|
1832
|
+
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1833
1833
|
// Mountain aliases
|
|
1834
1834
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1835
|
-
// MouseOff aliases
|
|
1836
|
-
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1837
1835
|
// MouseLeft aliases
|
|
1838
1836
|
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1837
|
+
// MouseOff aliases
|
|
1838
|
+
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1839
1839
|
// MousePointer2Off aliases
|
|
1840
1840
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1841
1841
|
// MousePointer2 aliases
|
|
1842
1842
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1843
1843
|
// MousePointerBan aliases
|
|
1844
1844
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1845
|
-
// MousePointerClick aliases
|
|
1846
|
-
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1847
1845
|
// MousePointer aliases
|
|
1848
1846
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1847
|
+
// MousePointerClick aliases
|
|
1848
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1849
1849
|
// MouseRight aliases
|
|
1850
1850
|
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1851
1851
|
// Mouse aliases
|
|
@@ -1858,18 +1858,18 @@ export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
|
1858
1858
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1859
1859
|
// MoveDownRight aliases
|
|
1860
1860
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1861
|
-
// MoveDown aliases
|
|
1862
|
-
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1863
1861
|
// MoveHorizontal aliases
|
|
1864
1862
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1863
|
+
// MoveDown aliases
|
|
1864
|
+
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1865
1865
|
// MoveLeft aliases
|
|
1866
1866
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1867
1867
|
// MoveRight aliases
|
|
1868
1868
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1869
|
-
// MoveUpLeft aliases
|
|
1870
|
-
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1871
1869
|
// MoveUpRight aliases
|
|
1872
1870
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1871
|
+
// MoveUpLeft aliases
|
|
1872
|
+
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1873
1873
|
// MoveUp aliases
|
|
1874
1874
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1875
1875
|
// Move aliases
|
|
@@ -1878,10 +1878,10 @@ export { default as MoveIcon } from '../icons/move';
|
|
|
1878
1878
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1879
1879
|
// Music2 aliases
|
|
1880
1880
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1881
|
-
// Music4 aliases
|
|
1882
|
-
export { default as Music4Icon } from '../icons/music-4';
|
|
1883
1881
|
// Music3 aliases
|
|
1884
1882
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1883
|
+
// Music4 aliases
|
|
1884
|
+
export { default as Music4Icon } from '../icons/music-4';
|
|
1885
1885
|
// Music aliases
|
|
1886
1886
|
export { default as MusicIcon } from '../icons/music';
|
|
1887
1887
|
// Navigation2Off aliases
|
|
@@ -1892,46 +1892,46 @@ export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
|
1892
1892
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1893
1893
|
// Navigation aliases
|
|
1894
1894
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1895
|
-
// Network aliases
|
|
1896
|
-
export { default as NetworkIcon } from '../icons/network';
|
|
1897
1895
|
// Newspaper aliases
|
|
1898
1896
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1897
|
+
// Network aliases
|
|
1898
|
+
export { default as NetworkIcon } from '../icons/network';
|
|
1899
1899
|
// Nfc aliases
|
|
1900
1900
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1901
|
-
// NonBinary aliases
|
|
1902
|
-
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1903
|
-
// NotebookText aliases
|
|
1904
|
-
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1905
1901
|
// NotebookPen aliases
|
|
1906
1902
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1907
|
-
//
|
|
1908
|
-
export { default as
|
|
1903
|
+
// NonBinary aliases
|
|
1904
|
+
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1909
1905
|
// NotebookTabs aliases
|
|
1910
1906
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1907
|
+
// NotebookText aliases
|
|
1908
|
+
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1909
|
+
// NotepadText aliases
|
|
1910
|
+
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1911
1911
|
// NotepadTextDashed aliases
|
|
1912
1912
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1913
|
+
// Notebook aliases
|
|
1914
|
+
export { default as NotebookIcon } from '../icons/notebook';
|
|
1913
1915
|
// NutOff aliases
|
|
1914
1916
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1915
|
-
// NotepadText aliases
|
|
1916
|
-
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1917
|
-
// Nut aliases
|
|
1918
|
-
export { default as NutIcon } from '../icons/nut';
|
|
1919
1917
|
// OctagonMinus aliases
|
|
1920
1918
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1919
|
+
// Nut aliases
|
|
1920
|
+
export { default as NutIcon } from '../icons/nut';
|
|
1921
1921
|
// Octagon aliases
|
|
1922
1922
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1923
1923
|
// Omega aliases
|
|
1924
1924
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1925
|
+
// Orbit aliases
|
|
1926
|
+
export { default as OrbitIcon } from '../icons/orbit';
|
|
1925
1927
|
// Option aliases
|
|
1926
1928
|
export { default as OptionIcon } from '../icons/option';
|
|
1927
1929
|
// Origami aliases
|
|
1928
1930
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1929
|
-
// Orbit aliases
|
|
1930
|
-
export { default as OrbitIcon } from '../icons/orbit';
|
|
1931
|
-
// Package2 aliases
|
|
1932
|
-
export { default as Package2Icon } from '../icons/package-2';
|
|
1933
1931
|
// PackageCheck aliases
|
|
1934
1932
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1933
|
+
// Package2 aliases
|
|
1934
|
+
export { default as Package2Icon } from '../icons/package-2';
|
|
1935
1935
|
// PackageMinus aliases
|
|
1936
1936
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1937
1937
|
// PackagePlus aliases
|
|
@@ -1942,12 +1942,12 @@ export { default as PackageOpenIcon } from '../icons/package-open';
|
|
|
1942
1942
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1943
1943
|
// PackageX aliases
|
|
1944
1944
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1945
|
+
// PaintRoller aliases
|
|
1946
|
+
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1945
1947
|
// Package aliases
|
|
1946
1948
|
export { default as PackageIcon } from '../icons/package';
|
|
1947
1949
|
// PaintBucket aliases
|
|
1948
1950
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1949
|
-
// PaintRoller aliases
|
|
1950
|
-
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1951
1951
|
// Paintbrush aliases
|
|
1952
1952
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1953
1953
|
// Palette aliases
|
|
@@ -1974,24 +1974,24 @@ export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-d
|
|
|
1974
1974
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1975
1975
|
// PanelTopOpen aliases
|
|
1976
1976
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1977
|
+
// PanelsRightBottom aliases
|
|
1978
|
+
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1977
1979
|
// PanelTop aliases
|
|
1978
1980
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1979
1981
|
// PanelsLeftBottom aliases
|
|
1980
1982
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1981
1983
|
// Paperclip aliases
|
|
1982
1984
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1983
|
-
// PanelsRightBottom aliases
|
|
1984
|
-
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1985
1985
|
// Parasol aliases
|
|
1986
1986
|
export { default as ParasolIcon } from '../icons/parasol';
|
|
1987
1987
|
// Parentheses aliases
|
|
1988
1988
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1989
|
-
// ParkingMeter aliases
|
|
1990
|
-
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1991
1989
|
// PartyPopper aliases
|
|
1992
1990
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1993
1991
|
// Pause aliases
|
|
1994
1992
|
export { default as PauseIcon } from '../icons/pause';
|
|
1993
|
+
// ParkingMeter aliases
|
|
1994
|
+
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1995
1995
|
// PawPrint aliases
|
|
1996
1996
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1997
1997
|
// PcCase aliases
|
|
@@ -2008,44 +2008,44 @@ export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
|
2008
2008
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
2009
2009
|
// PencilSparkles aliases
|
|
2010
2010
|
export { default as PencilSparklesIcon } from '../icons/pencil-sparkles';
|
|
2011
|
-
// Pencil aliases
|
|
2012
|
-
export { default as PencilIcon } from '../icons/pencil';
|
|
2013
2011
|
// Pentagon aliases
|
|
2014
2012
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
2013
|
+
// Pencil aliases
|
|
2014
|
+
export { default as PencilIcon } from '../icons/pencil';
|
|
2015
2015
|
// Percent aliases
|
|
2016
2016
|
export { default as PercentIcon } from '../icons/percent';
|
|
2017
2017
|
// PersonStanding aliases
|
|
2018
2018
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
2019
|
-
// PhilippinePeso aliases
|
|
2020
|
-
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2021
2019
|
// PhoneCall aliases
|
|
2022
2020
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
2023
|
-
//
|
|
2024
|
-
export { default as
|
|
2021
|
+
// PhilippinePeso aliases
|
|
2022
|
+
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2025
2023
|
// PhoneForwarded aliases
|
|
2026
2024
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2027
|
-
//
|
|
2028
|
-
export { default as
|
|
2025
|
+
// PhoneIncoming aliases
|
|
2026
|
+
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
2029
2027
|
// PhoneOff aliases
|
|
2030
2028
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
2029
|
+
// PhoneMissed aliases
|
|
2030
|
+
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
2031
2031
|
// PhoneOutgoing aliases
|
|
2032
2032
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
2033
|
-
// Phone aliases
|
|
2034
|
-
export { default as PhoneIcon } from '../icons/phone';
|
|
2035
2033
|
// Pi aliases
|
|
2036
2034
|
export { default as PiIcon } from '../icons/pi';
|
|
2035
|
+
// Phone aliases
|
|
2036
|
+
export { default as PhoneIcon } from '../icons/phone';
|
|
2037
2037
|
// Piano aliases
|
|
2038
2038
|
export { default as PianoIcon } from '../icons/piano';
|
|
2039
2039
|
// Pickaxe aliases
|
|
2040
2040
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2041
2041
|
// PictureInPicture2 aliases
|
|
2042
2042
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2043
|
-
// PiggyBank aliases
|
|
2044
|
-
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2045
2043
|
// PictureInPicture aliases
|
|
2046
2044
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2047
2045
|
// PilcrowLeft aliases
|
|
2048
2046
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2047
|
+
// PiggyBank aliases
|
|
2048
|
+
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2049
2049
|
// PilcrowRight aliases
|
|
2050
2050
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2051
2051
|
// Pilcrow aliases
|
|
@@ -2058,14 +2058,14 @@ export { default as PillIcon } from '../icons/pill';
|
|
|
2058
2058
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2059
2059
|
// Pin aliases
|
|
2060
2060
|
export { default as PinIcon } from '../icons/pin';
|
|
2061
|
-
// Pipette aliases
|
|
2062
|
-
export { default as PipetteIcon } from '../icons/pipette';
|
|
2063
2061
|
// Pizza aliases
|
|
2064
2062
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2065
|
-
//
|
|
2066
|
-
export { default as
|
|
2063
|
+
// Pipette aliases
|
|
2064
|
+
export { default as PipetteIcon } from '../icons/pipette';
|
|
2067
2065
|
// PlaneTakeoff aliases
|
|
2068
2066
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2067
|
+
// PlaneLanding aliases
|
|
2068
|
+
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2069
2069
|
// Plane aliases
|
|
2070
2070
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2071
2071
|
// PlayOff aliases
|
|
@@ -2086,12 +2086,12 @@ export { default as PodcastIcon } from '../icons/podcast';
|
|
|
2086
2086
|
export { default as PodiumIcon } from '../icons/podium';
|
|
2087
2087
|
// PointerOff aliases
|
|
2088
2088
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2089
|
+
// Popcorn aliases
|
|
2090
|
+
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2089
2091
|
// Pointer aliases
|
|
2090
2092
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2091
2093
|
// Popsicle aliases
|
|
2092
2094
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2093
|
-
// Popcorn aliases
|
|
2094
|
-
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2095
2095
|
// PoundSterling aliases
|
|
2096
2096
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2097
2097
|
// PowerOff aliases
|
|
@@ -2100,24 +2100,24 @@ export { default as PowerOffIcon } from '../icons/power-off';
|
|
|
2100
2100
|
export { default as PowerIcon } from '../icons/power';
|
|
2101
2101
|
// Presentation aliases
|
|
2102
2102
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2103
|
-
// PrinterX aliases
|
|
2104
|
-
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2105
2103
|
// PrinterCheck aliases
|
|
2106
2104
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2107
2105
|
// Printer aliases
|
|
2108
2106
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2109
2107
|
// Projector aliases
|
|
2110
2108
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2109
|
+
// PrinterX aliases
|
|
2110
|
+
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2111
2111
|
// Proportions aliases
|
|
2112
2112
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2113
|
-
// Puzzle aliases
|
|
2114
|
-
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2115
2113
|
// Pyramid aliases
|
|
2116
2114
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2117
|
-
//
|
|
2118
|
-
export { default as
|
|
2115
|
+
// Puzzle aliases
|
|
2116
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2119
2117
|
// QrCode aliases
|
|
2120
2118
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2119
|
+
// Quote aliases
|
|
2120
|
+
export { default as QuoteIcon } from '../icons/quote';
|
|
2121
2121
|
// Radar aliases
|
|
2122
2122
|
export { default as RadarIcon } from '../icons/radar';
|
|
2123
2123
|
// Rabbit aliases
|
|
@@ -2128,58 +2128,58 @@ export { default as RadiationIcon } from '../icons/radiation';
|
|
|
2128
2128
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2129
2129
|
// RadioOff aliases
|
|
2130
2130
|
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2131
|
-
// RadioReceiver aliases
|
|
2132
|
-
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2133
2131
|
// RadioTower aliases
|
|
2134
2132
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2135
2133
|
// Radio aliases
|
|
2136
2134
|
export { default as RadioIcon } from '../icons/radio';
|
|
2135
|
+
// RadioReceiver aliases
|
|
2136
|
+
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2137
2137
|
// Radius aliases
|
|
2138
2138
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2139
2139
|
// Rainbow aliases
|
|
2140
2140
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2141
|
-
// Ratio aliases
|
|
2142
|
-
export { default as RatioIcon } from '../icons/ratio';
|
|
2143
2141
|
// Rat aliases
|
|
2144
2142
|
export { default as RatIcon } from '../icons/rat';
|
|
2145
2143
|
// ReceiptCent aliases
|
|
2146
2144
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2147
|
-
//
|
|
2148
|
-
export { default as
|
|
2145
|
+
// Ratio aliases
|
|
2146
|
+
export { default as RatioIcon } from '../icons/ratio';
|
|
2149
2147
|
// ReceiptEuro aliases
|
|
2150
2148
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2151
2149
|
// ReceiptJapaneseYen aliases
|
|
2152
2150
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2153
2151
|
// ReceiptPoundSterling aliases
|
|
2154
2152
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2153
|
+
// ReceiptIndianRupee aliases
|
|
2154
|
+
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2155
2155
|
// ReceiptRussianRuble aliases
|
|
2156
2156
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2157
2157
|
// ReceiptSwissFranc aliases
|
|
2158
2158
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2159
|
-
// ReceiptText aliases
|
|
2160
|
-
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2161
2159
|
// Receipt aliases
|
|
2162
2160
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2163
2161
|
// ReceiptTurkishLira aliases
|
|
2164
2162
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2165
2163
|
// RectangleCircle aliases
|
|
2166
2164
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2165
|
+
// ReceiptText aliases
|
|
2166
|
+
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2167
2167
|
// RectangleGoggles aliases
|
|
2168
2168
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2169
|
-
// RectangleVertical aliases
|
|
2170
|
-
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2171
2169
|
// RectangleHorizontal aliases
|
|
2172
2170
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2171
|
+
// RectangleVertical aliases
|
|
2172
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2173
2173
|
// Recycle aliases
|
|
2174
2174
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2175
|
-
// RedoDot aliases
|
|
2176
|
-
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2177
2175
|
// Redo2 aliases
|
|
2178
2176
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2179
|
-
//
|
|
2180
|
-
export { default as
|
|
2177
|
+
// RedoDot aliases
|
|
2178
|
+
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2181
2179
|
// Redo aliases
|
|
2182
2180
|
export { default as RedoIcon } from '../icons/redo';
|
|
2181
|
+
// RefreshCcwDot aliases
|
|
2182
|
+
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2183
2183
|
// RefreshCcw aliases
|
|
2184
2184
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2185
2185
|
// RefreshCwOff aliases
|
|
@@ -2192,10 +2192,10 @@ export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
|
2192
2192
|
export { default as RegexIcon } from '../icons/regex';
|
|
2193
2193
|
// RemoveFormatting aliases
|
|
2194
2194
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2195
|
-
// Repeat1 aliases
|
|
2196
|
-
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2197
2195
|
// Repeat2 aliases
|
|
2198
2196
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2197
|
+
// Repeat1 aliases
|
|
2198
|
+
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2199
2199
|
// RepeatOff aliases
|
|
2200
2200
|
export { default as RepeatOffIcon } from '../icons/repeat-off';
|
|
2201
2201
|
// Repeat aliases
|
|
@@ -2204,10 +2204,10 @@ export { default as RepeatIcon } from '../icons/repeat';
|
|
|
2204
2204
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2205
2205
|
// Replace aliases
|
|
2206
2206
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2207
|
-
// ReplyAll aliases
|
|
2208
|
-
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2209
2207
|
// Reply aliases
|
|
2210
2208
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2209
|
+
// ReplyAll aliases
|
|
2210
|
+
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2211
2211
|
// Rewind aliases
|
|
2212
2212
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2213
2213
|
// Ribbon aliases
|
|
@@ -2220,30 +2220,30 @@ export { default as RocketIcon } from '../icons/rocket';
|
|
|
2220
2220
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2221
2221
|
// RollerCoaster aliases
|
|
2222
2222
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2223
|
-
// RotateCcwKey aliases
|
|
2224
|
-
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2225
2223
|
// RotateCcwSquare aliases
|
|
2226
2224
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2225
|
+
// RotateCcwKey aliases
|
|
2226
|
+
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2227
2227
|
// Rose aliases
|
|
2228
2228
|
export { default as RoseIcon } from '../icons/rose';
|
|
2229
2229
|
// RotateCcw aliases
|
|
2230
2230
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2231
2231
|
// RotateCwSquare aliases
|
|
2232
2232
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2233
|
+
// RouteOff aliases
|
|
2234
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2233
2235
|
// RotateCw aliases
|
|
2234
2236
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2235
2237
|
// Route aliases
|
|
2236
2238
|
export { default as RouteIcon } from '../icons/route';
|
|
2237
|
-
// RouteOff aliases
|
|
2238
|
-
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2239
2239
|
// Router aliases
|
|
2240
2240
|
export { default as RouterIcon } from '../icons/router';
|
|
2241
2241
|
// Rows4 aliases
|
|
2242
2242
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2243
|
-
// RulerDimensionLine aliases
|
|
2244
|
-
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2245
2243
|
// Rss aliases
|
|
2246
2244
|
export { default as RssIcon } from '../icons/rss';
|
|
2245
|
+
// RulerDimensionLine aliases
|
|
2246
|
+
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2247
2247
|
// Ruler aliases
|
|
2248
2248
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2249
2249
|
// RussianRuble aliases
|
|
@@ -2262,28 +2262,28 @@ export { default as SatelliteIcon } from '../icons/satellite';
|
|
|
2262
2262
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2263
2263
|
// SaveAll aliases
|
|
2264
2264
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2265
|
-
// SaveOff aliases
|
|
2266
|
-
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2267
2265
|
// SaveCheck aliases
|
|
2268
2266
|
export { default as SaveCheckIcon } from '../icons/save-check';
|
|
2267
|
+
// SaveOff aliases
|
|
2268
|
+
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2269
2269
|
// SavePen aliases
|
|
2270
2270
|
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2271
|
-
// Save aliases
|
|
2272
|
-
export { default as SaveIcon } from '../icons/save';
|
|
2273
2271
|
// SavePlus aliases
|
|
2274
2272
|
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2273
|
+
// Save aliases
|
|
2274
|
+
export { default as SaveIcon } from '../icons/save';
|
|
2275
2275
|
// Scale aliases
|
|
2276
2276
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2277
2277
|
// Scaling aliases
|
|
2278
2278
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2279
2279
|
// ScanBarcode aliases
|
|
2280
2280
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2281
|
+
// ScanEye aliases
|
|
2282
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2281
2283
|
// ScanFace aliases
|
|
2282
2284
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2283
2285
|
// ScanHeart aliases
|
|
2284
2286
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2285
|
-
// ScanEye aliases
|
|
2286
|
-
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2287
2287
|
// ScanLine aliases
|
|
2288
2288
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2289
2289
|
// ScanQrCode aliases
|
|
@@ -2296,30 +2296,30 @@ export { default as ScanTextIcon } from '../icons/scan-text';
|
|
|
2296
2296
|
export { default as ScanIcon } from '../icons/scan';
|
|
2297
2297
|
// School aliases
|
|
2298
2298
|
export { default as SchoolIcon } from '../icons/school';
|
|
2299
|
-
// ScissorsLineDashed aliases
|
|
2300
|
-
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2301
|
-
// Scissors aliases
|
|
2302
|
-
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2303
2299
|
// Scooter aliases
|
|
2304
2300
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2301
|
+
// Scissors aliases
|
|
2302
|
+
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2303
|
+
// ScissorsLineDashed aliases
|
|
2304
|
+
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2305
2305
|
// ScreenShareOff aliases
|
|
2306
2306
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2307
2307
|
// ScreenShare aliases
|
|
2308
2308
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2309
|
+
// ScrollText aliases
|
|
2310
|
+
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2309
2311
|
// Scroll aliases
|
|
2310
2312
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2311
2313
|
// SearchAlert aliases
|
|
2312
2314
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2313
|
-
// ScrollText aliases
|
|
2314
|
-
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2315
2315
|
// SearchCheck aliases
|
|
2316
2316
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2317
2317
|
// SearchCode aliases
|
|
2318
2318
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2319
|
-
// SearchX aliases
|
|
2320
|
-
export { default as SearchXIcon } from '../icons/search-x';
|
|
2321
2319
|
// SearchSlash aliases
|
|
2322
2320
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2321
|
+
// SearchX aliases
|
|
2322
|
+
export { default as SearchXIcon } from '../icons/search-x';
|
|
2323
2323
|
// Search aliases
|
|
2324
2324
|
export { default as SearchIcon } from '../icons/search';
|
|
2325
2325
|
// Section aliases
|
|
@@ -2330,10 +2330,10 @@ export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
|
2330
2330
|
export { default as SendIcon } from '../icons/send';
|
|
2331
2331
|
// SeparatorHorizontal aliases
|
|
2332
2332
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2333
|
-
// ServerCog aliases
|
|
2334
|
-
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2335
2333
|
// SeparatorVertical aliases
|
|
2336
2334
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2335
|
+
// ServerCog aliases
|
|
2336
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2337
2337
|
// ServerCrash aliases
|
|
2338
2338
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2339
2339
|
// ServerOff aliases
|
|
@@ -2342,48 +2342,48 @@ export { default as ServerOffIcon } from '../icons/server-off';
|
|
|
2342
2342
|
export { default as ServerIcon } from '../icons/server';
|
|
2343
2343
|
// Settings aliases
|
|
2344
2344
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2345
|
+
// Settings2 aliases
|
|
2346
|
+
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2345
2347
|
// Shapes aliases
|
|
2346
2348
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2347
2349
|
// Share2 aliases
|
|
2348
2350
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2349
|
-
// Settings2 aliases
|
|
2350
|
-
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2351
2351
|
// Share aliases
|
|
2352
2352
|
export { default as ShareIcon } from '../icons/share';
|
|
2353
2353
|
// Sheet aliases
|
|
2354
2354
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2355
|
-
// Shell aliases
|
|
2356
|
-
export { default as ShellIcon } from '../icons/shell';
|
|
2357
2355
|
// ShelvingUnit aliases
|
|
2358
2356
|
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2357
|
+
// Shell aliases
|
|
2358
|
+
export { default as ShellIcon } from '../icons/shell';
|
|
2359
2359
|
// ShieldAlert aliases
|
|
2360
2360
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2361
2361
|
// ShieldBan aliases
|
|
2362
2362
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2363
2363
|
// ShieldCheck aliases
|
|
2364
2364
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2365
|
-
// ShieldCogCorner aliases
|
|
2366
|
-
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2367
2365
|
// ShieldCog aliases
|
|
2368
2366
|
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2367
|
+
// ShieldCogCorner aliases
|
|
2368
|
+
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2369
2369
|
// ShieldEllipsis aliases
|
|
2370
2370
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2371
2371
|
// ShieldHalf aliases
|
|
2372
2372
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2373
2373
|
// ShieldMinus aliases
|
|
2374
2374
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2375
|
-
// ShieldOff aliases
|
|
2376
|
-
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2377
2375
|
// ShieldPlus aliases
|
|
2378
2376
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2379
|
-
//
|
|
2380
|
-
export { default as
|
|
2377
|
+
// ShieldOff aliases
|
|
2378
|
+
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2381
2379
|
// ShieldUser aliases
|
|
2382
2380
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2383
|
-
//
|
|
2384
|
-
export { default as
|
|
2381
|
+
// Shield aliases
|
|
2382
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2385
2383
|
// Ship aliases
|
|
2386
2384
|
export { default as ShipIcon } from '../icons/ship';
|
|
2385
|
+
// ShipWheel aliases
|
|
2386
|
+
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2387
2387
|
// Shirt aliases
|
|
2388
2388
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2389
2389
|
// ShoppingBag aliases
|
|
@@ -2392,40 +2392,40 @@ export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
|
2392
2392
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2393
2393
|
// ShoppingCart aliases
|
|
2394
2394
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2395
|
-
// Shovel aliases
|
|
2396
|
-
export { default as ShovelIcon } from '../icons/shovel';
|
|
2397
2395
|
// ShowerHead aliases
|
|
2398
2396
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2397
|
+
// Shovel aliases
|
|
2398
|
+
export { default as ShovelIcon } from '../icons/shovel';
|
|
2399
2399
|
// Shredder aliases
|
|
2400
2400
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2401
|
-
// Shrink aliases
|
|
2402
|
-
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2403
2401
|
// Shrimp aliases
|
|
2404
2402
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2405
2403
|
// Shrub aliases
|
|
2406
2404
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2407
|
-
//
|
|
2408
|
-
export { default as
|
|
2405
|
+
// Shrink aliases
|
|
2406
|
+
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2409
2407
|
// Sigma aliases
|
|
2410
2408
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2409
|
+
// Shuffle aliases
|
|
2410
|
+
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2411
2411
|
// SignalHigh aliases
|
|
2412
2412
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2413
|
-
// SignalMedium aliases
|
|
2414
|
-
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2415
2413
|
// SignalLow aliases
|
|
2416
2414
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2415
|
+
// SignalMedium aliases
|
|
2416
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2417
2417
|
// SignalZero aliases
|
|
2418
2418
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2419
2419
|
// Signal aliases
|
|
2420
2420
|
export { default as SignalIcon } from '../icons/signal';
|
|
2421
|
+
// Signpost aliases
|
|
2422
|
+
export { default as SignpostIcon } from '../icons/signpost';
|
|
2421
2423
|
// Signature aliases
|
|
2422
2424
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2423
2425
|
// SignpostBig aliases
|
|
2424
2426
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2425
2427
|
// Siren aliases
|
|
2426
2428
|
export { default as SirenIcon } from '../icons/siren';
|
|
2427
|
-
// Signpost aliases
|
|
2428
|
-
export { default as SignpostIcon } from '../icons/signpost';
|
|
2429
2429
|
// SkipBack aliases
|
|
2430
2430
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2431
2431
|
// SkipForward aliases
|
|
@@ -2434,26 +2434,26 @@ export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
|
2434
2434
|
export { default as SkullIcon } from '../icons/skull';
|
|
2435
2435
|
// Slash aliases
|
|
2436
2436
|
export { default as SlashIcon } from '../icons/slash';
|
|
2437
|
+
// SlidersHorizontal aliases
|
|
2438
|
+
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2437
2439
|
// Slice aliases
|
|
2438
2440
|
export { default as SliceIcon } from '../icons/slice';
|
|
2439
2441
|
// SmartphoneCharging aliases
|
|
2440
2442
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2441
|
-
// SlidersHorizontal aliases
|
|
2442
|
-
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2443
2443
|
// SmartphoneNfc aliases
|
|
2444
2444
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2445
2445
|
// Smartphone aliases
|
|
2446
2446
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2447
2447
|
// SmilePlus aliases
|
|
2448
2448
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2449
|
-
// Snail aliases
|
|
2450
|
-
export { default as SnailIcon } from '../icons/snail';
|
|
2451
2449
|
// Smile aliases
|
|
2452
2450
|
export { default as SmileIcon } from '../icons/smile';
|
|
2453
|
-
//
|
|
2454
|
-
export { default as
|
|
2451
|
+
// Snail aliases
|
|
2452
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2455
2453
|
// SoapDispenserDroplet aliases
|
|
2456
2454
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2455
|
+
// Snowflake aliases
|
|
2456
|
+
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2457
2457
|
// Sofa aliases
|
|
2458
2458
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2459
2459
|
// SolarPanel aliases
|
|
@@ -2462,26 +2462,26 @@ export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
|
2462
2462
|
export { default as SoupIcon } from '../icons/soup';
|
|
2463
2463
|
// Space aliases
|
|
2464
2464
|
export { default as SpaceIcon } from '../icons/space';
|
|
2465
|
-
// Sparkle aliases
|
|
2466
|
-
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2467
2465
|
// Spade aliases
|
|
2468
2466
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2469
|
-
// Speaker aliases
|
|
2470
|
-
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2471
2467
|
// Speech aliases
|
|
2472
2468
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2469
|
+
// Sparkle aliases
|
|
2470
|
+
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2471
|
+
// Speaker aliases
|
|
2472
|
+
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2473
2473
|
// SpellCheck2 aliases
|
|
2474
2474
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2475
2475
|
// SpellCheck aliases
|
|
2476
2476
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2477
2477
|
// SplinePointer aliases
|
|
2478
2478
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2479
|
-
// Spool aliases
|
|
2480
|
-
export { default as SpoolIcon } from '../icons/spool';
|
|
2481
2479
|
// Spline aliases
|
|
2482
2480
|
export { default as SplineIcon } from '../icons/spline';
|
|
2483
2481
|
// Split aliases
|
|
2484
2482
|
export { default as SplitIcon } from '../icons/split';
|
|
2483
|
+
// Spool aliases
|
|
2484
|
+
export { default as SpoolIcon } from '../icons/spool';
|
|
2485
2485
|
// SportShoe aliases
|
|
2486
2486
|
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2487
2487
|
// Spotlight aliases
|
|
@@ -2492,38 +2492,38 @@ export { default as SprayCanIcon } from '../icons/spray-can';
|
|
|
2492
2492
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2493
2493
|
// SquareArrowRightEnter aliases
|
|
2494
2494
|
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2495
|
-
// SquareArrowRightExit aliases
|
|
2496
|
-
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2497
2495
|
// SquareDashedBottomCode aliases
|
|
2498
2496
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2499
|
-
//
|
|
2500
|
-
export { default as
|
|
2497
|
+
// SquareArrowRightExit aliases
|
|
2498
|
+
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2501
2499
|
// SquareDashedBottom aliases
|
|
2502
2500
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2501
|
+
// SquarePause aliases
|
|
2502
|
+
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2503
2503
|
// SquareRadical aliases
|
|
2504
2504
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2505
|
-
// SquareRoundCorner aliases
|
|
2506
|
-
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2507
2505
|
// SquareDashedTopSolid aliases
|
|
2508
2506
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2507
|
+
// SquareRoundCorner aliases
|
|
2508
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2509
2509
|
// SquareSquare aliases
|
|
2510
2510
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2511
2511
|
// SquareStack aliases
|
|
2512
2512
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2513
2513
|
// SquareStar aliases
|
|
2514
2514
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2515
|
+
// SquareStop aliases
|
|
2516
|
+
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2515
2517
|
// Square aliases
|
|
2516
2518
|
export { default as SquareIcon } from '../icons/square';
|
|
2517
2519
|
// SquaresExclude aliases
|
|
2518
2520
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2519
|
-
// SquareStop aliases
|
|
2520
|
-
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2521
2521
|
// SquaresIntersect aliases
|
|
2522
2522
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2523
|
-
// SquaresUnite aliases
|
|
2524
|
-
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2525
2523
|
// SquaresSubtract aliases
|
|
2526
2524
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2525
|
+
// SquaresUnite aliases
|
|
2526
|
+
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2527
2527
|
// SquircleDashed aliases
|
|
2528
2528
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2529
2529
|
// Squircle aliases
|
|
@@ -2536,10 +2536,10 @@ export { default as StampIcon } from '../icons/stamp';
|
|
|
2536
2536
|
export { default as StarCheckIcon } from '../icons/star-check';
|
|
2537
2537
|
// StarHalf aliases
|
|
2538
2538
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2539
|
-
// StarMinus aliases
|
|
2540
|
-
export { default as StarMinusIcon } from '../icons/star-minus';
|
|
2541
2539
|
// StarOff aliases
|
|
2542
2540
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2541
|
+
// StarMinus aliases
|
|
2542
|
+
export { default as StarMinusIcon } from '../icons/star-minus';
|
|
2543
2543
|
// StarPlus aliases
|
|
2544
2544
|
export { default as StarPlusIcon } from '../icons/star-plus';
|
|
2545
2545
|
// StarX aliases
|
|
@@ -2558,12 +2558,12 @@ export { default as StickerIcon } from '../icons/sticker';
|
|
|
2558
2558
|
export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
2559
2559
|
// StickyNoteMinus aliases
|
|
2560
2560
|
export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
2561
|
+
// StickyNotePlus aliases
|
|
2562
|
+
export { default as StickyNotePlusIcon } from '../icons/sticky-note-plus';
|
|
2561
2563
|
// StickyNoteOff aliases
|
|
2562
2564
|
export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
2563
2565
|
// StickyNoteX aliases
|
|
2564
2566
|
export { default as StickyNoteXIcon } from '../icons/sticky-note-x';
|
|
2565
|
-
// StickyNotePlus aliases
|
|
2566
|
-
export { default as StickyNotePlusIcon } from '../icons/sticky-note-plus';
|
|
2567
2567
|
// StickyNote aliases
|
|
2568
2568
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2569
2569
|
// StickyNotes aliases
|
|
@@ -2574,22 +2574,22 @@ export { default as StoneIcon } from '../icons/stone';
|
|
|
2574
2574
|
export { default as StoreIcon } from '../icons/store';
|
|
2575
2575
|
// StretchHorizontal aliases
|
|
2576
2576
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2577
|
-
// Strikethrough aliases
|
|
2578
|
-
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2579
2577
|
// StretchVertical aliases
|
|
2580
2578
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2579
|
+
// Strikethrough aliases
|
|
2580
|
+
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2581
2581
|
// Subscript aliases
|
|
2582
2582
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2583
2583
|
// Summary aliases
|
|
2584
2584
|
export { default as SummaryIcon } from '../icons/summary';
|
|
2585
|
-
// SunMedium aliases
|
|
2586
|
-
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2587
2585
|
// SunDim aliases
|
|
2588
2586
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2589
|
-
//
|
|
2590
|
-
export { default as
|
|
2587
|
+
// SunMedium aliases
|
|
2588
|
+
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2591
2589
|
// SunSnow aliases
|
|
2592
2590
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2591
|
+
// SunMoon aliases
|
|
2592
|
+
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2593
2593
|
// Sun aliases
|
|
2594
2594
|
export { default as SunIcon } from '../icons/sun';
|
|
2595
2595
|
// Sunrise aliases
|
|
@@ -2598,14 +2598,14 @@ export { default as SunriseIcon } from '../icons/sunrise';
|
|
|
2598
2598
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2599
2599
|
// Superscript aliases
|
|
2600
2600
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2601
|
-
//
|
|
2602
|
-
export { default as
|
|
2601
|
+
// SwatchBook aliases
|
|
2602
|
+
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2603
2603
|
// SwissFranc aliases
|
|
2604
2604
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2605
|
+
// SwitchCamera aliases
|
|
2606
|
+
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2605
2607
|
// Sword aliases
|
|
2606
2608
|
export { default as SwordIcon } from '../icons/sword';
|
|
2607
|
-
// SwatchBook aliases
|
|
2608
|
-
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2609
2609
|
// Swords aliases
|
|
2610
2610
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2611
2611
|
// Syringe aliases
|
|
@@ -2620,10 +2620,10 @@ export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
|
2620
2620
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2621
2621
|
// TableOfContents aliases
|
|
2622
2622
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2623
|
-
// TableProperties aliases
|
|
2624
|
-
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2625
2623
|
// TableRowsSplit aliases
|
|
2626
2624
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2625
|
+
// TableProperties aliases
|
|
2626
|
+
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2627
2627
|
// Table aliases
|
|
2628
2628
|
export { default as TableIcon } from '../icons/table';
|
|
2629
2629
|
// TabletSmartphone aliases
|
|
@@ -2638,16 +2638,16 @@ export { default as TagPlusIcon } from '../icons/tag-plus';
|
|
|
2638
2638
|
export { default as TagXIcon } from '../icons/tag-x';
|
|
2639
2639
|
// Tag aliases
|
|
2640
2640
|
export { default as TagIcon } from '../icons/tag';
|
|
2641
|
-
// Tally2 aliases
|
|
2642
|
-
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2643
|
-
// Tally1 aliases
|
|
2644
|
-
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2645
2641
|
// Tags aliases
|
|
2646
2642
|
export { default as TagsIcon } from '../icons/tags';
|
|
2643
|
+
// Tally1 aliases
|
|
2644
|
+
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2647
2645
|
// Tally3 aliases
|
|
2648
2646
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2649
2647
|
// Tally4 aliases
|
|
2650
2648
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2649
|
+
// Tally2 aliases
|
|
2650
|
+
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2651
2651
|
// Tally5 aliases
|
|
2652
2652
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2653
2653
|
// Tangent aliases
|
|
@@ -2656,52 +2656,52 @@ export { default as TangentIcon } from '../icons/tangent';
|
|
|
2656
2656
|
export { default as TargetIcon } from '../icons/target';
|
|
2657
2657
|
// Telescope aliases
|
|
2658
2658
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2659
|
-
// Tent aliases
|
|
2660
|
-
export { default as TentIcon } from '../icons/tent';
|
|
2661
2659
|
// TentTree aliases
|
|
2662
2660
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2663
|
-
//
|
|
2664
|
-
export { default as
|
|
2661
|
+
// Tent aliases
|
|
2662
|
+
export { default as TentIcon } from '../icons/tent';
|
|
2665
2663
|
// Terminal aliases
|
|
2666
2664
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2665
|
+
// TestTube aliases
|
|
2666
|
+
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2667
2667
|
// TestTubes aliases
|
|
2668
2668
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2669
|
-
// TextCursorInput aliases
|
|
2670
|
-
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2671
2669
|
// TextCursor aliases
|
|
2672
2670
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2671
|
+
// TextCursorInput aliases
|
|
2672
|
+
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2673
2673
|
// TextQuote aliases
|
|
2674
2674
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2675
|
-
// Theater aliases
|
|
2676
|
-
export { default as TheaterIcon } from '../icons/theater';
|
|
2677
2675
|
// TextSearch aliases
|
|
2678
2676
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2677
|
+
// Theater aliases
|
|
2678
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2679
2679
|
// ThermometerSnowflake aliases
|
|
2680
2680
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2681
2681
|
// ThermometerSun aliases
|
|
2682
2682
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2683
2683
|
// Thermometer aliases
|
|
2684
2684
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2685
|
-
// ThumbsUp aliases
|
|
2686
|
-
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2687
2685
|
// ThumbsDown aliases
|
|
2688
2686
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2687
|
+
// ThumbsUp aliases
|
|
2688
|
+
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2689
2689
|
// TicketCheck aliases
|
|
2690
2690
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2691
2691
|
// TicketMinus aliases
|
|
2692
2692
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2693
|
-
// TicketPercent aliases
|
|
2694
|
-
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2695
2693
|
// TicketPlus aliases
|
|
2696
2694
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2695
|
+
// TicketPercent aliases
|
|
2696
|
+
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2697
2697
|
// TicketSlash aliases
|
|
2698
2698
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2699
2699
|
// TicketX aliases
|
|
2700
2700
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2701
|
-
// TicketsPlane aliases
|
|
2702
|
-
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2703
2701
|
// Ticket aliases
|
|
2704
2702
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2703
|
+
// TicketsPlane aliases
|
|
2704
|
+
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2705
2705
|
// Tickets aliases
|
|
2706
2706
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2707
2707
|
// Timeline aliases
|
|
@@ -2712,10 +2712,10 @@ export { default as TimerOffIcon } from '../icons/timer-off';
|
|
|
2712
2712
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2713
2713
|
// ToggleLeft aliases
|
|
2714
2714
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2715
|
-
// ToggleRight aliases
|
|
2716
|
-
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2717
2715
|
// Timer aliases
|
|
2718
2716
|
export { default as TimerIcon } from '../icons/timer';
|
|
2717
|
+
// ToggleRight aliases
|
|
2718
|
+
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2719
2719
|
// Toilet aliases
|
|
2720
2720
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2721
2721
|
// ToolCase aliases
|
|
@@ -2726,16 +2726,16 @@ export { default as ToolboxIcon } from '../icons/toolbox';
|
|
|
2726
2726
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2727
2727
|
// Torus aliases
|
|
2728
2728
|
export { default as TorusIcon } from '../icons/torus';
|
|
2729
|
-
// Touchpad aliases
|
|
2730
|
-
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2731
2729
|
// TouchpadOff aliases
|
|
2732
2730
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2731
|
+
// Touchpad aliases
|
|
2732
|
+
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2733
2733
|
// TowelRack aliases
|
|
2734
2734
|
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2735
|
-
// ToyBrick aliases
|
|
2736
|
-
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2737
2735
|
// TowerControl aliases
|
|
2738
2736
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2737
|
+
// ToyBrick aliases
|
|
2738
|
+
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2739
2739
|
// Tractor aliases
|
|
2740
2740
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2741
2741
|
// TrafficCone aliases
|
|
@@ -2752,20 +2752,20 @@ export { default as TransgenderIcon } from '../icons/transgender';
|
|
|
2752
2752
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2753
2753
|
// Trash aliases
|
|
2754
2754
|
export { default as TrashIcon } from '../icons/trash';
|
|
2755
|
-
// TreeDeciduous aliases
|
|
2756
|
-
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2757
2755
|
// TreePine aliases
|
|
2758
2756
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2757
|
+
// TreeDeciduous aliases
|
|
2758
|
+
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2759
2759
|
// Trees aliases
|
|
2760
2760
|
export { default as TreesIcon } from '../icons/trees';
|
|
2761
2761
|
// TrendingDown aliases
|
|
2762
2762
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2763
2763
|
// TrendingUpDown aliases
|
|
2764
2764
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2765
|
-
// TriangleDashed aliases
|
|
2766
|
-
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2767
2765
|
// TrendingUp aliases
|
|
2768
2766
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2767
|
+
// TriangleDashed aliases
|
|
2768
|
+
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2769
2769
|
// TriangleRight aliases
|
|
2770
2770
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2771
2771
|
// Triangle aliases
|
|
@@ -2794,14 +2794,14 @@ export { default as TypeIcon } from '../icons/type';
|
|
|
2794
2794
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2795
2795
|
// Umbrella aliases
|
|
2796
2796
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2797
|
-
// Underline aliases
|
|
2798
|
-
export { default as UnderlineIcon } from '../icons/underline';
|
|
2799
2797
|
// Undo2 aliases
|
|
2800
2798
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2801
2799
|
// UndoDot aliases
|
|
2802
2800
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2803
2801
|
// Undo aliases
|
|
2804
2802
|
export { default as UndoIcon } from '../icons/undo';
|
|
2803
|
+
// Underline aliases
|
|
2804
|
+
export { default as UnderlineIcon } from '../icons/underline';
|
|
2805
2805
|
// UnfoldHorizontal aliases
|
|
2806
2806
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2807
2807
|
// UnfoldVertical aliases
|
|
@@ -2828,12 +2828,12 @@ export { default as UserKeyIcon } from '../icons/user-key';
|
|
|
2828
2828
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2829
2829
|
// UserMinus aliases
|
|
2830
2830
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2831
|
-
// UserRoundArrowLeft aliases
|
|
2832
|
-
export { default as UserRoundArrowLeftIcon } from '../icons/user-round-arrow-left';
|
|
2833
2831
|
// UserPen aliases
|
|
2834
2832
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2835
2833
|
// UserPlus aliases
|
|
2836
2834
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2835
|
+
// UserRoundArrowLeft aliases
|
|
2836
|
+
export { default as UserRoundArrowLeftIcon } from '../icons/user-round-arrow-left';
|
|
2837
2837
|
// UserRoundKey aliases
|
|
2838
2838
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2839
2839
|
// UserRoundPen aliases
|
|
@@ -2852,10 +2852,10 @@ export { default as UserIcon } from '../icons/user';
|
|
|
2852
2852
|
export { default as UsersIcon } from '../icons/users';
|
|
2853
2853
|
// UtilityPole aliases
|
|
2854
2854
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2855
|
-
// Van aliases
|
|
2856
|
-
export { default as VanIcon } from '../icons/van';
|
|
2857
2855
|
// Variable aliases
|
|
2858
2856
|
export { default as VariableIcon } from '../icons/variable';
|
|
2857
|
+
// Van aliases
|
|
2858
|
+
export { default as VanIcon } from '../icons/van';
|
|
2859
2859
|
// Vault aliases
|
|
2860
2860
|
export { default as VaultIcon } from '../icons/vault';
|
|
2861
2861
|
// VectorSquare aliases
|
|
@@ -2868,10 +2868,10 @@ export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
|
2868
2868
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2869
2869
|
// Venus aliases
|
|
2870
2870
|
export { default as VenusIcon } from '../icons/venus';
|
|
2871
|
-
// VibrateOff aliases
|
|
2872
|
-
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2873
2871
|
// Vibrate aliases
|
|
2874
2872
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2873
|
+
// VibrateOff aliases
|
|
2874
|
+
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2875
2875
|
// VideoOff aliases
|
|
2876
2876
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2877
2877
|
// Video aliases
|
|
@@ -2886,12 +2886,12 @@ export { default as VoicemailIcon } from '../icons/voicemail';
|
|
|
2886
2886
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2887
2887
|
// Volume1 aliases
|
|
2888
2888
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2889
|
+
// VolumeOff aliases
|
|
2890
|
+
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2889
2891
|
// Volume2 aliases
|
|
2890
2892
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2891
2893
|
// VolumeX aliases
|
|
2892
2894
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2893
|
-
// VolumeOff aliases
|
|
2894
|
-
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2895
2895
|
// Volume aliases
|
|
2896
2896
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2897
2897
|
// Vote aliases
|
|
@@ -2902,24 +2902,24 @@ export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
|
2902
2902
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2903
2903
|
// Wallpaper aliases
|
|
2904
2904
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2905
|
-
// Warehouse aliases
|
|
2906
|
-
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2907
2905
|
// Wand aliases
|
|
2908
2906
|
export { default as WandIcon } from '../icons/wand';
|
|
2907
|
+
// Warehouse aliases
|
|
2908
|
+
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2909
2909
|
// WashingMachine aliases
|
|
2910
2910
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2911
2911
|
// Watch aliases
|
|
2912
2912
|
export { default as WatchIcon } from '../icons/watch';
|
|
2913
|
-
// WavesArrowDown aliases
|
|
2914
|
-
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2915
2913
|
// WavesArrowUp aliases
|
|
2916
2914
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2917
|
-
//
|
|
2918
|
-
export { default as
|
|
2919
|
-
// Waypoints aliases
|
|
2920
|
-
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2915
|
+
// WavesArrowDown aliases
|
|
2916
|
+
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2921
2917
|
// WavesVertical aliases
|
|
2922
2918
|
export { default as WavesVerticalIcon } from '../icons/waves-vertical';
|
|
2919
|
+
// Waypoints aliases
|
|
2920
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2921
|
+
// WavesLadder aliases
|
|
2922
|
+
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2923
2923
|
// WebcamOff aliases
|
|
2924
2924
|
export { default as WebcamOffIcon } from '../icons/webcam-off';
|
|
2925
2925
|
// Webcam aliases
|
|
@@ -2928,32 +2928,32 @@ export { default as WebcamIcon } from '../icons/webcam';
|
|
|
2928
2928
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2929
2929
|
// Webhook aliases
|
|
2930
2930
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2931
|
-
// WeightTilde aliases
|
|
2932
|
-
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2933
2931
|
// Weight aliases
|
|
2934
2932
|
export { default as WeightIcon } from '../icons/weight';
|
|
2933
|
+
// WeightTilde aliases
|
|
2934
|
+
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2935
2935
|
// WheatOff aliases
|
|
2936
2936
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2937
|
-
// WholeWord aliases
|
|
2938
|
-
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2939
2937
|
// Wheat aliases
|
|
2940
2938
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2941
|
-
//
|
|
2942
|
-
export { default as
|
|
2939
|
+
// WholeWord aliases
|
|
2940
|
+
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2943
2941
|
// WifiCog aliases
|
|
2944
2942
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2943
|
+
// WifiHigh aliases
|
|
2944
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2945
2945
|
// WifiLow aliases
|
|
2946
2946
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2947
2947
|
// WifiOff aliases
|
|
2948
2948
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2949
|
-
// WifiSync aliases
|
|
2950
|
-
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2951
|
-
// Wifi aliases
|
|
2952
|
-
export { default as WifiIcon } from '../icons/wifi';
|
|
2953
2949
|
// WifiPen aliases
|
|
2954
2950
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2951
|
+
// WifiSync aliases
|
|
2952
|
+
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2955
2953
|
// WifiZero aliases
|
|
2956
2954
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2955
|
+
// Wifi aliases
|
|
2956
|
+
export { default as WifiIcon } from '../icons/wifi';
|
|
2957
2957
|
// WindArrowDown aliases
|
|
2958
2958
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2959
2959
|
// Wind aliases
|
|
@@ -2972,10 +2972,10 @@ export { default as WrenchOffIcon } from '../icons/wrench-off';
|
|
|
2972
2972
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2973
2973
|
// XLineTop aliases
|
|
2974
2974
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
2975
|
-
// ZapOff aliases
|
|
2976
|
-
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2977
2975
|
// X aliases
|
|
2978
2976
|
export { default as XIcon } from '../icons/x';
|
|
2977
|
+
// ZapOff aliases
|
|
2978
|
+
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2979
2979
|
// Zap aliases
|
|
2980
2980
|
export { default as ZapIcon } from '../icons/zap';
|
|
2981
2981
|
// ZodiacAquarius aliases
|
|
@@ -3004,10 +3004,10 @@ export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
|
3004
3004
|
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
3005
3005
|
// ZodiacVirgo aliases
|
|
3006
3006
|
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
3007
|
-
// ZoomIn aliases
|
|
3008
|
-
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
3009
3007
|
// ZoomOut aliases
|
|
3010
3008
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
3009
|
+
// ZoomIn aliases
|
|
3010
|
+
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
3011
3011
|
// ArrowDown01 aliases
|
|
3012
3012
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
3013
3013
|
// ArrowDown10 aliases
|
|
@@ -3022,54 +3022,54 @@ export {
|
|
|
3022
3022
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. This alias will be removed in v1.0 */
|
|
3023
3023
|
default as AlarmCheckIcon
|
|
3024
3024
|
} from '../icons/alarm-clock-check';
|
|
3025
|
-
// AlarmClockPlus aliases
|
|
3026
|
-
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
3027
|
-
export {
|
|
3028
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
3029
|
-
default as AlarmPlusIcon
|
|
3030
|
-
} from '../icons/alarm-clock-plus';
|
|
3031
3025
|
// AlarmClockMinus aliases
|
|
3032
3026
|
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
3033
3027
|
export {
|
|
3034
3028
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
3035
3029
|
default as AlarmMinusIcon
|
|
3036
3030
|
} from '../icons/alarm-clock-minus';
|
|
3031
|
+
// AlarmClockPlus aliases
|
|
3032
|
+
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
3033
|
+
export {
|
|
3034
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
3035
|
+
default as AlarmPlusIcon
|
|
3036
|
+
} from '../icons/alarm-clock-plus';
|
|
3037
3037
|
// ArrowDownAZ aliases
|
|
3038
3038
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
3039
3039
|
export {
|
|
3040
3040
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
|
|
3041
3041
|
default as ArrowDownAzIcon
|
|
3042
3042
|
} from '../icons/arrow-down-a-z';
|
|
3043
|
-
// ArrowDownZA aliases
|
|
3044
|
-
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
3045
|
-
export {
|
|
3046
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
|
|
3047
|
-
default as ArrowDownZaIcon
|
|
3048
|
-
} from '../icons/arrow-down-z-a';
|
|
3049
3043
|
// ArrowDownWideNarrow aliases
|
|
3050
3044
|
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
3051
3045
|
export {
|
|
3052
3046
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
3053
3047
|
default as SortDescIcon
|
|
3054
3048
|
} from '../icons/arrow-down-wide-narrow';
|
|
3049
|
+
// ArrowDownZA aliases
|
|
3050
|
+
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
3051
|
+
export {
|
|
3052
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
|
|
3053
|
+
default as ArrowDownZaIcon
|
|
3054
|
+
} from '../icons/arrow-down-z-a';
|
|
3055
3055
|
// ArrowUpAZ aliases
|
|
3056
3056
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
3057
3057
|
export {
|
|
3058
3058
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. This alias will be removed in v1.0 */
|
|
3059
3059
|
default as ArrowUpAzIcon
|
|
3060
3060
|
} from '../icons/arrow-up-a-z';
|
|
3061
|
-
// ArrowUpZA aliases
|
|
3062
|
-
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
3063
|
-
export {
|
|
3064
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
3065
|
-
default as ArrowUpZaIcon
|
|
3066
|
-
} from '../icons/arrow-up-z-a';
|
|
3067
3061
|
// ArrowUpNarrowWide aliases
|
|
3068
3062
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3069
3063
|
export {
|
|
3070
3064
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
3071
3065
|
default as SortAscIcon
|
|
3072
3066
|
} from '../icons/arrow-up-narrow-wide';
|
|
3067
|
+
// ArrowUpZA aliases
|
|
3068
|
+
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
3069
|
+
export {
|
|
3070
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
3071
|
+
default as ArrowUpZaIcon
|
|
3072
|
+
} from '../icons/arrow-up-z-a';
|
|
3073
3073
|
// Axis3d aliases
|
|
3074
3074
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
3075
3075
|
export {
|
|
@@ -3082,18 +3082,18 @@ export {
|
|
|
3082
3082
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
3083
3083
|
default as VerifiedIcon
|
|
3084
3084
|
} from '../icons/badge-check';
|
|
3085
|
-
// BetweenHorizontalEnd aliases
|
|
3086
|
-
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3087
|
-
export {
|
|
3088
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
3089
|
-
default as BetweenHorizonalEndIcon
|
|
3090
|
-
} from '../icons/between-horizontal-end';
|
|
3091
3085
|
// BadgeQuestionMark aliases
|
|
3092
3086
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
3093
3087
|
export {
|
|
3094
3088
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3095
3089
|
default as BadgeHelpIcon
|
|
3096
3090
|
} from '../icons/badge-question-mark';
|
|
3091
|
+
// BetweenHorizontalEnd aliases
|
|
3092
|
+
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3093
|
+
export {
|
|
3094
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
3095
|
+
default as BetweenHorizonalEndIcon
|
|
3096
|
+
} from '../icons/between-horizontal-end';
|
|
3097
3097
|
// BetweenHorizontalStart aliases
|
|
3098
3098
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
3099
3099
|
export {
|
|
@@ -3112,18 +3112,18 @@ export {
|
|
|
3112
3112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
3113
3113
|
default as CurlyBracesIcon
|
|
3114
3114
|
} from '../icons/braces';
|
|
3115
|
-
// Captions aliases
|
|
3116
|
-
export { default as CaptionsIcon } from '../icons/captions';
|
|
3117
|
-
export {
|
|
3118
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
3119
|
-
default as SubtitlesIcon
|
|
3120
|
-
} from '../icons/captions';
|
|
3121
3115
|
// ChartArea aliases
|
|
3122
3116
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3123
3117
|
export {
|
|
3124
3118
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
3125
3119
|
default as AreaChartIcon
|
|
3126
3120
|
} from '../icons/chart-area';
|
|
3121
|
+
// Captions aliases
|
|
3122
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
3123
|
+
export {
|
|
3124
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
3125
|
+
default as SubtitlesIcon
|
|
3126
|
+
} from '../icons/captions';
|
|
3127
3127
|
// ChartBarBig aliases
|
|
3128
3128
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3129
3129
|
export {
|
|
@@ -3136,66 +3136,60 @@ export {
|
|
|
3136
3136
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
3137
3137
|
default as BarChartHorizontalIcon
|
|
3138
3138
|
} from '../icons/chart-bar';
|
|
3139
|
-
// ChartCandlestick aliases
|
|
3140
|
-
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3141
|
-
export {
|
|
3142
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
3143
|
-
default as CandlestickChartIcon
|
|
3144
|
-
} from '../icons/chart-candlestick';
|
|
3145
3139
|
// ChartColumnBig aliases
|
|
3146
3140
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3147
3141
|
export {
|
|
3148
3142
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
3149
3143
|
default as BarChartBigIcon
|
|
3150
3144
|
} from '../icons/chart-column-big';
|
|
3145
|
+
// ChartCandlestick aliases
|
|
3146
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3147
|
+
export {
|
|
3148
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
3149
|
+
default as CandlestickChartIcon
|
|
3150
|
+
} from '../icons/chart-candlestick';
|
|
3151
3151
|
// ChartColumnIncreasing aliases
|
|
3152
3152
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3153
3153
|
export {
|
|
3154
3154
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3155
3155
|
default as BarChart4Icon
|
|
3156
3156
|
} from '../icons/chart-column-increasing';
|
|
3157
|
-
//
|
|
3158
|
-
export { default as
|
|
3157
|
+
// ChartColumn aliases
|
|
3158
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3159
3159
|
export {
|
|
3160
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3161
|
-
default as
|
|
3162
|
-
} from '../icons/chart-
|
|
3160
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
3161
|
+
default as BarChart3Icon
|
|
3162
|
+
} from '../icons/chart-column';
|
|
3163
3163
|
// ChartNoAxesColumnIncreasing aliases
|
|
3164
3164
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3165
3165
|
export {
|
|
3166
3166
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3167
3167
|
default as BarChartIcon
|
|
3168
3168
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3169
|
-
//
|
|
3170
|
-
export { default as
|
|
3171
|
-
export {
|
|
3172
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
3173
|
-
default as BarChart3Icon
|
|
3174
|
-
} from '../icons/chart-column';
|
|
3175
|
-
// ChartNoAxesGantt aliases
|
|
3176
|
-
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3169
|
+
// ChartLine aliases
|
|
3170
|
+
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3177
3171
|
export {
|
|
3178
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3179
|
-
default as
|
|
3180
|
-
} from '../icons/chart-
|
|
3172
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
3173
|
+
default as LineChartIcon
|
|
3174
|
+
} from '../icons/chart-line';
|
|
3181
3175
|
// ChartNoAxesColumn aliases
|
|
3182
3176
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3183
3177
|
export {
|
|
3184
3178
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3185
3179
|
default as BarChart2Icon
|
|
3186
3180
|
} from '../icons/chart-no-axes-column';
|
|
3181
|
+
// ChartNoAxesGantt aliases
|
|
3182
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3183
|
+
export {
|
|
3184
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
3185
|
+
default as GanttChartIcon
|
|
3186
|
+
} from '../icons/chart-no-axes-gantt';
|
|
3187
3187
|
// ChartPie aliases
|
|
3188
3188
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3189
3189
|
export {
|
|
3190
3190
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
3191
3191
|
default as PieChartIcon
|
|
3192
3192
|
} from '../icons/chart-pie';
|
|
3193
|
-
// ChartScatter aliases
|
|
3194
|
-
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3195
|
-
export {
|
|
3196
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3197
|
-
default as ScatterChartIcon
|
|
3198
|
-
} from '../icons/chart-scatter';
|
|
3199
3193
|
// CircleAlert aliases
|
|
3200
3194
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3201
3195
|
export {
|
|
@@ -3208,6 +3202,12 @@ export {
|
|
|
3208
3202
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3209
3203
|
default as ArrowDownCircleIcon
|
|
3210
3204
|
} from '../icons/circle-arrow-down';
|
|
3205
|
+
// ChartScatter aliases
|
|
3206
|
+
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3207
|
+
export {
|
|
3208
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3209
|
+
default as ScatterChartIcon
|
|
3210
|
+
} from '../icons/chart-scatter';
|
|
3211
3211
|
// CircleArrowLeft aliases
|
|
3212
3212
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3213
3213
|
export {
|
|
@@ -3232,36 +3232,42 @@ export {
|
|
|
3232
3232
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3233
3233
|
default as ArrowUpLeftFromCircleIcon
|
|
3234
3234
|
} from '../icons/circle-arrow-out-up-left';
|
|
3235
|
-
//
|
|
3236
|
-
export { default as
|
|
3235
|
+
// CircleArrowRight aliases
|
|
3236
|
+
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3237
3237
|
export {
|
|
3238
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3239
|
-
default as
|
|
3240
|
-
} from '../icons/circle-arrow-
|
|
3238
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3239
|
+
default as ArrowRightCircleIcon
|
|
3240
|
+
} from '../icons/circle-arrow-right';
|
|
3241
3241
|
// CircleArrowUp aliases
|
|
3242
3242
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3243
3243
|
export {
|
|
3244
3244
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3245
3245
|
default as ArrowUpCircleIcon
|
|
3246
3246
|
} from '../icons/circle-arrow-up';
|
|
3247
|
-
// CircleArrowRight aliases
|
|
3248
|
-
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3249
|
-
export {
|
|
3250
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3251
|
-
default as ArrowRightCircleIcon
|
|
3252
|
-
} from '../icons/circle-arrow-right';
|
|
3253
3247
|
// CircleCheckBig aliases
|
|
3254
3248
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3255
3249
|
export {
|
|
3256
3250
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3257
3251
|
default as CheckCircleIcon
|
|
3258
3252
|
} from '../icons/circle-check-big';
|
|
3253
|
+
// CircleArrowOutUpRight aliases
|
|
3254
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3255
|
+
export {
|
|
3256
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3257
|
+
default as ArrowUpRightFromCircleIcon
|
|
3258
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
3259
3259
|
// CircleChevronDown aliases
|
|
3260
3260
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3261
3261
|
export {
|
|
3262
3262
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3263
3263
|
default as ChevronDownCircleIcon
|
|
3264
3264
|
} from '../icons/circle-chevron-down';
|
|
3265
|
+
// CircleChevronLeft aliases
|
|
3266
|
+
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3267
|
+
export {
|
|
3268
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3269
|
+
default as ChevronLeftCircleIcon
|
|
3270
|
+
} from '../icons/circle-chevron-left';
|
|
3265
3271
|
// CircleCheck aliases
|
|
3266
3272
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3267
3273
|
export {
|
|
@@ -3280,30 +3286,24 @@ export {
|
|
|
3280
3286
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
3281
3287
|
default as ChevronUpCircleIcon
|
|
3282
3288
|
} from '../icons/circle-chevron-up';
|
|
3283
|
-
// CircleChevronLeft aliases
|
|
3284
|
-
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3285
|
-
export {
|
|
3286
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3287
|
-
default as ChevronLeftCircleIcon
|
|
3288
|
-
} from '../icons/circle-chevron-left';
|
|
3289
3289
|
// CircleDivide aliases
|
|
3290
3290
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3291
3291
|
export {
|
|
3292
3292
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3293
3293
|
default as DivideCircleIcon
|
|
3294
3294
|
} from '../icons/circle-divide';
|
|
3295
|
-
// CircleMinus aliases
|
|
3296
|
-
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3297
|
-
export {
|
|
3298
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3299
|
-
default as MinusCircleIcon
|
|
3300
|
-
} from '../icons/circle-minus';
|
|
3301
3295
|
// CircleGauge aliases
|
|
3302
3296
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3303
3297
|
export {
|
|
3304
3298
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3305
3299
|
default as GaugeCircleIcon
|
|
3306
3300
|
} from '../icons/circle-gauge';
|
|
3301
|
+
// CircleMinus aliases
|
|
3302
|
+
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3303
|
+
export {
|
|
3304
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3305
|
+
default as MinusCircleIcon
|
|
3306
|
+
} from '../icons/circle-minus';
|
|
3307
3307
|
// CircleParking aliases
|
|
3308
3308
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3309
3309
|
export {
|
|
@@ -3322,18 +3322,18 @@ export {
|
|
|
3322
3322
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3323
3323
|
default as PauseCircleIcon
|
|
3324
3324
|
} from '../icons/circle-pause';
|
|
3325
|
-
// CirclePercent aliases
|
|
3326
|
-
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3327
|
-
export {
|
|
3328
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
3329
|
-
default as PercentCircleIcon
|
|
3330
|
-
} from '../icons/circle-percent';
|
|
3331
3325
|
// CirclePlay aliases
|
|
3332
3326
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3333
3327
|
export {
|
|
3334
3328
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
3335
3329
|
default as PlayCircleIcon
|
|
3336
3330
|
} from '../icons/circle-play';
|
|
3331
|
+
// CirclePercent aliases
|
|
3332
|
+
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3333
|
+
export {
|
|
3334
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
3335
|
+
default as PercentCircleIcon
|
|
3336
|
+
} from '../icons/circle-percent';
|
|
3337
3337
|
// CirclePlus aliases
|
|
3338
3338
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3339
3339
|
export {
|
|
@@ -3356,60 +3356,54 @@ export {
|
|
|
3356
3356
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3357
3357
|
default as CircleHelpIcon
|
|
3358
3358
|
} from '../icons/circle-question-mark';
|
|
3359
|
-
// CircleSlash2 aliases
|
|
3360
|
-
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3361
|
-
export {
|
|
3362
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
3363
|
-
default as CircleSlashedIcon
|
|
3364
|
-
} from '../icons/circle-slash-2';
|
|
3365
3359
|
// CircleStop aliases
|
|
3366
3360
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3367
3361
|
export {
|
|
3368
3362
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3369
3363
|
default as StopCircleIcon
|
|
3370
3364
|
} from '../icons/circle-stop';
|
|
3371
|
-
//
|
|
3372
|
-
export { default as
|
|
3365
|
+
// CircleSlash2 aliases
|
|
3366
|
+
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3373
3367
|
export {
|
|
3374
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3375
|
-
default as
|
|
3376
|
-
} from '../icons/circle-
|
|
3368
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
3369
|
+
default as CircleSlashedIcon
|
|
3370
|
+
} from '../icons/circle-slash-2';
|
|
3377
3371
|
// CircleUser aliases
|
|
3378
3372
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3379
3373
|
export {
|
|
3380
3374
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3381
3375
|
default as UserCircleIcon
|
|
3382
3376
|
} from '../icons/circle-user';
|
|
3383
|
-
//
|
|
3384
|
-
export { default as
|
|
3377
|
+
// CircleUserRound aliases
|
|
3378
|
+
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3385
3379
|
export {
|
|
3386
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3387
|
-
default as
|
|
3388
|
-
} from '../icons/circle-
|
|
3380
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3381
|
+
default as UserCircle2Icon
|
|
3382
|
+
} from '../icons/circle-user-round';
|
|
3389
3383
|
// ClipboardPenLine aliases
|
|
3390
3384
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3391
3385
|
export {
|
|
3392
3386
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3393
3387
|
default as ClipboardSignatureIcon
|
|
3394
3388
|
} from '../icons/clipboard-pen-line';
|
|
3395
|
-
//
|
|
3396
|
-
export { default as
|
|
3389
|
+
// CircleX aliases
|
|
3390
|
+
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3397
3391
|
export {
|
|
3398
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3399
|
-
default as
|
|
3400
|
-
} from '../icons/
|
|
3392
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3393
|
+
default as XCircleIcon
|
|
3394
|
+
} from '../icons/circle-x';
|
|
3401
3395
|
// ClipboardPen aliases
|
|
3402
3396
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3403
3397
|
export {
|
|
3404
3398
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
3405
3399
|
default as ClipboardEditIcon
|
|
3406
3400
|
} from '../icons/clipboard-pen';
|
|
3407
|
-
//
|
|
3408
|
-
export { default as
|
|
3401
|
+
// CloudDownload aliases
|
|
3402
|
+
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3409
3403
|
export {
|
|
3410
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3411
|
-
default as
|
|
3412
|
-
} from '../icons/cloud-
|
|
3404
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3405
|
+
default as DownloadCloudIcon
|
|
3406
|
+
} from '../icons/cloud-download';
|
|
3413
3407
|
// CodeXml aliases
|
|
3414
3408
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3415
3409
|
export {
|
|
@@ -3422,6 +3416,12 @@ export {
|
|
|
3422
3416
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3423
3417
|
default as ColumnsIcon
|
|
3424
3418
|
} from '../icons/columns-2';
|
|
3419
|
+
// CloudUpload aliases
|
|
3420
|
+
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3421
|
+
export {
|
|
3422
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3423
|
+
default as UploadCloudIcon
|
|
3424
|
+
} from '../icons/cloud-upload';
|
|
3425
3425
|
// Columns3Cog aliases
|
|
3426
3426
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3427
3427
|
export {
|
|
@@ -3432,6 +3432,12 @@ export {
|
|
|
3432
3432
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3433
3433
|
default as TableConfigIcon
|
|
3434
3434
|
} from '../icons/columns-3-cog';
|
|
3435
|
+
// Columns3 aliases
|
|
3436
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3437
|
+
export {
|
|
3438
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3439
|
+
default as PanelsLeftRightIcon
|
|
3440
|
+
} from '../icons/columns-3';
|
|
3435
3441
|
// ContactRound aliases
|
|
3436
3442
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3437
3443
|
export {
|
|
@@ -3444,12 +3450,6 @@ export {
|
|
|
3444
3450
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3445
3451
|
default as PercentDiamondIcon
|
|
3446
3452
|
} from '../icons/diamond-percent';
|
|
3447
|
-
// Columns3 aliases
|
|
3448
|
-
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3449
|
-
export {
|
|
3450
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3451
|
-
default as PanelsLeftRightIcon
|
|
3452
|
-
} from '../icons/columns-3';
|
|
3453
3453
|
// Earth aliases
|
|
3454
3454
|
export { default as EarthIcon } from '../icons/earth';
|
|
3455
3455
|
export {
|
|
@@ -3486,18 +3486,18 @@ export {
|
|
|
3486
3486
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
3487
3487
|
default as FileJsonIcon
|
|
3488
3488
|
} from '../icons/file-braces';
|
|
3489
|
-
// FileBracesCorner aliases
|
|
3490
|
-
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3491
|
-
export {
|
|
3492
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
3493
|
-
default as FileJson2Icon
|
|
3494
|
-
} from '../icons/file-braces-corner';
|
|
3495
3489
|
// FileChartColumnIncreasing aliases
|
|
3496
3490
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3497
3491
|
export {
|
|
3498
3492
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3499
3493
|
default as FileBarChartIcon
|
|
3500
3494
|
} from '../icons/file-chart-column-increasing';
|
|
3495
|
+
// FileBracesCorner aliases
|
|
3496
|
+
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3497
|
+
export {
|
|
3498
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
3499
|
+
default as FileJson2Icon
|
|
3500
|
+
} from '../icons/file-braces-corner';
|
|
3501
3501
|
// FileChartColumn aliases
|
|
3502
3502
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3503
3503
|
export {
|
|
@@ -3540,12 +3540,6 @@ export {
|
|
|
3540
3540
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3541
3541
|
default as FileWarningIcon
|
|
3542
3542
|
} from '../icons/file-exclamation-point';
|
|
3543
|
-
// FileKey aliases
|
|
3544
|
-
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3545
|
-
export {
|
|
3546
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3547
|
-
default as FileKey2Icon
|
|
3548
|
-
} from '../icons/file-key';
|
|
3549
3543
|
// FileHeadphone aliases
|
|
3550
3544
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3551
3545
|
export {
|
|
@@ -3556,24 +3550,30 @@ export {
|
|
|
3556
3550
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3557
3551
|
default as FileAudio2Icon
|
|
3558
3552
|
} from '../icons/file-headphone';
|
|
3553
|
+
// FileKey aliases
|
|
3554
|
+
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3555
|
+
export {
|
|
3556
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3557
|
+
default as FileKey2Icon
|
|
3558
|
+
} from '../icons/file-key';
|
|
3559
3559
|
// FileLock aliases
|
|
3560
3560
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3561
3561
|
export {
|
|
3562
3562
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
3563
3563
|
default as FileLock2Icon
|
|
3564
3564
|
} from '../icons/file-lock';
|
|
3565
|
-
// FileMinusCorner aliases
|
|
3566
|
-
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3567
|
-
export {
|
|
3568
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
3569
|
-
default as FileMinus2Icon
|
|
3570
|
-
} from '../icons/file-minus-corner';
|
|
3571
3565
|
// FilePenLine aliases
|
|
3572
3566
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3573
3567
|
export {
|
|
3574
3568
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3575
3569
|
default as FileSignatureIcon
|
|
3576
3570
|
} from '../icons/file-pen-line';
|
|
3571
|
+
// FileMinusCorner aliases
|
|
3572
|
+
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3573
|
+
export {
|
|
3574
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
3575
|
+
default as FileMinus2Icon
|
|
3576
|
+
} from '../icons/file-minus-corner';
|
|
3577
3577
|
// FilePen aliases
|
|
3578
3578
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3579
3579
|
export {
|
|
@@ -3616,6 +3616,12 @@ export {
|
|
|
3616
3616
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3617
3617
|
default as FileType2Icon
|
|
3618
3618
|
} from '../icons/file-type-corner';
|
|
3619
|
+
// FingerprintPattern aliases
|
|
3620
|
+
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3621
|
+
export {
|
|
3622
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
3623
|
+
default as FingerprintIcon
|
|
3624
|
+
} from '../icons/fingerprint-pattern';
|
|
3619
3625
|
// FileVideoCamera aliases
|
|
3620
3626
|
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3621
3627
|
export {
|
|
@@ -3628,60 +3634,64 @@ export {
|
|
|
3628
3634
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3629
3635
|
default as FileX2Icon
|
|
3630
3636
|
} from '../icons/file-x-corner';
|
|
3631
|
-
//
|
|
3632
|
-
export { default as
|
|
3637
|
+
// FolderPen aliases
|
|
3638
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3633
3639
|
export {
|
|
3634
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3635
|
-
default as
|
|
3636
|
-
} from '../icons/
|
|
3640
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
3641
|
+
default as FolderEditIcon
|
|
3642
|
+
} from '../icons/folder-pen';
|
|
3637
3643
|
// FolderCog aliases
|
|
3638
3644
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3639
3645
|
export {
|
|
3640
3646
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3641
3647
|
default as FolderCog2Icon
|
|
3642
3648
|
} from '../icons/folder-cog';
|
|
3643
|
-
// FolderPen aliases
|
|
3644
|
-
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3645
|
-
export {
|
|
3646
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
3647
|
-
default as FolderEditIcon
|
|
3648
|
-
} from '../icons/folder-pen';
|
|
3649
3649
|
// FunnelX aliases
|
|
3650
3650
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3651
3651
|
export {
|
|
3652
3652
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3653
3653
|
default as FilterXIcon
|
|
3654
3654
|
} from '../icons/funnel-x';
|
|
3655
|
-
// GitCommitHorizontal aliases
|
|
3656
|
-
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3657
|
-
export {
|
|
3658
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3659
|
-
default as GitCommitIcon
|
|
3660
|
-
} from '../icons/git-commit-horizontal';
|
|
3661
|
-
// Grid2x2Check aliases
|
|
3662
|
-
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3663
|
-
export {
|
|
3664
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3665
|
-
default as Grid2X2CheckIcon
|
|
3666
|
-
} from '../icons/grid-2x2-check';
|
|
3667
3655
|
// Funnel aliases
|
|
3668
3656
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3669
3657
|
export {
|
|
3670
3658
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3671
3659
|
default as FilterIcon
|
|
3672
3660
|
} from '../icons/funnel';
|
|
3661
|
+
// GitCommitHorizontal aliases
|
|
3662
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3663
|
+
export {
|
|
3664
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3665
|
+
default as GitCommitIcon
|
|
3666
|
+
} from '../icons/git-commit-horizontal';
|
|
3673
3667
|
// Grid2x2Plus aliases
|
|
3674
3668
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3675
3669
|
export {
|
|
3676
3670
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3677
3671
|
default as Grid2X2PlusIcon
|
|
3678
3672
|
} from '../icons/grid-2x2-plus';
|
|
3673
|
+
// Grid2x2Check aliases
|
|
3674
|
+
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3675
|
+
export {
|
|
3676
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3677
|
+
default as Grid2X2CheckIcon
|
|
3678
|
+
} from '../icons/grid-2x2-check';
|
|
3679
3679
|
// Grid2x2X aliases
|
|
3680
3680
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3681
3681
|
export {
|
|
3682
3682
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3683
3683
|
default as Grid2X2XIcon
|
|
3684
3684
|
} from '../icons/grid-2x2-x';
|
|
3685
|
+
// Grid3x3 aliases
|
|
3686
|
+
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3687
|
+
export {
|
|
3688
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3689
|
+
default as GridIcon
|
|
3690
|
+
} from '../icons/grid-3x3';
|
|
3691
|
+
export {
|
|
3692
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3693
|
+
default as Grid3X3Icon
|
|
3694
|
+
} from '../icons/grid-3x3';
|
|
3685
3695
|
// Grid2x2 aliases
|
|
3686
3696
|
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3687
3697
|
export {
|
|
@@ -3694,40 +3704,30 @@ export {
|
|
|
3694
3704
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3695
3705
|
default as GrabIcon
|
|
3696
3706
|
} from '../icons/hand-grab';
|
|
3697
|
-
//
|
|
3698
|
-
export { default as
|
|
3699
|
-
export {
|
|
3700
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3701
|
-
default as GridIcon
|
|
3702
|
-
} from '../icons/grid-3x3';
|
|
3707
|
+
// IceCreamBowl aliases
|
|
3708
|
+
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3703
3709
|
export {
|
|
3704
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3705
|
-
default as
|
|
3706
|
-
} from '../icons/
|
|
3710
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3711
|
+
default as IceCream2Icon
|
|
3712
|
+
} from '../icons/ice-cream-bowl';
|
|
3707
3713
|
// HandHelping aliases
|
|
3708
3714
|
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3709
3715
|
export {
|
|
3710
3716
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3711
3717
|
default as HelpingHandIcon
|
|
3712
3718
|
} from '../icons/hand-helping';
|
|
3713
|
-
// House aliases
|
|
3714
|
-
export { default as HouseIcon } from '../icons/house';
|
|
3715
|
-
export {
|
|
3716
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
3717
|
-
default as HomeIcon
|
|
3718
|
-
} from '../icons/house';
|
|
3719
|
-
// IceCreamBowl aliases
|
|
3720
|
-
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3721
|
-
export {
|
|
3722
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3723
|
-
default as IceCream2Icon
|
|
3724
|
-
} from '../icons/ice-cream-bowl';
|
|
3725
3719
|
// IceCreamCone aliases
|
|
3726
3720
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3727
3721
|
export {
|
|
3728
3722
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3729
3723
|
default as IceCreamIcon
|
|
3730
3724
|
} from '../icons/ice-cream-cone';
|
|
3725
|
+
// House aliases
|
|
3726
|
+
export { default as HouseIcon } from '../icons/house';
|
|
3727
|
+
export {
|
|
3728
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
3729
|
+
default as HomeIcon
|
|
3730
|
+
} from '../icons/house';
|
|
3731
3731
|
// LaptopMinimal aliases
|
|
3732
3732
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3733
3733
|
export {
|
|
@@ -3740,6 +3740,12 @@ export {
|
|
|
3740
3740
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3741
3741
|
default as Layers3Icon
|
|
3742
3742
|
} from '../icons/layers';
|
|
3743
|
+
// LockKeyholeOpen aliases
|
|
3744
|
+
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3745
|
+
export {
|
|
3746
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
3747
|
+
default as UnlockKeyholeIcon
|
|
3748
|
+
} from '../icons/lock-keyhole-open';
|
|
3743
3749
|
// ListIndentDecrease aliases
|
|
3744
3750
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3745
3751
|
export {
|
|
@@ -3766,72 +3772,66 @@ export {
|
|
|
3766
3772
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3767
3773
|
default as Loader2Icon
|
|
3768
3774
|
} from '../icons/loader-circle';
|
|
3769
|
-
//
|
|
3770
|
-
export { default as
|
|
3775
|
+
// MailQuestionMark aliases
|
|
3776
|
+
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3771
3777
|
export {
|
|
3772
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3773
|
-
default as
|
|
3774
|
-
} from '../icons/
|
|
3778
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3779
|
+
default as MailQuestionIcon
|
|
3780
|
+
} from '../icons/mail-question-mark';
|
|
3775
3781
|
// LockOpen aliases
|
|
3776
3782
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3777
3783
|
export {
|
|
3778
3784
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
3779
3785
|
default as UnlockIcon
|
|
3780
3786
|
} from '../icons/lock-open';
|
|
3781
|
-
// MapPinPen aliases
|
|
3782
|
-
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3783
|
-
export {
|
|
3784
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
3785
|
-
default as LocationEditIcon
|
|
3786
|
-
} from '../icons/map-pin-pen';
|
|
3787
|
-
// MailQuestionMark aliases
|
|
3788
|
-
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3789
|
-
export {
|
|
3790
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3791
|
-
default as MailQuestionIcon
|
|
3792
|
-
} from '../icons/mail-question-mark';
|
|
3793
3787
|
// MessageCircleQuestionMark aliases
|
|
3794
3788
|
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3795
3789
|
export {
|
|
3796
3790
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3797
3791
|
default as MessageCircleQuestionIcon
|
|
3798
3792
|
} from '../icons/message-circle-question-mark';
|
|
3799
|
-
//
|
|
3800
|
-
export { default as
|
|
3793
|
+
// MapPinPen aliases
|
|
3794
|
+
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3801
3795
|
export {
|
|
3802
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3803
|
-
default as
|
|
3804
|
-
} from '../icons/
|
|
3796
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
3797
|
+
default as LocationEditIcon
|
|
3798
|
+
} from '../icons/map-pin-pen';
|
|
3799
|
+
// Move3d aliases
|
|
3800
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3801
|
+
export {
|
|
3802
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3803
|
+
default as Move3DIcon
|
|
3804
|
+
} from '../icons/move-3d';
|
|
3805
3805
|
// OctagonAlert aliases
|
|
3806
3806
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3807
3807
|
export {
|
|
3808
3808
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3809
3809
|
default as AlertOctagonIcon
|
|
3810
3810
|
} from '../icons/octagon-alert';
|
|
3811
|
-
//
|
|
3812
|
-
export { default as
|
|
3811
|
+
// MicVocal aliases
|
|
3812
|
+
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3813
3813
|
export {
|
|
3814
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3815
|
-
default as
|
|
3816
|
-
} from '../icons/
|
|
3814
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3815
|
+
default as Mic2Icon
|
|
3816
|
+
} from '../icons/mic-vocal';
|
|
3817
3817
|
// OctagonPause aliases
|
|
3818
3818
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3819
3819
|
export {
|
|
3820
3820
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3821
3821
|
default as PauseOctagonIcon
|
|
3822
3822
|
} from '../icons/octagon-pause';
|
|
3823
|
-
// OctagonX aliases
|
|
3824
|
-
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3825
|
-
export {
|
|
3826
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
3827
|
-
default as XOctagonIcon
|
|
3828
|
-
} from '../icons/octagon-x';
|
|
3829
3823
|
// PaintbrushVertical aliases
|
|
3830
3824
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3831
3825
|
export {
|
|
3832
3826
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
3833
3827
|
default as Paintbrush2Icon
|
|
3834
3828
|
} from '../icons/paintbrush-vertical';
|
|
3829
|
+
// OctagonX aliases
|
|
3830
|
+
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3831
|
+
export {
|
|
3832
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
3833
|
+
default as XOctagonIcon
|
|
3834
|
+
} from '../icons/octagon-x';
|
|
3835
3835
|
// PanelBottomDashed aliases
|
|
3836
3836
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3837
3837
|
export {
|
|
@@ -3844,12 +3844,6 @@ export {
|
|
|
3844
3844
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3845
3845
|
default as SidebarCloseIcon
|
|
3846
3846
|
} from '../icons/panel-left-close';
|
|
3847
|
-
// PanelLeftOpen aliases
|
|
3848
|
-
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3849
|
-
export {
|
|
3850
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3851
|
-
default as SidebarOpenIcon
|
|
3852
|
-
} from '../icons/panel-left-open';
|
|
3853
3847
|
// PanelLeftDashed aliases
|
|
3854
3848
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3855
3849
|
export {
|
|
@@ -3868,6 +3862,12 @@ export {
|
|
|
3868
3862
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
3869
3863
|
default as PanelRightInactiveIcon
|
|
3870
3864
|
} from '../icons/panel-right-dashed';
|
|
3865
|
+
// PanelLeftOpen aliases
|
|
3866
|
+
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3867
|
+
export {
|
|
3868
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3869
|
+
default as SidebarOpenIcon
|
|
3870
|
+
} from '../icons/panel-left-open';
|
|
3871
3871
|
// PanelTopDashed aliases
|
|
3872
3872
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3873
3873
|
export {
|
|
@@ -3898,48 +3898,48 @@ export {
|
|
|
3898
3898
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3899
3899
|
default as PlugZap2Icon
|
|
3900
3900
|
} from '../icons/plug-zap';
|
|
3901
|
-
// Rotate3d aliases
|
|
3902
|
-
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3903
|
-
export {
|
|
3904
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3905
|
-
default as Rotate3DIcon
|
|
3906
|
-
} from '../icons/rotate-3d';
|
|
3907
3901
|
// RectangleEllipsis aliases
|
|
3908
3902
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3909
3903
|
export {
|
|
3910
3904
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3911
3905
|
default as FormInputIcon
|
|
3912
3906
|
} from '../icons/rectangle-ellipsis';
|
|
3907
|
+
// Rotate3d aliases
|
|
3908
|
+
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3909
|
+
export {
|
|
3910
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3911
|
+
default as Rotate3DIcon
|
|
3912
|
+
} from '../icons/rotate-3d';
|
|
3913
3913
|
// Rows2 aliases
|
|
3914
3914
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3915
3915
|
export {
|
|
3916
3916
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
3917
3917
|
default as RowsIcon
|
|
3918
3918
|
} from '../icons/rows-2';
|
|
3919
|
-
// Rows3 aliases
|
|
3920
|
-
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3921
|
-
export {
|
|
3922
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3923
|
-
default as PanelsTopBottomIcon
|
|
3924
|
-
} from '../icons/rows-3';
|
|
3925
3919
|
// Scale3d aliases
|
|
3926
3920
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3927
3921
|
export {
|
|
3928
3922
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3929
3923
|
default as Scale3DIcon
|
|
3930
3924
|
} from '../icons/scale-3d';
|
|
3931
|
-
//
|
|
3932
|
-
export { default as
|
|
3925
|
+
// Rows3 aliases
|
|
3926
|
+
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3933
3927
|
export {
|
|
3934
|
-
/** @deprecated
|
|
3935
|
-
default as
|
|
3936
|
-
} from '../icons/
|
|
3928
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3929
|
+
default as PanelsTopBottomIcon
|
|
3930
|
+
} from '../icons/rows-3';
|
|
3937
3931
|
// ShieldQuestionMark aliases
|
|
3938
3932
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3939
3933
|
export {
|
|
3940
3934
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3941
3935
|
default as ShieldQuestionIcon
|
|
3942
3936
|
} from '../icons/shield-question-mark';
|
|
3937
|
+
// SendHorizontal aliases
|
|
3938
|
+
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3939
|
+
export {
|
|
3940
|
+
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3941
|
+
default as SendHorizonalIcon
|
|
3942
|
+
} from '../icons/send-horizontal';
|
|
3943
3943
|
// ShieldX aliases
|
|
3944
3944
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3945
3945
|
export {
|
|
@@ -3964,24 +3964,30 @@ export {
|
|
|
3964
3964
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3965
3965
|
default as ActivitySquareIcon
|
|
3966
3966
|
} from '../icons/square-activity';
|
|
3967
|
-
// SquareArrowDownRight aliases
|
|
3968
|
-
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3969
|
-
export {
|
|
3970
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3971
|
-
default as ArrowDownRightSquareIcon
|
|
3972
|
-
} from '../icons/square-arrow-down-right';
|
|
3973
3967
|
// SquareArrowDownLeft aliases
|
|
3974
3968
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3975
3969
|
export {
|
|
3976
3970
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3977
3971
|
default as ArrowDownLeftSquareIcon
|
|
3978
3972
|
} from '../icons/square-arrow-down-left';
|
|
3973
|
+
// SquareArrowDownRight aliases
|
|
3974
|
+
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3975
|
+
export {
|
|
3976
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3977
|
+
default as ArrowDownRightSquareIcon
|
|
3978
|
+
} from '../icons/square-arrow-down-right';
|
|
3979
3979
|
// SquareArrowDown aliases
|
|
3980
3980
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3981
3981
|
export {
|
|
3982
3982
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3983
3983
|
default as ArrowDownSquareIcon
|
|
3984
3984
|
} from '../icons/square-arrow-down';
|
|
3985
|
+
// SquareArrowOutDownLeft aliases
|
|
3986
|
+
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3987
|
+
export {
|
|
3988
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3989
|
+
default as ArrowDownLeftFromSquareIcon
|
|
3990
|
+
} from '../icons/square-arrow-out-down-left';
|
|
3985
3991
|
// SquareArrowLeft aliases
|
|
3986
3992
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3987
3993
|
export {
|
|
@@ -3994,48 +4000,48 @@ export {
|
|
|
3994
4000
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3995
4001
|
default as ArrowDownRightFromSquareIcon
|
|
3996
4002
|
} from '../icons/square-arrow-out-down-right';
|
|
3997
|
-
// SquareArrowOutDownLeft aliases
|
|
3998
|
-
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3999
|
-
export {
|
|
4000
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
4001
|
-
default as ArrowDownLeftFromSquareIcon
|
|
4002
|
-
} from '../icons/square-arrow-out-down-left';
|
|
4003
4003
|
// SquareArrowOutUpLeft aliases
|
|
4004
4004
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
4005
4005
|
export {
|
|
4006
4006
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
4007
4007
|
default as ArrowUpLeftFromSquareIcon
|
|
4008
4008
|
} from '../icons/square-arrow-out-up-left';
|
|
4009
|
-
//
|
|
4010
|
-
export { default as
|
|
4009
|
+
// SquareArrowOutUpRight aliases
|
|
4010
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
4011
4011
|
export {
|
|
4012
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4013
|
-
default as
|
|
4014
|
-
} from '../icons/square-arrow-up-
|
|
4012
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
4013
|
+
default as ArrowUpRightFromSquareIcon
|
|
4014
|
+
} from '../icons/square-arrow-out-up-right';
|
|
4015
4015
|
// SquareArrowRight aliases
|
|
4016
4016
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
4017
4017
|
export {
|
|
4018
4018
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
4019
4019
|
default as ArrowRightSquareIcon
|
|
4020
4020
|
} from '../icons/square-arrow-right';
|
|
4021
|
-
//
|
|
4022
|
-
export { default as
|
|
4021
|
+
// SquareArrowUpLeft aliases
|
|
4022
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
4023
4023
|
export {
|
|
4024
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4025
|
-
default as
|
|
4026
|
-
} from '../icons/square-arrow-
|
|
4024
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
4025
|
+
default as ArrowUpLeftSquareIcon
|
|
4026
|
+
} from '../icons/square-arrow-up-left';
|
|
4027
|
+
// SquareArrowUpRight aliases
|
|
4028
|
+
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
4029
|
+
export {
|
|
4030
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
4031
|
+
default as ArrowUpRightSquareIcon
|
|
4032
|
+
} from '../icons/square-arrow-up-right';
|
|
4027
4033
|
// SquareArrowUp aliases
|
|
4028
4034
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
4029
4035
|
export {
|
|
4030
4036
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
4031
4037
|
default as ArrowUpSquareIcon
|
|
4032
4038
|
} from '../icons/square-arrow-up';
|
|
4033
|
-
//
|
|
4034
|
-
export { default as
|
|
4039
|
+
// SquareCenterlineDashedHorizontal aliases
|
|
4040
|
+
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
4035
4041
|
export {
|
|
4036
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4037
|
-
default as
|
|
4038
|
-
} from '../icons/square-
|
|
4042
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. This alias will be removed in v1.0 */
|
|
4043
|
+
default as FlipHorizontalIcon
|
|
4044
|
+
} from '../icons/square-centerline-dashed-horizontal';
|
|
4039
4045
|
// SquareAsterisk aliases
|
|
4040
4046
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
4041
4047
|
export {
|
|
@@ -4048,12 +4054,6 @@ export {
|
|
|
4048
4054
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
4049
4055
|
default as ScissorsSquareDashedBottomIcon
|
|
4050
4056
|
} from '../icons/square-bottom-dashed-scissors';
|
|
4051
|
-
// SquareCenterlineDashedHorizontal aliases
|
|
4052
|
-
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
4053
|
-
export {
|
|
4054
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. This alias will be removed in v1.0 */
|
|
4055
|
-
default as FlipHorizontalIcon
|
|
4056
|
-
} from '../icons/square-centerline-dashed-horizontal';
|
|
4057
4057
|
// SquareCenterlineDashedVertical aliases
|
|
4058
4058
|
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
4059
4059
|
export {
|
|
@@ -4070,18 +4070,18 @@ export {
|
|
|
4070
4070
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
4071
4071
|
default as SquareGanttChartIcon
|
|
4072
4072
|
} from '../icons/square-chart-gantt';
|
|
4073
|
-
// SquareCheck aliases
|
|
4074
|
-
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4075
|
-
export {
|
|
4076
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
4077
|
-
default as CheckSquare2Icon
|
|
4078
|
-
} from '../icons/square-check';
|
|
4079
4073
|
// SquareCheckBig aliases
|
|
4080
4074
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4081
4075
|
export {
|
|
4082
4076
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
4083
4077
|
default as CheckSquareIcon
|
|
4084
4078
|
} from '../icons/square-check-big';
|
|
4079
|
+
// SquareCheck aliases
|
|
4080
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4081
|
+
export {
|
|
4082
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
4083
|
+
default as CheckSquare2Icon
|
|
4084
|
+
} from '../icons/square-check';
|
|
4085
4085
|
// SquareChevronDown aliases
|
|
4086
4086
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4087
4087
|
export {
|
|
@@ -4106,18 +4106,18 @@ export {
|
|
|
4106
4106
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
4107
4107
|
default as ChevronUpSquareIcon
|
|
4108
4108
|
} from '../icons/square-chevron-up';
|
|
4109
|
-
// SquareCode aliases
|
|
4110
|
-
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4111
|
-
export {
|
|
4112
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
4113
|
-
default as CodeSquareIcon
|
|
4114
|
-
} from '../icons/square-code';
|
|
4115
4109
|
// SquareDashedKanban aliases
|
|
4116
4110
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4117
4111
|
export {
|
|
4118
4112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
4119
4113
|
default as KanbanSquareDashedIcon
|
|
4120
4114
|
} from '../icons/square-dashed-kanban';
|
|
4115
|
+
// SquareDashedMousePointer aliases
|
|
4116
|
+
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4117
|
+
export {
|
|
4118
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
4119
|
+
default as MousePointerSquareDashedIcon
|
|
4120
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
4121
4121
|
// SquareDashedText aliases
|
|
4122
4122
|
export { default as SquareDashedTextIcon } from '../icons/square-dashed-text';
|
|
4123
4123
|
export {
|
|
@@ -4128,12 +4128,12 @@ export {
|
|
|
4128
4128
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
|
|
4129
4129
|
default as TextSelectIcon
|
|
4130
4130
|
} from '../icons/square-dashed-text';
|
|
4131
|
-
//
|
|
4132
|
-
export { default as
|
|
4131
|
+
// SquareCode aliases
|
|
4132
|
+
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4133
4133
|
export {
|
|
4134
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4135
|
-
default as
|
|
4136
|
-
} from '../icons/square-
|
|
4134
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
4135
|
+
default as CodeSquareIcon
|
|
4136
|
+
} from '../icons/square-code';
|
|
4137
4137
|
// SquareDashed aliases
|
|
4138
4138
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4139
4139
|
export {
|
|
@@ -4232,18 +4232,18 @@ export {
|
|
|
4232
4232
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
4233
4233
|
default as PercentSquareIcon
|
|
4234
4234
|
} from '../icons/square-percent';
|
|
4235
|
-
// SquarePilcrow aliases
|
|
4236
|
-
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4237
|
-
export {
|
|
4238
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4239
|
-
default as PilcrowSquareIcon
|
|
4240
|
-
} from '../icons/square-pilcrow';
|
|
4241
4235
|
// SquarePi aliases
|
|
4242
4236
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4243
4237
|
export {
|
|
4244
4238
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
4245
4239
|
default as PiSquareIcon
|
|
4246
4240
|
} from '../icons/square-pi';
|
|
4241
|
+
// SquarePilcrow aliases
|
|
4242
|
+
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4243
|
+
export {
|
|
4244
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4245
|
+
default as PilcrowSquareIcon
|
|
4246
|
+
} from '../icons/square-pilcrow';
|
|
4247
4247
|
// SquarePlay aliases
|
|
4248
4248
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4249
4249
|
export {
|
|
@@ -4256,36 +4256,24 @@ export {
|
|
|
4256
4256
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
4257
4257
|
default as PlusSquareIcon
|
|
4258
4258
|
} from '../icons/square-plus';
|
|
4259
|
-
// SquarePower aliases
|
|
4260
|
-
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4261
|
-
export {
|
|
4262
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4263
|
-
default as PowerSquareIcon
|
|
4264
|
-
} from '../icons/square-power';
|
|
4265
4259
|
// SquareScissors aliases
|
|
4266
4260
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4267
4261
|
export {
|
|
4268
4262
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
4269
4263
|
default as ScissorsSquareIcon
|
|
4270
4264
|
} from '../icons/square-scissors';
|
|
4265
|
+
// SquarePower aliases
|
|
4266
|
+
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4267
|
+
export {
|
|
4268
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4269
|
+
default as PowerSquareIcon
|
|
4270
|
+
} from '../icons/square-power';
|
|
4271
4271
|
// SquareSigma aliases
|
|
4272
4272
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4273
4273
|
export {
|
|
4274
4274
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
4275
4275
|
default as SigmaSquareIcon
|
|
4276
4276
|
} from '../icons/square-sigma';
|
|
4277
|
-
// SquareSlash aliases
|
|
4278
|
-
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4279
|
-
export {
|
|
4280
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4281
|
-
default as SlashSquareIcon
|
|
4282
|
-
} from '../icons/square-slash';
|
|
4283
|
-
// SquareSplitHorizontal aliases
|
|
4284
|
-
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4285
|
-
export {
|
|
4286
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
4287
|
-
default as SplitSquareHorizontalIcon
|
|
4288
|
-
} from '../icons/square-split-horizontal';
|
|
4289
4277
|
// SquareSplitVertical aliases
|
|
4290
4278
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4291
4279
|
export {
|
|
@@ -4298,6 +4286,18 @@ export {
|
|
|
4298
4286
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
4299
4287
|
default as UserSquare2Icon
|
|
4300
4288
|
} from '../icons/square-user-round';
|
|
4289
|
+
// SquareSplitHorizontal aliases
|
|
4290
|
+
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4291
|
+
export {
|
|
4292
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
4293
|
+
default as SplitSquareHorizontalIcon
|
|
4294
|
+
} from '../icons/square-split-horizontal';
|
|
4295
|
+
// SquareSlash aliases
|
|
4296
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4297
|
+
export {
|
|
4298
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4299
|
+
default as SlashSquareIcon
|
|
4300
|
+
} from '../icons/square-slash';
|
|
4301
4301
|
// SquareTerminal aliases
|
|
4302
4302
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4303
4303
|
export {
|
|
@@ -4316,12 +4316,6 @@ export {
|
|
|
4316
4316
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
4317
4317
|
default as XSquareIcon
|
|
4318
4318
|
} from '../icons/square-x';
|
|
4319
|
-
// TestTubeDiagonal aliases
|
|
4320
|
-
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4321
|
-
export {
|
|
4322
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
4323
|
-
default as TestTube2Icon
|
|
4324
|
-
} from '../icons/test-tube-diagonal';
|
|
4325
4319
|
// TextAlignCenter aliases
|
|
4326
4320
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4327
4321
|
export {
|
|
@@ -4334,12 +4328,12 @@ export {
|
|
|
4334
4328
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4335
4329
|
default as AlignRightIcon
|
|
4336
4330
|
} from '../icons/text-align-end';
|
|
4337
|
-
//
|
|
4338
|
-
export { default as
|
|
4331
|
+
// TestTubeDiagonal aliases
|
|
4332
|
+
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4339
4333
|
export {
|
|
4340
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4341
|
-
default as
|
|
4342
|
-
} from '../icons/
|
|
4334
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
4335
|
+
default as TestTube2Icon
|
|
4336
|
+
} from '../icons/test-tube-diagonal';
|
|
4343
4337
|
// TextAlignStart aliases
|
|
4344
4338
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4345
4339
|
export {
|
|
@@ -4350,6 +4344,12 @@ export {
|
|
|
4350
4344
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4351
4345
|
default as AlignLeftIcon
|
|
4352
4346
|
} from '../icons/text-align-start';
|
|
4347
|
+
// TextAlignJustify aliases
|
|
4348
|
+
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4349
|
+
export {
|
|
4350
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
|
|
4351
|
+
default as AlignJustifyIcon
|
|
4352
|
+
} from '../icons/text-align-justify';
|
|
4353
4353
|
// TextInitial aliases
|
|
4354
4354
|
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4355
4355
|
export {
|
|
@@ -4368,18 +4368,18 @@ export {
|
|
|
4368
4368
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
4369
4369
|
default as TrainIcon
|
|
4370
4370
|
} from '../icons/tram-front';
|
|
4371
|
-
// TreePalm aliases
|
|
4372
|
-
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4373
|
-
export {
|
|
4374
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
4375
|
-
default as PalmtreeIcon
|
|
4376
|
-
} from '../icons/tree-palm';
|
|
4377
4371
|
// TriangleAlert aliases
|
|
4378
4372
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4379
4373
|
export {
|
|
4380
4374
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
4381
4375
|
default as AlertTriangleIcon
|
|
4382
4376
|
} from '../icons/triangle-alert';
|
|
4377
|
+
// TreePalm aliases
|
|
4378
|
+
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4379
|
+
export {
|
|
4380
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
4381
|
+
default as PalmtreeIcon
|
|
4382
|
+
} from '../icons/tree-palm';
|
|
4383
4383
|
// TvMinimal aliases
|
|
4384
4384
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4385
4385
|
export {
|
|
@@ -4416,12 +4416,6 @@ export {
|
|
|
4416
4416
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4417
4417
|
default as UserX2Icon
|
|
4418
4418
|
} from '../icons/user-round-x';
|
|
4419
|
-
// UserRoundPlus aliases
|
|
4420
|
-
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4421
|
-
export {
|
|
4422
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4423
|
-
default as UserPlus2Icon
|
|
4424
|
-
} from '../icons/user-round-plus';
|
|
4425
4419
|
// UserRound aliases
|
|
4426
4420
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4427
4421
|
export {
|
|
@@ -4434,6 +4428,12 @@ export {
|
|
|
4434
4428
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
4435
4429
|
default as Users2Icon
|
|
4436
4430
|
} from '../icons/users-round';
|
|
4431
|
+
// UserRoundPlus aliases
|
|
4432
|
+
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4433
|
+
export {
|
|
4434
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4435
|
+
default as UserPlus2Icon
|
|
4436
|
+
} from '../icons/user-round-plus';
|
|
4437
4437
|
// UtensilsCrossed aliases
|
|
4438
4438
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4439
4439
|
export {
|
|
@@ -4446,18 +4446,18 @@ export {
|
|
|
4446
4446
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4447
4447
|
default as Wallet2Icon
|
|
4448
4448
|
} from '../icons/wallet-minimal';
|
|
4449
|
-
// Utensils aliases
|
|
4450
|
-
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4451
|
-
export {
|
|
4452
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4453
|
-
default as ForkKnifeIcon
|
|
4454
|
-
} from '../icons/utensils';
|
|
4455
4449
|
// WandSparkles aliases
|
|
4456
4450
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4457
4451
|
export {
|
|
4458
4452
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
4459
4453
|
default as Wand2Icon
|
|
4460
4454
|
} from '../icons/wand-sparkles';
|
|
4455
|
+
// Utensils aliases
|
|
4456
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4457
|
+
export {
|
|
4458
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4459
|
+
default as ForkKnifeIcon
|
|
4460
|
+
} from '../icons/utensils';
|
|
4461
4461
|
// WavesHorizontal aliases
|
|
4462
4462
|
export { default as WavesHorizontalIcon } from '../icons/waves-horizontal';
|
|
4463
4463
|
export {
|