@lucide/astro 1.46.0 → 1.47.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +190 -190
- package/src/aliases/prefixed.ts +688 -668
- package/src/aliases/suffixed.ts +976 -956
- package/src/icons/broccoli.ts +2 -2
- package/src/icons/calendar-chevrons-right.ts +2 -2
- package/src/icons/cupcake.ts +20 -0
- package/src/icons/door-closed-package.ts +20 -0
- package/src/icons/faucet.ts +20 -0
- package/src/icons/index.ts +205 -195
- package/src/icons/lambda.ts +20 -0
- package/src/icons/nepali-rupee.ts +20 -0
- package/src/icons/rotate-cw-clock.ts +20 -0
- package/src/icons/save-off.ts +2 -2
- package/src/icons/square-dashed-plus.ts +20 -0
- package/src/icons/square-dashed-x-corner.ts +20 -0
- package/src/icons/square-dashed-x.ts +20 -0
- package/src/icons/tube-lotion.ts +20 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -14,18 +14,18 @@ export { default as AdIcon } from '../icons/ad';
|
|
|
14
14
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
15
15
|
// Airplay aliases
|
|
16
16
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
17
|
-
// AlarmClockOff aliases
|
|
18
|
-
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
19
17
|
// AlarmClock aliases
|
|
20
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
21
19
|
// AlarmSmoke aliases
|
|
22
20
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
|
+
// AlarmClockOff aliases
|
|
22
|
+
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
23
23
|
// AlignCenterVertical aliases
|
|
24
24
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
25
|
-
// AlignEndHorizontal aliases
|
|
26
|
-
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
27
25
|
// AlignCenterHorizontal aliases
|
|
28
26
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
27
|
+
// AlignEndHorizontal aliases
|
|
28
|
+
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
29
|
// AlignEndVertical aliases
|
|
30
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
31
|
// AlignHorizontalDistributeCenter aliases
|
|
@@ -40,10 +40,10 @@ export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-hori
|
|
|
40
40
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
41
41
|
// AlignHorizontalJustifyStart aliases
|
|
42
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
|
-
// AlignHorizontalSpaceBetween aliases
|
|
44
|
-
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
45
43
|
// AlignHorizontalSpaceAround aliases
|
|
46
44
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
|
+
// AlignHorizontalSpaceBetween aliases
|
|
46
|
+
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
47
47
|
// AlignStartHorizontal aliases
|
|
48
48
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
49
49
|
// AlignStartVertical aliases
|
|
@@ -52,14 +52,14 @@ export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical
|
|
|
52
52
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
53
53
|
// AlignVerticalDistributeEnd aliases
|
|
54
54
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
55
|
-
// AlignVerticalJustifyCenter aliases
|
|
56
|
-
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
57
55
|
// AlignVerticalDistributeStart aliases
|
|
58
56
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
59
|
-
//
|
|
60
|
-
export { default as
|
|
57
|
+
// AlignVerticalJustifyCenter aliases
|
|
58
|
+
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
61
59
|
// AlignVerticalJustifyEnd aliases
|
|
62
60
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
61
|
+
// AlignVerticalJustifyStart aliases
|
|
62
|
+
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
63
63
|
// AlignVerticalSpaceAround aliases
|
|
64
64
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
65
65
|
// AlignVerticalSpaceBetween aliases
|
|
@@ -80,16 +80,16 @@ export { default as AnchorIcon } from '../icons/anchor';
|
|
|
80
80
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
81
81
|
// Anvil aliases
|
|
82
82
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
83
|
-
// AppWindowMac aliases
|
|
84
|
-
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
85
83
|
// Aperture aliases
|
|
86
84
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
85
|
+
// AppWindowMac aliases
|
|
86
|
+
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
87
87
|
// AppWindow aliases
|
|
88
88
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
89
|
-
// ArchiveRestore aliases
|
|
90
|
-
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
91
89
|
// Apple aliases
|
|
92
90
|
export { default as AppleIcon } from '../icons/apple';
|
|
91
|
+
// ArchiveRestore aliases
|
|
92
|
+
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
93
93
|
// ArchiveX aliases
|
|
94
94
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
95
95
|
// Archive aliases
|
|
@@ -104,58 +104,58 @@ export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
|
104
104
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
105
105
|
// ArrowBigLeft aliases
|
|
106
106
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
107
|
-
// ArrowBigRight aliases
|
|
108
|
-
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
109
107
|
// ArrowBigRightDash aliases
|
|
110
108
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
109
|
+
// ArrowBigRight aliases
|
|
110
|
+
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
111
111
|
// ArrowBigUpDash aliases
|
|
112
112
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
113
113
|
// ArrowBigUp aliases
|
|
114
114
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
115
115
|
// ArrowDownFromLine aliases
|
|
116
116
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
117
|
-
// ArrowDownLeft aliases
|
|
118
|
-
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
119
117
|
// ArrowDownNarrowWide aliases
|
|
120
118
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
121
119
|
// ArrowDownRight aliases
|
|
122
120
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
123
|
-
//
|
|
124
|
-
export { default as
|
|
121
|
+
// ArrowDownLeft aliases
|
|
122
|
+
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
125
123
|
// ArrowDownToDot aliases
|
|
126
124
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
127
|
-
//
|
|
128
|
-
export { default as
|
|
125
|
+
// ArrowDownToLine aliases
|
|
126
|
+
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
127
|
// ArrowDownUp aliases
|
|
130
128
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
129
|
+
// ArrowDown aliases
|
|
130
|
+
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
131
131
|
// ArrowLeftFromLine aliases
|
|
132
132
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
133
|
-
// ArrowLeftRight aliases
|
|
134
|
-
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
135
133
|
// ArrowLeftToLine aliases
|
|
136
134
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
135
|
+
// ArrowLeftRight aliases
|
|
136
|
+
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
137
137
|
// ArrowLeft aliases
|
|
138
138
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
139
|
-
// ArrowRightFromLine aliases
|
|
140
|
-
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
141
139
|
// ArrowRightLeft aliases
|
|
142
140
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
141
|
+
// ArrowRightFromLine aliases
|
|
142
|
+
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
143
143
|
// ArrowRightToLine aliases
|
|
144
144
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
145
|
+
// ArrowRight aliases
|
|
146
|
+
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
145
147
|
// ArrowUpDown aliases
|
|
146
148
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
149
|
+
// ArrowUpFromLine aliases
|
|
150
|
+
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
147
151
|
// ArrowUpFromDot aliases
|
|
148
152
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
149
|
-
// ArrowRight aliases
|
|
150
|
-
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
151
153
|
// ArrowUpLeft aliases
|
|
152
154
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
153
155
|
// ArrowUpRight aliases
|
|
154
156
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
155
157
|
// ArrowUpToLine aliases
|
|
156
158
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
157
|
-
// ArrowUpFromLine aliases
|
|
158
|
-
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
159
159
|
// ArrowUpWideNarrow aliases
|
|
160
160
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
161
161
|
// ArrowUp aliases
|
|
@@ -166,10 +166,10 @@ export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
|
166
166
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
167
167
|
// Astroid aliases
|
|
168
168
|
export { default as AstroidIcon } from '../icons/astroid';
|
|
169
|
-
// Atom aliases
|
|
170
|
-
export { default as AtomIcon } from '../icons/atom';
|
|
171
169
|
// AtSign aliases
|
|
172
170
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
171
|
+
// Atom aliases
|
|
172
|
+
export { default as AtomIcon } from '../icons/atom';
|
|
173
173
|
// AudioLinesOff aliases
|
|
174
174
|
export { default as AudioLinesOffIcon } from '../icons/audio-lines-off';
|
|
175
175
|
// AudioLinesX aliases
|
|
@@ -184,10 +184,10 @@ export { default as AwardIcon } from '../icons/award';
|
|
|
184
184
|
export { default as AxeIcon } from '../icons/axe';
|
|
185
185
|
// Baby aliases
|
|
186
186
|
export { default as BabyIcon } from '../icons/baby';
|
|
187
|
-
// BadgeAlert aliases
|
|
188
|
-
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
189
187
|
// Backpack aliases
|
|
190
188
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
189
|
+
// BadgeAlert aliases
|
|
190
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
191
191
|
// BadgeCent aliases
|
|
192
192
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
193
193
|
// BadgeDollarSign aliases
|
|
@@ -204,40 +204,40 @@ export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
|
204
204
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
205
205
|
// BadgePercent aliases
|
|
206
206
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
207
|
-
// BadgePlus aliases
|
|
208
|
-
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
209
207
|
// BadgePoundSterling aliases
|
|
210
208
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
211
209
|
// BadgeRussianRuble aliases
|
|
212
210
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
213
|
-
//
|
|
214
|
-
export { default as
|
|
211
|
+
// BadgePlus aliases
|
|
212
|
+
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
215
213
|
// BadgeSwissFranc aliases
|
|
216
214
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
217
215
|
// BadgeTurkishLira aliases
|
|
218
216
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
217
|
+
// BadgeX aliases
|
|
218
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
219
219
|
// Badge aliases
|
|
220
220
|
export { default as BadgeIcon } from '../icons/badge';
|
|
221
|
-
// Balloon aliases
|
|
222
|
-
export { default as BalloonIcon } from '../icons/balloon';
|
|
223
221
|
// BaggageClaim aliases
|
|
224
222
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
223
|
+
// Balloon aliases
|
|
224
|
+
export { default as BalloonIcon } from '../icons/balloon';
|
|
225
225
|
// Ban aliases
|
|
226
226
|
export { default as BanIcon } from '../icons/ban';
|
|
227
227
|
// Banana aliases
|
|
228
228
|
export { default as BananaIcon } from '../icons/banana';
|
|
229
229
|
// Bandage aliases
|
|
230
230
|
export { default as BandageIcon } from '../icons/bandage';
|
|
231
|
-
// BanknoteArrowUp aliases
|
|
232
|
-
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
233
231
|
// BanknoteArrowDown aliases
|
|
234
232
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
233
|
+
// BanknoteArrowUp aliases
|
|
234
|
+
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
235
235
|
// BanknoteCheck aliases
|
|
236
236
|
export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
237
|
-
// Banknote aliases
|
|
238
|
-
export { default as BanknoteIcon } from '../icons/banknote';
|
|
239
237
|
// BanknoteX aliases
|
|
240
238
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
239
|
+
// Banknote aliases
|
|
240
|
+
export { default as BanknoteIcon } from '../icons/banknote';
|
|
241
241
|
// Barcode aliases
|
|
242
242
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
243
243
|
// Barrel aliases
|
|
@@ -250,20 +250,20 @@ export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
|
250
250
|
export { default as BathIcon } from '../icons/bath';
|
|
251
251
|
// BatteryFull aliases
|
|
252
252
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
253
|
-
// BatteryMedium aliases
|
|
254
|
-
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
255
253
|
// BatteryLow aliases
|
|
256
254
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
255
|
+
// BatteryMedium aliases
|
|
256
|
+
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
257
257
|
// BatteryPlus aliases
|
|
258
258
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
259
259
|
// BatteryWarning aliases
|
|
260
260
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
261
261
|
// Battery aliases
|
|
262
262
|
export { default as BatteryIcon } from '../icons/battery';
|
|
263
|
-
// Beaker aliases
|
|
264
|
-
export { default as BeakerIcon } from '../icons/beaker';
|
|
265
263
|
// BeanOff aliases
|
|
266
264
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
265
|
+
// Beaker aliases
|
|
266
|
+
export { default as BeakerIcon } from '../icons/beaker';
|
|
267
267
|
// Bean aliases
|
|
268
268
|
export { default as BeanIcon } from '../icons/bean';
|
|
269
269
|
// BedDouble aliases
|
|
@@ -272,58 +272,58 @@ export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
|
272
272
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
273
273
|
// Bed aliases
|
|
274
274
|
export { default as BedIcon } from '../icons/bed';
|
|
275
|
-
// BeefOff aliases
|
|
276
|
-
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
277
275
|
// Beef aliases
|
|
278
276
|
export { default as BeefIcon } from '../icons/beef';
|
|
279
277
|
// BeerOff aliases
|
|
280
278
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
281
|
-
//
|
|
282
|
-
export { default as
|
|
279
|
+
// BeefOff aliases
|
|
280
|
+
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
283
281
|
// Beer aliases
|
|
284
282
|
export { default as BeerIcon } from '../icons/beer';
|
|
283
|
+
// BellCheck aliases
|
|
284
|
+
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
285
285
|
// BellDot aliases
|
|
286
286
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
287
287
|
// BellElectric aliases
|
|
288
288
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
289
|
+
// BellMinus aliases
|
|
290
|
+
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
289
291
|
// BellOff aliases
|
|
290
292
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
291
293
|
// BellPlus aliases
|
|
292
294
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
293
|
-
// BellMinus aliases
|
|
294
|
-
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
295
|
-
// BellRing aliases
|
|
296
|
-
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
297
295
|
// Bell aliases
|
|
298
296
|
export { default as BellIcon } from '../icons/bell';
|
|
299
297
|
// BetweenVerticalEnd aliases
|
|
300
298
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
299
|
+
// BellRing aliases
|
|
300
|
+
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
301
301
|
// BetweenVerticalStart aliases
|
|
302
302
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
303
|
-
// BicepsFlexed aliases
|
|
304
|
-
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
305
303
|
// Bike aliases
|
|
306
304
|
export { default as BikeIcon } from '../icons/bike';
|
|
307
|
-
// Binoculars aliases
|
|
308
|
-
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
309
305
|
// Binary aliases
|
|
310
306
|
export { default as BinaryIcon } from '../icons/binary';
|
|
307
|
+
// Binoculars aliases
|
|
308
|
+
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
309
|
+
// BicepsFlexed aliases
|
|
310
|
+
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
311
|
+
// Biohazard aliases
|
|
312
|
+
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
311
313
|
// Bird aliases
|
|
312
314
|
export { default as BirdIcon } from '../icons/bird';
|
|
313
315
|
// Birdhouse aliases
|
|
314
316
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
315
|
-
// Biohazard aliases
|
|
316
|
-
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
317
317
|
// Bitcoin aliases
|
|
318
318
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
319
|
-
// Blend aliases
|
|
320
|
-
export { default as BlendIcon } from '../icons/blend';
|
|
321
|
-
// Blocks aliases
|
|
322
|
-
export { default as BlocksIcon } from '../icons/blocks';
|
|
323
319
|
// Blender aliases
|
|
324
320
|
export { default as BlenderIcon } from '../icons/blender';
|
|
325
321
|
// Blinds aliases
|
|
326
322
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
323
|
+
// Blend aliases
|
|
324
|
+
export { default as BlendIcon } from '../icons/blend';
|
|
325
|
+
// Blocks aliases
|
|
326
|
+
export { default as BlocksIcon } from '../icons/blocks';
|
|
327
327
|
// BluetoothConnected aliases
|
|
328
328
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
329
329
|
// BluetoothOff aliases
|
|
@@ -344,10 +344,10 @@ export { default as BoneFractureIcon } from '../icons/bone-fracture';
|
|
|
344
344
|
export { default as BoneIcon } from '../icons/bone';
|
|
345
345
|
// BookA aliases
|
|
346
346
|
export { default as BookAIcon } from '../icons/book-a';
|
|
347
|
-
// BookAudio aliases
|
|
348
|
-
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
349
347
|
// BookAlert aliases
|
|
350
348
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
349
|
+
// BookAudio aliases
|
|
350
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
351
351
|
// BookCheck aliases
|
|
352
352
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
353
353
|
// BookCopy aliases
|
|
@@ -360,28 +360,28 @@ export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
|
360
360
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
361
361
|
// BookImage aliases
|
|
362
362
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
363
|
-
// BookKey aliases
|
|
364
|
-
export { default as BookKeyIcon } from '../icons/book-key';
|
|
365
363
|
// BookLock aliases
|
|
366
364
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
365
|
+
// BookKey aliases
|
|
366
|
+
export { default as BookKeyIcon } from '../icons/book-key';
|
|
367
367
|
// BookMinus aliases
|
|
368
368
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
369
369
|
// BookOpenCheck aliases
|
|
370
370
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
371
|
-
// BookOpen aliases
|
|
372
|
-
export { default as BookOpenIcon } from '../icons/book-open';
|
|
373
371
|
// BookOpenText aliases
|
|
374
372
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
373
|
+
// BookOpen aliases
|
|
374
|
+
export { default as BookOpenIcon } from '../icons/book-open';
|
|
375
375
|
// BookPlus aliases
|
|
376
376
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
377
|
-
// BookSearch aliases
|
|
378
|
-
export { default as BookSearchIcon } from '../icons/book-search';
|
|
379
377
|
// BookText aliases
|
|
380
378
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
381
|
-
//
|
|
382
|
-
export { default as
|
|
379
|
+
// BookSearch aliases
|
|
380
|
+
export { default as BookSearchIcon } from '../icons/book-search';
|
|
383
381
|
// BookType aliases
|
|
384
382
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
383
|
+
// BookUp2 aliases
|
|
384
|
+
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
385
385
|
// BookUp aliases
|
|
386
386
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
387
387
|
// BookX aliases
|
|
@@ -390,46 +390,46 @@ export { default as BookXIcon } from '../icons/book-x';
|
|
|
390
390
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
391
391
|
// Book aliases
|
|
392
392
|
export { default as BookIcon } from '../icons/book';
|
|
393
|
-
// BookmarkCheck aliases
|
|
394
|
-
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
395
393
|
// BookmarkMinus aliases
|
|
396
394
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
395
|
+
// BookmarkCheck aliases
|
|
396
|
+
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
397
397
|
// BookmarkOff aliases
|
|
398
398
|
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
399
399
|
// BookmarkPlus aliases
|
|
400
400
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
401
|
-
// BookmarkX aliases
|
|
402
|
-
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
403
401
|
// Bookmark aliases
|
|
404
402
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
403
|
+
// BookmarkX aliases
|
|
404
|
+
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
405
405
|
// BoomBox aliases
|
|
406
406
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
407
|
-
// Bot aliases
|
|
408
|
-
export { default as BotIcon } from '../icons/bot';
|
|
409
407
|
// BotMessageSquare aliases
|
|
410
408
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
411
409
|
// BotOff aliases
|
|
412
410
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
411
|
+
// Bot aliases
|
|
412
|
+
export { default as BotIcon } from '../icons/bot';
|
|
413
413
|
// BottleWine aliases
|
|
414
414
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
415
415
|
// BowArrow aliases
|
|
416
416
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
417
417
|
// Box aliases
|
|
418
418
|
export { default as BoxIcon } from '../icons/box';
|
|
419
|
-
// Boxes aliases
|
|
420
|
-
export { default as BoxesIcon } from '../icons/boxes';
|
|
421
419
|
// Brackets aliases
|
|
422
420
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
421
|
+
// Boxes aliases
|
|
422
|
+
export { default as BoxesIcon } from '../icons/boxes';
|
|
423
423
|
// BrainCircuit aliases
|
|
424
424
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
425
425
|
// BrainCog aliases
|
|
426
426
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
427
427
|
// Brain aliases
|
|
428
428
|
export { default as BrainIcon } from '../icons/brain';
|
|
429
|
-
// BrickWallShield aliases
|
|
430
|
-
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
431
429
|
// BrickWallFire aliases
|
|
432
430
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
431
|
+
// BrickWallShield aliases
|
|
432
|
+
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
433
433
|
// BrickWall aliases
|
|
434
434
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
435
435
|
// Bridge aliases
|
|
@@ -440,12 +440,12 @@ export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
|
440
440
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
441
441
|
// BriefcaseMedical aliases
|
|
442
442
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
443
|
-
// Briefcase aliases
|
|
444
|
-
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
445
443
|
// BringToFront aliases
|
|
446
444
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
447
445
|
// Broccoli aliases
|
|
448
446
|
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
447
|
+
// Briefcase aliases
|
|
448
|
+
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
449
449
|
// BroomSparkles aliases
|
|
450
450
|
export { default as BroomSparklesIcon } from '../icons/broom-sparkles';
|
|
451
451
|
// Broom aliases
|
|
@@ -456,32 +456,32 @@ export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
|
456
456
|
export { default as BrushIcon } from '../icons/brush';
|
|
457
457
|
// Bubbles aliases
|
|
458
458
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
459
|
-
// BugPlay aliases
|
|
460
|
-
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
461
459
|
// BugOff aliases
|
|
462
460
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
463
|
-
//
|
|
464
|
-
export { default as
|
|
461
|
+
// BugPlay aliases
|
|
462
|
+
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
465
463
|
// Bug aliases
|
|
466
464
|
export { default as BugIcon } from '../icons/bug';
|
|
465
|
+
// BuildingComplexPlus aliases
|
|
466
|
+
export { default as BuildingComplexPlusIcon } from '../icons/building-complex-plus';
|
|
467
467
|
// Building aliases
|
|
468
468
|
export { default as BuildingIcon } from '../icons/building';
|
|
469
469
|
// BusFront aliases
|
|
470
470
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
471
|
-
// Bus aliases
|
|
472
|
-
export { default as BusIcon } from '../icons/bus';
|
|
473
471
|
// CableCar aliases
|
|
474
472
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
473
|
+
// Bus aliases
|
|
474
|
+
export { default as BusIcon } from '../icons/bus';
|
|
475
475
|
// Cable aliases
|
|
476
476
|
export { default as CableIcon } from '../icons/cable';
|
|
477
477
|
// CakeSlice aliases
|
|
478
478
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
479
|
-
// Cake aliases
|
|
480
|
-
export { default as CakeIcon } from '../icons/cake';
|
|
481
|
-
// Calculator aliases
|
|
482
|
-
export { default as CalculatorIcon } from '../icons/calculator';
|
|
483
479
|
// Calendar1 aliases
|
|
484
480
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
481
|
+
// Calculator aliases
|
|
482
|
+
export { default as CalculatorIcon } from '../icons/calculator';
|
|
483
|
+
// Cake aliases
|
|
484
|
+
export { default as CakeIcon } from '../icons/cake';
|
|
485
485
|
// CalendarArrowDown aliases
|
|
486
486
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
487
487
|
// CalendarArrowUp aliases
|
|
@@ -498,30 +498,30 @@ export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
|
498
498
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
499
499
|
// CalendarDays aliases
|
|
500
500
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
501
|
-
// CalendarFold aliases
|
|
502
|
-
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
503
501
|
// CalendarHeart aliases
|
|
504
502
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
505
|
-
//
|
|
506
|
-
export { default as
|
|
503
|
+
// CalendarFold aliases
|
|
504
|
+
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
507
505
|
// CalendarMinus aliases
|
|
508
506
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
509
|
-
// CalendarPlus2 aliases
|
|
510
|
-
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
511
507
|
// CalendarOff aliases
|
|
512
508
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
513
|
-
//
|
|
514
|
-
export { default as
|
|
509
|
+
// CalendarMinus2 aliases
|
|
510
|
+
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
511
|
+
// CalendarPlus2 aliases
|
|
512
|
+
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
515
513
|
// CalendarRange aliases
|
|
516
514
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
517
515
|
// CalendarSearch aliases
|
|
518
516
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
517
|
+
// CalendarPlus aliases
|
|
518
|
+
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
519
519
|
// CalendarSync aliases
|
|
520
520
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
521
|
-
// CalendarX2 aliases
|
|
522
|
-
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
523
521
|
// CalendarX aliases
|
|
524
522
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
523
|
+
// CalendarX2 aliases
|
|
524
|
+
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
525
525
|
// Calendar aliases
|
|
526
526
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
527
527
|
// Calendars aliases
|
|
@@ -532,56 +532,56 @@ export { default as CameraOffIcon } from '../icons/camera-off';
|
|
|
532
532
|
export { default as CameraIcon } from '../icons/camera';
|
|
533
533
|
// CanSoda aliases
|
|
534
534
|
export { default as CanSodaIcon } from '../icons/can-soda';
|
|
535
|
-
// Can aliases
|
|
536
|
-
export { default as CanIcon } from '../icons/can';
|
|
537
535
|
// CandyCane aliases
|
|
538
536
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
539
|
-
//
|
|
540
|
-
export { default as
|
|
537
|
+
// Can aliases
|
|
538
|
+
export { default as CanIcon } from '../icons/can';
|
|
541
539
|
// CandyOff aliases
|
|
542
540
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
541
|
+
// Candy aliases
|
|
542
|
+
export { default as CandyIcon } from '../icons/candy';
|
|
543
543
|
// CannabisOff aliases
|
|
544
544
|
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
545
|
-
// Cannabis aliases
|
|
546
|
-
export { default as CannabisIcon } from '../icons/cannabis';
|
|
547
545
|
// CaptionsOff aliases
|
|
548
546
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
547
|
+
// Cannabis aliases
|
|
548
|
+
export { default as CannabisIcon } from '../icons/cannabis';
|
|
549
549
|
// CarBattery aliases
|
|
550
550
|
export { default as CarBatteryIcon } from '../icons/car-battery';
|
|
551
|
+
// CarFront aliases
|
|
552
|
+
export { default as CarFrontIcon } from '../icons/car-front';
|
|
551
553
|
// CarTaxiFront aliases
|
|
552
554
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
553
555
|
// Car aliases
|
|
554
556
|
export { default as CarIcon } from '../icons/car';
|
|
555
557
|
// Caravan aliases
|
|
556
558
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
557
|
-
// CarFront aliases
|
|
558
|
-
export { default as CarFrontIcon } from '../icons/car-front';
|
|
559
559
|
// CardSim aliases
|
|
560
560
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
561
|
-
// Carrot aliases
|
|
562
|
-
export { default as CarrotIcon } from '../icons/carrot';
|
|
563
561
|
// CartonOff aliases
|
|
564
562
|
export { default as CartonOffIcon } from '../icons/carton-off';
|
|
563
|
+
// Carrot aliases
|
|
564
|
+
export { default as CarrotIcon } from '../icons/carrot';
|
|
565
565
|
// Carton aliases
|
|
566
566
|
export { default as CartonIcon } from '../icons/carton';
|
|
567
567
|
// CaseLower aliases
|
|
568
568
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
569
569
|
// CaseSensitive aliases
|
|
570
570
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
571
|
-
// CaseUpper aliases
|
|
572
|
-
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
573
571
|
// CassetteTape aliases
|
|
574
572
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
575
573
|
// Cast aliases
|
|
576
574
|
export { default as CastIcon } from '../icons/cast';
|
|
575
|
+
// CaseUpper aliases
|
|
576
|
+
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
577
577
|
// Castle aliases
|
|
578
578
|
export { default as CastleIcon } from '../icons/castle';
|
|
579
579
|
// Cat aliases
|
|
580
580
|
export { default as CatIcon } from '../icons/cat';
|
|
581
|
-
// CctvOff aliases
|
|
582
|
-
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
583
581
|
// Cctv aliases
|
|
584
582
|
export { default as CctvIcon } from '../icons/cctv';
|
|
583
|
+
// CctvOff aliases
|
|
584
|
+
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
585
585
|
// ChartBarDecreasing aliases
|
|
586
586
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
587
587
|
// ChartBarIncreasing aliases
|
|
@@ -592,30 +592,30 @@ export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
|
592
592
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
593
593
|
// ChartColumnStacked aliases
|
|
594
594
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
595
|
-
// ChartNetwork aliases
|
|
596
|
-
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
597
595
|
// ChartGantt aliases
|
|
598
596
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
597
|
+
// ChartNetwork aliases
|
|
598
|
+
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
599
599
|
// ChartNoAxesColumnDecreasing aliases
|
|
600
600
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
601
|
+
// ChartNoAxesCombined aliases
|
|
602
|
+
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
601
603
|
// ChartSpline aliases
|
|
602
604
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
603
605
|
// CheckCheck aliases
|
|
604
606
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
607
|
+
// Check aliases
|
|
608
|
+
export { default as CheckIcon } from '../icons/check';
|
|
605
609
|
// CheckLine aliases
|
|
606
610
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
607
|
-
// ChartNoAxesCombined aliases
|
|
608
|
-
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
609
611
|
// ChefHat aliases
|
|
610
612
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
611
|
-
// Check aliases
|
|
612
|
-
export { default as CheckIcon } from '../icons/check';
|
|
613
613
|
// ChessBishop aliases
|
|
614
614
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
615
|
-
// ChessKing aliases
|
|
616
|
-
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
617
615
|
// Cherry aliases
|
|
618
616
|
export { default as CherryIcon } from '../icons/cherry';
|
|
617
|
+
// ChessKing aliases
|
|
618
|
+
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
619
619
|
// ChessKnight aliases
|
|
620
620
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
621
621
|
// ChessPawn aliases
|
|
@@ -632,20 +632,20 @@ export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
|
632
632
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
633
633
|
// ChevronLeft aliases
|
|
634
634
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
635
|
-
// ChevronRight aliases
|
|
636
|
-
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
637
|
-
// ChevronsDownUp aliases
|
|
638
|
-
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
639
635
|
// ChevronUp aliases
|
|
640
636
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
641
|
-
//
|
|
642
|
-
export { default as
|
|
637
|
+
// ChevronsDownUp aliases
|
|
638
|
+
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
639
|
+
// ChevronRight aliases
|
|
640
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
643
641
|
// ChevronsLeftRightEllipsis aliases
|
|
644
642
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
645
|
-
//
|
|
646
|
-
export { default as
|
|
643
|
+
// ChevronsDown aliases
|
|
644
|
+
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
647
645
|
// ChevronsLeft aliases
|
|
648
646
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
647
|
+
// ChevronsLeftRight aliases
|
|
648
|
+
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
649
649
|
// ChevronsRightLeft aliases
|
|
650
650
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
651
651
|
// ChevronsRight aliases
|
|
@@ -654,32 +654,32 @@ export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
|
654
654
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
655
655
|
// ChevronsUp aliases
|
|
656
656
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
657
|
-
// CigaretteOff aliases
|
|
658
|
-
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
659
657
|
// Church aliases
|
|
660
658
|
export { default as ChurchIcon } from '../icons/church';
|
|
661
659
|
// Cigarette aliases
|
|
662
660
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
661
|
+
// CigaretteOff aliases
|
|
662
|
+
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
663
663
|
// CircleDashedCheck aliases
|
|
664
664
|
export { default as CircleDashedCheckIcon } from '../icons/circle-dashed-check';
|
|
665
665
|
// CircleDashed aliases
|
|
666
666
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
667
|
-
// CircleDotDashed aliases
|
|
668
|
-
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
669
667
|
// CircleDollarSign aliases
|
|
670
668
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
669
|
+
// CircleDotDashed aliases
|
|
670
|
+
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
671
671
|
// CircleDot aliases
|
|
672
672
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
673
|
-
// CircleEllipsis aliases
|
|
674
|
-
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
675
|
-
// CircleEqual aliases
|
|
676
|
-
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
677
673
|
// CircleEuro aliases
|
|
678
674
|
export { default as CircleEuroIcon } from '../icons/circle-euro';
|
|
679
|
-
//
|
|
680
|
-
export { default as
|
|
675
|
+
// CircleEqual aliases
|
|
676
|
+
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
677
|
+
// CircleEllipsis aliases
|
|
678
|
+
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
681
679
|
// CircleFadingArrowUp aliases
|
|
682
680
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
681
|
+
// CircleFadingPlus aliases
|
|
682
|
+
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
683
683
|
// CircleOff aliases
|
|
684
684
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
685
685
|
// CirclePile aliases
|
|
@@ -688,76 +688,76 @@ export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
|
688
688
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
689
689
|
// CircleSlash aliases
|
|
690
690
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
691
|
-
// CircleStar aliases
|
|
692
|
-
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
693
691
|
// CircleSmall aliases
|
|
694
692
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
695
|
-
//
|
|
696
|
-
export { default as
|
|
693
|
+
// CircleStar aliases
|
|
694
|
+
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
697
695
|
// CircuitBoard aliases
|
|
698
696
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
699
|
-
//
|
|
700
|
-
export { default as
|
|
697
|
+
// Circle aliases
|
|
698
|
+
export { default as CircleIcon } from '../icons/circle';
|
|
701
699
|
// Clapperboard aliases
|
|
702
700
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
701
|
+
// Citrus aliases
|
|
702
|
+
export { default as CitrusIcon } from '../icons/citrus';
|
|
703
703
|
// ClefAlto aliases
|
|
704
704
|
export { default as ClefAltoIcon } from '../icons/clef-alto';
|
|
705
705
|
// ClefBass aliases
|
|
706
706
|
export { default as ClefBassIcon } from '../icons/clef-bass';
|
|
707
|
-
// ClefTreble aliases
|
|
708
|
-
export { default as ClefTrebleIcon } from '../icons/clef-treble';
|
|
709
707
|
// ClipboardCheck aliases
|
|
710
708
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
711
709
|
// ClipboardClock aliases
|
|
712
710
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
711
|
+
// ClefTreble aliases
|
|
712
|
+
export { default as ClefTrebleIcon } from '../icons/clef-treble';
|
|
713
713
|
// ClipboardCopy aliases
|
|
714
714
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
715
|
-
// ClipboardList aliases
|
|
716
|
-
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
717
715
|
// ClipboardMinus aliases
|
|
718
716
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
717
|
+
// ClipboardList aliases
|
|
718
|
+
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
719
719
|
// ClipboardPaste aliases
|
|
720
720
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
721
721
|
// ClipboardPlus aliases
|
|
722
722
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
723
|
-
// ClipboardX aliases
|
|
724
|
-
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
725
723
|
// ClipboardType aliases
|
|
726
724
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
725
|
+
// ClipboardX aliases
|
|
726
|
+
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
727
727
|
// Clipboard aliases
|
|
728
728
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
729
|
-
// Clock1 aliases
|
|
730
|
-
export { default as Clock1Icon } from '../icons/clock-1';
|
|
731
729
|
// Clock10 aliases
|
|
732
730
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
731
|
+
// Clock1 aliases
|
|
732
|
+
export { default as Clock1Icon } from '../icons/clock-1';
|
|
733
733
|
// Clock11 aliases
|
|
734
734
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
735
735
|
// Clock12 aliases
|
|
736
736
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
737
|
-
// Clock3 aliases
|
|
738
|
-
export { default as Clock3Icon } from '../icons/clock-3';
|
|
739
737
|
// Clock2 aliases
|
|
740
738
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
741
|
-
//
|
|
742
|
-
export { default as
|
|
739
|
+
// Clock3 aliases
|
|
740
|
+
export { default as Clock3Icon } from '../icons/clock-3';
|
|
743
741
|
// Clock5 aliases
|
|
744
742
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
745
|
-
//
|
|
746
|
-
export { default as
|
|
743
|
+
// Clock4 aliases
|
|
744
|
+
export { default as Clock4Icon } from '../icons/clock-4';
|
|
747
745
|
// Clock7 aliases
|
|
748
746
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
747
|
+
// Clock6 aliases
|
|
748
|
+
export { default as Clock6Icon } from '../icons/clock-6';
|
|
749
749
|
// Clock8 aliases
|
|
750
750
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
751
751
|
// Clock9 aliases
|
|
752
752
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
753
753
|
// ClockAlert aliases
|
|
754
754
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
755
|
+
// ClockArrowDown aliases
|
|
756
|
+
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
755
757
|
// ClockArrowLeft aliases
|
|
756
758
|
export { default as ClockArrowLeftIcon } from '../icons/clock-arrow-left';
|
|
757
759
|
// ClockArrowRight aliases
|
|
758
760
|
export { default as ClockArrowRightIcon } from '../icons/clock-arrow-right';
|
|
759
|
-
// ClockArrowDown aliases
|
|
760
|
-
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
761
761
|
// ClockArrowUp aliases
|
|
762
762
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
763
763
|
// ClockCheck aliases
|
|
@@ -772,70 +772,70 @@ export { default as ClockIcon } from '../icons/clock';
|
|
|
772
772
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
773
773
|
// CloudAlert aliases
|
|
774
774
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
775
|
-
// CloudCheck aliases
|
|
776
|
-
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
777
775
|
// CloudBackup aliases
|
|
778
776
|
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
779
|
-
//
|
|
780
|
-
export { default as
|
|
777
|
+
// CloudCheck aliases
|
|
778
|
+
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
781
779
|
// CloudCog aliases
|
|
782
780
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
781
|
+
// CloudDrizzle aliases
|
|
782
|
+
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
783
783
|
// CloudFog aliases
|
|
784
784
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
785
785
|
// CloudHail aliases
|
|
786
786
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
787
787
|
// CloudLightning aliases
|
|
788
788
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
789
|
-
// CloudMoonRain aliases
|
|
790
|
-
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
791
789
|
// CloudMoon aliases
|
|
792
790
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
791
|
+
// CloudMoonRain aliases
|
|
792
|
+
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
793
793
|
// CloudOff aliases
|
|
794
794
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
795
|
-
// CloudRainWind aliases
|
|
796
|
-
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
797
795
|
// CloudRain aliases
|
|
798
796
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
797
|
+
// CloudRainWind aliases
|
|
798
|
+
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
799
|
+
// CloudSun aliases
|
|
800
|
+
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
799
801
|
// CloudSnow aliases
|
|
800
802
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
801
803
|
// CloudSunRain aliases
|
|
802
804
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
803
|
-
//
|
|
804
|
-
export { default as
|
|
805
|
+
// CloudSync aliases
|
|
806
|
+
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
805
807
|
// Cloud aliases
|
|
806
808
|
export { default as CloudIcon } from '../icons/cloud';
|
|
807
|
-
// Clover aliases
|
|
808
|
-
export { default as CloverIcon } from '../icons/clover';
|
|
809
809
|
// Cloudy aliases
|
|
810
810
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
811
|
-
//
|
|
812
|
-
export { default as
|
|
811
|
+
// Clover aliases
|
|
812
|
+
export { default as CloverIcon } from '../icons/clover';
|
|
813
813
|
// Club aliases
|
|
814
814
|
export { default as ClubIcon } from '../icons/club';
|
|
815
815
|
// Code aliases
|
|
816
816
|
export { default as CodeIcon } from '../icons/code';
|
|
817
817
|
// Coffee aliases
|
|
818
818
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
819
|
-
// Coins aliases
|
|
820
|
-
export { default as CoinsIcon } from '../icons/coins';
|
|
821
819
|
// Cog aliases
|
|
822
820
|
export { default as CogIcon } from '../icons/cog';
|
|
821
|
+
// Coins aliases
|
|
822
|
+
export { default as CoinsIcon } from '../icons/coins';
|
|
823
823
|
// Columns4 aliases
|
|
824
824
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
825
825
|
// Combine aliases
|
|
826
826
|
export { default as CombineIcon } from '../icons/combine';
|
|
827
|
-
// Component aliases
|
|
828
|
-
export { default as ComponentIcon } from '../icons/component';
|
|
829
|
-
// Command aliases
|
|
830
|
-
export { default as CommandIcon } from '../icons/command';
|
|
831
827
|
// Compass aliases
|
|
832
828
|
export { default as CompassIcon } from '../icons/compass';
|
|
829
|
+
// Command aliases
|
|
830
|
+
export { default as CommandIcon } from '../icons/command';
|
|
831
|
+
// Component aliases
|
|
832
|
+
export { default as ComponentIcon } from '../icons/component';
|
|
833
833
|
// Computer aliases
|
|
834
834
|
export { default as ComputerIcon } from '../icons/computer';
|
|
835
|
-
// Cone aliases
|
|
836
|
-
export { default as ConeIcon } from '../icons/cone';
|
|
837
835
|
// ConciergeBell aliases
|
|
838
836
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
837
|
+
// Cone aliases
|
|
838
|
+
export { default as ConeIcon } from '../icons/cone';
|
|
839
839
|
// Construction aliases
|
|
840
840
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
841
841
|
// Contact aliases
|
|
@@ -858,16 +858,14 @@ export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
|
858
858
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
859
859
|
// CopyX aliases
|
|
860
860
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
861
|
-
// Copyleft aliases
|
|
862
|
-
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
863
861
|
// Copy aliases
|
|
864
862
|
export { default as CopyIcon } from '../icons/copy';
|
|
865
|
-
//
|
|
866
|
-
export { default as
|
|
863
|
+
// Copyleft aliases
|
|
864
|
+
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
867
865
|
// Copyright aliases
|
|
868
866
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
869
|
-
//
|
|
870
|
-
export { default as
|
|
867
|
+
// CornerDownLeft aliases
|
|
868
|
+
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
871
869
|
// CornerDownRight aliases
|
|
872
870
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
873
871
|
// CornerLeftDown aliases
|
|
@@ -878,16 +876,18 @@ export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
|
878
876
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
879
877
|
// CornerUpLeft aliases
|
|
880
878
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
879
|
+
// CornerLeftUp aliases
|
|
880
|
+
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
881
881
|
// CornerUpRight aliases
|
|
882
882
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
883
|
+
// CreativeCommons aliases
|
|
884
|
+
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
883
885
|
// Cpu aliases
|
|
884
886
|
export { default as CpuIcon } from '../icons/cpu';
|
|
885
887
|
// CreditCardCheck aliases
|
|
886
888
|
export { default as CreditCardCheckIcon } from '../icons/credit-card-check';
|
|
887
889
|
// CreditCardMinus aliases
|
|
888
890
|
export { default as CreditCardMinusIcon } from '../icons/credit-card-minus';
|
|
889
|
-
// CreativeCommons aliases
|
|
890
|
-
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
891
891
|
// CreditCardPlus aliases
|
|
892
892
|
export { default as CreditCardPlusIcon } from '../icons/credit-card-plus';
|
|
893
893
|
// CreditCardReader aliases
|
|
@@ -900,10 +900,10 @@ export { default as CreditCardIcon } from '../icons/credit-card';
|
|
|
900
900
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
901
901
|
// Crop aliases
|
|
902
902
|
export { default as CropIcon } from '../icons/crop';
|
|
903
|
-
// Cross aliases
|
|
904
|
-
export { default as CrossIcon } from '../icons/cross';
|
|
905
903
|
// Crosshair aliases
|
|
906
904
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
905
|
+
// Cross aliases
|
|
906
|
+
export { default as CrossIcon } from '../icons/cross';
|
|
907
907
|
// Crown aliases
|
|
908
908
|
export { default as CrownIcon } from '../icons/crown';
|
|
909
909
|
// Cuboid aliases
|
|
@@ -912,28 +912,30 @@ export { default as CuboidIcon } from '../icons/cuboid';
|
|
|
912
912
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
913
913
|
// Currency aliases
|
|
914
914
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
915
|
+
// Cupcake aliases
|
|
916
|
+
export { default as CupcakeIcon } from '../icons/cupcake';
|
|
915
917
|
// Cylinder aliases
|
|
916
918
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
917
919
|
// Dam aliases
|
|
918
920
|
export { default as DamIcon } from '../icons/dam';
|
|
919
|
-
// DatabaseArrowUp aliases
|
|
920
|
-
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
921
921
|
// DatabaseArrowDown aliases
|
|
922
922
|
export { default as DatabaseArrowDownIcon } from '../icons/database-arrow-down';
|
|
923
|
+
// DatabaseArrowUp aliases
|
|
924
|
+
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
923
925
|
// DatabaseBackup aliases
|
|
924
926
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
925
|
-
// DatabaseCheck aliases
|
|
926
|
-
export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
927
927
|
// DatabaseMinus aliases
|
|
928
928
|
export { default as DatabaseMinusIcon } from '../icons/database-minus';
|
|
929
|
-
//
|
|
930
|
-
export { default as
|
|
929
|
+
// DatabaseCheck aliases
|
|
930
|
+
export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
931
931
|
// DatabasePlus aliases
|
|
932
932
|
export { default as DatabasePlusIcon } from '../icons/database-plus';
|
|
933
|
-
// DatabaseX aliases
|
|
934
|
-
export { default as DatabaseXIcon } from '../icons/database-x';
|
|
935
933
|
// DatabaseZap aliases
|
|
936
934
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
935
|
+
// DatabaseSearch aliases
|
|
936
|
+
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
937
|
+
// DatabaseX aliases
|
|
938
|
+
export { default as DatabaseXIcon } from '../icons/database-x';
|
|
937
939
|
// Database aliases
|
|
938
940
|
export { default as DatabaseIcon } from '../icons/database';
|
|
939
941
|
// DecimalsArrowLeft aliases
|
|
@@ -950,50 +952,52 @@ export { default as DiameterIcon } from '../icons/diameter';
|
|
|
950
952
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
951
953
|
// DiamondPlus aliases
|
|
952
954
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
953
|
-
// Dice1 aliases
|
|
954
|
-
export { default as Dice1Icon } from '../icons/dice-1';
|
|
955
955
|
// Diamond aliases
|
|
956
956
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
957
|
-
//
|
|
958
|
-
export { default as
|
|
957
|
+
// Dice1 aliases
|
|
958
|
+
export { default as Dice1Icon } from '../icons/dice-1';
|
|
959
959
|
// Dice2 aliases
|
|
960
960
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
961
|
-
//
|
|
962
|
-
export { default as
|
|
961
|
+
// Dice3 aliases
|
|
962
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
963
963
|
// Dice4 aliases
|
|
964
964
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
965
965
|
// Dice6 aliases
|
|
966
966
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
967
|
+
// Dice5 aliases
|
|
968
|
+
export { default as Dice5Icon } from '../icons/dice-5';
|
|
967
969
|
// Dices aliases
|
|
968
970
|
export { default as DicesIcon } from '../icons/dices';
|
|
969
971
|
// Diff aliases
|
|
970
972
|
export { default as DiffIcon } from '../icons/diff';
|
|
971
973
|
// Disc2 aliases
|
|
972
974
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
975
|
+
// DiscAlbum aliases
|
|
976
|
+
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
973
977
|
// Disc3 aliases
|
|
974
978
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
975
979
|
// Disc aliases
|
|
976
980
|
export { default as DiscIcon } from '../icons/disc';
|
|
977
|
-
// DiscAlbum aliases
|
|
978
|
-
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
979
981
|
// Divide aliases
|
|
980
982
|
export { default as DivideIcon } from '../icons/divide';
|
|
981
983
|
// DnaOff aliases
|
|
982
984
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
983
|
-
// Dna aliases
|
|
984
|
-
export { default as DnaIcon } from '../icons/dna';
|
|
985
985
|
// Dock aliases
|
|
986
986
|
export { default as DockIcon } from '../icons/dock';
|
|
987
|
+
// Dna aliases
|
|
988
|
+
export { default as DnaIcon } from '../icons/dna';
|
|
987
989
|
// Dog aliases
|
|
988
990
|
export { default as DogIcon } from '../icons/dog';
|
|
989
991
|
// DollarSign aliases
|
|
990
992
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
991
993
|
// Dome aliases
|
|
992
994
|
export { default as DomeIcon } from '../icons/dome';
|
|
993
|
-
// DoorClosedLocked aliases
|
|
994
|
-
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
995
995
|
// Donut aliases
|
|
996
996
|
export { default as DonutIcon } from '../icons/donut';
|
|
997
|
+
// DoorClosedPackage aliases
|
|
998
|
+
export { default as DoorClosedPackageIcon } from '../icons/door-closed-package';
|
|
999
|
+
// DoorClosedLocked aliases
|
|
1000
|
+
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
997
1001
|
// DoorClosed aliases
|
|
998
1002
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
999
1003
|
// DoorOpen aliases
|
|
@@ -1014,16 +1018,16 @@ export { default as DrillIcon } from '../icons/drill';
|
|
|
1014
1018
|
export { default as DroneIcon } from '../icons/drone';
|
|
1015
1019
|
// DropletOff aliases
|
|
1016
1020
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
1017
|
-
// Droplet aliases
|
|
1018
|
-
export { default as DropletIcon } from '../icons/droplet';
|
|
1019
1021
|
// Droplets aliases
|
|
1020
1022
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
1023
|
+
// Droplet aliases
|
|
1024
|
+
export { default as DropletIcon } from '../icons/droplet';
|
|
1021
1025
|
// Drum aliases
|
|
1022
1026
|
export { default as DrumIcon } from '../icons/drum';
|
|
1023
|
-
// Drumstick aliases
|
|
1024
|
-
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
1025
1027
|
// Dumbbell aliases
|
|
1026
1028
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
1029
|
+
// Drumstick aliases
|
|
1030
|
+
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
1027
1031
|
// EarOff aliases
|
|
1028
1032
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
1029
1033
|
// Ear aliases
|
|
@@ -1034,14 +1038,14 @@ export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
|
1034
1038
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
1035
1039
|
// EggFried aliases
|
|
1036
1040
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
1037
|
-
// EggOff aliases
|
|
1038
|
-
export { default as EggOffIcon } from '../icons/egg-off';
|
|
1039
1041
|
// Egg aliases
|
|
1040
1042
|
export { default as EggIcon } from '../icons/egg';
|
|
1041
|
-
//
|
|
1042
|
-
export { default as
|
|
1043
|
+
// EggOff aliases
|
|
1044
|
+
export { default as EggOffIcon } from '../icons/egg-off';
|
|
1043
1045
|
// Eject aliases
|
|
1044
1046
|
export { default as EjectIcon } from '../icons/eject';
|
|
1047
|
+
// Ellipse aliases
|
|
1048
|
+
export { default as EllipseIcon } from '../icons/ellipse';
|
|
1045
1049
|
// Engine aliases
|
|
1046
1050
|
export { default as EngineIcon } from '../icons/engine';
|
|
1047
1051
|
// EqualApproximatelyNot aliases
|
|
@@ -1052,10 +1056,10 @@ export { default as EqualApproximatelyIcon } from '../icons/equal-approximately'
|
|
|
1052
1056
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
1053
1057
|
// Equal aliases
|
|
1054
1058
|
export { default as EqualIcon } from '../icons/equal';
|
|
1055
|
-
// EthernetPort aliases
|
|
1056
|
-
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
1057
1059
|
// Eraser aliases
|
|
1058
1060
|
export { default as EraserIcon } from '../icons/eraser';
|
|
1061
|
+
// EthernetPort aliases
|
|
1062
|
+
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
1059
1063
|
// Euro aliases
|
|
1060
1064
|
export { default as EuroIcon } from '../icons/euro';
|
|
1061
1065
|
// EvCharger aliases
|
|
@@ -1072,12 +1076,14 @@ export { default as EyeDashedIcon } from '../icons/eye-dashed';
|
|
|
1072
1076
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
1073
1077
|
// Eye aliases
|
|
1074
1078
|
export { default as EyeIcon } from '../icons/eye';
|
|
1075
|
-
// Fan aliases
|
|
1076
|
-
export { default as FanIcon } from '../icons/fan';
|
|
1077
1079
|
// Factory aliases
|
|
1078
1080
|
export { default as FactoryIcon } from '../icons/factory';
|
|
1081
|
+
// Fan aliases
|
|
1082
|
+
export { default as FanIcon } from '../icons/fan';
|
|
1079
1083
|
// FastForward aliases
|
|
1080
1084
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1085
|
+
// Faucet aliases
|
|
1086
|
+
export { default as FaucetIcon } from '../icons/faucet';
|
|
1081
1087
|
// Feather aliases
|
|
1082
1088
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1083
1089
|
// Fence aliases
|
|
@@ -1096,18 +1102,18 @@ export { default as FileClockIcon } from '../icons/file-clock';
|
|
|
1096
1102
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1097
1103
|
// FileDiff aliases
|
|
1098
1104
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1099
|
-
// FileDown aliases
|
|
1100
|
-
export { default as FileDownIcon } from '../icons/file-down';
|
|
1101
1105
|
// FileDigit aliases
|
|
1102
1106
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1103
|
-
// FileImage aliases
|
|
1104
|
-
export { default as FileImageIcon } from '../icons/file-image';
|
|
1105
1107
|
// FileHeart aliases
|
|
1106
1108
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1109
|
+
// FileDown aliases
|
|
1110
|
+
export { default as FileDownIcon } from '../icons/file-down';
|
|
1107
1111
|
// FileInput aliases
|
|
1108
1112
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1109
1113
|
// FileMinus aliases
|
|
1110
1114
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1115
|
+
// FileImage aliases
|
|
1116
|
+
export { default as FileImageIcon } from '../icons/file-image';
|
|
1111
1117
|
// FileMusic aliases
|
|
1112
1118
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1113
1119
|
// FileOutput aliases
|
|
@@ -1126,12 +1132,12 @@ export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
|
1126
1132
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1127
1133
|
// FileStack aliases
|
|
1128
1134
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1129
|
-
// FileText aliases
|
|
1130
|
-
export { default as FileTextIcon } from '../icons/file-text';
|
|
1131
1135
|
// FileTerminal aliases
|
|
1132
1136
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1133
1137
|
// FileType aliases
|
|
1134
1138
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1139
|
+
// FileText aliases
|
|
1140
|
+
export { default as FileTextIcon } from '../icons/file-text';
|
|
1135
1141
|
// FileUp aliases
|
|
1136
1142
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1137
1143
|
// FileVolume aliases
|
|
@@ -1146,68 +1152,68 @@ export { default as FileIcon } from '../icons/file';
|
|
|
1146
1152
|
export { default as FilesIcon } from '../icons/files';
|
|
1147
1153
|
// Film aliases
|
|
1148
1154
|
export { default as FilmIcon } from '../icons/film';
|
|
1149
|
-
// FireExtinguisher aliases
|
|
1150
|
-
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1151
1155
|
// FishOff aliases
|
|
1152
1156
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1157
|
+
// FireExtinguisher aliases
|
|
1158
|
+
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1159
|
+
// FishSymbol aliases
|
|
1160
|
+
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1153
1161
|
// Fish aliases
|
|
1154
1162
|
export { default as FishIcon } from '../icons/fish';
|
|
1155
1163
|
// FishingHook aliases
|
|
1156
1164
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1157
|
-
// FishSymbol aliases
|
|
1158
|
-
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1159
1165
|
// FishingRod aliases
|
|
1160
1166
|
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1161
|
-
// FlagTriangleLeft aliases
|
|
1162
|
-
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1163
1167
|
// FlagOff aliases
|
|
1164
1168
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1169
|
+
// FlagTriangleLeft aliases
|
|
1170
|
+
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1165
1171
|
// FlagTriangleRight aliases
|
|
1166
1172
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1173
|
+
// FlameKindling aliases
|
|
1174
|
+
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1175
|
+
// Flag aliases
|
|
1176
|
+
export { default as FlagIcon } from '../icons/flag';
|
|
1167
1177
|
// Flame aliases
|
|
1168
1178
|
export { default as FlameIcon } from '../icons/flame';
|
|
1169
1179
|
// FlashlightOff aliases
|
|
1170
1180
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1171
|
-
// Flag aliases
|
|
1172
|
-
export { default as FlagIcon } from '../icons/flag';
|
|
1173
|
-
// FlameKindling aliases
|
|
1174
|
-
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1175
1181
|
// Flashlight aliases
|
|
1176
1182
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1177
1183
|
// FlaskConicalOff aliases
|
|
1178
1184
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1179
1185
|
// FlaskConical aliases
|
|
1180
1186
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1187
|
+
// Flower2 aliases
|
|
1188
|
+
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1181
1189
|
// FlaskRound aliases
|
|
1182
1190
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1183
1191
|
// Flower aliases
|
|
1184
1192
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1185
|
-
// Flower2 aliases
|
|
1186
|
-
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1187
1193
|
// Focus aliases
|
|
1188
1194
|
export { default as FocusIcon } from '../icons/focus';
|
|
1189
|
-
// FoldVertical aliases
|
|
1190
|
-
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1191
1195
|
// FoldHorizontal aliases
|
|
1192
1196
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1197
|
+
// FoldVertical aliases
|
|
1198
|
+
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1193
1199
|
// FolderArchive aliases
|
|
1194
1200
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1195
1201
|
// FolderBookmark aliases
|
|
1196
1202
|
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1197
1203
|
// FolderCheck aliases
|
|
1198
1204
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1205
|
+
// FolderClock aliases
|
|
1206
|
+
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1199
1207
|
// FolderCode aliases
|
|
1200
1208
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1201
1209
|
// FolderClosed aliases
|
|
1202
1210
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1203
1211
|
// FolderDot aliases
|
|
1204
1212
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1205
|
-
// FolderClock aliases
|
|
1206
|
-
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1207
|
-
// FolderGit2 aliases
|
|
1208
|
-
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1209
1213
|
// FolderDown aliases
|
|
1210
1214
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1215
|
+
// FolderGit2 aliases
|
|
1216
|
+
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1211
1217
|
// FolderGit aliases
|
|
1212
1218
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1213
1219
|
// FolderHeart aliases
|
|
@@ -1216,16 +1222,16 @@ export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
|
1216
1222
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1217
1223
|
// FolderKey aliases
|
|
1218
1224
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1219
|
-
//
|
|
1220
|
-
export { default as
|
|
1225
|
+
// FolderLock aliases
|
|
1226
|
+
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1221
1227
|
// FolderKanban aliases
|
|
1222
1228
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1223
|
-
//
|
|
1224
|
-
export { default as
|
|
1229
|
+
// FolderMinus aliases
|
|
1230
|
+
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1225
1231
|
// FolderOpenDot aliases
|
|
1226
1232
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1227
|
-
//
|
|
1228
|
-
export { default as
|
|
1233
|
+
// FolderOpen aliases
|
|
1234
|
+
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1229
1235
|
// FolderOutput aliases
|
|
1230
1236
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1231
1237
|
// FolderPlus aliases
|
|
@@ -1240,56 +1246,56 @@ export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
|
1240
1246
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1241
1247
|
// FolderSync aliases
|
|
1242
1248
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1243
|
-
// FolderTree aliases
|
|
1244
|
-
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1245
|
-
// FolderX aliases
|
|
1246
|
-
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1247
1249
|
// FolderUp aliases
|
|
1248
1250
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1251
|
+
// FolderTree aliases
|
|
1252
|
+
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1249
1253
|
// Folder aliases
|
|
1250
1254
|
export { default as FolderIcon } from '../icons/folder';
|
|
1255
|
+
// FolderX aliases
|
|
1256
|
+
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1251
1257
|
// Folders aliases
|
|
1252
1258
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1253
1259
|
// Footprints aliases
|
|
1254
1260
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1255
1261
|
// Forklift aliases
|
|
1256
1262
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1257
|
-
// Forward aliases
|
|
1258
|
-
export { default as ForwardIcon } from '../icons/forward';
|
|
1259
1263
|
// Form aliases
|
|
1260
1264
|
export { default as FormIcon } from '../icons/form';
|
|
1261
|
-
//
|
|
1262
|
-
export { default as
|
|
1265
|
+
// Forward aliases
|
|
1266
|
+
export { default as ForwardIcon } from '../icons/forward';
|
|
1263
1267
|
// Fuel aliases
|
|
1264
1268
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1269
|
+
// Frame aliases
|
|
1270
|
+
export { default as FrameIcon } from '../icons/frame';
|
|
1265
1271
|
// Fullscreen aliases
|
|
1266
1272
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1267
1273
|
// FunnelPlus aliases
|
|
1268
1274
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1269
1275
|
// Galaxy aliases
|
|
1270
1276
|
export { default as GalaxyIcon } from '../icons/galaxy';
|
|
1271
|
-
// GalleryHorizontalEnd aliases
|
|
1272
|
-
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1273
1277
|
// GalleryHorizontal aliases
|
|
1274
1278
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1279
|
+
// GalleryHorizontalEnd aliases
|
|
1280
|
+
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1275
1281
|
// GalleryThumbnails aliases
|
|
1276
1282
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1277
|
-
// GalleryVerticalEnd aliases
|
|
1278
|
-
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1279
1283
|
// GalleryVertical aliases
|
|
1280
1284
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1281
1285
|
// Gamepad2 aliases
|
|
1282
1286
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1287
|
+
// GalleryVerticalEnd aliases
|
|
1288
|
+
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1283
1289
|
// GamepadDirectional aliases
|
|
1284
1290
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1285
1291
|
// Gamepad aliases
|
|
1286
1292
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1293
|
+
// GapHorizontal aliases
|
|
1294
|
+
export { default as GapHorizontalIcon } from '../icons/gap-horizontal';
|
|
1287
1295
|
// GapVertical aliases
|
|
1288
1296
|
export { default as GapVerticalIcon } from '../icons/gap-vertical';
|
|
1289
1297
|
// Gauge aliases
|
|
1290
1298
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1291
|
-
// GapHorizontal aliases
|
|
1292
|
-
export { default as GapHorizontalIcon } from '../icons/gap-horizontal';
|
|
1293
1299
|
// Gavel aliases
|
|
1294
1300
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1295
1301
|
// Gem aliases
|
|
@@ -1300,10 +1306,10 @@ export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
|
1300
1306
|
export { default as GermOffIcon } from '../icons/germ-off';
|
|
1301
1307
|
// Germ aliases
|
|
1302
1308
|
export { default as GermIcon } from '../icons/germ';
|
|
1303
|
-
// Gift aliases
|
|
1304
|
-
export { default as GiftIcon } from '../icons/gift';
|
|
1305
1309
|
// Ghost aliases
|
|
1306
1310
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1311
|
+
// Gift aliases
|
|
1312
|
+
export { default as GiftIcon } from '../icons/gift';
|
|
1307
1313
|
// GitBranchMinus aliases
|
|
1308
1314
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1309
1315
|
// GitBranchPlus aliases
|
|
@@ -1318,16 +1324,16 @@ export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
|
1318
1324
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1319
1325
|
// GitFork aliases
|
|
1320
1326
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1327
|
+
// GitMergeConflict aliases
|
|
1328
|
+
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1321
1329
|
// GitGraph aliases
|
|
1322
1330
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1323
1331
|
// GitMerge aliases
|
|
1324
1332
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1325
|
-
// GitMergeConflict aliases
|
|
1326
|
-
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1327
|
-
// GitPullRequestArrow aliases
|
|
1328
|
-
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1329
1333
|
// GitPullRequestClosed aliases
|
|
1330
1334
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1335
|
+
// GitPullRequestArrow aliases
|
|
1336
|
+
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1331
1337
|
// GitPullRequestCreateArrow aliases
|
|
1332
1338
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1333
1339
|
// GitPullRequestCreate aliases
|
|
@@ -1336,10 +1342,10 @@ export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-c
|
|
|
1336
1342
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1337
1343
|
// GitPullRequest aliases
|
|
1338
1344
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1339
|
-
// GlassWater aliases
|
|
1340
|
-
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1341
1345
|
// Glasses aliases
|
|
1342
1346
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1347
|
+
// GlassWater aliases
|
|
1348
|
+
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1343
1349
|
// GlobeCheck aliases
|
|
1344
1350
|
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1345
1351
|
// GlobeCode aliases
|
|
@@ -1368,16 +1374,16 @@ export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
|
1368
1374
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1369
1375
|
// Grip aliases
|
|
1370
1376
|
export { default as GripIcon } from '../icons/grip';
|
|
1371
|
-
// Guitar aliases
|
|
1372
|
-
export { default as GuitarIcon } from '../icons/guitar';
|
|
1373
1377
|
// Group aliases
|
|
1374
1378
|
export { default as GroupIcon } from '../icons/group';
|
|
1375
|
-
//
|
|
1376
|
-
export { default as
|
|
1379
|
+
// Guitar aliases
|
|
1380
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1377
1381
|
// Ham aliases
|
|
1378
1382
|
export { default as HamIcon } from '../icons/ham';
|
|
1379
1383
|
// Hammer aliases
|
|
1380
1384
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1385
|
+
// Hamburger aliases
|
|
1386
|
+
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1381
1387
|
// HandCoins aliases
|
|
1382
1388
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1383
1389
|
// HandFist aliases
|
|
@@ -1400,12 +1406,12 @@ export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
|
1400
1406
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1401
1407
|
// HardDrive aliases
|
|
1402
1408
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1409
|
+
// Hash aliases
|
|
1410
|
+
export { default as HashIcon } from '../icons/hash';
|
|
1403
1411
|
// HardHat aliases
|
|
1404
1412
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1405
1413
|
// HatGlasses aliases
|
|
1406
1414
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1407
|
-
// Hash aliases
|
|
1408
|
-
export { default as HashIcon } from '../icons/hash';
|
|
1409
1415
|
// Haze aliases
|
|
1410
1416
|
export { default as HazeIcon } from '../icons/haze';
|
|
1411
1417
|
// Hd aliases
|
|
@@ -1416,20 +1422,20 @@ export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
|
1416
1422
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1417
1423
|
// Heading2 aliases
|
|
1418
1424
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1425
|
+
// Heading3 aliases
|
|
1426
|
+
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1419
1427
|
// Heading4 aliases
|
|
1420
1428
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1429
|
+
// Heading6 aliases
|
|
1430
|
+
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1421
1431
|
// Heading5 aliases
|
|
1422
1432
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1423
|
-
// Heading3 aliases
|
|
1424
|
-
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1425
1433
|
// Heading aliases
|
|
1426
1434
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1427
|
-
// Heading6 aliases
|
|
1428
|
-
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1429
|
-
// HeadphoneOff aliases
|
|
1430
|
-
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1431
1435
|
// Headphones aliases
|
|
1432
1436
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1437
|
+
// HeadphoneOff aliases
|
|
1438
|
+
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1433
1439
|
// Headset aliases
|
|
1434
1440
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1435
1441
|
// HeartCrack aliases
|
|
@@ -1444,16 +1450,16 @@ export { default as HeartOffIcon } from '../icons/heart-off';
|
|
|
1444
1450
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1445
1451
|
// HeartPulse aliases
|
|
1446
1452
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1447
|
-
// HeartX aliases
|
|
1448
|
-
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1449
1453
|
// Heart aliases
|
|
1450
1454
|
export { default as HeartIcon } from '../icons/heart';
|
|
1455
|
+
// HeartX aliases
|
|
1456
|
+
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1457
|
+
// Heater aliases
|
|
1458
|
+
export { default as HeaterIcon } from '../icons/heater';
|
|
1451
1459
|
// Helicopter aliases
|
|
1452
1460
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1453
1461
|
// Hexagon aliases
|
|
1454
1462
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1455
|
-
// Heater aliases
|
|
1456
|
-
export { default as HeaterIcon } from '../icons/heater';
|
|
1457
1463
|
// Highlighter aliases
|
|
1458
1464
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1459
1465
|
// HopOff aliases
|
|
@@ -1484,14 +1490,14 @@ export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
|
1484
1490
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1485
1491
|
// ImageDown aliases
|
|
1486
1492
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1487
|
-
// ImageOff aliases
|
|
1488
|
-
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1489
1493
|
// ImageMinus aliases
|
|
1490
1494
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1491
1495
|
// ImagePlay aliases
|
|
1492
1496
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1493
1497
|
// ImagePlus aliases
|
|
1494
1498
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1499
|
+
// ImageOff aliases
|
|
1500
|
+
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1495
1501
|
// ImageUp aliases
|
|
1496
1502
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1497
1503
|
// ImageUpscale aliases
|
|
@@ -1506,18 +1512,18 @@ export { default as ImportIcon } from '../icons/import';
|
|
|
1506
1512
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1507
1513
|
// IndianRupee aliases
|
|
1508
1514
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1509
|
-
// Infinity aliases
|
|
1510
|
-
export { default as InfinityIcon } from '../icons/infinity';
|
|
1511
1515
|
// Info aliases
|
|
1512
1516
|
export { default as InfoIcon } from '../icons/info';
|
|
1517
|
+
// Infinity aliases
|
|
1518
|
+
export { default as InfinityIcon } from '../icons/infinity';
|
|
1513
1519
|
// InspectionPanel aliases
|
|
1514
1520
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1515
1521
|
// Italic aliases
|
|
1516
1522
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1517
|
-
// IterationCw aliases
|
|
1518
|
-
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1519
1523
|
// IterationCcw aliases
|
|
1520
1524
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1525
|
+
// IterationCw aliases
|
|
1526
|
+
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1521
1527
|
// IvBag aliases
|
|
1522
1528
|
export { default as IvBagIcon } from '../icons/iv-bag';
|
|
1523
1529
|
// JapaneseYen aliases
|
|
@@ -1536,10 +1542,12 @@ export { default as KeySquareIcon } from '../icons/key-square';
|
|
|
1536
1542
|
export { default as KeyIcon } from '../icons/key';
|
|
1537
1543
|
// KeyboardMusic aliases
|
|
1538
1544
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1539
|
-
// KeyboardOff aliases
|
|
1540
|
-
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1541
1545
|
// Keyboard aliases
|
|
1542
1546
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1547
|
+
// KeyboardOff aliases
|
|
1548
|
+
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1549
|
+
// Lambda aliases
|
|
1550
|
+
export { default as LambdaIcon } from '../icons/lambda';
|
|
1543
1551
|
// LampCeiling aliases
|
|
1544
1552
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1545
1553
|
// LampDesk aliases
|
|
@@ -1556,30 +1564,30 @@ export { default as LampIcon } from '../icons/lamp';
|
|
|
1556
1564
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1557
1565
|
// Landmark aliases
|
|
1558
1566
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1567
|
+
// LassoSelect aliases
|
|
1568
|
+
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1559
1569
|
// Languages aliases
|
|
1560
1570
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1561
1571
|
// LaptopMinimalCheck aliases
|
|
1562
1572
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1563
1573
|
// Laptop aliases
|
|
1564
1574
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1565
|
-
// LassoSelect aliases
|
|
1566
|
-
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1567
1575
|
// Lasso aliases
|
|
1568
1576
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1569
1577
|
// LayerArrowDown aliases
|
|
1570
1578
|
export { default as LayerArrowDownIcon } from '../icons/layer-arrow-down';
|
|
1571
|
-
// Layers2 aliases
|
|
1572
|
-
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1573
|
-
// LayersArrowUp aliases
|
|
1574
|
-
export { default as LayersArrowUpIcon } from '../icons/layers-arrow-up';
|
|
1575
1579
|
// LayerArrowUp aliases
|
|
1576
1580
|
export { default as LayerArrowUpIcon } from '../icons/layer-arrow-up';
|
|
1581
|
+
// Layers2 aliases
|
|
1582
|
+
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1577
1583
|
// LayersArrowDown aliases
|
|
1578
1584
|
export { default as LayersArrowDownIcon } from '../icons/layers-arrow-down';
|
|
1579
|
-
//
|
|
1580
|
-
export { default as
|
|
1585
|
+
// LayersArrowUp aliases
|
|
1586
|
+
export { default as LayersArrowUpIcon } from '../icons/layers-arrow-up';
|
|
1581
1587
|
// LayersPlus aliases
|
|
1582
1588
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1589
|
+
// LayersMinus aliases
|
|
1590
|
+
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1583
1591
|
// LayoutArrowDown aliases
|
|
1584
1592
|
export { default as LayoutArrowDownIcon } from '../icons/layout-arrow-down';
|
|
1585
1593
|
// LayoutArrowRight aliases
|
|
@@ -1598,18 +1606,18 @@ export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
|
1598
1606
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1599
1607
|
// LayoutTemplate aliases
|
|
1600
1608
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1601
|
-
// LeafyGreen aliases
|
|
1602
|
-
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1603
1609
|
// Leaf aliases
|
|
1604
1610
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1611
|
+
// LeafyGreen aliases
|
|
1612
|
+
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1605
1613
|
// Lectern aliases
|
|
1606
1614
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1607
|
-
// LensConvex aliases
|
|
1608
|
-
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1609
1615
|
// LensConcave aliases
|
|
1610
1616
|
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1611
1617
|
// LibraryBig aliases
|
|
1612
1618
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1619
|
+
// LensConvex aliases
|
|
1620
|
+
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1613
1621
|
// Library aliases
|
|
1614
1622
|
export { default as LibraryIcon } from '../icons/library';
|
|
1615
1623
|
// LifeBuoy aliases
|
|
@@ -1624,10 +1632,10 @@ export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
|
1624
1632
|
export { default as LighthouseIcon } from '../icons/lighthouse';
|
|
1625
1633
|
// LineDotRightHorizontal aliases
|
|
1626
1634
|
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1627
|
-
// LineSquiggle aliases
|
|
1628
|
-
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1629
1635
|
// LineStyle aliases
|
|
1630
1636
|
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1637
|
+
// LineSquiggle aliases
|
|
1638
|
+
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1631
1639
|
// Link2Off aliases
|
|
1632
1640
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1633
1641
|
// Link2 aliases
|
|
@@ -1640,22 +1648,22 @@ export { default as ListCheckIcon } from '../icons/list-check';
|
|
|
1640
1648
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1641
1649
|
// ListChevronsDownUp aliases
|
|
1642
1650
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1643
|
-
// ListChevronsUpDown aliases
|
|
1644
|
-
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1645
1651
|
// ListClock aliases
|
|
1646
1652
|
export { default as ListClockIcon } from '../icons/list-clock';
|
|
1647
|
-
//
|
|
1648
|
-
export { default as
|
|
1653
|
+
// ListChevronsUpDown aliases
|
|
1654
|
+
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1649
1655
|
// ListEnd aliases
|
|
1650
1656
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1657
|
+
// ListCollapse aliases
|
|
1658
|
+
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1651
1659
|
// ListFilterPlus aliases
|
|
1652
1660
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1653
1661
|
// ListFilter aliases
|
|
1654
1662
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1655
|
-
// ListMusic aliases
|
|
1656
|
-
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1657
1663
|
// ListMinus aliases
|
|
1658
1664
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1665
|
+
// ListMusic aliases
|
|
1666
|
+
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1659
1667
|
// ListOrdered aliases
|
|
1660
1668
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1661
1669
|
// ListPlus aliases
|
|
@@ -1668,10 +1676,10 @@ export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
|
1668
1676
|
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1669
1677
|
// ListStart aliases
|
|
1670
1678
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1671
|
-
// ListTodo aliases
|
|
1672
|
-
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1673
1679
|
// ListTree aliases
|
|
1674
1680
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1681
|
+
// ListTodo aliases
|
|
1682
|
+
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1675
1683
|
// ListVideo aliases
|
|
1676
1684
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1677
1685
|
// ListX aliases
|
|
@@ -1680,10 +1688,10 @@ export { default as ListXIcon } from '../icons/list-x';
|
|
|
1680
1688
|
export { default as ListIcon } from '../icons/list';
|
|
1681
1689
|
// LoaderPinwheel aliases
|
|
1682
1690
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1683
|
-
// LocateFixed aliases
|
|
1684
|
-
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1685
1691
|
// Loader aliases
|
|
1686
1692
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1693
|
+
// LocateFixed aliases
|
|
1694
|
+
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1687
1695
|
// LocateOff aliases
|
|
1688
1696
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1689
1697
|
// Locate aliases
|
|
@@ -1734,20 +1742,20 @@ export { default as MailsIcon } from '../icons/mails';
|
|
|
1734
1742
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1735
1743
|
// MapPinCheckInside aliases
|
|
1736
1744
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1737
|
-
// MapPinHouse aliases
|
|
1738
|
-
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1739
1745
|
// MapPinCheck aliases
|
|
1740
1746
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1741
|
-
//
|
|
1742
|
-
export { default as
|
|
1747
|
+
// MapPinHouse aliases
|
|
1748
|
+
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1743
1749
|
// MapPinMinusInside aliases
|
|
1744
1750
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1751
|
+
// MapPinMinus aliases
|
|
1752
|
+
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1745
1753
|
// MapPinOff aliases
|
|
1746
1754
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1747
|
-
// MapPinPlus aliases
|
|
1748
|
-
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1749
1755
|
// MapPinPlusInside aliases
|
|
1750
1756
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1757
|
+
// MapPinPlus aliases
|
|
1758
|
+
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1751
1759
|
// MapPinSearch aliases
|
|
1752
1760
|
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1753
1761
|
// MapPinXInside aliases
|
|
@@ -1764,10 +1772,10 @@ export { default as MapPlusIcon } from '../icons/map-plus';
|
|
|
1764
1772
|
export { default as MapIcon } from '../icons/map';
|
|
1765
1773
|
// MarsStroke aliases
|
|
1766
1774
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1767
|
-
// Mars aliases
|
|
1768
|
-
export { default as MarsIcon } from '../icons/mars';
|
|
1769
1775
|
// Martini aliases
|
|
1770
1776
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1777
|
+
// Mars aliases
|
|
1778
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1771
1779
|
// Maximize2 aliases
|
|
1772
1780
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1773
1781
|
// Maximize aliases
|
|
@@ -1778,10 +1786,10 @@ export { default as MedalIcon } from '../icons/medal';
|
|
|
1778
1786
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1779
1787
|
// Megaphone aliases
|
|
1780
1788
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1781
|
-
// MemoryStick aliases
|
|
1782
|
-
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1783
1789
|
// Menu aliases
|
|
1784
1790
|
export { default as MenuIcon } from '../icons/menu';
|
|
1791
|
+
// MemoryStick aliases
|
|
1792
|
+
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1785
1793
|
// Merge aliases
|
|
1786
1794
|
export { default as MergeIcon } from '../icons/merge';
|
|
1787
1795
|
// MessageCircleCheck aliases
|
|
@@ -1800,12 +1808,12 @@ export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
|
1800
1808
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1801
1809
|
// MessageCirclePlus aliases
|
|
1802
1810
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1811
|
+
// MessageCircleX aliases
|
|
1812
|
+
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1803
1813
|
// MessageCircleReply aliases
|
|
1804
1814
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1805
1815
|
// MessageCircleWarning aliases
|
|
1806
1816
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1807
|
-
// MessageCircleX aliases
|
|
1808
|
-
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1809
1817
|
// MessageCircle aliases
|
|
1810
1818
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1811
1819
|
// MessageSquareCheck aliases
|
|
@@ -1822,12 +1830,12 @@ export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
|
1822
1830
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1823
1831
|
// MessageSquareLock aliases
|
|
1824
1832
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1833
|
+
// MessageSquareMore aliases
|
|
1834
|
+
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1825
1835
|
// MessageSquareOff aliases
|
|
1826
1836
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1827
1837
|
// MessageSquarePlus aliases
|
|
1828
1838
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1829
|
-
// MessageSquareMore aliases
|
|
1830
|
-
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1831
1839
|
// MessageSquareQuote aliases
|
|
1832
1840
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1833
1841
|
// MessageSquareReply aliases
|
|
@@ -1852,10 +1860,10 @@ export { default as MetronomeIcon } from '../icons/metronome';
|
|
|
1852
1860
|
export { default as MicAudioLinesIcon } from '../icons/mic-audio-lines';
|
|
1853
1861
|
// MicOff aliases
|
|
1854
1862
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1855
|
-
// Microchip aliases
|
|
1856
|
-
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1857
1863
|
// Mic aliases
|
|
1858
1864
|
export { default as MicIcon } from '../icons/mic';
|
|
1865
|
+
// Microchip aliases
|
|
1866
|
+
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1859
1867
|
// Microscope aliases
|
|
1860
1868
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1861
1869
|
// Microwave aliases
|
|
@@ -1870,16 +1878,16 @@ export { default as MilkOffIcon } from '../icons/milk-off';
|
|
|
1870
1878
|
export { default as MilkIcon } from '../icons/milk';
|
|
1871
1879
|
// Minimize2 aliases
|
|
1872
1880
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1873
|
-
// Minimize aliases
|
|
1874
|
-
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1875
1881
|
// Minus aliases
|
|
1876
1882
|
export { default as MinusIcon } from '../icons/minus';
|
|
1883
|
+
// Minimize aliases
|
|
1884
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1877
1885
|
// MirrorRectangular aliases
|
|
1878
1886
|
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1879
|
-
// MirrorRound aliases
|
|
1880
|
-
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1881
1887
|
// MonitorCheck aliases
|
|
1882
1888
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1889
|
+
// MirrorRound aliases
|
|
1890
|
+
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1883
1891
|
// MonitorCloud aliases
|
|
1884
1892
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1885
1893
|
// MonitorCog aliases
|
|
@@ -1914,12 +1922,12 @@ export { default as MoonStarIcon } from '../icons/moon-star';
|
|
|
1914
1922
|
export { default as MoonIcon } from '../icons/moon';
|
|
1915
1923
|
// MopSparkles aliases
|
|
1916
1924
|
export { default as MopSparklesIcon } from '../icons/mop-sparkles';
|
|
1917
|
-
// Mop aliases
|
|
1918
|
-
export { default as MopIcon } from '../icons/mop';
|
|
1919
|
-
// Mosque aliases
|
|
1920
|
-
export { default as MosqueIcon } from '../icons/mosque';
|
|
1921
1925
|
// Motorbike aliases
|
|
1922
1926
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1927
|
+
// Mosque aliases
|
|
1928
|
+
export { default as MosqueIcon } from '../icons/mosque';
|
|
1929
|
+
// Mop aliases
|
|
1930
|
+
export { default as MopIcon } from '../icons/mop';
|
|
1923
1931
|
// MountainSnow aliases
|
|
1924
1932
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1925
1933
|
// Mountain aliases
|
|
@@ -1930,10 +1938,10 @@ export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
|
1930
1938
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1931
1939
|
// MousePointer2Off aliases
|
|
1932
1940
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1933
|
-
// MousePointer2 aliases
|
|
1934
|
-
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1935
1941
|
// MousePointerBan aliases
|
|
1936
1942
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1943
|
+
// MousePointer2 aliases
|
|
1944
|
+
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1937
1945
|
// MousePointerClick aliases
|
|
1938
1946
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1939
1947
|
// MousePointer aliases
|
|
@@ -1942,28 +1950,28 @@ export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
|
1942
1950
|
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1943
1951
|
// Mouse aliases
|
|
1944
1952
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1945
|
-
// MouthOff aliases
|
|
1946
|
-
export { default as MouthOffIcon } from '../icons/mouth-off';
|
|
1947
1953
|
// Mouth aliases
|
|
1948
1954
|
export { default as MouthIcon } from '../icons/mouth';
|
|
1955
|
+
// MouthOff aliases
|
|
1956
|
+
export { default as MouthOffIcon } from '../icons/mouth-off';
|
|
1949
1957
|
// MoveDiagonal2 aliases
|
|
1950
1958
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1951
|
-
// MoveDiagonal aliases
|
|
1952
|
-
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1953
1959
|
// MoveDownLeft aliases
|
|
1954
1960
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1961
|
+
// MoveDiagonal aliases
|
|
1962
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1963
|
+
// MoveDownRight aliases
|
|
1964
|
+
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1955
1965
|
// MoveDown aliases
|
|
1956
1966
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1957
1967
|
// MoveHorizontal aliases
|
|
1958
1968
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1959
|
-
// MoveDownRight aliases
|
|
1960
|
-
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1961
1969
|
// MoveLeft aliases
|
|
1962
1970
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1963
|
-
// MoveRight aliases
|
|
1964
|
-
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1965
1971
|
// MoveUpLeft aliases
|
|
1966
1972
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1973
|
+
// MoveRight aliases
|
|
1974
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1967
1975
|
// MoveUpRight aliases
|
|
1968
1976
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1969
1977
|
// MoveUp aliases
|
|
@@ -1976,24 +1984,26 @@ export { default as MoveIcon } from '../icons/move';
|
|
|
1976
1984
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1977
1985
|
// Music3 aliases
|
|
1978
1986
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1979
|
-
// Music4 aliases
|
|
1980
|
-
export { default as Music4Icon } from '../icons/music-4';
|
|
1981
1987
|
// Music aliases
|
|
1982
1988
|
export { default as MusicIcon } from '../icons/music';
|
|
1989
|
+
// Music4 aliases
|
|
1990
|
+
export { default as Music4Icon } from '../icons/music-4';
|
|
1983
1991
|
// Navigation2Off aliases
|
|
1984
1992
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1985
|
-
// Navigation2 aliases
|
|
1986
|
-
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1987
1993
|
// NavigationOff aliases
|
|
1988
1994
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1995
|
+
// Navigation2 aliases
|
|
1996
|
+
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1989
1997
|
// Navigation aliases
|
|
1990
1998
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1999
|
+
// NepaliRupee aliases
|
|
2000
|
+
export { default as NepaliRupeeIcon } from '../icons/nepali-rupee';
|
|
1991
2001
|
// Network aliases
|
|
1992
2002
|
export { default as NetworkIcon } from '../icons/network';
|
|
1993
|
-
// Newspaper aliases
|
|
1994
|
-
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1995
2003
|
// Nfc aliases
|
|
1996
2004
|
export { default as NfcIcon } from '../icons/nfc';
|
|
2005
|
+
// Newspaper aliases
|
|
2006
|
+
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1997
2007
|
// NonBinary aliases
|
|
1998
2008
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1999
2009
|
// NotebookDot aliases
|
|
@@ -2008,14 +2018,14 @@ export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
|
2008
2018
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
2009
2019
|
// NotepadTextDashed aliases
|
|
2010
2020
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
2011
|
-
// NotepadText aliases
|
|
2012
|
-
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
2013
2021
|
// NutOff aliases
|
|
2014
2022
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
2015
|
-
//
|
|
2016
|
-
export { default as
|
|
2023
|
+
// NotepadText aliases
|
|
2024
|
+
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
2017
2025
|
// OctagonMinus aliases
|
|
2018
2026
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
2027
|
+
// Nut aliases
|
|
2028
|
+
export { default as NutIcon } from '../icons/nut';
|
|
2019
2029
|
// Octagon aliases
|
|
2020
2030
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
2021
2031
|
// Omega aliases
|
|
@@ -2032,12 +2042,12 @@ export { default as Package2Icon } from '../icons/package-2';
|
|
|
2032
2042
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
2033
2043
|
// PackageMinus aliases
|
|
2034
2044
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
2045
|
+
// PackageOpen aliases
|
|
2046
|
+
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
2035
2047
|
// PackagePlus aliases
|
|
2036
2048
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
2037
2049
|
// PackageSearch aliases
|
|
2038
2050
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
2039
|
-
// PackageOpen aliases
|
|
2040
|
-
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
2041
2051
|
// PackageX aliases
|
|
2042
2052
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
2043
2053
|
// Package aliases
|
|
@@ -2066,18 +2076,18 @@ export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
|
2066
2076
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
2067
2077
|
// PanelRight aliases
|
|
2068
2078
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
2069
|
-
// PanelTopClose aliases
|
|
2070
|
-
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
2071
2079
|
// PanelTopBottomDashed aliases
|
|
2072
2080
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
2081
|
+
// PanelTopClose aliases
|
|
2082
|
+
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
2073
2083
|
// PanelTopOpen aliases
|
|
2074
2084
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
2075
2085
|
// PanelTop aliases
|
|
2076
2086
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
2077
|
-
// PanelsRightBottom aliases
|
|
2078
|
-
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
2079
2087
|
// PanelsLeftBottom aliases
|
|
2080
2088
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
2089
|
+
// PanelsRightBottom aliases
|
|
2090
|
+
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
2081
2091
|
// PaperBag aliases
|
|
2082
2092
|
export { default as PaperBagIcon } from '../icons/paper-bag';
|
|
2083
2093
|
// Paperclip aliases
|
|
@@ -2090,10 +2100,10 @@ export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
|
2090
2100
|
export { default as ParkIcon } from '../icons/park';
|
|
2091
2101
|
// ParkingMeter aliases
|
|
2092
2102
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
2093
|
-
// PartyPopper aliases
|
|
2094
|
-
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
2095
2103
|
// Pause aliases
|
|
2096
2104
|
export { default as PauseIcon } from '../icons/pause';
|
|
2105
|
+
// PartyPopper aliases
|
|
2106
|
+
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
2097
2107
|
// PawPrint aliases
|
|
2098
2108
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
2099
2109
|
// PcCase aliases
|
|
@@ -2102,16 +2112,16 @@ export { default as PcCaseIcon } from '../icons/pc-case';
|
|
|
2102
2112
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
2103
2113
|
// PenTool aliases
|
|
2104
2114
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
2105
|
-
// PencilOff aliases
|
|
2106
|
-
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
2107
2115
|
// PencilLine aliases
|
|
2108
2116
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
2117
|
+
// PencilOff aliases
|
|
2118
|
+
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
2109
2119
|
// PencilRuler aliases
|
|
2110
2120
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
2111
|
-
// Pencil aliases
|
|
2112
|
-
export { default as PencilIcon } from '../icons/pencil';
|
|
2113
2121
|
// PencilSparkles aliases
|
|
2114
2122
|
export { default as PencilSparklesIcon } from '../icons/pencil-sparkles';
|
|
2123
|
+
// Pencil aliases
|
|
2124
|
+
export { default as PencilIcon } from '../icons/pencil';
|
|
2115
2125
|
// Pentagon aliases
|
|
2116
2126
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
2117
2127
|
// Percent aliases
|
|
@@ -2120,26 +2130,26 @@ export { default as PercentIcon } from '../icons/percent';
|
|
|
2120
2130
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
2121
2131
|
// Phi aliases
|
|
2122
2132
|
export { default as PhiIcon } from '../icons/phi';
|
|
2123
|
-
// PhoneCall aliases
|
|
2124
|
-
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
2125
2133
|
// PhilippinePeso aliases
|
|
2126
2134
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2135
|
+
// PhoneCall aliases
|
|
2136
|
+
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
2127
2137
|
// PhoneForwarded aliases
|
|
2128
2138
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2129
|
-
// PhoneIncoming aliases
|
|
2130
|
-
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
2131
2139
|
// PhoneMissed aliases
|
|
2132
2140
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
2141
|
+
// PhoneIncoming aliases
|
|
2142
|
+
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
2133
2143
|
// PhoneOff aliases
|
|
2134
2144
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
2135
2145
|
// PhoneOutgoing aliases
|
|
2136
2146
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
2147
|
+
// Phone aliases
|
|
2148
|
+
export { default as PhoneIcon } from '../icons/phone';
|
|
2137
2149
|
// Pi aliases
|
|
2138
2150
|
export { default as PiIcon } from '../icons/pi';
|
|
2139
2151
|
// Piano aliases
|
|
2140
2152
|
export { default as PianoIcon } from '../icons/piano';
|
|
2141
|
-
// Phone aliases
|
|
2142
|
-
export { default as PhoneIcon } from '../icons/phone';
|
|
2143
2153
|
// Pickaxe aliases
|
|
2144
2154
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2145
2155
|
// PictureInPicture2 aliases
|
|
@@ -2160,16 +2170,16 @@ export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
|
2160
2170
|
export { default as PillIcon } from '../icons/pill';
|
|
2161
2171
|
// PinOff aliases
|
|
2162
2172
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2163
|
-
// Pin aliases
|
|
2164
|
-
export { default as PinIcon } from '../icons/pin';
|
|
2165
2173
|
// Pipette aliases
|
|
2166
2174
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2167
|
-
//
|
|
2168
|
-
export { default as
|
|
2175
|
+
// Pin aliases
|
|
2176
|
+
export { default as PinIcon } from '../icons/pin';
|
|
2169
2177
|
// Pizza aliases
|
|
2170
2178
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2171
2179
|
// PlaneLanding aliases
|
|
2172
2180
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2181
|
+
// PlaneTakeoff aliases
|
|
2182
|
+
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2173
2183
|
// Plane aliases
|
|
2174
2184
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2175
2185
|
// PlantPot aliases
|
|
@@ -2184,20 +2194,20 @@ export { default as PlayingCardIcon } from '../icons/playing-card';
|
|
|
2184
2194
|
export { default as PlayingCardsFanIcon } from '../icons/playing-cards-fan';
|
|
2185
2195
|
// PlayingCards aliases
|
|
2186
2196
|
export { default as PlayingCardsIcon } from '../icons/playing-cards';
|
|
2197
|
+
// Plug aliases
|
|
2198
|
+
export { default as PlugIcon } from '../icons/plug';
|
|
2187
2199
|
// Plug2 aliases
|
|
2188
2200
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2189
2201
|
// Plus aliases
|
|
2190
2202
|
export { default as PlusIcon } from '../icons/plus';
|
|
2191
|
-
// Plug aliases
|
|
2192
|
-
export { default as PlugIcon } from '../icons/plug';
|
|
2193
2203
|
// PocketKnife aliases
|
|
2194
2204
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2195
2205
|
// Podium aliases
|
|
2196
2206
|
export { default as PodiumIcon } from '../icons/podium';
|
|
2197
|
-
// Pointer aliases
|
|
2198
|
-
export { default as PointerIcon } from '../icons/pointer';
|
|
2199
2207
|
// PointerOff aliases
|
|
2200
2208
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2209
|
+
// Pointer aliases
|
|
2210
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
2201
2211
|
// Popcorn aliases
|
|
2202
2212
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2203
2213
|
// Popsicle aliases
|
|
@@ -2206,10 +2216,10 @@ export { default as PopsicleIcon } from '../icons/popsicle';
|
|
|
2206
2216
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2207
2217
|
// PowerOff aliases
|
|
2208
2218
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2209
|
-
// Presentation aliases
|
|
2210
|
-
export { default as PresentationIcon } from '../icons/presentation';
|
|
2211
2219
|
// Power aliases
|
|
2212
2220
|
export { default as PowerIcon } from '../icons/power';
|
|
2221
|
+
// Presentation aliases
|
|
2222
|
+
export { default as PresentationIcon } from '../icons/presentation';
|
|
2213
2223
|
// PrinterCheck aliases
|
|
2214
2224
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2215
2225
|
// PrinterX aliases
|
|
@@ -2220,30 +2230,30 @@ export { default as PrinterIcon } from '../icons/printer';
|
|
|
2220
2230
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2221
2231
|
// Proportions aliases
|
|
2222
2232
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2233
|
+
// Pyramid aliases
|
|
2234
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2223
2235
|
// Puzzle aliases
|
|
2224
2236
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2225
2237
|
// QrCode aliases
|
|
2226
2238
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2227
|
-
// Pyramid aliases
|
|
2228
|
-
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2229
2239
|
// Quote aliases
|
|
2230
2240
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2231
2241
|
// Rabbit aliases
|
|
2232
2242
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2233
|
-
// Radar aliases
|
|
2234
|
-
export { default as RadarIcon } from '../icons/radar';
|
|
2235
2243
|
// Radiation aliases
|
|
2236
2244
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2245
|
+
// Radar aliases
|
|
2246
|
+
export { default as RadarIcon } from '../icons/radar';
|
|
2237
2247
|
// Radical aliases
|
|
2238
2248
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2239
2249
|
// RadioOff aliases
|
|
2240
2250
|
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2251
|
+
// RadioTower aliases
|
|
2252
|
+
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2241
2253
|
// RadioReceiver aliases
|
|
2242
2254
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2243
2255
|
// Radio aliases
|
|
2244
2256
|
export { default as RadioIcon } from '../icons/radio';
|
|
2245
|
-
// RadioTower aliases
|
|
2246
|
-
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2247
2257
|
// Radius aliases
|
|
2248
2258
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2249
2259
|
// Rainbow aliases
|
|
@@ -2254,10 +2264,10 @@ export { default as RatIcon } from '../icons/rat';
|
|
|
2254
2264
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2255
2265
|
// ReceiptCent aliases
|
|
2256
2266
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2257
|
-
// ReceiptEuro aliases
|
|
2258
|
-
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2259
2267
|
// ReceiptIndianRupee aliases
|
|
2260
2268
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2269
|
+
// ReceiptEuro aliases
|
|
2270
|
+
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2261
2271
|
// ReceiptJapaneseYen aliases
|
|
2262
2272
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2263
2273
|
// ReceiptPoundSterling aliases
|
|
@@ -2280,16 +2290,16 @@ export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
|
2280
2290
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2281
2291
|
// RectangleVertical aliases
|
|
2282
2292
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2283
|
-
// Recycle aliases
|
|
2284
|
-
export { default as RecycleIcon } from '../icons/recycle';
|
|
2285
2293
|
// Redo2 aliases
|
|
2286
2294
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2295
|
+
// Recycle aliases
|
|
2296
|
+
export { default as RecycleIcon } from '../icons/recycle';
|
|
2287
2297
|
// RedoDot aliases
|
|
2288
2298
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2289
|
-
// Redo aliases
|
|
2290
|
-
export { default as RedoIcon } from '../icons/redo';
|
|
2291
2299
|
// RefreshCcwDot aliases
|
|
2292
2300
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2301
|
+
// Redo aliases
|
|
2302
|
+
export { default as RedoIcon } from '../icons/redo';
|
|
2293
2303
|
// RefreshCcw aliases
|
|
2294
2304
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2295
2305
|
// RefreshCwOff aliases
|
|
@@ -2302,10 +2312,10 @@ export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
|
2302
2312
|
export { default as RegexIcon } from '../icons/regex';
|
|
2303
2313
|
// RemoveFormatting aliases
|
|
2304
2314
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2305
|
-
// Repeat2 aliases
|
|
2306
|
-
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2307
2315
|
// Repeat1 aliases
|
|
2308
2316
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2317
|
+
// Repeat2 aliases
|
|
2318
|
+
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2309
2319
|
// RepeatOff aliases
|
|
2310
2320
|
export { default as RepeatOffIcon } from '../icons/repeat-off';
|
|
2311
2321
|
// Repeat aliases
|
|
@@ -2318,10 +2328,10 @@ export { default as ReplaceIcon } from '../icons/replace';
|
|
|
2318
2328
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2319
2329
|
// Reply aliases
|
|
2320
2330
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2321
|
-
// Ribbon aliases
|
|
2322
|
-
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2323
2331
|
// Rewind aliases
|
|
2324
2332
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2333
|
+
// Ribbon aliases
|
|
2334
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2325
2335
|
// Road aliases
|
|
2326
2336
|
export { default as RoadIcon } from '../icons/road';
|
|
2327
2337
|
// RobotArm aliases
|
|
@@ -2342,6 +2352,8 @@ export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
|
2342
2352
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2343
2353
|
// RotateCcw aliases
|
|
2344
2354
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2355
|
+
// RotateCwClock aliases
|
|
2356
|
+
export { default as RotateCwClockIcon } from '../icons/rotate-cw-clock';
|
|
2345
2357
|
// RotateCwFadingClock aliases
|
|
2346
2358
|
export { default as RotateCwFadingClockIcon } from '../icons/rotate-cw-fading-clock';
|
|
2347
2359
|
// RotateCwSquare aliases
|
|
@@ -2352,34 +2364,34 @@ export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
|
2352
2364
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2353
2365
|
// Route aliases
|
|
2354
2366
|
export { default as RouteIcon } from '../icons/route';
|
|
2355
|
-
// Rows4 aliases
|
|
2356
|
-
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2357
2367
|
// Router aliases
|
|
2358
2368
|
export { default as RouterIcon } from '../icons/router';
|
|
2369
|
+
// Rows4 aliases
|
|
2370
|
+
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2359
2371
|
// Rss aliases
|
|
2360
2372
|
export { default as RssIcon } from '../icons/rss';
|
|
2361
2373
|
// RulerDimensionLine aliases
|
|
2362
2374
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2363
|
-
// Ruler aliases
|
|
2364
|
-
export { default as RulerIcon } from '../icons/ruler';
|
|
2365
2375
|
// RussianRuble aliases
|
|
2366
2376
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2377
|
+
// Ruler aliases
|
|
2378
|
+
export { default as RulerIcon } from '../icons/ruler';
|
|
2367
2379
|
// Sailboat aliases
|
|
2368
2380
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2369
2381
|
// Salad aliases
|
|
2370
2382
|
export { default as SaladIcon } from '../icons/salad';
|
|
2371
2383
|
// Sandwich aliases
|
|
2372
2384
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2373
|
-
// Satellite aliases
|
|
2374
|
-
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2375
|
-
// SaveAll aliases
|
|
2376
|
-
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2377
2385
|
// SatelliteDish aliases
|
|
2378
2386
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2387
|
+
// Satellite aliases
|
|
2388
|
+
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2379
2389
|
// SaudiRiyal aliases
|
|
2380
2390
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2381
2391
|
// SaveCheck aliases
|
|
2382
2392
|
export { default as SaveCheckIcon } from '../icons/save-check';
|
|
2393
|
+
// SaveAll aliases
|
|
2394
|
+
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2383
2395
|
// SaveOff aliases
|
|
2384
2396
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2385
2397
|
// SavePen aliases
|
|
@@ -2388,30 +2400,30 @@ export { default as SavePenIcon } from '../icons/save-pen';
|
|
|
2388
2400
|
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2389
2401
|
// Save aliases
|
|
2390
2402
|
export { default as SaveIcon } from '../icons/save';
|
|
2391
|
-
// Scaling aliases
|
|
2392
|
-
export { default as ScalingIcon } from '../icons/scaling';
|
|
2393
2403
|
// Scale aliases
|
|
2394
2404
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2405
|
+
// Scaling aliases
|
|
2406
|
+
export { default as ScalingIcon } from '../icons/scaling';
|
|
2395
2407
|
// ScanBarcode aliases
|
|
2396
2408
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2397
|
-
// ScanEye aliases
|
|
2398
|
-
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2399
2409
|
// ScanBox aliases
|
|
2400
2410
|
export { default as ScanBoxIcon } from '../icons/scan-box';
|
|
2411
|
+
// ScanEye aliases
|
|
2412
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2401
2413
|
// ScanFace aliases
|
|
2402
2414
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2403
2415
|
// ScanHeart aliases
|
|
2404
2416
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2405
2417
|
// ScanLine aliases
|
|
2406
2418
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2407
|
-
// ScanSearch aliases
|
|
2408
|
-
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2409
2419
|
// ScanQrCode aliases
|
|
2410
2420
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2411
|
-
//
|
|
2412
|
-
export { default as
|
|
2421
|
+
// ScanSearch aliases
|
|
2422
|
+
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2413
2423
|
// ScanSquare aliases
|
|
2414
2424
|
export { default as ScanSquareIcon } from '../icons/scan-square';
|
|
2425
|
+
// ScanText aliases
|
|
2426
|
+
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2415
2427
|
// Scan aliases
|
|
2416
2428
|
export { default as ScanIcon } from '../icons/scan';
|
|
2417
2429
|
// School aliases
|
|
@@ -2420,26 +2432,26 @@ export { default as SchoolIcon } from '../icons/school';
|
|
|
2420
2432
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2421
2433
|
// Scissors aliases
|
|
2422
2434
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2423
|
-
// Scooter aliases
|
|
2424
|
-
export { default as ScooterIcon } from '../icons/scooter';
|
|
2425
2435
|
// ScreenShareOff aliases
|
|
2426
2436
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2437
|
+
// Scooter aliases
|
|
2438
|
+
export { default as ScooterIcon } from '../icons/scooter';
|
|
2427
2439
|
// ScreenShare aliases
|
|
2428
2440
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2429
2441
|
// ScrollText aliases
|
|
2430
2442
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2431
|
-
// SearchAlert aliases
|
|
2432
|
-
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2433
2443
|
// Scroll aliases
|
|
2434
2444
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2435
2445
|
// SearchCheck aliases
|
|
2436
2446
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2447
|
+
// SearchAlert aliases
|
|
2448
|
+
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2437
2449
|
// SearchCode aliases
|
|
2438
2450
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2439
|
-
// SearchX aliases
|
|
2440
|
-
export { default as SearchXIcon } from '../icons/search-x';
|
|
2441
2451
|
// SearchSlash aliases
|
|
2442
2452
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2453
|
+
// SearchX aliases
|
|
2454
|
+
export { default as SearchXIcon } from '../icons/search-x';
|
|
2443
2455
|
// Search aliases
|
|
2444
2456
|
export { default as SearchIcon } from '../icons/search';
|
|
2445
2457
|
// Section aliases
|
|
@@ -2464,10 +2476,10 @@ export { default as ServerPlusIcon } from '../icons/server-plus';
|
|
|
2464
2476
|
export { default as ServerIcon } from '../icons/server';
|
|
2465
2477
|
// Settings aliases
|
|
2466
2478
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2467
|
-
// Shapes aliases
|
|
2468
|
-
export { default as ShapesIcon } from '../icons/shapes';
|
|
2469
2479
|
// Settings2 aliases
|
|
2470
2480
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2481
|
+
// Shapes aliases
|
|
2482
|
+
export { default as ShapesIcon } from '../icons/shapes';
|
|
2471
2483
|
// Share2 aliases
|
|
2472
2484
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2473
2485
|
// Share aliases
|
|
@@ -2484,14 +2496,14 @@ export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
|
2484
2496
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2485
2497
|
// ShieldCheck aliases
|
|
2486
2498
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2487
|
-
// ShieldCog aliases
|
|
2488
|
-
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2489
2499
|
// ShieldCogCorner aliases
|
|
2490
2500
|
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2491
|
-
//
|
|
2492
|
-
export { default as
|
|
2501
|
+
// ShieldCog aliases
|
|
2502
|
+
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2493
2503
|
// ShieldEllipsis aliases
|
|
2494
2504
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2505
|
+
// ShieldHalf aliases
|
|
2506
|
+
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2495
2507
|
// ShieldKeyhole aliases
|
|
2496
2508
|
export { default as ShieldKeyholeIcon } from '../icons/shield-keyhole';
|
|
2497
2509
|
// ShieldLock aliases
|
|
@@ -2512,46 +2524,46 @@ export { default as ShipCargoIcon } from '../icons/ship-cargo';
|
|
|
2512
2524
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2513
2525
|
// Ship aliases
|
|
2514
2526
|
export { default as ShipIcon } from '../icons/ship';
|
|
2515
|
-
// ShoppingBag aliases
|
|
2516
|
-
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2517
2527
|
// Shirt aliases
|
|
2518
2528
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2519
|
-
//
|
|
2520
|
-
export { default as
|
|
2529
|
+
// ShoppingBag aliases
|
|
2530
|
+
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2521
2531
|
// ShoppingBasket aliases
|
|
2522
2532
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2523
|
-
//
|
|
2524
|
-
export { default as
|
|
2533
|
+
// ShoppingCartMinus aliases
|
|
2534
|
+
export { default as ShoppingCartMinusIcon } from '../icons/shopping-cart-minus';
|
|
2525
2535
|
// ShoppingCart aliases
|
|
2526
2536
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2527
|
-
//
|
|
2528
|
-
export { default as
|
|
2537
|
+
// ShoppingCartPlus aliases
|
|
2538
|
+
export { default as ShoppingCartPlusIcon } from '../icons/shopping-cart-plus';
|
|
2529
2539
|
// ShowerHead aliases
|
|
2530
2540
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2541
|
+
// Shovel aliases
|
|
2542
|
+
export { default as ShovelIcon } from '../icons/shovel';
|
|
2531
2543
|
// Shredder aliases
|
|
2532
2544
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2545
|
+
// Shrink aliases
|
|
2546
|
+
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2533
2547
|
// ShrimpOff aliases
|
|
2534
2548
|
export { default as ShrimpOffIcon } from '../icons/shrimp-off';
|
|
2535
2549
|
// Shrimp aliases
|
|
2536
2550
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2537
|
-
// Shrink aliases
|
|
2538
|
-
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2539
2551
|
// Shrub aliases
|
|
2540
2552
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2541
|
-
// Shuffle aliases
|
|
2542
|
-
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2543
2553
|
// Sigma aliases
|
|
2544
2554
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2545
|
-
//
|
|
2546
|
-
export { default as
|
|
2555
|
+
// Shuffle aliases
|
|
2556
|
+
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2547
2557
|
// SignalLow aliases
|
|
2548
2558
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2559
|
+
// SignalHigh aliases
|
|
2560
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2549
2561
|
// SignalMedium aliases
|
|
2550
2562
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2551
|
-
// SignalZero aliases
|
|
2552
|
-
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2553
2563
|
// Signal aliases
|
|
2554
2564
|
export { default as SignalIcon } from '../icons/signal';
|
|
2565
|
+
// SignalZero aliases
|
|
2566
|
+
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2555
2567
|
// Signature aliases
|
|
2556
2568
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2557
2569
|
// SignpostBig aliases
|
|
@@ -2564,16 +2576,16 @@ export { default as SirenIcon } from '../icons/siren';
|
|
|
2564
2576
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2565
2577
|
// SkipForward aliases
|
|
2566
2578
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2567
|
-
// Slash aliases
|
|
2568
|
-
export { default as SlashIcon } from '../icons/slash';
|
|
2569
2579
|
// Skull aliases
|
|
2570
2580
|
export { default as SkullIcon } from '../icons/skull';
|
|
2581
|
+
// Slash aliases
|
|
2582
|
+
export { default as SlashIcon } from '../icons/slash';
|
|
2571
2583
|
// Slice aliases
|
|
2572
2584
|
export { default as SliceIcon } from '../icons/slice';
|
|
2573
|
-
// SmartphoneCharging aliases
|
|
2574
|
-
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2575
2585
|
// SlidersHorizontal aliases
|
|
2576
2586
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2587
|
+
// SmartphoneCharging aliases
|
|
2588
|
+
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2577
2589
|
// SmartphoneNfc aliases
|
|
2578
2590
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2579
2591
|
// Smartphone aliases
|
|
@@ -2582,10 +2594,10 @@ export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
|
2582
2594
|
export { default as SnailIcon } from '../icons/snail';
|
|
2583
2595
|
// Snowflake aliases
|
|
2584
2596
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2585
|
-
// Sofa aliases
|
|
2586
|
-
export { default as SofaIcon } from '../icons/sofa';
|
|
2587
2597
|
// SoapDispenserDroplet aliases
|
|
2588
2598
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2599
|
+
// Sofa aliases
|
|
2600
|
+
export { default as SofaIcon } from '../icons/sofa';
|
|
2589
2601
|
// SolarPanel aliases
|
|
2590
2602
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2591
2603
|
// Soup aliases
|
|
@@ -2594,16 +2606,16 @@ export { default as SoupIcon } from '../icons/soup';
|
|
|
2594
2606
|
export { default as SpaceIcon } from '../icons/space';
|
|
2595
2607
|
// Spade aliases
|
|
2596
2608
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2597
|
-
// Sparkle aliases
|
|
2598
|
-
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2599
2609
|
// Speaker aliases
|
|
2600
2610
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2611
|
+
// Sparkle aliases
|
|
2612
|
+
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2601
2613
|
// Speech aliases
|
|
2602
2614
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2603
|
-
// SpellCheck2 aliases
|
|
2604
|
-
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2605
2615
|
// SpellCheck aliases
|
|
2606
2616
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2617
|
+
// SpellCheck2 aliases
|
|
2618
|
+
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2607
2619
|
// SplinePointer aliases
|
|
2608
2620
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2609
2621
|
// Spline aliases
|
|
@@ -2628,8 +2640,14 @@ export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right
|
|
|
2628
2640
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2629
2641
|
// SquareDashedBottom aliases
|
|
2630
2642
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2643
|
+
// SquareDashedPlus aliases
|
|
2644
|
+
export { default as SquareDashedPlusIcon } from '../icons/square-dashed-plus';
|
|
2631
2645
|
// SquareDashedTopSolid aliases
|
|
2632
2646
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2647
|
+
// SquareDashedXCorner aliases
|
|
2648
|
+
export { default as SquareDashedXCornerIcon } from '../icons/square-dashed-x-corner';
|
|
2649
|
+
// SquareDashedX aliases
|
|
2650
|
+
export { default as SquareDashedXIcon } from '../icons/square-dashed-x';
|
|
2633
2651
|
// SquareDimensions aliases
|
|
2634
2652
|
export { default as SquareDimensionsIcon } from '../icons/square-dimensions';
|
|
2635
2653
|
// SquareExclamationPoint aliases
|
|
@@ -2642,10 +2660,10 @@ export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
|
2642
2660
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2643
2661
|
// SquareRoundCorner aliases
|
|
2644
2662
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2645
|
-
// SquareSquare aliases
|
|
2646
|
-
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2647
2663
|
// SquareStack aliases
|
|
2648
2664
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2665
|
+
// SquareSquare aliases
|
|
2666
|
+
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2649
2667
|
// SquareStar aliases
|
|
2650
2668
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2651
2669
|
// SquareStop aliases
|
|
@@ -2654,16 +2672,16 @@ export { default as SquareStopIcon } from '../icons/square-stop';
|
|
|
2654
2672
|
export { default as SquareTextIcon } from '../icons/square-text';
|
|
2655
2673
|
// Square aliases
|
|
2656
2674
|
export { default as SquareIcon } from '../icons/square';
|
|
2657
|
-
// SquaresExclude aliases
|
|
2658
|
-
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2659
2675
|
// SquaresIntersect aliases
|
|
2660
2676
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2677
|
+
// SquaresExclude aliases
|
|
2678
|
+
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2661
2679
|
// SquaresSubtract aliases
|
|
2662
2680
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2663
|
-
// SquircleDashed aliases
|
|
2664
|
-
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2665
2681
|
// SquaresUnite aliases
|
|
2666
2682
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2683
|
+
// SquircleDashed aliases
|
|
2684
|
+
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2667
2685
|
// Squircle aliases
|
|
2668
2686
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2669
2687
|
// Squirrel aliases
|
|
@@ -2672,10 +2690,10 @@ export { default as SquirrelIcon } from '../icons/squirrel';
|
|
|
2672
2690
|
export { default as StampIcon } from '../icons/stamp';
|
|
2673
2691
|
// StarCheck aliases
|
|
2674
2692
|
export { default as StarCheckIcon } from '../icons/star-check';
|
|
2675
|
-
// StarMinus aliases
|
|
2676
|
-
export { default as StarMinusIcon } from '../icons/star-minus';
|
|
2677
2693
|
// StarHalf aliases
|
|
2678
2694
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2695
|
+
// StarMinus aliases
|
|
2696
|
+
export { default as StarMinusIcon } from '../icons/star-minus';
|
|
2679
2697
|
// StarOff aliases
|
|
2680
2698
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2681
2699
|
// StarPlus aliases
|
|
@@ -2684,36 +2702,36 @@ export { default as StarPlusIcon } from '../icons/star-plus';
|
|
|
2684
2702
|
export { default as StarXIcon } from '../icons/star-x';
|
|
2685
2703
|
// Star aliases
|
|
2686
2704
|
export { default as StarIcon } from '../icons/star';
|
|
2687
|
-
// StepForward aliases
|
|
2688
|
-
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2689
2705
|
// StepBack aliases
|
|
2690
2706
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2707
|
+
// StepForward aliases
|
|
2708
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2691
2709
|
// Stethoscope aliases
|
|
2692
2710
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2693
|
-
// StickyNoteCheck aliases
|
|
2694
|
-
export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
2695
2711
|
// Sticker aliases
|
|
2696
2712
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2697
2713
|
// StickyNoteMinus aliases
|
|
2698
2714
|
export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
2715
|
+
// StickyNoteCheck aliases
|
|
2716
|
+
export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
2699
2717
|
// StickyNoteOff aliases
|
|
2700
2718
|
export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
2701
2719
|
// StickyNotePlus aliases
|
|
2702
2720
|
export { default as StickyNotePlusIcon } from '../icons/sticky-note-plus';
|
|
2703
2721
|
// StickyNoteX aliases
|
|
2704
2722
|
export { default as StickyNoteXIcon } from '../icons/sticky-note-x';
|
|
2705
|
-
// StickyNotes aliases
|
|
2706
|
-
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2707
2723
|
// StickyNote aliases
|
|
2708
2724
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2725
|
+
// StickyNotes aliases
|
|
2726
|
+
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2709
2727
|
// Stone aliases
|
|
2710
2728
|
export { default as StoneIcon } from '../icons/stone';
|
|
2729
|
+
// StretchHorizontal aliases
|
|
2730
|
+
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2711
2731
|
// Store aliases
|
|
2712
2732
|
export { default as StoreIcon } from '../icons/store';
|
|
2713
2733
|
// StretchVertical aliases
|
|
2714
2734
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2715
|
-
// StretchHorizontal aliases
|
|
2716
|
-
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2717
2735
|
// Strikethrough aliases
|
|
2718
2736
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2719
2737
|
// Subscript aliases
|
|
@@ -2724,10 +2742,10 @@ export { default as SummaryIcon } from '../icons/summary';
|
|
|
2724
2742
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2725
2743
|
// SunMedium aliases
|
|
2726
2744
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2727
|
-
// SunMoon aliases
|
|
2728
|
-
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2729
2745
|
// SunSnow aliases
|
|
2730
2746
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2747
|
+
// SunMoon aliases
|
|
2748
|
+
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2731
2749
|
// Sun aliases
|
|
2732
2750
|
export { default as SunIcon } from '../icons/sun';
|
|
2733
2751
|
// Sunrise aliases
|
|
@@ -2736,68 +2754,68 @@ export { default as SunriseIcon } from '../icons/sunrise';
|
|
|
2736
2754
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2737
2755
|
// Superscript aliases
|
|
2738
2756
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2739
|
-
// SwissFranc aliases
|
|
2740
|
-
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2741
2757
|
// SwatchBook aliases
|
|
2742
2758
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2759
|
+
// SwissFranc aliases
|
|
2760
|
+
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2743
2761
|
// SwitchCamera aliases
|
|
2744
2762
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2745
|
-
// Sword aliases
|
|
2746
|
-
export { default as SwordIcon } from '../icons/sword';
|
|
2747
2763
|
// Swords aliases
|
|
2748
2764
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2765
|
+
// Sword aliases
|
|
2766
|
+
export { default as SwordIcon } from '../icons/sword';
|
|
2767
|
+
// Table2 aliases
|
|
2768
|
+
export { default as Table2Icon } from '../icons/table-2';
|
|
2749
2769
|
// Syringe aliases
|
|
2750
2770
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2751
2771
|
// TableCellsMerge aliases
|
|
2752
2772
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2753
2773
|
// TableCellsSplit aliases
|
|
2754
2774
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2755
|
-
// Table2 aliases
|
|
2756
|
-
export { default as Table2Icon } from '../icons/table-2';
|
|
2757
2775
|
// TableColumnsSplit aliases
|
|
2758
2776
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2759
|
-
// TableOfContents aliases
|
|
2760
|
-
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2761
2777
|
// TableProperties aliases
|
|
2762
2778
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2779
|
+
// TableOfContents aliases
|
|
2780
|
+
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2763
2781
|
// TableRowsSplit aliases
|
|
2764
2782
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2765
2783
|
// Table aliases
|
|
2766
2784
|
export { default as TableIcon } from '../icons/table';
|
|
2767
2785
|
// TabletSmartphone aliases
|
|
2768
2786
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2769
|
-
// Tablets aliases
|
|
2770
|
-
export { default as TabletsIcon } from '../icons/tablets';
|
|
2771
2787
|
// Tablet aliases
|
|
2772
2788
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2789
|
+
// Tablets aliases
|
|
2790
|
+
export { default as TabletsIcon } from '../icons/tablets';
|
|
2773
2791
|
// TagPlus aliases
|
|
2774
2792
|
export { default as TagPlusIcon } from '../icons/tag-plus';
|
|
2775
2793
|
// TagX aliases
|
|
2776
2794
|
export { default as TagXIcon } from '../icons/tag-x';
|
|
2777
|
-
// Tag aliases
|
|
2778
|
-
export { default as TagIcon } from '../icons/tag';
|
|
2779
2795
|
// Tags aliases
|
|
2780
2796
|
export { default as TagsIcon } from '../icons/tags';
|
|
2797
|
+
// Tag aliases
|
|
2798
|
+
export { default as TagIcon } from '../icons/tag';
|
|
2781
2799
|
// Tally1 aliases
|
|
2782
2800
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2783
|
-
// Tally3 aliases
|
|
2784
|
-
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2785
2801
|
// Tally2 aliases
|
|
2786
2802
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2803
|
+
// Tally3 aliases
|
|
2804
|
+
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2787
2805
|
// Tally4 aliases
|
|
2788
2806
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2789
2807
|
// Tally5 aliases
|
|
2790
2808
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2791
2809
|
// Tangent aliases
|
|
2792
2810
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2793
|
-
// Target aliases
|
|
2794
|
-
export { default as TargetIcon } from '../icons/target';
|
|
2795
2811
|
// Telescope aliases
|
|
2796
2812
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2797
|
-
//
|
|
2798
|
-
export { default as
|
|
2813
|
+
// Target aliases
|
|
2814
|
+
export { default as TargetIcon } from '../icons/target';
|
|
2799
2815
|
// TentTree aliases
|
|
2800
2816
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2817
|
+
// Tent aliases
|
|
2818
|
+
export { default as TentIcon } from '../icons/tent';
|
|
2801
2819
|
// Terminal aliases
|
|
2802
2820
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2803
2821
|
// TestTube aliases
|
|
@@ -2810,16 +2828,16 @@ export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
|
2810
2828
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2811
2829
|
// TextQuote aliases
|
|
2812
2830
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2813
|
-
// TextSearch aliases
|
|
2814
|
-
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2815
2831
|
// Theater aliases
|
|
2816
2832
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2833
|
+
// TextSearch aliases
|
|
2834
|
+
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2817
2835
|
// ThermometerSnowflake aliases
|
|
2818
2836
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2819
|
-
// Thermometer aliases
|
|
2820
|
-
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2821
2837
|
// ThermometerSun aliases
|
|
2822
2838
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2839
|
+
// Thermometer aliases
|
|
2840
|
+
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2823
2841
|
// ThumbsDown aliases
|
|
2824
2842
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2825
2843
|
// ThumbsUp aliases
|
|
@@ -2852,14 +2870,14 @@ export { default as TimerOffIcon } from '../icons/timer-off';
|
|
|
2852
2870
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2853
2871
|
// Timer aliases
|
|
2854
2872
|
export { default as TimerIcon } from '../icons/timer';
|
|
2855
|
-
// Toilet aliases
|
|
2856
|
-
export { default as ToiletIcon } from '../icons/toilet';
|
|
2857
2873
|
// ToggleLeft aliases
|
|
2858
2874
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2859
2875
|
// ToggleRight aliases
|
|
2860
2876
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2861
2877
|
// ToolCase aliases
|
|
2862
2878
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2879
|
+
// Toilet aliases
|
|
2880
|
+
export { default as ToiletIcon } from '../icons/toilet';
|
|
2863
2881
|
// Toolbox aliases
|
|
2864
2882
|
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2865
2883
|
// ToothbrushSparkles aliases
|
|
@@ -2890,10 +2908,10 @@ export { default as TrailerIcon } from '../icons/trailer';
|
|
|
2890
2908
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2891
2909
|
// TrainFront aliases
|
|
2892
2910
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2893
|
-
// Transgender aliases
|
|
2894
|
-
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2895
2911
|
// TrainTrack aliases
|
|
2896
2912
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2913
|
+
// Transgender aliases
|
|
2914
|
+
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2897
2915
|
// TrashOff aliases
|
|
2898
2916
|
export { default as TrashOffIcon } from '../icons/trash-off';
|
|
2899
2917
|
// TreeDeciduous aliases
|
|
@@ -2902,24 +2920,26 @@ export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
|
2902
2920
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2903
2921
|
// Trees aliases
|
|
2904
2922
|
export { default as TreesIcon } from '../icons/trees';
|
|
2905
|
-
// TrendingUpDown aliases
|
|
2906
|
-
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2907
2923
|
// TrendingDown aliases
|
|
2908
2924
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2909
2925
|
// TrendingUp aliases
|
|
2910
2926
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2927
|
+
// TrendingUpDown aliases
|
|
2928
|
+
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2911
2929
|
// TriangleDashed aliases
|
|
2912
2930
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2913
2931
|
// TriangleRight aliases
|
|
2914
2932
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2915
|
-
// Trophy aliases
|
|
2916
|
-
export { default as TrophyIcon } from '../icons/trophy';
|
|
2917
2933
|
// Triangle aliases
|
|
2918
2934
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2935
|
+
// Trophy aliases
|
|
2936
|
+
export { default as TrophyIcon } from '../icons/trophy';
|
|
2919
2937
|
// TruckElectric aliases
|
|
2920
2938
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2921
2939
|
// Truck aliases
|
|
2922
2940
|
export { default as TruckIcon } from '../icons/truck';
|
|
2941
|
+
// TubeLotion aliases
|
|
2942
|
+
export { default as TubeLotionIcon } from '../icons/tube-lotion';
|
|
2923
2943
|
// TurkishLira aliases
|
|
2924
2944
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2925
2945
|
// Turntable aliases
|
|
@@ -2938,24 +2958,24 @@ export { default as TypeIcon } from '../icons/type';
|
|
|
2938
2958
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2939
2959
|
// Umbrella aliases
|
|
2940
2960
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2941
|
-
// Undo2 aliases
|
|
2942
|
-
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2943
2961
|
// Underline aliases
|
|
2944
2962
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2945
|
-
//
|
|
2946
|
-
export { default as
|
|
2963
|
+
// Undo2 aliases
|
|
2964
|
+
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2947
2965
|
// Undo aliases
|
|
2948
2966
|
export { default as UndoIcon } from '../icons/undo';
|
|
2967
|
+
// UndoDot aliases
|
|
2968
|
+
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2949
2969
|
// UnfoldHorizontal aliases
|
|
2950
2970
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2951
2971
|
// UnfoldVertical aliases
|
|
2952
2972
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2953
2973
|
// Ungroup aliases
|
|
2954
2974
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2955
|
-
// Unlink aliases
|
|
2956
|
-
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2957
2975
|
// Unlink2 aliases
|
|
2958
2976
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2977
|
+
// Unlink aliases
|
|
2978
|
+
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2959
2979
|
// Unplug aliases
|
|
2960
2980
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2961
2981
|
// UsbCPort aliases
|
|
@@ -2968,34 +2988,34 @@ export { default as UsbIcon } from '../icons/usb';
|
|
|
2968
2988
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2969
2989
|
// UserCog aliases
|
|
2970
2990
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2971
|
-
// UserGroup aliases
|
|
2972
|
-
export { default as UserGroupIcon } from '../icons/user-group';
|
|
2973
2991
|
// UserKey aliases
|
|
2974
2992
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2993
|
+
// UserGroup aliases
|
|
2994
|
+
export { default as UserGroupIcon } from '../icons/user-group';
|
|
2975
2995
|
// UserLock aliases
|
|
2976
2996
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2977
2997
|
// UserMinus aliases
|
|
2978
2998
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2979
2999
|
// UserPen aliases
|
|
2980
3000
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2981
|
-
// UserPlus aliases
|
|
2982
|
-
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2983
3001
|
// UserRoundArrowLeft aliases
|
|
2984
3002
|
export { default as UserRoundArrowLeftIcon } from '../icons/user-round-arrow-left';
|
|
3003
|
+
// UserPlus aliases
|
|
3004
|
+
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2985
3005
|
// UserRoundGroup aliases
|
|
2986
3006
|
export { default as UserRoundGroupIcon } from '../icons/user-round-group';
|
|
2987
3007
|
// UserRoundKey aliases
|
|
2988
3008
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2989
|
-
// UserRoundPen aliases
|
|
2990
|
-
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2991
3009
|
// UserRoundSearch aliases
|
|
2992
3010
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
3011
|
+
// UserRoundPen aliases
|
|
3012
|
+
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2993
3013
|
// UserSearch aliases
|
|
2994
3014
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2995
|
-
// UserShield aliases
|
|
2996
|
-
export { default as UserShieldIcon } from '../icons/user-shield';
|
|
2997
3015
|
// UserStar aliases
|
|
2998
3016
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
3017
|
+
// UserShield aliases
|
|
3018
|
+
export { default as UserShieldIcon } from '../icons/user-shield';
|
|
2999
3019
|
// UserX aliases
|
|
3000
3020
|
export { default as UserXIcon } from '../icons/user-x';
|
|
3001
3021
|
// User aliases
|
|
@@ -3014,16 +3034,16 @@ export { default as VaultIcon } from '../icons/vault';
|
|
|
3014
3034
|
export { default as VectorPolygonIcon } from '../icons/vector-polygon';
|
|
3015
3035
|
// VectorSquare aliases
|
|
3016
3036
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
3017
|
-
// VenetianMask aliases
|
|
3018
|
-
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
3019
|
-
// VenusAndMars aliases
|
|
3020
|
-
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
3021
3037
|
// Vegan aliases
|
|
3022
3038
|
export { default as VeganIcon } from '../icons/vegan';
|
|
3023
|
-
//
|
|
3024
|
-
export { default as
|
|
3039
|
+
// VenusAndMars aliases
|
|
3040
|
+
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
3041
|
+
// VenetianMask aliases
|
|
3042
|
+
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
3025
3043
|
// VibrateOff aliases
|
|
3026
3044
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
3045
|
+
// Venus aliases
|
|
3046
|
+
export { default as VenusIcon } from '../icons/venus';
|
|
3027
3047
|
// Vibrate aliases
|
|
3028
3048
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
3029
3049
|
// VideoOff aliases
|
|
@@ -3054,16 +3074,16 @@ export { default as VolumeIcon } from '../icons/volume';
|
|
|
3054
3074
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
3055
3075
|
// Vote aliases
|
|
3056
3076
|
export { default as VoteIcon } from '../icons/vote';
|
|
3057
|
-
// Wallet aliases
|
|
3058
|
-
export { default as WalletIcon } from '../icons/wallet';
|
|
3059
3077
|
// WalletCards aliases
|
|
3060
3078
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
3079
|
+
// Wallet aliases
|
|
3080
|
+
export { default as WalletIcon } from '../icons/wallet';
|
|
3061
3081
|
// Wallpaper aliases
|
|
3062
3082
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
3063
|
-
// Wand aliases
|
|
3064
|
-
export { default as WandIcon } from '../icons/wand';
|
|
3065
3083
|
// Warehouse aliases
|
|
3066
3084
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
3085
|
+
// Wand aliases
|
|
3086
|
+
export { default as WandIcon } from '../icons/wand';
|
|
3067
3087
|
// WashingMachine aliases
|
|
3068
3088
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
3069
3089
|
// Watch aliases
|
|
@@ -3072,10 +3092,10 @@ export { default as WatchIcon } from '../icons/watch';
|
|
|
3072
3092
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
3073
3093
|
// WavesArrowUp aliases
|
|
3074
3094
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
3075
|
-
// WavesLadder aliases
|
|
3076
|
-
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
3077
3095
|
// WavesVertical aliases
|
|
3078
3096
|
export { default as WavesVerticalIcon } from '../icons/waves-vertical';
|
|
3097
|
+
// WavesLadder aliases
|
|
3098
|
+
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
3079
3099
|
// Waypoints aliases
|
|
3080
3100
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
3081
3101
|
// WebcamOff aliases
|
|
@@ -3086,10 +3106,10 @@ export { default as WebcamIcon } from '../icons/webcam';
|
|
|
3086
3106
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
3087
3107
|
// Webhook aliases
|
|
3088
3108
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
3089
|
-
// WeightTilde aliases
|
|
3090
|
-
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
3091
3109
|
// Weight aliases
|
|
3092
3110
|
export { default as WeightIcon } from '../icons/weight';
|
|
3111
|
+
// WeightTilde aliases
|
|
3112
|
+
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
3093
3113
|
// WheatOff aliases
|
|
3094
3114
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
3095
3115
|
// Wheat aliases
|
|
@@ -3098,48 +3118,48 @@ export { default as WheatIcon } from '../icons/wheat';
|
|
|
3098
3118
|
export { default as WhistleIcon } from '../icons/whistle';
|
|
3099
3119
|
// WholeWord aliases
|
|
3100
3120
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
3101
|
-
// WifiCog aliases
|
|
3102
|
-
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
3103
3121
|
// WifiHigh aliases
|
|
3104
3122
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
3123
|
+
// WifiCog aliases
|
|
3124
|
+
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
3105
3125
|
// WifiLow aliases
|
|
3106
3126
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
3107
3127
|
// WifiOff aliases
|
|
3108
3128
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
3109
3129
|
// WifiPen aliases
|
|
3110
3130
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
3131
|
+
// WifiSync aliases
|
|
3132
|
+
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
3111
3133
|
// WifiZero aliases
|
|
3112
3134
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
3113
3135
|
// Wifi aliases
|
|
3114
3136
|
export { default as WifiIcon } from '../icons/wifi';
|
|
3115
|
-
// WifiSync aliases
|
|
3116
|
-
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
3117
3137
|
// WindArrowDown aliases
|
|
3118
3138
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
3119
|
-
// WineOff aliases
|
|
3120
|
-
export { default as WineOffIcon } from '../icons/wine-off';
|
|
3121
3139
|
// Wind aliases
|
|
3122
3140
|
export { default as WindIcon } from '../icons/wind';
|
|
3123
|
-
//
|
|
3124
|
-
export { default as
|
|
3141
|
+
// WineOff aliases
|
|
3142
|
+
export { default as WineOffIcon } from '../icons/wine-off';
|
|
3125
3143
|
// Workflow aliases
|
|
3126
3144
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
3145
|
+
// Wine aliases
|
|
3146
|
+
export { default as WineIcon } from '../icons/wine';
|
|
3147
|
+
// Worm aliases
|
|
3148
|
+
export { default as WormIcon } from '../icons/worm';
|
|
3127
3149
|
// WrenchOff aliases
|
|
3128
3150
|
export { default as WrenchOffIcon } from '../icons/wrench-off';
|
|
3129
3151
|
// Wrench aliases
|
|
3130
3152
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
3131
|
-
// Worm aliases
|
|
3132
|
-
export { default as WormIcon } from '../icons/worm';
|
|
3133
|
-
// XLineTop aliases
|
|
3134
|
-
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
3135
3153
|
// X aliases
|
|
3136
3154
|
export { default as XIcon } from '../icons/x';
|
|
3137
3155
|
// ZapOff aliases
|
|
3138
3156
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
3139
|
-
//
|
|
3140
|
-
export { default as
|
|
3157
|
+
// XLineTop aliases
|
|
3158
|
+
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
3141
3159
|
// Zap aliases
|
|
3142
3160
|
export { default as ZapIcon } from '../icons/zap';
|
|
3161
|
+
// ZodiacAquarius aliases
|
|
3162
|
+
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
3143
3163
|
// ZodiacAries aliases
|
|
3144
3164
|
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
3145
3165
|
// ZodiacCancer aliases
|
|
@@ -3148,10 +3168,10 @@ export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
|
3148
3168
|
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
3149
3169
|
// ZodiacGemini aliases
|
|
3150
3170
|
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
3151
|
-
// ZodiacLeo aliases
|
|
3152
|
-
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
3153
3171
|
// ZodiacLibra aliases
|
|
3154
3172
|
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
3173
|
+
// ZodiacLeo aliases
|
|
3174
|
+
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
3155
3175
|
// ZodiacOphiuchus aliases
|
|
3156
3176
|
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
3157
3177
|
// ZodiacPisces aliases
|
|
@@ -3194,102 +3214,96 @@ export {
|
|
|
3194
3214
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. */
|
|
3195
3215
|
default as AlarmPlusIcon
|
|
3196
3216
|
} from '../icons/alarm-clock-plus';
|
|
3197
|
-
// ArrowDownAZ aliases
|
|
3198
|
-
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
3199
|
-
export {
|
|
3200
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. */
|
|
3201
|
-
default as ArrowDownAzIcon
|
|
3202
|
-
} from '../icons/arrow-down-a-z';
|
|
3203
3217
|
// ArrowDownWideNarrow aliases
|
|
3204
3218
|
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
3205
3219
|
export {
|
|
3206
3220
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. */
|
|
3207
3221
|
default as SortDescIcon
|
|
3208
3222
|
} from '../icons/arrow-down-wide-narrow';
|
|
3223
|
+
// ArrowDownAZ aliases
|
|
3224
|
+
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
3225
|
+
export {
|
|
3226
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. */
|
|
3227
|
+
default as ArrowDownAzIcon
|
|
3228
|
+
} from '../icons/arrow-down-a-z';
|
|
3209
3229
|
// ArrowDownZA aliases
|
|
3210
3230
|
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
3211
3231
|
export {
|
|
3212
3232
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
|
|
3213
3233
|
default as ArrowDownZaIcon
|
|
3214
3234
|
} from '../icons/arrow-down-z-a';
|
|
3215
|
-
// ArrowUpNarrowWide aliases
|
|
3216
|
-
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3217
|
-
export {
|
|
3218
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
|
|
3219
|
-
default as SortAscIcon
|
|
3220
|
-
} from '../icons/arrow-up-narrow-wide';
|
|
3221
3235
|
// ArrowUpAZ aliases
|
|
3222
3236
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
3223
3237
|
export {
|
|
3224
3238
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. */
|
|
3225
3239
|
default as ArrowUpAzIcon
|
|
3226
3240
|
} from '../icons/arrow-up-a-z';
|
|
3227
|
-
// ArrowUpZA aliases
|
|
3228
|
-
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
3229
|
-
export {
|
|
3230
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. */
|
|
3231
|
-
default as ArrowUpZaIcon
|
|
3232
|
-
} from '../icons/arrow-up-z-a';
|
|
3233
3241
|
// Axis3d aliases
|
|
3234
3242
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
3235
3243
|
export {
|
|
3236
3244
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. */
|
|
3237
3245
|
default as Axis3DIcon
|
|
3238
3246
|
} from '../icons/axis-3d';
|
|
3247
|
+
// ArrowUpNarrowWide aliases
|
|
3248
|
+
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3249
|
+
export {
|
|
3250
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
|
|
3251
|
+
default as SortAscIcon
|
|
3252
|
+
} from '../icons/arrow-up-narrow-wide';
|
|
3253
|
+
// ArrowUpZA aliases
|
|
3254
|
+
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
3255
|
+
export {
|
|
3256
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. */
|
|
3257
|
+
default as ArrowUpZaIcon
|
|
3258
|
+
} from '../icons/arrow-up-z-a';
|
|
3239
3259
|
// BadgeCheck aliases
|
|
3240
3260
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
3241
3261
|
export {
|
|
3242
3262
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
|
|
3243
3263
|
default as VerifiedIcon
|
|
3244
3264
|
} from '../icons/badge-check';
|
|
3265
|
+
// BadgeQuestionMark aliases
|
|
3266
|
+
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
3267
|
+
export {
|
|
3268
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
3269
|
+
default as BadgeHelpIcon
|
|
3270
|
+
} from '../icons/badge-question-mark';
|
|
3245
3271
|
// BetweenHorizontalEnd aliases
|
|
3246
3272
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3247
3273
|
export {
|
|
3248
3274
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
|
|
3249
3275
|
default as BetweenHorizonalEndIcon
|
|
3250
3276
|
} from '../icons/between-horizontal-end';
|
|
3251
|
-
//
|
|
3252
|
-
export { default as
|
|
3277
|
+
// BetweenHorizontalStart aliases
|
|
3278
|
+
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
3253
3279
|
export {
|
|
3254
|
-
/** @deprecated
|
|
3255
|
-
default as
|
|
3256
|
-
} from '../icons/
|
|
3280
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
3281
|
+
default as BetweenHorizonalStartIcon
|
|
3282
|
+
} from '../icons/between-horizontal-start';
|
|
3257
3283
|
// BookBookmark aliases
|
|
3258
3284
|
export { default as BookBookmarkIcon } from '../icons/book-bookmark';
|
|
3259
3285
|
export {
|
|
3260
3286
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookBookmark} instead. */
|
|
3261
3287
|
default as BookMarkedIcon
|
|
3262
3288
|
} from '../icons/book-bookmark';
|
|
3263
|
-
// BuildingComplex aliases
|
|
3264
|
-
export { default as BuildingComplexIcon } from '../icons/building-complex';
|
|
3265
|
-
export {
|
|
3266
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BuildingComplex} instead. */
|
|
3267
|
-
default as Building2Icon
|
|
3268
|
-
} from '../icons/building-complex';
|
|
3269
3289
|
// BookDashed aliases
|
|
3270
3290
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3271
3291
|
export {
|
|
3272
3292
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. */
|
|
3273
3293
|
default as BookTemplateIcon
|
|
3274
3294
|
} from '../icons/book-dashed';
|
|
3275
|
-
// BetweenHorizontalStart aliases
|
|
3276
|
-
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
3277
|
-
export {
|
|
3278
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
3279
|
-
default as BetweenHorizonalStartIcon
|
|
3280
|
-
} from '../icons/between-horizontal-start';
|
|
3281
3295
|
// Braces aliases
|
|
3282
3296
|
export { default as BracesIcon } from '../icons/braces';
|
|
3283
3297
|
export {
|
|
3284
3298
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
|
|
3285
3299
|
default as CurlyBracesIcon
|
|
3286
3300
|
} from '../icons/braces';
|
|
3287
|
-
//
|
|
3288
|
-
export { default as
|
|
3301
|
+
// BuildingComplex aliases
|
|
3302
|
+
export { default as BuildingComplexIcon } from '../icons/building-complex';
|
|
3289
3303
|
export {
|
|
3290
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3291
|
-
default as
|
|
3292
|
-
} from '../icons/
|
|
3304
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BuildingComplex} instead. */
|
|
3305
|
+
default as Building2Icon
|
|
3306
|
+
} from '../icons/building-complex';
|
|
3293
3307
|
// ChartArea aliases
|
|
3294
3308
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3295
3309
|
export {
|
|
@@ -3302,30 +3316,42 @@ export {
|
|
|
3302
3316
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
|
|
3303
3317
|
default as BarChartHorizontalBigIcon
|
|
3304
3318
|
} from '../icons/chart-bar-big';
|
|
3305
|
-
//
|
|
3306
|
-
export { default as
|
|
3319
|
+
// Captions aliases
|
|
3320
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
3307
3321
|
export {
|
|
3308
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3309
|
-
default as
|
|
3310
|
-
} from '../icons/
|
|
3322
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
|
|
3323
|
+
default as SubtitlesIcon
|
|
3324
|
+
} from '../icons/captions';
|
|
3311
3325
|
// ChartBar aliases
|
|
3312
3326
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3313
3327
|
export {
|
|
3314
3328
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
|
|
3315
3329
|
default as BarChartHorizontalIcon
|
|
3316
3330
|
} from '../icons/chart-bar';
|
|
3317
|
-
//
|
|
3318
|
-
export { default as
|
|
3331
|
+
// ChartCandlestick aliases
|
|
3332
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3319
3333
|
export {
|
|
3320
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3321
|
-
default as
|
|
3322
|
-
} from '../icons/chart-
|
|
3334
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
3335
|
+
default as CandlestickChartIcon
|
|
3336
|
+
} from '../icons/chart-candlestick';
|
|
3323
3337
|
// ChartColumnIncreasing aliases
|
|
3324
3338
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3325
3339
|
export {
|
|
3326
3340
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. */
|
|
3327
3341
|
default as BarChart4Icon
|
|
3328
3342
|
} from '../icons/chart-column-increasing';
|
|
3343
|
+
// ChartLine aliases
|
|
3344
|
+
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3345
|
+
export {
|
|
3346
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
3347
|
+
default as LineChartIcon
|
|
3348
|
+
} from '../icons/chart-line';
|
|
3349
|
+
// ChartColumnBig aliases
|
|
3350
|
+
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3351
|
+
export {
|
|
3352
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. */
|
|
3353
|
+
default as BarChartBigIcon
|
|
3354
|
+
} from '../icons/chart-column-big';
|
|
3329
3355
|
// ChartColumn aliases
|
|
3330
3356
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3331
3357
|
export {
|
|
@@ -3344,12 +3370,6 @@ export {
|
|
|
3344
3370
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. */
|
|
3345
3371
|
default as BarChart2Icon
|
|
3346
3372
|
} from '../icons/chart-no-axes-column';
|
|
3347
|
-
// ChartLine aliases
|
|
3348
|
-
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3349
|
-
export {
|
|
3350
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
3351
|
-
default as LineChartIcon
|
|
3352
|
-
} from '../icons/chart-line';
|
|
3353
3373
|
// ChartNoAxesGantt aliases
|
|
3354
3374
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3355
3375
|
export {
|
|
@@ -3380,18 +3400,18 @@ export {
|
|
|
3380
3400
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. */
|
|
3381
3401
|
default as ArrowDownCircleIcon
|
|
3382
3402
|
} from '../icons/circle-arrow-down';
|
|
3383
|
-
// CircleArrowOutDownLeft aliases
|
|
3384
|
-
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3385
|
-
export {
|
|
3386
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. */
|
|
3387
|
-
default as ArrowDownLeftFromCircleIcon
|
|
3388
|
-
} from '../icons/circle-arrow-out-down-left';
|
|
3389
3403
|
// CircleArrowLeft aliases
|
|
3390
3404
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3391
3405
|
export {
|
|
3392
3406
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. */
|
|
3393
3407
|
default as ArrowLeftCircleIcon
|
|
3394
3408
|
} from '../icons/circle-arrow-left';
|
|
3409
|
+
// CircleArrowOutDownLeft aliases
|
|
3410
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3411
|
+
export {
|
|
3412
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. */
|
|
3413
|
+
default as ArrowDownLeftFromCircleIcon
|
|
3414
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
3395
3415
|
// CircleArrowOutDownRight aliases
|
|
3396
3416
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3397
3417
|
export {
|
|
@@ -3404,48 +3424,48 @@ export {
|
|
|
3404
3424
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. */
|
|
3405
3425
|
default as ArrowUpLeftFromCircleIcon
|
|
3406
3426
|
} from '../icons/circle-arrow-out-up-left';
|
|
3407
|
-
// CircleArrowRight aliases
|
|
3408
|
-
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3409
|
-
export {
|
|
3410
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
3411
|
-
default as ArrowRightCircleIcon
|
|
3412
|
-
} from '../icons/circle-arrow-right';
|
|
3413
3427
|
// CircleArrowOutUpRight aliases
|
|
3414
3428
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3415
3429
|
export {
|
|
3416
3430
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
|
|
3417
3431
|
default as ArrowUpRightFromCircleIcon
|
|
3418
3432
|
} from '../icons/circle-arrow-out-up-right';
|
|
3433
|
+
// CircleArrowRight aliases
|
|
3434
|
+
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3435
|
+
export {
|
|
3436
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
3437
|
+
default as ArrowRightCircleIcon
|
|
3438
|
+
} from '../icons/circle-arrow-right';
|
|
3419
3439
|
// CircleCheckBig aliases
|
|
3420
3440
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3421
3441
|
export {
|
|
3422
3442
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
3423
3443
|
default as CheckCircleIcon
|
|
3424
3444
|
} from '../icons/circle-check-big';
|
|
3425
|
-
// CircleArrowUp aliases
|
|
3426
|
-
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3427
|
-
export {
|
|
3428
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
|
|
3429
|
-
default as ArrowUpCircleIcon
|
|
3430
|
-
} from '../icons/circle-arrow-up';
|
|
3431
3445
|
// CircleCheck aliases
|
|
3432
3446
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3433
3447
|
export {
|
|
3434
3448
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
|
|
3435
3449
|
default as CheckCircle2Icon
|
|
3436
3450
|
} from '../icons/circle-check';
|
|
3437
|
-
//
|
|
3438
|
-
export { default as
|
|
3451
|
+
// CircleArrowUp aliases
|
|
3452
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3439
3453
|
export {
|
|
3440
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3441
|
-
default as
|
|
3442
|
-
} from '../icons/circle-
|
|
3454
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
|
|
3455
|
+
default as ArrowUpCircleIcon
|
|
3456
|
+
} from '../icons/circle-arrow-up';
|
|
3443
3457
|
// CircleChevronDown aliases
|
|
3444
3458
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3445
3459
|
export {
|
|
3446
3460
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
3447
3461
|
default as ChevronDownCircleIcon
|
|
3448
3462
|
} from '../icons/circle-chevron-down';
|
|
3463
|
+
// CircleChevronLeft aliases
|
|
3464
|
+
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3465
|
+
export {
|
|
3466
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
|
|
3467
|
+
default as ChevronLeftCircleIcon
|
|
3468
|
+
} from '../icons/circle-chevron-left';
|
|
3449
3469
|
// CircleChevronRight aliases
|
|
3450
3470
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3451
3471
|
export {
|
|
@@ -3500,18 +3520,24 @@ export {
|
|
|
3500
3520
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. */
|
|
3501
3521
|
default as PercentCircleIcon
|
|
3502
3522
|
} from '../icons/circle-percent';
|
|
3523
|
+
// CirclePlay aliases
|
|
3524
|
+
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3525
|
+
export {
|
|
3526
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. */
|
|
3527
|
+
default as PlayCircleIcon
|
|
3528
|
+
} from '../icons/circle-play';
|
|
3503
3529
|
// CirclePlus aliases
|
|
3504
3530
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3505
3531
|
export {
|
|
3506
3532
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
3507
3533
|
default as PlusCircleIcon
|
|
3508
3534
|
} from '../icons/circle-plus';
|
|
3509
|
-
//
|
|
3510
|
-
export { default as
|
|
3535
|
+
// CirclePower aliases
|
|
3536
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3511
3537
|
export {
|
|
3512
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3513
|
-
default as
|
|
3514
|
-
} from '../icons/circle-
|
|
3538
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. */
|
|
3539
|
+
default as PowerCircleIcon
|
|
3540
|
+
} from '../icons/circle-power';
|
|
3515
3541
|
// CircleQuestionMark aliases
|
|
3516
3542
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3517
3543
|
export {
|
|
@@ -3528,12 +3554,6 @@ export {
|
|
|
3528
3554
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. */
|
|
3529
3555
|
default as CircleSlashedIcon
|
|
3530
3556
|
} from '../icons/circle-slash-2';
|
|
3531
|
-
// CirclePower aliases
|
|
3532
|
-
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3533
|
-
export {
|
|
3534
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. */
|
|
3535
|
-
default as PowerCircleIcon
|
|
3536
|
-
} from '../icons/circle-power';
|
|
3537
3557
|
// CircleStop aliases
|
|
3538
3558
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3539
3559
|
export {
|
|
@@ -3546,12 +3566,6 @@ export {
|
|
|
3546
3566
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
|
|
3547
3567
|
default as UserCircle2Icon
|
|
3548
3568
|
} from '../icons/circle-user-round';
|
|
3549
|
-
// CircleUser aliases
|
|
3550
|
-
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3551
|
-
export {
|
|
3552
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. */
|
|
3553
|
-
default as UserCircleIcon
|
|
3554
|
-
} from '../icons/circle-user';
|
|
3555
3569
|
// CircleX aliases
|
|
3556
3570
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3557
3571
|
export {
|
|
@@ -3564,6 +3578,12 @@ export {
|
|
|
3564
3578
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. */
|
|
3565
3579
|
default as ClipboardSignatureIcon
|
|
3566
3580
|
} from '../icons/clipboard-pen-line';
|
|
3581
|
+
// CircleUser aliases
|
|
3582
|
+
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3583
|
+
export {
|
|
3584
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. */
|
|
3585
|
+
default as UserCircleIcon
|
|
3586
|
+
} from '../icons/circle-user';
|
|
3567
3587
|
// ClipboardPen aliases
|
|
3568
3588
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3569
3589
|
export {
|
|
@@ -3582,12 +3602,6 @@ export {
|
|
|
3582
3602
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. */
|
|
3583
3603
|
default as UploadCloudIcon
|
|
3584
3604
|
} from '../icons/cloud-upload';
|
|
3585
|
-
// Columns2 aliases
|
|
3586
|
-
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3587
|
-
export {
|
|
3588
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. */
|
|
3589
|
-
default as ColumnsIcon
|
|
3590
|
-
} from '../icons/columns-2';
|
|
3591
3605
|
// CodeXml aliases
|
|
3592
3606
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3593
3607
|
export {
|
|
@@ -3604,30 +3618,36 @@ export {
|
|
|
3604
3618
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. */
|
|
3605
3619
|
default as TableConfigIcon
|
|
3606
3620
|
} from '../icons/columns-3-cog';
|
|
3607
|
-
//
|
|
3608
|
-
export { default as
|
|
3621
|
+
// Columns2 aliases
|
|
3622
|
+
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3609
3623
|
export {
|
|
3610
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3611
|
-
default as
|
|
3612
|
-
} from '../icons/columns-
|
|
3624
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. */
|
|
3625
|
+
default as ColumnsIcon
|
|
3626
|
+
} from '../icons/columns-2';
|
|
3613
3627
|
// ContactRound aliases
|
|
3614
3628
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3615
3629
|
export {
|
|
3616
3630
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. */
|
|
3617
3631
|
default as Contact2Icon
|
|
3618
3632
|
} from '../icons/contact-round';
|
|
3619
|
-
//
|
|
3620
|
-
export { default as
|
|
3633
|
+
// Columns3 aliases
|
|
3634
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3621
3635
|
export {
|
|
3622
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3623
|
-
default as
|
|
3624
|
-
} from '../icons/
|
|
3636
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. */
|
|
3637
|
+
default as PanelsLeftRightIcon
|
|
3638
|
+
} from '../icons/columns-3';
|
|
3625
3639
|
// DiamondPercent aliases
|
|
3626
3640
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3627
3641
|
export {
|
|
3628
3642
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. */
|
|
3629
3643
|
default as PercentDiamondIcon
|
|
3630
3644
|
} from '../icons/diamond-percent';
|
|
3645
|
+
// Earth aliases
|
|
3646
|
+
export { default as EarthIcon } from '../icons/earth';
|
|
3647
|
+
export {
|
|
3648
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. */
|
|
3649
|
+
default as Globe2Icon
|
|
3650
|
+
} from '../icons/earth';
|
|
3631
3651
|
// EllipsisVertical aliases
|
|
3632
3652
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3633
3653
|
export {
|
|
@@ -3646,6 +3666,12 @@ export {
|
|
|
3646
3666
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceAngry} instead. */
|
|
3647
3667
|
default as AngryIcon
|
|
3648
3668
|
} from '../icons/face-angry';
|
|
3669
|
+
// FaceExpressionless aliases
|
|
3670
|
+
export { default as FaceExpressionlessIcon } from '../icons/face-expressionless';
|
|
3671
|
+
export {
|
|
3672
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceExpressionless} instead. */
|
|
3673
|
+
default as AnnoyedIcon
|
|
3674
|
+
} from '../icons/face-expressionless';
|
|
3649
3675
|
// FaceGrinning aliases
|
|
3650
3676
|
export { default as FaceGrinningIcon } from '../icons/face-grinning';
|
|
3651
3677
|
export {
|
|
@@ -3658,12 +3684,12 @@ export {
|
|
|
3658
3684
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceNeutral} instead. */
|
|
3659
3685
|
default as MehIcon
|
|
3660
3686
|
} from '../icons/face-neutral';
|
|
3661
|
-
//
|
|
3662
|
-
export { default as
|
|
3687
|
+
// FaceSlightlyFrowning aliases
|
|
3688
|
+
export { default as FaceSlightlyFrowningIcon } from '../icons/face-slightly-frowning';
|
|
3663
3689
|
export {
|
|
3664
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3665
|
-
default as
|
|
3666
|
-
} from '../icons/face-
|
|
3690
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlyFrowning} instead. */
|
|
3691
|
+
default as FrownIcon
|
|
3692
|
+
} from '../icons/face-slightly-frowning';
|
|
3667
3693
|
// FaceSlightlySmilingPlus aliases
|
|
3668
3694
|
export { default as FaceSlightlySmilingPlusIcon } from '../icons/face-slightly-smiling-plus';
|
|
3669
3695
|
export {
|
|
@@ -3676,66 +3702,66 @@ export {
|
|
|
3676
3702
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmiling} instead. */
|
|
3677
3703
|
default as SmileIcon
|
|
3678
3704
|
} from '../icons/face-slightly-smiling';
|
|
3679
|
-
//
|
|
3680
|
-
export { default as
|
|
3705
|
+
// FileBadge aliases
|
|
3706
|
+
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3681
3707
|
export {
|
|
3682
|
-
/** @deprecated The
|
|
3683
|
-
default as
|
|
3684
|
-
} from '../icons/
|
|
3708
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. */
|
|
3709
|
+
default as FileBadge2Icon
|
|
3710
|
+
} from '../icons/file-badge';
|
|
3685
3711
|
// FileAxis3d aliases
|
|
3686
3712
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3687
3713
|
export {
|
|
3688
3714
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
3689
3715
|
default as FileAxis3DIcon
|
|
3690
3716
|
} from '../icons/file-axis-3d';
|
|
3691
|
-
//
|
|
3692
|
-
export { default as
|
|
3717
|
+
// FileBraces aliases
|
|
3718
|
+
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3693
3719
|
export {
|
|
3694
|
-
/** @deprecated The icon was
|
|
3695
|
-
default as
|
|
3696
|
-
} from '../icons/file-
|
|
3720
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. */
|
|
3721
|
+
default as FileJsonIcon
|
|
3722
|
+
} from '../icons/file-braces';
|
|
3697
3723
|
// FileBracesCorner aliases
|
|
3698
3724
|
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3699
3725
|
export {
|
|
3700
3726
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. */
|
|
3701
3727
|
default as FileJson2Icon
|
|
3702
3728
|
} from '../icons/file-braces-corner';
|
|
3703
|
-
//
|
|
3704
|
-
export { default as
|
|
3729
|
+
// FileChartColumnIncreasing aliases
|
|
3730
|
+
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3705
3731
|
export {
|
|
3706
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3707
|
-
default as
|
|
3708
|
-
} from '../icons/file-
|
|
3732
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. */
|
|
3733
|
+
default as FileBarChartIcon
|
|
3734
|
+
} from '../icons/file-chart-column-increasing';
|
|
3709
3735
|
// FileChartColumn aliases
|
|
3710
3736
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3711
3737
|
export {
|
|
3712
3738
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
|
|
3713
3739
|
default as FileBarChart2Icon
|
|
3714
3740
|
} from '../icons/file-chart-column';
|
|
3715
|
-
// FileChartColumnIncreasing aliases
|
|
3716
|
-
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3717
|
-
export {
|
|
3718
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. */
|
|
3719
|
-
default as FileBarChartIcon
|
|
3720
|
-
} from '../icons/file-chart-column-increasing';
|
|
3721
3741
|
// FileChartLine aliases
|
|
3722
3742
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3723
3743
|
export {
|
|
3724
3744
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. */
|
|
3725
3745
|
default as FileLineChartIcon
|
|
3726
3746
|
} from '../icons/file-chart-line';
|
|
3727
|
-
// FileChartPie aliases
|
|
3728
|
-
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3729
|
-
export {
|
|
3730
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. */
|
|
3731
|
-
default as FilePieChartIcon
|
|
3732
|
-
} from '../icons/file-chart-pie';
|
|
3733
3747
|
// FileCheckCorner aliases
|
|
3734
3748
|
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3735
3749
|
export {
|
|
3736
3750
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. */
|
|
3737
3751
|
default as FileCheck2Icon
|
|
3738
3752
|
} from '../icons/file-check-corner';
|
|
3753
|
+
// FileCodeCorner aliases
|
|
3754
|
+
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3755
|
+
export {
|
|
3756
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. */
|
|
3757
|
+
default as FileCode2Icon
|
|
3758
|
+
} from '../icons/file-code-corner';
|
|
3759
|
+
// FileChartPie aliases
|
|
3760
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3761
|
+
export {
|
|
3762
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. */
|
|
3763
|
+
default as FilePieChartIcon
|
|
3764
|
+
} from '../icons/file-chart-pie';
|
|
3739
3765
|
// FileCog aliases
|
|
3740
3766
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3741
3767
|
export {
|
|
@@ -3758,12 +3784,6 @@ export {
|
|
|
3758
3784
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. */
|
|
3759
3785
|
default as FileAudio2Icon
|
|
3760
3786
|
} from '../icons/file-headphone';
|
|
3761
|
-
// FileCodeCorner aliases
|
|
3762
|
-
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3763
|
-
export {
|
|
3764
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. */
|
|
3765
|
-
default as FileCode2Icon
|
|
3766
|
-
} from '../icons/file-code-corner';
|
|
3767
3787
|
// FileKey aliases
|
|
3768
3788
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3769
3789
|
export {
|
|
@@ -3782,48 +3802,42 @@ export {
|
|
|
3782
3802
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
3783
3803
|
default as FileMinus2Icon
|
|
3784
3804
|
} from '../icons/file-minus-corner';
|
|
3805
|
+
// FilePenLine aliases
|
|
3806
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3807
|
+
export {
|
|
3808
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
|
|
3809
|
+
default as FileSignatureIcon
|
|
3810
|
+
} from '../icons/file-pen-line';
|
|
3785
3811
|
// FilePen aliases
|
|
3786
3812
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3787
3813
|
export {
|
|
3788
3814
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
|
|
3789
3815
|
default as FileEditIcon
|
|
3790
3816
|
} from '../icons/file-pen';
|
|
3791
|
-
//
|
|
3792
|
-
export { default as
|
|
3793
|
-
export {
|
|
3794
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
3795
|
-
default as FilePlus2Icon
|
|
3796
|
-
} from '../icons/file-plus-corner';
|
|
3797
|
-
// FilePenLine aliases
|
|
3798
|
-
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3817
|
+
// FilePlay aliases
|
|
3818
|
+
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3799
3819
|
export {
|
|
3800
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3801
|
-
default as
|
|
3802
|
-
} from '../icons/file-
|
|
3820
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
3821
|
+
default as FileVideoIcon
|
|
3822
|
+
} from '../icons/file-play';
|
|
3803
3823
|
// FileQuestionMark aliases
|
|
3804
3824
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3805
3825
|
export {
|
|
3806
3826
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
|
|
3807
3827
|
default as FileQuestionIcon
|
|
3808
3828
|
} from '../icons/file-question-mark';
|
|
3829
|
+
// FilePlusCorner aliases
|
|
3830
|
+
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3831
|
+
export {
|
|
3832
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
3833
|
+
default as FilePlus2Icon
|
|
3834
|
+
} from '../icons/file-plus-corner';
|
|
3809
3835
|
// FileSearchCorner aliases
|
|
3810
3836
|
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3811
3837
|
export {
|
|
3812
3838
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. */
|
|
3813
3839
|
default as FileSearch2Icon
|
|
3814
3840
|
} from '../icons/file-search-corner';
|
|
3815
|
-
// FilePlay aliases
|
|
3816
|
-
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3817
|
-
export {
|
|
3818
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
3819
|
-
default as FileVideoIcon
|
|
3820
|
-
} from '../icons/file-play';
|
|
3821
|
-
// FileVideoCamera aliases
|
|
3822
|
-
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3823
|
-
export {
|
|
3824
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
|
|
3825
|
-
default as FileVideo2Icon
|
|
3826
|
-
} from '../icons/file-video-camera';
|
|
3827
3841
|
// FileSignal aliases
|
|
3828
3842
|
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3829
3843
|
export {
|
|
@@ -3836,6 +3850,18 @@ export {
|
|
|
3836
3850
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
|
|
3837
3851
|
default as FileType2Icon
|
|
3838
3852
|
} from '../icons/file-type-corner';
|
|
3853
|
+
// FileVideoCamera aliases
|
|
3854
|
+
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3855
|
+
export {
|
|
3856
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
|
|
3857
|
+
default as FileVideo2Icon
|
|
3858
|
+
} from '../icons/file-video-camera';
|
|
3859
|
+
// FileXCorner aliases
|
|
3860
|
+
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3861
|
+
export {
|
|
3862
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. */
|
|
3863
|
+
default as FileX2Icon
|
|
3864
|
+
} from '../icons/file-x-corner';
|
|
3839
3865
|
// FingerprintPattern aliases
|
|
3840
3866
|
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3841
3867
|
export {
|
|
@@ -3848,42 +3874,36 @@ export {
|
|
|
3848
3874
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. */
|
|
3849
3875
|
default as FolderCog2Icon
|
|
3850
3876
|
} from '../icons/folder-cog';
|
|
3851
|
-
//
|
|
3852
|
-
export { default as
|
|
3877
|
+
// FolderPen aliases
|
|
3878
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3853
3879
|
export {
|
|
3854
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3855
|
-
default as
|
|
3856
|
-
} from '../icons/
|
|
3880
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. */
|
|
3881
|
+
default as FolderEditIcon
|
|
3882
|
+
} from '../icons/folder-pen';
|
|
3857
3883
|
// FunnelX aliases
|
|
3858
3884
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3859
3885
|
export {
|
|
3860
3886
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
|
|
3861
3887
|
default as FilterXIcon
|
|
3862
3888
|
} from '../icons/funnel-x';
|
|
3863
|
-
//
|
|
3864
|
-
export { default as
|
|
3865
|
-
export {
|
|
3866
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. */
|
|
3867
|
-
default as FolderEditIcon
|
|
3868
|
-
} from '../icons/folder-pen';
|
|
3869
|
-
// Funnel aliases
|
|
3870
|
-
export { default as FunnelIcon } from '../icons/funnel';
|
|
3889
|
+
// Grid2x2Check aliases
|
|
3890
|
+
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3871
3891
|
export {
|
|
3872
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3873
|
-
default as
|
|
3874
|
-
} from '../icons/
|
|
3892
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. */
|
|
3893
|
+
default as Grid2X2CheckIcon
|
|
3894
|
+
} from '../icons/grid-2x2-check';
|
|
3875
3895
|
// GitCommitHorizontal aliases
|
|
3876
3896
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3877
3897
|
export {
|
|
3878
3898
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. */
|
|
3879
3899
|
default as GitCommitIcon
|
|
3880
3900
|
} from '../icons/git-commit-horizontal';
|
|
3881
|
-
//
|
|
3882
|
-
export { default as
|
|
3901
|
+
// Funnel aliases
|
|
3902
|
+
export { default as FunnelIcon } from '../icons/funnel';
|
|
3883
3903
|
export {
|
|
3884
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3885
|
-
default as
|
|
3886
|
-
} from '../icons/
|
|
3904
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
|
|
3905
|
+
default as FilterIcon
|
|
3906
|
+
} from '../icons/funnel';
|
|
3887
3907
|
// Grid2x2Plus aliases
|
|
3888
3908
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3889
3909
|
export {
|
|
@@ -3896,6 +3916,12 @@ export {
|
|
|
3896
3916
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. */
|
|
3897
3917
|
default as Grid2X2XIcon
|
|
3898
3918
|
} from '../icons/grid-2x2-x';
|
|
3919
|
+
// Grid2x2 aliases
|
|
3920
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3921
|
+
export {
|
|
3922
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
|
|
3923
|
+
default as Grid2X2Icon
|
|
3924
|
+
} from '../icons/grid-2x2';
|
|
3899
3925
|
// Grid3x3 aliases
|
|
3900
3926
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3901
3927
|
export {
|
|
@@ -3906,24 +3932,18 @@ export {
|
|
|
3906
3932
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. */
|
|
3907
3933
|
default as Grid3X3Icon
|
|
3908
3934
|
} from '../icons/grid-3x3';
|
|
3909
|
-
//
|
|
3910
|
-
export { default as
|
|
3935
|
+
// HandGrab aliases
|
|
3936
|
+
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3911
3937
|
export {
|
|
3912
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3913
|
-
default as
|
|
3914
|
-
} from '../icons/
|
|
3938
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
3939
|
+
default as GrabIcon
|
|
3940
|
+
} from '../icons/hand-grab';
|
|
3915
3941
|
// HandHelping aliases
|
|
3916
3942
|
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3917
3943
|
export {
|
|
3918
3944
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
3919
3945
|
default as HelpingHandIcon
|
|
3920
3946
|
} from '../icons/hand-helping';
|
|
3921
|
-
// HandGrab aliases
|
|
3922
|
-
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3923
|
-
export {
|
|
3924
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
3925
|
-
default as GrabIcon
|
|
3926
|
-
} from '../icons/hand-grab';
|
|
3927
3947
|
// House aliases
|
|
3928
3948
|
export { default as HouseIcon } from '../icons/house';
|
|
3929
3949
|
export {
|
|
@@ -3936,6 +3956,12 @@ export {
|
|
|
3936
3956
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. */
|
|
3937
3957
|
default as IceCream2Icon
|
|
3938
3958
|
} from '../icons/ice-cream-bowl';
|
|
3959
|
+
// LaptopMinimal aliases
|
|
3960
|
+
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3961
|
+
export {
|
|
3962
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
|
|
3963
|
+
default as Laptop2Icon
|
|
3964
|
+
} from '../icons/laptop-minimal';
|
|
3939
3965
|
// IceCreamCone aliases
|
|
3940
3966
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3941
3967
|
export {
|
|
@@ -3948,12 +3974,6 @@ export {
|
|
|
3948
3974
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
|
|
3949
3975
|
default as Layers3Icon
|
|
3950
3976
|
} from '../icons/layers';
|
|
3951
|
-
// LaptopMinimal aliases
|
|
3952
|
-
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3953
|
-
export {
|
|
3954
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
|
|
3955
|
-
default as Laptop2Icon
|
|
3956
|
-
} from '../icons/laptop-minimal';
|
|
3957
3977
|
// ListIndentDecrease aliases
|
|
3958
3978
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3959
3979
|
export {
|
|
@@ -3974,12 +3994,6 @@ export {
|
|
|
3974
3994
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
|
|
3975
3995
|
default as IndentIncreaseIcon
|
|
3976
3996
|
} from '../icons/list-indent-increase';
|
|
3977
|
-
// LockOpen aliases
|
|
3978
|
-
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3979
|
-
export {
|
|
3980
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. */
|
|
3981
|
-
default as UnlockIcon
|
|
3982
|
-
} from '../icons/lock-open';
|
|
3983
3997
|
// LoaderCircle aliases
|
|
3984
3998
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3985
3999
|
export {
|
|
@@ -3992,6 +4006,12 @@ export {
|
|
|
3992
4006
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. */
|
|
3993
4007
|
default as UnlockKeyholeIcon
|
|
3994
4008
|
} from '../icons/lock-keyhole-open';
|
|
4009
|
+
// LockOpen aliases
|
|
4010
|
+
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
4011
|
+
export {
|
|
4012
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. */
|
|
4013
|
+
default as UnlockIcon
|
|
4014
|
+
} from '../icons/lock-open';
|
|
3995
4015
|
// MailQuestionMark aliases
|
|
3996
4016
|
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3997
4017
|
export {
|
|
@@ -4016,6 +4036,12 @@ export {
|
|
|
4016
4036
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicSignal} instead. */
|
|
4017
4037
|
default as PodcastIcon
|
|
4018
4038
|
} from '../icons/mic-signal';
|
|
4039
|
+
// MicVocal aliases
|
|
4040
|
+
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
4041
|
+
export {
|
|
4042
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. */
|
|
4043
|
+
default as Mic2Icon
|
|
4044
|
+
} from '../icons/mic-vocal';
|
|
4019
4045
|
// Move3d aliases
|
|
4020
4046
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
4021
4047
|
export {
|
|
@@ -4028,12 +4054,6 @@ export {
|
|
|
4028
4054
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
|
|
4029
4055
|
default as AlertOctagonIcon
|
|
4030
4056
|
} from '../icons/octagon-alert';
|
|
4031
|
-
// MicVocal aliases
|
|
4032
|
-
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
4033
|
-
export {
|
|
4034
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. */
|
|
4035
|
-
default as Mic2Icon
|
|
4036
|
-
} from '../icons/mic-vocal';
|
|
4037
4057
|
// OctagonPause aliases
|
|
4038
4058
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
4039
4059
|
export {
|
|
@@ -4064,96 +4084,96 @@ export {
|
|
|
4064
4084
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
4065
4085
|
default as SidebarCloseIcon
|
|
4066
4086
|
} from '../icons/panel-left-close';
|
|
4067
|
-
// PanelLeftOpen aliases
|
|
4068
|
-
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
4069
|
-
export {
|
|
4070
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
|
|
4071
|
-
default as SidebarOpenIcon
|
|
4072
|
-
} from '../icons/panel-left-open';
|
|
4073
4087
|
// PanelLeftDashed aliases
|
|
4074
4088
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
4075
4089
|
export {
|
|
4076
4090
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. */
|
|
4077
4091
|
default as PanelLeftInactiveIcon
|
|
4078
4092
|
} from '../icons/panel-left-dashed';
|
|
4079
|
-
//
|
|
4080
|
-
export { default as
|
|
4093
|
+
// PanelLeftOpen aliases
|
|
4094
|
+
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
4081
4095
|
export {
|
|
4082
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4083
|
-
default as
|
|
4084
|
-
} from '../icons/panel-
|
|
4096
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
|
|
4097
|
+
default as SidebarOpenIcon
|
|
4098
|
+
} from '../icons/panel-left-open';
|
|
4085
4099
|
// PanelLeft aliases
|
|
4086
4100
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
4087
4101
|
export {
|
|
4088
4102
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
4089
4103
|
default as SidebarIcon
|
|
4090
4104
|
} from '../icons/panel-left';
|
|
4105
|
+
// PanelRightDashed aliases
|
|
4106
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
4107
|
+
export {
|
|
4108
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. */
|
|
4109
|
+
default as PanelRightInactiveIcon
|
|
4110
|
+
} from '../icons/panel-right-dashed';
|
|
4091
4111
|
// PanelTopDashed aliases
|
|
4092
4112
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
4093
4113
|
export {
|
|
4094
4114
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. */
|
|
4095
4115
|
default as PanelTopInactiveIcon
|
|
4096
4116
|
} from '../icons/panel-top-dashed';
|
|
4097
|
-
// PanelsTopLeft aliases
|
|
4098
|
-
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
4099
|
-
export {
|
|
4100
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. */
|
|
4101
|
-
default as LayoutIcon
|
|
4102
|
-
} from '../icons/panels-top-left';
|
|
4103
4117
|
// PenLine aliases
|
|
4104
4118
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
4105
4119
|
export {
|
|
4106
4120
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. */
|
|
4107
4121
|
default as Edit3Icon
|
|
4108
4122
|
} from '../icons/pen-line';
|
|
4109
|
-
//
|
|
4110
|
-
export { default as
|
|
4123
|
+
// PanelsTopLeft aliases
|
|
4124
|
+
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
4111
4125
|
export {
|
|
4112
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4113
|
-
default as
|
|
4114
|
-
} from '../icons/
|
|
4126
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. */
|
|
4127
|
+
default as LayoutIcon
|
|
4128
|
+
} from '../icons/panels-top-left';
|
|
4115
4129
|
// Pen aliases
|
|
4116
4130
|
export { default as PenIcon } from '../icons/pen';
|
|
4117
4131
|
export {
|
|
4118
4132
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. */
|
|
4119
4133
|
default as Edit2Icon
|
|
4120
4134
|
} from '../icons/pen';
|
|
4121
|
-
// Rotate3d aliases
|
|
4122
|
-
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
4123
|
-
export {
|
|
4124
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
|
|
4125
|
-
default as Rotate3DIcon
|
|
4126
|
-
} from '../icons/rotate-3d';
|
|
4127
4135
|
// RectangleEllipsis aliases
|
|
4128
4136
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
4129
4137
|
export {
|
|
4130
4138
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. */
|
|
4131
4139
|
default as FormInputIcon
|
|
4132
4140
|
} from '../icons/rectangle-ellipsis';
|
|
4141
|
+
// PlugZap aliases
|
|
4142
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
4143
|
+
export {
|
|
4144
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. */
|
|
4145
|
+
default as PlugZap2Icon
|
|
4146
|
+
} from '../icons/plug-zap';
|
|
4147
|
+
// Rotate3d aliases
|
|
4148
|
+
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
4149
|
+
export {
|
|
4150
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
|
|
4151
|
+
default as Rotate3DIcon
|
|
4152
|
+
} from '../icons/rotate-3d';
|
|
4133
4153
|
// RotateCcwClock aliases
|
|
4134
4154
|
export { default as RotateCcwClockIcon } from '../icons/rotate-ccw-clock';
|
|
4135
4155
|
export {
|
|
4136
4156
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RotateCcwClock} instead. */
|
|
4137
4157
|
default as HistoryIcon
|
|
4138
4158
|
} from '../icons/rotate-ccw-clock';
|
|
4139
|
-
//
|
|
4140
|
-
export { default as
|
|
4159
|
+
// Rows2 aliases
|
|
4160
|
+
export { default as Rows2Icon } from '../icons/rows-2';
|
|
4141
4161
|
export {
|
|
4142
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4143
|
-
default as
|
|
4144
|
-
} from '../icons/rows-
|
|
4162
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
|
|
4163
|
+
default as RowsIcon
|
|
4164
|
+
} from '../icons/rows-2';
|
|
4145
4165
|
// Scale3d aliases
|
|
4146
4166
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
4147
4167
|
export {
|
|
4148
4168
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. */
|
|
4149
4169
|
default as Scale3DIcon
|
|
4150
4170
|
} from '../icons/scale-3d';
|
|
4151
|
-
//
|
|
4152
|
-
export { default as
|
|
4153
|
-
export {
|
|
4154
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4155
|
-
default as
|
|
4156
|
-
} from '../icons/rows-
|
|
4171
|
+
// Rows3 aliases
|
|
4172
|
+
export { default as Rows3Icon } from '../icons/rows-3';
|
|
4173
|
+
export {
|
|
4174
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. */
|
|
4175
|
+
default as PanelsTopBottomIcon
|
|
4176
|
+
} from '../icons/rows-3';
|
|
4157
4177
|
// SendHorizontal aliases
|
|
4158
4178
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
4159
4179
|
export {
|
|
@@ -4184,24 +4204,18 @@ export {
|
|
|
4184
4204
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
|
|
4185
4205
|
default as StarsIcon
|
|
4186
4206
|
} from '../icons/sparkles';
|
|
4187
|
-
// SquareArrowDownLeft aliases
|
|
4188
|
-
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
4189
|
-
export {
|
|
4190
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. */
|
|
4191
|
-
default as ArrowDownLeftSquareIcon
|
|
4192
|
-
} from '../icons/square-arrow-down-left';
|
|
4193
4207
|
// SquareActivity aliases
|
|
4194
4208
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
4195
4209
|
export {
|
|
4196
4210
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
|
|
4197
4211
|
default as ActivitySquareIcon
|
|
4198
4212
|
} from '../icons/square-activity';
|
|
4199
|
-
//
|
|
4200
|
-
export { default as
|
|
4213
|
+
// SquareArrowDownLeft aliases
|
|
4214
|
+
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
4201
4215
|
export {
|
|
4202
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4203
|
-
default as
|
|
4204
|
-
} from '../icons/square-arrow-left';
|
|
4216
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. */
|
|
4217
|
+
default as ArrowDownLeftSquareIcon
|
|
4218
|
+
} from '../icons/square-arrow-down-left';
|
|
4205
4219
|
// SquareArrowDownRight aliases
|
|
4206
4220
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
4207
4221
|
export {
|
|
@@ -4214,6 +4228,12 @@ export {
|
|
|
4214
4228
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. */
|
|
4215
4229
|
default as ArrowDownSquareIcon
|
|
4216
4230
|
} from '../icons/square-arrow-down';
|
|
4231
|
+
// SquareArrowLeft aliases
|
|
4232
|
+
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
4233
|
+
export {
|
|
4234
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
|
|
4235
|
+
default as ArrowLeftSquareIcon
|
|
4236
|
+
} from '../icons/square-arrow-left';
|
|
4217
4237
|
// SquareArrowOutDownLeft aliases
|
|
4218
4238
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
4219
4239
|
export {
|
|
@@ -4262,18 +4282,18 @@ export {
|
|
|
4262
4282
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
|
|
4263
4283
|
default as ArrowUpSquareIcon
|
|
4264
4284
|
} from '../icons/square-arrow-up';
|
|
4265
|
-
// SquareBookmark aliases
|
|
4266
|
-
export { default as SquareBookmarkIcon } from '../icons/square-bookmark';
|
|
4267
|
-
export {
|
|
4268
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBookmark} instead. */
|
|
4269
|
-
default as AlbumIcon
|
|
4270
|
-
} from '../icons/square-bookmark';
|
|
4271
4285
|
// SquareAsterisk aliases
|
|
4272
4286
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
4273
4287
|
export {
|
|
4274
4288
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. */
|
|
4275
4289
|
default as AsteriskSquareIcon
|
|
4276
4290
|
} from '../icons/square-asterisk';
|
|
4291
|
+
// SquareBookmark aliases
|
|
4292
|
+
export { default as SquareBookmarkIcon } from '../icons/square-bookmark';
|
|
4293
|
+
export {
|
|
4294
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBookmark} instead. */
|
|
4295
|
+
default as AlbumIcon
|
|
4296
|
+
} from '../icons/square-bookmark';
|
|
4277
4297
|
// SquareBottomDashedScissors aliases
|
|
4278
4298
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
4279
4299
|
export {
|
|
@@ -4308,24 +4328,30 @@ export {
|
|
|
4308
4328
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
4309
4329
|
default as CheckSquare2Icon
|
|
4310
4330
|
} from '../icons/square-check';
|
|
4311
|
-
// SquareChevronDown aliases
|
|
4312
|
-
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4313
|
-
export {
|
|
4314
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
4315
|
-
default as ChevronDownSquareIcon
|
|
4316
|
-
} from '../icons/square-chevron-down';
|
|
4317
4331
|
// SquareCheckBig aliases
|
|
4318
4332
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4319
4333
|
export {
|
|
4320
4334
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
4321
4335
|
default as CheckSquareIcon
|
|
4322
4336
|
} from '../icons/square-check-big';
|
|
4337
|
+
// SquareChevronDown aliases
|
|
4338
|
+
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4339
|
+
export {
|
|
4340
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
4341
|
+
default as ChevronDownSquareIcon
|
|
4342
|
+
} from '../icons/square-chevron-down';
|
|
4323
4343
|
// SquareChevronLeft aliases
|
|
4324
4344
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4325
4345
|
export {
|
|
4326
4346
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
|
|
4327
4347
|
default as ChevronLeftSquareIcon
|
|
4328
4348
|
} from '../icons/square-chevron-left';
|
|
4349
|
+
// SquareChevronRight aliases
|
|
4350
|
+
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4351
|
+
export {
|
|
4352
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
|
|
4353
|
+
default as ChevronRightSquareIcon
|
|
4354
|
+
} from '../icons/square-chevron-right';
|
|
4329
4355
|
// SquareChevronUp aliases
|
|
4330
4356
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4331
4357
|
export {
|
|
@@ -4350,12 +4376,6 @@ export {
|
|
|
4350
4376
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. */
|
|
4351
4377
|
default as MousePointerSquareDashedIcon
|
|
4352
4378
|
} from '../icons/square-dashed-mouse-pointer';
|
|
4353
|
-
// SquareChevronRight aliases
|
|
4354
|
-
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4355
|
-
export {
|
|
4356
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
|
|
4357
|
-
default as ChevronRightSquareIcon
|
|
4358
|
-
} from '../icons/square-chevron-right';
|
|
4359
4379
|
// SquareDashed aliases
|
|
4360
4380
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4361
4381
|
export {
|
|
@@ -4390,6 +4410,12 @@ export {
|
|
|
4390
4410
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. */
|
|
4391
4411
|
default as FunctionSquareIcon
|
|
4392
4412
|
} from '../icons/square-function';
|
|
4413
|
+
// SquareEqual aliases
|
|
4414
|
+
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4415
|
+
export {
|
|
4416
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
|
|
4417
|
+
default as EqualSquareIcon
|
|
4418
|
+
} from '../icons/square-equal';
|
|
4393
4419
|
// SquareKanban aliases
|
|
4394
4420
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4395
4421
|
export {
|
|
@@ -4402,42 +4428,36 @@ export {
|
|
|
4402
4428
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
|
|
4403
4429
|
default as LibrarySquareIcon
|
|
4404
4430
|
} from '../icons/square-library';
|
|
4405
|
-
// SquareEqual aliases
|
|
4406
|
-
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4407
|
-
export {
|
|
4408
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
|
|
4409
|
-
default as EqualSquareIcon
|
|
4410
|
-
} from '../icons/square-equal';
|
|
4411
4431
|
// SquareM aliases
|
|
4412
4432
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
4413
4433
|
export {
|
|
4414
4434
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. */
|
|
4415
4435
|
default as MSquareIcon
|
|
4416
4436
|
} from '../icons/square-m';
|
|
4417
|
-
// SquareMenu aliases
|
|
4418
|
-
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4419
|
-
export {
|
|
4420
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
|
|
4421
|
-
default as MenuSquareIcon
|
|
4422
|
-
} from '../icons/square-menu';
|
|
4423
|
-
// SquareParkingOff aliases
|
|
4424
|
-
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4425
|
-
export {
|
|
4426
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
4427
|
-
default as ParkingSquareOffIcon
|
|
4428
|
-
} from '../icons/square-parking-off';
|
|
4429
4437
|
// SquareMinus aliases
|
|
4430
4438
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4431
4439
|
export {
|
|
4432
4440
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. */
|
|
4433
4441
|
default as MinusSquareIcon
|
|
4434
4442
|
} from '../icons/square-minus';
|
|
4443
|
+
// SquareMenu aliases
|
|
4444
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4445
|
+
export {
|
|
4446
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
|
|
4447
|
+
default as MenuSquareIcon
|
|
4448
|
+
} from '../icons/square-menu';
|
|
4435
4449
|
// SquareMousePointer aliases
|
|
4436
4450
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4437
4451
|
export {
|
|
4438
4452
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. */
|
|
4439
4453
|
default as InspectIcon
|
|
4440
4454
|
} from '../icons/square-mouse-pointer';
|
|
4455
|
+
// SquareParkingOff aliases
|
|
4456
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4457
|
+
export {
|
|
4458
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
4459
|
+
default as ParkingSquareOffIcon
|
|
4460
|
+
} from '../icons/square-parking-off';
|
|
4441
4461
|
// SquareParking aliases
|
|
4442
4462
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4443
4463
|
export {
|
|
@@ -4464,30 +4484,30 @@ export {
|
|
|
4464
4484
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. */
|
|
4465
4485
|
default as PercentSquareIcon
|
|
4466
4486
|
} from '../icons/square-percent';
|
|
4467
|
-
// SquarePi aliases
|
|
4468
|
-
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4469
|
-
export {
|
|
4470
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
4471
|
-
default as PiSquareIcon
|
|
4472
|
-
} from '../icons/square-pi';
|
|
4473
|
-
// SquarePlay aliases
|
|
4474
|
-
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4475
|
-
export {
|
|
4476
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. */
|
|
4477
|
-
default as PlaySquareIcon
|
|
4478
|
-
} from '../icons/square-play';
|
|
4479
4487
|
// SquarePilcrow aliases
|
|
4480
4488
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4481
4489
|
export {
|
|
4482
4490
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
|
|
4483
4491
|
default as PilcrowSquareIcon
|
|
4484
4492
|
} from '../icons/square-pilcrow';
|
|
4493
|
+
// SquarePi aliases
|
|
4494
|
+
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4495
|
+
export {
|
|
4496
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
4497
|
+
default as PiSquareIcon
|
|
4498
|
+
} from '../icons/square-pi';
|
|
4485
4499
|
// SquarePlus aliases
|
|
4486
4500
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4487
4501
|
export {
|
|
4488
4502
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. */
|
|
4489
4503
|
default as PlusSquareIcon
|
|
4490
4504
|
} from '../icons/square-plus';
|
|
4505
|
+
// SquarePlay aliases
|
|
4506
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4507
|
+
export {
|
|
4508
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. */
|
|
4509
|
+
default as PlaySquareIcon
|
|
4510
|
+
} from '../icons/square-play';
|
|
4491
4511
|
// SquarePower aliases
|
|
4492
4512
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4493
4513
|
export {
|
|
@@ -4500,12 +4520,6 @@ export {
|
|
|
4500
4520
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
|
|
4501
4521
|
default as ScissorsSquareIcon
|
|
4502
4522
|
} from '../icons/square-scissors';
|
|
4503
|
-
// SquareSplitHorizontal aliases
|
|
4504
|
-
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4505
|
-
export {
|
|
4506
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
4507
|
-
default as SplitSquareHorizontalIcon
|
|
4508
|
-
} from '../icons/square-split-horizontal';
|
|
4509
4523
|
// SquareSigma aliases
|
|
4510
4524
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4511
4525
|
export {
|
|
@@ -4518,6 +4532,12 @@ export {
|
|
|
4518
4532
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
|
|
4519
4533
|
default as SlashSquareIcon
|
|
4520
4534
|
} from '../icons/square-slash';
|
|
4535
|
+
// SquareSplitHorizontal aliases
|
|
4536
|
+
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4537
|
+
export {
|
|
4538
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
4539
|
+
default as SplitSquareHorizontalIcon
|
|
4540
|
+
} from '../icons/square-split-horizontal';
|
|
4521
4541
|
// SquareSplitVertical aliases
|
|
4522
4542
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4523
4543
|
export {
|
|
@@ -4530,18 +4550,18 @@ export {
|
|
|
4530
4550
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. */
|
|
4531
4551
|
default as TerminalSquareIcon
|
|
4532
4552
|
} from '../icons/square-terminal';
|
|
4533
|
-
// SquareUser aliases
|
|
4534
|
-
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4535
|
-
export {
|
|
4536
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4537
|
-
default as UserSquareIcon
|
|
4538
|
-
} from '../icons/square-user';
|
|
4539
4553
|
// SquareUserRound aliases
|
|
4540
4554
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4541
4555
|
export {
|
|
4542
4556
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. */
|
|
4543
4557
|
default as UserSquare2Icon
|
|
4544
4558
|
} from '../icons/square-user-round';
|
|
4559
|
+
// SquareUser aliases
|
|
4560
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4561
|
+
export {
|
|
4562
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4563
|
+
default as UserSquareIcon
|
|
4564
|
+
} from '../icons/square-user';
|
|
4545
4565
|
// SquareX aliases
|
|
4546
4566
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4547
4567
|
export {
|
|
@@ -4560,6 +4580,16 @@ export {
|
|
|
4560
4580
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
|
|
4561
4581
|
default as AlignRightIcon
|
|
4562
4582
|
} from '../icons/text-align-end';
|
|
4583
|
+
// TextAlignStart aliases
|
|
4584
|
+
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4585
|
+
export {
|
|
4586
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. */
|
|
4587
|
+
default as TextIcon
|
|
4588
|
+
} from '../icons/text-align-start';
|
|
4589
|
+
export {
|
|
4590
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. */
|
|
4591
|
+
default as AlignLeftIcon
|
|
4592
|
+
} from '../icons/text-align-start';
|
|
4563
4593
|
// TextAlignCenter aliases
|
|
4564
4594
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4565
4595
|
export {
|
|
@@ -4572,58 +4602,48 @@ export {
|
|
|
4572
4602
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
|
|
4573
4603
|
default as AlignJustifyIcon
|
|
4574
4604
|
} from '../icons/text-align-justify';
|
|
4605
|
+
// TextWrap aliases
|
|
4606
|
+
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4607
|
+
export {
|
|
4608
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
4609
|
+
default as WrapTextIcon
|
|
4610
|
+
} from '../icons/text-wrap';
|
|
4575
4611
|
// TextInitial aliases
|
|
4576
4612
|
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4577
4613
|
export {
|
|
4578
4614
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
4579
4615
|
default as LetterTextIcon
|
|
4580
4616
|
} from '../icons/text-initial';
|
|
4581
|
-
// TextAlignStart aliases
|
|
4582
|
-
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4583
|
-
export {
|
|
4584
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. */
|
|
4585
|
-
default as TextIcon
|
|
4586
|
-
} from '../icons/text-align-start';
|
|
4587
|
-
export {
|
|
4588
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. */
|
|
4589
|
-
default as AlignLeftIcon
|
|
4590
|
-
} from '../icons/text-align-start';
|
|
4591
4617
|
// TramFront aliases
|
|
4592
4618
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4593
4619
|
export {
|
|
4594
4620
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
|
|
4595
4621
|
default as TrainIcon
|
|
4596
4622
|
} from '../icons/tram-front';
|
|
4597
|
-
// TreePalm aliases
|
|
4598
|
-
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4599
|
-
export {
|
|
4600
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
4601
|
-
default as PalmtreeIcon
|
|
4602
|
-
} from '../icons/tree-palm';
|
|
4603
|
-
// TextWrap aliases
|
|
4604
|
-
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4605
|
-
export {
|
|
4606
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
4607
|
-
default as WrapTextIcon
|
|
4608
|
-
} from '../icons/text-wrap';
|
|
4609
4623
|
// Trash aliases
|
|
4610
4624
|
export { default as TrashIcon } from '../icons/trash';
|
|
4611
4625
|
export {
|
|
4612
4626
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Trash} instead. */
|
|
4613
4627
|
default as Trash2Icon
|
|
4614
4628
|
} from '../icons/trash';
|
|
4615
|
-
//
|
|
4616
|
-
export { default as
|
|
4629
|
+
// TreePalm aliases
|
|
4630
|
+
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4617
4631
|
export {
|
|
4618
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4619
|
-
default as
|
|
4620
|
-
} from '../icons/
|
|
4632
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
4633
|
+
default as PalmtreeIcon
|
|
4634
|
+
} from '../icons/tree-palm';
|
|
4621
4635
|
// TrianglesCenterlineDashedHorizontal aliases
|
|
4622
4636
|
export { default as TrianglesCenterlineDashedHorizontalIcon } from '../icons/triangles-centerline-dashed-horizontal';
|
|
4623
4637
|
export {
|
|
4624
4638
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TrianglesCenterlineDashedHorizontal} instead. */
|
|
4625
4639
|
default as FlipHorizontal2Icon
|
|
4626
4640
|
} from '../icons/triangles-centerline-dashed-horizontal';
|
|
4641
|
+
// TriangleAlert aliases
|
|
4642
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4643
|
+
export {
|
|
4644
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. */
|
|
4645
|
+
default as AlertTriangleIcon
|
|
4646
|
+
} from '../icons/triangle-alert';
|
|
4627
4647
|
// TrianglesCenterlineDashedVertical aliases
|
|
4628
4648
|
export { default as TrianglesCenterlineDashedVerticalIcon } from '../icons/triangles-centerline-dashed-vertical';
|
|
4629
4649
|
export {
|
|
@@ -4648,24 +4668,18 @@ export {
|
|
|
4648
4668
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. */
|
|
4649
4669
|
default as UserCheck2Icon
|
|
4650
4670
|
} from '../icons/user-round-check';
|
|
4651
|
-
// UserRoundCog aliases
|
|
4652
|
-
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4653
|
-
export {
|
|
4654
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */
|
|
4655
|
-
default as UserCog2Icon
|
|
4656
|
-
} from '../icons/user-round-cog';
|
|
4657
4671
|
// UserRoundMinus aliases
|
|
4658
4672
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4659
4673
|
export {
|
|
4660
4674
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. */
|
|
4661
4675
|
default as UserMinus2Icon
|
|
4662
4676
|
} from '../icons/user-round-minus';
|
|
4663
|
-
//
|
|
4664
|
-
export { default as
|
|
4677
|
+
// UserRoundCog aliases
|
|
4678
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4665
4679
|
export {
|
|
4666
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4667
|
-
default as
|
|
4668
|
-
} from '../icons/user-round-
|
|
4680
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */
|
|
4681
|
+
default as UserCog2Icon
|
|
4682
|
+
} from '../icons/user-round-cog';
|
|
4669
4683
|
// UserRoundX aliases
|
|
4670
4684
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4671
4685
|
export {
|
|
@@ -4678,40 +4692,46 @@ export {
|
|
|
4678
4692
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
|
|
4679
4693
|
default as User2Icon
|
|
4680
4694
|
} from '../icons/user-round';
|
|
4681
|
-
//
|
|
4682
|
-
export { default as
|
|
4683
|
-
export {
|
|
4684
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
|
|
4685
|
-
default as Users2Icon
|
|
4686
|
-
} from '../icons/users-round';
|
|
4687
|
-
// Utensils aliases
|
|
4688
|
-
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4695
|
+
// UserRoundPlus aliases
|
|
4696
|
+
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4689
4697
|
export {
|
|
4690
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4691
|
-
default as
|
|
4692
|
-
} from '../icons/
|
|
4698
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. */
|
|
4699
|
+
default as UserPlus2Icon
|
|
4700
|
+
} from '../icons/user-round-plus';
|
|
4693
4701
|
// UtensilsCrossed aliases
|
|
4694
4702
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4695
4703
|
export {
|
|
4696
4704
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
|
|
4697
4705
|
default as ForkKnifeCrossedIcon
|
|
4698
4706
|
} from '../icons/utensils-crossed';
|
|
4707
|
+
// UsersRound aliases
|
|
4708
|
+
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4709
|
+
export {
|
|
4710
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
|
|
4711
|
+
default as Users2Icon
|
|
4712
|
+
} from '../icons/users-round';
|
|
4713
|
+
// WalletMinimal aliases
|
|
4714
|
+
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4715
|
+
export {
|
|
4716
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|
|
4717
|
+
default as Wallet2Icon
|
|
4718
|
+
} from '../icons/wallet-minimal';
|
|
4699
4719
|
// WandSparkles aliases
|
|
4700
4720
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4701
4721
|
export {
|
|
4702
4722
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
|
|
4703
4723
|
default as Wand2Icon
|
|
4704
4724
|
} from '../icons/wand-sparkles';
|
|
4725
|
+
// Utensils aliases
|
|
4726
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4727
|
+
export {
|
|
4728
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|
|
4729
|
+
default as ForkKnifeIcon
|
|
4730
|
+
} from '../icons/utensils';
|
|
4705
4731
|
// WavesHorizontal aliases
|
|
4706
4732
|
export { default as WavesHorizontalIcon } from '../icons/waves-horizontal';
|
|
4707
4733
|
export {
|
|
4708
4734
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WavesHorizontal} instead. */
|
|
4709
4735
|
default as WavesIcon
|
|
4710
4736
|
} from '../icons/waves-horizontal';
|
|
4711
|
-
// WalletMinimal aliases
|
|
4712
|
-
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4713
|
-
export {
|
|
4714
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|
|
4715
|
-
default as Wallet2Icon
|
|
4716
|
-
} from '../icons/wallet-minimal';
|
|
4717
4737
|
|