@lucide/astro 0.565.0 → 0.567.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 +178 -178
- package/src/aliases/prefixed.ts +740 -736
- package/src/aliases/suffixed.ts +1099 -1095
- package/src/icons/forklift.ts +2 -2
- package/src/icons/gift.ts +2 -2
- package/src/icons/globe-off.ts +18 -0
- package/src/icons/index.ts +179 -177
- package/src/icons/line-dot-right-horizontal.ts +18 -0
- package/src/icons/rocket.ts +2 -2
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
// AArrowUp aliases
|
|
2
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
3
|
-
// ALargeSmall aliases
|
|
4
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
1
|
// AArrowDown aliases
|
|
6
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
+
// AArrowUp aliases
|
|
4
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
7
5
|
// Accessibility aliases
|
|
8
6
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
|
+
// ALargeSmall aliases
|
|
8
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
|
-
// Airplay aliases
|
|
12
|
-
export { default as AirplayIcon } from '../icons/airplay';
|
|
13
11
|
// AirVent aliases
|
|
14
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
|
+
// Airplay aliases
|
|
14
|
+
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
15
|
// AlarmClockOff aliases
|
|
16
16
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
17
17
|
// AlarmClock aliases
|
|
@@ -22,28 +22,28 @@ export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
|
22
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
23
|
// AlignCenterHorizontal aliases
|
|
24
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
|
-
// AlignCenterVertical aliases
|
|
26
|
-
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
25
|
// AlignEndHorizontal aliases
|
|
28
26
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
27
|
+
// AlignCenterVertical aliases
|
|
28
|
+
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
29
29
|
// AlignEndVertical aliases
|
|
30
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
31
|
// AlignHorizontalDistributeCenter aliases
|
|
32
32
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
33
|
// AlignHorizontalDistributeEnd aliases
|
|
34
34
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
|
-
// AlignHorizontalDistributeStart aliases
|
|
36
|
-
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
35
|
// AlignHorizontalJustifyCenter aliases
|
|
38
36
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
37
|
+
// AlignHorizontalDistributeStart aliases
|
|
38
|
+
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
39
|
// AlignHorizontalJustifyEnd aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
41
41
|
// AlignHorizontalJustifyStart aliases
|
|
42
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
|
-
// AlignHorizontalSpaceAround aliases
|
|
44
|
-
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
43
|
// AlignHorizontalSpaceBetween aliases
|
|
46
44
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
45
|
+
// AlignHorizontalSpaceAround aliases
|
|
46
|
+
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
47
|
// AlignStartHorizontal aliases
|
|
48
48
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
49
49
|
// AlignStartVertical aliases
|
|
@@ -60,26 +60,26 @@ export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-
|
|
|
60
60
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
61
61
|
// AlignVerticalJustifyStart aliases
|
|
62
62
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
63
|
-
// AlignVerticalSpaceBetween aliases
|
|
64
|
-
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
65
63
|
// AlignVerticalSpaceAround aliases
|
|
66
64
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
65
|
+
// AlignVerticalSpaceBetween aliases
|
|
66
|
+
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
67
67
|
// Ambulance aliases
|
|
68
68
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
69
69
|
// Ampersand aliases
|
|
70
70
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
71
|
-
// Ampersands aliases
|
|
72
|
-
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
73
71
|
// Amphora aliases
|
|
74
72
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
|
-
//
|
|
76
|
-
export { default as
|
|
77
|
-
// Antenna aliases
|
|
78
|
-
export { default as AntennaIcon } from '../icons/antenna';
|
|
73
|
+
// Ampersands aliases
|
|
74
|
+
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
79
75
|
// Anchor aliases
|
|
80
76
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
|
+
// Angry aliases
|
|
78
|
+
export { default as AngryIcon } from '../icons/angry';
|
|
81
79
|
// Annoyed aliases
|
|
82
80
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
81
|
+
// Antenna aliases
|
|
82
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
83
83
|
// Anvil aliases
|
|
84
84
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
85
|
// Aperture aliases
|
|
@@ -92,10 +92,10 @@ export { default as AppWindowIcon } from '../icons/app-window';
|
|
|
92
92
|
export { default as AppleIcon } from '../icons/apple';
|
|
93
93
|
// ArchiveRestore aliases
|
|
94
94
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
|
-
// Archive aliases
|
|
96
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
97
95
|
// ArchiveX aliases
|
|
98
96
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
97
|
+
// Archive aliases
|
|
98
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
99
|
// Armchair aliases
|
|
100
100
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
101
|
// ArrowBigDownDash aliases
|
|
@@ -110,16 +110,16 @@ export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
|
110
110
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
111
|
// ArrowBigRight aliases
|
|
112
112
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
|
-
// ArrowDownFromLine aliases
|
|
114
|
-
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
115
113
|
// ArrowBigUpDash aliases
|
|
116
114
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
117
115
|
// ArrowBigUp aliases
|
|
118
116
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
119
|
-
//
|
|
120
|
-
export { default as
|
|
117
|
+
// ArrowDownFromLine aliases
|
|
118
|
+
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
121
119
|
// ArrowDownLeft aliases
|
|
122
120
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
121
|
+
// ArrowDownNarrowWide aliases
|
|
122
|
+
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
123
|
// ArrowDownToDot aliases
|
|
124
124
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
125
125
|
// ArrowDownRight aliases
|
|
@@ -134,38 +134,38 @@ export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
|
134
134
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
135
135
|
// ArrowLeftRight aliases
|
|
136
136
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
137
|
-
// ArrowLeftToLine aliases
|
|
138
|
-
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
137
|
// ArrowLeft aliases
|
|
140
138
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
139
|
+
// ArrowLeftToLine aliases
|
|
140
|
+
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
141
141
|
// ArrowRightFromLine aliases
|
|
142
142
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
143
143
|
// ArrowRightLeft aliases
|
|
144
144
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
|
+
// ArrowUpDown aliases
|
|
146
|
+
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
145
147
|
// ArrowRightToLine aliases
|
|
146
148
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
149
|
+
// ArrowUpFromDot aliases
|
|
150
|
+
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
147
151
|
// ArrowRight aliases
|
|
148
152
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
149
|
-
// ArrowUpDown aliases
|
|
150
|
-
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
153
|
// ArrowUpFromLine aliases
|
|
152
154
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
153
|
-
//
|
|
154
|
-
export { default as
|
|
155
|
+
// ArrowUpLeft aliases
|
|
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
|
-
// ArrowUpToLine aliases
|
|
158
|
-
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
159
159
|
// ArrowUpWideNarrow aliases
|
|
160
160
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
161
|
-
//
|
|
162
|
-
export { default as
|
|
161
|
+
// ArrowUpToLine aliases
|
|
162
|
+
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
163
163
|
// ArrowUp aliases
|
|
164
164
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
165
|
-
// ArrowsUpFromLine aliases
|
|
166
|
-
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
165
|
// Asterisk aliases
|
|
168
166
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
167
|
+
// ArrowsUpFromLine aliases
|
|
168
|
+
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
169
169
|
// AtSign aliases
|
|
170
170
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
171
171
|
// Atom aliases
|
|
@@ -180,14 +180,14 @@ export { default as AwardIcon } from '../icons/award';
|
|
|
180
180
|
export { default as AxeIcon } from '../icons/axe';
|
|
181
181
|
// Baby aliases
|
|
182
182
|
export { default as BabyIcon } from '../icons/baby';
|
|
183
|
-
// Backpack aliases
|
|
184
|
-
export { default as BackpackIcon } from '../icons/backpack';
|
|
185
183
|
// BadgeAlert aliases
|
|
186
184
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
187
|
-
//
|
|
188
|
-
export { default as
|
|
185
|
+
// Backpack aliases
|
|
186
|
+
export { default as BackpackIcon } from '../icons/backpack';
|
|
189
187
|
// BadgeDollarSign aliases
|
|
190
188
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
189
|
+
// BadgeCent aliases
|
|
190
|
+
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
191
191
|
// BadgeIndianRupee aliases
|
|
192
192
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
193
193
|
// BadgeEuro aliases
|
|
@@ -196,30 +196,30 @@ export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
|
196
196
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
197
197
|
// BadgeJapaneseYen aliases
|
|
198
198
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
199
|
-
// BadgeMinus aliases
|
|
200
|
-
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
201
|
-
// BadgePoundSterling aliases
|
|
202
|
-
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
203
199
|
// BadgePercent aliases
|
|
204
200
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
201
|
+
// BadgeMinus aliases
|
|
202
|
+
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
205
203
|
// BadgePlus aliases
|
|
206
204
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
205
|
+
// BadgePoundSterling aliases
|
|
206
|
+
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
207
207
|
// BadgeSwissFranc aliases
|
|
208
208
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
209
|
-
// BadgeX aliases
|
|
210
|
-
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
211
|
-
// BadgeTurkishLira aliases
|
|
212
|
-
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
213
209
|
// BadgeRussianRuble aliases
|
|
214
210
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
215
|
-
//
|
|
216
|
-
export { default as
|
|
211
|
+
// BadgeTurkishLira aliases
|
|
212
|
+
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
213
|
+
// BadgeX aliases
|
|
214
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
217
215
|
// BaggageClaim aliases
|
|
218
216
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
219
|
-
// Balloon aliases
|
|
220
|
-
export { default as BalloonIcon } from '../icons/balloon';
|
|
221
217
|
// Ban aliases
|
|
222
218
|
export { default as BanIcon } from '../icons/ban';
|
|
219
|
+
// Badge aliases
|
|
220
|
+
export { default as BadgeIcon } from '../icons/badge';
|
|
221
|
+
// Balloon aliases
|
|
222
|
+
export { default as BalloonIcon } from '../icons/balloon';
|
|
223
223
|
// Banana aliases
|
|
224
224
|
export { default as BananaIcon } from '../icons/banana';
|
|
225
225
|
// Bandage aliases
|
|
@@ -234,88 +234,88 @@ export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
|
234
234
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
235
235
|
// Barcode aliases
|
|
236
236
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
237
|
-
// Barrel aliases
|
|
238
|
-
export { default as BarrelIcon } from '../icons/barrel';
|
|
239
237
|
// Baseline aliases
|
|
240
238
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
239
|
+
// Barrel aliases
|
|
240
|
+
export { default as BarrelIcon } from '../icons/barrel';
|
|
241
241
|
// Bath aliases
|
|
242
242
|
export { default as BathIcon } from '../icons/bath';
|
|
243
243
|
// BatteryCharging aliases
|
|
244
244
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
245
245
|
// BatteryFull aliases
|
|
246
246
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
247
|
-
// BatteryLow aliases
|
|
248
|
-
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
249
247
|
// BatteryMedium aliases
|
|
250
248
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
251
|
-
//
|
|
252
|
-
export { default as
|
|
249
|
+
// BatteryLow aliases
|
|
250
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
253
251
|
// BatteryWarning aliases
|
|
254
252
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
253
|
+
// BatteryPlus aliases
|
|
254
|
+
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
255
255
|
// Battery aliases
|
|
256
256
|
export { default as BatteryIcon } from '../icons/battery';
|
|
257
257
|
// Beaker aliases
|
|
258
258
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
259
259
|
// BeanOff aliases
|
|
260
260
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
261
|
-
// Bean aliases
|
|
262
|
-
export { default as BeanIcon } from '../icons/bean';
|
|
263
261
|
// BedDouble aliases
|
|
264
262
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
265
|
-
//
|
|
266
|
-
export { default as
|
|
263
|
+
// Bean aliases
|
|
264
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
267
265
|
// BedSingle aliases
|
|
268
266
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
267
|
+
// Bed aliases
|
|
268
|
+
export { default as BedIcon } from '../icons/bed';
|
|
269
269
|
// Beef aliases
|
|
270
270
|
export { default as BeefIcon } from '../icons/beef';
|
|
271
271
|
// BeerOff aliases
|
|
272
272
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
273
273
|
// Beer aliases
|
|
274
274
|
export { default as BeerIcon } from '../icons/beer';
|
|
275
|
-
// BellDot aliases
|
|
276
|
-
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
277
275
|
// BellElectric aliases
|
|
278
276
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
279
277
|
// BellMinus aliases
|
|
280
278
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
281
279
|
// BellOff aliases
|
|
282
280
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
281
|
+
// BellDot aliases
|
|
282
|
+
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
283
283
|
// BellPlus aliases
|
|
284
284
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
285
285
|
// BellRing aliases
|
|
286
286
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
287
287
|
// Bell aliases
|
|
288
288
|
export { default as BellIcon } from '../icons/bell';
|
|
289
|
+
// BetweenVerticalStart aliases
|
|
290
|
+
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
289
291
|
// BetweenVerticalEnd aliases
|
|
290
292
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
291
293
|
// BicepsFlexed aliases
|
|
292
294
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
293
|
-
// BetweenVerticalStart aliases
|
|
294
|
-
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
295
|
-
// Bike aliases
|
|
296
|
-
export { default as BikeIcon } from '../icons/bike';
|
|
297
295
|
// Binary aliases
|
|
298
296
|
export { default as BinaryIcon } from '../icons/binary';
|
|
299
|
-
//
|
|
300
|
-
export { default as
|
|
297
|
+
// Bike aliases
|
|
298
|
+
export { default as BikeIcon } from '../icons/bike';
|
|
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
|
// Bird aliases
|
|
304
304
|
export { default as BirdIcon } from '../icons/bird';
|
|
305
|
-
// Bitcoin aliases
|
|
306
|
-
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
307
305
|
// Birdhouse aliases
|
|
308
306
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
307
|
+
// Bitcoin aliases
|
|
308
|
+
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
309
309
|
// Blend aliases
|
|
310
310
|
export { default as BlendIcon } from '../icons/blend';
|
|
311
|
-
// Blocks aliases
|
|
312
|
-
export { default as BlocksIcon } from '../icons/blocks';
|
|
313
311
|
// Blinds aliases
|
|
314
312
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
315
|
-
//
|
|
316
|
-
export { default as
|
|
313
|
+
// Blocks aliases
|
|
314
|
+
export { default as BlocksIcon } from '../icons/blocks';
|
|
317
315
|
// BluetoothOff aliases
|
|
318
316
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
317
|
+
// BluetoothConnected aliases
|
|
318
|
+
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
319
319
|
// BluetoothSearching aliases
|
|
320
320
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
321
321
|
// Bold aliases
|
|
@@ -342,16 +342,16 @@ export { default as BookCopyIcon } from '../icons/book-copy';
|
|
|
342
342
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
343
343
|
// BookHeadphones aliases
|
|
344
344
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
345
|
-
// BookHeart aliases
|
|
346
|
-
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
347
345
|
// BookImage aliases
|
|
348
346
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
349
|
-
//
|
|
350
|
-
export { default as
|
|
351
|
-
// BookLock aliases
|
|
352
|
-
export { default as BookLockIcon } from '../icons/book-lock';
|
|
347
|
+
// BookHeart aliases
|
|
348
|
+
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
353
349
|
// BookMarked aliases
|
|
354
350
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
351
|
+
// BookLock aliases
|
|
352
|
+
export { default as BookLockIcon } from '../icons/book-lock';
|
|
353
|
+
// BookKey aliases
|
|
354
|
+
export { default as BookKeyIcon } from '../icons/book-key';
|
|
355
355
|
// BookMinus aliases
|
|
356
356
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
357
357
|
// BookOpenCheck aliases
|
|
@@ -362,26 +362,26 @@ export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
|
362
362
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
363
363
|
// BookPlus aliases
|
|
364
364
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
365
|
+
// BookText aliases
|
|
366
|
+
export { default as BookTextIcon } from '../icons/book-text';
|
|
365
367
|
// BookSearch aliases
|
|
366
368
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
367
369
|
// BookType aliases
|
|
368
370
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
369
|
-
// BookText aliases
|
|
370
|
-
export { default as BookTextIcon } from '../icons/book-text';
|
|
371
|
-
// BookUp aliases
|
|
372
|
-
export { default as BookUpIcon } from '../icons/book-up';
|
|
373
371
|
// BookUp2 aliases
|
|
374
372
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
|
+
// BookUp aliases
|
|
374
|
+
export { default as BookUpIcon } from '../icons/book-up';
|
|
375
375
|
// BookUser aliases
|
|
376
376
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
377
|
-
// Book aliases
|
|
378
|
-
export { default as BookIcon } from '../icons/book';
|
|
379
377
|
// BookX aliases
|
|
380
378
|
export { default as BookXIcon } from '../icons/book-x';
|
|
381
|
-
//
|
|
382
|
-
export { default as
|
|
379
|
+
// Book aliases
|
|
380
|
+
export { default as BookIcon } from '../icons/book';
|
|
383
381
|
// BookmarkMinus aliases
|
|
384
382
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
383
|
+
// BookmarkCheck aliases
|
|
384
|
+
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
385
385
|
// BookmarkPlus aliases
|
|
386
386
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
387
387
|
// BookmarkX aliases
|
|
@@ -398,68 +398,68 @@ export { default as BotOffIcon } from '../icons/bot-off';
|
|
|
398
398
|
export { default as BotIcon } from '../icons/bot';
|
|
399
399
|
// BottleWine aliases
|
|
400
400
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
401
|
-
// Box aliases
|
|
402
|
-
export { default as BoxIcon } from '../icons/box';
|
|
403
401
|
// BowArrow aliases
|
|
404
402
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
405
403
|
// Boxes aliases
|
|
406
404
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
407
|
-
// Brackets aliases
|
|
408
|
-
export { default as BracketsIcon } from '../icons/brackets';
|
|
409
405
|
// BrainCircuit aliases
|
|
410
406
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
407
|
+
// Box aliases
|
|
408
|
+
export { default as BoxIcon } from '../icons/box';
|
|
409
|
+
// Brackets aliases
|
|
410
|
+
export { default as BracketsIcon } from '../icons/brackets';
|
|
411
411
|
// BrainCog aliases
|
|
412
412
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
413
413
|
// Brain aliases
|
|
414
414
|
export { default as BrainIcon } from '../icons/brain';
|
|
415
415
|
// BrickWallFire aliases
|
|
416
416
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
417
|
-
// BrickWallShield aliases
|
|
418
|
-
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
419
417
|
// BrickWall aliases
|
|
420
418
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
419
|
+
// BrickWallShield aliases
|
|
420
|
+
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
421
421
|
// BriefcaseBusiness aliases
|
|
422
422
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
423
423
|
// BriefcaseConveyorBelt aliases
|
|
424
424
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
425
425
|
// BriefcaseMedical aliases
|
|
426
426
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
427
|
-
// Briefcase aliases
|
|
428
|
-
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
429
427
|
// BringToFront aliases
|
|
430
428
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
431
|
-
//
|
|
432
|
-
export { default as
|
|
429
|
+
// Briefcase aliases
|
|
430
|
+
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
433
431
|
// BrushCleaning aliases
|
|
434
432
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
435
|
-
//
|
|
436
|
-
export { default as
|
|
433
|
+
// Brush aliases
|
|
434
|
+
export { default as BrushIcon } from '../icons/brush';
|
|
435
|
+
// Bug aliases
|
|
436
|
+
export { default as BugIcon } from '../icons/bug';
|
|
437
437
|
// Bubbles aliases
|
|
438
438
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
439
|
+
// BugOff aliases
|
|
440
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
439
441
|
// BugPlay aliases
|
|
440
442
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
441
|
-
// Bug aliases
|
|
442
|
-
export { default as BugIcon } from '../icons/bug';
|
|
443
443
|
// Building2 aliases
|
|
444
444
|
export { default as Building2Icon } from '../icons/building-2';
|
|
445
445
|
// Building aliases
|
|
446
446
|
export { default as BuildingIcon } from '../icons/building';
|
|
447
447
|
// BusFront aliases
|
|
448
448
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
449
|
-
// Bus aliases
|
|
450
|
-
export { default as BusIcon } from '../icons/bus';
|
|
451
449
|
// CableCar aliases
|
|
452
450
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
451
|
+
// Bus aliases
|
|
452
|
+
export { default as BusIcon } from '../icons/bus';
|
|
453
453
|
// Cable aliases
|
|
454
454
|
export { default as CableIcon } from '../icons/cable';
|
|
455
455
|
// CakeSlice aliases
|
|
456
456
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
457
|
+
// Calculator aliases
|
|
458
|
+
export { default as CalculatorIcon } from '../icons/calculator';
|
|
457
459
|
// Cake aliases
|
|
458
460
|
export { default as CakeIcon } from '../icons/cake';
|
|
459
461
|
// Calendar1 aliases
|
|
460
462
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
461
|
-
// Calculator aliases
|
|
462
|
-
export { default as CalculatorIcon } from '../icons/calculator';
|
|
463
463
|
// CalendarArrowDown aliases
|
|
464
464
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
465
465
|
// CalendarArrowUp aliases
|
|
@@ -468,76 +468,76 @@ export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
|
468
468
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
469
469
|
// CalendarCheck aliases
|
|
470
470
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
471
|
-
// CalendarCog aliases
|
|
472
|
-
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
473
471
|
// CalendarClock aliases
|
|
474
472
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
473
|
+
// CalendarCog aliases
|
|
474
|
+
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
475
475
|
// CalendarDays aliases
|
|
476
476
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
477
477
|
// CalendarFold aliases
|
|
478
478
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
479
|
-
// CalendarHeart aliases
|
|
480
|
-
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
481
479
|
// CalendarMinus2 aliases
|
|
482
480
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
481
|
+
// CalendarHeart aliases
|
|
482
|
+
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
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
|
-
//
|
|
490
|
-
export { default as
|
|
487
|
+
// CalendarOff aliases
|
|
488
|
+
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
491
489
|
// CalendarPlus aliases
|
|
492
490
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
493
|
-
//
|
|
494
|
-
export { default as
|
|
491
|
+
// CalendarRange aliases
|
|
492
|
+
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
495
493
|
// CalendarSearch aliases
|
|
496
494
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
497
495
|
// CalendarSync aliases
|
|
498
496
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
499
|
-
//
|
|
500
|
-
export { default as
|
|
497
|
+
// CalendarX2 aliases
|
|
498
|
+
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
501
499
|
// Calendar aliases
|
|
502
500
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
503
|
-
//
|
|
504
|
-
export { default as
|
|
501
|
+
// CalendarX aliases
|
|
502
|
+
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
505
503
|
// Calendars aliases
|
|
506
504
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
507
|
-
//
|
|
508
|
-
export { default as
|
|
509
|
-
// CandyOff aliases
|
|
510
|
-
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
505
|
+
// CameraOff aliases
|
|
506
|
+
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
511
507
|
// Camera aliases
|
|
512
508
|
export { default as CameraIcon } from '../icons/camera';
|
|
509
|
+
// CandyOff aliases
|
|
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
|
|
516
516
|
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
517
517
|
// Cannabis aliases
|
|
518
518
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
519
|
-
// Car aliases
|
|
520
|
-
export { default as CarIcon } from '../icons/car';
|
|
521
519
|
// CaptionsOff aliases
|
|
522
520
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
523
521
|
// CarFront aliases
|
|
524
522
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
523
|
+
// Car aliases
|
|
524
|
+
export { default as CarIcon } from '../icons/car';
|
|
525
525
|
// CarTaxiFront aliases
|
|
526
526
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
527
527
|
// Caravan aliases
|
|
528
528
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
529
|
-
// CardSim aliases
|
|
530
|
-
export { default as CardSimIcon } from '../icons/card-sim';
|
|
531
529
|
// Carrot aliases
|
|
532
530
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
531
|
+
// CardSim aliases
|
|
532
|
+
export { default as CardSimIcon } from '../icons/card-sim';
|
|
533
533
|
// CaseLower aliases
|
|
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';
|
|
539
537
|
// CaseUpper aliases
|
|
540
538
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
539
|
+
// CassetteTape aliases
|
|
540
|
+
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
541
541
|
// Cast aliases
|
|
542
542
|
export { default as CastIcon } from '../icons/cast';
|
|
543
543
|
// Castle aliases
|
|
@@ -548,40 +548,40 @@ export { default as CatIcon } from '../icons/cat';
|
|
|
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
|
-
// ChartBarStacked aliases
|
|
552
|
-
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
553
551
|
// ChartBarIncreasing aliases
|
|
554
552
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
553
|
+
// ChartBarStacked aliases
|
|
554
|
+
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
555
555
|
// ChartColumnDecreasing aliases
|
|
556
556
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
557
|
-
// ChartGantt aliases
|
|
558
|
-
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
559
557
|
// ChartColumnStacked aliases
|
|
560
558
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
559
|
+
// ChartGantt aliases
|
|
560
|
+
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
561
561
|
// ChartNetwork aliases
|
|
562
562
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
563
563
|
// ChartNoAxesColumnDecreasing aliases
|
|
564
564
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
565
|
+
// CheckCheck aliases
|
|
566
|
+
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
565
567
|
// ChartNoAxesCombined aliases
|
|
566
568
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
567
569
|
// ChartSpline aliases
|
|
568
570
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
569
|
-
// CheckCheck aliases
|
|
570
|
-
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
571
571
|
// CheckLine aliases
|
|
572
572
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
573
573
|
// Check aliases
|
|
574
574
|
export { default as CheckIcon } from '../icons/check';
|
|
575
|
+
// Cherry aliases
|
|
576
|
+
export { default as CherryIcon } from '../icons/cherry';
|
|
575
577
|
// ChefHat aliases
|
|
576
578
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
577
579
|
// ChessBishop aliases
|
|
578
580
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
579
|
-
// Cherry aliases
|
|
580
|
-
export { default as CherryIcon } from '../icons/cherry';
|
|
581
|
-
// ChessKnight aliases
|
|
582
|
-
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
583
581
|
// ChessKing aliases
|
|
584
582
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
583
|
+
// ChessKnight aliases
|
|
584
|
+
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
585
585
|
// ChessPawn aliases
|
|
586
586
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
587
587
|
// ChessQueen aliases
|
|
@@ -590,64 +590,64 @@ export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
|
590
590
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
591
591
|
// ChevronDown aliases
|
|
592
592
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
593
|
-
// ChevronFirst aliases
|
|
594
|
-
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
595
593
|
// ChevronLast aliases
|
|
596
594
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
595
|
+
// ChevronFirst aliases
|
|
596
|
+
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
597
597
|
// ChevronLeft aliases
|
|
598
598
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
599
599
|
// ChevronUp aliases
|
|
600
600
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
601
601
|
// ChevronRight aliases
|
|
602
602
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
603
|
-
// ChevronsDownUp aliases
|
|
604
|
-
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
605
603
|
// ChevronsDown aliases
|
|
606
604
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
607
605
|
// ChevronsLeftRightEllipsis aliases
|
|
608
606
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
607
|
+
// ChevronsDownUp aliases
|
|
608
|
+
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
609
609
|
// ChevronsLeft aliases
|
|
610
610
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
611
611
|
// ChevronsLeftRight aliases
|
|
612
612
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
613
613
|
// ChevronsRightLeft aliases
|
|
614
614
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
615
|
-
// ChevronsUpDown aliases
|
|
616
|
-
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
617
615
|
// ChevronsRight aliases
|
|
618
616
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
619
|
-
//
|
|
620
|
-
export { default as
|
|
617
|
+
// ChevronsUpDown aliases
|
|
618
|
+
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
621
619
|
// Church aliases
|
|
622
620
|
export { default as ChurchIcon } from '../icons/church';
|
|
621
|
+
// ChevronsUp aliases
|
|
622
|
+
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
623
623
|
// CigaretteOff aliases
|
|
624
624
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
625
|
-
// Cigarette aliases
|
|
626
|
-
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
627
625
|
// CircleDashed aliases
|
|
628
626
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
629
|
-
//
|
|
630
|
-
export { default as
|
|
627
|
+
// Cigarette aliases
|
|
628
|
+
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
631
629
|
// CircleDotDashed aliases
|
|
632
630
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
633
631
|
// CircleDot aliases
|
|
634
632
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
633
|
+
// CircleDollarSign aliases
|
|
634
|
+
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
635
635
|
// CircleEllipsis aliases
|
|
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';
|
|
641
639
|
// CircleFadingPlus aliases
|
|
642
640
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
641
|
+
// CircleFadingArrowUp aliases
|
|
642
|
+
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
643
643
|
// CircleOff aliases
|
|
644
644
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
645
645
|
// CirclePile aliases
|
|
646
646
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
647
|
-
// CirclePoundSterling aliases
|
|
648
|
-
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
649
647
|
// CircleSlash aliases
|
|
650
648
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
649
|
+
// CirclePoundSterling aliases
|
|
650
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
651
651
|
// CircleSmall aliases
|
|
652
652
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
653
653
|
// CircleStar aliases
|
|
@@ -658,10 +658,10 @@ export { default as CircleIcon } from '../icons/circle';
|
|
|
658
658
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
659
659
|
// Citrus aliases
|
|
660
660
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
661
|
-
// Clapperboard aliases
|
|
662
|
-
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
663
661
|
// ClipboardCheck aliases
|
|
664
662
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
663
|
+
// Clapperboard aliases
|
|
664
|
+
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
665
665
|
// ClipboardClock aliases
|
|
666
666
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
667
667
|
// ClipboardCopy aliases
|
|
@@ -672,10 +672,10 @@ export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
|
672
672
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
673
673
|
// ClipboardPaste aliases
|
|
674
674
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
675
|
-
// ClipboardPlus aliases
|
|
676
|
-
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
677
675
|
// ClipboardType aliases
|
|
678
676
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
677
|
+
// ClipboardPlus aliases
|
|
678
|
+
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
679
679
|
// ClipboardX aliases
|
|
680
680
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
681
681
|
// Clipboard aliases
|
|
@@ -684,44 +684,44 @@ export { default as ClipboardIcon } from '../icons/clipboard';
|
|
|
684
684
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
685
685
|
// Clock10 aliases
|
|
686
686
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
687
|
+
// Clock12 aliases
|
|
688
|
+
export { default as Clock12Icon } from '../icons/clock-12';
|
|
687
689
|
// Clock11 aliases
|
|
688
690
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
691
|
+
// Clock4 aliases
|
|
692
|
+
export { default as Clock4Icon } from '../icons/clock-4';
|
|
689
693
|
// Clock2 aliases
|
|
690
694
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
691
|
-
// Clock12 aliases
|
|
692
|
-
export { default as Clock12Icon } from '../icons/clock-12';
|
|
693
695
|
// Clock3 aliases
|
|
694
696
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
695
|
-
// Clock4 aliases
|
|
696
|
-
export { default as Clock4Icon } from '../icons/clock-4';
|
|
697
|
-
// Clock6 aliases
|
|
698
|
-
export { default as Clock6Icon } from '../icons/clock-6';
|
|
699
697
|
// Clock5 aliases
|
|
700
698
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
699
|
+
// Clock6 aliases
|
|
700
|
+
export { default as Clock6Icon } from '../icons/clock-6';
|
|
701
|
+
// Clock9 aliases
|
|
702
|
+
export { default as Clock9Icon } from '../icons/clock-9';
|
|
701
703
|
// Clock7 aliases
|
|
702
704
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
703
705
|
// Clock8 aliases
|
|
704
706
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
705
|
-
// Clock9 aliases
|
|
706
|
-
export { default as Clock9Icon } from '../icons/clock-9';
|
|
707
707
|
// ClockArrowDown aliases
|
|
708
708
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
709
709
|
// ClockAlert aliases
|
|
710
710
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
711
|
-
// ClockCheck aliases
|
|
712
|
-
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
713
711
|
// ClockArrowUp aliases
|
|
714
712
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
713
|
+
// ClockCheck aliases
|
|
714
|
+
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
715
715
|
// ClockFading aliases
|
|
716
716
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
717
|
-
// ClockPlus aliases
|
|
718
|
-
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
719
717
|
// Clock aliases
|
|
720
718
|
export { default as ClockIcon } from '../icons/clock';
|
|
721
|
-
//
|
|
722
|
-
export { default as
|
|
719
|
+
// ClockPlus aliases
|
|
720
|
+
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
723
721
|
// ClosedCaption aliases
|
|
724
722
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
723
|
+
// CloudAlert aliases
|
|
724
|
+
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
725
725
|
// CloudBackup aliases
|
|
726
726
|
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
727
727
|
// CloudCheck aliases
|
|
@@ -734,14 +734,14 @@ 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';
|
|
739
|
-
// CloudMoon aliases
|
|
740
|
-
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
741
737
|
// CloudMoonRain aliases
|
|
742
738
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
739
|
+
// CloudLightning aliases
|
|
740
|
+
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
743
741
|
// CloudOff aliases
|
|
744
742
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
743
|
+
// CloudMoon aliases
|
|
744
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
745
745
|
// CloudRainWind aliases
|
|
746
746
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
747
747
|
// CloudRain aliases
|
|
@@ -754,74 +754,74 @@ export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
|
754
754
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
755
755
|
// Cloud aliases
|
|
756
756
|
export { default as CloudIcon } from '../icons/cloud';
|
|
757
|
-
// Cloudy aliases
|
|
758
|
-
export { default as CloudyIcon } from '../icons/cloudy';
|
|
759
757
|
// CloudSync aliases
|
|
760
758
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
761
759
|
// Clover aliases
|
|
762
760
|
export { default as CloverIcon } from '../icons/clover';
|
|
763
|
-
// Club aliases
|
|
764
|
-
export { default as ClubIcon } from '../icons/club';
|
|
765
761
|
// Code aliases
|
|
766
762
|
export { default as CodeIcon } from '../icons/code';
|
|
763
|
+
// Cloudy aliases
|
|
764
|
+
export { default as CloudyIcon } from '../icons/cloudy';
|
|
765
|
+
// Club aliases
|
|
766
|
+
export { default as ClubIcon } from '../icons/club';
|
|
767
767
|
// Codepen aliases
|
|
768
768
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
769
|
-
// Codesandbox aliases
|
|
770
|
-
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
771
769
|
// Coffee aliases
|
|
772
770
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
773
|
-
//
|
|
774
|
-
export { default as
|
|
771
|
+
// Codesandbox aliases
|
|
772
|
+
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
775
773
|
// Cog aliases
|
|
776
774
|
export { default as CogIcon } from '../icons/cog';
|
|
777
|
-
//
|
|
778
|
-
export { default as
|
|
775
|
+
// Coins aliases
|
|
776
|
+
export { default as CoinsIcon } from '../icons/coins';
|
|
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
783
|
// Compass aliases
|
|
784
784
|
export { default as CompassIcon } from '../icons/compass';
|
|
785
785
|
// Component aliases
|
|
786
786
|
export { default as ComponentIcon } from '../icons/component';
|
|
787
|
+
// ConciergeBell aliases
|
|
788
|
+
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
787
789
|
// Computer aliases
|
|
788
790
|
export { default as ComputerIcon } from '../icons/computer';
|
|
789
791
|
// Cone aliases
|
|
790
792
|
export { default as ConeIcon } from '../icons/cone';
|
|
791
|
-
// ConciergeBell aliases
|
|
792
|
-
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
793
793
|
// Construction aliases
|
|
794
794
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
795
|
-
// Contact aliases
|
|
796
|
-
export { default as ContactIcon } from '../icons/contact';
|
|
797
795
|
// Container aliases
|
|
798
796
|
export { default as ContainerIcon } from '../icons/container';
|
|
797
|
+
// Contact aliases
|
|
798
|
+
export { default as ContactIcon } from '../icons/contact';
|
|
799
799
|
// Contrast aliases
|
|
800
800
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
801
|
-
// Cookie aliases
|
|
802
|
-
export { default as CookieIcon } from '../icons/cookie';
|
|
803
801
|
// CookingPot aliases
|
|
804
802
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
803
|
+
// Cookie aliases
|
|
804
|
+
export { default as CookieIcon } from '../icons/cookie';
|
|
805
805
|
// CopyCheck aliases
|
|
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
|
-
// CopySlash aliases
|
|
810
|
-
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
811
809
|
// CopyPlus aliases
|
|
812
810
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
811
|
+
// CopySlash aliases
|
|
812
|
+
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
813
813
|
// CopyX aliases
|
|
814
814
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
815
815
|
// Copy aliases
|
|
816
816
|
export { default as CopyIcon } from '../icons/copy';
|
|
817
817
|
// Copyleft aliases
|
|
818
818
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
819
|
-
// CornerDownLeft aliases
|
|
820
|
-
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
821
|
-
// CornerDownRight aliases
|
|
822
|
-
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
823
819
|
// Copyright aliases
|
|
824
820
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
821
|
+
// CornerDownRight aliases
|
|
822
|
+
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
823
|
+
// CornerDownLeft aliases
|
|
824
|
+
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
825
825
|
// CornerLeftDown aliases
|
|
826
826
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
827
827
|
// CornerRightDown aliases
|
|
@@ -832,24 +832,24 @@ export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
|
832
832
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
833
833
|
// CornerUpLeft aliases
|
|
834
834
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
835
|
-
// CornerUpRight aliases
|
|
836
|
-
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
837
835
|
// Cpu aliases
|
|
838
836
|
export { default as CpuIcon } from '../icons/cpu';
|
|
839
|
-
//
|
|
840
|
-
export { default as
|
|
837
|
+
// CornerUpRight aliases
|
|
838
|
+
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
841
839
|
// CreditCard aliases
|
|
842
840
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
841
|
+
// CreativeCommons aliases
|
|
842
|
+
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
843
843
|
// Croissant aliases
|
|
844
844
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
845
845
|
// Cross aliases
|
|
846
846
|
export { default as CrossIcon } from '../icons/cross';
|
|
847
847
|
// Crop aliases
|
|
848
848
|
export { default as CropIcon } from '../icons/crop';
|
|
849
|
-
// Crown aliases
|
|
850
|
-
export { default as CrownIcon } from '../icons/crown';
|
|
851
849
|
// Crosshair aliases
|
|
852
850
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
851
|
+
// Crown aliases
|
|
852
|
+
export { default as CrownIcon } from '../icons/crown';
|
|
853
853
|
// Cuboid aliases
|
|
854
854
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
855
855
|
// CupSoda aliases
|
|
@@ -860,58 +860,58 @@ export { default as CurrencyIcon } from '../icons/currency';
|
|
|
860
860
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
861
861
|
// Dam aliases
|
|
862
862
|
export { default as DamIcon } from '../icons/dam';
|
|
863
|
+
// DatabaseSearch aliases
|
|
864
|
+
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
863
865
|
// DatabaseBackup aliases
|
|
864
866
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
865
867
|
// DatabaseZap aliases
|
|
866
868
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
867
|
-
// DatabaseSearch aliases
|
|
868
|
-
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
869
|
-
// DecimalsArrowLeft aliases
|
|
870
|
-
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
871
|
-
// DecimalsArrowRight aliases
|
|
872
|
-
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
873
869
|
// Database aliases
|
|
874
870
|
export { default as DatabaseIcon } from '../icons/database';
|
|
871
|
+
// DecimalsArrowLeft aliases
|
|
872
|
+
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
875
873
|
// Delete aliases
|
|
876
874
|
export { default as DeleteIcon } from '../icons/delete';
|
|
875
|
+
// DecimalsArrowRight aliases
|
|
876
|
+
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
877
877
|
// Dessert aliases
|
|
878
878
|
export { default as DessertIcon } from '../icons/dessert';
|
|
879
879
|
// Diameter aliases
|
|
880
880
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
881
881
|
// DiamondMinus aliases
|
|
882
882
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
883
|
-
// Diamond aliases
|
|
884
|
-
export { default as DiamondIcon } from '../icons/diamond';
|
|
885
883
|
// DiamondPlus aliases
|
|
886
884
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
885
|
+
// Diamond aliases
|
|
886
|
+
export { default as DiamondIcon } from '../icons/diamond';
|
|
887
887
|
// Dice1 aliases
|
|
888
888
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
889
889
|
// Dice2 aliases
|
|
890
890
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
891
|
-
// Dice4 aliases
|
|
892
|
-
export { default as Dice4Icon } from '../icons/dice-4';
|
|
893
891
|
// Dice3 aliases
|
|
894
892
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
895
|
-
//
|
|
896
|
-
export { default as
|
|
897
|
-
// Dice5 aliases
|
|
898
|
-
export { default as Dice5Icon } from '../icons/dice-5';
|
|
893
|
+
// Dice4 aliases
|
|
894
|
+
export { default as Dice4Icon } from '../icons/dice-4';
|
|
899
895
|
// Dice6 aliases
|
|
900
896
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
901
897
|
// Disc2 aliases
|
|
902
898
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
899
|
+
// Dices aliases
|
|
900
|
+
export { default as DicesIcon } from '../icons/dices';
|
|
901
|
+
// Dice5 aliases
|
|
902
|
+
export { default as Dice5Icon } from '../icons/dice-5';
|
|
903
903
|
// Diff aliases
|
|
904
904
|
export { default as DiffIcon } from '../icons/diff';
|
|
905
905
|
// Disc3 aliases
|
|
906
906
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
907
907
|
// DiscAlbum aliases
|
|
908
908
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
909
|
-
// DnaOff aliases
|
|
910
|
-
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
911
909
|
// Disc aliases
|
|
912
910
|
export { default as DiscIcon } from '../icons/disc';
|
|
913
911
|
// Divide aliases
|
|
914
912
|
export { default as DivideIcon } from '../icons/divide';
|
|
913
|
+
// DnaOff aliases
|
|
914
|
+
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
915
915
|
// Dna aliases
|
|
916
916
|
export { default as DnaIcon } from '../icons/dna';
|
|
917
917
|
// Dock aliases
|
|
@@ -922,26 +922,26 @@ export { default as DogIcon } from '../icons/dog';
|
|
|
922
922
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
923
923
|
// Donut aliases
|
|
924
924
|
export { default as DonutIcon } from '../icons/donut';
|
|
925
|
-
// DoorClosed aliases
|
|
926
|
-
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
927
925
|
// DoorClosedLocked aliases
|
|
928
926
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
927
|
+
// DoorClosed aliases
|
|
928
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
929
929
|
// DoorOpen aliases
|
|
930
930
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
931
931
|
// Dot aliases
|
|
932
932
|
export { default as DotIcon } from '../icons/dot';
|
|
933
|
-
// Download aliases
|
|
934
|
-
export { default as DownloadIcon } from '../icons/download';
|
|
935
933
|
// DraftingCompass aliases
|
|
936
934
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
935
|
+
// Download aliases
|
|
936
|
+
export { default as DownloadIcon } from '../icons/download';
|
|
937
937
|
// Drama aliases
|
|
938
938
|
export { default as DramaIcon } from '../icons/drama';
|
|
939
|
-
// Drill aliases
|
|
940
|
-
export { default as DrillIcon } from '../icons/drill';
|
|
941
939
|
// Dribbble aliases
|
|
942
940
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
943
941
|
// Drone aliases
|
|
944
942
|
export { default as DroneIcon } from '../icons/drone';
|
|
943
|
+
// Drill aliases
|
|
944
|
+
export { default as DrillIcon } from '../icons/drill';
|
|
945
945
|
// DropletOff aliases
|
|
946
946
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
947
947
|
// Droplet aliases
|
|
@@ -950,72 +950,72 @@ export { default as DropletIcon } from '../icons/droplet';
|
|
|
950
950
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
951
951
|
// Drum aliases
|
|
952
952
|
export { default as DrumIcon } from '../icons/drum';
|
|
953
|
-
// Dumbbell aliases
|
|
954
|
-
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
955
953
|
// Drumstick aliases
|
|
956
954
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
955
|
+
// Dumbbell aliases
|
|
956
|
+
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
957
957
|
// EarOff aliases
|
|
958
958
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
959
|
-
// EarthLock aliases
|
|
960
|
-
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
961
959
|
// Ear aliases
|
|
962
960
|
export { default as EarIcon } from '../icons/ear';
|
|
963
961
|
// Eclipse aliases
|
|
964
962
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
965
|
-
//
|
|
966
|
-
export { default as
|
|
963
|
+
// EarthLock aliases
|
|
964
|
+
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
967
965
|
// EggOff aliases
|
|
968
966
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
969
|
-
//
|
|
970
|
-
export { default as
|
|
967
|
+
// EggFried aliases
|
|
968
|
+
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
971
969
|
// EqualApproximately aliases
|
|
972
970
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
971
|
+
// Egg aliases
|
|
972
|
+
export { default as EggIcon } from '../icons/egg';
|
|
973
973
|
// EqualNot aliases
|
|
974
974
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
975
|
-
// Equal aliases
|
|
976
|
-
export { default as EqualIcon } from '../icons/equal';
|
|
977
975
|
// Eraser aliases
|
|
978
976
|
export { default as EraserIcon } from '../icons/eraser';
|
|
979
977
|
// EthernetPort aliases
|
|
980
978
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
979
|
+
// Equal aliases
|
|
980
|
+
export { default as EqualIcon } from '../icons/equal';
|
|
981
981
|
// Euro aliases
|
|
982
982
|
export { default as EuroIcon } from '../icons/euro';
|
|
983
983
|
// EvCharger aliases
|
|
984
984
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
985
985
|
// Expand aliases
|
|
986
986
|
export { default as ExpandIcon } from '../icons/expand';
|
|
987
|
-
// EyeClosed aliases
|
|
988
|
-
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
989
987
|
// ExternalLink aliases
|
|
990
988
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
991
|
-
//
|
|
992
|
-
export { default as
|
|
989
|
+
// EyeClosed aliases
|
|
990
|
+
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
993
991
|
// Eye aliases
|
|
994
992
|
export { default as EyeIcon } from '../icons/eye';
|
|
993
|
+
// EyeOff aliases
|
|
994
|
+
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
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';
|
|
999
|
+
// Factory aliases
|
|
1000
|
+
export { default as FactoryIcon } from '../icons/factory';
|
|
1001
1001
|
// FastForward aliases
|
|
1002
1002
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1003
1003
|
// Feather aliases
|
|
1004
1004
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1005
|
-
// FerrisWheel aliases
|
|
1006
|
-
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1007
1005
|
// Fence aliases
|
|
1008
1006
|
export { default as FenceIcon } from '../icons/fence';
|
|
1007
|
+
// FerrisWheel aliases
|
|
1008
|
+
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1009
1009
|
// Figma aliases
|
|
1010
1010
|
export { default as FigmaIcon } from '../icons/figma';
|
|
1011
1011
|
// FileArchive aliases
|
|
1012
1012
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1013
1013
|
// FileBox aliases
|
|
1014
1014
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1015
|
-
// FileClock aliases
|
|
1016
|
-
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1017
1015
|
// FileCheck aliases
|
|
1018
1016
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1017
|
+
// FileClock aliases
|
|
1018
|
+
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1019
1019
|
// FileCode aliases
|
|
1020
1020
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1021
1021
|
// FileDiff aliases
|
|
@@ -1038,10 +1038,10 @@ export { default as FileMusicIcon } from '../icons/file-music';
|
|
|
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';
|
|
1043
|
+
// FileScan aliases
|
|
1044
|
+
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1045
1045
|
// FileSliders aliases
|
|
1046
1046
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1047
1047
|
// FileSpreadsheet aliases
|
|
@@ -1052,198 +1052,198 @@ export { default as FileStackIcon } from '../icons/file-stack';
|
|
|
1052
1052
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1053
1053
|
// FileTerminal aliases
|
|
1054
1054
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1055
|
+
// FileText aliases
|
|
1056
|
+
export { default as FileTextIcon } from '../icons/file-text';
|
|
1055
1057
|
// FileType aliases
|
|
1056
1058
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1059
|
+
// FileUser aliases
|
|
1060
|
+
export { default as FileUserIcon } from '../icons/file-user';
|
|
1057
1061
|
// FileUp aliases
|
|
1058
1062
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1059
1063
|
// FileVolume aliases
|
|
1060
1064
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1061
|
-
// FileText aliases
|
|
1062
|
-
export { default as FileTextIcon } from '../icons/file-text';
|
|
1063
|
-
// FileUser aliases
|
|
1064
|
-
export { default as FileUserIcon } from '../icons/file-user';
|
|
1065
|
-
// File aliases
|
|
1066
|
-
export { default as FileIcon } from '../icons/file';
|
|
1067
1065
|
// FileX aliases
|
|
1068
1066
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1067
|
+
// File aliases
|
|
1068
|
+
export { default as FileIcon } from '../icons/file';
|
|
1069
1069
|
// Files aliases
|
|
1070
1070
|
export { default as FilesIcon } from '../icons/files';
|
|
1071
|
-
// FireExtinguisher aliases
|
|
1072
|
-
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1073
1071
|
// Film aliases
|
|
1074
1072
|
export { default as FilmIcon } from '../icons/film';
|
|
1073
|
+
// FireExtinguisher aliases
|
|
1074
|
+
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1075
|
+
// Fish aliases
|
|
1076
|
+
export { default as FishIcon } from '../icons/fish';
|
|
1075
1077
|
// FishOff aliases
|
|
1076
1078
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1077
|
-
// FishingHook aliases
|
|
1078
|
-
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1079
1079
|
// FishSymbol aliases
|
|
1080
1080
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1081
|
-
//
|
|
1082
|
-
export { default as
|
|
1081
|
+
// FishingHook aliases
|
|
1082
|
+
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1083
|
+
// FlagTriangleLeft aliases
|
|
1084
|
+
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1083
1085
|
// FlagOff aliases
|
|
1084
1086
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1087
|
+
// FlameKindling aliases
|
|
1088
|
+
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1085
1089
|
// FlagTriangleRight aliases
|
|
1086
1090
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1087
|
-
// FlagTriangleLeft aliases
|
|
1088
|
-
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1089
1091
|
// Flag aliases
|
|
1090
1092
|
export { default as FlagIcon } from '../icons/flag';
|
|
1091
|
-
//
|
|
1092
|
-
export { default as
|
|
1093
|
+
// Flame aliases
|
|
1094
|
+
export { default as FlameIcon } from '../icons/flame';
|
|
1093
1095
|
// FlashlightOff aliases
|
|
1094
1096
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1095
1097
|
// Flashlight aliases
|
|
1096
1098
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1097
|
-
// Flame aliases
|
|
1098
|
-
export { default as FlameIcon } from '../icons/flame';
|
|
1099
1099
|
// FlaskConicalOff aliases
|
|
1100
1100
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1101
|
-
// FlaskConical aliases
|
|
1102
|
-
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1103
1101
|
// FlaskRound aliases
|
|
1104
1102
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1105
|
-
//
|
|
1106
|
-
export { default as
|
|
1103
|
+
// FlaskConical aliases
|
|
1104
|
+
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1107
1105
|
// FlipHorizontal aliases
|
|
1108
1106
|
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1107
|
+
// FlipHorizontal2 aliases
|
|
1108
|
+
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1109
1109
|
// FlipVertical2 aliases
|
|
1110
1110
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1111
|
-
// FlipVertical aliases
|
|
1112
|
-
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1113
1111
|
// Flower2 aliases
|
|
1114
1112
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1113
|
+
// FlipVertical aliases
|
|
1114
|
+
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1115
1115
|
// Flower aliases
|
|
1116
1116
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1117
|
+
// Focus aliases
|
|
1118
|
+
export { default as FocusIcon } from '../icons/focus';
|
|
1117
1119
|
// FoldHorizontal aliases
|
|
1118
1120
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1119
1121
|
// FoldVertical aliases
|
|
1120
1122
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1121
|
-
// Focus aliases
|
|
1122
|
-
export { default as FocusIcon } from '../icons/focus';
|
|
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
1127
|
// FolderClock aliases
|
|
1128
1128
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1129
|
-
// FolderCode aliases
|
|
1130
|
-
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1131
1129
|
// FolderClosed aliases
|
|
1132
1130
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1131
|
+
// FolderCode aliases
|
|
1132
|
+
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1133
1133
|
// FolderDot aliases
|
|
1134
1134
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1135
|
-
// FolderGit2 aliases
|
|
1136
|
-
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1137
1135
|
// FolderDown aliases
|
|
1138
1136
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1139
|
-
//
|
|
1140
|
-
export { default as
|
|
1137
|
+
// FolderGit2 aliases
|
|
1138
|
+
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1141
1139
|
// FolderGit aliases
|
|
1142
1140
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1143
|
-
// FolderKanban aliases
|
|
1144
|
-
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1145
1141
|
// FolderHeart aliases
|
|
1146
1142
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1143
|
+
// FolderInput aliases
|
|
1144
|
+
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1145
|
+
// FolderKanban aliases
|
|
1146
|
+
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1147
1147
|
// FolderKey aliases
|
|
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
|
-
// FolderMinus aliases
|
|
1152
|
-
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1153
1151
|
// FolderOpenDot aliases
|
|
1154
1152
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1153
|
+
// FolderOpen aliases
|
|
1154
|
+
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1155
|
+
// FolderMinus aliases
|
|
1156
|
+
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1155
1157
|
// FolderOutput aliases
|
|
1156
1158
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1157
1159
|
// FolderPlus aliases
|
|
1158
1160
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1159
|
-
// FolderOpen aliases
|
|
1160
|
-
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1161
1161
|
// FolderRoot aliases
|
|
1162
1162
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1163
|
-
// FolderSearch2 aliases
|
|
1164
|
-
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1165
1163
|
// FolderSearch aliases
|
|
1166
1164
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1165
|
+
// FolderSearch2 aliases
|
|
1166
|
+
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1167
1167
|
// FolderSymlink aliases
|
|
1168
1168
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1169
1169
|
// FolderSync aliases
|
|
1170
1170
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1171
|
-
// FolderUp aliases
|
|
1172
|
-
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1173
1171
|
// FolderTree aliases
|
|
1174
1172
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1173
|
+
// FolderUp aliases
|
|
1174
|
+
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1175
1175
|
// FolderX aliases
|
|
1176
1176
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1177
|
-
// Folder aliases
|
|
1178
|
-
export { default as FolderIcon } from '../icons/folder';
|
|
1179
1177
|
// Folders aliases
|
|
1180
1178
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1181
|
-
//
|
|
1182
|
-
export { default as
|
|
1179
|
+
// Folder aliases
|
|
1180
|
+
export { default as FolderIcon } from '../icons/folder';
|
|
1183
1181
|
// Footprints aliases
|
|
1184
1182
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1185
|
-
//
|
|
1186
|
-
export { default as
|
|
1183
|
+
// Forklift aliases
|
|
1184
|
+
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1187
1185
|
// Form aliases
|
|
1188
1186
|
export { default as FormIcon } from '../icons/form';
|
|
1187
|
+
// Forward aliases
|
|
1188
|
+
export { default as ForwardIcon } from '../icons/forward';
|
|
1189
1189
|
// Frame aliases
|
|
1190
1190
|
export { default as FrameIcon } from '../icons/frame';
|
|
1191
1191
|
// Framer aliases
|
|
1192
1192
|
export { default as FramerIcon } from '../icons/framer';
|
|
1193
|
-
// Frown aliases
|
|
1194
|
-
export { default as FrownIcon } from '../icons/frown';
|
|
1195
1193
|
// Fuel aliases
|
|
1196
1194
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1197
|
-
//
|
|
1198
|
-
export { default as
|
|
1195
|
+
// Frown aliases
|
|
1196
|
+
export { default as FrownIcon } from '../icons/frown';
|
|
1199
1197
|
// Fullscreen aliases
|
|
1200
1198
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1199
|
+
// FunnelPlus aliases
|
|
1200
|
+
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1201
1201
|
// GalleryHorizontalEnd aliases
|
|
1202
1202
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1203
|
-
// GalleryHorizontal aliases
|
|
1204
|
-
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1205
|
-
// GalleryVerticalEnd aliases
|
|
1206
|
-
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1207
1203
|
// GalleryThumbnails aliases
|
|
1208
1204
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1205
|
+
// GalleryHorizontal aliases
|
|
1206
|
+
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1209
1207
|
// GalleryVertical aliases
|
|
1210
1208
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1209
|
+
// GalleryVerticalEnd aliases
|
|
1210
|
+
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
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
|
-
// Gamepad aliases
|
|
1216
|
-
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1217
1215
|
// Gauge aliases
|
|
1218
1216
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1219
|
-
//
|
|
1220
|
-
export { default as
|
|
1217
|
+
// Gamepad aliases
|
|
1218
|
+
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1221
1219
|
// Gem aliases
|
|
1222
1220
|
export { default as GemIcon } from '../icons/gem';
|
|
1221
|
+
// Gavel aliases
|
|
1222
|
+
export { default as GavelIcon } from '../icons/gavel';
|
|
1223
1223
|
// GeorgianLari aliases
|
|
1224
1224
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1225
1225
|
// Ghost aliases
|
|
1226
1226
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1227
|
-
// Gift aliases
|
|
1228
|
-
export { default as GiftIcon } from '../icons/gift';
|
|
1229
1227
|
// GitBranchMinus aliases
|
|
1230
1228
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1231
1229
|
// GitBranchPlus aliases
|
|
1232
1230
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1233
|
-
//
|
|
1234
|
-
export { default as
|
|
1231
|
+
// Gift aliases
|
|
1232
|
+
export { default as GiftIcon } from '../icons/gift';
|
|
1235
1233
|
// GitCommitVertical aliases
|
|
1236
1234
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1235
|
+
// GitBranch aliases
|
|
1236
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1237
1237
|
// GitCompareArrows aliases
|
|
1238
1238
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1239
1239
|
// GitCompare aliases
|
|
1240
1240
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1241
|
+
// GitFork aliases
|
|
1242
|
+
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1241
1243
|
// GitGraph aliases
|
|
1242
1244
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1243
1245
|
// GitMerge aliases
|
|
1244
1246
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1245
|
-
// GitFork aliases
|
|
1246
|
-
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1247
1247
|
// GitPullRequestArrow aliases
|
|
1248
1248
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1249
1249
|
// GitPullRequestClosed aliases
|
|
@@ -1252,22 +1252,24 @@ export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-c
|
|
|
1252
1252
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1253
1253
|
// GitPullRequestCreate aliases
|
|
1254
1254
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1255
|
-
// GitPullRequest aliases
|
|
1256
|
-
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1257
1255
|
// GitPullRequestDraft aliases
|
|
1258
1256
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1259
1257
|
// Github aliases
|
|
1260
1258
|
export { default as GithubIcon } from '../icons/github';
|
|
1259
|
+
// GitPullRequest aliases
|
|
1260
|
+
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1261
1261
|
// Gitlab aliases
|
|
1262
1262
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1263
1263
|
// GlassWater aliases
|
|
1264
1264
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1265
|
+
// GlobeLock aliases
|
|
1266
|
+
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1265
1267
|
// Glasses aliases
|
|
1266
1268
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1267
1269
|
// GlobeX aliases
|
|
1268
1270
|
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1269
|
-
//
|
|
1270
|
-
export { default as
|
|
1271
|
+
// GlobeOff aliases
|
|
1272
|
+
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1271
1273
|
// Globe aliases
|
|
1272
1274
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1273
1275
|
// Goal aliases
|
|
@@ -1278,22 +1280,22 @@ export { default as GpuIcon } from '../icons/gpu';
|
|
|
1278
1280
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1279
1281
|
// Grape aliases
|
|
1280
1282
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1281
|
-
// Grid3x2 aliases
|
|
1282
|
-
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1283
1283
|
// GripHorizontal aliases
|
|
1284
1284
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1285
|
+
// Grid3x2 aliases
|
|
1286
|
+
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1285
1287
|
// GripVertical aliases
|
|
1286
1288
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1287
1289
|
// Grip aliases
|
|
1288
1290
|
export { default as GripIcon } from '../icons/grip';
|
|
1289
|
-
// Ham aliases
|
|
1290
|
-
export { default as HamIcon } from '../icons/ham';
|
|
1291
|
-
// Guitar aliases
|
|
1292
|
-
export { default as GuitarIcon } from '../icons/guitar';
|
|
1293
1291
|
// Group aliases
|
|
1294
1292
|
export { default as GroupIcon } from '../icons/group';
|
|
1293
|
+
// Guitar aliases
|
|
1294
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1295
1295
|
// Hamburger aliases
|
|
1296
1296
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1297
|
+
// Ham aliases
|
|
1298
|
+
export { default as HamIcon } from '../icons/ham';
|
|
1297
1299
|
// Hammer aliases
|
|
1298
1300
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1299
1301
|
// HandCoins aliases
|
|
@@ -1308,26 +1310,26 @@ export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
|
1308
1310
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1309
1311
|
// Hand aliases
|
|
1310
1312
|
export { default as HandIcon } from '../icons/hand';
|
|
1311
|
-
// Handbag aliases
|
|
1312
|
-
export { default as HandbagIcon } from '../icons/handbag';
|
|
1313
1313
|
// Handshake aliases
|
|
1314
1314
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1315
|
+
// Handbag aliases
|
|
1316
|
+
export { default as HandbagIcon } from '../icons/handbag';
|
|
1315
1317
|
// HardDriveDownload aliases
|
|
1316
1318
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1317
|
-
// HardDriveUpload aliases
|
|
1318
|
-
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1319
1319
|
// HardDrive aliases
|
|
1320
1320
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1321
|
+
// HardDriveUpload aliases
|
|
1322
|
+
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1321
1323
|
// HardHat aliases
|
|
1322
1324
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1323
|
-
// Hash aliases
|
|
1324
|
-
export { default as HashIcon } from '../icons/hash';
|
|
1325
1325
|
// HatGlasses aliases
|
|
1326
1326
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1327
|
-
//
|
|
1328
|
-
export { default as
|
|
1327
|
+
// Hash aliases
|
|
1328
|
+
export { default as HashIcon } from '../icons/hash';
|
|
1329
1329
|
// Haze aliases
|
|
1330
1330
|
export { default as HazeIcon } from '../icons/haze';
|
|
1331
|
+
// Hd aliases
|
|
1332
|
+
export { default as HdIcon } from '../icons/hd';
|
|
1331
1333
|
// HdmiPort aliases
|
|
1332
1334
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1333
1335
|
// Heading1 aliases
|
|
@@ -1336,80 +1338,80 @@ export { default as Heading1Icon } from '../icons/heading-1';
|
|
|
1336
1338
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1337
1339
|
// Heading3 aliases
|
|
1338
1340
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1339
|
-
// Heading5 aliases
|
|
1340
|
-
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1341
1341
|
// Heading4 aliases
|
|
1342
1342
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1343
|
+
// Heading5 aliases
|
|
1344
|
+
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1343
1345
|
// Heading6 aliases
|
|
1344
1346
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1345
1347
|
// Heading aliases
|
|
1346
1348
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1347
|
-
// HeadphoneOff aliases
|
|
1348
|
-
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1349
1349
|
// Headphones aliases
|
|
1350
1350
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1351
|
+
// HeadphoneOff aliases
|
|
1352
|
+
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1351
1353
|
// Headset aliases
|
|
1352
1354
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1353
|
-
// HeartCrack aliases
|
|
1354
|
-
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1355
1355
|
// HeartHandshake aliases
|
|
1356
1356
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1357
|
+
// HeartCrack aliases
|
|
1358
|
+
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1357
1359
|
// HeartMinus aliases
|
|
1358
1360
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1361
|
+
// HeartPulse aliases
|
|
1362
|
+
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1359
1363
|
// HeartOff aliases
|
|
1360
1364
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1361
1365
|
// HeartPlus aliases
|
|
1362
1366
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1363
|
-
// HeartPulse aliases
|
|
1364
|
-
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1365
|
-
// Heater aliases
|
|
1366
|
-
export { default as HeaterIcon } from '../icons/heater';
|
|
1367
|
-
// Helicopter aliases
|
|
1368
|
-
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1369
1367
|
// Heart aliases
|
|
1370
1368
|
export { default as HeartIcon } from '../icons/heart';
|
|
1369
|
+
// Heater aliases
|
|
1370
|
+
export { default as HeaterIcon } from '../icons/heater';
|
|
1371
1371
|
// Hexagon aliases
|
|
1372
1372
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1373
|
-
//
|
|
1374
|
-
export { default as
|
|
1373
|
+
// Helicopter aliases
|
|
1374
|
+
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1375
1375
|
// History aliases
|
|
1376
1376
|
export { default as HistoryIcon } from '../icons/history';
|
|
1377
|
+
// Highlighter aliases
|
|
1378
|
+
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1377
1379
|
// Hop aliases
|
|
1378
1380
|
export { default as HopIcon } from '../icons/hop';
|
|
1379
1381
|
// HopOff aliases
|
|
1380
1382
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1381
|
-
// Hospital aliases
|
|
1382
|
-
export { default as HospitalIcon } from '../icons/hospital';
|
|
1383
1383
|
// Hotel aliases
|
|
1384
1384
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1385
|
+
// Hospital aliases
|
|
1386
|
+
export { default as HospitalIcon } from '../icons/hospital';
|
|
1385
1387
|
// Hourglass aliases
|
|
1386
1388
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1387
1389
|
// HouseHeart aliases
|
|
1388
1390
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1391
|
+
// HousePlus aliases
|
|
1392
|
+
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1389
1393
|
// HousePlug aliases
|
|
1390
1394
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1391
1395
|
// HouseWifi aliases
|
|
1392
1396
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1393
|
-
// HousePlus aliases
|
|
1394
|
-
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1395
1397
|
// IdCardLanyard aliases
|
|
1396
1398
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1397
1399
|
// IdCard aliases
|
|
1398
1400
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1399
1401
|
// ImageDown aliases
|
|
1400
1402
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1401
|
-
// ImageMinus aliases
|
|
1402
|
-
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1403
|
-
// ImagePlay aliases
|
|
1404
|
-
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1405
1403
|
// ImageOff aliases
|
|
1406
1404
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1405
|
+
// ImageMinus aliases
|
|
1406
|
+
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1407
1407
|
// ImagePlus aliases
|
|
1408
1408
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1409
|
-
//
|
|
1410
|
-
export { default as
|
|
1409
|
+
// ImagePlay aliases
|
|
1410
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1411
1411
|
// ImageUpscale aliases
|
|
1412
1412
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1413
|
+
// ImageUp aliases
|
|
1414
|
+
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1413
1415
|
// Image aliases
|
|
1414
1416
|
export { default as ImageIcon } from '../icons/image';
|
|
1415
1417
|
// Images aliases
|
|
@@ -1418,72 +1420,72 @@ export { default as ImagesIcon } from '../icons/images';
|
|
|
1418
1420
|
export { default as ImportIcon } from '../icons/import';
|
|
1419
1421
|
// Inbox aliases
|
|
1420
1422
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1421
|
-
// Infinity aliases
|
|
1422
|
-
export { default as InfinityIcon } from '../icons/infinity';
|
|
1423
1423
|
// IndianRupee aliases
|
|
1424
1424
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1425
1425
|
// Info aliases
|
|
1426
1426
|
export { default as InfoIcon } from '../icons/info';
|
|
1427
|
-
// InspectionPanel aliases
|
|
1428
|
-
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1429
1427
|
// Instagram aliases
|
|
1430
1428
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1429
|
+
// Infinity aliases
|
|
1430
|
+
export { default as InfinityIcon } from '../icons/infinity';
|
|
1431
|
+
// InspectionPanel aliases
|
|
1432
|
+
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1431
1433
|
// Italic aliases
|
|
1432
1434
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1433
|
-
// IterationCw aliases
|
|
1434
|
-
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1435
1435
|
// IterationCcw aliases
|
|
1436
1436
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1437
1437
|
// JapaneseYen aliases
|
|
1438
1438
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1439
|
+
// IterationCw aliases
|
|
1440
|
+
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1439
1441
|
// Joystick aliases
|
|
1440
1442
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1441
1443
|
// Kanban aliases
|
|
1442
1444
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1443
1445
|
// Kayak aliases
|
|
1444
1446
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1445
|
-
// KeyRound aliases
|
|
1446
|
-
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1447
1447
|
// KeySquare aliases
|
|
1448
1448
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1449
|
+
// KeyRound aliases
|
|
1450
|
+
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1449
1451
|
// Key aliases
|
|
1450
1452
|
export { default as KeyIcon } from '../icons/key';
|
|
1451
|
-
// KeyboardOff aliases
|
|
1452
|
-
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1453
1453
|
// KeyboardMusic aliases
|
|
1454
1454
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1455
|
+
// KeyboardOff aliases
|
|
1456
|
+
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1455
1457
|
// Keyboard aliases
|
|
1456
1458
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1457
|
-
// LampCeiling aliases
|
|
1458
|
-
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1459
1459
|
// LampDesk aliases
|
|
1460
1460
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1461
|
-
//
|
|
1462
|
-
export { default as
|
|
1461
|
+
// LampCeiling aliases
|
|
1462
|
+
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1463
1463
|
// LampFloor aliases
|
|
1464
1464
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1465
|
+
// LampWallDown aliases
|
|
1466
|
+
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1467
|
+
// LandPlot aliases
|
|
1468
|
+
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1465
1469
|
// LampWallUp aliases
|
|
1466
1470
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1467
1471
|
// Lamp aliases
|
|
1468
1472
|
export { default as LampIcon } from '../icons/lamp';
|
|
1469
|
-
// LandPlot aliases
|
|
1470
|
-
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1471
1473
|
// Landmark aliases
|
|
1472
1474
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1473
1475
|
// Languages aliases
|
|
1474
1476
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1477
|
+
// LaptopMinimalCheck aliases
|
|
1478
|
+
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1475
1479
|
// Laptop aliases
|
|
1476
1480
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1477
1481
|
// LassoSelect aliases
|
|
1478
1482
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1479
|
-
// LaptopMinimalCheck aliases
|
|
1480
|
-
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1481
|
-
// Lasso aliases
|
|
1482
|
-
export { default as LassoIcon } from '../icons/lasso';
|
|
1483
|
-
// Laugh aliases
|
|
1484
|
-
export { default as LaughIcon } from '../icons/laugh';
|
|
1485
1483
|
// Layers2 aliases
|
|
1486
1484
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1485
|
+
// Laugh aliases
|
|
1486
|
+
export { default as LaughIcon } from '../icons/laugh';
|
|
1487
|
+
// Lasso aliases
|
|
1488
|
+
export { default as LassoIcon } from '../icons/lasso';
|
|
1487
1489
|
// LayersPlus aliases
|
|
1488
1490
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1489
1491
|
// LayoutDashboard aliases
|
|
@@ -1494,50 +1496,52 @@ export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
|
1494
1496
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1495
1497
|
// LayoutPanelLeft aliases
|
|
1496
1498
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1497
|
-
// LayoutPanelTop aliases
|
|
1498
|
-
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1499
1499
|
// LayoutTemplate aliases
|
|
1500
1500
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1501
|
+
// LayoutPanelTop aliases
|
|
1502
|
+
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1501
1503
|
// Leaf aliases
|
|
1502
1504
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1503
1505
|
// LeafyGreen aliases
|
|
1504
1506
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1505
1507
|
// Lectern aliases
|
|
1506
1508
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1507
|
-
// LensConcave aliases
|
|
1508
|
-
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1509
1509
|
// LensConvex aliases
|
|
1510
1510
|
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1511
1511
|
// LibraryBig aliases
|
|
1512
1512
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1513
|
+
// LensConcave aliases
|
|
1514
|
+
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1513
1515
|
// Library aliases
|
|
1514
1516
|
export { default as LibraryIcon } from '../icons/library';
|
|
1515
1517
|
// LifeBuoy aliases
|
|
1516
1518
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1517
1519
|
// Ligature aliases
|
|
1518
1520
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1519
|
-
// LineSquiggle aliases
|
|
1520
|
-
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1521
|
-
// LightbulbOff aliases
|
|
1522
|
-
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1523
1521
|
// Lightbulb aliases
|
|
1524
1522
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1523
|
+
// LightbulbOff aliases
|
|
1524
|
+
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1525
|
+
// LineDotRightHorizontal aliases
|
|
1526
|
+
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1527
|
+
// LineSquiggle aliases
|
|
1528
|
+
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1525
1529
|
// Link2Off aliases
|
|
1526
1530
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1527
1531
|
// Link2 aliases
|
|
1528
1532
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1529
|
-
// Link aliases
|
|
1530
|
-
export { default as LinkIcon } from '../icons/link';
|
|
1531
1533
|
// Linkedin aliases
|
|
1532
1534
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1535
|
+
// Link aliases
|
|
1536
|
+
export { default as LinkIcon } from '../icons/link';
|
|
1533
1537
|
// ListCheck aliases
|
|
1534
1538
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1535
1539
|
// ListChecks aliases
|
|
1536
1540
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1537
|
-
// ListChevronsDownUp aliases
|
|
1538
|
-
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1539
1541
|
// ListChevronsUpDown aliases
|
|
1540
1542
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1543
|
+
// ListChevronsDownUp aliases
|
|
1544
|
+
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1541
1545
|
// ListCollapse aliases
|
|
1542
1546
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1543
1547
|
// ListEnd aliases
|
|
@@ -1556,60 +1560,60 @@ export { default as ListPlusIcon } from '../icons/list-plus';
|
|
|
1556
1560
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1557
1561
|
// ListRestart aliases
|
|
1558
1562
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1559
|
-
// ListStart aliases
|
|
1560
|
-
export { default as ListStartIcon } from '../icons/list-start';
|
|
1561
1563
|
// ListTodo aliases
|
|
1562
1564
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1565
|
+
// ListStart aliases
|
|
1566
|
+
export { default as ListStartIcon } from '../icons/list-start';
|
|
1563
1567
|
// ListTree aliases
|
|
1564
1568
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1565
|
-
// ListX aliases
|
|
1566
|
-
export { default as ListXIcon } from '../icons/list-x';
|
|
1567
1569
|
// ListVideo aliases
|
|
1568
1570
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1571
|
+
// ListX aliases
|
|
1572
|
+
export { default as ListXIcon } from '../icons/list-x';
|
|
1569
1573
|
// List aliases
|
|
1570
1574
|
export { default as ListIcon } from '../icons/list';
|
|
1571
|
-
// LoaderPinwheel aliases
|
|
1572
|
-
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1573
1575
|
// Loader aliases
|
|
1574
1576
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1575
|
-
//
|
|
1576
|
-
export { default as
|
|
1577
|
-
// LocateFixed aliases
|
|
1578
|
-
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1577
|
+
// LoaderPinwheel aliases
|
|
1578
|
+
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1579
1579
|
// LocateOff aliases
|
|
1580
1580
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1581
|
+
// LocateFixed aliases
|
|
1582
|
+
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1583
|
+
// Locate aliases
|
|
1584
|
+
export { default as LocateIcon } from '../icons/locate';
|
|
1581
1585
|
// LockKeyhole aliases
|
|
1582
1586
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1583
|
-
// Lock aliases
|
|
1584
|
-
export { default as LockIcon } from '../icons/lock';
|
|
1585
1587
|
// LogIn aliases
|
|
1586
1588
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1587
|
-
// LogOut aliases
|
|
1588
|
-
export { default as LogOutIcon } from '../icons/log-out';
|
|
1589
1589
|
// Logs aliases
|
|
1590
1590
|
export { default as LogsIcon } from '../icons/logs';
|
|
1591
|
+
// Lock aliases
|
|
1592
|
+
export { default as LockIcon } from '../icons/lock';
|
|
1593
|
+
// LogOut aliases
|
|
1594
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1591
1595
|
// Lollipop aliases
|
|
1592
1596
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1593
|
-
// Luggage aliases
|
|
1594
|
-
export { default as LuggageIcon } from '../icons/luggage';
|
|
1595
1597
|
// Magnet aliases
|
|
1596
1598
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1597
|
-
//
|
|
1598
|
-
export { default as
|
|
1599
|
+
// Luggage aliases
|
|
1600
|
+
export { default as LuggageIcon } from '../icons/luggage';
|
|
1599
1601
|
// MailCheck aliases
|
|
1600
1602
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1601
1603
|
// MailOpen aliases
|
|
1602
1604
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1603
|
-
//
|
|
1604
|
-
export { default as
|
|
1605
|
+
// MailMinus aliases
|
|
1606
|
+
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1605
1607
|
// MailSearch aliases
|
|
1606
1608
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1607
|
-
//
|
|
1608
|
-
export { default as
|
|
1609
|
+
// MailPlus aliases
|
|
1610
|
+
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1609
1611
|
// MailWarning aliases
|
|
1610
1612
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1611
1613
|
// MailX aliases
|
|
1612
1614
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1615
|
+
// Mail aliases
|
|
1616
|
+
export { default as MailIcon } from '../icons/mail';
|
|
1613
1617
|
// Mailbox aliases
|
|
1614
1618
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1615
1619
|
// Mails aliases
|
|
@@ -1618,10 +1622,10 @@ export { default as MailsIcon } from '../icons/mails';
|
|
|
1618
1622
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1619
1623
|
// MapPinCheckInside aliases
|
|
1620
1624
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1621
|
-
// MapPinCheck aliases
|
|
1622
|
-
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1623
1625
|
// MapPinHouse aliases
|
|
1624
1626
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1627
|
+
// MapPinCheck aliases
|
|
1628
|
+
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1625
1629
|
// MapPinMinusInside aliases
|
|
1626
1630
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1627
1631
|
// MapPinMinus aliases
|
|
@@ -1634,18 +1638,18 @@ export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
|
1634
1638
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1635
1639
|
// MapPinXInside aliases
|
|
1636
1640
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1637
|
-
// MapPin aliases
|
|
1638
|
-
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1639
1641
|
// MapPinX aliases
|
|
1640
1642
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1641
1643
|
// MapPinned aliases
|
|
1642
1644
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1645
|
+
// MapPin aliases
|
|
1646
|
+
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1643
1647
|
// MapPlus aliases
|
|
1644
1648
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1645
|
-
// Map aliases
|
|
1646
|
-
export { default as MapIcon } from '../icons/map';
|
|
1647
1649
|
// MarsStroke aliases
|
|
1648
1650
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1651
|
+
// Map aliases
|
|
1652
|
+
export { default as MapIcon } from '../icons/map';
|
|
1649
1653
|
// Mars aliases
|
|
1650
1654
|
export { default as MarsIcon } from '../icons/mars';
|
|
1651
1655
|
// Martini aliases
|
|
@@ -1656,66 +1660,66 @@ export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
|
1656
1660
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1657
1661
|
// Medal aliases
|
|
1658
1662
|
export { default as MedalIcon } from '../icons/medal';
|
|
1659
|
-
// Megaphone aliases
|
|
1660
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1661
1663
|
// MegaphoneOff aliases
|
|
1662
1664
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1665
|
+
// Megaphone aliases
|
|
1666
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1663
1667
|
// Meh aliases
|
|
1664
1668
|
export { default as MehIcon } from '../icons/meh';
|
|
1665
1669
|
// MemoryStick aliases
|
|
1666
1670
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1667
|
-
// Menu aliases
|
|
1668
|
-
export { default as MenuIcon } from '../icons/menu';
|
|
1669
1671
|
// Merge aliases
|
|
1670
1672
|
export { default as MergeIcon } from '../icons/merge';
|
|
1673
|
+
// Menu aliases
|
|
1674
|
+
export { default as MenuIcon } from '../icons/menu';
|
|
1671
1675
|
// MessageCircleCode aliases
|
|
1672
1676
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1673
1677
|
// MessageCircleDashed aliases
|
|
1674
1678
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1679
|
+
// MessageCircleHeart aliases
|
|
1680
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1675
1681
|
// MessageCircleMore aliases
|
|
1676
1682
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1677
1683
|
// MessageCircleOff aliases
|
|
1678
1684
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1679
1685
|
// MessageCirclePlus aliases
|
|
1680
1686
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1681
|
-
// MessageCircleHeart aliases
|
|
1682
|
-
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1683
1687
|
// MessageCircleReply aliases
|
|
1684
1688
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1685
1689
|
// MessageCircleWarning aliases
|
|
1686
1690
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1687
1691
|
// MessageCircleX aliases
|
|
1688
1692
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1689
|
-
// MessageCircle aliases
|
|
1690
|
-
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1691
1693
|
// MessageSquareCode aliases
|
|
1692
1694
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1695
|
+
// MessageCircle aliases
|
|
1696
|
+
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1697
|
+
// MessageSquareDashed aliases
|
|
1698
|
+
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1693
1699
|
// MessageSquareDiff aliases
|
|
1694
1700
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1695
1701
|
// MessageSquareDot aliases
|
|
1696
1702
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1697
|
-
// MessageSquareDashed aliases
|
|
1698
|
-
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1699
|
-
// MessageSquareHeart aliases
|
|
1700
|
-
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1701
1703
|
// MessageSquareLock aliases
|
|
1702
1704
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1705
|
+
// MessageSquareHeart aliases
|
|
1706
|
+
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1703
1707
|
// MessageSquareMore aliases
|
|
1704
1708
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1705
1709
|
// MessageSquareOff aliases
|
|
1706
1710
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1707
|
-
// MessageSquareQuote aliases
|
|
1708
|
-
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1709
|
-
// MessageSquarePlus aliases
|
|
1710
|
-
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1711
1711
|
// MessageSquareReply aliases
|
|
1712
1712
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1713
|
+
// MessageSquarePlus aliases
|
|
1714
|
+
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1715
|
+
// MessageSquareText aliases
|
|
1716
|
+
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1717
|
+
// MessageSquareQuote aliases
|
|
1718
|
+
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1713
1719
|
// MessageSquareShare aliases
|
|
1714
1720
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1715
1721
|
// MessageSquareWarning aliases
|
|
1716
1722
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1717
|
-
// MessageSquareText aliases
|
|
1718
|
-
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1719
1723
|
// MessageSquareX aliases
|
|
1720
1724
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1721
1725
|
// MessageSquare aliases
|
|
@@ -1724,20 +1728,20 @@ export { default as MessageSquareIcon } from '../icons/message-square';
|
|
|
1724
1728
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1725
1729
|
// MicOff aliases
|
|
1726
1730
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1727
|
-
// Mic aliases
|
|
1728
|
-
export { default as MicIcon } from '../icons/mic';
|
|
1729
|
-
// Microscope aliases
|
|
1730
|
-
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1731
1731
|
// Microchip aliases
|
|
1732
1732
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1733
|
+
// Mic aliases
|
|
1734
|
+
export { default as MicIcon } from '../icons/mic';
|
|
1733
1735
|
// Microwave aliases
|
|
1734
1736
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1737
|
+
// Microscope aliases
|
|
1738
|
+
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1739
|
+
// MilkOff aliases
|
|
1740
|
+
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1735
1741
|
// Milestone aliases
|
|
1736
1742
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1737
1743
|
// Milk aliases
|
|
1738
1744
|
export { default as MilkIcon } from '../icons/milk';
|
|
1739
|
-
// MilkOff aliases
|
|
1740
|
-
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1741
1745
|
// Minimize2 aliases
|
|
1742
1746
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1743
1747
|
// Minimize aliases
|
|
@@ -1748,60 +1752,60 @@ export { default as MinusIcon } from '../icons/minus';
|
|
|
1748
1752
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1749
1753
|
// MonitorCheck aliases
|
|
1750
1754
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1751
|
-
// MonitorCog aliases
|
|
1752
|
-
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1753
|
-
// MonitorOff aliases
|
|
1754
|
-
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1755
1755
|
// MonitorDot aliases
|
|
1756
1756
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1757
|
+
// MonitorCog aliases
|
|
1758
|
+
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1757
1759
|
// MonitorDown aliases
|
|
1758
1760
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1759
|
-
//
|
|
1760
|
-
export { default as
|
|
1761
|
+
// MonitorOff aliases
|
|
1762
|
+
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1761
1763
|
// MonitorPause aliases
|
|
1762
1764
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1763
1765
|
// MonitorSmartphone aliases
|
|
1764
1766
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1767
|
+
// MonitorPlay aliases
|
|
1768
|
+
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1765
1769
|
// MonitorStop aliases
|
|
1766
1770
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1767
1771
|
// MonitorSpeaker aliases
|
|
1768
1772
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1769
|
-
// MonitorX aliases
|
|
1770
|
-
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1771
1773
|
// MonitorUp aliases
|
|
1772
1774
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1773
1775
|
// Monitor aliases
|
|
1774
1776
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1777
|
+
// MonitorX aliases
|
|
1778
|
+
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1775
1779
|
// MoonStar aliases
|
|
1776
1780
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1777
|
-
// Moon aliases
|
|
1778
|
-
export { default as MoonIcon } from '../icons/moon';
|
|
1779
1781
|
// Motorbike aliases
|
|
1780
1782
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1781
1783
|
// MountainSnow aliases
|
|
1782
1784
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1785
|
+
// Moon aliases
|
|
1786
|
+
export { default as MoonIcon } from '../icons/moon';
|
|
1783
1787
|
// Mountain aliases
|
|
1784
1788
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1785
|
-
// MouseOff aliases
|
|
1786
|
-
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1787
|
-
// MousePointer2Off aliases
|
|
1788
|
-
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1789
1789
|
// MousePointer2 aliases
|
|
1790
1790
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1791
|
+
// MousePointer2Off aliases
|
|
1792
|
+
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1793
|
+
// MouseOff aliases
|
|
1794
|
+
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1791
1795
|
// MousePointerBan aliases
|
|
1792
1796
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1793
|
-
// MousePointerClick aliases
|
|
1794
|
-
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1795
1797
|
// MousePointer aliases
|
|
1796
1798
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1797
1799
|
// Mouse aliases
|
|
1798
1800
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1801
|
+
// MousePointerClick aliases
|
|
1802
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1799
1803
|
// MoveDiagonal2 aliases
|
|
1800
1804
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1801
|
-
// MoveDiagonal aliases
|
|
1802
|
-
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1803
1805
|
// MoveDownLeft aliases
|
|
1804
1806
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1807
|
+
// MoveDiagonal aliases
|
|
1808
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1805
1809
|
// MoveDownRight aliases
|
|
1806
1810
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1807
1811
|
// MoveDown aliases
|
|
@@ -1816,36 +1820,36 @@ export { default as MoveRightIcon } from '../icons/move-right';
|
|
|
1816
1820
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1817
1821
|
// MoveUpRight aliases
|
|
1818
1822
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1819
|
-
// MoveUp aliases
|
|
1820
|
-
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1821
1823
|
// MoveVertical aliases
|
|
1822
1824
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1823
|
-
//
|
|
1824
|
-
export { default as
|
|
1825
|
+
// MoveUp aliases
|
|
1826
|
+
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1825
1827
|
// Move aliases
|
|
1826
1828
|
export { default as MoveIcon } from '../icons/move';
|
|
1827
1829
|
// Music2 aliases
|
|
1828
1830
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1829
1831
|
// Music4 aliases
|
|
1830
1832
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1833
|
+
// Music3 aliases
|
|
1834
|
+
export { default as Music3Icon } from '../icons/music-3';
|
|
1831
1835
|
// Music aliases
|
|
1832
1836
|
export { default as MusicIcon } from '../icons/music';
|
|
1833
1837
|
// Navigation2 aliases
|
|
1834
1838
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1835
1839
|
// Navigation2Off aliases
|
|
1836
1840
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1837
|
-
// Navigation aliases
|
|
1838
|
-
export { default as NavigationIcon } from '../icons/navigation';
|
|
1839
1841
|
// NavigationOff aliases
|
|
1840
1842
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1841
1843
|
// Network aliases
|
|
1842
1844
|
export { default as NetworkIcon } from '../icons/network';
|
|
1845
|
+
// Nfc aliases
|
|
1846
|
+
export { default as NfcIcon } from '../icons/nfc';
|
|
1847
|
+
// Navigation aliases
|
|
1848
|
+
export { default as NavigationIcon } from '../icons/navigation';
|
|
1843
1849
|
// Newspaper aliases
|
|
1844
1850
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1845
1851
|
// NonBinary aliases
|
|
1846
1852
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1847
|
-
// Nfc aliases
|
|
1848
|
-
export { default as NfcIcon } from '../icons/nfc';
|
|
1849
1853
|
// NotebookPen aliases
|
|
1850
1854
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1851
1855
|
// NotebookTabs aliases
|
|
@@ -1854,14 +1858,14 @@ export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
|
1854
1858
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1855
1859
|
// Notebook aliases
|
|
1856
1860
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1857
|
-
// NotepadText aliases
|
|
1858
|
-
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1859
|
-
// Nut aliases
|
|
1860
|
-
export { default as NutIcon } from '../icons/nut';
|
|
1861
1861
|
// NotepadTextDashed aliases
|
|
1862
1862
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1863
|
+
// NotepadText aliases
|
|
1864
|
+
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1863
1865
|
// NutOff aliases
|
|
1864
1866
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1867
|
+
// Nut aliases
|
|
1868
|
+
export { default as NutIcon } from '../icons/nut';
|
|
1865
1869
|
// OctagonMinus aliases
|
|
1866
1870
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1867
1871
|
// Octagon aliases
|
|
@@ -1878,38 +1882,38 @@ export { default as Package2Icon } from '../icons/package-2';
|
|
|
1878
1882
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1879
1883
|
// PackageCheck aliases
|
|
1880
1884
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1885
|
+
// PackageOpen aliases
|
|
1886
|
+
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1881
1887
|
// PackageMinus aliases
|
|
1882
1888
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1889
|
+
// PackageX aliases
|
|
1890
|
+
export { default as PackageXIcon } from '../icons/package-x';
|
|
1883
1891
|
// PackagePlus aliases
|
|
1884
1892
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1885
|
-
// PackageOpen aliases
|
|
1886
|
-
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1887
1893
|
// PackageSearch aliases
|
|
1888
1894
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1889
|
-
// PackageX aliases
|
|
1890
|
-
export { default as PackageXIcon } from '../icons/package-x';
|
|
1891
1895
|
// PaintBucket aliases
|
|
1892
1896
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1893
1897
|
// Package aliases
|
|
1894
1898
|
export { default as PackageIcon } from '../icons/package';
|
|
1895
1899
|
// PaintRoller aliases
|
|
1896
1900
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1897
|
-
// Palette aliases
|
|
1898
|
-
export { default as PaletteIcon } from '../icons/palette';
|
|
1899
1901
|
// Paintbrush aliases
|
|
1900
1902
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1903
|
+
// Palette aliases
|
|
1904
|
+
export { default as PaletteIcon } from '../icons/palette';
|
|
1901
1905
|
// Panda aliases
|
|
1902
1906
|
export { default as PandaIcon } from '../icons/panda';
|
|
1903
1907
|
// PanelBottomClose aliases
|
|
1904
1908
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1905
1909
|
// PanelBottomOpen aliases
|
|
1906
1910
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1907
|
-
// PanelLeftRightDashed aliases
|
|
1908
|
-
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1909
1911
|
// PanelBottom aliases
|
|
1910
1912
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1911
1913
|
// PanelRightClose aliases
|
|
1912
1914
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1915
|
+
// PanelLeftRightDashed aliases
|
|
1916
|
+
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1913
1917
|
// PanelRightOpen aliases
|
|
1914
1918
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1915
1919
|
// PanelRight aliases
|
|
@@ -1918,42 +1922,42 @@ export { default as PanelRightIcon } from '../icons/panel-right';
|
|
|
1918
1922
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1919
1923
|
// PanelTopClose aliases
|
|
1920
1924
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1921
|
-
// PanelTop aliases
|
|
1922
|
-
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1923
1925
|
// PanelTopOpen aliases
|
|
1924
1926
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1925
|
-
//
|
|
1926
|
-
export { default as
|
|
1927
|
+
// PanelTop aliases
|
|
1928
|
+
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1927
1929
|
// PanelsRightBottom aliases
|
|
1928
1930
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1931
|
+
// PanelsLeftBottom aliases
|
|
1932
|
+
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1929
1933
|
// Paperclip aliases
|
|
1930
1934
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1931
|
-
// ParkingMeter aliases
|
|
1932
|
-
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1933
1935
|
// Parentheses aliases
|
|
1934
1936
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1937
|
+
// ParkingMeter aliases
|
|
1938
|
+
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1935
1939
|
// PartyPopper aliases
|
|
1936
1940
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1937
1941
|
// Pause aliases
|
|
1938
1942
|
export { default as PauseIcon } from '../icons/pause';
|
|
1939
|
-
// PcCase aliases
|
|
1940
|
-
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1941
1943
|
// PawPrint aliases
|
|
1942
1944
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1943
|
-
//
|
|
1944
|
-
export { default as
|
|
1945
|
+
// PcCase aliases
|
|
1946
|
+
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1945
1947
|
// PenTool aliases
|
|
1946
1948
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1949
|
+
// PenOff aliases
|
|
1950
|
+
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1947
1951
|
// PencilLine aliases
|
|
1948
1952
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1949
|
-
// PencilRuler aliases
|
|
1950
|
-
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1951
1953
|
// PencilOff aliases
|
|
1952
1954
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1953
1955
|
// Pencil aliases
|
|
1954
1956
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1955
1957
|
// Percent aliases
|
|
1956
1958
|
export { default as PercentIcon } from '../icons/percent';
|
|
1959
|
+
// PencilRuler aliases
|
|
1960
|
+
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1957
1961
|
// Pentagon aliases
|
|
1958
1962
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1959
1963
|
// PhilippinePeso aliases
|
|
@@ -1964,22 +1968,22 @@ export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
|
1964
1968
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1965
1969
|
// PhoneForwarded aliases
|
|
1966
1970
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1971
|
+
// PhoneMissed aliases
|
|
1972
|
+
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1967
1973
|
// PhoneIncoming aliases
|
|
1968
1974
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1969
1975
|
// PhoneOff aliases
|
|
1970
1976
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1971
|
-
// PhoneMissed aliases
|
|
1972
|
-
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1973
1977
|
// PhoneOutgoing aliases
|
|
1974
1978
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1975
1979
|
// Phone aliases
|
|
1976
1980
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1981
|
+
// Pi aliases
|
|
1982
|
+
export { default as PiIcon } from '../icons/pi';
|
|
1977
1983
|
// Pickaxe aliases
|
|
1978
1984
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1979
1985
|
// Piano aliases
|
|
1980
1986
|
export { default as PianoIcon } from '../icons/piano';
|
|
1981
|
-
// Pi aliases
|
|
1982
|
-
export { default as PiIcon } from '../icons/pi';
|
|
1983
1987
|
// PictureInPicture2 aliases
|
|
1984
1988
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1985
1989
|
// PictureInPicture aliases
|
|
@@ -1988,20 +1992,20 @@ export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
|
1988
1992
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1989
1993
|
// PilcrowLeft aliases
|
|
1990
1994
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1991
|
-
// PilcrowRight aliases
|
|
1992
|
-
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1993
1995
|
// Pilcrow aliases
|
|
1994
1996
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1997
|
+
// PilcrowRight aliases
|
|
1998
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1995
1999
|
// PillBottle aliases
|
|
1996
2000
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1997
2001
|
// Pill aliases
|
|
1998
2002
|
export { default as PillIcon } from '../icons/pill';
|
|
1999
2003
|
// PinOff aliases
|
|
2000
2004
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2001
|
-
// Pipette aliases
|
|
2002
|
-
export { default as PipetteIcon } from '../icons/pipette';
|
|
2003
2005
|
// Pin aliases
|
|
2004
2006
|
export { default as PinIcon } from '../icons/pin';
|
|
2007
|
+
// Pipette aliases
|
|
2008
|
+
export { default as PipetteIcon } from '../icons/pipette';
|
|
2005
2009
|
// Pizza aliases
|
|
2006
2010
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2007
2011
|
// PlaneLanding aliases
|
|
@@ -2018,12 +2022,12 @@ export { default as Plug2Icon } from '../icons/plug-2';
|
|
|
2018
2022
|
export { default as PlugIcon } from '../icons/plug';
|
|
2019
2023
|
// Plus aliases
|
|
2020
2024
|
export { default as PlusIcon } from '../icons/plus';
|
|
2025
|
+
// Podcast aliases
|
|
2026
|
+
export { default as PodcastIcon } from '../icons/podcast';
|
|
2021
2027
|
// PocketKnife aliases
|
|
2022
2028
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2023
2029
|
// Pocket aliases
|
|
2024
2030
|
export { default as PocketIcon } from '../icons/pocket';
|
|
2025
|
-
// Podcast aliases
|
|
2026
|
-
export { default as PodcastIcon } from '../icons/podcast';
|
|
2027
2031
|
// PointerOff aliases
|
|
2028
2032
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2029
2033
|
// Pointer aliases
|
|
@@ -2032,16 +2036,16 @@ export { default as PointerIcon } from '../icons/pointer';
|
|
|
2032
2036
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2033
2037
|
// Popsicle aliases
|
|
2034
2038
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2035
|
-
// PoundSterling aliases
|
|
2036
|
-
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2037
2039
|
// PowerOff aliases
|
|
2038
2040
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2041
|
+
// PoundSterling aliases
|
|
2042
|
+
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2039
2043
|
// Power aliases
|
|
2040
2044
|
export { default as PowerIcon } from '../icons/power';
|
|
2041
|
-
// Presentation aliases
|
|
2042
|
-
export { default as PresentationIcon } from '../icons/presentation';
|
|
2043
2045
|
// PrinterCheck aliases
|
|
2044
2046
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2047
|
+
// Presentation aliases
|
|
2048
|
+
export { default as PresentationIcon } from '../icons/presentation';
|
|
2045
2049
|
// PrinterX aliases
|
|
2046
2050
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2047
2051
|
// Projector aliases
|
|
@@ -2054,24 +2058,24 @@ export { default as ProportionsIcon } from '../icons/proportions';
|
|
|
2054
2058
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2055
2059
|
// Pyramid aliases
|
|
2056
2060
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2057
|
-
// QrCode aliases
|
|
2058
|
-
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2059
2061
|
// Quote aliases
|
|
2060
2062
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2061
|
-
//
|
|
2062
|
-
export { default as
|
|
2063
|
+
// QrCode aliases
|
|
2064
|
+
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2063
2065
|
// Rabbit aliases
|
|
2064
2066
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2065
|
-
//
|
|
2066
|
-
export { default as
|
|
2067
|
+
// Radar aliases
|
|
2068
|
+
export { default as RadarIcon } from '../icons/radar';
|
|
2067
2069
|
// Radical aliases
|
|
2068
2070
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2071
|
+
// Radiation aliases
|
|
2072
|
+
export { default as RadiationIcon } from '../icons/radiation';
|
|
2073
|
+
// RadioReceiver aliases
|
|
2074
|
+
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2069
2075
|
// RadioTower aliases
|
|
2070
2076
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2071
2077
|
// Radio aliases
|
|
2072
2078
|
export { default as RadioIcon } from '../icons/radio';
|
|
2073
|
-
// RadioReceiver aliases
|
|
2074
|
-
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2075
2079
|
// Radius aliases
|
|
2076
2080
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2077
2081
|
// RailSymbol aliases
|
|
@@ -2080,10 +2084,10 @@ export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
|
2080
2084
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2081
2085
|
// Rat aliases
|
|
2082
2086
|
export { default as RatIcon } from '../icons/rat';
|
|
2083
|
-
// Ratio aliases
|
|
2084
|
-
export { default as RatioIcon } from '../icons/ratio';
|
|
2085
2087
|
// ReceiptCent aliases
|
|
2086
2088
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2089
|
+
// Ratio aliases
|
|
2090
|
+
export { default as RatioIcon } from '../icons/ratio';
|
|
2087
2091
|
// ReceiptIndianRupee aliases
|
|
2088
2092
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2089
2093
|
// ReceiptJapaneseYen aliases
|
|
@@ -2100,54 +2104,54 @@ export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
|
2100
2104
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2101
2105
|
// ReceiptTurkishLira aliases
|
|
2102
2106
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2103
|
-
// Receipt aliases
|
|
2104
|
-
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2105
2107
|
// RectangleCircle aliases
|
|
2106
2108
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2107
|
-
//
|
|
2108
|
-
export { default as
|
|
2109
|
+
// Receipt aliases
|
|
2110
|
+
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2109
2111
|
// RectangleGoggles aliases
|
|
2110
2112
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2111
|
-
//
|
|
2112
|
-
export { default as
|
|
2113
|
+
// RectangleHorizontal aliases
|
|
2114
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2113
2115
|
// RectangleVertical aliases
|
|
2114
2116
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2115
|
-
//
|
|
2116
|
-
export { default as
|
|
2117
|
+
// Recycle aliases
|
|
2118
|
+
export { default as RecycleIcon } from '../icons/recycle';
|
|
2117
2119
|
// RedoDot aliases
|
|
2118
2120
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2121
|
+
// Redo2 aliases
|
|
2122
|
+
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2119
2123
|
// Redo aliases
|
|
2120
2124
|
export { default as RedoIcon } from '../icons/redo';
|
|
2121
|
-
// RefreshCcw aliases
|
|
2122
|
-
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2123
2125
|
// RefreshCcwDot aliases
|
|
2124
2126
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2127
|
+
// RefreshCcw aliases
|
|
2128
|
+
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2125
2129
|
// RefreshCwOff aliases
|
|
2126
2130
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2127
2131
|
// RefreshCw aliases
|
|
2128
2132
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2129
2133
|
// Refrigerator aliases
|
|
2130
2134
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2131
|
-
// Regex aliases
|
|
2132
|
-
export { default as RegexIcon } from '../icons/regex';
|
|
2133
2135
|
// RemoveFormatting aliases
|
|
2134
2136
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2135
2137
|
// Repeat1 aliases
|
|
2136
2138
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2139
|
+
// Regex aliases
|
|
2140
|
+
export { default as RegexIcon } from '../icons/regex';
|
|
2137
2141
|
// Repeat2 aliases
|
|
2138
2142
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2139
2143
|
// Repeat aliases
|
|
2140
2144
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2141
2145
|
// ReplaceAll aliases
|
|
2142
2146
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2143
|
-
// Reply aliases
|
|
2144
|
-
export { default as ReplyIcon } from '../icons/reply';
|
|
2145
2147
|
// Replace aliases
|
|
2146
2148
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2147
2149
|
// ReplyAll aliases
|
|
2148
2150
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2149
2151
|
// Rewind aliases
|
|
2150
2152
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2153
|
+
// Reply aliases
|
|
2154
|
+
export { default as ReplyIcon } from '../icons/reply';
|
|
2151
2155
|
// Ribbon aliases
|
|
2152
2156
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2153
2157
|
// Rocket aliases
|
|
@@ -2166,16 +2170,16 @@ export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
|
2166
2170
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2167
2171
|
// RotateCwSquare aliases
|
|
2168
2172
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2169
|
-
// RouteOff aliases
|
|
2170
|
-
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2171
2173
|
// RotateCw aliases
|
|
2172
2174
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2173
2175
|
// Route aliases
|
|
2174
2176
|
export { default as RouteIcon } from '../icons/route';
|
|
2175
|
-
//
|
|
2176
|
-
export { default as
|
|
2177
|
+
// RouteOff aliases
|
|
2178
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2177
2179
|
// Router aliases
|
|
2178
2180
|
export { default as RouterIcon } from '../icons/router';
|
|
2181
|
+
// Rows4 aliases
|
|
2182
|
+
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2179
2183
|
// Rss aliases
|
|
2180
2184
|
export { default as RssIcon } from '../icons/rss';
|
|
2181
2185
|
// RulerDimensionLine aliases
|
|
@@ -2184,32 +2188,32 @@ export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line
|
|
|
2184
2188
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2185
2189
|
// RussianRuble aliases
|
|
2186
2190
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2187
|
-
// Sailboat aliases
|
|
2188
|
-
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2189
2191
|
// Salad aliases
|
|
2190
2192
|
export { default as SaladIcon } from '../icons/salad';
|
|
2193
|
+
// Sailboat aliases
|
|
2194
|
+
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2191
2195
|
// Sandwich aliases
|
|
2192
2196
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2193
2197
|
// SatelliteDish aliases
|
|
2194
2198
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2195
|
-
// Satellite aliases
|
|
2196
|
-
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2197
2199
|
// SaudiRiyal aliases
|
|
2198
2200
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2201
|
+
// Satellite aliases
|
|
2202
|
+
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2199
2203
|
// SaveAll aliases
|
|
2200
2204
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2201
2205
|
// SaveOff aliases
|
|
2202
2206
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2203
|
-
// Save aliases
|
|
2204
|
-
export { default as SaveIcon } from '../icons/save';
|
|
2205
2207
|
// Scale aliases
|
|
2206
2208
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2209
|
+
// Save aliases
|
|
2210
|
+
export { default as SaveIcon } from '../icons/save';
|
|
2207
2211
|
// Scaling aliases
|
|
2208
2212
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2209
|
-
// ScanEye aliases
|
|
2210
|
-
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2211
2213
|
// ScanBarcode aliases
|
|
2212
2214
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2215
|
+
// ScanEye aliases
|
|
2216
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2213
2217
|
// ScanFace aliases
|
|
2214
2218
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2215
2219
|
// ScanHeart aliases
|
|
@@ -2222,24 +2226,24 @@ export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
|
2222
2226
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2223
2227
|
// ScanText aliases
|
|
2224
2228
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2225
|
-
// Scan aliases
|
|
2226
|
-
export { default as ScanIcon } from '../icons/scan';
|
|
2227
2229
|
// School aliases
|
|
2228
2230
|
export { default as SchoolIcon } from '../icons/school';
|
|
2229
2231
|
// ScissorsLineDashed aliases
|
|
2230
2232
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2231
|
-
//
|
|
2232
|
-
export { default as
|
|
2233
|
+
// Scan aliases
|
|
2234
|
+
export { default as ScanIcon } from '../icons/scan';
|
|
2233
2235
|
// ScreenShareOff aliases
|
|
2234
2236
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2235
2237
|
// Scissors aliases
|
|
2236
2238
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2237
2239
|
// ScreenShare aliases
|
|
2238
2240
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2239
|
-
//
|
|
2240
|
-
export { default as
|
|
2241
|
+
// Scooter aliases
|
|
2242
|
+
export { default as ScooterIcon } from '../icons/scooter';
|
|
2241
2243
|
// Scroll aliases
|
|
2242
2244
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2245
|
+
// ScrollText aliases
|
|
2246
|
+
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2243
2247
|
// SearchAlert aliases
|
|
2244
2248
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2245
2249
|
// SearchCheck aliases
|
|
@@ -2250,10 +2254,10 @@ export { default as SearchCodeIcon } from '../icons/search-code';
|
|
|
2250
2254
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2251
2255
|
// SearchX aliases
|
|
2252
2256
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2253
|
-
// Search aliases
|
|
2254
|
-
export { default as SearchIcon } from '../icons/search';
|
|
2255
2257
|
// Section aliases
|
|
2256
2258
|
export { default as SectionIcon } from '../icons/section';
|
|
2259
|
+
// Search aliases
|
|
2260
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2257
2261
|
// SendToBack aliases
|
|
2258
2262
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2259
2263
|
// Send aliases
|
|
@@ -2262,24 +2266,24 @@ export { default as SendIcon } from '../icons/send';
|
|
|
2262
2266
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2263
2267
|
// SeparatorVertical aliases
|
|
2264
2268
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2265
|
-
// ServerCog aliases
|
|
2266
|
-
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2267
2269
|
// ServerCrash aliases
|
|
2268
2270
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2269
|
-
//
|
|
2270
|
-
export { default as
|
|
2271
|
+
// ServerCog aliases
|
|
2272
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2271
2273
|
// Server aliases
|
|
2272
2274
|
export { default as ServerIcon } from '../icons/server';
|
|
2275
|
+
// ServerOff aliases
|
|
2276
|
+
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2273
2277
|
// Settings2 aliases
|
|
2274
2278
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2275
2279
|
// Settings aliases
|
|
2276
2280
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2281
|
+
// Share aliases
|
|
2282
|
+
export { default as ShareIcon } from '../icons/share';
|
|
2277
2283
|
// Shapes aliases
|
|
2278
2284
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2279
2285
|
// Share2 aliases
|
|
2280
2286
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2281
|
-
// Share aliases
|
|
2282
|
-
export { default as ShareIcon } from '../icons/share';
|
|
2283
2287
|
// Sheet aliases
|
|
2284
2288
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2285
2289
|
// Shell aliases
|
|
@@ -2288,72 +2292,72 @@ export { default as ShellIcon } from '../icons/shell';
|
|
|
2288
2292
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2289
2293
|
// ShieldBan aliases
|
|
2290
2294
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2291
|
-
// ShieldEllipsis aliases
|
|
2292
|
-
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2293
2295
|
// ShieldCheck aliases
|
|
2294
2296
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2295
|
-
//
|
|
2296
|
-
export { default as
|
|
2297
|
+
// ShieldEllipsis aliases
|
|
2298
|
+
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2297
2299
|
// ShieldHalf aliases
|
|
2298
2300
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2299
2301
|
// ShieldOff aliases
|
|
2300
2302
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2303
|
+
// ShieldMinus aliases
|
|
2304
|
+
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2301
2305
|
// ShieldPlus aliases
|
|
2302
2306
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2303
2307
|
// ShieldUser aliases
|
|
2304
2308
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2305
|
-
// Shield aliases
|
|
2306
|
-
export { default as ShieldIcon } from '../icons/shield';
|
|
2307
|
-
// Ship aliases
|
|
2308
|
-
export { default as ShipIcon } from '../icons/ship';
|
|
2309
2309
|
// ShipWheel aliases
|
|
2310
2310
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2311
|
-
//
|
|
2312
|
-
export { default as
|
|
2311
|
+
// Ship aliases
|
|
2312
|
+
export { default as ShipIcon } from '../icons/ship';
|
|
2313
|
+
// Shield aliases
|
|
2314
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2313
2315
|
// ShoppingBag aliases
|
|
2314
2316
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2317
|
+
// Shirt aliases
|
|
2318
|
+
export { default as ShirtIcon } from '../icons/shirt';
|
|
2315
2319
|
// ShoppingBasket aliases
|
|
2316
2320
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2317
2321
|
// ShoppingCart aliases
|
|
2318
2322
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2319
|
-
// ShowerHead aliases
|
|
2320
|
-
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2321
2323
|
// Shovel aliases
|
|
2322
2324
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2323
|
-
//
|
|
2324
|
-
export { default as
|
|
2325
|
+
// ShowerHead aliases
|
|
2326
|
+
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2325
2327
|
// Shrimp aliases
|
|
2326
2328
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2327
|
-
// Shrink aliases
|
|
2328
|
-
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2329
2329
|
// Shrub aliases
|
|
2330
2330
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2331
|
+
// Shredder aliases
|
|
2332
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2333
|
+
// Shrink aliases
|
|
2334
|
+
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2335
|
+
// Sigma aliases
|
|
2336
|
+
export { default as SigmaIcon } from '../icons/sigma';
|
|
2331
2337
|
// Shuffle aliases
|
|
2332
2338
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2333
2339
|
// SignalHigh aliases
|
|
2334
2340
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2335
|
-
// Sigma aliases
|
|
2336
|
-
export { default as SigmaIcon } from '../icons/sigma';
|
|
2337
2341
|
// SignalLow aliases
|
|
2338
2342
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2343
|
+
// Signal aliases
|
|
2344
|
+
export { default as SignalIcon } from '../icons/signal';
|
|
2339
2345
|
// SignalMedium aliases
|
|
2340
2346
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2341
2347
|
// SignalZero aliases
|
|
2342
2348
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2343
|
-
// Signal aliases
|
|
2344
|
-
export { default as SignalIcon } from '../icons/signal';
|
|
2345
2349
|
// Signature aliases
|
|
2346
2350
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2347
|
-
// SignpostBig aliases
|
|
2348
|
-
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2349
2351
|
// Signpost aliases
|
|
2350
2352
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2351
2353
|
// Siren aliases
|
|
2352
2354
|
export { default as SirenIcon } from '../icons/siren';
|
|
2353
|
-
//
|
|
2354
|
-
export { default as
|
|
2355
|
+
// SignpostBig aliases
|
|
2356
|
+
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2355
2357
|
// SkipBack aliases
|
|
2356
2358
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2359
|
+
// SkipForward aliases
|
|
2360
|
+
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2357
2361
|
// Skull aliases
|
|
2358
2362
|
export { default as SkullIcon } from '../icons/skull';
|
|
2359
2363
|
// Slack aliases
|
|
@@ -2368,38 +2372,38 @@ export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
|
2368
2372
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2369
2373
|
// SmartphoneNfc aliases
|
|
2370
2374
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2371
|
-
// Smartphone aliases
|
|
2372
|
-
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2373
2375
|
// SmilePlus aliases
|
|
2374
2376
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2377
|
+
// Smartphone aliases
|
|
2378
|
+
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2375
2379
|
// Smile aliases
|
|
2376
2380
|
export { default as SmileIcon } from '../icons/smile';
|
|
2377
2381
|
// Snail aliases
|
|
2378
2382
|
export { default as SnailIcon } from '../icons/snail';
|
|
2379
|
-
// Snowflake aliases
|
|
2380
|
-
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2381
2383
|
// SoapDispenserDroplet aliases
|
|
2382
2384
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2385
|
+
// Snowflake aliases
|
|
2386
|
+
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2383
2387
|
// Sofa aliases
|
|
2384
2388
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2385
2389
|
// SolarPanel aliases
|
|
2386
2390
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2387
|
-
// Sparkle aliases
|
|
2388
|
-
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2389
2391
|
// Soup aliases
|
|
2390
2392
|
export { default as SoupIcon } from '../icons/soup';
|
|
2391
|
-
// Space aliases
|
|
2392
|
-
export { default as SpaceIcon } from '../icons/space';
|
|
2393
2393
|
// Spade aliases
|
|
2394
2394
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2395
|
+
// Space aliases
|
|
2396
|
+
export { default as SpaceIcon } from '../icons/space';
|
|
2397
|
+
// Sparkle aliases
|
|
2398
|
+
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2395
2399
|
// Speaker aliases
|
|
2396
2400
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2397
2401
|
// Speech aliases
|
|
2398
2402
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2399
|
-
// SpellCheck aliases
|
|
2400
|
-
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2401
2403
|
// SpellCheck2 aliases
|
|
2402
2404
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2405
|
+
// SpellCheck aliases
|
|
2406
|
+
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2403
2407
|
// SplinePointer aliases
|
|
2404
2408
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2405
2409
|
// Spline aliases
|
|
@@ -2416,56 +2420,56 @@ export { default as SprayCanIcon } from '../icons/spray-can';
|
|
|
2416
2420
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2417
2421
|
// Sprout aliases
|
|
2418
2422
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2419
|
-
// SquareDashedTopSolid aliases
|
|
2420
|
-
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2421
2423
|
// SquareDashedBottom aliases
|
|
2422
2424
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2423
2425
|
// SquarePause aliases
|
|
2424
2426
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2427
|
+
// SquareDashedTopSolid aliases
|
|
2428
|
+
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2425
2429
|
// SquareRadical aliases
|
|
2426
2430
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2427
2431
|
// SquareRoundCorner aliases
|
|
2428
2432
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2429
|
-
// SquareSquare aliases
|
|
2430
|
-
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2431
2433
|
// SquareStack aliases
|
|
2432
2434
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2433
2435
|
// SquareStar aliases
|
|
2434
2436
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2437
|
+
// SquareSquare aliases
|
|
2438
|
+
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2435
2439
|
// SquareStop aliases
|
|
2436
2440
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2437
2441
|
// Square aliases
|
|
2438
2442
|
export { default as SquareIcon } from '../icons/square';
|
|
2439
2443
|
// SquaresExclude aliases
|
|
2440
2444
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2441
|
-
// SquaresSubtract aliases
|
|
2442
|
-
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2443
2445
|
// SquaresIntersect aliases
|
|
2444
2446
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2445
2447
|
// SquaresUnite aliases
|
|
2446
2448
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2449
|
+
// SquaresSubtract aliases
|
|
2450
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2447
2451
|
// SquircleDashed aliases
|
|
2448
2452
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2453
|
+
// Squircle aliases
|
|
2454
|
+
export { default as SquircleIcon } from '../icons/squircle';
|
|
2449
2455
|
// Squirrel aliases
|
|
2450
2456
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2451
2457
|
// Stamp aliases
|
|
2452
2458
|
export { default as StampIcon } from '../icons/stamp';
|
|
2453
|
-
// Squircle aliases
|
|
2454
|
-
export { default as SquircleIcon } from '../icons/squircle';
|
|
2455
2459
|
// StarHalf aliases
|
|
2456
2460
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2457
2461
|
// StarOff aliases
|
|
2458
2462
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2459
2463
|
// StepBack aliases
|
|
2460
2464
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2461
|
-
// StepForward aliases
|
|
2462
|
-
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2463
2465
|
// Star aliases
|
|
2464
2466
|
export { default as StarIcon } from '../icons/star';
|
|
2465
|
-
//
|
|
2466
|
-
export { default as
|
|
2467
|
+
// StepForward aliases
|
|
2468
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2467
2469
|
// Stethoscope aliases
|
|
2468
2470
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2471
|
+
// Sticker aliases
|
|
2472
|
+
export { default as StickerIcon } from '../icons/sticker';
|
|
2469
2473
|
// StickyNote aliases
|
|
2470
2474
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2471
2475
|
// Stone aliases
|
|
@@ -2482,16 +2486,16 @@ export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
|
2482
2486
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2483
2487
|
// SunDim aliases
|
|
2484
2488
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2485
|
-
// SunMedium aliases
|
|
2486
|
-
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2487
2489
|
// SunMoon aliases
|
|
2488
2490
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2491
|
+
// SunMedium aliases
|
|
2492
|
+
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2489
2493
|
// SunSnow aliases
|
|
2490
2494
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2491
|
-
// Sun aliases
|
|
2492
|
-
export { default as SunIcon } from '../icons/sun';
|
|
2493
2495
|
// Sunrise aliases
|
|
2494
2496
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2497
|
+
// Sun aliases
|
|
2498
|
+
export { default as SunIcon } from '../icons/sun';
|
|
2495
2499
|
// Sunset aliases
|
|
2496
2500
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2497
2501
|
// Superscript aliases
|
|
@@ -2516,16 +2520,16 @@ export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
|
2516
2520
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2517
2521
|
// TableColumnsSplit aliases
|
|
2518
2522
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2519
|
-
// TableProperties aliases
|
|
2520
|
-
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2521
2523
|
// TableOfContents aliases
|
|
2522
2524
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2525
|
+
// TableProperties aliases
|
|
2526
|
+
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2527
|
+
// Table aliases
|
|
2528
|
+
export { default as TableIcon } from '../icons/table';
|
|
2523
2529
|
// TableRowsSplit aliases
|
|
2524
2530
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2525
2531
|
// TabletSmartphone aliases
|
|
2526
2532
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2527
|
-
// Table aliases
|
|
2528
|
-
export { default as TableIcon } from '../icons/table';
|
|
2529
2533
|
// Tablet aliases
|
|
2530
2534
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2531
2535
|
// Tablets aliases
|
|
@@ -2534,12 +2538,12 @@ export { default as TabletsIcon } from '../icons/tablets';
|
|
|
2534
2538
|
export { default as TagIcon } from '../icons/tag';
|
|
2535
2539
|
// Tags aliases
|
|
2536
2540
|
export { default as TagsIcon } from '../icons/tags';
|
|
2537
|
-
// Tally1 aliases
|
|
2538
|
-
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2539
|
-
// Tally3 aliases
|
|
2540
|
-
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2541
2541
|
// Tally2 aliases
|
|
2542
2542
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2543
|
+
// Tally3 aliases
|
|
2544
|
+
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2545
|
+
// Tally1 aliases
|
|
2546
|
+
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2543
2547
|
// Tally4 aliases
|
|
2544
2548
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2545
2549
|
// Tally5 aliases
|
|
@@ -2552,78 +2556,78 @@ export { default as TargetIcon } from '../icons/target';
|
|
|
2552
2556
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2553
2557
|
// TentTree aliases
|
|
2554
2558
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2555
|
-
// Terminal aliases
|
|
2556
|
-
export { default as TerminalIcon } from '../icons/terminal';
|
|
2557
2559
|
// Tent aliases
|
|
2558
2560
|
export { default as TentIcon } from '../icons/tent';
|
|
2559
2561
|
// TestTube aliases
|
|
2560
2562
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2561
2563
|
// TestTubes aliases
|
|
2562
2564
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2565
|
+
// Terminal aliases
|
|
2566
|
+
export { default as TerminalIcon } from '../icons/terminal';
|
|
2563
2567
|
// TextCursorInput aliases
|
|
2564
2568
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2565
2569
|
// TextCursor aliases
|
|
2566
2570
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2567
2571
|
// TextQuote aliases
|
|
2568
2572
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2569
|
-
// TextSearch aliases
|
|
2570
|
-
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2571
2573
|
// Theater aliases
|
|
2572
2574
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2575
|
+
// TextSearch aliases
|
|
2576
|
+
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2573
2577
|
// ThermometerSnowflake aliases
|
|
2574
2578
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2575
|
-
// ThermometerSun aliases
|
|
2576
|
-
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2577
2579
|
// Thermometer aliases
|
|
2578
2580
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2581
|
+
// ThermometerSun aliases
|
|
2582
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2579
2583
|
// ThumbsDown aliases
|
|
2580
2584
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2581
2585
|
// ThumbsUp aliases
|
|
2582
2586
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2583
2587
|
// TicketCheck aliases
|
|
2584
2588
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2585
|
-
// TicketPlus aliases
|
|
2586
|
-
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2587
2589
|
// TicketMinus aliases
|
|
2588
2590
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2589
2591
|
// TicketPercent aliases
|
|
2590
2592
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2593
|
+
// TicketPlus aliases
|
|
2594
|
+
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2591
2595
|
// TicketSlash aliases
|
|
2592
2596
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2593
2597
|
// TicketX aliases
|
|
2594
2598
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2595
2599
|
// TicketsPlane aliases
|
|
2596
2600
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2597
|
-
// Ticket aliases
|
|
2598
|
-
export { default as TicketIcon } from '../icons/ticket';
|
|
2599
2601
|
// Tickets aliases
|
|
2600
2602
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2603
|
+
// Ticket aliases
|
|
2604
|
+
export { default as TicketIcon } from '../icons/ticket';
|
|
2601
2605
|
// TimerOff aliases
|
|
2602
2606
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2603
2607
|
// Timer aliases
|
|
2604
2608
|
export { default as TimerIcon } from '../icons/timer';
|
|
2605
2609
|
// TimerReset aliases
|
|
2606
2610
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2607
|
-
// ToggleLeft aliases
|
|
2608
|
-
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2609
2611
|
// ToggleRight aliases
|
|
2610
2612
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2613
|
+
// ToggleLeft aliases
|
|
2614
|
+
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2611
2615
|
// Toilet aliases
|
|
2612
2616
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2613
2617
|
// ToolCase aliases
|
|
2614
2618
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2619
|
+
// Torus aliases
|
|
2620
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2615
2621
|
// Toolbox aliases
|
|
2616
2622
|
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2617
2623
|
// Tornado aliases
|
|
2618
2624
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2619
|
-
//
|
|
2620
|
-
export { default as
|
|
2625
|
+
// TowerControl aliases
|
|
2626
|
+
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2621
2627
|
// TouchpadOff aliases
|
|
2622
2628
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2623
2629
|
// Touchpad aliases
|
|
2624
2630
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2625
|
-
// TowerControl aliases
|
|
2626
|
-
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2627
2631
|
// ToyBrick aliases
|
|
2628
2632
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2629
2633
|
// Tractor aliases
|
|
@@ -2636,40 +2640,40 @@ export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
|
2636
2640
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2637
2641
|
// TrainTrack aliases
|
|
2638
2642
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2639
|
-
// Transgender aliases
|
|
2640
|
-
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2641
2643
|
// Trash2 aliases
|
|
2642
2644
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2643
|
-
//
|
|
2644
|
-
export { default as
|
|
2645
|
+
// Transgender aliases
|
|
2646
|
+
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2645
2647
|
// Trash aliases
|
|
2646
2648
|
export { default as TrashIcon } from '../icons/trash';
|
|
2647
|
-
//
|
|
2648
|
-
export { default as
|
|
2649
|
+
// TreeDeciduous aliases
|
|
2650
|
+
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2649
2651
|
// TreePine aliases
|
|
2650
2652
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2651
2653
|
// Trello aliases
|
|
2652
2654
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2655
|
+
// Trees aliases
|
|
2656
|
+
export { default as TreesIcon } from '../icons/trees';
|
|
2653
2657
|
// TrendingDown aliases
|
|
2654
2658
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2655
|
-
// TrendingUpDown aliases
|
|
2656
|
-
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2657
2659
|
// TriangleDashed aliases
|
|
2658
2660
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2659
|
-
//
|
|
2660
|
-
export { default as
|
|
2661
|
-
// Triangle aliases
|
|
2662
|
-
export { default as TriangleIcon } from '../icons/triangle';
|
|
2661
|
+
// TrendingUpDown aliases
|
|
2662
|
+
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2663
2663
|
// TriangleRight aliases
|
|
2664
2664
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2665
|
+
// TrendingUp aliases
|
|
2666
|
+
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2665
2667
|
// Trophy aliases
|
|
2666
2668
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2669
|
+
// Triangle aliases
|
|
2670
|
+
export { default as TriangleIcon } from '../icons/triangle';
|
|
2667
2671
|
// TruckElectric aliases
|
|
2668
2672
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2669
|
-
// TurkishLira aliases
|
|
2670
|
-
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2671
2673
|
// Truck aliases
|
|
2672
2674
|
export { default as TruckIcon } from '../icons/truck';
|
|
2675
|
+
// TurkishLira aliases
|
|
2676
|
+
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2673
2677
|
// Turntable aliases
|
|
2674
2678
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2675
2679
|
// Turtle aliases
|
|
@@ -2678,34 +2682,34 @@ export { default as TurtleIcon } from '../icons/turtle';
|
|
|
2678
2682
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2679
2683
|
// Tv aliases
|
|
2680
2684
|
export { default as TvIcon } from '../icons/tv';
|
|
2685
|
+
// Twitter aliases
|
|
2686
|
+
export { default as TwitterIcon } from '../icons/twitter';
|
|
2681
2687
|
// Twitch aliases
|
|
2682
2688
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2683
2689
|
// TypeOutline aliases
|
|
2684
2690
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2685
|
-
// Twitter aliases
|
|
2686
|
-
export { default as TwitterIcon } from '../icons/twitter';
|
|
2687
|
-
// UmbrellaOff aliases
|
|
2688
|
-
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2689
2691
|
// Type aliases
|
|
2690
2692
|
export { default as TypeIcon } from '../icons/type';
|
|
2691
|
-
//
|
|
2692
|
-
export { default as
|
|
2693
|
+
// UmbrellaOff aliases
|
|
2694
|
+
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2693
2695
|
// Underline aliases
|
|
2694
2696
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2697
|
+
// Umbrella aliases
|
|
2698
|
+
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2695
2699
|
// Undo2 aliases
|
|
2696
2700
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2701
|
+
// UnfoldHorizontal aliases
|
|
2702
|
+
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2697
2703
|
// UndoDot aliases
|
|
2698
2704
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2699
2705
|
// Undo aliases
|
|
2700
2706
|
export { default as UndoIcon } from '../icons/undo';
|
|
2701
|
-
// UnfoldHorizontal aliases
|
|
2702
|
-
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2703
2707
|
// UnfoldVertical aliases
|
|
2704
2708
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2705
|
-
// Unlink2 aliases
|
|
2706
|
-
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2707
2709
|
// Ungroup aliases
|
|
2708
2710
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2711
|
+
// Unlink2 aliases
|
|
2712
|
+
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2709
2713
|
// Unlink aliases
|
|
2710
2714
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2711
2715
|
// Unplug aliases
|
|
@@ -2714,22 +2718,22 @@ export { default as UnplugIcon } from '../icons/unplug';
|
|
|
2714
2718
|
export { default as UploadIcon } from '../icons/upload';
|
|
2715
2719
|
// Usb aliases
|
|
2716
2720
|
export { default as UsbIcon } from '../icons/usb';
|
|
2717
|
-
// UserCog aliases
|
|
2718
|
-
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2719
2721
|
// UserCheck aliases
|
|
2720
2722
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2721
|
-
//
|
|
2722
|
-
export { default as
|
|
2723
|
+
// UserCog aliases
|
|
2724
|
+
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2723
2725
|
// UserLock aliases
|
|
2724
2726
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2725
2727
|
// UserMinus aliases
|
|
2726
2728
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2729
|
+
// UserKey aliases
|
|
2730
|
+
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2727
2731
|
// UserPen aliases
|
|
2728
2732
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2729
|
-
// UserPlus aliases
|
|
2730
|
-
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2731
2733
|
// UserRoundKey aliases
|
|
2732
2734
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2735
|
+
// UserPlus aliases
|
|
2736
|
+
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2733
2737
|
// UserRoundPen aliases
|
|
2734
2738
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2735
2739
|
// UserRoundSearch aliases
|
|
@@ -2738,40 +2742,40 @@ export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
|
2738
2742
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2739
2743
|
// UserStar aliases
|
|
2740
2744
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2741
|
-
// User aliases
|
|
2742
|
-
export { default as UserIcon } from '../icons/user';
|
|
2743
2745
|
// UserX aliases
|
|
2744
2746
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2745
|
-
//
|
|
2746
|
-
export { default as
|
|
2747
|
+
// User aliases
|
|
2748
|
+
export { default as UserIcon } from '../icons/user';
|
|
2747
2749
|
// UtilityPole aliases
|
|
2748
2750
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2751
|
+
// Users aliases
|
|
2752
|
+
export { default as UsersIcon } from '../icons/users';
|
|
2749
2753
|
// Van aliases
|
|
2750
2754
|
export { default as VanIcon } from '../icons/van';
|
|
2751
2755
|
// Variable aliases
|
|
2752
2756
|
export { default as VariableIcon } from '../icons/variable';
|
|
2753
2757
|
// Vault aliases
|
|
2754
2758
|
export { default as VaultIcon } from '../icons/vault';
|
|
2755
|
-
// VectorSquare aliases
|
|
2756
|
-
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2757
2759
|
// Vegan aliases
|
|
2758
2760
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2759
|
-
//
|
|
2760
|
-
export { default as
|
|
2761
|
+
// VectorSquare aliases
|
|
2762
|
+
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2761
2763
|
// VenetianMask aliases
|
|
2762
2764
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2765
|
+
// VenusAndMars aliases
|
|
2766
|
+
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2763
2767
|
// Venus aliases
|
|
2764
2768
|
export { default as VenusIcon } from '../icons/venus';
|
|
2765
|
-
// VibrateOff aliases
|
|
2766
|
-
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2767
|
-
// VideoOff aliases
|
|
2768
|
-
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2769
2769
|
// Vibrate aliases
|
|
2770
2770
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2771
|
-
//
|
|
2772
|
-
export { default as
|
|
2771
|
+
// VideoOff aliases
|
|
2772
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2773
|
+
// VibrateOff aliases
|
|
2774
|
+
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2773
2775
|
// Video aliases
|
|
2774
2776
|
export { default as VideoIcon } from '../icons/video';
|
|
2777
|
+
// Videotape aliases
|
|
2778
|
+
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2775
2779
|
// View aliases
|
|
2776
2780
|
export { default as ViewIcon } from '../icons/view';
|
|
2777
2781
|
// Voicemail aliases
|
|
@@ -2796,44 +2800,44 @@ export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
|
2796
2800
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2797
2801
|
// Wallpaper aliases
|
|
2798
2802
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2799
|
-
// Wand aliases
|
|
2800
|
-
export { default as WandIcon } from '../icons/wand';
|
|
2801
|
-
// WashingMachine aliases
|
|
2802
|
-
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2803
2803
|
// Warehouse aliases
|
|
2804
2804
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2805
|
+
// WashingMachine aliases
|
|
2806
|
+
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2807
|
+
// Wand aliases
|
|
2808
|
+
export { default as WandIcon } from '../icons/wand';
|
|
2805
2809
|
// Watch aliases
|
|
2806
2810
|
export { default as WatchIcon } from '../icons/watch';
|
|
2807
2811
|
// WavesArrowDown aliases
|
|
2808
2812
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2809
|
-
// Waves aliases
|
|
2810
|
-
export { default as WavesIcon } from '../icons/waves';
|
|
2811
|
-
// WavesArrowUp aliases
|
|
2812
|
-
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2813
2813
|
// WavesLadder aliases
|
|
2814
2814
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2815
|
+
// WavesArrowUp aliases
|
|
2816
|
+
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2815
2817
|
// Waypoints aliases
|
|
2816
2818
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2819
|
+
// Waves aliases
|
|
2820
|
+
export { default as WavesIcon } from '../icons/waves';
|
|
2817
2821
|
// Webcam aliases
|
|
2818
2822
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2823
|
+
// Webhook aliases
|
|
2824
|
+
export { default as WebhookIcon } from '../icons/webhook';
|
|
2819
2825
|
// WebhookOff aliases
|
|
2820
2826
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2821
2827
|
// WeightTilde aliases
|
|
2822
2828
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2823
|
-
// Webhook aliases
|
|
2824
|
-
export { default as WebhookIcon } from '../icons/webhook';
|
|
2825
|
-
// WheatOff aliases
|
|
2826
|
-
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2827
2829
|
// Weight aliases
|
|
2828
2830
|
export { default as WeightIcon } from '../icons/weight';
|
|
2829
|
-
//
|
|
2830
|
-
export { default as
|
|
2831
|
+
// WheatOff aliases
|
|
2832
|
+
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2831
2833
|
// WholeWord aliases
|
|
2832
2834
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2833
|
-
//
|
|
2834
|
-
export { default as
|
|
2835
|
+
// Wheat aliases
|
|
2836
|
+
export { default as WheatIcon } from '../icons/wheat';
|
|
2835
2837
|
// WifiCog aliases
|
|
2836
2838
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2839
|
+
// WifiHigh aliases
|
|
2840
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2837
2841
|
// WifiLow aliases
|
|
2838
2842
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2839
2843
|
// WifiOff aliases
|
|
@@ -2844,12 +2848,14 @@ export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
|
2844
2848
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2845
2849
|
// WifiZero aliases
|
|
2846
2850
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2847
|
-
// WindArrowDown aliases
|
|
2848
|
-
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2849
2851
|
// Wifi aliases
|
|
2850
2852
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2853
|
+
// WindArrowDown aliases
|
|
2854
|
+
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2851
2855
|
// Wind aliases
|
|
2852
2856
|
export { default as WindIcon } from '../icons/wind';
|
|
2857
|
+
// WineOff aliases
|
|
2858
|
+
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2853
2859
|
// Wine aliases
|
|
2854
2860
|
export { default as WineIcon } from '../icons/wine';
|
|
2855
2861
|
// Workflow aliases
|
|
@@ -2858,28 +2864,26 @@ export { default as WorkflowIcon } from '../icons/workflow';
|
|
|
2858
2864
|
export { default as WormIcon } from '../icons/worm';
|
|
2859
2865
|
// Wrench aliases
|
|
2860
2866
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2861
|
-
// WineOff aliases
|
|
2862
|
-
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2863
2867
|
// X aliases
|
|
2864
2868
|
export { default as XIcon } from '../icons/x';
|
|
2865
|
-
// ZapOff aliases
|
|
2866
|
-
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2867
2869
|
// Youtube aliases
|
|
2868
2870
|
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2869
|
-
//
|
|
2870
|
-
export { default as
|
|
2871
|
-
// ZoomOut aliases
|
|
2872
|
-
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2871
|
+
// ZapOff aliases
|
|
2872
|
+
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2873
2873
|
// Zap aliases
|
|
2874
2874
|
export { default as ZapIcon } from '../icons/zap';
|
|
2875
|
+
// ZoomOut aliases
|
|
2876
|
+
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2877
|
+
// ZoomIn aliases
|
|
2878
|
+
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2875
2879
|
// ArrowDown01 aliases
|
|
2876
2880
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2877
2881
|
// ArrowDown10 aliases
|
|
2878
2882
|
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2879
|
-
// ArrowUp01 aliases
|
|
2880
|
-
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2881
2883
|
// ArrowUp10 aliases
|
|
2882
2884
|
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2885
|
+
// ArrowUp01 aliases
|
|
2886
|
+
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2883
2887
|
// AlarmClockCheck aliases
|
|
2884
2888
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2885
2889
|
export {
|
|
@@ -2898,18 +2902,18 @@ export {
|
|
|
2898
2902
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
2899
2903
|
default as AlarmPlusIcon
|
|
2900
2904
|
} from '../icons/alarm-clock-plus';
|
|
2901
|
-
// ArrowDownWideNarrow aliases
|
|
2902
|
-
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2903
|
-
export {
|
|
2904
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
2905
|
-
default as SortDescIcon
|
|
2906
|
-
} from '../icons/arrow-down-wide-narrow';
|
|
2907
2905
|
// ArrowDownAZ aliases
|
|
2908
2906
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2909
2907
|
export {
|
|
2910
2908
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
|
|
2911
2909
|
default as ArrowDownAzIcon
|
|
2912
2910
|
} from '../icons/arrow-down-a-z';
|
|
2911
|
+
// ArrowDownWideNarrow aliases
|
|
2912
|
+
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2913
|
+
export {
|
|
2914
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
2915
|
+
default as SortDescIcon
|
|
2916
|
+
} from '../icons/arrow-down-wide-narrow';
|
|
2913
2917
|
// ArrowDownZA aliases
|
|
2914
2918
|
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2915
2919
|
export {
|
|
@@ -2928,18 +2932,18 @@ export {
|
|
|
2928
2932
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
2929
2933
|
default as SortAscIcon
|
|
2930
2934
|
} from '../icons/arrow-up-narrow-wide';
|
|
2931
|
-
// ArrowUpZA aliases
|
|
2932
|
-
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2933
|
-
export {
|
|
2934
|
-
/** @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 */
|
|
2935
|
-
default as ArrowUpZaIcon
|
|
2936
|
-
} from '../icons/arrow-up-z-a';
|
|
2937
2935
|
// Axis3d aliases
|
|
2938
2936
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2939
2937
|
export {
|
|
2940
2938
|
/** @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 */
|
|
2941
2939
|
default as Axis3DIcon
|
|
2942
2940
|
} from '../icons/axis-3d';
|
|
2941
|
+
// ArrowUpZA aliases
|
|
2942
|
+
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2943
|
+
export {
|
|
2944
|
+
/** @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
|
+
default as ArrowUpZaIcon
|
|
2946
|
+
} from '../icons/arrow-up-z-a';
|
|
2943
2947
|
// BadgeCheck aliases
|
|
2944
2948
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2945
2949
|
export {
|
|
@@ -2964,18 +2968,18 @@ export {
|
|
|
2964
2968
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2965
2969
|
default as BetweenHorizonalEndIcon
|
|
2966
2970
|
} from '../icons/between-horizontal-end';
|
|
2967
|
-
// BookDashed aliases
|
|
2968
|
-
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2969
|
-
export {
|
|
2970
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
2971
|
-
default as BookTemplateIcon
|
|
2972
|
-
} from '../icons/book-dashed';
|
|
2973
2971
|
// Braces aliases
|
|
2974
2972
|
export { default as BracesIcon } from '../icons/braces';
|
|
2975
2973
|
export {
|
|
2976
2974
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
2977
2975
|
default as CurlyBracesIcon
|
|
2978
2976
|
} from '../icons/braces';
|
|
2977
|
+
// BookDashed aliases
|
|
2978
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2979
|
+
export {
|
|
2980
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
2981
|
+
default as BookTemplateIcon
|
|
2982
|
+
} from '../icons/book-dashed';
|
|
2979
2983
|
// Captions aliases
|
|
2980
2984
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
2981
2985
|
export {
|
|
@@ -2988,102 +2992,102 @@ export {
|
|
|
2988
2992
|
/** @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 */
|
|
2989
2993
|
default as AreaChartIcon
|
|
2990
2994
|
} from '../icons/chart-area';
|
|
2991
|
-
// ChartBarBig aliases
|
|
2992
|
-
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2993
|
-
export {
|
|
2994
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
2995
|
-
default as BarChartHorizontalBigIcon
|
|
2996
|
-
} from '../icons/chart-bar-big';
|
|
2997
2995
|
// ChartBar aliases
|
|
2998
2996
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2999
2997
|
export {
|
|
3000
2998
|
/** @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 */
|
|
3001
2999
|
default as BarChartHorizontalIcon
|
|
3002
3000
|
} from '../icons/chart-bar';
|
|
3003
|
-
//
|
|
3004
|
-
export { default as
|
|
3001
|
+
// ChartBarBig aliases
|
|
3002
|
+
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3005
3003
|
export {
|
|
3006
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3007
|
-
default as
|
|
3008
|
-
} from '../icons/chart-
|
|
3004
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
3005
|
+
default as BarChartHorizontalBigIcon
|
|
3006
|
+
} from '../icons/chart-bar-big';
|
|
3009
3007
|
// ChartColumnBig aliases
|
|
3010
3008
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3011
3009
|
export {
|
|
3012
3010
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
3013
3011
|
default as BarChartBigIcon
|
|
3014
3012
|
} from '../icons/chart-column-big';
|
|
3013
|
+
// ChartCandlestick aliases
|
|
3014
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3015
|
+
export {
|
|
3016
|
+
/** @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
|
+
default as CandlestickChartIcon
|
|
3018
|
+
} from '../icons/chart-candlestick';
|
|
3015
3019
|
// ChartColumnIncreasing aliases
|
|
3016
3020
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3017
3021
|
export {
|
|
3018
3022
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3019
3023
|
default as BarChart4Icon
|
|
3020
3024
|
} from '../icons/chart-column-increasing';
|
|
3021
|
-
// ChartColumn aliases
|
|
3022
|
-
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3023
|
-
export {
|
|
3024
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
3025
|
-
default as BarChart3Icon
|
|
3026
|
-
} from '../icons/chart-column';
|
|
3027
3025
|
// ChartLine aliases
|
|
3028
3026
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3029
3027
|
export {
|
|
3030
3028
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
3031
3029
|
default as LineChartIcon
|
|
3032
3030
|
} from '../icons/chart-line';
|
|
3033
|
-
//
|
|
3034
|
-
export { default as
|
|
3031
|
+
// ChartColumn aliases
|
|
3032
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3035
3033
|
export {
|
|
3036
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3037
|
-
default as
|
|
3038
|
-
} from '../icons/chart-
|
|
3034
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
3035
|
+
default as BarChart3Icon
|
|
3036
|
+
} from '../icons/chart-column';
|
|
3037
|
+
// ChartNoAxesColumn aliases
|
|
3038
|
+
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3039
|
+
export {
|
|
3040
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3041
|
+
default as BarChart2Icon
|
|
3042
|
+
} from '../icons/chart-no-axes-column';
|
|
3039
3043
|
// ChartNoAxesColumnIncreasing aliases
|
|
3040
3044
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3041
3045
|
export {
|
|
3042
3046
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3043
3047
|
default as BarChartIcon
|
|
3044
3048
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3045
|
-
//
|
|
3046
|
-
export { default as
|
|
3049
|
+
// ChartNoAxesGantt aliases
|
|
3050
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3047
3051
|
export {
|
|
3048
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3049
|
-
default as
|
|
3050
|
-
} from '../icons/chart-no-axes-
|
|
3052
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
3053
|
+
default as GanttChartIcon
|
|
3054
|
+
} from '../icons/chart-no-axes-gantt';
|
|
3051
3055
|
// ChartPie aliases
|
|
3052
3056
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3053
3057
|
export {
|
|
3054
3058
|
/** @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 */
|
|
3055
3059
|
default as PieChartIcon
|
|
3056
3060
|
} from '../icons/chart-pie';
|
|
3057
|
-
// ChartScatter aliases
|
|
3058
|
-
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3059
|
-
export {
|
|
3060
|
-
/** @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 */
|
|
3061
|
-
default as ScatterChartIcon
|
|
3062
|
-
} from '../icons/chart-scatter';
|
|
3063
3061
|
// Chromium aliases
|
|
3064
3062
|
export { default as ChromiumIcon } from '../icons/chromium';
|
|
3065
3063
|
export {
|
|
3066
3064
|
/** @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 */
|
|
3067
3065
|
default as ChromeIcon
|
|
3068
3066
|
} from '../icons/chromium';
|
|
3069
|
-
// CircleArrowDown aliases
|
|
3070
|
-
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3071
|
-
export {
|
|
3072
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3073
|
-
default as ArrowDownCircleIcon
|
|
3074
|
-
} from '../icons/circle-arrow-down';
|
|
3075
3067
|
// CircleAlert aliases
|
|
3076
3068
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3077
3069
|
export {
|
|
3078
3070
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3079
3071
|
default as AlertCircleIcon
|
|
3080
3072
|
} from '../icons/circle-alert';
|
|
3073
|
+
// CircleArrowDown aliases
|
|
3074
|
+
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3075
|
+
export {
|
|
3076
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3077
|
+
default as ArrowDownCircleIcon
|
|
3078
|
+
} from '../icons/circle-arrow-down';
|
|
3081
3079
|
// CircleArrowOutDownLeft aliases
|
|
3082
3080
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3083
3081
|
export {
|
|
3084
3082
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3085
3083
|
default as ArrowDownLeftFromCircleIcon
|
|
3086
3084
|
} from '../icons/circle-arrow-out-down-left';
|
|
3085
|
+
// ChartScatter aliases
|
|
3086
|
+
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3087
|
+
export {
|
|
3088
|
+
/** @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 */
|
|
3089
|
+
default as ScatterChartIcon
|
|
3090
|
+
} from '../icons/chart-scatter';
|
|
3087
3091
|
// CircleArrowLeft aliases
|
|
3088
3092
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3089
3093
|
export {
|
|
@@ -3108,30 +3112,24 @@ export {
|
|
|
3108
3112
|
/** @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 */
|
|
3109
3113
|
default as ArrowUpRightFromCircleIcon
|
|
3110
3114
|
} from '../icons/circle-arrow-out-up-right';
|
|
3111
|
-
// CircleArrowRight aliases
|
|
3112
|
-
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3113
|
-
export {
|
|
3114
|
-
/** @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 */
|
|
3115
|
-
default as ArrowRightCircleIcon
|
|
3116
|
-
} from '../icons/circle-arrow-right';
|
|
3117
3115
|
// CircleArrowUp aliases
|
|
3118
3116
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3119
3117
|
export {
|
|
3120
3118
|
/** @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 */
|
|
3121
3119
|
default as ArrowUpCircleIcon
|
|
3122
3120
|
} from '../icons/circle-arrow-up';
|
|
3121
|
+
// CircleArrowRight aliases
|
|
3122
|
+
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3123
|
+
export {
|
|
3124
|
+
/** @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
|
+
default as ArrowRightCircleIcon
|
|
3126
|
+
} from '../icons/circle-arrow-right';
|
|
3123
3127
|
// CircleCheckBig aliases
|
|
3124
3128
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3125
3129
|
export {
|
|
3126
3130
|
/** @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 */
|
|
3127
3131
|
default as CheckCircleIcon
|
|
3128
3132
|
} from '../icons/circle-check-big';
|
|
3129
|
-
// CircleCheck aliases
|
|
3130
|
-
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3131
|
-
export {
|
|
3132
|
-
/** @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 */
|
|
3133
|
-
default as CheckCircle2Icon
|
|
3134
|
-
} from '../icons/circle-check';
|
|
3135
3133
|
// CircleChevronDown aliases
|
|
3136
3134
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3137
3135
|
export {
|
|
@@ -3144,6 +3142,18 @@ export {
|
|
|
3144
3142
|
/** @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 */
|
|
3145
3143
|
default as ChevronLeftCircleIcon
|
|
3146
3144
|
} from '../icons/circle-chevron-left';
|
|
3145
|
+
// CircleChevronRight aliases
|
|
3146
|
+
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3147
|
+
export {
|
|
3148
|
+
/** @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 */
|
|
3149
|
+
default as ChevronRightCircleIcon
|
|
3150
|
+
} from '../icons/circle-chevron-right';
|
|
3151
|
+
// CircleCheck aliases
|
|
3152
|
+
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3153
|
+
export {
|
|
3154
|
+
/** @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 */
|
|
3155
|
+
default as CheckCircle2Icon
|
|
3156
|
+
} from '../icons/circle-check';
|
|
3147
3157
|
// CircleChevronUp aliases
|
|
3148
3158
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3149
3159
|
export {
|
|
@@ -3156,12 +3166,6 @@ export {
|
|
|
3156
3166
|
/** @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 */
|
|
3157
3167
|
default as DivideCircleIcon
|
|
3158
3168
|
} from '../icons/circle-divide';
|
|
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';
|
|
3165
3169
|
// CircleGauge aliases
|
|
3166
3170
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3167
3171
|
export {
|
|
@@ -3186,12 +3190,12 @@ export {
|
|
|
3186
3190
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3187
3191
|
default as ParkingCircleIcon
|
|
3188
3192
|
} from '../icons/circle-parking';
|
|
3189
|
-
//
|
|
3190
|
-
export { default as
|
|
3193
|
+
// CirclePause aliases
|
|
3194
|
+
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3191
3195
|
export {
|
|
3192
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3193
|
-
default as
|
|
3194
|
-
} from '../icons/circle-
|
|
3196
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3197
|
+
default as PauseCircleIcon
|
|
3198
|
+
} from '../icons/circle-pause';
|
|
3195
3199
|
// CirclePercent aliases
|
|
3196
3200
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3197
3201
|
export {
|
|
@@ -3204,12 +3208,12 @@ export {
|
|
|
3204
3208
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
3205
3209
|
default as PlusCircleIcon
|
|
3206
3210
|
} from '../icons/circle-plus';
|
|
3207
|
-
//
|
|
3208
|
-
export { default as
|
|
3211
|
+
// CirclePlay aliases
|
|
3212
|
+
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3209
3213
|
export {
|
|
3210
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3211
|
-
default as
|
|
3212
|
-
} from '../icons/circle-
|
|
3214
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
3215
|
+
default as PlayCircleIcon
|
|
3216
|
+
} from '../icons/circle-play';
|
|
3213
3217
|
// CirclePower aliases
|
|
3214
3218
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3215
3219
|
export {
|
|
@@ -3244,18 +3248,18 @@ export {
|
|
|
3244
3248
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3245
3249
|
default as UserCircle2Icon
|
|
3246
3250
|
} from '../icons/circle-user-round';
|
|
3247
|
-
// CircleUser aliases
|
|
3248
|
-
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3249
|
-
export {
|
|
3250
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3251
|
-
default as UserCircleIcon
|
|
3252
|
-
} from '../icons/circle-user';
|
|
3253
3251
|
// CircleX aliases
|
|
3254
3252
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3255
3253
|
export {
|
|
3256
3254
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3257
3255
|
default as XCircleIcon
|
|
3258
3256
|
} from '../icons/circle-x';
|
|
3257
|
+
// CircleUser aliases
|
|
3258
|
+
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3259
|
+
export {
|
|
3260
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3261
|
+
default as UserCircleIcon
|
|
3262
|
+
} from '../icons/circle-user';
|
|
3259
3263
|
// ClipboardPenLine aliases
|
|
3260
3264
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3261
3265
|
export {
|
|
@@ -3292,6 +3296,18 @@ export {
|
|
|
3292
3296
|
/** @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
3297
|
default as ColumnsIcon
|
|
3294
3298
|
} from '../icons/columns-2';
|
|
3299
|
+
// Columns3 aliases
|
|
3300
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3301
|
+
export {
|
|
3302
|
+
/** @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 */
|
|
3303
|
+
default as PanelsLeftRightIcon
|
|
3304
|
+
} from '../icons/columns-3';
|
|
3305
|
+
// ContactRound aliases
|
|
3306
|
+
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3307
|
+
export {
|
|
3308
|
+
/** @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 */
|
|
3309
|
+
default as Contact2Icon
|
|
3310
|
+
} from '../icons/contact-round';
|
|
3295
3311
|
// Columns3Cog aliases
|
|
3296
3312
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3297
3313
|
export {
|
|
@@ -3302,30 +3318,12 @@ export {
|
|
|
3302
3318
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3303
3319
|
default as TableConfigIcon
|
|
3304
3320
|
} from '../icons/columns-3-cog';
|
|
3305
|
-
// Columns3 aliases
|
|
3306
|
-
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3307
|
-
export {
|
|
3308
|
-
/** @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 */
|
|
3309
|
-
default as PanelsLeftRightIcon
|
|
3310
|
-
} from '../icons/columns-3';
|
|
3311
3321
|
// DiamondPercent aliases
|
|
3312
3322
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3313
3323
|
export {
|
|
3314
3324
|
/** @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 */
|
|
3315
3325
|
default as PercentDiamondIcon
|
|
3316
3326
|
} from '../icons/diamond-percent';
|
|
3317
|
-
// Earth aliases
|
|
3318
|
-
export { default as EarthIcon } from '../icons/earth';
|
|
3319
|
-
export {
|
|
3320
|
-
/** @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 */
|
|
3321
|
-
default as Globe2Icon
|
|
3322
|
-
} from '../icons/earth';
|
|
3323
|
-
// ContactRound aliases
|
|
3324
|
-
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3325
|
-
export {
|
|
3326
|
-
/** @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 */
|
|
3327
|
-
default as Contact2Icon
|
|
3328
|
-
} from '../icons/contact-round';
|
|
3329
3327
|
// EllipsisVertical aliases
|
|
3330
3328
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3331
3329
|
export {
|
|
@@ -3338,36 +3336,42 @@ export {
|
|
|
3338
3336
|
/** @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 */
|
|
3339
3337
|
default as MoreHorizontalIcon
|
|
3340
3338
|
} from '../icons/ellipsis';
|
|
3339
|
+
// Earth aliases
|
|
3340
|
+
export { default as EarthIcon } from '../icons/earth';
|
|
3341
|
+
export {
|
|
3342
|
+
/** @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 */
|
|
3343
|
+
default as Globe2Icon
|
|
3344
|
+
} from '../icons/earth';
|
|
3341
3345
|
// FileAxis3d aliases
|
|
3342
3346
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3343
3347
|
export {
|
|
3344
3348
|
/** @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
3349
|
default as FileAxis3DIcon
|
|
3346
3350
|
} from '../icons/file-axis-3d';
|
|
3347
|
-
// FileBracesCorner aliases
|
|
3348
|
-
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3349
|
-
export {
|
|
3350
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
3351
|
-
default as FileJson2Icon
|
|
3352
|
-
} from '../icons/file-braces-corner';
|
|
3353
|
-
// FileChartColumnIncreasing aliases
|
|
3354
|
-
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3355
|
-
export {
|
|
3356
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3357
|
-
default as FileBarChartIcon
|
|
3358
|
-
} from '../icons/file-chart-column-increasing';
|
|
3359
3351
|
// FileBadge aliases
|
|
3360
3352
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3361
3353
|
export {
|
|
3362
3354
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
3363
3355
|
default as FileBadge2Icon
|
|
3364
3356
|
} from '../icons/file-badge';
|
|
3357
|
+
// FileBracesCorner aliases
|
|
3358
|
+
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3359
|
+
export {
|
|
3360
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
3361
|
+
default as FileJson2Icon
|
|
3362
|
+
} from '../icons/file-braces-corner';
|
|
3365
3363
|
// FileBraces aliases
|
|
3366
3364
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3367
3365
|
export {
|
|
3368
3366
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
3369
3367
|
default as FileJsonIcon
|
|
3370
3368
|
} from '../icons/file-braces';
|
|
3369
|
+
// FileChartColumnIncreasing aliases
|
|
3370
|
+
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3371
|
+
export {
|
|
3372
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3373
|
+
default as FileBarChartIcon
|
|
3374
|
+
} from '../icons/file-chart-column-increasing';
|
|
3371
3375
|
// FileChartColumn aliases
|
|
3372
3376
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3373
3377
|
export {
|
|
@@ -3410,6 +3414,12 @@ export {
|
|
|
3410
3414
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3411
3415
|
default as FileWarningIcon
|
|
3412
3416
|
} from '../icons/file-exclamation-point';
|
|
3417
|
+
// FileLock aliases
|
|
3418
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3419
|
+
export {
|
|
3420
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
3421
|
+
default as FileLock2Icon
|
|
3422
|
+
} from '../icons/file-lock';
|
|
3413
3423
|
// FileHeadphone aliases
|
|
3414
3424
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3415
3425
|
export {
|
|
@@ -3426,42 +3436,36 @@ export {
|
|
|
3426
3436
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3427
3437
|
default as FileKey2Icon
|
|
3428
3438
|
} from '../icons/file-key';
|
|
3429
|
-
// FileLock aliases
|
|
3430
|
-
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3431
|
-
export {
|
|
3432
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
3433
|
-
default as FileLock2Icon
|
|
3434
|
-
} from '../icons/file-lock';
|
|
3435
|
-
// FilePenLine aliases
|
|
3436
|
-
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3437
|
-
export {
|
|
3438
|
-
/** @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 */
|
|
3439
|
-
default as FileSignatureIcon
|
|
3440
|
-
} from '../icons/file-pen-line';
|
|
3441
3439
|
// FileMinusCorner aliases
|
|
3442
3440
|
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3443
3441
|
export {
|
|
3444
3442
|
/** @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 */
|
|
3445
3443
|
default as FileMinus2Icon
|
|
3446
3444
|
} from '../icons/file-minus-corner';
|
|
3445
|
+
// FilePlusCorner aliases
|
|
3446
|
+
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3447
|
+
export {
|
|
3448
|
+
/** @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 */
|
|
3449
|
+
default as FilePlus2Icon
|
|
3450
|
+
} from '../icons/file-plus-corner';
|
|
3447
3451
|
// FilePen aliases
|
|
3448
3452
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3449
3453
|
export {
|
|
3450
3454
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3451
3455
|
default as FileEditIcon
|
|
3452
3456
|
} from '../icons/file-pen';
|
|
3457
|
+
// FilePenLine aliases
|
|
3458
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3459
|
+
export {
|
|
3460
|
+
/** @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 */
|
|
3461
|
+
default as FileSignatureIcon
|
|
3462
|
+
} from '../icons/file-pen-line';
|
|
3453
3463
|
// FilePlay aliases
|
|
3454
3464
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3455
3465
|
export {
|
|
3456
3466
|
/** @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 */
|
|
3457
3467
|
default as FileVideoIcon
|
|
3458
3468
|
} from '../icons/file-play';
|
|
3459
|
-
// FilePlusCorner aliases
|
|
3460
|
-
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3461
|
-
export {
|
|
3462
|
-
/** @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 */
|
|
3463
|
-
default as FilePlus2Icon
|
|
3464
|
-
} from '../icons/file-plus-corner';
|
|
3465
3469
|
// FileQuestionMark aliases
|
|
3466
3470
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3467
3471
|
export {
|
|
@@ -3486,12 +3490,6 @@ export {
|
|
|
3486
3490
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3487
3491
|
default as FileType2Icon
|
|
3488
3492
|
} from '../icons/file-type-corner';
|
|
3489
|
-
// FileVideoCamera aliases
|
|
3490
|
-
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3491
|
-
export {
|
|
3492
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3493
|
-
default as FileVideo2Icon
|
|
3494
|
-
} from '../icons/file-video-camera';
|
|
3495
3493
|
// FileXCorner aliases
|
|
3496
3494
|
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3497
3495
|
export {
|
|
@@ -3504,6 +3502,12 @@ export {
|
|
|
3504
3502
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
3505
3503
|
default as FingerprintIcon
|
|
3506
3504
|
} from '../icons/fingerprint-pattern';
|
|
3505
|
+
// FileVideoCamera aliases
|
|
3506
|
+
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3507
|
+
export {
|
|
3508
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3509
|
+
default as FileVideo2Icon
|
|
3510
|
+
} from '../icons/file-video-camera';
|
|
3507
3511
|
// FolderCog aliases
|
|
3508
3512
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3509
3513
|
export {
|
|
@@ -3522,24 +3526,24 @@ export {
|
|
|
3522
3526
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3523
3527
|
default as FilterXIcon
|
|
3524
3528
|
} from '../icons/funnel-x';
|
|
3525
|
-
//
|
|
3526
|
-
export { default as
|
|
3529
|
+
// Funnel aliases
|
|
3530
|
+
export { default as FunnelIcon } from '../icons/funnel';
|
|
3527
3531
|
export {
|
|
3528
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3529
|
-
default as
|
|
3530
|
-
} from '../icons/
|
|
3532
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3533
|
+
default as FilterIcon
|
|
3534
|
+
} from '../icons/funnel';
|
|
3531
3535
|
// Grid2x2Check aliases
|
|
3532
3536
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3533
3537
|
export {
|
|
3534
3538
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3535
3539
|
default as Grid2X2CheckIcon
|
|
3536
3540
|
} from '../icons/grid-2x2-check';
|
|
3537
|
-
//
|
|
3538
|
-
export { default as
|
|
3541
|
+
// GitCommitHorizontal aliases
|
|
3542
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3539
3543
|
export {
|
|
3540
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3541
|
-
default as
|
|
3542
|
-
} from '../icons/
|
|
3544
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3545
|
+
default as GitCommitIcon
|
|
3546
|
+
} from '../icons/git-commit-horizontal';
|
|
3543
3547
|
// Grid2x2Plus aliases
|
|
3544
3548
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3545
3549
|
export {
|
|
@@ -3552,12 +3556,6 @@ export {
|
|
|
3552
3556
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3553
3557
|
default as Grid2X2XIcon
|
|
3554
3558
|
} from '../icons/grid-2x2-x';
|
|
3555
|
-
// Grid2x2 aliases
|
|
3556
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3557
|
-
export {
|
|
3558
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3559
|
-
default as Grid2X2Icon
|
|
3560
|
-
} from '../icons/grid-2x2';
|
|
3561
3559
|
// Grid3x3 aliases
|
|
3562
3560
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3563
3561
|
export {
|
|
@@ -3568,18 +3566,24 @@ export {
|
|
|
3568
3566
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3569
3567
|
default as Grid3X3Icon
|
|
3570
3568
|
} from '../icons/grid-3x3';
|
|
3571
|
-
//
|
|
3572
|
-
export { default as
|
|
3569
|
+
// Grid2x2 aliases
|
|
3570
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3573
3571
|
export {
|
|
3574
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3575
|
-
default as
|
|
3576
|
-
} from '../icons/
|
|
3572
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3573
|
+
default as Grid2X2Icon
|
|
3574
|
+
} from '../icons/grid-2x2';
|
|
3577
3575
|
// HandHelping aliases
|
|
3578
3576
|
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3579
3577
|
export {
|
|
3580
3578
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3581
3579
|
default as HelpingHandIcon
|
|
3582
3580
|
} from '../icons/hand-helping';
|
|
3581
|
+
// HandGrab aliases
|
|
3582
|
+
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3583
|
+
export {
|
|
3584
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3585
|
+
default as GrabIcon
|
|
3586
|
+
} from '../icons/hand-grab';
|
|
3583
3587
|
// House aliases
|
|
3584
3588
|
export { default as HouseIcon } from '../icons/house';
|
|
3585
3589
|
export {
|
|
@@ -3592,12 +3596,6 @@ export {
|
|
|
3592
3596
|
/** @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 */
|
|
3593
3597
|
default as IceCream2Icon
|
|
3594
3598
|
} from '../icons/ice-cream-bowl';
|
|
3595
|
-
// LaptopMinimal aliases
|
|
3596
|
-
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3597
|
-
export {
|
|
3598
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
3599
|
-
default as Laptop2Icon
|
|
3600
|
-
} from '../icons/laptop-minimal';
|
|
3601
3599
|
// IceCreamCone aliases
|
|
3602
3600
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3603
3601
|
export {
|
|
@@ -3610,22 +3608,12 @@ export {
|
|
|
3610
3608
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3611
3609
|
default as Layers3Icon
|
|
3612
3610
|
} from '../icons/layers';
|
|
3613
|
-
//
|
|
3614
|
-
export { default as
|
|
3615
|
-
export {
|
|
3616
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3617
|
-
default as IndentIcon
|
|
3618
|
-
} from '../icons/list-indent-increase';
|
|
3619
|
-
export {
|
|
3620
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3621
|
-
default as IndentIncreaseIcon
|
|
3622
|
-
} from '../icons/list-indent-increase';
|
|
3623
|
-
// LoaderCircle aliases
|
|
3624
|
-
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3611
|
+
// LaptopMinimal aliases
|
|
3612
|
+
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3625
3613
|
export {
|
|
3626
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3627
|
-
default as
|
|
3628
|
-
} from '../icons/
|
|
3614
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
3615
|
+
default as Laptop2Icon
|
|
3616
|
+
} from '../icons/laptop-minimal';
|
|
3629
3617
|
// ListIndentDecrease aliases
|
|
3630
3618
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3631
3619
|
export {
|
|
@@ -3648,6 +3636,22 @@ export {
|
|
|
3648
3636
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
3649
3637
|
default as UnlockIcon
|
|
3650
3638
|
} from '../icons/lock-open';
|
|
3639
|
+
// ListIndentIncrease aliases
|
|
3640
|
+
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3641
|
+
export {
|
|
3642
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3643
|
+
default as IndentIcon
|
|
3644
|
+
} from '../icons/list-indent-increase';
|
|
3645
|
+
export {
|
|
3646
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3647
|
+
default as IndentIncreaseIcon
|
|
3648
|
+
} from '../icons/list-indent-increase';
|
|
3649
|
+
// LoaderCircle aliases
|
|
3650
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3651
|
+
export {
|
|
3652
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3653
|
+
default as Loader2Icon
|
|
3654
|
+
} from '../icons/loader-circle';
|
|
3651
3655
|
// MailQuestionMark aliases
|
|
3652
3656
|
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3653
3657
|
export {
|
|
@@ -3660,36 +3664,36 @@ export {
|
|
|
3660
3664
|
/** @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
3665
|
default as LocationEditIcon
|
|
3662
3666
|
} from '../icons/map-pin-pen';
|
|
3667
|
+
// MessageCircleQuestionMark aliases
|
|
3668
|
+
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3669
|
+
export {
|
|
3670
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3671
|
+
default as MessageCircleQuestionIcon
|
|
3672
|
+
} from '../icons/message-circle-question-mark';
|
|
3663
3673
|
// MicVocal aliases
|
|
3664
3674
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3665
3675
|
export {
|
|
3666
3676
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3667
3677
|
default as Mic2Icon
|
|
3668
3678
|
} from '../icons/mic-vocal';
|
|
3669
|
-
//
|
|
3670
|
-
export { default as
|
|
3679
|
+
// OctagonAlert aliases
|
|
3680
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3671
3681
|
export {
|
|
3672
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3673
|
-
default as
|
|
3674
|
-
} from '../icons/
|
|
3682
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3683
|
+
default as AlertOctagonIcon
|
|
3684
|
+
} from '../icons/octagon-alert';
|
|
3675
3685
|
// OctagonPause aliases
|
|
3676
3686
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3677
3687
|
export {
|
|
3678
3688
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3679
3689
|
default as PauseOctagonIcon
|
|
3680
3690
|
} from '../icons/octagon-pause';
|
|
3681
|
-
//
|
|
3682
|
-
export { default as
|
|
3683
|
-
export {
|
|
3684
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3685
|
-
default as MessageCircleQuestionIcon
|
|
3686
|
-
} from '../icons/message-circle-question-mark';
|
|
3687
|
-
// OctagonAlert aliases
|
|
3688
|
-
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3691
|
+
// Move3d aliases
|
|
3692
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3689
3693
|
export {
|
|
3690
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3691
|
-
default as
|
|
3692
|
-
} from '../icons/
|
|
3694
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3695
|
+
default as Move3DIcon
|
|
3696
|
+
} from '../icons/move-3d';
|
|
3693
3697
|
// OctagonX aliases
|
|
3694
3698
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3695
3699
|
export {
|
|
@@ -3708,60 +3712,60 @@ export {
|
|
|
3708
3712
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3709
3713
|
default as PanelBottomInactiveIcon
|
|
3710
3714
|
} from '../icons/panel-bottom-dashed';
|
|
3711
|
-
// PanelLeftClose aliases
|
|
3712
|
-
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3713
|
-
export {
|
|
3714
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3715
|
-
default as SidebarCloseIcon
|
|
3716
|
-
} from '../icons/panel-left-close';
|
|
3717
3715
|
// PanelLeftDashed aliases
|
|
3718
3716
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3719
3717
|
export {
|
|
3720
3718
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3721
3719
|
default as PanelLeftInactiveIcon
|
|
3722
3720
|
} from '../icons/panel-left-dashed';
|
|
3723
|
-
// PanelLeft aliases
|
|
3724
|
-
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3725
|
-
export {
|
|
3726
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3727
|
-
default as SidebarIcon
|
|
3728
|
-
} from '../icons/panel-left';
|
|
3729
3721
|
// PanelLeftOpen aliases
|
|
3730
3722
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3731
3723
|
export {
|
|
3732
3724
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3733
3725
|
default as SidebarOpenIcon
|
|
3734
3726
|
} from '../icons/panel-left-open';
|
|
3727
|
+
// PanelLeftClose aliases
|
|
3728
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3729
|
+
export {
|
|
3730
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3731
|
+
default as SidebarCloseIcon
|
|
3732
|
+
} from '../icons/panel-left-close';
|
|
3733
|
+
// PanelLeft aliases
|
|
3734
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3735
|
+
export {
|
|
3736
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3737
|
+
default as SidebarIcon
|
|
3738
|
+
} from '../icons/panel-left';
|
|
3735
3739
|
// PanelRightDashed aliases
|
|
3736
3740
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3737
3741
|
export {
|
|
3738
3742
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
3739
3743
|
default as PanelRightInactiveIcon
|
|
3740
3744
|
} from '../icons/panel-right-dashed';
|
|
3741
|
-
// PanelTopDashed aliases
|
|
3742
|
-
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3743
|
-
export {
|
|
3744
|
-
/** @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 */
|
|
3745
|
-
default as PanelTopInactiveIcon
|
|
3746
|
-
} from '../icons/panel-top-dashed';
|
|
3747
3745
|
// PanelsTopLeft aliases
|
|
3748
3746
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3749
3747
|
export {
|
|
3750
3748
|
/** @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 */
|
|
3751
3749
|
default as LayoutIcon
|
|
3752
3750
|
} from '../icons/panels-top-left';
|
|
3753
|
-
// Pen aliases
|
|
3754
|
-
export { default as PenIcon } from '../icons/pen';
|
|
3755
|
-
export {
|
|
3756
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3757
|
-
default as Edit2Icon
|
|
3758
|
-
} from '../icons/pen';
|
|
3759
3751
|
// PenLine aliases
|
|
3760
3752
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3761
3753
|
export {
|
|
3762
3754
|
/** @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 */
|
|
3763
3755
|
default as Edit3Icon
|
|
3764
3756
|
} from '../icons/pen-line';
|
|
3757
|
+
// PanelTopDashed aliases
|
|
3758
|
+
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3759
|
+
export {
|
|
3760
|
+
/** @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 */
|
|
3761
|
+
default as PanelTopInactiveIcon
|
|
3762
|
+
} from '../icons/panel-top-dashed';
|
|
3763
|
+
// Pen aliases
|
|
3764
|
+
export { default as PenIcon } from '../icons/pen';
|
|
3765
|
+
export {
|
|
3766
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3767
|
+
default as Edit2Icon
|
|
3768
|
+
} from '../icons/pen';
|
|
3765
3769
|
// PlugZap aliases
|
|
3766
3770
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3767
3771
|
export {
|
|
@@ -3774,102 +3778,102 @@ export {
|
|
|
3774
3778
|
/** @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
3779
|
default as FormInputIcon
|
|
3776
3780
|
} from '../icons/rectangle-ellipsis';
|
|
3777
|
-
// Rotate3d aliases
|
|
3778
|
-
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3779
|
-
export {
|
|
3780
|
-
/** @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 */
|
|
3781
|
-
default as Rotate3DIcon
|
|
3782
|
-
} from '../icons/rotate-3d';
|
|
3783
3781
|
// Rows2 aliases
|
|
3784
3782
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3785
3783
|
export {
|
|
3786
3784
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
3787
3785
|
default as RowsIcon
|
|
3788
3786
|
} from '../icons/rows-2';
|
|
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';
|
|
3789
3793
|
// Rows3 aliases
|
|
3790
3794
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3791
3795
|
export {
|
|
3792
3796
|
/** @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 */
|
|
3793
3797
|
default as PanelsTopBottomIcon
|
|
3794
3798
|
} from '../icons/rows-3';
|
|
3799
|
+
// ShieldX aliases
|
|
3800
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3801
|
+
export {
|
|
3802
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3803
|
+
default as ShieldCloseIcon
|
|
3804
|
+
} from '../icons/shield-x';
|
|
3795
3805
|
// Scale3d aliases
|
|
3796
3806
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3797
3807
|
export {
|
|
3798
3808
|
/** @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 */
|
|
3799
3809
|
default as Scale3DIcon
|
|
3800
3810
|
} from '../icons/scale-3d';
|
|
3801
|
-
// SendHorizontal aliases
|
|
3802
|
-
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3803
|
-
export {
|
|
3804
|
-
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3805
|
-
default as SendHorizonalIcon
|
|
3806
|
-
} from '../icons/send-horizontal';
|
|
3807
3811
|
// ShieldQuestionMark aliases
|
|
3808
3812
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3809
3813
|
export {
|
|
3810
3814
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3811
3815
|
default as ShieldQuestionIcon
|
|
3812
3816
|
} from '../icons/shield-question-mark';
|
|
3813
|
-
//
|
|
3814
|
-
export { default as
|
|
3817
|
+
// SendHorizontal aliases
|
|
3818
|
+
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3815
3819
|
export {
|
|
3816
|
-
/** @deprecated
|
|
3817
|
-
default as
|
|
3818
|
-
} from '../icons/
|
|
3820
|
+
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3821
|
+
default as SendHorizonalIcon
|
|
3822
|
+
} from '../icons/send-horizontal';
|
|
3819
3823
|
// SlidersVertical aliases
|
|
3820
3824
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3821
3825
|
export {
|
|
3822
3826
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3823
3827
|
default as SlidersIcon
|
|
3824
3828
|
} from '../icons/sliders-vertical';
|
|
3825
|
-
// SquareActivity aliases
|
|
3826
|
-
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3827
|
-
export {
|
|
3828
|
-
/** @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 */
|
|
3829
|
-
default as ActivitySquareIcon
|
|
3830
|
-
} from '../icons/square-activity';
|
|
3831
|
-
// SquareArrowDownLeft aliases
|
|
3832
|
-
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3833
|
-
export {
|
|
3834
|
-
/** @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 */
|
|
3835
|
-
default as ArrowDownLeftSquareIcon
|
|
3836
|
-
} from '../icons/square-arrow-down-left';
|
|
3837
|
-
// SquareArrowDownRight aliases
|
|
3838
|
-
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3839
|
-
export {
|
|
3840
|
-
/** @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 */
|
|
3841
|
-
default as ArrowDownRightSquareIcon
|
|
3842
|
-
} from '../icons/square-arrow-down-right';
|
|
3843
3829
|
// Sparkles aliases
|
|
3844
3830
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3845
3831
|
export {
|
|
3846
3832
|
/** @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 */
|
|
3847
3833
|
default as StarsIcon
|
|
3848
3834
|
} from '../icons/sparkles';
|
|
3835
|
+
// SquareActivity aliases
|
|
3836
|
+
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3837
|
+
export {
|
|
3838
|
+
/** @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 */
|
|
3839
|
+
default as ActivitySquareIcon
|
|
3840
|
+
} from '../icons/square-activity';
|
|
3849
3841
|
// SquareArrowDown aliases
|
|
3850
3842
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3851
3843
|
export {
|
|
3852
3844
|
/** @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 */
|
|
3853
3845
|
default as ArrowDownSquareIcon
|
|
3854
3846
|
} from '../icons/square-arrow-down';
|
|
3847
|
+
// SquareArrowDownLeft aliases
|
|
3848
|
+
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3849
|
+
export {
|
|
3850
|
+
/** @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 */
|
|
3851
|
+
default as ArrowDownLeftSquareIcon
|
|
3852
|
+
} from '../icons/square-arrow-down-left';
|
|
3855
3853
|
// SquareArrowLeft aliases
|
|
3856
3854
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3857
3855
|
export {
|
|
3858
3856
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3859
3857
|
default as ArrowLeftSquareIcon
|
|
3860
3858
|
} from '../icons/square-arrow-left';
|
|
3861
|
-
//
|
|
3862
|
-
export { default as
|
|
3859
|
+
// SquareArrowDownRight aliases
|
|
3860
|
+
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3863
3861
|
export {
|
|
3864
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3865
|
-
default as
|
|
3866
|
-
} from '../icons/square-arrow-
|
|
3862
|
+
/** @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 */
|
|
3863
|
+
default as ArrowDownRightSquareIcon
|
|
3864
|
+
} from '../icons/square-arrow-down-right';
|
|
3867
3865
|
// SquareArrowOutDownRight aliases
|
|
3868
3866
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3869
3867
|
export {
|
|
3870
3868
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3871
3869
|
default as ArrowDownRightFromSquareIcon
|
|
3872
3870
|
} from '../icons/square-arrow-out-down-right';
|
|
3871
|
+
// SquareArrowOutDownLeft aliases
|
|
3872
|
+
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3873
|
+
export {
|
|
3874
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3875
|
+
default as ArrowDownLeftFromSquareIcon
|
|
3876
|
+
} from '../icons/square-arrow-out-down-left';
|
|
3873
3877
|
// SquareArrowOutUpLeft aliases
|
|
3874
3878
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3875
3879
|
export {
|
|
@@ -3912,6 +3916,12 @@ export {
|
|
|
3912
3916
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
3913
3917
|
default as AsteriskSquareIcon
|
|
3914
3918
|
} from '../icons/square-asterisk';
|
|
3919
|
+
// SquareBottomDashedScissors aliases
|
|
3920
|
+
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3921
|
+
export {
|
|
3922
|
+
/** @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 */
|
|
3923
|
+
default as ScissorsSquareDashedBottomIcon
|
|
3924
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
3915
3925
|
// SquareChartGantt aliases
|
|
3916
3926
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3917
3927
|
export {
|
|
@@ -3922,18 +3932,6 @@ export {
|
|
|
3922
3932
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
3923
3933
|
default as SquareGanttChartIcon
|
|
3924
3934
|
} from '../icons/square-chart-gantt';
|
|
3925
|
-
// SquareCheckBig aliases
|
|
3926
|
-
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3927
|
-
export {
|
|
3928
|
-
/** @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 */
|
|
3929
|
-
default as CheckSquareIcon
|
|
3930
|
-
} from '../icons/square-check-big';
|
|
3931
|
-
// SquareBottomDashedScissors aliases
|
|
3932
|
-
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3933
|
-
export {
|
|
3934
|
-
/** @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 */
|
|
3935
|
-
default as ScissorsSquareDashedBottomIcon
|
|
3936
|
-
} from '../icons/square-bottom-dashed-scissors';
|
|
3937
3935
|
// SquareCheck aliases
|
|
3938
3936
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3939
3937
|
export {
|
|
@@ -3946,6 +3944,18 @@ export {
|
|
|
3946
3944
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
3947
3945
|
default as ChevronDownSquareIcon
|
|
3948
3946
|
} from '../icons/square-chevron-down';
|
|
3947
|
+
// SquareCheckBig aliases
|
|
3948
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3949
|
+
export {
|
|
3950
|
+
/** @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 */
|
|
3951
|
+
default as CheckSquareIcon
|
|
3952
|
+
} from '../icons/square-check-big';
|
|
3953
|
+
// SquareChevronLeft aliases
|
|
3954
|
+
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3955
|
+
export {
|
|
3956
|
+
/** @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 */
|
|
3957
|
+
default as ChevronLeftSquareIcon
|
|
3958
|
+
} from '../icons/square-chevron-left';
|
|
3949
3959
|
// SquareChevronRight aliases
|
|
3950
3960
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3951
3961
|
export {
|
|
@@ -3958,60 +3968,48 @@ export {
|
|
|
3958
3968
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
3959
3969
|
default as ChevronUpSquareIcon
|
|
3960
3970
|
} from '../icons/square-chevron-up';
|
|
3961
|
-
// SquareCode aliases
|
|
3962
|
-
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3963
|
-
export {
|
|
3964
|
-
/** @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 */
|
|
3965
|
-
default as CodeSquareIcon
|
|
3966
|
-
} from '../icons/square-code';
|
|
3967
|
-
// SquareChevronLeft aliases
|
|
3968
|
-
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3969
|
-
export {
|
|
3970
|
-
/** @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 */
|
|
3971
|
-
default as ChevronLeftSquareIcon
|
|
3972
|
-
} from '../icons/square-chevron-left';
|
|
3973
3971
|
// SquareDashedKanban aliases
|
|
3974
3972
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3975
3973
|
export {
|
|
3976
3974
|
/** @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 */
|
|
3977
3975
|
default as KanbanSquareDashedIcon
|
|
3978
3976
|
} from '../icons/square-dashed-kanban';
|
|
3979
|
-
//
|
|
3980
|
-
export { default as
|
|
3977
|
+
// SquareCode aliases
|
|
3978
|
+
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3981
3979
|
export {
|
|
3982
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3983
|
-
default as
|
|
3984
|
-
} from '../icons/square-
|
|
3980
|
+
/** @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
|
+
default as CodeSquareIcon
|
|
3982
|
+
} from '../icons/square-code';
|
|
3985
3983
|
// SquareDashed aliases
|
|
3986
3984
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3987
3985
|
export {
|
|
3988
3986
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
3989
3987
|
default as BoxSelectIcon
|
|
3990
3988
|
} from '../icons/square-dashed';
|
|
3991
|
-
//
|
|
3992
|
-
export { default as
|
|
3989
|
+
// SquareDashedMousePointer aliases
|
|
3990
|
+
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3993
3991
|
export {
|
|
3994
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3995
|
-
default as
|
|
3996
|
-
} from '../icons/square-
|
|
3992
|
+
/** @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 */
|
|
3993
|
+
default as MousePointerSquareDashedIcon
|
|
3994
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
3997
3995
|
// SquareDivide aliases
|
|
3998
3996
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3999
3997
|
export {
|
|
4000
3998
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
4001
3999
|
default as DivideSquareIcon
|
|
4002
4000
|
} from '../icons/square-divide';
|
|
4001
|
+
// SquareDot aliases
|
|
4002
|
+
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4003
|
+
export {
|
|
4004
|
+
/** @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 */
|
|
4005
|
+
default as DotSquareIcon
|
|
4006
|
+
} from '../icons/square-dot';
|
|
4003
4007
|
// SquareEqual aliases
|
|
4004
4008
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4005
4009
|
export {
|
|
4006
4010
|
/** @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 */
|
|
4007
4011
|
default as EqualSquareIcon
|
|
4008
4012
|
} from '../icons/square-equal';
|
|
4009
|
-
// SquareKanban aliases
|
|
4010
|
-
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4011
|
-
export {
|
|
4012
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
4013
|
-
default as KanbanSquareIcon
|
|
4014
|
-
} from '../icons/square-kanban';
|
|
4015
4013
|
// SquareFunction aliases
|
|
4016
4014
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4017
4015
|
export {
|
|
@@ -4024,6 +4022,12 @@ export {
|
|
|
4024
4022
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
4025
4023
|
default as LibrarySquareIcon
|
|
4026
4024
|
} from '../icons/square-library';
|
|
4025
|
+
// SquareKanban aliases
|
|
4026
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4027
|
+
export {
|
|
4028
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
4029
|
+
default as KanbanSquareIcon
|
|
4030
|
+
} from '../icons/square-kanban';
|
|
4027
4031
|
// SquareM aliases
|
|
4028
4032
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
4029
4033
|
export {
|
|
@@ -4042,30 +4046,24 @@ export {
|
|
|
4042
4046
|
/** @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 */
|
|
4043
4047
|
default as MinusSquareIcon
|
|
4044
4048
|
} from '../icons/square-minus';
|
|
4045
|
-
// SquareParkingOff aliases
|
|
4046
|
-
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4047
|
-
export {
|
|
4048
|
-
/** @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 */
|
|
4049
|
-
default as ParkingSquareOffIcon
|
|
4050
|
-
} from '../icons/square-parking-off';
|
|
4051
4049
|
// SquareMousePointer aliases
|
|
4052
4050
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4053
4051
|
export {
|
|
4054
4052
|
/** @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 */
|
|
4055
4053
|
default as InspectIcon
|
|
4056
4054
|
} from '../icons/square-mouse-pointer';
|
|
4055
|
+
// SquareParkingOff aliases
|
|
4056
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4057
|
+
export {
|
|
4058
|
+
/** @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 */
|
|
4059
|
+
default as ParkingSquareOffIcon
|
|
4060
|
+
} from '../icons/square-parking-off';
|
|
4057
4061
|
// SquareParking aliases
|
|
4058
4062
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4059
4063
|
export {
|
|
4060
4064
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
4061
4065
|
default as ParkingSquareIcon
|
|
4062
4066
|
} from '../icons/square-parking';
|
|
4063
|
-
// SquarePercent aliases
|
|
4064
|
-
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4065
|
-
export {
|
|
4066
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
4067
|
-
default as PercentSquareIcon
|
|
4068
|
-
} from '../icons/square-percent';
|
|
4069
4067
|
// SquarePen aliases
|
|
4070
4068
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4071
4069
|
export {
|
|
@@ -4080,36 +4078,42 @@ export {
|
|
|
4080
4078
|
/** @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 */
|
|
4081
4079
|
default as PenSquareIcon
|
|
4082
4080
|
} from '../icons/square-pen';
|
|
4083
|
-
// SquarePi aliases
|
|
4084
|
-
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4085
|
-
export {
|
|
4086
|
-
/** @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 */
|
|
4087
|
-
default as PiSquareIcon
|
|
4088
|
-
} from '../icons/square-pi';
|
|
4089
4081
|
// SquarePilcrow aliases
|
|
4090
4082
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4091
4083
|
export {
|
|
4092
4084
|
/** @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 */
|
|
4093
4085
|
default as PilcrowSquareIcon
|
|
4094
4086
|
} from '../icons/square-pilcrow';
|
|
4095
|
-
//
|
|
4096
|
-
export { default as
|
|
4087
|
+
// SquarePercent aliases
|
|
4088
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4097
4089
|
export {
|
|
4098
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4099
|
-
default as
|
|
4100
|
-
} from '../icons/square-
|
|
4101
|
-
//
|
|
4102
|
-
export { default as
|
|
4090
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
4091
|
+
default as PercentSquareIcon
|
|
4092
|
+
} from '../icons/square-percent';
|
|
4093
|
+
// SquarePi aliases
|
|
4094
|
+
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4103
4095
|
export {
|
|
4104
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4105
|
-
default as
|
|
4106
|
-
} from '../icons/square-
|
|
4096
|
+
/** @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 */
|
|
4097
|
+
default as PiSquareIcon
|
|
4098
|
+
} from '../icons/square-pi';
|
|
4107
4099
|
// SquarePower aliases
|
|
4108
4100
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4109
4101
|
export {
|
|
4110
4102
|
/** @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 */
|
|
4111
4103
|
default as PowerSquareIcon
|
|
4112
4104
|
} from '../icons/square-power';
|
|
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
|
+
// SquarePlay aliases
|
|
4112
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4113
|
+
export {
|
|
4114
|
+
/** @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
|
+
default as PlaySquareIcon
|
|
4116
|
+
} from '../icons/square-play';
|
|
4113
4117
|
// SquareScissors aliases
|
|
4114
4118
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4115
4119
|
export {
|
|
@@ -4122,30 +4126,30 @@ export {
|
|
|
4122
4126
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
4123
4127
|
default as SigmaSquareIcon
|
|
4124
4128
|
} from '../icons/square-sigma';
|
|
4125
|
-
// SquareSplitHorizontal aliases
|
|
4126
|
-
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4127
|
-
export {
|
|
4128
|
-
/** @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 */
|
|
4129
|
-
default as SplitSquareHorizontalIcon
|
|
4130
|
-
} from '../icons/square-split-horizontal';
|
|
4131
4129
|
// SquareSlash aliases
|
|
4132
4130
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4133
4131
|
export {
|
|
4134
4132
|
/** @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 */
|
|
4135
4133
|
default as SlashSquareIcon
|
|
4136
4134
|
} from '../icons/square-slash';
|
|
4137
|
-
//
|
|
4138
|
-
export { default as
|
|
4135
|
+
// SquareSplitHorizontal aliases
|
|
4136
|
+
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4139
4137
|
export {
|
|
4140
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4141
|
-
default as
|
|
4142
|
-
} from '../icons/square-
|
|
4138
|
+
/** @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 */
|
|
4139
|
+
default as SplitSquareHorizontalIcon
|
|
4140
|
+
} from '../icons/square-split-horizontal';
|
|
4143
4141
|
// SquareSplitVertical aliases
|
|
4144
4142
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4145
4143
|
export {
|
|
4146
4144
|
/** @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 */
|
|
4147
4145
|
default as SplitSquareVerticalIcon
|
|
4148
4146
|
} from '../icons/square-split-vertical';
|
|
4147
|
+
// SquareTerminal aliases
|
|
4148
|
+
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4149
|
+
export {
|
|
4150
|
+
/** @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 */
|
|
4151
|
+
default as TerminalSquareIcon
|
|
4152
|
+
} from '../icons/square-terminal';
|
|
4149
4153
|
// SquareUserRound aliases
|
|
4150
4154
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4151
4155
|
export {
|
|
@@ -4164,18 +4168,18 @@ export {
|
|
|
4164
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 */
|
|
4165
4169
|
default as XSquareIcon
|
|
4166
4170
|
} from '../icons/square-x';
|
|
4167
|
-
// TestTubeDiagonal aliases
|
|
4168
|
-
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4169
|
-
export {
|
|
4170
|
-
/** @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 */
|
|
4171
|
-
default as TestTube2Icon
|
|
4172
|
-
} from '../icons/test-tube-diagonal';
|
|
4173
4171
|
// TextAlignCenter aliases
|
|
4174
4172
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4175
4173
|
export {
|
|
4176
4174
|
/** @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 */
|
|
4177
4175
|
default as AlignCenterIcon
|
|
4178
4176
|
} from '../icons/text-align-center';
|
|
4177
|
+
// TestTubeDiagonal aliases
|
|
4178
|
+
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4179
|
+
export {
|
|
4180
|
+
/** @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
|
+
default as TestTube2Icon
|
|
4182
|
+
} from '../icons/test-tube-diagonal';
|
|
4179
4183
|
// TextAlignEnd aliases
|
|
4180
4184
|
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4181
4185
|
export {
|
|
@@ -4198,18 +4202,18 @@ export {
|
|
|
4198
4202
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4199
4203
|
default as AlignLeftIcon
|
|
4200
4204
|
} from '../icons/text-align-start';
|
|
4201
|
-
// TextInitial aliases
|
|
4202
|
-
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4203
|
-
export {
|
|
4204
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
4205
|
-
default as LetterTextIcon
|
|
4206
|
-
} from '../icons/text-initial';
|
|
4207
4205
|
// TextSelect aliases
|
|
4208
4206
|
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4209
4207
|
export {
|
|
4210
4208
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|
|
4211
4209
|
default as TextSelectionIcon
|
|
4212
4210
|
} from '../icons/text-select';
|
|
4211
|
+
// TextInitial aliases
|
|
4212
|
+
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4213
|
+
export {
|
|
4214
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
4215
|
+
default as LetterTextIcon
|
|
4216
|
+
} from '../icons/text-initial';
|
|
4213
4217
|
// TextWrap aliases
|
|
4214
4218
|
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4215
4219
|
export {
|
|
@@ -4234,60 +4238,60 @@ export {
|
|
|
4234
4238
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
4235
4239
|
default as AlertTriangleIcon
|
|
4236
4240
|
} from '../icons/triangle-alert';
|
|
4237
|
-
// TvMinimal aliases
|
|
4238
|
-
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4239
|
-
export {
|
|
4240
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
4241
|
-
default as Tv2Icon
|
|
4242
|
-
} from '../icons/tv-minimal';
|
|
4243
4241
|
// University aliases
|
|
4244
4242
|
export { default as UniversityIcon } from '../icons/university';
|
|
4245
4243
|
export {
|
|
4246
4244
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4247
4245
|
default as School2Icon
|
|
4248
4246
|
} from '../icons/university';
|
|
4249
|
-
//
|
|
4250
|
-
export { default as
|
|
4247
|
+
// TvMinimal aliases
|
|
4248
|
+
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4251
4249
|
export {
|
|
4252
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4253
|
-
default as
|
|
4254
|
-
} from '../icons/
|
|
4250
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
4251
|
+
default as Tv2Icon
|
|
4252
|
+
} from '../icons/tv-minimal';
|
|
4255
4253
|
// UserRoundCheck aliases
|
|
4256
4254
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4257
4255
|
export {
|
|
4258
4256
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
4259
4257
|
default as UserCheck2Icon
|
|
4260
4258
|
} from '../icons/user-round-check';
|
|
4259
|
+
// UserRoundCog aliases
|
|
4260
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4261
|
+
export {
|
|
4262
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
4263
|
+
default as UserCog2Icon
|
|
4264
|
+
} from '../icons/user-round-cog';
|
|
4261
4265
|
// UserRoundMinus aliases
|
|
4262
4266
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4263
4267
|
export {
|
|
4264
4268
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
4265
4269
|
default as UserMinus2Icon
|
|
4266
4270
|
} from '../icons/user-round-minus';
|
|
4267
|
-
// UserRoundX aliases
|
|
4268
|
-
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4269
|
-
export {
|
|
4270
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4271
|
-
default as UserX2Icon
|
|
4272
|
-
} from '../icons/user-round-x';
|
|
4273
|
-
// UsersRound aliases
|
|
4274
|
-
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4275
|
-
export {
|
|
4276
|
-
/** @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 */
|
|
4277
|
-
default as Users2Icon
|
|
4278
|
-
} from '../icons/users-round';
|
|
4279
4271
|
// UserRoundPlus aliases
|
|
4280
4272
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4281
4273
|
export {
|
|
4282
4274
|
/** @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 */
|
|
4283
4275
|
default as UserPlus2Icon
|
|
4284
4276
|
} from '../icons/user-round-plus';
|
|
4277
|
+
// UserRoundX aliases
|
|
4278
|
+
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4279
|
+
export {
|
|
4280
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4281
|
+
default as UserX2Icon
|
|
4282
|
+
} from '../icons/user-round-x';
|
|
4285
4283
|
// UserRound aliases
|
|
4286
4284
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4287
4285
|
export {
|
|
4288
4286
|
/** @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
4287
|
default as User2Icon
|
|
4290
4288
|
} from '../icons/user-round';
|
|
4289
|
+
// UsersRound aliases
|
|
4290
|
+
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4291
|
+
export {
|
|
4292
|
+
/** @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
|
+
default as Users2Icon
|
|
4294
|
+
} from '../icons/users-round';
|
|
4291
4295
|
// UtensilsCrossed aliases
|
|
4292
4296
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4293
4297
|
export {
|
|
@@ -4300,16 +4304,16 @@ export {
|
|
|
4300
4304
|
/** @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 */
|
|
4301
4305
|
default as ForkKnifeIcon
|
|
4302
4306
|
} from '../icons/utensils';
|
|
4303
|
-
// WandSparkles aliases
|
|
4304
|
-
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4305
|
-
export {
|
|
4306
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
4307
|
-
default as Wand2Icon
|
|
4308
|
-
} from '../icons/wand-sparkles';
|
|
4309
4307
|
// WalletMinimal aliases
|
|
4310
4308
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4311
4309
|
export {
|
|
4312
4310
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4313
4311
|
default as Wallet2Icon
|
|
4314
4312
|
} from '../icons/wallet-minimal';
|
|
4313
|
+
// WandSparkles aliases
|
|
4314
|
+
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4315
|
+
export {
|
|
4316
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
4317
|
+
default as Wand2Icon
|
|
4318
|
+
} from '../icons/wand-sparkles';
|
|
4315
4319
|
|