@lucide/astro 0.569.0 → 0.570.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 +54 -54
- package/src/aliases/prefixed.ts +431 -429
- package/src/aliases/suffixed.ts +755 -753
- package/src/icons/index.ts +106 -105
- package/src/icons/towel-rack.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,29 +1,31 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
-
//
|
|
4
|
-
export { default as
|
|
3
|
+
// AArrowUp aliases
|
|
4
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
5
|
// Accessibility aliases
|
|
6
6
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
|
+
// ALargeSmall aliases
|
|
8
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
9
|
// Activity aliases
|
|
8
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
|
+
// AirVent aliases
|
|
12
|
+
export { default as AirVentIcon } from '../icons/air-vent';
|
|
9
13
|
// Airplay aliases
|
|
10
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
11
15
|
// AlarmClockOff aliases
|
|
12
16
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
13
|
-
// AirVent aliases
|
|
14
|
-
export { default as AirVentIcon } from '../icons/air-vent';
|
|
15
|
-
// AlarmClock aliases
|
|
16
|
-
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
17
17
|
// AlarmSmoke aliases
|
|
18
18
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
19
|
+
// AlarmClock aliases
|
|
20
|
+
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
21
|
+
// Album aliases
|
|
22
|
+
export { default as AlbumIcon } from '../icons/album';
|
|
19
23
|
// AlignCenterHorizontal aliases
|
|
20
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
21
25
|
// AlignCenterVertical aliases
|
|
22
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
23
27
|
// AlignEndHorizontal aliases
|
|
24
28
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
25
|
-
// Album aliases
|
|
26
|
-
export { default as AlbumIcon } from '../icons/album';
|
|
27
29
|
// AlignEndVertical aliases
|
|
28
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
29
31
|
// AlignHorizontalDistributeCenter aliases
|
|
@@ -40,56 +42,56 @@ export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizon
|
|
|
40
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
41
43
|
// AlignHorizontalSpaceAround aliases
|
|
42
44
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
43
|
-
// AlignHorizontalSpaceBetween aliases
|
|
44
|
-
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
45
45
|
// AlignStartHorizontal aliases
|
|
46
46
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
47
|
+
// AlignHorizontalSpaceBetween aliases
|
|
48
|
+
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
47
49
|
// AlignStartVertical aliases
|
|
48
50
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
49
|
-
// AlignVerticalDistributeCenter aliases
|
|
50
|
-
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
51
|
-
// AlignVerticalDistributeStart aliases
|
|
52
|
-
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
53
51
|
// AlignVerticalDistributeEnd aliases
|
|
54
52
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
53
|
+
// AlignVerticalDistributeStart aliases
|
|
54
|
+
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
55
|
+
// AlignVerticalDistributeCenter aliases
|
|
56
|
+
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
55
57
|
// AlignVerticalJustifyCenter aliases
|
|
56
58
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
57
59
|
// AlignVerticalJustifyEnd aliases
|
|
58
60
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
59
|
-
// AlignVerticalJustifyStart aliases
|
|
60
|
-
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
61
61
|
// AlignVerticalSpaceAround aliases
|
|
62
62
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
63
|
+
// AlignVerticalJustifyStart aliases
|
|
64
|
+
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
63
65
|
// AlignVerticalSpaceBetween aliases
|
|
64
66
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
65
67
|
// Ambulance aliases
|
|
66
68
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
67
69
|
// Ampersand aliases
|
|
68
70
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
69
|
-
// Ampersands aliases
|
|
70
|
-
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
71
71
|
// Amphora aliases
|
|
72
72
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
73
|
-
//
|
|
74
|
-
export { default as
|
|
73
|
+
// Ampersands aliases
|
|
74
|
+
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
75
75
|
// Angry aliases
|
|
76
76
|
export { default as AngryIcon } from '../icons/angry';
|
|
77
|
+
// Anchor aliases
|
|
78
|
+
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
79
|
// Annoyed aliases
|
|
78
80
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
79
|
-
// Anvil aliases
|
|
80
|
-
export { default as AnvilIcon } from '../icons/anvil';
|
|
81
81
|
// Antenna aliases
|
|
82
82
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
83
|
-
//
|
|
84
|
-
export { default as
|
|
83
|
+
// Anvil aliases
|
|
84
|
+
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
85
|
// AppWindowMac aliases
|
|
86
86
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
87
|
+
// Aperture aliases
|
|
88
|
+
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
89
|
// AppWindow aliases
|
|
88
90
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
89
|
-
// Apple aliases
|
|
90
|
-
export { default as AppleIcon } from '../icons/apple';
|
|
91
91
|
// ArchiveRestore aliases
|
|
92
92
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
93
|
+
// Apple aliases
|
|
94
|
+
export { default as AppleIcon } from '../icons/apple';
|
|
93
95
|
// ArchiveX aliases
|
|
94
96
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
95
97
|
// Archive aliases
|
|
@@ -98,10 +100,10 @@ export { default as ArchiveIcon } from '../icons/archive';
|
|
|
98
100
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
99
101
|
// ArrowBigDownDash aliases
|
|
100
102
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
101
|
-
// ArrowBigLeftDash aliases
|
|
102
|
-
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
103
103
|
// ArrowBigDown aliases
|
|
104
104
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
|
+
// ArrowBigLeftDash aliases
|
|
106
|
+
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
105
107
|
// ArrowBigLeft aliases
|
|
106
108
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
107
109
|
// ArrowBigRightDash aliases
|
|
@@ -116,34 +118,34 @@ export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line'
|
|
|
116
118
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
119
|
// ArrowDownLeft aliases
|
|
118
120
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
119
|
-
// ArrowDownNarrowWide aliases
|
|
120
|
-
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
121
|
-
// ArrowDownRight aliases
|
|
122
|
-
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
123
121
|
// ArrowDownToDot aliases
|
|
124
122
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
125
123
|
// ArrowDownToLine aliases
|
|
126
124
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
127
|
-
//
|
|
128
|
-
export { default as
|
|
125
|
+
// ArrowDownRight aliases
|
|
126
|
+
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
129
127
|
// ArrowDownUp aliases
|
|
130
128
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
131
|
-
//
|
|
132
|
-
export { default as
|
|
129
|
+
// ArrowDownNarrowWide aliases
|
|
130
|
+
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
131
|
+
// ArrowDown aliases
|
|
132
|
+
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
133
133
|
// ArrowLeftFromLine aliases
|
|
134
134
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
135
135
|
// ArrowLeftToLine aliases
|
|
136
136
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
137
|
-
//
|
|
138
|
-
export { default as
|
|
137
|
+
// ArrowLeftRight aliases
|
|
138
|
+
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
139
139
|
// ArrowRightFromLine aliases
|
|
140
140
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
141
|
+
// ArrowLeft aliases
|
|
142
|
+
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
143
|
+
// ArrowRightToLine aliases
|
|
144
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
141
145
|
// ArrowRightLeft aliases
|
|
142
146
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
143
147
|
// ArrowRight aliases
|
|
144
148
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
145
|
-
// ArrowRightToLine aliases
|
|
146
|
-
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
147
149
|
// ArrowUpDown aliases
|
|
148
150
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
149
151
|
// ArrowUpFromDot aliases
|
|
@@ -154,16 +156,16 @@ export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
|
154
156
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
155
157
|
// ArrowUpRight aliases
|
|
156
158
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
157
|
-
// ArrowUpWideNarrow aliases
|
|
158
|
-
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
159
159
|
// ArrowUpToLine aliases
|
|
160
160
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
|
+
// ArrowUpWideNarrow aliases
|
|
162
|
+
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
161
163
|
// ArrowUp aliases
|
|
162
164
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
163
|
-
// ArrowsUpFromLine aliases
|
|
164
|
-
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
165
165
|
// Asterisk aliases
|
|
166
166
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
167
|
+
// ArrowsUpFromLine aliases
|
|
168
|
+
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
169
|
// AtSign aliases
|
|
168
170
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
169
171
|
// Atom aliases
|
|
@@ -180,10 +182,10 @@ export { default as AxeIcon } from '../icons/axe';
|
|
|
180
182
|
export { default as BabyIcon } from '../icons/baby';
|
|
181
183
|
// Backpack aliases
|
|
182
184
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
183
|
-
// BadgeAlert aliases
|
|
184
|
-
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
185
185
|
// BadgeCent aliases
|
|
186
186
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
187
|
+
// BadgeAlert aliases
|
|
188
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
187
189
|
// BadgeDollarSign aliases
|
|
188
190
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
189
191
|
// BadgeEuro aliases
|
|
@@ -204,64 +206,64 @@ export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
|
204
206
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
205
207
|
// BadgeRussianRuble aliases
|
|
206
208
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
207
|
-
// BadgeSwissFranc aliases
|
|
208
|
-
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
209
209
|
// BadgeTurkishLira aliases
|
|
210
210
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
211
|
+
// BadgeSwissFranc aliases
|
|
212
|
+
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
211
213
|
// BadgeX aliases
|
|
212
214
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
213
215
|
// Badge aliases
|
|
214
216
|
export { default as BadgeIcon } from '../icons/badge';
|
|
215
|
-
// Ban aliases
|
|
216
|
-
export { default as BanIcon } from '../icons/ban';
|
|
217
217
|
// BaggageClaim aliases
|
|
218
218
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
219
219
|
// Balloon aliases
|
|
220
220
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
221
221
|
// Banana aliases
|
|
222
222
|
export { default as BananaIcon } from '../icons/banana';
|
|
223
|
+
// Ban aliases
|
|
224
|
+
export { default as BanIcon } from '../icons/ban';
|
|
223
225
|
// Bandage aliases
|
|
224
226
|
export { default as BandageIcon } from '../icons/bandage';
|
|
225
227
|
// BanknoteArrowDown aliases
|
|
226
228
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
227
229
|
// BanknoteArrowUp aliases
|
|
228
230
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
229
|
-
// BanknoteX aliases
|
|
230
|
-
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
231
231
|
// Banknote aliases
|
|
232
232
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
233
|
-
//
|
|
234
|
-
export { default as
|
|
233
|
+
// BanknoteX aliases
|
|
234
|
+
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
235
235
|
// Barcode aliases
|
|
236
236
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
237
|
+
// Barrel aliases
|
|
238
|
+
export { default as BarrelIcon } from '../icons/barrel';
|
|
237
239
|
// Baseline aliases
|
|
238
240
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
239
241
|
// Bath aliases
|
|
240
242
|
export { default as BathIcon } from '../icons/bath';
|
|
243
|
+
// BatteryMedium aliases
|
|
244
|
+
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
241
245
|
// BatteryCharging aliases
|
|
242
246
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
243
247
|
// BatteryFull aliases
|
|
244
248
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
245
|
-
// BatteryLow aliases
|
|
246
|
-
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
247
|
-
// BatteryMedium aliases
|
|
248
|
-
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
249
249
|
// BatteryPlus aliases
|
|
250
250
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
251
|
+
// BatteryLow aliases
|
|
252
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
251
253
|
// BatteryWarning aliases
|
|
252
254
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
253
255
|
// Battery aliases
|
|
254
256
|
export { default as BatteryIcon } from '../icons/battery';
|
|
255
257
|
// Beaker aliases
|
|
256
258
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
257
|
-
// Bean aliases
|
|
258
|
-
export { default as BeanIcon } from '../icons/bean';
|
|
259
259
|
// BeanOff aliases
|
|
260
260
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
261
|
-
//
|
|
262
|
-
export { default as
|
|
261
|
+
// Bean aliases
|
|
262
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
263
263
|
// BedSingle aliases
|
|
264
264
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
265
|
+
// BedDouble aliases
|
|
266
|
+
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
265
267
|
// Bed aliases
|
|
266
268
|
export { default as BedIcon } from '../icons/bed';
|
|
267
269
|
// Beef aliases
|
|
@@ -272,38 +274,38 @@ export { default as BeerOffIcon } from '../icons/beer-off';
|
|
|
272
274
|
export { default as BeerIcon } from '../icons/beer';
|
|
273
275
|
// BellDot aliases
|
|
274
276
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
275
|
-
// BellMinus aliases
|
|
276
|
-
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
277
277
|
// BellElectric aliases
|
|
278
278
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
279
|
+
// BellMinus aliases
|
|
280
|
+
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
279
281
|
// BellOff aliases
|
|
280
282
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
281
|
-
// BellPlus aliases
|
|
282
|
-
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
283
283
|
// BellRing aliases
|
|
284
284
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
285
|
+
// BellPlus aliases
|
|
286
|
+
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
285
287
|
// Bell aliases
|
|
286
288
|
export { default as BellIcon } from '../icons/bell';
|
|
287
289
|
// BetweenVerticalEnd aliases
|
|
288
290
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
289
|
-
// BetweenVerticalStart aliases
|
|
290
|
-
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
291
291
|
// BicepsFlexed aliases
|
|
292
292
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
293
|
+
// BetweenVerticalStart aliases
|
|
294
|
+
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
293
295
|
// Bike aliases
|
|
294
296
|
export { default as BikeIcon } from '../icons/bike';
|
|
295
297
|
// Binary aliases
|
|
296
298
|
export { default as BinaryIcon } from '../icons/binary';
|
|
297
|
-
// Binoculars aliases
|
|
298
|
-
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
299
|
-
// Bird aliases
|
|
300
|
-
export { default as BirdIcon } from '../icons/bird';
|
|
301
299
|
// Biohazard aliases
|
|
302
300
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
301
|
+
// Binoculars aliases
|
|
302
|
+
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
303
303
|
// Birdhouse aliases
|
|
304
304
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
305
305
|
// Bitcoin aliases
|
|
306
306
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
307
|
+
// Bird aliases
|
|
308
|
+
export { default as BirdIcon } from '../icons/bird';
|
|
307
309
|
// Blend aliases
|
|
308
310
|
export { default as BlendIcon } from '../icons/blend';
|
|
309
311
|
// Blinds aliases
|
|
@@ -318,34 +320,34 @@ export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
|
318
320
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
319
321
|
// Bluetooth aliases
|
|
320
322
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
321
|
-
// Bold aliases
|
|
322
|
-
export { default as BoldIcon } from '../icons/bold';
|
|
323
323
|
// Bolt aliases
|
|
324
324
|
export { default as BoltIcon } from '../icons/bolt';
|
|
325
|
+
// Bold aliases
|
|
326
|
+
export { default as BoldIcon } from '../icons/bold';
|
|
325
327
|
// Bomb aliases
|
|
326
328
|
export { default as BombIcon } from '../icons/bomb';
|
|
327
329
|
// Bone aliases
|
|
328
330
|
export { default as BoneIcon } from '../icons/bone';
|
|
329
|
-
// BookA aliases
|
|
330
|
-
export { default as BookAIcon } from '../icons/book-a';
|
|
331
331
|
// BookAlert aliases
|
|
332
332
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
333
|
+
// BookA aliases
|
|
334
|
+
export { default as BookAIcon } from '../icons/book-a';
|
|
333
335
|
// BookAudio aliases
|
|
334
336
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
335
337
|
// BookCheck aliases
|
|
336
338
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
337
|
-
// BookDown aliases
|
|
338
|
-
export { default as BookDownIcon } from '../icons/book-down';
|
|
339
339
|
// BookCopy aliases
|
|
340
340
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
341
|
-
//
|
|
342
|
-
export { default as
|
|
341
|
+
// BookDown aliases
|
|
342
|
+
export { default as BookDownIcon } from '../icons/book-down';
|
|
343
343
|
// BookHeadphones aliases
|
|
344
344
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
345
345
|
// BookImage aliases
|
|
346
346
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
347
347
|
// BookKey aliases
|
|
348
348
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
349
|
+
// BookHeart aliases
|
|
350
|
+
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
349
351
|
// BookLock aliases
|
|
350
352
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
351
353
|
// BookMarked aliases
|
|
@@ -354,22 +356,22 @@ export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
|
354
356
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
355
357
|
// BookOpenCheck aliases
|
|
356
358
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
357
|
-
// BookOpenText aliases
|
|
358
|
-
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
359
359
|
// BookOpen aliases
|
|
360
360
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
361
361
|
// BookPlus aliases
|
|
362
362
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
363
|
+
// BookOpenText aliases
|
|
364
|
+
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
363
365
|
// BookSearch aliases
|
|
364
366
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
365
367
|
// BookText aliases
|
|
366
368
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
367
369
|
// BookType aliases
|
|
368
370
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
369
|
-
// BookUp2 aliases
|
|
370
|
-
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
371
371
|
// BookUp aliases
|
|
372
372
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
373
|
+
// BookUp2 aliases
|
|
374
|
+
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
375
|
// BookUser aliases
|
|
374
376
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
375
377
|
// BookX aliases
|
|
@@ -386,10 +388,10 @@ export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
|
386
388
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
387
389
|
// Bookmark aliases
|
|
388
390
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
389
|
-
// BoomBox aliases
|
|
390
|
-
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
391
391
|
// BotMessageSquare aliases
|
|
392
392
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
393
|
+
// BoomBox aliases
|
|
394
|
+
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
393
395
|
// BotOff aliases
|
|
394
396
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
395
397
|
// Bot aliases
|
|
@@ -398,14 +400,14 @@ export { default as BotIcon } from '../icons/bot';
|
|
|
398
400
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
399
401
|
// BowArrow aliases
|
|
400
402
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
401
|
-
// Box aliases
|
|
402
|
-
export { default as BoxIcon } from '../icons/box';
|
|
403
403
|
// Boxes aliases
|
|
404
404
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
405
|
-
//
|
|
406
|
-
export { default as
|
|
405
|
+
// Box aliases
|
|
406
|
+
export { default as BoxIcon } from '../icons/box';
|
|
407
407
|
// BrainCircuit aliases
|
|
408
408
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
409
|
+
// Brackets aliases
|
|
410
|
+
export { default as BracketsIcon } from '../icons/brackets';
|
|
409
411
|
// BrainCog aliases
|
|
410
412
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
411
413
|
// Brain aliases
|
|
@@ -432,18 +434,16 @@ export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
|
432
434
|
export { default as BrushIcon } from '../icons/brush';
|
|
433
435
|
// Bubbles aliases
|
|
434
436
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
435
|
-
// AArrowUp aliases
|
|
436
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
437
|
-
// BugOff aliases
|
|
438
|
-
export { default as BugOffIcon } from '../icons/bug-off';
|
|
439
437
|
// BugPlay aliases
|
|
440
438
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
439
|
+
// BugOff aliases
|
|
440
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
441
441
|
// Bug aliases
|
|
442
442
|
export { default as BugIcon } from '../icons/bug';
|
|
443
|
-
// Building2 aliases
|
|
444
|
-
export { default as Building2Icon } from '../icons/building-2';
|
|
445
443
|
// Building aliases
|
|
446
444
|
export { default as BuildingIcon } from '../icons/building';
|
|
445
|
+
// Building2 aliases
|
|
446
|
+
export { default as Building2Icon } from '../icons/building-2';
|
|
447
447
|
// BusFront aliases
|
|
448
448
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
449
449
|
// Bus aliases
|
|
@@ -454,10 +454,10 @@ export { default as CableCarIcon } from '../icons/cable-car';
|
|
|
454
454
|
export { default as CableIcon } from '../icons/cable';
|
|
455
455
|
// CakeSlice aliases
|
|
456
456
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
457
|
-
// Cake aliases
|
|
458
|
-
export { default as CakeIcon } from '../icons/cake';
|
|
459
457
|
// Calculator aliases
|
|
460
458
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
459
|
+
// Cake aliases
|
|
460
|
+
export { default as CakeIcon } from '../icons/cake';
|
|
461
461
|
// Calendar1 aliases
|
|
462
462
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
463
463
|
// CalendarArrowDown aliases
|
|
@@ -472,30 +472,30 @@ export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
|
472
472
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
473
473
|
// CalendarCog aliases
|
|
474
474
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
475
|
-
// CalendarDays aliases
|
|
476
|
-
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
477
475
|
// CalendarFold aliases
|
|
478
476
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
477
|
+
// CalendarDays aliases
|
|
478
|
+
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
479
479
|
// CalendarHeart aliases
|
|
480
480
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
481
481
|
// CalendarMinus2 aliases
|
|
482
482
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
483
483
|
// CalendarMinus aliases
|
|
484
484
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
485
|
-
// CalendarOff aliases
|
|
486
|
-
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
487
485
|
// CalendarPlus2 aliases
|
|
488
486
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
489
487
|
// CalendarPlus aliases
|
|
490
488
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
491
|
-
//
|
|
492
|
-
export { default as
|
|
489
|
+
// CalendarOff aliases
|
|
490
|
+
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
493
491
|
// CalendarRange aliases
|
|
494
492
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
495
|
-
//
|
|
496
|
-
export { default as
|
|
493
|
+
// CalendarSearch aliases
|
|
494
|
+
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
497
495
|
// CalendarX2 aliases
|
|
498
496
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
497
|
+
// CalendarSync aliases
|
|
498
|
+
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
499
499
|
// CalendarX aliases
|
|
500
500
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
501
501
|
// Calendar aliases
|
|
@@ -506,10 +506,10 @@ export { default as CalendarsIcon } from '../icons/calendars';
|
|
|
506
506
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
507
507
|
// Camera aliases
|
|
508
508
|
export { default as CameraIcon } from '../icons/camera';
|
|
509
|
-
// CandyCane aliases
|
|
510
|
-
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
511
509
|
// CandyOff aliases
|
|
512
510
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
511
|
+
// CandyCane aliases
|
|
512
|
+
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
513
513
|
// Candy aliases
|
|
514
514
|
export { default as CandyIcon } from '../icons/candy';
|
|
515
515
|
// CannabisOff aliases
|
|
@@ -518,10 +518,10 @@ export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
|
518
518
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
519
519
|
// CaptionsOff aliases
|
|
520
520
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
521
|
-
// CarFront aliases
|
|
522
|
-
export { default as CarFrontIcon } from '../icons/car-front';
|
|
523
521
|
// CarTaxiFront aliases
|
|
524
522
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
523
|
+
// CarFront aliases
|
|
524
|
+
export { default as CarFrontIcon } from '../icons/car-front';
|
|
525
525
|
// Car aliases
|
|
526
526
|
export { default as CarIcon } from '../icons/car';
|
|
527
527
|
// Caravan aliases
|
|
@@ -534,24 +534,24 @@ export { default as CarrotIcon } from '../icons/carrot';
|
|
|
534
534
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
535
535
|
// CaseSensitive aliases
|
|
536
536
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
537
|
+
// CassetteTape aliases
|
|
538
|
+
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
537
539
|
// CaseUpper aliases
|
|
538
540
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
539
541
|
// Cast aliases
|
|
540
542
|
export { default as CastIcon } from '../icons/cast';
|
|
541
543
|
// Castle aliases
|
|
542
544
|
export { default as CastleIcon } from '../icons/castle';
|
|
543
|
-
// CassetteTape aliases
|
|
544
|
-
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
545
545
|
// Cat aliases
|
|
546
546
|
export { default as CatIcon } from '../icons/cat';
|
|
547
547
|
// Cctv aliases
|
|
548
548
|
export { default as CctvIcon } from '../icons/cctv';
|
|
549
549
|
// ChartBarDecreasing aliases
|
|
550
550
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
551
|
-
// ChartBarIncreasing aliases
|
|
552
|
-
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
553
551
|
// ChartBarStacked aliases
|
|
554
552
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
553
|
+
// ChartBarIncreasing aliases
|
|
554
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
555
555
|
// ChartColumnDecreasing aliases
|
|
556
556
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
557
557
|
// ChartColumnStacked aliases
|
|
@@ -566,40 +566,40 @@ export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-ax
|
|
|
566
566
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
567
567
|
// ChartSpline aliases
|
|
568
568
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
569
|
-
// CheckCheck aliases
|
|
570
|
-
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
571
569
|
// CheckLine aliases
|
|
572
570
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
571
|
+
// CheckCheck aliases
|
|
572
|
+
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
573
573
|
// Check aliases
|
|
574
574
|
export { default as CheckIcon } from '../icons/check';
|
|
575
575
|
// ChefHat aliases
|
|
576
576
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
577
577
|
// Cherry aliases
|
|
578
578
|
export { default as CherryIcon } from '../icons/cherry';
|
|
579
|
+
// ChessKing aliases
|
|
580
|
+
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
579
581
|
// ChessBishop aliases
|
|
580
582
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
581
583
|
// ChessKnight aliases
|
|
582
584
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
583
|
-
// ChessKing aliases
|
|
584
|
-
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
585
585
|
// ChessPawn aliases
|
|
586
586
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
587
587
|
// ChessQueen aliases
|
|
588
588
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
589
|
-
// ChessRook aliases
|
|
590
|
-
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
591
589
|
// ChevronDown aliases
|
|
592
590
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
593
|
-
//
|
|
594
|
-
export { default as
|
|
591
|
+
// ChessRook aliases
|
|
592
|
+
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
595
593
|
// ChevronFirst aliases
|
|
596
594
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
595
|
+
// ChevronLast aliases
|
|
596
|
+
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
597
597
|
// ChevronLeft aliases
|
|
598
598
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
599
|
-
// ChevronRight aliases
|
|
600
|
-
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
601
599
|
// ChevronUp aliases
|
|
602
600
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
601
|
+
// ChevronRight aliases
|
|
602
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
603
603
|
// ChevronsDownUp aliases
|
|
604
604
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
605
605
|
// ChevronsDown aliases
|
|
@@ -614,10 +614,10 @@ export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
|
614
614
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
615
615
|
// ChevronsRight aliases
|
|
616
616
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
617
|
-
// ChevronsUpDown aliases
|
|
618
|
-
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
619
617
|
// ChevronsUp aliases
|
|
620
618
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
619
|
+
// ChevronsUpDown aliases
|
|
620
|
+
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
621
621
|
// Church aliases
|
|
622
622
|
export { default as ChurchIcon } from '../icons/church';
|
|
623
623
|
// CigaretteOff aliases
|
|
@@ -636,20 +636,20 @@ export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
|
636
636
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
637
637
|
// CircleEqual aliases
|
|
638
638
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
639
|
+
// CircleFadingArrowUp aliases
|
|
640
|
+
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
639
641
|
// CircleFadingPlus aliases
|
|
640
642
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
643
|
+
// CircleSlash aliases
|
|
644
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
641
645
|
// CircleOff aliases
|
|
642
646
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
643
|
-
// CircleFadingArrowUp aliases
|
|
644
|
-
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
645
647
|
// CirclePile aliases
|
|
646
648
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
647
|
-
// CirclePoundSterling aliases
|
|
648
|
-
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
649
|
-
// CircleSlash aliases
|
|
650
|
-
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
651
649
|
// CircleSmall aliases
|
|
652
650
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
651
|
+
// CirclePoundSterling aliases
|
|
652
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
653
653
|
// CircleStar aliases
|
|
654
654
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
655
655
|
// Circle aliases
|
|
@@ -688,28 +688,28 @@ export { default as Clock10Icon } from '../icons/clock-10';
|
|
|
688
688
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
689
689
|
// Clock12 aliases
|
|
690
690
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
691
|
-
// Clock3 aliases
|
|
692
|
-
export { default as Clock3Icon } from '../icons/clock-3';
|
|
693
691
|
// Clock2 aliases
|
|
694
692
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
693
|
+
// Clock3 aliases
|
|
694
|
+
export { default as Clock3Icon } from '../icons/clock-3';
|
|
695
695
|
// Clock4 aliases
|
|
696
696
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
697
697
|
// Clock6 aliases
|
|
698
698
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
699
|
-
// Clock7 aliases
|
|
700
|
-
export { default as Clock7Icon } from '../icons/clock-7';
|
|
701
699
|
// Clock5 aliases
|
|
702
700
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
703
701
|
// Clock8 aliases
|
|
704
702
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
703
|
+
// Clock7 aliases
|
|
704
|
+
export { default as Clock7Icon } from '../icons/clock-7';
|
|
705
705
|
// Clock9 aliases
|
|
706
706
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
707
|
+
// ClockAlert aliases
|
|
708
|
+
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
707
709
|
// ClockArrowDown aliases
|
|
708
710
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
709
711
|
// ClockArrowUp aliases
|
|
710
712
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
711
|
-
// ClockAlert aliases
|
|
712
|
-
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
713
713
|
// ClockCheck aliases
|
|
714
714
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
715
715
|
// ClockFading aliases
|
|
@@ -722,10 +722,10 @@ export { default as ClockIcon } from '../icons/clock';
|
|
|
722
722
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
723
723
|
// CloudAlert aliases
|
|
724
724
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
725
|
-
// CloudBackup aliases
|
|
726
|
-
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
727
725
|
// CloudCheck aliases
|
|
728
726
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
727
|
+
// CloudBackup aliases
|
|
728
|
+
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
729
729
|
// CloudCog aliases
|
|
730
730
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
731
731
|
// CloudDrizzle aliases
|
|
@@ -734,22 +734,22 @@ export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
|
734
734
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
735
735
|
// CloudHail aliases
|
|
736
736
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
737
|
+
// CloudLightning aliases
|
|
738
|
+
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
737
739
|
// CloudMoonRain aliases
|
|
738
740
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
739
741
|
// CloudMoon aliases
|
|
740
742
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
741
|
-
// CloudLightning aliases
|
|
742
|
-
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
743
743
|
// CloudOff aliases
|
|
744
744
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
745
745
|
// CloudRainWind aliases
|
|
746
746
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
747
747
|
// CloudRain aliases
|
|
748
748
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
749
|
-
// CloudSnow aliases
|
|
750
|
-
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
751
749
|
// CloudSunRain aliases
|
|
752
750
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
751
|
+
// CloudSnow aliases
|
|
752
|
+
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
753
753
|
// CloudSun aliases
|
|
754
754
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
755
755
|
// CloudSync aliases
|
|
@@ -760,38 +760,38 @@ export { default as CloudIcon } from '../icons/cloud';
|
|
|
760
760
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
761
761
|
// Clover aliases
|
|
762
762
|
export { default as CloverIcon } from '../icons/clover';
|
|
763
|
+
// Codepen aliases
|
|
764
|
+
export { default as CodepenIcon } from '../icons/codepen';
|
|
763
765
|
// Club aliases
|
|
764
766
|
export { default as ClubIcon } from '../icons/club';
|
|
765
767
|
// Code aliases
|
|
766
768
|
export { default as CodeIcon } from '../icons/code';
|
|
767
|
-
// Codepen aliases
|
|
768
|
-
export { default as CodepenIcon } from '../icons/codepen';
|
|
769
769
|
// Codesandbox aliases
|
|
770
770
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
771
771
|
// Coffee aliases
|
|
772
772
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
773
|
-
// Cog aliases
|
|
774
|
-
export { default as CogIcon } from '../icons/cog';
|
|
775
773
|
// Coins aliases
|
|
776
774
|
export { default as CoinsIcon } from '../icons/coins';
|
|
777
|
-
//
|
|
778
|
-
export { default as
|
|
775
|
+
// Cog aliases
|
|
776
|
+
export { default as CogIcon } from '../icons/cog';
|
|
779
777
|
// Combine aliases
|
|
780
778
|
export { default as CombineIcon } from '../icons/combine';
|
|
779
|
+
// Columns4 aliases
|
|
780
|
+
export { default as Columns4Icon } from '../icons/columns-4';
|
|
781
781
|
// Command aliases
|
|
782
782
|
export { default as CommandIcon } from '../icons/command';
|
|
783
|
-
// Compass aliases
|
|
784
|
-
export { default as CompassIcon } from '../icons/compass';
|
|
785
783
|
// Component aliases
|
|
786
784
|
export { default as ComponentIcon } from '../icons/component';
|
|
785
|
+
// Compass aliases
|
|
786
|
+
export { default as CompassIcon } from '../icons/compass';
|
|
787
787
|
// Computer aliases
|
|
788
788
|
export { default as ComputerIcon } from '../icons/computer';
|
|
789
789
|
// ConciergeBell aliases
|
|
790
790
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
791
|
-
// Cone aliases
|
|
792
|
-
export { default as ConeIcon } from '../icons/cone';
|
|
793
791
|
// Construction aliases
|
|
794
792
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
793
|
+
// Cone aliases
|
|
794
|
+
export { default as ConeIcon } from '../icons/cone';
|
|
795
795
|
// Contact aliases
|
|
796
796
|
export { default as ContactIcon } from '../icons/contact';
|
|
797
797
|
// Container aliases
|
|
@@ -806,22 +806,22 @@ export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
|
806
806
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
807
807
|
// CopyMinus aliases
|
|
808
808
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
809
|
-
// CopyPlus aliases
|
|
810
|
-
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
811
809
|
// CopySlash aliases
|
|
812
810
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
813
811
|
// CopyX aliases
|
|
814
812
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
813
|
+
// CopyPlus aliases
|
|
814
|
+
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
815
815
|
// Copy aliases
|
|
816
816
|
export { default as CopyIcon } from '../icons/copy';
|
|
817
|
+
// Copyright aliases
|
|
818
|
+
export { default as CopyrightIcon } from '../icons/copyright';
|
|
817
819
|
// Copyleft aliases
|
|
818
820
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
819
821
|
// CornerDownLeft aliases
|
|
820
822
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
821
823
|
// CornerDownRight aliases
|
|
822
824
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
823
|
-
// Copyright aliases
|
|
824
|
-
export { default as CopyrightIcon } from '../icons/copyright';
|
|
825
825
|
// CornerLeftDown aliases
|
|
826
826
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
827
827
|
// CornerLeftUp aliases
|
|
@@ -836,12 +836,12 @@ export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
|
836
836
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
837
837
|
// Cpu aliases
|
|
838
838
|
export { default as CpuIcon } from '../icons/cpu';
|
|
839
|
+
// CreditCard aliases
|
|
840
|
+
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
839
841
|
// CreativeCommons aliases
|
|
840
842
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
841
843
|
// Croissant aliases
|
|
842
844
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
843
|
-
// CreditCard aliases
|
|
844
|
-
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
845
845
|
// Crop aliases
|
|
846
846
|
export { default as CropIcon } from '../icons/crop';
|
|
847
847
|
// Cross aliases
|
|
@@ -852,44 +852,44 @@ export { default as CrosshairIcon } from '../icons/crosshair';
|
|
|
852
852
|
export { default as CrownIcon } from '../icons/crown';
|
|
853
853
|
// Cuboid aliases
|
|
854
854
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
855
|
-
// CupSoda aliases
|
|
856
|
-
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
857
855
|
// Currency aliases
|
|
858
856
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
857
|
+
// CupSoda aliases
|
|
858
|
+
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
859
859
|
// Cylinder aliases
|
|
860
860
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
861
861
|
// Dam aliases
|
|
862
862
|
export { default as DamIcon } from '../icons/dam';
|
|
863
|
-
// DatabaseBackup aliases
|
|
864
|
-
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
865
863
|
// DatabaseSearch aliases
|
|
866
864
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
867
|
-
//
|
|
868
|
-
export { default as
|
|
865
|
+
// DatabaseBackup aliases
|
|
866
|
+
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
869
867
|
// DatabaseZap aliases
|
|
870
868
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
869
|
+
// Database aliases
|
|
870
|
+
export { default as DatabaseIcon } from '../icons/database';
|
|
871
871
|
// DecimalsArrowLeft aliases
|
|
872
872
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
873
|
-
// DecimalsArrowRight aliases
|
|
874
|
-
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
875
|
-
// Dessert aliases
|
|
876
|
-
export { default as DessertIcon } from '../icons/dessert';
|
|
877
873
|
// Delete aliases
|
|
878
874
|
export { default as DeleteIcon } from '../icons/delete';
|
|
875
|
+
// Dessert aliases
|
|
876
|
+
export { default as DessertIcon } from '../icons/dessert';
|
|
877
|
+
// DecimalsArrowRight aliases
|
|
878
|
+
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
879
879
|
// Diameter aliases
|
|
880
880
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
881
|
-
// DiamondPlus aliases
|
|
882
|
-
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
883
881
|
// DiamondMinus aliases
|
|
884
882
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
883
|
+
// DiamondPlus aliases
|
|
884
|
+
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
885
885
|
// Diamond aliases
|
|
886
886
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
887
887
|
// Dice1 aliases
|
|
888
888
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
889
|
-
// Dice3 aliases
|
|
890
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
891
889
|
// Dice2 aliases
|
|
892
890
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
891
|
+
// Dice3 aliases
|
|
892
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
893
893
|
// Dice4 aliases
|
|
894
894
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
895
895
|
// Dice5 aliases
|
|
@@ -898,22 +898,22 @@ export { default as Dice5Icon } from '../icons/dice-5';
|
|
|
898
898
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
899
899
|
// Dices aliases
|
|
900
900
|
export { default as DicesIcon } from '../icons/dices';
|
|
901
|
-
// Disc2 aliases
|
|
902
|
-
export { default as Disc2Icon } from '../icons/disc-2';
|
|
903
901
|
// Diff aliases
|
|
904
902
|
export { default as DiffIcon } from '../icons/diff';
|
|
905
903
|
// Disc3 aliases
|
|
906
904
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
907
|
-
//
|
|
908
|
-
export { default as
|
|
905
|
+
// Disc2 aliases
|
|
906
|
+
export { default as Disc2Icon } from '../icons/disc-2';
|
|
909
907
|
// Disc aliases
|
|
910
908
|
export { default as DiscIcon } from '../icons/disc';
|
|
909
|
+
// DiscAlbum aliases
|
|
910
|
+
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
911
911
|
// Divide aliases
|
|
912
912
|
export { default as DivideIcon } from '../icons/divide';
|
|
913
|
-
// DnaOff aliases
|
|
914
|
-
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
915
913
|
// Dna aliases
|
|
916
914
|
export { default as DnaIcon } from '../icons/dna';
|
|
915
|
+
// DnaOff aliases
|
|
916
|
+
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
917
917
|
// Dock aliases
|
|
918
918
|
export { default as DockIcon } from '../icons/dock';
|
|
919
919
|
// Dog aliases
|
|
@@ -928,38 +928,38 @@ export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
|
928
928
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
929
929
|
// DoorOpen aliases
|
|
930
930
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
931
|
-
// Dot aliases
|
|
932
|
-
export { default as DotIcon } from '../icons/dot';
|
|
933
931
|
// Download aliases
|
|
934
932
|
export { default as DownloadIcon } from '../icons/download';
|
|
933
|
+
// Dot aliases
|
|
934
|
+
export { default as DotIcon } from '../icons/dot';
|
|
935
935
|
// DraftingCompass aliases
|
|
936
936
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
937
|
-
// Drama aliases
|
|
938
|
-
export { default as DramaIcon } from '../icons/drama';
|
|
939
937
|
// Dribbble aliases
|
|
940
938
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
939
|
+
// Drama aliases
|
|
940
|
+
export { default as DramaIcon } from '../icons/drama';
|
|
941
941
|
// Drill aliases
|
|
942
942
|
export { default as DrillIcon } from '../icons/drill';
|
|
943
943
|
// Drone aliases
|
|
944
944
|
export { default as DroneIcon } from '../icons/drone';
|
|
945
|
-
// Droplet aliases
|
|
946
|
-
export { default as DropletIcon } from '../icons/droplet';
|
|
947
945
|
// DropletOff aliases
|
|
948
946
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
949
|
-
//
|
|
950
|
-
export { default as
|
|
947
|
+
// Droplet aliases
|
|
948
|
+
export { default as DropletIcon } from '../icons/droplet';
|
|
951
949
|
// Drum aliases
|
|
952
950
|
export { default as DrumIcon } from '../icons/drum';
|
|
951
|
+
// Droplets aliases
|
|
952
|
+
export { default as DropletsIcon } from '../icons/droplets';
|
|
953
953
|
// Drumstick aliases
|
|
954
954
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
955
|
+
// Ear aliases
|
|
956
|
+
export { default as EarIcon } from '../icons/ear';
|
|
955
957
|
// Dumbbell aliases
|
|
956
958
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
957
959
|
// EarOff aliases
|
|
958
960
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
959
961
|
// EarthLock aliases
|
|
960
962
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
961
|
-
// Ear aliases
|
|
962
|
-
export { default as EarIcon } from '../icons/ear';
|
|
963
963
|
// Eclipse aliases
|
|
964
964
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
965
965
|
// EggFried aliases
|
|
@@ -968,46 +968,46 @@ export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
|
968
968
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
969
969
|
// Egg aliases
|
|
970
970
|
export { default as EggIcon } from '../icons/egg';
|
|
971
|
-
// EqualNot aliases
|
|
972
|
-
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
973
971
|
// EqualApproximately aliases
|
|
974
972
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
973
|
+
// EqualNot aliases
|
|
974
|
+
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
975
975
|
// Equal aliases
|
|
976
976
|
export { default as EqualIcon } from '../icons/equal';
|
|
977
977
|
// Eraser aliases
|
|
978
978
|
export { default as EraserIcon } from '../icons/eraser';
|
|
979
|
-
// EthernetPort aliases
|
|
980
|
-
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
981
979
|
// Euro aliases
|
|
982
980
|
export { default as EuroIcon } from '../icons/euro';
|
|
983
|
-
//
|
|
984
|
-
export { default as
|
|
981
|
+
// EthernetPort aliases
|
|
982
|
+
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
985
983
|
// Expand aliases
|
|
986
984
|
export { default as ExpandIcon } from '../icons/expand';
|
|
985
|
+
// EvCharger aliases
|
|
986
|
+
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
987
987
|
// ExternalLink aliases
|
|
988
988
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
989
|
-
// EyeClosed aliases
|
|
990
|
-
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
991
989
|
// EyeOff aliases
|
|
992
990
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
991
|
+
// EyeClosed aliases
|
|
992
|
+
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
993
993
|
// Eye aliases
|
|
994
994
|
export { default as EyeIcon } from '../icons/eye';
|
|
995
995
|
// Facebook aliases
|
|
996
996
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
997
|
-
// Factory aliases
|
|
998
|
-
export { default as FactoryIcon } from '../icons/factory';
|
|
999
997
|
// Fan aliases
|
|
1000
998
|
export { default as FanIcon } from '../icons/fan';
|
|
1001
999
|
// FastForward aliases
|
|
1002
1000
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1001
|
+
// Factory aliases
|
|
1002
|
+
export { default as FactoryIcon } from '../icons/factory';
|
|
1003
1003
|
// Feather aliases
|
|
1004
1004
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1005
1005
|
// Fence aliases
|
|
1006
1006
|
export { default as FenceIcon } from '../icons/fence';
|
|
1007
|
-
// FerrisWheel aliases
|
|
1008
|
-
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1009
1007
|
// Figma aliases
|
|
1010
1008
|
export { default as FigmaIcon } from '../icons/figma';
|
|
1009
|
+
// FerrisWheel aliases
|
|
1010
|
+
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1011
1011
|
// FileArchive aliases
|
|
1012
1012
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1013
1013
|
// FileBox aliases
|
|
@@ -1018,50 +1018,50 @@ export { default as FileCheckIcon } from '../icons/file-check';
|
|
|
1018
1018
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1019
1019
|
// FileCode aliases
|
|
1020
1020
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1021
|
-
// FileDigit aliases
|
|
1022
|
-
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1023
1021
|
// FileDiff aliases
|
|
1024
1022
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1023
|
+
// FileDigit aliases
|
|
1024
|
+
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1025
1025
|
// FileDown aliases
|
|
1026
1026
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1027
|
-
// FileHeart aliases
|
|
1028
|
-
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1029
1027
|
// FileImage aliases
|
|
1030
1028
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1031
|
-
//
|
|
1032
|
-
export { default as
|
|
1029
|
+
// FileHeart aliases
|
|
1030
|
+
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1033
1031
|
// FileMinus aliases
|
|
1034
1032
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1033
|
+
// FileInput aliases
|
|
1034
|
+
export { default as FileInputIcon } from '../icons/file-input';
|
|
1035
1035
|
// FileMusic aliases
|
|
1036
1036
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1037
1037
|
// FileOutput aliases
|
|
1038
1038
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1039
1039
|
// FilePlus aliases
|
|
1040
1040
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1041
|
-
// FileScan aliases
|
|
1042
|
-
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1043
1041
|
// FileSearch aliases
|
|
1044
1042
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1045
|
-
//
|
|
1046
|
-
export { default as
|
|
1043
|
+
// FileScan aliases
|
|
1044
|
+
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1047
1045
|
// FileSpreadsheet aliases
|
|
1048
1046
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1047
|
+
// FileSliders aliases
|
|
1048
|
+
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1049
1049
|
// FileStack aliases
|
|
1050
1050
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1051
1051
|
// FileSymlink aliases
|
|
1052
1052
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1053
|
-
// FileTerminal aliases
|
|
1054
|
-
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1055
1053
|
// FileText aliases
|
|
1056
1054
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1057
1055
|
// FileType aliases
|
|
1058
1056
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1057
|
+
// FileTerminal aliases
|
|
1058
|
+
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1059
1059
|
// FileUp aliases
|
|
1060
1060
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1061
|
-
// FileUser aliases
|
|
1062
|
-
export { default as FileUserIcon } from '../icons/file-user';
|
|
1063
1061
|
// FileVolume aliases
|
|
1064
1062
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1063
|
+
// FileUser aliases
|
|
1064
|
+
export { default as FileUserIcon } from '../icons/file-user';
|
|
1065
1065
|
// FileX aliases
|
|
1066
1066
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1067
1067
|
// File aliases
|
|
@@ -1070,26 +1070,26 @@ export { default as FileIcon } from '../icons/file';
|
|
|
1070
1070
|
export { default as FilesIcon } from '../icons/files';
|
|
1071
1071
|
// Film aliases
|
|
1072
1072
|
export { default as FilmIcon } from '../icons/film';
|
|
1073
|
-
// FishOff aliases
|
|
1074
|
-
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1075
1073
|
// FireExtinguisher aliases
|
|
1076
1074
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1077
1075
|
// FishSymbol aliases
|
|
1078
1076
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1077
|
+
// FishOff aliases
|
|
1078
|
+
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1079
1079
|
// Fish aliases
|
|
1080
1080
|
export { default as FishIcon } from '../icons/fish';
|
|
1081
1081
|
// FishingHook aliases
|
|
1082
1082
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1083
1083
|
// FlagOff aliases
|
|
1084
1084
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1085
|
-
// FlagTriangleLeft aliases
|
|
1086
|
-
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1087
1085
|
// FlagTriangleRight aliases
|
|
1088
1086
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1089
|
-
//
|
|
1090
|
-
export { default as
|
|
1087
|
+
// FlagTriangleLeft aliases
|
|
1088
|
+
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1091
1089
|
// FlameKindling aliases
|
|
1092
1090
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1091
|
+
// Flag aliases
|
|
1092
|
+
export { default as FlagIcon } from '../icons/flag';
|
|
1093
1093
|
// Flame aliases
|
|
1094
1094
|
export { default as FlameIcon } from '../icons/flame';
|
|
1095
1095
|
// FlashlightOff aliases
|
|
@@ -1116,26 +1116,26 @@ export { default as Flower2Icon } from '../icons/flower-2';
|
|
|
1116
1116
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1117
1117
|
// Focus aliases
|
|
1118
1118
|
export { default as FocusIcon } from '../icons/focus';
|
|
1119
|
-
// FoldHorizontal aliases
|
|
1120
|
-
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1121
1119
|
// FoldVertical aliases
|
|
1122
1120
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1121
|
+
// FoldHorizontal aliases
|
|
1122
|
+
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1123
1123
|
// FolderArchive aliases
|
|
1124
1124
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1125
1125
|
// FolderCheck aliases
|
|
1126
1126
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1127
|
-
// FolderClock aliases
|
|
1128
|
-
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1129
1127
|
// FolderClosed aliases
|
|
1130
1128
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1129
|
+
// FolderClock aliases
|
|
1130
|
+
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1131
1131
|
// FolderCode aliases
|
|
1132
1132
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1133
|
+
// FolderDot aliases
|
|
1134
|
+
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1133
1135
|
// FolderDown aliases
|
|
1134
1136
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1135
1137
|
// FolderGit2 aliases
|
|
1136
1138
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1137
|
-
// FolderDot aliases
|
|
1138
|
-
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1139
1139
|
// FolderGit aliases
|
|
1140
1140
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1141
1141
|
// FolderHeart aliases
|
|
@@ -1148,10 +1148,10 @@ export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
|
1148
1148
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1149
1149
|
// FolderLock aliases
|
|
1150
1150
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1151
|
-
// FolderOpenDot aliases
|
|
1152
|
-
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1153
1151
|
// FolderMinus aliases
|
|
1154
1152
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1153
|
+
// FolderOpenDot aliases
|
|
1154
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1155
1155
|
// FolderOpen aliases
|
|
1156
1156
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1157
1157
|
// FolderOutput aliases
|
|
@@ -1162,12 +1162,12 @@ export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
|
1162
1162
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1163
1163
|
// FolderSearch2 aliases
|
|
1164
1164
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1165
|
+
// FolderSync aliases
|
|
1166
|
+
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1165
1167
|
// FolderSearch aliases
|
|
1166
1168
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1167
1169
|
// FolderSymlink aliases
|
|
1168
1170
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1169
|
-
// FolderSync aliases
|
|
1170
|
-
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1171
1171
|
// FolderTree aliases
|
|
1172
1172
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1173
1173
|
// FolderUp aliases
|
|
@@ -1204,18 +1204,18 @@ export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal
|
|
|
1204
1204
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1205
1205
|
// GalleryThumbnails aliases
|
|
1206
1206
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1207
|
-
// GalleryVertical aliases
|
|
1208
|
-
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1209
1207
|
// GalleryVerticalEnd aliases
|
|
1210
1208
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1209
|
+
// GalleryVertical aliases
|
|
1210
|
+
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1211
1211
|
// Gamepad2 aliases
|
|
1212
1212
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1213
1213
|
// GamepadDirectional aliases
|
|
1214
1214
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1215
|
-
// Gauge aliases
|
|
1216
|
-
export { default as GaugeIcon } from '../icons/gauge';
|
|
1217
1215
|
// Gamepad aliases
|
|
1218
1216
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1217
|
+
// Gauge aliases
|
|
1218
|
+
export { default as GaugeIcon } from '../icons/gauge';
|
|
1219
1219
|
// Gavel aliases
|
|
1220
1220
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1221
1221
|
// Gem aliases
|
|
@@ -1232,18 +1232,18 @@ export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
|
1232
1232
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1233
1233
|
// GitBranch aliases
|
|
1234
1234
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1235
|
-
// GitCommitVertical aliases
|
|
1236
|
-
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1237
1235
|
// GitCompareArrows aliases
|
|
1238
1236
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1237
|
+
// GitCommitVertical aliases
|
|
1238
|
+
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1239
1239
|
// GitCompare aliases
|
|
1240
1240
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1241
1241
|
// GitFork aliases
|
|
1242
1242
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1243
|
-
// GitMergeConflict aliases
|
|
1244
|
-
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1245
1243
|
// GitGraph aliases
|
|
1246
1244
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1245
|
+
// GitMergeConflict aliases
|
|
1246
|
+
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1247
1247
|
// GitMerge aliases
|
|
1248
1248
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1249
1249
|
// GitPullRequestArrow aliases
|
|
@@ -1260,10 +1260,10 @@ export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-dr
|
|
|
1260
1260
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1261
1261
|
// Github aliases
|
|
1262
1262
|
export { default as GithubIcon } from '../icons/github';
|
|
1263
|
-
// Gitlab aliases
|
|
1264
|
-
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1265
1263
|
// GlassWater aliases
|
|
1266
1264
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1265
|
+
// Gitlab aliases
|
|
1266
|
+
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1267
1267
|
// Glasses aliases
|
|
1268
1268
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1269
1269
|
// GlobeLock aliases
|
|
@@ -1280,28 +1280,28 @@ export { default as GoalIcon } from '../icons/goal';
|
|
|
1280
1280
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1281
1281
|
// GraduationCap aliases
|
|
1282
1282
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1283
|
-
// Grape aliases
|
|
1284
|
-
export { default as GrapeIcon } from '../icons/grape';
|
|
1285
1283
|
// Grid3x2 aliases
|
|
1286
1284
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1285
|
+
// Grape aliases
|
|
1286
|
+
export { default as GrapeIcon } from '../icons/grape';
|
|
1287
1287
|
// GripHorizontal aliases
|
|
1288
1288
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1289
|
-
// Group aliases
|
|
1290
|
-
export { default as GroupIcon } from '../icons/group';
|
|
1291
1289
|
// GripVertical aliases
|
|
1292
1290
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1293
1291
|
// Grip aliases
|
|
1294
1292
|
export { default as GripIcon } from '../icons/grip';
|
|
1293
|
+
// Group aliases
|
|
1294
|
+
export { default as GroupIcon } from '../icons/group';
|
|
1295
1295
|
// Guitar aliases
|
|
1296
1296
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1297
1297
|
// Ham aliases
|
|
1298
1298
|
export { default as HamIcon } from '../icons/ham';
|
|
1299
1299
|
// Hamburger aliases
|
|
1300
1300
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1301
|
-
// Hammer aliases
|
|
1302
|
-
export { default as HammerIcon } from '../icons/hammer';
|
|
1303
1301
|
// HandCoins aliases
|
|
1304
1302
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1303
|
+
// Hammer aliases
|
|
1304
|
+
export { default as HammerIcon } from '../icons/hammer';
|
|
1305
1305
|
// HandFist aliases
|
|
1306
1306
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1307
1307
|
// HandHeart aliases
|
|
@@ -1312,10 +1312,10 @@ export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
|
1312
1312
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1313
1313
|
// Hand aliases
|
|
1314
1314
|
export { default as HandIcon } from '../icons/hand';
|
|
1315
|
-
// Handshake aliases
|
|
1316
|
-
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1317
1315
|
// Handbag aliases
|
|
1318
1316
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1317
|
+
// Handshake aliases
|
|
1318
|
+
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1319
1319
|
// HardDriveDownload aliases
|
|
1320
1320
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1321
1321
|
// HardDriveUpload aliases
|
|
@@ -1326,28 +1326,28 @@ export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
|
1326
1326
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1327
1327
|
// Hash aliases
|
|
1328
1328
|
export { default as HashIcon } from '../icons/hash';
|
|
1329
|
-
// HatGlasses aliases
|
|
1330
|
-
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1331
1329
|
// Haze aliases
|
|
1332
1330
|
export { default as HazeIcon } from '../icons/haze';
|
|
1333
1331
|
// Hd aliases
|
|
1334
1332
|
export { default as HdIcon } from '../icons/hd';
|
|
1333
|
+
// HatGlasses aliases
|
|
1334
|
+
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1335
1335
|
// HdmiPort aliases
|
|
1336
1336
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1337
1337
|
// Heading1 aliases
|
|
1338
1338
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1339
|
-
// Heading2 aliases
|
|
1340
|
-
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1341
1339
|
// Heading3 aliases
|
|
1342
1340
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1341
|
+
// Heading2 aliases
|
|
1342
|
+
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1343
1343
|
// Heading4 aliases
|
|
1344
1344
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1345
1345
|
// Heading5 aliases
|
|
1346
1346
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1347
|
-
// Heading6 aliases
|
|
1348
|
-
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1349
1347
|
// Heading aliases
|
|
1350
1348
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1349
|
+
// Heading6 aliases
|
|
1350
|
+
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1351
1351
|
// HeadphoneOff aliases
|
|
1352
1352
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1353
1353
|
// Headphones aliases
|
|
@@ -1358,30 +1358,30 @@ export { default as HeadsetIcon } from '../icons/headset';
|
|
|
1358
1358
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1359
1359
|
// HeartHandshake aliases
|
|
1360
1360
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1361
|
-
// HeartMinus aliases
|
|
1362
|
-
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1363
1361
|
// HeartOff aliases
|
|
1364
1362
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1363
|
+
// HeartMinus aliases
|
|
1364
|
+
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1365
1365
|
// HeartPlus aliases
|
|
1366
1366
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1367
|
-
// Heart aliases
|
|
1368
|
-
export { default as HeartIcon } from '../icons/heart';
|
|
1369
1367
|
// HeartPulse aliases
|
|
1370
1368
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1369
|
+
// Heart aliases
|
|
1370
|
+
export { default as HeartIcon } from '../icons/heart';
|
|
1371
1371
|
// Heater aliases
|
|
1372
1372
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1373
|
-
// Helicopter aliases
|
|
1374
|
-
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1375
1373
|
// Hexagon aliases
|
|
1376
1374
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1375
|
+
// Helicopter aliases
|
|
1376
|
+
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1377
1377
|
// Highlighter aliases
|
|
1378
1378
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1379
|
-
// History aliases
|
|
1380
|
-
export { default as HistoryIcon } from '../icons/history';
|
|
1381
1379
|
// HopOff aliases
|
|
1382
1380
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1383
1381
|
// Hop aliases
|
|
1384
1382
|
export { default as HopIcon } from '../icons/hop';
|
|
1383
|
+
// History aliases
|
|
1384
|
+
export { default as HistoryIcon } from '../icons/history';
|
|
1385
1385
|
// Hospital aliases
|
|
1386
1386
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1387
1387
|
// Hotel aliases
|
|
@@ -1392,36 +1392,36 @@ export { default as HourglassIcon } from '../icons/hourglass';
|
|
|
1392
1392
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1393
1393
|
// HousePlug aliases
|
|
1394
1394
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1395
|
-
// HouseWifi aliases
|
|
1396
|
-
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1397
1395
|
// HousePlus aliases
|
|
1398
1396
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1399
1397
|
// IdCardLanyard aliases
|
|
1400
1398
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1399
|
+
// HouseWifi aliases
|
|
1400
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1401
1401
|
// IdCard aliases
|
|
1402
1402
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1403
|
-
// ImageDown aliases
|
|
1404
|
-
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1405
1403
|
// ImageMinus aliases
|
|
1406
1404
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1407
|
-
//
|
|
1408
|
-
export { default as
|
|
1405
|
+
// ImageDown aliases
|
|
1406
|
+
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1409
1407
|
// ImagePlay aliases
|
|
1410
1408
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1411
|
-
//
|
|
1412
|
-
export { default as
|
|
1409
|
+
// ImageOff aliases
|
|
1410
|
+
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1413
1411
|
// ImageUp aliases
|
|
1414
1412
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1415
|
-
// Image aliases
|
|
1416
|
-
export { default as ImageIcon } from '../icons/image';
|
|
1417
1413
|
// ImageUpscale aliases
|
|
1418
1414
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1415
|
+
// ImagePlus aliases
|
|
1416
|
+
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1417
|
+
// Image aliases
|
|
1418
|
+
export { default as ImageIcon } from '../icons/image';
|
|
1419
1419
|
// Images aliases
|
|
1420
1420
|
export { default as ImagesIcon } from '../icons/images';
|
|
1421
|
-
// Import aliases
|
|
1422
|
-
export { default as ImportIcon } from '../icons/import';
|
|
1423
1421
|
// Inbox aliases
|
|
1424
1422
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1423
|
+
// Import aliases
|
|
1424
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1425
1425
|
// IndianRupee aliases
|
|
1426
1426
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1427
1427
|
// Infinity aliases
|
|
@@ -1442,78 +1442,78 @@ export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
|
1442
1442
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1443
1443
|
// Joystick aliases
|
|
1444
1444
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1445
|
-
// Kanban aliases
|
|
1446
|
-
export { default as KanbanIcon } from '../icons/kanban';
|
|
1447
1445
|
// Kayak aliases
|
|
1448
1446
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1449
|
-
//
|
|
1450
|
-
export { default as
|
|
1447
|
+
// Kanban aliases
|
|
1448
|
+
export { default as KanbanIcon } from '../icons/kanban';
|
|
1451
1449
|
// KeySquare aliases
|
|
1452
1450
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1453
1451
|
// Key aliases
|
|
1454
1452
|
export { default as KeyIcon } from '../icons/key';
|
|
1453
|
+
// KeyRound aliases
|
|
1454
|
+
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1455
1455
|
// KeyboardMusic aliases
|
|
1456
1456
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1457
|
-
// KeyboardOff aliases
|
|
1458
|
-
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1459
1457
|
// Keyboard aliases
|
|
1460
1458
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1459
|
+
// KeyboardOff aliases
|
|
1460
|
+
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1461
1461
|
// LampCeiling aliases
|
|
1462
1462
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1463
|
-
// LampDesk aliases
|
|
1464
|
-
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1465
1463
|
// LampFloor aliases
|
|
1466
1464
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1467
1465
|
// LampWallDown aliases
|
|
1468
1466
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1467
|
+
// LampDesk aliases
|
|
1468
|
+
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1469
1469
|
// LampWallUp aliases
|
|
1470
1470
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1471
1471
|
// Lamp aliases
|
|
1472
1472
|
export { default as LampIcon } from '../icons/lamp';
|
|
1473
|
+
// Languages aliases
|
|
1474
|
+
export { default as LanguagesIcon } from '../icons/languages';
|
|
1473
1475
|
// LandPlot aliases
|
|
1474
1476
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1475
1477
|
// Landmark aliases
|
|
1476
1478
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1477
|
-
// Languages aliases
|
|
1478
|
-
export { default as LanguagesIcon } from '../icons/languages';
|
|
1479
1479
|
// LaptopMinimalCheck aliases
|
|
1480
1480
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1481
1481
|
// Laptop aliases
|
|
1482
1482
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1483
|
-
// LassoSelect aliases
|
|
1484
|
-
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1485
1483
|
// Lasso aliases
|
|
1486
1484
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1485
|
+
// LassoSelect aliases
|
|
1486
|
+
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1487
1487
|
// Laugh aliases
|
|
1488
1488
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1489
1489
|
// Layers2 aliases
|
|
1490
1490
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1491
1491
|
// LayersPlus aliases
|
|
1492
1492
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1493
|
-
// LayoutGrid aliases
|
|
1494
|
-
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1495
1493
|
// LayoutDashboard aliases
|
|
1496
1494
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1497
|
-
//
|
|
1498
|
-
export { default as
|
|
1495
|
+
// LayoutGrid aliases
|
|
1496
|
+
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1499
1497
|
// LayoutPanelLeft aliases
|
|
1500
1498
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1499
|
+
// LayoutList aliases
|
|
1500
|
+
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1501
1501
|
// LayoutPanelTop aliases
|
|
1502
1502
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1503
1503
|
// LayoutTemplate aliases
|
|
1504
1504
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1505
|
-
// LeafyGreen aliases
|
|
1506
|
-
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1507
1505
|
// Leaf aliases
|
|
1508
1506
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1509
1507
|
// Lectern aliases
|
|
1510
1508
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1509
|
+
// LeafyGreen aliases
|
|
1510
|
+
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1511
|
+
// LensConcave aliases
|
|
1512
|
+
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1511
1513
|
// LensConvex aliases
|
|
1512
1514
|
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1513
1515
|
// LibraryBig aliases
|
|
1514
1516
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1515
|
-
// LensConcave aliases
|
|
1516
|
-
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1517
1517
|
// Library aliases
|
|
1518
1518
|
export { default as LibraryIcon } from '../icons/library';
|
|
1519
1519
|
// LifeBuoy aliases
|
|
@@ -1536,10 +1536,10 @@ export { default as Link2Icon } from '../icons/link-2';
|
|
|
1536
1536
|
export { default as LinkIcon } from '../icons/link';
|
|
1537
1537
|
// Linkedin aliases
|
|
1538
1538
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1539
|
-
// ListCheck aliases
|
|
1540
|
-
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1541
1539
|
// ListChecks aliases
|
|
1542
1540
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1541
|
+
// ListCheck aliases
|
|
1542
|
+
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1543
1543
|
// ListChevronsDownUp aliases
|
|
1544
1544
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1545
1545
|
// ListChevronsUpDown aliases
|
|
@@ -1552,20 +1552,20 @@ export { default as ListEndIcon } from '../icons/list-end';
|
|
|
1552
1552
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1553
1553
|
// ListFilterPlus aliases
|
|
1554
1554
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1555
|
-
// ListMusic aliases
|
|
1556
|
-
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1557
1555
|
// ListMinus aliases
|
|
1558
1556
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1559
1557
|
// ListOrdered aliases
|
|
1560
1558
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1559
|
+
// ListMusic aliases
|
|
1560
|
+
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1561
1561
|
// ListPlus aliases
|
|
1562
1562
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1563
1563
|
// ListRestart aliases
|
|
1564
1564
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1565
|
-
// ListTodo aliases
|
|
1566
|
-
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1567
1565
|
// ListStart aliases
|
|
1568
1566
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1567
|
+
// ListTodo aliases
|
|
1568
|
+
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1569
1569
|
// ListTree aliases
|
|
1570
1570
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1571
1571
|
// ListVideo aliases
|
|
@@ -1576,38 +1576,38 @@ export { default as ListXIcon } from '../icons/list-x';
|
|
|
1576
1576
|
export { default as ListIcon } from '../icons/list';
|
|
1577
1577
|
// LoaderPinwheel aliases
|
|
1578
1578
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1579
|
-
// Loader aliases
|
|
1580
|
-
export { default as LoaderIcon } from '../icons/loader';
|
|
1581
1579
|
// LocateFixed aliases
|
|
1582
1580
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1581
|
+
// Loader aliases
|
|
1582
|
+
export { default as LoaderIcon } from '../icons/loader';
|
|
1583
1583
|
// LocateOff aliases
|
|
1584
1584
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1585
1585
|
// Locate aliases
|
|
1586
1586
|
export { default as LocateIcon } from '../icons/locate';
|
|
1587
|
-
// LockKeyhole aliases
|
|
1588
|
-
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1589
1587
|
// Lock aliases
|
|
1590
1588
|
export { default as LockIcon } from '../icons/lock';
|
|
1589
|
+
// LockKeyhole aliases
|
|
1590
|
+
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1591
1591
|
// LogOut aliases
|
|
1592
1592
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1593
|
-
// Logs aliases
|
|
1594
|
-
export { default as LogsIcon } from '../icons/logs';
|
|
1595
1593
|
// LogIn aliases
|
|
1596
1594
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1597
1595
|
// Lollipop aliases
|
|
1598
1596
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1597
|
+
// Logs aliases
|
|
1598
|
+
export { default as LogsIcon } from '../icons/logs';
|
|
1599
1599
|
// Luggage aliases
|
|
1600
1600
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1601
|
+
// MailMinus aliases
|
|
1602
|
+
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1601
1603
|
// Magnet aliases
|
|
1602
1604
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1605
|
+
// MailOpen aliases
|
|
1606
|
+
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1603
1607
|
// MailCheck aliases
|
|
1604
1608
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1605
|
-
// MailMinus aliases
|
|
1606
|
-
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1607
1609
|
// MailPlus aliases
|
|
1608
1610
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1609
|
-
// MailOpen aliases
|
|
1610
|
-
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1611
1611
|
// MailSearch aliases
|
|
1612
1612
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1613
1613
|
// MailWarning aliases
|
|
@@ -1636,12 +1636,12 @@ export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
|
1636
1636
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1637
1637
|
// MapPinPlusInside aliases
|
|
1638
1638
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1639
|
+
// MapPinXInside aliases
|
|
1640
|
+
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1639
1641
|
// MapPinPlus aliases
|
|
1640
1642
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1641
1643
|
// MapPinX aliases
|
|
1642
1644
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1643
|
-
// MapPinXInside aliases
|
|
1644
|
-
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1645
1645
|
// MapPin aliases
|
|
1646
1646
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1647
1647
|
// MapPinned aliases
|
|
@@ -1660,40 +1660,40 @@ export { default as MartiniIcon } from '../icons/martini';
|
|
|
1660
1660
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1661
1661
|
// Maximize aliases
|
|
1662
1662
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1663
|
-
// Medal aliases
|
|
1664
|
-
export { default as MedalIcon } from '../icons/medal';
|
|
1665
1663
|
// MegaphoneOff aliases
|
|
1666
1664
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1665
|
+
// Medal aliases
|
|
1666
|
+
export { default as MedalIcon } from '../icons/medal';
|
|
1667
1667
|
// Megaphone aliases
|
|
1668
1668
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1669
1669
|
// Meh aliases
|
|
1670
1670
|
export { default as MehIcon } from '../icons/meh';
|
|
1671
1671
|
// MemoryStick aliases
|
|
1672
1672
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1673
|
-
// Menu aliases
|
|
1674
|
-
export { default as MenuIcon } from '../icons/menu';
|
|
1675
1673
|
// Merge aliases
|
|
1676
1674
|
export { default as MergeIcon } from '../icons/merge';
|
|
1675
|
+
// Menu aliases
|
|
1676
|
+
export { default as MenuIcon } from '../icons/menu';
|
|
1677
1677
|
// MessageCircleCode aliases
|
|
1678
1678
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1679
1679
|
// MessageCircleDashed aliases
|
|
1680
1680
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1681
|
-
// MessageCircleHeart aliases
|
|
1682
|
-
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1683
1681
|
// MessageCircleMore aliases
|
|
1684
1682
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1683
|
+
// MessageCircleHeart aliases
|
|
1684
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1685
1685
|
// MessageCircleOff aliases
|
|
1686
1686
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1687
1687
|
// MessageCirclePlus aliases
|
|
1688
1688
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1689
|
-
// MessageCircleReply aliases
|
|
1690
|
-
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1691
1689
|
// MessageCircleWarning aliases
|
|
1692
1690
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1693
|
-
//
|
|
1694
|
-
export { default as
|
|
1691
|
+
// MessageCircleReply aliases
|
|
1692
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1695
1693
|
// MessageCircle aliases
|
|
1696
1694
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1695
|
+
// MessageCircleX aliases
|
|
1696
|
+
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1697
1697
|
// MessageSquareCode aliases
|
|
1698
1698
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1699
1699
|
// MessageSquareDashed aliases
|
|
@@ -1702,10 +1702,10 @@ export { default as MessageSquareDashedIcon } from '../icons/message-square-dash
|
|
|
1702
1702
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1703
1703
|
// MessageSquareDot aliases
|
|
1704
1704
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1705
|
-
// MessageSquareHeart aliases
|
|
1706
|
-
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1707
1705
|
// MessageSquareLock aliases
|
|
1708
1706
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1707
|
+
// MessageSquareHeart aliases
|
|
1708
|
+
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1709
1709
|
// MessageSquareMore aliases
|
|
1710
1710
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1711
1711
|
// MessageSquareOff aliases
|
|
@@ -1718,20 +1718,20 @@ export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote
|
|
|
1718
1718
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1719
1719
|
// MessageSquareShare aliases
|
|
1720
1720
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1721
|
-
// MessageSquareWarning aliases
|
|
1722
|
-
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1723
1721
|
// MessageSquareText aliases
|
|
1724
1722
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1725
1723
|
// MessageSquareX aliases
|
|
1726
1724
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1725
|
+
// MessageSquareWarning aliases
|
|
1726
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1727
1727
|
// MessageSquare aliases
|
|
1728
1728
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1729
1729
|
// MessagesSquare aliases
|
|
1730
1730
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1731
|
-
// Mic aliases
|
|
1732
|
-
export { default as MicIcon } from '../icons/mic';
|
|
1733
1731
|
// MicOff aliases
|
|
1734
1732
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1733
|
+
// Mic aliases
|
|
1734
|
+
export { default as MicIcon } from '../icons/mic';
|
|
1735
1735
|
// Microchip aliases
|
|
1736
1736
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1737
1737
|
// Microscope aliases
|
|
@@ -1742,14 +1742,14 @@ export { default as MicrowaveIcon } from '../icons/microwave';
|
|
|
1742
1742
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1743
1743
|
// MilkOff aliases
|
|
1744
1744
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1745
|
-
// Milk aliases
|
|
1746
|
-
export { default as MilkIcon } from '../icons/milk';
|
|
1747
1745
|
// Minimize2 aliases
|
|
1748
1746
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1749
|
-
//
|
|
1750
|
-
export { default as
|
|
1747
|
+
// Milk aliases
|
|
1748
|
+
export { default as MilkIcon } from '../icons/milk';
|
|
1751
1749
|
// Minus aliases
|
|
1752
1750
|
export { default as MinusIcon } from '../icons/minus';
|
|
1751
|
+
// Minimize aliases
|
|
1752
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1753
1753
|
// MirrorRectangular aliases
|
|
1754
1754
|
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1755
1755
|
// MirrorRound aliases
|
|
@@ -1758,10 +1758,10 @@ export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
|
1758
1758
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1759
1759
|
// MonitorCloud aliases
|
|
1760
1760
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1761
|
-
// MonitorCog aliases
|
|
1762
|
-
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1763
1761
|
// MonitorDot aliases
|
|
1764
1762
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1763
|
+
// MonitorCog aliases
|
|
1764
|
+
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1765
1765
|
// MonitorDown aliases
|
|
1766
1766
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1767
1767
|
// MonitorOff aliases
|
|
@@ -1772,10 +1772,10 @@ export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
|
1772
1772
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1773
1773
|
// MonitorSmartphone aliases
|
|
1774
1774
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1775
|
-
// MonitorSpeaker aliases
|
|
1776
|
-
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1777
1775
|
// MonitorStop aliases
|
|
1778
1776
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1777
|
+
// MonitorSpeaker aliases
|
|
1778
|
+
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1779
1779
|
// MonitorUp aliases
|
|
1780
1780
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1781
1781
|
// MonitorX aliases
|
|
@@ -1784,24 +1784,24 @@ export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
|
1784
1784
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1785
1785
|
// MoonStar aliases
|
|
1786
1786
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1787
|
-
// Motorbike aliases
|
|
1788
|
-
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1789
1787
|
// Moon aliases
|
|
1790
1788
|
export { default as MoonIcon } from '../icons/moon';
|
|
1789
|
+
// Motorbike aliases
|
|
1790
|
+
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1791
1791
|
// MountainSnow aliases
|
|
1792
1792
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1793
1793
|
// Mountain aliases
|
|
1794
1794
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1795
|
-
// MouseOff aliases
|
|
1796
|
-
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1797
1795
|
// MousePointer2Off aliases
|
|
1798
1796
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1797
|
+
// MouseOff aliases
|
|
1798
|
+
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1799
1799
|
// MousePointer2 aliases
|
|
1800
1800
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1801
|
-
// MousePointerBan aliases
|
|
1802
|
-
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1803
1801
|
// MousePointerClick aliases
|
|
1804
1802
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1803
|
+
// MousePointerBan aliases
|
|
1804
|
+
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1805
1805
|
// MousePointer aliases
|
|
1806
1806
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1807
1807
|
// Mouse aliases
|
|
@@ -1810,10 +1810,10 @@ export { default as MouseIcon } from '../icons/mouse';
|
|
|
1810
1810
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1811
1811
|
// MoveDiagonal aliases
|
|
1812
1812
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1813
|
-
// MoveDownLeft aliases
|
|
1814
|
-
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1815
1813
|
// MoveDownRight aliases
|
|
1816
1814
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1815
|
+
// MoveDownLeft aliases
|
|
1816
|
+
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1817
1817
|
// MoveDown aliases
|
|
1818
1818
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1819
1819
|
// MoveHorizontal aliases
|
|
@@ -1824,42 +1824,42 @@ export { default as MoveLeftIcon } from '../icons/move-left';
|
|
|
1824
1824
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1825
1825
|
// MoveUpLeft aliases
|
|
1826
1826
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1827
|
-
// MoveUpRight aliases
|
|
1828
|
-
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1829
1827
|
// MoveUp aliases
|
|
1830
1828
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1831
|
-
//
|
|
1832
|
-
export { default as
|
|
1829
|
+
// MoveUpRight aliases
|
|
1830
|
+
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1833
1831
|
// MoveVertical aliases
|
|
1834
1832
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1833
|
+
// Move aliases
|
|
1834
|
+
export { default as MoveIcon } from '../icons/move';
|
|
1835
1835
|
// Music2 aliases
|
|
1836
1836
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1837
1837
|
// Music3 aliases
|
|
1838
1838
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1839
|
-
// Music aliases
|
|
1840
|
-
export { default as MusicIcon } from '../icons/music';
|
|
1841
1839
|
// Music4 aliases
|
|
1842
1840
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1841
|
+
// Music aliases
|
|
1842
|
+
export { default as MusicIcon } from '../icons/music';
|
|
1843
1843
|
// Navigation2Off aliases
|
|
1844
1844
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1845
1845
|
// Navigation2 aliases
|
|
1846
1846
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1847
|
-
// Navigation aliases
|
|
1848
|
-
export { default as NavigationIcon } from '../icons/navigation';
|
|
1849
|
-
// Network aliases
|
|
1850
|
-
export { default as NetworkIcon } from '../icons/network';
|
|
1851
1847
|
// NavigationOff aliases
|
|
1852
1848
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1849
|
+
// Network aliases
|
|
1850
|
+
export { default as NetworkIcon } from '../icons/network';
|
|
1851
|
+
// Navigation aliases
|
|
1852
|
+
export { default as NavigationIcon } from '../icons/navigation';
|
|
1853
1853
|
// Newspaper aliases
|
|
1854
1854
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1855
|
-
// Nfc aliases
|
|
1856
|
-
export { default as NfcIcon } from '../icons/nfc';
|
|
1857
1855
|
// NonBinary aliases
|
|
1858
1856
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1859
|
-
//
|
|
1860
|
-
export { default as
|
|
1857
|
+
// Nfc aliases
|
|
1858
|
+
export { default as NfcIcon } from '../icons/nfc';
|
|
1861
1859
|
// NotebookPen aliases
|
|
1862
1860
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1861
|
+
// NotebookTabs aliases
|
|
1862
|
+
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1863
1863
|
// NotebookText aliases
|
|
1864
1864
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1865
1865
|
// Notebook aliases
|
|
@@ -1870,12 +1870,12 @@ export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
|
1870
1870
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1871
1871
|
// NutOff aliases
|
|
1872
1872
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1873
|
-
// OctagonMinus aliases
|
|
1874
|
-
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1875
1873
|
// Nut aliases
|
|
1876
1874
|
export { default as NutIcon } from '../icons/nut';
|
|
1877
1875
|
// Octagon aliases
|
|
1878
1876
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1877
|
+
// OctagonMinus aliases
|
|
1878
|
+
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1879
1879
|
// Omega aliases
|
|
1880
1880
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1881
1881
|
// Option aliases
|
|
@@ -1894,10 +1894,10 @@ export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
|
1894
1894
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1895
1895
|
// PackagePlus aliases
|
|
1896
1896
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1897
|
-
// PackageSearch aliases
|
|
1898
|
-
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1899
1897
|
// PackageX aliases
|
|
1900
1898
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1899
|
+
// PackageSearch aliases
|
|
1900
|
+
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1901
1901
|
// Package aliases
|
|
1902
1902
|
export { default as PackageIcon } from '../icons/package';
|
|
1903
1903
|
// PaintBucket aliases
|
|
@@ -1914,10 +1914,10 @@ export { default as PandaIcon } from '../icons/panda';
|
|
|
1914
1914
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1915
1915
|
// PanelBottomOpen aliases
|
|
1916
1916
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1917
|
-
// PanelBottom aliases
|
|
1918
|
-
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1919
1917
|
// PanelLeftRightDashed aliases
|
|
1920
1918
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1919
|
+
// PanelBottom aliases
|
|
1920
|
+
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1921
1921
|
// PanelRightClose aliases
|
|
1922
1922
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1923
1923
|
// PanelRight aliases
|
|
@@ -1932,14 +1932,14 @@ export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
|
1932
1932
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1933
1933
|
// PanelTop aliases
|
|
1934
1934
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1935
|
-
// PanelsLeftBottom aliases
|
|
1936
|
-
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1937
1935
|
// PanelsRightBottom aliases
|
|
1938
1936
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1939
1937
|
// Paperclip aliases
|
|
1940
1938
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1941
1939
|
// Parentheses aliases
|
|
1942
1940
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1941
|
+
// PanelsLeftBottom aliases
|
|
1942
|
+
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1943
1943
|
// ParkingMeter aliases
|
|
1944
1944
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1945
1945
|
// PartyPopper aliases
|
|
@@ -1958,78 +1958,78 @@ export { default as PenToolIcon } from '../icons/pen-tool';
|
|
|
1958
1958
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1959
1959
|
// PencilOff aliases
|
|
1960
1960
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1961
|
-
// Pencil aliases
|
|
1962
|
-
export { default as PencilIcon } from '../icons/pencil';
|
|
1963
1961
|
// PencilRuler aliases
|
|
1964
1962
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1965
1963
|
// Pentagon aliases
|
|
1966
1964
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1967
|
-
//
|
|
1968
|
-
export { default as
|
|
1965
|
+
// Pencil aliases
|
|
1966
|
+
export { default as PencilIcon } from '../icons/pencil';
|
|
1969
1967
|
// PersonStanding aliases
|
|
1970
1968
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1971
1969
|
// PhilippinePeso aliases
|
|
1972
1970
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1973
|
-
//
|
|
1974
|
-
export { default as
|
|
1971
|
+
// Percent aliases
|
|
1972
|
+
export { default as PercentIcon } from '../icons/percent';
|
|
1975
1973
|
// PhoneForwarded aliases
|
|
1976
1974
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1977
|
-
// PhoneMissed aliases
|
|
1978
|
-
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1979
1975
|
// PhoneIncoming aliases
|
|
1980
1976
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1981
|
-
//
|
|
1982
|
-
export { default as
|
|
1977
|
+
// PhoneCall aliases
|
|
1978
|
+
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1979
|
+
// PhoneMissed aliases
|
|
1980
|
+
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1983
1981
|
// PhoneOutgoing aliases
|
|
1984
1982
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1983
|
+
// PhoneOff aliases
|
|
1984
|
+
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1985
1985
|
// Phone aliases
|
|
1986
1986
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1987
1987
|
// Pi aliases
|
|
1988
1988
|
export { default as PiIcon } from '../icons/pi';
|
|
1989
|
+
// Piano aliases
|
|
1990
|
+
export { default as PianoIcon } from '../icons/piano';
|
|
1989
1991
|
// Pickaxe aliases
|
|
1990
1992
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1991
1993
|
// PictureInPicture2 aliases
|
|
1992
1994
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1993
1995
|
// PictureInPicture aliases
|
|
1994
1996
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1995
|
-
// Piano aliases
|
|
1996
|
-
export { default as PianoIcon } from '../icons/piano';
|
|
1997
|
-
// PiggyBank aliases
|
|
1998
|
-
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1999
1997
|
// PilcrowLeft aliases
|
|
2000
1998
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2001
|
-
//
|
|
2002
|
-
export { default as
|
|
1999
|
+
// PiggyBank aliases
|
|
2000
|
+
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2003
2001
|
// PilcrowRight aliases
|
|
2004
2002
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2003
|
+
// Pilcrow aliases
|
|
2004
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2005
2005
|
// PillBottle aliases
|
|
2006
2006
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2007
2007
|
// Pill aliases
|
|
2008
2008
|
export { default as PillIcon } from '../icons/pill';
|
|
2009
2009
|
// PinOff aliases
|
|
2010
2010
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2011
|
-
// Pin aliases
|
|
2012
|
-
export { default as PinIcon } from '../icons/pin';
|
|
2013
2011
|
// Pipette aliases
|
|
2014
2012
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2015
|
-
// PlaneLanding aliases
|
|
2016
|
-
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2017
2013
|
// Pizza aliases
|
|
2018
2014
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2019
|
-
//
|
|
2020
|
-
export { default as
|
|
2015
|
+
// Pin aliases
|
|
2016
|
+
export { default as PinIcon } from '../icons/pin';
|
|
2017
|
+
// PlaneLanding aliases
|
|
2018
|
+
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2021
2019
|
// Plane aliases
|
|
2022
2020
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2021
|
+
// PlaneTakeoff aliases
|
|
2022
|
+
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2023
2023
|
// Play aliases
|
|
2024
2024
|
export { default as PlayIcon } from '../icons/play';
|
|
2025
|
-
// Plug aliases
|
|
2026
|
-
export { default as PlugIcon } from '../icons/plug';
|
|
2027
2025
|
// Plug2 aliases
|
|
2028
2026
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2029
|
-
// PocketKnife aliases
|
|
2030
|
-
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2031
2027
|
// Plus aliases
|
|
2032
2028
|
export { default as PlusIcon } from '../icons/plus';
|
|
2029
|
+
// PocketKnife aliases
|
|
2030
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2031
|
+
// Plug aliases
|
|
2032
|
+
export { default as PlugIcon } from '../icons/plug';
|
|
2033
2033
|
// Pocket aliases
|
|
2034
2034
|
export { default as PocketIcon } from '../icons/pocket';
|
|
2035
2035
|
// Podcast aliases
|
|
@@ -2048,20 +2048,20 @@ export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
|
2048
2048
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2049
2049
|
// Power aliases
|
|
2050
2050
|
export { default as PowerIcon } from '../icons/power';
|
|
2051
|
-
// Presentation aliases
|
|
2052
|
-
export { default as PresentationIcon } from '../icons/presentation';
|
|
2053
2051
|
// PrinterCheck aliases
|
|
2054
2052
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2053
|
+
// Presentation aliases
|
|
2054
|
+
export { default as PresentationIcon } from '../icons/presentation';
|
|
2055
|
+
// Printer aliases
|
|
2056
|
+
export { default as PrinterIcon } from '../icons/printer';
|
|
2055
2057
|
// PrinterX aliases
|
|
2056
2058
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2057
2059
|
// Projector aliases
|
|
2058
2060
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2059
|
-
// Printer aliases
|
|
2060
|
-
export { default as PrinterIcon } from '../icons/printer';
|
|
2061
|
-
// Puzzle aliases
|
|
2062
|
-
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2063
2061
|
// Proportions aliases
|
|
2064
2062
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2063
|
+
// Puzzle aliases
|
|
2064
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2065
2065
|
// Pyramid aliases
|
|
2066
2066
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2067
2067
|
// QrCode aliases
|
|
@@ -2078,34 +2078,34 @@ export { default as RadiationIcon } from '../icons/radiation';
|
|
|
2078
2078
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2079
2079
|
// RadioReceiver aliases
|
|
2080
2080
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2081
|
-
// RadioTower aliases
|
|
2082
|
-
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2083
2081
|
// Radio aliases
|
|
2084
2082
|
export { default as RadioIcon } from '../icons/radio';
|
|
2085
|
-
//
|
|
2086
|
-
export { default as
|
|
2083
|
+
// RadioTower aliases
|
|
2084
|
+
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2087
2085
|
// Radius aliases
|
|
2088
2086
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2087
|
+
// RailSymbol aliases
|
|
2088
|
+
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2089
2089
|
// Rainbow aliases
|
|
2090
2090
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2091
2091
|
// Rat aliases
|
|
2092
2092
|
export { default as RatIcon } from '../icons/rat';
|
|
2093
2093
|
// Ratio aliases
|
|
2094
2094
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2095
|
+
// ReceiptEuro aliases
|
|
2096
|
+
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2095
2097
|
// ReceiptCent aliases
|
|
2096
2098
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2097
2099
|
// ReceiptIndianRupee aliases
|
|
2098
2100
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2099
|
-
// ReceiptEuro aliases
|
|
2100
|
-
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2101
2101
|
// ReceiptJapaneseYen aliases
|
|
2102
2102
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2103
2103
|
// ReceiptPoundSterling aliases
|
|
2104
2104
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2105
|
-
// ReceiptRussianRuble aliases
|
|
2106
|
-
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2107
2105
|
// ReceiptSwissFranc aliases
|
|
2108
2106
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2107
|
+
// ReceiptRussianRuble aliases
|
|
2108
|
+
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2109
2109
|
// ReceiptText aliases
|
|
2110
2110
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2111
2111
|
// ReceiptTurkishLira aliases
|
|
@@ -2180,16 +2180,16 @@ export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
|
2180
2180
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2181
2181
|
// RouteOff aliases
|
|
2182
2182
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2183
|
-
// Route aliases
|
|
2184
|
-
export { default as RouteIcon } from '../icons/route';
|
|
2185
2183
|
// Router aliases
|
|
2186
2184
|
export { default as RouterIcon } from '../icons/router';
|
|
2185
|
+
// Route aliases
|
|
2186
|
+
export { default as RouteIcon } from '../icons/route';
|
|
2187
2187
|
// Rows4 aliases
|
|
2188
2188
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2189
|
-
// RulerDimensionLine aliases
|
|
2190
|
-
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2191
2189
|
// Rss aliases
|
|
2192
2190
|
export { default as RssIcon } from '../icons/rss';
|
|
2191
|
+
// RulerDimensionLine aliases
|
|
2192
|
+
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2193
2193
|
// Ruler aliases
|
|
2194
2194
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2195
2195
|
// RussianRuble aliases
|
|
@@ -2218,34 +2218,34 @@ export { default as ScaleIcon } from '../icons/scale';
|
|
|
2218
2218
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2219
2219
|
// ScanBarcode aliases
|
|
2220
2220
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2221
|
-
//
|
|
2222
|
-
export { default as
|
|
2221
|
+
// ScanFace aliases
|
|
2222
|
+
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2223
2223
|
// ScanHeart aliases
|
|
2224
2224
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2225
2225
|
// ScanLine aliases
|
|
2226
2226
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2227
|
-
// ScanFace aliases
|
|
2228
|
-
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2229
2227
|
// ScanQrCode aliases
|
|
2230
2228
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2229
|
+
// ScanEye aliases
|
|
2230
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2231
2231
|
// ScanSearch aliases
|
|
2232
2232
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2233
2233
|
// ScanText aliases
|
|
2234
2234
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2235
|
-
// Scan aliases
|
|
2236
|
-
export { default as ScanIcon } from '../icons/scan';
|
|
2237
2235
|
// School aliases
|
|
2238
2236
|
export { default as SchoolIcon } from '../icons/school';
|
|
2237
|
+
// Scan aliases
|
|
2238
|
+
export { default as ScanIcon } from '../icons/scan';
|
|
2239
2239
|
// ScissorsLineDashed aliases
|
|
2240
2240
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2241
|
-
// Scissors aliases
|
|
2242
|
-
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2243
2241
|
// Scooter aliases
|
|
2244
2242
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2245
|
-
//
|
|
2246
|
-
export { default as
|
|
2243
|
+
// Scissors aliases
|
|
2244
|
+
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2247
2245
|
// ScreenShareOff aliases
|
|
2248
2246
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2247
|
+
// ScreenShare aliases
|
|
2248
|
+
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2249
2249
|
// ScrollText aliases
|
|
2250
2250
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2251
2251
|
// Scroll aliases
|
|
@@ -2264,26 +2264,26 @@ export { default as SearchXIcon } from '../icons/search-x';
|
|
|
2264
2264
|
export { default as SearchIcon } from '../icons/search';
|
|
2265
2265
|
// Section aliases
|
|
2266
2266
|
export { default as SectionIcon } from '../icons/section';
|
|
2267
|
-
// Send aliases
|
|
2268
|
-
export { default as SendIcon } from '../icons/send';
|
|
2269
2267
|
// SendToBack aliases
|
|
2270
2268
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2271
|
-
//
|
|
2272
|
-
export { default as
|
|
2269
|
+
// Send aliases
|
|
2270
|
+
export { default as SendIcon } from '../icons/send';
|
|
2273
2271
|
// SeparatorVertical aliases
|
|
2274
2272
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2273
|
+
// SeparatorHorizontal aliases
|
|
2274
|
+
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2275
2275
|
// ServerCog aliases
|
|
2276
2276
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2277
2277
|
// ServerCrash aliases
|
|
2278
2278
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2279
|
-
// ServerOff aliases
|
|
2280
|
-
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2281
2279
|
// Server aliases
|
|
2282
2280
|
export { default as ServerIcon } from '../icons/server';
|
|
2283
|
-
//
|
|
2284
|
-
export { default as
|
|
2281
|
+
// ServerOff aliases
|
|
2282
|
+
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2285
2283
|
// Settings2 aliases
|
|
2286
2284
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2285
|
+
// Settings aliases
|
|
2286
|
+
export { default as SettingsIcon } from '../icons/settings';
|
|
2287
2287
|
// Shapes aliases
|
|
2288
2288
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2289
2289
|
// Share2 aliases
|
|
@@ -2302,16 +2302,16 @@ export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
|
2302
2302
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2303
2303
|
// ShieldEllipsis aliases
|
|
2304
2304
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2305
|
-
// ShieldHalf aliases
|
|
2306
|
-
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2307
2305
|
// ShieldMinus aliases
|
|
2308
2306
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2307
|
+
// ShieldHalf aliases
|
|
2308
|
+
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2309
2309
|
// ShieldOff aliases
|
|
2310
2310
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2311
|
-
// ShieldPlus aliases
|
|
2312
|
-
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2313
2311
|
// ShieldUser aliases
|
|
2314
2312
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2313
|
+
// ShieldPlus aliases
|
|
2314
|
+
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2315
2315
|
// Shield aliases
|
|
2316
2316
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2317
2317
|
// ShipWheel aliases
|
|
@@ -2324,36 +2324,36 @@ export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
|
2324
2324
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2325
2325
|
// ShoppingBasket aliases
|
|
2326
2326
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2327
|
-
// ShoppingCart aliases
|
|
2328
|
-
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2329
2327
|
// Shovel aliases
|
|
2330
2328
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2329
|
+
// ShoppingCart aliases
|
|
2330
|
+
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2331
2331
|
// ShowerHead aliases
|
|
2332
2332
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2333
2333
|
// Shredder aliases
|
|
2334
2334
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2335
|
+
// Shrink aliases
|
|
2336
|
+
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2335
2337
|
// Shrimp aliases
|
|
2336
2338
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2337
2339
|
// Shrub aliases
|
|
2338
2340
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2339
|
-
//
|
|
2340
|
-
export { default as
|
|
2341
|
+
// SignalHigh aliases
|
|
2342
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2341
2343
|
// Shuffle aliases
|
|
2342
2344
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2343
2345
|
// Sigma aliases
|
|
2344
2346
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2345
|
-
// SignalHigh aliases
|
|
2346
|
-
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2347
2347
|
// SignalLow aliases
|
|
2348
2348
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2349
2349
|
// SignalMedium aliases
|
|
2350
2350
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2351
2351
|
// SignalZero aliases
|
|
2352
2352
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2353
|
-
// Signal aliases
|
|
2354
|
-
export { default as SignalIcon } from '../icons/signal';
|
|
2355
2353
|
// Signature aliases
|
|
2356
2354
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2355
|
+
// Signal aliases
|
|
2356
|
+
export { default as SignalIcon } from '../icons/signal';
|
|
2357
2357
|
// SignpostBig aliases
|
|
2358
2358
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2359
2359
|
// Signpost aliases
|
|
@@ -2362,40 +2362,40 @@ export { default as SignpostIcon } from '../icons/signpost';
|
|
|
2362
2362
|
export { default as SirenIcon } from '../icons/siren';
|
|
2363
2363
|
// SkipBack aliases
|
|
2364
2364
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2365
|
-
// SkipForward aliases
|
|
2366
|
-
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2367
2365
|
// Skull aliases
|
|
2368
2366
|
export { default as SkullIcon } from '../icons/skull';
|
|
2369
|
-
//
|
|
2370
|
-
export { default as
|
|
2367
|
+
// SkipForward aliases
|
|
2368
|
+
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2371
2369
|
// Slash aliases
|
|
2372
2370
|
export { default as SlashIcon } from '../icons/slash';
|
|
2371
|
+
// Slack aliases
|
|
2372
|
+
export { default as SlackIcon } from '../icons/slack';
|
|
2373
2373
|
// Slice aliases
|
|
2374
2374
|
export { default as SliceIcon } from '../icons/slice';
|
|
2375
2375
|
// SlidersHorizontal aliases
|
|
2376
2376
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2377
2377
|
// SmartphoneCharging aliases
|
|
2378
2378
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2379
|
-
// Smartphone aliases
|
|
2380
|
-
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2381
2379
|
// SmartphoneNfc aliases
|
|
2382
2380
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2383
2381
|
// SmilePlus aliases
|
|
2384
2382
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2383
|
+
// Smartphone aliases
|
|
2384
|
+
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2385
2385
|
// Snail aliases
|
|
2386
2386
|
export { default as SnailIcon } from '../icons/snail';
|
|
2387
2387
|
// Smile aliases
|
|
2388
2388
|
export { default as SmileIcon } from '../icons/smile';
|
|
2389
2389
|
// Snowflake aliases
|
|
2390
2390
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2391
|
-
// SoapDispenserDroplet aliases
|
|
2392
|
-
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2393
2391
|
// Sofa aliases
|
|
2394
2392
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2395
|
-
//
|
|
2396
|
-
export { default as
|
|
2393
|
+
// SoapDispenserDroplet aliases
|
|
2394
|
+
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2397
2395
|
// Soup aliases
|
|
2398
2396
|
export { default as SoupIcon } from '../icons/soup';
|
|
2397
|
+
// SolarPanel aliases
|
|
2398
|
+
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2399
2399
|
// Space aliases
|
|
2400
2400
|
export { default as SpaceIcon } from '../icons/space';
|
|
2401
2401
|
// Spade aliases
|
|
@@ -2414,10 +2414,10 @@ export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
|
2414
2414
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2415
2415
|
// Spline aliases
|
|
2416
2416
|
export { default as SplineIcon } from '../icons/spline';
|
|
2417
|
-
// Split aliases
|
|
2418
|
-
export { default as SplitIcon } from '../icons/split';
|
|
2419
2417
|
// Spool aliases
|
|
2420
2418
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2419
|
+
// Split aliases
|
|
2420
|
+
export { default as SplitIcon } from '../icons/split';
|
|
2421
2421
|
// Spotlight aliases
|
|
2422
2422
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2423
2423
|
// SprayCan aliases
|
|
@@ -2452,10 +2452,10 @@ export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
|
2452
2452
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2453
2453
|
// SquaresSubtract aliases
|
|
2454
2454
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2455
|
-
// SquaresUnite aliases
|
|
2456
|
-
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2457
2455
|
// SquircleDashed aliases
|
|
2458
2456
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2457
|
+
// SquaresUnite aliases
|
|
2458
|
+
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2459
2459
|
// Squircle aliases
|
|
2460
2460
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2461
2461
|
// Squirrel aliases
|
|
@@ -2470,16 +2470,16 @@ export { default as StarOffIcon } from '../icons/star-off';
|
|
|
2470
2470
|
export { default as StarIcon } from '../icons/star';
|
|
2471
2471
|
// StepBack aliases
|
|
2472
2472
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2473
|
-
// Stethoscope aliases
|
|
2474
|
-
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2475
2473
|
// StepForward aliases
|
|
2476
2474
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2475
|
+
// Stethoscope aliases
|
|
2476
|
+
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2477
2477
|
// Sticker aliases
|
|
2478
2478
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2479
|
-
// StickyNote aliases
|
|
2480
|
-
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2481
2479
|
// Stone aliases
|
|
2482
2480
|
export { default as StoneIcon } from '../icons/stone';
|
|
2481
|
+
// StickyNote aliases
|
|
2482
|
+
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2483
2483
|
// Store aliases
|
|
2484
2484
|
export { default as StoreIcon } from '../icons/store';
|
|
2485
2485
|
// StretchHorizontal aliases
|
|
@@ -2494,12 +2494,12 @@ export { default as SubscriptIcon } from '../icons/subscript';
|
|
|
2494
2494
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2495
2495
|
// SunMedium aliases
|
|
2496
2496
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2497
|
+
// SunSnow aliases
|
|
2498
|
+
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2497
2499
|
// SunMoon aliases
|
|
2498
2500
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2499
2501
|
// Sun aliases
|
|
2500
2502
|
export { default as SunIcon } from '../icons/sun';
|
|
2501
|
-
// SunSnow aliases
|
|
2502
|
-
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2503
2503
|
// Sunrise aliases
|
|
2504
2504
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2505
2505
|
// Sunset aliases
|
|
@@ -2510,10 +2510,10 @@ export { default as SuperscriptIcon } from '../icons/superscript';
|
|
|
2510
2510
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2511
2511
|
// SwissFranc aliases
|
|
2512
2512
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2513
|
-
// SwitchCamera aliases
|
|
2514
|
-
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2515
2513
|
// Sword aliases
|
|
2516
2514
|
export { default as SwordIcon } from '../icons/sword';
|
|
2515
|
+
// SwitchCamera aliases
|
|
2516
|
+
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2517
2517
|
// Swords aliases
|
|
2518
2518
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2519
2519
|
// Syringe aliases
|
|
@@ -2534,10 +2534,10 @@ export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
|
2534
2534
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2535
2535
|
// Table aliases
|
|
2536
2536
|
export { default as TableIcon } from '../icons/table';
|
|
2537
|
-
// TabletSmartphone aliases
|
|
2538
|
-
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2539
2537
|
// Tablet aliases
|
|
2540
2538
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2539
|
+
// TabletSmartphone aliases
|
|
2540
|
+
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2541
2541
|
// Tablets aliases
|
|
2542
2542
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2543
2543
|
// Tag aliases
|
|
@@ -2548,18 +2548,18 @@ export { default as TagsIcon } from '../icons/tags';
|
|
|
2548
2548
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2549
2549
|
// Tally2 aliases
|
|
2550
2550
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2551
|
-
// Tally4 aliases
|
|
2552
|
-
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2553
2551
|
// Tally3 aliases
|
|
2554
2552
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2553
|
+
// Tally4 aliases
|
|
2554
|
+
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2555
2555
|
// Tally5 aliases
|
|
2556
2556
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2557
|
-
// Target aliases
|
|
2558
|
-
export { default as TargetIcon } from '../icons/target';
|
|
2559
2557
|
// Tangent aliases
|
|
2560
2558
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2561
2559
|
// Telescope aliases
|
|
2562
2560
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2561
|
+
// Target aliases
|
|
2562
|
+
export { default as TargetIcon } from '../icons/target';
|
|
2563
2563
|
// TentTree aliases
|
|
2564
2564
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2565
2565
|
// Tent aliases
|
|
@@ -2574,16 +2574,16 @@ export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
|
2574
2574
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2575
2575
|
// TextCursor aliases
|
|
2576
2576
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2577
|
-
// TextQuote aliases
|
|
2578
|
-
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2579
2577
|
// TextSearch aliases
|
|
2580
2578
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2581
|
-
//
|
|
2582
|
-
export { default as
|
|
2579
|
+
// TextQuote aliases
|
|
2580
|
+
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2583
2581
|
// ThermometerSnowflake aliases
|
|
2584
2582
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2585
2583
|
// ThermometerSun aliases
|
|
2586
2584
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2585
|
+
// Theater aliases
|
|
2586
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2587
2587
|
// Thermometer aliases
|
|
2588
2588
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2589
2589
|
// ThumbsDown aliases
|
|
@@ -2594,44 +2594,46 @@ export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
|
2594
2594
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2595
2595
|
// TicketMinus aliases
|
|
2596
2596
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2597
|
-
// TicketPercent aliases
|
|
2598
|
-
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2599
2597
|
// TicketPlus aliases
|
|
2600
2598
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2601
|
-
//
|
|
2602
|
-
export { default as
|
|
2599
|
+
// TicketPercent aliases
|
|
2600
|
+
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2603
2601
|
// TicketX aliases
|
|
2604
2602
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2605
|
-
//
|
|
2606
|
-
export { default as
|
|
2603
|
+
// TicketSlash aliases
|
|
2604
|
+
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2607
2605
|
// TicketsPlane aliases
|
|
2608
2606
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2607
|
+
// Ticket aliases
|
|
2608
|
+
export { default as TicketIcon } from '../icons/ticket';
|
|
2609
2609
|
// Tickets aliases
|
|
2610
2610
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2611
2611
|
// TimerOff aliases
|
|
2612
2612
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2613
2613
|
// TimerReset aliases
|
|
2614
2614
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2615
|
-
// Timer aliases
|
|
2616
|
-
export { default as TimerIcon } from '../icons/timer';
|
|
2617
2615
|
// ToggleLeft aliases
|
|
2618
2616
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2617
|
+
// Timer aliases
|
|
2618
|
+
export { default as TimerIcon } from '../icons/timer';
|
|
2619
2619
|
// ToggleRight aliases
|
|
2620
2620
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2621
2621
|
// Toilet aliases
|
|
2622
2622
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2623
2623
|
// ToolCase aliases
|
|
2624
2624
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2625
|
-
// Torus aliases
|
|
2626
|
-
export { default as TorusIcon } from '../icons/torus';
|
|
2627
2625
|
// Toolbox aliases
|
|
2628
2626
|
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2629
2627
|
// Tornado aliases
|
|
2630
2628
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2629
|
+
// Torus aliases
|
|
2630
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2631
2631
|
// TouchpadOff aliases
|
|
2632
2632
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2633
2633
|
// Touchpad aliases
|
|
2634
2634
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2635
|
+
// TowelRack aliases
|
|
2636
|
+
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2635
2637
|
// TowerControl aliases
|
|
2636
2638
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2637
2639
|
// ToyBrick aliases
|
|
@@ -2648,34 +2650,34 @@ export { default as TrainFrontIcon } from '../icons/train-front';
|
|
|
2648
2650
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2649
2651
|
// Transgender aliases
|
|
2650
2652
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2651
|
-
// Trash aliases
|
|
2652
|
-
export { default as TrashIcon } from '../icons/trash';
|
|
2653
2653
|
// Trash2 aliases
|
|
2654
2654
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2655
|
+
// Trash aliases
|
|
2656
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2655
2657
|
// TreeDeciduous aliases
|
|
2656
2658
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2657
2659
|
// TreePine aliases
|
|
2658
2660
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2659
|
-
// Trello aliases
|
|
2660
|
-
export { default as TrelloIcon } from '../icons/trello';
|
|
2661
2661
|
// Trees aliases
|
|
2662
2662
|
export { default as TreesIcon } from '../icons/trees';
|
|
2663
|
-
//
|
|
2664
|
-
export { default as
|
|
2663
|
+
// Trello aliases
|
|
2664
|
+
export { default as TrelloIcon } from '../icons/trello';
|
|
2665
2665
|
// TrendingDown aliases
|
|
2666
2666
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2667
2667
|
// TrendingUp aliases
|
|
2668
2668
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2669
|
+
// TrendingUpDown aliases
|
|
2670
|
+
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2669
2671
|
// TriangleDashed aliases
|
|
2670
2672
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2671
2673
|
// TriangleRight aliases
|
|
2672
2674
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2673
2675
|
// Triangle aliases
|
|
2674
2676
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2675
|
-
// TruckElectric aliases
|
|
2676
|
-
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2677
2677
|
// Trophy aliases
|
|
2678
2678
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2679
|
+
// TruckElectric aliases
|
|
2680
|
+
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2679
2681
|
// Truck aliases
|
|
2680
2682
|
export { default as TruckIcon } from '../icons/truck';
|
|
2681
2683
|
// TurkishLira aliases
|
|
@@ -2684,26 +2686,26 @@ export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
|
2684
2686
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2685
2687
|
// Turtle aliases
|
|
2686
2688
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2687
|
-
// Twitch aliases
|
|
2688
|
-
export { default as TwitchIcon } from '../icons/twitch';
|
|
2689
2689
|
// TvMinimalPlay aliases
|
|
2690
2690
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2691
2691
|
// Tv aliases
|
|
2692
2692
|
export { default as TvIcon } from '../icons/tv';
|
|
2693
|
+
// Twitch aliases
|
|
2694
|
+
export { default as TwitchIcon } from '../icons/twitch';
|
|
2693
2695
|
// Twitter aliases
|
|
2694
2696
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2695
2697
|
// TypeOutline aliases
|
|
2696
2698
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2697
2699
|
// Type aliases
|
|
2698
2700
|
export { default as TypeIcon } from '../icons/type';
|
|
2699
|
-
// UmbrellaOff aliases
|
|
2700
|
-
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2701
|
-
// Underline aliases
|
|
2702
|
-
export { default as UnderlineIcon } from '../icons/underline';
|
|
2703
2701
|
// Umbrella aliases
|
|
2704
2702
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2703
|
+
// UmbrellaOff aliases
|
|
2704
|
+
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2705
2705
|
// Undo2 aliases
|
|
2706
2706
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2707
|
+
// Underline aliases
|
|
2708
|
+
export { default as UnderlineIcon } from '../icons/underline';
|
|
2707
2709
|
// UndoDot aliases
|
|
2708
2710
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2709
2711
|
// Undo aliases
|
|
@@ -2716,46 +2718,46 @@ export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
|
2716
2718
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2717
2719
|
// Unlink2 aliases
|
|
2718
2720
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2719
|
-
// Unlink aliases
|
|
2720
|
-
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2721
|
-
// Upload aliases
|
|
2722
|
-
export { default as UploadIcon } from '../icons/upload';
|
|
2723
2721
|
// Unplug aliases
|
|
2724
2722
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2723
|
+
// Unlink aliases
|
|
2724
|
+
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2725
2725
|
// Usb aliases
|
|
2726
2726
|
export { default as UsbIcon } from '../icons/usb';
|
|
2727
|
+
// Upload aliases
|
|
2728
|
+
export { default as UploadIcon } from '../icons/upload';
|
|
2729
|
+
// UserCog aliases
|
|
2730
|
+
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2727
2731
|
// UserCheck aliases
|
|
2728
2732
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2729
2733
|
// UserKey aliases
|
|
2730
2734
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2731
|
-
// UserCog aliases
|
|
2732
|
-
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2733
2735
|
// UserLock aliases
|
|
2734
2736
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2735
2737
|
// UserMinus aliases
|
|
2736
2738
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2737
2739
|
// UserPen aliases
|
|
2738
2740
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2739
|
-
// UserPlus aliases
|
|
2740
|
-
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2741
2741
|
// UserRoundKey aliases
|
|
2742
2742
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2743
2743
|
// UserRoundPen aliases
|
|
2744
2744
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2745
2745
|
// UserRoundSearch aliases
|
|
2746
2746
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2747
|
+
// UserPlus aliases
|
|
2748
|
+
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2747
2749
|
// UserSearch aliases
|
|
2748
2750
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2749
|
-
// UserX aliases
|
|
2750
|
-
export { default as UserXIcon } from '../icons/user-x';
|
|
2751
2751
|
// UserStar aliases
|
|
2752
2752
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2753
2753
|
// User aliases
|
|
2754
2754
|
export { default as UserIcon } from '../icons/user';
|
|
2755
|
-
//
|
|
2756
|
-
export { default as
|
|
2755
|
+
// UserX aliases
|
|
2756
|
+
export { default as UserXIcon } from '../icons/user-x';
|
|
2757
2757
|
// UtilityPole aliases
|
|
2758
2758
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2759
|
+
// Users aliases
|
|
2760
|
+
export { default as UsersIcon } from '../icons/users';
|
|
2759
2761
|
// Van aliases
|
|
2760
2762
|
export { default as VanIcon } from '../icons/van';
|
|
2761
2763
|
// Variable aliases
|
|
@@ -2766,14 +2768,14 @@ export { default as VaultIcon } from '../icons/vault';
|
|
|
2766
2768
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2767
2769
|
// Vegan aliases
|
|
2768
2770
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2769
|
-
// VenetianMask aliases
|
|
2770
|
-
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2771
|
-
// Venus aliases
|
|
2772
|
-
export { default as VenusIcon } from '../icons/venus';
|
|
2773
2771
|
// VenusAndMars aliases
|
|
2774
2772
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2775
2773
|
// VibrateOff aliases
|
|
2776
2774
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2775
|
+
// VenetianMask aliases
|
|
2776
|
+
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2777
|
+
// Venus aliases
|
|
2778
|
+
export { default as VenusIcon } from '../icons/venus';
|
|
2777
2779
|
// Vibrate aliases
|
|
2778
2780
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2779
2781
|
// VideoOff aliases
|
|
@@ -2784,10 +2786,10 @@ export { default as VideoIcon } from '../icons/video';
|
|
|
2784
2786
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2785
2787
|
// View aliases
|
|
2786
2788
|
export { default as ViewIcon } from '../icons/view';
|
|
2787
|
-
// Volleyball aliases
|
|
2788
|
-
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2789
2789
|
// Voicemail aliases
|
|
2790
2790
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2791
|
+
// Volleyball aliases
|
|
2792
|
+
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2791
2793
|
// Volume1 aliases
|
|
2792
2794
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2793
2795
|
// Volume2 aliases
|
|
@@ -2796,46 +2798,46 @@ export { default as Volume2Icon } from '../icons/volume-2';
|
|
|
2796
2798
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2797
2799
|
// VolumeX aliases
|
|
2798
2800
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2799
|
-
// Vote aliases
|
|
2800
|
-
export { default as VoteIcon } from '../icons/vote';
|
|
2801
2801
|
// Volume aliases
|
|
2802
2802
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2803
2803
|
// WalletCards aliases
|
|
2804
2804
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2805
|
+
// Vote aliases
|
|
2806
|
+
export { default as VoteIcon } from '../icons/vote';
|
|
2805
2807
|
// Wallet aliases
|
|
2806
2808
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2807
2809
|
// Wallpaper aliases
|
|
2808
2810
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2809
2811
|
// Wand aliases
|
|
2810
2812
|
export { default as WandIcon } from '../icons/wand';
|
|
2811
|
-
// Warehouse aliases
|
|
2812
|
-
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2813
|
-
// WashingMachine aliases
|
|
2814
|
-
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2815
2813
|
// Watch aliases
|
|
2816
2814
|
export { default as WatchIcon } from '../icons/watch';
|
|
2815
|
+
// WashingMachine aliases
|
|
2816
|
+
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2817
|
+
// Warehouse aliases
|
|
2818
|
+
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2817
2819
|
// WavesArrowDown aliases
|
|
2818
2820
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2819
2821
|
// WavesArrowUp aliases
|
|
2820
2822
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2821
2823
|
// WavesLadder aliases
|
|
2822
2824
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2823
|
-
// Waves aliases
|
|
2824
|
-
export { default as WavesIcon } from '../icons/waves';
|
|
2825
2825
|
// Waypoints aliases
|
|
2826
2826
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2827
|
+
// Waves aliases
|
|
2828
|
+
export { default as WavesIcon } from '../icons/waves';
|
|
2827
2829
|
// Webcam aliases
|
|
2828
2830
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2829
2831
|
// WebhookOff aliases
|
|
2830
2832
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2831
|
-
// Webhook aliases
|
|
2832
|
-
export { default as WebhookIcon } from '../icons/webhook';
|
|
2833
2833
|
// WeightTilde aliases
|
|
2834
2834
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2835
|
-
//
|
|
2836
|
-
export { default as
|
|
2835
|
+
// Webhook aliases
|
|
2836
|
+
export { default as WebhookIcon } from '../icons/webhook';
|
|
2837
2837
|
// Weight aliases
|
|
2838
2838
|
export { default as WeightIcon } from '../icons/weight';
|
|
2839
|
+
// WheatOff aliases
|
|
2840
|
+
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2839
2841
|
// Wheat aliases
|
|
2840
2842
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2841
2843
|
// WholeWord aliases
|
|
@@ -2846,24 +2848,24 @@ export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
|
2846
2848
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2847
2849
|
// WifiLow aliases
|
|
2848
2850
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2849
|
-
// WifiOff aliases
|
|
2850
|
-
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2851
2851
|
// WifiPen aliases
|
|
2852
2852
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2853
|
+
// WifiOff aliases
|
|
2854
|
+
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2853
2855
|
// WifiSync aliases
|
|
2854
2856
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2855
|
-
// WifiZero aliases
|
|
2856
|
-
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2857
2857
|
// Wifi aliases
|
|
2858
2858
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2859
|
+
// WifiZero aliases
|
|
2860
|
+
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2859
2861
|
// WindArrowDown aliases
|
|
2860
2862
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2863
|
+
// Wind aliases
|
|
2864
|
+
export { default as WindIcon } from '../icons/wind';
|
|
2861
2865
|
// WineOff aliases
|
|
2862
2866
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2863
2867
|
// Wine aliases
|
|
2864
2868
|
export { default as WineIcon } from '../icons/wine';
|
|
2865
|
-
// Wind aliases
|
|
2866
|
-
export { default as WindIcon } from '../icons/wind';
|
|
2867
2869
|
// Workflow aliases
|
|
2868
2870
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2869
2871
|
// Worm aliases
|
|
@@ -2872,10 +2874,10 @@ export { default as WormIcon } from '../icons/worm';
|
|
|
2872
2874
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2873
2875
|
// X aliases
|
|
2874
2876
|
export { default as XIcon } from '../icons/x';
|
|
2875
|
-
// Youtube aliases
|
|
2876
|
-
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2877
2877
|
// ZapOff aliases
|
|
2878
2878
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2879
|
+
// Youtube aliases
|
|
2880
|
+
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2879
2881
|
// Zap aliases
|
|
2880
2882
|
export { default as ZapIcon } from '../icons/zap';
|
|
2881
2883
|
// ZoomIn aliases
|
|
@@ -2944,18 +2946,18 @@ export {
|
|
|
2944
2946
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
2945
2947
|
default as ArrowUpZaIcon
|
|
2946
2948
|
} from '../icons/arrow-up-z-a';
|
|
2947
|
-
// BadgeCheck aliases
|
|
2948
|
-
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2949
|
-
export {
|
|
2950
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
2951
|
-
default as VerifiedIcon
|
|
2952
|
-
} from '../icons/badge-check';
|
|
2953
2949
|
// Axis3d aliases
|
|
2954
2950
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2955
2951
|
export {
|
|
2956
2952
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
2957
2953
|
default as Axis3DIcon
|
|
2958
2954
|
} from '../icons/axis-3d';
|
|
2955
|
+
// BadgeCheck aliases
|
|
2956
|
+
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2957
|
+
export {
|
|
2958
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
2959
|
+
default as VerifiedIcon
|
|
2960
|
+
} from '../icons/badge-check';
|
|
2959
2961
|
// BadgeQuestionMark aliases
|
|
2960
2962
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2961
2963
|
export {
|
|
@@ -3004,18 +3006,18 @@ export {
|
|
|
3004
3006
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
3005
3007
|
default as AreaChartIcon
|
|
3006
3008
|
} from '../icons/chart-area';
|
|
3007
|
-
// ChartBar aliases
|
|
3008
|
-
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3009
|
-
export {
|
|
3010
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
3011
|
-
default as BarChartHorizontalIcon
|
|
3012
|
-
} from '../icons/chart-bar';
|
|
3013
3009
|
// ChartCandlestick aliases
|
|
3014
3010
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3015
3011
|
export {
|
|
3016
3012
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
3017
3013
|
default as CandlestickChartIcon
|
|
3018
3014
|
} from '../icons/chart-candlestick';
|
|
3015
|
+
// ChartBar aliases
|
|
3016
|
+
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3017
|
+
export {
|
|
3018
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
3019
|
+
default as BarChartHorizontalIcon
|
|
3020
|
+
} from '../icons/chart-bar';
|
|
3019
3021
|
// ChartColumnBig aliases
|
|
3020
3022
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3021
3023
|
export {
|
|
@@ -3064,18 +3066,18 @@ export {
|
|
|
3064
3066
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
3065
3067
|
default as PieChartIcon
|
|
3066
3068
|
} from '../icons/chart-pie';
|
|
3067
|
-
// Chromium aliases
|
|
3068
|
-
export { default as ChromiumIcon } from '../icons/chromium';
|
|
3069
|
-
export {
|
|
3070
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
3071
|
-
default as ChromeIcon
|
|
3072
|
-
} from '../icons/chromium';
|
|
3073
3069
|
// ChartScatter aliases
|
|
3074
3070
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3075
3071
|
export {
|
|
3076
3072
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3077
3073
|
default as ScatterChartIcon
|
|
3078
3074
|
} from '../icons/chart-scatter';
|
|
3075
|
+
// Chromium aliases
|
|
3076
|
+
export { default as ChromiumIcon } from '../icons/chromium';
|
|
3077
|
+
export {
|
|
3078
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
3079
|
+
default as ChromeIcon
|
|
3080
|
+
} from '../icons/chromium';
|
|
3079
3081
|
// CircleAlert aliases
|
|
3080
3082
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3081
3083
|
export {
|
|
@@ -3106,60 +3108,60 @@ export {
|
|
|
3106
3108
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3107
3109
|
default as ArrowDownRightFromCircleIcon
|
|
3108
3110
|
} from '../icons/circle-arrow-out-down-right';
|
|
3109
|
-
// CircleArrowOutUpLeft aliases
|
|
3110
|
-
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3111
|
-
export {
|
|
3112
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3113
|
-
default as ArrowUpLeftFromCircleIcon
|
|
3114
|
-
} from '../icons/circle-arrow-out-up-left';
|
|
3115
3111
|
// CircleArrowOutUpRight aliases
|
|
3116
3112
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3117
3113
|
export {
|
|
3118
3114
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3119
3115
|
default as ArrowUpRightFromCircleIcon
|
|
3120
3116
|
} from '../icons/circle-arrow-out-up-right';
|
|
3117
|
+
// CircleArrowOutUpLeft aliases
|
|
3118
|
+
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3119
|
+
export {
|
|
3120
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3121
|
+
default as ArrowUpLeftFromCircleIcon
|
|
3122
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
3121
3123
|
// CircleArrowRight aliases
|
|
3122
3124
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3123
3125
|
export {
|
|
3124
3126
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3125
3127
|
default as ArrowRightCircleIcon
|
|
3126
3128
|
} from '../icons/circle-arrow-right';
|
|
3127
|
-
// CircleArrowUp aliases
|
|
3128
|
-
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3129
|
-
export {
|
|
3130
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3131
|
-
default as ArrowUpCircleIcon
|
|
3132
|
-
} from '../icons/circle-arrow-up';
|
|
3133
3129
|
// CircleCheckBig aliases
|
|
3134
3130
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3135
3131
|
export {
|
|
3136
3132
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3137
3133
|
default as CheckCircleIcon
|
|
3138
3134
|
} from '../icons/circle-check-big';
|
|
3139
|
-
//
|
|
3140
|
-
export { default as
|
|
3135
|
+
// CircleArrowUp aliases
|
|
3136
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3141
3137
|
export {
|
|
3142
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3143
|
-
default as
|
|
3144
|
-
} from '../icons/circle-
|
|
3138
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3139
|
+
default as ArrowUpCircleIcon
|
|
3140
|
+
} from '../icons/circle-arrow-up';
|
|
3145
3141
|
// CircleChevronDown aliases
|
|
3146
3142
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3147
3143
|
export {
|
|
3148
3144
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3149
3145
|
default as ChevronDownCircleIcon
|
|
3150
3146
|
} from '../icons/circle-chevron-down';
|
|
3151
|
-
//
|
|
3152
|
-
export { default as
|
|
3147
|
+
// CircleCheck aliases
|
|
3148
|
+
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3153
3149
|
export {
|
|
3154
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3155
|
-
default as
|
|
3156
|
-
} from '../icons/circle-
|
|
3150
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3151
|
+
default as CheckCircle2Icon
|
|
3152
|
+
} from '../icons/circle-check';
|
|
3157
3153
|
// CircleChevronLeft aliases
|
|
3158
3154
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3159
3155
|
export {
|
|
3160
3156
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3161
3157
|
default as ChevronLeftCircleIcon
|
|
3162
3158
|
} from '../icons/circle-chevron-left';
|
|
3159
|
+
// CircleChevronRight aliases
|
|
3160
|
+
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3161
|
+
export {
|
|
3162
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3163
|
+
default as ChevronRightCircleIcon
|
|
3164
|
+
} from '../icons/circle-chevron-right';
|
|
3163
3165
|
// CircleChevronUp aliases
|
|
3164
3166
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3165
3167
|
export {
|
|
@@ -3172,18 +3174,18 @@ export {
|
|
|
3172
3174
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3173
3175
|
default as DivideCircleIcon
|
|
3174
3176
|
} from '../icons/circle-divide';
|
|
3175
|
-
// CircleMinus aliases
|
|
3176
|
-
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3177
|
-
export {
|
|
3178
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3179
|
-
default as MinusCircleIcon
|
|
3180
|
-
} from '../icons/circle-minus';
|
|
3181
3177
|
// CircleGauge aliases
|
|
3182
3178
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3183
3179
|
export {
|
|
3184
3180
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3185
3181
|
default as GaugeCircleIcon
|
|
3186
3182
|
} from '../icons/circle-gauge';
|
|
3183
|
+
// CircleMinus aliases
|
|
3184
|
+
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3185
|
+
export {
|
|
3186
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3187
|
+
default as MinusCircleIcon
|
|
3188
|
+
} from '../icons/circle-minus';
|
|
3187
3189
|
// CircleParkingOff aliases
|
|
3188
3190
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3189
3191
|
export {
|
|
@@ -3284,6 +3286,12 @@ export {
|
|
|
3284
3286
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3285
3287
|
default as DownloadCloudIcon
|
|
3286
3288
|
} from '../icons/cloud-download';
|
|
3289
|
+
// Columns2 aliases
|
|
3290
|
+
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3291
|
+
export {
|
|
3292
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3293
|
+
default as ColumnsIcon
|
|
3294
|
+
} from '../icons/columns-2';
|
|
3287
3295
|
// CloudUpload aliases
|
|
3288
3296
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3289
3297
|
export {
|
|
@@ -3296,12 +3304,6 @@ export {
|
|
|
3296
3304
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
3297
3305
|
default as Code2Icon
|
|
3298
3306
|
} from '../icons/code-xml';
|
|
3299
|
-
// Columns2 aliases
|
|
3300
|
-
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3301
|
-
export {
|
|
3302
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3303
|
-
default as ColumnsIcon
|
|
3304
|
-
} from '../icons/columns-2';
|
|
3305
3307
|
// Columns3Cog aliases
|
|
3306
3308
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3307
3309
|
export {
|
|
@@ -3318,24 +3320,30 @@ export {
|
|
|
3318
3320
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3319
3321
|
default as PanelsLeftRightIcon
|
|
3320
3322
|
} from '../icons/columns-3';
|
|
3321
|
-
// ContactRound aliases
|
|
3322
|
-
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3323
|
-
export {
|
|
3324
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3325
|
-
default as Contact2Icon
|
|
3326
|
-
} from '../icons/contact-round';
|
|
3327
3323
|
// DiamondPercent aliases
|
|
3328
3324
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3329
3325
|
export {
|
|
3330
3326
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3331
3327
|
default as PercentDiamondIcon
|
|
3332
3328
|
} from '../icons/diamond-percent';
|
|
3329
|
+
// ContactRound aliases
|
|
3330
|
+
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3331
|
+
export {
|
|
3332
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3333
|
+
default as Contact2Icon
|
|
3334
|
+
} from '../icons/contact-round';
|
|
3333
3335
|
// Earth aliases
|
|
3334
3336
|
export { default as EarthIcon } from '../icons/earth';
|
|
3335
3337
|
export {
|
|
3336
3338
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3337
3339
|
default as Globe2Icon
|
|
3338
3340
|
} from '../icons/earth';
|
|
3341
|
+
// FileAxis3d aliases
|
|
3342
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3343
|
+
export {
|
|
3344
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3345
|
+
default as FileAxis3DIcon
|
|
3346
|
+
} from '../icons/file-axis-3d';
|
|
3339
3347
|
// EllipsisVertical aliases
|
|
3340
3348
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3341
3349
|
export {
|
|
@@ -3348,12 +3356,6 @@ export {
|
|
|
3348
3356
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3349
3357
|
default as MoreHorizontalIcon
|
|
3350
3358
|
} from '../icons/ellipsis';
|
|
3351
|
-
// FileAxis3d aliases
|
|
3352
|
-
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3353
|
-
export {
|
|
3354
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3355
|
-
default as FileAxis3DIcon
|
|
3356
|
-
} from '../icons/file-axis-3d';
|
|
3357
3359
|
// FileBadge aliases
|
|
3358
3360
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3359
3361
|
export {
|
|
@@ -3384,18 +3386,18 @@ export {
|
|
|
3384
3386
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3385
3387
|
default as FileBarChart2Icon
|
|
3386
3388
|
} from '../icons/file-chart-column';
|
|
3387
|
-
// FileChartPie aliases
|
|
3388
|
-
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3389
|
-
export {
|
|
3390
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3391
|
-
default as FilePieChartIcon
|
|
3392
|
-
} from '../icons/file-chart-pie';
|
|
3393
3389
|
// FileChartLine aliases
|
|
3394
3390
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3395
3391
|
export {
|
|
3396
3392
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3397
3393
|
default as FileLineChartIcon
|
|
3398
3394
|
} from '../icons/file-chart-line';
|
|
3395
|
+
// FileChartPie aliases
|
|
3396
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3397
|
+
export {
|
|
3398
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3399
|
+
default as FilePieChartIcon
|
|
3400
|
+
} from '../icons/file-chart-pie';
|
|
3399
3401
|
// FileCheckCorner aliases
|
|
3400
3402
|
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3401
3403
|
export {
|
|
@@ -3448,12 +3450,6 @@ export {
|
|
|
3448
3450
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
3449
3451
|
default as FileMinus2Icon
|
|
3450
3452
|
} from '../icons/file-minus-corner';
|
|
3451
|
-
// FilePenLine aliases
|
|
3452
|
-
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3453
|
-
export {
|
|
3454
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3455
|
-
default as FileSignatureIcon
|
|
3456
|
-
} from '../icons/file-pen-line';
|
|
3457
3453
|
// FilePen aliases
|
|
3458
3454
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3459
3455
|
export {
|
|
@@ -3466,24 +3462,30 @@ export {
|
|
|
3466
3462
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
3467
3463
|
default as FileVideoIcon
|
|
3468
3464
|
} from '../icons/file-play';
|
|
3465
|
+
// FilePenLine aliases
|
|
3466
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3467
|
+
export {
|
|
3468
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3469
|
+
default as FileSignatureIcon
|
|
3470
|
+
} from '../icons/file-pen-line';
|
|
3469
3471
|
// FilePlusCorner aliases
|
|
3470
3472
|
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3471
3473
|
export {
|
|
3472
3474
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
3473
3475
|
default as FilePlus2Icon
|
|
3474
3476
|
} from '../icons/file-plus-corner';
|
|
3475
|
-
// FileQuestionMark aliases
|
|
3476
|
-
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3477
|
-
export {
|
|
3478
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3479
|
-
default as FileQuestionIcon
|
|
3480
|
-
} from '../icons/file-question-mark';
|
|
3481
3477
|
// FileSearchCorner aliases
|
|
3482
3478
|
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3483
3479
|
export {
|
|
3484
3480
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
3485
3481
|
default as FileSearch2Icon
|
|
3486
3482
|
} from '../icons/file-search-corner';
|
|
3483
|
+
// FileQuestionMark aliases
|
|
3484
|
+
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3485
|
+
export {
|
|
3486
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3487
|
+
default as FileQuestionIcon
|
|
3488
|
+
} from '../icons/file-question-mark';
|
|
3487
3489
|
// FileSignal aliases
|
|
3488
3490
|
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3489
3491
|
export {
|
|
@@ -3596,18 +3598,18 @@ export {
|
|
|
3596
3598
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
3597
3599
|
default as HomeIcon
|
|
3598
3600
|
} from '../icons/house';
|
|
3599
|
-
// IceCreamBowl aliases
|
|
3600
|
-
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3601
|
-
export {
|
|
3602
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3603
|
-
default as IceCream2Icon
|
|
3604
|
-
} from '../icons/ice-cream-bowl';
|
|
3605
3601
|
// IceCreamCone aliases
|
|
3606
3602
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3607
3603
|
export {
|
|
3608
3604
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3609
3605
|
default as IceCreamIcon
|
|
3610
3606
|
} from '../icons/ice-cream-cone';
|
|
3607
|
+
// IceCreamBowl aliases
|
|
3608
|
+
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3609
|
+
export {
|
|
3610
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3611
|
+
default as IceCream2Icon
|
|
3612
|
+
} from '../icons/ice-cream-bowl';
|
|
3611
3613
|
// LaptopMinimal aliases
|
|
3612
3614
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3613
3615
|
export {
|
|
@@ -3652,6 +3654,12 @@ export {
|
|
|
3652
3654
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
3653
3655
|
default as UnlockKeyholeIcon
|
|
3654
3656
|
} from '../icons/lock-keyhole-open';
|
|
3657
|
+
// MapPinPen aliases
|
|
3658
|
+
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3659
|
+
export {
|
|
3660
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
3661
|
+
default as LocationEditIcon
|
|
3662
|
+
} from '../icons/map-pin-pen';
|
|
3655
3663
|
// LockOpen aliases
|
|
3656
3664
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3657
3665
|
export {
|
|
@@ -3664,12 +3672,6 @@ export {
|
|
|
3664
3672
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3665
3673
|
default as MailQuestionIcon
|
|
3666
3674
|
} from '../icons/mail-question-mark';
|
|
3667
|
-
// MapPinPen aliases
|
|
3668
|
-
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3669
|
-
export {
|
|
3670
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
3671
|
-
default as LocationEditIcon
|
|
3672
|
-
} from '../icons/map-pin-pen';
|
|
3673
3675
|
// MessageCircleQuestionMark aliases
|
|
3674
3676
|
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3675
3677
|
export {
|
|
@@ -3754,18 +3756,24 @@ export {
|
|
|
3754
3756
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3755
3757
|
default as PanelTopInactiveIcon
|
|
3756
3758
|
} from '../icons/panel-top-dashed';
|
|
3759
|
+
// PanelsTopLeft aliases
|
|
3760
|
+
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3761
|
+
export {
|
|
3762
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
3763
|
+
default as LayoutIcon
|
|
3764
|
+
} from '../icons/panels-top-left';
|
|
3757
3765
|
// PenLine aliases
|
|
3758
3766
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3759
3767
|
export {
|
|
3760
3768
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3761
3769
|
default as Edit3Icon
|
|
3762
3770
|
} from '../icons/pen-line';
|
|
3763
|
-
//
|
|
3764
|
-
export { default as
|
|
3771
|
+
// RectangleEllipsis aliases
|
|
3772
|
+
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3765
3773
|
export {
|
|
3766
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3767
|
-
default as
|
|
3768
|
-
} from '../icons/
|
|
3774
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3775
|
+
default as FormInputIcon
|
|
3776
|
+
} from '../icons/rectangle-ellipsis';
|
|
3769
3777
|
// Pen aliases
|
|
3770
3778
|
export { default as PenIcon } from '../icons/pen';
|
|
3771
3779
|
export {
|
|
@@ -3778,18 +3786,6 @@ export {
|
|
|
3778
3786
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3779
3787
|
default as PlugZap2Icon
|
|
3780
3788
|
} from '../icons/plug-zap';
|
|
3781
|
-
// RectangleEllipsis aliases
|
|
3782
|
-
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3783
|
-
export {
|
|
3784
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3785
|
-
default as FormInputIcon
|
|
3786
|
-
} from '../icons/rectangle-ellipsis';
|
|
3787
|
-
// Rotate3d aliases
|
|
3788
|
-
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3789
|
-
export {
|
|
3790
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3791
|
-
default as Rotate3DIcon
|
|
3792
|
-
} from '../icons/rotate-3d';
|
|
3793
3789
|
// Rows2 aliases
|
|
3794
3790
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3795
3791
|
export {
|
|
@@ -3802,18 +3798,24 @@ export {
|
|
|
3802
3798
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3803
3799
|
default as PanelsTopBottomIcon
|
|
3804
3800
|
} from '../icons/rows-3';
|
|
3805
|
-
// SendHorizontal aliases
|
|
3806
|
-
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3807
|
-
export {
|
|
3808
|
-
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3809
|
-
default as SendHorizonalIcon
|
|
3810
|
-
} from '../icons/send-horizontal';
|
|
3811
3801
|
// Scale3d aliases
|
|
3812
3802
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3813
3803
|
export {
|
|
3814
3804
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3815
3805
|
default as Scale3DIcon
|
|
3816
3806
|
} from '../icons/scale-3d';
|
|
3807
|
+
// Rotate3d aliases
|
|
3808
|
+
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3809
|
+
export {
|
|
3810
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3811
|
+
default as Rotate3DIcon
|
|
3812
|
+
} from '../icons/rotate-3d';
|
|
3813
|
+
// SendHorizontal aliases
|
|
3814
|
+
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3815
|
+
export {
|
|
3816
|
+
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3817
|
+
default as SendHorizonalIcon
|
|
3818
|
+
} from '../icons/send-horizontal';
|
|
3817
3819
|
// ShieldQuestionMark aliases
|
|
3818
3820
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3819
3821
|
export {
|
|
@@ -3838,30 +3840,30 @@ export {
|
|
|
3838
3840
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3839
3841
|
default as StarsIcon
|
|
3840
3842
|
} from '../icons/sparkles';
|
|
3841
|
-
// SquareArrowDownLeft aliases
|
|
3842
|
-
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3843
|
-
export {
|
|
3844
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3845
|
-
default as ArrowDownLeftSquareIcon
|
|
3846
|
-
} from '../icons/square-arrow-down-left';
|
|
3847
|
-
// SquareArrowDownRight aliases
|
|
3848
|
-
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3849
|
-
export {
|
|
3850
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3851
|
-
default as ArrowDownRightSquareIcon
|
|
3852
|
-
} from '../icons/square-arrow-down-right';
|
|
3853
3843
|
// SquareActivity aliases
|
|
3854
3844
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3855
3845
|
export {
|
|
3856
3846
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3857
3847
|
default as ActivitySquareIcon
|
|
3858
3848
|
} from '../icons/square-activity';
|
|
3849
|
+
// SquareArrowDownLeft aliases
|
|
3850
|
+
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3851
|
+
export {
|
|
3852
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3853
|
+
default as ArrowDownLeftSquareIcon
|
|
3854
|
+
} from '../icons/square-arrow-down-left';
|
|
3859
3855
|
// SquareArrowDown aliases
|
|
3860
3856
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3861
3857
|
export {
|
|
3862
3858
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3863
3859
|
default as ArrowDownSquareIcon
|
|
3864
3860
|
} from '../icons/square-arrow-down';
|
|
3861
|
+
// SquareArrowDownRight aliases
|
|
3862
|
+
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3863
|
+
export {
|
|
3864
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3865
|
+
default as ArrowDownRightSquareIcon
|
|
3866
|
+
} from '../icons/square-arrow-down-right';
|
|
3865
3867
|
// SquareArrowLeft aliases
|
|
3866
3868
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3867
3869
|
export {
|
|
@@ -3886,36 +3888,36 @@ export {
|
|
|
3886
3888
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3887
3889
|
default as ArrowUpLeftFromSquareIcon
|
|
3888
3890
|
} from '../icons/square-arrow-out-up-left';
|
|
3889
|
-
// SquareArrowOutUpRight aliases
|
|
3890
|
-
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3891
|
-
export {
|
|
3892
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3893
|
-
default as ArrowUpRightFromSquareIcon
|
|
3894
|
-
} from '../icons/square-arrow-out-up-right';
|
|
3895
3891
|
// SquareArrowRight aliases
|
|
3896
3892
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3897
3893
|
export {
|
|
3898
3894
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3899
3895
|
default as ArrowRightSquareIcon
|
|
3900
3896
|
} from '../icons/square-arrow-right';
|
|
3897
|
+
// SquareArrowOutUpRight aliases
|
|
3898
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3899
|
+
export {
|
|
3900
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3901
|
+
default as ArrowUpRightFromSquareIcon
|
|
3902
|
+
} from '../icons/square-arrow-out-up-right';
|
|
3901
3903
|
// SquareArrowUpLeft aliases
|
|
3902
3904
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3903
3905
|
export {
|
|
3904
3906
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
3905
3907
|
default as ArrowUpLeftSquareIcon
|
|
3906
3908
|
} from '../icons/square-arrow-up-left';
|
|
3907
|
-
// SquareArrowUp aliases
|
|
3908
|
-
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3909
|
-
export {
|
|
3910
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3911
|
-
default as ArrowUpSquareIcon
|
|
3912
|
-
} from '../icons/square-arrow-up';
|
|
3913
3909
|
// SquareArrowUpRight aliases
|
|
3914
3910
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3915
3911
|
export {
|
|
3916
3912
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
3917
3913
|
default as ArrowUpRightSquareIcon
|
|
3918
3914
|
} from '../icons/square-arrow-up-right';
|
|
3915
|
+
// SquareArrowUp aliases
|
|
3916
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3917
|
+
export {
|
|
3918
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3919
|
+
default as ArrowUpSquareIcon
|
|
3920
|
+
} from '../icons/square-arrow-up';
|
|
3919
3921
|
// SquareAsterisk aliases
|
|
3920
3922
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3921
3923
|
export {
|
|
@@ -3928,6 +3930,12 @@ export {
|
|
|
3928
3930
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
3929
3931
|
default as ScissorsSquareDashedBottomIcon
|
|
3930
3932
|
} from '../icons/square-bottom-dashed-scissors';
|
|
3933
|
+
// SquareCheck aliases
|
|
3934
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3935
|
+
export {
|
|
3936
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
3937
|
+
default as CheckSquare2Icon
|
|
3938
|
+
} from '../icons/square-check';
|
|
3931
3939
|
// SquareChartGantt aliases
|
|
3932
3940
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3933
3941
|
export {
|
|
@@ -3944,12 +3952,6 @@ export {
|
|
|
3944
3952
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3945
3953
|
default as CheckSquareIcon
|
|
3946
3954
|
} from '../icons/square-check-big';
|
|
3947
|
-
// SquareCheck aliases
|
|
3948
|
-
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3949
|
-
export {
|
|
3950
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
3951
|
-
default as CheckSquare2Icon
|
|
3952
|
-
} from '../icons/square-check';
|
|
3953
3955
|
// SquareChevronDown aliases
|
|
3954
3956
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3955
3957
|
export {
|
|
@@ -3962,12 +3964,6 @@ export {
|
|
|
3962
3964
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3963
3965
|
default as ChevronLeftSquareIcon
|
|
3964
3966
|
} from '../icons/square-chevron-left';
|
|
3965
|
-
// SquareChevronRight aliases
|
|
3966
|
-
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3967
|
-
export {
|
|
3968
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
3969
|
-
default as ChevronRightSquareIcon
|
|
3970
|
-
} from '../icons/square-chevron-right';
|
|
3971
3967
|
// SquareChevronUp aliases
|
|
3972
3968
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3973
3969
|
export {
|
|
@@ -3980,18 +3976,24 @@ export {
|
|
|
3980
3976
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
3981
3977
|
default as CodeSquareIcon
|
|
3982
3978
|
} from '../icons/square-code';
|
|
3983
|
-
//
|
|
3984
|
-
export { default as
|
|
3979
|
+
// SquareChevronRight aliases
|
|
3980
|
+
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3985
3981
|
export {
|
|
3986
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3987
|
-
default as
|
|
3988
|
-
} from '../icons/square-
|
|
3982
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
3983
|
+
default as ChevronRightSquareIcon
|
|
3984
|
+
} from '../icons/square-chevron-right';
|
|
3989
3985
|
// SquareDashedKanban aliases
|
|
3990
3986
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3991
3987
|
export {
|
|
3992
3988
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
3993
3989
|
default as KanbanSquareDashedIcon
|
|
3994
3990
|
} from '../icons/square-dashed-kanban';
|
|
3991
|
+
// SquareDashedMousePointer aliases
|
|
3992
|
+
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3993
|
+
export {
|
|
3994
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
3995
|
+
default as MousePointerSquareDashedIcon
|
|
3996
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
3995
3997
|
// SquareDashed aliases
|
|
3996
3998
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3997
3999
|
export {
|
|
@@ -4010,18 +4012,18 @@ export {
|
|
|
4010
4012
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
4011
4013
|
default as DotSquareIcon
|
|
4012
4014
|
} from '../icons/square-dot';
|
|
4013
|
-
// SquareEqual aliases
|
|
4014
|
-
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4015
|
-
export {
|
|
4016
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
4017
|
-
default as EqualSquareIcon
|
|
4018
|
-
} from '../icons/square-equal';
|
|
4019
4015
|
// SquareFunction aliases
|
|
4020
4016
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4021
4017
|
export {
|
|
4022
4018
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
4023
4019
|
default as FunctionSquareIcon
|
|
4024
4020
|
} from '../icons/square-function';
|
|
4021
|
+
// SquareEqual aliases
|
|
4022
|
+
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4023
|
+
export {
|
|
4024
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
4025
|
+
default as EqualSquareIcon
|
|
4026
|
+
} from '../icons/square-equal';
|
|
4025
4027
|
// SquareKanban aliases
|
|
4026
4028
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4027
4029
|
export {
|
|
@@ -4046,6 +4048,12 @@ export {
|
|
|
4046
4048
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
4047
4049
|
default as MinusSquareIcon
|
|
4048
4050
|
} from '../icons/square-minus';
|
|
4051
|
+
// SquareParkingOff aliases
|
|
4052
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4053
|
+
export {
|
|
4054
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
4055
|
+
default as ParkingSquareOffIcon
|
|
4056
|
+
} from '../icons/square-parking-off';
|
|
4049
4057
|
// SquareMenu aliases
|
|
4050
4058
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4051
4059
|
export {
|
|
@@ -4058,12 +4066,6 @@ export {
|
|
|
4058
4066
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
4059
4067
|
default as InspectIcon
|
|
4060
4068
|
} from '../icons/square-mouse-pointer';
|
|
4061
|
-
// SquareParkingOff aliases
|
|
4062
|
-
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4063
|
-
export {
|
|
4064
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
4065
|
-
default as ParkingSquareOffIcon
|
|
4066
|
-
} from '../icons/square-parking-off';
|
|
4067
4069
|
// SquareParking aliases
|
|
4068
4070
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4069
4071
|
export {
|
|
@@ -4084,6 +4086,12 @@ export {
|
|
|
4084
4086
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
4085
4087
|
default as PenSquareIcon
|
|
4086
4088
|
} from '../icons/square-pen';
|
|
4089
|
+
// SquarePi aliases
|
|
4090
|
+
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4091
|
+
export {
|
|
4092
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
4093
|
+
default as PiSquareIcon
|
|
4094
|
+
} from '../icons/square-pi';
|
|
4087
4095
|
// SquarePercent aliases
|
|
4088
4096
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4089
4097
|
export {
|
|
@@ -4096,36 +4104,24 @@ export {
|
|
|
4096
4104
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4097
4105
|
default as PilcrowSquareIcon
|
|
4098
4106
|
} from '../icons/square-pilcrow';
|
|
4099
|
-
// SquarePi aliases
|
|
4100
|
-
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4101
|
-
export {
|
|
4102
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
4103
|
-
default as PiSquareIcon
|
|
4104
|
-
} from '../icons/square-pi';
|
|
4105
|
-
// SquarePlus aliases
|
|
4106
|
-
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4107
|
-
export {
|
|
4108
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
4109
|
-
default as PlusSquareIcon
|
|
4110
|
-
} from '../icons/square-plus';
|
|
4111
4107
|
// SquarePlay aliases
|
|
4112
4108
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4113
4109
|
export {
|
|
4114
4110
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
4115
4111
|
default as PlaySquareIcon
|
|
4116
4112
|
} from '../icons/square-play';
|
|
4117
|
-
// SquareScissors aliases
|
|
4118
|
-
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4119
|
-
export {
|
|
4120
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
4121
|
-
default as ScissorsSquareIcon
|
|
4122
|
-
} from '../icons/square-scissors';
|
|
4123
4113
|
// SquarePower aliases
|
|
4124
4114
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4125
4115
|
export {
|
|
4126
4116
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4127
4117
|
default as PowerSquareIcon
|
|
4128
4118
|
} from '../icons/square-power';
|
|
4119
|
+
// SquarePlus aliases
|
|
4120
|
+
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4121
|
+
export {
|
|
4122
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
4123
|
+
default as PlusSquareIcon
|
|
4124
|
+
} from '../icons/square-plus';
|
|
4129
4125
|
// SquareSigma aliases
|
|
4130
4126
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4131
4127
|
export {
|
|
@@ -4138,60 +4134,66 @@ export {
|
|
|
4138
4134
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4139
4135
|
default as SlashSquareIcon
|
|
4140
4136
|
} from '../icons/square-slash';
|
|
4137
|
+
// SquareScissors aliases
|
|
4138
|
+
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4139
|
+
export {
|
|
4140
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
4141
|
+
default as ScissorsSquareIcon
|
|
4142
|
+
} from '../icons/square-scissors';
|
|
4141
4143
|
// SquareSplitHorizontal aliases
|
|
4142
4144
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4143
4145
|
export {
|
|
4144
4146
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
4145
4147
|
default as SplitSquareHorizontalIcon
|
|
4146
4148
|
} from '../icons/square-split-horizontal';
|
|
4147
|
-
// SquareSplitVertical aliases
|
|
4148
|
-
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4149
|
-
export {
|
|
4150
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
4151
|
-
default as SplitSquareVerticalIcon
|
|
4152
|
-
} from '../icons/square-split-vertical';
|
|
4153
4149
|
// SquareTerminal aliases
|
|
4154
4150
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4155
4151
|
export {
|
|
4156
4152
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
4157
4153
|
default as TerminalSquareIcon
|
|
4158
4154
|
} from '../icons/square-terminal';
|
|
4155
|
+
// SquareSplitVertical aliases
|
|
4156
|
+
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4157
|
+
export {
|
|
4158
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
4159
|
+
default as SplitSquareVerticalIcon
|
|
4160
|
+
} from '../icons/square-split-vertical';
|
|
4159
4161
|
// SquareUserRound aliases
|
|
4160
4162
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4161
4163
|
export {
|
|
4162
4164
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
4163
4165
|
default as UserSquare2Icon
|
|
4164
4166
|
} from '../icons/square-user-round';
|
|
4165
|
-
// SquareX aliases
|
|
4166
|
-
export { default as SquareXIcon } from '../icons/square-x';
|
|
4167
|
-
export {
|
|
4168
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
4169
|
-
default as XSquareIcon
|
|
4170
|
-
} from '../icons/square-x';
|
|
4171
4167
|
// SquareUser aliases
|
|
4172
4168
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4173
4169
|
export {
|
|
4174
4170
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
4175
4171
|
default as UserSquareIcon
|
|
4176
4172
|
} from '../icons/square-user';
|
|
4173
|
+
// SquareX aliases
|
|
4174
|
+
export { default as SquareXIcon } from '../icons/square-x';
|
|
4175
|
+
export {
|
|
4176
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
4177
|
+
default as XSquareIcon
|
|
4178
|
+
} from '../icons/square-x';
|
|
4177
4179
|
// TestTubeDiagonal aliases
|
|
4178
4180
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4179
4181
|
export {
|
|
4180
4182
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
4181
4183
|
default as TestTube2Icon
|
|
4182
4184
|
} from '../icons/test-tube-diagonal';
|
|
4183
|
-
// TextAlignCenter aliases
|
|
4184
|
-
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4185
|
-
export {
|
|
4186
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4187
|
-
default as AlignCenterIcon
|
|
4188
|
-
} from '../icons/text-align-center';
|
|
4189
4185
|
// TextAlignEnd aliases
|
|
4190
4186
|
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4191
4187
|
export {
|
|
4192
4188
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4193
4189
|
default as AlignRightIcon
|
|
4194
4190
|
} from '../icons/text-align-end';
|
|
4191
|
+
// TextAlignCenter aliases
|
|
4192
|
+
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4193
|
+
export {
|
|
4194
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4195
|
+
default as AlignCenterIcon
|
|
4196
|
+
} from '../icons/text-align-center';
|
|
4195
4197
|
// TextAlignJustify aliases
|
|
4196
4198
|
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4197
4199
|
export {
|
|
@@ -4280,6 +4282,12 @@ export {
|
|
|
4280
4282
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4281
4283
|
default as UserPlus2Icon
|
|
4282
4284
|
} from '../icons/user-round-plus';
|
|
4285
|
+
// UserRound aliases
|
|
4286
|
+
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4287
|
+
export {
|
|
4288
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4289
|
+
default as User2Icon
|
|
4290
|
+
} from '../icons/user-round';
|
|
4283
4291
|
// UserRoundX aliases
|
|
4284
4292
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4285
4293
|
export {
|
|
@@ -4292,24 +4300,18 @@ export {
|
|
|
4292
4300
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
4293
4301
|
default as Users2Icon
|
|
4294
4302
|
} from '../icons/users-round';
|
|
4295
|
-
//
|
|
4296
|
-
export { default as
|
|
4303
|
+
// Utensils aliases
|
|
4304
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4297
4305
|
export {
|
|
4298
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4299
|
-
default as
|
|
4300
|
-
} from '../icons/
|
|
4306
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4307
|
+
default as ForkKnifeIcon
|
|
4308
|
+
} from '../icons/utensils';
|
|
4301
4309
|
// UtensilsCrossed aliases
|
|
4302
4310
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4303
4311
|
export {
|
|
4304
4312
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4305
4313
|
default as ForkKnifeCrossedIcon
|
|
4306
4314
|
} from '../icons/utensils-crossed';
|
|
4307
|
-
// Utensils aliases
|
|
4308
|
-
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4309
|
-
export {
|
|
4310
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4311
|
-
default as ForkKnifeIcon
|
|
4312
|
-
} from '../icons/utensils';
|
|
4313
4315
|
// WalletMinimal aliases
|
|
4314
4316
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4315
4317
|
export {
|