@lucide/astro 0.576.0 → 0.577.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 +66 -66
- package/src/aliases/prefixed.ts +439 -437
- package/src/aliases/suffixed.ts +760 -758
- package/src/icons/ellipse.ts +18 -0
- package/src/icons/index.ts +104 -103
package/src/aliases/suffixed.ts
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
3
|
// ALargeSmall aliases
|
|
4
4
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
|
-
// AArrowUp aliases
|
|
6
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
7
5
|
// Accessibility aliases
|
|
8
6
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
|
+
// AArrowUp aliases
|
|
8
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
11
|
// AirVent aliases
|
|
@@ -18,30 +18,30 @@ export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
|
18
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
19
|
// AlarmSmoke aliases
|
|
20
20
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
|
-
// Album aliases
|
|
22
|
-
export { default as AlbumIcon } from '../icons/album';
|
|
23
21
|
// AlignCenterHorizontal aliases
|
|
24
22
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
23
|
+
// Album aliases
|
|
24
|
+
export { default as AlbumIcon } from '../icons/album';
|
|
25
25
|
// AlignCenterVertical aliases
|
|
26
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
|
-
// AlignEndVertical aliases
|
|
28
|
-
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
29
27
|
// AlignEndHorizontal aliases
|
|
30
28
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
|
+
// AlignEndVertical aliases
|
|
30
|
+
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
31
|
// AlignHorizontalDistributeCenter aliases
|
|
32
32
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
33
|
// AlignHorizontalDistributeEnd aliases
|
|
34
34
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
35
|
// AlignHorizontalDistributeStart aliases
|
|
36
36
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
|
-
// AlignHorizontalJustifyEnd aliases
|
|
38
|
-
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
39
37
|
// AlignHorizontalJustifyCenter aliases
|
|
40
38
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
|
-
//
|
|
42
|
-
export { default as
|
|
39
|
+
// AlignHorizontalJustifyEnd aliases
|
|
40
|
+
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
41
|
// AlignHorizontalJustifyStart aliases
|
|
44
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
|
+
// AlignHorizontalSpaceAround aliases
|
|
44
|
+
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
45
|
// AlignHorizontalSpaceBetween aliases
|
|
46
46
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
47
47
|
// AlignStartHorizontal aliases
|
|
@@ -74,12 +74,12 @@ export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
|
74
74
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
75
|
// Anchor aliases
|
|
76
76
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
|
+
// Angry aliases
|
|
78
|
+
export { default as AngryIcon } from '../icons/angry';
|
|
77
79
|
// Annoyed aliases
|
|
78
80
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
79
81
|
// Antenna aliases
|
|
80
82
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
81
|
-
// Angry aliases
|
|
82
|
-
export { default as AngryIcon } from '../icons/angry';
|
|
83
83
|
// Anvil aliases
|
|
84
84
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
85
|
// AppWindowMac aliases
|
|
@@ -92,26 +92,26 @@ export { default as AppWindowIcon } from '../icons/app-window';
|
|
|
92
92
|
export { default as AppleIcon } from '../icons/apple';
|
|
93
93
|
// ArchiveRestore aliases
|
|
94
94
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
|
-
// Armchair aliases
|
|
96
|
-
export { default as ArmchairIcon } from '../icons/armchair';
|
|
97
95
|
// ArchiveX aliases
|
|
98
96
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
99
97
|
// Archive aliases
|
|
100
98
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
|
+
// Armchair aliases
|
|
100
|
+
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
101
|
// ArrowBigDownDash aliases
|
|
102
102
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
103
|
// ArrowBigDown aliases
|
|
104
104
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
|
-
// ArrowBigLeft aliases
|
|
106
|
-
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
107
105
|
// ArrowBigLeftDash aliases
|
|
108
106
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
|
+
// ArrowBigLeft aliases
|
|
108
|
+
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
109
|
// ArrowBigRightDash aliases
|
|
110
110
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
|
-
// ArrowBigRight aliases
|
|
112
|
-
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
111
|
// ArrowBigUpDash aliases
|
|
114
112
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
113
|
+
// ArrowBigRight aliases
|
|
114
|
+
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
115
115
|
// ArrowBigUp aliases
|
|
116
116
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
117
|
// ArrowDownFromLine aliases
|
|
@@ -128,32 +128,32 @@ export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
|
128
128
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
129
|
// ArrowDownUp aliases
|
|
130
130
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
131
|
-
// ArrowDown aliases
|
|
132
|
-
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
133
131
|
// ArrowLeftFromLine aliases
|
|
134
132
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
133
|
+
// ArrowDown aliases
|
|
134
|
+
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
135
135
|
// ArrowLeftRight aliases
|
|
136
136
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
137
|
+
// ArrowLeftToLine aliases
|
|
138
|
+
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
137
139
|
// ArrowLeft aliases
|
|
138
140
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
139
141
|
// ArrowRightFromLine aliases
|
|
140
142
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
141
|
-
// ArrowLeftToLine aliases
|
|
142
|
-
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
143
143
|
// ArrowRightLeft aliases
|
|
144
144
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
|
-
// ArrowRight aliases
|
|
146
|
-
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
147
145
|
// ArrowRightToLine aliases
|
|
148
146
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
147
|
+
// ArrowRight aliases
|
|
148
|
+
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
149
149
|
// ArrowUpDown aliases
|
|
150
150
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
151
|
// ArrowUpFromDot aliases
|
|
152
152
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
153
|
-
// ArrowUpLeft aliases
|
|
154
|
-
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
155
153
|
// ArrowUpFromLine aliases
|
|
156
154
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
155
|
+
// ArrowUpLeft aliases
|
|
156
|
+
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
157
|
// ArrowUpRight aliases
|
|
158
158
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
159
159
|
// ArrowUpToLine aliases
|
|
@@ -170,12 +170,12 @@ export { default as AsteriskIcon } from '../icons/asterisk';
|
|
|
170
170
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
171
171
|
// Atom aliases
|
|
172
172
|
export { default as AtomIcon } from '../icons/atom';
|
|
173
|
-
// AudioWaveform aliases
|
|
174
|
-
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
175
173
|
// AudioLines aliases
|
|
176
174
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
177
175
|
// Award aliases
|
|
178
176
|
export { default as AwardIcon } from '../icons/award';
|
|
177
|
+
// AudioWaveform aliases
|
|
178
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
179
179
|
// Axe aliases
|
|
180
180
|
export { default as AxeIcon } from '../icons/axe';
|
|
181
181
|
// Baby aliases
|
|
@@ -190,36 +190,36 @@ export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
|
190
190
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
191
191
|
// BadgeEuro aliases
|
|
192
192
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
193
|
-
// BadgeInfo aliases
|
|
194
|
-
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
195
193
|
// BadgeIndianRupee aliases
|
|
196
194
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
195
|
+
// BadgeInfo aliases
|
|
196
|
+
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
197
197
|
// BadgeJapaneseYen aliases
|
|
198
198
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
199
199
|
// BadgeMinus aliases
|
|
200
200
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
201
|
-
// BadgePlus aliases
|
|
202
|
-
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
203
201
|
// BadgePercent aliases
|
|
204
202
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
205
203
|
// BadgePoundSterling aliases
|
|
206
204
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
205
|
+
// BadgePlus aliases
|
|
206
|
+
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
207
207
|
// BadgeRussianRuble aliases
|
|
208
208
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
209
|
-
// BadgeSwissFranc aliases
|
|
210
|
-
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
211
209
|
// BadgeTurkishLira aliases
|
|
212
210
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
213
211
|
// BadgeX aliases
|
|
214
212
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
213
|
+
// BadgeSwissFranc aliases
|
|
214
|
+
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
215
215
|
// Badge aliases
|
|
216
216
|
export { default as BadgeIcon } from '../icons/badge';
|
|
217
217
|
// BaggageClaim aliases
|
|
218
218
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
219
|
-
// Ban aliases
|
|
220
|
-
export { default as BanIcon } from '../icons/ban';
|
|
221
219
|
// Balloon aliases
|
|
222
220
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
221
|
+
// Ban aliases
|
|
222
|
+
export { default as BanIcon } from '../icons/ban';
|
|
223
223
|
// Banana aliases
|
|
224
224
|
export { default as BananaIcon } from '../icons/banana';
|
|
225
225
|
// Bandage aliases
|
|
@@ -228,26 +228,26 @@ export { default as BandageIcon } from '../icons/bandage';
|
|
|
228
228
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
229
229
|
// BanknoteArrowUp aliases
|
|
230
230
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
231
|
-
// Banknote aliases
|
|
232
|
-
export { default as BanknoteIcon } from '../icons/banknote';
|
|
233
231
|
// BanknoteX aliases
|
|
234
232
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
233
|
+
// Banknote aliases
|
|
234
|
+
export { default as BanknoteIcon } from '../icons/banknote';
|
|
235
235
|
// Barcode aliases
|
|
236
236
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
237
237
|
// Barrel aliases
|
|
238
238
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
239
239
|
// Baseline aliases
|
|
240
240
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
241
|
-
// Bath aliases
|
|
242
|
-
export { default as BathIcon } from '../icons/bath';
|
|
243
241
|
// BatteryCharging aliases
|
|
244
242
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
243
|
+
// Bath aliases
|
|
244
|
+
export { default as BathIcon } from '../icons/bath';
|
|
245
|
+
// BatteryLow aliases
|
|
246
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
245
247
|
// BatteryFull aliases
|
|
246
248
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
247
249
|
// BatteryMedium aliases
|
|
248
250
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
249
|
-
// BatteryLow aliases
|
|
250
|
-
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
251
251
|
// BatteryPlus aliases
|
|
252
252
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
253
253
|
// BatteryWarning aliases
|
|
@@ -262,28 +262,28 @@ export { default as BeanOffIcon } from '../icons/bean-off';
|
|
|
262
262
|
export { default as BeanIcon } from '../icons/bean';
|
|
263
263
|
// BedDouble aliases
|
|
264
264
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
265
|
+
// BedSingle aliases
|
|
266
|
+
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
265
267
|
// Bed aliases
|
|
266
268
|
export { default as BedIcon } from '../icons/bed';
|
|
267
269
|
// Beef aliases
|
|
268
270
|
export { default as BeefIcon } from '../icons/beef';
|
|
269
|
-
// BedSingle aliases
|
|
270
|
-
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
271
|
-
// Beer aliases
|
|
272
|
-
export { default as BeerIcon } from '../icons/beer';
|
|
273
271
|
// BeerOff aliases
|
|
274
272
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
275
|
-
//
|
|
276
|
-
export { default as
|
|
273
|
+
// Beer aliases
|
|
274
|
+
export { default as BeerIcon } from '../icons/beer';
|
|
277
275
|
// BellDot aliases
|
|
278
276
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
279
|
-
//
|
|
280
|
-
export { default as
|
|
277
|
+
// BellElectric aliases
|
|
278
|
+
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
281
279
|
// BellMinus aliases
|
|
282
280
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
283
|
-
//
|
|
284
|
-
export { default as
|
|
281
|
+
// BellOff aliases
|
|
282
|
+
export { default as BellOffIcon } from '../icons/bell-off';
|
|
285
283
|
// BellPlus aliases
|
|
286
284
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
285
|
+
// BellRing aliases
|
|
286
|
+
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
287
287
|
// Bell aliases
|
|
288
288
|
export { default as BellIcon } from '../icons/bell';
|
|
289
289
|
// BetweenVerticalEnd aliases
|
|
@@ -300,24 +300,24 @@ export { default as BinaryIcon } from '../icons/binary';
|
|
|
300
300
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
301
301
|
// Biohazard aliases
|
|
302
302
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
303
|
+
// Bird aliases
|
|
304
|
+
export { default as BirdIcon } from '../icons/bird';
|
|
303
305
|
// Birdhouse aliases
|
|
304
306
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
305
307
|
// Bitcoin aliases
|
|
306
308
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
307
|
-
// Bird aliases
|
|
308
|
-
export { default as BirdIcon } from '../icons/bird';
|
|
309
309
|
// Blend aliases
|
|
310
310
|
export { default as BlendIcon } from '../icons/blend';
|
|
311
311
|
// Blinds aliases
|
|
312
312
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
313
|
-
//
|
|
314
|
-
export { default as
|
|
313
|
+
// Blocks aliases
|
|
314
|
+
export { default as BlocksIcon } from '../icons/blocks';
|
|
315
315
|
// BluetoothOff aliases
|
|
316
316
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
317
|
+
// BluetoothConnected aliases
|
|
318
|
+
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
317
319
|
// BluetoothSearching aliases
|
|
318
320
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
319
|
-
// Blocks aliases
|
|
320
|
-
export { default as BlocksIcon } from '../icons/blocks';
|
|
321
321
|
// Bluetooth aliases
|
|
322
322
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
323
323
|
// Bold aliases
|
|
@@ -332,10 +332,10 @@ export { default as BoneIcon } from '../icons/bone';
|
|
|
332
332
|
export { default as BookAIcon } from '../icons/book-a';
|
|
333
333
|
// BookAlert aliases
|
|
334
334
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
335
|
-
// BookCheck aliases
|
|
336
|
-
export { default as BookCheckIcon } from '../icons/book-check';
|
|
337
335
|
// BookAudio aliases
|
|
338
336
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
337
|
+
// BookCheck aliases
|
|
338
|
+
export { default as BookCheckIcon } from '../icons/book-check';
|
|
339
339
|
// BookCopy aliases
|
|
340
340
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
341
341
|
// BookDown aliases
|
|
@@ -344,46 +344,46 @@ export { default as BookDownIcon } from '../icons/book-down';
|
|
|
344
344
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
345
345
|
// BookHeart aliases
|
|
346
346
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
347
|
-
// BookKey aliases
|
|
348
|
-
export { default as BookKeyIcon } from '../icons/book-key';
|
|
349
347
|
// BookImage aliases
|
|
350
348
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
349
|
+
// BookKey aliases
|
|
350
|
+
export { default as BookKeyIcon } from '../icons/book-key';
|
|
351
351
|
// BookLock aliases
|
|
352
352
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
353
|
+
// BookMarked aliases
|
|
354
|
+
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
353
355
|
// BookMinus aliases
|
|
354
356
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
355
357
|
// BookOpenCheck aliases
|
|
356
358
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
357
359
|
// BookOpenText aliases
|
|
358
360
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
359
|
-
//
|
|
360
|
-
export { default as
|
|
361
|
+
// BookPlus aliases
|
|
362
|
+
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
361
363
|
// BookOpen aliases
|
|
362
364
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
363
365
|
// BookSearch aliases
|
|
364
366
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
365
|
-
// BookPlus aliases
|
|
366
|
-
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
367
367
|
// BookText aliases
|
|
368
368
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
369
369
|
// BookType aliases
|
|
370
370
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
371
371
|
// BookUp2 aliases
|
|
372
372
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
|
+
// BookUp aliases
|
|
374
|
+
export { default as BookUpIcon } from '../icons/book-up';
|
|
373
375
|
// BookUser aliases
|
|
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
|
-
// BookUp aliases
|
|
378
|
-
export { default as BookUpIcon } from '../icons/book-up';
|
|
379
379
|
// Book aliases
|
|
380
380
|
export { default as BookIcon } from '../icons/book';
|
|
381
381
|
// BookmarkCheck aliases
|
|
382
382
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
383
|
-
// BookmarkMinus aliases
|
|
384
|
-
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
385
383
|
// BookmarkPlus aliases
|
|
386
384
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
385
|
+
// BookmarkMinus aliases
|
|
386
|
+
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
387
387
|
// BookmarkX aliases
|
|
388
388
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
389
389
|
// Bookmark aliases
|
|
@@ -398,32 +398,32 @@ export { default as BotOffIcon } from '../icons/bot-off';
|
|
|
398
398
|
export { default as BotIcon } from '../icons/bot';
|
|
399
399
|
// BottleWine aliases
|
|
400
400
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
401
|
-
// BowArrow aliases
|
|
402
|
-
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
403
401
|
// Box aliases
|
|
404
402
|
export { default as BoxIcon } from '../icons/box';
|
|
405
403
|
// Boxes aliases
|
|
406
404
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
407
|
-
//
|
|
408
|
-
export { default as
|
|
405
|
+
// BowArrow aliases
|
|
406
|
+
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
409
407
|
// BrainCircuit aliases
|
|
410
408
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
409
|
+
// Brackets aliases
|
|
410
|
+
export { default as BracketsIcon } from '../icons/brackets';
|
|
411
411
|
// BrainCog aliases
|
|
412
412
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
413
413
|
// Brain aliases
|
|
414
414
|
export { default as BrainIcon } from '../icons/brain';
|
|
415
|
-
// BrickWallFire aliases
|
|
416
|
-
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
417
415
|
// BrickWallShield aliases
|
|
418
416
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
417
|
+
// BrickWallFire aliases
|
|
418
|
+
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
419
419
|
// BrickWall aliases
|
|
420
420
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
421
421
|
// BriefcaseBusiness aliases
|
|
422
422
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
423
|
-
// BriefcaseMedical aliases
|
|
424
|
-
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
425
423
|
// BriefcaseConveyorBelt aliases
|
|
426
424
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
425
|
+
// BriefcaseMedical aliases
|
|
426
|
+
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
427
427
|
// Briefcase aliases
|
|
428
428
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
429
429
|
// BringToFront aliases
|
|
@@ -432,20 +432,20 @@ export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
|
432
432
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
433
433
|
// Brush aliases
|
|
434
434
|
export { default as BrushIcon } from '../icons/brush';
|
|
435
|
-
// BugOff aliases
|
|
436
|
-
export { default as BugOffIcon } from '../icons/bug-off';
|
|
437
435
|
// Bubbles aliases
|
|
438
436
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
437
|
+
// BugOff aliases
|
|
438
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
439
439
|
// BugPlay aliases
|
|
440
440
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
441
|
-
// Building aliases
|
|
442
|
-
export { default as BuildingIcon } from '../icons/building';
|
|
443
441
|
// Bug aliases
|
|
444
442
|
export { default as BugIcon } from '../icons/bug';
|
|
445
|
-
// BusFront aliases
|
|
446
|
-
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
447
443
|
// Building2 aliases
|
|
448
444
|
export { default as Building2Icon } from '../icons/building-2';
|
|
445
|
+
// Building aliases
|
|
446
|
+
export { default as BuildingIcon } from '../icons/building';
|
|
447
|
+
// BusFront aliases
|
|
448
|
+
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
449
449
|
// Bus aliases
|
|
450
450
|
export { default as BusIcon } from '../icons/bus';
|
|
451
451
|
// CableCar aliases
|
|
@@ -474,10 +474,10 @@ export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
|
474
474
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
475
475
|
// CalendarDays aliases
|
|
476
476
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
477
|
-
// CalendarHeart aliases
|
|
478
|
-
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
479
477
|
// CalendarFold aliases
|
|
480
478
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
479
|
+
// CalendarHeart aliases
|
|
480
|
+
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
481
481
|
// CalendarMinus2 aliases
|
|
482
482
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
483
483
|
// CalendarMinus aliases
|
|
@@ -488,12 +488,12 @@ 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
|
+
// CalendarRange aliases
|
|
492
|
+
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
491
493
|
// CalendarSearch aliases
|
|
492
494
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
493
495
|
// CalendarSync aliases
|
|
494
496
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
495
|
-
// CalendarRange aliases
|
|
496
|
-
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
497
497
|
// CalendarX2 aliases
|
|
498
498
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
499
499
|
// CalendarX aliases
|
|
@@ -536,10 +536,10 @@ export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
|
536
536
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
537
537
|
// CaseUpper aliases
|
|
538
538
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
539
|
-
// Cast aliases
|
|
540
|
-
export { default as CastIcon } from '../icons/cast';
|
|
541
539
|
// CassetteTape aliases
|
|
542
540
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
541
|
+
// Cast aliases
|
|
542
|
+
export { default as CastIcon } from '../icons/cast';
|
|
543
543
|
// Castle aliases
|
|
544
544
|
export { default as CastleIcon } from '../icons/castle';
|
|
545
545
|
// Cat aliases
|
|
@@ -560,60 +560,60 @@ export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked
|
|
|
560
560
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
561
561
|
// ChartNetwork aliases
|
|
562
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';
|
|
567
|
-
//
|
|
568
|
-
export { default as
|
|
565
|
+
// ChartNoAxesColumnDecreasing aliases
|
|
566
|
+
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
569
567
|
// CheckCheck aliases
|
|
570
568
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
569
|
+
// ChartSpline aliases
|
|
570
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
571
571
|
// CheckLine aliases
|
|
572
572
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
573
573
|
// Check aliases
|
|
574
574
|
export { default as CheckIcon } from '../icons/check';
|
|
575
575
|
// ChefHat aliases
|
|
576
576
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
577
|
-
// ChessBishop aliases
|
|
578
|
-
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
579
577
|
// Cherry aliases
|
|
580
578
|
export { default as CherryIcon } from '../icons/cherry';
|
|
579
|
+
// ChessBishop aliases
|
|
580
|
+
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
581
581
|
// ChessKing aliases
|
|
582
582
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
583
583
|
// ChessKnight aliases
|
|
584
584
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
585
585
|
// ChessPawn aliases
|
|
586
586
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
587
|
+
// ChessRook aliases
|
|
588
|
+
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
587
589
|
// ChessQueen aliases
|
|
588
590
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
589
591
|
// ChevronDown aliases
|
|
590
592
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
591
|
-
// ChessRook aliases
|
|
592
|
-
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
593
593
|
// ChevronFirst aliases
|
|
594
594
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
595
595
|
// ChevronLast aliases
|
|
596
596
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
597
|
-
// ChevronRight aliases
|
|
598
|
-
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
599
597
|
// ChevronLeft aliases
|
|
600
598
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
599
|
+
// ChevronRight aliases
|
|
600
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
601
601
|
// ChevronUp aliases
|
|
602
602
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
603
603
|
// ChevronsDownUp aliases
|
|
604
604
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
605
|
-
// ChevronsLeftRightEllipsis aliases
|
|
606
|
-
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
607
605
|
// ChevronsDown aliases
|
|
608
606
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
607
|
+
// ChevronsLeftRightEllipsis aliases
|
|
608
|
+
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
609
609
|
// ChevronsLeftRight aliases
|
|
610
610
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
611
|
+
// ChevronsLeft aliases
|
|
612
|
+
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
611
613
|
// ChevronsRightLeft aliases
|
|
612
614
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
613
615
|
// ChevronsRight aliases
|
|
614
616
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
615
|
-
// ChevronsLeft aliases
|
|
616
|
-
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
617
617
|
// ChevronsUpDown aliases
|
|
618
618
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
619
619
|
// ChevronsUp aliases
|
|
@@ -630,52 +630,52 @@ export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
|
630
630
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
631
631
|
// CircleDotDashed aliases
|
|
632
632
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
633
|
-
// CircleEllipsis aliases
|
|
634
|
-
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
635
633
|
// CircleDot aliases
|
|
636
634
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
637
|
-
//
|
|
638
|
-
export { default as
|
|
635
|
+
// CircleEllipsis aliases
|
|
636
|
+
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
639
637
|
// CircleFadingArrowUp aliases
|
|
640
638
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
639
|
+
// CircleEqual aliases
|
|
640
|
+
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
641
641
|
// CircleFadingPlus aliases
|
|
642
642
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
643
643
|
// CircleOff aliases
|
|
644
644
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
645
645
|
// CirclePile aliases
|
|
646
646
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
647
|
+
// CirclePoundSterling aliases
|
|
648
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
647
649
|
// CircleSlash aliases
|
|
648
650
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
649
651
|
// CircleSmall aliases
|
|
650
652
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
651
|
-
// CirclePoundSterling aliases
|
|
652
|
-
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
653
653
|
// CircleStar aliases
|
|
654
654
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
655
655
|
// Circle aliases
|
|
656
656
|
export { default as CircleIcon } from '../icons/circle';
|
|
657
657
|
// CircuitBoard aliases
|
|
658
658
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
659
|
+
// Citrus aliases
|
|
660
|
+
export { default as CitrusIcon } from '../icons/citrus';
|
|
659
661
|
// Clapperboard aliases
|
|
660
662
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
661
663
|
// ClipboardCheck aliases
|
|
662
664
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
663
|
-
// Citrus aliases
|
|
664
|
-
export { default as CitrusIcon } from '../icons/citrus';
|
|
665
665
|
// ClipboardClock aliases
|
|
666
666
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
667
|
-
// ClipboardList aliases
|
|
668
|
-
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
669
667
|
// ClipboardCopy aliases
|
|
670
668
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
669
|
+
// ClipboardList aliases
|
|
670
|
+
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
671
671
|
// ClipboardMinus aliases
|
|
672
672
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
673
673
|
// ClipboardPaste aliases
|
|
674
674
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
675
|
-
// ClipboardType aliases
|
|
676
|
-
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
677
675
|
// ClipboardPlus aliases
|
|
678
676
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
677
|
+
// ClipboardType aliases
|
|
678
|
+
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
679
679
|
// ClipboardX aliases
|
|
680
680
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
681
681
|
// Clipboard aliases
|
|
@@ -684,30 +684,30 @@ export { default as ClipboardIcon } from '../icons/clipboard';
|
|
|
684
684
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
685
685
|
// Clock10 aliases
|
|
686
686
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
687
|
-
// Clock11 aliases
|
|
688
|
-
export { default as Clock11Icon } from '../icons/clock-11';
|
|
689
687
|
// Clock12 aliases
|
|
690
688
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
689
|
+
// Clock11 aliases
|
|
690
|
+
export { default as Clock11Icon } from '../icons/clock-11';
|
|
691
691
|
// Clock2 aliases
|
|
692
692
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
693
693
|
// Clock3 aliases
|
|
694
694
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
695
695
|
// Clock4 aliases
|
|
696
696
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
697
|
-
// Clock5 aliases
|
|
698
|
-
export { default as Clock5Icon } from '../icons/clock-5';
|
|
699
697
|
// Clock6 aliases
|
|
700
698
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
699
|
+
// Clock5 aliases
|
|
700
|
+
export { default as Clock5Icon } from '../icons/clock-5';
|
|
701
701
|
// Clock7 aliases
|
|
702
702
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
703
703
|
// Clock8 aliases
|
|
704
704
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
705
|
+
// Clock9 aliases
|
|
706
|
+
export { default as Clock9Icon } from '../icons/clock-9';
|
|
705
707
|
// ClockAlert aliases
|
|
706
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
|
-
// Clock9 aliases
|
|
710
|
-
export { default as Clock9Icon } from '../icons/clock-9';
|
|
711
711
|
// ClockArrowUp aliases
|
|
712
712
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
713
713
|
// ClockCheck aliases
|
|
@@ -730,10 +730,10 @@ export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
|
730
730
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
731
731
|
// CloudDrizzle aliases
|
|
732
732
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
733
|
-
// CloudHail aliases
|
|
734
|
-
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
735
733
|
// CloudFog aliases
|
|
736
734
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
735
|
+
// CloudHail aliases
|
|
736
|
+
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
737
737
|
// CloudLightning aliases
|
|
738
738
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
739
739
|
// CloudMoonRain aliases
|
|
@@ -744,10 +744,10 @@ export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
|
744
744
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
745
745
|
// CloudRainWind aliases
|
|
746
746
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
747
|
-
// CloudSnow aliases
|
|
748
|
-
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
749
747
|
// CloudRain aliases
|
|
750
748
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
749
|
+
// CloudSnow aliases
|
|
750
|
+
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
751
751
|
// CloudSunRain aliases
|
|
752
752
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
753
753
|
// CloudSun aliases
|
|
@@ -762,26 +762,26 @@ export { default as CloudyIcon } from '../icons/cloudy';
|
|
|
762
762
|
export { default as CloverIcon } from '../icons/clover';
|
|
763
763
|
// Club aliases
|
|
764
764
|
export { default as ClubIcon } from '../icons/club';
|
|
765
|
-
// Code aliases
|
|
766
|
-
export { default as CodeIcon } from '../icons/code';
|
|
767
765
|
// Codepen aliases
|
|
768
766
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
767
|
+
// Code aliases
|
|
768
|
+
export { default as CodeIcon } from '../icons/code';
|
|
769
769
|
// Codesandbox aliases
|
|
770
770
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
771
771
|
// Coffee aliases
|
|
772
772
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
773
773
|
// Cog aliases
|
|
774
774
|
export { default as CogIcon } from '../icons/cog';
|
|
775
|
-
// Columns4 aliases
|
|
776
|
-
export { default as Columns4Icon } from '../icons/columns-4';
|
|
777
775
|
// Coins aliases
|
|
778
776
|
export { default as CoinsIcon } from '../icons/coins';
|
|
777
|
+
// Columns4 aliases
|
|
778
|
+
export { default as Columns4Icon } from '../icons/columns-4';
|
|
779
779
|
// Combine aliases
|
|
780
780
|
export { default as CombineIcon } from '../icons/combine';
|
|
781
|
-
// Command aliases
|
|
782
|
-
export { default as CommandIcon } from '../icons/command';
|
|
783
781
|
// Compass aliases
|
|
784
782
|
export { default as CompassIcon } from '../icons/compass';
|
|
783
|
+
// Command aliases
|
|
784
|
+
export { default as CommandIcon } from '../icons/command';
|
|
785
785
|
// Component aliases
|
|
786
786
|
export { default as ComponentIcon } from '../icons/component';
|
|
787
787
|
// Computer aliases
|
|
@@ -790,16 +790,16 @@ export { default as ComputerIcon } from '../icons/computer';
|
|
|
790
790
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
791
791
|
// Cone aliases
|
|
792
792
|
export { default as ConeIcon } from '../icons/cone';
|
|
793
|
-
// Contact aliases
|
|
794
|
-
export { default as ContactIcon } from '../icons/contact';
|
|
795
793
|
// Construction aliases
|
|
796
794
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
795
|
+
// Contact aliases
|
|
796
|
+
export { default as ContactIcon } from '../icons/contact';
|
|
797
|
+
// Container aliases
|
|
798
|
+
export { default as ContainerIcon } from '../icons/container';
|
|
797
799
|
// Contrast aliases
|
|
798
800
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
799
801
|
// Cookie aliases
|
|
800
802
|
export { default as CookieIcon } from '../icons/cookie';
|
|
801
|
-
// Container aliases
|
|
802
|
-
export { default as ContainerIcon } from '../icons/container';
|
|
803
803
|
// CookingPot aliases
|
|
804
804
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
805
805
|
// CopyCheck aliases
|
|
@@ -830,14 +830,14 @@ export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
|
830
830
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
831
831
|
// CornerRightUp aliases
|
|
832
832
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
833
|
-
// CornerUpRight aliases
|
|
834
|
-
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
835
833
|
// CornerUpLeft aliases
|
|
836
834
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
837
|
-
//
|
|
838
|
-
export { default as
|
|
835
|
+
// CornerUpRight aliases
|
|
836
|
+
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
839
837
|
// CreativeCommons aliases
|
|
840
838
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
839
|
+
// Cpu aliases
|
|
840
|
+
export { default as CpuIcon } from '../icons/cpu';
|
|
841
841
|
// CreditCard aliases
|
|
842
842
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
843
843
|
// Croissant aliases
|
|
@@ -854,60 +854,60 @@ export { default as CrownIcon } from '../icons/crown';
|
|
|
854
854
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
855
855
|
// CupSoda aliases
|
|
856
856
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
857
|
+
// Cylinder aliases
|
|
858
|
+
export { default as CylinderIcon } from '../icons/cylinder';
|
|
857
859
|
// Currency aliases
|
|
858
860
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
859
861
|
// Dam aliases
|
|
860
862
|
export { default as DamIcon } from '../icons/dam';
|
|
861
|
-
// Cylinder aliases
|
|
862
|
-
export { default as CylinderIcon } from '../icons/cylinder';
|
|
863
863
|
// DatabaseBackup aliases
|
|
864
864
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
865
865
|
// DatabaseSearch aliases
|
|
866
866
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
867
867
|
// DatabaseZap aliases
|
|
868
868
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
869
|
-
// DecimalsArrowLeft aliases
|
|
870
|
-
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
871
869
|
// Database aliases
|
|
872
870
|
export { default as DatabaseIcon } from '../icons/database';
|
|
871
|
+
// DecimalsArrowLeft aliases
|
|
872
|
+
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
873
873
|
// DecimalsArrowRight aliases
|
|
874
874
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
875
|
+
// Delete aliases
|
|
876
|
+
export { default as DeleteIcon } from '../icons/delete';
|
|
875
877
|
// Dessert aliases
|
|
876
878
|
export { default as DessertIcon } from '../icons/dessert';
|
|
877
879
|
// Diameter aliases
|
|
878
880
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
879
|
-
// Delete aliases
|
|
880
|
-
export { default as DeleteIcon } from '../icons/delete';
|
|
881
|
-
// DiamondMinus aliases
|
|
882
|
-
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
883
881
|
// DiamondPlus aliases
|
|
884
882
|
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
|
-
// Dice1 aliases
|
|
888
|
-
export { default as Dice1Icon } from '../icons/dice-1';
|
|
889
887
|
// Dice2 aliases
|
|
890
888
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
891
889
|
// Dice3 aliases
|
|
892
890
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
891
|
+
// Dice1 aliases
|
|
892
|
+
export { default as Dice1Icon } from '../icons/dice-1';
|
|
893
893
|
// Dice4 aliases
|
|
894
894
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
895
|
-
// Dice5 aliases
|
|
896
|
-
export { default as Dice5Icon } from '../icons/dice-5';
|
|
897
895
|
// Dice6 aliases
|
|
898
896
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
899
897
|
// Dices aliases
|
|
900
898
|
export { default as DicesIcon } from '../icons/dices';
|
|
901
|
-
//
|
|
902
|
-
export { default as
|
|
899
|
+
// Dice5 aliases
|
|
900
|
+
export { default as Dice5Icon } from '../icons/dice-5';
|
|
903
901
|
// Diff aliases
|
|
904
902
|
export { default as DiffIcon } from '../icons/diff';
|
|
905
903
|
// Disc3 aliases
|
|
906
904
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
907
|
-
//
|
|
908
|
-
export { default as
|
|
905
|
+
// Disc2 aliases
|
|
906
|
+
export { default as Disc2Icon } from '../icons/disc-2';
|
|
909
907
|
// DiscAlbum aliases
|
|
910
908
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
909
|
+
// Disc aliases
|
|
910
|
+
export { default as DiscIcon } from '../icons/disc';
|
|
911
911
|
// Divide aliases
|
|
912
912
|
export { default as DivideIcon } from '../icons/divide';
|
|
913
913
|
// DnaOff aliases
|
|
@@ -916,8 +916,6 @@ export { default as DnaOffIcon } from '../icons/dna-off';
|
|
|
916
916
|
export { default as DnaIcon } from '../icons/dna';
|
|
917
917
|
// Dock aliases
|
|
918
918
|
export { default as DockIcon } from '../icons/dock';
|
|
919
|
-
// Dog aliases
|
|
920
|
-
export { default as DogIcon } from '../icons/dog';
|
|
921
919
|
// DollarSign aliases
|
|
922
920
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
923
921
|
// Donut aliases
|
|
@@ -926,24 +924,26 @@ export { default as DonutIcon } from '../icons/donut';
|
|
|
926
924
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
927
925
|
// DoorClosed aliases
|
|
928
926
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
927
|
+
// Dog aliases
|
|
928
|
+
export { default as DogIcon } from '../icons/dog';
|
|
929
929
|
// DoorOpen aliases
|
|
930
930
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
931
931
|
// Dot aliases
|
|
932
932
|
export { default as DotIcon } from '../icons/dot';
|
|
933
933
|
// Download aliases
|
|
934
934
|
export { default as DownloadIcon } from '../icons/download';
|
|
935
|
-
// DraftingCompass aliases
|
|
936
|
-
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
937
|
-
// Dribbble aliases
|
|
938
|
-
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
939
935
|
// Drama aliases
|
|
940
936
|
export { default as DramaIcon } from '../icons/drama';
|
|
937
|
+
// DraftingCompass aliases
|
|
938
|
+
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
941
939
|
// Drill aliases
|
|
942
940
|
export { default as DrillIcon } from '../icons/drill';
|
|
943
|
-
//
|
|
944
|
-
export { default as
|
|
941
|
+
// Dribbble aliases
|
|
942
|
+
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
945
943
|
// Drone aliases
|
|
946
944
|
export { default as DroneIcon } from '../icons/drone';
|
|
945
|
+
// DropletOff aliases
|
|
946
|
+
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
947
947
|
// Droplet aliases
|
|
948
948
|
export { default as DropletIcon } from '../icons/droplet';
|
|
949
949
|
// Droplets aliases
|
|
@@ -960,32 +960,34 @@ export { default as EarOffIcon } from '../icons/ear-off';
|
|
|
960
960
|
export { default as EarIcon } from '../icons/ear';
|
|
961
961
|
// EarthLock aliases
|
|
962
962
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
963
|
+
// Eclipse aliases
|
|
964
|
+
export { default as EclipseIcon } from '../icons/eclipse';
|
|
963
965
|
// EggFried aliases
|
|
964
966
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
965
967
|
// EggOff aliases
|
|
966
968
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
967
|
-
// Eclipse aliases
|
|
968
|
-
export { default as EclipseIcon } from '../icons/eclipse';
|
|
969
969
|
// Egg aliases
|
|
970
970
|
export { default as EggIcon } from '../icons/egg';
|
|
971
|
+
// Ellipse aliases
|
|
972
|
+
export { default as EllipseIcon } from '../icons/ellipse';
|
|
971
973
|
// EqualApproximately aliases
|
|
972
974
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
973
975
|
// EqualNot aliases
|
|
974
976
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
975
977
|
// Equal aliases
|
|
976
978
|
export { default as EqualIcon } from '../icons/equal';
|
|
979
|
+
// EthernetPort aliases
|
|
980
|
+
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
977
981
|
// Eraser aliases
|
|
978
982
|
export { default as EraserIcon } from '../icons/eraser';
|
|
979
983
|
// Euro aliases
|
|
980
984
|
export { default as EuroIcon } from '../icons/euro';
|
|
981
|
-
// EthernetPort aliases
|
|
982
|
-
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
983
|
-
// EvCharger aliases
|
|
984
|
-
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
985
|
-
// ExternalLink aliases
|
|
986
|
-
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
987
985
|
// Expand aliases
|
|
988
986
|
export { default as ExpandIcon } from '../icons/expand';
|
|
987
|
+
// ExternalLink aliases
|
|
988
|
+
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
989
|
+
// EvCharger aliases
|
|
990
|
+
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
989
991
|
// EyeClosed aliases
|
|
990
992
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
991
993
|
// EyeOff aliases
|
|
@@ -994,10 +996,10 @@ export { default as EyeOffIcon } from '../icons/eye-off';
|
|
|
994
996
|
export { default as EyeIcon } from '../icons/eye';
|
|
995
997
|
// Facebook aliases
|
|
996
998
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
997
|
-
// Factory aliases
|
|
998
|
-
export { default as FactoryIcon } from '../icons/factory';
|
|
999
999
|
// Fan aliases
|
|
1000
1000
|
export { default as FanIcon } from '../icons/fan';
|
|
1001
|
+
// Factory aliases
|
|
1002
|
+
export { default as FactoryIcon } from '../icons/factory';
|
|
1001
1003
|
// FastForward aliases
|
|
1002
1004
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1003
1005
|
// Feather aliases
|
|
@@ -1006,18 +1008,18 @@ export { default as FeatherIcon } from '../icons/feather';
|
|
|
1006
1008
|
export { default as FenceIcon } from '../icons/fence';
|
|
1007
1009
|
// FerrisWheel aliases
|
|
1008
1010
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1011
|
+
// FileBox aliases
|
|
1012
|
+
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1009
1013
|
// Figma aliases
|
|
1010
1014
|
export { default as FigmaIcon } from '../icons/figma';
|
|
1011
1015
|
// FileArchive aliases
|
|
1012
1016
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1013
|
-
// FileBox aliases
|
|
1014
|
-
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1015
1017
|
// FileCheck aliases
|
|
1016
1018
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1017
|
-
// FileClock aliases
|
|
1018
|
-
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1019
1019
|
// FileCode aliases
|
|
1020
1020
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1021
|
+
// FileClock aliases
|
|
1022
|
+
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1021
1023
|
// FileDiff aliases
|
|
1022
1024
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1023
1025
|
// FileDigit aliases
|
|
@@ -1036,10 +1038,10 @@ export { default as FileMusicIcon } from '../icons/file-music';
|
|
|
1036
1038
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1037
1039
|
// FileOutput aliases
|
|
1038
1040
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1039
|
-
// FileScan aliases
|
|
1040
|
-
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1041
1041
|
// FilePlus aliases
|
|
1042
1042
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1043
|
+
// FileScan aliases
|
|
1044
|
+
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1043
1045
|
// FileSearch aliases
|
|
1044
1046
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1045
1047
|
// FileSliders aliases
|
|
@@ -1066,22 +1068,22 @@ export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
|
1066
1068
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1067
1069
|
// File aliases
|
|
1068
1070
|
export { default as FileIcon } from '../icons/file';
|
|
1069
|
-
// Files aliases
|
|
1070
|
-
export { default as FilesIcon } from '../icons/files';
|
|
1071
1071
|
// Film aliases
|
|
1072
1072
|
export { default as FilmIcon } from '../icons/film';
|
|
1073
|
-
//
|
|
1074
|
-
export { default as
|
|
1073
|
+
// Files aliases
|
|
1074
|
+
export { default as FilesIcon } from '../icons/files';
|
|
1075
1075
|
// FishOff aliases
|
|
1076
1076
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1077
1077
|
// FishSymbol aliases
|
|
1078
1078
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1079
|
+
// FireExtinguisher aliases
|
|
1080
|
+
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1079
1081
|
// Fish aliases
|
|
1080
1082
|
export { default as FishIcon } from '../icons/fish';
|
|
1081
|
-
// FishingHook aliases
|
|
1082
|
-
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1083
1083
|
// FishingRod aliases
|
|
1084
1084
|
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1085
|
+
// FishingHook aliases
|
|
1086
|
+
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1085
1087
|
// FlagOff aliases
|
|
1086
1088
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1087
1089
|
// FlagTriangleLeft aliases
|
|
@@ -1090,18 +1092,18 @@ export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
|
1090
1092
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1091
1093
|
// Flag aliases
|
|
1092
1094
|
export { default as FlagIcon } from '../icons/flag';
|
|
1093
|
-
// Flame aliases
|
|
1094
|
-
export { default as FlameIcon } from '../icons/flame';
|
|
1095
1095
|
// FlameKindling aliases
|
|
1096
1096
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1097
|
+
// Flame aliases
|
|
1098
|
+
export { default as FlameIcon } from '../icons/flame';
|
|
1097
1099
|
// FlashlightOff aliases
|
|
1098
1100
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1099
1101
|
// Flashlight aliases
|
|
1100
1102
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1101
|
-
// FlaskConicalOff aliases
|
|
1102
|
-
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1103
1103
|
// FlaskConical aliases
|
|
1104
1104
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1105
|
+
// FlaskConicalOff aliases
|
|
1106
|
+
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1105
1107
|
// FlaskRound aliases
|
|
1106
1108
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1107
1109
|
// FlipHorizontal2 aliases
|
|
@@ -1112,12 +1114,12 @@ export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
|
1112
1114
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1113
1115
|
// Flower aliases
|
|
1114
1116
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1115
|
-
// FoldVertical aliases
|
|
1116
|
-
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1117
|
-
// FoldHorizontal aliases
|
|
1118
|
-
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1119
1117
|
// Focus aliases
|
|
1120
1118
|
export { default as FocusIcon } from '../icons/focus';
|
|
1119
|
+
// FoldHorizontal aliases
|
|
1120
|
+
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1121
|
+
// FoldVertical aliases
|
|
1122
|
+
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1121
1123
|
// FolderArchive aliases
|
|
1122
1124
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1123
1125
|
// FolderCheck aliases
|
|
@@ -1154,10 +1156,10 @@ export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
|
1154
1156
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1155
1157
|
// FolderOutput aliases
|
|
1156
1158
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1157
|
-
// FolderRoot aliases
|
|
1158
|
-
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1159
1159
|
// FolderPlus aliases
|
|
1160
1160
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1161
|
+
// FolderRoot aliases
|
|
1162
|
+
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1161
1163
|
// FolderSearch2 aliases
|
|
1162
1164
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1163
1165
|
// FolderSearch aliases
|
|
@@ -1174,10 +1176,10 @@ export { default as FolderUpIcon } from '../icons/folder-up';
|
|
|
1174
1176
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1175
1177
|
// Folder aliases
|
|
1176
1178
|
export { default as FolderIcon } from '../icons/folder';
|
|
1177
|
-
// Footprints aliases
|
|
1178
|
-
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1179
1179
|
// Folders aliases
|
|
1180
1180
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1181
|
+
// Footprints aliases
|
|
1182
|
+
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1181
1183
|
// Forklift aliases
|
|
1182
1184
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1183
1185
|
// Form aliases
|
|
@@ -1186,18 +1188,18 @@ export { default as FormIcon } from '../icons/form';
|
|
|
1186
1188
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1187
1189
|
// Frame aliases
|
|
1188
1190
|
export { default as FrameIcon } from '../icons/frame';
|
|
1189
|
-
// Framer aliases
|
|
1190
|
-
export { default as FramerIcon } from '../icons/framer';
|
|
1191
1191
|
// Frown aliases
|
|
1192
1192
|
export { default as FrownIcon } from '../icons/frown';
|
|
1193
|
-
//
|
|
1194
|
-
export { default as
|
|
1193
|
+
// Framer aliases
|
|
1194
|
+
export { default as FramerIcon } from '../icons/framer';
|
|
1195
1195
|
// Fuel aliases
|
|
1196
1196
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1197
|
-
//
|
|
1198
|
-
export { default as
|
|
1197
|
+
// Fullscreen aliases
|
|
1198
|
+
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1199
1199
|
// FunnelPlus aliases
|
|
1200
1200
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1201
|
+
// GalleryHorizontalEnd aliases
|
|
1202
|
+
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1201
1203
|
// GalleryHorizontal aliases
|
|
1202
1204
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1203
1205
|
// GalleryThumbnails aliases
|
|
@@ -1214,18 +1216,18 @@ export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional'
|
|
|
1214
1216
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1215
1217
|
// Gauge aliases
|
|
1216
1218
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1217
|
-
// Gavel aliases
|
|
1218
|
-
export { default as GavelIcon } from '../icons/gavel';
|
|
1219
1219
|
// Gem aliases
|
|
1220
1220
|
export { default as GemIcon } from '../icons/gem';
|
|
1221
|
+
// Gavel aliases
|
|
1222
|
+
export { default as GavelIcon } from '../icons/gavel';
|
|
1221
1223
|
// GeorgianLari aliases
|
|
1222
1224
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1223
1225
|
// Ghost aliases
|
|
1224
1226
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1225
|
-
// Gift aliases
|
|
1226
|
-
export { default as GiftIcon } from '../icons/gift';
|
|
1227
1227
|
// GitBranchMinus aliases
|
|
1228
1228
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1229
|
+
// Gift aliases
|
|
1230
|
+
export { default as GiftIcon } from '../icons/gift';
|
|
1229
1231
|
// GitBranchPlus aliases
|
|
1230
1232
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1231
1233
|
// GitBranch aliases
|
|
@@ -1234,20 +1236,20 @@ export { default as GitBranchIcon } from '../icons/git-branch';
|
|
|
1234
1236
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1235
1237
|
// GitCompareArrows aliases
|
|
1236
1238
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1239
|
+
// GitCompare aliases
|
|
1240
|
+
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1237
1241
|
// GitFork aliases
|
|
1238
1242
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1239
1243
|
// GitGraph aliases
|
|
1240
1244
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1241
|
-
// GitCompare aliases
|
|
1242
|
-
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1243
|
-
// GitMerge aliases
|
|
1244
|
-
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1245
1245
|
// GitMergeConflict aliases
|
|
1246
1246
|
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1247
|
-
//
|
|
1248
|
-
export { default as
|
|
1247
|
+
// GitMerge aliases
|
|
1248
|
+
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1249
1249
|
// GitPullRequestClosed aliases
|
|
1250
1250
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1251
|
+
// GitPullRequestArrow aliases
|
|
1252
|
+
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1251
1253
|
// GitPullRequestCreateArrow aliases
|
|
1252
1254
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1253
1255
|
// GitPullRequestCreate aliases
|
|
@@ -1264,10 +1266,10 @@ export { default as GitlabIcon } from '../icons/gitlab';
|
|
|
1264
1266
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1265
1267
|
// GlobeLock aliases
|
|
1266
1268
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1267
|
-
// GlobeOff aliases
|
|
1268
|
-
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1269
1269
|
// Glasses aliases
|
|
1270
1270
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1271
|
+
// GlobeOff aliases
|
|
1272
|
+
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1271
1273
|
// GlobeX aliases
|
|
1272
1274
|
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1273
1275
|
// Globe aliases
|
|
@@ -1276,10 +1278,10 @@ export { default as GlobeIcon } from '../icons/globe';
|
|
|
1276
1278
|
export { default as GoalIcon } from '../icons/goal';
|
|
1277
1279
|
// Gpu aliases
|
|
1278
1280
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1279
|
-
// Grape aliases
|
|
1280
|
-
export { default as GrapeIcon } from '../icons/grape';
|
|
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';
|
|
1283
1285
|
// GripHorizontal aliases
|
|
1284
1286
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1285
1287
|
// Grid3x2 aliases
|
|
@@ -1288,24 +1290,24 @@ export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
|
1288
1290
|
export { default as GripIcon } from '../icons/grip';
|
|
1289
1291
|
// GripVertical aliases
|
|
1290
1292
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1291
|
-
// Guitar aliases
|
|
1292
|
-
export { default as GuitarIcon } from '../icons/guitar';
|
|
1293
1293
|
// Group aliases
|
|
1294
1294
|
export { default as GroupIcon } from '../icons/group';
|
|
1295
|
+
// Guitar aliases
|
|
1296
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1295
1297
|
// Ham aliases
|
|
1296
1298
|
export { default as HamIcon } from '../icons/ham';
|
|
1297
|
-
// Hammer aliases
|
|
1298
|
-
export { default as HammerIcon } from '../icons/hammer';
|
|
1299
1299
|
// Hamburger aliases
|
|
1300
1300
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1301
|
+
// Hammer aliases
|
|
1302
|
+
export { default as HammerIcon } from '../icons/hammer';
|
|
1301
1303
|
// HandCoins aliases
|
|
1302
1304
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1303
1305
|
// HandFist aliases
|
|
1304
1306
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1305
|
-
// HandMetal aliases
|
|
1306
|
-
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1307
1307
|
// HandHeart aliases
|
|
1308
1308
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1309
|
+
// HandMetal aliases
|
|
1310
|
+
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1309
1311
|
// HandPlatter aliases
|
|
1310
1312
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1311
1313
|
// Hand aliases
|
|
@@ -1318,16 +1320,16 @@ export { default as HandshakeIcon } from '../icons/handshake';
|
|
|
1318
1320
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1319
1321
|
// HardDriveUpload aliases
|
|
1320
1322
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1321
|
-
// HardHat aliases
|
|
1322
|
-
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1323
1323
|
// HardDrive aliases
|
|
1324
1324
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1325
|
+
// HardHat aliases
|
|
1326
|
+
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1325
1327
|
// Hash aliases
|
|
1326
1328
|
export { default as HashIcon } from '../icons/hash';
|
|
1327
|
-
// Haze aliases
|
|
1328
|
-
export { default as HazeIcon } from '../icons/haze';
|
|
1329
1329
|
// HatGlasses aliases
|
|
1330
1330
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1331
|
+
// Haze aliases
|
|
1332
|
+
export { default as HazeIcon } from '../icons/haze';
|
|
1331
1333
|
// Hd aliases
|
|
1332
1334
|
export { default as HdIcon } from '../icons/hd';
|
|
1333
1335
|
// HdmiPort aliases
|
|
@@ -1350,12 +1352,12 @@ export { default as HeadingIcon } from '../icons/heading';
|
|
|
1350
1352
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1351
1353
|
// Headphones aliases
|
|
1352
1354
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1353
|
-
// HeartCrack aliases
|
|
1354
|
-
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1355
1355
|
// Headset aliases
|
|
1356
1356
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1357
1357
|
// HeartHandshake aliases
|
|
1358
1358
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1359
|
+
// HeartCrack aliases
|
|
1360
|
+
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1359
1361
|
// HeartMinus aliases
|
|
1360
1362
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1361
1363
|
// HeartOff aliases
|
|
@@ -1374,18 +1376,18 @@ export { default as HelicopterIcon } from '../icons/helicopter';
|
|
|
1374
1376
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1375
1377
|
// Highlighter aliases
|
|
1376
1378
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1379
|
+
// History aliases
|
|
1380
|
+
export { default as HistoryIcon } from '../icons/history';
|
|
1377
1381
|
// HopOff aliases
|
|
1378
1382
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1379
1383
|
// Hop aliases
|
|
1380
1384
|
export { default as HopIcon } from '../icons/hop';
|
|
1381
|
-
// History aliases
|
|
1382
|
-
export { default as HistoryIcon } from '../icons/history';
|
|
1383
1385
|
// Hospital aliases
|
|
1384
1386
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1385
|
-
// Hourglass aliases
|
|
1386
|
-
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1387
1387
|
// Hotel aliases
|
|
1388
1388
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1389
|
+
// Hourglass aliases
|
|
1390
|
+
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1389
1391
|
// HouseHeart aliases
|
|
1390
1392
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1391
1393
|
// HousePlug aliases
|
|
@@ -1400,18 +1402,18 @@ export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
|
1400
1402
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1401
1403
|
// ImageDown aliases
|
|
1402
1404
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1403
|
-
// ImageOff aliases
|
|
1404
|
-
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1405
1405
|
// ImageMinus aliases
|
|
1406
1406
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1407
|
+
// ImageOff aliases
|
|
1408
|
+
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1407
1409
|
// ImagePlay aliases
|
|
1408
1410
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1409
1411
|
// ImagePlus aliases
|
|
1410
1412
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1411
|
-
// ImageUpscale aliases
|
|
1412
|
-
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1413
1413
|
// ImageUp aliases
|
|
1414
1414
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1415
|
+
// ImageUpscale aliases
|
|
1416
|
+
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1415
1417
|
// Image aliases
|
|
1416
1418
|
export { default as ImageIcon } from '../icons/image';
|
|
1417
1419
|
// Images aliases
|
|
@@ -1432,16 +1434,16 @@ export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
|
1432
1434
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1433
1435
|
// Italic aliases
|
|
1434
1436
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1437
|
+
// IterationCw aliases
|
|
1438
|
+
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1435
1439
|
// IterationCcw aliases
|
|
1436
1440
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1437
1441
|
// JapaneseYen aliases
|
|
1438
1442
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1439
|
-
// IterationCw aliases
|
|
1440
|
-
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1441
|
-
// Joystick aliases
|
|
1442
|
-
export { default as JoystickIcon } from '../icons/joystick';
|
|
1443
1443
|
// Kanban aliases
|
|
1444
1444
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1445
|
+
// Joystick aliases
|
|
1446
|
+
export { default as JoystickIcon } from '../icons/joystick';
|
|
1445
1447
|
// Kayak aliases
|
|
1446
1448
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1447
1449
|
// KeyRound aliases
|
|
@@ -1452,12 +1454,12 @@ export { default as KeySquareIcon } from '../icons/key-square';
|
|
|
1452
1454
|
export { default as KeyIcon } from '../icons/key';
|
|
1453
1455
|
// KeyboardMusic aliases
|
|
1454
1456
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1457
|
+
// KeyboardOff aliases
|
|
1458
|
+
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1455
1459
|
// Keyboard aliases
|
|
1456
1460
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1457
1461
|
// LampCeiling aliases
|
|
1458
1462
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1459
|
-
// KeyboardOff aliases
|
|
1460
|
-
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1461
1463
|
// LampDesk aliases
|
|
1462
1464
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1463
1465
|
// LampFloor aliases
|
|
@@ -1468,12 +1470,12 @@ export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
|
1468
1470
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1469
1471
|
// Lamp aliases
|
|
1470
1472
|
export { default as LampIcon } from '../icons/lamp';
|
|
1471
|
-
// Landmark aliases
|
|
1472
|
-
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1473
1473
|
// LandPlot aliases
|
|
1474
1474
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1475
1475
|
// Languages aliases
|
|
1476
1476
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1477
|
+
// Landmark aliases
|
|
1478
|
+
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1477
1479
|
// LaptopMinimalCheck aliases
|
|
1478
1480
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1479
1481
|
// Laptop aliases
|
|
@@ -1484,10 +1486,10 @@ export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
|
1484
1486
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1485
1487
|
// Laugh aliases
|
|
1486
1488
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1487
|
-
// LayersPlus aliases
|
|
1488
|
-
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1489
1489
|
// Layers2 aliases
|
|
1490
1490
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1491
|
+
// LayersPlus aliases
|
|
1492
|
+
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1491
1493
|
// LayoutDashboard aliases
|
|
1492
1494
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1493
1495
|
// LayoutGrid aliases
|
|
@@ -1504,14 +1506,14 @@ export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
|
1504
1506
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1505
1507
|
// LeafyGreen aliases
|
|
1506
1508
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1507
|
-
// LensConcave aliases
|
|
1508
|
-
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1509
1509
|
// Lectern aliases
|
|
1510
1510
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1511
|
-
//
|
|
1512
|
-
export { default as
|
|
1511
|
+
// LensConcave aliases
|
|
1512
|
+
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1513
1513
|
// LensConvex aliases
|
|
1514
1514
|
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1515
|
+
// LibraryBig aliases
|
|
1516
|
+
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1515
1517
|
// Library aliases
|
|
1516
1518
|
export { default as LibraryIcon } from '../icons/library';
|
|
1517
1519
|
// LifeBuoy aliases
|
|
@@ -1526,10 +1528,10 @@ export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
|
1526
1528
|
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1527
1529
|
// LineSquiggle aliases
|
|
1528
1530
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1529
|
-
// Link2 aliases
|
|
1530
|
-
export { default as Link2Icon } from '../icons/link-2';
|
|
1531
1531
|
// Link2Off aliases
|
|
1532
1532
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1533
|
+
// Link2 aliases
|
|
1534
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1533
1535
|
// Link aliases
|
|
1534
1536
|
export { default as LinkIcon } from '../icons/link';
|
|
1535
1537
|
// Linkedin aliases
|
|
@@ -1554,10 +1556,10 @@ export { default as ListFilterIcon } from '../icons/list-filter';
|
|
|
1554
1556
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1555
1557
|
// ListMusic aliases
|
|
1556
1558
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1557
|
-
// ListOrdered aliases
|
|
1558
|
-
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1559
1559
|
// ListPlus aliases
|
|
1560
1560
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1561
|
+
// ListOrdered aliases
|
|
1562
|
+
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1561
1563
|
// ListRestart aliases
|
|
1562
1564
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1563
1565
|
// ListStart aliases
|
|
@@ -1570,10 +1572,10 @@ export { default as ListTreeIcon } from '../icons/list-tree';
|
|
|
1570
1572
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1571
1573
|
// ListX aliases
|
|
1572
1574
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1573
|
-
// List aliases
|
|
1574
|
-
export { default as ListIcon } from '../icons/list';
|
|
1575
1575
|
// LoaderPinwheel aliases
|
|
1576
1576
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1577
|
+
// List aliases
|
|
1578
|
+
export { default as ListIcon } from '../icons/list';
|
|
1577
1579
|
// Loader aliases
|
|
1578
1580
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1579
1581
|
// LocateFixed aliases
|
|
@@ -1584,24 +1586,24 @@ export { default as LocateOffIcon } from '../icons/locate-off';
|
|
|
1584
1586
|
export { default as LocateIcon } from '../icons/locate';
|
|
1585
1587
|
// LockKeyhole aliases
|
|
1586
1588
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1587
|
-
// LogIn aliases
|
|
1588
|
-
export { default as LogInIcon } from '../icons/log-in';
|
|
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
1597
|
// Lollipop aliases
|
|
1596
1598
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1597
|
-
// Magnet aliases
|
|
1598
|
-
export { default as MagnetIcon } from '../icons/magnet';
|
|
1599
|
-
// MailCheck aliases
|
|
1600
|
-
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1601
1599
|
// Luggage aliases
|
|
1602
1600
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1601
|
+
// Magnet aliases
|
|
1602
|
+
export { default as MagnetIcon } from '../icons/magnet';
|
|
1603
1603
|
// MailMinus aliases
|
|
1604
1604
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1605
|
+
// MailCheck aliases
|
|
1606
|
+
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1605
1607
|
// MailOpen aliases
|
|
1606
1608
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1607
1609
|
// MailPlus aliases
|
|
@@ -1618,20 +1620,20 @@ export { default as MailIcon } from '../icons/mail';
|
|
|
1618
1620
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1619
1621
|
// Mails aliases
|
|
1620
1622
|
export { default as MailsIcon } from '../icons/mails';
|
|
1621
|
-
// MapPinCheckInside aliases
|
|
1622
|
-
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1623
1623
|
// MapMinus aliases
|
|
1624
1624
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1625
|
+
// MapPinCheckInside aliases
|
|
1626
|
+
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1625
1627
|
// MapPinCheck aliases
|
|
1626
1628
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1627
1629
|
// MapPinHouse aliases
|
|
1628
1630
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1629
1631
|
// MapPinMinusInside aliases
|
|
1630
1632
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1631
|
-
// MapPinOff aliases
|
|
1632
|
-
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1633
1633
|
// MapPinMinus aliases
|
|
1634
1634
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1635
|
+
// MapPinOff aliases
|
|
1636
|
+
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1635
1637
|
// MapPinPlusInside aliases
|
|
1636
1638
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1637
1639
|
// MapPinPlus aliases
|
|
@@ -1652,20 +1654,20 @@ export { default as MapIcon } from '../icons/map';
|
|
|
1652
1654
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1653
1655
|
// Mars aliases
|
|
1654
1656
|
export { default as MarsIcon } from '../icons/mars';
|
|
1655
|
-
// Maximize2 aliases
|
|
1656
|
-
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1657
1657
|
// Martini aliases
|
|
1658
1658
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1659
|
+
// Maximize2 aliases
|
|
1660
|
+
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1659
1661
|
// Maximize aliases
|
|
1660
1662
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1661
1663
|
// Medal aliases
|
|
1662
1664
|
export { default as MedalIcon } from '../icons/medal';
|
|
1663
1665
|
// MegaphoneOff aliases
|
|
1664
1666
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1665
|
-
// Meh aliases
|
|
1666
|
-
export { default as MehIcon } from '../icons/meh';
|
|
1667
1667
|
// Megaphone aliases
|
|
1668
1668
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1669
|
+
// Meh aliases
|
|
1670
|
+
export { default as MehIcon } from '../icons/meh';
|
|
1669
1671
|
// MemoryStick aliases
|
|
1670
1672
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1671
1673
|
// Menu aliases
|
|
@@ -1684,16 +1686,16 @@ export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart
|
|
|
1684
1686
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1685
1687
|
// MessageCircleOff aliases
|
|
1686
1688
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1687
|
-
// MessageCircleReply aliases
|
|
1688
|
-
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1689
1689
|
// MessageCirclePlus aliases
|
|
1690
1690
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1691
|
+
// MessageCircleReply aliases
|
|
1692
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1691
1693
|
// MessageCircleWarning aliases
|
|
1692
1694
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1693
|
-
// MessageCircle aliases
|
|
1694
|
-
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1695
1695
|
// MessageCircleX aliases
|
|
1696
1696
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1697
|
+
// MessageCircle aliases
|
|
1698
|
+
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1697
1699
|
// MessageSquareCheck aliases
|
|
1698
1700
|
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1699
1701
|
// MessageSquareCode aliases
|
|
@@ -1712,16 +1714,16 @@ export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
|
1712
1714
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1713
1715
|
// MessageSquareOff aliases
|
|
1714
1716
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1715
|
-
// MessageSquareQuote aliases
|
|
1716
|
-
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1717
1717
|
// MessageSquarePlus aliases
|
|
1718
1718
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1719
|
+
// MessageSquareQuote aliases
|
|
1720
|
+
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1719
1721
|
// MessageSquareReply aliases
|
|
1720
1722
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1721
|
-
// MessageSquareText aliases
|
|
1722
|
-
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1723
1723
|
// MessageSquareShare aliases
|
|
1724
1724
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1725
|
+
// MessageSquareText aliases
|
|
1726
|
+
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1725
1727
|
// MessageSquareWarning aliases
|
|
1726
1728
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1727
1729
|
// MessageSquareX aliases
|
|
@@ -1730,10 +1732,10 @@ export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
|
1730
1732
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1731
1733
|
// MessagesSquare aliases
|
|
1732
1734
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1733
|
-
// Metronome aliases
|
|
1734
|
-
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1735
1735
|
// MicOff aliases
|
|
1736
1736
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1737
|
+
// Metronome aliases
|
|
1738
|
+
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1737
1739
|
// Mic aliases
|
|
1738
1740
|
export { default as MicIcon } from '../icons/mic';
|
|
1739
1741
|
// Microchip aliases
|
|
@@ -1742,18 +1744,18 @@ export { default as MicrochipIcon } from '../icons/microchip';
|
|
|
1742
1744
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1743
1745
|
// Microwave aliases
|
|
1744
1746
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1745
|
-
// MilkOff aliases
|
|
1746
|
-
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1747
1747
|
// Milestone aliases
|
|
1748
1748
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1749
1749
|
// Milk aliases
|
|
1750
1750
|
export { default as MilkIcon } from '../icons/milk';
|
|
1751
|
+
// MilkOff aliases
|
|
1752
|
+
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1751
1753
|
// Minimize2 aliases
|
|
1752
1754
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1753
|
-
// Minus aliases
|
|
1754
|
-
export { default as MinusIcon } from '../icons/minus';
|
|
1755
1755
|
// Minimize aliases
|
|
1756
1756
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1757
|
+
// Minus aliases
|
|
1758
|
+
export { default as MinusIcon } from '../icons/minus';
|
|
1757
1759
|
// MirrorRectangular aliases
|
|
1758
1760
|
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1759
1761
|
// MirrorRound aliases
|
|
@@ -1766,70 +1768,70 @@ export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
|
1766
1768
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1767
1769
|
// MonitorDot aliases
|
|
1768
1770
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1769
|
-
// MonitorDown aliases
|
|
1770
|
-
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1771
1771
|
// MonitorOff aliases
|
|
1772
1772
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1773
|
-
//
|
|
1774
|
-
export { default as
|
|
1773
|
+
// MonitorDown aliases
|
|
1774
|
+
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1775
1775
|
// MonitorPlay aliases
|
|
1776
1776
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1777
1777
|
// MonitorSmartphone aliases
|
|
1778
1778
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1779
|
+
// MonitorPause aliases
|
|
1780
|
+
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1779
1781
|
// MonitorSpeaker aliases
|
|
1780
1782
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1781
1783
|
// MonitorStop aliases
|
|
1782
1784
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1783
|
-
// Monitor aliases
|
|
1784
|
-
export { default as MonitorIcon } from '../icons/monitor';
|
|
1785
1785
|
// MonitorUp aliases
|
|
1786
1786
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1787
1787
|
// MonitorX aliases
|
|
1788
1788
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1789
|
+
// Monitor aliases
|
|
1790
|
+
export { default as MonitorIcon } from '../icons/monitor';
|
|
1789
1791
|
// MoonStar aliases
|
|
1790
1792
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1791
1793
|
// Moon aliases
|
|
1792
1794
|
export { default as MoonIcon } from '../icons/moon';
|
|
1793
1795
|
// Motorbike aliases
|
|
1794
1796
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1795
|
-
// MountainSnow aliases
|
|
1796
|
-
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1797
1797
|
// Mountain aliases
|
|
1798
1798
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1799
|
+
// MountainSnow aliases
|
|
1800
|
+
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1799
1801
|
// MouseLeft aliases
|
|
1800
1802
|
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1801
|
-
// MousePointer2Off aliases
|
|
1802
|
-
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1803
1803
|
// MouseOff aliases
|
|
1804
1804
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1805
|
+
// MousePointer2Off aliases
|
|
1806
|
+
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1805
1807
|
// MousePointer2 aliases
|
|
1806
1808
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1807
1809
|
// MousePointerBan aliases
|
|
1808
1810
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1811
|
+
// MousePointer aliases
|
|
1812
|
+
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1809
1813
|
// MousePointerClick aliases
|
|
1810
1814
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1811
1815
|
// MouseRight aliases
|
|
1812
1816
|
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1813
|
-
// MousePointer aliases
|
|
1814
|
-
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1815
1817
|
// Mouse aliases
|
|
1816
1818
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1819
|
+
// MoveDiagonal aliases
|
|
1820
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1817
1821
|
// MoveDiagonal2 aliases
|
|
1818
1822
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1819
1823
|
// MoveDownLeft aliases
|
|
1820
1824
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1821
|
-
// MoveDiagonal aliases
|
|
1822
|
-
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1823
1825
|
// MoveDownRight aliases
|
|
1824
1826
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1825
1827
|
// MoveDown aliases
|
|
1826
1828
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1829
|
+
// MoveLeft aliases
|
|
1830
|
+
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1827
1831
|
// MoveHorizontal aliases
|
|
1828
1832
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1829
1833
|
// MoveRight aliases
|
|
1830
1834
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1831
|
-
// MoveLeft aliases
|
|
1832
|
-
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1833
1835
|
// MoveUpRight aliases
|
|
1834
1836
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1835
1837
|
// MoveUpLeft aliases
|
|
@@ -1856,10 +1858,10 @@ export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
|
1856
1858
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1857
1859
|
// Navigation aliases
|
|
1858
1860
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1859
|
-
// Newspaper aliases
|
|
1860
|
-
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1861
1861
|
// Network aliases
|
|
1862
1862
|
export { default as NetworkIcon } from '../icons/network';
|
|
1863
|
+
// Newspaper aliases
|
|
1864
|
+
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1863
1865
|
// Nfc aliases
|
|
1864
1866
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1865
1867
|
// NonBinary aliases
|
|
@@ -1868,54 +1870,54 @@ export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
|
1868
1870
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1869
1871
|
// NotebookTabs aliases
|
|
1870
1872
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1871
|
-
// Notebook aliases
|
|
1872
|
-
export { default as NotebookIcon } from '../icons/notebook';
|
|
1873
1873
|
// NotebookText aliases
|
|
1874
1874
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1875
|
-
//
|
|
1876
|
-
export { default as
|
|
1875
|
+
// Notebook aliases
|
|
1876
|
+
export { default as NotebookIcon } from '../icons/notebook';
|
|
1877
1877
|
// NotepadText aliases
|
|
1878
1878
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1879
|
+
// NotepadTextDashed aliases
|
|
1880
|
+
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1879
1881
|
// NutOff aliases
|
|
1880
1882
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1881
1883
|
// Nut aliases
|
|
1882
1884
|
export { default as NutIcon } from '../icons/nut';
|
|
1883
1885
|
// OctagonMinus aliases
|
|
1884
1886
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1885
|
-
// Octagon aliases
|
|
1886
|
-
export { default as OctagonIcon } from '../icons/octagon';
|
|
1887
1887
|
// Omega aliases
|
|
1888
1888
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1889
|
+
// Octagon aliases
|
|
1890
|
+
export { default as OctagonIcon } from '../icons/octagon';
|
|
1889
1891
|
// Option aliases
|
|
1890
1892
|
export { default as OptionIcon } from '../icons/option';
|
|
1891
1893
|
// Orbit aliases
|
|
1892
1894
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1893
1895
|
// Origami aliases
|
|
1894
1896
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1895
|
-
// Package2 aliases
|
|
1896
|
-
export { default as Package2Icon } from '../icons/package-2';
|
|
1897
1897
|
// PackageCheck aliases
|
|
1898
1898
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1899
|
+
// Package2 aliases
|
|
1900
|
+
export { default as Package2Icon } from '../icons/package-2';
|
|
1899
1901
|
// PackageMinus aliases
|
|
1900
1902
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1901
1903
|
// PackageOpen aliases
|
|
1902
1904
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1903
1905
|
// PackagePlus aliases
|
|
1904
1906
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1905
|
-
// Package aliases
|
|
1906
|
-
export { default as PackageIcon } from '../icons/package';
|
|
1907
|
-
// PackageX aliases
|
|
1908
|
-
export { default as PackageXIcon } from '../icons/package-x';
|
|
1909
1907
|
// PackageSearch aliases
|
|
1910
1908
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1909
|
+
// PackageX aliases
|
|
1910
|
+
export { default as PackageXIcon } from '../icons/package-x';
|
|
1911
|
+
// Package aliases
|
|
1912
|
+
export { default as PackageIcon } from '../icons/package';
|
|
1911
1913
|
// PaintBucket aliases
|
|
1912
1914
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1913
1915
|
// PaintRoller aliases
|
|
1914
1916
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1915
|
-
// Paintbrush aliases
|
|
1916
|
-
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1917
1917
|
// Palette aliases
|
|
1918
1918
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1919
|
+
// Paintbrush aliases
|
|
1920
|
+
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1919
1921
|
// Panda aliases
|
|
1920
1922
|
export { default as PandaIcon } from '../icons/panda';
|
|
1921
1923
|
// PanelBottomClose aliases
|
|
@@ -1934,46 +1936,46 @@ export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
|
1934
1936
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1935
1937
|
// PanelTopBottomDashed aliases
|
|
1936
1938
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1937
|
-
// PanelTopOpen aliases
|
|
1938
|
-
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1939
1939
|
// PanelTopClose aliases
|
|
1940
1940
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1941
|
+
// PanelTopOpen aliases
|
|
1942
|
+
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1941
1943
|
// PanelTop aliases
|
|
1942
1944
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1943
1945
|
// PanelsLeftBottom aliases
|
|
1944
1946
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1945
1947
|
// PanelsRightBottom aliases
|
|
1946
1948
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1947
|
-
// Paperclip aliases
|
|
1948
|
-
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1949
1949
|
// Parentheses aliases
|
|
1950
1950
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1951
|
+
// Paperclip aliases
|
|
1952
|
+
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1951
1953
|
// ParkingMeter aliases
|
|
1952
1954
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1953
1955
|
// PartyPopper aliases
|
|
1954
1956
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1955
1957
|
// Pause aliases
|
|
1956
1958
|
export { default as PauseIcon } from '../icons/pause';
|
|
1957
|
-
// PcCase aliases
|
|
1958
|
-
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1959
1959
|
// PawPrint aliases
|
|
1960
1960
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1961
|
+
// PcCase aliases
|
|
1962
|
+
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1961
1963
|
// PenOff aliases
|
|
1962
1964
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1965
|
+
// PenTool aliases
|
|
1966
|
+
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1963
1967
|
// PencilLine aliases
|
|
1964
1968
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1965
1969
|
// PencilOff aliases
|
|
1966
1970
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1967
|
-
// PenTool aliases
|
|
1968
|
-
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1969
1971
|
// PencilRuler aliases
|
|
1970
1972
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1971
|
-
// Percent aliases
|
|
1972
|
-
export { default as PercentIcon } from '../icons/percent';
|
|
1973
1973
|
// Pencil aliases
|
|
1974
1974
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1975
1975
|
// Pentagon aliases
|
|
1976
1976
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1977
|
+
// Percent aliases
|
|
1978
|
+
export { default as PercentIcon } from '../icons/percent';
|
|
1977
1979
|
// PersonStanding aliases
|
|
1978
1980
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1979
1981
|
// PhilippinePeso aliases
|
|
@@ -1998,40 +2000,40 @@ export { default as PiIcon } from '../icons/pi';
|
|
|
1998
2000
|
export { default as PianoIcon } from '../icons/piano';
|
|
1999
2001
|
// Pickaxe aliases
|
|
2000
2002
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2001
|
-
// PictureInPicture aliases
|
|
2002
|
-
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2003
2003
|
// PictureInPicture2 aliases
|
|
2004
2004
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2005
|
+
// PictureInPicture aliases
|
|
2006
|
+
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2005
2007
|
// PiggyBank aliases
|
|
2006
2008
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2007
2009
|
// PilcrowLeft aliases
|
|
2008
2010
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2009
2011
|
// PilcrowRight aliases
|
|
2010
2012
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2011
|
-
// PillBottle aliases
|
|
2012
|
-
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2013
2013
|
// Pilcrow aliases
|
|
2014
2014
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2015
|
-
//
|
|
2016
|
-
export { default as
|
|
2017
|
-
// Pin aliases
|
|
2018
|
-
export { default as PinIcon } from '../icons/pin';
|
|
2015
|
+
// PillBottle aliases
|
|
2016
|
+
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2019
2017
|
// PinOff aliases
|
|
2020
2018
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2019
|
+
// Pin aliases
|
|
2020
|
+
export { default as PinIcon } from '../icons/pin';
|
|
2021
2021
|
// Pipette aliases
|
|
2022
2022
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2023
|
+
// Pill aliases
|
|
2024
|
+
export { default as PillIcon } from '../icons/pill';
|
|
2023
2025
|
// Pizza aliases
|
|
2024
2026
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2025
2027
|
// PlaneLanding aliases
|
|
2026
2028
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2027
2029
|
// PlaneTakeoff aliases
|
|
2028
2030
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2029
|
-
// Play aliases
|
|
2030
|
-
export { default as PlayIcon } from '../icons/play';
|
|
2031
2031
|
// Plane aliases
|
|
2032
2032
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2033
2033
|
// Plug2 aliases
|
|
2034
2034
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2035
|
+
// Play aliases
|
|
2036
|
+
export { default as PlayIcon } from '../icons/play';
|
|
2035
2037
|
// Plug aliases
|
|
2036
2038
|
export { default as PlugIcon } from '../icons/plug';
|
|
2037
2039
|
// Plus aliases
|
|
@@ -2044,14 +2046,14 @@ export { default as PocketIcon } from '../icons/pocket';
|
|
|
2044
2046
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2045
2047
|
// PointerOff aliases
|
|
2046
2048
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2047
|
-
// Popcorn aliases
|
|
2048
|
-
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2049
2049
|
// Pointer aliases
|
|
2050
2050
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2051
|
-
//
|
|
2052
|
-
export { default as
|
|
2051
|
+
// Popcorn aliases
|
|
2052
|
+
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2053
2053
|
// Popsicle aliases
|
|
2054
2054
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2055
|
+
// PoundSterling aliases
|
|
2056
|
+
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2055
2057
|
// PowerOff aliases
|
|
2056
2058
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2057
2059
|
// Power aliases
|
|
@@ -2060,34 +2062,34 @@ export { default as PowerIcon } from '../icons/power';
|
|
|
2060
2062
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2061
2063
|
// PrinterCheck aliases
|
|
2062
2064
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2063
|
-
// Printer aliases
|
|
2064
|
-
export { default as PrinterIcon } from '../icons/printer';
|
|
2065
2065
|
// PrinterX aliases
|
|
2066
2066
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2067
|
+
// Printer aliases
|
|
2068
|
+
export { default as PrinterIcon } from '../icons/printer';
|
|
2067
2069
|
// Projector aliases
|
|
2068
2070
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2069
2071
|
// Proportions aliases
|
|
2070
2072
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2071
|
-
// Pyramid aliases
|
|
2072
|
-
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2073
2073
|
// Puzzle aliases
|
|
2074
2074
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2075
|
+
// Pyramid aliases
|
|
2076
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2077
|
+
// Quote aliases
|
|
2078
|
+
export { default as QuoteIcon } from '../icons/quote';
|
|
2075
2079
|
// QrCode aliases
|
|
2076
2080
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2077
2081
|
// Rabbit aliases
|
|
2078
2082
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2079
|
-
// Quote aliases
|
|
2080
|
-
export { default as QuoteIcon } from '../icons/quote';
|
|
2081
2083
|
// Radar aliases
|
|
2082
2084
|
export { default as RadarIcon } from '../icons/radar';
|
|
2083
2085
|
// Radiation aliases
|
|
2084
2086
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2087
|
+
// RadioReceiver aliases
|
|
2088
|
+
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2085
2089
|
// Radical aliases
|
|
2086
2090
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2087
2091
|
// RadioTower aliases
|
|
2088
2092
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2089
|
-
// RadioReceiver aliases
|
|
2090
|
-
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2091
2093
|
// Radio aliases
|
|
2092
2094
|
export { default as RadioIcon } from '../icons/radio';
|
|
2093
2095
|
// Radius aliases
|
|
@@ -2112,12 +2114,12 @@ export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen
|
|
|
2112
2114
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2113
2115
|
// ReceiptRussianRuble aliases
|
|
2114
2116
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2115
|
-
// ReceiptTurkishLira aliases
|
|
2116
|
-
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2117
2117
|
// ReceiptSwissFranc aliases
|
|
2118
2118
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2119
2119
|
// ReceiptText aliases
|
|
2120
2120
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2121
|
+
// ReceiptTurkishLira aliases
|
|
2122
|
+
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2121
2123
|
// Receipt aliases
|
|
2122
2124
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2123
2125
|
// RectangleCircle aliases
|
|
@@ -2126,20 +2128,20 @@ export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
|
2126
2128
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2127
2129
|
// RectangleHorizontal aliases
|
|
2128
2130
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2129
|
-
// Recycle aliases
|
|
2130
|
-
export { default as RecycleIcon } from '../icons/recycle';
|
|
2131
2131
|
// RectangleVertical aliases
|
|
2132
2132
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2133
|
-
//
|
|
2134
|
-
export { default as
|
|
2133
|
+
// Recycle aliases
|
|
2134
|
+
export { default as RecycleIcon } from '../icons/recycle';
|
|
2135
2135
|
// RedoDot aliases
|
|
2136
2136
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2137
|
+
// Redo2 aliases
|
|
2138
|
+
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2139
|
+
// Redo aliases
|
|
2140
|
+
export { default as RedoIcon } from '../icons/redo';
|
|
2137
2141
|
// RefreshCcwDot aliases
|
|
2138
2142
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2139
2143
|
// RefreshCcw aliases
|
|
2140
2144
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2141
|
-
// Redo aliases
|
|
2142
|
-
export { default as RedoIcon } from '../icons/redo';
|
|
2143
2145
|
// RefreshCwOff aliases
|
|
2144
2146
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2145
2147
|
// RefreshCw aliases
|
|
@@ -2166,12 +2168,12 @@ export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
|
2166
2168
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2167
2169
|
// Rewind aliases
|
|
2168
2170
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2169
|
-
// Ribbon aliases
|
|
2170
|
-
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2171
2171
|
// Rocket aliases
|
|
2172
2172
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2173
2173
|
// RockingChair aliases
|
|
2174
2174
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2175
|
+
// Ribbon aliases
|
|
2176
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2175
2177
|
// RollerCoaster aliases
|
|
2176
2178
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2177
2179
|
// Rose aliases
|
|
@@ -2182,10 +2184,10 @@ export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
|
2182
2184
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2183
2185
|
// RotateCcw aliases
|
|
2184
2186
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2185
|
-
// RotateCwSquare aliases
|
|
2186
|
-
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2187
2187
|
// RotateCw aliases
|
|
2188
2188
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2189
|
+
// RotateCwSquare aliases
|
|
2190
|
+
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2189
2191
|
// RouteOff aliases
|
|
2190
2192
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2191
2193
|
// Route aliases
|
|
@@ -2218,10 +2220,10 @@ export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
|
2218
2220
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2219
2221
|
// SaveOff aliases
|
|
2220
2222
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2221
|
-
// Scale aliases
|
|
2222
|
-
export { default as ScaleIcon } from '../icons/scale';
|
|
2223
2223
|
// Save aliases
|
|
2224
2224
|
export { default as SaveIcon } from '../icons/save';
|
|
2225
|
+
// Scale aliases
|
|
2226
|
+
export { default as ScaleIcon } from '../icons/scale';
|
|
2225
2227
|
// Scaling aliases
|
|
2226
2228
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2227
2229
|
// ScanBarcode aliases
|
|
@@ -2248,18 +2250,18 @@ export { default as SchoolIcon } from '../icons/school';
|
|
|
2248
2250
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2249
2251
|
// Scissors aliases
|
|
2250
2252
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2253
|
+
// ScreenShareOff aliases
|
|
2254
|
+
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2251
2255
|
// Scooter aliases
|
|
2252
2256
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2253
2257
|
// ScreenShare aliases
|
|
2254
2258
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2255
|
-
// ScreenShareOff aliases
|
|
2256
|
-
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2257
2259
|
// ScrollText aliases
|
|
2258
2260
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2259
|
-
// Scroll aliases
|
|
2260
|
-
export { default as ScrollIcon } from '../icons/scroll';
|
|
2261
2261
|
// SearchAlert aliases
|
|
2262
2262
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2263
|
+
// Scroll aliases
|
|
2264
|
+
export { default as ScrollIcon } from '../icons/scroll';
|
|
2263
2265
|
// SearchCheck aliases
|
|
2264
2266
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2265
2267
|
// SearchCode aliases
|
|
@@ -2270,30 +2272,30 @@ export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
|
2270
2272
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2271
2273
|
// Search aliases
|
|
2272
2274
|
export { default as SearchIcon } from '../icons/search';
|
|
2273
|
-
// SendToBack aliases
|
|
2274
|
-
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2275
2275
|
// Section aliases
|
|
2276
2276
|
export { default as SectionIcon } from '../icons/section';
|
|
2277
2277
|
// Send aliases
|
|
2278
2278
|
export { default as SendIcon } from '../icons/send';
|
|
2279
|
+
// SendToBack aliases
|
|
2280
|
+
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2279
2281
|
// SeparatorHorizontal aliases
|
|
2280
2282
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2281
2283
|
// SeparatorVertical aliases
|
|
2282
2284
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2283
|
-
// ServerCog aliases
|
|
2284
|
-
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2285
2285
|
// ServerCrash aliases
|
|
2286
2286
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2287
|
-
//
|
|
2288
|
-
export { default as
|
|
2287
|
+
// ServerCog aliases
|
|
2288
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2289
2289
|
// Server aliases
|
|
2290
2290
|
export { default as ServerIcon } from '../icons/server';
|
|
2291
|
+
// ServerOff aliases
|
|
2292
|
+
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2291
2293
|
// Settings2 aliases
|
|
2292
2294
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2293
|
-
// Shapes aliases
|
|
2294
|
-
export { default as ShapesIcon } from '../icons/shapes';
|
|
2295
2295
|
// Settings aliases
|
|
2296
2296
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2297
|
+
// Shapes aliases
|
|
2298
|
+
export { default as ShapesIcon } from '../icons/shapes';
|
|
2297
2299
|
// Share2 aliases
|
|
2298
2300
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2299
2301
|
// Share aliases
|
|
@@ -2302,32 +2304,32 @@ export { default as ShareIcon } from '../icons/share';
|
|
|
2302
2304
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2303
2305
|
// Shell aliases
|
|
2304
2306
|
export { default as ShellIcon } from '../icons/shell';
|
|
2305
|
-
// ShieldAlert aliases
|
|
2306
|
-
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2307
2307
|
// ShelvingUnit aliases
|
|
2308
2308
|
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2309
|
+
// ShieldAlert aliases
|
|
2310
|
+
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2309
2311
|
// ShieldBan aliases
|
|
2310
2312
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2311
|
-
// ShieldEllipsis aliases
|
|
2312
|
-
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2313
2313
|
// ShieldCheck aliases
|
|
2314
2314
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2315
|
-
//
|
|
2316
|
-
export { default as
|
|
2315
|
+
// ShieldEllipsis aliases
|
|
2316
|
+
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2317
2317
|
// ShieldHalf aliases
|
|
2318
2318
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2319
2319
|
// ShieldOff aliases
|
|
2320
2320
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2321
|
-
//
|
|
2322
|
-
export { default as
|
|
2321
|
+
// ShieldMinus aliases
|
|
2322
|
+
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2323
2323
|
// ShieldPlus aliases
|
|
2324
2324
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2325
|
+
// ShieldUser aliases
|
|
2326
|
+
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2325
2327
|
// Shield aliases
|
|
2326
2328
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2327
|
-
// Ship aliases
|
|
2328
|
-
export { default as ShipIcon } from '../icons/ship';
|
|
2329
2329
|
// ShipWheel aliases
|
|
2330
2330
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2331
|
+
// Ship aliases
|
|
2332
|
+
export { default as ShipIcon } from '../icons/ship';
|
|
2331
2333
|
// Shirt aliases
|
|
2332
2334
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2333
2335
|
// ShoppingBag aliases
|
|
@@ -2338,10 +2340,10 @@ export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
|
2338
2340
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2339
2341
|
// Shovel aliases
|
|
2340
2342
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2341
|
-
// ShowerHead aliases
|
|
2342
|
-
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2343
2343
|
// Shredder aliases
|
|
2344
2344
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2345
|
+
// ShowerHead aliases
|
|
2346
|
+
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2345
2347
|
// Shrimp aliases
|
|
2346
2348
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2347
2349
|
// Shrink aliases
|
|
@@ -2352,10 +2354,10 @@ export { default as ShrubIcon } from '../icons/shrub';
|
|
|
2352
2354
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2353
2355
|
// Sigma aliases
|
|
2354
2356
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2355
|
-
// SignalLow aliases
|
|
2356
|
-
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2357
2357
|
// SignalHigh aliases
|
|
2358
2358
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2359
|
+
// SignalLow aliases
|
|
2360
|
+
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2359
2361
|
// SignalMedium aliases
|
|
2360
2362
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2361
2363
|
// SignalZero aliases
|
|
@@ -2366,12 +2368,12 @@ export { default as SignalIcon } from '../icons/signal';
|
|
|
2366
2368
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2367
2369
|
// SignpostBig aliases
|
|
2368
2370
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2369
|
-
// Signpost aliases
|
|
2370
|
-
export { default as SignpostIcon } from '../icons/signpost';
|
|
2371
2371
|
// Siren aliases
|
|
2372
2372
|
export { default as SirenIcon } from '../icons/siren';
|
|
2373
2373
|
// SkipBack aliases
|
|
2374
2374
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2375
|
+
// Signpost aliases
|
|
2376
|
+
export { default as SignpostIcon } from '../icons/signpost';
|
|
2375
2377
|
// SkipForward aliases
|
|
2376
2378
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2377
2379
|
// Skull aliases
|
|
@@ -2380,24 +2382,24 @@ export { default as SkullIcon } from '../icons/skull';
|
|
|
2380
2382
|
export { default as SlackIcon } from '../icons/slack';
|
|
2381
2383
|
// Slash aliases
|
|
2382
2384
|
export { default as SlashIcon } from '../icons/slash';
|
|
2383
|
-
// SlidersHorizontal aliases
|
|
2384
|
-
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2385
2385
|
// Slice aliases
|
|
2386
2386
|
export { default as SliceIcon } from '../icons/slice';
|
|
2387
|
+
// SlidersHorizontal aliases
|
|
2388
|
+
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2389
|
+
// SmartphoneNfc aliases
|
|
2390
|
+
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2387
2391
|
// SmartphoneCharging aliases
|
|
2388
2392
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2389
2393
|
// Smartphone aliases
|
|
2390
2394
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2391
|
-
// SmartphoneNfc aliases
|
|
2392
|
-
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2393
|
-
// Smile aliases
|
|
2394
|
-
export { default as SmileIcon } from '../icons/smile';
|
|
2395
2395
|
// SmilePlus aliases
|
|
2396
2396
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2397
|
-
//
|
|
2398
|
-
export { default as
|
|
2397
|
+
// Smile aliases
|
|
2398
|
+
export { default as SmileIcon } from '../icons/smile';
|
|
2399
2399
|
// Snail aliases
|
|
2400
2400
|
export { default as SnailIcon } from '../icons/snail';
|
|
2401
|
+
// Snowflake aliases
|
|
2402
|
+
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2401
2403
|
// SoapDispenserDroplet aliases
|
|
2402
2404
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2403
2405
|
// Sofa aliases
|
|
@@ -2416,74 +2418,74 @@ export { default as SparkleIcon } from '../icons/sparkle';
|
|
|
2416
2418
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2417
2419
|
// Speech aliases
|
|
2418
2420
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2419
|
-
// SpellCheck2 aliases
|
|
2420
|
-
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2421
2421
|
// SpellCheck aliases
|
|
2422
2422
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2423
|
+
// SpellCheck2 aliases
|
|
2424
|
+
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2423
2425
|
// SplinePointer aliases
|
|
2424
2426
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2425
2427
|
// Spline aliases
|
|
2426
2428
|
export { default as SplineIcon } from '../icons/spline';
|
|
2429
|
+
// Spool aliases
|
|
2430
|
+
export { default as SpoolIcon } from '../icons/spool';
|
|
2427
2431
|
// Split aliases
|
|
2428
2432
|
export { default as SplitIcon } from '../icons/split';
|
|
2429
2433
|
// Spotlight aliases
|
|
2430
2434
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2431
|
-
// Spool aliases
|
|
2432
|
-
export { default as SpoolIcon } from '../icons/spool';
|
|
2433
|
-
// SprayCan aliases
|
|
2434
|
-
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2435
2435
|
// Sprout aliases
|
|
2436
2436
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2437
2437
|
// SquareArrowRightEnter aliases
|
|
2438
2438
|
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2439
|
+
// SprayCan aliases
|
|
2440
|
+
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2439
2441
|
// SquareArrowRightExit aliases
|
|
2440
2442
|
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2441
2443
|
// SquareDashedBottomCode aliases
|
|
2442
2444
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2443
|
-
// SquareDashedBottom aliases
|
|
2444
|
-
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2445
2445
|
// SquareDashedTopSolid aliases
|
|
2446
2446
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2447
|
-
//
|
|
2448
|
-
export { default as
|
|
2447
|
+
// SquareDashedBottom aliases
|
|
2448
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2449
2449
|
// SquarePause aliases
|
|
2450
2450
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2451
|
-
//
|
|
2452
|
-
export { default as
|
|
2451
|
+
// SquareRadical aliases
|
|
2452
|
+
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2453
2453
|
// SquareSquare aliases
|
|
2454
2454
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2455
|
-
//
|
|
2456
|
-
export { default as
|
|
2455
|
+
// SquareRoundCorner aliases
|
|
2456
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2457
2457
|
// SquareStack aliases
|
|
2458
2458
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2459
|
-
// SquareStop aliases
|
|
2460
|
-
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2461
2459
|
// SquareStar aliases
|
|
2462
2460
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2461
|
+
// SquareStop aliases
|
|
2462
|
+
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2463
|
+
// Square aliases
|
|
2464
|
+
export { default as SquareIcon } from '../icons/square';
|
|
2463
2465
|
// SquaresExclude aliases
|
|
2464
2466
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2465
2467
|
// SquaresIntersect aliases
|
|
2466
2468
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2469
|
+
// SquaresUnite aliases
|
|
2470
|
+
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2467
2471
|
// SquaresSubtract aliases
|
|
2468
2472
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2469
2473
|
// SquircleDashed aliases
|
|
2470
2474
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2471
|
-
// SquaresUnite aliases
|
|
2472
|
-
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2473
2475
|
// Squircle aliases
|
|
2474
2476
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2475
2477
|
// Squirrel aliases
|
|
2476
2478
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2477
2479
|
// Stamp aliases
|
|
2478
2480
|
export { default as StampIcon } from '../icons/stamp';
|
|
2479
|
-
// StarOff aliases
|
|
2480
|
-
export { default as StarOffIcon } from '../icons/star-off';
|
|
2481
2481
|
// StarHalf aliases
|
|
2482
2482
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2483
|
-
//
|
|
2484
|
-
export { default as
|
|
2483
|
+
// StarOff aliases
|
|
2484
|
+
export { default as StarOffIcon } from '../icons/star-off';
|
|
2485
2485
|
// StepBack aliases
|
|
2486
2486
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2487
|
+
// Star aliases
|
|
2488
|
+
export { default as StarIcon } from '../icons/star';
|
|
2487
2489
|
// StepForward aliases
|
|
2488
2490
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2489
2491
|
// Stethoscope aliases
|
|
@@ -2498,12 +2500,12 @@ export { default as StoneIcon } from '../icons/stone';
|
|
|
2498
2500
|
export { default as StoreIcon } from '../icons/store';
|
|
2499
2501
|
// StretchHorizontal aliases
|
|
2500
2502
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2501
|
-
// Strikethrough aliases
|
|
2502
|
-
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2503
2503
|
// StretchVertical aliases
|
|
2504
2504
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2505
2505
|
// Subscript aliases
|
|
2506
2506
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2507
|
+
// Strikethrough aliases
|
|
2508
|
+
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2507
2509
|
// SunDim aliases
|
|
2508
2510
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2509
2511
|
// SunMedium aliases
|
|
@@ -2516,66 +2518,66 @@ export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
|
2516
2518
|
export { default as SunIcon } from '../icons/sun';
|
|
2517
2519
|
// Sunrise aliases
|
|
2518
2520
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2519
|
-
// Sunset aliases
|
|
2520
|
-
export { default as SunsetIcon } from '../icons/sunset';
|
|
2521
2521
|
// Superscript aliases
|
|
2522
2522
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2523
|
+
// Sunset aliases
|
|
2524
|
+
export { default as SunsetIcon } from '../icons/sunset';
|
|
2523
2525
|
// SwatchBook aliases
|
|
2524
2526
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2525
2527
|
// SwissFranc aliases
|
|
2526
2528
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2527
|
-
// Sword aliases
|
|
2528
|
-
export { default as SwordIcon } from '../icons/sword';
|
|
2529
2529
|
// SwitchCamera aliases
|
|
2530
2530
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2531
|
-
//
|
|
2532
|
-
export { default as
|
|
2533
|
-
// Table2 aliases
|
|
2534
|
-
export { default as Table2Icon } from '../icons/table-2';
|
|
2531
|
+
// Sword aliases
|
|
2532
|
+
export { default as SwordIcon } from '../icons/sword';
|
|
2535
2533
|
// Syringe aliases
|
|
2536
2534
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2535
|
+
// Table2 aliases
|
|
2536
|
+
export { default as Table2Icon } from '../icons/table-2';
|
|
2537
|
+
// Swords aliases
|
|
2538
|
+
export { default as SwordsIcon } from '../icons/swords';
|
|
2537
2539
|
// TableCellsMerge aliases
|
|
2538
2540
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2539
2541
|
// TableCellsSplit aliases
|
|
2540
2542
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2541
|
-
// TableColumnsSplit aliases
|
|
2542
|
-
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2543
2543
|
// TableOfContents aliases
|
|
2544
2544
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2545
|
+
// TableColumnsSplit aliases
|
|
2546
|
+
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2545
2547
|
// TableProperties aliases
|
|
2546
2548
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2547
|
-
// Table aliases
|
|
2548
|
-
export { default as TableIcon } from '../icons/table';
|
|
2549
2549
|
// TableRowsSplit aliases
|
|
2550
2550
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2551
|
+
// Table aliases
|
|
2552
|
+
export { default as TableIcon } from '../icons/table';
|
|
2551
2553
|
// TabletSmartphone aliases
|
|
2552
2554
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2553
|
-
// Tablets aliases
|
|
2554
|
-
export { default as TabletsIcon } from '../icons/tablets';
|
|
2555
2555
|
// Tablet aliases
|
|
2556
2556
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2557
|
+
// Tablets aliases
|
|
2558
|
+
export { default as TabletsIcon } from '../icons/tablets';
|
|
2557
2559
|
// Tag aliases
|
|
2558
2560
|
export { default as TagIcon } from '../icons/tag';
|
|
2561
|
+
// Tags aliases
|
|
2562
|
+
export { default as TagsIcon } from '../icons/tags';
|
|
2559
2563
|
// Tally1 aliases
|
|
2560
2564
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2561
2565
|
// Tally2 aliases
|
|
2562
2566
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2563
|
-
// Tags aliases
|
|
2564
|
-
export { default as TagsIcon } from '../icons/tags';
|
|
2565
2567
|
// Tally3 aliases
|
|
2566
2568
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2567
|
-
// Tally5 aliases
|
|
2568
|
-
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2569
2569
|
// Tally4 aliases
|
|
2570
2570
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2571
|
+
// Tally5 aliases
|
|
2572
|
+
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2571
2573
|
// Tangent aliases
|
|
2572
2574
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2575
|
+
// Telescope aliases
|
|
2576
|
+
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2573
2577
|
// Target aliases
|
|
2574
2578
|
export { default as TargetIcon } from '../icons/target';
|
|
2575
2579
|
// TentTree aliases
|
|
2576
2580
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2577
|
-
// Telescope aliases
|
|
2578
|
-
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2579
2581
|
// Tent aliases
|
|
2580
2582
|
export { default as TentIcon } from '../icons/tent';
|
|
2581
2583
|
// Terminal aliases
|
|
@@ -2590,60 +2592,60 @@ export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
|
2590
2592
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2591
2593
|
// TextQuote aliases
|
|
2592
2594
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2595
|
+
// TextSearch aliases
|
|
2596
|
+
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2593
2597
|
// Theater aliases
|
|
2594
2598
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2599
|
+
// ThermometerSun aliases
|
|
2600
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2595
2601
|
// ThermometerSnowflake aliases
|
|
2596
2602
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2597
|
-
// TextSearch aliases
|
|
2598
|
-
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2599
2603
|
// Thermometer aliases
|
|
2600
2604
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2601
|
-
// ThermometerSun aliases
|
|
2602
|
-
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2603
|
-
// ThumbsUp aliases
|
|
2604
|
-
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2605
2605
|
// ThumbsDown aliases
|
|
2606
2606
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2607
|
+
// ThumbsUp aliases
|
|
2608
|
+
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2607
2609
|
// TicketCheck aliases
|
|
2608
2610
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2609
2611
|
// TicketMinus aliases
|
|
2610
2612
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2611
|
-
// TicketPercent aliases
|
|
2612
|
-
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2613
2613
|
// TicketPlus aliases
|
|
2614
2614
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2615
|
-
//
|
|
2616
|
-
export { default as
|
|
2617
|
-
// Ticket aliases
|
|
2618
|
-
export { default as TicketIcon } from '../icons/ticket';
|
|
2615
|
+
// TicketPercent aliases
|
|
2616
|
+
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2619
2617
|
// TicketX aliases
|
|
2620
2618
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2619
|
+
// TicketSlash aliases
|
|
2620
|
+
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2621
2621
|
// TicketsPlane aliases
|
|
2622
2622
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2623
|
+
// Ticket aliases
|
|
2624
|
+
export { default as TicketIcon } from '../icons/ticket';
|
|
2623
2625
|
// Tickets aliases
|
|
2624
2626
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2625
|
-
// TimerReset aliases
|
|
2626
|
-
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2627
2627
|
// TimerOff aliases
|
|
2628
2628
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2629
|
+
// TimerReset aliases
|
|
2630
|
+
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2629
2631
|
// Timer aliases
|
|
2630
2632
|
export { default as TimerIcon } from '../icons/timer';
|
|
2631
2633
|
// ToggleLeft aliases
|
|
2632
2634
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2633
|
-
// ToggleRight aliases
|
|
2634
|
-
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2635
2635
|
// Toilet aliases
|
|
2636
2636
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2637
|
+
// ToggleRight aliases
|
|
2638
|
+
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2637
2639
|
// ToolCase aliases
|
|
2638
2640
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2639
2641
|
// Toolbox aliases
|
|
2640
2642
|
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2643
|
+
// Torus aliases
|
|
2644
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2641
2645
|
// Tornado aliases
|
|
2642
2646
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2643
2647
|
// TouchpadOff aliases
|
|
2644
2648
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2645
|
-
// Torus aliases
|
|
2646
|
-
export { default as TorusIcon } from '../icons/torus';
|
|
2647
2649
|
// Touchpad aliases
|
|
2648
2650
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2649
2651
|
// TowelRack aliases
|
|
@@ -2670,6 +2672,8 @@ export { default as Trash2Icon } from '../icons/trash-2';
|
|
|
2670
2672
|
export { default as TrashIcon } from '../icons/trash';
|
|
2671
2673
|
// TreeDeciduous aliases
|
|
2672
2674
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2675
|
+
// Trello aliases
|
|
2676
|
+
export { default as TrelloIcon } from '../icons/trello';
|
|
2673
2677
|
// TreePine aliases
|
|
2674
2678
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2675
2679
|
// Trees aliases
|
|
@@ -2678,16 +2682,14 @@ export { default as TreesIcon } from '../icons/trees';
|
|
|
2678
2682
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2679
2683
|
// TrendingUpDown aliases
|
|
2680
2684
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2681
|
-
// Trello aliases
|
|
2682
|
-
export { default as TrelloIcon } from '../icons/trello';
|
|
2683
2685
|
// TrendingUp aliases
|
|
2684
2686
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2687
|
+
// TriangleRight aliases
|
|
2688
|
+
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2685
2689
|
// TriangleDashed aliases
|
|
2686
2690
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2687
2691
|
// Triangle aliases
|
|
2688
2692
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2689
|
-
// TriangleRight aliases
|
|
2690
|
-
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2691
2693
|
// Trophy aliases
|
|
2692
2694
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2693
2695
|
// Truck aliases
|
|
@@ -2700,42 +2702,42 @@ export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
|
2700
2702
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2701
2703
|
// Turtle aliases
|
|
2702
2704
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2703
|
-
// Tv aliases
|
|
2704
|
-
export { default as TvIcon } from '../icons/tv';
|
|
2705
2705
|
// TvMinimalPlay aliases
|
|
2706
2706
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2707
|
+
// Tv aliases
|
|
2708
|
+
export { default as TvIcon } from '../icons/tv';
|
|
2707
2709
|
// Twitch aliases
|
|
2708
2710
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2709
2711
|
// Twitter aliases
|
|
2710
2712
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2711
|
-
// Type aliases
|
|
2712
|
-
export { default as TypeIcon } from '../icons/type';
|
|
2713
2713
|
// TypeOutline aliases
|
|
2714
2714
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2715
2715
|
// UmbrellaOff aliases
|
|
2716
2716
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2717
|
+
// Type aliases
|
|
2718
|
+
export { default as TypeIcon } from '../icons/type';
|
|
2717
2719
|
// Umbrella aliases
|
|
2718
2720
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2719
2721
|
// Underline aliases
|
|
2720
2722
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2721
|
-
// UndoDot aliases
|
|
2722
|
-
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2723
2723
|
// Undo2 aliases
|
|
2724
2724
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2725
|
+
// UndoDot aliases
|
|
2726
|
+
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2725
2727
|
// Undo aliases
|
|
2726
2728
|
export { default as UndoIcon } from '../icons/undo';
|
|
2727
2729
|
// UnfoldHorizontal aliases
|
|
2728
2730
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2729
2731
|
// UnfoldVertical aliases
|
|
2730
2732
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2731
|
-
// Unlink2 aliases
|
|
2732
|
-
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2733
2733
|
// Ungroup aliases
|
|
2734
2734
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2735
|
-
//
|
|
2736
|
-
export { default as
|
|
2735
|
+
// Unlink2 aliases
|
|
2736
|
+
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2737
2737
|
// Unlink aliases
|
|
2738
2738
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2739
|
+
// Unplug aliases
|
|
2740
|
+
export { default as UnplugIcon } from '../icons/unplug';
|
|
2739
2741
|
// Upload aliases
|
|
2740
2742
|
export { default as UploadIcon } from '../icons/upload';
|
|
2741
2743
|
// Usb aliases
|
|
@@ -2748,10 +2750,10 @@ export { default as UserCogIcon } from '../icons/user-cog';
|
|
|
2748
2750
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2749
2751
|
// UserLock aliases
|
|
2750
2752
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2751
|
-
// UserPen aliases
|
|
2752
|
-
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2753
2753
|
// UserMinus aliases
|
|
2754
2754
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2755
|
+
// UserPen aliases
|
|
2756
|
+
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2755
2757
|
// UserPlus aliases
|
|
2756
2758
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2757
2759
|
// UserRoundKey aliases
|
|
@@ -2760,32 +2762,32 @@ export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
|
2760
2762
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2761
2763
|
// UserSearch aliases
|
|
2762
2764
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2763
|
-
// UserRoundSearch aliases
|
|
2764
|
-
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2765
2765
|
// UserStar aliases
|
|
2766
2766
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2767
|
+
// UserRoundSearch aliases
|
|
2768
|
+
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2767
2769
|
// UserX aliases
|
|
2768
2770
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2769
2771
|
// User aliases
|
|
2770
2772
|
export { default as UserIcon } from '../icons/user';
|
|
2771
|
-
// Users aliases
|
|
2772
|
-
export { default as UsersIcon } from '../icons/users';
|
|
2773
2773
|
// UtilityPole aliases
|
|
2774
2774
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2775
|
-
//
|
|
2776
|
-
export { default as
|
|
2775
|
+
// Users aliases
|
|
2776
|
+
export { default as UsersIcon } from '../icons/users';
|
|
2777
2777
|
// Variable aliases
|
|
2778
2778
|
export { default as VariableIcon } from '../icons/variable';
|
|
2779
|
+
// Van aliases
|
|
2780
|
+
export { default as VanIcon } from '../icons/van';
|
|
2779
2781
|
// Vault aliases
|
|
2780
2782
|
export { default as VaultIcon } from '../icons/vault';
|
|
2781
2783
|
// VectorSquare aliases
|
|
2782
2784
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2783
2785
|
// Vegan aliases
|
|
2784
2786
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2785
|
-
// VenetianMask aliases
|
|
2786
|
-
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2787
2787
|
// VenusAndMars aliases
|
|
2788
2788
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2789
|
+
// VenetianMask aliases
|
|
2790
|
+
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2789
2791
|
// Venus aliases
|
|
2790
2792
|
export { default as VenusIcon } from '../icons/venus';
|
|
2791
2793
|
// VibrateOff aliases
|
|
@@ -2824,22 +2826,22 @@ export { default as WalletIcon } from '../icons/wallet';
|
|
|
2824
2826
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2825
2827
|
// Wand aliases
|
|
2826
2828
|
export { default as WandIcon } from '../icons/wand';
|
|
2829
|
+
// Warehouse aliases
|
|
2830
|
+
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2827
2831
|
// WashingMachine aliases
|
|
2828
2832
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2829
2833
|
// Watch aliases
|
|
2830
2834
|
export { default as WatchIcon } from '../icons/watch';
|
|
2831
|
-
// Warehouse aliases
|
|
2832
|
-
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2833
2835
|
// WavesArrowDown aliases
|
|
2834
2836
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2835
2837
|
// WavesArrowUp aliases
|
|
2836
2838
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2837
2839
|
// WavesLadder aliases
|
|
2838
2840
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2839
|
-
// Waypoints aliases
|
|
2840
|
-
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2841
2841
|
// Waves aliases
|
|
2842
2842
|
export { default as WavesIcon } from '../icons/waves';
|
|
2843
|
+
// Waypoints aliases
|
|
2844
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2843
2845
|
// Webcam aliases
|
|
2844
2846
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2845
2847
|
// WebhookOff aliases
|
|
@@ -2848,16 +2850,16 @@ export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
|
2848
2850
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2849
2851
|
// WeightTilde aliases
|
|
2850
2852
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2851
|
-
// Wheat aliases
|
|
2852
|
-
export { default as WheatIcon } from '../icons/wheat';
|
|
2853
2853
|
// Weight aliases
|
|
2854
2854
|
export { default as WeightIcon } from '../icons/weight';
|
|
2855
2855
|
// WheatOff aliases
|
|
2856
2856
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2857
|
-
// WifiCog aliases
|
|
2858
|
-
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2859
2857
|
// WholeWord aliases
|
|
2860
2858
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2859
|
+
// Wheat aliases
|
|
2860
|
+
export { default as WheatIcon } from '../icons/wheat';
|
|
2861
|
+
// WifiCog aliases
|
|
2862
|
+
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2861
2863
|
// WifiHigh aliases
|
|
2862
2864
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2863
2865
|
// WifiLow aliases
|
|
@@ -2876,10 +2878,10 @@ export { default as WifiIcon } from '../icons/wifi';
|
|
|
2876
2878
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2877
2879
|
// Wind aliases
|
|
2878
2880
|
export { default as WindIcon } from '../icons/wind';
|
|
2879
|
-
// Wine aliases
|
|
2880
|
-
export { default as WineIcon } from '../icons/wine';
|
|
2881
2881
|
// WineOff aliases
|
|
2882
2882
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2883
|
+
// Wine aliases
|
|
2884
|
+
export { default as WineIcon } from '../icons/wine';
|
|
2883
2885
|
// Workflow aliases
|
|
2884
2886
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2885
2887
|
// Worm aliases
|
|
@@ -2894,10 +2896,10 @@ export { default as XIcon } from '../icons/x';
|
|
|
2894
2896
|
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2895
2897
|
// ZapOff aliases
|
|
2896
2898
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2897
|
-
// ZodiacAquarius aliases
|
|
2898
|
-
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
2899
2899
|
// Zap aliases
|
|
2900
2900
|
export { default as ZapIcon } from '../icons/zap';
|
|
2901
|
+
// ZodiacAquarius aliases
|
|
2902
|
+
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
2901
2903
|
// ZodiacAries aliases
|
|
2902
2904
|
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
2903
2905
|
// ZodiacCancer aliases
|
|
@@ -2918,28 +2920,22 @@ export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
|
2918
2920
|
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
2919
2921
|
// ZodiacScorpio aliases
|
|
2920
2922
|
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
2923
|
+
// ZodiacVirgo aliases
|
|
2924
|
+
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
2921
2925
|
// ZodiacTaurus aliases
|
|
2922
2926
|
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
2923
2927
|
// ZoomIn aliases
|
|
2924
2928
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2925
2929
|
// ZoomOut aliases
|
|
2926
2930
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2927
|
-
// ZodiacVirgo aliases
|
|
2928
|
-
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
2929
2931
|
// ArrowDown01 aliases
|
|
2930
2932
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2931
2933
|
// ArrowDown10 aliases
|
|
2932
2934
|
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2933
|
-
// ArrowUp10 aliases
|
|
2934
|
-
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2935
2935
|
// ArrowUp01 aliases
|
|
2936
2936
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2937
|
-
//
|
|
2938
|
-
export { default as
|
|
2939
|
-
export {
|
|
2940
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. This alias will be removed in v1.0 */
|
|
2941
|
-
default as AlarmCheckIcon
|
|
2942
|
-
} from '../icons/alarm-clock-check';
|
|
2937
|
+
// ArrowUp10 aliases
|
|
2938
|
+
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2943
2939
|
// AlarmClockMinus aliases
|
|
2944
2940
|
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2945
2941
|
export {
|
|
@@ -2952,6 +2948,18 @@ export {
|
|
|
2952
2948
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
2953
2949
|
default as AlarmPlusIcon
|
|
2954
2950
|
} from '../icons/alarm-clock-plus';
|
|
2951
|
+
// AlarmClockCheck aliases
|
|
2952
|
+
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2953
|
+
export {
|
|
2954
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. This alias will be removed in v1.0 */
|
|
2955
|
+
default as AlarmCheckIcon
|
|
2956
|
+
} from '../icons/alarm-clock-check';
|
|
2957
|
+
// ArrowDownAZ aliases
|
|
2958
|
+
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2959
|
+
export {
|
|
2960
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
|
|
2961
|
+
default as ArrowDownAzIcon
|
|
2962
|
+
} from '../icons/arrow-down-a-z';
|
|
2955
2963
|
// ArrowDownWideNarrow aliases
|
|
2956
2964
|
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2957
2965
|
export {
|
|
@@ -2964,12 +2972,6 @@ export {
|
|
|
2964
2972
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
|
|
2965
2973
|
default as ArrowDownZaIcon
|
|
2966
2974
|
} from '../icons/arrow-down-z-a';
|
|
2967
|
-
// ArrowDownAZ aliases
|
|
2968
|
-
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2969
|
-
export {
|
|
2970
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
|
|
2971
|
-
default as ArrowDownAzIcon
|
|
2972
|
-
} from '../icons/arrow-down-a-z';
|
|
2973
2975
|
// ArrowUpAZ aliases
|
|
2974
2976
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2975
2977
|
export {
|
|
@@ -3030,36 +3032,36 @@ export {
|
|
|
3030
3032
|
/** @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 */
|
|
3031
3033
|
default as CurlyBracesIcon
|
|
3032
3034
|
} from '../icons/braces';
|
|
3033
|
-
// ChartArea aliases
|
|
3034
|
-
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3035
|
-
export {
|
|
3036
|
-
/** @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 */
|
|
3037
|
-
default as AreaChartIcon
|
|
3038
|
-
} from '../icons/chart-area';
|
|
3039
3035
|
// Captions aliases
|
|
3040
3036
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
3041
3037
|
export {
|
|
3042
3038
|
/** @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 */
|
|
3043
3039
|
default as SubtitlesIcon
|
|
3044
3040
|
} from '../icons/captions';
|
|
3041
|
+
// ChartArea aliases
|
|
3042
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3043
|
+
export {
|
|
3044
|
+
/** @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 */
|
|
3045
|
+
default as AreaChartIcon
|
|
3046
|
+
} from '../icons/chart-area';
|
|
3045
3047
|
// ChartBar aliases
|
|
3046
3048
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3047
3049
|
export {
|
|
3048
3050
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
3049
3051
|
default as BarChartHorizontalIcon
|
|
3050
3052
|
} from '../icons/chart-bar';
|
|
3051
|
-
// ChartBarBig aliases
|
|
3052
|
-
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3053
|
-
export {
|
|
3054
|
-
/** @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 */
|
|
3055
|
-
default as BarChartHorizontalBigIcon
|
|
3056
|
-
} from '../icons/chart-bar-big';
|
|
3057
3053
|
// ChartCandlestick aliases
|
|
3058
3054
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3059
3055
|
export {
|
|
3060
3056
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
3061
3057
|
default as CandlestickChartIcon
|
|
3062
3058
|
} from '../icons/chart-candlestick';
|
|
3059
|
+
// ChartBarBig aliases
|
|
3060
|
+
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3061
|
+
export {
|
|
3062
|
+
/** @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 */
|
|
3063
|
+
default as BarChartHorizontalBigIcon
|
|
3064
|
+
} from '../icons/chart-bar-big';
|
|
3063
3065
|
// ChartColumnBig aliases
|
|
3064
3066
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3065
3067
|
export {
|
|
@@ -3084,12 +3086,6 @@ export {
|
|
|
3084
3086
|
/** @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 */
|
|
3085
3087
|
default as BarChartIcon
|
|
3086
3088
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3087
|
-
// ChartLine aliases
|
|
3088
|
-
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3089
|
-
export {
|
|
3090
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
3091
|
-
default as LineChartIcon
|
|
3092
|
-
} from '../icons/chart-line';
|
|
3093
3089
|
// ChartNoAxesColumn aliases
|
|
3094
3090
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3095
3091
|
export {
|
|
@@ -3102,6 +3098,12 @@ export {
|
|
|
3102
3098
|
/** @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 */
|
|
3103
3099
|
default as GanttChartIcon
|
|
3104
3100
|
} from '../icons/chart-no-axes-gantt';
|
|
3101
|
+
// ChartLine aliases
|
|
3102
|
+
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3103
|
+
export {
|
|
3104
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
3105
|
+
default as LineChartIcon
|
|
3106
|
+
} from '../icons/chart-line';
|
|
3105
3107
|
// ChartPie aliases
|
|
3106
3108
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3107
3109
|
export {
|
|
@@ -3276,12 +3278,6 @@ export {
|
|
|
3276
3278
|
/** @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 */
|
|
3277
3279
|
default as CircleSlashedIcon
|
|
3278
3280
|
} from '../icons/circle-slash-2';
|
|
3279
|
-
// CircleStop aliases
|
|
3280
|
-
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3281
|
-
export {
|
|
3282
|
-
/** @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 */
|
|
3283
|
-
default as StopCircleIcon
|
|
3284
|
-
} from '../icons/circle-stop';
|
|
3285
3281
|
// CircleQuestionMark aliases
|
|
3286
3282
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3287
3283
|
export {
|
|
@@ -3292,24 +3288,30 @@ export {
|
|
|
3292
3288
|
/** @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 */
|
|
3293
3289
|
default as CircleHelpIcon
|
|
3294
3290
|
} from '../icons/circle-question-mark';
|
|
3291
|
+
// CircleStop aliases
|
|
3292
|
+
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3293
|
+
export {
|
|
3294
|
+
/** @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 */
|
|
3295
|
+
default as StopCircleIcon
|
|
3296
|
+
} from '../icons/circle-stop';
|
|
3295
3297
|
// CircleUserRound aliases
|
|
3296
3298
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3297
3299
|
export {
|
|
3298
3300
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3299
3301
|
default as UserCircle2Icon
|
|
3300
3302
|
} from '../icons/circle-user-round';
|
|
3301
|
-
// CircleUser aliases
|
|
3302
|
-
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3303
|
-
export {
|
|
3304
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3305
|
-
default as UserCircleIcon
|
|
3306
|
-
} from '../icons/circle-user';
|
|
3307
3303
|
// CircleX aliases
|
|
3308
3304
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3309
3305
|
export {
|
|
3310
3306
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3311
3307
|
default as XCircleIcon
|
|
3312
3308
|
} from '../icons/circle-x';
|
|
3309
|
+
// CircleUser aliases
|
|
3310
|
+
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3311
|
+
export {
|
|
3312
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3313
|
+
default as UserCircleIcon
|
|
3314
|
+
} from '../icons/circle-user';
|
|
3313
3315
|
// ClipboardPenLine aliases
|
|
3314
3316
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3315
3317
|
export {
|
|
@@ -3328,12 +3330,6 @@ export {
|
|
|
3328
3330
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
3329
3331
|
default as ClipboardEditIcon
|
|
3330
3332
|
} from '../icons/clipboard-pen';
|
|
3331
|
-
// CloudUpload aliases
|
|
3332
|
-
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3333
|
-
export {
|
|
3334
|
-
/** @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 */
|
|
3335
|
-
default as UploadCloudIcon
|
|
3336
|
-
} from '../icons/cloud-upload';
|
|
3337
3333
|
// CodeXml aliases
|
|
3338
3334
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3339
3335
|
export {
|
|
@@ -3346,6 +3342,12 @@ export {
|
|
|
3346
3342
|
/** @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 */
|
|
3347
3343
|
default as ColumnsIcon
|
|
3348
3344
|
} from '../icons/columns-2';
|
|
3345
|
+
// CloudUpload aliases
|
|
3346
|
+
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3347
|
+
export {
|
|
3348
|
+
/** @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 */
|
|
3349
|
+
default as UploadCloudIcon
|
|
3350
|
+
} from '../icons/cloud-upload';
|
|
3349
3351
|
// Columns3Cog aliases
|
|
3350
3352
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3351
3353
|
export {
|
|
@@ -3356,48 +3358,48 @@ export {
|
|
|
3356
3358
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3357
3359
|
default as TableConfigIcon
|
|
3358
3360
|
} from '../icons/columns-3-cog';
|
|
3359
|
-
// Columns3 aliases
|
|
3360
|
-
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3361
|
-
export {
|
|
3362
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3363
|
-
default as PanelsLeftRightIcon
|
|
3364
|
-
} from '../icons/columns-3';
|
|
3365
3361
|
// ContactRound aliases
|
|
3366
3362
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3367
3363
|
export {
|
|
3368
3364
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3369
3365
|
default as Contact2Icon
|
|
3370
3366
|
} from '../icons/contact-round';
|
|
3367
|
+
// Columns3 aliases
|
|
3368
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3369
|
+
export {
|
|
3370
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3371
|
+
default as PanelsLeftRightIcon
|
|
3372
|
+
} from '../icons/columns-3';
|
|
3371
3373
|
// DiamondPercent aliases
|
|
3372
3374
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3373
3375
|
export {
|
|
3374
3376
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3375
3377
|
default as PercentDiamondIcon
|
|
3376
3378
|
} from '../icons/diamond-percent';
|
|
3377
|
-
//
|
|
3378
|
-
export { default as
|
|
3379
|
+
// EllipsisVertical aliases
|
|
3380
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3379
3381
|
export {
|
|
3380
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3381
|
-
default as
|
|
3382
|
-
} from '../icons/
|
|
3382
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3383
|
+
default as MoreVerticalIcon
|
|
3384
|
+
} from '../icons/ellipsis-vertical';
|
|
3383
3385
|
// Ellipsis aliases
|
|
3384
3386
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3385
3387
|
export {
|
|
3386
3388
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3387
3389
|
default as MoreHorizontalIcon
|
|
3388
3390
|
} from '../icons/ellipsis';
|
|
3391
|
+
// Earth aliases
|
|
3392
|
+
export { default as EarthIcon } from '../icons/earth';
|
|
3393
|
+
export {
|
|
3394
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3395
|
+
default as Globe2Icon
|
|
3396
|
+
} from '../icons/earth';
|
|
3389
3397
|
// FileAxis3d aliases
|
|
3390
3398
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3391
3399
|
export {
|
|
3392
3400
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3393
3401
|
default as FileAxis3DIcon
|
|
3394
3402
|
} from '../icons/file-axis-3d';
|
|
3395
|
-
// EllipsisVertical aliases
|
|
3396
|
-
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3397
|
-
export {
|
|
3398
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3399
|
-
default as MoreVerticalIcon
|
|
3400
|
-
} from '../icons/ellipsis-vertical';
|
|
3401
3403
|
// FileBadge aliases
|
|
3402
3404
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3403
3405
|
export {
|
|
@@ -3410,12 +3412,6 @@ export {
|
|
|
3410
3412
|
/** @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 */
|
|
3411
3413
|
default as FileJson2Icon
|
|
3412
3414
|
} from '../icons/file-braces-corner';
|
|
3413
|
-
// FileChartColumn aliases
|
|
3414
|
-
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3415
|
-
export {
|
|
3416
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3417
|
-
default as FileBarChart2Icon
|
|
3418
|
-
} from '../icons/file-chart-column';
|
|
3419
3415
|
// FileBraces aliases
|
|
3420
3416
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3421
3417
|
export {
|
|
@@ -3428,12 +3424,12 @@ export {
|
|
|
3428
3424
|
/** @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 */
|
|
3429
3425
|
default as FileBarChartIcon
|
|
3430
3426
|
} from '../icons/file-chart-column-increasing';
|
|
3431
|
-
//
|
|
3432
|
-
export { default as
|
|
3427
|
+
// FileChartColumn aliases
|
|
3428
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3433
3429
|
export {
|
|
3434
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3435
|
-
default as
|
|
3436
|
-
} from '../icons/file-chart-
|
|
3430
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3431
|
+
default as FileBarChart2Icon
|
|
3432
|
+
} from '../icons/file-chart-column';
|
|
3437
3433
|
// FileChartPie aliases
|
|
3438
3434
|
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3439
3435
|
export {
|
|
@@ -3446,18 +3442,30 @@ export {
|
|
|
3446
3442
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
3447
3443
|
default as FileCheck2Icon
|
|
3448
3444
|
} from '../icons/file-check-corner';
|
|
3449
|
-
//
|
|
3450
|
-
export { default as
|
|
3445
|
+
// FileChartLine aliases
|
|
3446
|
+
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3451
3447
|
export {
|
|
3452
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3453
|
-
default as
|
|
3454
|
-
} from '../icons/file-
|
|
3448
|
+
/** @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 */
|
|
3449
|
+
default as FileLineChartIcon
|
|
3450
|
+
} from '../icons/file-chart-line';
|
|
3455
3451
|
// FileCodeCorner aliases
|
|
3456
3452
|
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3457
3453
|
export {
|
|
3458
3454
|
/** @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 */
|
|
3459
3455
|
default as FileCode2Icon
|
|
3460
3456
|
} from '../icons/file-code-corner';
|
|
3457
|
+
// FileCog aliases
|
|
3458
|
+
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3459
|
+
export {
|
|
3460
|
+
/** @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 */
|
|
3461
|
+
default as FileCog2Icon
|
|
3462
|
+
} from '../icons/file-cog';
|
|
3463
|
+
// FileExclamationPoint aliases
|
|
3464
|
+
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3465
|
+
export {
|
|
3466
|
+
/** @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 */
|
|
3467
|
+
default as FileWarningIcon
|
|
3468
|
+
} from '../icons/file-exclamation-point';
|
|
3461
3469
|
// FileHeadphone aliases
|
|
3462
3470
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3463
3471
|
export {
|
|
@@ -3468,30 +3476,30 @@ export {
|
|
|
3468
3476
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3469
3477
|
default as FileAudio2Icon
|
|
3470
3478
|
} from '../icons/file-headphone';
|
|
3471
|
-
// FileExclamationPoint aliases
|
|
3472
|
-
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3473
|
-
export {
|
|
3474
|
-
/** @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 */
|
|
3475
|
-
default as FileWarningIcon
|
|
3476
|
-
} from '../icons/file-exclamation-point';
|
|
3477
3479
|
// FileKey aliases
|
|
3478
3480
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3479
3481
|
export {
|
|
3480
3482
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3481
3483
|
default as FileKey2Icon
|
|
3482
3484
|
} from '../icons/file-key';
|
|
3485
|
+
// FileLock aliases
|
|
3486
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3487
|
+
export {
|
|
3488
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
3489
|
+
default as FileLock2Icon
|
|
3490
|
+
} from '../icons/file-lock';
|
|
3483
3491
|
// FileMinusCorner aliases
|
|
3484
3492
|
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3485
3493
|
export {
|
|
3486
3494
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
3487
3495
|
default as FileMinus2Icon
|
|
3488
3496
|
} from '../icons/file-minus-corner';
|
|
3489
|
-
//
|
|
3490
|
-
export { default as
|
|
3497
|
+
// FilePenLine aliases
|
|
3498
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3491
3499
|
export {
|
|
3492
|
-
/** @deprecated The icon was
|
|
3493
|
-
default as
|
|
3494
|
-
} from '../icons/file-
|
|
3500
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3501
|
+
default as FileSignatureIcon
|
|
3502
|
+
} from '../icons/file-pen-line';
|
|
3495
3503
|
// FilePen aliases
|
|
3496
3504
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3497
3505
|
export {
|
|
@@ -3504,12 +3512,6 @@ export {
|
|
|
3504
3512
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
3505
3513
|
default as FileVideoIcon
|
|
3506
3514
|
} from '../icons/file-play';
|
|
3507
|
-
// FilePenLine aliases
|
|
3508
|
-
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3509
|
-
export {
|
|
3510
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3511
|
-
default as FileSignatureIcon
|
|
3512
|
-
} from '../icons/file-pen-line';
|
|
3513
3515
|
// FilePlusCorner aliases
|
|
3514
3516
|
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3515
3517
|
export {
|
|
@@ -3528,6 +3530,12 @@ export {
|
|
|
3528
3530
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
3529
3531
|
default as FileSearch2Icon
|
|
3530
3532
|
} from '../icons/file-search-corner';
|
|
3533
|
+
// FileSignal aliases
|
|
3534
|
+
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3535
|
+
export {
|
|
3536
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
3537
|
+
default as FileVolume2Icon
|
|
3538
|
+
} from '../icons/file-signal';
|
|
3531
3539
|
// FileTypeCorner aliases
|
|
3532
3540
|
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3533
3541
|
export {
|
|
@@ -3540,30 +3548,24 @@ export {
|
|
|
3540
3548
|
/** @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 */
|
|
3541
3549
|
default as FileVideo2Icon
|
|
3542
3550
|
} from '../icons/file-video-camera';
|
|
3543
|
-
// FileSignal aliases
|
|
3544
|
-
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3545
|
-
export {
|
|
3546
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
3547
|
-
default as FileVolume2Icon
|
|
3548
|
-
} from '../icons/file-signal';
|
|
3549
3551
|
// FileXCorner aliases
|
|
3550
3552
|
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3551
3553
|
export {
|
|
3552
3554
|
/** @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 */
|
|
3553
3555
|
default as FileX2Icon
|
|
3554
3556
|
} from '../icons/file-x-corner';
|
|
3555
|
-
// FolderCog aliases
|
|
3556
|
-
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3557
|
-
export {
|
|
3558
|
-
/** @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 */
|
|
3559
|
-
default as FolderCog2Icon
|
|
3560
|
-
} from '../icons/folder-cog';
|
|
3561
3557
|
// FingerprintPattern aliases
|
|
3562
3558
|
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3563
3559
|
export {
|
|
3564
3560
|
/** @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 */
|
|
3565
3561
|
default as FingerprintIcon
|
|
3566
3562
|
} from '../icons/fingerprint-pattern';
|
|
3563
|
+
// FolderCog aliases
|
|
3564
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3565
|
+
export {
|
|
3566
|
+
/** @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 */
|
|
3567
|
+
default as FolderCog2Icon
|
|
3568
|
+
} from '../icons/folder-cog';
|
|
3567
3569
|
// FolderPen aliases
|
|
3568
3570
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3569
3571
|
export {
|
|
@@ -3600,18 +3602,28 @@ export {
|
|
|
3600
3602
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3601
3603
|
default as Grid2X2PlusIcon
|
|
3602
3604
|
} from '../icons/grid-2x2-plus';
|
|
3605
|
+
// Grid2x2X aliases
|
|
3606
|
+
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3607
|
+
export {
|
|
3608
|
+
/** @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 */
|
|
3609
|
+
default as Grid2X2XIcon
|
|
3610
|
+
} from '../icons/grid-2x2-x';
|
|
3603
3611
|
// Grid2x2 aliases
|
|
3604
3612
|
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3605
3613
|
export {
|
|
3606
3614
|
/** @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 */
|
|
3607
3615
|
default as Grid2X2Icon
|
|
3608
3616
|
} from '../icons/grid-2x2';
|
|
3609
|
-
//
|
|
3610
|
-
export { default as
|
|
3617
|
+
// Grid3x3 aliases
|
|
3618
|
+
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3611
3619
|
export {
|
|
3612
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3613
|
-
default as
|
|
3614
|
-
} from '../icons/grid-
|
|
3620
|
+
/** @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 */
|
|
3621
|
+
default as GridIcon
|
|
3622
|
+
} from '../icons/grid-3x3';
|
|
3623
|
+
export {
|
|
3624
|
+
/** @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 */
|
|
3625
|
+
default as Grid3X3Icon
|
|
3626
|
+
} from '../icons/grid-3x3';
|
|
3615
3627
|
// HandGrab aliases
|
|
3616
3628
|
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3617
3629
|
export {
|
|
@@ -3624,22 +3636,18 @@ export {
|
|
|
3624
3636
|
/** @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 */
|
|
3625
3637
|
default as HelpingHandIcon
|
|
3626
3638
|
} from '../icons/hand-helping';
|
|
3627
|
-
// Grid3x3 aliases
|
|
3628
|
-
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3629
|
-
export {
|
|
3630
|
-
/** @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 */
|
|
3631
|
-
default as GridIcon
|
|
3632
|
-
} from '../icons/grid-3x3';
|
|
3633
|
-
export {
|
|
3634
|
-
/** @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 */
|
|
3635
|
-
default as Grid3X3Icon
|
|
3636
|
-
} from '../icons/grid-3x3';
|
|
3637
3639
|
// House aliases
|
|
3638
3640
|
export { default as HouseIcon } from '../icons/house';
|
|
3639
3641
|
export {
|
|
3640
3642
|
/** @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 */
|
|
3641
3643
|
default as HomeIcon
|
|
3642
3644
|
} from '../icons/house';
|
|
3645
|
+
// LaptopMinimal aliases
|
|
3646
|
+
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3647
|
+
export {
|
|
3648
|
+
/** @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 */
|
|
3649
|
+
default as Laptop2Icon
|
|
3650
|
+
} from '../icons/laptop-minimal';
|
|
3643
3651
|
// IceCreamBowl aliases
|
|
3644
3652
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3645
3653
|
export {
|
|
@@ -3652,12 +3660,12 @@ export {
|
|
|
3652
3660
|
/** @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 */
|
|
3653
3661
|
default as IceCreamIcon
|
|
3654
3662
|
} from '../icons/ice-cream-cone';
|
|
3655
|
-
//
|
|
3656
|
-
export { default as
|
|
3663
|
+
// Layers aliases
|
|
3664
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3657
3665
|
export {
|
|
3658
|
-
/** @deprecated The
|
|
3659
|
-
default as
|
|
3660
|
-
} from '../icons/
|
|
3666
|
+
/** @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 */
|
|
3667
|
+
default as Layers3Icon
|
|
3668
|
+
} from '../icons/layers';
|
|
3661
3669
|
// ListIndentDecrease aliases
|
|
3662
3670
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3663
3671
|
export {
|
|
@@ -3668,12 +3676,12 @@ export {
|
|
|
3668
3676
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3669
3677
|
default as IndentDecreaseIcon
|
|
3670
3678
|
} from '../icons/list-indent-decrease';
|
|
3671
|
-
//
|
|
3672
|
-
export { default as
|
|
3679
|
+
// LoaderCircle aliases
|
|
3680
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3673
3681
|
export {
|
|
3674
|
-
/** @deprecated The icon was
|
|
3675
|
-
default as
|
|
3676
|
-
} from '../icons/
|
|
3682
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3683
|
+
default as Loader2Icon
|
|
3684
|
+
} from '../icons/loader-circle';
|
|
3677
3685
|
// ListIndentIncrease aliases
|
|
3678
3686
|
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3679
3687
|
export {
|
|
@@ -3684,30 +3692,24 @@ export {
|
|
|
3684
3692
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3685
3693
|
default as IndentIncreaseIcon
|
|
3686
3694
|
} from '../icons/list-indent-increase';
|
|
3687
|
-
// LoaderCircle aliases
|
|
3688
|
-
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3689
|
-
export {
|
|
3690
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3691
|
-
default as Loader2Icon
|
|
3692
|
-
} from '../icons/loader-circle';
|
|
3693
3695
|
// LockKeyholeOpen aliases
|
|
3694
3696
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3695
3697
|
export {
|
|
3696
3698
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
3697
3699
|
default as UnlockKeyholeIcon
|
|
3698
3700
|
} from '../icons/lock-keyhole-open';
|
|
3699
|
-
// LockOpen aliases
|
|
3700
|
-
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3701
|
-
export {
|
|
3702
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
3703
|
-
default as UnlockIcon
|
|
3704
|
-
} from '../icons/lock-open';
|
|
3705
3701
|
// MailQuestionMark aliases
|
|
3706
3702
|
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3707
3703
|
export {
|
|
3708
3704
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3709
3705
|
default as MailQuestionIcon
|
|
3710
3706
|
} from '../icons/mail-question-mark';
|
|
3707
|
+
// LockOpen aliases
|
|
3708
|
+
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3709
|
+
export {
|
|
3710
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
3711
|
+
default as UnlockIcon
|
|
3712
|
+
} from '../icons/lock-open';
|
|
3711
3713
|
// MapPinPen aliases
|
|
3712
3714
|
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3713
3715
|
export {
|
|
@@ -3726,18 +3728,18 @@ export {
|
|
|
3726
3728
|
/** @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 */
|
|
3727
3729
|
default as Mic2Icon
|
|
3728
3730
|
} from '../icons/mic-vocal';
|
|
3729
|
-
// OctagonAlert aliases
|
|
3730
|
-
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3731
|
-
export {
|
|
3732
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3733
|
-
default as AlertOctagonIcon
|
|
3734
|
-
} from '../icons/octagon-alert';
|
|
3735
3731
|
// Move3d aliases
|
|
3736
3732
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3737
3733
|
export {
|
|
3738
3734
|
/** @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 */
|
|
3739
3735
|
default as Move3DIcon
|
|
3740
3736
|
} from '../icons/move-3d';
|
|
3737
|
+
// OctagonAlert aliases
|
|
3738
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3739
|
+
export {
|
|
3740
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3741
|
+
default as AlertOctagonIcon
|
|
3742
|
+
} from '../icons/octagon-alert';
|
|
3741
3743
|
// OctagonPause aliases
|
|
3742
3744
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3743
3745
|
export {
|
|
@@ -3756,6 +3758,12 @@ export {
|
|
|
3756
3758
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
3757
3759
|
default as Paintbrush2Icon
|
|
3758
3760
|
} from '../icons/paintbrush-vertical';
|
|
3761
|
+
// PanelBottomDashed aliases
|
|
3762
|
+
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3763
|
+
export {
|
|
3764
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3765
|
+
default as PanelBottomInactiveIcon
|
|
3766
|
+
} from '../icons/panel-bottom-dashed';
|
|
3759
3767
|
// PanelLeftClose aliases
|
|
3760
3768
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3761
3769
|
export {
|
|
@@ -3768,36 +3776,30 @@ export {
|
|
|
3768
3776
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3769
3777
|
default as SidebarOpenIcon
|
|
3770
3778
|
} from '../icons/panel-left-open';
|
|
3771
|
-
//
|
|
3772
|
-
export { default as
|
|
3779
|
+
// PanelLeft aliases
|
|
3780
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3773
3781
|
export {
|
|
3774
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3775
|
-
default as
|
|
3776
|
-
} from '../icons/panel-
|
|
3782
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3783
|
+
default as SidebarIcon
|
|
3784
|
+
} from '../icons/panel-left';
|
|
3777
3785
|
// PanelLeftDashed aliases
|
|
3778
3786
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3779
3787
|
export {
|
|
3780
3788
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3781
3789
|
default as PanelLeftInactiveIcon
|
|
3782
3790
|
} from '../icons/panel-left-dashed';
|
|
3783
|
-
// PanelTopDashed aliases
|
|
3784
|
-
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3785
|
-
export {
|
|
3786
|
-
/** @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 */
|
|
3787
|
-
default as PanelTopInactiveIcon
|
|
3788
|
-
} from '../icons/panel-top-dashed';
|
|
3789
|
-
// PanelLeft aliases
|
|
3790
|
-
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3791
|
-
export {
|
|
3792
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3793
|
-
default as SidebarIcon
|
|
3794
|
-
} from '../icons/panel-left';
|
|
3795
3791
|
// PanelRightDashed aliases
|
|
3796
3792
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3797
3793
|
export {
|
|
3798
3794
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
3799
3795
|
default as PanelRightInactiveIcon
|
|
3800
3796
|
} from '../icons/panel-right-dashed';
|
|
3797
|
+
// PanelTopDashed aliases
|
|
3798
|
+
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3799
|
+
export {
|
|
3800
|
+
/** @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 */
|
|
3801
|
+
default as PanelTopInactiveIcon
|
|
3802
|
+
} from '../icons/panel-top-dashed';
|
|
3801
3803
|
// PanelsTopLeft aliases
|
|
3802
3804
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3803
3805
|
export {
|
|
@@ -3888,18 +3890,18 @@ export {
|
|
|
3888
3890
|
/** @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 */
|
|
3889
3891
|
default as ActivitySquareIcon
|
|
3890
3892
|
} from '../icons/square-activity';
|
|
3891
|
-
// SquareArrowDownRight aliases
|
|
3892
|
-
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3893
|
-
export {
|
|
3894
|
-
/** @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 */
|
|
3895
|
-
default as ArrowDownRightSquareIcon
|
|
3896
|
-
} from '../icons/square-arrow-down-right';
|
|
3897
3893
|
// SquareArrowDownLeft aliases
|
|
3898
3894
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3899
3895
|
export {
|
|
3900
3896
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3901
3897
|
default as ArrowDownLeftSquareIcon
|
|
3902
3898
|
} from '../icons/square-arrow-down-left';
|
|
3899
|
+
// SquareArrowDownRight aliases
|
|
3900
|
+
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3901
|
+
export {
|
|
3902
|
+
/** @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 */
|
|
3903
|
+
default as ArrowDownRightSquareIcon
|
|
3904
|
+
} from '../icons/square-arrow-down-right';
|
|
3903
3905
|
// SquareArrowLeft aliases
|
|
3904
3906
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3905
3907
|
export {
|
|
@@ -3930,12 +3932,6 @@ export {
|
|
|
3930
3932
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3931
3933
|
default as ArrowUpLeftFromSquareIcon
|
|
3932
3934
|
} from '../icons/square-arrow-out-up-left';
|
|
3933
|
-
// SquareArrowRight aliases
|
|
3934
|
-
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3935
|
-
export {
|
|
3936
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3937
|
-
default as ArrowRightSquareIcon
|
|
3938
|
-
} from '../icons/square-arrow-right';
|
|
3939
3935
|
// SquareArrowOutUpRight aliases
|
|
3940
3936
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3941
3937
|
export {
|
|
@@ -3948,42 +3944,42 @@ export {
|
|
|
3948
3944
|
/** @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 */
|
|
3949
3945
|
default as ArrowUpLeftSquareIcon
|
|
3950
3946
|
} from '../icons/square-arrow-up-left';
|
|
3951
|
-
//
|
|
3952
|
-
export { default as
|
|
3947
|
+
// SquareArrowRight aliases
|
|
3948
|
+
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3953
3949
|
export {
|
|
3954
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3955
|
-
default as
|
|
3956
|
-
} from '../icons/square-arrow-
|
|
3950
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3951
|
+
default as ArrowRightSquareIcon
|
|
3952
|
+
} from '../icons/square-arrow-right';
|
|
3957
3953
|
// SquareArrowUp aliases
|
|
3958
3954
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3959
3955
|
export {
|
|
3960
3956
|
/** @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 */
|
|
3961
3957
|
default as ArrowUpSquareIcon
|
|
3962
3958
|
} from '../icons/square-arrow-up';
|
|
3959
|
+
// SquareArrowUpRight aliases
|
|
3960
|
+
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3961
|
+
export {
|
|
3962
|
+
/** @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 */
|
|
3963
|
+
default as ArrowUpRightSquareIcon
|
|
3964
|
+
} from '../icons/square-arrow-up-right';
|
|
3963
3965
|
// SquareAsterisk aliases
|
|
3964
3966
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3965
3967
|
export {
|
|
3966
3968
|
/** @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 */
|
|
3967
3969
|
default as AsteriskSquareIcon
|
|
3968
3970
|
} from '../icons/square-asterisk';
|
|
3969
|
-
//
|
|
3970
|
-
export { default as
|
|
3971
|
+
// SquareBottomDashedScissors aliases
|
|
3972
|
+
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3971
3973
|
export {
|
|
3972
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3973
|
-
default as
|
|
3974
|
-
} from '../icons/square-
|
|
3974
|
+
/** @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 */
|
|
3975
|
+
default as ScissorsSquareDashedBottomIcon
|
|
3976
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
3975
3977
|
// SquareCenterlineDashedVertical aliases
|
|
3976
3978
|
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
3977
3979
|
export {
|
|
3978
3980
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. This alias will be removed in v1.0 */
|
|
3979
3981
|
default as FlipVerticalIcon
|
|
3980
3982
|
} from '../icons/square-centerline-dashed-vertical';
|
|
3981
|
-
// SquareBottomDashedScissors aliases
|
|
3982
|
-
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3983
|
-
export {
|
|
3984
|
-
/** @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 */
|
|
3985
|
-
default as ScissorsSquareDashedBottomIcon
|
|
3986
|
-
} from '../icons/square-bottom-dashed-scissors';
|
|
3987
3983
|
// SquareChartGantt aliases
|
|
3988
3984
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3989
3985
|
export {
|
|
@@ -3994,36 +3990,48 @@ export {
|
|
|
3994
3990
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
3995
3991
|
default as SquareGanttChartIcon
|
|
3996
3992
|
} from '../icons/square-chart-gantt';
|
|
3997
|
-
//
|
|
3998
|
-
export { default as
|
|
3993
|
+
// SquareCenterlineDashedHorizontal aliases
|
|
3994
|
+
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
3999
3995
|
export {
|
|
4000
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4001
|
-
default as
|
|
4002
|
-
} from '../icons/square-
|
|
3996
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. This alias will be removed in v1.0 */
|
|
3997
|
+
default as FlipHorizontalIcon
|
|
3998
|
+
} from '../icons/square-centerline-dashed-horizontal';
|
|
4003
3999
|
// SquareCheckBig aliases
|
|
4004
4000
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4005
4001
|
export {
|
|
4006
4002
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
4007
4003
|
default as CheckSquareIcon
|
|
4008
4004
|
} from '../icons/square-check-big';
|
|
4005
|
+
// SquareCheck aliases
|
|
4006
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4007
|
+
export {
|
|
4008
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
4009
|
+
default as CheckSquare2Icon
|
|
4010
|
+
} from '../icons/square-check';
|
|
4009
4011
|
// SquareChevronDown aliases
|
|
4010
4012
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4011
4013
|
export {
|
|
4012
4014
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
4013
4015
|
default as ChevronDownSquareIcon
|
|
4014
4016
|
} from '../icons/square-chevron-down';
|
|
4017
|
+
// SquareChevronLeft aliases
|
|
4018
|
+
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4019
|
+
export {
|
|
4020
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
4021
|
+
default as ChevronLeftSquareIcon
|
|
4022
|
+
} from '../icons/square-chevron-left';
|
|
4015
4023
|
// SquareChevronRight aliases
|
|
4016
4024
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4017
4025
|
export {
|
|
4018
4026
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
4019
4027
|
default as ChevronRightSquareIcon
|
|
4020
4028
|
} from '../icons/square-chevron-right';
|
|
4021
|
-
//
|
|
4022
|
-
export { default as
|
|
4029
|
+
// SquareCode aliases
|
|
4030
|
+
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4023
4031
|
export {
|
|
4024
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4025
|
-
default as
|
|
4026
|
-
} from '../icons/square-
|
|
4032
|
+
/** @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 */
|
|
4033
|
+
default as CodeSquareIcon
|
|
4034
|
+
} from '../icons/square-code';
|
|
4027
4035
|
// SquareChevronUp aliases
|
|
4028
4036
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4029
4037
|
export {
|
|
@@ -4036,18 +4044,18 @@ export {
|
|
|
4036
4044
|
/** @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 */
|
|
4037
4045
|
default as KanbanSquareDashedIcon
|
|
4038
4046
|
} from '../icons/square-dashed-kanban';
|
|
4039
|
-
// SquareCode aliases
|
|
4040
|
-
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4041
|
-
export {
|
|
4042
|
-
/** @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 */
|
|
4043
|
-
default as CodeSquareIcon
|
|
4044
|
-
} from '../icons/square-code';
|
|
4045
4047
|
// SquareDashedMousePointer aliases
|
|
4046
4048
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4047
4049
|
export {
|
|
4048
4050
|
/** @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 */
|
|
4049
4051
|
default as MousePointerSquareDashedIcon
|
|
4050
4052
|
} from '../icons/square-dashed-mouse-pointer';
|
|
4053
|
+
// SquareDashed aliases
|
|
4054
|
+
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4055
|
+
export {
|
|
4056
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
4057
|
+
default as BoxSelectIcon
|
|
4058
|
+
} from '../icons/square-dashed';
|
|
4051
4059
|
// SquareDot aliases
|
|
4052
4060
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4053
4061
|
export {
|
|
@@ -4060,12 +4068,6 @@ export {
|
|
|
4060
4068
|
/** @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 */
|
|
4061
4069
|
default as DivideSquareIcon
|
|
4062
4070
|
} from '../icons/square-divide';
|
|
4063
|
-
// SquareDashed aliases
|
|
4064
|
-
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4065
|
-
export {
|
|
4066
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
4067
|
-
default as BoxSelectIcon
|
|
4068
|
-
} from '../icons/square-dashed';
|
|
4069
4071
|
// SquareEqual aliases
|
|
4070
4072
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4071
4073
|
export {
|
|
@@ -4176,18 +4178,18 @@ export {
|
|
|
4176
4178
|
/** @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 */
|
|
4177
4179
|
default as PowerSquareIcon
|
|
4178
4180
|
} from '../icons/square-power';
|
|
4179
|
-
// SquareSigma aliases
|
|
4180
|
-
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4181
|
-
export {
|
|
4182
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
4183
|
-
default as SigmaSquareIcon
|
|
4184
|
-
} from '../icons/square-sigma';
|
|
4185
4181
|
// SquareScissors aliases
|
|
4186
4182
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4187
4183
|
export {
|
|
4188
4184
|
/** @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 */
|
|
4189
4185
|
default as ScissorsSquareIcon
|
|
4190
4186
|
} from '../icons/square-scissors';
|
|
4187
|
+
// SquareSigma aliases
|
|
4188
|
+
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4189
|
+
export {
|
|
4190
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
4191
|
+
default as SigmaSquareIcon
|
|
4192
|
+
} from '../icons/square-sigma';
|
|
4191
4193
|
// SquareSlash aliases
|
|
4192
4194
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4193
4195
|
export {
|
|
@@ -4224,12 +4226,6 @@ export {
|
|
|
4224
4226
|
/** @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 */
|
|
4225
4227
|
default as UserSquareIcon
|
|
4226
4228
|
} from '../icons/square-user';
|
|
4227
|
-
// TestTubeDiagonal aliases
|
|
4228
|
-
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4229
|
-
export {
|
|
4230
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
4231
|
-
default as TestTube2Icon
|
|
4232
|
-
} from '../icons/test-tube-diagonal';
|
|
4233
4229
|
// SquareX aliases
|
|
4234
4230
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4235
4231
|
export {
|
|
@@ -4242,6 +4238,12 @@ export {
|
|
|
4242
4238
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4243
4239
|
default as AlignCenterIcon
|
|
4244
4240
|
} from '../icons/text-align-center';
|
|
4241
|
+
// TestTubeDiagonal aliases
|
|
4242
|
+
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4243
|
+
export {
|
|
4244
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
4245
|
+
default as TestTube2Icon
|
|
4246
|
+
} from '../icons/test-tube-diagonal';
|
|
4245
4247
|
// TextAlignJustify aliases
|
|
4246
4248
|
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4247
4249
|
export {
|
|
@@ -4254,12 +4256,6 @@ export {
|
|
|
4254
4256
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4255
4257
|
default as AlignRightIcon
|
|
4256
4258
|
} from '../icons/text-align-end';
|
|
4257
|
-
// TextInitial aliases
|
|
4258
|
-
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4259
|
-
export {
|
|
4260
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
4261
|
-
default as LetterTextIcon
|
|
4262
|
-
} from '../icons/text-initial';
|
|
4263
4259
|
// TextAlignStart aliases
|
|
4264
4260
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4265
4261
|
export {
|
|
@@ -4270,6 +4266,12 @@ export {
|
|
|
4270
4266
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4271
4267
|
default as AlignLeftIcon
|
|
4272
4268
|
} from '../icons/text-align-start';
|
|
4269
|
+
// TextInitial aliases
|
|
4270
|
+
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4271
|
+
export {
|
|
4272
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
4273
|
+
default as LetterTextIcon
|
|
4274
|
+
} from '../icons/text-initial';
|
|
4273
4275
|
// TextSelect aliases
|
|
4274
4276
|
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4275
4277
|
export {
|
|
@@ -4300,18 +4302,18 @@ export {
|
|
|
4300
4302
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
4301
4303
|
default as AlertTriangleIcon
|
|
4302
4304
|
} from '../icons/triangle-alert';
|
|
4303
|
-
// University aliases
|
|
4304
|
-
export { default as UniversityIcon } from '../icons/university';
|
|
4305
|
-
export {
|
|
4306
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4307
|
-
default as School2Icon
|
|
4308
|
-
} from '../icons/university';
|
|
4309
4305
|
// TvMinimal aliases
|
|
4310
4306
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4311
4307
|
export {
|
|
4312
4308
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
4313
4309
|
default as Tv2Icon
|
|
4314
4310
|
} from '../icons/tv-minimal';
|
|
4311
|
+
// University aliases
|
|
4312
|
+
export { default as UniversityIcon } from '../icons/university';
|
|
4313
|
+
export {
|
|
4314
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4315
|
+
default as School2Icon
|
|
4316
|
+
} from '../icons/university';
|
|
4315
4317
|
// UserRoundCheck aliases
|
|
4316
4318
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4317
4319
|
export {
|
|
@@ -4354,18 +4356,6 @@ export {
|
|
|
4354
4356
|
/** @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 */
|
|
4355
4357
|
default as Users2Icon
|
|
4356
4358
|
} from '../icons/users-round';
|
|
4357
|
-
// Utensils aliases
|
|
4358
|
-
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4359
|
-
export {
|
|
4360
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4361
|
-
default as ForkKnifeIcon
|
|
4362
|
-
} from '../icons/utensils';
|
|
4363
|
-
// WandSparkles aliases
|
|
4364
|
-
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4365
|
-
export {
|
|
4366
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
4367
|
-
default as Wand2Icon
|
|
4368
|
-
} from '../icons/wand-sparkles';
|
|
4369
4359
|
// UtensilsCrossed aliases
|
|
4370
4360
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4371
4361
|
export {
|
|
@@ -4378,4 +4368,16 @@ export {
|
|
|
4378
4368
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4379
4369
|
default as Wallet2Icon
|
|
4380
4370
|
} from '../icons/wallet-minimal';
|
|
4371
|
+
// Utensils aliases
|
|
4372
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4373
|
+
export {
|
|
4374
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4375
|
+
default as ForkKnifeIcon
|
|
4376
|
+
} from '../icons/utensils';
|
|
4377
|
+
// WandSparkles aliases
|
|
4378
|
+
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4379
|
+
export {
|
|
4380
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
4381
|
+
default as Wand2Icon
|
|
4382
|
+
} from '../icons/wand-sparkles';
|
|
4381
4383
|
|