@lucide/astro 0.574.0 → 0.576.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +102 -90
- package/src/aliases/prefixed.ts +680 -634
- package/src/aliases/suffixed.ts +1103 -1057
- package/src/icons/cuboid.ts +2 -2
- package/src/icons/file-pen-line.ts +2 -2
- package/src/icons/fishing-rod.ts +18 -0
- package/src/icons/index.ts +114 -95
- package/src/icons/message-square-check.ts +18 -0
- package/src/icons/metronome.ts +18 -0
- package/src/icons/mouse-right.ts +18 -0
- package/src/icons/package-check.ts +2 -2
- package/src/icons/package-minus.ts +2 -2
- package/src/icons/package-plus.ts +2 -2
- package/src/icons/package-search.ts +2 -2
- package/src/icons/package-x.ts +2 -2
- package/src/icons/receipt-cent.ts +2 -2
- package/src/icons/receipt-euro.ts +2 -2
- package/src/icons/receipt-indian-rupee.ts +2 -2
- package/src/icons/receipt-japanese-yen.ts +2 -2
- package/src/icons/receipt-pound-sterling.ts +2 -2
- package/src/icons/receipt-russian-ruble.ts +2 -2
- package/src/icons/receipt-swiss-franc.ts +2 -2
- package/src/icons/receipt-turkish-lira.ts +2 -2
- package/src/icons/receipt.ts +2 -2
- package/src/icons/square-arrow-right-enter.ts +18 -0
- package/src/icons/square-arrow-right-exit.ts +18 -0
- package/src/icons/{flip-horizontal.ts → square-centerline-dashed-horizontal.ts} +4 -4
- package/src/icons/{flip-vertical.ts → square-centerline-dashed-vertical.ts} +4 -4
- package/src/icons/zodiac-aquarius.ts +18 -0
- package/src/icons/zodiac-aries.ts +18 -0
- package/src/icons/zodiac-cancer.ts +18 -0
- package/src/icons/zodiac-capricorn.ts +18 -0
- package/src/icons/zodiac-gemini.ts +18 -0
- package/src/icons/zodiac-leo.ts +18 -0
- package/src/icons/zodiac-libra.ts +18 -0
- package/src/icons/zodiac-ophiuchus.ts +18 -0
- package/src/icons/zodiac-pisces.ts +18 -0
- package/src/icons/zodiac-sagittarius.ts +18 -0
- package/src/icons/zodiac-scorpio.ts +18 -0
- package/src/icons/zodiac-taurus.ts +18 -0
- package/src/icons/zodiac-virgo.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
// AArrowUp aliases
|
|
2
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
3
1
|
// AArrowDown aliases
|
|
4
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
5
3
|
// ALargeSmall aliases
|
|
6
4
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
|
+
// AArrowUp aliases
|
|
6
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
7
7
|
// Accessibility aliases
|
|
8
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
9
|
// Activity aliases
|
|
@@ -14,32 +14,34 @@ export { default as AirVentIcon } from '../icons/air-vent';
|
|
|
14
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
15
|
// AlarmClockOff aliases
|
|
16
16
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
17
|
+
// AlarmClock aliases
|
|
18
|
+
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
17
19
|
// AlarmSmoke aliases
|
|
18
20
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
19
21
|
// Album aliases
|
|
20
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
21
|
-
// AlarmClock aliases
|
|
22
|
-
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
23
|
-
// AlignCenterVertical aliases
|
|
24
|
-
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
25
23
|
// AlignCenterHorizontal aliases
|
|
26
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
27
|
-
//
|
|
28
|
-
export { default as
|
|
25
|
+
// AlignCenterVertical aliases
|
|
26
|
+
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
29
27
|
// AlignEndVertical aliases
|
|
30
28
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
|
-
//
|
|
32
|
-
export { default as
|
|
29
|
+
// AlignEndHorizontal aliases
|
|
30
|
+
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
33
31
|
// AlignHorizontalDistributeCenter aliases
|
|
34
32
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
|
+
// AlignHorizontalDistributeEnd aliases
|
|
34
|
+
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
35
|
// AlignHorizontalDistributeStart aliases
|
|
36
36
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
|
-
//
|
|
38
|
-
export { default as
|
|
37
|
+
// AlignHorizontalJustifyEnd aliases
|
|
38
|
+
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
39
39
|
// AlignHorizontalJustifyCenter aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
41
|
// AlignHorizontalSpaceAround aliases
|
|
42
42
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
43
|
+
// AlignHorizontalJustifyStart aliases
|
|
44
|
+
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
45
|
// AlignHorizontalSpaceBetween aliases
|
|
44
46
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
45
47
|
// AlignStartHorizontal aliases
|
|
@@ -50,8 +52,6 @@ export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical
|
|
|
50
52
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
51
53
|
// AlignVerticalDistributeEnd aliases
|
|
52
54
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
53
|
-
// AlignHorizontalJustifyEnd aliases
|
|
54
|
-
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
55
55
|
// AlignVerticalDistributeStart aliases
|
|
56
56
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
57
57
|
// AlignVerticalJustifyCenter aliases
|
|
@@ -74,38 +74,38 @@ export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
|
74
74
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
75
|
// Anchor aliases
|
|
76
76
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
|
-
// Angry aliases
|
|
78
|
-
export { default as AngryIcon } from '../icons/angry';
|
|
79
77
|
// Annoyed aliases
|
|
80
78
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
81
79
|
// Antenna aliases
|
|
82
80
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
81
|
+
// Angry aliases
|
|
82
|
+
export { default as AngryIcon } from '../icons/angry';
|
|
83
83
|
// Anvil aliases
|
|
84
84
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
|
-
// Aperture aliases
|
|
86
|
-
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
85
|
// AppWindowMac aliases
|
|
88
86
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
87
|
+
// Aperture aliases
|
|
88
|
+
export { default as ApertureIcon } from '../icons/aperture';
|
|
89
89
|
// AppWindow aliases
|
|
90
90
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
91
|
// Apple aliases
|
|
92
92
|
export { default as AppleIcon } from '../icons/apple';
|
|
93
|
-
// ArchiveX aliases
|
|
94
|
-
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
95
93
|
// ArchiveRestore aliases
|
|
96
94
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
97
|
-
// Archive aliases
|
|
98
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
95
|
// Armchair aliases
|
|
100
96
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
97
|
+
// ArchiveX aliases
|
|
98
|
+
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
99
|
+
// Archive aliases
|
|
100
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
101
101
|
// ArrowBigDownDash aliases
|
|
102
102
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
103
|
// ArrowBigDown aliases
|
|
104
104
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
|
-
// ArrowBigLeftDash aliases
|
|
106
|
-
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
105
|
// ArrowBigLeft aliases
|
|
108
106
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
107
|
+
// ArrowBigLeftDash aliases
|
|
108
|
+
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
109
109
|
// ArrowBigRightDash aliases
|
|
110
110
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
111
|
// ArrowBigRight aliases
|
|
@@ -134,22 +134,22 @@ export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
|
134
134
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
135
135
|
// ArrowLeftRight aliases
|
|
136
136
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
137
|
-
// ArrowLeftToLine aliases
|
|
138
|
-
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
137
|
// ArrowLeft aliases
|
|
140
138
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
141
139
|
// ArrowRightFromLine aliases
|
|
142
140
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
141
|
+
// ArrowLeftToLine aliases
|
|
142
|
+
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
143
143
|
// ArrowRightLeft aliases
|
|
144
144
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
|
-
// ArrowRightToLine aliases
|
|
146
|
-
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
147
145
|
// ArrowRight aliases
|
|
148
146
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
149
|
-
//
|
|
150
|
-
export { default as
|
|
147
|
+
// ArrowRightToLine aliases
|
|
148
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
151
149
|
// ArrowUpDown aliases
|
|
152
150
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
|
+
// ArrowUpFromDot aliases
|
|
152
|
+
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
153
153
|
// ArrowUpLeft aliases
|
|
154
154
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
155
155
|
// ArrowUpFromLine aliases
|
|
@@ -162,18 +162,18 @@ export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
|
162
162
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
163
163
|
// ArrowUp aliases
|
|
164
164
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
165
|
-
// AtSign aliases
|
|
166
|
-
export { default as AtSignIcon } from '../icons/at-sign';
|
|
167
165
|
// ArrowsUpFromLine aliases
|
|
168
166
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
169
167
|
// Asterisk aliases
|
|
170
168
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
171
|
-
//
|
|
172
|
-
export { default as
|
|
169
|
+
// AtSign aliases
|
|
170
|
+
export { default as AtSignIcon } from '../icons/at-sign';
|
|
173
171
|
// Atom aliases
|
|
174
172
|
export { default as AtomIcon } from '../icons/atom';
|
|
175
173
|
// AudioWaveform aliases
|
|
176
174
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
175
|
+
// AudioLines aliases
|
|
176
|
+
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
177
177
|
// Award aliases
|
|
178
178
|
export { default as AwardIcon } from '../icons/award';
|
|
179
179
|
// Axe aliases
|
|
@@ -190,38 +190,38 @@ export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
|
190
190
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
191
191
|
// BadgeEuro aliases
|
|
192
192
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
193
|
-
// BadgeIndianRupee aliases
|
|
194
|
-
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
195
193
|
// BadgeInfo aliases
|
|
196
194
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
195
|
+
// BadgeIndianRupee aliases
|
|
196
|
+
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
197
197
|
// BadgeJapaneseYen aliases
|
|
198
198
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
199
199
|
// BadgeMinus aliases
|
|
200
200
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
201
|
-
// BadgePercent aliases
|
|
202
|
-
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
203
201
|
// BadgePlus aliases
|
|
204
202
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
203
|
+
// BadgePercent aliases
|
|
204
|
+
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
205
205
|
// BadgePoundSterling aliases
|
|
206
206
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
207
207
|
// BadgeRussianRuble aliases
|
|
208
208
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
209
209
|
// BadgeSwissFranc aliases
|
|
210
210
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
211
|
-
// Badge aliases
|
|
212
|
-
export { default as BadgeIcon } from '../icons/badge';
|
|
213
211
|
// BadgeTurkishLira aliases
|
|
214
212
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
215
|
-
// BaggageClaim aliases
|
|
216
|
-
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
217
213
|
// BadgeX aliases
|
|
218
214
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
215
|
+
// Badge aliases
|
|
216
|
+
export { default as BadgeIcon } from '../icons/badge';
|
|
217
|
+
// BaggageClaim aliases
|
|
218
|
+
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
219
|
+
// Ban aliases
|
|
220
|
+
export { default as BanIcon } from '../icons/ban';
|
|
219
221
|
// Balloon aliases
|
|
220
222
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
221
223
|
// Banana aliases
|
|
222
224
|
export { default as BananaIcon } from '../icons/banana';
|
|
223
|
-
// Ban aliases
|
|
224
|
-
export { default as BanIcon } from '../icons/ban';
|
|
225
225
|
// Bandage aliases
|
|
226
226
|
export { default as BandageIcon } from '../icons/bandage';
|
|
227
227
|
// BanknoteArrowDown aliases
|
|
@@ -230,24 +230,24 @@ export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
|
230
230
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
231
231
|
// Banknote aliases
|
|
232
232
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
233
|
-
// Barcode aliases
|
|
234
|
-
export { default as BarcodeIcon } from '../icons/barcode';
|
|
235
233
|
// BanknoteX aliases
|
|
236
234
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
237
|
-
//
|
|
238
|
-
export { default as
|
|
235
|
+
// Barcode aliases
|
|
236
|
+
export { default as BarcodeIcon } from '../icons/barcode';
|
|
239
237
|
// Barrel aliases
|
|
240
238
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
239
|
+
// Baseline aliases
|
|
240
|
+
export { default as BaselineIcon } from '../icons/baseline';
|
|
241
241
|
// Bath aliases
|
|
242
242
|
export { default as BathIcon } from '../icons/bath';
|
|
243
243
|
// BatteryCharging aliases
|
|
244
244
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
245
245
|
// BatteryFull aliases
|
|
246
246
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
247
|
-
// BatteryLow aliases
|
|
248
|
-
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
249
247
|
// BatteryMedium aliases
|
|
250
248
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
249
|
+
// BatteryLow aliases
|
|
250
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
251
251
|
// BatteryPlus aliases
|
|
252
252
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
253
253
|
// BatteryWarning aliases
|
|
@@ -262,94 +262,92 @@ export { default as BeanOffIcon } from '../icons/bean-off';
|
|
|
262
262
|
export { default as BeanIcon } from '../icons/bean';
|
|
263
263
|
// BedDouble aliases
|
|
264
264
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
265
|
-
// BedSingle aliases
|
|
266
|
-
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
267
265
|
// Bed aliases
|
|
268
266
|
export { default as BedIcon } from '../icons/bed';
|
|
269
267
|
// Beef aliases
|
|
270
268
|
export { default as BeefIcon } from '../icons/beef';
|
|
271
|
-
//
|
|
272
|
-
export { default as
|
|
269
|
+
// BedSingle aliases
|
|
270
|
+
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
273
271
|
// Beer aliases
|
|
274
272
|
export { default as BeerIcon } from '../icons/beer';
|
|
275
|
-
//
|
|
276
|
-
export { default as
|
|
277
|
-
// BellMinus aliases
|
|
278
|
-
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
273
|
+
// BeerOff aliases
|
|
274
|
+
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
279
275
|
// BellElectric aliases
|
|
280
276
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
277
|
+
// BellDot aliases
|
|
278
|
+
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
281
279
|
// BellOff aliases
|
|
282
280
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
281
|
+
// BellMinus aliases
|
|
282
|
+
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
283
|
+
// BellRing aliases
|
|
284
|
+
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
283
285
|
// BellPlus aliases
|
|
284
286
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
285
287
|
// Bell aliases
|
|
286
288
|
export { default as BellIcon } from '../icons/bell';
|
|
287
|
-
// BellRing aliases
|
|
288
|
-
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
289
|
-
// BetweenVerticalStart aliases
|
|
290
|
-
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
291
289
|
// BetweenVerticalEnd aliases
|
|
292
290
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
291
|
+
// BetweenVerticalStart aliases
|
|
292
|
+
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
293
293
|
// BicepsFlexed aliases
|
|
294
294
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
295
|
-
// Binary aliases
|
|
296
|
-
export { default as BinaryIcon } from '../icons/binary';
|
|
297
295
|
// Bike aliases
|
|
298
296
|
export { default as BikeIcon } from '../icons/bike';
|
|
297
|
+
// Binary aliases
|
|
298
|
+
export { default as BinaryIcon } from '../icons/binary';
|
|
299
299
|
// Binoculars aliases
|
|
300
300
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
301
301
|
// Biohazard aliases
|
|
302
302
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
303
|
-
// Bird aliases
|
|
304
|
-
export { default as BirdIcon } from '../icons/bird';
|
|
305
303
|
// Birdhouse aliases
|
|
306
304
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
307
305
|
// Bitcoin aliases
|
|
308
306
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
307
|
+
// Bird aliases
|
|
308
|
+
export { default as BirdIcon } from '../icons/bird';
|
|
309
309
|
// Blend aliases
|
|
310
310
|
export { default as BlendIcon } from '../icons/blend';
|
|
311
311
|
// Blinds aliases
|
|
312
312
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
313
|
-
// Blocks aliases
|
|
314
|
-
export { default as BlocksIcon } from '../icons/blocks';
|
|
315
313
|
// BluetoothConnected aliases
|
|
316
314
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
317
|
-
// BluetoothSearching aliases
|
|
318
|
-
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
319
315
|
// BluetoothOff aliases
|
|
320
316
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
317
|
+
// BluetoothSearching aliases
|
|
318
|
+
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
319
|
+
// Blocks aliases
|
|
320
|
+
export { default as BlocksIcon } from '../icons/blocks';
|
|
321
321
|
// Bluetooth aliases
|
|
322
322
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
323
|
-
// Bolt aliases
|
|
324
|
-
export { default as BoltIcon } from '../icons/bolt';
|
|
325
323
|
// Bold aliases
|
|
326
324
|
export { default as BoldIcon } from '../icons/bold';
|
|
327
325
|
// Bomb aliases
|
|
328
326
|
export { default as BombIcon } from '../icons/bomb';
|
|
327
|
+
// Bolt aliases
|
|
328
|
+
export { default as BoltIcon } from '../icons/bolt';
|
|
329
329
|
// Bone aliases
|
|
330
330
|
export { default as BoneIcon } from '../icons/bone';
|
|
331
331
|
// BookA aliases
|
|
332
332
|
export { default as BookAIcon } from '../icons/book-a';
|
|
333
333
|
// BookAlert aliases
|
|
334
334
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
335
|
-
// BookAudio aliases
|
|
336
|
-
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
337
335
|
// BookCheck aliases
|
|
338
336
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
337
|
+
// BookAudio aliases
|
|
338
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
339
339
|
// BookCopy aliases
|
|
340
340
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
341
|
-
// BookHeadphones aliases
|
|
342
|
-
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
343
341
|
// BookDown aliases
|
|
344
342
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
343
|
+
// BookHeadphones aliases
|
|
344
|
+
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
345
345
|
// BookHeart aliases
|
|
346
346
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
347
|
-
// BookImage aliases
|
|
348
|
-
export { default as BookImageIcon } from '../icons/book-image';
|
|
349
347
|
// BookKey aliases
|
|
350
348
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
351
|
-
//
|
|
352
|
-
export { default as
|
|
349
|
+
// BookImage aliases
|
|
350
|
+
export { default as BookImageIcon } from '../icons/book-image';
|
|
353
351
|
// BookLock aliases
|
|
354
352
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
355
353
|
// BookMinus aliases
|
|
@@ -358,12 +356,14 @@ export { default as BookMinusIcon } from '../icons/book-minus';
|
|
|
358
356
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
359
357
|
// BookOpenText aliases
|
|
360
358
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
359
|
+
// BookMarked aliases
|
|
360
|
+
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
361
361
|
// BookOpen aliases
|
|
362
362
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
363
|
-
// BookPlus aliases
|
|
364
|
-
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
365
363
|
// BookSearch aliases
|
|
366
364
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
365
|
+
// BookPlus aliases
|
|
366
|
+
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
367
367
|
// BookText aliases
|
|
368
368
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
369
369
|
// BookType aliases
|
|
@@ -372,42 +372,42 @@ export { default as BookTypeIcon } from '../icons/book-type';
|
|
|
372
372
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
373
|
// BookUser aliases
|
|
374
374
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
375
|
-
// BookUp aliases
|
|
376
|
-
export { default as BookUpIcon } from '../icons/book-up';
|
|
377
375
|
// BookX aliases
|
|
378
376
|
export { default as BookXIcon } from '../icons/book-x';
|
|
379
|
-
//
|
|
380
|
-
export { default as
|
|
377
|
+
// BookUp aliases
|
|
378
|
+
export { default as BookUpIcon } from '../icons/book-up';
|
|
381
379
|
// Book aliases
|
|
382
380
|
export { default as BookIcon } from '../icons/book';
|
|
381
|
+
// BookmarkCheck aliases
|
|
382
|
+
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
383
383
|
// BookmarkMinus aliases
|
|
384
384
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
385
|
-
// BookmarkX aliases
|
|
386
|
-
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
387
385
|
// BookmarkPlus aliases
|
|
388
386
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
387
|
+
// BookmarkX aliases
|
|
388
|
+
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
389
389
|
// Bookmark aliases
|
|
390
390
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
391
|
-
// BotMessageSquare aliases
|
|
392
|
-
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
393
391
|
// BoomBox aliases
|
|
394
392
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
393
|
+
// BotMessageSquare aliases
|
|
394
|
+
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
395
395
|
// BotOff aliases
|
|
396
396
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
397
|
-
// BowArrow aliases
|
|
398
|
-
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
399
397
|
// Bot aliases
|
|
400
398
|
export { default as BotIcon } from '../icons/bot';
|
|
401
|
-
// Box aliases
|
|
402
|
-
export { default as BoxIcon } from '../icons/box';
|
|
403
399
|
// BottleWine aliases
|
|
404
400
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
401
|
+
// BowArrow aliases
|
|
402
|
+
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
403
|
+
// Box aliases
|
|
404
|
+
export { default as BoxIcon } from '../icons/box';
|
|
405
405
|
// Boxes aliases
|
|
406
406
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
407
|
-
// BrainCircuit aliases
|
|
408
|
-
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
409
407
|
// Brackets aliases
|
|
410
408
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
409
|
+
// BrainCircuit aliases
|
|
410
|
+
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
411
411
|
// BrainCog aliases
|
|
412
412
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
413
413
|
// Brain aliases
|
|
@@ -420,38 +420,38 @@ export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
|
420
420
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
421
421
|
// BriefcaseBusiness aliases
|
|
422
422
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
423
|
-
// BriefcaseConveyorBelt aliases
|
|
424
|
-
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
425
423
|
// BriefcaseMedical aliases
|
|
426
424
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
425
|
+
// BriefcaseConveyorBelt aliases
|
|
426
|
+
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
427
427
|
// Briefcase aliases
|
|
428
428
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
429
|
+
// BringToFront aliases
|
|
430
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
429
431
|
// BrushCleaning aliases
|
|
430
432
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
431
433
|
// Brush aliases
|
|
432
434
|
export { default as BrushIcon } from '../icons/brush';
|
|
433
|
-
//
|
|
434
|
-
export { default as
|
|
435
|
+
// BugOff aliases
|
|
436
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
435
437
|
// Bubbles aliases
|
|
436
438
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
437
439
|
// BugPlay aliases
|
|
438
440
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
439
|
-
// BugOff aliases
|
|
440
|
-
export { default as BugOffIcon } from '../icons/bug-off';
|
|
441
|
-
// Bug aliases
|
|
442
|
-
export { default as BugIcon } from '../icons/bug';
|
|
443
441
|
// Building aliases
|
|
444
442
|
export { default as BuildingIcon } from '../icons/building';
|
|
445
|
-
//
|
|
446
|
-
export { default as
|
|
443
|
+
// Bug aliases
|
|
444
|
+
export { default as BugIcon } from '../icons/bug';
|
|
447
445
|
// BusFront aliases
|
|
448
446
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
447
|
+
// Building2 aliases
|
|
448
|
+
export { default as Building2Icon } from '../icons/building-2';
|
|
449
449
|
// Bus aliases
|
|
450
450
|
export { default as BusIcon } from '../icons/bus';
|
|
451
|
-
// Cable aliases
|
|
452
|
-
export { default as CableIcon } from '../icons/cable';
|
|
453
451
|
// CableCar aliases
|
|
454
452
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
453
|
+
// Cable aliases
|
|
454
|
+
export { default as CableIcon } from '../icons/cable';
|
|
455
455
|
// CakeSlice aliases
|
|
456
456
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
457
457
|
// Cake aliases
|
|
@@ -472,36 +472,36 @@ export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
|
472
472
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
473
473
|
// CalendarCog aliases
|
|
474
474
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
475
|
-
// CalendarFold aliases
|
|
476
|
-
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
477
475
|
// CalendarDays aliases
|
|
478
476
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
479
477
|
// CalendarHeart aliases
|
|
480
478
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
481
|
-
//
|
|
482
|
-
export { default as
|
|
479
|
+
// CalendarFold aliases
|
|
480
|
+
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
483
481
|
// CalendarMinus2 aliases
|
|
484
482
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
483
|
+
// CalendarMinus aliases
|
|
484
|
+
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
485
485
|
// CalendarOff aliases
|
|
486
486
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
487
487
|
// CalendarPlus2 aliases
|
|
488
488
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
489
489
|
// CalendarPlus aliases
|
|
490
490
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
491
|
-
//
|
|
492
|
-
export { default as
|
|
491
|
+
// CalendarSearch aliases
|
|
492
|
+
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
493
493
|
// CalendarSync aliases
|
|
494
494
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
495
|
+
// CalendarRange aliases
|
|
496
|
+
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
495
497
|
// CalendarX2 aliases
|
|
496
498
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
497
|
-
// CalendarSearch aliases
|
|
498
|
-
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
499
499
|
// CalendarX aliases
|
|
500
500
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
501
|
-
// Calendar aliases
|
|
502
|
-
export { default as CalendarIcon } from '../icons/calendar';
|
|
503
501
|
// Calendars aliases
|
|
504
502
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
503
|
+
// Calendar aliases
|
|
504
|
+
export { default as CalendarIcon } from '../icons/calendar';
|
|
505
505
|
// CameraOff aliases
|
|
506
506
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
507
507
|
// Camera aliases
|
|
@@ -532,32 +532,32 @@ export { default as CardSimIcon } from '../icons/card-sim';
|
|
|
532
532
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
533
533
|
// CaseLower aliases
|
|
534
534
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
535
|
-
// CaseUpper aliases
|
|
536
|
-
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
537
535
|
// CaseSensitive aliases
|
|
538
536
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
539
|
-
//
|
|
540
|
-
export { default as
|
|
537
|
+
// CaseUpper aliases
|
|
538
|
+
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
541
539
|
// Cast aliases
|
|
542
540
|
export { default as CastIcon } from '../icons/cast';
|
|
541
|
+
// CassetteTape aliases
|
|
542
|
+
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
543
543
|
// Castle aliases
|
|
544
544
|
export { default as CastleIcon } from '../icons/castle';
|
|
545
545
|
// Cat aliases
|
|
546
546
|
export { default as CatIcon } from '../icons/cat';
|
|
547
547
|
// Cctv aliases
|
|
548
548
|
export { default as CctvIcon } from '../icons/cctv';
|
|
549
|
-
// ChartBarIncreasing aliases
|
|
550
|
-
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
551
549
|
// ChartBarDecreasing aliases
|
|
552
550
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
553
|
-
//
|
|
554
|
-
export { default as
|
|
551
|
+
// ChartBarIncreasing aliases
|
|
552
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
555
553
|
// ChartBarStacked aliases
|
|
556
554
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
557
|
-
//
|
|
558
|
-
export { default as
|
|
555
|
+
// ChartColumnDecreasing aliases
|
|
556
|
+
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
559
557
|
// ChartColumnStacked aliases
|
|
560
558
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
559
|
+
// ChartGantt aliases
|
|
560
|
+
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
561
561
|
// ChartNetwork aliases
|
|
562
562
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
563
563
|
// ChartNoAxesColumnDecreasing aliases
|
|
@@ -574,10 +574,10 @@ export { default as CheckLineIcon } from '../icons/check-line';
|
|
|
574
574
|
export { default as CheckIcon } from '../icons/check';
|
|
575
575
|
// ChefHat aliases
|
|
576
576
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
577
|
-
// Cherry aliases
|
|
578
|
-
export { default as CherryIcon } from '../icons/cherry';
|
|
579
577
|
// ChessBishop aliases
|
|
580
578
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
579
|
+
// Cherry aliases
|
|
580
|
+
export { default as CherryIcon } from '../icons/cherry';
|
|
581
581
|
// ChessKing aliases
|
|
582
582
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
583
583
|
// ChessKnight aliases
|
|
@@ -586,34 +586,34 @@ export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
|
586
586
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
587
587
|
// ChessQueen aliases
|
|
588
588
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
589
|
-
// ChessRook aliases
|
|
590
|
-
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
591
589
|
// ChevronDown aliases
|
|
592
590
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
591
|
+
// ChessRook aliases
|
|
592
|
+
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
593
593
|
// ChevronFirst aliases
|
|
594
594
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
595
595
|
// ChevronLast aliases
|
|
596
596
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
597
|
-
// ChevronLeft aliases
|
|
598
|
-
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
599
597
|
// ChevronRight aliases
|
|
600
598
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
601
|
-
//
|
|
602
|
-
export { default as
|
|
599
|
+
// ChevronLeft aliases
|
|
600
|
+
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
603
601
|
// ChevronUp aliases
|
|
604
602
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
605
|
-
//
|
|
606
|
-
export { default as
|
|
603
|
+
// ChevronsDownUp aliases
|
|
604
|
+
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
607
605
|
// ChevronsLeftRightEllipsis aliases
|
|
608
606
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
607
|
+
// ChevronsDown aliases
|
|
608
|
+
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
609
609
|
// ChevronsLeftRight aliases
|
|
610
610
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
611
|
-
// ChevronsLeft aliases
|
|
612
|
-
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
613
611
|
// ChevronsRightLeft aliases
|
|
614
612
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
615
613
|
// ChevronsRight aliases
|
|
616
614
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
615
|
+
// ChevronsLeft aliases
|
|
616
|
+
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
617
617
|
// ChevronsUpDown aliases
|
|
618
618
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
619
619
|
// ChevronsUp aliases
|
|
@@ -626,62 +626,62 @@ export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
|
626
626
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
627
627
|
// CircleDashed aliases
|
|
628
628
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
629
|
+
// CircleDollarSign aliases
|
|
630
|
+
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
629
631
|
// CircleDotDashed aliases
|
|
630
632
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
631
633
|
// CircleEllipsis aliases
|
|
632
634
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
633
|
-
// CircleDollarSign aliases
|
|
634
|
-
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
635
|
-
// CircleEqual aliases
|
|
636
|
-
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
637
635
|
// CircleDot aliases
|
|
638
636
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
639
|
-
//
|
|
640
|
-
export { default as
|
|
637
|
+
// CircleEqual aliases
|
|
638
|
+
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
641
639
|
// CircleFadingArrowUp aliases
|
|
642
640
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
641
|
+
// CircleFadingPlus aliases
|
|
642
|
+
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
643
643
|
// CircleOff aliases
|
|
644
644
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
645
|
-
// CircleSlash aliases
|
|
646
|
-
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
647
645
|
// CirclePile aliases
|
|
648
646
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
649
|
-
//
|
|
650
|
-
export { default as
|
|
647
|
+
// CircleSlash aliases
|
|
648
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
651
649
|
// CircleSmall aliases
|
|
652
650
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
651
|
+
// CirclePoundSterling aliases
|
|
652
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
653
653
|
// CircleStar aliases
|
|
654
654
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
655
655
|
// Circle aliases
|
|
656
656
|
export { default as CircleIcon } from '../icons/circle';
|
|
657
657
|
// CircuitBoard aliases
|
|
658
658
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
659
|
-
// Citrus aliases
|
|
660
|
-
export { default as CitrusIcon } from '../icons/citrus';
|
|
661
659
|
// Clapperboard aliases
|
|
662
660
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
663
661
|
// ClipboardCheck aliases
|
|
664
662
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
663
|
+
// Citrus aliases
|
|
664
|
+
export { default as CitrusIcon } from '../icons/citrus';
|
|
665
665
|
// ClipboardClock aliases
|
|
666
666
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
667
|
-
// ClipboardCopy aliases
|
|
668
|
-
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
669
667
|
// ClipboardList aliases
|
|
670
668
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
669
|
+
// ClipboardCopy aliases
|
|
670
|
+
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
671
671
|
// ClipboardMinus aliases
|
|
672
672
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
673
673
|
// ClipboardPaste aliases
|
|
674
674
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
675
|
-
// ClipboardPlus aliases
|
|
676
|
-
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
677
675
|
// ClipboardType aliases
|
|
678
676
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
679
|
-
//
|
|
680
|
-
export { default as
|
|
677
|
+
// ClipboardPlus aliases
|
|
678
|
+
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
681
679
|
// ClipboardX aliases
|
|
682
680
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
683
681
|
// Clipboard aliases
|
|
684
682
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
683
|
+
// Clock1 aliases
|
|
684
|
+
export { default as Clock1Icon } from '../icons/clock-1';
|
|
685
685
|
// Clock10 aliases
|
|
686
686
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
687
687
|
// Clock11 aliases
|
|
@@ -702,20 +702,20 @@ export { default as Clock6Icon } from '../icons/clock-6';
|
|
|
702
702
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
703
703
|
// Clock8 aliases
|
|
704
704
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
705
|
-
// Clock9 aliases
|
|
706
|
-
export { default as Clock9Icon } from '../icons/clock-9';
|
|
707
705
|
// ClockAlert aliases
|
|
708
706
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
707
|
+
// ClockArrowDown aliases
|
|
708
|
+
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
709
|
+
// Clock9 aliases
|
|
710
|
+
export { default as Clock9Icon } from '../icons/clock-9';
|
|
709
711
|
// ClockArrowUp aliases
|
|
710
712
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
711
713
|
// ClockCheck aliases
|
|
712
714
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
713
|
-
// ClockArrowDown aliases
|
|
714
|
-
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
715
|
-
// ClockPlus aliases
|
|
716
|
-
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
717
715
|
// ClockFading aliases
|
|
718
716
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
717
|
+
// ClockPlus aliases
|
|
718
|
+
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
719
719
|
// Clock aliases
|
|
720
720
|
export { default as ClockIcon } from '../icons/clock';
|
|
721
721
|
// ClosedCaption aliases
|
|
@@ -730,16 +730,16 @@ export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
|
730
730
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
731
731
|
// CloudDrizzle aliases
|
|
732
732
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
733
|
-
// CloudFog aliases
|
|
734
|
-
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
735
733
|
// CloudHail aliases
|
|
736
734
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
735
|
+
// CloudFog aliases
|
|
736
|
+
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
737
737
|
// CloudLightning aliases
|
|
738
738
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
739
|
-
// CloudMoon aliases
|
|
740
|
-
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
741
739
|
// CloudMoonRain aliases
|
|
742
740
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
741
|
+
// CloudMoon aliases
|
|
742
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
743
743
|
// CloudOff aliases
|
|
744
744
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
745
745
|
// CloudRainWind aliases
|
|
@@ -748,10 +748,10 @@ export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
|
748
748
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
749
749
|
// CloudRain aliases
|
|
750
750
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
751
|
-
// CloudSun aliases
|
|
752
|
-
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
753
751
|
// CloudSunRain aliases
|
|
754
752
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
753
|
+
// CloudSun aliases
|
|
754
|
+
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
755
755
|
// CloudSync aliases
|
|
756
756
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
757
757
|
// Cloud aliases
|
|
@@ -762,52 +762,52 @@ export { default as CloudyIcon } from '../icons/cloudy';
|
|
|
762
762
|
export { default as CloverIcon } from '../icons/clover';
|
|
763
763
|
// Club aliases
|
|
764
764
|
export { default as ClubIcon } from '../icons/club';
|
|
765
|
+
// Code aliases
|
|
766
|
+
export { default as CodeIcon } from '../icons/code';
|
|
765
767
|
// Codepen aliases
|
|
766
768
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
767
769
|
// Codesandbox aliases
|
|
768
770
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
769
|
-
// Code aliases
|
|
770
|
-
export { default as CodeIcon } from '../icons/code';
|
|
771
|
-
// Cog aliases
|
|
772
|
-
export { default as CogIcon } from '../icons/cog';
|
|
773
|
-
// Coins aliases
|
|
774
|
-
export { default as CoinsIcon } from '../icons/coins';
|
|
775
771
|
// Coffee aliases
|
|
776
772
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
773
|
+
// Cog aliases
|
|
774
|
+
export { default as CogIcon } from '../icons/cog';
|
|
777
775
|
// Columns4 aliases
|
|
778
776
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
777
|
+
// Coins aliases
|
|
778
|
+
export { default as CoinsIcon } from '../icons/coins';
|
|
779
779
|
// Combine aliases
|
|
780
780
|
export { default as CombineIcon } from '../icons/combine';
|
|
781
781
|
// Command aliases
|
|
782
782
|
export { default as CommandIcon } from '../icons/command';
|
|
783
|
-
// Component aliases
|
|
784
|
-
export { default as ComponentIcon } from '../icons/component';
|
|
785
783
|
// Compass aliases
|
|
786
784
|
export { default as CompassIcon } from '../icons/compass';
|
|
787
|
-
//
|
|
788
|
-
export { default as
|
|
785
|
+
// Component aliases
|
|
786
|
+
export { default as ComponentIcon } from '../icons/component';
|
|
789
787
|
// Computer aliases
|
|
790
788
|
export { default as ComputerIcon } from '../icons/computer';
|
|
789
|
+
// ConciergeBell aliases
|
|
790
|
+
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
791
791
|
// Cone aliases
|
|
792
792
|
export { default as ConeIcon } from '../icons/cone';
|
|
793
|
+
// Contact aliases
|
|
794
|
+
export { default as ContactIcon } from '../icons/contact';
|
|
793
795
|
// Construction aliases
|
|
794
796
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
795
|
-
// Container aliases
|
|
796
|
-
export { default as ContainerIcon } from '../icons/container';
|
|
797
797
|
// Contrast aliases
|
|
798
798
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
799
|
-
// Contact aliases
|
|
800
|
-
export { default as ContactIcon } from '../icons/contact';
|
|
801
799
|
// Cookie aliases
|
|
802
800
|
export { default as CookieIcon } from '../icons/cookie';
|
|
801
|
+
// Container aliases
|
|
802
|
+
export { default as ContainerIcon } from '../icons/container';
|
|
803
803
|
// CookingPot aliases
|
|
804
804
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
805
805
|
// CopyCheck aliases
|
|
806
806
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
807
|
-
// CopyPlus aliases
|
|
808
|
-
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
809
807
|
// CopyMinus aliases
|
|
810
808
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
809
|
+
// CopyPlus aliases
|
|
810
|
+
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
811
811
|
// CopySlash aliases
|
|
812
812
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
813
813
|
// CopyX aliases
|
|
@@ -826,14 +826,14 @@ export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
|
826
826
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
827
827
|
// CornerLeftUp aliases
|
|
828
828
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
829
|
-
// CornerRightUp aliases
|
|
830
|
-
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
831
829
|
// CornerRightDown aliases
|
|
832
830
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
833
|
-
//
|
|
834
|
-
export { default as
|
|
831
|
+
// CornerRightUp aliases
|
|
832
|
+
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
835
833
|
// CornerUpRight aliases
|
|
836
834
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
835
|
+
// CornerUpLeft aliases
|
|
836
|
+
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
837
837
|
// Cpu aliases
|
|
838
838
|
export { default as CpuIcon } from '../icons/cpu';
|
|
839
839
|
// CreativeCommons aliases
|
|
@@ -842,10 +842,10 @@ export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
|
842
842
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
843
843
|
// Croissant aliases
|
|
844
844
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
845
|
-
// Cross aliases
|
|
846
|
-
export { default as CrossIcon } from '../icons/cross';
|
|
847
845
|
// Crop aliases
|
|
848
846
|
export { default as CropIcon } from '../icons/crop';
|
|
847
|
+
// Cross aliases
|
|
848
|
+
export { default as CrossIcon } from '../icons/cross';
|
|
849
849
|
// Crosshair aliases
|
|
850
850
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
851
851
|
// Crown aliases
|
|
@@ -854,22 +854,22 @@ export { default as CrownIcon } from '../icons/crown';
|
|
|
854
854
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
855
855
|
// CupSoda aliases
|
|
856
856
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
857
|
-
//
|
|
858
|
-
export { default as
|
|
857
|
+
// Currency aliases
|
|
858
|
+
export { default as CurrencyIcon } from '../icons/currency';
|
|
859
859
|
// Dam aliases
|
|
860
860
|
export { default as DamIcon } from '../icons/dam';
|
|
861
|
+
// Cylinder aliases
|
|
862
|
+
export { default as CylinderIcon } from '../icons/cylinder';
|
|
861
863
|
// DatabaseBackup aliases
|
|
862
864
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
863
|
-
// Currency aliases
|
|
864
|
-
export { default as CurrencyIcon } from '../icons/currency';
|
|
865
865
|
// DatabaseSearch aliases
|
|
866
866
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
867
|
-
// Database aliases
|
|
868
|
-
export { default as DatabaseIcon } from '../icons/database';
|
|
869
867
|
// DatabaseZap aliases
|
|
870
868
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
871
869
|
// DecimalsArrowLeft aliases
|
|
872
870
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
871
|
+
// Database aliases
|
|
872
|
+
export { default as DatabaseIcon } from '../icons/database';
|
|
873
873
|
// DecimalsArrowRight aliases
|
|
874
874
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
875
875
|
// Dessert aliases
|
|
@@ -890,108 +890,108 @@ export { default as Dice1Icon } from '../icons/dice-1';
|
|
|
890
890
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
891
891
|
// Dice3 aliases
|
|
892
892
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
893
|
+
// Dice4 aliases
|
|
894
|
+
export { default as Dice4Icon } from '../icons/dice-4';
|
|
893
895
|
// Dice5 aliases
|
|
894
896
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
895
897
|
// Dice6 aliases
|
|
896
898
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
897
|
-
// Dice4 aliases
|
|
898
|
-
export { default as Dice4Icon } from '../icons/dice-4';
|
|
899
|
-
// Diff aliases
|
|
900
|
-
export { default as DiffIcon } from '../icons/diff';
|
|
901
899
|
// Dices aliases
|
|
902
900
|
export { default as DicesIcon } from '../icons/dices';
|
|
903
901
|
// Disc2 aliases
|
|
904
902
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
903
|
+
// Diff aliases
|
|
904
|
+
export { default as DiffIcon } from '../icons/diff';
|
|
905
905
|
// Disc3 aliases
|
|
906
906
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
907
|
-
// DiscAlbum aliases
|
|
908
|
-
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
909
907
|
// Disc aliases
|
|
910
908
|
export { default as DiscIcon } from '../icons/disc';
|
|
909
|
+
// DiscAlbum aliases
|
|
910
|
+
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
911
911
|
// Divide aliases
|
|
912
912
|
export { default as DivideIcon } from '../icons/divide';
|
|
913
913
|
// DnaOff aliases
|
|
914
914
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
915
915
|
// Dna aliases
|
|
916
916
|
export { default as DnaIcon } from '../icons/dna';
|
|
917
|
-
// Dog aliases
|
|
918
|
-
export { default as DogIcon } from '../icons/dog';
|
|
919
917
|
// Dock aliases
|
|
920
918
|
export { default as DockIcon } from '../icons/dock';
|
|
919
|
+
// Dog aliases
|
|
920
|
+
export { default as DogIcon } from '../icons/dog';
|
|
921
921
|
// DollarSign aliases
|
|
922
922
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
923
923
|
// Donut aliases
|
|
924
924
|
export { default as DonutIcon } from '../icons/donut';
|
|
925
|
-
// DoorClosed aliases
|
|
926
|
-
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
927
925
|
// DoorClosedLocked aliases
|
|
928
926
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
927
|
+
// DoorClosed aliases
|
|
928
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
929
929
|
// DoorOpen aliases
|
|
930
930
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
931
|
-
// Download aliases
|
|
932
|
-
export { default as DownloadIcon } from '../icons/download';
|
|
933
931
|
// Dot aliases
|
|
934
932
|
export { default as DotIcon } from '../icons/dot';
|
|
933
|
+
// Download aliases
|
|
934
|
+
export { default as DownloadIcon } from '../icons/download';
|
|
935
935
|
// DraftingCompass aliases
|
|
936
936
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
937
|
-
// Drama aliases
|
|
938
|
-
export { default as DramaIcon } from '../icons/drama';
|
|
939
|
-
// Drone aliases
|
|
940
|
-
export { default as DroneIcon } from '../icons/drone';
|
|
941
937
|
// Dribbble aliases
|
|
942
938
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
939
|
+
// Drama aliases
|
|
940
|
+
export { default as DramaIcon } from '../icons/drama';
|
|
943
941
|
// Drill aliases
|
|
944
942
|
export { default as DrillIcon } from '../icons/drill';
|
|
945
943
|
// DropletOff aliases
|
|
946
944
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
945
|
+
// Drone aliases
|
|
946
|
+
export { default as DroneIcon } from '../icons/drone';
|
|
947
|
+
// Droplet aliases
|
|
948
|
+
export { default as DropletIcon } from '../icons/droplet';
|
|
947
949
|
// Droplets aliases
|
|
948
950
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
949
951
|
// Drum aliases
|
|
950
952
|
export { default as DrumIcon } from '../icons/drum';
|
|
951
|
-
//
|
|
952
|
-
export { default as
|
|
953
|
+
// Drumstick aliases
|
|
954
|
+
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
953
955
|
// Dumbbell aliases
|
|
954
956
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
955
957
|
// EarOff aliases
|
|
956
958
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
957
|
-
// Drumstick aliases
|
|
958
|
-
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
959
959
|
// Ear aliases
|
|
960
960
|
export { default as EarIcon } from '../icons/ear';
|
|
961
|
-
// Eclipse aliases
|
|
962
|
-
export { default as EclipseIcon } from '../icons/eclipse';
|
|
963
961
|
// EarthLock aliases
|
|
964
962
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
965
963
|
// EggFried aliases
|
|
966
964
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
967
965
|
// EggOff aliases
|
|
968
966
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
969
|
-
//
|
|
970
|
-
export { default as
|
|
967
|
+
// Eclipse aliases
|
|
968
|
+
export { default as EclipseIcon } from '../icons/eclipse';
|
|
971
969
|
// Egg aliases
|
|
972
970
|
export { default as EggIcon } from '../icons/egg';
|
|
973
|
-
//
|
|
974
|
-
export { default as
|
|
971
|
+
// EqualApproximately aliases
|
|
972
|
+
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
975
973
|
// EqualNot aliases
|
|
976
974
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
975
|
+
// Equal aliases
|
|
976
|
+
export { default as EqualIcon } from '../icons/equal';
|
|
977
977
|
// Eraser aliases
|
|
978
978
|
export { default as EraserIcon } from '../icons/eraser';
|
|
979
979
|
// Euro aliases
|
|
980
980
|
export { default as EuroIcon } from '../icons/euro';
|
|
981
|
-
// EvCharger aliases
|
|
982
|
-
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
983
981
|
// EthernetPort aliases
|
|
984
982
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
983
|
+
// EvCharger aliases
|
|
984
|
+
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
985
985
|
// ExternalLink aliases
|
|
986
986
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
987
|
+
// Expand aliases
|
|
988
|
+
export { default as ExpandIcon } from '../icons/expand';
|
|
987
989
|
// EyeClosed aliases
|
|
988
990
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
989
991
|
// EyeOff aliases
|
|
990
992
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
991
993
|
// Eye aliases
|
|
992
994
|
export { default as EyeIcon } from '../icons/eye';
|
|
993
|
-
// Expand aliases
|
|
994
|
-
export { default as ExpandIcon } from '../icons/expand';
|
|
995
995
|
// Facebook aliases
|
|
996
996
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
997
997
|
// Factory aliases
|
|
@@ -1016,10 +1016,10 @@ export { default as FileBoxIcon } from '../icons/file-box';
|
|
|
1016
1016
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1017
1017
|
// FileClock aliases
|
|
1018
1018
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1019
|
-
// FileDiff aliases
|
|
1020
|
-
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1021
1019
|
// FileCode aliases
|
|
1022
1020
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1021
|
+
// FileDiff aliases
|
|
1022
|
+
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1023
1023
|
// FileDigit aliases
|
|
1024
1024
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1025
1025
|
// FileDown aliases
|
|
@@ -1030,24 +1030,24 @@ export { default as FileHeartIcon } from '../icons/file-heart';
|
|
|
1030
1030
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1031
1031
|
// FileInput aliases
|
|
1032
1032
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1033
|
-
// FileMinus aliases
|
|
1034
|
-
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1035
1033
|
// FileMusic aliases
|
|
1036
1034
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1037
|
-
//
|
|
1038
|
-
export { default as
|
|
1035
|
+
// FileMinus aliases
|
|
1036
|
+
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1039
1037
|
// FileOutput aliases
|
|
1040
1038
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1039
|
+
// FileScan aliases
|
|
1040
|
+
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1041
1041
|
// FilePlus aliases
|
|
1042
1042
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1043
1043
|
// FileSearch aliases
|
|
1044
1044
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1045
1045
|
// FileSliders aliases
|
|
1046
1046
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1047
|
-
// FileSpreadsheet aliases
|
|
1048
|
-
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1049
1047
|
// FileStack aliases
|
|
1050
1048
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1049
|
+
// FileSpreadsheet aliases
|
|
1050
|
+
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1051
1051
|
// FileSymlink aliases
|
|
1052
1052
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1053
1053
|
// FileTerminal aliases
|
|
@@ -1062,36 +1062,38 @@ export { default as FileUpIcon } from '../icons/file-up';
|
|
|
1062
1062
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1063
1063
|
// FileVolume aliases
|
|
1064
1064
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1065
|
-
// File aliases
|
|
1066
|
-
export { default as FileIcon } from '../icons/file';
|
|
1067
1065
|
// FileX aliases
|
|
1068
1066
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1067
|
+
// File aliases
|
|
1068
|
+
export { default as FileIcon } from '../icons/file';
|
|
1069
1069
|
// Files aliases
|
|
1070
1070
|
export { default as FilesIcon } from '../icons/files';
|
|
1071
1071
|
// Film aliases
|
|
1072
1072
|
export { default as FilmIcon } from '../icons/film';
|
|
1073
|
-
// FishOff aliases
|
|
1074
|
-
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1075
1073
|
// FireExtinguisher aliases
|
|
1076
1074
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1075
|
+
// FishOff aliases
|
|
1076
|
+
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1077
1077
|
// FishSymbol aliases
|
|
1078
1078
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1079
1079
|
// Fish aliases
|
|
1080
1080
|
export { default as FishIcon } from '../icons/fish';
|
|
1081
1081
|
// FishingHook aliases
|
|
1082
1082
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1083
|
+
// FishingRod aliases
|
|
1084
|
+
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1083
1085
|
// FlagOff aliases
|
|
1084
1086
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1085
|
-
// FlagTriangleRight aliases
|
|
1086
|
-
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1087
1087
|
// FlagTriangleLeft aliases
|
|
1088
1088
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1089
|
+
// FlagTriangleRight aliases
|
|
1090
|
+
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1089
1091
|
// Flag aliases
|
|
1090
1092
|
export { default as FlagIcon } from '../icons/flag';
|
|
1091
|
-
// FlameKindling aliases
|
|
1092
|
-
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1093
1093
|
// Flame aliases
|
|
1094
1094
|
export { default as FlameIcon } from '../icons/flame';
|
|
1095
|
+
// FlameKindling aliases
|
|
1096
|
+
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1095
1097
|
// FlashlightOff aliases
|
|
1096
1098
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1097
1099
|
// Flashlight aliases
|
|
@@ -1104,30 +1106,26 @@ export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
|
1104
1106
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1105
1107
|
// FlipHorizontal2 aliases
|
|
1106
1108
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1107
|
-
// FlipHorizontal aliases
|
|
1108
|
-
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1109
1109
|
// FlipVertical2 aliases
|
|
1110
1110
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1111
|
-
// FlipVertical aliases
|
|
1112
|
-
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1113
1111
|
// Flower2 aliases
|
|
1114
1112
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1115
1113
|
// Flower aliases
|
|
1116
1114
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1117
|
-
// Focus aliases
|
|
1118
|
-
export { default as FocusIcon } from '../icons/focus';
|
|
1119
|
-
// FoldHorizontal aliases
|
|
1120
|
-
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1121
1115
|
// FoldVertical aliases
|
|
1122
1116
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1117
|
+
// FoldHorizontal aliases
|
|
1118
|
+
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1119
|
+
// Focus aliases
|
|
1120
|
+
export { default as FocusIcon } from '../icons/focus';
|
|
1121
|
+
// FolderArchive aliases
|
|
1122
|
+
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1123
1123
|
// FolderCheck aliases
|
|
1124
1124
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1125
1125
|
// FolderClock aliases
|
|
1126
1126
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1127
1127
|
// FolderClosed aliases
|
|
1128
1128
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1129
|
-
// FolderArchive aliases
|
|
1130
|
-
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1131
1129
|
// FolderCode aliases
|
|
1132
1130
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1133
1131
|
// FolderDot aliases
|
|
@@ -1146,22 +1144,22 @@ export { default as FolderInputIcon } from '../icons/folder-input';
|
|
|
1146
1144
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1147
1145
|
// FolderKey aliases
|
|
1148
1146
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1149
|
-
// FolderMinus aliases
|
|
1150
|
-
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1151
1147
|
// FolderLock aliases
|
|
1152
1148
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1149
|
+
// FolderMinus aliases
|
|
1150
|
+
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1153
1151
|
// FolderOpenDot aliases
|
|
1154
1152
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1155
1153
|
// FolderOpen aliases
|
|
1156
1154
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1157
1155
|
// FolderOutput aliases
|
|
1158
1156
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1157
|
+
// FolderRoot aliases
|
|
1158
|
+
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1159
1159
|
// FolderPlus aliases
|
|
1160
1160
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1161
1161
|
// FolderSearch2 aliases
|
|
1162
1162
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1163
|
-
// FolderRoot aliases
|
|
1164
|
-
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1165
1163
|
// FolderSearch aliases
|
|
1166
1164
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1167
1165
|
// FolderSymlink aliases
|
|
@@ -1176,36 +1174,36 @@ export { default as FolderUpIcon } from '../icons/folder-up';
|
|
|
1176
1174
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1177
1175
|
// Folder aliases
|
|
1178
1176
|
export { default as FolderIcon } from '../icons/folder';
|
|
1177
|
+
// Footprints aliases
|
|
1178
|
+
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1179
1179
|
// Folders aliases
|
|
1180
1180
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1181
1181
|
// Forklift aliases
|
|
1182
1182
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1183
|
-
// Footprints aliases
|
|
1184
|
-
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1185
|
-
// Forward aliases
|
|
1186
|
-
export { default as ForwardIcon } from '../icons/forward';
|
|
1187
1183
|
// Form aliases
|
|
1188
1184
|
export { default as FormIcon } from '../icons/form';
|
|
1185
|
+
// Forward aliases
|
|
1186
|
+
export { default as ForwardIcon } from '../icons/forward';
|
|
1189
1187
|
// Frame aliases
|
|
1190
1188
|
export { default as FrameIcon } from '../icons/frame';
|
|
1191
|
-
// Frown aliases
|
|
1192
|
-
export { default as FrownIcon } from '../icons/frown';
|
|
1193
1189
|
// Framer aliases
|
|
1194
1190
|
export { default as FramerIcon } from '../icons/framer';
|
|
1195
|
-
//
|
|
1196
|
-
export { default as
|
|
1191
|
+
// Frown aliases
|
|
1192
|
+
export { default as FrownIcon } from '../icons/frown';
|
|
1197
1193
|
// Fullscreen aliases
|
|
1198
1194
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1199
|
-
//
|
|
1200
|
-
export { default as
|
|
1195
|
+
// Fuel aliases
|
|
1196
|
+
export { default as FuelIcon } from '../icons/fuel';
|
|
1201
1197
|
// GalleryHorizontalEnd aliases
|
|
1202
1198
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1203
|
-
//
|
|
1204
|
-
export { default as
|
|
1199
|
+
// FunnelPlus aliases
|
|
1200
|
+
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1205
1201
|
// GalleryHorizontal aliases
|
|
1206
1202
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1207
1203
|
// GalleryThumbnails aliases
|
|
1208
1204
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1205
|
+
// GalleryVerticalEnd aliases
|
|
1206
|
+
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1209
1207
|
// GalleryVertical aliases
|
|
1210
1208
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1211
1209
|
// Gamepad2 aliases
|
|
@@ -1226,34 +1224,34 @@ export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
|
1226
1224
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1227
1225
|
// Gift aliases
|
|
1228
1226
|
export { default as GiftIcon } from '../icons/gift';
|
|
1229
|
-
// GitBranch aliases
|
|
1230
|
-
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1231
1227
|
// GitBranchMinus aliases
|
|
1232
1228
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1233
1229
|
// GitBranchPlus aliases
|
|
1234
1230
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1231
|
+
// GitBranch aliases
|
|
1232
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1235
1233
|
// GitCommitVertical aliases
|
|
1236
1234
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1237
1235
|
// GitCompareArrows aliases
|
|
1238
1236
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1237
|
+
// GitFork aliases
|
|
1238
|
+
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1239
1239
|
// GitGraph aliases
|
|
1240
1240
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1241
1241
|
// GitCompare aliases
|
|
1242
1242
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1243
|
-
//
|
|
1244
|
-
export { default as
|
|
1243
|
+
// GitMerge aliases
|
|
1244
|
+
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1245
1245
|
// GitMergeConflict aliases
|
|
1246
1246
|
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1247
1247
|
// GitPullRequestArrow aliases
|
|
1248
1248
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1249
|
-
// GitMerge aliases
|
|
1250
|
-
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1251
1249
|
// GitPullRequestClosed aliases
|
|
1252
1250
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1253
|
-
// GitPullRequestCreate aliases
|
|
1254
|
-
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1255
1251
|
// GitPullRequestCreateArrow aliases
|
|
1256
1252
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1253
|
+
// GitPullRequestCreate aliases
|
|
1254
|
+
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1257
1255
|
// GitPullRequestDraft aliases
|
|
1258
1256
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1259
1257
|
// GitPullRequest aliases
|
|
@@ -1264,86 +1262,86 @@ export { default as GithubIcon } from '../icons/github';
|
|
|
1264
1262
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1265
1263
|
// GlassWater aliases
|
|
1266
1264
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1267
|
-
// Glasses aliases
|
|
1268
|
-
export { default as GlassesIcon } from '../icons/glasses';
|
|
1269
1265
|
// GlobeLock aliases
|
|
1270
1266
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1271
|
-
// GlobeX aliases
|
|
1272
|
-
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1273
1267
|
// GlobeOff aliases
|
|
1274
1268
|
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1269
|
+
// Glasses aliases
|
|
1270
|
+
export { default as GlassesIcon } from '../icons/glasses';
|
|
1271
|
+
// GlobeX aliases
|
|
1272
|
+
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1275
1273
|
// Globe aliases
|
|
1276
1274
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1277
|
-
// Gpu aliases
|
|
1278
|
-
export { default as GpuIcon } from '../icons/gpu';
|
|
1279
1275
|
// Goal aliases
|
|
1280
1276
|
export { default as GoalIcon } from '../icons/goal';
|
|
1281
|
-
//
|
|
1282
|
-
export { default as
|
|
1277
|
+
// Gpu aliases
|
|
1278
|
+
export { default as GpuIcon } from '../icons/gpu';
|
|
1283
1279
|
// Grape aliases
|
|
1284
1280
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1285
|
-
//
|
|
1286
|
-
export { default as
|
|
1281
|
+
// GraduationCap aliases
|
|
1282
|
+
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1287
1283
|
// GripHorizontal aliases
|
|
1288
1284
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1289
|
-
//
|
|
1290
|
-
export { default as
|
|
1285
|
+
// Grid3x2 aliases
|
|
1286
|
+
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1291
1287
|
// Grip aliases
|
|
1292
1288
|
export { default as GripIcon } from '../icons/grip';
|
|
1289
|
+
// GripVertical aliases
|
|
1290
|
+
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1293
1291
|
// Guitar aliases
|
|
1294
1292
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1295
1293
|
// Group aliases
|
|
1296
1294
|
export { default as GroupIcon } from '../icons/group';
|
|
1297
1295
|
// Ham aliases
|
|
1298
1296
|
export { default as HamIcon } from '../icons/ham';
|
|
1299
|
-
// Hamburger aliases
|
|
1300
|
-
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1301
1297
|
// Hammer aliases
|
|
1302
1298
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1299
|
+
// Hamburger aliases
|
|
1300
|
+
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1303
1301
|
// HandCoins aliases
|
|
1304
1302
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1305
1303
|
// HandFist aliases
|
|
1306
1304
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1307
|
-
// HandHeart aliases
|
|
1308
|
-
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1309
1305
|
// HandMetal aliases
|
|
1310
1306
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1307
|
+
// HandHeart aliases
|
|
1308
|
+
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1311
1309
|
// HandPlatter aliases
|
|
1312
1310
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1313
1311
|
// Hand aliases
|
|
1314
1312
|
export { default as HandIcon } from '../icons/hand';
|
|
1315
1313
|
// Handbag aliases
|
|
1316
1314
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1317
|
-
// HardDriveDownload aliases
|
|
1318
|
-
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1319
1315
|
// Handshake aliases
|
|
1320
1316
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1321
|
-
//
|
|
1322
|
-
export { default as
|
|
1317
|
+
// HardDriveDownload aliases
|
|
1318
|
+
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1323
1319
|
// HardDriveUpload aliases
|
|
1324
1320
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1325
1321
|
// HardHat aliases
|
|
1326
1322
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1323
|
+
// HardDrive aliases
|
|
1324
|
+
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1327
1325
|
// Hash aliases
|
|
1328
1326
|
export { default as HashIcon } from '../icons/hash';
|
|
1329
|
-
// HatGlasses aliases
|
|
1330
|
-
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1331
1327
|
// Haze aliases
|
|
1332
1328
|
export { default as HazeIcon } from '../icons/haze';
|
|
1329
|
+
// HatGlasses aliases
|
|
1330
|
+
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1333
1331
|
// Hd aliases
|
|
1334
1332
|
export { default as HdIcon } from '../icons/hd';
|
|
1335
|
-
// Heading1 aliases
|
|
1336
|
-
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1337
1333
|
// HdmiPort aliases
|
|
1338
1334
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1335
|
+
// Heading1 aliases
|
|
1336
|
+
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1339
1337
|
// Heading2 aliases
|
|
1340
1338
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1341
|
-
// Heading5 aliases
|
|
1342
|
-
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1343
1339
|
// Heading3 aliases
|
|
1344
1340
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1345
1341
|
// Heading4 aliases
|
|
1346
1342
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1343
|
+
// Heading5 aliases
|
|
1344
|
+
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1347
1345
|
// Heading6 aliases
|
|
1348
1346
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1349
1347
|
// Heading aliases
|
|
@@ -1352,10 +1350,10 @@ export { default as HeadingIcon } from '../icons/heading';
|
|
|
1352
1350
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1353
1351
|
// Headphones aliases
|
|
1354
1352
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1355
|
-
// Headset aliases
|
|
1356
|
-
export { default as HeadsetIcon } from '../icons/headset';
|
|
1357
1353
|
// HeartCrack aliases
|
|
1358
1354
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1355
|
+
// Headset aliases
|
|
1356
|
+
export { default as HeadsetIcon } from '../icons/headset';
|
|
1359
1357
|
// HeartHandshake aliases
|
|
1360
1358
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1361
1359
|
// HeartMinus aliases
|
|
@@ -1374,46 +1372,46 @@ export { default as HeaterIcon } from '../icons/heater';
|
|
|
1374
1372
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1375
1373
|
// Hexagon aliases
|
|
1376
1374
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1377
|
-
// History aliases
|
|
1378
|
-
export { default as HistoryIcon } from '../icons/history';
|
|
1379
1375
|
// Highlighter aliases
|
|
1380
1376
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1381
1377
|
// HopOff aliases
|
|
1382
1378
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1383
1379
|
// Hop aliases
|
|
1384
1380
|
export { default as HopIcon } from '../icons/hop';
|
|
1381
|
+
// History aliases
|
|
1382
|
+
export { default as HistoryIcon } from '../icons/history';
|
|
1385
1383
|
// Hospital aliases
|
|
1386
1384
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1385
|
+
// Hourglass aliases
|
|
1386
|
+
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1387
1387
|
// Hotel aliases
|
|
1388
1388
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1389
1389
|
// HouseHeart aliases
|
|
1390
1390
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1391
|
-
// Hourglass aliases
|
|
1392
|
-
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1393
1391
|
// HousePlug aliases
|
|
1394
1392
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1395
1393
|
// HousePlus aliases
|
|
1396
1394
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1397
|
-
// IdCardLanyard aliases
|
|
1398
|
-
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1399
1395
|
// HouseWifi aliases
|
|
1400
1396
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1397
|
+
// IdCardLanyard aliases
|
|
1398
|
+
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1401
1399
|
// IdCard aliases
|
|
1402
1400
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1403
1401
|
// ImageDown aliases
|
|
1404
1402
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1405
|
-
// ImageMinus aliases
|
|
1406
|
-
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1407
1403
|
// ImageOff aliases
|
|
1408
1404
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1405
|
+
// ImageMinus aliases
|
|
1406
|
+
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1409
1407
|
// ImagePlay aliases
|
|
1410
1408
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1411
1409
|
// ImagePlus aliases
|
|
1412
1410
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1413
|
-
// ImageUp aliases
|
|
1414
|
-
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1415
1411
|
// ImageUpscale aliases
|
|
1416
1412
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1413
|
+
// ImageUp aliases
|
|
1414
|
+
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1417
1415
|
// Image aliases
|
|
1418
1416
|
export { default as ImageIcon } from '../icons/image';
|
|
1419
1417
|
// Images aliases
|
|
@@ -1436,60 +1434,60 @@ export { default as InstagramIcon } from '../icons/instagram';
|
|
|
1436
1434
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1437
1435
|
// IterationCcw aliases
|
|
1438
1436
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1439
|
-
// IterationCw aliases
|
|
1440
|
-
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1441
1437
|
// JapaneseYen aliases
|
|
1442
1438
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1439
|
+
// IterationCw aliases
|
|
1440
|
+
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1443
1441
|
// Joystick aliases
|
|
1444
1442
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1445
1443
|
// Kanban aliases
|
|
1446
1444
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1447
|
-
// KeyRound aliases
|
|
1448
|
-
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1449
1445
|
// Kayak aliases
|
|
1450
1446
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1451
|
-
//
|
|
1452
|
-
export { default as
|
|
1447
|
+
// KeyRound aliases
|
|
1448
|
+
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1453
1449
|
// KeySquare aliases
|
|
1454
1450
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1451
|
+
// Key aliases
|
|
1452
|
+
export { default as KeyIcon } from '../icons/key';
|
|
1455
1453
|
// KeyboardMusic aliases
|
|
1456
1454
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1457
|
-
// KeyboardOff aliases
|
|
1458
|
-
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1459
1455
|
// Keyboard aliases
|
|
1460
1456
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1461
|
-
// LampFloor aliases
|
|
1462
|
-
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1463
1457
|
// LampCeiling aliases
|
|
1464
1458
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1459
|
+
// KeyboardOff aliases
|
|
1460
|
+
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1465
1461
|
// LampDesk aliases
|
|
1466
1462
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1463
|
+
// LampFloor aliases
|
|
1464
|
+
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1467
1465
|
// LampWallDown aliases
|
|
1468
1466
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1469
|
-
// Lamp aliases
|
|
1470
|
-
export { default as LampIcon } from '../icons/lamp';
|
|
1471
1467
|
// LampWallUp aliases
|
|
1472
1468
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1473
|
-
//
|
|
1474
|
-
export { default as
|
|
1469
|
+
// Lamp aliases
|
|
1470
|
+
export { default as LampIcon } from '../icons/lamp';
|
|
1475
1471
|
// Landmark aliases
|
|
1476
1472
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1473
|
+
// LandPlot aliases
|
|
1474
|
+
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1477
1475
|
// Languages aliases
|
|
1478
1476
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1479
1477
|
// LaptopMinimalCheck aliases
|
|
1480
1478
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1481
1479
|
// Laptop aliases
|
|
1482
1480
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1481
|
+
// LassoSelect aliases
|
|
1482
|
+
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1483
1483
|
// Lasso aliases
|
|
1484
1484
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1485
1485
|
// Laugh aliases
|
|
1486
1486
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1487
|
-
// LassoSelect aliases
|
|
1488
|
-
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1489
|
-
// Layers2 aliases
|
|
1490
|
-
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1491
1487
|
// LayersPlus aliases
|
|
1492
1488
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1489
|
+
// Layers2 aliases
|
|
1490
|
+
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1493
1491
|
// LayoutDashboard aliases
|
|
1494
1492
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1495
1493
|
// LayoutGrid aliases
|
|
@@ -1502,36 +1500,36 @@ export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
|
1502
1500
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1503
1501
|
// LayoutTemplate aliases
|
|
1504
1502
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1505
|
-
// LeafyGreen aliases
|
|
1506
|
-
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1507
|
-
// Lectern aliases
|
|
1508
|
-
export { default as LecternIcon } from '../icons/lectern';
|
|
1509
1503
|
// Leaf aliases
|
|
1510
1504
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1505
|
+
// LeafyGreen aliases
|
|
1506
|
+
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1511
1507
|
// LensConcave aliases
|
|
1512
1508
|
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1513
|
-
//
|
|
1514
|
-
export { default as
|
|
1509
|
+
// Lectern aliases
|
|
1510
|
+
export { default as LecternIcon } from '../icons/lectern';
|
|
1515
1511
|
// LibraryBig aliases
|
|
1516
1512
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1513
|
+
// LensConvex aliases
|
|
1514
|
+
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1517
1515
|
// Library aliases
|
|
1518
1516
|
export { default as LibraryIcon } from '../icons/library';
|
|
1519
1517
|
// LifeBuoy aliases
|
|
1520
1518
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1521
1519
|
// Ligature aliases
|
|
1522
1520
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1523
|
-
// Lightbulb aliases
|
|
1524
|
-
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1525
1521
|
// LightbulbOff aliases
|
|
1526
1522
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1523
|
+
// Lightbulb aliases
|
|
1524
|
+
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1527
1525
|
// LineDotRightHorizontal aliases
|
|
1528
1526
|
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1529
1527
|
// LineSquiggle aliases
|
|
1530
1528
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1531
|
-
// Link2Off aliases
|
|
1532
|
-
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1533
1529
|
// Link2 aliases
|
|
1534
1530
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1531
|
+
// Link2Off aliases
|
|
1532
|
+
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1535
1533
|
// Link aliases
|
|
1536
1534
|
export { default as LinkIcon } from '../icons/link';
|
|
1537
1535
|
// Linkedin aliases
|
|
@@ -1542,42 +1540,42 @@ export { default as ListCheckIcon } from '../icons/list-check';
|
|
|
1542
1540
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1543
1541
|
// ListChevronsDownUp aliases
|
|
1544
1542
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1543
|
+
// ListChevronsUpDown aliases
|
|
1544
|
+
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1545
1545
|
// ListCollapse aliases
|
|
1546
1546
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1547
1547
|
// ListEnd aliases
|
|
1548
1548
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1549
|
+
// ListFilterPlus aliases
|
|
1550
|
+
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1549
1551
|
// ListFilter aliases
|
|
1550
1552
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1551
|
-
// ListChevronsUpDown aliases
|
|
1552
|
-
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1553
1553
|
// ListMinus aliases
|
|
1554
1554
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1555
|
-
// ListFilterPlus aliases
|
|
1556
|
-
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1557
1555
|
// ListMusic aliases
|
|
1558
1556
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1559
|
-
// ListPlus aliases
|
|
1560
|
-
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1561
1557
|
// ListOrdered aliases
|
|
1562
1558
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1559
|
+
// ListPlus aliases
|
|
1560
|
+
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1563
1561
|
// ListRestart aliases
|
|
1564
1562
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1565
1563
|
// ListStart aliases
|
|
1566
1564
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1567
1565
|
// ListTodo aliases
|
|
1568
1566
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1569
|
-
// ListVideo aliases
|
|
1570
|
-
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1571
1567
|
// ListTree aliases
|
|
1572
1568
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1569
|
+
// ListVideo aliases
|
|
1570
|
+
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1573
1571
|
// ListX aliases
|
|
1574
1572
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1573
|
+
// List aliases
|
|
1574
|
+
export { default as ListIcon } from '../icons/list';
|
|
1575
1575
|
// LoaderPinwheel aliases
|
|
1576
1576
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1577
1577
|
// Loader aliases
|
|
1578
1578
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1579
|
-
// List aliases
|
|
1580
|
-
export { default as ListIcon } from '../icons/list';
|
|
1581
1579
|
// LocateFixed aliases
|
|
1582
1580
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1583
1581
|
// LocateOff aliases
|
|
@@ -1588,20 +1586,20 @@ export { default as LocateIcon } from '../icons/locate';
|
|
|
1588
1586
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1589
1587
|
// LogIn aliases
|
|
1590
1588
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1591
|
-
// LogOut aliases
|
|
1592
|
-
export { default as LogOutIcon } from '../icons/log-out';
|
|
1593
1589
|
// Lock aliases
|
|
1594
1590
|
export { default as LockIcon } from '../icons/lock';
|
|
1595
|
-
//
|
|
1596
|
-
export { default as
|
|
1591
|
+
// LogOut aliases
|
|
1592
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1597
1593
|
// Logs aliases
|
|
1598
1594
|
export { default as LogsIcon } from '../icons/logs';
|
|
1599
|
-
//
|
|
1600
|
-
export { default as
|
|
1595
|
+
// Lollipop aliases
|
|
1596
|
+
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1601
1597
|
// Magnet aliases
|
|
1602
1598
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1603
1599
|
// MailCheck aliases
|
|
1604
1600
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1601
|
+
// Luggage aliases
|
|
1602
|
+
export { default as LuggageIcon } from '../icons/luggage';
|
|
1605
1603
|
// MailMinus aliases
|
|
1606
1604
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1607
1605
|
// MailOpen aliases
|
|
@@ -1612,64 +1610,64 @@ export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
|
1612
1610
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1613
1611
|
// MailWarning aliases
|
|
1614
1612
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1615
|
-
// Mail aliases
|
|
1616
|
-
export { default as MailIcon } from '../icons/mail';
|
|
1617
1613
|
// MailX aliases
|
|
1618
1614
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1615
|
+
// Mail aliases
|
|
1616
|
+
export { default as MailIcon } from '../icons/mail';
|
|
1619
1617
|
// Mailbox aliases
|
|
1620
1618
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1621
1619
|
// Mails aliases
|
|
1622
1620
|
export { default as MailsIcon } from '../icons/mails';
|
|
1623
|
-
// MapMinus aliases
|
|
1624
|
-
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1625
1621
|
// MapPinCheckInside aliases
|
|
1626
1622
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1623
|
+
// MapMinus aliases
|
|
1624
|
+
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1627
1625
|
// MapPinCheck aliases
|
|
1628
1626
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1629
1627
|
// MapPinHouse aliases
|
|
1630
1628
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1631
1629
|
// MapPinMinusInside aliases
|
|
1632
1630
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1633
|
-
// MapPinMinus aliases
|
|
1634
|
-
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1635
1631
|
// MapPinOff aliases
|
|
1636
1632
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1637
|
-
//
|
|
1638
|
-
export { default as
|
|
1633
|
+
// MapPinMinus aliases
|
|
1634
|
+
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1639
1635
|
// MapPinPlusInside aliases
|
|
1640
1636
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1641
|
-
//
|
|
1642
|
-
export { default as
|
|
1637
|
+
// MapPinPlus aliases
|
|
1638
|
+
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1643
1639
|
// MapPinX aliases
|
|
1644
1640
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1641
|
+
// MapPinXInside aliases
|
|
1642
|
+
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1645
1643
|
// MapPin aliases
|
|
1646
1644
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1647
1645
|
// MapPinned aliases
|
|
1648
1646
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1649
1647
|
// MapPlus aliases
|
|
1650
1648
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1651
|
-
// MarsStroke aliases
|
|
1652
|
-
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1653
1649
|
// Map aliases
|
|
1654
1650
|
export { default as MapIcon } from '../icons/map';
|
|
1651
|
+
// MarsStroke aliases
|
|
1652
|
+
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1655
1653
|
// Mars aliases
|
|
1656
1654
|
export { default as MarsIcon } from '../icons/mars';
|
|
1657
|
-
// Martini aliases
|
|
1658
|
-
export { default as MartiniIcon } from '../icons/martini';
|
|
1659
1655
|
// Maximize2 aliases
|
|
1660
1656
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1657
|
+
// Martini aliases
|
|
1658
|
+
export { default as MartiniIcon } from '../icons/martini';
|
|
1661
1659
|
// Maximize aliases
|
|
1662
1660
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1663
1661
|
// Medal aliases
|
|
1664
1662
|
export { default as MedalIcon } from '../icons/medal';
|
|
1665
|
-
// Megaphone aliases
|
|
1666
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1667
1663
|
// MegaphoneOff aliases
|
|
1668
1664
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1669
|
-
// MemoryStick aliases
|
|
1670
|
-
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1671
1665
|
// Meh aliases
|
|
1672
1666
|
export { default as MehIcon } from '../icons/meh';
|
|
1667
|
+
// Megaphone aliases
|
|
1668
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1669
|
+
// MemoryStick aliases
|
|
1670
|
+
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1673
1671
|
// Menu aliases
|
|
1674
1672
|
export { default as MenuIcon } from '../icons/menu';
|
|
1675
1673
|
// Merge aliases
|
|
@@ -1686,52 +1684,56 @@ export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart
|
|
|
1686
1684
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1687
1685
|
// MessageCircleOff aliases
|
|
1688
1686
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1687
|
+
// MessageCircleReply aliases
|
|
1688
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1689
1689
|
// MessageCirclePlus aliases
|
|
1690
1690
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1691
1691
|
// MessageCircleWarning aliases
|
|
1692
1692
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1693
|
-
// MessageCircleReply aliases
|
|
1694
|
-
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1695
|
-
// MessageCircleX aliases
|
|
1696
|
-
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1697
1693
|
// MessageCircle aliases
|
|
1698
1694
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1699
|
-
//
|
|
1700
|
-
export { default as
|
|
1695
|
+
// MessageCircleX aliases
|
|
1696
|
+
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1697
|
+
// MessageSquareCheck aliases
|
|
1698
|
+
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1701
1699
|
// MessageSquareCode aliases
|
|
1702
1700
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1701
|
+
// MessageSquareDashed aliases
|
|
1702
|
+
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1703
1703
|
// MessageSquareDiff aliases
|
|
1704
1704
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1705
1705
|
// MessageSquareDot aliases
|
|
1706
1706
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1707
1707
|
// MessageSquareHeart aliases
|
|
1708
1708
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1709
|
-
// MessageSquareMore aliases
|
|
1710
|
-
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1711
1709
|
// MessageSquareLock aliases
|
|
1712
1710
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1711
|
+
// MessageSquareMore aliases
|
|
1712
|
+
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1713
1713
|
// MessageSquareOff aliases
|
|
1714
1714
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1715
|
-
// MessageSquarePlus aliases
|
|
1716
|
-
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1717
1715
|
// MessageSquareQuote aliases
|
|
1718
1716
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1717
|
+
// MessageSquarePlus aliases
|
|
1718
|
+
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1719
1719
|
// MessageSquareReply aliases
|
|
1720
1720
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1721
|
-
// MessageSquareShare aliases
|
|
1722
|
-
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1723
1721
|
// MessageSquareText aliases
|
|
1724
1722
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1723
|
+
// MessageSquareShare aliases
|
|
1724
|
+
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1725
1725
|
// MessageSquareWarning aliases
|
|
1726
1726
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1727
1727
|
// MessageSquareX aliases
|
|
1728
1728
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1729
1729
|
// MessageSquare aliases
|
|
1730
1730
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1731
|
-
// MicOff aliases
|
|
1732
|
-
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1733
1731
|
// MessagesSquare aliases
|
|
1734
1732
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1733
|
+
// Metronome aliases
|
|
1734
|
+
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1735
|
+
// MicOff aliases
|
|
1736
|
+
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1735
1737
|
// Mic aliases
|
|
1736
1738
|
export { default as MicIcon } from '../icons/mic';
|
|
1737
1739
|
// Microchip aliases
|
|
@@ -1740,26 +1742,26 @@ export { default as MicrochipIcon } from '../icons/microchip';
|
|
|
1740
1742
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1741
1743
|
// Microwave aliases
|
|
1742
1744
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1745
|
+
// MilkOff aliases
|
|
1746
|
+
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1743
1747
|
// Milestone aliases
|
|
1744
1748
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1745
1749
|
// Milk aliases
|
|
1746
1750
|
export { default as MilkIcon } from '../icons/milk';
|
|
1747
|
-
// MilkOff aliases
|
|
1748
|
-
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1749
1751
|
// Minimize2 aliases
|
|
1750
1752
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1751
|
-
// Minimize aliases
|
|
1752
|
-
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1753
1753
|
// Minus aliases
|
|
1754
1754
|
export { default as MinusIcon } from '../icons/minus';
|
|
1755
|
+
// Minimize aliases
|
|
1756
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1755
1757
|
// MirrorRectangular aliases
|
|
1756
1758
|
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1757
1759
|
// MirrorRound aliases
|
|
1758
1760
|
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1759
|
-
// MonitorCloud aliases
|
|
1760
|
-
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1761
1761
|
// MonitorCheck aliases
|
|
1762
1762
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1763
|
+
// MonitorCloud aliases
|
|
1764
|
+
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1763
1765
|
// MonitorCog aliases
|
|
1764
1766
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1765
1767
|
// MonitorDot aliases
|
|
@@ -1774,16 +1776,16 @@ export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
|
1774
1776
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1775
1777
|
// MonitorSmartphone aliases
|
|
1776
1778
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1777
|
-
// MonitorStop aliases
|
|
1778
|
-
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1779
1779
|
// MonitorSpeaker aliases
|
|
1780
1780
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1781
|
+
// MonitorStop aliases
|
|
1782
|
+
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1783
|
+
// Monitor aliases
|
|
1784
|
+
export { default as MonitorIcon } from '../icons/monitor';
|
|
1781
1785
|
// MonitorUp aliases
|
|
1782
1786
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1783
1787
|
// MonitorX aliases
|
|
1784
1788
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1785
|
-
// Monitor aliases
|
|
1786
|
-
export { default as MonitorIcon } from '../icons/monitor';
|
|
1787
1789
|
// MoonStar aliases
|
|
1788
1790
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1789
1791
|
// Moon aliases
|
|
@@ -1794,44 +1796,46 @@ export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
|
1794
1796
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1795
1797
|
// Mountain aliases
|
|
1796
1798
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1797
|
-
// MouseOff aliases
|
|
1798
|
-
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1799
1799
|
// MouseLeft aliases
|
|
1800
1800
|
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1801
1801
|
// MousePointer2Off aliases
|
|
1802
1802
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1803
|
-
//
|
|
1804
|
-
export { default as
|
|
1803
|
+
// MouseOff aliases
|
|
1804
|
+
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1805
1805
|
// MousePointer2 aliases
|
|
1806
1806
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1807
|
+
// MousePointerBan aliases
|
|
1808
|
+
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1807
1809
|
// MousePointerClick aliases
|
|
1808
1810
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1811
|
+
// MouseRight aliases
|
|
1812
|
+
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1809
1813
|
// MousePointer aliases
|
|
1810
1814
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1811
1815
|
// Mouse aliases
|
|
1812
1816
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1813
1817
|
// MoveDiagonal2 aliases
|
|
1814
1818
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1815
|
-
// MoveDiagonal aliases
|
|
1816
|
-
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1817
1819
|
// MoveDownLeft aliases
|
|
1818
1820
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1821
|
+
// MoveDiagonal aliases
|
|
1822
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1819
1823
|
// MoveDownRight aliases
|
|
1820
1824
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1821
1825
|
// MoveDown aliases
|
|
1822
1826
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1823
|
-
// MoveLeft aliases
|
|
1824
|
-
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1825
1827
|
// MoveHorizontal aliases
|
|
1826
1828
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1827
1829
|
// MoveRight aliases
|
|
1828
1830
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1831
|
+
// MoveLeft aliases
|
|
1832
|
+
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1833
|
+
// MoveUpRight aliases
|
|
1834
|
+
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1829
1835
|
// MoveUpLeft aliases
|
|
1830
1836
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1831
1837
|
// MoveUp aliases
|
|
1832
1838
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1833
|
-
// MoveUpRight aliases
|
|
1834
|
-
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1835
1839
|
// MoveVertical aliases
|
|
1836
1840
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1837
1841
|
// Move aliases
|
|
@@ -1844,26 +1848,26 @@ export { default as Music3Icon } from '../icons/music-3';
|
|
|
1844
1848
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1845
1849
|
// Music aliases
|
|
1846
1850
|
export { default as MusicIcon } from '../icons/music';
|
|
1847
|
-
// Navigation2 aliases
|
|
1848
|
-
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1849
1851
|
// Navigation2Off aliases
|
|
1850
1852
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1853
|
+
// Navigation2 aliases
|
|
1854
|
+
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1851
1855
|
// NavigationOff aliases
|
|
1852
1856
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1853
1857
|
// Navigation aliases
|
|
1854
1858
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1855
|
-
// Network aliases
|
|
1856
|
-
export { default as NetworkIcon } from '../icons/network';
|
|
1857
1859
|
// Newspaper aliases
|
|
1858
1860
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1861
|
+
// Network aliases
|
|
1862
|
+
export { default as NetworkIcon } from '../icons/network';
|
|
1859
1863
|
// Nfc aliases
|
|
1860
1864
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1861
1865
|
// NonBinary aliases
|
|
1862
1866
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1863
|
-
// NotebookTabs aliases
|
|
1864
|
-
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1865
1867
|
// NotebookPen aliases
|
|
1866
1868
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1869
|
+
// NotebookTabs aliases
|
|
1870
|
+
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1867
1871
|
// Notebook aliases
|
|
1868
1872
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1869
1873
|
// NotebookText aliases
|
|
@@ -1872,76 +1876,76 @@ export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
|
1872
1876
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1873
1877
|
// NotepadText aliases
|
|
1874
1878
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1875
|
-
// Nut aliases
|
|
1876
|
-
export { default as NutIcon } from '../icons/nut';
|
|
1877
1879
|
// NutOff aliases
|
|
1878
1880
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1881
|
+
// Nut aliases
|
|
1882
|
+
export { default as NutIcon } from '../icons/nut';
|
|
1879
1883
|
// OctagonMinus aliases
|
|
1880
1884
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1881
1885
|
// Octagon aliases
|
|
1882
1886
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1883
1887
|
// Omega aliases
|
|
1884
1888
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1885
|
-
// Orbit aliases
|
|
1886
|
-
export { default as OrbitIcon } from '../icons/orbit';
|
|
1887
1889
|
// Option aliases
|
|
1888
1890
|
export { default as OptionIcon } from '../icons/option';
|
|
1891
|
+
// Orbit aliases
|
|
1892
|
+
export { default as OrbitIcon } from '../icons/orbit';
|
|
1889
1893
|
// Origami aliases
|
|
1890
1894
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1891
|
-
// PackageCheck aliases
|
|
1892
|
-
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1893
|
-
// PackageOpen aliases
|
|
1894
|
-
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1895
1895
|
// Package2 aliases
|
|
1896
1896
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1897
|
+
// PackageCheck aliases
|
|
1898
|
+
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1897
1899
|
// PackageMinus aliases
|
|
1898
1900
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1901
|
+
// PackageOpen aliases
|
|
1902
|
+
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1899
1903
|
// PackagePlus aliases
|
|
1900
1904
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1901
|
-
// PackageSearch aliases
|
|
1902
|
-
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1903
|
-
// PackageX aliases
|
|
1904
|
-
export { default as PackageXIcon } from '../icons/package-x';
|
|
1905
1905
|
// Package aliases
|
|
1906
1906
|
export { default as PackageIcon } from '../icons/package';
|
|
1907
|
+
// PackageX aliases
|
|
1908
|
+
export { default as PackageXIcon } from '../icons/package-x';
|
|
1909
|
+
// PackageSearch aliases
|
|
1910
|
+
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1907
1911
|
// PaintBucket aliases
|
|
1908
1912
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1909
1913
|
// PaintRoller aliases
|
|
1910
1914
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1911
1915
|
// Paintbrush aliases
|
|
1912
1916
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1913
|
-
// Panda aliases
|
|
1914
|
-
export { default as PandaIcon } from '../icons/panda';
|
|
1915
1917
|
// Palette aliases
|
|
1916
1918
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1917
|
-
//
|
|
1918
|
-
export { default as
|
|
1919
|
+
// Panda aliases
|
|
1920
|
+
export { default as PandaIcon } from '../icons/panda';
|
|
1919
1921
|
// PanelBottomClose aliases
|
|
1920
1922
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1923
|
+
// PanelBottomOpen aliases
|
|
1924
|
+
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1921
1925
|
// PanelBottom aliases
|
|
1922
1926
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1923
|
-
// PanelRightClose aliases
|
|
1924
|
-
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1925
1927
|
// PanelLeftRightDashed aliases
|
|
1926
1928
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1929
|
+
// PanelRightClose aliases
|
|
1930
|
+
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1927
1931
|
// PanelRightOpen aliases
|
|
1928
1932
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1929
1933
|
// PanelRight aliases
|
|
1930
1934
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1931
1935
|
// PanelTopBottomDashed aliases
|
|
1932
1936
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1933
|
-
// PanelTopClose aliases
|
|
1934
|
-
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1935
1937
|
// PanelTopOpen aliases
|
|
1936
1938
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1939
|
+
// PanelTopClose aliases
|
|
1940
|
+
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1937
1941
|
// PanelTop aliases
|
|
1938
1942
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1943
|
+
// PanelsLeftBottom aliases
|
|
1944
|
+
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1939
1945
|
// PanelsRightBottom aliases
|
|
1940
1946
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1941
1947
|
// Paperclip aliases
|
|
1942
1948
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1943
|
-
// PanelsLeftBottom aliases
|
|
1944
|
-
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1945
1949
|
// Parentheses aliases
|
|
1946
1950
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1947
1951
|
// ParkingMeter aliases
|
|
@@ -1950,36 +1954,36 @@ export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
|
1950
1954
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1951
1955
|
// Pause aliases
|
|
1952
1956
|
export { default as PauseIcon } from '../icons/pause';
|
|
1953
|
-
// PawPrint aliases
|
|
1954
|
-
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1955
1957
|
// PcCase aliases
|
|
1956
1958
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1957
|
-
//
|
|
1958
|
-
export { default as
|
|
1959
|
+
// PawPrint aliases
|
|
1960
|
+
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1959
1961
|
// PenOff aliases
|
|
1960
1962
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1961
1963
|
// PencilLine aliases
|
|
1962
1964
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1963
|
-
// PencilRuler aliases
|
|
1964
|
-
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1965
1965
|
// PencilOff aliases
|
|
1966
1966
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1967
|
-
//
|
|
1968
|
-
export { default as
|
|
1969
|
-
//
|
|
1970
|
-
export { default as
|
|
1967
|
+
// PenTool aliases
|
|
1968
|
+
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1969
|
+
// PencilRuler aliases
|
|
1970
|
+
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1971
1971
|
// Percent aliases
|
|
1972
1972
|
export { default as PercentIcon } from '../icons/percent';
|
|
1973
|
-
//
|
|
1974
|
-
export { default as
|
|
1973
|
+
// Pencil aliases
|
|
1974
|
+
export { default as PencilIcon } from '../icons/pencil';
|
|
1975
|
+
// Pentagon aliases
|
|
1976
|
+
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1975
1977
|
// PersonStanding aliases
|
|
1976
1978
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1979
|
+
// PhilippinePeso aliases
|
|
1980
|
+
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1977
1981
|
// PhoneCall aliases
|
|
1978
1982
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1979
|
-
// PhoneIncoming aliases
|
|
1980
|
-
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1981
1983
|
// PhoneForwarded aliases
|
|
1982
1984
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1985
|
+
// PhoneIncoming aliases
|
|
1986
|
+
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1983
1987
|
// PhoneMissed aliases
|
|
1984
1988
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1985
1989
|
// PhoneOff aliases
|
|
@@ -1988,16 +1992,16 @@ export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
|
1988
1992
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1989
1993
|
// Phone aliases
|
|
1990
1994
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1991
|
-
// Piano aliases
|
|
1992
|
-
export { default as PianoIcon } from '../icons/piano';
|
|
1993
1995
|
// Pi aliases
|
|
1994
1996
|
export { default as PiIcon } from '../icons/pi';
|
|
1997
|
+
// Piano aliases
|
|
1998
|
+
export { default as PianoIcon } from '../icons/piano';
|
|
1995
1999
|
// Pickaxe aliases
|
|
1996
2000
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1997
|
-
// PictureInPicture2 aliases
|
|
1998
|
-
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1999
2001
|
// PictureInPicture aliases
|
|
2000
2002
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2003
|
+
// PictureInPicture2 aliases
|
|
2004
|
+
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2001
2005
|
// PiggyBank aliases
|
|
2002
2006
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2003
2007
|
// PilcrowLeft aliases
|
|
@@ -2010,26 +2014,26 @@ export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
|
2010
2014
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2011
2015
|
// Pill aliases
|
|
2012
2016
|
export { default as PillIcon } from '../icons/pill';
|
|
2013
|
-
// PinOff aliases
|
|
2014
|
-
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2015
2017
|
// Pin aliases
|
|
2016
2018
|
export { default as PinIcon } from '../icons/pin';
|
|
2019
|
+
// PinOff aliases
|
|
2020
|
+
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2017
2021
|
// Pipette aliases
|
|
2018
2022
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2019
2023
|
// Pizza aliases
|
|
2020
2024
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2021
2025
|
// PlaneLanding aliases
|
|
2022
2026
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2023
|
-
// Plane aliases
|
|
2024
|
-
export { default as PlaneIcon } from '../icons/plane';
|
|
2025
2027
|
// PlaneTakeoff aliases
|
|
2026
2028
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2027
2029
|
// Play aliases
|
|
2028
2030
|
export { default as PlayIcon } from '../icons/play';
|
|
2029
|
-
//
|
|
2030
|
-
export { default as
|
|
2031
|
+
// Plane aliases
|
|
2032
|
+
export { default as PlaneIcon } from '../icons/plane';
|
|
2031
2033
|
// Plug2 aliases
|
|
2032
2034
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2035
|
+
// Plug aliases
|
|
2036
|
+
export { default as PlugIcon } from '../icons/plug';
|
|
2033
2037
|
// Plus aliases
|
|
2034
2038
|
export { default as PlusIcon } from '../icons/plus';
|
|
2035
2039
|
// PocketKnife aliases
|
|
@@ -2040,102 +2044,102 @@ export { default as PocketIcon } from '../icons/pocket';
|
|
|
2040
2044
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2041
2045
|
// PointerOff aliases
|
|
2042
2046
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2047
|
+
// Popcorn aliases
|
|
2048
|
+
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2043
2049
|
// Pointer aliases
|
|
2044
2050
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2045
2051
|
// PoundSterling aliases
|
|
2046
2052
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2047
|
-
// Popcorn aliases
|
|
2048
|
-
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2049
2053
|
// Popsicle aliases
|
|
2050
2054
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2051
|
-
// Power aliases
|
|
2052
|
-
export { default as PowerIcon } from '../icons/power';
|
|
2053
2055
|
// PowerOff aliases
|
|
2054
2056
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2055
|
-
//
|
|
2056
|
-
export { default as
|
|
2057
|
+
// Power aliases
|
|
2058
|
+
export { default as PowerIcon } from '../icons/power';
|
|
2057
2059
|
// Presentation aliases
|
|
2058
2060
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2059
|
-
//
|
|
2060
|
-
export { default as
|
|
2061
|
+
// PrinterCheck aliases
|
|
2062
|
+
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2061
2063
|
// Printer aliases
|
|
2062
2064
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2063
|
-
//
|
|
2064
|
-
export { default as
|
|
2065
|
+
// PrinterX aliases
|
|
2066
|
+
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2065
2067
|
// Projector aliases
|
|
2066
2068
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2069
|
+
// Proportions aliases
|
|
2070
|
+
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2067
2071
|
// Pyramid aliases
|
|
2068
2072
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2069
2073
|
// Puzzle aliases
|
|
2070
2074
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2071
2075
|
// QrCode aliases
|
|
2072
2076
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2073
|
-
// Quote aliases
|
|
2074
|
-
export { default as QuoteIcon } from '../icons/quote';
|
|
2075
2077
|
// Rabbit aliases
|
|
2076
2078
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2077
|
-
//
|
|
2078
|
-
export { default as
|
|
2079
|
+
// Quote aliases
|
|
2080
|
+
export { default as QuoteIcon } from '../icons/quote';
|
|
2079
2081
|
// Radar aliases
|
|
2080
2082
|
export { default as RadarIcon } from '../icons/radar';
|
|
2083
|
+
// Radiation aliases
|
|
2084
|
+
export { default as RadiationIcon } from '../icons/radiation';
|
|
2081
2085
|
// Radical aliases
|
|
2082
2086
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2083
|
-
// RadioReceiver aliases
|
|
2084
|
-
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2085
|
-
// Radius aliases
|
|
2086
|
-
export { default as RadiusIcon } from '../icons/radius';
|
|
2087
2087
|
// RadioTower aliases
|
|
2088
2088
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2089
|
+
// RadioReceiver aliases
|
|
2090
|
+
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2089
2091
|
// Radio aliases
|
|
2090
2092
|
export { default as RadioIcon } from '../icons/radio';
|
|
2093
|
+
// Radius aliases
|
|
2094
|
+
export { default as RadiusIcon } from '../icons/radius';
|
|
2091
2095
|
// RailSymbol aliases
|
|
2092
2096
|
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2093
2097
|
// Rainbow aliases
|
|
2094
2098
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2095
2099
|
// Rat aliases
|
|
2096
2100
|
export { default as RatIcon } from '../icons/rat';
|
|
2097
|
-
// ReceiptCent aliases
|
|
2098
|
-
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2099
2101
|
// Ratio aliases
|
|
2100
2102
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2103
|
+
// ReceiptCent aliases
|
|
2104
|
+
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2101
2105
|
// ReceiptEuro aliases
|
|
2102
2106
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2103
|
-
// ReceiptJapaneseYen aliases
|
|
2104
|
-
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2105
2107
|
// ReceiptIndianRupee aliases
|
|
2106
2108
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2107
|
-
//
|
|
2108
|
-
export { default as
|
|
2109
|
+
// ReceiptJapaneseYen aliases
|
|
2110
|
+
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2109
2111
|
// ReceiptPoundSterling aliases
|
|
2110
2112
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2111
|
-
//
|
|
2112
|
-
export { default as
|
|
2113
|
-
// ReceiptSwissFranc aliases
|
|
2114
|
-
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2113
|
+
// ReceiptRussianRuble aliases
|
|
2114
|
+
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2115
2115
|
// ReceiptTurkishLira aliases
|
|
2116
2116
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2117
|
-
//
|
|
2118
|
-
export { default as
|
|
2117
|
+
// ReceiptSwissFranc aliases
|
|
2118
|
+
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2119
|
+
// ReceiptText aliases
|
|
2120
|
+
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2119
2121
|
// Receipt aliases
|
|
2120
2122
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2123
|
+
// RectangleCircle aliases
|
|
2124
|
+
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2121
2125
|
// RectangleGoggles aliases
|
|
2122
2126
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2123
2127
|
// RectangleHorizontal aliases
|
|
2124
2128
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2125
|
-
// RectangleVertical aliases
|
|
2126
|
-
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2127
2129
|
// Recycle aliases
|
|
2128
2130
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2131
|
+
// RectangleVertical aliases
|
|
2132
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2129
2133
|
// Redo2 aliases
|
|
2130
2134
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2131
|
-
// Redo aliases
|
|
2132
|
-
export { default as RedoIcon } from '../icons/redo';
|
|
2133
2135
|
// RedoDot aliases
|
|
2134
2136
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2135
|
-
// RefreshCcw aliases
|
|
2136
|
-
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2137
2137
|
// RefreshCcwDot aliases
|
|
2138
2138
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2139
|
+
// RefreshCcw aliases
|
|
2140
|
+
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2141
|
+
// Redo aliases
|
|
2142
|
+
export { default as RedoIcon } from '../icons/redo';
|
|
2139
2143
|
// RefreshCwOff aliases
|
|
2140
2144
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2141
2145
|
// RefreshCw aliases
|
|
@@ -2160,32 +2164,32 @@ export { default as ReplaceIcon } from '../icons/replace';
|
|
|
2160
2164
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2161
2165
|
// Reply aliases
|
|
2162
2166
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2163
|
-
// Ribbon aliases
|
|
2164
|
-
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2165
|
-
// RockingChair aliases
|
|
2166
|
-
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2167
2167
|
// Rewind aliases
|
|
2168
2168
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2169
|
+
// Ribbon aliases
|
|
2170
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2169
2171
|
// Rocket aliases
|
|
2170
2172
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2173
|
+
// RockingChair aliases
|
|
2174
|
+
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2171
2175
|
// RollerCoaster aliases
|
|
2172
2176
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2173
|
-
// RotateCcwKey aliases
|
|
2174
|
-
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2175
2177
|
// Rose aliases
|
|
2176
2178
|
export { default as RoseIcon } from '../icons/rose';
|
|
2179
|
+
// RotateCcwKey aliases
|
|
2180
|
+
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2181
|
+
// RotateCcwSquare aliases
|
|
2182
|
+
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2177
2183
|
// RotateCcw aliases
|
|
2178
2184
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2179
2185
|
// RotateCwSquare aliases
|
|
2180
2186
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2181
|
-
// RotateCcwSquare aliases
|
|
2182
|
-
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2183
2187
|
// RotateCw aliases
|
|
2184
2188
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2185
|
-
// Route aliases
|
|
2186
|
-
export { default as RouteIcon } from '../icons/route';
|
|
2187
2189
|
// RouteOff aliases
|
|
2188
2190
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2191
|
+
// Route aliases
|
|
2192
|
+
export { default as RouteIcon } from '../icons/route';
|
|
2189
2193
|
// Router aliases
|
|
2190
2194
|
export { default as RouterIcon } from '../icons/router';
|
|
2191
2195
|
// Rows4 aliases
|
|
@@ -2194,12 +2198,12 @@ export { default as Rows4Icon } from '../icons/rows-4';
|
|
|
2194
2198
|
export { default as RssIcon } from '../icons/rss';
|
|
2195
2199
|
// RulerDimensionLine aliases
|
|
2196
2200
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2197
|
-
// Sailboat aliases
|
|
2198
|
-
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2199
2201
|
// Ruler aliases
|
|
2200
2202
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2201
2203
|
// RussianRuble aliases
|
|
2202
2204
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2205
|
+
// Sailboat aliases
|
|
2206
|
+
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2203
2207
|
// Salad aliases
|
|
2204
2208
|
export { default as SaladIcon } from '../icons/salad';
|
|
2205
2209
|
// Sandwich aliases
|
|
@@ -2214,20 +2218,20 @@ export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
|
2214
2218
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2215
2219
|
// SaveOff aliases
|
|
2216
2220
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2217
|
-
// Save aliases
|
|
2218
|
-
export { default as SaveIcon } from '../icons/save';
|
|
2219
2221
|
// Scale aliases
|
|
2220
2222
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2223
|
+
// Save aliases
|
|
2224
|
+
export { default as SaveIcon } from '../icons/save';
|
|
2221
2225
|
// Scaling aliases
|
|
2222
2226
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2223
2227
|
// ScanBarcode aliases
|
|
2224
2228
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2225
|
-
// ScanFace aliases
|
|
2226
|
-
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2227
2229
|
// ScanEye aliases
|
|
2228
2230
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2229
2231
|
// ScanHeart aliases
|
|
2230
2232
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2233
|
+
// ScanFace aliases
|
|
2234
|
+
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2231
2235
|
// ScanLine aliases
|
|
2232
2236
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2233
2237
|
// ScanQrCode aliases
|
|
@@ -2244,12 +2248,12 @@ export { default as SchoolIcon } from '../icons/school';
|
|
|
2244
2248
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2245
2249
|
// Scissors aliases
|
|
2246
2250
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2247
|
-
// ScreenShareOff aliases
|
|
2248
|
-
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2249
2251
|
// Scooter aliases
|
|
2250
2252
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2251
2253
|
// ScreenShare aliases
|
|
2252
2254
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2255
|
+
// ScreenShareOff aliases
|
|
2256
|
+
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2253
2257
|
// ScrollText aliases
|
|
2254
2258
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2255
2259
|
// Scroll aliases
|
|
@@ -2270,62 +2274,62 @@ export { default as SearchIcon } from '../icons/search';
|
|
|
2270
2274
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2271
2275
|
// Section aliases
|
|
2272
2276
|
export { default as SectionIcon } from '../icons/section';
|
|
2273
|
-
// SeparatorHorizontal aliases
|
|
2274
|
-
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2275
2277
|
// Send aliases
|
|
2276
2278
|
export { default as SendIcon } from '../icons/send';
|
|
2277
|
-
//
|
|
2278
|
-
export { default as
|
|
2279
|
-
// ServerOff aliases
|
|
2280
|
-
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2279
|
+
// SeparatorHorizontal aliases
|
|
2280
|
+
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2281
2281
|
// SeparatorVertical aliases
|
|
2282
2282
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2283
|
+
// ServerCog aliases
|
|
2284
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2283
2285
|
// ServerCrash aliases
|
|
2284
2286
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2287
|
+
// ServerOff aliases
|
|
2288
|
+
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2285
2289
|
// Server aliases
|
|
2286
2290
|
export { default as ServerIcon } from '../icons/server';
|
|
2287
2291
|
// Settings2 aliases
|
|
2288
2292
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2289
|
-
// Settings aliases
|
|
2290
|
-
export { default as SettingsIcon } from '../icons/settings';
|
|
2291
2293
|
// Shapes aliases
|
|
2292
2294
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2295
|
+
// Settings aliases
|
|
2296
|
+
export { default as SettingsIcon } from '../icons/settings';
|
|
2297
|
+
// Share2 aliases
|
|
2298
|
+
export { default as Share2Icon } from '../icons/share-2';
|
|
2293
2299
|
// Share aliases
|
|
2294
2300
|
export { default as ShareIcon } from '../icons/share';
|
|
2295
2301
|
// Sheet aliases
|
|
2296
2302
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2297
2303
|
// Shell aliases
|
|
2298
2304
|
export { default as ShellIcon } from '../icons/shell';
|
|
2299
|
-
// Share2 aliases
|
|
2300
|
-
export { default as Share2Icon } from '../icons/share-2';
|
|
2301
|
-
// ShelvingUnit aliases
|
|
2302
|
-
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2303
2305
|
// ShieldAlert aliases
|
|
2304
2306
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2307
|
+
// ShelvingUnit aliases
|
|
2308
|
+
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2305
2309
|
// ShieldBan aliases
|
|
2306
2310
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2307
|
-
// ShieldCheck aliases
|
|
2308
|
-
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2309
2311
|
// ShieldEllipsis aliases
|
|
2310
2312
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2311
|
-
//
|
|
2312
|
-
export { default as
|
|
2313
|
+
// ShieldCheck aliases
|
|
2314
|
+
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2313
2315
|
// ShieldMinus aliases
|
|
2314
2316
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2317
|
+
// ShieldHalf aliases
|
|
2318
|
+
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2315
2319
|
// ShieldOff aliases
|
|
2316
2320
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2317
|
-
// ShieldPlus aliases
|
|
2318
|
-
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2319
2321
|
// ShieldUser aliases
|
|
2320
2322
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2323
|
+
// ShieldPlus aliases
|
|
2324
|
+
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2321
2325
|
// Shield aliases
|
|
2322
2326
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2327
|
+
// Ship aliases
|
|
2328
|
+
export { default as ShipIcon } from '../icons/ship';
|
|
2323
2329
|
// ShipWheel aliases
|
|
2324
2330
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2325
2331
|
// Shirt aliases
|
|
2326
2332
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2327
|
-
// Ship aliases
|
|
2328
|
-
export { default as ShipIcon } from '../icons/ship';
|
|
2329
2333
|
// ShoppingBag aliases
|
|
2330
2334
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2331
2335
|
// ShoppingBasket aliases
|
|
@@ -2344,14 +2348,14 @@ export { default as ShrimpIcon } from '../icons/shrimp';
|
|
|
2344
2348
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2345
2349
|
// Shrub aliases
|
|
2346
2350
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2347
|
-
// Sigma aliases
|
|
2348
|
-
export { default as SigmaIcon } from '../icons/sigma';
|
|
2349
2351
|
// Shuffle aliases
|
|
2350
2352
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2351
|
-
//
|
|
2352
|
-
export { default as
|
|
2353
|
+
// Sigma aliases
|
|
2354
|
+
export { default as SigmaIcon } from '../icons/sigma';
|
|
2353
2355
|
// SignalLow aliases
|
|
2354
2356
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2357
|
+
// SignalHigh aliases
|
|
2358
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2355
2359
|
// SignalMedium aliases
|
|
2356
2360
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2357
2361
|
// SignalZero aliases
|
|
@@ -2376,34 +2380,34 @@ export { default as SkullIcon } from '../icons/skull';
|
|
|
2376
2380
|
export { default as SlackIcon } from '../icons/slack';
|
|
2377
2381
|
// Slash aliases
|
|
2378
2382
|
export { default as SlashIcon } from '../icons/slash';
|
|
2379
|
-
// Slice aliases
|
|
2380
|
-
export { default as SliceIcon } from '../icons/slice';
|
|
2381
2383
|
// SlidersHorizontal aliases
|
|
2382
2384
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2385
|
+
// Slice aliases
|
|
2386
|
+
export { default as SliceIcon } from '../icons/slice';
|
|
2383
2387
|
// SmartphoneCharging aliases
|
|
2384
2388
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2385
|
-
// SmartphoneNfc aliases
|
|
2386
|
-
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2387
|
-
// SmilePlus aliases
|
|
2388
|
-
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2389
2389
|
// Smartphone aliases
|
|
2390
2390
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2391
|
-
//
|
|
2392
|
-
export { default as
|
|
2391
|
+
// SmartphoneNfc aliases
|
|
2392
|
+
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2393
2393
|
// Smile aliases
|
|
2394
2394
|
export { default as SmileIcon } from '../icons/smile';
|
|
2395
|
+
// SmilePlus aliases
|
|
2396
|
+
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2395
2397
|
// Snowflake aliases
|
|
2396
2398
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2399
|
+
// Snail aliases
|
|
2400
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2397
2401
|
// SoapDispenserDroplet aliases
|
|
2398
2402
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2399
2403
|
// Sofa aliases
|
|
2400
2404
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2401
2405
|
// SolarPanel aliases
|
|
2402
2406
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2403
|
-
// Space aliases
|
|
2404
|
-
export { default as SpaceIcon } from '../icons/space';
|
|
2405
2407
|
// Soup aliases
|
|
2406
2408
|
export { default as SoupIcon } from '../icons/soup';
|
|
2409
|
+
// Space aliases
|
|
2410
|
+
export { default as SpaceIcon } from '../icons/space';
|
|
2407
2411
|
// Spade aliases
|
|
2408
2412
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2409
2413
|
// Sparkle aliases
|
|
@@ -2418,64 +2422,68 @@ export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
|
2418
2422
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2419
2423
|
// SplinePointer aliases
|
|
2420
2424
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2421
|
-
// Split aliases
|
|
2422
|
-
export { default as SplitIcon } from '../icons/split';
|
|
2423
|
-
// Spool aliases
|
|
2424
|
-
export { default as SpoolIcon } from '../icons/spool';
|
|
2425
2425
|
// Spline aliases
|
|
2426
2426
|
export { default as SplineIcon } from '../icons/spline';
|
|
2427
|
+
// Split aliases
|
|
2428
|
+
export { default as SplitIcon } from '../icons/split';
|
|
2427
2429
|
// Spotlight aliases
|
|
2428
2430
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2431
|
+
// Spool aliases
|
|
2432
|
+
export { default as SpoolIcon } from '../icons/spool';
|
|
2433
|
+
// SprayCan aliases
|
|
2434
|
+
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2429
2435
|
// Sprout aliases
|
|
2430
2436
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2437
|
+
// SquareArrowRightEnter aliases
|
|
2438
|
+
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2439
|
+
// SquareArrowRightExit aliases
|
|
2440
|
+
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2431
2441
|
// SquareDashedBottomCode aliases
|
|
2432
2442
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2433
|
-
// SprayCan aliases
|
|
2434
|
-
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2435
2443
|
// SquareDashedBottom aliases
|
|
2436
2444
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2437
2445
|
// SquareDashedTopSolid aliases
|
|
2438
2446
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2447
|
+
// SquareRadical aliases
|
|
2448
|
+
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2439
2449
|
// SquarePause aliases
|
|
2440
2450
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2441
2451
|
// SquareRoundCorner aliases
|
|
2442
2452
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2443
|
-
// SquareRadical aliases
|
|
2444
|
-
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2445
|
-
// SquareStack aliases
|
|
2446
|
-
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2447
2453
|
// SquareSquare aliases
|
|
2448
2454
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2449
|
-
// SquareStar aliases
|
|
2450
|
-
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2451
|
-
// SquareStop aliases
|
|
2452
|
-
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2453
2455
|
// Square aliases
|
|
2454
2456
|
export { default as SquareIcon } from '../icons/square';
|
|
2457
|
+
// SquareStack aliases
|
|
2458
|
+
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2459
|
+
// SquareStop aliases
|
|
2460
|
+
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2461
|
+
// SquareStar aliases
|
|
2462
|
+
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2455
2463
|
// SquaresExclude aliases
|
|
2456
2464
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2457
2465
|
// SquaresIntersect aliases
|
|
2458
2466
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2459
2467
|
// SquaresSubtract aliases
|
|
2460
2468
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2461
|
-
// SquaresUnite aliases
|
|
2462
|
-
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2463
2469
|
// SquircleDashed aliases
|
|
2464
2470
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2471
|
+
// SquaresUnite aliases
|
|
2472
|
+
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2465
2473
|
// Squircle aliases
|
|
2466
2474
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2467
2475
|
// Squirrel aliases
|
|
2468
2476
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2469
|
-
// StarHalf aliases
|
|
2470
|
-
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2471
2477
|
// Stamp aliases
|
|
2472
2478
|
export { default as StampIcon } from '../icons/stamp';
|
|
2479
|
+
// StarOff aliases
|
|
2480
|
+
export { default as StarOffIcon } from '../icons/star-off';
|
|
2481
|
+
// StarHalf aliases
|
|
2482
|
+
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2473
2483
|
// Star aliases
|
|
2474
2484
|
export { default as StarIcon } from '../icons/star';
|
|
2475
2485
|
// StepBack aliases
|
|
2476
2486
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2477
|
-
// StarOff aliases
|
|
2478
|
-
export { default as StarOffIcon } from '../icons/star-off';
|
|
2479
2487
|
// StepForward aliases
|
|
2480
2488
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2481
2489
|
// Stethoscope aliases
|
|
@@ -2490,10 +2498,10 @@ export { default as StoneIcon } from '../icons/stone';
|
|
|
2490
2498
|
export { default as StoreIcon } from '../icons/store';
|
|
2491
2499
|
// StretchHorizontal aliases
|
|
2492
2500
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2493
|
-
// StretchVertical aliases
|
|
2494
|
-
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2495
2501
|
// Strikethrough aliases
|
|
2496
2502
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2503
|
+
// StretchVertical aliases
|
|
2504
|
+
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2497
2505
|
// Subscript aliases
|
|
2498
2506
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2499
2507
|
// SunDim aliases
|
|
@@ -2514,18 +2522,18 @@ export { default as SunsetIcon } from '../icons/sunset';
|
|
|
2514
2522
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2515
2523
|
// SwatchBook aliases
|
|
2516
2524
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2517
|
-
// SwitchCamera aliases
|
|
2518
|
-
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2519
2525
|
// SwissFranc aliases
|
|
2520
2526
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2521
|
-
// Swords aliases
|
|
2522
|
-
export { default as SwordsIcon } from '../icons/swords';
|
|
2523
2527
|
// Sword aliases
|
|
2524
2528
|
export { default as SwordIcon } from '../icons/sword';
|
|
2525
|
-
//
|
|
2526
|
-
export { default as
|
|
2529
|
+
// SwitchCamera aliases
|
|
2530
|
+
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2531
|
+
// Swords aliases
|
|
2532
|
+
export { default as SwordsIcon } from '../icons/swords';
|
|
2527
2533
|
// Table2 aliases
|
|
2528
2534
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2535
|
+
// Syringe aliases
|
|
2536
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2529
2537
|
// TableCellsMerge aliases
|
|
2530
2538
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2531
2539
|
// TableCellsSplit aliases
|
|
@@ -2534,46 +2542,46 @@ export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
|
2534
2542
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2535
2543
|
// TableOfContents aliases
|
|
2536
2544
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2537
|
-
// TableRowsSplit aliases
|
|
2538
|
-
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2539
2545
|
// TableProperties aliases
|
|
2540
2546
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2541
2547
|
// Table aliases
|
|
2542
2548
|
export { default as TableIcon } from '../icons/table';
|
|
2543
|
-
//
|
|
2544
|
-
export { default as
|
|
2549
|
+
// TableRowsSplit aliases
|
|
2550
|
+
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2545
2551
|
// TabletSmartphone aliases
|
|
2546
2552
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2547
2553
|
// Tablets aliases
|
|
2548
2554
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2555
|
+
// Tablet aliases
|
|
2556
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2549
2557
|
// Tag aliases
|
|
2550
2558
|
export { default as TagIcon } from '../icons/tag';
|
|
2551
2559
|
// Tally1 aliases
|
|
2552
2560
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2553
|
-
// Tags aliases
|
|
2554
|
-
export { default as TagsIcon } from '../icons/tags';
|
|
2555
2561
|
// Tally2 aliases
|
|
2556
2562
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2563
|
+
// Tags aliases
|
|
2564
|
+
export { default as TagsIcon } from '../icons/tags';
|
|
2557
2565
|
// Tally3 aliases
|
|
2558
2566
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2559
|
-
// Tally4 aliases
|
|
2560
|
-
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2561
2567
|
// Tally5 aliases
|
|
2562
2568
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2569
|
+
// Tally4 aliases
|
|
2570
|
+
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2563
2571
|
// Tangent aliases
|
|
2564
2572
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2565
2573
|
// Target aliases
|
|
2566
2574
|
export { default as TargetIcon } from '../icons/target';
|
|
2575
|
+
// TentTree aliases
|
|
2576
|
+
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2567
2577
|
// Telescope aliases
|
|
2568
2578
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2569
2579
|
// Tent aliases
|
|
2570
2580
|
export { default as TentIcon } from '../icons/tent';
|
|
2571
|
-
// TentTree aliases
|
|
2572
|
-
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2573
|
-
// TestTube aliases
|
|
2574
|
-
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2575
2581
|
// Terminal aliases
|
|
2576
2582
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2583
|
+
// TestTube aliases
|
|
2584
|
+
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2577
2585
|
// TestTubes aliases
|
|
2578
2586
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2579
2587
|
// TextCursorInput aliases
|
|
@@ -2584,20 +2592,20 @@ export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
|
2584
2592
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2585
2593
|
// Theater aliases
|
|
2586
2594
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2587
|
-
// TextSearch aliases
|
|
2588
|
-
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2589
2595
|
// ThermometerSnowflake aliases
|
|
2590
2596
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2591
|
-
//
|
|
2592
|
-
export { default as
|
|
2597
|
+
// TextSearch aliases
|
|
2598
|
+
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2593
2599
|
// Thermometer aliases
|
|
2594
2600
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2601
|
+
// ThermometerSun aliases
|
|
2602
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2603
|
+
// ThumbsUp aliases
|
|
2604
|
+
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2595
2605
|
// ThumbsDown aliases
|
|
2596
2606
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2597
2607
|
// TicketCheck aliases
|
|
2598
2608
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2599
|
-
// ThumbsUp aliases
|
|
2600
|
-
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2601
2609
|
// TicketMinus aliases
|
|
2602
2610
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2603
2611
|
// TicketPercent aliases
|
|
@@ -2606,18 +2614,18 @@ export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
|
2606
2614
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2607
2615
|
// TicketSlash aliases
|
|
2608
2616
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2617
|
+
// Ticket aliases
|
|
2618
|
+
export { default as TicketIcon } from '../icons/ticket';
|
|
2609
2619
|
// TicketX aliases
|
|
2610
2620
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2611
2621
|
// TicketsPlane aliases
|
|
2612
2622
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2613
|
-
// Ticket aliases
|
|
2614
|
-
export { default as TicketIcon } from '../icons/ticket';
|
|
2615
2623
|
// Tickets aliases
|
|
2616
2624
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2617
|
-
// TimerOff aliases
|
|
2618
|
-
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2619
2625
|
// TimerReset aliases
|
|
2620
2626
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2627
|
+
// TimerOff aliases
|
|
2628
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2621
2629
|
// Timer aliases
|
|
2622
2630
|
export { default as TimerIcon } from '../icons/timer';
|
|
2623
2631
|
// ToggleLeft aliases
|
|
@@ -2632,22 +2640,22 @@ export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
|
2632
2640
|
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2633
2641
|
// Tornado aliases
|
|
2634
2642
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2635
|
-
// Torus aliases
|
|
2636
|
-
export { default as TorusIcon } from '../icons/torus';
|
|
2637
2643
|
// TouchpadOff aliases
|
|
2638
2644
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2645
|
+
// Torus aliases
|
|
2646
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2639
2647
|
// Touchpad aliases
|
|
2640
2648
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2641
2649
|
// TowelRack aliases
|
|
2642
2650
|
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2643
|
-
// ToyBrick aliases
|
|
2644
|
-
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2645
2651
|
// TowerControl aliases
|
|
2646
2652
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2647
|
-
//
|
|
2648
|
-
export { default as
|
|
2653
|
+
// ToyBrick aliases
|
|
2654
|
+
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2649
2655
|
// Tractor aliases
|
|
2650
2656
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2657
|
+
// TrafficCone aliases
|
|
2658
|
+
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2651
2659
|
// TrainFrontTunnel aliases
|
|
2652
2660
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2653
2661
|
// TrainFront aliases
|
|
@@ -2656,116 +2664,116 @@ export { default as TrainFrontIcon } from '../icons/train-front';
|
|
|
2656
2664
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2657
2665
|
// Transgender aliases
|
|
2658
2666
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2659
|
-
// Trash aliases
|
|
2660
|
-
export { default as TrashIcon } from '../icons/trash';
|
|
2661
2667
|
// Trash2 aliases
|
|
2662
2668
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2663
|
-
//
|
|
2664
|
-
export { default as
|
|
2669
|
+
// Trash aliases
|
|
2670
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2665
2671
|
// TreeDeciduous aliases
|
|
2666
2672
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2673
|
+
// TreePine aliases
|
|
2674
|
+
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2667
2675
|
// Trees aliases
|
|
2668
2676
|
export { default as TreesIcon } from '../icons/trees';
|
|
2669
|
-
// Trello aliases
|
|
2670
|
-
export { default as TrelloIcon } from '../icons/trello';
|
|
2671
2677
|
// TrendingDown aliases
|
|
2672
2678
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2673
2679
|
// TrendingUpDown aliases
|
|
2674
2680
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2675
|
-
//
|
|
2676
|
-
export { default as
|
|
2681
|
+
// Trello aliases
|
|
2682
|
+
export { default as TrelloIcon } from '../icons/trello';
|
|
2677
2683
|
// TrendingUp aliases
|
|
2678
2684
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2679
2685
|
// TriangleDashed aliases
|
|
2680
2686
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2681
2687
|
// Triangle aliases
|
|
2682
2688
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2689
|
+
// TriangleRight aliases
|
|
2690
|
+
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2683
2691
|
// Trophy aliases
|
|
2684
2692
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2685
|
-
// TruckElectric aliases
|
|
2686
|
-
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2687
2693
|
// Truck aliases
|
|
2688
2694
|
export { default as TruckIcon } from '../icons/truck';
|
|
2689
|
-
//
|
|
2690
|
-
export { default as
|
|
2695
|
+
// TruckElectric aliases
|
|
2696
|
+
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2691
2697
|
// TurkishLira aliases
|
|
2692
2698
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2699
|
+
// Turntable aliases
|
|
2700
|
+
export { default as TurntableIcon } from '../icons/turntable';
|
|
2693
2701
|
// Turtle aliases
|
|
2694
2702
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2695
|
-
// TvMinimalPlay aliases
|
|
2696
|
-
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2697
2703
|
// Tv aliases
|
|
2698
2704
|
export { default as TvIcon } from '../icons/tv';
|
|
2705
|
+
// TvMinimalPlay aliases
|
|
2706
|
+
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2699
2707
|
// Twitch aliases
|
|
2700
2708
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2701
2709
|
// Twitter aliases
|
|
2702
2710
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2703
|
-
// TypeOutline aliases
|
|
2704
|
-
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2705
2711
|
// Type aliases
|
|
2706
2712
|
export { default as TypeIcon } from '../icons/type';
|
|
2713
|
+
// TypeOutline aliases
|
|
2714
|
+
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2707
2715
|
// UmbrellaOff aliases
|
|
2708
2716
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2709
2717
|
// Umbrella aliases
|
|
2710
2718
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2711
2719
|
// Underline aliases
|
|
2712
2720
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2713
|
-
// Undo2 aliases
|
|
2714
|
-
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2715
2721
|
// UndoDot aliases
|
|
2716
2722
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2723
|
+
// Undo2 aliases
|
|
2724
|
+
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2717
2725
|
// Undo aliases
|
|
2718
2726
|
export { default as UndoIcon } from '../icons/undo';
|
|
2719
2727
|
// UnfoldHorizontal aliases
|
|
2720
2728
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2721
2729
|
// UnfoldVertical aliases
|
|
2722
2730
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2723
|
-
// Ungroup aliases
|
|
2724
|
-
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2725
2731
|
// Unlink2 aliases
|
|
2726
2732
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2727
|
-
//
|
|
2728
|
-
export { default as
|
|
2733
|
+
// Ungroup aliases
|
|
2734
|
+
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2729
2735
|
// Unplug aliases
|
|
2730
2736
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2737
|
+
// Unlink aliases
|
|
2738
|
+
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2731
2739
|
// Upload aliases
|
|
2732
2740
|
export { default as UploadIcon } from '../icons/upload';
|
|
2733
2741
|
// Usb aliases
|
|
2734
2742
|
export { default as UsbIcon } from '../icons/usb';
|
|
2735
2743
|
// UserCheck aliases
|
|
2736
2744
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2737
|
-
// UserKey aliases
|
|
2738
|
-
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2739
2745
|
// UserCog aliases
|
|
2740
2746
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2741
|
-
//
|
|
2742
|
-
export { default as
|
|
2747
|
+
// UserKey aliases
|
|
2748
|
+
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2743
2749
|
// UserLock aliases
|
|
2744
2750
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2745
2751
|
// UserPen aliases
|
|
2746
2752
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2747
|
-
//
|
|
2748
|
-
export { default as
|
|
2753
|
+
// UserMinus aliases
|
|
2754
|
+
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2749
2755
|
// UserPlus aliases
|
|
2750
2756
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2757
|
+
// UserRoundKey aliases
|
|
2758
|
+
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2751
2759
|
// UserRoundPen aliases
|
|
2752
2760
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2761
|
+
// UserSearch aliases
|
|
2762
|
+
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2753
2763
|
// UserRoundSearch aliases
|
|
2754
2764
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2755
2765
|
// UserStar aliases
|
|
2756
2766
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2757
|
-
// UserSearch aliases
|
|
2758
|
-
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2759
2767
|
// UserX aliases
|
|
2760
2768
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2761
2769
|
// User aliases
|
|
2762
2770
|
export { default as UserIcon } from '../icons/user';
|
|
2763
2771
|
// Users aliases
|
|
2764
2772
|
export { default as UsersIcon } from '../icons/users';
|
|
2765
|
-
// Van aliases
|
|
2766
|
-
export { default as VanIcon } from '../icons/van';
|
|
2767
2773
|
// UtilityPole aliases
|
|
2768
2774
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2775
|
+
// Van aliases
|
|
2776
|
+
export { default as VanIcon } from '../icons/van';
|
|
2769
2777
|
// Variable aliases
|
|
2770
2778
|
export { default as VariableIcon } from '../icons/variable';
|
|
2771
2779
|
// Vault aliases
|
|
@@ -2786,10 +2794,10 @@ export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
|
2786
2794
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2787
2795
|
// VideoOff aliases
|
|
2788
2796
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2789
|
-
// Video aliases
|
|
2790
|
-
export { default as VideoIcon } from '../icons/video';
|
|
2791
2797
|
// Videotape aliases
|
|
2792
2798
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2799
|
+
// Video aliases
|
|
2800
|
+
export { default as VideoIcon } from '../icons/video';
|
|
2793
2801
|
// View aliases
|
|
2794
2802
|
export { default as ViewIcon } from '../icons/view';
|
|
2795
2803
|
// Voicemail aliases
|
|
@@ -2798,12 +2806,12 @@ export { default as VoicemailIcon } from '../icons/voicemail';
|
|
|
2798
2806
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2799
2807
|
// Volume1 aliases
|
|
2800
2808
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2809
|
+
// Volume2 aliases
|
|
2810
|
+
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2801
2811
|
// VolumeOff aliases
|
|
2802
2812
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2803
2813
|
// VolumeX aliases
|
|
2804
2814
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2805
|
-
// Volume2 aliases
|
|
2806
|
-
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2807
2815
|
// Volume aliases
|
|
2808
2816
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2809
2817
|
// Vote aliases
|
|
@@ -2812,44 +2820,44 @@ export { default as VoteIcon } from '../icons/vote';
|
|
|
2812
2820
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2813
2821
|
// Wallet aliases
|
|
2814
2822
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2823
|
+
// Wallpaper aliases
|
|
2824
|
+
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2815
2825
|
// Wand aliases
|
|
2816
2826
|
export { default as WandIcon } from '../icons/wand';
|
|
2817
|
-
// Warehouse aliases
|
|
2818
|
-
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2819
2827
|
// WashingMachine aliases
|
|
2820
2828
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2821
|
-
// Wallpaper aliases
|
|
2822
|
-
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2823
2829
|
// Watch aliases
|
|
2824
2830
|
export { default as WatchIcon } from '../icons/watch';
|
|
2831
|
+
// Warehouse aliases
|
|
2832
|
+
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2825
2833
|
// WavesArrowDown aliases
|
|
2826
2834
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2827
2835
|
// WavesArrowUp aliases
|
|
2828
2836
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2829
|
-
// Waypoints aliases
|
|
2830
|
-
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2831
2837
|
// WavesLadder aliases
|
|
2832
2838
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2839
|
+
// Waypoints aliases
|
|
2840
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2833
2841
|
// Waves aliases
|
|
2834
2842
|
export { default as WavesIcon } from '../icons/waves';
|
|
2835
2843
|
// Webcam aliases
|
|
2836
2844
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2837
|
-
// Webhook aliases
|
|
2838
|
-
export { default as WebhookIcon } from '../icons/webhook';
|
|
2839
2845
|
// WebhookOff aliases
|
|
2840
2846
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2847
|
+
// Webhook aliases
|
|
2848
|
+
export { default as WebhookIcon } from '../icons/webhook';
|
|
2841
2849
|
// WeightTilde aliases
|
|
2842
2850
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2851
|
+
// Wheat aliases
|
|
2852
|
+
export { default as WheatIcon } from '../icons/wheat';
|
|
2843
2853
|
// Weight aliases
|
|
2844
2854
|
export { default as WeightIcon } from '../icons/weight';
|
|
2845
2855
|
// WheatOff aliases
|
|
2846
2856
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2847
|
-
// WholeWord aliases
|
|
2848
|
-
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2849
|
-
// Wheat aliases
|
|
2850
|
-
export { default as WheatIcon } from '../icons/wheat';
|
|
2851
2857
|
// WifiCog aliases
|
|
2852
2858
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2859
|
+
// WholeWord aliases
|
|
2860
|
+
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2853
2861
|
// WifiHigh aliases
|
|
2854
2862
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2855
2863
|
// WifiLow aliases
|
|
@@ -2858,20 +2866,20 @@ export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
|
2858
2866
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2859
2867
|
// WifiPen aliases
|
|
2860
2868
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2869
|
+
// WifiSync aliases
|
|
2870
|
+
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2861
2871
|
// WifiZero aliases
|
|
2862
2872
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2863
2873
|
// Wifi aliases
|
|
2864
2874
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2865
|
-
// WifiSync aliases
|
|
2866
|
-
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2867
2875
|
// WindArrowDown aliases
|
|
2868
2876
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2869
2877
|
// Wind aliases
|
|
2870
2878
|
export { default as WindIcon } from '../icons/wind';
|
|
2871
|
-
// WineOff aliases
|
|
2872
|
-
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2873
2879
|
// Wine aliases
|
|
2874
2880
|
export { default as WineIcon } from '../icons/wine';
|
|
2881
|
+
// WineOff aliases
|
|
2882
|
+
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2875
2883
|
// Workflow aliases
|
|
2876
2884
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2877
2885
|
// Worm aliases
|
|
@@ -2882,24 +2890,50 @@ export { default as WrenchIcon } from '../icons/wrench';
|
|
|
2882
2890
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
2883
2891
|
// X aliases
|
|
2884
2892
|
export { default as XIcon } from '../icons/x';
|
|
2885
|
-
// ZapOff aliases
|
|
2886
|
-
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2887
2893
|
// Youtube aliases
|
|
2888
2894
|
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2895
|
+
// ZapOff aliases
|
|
2896
|
+
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2897
|
+
// ZodiacAquarius aliases
|
|
2898
|
+
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
2889
2899
|
// Zap aliases
|
|
2890
2900
|
export { default as ZapIcon } from '../icons/zap';
|
|
2901
|
+
// ZodiacAries aliases
|
|
2902
|
+
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
2903
|
+
// ZodiacCancer aliases
|
|
2904
|
+
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
2905
|
+
// ZodiacCapricorn aliases
|
|
2906
|
+
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
2907
|
+
// ZodiacGemini aliases
|
|
2908
|
+
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
2909
|
+
// ZodiacLeo aliases
|
|
2910
|
+
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
2911
|
+
// ZodiacLibra aliases
|
|
2912
|
+
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
2913
|
+
// ZodiacOphiuchus aliases
|
|
2914
|
+
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
2915
|
+
// ZodiacPisces aliases
|
|
2916
|
+
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
2917
|
+
// ZodiacSagittarius aliases
|
|
2918
|
+
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
2919
|
+
// ZodiacScorpio aliases
|
|
2920
|
+
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
2921
|
+
// ZodiacTaurus aliases
|
|
2922
|
+
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
2891
2923
|
// ZoomIn aliases
|
|
2892
2924
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2893
2925
|
// ZoomOut aliases
|
|
2894
2926
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2927
|
+
// ZodiacVirgo aliases
|
|
2928
|
+
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
2895
2929
|
// ArrowDown01 aliases
|
|
2896
2930
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2897
2931
|
// ArrowDown10 aliases
|
|
2898
2932
|
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2899
|
-
// ArrowUp01 aliases
|
|
2900
|
-
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2901
2933
|
// ArrowUp10 aliases
|
|
2902
2934
|
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2935
|
+
// ArrowUp01 aliases
|
|
2936
|
+
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2903
2937
|
// AlarmClockCheck aliases
|
|
2904
2938
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2905
2939
|
export {
|
|
@@ -2918,12 +2952,6 @@ export {
|
|
|
2918
2952
|
/** @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 */
|
|
2919
2953
|
default as AlarmPlusIcon
|
|
2920
2954
|
} from '../icons/alarm-clock-plus';
|
|
2921
|
-
// ArrowDownAZ aliases
|
|
2922
|
-
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2923
|
-
export {
|
|
2924
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
|
|
2925
|
-
default as ArrowDownAzIcon
|
|
2926
|
-
} from '../icons/arrow-down-a-z';
|
|
2927
2955
|
// ArrowDownWideNarrow aliases
|
|
2928
2956
|
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2929
2957
|
export {
|
|
@@ -2936,24 +2964,30 @@ export {
|
|
|
2936
2964
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
|
|
2937
2965
|
default as ArrowDownZaIcon
|
|
2938
2966
|
} from '../icons/arrow-down-z-a';
|
|
2967
|
+
// ArrowDownAZ aliases
|
|
2968
|
+
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2969
|
+
export {
|
|
2970
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
|
|
2971
|
+
default as ArrowDownAzIcon
|
|
2972
|
+
} from '../icons/arrow-down-a-z';
|
|
2939
2973
|
// ArrowUpAZ aliases
|
|
2940
2974
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2941
2975
|
export {
|
|
2942
2976
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. This alias will be removed in v1.0 */
|
|
2943
2977
|
default as ArrowUpAzIcon
|
|
2944
2978
|
} from '../icons/arrow-up-a-z';
|
|
2945
|
-
// ArrowUpZA aliases
|
|
2946
|
-
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2947
|
-
export {
|
|
2948
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
2949
|
-
default as ArrowUpZaIcon
|
|
2950
|
-
} from '../icons/arrow-up-z-a';
|
|
2951
2979
|
// ArrowUpNarrowWide aliases
|
|
2952
2980
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2953
2981
|
export {
|
|
2954
2982
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
2955
2983
|
default as SortAscIcon
|
|
2956
2984
|
} from '../icons/arrow-up-narrow-wide';
|
|
2985
|
+
// ArrowUpZA aliases
|
|
2986
|
+
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2987
|
+
export {
|
|
2988
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
2989
|
+
default as ArrowUpZaIcon
|
|
2990
|
+
} from '../icons/arrow-up-z-a';
|
|
2957
2991
|
// Axis3d aliases
|
|
2958
2992
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2959
2993
|
export {
|
|
@@ -2984,48 +3018,54 @@ export {
|
|
|
2984
3018
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2985
3019
|
default as BetweenHorizonalStartIcon
|
|
2986
3020
|
} from '../icons/between-horizontal-start';
|
|
2987
|
-
// Braces aliases
|
|
2988
|
-
export { default as BracesIcon } from '../icons/braces';
|
|
2989
|
-
export {
|
|
2990
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
2991
|
-
default as CurlyBracesIcon
|
|
2992
|
-
} from '../icons/braces';
|
|
2993
3021
|
// BookDashed aliases
|
|
2994
3022
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2995
3023
|
export {
|
|
2996
3024
|
/** @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 */
|
|
2997
3025
|
default as BookTemplateIcon
|
|
2998
3026
|
} from '../icons/book-dashed';
|
|
2999
|
-
//
|
|
3000
|
-
export { default as
|
|
3027
|
+
// Braces aliases
|
|
3028
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
3001
3029
|
export {
|
|
3002
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3003
|
-
default as
|
|
3004
|
-
} from '../icons/
|
|
3030
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
3031
|
+
default as CurlyBracesIcon
|
|
3032
|
+
} from '../icons/braces';
|
|
3005
3033
|
// ChartArea aliases
|
|
3006
3034
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3007
3035
|
export {
|
|
3008
3036
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
3009
3037
|
default as AreaChartIcon
|
|
3010
3038
|
} from '../icons/chart-area';
|
|
3011
|
-
//
|
|
3012
|
-
export { default as
|
|
3039
|
+
// Captions aliases
|
|
3040
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
3013
3041
|
export {
|
|
3014
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3015
|
-
default as
|
|
3016
|
-
} from '../icons/
|
|
3042
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
3043
|
+
default as SubtitlesIcon
|
|
3044
|
+
} from '../icons/captions';
|
|
3017
3045
|
// ChartBar aliases
|
|
3018
3046
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3019
3047
|
export {
|
|
3020
3048
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
3021
3049
|
default as BarChartHorizontalIcon
|
|
3022
3050
|
} from '../icons/chart-bar';
|
|
3051
|
+
// ChartBarBig aliases
|
|
3052
|
+
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3053
|
+
export {
|
|
3054
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
3055
|
+
default as BarChartHorizontalBigIcon
|
|
3056
|
+
} from '../icons/chart-bar-big';
|
|
3023
3057
|
// ChartCandlestick aliases
|
|
3024
3058
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3025
3059
|
export {
|
|
3026
3060
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
3027
3061
|
default as CandlestickChartIcon
|
|
3028
3062
|
} from '../icons/chart-candlestick';
|
|
3063
|
+
// ChartColumnBig aliases
|
|
3064
|
+
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3065
|
+
export {
|
|
3066
|
+
/** @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 */
|
|
3067
|
+
default as BarChartBigIcon
|
|
3068
|
+
} from '../icons/chart-column-big';
|
|
3029
3069
|
// ChartColumnIncreasing aliases
|
|
3030
3070
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3031
3071
|
export {
|
|
@@ -3038,12 +3078,12 @@ export {
|
|
|
3038
3078
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
3039
3079
|
default as BarChart3Icon
|
|
3040
3080
|
} from '../icons/chart-column';
|
|
3041
|
-
//
|
|
3042
|
-
export { default as
|
|
3081
|
+
// ChartNoAxesColumnIncreasing aliases
|
|
3082
|
+
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3043
3083
|
export {
|
|
3044
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3045
|
-
default as
|
|
3046
|
-
} from '../icons/chart-column-
|
|
3084
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3085
|
+
default as BarChartIcon
|
|
3086
|
+
} from '../icons/chart-no-axes-column-increasing';
|
|
3047
3087
|
// ChartLine aliases
|
|
3048
3088
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3049
3089
|
export {
|
|
@@ -3056,12 +3096,6 @@ export {
|
|
|
3056
3096
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3057
3097
|
default as BarChart2Icon
|
|
3058
3098
|
} from '../icons/chart-no-axes-column';
|
|
3059
|
-
// ChartNoAxesColumnIncreasing aliases
|
|
3060
|
-
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3061
|
-
export {
|
|
3062
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3063
|
-
default as BarChartIcon
|
|
3064
|
-
} from '../icons/chart-no-axes-column-increasing';
|
|
3065
3099
|
// ChartNoAxesGantt aliases
|
|
3066
3100
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3067
3101
|
export {
|
|
@@ -3122,36 +3156,36 @@ export {
|
|
|
3122
3156
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3123
3157
|
default as ArrowUpLeftFromCircleIcon
|
|
3124
3158
|
} from '../icons/circle-arrow-out-up-left';
|
|
3125
|
-
//
|
|
3126
|
-
export { default as
|
|
3159
|
+
// CircleArrowOutUpRight aliases
|
|
3160
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3127
3161
|
export {
|
|
3128
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3129
|
-
default as
|
|
3130
|
-
} from '../icons/circle-arrow-up';
|
|
3162
|
+
/** @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 */
|
|
3163
|
+
default as ArrowUpRightFromCircleIcon
|
|
3164
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
3131
3165
|
// CircleArrowRight aliases
|
|
3132
3166
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3133
3167
|
export {
|
|
3134
3168
|
/** @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 */
|
|
3135
3169
|
default as ArrowRightCircleIcon
|
|
3136
3170
|
} from '../icons/circle-arrow-right';
|
|
3137
|
-
//
|
|
3138
|
-
export { default as
|
|
3139
|
-
export {
|
|
3140
|
-
/** @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 */
|
|
3141
|
-
default as ArrowUpRightFromCircleIcon
|
|
3142
|
-
} from '../icons/circle-arrow-out-up-right';
|
|
3143
|
-
// CircleCheck aliases
|
|
3144
|
-
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3171
|
+
// CircleArrowUp aliases
|
|
3172
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3145
3173
|
export {
|
|
3146
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3147
|
-
default as
|
|
3148
|
-
} from '../icons/circle-
|
|
3174
|
+
/** @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 */
|
|
3175
|
+
default as ArrowUpCircleIcon
|
|
3176
|
+
} from '../icons/circle-arrow-up';
|
|
3149
3177
|
// CircleCheckBig aliases
|
|
3150
3178
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3151
3179
|
export {
|
|
3152
3180
|
/** @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 */
|
|
3153
3181
|
default as CheckCircleIcon
|
|
3154
3182
|
} from '../icons/circle-check-big';
|
|
3183
|
+
// CircleCheck aliases
|
|
3184
|
+
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3185
|
+
export {
|
|
3186
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3187
|
+
default as CheckCircle2Icon
|
|
3188
|
+
} from '../icons/circle-check';
|
|
3155
3189
|
// CircleChevronLeft aliases
|
|
3156
3190
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3157
3191
|
export {
|
|
@@ -3194,30 +3228,30 @@ export {
|
|
|
3194
3228
|
/** @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 */
|
|
3195
3229
|
default as MinusCircleIcon
|
|
3196
3230
|
} from '../icons/circle-minus';
|
|
3197
|
-
//
|
|
3198
|
-
export { default as
|
|
3231
|
+
// CircleParkingOff aliases
|
|
3232
|
+
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3199
3233
|
export {
|
|
3200
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3201
|
-
default as
|
|
3202
|
-
} from '../icons/circle-
|
|
3234
|
+
/** @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 */
|
|
3235
|
+
default as ParkingCircleOffIcon
|
|
3236
|
+
} from '../icons/circle-parking-off';
|
|
3203
3237
|
// CircleParking aliases
|
|
3204
3238
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3205
3239
|
export {
|
|
3206
3240
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3207
3241
|
default as ParkingCircleIcon
|
|
3208
3242
|
} from '../icons/circle-parking';
|
|
3243
|
+
// CirclePause aliases
|
|
3244
|
+
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3245
|
+
export {
|
|
3246
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3247
|
+
default as PauseCircleIcon
|
|
3248
|
+
} from '../icons/circle-pause';
|
|
3209
3249
|
// CirclePercent aliases
|
|
3210
3250
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3211
3251
|
export {
|
|
3212
3252
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
3213
3253
|
default as PercentCircleIcon
|
|
3214
3254
|
} from '../icons/circle-percent';
|
|
3215
|
-
// CircleParkingOff aliases
|
|
3216
|
-
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3217
|
-
export {
|
|
3218
|
-
/** @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 */
|
|
3219
|
-
default as ParkingCircleOffIcon
|
|
3220
|
-
} from '../icons/circle-parking-off';
|
|
3221
3255
|
// CirclePlay aliases
|
|
3222
3256
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3223
3257
|
export {
|
|
@@ -3236,16 +3270,6 @@ export {
|
|
|
3236
3270
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
|
|
3237
3271
|
default as PowerCircleIcon
|
|
3238
3272
|
} from '../icons/circle-power';
|
|
3239
|
-
// CircleQuestionMark aliases
|
|
3240
|
-
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3241
|
-
export {
|
|
3242
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3243
|
-
default as HelpCircleIcon
|
|
3244
|
-
} from '../icons/circle-question-mark';
|
|
3245
|
-
export {
|
|
3246
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3247
|
-
default as CircleHelpIcon
|
|
3248
|
-
} from '../icons/circle-question-mark';
|
|
3249
3273
|
// CircleSlash2 aliases
|
|
3250
3274
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3251
3275
|
export {
|
|
@@ -3258,6 +3282,16 @@ export {
|
|
|
3258
3282
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3259
3283
|
default as StopCircleIcon
|
|
3260
3284
|
} from '../icons/circle-stop';
|
|
3285
|
+
// CircleQuestionMark aliases
|
|
3286
|
+
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3287
|
+
export {
|
|
3288
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3289
|
+
default as HelpCircleIcon
|
|
3290
|
+
} from '../icons/circle-question-mark';
|
|
3291
|
+
export {
|
|
3292
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3293
|
+
default as CircleHelpIcon
|
|
3294
|
+
} from '../icons/circle-question-mark';
|
|
3261
3295
|
// CircleUserRound aliases
|
|
3262
3296
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3263
3297
|
export {
|
|
@@ -3282,30 +3316,30 @@ export {
|
|
|
3282
3316
|
/** @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 */
|
|
3283
3317
|
default as ClipboardSignatureIcon
|
|
3284
3318
|
} from '../icons/clipboard-pen-line';
|
|
3285
|
-
// ClipboardPen aliases
|
|
3286
|
-
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3287
|
-
export {
|
|
3288
|
-
/** @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 */
|
|
3289
|
-
default as ClipboardEditIcon
|
|
3290
|
-
} from '../icons/clipboard-pen';
|
|
3291
3319
|
// CloudDownload aliases
|
|
3292
3320
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3293
3321
|
export {
|
|
3294
3322
|
/** @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 */
|
|
3295
3323
|
default as DownloadCloudIcon
|
|
3296
3324
|
} from '../icons/cloud-download';
|
|
3297
|
-
//
|
|
3298
|
-
export { default as
|
|
3325
|
+
// ClipboardPen aliases
|
|
3326
|
+
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3299
3327
|
export {
|
|
3300
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3301
|
-
default as
|
|
3302
|
-
} from '../icons/
|
|
3328
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
3329
|
+
default as ClipboardEditIcon
|
|
3330
|
+
} from '../icons/clipboard-pen';
|
|
3303
3331
|
// CloudUpload aliases
|
|
3304
3332
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3305
3333
|
export {
|
|
3306
3334
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3307
3335
|
default as UploadCloudIcon
|
|
3308
3336
|
} from '../icons/cloud-upload';
|
|
3337
|
+
// CodeXml aliases
|
|
3338
|
+
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3339
|
+
export {
|
|
3340
|
+
/** @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 */
|
|
3341
|
+
default as Code2Icon
|
|
3342
|
+
} from '../icons/code-xml';
|
|
3309
3343
|
// Columns2 aliases
|
|
3310
3344
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3311
3345
|
export {
|
|
@@ -3334,54 +3368,60 @@ export {
|
|
|
3334
3368
|
/** @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 */
|
|
3335
3369
|
default as Contact2Icon
|
|
3336
3370
|
} from '../icons/contact-round';
|
|
3371
|
+
// DiamondPercent aliases
|
|
3372
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3373
|
+
export {
|
|
3374
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3375
|
+
default as PercentDiamondIcon
|
|
3376
|
+
} from '../icons/diamond-percent';
|
|
3337
3377
|
// Earth aliases
|
|
3338
3378
|
export { default as EarthIcon } from '../icons/earth';
|
|
3339
3379
|
export {
|
|
3340
3380
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3341
3381
|
default as Globe2Icon
|
|
3342
3382
|
} from '../icons/earth';
|
|
3343
|
-
// EllipsisVertical aliases
|
|
3344
|
-
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3345
|
-
export {
|
|
3346
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3347
|
-
default as MoreVerticalIcon
|
|
3348
|
-
} from '../icons/ellipsis-vertical';
|
|
3349
3383
|
// Ellipsis aliases
|
|
3350
3384
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3351
3385
|
export {
|
|
3352
3386
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3353
3387
|
default as MoreHorizontalIcon
|
|
3354
3388
|
} from '../icons/ellipsis';
|
|
3355
|
-
// DiamondPercent aliases
|
|
3356
|
-
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3357
|
-
export {
|
|
3358
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3359
|
-
default as PercentDiamondIcon
|
|
3360
|
-
} from '../icons/diamond-percent';
|
|
3361
3389
|
// FileAxis3d aliases
|
|
3362
3390
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3363
3391
|
export {
|
|
3364
3392
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3365
3393
|
default as FileAxis3DIcon
|
|
3366
3394
|
} from '../icons/file-axis-3d';
|
|
3395
|
+
// EllipsisVertical aliases
|
|
3396
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3397
|
+
export {
|
|
3398
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3399
|
+
default as MoreVerticalIcon
|
|
3400
|
+
} from '../icons/ellipsis-vertical';
|
|
3367
3401
|
// FileBadge aliases
|
|
3368
3402
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3369
3403
|
export {
|
|
3370
3404
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
3371
3405
|
default as FileBadge2Icon
|
|
3372
3406
|
} from '../icons/file-badge';
|
|
3373
|
-
// FileBraces aliases
|
|
3374
|
-
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3375
|
-
export {
|
|
3376
|
-
/** @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 */
|
|
3377
|
-
default as FileJsonIcon
|
|
3378
|
-
} from '../icons/file-braces';
|
|
3379
3407
|
// FileBracesCorner aliases
|
|
3380
3408
|
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3381
3409
|
export {
|
|
3382
3410
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
3383
3411
|
default as FileJson2Icon
|
|
3384
3412
|
} from '../icons/file-braces-corner';
|
|
3413
|
+
// FileChartColumn aliases
|
|
3414
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3415
|
+
export {
|
|
3416
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3417
|
+
default as FileBarChart2Icon
|
|
3418
|
+
} from '../icons/file-chart-column';
|
|
3419
|
+
// FileBraces aliases
|
|
3420
|
+
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3421
|
+
export {
|
|
3422
|
+
/** @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 */
|
|
3423
|
+
default as FileJsonIcon
|
|
3424
|
+
} from '../icons/file-braces';
|
|
3385
3425
|
// FileChartColumnIncreasing aliases
|
|
3386
3426
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3387
3427
|
export {
|
|
@@ -3400,36 +3440,24 @@ export {
|
|
|
3400
3440
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3401
3441
|
default as FilePieChartIcon
|
|
3402
3442
|
} from '../icons/file-chart-pie';
|
|
3403
|
-
// FileChartColumn aliases
|
|
3404
|
-
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3405
|
-
export {
|
|
3406
|
-
/** @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 */
|
|
3407
|
-
default as FileBarChart2Icon
|
|
3408
|
-
} from '../icons/file-chart-column';
|
|
3409
3443
|
// FileCheckCorner aliases
|
|
3410
3444
|
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3411
3445
|
export {
|
|
3412
3446
|
/** @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 */
|
|
3413
3447
|
default as FileCheck2Icon
|
|
3414
3448
|
} from '../icons/file-check-corner';
|
|
3415
|
-
// FileCodeCorner aliases
|
|
3416
|
-
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3417
|
-
export {
|
|
3418
|
-
/** @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 */
|
|
3419
|
-
default as FileCode2Icon
|
|
3420
|
-
} from '../icons/file-code-corner';
|
|
3421
3449
|
// FileCog aliases
|
|
3422
3450
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3423
3451
|
export {
|
|
3424
3452
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3425
3453
|
default as FileCog2Icon
|
|
3426
3454
|
} from '../icons/file-cog';
|
|
3427
|
-
//
|
|
3428
|
-
export { default as
|
|
3455
|
+
// FileCodeCorner aliases
|
|
3456
|
+
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3429
3457
|
export {
|
|
3430
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3431
|
-
default as
|
|
3432
|
-
} from '../icons/file-
|
|
3458
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
|
|
3459
|
+
default as FileCode2Icon
|
|
3460
|
+
} from '../icons/file-code-corner';
|
|
3433
3461
|
// FileHeadphone aliases
|
|
3434
3462
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3435
3463
|
export {
|
|
@@ -3440,12 +3468,12 @@ export {
|
|
|
3440
3468
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3441
3469
|
default as FileAudio2Icon
|
|
3442
3470
|
} from '../icons/file-headphone';
|
|
3443
|
-
//
|
|
3444
|
-
export { default as
|
|
3471
|
+
// FileExclamationPoint aliases
|
|
3472
|
+
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3445
3473
|
export {
|
|
3446
|
-
/** @deprecated The icon was
|
|
3447
|
-
default as
|
|
3448
|
-
} from '../icons/file-
|
|
3474
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3475
|
+
default as FileWarningIcon
|
|
3476
|
+
} from '../icons/file-exclamation-point';
|
|
3449
3477
|
// FileKey aliases
|
|
3450
3478
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3451
3479
|
export {
|
|
@@ -3458,12 +3486,12 @@ export {
|
|
|
3458
3486
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
3459
3487
|
default as FileMinus2Icon
|
|
3460
3488
|
} from '../icons/file-minus-corner';
|
|
3461
|
-
//
|
|
3462
|
-
export { default as
|
|
3489
|
+
// FileLock aliases
|
|
3490
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3463
3491
|
export {
|
|
3464
|
-
/** @deprecated The
|
|
3465
|
-
default as
|
|
3466
|
-
} from '../icons/file-
|
|
3492
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
3493
|
+
default as FileLock2Icon
|
|
3494
|
+
} from '../icons/file-lock';
|
|
3467
3495
|
// FilePen aliases
|
|
3468
3496
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3469
3497
|
export {
|
|
@@ -3476,48 +3504,48 @@ export {
|
|
|
3476
3504
|
/** @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 */
|
|
3477
3505
|
default as FileVideoIcon
|
|
3478
3506
|
} from '../icons/file-play';
|
|
3507
|
+
// FilePenLine aliases
|
|
3508
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3509
|
+
export {
|
|
3510
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3511
|
+
default as FileSignatureIcon
|
|
3512
|
+
} from '../icons/file-pen-line';
|
|
3513
|
+
// FilePlusCorner aliases
|
|
3514
|
+
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3515
|
+
export {
|
|
3516
|
+
/** @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 */
|
|
3517
|
+
default as FilePlus2Icon
|
|
3518
|
+
} from '../icons/file-plus-corner';
|
|
3479
3519
|
// FileQuestionMark aliases
|
|
3480
3520
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3481
3521
|
export {
|
|
3482
3522
|
/** @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 */
|
|
3483
3523
|
default as FileQuestionIcon
|
|
3484
3524
|
} from '../icons/file-question-mark';
|
|
3485
|
-
// FileSignal aliases
|
|
3486
|
-
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3487
|
-
export {
|
|
3488
|
-
/** @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 */
|
|
3489
|
-
default as FileVolume2Icon
|
|
3490
|
-
} from '../icons/file-signal';
|
|
3491
|
-
// FileTypeCorner aliases
|
|
3492
|
-
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3493
|
-
export {
|
|
3494
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3495
|
-
default as FileType2Icon
|
|
3496
|
-
} from '../icons/file-type-corner';
|
|
3497
3525
|
// FileSearchCorner aliases
|
|
3498
3526
|
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3499
3527
|
export {
|
|
3500
3528
|
/** @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 */
|
|
3501
3529
|
default as FileSearch2Icon
|
|
3502
3530
|
} from '../icons/file-search-corner';
|
|
3503
|
-
//
|
|
3504
|
-
export { default as
|
|
3531
|
+
// FileTypeCorner aliases
|
|
3532
|
+
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3505
3533
|
export {
|
|
3506
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3507
|
-
default as
|
|
3508
|
-
} from '../icons/file-
|
|
3534
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3535
|
+
default as FileType2Icon
|
|
3536
|
+
} from '../icons/file-type-corner';
|
|
3509
3537
|
// FileVideoCamera aliases
|
|
3510
3538
|
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3511
3539
|
export {
|
|
3512
3540
|
/** @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 */
|
|
3513
3541
|
default as FileVideo2Icon
|
|
3514
3542
|
} from '../icons/file-video-camera';
|
|
3515
|
-
//
|
|
3516
|
-
export { default as
|
|
3543
|
+
// FileSignal aliases
|
|
3544
|
+
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3517
3545
|
export {
|
|
3518
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3519
|
-
default as
|
|
3520
|
-
} from '../icons/
|
|
3546
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
3547
|
+
default as FileVolume2Icon
|
|
3548
|
+
} from '../icons/file-signal';
|
|
3521
3549
|
// FileXCorner aliases
|
|
3522
3550
|
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3523
3551
|
export {
|
|
@@ -3530,24 +3558,30 @@ export {
|
|
|
3530
3558
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3531
3559
|
default as FolderCog2Icon
|
|
3532
3560
|
} from '../icons/folder-cog';
|
|
3561
|
+
// FingerprintPattern aliases
|
|
3562
|
+
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3563
|
+
export {
|
|
3564
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
3565
|
+
default as FingerprintIcon
|
|
3566
|
+
} from '../icons/fingerprint-pattern';
|
|
3533
3567
|
// FolderPen aliases
|
|
3534
3568
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3535
3569
|
export {
|
|
3536
3570
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
3537
3571
|
default as FolderEditIcon
|
|
3538
3572
|
} from '../icons/folder-pen';
|
|
3539
|
-
// Funnel aliases
|
|
3540
|
-
export { default as FunnelIcon } from '../icons/funnel';
|
|
3541
|
-
export {
|
|
3542
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3543
|
-
default as FilterIcon
|
|
3544
|
-
} from '../icons/funnel';
|
|
3545
3573
|
// FunnelX aliases
|
|
3546
3574
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3547
3575
|
export {
|
|
3548
3576
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3549
3577
|
default as FilterXIcon
|
|
3550
3578
|
} from '../icons/funnel-x';
|
|
3579
|
+
// Funnel aliases
|
|
3580
|
+
export { default as FunnelIcon } from '../icons/funnel';
|
|
3581
|
+
export {
|
|
3582
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3583
|
+
default as FilterIcon
|
|
3584
|
+
} from '../icons/funnel';
|
|
3551
3585
|
// GitCommitHorizontal aliases
|
|
3552
3586
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3553
3587
|
export {
|
|
@@ -3566,28 +3600,18 @@ export {
|
|
|
3566
3600
|
/** @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 */
|
|
3567
3601
|
default as Grid2X2PlusIcon
|
|
3568
3602
|
} from '../icons/grid-2x2-plus';
|
|
3569
|
-
// Grid2x2X aliases
|
|
3570
|
-
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3571
|
-
export {
|
|
3572
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3573
|
-
default as Grid2X2XIcon
|
|
3574
|
-
} from '../icons/grid-2x2-x';
|
|
3575
3603
|
// Grid2x2 aliases
|
|
3576
3604
|
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3577
3605
|
export {
|
|
3578
3606
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3579
3607
|
default as Grid2X2Icon
|
|
3580
3608
|
} from '../icons/grid-2x2';
|
|
3581
|
-
//
|
|
3582
|
-
export { default as
|
|
3583
|
-
export {
|
|
3584
|
-
/** @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 */
|
|
3585
|
-
default as GridIcon
|
|
3586
|
-
} from '../icons/grid-3x3';
|
|
3609
|
+
// Grid2x2X aliases
|
|
3610
|
+
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3587
3611
|
export {
|
|
3588
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3589
|
-
default as
|
|
3590
|
-
} from '../icons/grid-
|
|
3612
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3613
|
+
default as Grid2X2XIcon
|
|
3614
|
+
} from '../icons/grid-2x2-x';
|
|
3591
3615
|
// HandGrab aliases
|
|
3592
3616
|
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3593
3617
|
export {
|
|
@@ -3600,36 +3624,40 @@ export {
|
|
|
3600
3624
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3601
3625
|
default as HelpingHandIcon
|
|
3602
3626
|
} from '../icons/hand-helping';
|
|
3627
|
+
// Grid3x3 aliases
|
|
3628
|
+
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3629
|
+
export {
|
|
3630
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3631
|
+
default as GridIcon
|
|
3632
|
+
} from '../icons/grid-3x3';
|
|
3633
|
+
export {
|
|
3634
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3635
|
+
default as Grid3X3Icon
|
|
3636
|
+
} from '../icons/grid-3x3';
|
|
3603
3637
|
// House aliases
|
|
3604
3638
|
export { default as HouseIcon } from '../icons/house';
|
|
3605
3639
|
export {
|
|
3606
3640
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
3607
3641
|
default as HomeIcon
|
|
3608
3642
|
} from '../icons/house';
|
|
3609
|
-
// IceCreamCone aliases
|
|
3610
|
-
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3611
|
-
export {
|
|
3612
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3613
|
-
default as IceCreamIcon
|
|
3614
|
-
} from '../icons/ice-cream-cone';
|
|
3615
3643
|
// IceCreamBowl aliases
|
|
3616
3644
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3617
3645
|
export {
|
|
3618
3646
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3619
3647
|
default as IceCream2Icon
|
|
3620
3648
|
} from '../icons/ice-cream-bowl';
|
|
3649
|
+
// IceCreamCone aliases
|
|
3650
|
+
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3651
|
+
export {
|
|
3652
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3653
|
+
default as IceCreamIcon
|
|
3654
|
+
} from '../icons/ice-cream-cone';
|
|
3621
3655
|
// LaptopMinimal aliases
|
|
3622
3656
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3623
3657
|
export {
|
|
3624
3658
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
3625
3659
|
default as Laptop2Icon
|
|
3626
3660
|
} from '../icons/laptop-minimal';
|
|
3627
|
-
// Layers aliases
|
|
3628
|
-
export { default as LayersIcon } from '../icons/layers';
|
|
3629
|
-
export {
|
|
3630
|
-
/** @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 */
|
|
3631
|
-
default as Layers3Icon
|
|
3632
|
-
} from '../icons/layers';
|
|
3633
3661
|
// ListIndentDecrease aliases
|
|
3634
3662
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3635
3663
|
export {
|
|
@@ -3640,12 +3668,12 @@ export {
|
|
|
3640
3668
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3641
3669
|
default as IndentDecreaseIcon
|
|
3642
3670
|
} from '../icons/list-indent-decrease';
|
|
3643
|
-
//
|
|
3644
|
-
export { default as
|
|
3671
|
+
// Layers aliases
|
|
3672
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3645
3673
|
export {
|
|
3646
|
-
/** @deprecated The
|
|
3647
|
-
default as
|
|
3648
|
-
} from '../icons/
|
|
3674
|
+
/** @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 */
|
|
3675
|
+
default as Layers3Icon
|
|
3676
|
+
} from '../icons/layers';
|
|
3649
3677
|
// ListIndentIncrease aliases
|
|
3650
3678
|
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3651
3679
|
export {
|
|
@@ -3656,6 +3684,12 @@ export {
|
|
|
3656
3684
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3657
3685
|
default as IndentIncreaseIcon
|
|
3658
3686
|
} from '../icons/list-indent-increase';
|
|
3687
|
+
// LoaderCircle aliases
|
|
3688
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3689
|
+
export {
|
|
3690
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3691
|
+
default as Loader2Icon
|
|
3692
|
+
} from '../icons/loader-circle';
|
|
3659
3693
|
// LockKeyholeOpen aliases
|
|
3660
3694
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3661
3695
|
export {
|
|
@@ -3692,6 +3726,12 @@ export {
|
|
|
3692
3726
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3693
3727
|
default as Mic2Icon
|
|
3694
3728
|
} from '../icons/mic-vocal';
|
|
3729
|
+
// OctagonAlert aliases
|
|
3730
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3731
|
+
export {
|
|
3732
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3733
|
+
default as AlertOctagonIcon
|
|
3734
|
+
} from '../icons/octagon-alert';
|
|
3695
3735
|
// Move3d aliases
|
|
3696
3736
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3697
3737
|
export {
|
|
@@ -3704,24 +3744,30 @@ export {
|
|
|
3704
3744
|
/** @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 */
|
|
3705
3745
|
default as PauseOctagonIcon
|
|
3706
3746
|
} from '../icons/octagon-pause';
|
|
3707
|
-
//
|
|
3708
|
-
export { default as
|
|
3747
|
+
// OctagonX aliases
|
|
3748
|
+
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3709
3749
|
export {
|
|
3710
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3711
|
-
default as
|
|
3712
|
-
} from '../icons/octagon-
|
|
3750
|
+
/** @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 */
|
|
3751
|
+
default as XOctagonIcon
|
|
3752
|
+
} from '../icons/octagon-x';
|
|
3713
3753
|
// PaintbrushVertical aliases
|
|
3714
3754
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3715
3755
|
export {
|
|
3716
3756
|
/** @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 */
|
|
3717
3757
|
default as Paintbrush2Icon
|
|
3718
3758
|
} from '../icons/paintbrush-vertical';
|
|
3719
|
-
//
|
|
3720
|
-
export { default as
|
|
3759
|
+
// PanelLeftClose aliases
|
|
3760
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3721
3761
|
export {
|
|
3722
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3723
|
-
default as
|
|
3724
|
-
} from '../icons/
|
|
3762
|
+
/** @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 */
|
|
3763
|
+
default as SidebarCloseIcon
|
|
3764
|
+
} from '../icons/panel-left-close';
|
|
3765
|
+
// PanelLeftOpen aliases
|
|
3766
|
+
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3767
|
+
export {
|
|
3768
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3769
|
+
default as SidebarOpenIcon
|
|
3770
|
+
} from '../icons/panel-left-open';
|
|
3725
3771
|
// PanelBottomDashed aliases
|
|
3726
3772
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3727
3773
|
export {
|
|
@@ -3734,54 +3780,42 @@ export {
|
|
|
3734
3780
|
/** @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 */
|
|
3735
3781
|
default as PanelLeftInactiveIcon
|
|
3736
3782
|
} from '../icons/panel-left-dashed';
|
|
3737
|
-
//
|
|
3738
|
-
export { default as
|
|
3739
|
-
export {
|
|
3740
|
-
/** @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 */
|
|
3741
|
-
default as SidebarOpenIcon
|
|
3742
|
-
} from '../icons/panel-left-open';
|
|
3743
|
-
// PanelLeftClose aliases
|
|
3744
|
-
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3783
|
+
// PanelTopDashed aliases
|
|
3784
|
+
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3745
3785
|
export {
|
|
3746
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3747
|
-
default as
|
|
3748
|
-
} from '../icons/panel-
|
|
3786
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3787
|
+
default as PanelTopInactiveIcon
|
|
3788
|
+
} from '../icons/panel-top-dashed';
|
|
3749
3789
|
// PanelLeft aliases
|
|
3750
3790
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3751
3791
|
export {
|
|
3752
3792
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3753
3793
|
default as SidebarIcon
|
|
3754
3794
|
} from '../icons/panel-left';
|
|
3755
|
-
//
|
|
3756
|
-
export { default as
|
|
3795
|
+
// PanelRightDashed aliases
|
|
3796
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3757
3797
|
export {
|
|
3758
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3759
|
-
default as
|
|
3760
|
-
} from '../icons/panel-
|
|
3798
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
3799
|
+
default as PanelRightInactiveIcon
|
|
3800
|
+
} from '../icons/panel-right-dashed';
|
|
3761
3801
|
// PanelsTopLeft aliases
|
|
3762
3802
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3763
3803
|
export {
|
|
3764
3804
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
3765
3805
|
default as LayoutIcon
|
|
3766
3806
|
} from '../icons/panels-top-left';
|
|
3767
|
-
//
|
|
3768
|
-
export { default as
|
|
3807
|
+
// PenLine aliases
|
|
3808
|
+
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3769
3809
|
export {
|
|
3770
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3771
|
-
default as
|
|
3772
|
-
} from '../icons/
|
|
3810
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3811
|
+
default as Edit3Icon
|
|
3812
|
+
} from '../icons/pen-line';
|
|
3773
3813
|
// Pen aliases
|
|
3774
3814
|
export { default as PenIcon } from '../icons/pen';
|
|
3775
3815
|
export {
|
|
3776
3816
|
/** @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 */
|
|
3777
3817
|
default as Edit2Icon
|
|
3778
3818
|
} from '../icons/pen';
|
|
3779
|
-
// PenLine aliases
|
|
3780
|
-
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3781
|
-
export {
|
|
3782
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3783
|
-
default as Edit3Icon
|
|
3784
|
-
} from '../icons/pen-line';
|
|
3785
3819
|
// PlugZap aliases
|
|
3786
3820
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3787
3821
|
export {
|
|
@@ -3800,18 +3834,18 @@ export {
|
|
|
3800
3834
|
/** @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 */
|
|
3801
3835
|
default as Rotate3DIcon
|
|
3802
3836
|
} from '../icons/rotate-3d';
|
|
3803
|
-
// Rows3 aliases
|
|
3804
|
-
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3805
|
-
export {
|
|
3806
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3807
|
-
default as PanelsTopBottomIcon
|
|
3808
|
-
} from '../icons/rows-3';
|
|
3809
3837
|
// Rows2 aliases
|
|
3810
3838
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3811
3839
|
export {
|
|
3812
3840
|
/** @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 */
|
|
3813
3841
|
default as RowsIcon
|
|
3814
3842
|
} from '../icons/rows-2';
|
|
3843
|
+
// Rows3 aliases
|
|
3844
|
+
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3845
|
+
export {
|
|
3846
|
+
/** @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 */
|
|
3847
|
+
default as PanelsTopBottomIcon
|
|
3848
|
+
} from '../icons/rows-3';
|
|
3815
3849
|
// Scale3d aliases
|
|
3816
3850
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3817
3851
|
export {
|
|
@@ -3842,84 +3876,84 @@ export {
|
|
|
3842
3876
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3843
3877
|
default as SlidersIcon
|
|
3844
3878
|
} from '../icons/sliders-vertical';
|
|
3845
|
-
//
|
|
3846
|
-
export { default as
|
|
3879
|
+
// Sparkles aliases
|
|
3880
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3881
|
+
export {
|
|
3882
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3883
|
+
default as StarsIcon
|
|
3884
|
+
} from '../icons/sparkles';
|
|
3885
|
+
// SquareActivity aliases
|
|
3886
|
+
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3847
3887
|
export {
|
|
3848
3888
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3849
3889
|
default as ActivitySquareIcon
|
|
3850
3890
|
} from '../icons/square-activity';
|
|
3851
|
-
// SquareArrowDownLeft aliases
|
|
3852
|
-
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3853
|
-
export {
|
|
3854
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3855
|
-
default as ArrowDownLeftSquareIcon
|
|
3856
|
-
} from '../icons/square-arrow-down-left';
|
|
3857
3891
|
// SquareArrowDownRight aliases
|
|
3858
3892
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3859
3893
|
export {
|
|
3860
3894
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3861
3895
|
default as ArrowDownRightSquareIcon
|
|
3862
3896
|
} from '../icons/square-arrow-down-right';
|
|
3863
|
-
//
|
|
3864
|
-
export { default as
|
|
3865
|
-
export {
|
|
3866
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3867
|
-
default as StarsIcon
|
|
3868
|
-
} from '../icons/sparkles';
|
|
3869
|
-
// SquareArrowDown aliases
|
|
3870
|
-
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3897
|
+
// SquareArrowDownLeft aliases
|
|
3898
|
+
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3871
3899
|
export {
|
|
3872
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3873
|
-
default as
|
|
3874
|
-
} from '../icons/square-arrow-down';
|
|
3900
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3901
|
+
default as ArrowDownLeftSquareIcon
|
|
3902
|
+
} from '../icons/square-arrow-down-left';
|
|
3875
3903
|
// SquareArrowLeft aliases
|
|
3876
3904
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3877
3905
|
export {
|
|
3878
3906
|
/** @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 */
|
|
3879
3907
|
default as ArrowLeftSquareIcon
|
|
3880
3908
|
} from '../icons/square-arrow-left';
|
|
3881
|
-
//
|
|
3882
|
-
export { default as
|
|
3909
|
+
// SquareArrowDown aliases
|
|
3910
|
+
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3883
3911
|
export {
|
|
3884
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3885
|
-
default as
|
|
3886
|
-
} from '../icons/square-arrow-
|
|
3912
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3913
|
+
default as ArrowDownSquareIcon
|
|
3914
|
+
} from '../icons/square-arrow-down';
|
|
3887
3915
|
// SquareArrowOutDownLeft aliases
|
|
3888
3916
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3889
3917
|
export {
|
|
3890
3918
|
/** @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 */
|
|
3891
3919
|
default as ArrowDownLeftFromSquareIcon
|
|
3892
3920
|
} from '../icons/square-arrow-out-down-left';
|
|
3893
|
-
// SquareArrowOutUpRight aliases
|
|
3894
|
-
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3895
|
-
export {
|
|
3896
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3897
|
-
default as ArrowUpRightFromSquareIcon
|
|
3898
|
-
} from '../icons/square-arrow-out-up-right';
|
|
3899
3921
|
// SquareArrowOutDownRight aliases
|
|
3900
3922
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3901
3923
|
export {
|
|
3902
3924
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3903
3925
|
default as ArrowDownRightFromSquareIcon
|
|
3904
3926
|
} from '../icons/square-arrow-out-down-right';
|
|
3927
|
+
// SquareArrowOutUpLeft aliases
|
|
3928
|
+
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3929
|
+
export {
|
|
3930
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3931
|
+
default as ArrowUpLeftFromSquareIcon
|
|
3932
|
+
} from '../icons/square-arrow-out-up-left';
|
|
3905
3933
|
// SquareArrowRight aliases
|
|
3906
3934
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3907
3935
|
export {
|
|
3908
3936
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3909
3937
|
default as ArrowRightSquareIcon
|
|
3910
3938
|
} from '../icons/square-arrow-right';
|
|
3911
|
-
//
|
|
3912
|
-
export { default as
|
|
3939
|
+
// SquareArrowOutUpRight aliases
|
|
3940
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3913
3941
|
export {
|
|
3914
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3915
|
-
default as
|
|
3916
|
-
} from '../icons/square-arrow-up-right';
|
|
3942
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3943
|
+
default as ArrowUpRightFromSquareIcon
|
|
3944
|
+
} from '../icons/square-arrow-out-up-right';
|
|
3917
3945
|
// SquareArrowUpLeft aliases
|
|
3918
3946
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3919
3947
|
export {
|
|
3920
3948
|
/** @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 */
|
|
3921
3949
|
default as ArrowUpLeftSquareIcon
|
|
3922
3950
|
} from '../icons/square-arrow-up-left';
|
|
3951
|
+
// SquareArrowUpRight aliases
|
|
3952
|
+
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3953
|
+
export {
|
|
3954
|
+
/** @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 */
|
|
3955
|
+
default as ArrowUpRightSquareIcon
|
|
3956
|
+
} from '../icons/square-arrow-up-right';
|
|
3923
3957
|
// SquareArrowUp aliases
|
|
3924
3958
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3925
3959
|
export {
|
|
@@ -3932,6 +3966,18 @@ export {
|
|
|
3932
3966
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
3933
3967
|
default as AsteriskSquareIcon
|
|
3934
3968
|
} from '../icons/square-asterisk';
|
|
3969
|
+
// SquareCenterlineDashedHorizontal aliases
|
|
3970
|
+
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
3971
|
+
export {
|
|
3972
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. This alias will be removed in v1.0 */
|
|
3973
|
+
default as FlipHorizontalIcon
|
|
3974
|
+
} from '../icons/square-centerline-dashed-horizontal';
|
|
3975
|
+
// SquareCenterlineDashedVertical aliases
|
|
3976
|
+
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
3977
|
+
export {
|
|
3978
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. This alias will be removed in v1.0 */
|
|
3979
|
+
default as FlipVerticalIcon
|
|
3980
|
+
} from '../icons/square-centerline-dashed-vertical';
|
|
3935
3981
|
// SquareBottomDashedScissors aliases
|
|
3936
3982
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3937
3983
|
export {
|
|
@@ -3948,18 +3994,18 @@ export {
|
|
|
3948
3994
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
3949
3995
|
default as SquareGanttChartIcon
|
|
3950
3996
|
} from '../icons/square-chart-gantt';
|
|
3951
|
-
// SquareCheckBig aliases
|
|
3952
|
-
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3953
|
-
export {
|
|
3954
|
-
/** @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 */
|
|
3955
|
-
default as CheckSquareIcon
|
|
3956
|
-
} from '../icons/square-check-big';
|
|
3957
3997
|
// SquareCheck aliases
|
|
3958
3998
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3959
3999
|
export {
|
|
3960
4000
|
/** @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 */
|
|
3961
4001
|
default as CheckSquare2Icon
|
|
3962
4002
|
} from '../icons/square-check';
|
|
4003
|
+
// SquareCheckBig aliases
|
|
4004
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4005
|
+
export {
|
|
4006
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
4007
|
+
default as CheckSquareIcon
|
|
4008
|
+
} from '../icons/square-check-big';
|
|
3963
4009
|
// SquareChevronDown aliases
|
|
3964
4010
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3965
4011
|
export {
|
|
@@ -3972,66 +4018,72 @@ export {
|
|
|
3972
4018
|
/** @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 */
|
|
3973
4019
|
default as ChevronRightSquareIcon
|
|
3974
4020
|
} from '../icons/square-chevron-right';
|
|
3975
|
-
// SquareChevronUp aliases
|
|
3976
|
-
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3977
|
-
export {
|
|
3978
|
-
/** @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 */
|
|
3979
|
-
default as ChevronUpSquareIcon
|
|
3980
|
-
} from '../icons/square-chevron-up';
|
|
3981
4021
|
// SquareChevronLeft aliases
|
|
3982
4022
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3983
4023
|
export {
|
|
3984
4024
|
/** @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 */
|
|
3985
4025
|
default as ChevronLeftSquareIcon
|
|
3986
4026
|
} from '../icons/square-chevron-left';
|
|
3987
|
-
//
|
|
3988
|
-
export { default as
|
|
4027
|
+
// SquareChevronUp aliases
|
|
4028
|
+
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3989
4029
|
export {
|
|
3990
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3991
|
-
default as
|
|
3992
|
-
} from '../icons/square-
|
|
4030
|
+
/** @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 */
|
|
4031
|
+
default as ChevronUpSquareIcon
|
|
4032
|
+
} from '../icons/square-chevron-up';
|
|
3993
4033
|
// SquareDashedKanban aliases
|
|
3994
4034
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3995
4035
|
export {
|
|
3996
4036
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
3997
4037
|
default as KanbanSquareDashedIcon
|
|
3998
4038
|
} from '../icons/square-dashed-kanban';
|
|
4039
|
+
// SquareCode aliases
|
|
4040
|
+
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4041
|
+
export {
|
|
4042
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
4043
|
+
default as CodeSquareIcon
|
|
4044
|
+
} from '../icons/square-code';
|
|
3999
4045
|
// SquareDashedMousePointer aliases
|
|
4000
4046
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4001
4047
|
export {
|
|
4002
4048
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
4003
4049
|
default as MousePointerSquareDashedIcon
|
|
4004
4050
|
} from '../icons/square-dashed-mouse-pointer';
|
|
4005
|
-
//
|
|
4006
|
-
export { default as
|
|
4051
|
+
// SquareDot aliases
|
|
4052
|
+
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4007
4053
|
export {
|
|
4008
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4009
|
-
default as
|
|
4010
|
-
} from '../icons/square-
|
|
4054
|
+
/** @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 */
|
|
4055
|
+
default as DotSquareIcon
|
|
4056
|
+
} from '../icons/square-dot';
|
|
4011
4057
|
// SquareDivide aliases
|
|
4012
4058
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4013
4059
|
export {
|
|
4014
4060
|
/** @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 */
|
|
4015
4061
|
default as DivideSquareIcon
|
|
4016
4062
|
} from '../icons/square-divide';
|
|
4017
|
-
//
|
|
4018
|
-
export { default as
|
|
4063
|
+
// SquareDashed aliases
|
|
4064
|
+
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4019
4065
|
export {
|
|
4020
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4021
|
-
default as
|
|
4022
|
-
} from '../icons/square-
|
|
4066
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
4067
|
+
default as BoxSelectIcon
|
|
4068
|
+
} from '../icons/square-dashed';
|
|
4069
|
+
// SquareEqual aliases
|
|
4070
|
+
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4071
|
+
export {
|
|
4072
|
+
/** @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 */
|
|
4073
|
+
default as EqualSquareIcon
|
|
4074
|
+
} from '../icons/square-equal';
|
|
4023
4075
|
// SquareFunction aliases
|
|
4024
4076
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4025
4077
|
export {
|
|
4026
4078
|
/** @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 */
|
|
4027
4079
|
default as FunctionSquareIcon
|
|
4028
4080
|
} from '../icons/square-function';
|
|
4029
|
-
//
|
|
4030
|
-
export { default as
|
|
4081
|
+
// SquareKanban aliases
|
|
4082
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4031
4083
|
export {
|
|
4032
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4033
|
-
default as
|
|
4034
|
-
} from '../icons/square-
|
|
4084
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
4085
|
+
default as KanbanSquareIcon
|
|
4086
|
+
} from '../icons/square-kanban';
|
|
4035
4087
|
// SquareLibrary aliases
|
|
4036
4088
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4037
4089
|
export {
|
|
@@ -4044,24 +4096,18 @@ export {
|
|
|
4044
4096
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
4045
4097
|
default as MSquareIcon
|
|
4046
4098
|
} from '../icons/square-m';
|
|
4047
|
-
//
|
|
4048
|
-
export { default as
|
|
4099
|
+
// SquareMenu aliases
|
|
4100
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4049
4101
|
export {
|
|
4050
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4051
|
-
default as
|
|
4052
|
-
} from '../icons/square-
|
|
4102
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
|
|
4103
|
+
default as MenuSquareIcon
|
|
4104
|
+
} from '../icons/square-menu';
|
|
4053
4105
|
// SquareMinus aliases
|
|
4054
4106
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4055
4107
|
export {
|
|
4056
4108
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
4057
4109
|
default as MinusSquareIcon
|
|
4058
4110
|
} from '../icons/square-minus';
|
|
4059
|
-
// SquareMenu aliases
|
|
4060
|
-
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4061
|
-
export {
|
|
4062
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
|
|
4063
|
-
default as MenuSquareIcon
|
|
4064
|
-
} from '../icons/square-menu';
|
|
4065
4111
|
// SquareMousePointer aliases
|
|
4066
4112
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4067
4113
|
export {
|
|
@@ -4074,6 +4120,12 @@ export {
|
|
|
4074
4120
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
4075
4121
|
default as ParkingSquareOffIcon
|
|
4076
4122
|
} from '../icons/square-parking-off';
|
|
4123
|
+
// SquareParking aliases
|
|
4124
|
+
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4125
|
+
export {
|
|
4126
|
+
/** @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 */
|
|
4127
|
+
default as ParkingSquareIcon
|
|
4128
|
+
} from '../icons/square-parking';
|
|
4077
4129
|
// SquarePen aliases
|
|
4078
4130
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4079
4131
|
export {
|
|
@@ -4088,24 +4140,18 @@ export {
|
|
|
4088
4140
|
/** @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 */
|
|
4089
4141
|
default as PenSquareIcon
|
|
4090
4142
|
} from '../icons/square-pen';
|
|
4091
|
-
//
|
|
4092
|
-
export { default as
|
|
4143
|
+
// SquarePercent aliases
|
|
4144
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4093
4145
|
export {
|
|
4094
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4095
|
-
default as
|
|
4096
|
-
} from '../icons/square-
|
|
4146
|
+
/** @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 */
|
|
4147
|
+
default as PercentSquareIcon
|
|
4148
|
+
} from '../icons/square-percent';
|
|
4097
4149
|
// SquarePi aliases
|
|
4098
4150
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4099
4151
|
export {
|
|
4100
4152
|
/** @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 */
|
|
4101
4153
|
default as PiSquareIcon
|
|
4102
4154
|
} from '../icons/square-pi';
|
|
4103
|
-
// SquarePercent aliases
|
|
4104
|
-
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4105
|
-
export {
|
|
4106
|
-
/** @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 */
|
|
4107
|
-
default as PercentSquareIcon
|
|
4108
|
-
} from '../icons/square-percent';
|
|
4109
4155
|
// SquarePilcrow aliases
|
|
4110
4156
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4111
4157
|
export {
|
|
@@ -4118,36 +4164,42 @@ export {
|
|
|
4118
4164
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
4119
4165
|
default as PlaySquareIcon
|
|
4120
4166
|
} from '../icons/square-play';
|
|
4167
|
+
// SquarePlus aliases
|
|
4168
|
+
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4169
|
+
export {
|
|
4170
|
+
/** @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 */
|
|
4171
|
+
default as PlusSquareIcon
|
|
4172
|
+
} from '../icons/square-plus';
|
|
4121
4173
|
// SquarePower aliases
|
|
4122
4174
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4123
4175
|
export {
|
|
4124
4176
|
/** @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 */
|
|
4125
4177
|
default as PowerSquareIcon
|
|
4126
4178
|
} from '../icons/square-power';
|
|
4127
|
-
//
|
|
4128
|
-
export { default as
|
|
4179
|
+
// SquareSigma aliases
|
|
4180
|
+
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4129
4181
|
export {
|
|
4130
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4131
|
-
default as
|
|
4132
|
-
} from '../icons/square-
|
|
4182
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
4183
|
+
default as SigmaSquareIcon
|
|
4184
|
+
} from '../icons/square-sigma';
|
|
4133
4185
|
// SquareScissors aliases
|
|
4134
4186
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4135
4187
|
export {
|
|
4136
4188
|
/** @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 */
|
|
4137
4189
|
default as ScissorsSquareIcon
|
|
4138
4190
|
} from '../icons/square-scissors';
|
|
4191
|
+
// SquareSlash aliases
|
|
4192
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4193
|
+
export {
|
|
4194
|
+
/** @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 */
|
|
4195
|
+
default as SlashSquareIcon
|
|
4196
|
+
} from '../icons/square-slash';
|
|
4139
4197
|
// SquareSplitHorizontal aliases
|
|
4140
4198
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4141
4199
|
export {
|
|
4142
4200
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
4143
4201
|
default as SplitSquareHorizontalIcon
|
|
4144
4202
|
} from '../icons/square-split-horizontal';
|
|
4145
|
-
// SquareSigma aliases
|
|
4146
|
-
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4147
|
-
export {
|
|
4148
|
-
/** @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 */
|
|
4149
|
-
default as SigmaSquareIcon
|
|
4150
|
-
} from '../icons/square-sigma';
|
|
4151
4203
|
// SquareSplitVertical aliases
|
|
4152
4204
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4153
4205
|
export {
|
|
@@ -4160,66 +4212,54 @@ export {
|
|
|
4160
4212
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
4161
4213
|
default as TerminalSquareIcon
|
|
4162
4214
|
} from '../icons/square-terminal';
|
|
4215
|
+
// SquareUserRound aliases
|
|
4216
|
+
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4217
|
+
export {
|
|
4218
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
4219
|
+
default as UserSquare2Icon
|
|
4220
|
+
} from '../icons/square-user-round';
|
|
4163
4221
|
// SquareUser aliases
|
|
4164
4222
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4165
4223
|
export {
|
|
4166
4224
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
4167
4225
|
default as UserSquareIcon
|
|
4168
4226
|
} from '../icons/square-user';
|
|
4169
|
-
//
|
|
4170
|
-
export { default as
|
|
4227
|
+
// TestTubeDiagonal aliases
|
|
4228
|
+
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4171
4229
|
export {
|
|
4172
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4173
|
-
default as
|
|
4174
|
-
} from '../icons/
|
|
4230
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
4231
|
+
default as TestTube2Icon
|
|
4232
|
+
} from '../icons/test-tube-diagonal';
|
|
4175
4233
|
// SquareX aliases
|
|
4176
4234
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4177
4235
|
export {
|
|
4178
4236
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
4179
4237
|
default as XSquareIcon
|
|
4180
4238
|
} from '../icons/square-x';
|
|
4181
|
-
// SquareUserRound aliases
|
|
4182
|
-
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4183
|
-
export {
|
|
4184
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
4185
|
-
default as UserSquare2Icon
|
|
4186
|
-
} from '../icons/square-user-round';
|
|
4187
|
-
// TestTubeDiagonal aliases
|
|
4188
|
-
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4189
|
-
export {
|
|
4190
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
4191
|
-
default as TestTube2Icon
|
|
4192
|
-
} from '../icons/test-tube-diagonal';
|
|
4193
4239
|
// TextAlignCenter aliases
|
|
4194
4240
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4195
4241
|
export {
|
|
4196
4242
|
/** @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 */
|
|
4197
4243
|
default as AlignCenterIcon
|
|
4198
4244
|
} from '../icons/text-align-center';
|
|
4199
|
-
// TextAlignEnd aliases
|
|
4200
|
-
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4201
|
-
export {
|
|
4202
|
-
/** @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 */
|
|
4203
|
-
default as AlignRightIcon
|
|
4204
|
-
} from '../icons/text-align-end';
|
|
4205
4245
|
// TextAlignJustify aliases
|
|
4206
4246
|
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4207
4247
|
export {
|
|
4208
4248
|
/** @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 */
|
|
4209
4249
|
default as AlignJustifyIcon
|
|
4210
4250
|
} from '../icons/text-align-justify';
|
|
4251
|
+
// TextAlignEnd aliases
|
|
4252
|
+
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4253
|
+
export {
|
|
4254
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4255
|
+
default as AlignRightIcon
|
|
4256
|
+
} from '../icons/text-align-end';
|
|
4211
4257
|
// TextInitial aliases
|
|
4212
4258
|
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4213
4259
|
export {
|
|
4214
4260
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
4215
4261
|
default as LetterTextIcon
|
|
4216
4262
|
} from '../icons/text-initial';
|
|
4217
|
-
// TextSelect aliases
|
|
4218
|
-
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4219
|
-
export {
|
|
4220
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|
|
4221
|
-
default as TextSelectionIcon
|
|
4222
|
-
} from '../icons/text-select';
|
|
4223
4263
|
// TextAlignStart aliases
|
|
4224
4264
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4225
4265
|
export {
|
|
@@ -4230,6 +4270,12 @@ export {
|
|
|
4230
4270
|
/** @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 */
|
|
4231
4271
|
default as AlignLeftIcon
|
|
4232
4272
|
} from '../icons/text-align-start';
|
|
4273
|
+
// TextSelect aliases
|
|
4274
|
+
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4275
|
+
export {
|
|
4276
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|
|
4277
|
+
default as TextSelectionIcon
|
|
4278
|
+
} from '../icons/text-select';
|
|
4233
4279
|
// TextWrap aliases
|
|
4234
4280
|
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4235
4281
|
export {
|
|
@@ -4248,48 +4294,48 @@ export {
|
|
|
4248
4294
|
/** @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 */
|
|
4249
4295
|
default as PalmtreeIcon
|
|
4250
4296
|
} from '../icons/tree-palm';
|
|
4251
|
-
// TvMinimal aliases
|
|
4252
|
-
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4253
|
-
export {
|
|
4254
|
-
/** @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 */
|
|
4255
|
-
default as Tv2Icon
|
|
4256
|
-
} from '../icons/tv-minimal';
|
|
4257
4297
|
// TriangleAlert aliases
|
|
4258
4298
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4259
4299
|
export {
|
|
4260
4300
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
4261
4301
|
default as AlertTriangleIcon
|
|
4262
4302
|
} from '../icons/triangle-alert';
|
|
4263
|
-
// UserRoundCheck aliases
|
|
4264
|
-
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4265
|
-
export {
|
|
4266
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
4267
|
-
default as UserCheck2Icon
|
|
4268
|
-
} from '../icons/user-round-check';
|
|
4269
4303
|
// University aliases
|
|
4270
4304
|
export { default as UniversityIcon } from '../icons/university';
|
|
4271
4305
|
export {
|
|
4272
4306
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4273
4307
|
default as School2Icon
|
|
4274
4308
|
} from '../icons/university';
|
|
4309
|
+
// TvMinimal aliases
|
|
4310
|
+
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4311
|
+
export {
|
|
4312
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
4313
|
+
default as Tv2Icon
|
|
4314
|
+
} from '../icons/tv-minimal';
|
|
4315
|
+
// UserRoundCheck aliases
|
|
4316
|
+
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4317
|
+
export {
|
|
4318
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
4319
|
+
default as UserCheck2Icon
|
|
4320
|
+
} from '../icons/user-round-check';
|
|
4275
4321
|
// UserRoundCog aliases
|
|
4276
4322
|
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4277
4323
|
export {
|
|
4278
4324
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
4279
4325
|
default as UserCog2Icon
|
|
4280
4326
|
} from '../icons/user-round-cog';
|
|
4281
|
-
// UserRoundPlus aliases
|
|
4282
|
-
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4283
|
-
export {
|
|
4284
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4285
|
-
default as UserPlus2Icon
|
|
4286
|
-
} from '../icons/user-round-plus';
|
|
4287
4327
|
// UserRoundMinus aliases
|
|
4288
4328
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4289
4329
|
export {
|
|
4290
4330
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
4291
4331
|
default as UserMinus2Icon
|
|
4292
4332
|
} from '../icons/user-round-minus';
|
|
4333
|
+
// UserRoundPlus aliases
|
|
4334
|
+
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4335
|
+
export {
|
|
4336
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4337
|
+
default as UserPlus2Icon
|
|
4338
|
+
} from '../icons/user-round-plus';
|
|
4293
4339
|
// UserRoundX aliases
|
|
4294
4340
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4295
4341
|
export {
|
|
@@ -4302,24 +4348,18 @@ export {
|
|
|
4302
4348
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4303
4349
|
default as User2Icon
|
|
4304
4350
|
} from '../icons/user-round';
|
|
4305
|
-
// Utensils aliases
|
|
4306
|
-
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4307
|
-
export {
|
|
4308
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4309
|
-
default as ForkKnifeIcon
|
|
4310
|
-
} from '../icons/utensils';
|
|
4311
4351
|
// UsersRound aliases
|
|
4312
4352
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4313
4353
|
export {
|
|
4314
4354
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
4315
4355
|
default as Users2Icon
|
|
4316
4356
|
} from '../icons/users-round';
|
|
4317
|
-
//
|
|
4318
|
-
export { default as
|
|
4357
|
+
// Utensils aliases
|
|
4358
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4319
4359
|
export {
|
|
4320
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4321
|
-
default as
|
|
4322
|
-
} from '../icons/
|
|
4360
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4361
|
+
default as ForkKnifeIcon
|
|
4362
|
+
} from '../icons/utensils';
|
|
4323
4363
|
// WandSparkles aliases
|
|
4324
4364
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4325
4365
|
export {
|
|
@@ -4332,4 +4372,10 @@ export {
|
|
|
4332
4372
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4333
4373
|
default as ForkKnifeCrossedIcon
|
|
4334
4374
|
} from '../icons/utensils-crossed';
|
|
4375
|
+
// WalletMinimal aliases
|
|
4376
|
+
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4377
|
+
export {
|
|
4378
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4379
|
+
default as Wallet2Icon
|
|
4380
|
+
} from '../icons/wallet-minimal';
|
|
4335
4381
|
|