@ycloud-web/icons-astro 0.1.3 → 0.1.5
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/README.md +6 -0
- package/package.json +1 -1
- package/src/aliases/aliases.ts +106 -106
- package/src/aliases/prefixed.ts +518 -518
- package/src/aliases/suffixed.ts +787 -787
- package/src/icons/index.ts +235 -235
package/src/aliases/prefixed.ts
CHANGED
|
@@ -54,10 +54,10 @@ export { default as YCloudAlignStartVertical } from '../icons/align-start-vertic
|
|
|
54
54
|
export { default as YCloudAlignVerticalDistributeCenter } from '../icons/align-vertical-distribute-center';
|
|
55
55
|
// AlignVerticalDistributeEnd aliases
|
|
56
56
|
export { default as YCloudAlignVerticalDistributeEnd } from '../icons/align-vertical-distribute-end';
|
|
57
|
-
// AlignVerticalDistributeStart aliases
|
|
58
|
-
export { default as YCloudAlignVerticalDistributeStart } from '../icons/align-vertical-distribute-start';
|
|
59
57
|
// AlignVerticalJustifyCenter aliases
|
|
60
58
|
export { default as YCloudAlignVerticalJustifyCenter } from '../icons/align-vertical-justify-center';
|
|
59
|
+
// AlignVerticalDistributeStart aliases
|
|
60
|
+
export { default as YCloudAlignVerticalDistributeStart } from '../icons/align-vertical-distribute-start';
|
|
61
61
|
// AlignVerticalJustifyEnd aliases
|
|
62
62
|
export { default as YCloudAlignVerticalJustifyEnd } from '../icons/align-vertical-justify-end';
|
|
63
63
|
// AlignVerticalJustifyStart aliases
|
|
@@ -76,10 +76,10 @@ export { default as YCloudAmpersands } from '../icons/ampersands';
|
|
|
76
76
|
export { default as YCloudAmphora } from '../icons/amphora';
|
|
77
77
|
// Anchor aliases
|
|
78
78
|
export { default as YCloudAnchor } from '../icons/anchor';
|
|
79
|
-
// Angry aliases
|
|
80
|
-
export { default as YCloudAngry } from '../icons/angry';
|
|
81
79
|
// Annoyed aliases
|
|
82
80
|
export { default as YCloudAnnoyed } from '../icons/annoyed';
|
|
81
|
+
// Angry aliases
|
|
82
|
+
export { default as YCloudAngry } from '../icons/angry';
|
|
83
83
|
// Antenna aliases
|
|
84
84
|
export { default as YCloudAntenna } from '../icons/antenna';
|
|
85
85
|
// Anvil aliases
|
|
@@ -100,30 +100,30 @@ export { default as YCloudArchiveX } from '../icons/archive-x';
|
|
|
100
100
|
export { default as YCloudArchive } from '../icons/archive';
|
|
101
101
|
// Armchair aliases
|
|
102
102
|
export { default as YCloudArmchair } from '../icons/armchair';
|
|
103
|
-
// ArrowBigDownDash aliases
|
|
104
|
-
export { default as YCloudArrowBigDownDash } from '../icons/arrow-big-down-dash';
|
|
105
|
-
// ArrowBigDown aliases
|
|
106
|
-
export { default as YCloudArrowBigDown } from '../icons/arrow-big-down';
|
|
107
103
|
// ArrowBigLeftDash aliases
|
|
108
104
|
export { default as YCloudArrowBigLeftDash } from '../icons/arrow-big-left-dash';
|
|
105
|
+
// ArrowBigDown aliases
|
|
106
|
+
export { default as YCloudArrowBigDown } from '../icons/arrow-big-down';
|
|
107
|
+
// ArrowBigDownDash aliases
|
|
108
|
+
export { default as YCloudArrowBigDownDash } from '../icons/arrow-big-down-dash';
|
|
109
109
|
// ArrowBigLeft aliases
|
|
110
110
|
export { default as YCloudArrowBigLeft } from '../icons/arrow-big-left';
|
|
111
111
|
// ArrowBigRightDash aliases
|
|
112
112
|
export { default as YCloudArrowBigRightDash } from '../icons/arrow-big-right-dash';
|
|
113
113
|
// ArrowBigRight aliases
|
|
114
114
|
export { default as YCloudArrowBigRight } from '../icons/arrow-big-right';
|
|
115
|
-
// ArrowBigUpDash aliases
|
|
116
|
-
export { default as YCloudArrowBigUpDash } from '../icons/arrow-big-up-dash';
|
|
117
115
|
// ArrowBigUp aliases
|
|
118
116
|
export { default as YCloudArrowBigUp } from '../icons/arrow-big-up';
|
|
117
|
+
// ArrowBigUpDash aliases
|
|
118
|
+
export { default as YCloudArrowBigUpDash } from '../icons/arrow-big-up-dash';
|
|
119
119
|
// ArrowDownFromLine aliases
|
|
120
120
|
export { default as YCloudArrowDownFromLine } from '../icons/arrow-down-from-line';
|
|
121
121
|
// ArrowDownLeft aliases
|
|
122
122
|
export { default as YCloudArrowDownLeft } from '../icons/arrow-down-left';
|
|
123
|
-
// ArrowDownNarrowWide aliases
|
|
124
|
-
export { default as YCloudArrowDownNarrowWide } from '../icons/arrow-down-narrow-wide';
|
|
125
123
|
// ArrowDownRight aliases
|
|
126
124
|
export { default as YCloudArrowDownRight } from '../icons/arrow-down-right';
|
|
125
|
+
// ArrowDownNarrowWide aliases
|
|
126
|
+
export { default as YCloudArrowDownNarrowWide } from '../icons/arrow-down-narrow-wide';
|
|
127
127
|
// ArrowDownToDot aliases
|
|
128
128
|
export { default as YCloudArrowDownToDot } from '../icons/arrow-down-to-dot';
|
|
129
129
|
// ArrowDownToLine aliases
|
|
@@ -142,20 +142,20 @@ export { default as YCloudArrowLeftToLine } from '../icons/arrow-left-to-line';
|
|
|
142
142
|
export { default as YCloudArrowLeft } from '../icons/arrow-left';
|
|
143
143
|
// ArrowRightFromLine aliases
|
|
144
144
|
export { default as YCloudArrowRightFromLine } from '../icons/arrow-right-from-line';
|
|
145
|
-
// ArrowRightToLine aliases
|
|
146
|
-
export { default as YCloudArrowRightToLine } from '../icons/arrow-right-to-line';
|
|
147
145
|
// ArrowRightLeft aliases
|
|
148
146
|
export { default as YCloudArrowRightLeft } from '../icons/arrow-right-left';
|
|
147
|
+
// ArrowRightToLine aliases
|
|
148
|
+
export { default as YCloudArrowRightToLine } from '../icons/arrow-right-to-line';
|
|
149
149
|
// ArrowRight aliases
|
|
150
150
|
export { default as YCloudArrowRight } from '../icons/arrow-right';
|
|
151
151
|
// ArrowUpDown aliases
|
|
152
152
|
export { default as YCloudArrowUpDown } from '../icons/arrow-up-down';
|
|
153
153
|
// ArrowUpFromDot aliases
|
|
154
154
|
export { default as YCloudArrowUpFromDot } from '../icons/arrow-up-from-dot';
|
|
155
|
-
// ArrowUpFromLine aliases
|
|
156
|
-
export { default as YCloudArrowUpFromLine } from '../icons/arrow-up-from-line';
|
|
157
155
|
// ArrowUpLeft aliases
|
|
158
156
|
export { default as YCloudArrowUpLeft } from '../icons/arrow-up-left';
|
|
157
|
+
// ArrowUpFromLine aliases
|
|
158
|
+
export { default as YCloudArrowUpFromLine } from '../icons/arrow-up-from-line';
|
|
159
159
|
// ArrowUpRight aliases
|
|
160
160
|
export { default as YCloudArrowUpRight } from '../icons/arrow-up-right';
|
|
161
161
|
// ArrowUpToLine aliases
|
|
@@ -166,26 +166,26 @@ export { default as YCloudArrowUpWideNarrow } from '../icons/arrow-up-wide-narro
|
|
|
166
166
|
export { default as YCloudArrowUp } from '../icons/arrow-up';
|
|
167
167
|
// ArrowsUpFromLine aliases
|
|
168
168
|
export { default as YCloudArrowsUpFromLine } from '../icons/arrows-up-from-line';
|
|
169
|
+
// AtSign aliases
|
|
170
|
+
export { default as YCloudAtSign } from '../icons/at-sign';
|
|
169
171
|
// Asterisk aliases
|
|
170
172
|
export { default as YCloudAsterisk } from '../icons/asterisk';
|
|
171
173
|
// Astroid aliases
|
|
172
174
|
export { default as YCloudAstroid } from '../icons/astroid';
|
|
173
|
-
// AtSign aliases
|
|
174
|
-
export { default as YCloudAtSign } from '../icons/at-sign';
|
|
175
175
|
// Atom aliases
|
|
176
176
|
export { default as YCloudAtom } from '../icons/atom';
|
|
177
177
|
// AudioLines aliases
|
|
178
178
|
export { default as YCloudAudioLines } from '../icons/audio-lines';
|
|
179
|
+
// Award aliases
|
|
180
|
+
export { default as YCloudAward } from '../icons/award';
|
|
179
181
|
// AudioWaveform aliases
|
|
180
182
|
export { default as YCloudAudioWaveform } from '../icons/audio-waveform';
|
|
181
183
|
// Axe aliases
|
|
182
184
|
export { default as YCloudAxe } from '../icons/axe';
|
|
183
|
-
// Award aliases
|
|
184
|
-
export { default as YCloudAward } from '../icons/award';
|
|
185
|
-
// Backpack aliases
|
|
186
|
-
export { default as YCloudBackpack } from '../icons/backpack';
|
|
187
185
|
// Baby aliases
|
|
188
186
|
export { default as YCloudBaby } from '../icons/baby';
|
|
187
|
+
// Backpack aliases
|
|
188
|
+
export { default as YCloudBackpack } from '../icons/backpack';
|
|
189
189
|
// BadgeAlert aliases
|
|
190
190
|
export { default as YCloudBadgeAlert } from '../icons/badge-alert';
|
|
191
191
|
// BadgeCent aliases
|
|
@@ -216,18 +216,18 @@ export { default as YCloudBadgeSwissFranc } from '../icons/badge-swiss-franc';
|
|
|
216
216
|
export { default as YCloudBadgeTurkishLira } from '../icons/badge-turkish-lira';
|
|
217
217
|
// BadgeX aliases
|
|
218
218
|
export { default as YCloudBadgeX } from '../icons/badge-x';
|
|
219
|
-
// Badge aliases
|
|
220
|
-
export { default as YCloudBadge } from '../icons/badge';
|
|
221
219
|
// BaggageClaim aliases
|
|
222
220
|
export { default as YCloudBaggageClaim } from '../icons/baggage-claim';
|
|
221
|
+
// Badge aliases
|
|
222
|
+
export { default as YCloudBadge } from '../icons/badge';
|
|
223
223
|
// Balloon aliases
|
|
224
224
|
export { default as YCloudBalloon } from '../icons/balloon';
|
|
225
225
|
// Ban aliases
|
|
226
226
|
export { default as YCloudBan } from '../icons/ban';
|
|
227
|
-
// Bandage aliases
|
|
228
|
-
export { default as YCloudBandage } from '../icons/bandage';
|
|
229
227
|
// Banana aliases
|
|
230
228
|
export { default as YCloudBanana } from '../icons/banana';
|
|
229
|
+
// Bandage aliases
|
|
230
|
+
export { default as YCloudBandage } from '../icons/bandage';
|
|
231
231
|
// BanknoteArrowDown aliases
|
|
232
232
|
export { default as YCloudBanknoteArrowDown } from '../icons/banknote-arrow-down';
|
|
233
233
|
// BanknoteArrowUp aliases
|
|
@@ -256,10 +256,10 @@ export { default as YCloudBatteryLow } from '../icons/battery-low';
|
|
|
256
256
|
export { default as YCloudBatteryMedium } from '../icons/battery-medium';
|
|
257
257
|
// BatteryPlus aliases
|
|
258
258
|
export { default as YCloudBatteryPlus } from '../icons/battery-plus';
|
|
259
|
-
// Battery aliases
|
|
260
|
-
export { default as YCloudBattery } from '../icons/battery';
|
|
261
259
|
// BatteryWarning aliases
|
|
262
260
|
export { default as YCloudBatteryWarning } from '../icons/battery-warning';
|
|
261
|
+
// Battery aliases
|
|
262
|
+
export { default as YCloudBattery } from '../icons/battery';
|
|
263
263
|
// Beaker aliases
|
|
264
264
|
export { default as YCloudBeaker } from '../icons/beaker';
|
|
265
265
|
// BeanOff aliases
|
|
@@ -296,10 +296,10 @@ export { default as YCloudBellPlus } from '../icons/bell-plus';
|
|
|
296
296
|
export { default as YCloudBellRing } from '../icons/bell-ring';
|
|
297
297
|
// Bell aliases
|
|
298
298
|
export { default as YCloudBell } from '../icons/bell';
|
|
299
|
-
// BetweenVerticalEnd aliases
|
|
300
|
-
export { default as YCloudBetweenVerticalEnd } from '../icons/between-vertical-end';
|
|
301
299
|
// BetweenVerticalStart aliases
|
|
302
300
|
export { default as YCloudBetweenVerticalStart } from '../icons/between-vertical-start';
|
|
301
|
+
// BetweenVerticalEnd aliases
|
|
302
|
+
export { default as YCloudBetweenVerticalEnd } from '../icons/between-vertical-end';
|
|
303
303
|
// BicepsFlexed aliases
|
|
304
304
|
export { default as YCloudBicepsFlexed } from '../icons/biceps-flexed';
|
|
305
305
|
// Bike aliases
|
|
@@ -330,10 +330,10 @@ export { default as YCloudBluetoothConnected } from '../icons/bluetooth-connecte
|
|
|
330
330
|
export { default as YCloudBluetoothOff } from '../icons/bluetooth-off';
|
|
331
331
|
// BluetoothSearching aliases
|
|
332
332
|
export { default as YCloudBluetoothSearching } from '../icons/bluetooth-searching';
|
|
333
|
-
// Bluetooth aliases
|
|
334
|
-
export { default as YCloudBluetooth } from '../icons/bluetooth';
|
|
335
333
|
// Bold aliases
|
|
336
334
|
export { default as YCloudBold } from '../icons/bold';
|
|
335
|
+
// Bluetooth aliases
|
|
336
|
+
export { default as YCloudBluetooth } from '../icons/bluetooth';
|
|
337
337
|
// Bolt aliases
|
|
338
338
|
export { default as YCloudBolt } from '../icons/bolt';
|
|
339
339
|
// Bomb aliases
|
|
@@ -372,10 +372,10 @@ export { default as YCloudBookMinus } from '../icons/book-minus';
|
|
|
372
372
|
export { default as YCloudBookOpenCheck } from '../icons/book-open-check';
|
|
373
373
|
// BookOpenText aliases
|
|
374
374
|
export { default as YCloudBookOpenText } from '../icons/book-open-text';
|
|
375
|
-
// BookPlus aliases
|
|
376
|
-
export { default as YCloudBookPlus } from '../icons/book-plus';
|
|
377
375
|
// BookOpen aliases
|
|
378
376
|
export { default as YCloudBookOpen } from '../icons/book-open';
|
|
377
|
+
// BookPlus aliases
|
|
378
|
+
export { default as YCloudBookPlus } from '../icons/book-plus';
|
|
379
379
|
// BookSearch aliases
|
|
380
380
|
export { default as YCloudBookSearch } from '../icons/book-search';
|
|
381
381
|
// BookText aliases
|
|
@@ -420,20 +420,20 @@ export { default as YCloudBowArrow } from '../icons/bow-arrow';
|
|
|
420
420
|
export { default as YCloudBox } from '../icons/box';
|
|
421
421
|
// Boxes aliases
|
|
422
422
|
export { default as YCloudBoxes } from '../icons/boxes';
|
|
423
|
-
// Brackets aliases
|
|
424
|
-
export { default as YCloudBrackets } from '../icons/brackets';
|
|
425
423
|
// BrainCircuit aliases
|
|
426
424
|
export { default as YCloudBrainCircuit } from '../icons/brain-circuit';
|
|
425
|
+
// Brackets aliases
|
|
426
|
+
export { default as YCloudBrackets } from '../icons/brackets';
|
|
427
427
|
// BrainCog aliases
|
|
428
428
|
export { default as YCloudBrainCog } from '../icons/brain-cog';
|
|
429
429
|
// Brain aliases
|
|
430
430
|
export { default as YCloudBrain } from '../icons/brain';
|
|
431
431
|
// BrickWallFire aliases
|
|
432
432
|
export { default as YCloudBrickWallFire } from '../icons/brick-wall-fire';
|
|
433
|
-
// BrickWallShield aliases
|
|
434
|
-
export { default as YCloudBrickWallShield } from '../icons/brick-wall-shield';
|
|
435
433
|
// BrickWall aliases
|
|
436
434
|
export { default as YCloudBrickWall } from '../icons/brick-wall';
|
|
435
|
+
// BrickWallShield aliases
|
|
436
|
+
export { default as YCloudBrickWallShield } from '../icons/brick-wall-shield';
|
|
437
437
|
// BriefcaseBusiness aliases
|
|
438
438
|
export { default as YCloudBriefcaseBusiness } from '../icons/briefcase-business';
|
|
439
439
|
// BriefcaseConveyorBelt aliases
|
|
@@ -458,18 +458,18 @@ export { default as YCloudBugOff } from '../icons/bug-off';
|
|
|
458
458
|
export { default as YCloudBugPlay } from '../icons/bug-play';
|
|
459
459
|
// Bug aliases
|
|
460
460
|
export { default as YCloudBug } from '../icons/bug';
|
|
461
|
+
// Building2 aliases
|
|
462
|
+
export { default as YCloudBuilding2 } from '../icons/building-2';
|
|
461
463
|
// Building aliases
|
|
462
464
|
export { default as YCloudBuilding } from '../icons/building';
|
|
463
465
|
// BusFront aliases
|
|
464
466
|
export { default as YCloudBusFront } from '../icons/bus-front';
|
|
465
|
-
// Building2 aliases
|
|
466
|
-
export { default as YCloudBuilding2 } from '../icons/building-2';
|
|
467
467
|
// Bus aliases
|
|
468
468
|
export { default as YCloudBus } from '../icons/bus';
|
|
469
|
-
// CableCar aliases
|
|
470
|
-
export { default as YCloudCableCar } from '../icons/cable-car';
|
|
471
469
|
// Cable aliases
|
|
472
470
|
export { default as YCloudCable } from '../icons/cable';
|
|
471
|
+
// CableCar aliases
|
|
472
|
+
export { default as YCloudCableCar } from '../icons/cable-car';
|
|
473
473
|
// CakeSlice aliases
|
|
474
474
|
export { default as YCloudCakeSlice } from '../icons/cake-slice';
|
|
475
475
|
// Cake aliases
|
|
@@ -502,18 +502,18 @@ export { default as YCloudCalendarMinus2 } from '../icons/calendar-minus-2';
|
|
|
502
502
|
export { default as YCloudCalendarMinus } from '../icons/calendar-minus';
|
|
503
503
|
// CalendarOff aliases
|
|
504
504
|
export { default as YCloudCalendarOff } from '../icons/calendar-off';
|
|
505
|
-
// CalendarPlus2 aliases
|
|
506
|
-
export { default as YCloudCalendarPlus2 } from '../icons/calendar-plus-2';
|
|
507
505
|
// CalendarPlus aliases
|
|
508
506
|
export { default as YCloudCalendarPlus } from '../icons/calendar-plus';
|
|
509
|
-
//
|
|
510
|
-
export { default as
|
|
507
|
+
// CalendarPlus2 aliases
|
|
508
|
+
export { default as YCloudCalendarPlus2 } from '../icons/calendar-plus-2';
|
|
511
509
|
// CalendarSearch aliases
|
|
512
510
|
export { default as YCloudCalendarSearch } from '../icons/calendar-search';
|
|
513
|
-
// CalendarSync aliases
|
|
514
|
-
export { default as YCloudCalendarSync } from '../icons/calendar-sync';
|
|
515
511
|
// CalendarX2 aliases
|
|
516
512
|
export { default as YCloudCalendarX2 } from '../icons/calendar-x-2';
|
|
513
|
+
// CalendarRange aliases
|
|
514
|
+
export { default as YCloudCalendarRange } from '../icons/calendar-range';
|
|
515
|
+
// CalendarSync aliases
|
|
516
|
+
export { default as YCloudCalendarSync } from '../icons/calendar-sync';
|
|
517
517
|
// CalendarX aliases
|
|
518
518
|
export { default as YCloudCalendarX } from '../icons/calendar-x';
|
|
519
519
|
// Calendar aliases
|
|
@@ -586,16 +586,16 @@ export { default as YCloudChartNoAxesColumnDecreasing } from '../icons/chart-no-
|
|
|
586
586
|
export { default as YCloudChartNoAxesCombined } from '../icons/chart-no-axes-combined';
|
|
587
587
|
// ChartSpline aliases
|
|
588
588
|
export { default as YCloudChartSpline } from '../icons/chart-spline';
|
|
589
|
-
// CheckCheck aliases
|
|
590
|
-
export { default as YCloudCheckCheck } from '../icons/check-check';
|
|
591
589
|
// CheckLine aliases
|
|
592
590
|
export { default as YCloudCheckLine } from '../icons/check-line';
|
|
591
|
+
// CheckCheck aliases
|
|
592
|
+
export { default as YCloudCheckCheck } from '../icons/check-check';
|
|
593
593
|
// Check aliases
|
|
594
594
|
export { default as YCloudCheck } from '../icons/check';
|
|
595
|
-
// ChefHat aliases
|
|
596
|
-
export { default as YCloudChefHat } from '../icons/chef-hat';
|
|
597
595
|
// Cherry aliases
|
|
598
596
|
export { default as YCloudCherry } from '../icons/cherry';
|
|
597
|
+
// ChefHat aliases
|
|
598
|
+
export { default as YCloudChefHat } from '../icons/chef-hat';
|
|
599
599
|
// ChessBishop aliases
|
|
600
600
|
export { default as YCloudChessBishop } from '../icons/chess-bishop';
|
|
601
601
|
// ChessKing aliases
|
|
@@ -626,32 +626,32 @@ export { default as YCloudChevronsDownUp } from '../icons/chevrons-down-up';
|
|
|
626
626
|
export { default as YCloudChevronsDown } from '../icons/chevrons-down';
|
|
627
627
|
// ChevronsLeftRightEllipsis aliases
|
|
628
628
|
export { default as YCloudChevronsLeftRightEllipsis } from '../icons/chevrons-left-right-ellipsis';
|
|
629
|
-
// ChevronsLeft aliases
|
|
630
|
-
export { default as YCloudChevronsLeft } from '../icons/chevrons-left';
|
|
631
629
|
// ChevronsLeftRight aliases
|
|
632
630
|
export { default as YCloudChevronsLeftRight } from '../icons/chevrons-left-right';
|
|
633
|
-
//
|
|
634
|
-
export { default as
|
|
631
|
+
// ChevronsLeft aliases
|
|
632
|
+
export { default as YCloudChevronsLeft } from '../icons/chevrons-left';
|
|
635
633
|
// ChevronsRight aliases
|
|
636
634
|
export { default as YCloudChevronsRight } from '../icons/chevrons-right';
|
|
635
|
+
// ChevronsRightLeft aliases
|
|
636
|
+
export { default as YCloudChevronsRightLeft } from '../icons/chevrons-right-left';
|
|
637
637
|
// ChevronsUpDown aliases
|
|
638
638
|
export { default as YCloudChevronsUpDown } from '../icons/chevrons-up-down';
|
|
639
639
|
// ChevronsUp aliases
|
|
640
640
|
export { default as YCloudChevronsUp } from '../icons/chevrons-up';
|
|
641
|
-
// Church aliases
|
|
642
|
-
export { default as YCloudChurch } from '../icons/church';
|
|
643
641
|
// CigaretteOff aliases
|
|
644
642
|
export { default as YCloudCigaretteOff } from '../icons/cigarette-off';
|
|
643
|
+
// Church aliases
|
|
644
|
+
export { default as YCloudChurch } from '../icons/church';
|
|
645
645
|
// Cigarette aliases
|
|
646
646
|
export { default as YCloudCigarette } from '../icons/cigarette';
|
|
647
|
-
// CircleDashed aliases
|
|
648
|
-
export { default as YCloudCircleDashed } from '../icons/circle-dashed';
|
|
649
647
|
// CircleDollarSign aliases
|
|
650
648
|
export { default as YCloudCircleDollarSign } from '../icons/circle-dollar-sign';
|
|
651
|
-
//
|
|
652
|
-
export { default as
|
|
649
|
+
// CircleDashed aliases
|
|
650
|
+
export { default as YCloudCircleDashed } from '../icons/circle-dashed';
|
|
653
651
|
// CircleDot aliases
|
|
654
652
|
export { default as YCloudCircleDot } from '../icons/circle-dot';
|
|
653
|
+
// CircleDotDashed aliases
|
|
654
|
+
export { default as YCloudCircleDotDashed } from '../icons/circle-dot-dashed';
|
|
655
655
|
// CircleEllipsis aliases
|
|
656
656
|
export { default as YCloudCircleEllipsis } from '../icons/circle-ellipsis';
|
|
657
657
|
// CircleEqual aliases
|
|
@@ -664,10 +664,10 @@ export { default as YCloudCircleFadingPlus } from '../icons/circle-fading-plus';
|
|
|
664
664
|
export { default as YCloudCircleOff } from '../icons/circle-off';
|
|
665
665
|
// CirclePile aliases
|
|
666
666
|
export { default as YCloudCirclePile } from '../icons/circle-pile';
|
|
667
|
-
// CirclePoundSterling aliases
|
|
668
|
-
export { default as YCloudCirclePoundSterling } from '../icons/circle-pound-sterling';
|
|
669
667
|
// CircleSlash aliases
|
|
670
668
|
export { default as YCloudCircleSlash } from '../icons/circle-slash';
|
|
669
|
+
// CirclePoundSterling aliases
|
|
670
|
+
export { default as YCloudCirclePoundSterling } from '../icons/circle-pound-sterling';
|
|
671
671
|
// CircleSmall aliases
|
|
672
672
|
export { default as YCloudCircleSmall } from '../icons/circle-small';
|
|
673
673
|
// CircleStar aliases
|
|
@@ -684,10 +684,10 @@ export { default as YCloudClapperboard } from '../icons/clapperboard';
|
|
|
684
684
|
export { default as YCloudClipboardCheck } from '../icons/clipboard-check';
|
|
685
685
|
// ClipboardClock aliases
|
|
686
686
|
export { default as YCloudClipboardClock } from '../icons/clipboard-clock';
|
|
687
|
-
// ClipboardCopy aliases
|
|
688
|
-
export { default as YCloudClipboardCopy } from '../icons/clipboard-copy';
|
|
689
687
|
// ClipboardList aliases
|
|
690
688
|
export { default as YCloudClipboardList } from '../icons/clipboard-list';
|
|
689
|
+
// ClipboardCopy aliases
|
|
690
|
+
export { default as YCloudClipboardCopy } from '../icons/clipboard-copy';
|
|
691
691
|
// ClipboardMinus aliases
|
|
692
692
|
export { default as YCloudClipboardMinus } from '../icons/clipboard-minus';
|
|
693
693
|
// ClipboardPaste aliases
|
|
@@ -704,26 +704,26 @@ export { default as YCloudClipboard } from '../icons/clipboard';
|
|
|
704
704
|
export { default as YCloudClock1 } from '../icons/clock-1';
|
|
705
705
|
// Clock10 aliases
|
|
706
706
|
export { default as YCloudClock10 } from '../icons/clock-10';
|
|
707
|
-
// Clock11 aliases
|
|
708
|
-
export { default as YCloudClock11 } from '../icons/clock-11';
|
|
709
707
|
// Clock12 aliases
|
|
710
708
|
export { default as YCloudClock12 } from '../icons/clock-12';
|
|
709
|
+
// Clock11 aliases
|
|
710
|
+
export { default as YCloudClock11 } from '../icons/clock-11';
|
|
711
711
|
// Clock2 aliases
|
|
712
712
|
export { default as YCloudClock2 } from '../icons/clock-2';
|
|
713
|
-
// Clock4 aliases
|
|
714
|
-
export { default as YCloudClock4 } from '../icons/clock-4';
|
|
715
713
|
// Clock3 aliases
|
|
716
714
|
export { default as YCloudClock3 } from '../icons/clock-3';
|
|
715
|
+
// Clock4 aliases
|
|
716
|
+
export { default as YCloudClock4 } from '../icons/clock-4';
|
|
717
717
|
// Clock5 aliases
|
|
718
718
|
export { default as YCloudClock5 } from '../icons/clock-5';
|
|
719
719
|
// Clock6 aliases
|
|
720
720
|
export { default as YCloudClock6 } from '../icons/clock-6';
|
|
721
721
|
// Clock7 aliases
|
|
722
722
|
export { default as YCloudClock7 } from '../icons/clock-7';
|
|
723
|
-
// Clock9 aliases
|
|
724
|
-
export { default as YCloudClock9 } from '../icons/clock-9';
|
|
725
723
|
// Clock8 aliases
|
|
726
724
|
export { default as YCloudClock8 } from '../icons/clock-8';
|
|
725
|
+
// Clock9 aliases
|
|
726
|
+
export { default as YCloudClock9 } from '../icons/clock-9';
|
|
727
727
|
// ClockAlert aliases
|
|
728
728
|
export { default as YCloudClockAlert } from '../icons/clock-alert';
|
|
729
729
|
// ClockArrowDown aliases
|
|
@@ -754,16 +754,16 @@ export { default as YCloudCloudCheck } from '../icons/cloud-check';
|
|
|
754
754
|
export { default as YCloudCloudCog } from '../icons/cloud-cog';
|
|
755
755
|
// CloudDrizzle aliases
|
|
756
756
|
export { default as YCloudCloudDrizzle } from '../icons/cloud-drizzle';
|
|
757
|
+
// CloudHail aliases
|
|
758
|
+
export { default as YCloudCloudHail } from '../icons/cloud-hail';
|
|
757
759
|
// CloudFog aliases
|
|
758
760
|
export { default as YCloudCloudFog } from '../icons/cloud-fog';
|
|
759
761
|
// CloudLightning aliases
|
|
760
762
|
export { default as YCloudCloudLightning } from '../icons/cloud-lightning';
|
|
761
|
-
// CloudHail aliases
|
|
762
|
-
export { default as YCloudCloudHail } from '../icons/cloud-hail';
|
|
763
|
-
// CloudMoonRain aliases
|
|
764
|
-
export { default as YCloudCloudMoonRain } from '../icons/cloud-moon-rain';
|
|
765
763
|
// CloudMoon aliases
|
|
766
764
|
export { default as YCloudCloudMoon } from '../icons/cloud-moon';
|
|
765
|
+
// CloudMoonRain aliases
|
|
766
|
+
export { default as YCloudCloudMoonRain } from '../icons/cloud-moon-rain';
|
|
767
767
|
// CloudOff aliases
|
|
768
768
|
export { default as YCloudCloudOff } from '../icons/cloud-off';
|
|
769
769
|
// CloudRainWind aliases
|
|
@@ -832,14 +832,14 @@ export { default as YCloudCopyPlus } from '../icons/copy-plus';
|
|
|
832
832
|
export { default as YCloudCopySlash } from '../icons/copy-slash';
|
|
833
833
|
// CopyX aliases
|
|
834
834
|
export { default as YCloudCopyX } from '../icons/copy-x';
|
|
835
|
-
// Copy aliases
|
|
836
|
-
export { default as YCloudCopy } from '../icons/copy';
|
|
837
835
|
// Copyleft aliases
|
|
838
836
|
export { default as YCloudCopyleft } from '../icons/copyleft';
|
|
839
|
-
//
|
|
840
|
-
export { default as
|
|
837
|
+
// Copy aliases
|
|
838
|
+
export { default as YCloudCopy } from '../icons/copy';
|
|
841
839
|
// CornerDownLeft aliases
|
|
842
840
|
export { default as YCloudCornerDownLeft } from '../icons/corner-down-left';
|
|
841
|
+
// Copyright aliases
|
|
842
|
+
export { default as YCloudCopyright } from '../icons/copyright';
|
|
843
843
|
// CornerDownRight aliases
|
|
844
844
|
export { default as YCloudCornerDownRight } from '../icons/corner-down-right';
|
|
845
845
|
// CornerLeftDown aliases
|
|
@@ -858,20 +858,20 @@ export { default as YCloudCornerUpRight } from '../icons/corner-up-right';
|
|
|
858
858
|
export { default as YCloudCpu } from '../icons/cpu';
|
|
859
859
|
// CreativeCommons aliases
|
|
860
860
|
export { default as YCloudCreativeCommons } from '../icons/creative-commons';
|
|
861
|
-
// CreditCard aliases
|
|
862
|
-
export { default as YCloudCreditCard } from '../icons/credit-card';
|
|
863
861
|
// Croissant aliases
|
|
864
862
|
export { default as YCloudCroissant } from '../icons/croissant';
|
|
863
|
+
// CreditCard aliases
|
|
864
|
+
export { default as YCloudCreditCard } from '../icons/credit-card';
|
|
865
865
|
// Crop aliases
|
|
866
866
|
export { default as YCloudCrop } from '../icons/crop';
|
|
867
867
|
// Cross aliases
|
|
868
868
|
export { default as YCloudCross } from '../icons/cross';
|
|
869
|
+
// Crown aliases
|
|
870
|
+
export { default as YCloudCrown } from '../icons/crown';
|
|
869
871
|
// Crosshair aliases
|
|
870
872
|
export { default as YCloudCrosshair } from '../icons/crosshair';
|
|
871
873
|
// Cuboid aliases
|
|
872
874
|
export { default as YCloudCuboid } from '../icons/cuboid';
|
|
873
|
-
// Crown aliases
|
|
874
|
-
export { default as YCloudCrown } from '../icons/crown';
|
|
875
875
|
// CupSoda aliases
|
|
876
876
|
export { default as YCloudCupSoda } from '../icons/cup-soda';
|
|
877
877
|
// Currency aliases
|
|
@@ -896,12 +896,12 @@ export { default as YCloudDatabasePlus } from '../icons/database-plus';
|
|
|
896
896
|
export { default as YCloudDatabaseSearch } from '../icons/database-search';
|
|
897
897
|
// DatabaseX aliases
|
|
898
898
|
export { default as YCloudDatabaseX } from '../icons/database-x';
|
|
899
|
-
// DatabaseZap aliases
|
|
900
|
-
export { default as YCloudDatabaseZap } from '../icons/database-zap';
|
|
901
899
|
// Database aliases
|
|
902
900
|
export { default as YCloudDatabase } from '../icons/database';
|
|
903
901
|
// DecimalsArrowLeft aliases
|
|
904
902
|
export { default as YCloudDecimalsArrowLeft } from '../icons/decimals-arrow-left';
|
|
903
|
+
// DatabaseZap aliases
|
|
904
|
+
export { default as YCloudDatabaseZap } from '../icons/database-zap';
|
|
905
905
|
// DecimalsArrowRight aliases
|
|
906
906
|
export { default as YCloudDecimalsArrowRight } from '../icons/decimals-arrow-right';
|
|
907
907
|
// Delete aliases
|
|
@@ -910,18 +910,18 @@ export { default as YCloudDelete } from '../icons/delete';
|
|
|
910
910
|
export { default as YCloudDessert } from '../icons/dessert';
|
|
911
911
|
// Diameter aliases
|
|
912
912
|
export { default as YCloudDiameter } from '../icons/diameter';
|
|
913
|
-
// DiamondMinus aliases
|
|
914
|
-
export { default as YCloudDiamondMinus } from '../icons/diamond-minus';
|
|
915
913
|
// DiamondPlus aliases
|
|
916
914
|
export { default as YCloudDiamondPlus } from '../icons/diamond-plus';
|
|
915
|
+
// DiamondMinus aliases
|
|
916
|
+
export { default as YCloudDiamondMinus } from '../icons/diamond-minus';
|
|
917
917
|
// Diamond aliases
|
|
918
918
|
export { default as YCloudDiamond } from '../icons/diamond';
|
|
919
919
|
// Dice1 aliases
|
|
920
920
|
export { default as YCloudDice1 } from '../icons/dice-1';
|
|
921
|
-
// Dice3 aliases
|
|
922
|
-
export { default as YCloudDice3 } from '../icons/dice-3';
|
|
923
921
|
// Dice2 aliases
|
|
924
922
|
export { default as YCloudDice2 } from '../icons/dice-2';
|
|
923
|
+
// Dice3 aliases
|
|
924
|
+
export { default as YCloudDice3 } from '../icons/dice-3';
|
|
925
925
|
// Dice4 aliases
|
|
926
926
|
export { default as YCloudDice4 } from '../icons/dice-4';
|
|
927
927
|
// Dice5 aliases
|
|
@@ -936,10 +936,10 @@ export { default as YCloudDiff } from '../icons/diff';
|
|
|
936
936
|
export { default as YCloudDisc2 } from '../icons/disc-2';
|
|
937
937
|
// Disc3 aliases
|
|
938
938
|
export { default as YCloudDisc3 } from '../icons/disc-3';
|
|
939
|
-
// DiscAlbum aliases
|
|
940
|
-
export { default as YCloudDiscAlbum } from '../icons/disc-album';
|
|
941
939
|
// Disc aliases
|
|
942
940
|
export { default as YCloudDisc } from '../icons/disc';
|
|
941
|
+
// DiscAlbum aliases
|
|
942
|
+
export { default as YCloudDiscAlbum } from '../icons/disc-album';
|
|
943
943
|
// Divide aliases
|
|
944
944
|
export { default as YCloudDivide } from '../icons/divide';
|
|
945
945
|
// DnaOff aliases
|
|
@@ -954,10 +954,10 @@ export { default as YCloudDog } from '../icons/dog';
|
|
|
954
954
|
export { default as YCloudDollarSign } from '../icons/dollar-sign';
|
|
955
955
|
// Donut aliases
|
|
956
956
|
export { default as YCloudDonut } from '../icons/donut';
|
|
957
|
-
// DoorClosedLocked aliases
|
|
958
|
-
export { default as YCloudDoorClosedLocked } from '../icons/door-closed-locked';
|
|
959
957
|
// DoorClosed aliases
|
|
960
958
|
export { default as YCloudDoorClosed } from '../icons/door-closed';
|
|
959
|
+
// DoorClosedLocked aliases
|
|
960
|
+
export { default as YCloudDoorClosedLocked } from '../icons/door-closed-locked';
|
|
961
961
|
// DoorOpen aliases
|
|
962
962
|
export { default as YCloudDoorOpen } from '../icons/door-open';
|
|
963
963
|
// Dot aliases
|
|
@@ -966,10 +966,10 @@ export { default as YCloudDot } from '../icons/dot';
|
|
|
966
966
|
export { default as YCloudDownload } from '../icons/download';
|
|
967
967
|
// DraftingCompass aliases
|
|
968
968
|
export { default as YCloudDraftingCompass } from '../icons/drafting-compass';
|
|
969
|
-
// Drama aliases
|
|
970
|
-
export { default as YCloudDrama } from '../icons/drama';
|
|
971
969
|
// Drill aliases
|
|
972
970
|
export { default as YCloudDrill } from '../icons/drill';
|
|
971
|
+
// Drama aliases
|
|
972
|
+
export { default as YCloudDrama } from '../icons/drama';
|
|
973
973
|
// Drone aliases
|
|
974
974
|
export { default as YCloudDrone } from '../icons/drone';
|
|
975
975
|
// DropletOff aliases
|
|
@@ -1018,34 +1018,34 @@ export { default as YCloudEvCharger } from '../icons/ev-charger';
|
|
|
1018
1018
|
export { default as YCloudExpand } from '../icons/expand';
|
|
1019
1019
|
// ExternalLink aliases
|
|
1020
1020
|
export { default as YCloudExternalLink } from '../icons/external-link';
|
|
1021
|
-
// EyeClosed aliases
|
|
1022
|
-
export { default as YCloudEyeClosed } from '../icons/eye-closed';
|
|
1023
1021
|
// EyeDashed aliases
|
|
1024
1022
|
export { default as YCloudEyeDashed } from '../icons/eye-dashed';
|
|
1023
|
+
// EyeClosed aliases
|
|
1024
|
+
export { default as YCloudEyeClosed } from '../icons/eye-closed';
|
|
1025
1025
|
// EyeOff aliases
|
|
1026
1026
|
export { default as YCloudEyeOff } from '../icons/eye-off';
|
|
1027
1027
|
// Eye aliases
|
|
1028
1028
|
export { default as YCloudEye } from '../icons/eye';
|
|
1029
1029
|
// Factory aliases
|
|
1030
1030
|
export { default as YCloudFactory } from '../icons/factory';
|
|
1031
|
+
// FastForward aliases
|
|
1032
|
+
export { default as YCloudFastForward } from '../icons/fast-forward';
|
|
1031
1033
|
// Fan aliases
|
|
1032
1034
|
export { default as YCloudFan } from '../icons/fan';
|
|
1033
1035
|
// Feather aliases
|
|
1034
1036
|
export { default as YCloudFeather } from '../icons/feather';
|
|
1035
1037
|
// Fence aliases
|
|
1036
1038
|
export { default as YCloudFence } from '../icons/fence';
|
|
1037
|
-
// FastForward aliases
|
|
1038
|
-
export { default as YCloudFastForward } from '../icons/fast-forward';
|
|
1039
1039
|
// FerrisWheel aliases
|
|
1040
1040
|
export { default as YCloudFerrisWheel } from '../icons/ferris-wheel';
|
|
1041
1041
|
// FileArchive aliases
|
|
1042
1042
|
export { default as YCloudFileArchive } from '../icons/file-archive';
|
|
1043
1043
|
// FileBox aliases
|
|
1044
1044
|
export { default as YCloudFileBox } from '../icons/file-box';
|
|
1045
|
-
// FileCheck aliases
|
|
1046
|
-
export { default as YCloudFileCheck } from '../icons/file-check';
|
|
1047
1045
|
// FileClock aliases
|
|
1048
1046
|
export { default as YCloudFileClock } from '../icons/file-clock';
|
|
1047
|
+
// FileCheck aliases
|
|
1048
|
+
export { default as YCloudFileCheck } from '../icons/file-check';
|
|
1049
1049
|
// FileCode aliases
|
|
1050
1050
|
export { default as YCloudFileCode } from '../icons/file-code';
|
|
1051
1051
|
// FileDiff aliases
|
|
@@ -1060,10 +1060,10 @@ export { default as YCloudFileHeart } from '../icons/file-heart';
|
|
|
1060
1060
|
export { default as YCloudFileImage } from '../icons/file-image';
|
|
1061
1061
|
// FileInput aliases
|
|
1062
1062
|
export { default as YCloudFileInput } from '../icons/file-input';
|
|
1063
|
-
// FileMinus aliases
|
|
1064
|
-
export { default as YCloudFileMinus } from '../icons/file-minus';
|
|
1065
1063
|
// FileMusic aliases
|
|
1066
1064
|
export { default as YCloudFileMusic } from '../icons/file-music';
|
|
1065
|
+
// FileMinus aliases
|
|
1066
|
+
export { default as YCloudFileMinus } from '../icons/file-minus';
|
|
1067
1067
|
// FileOutput aliases
|
|
1068
1068
|
export { default as YCloudFileOutput } from '../icons/file-output';
|
|
1069
1069
|
// FilePlus aliases
|
|
@@ -1086,10 +1086,10 @@ export { default as YCloudFileTerminal } from '../icons/file-terminal';
|
|
|
1086
1086
|
export { default as YCloudFileText } from '../icons/file-text';
|
|
1087
1087
|
// FileType aliases
|
|
1088
1088
|
export { default as YCloudFileType } from '../icons/file-type';
|
|
1089
|
-
// FileUp aliases
|
|
1090
|
-
export { default as YCloudFileUp } from '../icons/file-up';
|
|
1091
1089
|
// FileUser aliases
|
|
1092
1090
|
export { default as YCloudFileUser } from '../icons/file-user';
|
|
1091
|
+
// FileUp aliases
|
|
1092
|
+
export { default as YCloudFileUp } from '../icons/file-up';
|
|
1093
1093
|
// FileVolume aliases
|
|
1094
1094
|
export { default as YCloudFileVolume } from '../icons/file-volume';
|
|
1095
1095
|
// FileX aliases
|
|
@@ -1106,28 +1106,28 @@ export { default as YCloudFireExtinguisher } from '../icons/fire-extinguisher';
|
|
|
1106
1106
|
export { default as YCloudFishOff } from '../icons/fish-off';
|
|
1107
1107
|
// FishSymbol aliases
|
|
1108
1108
|
export { default as YCloudFishSymbol } from '../icons/fish-symbol';
|
|
1109
|
-
// FishingHook aliases
|
|
1110
|
-
export { default as YCloudFishingHook } from '../icons/fishing-hook';
|
|
1111
1109
|
// Fish aliases
|
|
1112
1110
|
export { default as YCloudFish } from '../icons/fish';
|
|
1111
|
+
// FishingHook aliases
|
|
1112
|
+
export { default as YCloudFishingHook } from '../icons/fishing-hook';
|
|
1113
1113
|
// FishingRod aliases
|
|
1114
1114
|
export { default as YCloudFishingRod } from '../icons/fishing-rod';
|
|
1115
1115
|
// FlagOff aliases
|
|
1116
1116
|
export { default as YCloudFlagOff } from '../icons/flag-off';
|
|
1117
1117
|
// FlagTriangleLeft aliases
|
|
1118
1118
|
export { default as YCloudFlagTriangleLeft } from '../icons/flag-triangle-left';
|
|
1119
|
-
// Flag aliases
|
|
1120
|
-
export { default as YCloudFlag } from '../icons/flag';
|
|
1121
1119
|
// FlagTriangleRight aliases
|
|
1122
1120
|
export { default as YCloudFlagTriangleRight } from '../icons/flag-triangle-right';
|
|
1121
|
+
// Flag aliases
|
|
1122
|
+
export { default as YCloudFlag } from '../icons/flag';
|
|
1123
1123
|
// FlameKindling aliases
|
|
1124
1124
|
export { default as YCloudFlameKindling } from '../icons/flame-kindling';
|
|
1125
1125
|
// Flame aliases
|
|
1126
1126
|
export { default as YCloudFlame } from '../icons/flame';
|
|
1127
|
-
// Flashlight aliases
|
|
1128
|
-
export { default as YCloudFlashlight } from '../icons/flashlight';
|
|
1129
1127
|
// FlashlightOff aliases
|
|
1130
1128
|
export { default as YCloudFlashlightOff } from '../icons/flashlight-off';
|
|
1129
|
+
// Flashlight aliases
|
|
1130
|
+
export { default as YCloudFlashlight } from '../icons/flashlight';
|
|
1131
1131
|
// FlaskConicalOff aliases
|
|
1132
1132
|
export { default as YCloudFlaskConicalOff } from '../icons/flask-conical-off';
|
|
1133
1133
|
// FlaskConical aliases
|
|
@@ -1196,10 +1196,10 @@ export { default as YCloudFolderSearch2 } from '../icons/folder-search-2';
|
|
|
1196
1196
|
export { default as YCloudFolderSearch } from '../icons/folder-search';
|
|
1197
1197
|
// FolderSymlink aliases
|
|
1198
1198
|
export { default as YCloudFolderSymlink } from '../icons/folder-symlink';
|
|
1199
|
-
// FolderSync aliases
|
|
1200
|
-
export { default as YCloudFolderSync } from '../icons/folder-sync';
|
|
1201
1199
|
// FolderTree aliases
|
|
1202
1200
|
export { default as YCloudFolderTree } from '../icons/folder-tree';
|
|
1201
|
+
// FolderSync aliases
|
|
1202
|
+
export { default as YCloudFolderSync } from '../icons/folder-sync';
|
|
1203
1203
|
// FolderUp aliases
|
|
1204
1204
|
export { default as YCloudFolderUp } from '../icons/folder-up';
|
|
1205
1205
|
// FolderX aliases
|
|
@@ -1218,10 +1218,10 @@ export { default as YCloudForm } from '../icons/form';
|
|
|
1218
1218
|
export { default as YCloudForward } from '../icons/forward';
|
|
1219
1219
|
// Frame aliases
|
|
1220
1220
|
export { default as YCloudFrame } from '../icons/frame';
|
|
1221
|
-
// Fuel aliases
|
|
1222
|
-
export { default as YCloudFuel } from '../icons/fuel';
|
|
1223
1221
|
// Frown aliases
|
|
1224
1222
|
export { default as YCloudFrown } from '../icons/frown';
|
|
1223
|
+
// Fuel aliases
|
|
1224
|
+
export { default as YCloudFuel } from '../icons/fuel';
|
|
1225
1225
|
// Fullscreen aliases
|
|
1226
1226
|
export { default as YCloudFullscreen } from '../icons/fullscreen';
|
|
1227
1227
|
// FunnelPlus aliases
|
|
@@ -1274,10 +1274,10 @@ export { default as YCloudGitGraph } from '../icons/git-graph';
|
|
|
1274
1274
|
export { default as YCloudGitMergeConflict } from '../icons/git-merge-conflict';
|
|
1275
1275
|
// GitMerge aliases
|
|
1276
1276
|
export { default as YCloudGitMerge } from '../icons/git-merge';
|
|
1277
|
-
// GitPullRequestClosed aliases
|
|
1278
|
-
export { default as YCloudGitPullRequestClosed } from '../icons/git-pull-request-closed';
|
|
1279
1277
|
// GitPullRequestArrow aliases
|
|
1280
1278
|
export { default as YCloudGitPullRequestArrow } from '../icons/git-pull-request-arrow';
|
|
1279
|
+
// GitPullRequestClosed aliases
|
|
1280
|
+
export { default as YCloudGitPullRequestClosed } from '../icons/git-pull-request-closed';
|
|
1281
1281
|
// GitPullRequestCreateArrow aliases
|
|
1282
1282
|
export { default as YCloudGitPullRequestCreateArrow } from '../icons/git-pull-request-create-arrow';
|
|
1283
1283
|
// GitPullRequestCreate aliases
|
|
@@ -1292,20 +1292,20 @@ export { default as YCloudGlassWater } from '../icons/glass-water';
|
|
|
1292
1292
|
export { default as YCloudGlasses } from '../icons/glasses';
|
|
1293
1293
|
// GlobeCheck aliases
|
|
1294
1294
|
export { default as YCloudGlobeCheck } from '../icons/globe-check';
|
|
1295
|
-
// GlobeLock aliases
|
|
1296
|
-
export { default as YCloudGlobeLock } from '../icons/globe-lock';
|
|
1297
1295
|
// GlobeOff aliases
|
|
1298
1296
|
export { default as YCloudGlobeOff } from '../icons/globe-off';
|
|
1299
1297
|
// GlobeX aliases
|
|
1300
1298
|
export { default as YCloudGlobeX } from '../icons/globe-x';
|
|
1299
|
+
// GlobeLock aliases
|
|
1300
|
+
export { default as YCloudGlobeLock } from '../icons/globe-lock';
|
|
1301
1301
|
// Globe aliases
|
|
1302
1302
|
export { default as YCloudGlobe } from '../icons/globe';
|
|
1303
1303
|
// Goal aliases
|
|
1304
1304
|
export { default as YCloudGoal } from '../icons/goal';
|
|
1305
|
-
// GraduationCap aliases
|
|
1306
|
-
export { default as YCloudGraduationCap } from '../icons/graduation-cap';
|
|
1307
1305
|
// Gpu aliases
|
|
1308
1306
|
export { default as YCloudGpu } from '../icons/gpu';
|
|
1307
|
+
// GraduationCap aliases
|
|
1308
|
+
export { default as YCloudGraduationCap } from '../icons/graduation-cap';
|
|
1309
1309
|
// Grape aliases
|
|
1310
1310
|
export { default as YCloudGrape } from '../icons/grape';
|
|
1311
1311
|
// Grid3x2 aliases
|
|
@@ -1332,18 +1332,18 @@ export { default as YCloudHandCoins } from '../icons/hand-coins';
|
|
|
1332
1332
|
export { default as YCloudHandFist } from '../icons/hand-fist';
|
|
1333
1333
|
// HandHeart aliases
|
|
1334
1334
|
export { default as YCloudHandHeart } from '../icons/hand-heart';
|
|
1335
|
-
// HandMetal aliases
|
|
1336
|
-
export { default as YCloudHandMetal } from '../icons/hand-metal';
|
|
1337
1335
|
// HandPlatter aliases
|
|
1338
1336
|
export { default as YCloudHandPlatter } from '../icons/hand-platter';
|
|
1339
|
-
//
|
|
1340
|
-
export { default as
|
|
1337
|
+
// HandMetal aliases
|
|
1338
|
+
export { default as YCloudHandMetal } from '../icons/hand-metal';
|
|
1341
1339
|
// Handbag aliases
|
|
1342
1340
|
export { default as YCloudHandbag } from '../icons/handbag';
|
|
1343
1341
|
// Handshake aliases
|
|
1344
1342
|
export { default as YCloudHandshake } from '../icons/handshake';
|
|
1345
1343
|
// HardDriveDownload aliases
|
|
1346
1344
|
export { default as YCloudHardDriveDownload } from '../icons/hard-drive-download';
|
|
1345
|
+
// Hand aliases
|
|
1346
|
+
export { default as YCloudHand } from '../icons/hand';
|
|
1347
1347
|
// HardDriveUpload aliases
|
|
1348
1348
|
export { default as YCloudHardDriveUpload } from '../icons/hard-drive-upload';
|
|
1349
1349
|
// HardDrive aliases
|
|
@@ -1356,10 +1356,10 @@ export { default as YCloudHash } from '../icons/hash';
|
|
|
1356
1356
|
export { default as YCloudHatGlasses } from '../icons/hat-glasses';
|
|
1357
1357
|
// Haze aliases
|
|
1358
1358
|
export { default as YCloudHaze } from '../icons/haze';
|
|
1359
|
-
// Hd aliases
|
|
1360
|
-
export { default as YCloudHd } from '../icons/hd';
|
|
1361
1359
|
// HdmiPort aliases
|
|
1362
1360
|
export { default as YCloudHdmiPort } from '../icons/hdmi-port';
|
|
1361
|
+
// Hd aliases
|
|
1362
|
+
export { default as YCloudHd } from '../icons/hd';
|
|
1363
1363
|
// Heading1 aliases
|
|
1364
1364
|
export { default as YCloudHeading1 } from '../icons/heading-1';
|
|
1365
1365
|
// Heading2 aliases
|
|
@@ -1374,10 +1374,10 @@ export { default as YCloudHeading5 } from '../icons/heading-5';
|
|
|
1374
1374
|
export { default as YCloudHeading6 } from '../icons/heading-6';
|
|
1375
1375
|
// Heading aliases
|
|
1376
1376
|
export { default as YCloudHeading } from '../icons/heading';
|
|
1377
|
-
// HeadphoneOff aliases
|
|
1378
|
-
export { default as YCloudHeadphoneOff } from '../icons/headphone-off';
|
|
1379
1377
|
// Headphones aliases
|
|
1380
1378
|
export { default as YCloudHeadphones } from '../icons/headphones';
|
|
1379
|
+
// HeadphoneOff aliases
|
|
1380
|
+
export { default as YCloudHeadphoneOff } from '../icons/headphone-off';
|
|
1381
1381
|
// Headset aliases
|
|
1382
1382
|
export { default as YCloudHeadset } from '../icons/headset';
|
|
1383
1383
|
// HeartCrack aliases
|
|
@@ -1422,18 +1422,18 @@ export { default as YCloudHouseHeart } from '../icons/house-heart';
|
|
|
1422
1422
|
export { default as YCloudHousePlug } from '../icons/house-plug';
|
|
1423
1423
|
// HousePlus aliases
|
|
1424
1424
|
export { default as YCloudHousePlus } from '../icons/house-plus';
|
|
1425
|
-
// IdCardLanyard aliases
|
|
1426
|
-
export { default as YCloudIdCardLanyard } from '../icons/id-card-lanyard';
|
|
1427
1425
|
// HouseWifi aliases
|
|
1428
1426
|
export { default as YCloudHouseWifi } from '../icons/house-wifi';
|
|
1427
|
+
// IdCardLanyard aliases
|
|
1428
|
+
export { default as YCloudIdCardLanyard } from '../icons/id-card-lanyard';
|
|
1429
1429
|
// ImageDown aliases
|
|
1430
1430
|
export { default as YCloudImageDown } from '../icons/image-down';
|
|
1431
|
-
// IdCard aliases
|
|
1432
|
-
export { default as YCloudIdCard } from '../icons/id-card';
|
|
1433
1431
|
// ImageMinus aliases
|
|
1434
1432
|
export { default as YCloudImageMinus } from '../icons/image-minus';
|
|
1435
1433
|
// ImageOff aliases
|
|
1436
1434
|
export { default as YCloudImageOff } from '../icons/image-off';
|
|
1435
|
+
// IdCard aliases
|
|
1436
|
+
export { default as YCloudIdCard } from '../icons/id-card';
|
|
1437
1437
|
// ImagePlay aliases
|
|
1438
1438
|
export { default as YCloudImagePlay } from '../icons/image-play';
|
|
1439
1439
|
// ImagePlus aliases
|
|
@@ -1444,10 +1444,10 @@ export { default as YCloudImageUp } from '../icons/image-up';
|
|
|
1444
1444
|
export { default as YCloudImageUpscale } from '../icons/image-upscale';
|
|
1445
1445
|
// Image aliases
|
|
1446
1446
|
export { default as YCloudImage } from '../icons/image';
|
|
1447
|
-
// Import aliases
|
|
1448
|
-
export { default as YCloudImport } from '../icons/import';
|
|
1449
1447
|
// Images aliases
|
|
1450
1448
|
export { default as YCloudImages } from '../icons/images';
|
|
1449
|
+
// Import aliases
|
|
1450
|
+
export { default as YCloudImport } from '../icons/import';
|
|
1451
1451
|
// Inbox aliases
|
|
1452
1452
|
export { default as YCloudInbox } from '../icons/inbox';
|
|
1453
1453
|
// IndianRupee aliases
|
|
@@ -1474,10 +1474,10 @@ export { default as YCloudKanban } from '../icons/kanban';
|
|
|
1474
1474
|
export { default as YCloudKayak } from '../icons/kayak';
|
|
1475
1475
|
// KeyRound aliases
|
|
1476
1476
|
export { default as YCloudKeyRound } from '../icons/key-round';
|
|
1477
|
-
// KeySquare aliases
|
|
1478
|
-
export { default as YCloudKeySquare } from '../icons/key-square';
|
|
1479
1477
|
// Key aliases
|
|
1480
1478
|
export { default as YCloudKey } from '../icons/key';
|
|
1479
|
+
// KeySquare aliases
|
|
1480
|
+
export { default as YCloudKeySquare } from '../icons/key-square';
|
|
1481
1481
|
// KeyboardMusic aliases
|
|
1482
1482
|
export { default as YCloudKeyboardMusic } from '../icons/keyboard-music';
|
|
1483
1483
|
// KeyboardOff aliases
|
|
@@ -1494,12 +1494,12 @@ export { default as YCloudLampFloor } from '../icons/lamp-floor';
|
|
|
1494
1494
|
export { default as YCloudLampWallDown } from '../icons/lamp-wall-down';
|
|
1495
1495
|
// LampWallUp aliases
|
|
1496
1496
|
export { default as YCloudLampWallUp } from '../icons/lamp-wall-up';
|
|
1497
|
-
// Lamp aliases
|
|
1498
|
-
export { default as YCloudLamp } from '../icons/lamp';
|
|
1499
|
-
// LandPlot aliases
|
|
1500
|
-
export { default as YCloudLandPlot } from '../icons/land-plot';
|
|
1501
1497
|
// Landmark aliases
|
|
1502
1498
|
export { default as YCloudLandmark } from '../icons/landmark';
|
|
1499
|
+
// LandPlot aliases
|
|
1500
|
+
export { default as YCloudLandPlot } from '../icons/land-plot';
|
|
1501
|
+
// Lamp aliases
|
|
1502
|
+
export { default as YCloudLamp } from '../icons/lamp';
|
|
1503
1503
|
// Languages aliases
|
|
1504
1504
|
export { default as YCloudLanguages } from '../icons/languages';
|
|
1505
1505
|
// LaptopMinimalCheck aliases
|
|
@@ -1518,34 +1518,34 @@ export { default as YCloudLayers2 } from '../icons/layers-2';
|
|
|
1518
1518
|
export { default as YCloudLayersMinus } from '../icons/layers-minus';
|
|
1519
1519
|
// LayersPlus aliases
|
|
1520
1520
|
export { default as YCloudLayersPlus } from '../icons/layers-plus';
|
|
1521
|
-
// LayoutDashboard aliases
|
|
1522
|
-
export { default as YCloudLayoutDashboard } from '../icons/layout-dashboard';
|
|
1523
1521
|
// LayoutGrid aliases
|
|
1524
1522
|
export { default as YCloudLayoutGrid } from '../icons/layout-grid';
|
|
1523
|
+
// LayoutDashboard aliases
|
|
1524
|
+
export { default as YCloudLayoutDashboard } from '../icons/layout-dashboard';
|
|
1525
1525
|
// LayoutList aliases
|
|
1526
1526
|
export { default as YCloudLayoutList } from '../icons/layout-list';
|
|
1527
1527
|
// LayoutPanelLeft aliases
|
|
1528
1528
|
export { default as YCloudLayoutPanelLeft } from '../icons/layout-panel-left';
|
|
1529
|
+
// LayoutTemplate aliases
|
|
1530
|
+
export { default as YCloudLayoutTemplate } from '../icons/layout-template';
|
|
1529
1531
|
// LayoutPanelTop aliases
|
|
1530
1532
|
export { default as YCloudLayoutPanelTop } from '../icons/layout-panel-top';
|
|
1531
1533
|
// Leaf aliases
|
|
1532
1534
|
export { default as YCloudLeaf } from '../icons/leaf';
|
|
1533
|
-
// LayoutTemplate aliases
|
|
1534
|
-
export { default as YCloudLayoutTemplate } from '../icons/layout-template';
|
|
1535
1535
|
// LeafyGreen aliases
|
|
1536
1536
|
export { default as YCloudLeafyGreen } from '../icons/leafy-green';
|
|
1537
|
+
// Lectern aliases
|
|
1538
|
+
export { default as YCloudLectern } from '../icons/lectern';
|
|
1537
1539
|
// LensConcave aliases
|
|
1538
1540
|
export { default as YCloudLensConcave } from '../icons/lens-concave';
|
|
1539
1541
|
// LensConvex aliases
|
|
1540
1542
|
export { default as YCloudLensConvex } from '../icons/lens-convex';
|
|
1541
|
-
// Lectern aliases
|
|
1542
|
-
export { default as YCloudLectern } from '../icons/lectern';
|
|
1543
1543
|
// LibraryBig aliases
|
|
1544
1544
|
export { default as YCloudLibraryBig } from '../icons/library-big';
|
|
1545
|
-
// LifeBuoy aliases
|
|
1546
|
-
export { default as YCloudLifeBuoy } from '../icons/life-buoy';
|
|
1547
1545
|
// Library aliases
|
|
1548
1546
|
export { default as YCloudLibrary } from '../icons/library';
|
|
1547
|
+
// LifeBuoy aliases
|
|
1548
|
+
export { default as YCloudLifeBuoy } from '../icons/life-buoy';
|
|
1549
1549
|
// Ligature aliases
|
|
1550
1550
|
export { default as YCloudLigature } from '../icons/ligature';
|
|
1551
1551
|
// LightbulbOff aliases
|
|
@@ -1560,10 +1560,10 @@ export { default as YCloudLineSquiggle } from '../icons/line-squiggle';
|
|
|
1560
1560
|
export { default as YCloudLineStyle } from '../icons/line-style';
|
|
1561
1561
|
// Link2Off aliases
|
|
1562
1562
|
export { default as YCloudLink2Off } from '../icons/link-2-off';
|
|
1563
|
-
// Link2 aliases
|
|
1564
|
-
export { default as YCloudLink2 } from '../icons/link-2';
|
|
1565
1563
|
// Link aliases
|
|
1566
1564
|
export { default as YCloudLink } from '../icons/link';
|
|
1565
|
+
// Link2 aliases
|
|
1566
|
+
export { default as YCloudLink2 } from '../icons/link-2';
|
|
1567
1567
|
// ListCheck aliases
|
|
1568
1568
|
export { default as YCloudListCheck } from '../icons/list-check';
|
|
1569
1569
|
// ListChecks aliases
|
|
@@ -1594,18 +1594,18 @@ export { default as YCloudListRestart } from '../icons/list-restart';
|
|
|
1594
1594
|
export { default as YCloudListSortAscending } from '../icons/list-sort-ascending';
|
|
1595
1595
|
// ListSortDescending aliases
|
|
1596
1596
|
export { default as YCloudListSortDescending } from '../icons/list-sort-descending';
|
|
1597
|
-
// ListTodo aliases
|
|
1598
|
-
export { default as YCloudListTodo } from '../icons/list-todo';
|
|
1599
1597
|
// ListStart aliases
|
|
1600
1598
|
export { default as YCloudListStart } from '../icons/list-start';
|
|
1599
|
+
// ListTodo aliases
|
|
1600
|
+
export { default as YCloudListTodo } from '../icons/list-todo';
|
|
1601
1601
|
// ListTree aliases
|
|
1602
1602
|
export { default as YCloudListTree } from '../icons/list-tree';
|
|
1603
1603
|
// ListVideo aliases
|
|
1604
1604
|
export { default as YCloudListVideo } from '../icons/list-video';
|
|
1605
|
-
// ListX aliases
|
|
1606
|
-
export { default as YCloudListX } from '../icons/list-x';
|
|
1607
1605
|
// List aliases
|
|
1608
1606
|
export { default as YCloudList } from '../icons/list';
|
|
1607
|
+
// ListX aliases
|
|
1608
|
+
export { default as YCloudListX } from '../icons/list-x';
|
|
1609
1609
|
// LoaderPinwheel aliases
|
|
1610
1610
|
export { default as YCloudLoaderPinwheel } from '../icons/loader-pinwheel';
|
|
1611
1611
|
// Loader aliases
|
|
@@ -1634,10 +1634,10 @@ export { default as YCloudLuggage } from '../icons/luggage';
|
|
|
1634
1634
|
export { default as YCloudMagnet } from '../icons/magnet';
|
|
1635
1635
|
// MailCheck aliases
|
|
1636
1636
|
export { default as YCloudMailCheck } from '../icons/mail-check';
|
|
1637
|
-
// MailOpen aliases
|
|
1638
|
-
export { default as YCloudMailOpen } from '../icons/mail-open';
|
|
1639
1637
|
// MailMinus aliases
|
|
1640
1638
|
export { default as YCloudMailMinus } from '../icons/mail-minus';
|
|
1639
|
+
// MailOpen aliases
|
|
1640
|
+
export { default as YCloudMailOpen } from '../icons/mail-open';
|
|
1641
1641
|
// MailPlus aliases
|
|
1642
1642
|
export { default as YCloudMailPlus } from '../icons/mail-plus';
|
|
1643
1643
|
// MailSearch aliases
|
|
@@ -1660,10 +1660,10 @@ export { default as YCloudMapPinCheckInside } from '../icons/map-pin-check-insid
|
|
|
1660
1660
|
export { default as YCloudMapPinCheck } from '../icons/map-pin-check';
|
|
1661
1661
|
// MapPinHouse aliases
|
|
1662
1662
|
export { default as YCloudMapPinHouse } from '../icons/map-pin-house';
|
|
1663
|
-
// MapPinMinusInside aliases
|
|
1664
|
-
export { default as YCloudMapPinMinusInside } from '../icons/map-pin-minus-inside';
|
|
1665
1663
|
// MapPinMinus aliases
|
|
1666
1664
|
export { default as YCloudMapPinMinus } from '../icons/map-pin-minus';
|
|
1665
|
+
// MapPinMinusInside aliases
|
|
1666
|
+
export { default as YCloudMapPinMinusInside } from '../icons/map-pin-minus-inside';
|
|
1667
1667
|
// MapPinOff aliases
|
|
1668
1668
|
export { default as YCloudMapPinOff } from '../icons/map-pin-off';
|
|
1669
1669
|
// MapPinPlusInside aliases
|
|
@@ -1676,10 +1676,10 @@ export { default as YCloudMapPinSearch } from '../icons/map-pin-search';
|
|
|
1676
1676
|
export { default as YCloudMapPinXInside } from '../icons/map-pin-x-inside';
|
|
1677
1677
|
// MapPinX aliases
|
|
1678
1678
|
export { default as YCloudMapPinX } from '../icons/map-pin-x';
|
|
1679
|
-
// MapPin aliases
|
|
1680
|
-
export { default as YCloudMapPin } from '../icons/map-pin';
|
|
1681
1679
|
// MapPinned aliases
|
|
1682
1680
|
export { default as YCloudMapPinned } from '../icons/map-pinned';
|
|
1681
|
+
// MapPin aliases
|
|
1682
|
+
export { default as YCloudMapPin } from '../icons/map-pin';
|
|
1683
1683
|
// MapPlus aliases
|
|
1684
1684
|
export { default as YCloudMapPlus } from '../icons/map-plus';
|
|
1685
1685
|
// Map aliases
|
|
@@ -1716,10 +1716,10 @@ export { default as YCloudMessageCircleCode } from '../icons/message-circle-code
|
|
|
1716
1716
|
export { default as YCloudMessageCircleDashed } from '../icons/message-circle-dashed';
|
|
1717
1717
|
// MessageCircleHeart aliases
|
|
1718
1718
|
export { default as YCloudMessageCircleHeart } from '../icons/message-circle-heart';
|
|
1719
|
-
// MessageCircleMore aliases
|
|
1720
|
-
export { default as YCloudMessageCircleMore } from '../icons/message-circle-more';
|
|
1721
1719
|
// MessageCircleOff aliases
|
|
1722
1720
|
export { default as YCloudMessageCircleOff } from '../icons/message-circle-off';
|
|
1721
|
+
// MessageCircleMore aliases
|
|
1722
|
+
export { default as YCloudMessageCircleMore } from '../icons/message-circle-more';
|
|
1723
1723
|
// MessageCirclePlus aliases
|
|
1724
1724
|
export { default as YCloudMessageCirclePlus } from '../icons/message-circle-plus';
|
|
1725
1725
|
// MessageCircleReply aliases
|
|
@@ -1732,10 +1732,10 @@ export { default as YCloudMessageCircleX } from '../icons/message-circle-x';
|
|
|
1732
1732
|
export { default as YCloudMessageCircle } from '../icons/message-circle';
|
|
1733
1733
|
// MessageSquareCheck aliases
|
|
1734
1734
|
export { default as YCloudMessageSquareCheck } from '../icons/message-square-check';
|
|
1735
|
-
// MessageSquareDashed aliases
|
|
1736
|
-
export { default as YCloudMessageSquareDashed } from '../icons/message-square-dashed';
|
|
1737
1735
|
// MessageSquareCode aliases
|
|
1738
1736
|
export { default as YCloudMessageSquareCode } from '../icons/message-square-code';
|
|
1737
|
+
// MessageSquareDashed aliases
|
|
1738
|
+
export { default as YCloudMessageSquareDashed } from '../icons/message-square-dashed';
|
|
1739
1739
|
// MessageSquareDiff aliases
|
|
1740
1740
|
export { default as YCloudMessageSquareDiff } from '../icons/message-square-diff';
|
|
1741
1741
|
// MessageSquareDot aliases
|
|
@@ -1744,16 +1744,16 @@ export { default as YCloudMessageSquareDot } from '../icons/message-square-dot';
|
|
|
1744
1744
|
export { default as YCloudMessageSquareHeart } from '../icons/message-square-heart';
|
|
1745
1745
|
// MessageSquareLock aliases
|
|
1746
1746
|
export { default as YCloudMessageSquareLock } from '../icons/message-square-lock';
|
|
1747
|
-
// MessageSquareOff aliases
|
|
1748
|
-
export { default as YCloudMessageSquareOff } from '../icons/message-square-off';
|
|
1749
1747
|
// MessageSquareMore aliases
|
|
1750
1748
|
export { default as YCloudMessageSquareMore } from '../icons/message-square-more';
|
|
1749
|
+
// MessageSquareOff aliases
|
|
1750
|
+
export { default as YCloudMessageSquareOff } from '../icons/message-square-off';
|
|
1751
1751
|
// MessageSquarePlus aliases
|
|
1752
1752
|
export { default as YCloudMessageSquarePlus } from '../icons/message-square-plus';
|
|
1753
|
-
// MessageSquareReply aliases
|
|
1754
|
-
export { default as YCloudMessageSquareReply } from '../icons/message-square-reply';
|
|
1755
1753
|
// MessageSquareQuote aliases
|
|
1756
1754
|
export { default as YCloudMessageSquareQuote } from '../icons/message-square-quote';
|
|
1755
|
+
// MessageSquareReply aliases
|
|
1756
|
+
export { default as YCloudMessageSquareReply } from '../icons/message-square-reply';
|
|
1757
1757
|
// MessageSquareShare aliases
|
|
1758
1758
|
export { default as YCloudMessageSquareShare } from '../icons/message-square-share';
|
|
1759
1759
|
// MessageSquareText aliases
|
|
@@ -1812,26 +1812,26 @@ export { default as YCloudMonitorPause } from '../icons/monitor-pause';
|
|
|
1812
1812
|
export { default as YCloudMonitorPlay } from '../icons/monitor-play';
|
|
1813
1813
|
// MonitorSmartphone aliases
|
|
1814
1814
|
export { default as YCloudMonitorSmartphone } from '../icons/monitor-smartphone';
|
|
1815
|
-
// MonitorSpeaker aliases
|
|
1816
|
-
export { default as YCloudMonitorSpeaker } from '../icons/monitor-speaker';
|
|
1817
1815
|
// MonitorStop aliases
|
|
1818
1816
|
export { default as YCloudMonitorStop } from '../icons/monitor-stop';
|
|
1817
|
+
// MonitorSpeaker aliases
|
|
1818
|
+
export { default as YCloudMonitorSpeaker } from '../icons/monitor-speaker';
|
|
1819
1819
|
// MonitorUp aliases
|
|
1820
1820
|
export { default as YCloudMonitorUp } from '../icons/monitor-up';
|
|
1821
1821
|
// MonitorX aliases
|
|
1822
1822
|
export { default as YCloudMonitorX } from '../icons/monitor-x';
|
|
1823
1823
|
// Monitor aliases
|
|
1824
1824
|
export { default as YCloudMonitor } from '../icons/monitor';
|
|
1825
|
-
// Moon aliases
|
|
1826
|
-
export { default as YCloudMoon } from '../icons/moon';
|
|
1827
1825
|
// MoonStar aliases
|
|
1828
1826
|
export { default as YCloudMoonStar } from '../icons/moon-star';
|
|
1827
|
+
// Moon aliases
|
|
1828
|
+
export { default as YCloudMoon } from '../icons/moon';
|
|
1829
1829
|
// Motorbike aliases
|
|
1830
1830
|
export { default as YCloudMotorbike } from '../icons/motorbike';
|
|
1831
|
-
// Mountain aliases
|
|
1832
|
-
export { default as YCloudMountain } from '../icons/mountain';
|
|
1833
1831
|
// MountainSnow aliases
|
|
1834
1832
|
export { default as YCloudMountainSnow } from '../icons/mountain-snow';
|
|
1833
|
+
// Mountain aliases
|
|
1834
|
+
export { default as YCloudMountain } from '../icons/mountain';
|
|
1835
1835
|
// MouseLeft aliases
|
|
1836
1836
|
export { default as YCloudMouseLeft } from '../icons/mouse-left';
|
|
1837
1837
|
// MouseOff aliases
|
|
@@ -1968,24 +1968,24 @@ export { default as YCloudPanelRightClose } from '../icons/panel-right-close';
|
|
|
1968
1968
|
export { default as YCloudPanelRightOpen } from '../icons/panel-right-open';
|
|
1969
1969
|
// PanelRight aliases
|
|
1970
1970
|
export { default as YCloudPanelRight } from '../icons/panel-right';
|
|
1971
|
-
// PanelTopBottomDashed aliases
|
|
1972
|
-
export { default as YCloudPanelTopBottomDashed } from '../icons/panel-top-bottom-dashed';
|
|
1973
1971
|
// PanelTopClose aliases
|
|
1974
1972
|
export { default as YCloudPanelTopClose } from '../icons/panel-top-close';
|
|
1975
|
-
//
|
|
1976
|
-
export { default as
|
|
1973
|
+
// PanelTopBottomDashed aliases
|
|
1974
|
+
export { default as YCloudPanelTopBottomDashed } from '../icons/panel-top-bottom-dashed';
|
|
1977
1975
|
// PanelTop aliases
|
|
1978
1976
|
export { default as YCloudPanelTop } from '../icons/panel-top';
|
|
1977
|
+
// PanelTopOpen aliases
|
|
1978
|
+
export { default as YCloudPanelTopOpen } from '../icons/panel-top-open';
|
|
1979
1979
|
// PanelsLeftBottom aliases
|
|
1980
1980
|
export { default as YCloudPanelsLeftBottom } from '../icons/panels-left-bottom';
|
|
1981
1981
|
// PanelsRightBottom aliases
|
|
1982
1982
|
export { default as YCloudPanelsRightBottom } from '../icons/panels-right-bottom';
|
|
1983
1983
|
// Paperclip aliases
|
|
1984
1984
|
export { default as YCloudPaperclip } from '../icons/paperclip';
|
|
1985
|
-
// Parasol aliases
|
|
1986
|
-
export { default as YCloudParasol } from '../icons/parasol';
|
|
1987
1985
|
// Parentheses aliases
|
|
1988
1986
|
export { default as YCloudParentheses } from '../icons/parentheses';
|
|
1987
|
+
// Parasol aliases
|
|
1988
|
+
export { default as YCloudParasol } from '../icons/parasol';
|
|
1989
1989
|
// ParkingMeter aliases
|
|
1990
1990
|
export { default as YCloudParkingMeter } from '../icons/parking-meter';
|
|
1991
1991
|
// PartyPopper aliases
|
|
@@ -2010,10 +2010,10 @@ export { default as YCloudPencilRuler } from '../icons/pencil-ruler';
|
|
|
2010
2010
|
export { default as YCloudPencilSparkles } from '../icons/pencil-sparkles';
|
|
2011
2011
|
// Pencil aliases
|
|
2012
2012
|
export { default as YCloudPencil } from '../icons/pencil';
|
|
2013
|
-
// Pentagon aliases
|
|
2014
|
-
export { default as YCloudPentagon } from '../icons/pentagon';
|
|
2015
2013
|
// Percent aliases
|
|
2016
2014
|
export { default as YCloudPercent } from '../icons/percent';
|
|
2015
|
+
// Pentagon aliases
|
|
2016
|
+
export { default as YCloudPentagon } from '../icons/pentagon';
|
|
2017
2017
|
// PersonStanding aliases
|
|
2018
2018
|
export { default as YCloudPersonStanding } from '../icons/person-standing';
|
|
2019
2019
|
// PhilippinePeso aliases
|
|
@@ -2038,10 +2038,10 @@ export { default as YCloudPi } from '../icons/pi';
|
|
|
2038
2038
|
export { default as YCloudPiano } from '../icons/piano';
|
|
2039
2039
|
// Pickaxe aliases
|
|
2040
2040
|
export { default as YCloudPickaxe } from '../icons/pickaxe';
|
|
2041
|
-
// PictureInPicture aliases
|
|
2042
|
-
export { default as YCloudPictureInPicture } from '../icons/picture-in-picture';
|
|
2043
2041
|
// PictureInPicture2 aliases
|
|
2044
2042
|
export { default as YCloudPictureInPicture2 } from '../icons/picture-in-picture-2';
|
|
2043
|
+
// PictureInPicture aliases
|
|
2044
|
+
export { default as YCloudPictureInPicture } from '../icons/picture-in-picture';
|
|
2045
2045
|
// PiggyBank aliases
|
|
2046
2046
|
export { default as YCloudPiggyBank } from '../icons/piggy-bank';
|
|
2047
2047
|
// PilcrowLeft aliases
|
|
@@ -2084,10 +2084,10 @@ export { default as YCloudPocketKnife } from '../icons/pocket-knife';
|
|
|
2084
2084
|
export { default as YCloudPodcast } from '../icons/podcast';
|
|
2085
2085
|
// Podium aliases
|
|
2086
2086
|
export { default as YCloudPodium } from '../icons/podium';
|
|
2087
|
-
// Pointer aliases
|
|
2088
|
-
export { default as YCloudPointer } from '../icons/pointer';
|
|
2089
2087
|
// PointerOff aliases
|
|
2090
2088
|
export { default as YCloudPointerOff } from '../icons/pointer-off';
|
|
2089
|
+
// Pointer aliases
|
|
2090
|
+
export { default as YCloudPointer } from '../icons/pointer';
|
|
2091
2091
|
// Popcorn aliases
|
|
2092
2092
|
export { default as YCloudPopcorn } from '../icons/popcorn';
|
|
2093
2093
|
// Popsicle aliases
|
|
@@ -2150,28 +2150,28 @@ export { default as YCloudReceiptEuro } from '../icons/receipt-euro';
|
|
|
2150
2150
|
export { default as YCloudReceiptIndianRupee } from '../icons/receipt-indian-rupee';
|
|
2151
2151
|
// ReceiptJapaneseYen aliases
|
|
2152
2152
|
export { default as YCloudReceiptJapaneseYen } from '../icons/receipt-japanese-yen';
|
|
2153
|
-
// ReceiptRussianRuble aliases
|
|
2154
|
-
export { default as YCloudReceiptRussianRuble } from '../icons/receipt-russian-ruble';
|
|
2155
2153
|
// ReceiptPoundSterling aliases
|
|
2156
2154
|
export { default as YCloudReceiptPoundSterling } from '../icons/receipt-pound-sterling';
|
|
2155
|
+
// ReceiptRussianRuble aliases
|
|
2156
|
+
export { default as YCloudReceiptRussianRuble } from '../icons/receipt-russian-ruble';
|
|
2157
2157
|
// ReceiptSwissFranc aliases
|
|
2158
2158
|
export { default as YCloudReceiptSwissFranc } from '../icons/receipt-swiss-franc';
|
|
2159
|
-
// ReceiptTurkishLira aliases
|
|
2160
|
-
export { default as YCloudReceiptTurkishLira } from '../icons/receipt-turkish-lira';
|
|
2161
2159
|
// ReceiptText aliases
|
|
2162
2160
|
export { default as YCloudReceiptText } from '../icons/receipt-text';
|
|
2161
|
+
// ReceiptTurkishLira aliases
|
|
2162
|
+
export { default as YCloudReceiptTurkishLira } from '../icons/receipt-turkish-lira';
|
|
2163
2163
|
// Receipt aliases
|
|
2164
2164
|
export { default as YCloudReceipt } from '../icons/receipt';
|
|
2165
2165
|
// RectangleCircle aliases
|
|
2166
2166
|
export { default as YCloudRectangleCircle } from '../icons/rectangle-circle';
|
|
2167
|
-
// RectangleHorizontal aliases
|
|
2168
|
-
export { default as YCloudRectangleHorizontal } from '../icons/rectangle-horizontal';
|
|
2169
|
-
// RectangleVertical aliases
|
|
2170
|
-
export { default as YCloudRectangleVertical } from '../icons/rectangle-vertical';
|
|
2171
2167
|
// RectangleGoggles aliases
|
|
2172
2168
|
export { default as YCloudRectangleGoggles } from '../icons/rectangle-goggles';
|
|
2169
|
+
// RectangleHorizontal aliases
|
|
2170
|
+
export { default as YCloudRectangleHorizontal } from '../icons/rectangle-horizontal';
|
|
2173
2171
|
// Recycle aliases
|
|
2174
2172
|
export { default as YCloudRecycle } from '../icons/recycle';
|
|
2173
|
+
// RectangleVertical aliases
|
|
2174
|
+
export { default as YCloudRectangleVertical } from '../icons/rectangle-vertical';
|
|
2175
2175
|
// Redo2 aliases
|
|
2176
2176
|
export { default as YCloudRedo2 } from '../icons/redo-2';
|
|
2177
2177
|
// RedoDot aliases
|
|
@@ -2180,16 +2180,16 @@ export { default as YCloudRedoDot } from '../icons/redo-dot';
|
|
|
2180
2180
|
export { default as YCloudRedo } from '../icons/redo';
|
|
2181
2181
|
// RefreshCcwDot aliases
|
|
2182
2182
|
export { default as YCloudRefreshCcwDot } from '../icons/refresh-ccw-dot';
|
|
2183
|
-
// RefreshCwOff aliases
|
|
2184
|
-
export { default as YCloudRefreshCwOff } from '../icons/refresh-cw-off';
|
|
2185
2183
|
// RefreshCcw aliases
|
|
2186
2184
|
export { default as YCloudRefreshCcw } from '../icons/refresh-ccw';
|
|
2185
|
+
// RefreshCwOff aliases
|
|
2186
|
+
export { default as YCloudRefreshCwOff } from '../icons/refresh-cw-off';
|
|
2187
2187
|
// RefreshCw aliases
|
|
2188
2188
|
export { default as YCloudRefreshCw } from '../icons/refresh-cw';
|
|
2189
|
-
// Regex aliases
|
|
2190
|
-
export { default as YCloudRegex } from '../icons/regex';
|
|
2191
2189
|
// Refrigerator aliases
|
|
2192
2190
|
export { default as YCloudRefrigerator } from '../icons/refrigerator';
|
|
2191
|
+
// Regex aliases
|
|
2192
|
+
export { default as YCloudRegex } from '../icons/regex';
|
|
2193
2193
|
// RemoveFormatting aliases
|
|
2194
2194
|
export { default as YCloudRemoveFormatting } from '../icons/remove-formatting';
|
|
2195
2195
|
// Repeat1 aliases
|
|
@@ -2208,10 +2208,10 @@ export { default as YCloudReplace } from '../icons/replace';
|
|
|
2208
2208
|
export { default as YCloudReplyAll } from '../icons/reply-all';
|
|
2209
2209
|
// Reply aliases
|
|
2210
2210
|
export { default as YCloudReply } from '../icons/reply';
|
|
2211
|
-
// Rewind aliases
|
|
2212
|
-
export { default as YCloudRewind } from '../icons/rewind';
|
|
2213
2211
|
// Ribbon aliases
|
|
2214
2212
|
export { default as YCloudRibbon } from '../icons/ribbon';
|
|
2213
|
+
// Rewind aliases
|
|
2214
|
+
export { default as YCloudRewind } from '../icons/rewind';
|
|
2215
2215
|
// Road aliases
|
|
2216
2216
|
export { default as YCloudRoad } from '../icons/road';
|
|
2217
2217
|
// Rocket aliases
|
|
@@ -2222,10 +2222,10 @@ export { default as YCloudRockingChair } from '../icons/rocking-chair';
|
|
|
2222
2222
|
export { default as YCloudRollerCoaster } from '../icons/roller-coaster';
|
|
2223
2223
|
// Rose aliases
|
|
2224
2224
|
export { default as YCloudRose } from '../icons/rose';
|
|
2225
|
-
// RotateCcwKey aliases
|
|
2226
|
-
export { default as YCloudRotateCcwKey } from '../icons/rotate-ccw-key';
|
|
2227
2225
|
// RotateCcwSquare aliases
|
|
2228
2226
|
export { default as YCloudRotateCcwSquare } from '../icons/rotate-ccw-square';
|
|
2227
|
+
// RotateCcwKey aliases
|
|
2228
|
+
export { default as YCloudRotateCcwKey } from '../icons/rotate-ccw-key';
|
|
2229
2229
|
// RotateCcw aliases
|
|
2230
2230
|
export { default as YCloudRotateCcw } from '../icons/rotate-ccw';
|
|
2231
2231
|
// RotateCwSquare aliases
|
|
@@ -2234,10 +2234,10 @@ export { default as YCloudRotateCwSquare } from '../icons/rotate-cw-square';
|
|
|
2234
2234
|
export { default as YCloudRotateCw } from '../icons/rotate-cw';
|
|
2235
2235
|
// RouteOff aliases
|
|
2236
2236
|
export { default as YCloudRouteOff } from '../icons/route-off';
|
|
2237
|
-
// Route aliases
|
|
2238
|
-
export { default as YCloudRoute } from '../icons/route';
|
|
2239
2237
|
// Router aliases
|
|
2240
2238
|
export { default as YCloudRouter } from '../icons/router';
|
|
2239
|
+
// Route aliases
|
|
2240
|
+
export { default as YCloudRoute } from '../icons/route';
|
|
2241
2241
|
// Rows4 aliases
|
|
2242
2242
|
export { default as YCloudRows4 } from '../icons/rows-4';
|
|
2243
2243
|
// Rss aliases
|
|
@@ -2258,10 +2258,10 @@ export { default as YCloudSandwich } from '../icons/sandwich';
|
|
|
2258
2258
|
export { default as YCloudSatelliteDish } from '../icons/satellite-dish';
|
|
2259
2259
|
// Satellite aliases
|
|
2260
2260
|
export { default as YCloudSatellite } from '../icons/satellite';
|
|
2261
|
-
// SaudiRiyal aliases
|
|
2262
|
-
export { default as YCloudSaudiRiyal } from '../icons/saudi-riyal';
|
|
2263
2261
|
// SaveAll aliases
|
|
2264
2262
|
export { default as YCloudSaveAll } from '../icons/save-all';
|
|
2263
|
+
// SaudiRiyal aliases
|
|
2264
|
+
export { default as YCloudSaudiRiyal } from '../icons/saudi-riyal';
|
|
2265
2265
|
// SaveCheck aliases
|
|
2266
2266
|
export { default as YCloudSaveCheck } from '../icons/save-check';
|
|
2267
2267
|
// SaveOff aliases
|
|
@@ -2286,10 +2286,10 @@ export { default as YCloudScanFace } from '../icons/scan-face';
|
|
|
2286
2286
|
export { default as YCloudScanHeart } from '../icons/scan-heart';
|
|
2287
2287
|
// ScanLine aliases
|
|
2288
2288
|
export { default as YCloudScanLine } from '../icons/scan-line';
|
|
2289
|
-
// ScanQrCode aliases
|
|
2290
|
-
export { default as YCloudScanQrCode } from '../icons/scan-qr-code';
|
|
2291
2289
|
// ScanSearch aliases
|
|
2292
2290
|
export { default as YCloudScanSearch } from '../icons/scan-search';
|
|
2291
|
+
// ScanQrCode aliases
|
|
2292
|
+
export { default as YCloudScanQrCode } from '../icons/scan-qr-code';
|
|
2293
2293
|
// ScanText aliases
|
|
2294
2294
|
export { default as YCloudScanText } from '../icons/scan-text';
|
|
2295
2295
|
// Scan aliases
|
|
@@ -2302,12 +2302,12 @@ export { default as YCloudScissorsLineDashed } from '../icons/scissors-line-dash
|
|
|
2302
2302
|
export { default as YCloudScissors } from '../icons/scissors';
|
|
2303
2303
|
// Scooter aliases
|
|
2304
2304
|
export { default as YCloudScooter } from '../icons/scooter';
|
|
2305
|
+
// ScreenShare aliases
|
|
2306
|
+
export { default as YCloudScreenShare } from '../icons/screen-share';
|
|
2305
2307
|
// ScreenShareOff aliases
|
|
2306
2308
|
export { default as YCloudScreenShareOff } from '../icons/screen-share-off';
|
|
2307
2309
|
// ScrollText aliases
|
|
2308
2310
|
export { default as YCloudScrollText } from '../icons/scroll-text';
|
|
2309
|
-
// ScreenShare aliases
|
|
2310
|
-
export { default as YCloudScreenShare } from '../icons/screen-share';
|
|
2311
2311
|
// Scroll aliases
|
|
2312
2312
|
export { default as YCloudScroll } from '../icons/scroll';
|
|
2313
2313
|
// SearchAlert aliases
|
|
@@ -2328,10 +2328,10 @@ export { default as YCloudSection } from '../icons/section';
|
|
|
2328
2328
|
export { default as YCloudSendToBack } from '../icons/send-to-back';
|
|
2329
2329
|
// Send aliases
|
|
2330
2330
|
export { default as YCloudSend } from '../icons/send';
|
|
2331
|
-
// SeparatorVertical aliases
|
|
2332
|
-
export { default as YCloudSeparatorVertical } from '../icons/separator-vertical';
|
|
2333
2331
|
// SeparatorHorizontal aliases
|
|
2334
2332
|
export { default as YCloudSeparatorHorizontal } from '../icons/separator-horizontal';
|
|
2333
|
+
// SeparatorVertical aliases
|
|
2334
|
+
export { default as YCloudSeparatorVertical } from '../icons/separator-vertical';
|
|
2335
2335
|
// ServerCog aliases
|
|
2336
2336
|
export { default as YCloudServerCog } from '../icons/server-cog';
|
|
2337
2337
|
// ServerCrash aliases
|
|
@@ -2346,10 +2346,10 @@ export { default as YCloudSettings2 } from '../icons/settings-2';
|
|
|
2346
2346
|
export { default as YCloudSettings } from '../icons/settings';
|
|
2347
2347
|
// Shapes aliases
|
|
2348
2348
|
export { default as YCloudShapes } from '../icons/shapes';
|
|
2349
|
-
// Share aliases
|
|
2350
|
-
export { default as YCloudShare } from '../icons/share';
|
|
2351
2349
|
// Share2 aliases
|
|
2352
2350
|
export { default as YCloudShare2 } from '../icons/share-2';
|
|
2351
|
+
// Share aliases
|
|
2352
|
+
export { default as YCloudShare } from '../icons/share';
|
|
2353
2353
|
// Sheet aliases
|
|
2354
2354
|
export { default as YCloudSheet } from '../icons/sheet';
|
|
2355
2355
|
// Shell aliases
|
|
@@ -2366,12 +2366,12 @@ export { default as YCloudShieldCheck } from '../icons/shield-check';
|
|
|
2366
2366
|
export { default as YCloudShieldCogCorner } from '../icons/shield-cog-corner';
|
|
2367
2367
|
// ShieldCog aliases
|
|
2368
2368
|
export { default as YCloudShieldCog } from '../icons/shield-cog';
|
|
2369
|
-
// ShieldEllipsis aliases
|
|
2370
|
-
export { default as YCloudShieldEllipsis } from '../icons/shield-ellipsis';
|
|
2371
2369
|
// ShieldHalf aliases
|
|
2372
2370
|
export { default as YCloudShieldHalf } from '../icons/shield-half';
|
|
2373
2371
|
// ShieldMinus aliases
|
|
2374
2372
|
export { default as YCloudShieldMinus } from '../icons/shield-minus';
|
|
2373
|
+
// ShieldEllipsis aliases
|
|
2374
|
+
export { default as YCloudShieldEllipsis } from '../icons/shield-ellipsis';
|
|
2375
2375
|
// ShieldOff aliases
|
|
2376
2376
|
export { default as YCloudShieldOff } from '../icons/shield-off';
|
|
2377
2377
|
// ShieldPlus aliases
|
|
@@ -2386,10 +2386,10 @@ export { default as YCloudShipWheel } from '../icons/ship-wheel';
|
|
|
2386
2386
|
export { default as YCloudShip } from '../icons/ship';
|
|
2387
2387
|
// Shirt aliases
|
|
2388
2388
|
export { default as YCloudShirt } from '../icons/shirt';
|
|
2389
|
-
// ShoppingBag aliases
|
|
2390
|
-
export { default as YCloudShoppingBag } from '../icons/shopping-bag';
|
|
2391
2389
|
// ShoppingBasket aliases
|
|
2392
2390
|
export { default as YCloudShoppingBasket } from '../icons/shopping-basket';
|
|
2391
|
+
// ShoppingBag aliases
|
|
2392
|
+
export { default as YCloudShoppingBag } from '../icons/shopping-bag';
|
|
2393
2393
|
// ShoppingCart aliases
|
|
2394
2394
|
export { default as YCloudShoppingCart } from '../icons/shopping-cart';
|
|
2395
2395
|
// Shovel aliases
|
|
@@ -2402,10 +2402,10 @@ export { default as YCloudShredder } from '../icons/shredder';
|
|
|
2402
2402
|
export { default as YCloudShrimp } from '../icons/shrimp';
|
|
2403
2403
|
// Shrink aliases
|
|
2404
2404
|
export { default as YCloudShrink } from '../icons/shrink';
|
|
2405
|
-
// Shrub aliases
|
|
2406
|
-
export { default as YCloudShrub } from '../icons/shrub';
|
|
2407
2405
|
// Shuffle aliases
|
|
2408
2406
|
export { default as YCloudShuffle } from '../icons/shuffle';
|
|
2407
|
+
// Shrub aliases
|
|
2408
|
+
export { default as YCloudShrub } from '../icons/shrub';
|
|
2409
2409
|
// Sigma aliases
|
|
2410
2410
|
export { default as YCloudSigma } from '../icons/sigma';
|
|
2411
2411
|
// SignalHigh aliases
|
|
@@ -2422,10 +2422,10 @@ export { default as YCloudSignal } from '../icons/signal';
|
|
|
2422
2422
|
export { default as YCloudSignature } from '../icons/signature';
|
|
2423
2423
|
// SignpostBig aliases
|
|
2424
2424
|
export { default as YCloudSignpostBig } from '../icons/signpost-big';
|
|
2425
|
-
// Signpost aliases
|
|
2426
|
-
export { default as YCloudSignpost } from '../icons/signpost';
|
|
2427
2425
|
// Siren aliases
|
|
2428
2426
|
export { default as YCloudSiren } from '../icons/siren';
|
|
2427
|
+
// Signpost aliases
|
|
2428
|
+
export { default as YCloudSignpost } from '../icons/signpost';
|
|
2429
2429
|
// SkipBack aliases
|
|
2430
2430
|
export { default as YCloudSkipBack } from '../icons/skip-back';
|
|
2431
2431
|
// SkipForward aliases
|
|
@@ -2450,10 +2450,10 @@ export { default as YCloudSmilePlus } from '../icons/smile-plus';
|
|
|
2450
2450
|
export { default as YCloudSmile } from '../icons/smile';
|
|
2451
2451
|
// Snail aliases
|
|
2452
2452
|
export { default as YCloudSnail } from '../icons/snail';
|
|
2453
|
-
// Snowflake aliases
|
|
2454
|
-
export { default as YCloudSnowflake } from '../icons/snowflake';
|
|
2455
2453
|
// SoapDispenserDroplet aliases
|
|
2456
2454
|
export { default as YCloudSoapDispenserDroplet } from '../icons/soap-dispenser-droplet';
|
|
2455
|
+
// Snowflake aliases
|
|
2456
|
+
export { default as YCloudSnowflake } from '../icons/snowflake';
|
|
2457
2457
|
// Sofa aliases
|
|
2458
2458
|
export { default as YCloudSofa } from '../icons/sofa';
|
|
2459
2459
|
// SolarPanel aliases
|
|
@@ -2494,26 +2494,26 @@ export { default as YCloudSprout } from '../icons/sprout';
|
|
|
2494
2494
|
export { default as YCloudSquareArrowRightEnter } from '../icons/square-arrow-right-enter';
|
|
2495
2495
|
// SquareArrowRightExit aliases
|
|
2496
2496
|
export { default as YCloudSquareArrowRightExit } from '../icons/square-arrow-right-exit';
|
|
2497
|
-
// SquareDashedBottomCode aliases
|
|
2498
|
-
export { default as YCloudSquareDashedBottomCode } from '../icons/square-dashed-bottom-code';
|
|
2499
2497
|
// SquareDashedBottom aliases
|
|
2500
2498
|
export { default as YCloudSquareDashedBottom } from '../icons/square-dashed-bottom';
|
|
2499
|
+
// SquareDashedBottomCode aliases
|
|
2500
|
+
export { default as YCloudSquareDashedBottomCode } from '../icons/square-dashed-bottom-code';
|
|
2501
2501
|
// SquareDashedTopSolid aliases
|
|
2502
2502
|
export { default as YCloudSquareDashedTopSolid } from '../icons/square-dashed-top-solid';
|
|
2503
2503
|
// SquarePause aliases
|
|
2504
2504
|
export { default as YCloudSquarePause } from '../icons/square-pause';
|
|
2505
|
-
// SquareRoundCorner aliases
|
|
2506
|
-
export { default as YCloudSquareRoundCorner } from '../icons/square-round-corner';
|
|
2507
2505
|
// SquareRadical aliases
|
|
2508
2506
|
export { default as YCloudSquareRadical } from '../icons/square-radical';
|
|
2507
|
+
// SquareRoundCorner aliases
|
|
2508
|
+
export { default as YCloudSquareRoundCorner } from '../icons/square-round-corner';
|
|
2509
2509
|
// SquareSquare aliases
|
|
2510
2510
|
export { default as YCloudSquareSquare } from '../icons/square-square';
|
|
2511
2511
|
// SquareStack aliases
|
|
2512
2512
|
export { default as YCloudSquareStack } from '../icons/square-stack';
|
|
2513
|
-
// SquareStar aliases
|
|
2514
|
-
export { default as YCloudSquareStar } from '../icons/square-star';
|
|
2515
2513
|
// SquareStop aliases
|
|
2516
2514
|
export { default as YCloudSquareStop } from '../icons/square-stop';
|
|
2515
|
+
// SquareStar aliases
|
|
2516
|
+
export { default as YCloudSquareStar } from '../icons/square-star';
|
|
2517
2517
|
// Square aliases
|
|
2518
2518
|
export { default as YCloudSquare } from '../icons/square';
|
|
2519
2519
|
// SquaresExclude aliases
|
|
@@ -2532,16 +2532,16 @@ export { default as YCloudSquircle } from '../icons/squircle';
|
|
|
2532
2532
|
export { default as YCloudSquirrel } from '../icons/squirrel';
|
|
2533
2533
|
// Stamp aliases
|
|
2534
2534
|
export { default as YCloudStamp } from '../icons/stamp';
|
|
2535
|
-
// StarCheck aliases
|
|
2536
|
-
export { default as YCloudStarCheck } from '../icons/star-check';
|
|
2537
2535
|
// StarHalf aliases
|
|
2538
2536
|
export { default as YCloudStarHalf } from '../icons/star-half';
|
|
2537
|
+
// StarCheck aliases
|
|
2538
|
+
export { default as YCloudStarCheck } from '../icons/star-check';
|
|
2539
2539
|
// StarMinus aliases
|
|
2540
2540
|
export { default as YCloudStarMinus } from '../icons/star-minus';
|
|
2541
|
-
// StarPlus aliases
|
|
2542
|
-
export { default as YCloudStarPlus } from '../icons/star-plus';
|
|
2543
2541
|
// StarOff aliases
|
|
2544
2542
|
export { default as YCloudStarOff } from '../icons/star-off';
|
|
2543
|
+
// StarPlus aliases
|
|
2544
|
+
export { default as YCloudStarPlus } from '../icons/star-plus';
|
|
2545
2545
|
// StarX aliases
|
|
2546
2546
|
export { default as YCloudStarX } from '../icons/star-x';
|
|
2547
2547
|
// Star aliases
|
|
@@ -2700,24 +2700,24 @@ export { default as YCloudTicketSlash } from '../icons/ticket-slash';
|
|
|
2700
2700
|
export { default as YCloudTicketX } from '../icons/ticket-x';
|
|
2701
2701
|
// Ticket aliases
|
|
2702
2702
|
export { default as YCloudTicket } from '../icons/ticket';
|
|
2703
|
-
// TicketsPlane aliases
|
|
2704
|
-
export { default as YCloudTicketsPlane } from '../icons/tickets-plane';
|
|
2705
2703
|
// Tickets aliases
|
|
2706
2704
|
export { default as YCloudTickets } from '../icons/tickets';
|
|
2705
|
+
// TicketsPlane aliases
|
|
2706
|
+
export { default as YCloudTicketsPlane } from '../icons/tickets-plane';
|
|
2707
2707
|
// Timeline aliases
|
|
2708
2708
|
export { default as YCloudTimeline } from '../icons/timeline';
|
|
2709
2709
|
// TimerOff aliases
|
|
2710
2710
|
export { default as YCloudTimerOff } from '../icons/timer-off';
|
|
2711
|
-
// TimerReset aliases
|
|
2712
|
-
export { default as YCloudTimerReset } from '../icons/timer-reset';
|
|
2713
2711
|
// Timer aliases
|
|
2714
2712
|
export { default as YCloudTimer } from '../icons/timer';
|
|
2713
|
+
// TimerReset aliases
|
|
2714
|
+
export { default as YCloudTimerReset } from '../icons/timer-reset';
|
|
2715
2715
|
// ToggleLeft aliases
|
|
2716
2716
|
export { default as YCloudToggleLeft } from '../icons/toggle-left';
|
|
2717
|
-
// ToggleRight aliases
|
|
2718
|
-
export { default as YCloudToggleRight } from '../icons/toggle-right';
|
|
2719
2717
|
// Toilet aliases
|
|
2720
2718
|
export { default as YCloudToilet } from '../icons/toilet';
|
|
2719
|
+
// ToggleRight aliases
|
|
2720
|
+
export { default as YCloudToggleRight } from '../icons/toggle-right';
|
|
2721
2721
|
// ToolCase aliases
|
|
2722
2722
|
export { default as YCloudToolCase } from '../icons/tool-case';
|
|
2723
2723
|
// Toolbox aliases
|
|
@@ -2734,10 +2734,10 @@ export { default as YCloudTouchpad } from '../icons/touchpad';
|
|
|
2734
2734
|
export { default as YCloudTowelRack } from '../icons/towel-rack';
|
|
2735
2735
|
// TowerControl aliases
|
|
2736
2736
|
export { default as YCloudTowerControl } from '../icons/tower-control';
|
|
2737
|
-
// ToyBrick aliases
|
|
2738
|
-
export { default as YCloudToyBrick } from '../icons/toy-brick';
|
|
2739
2737
|
// Tractor aliases
|
|
2740
2738
|
export { default as YCloudTractor } from '../icons/tractor';
|
|
2739
|
+
// ToyBrick aliases
|
|
2740
|
+
export { default as YCloudToyBrick } from '../icons/toy-brick';
|
|
2741
2741
|
// TrafficCone aliases
|
|
2742
2742
|
export { default as YCloudTrafficCone } from '../icons/traffic-cone';
|
|
2743
2743
|
// TrainFrontTunnel aliases
|
|
@@ -2772,10 +2772,10 @@ export { default as YCloudTriangleRight } from '../icons/triangle-right';
|
|
|
2772
2772
|
export { default as YCloudTriangle } from '../icons/triangle';
|
|
2773
2773
|
// Trophy aliases
|
|
2774
2774
|
export { default as YCloudTrophy } from '../icons/trophy';
|
|
2775
|
-
// TruckElectric aliases
|
|
2776
|
-
export { default as YCloudTruckElectric } from '../icons/truck-electric';
|
|
2777
2775
|
// Truck aliases
|
|
2778
2776
|
export { default as YCloudTruck } from '../icons/truck';
|
|
2777
|
+
// TruckElectric aliases
|
|
2778
|
+
export { default as YCloudTruckElectric } from '../icons/truck-electric';
|
|
2779
2779
|
// TurkishLira aliases
|
|
2780
2780
|
export { default as YCloudTurkishLira } from '../icons/turkish-lira';
|
|
2781
2781
|
// Turntable aliases
|
|
@@ -2804,10 +2804,10 @@ export { default as YCloudUndoDot } from '../icons/undo-dot';
|
|
|
2804
2804
|
export { default as YCloudUndo } from '../icons/undo';
|
|
2805
2805
|
// UnfoldHorizontal aliases
|
|
2806
2806
|
export { default as YCloudUnfoldHorizontal } from '../icons/unfold-horizontal';
|
|
2807
|
-
// Ungroup aliases
|
|
2808
|
-
export { default as YCloudUngroup } from '../icons/ungroup';
|
|
2809
2807
|
// UnfoldVertical aliases
|
|
2810
2808
|
export { default as YCloudUnfoldVertical } from '../icons/unfold-vertical';
|
|
2809
|
+
// Ungroup aliases
|
|
2810
|
+
export { default as YCloudUngroup } from '../icons/ungroup';
|
|
2811
2811
|
// Unlink2 aliases
|
|
2812
2812
|
export { default as YCloudUnlink2 } from '../icons/unlink-2';
|
|
2813
2813
|
// Unlink aliases
|
|
@@ -2830,10 +2830,10 @@ export { default as YCloudUserLock } from '../icons/user-lock';
|
|
|
2830
2830
|
export { default as YCloudUserMinus } from '../icons/user-minus';
|
|
2831
2831
|
// UserPen aliases
|
|
2832
2832
|
export { default as YCloudUserPen } from '../icons/user-pen';
|
|
2833
|
-
// UserRoundArrowLeft aliases
|
|
2834
|
-
export { default as YCloudUserRoundArrowLeft } from '../icons/user-round-arrow-left';
|
|
2835
2833
|
// UserPlus aliases
|
|
2836
2834
|
export { default as YCloudUserPlus } from '../icons/user-plus';
|
|
2835
|
+
// UserRoundArrowLeft aliases
|
|
2836
|
+
export { default as YCloudUserRoundArrowLeft } from '../icons/user-round-arrow-left';
|
|
2837
2837
|
// UserRoundKey aliases
|
|
2838
2838
|
export { default as YCloudUserRoundKey } from '../icons/user-round-key';
|
|
2839
2839
|
// UserRoundPen aliases
|
|
@@ -2864,10 +2864,10 @@ export { default as YCloudVectorSquare } from '../icons/vector-square';
|
|
|
2864
2864
|
export { default as YCloudVegan } from '../icons/vegan';
|
|
2865
2865
|
// VenetianMask aliases
|
|
2866
2866
|
export { default as YCloudVenetianMask } from '../icons/venetian-mask';
|
|
2867
|
-
// VenusAndMars aliases
|
|
2868
|
-
export { default as YCloudVenusAndMars } from '../icons/venus-and-mars';
|
|
2869
2867
|
// Venus aliases
|
|
2870
2868
|
export { default as YCloudVenus } from '../icons/venus';
|
|
2869
|
+
// VenusAndMars aliases
|
|
2870
|
+
export { default as YCloudVenusAndMars } from '../icons/venus-and-mars';
|
|
2871
2871
|
// VibrateOff aliases
|
|
2872
2872
|
export { default as YCloudVibrateOff } from '../icons/vibrate-off';
|
|
2873
2873
|
// Vibrate aliases
|
|
@@ -2894,12 +2894,12 @@ export { default as YCloudVolumeOff } from '../icons/volume-off';
|
|
|
2894
2894
|
export { default as YCloudVolumeX } from '../icons/volume-x';
|
|
2895
2895
|
// Volume aliases
|
|
2896
2896
|
export { default as YCloudVolume } from '../icons/volume';
|
|
2897
|
-
// Vote aliases
|
|
2898
|
-
export { default as YCloudVote } from '../icons/vote';
|
|
2899
2897
|
// WalletCards aliases
|
|
2900
2898
|
export { default as YCloudWalletCards } from '../icons/wallet-cards';
|
|
2901
2899
|
// Wallet aliases
|
|
2902
2900
|
export { default as YCloudWallet } from '../icons/wallet';
|
|
2901
|
+
// Vote aliases
|
|
2902
|
+
export { default as YCloudVote } from '../icons/vote';
|
|
2903
2903
|
// Wallpaper aliases
|
|
2904
2904
|
export { default as YCloudWallpaper } from '../icons/wallpaper';
|
|
2905
2905
|
// Wand aliases
|
|
@@ -2914,10 +2914,10 @@ export { default as YCloudWatch } from '../icons/watch';
|
|
|
2914
2914
|
export { default as YCloudWavesArrowDown } from '../icons/waves-arrow-down';
|
|
2915
2915
|
// WavesArrowUp aliases
|
|
2916
2916
|
export { default as YCloudWavesArrowUp } from '../icons/waves-arrow-up';
|
|
2917
|
-
// WavesLadder aliases
|
|
2918
|
-
export { default as YCloudWavesLadder } from '../icons/waves-ladder';
|
|
2919
2917
|
// WavesVertical aliases
|
|
2920
2918
|
export { default as YCloudWavesVertical } from '../icons/waves-vertical';
|
|
2919
|
+
// WavesLadder aliases
|
|
2920
|
+
export { default as YCloudWavesLadder } from '../icons/waves-ladder';
|
|
2921
2921
|
// Waypoints aliases
|
|
2922
2922
|
export { default as YCloudWaypoints } from '../icons/waypoints';
|
|
2923
2923
|
// WebcamOff aliases
|
|
@@ -2944,10 +2944,10 @@ export { default as YCloudWifiCog } from '../icons/wifi-cog';
|
|
|
2944
2944
|
export { default as YCloudWifiHigh } from '../icons/wifi-high';
|
|
2945
2945
|
// WifiLow aliases
|
|
2946
2946
|
export { default as YCloudWifiLow } from '../icons/wifi-low';
|
|
2947
|
-
// WifiOff aliases
|
|
2948
|
-
export { default as YCloudWifiOff } from '../icons/wifi-off';
|
|
2949
2947
|
// WifiPen aliases
|
|
2950
2948
|
export { default as YCloudWifiPen } from '../icons/wifi-pen';
|
|
2949
|
+
// WifiOff aliases
|
|
2950
|
+
export { default as YCloudWifiOff } from '../icons/wifi-off';
|
|
2951
2951
|
// WifiSync aliases
|
|
2952
2952
|
export { default as YCloudWifiSync } from '../icons/wifi-sync';
|
|
2953
2953
|
// WifiZero aliases
|
|
@@ -2986,18 +2986,18 @@ export { default as YCloudZodiacAries } from '../icons/zodiac-aries';
|
|
|
2986
2986
|
export { default as YCloudZodiacCancer } from '../icons/zodiac-cancer';
|
|
2987
2987
|
// ZodiacCapricorn aliases
|
|
2988
2988
|
export { default as YCloudZodiacCapricorn } from '../icons/zodiac-capricorn';
|
|
2989
|
-
// ZodiacGemini aliases
|
|
2990
|
-
export { default as YCloudZodiacGemini } from '../icons/zodiac-gemini';
|
|
2991
2989
|
// ZodiacLeo aliases
|
|
2992
2990
|
export { default as YCloudZodiacLeo } from '../icons/zodiac-leo';
|
|
2991
|
+
// ZodiacGemini aliases
|
|
2992
|
+
export { default as YCloudZodiacGemini } from '../icons/zodiac-gemini';
|
|
2993
2993
|
// ZodiacLibra aliases
|
|
2994
2994
|
export { default as YCloudZodiacLibra } from '../icons/zodiac-libra';
|
|
2995
2995
|
// ZodiacOphiuchus aliases
|
|
2996
2996
|
export { default as YCloudZodiacOphiuchus } from '../icons/zodiac-ophiuchus';
|
|
2997
|
-
// ZodiacPisces aliases
|
|
2998
|
-
export { default as YCloudZodiacPisces } from '../icons/zodiac-pisces';
|
|
2999
2997
|
// ZodiacSagittarius aliases
|
|
3000
2998
|
export { default as YCloudZodiacSagittarius } from '../icons/zodiac-sagittarius';
|
|
2999
|
+
// ZodiacPisces aliases
|
|
3000
|
+
export { default as YCloudZodiacPisces } from '../icons/zodiac-pisces';
|
|
3001
3001
|
// ZodiacScorpio aliases
|
|
3002
3002
|
export { default as YCloudZodiacScorpio } from '../icons/zodiac-scorpio';
|
|
3003
3003
|
// ZodiacTaurus aliases
|
|
@@ -3022,18 +3022,18 @@ export {
|
|
|
3022
3022
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. This alias will be removed in v1.0 */
|
|
3023
3023
|
default as YCloudAlarmCheck
|
|
3024
3024
|
} from '../icons/alarm-clock-check';
|
|
3025
|
-
// AlarmClockPlus aliases
|
|
3026
|
-
export { default as YCloudAlarmClockPlus } from '../icons/alarm-clock-plus';
|
|
3027
|
-
export {
|
|
3028
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
3029
|
-
default as YCloudAlarmPlus
|
|
3030
|
-
} from '../icons/alarm-clock-plus';
|
|
3031
3025
|
// AlarmClockMinus aliases
|
|
3032
3026
|
export { default as YCloudAlarmClockMinus } from '../icons/alarm-clock-minus';
|
|
3033
3027
|
export {
|
|
3034
3028
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
3035
3029
|
default as YCloudAlarmMinus
|
|
3036
3030
|
} from '../icons/alarm-clock-minus';
|
|
3031
|
+
// AlarmClockPlus aliases
|
|
3032
|
+
export { default as YCloudAlarmClockPlus } from '../icons/alarm-clock-plus';
|
|
3033
|
+
export {
|
|
3034
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
3035
|
+
default as YCloudAlarmPlus
|
|
3036
|
+
} from '../icons/alarm-clock-plus';
|
|
3037
3037
|
// ArrowDownAZ aliases
|
|
3038
3038
|
export { default as YCloudArrowDownAZ } from '../icons/arrow-down-a-z';
|
|
3039
3039
|
export {
|
|
@@ -3094,18 +3094,18 @@ export {
|
|
|
3094
3094
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
3095
3095
|
default as YCloudBetweenHorizonalEnd
|
|
3096
3096
|
} from '../icons/between-horizontal-end';
|
|
3097
|
-
// BetweenHorizontalStart aliases
|
|
3098
|
-
export { default as YCloudBetweenHorizontalStart } from '../icons/between-horizontal-start';
|
|
3099
|
-
export {
|
|
3100
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
3101
|
-
default as YCloudBetweenHorizonalStart
|
|
3102
|
-
} from '../icons/between-horizontal-start';
|
|
3103
3097
|
// BookDashed aliases
|
|
3104
3098
|
export { default as YCloudBookDashed } from '../icons/book-dashed';
|
|
3105
3099
|
export {
|
|
3106
3100
|
/** @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 */
|
|
3107
3101
|
default as YCloudBookTemplate
|
|
3108
3102
|
} from '../icons/book-dashed';
|
|
3103
|
+
// BetweenHorizontalStart aliases
|
|
3104
|
+
export { default as YCloudBetweenHorizontalStart } from '../icons/between-horizontal-start';
|
|
3105
|
+
export {
|
|
3106
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
3107
|
+
default as YCloudBetweenHorizonalStart
|
|
3108
|
+
} from '../icons/between-horizontal-start';
|
|
3109
3109
|
// Braces aliases
|
|
3110
3110
|
export { default as YCloudBraces } from '../icons/braces';
|
|
3111
3111
|
export {
|
|
@@ -3118,18 +3118,18 @@ export {
|
|
|
3118
3118
|
/** @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 */
|
|
3119
3119
|
default as YCloudSubtitles
|
|
3120
3120
|
} from '../icons/captions';
|
|
3121
|
-
// ChartArea aliases
|
|
3122
|
-
export { default as YCloudChartArea } from '../icons/chart-area';
|
|
3123
|
-
export {
|
|
3124
|
-
/** @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 */
|
|
3125
|
-
default as YCloudAreaChart
|
|
3126
|
-
} from '../icons/chart-area';
|
|
3127
3121
|
// ChartBarBig aliases
|
|
3128
3122
|
export { default as YCloudChartBarBig } from '../icons/chart-bar-big';
|
|
3129
3123
|
export {
|
|
3130
3124
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
3131
3125
|
default as YCloudBarChartHorizontalBig
|
|
3132
3126
|
} from '../icons/chart-bar-big';
|
|
3127
|
+
// ChartArea aliases
|
|
3128
|
+
export { default as YCloudChartArea } from '../icons/chart-area';
|
|
3129
|
+
export {
|
|
3130
|
+
/** @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 */
|
|
3131
|
+
default as YCloudAreaChart
|
|
3132
|
+
} from '../icons/chart-area';
|
|
3133
3133
|
// ChartBar aliases
|
|
3134
3134
|
export { default as YCloudChartBar } from '../icons/chart-bar';
|
|
3135
3135
|
export {
|
|
@@ -3148,12 +3148,6 @@ export {
|
|
|
3148
3148
|
/** @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 */
|
|
3149
3149
|
default as YCloudBarChartBig
|
|
3150
3150
|
} from '../icons/chart-column-big';
|
|
3151
|
-
// ChartColumnIncreasing aliases
|
|
3152
|
-
export { default as YCloudChartColumnIncreasing } from '../icons/chart-column-increasing';
|
|
3153
|
-
export {
|
|
3154
|
-
/** @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 */
|
|
3155
|
-
default as YCloudBarChart4
|
|
3156
|
-
} from '../icons/chart-column-increasing';
|
|
3157
3151
|
// ChartColumn aliases
|
|
3158
3152
|
export { default as YCloudChartColumn } from '../icons/chart-column';
|
|
3159
3153
|
export {
|
|
@@ -3166,6 +3160,12 @@ export {
|
|
|
3166
3160
|
/** @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 */
|
|
3167
3161
|
default as YCloudLineChart
|
|
3168
3162
|
} from '../icons/chart-line';
|
|
3163
|
+
// ChartColumnIncreasing aliases
|
|
3164
|
+
export { default as YCloudChartColumnIncreasing } from '../icons/chart-column-increasing';
|
|
3165
|
+
export {
|
|
3166
|
+
/** @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 */
|
|
3167
|
+
default as YCloudBarChart4
|
|
3168
|
+
} from '../icons/chart-column-increasing';
|
|
3169
3169
|
// ChartNoAxesColumnIncreasing aliases
|
|
3170
3170
|
export { default as YCloudChartNoAxesColumnIncreasing } from '../icons/chart-no-axes-column-increasing';
|
|
3171
3171
|
export {
|
|
@@ -3196,18 +3196,18 @@ export {
|
|
|
3196
3196
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3197
3197
|
default as YCloudScatterChart
|
|
3198
3198
|
} from '../icons/chart-scatter';
|
|
3199
|
-
// CircleAlert aliases
|
|
3200
|
-
export { default as YCloudCircleAlert } from '../icons/circle-alert';
|
|
3201
|
-
export {
|
|
3202
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3203
|
-
default as YCloudAlertCircle
|
|
3204
|
-
} from '../icons/circle-alert';
|
|
3205
3199
|
// CircleArrowDown aliases
|
|
3206
3200
|
export { default as YCloudCircleArrowDown } from '../icons/circle-arrow-down';
|
|
3207
3201
|
export {
|
|
3208
3202
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3209
3203
|
default as YCloudArrowDownCircle
|
|
3210
3204
|
} from '../icons/circle-arrow-down';
|
|
3205
|
+
// CircleAlert aliases
|
|
3206
|
+
export { default as YCloudCircleAlert } from '../icons/circle-alert';
|
|
3207
|
+
export {
|
|
3208
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3209
|
+
default as YCloudAlertCircle
|
|
3210
|
+
} from '../icons/circle-alert';
|
|
3211
3211
|
// CircleArrowLeft aliases
|
|
3212
3212
|
export { default as YCloudCircleArrowLeft } from '../icons/circle-arrow-left';
|
|
3213
3213
|
export {
|
|
@@ -3220,12 +3220,6 @@ export {
|
|
|
3220
3220
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3221
3221
|
default as YCloudArrowDownLeftFromCircle
|
|
3222
3222
|
} from '../icons/circle-arrow-out-down-left';
|
|
3223
|
-
// CircleArrowOutDownRight aliases
|
|
3224
|
-
export { default as YCloudCircleArrowOutDownRight } from '../icons/circle-arrow-out-down-right';
|
|
3225
|
-
export {
|
|
3226
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3227
|
-
default as YCloudArrowDownRightFromCircle
|
|
3228
|
-
} from '../icons/circle-arrow-out-down-right';
|
|
3229
3223
|
// CircleArrowOutUpLeft aliases
|
|
3230
3224
|
export { default as YCloudCircleArrowOutUpLeft } from '../icons/circle-arrow-out-up-left';
|
|
3231
3225
|
export {
|
|
@@ -3238,24 +3232,30 @@ export {
|
|
|
3238
3232
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3239
3233
|
default as YCloudArrowUpRightFromCircle
|
|
3240
3234
|
} from '../icons/circle-arrow-out-up-right';
|
|
3235
|
+
// CircleArrowOutDownRight aliases
|
|
3236
|
+
export { default as YCloudCircleArrowOutDownRight } from '../icons/circle-arrow-out-down-right';
|
|
3237
|
+
export {
|
|
3238
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3239
|
+
default as YCloudArrowDownRightFromCircle
|
|
3240
|
+
} from '../icons/circle-arrow-out-down-right';
|
|
3241
3241
|
// CircleArrowRight aliases
|
|
3242
3242
|
export { default as YCloudCircleArrowRight } from '../icons/circle-arrow-right';
|
|
3243
3243
|
export {
|
|
3244
3244
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3245
3245
|
default as YCloudArrowRightCircle
|
|
3246
3246
|
} from '../icons/circle-arrow-right';
|
|
3247
|
-
// CircleArrowUp aliases
|
|
3248
|
-
export { default as YCloudCircleArrowUp } from '../icons/circle-arrow-up';
|
|
3249
|
-
export {
|
|
3250
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3251
|
-
default as YCloudArrowUpCircle
|
|
3252
|
-
} from '../icons/circle-arrow-up';
|
|
3253
3247
|
// CircleCheckBig aliases
|
|
3254
3248
|
export { default as YCloudCircleCheckBig } from '../icons/circle-check-big';
|
|
3255
3249
|
export {
|
|
3256
3250
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3257
3251
|
default as YCloudCheckCircle
|
|
3258
3252
|
} from '../icons/circle-check-big';
|
|
3253
|
+
// CircleArrowUp aliases
|
|
3254
|
+
export { default as YCloudCircleArrowUp } from '../icons/circle-arrow-up';
|
|
3255
|
+
export {
|
|
3256
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3257
|
+
default as YCloudArrowUpCircle
|
|
3258
|
+
} from '../icons/circle-arrow-up';
|
|
3259
3259
|
// CircleCheck aliases
|
|
3260
3260
|
export { default as YCloudCircleCheck } from '../icons/circle-check';
|
|
3261
3261
|
export {
|
|
@@ -3292,30 +3292,30 @@ export {
|
|
|
3292
3292
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3293
3293
|
default as YCloudDivideCircle
|
|
3294
3294
|
} from '../icons/circle-divide';
|
|
3295
|
-
// CircleMinus aliases
|
|
3296
|
-
export { default as YCloudCircleMinus } from '../icons/circle-minus';
|
|
3297
|
-
export {
|
|
3298
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3299
|
-
default as YCloudMinusCircle
|
|
3300
|
-
} from '../icons/circle-minus';
|
|
3301
3295
|
// CircleGauge aliases
|
|
3302
3296
|
export { default as YCloudCircleGauge } from '../icons/circle-gauge';
|
|
3303
3297
|
export {
|
|
3304
3298
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3305
3299
|
default as YCloudGaugeCircle
|
|
3306
3300
|
} from '../icons/circle-gauge';
|
|
3307
|
-
//
|
|
3308
|
-
export { default as
|
|
3301
|
+
// CircleMinus aliases
|
|
3302
|
+
export { default as YCloudCircleMinus } from '../icons/circle-minus';
|
|
3309
3303
|
export {
|
|
3310
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3311
|
-
default as
|
|
3312
|
-
} from '../icons/circle-
|
|
3304
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3305
|
+
default as YCloudMinusCircle
|
|
3306
|
+
} from '../icons/circle-minus';
|
|
3313
3307
|
// CircleParkingOff aliases
|
|
3314
3308
|
export { default as YCloudCircleParkingOff } from '../icons/circle-parking-off';
|
|
3315
3309
|
export {
|
|
3316
3310
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3317
3311
|
default as YCloudParkingCircleOff
|
|
3318
3312
|
} from '../icons/circle-parking-off';
|
|
3313
|
+
// CircleParking aliases
|
|
3314
|
+
export { default as YCloudCircleParking } from '../icons/circle-parking';
|
|
3315
|
+
export {
|
|
3316
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3317
|
+
default as YCloudParkingCircle
|
|
3318
|
+
} from '../icons/circle-parking';
|
|
3319
3319
|
// CirclePause aliases
|
|
3320
3320
|
export { default as YCloudCirclePause } from '../icons/circle-pause';
|
|
3321
3321
|
export {
|
|
@@ -3386,36 +3386,30 @@ export {
|
|
|
3386
3386
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3387
3387
|
default as YCloudXCircle
|
|
3388
3388
|
} from '../icons/circle-x';
|
|
3389
|
-
// ClipboardPenLine aliases
|
|
3390
|
-
export { default as YCloudClipboardPenLine } from '../icons/clipboard-pen-line';
|
|
3391
|
-
export {
|
|
3392
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3393
|
-
default as YCloudClipboardSignature
|
|
3394
|
-
} from '../icons/clipboard-pen-line';
|
|
3395
3389
|
// ClipboardPen aliases
|
|
3396
3390
|
export { default as YCloudClipboardPen } from '../icons/clipboard-pen';
|
|
3397
3391
|
export {
|
|
3398
3392
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
3399
3393
|
default as YCloudClipboardEdit
|
|
3400
3394
|
} from '../icons/clipboard-pen';
|
|
3401
|
-
//
|
|
3402
|
-
export { default as
|
|
3395
|
+
// ClipboardPenLine aliases
|
|
3396
|
+
export { default as YCloudClipboardPenLine } from '../icons/clipboard-pen-line';
|
|
3403
3397
|
export {
|
|
3404
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3405
|
-
default as
|
|
3406
|
-
} from '../icons/
|
|
3398
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3399
|
+
default as YCloudClipboardSignature
|
|
3400
|
+
} from '../icons/clipboard-pen-line';
|
|
3407
3401
|
// CloudUpload aliases
|
|
3408
3402
|
export { default as YCloudCloudUpload } from '../icons/cloud-upload';
|
|
3409
3403
|
export {
|
|
3410
3404
|
/** @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 */
|
|
3411
3405
|
default as YCloudUploadCloud
|
|
3412
3406
|
} from '../icons/cloud-upload';
|
|
3413
|
-
//
|
|
3414
|
-
export { default as
|
|
3407
|
+
// CloudDownload aliases
|
|
3408
|
+
export { default as YCloudCloudDownload } from '../icons/cloud-download';
|
|
3415
3409
|
export {
|
|
3416
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3417
|
-
default as
|
|
3418
|
-
} from '../icons/
|
|
3410
|
+
/** @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 */
|
|
3411
|
+
default as YCloudDownloadCloud
|
|
3412
|
+
} from '../icons/cloud-download';
|
|
3419
3413
|
// Columns2 aliases
|
|
3420
3414
|
export { default as YCloudColumns2 } from '../icons/columns-2';
|
|
3421
3415
|
export {
|
|
@@ -3432,18 +3426,24 @@ export {
|
|
|
3432
3426
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3433
3427
|
default as YCloudTableConfig
|
|
3434
3428
|
} from '../icons/columns-3-cog';
|
|
3435
|
-
//
|
|
3436
|
-
export { default as
|
|
3429
|
+
// CodeXml aliases
|
|
3430
|
+
export { default as YCloudCodeXml } from '../icons/code-xml';
|
|
3437
3431
|
export {
|
|
3438
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3439
|
-
default as
|
|
3440
|
-
} from '../icons/
|
|
3432
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
3433
|
+
default as YCloudCode2
|
|
3434
|
+
} from '../icons/code-xml';
|
|
3441
3435
|
// Columns3 aliases
|
|
3442
3436
|
export { default as YCloudColumns3 } from '../icons/columns-3';
|
|
3443
3437
|
export {
|
|
3444
3438
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3445
3439
|
default as YCloudPanelsLeftRight
|
|
3446
3440
|
} from '../icons/columns-3';
|
|
3441
|
+
// ContactRound aliases
|
|
3442
|
+
export { default as YCloudContactRound } from '../icons/contact-round';
|
|
3443
|
+
export {
|
|
3444
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3445
|
+
default as YCloudContact2
|
|
3446
|
+
} from '../icons/contact-round';
|
|
3447
3447
|
// DiamondPercent aliases
|
|
3448
3448
|
export { default as YCloudDiamondPercent } from '../icons/diamond-percent';
|
|
3449
3449
|
export {
|
|
@@ -3492,18 +3492,18 @@ export {
|
|
|
3492
3492
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
3493
3493
|
default as YCloudFileJson
|
|
3494
3494
|
} from '../icons/file-braces';
|
|
3495
|
-
// FileChartColumn aliases
|
|
3496
|
-
export { default as YCloudFileChartColumn } from '../icons/file-chart-column';
|
|
3497
|
-
export {
|
|
3498
|
-
/** @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 */
|
|
3499
|
-
default as YCloudFileBarChart2
|
|
3500
|
-
} from '../icons/file-chart-column';
|
|
3501
3495
|
// FileChartColumnIncreasing aliases
|
|
3502
3496
|
export { default as YCloudFileChartColumnIncreasing } from '../icons/file-chart-column-increasing';
|
|
3503
3497
|
export {
|
|
3504
3498
|
/** @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 */
|
|
3505
3499
|
default as YCloudFileBarChart
|
|
3506
3500
|
} from '../icons/file-chart-column-increasing';
|
|
3501
|
+
// FileChartColumn aliases
|
|
3502
|
+
export { default as YCloudFileChartColumn } from '../icons/file-chart-column';
|
|
3503
|
+
export {
|
|
3504
|
+
/** @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 */
|
|
3505
|
+
default as YCloudFileBarChart2
|
|
3506
|
+
} from '../icons/file-chart-column';
|
|
3507
3507
|
// FileChartLine aliases
|
|
3508
3508
|
export { default as YCloudFileChartLine } from '../icons/file-chart-line';
|
|
3509
3509
|
export {
|
|
@@ -3522,18 +3522,18 @@ export {
|
|
|
3522
3522
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
3523
3523
|
default as YCloudFileCheck2
|
|
3524
3524
|
} from '../icons/file-check-corner';
|
|
3525
|
-
// FileCodeCorner aliases
|
|
3526
|
-
export { default as YCloudFileCodeCorner } from '../icons/file-code-corner';
|
|
3527
|
-
export {
|
|
3528
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
|
|
3529
|
-
default as YCloudFileCode2
|
|
3530
|
-
} from '../icons/file-code-corner';
|
|
3531
3525
|
// FileCog aliases
|
|
3532
3526
|
export { default as YCloudFileCog } from '../icons/file-cog';
|
|
3533
3527
|
export {
|
|
3534
3528
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3535
3529
|
default as YCloudFileCog2
|
|
3536
3530
|
} from '../icons/file-cog';
|
|
3531
|
+
// FileCodeCorner aliases
|
|
3532
|
+
export { default as YCloudFileCodeCorner } from '../icons/file-code-corner';
|
|
3533
|
+
export {
|
|
3534
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
|
|
3535
|
+
default as YCloudFileCode2
|
|
3536
|
+
} from '../icons/file-code-corner';
|
|
3537
3537
|
// FileExclamationPoint aliases
|
|
3538
3538
|
export { default as YCloudFileExclamationPoint } from '../icons/file-exclamation-point';
|
|
3539
3539
|
export {
|
|
@@ -3574,42 +3574,42 @@ export {
|
|
|
3574
3574
|
/** @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 */
|
|
3575
3575
|
default as YCloudFileSignature
|
|
3576
3576
|
} from '../icons/file-pen-line';
|
|
3577
|
-
//
|
|
3578
|
-
export { default as
|
|
3577
|
+
// FilePlusCorner aliases
|
|
3578
|
+
export { default as YCloudFilePlusCorner } from '../icons/file-plus-corner';
|
|
3579
3579
|
export {
|
|
3580
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3581
|
-
default as
|
|
3582
|
-
} from '../icons/file-
|
|
3580
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
3581
|
+
default as YCloudFilePlus2
|
|
3582
|
+
} from '../icons/file-plus-corner';
|
|
3583
3583
|
// FilePlay aliases
|
|
3584
3584
|
export { default as YCloudFilePlay } from '../icons/file-play';
|
|
3585
3585
|
export {
|
|
3586
3586
|
/** @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 */
|
|
3587
3587
|
default as YCloudFileVideo
|
|
3588
3588
|
} from '../icons/file-play';
|
|
3589
|
-
// FilePlusCorner aliases
|
|
3590
|
-
export { default as YCloudFilePlusCorner } from '../icons/file-plus-corner';
|
|
3591
|
-
export {
|
|
3592
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
3593
|
-
default as YCloudFilePlus2
|
|
3594
|
-
} from '../icons/file-plus-corner';
|
|
3595
3589
|
// FileQuestionMark aliases
|
|
3596
3590
|
export { default as YCloudFileQuestionMark } from '../icons/file-question-mark';
|
|
3597
3591
|
export {
|
|
3598
3592
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3599
3593
|
default as YCloudFileQuestion
|
|
3600
3594
|
} from '../icons/file-question-mark';
|
|
3601
|
-
//
|
|
3602
|
-
export { default as
|
|
3595
|
+
// FilePen aliases
|
|
3596
|
+
export { default as YCloudFilePen } from '../icons/file-pen';
|
|
3603
3597
|
export {
|
|
3604
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3605
|
-
default as
|
|
3606
|
-
} from '../icons/file-
|
|
3598
|
+
/** @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 */
|
|
3599
|
+
default as YCloudFileEdit
|
|
3600
|
+
} from '../icons/file-pen';
|
|
3607
3601
|
// FileSignal aliases
|
|
3608
3602
|
export { default as YCloudFileSignal } from '../icons/file-signal';
|
|
3609
3603
|
export {
|
|
3610
3604
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
3611
3605
|
default as YCloudFileVolume2
|
|
3612
3606
|
} from '../icons/file-signal';
|
|
3607
|
+
// FileSearchCorner aliases
|
|
3608
|
+
export { default as YCloudFileSearchCorner } from '../icons/file-search-corner';
|
|
3609
|
+
export {
|
|
3610
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
3611
|
+
default as YCloudFileSearch2
|
|
3612
|
+
} from '../icons/file-search-corner';
|
|
3613
3613
|
// FileTypeCorner aliases
|
|
3614
3614
|
export { default as YCloudFileTypeCorner } from '../icons/file-type-corner';
|
|
3615
3615
|
export {
|
|
@@ -3622,18 +3622,18 @@ export {
|
|
|
3622
3622
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3623
3623
|
default as YCloudFileVideo2
|
|
3624
3624
|
} from '../icons/file-video-camera';
|
|
3625
|
-
// FingerprintPattern aliases
|
|
3626
|
-
export { default as YCloudFingerprintPattern } from '../icons/fingerprint-pattern';
|
|
3627
|
-
export {
|
|
3628
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
3629
|
-
default as YCloudFingerprint
|
|
3630
|
-
} from '../icons/fingerprint-pattern';
|
|
3631
3625
|
// FileXCorner aliases
|
|
3632
3626
|
export { default as YCloudFileXCorner } from '../icons/file-x-corner';
|
|
3633
3627
|
export {
|
|
3634
3628
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3635
3629
|
default as YCloudFileX2
|
|
3636
3630
|
} from '../icons/file-x-corner';
|
|
3631
|
+
// FingerprintPattern aliases
|
|
3632
|
+
export { default as YCloudFingerprintPattern } from '../icons/fingerprint-pattern';
|
|
3633
|
+
export {
|
|
3634
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
3635
|
+
default as YCloudFingerprint
|
|
3636
|
+
} from '../icons/fingerprint-pattern';
|
|
3637
3637
|
// FolderCog aliases
|
|
3638
3638
|
export { default as YCloudFolderCog } from '../icons/folder-cog';
|
|
3639
3639
|
export {
|
|
@@ -3664,18 +3664,18 @@ export {
|
|
|
3664
3664
|
/** @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 */
|
|
3665
3665
|
default as YCloudGitCommit
|
|
3666
3666
|
} from '../icons/git-commit-horizontal';
|
|
3667
|
-
// Grid2x2Plus aliases
|
|
3668
|
-
export { default as YCloudGrid2x2Plus } from '../icons/grid-2x2-plus';
|
|
3669
|
-
export {
|
|
3670
|
-
/** @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 */
|
|
3671
|
-
default as YCloudGrid2X2Plus
|
|
3672
|
-
} from '../icons/grid-2x2-plus';
|
|
3673
3667
|
// Grid2x2Check aliases
|
|
3674
3668
|
export { default as YCloudGrid2x2Check } from '../icons/grid-2x2-check';
|
|
3675
3669
|
export {
|
|
3676
3670
|
/** @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 */
|
|
3677
3671
|
default as YCloudGrid2X2Check
|
|
3678
3672
|
} from '../icons/grid-2x2-check';
|
|
3673
|
+
// Grid2x2Plus aliases
|
|
3674
|
+
export { default as YCloudGrid2x2Plus } from '../icons/grid-2x2-plus';
|
|
3675
|
+
export {
|
|
3676
|
+
/** @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 */
|
|
3677
|
+
default as YCloudGrid2X2Plus
|
|
3678
|
+
} from '../icons/grid-2x2-plus';
|
|
3679
3679
|
// Grid2x2X aliases
|
|
3680
3680
|
export { default as YCloudGrid2x2X } from '../icons/grid-2x2-x';
|
|
3681
3681
|
export {
|
|
@@ -3698,18 +3698,18 @@ export {
|
|
|
3698
3698
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3699
3699
|
default as YCloudGrid3X3
|
|
3700
3700
|
} from '../icons/grid-3x3';
|
|
3701
|
-
// HandGrab aliases
|
|
3702
|
-
export { default as YCloudHandGrab } from '../icons/hand-grab';
|
|
3703
|
-
export {
|
|
3704
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3705
|
-
default as YCloudGrab
|
|
3706
|
-
} from '../icons/hand-grab';
|
|
3707
3701
|
// HandHelping aliases
|
|
3708
3702
|
export { default as YCloudHandHelping } from '../icons/hand-helping';
|
|
3709
3703
|
export {
|
|
3710
3704
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3711
3705
|
default as YCloudHelpingHand
|
|
3712
3706
|
} from '../icons/hand-helping';
|
|
3707
|
+
// HandGrab aliases
|
|
3708
|
+
export { default as YCloudHandGrab } from '../icons/hand-grab';
|
|
3709
|
+
export {
|
|
3710
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3711
|
+
default as YCloudGrab
|
|
3712
|
+
} from '../icons/hand-grab';
|
|
3713
3713
|
// House aliases
|
|
3714
3714
|
export { default as YCloudHouse } from '../icons/house';
|
|
3715
3715
|
export {
|
|
@@ -3728,18 +3728,18 @@ export {
|
|
|
3728
3728
|
/** @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 */
|
|
3729
3729
|
default as YCloudIceCream
|
|
3730
3730
|
} from '../icons/ice-cream-cone';
|
|
3731
|
-
//
|
|
3732
|
-
export { default as
|
|
3733
|
-
export {
|
|
3734
|
-
/** @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 */
|
|
3735
|
-
default as YCloudLaptop2
|
|
3736
|
-
} from '../icons/laptop-minimal';
|
|
3737
|
-
// Layers aliases
|
|
3738
|
-
export { default as YCloudLayers } from '../icons/layers';
|
|
3731
|
+
// Layers aliases
|
|
3732
|
+
export { default as YCloudLayers } from '../icons/layers';
|
|
3739
3733
|
export {
|
|
3740
3734
|
/** @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 */
|
|
3741
3735
|
default as YCloudLayers3
|
|
3742
3736
|
} from '../icons/layers';
|
|
3737
|
+
// LaptopMinimal aliases
|
|
3738
|
+
export { default as YCloudLaptopMinimal } from '../icons/laptop-minimal';
|
|
3739
|
+
export {
|
|
3740
|
+
/** @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 */
|
|
3741
|
+
default as YCloudLaptop2
|
|
3742
|
+
} from '../icons/laptop-minimal';
|
|
3743
3743
|
// ListIndentDecrease aliases
|
|
3744
3744
|
export { default as YCloudListIndentDecrease } from '../icons/list-indent-decrease';
|
|
3745
3745
|
export {
|
|
@@ -3790,18 +3790,18 @@ export {
|
|
|
3790
3790
|
/** @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 */
|
|
3791
3791
|
default as YCloudLocationEdit
|
|
3792
3792
|
} from '../icons/map-pin-pen';
|
|
3793
|
-
// MessageCircleQuestionMark aliases
|
|
3794
|
-
export { default as YCloudMessageCircleQuestionMark } from '../icons/message-circle-question-mark';
|
|
3795
|
-
export {
|
|
3796
|
-
/** @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 */
|
|
3797
|
-
default as YCloudMessageCircleQuestion
|
|
3798
|
-
} from '../icons/message-circle-question-mark';
|
|
3799
3793
|
// MicVocal aliases
|
|
3800
3794
|
export { default as YCloudMicVocal } from '../icons/mic-vocal';
|
|
3801
3795
|
export {
|
|
3802
3796
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3803
3797
|
default as YCloudMic2
|
|
3804
3798
|
} from '../icons/mic-vocal';
|
|
3799
|
+
// MessageCircleQuestionMark aliases
|
|
3800
|
+
export { default as YCloudMessageCircleQuestionMark } from '../icons/message-circle-question-mark';
|
|
3801
|
+
export {
|
|
3802
|
+
/** @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 */
|
|
3803
|
+
default as YCloudMessageCircleQuestion
|
|
3804
|
+
} from '../icons/message-circle-question-mark';
|
|
3805
3805
|
// Move3d aliases
|
|
3806
3806
|
export { default as YCloudMove3d } from '../icons/move-3d';
|
|
3807
3807
|
export {
|
|
@@ -3820,18 +3820,18 @@ export {
|
|
|
3820
3820
|
/** @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 */
|
|
3821
3821
|
default as YCloudPauseOctagon
|
|
3822
3822
|
} from '../icons/octagon-pause';
|
|
3823
|
-
// OctagonX aliases
|
|
3824
|
-
export { default as YCloudOctagonX } from '../icons/octagon-x';
|
|
3825
|
-
export {
|
|
3826
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
3827
|
-
default as YCloudXOctagon
|
|
3828
|
-
} from '../icons/octagon-x';
|
|
3829
3823
|
// PaintbrushVertical aliases
|
|
3830
3824
|
export { default as YCloudPaintbrushVertical } from '../icons/paintbrush-vertical';
|
|
3831
3825
|
export {
|
|
3832
3826
|
/** @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 */
|
|
3833
3827
|
default as YCloudPaintbrush2
|
|
3834
3828
|
} from '../icons/paintbrush-vertical';
|
|
3829
|
+
// OctagonX aliases
|
|
3830
|
+
export { default as YCloudOctagonX } from '../icons/octagon-x';
|
|
3831
|
+
export {
|
|
3832
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
3833
|
+
default as YCloudXOctagon
|
|
3834
|
+
} from '../icons/octagon-x';
|
|
3835
3835
|
// PanelBottomDashed aliases
|
|
3836
3836
|
export { default as YCloudPanelBottomDashed } from '../icons/panel-bottom-dashed';
|
|
3837
3837
|
export {
|
|
@@ -3844,36 +3844,36 @@ export {
|
|
|
3844
3844
|
/** @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 */
|
|
3845
3845
|
default as YCloudSidebarClose
|
|
3846
3846
|
} from '../icons/panel-left-close';
|
|
3847
|
-
// PanelLeftDashed aliases
|
|
3848
|
-
export { default as YCloudPanelLeftDashed } from '../icons/panel-left-dashed';
|
|
3849
|
-
export {
|
|
3850
|
-
/** @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 */
|
|
3851
|
-
default as YCloudPanelLeftInactive
|
|
3852
|
-
} from '../icons/panel-left-dashed';
|
|
3853
3847
|
// PanelLeftOpen aliases
|
|
3854
3848
|
export { default as YCloudPanelLeftOpen } from '../icons/panel-left-open';
|
|
3855
3849
|
export {
|
|
3856
3850
|
/** @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 */
|
|
3857
3851
|
default as YCloudSidebarOpen
|
|
3858
3852
|
} from '../icons/panel-left-open';
|
|
3853
|
+
// PanelLeftDashed aliases
|
|
3854
|
+
export { default as YCloudPanelLeftDashed } from '../icons/panel-left-dashed';
|
|
3855
|
+
export {
|
|
3856
|
+
/** @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 */
|
|
3857
|
+
default as YCloudPanelLeftInactive
|
|
3858
|
+
} from '../icons/panel-left-dashed';
|
|
3859
3859
|
// PanelLeft aliases
|
|
3860
3860
|
export { default as YCloudPanelLeft } from '../icons/panel-left';
|
|
3861
3861
|
export {
|
|
3862
3862
|
/** @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 */
|
|
3863
3863
|
default as YCloudSidebar
|
|
3864
3864
|
} from '../icons/panel-left';
|
|
3865
|
-
// PanelTopDashed aliases
|
|
3866
|
-
export { default as YCloudPanelTopDashed } from '../icons/panel-top-dashed';
|
|
3867
|
-
export {
|
|
3868
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3869
|
-
default as YCloudPanelTopInactive
|
|
3870
|
-
} from '../icons/panel-top-dashed';
|
|
3871
3865
|
// PanelRightDashed aliases
|
|
3872
3866
|
export { default as YCloudPanelRightDashed } from '../icons/panel-right-dashed';
|
|
3873
3867
|
export {
|
|
3874
3868
|
/** @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 */
|
|
3875
3869
|
default as YCloudPanelRightInactive
|
|
3876
3870
|
} from '../icons/panel-right-dashed';
|
|
3871
|
+
// PanelTopDashed aliases
|
|
3872
|
+
export { default as YCloudPanelTopDashed } from '../icons/panel-top-dashed';
|
|
3873
|
+
export {
|
|
3874
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3875
|
+
default as YCloudPanelTopInactive
|
|
3876
|
+
} from '../icons/panel-top-dashed';
|
|
3877
3877
|
// PanelsTopLeft aliases
|
|
3878
3878
|
export { default as YCloudPanelsTopLeft } from '../icons/panels-top-left';
|
|
3879
3879
|
export {
|
|
@@ -3892,36 +3892,36 @@ export {
|
|
|
3892
3892
|
/** @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 */
|
|
3893
3893
|
default as YCloudEdit2
|
|
3894
3894
|
} from '../icons/pen';
|
|
3895
|
-
// PlugZap aliases
|
|
3896
|
-
export { default as YCloudPlugZap } from '../icons/plug-zap';
|
|
3897
|
-
export {
|
|
3898
|
-
/** @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 */
|
|
3899
|
-
default as YCloudPlugZap2
|
|
3900
|
-
} from '../icons/plug-zap';
|
|
3901
3895
|
// RectangleEllipsis aliases
|
|
3902
3896
|
export { default as YCloudRectangleEllipsis } from '../icons/rectangle-ellipsis';
|
|
3903
3897
|
export {
|
|
3904
3898
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3905
3899
|
default as YCloudFormInput
|
|
3906
3900
|
} from '../icons/rectangle-ellipsis';
|
|
3901
|
+
// PlugZap aliases
|
|
3902
|
+
export { default as YCloudPlugZap } from '../icons/plug-zap';
|
|
3903
|
+
export {
|
|
3904
|
+
/** @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 */
|
|
3905
|
+
default as YCloudPlugZap2
|
|
3906
|
+
} from '../icons/plug-zap';
|
|
3907
3907
|
// Rotate3d aliases
|
|
3908
3908
|
export { default as YCloudRotate3d } from '../icons/rotate-3d';
|
|
3909
3909
|
export {
|
|
3910
3910
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3911
3911
|
default as YCloudRotate3D
|
|
3912
3912
|
} from '../icons/rotate-3d';
|
|
3913
|
-
// Rows2 aliases
|
|
3914
|
-
export { default as YCloudRows2 } from '../icons/rows-2';
|
|
3915
|
-
export {
|
|
3916
|
-
/** @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 */
|
|
3917
|
-
default as YCloudRows
|
|
3918
|
-
} from '../icons/rows-2';
|
|
3919
3913
|
// Rows3 aliases
|
|
3920
3914
|
export { default as YCloudRows3 } from '../icons/rows-3';
|
|
3921
3915
|
export {
|
|
3922
3916
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3923
3917
|
default as YCloudPanelsTopBottom
|
|
3924
3918
|
} from '../icons/rows-3';
|
|
3919
|
+
// Rows2 aliases
|
|
3920
|
+
export { default as YCloudRows2 } from '../icons/rows-2';
|
|
3921
|
+
export {
|
|
3922
|
+
/** @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 */
|
|
3923
|
+
default as YCloudRows
|
|
3924
|
+
} from '../icons/rows-2';
|
|
3925
3925
|
// Scale3d aliases
|
|
3926
3926
|
export { default as YCloudScale3d } from '../icons/scale-3d';
|
|
3927
3927
|
export {
|
|
@@ -3934,18 +3934,18 @@ export {
|
|
|
3934
3934
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3935
3935
|
default as YCloudSendHorizonal
|
|
3936
3936
|
} from '../icons/send-horizontal';
|
|
3937
|
-
// ShieldQuestionMark aliases
|
|
3938
|
-
export { default as YCloudShieldQuestionMark } from '../icons/shield-question-mark';
|
|
3939
|
-
export {
|
|
3940
|
-
/** @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 */
|
|
3941
|
-
default as YCloudShieldQuestion
|
|
3942
|
-
} from '../icons/shield-question-mark';
|
|
3943
3937
|
// ShieldX aliases
|
|
3944
3938
|
export { default as YCloudShieldX } from '../icons/shield-x';
|
|
3945
3939
|
export {
|
|
3946
3940
|
/** @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 */
|
|
3947
3941
|
default as YCloudShieldClose
|
|
3948
3942
|
} from '../icons/shield-x';
|
|
3943
|
+
// ShieldQuestionMark aliases
|
|
3944
|
+
export { default as YCloudShieldQuestionMark } from '../icons/shield-question-mark';
|
|
3945
|
+
export {
|
|
3946
|
+
/** @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 */
|
|
3947
|
+
default as YCloudShieldQuestion
|
|
3948
|
+
} from '../icons/shield-question-mark';
|
|
3949
3949
|
// SlidersVertical aliases
|
|
3950
3950
|
export { default as YCloudSlidersVertical } from '../icons/sliders-vertical';
|
|
3951
3951
|
export {
|
|
@@ -3988,6 +3988,12 @@ export {
|
|
|
3988
3988
|
/** @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 */
|
|
3989
3989
|
default as YCloudArrowLeftSquare
|
|
3990
3990
|
} from '../icons/square-arrow-left';
|
|
3991
|
+
// SquareArrowOutDownLeft aliases
|
|
3992
|
+
export { default as YCloudSquareArrowOutDownLeft } from '../icons/square-arrow-out-down-left';
|
|
3993
|
+
export {
|
|
3994
|
+
/** @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 */
|
|
3995
|
+
default as YCloudArrowDownLeftFromSquare
|
|
3996
|
+
} from '../icons/square-arrow-out-down-left';
|
|
3991
3997
|
// SquareArrowOutDownRight aliases
|
|
3992
3998
|
export { default as YCloudSquareArrowOutDownRight } from '../icons/square-arrow-out-down-right';
|
|
3993
3999
|
export {
|
|
@@ -4000,12 +4006,6 @@ export {
|
|
|
4000
4006
|
/** @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 */
|
|
4001
4007
|
default as YCloudArrowUpLeftFromSquare
|
|
4002
4008
|
} from '../icons/square-arrow-out-up-left';
|
|
4003
|
-
// SquareArrowOutDownLeft aliases
|
|
4004
|
-
export { default as YCloudSquareArrowOutDownLeft } from '../icons/square-arrow-out-down-left';
|
|
4005
|
-
export {
|
|
4006
|
-
/** @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 */
|
|
4007
|
-
default as YCloudArrowDownLeftFromSquare
|
|
4008
|
-
} from '../icons/square-arrow-out-down-left';
|
|
4009
4009
|
// SquareArrowOutUpRight aliases
|
|
4010
4010
|
export { default as YCloudSquareArrowOutUpRight } from '../icons/square-arrow-out-up-right';
|
|
4011
4011
|
export {
|
|
@@ -4024,18 +4024,18 @@ export {
|
|
|
4024
4024
|
/** @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 */
|
|
4025
4025
|
default as YCloudArrowUpRightSquare
|
|
4026
4026
|
} from '../icons/square-arrow-up-right';
|
|
4027
|
-
// SquareArrowUp aliases
|
|
4028
|
-
export { default as YCloudSquareArrowUp } from '../icons/square-arrow-up';
|
|
4029
|
-
export {
|
|
4030
|
-
/** @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 */
|
|
4031
|
-
default as YCloudArrowUpSquare
|
|
4032
|
-
} from '../icons/square-arrow-up';
|
|
4033
4027
|
// SquareArrowUpLeft aliases
|
|
4034
4028
|
export { default as YCloudSquareArrowUpLeft } from '../icons/square-arrow-up-left';
|
|
4035
4029
|
export {
|
|
4036
4030
|
/** @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 */
|
|
4037
4031
|
default as YCloudArrowUpLeftSquare
|
|
4038
4032
|
} from '../icons/square-arrow-up-left';
|
|
4033
|
+
// SquareArrowUp aliases
|
|
4034
|
+
export { default as YCloudSquareArrowUp } from '../icons/square-arrow-up';
|
|
4035
|
+
export {
|
|
4036
|
+
/** @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 */
|
|
4037
|
+
default as YCloudArrowUpSquare
|
|
4038
|
+
} from '../icons/square-arrow-up';
|
|
4039
4039
|
// SquareAsterisk aliases
|
|
4040
4040
|
export { default as YCloudSquareAsterisk } from '../icons/square-asterisk';
|
|
4041
4041
|
export {
|
|
@@ -4076,36 +4076,36 @@ export {
|
|
|
4076
4076
|
/** @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 */
|
|
4077
4077
|
default as YCloudCheckSquare
|
|
4078
4078
|
} from '../icons/square-check-big';
|
|
4079
|
-
// SquareChevronDown aliases
|
|
4080
|
-
export { default as YCloudSquareChevronDown } from '../icons/square-chevron-down';
|
|
4081
|
-
export {
|
|
4082
|
-
/** @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 */
|
|
4083
|
-
default as YCloudChevronDownSquare
|
|
4084
|
-
} from '../icons/square-chevron-down';
|
|
4085
4079
|
// SquareCheck aliases
|
|
4086
4080
|
export { default as YCloudSquareCheck } from '../icons/square-check';
|
|
4087
4081
|
export {
|
|
4088
4082
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
4089
4083
|
default as YCloudCheckSquare2
|
|
4090
4084
|
} from '../icons/square-check';
|
|
4085
|
+
// SquareChevronDown aliases
|
|
4086
|
+
export { default as YCloudSquareChevronDown } from '../icons/square-chevron-down';
|
|
4087
|
+
export {
|
|
4088
|
+
/** @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 */
|
|
4089
|
+
default as YCloudChevronDownSquare
|
|
4090
|
+
} from '../icons/square-chevron-down';
|
|
4091
4091
|
// SquareChevronLeft aliases
|
|
4092
4092
|
export { default as YCloudSquareChevronLeft } from '../icons/square-chevron-left';
|
|
4093
4093
|
export {
|
|
4094
4094
|
/** @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 */
|
|
4095
4095
|
default as YCloudChevronLeftSquare
|
|
4096
4096
|
} from '../icons/square-chevron-left';
|
|
4097
|
-
// SquareChevronRight aliases
|
|
4098
|
-
export { default as YCloudSquareChevronRight } from '../icons/square-chevron-right';
|
|
4099
|
-
export {
|
|
4100
|
-
/** @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 */
|
|
4101
|
-
default as YCloudChevronRightSquare
|
|
4102
|
-
} from '../icons/square-chevron-right';
|
|
4103
4097
|
// SquareChevronUp aliases
|
|
4104
4098
|
export { default as YCloudSquareChevronUp } from '../icons/square-chevron-up';
|
|
4105
4099
|
export {
|
|
4106
4100
|
/** @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 */
|
|
4107
4101
|
default as YCloudChevronUpSquare
|
|
4108
4102
|
} from '../icons/square-chevron-up';
|
|
4103
|
+
// SquareChevronRight aliases
|
|
4104
|
+
export { default as YCloudSquareChevronRight } from '../icons/square-chevron-right';
|
|
4105
|
+
export {
|
|
4106
|
+
/** @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 */
|
|
4107
|
+
default as YCloudChevronRightSquare
|
|
4108
|
+
} from '../icons/square-chevron-right';
|
|
4109
4109
|
// SquareCode aliases
|
|
4110
4110
|
export { default as YCloudSquareCode } from '../icons/square-code';
|
|
4111
4111
|
export {
|
|
@@ -4140,30 +4140,30 @@ export {
|
|
|
4140
4140
|
/** @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 */
|
|
4141
4141
|
default as YCloudBoxSelect
|
|
4142
4142
|
} from '../icons/square-dashed';
|
|
4143
|
-
// SquareDivide aliases
|
|
4144
|
-
export { default as YCloudSquareDivide } from '../icons/square-divide';
|
|
4145
|
-
export {
|
|
4146
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
4147
|
-
default as YCloudDivideSquare
|
|
4148
|
-
} from '../icons/square-divide';
|
|
4149
4143
|
// SquareDot aliases
|
|
4150
4144
|
export { default as YCloudSquareDot } from '../icons/square-dot';
|
|
4151
4145
|
export {
|
|
4152
4146
|
/** @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 */
|
|
4153
4147
|
default as YCloudDotSquare
|
|
4154
4148
|
} from '../icons/square-dot';
|
|
4155
|
-
//
|
|
4156
|
-
export { default as
|
|
4149
|
+
// SquareDivide aliases
|
|
4150
|
+
export { default as YCloudSquareDivide } from '../icons/square-divide';
|
|
4157
4151
|
export {
|
|
4158
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4159
|
-
default as
|
|
4160
|
-
} from '../icons/square-
|
|
4152
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
4153
|
+
default as YCloudDivideSquare
|
|
4154
|
+
} from '../icons/square-divide';
|
|
4161
4155
|
// SquareFunction aliases
|
|
4162
4156
|
export { default as YCloudSquareFunction } from '../icons/square-function';
|
|
4163
4157
|
export {
|
|
4164
4158
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
4165
4159
|
default as YCloudFunctionSquare
|
|
4166
4160
|
} from '../icons/square-function';
|
|
4161
|
+
// SquareEqual aliases
|
|
4162
|
+
export { default as YCloudSquareEqual } from '../icons/square-equal';
|
|
4163
|
+
export {
|
|
4164
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
4165
|
+
default as YCloudEqualSquare
|
|
4166
|
+
} from '../icons/square-equal';
|
|
4167
4167
|
// SquareKanban aliases
|
|
4168
4168
|
export { default as YCloudSquareKanban } from '../icons/square-kanban';
|
|
4169
4169
|
export {
|
|
@@ -4212,6 +4212,12 @@ export {
|
|
|
4212
4212
|
/** @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 */
|
|
4213
4213
|
default as YCloudParkingSquare
|
|
4214
4214
|
} from '../icons/square-parking';
|
|
4215
|
+
// SquarePercent aliases
|
|
4216
|
+
export { default as YCloudSquarePercent } from '../icons/square-percent';
|
|
4217
|
+
export {
|
|
4218
|
+
/** @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 */
|
|
4219
|
+
default as YCloudPercentSquare
|
|
4220
|
+
} from '../icons/square-percent';
|
|
4215
4221
|
// SquarePen aliases
|
|
4216
4222
|
export { default as YCloudSquarePen } from '../icons/square-pen';
|
|
4217
4223
|
export {
|
|
@@ -4226,24 +4232,18 @@ export {
|
|
|
4226
4232
|
/** @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 */
|
|
4227
4233
|
default as YCloudPenSquare
|
|
4228
4234
|
} from '../icons/square-pen';
|
|
4229
|
-
//
|
|
4230
|
-
export { default as
|
|
4235
|
+
// SquarePilcrow aliases
|
|
4236
|
+
export { default as YCloudSquarePilcrow } from '../icons/square-pilcrow';
|
|
4231
4237
|
export {
|
|
4232
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4233
|
-
default as
|
|
4234
|
-
} from '../icons/square-
|
|
4238
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4239
|
+
default as YCloudPilcrowSquare
|
|
4240
|
+
} from '../icons/square-pilcrow';
|
|
4235
4241
|
// SquarePi aliases
|
|
4236
4242
|
export { default as YCloudSquarePi } from '../icons/square-pi';
|
|
4237
4243
|
export {
|
|
4238
4244
|
/** @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 */
|
|
4239
4245
|
default as YCloudPiSquare
|
|
4240
4246
|
} from '../icons/square-pi';
|
|
4241
|
-
// SquarePilcrow aliases
|
|
4242
|
-
export { default as YCloudSquarePilcrow } from '../icons/square-pilcrow';
|
|
4243
|
-
export {
|
|
4244
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4245
|
-
default as YCloudPilcrowSquare
|
|
4246
|
-
} from '../icons/square-pilcrow';
|
|
4247
4247
|
// SquarePlay aliases
|
|
4248
4248
|
export { default as YCloudSquarePlay } from '../icons/square-play';
|
|
4249
4249
|
export {
|
|
@@ -4256,30 +4256,24 @@ export {
|
|
|
4256
4256
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
4257
4257
|
default as YCloudPlusSquare
|
|
4258
4258
|
} from '../icons/square-plus';
|
|
4259
|
-
// SquareScissors aliases
|
|
4260
|
-
export { default as YCloudSquareScissors } from '../icons/square-scissors';
|
|
4261
|
-
export {
|
|
4262
|
-
/** @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 */
|
|
4263
|
-
default as YCloudScissorsSquare
|
|
4264
|
-
} from '../icons/square-scissors';
|
|
4265
4259
|
// SquarePower aliases
|
|
4266
4260
|
export { default as YCloudSquarePower } from '../icons/square-power';
|
|
4267
4261
|
export {
|
|
4268
4262
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4269
4263
|
default as YCloudPowerSquare
|
|
4270
4264
|
} from '../icons/square-power';
|
|
4265
|
+
// SquareScissors aliases
|
|
4266
|
+
export { default as YCloudSquareScissors } from '../icons/square-scissors';
|
|
4267
|
+
export {
|
|
4268
|
+
/** @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 */
|
|
4269
|
+
default as YCloudScissorsSquare
|
|
4270
|
+
} from '../icons/square-scissors';
|
|
4271
4271
|
// SquareSigma aliases
|
|
4272
4272
|
export { default as YCloudSquareSigma } from '../icons/square-sigma';
|
|
4273
4273
|
export {
|
|
4274
4274
|
/** @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 */
|
|
4275
4275
|
default as YCloudSigmaSquare
|
|
4276
4276
|
} from '../icons/square-sigma';
|
|
4277
|
-
// SquareSlash aliases
|
|
4278
|
-
export { default as YCloudSquareSlash } from '../icons/square-slash';
|
|
4279
|
-
export {
|
|
4280
|
-
/** @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 */
|
|
4281
|
-
default as YCloudSlashSquare
|
|
4282
|
-
} from '../icons/square-slash';
|
|
4283
4277
|
// SquareSplitHorizontal aliases
|
|
4284
4278
|
export { default as YCloudSquareSplitHorizontal } from '../icons/square-split-horizontal';
|
|
4285
4279
|
export {
|
|
@@ -4292,6 +4286,12 @@ export {
|
|
|
4292
4286
|
/** @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 */
|
|
4293
4287
|
default as YCloudSplitSquareVertical
|
|
4294
4288
|
} from '../icons/square-split-vertical';
|
|
4289
|
+
// SquareSlash aliases
|
|
4290
|
+
export { default as YCloudSquareSlash } from '../icons/square-slash';
|
|
4291
|
+
export {
|
|
4292
|
+
/** @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 */
|
|
4293
|
+
default as YCloudSlashSquare
|
|
4294
|
+
} from '../icons/square-slash';
|
|
4295
4295
|
// SquareTerminal aliases
|
|
4296
4296
|
export { default as YCloudSquareTerminal } from '../icons/square-terminal';
|
|
4297
4297
|
export {
|
|
@@ -4328,18 +4328,28 @@ export {
|
|
|
4328
4328
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4329
4329
|
default as YCloudAlignCenter
|
|
4330
4330
|
} from '../icons/text-align-center';
|
|
4331
|
-
// TextAlignEnd aliases
|
|
4332
|
-
export { default as YCloudTextAlignEnd } from '../icons/text-align-end';
|
|
4333
|
-
export {
|
|
4334
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4335
|
-
default as YCloudAlignRight
|
|
4336
|
-
} from '../icons/text-align-end';
|
|
4337
4331
|
// TextAlignJustify aliases
|
|
4338
4332
|
export { default as YCloudTextAlignJustify } from '../icons/text-align-justify';
|
|
4339
4333
|
export {
|
|
4340
4334
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
|
|
4341
4335
|
default as YCloudAlignJustify
|
|
4342
4336
|
} from '../icons/text-align-justify';
|
|
4337
|
+
// TextAlignStart aliases
|
|
4338
|
+
export { default as YCloudTextAlignStart } from '../icons/text-align-start';
|
|
4339
|
+
export {
|
|
4340
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4341
|
+
default as YCloudText
|
|
4342
|
+
} from '../icons/text-align-start';
|
|
4343
|
+
export {
|
|
4344
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4345
|
+
default as YCloudAlignLeft
|
|
4346
|
+
} from '../icons/text-align-start';
|
|
4347
|
+
// TextAlignEnd aliases
|
|
4348
|
+
export { default as YCloudTextAlignEnd } from '../icons/text-align-end';
|
|
4349
|
+
export {
|
|
4350
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4351
|
+
default as YCloudAlignRight
|
|
4352
|
+
} from '../icons/text-align-end';
|
|
4343
4353
|
// TextInitial aliases
|
|
4344
4354
|
export { default as YCloudTextInitial } from '../icons/text-initial';
|
|
4345
4355
|
export {
|
|
@@ -4352,28 +4362,12 @@ export {
|
|
|
4352
4362
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4353
4363
|
default as YCloudWrapText
|
|
4354
4364
|
} from '../icons/text-wrap';
|
|
4355
|
-
// TextAlignStart aliases
|
|
4356
|
-
export { default as YCloudTextAlignStart } from '../icons/text-align-start';
|
|
4357
|
-
export {
|
|
4358
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4359
|
-
default as YCloudText
|
|
4360
|
-
} from '../icons/text-align-start';
|
|
4361
|
-
export {
|
|
4362
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4363
|
-
default as YCloudAlignLeft
|
|
4364
|
-
} from '../icons/text-align-start';
|
|
4365
4365
|
// TramFront aliases
|
|
4366
4366
|
export { default as YCloudTramFront } from '../icons/tram-front';
|
|
4367
4367
|
export {
|
|
4368
4368
|
/** @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 */
|
|
4369
4369
|
default as YCloudTrain
|
|
4370
4370
|
} from '../icons/tram-front';
|
|
4371
|
-
// TreePalm aliases
|
|
4372
|
-
export { default as YCloudTreePalm } from '../icons/tree-palm';
|
|
4373
|
-
export {
|
|
4374
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
4375
|
-
default as YCloudPalmtree
|
|
4376
|
-
} from '../icons/tree-palm';
|
|
4377
4371
|
// TriangleAlert aliases
|
|
4378
4372
|
export { default as YCloudTriangleAlert } from '../icons/triangle-alert';
|
|
4379
4373
|
export {
|
|
@@ -4386,6 +4380,12 @@ export {
|
|
|
4386
4380
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
4387
4381
|
default as YCloudTv2
|
|
4388
4382
|
} from '../icons/tv-minimal';
|
|
4383
|
+
// TreePalm aliases
|
|
4384
|
+
export { default as YCloudTreePalm } from '../icons/tree-palm';
|
|
4385
|
+
export {
|
|
4386
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
4387
|
+
default as YCloudPalmtree
|
|
4388
|
+
} from '../icons/tree-palm';
|
|
4389
4389
|
// University aliases
|
|
4390
4390
|
export { default as YCloudUniversity } from '../icons/university';
|
|
4391
4391
|
export {
|
|
@@ -4452,16 +4452,16 @@ export {
|
|
|
4452
4452
|
/** @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 */
|
|
4453
4453
|
default as YCloudWallet2
|
|
4454
4454
|
} from '../icons/wallet-minimal';
|
|
4455
|
-
// WandSparkles aliases
|
|
4456
|
-
export { default as YCloudWandSparkles } from '../icons/wand-sparkles';
|
|
4457
|
-
export {
|
|
4458
|
-
/** @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 */
|
|
4459
|
-
default as YCloudWand2
|
|
4460
|
-
} from '../icons/wand-sparkles';
|
|
4461
4455
|
// WavesHorizontal aliases
|
|
4462
4456
|
export { default as YCloudWavesHorizontal } from '../icons/waves-horizontal';
|
|
4463
4457
|
export {
|
|
4464
4458
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WavesHorizontal} instead. This alias will be removed in v1.0 */
|
|
4465
4459
|
default as YCloudWaves
|
|
4466
4460
|
} from '../icons/waves-horizontal';
|
|
4461
|
+
// WandSparkles aliases
|
|
4462
|
+
export { default as YCloudWandSparkles } from '../icons/wand-sparkles';
|
|
4463
|
+
export {
|
|
4464
|
+
/** @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 */
|
|
4465
|
+
default as YCloudWand2
|
|
4466
|
+
} from '../icons/wand-sparkles';
|
|
4467
4467
|
|