@lucide/astro 0.569.0 → 0.571.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 +48 -48
- package/src/aliases/prefixed.ts +424 -420
- package/src/aliases/suffixed.ts +715 -711
- package/src/icons/ban.ts +2 -2
- package/src/icons/circle-divide.ts +2 -2
- package/src/icons/circle-equal.ts +2 -2
- package/src/icons/circle-pound-sterling.ts +2 -2
- package/src/icons/circle-power.ts +2 -2
- package/src/icons/circle-slash-2.ts +2 -2
- package/src/icons/circle-star.ts +2 -2
- package/src/icons/clock-1.ts +2 -2
- package/src/icons/clock-10.ts +2 -2
- package/src/icons/clock-11.ts +2 -2
- package/src/icons/clock-12.ts +2 -2
- package/src/icons/clock-2.ts +2 -2
- package/src/icons/clock-3.ts +2 -2
- package/src/icons/clock-4.ts +2 -2
- package/src/icons/clock-5.ts +2 -2
- package/src/icons/clock-6.ts +2 -2
- package/src/icons/clock-7.ts +2 -2
- package/src/icons/clock-8.ts +2 -2
- package/src/icons/clock-9.ts +2 -2
- package/src/icons/clock.ts +2 -2
- package/src/icons/compass.ts +2 -2
- package/src/icons/index.ts +86 -84
- package/src/icons/shelving-unit.ts +18 -0
- package/src/icons/towel-rack.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,29 +1,31 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
+
// AArrowUp aliases
|
|
4
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
3
5
|
// ALargeSmall aliases
|
|
4
6
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
7
|
// Accessibility aliases
|
|
6
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
9
|
// Activity aliases
|
|
8
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
|
+
// AirVent aliases
|
|
12
|
+
export { default as AirVentIcon } from '../icons/air-vent';
|
|
9
13
|
// Airplay aliases
|
|
10
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
11
15
|
// AlarmClockOff aliases
|
|
12
16
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
13
|
-
// AirVent aliases
|
|
14
|
-
export { default as AirVentIcon } from '../icons/air-vent';
|
|
15
17
|
// AlarmClock aliases
|
|
16
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
17
19
|
// AlarmSmoke aliases
|
|
18
20
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
|
+
// Album aliases
|
|
22
|
+
export { default as AlbumIcon } from '../icons/album';
|
|
19
23
|
// AlignCenterHorizontal aliases
|
|
20
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
21
25
|
// AlignCenterVertical aliases
|
|
22
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
23
27
|
// AlignEndHorizontal aliases
|
|
24
28
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
25
|
-
// Album aliases
|
|
26
|
-
export { default as AlbumIcon } from '../icons/album';
|
|
27
29
|
// AlignEndVertical aliases
|
|
28
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
29
31
|
// AlignHorizontalDistributeCenter aliases
|
|
@@ -48,10 +50,10 @@ export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizo
|
|
|
48
50
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
49
51
|
// AlignVerticalDistributeCenter aliases
|
|
50
52
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
51
|
-
// AlignVerticalDistributeStart aliases
|
|
52
|
-
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
53
53
|
// AlignVerticalDistributeEnd aliases
|
|
54
54
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
55
|
+
// AlignVerticalDistributeStart aliases
|
|
56
|
+
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
55
57
|
// AlignVerticalJustifyCenter aliases
|
|
56
58
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
57
59
|
// AlignVerticalJustifyEnd aliases
|
|
@@ -60,14 +62,14 @@ export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-
|
|
|
60
62
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
61
63
|
// AlignVerticalSpaceAround aliases
|
|
62
64
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
63
|
-
// AlignVerticalSpaceBetween aliases
|
|
64
|
-
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
65
65
|
// Ambulance aliases
|
|
66
66
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
67
|
-
//
|
|
68
|
-
export { default as
|
|
67
|
+
// AlignVerticalSpaceBetween aliases
|
|
68
|
+
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
69
69
|
// Ampersands aliases
|
|
70
70
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
71
|
+
// Ampersand aliases
|
|
72
|
+
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
71
73
|
// Amphora aliases
|
|
72
74
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
73
75
|
// Anchor aliases
|
|
@@ -76,10 +78,10 @@ export { default as AnchorIcon } from '../icons/anchor';
|
|
|
76
78
|
export { default as AngryIcon } from '../icons/angry';
|
|
77
79
|
// Annoyed aliases
|
|
78
80
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
79
|
-
// Anvil aliases
|
|
80
|
-
export { default as AnvilIcon } from '../icons/anvil';
|
|
81
81
|
// Antenna aliases
|
|
82
82
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
83
|
+
// Anvil aliases
|
|
84
|
+
export { default as AnvilIcon } from '../icons/anvil';
|
|
83
85
|
// Aperture aliases
|
|
84
86
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
85
87
|
// AppWindowMac aliases
|
|
@@ -88,12 +90,12 @@ export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
|
88
90
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
89
91
|
// Apple aliases
|
|
90
92
|
export { default as AppleIcon } from '../icons/apple';
|
|
93
|
+
// Archive aliases
|
|
94
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
91
95
|
// ArchiveRestore aliases
|
|
92
96
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
93
97
|
// ArchiveX aliases
|
|
94
98
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
95
|
-
// Archive aliases
|
|
96
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
97
99
|
// Armchair aliases
|
|
98
100
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
99
101
|
// ArrowBigDownDash aliases
|
|
@@ -110,34 +112,34 @@ export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash'
|
|
|
110
112
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
111
113
|
// ArrowBigUpDash aliases
|
|
112
114
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
113
|
-
// ArrowDownFromLine aliases
|
|
114
|
-
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
115
115
|
// ArrowBigUp aliases
|
|
116
116
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
|
+
// ArrowDownFromLine aliases
|
|
118
|
+
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
117
119
|
// ArrowDownLeft aliases
|
|
118
120
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
119
121
|
// ArrowDownNarrowWide aliases
|
|
120
122
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
121
123
|
// ArrowDownRight aliases
|
|
122
124
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
123
|
-
// ArrowDownToDot aliases
|
|
124
|
-
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
125
125
|
// ArrowDownToLine aliases
|
|
126
126
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
127
|
+
// ArrowDownToDot aliases
|
|
128
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
127
129
|
// ArrowDown aliases
|
|
128
130
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
129
131
|
// ArrowDownUp aliases
|
|
130
132
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
131
|
-
// ArrowLeftRight aliases
|
|
132
|
-
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
133
133
|
// ArrowLeftFromLine aliases
|
|
134
134
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
135
|
-
//
|
|
136
|
-
export { default as
|
|
135
|
+
// ArrowLeftRight aliases
|
|
136
|
+
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
137
137
|
// ArrowLeft aliases
|
|
138
138
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
139
139
|
// ArrowRightFromLine aliases
|
|
140
140
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
141
|
+
// ArrowLeftToLine aliases
|
|
142
|
+
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
141
143
|
// ArrowRightLeft aliases
|
|
142
144
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
143
145
|
// ArrowRight aliases
|
|
@@ -148,16 +150,16 @@ export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
|
148
150
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
149
151
|
// ArrowUpFromDot aliases
|
|
150
152
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
151
|
-
// ArrowUpFromLine aliases
|
|
152
|
-
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
153
153
|
// ArrowUpLeft aliases
|
|
154
154
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
155
|
+
// ArrowUpFromLine aliases
|
|
156
|
+
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
157
|
+
// ArrowUpToLine aliases
|
|
158
|
+
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
155
159
|
// ArrowUpRight aliases
|
|
156
160
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
157
161
|
// ArrowUpWideNarrow aliases
|
|
158
162
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
159
|
-
// ArrowUpToLine aliases
|
|
160
|
-
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
163
|
// ArrowUp aliases
|
|
162
164
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
163
165
|
// ArrowsUpFromLine aliases
|
|
@@ -172,10 +174,10 @@ export { default as AtomIcon } from '../icons/atom';
|
|
|
172
174
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
173
175
|
// AudioWaveform aliases
|
|
174
176
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
175
|
-
// Award aliases
|
|
176
|
-
export { default as AwardIcon } from '../icons/award';
|
|
177
177
|
// Axe aliases
|
|
178
178
|
export { default as AxeIcon } from '../icons/axe';
|
|
179
|
+
// Award aliases
|
|
180
|
+
export { default as AwardIcon } from '../icons/award';
|
|
179
181
|
// Baby aliases
|
|
180
182
|
export { default as BabyIcon } from '../icons/baby';
|
|
181
183
|
// Backpack aliases
|
|
@@ -184,10 +186,10 @@ export { default as BackpackIcon } from '../icons/backpack';
|
|
|
184
186
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
185
187
|
// BadgeCent aliases
|
|
186
188
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
187
|
-
// BadgeDollarSign aliases
|
|
188
|
-
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
189
189
|
// BadgeEuro aliases
|
|
190
190
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
191
|
+
// BadgeDollarSign aliases
|
|
192
|
+
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
191
193
|
// BadgeIndianRupee aliases
|
|
192
194
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
193
195
|
// BadgeInfo aliases
|
|
@@ -198,28 +200,28 @@ export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
|
198
200
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
199
201
|
// BadgePercent aliases
|
|
200
202
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
201
|
-
// BadgePlus aliases
|
|
202
|
-
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
203
203
|
// BadgePoundSterling aliases
|
|
204
204
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
205
|
+
// BadgePlus aliases
|
|
206
|
+
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
205
207
|
// BadgeRussianRuble aliases
|
|
206
208
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
207
209
|
// BadgeSwissFranc aliases
|
|
208
210
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
209
211
|
// BadgeTurkishLira aliases
|
|
210
212
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
211
|
-
// BadgeX aliases
|
|
212
|
-
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
213
213
|
// Badge aliases
|
|
214
214
|
export { default as BadgeIcon } from '../icons/badge';
|
|
215
|
-
// Ban aliases
|
|
216
|
-
export { default as BanIcon } from '../icons/ban';
|
|
217
215
|
// BaggageClaim aliases
|
|
218
216
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
219
|
-
//
|
|
220
|
-
export { default as
|
|
217
|
+
// BadgeX aliases
|
|
218
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
219
|
+
// Ban aliases
|
|
220
|
+
export { default as BanIcon } from '../icons/ban';
|
|
221
221
|
// Banana aliases
|
|
222
222
|
export { default as BananaIcon } from '../icons/banana';
|
|
223
|
+
// Balloon aliases
|
|
224
|
+
export { default as BalloonIcon } from '../icons/balloon';
|
|
223
225
|
// Bandage aliases
|
|
224
226
|
export { default as BandageIcon } from '../icons/bandage';
|
|
225
227
|
// BanknoteArrowDown aliases
|
|
@@ -230,22 +232,22 @@ export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
|
230
232
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
231
233
|
// Banknote aliases
|
|
232
234
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
233
|
-
// Barrel aliases
|
|
234
|
-
export { default as BarrelIcon } from '../icons/barrel';
|
|
235
235
|
// Barcode aliases
|
|
236
236
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
237
|
+
// Barrel aliases
|
|
238
|
+
export { default as BarrelIcon } from '../icons/barrel';
|
|
237
239
|
// Baseline aliases
|
|
238
240
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
239
241
|
// Bath aliases
|
|
240
242
|
export { default as BathIcon } from '../icons/bath';
|
|
241
243
|
// BatteryCharging aliases
|
|
242
244
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
243
|
-
// BatteryFull aliases
|
|
244
|
-
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
245
245
|
// BatteryLow aliases
|
|
246
246
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
247
247
|
// BatteryMedium aliases
|
|
248
248
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
249
|
+
// BatteryFull aliases
|
|
250
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
249
251
|
// BatteryPlus aliases
|
|
250
252
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
251
253
|
// BatteryWarning aliases
|
|
@@ -254,28 +256,28 @@ export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
|
254
256
|
export { default as BatteryIcon } from '../icons/battery';
|
|
255
257
|
// Beaker aliases
|
|
256
258
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
257
|
-
// Bean aliases
|
|
258
|
-
export { default as BeanIcon } from '../icons/bean';
|
|
259
259
|
// BeanOff aliases
|
|
260
260
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
261
|
-
//
|
|
262
|
-
export { default as
|
|
261
|
+
// Bean aliases
|
|
262
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
263
263
|
// BedSingle aliases
|
|
264
264
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
265
|
+
// BedDouble aliases
|
|
266
|
+
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
265
267
|
// Bed aliases
|
|
266
268
|
export { default as BedIcon } from '../icons/bed';
|
|
267
|
-
// Beef aliases
|
|
268
|
-
export { default as BeefIcon } from '../icons/beef';
|
|
269
269
|
// BeerOff aliases
|
|
270
270
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
271
|
+
// Beef aliases
|
|
272
|
+
export { default as BeefIcon } from '../icons/beef';
|
|
271
273
|
// Beer aliases
|
|
272
274
|
export { default as BeerIcon } from '../icons/beer';
|
|
273
275
|
// BellDot aliases
|
|
274
276
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
275
|
-
// BellMinus aliases
|
|
276
|
-
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
277
277
|
// BellElectric aliases
|
|
278
278
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
279
|
+
// BellMinus aliases
|
|
280
|
+
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
279
281
|
// BellOff aliases
|
|
280
282
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
281
283
|
// BellPlus aliases
|
|
@@ -296,18 +298,18 @@ export { default as BikeIcon } from '../icons/bike';
|
|
|
296
298
|
export { default as BinaryIcon } from '../icons/binary';
|
|
297
299
|
// Binoculars aliases
|
|
298
300
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
299
|
-
// Bird aliases
|
|
300
|
-
export { default as BirdIcon } from '../icons/bird';
|
|
301
301
|
// Biohazard aliases
|
|
302
302
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
303
|
-
//
|
|
304
|
-
export { default as
|
|
303
|
+
// Bird aliases
|
|
304
|
+
export { default as BirdIcon } from '../icons/bird';
|
|
305
305
|
// Bitcoin aliases
|
|
306
306
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
307
|
-
//
|
|
308
|
-
export { default as
|
|
307
|
+
// Birdhouse aliases
|
|
308
|
+
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
309
309
|
// Blinds aliases
|
|
310
310
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
311
|
+
// Blend aliases
|
|
312
|
+
export { default as BlendIcon } from '../icons/blend';
|
|
311
313
|
// Blocks aliases
|
|
312
314
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
313
315
|
// BluetoothConnected aliases
|
|
@@ -330,18 +332,18 @@ export { default as BoneIcon } from '../icons/bone';
|
|
|
330
332
|
export { default as BookAIcon } from '../icons/book-a';
|
|
331
333
|
// BookAlert aliases
|
|
332
334
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
333
|
-
// BookAudio aliases
|
|
334
|
-
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
335
335
|
// BookCheck aliases
|
|
336
336
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
337
|
-
// BookDown aliases
|
|
338
|
-
export { default as BookDownIcon } from '../icons/book-down';
|
|
339
337
|
// BookCopy aliases
|
|
340
338
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
341
|
-
//
|
|
342
|
-
export { default as
|
|
339
|
+
// BookAudio aliases
|
|
340
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
341
|
+
// BookDown aliases
|
|
342
|
+
export { default as BookDownIcon } from '../icons/book-down';
|
|
343
343
|
// BookHeadphones aliases
|
|
344
344
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
345
|
+
// BookHeart aliases
|
|
346
|
+
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
345
347
|
// BookImage aliases
|
|
346
348
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
347
349
|
// BookKey aliases
|
|
@@ -350,10 +352,10 @@ export { default as BookKeyIcon } from '../icons/book-key';
|
|
|
350
352
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
351
353
|
// BookMarked aliases
|
|
352
354
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
353
|
-
// BookMinus aliases
|
|
354
|
-
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
355
355
|
// BookOpenCheck aliases
|
|
356
356
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
357
|
+
// BookMinus aliases
|
|
358
|
+
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
357
359
|
// BookOpenText aliases
|
|
358
360
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
359
361
|
// BookOpen aliases
|
|
@@ -362,10 +364,10 @@ export { default as BookOpenIcon } from '../icons/book-open';
|
|
|
362
364
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
363
365
|
// BookSearch aliases
|
|
364
366
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
365
|
-
// BookText aliases
|
|
366
|
-
export { default as BookTextIcon } from '../icons/book-text';
|
|
367
367
|
// BookType aliases
|
|
368
368
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
369
|
+
// BookText aliases
|
|
370
|
+
export { default as BookTextIcon } from '../icons/book-text';
|
|
369
371
|
// BookUp2 aliases
|
|
370
372
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
371
373
|
// BookUp aliases
|
|
@@ -374,22 +376,22 @@ export { default as BookUpIcon } from '../icons/book-up';
|
|
|
374
376
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
375
377
|
// BookX aliases
|
|
376
378
|
export { default as BookXIcon } from '../icons/book-x';
|
|
377
|
-
// Book aliases
|
|
378
|
-
export { default as BookIcon } from '../icons/book';
|
|
379
379
|
// BookmarkCheck aliases
|
|
380
380
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
381
381
|
// BookmarkMinus aliases
|
|
382
382
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
383
|
+
// Book aliases
|
|
384
|
+
export { default as BookIcon } from '../icons/book';
|
|
383
385
|
// BookmarkPlus aliases
|
|
384
386
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
385
387
|
// BookmarkX aliases
|
|
386
388
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
387
389
|
// Bookmark aliases
|
|
388
390
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
389
|
-
// BoomBox aliases
|
|
390
|
-
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
391
391
|
// BotMessageSquare aliases
|
|
392
392
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
393
|
+
// BoomBox aliases
|
|
394
|
+
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
393
395
|
// BotOff aliases
|
|
394
396
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
395
397
|
// Bot aliases
|
|
@@ -432,18 +434,16 @@ export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
|
432
434
|
export { default as BrushIcon } from '../icons/brush';
|
|
433
435
|
// Bubbles aliases
|
|
434
436
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
435
|
-
// AArrowUp aliases
|
|
436
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
437
437
|
// BugOff aliases
|
|
438
438
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
439
439
|
// BugPlay aliases
|
|
440
440
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
441
|
-
// Bug aliases
|
|
442
|
-
export { default as BugIcon } from '../icons/bug';
|
|
443
441
|
// Building2 aliases
|
|
444
442
|
export { default as Building2Icon } from '../icons/building-2';
|
|
445
443
|
// Building aliases
|
|
446
444
|
export { default as BuildingIcon } from '../icons/building';
|
|
445
|
+
// Bug aliases
|
|
446
|
+
export { default as BugIcon } from '../icons/bug';
|
|
447
447
|
// BusFront aliases
|
|
448
448
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
449
449
|
// Bus aliases
|
|
@@ -456,10 +456,10 @@ export { default as CableIcon } from '../icons/cable';
|
|
|
456
456
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
457
457
|
// Cake aliases
|
|
458
458
|
export { default as CakeIcon } from '../icons/cake';
|
|
459
|
-
// Calculator aliases
|
|
460
|
-
export { default as CalculatorIcon } from '../icons/calculator';
|
|
461
459
|
// Calendar1 aliases
|
|
462
460
|
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
|
|
@@ -488,30 +488,30 @@ export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
|
488
488
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
489
489
|
// CalendarPlus aliases
|
|
490
490
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
491
|
-
// CalendarSearch aliases
|
|
492
|
-
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
493
491
|
// CalendarRange aliases
|
|
494
492
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
493
|
+
// CalendarSearch aliases
|
|
494
|
+
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
495
495
|
// CalendarSync aliases
|
|
496
496
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
497
497
|
// CalendarX2 aliases
|
|
498
498
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
499
499
|
// CalendarX aliases
|
|
500
500
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
501
|
-
// Calendar aliases
|
|
502
|
-
export { default as CalendarIcon } from '../icons/calendar';
|
|
503
501
|
// Calendars aliases
|
|
504
502
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
503
|
+
// Calendar aliases
|
|
504
|
+
export { default as CalendarIcon } from '../icons/calendar';
|
|
505
505
|
// CameraOff aliases
|
|
506
506
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
507
507
|
// Camera aliases
|
|
508
508
|
export { default as CameraIcon } from '../icons/camera';
|
|
509
509
|
// CandyCane aliases
|
|
510
510
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
511
|
-
// CandyOff aliases
|
|
512
|
-
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
513
511
|
// Candy aliases
|
|
514
512
|
export { default as CandyIcon } from '../icons/candy';
|
|
513
|
+
// CandyOff aliases
|
|
514
|
+
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
515
515
|
// CannabisOff aliases
|
|
516
516
|
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
517
517
|
// Cannabis aliases
|
|
@@ -522,54 +522,54 @@ export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
|
522
522
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
523
523
|
// CarTaxiFront aliases
|
|
524
524
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
525
|
-
// Car aliases
|
|
526
|
-
export { default as CarIcon } from '../icons/car';
|
|
527
525
|
// Caravan aliases
|
|
528
526
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
529
|
-
//
|
|
530
|
-
export { default as
|
|
527
|
+
// Car aliases
|
|
528
|
+
export { default as CarIcon } from '../icons/car';
|
|
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';
|
|
537
539
|
// CaseUpper aliases
|
|
538
540
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
539
541
|
// Cast aliases
|
|
540
542
|
export { default as CastIcon } from '../icons/cast';
|
|
541
543
|
// Castle aliases
|
|
542
544
|
export { default as CastleIcon } from '../icons/castle';
|
|
543
|
-
// CassetteTape aliases
|
|
544
|
-
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
545
545
|
// Cat aliases
|
|
546
546
|
export { default as CatIcon } from '../icons/cat';
|
|
547
|
-
// Cctv aliases
|
|
548
|
-
export { default as CctvIcon } from '../icons/cctv';
|
|
549
547
|
// ChartBarDecreasing aliases
|
|
550
548
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
549
|
+
// Cctv aliases
|
|
550
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
551
|
+
// ChartColumnDecreasing aliases
|
|
552
|
+
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
551
553
|
// ChartBarIncreasing aliases
|
|
552
554
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
553
555
|
// ChartBarStacked aliases
|
|
554
556
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
555
|
-
//
|
|
556
|
-
export { default as
|
|
557
|
+
// ChartNetwork aliases
|
|
558
|
+
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
557
559
|
// ChartColumnStacked aliases
|
|
558
560
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
559
561
|
// ChartGantt aliases
|
|
560
562
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
561
|
-
// ChartNetwork aliases
|
|
562
|
-
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
563
|
-
// ChartNoAxesColumnDecreasing aliases
|
|
564
|
-
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
565
563
|
// ChartNoAxesCombined aliases
|
|
566
564
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
565
|
+
// ChartNoAxesColumnDecreasing aliases
|
|
566
|
+
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
567
567
|
// ChartSpline aliases
|
|
568
568
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
569
|
-
// CheckCheck aliases
|
|
570
|
-
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
571
569
|
// CheckLine aliases
|
|
572
570
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
571
|
+
// CheckCheck aliases
|
|
572
|
+
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
573
573
|
// Check aliases
|
|
574
574
|
export { default as CheckIcon } from '../icons/check';
|
|
575
575
|
// ChefHat aliases
|
|
@@ -578,26 +578,26 @@ export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
|
578
578
|
export { default as CherryIcon } from '../icons/cherry';
|
|
579
579
|
// ChessBishop aliases
|
|
580
580
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
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';
|
|
585
583
|
// ChessPawn aliases
|
|
586
584
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
585
|
+
// ChessKnight aliases
|
|
586
|
+
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
587
587
|
// ChessQueen aliases
|
|
588
588
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
589
589
|
// ChessRook aliases
|
|
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
|
-
// ChevronLast aliases
|
|
594
|
-
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
595
593
|
// ChevronFirst aliases
|
|
596
594
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
597
|
-
//
|
|
598
|
-
export { default as
|
|
595
|
+
// ChevronLast aliases
|
|
596
|
+
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
599
597
|
// ChevronRight aliases
|
|
600
598
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
599
|
+
// ChevronLeft aliases
|
|
600
|
+
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
601
601
|
// ChevronUp aliases
|
|
602
602
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
603
603
|
// ChevronsDownUp aliases
|
|
@@ -606,10 +606,10 @@ export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
|
606
606
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
607
607
|
// ChevronsLeftRightEllipsis aliases
|
|
608
608
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
609
|
-
// ChevronsLeftRight aliases
|
|
610
|
-
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
611
609
|
// ChevronsLeft aliases
|
|
612
610
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
611
|
+
// ChevronsLeftRight aliases
|
|
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
615
|
// ChevronsRight aliases
|
|
@@ -620,12 +620,12 @@ export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
|
620
620
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
621
621
|
// Church aliases
|
|
622
622
|
export { default as ChurchIcon } from '../icons/church';
|
|
623
|
-
// CigaretteOff aliases
|
|
624
|
-
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
625
623
|
// Cigarette aliases
|
|
626
624
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
627
625
|
// CircleDashed aliases
|
|
628
626
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
627
|
+
// CigaretteOff aliases
|
|
628
|
+
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
629
629
|
// CircleDollarSign aliases
|
|
630
630
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
631
631
|
// CircleDotDashed aliases
|
|
@@ -634,28 +634,28 @@ export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
|
634
634
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
635
635
|
// CircleEllipsis aliases
|
|
636
636
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
637
|
-
// CircleEqual aliases
|
|
638
|
-
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
639
|
-
// CircleFadingPlus aliases
|
|
640
|
-
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
641
|
-
// CircleOff aliases
|
|
642
|
-
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
643
637
|
// CircleFadingArrowUp aliases
|
|
644
638
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
639
|
+
// CircleFadingPlus aliases
|
|
640
|
+
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
641
|
+
// CircleEqual aliases
|
|
642
|
+
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
645
643
|
// CirclePile aliases
|
|
646
644
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
647
|
-
//
|
|
648
|
-
export { default as
|
|
645
|
+
// CircleOff aliases
|
|
646
|
+
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
649
647
|
// CircleSlash aliases
|
|
650
648
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
651
649
|
// CircleSmall aliases
|
|
652
650
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
653
651
|
// CircleStar aliases
|
|
654
652
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
655
|
-
//
|
|
656
|
-
export { default as
|
|
653
|
+
// CirclePoundSterling aliases
|
|
654
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
657
655
|
// CircuitBoard aliases
|
|
658
656
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
657
|
+
// Circle aliases
|
|
658
|
+
export { default as CircleIcon } from '../icons/circle';
|
|
659
659
|
// Citrus aliases
|
|
660
660
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
661
661
|
// Clapperboard aliases
|
|
@@ -674,42 +674,42 @@ export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
|
674
674
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
675
675
|
// ClipboardPlus aliases
|
|
676
676
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
677
|
-
// ClipboardType aliases
|
|
678
|
-
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
679
677
|
// ClipboardX aliases
|
|
680
678
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
681
679
|
// Clipboard aliases
|
|
682
680
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
681
|
+
// ClipboardType aliases
|
|
682
|
+
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
683
683
|
// Clock1 aliases
|
|
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
687
|
// Clock11 aliases
|
|
688
688
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
689
|
-
// Clock12 aliases
|
|
690
|
-
export { default as Clock12Icon } from '../icons/clock-12';
|
|
691
689
|
// Clock3 aliases
|
|
692
690
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
693
691
|
// Clock2 aliases
|
|
694
692
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
693
|
+
// Clock12 aliases
|
|
694
|
+
export { default as Clock12Icon } from '../icons/clock-12';
|
|
695
695
|
// Clock4 aliases
|
|
696
696
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
697
|
-
// Clock6 aliases
|
|
698
|
-
export { default as Clock6Icon } from '../icons/clock-6';
|
|
699
|
-
// Clock7 aliases
|
|
700
|
-
export { default as Clock7Icon } from '../icons/clock-7';
|
|
701
697
|
// Clock5 aliases
|
|
702
698
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
703
699
|
// Clock8 aliases
|
|
704
700
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
701
|
+
// Clock6 aliases
|
|
702
|
+
export { default as Clock6Icon } from '../icons/clock-6';
|
|
703
|
+
// Clock7 aliases
|
|
704
|
+
export { default as Clock7Icon } from '../icons/clock-7';
|
|
705
705
|
// Clock9 aliases
|
|
706
706
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
707
|
+
// ClockAlert aliases
|
|
708
|
+
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
707
709
|
// ClockArrowDown aliases
|
|
708
710
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
709
711
|
// ClockArrowUp aliases
|
|
710
712
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
711
|
-
// ClockAlert aliases
|
|
712
|
-
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
713
713
|
// ClockCheck aliases
|
|
714
714
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
715
715
|
// ClockFading aliases
|
|
@@ -732,14 +732,14 @@ export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
|
732
732
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
733
733
|
// CloudFog aliases
|
|
734
734
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
735
|
+
// CloudLightning aliases
|
|
736
|
+
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
735
737
|
// CloudHail aliases
|
|
736
738
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
737
739
|
// CloudMoonRain aliases
|
|
738
740
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
739
741
|
// CloudMoon aliases
|
|
740
742
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
741
|
-
// CloudLightning aliases
|
|
742
|
-
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
743
743
|
// CloudOff aliases
|
|
744
744
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
745
745
|
// CloudRainWind aliases
|
|
@@ -758,18 +758,18 @@ export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
|
758
758
|
export { default as CloudIcon } from '../icons/cloud';
|
|
759
759
|
// Cloudy aliases
|
|
760
760
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
761
|
-
// Clover aliases
|
|
762
|
-
export { default as CloverIcon } from '../icons/clover';
|
|
763
761
|
// Club aliases
|
|
764
762
|
export { default as ClubIcon } from '../icons/club';
|
|
765
|
-
//
|
|
766
|
-
export { default as
|
|
763
|
+
// Clover aliases
|
|
764
|
+
export { default as CloverIcon } from '../icons/clover';
|
|
767
765
|
// Codepen aliases
|
|
768
766
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
769
|
-
//
|
|
770
|
-
export { default as
|
|
767
|
+
// Code aliases
|
|
768
|
+
export { default as CodeIcon } from '../icons/code';
|
|
771
769
|
// Coffee aliases
|
|
772
770
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
771
|
+
// Codesandbox aliases
|
|
772
|
+
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
773
773
|
// Cog aliases
|
|
774
774
|
export { default as CogIcon } from '../icons/cog';
|
|
775
775
|
// Coins aliases
|
|
@@ -782,10 +782,10 @@ export { default as CombineIcon } from '../icons/combine';
|
|
|
782
782
|
export { default as CommandIcon } from '../icons/command';
|
|
783
783
|
// Compass aliases
|
|
784
784
|
export { default as CompassIcon } from '../icons/compass';
|
|
785
|
-
// Component aliases
|
|
786
|
-
export { default as ComponentIcon } from '../icons/component';
|
|
787
785
|
// Computer aliases
|
|
788
786
|
export { default as ComputerIcon } from '../icons/computer';
|
|
787
|
+
// Component aliases
|
|
788
|
+
export { default as ComponentIcon } from '../icons/component';
|
|
789
789
|
// ConciergeBell aliases
|
|
790
790
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
791
791
|
// Cone aliases
|
|
@@ -802,46 +802,46 @@ export { default as ContrastIcon } from '../icons/contrast';
|
|
|
802
802
|
export { default as CookieIcon } from '../icons/cookie';
|
|
803
803
|
// CookingPot aliases
|
|
804
804
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
805
|
-
// CopyCheck aliases
|
|
806
|
-
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
807
805
|
// CopyMinus aliases
|
|
808
806
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
809
807
|
// CopyPlus aliases
|
|
810
808
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
811
|
-
//
|
|
812
|
-
export { default as
|
|
809
|
+
// CopyCheck aliases
|
|
810
|
+
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
813
811
|
// CopyX aliases
|
|
814
812
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
815
813
|
// Copy aliases
|
|
816
814
|
export { default as CopyIcon } from '../icons/copy';
|
|
815
|
+
// CopySlash aliases
|
|
816
|
+
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
817
|
+
// Copyright aliases
|
|
818
|
+
export { default as CopyrightIcon } from '../icons/copyright';
|
|
817
819
|
// Copyleft aliases
|
|
818
820
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
819
821
|
// CornerDownLeft aliases
|
|
820
822
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
821
|
-
// CornerDownRight aliases
|
|
822
|
-
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
823
|
-
// Copyright aliases
|
|
824
|
-
export { default as CopyrightIcon } from '../icons/copyright';
|
|
825
823
|
// CornerLeftDown aliases
|
|
826
824
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
827
825
|
// CornerLeftUp aliases
|
|
828
826
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
829
827
|
// CornerRightDown aliases
|
|
830
828
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
831
|
-
//
|
|
832
|
-
export { default as
|
|
829
|
+
// CornerDownRight aliases
|
|
830
|
+
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
833
831
|
// CornerUpLeft aliases
|
|
834
832
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
835
|
-
//
|
|
836
|
-
export { default as
|
|
833
|
+
// CornerRightUp aliases
|
|
834
|
+
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
837
835
|
// Cpu aliases
|
|
838
836
|
export { default as CpuIcon } from '../icons/cpu';
|
|
837
|
+
// CornerUpRight aliases
|
|
838
|
+
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
839
839
|
// CreativeCommons aliases
|
|
840
840
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
841
|
-
// Croissant aliases
|
|
842
|
-
export { default as CroissantIcon } from '../icons/croissant';
|
|
843
841
|
// CreditCard aliases
|
|
844
842
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
843
|
+
// Croissant aliases
|
|
844
|
+
export { default as CroissantIcon } from '../icons/croissant';
|
|
845
845
|
// Crop aliases
|
|
846
846
|
export { default as CropIcon } from '../icons/crop';
|
|
847
847
|
// Cross aliases
|
|
@@ -858,56 +858,56 @@ export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
|
858
858
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
859
859
|
// Cylinder aliases
|
|
860
860
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
861
|
-
// Dam aliases
|
|
862
|
-
export { default as DamIcon } from '../icons/dam';
|
|
863
861
|
// DatabaseBackup aliases
|
|
864
862
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
863
|
+
// Dam aliases
|
|
864
|
+
export { default as DamIcon } from '../icons/dam';
|
|
865
|
+
// DatabaseZap aliases
|
|
866
|
+
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
865
867
|
// DatabaseSearch aliases
|
|
866
868
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
867
869
|
// Database aliases
|
|
868
870
|
export { default as DatabaseIcon } from '../icons/database';
|
|
869
|
-
// DatabaseZap aliases
|
|
870
|
-
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
871
871
|
// DecimalsArrowLeft aliases
|
|
872
872
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
873
|
+
// Delete aliases
|
|
874
|
+
export { default as DeleteIcon } from '../icons/delete';
|
|
873
875
|
// DecimalsArrowRight aliases
|
|
874
876
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
875
877
|
// Dessert aliases
|
|
876
878
|
export { default as DessertIcon } from '../icons/dessert';
|
|
877
|
-
//
|
|
878
|
-
export { default as
|
|
879
|
+
// DiamondMinus aliases
|
|
880
|
+
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
879
881
|
// Diameter aliases
|
|
880
882
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
881
883
|
// DiamondPlus aliases
|
|
882
884
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
883
|
-
// DiamondMinus aliases
|
|
884
|
-
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
885
885
|
// Diamond aliases
|
|
886
886
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
887
887
|
// Dice1 aliases
|
|
888
888
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
889
|
-
// Dice3 aliases
|
|
890
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
891
889
|
// Dice2 aliases
|
|
892
890
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
893
891
|
// Dice4 aliases
|
|
894
892
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
893
|
+
// Dice3 aliases
|
|
894
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
895
895
|
// Dice5 aliases
|
|
896
896
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
897
897
|
// Dice6 aliases
|
|
898
898
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
899
899
|
// Dices aliases
|
|
900
900
|
export { default as DicesIcon } from '../icons/dices';
|
|
901
|
-
// Disc2 aliases
|
|
902
|
-
export { default as Disc2Icon } from '../icons/disc-2';
|
|
903
901
|
// Diff aliases
|
|
904
902
|
export { default as DiffIcon } from '../icons/diff';
|
|
903
|
+
// Disc2 aliases
|
|
904
|
+
export { default as Disc2Icon } from '../icons/disc-2';
|
|
905
905
|
// Disc3 aliases
|
|
906
906
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
907
|
-
// DiscAlbum aliases
|
|
908
|
-
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
909
907
|
// Disc aliases
|
|
910
908
|
export { default as DiscIcon } from '../icons/disc';
|
|
909
|
+
// DiscAlbum aliases
|
|
910
|
+
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
911
911
|
// Divide aliases
|
|
912
912
|
export { default as DivideIcon } from '../icons/divide';
|
|
913
913
|
// DnaOff aliases
|
|
@@ -924,28 +924,28 @@ export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
|
924
924
|
export { default as DonutIcon } from '../icons/donut';
|
|
925
925
|
// DoorClosedLocked aliases
|
|
926
926
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
927
|
-
// DoorClosed aliases
|
|
928
|
-
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
929
927
|
// DoorOpen aliases
|
|
930
928
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
931
929
|
// Dot aliases
|
|
932
930
|
export { default as DotIcon } from '../icons/dot';
|
|
931
|
+
// DoorClosed aliases
|
|
932
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
933
933
|
// Download aliases
|
|
934
934
|
export { default as DownloadIcon } from '../icons/download';
|
|
935
935
|
// DraftingCompass aliases
|
|
936
936
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
937
|
-
// Drama aliases
|
|
938
|
-
export { default as DramaIcon } from '../icons/drama';
|
|
939
937
|
// Dribbble aliases
|
|
940
938
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
941
|
-
//
|
|
942
|
-
export { default as
|
|
939
|
+
// Drama aliases
|
|
940
|
+
export { default as DramaIcon } from '../icons/drama';
|
|
943
941
|
// Drone aliases
|
|
944
942
|
export { default as DroneIcon } from '../icons/drone';
|
|
945
|
-
// Droplet aliases
|
|
946
|
-
export { default as DropletIcon } from '../icons/droplet';
|
|
947
943
|
// DropletOff aliases
|
|
948
944
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
945
|
+
// Drill aliases
|
|
946
|
+
export { default as DrillIcon } from '../icons/drill';
|
|
947
|
+
// Droplet aliases
|
|
948
|
+
export { default as DropletIcon } from '../icons/droplet';
|
|
949
949
|
// Droplets aliases
|
|
950
950
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
951
951
|
// Drum aliases
|
|
@@ -966,20 +966,20 @@ export { default as EclipseIcon } from '../icons/eclipse';
|
|
|
966
966
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
967
967
|
// EggOff aliases
|
|
968
968
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
969
|
-
// Egg aliases
|
|
970
|
-
export { default as EggIcon } from '../icons/egg';
|
|
971
969
|
// EqualNot aliases
|
|
972
970
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
971
|
+
// Egg aliases
|
|
972
|
+
export { default as EggIcon } from '../icons/egg';
|
|
973
973
|
// EqualApproximately aliases
|
|
974
974
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
975
975
|
// Equal aliases
|
|
976
976
|
export { default as EqualIcon } from '../icons/equal';
|
|
977
977
|
// Eraser aliases
|
|
978
978
|
export { default as EraserIcon } from '../icons/eraser';
|
|
979
|
-
// EthernetPort aliases
|
|
980
|
-
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
981
979
|
// Euro aliases
|
|
982
980
|
export { default as EuroIcon } from '../icons/euro';
|
|
981
|
+
// EthernetPort aliases
|
|
982
|
+
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
983
983
|
// EvCharger aliases
|
|
984
984
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
985
985
|
// Expand aliases
|
|
@@ -988,12 +988,12 @@ export { default as ExpandIcon } from '../icons/expand';
|
|
|
988
988
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
989
989
|
// EyeClosed aliases
|
|
990
990
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
991
|
-
// EyeOff aliases
|
|
992
|
-
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
993
991
|
// Eye aliases
|
|
994
992
|
export { default as EyeIcon } from '../icons/eye';
|
|
995
993
|
// Facebook aliases
|
|
996
994
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
995
|
+
// EyeOff aliases
|
|
996
|
+
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
997
997
|
// Factory aliases
|
|
998
998
|
export { default as FactoryIcon } from '../icons/factory';
|
|
999
999
|
// Fan aliases
|
|
@@ -1002,10 +1002,10 @@ export { default as FanIcon } from '../icons/fan';
|
|
|
1002
1002
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1003
1003
|
// Feather aliases
|
|
1004
1004
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1005
|
-
// Fence aliases
|
|
1006
|
-
export { default as FenceIcon } from '../icons/fence';
|
|
1007
1005
|
// FerrisWheel aliases
|
|
1008
1006
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1007
|
+
// Fence aliases
|
|
1008
|
+
export { default as FenceIcon } from '../icons/fence';
|
|
1009
1009
|
// Figma aliases
|
|
1010
1010
|
export { default as FigmaIcon } from '../icons/figma';
|
|
1011
1011
|
// FileArchive aliases
|
|
@@ -1018,16 +1018,16 @@ export { default as FileCheckIcon } from '../icons/file-check';
|
|
|
1018
1018
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1019
1019
|
// FileCode aliases
|
|
1020
1020
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1021
|
-
// FileDigit aliases
|
|
1022
|
-
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1023
1021
|
// FileDiff aliases
|
|
1024
1022
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1023
|
+
// FileDigit aliases
|
|
1024
|
+
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1025
1025
|
// FileDown aliases
|
|
1026
1026
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1027
|
-
// FileHeart aliases
|
|
1028
|
-
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1029
1027
|
// FileImage aliases
|
|
1030
1028
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1029
|
+
// FileHeart aliases
|
|
1030
|
+
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1031
1031
|
// FileInput aliases
|
|
1032
1032
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1033
1033
|
// FileMinus aliases
|
|
@@ -1040,10 +1040,10 @@ export { default as FileOutputIcon } from '../icons/file-output';
|
|
|
1040
1040
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1041
1041
|
// FileScan aliases
|
|
1042
1042
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1043
|
-
// FileSearch aliases
|
|
1044
|
-
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1045
1043
|
// FileSliders aliases
|
|
1046
1044
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1045
|
+
// FileSearch aliases
|
|
1046
|
+
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1047
1047
|
// FileSpreadsheet aliases
|
|
1048
1048
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1049
1049
|
// FileStack aliases
|
|
@@ -1052,12 +1052,12 @@ 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';
|
|
1057
1055
|
// FileType aliases
|
|
1058
1056
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1059
1057
|
// FileUp aliases
|
|
1060
1058
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1059
|
+
// FileText aliases
|
|
1060
|
+
export { default as FileTextIcon } from '../icons/file-text';
|
|
1061
1061
|
// FileUser aliases
|
|
1062
1062
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1063
1063
|
// FileVolume aliases
|
|
@@ -1070,24 +1070,24 @@ export { default as FileIcon } from '../icons/file';
|
|
|
1070
1070
|
export { default as FilesIcon } from '../icons/files';
|
|
1071
1071
|
// Film aliases
|
|
1072
1072
|
export { default as FilmIcon } from '../icons/film';
|
|
1073
|
-
// FishOff aliases
|
|
1074
|
-
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1075
1073
|
// FireExtinguisher aliases
|
|
1076
1074
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1075
|
+
// FishOff aliases
|
|
1076
|
+
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1077
1077
|
// FishSymbol aliases
|
|
1078
1078
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1079
1079
|
// Fish aliases
|
|
1080
1080
|
export { default as FishIcon } from '../icons/fish';
|
|
1081
|
-
// FishingHook aliases
|
|
1082
|
-
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1083
1081
|
// FlagOff aliases
|
|
1084
1082
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1085
1083
|
// FlagTriangleLeft aliases
|
|
1086
1084
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1087
|
-
//
|
|
1088
|
-
export { default as
|
|
1085
|
+
// FishingHook aliases
|
|
1086
|
+
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1089
1087
|
// Flag aliases
|
|
1090
1088
|
export { default as FlagIcon } from '../icons/flag';
|
|
1089
|
+
// FlagTriangleRight aliases
|
|
1090
|
+
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1091
1091
|
// FlameKindling aliases
|
|
1092
1092
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1093
1093
|
// Flame aliases
|
|
@@ -1104,14 +1104,14 @@ export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
|
1104
1104
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1105
1105
|
// FlipHorizontal2 aliases
|
|
1106
1106
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1107
|
-
// FlipHorizontal aliases
|
|
1108
|
-
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1109
1107
|
// FlipVertical2 aliases
|
|
1110
1108
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1111
|
-
//
|
|
1112
|
-
export { default as
|
|
1109
|
+
// FlipHorizontal aliases
|
|
1110
|
+
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
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
1117
|
// Focus aliases
|
|
@@ -1126,16 +1126,16 @@ export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
|
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
|
-
// FolderClosed aliases
|
|
1130
|
-
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1131
1129
|
// FolderCode aliases
|
|
1132
1130
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1131
|
+
// FolderClosed aliases
|
|
1132
|
+
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1133
|
+
// FolderDot aliases
|
|
1134
|
+
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1133
1135
|
// FolderDown aliases
|
|
1134
1136
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1135
1137
|
// FolderGit2 aliases
|
|
1136
1138
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1137
|
-
// FolderDot aliases
|
|
1138
|
-
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1139
1139
|
// FolderGit aliases
|
|
1140
1140
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1141
1141
|
// FolderHeart aliases
|
|
@@ -1146,20 +1146,20 @@ export { default as FolderInputIcon } from '../icons/folder-input';
|
|
|
1146
1146
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1147
1147
|
// FolderKey aliases
|
|
1148
1148
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1149
|
-
// FolderLock aliases
|
|
1150
|
-
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1151
|
-
// FolderOpenDot aliases
|
|
1152
|
-
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1153
1149
|
// FolderMinus aliases
|
|
1154
1150
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1155
|
-
//
|
|
1156
|
-
export { default as
|
|
1151
|
+
// FolderOpenDot aliases
|
|
1152
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1153
|
+
// FolderLock aliases
|
|
1154
|
+
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1157
1155
|
// FolderOutput aliases
|
|
1158
1156
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1159
|
-
//
|
|
1160
|
-
export { default as
|
|
1157
|
+
// FolderOpen aliases
|
|
1158
|
+
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1161
1159
|
// FolderRoot aliases
|
|
1162
1160
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1161
|
+
// FolderPlus aliases
|
|
1162
|
+
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1163
1163
|
// FolderSearch2 aliases
|
|
1164
1164
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1165
1165
|
// FolderSearch aliases
|
|
@@ -1180,42 +1180,42 @@ export { default as FolderIcon } from '../icons/folder';
|
|
|
1180
1180
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1181
1181
|
// Footprints aliases
|
|
1182
1182
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1183
|
-
// Forklift aliases
|
|
1184
|
-
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1185
1183
|
// Form aliases
|
|
1186
1184
|
export { default as FormIcon } from '../icons/form';
|
|
1187
|
-
//
|
|
1188
|
-
export { default as
|
|
1185
|
+
// Forklift aliases
|
|
1186
|
+
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1189
1187
|
// Frame aliases
|
|
1190
1188
|
export { default as FrameIcon } from '../icons/frame';
|
|
1189
|
+
// Forward aliases
|
|
1190
|
+
export { default as ForwardIcon } from '../icons/forward';
|
|
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';
|
|
1195
|
+
// Frown aliases
|
|
1196
|
+
export { default as FrownIcon } from '../icons/frown';
|
|
1197
1197
|
// Fullscreen aliases
|
|
1198
1198
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1199
1199
|
// FunnelPlus aliases
|
|
1200
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
1203
|
// GalleryThumbnails aliases
|
|
1206
1204
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1207
|
-
//
|
|
1208
|
-
export { default as
|
|
1205
|
+
// GalleryHorizontal aliases
|
|
1206
|
+
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1209
1207
|
// GalleryVerticalEnd aliases
|
|
1210
1208
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1209
|
+
// GalleryVertical aliases
|
|
1210
|
+
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1211
1211
|
// Gamepad2 aliases
|
|
1212
1212
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1213
1213
|
// GamepadDirectional aliases
|
|
1214
1214
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1215
|
-
// Gauge aliases
|
|
1216
|
-
export { default as GaugeIcon } from '../icons/gauge';
|
|
1217
1215
|
// Gamepad aliases
|
|
1218
1216
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1217
|
+
// Gauge aliases
|
|
1218
|
+
export { default as GaugeIcon } from '../icons/gauge';
|
|
1219
1219
|
// Gavel aliases
|
|
1220
1220
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1221
1221
|
// Gem aliases
|
|
@@ -1240,10 +1240,10 @@ export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
|
1240
1240
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1241
1241
|
// GitFork aliases
|
|
1242
1242
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1243
|
-
// GitMergeConflict aliases
|
|
1244
|
-
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1245
1243
|
// GitGraph aliases
|
|
1246
1244
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1245
|
+
// GitMergeConflict aliases
|
|
1246
|
+
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1247
1247
|
// GitMerge aliases
|
|
1248
1248
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1249
1249
|
// GitPullRequestArrow aliases
|
|
@@ -1280,22 +1280,22 @@ export { default as GoalIcon } from '../icons/goal';
|
|
|
1280
1280
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1281
1281
|
// GraduationCap aliases
|
|
1282
1282
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1283
|
-
// Grape aliases
|
|
1284
|
-
export { default as GrapeIcon } from '../icons/grape';
|
|
1285
1283
|
// Grid3x2 aliases
|
|
1286
1284
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1285
|
+
// Grape aliases
|
|
1286
|
+
export { default as GrapeIcon } from '../icons/grape';
|
|
1287
1287
|
// GripHorizontal aliases
|
|
1288
1288
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1289
|
-
// Group aliases
|
|
1290
|
-
export { default as GroupIcon } from '../icons/group';
|
|
1291
1289
|
// GripVertical aliases
|
|
1292
1290
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1293
1291
|
// Grip aliases
|
|
1294
1292
|
export { default as GripIcon } from '../icons/grip';
|
|
1295
|
-
//
|
|
1296
|
-
export { default as
|
|
1293
|
+
// Group aliases
|
|
1294
|
+
export { default as GroupIcon } from '../icons/group';
|
|
1297
1295
|
// Ham aliases
|
|
1298
1296
|
export { default as HamIcon } from '../icons/ham';
|
|
1297
|
+
// Guitar aliases
|
|
1298
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1299
1299
|
// Hamburger aliases
|
|
1300
1300
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1301
1301
|
// Hammer aliases
|
|
@@ -1312,10 +1312,10 @@ export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
|
1312
1312
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1313
1313
|
// Hand aliases
|
|
1314
1314
|
export { default as HandIcon } from '../icons/hand';
|
|
1315
|
-
// Handshake aliases
|
|
1316
|
-
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1317
1315
|
// Handbag aliases
|
|
1318
1316
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1317
|
+
// Handshake aliases
|
|
1318
|
+
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1319
1319
|
// HardDriveDownload aliases
|
|
1320
1320
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1321
1321
|
// HardDriveUpload aliases
|
|
@@ -1352,22 +1352,22 @@ export { default as HeadingIcon } from '../icons/heading';
|
|
|
1352
1352
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1353
1353
|
// Headphones aliases
|
|
1354
1354
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1355
|
-
// Headset aliases
|
|
1356
|
-
export { default as HeadsetIcon } from '../icons/headset';
|
|
1357
1355
|
// HeartCrack aliases
|
|
1358
1356
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1359
|
-
//
|
|
1360
|
-
export { default as
|
|
1357
|
+
// Headset aliases
|
|
1358
|
+
export { default as HeadsetIcon } from '../icons/headset';
|
|
1361
1359
|
// HeartMinus aliases
|
|
1362
1360
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1363
|
-
//
|
|
1364
|
-
export { default as
|
|
1361
|
+
// HeartHandshake aliases
|
|
1362
|
+
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1365
1363
|
// HeartPlus aliases
|
|
1366
1364
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1367
|
-
//
|
|
1368
|
-
export { default as
|
|
1365
|
+
// HeartOff aliases
|
|
1366
|
+
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1369
1367
|
// HeartPulse aliases
|
|
1370
1368
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1369
|
+
// Heart aliases
|
|
1370
|
+
export { default as HeartIcon } from '../icons/heart';
|
|
1371
1371
|
// Heater aliases
|
|
1372
1372
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1373
1373
|
// Helicopter aliases
|
|
@@ -1386,10 +1386,10 @@ export { default as HopIcon } from '../icons/hop';
|
|
|
1386
1386
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1387
1387
|
// Hotel aliases
|
|
1388
1388
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1389
|
-
// Hourglass aliases
|
|
1390
|
-
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1391
1389
|
// HouseHeart aliases
|
|
1392
1390
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1391
|
+
// Hourglass aliases
|
|
1392
|
+
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1393
1393
|
// HousePlug aliases
|
|
1394
1394
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1395
1395
|
// HouseWifi aliases
|
|
@@ -1400,30 +1400,30 @@ export { default as HousePlusIcon } from '../icons/house-plus';
|
|
|
1400
1400
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1401
1401
|
// IdCard aliases
|
|
1402
1402
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1403
|
-
// ImageDown aliases
|
|
1404
|
-
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1405
1403
|
// ImageMinus aliases
|
|
1406
1404
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1405
|
+
// ImageDown aliases
|
|
1406
|
+
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1407
1407
|
// ImageOff aliases
|
|
1408
1408
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1409
1409
|
// ImagePlay aliases
|
|
1410
1410
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1411
1411
|
// ImagePlus aliases
|
|
1412
1412
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1413
|
+
// ImageUpscale aliases
|
|
1414
|
+
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1413
1415
|
// ImageUp aliases
|
|
1414
1416
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1415
1417
|
// Image aliases
|
|
1416
1418
|
export { default as ImageIcon } from '../icons/image';
|
|
1417
|
-
// ImageUpscale aliases
|
|
1418
|
-
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1419
1419
|
// Images aliases
|
|
1420
1420
|
export { default as ImagesIcon } from '../icons/images';
|
|
1421
|
+
// IndianRupee aliases
|
|
1422
|
+
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1421
1423
|
// Import aliases
|
|
1422
1424
|
export { default as ImportIcon } from '../icons/import';
|
|
1423
1425
|
// Inbox aliases
|
|
1424
1426
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1425
|
-
// IndianRupee aliases
|
|
1426
|
-
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1427
1427
|
// Infinity aliases
|
|
1428
1428
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1429
1429
|
// Info aliases
|
|
@@ -1462,10 +1462,10 @@ export { default as KeyboardIcon } from '../icons/keyboard';
|
|
|
1462
1462
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1463
1463
|
// LampDesk aliases
|
|
1464
1464
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1465
|
-
// LampFloor aliases
|
|
1466
|
-
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1467
1465
|
// LampWallDown aliases
|
|
1468
1466
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1467
|
+
// LampFloor aliases
|
|
1468
|
+
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1469
1469
|
// LampWallUp aliases
|
|
1470
1470
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1471
1471
|
// Lamp aliases
|
|
@@ -1480,20 +1480,20 @@ export { default as LanguagesIcon } from '../icons/languages';
|
|
|
1480
1480
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1481
1481
|
// Laptop aliases
|
|
1482
1482
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1483
|
-
// LassoSelect aliases
|
|
1484
|
-
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1485
1483
|
// Lasso aliases
|
|
1486
1484
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1487
1485
|
// Laugh aliases
|
|
1488
1486
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1489
|
-
//
|
|
1490
|
-
export { default as
|
|
1487
|
+
// LassoSelect aliases
|
|
1488
|
+
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1491
1489
|
// LayersPlus aliases
|
|
1492
1490
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1493
|
-
//
|
|
1494
|
-
export { default as
|
|
1491
|
+
// Layers2 aliases
|
|
1492
|
+
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1495
1493
|
// LayoutDashboard aliases
|
|
1496
1494
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1495
|
+
// LayoutGrid aliases
|
|
1496
|
+
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1497
1497
|
// LayoutList aliases
|
|
1498
1498
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1499
1499
|
// LayoutPanelLeft aliases
|
|
@@ -1502,18 +1502,18 @@ export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
|
1502
1502
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1503
1503
|
// LayoutTemplate aliases
|
|
1504
1504
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1505
|
-
// LeafyGreen aliases
|
|
1506
|
-
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1507
1505
|
// Leaf aliases
|
|
1508
1506
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1507
|
+
// LeafyGreen aliases
|
|
1508
|
+
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1509
|
+
// LensConcave aliases
|
|
1510
|
+
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1509
1511
|
// Lectern aliases
|
|
1510
1512
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1511
|
-
// LensConvex aliases
|
|
1512
|
-
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1513
1513
|
// LibraryBig aliases
|
|
1514
1514
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1515
|
-
//
|
|
1516
|
-
export { default as
|
|
1515
|
+
// LensConvex aliases
|
|
1516
|
+
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1517
1517
|
// Library aliases
|
|
1518
1518
|
export { default as LibraryIcon } from '../icons/library';
|
|
1519
1519
|
// LifeBuoy aliases
|
|
@@ -1526,10 +1526,10 @@ export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
|
1526
1526
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1527
1527
|
// LineDotRightHorizontal aliases
|
|
1528
1528
|
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1529
|
-
// LineSquiggle aliases
|
|
1530
|
-
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1531
1529
|
// Link2Off aliases
|
|
1532
1530
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1531
|
+
// LineSquiggle aliases
|
|
1532
|
+
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1533
1533
|
// Link2 aliases
|
|
1534
1534
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1535
1535
|
// Link aliases
|
|
@@ -1548,36 +1548,36 @@ export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-dow
|
|
|
1548
1548
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1549
1549
|
// ListEnd aliases
|
|
1550
1550
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1551
|
-
// ListFilter aliases
|
|
1552
|
-
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1553
1551
|
// ListFilterPlus aliases
|
|
1554
1552
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1555
|
-
//
|
|
1556
|
-
export { default as
|
|
1553
|
+
// ListFilter aliases
|
|
1554
|
+
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1557
1555
|
// ListMinus aliases
|
|
1558
1556
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1559
|
-
//
|
|
1560
|
-
export { default as
|
|
1557
|
+
// ListMusic aliases
|
|
1558
|
+
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1561
1559
|
// ListPlus aliases
|
|
1562
1560
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1563
1561
|
// ListRestart aliases
|
|
1564
1562
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1565
|
-
//
|
|
1566
|
-
export { default as
|
|
1563
|
+
// ListOrdered aliases
|
|
1564
|
+
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1567
1565
|
// ListStart aliases
|
|
1568
1566
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1569
|
-
//
|
|
1570
|
-
export { default as
|
|
1567
|
+
// ListTodo aliases
|
|
1568
|
+
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1571
1569
|
// ListVideo aliases
|
|
1572
1570
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1573
1571
|
// ListX aliases
|
|
1574
1572
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1573
|
+
// ListTree aliases
|
|
1574
|
+
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1575
1575
|
// List aliases
|
|
1576
1576
|
export { default as ListIcon } from '../icons/list';
|
|
1577
|
-
// LoaderPinwheel aliases
|
|
1578
|
-
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1579
1577
|
// Loader aliases
|
|
1580
1578
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1579
|
+
// LoaderPinwheel aliases
|
|
1580
|
+
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1581
1581
|
// LocateFixed aliases
|
|
1582
1582
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1583
1583
|
// LocateOff aliases
|
|
@@ -1588,12 +1588,12 @@ export { default as LocateIcon } from '../icons/locate';
|
|
|
1588
1588
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1589
1589
|
// Lock aliases
|
|
1590
1590
|
export { default as LockIcon } from '../icons/lock';
|
|
1591
|
+
// LogIn aliases
|
|
1592
|
+
export { default as LogInIcon } from '../icons/log-in';
|
|
1591
1593
|
// LogOut aliases
|
|
1592
1594
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1593
1595
|
// Logs aliases
|
|
1594
1596
|
export { default as LogsIcon } from '../icons/logs';
|
|
1595
|
-
// LogIn aliases
|
|
1596
|
-
export { default as LogInIcon } from '../icons/log-in';
|
|
1597
1597
|
// Lollipop aliases
|
|
1598
1598
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1599
1599
|
// Luggage aliases
|
|
@@ -1602,12 +1602,12 @@ export { default as LuggageIcon } from '../icons/luggage';
|
|
|
1602
1602
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1603
1603
|
// MailCheck aliases
|
|
1604
1604
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1605
|
+
// MailOpen aliases
|
|
1606
|
+
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1605
1607
|
// MailMinus aliases
|
|
1606
1608
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1607
1609
|
// MailPlus aliases
|
|
1608
1610
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1609
|
-
// MailOpen aliases
|
|
1610
|
-
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1611
1611
|
// MailSearch aliases
|
|
1612
1612
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1613
1613
|
// MailWarning aliases
|
|
@@ -1620,10 +1620,10 @@ export { default as MailIcon } from '../icons/mail';
|
|
|
1620
1620
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1621
1621
|
// Mails aliases
|
|
1622
1622
|
export { default as MailsIcon } from '../icons/mails';
|
|
1623
|
-
// MapMinus aliases
|
|
1624
|
-
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1625
1623
|
// MapPinCheckInside aliases
|
|
1626
1624
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1625
|
+
// MapMinus aliases
|
|
1626
|
+
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1627
1627
|
// MapPinCheck aliases
|
|
1628
1628
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1629
1629
|
// MapPinHouse aliases
|
|
@@ -1638,24 +1638,24 @@ export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
|
1638
1638
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1639
1639
|
// MapPinPlus aliases
|
|
1640
1640
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1641
|
-
// MapPinX aliases
|
|
1642
|
-
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1643
1641
|
// MapPinXInside aliases
|
|
1644
1642
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1643
|
+
// MapPinX aliases
|
|
1644
|
+
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1645
1645
|
// MapPin aliases
|
|
1646
1646
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1647
|
-
// MapPinned aliases
|
|
1648
|
-
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1649
1647
|
// MapPlus aliases
|
|
1650
1648
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1649
|
+
// MapPinned aliases
|
|
1650
|
+
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1651
1651
|
// Map aliases
|
|
1652
1652
|
export { default as MapIcon } from '../icons/map';
|
|
1653
|
-
// Mars aliases
|
|
1654
|
-
export { default as MarsIcon } from '../icons/mars';
|
|
1655
1653
|
// MarsStroke aliases
|
|
1656
1654
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1657
1655
|
// Martini aliases
|
|
1658
1656
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1657
|
+
// Mars aliases
|
|
1658
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1659
1659
|
// Maximize2 aliases
|
|
1660
1660
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1661
1661
|
// Maximize aliases
|
|
@@ -1668,10 +1668,10 @@ export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
|
1668
1668
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1669
1669
|
// Meh aliases
|
|
1670
1670
|
export { default as MehIcon } from '../icons/meh';
|
|
1671
|
-
// MemoryStick aliases
|
|
1672
|
-
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1673
1671
|
// Menu aliases
|
|
1674
1672
|
export { default as MenuIcon } from '../icons/menu';
|
|
1673
|
+
// MemoryStick aliases
|
|
1674
|
+
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1675
1675
|
// Merge aliases
|
|
1676
1676
|
export { default as MergeIcon } from '../icons/merge';
|
|
1677
1677
|
// MessageCircleCode aliases
|
|
@@ -1680,36 +1680,36 @@ export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
|
1680
1680
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1681
1681
|
// MessageCircleHeart aliases
|
|
1682
1682
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1683
|
-
// MessageCircleMore aliases
|
|
1684
|
-
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1685
1683
|
// MessageCircleOff aliases
|
|
1686
1684
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1687
1685
|
// MessageCirclePlus aliases
|
|
1688
1686
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1687
|
+
// MessageCircleMore aliases
|
|
1688
|
+
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1689
1689
|
// MessageCircleReply aliases
|
|
1690
1690
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1691
|
-
// MessageCircleWarning aliases
|
|
1692
|
-
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1693
1691
|
// MessageCircleX aliases
|
|
1694
1692
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1695
1693
|
// MessageCircle aliases
|
|
1696
1694
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1697
1695
|
// MessageSquareCode aliases
|
|
1698
1696
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1697
|
+
// MessageCircleWarning aliases
|
|
1698
|
+
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1699
1699
|
// MessageSquareDashed aliases
|
|
1700
1700
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1701
1701
|
// MessageSquareDiff aliases
|
|
1702
1702
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1703
1703
|
// MessageSquareDot aliases
|
|
1704
1704
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1705
|
-
// MessageSquareHeart aliases
|
|
1706
|
-
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1707
1705
|
// MessageSquareLock aliases
|
|
1708
1706
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1709
|
-
//
|
|
1710
|
-
export { default as
|
|
1707
|
+
// MessageSquareHeart aliases
|
|
1708
|
+
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1711
1709
|
// MessageSquareOff aliases
|
|
1712
1710
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1711
|
+
// MessageSquareMore aliases
|
|
1712
|
+
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1713
1713
|
// MessageSquarePlus aliases
|
|
1714
1714
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1715
1715
|
// MessageSquareQuote aliases
|
|
@@ -1728,18 +1728,18 @@ export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
|
1728
1728
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1729
1729
|
// MessagesSquare aliases
|
|
1730
1730
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1731
|
-
// Mic aliases
|
|
1732
|
-
export { default as MicIcon } from '../icons/mic';
|
|
1733
1731
|
// MicOff aliases
|
|
1734
1732
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1733
|
+
// Mic aliases
|
|
1734
|
+
export { default as MicIcon } from '../icons/mic';
|
|
1735
1735
|
// Microchip aliases
|
|
1736
1736
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1737
1737
|
// Microscope aliases
|
|
1738
1738
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1739
|
-
// Microwave aliases
|
|
1740
|
-
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1741
1739
|
// Milestone aliases
|
|
1742
1740
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1741
|
+
// Microwave aliases
|
|
1742
|
+
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1743
1743
|
// MilkOff aliases
|
|
1744
1744
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1745
1745
|
// Milk aliases
|
|
@@ -1774,20 +1774,20 @@ export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
|
1774
1774
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1775
1775
|
// MonitorSpeaker aliases
|
|
1776
1776
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1777
|
+
// MonitorX aliases
|
|
1778
|
+
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1777
1779
|
// MonitorStop aliases
|
|
1778
1780
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1779
1781
|
// MonitorUp aliases
|
|
1780
1782
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1781
|
-
// MonitorX aliases
|
|
1782
|
-
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1783
1783
|
// Monitor aliases
|
|
1784
1784
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1785
1785
|
// MoonStar aliases
|
|
1786
1786
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1787
|
-
// Motorbike aliases
|
|
1788
|
-
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1789
1787
|
// Moon aliases
|
|
1790
1788
|
export { default as MoonIcon } from '../icons/moon';
|
|
1789
|
+
// Motorbike aliases
|
|
1790
|
+
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1791
1791
|
// MountainSnow aliases
|
|
1792
1792
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1793
1793
|
// Mountain aliases
|
|
@@ -1812,10 +1812,10 @@ export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
|
1812
1812
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1813
1813
|
// MoveDownLeft aliases
|
|
1814
1814
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1815
|
-
// MoveDownRight aliases
|
|
1816
|
-
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1817
1815
|
// MoveDown aliases
|
|
1818
1816
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1817
|
+
// MoveDownRight aliases
|
|
1818
|
+
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1819
1819
|
// MoveHorizontal aliases
|
|
1820
1820
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1821
1821
|
// MoveLeft aliases
|
|
@@ -1828,38 +1828,38 @@ export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
|
1828
1828
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1829
1829
|
// MoveUp aliases
|
|
1830
1830
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1831
|
-
// Move aliases
|
|
1832
|
-
export { default as MoveIcon } from '../icons/move';
|
|
1833
1831
|
// MoveVertical aliases
|
|
1834
1832
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1835
|
-
//
|
|
1836
|
-
export { default as
|
|
1833
|
+
// Move aliases
|
|
1834
|
+
export { default as MoveIcon } from '../icons/move';
|
|
1837
1835
|
// Music3 aliases
|
|
1838
1836
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1839
|
-
//
|
|
1840
|
-
export { default as
|
|
1837
|
+
// Music2 aliases
|
|
1838
|
+
export { default as Music2Icon } from '../icons/music-2';
|
|
1841
1839
|
// Music4 aliases
|
|
1842
1840
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1843
|
-
//
|
|
1844
|
-
export { default as
|
|
1841
|
+
// Music aliases
|
|
1842
|
+
export { default as MusicIcon } from '../icons/music';
|
|
1845
1843
|
// Navigation2 aliases
|
|
1846
1844
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1847
|
-
//
|
|
1848
|
-
export { default as
|
|
1849
|
-
// Network aliases
|
|
1850
|
-
export { default as NetworkIcon } from '../icons/network';
|
|
1845
|
+
// Navigation2Off aliases
|
|
1846
|
+
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1851
1847
|
// NavigationOff aliases
|
|
1852
1848
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1849
|
+
// Network aliases
|
|
1850
|
+
export { default as NetworkIcon } from '../icons/network';
|
|
1851
|
+
// Navigation aliases
|
|
1852
|
+
export { default as NavigationIcon } from '../icons/navigation';
|
|
1853
1853
|
// Newspaper aliases
|
|
1854
1854
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1855
|
-
// Nfc aliases
|
|
1856
|
-
export { default as NfcIcon } from '../icons/nfc';
|
|
1857
1855
|
// NonBinary aliases
|
|
1858
1856
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1859
|
-
//
|
|
1860
|
-
export { default as
|
|
1857
|
+
// Nfc aliases
|
|
1858
|
+
export { default as NfcIcon } from '../icons/nfc';
|
|
1861
1859
|
// NotebookPen aliases
|
|
1862
1860
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1861
|
+
// NotebookTabs aliases
|
|
1862
|
+
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1863
1863
|
// NotebookText aliases
|
|
1864
1864
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1865
1865
|
// Notebook aliases
|
|
@@ -1870,10 +1870,10 @@ export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
|
1870
1870
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1871
1871
|
// NutOff aliases
|
|
1872
1872
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1873
|
-
// OctagonMinus aliases
|
|
1874
|
-
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1875
1873
|
// Nut aliases
|
|
1876
1874
|
export { default as NutIcon } from '../icons/nut';
|
|
1875
|
+
// OctagonMinus aliases
|
|
1876
|
+
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1877
1877
|
// Octagon aliases
|
|
1878
1878
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1879
1879
|
// Omega aliases
|
|
@@ -1898,38 +1898,38 @@ export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
|
1898
1898
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1899
1899
|
// PackageX aliases
|
|
1900
1900
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1901
|
-
// Package aliases
|
|
1902
|
-
export { default as PackageIcon } from '../icons/package';
|
|
1903
1901
|
// PaintBucket aliases
|
|
1904
1902
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1903
|
+
// Package aliases
|
|
1904
|
+
export { default as PackageIcon } from '../icons/package';
|
|
1905
1905
|
// PaintRoller aliases
|
|
1906
1906
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1907
1907
|
// Paintbrush aliases
|
|
1908
1908
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1909
1909
|
// Palette aliases
|
|
1910
1910
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1911
|
-
// Panda aliases
|
|
1912
|
-
export { default as PandaIcon } from '../icons/panda';
|
|
1913
1911
|
// PanelBottomClose aliases
|
|
1914
1912
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1913
|
+
// Panda aliases
|
|
1914
|
+
export { default as PandaIcon } from '../icons/panda';
|
|
1915
1915
|
// PanelBottomOpen aliases
|
|
1916
1916
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1917
|
-
// PanelBottom aliases
|
|
1918
|
-
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1919
1917
|
// PanelLeftRightDashed aliases
|
|
1920
1918
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1919
|
+
// PanelBottom aliases
|
|
1920
|
+
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1921
1921
|
// PanelRightClose aliases
|
|
1922
1922
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1923
|
-
// PanelRight aliases
|
|
1924
|
-
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1925
1923
|
// PanelRightOpen aliases
|
|
1926
1924
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1925
|
+
// PanelRight aliases
|
|
1926
|
+
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1927
1927
|
// PanelTopBottomDashed aliases
|
|
1928
1928
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1929
|
-
// PanelTopClose aliases
|
|
1930
|
-
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1931
1929
|
// PanelTopOpen aliases
|
|
1932
1930
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1931
|
+
// PanelTopClose aliases
|
|
1932
|
+
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1933
1933
|
// PanelTop aliases
|
|
1934
1934
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1935
1935
|
// PanelsLeftBottom aliases
|
|
@@ -1938,10 +1938,10 @@ export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
|
1938
1938
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1939
1939
|
// Paperclip aliases
|
|
1940
1940
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1941
|
-
// Parentheses aliases
|
|
1942
|
-
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1943
1941
|
// ParkingMeter aliases
|
|
1944
1942
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1943
|
+
// Parentheses aliases
|
|
1944
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1945
1945
|
// PartyPopper aliases
|
|
1946
1946
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1947
1947
|
// Pause aliases
|
|
@@ -1958,10 +1958,10 @@ export { default as PenToolIcon } from '../icons/pen-tool';
|
|
|
1958
1958
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1959
1959
|
// PencilOff aliases
|
|
1960
1960
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1961
|
-
// Pencil aliases
|
|
1962
|
-
export { default as PencilIcon } from '../icons/pencil';
|
|
1963
1961
|
// PencilRuler aliases
|
|
1964
1962
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1963
|
+
// Pencil aliases
|
|
1964
|
+
export { default as PencilIcon } from '../icons/pencil';
|
|
1965
1965
|
// Pentagon aliases
|
|
1966
1966
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1967
1967
|
// Percent aliases
|
|
@@ -1974,26 +1974,26 @@ export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
|
1974
1974
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1975
1975
|
// PhoneForwarded aliases
|
|
1976
1976
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1977
|
-
// PhoneMissed aliases
|
|
1978
|
-
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1979
1977
|
// PhoneIncoming aliases
|
|
1980
1978
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1981
|
-
//
|
|
1982
|
-
export { default as
|
|
1979
|
+
// PhoneMissed aliases
|
|
1980
|
+
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1983
1981
|
// PhoneOutgoing aliases
|
|
1984
1982
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1983
|
+
// PhoneOff aliases
|
|
1984
|
+
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1985
1985
|
// Phone aliases
|
|
1986
1986
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1987
1987
|
// Pi aliases
|
|
1988
1988
|
export { default as PiIcon } from '../icons/pi';
|
|
1989
1989
|
// Pickaxe aliases
|
|
1990
1990
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1991
|
-
// PictureInPicture2 aliases
|
|
1992
|
-
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1993
|
-
// PictureInPicture aliases
|
|
1994
|
-
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1995
1991
|
// Piano aliases
|
|
1996
1992
|
export { default as PianoIcon } from '../icons/piano';
|
|
1993
|
+
// PictureInPicture aliases
|
|
1994
|
+
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1995
|
+
// PictureInPicture2 aliases
|
|
1996
|
+
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1997
1997
|
// PiggyBank aliases
|
|
1998
1998
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1999
1999
|
// PilcrowLeft aliases
|
|
@@ -2012,56 +2012,56 @@ export { default as PinOffIcon } from '../icons/pin-off';
|
|
|
2012
2012
|
export { default as PinIcon } from '../icons/pin';
|
|
2013
2013
|
// Pipette aliases
|
|
2014
2014
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2015
|
-
// PlaneLanding aliases
|
|
2016
|
-
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2017
2015
|
// Pizza aliases
|
|
2018
2016
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2017
|
+
// PlaneLanding aliases
|
|
2018
|
+
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2019
2019
|
// PlaneTakeoff aliases
|
|
2020
2020
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2021
2021
|
// Plane aliases
|
|
2022
2022
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2023
2023
|
// Play aliases
|
|
2024
2024
|
export { default as PlayIcon } from '../icons/play';
|
|
2025
|
-
// Plug aliases
|
|
2026
|
-
export { default as PlugIcon } from '../icons/plug';
|
|
2027
2025
|
// Plug2 aliases
|
|
2028
2026
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2027
|
+
// Plug aliases
|
|
2028
|
+
export { default as PlugIcon } from '../icons/plug';
|
|
2029
2029
|
// PocketKnife aliases
|
|
2030
2030
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2031
2031
|
// Plus aliases
|
|
2032
2032
|
export { default as PlusIcon } from '../icons/plus';
|
|
2033
|
-
// Pocket aliases
|
|
2034
|
-
export { default as PocketIcon } from '../icons/pocket';
|
|
2035
2033
|
// Podcast aliases
|
|
2036
2034
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2035
|
+
// Pocket aliases
|
|
2036
|
+
export { default as PocketIcon } from '../icons/pocket';
|
|
2037
2037
|
// PointerOff aliases
|
|
2038
2038
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2039
2039
|
// Pointer aliases
|
|
2040
2040
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2041
|
-
// Popsicle aliases
|
|
2042
|
-
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2043
2041
|
// Popcorn aliases
|
|
2044
2042
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2043
|
+
// Popsicle aliases
|
|
2044
|
+
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2045
2045
|
// PoundSterling aliases
|
|
2046
2046
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2047
2047
|
// PowerOff aliases
|
|
2048
2048
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2049
2049
|
// Power aliases
|
|
2050
2050
|
export { default as PowerIcon } from '../icons/power';
|
|
2051
|
-
// Presentation aliases
|
|
2052
|
-
export { default as PresentationIcon } from '../icons/presentation';
|
|
2053
2051
|
// PrinterCheck aliases
|
|
2054
2052
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2053
|
+
// Presentation aliases
|
|
2054
|
+
export { default as PresentationIcon } from '../icons/presentation';
|
|
2055
2055
|
// PrinterX aliases
|
|
2056
2056
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2057
2057
|
// Projector aliases
|
|
2058
2058
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2059
2059
|
// Printer aliases
|
|
2060
2060
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2061
|
-
// Puzzle aliases
|
|
2062
|
-
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2063
2061
|
// Proportions aliases
|
|
2064
2062
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2063
|
+
// Puzzle aliases
|
|
2064
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2065
2065
|
// Pyramid aliases
|
|
2066
2066
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2067
2067
|
// QrCode aliases
|
|
@@ -2072,68 +2072,68 @@ export { default as QuoteIcon } from '../icons/quote';
|
|
|
2072
2072
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2073
2073
|
// Radar aliases
|
|
2074
2074
|
export { default as RadarIcon } from '../icons/radar';
|
|
2075
|
-
// Radiation aliases
|
|
2076
|
-
export { default as RadiationIcon } from '../icons/radiation';
|
|
2077
2075
|
// Radical aliases
|
|
2078
2076
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2077
|
+
// Radiation aliases
|
|
2078
|
+
export { default as RadiationIcon } from '../icons/radiation';
|
|
2079
2079
|
// RadioReceiver aliases
|
|
2080
2080
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2081
2081
|
// RadioTower aliases
|
|
2082
2082
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2083
2083
|
// Radio aliases
|
|
2084
2084
|
export { default as RadioIcon } from '../icons/radio';
|
|
2085
|
-
// RailSymbol aliases
|
|
2086
|
-
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2087
2085
|
// Radius aliases
|
|
2088
2086
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2089
2087
|
// Rainbow aliases
|
|
2090
2088
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2089
|
+
// RailSymbol aliases
|
|
2090
|
+
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2091
2091
|
// Rat aliases
|
|
2092
2092
|
export { default as RatIcon } from '../icons/rat';
|
|
2093
2093
|
// Ratio aliases
|
|
2094
2094
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2095
2095
|
// ReceiptCent aliases
|
|
2096
2096
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2097
|
-
// ReceiptIndianRupee aliases
|
|
2098
|
-
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2099
2097
|
// ReceiptEuro aliases
|
|
2100
2098
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2101
|
-
//
|
|
2102
|
-
export { default as
|
|
2099
|
+
// ReceiptIndianRupee aliases
|
|
2100
|
+
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2103
2101
|
// ReceiptPoundSterling aliases
|
|
2104
2102
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2105
2103
|
// ReceiptRussianRuble aliases
|
|
2106
2104
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2107
|
-
//
|
|
2108
|
-
export { default as
|
|
2109
|
-
// ReceiptText aliases
|
|
2110
|
-
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2105
|
+
// ReceiptJapaneseYen aliases
|
|
2106
|
+
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2111
2107
|
// ReceiptTurkishLira aliases
|
|
2112
2108
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2109
|
+
// ReceiptSwissFranc aliases
|
|
2110
|
+
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2113
2111
|
// Receipt aliases
|
|
2114
2112
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2115
2113
|
// RectangleCircle aliases
|
|
2116
2114
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2115
|
+
// ReceiptText aliases
|
|
2116
|
+
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2117
2117
|
// RectangleGoggles aliases
|
|
2118
2118
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2119
|
-
// RectangleHorizontal aliases
|
|
2120
|
-
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2121
2119
|
// RectangleVertical aliases
|
|
2122
2120
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2121
|
+
// RectangleHorizontal aliases
|
|
2122
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2123
2123
|
// Recycle aliases
|
|
2124
2124
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2125
2125
|
// Redo2 aliases
|
|
2126
2126
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2127
|
-
// Redo aliases
|
|
2128
|
-
export { default as RedoIcon } from '../icons/redo';
|
|
2129
2127
|
// RedoDot aliases
|
|
2130
2128
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2131
|
-
//
|
|
2132
|
-
export { default as
|
|
2129
|
+
// Redo aliases
|
|
2130
|
+
export { default as RedoIcon } from '../icons/redo';
|
|
2133
2131
|
// RefreshCcw aliases
|
|
2134
2132
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2135
2133
|
// RefreshCwOff aliases
|
|
2136
2134
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2135
|
+
// RefreshCcwDot aliases
|
|
2136
|
+
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2137
2137
|
// RefreshCw aliases
|
|
2138
2138
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2139
2139
|
// Refrigerator aliases
|
|
@@ -2142,10 +2142,10 @@ export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
|
2142
2142
|
export { default as RegexIcon } from '../icons/regex';
|
|
2143
2143
|
// RemoveFormatting aliases
|
|
2144
2144
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2145
|
-
// Repeat1 aliases
|
|
2146
|
-
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2147
2145
|
// Repeat2 aliases
|
|
2148
2146
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2147
|
+
// Repeat1 aliases
|
|
2148
|
+
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2149
2149
|
// Repeat aliases
|
|
2150
2150
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2151
2151
|
// ReplaceAll aliases
|
|
@@ -2160,20 +2160,20 @@ export { default as ReplyIcon } from '../icons/reply';
|
|
|
2160
2160
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2161
2161
|
// Ribbon aliases
|
|
2162
2162
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2163
|
-
// Rocket aliases
|
|
2164
|
-
export { default as RocketIcon } from '../icons/rocket';
|
|
2165
2163
|
// RockingChair aliases
|
|
2166
2164
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2165
|
+
// Rocket aliases
|
|
2166
|
+
export { default as RocketIcon } from '../icons/rocket';
|
|
2167
2167
|
// RollerCoaster aliases
|
|
2168
2168
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2169
2169
|
// Rose aliases
|
|
2170
2170
|
export { default as RoseIcon } from '../icons/rose';
|
|
2171
2171
|
// RotateCcwKey aliases
|
|
2172
2172
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2173
|
-
// RotateCcwSquare aliases
|
|
2174
|
-
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2175
2173
|
// RotateCcw aliases
|
|
2176
2174
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2175
|
+
// RotateCcwSquare aliases
|
|
2176
|
+
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2177
2177
|
// RotateCwSquare aliases
|
|
2178
2178
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2179
2179
|
// RotateCw aliases
|
|
@@ -2186,10 +2186,10 @@ export { default as RouteIcon } from '../icons/route';
|
|
|
2186
2186
|
export { default as RouterIcon } from '../icons/router';
|
|
2187
2187
|
// Rows4 aliases
|
|
2188
2188
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2189
|
-
// RulerDimensionLine aliases
|
|
2190
|
-
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2191
2189
|
// Rss aliases
|
|
2192
2190
|
export { default as RssIcon } from '../icons/rss';
|
|
2191
|
+
// RulerDimensionLine aliases
|
|
2192
|
+
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2193
2193
|
// Ruler aliases
|
|
2194
2194
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2195
2195
|
// RussianRuble aliases
|
|
@@ -2198,10 +2198,10 @@ export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
|
2198
2198
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2199
2199
|
// Salad aliases
|
|
2200
2200
|
export { default as SaladIcon } from '../icons/salad';
|
|
2201
|
-
// Sandwich aliases
|
|
2202
|
-
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2203
2201
|
// SatelliteDish aliases
|
|
2204
2202
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2203
|
+
// Sandwich aliases
|
|
2204
|
+
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2205
2205
|
// Satellite aliases
|
|
2206
2206
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2207
2207
|
// SaudiRiyal aliases
|
|
@@ -2212,20 +2212,20 @@ export { default as SaveAllIcon } from '../icons/save-all';
|
|
|
2212
2212
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2213
2213
|
// Save aliases
|
|
2214
2214
|
export { default as SaveIcon } from '../icons/save';
|
|
2215
|
-
// Scale aliases
|
|
2216
|
-
export { default as ScaleIcon } from '../icons/scale';
|
|
2217
2215
|
// Scaling aliases
|
|
2218
2216
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2219
|
-
//
|
|
2220
|
-
export { default as
|
|
2217
|
+
// Scale aliases
|
|
2218
|
+
export { default as ScaleIcon } from '../icons/scale';
|
|
2221
2219
|
// ScanEye aliases
|
|
2222
2220
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2221
|
+
// ScanBarcode aliases
|
|
2222
|
+
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2223
|
+
// ScanFace aliases
|
|
2224
|
+
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2223
2225
|
// ScanHeart aliases
|
|
2224
2226
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2225
2227
|
// ScanLine aliases
|
|
2226
2228
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2227
|
-
// ScanFace aliases
|
|
2228
|
-
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2229
2229
|
// ScanQrCode aliases
|
|
2230
2230
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2231
2231
|
// ScanSearch aliases
|
|
@@ -2242,10 +2242,10 @@ export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed
|
|
|
2242
2242
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2243
2243
|
// Scooter aliases
|
|
2244
2244
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2245
|
-
// ScreenShare aliases
|
|
2246
|
-
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2247
2245
|
// ScreenShareOff aliases
|
|
2248
2246
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2247
|
+
// ScreenShare aliases
|
|
2248
|
+
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2249
2249
|
// ScrollText aliases
|
|
2250
2250
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2251
2251
|
// Scroll aliases
|
|
@@ -2260,30 +2260,30 @@ export { default as SearchCodeIcon } from '../icons/search-code';
|
|
|
2260
2260
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2261
2261
|
// SearchX aliases
|
|
2262
2262
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2263
|
-
// Search aliases
|
|
2264
|
-
export { default as SearchIcon } from '../icons/search';
|
|
2265
2263
|
// Section aliases
|
|
2266
2264
|
export { default as SectionIcon } from '../icons/section';
|
|
2267
|
-
//
|
|
2268
|
-
export { default as
|
|
2265
|
+
// Search aliases
|
|
2266
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2269
2267
|
// SendToBack aliases
|
|
2270
2268
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2269
|
+
// Send aliases
|
|
2270
|
+
export { default as SendIcon } from '../icons/send';
|
|
2271
2271
|
// SeparatorHorizontal aliases
|
|
2272
2272
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2273
2273
|
// SeparatorVertical aliases
|
|
2274
2274
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2275
2275
|
// ServerCog aliases
|
|
2276
2276
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2277
|
-
// ServerCrash aliases
|
|
2278
|
-
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2279
2277
|
// ServerOff aliases
|
|
2280
2278
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2279
|
+
// ServerCrash aliases
|
|
2280
|
+
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2281
2281
|
// Server aliases
|
|
2282
2282
|
export { default as ServerIcon } from '../icons/server';
|
|
2283
|
-
// Settings aliases
|
|
2284
|
-
export { default as SettingsIcon } from '../icons/settings';
|
|
2285
2283
|
// Settings2 aliases
|
|
2286
2284
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2285
|
+
// Settings aliases
|
|
2286
|
+
export { default as SettingsIcon } from '../icons/settings';
|
|
2287
2287
|
// Shapes aliases
|
|
2288
2288
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2289
2289
|
// Share2 aliases
|
|
@@ -2294,22 +2294,24 @@ export { default as ShareIcon } from '../icons/share';
|
|
|
2294
2294
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2295
2295
|
// Shell aliases
|
|
2296
2296
|
export { default as ShellIcon } from '../icons/shell';
|
|
2297
|
-
//
|
|
2298
|
-
export { default as
|
|
2297
|
+
// ShelvingUnit aliases
|
|
2298
|
+
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2299
2299
|
// ShieldBan aliases
|
|
2300
2300
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2301
|
+
// ShieldAlert aliases
|
|
2302
|
+
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2301
2303
|
// ShieldCheck aliases
|
|
2302
2304
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2303
2305
|
// ShieldEllipsis aliases
|
|
2304
2306
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2305
2307
|
// ShieldHalf aliases
|
|
2306
2308
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2307
|
-
// ShieldMinus aliases
|
|
2308
|
-
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2309
2309
|
// ShieldOff aliases
|
|
2310
2310
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2311
2311
|
// ShieldPlus aliases
|
|
2312
2312
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2313
|
+
// ShieldMinus aliases
|
|
2314
|
+
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2313
2315
|
// ShieldUser aliases
|
|
2314
2316
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2315
2317
|
// Shield aliases
|
|
@@ -2318,26 +2320,26 @@ export { default as ShieldIcon } from '../icons/shield';
|
|
|
2318
2320
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2319
2321
|
// Ship aliases
|
|
2320
2322
|
export { default as ShipIcon } from '../icons/ship';
|
|
2321
|
-
// ShoppingBag aliases
|
|
2322
|
-
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2323
2323
|
// Shirt aliases
|
|
2324
2324
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2325
|
+
// ShoppingBag aliases
|
|
2326
|
+
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2325
2327
|
// ShoppingBasket aliases
|
|
2326
2328
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2327
|
-
// ShoppingCart aliases
|
|
2328
|
-
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2329
2329
|
// Shovel aliases
|
|
2330
2330
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2331
|
+
// ShoppingCart aliases
|
|
2332
|
+
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2331
2333
|
// ShowerHead aliases
|
|
2332
2334
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2333
2335
|
// Shredder aliases
|
|
2334
2336
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2337
|
+
// Shrink aliases
|
|
2338
|
+
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2335
2339
|
// Shrimp aliases
|
|
2336
2340
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2337
2341
|
// Shrub aliases
|
|
2338
2342
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2339
|
-
// Shrink aliases
|
|
2340
|
-
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2341
2343
|
// Shuffle aliases
|
|
2342
2344
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2343
2345
|
// Sigma aliases
|
|
@@ -2376,16 +2378,16 @@ export { default as SliceIcon } from '../icons/slice';
|
|
|
2376
2378
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2377
2379
|
// SmartphoneCharging aliases
|
|
2378
2380
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2379
|
-
// Smartphone aliases
|
|
2380
|
-
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2381
2381
|
// SmartphoneNfc aliases
|
|
2382
2382
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2383
|
+
// Smartphone aliases
|
|
2384
|
+
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2383
2385
|
// SmilePlus aliases
|
|
2384
2386
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2385
|
-
// Snail aliases
|
|
2386
|
-
export { default as SnailIcon } from '../icons/snail';
|
|
2387
2387
|
// Smile aliases
|
|
2388
2388
|
export { default as SmileIcon } from '../icons/smile';
|
|
2389
|
+
// Snail aliases
|
|
2390
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2389
2391
|
// Snowflake aliases
|
|
2390
2392
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2391
2393
|
// SoapDispenserDroplet aliases
|
|
@@ -2408,10 +2410,10 @@ export { default as SpeakerIcon } from '../icons/speaker';
|
|
|
2408
2410
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2409
2411
|
// SpellCheck2 aliases
|
|
2410
2412
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2411
|
-
// SpellCheck aliases
|
|
2412
|
-
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2413
2413
|
// SplinePointer aliases
|
|
2414
2414
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2415
|
+
// SpellCheck aliases
|
|
2416
|
+
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2415
2417
|
// Spline aliases
|
|
2416
2418
|
export { default as SplineIcon } from '../icons/spline';
|
|
2417
2419
|
// Split aliases
|
|
@@ -2420,14 +2422,14 @@ export { default as SplitIcon } from '../icons/split';
|
|
|
2420
2422
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2421
2423
|
// Spotlight aliases
|
|
2422
2424
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2423
|
-
// SprayCan aliases
|
|
2424
|
-
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2425
2425
|
// Sprout aliases
|
|
2426
2426
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2427
|
-
//
|
|
2428
|
-
export { default as
|
|
2427
|
+
// SprayCan aliases
|
|
2428
|
+
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2429
2429
|
// SquareDashedBottom aliases
|
|
2430
2430
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2431
|
+
// SquareDashedBottomCode aliases
|
|
2432
|
+
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2431
2433
|
// SquareDashedTopSolid aliases
|
|
2432
2434
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2433
2435
|
// SquarePause aliases
|
|
@@ -2468,12 +2470,12 @@ export { default as StarHalfIcon } from '../icons/star-half';
|
|
|
2468
2470
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2469
2471
|
// Star aliases
|
|
2470
2472
|
export { default as StarIcon } from '../icons/star';
|
|
2473
|
+
// StepForward aliases
|
|
2474
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2471
2475
|
// StepBack aliases
|
|
2472
2476
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2473
2477
|
// Stethoscope aliases
|
|
2474
2478
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2475
|
-
// StepForward aliases
|
|
2476
|
-
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2477
2479
|
// Sticker aliases
|
|
2478
2480
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2479
2481
|
// StickyNote aliases
|
|
@@ -2496,12 +2498,12 @@ export { default as SunDimIcon } from '../icons/sun-dim';
|
|
|
2496
2498
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2497
2499
|
// SunMoon aliases
|
|
2498
2500
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2499
|
-
// Sun aliases
|
|
2500
|
-
export { default as SunIcon } from '../icons/sun';
|
|
2501
2501
|
// SunSnow aliases
|
|
2502
2502
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2503
2503
|
// Sunrise aliases
|
|
2504
2504
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2505
|
+
// Sun aliases
|
|
2506
|
+
export { default as SunIcon } from '../icons/sun';
|
|
2505
2507
|
// Sunset aliases
|
|
2506
2508
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2507
2509
|
// Superscript aliases
|
|
@@ -2510,10 +2512,10 @@ export { default as SuperscriptIcon } from '../icons/superscript';
|
|
|
2510
2512
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2511
2513
|
// SwissFranc aliases
|
|
2512
2514
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2513
|
-
// SwitchCamera aliases
|
|
2514
|
-
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2515
2515
|
// Sword aliases
|
|
2516
2516
|
export { default as SwordIcon } from '../icons/sword';
|
|
2517
|
+
// SwitchCamera aliases
|
|
2518
|
+
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2517
2519
|
// Swords aliases
|
|
2518
2520
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2519
2521
|
// Syringe aliases
|
|
@@ -2532,10 +2534,10 @@ export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
|
2532
2534
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2533
2535
|
// TableRowsSplit aliases
|
|
2534
2536
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2535
|
-
// Table aliases
|
|
2536
|
-
export { default as TableIcon } from '../icons/table';
|
|
2537
2537
|
// TabletSmartphone aliases
|
|
2538
2538
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2539
|
+
// Table aliases
|
|
2540
|
+
export { default as TableIcon } from '../icons/table';
|
|
2539
2541
|
// Tablet aliases
|
|
2540
2542
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2541
2543
|
// Tablets aliases
|
|
@@ -2554,10 +2556,10 @@ export { default as Tally4Icon } from '../icons/tally-4';
|
|
|
2554
2556
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2555
2557
|
// Tally5 aliases
|
|
2556
2558
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2557
|
-
// Target aliases
|
|
2558
|
-
export { default as TargetIcon } from '../icons/target';
|
|
2559
2559
|
// Tangent aliases
|
|
2560
2560
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2561
|
+
// Target aliases
|
|
2562
|
+
export { default as TargetIcon } from '../icons/target';
|
|
2561
2563
|
// Telescope aliases
|
|
2562
2564
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2563
2565
|
// TentTree aliases
|
|
@@ -2574,26 +2576,26 @@ export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
|
2574
2576
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2575
2577
|
// TextCursor aliases
|
|
2576
2578
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2577
|
-
// TextQuote aliases
|
|
2578
|
-
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2579
2579
|
// TextSearch aliases
|
|
2580
2580
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2581
|
+
// TextQuote aliases
|
|
2582
|
+
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2581
2583
|
// Theater aliases
|
|
2582
2584
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2583
2585
|
// ThermometerSnowflake aliases
|
|
2584
2586
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2585
2587
|
// ThermometerSun aliases
|
|
2586
2588
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2587
|
-
// Thermometer aliases
|
|
2588
|
-
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2589
2589
|
// ThumbsDown aliases
|
|
2590
2590
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2591
|
-
//
|
|
2592
|
-
export { default as
|
|
2591
|
+
// Thermometer aliases
|
|
2592
|
+
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2593
2593
|
// TicketCheck aliases
|
|
2594
2594
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2595
2595
|
// TicketMinus aliases
|
|
2596
2596
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2597
|
+
// ThumbsUp aliases
|
|
2598
|
+
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2597
2599
|
// TicketPercent aliases
|
|
2598
2600
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2599
2601
|
// TicketPlus aliases
|
|
@@ -2616,22 +2618,24 @@ export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
|
2616
2618
|
export { default as TimerIcon } from '../icons/timer';
|
|
2617
2619
|
// ToggleLeft aliases
|
|
2618
2620
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2619
|
-
// ToggleRight aliases
|
|
2620
|
-
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2621
2621
|
// Toilet aliases
|
|
2622
2622
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2623
|
+
// ToggleRight aliases
|
|
2624
|
+
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2623
2625
|
// ToolCase aliases
|
|
2624
2626
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2625
|
-
// Torus aliases
|
|
2626
|
-
export { default as TorusIcon } from '../icons/torus';
|
|
2627
2627
|
// Toolbox aliases
|
|
2628
2628
|
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2629
|
-
//
|
|
2630
|
-
export { default as
|
|
2629
|
+
// Torus aliases
|
|
2630
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2631
2631
|
// TouchpadOff aliases
|
|
2632
2632
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2633
|
+
// Tornado aliases
|
|
2634
|
+
export { default as TornadoIcon } from '../icons/tornado';
|
|
2633
2635
|
// Touchpad aliases
|
|
2634
2636
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2637
|
+
// TowelRack aliases
|
|
2638
|
+
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2635
2639
|
// TowerControl aliases
|
|
2636
2640
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2637
2641
|
// ToyBrick aliases
|
|
@@ -2656,14 +2660,14 @@ export { default as Trash2Icon } from '../icons/trash-2';
|
|
|
2656
2660
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2657
2661
|
// TreePine aliases
|
|
2658
2662
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2659
|
-
// Trello aliases
|
|
2660
|
-
export { default as TrelloIcon } from '../icons/trello';
|
|
2661
2663
|
// Trees aliases
|
|
2662
2664
|
export { default as TreesIcon } from '../icons/trees';
|
|
2663
|
-
//
|
|
2664
|
-
export { default as
|
|
2665
|
+
// Trello aliases
|
|
2666
|
+
export { default as TrelloIcon } from '../icons/trello';
|
|
2665
2667
|
// TrendingDown aliases
|
|
2666
2668
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2669
|
+
// TrendingUpDown aliases
|
|
2670
|
+
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2667
2671
|
// TrendingUp aliases
|
|
2668
2672
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2669
2673
|
// TriangleDashed aliases
|
|
@@ -2672,10 +2676,10 @@ export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
|
2672
2676
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2673
2677
|
// Triangle aliases
|
|
2674
2678
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2675
|
-
// TruckElectric aliases
|
|
2676
|
-
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2677
2679
|
// Trophy aliases
|
|
2678
2680
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2681
|
+
// TruckElectric aliases
|
|
2682
|
+
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2679
2683
|
// Truck aliases
|
|
2680
2684
|
export { default as TruckIcon } from '../icons/truck';
|
|
2681
2685
|
// TurkishLira aliases
|
|
@@ -2684,12 +2688,12 @@ export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
|
2684
2688
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2685
2689
|
// Turtle aliases
|
|
2686
2690
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2687
|
-
// Twitch aliases
|
|
2688
|
-
export { default as TwitchIcon } from '../icons/twitch';
|
|
2689
2691
|
// TvMinimalPlay aliases
|
|
2690
2692
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2691
2693
|
// Tv aliases
|
|
2692
2694
|
export { default as TvIcon } from '../icons/tv';
|
|
2695
|
+
// Twitch aliases
|
|
2696
|
+
export { default as TwitchIcon } from '../icons/twitch';
|
|
2693
2697
|
// Twitter aliases
|
|
2694
2698
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2695
2699
|
// TypeOutline aliases
|
|
@@ -2698,10 +2702,10 @@ export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
|
2698
2702
|
export { default as TypeIcon } from '../icons/type';
|
|
2699
2703
|
// UmbrellaOff aliases
|
|
2700
2704
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2701
|
-
// Underline aliases
|
|
2702
|
-
export { default as UnderlineIcon } from '../icons/underline';
|
|
2703
2705
|
// Umbrella aliases
|
|
2704
2706
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2707
|
+
// Underline aliases
|
|
2708
|
+
export { default as UnderlineIcon } from '../icons/underline';
|
|
2705
2709
|
// Undo2 aliases
|
|
2706
2710
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2707
2711
|
// UndoDot aliases
|
|
@@ -2714,14 +2718,14 @@ export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
|
2714
2718
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2715
2719
|
// Ungroup aliases
|
|
2716
2720
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2721
|
+
// Unplug aliases
|
|
2722
|
+
export { default as UnplugIcon } from '../icons/unplug';
|
|
2717
2723
|
// Unlink2 aliases
|
|
2718
2724
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2719
2725
|
// Unlink aliases
|
|
2720
2726
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2721
2727
|
// Upload aliases
|
|
2722
2728
|
export { default as UploadIcon } from '../icons/upload';
|
|
2723
|
-
// Unplug aliases
|
|
2724
|
-
export { default as UnplugIcon } from '../icons/unplug';
|
|
2725
2729
|
// Usb aliases
|
|
2726
2730
|
export { default as UsbIcon } from '../icons/usb';
|
|
2727
2731
|
// UserCheck aliases
|
|
@@ -2746,12 +2750,12 @@ export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
|
2746
2750
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2747
2751
|
// UserSearch aliases
|
|
2748
2752
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2749
|
-
// UserX aliases
|
|
2750
|
-
export { default as UserXIcon } from '../icons/user-x';
|
|
2751
2753
|
// UserStar aliases
|
|
2752
2754
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2753
2755
|
// User aliases
|
|
2754
2756
|
export { default as UserIcon } from '../icons/user';
|
|
2757
|
+
// UserX aliases
|
|
2758
|
+
export { default as UserXIcon } from '../icons/user-x';
|
|
2755
2759
|
// Users aliases
|
|
2756
2760
|
export { default as UsersIcon } from '../icons/users';
|
|
2757
2761
|
// UtilityPole aliases
|
|
@@ -2768,42 +2772,42 @@ export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
|
2768
2772
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2769
2773
|
// VenetianMask aliases
|
|
2770
2774
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2771
|
-
// Venus aliases
|
|
2772
|
-
export { default as VenusIcon } from '../icons/venus';
|
|
2773
2775
|
// VenusAndMars aliases
|
|
2774
2776
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2777
|
+
// Venus aliases
|
|
2778
|
+
export { default as VenusIcon } from '../icons/venus';
|
|
2775
2779
|
// VibrateOff aliases
|
|
2776
2780
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2777
2781
|
// Vibrate aliases
|
|
2778
2782
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2779
2783
|
// VideoOff aliases
|
|
2780
2784
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2781
|
-
// Video aliases
|
|
2782
|
-
export { default as VideoIcon } from '../icons/video';
|
|
2783
2785
|
// Videotape aliases
|
|
2784
2786
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2787
|
+
// Video aliases
|
|
2788
|
+
export { default as VideoIcon } from '../icons/video';
|
|
2785
2789
|
// View aliases
|
|
2786
2790
|
export { default as ViewIcon } from '../icons/view';
|
|
2787
|
-
// Volleyball aliases
|
|
2788
|
-
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2789
2791
|
// Voicemail aliases
|
|
2790
2792
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2793
|
+
// Volleyball aliases
|
|
2794
|
+
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2791
2795
|
// Volume1 aliases
|
|
2792
2796
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2793
|
-
// Volume2 aliases
|
|
2794
|
-
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2795
2797
|
// VolumeOff aliases
|
|
2796
2798
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2799
|
+
// Volume2 aliases
|
|
2800
|
+
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2797
2801
|
// VolumeX aliases
|
|
2798
2802
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2799
|
-
// Vote aliases
|
|
2800
|
-
export { default as VoteIcon } from '../icons/vote';
|
|
2801
2803
|
// Volume aliases
|
|
2802
2804
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2803
|
-
//
|
|
2804
|
-
export { default as
|
|
2805
|
+
// Vote aliases
|
|
2806
|
+
export { default as VoteIcon } from '../icons/vote';
|
|
2805
2807
|
// Wallet aliases
|
|
2806
2808
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2809
|
+
// WalletCards aliases
|
|
2810
|
+
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2807
2811
|
// Wallpaper aliases
|
|
2808
2812
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2809
2813
|
// Wand aliases
|
|
@@ -2820,10 +2824,10 @@ export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
|
2820
2824
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2821
2825
|
// WavesLadder aliases
|
|
2822
2826
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2823
|
-
// Waves aliases
|
|
2824
|
-
export { default as WavesIcon } from '../icons/waves';
|
|
2825
2827
|
// Waypoints aliases
|
|
2826
2828
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2829
|
+
// Waves aliases
|
|
2830
|
+
export { default as WavesIcon } from '../icons/waves';
|
|
2827
2831
|
// Webcam aliases
|
|
2828
2832
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2829
2833
|
// WebhookOff aliases
|
|
@@ -2832,12 +2836,12 @@ export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
|
2832
2836
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2833
2837
|
// WeightTilde aliases
|
|
2834
2838
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2835
|
-
// WheatOff aliases
|
|
2836
|
-
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2837
2839
|
// Weight aliases
|
|
2838
2840
|
export { default as WeightIcon } from '../icons/weight';
|
|
2839
2841
|
// Wheat aliases
|
|
2840
2842
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2843
|
+
// WheatOff aliases
|
|
2844
|
+
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2841
2845
|
// WholeWord aliases
|
|
2842
2846
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2843
2847
|
// WifiCog aliases
|
|
@@ -2854,22 +2858,22 @@ export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
|
2854
2858
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2855
2859
|
// WifiZero aliases
|
|
2856
2860
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2857
|
-
// Wifi aliases
|
|
2858
|
-
export { default as WifiIcon } from '../icons/wifi';
|
|
2859
2861
|
// WindArrowDown aliases
|
|
2860
2862
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2863
|
+
// Wifi aliases
|
|
2864
|
+
export { default as WifiIcon } from '../icons/wifi';
|
|
2865
|
+
// Wind aliases
|
|
2866
|
+
export { default as WindIcon } from '../icons/wind';
|
|
2861
2867
|
// WineOff aliases
|
|
2862
2868
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2863
2869
|
// Wine aliases
|
|
2864
2870
|
export { default as WineIcon } from '../icons/wine';
|
|
2865
|
-
// Wind aliases
|
|
2866
|
-
export { default as WindIcon } from '../icons/wind';
|
|
2867
|
-
// Workflow aliases
|
|
2868
|
-
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2869
2871
|
// Worm aliases
|
|
2870
2872
|
export { default as WormIcon } from '../icons/worm';
|
|
2871
2873
|
// Wrench aliases
|
|
2872
2874
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2875
|
+
// Workflow aliases
|
|
2876
|
+
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2873
2877
|
// X aliases
|
|
2874
2878
|
export { default as XIcon } from '../icons/x';
|
|
2875
2879
|
// Youtube aliases
|
|
@@ -2878,10 +2882,10 @@ export { default as YoutubeIcon } from '../icons/youtube';
|
|
|
2878
2882
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2879
2883
|
// Zap aliases
|
|
2880
2884
|
export { default as ZapIcon } from '../icons/zap';
|
|
2881
|
-
// ZoomIn aliases
|
|
2882
|
-
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2883
2885
|
// ZoomOut aliases
|
|
2884
2886
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2887
|
+
// ZoomIn aliases
|
|
2888
|
+
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2885
2889
|
// ArrowDown01 aliases
|
|
2886
2890
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2887
2891
|
// ArrowDown10 aliases
|
|
@@ -2932,30 +2936,30 @@ export {
|
|
|
2932
2936
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. This alias will be removed in v1.0 */
|
|
2933
2937
|
default as ArrowUpAzIcon
|
|
2934
2938
|
} from '../icons/arrow-up-a-z';
|
|
2935
|
-
// ArrowUpNarrowWide aliases
|
|
2936
|
-
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2937
|
-
export {
|
|
2938
|
-
/** @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 */
|
|
2939
|
-
default as SortAscIcon
|
|
2940
|
-
} from '../icons/arrow-up-narrow-wide';
|
|
2941
2939
|
// ArrowUpZA aliases
|
|
2942
2940
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2943
2941
|
export {
|
|
2944
2942
|
/** @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
2943
|
default as ArrowUpZaIcon
|
|
2946
2944
|
} from '../icons/arrow-up-z-a';
|
|
2947
|
-
//
|
|
2948
|
-
export { default as
|
|
2945
|
+
// ArrowUpNarrowWide aliases
|
|
2946
|
+
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2949
2947
|
export {
|
|
2950
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2951
|
-
default as
|
|
2952
|
-
} from '../icons/
|
|
2948
|
+
/** @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 */
|
|
2949
|
+
default as SortAscIcon
|
|
2950
|
+
} from '../icons/arrow-up-narrow-wide';
|
|
2953
2951
|
// Axis3d aliases
|
|
2954
2952
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2955
2953
|
export {
|
|
2956
2954
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
2957
2955
|
default as Axis3DIcon
|
|
2958
2956
|
} from '../icons/axis-3d';
|
|
2957
|
+
// BadgeCheck aliases
|
|
2958
|
+
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2959
|
+
export {
|
|
2960
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
2961
|
+
default as VerifiedIcon
|
|
2962
|
+
} from '../icons/badge-check';
|
|
2959
2963
|
// BadgeQuestionMark aliases
|
|
2960
2964
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2961
2965
|
export {
|
|
@@ -2980,30 +2984,30 @@ export {
|
|
|
2980
2984
|
/** @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
2985
|
default as BookTemplateIcon
|
|
2982
2986
|
} from '../icons/book-dashed';
|
|
2983
|
-
// Braces aliases
|
|
2984
|
-
export { default as BracesIcon } from '../icons/braces';
|
|
2985
|
-
export {
|
|
2986
|
-
/** @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 */
|
|
2987
|
-
default as CurlyBracesIcon
|
|
2988
|
-
} from '../icons/braces';
|
|
2989
2987
|
// Captions aliases
|
|
2990
2988
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
2991
2989
|
export {
|
|
2992
2990
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
2993
2991
|
default as SubtitlesIcon
|
|
2994
2992
|
} from '../icons/captions';
|
|
2995
|
-
//
|
|
2996
|
-
export { default as
|
|
2993
|
+
// Braces aliases
|
|
2994
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
2997
2995
|
export {
|
|
2998
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2999
|
-
default as
|
|
3000
|
-
} from '../icons/
|
|
2996
|
+
/** @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 */
|
|
2997
|
+
default as CurlyBracesIcon
|
|
2998
|
+
} from '../icons/braces';
|
|
3001
2999
|
// ChartArea aliases
|
|
3002
3000
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3003
3001
|
export {
|
|
3004
3002
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
3005
3003
|
default as AreaChartIcon
|
|
3006
3004
|
} from '../icons/chart-area';
|
|
3005
|
+
// ChartBarBig aliases
|
|
3006
|
+
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3007
|
+
export {
|
|
3008
|
+
/** @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 */
|
|
3009
|
+
default as BarChartHorizontalBigIcon
|
|
3010
|
+
} from '../icons/chart-bar-big';
|
|
3007
3011
|
// ChartBar aliases
|
|
3008
3012
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3009
3013
|
export {
|
|
@@ -3046,36 +3050,36 @@ export {
|
|
|
3046
3050
|
/** @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 */
|
|
3047
3051
|
default as BarChartIcon
|
|
3048
3052
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3049
|
-
// ChartNoAxesColumn aliases
|
|
3050
|
-
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3051
|
-
export {
|
|
3052
|
-
/** @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 */
|
|
3053
|
-
default as BarChart2Icon
|
|
3054
|
-
} from '../icons/chart-no-axes-column';
|
|
3055
3053
|
// ChartNoAxesGantt aliases
|
|
3056
3054
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3057
3055
|
export {
|
|
3058
3056
|
/** @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 */
|
|
3059
3057
|
default as GanttChartIcon
|
|
3060
3058
|
} from '../icons/chart-no-axes-gantt';
|
|
3059
|
+
// ChartNoAxesColumn aliases
|
|
3060
|
+
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3061
|
+
export {
|
|
3062
|
+
/** @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 */
|
|
3063
|
+
default as BarChart2Icon
|
|
3064
|
+
} from '../icons/chart-no-axes-column';
|
|
3061
3065
|
// ChartPie aliases
|
|
3062
3066
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3063
3067
|
export {
|
|
3064
3068
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
3065
3069
|
default as PieChartIcon
|
|
3066
3070
|
} from '../icons/chart-pie';
|
|
3067
|
-
// Chromium aliases
|
|
3068
|
-
export { default as ChromiumIcon } from '../icons/chromium';
|
|
3069
|
-
export {
|
|
3070
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
3071
|
-
default as ChromeIcon
|
|
3072
|
-
} from '../icons/chromium';
|
|
3073
3071
|
// ChartScatter aliases
|
|
3074
3072
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3075
3073
|
export {
|
|
3076
3074
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3077
3075
|
default as ScatterChartIcon
|
|
3078
3076
|
} from '../icons/chart-scatter';
|
|
3077
|
+
// Chromium aliases
|
|
3078
|
+
export { default as ChromiumIcon } from '../icons/chromium';
|
|
3079
|
+
export {
|
|
3080
|
+
/** @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 */
|
|
3081
|
+
default as ChromeIcon
|
|
3082
|
+
} from '../icons/chromium';
|
|
3079
3083
|
// CircleAlert aliases
|
|
3080
3084
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3081
3085
|
export {
|
|
@@ -3124,24 +3128,30 @@ export {
|
|
|
3124
3128
|
/** @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
3129
|
default as ArrowRightCircleIcon
|
|
3126
3130
|
} from '../icons/circle-arrow-right';
|
|
3127
|
-
// CircleArrowUp aliases
|
|
3128
|
-
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3129
|
-
export {
|
|
3130
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3131
|
-
default as ArrowUpCircleIcon
|
|
3132
|
-
} from '../icons/circle-arrow-up';
|
|
3133
3131
|
// CircleCheckBig aliases
|
|
3134
3132
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3135
3133
|
export {
|
|
3136
3134
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3137
3135
|
default as CheckCircleIcon
|
|
3138
3136
|
} from '../icons/circle-check-big';
|
|
3137
|
+
// CircleArrowUp aliases
|
|
3138
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3139
|
+
export {
|
|
3140
|
+
/** @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 */
|
|
3141
|
+
default as ArrowUpCircleIcon
|
|
3142
|
+
} from '../icons/circle-arrow-up';
|
|
3139
3143
|
// CircleCheck aliases
|
|
3140
3144
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3141
3145
|
export {
|
|
3142
3146
|
/** @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 */
|
|
3143
3147
|
default as CheckCircle2Icon
|
|
3144
3148
|
} from '../icons/circle-check';
|
|
3149
|
+
// CircleChevronLeft aliases
|
|
3150
|
+
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3151
|
+
export {
|
|
3152
|
+
/** @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 */
|
|
3153
|
+
default as ChevronLeftCircleIcon
|
|
3154
|
+
} from '../icons/circle-chevron-left';
|
|
3145
3155
|
// CircleChevronDown aliases
|
|
3146
3156
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3147
3157
|
export {
|
|
@@ -3154,18 +3164,18 @@ export {
|
|
|
3154
3164
|
/** @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 */
|
|
3155
3165
|
default as ChevronRightCircleIcon
|
|
3156
3166
|
} from '../icons/circle-chevron-right';
|
|
3157
|
-
// CircleChevronLeft aliases
|
|
3158
|
-
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3159
|
-
export {
|
|
3160
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3161
|
-
default as ChevronLeftCircleIcon
|
|
3162
|
-
} from '../icons/circle-chevron-left';
|
|
3163
3167
|
// CircleChevronUp aliases
|
|
3164
3168
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3165
3169
|
export {
|
|
3166
3170
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
3167
3171
|
default as ChevronUpCircleIcon
|
|
3168
3172
|
} from '../icons/circle-chevron-up';
|
|
3173
|
+
// CircleGauge aliases
|
|
3174
|
+
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3175
|
+
export {
|
|
3176
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3177
|
+
default as GaugeCircleIcon
|
|
3178
|
+
} from '../icons/circle-gauge';
|
|
3169
3179
|
// CircleDivide aliases
|
|
3170
3180
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3171
3181
|
export {
|
|
@@ -3178,42 +3188,36 @@ export {
|
|
|
3178
3188
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3179
3189
|
default as MinusCircleIcon
|
|
3180
3190
|
} from '../icons/circle-minus';
|
|
3181
|
-
// CircleGauge aliases
|
|
3182
|
-
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3183
|
-
export {
|
|
3184
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3185
|
-
default as GaugeCircleIcon
|
|
3186
|
-
} from '../icons/circle-gauge';
|
|
3187
3191
|
// CircleParkingOff aliases
|
|
3188
3192
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3189
3193
|
export {
|
|
3190
3194
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3191
3195
|
default as ParkingCircleOffIcon
|
|
3192
3196
|
} from '../icons/circle-parking-off';
|
|
3193
|
-
// CircleParking aliases
|
|
3194
|
-
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3195
|
-
export {
|
|
3196
|
-
/** @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 */
|
|
3197
|
-
default as ParkingCircleIcon
|
|
3198
|
-
} from '../icons/circle-parking';
|
|
3199
3197
|
// CirclePause aliases
|
|
3200
3198
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3201
3199
|
export {
|
|
3202
3200
|
/** @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 */
|
|
3203
3201
|
default as PauseCircleIcon
|
|
3204
3202
|
} from '../icons/circle-pause';
|
|
3205
|
-
//
|
|
3206
|
-
export { default as
|
|
3203
|
+
// CircleParking aliases
|
|
3204
|
+
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3207
3205
|
export {
|
|
3208
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3209
|
-
default as
|
|
3210
|
-
} from '../icons/circle-
|
|
3206
|
+
/** @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 */
|
|
3207
|
+
default as ParkingCircleIcon
|
|
3208
|
+
} from '../icons/circle-parking';
|
|
3211
3209
|
// CirclePlay aliases
|
|
3212
3210
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3213
3211
|
export {
|
|
3214
3212
|
/** @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
3213
|
default as PlayCircleIcon
|
|
3216
3214
|
} from '../icons/circle-play';
|
|
3215
|
+
// CirclePercent aliases
|
|
3216
|
+
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3217
|
+
export {
|
|
3218
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
3219
|
+
default as PercentCircleIcon
|
|
3220
|
+
} from '../icons/circle-percent';
|
|
3217
3221
|
// CirclePlus aliases
|
|
3218
3222
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3219
3223
|
export {
|
|
@@ -3236,18 +3240,18 @@ export {
|
|
|
3236
3240
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3237
3241
|
default as CircleHelpIcon
|
|
3238
3242
|
} from '../icons/circle-question-mark';
|
|
3239
|
-
// CircleSlash2 aliases
|
|
3240
|
-
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3241
|
-
export {
|
|
3242
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
3243
|
-
default as CircleSlashedIcon
|
|
3244
|
-
} from '../icons/circle-slash-2';
|
|
3245
3243
|
// CircleStop aliases
|
|
3246
3244
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3247
3245
|
export {
|
|
3248
3246
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3249
3247
|
default as StopCircleIcon
|
|
3250
3248
|
} from '../icons/circle-stop';
|
|
3249
|
+
// CircleSlash2 aliases
|
|
3250
|
+
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3251
|
+
export {
|
|
3252
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
3253
|
+
default as CircleSlashedIcon
|
|
3254
|
+
} from '../icons/circle-slash-2';
|
|
3251
3255
|
// CircleUserRound aliases
|
|
3252
3256
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3253
3257
|
export {
|
|
@@ -3284,12 +3288,6 @@ export {
|
|
|
3284
3288
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3285
3289
|
default as DownloadCloudIcon
|
|
3286
3290
|
} from '../icons/cloud-download';
|
|
3287
|
-
// CloudUpload aliases
|
|
3288
|
-
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3289
|
-
export {
|
|
3290
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3291
|
-
default as UploadCloudIcon
|
|
3292
|
-
} from '../icons/cloud-upload';
|
|
3293
3291
|
// CodeXml aliases
|
|
3294
3292
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3295
3293
|
export {
|
|
@@ -3302,6 +3300,12 @@ export {
|
|
|
3302
3300
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3303
3301
|
default as ColumnsIcon
|
|
3304
3302
|
} from '../icons/columns-2';
|
|
3303
|
+
// CloudUpload aliases
|
|
3304
|
+
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3305
|
+
export {
|
|
3306
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3307
|
+
default as UploadCloudIcon
|
|
3308
|
+
} from '../icons/cloud-upload';
|
|
3305
3309
|
// Columns3Cog aliases
|
|
3306
3310
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3307
3311
|
export {
|
|
@@ -3360,24 +3364,30 @@ export {
|
|
|
3360
3364
|
/** @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 */
|
|
3361
3365
|
default as FileBadge2Icon
|
|
3362
3366
|
} from '../icons/file-badge';
|
|
3363
|
-
// FileBracesCorner aliases
|
|
3364
|
-
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3365
|
-
export {
|
|
3366
|
-
/** @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 */
|
|
3367
|
-
default as FileJson2Icon
|
|
3368
|
-
} from '../icons/file-braces-corner';
|
|
3369
3367
|
// FileBraces aliases
|
|
3370
3368
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3371
3369
|
export {
|
|
3372
3370
|
/** @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 */
|
|
3373
3371
|
default as FileJsonIcon
|
|
3374
3372
|
} from '../icons/file-braces';
|
|
3373
|
+
// FileBracesCorner aliases
|
|
3374
|
+
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3375
|
+
export {
|
|
3376
|
+
/** @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 */
|
|
3377
|
+
default as FileJson2Icon
|
|
3378
|
+
} from '../icons/file-braces-corner';
|
|
3375
3379
|
// FileChartColumnIncreasing aliases
|
|
3376
3380
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3377
3381
|
export {
|
|
3378
3382
|
/** @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 */
|
|
3379
3383
|
default as FileBarChartIcon
|
|
3380
3384
|
} from '../icons/file-chart-column-increasing';
|
|
3385
|
+
// FileChartLine aliases
|
|
3386
|
+
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3387
|
+
export {
|
|
3388
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3389
|
+
default as FileLineChartIcon
|
|
3390
|
+
} from '../icons/file-chart-line';
|
|
3381
3391
|
// FileChartColumn aliases
|
|
3382
3392
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3383
3393
|
export {
|
|
@@ -3390,12 +3400,6 @@ export {
|
|
|
3390
3400
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3391
3401
|
default as FilePieChartIcon
|
|
3392
3402
|
} from '../icons/file-chart-pie';
|
|
3393
|
-
// FileChartLine aliases
|
|
3394
|
-
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3395
|
-
export {
|
|
3396
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3397
|
-
default as FileLineChartIcon
|
|
3398
|
-
} from '../icons/file-chart-line';
|
|
3399
3403
|
// FileCheckCorner aliases
|
|
3400
3404
|
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3401
3405
|
export {
|
|
@@ -3408,18 +3412,18 @@ export {
|
|
|
3408
3412
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
|
|
3409
3413
|
default as FileCode2Icon
|
|
3410
3414
|
} from '../icons/file-code-corner';
|
|
3411
|
-
// FileCog aliases
|
|
3412
|
-
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3413
|
-
export {
|
|
3414
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3415
|
-
default as FileCog2Icon
|
|
3416
|
-
} from '../icons/file-cog';
|
|
3417
3415
|
// FileExclamationPoint aliases
|
|
3418
3416
|
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3419
3417
|
export {
|
|
3420
3418
|
/** @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 */
|
|
3421
3419
|
default as FileWarningIcon
|
|
3422
3420
|
} from '../icons/file-exclamation-point';
|
|
3421
|
+
// FileCog aliases
|
|
3422
|
+
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3423
|
+
export {
|
|
3424
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3425
|
+
default as FileCog2Icon
|
|
3426
|
+
} from '../icons/file-cog';
|
|
3423
3427
|
// FileHeadphone aliases
|
|
3424
3428
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3425
3429
|
export {
|
|
@@ -3502,30 +3506,30 @@ export {
|
|
|
3502
3506
|
/** @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 */
|
|
3503
3507
|
default as FileVideo2Icon
|
|
3504
3508
|
} from '../icons/file-video-camera';
|
|
3505
|
-
// FileXCorner aliases
|
|
3506
|
-
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3507
|
-
export {
|
|
3508
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3509
|
-
default as FileX2Icon
|
|
3510
|
-
} from '../icons/file-x-corner';
|
|
3511
3509
|
// FingerprintPattern aliases
|
|
3512
3510
|
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3513
3511
|
export {
|
|
3514
3512
|
/** @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 */
|
|
3515
3513
|
default as FingerprintIcon
|
|
3516
3514
|
} from '../icons/fingerprint-pattern';
|
|
3517
|
-
//
|
|
3518
|
-
export { default as
|
|
3515
|
+
// FileXCorner aliases
|
|
3516
|
+
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3519
3517
|
export {
|
|
3520
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3521
|
-
default as
|
|
3522
|
-
} from '../icons/
|
|
3518
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3519
|
+
default as FileX2Icon
|
|
3520
|
+
} from '../icons/file-x-corner';
|
|
3523
3521
|
// FolderPen aliases
|
|
3524
3522
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3525
3523
|
export {
|
|
3526
3524
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
3527
3525
|
default as FolderEditIcon
|
|
3528
3526
|
} from '../icons/folder-pen';
|
|
3527
|
+
// FolderCog aliases
|
|
3528
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3529
|
+
export {
|
|
3530
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3531
|
+
default as FolderCog2Icon
|
|
3532
|
+
} from '../icons/folder-cog';
|
|
3529
3533
|
// FunnelX aliases
|
|
3530
3534
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3531
3535
|
export {
|
|
@@ -3562,12 +3566,6 @@ export {
|
|
|
3562
3566
|
/** @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 */
|
|
3563
3567
|
default as Grid2X2XIcon
|
|
3564
3568
|
} from '../icons/grid-2x2-x';
|
|
3565
|
-
// Grid2x2 aliases
|
|
3566
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3567
|
-
export {
|
|
3568
|
-
/** @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 */
|
|
3569
|
-
default as Grid2X2Icon
|
|
3570
|
-
} from '../icons/grid-2x2';
|
|
3571
3569
|
// Grid3x3 aliases
|
|
3572
3570
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3573
3571
|
export {
|
|
@@ -3578,24 +3576,30 @@ export {
|
|
|
3578
3576
|
/** @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 */
|
|
3579
3577
|
default as Grid3X3Icon
|
|
3580
3578
|
} from '../icons/grid-3x3';
|
|
3579
|
+
// Grid2x2 aliases
|
|
3580
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3581
|
+
export {
|
|
3582
|
+
/** @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 */
|
|
3583
|
+
default as Grid2X2Icon
|
|
3584
|
+
} from '../icons/grid-2x2';
|
|
3581
3585
|
// HandGrab aliases
|
|
3582
3586
|
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3583
3587
|
export {
|
|
3584
3588
|
/** @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
3589
|
default as GrabIcon
|
|
3586
3590
|
} from '../icons/hand-grab';
|
|
3587
|
-
// HandHelping aliases
|
|
3588
|
-
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3589
|
-
export {
|
|
3590
|
-
/** @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 */
|
|
3591
|
-
default as HelpingHandIcon
|
|
3592
|
-
} from '../icons/hand-helping';
|
|
3593
3591
|
// House aliases
|
|
3594
3592
|
export { default as HouseIcon } from '../icons/house';
|
|
3595
3593
|
export {
|
|
3596
3594
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
3597
3595
|
default as HomeIcon
|
|
3598
3596
|
} from '../icons/house';
|
|
3597
|
+
// HandHelping aliases
|
|
3598
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3599
|
+
export {
|
|
3600
|
+
/** @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 */
|
|
3601
|
+
default as HelpingHandIcon
|
|
3602
|
+
} from '../icons/hand-helping';
|
|
3599
3603
|
// IceCreamBowl aliases
|
|
3600
3604
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3601
3605
|
export {
|
|
@@ -3608,18 +3612,18 @@ export {
|
|
|
3608
3612
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3609
3613
|
default as IceCreamIcon
|
|
3610
3614
|
} from '../icons/ice-cream-cone';
|
|
3611
|
-
// LaptopMinimal aliases
|
|
3612
|
-
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3613
|
-
export {
|
|
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';
|
|
3617
3615
|
// Layers aliases
|
|
3618
3616
|
export { default as LayersIcon } from '../icons/layers';
|
|
3619
3617
|
export {
|
|
3620
3618
|
/** @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 */
|
|
3621
3619
|
default as Layers3Icon
|
|
3622
3620
|
} from '../icons/layers';
|
|
3621
|
+
// LaptopMinimal aliases
|
|
3622
|
+
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3623
|
+
export {
|
|
3624
|
+
/** @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 */
|
|
3625
|
+
default as Laptop2Icon
|
|
3626
|
+
} from '../icons/laptop-minimal';
|
|
3623
3627
|
// ListIndentDecrease aliases
|
|
3624
3628
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3625
3629
|
export {
|
|
@@ -3676,18 +3680,18 @@ export {
|
|
|
3676
3680
|
/** @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 */
|
|
3677
3681
|
default as MessageCircleQuestionIcon
|
|
3678
3682
|
} from '../icons/message-circle-question-mark';
|
|
3679
|
-
// MicVocal aliases
|
|
3680
|
-
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3681
|
-
export {
|
|
3682
|
-
/** @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 */
|
|
3683
|
-
default as Mic2Icon
|
|
3684
|
-
} from '../icons/mic-vocal';
|
|
3685
3683
|
// Move3d aliases
|
|
3686
3684
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3687
3685
|
export {
|
|
3688
3686
|
/** @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 */
|
|
3689
3687
|
default as Move3DIcon
|
|
3690
3688
|
} from '../icons/move-3d';
|
|
3689
|
+
// MicVocal aliases
|
|
3690
|
+
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3691
|
+
export {
|
|
3692
|
+
/** @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 */
|
|
3693
|
+
default as Mic2Icon
|
|
3694
|
+
} from '../icons/mic-vocal';
|
|
3691
3695
|
// OctagonAlert aliases
|
|
3692
3696
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3693
3697
|
export {
|
|
@@ -3754,18 +3758,18 @@ export {
|
|
|
3754
3758
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3755
3759
|
default as PanelTopInactiveIcon
|
|
3756
3760
|
} from '../icons/panel-top-dashed';
|
|
3757
|
-
// PenLine aliases
|
|
3758
|
-
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3759
|
-
export {
|
|
3760
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3761
|
-
default as Edit3Icon
|
|
3762
|
-
} from '../icons/pen-line';
|
|
3763
3761
|
// PanelsTopLeft aliases
|
|
3764
3762
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3765
3763
|
export {
|
|
3766
3764
|
/** @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 */
|
|
3767
3765
|
default as LayoutIcon
|
|
3768
3766
|
} from '../icons/panels-top-left';
|
|
3767
|
+
// PenLine aliases
|
|
3768
|
+
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3769
|
+
export {
|
|
3770
|
+
/** @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 */
|
|
3771
|
+
default as Edit3Icon
|
|
3772
|
+
} from '../icons/pen-line';
|
|
3769
3773
|
// Pen aliases
|
|
3770
3774
|
export { default as PenIcon } from '../icons/pen';
|
|
3771
3775
|
export {
|
|
@@ -3802,42 +3806,48 @@ export {
|
|
|
3802
3806
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3803
3807
|
default as PanelsTopBottomIcon
|
|
3804
3808
|
} from '../icons/rows-3';
|
|
3805
|
-
// SendHorizontal aliases
|
|
3806
|
-
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3807
|
-
export {
|
|
3808
|
-
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3809
|
-
default as SendHorizonalIcon
|
|
3810
|
-
} from '../icons/send-horizontal';
|
|
3811
3809
|
// Scale3d aliases
|
|
3812
3810
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3813
3811
|
export {
|
|
3814
3812
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3815
3813
|
default as Scale3DIcon
|
|
3816
3814
|
} from '../icons/scale-3d';
|
|
3815
|
+
// SendHorizontal aliases
|
|
3816
|
+
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3817
|
+
export {
|
|
3818
|
+
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3819
|
+
default as SendHorizonalIcon
|
|
3820
|
+
} from '../icons/send-horizontal';
|
|
3817
3821
|
// ShieldQuestionMark aliases
|
|
3818
3822
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3819
3823
|
export {
|
|
3820
3824
|
/** @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 */
|
|
3821
3825
|
default as ShieldQuestionIcon
|
|
3822
3826
|
} from '../icons/shield-question-mark';
|
|
3823
|
-
// ShieldX aliases
|
|
3824
|
-
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3825
|
-
export {
|
|
3826
|
-
/** @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 */
|
|
3827
|
-
default as ShieldCloseIcon
|
|
3828
|
-
} from '../icons/shield-x';
|
|
3829
3827
|
// SlidersVertical aliases
|
|
3830
3828
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3831
3829
|
export {
|
|
3832
3830
|
/** @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 */
|
|
3833
3831
|
default as SlidersIcon
|
|
3834
3832
|
} from '../icons/sliders-vertical';
|
|
3833
|
+
// ShieldX aliases
|
|
3834
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3835
|
+
export {
|
|
3836
|
+
/** @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 */
|
|
3837
|
+
default as ShieldCloseIcon
|
|
3838
|
+
} from '../icons/shield-x';
|
|
3835
3839
|
// Sparkles aliases
|
|
3836
3840
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3837
3841
|
export {
|
|
3838
3842
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3839
3843
|
default as StarsIcon
|
|
3840
3844
|
} from '../icons/sparkles';
|
|
3845
|
+
// SquareActivity aliases
|
|
3846
|
+
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3847
|
+
export {
|
|
3848
|
+
/** @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 */
|
|
3849
|
+
default as ActivitySquareIcon
|
|
3850
|
+
} from '../icons/square-activity';
|
|
3841
3851
|
// SquareArrowDownLeft aliases
|
|
3842
3852
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3843
3853
|
export {
|
|
@@ -3850,24 +3860,18 @@ export {
|
|
|
3850
3860
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3851
3861
|
default as ArrowDownRightSquareIcon
|
|
3852
3862
|
} from '../icons/square-arrow-down-right';
|
|
3853
|
-
//
|
|
3854
|
-
export { default as
|
|
3863
|
+
// SquareArrowLeft aliases
|
|
3864
|
+
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3855
3865
|
export {
|
|
3856
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3857
|
-
default as
|
|
3858
|
-
} from '../icons/square-
|
|
3866
|
+
/** @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 */
|
|
3867
|
+
default as ArrowLeftSquareIcon
|
|
3868
|
+
} from '../icons/square-arrow-left';
|
|
3859
3869
|
// SquareArrowDown aliases
|
|
3860
3870
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3861
3871
|
export {
|
|
3862
3872
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3863
3873
|
default as ArrowDownSquareIcon
|
|
3864
3874
|
} from '../icons/square-arrow-down';
|
|
3865
|
-
// SquareArrowLeft aliases
|
|
3866
|
-
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3867
|
-
export {
|
|
3868
|
-
/** @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 */
|
|
3869
|
-
default as ArrowLeftSquareIcon
|
|
3870
|
-
} from '../icons/square-arrow-left';
|
|
3871
3875
|
// SquareArrowOutDownLeft aliases
|
|
3872
3876
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3873
3877
|
export {
|
|
@@ -3904,30 +3908,30 @@ export {
|
|
|
3904
3908
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
3905
3909
|
default as ArrowUpLeftSquareIcon
|
|
3906
3910
|
} from '../icons/square-arrow-up-left';
|
|
3907
|
-
// SquareArrowUp aliases
|
|
3908
|
-
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3909
|
-
export {
|
|
3910
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3911
|
-
default as ArrowUpSquareIcon
|
|
3912
|
-
} from '../icons/square-arrow-up';
|
|
3913
3911
|
// SquareArrowUpRight aliases
|
|
3914
3912
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3915
3913
|
export {
|
|
3916
3914
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
3917
3915
|
default as ArrowUpRightSquareIcon
|
|
3918
3916
|
} from '../icons/square-arrow-up-right';
|
|
3919
|
-
//
|
|
3920
|
-
export { default as
|
|
3917
|
+
// SquareArrowUp aliases
|
|
3918
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3921
3919
|
export {
|
|
3922
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3923
|
-
default as
|
|
3924
|
-
} from '../icons/square-
|
|
3920
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3921
|
+
default as ArrowUpSquareIcon
|
|
3922
|
+
} from '../icons/square-arrow-up';
|
|
3925
3923
|
// SquareBottomDashedScissors aliases
|
|
3926
3924
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3927
3925
|
export {
|
|
3928
3926
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
3929
3927
|
default as ScissorsSquareDashedBottomIcon
|
|
3930
3928
|
} from '../icons/square-bottom-dashed-scissors';
|
|
3929
|
+
// SquareAsterisk aliases
|
|
3930
|
+
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3931
|
+
export {
|
|
3932
|
+
/** @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 */
|
|
3933
|
+
default as AsteriskSquareIcon
|
|
3934
|
+
} from '../icons/square-asterisk';
|
|
3931
3935
|
// SquareChartGantt aliases
|
|
3932
3936
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3933
3937
|
export {
|
|
@@ -3980,18 +3984,24 @@ export {
|
|
|
3980
3984
|
/** @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
3985
|
default as CodeSquareIcon
|
|
3982
3986
|
} from '../icons/square-code';
|
|
3987
|
+
// SquareDashedKanban aliases
|
|
3988
|
+
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3989
|
+
export {
|
|
3990
|
+
/** @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 */
|
|
3991
|
+
default as KanbanSquareDashedIcon
|
|
3992
|
+
} from '../icons/square-dashed-kanban';
|
|
3983
3993
|
// SquareDashedMousePointer aliases
|
|
3984
3994
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3985
3995
|
export {
|
|
3986
3996
|
/** @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 */
|
|
3987
3997
|
default as MousePointerSquareDashedIcon
|
|
3988
3998
|
} from '../icons/square-dashed-mouse-pointer';
|
|
3989
|
-
//
|
|
3990
|
-
export { default as
|
|
3999
|
+
// SquareDot aliases
|
|
4000
|
+
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3991
4001
|
export {
|
|
3992
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3993
|
-
default as
|
|
3994
|
-
} from '../icons/square-
|
|
4002
|
+
/** @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 */
|
|
4003
|
+
default as DotSquareIcon
|
|
4004
|
+
} from '../icons/square-dot';
|
|
3995
4005
|
// SquareDashed aliases
|
|
3996
4006
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3997
4007
|
export {
|
|
@@ -4004,42 +4014,36 @@ export {
|
|
|
4004
4014
|
/** @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 */
|
|
4005
4015
|
default as DivideSquareIcon
|
|
4006
4016
|
} from '../icons/square-divide';
|
|
4007
|
-
// SquareDot aliases
|
|
4008
|
-
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4009
|
-
export {
|
|
4010
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
4011
|
-
default as DotSquareIcon
|
|
4012
|
-
} from '../icons/square-dot';
|
|
4013
4017
|
// SquareEqual aliases
|
|
4014
4018
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4015
4019
|
export {
|
|
4016
4020
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
4017
4021
|
default as EqualSquareIcon
|
|
4018
4022
|
} from '../icons/square-equal';
|
|
4019
|
-
// SquareFunction aliases
|
|
4020
|
-
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4021
|
-
export {
|
|
4022
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
4023
|
-
default as FunctionSquareIcon
|
|
4024
|
-
} from '../icons/square-function';
|
|
4025
4023
|
// SquareKanban aliases
|
|
4026
4024
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4027
4025
|
export {
|
|
4028
4026
|
/** @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
4027
|
default as KanbanSquareIcon
|
|
4030
4028
|
} from '../icons/square-kanban';
|
|
4031
|
-
//
|
|
4032
|
-
export { default as
|
|
4029
|
+
// SquareFunction aliases
|
|
4030
|
+
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4033
4031
|
export {
|
|
4034
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4035
|
-
default as
|
|
4036
|
-
} from '../icons/square-
|
|
4032
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
4033
|
+
default as FunctionSquareIcon
|
|
4034
|
+
} from '../icons/square-function';
|
|
4037
4035
|
// SquareM aliases
|
|
4038
4036
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
4039
4037
|
export {
|
|
4040
4038
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
4041
4039
|
default as MSquareIcon
|
|
4042
4040
|
} from '../icons/square-m';
|
|
4041
|
+
// SquareLibrary aliases
|
|
4042
|
+
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4043
|
+
export {
|
|
4044
|
+
/** @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 */
|
|
4045
|
+
default as LibrarySquareIcon
|
|
4046
|
+
} from '../icons/square-library';
|
|
4043
4047
|
// SquareMinus aliases
|
|
4044
4048
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4045
4049
|
export {
|
|
@@ -4090,42 +4094,42 @@ export {
|
|
|
4090
4094
|
/** @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
4095
|
default as PercentSquareIcon
|
|
4092
4096
|
} from '../icons/square-percent';
|
|
4093
|
-
// SquarePilcrow aliases
|
|
4094
|
-
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4095
|
-
export {
|
|
4096
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4097
|
-
default as PilcrowSquareIcon
|
|
4098
|
-
} from '../icons/square-pilcrow';
|
|
4099
4097
|
// SquarePi aliases
|
|
4100
4098
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4101
4099
|
export {
|
|
4102
4100
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
4103
4101
|
default as PiSquareIcon
|
|
4104
4102
|
} from '../icons/square-pi';
|
|
4105
|
-
// SquarePlus aliases
|
|
4106
|
-
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4107
|
-
export {
|
|
4108
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
4109
|
-
default as PlusSquareIcon
|
|
4110
|
-
} from '../icons/square-plus';
|
|
4111
4103
|
// SquarePlay aliases
|
|
4112
4104
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4113
4105
|
export {
|
|
4114
4106
|
/** @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
4107
|
default as PlaySquareIcon
|
|
4116
4108
|
} from '../icons/square-play';
|
|
4117
|
-
//
|
|
4118
|
-
export { default as
|
|
4109
|
+
// SquarePilcrow aliases
|
|
4110
|
+
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4119
4111
|
export {
|
|
4120
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4121
|
-
default as
|
|
4122
|
-
} from '../icons/square-
|
|
4112
|
+
/** @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 */
|
|
4113
|
+
default as PilcrowSquareIcon
|
|
4114
|
+
} from '../icons/square-pilcrow';
|
|
4115
|
+
// SquarePlus aliases
|
|
4116
|
+
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4117
|
+
export {
|
|
4118
|
+
/** @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 */
|
|
4119
|
+
default as PlusSquareIcon
|
|
4120
|
+
} from '../icons/square-plus';
|
|
4123
4121
|
// SquarePower aliases
|
|
4124
4122
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4125
4123
|
export {
|
|
4126
4124
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4127
4125
|
default as PowerSquareIcon
|
|
4128
4126
|
} from '../icons/square-power';
|
|
4127
|
+
// SquareScissors aliases
|
|
4128
|
+
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4129
|
+
export {
|
|
4130
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
4131
|
+
default as ScissorsSquareIcon
|
|
4132
|
+
} from '../icons/square-scissors';
|
|
4129
4133
|
// SquareSigma aliases
|
|
4130
4134
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4131
4135
|
export {
|
|
@@ -4150,6 +4154,12 @@ export {
|
|
|
4150
4154
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
4151
4155
|
default as SplitSquareVerticalIcon
|
|
4152
4156
|
} from '../icons/square-split-vertical';
|
|
4157
|
+
// SquareUser aliases
|
|
4158
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4159
|
+
export {
|
|
4160
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
4161
|
+
default as UserSquareIcon
|
|
4162
|
+
} from '../icons/square-user';
|
|
4153
4163
|
// SquareTerminal aliases
|
|
4154
4164
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4155
4165
|
export {
|
|
@@ -4168,12 +4178,6 @@ export {
|
|
|
4168
4178
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
4169
4179
|
default as XSquareIcon
|
|
4170
4180
|
} from '../icons/square-x';
|
|
4171
|
-
// SquareUser aliases
|
|
4172
|
-
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4173
|
-
export {
|
|
4174
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
4175
|
-
default as UserSquareIcon
|
|
4176
|
-
} from '../icons/square-user';
|
|
4177
4181
|
// TestTubeDiagonal aliases
|
|
4178
4182
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4179
4183
|
export {
|
|
@@ -4262,18 +4266,18 @@ export {
|
|
|
4262
4266
|
/** @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 */
|
|
4263
4267
|
default as UserCheck2Icon
|
|
4264
4268
|
} from '../icons/user-round-check';
|
|
4265
|
-
// UserRoundCog aliases
|
|
4266
|
-
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4267
|
-
export {
|
|
4268
|
-
/** @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 */
|
|
4269
|
-
default as UserCog2Icon
|
|
4270
|
-
} from '../icons/user-round-cog';
|
|
4271
4269
|
// UserRoundMinus aliases
|
|
4272
4270
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4273
4271
|
export {
|
|
4274
4272
|
/** @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 */
|
|
4275
4273
|
default as UserMinus2Icon
|
|
4276
4274
|
} from '../icons/user-round-minus';
|
|
4275
|
+
// UserRoundCog aliases
|
|
4276
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4277
|
+
export {
|
|
4278
|
+
/** @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 */
|
|
4279
|
+
default as UserCog2Icon
|
|
4280
|
+
} from '../icons/user-round-cog';
|
|
4277
4281
|
// UserRoundPlus aliases
|
|
4278
4282
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4279
4283
|
export {
|
|
@@ -4286,18 +4290,18 @@ export {
|
|
|
4286
4290
|
/** @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 */
|
|
4287
4291
|
default as UserX2Icon
|
|
4288
4292
|
} from '../icons/user-round-x';
|
|
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';
|
|
4295
4293
|
// UserRound aliases
|
|
4296
4294
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4297
4295
|
export {
|
|
4298
4296
|
/** @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 */
|
|
4299
4297
|
default as User2Icon
|
|
4300
4298
|
} from '../icons/user-round';
|
|
4299
|
+
// UsersRound aliases
|
|
4300
|
+
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4301
|
+
export {
|
|
4302
|
+
/** @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 */
|
|
4303
|
+
default as Users2Icon
|
|
4304
|
+
} from '../icons/users-round';
|
|
4301
4305
|
// UtensilsCrossed aliases
|
|
4302
4306
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4303
4307
|
export {
|