@lucide/astro 0.540.0 → 0.541.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 -60
- package/src/aliases/prefixed.ts +489 -481
- package/src/aliases/suffixed.ts +880 -872
- package/src/icons/building.ts +2 -2
- package/src/icons/{chrome.ts → chromium.ts} +5 -5
- package/src/icons/cog.ts +2 -2
- package/src/icons/index.ts +140 -138
- package/src/icons/panel-left-right-dashed.ts +18 -0
- package/src/icons/panel-top-bottom-dashed.ts +18 -0
- package/src/icons/wallpaper.ts +2 -2
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
-
// AArrowUp aliases
|
|
4
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
3
|
// ALargeSmall aliases
|
|
6
4
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
|
+
// AArrowUp aliases
|
|
6
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
7
7
|
// Accessibility aliases
|
|
8
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
|
+
// AirVent aliases
|
|
12
|
+
export { default as AirVentIcon } from '../icons/air-vent';
|
|
11
13
|
// Airplay aliases
|
|
12
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
13
15
|
// AlarmClockOff aliases
|
|
14
16
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
15
|
-
// AirVent aliases
|
|
16
|
-
export { default as AirVentIcon } from '../icons/air-vent';
|
|
17
17
|
// AlarmClock aliases
|
|
18
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
19
|
// AlarmSmoke aliases
|
|
@@ -24,26 +24,26 @@ export { default as AlbumIcon } from '../icons/album';
|
|
|
24
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
25
|
// AlignCenterVertical aliases
|
|
26
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
|
-
// AlignEndHorizontal aliases
|
|
28
|
-
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
27
|
// AlignCenter aliases
|
|
30
28
|
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
29
|
+
// AlignEndHorizontal aliases
|
|
30
|
+
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
31
|
// AlignEndVertical aliases
|
|
32
32
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
|
-
// AlignHorizontalDistributeCenter aliases
|
|
34
|
-
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
33
|
// AlignHorizontalDistributeEnd aliases
|
|
36
34
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
|
+
// AlignHorizontalDistributeCenter aliases
|
|
36
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
37
37
|
// AlignHorizontalDistributeStart aliases
|
|
38
38
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
39
|
// AlignHorizontalJustifyCenter aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
41
|
// AlignHorizontalJustifyEnd aliases
|
|
42
42
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
|
-
// AlignHorizontalSpaceAround aliases
|
|
44
|
-
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
43
|
// AlignHorizontalJustifyStart aliases
|
|
46
44
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
|
+
// AlignHorizontalSpaceAround aliases
|
|
46
|
+
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
47
|
// AlignHorizontalSpaceBetween aliases
|
|
48
48
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
49
|
// AlignJustify aliases
|
|
@@ -70,34 +70,34 @@ export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-
|
|
|
70
70
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
71
71
|
// AlignVerticalSpaceAround aliases
|
|
72
72
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
73
|
-
// Ambulance aliases
|
|
74
|
-
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
75
73
|
// AlignVerticalSpaceBetween aliases
|
|
76
74
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
77
|
-
//
|
|
78
|
-
export { default as
|
|
79
|
-
// Amphora aliases
|
|
80
|
-
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
|
+
// Ambulance aliases
|
|
76
|
+
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
81
77
|
// Ampersand aliases
|
|
82
78
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
79
|
+
// Ampersands aliases
|
|
80
|
+
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
83
81
|
// Anchor aliases
|
|
84
82
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
85
|
-
//
|
|
86
|
-
export { default as
|
|
83
|
+
// Amphora aliases
|
|
84
|
+
export { default as AmphoraIcon } from '../icons/amphora';
|
|
87
85
|
// Angry aliases
|
|
88
86
|
export { default as AngryIcon } from '../icons/angry';
|
|
89
|
-
//
|
|
90
|
-
export { default as
|
|
87
|
+
// Annoyed aliases
|
|
88
|
+
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
91
89
|
// Anvil aliases
|
|
92
90
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
91
|
+
// Antenna aliases
|
|
92
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
93
93
|
// Aperture aliases
|
|
94
94
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
95
95
|
// AppWindowMac aliases
|
|
96
96
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
97
|
-
// Apple aliases
|
|
98
|
-
export { default as AppleIcon } from '../icons/apple';
|
|
99
97
|
// AppWindow aliases
|
|
100
98
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
99
|
+
// Apple aliases
|
|
100
|
+
export { default as AppleIcon } from '../icons/apple';
|
|
101
101
|
// ArchiveRestore aliases
|
|
102
102
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
103
103
|
// ArchiveX aliases
|
|
@@ -138,20 +138,20 @@ export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
|
138
138
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
139
139
|
// ArrowDown aliases
|
|
140
140
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
141
|
-
// ArrowLeftRight aliases
|
|
142
|
-
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
143
141
|
// ArrowLeftFromLine aliases
|
|
144
142
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
145
143
|
// ArrowLeftToLine aliases
|
|
146
144
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
147
|
-
//
|
|
148
|
-
export { default as
|
|
145
|
+
// ArrowLeftRight aliases
|
|
146
|
+
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
149
147
|
// ArrowRightFromLine aliases
|
|
150
148
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
151
|
-
//
|
|
152
|
-
export { default as
|
|
149
|
+
// ArrowLeft aliases
|
|
150
|
+
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
153
151
|
// ArrowRightLeft aliases
|
|
154
152
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
153
|
+
// ArrowRightToLine aliases
|
|
154
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
155
155
|
// ArrowRight aliases
|
|
156
156
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
157
157
|
// ArrowUpDown aliases
|
|
@@ -184,38 +184,38 @@ export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
|
184
184
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
185
185
|
// Award aliases
|
|
186
186
|
export { default as AwardIcon } from '../icons/award';
|
|
187
|
+
// Axe aliases
|
|
188
|
+
export { default as AxeIcon } from '../icons/axe';
|
|
187
189
|
// Baby aliases
|
|
188
190
|
export { default as BabyIcon } from '../icons/baby';
|
|
189
191
|
// Backpack aliases
|
|
190
192
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
191
|
-
// Axe aliases
|
|
192
|
-
export { default as AxeIcon } from '../icons/axe';
|
|
193
193
|
// BadgeAlert aliases
|
|
194
194
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
195
195
|
// BadgeCent aliases
|
|
196
196
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
197
197
|
// BadgeDollarSign aliases
|
|
198
198
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
199
|
-
// BadgeEuro aliases
|
|
200
|
-
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
201
199
|
// BadgeIndianRupee aliases
|
|
202
200
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
201
|
+
// BadgeEuro aliases
|
|
202
|
+
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
203
203
|
// BadgeInfo aliases
|
|
204
204
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
205
|
-
// BadgeMinus aliases
|
|
206
|
-
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
207
205
|
// BadgeJapaneseYen aliases
|
|
208
206
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
207
|
+
// BadgeMinus aliases
|
|
208
|
+
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
209
209
|
// BadgePercent aliases
|
|
210
210
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
211
211
|
// BadgePlus aliases
|
|
212
212
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
213
|
+
// BadgePoundSterling aliases
|
|
214
|
+
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
213
215
|
// BadgeRussianRuble aliases
|
|
214
216
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
215
217
|
// BadgeSwissFranc aliases
|
|
216
218
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
217
|
-
// BadgePoundSterling aliases
|
|
218
|
-
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
219
219
|
// BadgeTurkishLira aliases
|
|
220
220
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
221
221
|
// BadgeX aliases
|
|
@@ -224,12 +224,12 @@ export { default as BadgeXIcon } from '../icons/badge-x';
|
|
|
224
224
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
225
225
|
// Badge aliases
|
|
226
226
|
export { default as BadgeIcon } from '../icons/badge';
|
|
227
|
+
// Ban aliases
|
|
228
|
+
export { default as BanIcon } from '../icons/ban';
|
|
227
229
|
// Banana aliases
|
|
228
230
|
export { default as BananaIcon } from '../icons/banana';
|
|
229
231
|
// Bandage aliases
|
|
230
232
|
export { default as BandageIcon } from '../icons/bandage';
|
|
231
|
-
// Ban aliases
|
|
232
|
-
export { default as BanIcon } from '../icons/ban';
|
|
233
233
|
// BanknoteArrowDown aliases
|
|
234
234
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
235
235
|
// BanknoteArrowUp aliases
|
|
@@ -248,34 +248,34 @@ export { default as BaselineIcon } from '../icons/baseline';
|
|
|
248
248
|
export { default as BathIcon } from '../icons/bath';
|
|
249
249
|
// BatteryCharging aliases
|
|
250
250
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
251
|
-
// BatteryLow aliases
|
|
252
|
-
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
253
251
|
// BatteryFull aliases
|
|
254
252
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
253
|
+
// BatteryLow aliases
|
|
254
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
255
255
|
// BatteryMedium aliases
|
|
256
256
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
257
257
|
// BatteryPlus aliases
|
|
258
258
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
259
|
-
// Battery aliases
|
|
260
|
-
export { default as BatteryIcon } from '../icons/battery';
|
|
261
259
|
// BatteryWarning aliases
|
|
262
260
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
261
|
+
// Battery aliases
|
|
262
|
+
export { default as BatteryIcon } from '../icons/battery';
|
|
263
263
|
// Beaker aliases
|
|
264
264
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
265
265
|
// BeanOff aliases
|
|
266
266
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
267
267
|
// Bean aliases
|
|
268
268
|
export { default as BeanIcon } from '../icons/bean';
|
|
269
|
-
// BedDouble aliases
|
|
270
|
-
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
271
269
|
// BedSingle aliases
|
|
272
270
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
271
|
+
// BedDouble aliases
|
|
272
|
+
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
273
273
|
// Bed aliases
|
|
274
274
|
export { default as BedIcon } from '../icons/bed';
|
|
275
|
-
// Beef aliases
|
|
276
|
-
export { default as BeefIcon } from '../icons/beef';
|
|
277
275
|
// BeerOff aliases
|
|
278
276
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
277
|
+
// Beef aliases
|
|
278
|
+
export { default as BeefIcon } from '../icons/beef';
|
|
279
279
|
// Beer aliases
|
|
280
280
|
export { default as BeerIcon } from '../icons/beer';
|
|
281
281
|
// BellDot aliases
|
|
@@ -298,18 +298,18 @@ export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end
|
|
|
298
298
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
299
299
|
// Bike aliases
|
|
300
300
|
export { default as BikeIcon } from '../icons/bike';
|
|
301
|
-
// Binary aliases
|
|
302
|
-
export { default as BinaryIcon } from '../icons/binary';
|
|
303
301
|
// BicepsFlexed aliases
|
|
304
302
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
303
|
+
// Binary aliases
|
|
304
|
+
export { default as BinaryIcon } from '../icons/binary';
|
|
305
305
|
// Biohazard aliases
|
|
306
306
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
307
307
|
// Binoculars aliases
|
|
308
308
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
309
|
-
// Bitcoin aliases
|
|
310
|
-
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
311
309
|
// Bird aliases
|
|
312
310
|
export { default as BirdIcon } from '../icons/bird';
|
|
311
|
+
// Bitcoin aliases
|
|
312
|
+
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
313
313
|
// Blend aliases
|
|
314
314
|
export { default as BlendIcon } from '../icons/blend';
|
|
315
315
|
// Blinds aliases
|
|
@@ -318,12 +318,12 @@ export { default as BlindsIcon } from '../icons/blinds';
|
|
|
318
318
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
319
319
|
// BluetoothConnected aliases
|
|
320
320
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
321
|
+
// BluetoothSearching aliases
|
|
322
|
+
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
321
323
|
// BluetoothOff aliases
|
|
322
324
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
323
325
|
// Bluetooth aliases
|
|
324
326
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
325
|
-
// BluetoothSearching aliases
|
|
326
|
-
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
327
327
|
// Bold aliases
|
|
328
328
|
export { default as BoldIcon } from '../icons/bold';
|
|
329
329
|
// Bolt aliases
|
|
@@ -348,52 +348,52 @@ export { default as BookDownIcon } from '../icons/book-down';
|
|
|
348
348
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
349
349
|
// BookHeart aliases
|
|
350
350
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
351
|
+
// BookImage aliases
|
|
352
|
+
export { default as BookImageIcon } from '../icons/book-image';
|
|
351
353
|
// BookKey aliases
|
|
352
354
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
353
355
|
// BookLock aliases
|
|
354
356
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
355
|
-
// BookImage aliases
|
|
356
|
-
export { default as BookImageIcon } from '../icons/book-image';
|
|
357
|
-
// BookMinus aliases
|
|
358
|
-
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
359
357
|
// BookMarked aliases
|
|
360
358
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
361
359
|
// BookOpenCheck aliases
|
|
362
360
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
361
|
+
// BookMinus aliases
|
|
362
|
+
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
363
363
|
// BookOpenText aliases
|
|
364
364
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
365
|
-
// BookOpen aliases
|
|
366
|
-
export { default as BookOpenIcon } from '../icons/book-open';
|
|
367
365
|
// BookPlus aliases
|
|
368
366
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
367
|
+
// BookOpen aliases
|
|
368
|
+
export { default as BookOpenIcon } from '../icons/book-open';
|
|
369
369
|
// BookText aliases
|
|
370
370
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
371
|
-
// BookUp2 aliases
|
|
372
|
-
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
|
-
// BookUp aliases
|
|
374
|
-
export { default as BookUpIcon } from '../icons/book-up';
|
|
375
371
|
// BookType aliases
|
|
376
372
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
373
|
+
// BookUp2 aliases
|
|
374
|
+
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
377
375
|
// BookUser aliases
|
|
378
376
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
379
|
-
//
|
|
380
|
-
export { default as
|
|
377
|
+
// BookUp aliases
|
|
378
|
+
export { default as BookUpIcon } from '../icons/book-up';
|
|
381
379
|
// Book aliases
|
|
382
380
|
export { default as BookIcon } from '../icons/book';
|
|
381
|
+
// BookX aliases
|
|
382
|
+
export { default as BookXIcon } from '../icons/book-x';
|
|
383
383
|
// BookmarkCheck aliases
|
|
384
384
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
385
385
|
// BookmarkMinus aliases
|
|
386
386
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
387
387
|
// BookmarkPlus aliases
|
|
388
388
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
389
|
-
// Bookmark aliases
|
|
390
|
-
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
391
389
|
// BookmarkX aliases
|
|
392
390
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
393
391
|
// BoomBox aliases
|
|
394
392
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
395
393
|
// BotMessageSquare aliases
|
|
396
394
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
395
|
+
// Bookmark aliases
|
|
396
|
+
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
397
397
|
// BotOff aliases
|
|
398
398
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
399
399
|
// Bot aliases
|
|
@@ -402,44 +402,44 @@ export { default as BotIcon } from '../icons/bot';
|
|
|
402
402
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
403
403
|
// BowArrow aliases
|
|
404
404
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
405
|
-
// Boxes aliases
|
|
406
|
-
export { default as BoxesIcon } from '../icons/boxes';
|
|
407
405
|
// Box aliases
|
|
408
406
|
export { default as BoxIcon } from '../icons/box';
|
|
407
|
+
// Boxes aliases
|
|
408
|
+
export { default as BoxesIcon } from '../icons/boxes';
|
|
409
|
+
// BrainCircuit aliases
|
|
410
|
+
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
409
411
|
// Brackets aliases
|
|
410
412
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
411
413
|
// BrainCog aliases
|
|
412
414
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
413
|
-
// BrainCircuit aliases
|
|
414
|
-
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
415
415
|
// Brain aliases
|
|
416
416
|
export { default as BrainIcon } from '../icons/brain';
|
|
417
|
-
// BrickWallFire aliases
|
|
418
|
-
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
419
417
|
// BrickWallShield aliases
|
|
420
418
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
421
|
-
//
|
|
422
|
-
export { default as
|
|
419
|
+
// BrickWallFire aliases
|
|
420
|
+
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
423
421
|
// BriefcaseBusiness aliases
|
|
424
422
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
425
423
|
// BriefcaseConveyorBelt aliases
|
|
426
424
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
425
|
+
// BrickWall aliases
|
|
426
|
+
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
427
427
|
// BriefcaseMedical aliases
|
|
428
428
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
429
|
+
// BringToFront aliases
|
|
430
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
429
431
|
// Briefcase aliases
|
|
430
432
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
431
433
|
// BrushCleaning aliases
|
|
432
434
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
433
|
-
// BringToFront aliases
|
|
434
|
-
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
435
435
|
// Brush aliases
|
|
436
436
|
export { default as BrushIcon } from '../icons/brush';
|
|
437
437
|
// Bubbles aliases
|
|
438
438
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
439
|
-
// BugPlay aliases
|
|
440
|
-
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
441
439
|
// BugOff aliases
|
|
442
440
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
441
|
+
// BugPlay aliases
|
|
442
|
+
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
443
443
|
// Bug aliases
|
|
444
444
|
export { default as BugIcon } from '../icons/bug';
|
|
445
445
|
// Building2 aliases
|
|
@@ -454,32 +454,32 @@ export { default as BusIcon } from '../icons/bus';
|
|
|
454
454
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
455
455
|
// Cable aliases
|
|
456
456
|
export { default as CableIcon } from '../icons/cable';
|
|
457
|
-
// CakeSlice aliases
|
|
458
|
-
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
459
|
-
// Calculator aliases
|
|
460
|
-
export { default as CalculatorIcon } from '../icons/calculator';
|
|
461
|
-
// Calendar1 aliases
|
|
462
|
-
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
463
457
|
// Cake aliases
|
|
464
458
|
export { default as CakeIcon } from '../icons/cake';
|
|
459
|
+
// Calculator aliases
|
|
460
|
+
export { default as CalculatorIcon } from '../icons/calculator';
|
|
461
|
+
// CakeSlice aliases
|
|
462
|
+
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
465
463
|
// CalendarArrowDown aliases
|
|
466
464
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
467
465
|
// CalendarArrowUp aliases
|
|
468
466
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
467
|
+
// Calendar1 aliases
|
|
468
|
+
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
469
469
|
// CalendarCheck2 aliases
|
|
470
470
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
471
|
-
// CalendarCheck aliases
|
|
472
|
-
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
473
|
-
// CalendarCog aliases
|
|
474
|
-
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
475
471
|
// CalendarClock aliases
|
|
476
472
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
473
|
+
// CalendarCheck aliases
|
|
474
|
+
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
477
475
|
// CalendarDays aliases
|
|
478
476
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
479
|
-
//
|
|
480
|
-
export { default as
|
|
477
|
+
// CalendarCog aliases
|
|
478
|
+
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
481
479
|
// CalendarHeart aliases
|
|
482
480
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
481
|
+
// CalendarFold aliases
|
|
482
|
+
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
483
483
|
// CalendarMinus2 aliases
|
|
484
484
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
485
485
|
// CalendarMinus aliases
|
|
@@ -496,70 +496,68 @@ export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
|
496
496
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
497
497
|
// CalendarSync aliases
|
|
498
498
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
499
|
-
// CalendarX2 aliases
|
|
500
|
-
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
501
499
|
// CalendarX aliases
|
|
502
500
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
501
|
+
// CalendarX2 aliases
|
|
502
|
+
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
503
|
+
// CameraOff aliases
|
|
504
|
+
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
503
505
|
// Calendar aliases
|
|
504
506
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
505
507
|
// Camera aliases
|
|
506
508
|
export { default as CameraIcon } from '../icons/camera';
|
|
507
|
-
// CameraOff aliases
|
|
508
|
-
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
509
509
|
// CandyCane aliases
|
|
510
510
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
511
511
|
// CandyOff aliases
|
|
512
512
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
513
513
|
// Candy aliases
|
|
514
514
|
export { default as CandyIcon } from '../icons/candy';
|
|
515
|
-
// CaptionsOff aliases
|
|
516
|
-
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
517
515
|
// Cannabis aliases
|
|
518
516
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
519
|
-
//
|
|
520
|
-
export { default as
|
|
517
|
+
// CaptionsOff aliases
|
|
518
|
+
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
521
519
|
// CarFront aliases
|
|
522
520
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
521
|
+
// CarTaxiFront aliases
|
|
522
|
+
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
523
523
|
// Car aliases
|
|
524
524
|
export { default as CarIcon } from '../icons/car';
|
|
525
525
|
// Caravan aliases
|
|
526
526
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
527
527
|
// CardSim aliases
|
|
528
528
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
529
|
+
// Carrot aliases
|
|
530
|
+
export { default as CarrotIcon } from '../icons/carrot';
|
|
529
531
|
// CaseLower aliases
|
|
530
532
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
531
533
|
// CaseSensitive aliases
|
|
532
534
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
533
|
-
// Carrot aliases
|
|
534
|
-
export { default as CarrotIcon } from '../icons/carrot';
|
|
535
535
|
// CaseUpper aliases
|
|
536
536
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
537
537
|
// CassetteTape aliases
|
|
538
538
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
539
|
-
// Cast aliases
|
|
540
|
-
export { default as CastIcon } from '../icons/cast';
|
|
541
539
|
// Castle aliases
|
|
542
540
|
export { default as CastleIcon } from '../icons/castle';
|
|
543
|
-
//
|
|
544
|
-
export { default as
|
|
541
|
+
// Cast aliases
|
|
542
|
+
export { default as CastIcon } from '../icons/cast';
|
|
545
543
|
// Cat aliases
|
|
546
544
|
export { default as CatIcon } from '../icons/cat';
|
|
545
|
+
// Cctv aliases
|
|
546
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
547
547
|
// ChartBarDecreasing aliases
|
|
548
548
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
549
549
|
// ChartBarIncreasing aliases
|
|
550
550
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
551
551
|
// ChartBarStacked aliases
|
|
552
552
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
553
|
-
// ChartColumnDecreasing aliases
|
|
554
|
-
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
555
553
|
// ChartColumnStacked aliases
|
|
556
554
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
555
|
+
// ChartColumnDecreasing aliases
|
|
556
|
+
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
557
557
|
// ChartGantt aliases
|
|
558
558
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
559
559
|
// ChartNetwork aliases
|
|
560
560
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
561
|
-
// ChartNoAxesCombined aliases
|
|
562
|
-
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
563
561
|
// ChartNoAxesColumnDecreasing aliases
|
|
564
562
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
565
563
|
// ChartSpline aliases
|
|
@@ -568,30 +566,32 @@ export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
|
568
566
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
569
567
|
// CheckLine aliases
|
|
570
568
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
571
|
-
//
|
|
572
|
-
export { default as
|
|
569
|
+
// ChartNoAxesCombined aliases
|
|
570
|
+
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
573
571
|
// ChefHat aliases
|
|
574
572
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
573
|
+
// Check aliases
|
|
574
|
+
export { default as CheckIcon } from '../icons/check';
|
|
575
575
|
// Cherry aliases
|
|
576
576
|
export { default as CherryIcon } from '../icons/cherry';
|
|
577
577
|
// ChevronDown aliases
|
|
578
578
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
579
|
-
// ChevronLast aliases
|
|
580
|
-
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
581
579
|
// ChevronFirst aliases
|
|
582
580
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
581
|
+
// ChevronLast aliases
|
|
582
|
+
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
583
583
|
// ChevronLeft aliases
|
|
584
584
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
585
|
-
// ChevronRight aliases
|
|
586
|
-
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
587
585
|
// ChevronUp aliases
|
|
588
586
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
587
|
+
// ChevronRight aliases
|
|
588
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
589
|
+
// ChevronsDown aliases
|
|
590
|
+
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
589
591
|
// ChevronsDownUp aliases
|
|
590
592
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
591
593
|
// ChevronsLeftRightEllipsis aliases
|
|
592
594
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
593
|
-
// ChevronsDown aliases
|
|
594
|
-
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
595
595
|
// ChevronsLeftRight aliases
|
|
596
596
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
597
597
|
// ChevronsLeft aliases
|
|
@@ -600,14 +600,12 @@ export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
|
600
600
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
601
601
|
// ChevronsRight aliases
|
|
602
602
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
603
|
-
// ChevronsUp aliases
|
|
604
|
-
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
605
603
|
// ChevronsUpDown aliases
|
|
606
604
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
607
|
-
// Chrome aliases
|
|
608
|
-
export { default as ChromeIcon } from '../icons/chrome';
|
|
609
605
|
// Church aliases
|
|
610
606
|
export { default as ChurchIcon } from '../icons/church';
|
|
607
|
+
// ChevronsUp aliases
|
|
608
|
+
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
611
609
|
// CigaretteOff aliases
|
|
612
610
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
613
611
|
// Cigarette aliases
|
|
@@ -620,26 +618,26 @@ export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
|
620
618
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
621
619
|
// CircleDot aliases
|
|
622
620
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
623
|
-
// CircleEqual aliases
|
|
624
|
-
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
625
621
|
// CircleEllipsis aliases
|
|
626
622
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
627
|
-
//
|
|
628
|
-
export { default as
|
|
623
|
+
// CircleEqual aliases
|
|
624
|
+
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
629
625
|
// CircleFadingArrowUp aliases
|
|
630
626
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
627
|
+
// CircleFadingPlus aliases
|
|
628
|
+
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
631
629
|
// CircleOff aliases
|
|
632
630
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
631
|
+
// CircleSlash aliases
|
|
632
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
633
633
|
// CirclePoundSterling aliases
|
|
634
634
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
635
635
|
// CircleSmall aliases
|
|
636
636
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
637
|
-
// CircleSlash aliases
|
|
638
|
-
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
639
|
-
// CircleStar aliases
|
|
640
|
-
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
641
637
|
// Circle aliases
|
|
642
638
|
export { default as CircleIcon } from '../icons/circle';
|
|
639
|
+
// CircleStar aliases
|
|
640
|
+
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
643
641
|
// CircuitBoard aliases
|
|
644
642
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
645
643
|
// Citrus aliases
|
|
@@ -656,38 +654,38 @@ export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
|
656
654
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
657
655
|
// ClipboardMinus aliases
|
|
658
656
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
659
|
-
// ClipboardPaste aliases
|
|
660
|
-
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
661
657
|
// ClipboardPlus aliases
|
|
662
658
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
663
659
|
// ClipboardType aliases
|
|
664
660
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
665
|
-
//
|
|
666
|
-
export { default as
|
|
661
|
+
// ClipboardPaste aliases
|
|
662
|
+
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
667
663
|
// ClipboardX aliases
|
|
668
664
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
665
|
+
// Clipboard aliases
|
|
666
|
+
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
669
667
|
// Clock1 aliases
|
|
670
668
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
671
669
|
// Clock10 aliases
|
|
672
670
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
673
671
|
// Clock11 aliases
|
|
674
672
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
675
|
-
// Clock12 aliases
|
|
676
|
-
export { default as Clock12Icon } from '../icons/clock-12';
|
|
677
673
|
// Clock2 aliases
|
|
678
674
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
679
675
|
// Clock3 aliases
|
|
680
676
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
677
|
+
// Clock12 aliases
|
|
678
|
+
export { default as Clock12Icon } from '../icons/clock-12';
|
|
681
679
|
// Clock4 aliases
|
|
682
680
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
683
681
|
// Clock5 aliases
|
|
684
682
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
685
683
|
// Clock6 aliases
|
|
686
684
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
687
|
-
// Clock8 aliases
|
|
688
|
-
export { default as Clock8Icon } from '../icons/clock-8';
|
|
689
685
|
// Clock7 aliases
|
|
690
686
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
687
|
+
// Clock8 aliases
|
|
688
|
+
export { default as Clock8Icon } from '../icons/clock-8';
|
|
691
689
|
// Clock9 aliases
|
|
692
690
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
693
691
|
// ClockAlert aliases
|
|
@@ -704,12 +702,12 @@ export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
|
704
702
|
export { default as ClockIcon } from '../icons/clock';
|
|
705
703
|
// ClosedCaption aliases
|
|
706
704
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
705
|
+
// CloudAlert aliases
|
|
706
|
+
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
707
707
|
// CloudCheck aliases
|
|
708
708
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
709
709
|
// CloudCog aliases
|
|
710
710
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
711
|
-
// CloudAlert aliases
|
|
712
|
-
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
713
711
|
// CloudDrizzle aliases
|
|
714
712
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
715
713
|
// CloudFog aliases
|
|
@@ -718,50 +716,50 @@ export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
|
718
716
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
719
717
|
// CloudLightning aliases
|
|
720
718
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
721
|
-
// CloudMoon aliases
|
|
722
|
-
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
723
719
|
// CloudMoonRain aliases
|
|
724
720
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
721
|
+
// CloudMoon aliases
|
|
722
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
723
|
+
// CloudOff aliases
|
|
724
|
+
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
725
725
|
// CloudRainWind aliases
|
|
726
726
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
727
727
|
// CloudRain aliases
|
|
728
728
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
729
|
-
// CloudOff aliases
|
|
730
|
-
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
731
729
|
// CloudSnow aliases
|
|
732
730
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
733
|
-
// CloudSunRain aliases
|
|
734
|
-
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
735
|
-
// CloudSun aliases
|
|
736
|
-
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
737
731
|
// Cloud aliases
|
|
738
732
|
export { default as CloudIcon } from '../icons/cloud';
|
|
733
|
+
// CloudSun aliases
|
|
734
|
+
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
735
|
+
// CloudSunRain aliases
|
|
736
|
+
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
737
|
+
// Clover aliases
|
|
738
|
+
export { default as CloverIcon } from '../icons/clover';
|
|
739
739
|
// Cloudy aliases
|
|
740
740
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
741
741
|
// Club aliases
|
|
742
742
|
export { default as ClubIcon } from '../icons/club';
|
|
743
|
-
// Clover aliases
|
|
744
|
-
export { default as CloverIcon } from '../icons/clover';
|
|
745
743
|
// Code aliases
|
|
746
744
|
export { default as CodeIcon } from '../icons/code';
|
|
747
|
-
// Codepen aliases
|
|
748
|
-
export { default as CodepenIcon } from '../icons/codepen';
|
|
749
745
|
// Codesandbox aliases
|
|
750
746
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
747
|
+
// Codepen aliases
|
|
748
|
+
export { default as CodepenIcon } from '../icons/codepen';
|
|
751
749
|
// Coffee aliases
|
|
752
750
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
753
|
-
// Cog aliases
|
|
754
|
-
export { default as CogIcon } from '../icons/cog';
|
|
755
751
|
// Coins aliases
|
|
756
752
|
export { default as CoinsIcon } from '../icons/coins';
|
|
753
|
+
// Cog aliases
|
|
754
|
+
export { default as CogIcon } from '../icons/cog';
|
|
757
755
|
// Columns4 aliases
|
|
758
756
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
759
757
|
// Combine aliases
|
|
760
758
|
export { default as CombineIcon } from '../icons/combine';
|
|
761
|
-
// Compass aliases
|
|
762
|
-
export { default as CompassIcon } from '../icons/compass';
|
|
763
759
|
// Command aliases
|
|
764
760
|
export { default as CommandIcon } from '../icons/command';
|
|
761
|
+
// Compass aliases
|
|
762
|
+
export { default as CompassIcon } from '../icons/compass';
|
|
765
763
|
// Component aliases
|
|
766
764
|
export { default as ComponentIcon } from '../icons/component';
|
|
767
765
|
// Computer aliases
|
|
@@ -772,16 +770,16 @@ export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
|
772
770
|
export { default as ConeIcon } from '../icons/cone';
|
|
773
771
|
// Construction aliases
|
|
774
772
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
775
|
-
// Container aliases
|
|
776
|
-
export { default as ContainerIcon } from '../icons/container';
|
|
777
773
|
// Contact aliases
|
|
778
774
|
export { default as ContactIcon } from '../icons/contact';
|
|
775
|
+
// Container aliases
|
|
776
|
+
export { default as ContainerIcon } from '../icons/container';
|
|
779
777
|
// Contrast aliases
|
|
780
778
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
781
|
-
// CookingPot aliases
|
|
782
|
-
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
783
779
|
// Cookie aliases
|
|
784
780
|
export { default as CookieIcon } from '../icons/cookie';
|
|
781
|
+
// CookingPot aliases
|
|
782
|
+
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
785
783
|
// CopyCheck aliases
|
|
786
784
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
787
785
|
// CopyMinus aliases
|
|
@@ -792,36 +790,36 @@ export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
|
792
790
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
793
791
|
// CopyX aliases
|
|
794
792
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
795
|
-
// Copyleft aliases
|
|
796
|
-
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
797
793
|
// Copy aliases
|
|
798
794
|
export { default as CopyIcon } from '../icons/copy';
|
|
799
795
|
// Copyright aliases
|
|
800
796
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
801
797
|
// CornerDownLeft aliases
|
|
802
798
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
799
|
+
// Copyleft aliases
|
|
800
|
+
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
803
801
|
// CornerDownRight aliases
|
|
804
802
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
805
|
-
// CornerLeftDown aliases
|
|
806
|
-
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
807
803
|
// CornerLeftUp aliases
|
|
808
804
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
805
|
+
// CornerLeftDown aliases
|
|
806
|
+
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
809
807
|
// CornerRightDown aliases
|
|
810
808
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
811
|
-
// CornerRightUp aliases
|
|
812
|
-
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
813
809
|
// CornerUpRight aliases
|
|
814
810
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
815
811
|
// CornerUpLeft aliases
|
|
816
812
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
817
|
-
//
|
|
818
|
-
export { default as
|
|
813
|
+
// CornerRightUp aliases
|
|
814
|
+
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
819
815
|
// CreativeCommons aliases
|
|
820
816
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
821
|
-
//
|
|
822
|
-
export { default as
|
|
817
|
+
// Cpu aliases
|
|
818
|
+
export { default as CpuIcon } from '../icons/cpu';
|
|
823
819
|
// Croissant aliases
|
|
824
820
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
821
|
+
// CreditCard aliases
|
|
822
|
+
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
825
823
|
// Crop aliases
|
|
826
824
|
export { default as CropIcon } from '../icons/crop';
|
|
827
825
|
// Cross aliases
|
|
@@ -832,14 +830,16 @@ export { default as CrosshairIcon } from '../icons/crosshair';
|
|
|
832
830
|
export { default as CrownIcon } from '../icons/crown';
|
|
833
831
|
// Cuboid aliases
|
|
834
832
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
835
|
-
// Currency aliases
|
|
836
|
-
export { default as CurrencyIcon } from '../icons/currency';
|
|
837
833
|
// CupSoda aliases
|
|
838
834
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
835
|
+
// Currency aliases
|
|
836
|
+
export { default as CurrencyIcon } from '../icons/currency';
|
|
839
837
|
// Cylinder aliases
|
|
840
838
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
841
839
|
// Dam aliases
|
|
842
840
|
export { default as DamIcon } from '../icons/dam';
|
|
841
|
+
// DatabaseZap aliases
|
|
842
|
+
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
843
843
|
// DatabaseBackup aliases
|
|
844
844
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
845
845
|
// Database aliases
|
|
@@ -848,54 +848,52 @@ export { default as DatabaseIcon } from '../icons/database';
|
|
|
848
848
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
849
849
|
// DecimalsArrowRight aliases
|
|
850
850
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
851
|
-
// DatabaseZap aliases
|
|
852
|
-
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
853
851
|
// Delete aliases
|
|
854
852
|
export { default as DeleteIcon } from '../icons/delete';
|
|
855
853
|
// Dessert aliases
|
|
856
854
|
export { default as DessertIcon } from '../icons/dessert';
|
|
857
|
-
// Diameter aliases
|
|
858
|
-
export { default as DiameterIcon } from '../icons/diameter';
|
|
859
|
-
// DiamondPlus aliases
|
|
860
|
-
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
861
855
|
// DiamondMinus aliases
|
|
862
856
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
857
|
+
// DiamondPlus aliases
|
|
858
|
+
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
859
|
+
// Diameter aliases
|
|
860
|
+
export { default as DiameterIcon } from '../icons/diameter';
|
|
863
861
|
// Diamond aliases
|
|
864
862
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
865
863
|
// Dice1 aliases
|
|
866
864
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
867
865
|
// Dice2 aliases
|
|
868
866
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
869
|
-
// Dice3 aliases
|
|
870
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
871
867
|
// Dice4 aliases
|
|
872
868
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
869
|
+
// Dice3 aliases
|
|
870
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
873
871
|
// Dice5 aliases
|
|
874
872
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
875
873
|
// Dice6 aliases
|
|
876
874
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
877
875
|
// Dices aliases
|
|
878
876
|
export { default as DicesIcon } from '../icons/dices';
|
|
879
|
-
// Diff aliases
|
|
880
|
-
export { default as DiffIcon } from '../icons/diff';
|
|
881
877
|
// Disc2 aliases
|
|
882
878
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
879
|
+
// Diff aliases
|
|
880
|
+
export { default as DiffIcon } from '../icons/diff';
|
|
883
881
|
// Disc3 aliases
|
|
884
882
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
885
|
-
// Disc aliases
|
|
886
|
-
export { default as DiscIcon } from '../icons/disc';
|
|
887
883
|
// DiscAlbum aliases
|
|
888
884
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
885
|
+
// Disc aliases
|
|
886
|
+
export { default as DiscIcon } from '../icons/disc';
|
|
889
887
|
// Divide aliases
|
|
890
888
|
export { default as DivideIcon } from '../icons/divide';
|
|
891
889
|
// DnaOff aliases
|
|
892
890
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
893
891
|
// Dna aliases
|
|
894
892
|
export { default as DnaIcon } from '../icons/dna';
|
|
895
|
-
// Dock aliases
|
|
896
|
-
export { default as DockIcon } from '../icons/dock';
|
|
897
893
|
// Dog aliases
|
|
898
894
|
export { default as DogIcon } from '../icons/dog';
|
|
895
|
+
// Dock aliases
|
|
896
|
+
export { default as DockIcon } from '../icons/dock';
|
|
899
897
|
// DollarSign aliases
|
|
900
898
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
901
899
|
// Donut aliases
|
|
@@ -904,10 +902,10 @@ export { default as DonutIcon } from '../icons/donut';
|
|
|
904
902
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
905
903
|
// DoorClosed aliases
|
|
906
904
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
907
|
-
// DoorOpen aliases
|
|
908
|
-
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
909
905
|
// Dot aliases
|
|
910
906
|
export { default as DotIcon } from '../icons/dot';
|
|
907
|
+
// DoorOpen aliases
|
|
908
|
+
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
911
909
|
// Download aliases
|
|
912
910
|
export { default as DownloadIcon } from '../icons/download';
|
|
913
911
|
// DraftingCompass aliases
|
|
@@ -918,22 +916,22 @@ export { default as DramaIcon } from '../icons/drama';
|
|
|
918
916
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
919
917
|
// Drone aliases
|
|
920
918
|
export { default as DroneIcon } from '../icons/drone';
|
|
921
|
-
// Drill aliases
|
|
922
|
-
export { default as DrillIcon } from '../icons/drill';
|
|
923
919
|
// DropletOff aliases
|
|
924
920
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
925
|
-
//
|
|
926
|
-
export { default as
|
|
921
|
+
// Drill aliases
|
|
922
|
+
export { default as DrillIcon } from '../icons/drill';
|
|
927
923
|
// Droplets aliases
|
|
928
924
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
929
|
-
//
|
|
930
|
-
export { default as
|
|
925
|
+
// Droplet aliases
|
|
926
|
+
export { default as DropletIcon } from '../icons/droplet';
|
|
931
927
|
// Drum aliases
|
|
932
928
|
export { default as DrumIcon } from '../icons/drum';
|
|
933
|
-
//
|
|
934
|
-
export { default as
|
|
929
|
+
// Drumstick aliases
|
|
930
|
+
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
935
931
|
// EarOff aliases
|
|
936
932
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
933
|
+
// Dumbbell aliases
|
|
934
|
+
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
937
935
|
// Ear aliases
|
|
938
936
|
export { default as EarIcon } from '../icons/ear';
|
|
939
937
|
// EarthLock aliases
|
|
@@ -958,20 +956,20 @@ export { default as EraserIcon } from '../icons/eraser';
|
|
|
958
956
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
959
957
|
// Euro aliases
|
|
960
958
|
export { default as EuroIcon } from '../icons/euro';
|
|
961
|
-
// Expand aliases
|
|
962
|
-
export { default as ExpandIcon } from '../icons/expand';
|
|
963
959
|
// ExternalLink aliases
|
|
964
960
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
965
961
|
// EyeClosed aliases
|
|
966
962
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
967
|
-
//
|
|
968
|
-
export { default as
|
|
969
|
-
// Facebook aliases
|
|
970
|
-
export { default as FacebookIcon } from '../icons/facebook';
|
|
963
|
+
// Expand aliases
|
|
964
|
+
export { default as ExpandIcon } from '../icons/expand';
|
|
971
965
|
// Eye aliases
|
|
972
966
|
export { default as EyeIcon } from '../icons/eye';
|
|
967
|
+
// EyeOff aliases
|
|
968
|
+
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
973
969
|
// Factory aliases
|
|
974
970
|
export { default as FactoryIcon } from '../icons/factory';
|
|
971
|
+
// Facebook aliases
|
|
972
|
+
export { default as FacebookIcon } from '../icons/facebook';
|
|
975
973
|
// Fan aliases
|
|
976
974
|
export { default as FanIcon } from '../icons/fan';
|
|
977
975
|
// FastForward aliases
|
|
@@ -982,12 +980,12 @@ export { default as FeatherIcon } from '../icons/feather';
|
|
|
982
980
|
export { default as FenceIcon } from '../icons/fence';
|
|
983
981
|
// FerrisWheel aliases
|
|
984
982
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
985
|
-
// Figma aliases
|
|
986
|
-
export { default as FigmaIcon } from '../icons/figma';
|
|
987
983
|
// FileArchive aliases
|
|
988
984
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
989
985
|
// FileAudio2 aliases
|
|
990
986
|
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
987
|
+
// Figma aliases
|
|
988
|
+
export { default as FigmaIcon } from '../icons/figma';
|
|
991
989
|
// FileAudio aliases
|
|
992
990
|
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
993
991
|
// FileBadge2 aliases
|
|
@@ -996,16 +994,16 @@ export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
|
996
994
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
997
995
|
// FileBox aliases
|
|
998
996
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
999
|
-
// FileCheck2 aliases
|
|
1000
|
-
export { default as FileCheck2Icon } from '../icons/file-check-2';
|
|
1001
997
|
// FileCheck aliases
|
|
1002
998
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
999
|
+
// FileCheck2 aliases
|
|
1000
|
+
export { default as FileCheck2Icon } from '../icons/file-check-2';
|
|
1003
1001
|
// FileClock aliases
|
|
1004
1002
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1005
|
-
// FileCode2 aliases
|
|
1006
|
-
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
1007
1003
|
// FileCode aliases
|
|
1008
1004
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1005
|
+
// FileCode2 aliases
|
|
1006
|
+
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
1009
1007
|
// FileDiff aliases
|
|
1010
1008
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1011
1009
|
// FileDigit aliases
|
|
@@ -1016,14 +1014,14 @@ export { default as FileDownIcon } from '../icons/file-down';
|
|
|
1016
1014
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1017
1015
|
// FileImage aliases
|
|
1018
1016
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1019
|
-
// FileInput aliases
|
|
1020
|
-
export { default as FileInputIcon } from '../icons/file-input';
|
|
1021
1017
|
// FileJson2 aliases
|
|
1022
1018
|
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
1023
|
-
//
|
|
1024
|
-
export { default as
|
|
1019
|
+
// FileInput aliases
|
|
1020
|
+
export { default as FileInputIcon } from '../icons/file-input';
|
|
1025
1021
|
// FileKey2 aliases
|
|
1026
1022
|
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
1023
|
+
// FileJson aliases
|
|
1024
|
+
export { default as FileJsonIcon } from '../icons/file-json';
|
|
1027
1025
|
// FileKey aliases
|
|
1028
1026
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
1029
1027
|
// FileLock2 aliases
|
|
@@ -1032,10 +1030,10 @@ export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
|
1032
1030
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
1033
1031
|
// FileMinus2 aliases
|
|
1034
1032
|
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
1035
|
-
// FileMinus aliases
|
|
1036
|
-
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1037
1033
|
// FileMusic aliases
|
|
1038
1034
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1035
|
+
// FileMinus aliases
|
|
1036
|
+
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1039
1037
|
// FileOutput aliases
|
|
1040
1038
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1041
1039
|
// FilePlus2 aliases
|
|
@@ -1048,10 +1046,10 @@ export { default as FileScanIcon } from '../icons/file-scan';
|
|
|
1048
1046
|
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1049
1047
|
// FileSearch aliases
|
|
1050
1048
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1051
|
-
// FileSliders aliases
|
|
1052
|
-
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1053
1049
|
// FileSpreadsheet aliases
|
|
1054
1050
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1051
|
+
// FileSliders aliases
|
|
1052
|
+
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1055
1053
|
// FileStack aliases
|
|
1056
1054
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1057
1055
|
// FileSymlink aliases
|
|
@@ -1062,64 +1060,64 @@ export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
|
1062
1060
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1063
1061
|
// FileType2 aliases
|
|
1064
1062
|
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1065
|
-
// FileUser aliases
|
|
1066
|
-
export { default as FileUserIcon } from '../icons/file-user';
|
|
1067
1063
|
// FileType aliases
|
|
1068
1064
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1065
|
+
// FileUser aliases
|
|
1066
|
+
export { default as FileUserIcon } from '../icons/file-user';
|
|
1069
1067
|
// FileUp aliases
|
|
1070
1068
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1071
1069
|
// FileVolume2 aliases
|
|
1072
1070
|
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1071
|
+
// FileVolume aliases
|
|
1072
|
+
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1073
1073
|
// FileWarning aliases
|
|
1074
1074
|
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1075
1075
|
// FileX2 aliases
|
|
1076
1076
|
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1077
|
-
// FileVolume aliases
|
|
1078
|
-
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1079
1077
|
// FileX aliases
|
|
1080
1078
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1081
1079
|
// File aliases
|
|
1082
1080
|
export { default as FileIcon } from '../icons/file';
|
|
1081
|
+
// Files aliases
|
|
1082
|
+
export { default as FilesIcon } from '../icons/files';
|
|
1083
1083
|
// Film aliases
|
|
1084
1084
|
export { default as FilmIcon } from '../icons/film';
|
|
1085
1085
|
// Fingerprint aliases
|
|
1086
1086
|
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1087
|
-
// Files aliases
|
|
1088
|
-
export { default as FilesIcon } from '../icons/files';
|
|
1089
1087
|
// FireExtinguisher aliases
|
|
1090
1088
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1091
1089
|
// FishOff aliases
|
|
1092
1090
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1093
1091
|
// FishSymbol aliases
|
|
1094
1092
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1095
|
-
// FlagOff aliases
|
|
1096
|
-
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1097
1093
|
// Fish aliases
|
|
1098
1094
|
export { default as FishIcon } from '../icons/fish';
|
|
1099
|
-
// FlagTriangleLeft aliases
|
|
1100
|
-
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1101
1095
|
// FlagTriangleRight aliases
|
|
1102
1096
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1097
|
+
// FlagTriangleLeft aliases
|
|
1098
|
+
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1099
|
+
// FlagOff aliases
|
|
1100
|
+
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1103
1101
|
// Flag aliases
|
|
1104
1102
|
export { default as FlagIcon } from '../icons/flag';
|
|
1105
1103
|
// FlameKindling aliases
|
|
1106
1104
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1107
1105
|
// Flame aliases
|
|
1108
1106
|
export { default as FlameIcon } from '../icons/flame';
|
|
1109
|
-
// FlashlightOff aliases
|
|
1110
|
-
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1111
1107
|
// Flashlight aliases
|
|
1112
1108
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1109
|
+
// FlashlightOff aliases
|
|
1110
|
+
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1111
|
+
// FlaskRound aliases
|
|
1112
|
+
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1113
1113
|
// FlaskConicalOff aliases
|
|
1114
1114
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1115
1115
|
// FlaskConical aliases
|
|
1116
1116
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1117
|
-
// FlaskRound aliases
|
|
1118
|
-
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1119
|
-
// FlipHorizontal2 aliases
|
|
1120
|
-
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1121
1117
|
// FlipHorizontal aliases
|
|
1122
1118
|
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1119
|
+
// FlipHorizontal2 aliases
|
|
1120
|
+
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1123
1121
|
// FlipVertical2 aliases
|
|
1124
1122
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1125
1123
|
// FlipVertical aliases
|
|
@@ -1130,14 +1128,14 @@ export { default as Flower2Icon } from '../icons/flower-2';
|
|
|
1130
1128
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1131
1129
|
// Focus aliases
|
|
1132
1130
|
export { default as FocusIcon } from '../icons/focus';
|
|
1133
|
-
// FoldVertical aliases
|
|
1134
|
-
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1135
1131
|
// FoldHorizontal aliases
|
|
1136
1132
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1137
|
-
//
|
|
1138
|
-
export { default as
|
|
1133
|
+
// FoldVertical aliases
|
|
1134
|
+
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1139
1135
|
// FolderArchive aliases
|
|
1140
1136
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1137
|
+
// FolderCheck aliases
|
|
1138
|
+
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1141
1139
|
// FolderClock aliases
|
|
1142
1140
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1143
1141
|
// FolderClosed aliases
|
|
@@ -1148,100 +1146,100 @@ export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
|
1148
1146
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1149
1147
|
// FolderDown aliases
|
|
1150
1148
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1149
|
+
// FolderGit aliases
|
|
1150
|
+
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1151
1151
|
// FolderGit2 aliases
|
|
1152
1152
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1153
1153
|
// FolderHeart aliases
|
|
1154
1154
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1155
|
-
// FolderGit aliases
|
|
1156
|
-
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1157
|
-
// FolderInput aliases
|
|
1158
|
-
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1159
1155
|
// FolderKanban aliases
|
|
1160
1156
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1157
|
+
// FolderInput aliases
|
|
1158
|
+
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1161
1159
|
// FolderKey aliases
|
|
1162
1160
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1163
1161
|
// FolderLock aliases
|
|
1164
1162
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1165
1163
|
// FolderMinus aliases
|
|
1166
1164
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1167
|
-
// FolderOpen aliases
|
|
1168
|
-
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1169
1165
|
// FolderOpenDot aliases
|
|
1170
1166
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1167
|
+
// FolderOpen aliases
|
|
1168
|
+
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1171
1169
|
// FolderOutput aliases
|
|
1172
1170
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1173
|
-
// FolderPlus aliases
|
|
1174
|
-
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1175
1171
|
// FolderRoot aliases
|
|
1176
1172
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1173
|
+
// FolderPlus aliases
|
|
1174
|
+
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1177
1175
|
// FolderSearch2 aliases
|
|
1178
1176
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1179
1177
|
// FolderSearch aliases
|
|
1180
1178
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1181
|
-
// FolderSymlink aliases
|
|
1182
|
-
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1183
1179
|
// FolderSync aliases
|
|
1184
1180
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1185
|
-
//
|
|
1186
|
-
export { default as
|
|
1181
|
+
// FolderSymlink aliases
|
|
1182
|
+
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1187
1183
|
// FolderTree aliases
|
|
1188
1184
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1189
|
-
//
|
|
1190
|
-
export { default as
|
|
1185
|
+
// FolderUp aliases
|
|
1186
|
+
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1191
1187
|
// FolderX aliases
|
|
1192
1188
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1193
1189
|
// Folders aliases
|
|
1194
1190
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1195
|
-
//
|
|
1196
|
-
export { default as
|
|
1191
|
+
// Folder aliases
|
|
1192
|
+
export { default as FolderIcon } from '../icons/folder';
|
|
1197
1193
|
// Forklift aliases
|
|
1198
1194
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1195
|
+
// Footprints aliases
|
|
1196
|
+
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1199
1197
|
// Forward aliases
|
|
1200
1198
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1201
|
-
// Frame aliases
|
|
1202
|
-
export { default as FrameIcon } from '../icons/frame';
|
|
1203
1199
|
// Framer aliases
|
|
1204
1200
|
export { default as FramerIcon } from '../icons/framer';
|
|
1205
1201
|
// Frown aliases
|
|
1206
1202
|
export { default as FrownIcon } from '../icons/frown';
|
|
1203
|
+
// Frame aliases
|
|
1204
|
+
export { default as FrameIcon } from '../icons/frame';
|
|
1207
1205
|
// Fuel aliases
|
|
1208
1206
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1209
|
-
// Fullscreen aliases
|
|
1210
|
-
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1211
1207
|
// FunnelPlus aliases
|
|
1212
1208
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1209
|
+
// Fullscreen aliases
|
|
1210
|
+
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1213
1211
|
// GalleryHorizontalEnd aliases
|
|
1214
1212
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1215
1213
|
// GalleryHorizontal aliases
|
|
1216
1214
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1217
1215
|
// GalleryVerticalEnd aliases
|
|
1218
1216
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1219
|
-
// GalleryThumbnails aliases
|
|
1220
|
-
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1221
1217
|
// GalleryVertical aliases
|
|
1222
1218
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1219
|
+
// GalleryThumbnails aliases
|
|
1220
|
+
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1223
1221
|
// Gamepad2 aliases
|
|
1224
1222
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1223
|
+
// Gauge aliases
|
|
1224
|
+
export { default as GaugeIcon } from '../icons/gauge';
|
|
1225
1225
|
// Gamepad aliases
|
|
1226
1226
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1227
1227
|
// Gavel aliases
|
|
1228
1228
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1229
|
-
// Gauge aliases
|
|
1230
|
-
export { default as GaugeIcon } from '../icons/gauge';
|
|
1231
1229
|
// Gem aliases
|
|
1232
1230
|
export { default as GemIcon } from '../icons/gem';
|
|
1233
|
-
// Gift aliases
|
|
1234
|
-
export { default as GiftIcon } from '../icons/gift';
|
|
1235
1231
|
// GeorgianLari aliases
|
|
1236
1232
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1237
1233
|
// Ghost aliases
|
|
1238
1234
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1239
1235
|
// GitBranchPlus aliases
|
|
1240
1236
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1241
|
-
//
|
|
1242
|
-
export { default as
|
|
1237
|
+
// Gift aliases
|
|
1238
|
+
export { default as GiftIcon } from '../icons/gift';
|
|
1243
1239
|
// GitCommitVertical aliases
|
|
1244
1240
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1241
|
+
// GitBranch aliases
|
|
1242
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1245
1243
|
// GitCompareArrows aliases
|
|
1246
1244
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1247
1245
|
// GitCompare aliases
|
|
@@ -1254,10 +1252,10 @@ export { default as GitGraphIcon } from '../icons/git-graph';
|
|
|
1254
1252
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1255
1253
|
// GitPullRequestArrow aliases
|
|
1256
1254
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1257
|
-
// GitPullRequestCreateArrow aliases
|
|
1258
|
-
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1259
1255
|
// GitPullRequestClosed aliases
|
|
1260
1256
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1257
|
+
// GitPullRequestCreateArrow aliases
|
|
1258
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1261
1259
|
// GitPullRequestCreate aliases
|
|
1262
1260
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1263
1261
|
// GitPullRequestDraft aliases
|
|
@@ -1266,30 +1264,30 @@ export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-dr
|
|
|
1266
1264
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1267
1265
|
// Github aliases
|
|
1268
1266
|
export { default as GithubIcon } from '../icons/github';
|
|
1269
|
-
// GlassWater aliases
|
|
1270
|
-
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1271
1267
|
// Gitlab aliases
|
|
1272
1268
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1269
|
+
// GlassWater aliases
|
|
1270
|
+
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1273
1271
|
// Glasses aliases
|
|
1274
1272
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1275
1273
|
// GlobeLock aliases
|
|
1276
1274
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1277
1275
|
// Globe aliases
|
|
1278
1276
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1279
|
-
// Goal aliases
|
|
1280
|
-
export { default as GoalIcon } from '../icons/goal';
|
|
1281
1277
|
// Gpu aliases
|
|
1282
1278
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1279
|
+
// Goal aliases
|
|
1280
|
+
export { default as GoalIcon } from '../icons/goal';
|
|
1283
1281
|
// GraduationCap aliases
|
|
1284
1282
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1285
1283
|
// Grape aliases
|
|
1286
1284
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1287
|
-
// Grid3x2 aliases
|
|
1288
|
-
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1289
|
-
// GripVertical aliases
|
|
1290
|
-
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1291
1285
|
// GripHorizontal aliases
|
|
1292
1286
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1287
|
+
// GripVertical aliases
|
|
1288
|
+
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1289
|
+
// Grid3x2 aliases
|
|
1290
|
+
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1293
1291
|
// Grip aliases
|
|
1294
1292
|
export { default as GripIcon } from '../icons/grip';
|
|
1295
1293
|
// Group aliases
|
|
@@ -1320,54 +1318,54 @@ export { default as HandbagIcon } from '../icons/handbag';
|
|
|
1320
1318
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1321
1319
|
// HardDriveDownload aliases
|
|
1322
1320
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1323
|
-
// HardDriveUpload aliases
|
|
1324
|
-
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1325
1321
|
// HardDrive aliases
|
|
1326
1322
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1323
|
+
// HardDriveUpload aliases
|
|
1324
|
+
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1327
1325
|
// HardHat aliases
|
|
1328
1326
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1329
1327
|
// Hash aliases
|
|
1330
1328
|
export { default as HashIcon } from '../icons/hash';
|
|
1331
|
-
// Haze aliases
|
|
1332
|
-
export { default as HazeIcon } from '../icons/haze';
|
|
1333
1329
|
// HatGlasses aliases
|
|
1334
1330
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1331
|
+
// Haze aliases
|
|
1332
|
+
export { default as HazeIcon } from '../icons/haze';
|
|
1335
1333
|
// HdmiPort aliases
|
|
1336
1334
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1337
|
-
// Heading1 aliases
|
|
1338
|
-
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1339
1335
|
// Heading2 aliases
|
|
1340
1336
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1337
|
+
// Heading1 aliases
|
|
1338
|
+
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1341
1339
|
// Heading3 aliases
|
|
1342
1340
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1343
1341
|
// Heading4 aliases
|
|
1344
1342
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1345
1343
|
// Heading5 aliases
|
|
1346
1344
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1347
|
-
// Heading6 aliases
|
|
1348
|
-
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1349
1345
|
// Heading aliases
|
|
1350
1346
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1351
|
-
//
|
|
1352
|
-
export { default as
|
|
1347
|
+
// Heading6 aliases
|
|
1348
|
+
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1353
1349
|
// Headphones aliases
|
|
1354
1350
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1355
|
-
//
|
|
1356
|
-
export { default as
|
|
1351
|
+
// HeadphoneOff aliases
|
|
1352
|
+
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1357
1353
|
// HeartCrack aliases
|
|
1358
1354
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1359
|
-
//
|
|
1360
|
-
export { default as
|
|
1355
|
+
// Headset aliases
|
|
1356
|
+
export { default as HeadsetIcon } from '../icons/headset';
|
|
1361
1357
|
// HeartHandshake aliases
|
|
1362
1358
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1363
1359
|
// HeartOff aliases
|
|
1364
1360
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1361
|
+
// HeartMinus aliases
|
|
1362
|
+
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1363
|
+
// HeartPulse aliases
|
|
1364
|
+
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1365
1365
|
// HeartPlus aliases
|
|
1366
1366
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1367
1367
|
// Heart aliases
|
|
1368
1368
|
export { default as HeartIcon } from '../icons/heart';
|
|
1369
|
-
// HeartPulse aliases
|
|
1370
|
-
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1371
1369
|
// Heater aliases
|
|
1372
1370
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1373
1371
|
// Hexagon aliases
|
|
@@ -1382,50 +1380,50 @@ export { default as HopOffIcon } from '../icons/hop-off';
|
|
|
1382
1380
|
export { default as HopIcon } from '../icons/hop';
|
|
1383
1381
|
// Hospital aliases
|
|
1384
1382
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1385
|
-
// Hotel aliases
|
|
1386
|
-
export { default as HotelIcon } from '../icons/hotel';
|
|
1387
1383
|
// Hourglass aliases
|
|
1388
1384
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1385
|
+
// Hotel aliases
|
|
1386
|
+
export { default as HotelIcon } from '../icons/hotel';
|
|
1389
1387
|
// HousePlug aliases
|
|
1390
1388
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1391
1389
|
// HousePlus aliases
|
|
1392
1390
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1393
1391
|
// HouseWifi aliases
|
|
1394
1392
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1395
|
-
// IdCard aliases
|
|
1396
|
-
export { default as IdCardIcon } from '../icons/id-card';
|
|
1397
1393
|
// IdCardLanyard aliases
|
|
1398
1394
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1395
|
+
// IdCard aliases
|
|
1396
|
+
export { default as IdCardIcon } from '../icons/id-card';
|
|
1399
1397
|
// ImageDown aliases
|
|
1400
1398
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1401
|
-
// ImageOff aliases
|
|
1402
|
-
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1403
1399
|
// ImageMinus aliases
|
|
1404
1400
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1401
|
+
// ImageOff aliases
|
|
1402
|
+
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1405
1403
|
// ImagePlay aliases
|
|
1406
1404
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1407
1405
|
// ImageUp aliases
|
|
1408
1406
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1409
|
-
// Image aliases
|
|
1410
|
-
export { default as ImageIcon } from '../icons/image';
|
|
1411
1407
|
// ImagePlus aliases
|
|
1412
1408
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1413
1409
|
// ImageUpscale aliases
|
|
1414
1410
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1415
|
-
//
|
|
1416
|
-
export { default as
|
|
1411
|
+
// Image aliases
|
|
1412
|
+
export { default as ImageIcon } from '../icons/image';
|
|
1417
1413
|
// Images aliases
|
|
1418
1414
|
export { default as ImagesIcon } from '../icons/images';
|
|
1419
|
-
//
|
|
1420
|
-
export { default as
|
|
1415
|
+
// Import aliases
|
|
1416
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1421
1417
|
// Inbox aliases
|
|
1422
1418
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1419
|
+
// IndianRupee aliases
|
|
1420
|
+
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1423
1421
|
// Infinity aliases
|
|
1424
1422
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1425
|
-
// InspectionPanel aliases
|
|
1426
|
-
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1427
1423
|
// Info aliases
|
|
1428
1424
|
export { default as InfoIcon } from '../icons/info';
|
|
1425
|
+
// InspectionPanel aliases
|
|
1426
|
+
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1429
1427
|
// Instagram aliases
|
|
1430
1428
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1431
1429
|
// IterationCcw aliases
|
|
@@ -1434,54 +1432,54 @@ export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
|
1434
1432
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1435
1433
|
// IterationCw aliases
|
|
1436
1434
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1435
|
+
// Joystick aliases
|
|
1436
|
+
export { default as JoystickIcon } from '../icons/joystick';
|
|
1437
1437
|
// JapaneseYen aliases
|
|
1438
1438
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1439
1439
|
// Kanban aliases
|
|
1440
1440
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1441
|
-
// Joystick aliases
|
|
1442
|
-
export { default as JoystickIcon } from '../icons/joystick';
|
|
1443
1441
|
// Kayak aliases
|
|
1444
1442
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1445
1443
|
// KeyRound aliases
|
|
1446
1444
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1447
|
-
// KeySquare aliases
|
|
1448
|
-
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1449
1445
|
// Key aliases
|
|
1450
1446
|
export { default as KeyIcon } from '../icons/key';
|
|
1451
|
-
//
|
|
1452
|
-
export { default as
|
|
1447
|
+
// KeySquare aliases
|
|
1448
|
+
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1453
1449
|
// KeyboardOff aliases
|
|
1454
1450
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1455
1451
|
// Keyboard aliases
|
|
1456
1452
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1453
|
+
// KeyboardMusic aliases
|
|
1454
|
+
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1457
1455
|
// LampDesk aliases
|
|
1458
1456
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1459
1457
|
// LampCeiling aliases
|
|
1460
1458
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1461
|
-
// LampWallDown aliases
|
|
1462
|
-
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1463
1459
|
// LampFloor aliases
|
|
1464
1460
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1465
|
-
//
|
|
1466
|
-
export { default as
|
|
1461
|
+
// LampWallDown aliases
|
|
1462
|
+
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1467
1463
|
// LampWallUp aliases
|
|
1468
1464
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1469
|
-
//
|
|
1470
|
-
export { default as
|
|
1465
|
+
// Lamp aliases
|
|
1466
|
+
export { default as LampIcon } from '../icons/lamp';
|
|
1471
1467
|
// LandPlot aliases
|
|
1472
1468
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1469
|
+
// Landmark aliases
|
|
1470
|
+
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1473
1471
|
// Languages aliases
|
|
1474
1472
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1475
|
-
// LaptopMinimalCheck aliases
|
|
1476
|
-
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1477
1473
|
// Laptop aliases
|
|
1478
1474
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1475
|
+
// LaptopMinimalCheck aliases
|
|
1476
|
+
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1477
|
+
// Laugh aliases
|
|
1478
|
+
export { default as LaughIcon } from '../icons/laugh';
|
|
1479
1479
|
// LassoSelect aliases
|
|
1480
1480
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1481
1481
|
// Lasso aliases
|
|
1482
1482
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1483
|
-
// Laugh aliases
|
|
1484
|
-
export { default as LaughIcon } from '../icons/laugh';
|
|
1485
1483
|
// Layers2 aliases
|
|
1486
1484
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1487
1485
|
// LayoutDashboard aliases
|
|
@@ -1502,26 +1500,26 @@ export { default as LeafIcon } from '../icons/leaf';
|
|
|
1502
1500
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1503
1501
|
// Lectern aliases
|
|
1504
1502
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1505
|
-
// LetterText aliases
|
|
1506
|
-
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1507
1503
|
// LibraryBig aliases
|
|
1508
1504
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1505
|
+
// LetterText aliases
|
|
1506
|
+
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1509
1507
|
// Library aliases
|
|
1510
1508
|
export { default as LibraryIcon } from '../icons/library';
|
|
1511
|
-
// Ligature aliases
|
|
1512
|
-
export { default as LigatureIcon } from '../icons/ligature';
|
|
1513
1509
|
// LifeBuoy aliases
|
|
1514
1510
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1511
|
+
// Ligature aliases
|
|
1512
|
+
export { default as LigatureIcon } from '../icons/ligature';
|
|
1515
1513
|
// LightbulbOff aliases
|
|
1516
1514
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1517
|
-
// LineSquiggle aliases
|
|
1518
|
-
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1519
1515
|
// Lightbulb aliases
|
|
1520
1516
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1521
|
-
//
|
|
1522
|
-
export { default as
|
|
1517
|
+
// LineSquiggle aliases
|
|
1518
|
+
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1523
1519
|
// Link2 aliases
|
|
1524
1520
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1521
|
+
// Link2Off aliases
|
|
1522
|
+
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1525
1523
|
// Link aliases
|
|
1526
1524
|
export { default as LinkIcon } from '../icons/link';
|
|
1527
1525
|
// Linkedin aliases
|
|
@@ -1534,14 +1532,14 @@ export { default as ListChecksIcon } from '../icons/list-checks';
|
|
|
1534
1532
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1535
1533
|
// ListEnd aliases
|
|
1536
1534
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1537
|
-
// ListFilterPlus aliases
|
|
1538
|
-
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1539
1535
|
// ListMinus aliases
|
|
1540
1536
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1541
|
-
//
|
|
1542
|
-
export { default as
|
|
1537
|
+
// ListFilterPlus aliases
|
|
1538
|
+
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1543
1539
|
// ListMusic aliases
|
|
1544
1540
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1541
|
+
// ListFilter aliases
|
|
1542
|
+
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1545
1543
|
// ListOrdered aliases
|
|
1546
1544
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1547
1545
|
// ListPlus aliases
|
|
@@ -1560,14 +1558,14 @@ export { default as ListVideoIcon } from '../icons/list-video';
|
|
|
1560
1558
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1561
1559
|
// List aliases
|
|
1562
1560
|
export { default as ListIcon } from '../icons/list';
|
|
1563
|
-
// LoaderPinwheel aliases
|
|
1564
|
-
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1565
1561
|
// Loader aliases
|
|
1566
1562
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1567
|
-
//
|
|
1568
|
-
export { default as
|
|
1563
|
+
// LoaderPinwheel aliases
|
|
1564
|
+
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1569
1565
|
// LocateOff aliases
|
|
1570
1566
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1567
|
+
// LocateFixed aliases
|
|
1568
|
+
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1571
1569
|
// Locate aliases
|
|
1572
1570
|
export { default as LocateIcon } from '../icons/locate';
|
|
1573
1571
|
// LockKeyhole aliases
|
|
@@ -1602,130 +1600,130 @@ export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
|
1602
1600
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1603
1601
|
// Mail aliases
|
|
1604
1602
|
export { default as MailIcon } from '../icons/mail';
|
|
1605
|
-
// Mailbox aliases
|
|
1606
|
-
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1607
1603
|
// Mails aliases
|
|
1608
1604
|
export { default as MailsIcon } from '../icons/mails';
|
|
1609
1605
|
// MapMinus aliases
|
|
1610
1606
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1607
|
+
// Mailbox aliases
|
|
1608
|
+
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1611
1609
|
// MapPinCheckInside aliases
|
|
1612
1610
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1613
1611
|
// MapPinCheck aliases
|
|
1614
1612
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1615
1613
|
// MapPinHouse aliases
|
|
1616
1614
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1615
|
+
// MapPinOff aliases
|
|
1616
|
+
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1617
1617
|
// MapPinMinusInside aliases
|
|
1618
1618
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1619
1619
|
// MapPinMinus aliases
|
|
1620
1620
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1621
|
-
//
|
|
1622
|
-
export { default as
|
|
1621
|
+
// MapPinPlus aliases
|
|
1622
|
+
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1623
1623
|
// MapPinPlusInside aliases
|
|
1624
1624
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1625
1625
|
// MapPinXInside aliases
|
|
1626
1626
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1627
|
-
// MapPinPlus aliases
|
|
1628
|
-
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1629
1627
|
// MapPinX aliases
|
|
1630
1628
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1631
|
-
// MapPinned aliases
|
|
1632
|
-
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1633
1629
|
// MapPin aliases
|
|
1634
1630
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1631
|
+
// MapPinned aliases
|
|
1632
|
+
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1635
1633
|
// MapPlus aliases
|
|
1636
1634
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1637
|
-
//
|
|
1638
|
-
export { default as
|
|
1635
|
+
// Mars aliases
|
|
1636
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1639
1637
|
// MarsStroke aliases
|
|
1640
1638
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1639
|
+
// Map aliases
|
|
1640
|
+
export { default as MapIcon } from '../icons/map';
|
|
1641
1641
|
// Martini aliases
|
|
1642
1642
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1643
|
-
// Mars aliases
|
|
1644
|
-
export { default as MarsIcon } from '../icons/mars';
|
|
1645
1643
|
// Maximize2 aliases
|
|
1646
1644
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1647
1645
|
// Maximize aliases
|
|
1648
1646
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1649
1647
|
// Medal aliases
|
|
1650
1648
|
export { default as MedalIcon } from '../icons/medal';
|
|
1649
|
+
// Megaphone aliases
|
|
1650
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1651
1651
|
// MegaphoneOff aliases
|
|
1652
1652
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1653
|
-
// Meh aliases
|
|
1654
|
-
export { default as MehIcon } from '../icons/meh';
|
|
1655
1653
|
// MemoryStick aliases
|
|
1656
1654
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1657
|
-
//
|
|
1658
|
-
export { default as
|
|
1655
|
+
// Meh aliases
|
|
1656
|
+
export { default as MehIcon } from '../icons/meh';
|
|
1659
1657
|
// Menu aliases
|
|
1660
1658
|
export { default as MenuIcon } from '../icons/menu';
|
|
1661
1659
|
// Merge aliases
|
|
1662
1660
|
export { default as MergeIcon } from '../icons/merge';
|
|
1663
1661
|
// MessageCircleCode aliases
|
|
1664
1662
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1665
|
-
// MessageCircleDashed aliases
|
|
1666
|
-
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1667
1663
|
// MessageCircleHeart aliases
|
|
1668
1664
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1669
|
-
//
|
|
1670
|
-
export { default as
|
|
1665
|
+
// MessageCircleDashed aliases
|
|
1666
|
+
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1671
1667
|
// MessageCircleMore aliases
|
|
1672
1668
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1673
|
-
// MessageCircleReply aliases
|
|
1674
|
-
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1675
1669
|
// MessageCircleOff aliases
|
|
1676
1670
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1671
|
+
// MessageCirclePlus aliases
|
|
1672
|
+
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1673
|
+
// MessageCircleReply aliases
|
|
1674
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1677
1675
|
// MessageCircleWarning aliases
|
|
1678
1676
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1679
1677
|
// MessageCircleX aliases
|
|
1680
1678
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1681
1679
|
// MessageCircle aliases
|
|
1682
1680
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1683
|
-
// MessageSquareDashed aliases
|
|
1684
|
-
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1685
1681
|
// MessageSquareCode aliases
|
|
1686
1682
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1687
1683
|
// MessageSquareDiff aliases
|
|
1688
1684
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1685
|
+
// MessageSquareDashed aliases
|
|
1686
|
+
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1689
1687
|
// MessageSquareDot aliases
|
|
1690
1688
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1691
1689
|
// MessageSquareHeart aliases
|
|
1692
1690
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1693
|
-
// MessageSquareMore aliases
|
|
1694
|
-
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1695
1691
|
// MessageSquareLock aliases
|
|
1696
1692
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1697
|
-
//
|
|
1698
|
-
export { default as
|
|
1693
|
+
// MessageSquareMore aliases
|
|
1694
|
+
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1699
1695
|
// MessageSquarePlus aliases
|
|
1700
1696
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1697
|
+
// MessageSquareOff aliases
|
|
1698
|
+
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1701
1699
|
// MessageSquareQuote aliases
|
|
1702
1700
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1703
1701
|
// MessageSquareReply aliases
|
|
1704
1702
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1705
1703
|
// MessageSquareShare aliases
|
|
1706
1704
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1707
|
-
// MessageSquareWarning aliases
|
|
1708
|
-
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1709
1705
|
// MessageSquareText aliases
|
|
1710
1706
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1707
|
+
// MessageSquareWarning aliases
|
|
1708
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1711
1709
|
// MessageSquareX aliases
|
|
1712
1710
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1713
1711
|
// MessagesSquare aliases
|
|
1714
1712
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1715
1713
|
// MessageSquare aliases
|
|
1716
1714
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1717
|
-
// MicOff aliases
|
|
1718
|
-
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1719
|
-
// Microchip aliases
|
|
1720
|
-
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1721
1715
|
// Mic aliases
|
|
1722
1716
|
export { default as MicIcon } from '../icons/mic';
|
|
1717
|
+
// Microchip aliases
|
|
1718
|
+
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1719
|
+
// Microscope aliases
|
|
1720
|
+
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1721
|
+
// MicOff aliases
|
|
1722
|
+
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1723
1723
|
// Microwave aliases
|
|
1724
1724
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1725
1725
|
// Milestone aliases
|
|
1726
1726
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1727
|
-
// Microscope aliases
|
|
1728
|
-
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1729
1727
|
// MilkOff aliases
|
|
1730
1728
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1731
1729
|
// Milk aliases
|
|
@@ -1738,30 +1736,30 @@ export { default as MinimizeIcon } from '../icons/minimize';
|
|
|
1738
1736
|
export { default as MinusIcon } from '../icons/minus';
|
|
1739
1737
|
// MonitorCog aliases
|
|
1740
1738
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1741
|
-
// MonitorDot aliases
|
|
1742
|
-
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1743
1739
|
// MonitorCheck aliases
|
|
1744
1740
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1741
|
+
// MonitorDot aliases
|
|
1742
|
+
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1745
1743
|
// MonitorDown aliases
|
|
1746
1744
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1747
|
-
// MonitorOff aliases
|
|
1748
|
-
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1749
1745
|
// MonitorPause aliases
|
|
1750
1746
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1751
|
-
//
|
|
1752
|
-
export { default as
|
|
1747
|
+
// MonitorOff aliases
|
|
1748
|
+
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1753
1749
|
// MonitorSmartphone aliases
|
|
1754
1750
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1755
|
-
//
|
|
1756
|
-
export { default as
|
|
1751
|
+
// MonitorPlay aliases
|
|
1752
|
+
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1757
1753
|
// MonitorSpeaker aliases
|
|
1758
1754
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1755
|
+
// MonitorUp aliases
|
|
1756
|
+
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1757
|
+
// MonitorStop aliases
|
|
1758
|
+
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1759
1759
|
// MonitorX aliases
|
|
1760
1760
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1761
1761
|
// Monitor aliases
|
|
1762
1762
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1763
|
-
// MonitorUp aliases
|
|
1764
|
-
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1765
1763
|
// MoonStar aliases
|
|
1766
1764
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1767
1765
|
// Moon aliases
|
|
@@ -1770,28 +1768,26 @@ export { default as MoonIcon } from '../icons/moon';
|
|
|
1770
1768
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1771
1769
|
// Mountain aliases
|
|
1772
1770
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1773
|
-
// MousePointer2 aliases
|
|
1774
|
-
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1775
1771
|
// MouseOff aliases
|
|
1776
1772
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1773
|
+
// MousePointerClick aliases
|
|
1774
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1775
|
+
// MousePointer2 aliases
|
|
1776
|
+
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1777
1777
|
// MousePointerBan aliases
|
|
1778
1778
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1779
|
-
// Mouse aliases
|
|
1780
|
-
export { default as MouseIcon } from '../icons/mouse';
|
|
1781
1779
|
// MousePointer aliases
|
|
1782
1780
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1783
|
-
//
|
|
1784
|
-
export { default as
|
|
1781
|
+
// Mouse aliases
|
|
1782
|
+
export { default as MouseIcon } from '../icons/mouse';
|
|
1785
1783
|
// MoveDiagonal2 aliases
|
|
1786
1784
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1785
|
+
// MoveDiagonal aliases
|
|
1786
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1787
1787
|
// MoveDownLeft aliases
|
|
1788
1788
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1789
1789
|
// MoveDownRight aliases
|
|
1790
1790
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1791
|
-
// MoveHorizontal aliases
|
|
1792
|
-
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1793
|
-
// MoveDiagonal aliases
|
|
1794
|
-
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1795
1791
|
// MoveDown aliases
|
|
1796
1792
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1797
1793
|
// MoveLeft aliases
|
|
@@ -1800,12 +1796,14 @@ export { default as MoveLeftIcon } from '../icons/move-left';
|
|
|
1800
1796
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1801
1797
|
// MoveUpLeft aliases
|
|
1802
1798
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1799
|
+
// MoveHorizontal aliases
|
|
1800
|
+
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1803
1801
|
// MoveUpRight aliases
|
|
1804
1802
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1805
|
-
// MoveUp aliases
|
|
1806
|
-
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1807
1803
|
// MoveVertical aliases
|
|
1808
1804
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1805
|
+
// MoveUp aliases
|
|
1806
|
+
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1809
1807
|
// Move aliases
|
|
1810
1808
|
export { default as MoveIcon } from '../icons/move';
|
|
1811
1809
|
// Music2 aliases
|
|
@@ -1844,10 +1842,10 @@ export { default as NotebookIcon } from '../icons/notebook';
|
|
|
1844
1842
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1845
1843
|
// NotepadText aliases
|
|
1846
1844
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1847
|
-
// NutOff aliases
|
|
1848
|
-
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1849
1845
|
// Nut aliases
|
|
1850
1846
|
export { default as NutIcon } from '../icons/nut';
|
|
1847
|
+
// NutOff aliases
|
|
1848
|
+
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1851
1849
|
// OctagonMinus aliases
|
|
1852
1850
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1853
1851
|
// Octagon aliases
|
|
@@ -1860,52 +1858,56 @@ export { default as OptionIcon } from '../icons/option';
|
|
|
1860
1858
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1861
1859
|
// Origami aliases
|
|
1862
1860
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1863
|
-
// PackageMinus aliases
|
|
1864
|
-
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1865
1861
|
// Package2 aliases
|
|
1866
1862
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1867
1863
|
// PackageCheck aliases
|
|
1868
1864
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1865
|
+
// PackageMinus aliases
|
|
1866
|
+
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1869
1867
|
// PackageOpen aliases
|
|
1870
1868
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1871
|
-
// PackagePlus aliases
|
|
1872
|
-
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1873
1869
|
// PackageSearch aliases
|
|
1874
1870
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1871
|
+
// PackagePlus aliases
|
|
1872
|
+
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1875
1873
|
// PackageX aliases
|
|
1876
1874
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1877
1875
|
// Package aliases
|
|
1878
1876
|
export { default as PackageIcon } from '../icons/package';
|
|
1879
|
-
// PaintRoller aliases
|
|
1880
|
-
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1881
1877
|
// PaintBucket aliases
|
|
1882
1878
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1883
|
-
//
|
|
1884
|
-
export { default as
|
|
1879
|
+
// PaintRoller aliases
|
|
1880
|
+
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1885
1881
|
// Palette aliases
|
|
1886
1882
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1883
|
+
// Paintbrush aliases
|
|
1884
|
+
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1887
1885
|
// Panda aliases
|
|
1888
1886
|
export { default as PandaIcon } from '../icons/panda';
|
|
1889
|
-
// PanelBottomOpen aliases
|
|
1890
|
-
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1891
1887
|
// PanelBottomClose aliases
|
|
1892
1888
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1889
|
+
// PanelBottomOpen aliases
|
|
1890
|
+
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1893
1891
|
// PanelBottom aliases
|
|
1894
1892
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1893
|
+
// PanelLeftRightDashed aliases
|
|
1894
|
+
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1895
1895
|
// PanelRightClose aliases
|
|
1896
1896
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1897
1897
|
// PanelRightOpen aliases
|
|
1898
1898
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1899
1899
|
// PanelRight aliases
|
|
1900
1900
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1901
|
+
// PanelTopBottomDashed aliases
|
|
1902
|
+
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1901
1903
|
// PanelTopClose aliases
|
|
1902
1904
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1903
1905
|
// PanelTopOpen aliases
|
|
1904
1906
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1905
|
-
// PanelsLeftBottom aliases
|
|
1906
|
-
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1907
1907
|
// PanelTop aliases
|
|
1908
1908
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1909
|
+
// PanelsLeftBottom aliases
|
|
1910
|
+
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1909
1911
|
// PanelsRightBottom aliases
|
|
1910
1912
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1911
1913
|
// Paperclip aliases
|
|
@@ -1922,12 +1924,12 @@ export { default as PauseIcon } from '../icons/pause';
|
|
|
1922
1924
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1923
1925
|
// PcCase aliases
|
|
1924
1926
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1927
|
+
// PenTool aliases
|
|
1928
|
+
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1925
1929
|
// PenOff aliases
|
|
1926
1930
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1927
1931
|
// PencilLine aliases
|
|
1928
1932
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1929
|
-
// PenTool aliases
|
|
1930
|
-
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1931
1933
|
// PencilOff aliases
|
|
1932
1934
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1933
1935
|
// PencilRuler aliases
|
|
@@ -1936,66 +1938,66 @@ export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
|
1936
1938
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1937
1939
|
// Pentagon aliases
|
|
1938
1940
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1941
|
+
// Percent aliases
|
|
1942
|
+
export { default as PercentIcon } from '../icons/percent';
|
|
1939
1943
|
// PersonStanding aliases
|
|
1940
1944
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1941
1945
|
// PhilippinePeso aliases
|
|
1942
1946
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1943
|
-
// PhoneForwarded aliases
|
|
1944
|
-
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1945
|
-
// Percent aliases
|
|
1946
|
-
export { default as PercentIcon } from '../icons/percent';
|
|
1947
1947
|
// PhoneCall aliases
|
|
1948
1948
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1949
|
+
// PhoneForwarded aliases
|
|
1950
|
+
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1949
1951
|
// PhoneIncoming aliases
|
|
1950
1952
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1951
|
-
// PhoneOff aliases
|
|
1952
|
-
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1953
1953
|
// PhoneMissed aliases
|
|
1954
1954
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1955
|
+
// PhoneOff aliases
|
|
1956
|
+
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1955
1957
|
// PhoneOutgoing aliases
|
|
1956
1958
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1957
1959
|
// Phone aliases
|
|
1958
1960
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1959
1961
|
// Pi aliases
|
|
1960
1962
|
export { default as PiIcon } from '../icons/pi';
|
|
1961
|
-
// Pickaxe aliases
|
|
1962
|
-
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1963
1963
|
// Piano aliases
|
|
1964
1964
|
export { default as PianoIcon } from '../icons/piano';
|
|
1965
|
-
//
|
|
1966
|
-
export { default as
|
|
1965
|
+
// Pickaxe aliases
|
|
1966
|
+
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1967
1967
|
// PictureInPicture2 aliases
|
|
1968
1968
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1969
|
+
// PictureInPicture aliases
|
|
1970
|
+
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1969
1971
|
// PiggyBank aliases
|
|
1970
1972
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1973
|
+
// Pilcrow aliases
|
|
1974
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1971
1975
|
// PilcrowLeft aliases
|
|
1972
1976
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1973
1977
|
// PilcrowRight aliases
|
|
1974
1978
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1975
|
-
// PillBottle aliases
|
|
1976
|
-
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1977
|
-
// Pilcrow aliases
|
|
1978
|
-
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1979
1979
|
// Pill aliases
|
|
1980
1980
|
export { default as PillIcon } from '../icons/pill';
|
|
1981
|
+
// PillBottle aliases
|
|
1982
|
+
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1981
1983
|
// PinOff aliases
|
|
1982
1984
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1983
1985
|
// Pin aliases
|
|
1984
1986
|
export { default as PinIcon } from '../icons/pin';
|
|
1987
|
+
// PlaneLanding aliases
|
|
1988
|
+
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1985
1989
|
// Pipette aliases
|
|
1986
1990
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
1987
1991
|
// Pizza aliases
|
|
1988
1992
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
1989
|
-
// PlaneLanding aliases
|
|
1990
|
-
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1991
1993
|
// PlaneTakeoff aliases
|
|
1992
1994
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1993
1995
|
// Plane aliases
|
|
1994
1996
|
export { default as PlaneIcon } from '../icons/plane';
|
|
1995
|
-
// Play aliases
|
|
1996
|
-
export { default as PlayIcon } from '../icons/play';
|
|
1997
1997
|
// Plug2 aliases
|
|
1998
1998
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1999
|
+
// Play aliases
|
|
2000
|
+
export { default as PlayIcon } from '../icons/play';
|
|
1999
2001
|
// Plug aliases
|
|
2000
2002
|
export { default as PlugIcon } from '../icons/plug';
|
|
2001
2003
|
// Plus aliases
|
|
@@ -2012,16 +2014,16 @@ export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
|
2012
2014
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2013
2015
|
// Popcorn aliases
|
|
2014
2016
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2015
|
-
// PoundSterling aliases
|
|
2016
|
-
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2017
2017
|
// Popsicle aliases
|
|
2018
2018
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2019
|
+
// PoundSterling aliases
|
|
2020
|
+
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2019
2021
|
// PowerOff aliases
|
|
2020
2022
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2021
|
-
// Presentation aliases
|
|
2022
|
-
export { default as PresentationIcon } from '../icons/presentation';
|
|
2023
2023
|
// Power aliases
|
|
2024
2024
|
export { default as PowerIcon } from '../icons/power';
|
|
2025
|
+
// Presentation aliases
|
|
2026
|
+
export { default as PresentationIcon } from '../icons/presentation';
|
|
2025
2027
|
// PrinterCheck aliases
|
|
2026
2028
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2027
2029
|
// Printer aliases
|
|
@@ -2032,92 +2034,92 @@ export { default as ProjectorIcon } from '../icons/projector';
|
|
|
2032
2034
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2033
2035
|
// Puzzle aliases
|
|
2034
2036
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2037
|
+
// Pyramid aliases
|
|
2038
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2035
2039
|
// QrCode aliases
|
|
2036
2040
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2037
2041
|
// Quote aliases
|
|
2038
2042
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2039
|
-
// Pyramid aliases
|
|
2040
|
-
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2041
2043
|
// Rabbit aliases
|
|
2042
2044
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2043
|
-
// Radiation aliases
|
|
2044
|
-
export { default as RadiationIcon } from '../icons/radiation';
|
|
2045
2045
|
// Radar aliases
|
|
2046
2046
|
export { default as RadarIcon } from '../icons/radar';
|
|
2047
|
-
//
|
|
2048
|
-
export { default as
|
|
2047
|
+
// Radiation aliases
|
|
2048
|
+
export { default as RadiationIcon } from '../icons/radiation';
|
|
2049
2049
|
// RadioReceiver aliases
|
|
2050
2050
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2051
|
+
// Radical aliases
|
|
2052
|
+
export { default as RadicalIcon } from '../icons/radical';
|
|
2051
2053
|
// RadioTower aliases
|
|
2052
2054
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2053
2055
|
// Radio aliases
|
|
2054
2056
|
export { default as RadioIcon } from '../icons/radio';
|
|
2055
2057
|
// Radius aliases
|
|
2056
2058
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2057
|
-
// Rat aliases
|
|
2058
|
-
export { default as RatIcon } from '../icons/rat';
|
|
2059
2059
|
// RailSymbol aliases
|
|
2060
2060
|
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2061
|
-
// Ratio aliases
|
|
2062
|
-
export { default as RatioIcon } from '../icons/ratio';
|
|
2063
2061
|
// Rainbow aliases
|
|
2064
2062
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2063
|
+
// Rat aliases
|
|
2064
|
+
export { default as RatIcon } from '../icons/rat';
|
|
2065
2065
|
// ReceiptCent aliases
|
|
2066
2066
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2067
|
-
//
|
|
2068
|
-
export { default as
|
|
2067
|
+
// Ratio aliases
|
|
2068
|
+
export { default as RatioIcon } from '../icons/ratio';
|
|
2069
2069
|
// ReceiptIndianRupee aliases
|
|
2070
2070
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2071
|
+
// ReceiptEuro aliases
|
|
2072
|
+
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2071
2073
|
// ReceiptJapaneseYen aliases
|
|
2072
2074
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2073
|
-
// ReceiptRussianRuble aliases
|
|
2074
|
-
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2075
2075
|
// ReceiptPoundSterling aliases
|
|
2076
2076
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2077
|
+
// ReceiptRussianRuble aliases
|
|
2078
|
+
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2077
2079
|
// ReceiptText aliases
|
|
2078
2080
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2079
2081
|
// ReceiptSwissFranc aliases
|
|
2080
2082
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2081
2083
|
// ReceiptTurkishLira aliases
|
|
2082
2084
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2085
|
+
// RectangleGoggles aliases
|
|
2086
|
+
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2083
2087
|
// Receipt aliases
|
|
2084
2088
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2085
2089
|
// RectangleCircle aliases
|
|
2086
2090
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2087
|
-
//
|
|
2088
|
-
export { default as
|
|
2091
|
+
// RectangleVertical aliases
|
|
2092
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2089
2093
|
// RectangleHorizontal aliases
|
|
2090
2094
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2091
2095
|
// Recycle aliases
|
|
2092
2096
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2093
2097
|
// Redo2 aliases
|
|
2094
2098
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2095
|
-
// RectangleVertical aliases
|
|
2096
|
-
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2097
|
-
// RedoDot aliases
|
|
2098
|
-
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2099
|
-
// RefreshCcwDot aliases
|
|
2100
|
-
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2101
2099
|
// Redo aliases
|
|
2102
2100
|
export { default as RedoIcon } from '../icons/redo';
|
|
2101
|
+
// RefreshCcwDot aliases
|
|
2102
|
+
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2103
|
+
// RedoDot aliases
|
|
2104
|
+
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2103
2105
|
// RefreshCcw aliases
|
|
2104
2106
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2105
2107
|
// RefreshCwOff aliases
|
|
2106
2108
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2109
|
+
// RefreshCw aliases
|
|
2110
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2107
2111
|
// Refrigerator aliases
|
|
2108
2112
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2109
2113
|
// Regex aliases
|
|
2110
2114
|
export { default as RegexIcon } from '../icons/regex';
|
|
2111
|
-
// RefreshCw aliases
|
|
2112
|
-
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2113
2115
|
// RemoveFormatting aliases
|
|
2114
2116
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2115
2117
|
// Repeat1 aliases
|
|
2116
2118
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2117
|
-
// Repeat aliases
|
|
2118
|
-
export { default as RepeatIcon } from '../icons/repeat';
|
|
2119
2119
|
// Repeat2 aliases
|
|
2120
2120
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2121
|
+
// Repeat aliases
|
|
2122
|
+
export { default as RepeatIcon } from '../icons/repeat';
|
|
2121
2123
|
// ReplaceAll aliases
|
|
2122
2124
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2123
2125
|
// Replace aliases
|
|
@@ -2136,30 +2138,30 @@ export { default as RocketIcon } from '../icons/rocket';
|
|
|
2136
2138
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2137
2139
|
// RollerCoaster aliases
|
|
2138
2140
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2139
|
-
// RotateCcwKey aliases
|
|
2140
|
-
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2141
2141
|
// Rose aliases
|
|
2142
2142
|
export { default as RoseIcon } from '../icons/rose';
|
|
2143
|
+
// RotateCcwKey aliases
|
|
2144
|
+
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2143
2145
|
// RotateCcwSquare aliases
|
|
2144
2146
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2145
2147
|
// RotateCcw aliases
|
|
2146
2148
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2147
2149
|
// RotateCwSquare aliases
|
|
2148
2150
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2149
|
-
// RotateCw aliases
|
|
2150
|
-
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2151
2151
|
// Route aliases
|
|
2152
2152
|
export { default as RouteIcon } from '../icons/route';
|
|
2153
2153
|
// RouteOff aliases
|
|
2154
2154
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2155
|
+
// RotateCw aliases
|
|
2156
|
+
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2155
2157
|
// Router aliases
|
|
2156
2158
|
export { default as RouterIcon } from '../icons/router';
|
|
2157
2159
|
// Rows4 aliases
|
|
2158
2160
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2159
|
-
// RulerDimensionLine aliases
|
|
2160
|
-
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2161
2161
|
// Rss aliases
|
|
2162
2162
|
export { default as RssIcon } from '../icons/rss';
|
|
2163
|
+
// RulerDimensionLine aliases
|
|
2164
|
+
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2163
2165
|
// Ruler aliases
|
|
2164
2166
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2165
2167
|
// RussianRuble aliases
|
|
@@ -2170,20 +2172,20 @@ export { default as SailboatIcon } from '../icons/sailboat';
|
|
|
2170
2172
|
export { default as SaladIcon } from '../icons/salad';
|
|
2171
2173
|
// SatelliteDish aliases
|
|
2172
2174
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2173
|
-
// Satellite aliases
|
|
2174
|
-
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2175
2175
|
// Sandwich aliases
|
|
2176
2176
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2177
|
+
// Satellite aliases
|
|
2178
|
+
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2177
2179
|
// SaudiRiyal aliases
|
|
2178
2180
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2179
2181
|
// SaveAll aliases
|
|
2180
2182
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2181
2183
|
// SaveOff aliases
|
|
2182
2184
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2183
|
-
// Save aliases
|
|
2184
|
-
export { default as SaveIcon } from '../icons/save';
|
|
2185
2185
|
// Scale aliases
|
|
2186
2186
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2187
|
+
// Save aliases
|
|
2188
|
+
export { default as SaveIcon } from '../icons/save';
|
|
2187
2189
|
// Scaling aliases
|
|
2188
2190
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2189
2191
|
// ScanBarcode aliases
|
|
@@ -2200,62 +2202,62 @@ export { default as ScanLineIcon } from '../icons/scan-line';
|
|
|
2200
2202
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2201
2203
|
// ScanSearch aliases
|
|
2202
2204
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2203
|
-
// ScanText aliases
|
|
2204
|
-
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2205
2205
|
// Scan aliases
|
|
2206
2206
|
export { default as ScanIcon } from '../icons/scan';
|
|
2207
|
+
// ScanText aliases
|
|
2208
|
+
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2207
2209
|
// School aliases
|
|
2208
2210
|
export { default as SchoolIcon } from '../icons/school';
|
|
2209
2211
|
// ScissorsLineDashed aliases
|
|
2210
2212
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2211
|
-
// ScreenShareOff aliases
|
|
2212
|
-
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2213
2213
|
// Scissors aliases
|
|
2214
2214
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2215
2215
|
// ScreenShare aliases
|
|
2216
2216
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2217
|
+
// ScreenShareOff aliases
|
|
2218
|
+
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2219
|
+
// ScrollText aliases
|
|
2220
|
+
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2217
2221
|
// Scroll aliases
|
|
2218
2222
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2219
2223
|
// SearchCode aliases
|
|
2220
2224
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2221
|
-
// ScrollText aliases
|
|
2222
|
-
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2223
2225
|
// SearchCheck aliases
|
|
2224
2226
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2225
|
-
// SearchSlash aliases
|
|
2226
|
-
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2227
2227
|
// SearchX aliases
|
|
2228
2228
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2229
|
+
// SearchSlash aliases
|
|
2230
|
+
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2229
2231
|
// Search aliases
|
|
2230
2232
|
export { default as SearchIcon } from '../icons/search';
|
|
2231
2233
|
// Section aliases
|
|
2232
2234
|
export { default as SectionIcon } from '../icons/section';
|
|
2233
2235
|
// SendToBack aliases
|
|
2234
2236
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2235
|
-
// SeparatorHorizontal aliases
|
|
2236
|
-
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2237
2237
|
// Send aliases
|
|
2238
2238
|
export { default as SendIcon } from '../icons/send';
|
|
2239
|
-
//
|
|
2240
|
-
export { default as
|
|
2239
|
+
// SeparatorHorizontal aliases
|
|
2240
|
+
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2241
2241
|
// SeparatorVertical aliases
|
|
2242
2242
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2243
|
+
// ServerCog aliases
|
|
2244
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2243
2245
|
// ServerCrash aliases
|
|
2244
2246
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2245
2247
|
// ServerOff aliases
|
|
2246
2248
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2247
|
-
// Settings2 aliases
|
|
2248
|
-
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2249
2249
|
// Server aliases
|
|
2250
2250
|
export { default as ServerIcon } from '../icons/server';
|
|
2251
|
+
// Settings2 aliases
|
|
2252
|
+
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2251
2253
|
// Settings aliases
|
|
2252
2254
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2253
|
-
// Shapes aliases
|
|
2254
|
-
export { default as ShapesIcon } from '../icons/shapes';
|
|
2255
2255
|
// Share2 aliases
|
|
2256
2256
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2257
2257
|
// Share aliases
|
|
2258
2258
|
export { default as ShareIcon } from '../icons/share';
|
|
2259
|
+
// Shapes aliases
|
|
2260
|
+
export { default as ShapesIcon } from '../icons/shapes';
|
|
2259
2261
|
// Sheet aliases
|
|
2260
2262
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2261
2263
|
// Shell aliases
|
|
@@ -2276,18 +2278,18 @@ export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
|
2276
2278
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2277
2279
|
// ShieldPlus aliases
|
|
2278
2280
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2279
|
-
// Shield aliases
|
|
2280
|
-
export { default as ShieldIcon } from '../icons/shield';
|
|
2281
2281
|
// ShieldUser aliases
|
|
2282
2282
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2283
2283
|
// ShipWheel aliases
|
|
2284
2284
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2285
|
+
// Shield aliases
|
|
2286
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2285
2287
|
// Ship aliases
|
|
2286
2288
|
export { default as ShipIcon } from '../icons/ship';
|
|
2287
|
-
// ShoppingBag aliases
|
|
2288
|
-
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2289
2289
|
// Shirt aliases
|
|
2290
2290
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2291
|
+
// ShoppingBag aliases
|
|
2292
|
+
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2291
2293
|
// ShoppingBasket aliases
|
|
2292
2294
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2293
2295
|
// ShoppingCart aliases
|
|
@@ -2310,10 +2312,10 @@ export { default as ShuffleIcon } from '../icons/shuffle';
|
|
|
2310
2312
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2311
2313
|
// SignalHigh aliases
|
|
2312
2314
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2313
|
-
// SignalMedium aliases
|
|
2314
|
-
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2315
2315
|
// SignalLow aliases
|
|
2316
2316
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2317
|
+
// SignalMedium aliases
|
|
2318
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2317
2319
|
// SignalZero aliases
|
|
2318
2320
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2319
2321
|
// Signal aliases
|
|
@@ -2322,58 +2324,58 @@ export { default as SignalIcon } from '../icons/signal';
|
|
|
2322
2324
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2323
2325
|
// SignpostBig aliases
|
|
2324
2326
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2327
|
+
// Signpost aliases
|
|
2328
|
+
export { default as SignpostIcon } from '../icons/signpost';
|
|
2325
2329
|
// Siren aliases
|
|
2326
2330
|
export { default as SirenIcon } from '../icons/siren';
|
|
2331
|
+
// SkipForward aliases
|
|
2332
|
+
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2327
2333
|
// SkipBack aliases
|
|
2328
2334
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2329
|
-
// Signpost aliases
|
|
2330
|
-
export { default as SignpostIcon } from '../icons/signpost';
|
|
2331
2335
|
// Skull aliases
|
|
2332
2336
|
export { default as SkullIcon } from '../icons/skull';
|
|
2333
|
-
// SkipForward aliases
|
|
2334
|
-
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2335
2337
|
// Slack aliases
|
|
2336
2338
|
export { default as SlackIcon } from '../icons/slack';
|
|
2337
2339
|
// Slash aliases
|
|
2338
2340
|
export { default as SlashIcon } from '../icons/slash';
|
|
2339
|
-
// SlidersHorizontal aliases
|
|
2340
|
-
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2341
2341
|
// Slice aliases
|
|
2342
2342
|
export { default as SliceIcon } from '../icons/slice';
|
|
2343
|
+
// SlidersHorizontal aliases
|
|
2344
|
+
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2343
2345
|
// SmartphoneCharging aliases
|
|
2344
2346
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2345
2347
|
// SmartphoneNfc aliases
|
|
2346
2348
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2347
2349
|
// Smartphone aliases
|
|
2348
2350
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2349
|
-
// SmilePlus aliases
|
|
2350
|
-
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2351
2351
|
// Smile aliases
|
|
2352
2352
|
export { default as SmileIcon } from '../icons/smile';
|
|
2353
|
+
// SmilePlus aliases
|
|
2354
|
+
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2353
2355
|
// Snail aliases
|
|
2354
2356
|
export { default as SnailIcon } from '../icons/snail';
|
|
2355
|
-
// Snowflake aliases
|
|
2356
|
-
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2357
2357
|
// SoapDispenserDroplet aliases
|
|
2358
2358
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2359
|
+
// Snowflake aliases
|
|
2360
|
+
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2359
2361
|
// Sofa aliases
|
|
2360
2362
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2363
|
+
// Spade aliases
|
|
2364
|
+
export { default as SpadeIcon } from '../icons/spade';
|
|
2361
2365
|
// Soup aliases
|
|
2362
2366
|
export { default as SoupIcon } from '../icons/soup';
|
|
2363
2367
|
// Space aliases
|
|
2364
2368
|
export { default as SpaceIcon } from '../icons/space';
|
|
2365
|
-
// Spade aliases
|
|
2366
|
-
export { default as SpadeIcon } from '../icons/spade';
|
|
2367
2369
|
// Sparkle aliases
|
|
2368
2370
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2369
2371
|
// Speaker aliases
|
|
2370
2372
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2371
2373
|
// Speech aliases
|
|
2372
2374
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2373
|
-
// SpellCheck aliases
|
|
2374
|
-
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2375
2375
|
// SpellCheck2 aliases
|
|
2376
2376
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2377
|
+
// SpellCheck aliases
|
|
2378
|
+
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2377
2379
|
// SplinePointer aliases
|
|
2378
2380
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2379
2381
|
// Spline aliases
|
|
@@ -2388,22 +2390,22 @@ export { default as SpotlightIcon } from '../icons/spotlight';
|
|
|
2388
2390
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2389
2391
|
// Sprout aliases
|
|
2390
2392
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2391
|
-
// SquareDashedBottomCode aliases
|
|
2392
|
-
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2393
2393
|
// SquareDashedBottom aliases
|
|
2394
2394
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2395
|
-
//
|
|
2396
|
-
export { default as
|
|
2395
|
+
// SquareDashedBottomCode aliases
|
|
2396
|
+
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2397
2397
|
// SquareDashedTopSolid aliases
|
|
2398
2398
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2399
|
+
// SquarePause aliases
|
|
2400
|
+
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2399
2401
|
// SquareRadical aliases
|
|
2400
2402
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2403
|
+
// SquareStack aliases
|
|
2404
|
+
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2401
2405
|
// SquareRoundCorner aliases
|
|
2402
2406
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2403
2407
|
// SquareSquare aliases
|
|
2404
2408
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2405
|
-
// SquareStack aliases
|
|
2406
|
-
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2407
2409
|
// SquareStar aliases
|
|
2408
2410
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2409
2411
|
// SquareStop aliases
|
|
@@ -2414,30 +2416,30 @@ export { default as SquareIcon } from '../icons/square';
|
|
|
2414
2416
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2415
2417
|
// SquaresIntersect aliases
|
|
2416
2418
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2417
|
-
// SquaresSubtract aliases
|
|
2418
|
-
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2419
2419
|
// SquaresUnite aliases
|
|
2420
2420
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2421
|
+
// SquaresSubtract aliases
|
|
2422
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2421
2423
|
// SquircleDashed aliases
|
|
2422
2424
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2423
2425
|
// Squircle aliases
|
|
2424
2426
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2425
|
-
// Squirrel aliases
|
|
2426
|
-
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2427
2427
|
// Stamp aliases
|
|
2428
2428
|
export { default as StampIcon } from '../icons/stamp';
|
|
2429
|
-
// StarHalf aliases
|
|
2430
|
-
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2431
2429
|
// StarOff aliases
|
|
2432
2430
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2433
|
-
//
|
|
2434
|
-
export { default as
|
|
2435
|
-
//
|
|
2436
|
-
export { default as
|
|
2437
|
-
//
|
|
2438
|
-
export { default as
|
|
2431
|
+
// Squirrel aliases
|
|
2432
|
+
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2433
|
+
// StarHalf aliases
|
|
2434
|
+
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2435
|
+
// Star aliases
|
|
2436
|
+
export { default as StarIcon } from '../icons/star';
|
|
2437
|
+
// StepBack aliases
|
|
2438
|
+
export { default as StepBackIcon } from '../icons/step-back';
|
|
2439
2439
|
// Stethoscope aliases
|
|
2440
2440
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2441
|
+
// StepForward aliases
|
|
2442
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2441
2443
|
// Sticker aliases
|
|
2442
2444
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2443
2445
|
// StickyNote aliases
|
|
@@ -2462,10 +2464,10 @@ export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
|
2462
2464
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2463
2465
|
// Sun aliases
|
|
2464
2466
|
export { default as SunIcon } from '../icons/sun';
|
|
2465
|
-
// Sunset aliases
|
|
2466
|
-
export { default as SunsetIcon } from '../icons/sunset';
|
|
2467
2467
|
// Sunrise aliases
|
|
2468
2468
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2469
|
+
// Sunset aliases
|
|
2470
|
+
export { default as SunsetIcon } from '../icons/sunset';
|
|
2469
2471
|
// Superscript aliases
|
|
2470
2472
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2471
2473
|
// SwatchBook aliases
|
|
@@ -2474,12 +2476,12 @@ export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
|
2474
2476
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2475
2477
|
// SwitchCamera aliases
|
|
2476
2478
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2477
|
-
// Swords aliases
|
|
2478
|
-
export { default as SwordsIcon } from '../icons/swords';
|
|
2479
2479
|
// Sword aliases
|
|
2480
2480
|
export { default as SwordIcon } from '../icons/sword';
|
|
2481
2481
|
// Syringe aliases
|
|
2482
2482
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2483
|
+
// Swords aliases
|
|
2484
|
+
export { default as SwordsIcon } from '../icons/swords';
|
|
2483
2485
|
// Table2 aliases
|
|
2484
2486
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2485
2487
|
// TableCellsMerge aliases
|
|
@@ -2490,26 +2492,26 @@ export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
|
2490
2492
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2491
2493
|
// TableOfContents aliases
|
|
2492
2494
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2493
|
-
// Table aliases
|
|
2494
|
-
export { default as TableIcon } from '../icons/table';
|
|
2495
2495
|
// TableProperties aliases
|
|
2496
2496
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2497
2497
|
// TableRowsSplit aliases
|
|
2498
2498
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2499
|
+
// Table aliases
|
|
2500
|
+
export { default as TableIcon } from '../icons/table';
|
|
2499
2501
|
// TabletSmartphone aliases
|
|
2500
2502
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2501
2503
|
// Tablet aliases
|
|
2502
2504
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2503
|
-
// Tag aliases
|
|
2504
|
-
export { default as TagIcon } from '../icons/tag';
|
|
2505
2505
|
// Tablets aliases
|
|
2506
2506
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2507
|
-
//
|
|
2508
|
-
export { default as
|
|
2507
|
+
// Tag aliases
|
|
2508
|
+
export { default as TagIcon } from '../icons/tag';
|
|
2509
2509
|
// Tally1 aliases
|
|
2510
2510
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2511
2511
|
// Tally2 aliases
|
|
2512
2512
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2513
|
+
// Tags aliases
|
|
2514
|
+
export { default as TagsIcon } from '../icons/tags';
|
|
2513
2515
|
// Tally3 aliases
|
|
2514
2516
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2515
2517
|
// Tally4 aliases
|
|
@@ -2518,14 +2520,14 @@ export { default as Tally4Icon } from '../icons/tally-4';
|
|
|
2518
2520
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2519
2521
|
// Tangent aliases
|
|
2520
2522
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2521
|
-
// Telescope aliases
|
|
2522
|
-
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2523
2523
|
// Target aliases
|
|
2524
2524
|
export { default as TargetIcon } from '../icons/target';
|
|
2525
|
-
//
|
|
2526
|
-
export { default as
|
|
2525
|
+
// Telescope aliases
|
|
2526
|
+
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2527
2527
|
// TentTree aliases
|
|
2528
2528
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2529
|
+
// Tent aliases
|
|
2530
|
+
export { default as TentIcon } from '../icons/tent';
|
|
2529
2531
|
// Terminal aliases
|
|
2530
2532
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2531
2533
|
// TestTube aliases
|
|
@@ -2538,16 +2540,16 @@ export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
|
2538
2540
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2539
2541
|
// TextQuote aliases
|
|
2540
2542
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2541
|
-
// Text aliases
|
|
2542
|
-
export { default as TextIcon } from '../icons/text';
|
|
2543
2543
|
// TextSearch aliases
|
|
2544
2544
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2545
|
+
// Text aliases
|
|
2546
|
+
export { default as TextIcon } from '../icons/text';
|
|
2545
2547
|
// Theater aliases
|
|
2546
2548
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2547
|
-
// ThermometerSun aliases
|
|
2548
|
-
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2549
2549
|
// ThermometerSnowflake aliases
|
|
2550
2550
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2551
|
+
// ThermometerSun aliases
|
|
2552
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2551
2553
|
// Thermometer aliases
|
|
2552
2554
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2553
2555
|
// ThumbsDown aliases
|
|
@@ -2562,118 +2564,118 @@ export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
|
2562
2564
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2563
2565
|
// TicketPercent aliases
|
|
2564
2566
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2565
|
-
// TicketX aliases
|
|
2566
|
-
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2567
2567
|
// TicketSlash aliases
|
|
2568
2568
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2569
|
-
// TicketsPlane aliases
|
|
2570
|
-
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2571
2569
|
// Ticket aliases
|
|
2572
2570
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2571
|
+
// TicketX aliases
|
|
2572
|
+
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2573
|
+
// TicketsPlane aliases
|
|
2574
|
+
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2573
2575
|
// Tickets aliases
|
|
2574
2576
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2575
2577
|
// TimerOff aliases
|
|
2576
2578
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2577
|
-
// TimerReset aliases
|
|
2578
|
-
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2579
2579
|
// Timer aliases
|
|
2580
2580
|
export { default as TimerIcon } from '../icons/timer';
|
|
2581
|
+
// TimerReset aliases
|
|
2582
|
+
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2581
2583
|
// ToggleLeft aliases
|
|
2582
2584
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2583
2585
|
// ToggleRight aliases
|
|
2584
2586
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2585
2587
|
// Toilet aliases
|
|
2586
2588
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2587
|
-
// Tornado aliases
|
|
2588
|
-
export { default as TornadoIcon } from '../icons/tornado';
|
|
2589
2589
|
// ToolCase aliases
|
|
2590
2590
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2591
|
+
// Tornado aliases
|
|
2592
|
+
export { default as TornadoIcon } from '../icons/tornado';
|
|
2591
2593
|
// Torus aliases
|
|
2592
2594
|
export { default as TorusIcon } from '../icons/torus';
|
|
2593
|
-
// TouchpadOff aliases
|
|
2594
|
-
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2595
2595
|
// Touchpad aliases
|
|
2596
2596
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2597
|
+
// TouchpadOff aliases
|
|
2598
|
+
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2597
2599
|
// TowerControl aliases
|
|
2598
2600
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2599
|
-
// Tractor aliases
|
|
2600
|
-
export { default as TractorIcon } from '../icons/tractor';
|
|
2601
2601
|
// ToyBrick aliases
|
|
2602
2602
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2603
|
+
// Tractor aliases
|
|
2604
|
+
export { default as TractorIcon } from '../icons/tractor';
|
|
2603
2605
|
// TrafficCone aliases
|
|
2604
2606
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2605
|
-
// TrainFront aliases
|
|
2606
|
-
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2607
2607
|
// TrainFrontTunnel aliases
|
|
2608
2608
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2609
|
+
// TrainFront aliases
|
|
2610
|
+
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2609
2611
|
// TrainTrack aliases
|
|
2610
2612
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2611
|
-
// Trash2 aliases
|
|
2612
|
-
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2613
2613
|
// Transgender aliases
|
|
2614
2614
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2615
|
-
//
|
|
2616
|
-
export { default as
|
|
2615
|
+
// Trash2 aliases
|
|
2616
|
+
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2617
2617
|
// Trash aliases
|
|
2618
2618
|
export { default as TrashIcon } from '../icons/trash';
|
|
2619
|
+
// TreeDeciduous aliases
|
|
2620
|
+
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2619
2621
|
// TreePine aliases
|
|
2620
2622
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2621
2623
|
// Trees aliases
|
|
2622
2624
|
export { default as TreesIcon } from '../icons/trees';
|
|
2623
2625
|
// Trello aliases
|
|
2624
2626
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2625
|
-
// TrendingUpDown aliases
|
|
2626
|
-
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2627
2627
|
// TrendingDown aliases
|
|
2628
2628
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2629
|
-
//
|
|
2630
|
-
export { default as
|
|
2629
|
+
// TrendingUpDown aliases
|
|
2630
|
+
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2631
2631
|
// TriangleDashed aliases
|
|
2632
2632
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2633
2633
|
// TriangleRight aliases
|
|
2634
2634
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2635
|
+
// TrendingUp aliases
|
|
2636
|
+
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2635
2637
|
// Triangle aliases
|
|
2636
2638
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2637
2639
|
// Trophy aliases
|
|
2638
2640
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2639
|
-
// TruckElectric aliases
|
|
2640
|
-
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2641
|
-
// Truck aliases
|
|
2642
|
-
export { default as TruckIcon } from '../icons/truck';
|
|
2643
2641
|
// TurkishLira aliases
|
|
2644
2642
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2643
|
+
// TruckElectric aliases
|
|
2644
|
+
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2645
2645
|
// Turntable aliases
|
|
2646
2646
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2647
|
+
// Truck aliases
|
|
2648
|
+
export { default as TruckIcon } from '../icons/truck';
|
|
2647
2649
|
// Turtle aliases
|
|
2648
2650
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2649
|
-
// Tv aliases
|
|
2650
|
-
export { default as TvIcon } from '../icons/tv';
|
|
2651
2651
|
// TvMinimalPlay aliases
|
|
2652
2652
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2653
|
-
//
|
|
2654
|
-
export { default as
|
|
2653
|
+
// Tv aliases
|
|
2654
|
+
export { default as TvIcon } from '../icons/tv';
|
|
2655
2655
|
// Twitch aliases
|
|
2656
2656
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2657
|
+
// Twitter aliases
|
|
2658
|
+
export { default as TwitterIcon } from '../icons/twitter';
|
|
2657
2659
|
// TypeOutline aliases
|
|
2658
2660
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2659
|
-
// Type aliases
|
|
2660
|
-
export { default as TypeIcon } from '../icons/type';
|
|
2661
2661
|
// UmbrellaOff aliases
|
|
2662
2662
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2663
2663
|
// Umbrella aliases
|
|
2664
2664
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2665
|
+
// Type aliases
|
|
2666
|
+
export { default as TypeIcon } from '../icons/type';
|
|
2665
2667
|
// Underline aliases
|
|
2666
2668
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2667
2669
|
// Undo2 aliases
|
|
2668
2670
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2669
|
-
// UnfoldHorizontal aliases
|
|
2670
|
-
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2671
2671
|
// UndoDot aliases
|
|
2672
2672
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2673
|
-
// UnfoldVertical aliases
|
|
2674
|
-
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2675
2673
|
// Undo aliases
|
|
2676
2674
|
export { default as UndoIcon } from '../icons/undo';
|
|
2675
|
+
// UnfoldHorizontal aliases
|
|
2676
|
+
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2677
|
+
// UnfoldVertical aliases
|
|
2678
|
+
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2677
2679
|
// Ungroup aliases
|
|
2678
2680
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2679
2681
|
// Unlink2 aliases
|
|
@@ -2684,36 +2686,36 @@ export { default as UnlinkIcon } from '../icons/unlink';
|
|
|
2684
2686
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2685
2687
|
// Upload aliases
|
|
2686
2688
|
export { default as UploadIcon } from '../icons/upload';
|
|
2687
|
-
// UserCheck aliases
|
|
2688
|
-
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2689
2689
|
// Usb aliases
|
|
2690
2690
|
export { default as UsbIcon } from '../icons/usb';
|
|
2691
|
+
// UserCheck aliases
|
|
2692
|
+
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2691
2693
|
// UserCog aliases
|
|
2692
2694
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2693
2695
|
// UserLock aliases
|
|
2694
2696
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2695
|
-
// UserMinus aliases
|
|
2696
|
-
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2697
2697
|
// UserPen aliases
|
|
2698
2698
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2699
|
+
// UserMinus aliases
|
|
2700
|
+
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2699
2701
|
// UserPlus aliases
|
|
2700
2702
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2701
2703
|
// UserRoundPen aliases
|
|
2702
2704
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2703
|
-
// UserRoundSearch aliases
|
|
2704
|
-
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2705
2705
|
// UserSearch aliases
|
|
2706
2706
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2707
|
+
// UserRoundSearch aliases
|
|
2708
|
+
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2707
2709
|
// UserStar aliases
|
|
2708
2710
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2709
2711
|
// UserX aliases
|
|
2710
2712
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2711
|
-
// User aliases
|
|
2712
|
-
export { default as UserIcon } from '../icons/user';
|
|
2713
2713
|
// Users aliases
|
|
2714
2714
|
export { default as UsersIcon } from '../icons/users';
|
|
2715
2715
|
// UtilityPole aliases
|
|
2716
2716
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2717
|
+
// User aliases
|
|
2718
|
+
export { default as UserIcon } from '../icons/user';
|
|
2717
2719
|
// Variable aliases
|
|
2718
2720
|
export { default as VariableIcon } from '../icons/variable';
|
|
2719
2721
|
// VectorSquare aliases
|
|
@@ -2752,18 +2754,16 @@ export { default as Volume2Icon } from '../icons/volume-2';
|
|
|
2752
2754
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2753
2755
|
// VolumeX aliases
|
|
2754
2756
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2755
|
-
// Volume aliases
|
|
2756
|
-
export { default as VolumeIcon } from '../icons/volume';
|
|
2757
2757
|
// Vote aliases
|
|
2758
2758
|
export { default as VoteIcon } from '../icons/vote';
|
|
2759
|
-
//
|
|
2760
|
-
export { default as
|
|
2759
|
+
// Volume aliases
|
|
2760
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2761
2761
|
// WalletCards aliases
|
|
2762
2762
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2763
|
+
// Wallet aliases
|
|
2764
|
+
export { default as WalletIcon } from '../icons/wallet';
|
|
2763
2765
|
// Wallpaper aliases
|
|
2764
2766
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2765
|
-
// WashingMachine aliases
|
|
2766
|
-
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2767
2767
|
// Wand aliases
|
|
2768
2768
|
export { default as WandIcon } from '../icons/wand';
|
|
2769
2769
|
// Warehouse aliases
|
|
@@ -2772,50 +2772,52 @@ export { default as WarehouseIcon } from '../icons/warehouse';
|
|
|
2772
2772
|
export { default as WatchIcon } from '../icons/watch';
|
|
2773
2773
|
// WavesLadder aliases
|
|
2774
2774
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2775
|
+
// WashingMachine aliases
|
|
2776
|
+
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2775
2777
|
// Waves aliases
|
|
2776
2778
|
export { default as WavesIcon } from '../icons/waves';
|
|
2777
2779
|
// Waypoints aliases
|
|
2778
2780
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2779
|
-
// WebhookOff aliases
|
|
2780
|
-
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2781
2781
|
// Webcam aliases
|
|
2782
2782
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2783
2783
|
// Webhook aliases
|
|
2784
2784
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2785
2785
|
// Weight aliases
|
|
2786
2786
|
export { default as WeightIcon } from '../icons/weight';
|
|
2787
|
+
// WebhookOff aliases
|
|
2788
|
+
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2787
2789
|
// WheatOff aliases
|
|
2788
2790
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2789
2791
|
// Wheat aliases
|
|
2790
2792
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2791
|
-
// WholeWord aliases
|
|
2792
|
-
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2793
2793
|
// WifiCog aliases
|
|
2794
2794
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2795
|
+
// WholeWord aliases
|
|
2796
|
+
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2795
2797
|
// WifiHigh aliases
|
|
2796
2798
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2797
2799
|
// WifiLow aliases
|
|
2798
2800
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2799
2801
|
// WifiOff aliases
|
|
2800
2802
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2801
|
-
// WifiSync aliases
|
|
2802
|
-
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2803
2803
|
// WifiPen aliases
|
|
2804
2804
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2805
|
-
//
|
|
2806
|
-
export { default as
|
|
2805
|
+
// WifiSync aliases
|
|
2806
|
+
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2807
2807
|
// Wifi aliases
|
|
2808
2808
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2809
|
+
// WifiZero aliases
|
|
2810
|
+
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2809
2811
|
// WindArrowDown aliases
|
|
2810
2812
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2811
2813
|
// Wind aliases
|
|
2812
2814
|
export { default as WindIcon } from '../icons/wind';
|
|
2813
2815
|
// WineOff aliases
|
|
2814
2816
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2815
|
-
// Wine aliases
|
|
2816
|
-
export { default as WineIcon } from '../icons/wine';
|
|
2817
2817
|
// Workflow aliases
|
|
2818
2818
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2819
|
+
// Wine aliases
|
|
2820
|
+
export { default as WineIcon } from '../icons/wine';
|
|
2819
2821
|
// Worm aliases
|
|
2820
2822
|
export { default as WormIcon } from '../icons/worm';
|
|
2821
2823
|
// WrapText aliases
|
|
@@ -2830,10 +2832,10 @@ export { default as YoutubeIcon } from '../icons/youtube';
|
|
|
2830
2832
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2831
2833
|
// Zap aliases
|
|
2832
2834
|
export { default as ZapIcon } from '../icons/zap';
|
|
2833
|
-
// ZoomIn aliases
|
|
2834
|
-
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2835
2835
|
// ZoomOut aliases
|
|
2836
2836
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2837
|
+
// ZoomIn aliases
|
|
2838
|
+
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2837
2839
|
// ArrowDown01 aliases
|
|
2838
2840
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2839
2841
|
// ArrowDown10 aliases
|
|
@@ -2866,18 +2868,18 @@ export {
|
|
|
2866
2868
|
/** @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 */
|
|
2867
2869
|
default as ArrowDownAzIcon
|
|
2868
2870
|
} from '../icons/arrow-down-a-z';
|
|
2869
|
-
// ArrowDownWideNarrow aliases
|
|
2870
|
-
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2871
|
-
export {
|
|
2872
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
2873
|
-
default as SortDescIcon
|
|
2874
|
-
} from '../icons/arrow-down-wide-narrow';
|
|
2875
2871
|
// ArrowDownZA aliases
|
|
2876
2872
|
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2877
2873
|
export {
|
|
2878
2874
|
/** @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 */
|
|
2879
2875
|
default as ArrowDownZaIcon
|
|
2880
2876
|
} from '../icons/arrow-down-z-a';
|
|
2877
|
+
// ArrowDownWideNarrow aliases
|
|
2878
|
+
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2879
|
+
export {
|
|
2880
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
2881
|
+
default as SortDescIcon
|
|
2882
|
+
} from '../icons/arrow-down-wide-narrow';
|
|
2881
2883
|
// ArrowUpAZ aliases
|
|
2882
2884
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2883
2885
|
export {
|
|
@@ -2914,42 +2916,36 @@ export {
|
|
|
2914
2916
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
2915
2917
|
default as BadgeHelpIcon
|
|
2916
2918
|
} from '../icons/badge-question-mark';
|
|
2917
|
-
// BetweenHorizontalEnd aliases
|
|
2918
|
-
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2919
|
-
export {
|
|
2920
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2921
|
-
default as BetweenHorizonalEndIcon
|
|
2922
|
-
} from '../icons/between-horizontal-end';
|
|
2923
2919
|
// BetweenHorizontalStart aliases
|
|
2924
2920
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2925
2921
|
export {
|
|
2926
2922
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2927
2923
|
default as BetweenHorizonalStartIcon
|
|
2928
2924
|
} from '../icons/between-horizontal-start';
|
|
2929
|
-
//
|
|
2930
|
-
export { default as
|
|
2925
|
+
// BetweenHorizontalEnd aliases
|
|
2926
|
+
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2931
2927
|
export {
|
|
2932
|
-
/** @deprecated
|
|
2933
|
-
default as
|
|
2934
|
-
} from '../icons/
|
|
2928
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2929
|
+
default as BetweenHorizonalEndIcon
|
|
2930
|
+
} from '../icons/between-horizontal-end';
|
|
2935
2931
|
// Braces aliases
|
|
2936
2932
|
export { default as BracesIcon } from '../icons/braces';
|
|
2937
2933
|
export {
|
|
2938
2934
|
/** @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 */
|
|
2939
2935
|
default as CurlyBracesIcon
|
|
2940
2936
|
} from '../icons/braces';
|
|
2937
|
+
// BookDashed aliases
|
|
2938
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2939
|
+
export {
|
|
2940
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
2941
|
+
default as BookTemplateIcon
|
|
2942
|
+
} from '../icons/book-dashed';
|
|
2941
2943
|
// Captions aliases
|
|
2942
2944
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
2943
2945
|
export {
|
|
2944
2946
|
/** @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 */
|
|
2945
2947
|
default as SubtitlesIcon
|
|
2946
2948
|
} from '../icons/captions';
|
|
2947
|
-
// ChartArea aliases
|
|
2948
|
-
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2949
|
-
export {
|
|
2950
|
-
/** @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 */
|
|
2951
|
-
default as AreaChartIcon
|
|
2952
|
-
} from '../icons/chart-area';
|
|
2953
2949
|
// ChartBarBig aliases
|
|
2954
2950
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2955
2951
|
export {
|
|
@@ -2962,6 +2958,12 @@ export {
|
|
|
2962
2958
|
/** @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 */
|
|
2963
2959
|
default as BarChartHorizontalIcon
|
|
2964
2960
|
} from '../icons/chart-bar';
|
|
2961
|
+
// ChartArea aliases
|
|
2962
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2963
|
+
export {
|
|
2964
|
+
/** @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 */
|
|
2965
|
+
default as AreaChartIcon
|
|
2966
|
+
} from '../icons/chart-area';
|
|
2965
2967
|
// ChartCandlestick aliases
|
|
2966
2968
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2967
2969
|
export {
|
|
@@ -2974,36 +2976,36 @@ export {
|
|
|
2974
2976
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
2975
2977
|
default as BarChartBigIcon
|
|
2976
2978
|
} from '../icons/chart-column-big';
|
|
2977
|
-
// ChartColumnIncreasing aliases
|
|
2978
|
-
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2979
|
-
export {
|
|
2980
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
2981
|
-
default as BarChart4Icon
|
|
2982
|
-
} from '../icons/chart-column-increasing';
|
|
2983
2979
|
// ChartColumn aliases
|
|
2984
2980
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2985
2981
|
export {
|
|
2986
2982
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
2987
2983
|
default as BarChart3Icon
|
|
2988
2984
|
} from '../icons/chart-column';
|
|
2985
|
+
// ChartColumnIncreasing aliases
|
|
2986
|
+
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2987
|
+
export {
|
|
2988
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
2989
|
+
default as BarChart4Icon
|
|
2990
|
+
} from '../icons/chart-column-increasing';
|
|
2989
2991
|
// ChartNoAxesColumnIncreasing aliases
|
|
2990
2992
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
2991
2993
|
export {
|
|
2992
2994
|
/** @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 */
|
|
2993
2995
|
default as BarChartIcon
|
|
2994
2996
|
} from '../icons/chart-no-axes-column-increasing';
|
|
2995
|
-
// ChartLine aliases
|
|
2996
|
-
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2997
|
-
export {
|
|
2998
|
-
/** @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 */
|
|
2999
|
-
default as LineChartIcon
|
|
3000
|
-
} from '../icons/chart-line';
|
|
3001
2997
|
// ChartNoAxesColumn aliases
|
|
3002
2998
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3003
2999
|
export {
|
|
3004
3000
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3005
3001
|
default as BarChart2Icon
|
|
3006
3002
|
} from '../icons/chart-no-axes-column';
|
|
3003
|
+
// ChartLine aliases
|
|
3004
|
+
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3005
|
+
export {
|
|
3006
|
+
/** @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 */
|
|
3007
|
+
default as LineChartIcon
|
|
3008
|
+
} from '../icons/chart-line';
|
|
3007
3009
|
// ChartNoAxesGantt aliases
|
|
3008
3010
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3009
3011
|
export {
|
|
@@ -3016,6 +3018,12 @@ export {
|
|
|
3016
3018
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
3017
3019
|
default as PieChartIcon
|
|
3018
3020
|
} from '../icons/chart-pie';
|
|
3021
|
+
// Chromium aliases
|
|
3022
|
+
export { default as ChromiumIcon } from '../icons/chromium';
|
|
3023
|
+
export {
|
|
3024
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
3025
|
+
default as ChromeIcon
|
|
3026
|
+
} from '../icons/chromium';
|
|
3019
3027
|
// ChartScatter aliases
|
|
3020
3028
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3021
3029
|
export {
|
|
@@ -3100,18 +3108,18 @@ export {
|
|
|
3100
3108
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3101
3109
|
default as ChevronLeftCircleIcon
|
|
3102
3110
|
} from '../icons/circle-chevron-left';
|
|
3103
|
-
// CircleChevronRight aliases
|
|
3104
|
-
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3105
|
-
export {
|
|
3106
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3107
|
-
default as ChevronRightCircleIcon
|
|
3108
|
-
} from '../icons/circle-chevron-right';
|
|
3109
3111
|
// CircleChevronUp aliases
|
|
3110
3112
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3111
3113
|
export {
|
|
3112
3114
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
3113
3115
|
default as ChevronUpCircleIcon
|
|
3114
3116
|
} from '../icons/circle-chevron-up';
|
|
3117
|
+
// CircleChevronRight aliases
|
|
3118
|
+
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3119
|
+
export {
|
|
3120
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3121
|
+
default as ChevronRightCircleIcon
|
|
3122
|
+
} from '../icons/circle-chevron-right';
|
|
3115
3123
|
// CircleDivide aliases
|
|
3116
3124
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3117
3125
|
export {
|
|
@@ -3160,12 +3168,6 @@ export {
|
|
|
3160
3168
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
3161
3169
|
default as PlayCircleIcon
|
|
3162
3170
|
} from '../icons/circle-play';
|
|
3163
|
-
// CirclePlus aliases
|
|
3164
|
-
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3165
|
-
export {
|
|
3166
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
3167
|
-
default as PlusCircleIcon
|
|
3168
|
-
} from '../icons/circle-plus';
|
|
3169
3171
|
// CirclePower aliases
|
|
3170
3172
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3171
3173
|
export {
|
|
@@ -3188,24 +3190,30 @@ export {
|
|
|
3188
3190
|
/** @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 */
|
|
3189
3191
|
default as CircleSlashedIcon
|
|
3190
3192
|
} from '../icons/circle-slash-2';
|
|
3193
|
+
// CirclePlus aliases
|
|
3194
|
+
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3195
|
+
export {
|
|
3196
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
3197
|
+
default as PlusCircleIcon
|
|
3198
|
+
} from '../icons/circle-plus';
|
|
3191
3199
|
// CircleStop aliases
|
|
3192
3200
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3193
3201
|
export {
|
|
3194
3202
|
/** @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 */
|
|
3195
3203
|
default as StopCircleIcon
|
|
3196
3204
|
} from '../icons/circle-stop';
|
|
3197
|
-
// CircleUser aliases
|
|
3198
|
-
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3199
|
-
export {
|
|
3200
|
-
/** @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 */
|
|
3201
|
-
default as UserCircleIcon
|
|
3202
|
-
} from '../icons/circle-user';
|
|
3203
3205
|
// CircleUserRound aliases
|
|
3204
3206
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3205
3207
|
export {
|
|
3206
3208
|
/** @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 */
|
|
3207
3209
|
default as UserCircle2Icon
|
|
3208
3210
|
} from '../icons/circle-user-round';
|
|
3211
|
+
// CircleUser aliases
|
|
3212
|
+
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3213
|
+
export {
|
|
3214
|
+
/** @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 */
|
|
3215
|
+
default as UserCircleIcon
|
|
3216
|
+
} from '../icons/circle-user';
|
|
3209
3217
|
// CircleX aliases
|
|
3210
3218
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3211
3219
|
export {
|
|
@@ -3230,6 +3238,12 @@ export {
|
|
|
3230
3238
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3231
3239
|
default as DownloadCloudIcon
|
|
3232
3240
|
} from '../icons/cloud-download';
|
|
3241
|
+
// CloudUpload aliases
|
|
3242
|
+
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3243
|
+
export {
|
|
3244
|
+
/** @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 */
|
|
3245
|
+
default as UploadCloudIcon
|
|
3246
|
+
} from '../icons/cloud-upload';
|
|
3233
3247
|
// CodeXml aliases
|
|
3234
3248
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3235
3249
|
export {
|
|
@@ -3242,12 +3256,6 @@ export {
|
|
|
3242
3256
|
/** @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 */
|
|
3243
3257
|
default as ColumnsIcon
|
|
3244
3258
|
} from '../icons/columns-2';
|
|
3245
|
-
// CloudUpload aliases
|
|
3246
|
-
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3247
|
-
export {
|
|
3248
|
-
/** @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 */
|
|
3249
|
-
default as UploadCloudIcon
|
|
3250
|
-
} from '../icons/cloud-upload';
|
|
3251
3259
|
// Columns3Cog aliases
|
|
3252
3260
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3253
3261
|
export {
|
|
@@ -3288,6 +3296,12 @@ export {
|
|
|
3288
3296
|
/** @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 */
|
|
3289
3297
|
default as MoreVerticalIcon
|
|
3290
3298
|
} from '../icons/ellipsis-vertical';
|
|
3299
|
+
// Ellipsis aliases
|
|
3300
|
+
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3301
|
+
export {
|
|
3302
|
+
/** @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 */
|
|
3303
|
+
default as MoreHorizontalIcon
|
|
3304
|
+
} from '../icons/ellipsis';
|
|
3291
3305
|
// FileAxis3d aliases
|
|
3292
3306
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3293
3307
|
export {
|
|
@@ -3300,30 +3314,18 @@ export {
|
|
|
3300
3314
|
/** @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 */
|
|
3301
3315
|
default as FileBarChartIcon
|
|
3302
3316
|
} from '../icons/file-chart-column-increasing';
|
|
3303
|
-
// Ellipsis aliases
|
|
3304
|
-
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3305
|
-
export {
|
|
3306
|
-
/** @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 */
|
|
3307
|
-
default as MoreHorizontalIcon
|
|
3308
|
-
} from '../icons/ellipsis';
|
|
3309
|
-
// FileChartLine aliases
|
|
3310
|
-
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3311
|
-
export {
|
|
3312
|
-
/** @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 */
|
|
3313
|
-
default as FileLineChartIcon
|
|
3314
|
-
} from '../icons/file-chart-line';
|
|
3315
3317
|
// FileChartColumn aliases
|
|
3316
3318
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3317
3319
|
export {
|
|
3318
3320
|
/** @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 */
|
|
3319
3321
|
default as FileBarChart2Icon
|
|
3320
3322
|
} from '../icons/file-chart-column';
|
|
3321
|
-
//
|
|
3322
|
-
export { default as
|
|
3323
|
+
// FileChartLine aliases
|
|
3324
|
+
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3323
3325
|
export {
|
|
3324
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3325
|
-
default as
|
|
3326
|
-
} from '../icons/file-chart-
|
|
3326
|
+
/** @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 */
|
|
3327
|
+
default as FileLineChartIcon
|
|
3328
|
+
} from '../icons/file-chart-line';
|
|
3327
3329
|
// FileCog aliases
|
|
3328
3330
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3329
3331
|
export {
|
|
@@ -3336,18 +3338,24 @@ export {
|
|
|
3336
3338
|
/** @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 */
|
|
3337
3339
|
default as FileSignatureIcon
|
|
3338
3340
|
} from '../icons/file-pen-line';
|
|
3339
|
-
//
|
|
3340
|
-
export { default as
|
|
3341
|
+
// FileChartPie aliases
|
|
3342
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3341
3343
|
export {
|
|
3342
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3343
|
-
default as
|
|
3344
|
-
} from '../icons/file-
|
|
3344
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3345
|
+
default as FilePieChartIcon
|
|
3346
|
+
} from '../icons/file-chart-pie';
|
|
3345
3347
|
// FilePlay aliases
|
|
3346
3348
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3347
3349
|
export {
|
|
3348
3350
|
/** @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 */
|
|
3349
3351
|
default as FileVideoIcon
|
|
3350
3352
|
} from '../icons/file-play';
|
|
3353
|
+
// FilePen aliases
|
|
3354
|
+
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3355
|
+
export {
|
|
3356
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3357
|
+
default as FileEditIcon
|
|
3358
|
+
} from '../icons/file-pen';
|
|
3351
3359
|
// FileQuestionMark aliases
|
|
3352
3360
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3353
3361
|
export {
|
|
@@ -3366,48 +3374,48 @@ export {
|
|
|
3366
3374
|
/** @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 */
|
|
3367
3375
|
default as FolderCog2Icon
|
|
3368
3376
|
} from '../icons/folder-cog';
|
|
3369
|
-
// FolderPen aliases
|
|
3370
|
-
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3371
|
-
export {
|
|
3372
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
3373
|
-
default as FolderEditIcon
|
|
3374
|
-
} from '../icons/folder-pen';
|
|
3375
|
-
// FunnelX aliases
|
|
3376
|
-
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3377
|
-
export {
|
|
3378
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3379
|
-
default as FilterXIcon
|
|
3380
|
-
} from '../icons/funnel-x';
|
|
3381
3377
|
// Funnel aliases
|
|
3382
3378
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3383
3379
|
export {
|
|
3384
3380
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3385
3381
|
default as FilterIcon
|
|
3386
3382
|
} from '../icons/funnel';
|
|
3383
|
+
// FolderPen aliases
|
|
3384
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3385
|
+
export {
|
|
3386
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
3387
|
+
default as FolderEditIcon
|
|
3388
|
+
} from '../icons/folder-pen';
|
|
3387
3389
|
// GitCommitHorizontal aliases
|
|
3388
3390
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3389
3391
|
export {
|
|
3390
3392
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3391
3393
|
default as GitCommitIcon
|
|
3392
3394
|
} from '../icons/git-commit-horizontal';
|
|
3395
|
+
// FunnelX aliases
|
|
3396
|
+
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3397
|
+
export {
|
|
3398
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3399
|
+
default as FilterXIcon
|
|
3400
|
+
} from '../icons/funnel-x';
|
|
3393
3401
|
// Grid2x2Check aliases
|
|
3394
3402
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3395
3403
|
export {
|
|
3396
3404
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3397
3405
|
default as Grid2X2CheckIcon
|
|
3398
3406
|
} from '../icons/grid-2x2-check';
|
|
3399
|
-
// Grid2x2Plus aliases
|
|
3400
|
-
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3401
|
-
export {
|
|
3402
|
-
/** @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 */
|
|
3403
|
-
default as Grid2X2PlusIcon
|
|
3404
|
-
} from '../icons/grid-2x2-plus';
|
|
3405
3407
|
// Grid2x2X aliases
|
|
3406
3408
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3407
3409
|
export {
|
|
3408
3410
|
/** @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 */
|
|
3409
3411
|
default as Grid2X2XIcon
|
|
3410
3412
|
} from '../icons/grid-2x2-x';
|
|
3413
|
+
// Grid2x2Plus aliases
|
|
3414
|
+
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3415
|
+
export {
|
|
3416
|
+
/** @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 */
|
|
3417
|
+
default as Grid2X2PlusIcon
|
|
3418
|
+
} from '../icons/grid-2x2-plus';
|
|
3411
3419
|
// Grid2x2 aliases
|
|
3412
3420
|
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3413
3421
|
export {
|
|
@@ -3442,18 +3450,18 @@ export {
|
|
|
3442
3450
|
/** @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 */
|
|
3443
3451
|
default as HomeIcon
|
|
3444
3452
|
} from '../icons/house';
|
|
3445
|
-
// IceCreamBowl aliases
|
|
3446
|
-
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3447
|
-
export {
|
|
3448
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3449
|
-
default as IceCream2Icon
|
|
3450
|
-
} from '../icons/ice-cream-bowl';
|
|
3451
3453
|
// IceCreamCone aliases
|
|
3452
3454
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3453
3455
|
export {
|
|
3454
3456
|
/** @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 */
|
|
3455
3457
|
default as IceCreamIcon
|
|
3456
3458
|
} from '../icons/ice-cream-cone';
|
|
3459
|
+
// IceCreamBowl aliases
|
|
3460
|
+
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3461
|
+
export {
|
|
3462
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3463
|
+
default as IceCream2Icon
|
|
3464
|
+
} from '../icons/ice-cream-bowl';
|
|
3457
3465
|
// IndentDecrease aliases
|
|
3458
3466
|
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3459
3467
|
export {
|
|
@@ -3466,30 +3474,24 @@ export {
|
|
|
3466
3474
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3467
3475
|
default as IndentIcon
|
|
3468
3476
|
} from '../icons/indent-increase';
|
|
3469
|
-
// LoaderCircle aliases
|
|
3470
|
-
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3471
|
-
export {
|
|
3472
|
-
/** @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 */
|
|
3473
|
-
default as Loader2Icon
|
|
3474
|
-
} from '../icons/loader-circle';
|
|
3475
3477
|
// LaptopMinimal aliases
|
|
3476
3478
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3477
3479
|
export {
|
|
3478
3480
|
/** @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 */
|
|
3479
3481
|
default as Laptop2Icon
|
|
3480
3482
|
} from '../icons/laptop-minimal';
|
|
3483
|
+
// LoaderCircle aliases
|
|
3484
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3485
|
+
export {
|
|
3486
|
+
/** @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 */
|
|
3487
|
+
default as Loader2Icon
|
|
3488
|
+
} from '../icons/loader-circle';
|
|
3481
3489
|
// Layers aliases
|
|
3482
3490
|
export { default as LayersIcon } from '../icons/layers';
|
|
3483
3491
|
export {
|
|
3484
3492
|
/** @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 */
|
|
3485
3493
|
default as Layers3Icon
|
|
3486
3494
|
} from '../icons/layers';
|
|
3487
|
-
// LockKeyholeOpen aliases
|
|
3488
|
-
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3489
|
-
export {
|
|
3490
|
-
/** @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 */
|
|
3491
|
-
default as UnlockKeyholeIcon
|
|
3492
|
-
} from '../icons/lock-keyhole-open';
|
|
3493
3495
|
// LockOpen aliases
|
|
3494
3496
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3495
3497
|
export {
|
|
@@ -3502,18 +3504,18 @@ export {
|
|
|
3502
3504
|
/** @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 */
|
|
3503
3505
|
default as MailQuestionIcon
|
|
3504
3506
|
} from '../icons/mail-question-mark';
|
|
3507
|
+
// LockKeyholeOpen aliases
|
|
3508
|
+
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3509
|
+
export {
|
|
3510
|
+
/** @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 */
|
|
3511
|
+
default as UnlockKeyholeIcon
|
|
3512
|
+
} from '../icons/lock-keyhole-open';
|
|
3505
3513
|
// MapPinPen aliases
|
|
3506
3514
|
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3507
3515
|
export {
|
|
3508
3516
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
3509
3517
|
default as LocationEditIcon
|
|
3510
3518
|
} from '../icons/map-pin-pen';
|
|
3511
|
-
// MessageCircleQuestionMark aliases
|
|
3512
|
-
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3513
|
-
export {
|
|
3514
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3515
|
-
default as MessageCircleQuestionIcon
|
|
3516
|
-
} from '../icons/message-circle-question-mark';
|
|
3517
3519
|
// MicVocal aliases
|
|
3518
3520
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3519
3521
|
export {
|
|
@@ -3526,6 +3528,12 @@ export {
|
|
|
3526
3528
|
/** @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 */
|
|
3527
3529
|
default as Move3DIcon
|
|
3528
3530
|
} from '../icons/move-3d';
|
|
3531
|
+
// MessageCircleQuestionMark aliases
|
|
3532
|
+
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3533
|
+
export {
|
|
3534
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3535
|
+
default as MessageCircleQuestionIcon
|
|
3536
|
+
} from '../icons/message-circle-question-mark';
|
|
3529
3537
|
// OctagonAlert aliases
|
|
3530
3538
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3531
3539
|
export {
|
|
@@ -3538,6 +3546,12 @@ export {
|
|
|
3538
3546
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3539
3547
|
default as PauseOctagonIcon
|
|
3540
3548
|
} from '../icons/octagon-pause';
|
|
3549
|
+
// PaintbrushVertical aliases
|
|
3550
|
+
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3551
|
+
export {
|
|
3552
|
+
/** @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 */
|
|
3553
|
+
default as Paintbrush2Icon
|
|
3554
|
+
} from '../icons/paintbrush-vertical';
|
|
3541
3555
|
// OctagonX aliases
|
|
3542
3556
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3543
3557
|
export {
|
|
@@ -3550,42 +3564,36 @@ export {
|
|
|
3550
3564
|
/** @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 */
|
|
3551
3565
|
default as PanelBottomInactiveIcon
|
|
3552
3566
|
} from '../icons/panel-bottom-dashed';
|
|
3553
|
-
//
|
|
3554
|
-
export { default as
|
|
3567
|
+
// PanelLeftDashed aliases
|
|
3568
|
+
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3555
3569
|
export {
|
|
3556
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3557
|
-
default as
|
|
3558
|
-
} from '../icons/
|
|
3570
|
+
/** @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 */
|
|
3571
|
+
default as PanelLeftInactiveIcon
|
|
3572
|
+
} from '../icons/panel-left-dashed';
|
|
3559
3573
|
// PanelLeftClose aliases
|
|
3560
3574
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3561
3575
|
export {
|
|
3562
3576
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3563
3577
|
default as SidebarCloseIcon
|
|
3564
3578
|
} from '../icons/panel-left-close';
|
|
3565
|
-
// PanelLeftDashed aliases
|
|
3566
|
-
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3567
|
-
export {
|
|
3568
|
-
/** @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 */
|
|
3569
|
-
default as PanelLeftInactiveIcon
|
|
3570
|
-
} from '../icons/panel-left-dashed';
|
|
3571
3579
|
// PanelLeftOpen aliases
|
|
3572
3580
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3573
3581
|
export {
|
|
3574
3582
|
/** @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 */
|
|
3575
3583
|
default as SidebarOpenIcon
|
|
3576
3584
|
} from '../icons/panel-left-open';
|
|
3577
|
-
// PanelRightDashed aliases
|
|
3578
|
-
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3579
|
-
export {
|
|
3580
|
-
/** @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 */
|
|
3581
|
-
default as PanelRightInactiveIcon
|
|
3582
|
-
} from '../icons/panel-right-dashed';
|
|
3583
3585
|
// PanelLeft aliases
|
|
3584
3586
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3585
3587
|
export {
|
|
3586
3588
|
/** @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 */
|
|
3587
3589
|
default as SidebarIcon
|
|
3588
3590
|
} from '../icons/panel-left';
|
|
3591
|
+
// PanelRightDashed aliases
|
|
3592
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3593
|
+
export {
|
|
3594
|
+
/** @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 */
|
|
3595
|
+
default as PanelRightInactiveIcon
|
|
3596
|
+
} from '../icons/panel-right-dashed';
|
|
3589
3597
|
// PanelTopDashed aliases
|
|
3590
3598
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3591
3599
|
export {
|
|
@@ -3604,18 +3612,18 @@ export {
|
|
|
3604
3612
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3605
3613
|
default as Edit3Icon
|
|
3606
3614
|
} from '../icons/pen-line';
|
|
3607
|
-
// PlugZap aliases
|
|
3608
|
-
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3609
|
-
export {
|
|
3610
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3611
|
-
default as PlugZap2Icon
|
|
3612
|
-
} from '../icons/plug-zap';
|
|
3613
3615
|
// Pen aliases
|
|
3614
3616
|
export { default as PenIcon } from '../icons/pen';
|
|
3615
3617
|
export {
|
|
3616
3618
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3617
3619
|
default as Edit2Icon
|
|
3618
3620
|
} from '../icons/pen';
|
|
3621
|
+
// PlugZap aliases
|
|
3622
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3623
|
+
export {
|
|
3624
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3625
|
+
default as PlugZap2Icon
|
|
3626
|
+
} from '../icons/plug-zap';
|
|
3619
3627
|
// RectangleEllipsis aliases
|
|
3620
3628
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3621
3629
|
export {
|
|
@@ -3640,30 +3648,24 @@ export {
|
|
|
3640
3648
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
3641
3649
|
default as RowsIcon
|
|
3642
3650
|
} from '../icons/rows-2';
|
|
3643
|
-
// Scale3d aliases
|
|
3644
|
-
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3645
|
-
export {
|
|
3646
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3647
|
-
default as Scale3DIcon
|
|
3648
|
-
} from '../icons/scale-3d';
|
|
3649
3651
|
// SendHorizontal aliases
|
|
3650
3652
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3651
3653
|
export {
|
|
3652
3654
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3653
3655
|
default as SendHorizonalIcon
|
|
3654
3656
|
} from '../icons/send-horizontal';
|
|
3657
|
+
// Scale3d aliases
|
|
3658
|
+
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3659
|
+
export {
|
|
3660
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3661
|
+
default as Scale3DIcon
|
|
3662
|
+
} from '../icons/scale-3d';
|
|
3655
3663
|
// ShieldQuestionMark aliases
|
|
3656
3664
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3657
3665
|
export {
|
|
3658
3666
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3659
3667
|
default as ShieldQuestionIcon
|
|
3660
3668
|
} from '../icons/shield-question-mark';
|
|
3661
|
-
// Sparkles aliases
|
|
3662
|
-
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3663
|
-
export {
|
|
3664
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3665
|
-
default as StarsIcon
|
|
3666
|
-
} from '../icons/sparkles';
|
|
3667
3669
|
// SlidersVertical aliases
|
|
3668
3670
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3669
3671
|
export {
|
|
@@ -3676,12 +3678,6 @@ export {
|
|
|
3676
3678
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3677
3679
|
default as ShieldCloseIcon
|
|
3678
3680
|
} from '../icons/shield-x';
|
|
3679
|
-
// SquareActivity aliases
|
|
3680
|
-
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3681
|
-
export {
|
|
3682
|
-
/** @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 */
|
|
3683
|
-
default as ActivitySquareIcon
|
|
3684
|
-
} from '../icons/square-activity';
|
|
3685
3681
|
// SquareArrowDownLeft aliases
|
|
3686
3682
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3687
3683
|
export {
|
|
@@ -3694,6 +3690,18 @@ export {
|
|
|
3694
3690
|
/** @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 */
|
|
3695
3691
|
default as ArrowDownRightSquareIcon
|
|
3696
3692
|
} from '../icons/square-arrow-down-right';
|
|
3693
|
+
// Sparkles aliases
|
|
3694
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3695
|
+
export {
|
|
3696
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3697
|
+
default as StarsIcon
|
|
3698
|
+
} from '../icons/sparkles';
|
|
3699
|
+
// SquareActivity aliases
|
|
3700
|
+
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3701
|
+
export {
|
|
3702
|
+
/** @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 */
|
|
3703
|
+
default as ActivitySquareIcon
|
|
3704
|
+
} from '../icons/square-activity';
|
|
3697
3705
|
// SquareArrowDown aliases
|
|
3698
3706
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3699
3707
|
export {
|
|
@@ -3706,66 +3714,72 @@ export {
|
|
|
3706
3714
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3707
3715
|
default as ArrowLeftSquareIcon
|
|
3708
3716
|
} from '../icons/square-arrow-left';
|
|
3709
|
-
// SquareArrowOutDownLeft aliases
|
|
3710
|
-
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3711
|
-
export {
|
|
3712
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3713
|
-
default as ArrowDownLeftFromSquareIcon
|
|
3714
|
-
} from '../icons/square-arrow-out-down-left';
|
|
3715
3717
|
// SquareArrowOutDownRight aliases
|
|
3716
3718
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3717
3719
|
export {
|
|
3718
3720
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3719
3721
|
default as ArrowDownRightFromSquareIcon
|
|
3720
3722
|
} from '../icons/square-arrow-out-down-right';
|
|
3723
|
+
// SquareArrowOutDownLeft aliases
|
|
3724
|
+
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3725
|
+
export {
|
|
3726
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3727
|
+
default as ArrowDownLeftFromSquareIcon
|
|
3728
|
+
} from '../icons/square-arrow-out-down-left';
|
|
3721
3729
|
// SquareArrowOutUpLeft aliases
|
|
3722
3730
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3723
3731
|
export {
|
|
3724
3732
|
/** @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 */
|
|
3725
3733
|
default as ArrowUpLeftFromSquareIcon
|
|
3726
3734
|
} from '../icons/square-arrow-out-up-left';
|
|
3727
|
-
// SquareArrowRight aliases
|
|
3728
|
-
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3729
|
-
export {
|
|
3730
|
-
/** @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 */
|
|
3731
|
-
default as ArrowRightSquareIcon
|
|
3732
|
-
} from '../icons/square-arrow-right';
|
|
3733
3735
|
// SquareArrowOutUpRight aliases
|
|
3734
3736
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3735
3737
|
export {
|
|
3736
3738
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3737
3739
|
default as ArrowUpRightFromSquareIcon
|
|
3738
3740
|
} from '../icons/square-arrow-out-up-right';
|
|
3741
|
+
// SquareArrowRight aliases
|
|
3742
|
+
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3743
|
+
export {
|
|
3744
|
+
/** @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 */
|
|
3745
|
+
default as ArrowRightSquareIcon
|
|
3746
|
+
} from '../icons/square-arrow-right';
|
|
3739
3747
|
// SquareArrowUpLeft aliases
|
|
3740
3748
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3741
3749
|
export {
|
|
3742
3750
|
/** @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 */
|
|
3743
3751
|
default as ArrowUpLeftSquareIcon
|
|
3744
3752
|
} from '../icons/square-arrow-up-left';
|
|
3745
|
-
// SquareArrowUpRight aliases
|
|
3746
|
-
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3747
|
-
export {
|
|
3748
|
-
/** @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 */
|
|
3749
|
-
default as ArrowUpRightSquareIcon
|
|
3750
|
-
} from '../icons/square-arrow-up-right';
|
|
3751
3753
|
// SquareArrowUp aliases
|
|
3752
3754
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3753
3755
|
export {
|
|
3754
3756
|
/** @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 */
|
|
3755
3757
|
default as ArrowUpSquareIcon
|
|
3756
3758
|
} from '../icons/square-arrow-up';
|
|
3757
|
-
//
|
|
3758
|
-
export { default as
|
|
3759
|
+
// SquareArrowUpRight aliases
|
|
3760
|
+
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3759
3761
|
export {
|
|
3760
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3761
|
-
default as
|
|
3762
|
-
} from '../icons/square-
|
|
3762
|
+
/** @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 */
|
|
3763
|
+
default as ArrowUpRightSquareIcon
|
|
3764
|
+
} from '../icons/square-arrow-up-right';
|
|
3763
3765
|
// SquareBottomDashedScissors aliases
|
|
3764
3766
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3765
3767
|
export {
|
|
3766
3768
|
/** @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 */
|
|
3767
3769
|
default as ScissorsSquareDashedBottomIcon
|
|
3768
3770
|
} from '../icons/square-bottom-dashed-scissors';
|
|
3771
|
+
// SquareCheckBig aliases
|
|
3772
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3773
|
+
export {
|
|
3774
|
+
/** @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 */
|
|
3775
|
+
default as CheckSquareIcon
|
|
3776
|
+
} from '../icons/square-check-big';
|
|
3777
|
+
// SquareAsterisk aliases
|
|
3778
|
+
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3779
|
+
export {
|
|
3780
|
+
/** @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 */
|
|
3781
|
+
default as AsteriskSquareIcon
|
|
3782
|
+
} from '../icons/square-asterisk';
|
|
3769
3783
|
// SquareChartGantt aliases
|
|
3770
3784
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3771
3785
|
export {
|
|
@@ -3776,12 +3790,6 @@ export {
|
|
|
3776
3790
|
/** @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 */
|
|
3777
3791
|
default as SquareGanttChartIcon
|
|
3778
3792
|
} from '../icons/square-chart-gantt';
|
|
3779
|
-
// SquareCheckBig aliases
|
|
3780
|
-
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3781
|
-
export {
|
|
3782
|
-
/** @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 */
|
|
3783
|
-
default as CheckSquareIcon
|
|
3784
|
-
} from '../icons/square-check-big';
|
|
3785
3793
|
// SquareCheck aliases
|
|
3786
3794
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3787
3795
|
export {
|
|
@@ -3794,18 +3802,24 @@ export {
|
|
|
3794
3802
|
/** @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 */
|
|
3795
3803
|
default as ChevronDownSquareIcon
|
|
3796
3804
|
} from '../icons/square-chevron-down';
|
|
3805
|
+
// SquareChevronLeft aliases
|
|
3806
|
+
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3807
|
+
export {
|
|
3808
|
+
/** @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 */
|
|
3809
|
+
default as ChevronLeftSquareIcon
|
|
3810
|
+
} from '../icons/square-chevron-left';
|
|
3797
3811
|
// SquareChevronRight aliases
|
|
3798
3812
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3799
3813
|
export {
|
|
3800
3814
|
/** @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 */
|
|
3801
3815
|
default as ChevronRightSquareIcon
|
|
3802
3816
|
} from '../icons/square-chevron-right';
|
|
3803
|
-
//
|
|
3804
|
-
export { default as
|
|
3817
|
+
// SquareChevronUp aliases
|
|
3818
|
+
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3805
3819
|
export {
|
|
3806
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3807
|
-
default as
|
|
3808
|
-
} from '../icons/square-chevron-
|
|
3820
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
3821
|
+
default as ChevronUpSquareIcon
|
|
3822
|
+
} from '../icons/square-chevron-up';
|
|
3809
3823
|
// SquareCode aliases
|
|
3810
3824
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3811
3825
|
export {
|
|
@@ -3818,24 +3832,12 @@ export {
|
|
|
3818
3832
|
/** @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 */
|
|
3819
3833
|
default as KanbanSquareDashedIcon
|
|
3820
3834
|
} from '../icons/square-dashed-kanban';
|
|
3821
|
-
// SquareChevronUp aliases
|
|
3822
|
-
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3823
|
-
export {
|
|
3824
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
3825
|
-
default as ChevronUpSquareIcon
|
|
3826
|
-
} from '../icons/square-chevron-up';
|
|
3827
3835
|
// SquareDashedMousePointer aliases
|
|
3828
3836
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3829
3837
|
export {
|
|
3830
3838
|
/** @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 */
|
|
3831
3839
|
default as MousePointerSquareDashedIcon
|
|
3832
3840
|
} from '../icons/square-dashed-mouse-pointer';
|
|
3833
|
-
// SquareDashed aliases
|
|
3834
|
-
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3835
|
-
export {
|
|
3836
|
-
/** @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 */
|
|
3837
|
-
default as BoxSelectIcon
|
|
3838
|
-
} from '../icons/square-dashed';
|
|
3839
3841
|
// SquareDivide aliases
|
|
3840
3842
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3841
3843
|
export {
|
|
@@ -3848,6 +3850,12 @@ export {
|
|
|
3848
3850
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
3849
3851
|
default as DotSquareIcon
|
|
3850
3852
|
} from '../icons/square-dot';
|
|
3853
|
+
// SquareDashed aliases
|
|
3854
|
+
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3855
|
+
export {
|
|
3856
|
+
/** @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 */
|
|
3857
|
+
default as BoxSelectIcon
|
|
3858
|
+
} from '../icons/square-dashed';
|
|
3851
3859
|
// SquareEqual aliases
|
|
3852
3860
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3853
3861
|
export {
|
|
@@ -3866,12 +3874,6 @@ export {
|
|
|
3866
3874
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
3867
3875
|
default as KanbanSquareIcon
|
|
3868
3876
|
} from '../icons/square-kanban';
|
|
3869
|
-
// SquareM aliases
|
|
3870
|
-
export { default as SquareMIcon } from '../icons/square-m';
|
|
3871
|
-
export {
|
|
3872
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
3873
|
-
default as MSquareIcon
|
|
3874
|
-
} from '../icons/square-m';
|
|
3875
3877
|
// SquareLibrary aliases
|
|
3876
3878
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3877
3879
|
export {
|
|
@@ -3884,6 +3886,12 @@ export {
|
|
|
3884
3886
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
|
|
3885
3887
|
default as MenuSquareIcon
|
|
3886
3888
|
} from '../icons/square-menu';
|
|
3889
|
+
// SquareM aliases
|
|
3890
|
+
export { default as SquareMIcon } from '../icons/square-m';
|
|
3891
|
+
export {
|
|
3892
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
3893
|
+
default as MSquareIcon
|
|
3894
|
+
} from '../icons/square-m';
|
|
3887
3895
|
// SquareMinus aliases
|
|
3888
3896
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3889
3897
|
export {
|
|
@@ -3896,24 +3904,24 @@ export {
|
|
|
3896
3904
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
3897
3905
|
default as InspectIcon
|
|
3898
3906
|
} from '../icons/square-mouse-pointer';
|
|
3899
|
-
// SquareParkingOff aliases
|
|
3900
|
-
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
3901
|
-
export {
|
|
3902
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
3903
|
-
default as ParkingSquareOffIcon
|
|
3904
|
-
} from '../icons/square-parking-off';
|
|
3905
3907
|
// SquareParking aliases
|
|
3906
3908
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3907
3909
|
export {
|
|
3908
3910
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
3909
3911
|
default as ParkingSquareIcon
|
|
3910
3912
|
} from '../icons/square-parking';
|
|
3911
|
-
//
|
|
3912
|
-
export { default as
|
|
3913
|
+
// SquareParkingOff aliases
|
|
3914
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
3913
3915
|
export {
|
|
3914
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3915
|
-
default as
|
|
3916
|
-
} from '../icons/square-
|
|
3916
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
3917
|
+
default as ParkingSquareOffIcon
|
|
3918
|
+
} from '../icons/square-parking-off';
|
|
3919
|
+
// SquarePercent aliases
|
|
3920
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3921
|
+
export {
|
|
3922
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
3923
|
+
default as PercentSquareIcon
|
|
3924
|
+
} from '../icons/square-percent';
|
|
3917
3925
|
// SquarePen aliases
|
|
3918
3926
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
3919
3927
|
export {
|
|
@@ -3928,12 +3936,12 @@ export {
|
|
|
3928
3936
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
3929
3937
|
default as PenSquareIcon
|
|
3930
3938
|
} from '../icons/square-pen';
|
|
3931
|
-
//
|
|
3932
|
-
export { default as
|
|
3939
|
+
// SquarePi aliases
|
|
3940
|
+
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
3933
3941
|
export {
|
|
3934
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3935
|
-
default as
|
|
3936
|
-
} from '../icons/square-
|
|
3942
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
3943
|
+
default as PiSquareIcon
|
|
3944
|
+
} from '../icons/square-pi';
|
|
3937
3945
|
// SquarePilcrow aliases
|
|
3938
3946
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3939
3947
|
export {
|
|
@@ -3964,72 +3972,72 @@ export {
|
|
|
3964
3972
|
/** @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 */
|
|
3965
3973
|
default as ScissorsSquareIcon
|
|
3966
3974
|
} from '../icons/square-scissors';
|
|
3967
|
-
// SquareSlash aliases
|
|
3968
|
-
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3969
|
-
export {
|
|
3970
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
3971
|
-
default as SlashSquareIcon
|
|
3972
|
-
} from '../icons/square-slash';
|
|
3973
|
-
// SquareSigma aliases
|
|
3974
|
-
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
3975
|
-
export {
|
|
3976
|
-
/** @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 */
|
|
3977
|
-
default as SigmaSquareIcon
|
|
3978
|
-
} from '../icons/square-sigma';
|
|
3979
3975
|
// SquareSplitHorizontal aliases
|
|
3980
3976
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3981
3977
|
export {
|
|
3982
3978
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3983
3979
|
default as SplitSquareHorizontalIcon
|
|
3984
3980
|
} from '../icons/square-split-horizontal';
|
|
3985
|
-
//
|
|
3986
|
-
export { default as
|
|
3981
|
+
// SquareSigma aliases
|
|
3982
|
+
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
3987
3983
|
export {
|
|
3988
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3989
|
-
default as
|
|
3990
|
-
} from '../icons/square-
|
|
3984
|
+
/** @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 */
|
|
3985
|
+
default as SigmaSquareIcon
|
|
3986
|
+
} from '../icons/square-sigma';
|
|
3991
3987
|
// SquareTerminal aliases
|
|
3992
3988
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
3993
3989
|
export {
|
|
3994
3990
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
3995
3991
|
default as TerminalSquareIcon
|
|
3996
3992
|
} from '../icons/square-terminal';
|
|
3993
|
+
// SquareSlash aliases
|
|
3994
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3995
|
+
export {
|
|
3996
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
3997
|
+
default as SlashSquareIcon
|
|
3998
|
+
} from '../icons/square-slash';
|
|
3997
3999
|
// SquareUserRound aliases
|
|
3998
4000
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
3999
4001
|
export {
|
|
4000
4002
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
4001
4003
|
default as UserSquare2Icon
|
|
4002
4004
|
} from '../icons/square-user-round';
|
|
4005
|
+
// SquareSplitVertical aliases
|
|
4006
|
+
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4007
|
+
export {
|
|
4008
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
4009
|
+
default as SplitSquareVerticalIcon
|
|
4010
|
+
} from '../icons/square-split-vertical';
|
|
4003
4011
|
// SquareUser aliases
|
|
4004
4012
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4005
4013
|
export {
|
|
4006
4014
|
/** @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 */
|
|
4007
4015
|
default as UserSquareIcon
|
|
4008
4016
|
} from '../icons/square-user';
|
|
4009
|
-
// TestTubeDiagonal aliases
|
|
4010
|
-
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4011
|
-
export {
|
|
4012
|
-
/** @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 */
|
|
4013
|
-
default as TestTube2Icon
|
|
4014
|
-
} from '../icons/test-tube-diagonal';
|
|
4015
4017
|
// SquareX aliases
|
|
4016
4018
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4017
4019
|
export {
|
|
4018
4020
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
4019
4021
|
default as XSquareIcon
|
|
4020
4022
|
} from '../icons/square-x';
|
|
4021
|
-
//
|
|
4022
|
-
export { default as
|
|
4023
|
+
// TestTubeDiagonal aliases
|
|
4024
|
+
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4023
4025
|
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/
|
|
4026
|
+
/** @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 */
|
|
4027
|
+
default as TestTube2Icon
|
|
4028
|
+
} from '../icons/test-tube-diagonal';
|
|
4027
4029
|
// TramFront aliases
|
|
4028
4030
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4029
4031
|
export {
|
|
4030
4032
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
4031
4033
|
default as TrainIcon
|
|
4032
4034
|
} from '../icons/tram-front';
|
|
4035
|
+
// TextSelect aliases
|
|
4036
|
+
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4037
|
+
export {
|
|
4038
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|
|
4039
|
+
default as TextSelectionIcon
|
|
4040
|
+
} from '../icons/text-select';
|
|
4033
4041
|
// TreePalm aliases
|
|
4034
4042
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4035
4043
|
export {
|
|
@@ -4066,18 +4074,18 @@ export {
|
|
|
4066
4074
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
4067
4075
|
default as UserCog2Icon
|
|
4068
4076
|
} from '../icons/user-round-cog';
|
|
4069
|
-
// UserRoundMinus aliases
|
|
4070
|
-
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4071
|
-
export {
|
|
4072
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
4073
|
-
default as UserMinus2Icon
|
|
4074
|
-
} from '../icons/user-round-minus';
|
|
4075
4077
|
// UserRoundPlus aliases
|
|
4076
4078
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4077
4079
|
export {
|
|
4078
4080
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4079
4081
|
default as UserPlus2Icon
|
|
4080
4082
|
} from '../icons/user-round-plus';
|
|
4083
|
+
// UserRoundMinus aliases
|
|
4084
|
+
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4085
|
+
export {
|
|
4086
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
4087
|
+
default as UserMinus2Icon
|
|
4088
|
+
} from '../icons/user-round-minus';
|
|
4081
4089
|
// UserRoundX aliases
|
|
4082
4090
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4083
4091
|
export {
|
|
@@ -4108,16 +4116,16 @@ export {
|
|
|
4108
4116
|
/** @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 */
|
|
4109
4117
|
default as ForkKnifeIcon
|
|
4110
4118
|
} from '../icons/utensils';
|
|
4111
|
-
// WandSparkles aliases
|
|
4112
|
-
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4113
|
-
export {
|
|
4114
|
-
/** @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 */
|
|
4115
|
-
default as Wand2Icon
|
|
4116
|
-
} from '../icons/wand-sparkles';
|
|
4117
4119
|
// WalletMinimal aliases
|
|
4118
4120
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4119
4121
|
export {
|
|
4120
4122
|
/** @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 */
|
|
4121
4123
|
default as Wallet2Icon
|
|
4122
4124
|
} from '../icons/wallet-minimal';
|
|
4125
|
+
// WandSparkles aliases
|
|
4126
|
+
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4127
|
+
export {
|
|
4128
|
+
/** @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 */
|
|
4129
|
+
default as Wand2Icon
|
|
4130
|
+
} from '../icons/wand-sparkles';
|
|
4123
4131
|
|