@lucide/astro 0.573.0 → 0.574.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 +106 -106
- package/src/aliases/prefixed.ts +704 -702
- package/src/aliases/suffixed.ts +1061 -1059
- package/src/icons/index.ts +129 -128
- package/src/icons/mouse-left.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
// AArrowDown aliases
|
|
2
|
-
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
1
|
// AArrowUp aliases
|
|
4
2
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
3
|
+
// AArrowDown aliases
|
|
4
|
+
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
5
5
|
// ALargeSmall aliases
|
|
6
6
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
7
|
// Accessibility aliases
|
|
@@ -14,54 +14,54 @@ 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';
|
|
19
17
|
// AlarmSmoke aliases
|
|
20
18
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
19
|
// Album aliases
|
|
22
20
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
|
-
//
|
|
24
|
-
export { default as
|
|
21
|
+
// AlarmClock aliases
|
|
22
|
+
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
25
23
|
// AlignCenterVertical aliases
|
|
26
24
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
25
|
+
// AlignCenterHorizontal aliases
|
|
26
|
+
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
27
27
|
// AlignEndHorizontal aliases
|
|
28
28
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
29
|
// AlignEndVertical aliases
|
|
30
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
|
-
// AlignHorizontalDistributeCenter aliases
|
|
32
|
-
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
31
|
// AlignHorizontalDistributeEnd aliases
|
|
34
32
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
|
-
//
|
|
36
|
-
export { default as
|
|
33
|
+
// AlignHorizontalDistributeCenter aliases
|
|
34
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
37
35
|
// AlignHorizontalDistributeStart aliases
|
|
38
36
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
37
|
// AlignHorizontalJustifyStart aliases
|
|
40
38
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
41
|
-
//
|
|
42
|
-
export { default as
|
|
39
|
+
// AlignHorizontalJustifyCenter aliases
|
|
40
|
+
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
43
41
|
// AlignHorizontalSpaceAround aliases
|
|
44
42
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
|
-
// AlignStartHorizontal aliases
|
|
46
|
-
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
47
43
|
// AlignHorizontalSpaceBetween aliases
|
|
48
44
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
45
|
+
// AlignStartHorizontal aliases
|
|
46
|
+
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
49
47
|
// AlignStartVertical aliases
|
|
50
48
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
51
49
|
// AlignVerticalDistributeCenter aliases
|
|
52
50
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
53
51
|
// AlignVerticalDistributeEnd aliases
|
|
54
52
|
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
|
-
// AlignVerticalJustifyEnd aliases
|
|
58
|
-
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
59
57
|
// AlignVerticalJustifyCenter aliases
|
|
60
58
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
61
|
-
//
|
|
62
|
-
export { default as
|
|
59
|
+
// AlignVerticalJustifyEnd aliases
|
|
60
|
+
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
63
61
|
// AlignVerticalJustifyStart aliases
|
|
64
62
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
63
|
+
// AlignVerticalSpaceAround aliases
|
|
64
|
+
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
65
65
|
// AlignVerticalSpaceBetween aliases
|
|
66
66
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
67
67
|
// Ambulance aliases
|
|
@@ -76,12 +76,12 @@ export { default as AmphoraIcon } from '../icons/amphora';
|
|
|
76
76
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
77
|
// Angry aliases
|
|
78
78
|
export { default as AngryIcon } from '../icons/angry';
|
|
79
|
+
// Annoyed aliases
|
|
80
|
+
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
79
81
|
// Antenna aliases
|
|
80
82
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
81
83
|
// Anvil aliases
|
|
82
84
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
83
|
-
// Annoyed aliases
|
|
84
|
-
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
85
85
|
// Aperture aliases
|
|
86
86
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
87
|
// AppWindowMac aliases
|
|
@@ -90,10 +90,10 @@ export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
|
90
90
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
91
|
// Apple aliases
|
|
92
92
|
export { default as AppleIcon } from '../icons/apple';
|
|
93
|
-
// ArchiveRestore aliases
|
|
94
|
-
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
93
|
// ArchiveX aliases
|
|
96
94
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
95
|
+
// ArchiveRestore aliases
|
|
96
|
+
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
97
97
|
// Archive aliases
|
|
98
98
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
99
|
// Armchair aliases
|
|
@@ -102,20 +102,20 @@ export { default as ArmchairIcon } from '../icons/armchair';
|
|
|
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';
|
|
105
107
|
// ArrowBigLeft aliases
|
|
106
108
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
107
109
|
// ArrowBigRightDash aliases
|
|
108
110
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
109
|
-
// ArrowBigLeftDash aliases
|
|
110
|
-
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
111
111
|
// ArrowBigRight aliases
|
|
112
112
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
113
|
// ArrowBigUpDash aliases
|
|
114
114
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
|
-
// ArrowDownFromLine aliases
|
|
116
|
-
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
117
115
|
// ArrowBigUp aliases
|
|
118
116
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
|
+
// ArrowDownFromLine aliases
|
|
118
|
+
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
119
119
|
// ArrowDownLeft aliases
|
|
120
120
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
121
121
|
// ArrowDownNarrowWide aliases
|
|
@@ -130,10 +130,10 @@ export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
|
130
130
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
131
131
|
// ArrowDown aliases
|
|
132
132
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
133
|
-
// ArrowLeftRight aliases
|
|
134
|
-
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
135
133
|
// ArrowLeftFromLine aliases
|
|
136
134
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
135
|
+
// ArrowLeftRight aliases
|
|
136
|
+
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
137
137
|
// ArrowLeftToLine aliases
|
|
138
138
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
139
|
// ArrowLeft aliases
|
|
@@ -142,52 +142,52 @@ export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
|
142
142
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
143
143
|
// ArrowRightLeft aliases
|
|
144
144
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
|
-
// ArrowRight aliases
|
|
146
|
-
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
147
145
|
// ArrowRightToLine aliases
|
|
148
146
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
149
|
-
//
|
|
150
|
-
export { default as
|
|
147
|
+
// ArrowRight aliases
|
|
148
|
+
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
151
149
|
// ArrowUpFromDot aliases
|
|
152
150
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
151
|
+
// ArrowUpDown aliases
|
|
152
|
+
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
153
|
+
// ArrowUpLeft aliases
|
|
154
|
+
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
153
155
|
// ArrowUpFromLine aliases
|
|
154
156
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
155
157
|
// ArrowUpRight aliases
|
|
156
158
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
157
|
-
// ArrowUpLeft aliases
|
|
158
|
-
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
159
159
|
// ArrowUpToLine aliases
|
|
160
160
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
161
|
// ArrowUpWideNarrow aliases
|
|
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
|
-
// Asterisk aliases
|
|
166
|
-
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
167
|
-
// ArrowsUpFromLine aliases
|
|
168
|
-
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
169
165
|
// AtSign aliases
|
|
170
166
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
171
|
-
//
|
|
172
|
-
export { default as
|
|
167
|
+
// ArrowsUpFromLine aliases
|
|
168
|
+
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
169
|
+
// Asterisk aliases
|
|
170
|
+
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
173
171
|
// AudioLines aliases
|
|
174
172
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
173
|
+
// Atom aliases
|
|
174
|
+
export { default as AtomIcon } from '../icons/atom';
|
|
175
175
|
// AudioWaveform aliases
|
|
176
176
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
177
|
-
// Axe aliases
|
|
178
|
-
export { default as AxeIcon } from '../icons/axe';
|
|
179
177
|
// Award aliases
|
|
180
178
|
export { default as AwardIcon } from '../icons/award';
|
|
179
|
+
// Axe aliases
|
|
180
|
+
export { default as AxeIcon } from '../icons/axe';
|
|
181
181
|
// Baby aliases
|
|
182
182
|
export { default as BabyIcon } from '../icons/baby';
|
|
183
183
|
// Backpack aliases
|
|
184
184
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
185
185
|
// BadgeAlert aliases
|
|
186
186
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
187
|
-
// BadgeDollarSign aliases
|
|
188
|
-
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
189
187
|
// BadgeCent aliases
|
|
190
188
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
189
|
+
// BadgeDollarSign aliases
|
|
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
193
|
// BadgeIndianRupee aliases
|
|
@@ -200,44 +200,44 @@ export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
|
200
200
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
201
201
|
// BadgePercent aliases
|
|
202
202
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
203
|
-
// BadgeRussianRuble aliases
|
|
204
|
-
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
205
203
|
// BadgePlus aliases
|
|
206
204
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
207
205
|
// BadgePoundSterling aliases
|
|
208
206
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
207
|
+
// BadgeRussianRuble aliases
|
|
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
|
-
// BadgeTurkishLira aliases
|
|
212
|
-
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
213
|
-
// BadgeX aliases
|
|
214
|
-
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
215
211
|
// Badge aliases
|
|
216
212
|
export { default as BadgeIcon } from '../icons/badge';
|
|
213
|
+
// BadgeTurkishLira aliases
|
|
214
|
+
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
217
215
|
// BaggageClaim aliases
|
|
218
216
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
217
|
+
// BadgeX aliases
|
|
218
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
219
219
|
// Balloon aliases
|
|
220
220
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
221
|
-
// Ban aliases
|
|
222
|
-
export { default as BanIcon } from '../icons/ban';
|
|
223
221
|
// Banana aliases
|
|
224
222
|
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
|
-
// BanknoteArrowUp aliases
|
|
228
|
-
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
229
227
|
// BanknoteArrowDown aliases
|
|
230
228
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
231
|
-
//
|
|
232
|
-
export { default as
|
|
229
|
+
// BanknoteArrowUp aliases
|
|
230
|
+
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
233
231
|
// Banknote aliases
|
|
234
232
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
235
233
|
// Barcode aliases
|
|
236
234
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
237
|
-
//
|
|
238
|
-
export { default as
|
|
235
|
+
// BanknoteX aliases
|
|
236
|
+
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
239
237
|
// Baseline aliases
|
|
240
238
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
239
|
+
// Barrel aliases
|
|
240
|
+
export { default as BarrelIcon } from '../icons/barrel';
|
|
241
241
|
// Bath aliases
|
|
242
242
|
export { default as BathIcon } from '../icons/bath';
|
|
243
243
|
// BatteryCharging aliases
|
|
@@ -262,48 +262,48 @@ 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
|
-
// Bed aliases
|
|
266
|
-
export { default as BedIcon } from '../icons/bed';
|
|
267
265
|
// BedSingle aliases
|
|
268
266
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
267
|
+
// Bed aliases
|
|
268
|
+
export { default as BedIcon } from '../icons/bed';
|
|
269
269
|
// Beef aliases
|
|
270
270
|
export { default as BeefIcon } from '../icons/beef';
|
|
271
271
|
// BeerOff aliases
|
|
272
272
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
273
273
|
// Beer aliases
|
|
274
274
|
export { default as BeerIcon } from '../icons/beer';
|
|
275
|
-
// BellElectric aliases
|
|
276
|
-
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
277
275
|
// BellDot aliases
|
|
278
276
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
279
277
|
// BellMinus aliases
|
|
280
278
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
279
|
+
// BellElectric aliases
|
|
280
|
+
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
281
281
|
// BellOff aliases
|
|
282
282
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
283
283
|
// BellPlus aliases
|
|
284
284
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
285
|
-
// BellRing aliases
|
|
286
|
-
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
287
285
|
// Bell aliases
|
|
288
286
|
export { default as BellIcon } from '../icons/bell';
|
|
287
|
+
// BellRing aliases
|
|
288
|
+
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
289
289
|
// BetweenVerticalStart aliases
|
|
290
290
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
291
291
|
// BetweenVerticalEnd aliases
|
|
292
292
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
293
293
|
// BicepsFlexed aliases
|
|
294
294
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
295
|
-
// Bike aliases
|
|
296
|
-
export { default as BikeIcon } from '../icons/bike';
|
|
297
295
|
// Binary aliases
|
|
298
296
|
export { default as BinaryIcon } from '../icons/binary';
|
|
297
|
+
// Bike aliases
|
|
298
|
+
export { default as BikeIcon } from '../icons/bike';
|
|
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
|
-
// Birdhouse aliases
|
|
304
|
-
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
305
303
|
// Bird aliases
|
|
306
304
|
export { default as BirdIcon } from '../icons/bird';
|
|
305
|
+
// Birdhouse aliases
|
|
306
|
+
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
307
307
|
// Bitcoin aliases
|
|
308
308
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
309
309
|
// Blend aliases
|
|
@@ -314,44 +314,44 @@ export { default as BlindsIcon } from '../icons/blinds';
|
|
|
314
314
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
315
315
|
// BluetoothConnected aliases
|
|
316
316
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
317
|
+
// BluetoothSearching aliases
|
|
318
|
+
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
317
319
|
// BluetoothOff aliases
|
|
318
320
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
319
321
|
// Bluetooth aliases
|
|
320
322
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
321
|
-
//
|
|
322
|
-
export { default as
|
|
323
|
+
// Bolt aliases
|
|
324
|
+
export { default as BoltIcon } from '../icons/bolt';
|
|
323
325
|
// Bold aliases
|
|
324
326
|
export { default as BoldIcon } from '../icons/bold';
|
|
325
327
|
// Bomb aliases
|
|
326
328
|
export { default as BombIcon } from '../icons/bomb';
|
|
327
329
|
// Bone aliases
|
|
328
330
|
export { default as BoneIcon } from '../icons/bone';
|
|
329
|
-
// Bolt aliases
|
|
330
|
-
export { default as BoltIcon } from '../icons/bolt';
|
|
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
335
|
// BookAudio aliases
|
|
336
336
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
337
|
-
// BookCopy aliases
|
|
338
|
-
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
339
337
|
// BookCheck aliases
|
|
340
338
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
341
|
-
//
|
|
342
|
-
export { default as
|
|
339
|
+
// BookCopy aliases
|
|
340
|
+
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
343
341
|
// BookHeadphones aliases
|
|
344
342
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
343
|
+
// BookDown aliases
|
|
344
|
+
export { default as BookDownIcon } from '../icons/book-down';
|
|
345
345
|
// BookHeart aliases
|
|
346
346
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
347
347
|
// BookImage aliases
|
|
348
348
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
349
349
|
// BookKey aliases
|
|
350
350
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
351
|
-
// BookLock aliases
|
|
352
|
-
export { default as BookLockIcon } from '../icons/book-lock';
|
|
353
351
|
// BookMarked aliases
|
|
354
352
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
353
|
+
// BookLock aliases
|
|
354
|
+
export { default as BookLockIcon } from '../icons/book-lock';
|
|
355
355
|
// BookMinus aliases
|
|
356
356
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
357
357
|
// BookOpenCheck aliases
|
|
@@ -364,94 +364,94 @@ export { default as BookOpenIcon } from '../icons/book-open';
|
|
|
364
364
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
365
365
|
// BookSearch aliases
|
|
366
366
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
367
|
-
// BookType aliases
|
|
368
|
-
export { default as BookTypeIcon } from '../icons/book-type';
|
|
369
367
|
// BookText aliases
|
|
370
368
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
369
|
+
// BookType aliases
|
|
370
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
371
371
|
// BookUp2 aliases
|
|
372
372
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
|
+
// BookUser aliases
|
|
374
|
+
export { default as BookUserIcon } from '../icons/book-user';
|
|
373
375
|
// BookUp aliases
|
|
374
376
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
375
377
|
// BookX aliases
|
|
376
378
|
export { default as BookXIcon } from '../icons/book-x';
|
|
377
|
-
// Book aliases
|
|
378
|
-
export { default as BookIcon } from '../icons/book';
|
|
379
|
-
// BookUser aliases
|
|
380
|
-
export { default as BookUserIcon } from '../icons/book-user';
|
|
381
379
|
// BookmarkCheck aliases
|
|
382
380
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
381
|
+
// Book aliases
|
|
382
|
+
export { default as BookIcon } from '../icons/book';
|
|
383
383
|
// BookmarkMinus aliases
|
|
384
384
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
385
|
-
// BookmarkPlus aliases
|
|
386
|
-
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
387
385
|
// BookmarkX aliases
|
|
388
386
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
387
|
+
// BookmarkPlus aliases
|
|
388
|
+
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
389
389
|
// Bookmark aliases
|
|
390
390
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
391
|
-
// BoomBox aliases
|
|
392
|
-
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
393
391
|
// BotMessageSquare aliases
|
|
394
392
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
393
|
+
// BoomBox aliases
|
|
394
|
+
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
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';
|
|
397
399
|
// Bot aliases
|
|
398
400
|
export { default as BotIcon } from '../icons/bot';
|
|
399
|
-
// BottleWine aliases
|
|
400
|
-
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
401
401
|
// Box aliases
|
|
402
402
|
export { default as BoxIcon } from '../icons/box';
|
|
403
|
+
// BottleWine aliases
|
|
404
|
+
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
403
405
|
// Boxes aliases
|
|
404
406
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
405
|
-
// BowArrow aliases
|
|
406
|
-
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
407
|
-
// Brackets aliases
|
|
408
|
-
export { default as BracketsIcon } from '../icons/brackets';
|
|
409
407
|
// BrainCircuit aliases
|
|
410
408
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
409
|
+
// Brackets aliases
|
|
410
|
+
export { default as BracketsIcon } from '../icons/brackets';
|
|
411
411
|
// BrainCog aliases
|
|
412
412
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
413
|
-
// BrickWallFire aliases
|
|
414
|
-
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
415
413
|
// Brain aliases
|
|
416
414
|
export { default as BrainIcon } from '../icons/brain';
|
|
415
|
+
// BrickWallFire aliases
|
|
416
|
+
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
417
417
|
// BrickWallShield aliases
|
|
418
418
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
419
|
-
// BriefcaseBusiness aliases
|
|
420
|
-
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
421
419
|
// BrickWall aliases
|
|
422
420
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
421
|
+
// BriefcaseBusiness aliases
|
|
422
|
+
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
423
423
|
// BriefcaseConveyorBelt aliases
|
|
424
424
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
425
425
|
// BriefcaseMedical aliases
|
|
426
426
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
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';
|
|
431
429
|
// BrushCleaning aliases
|
|
432
430
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
433
431
|
// Brush aliases
|
|
434
432
|
export { default as BrushIcon } from '../icons/brush';
|
|
433
|
+
// BringToFront aliases
|
|
434
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
435
435
|
// Bubbles aliases
|
|
436
436
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
437
|
-
// BugOff aliases
|
|
438
|
-
export { default as BugOffIcon } from '../icons/bug-off';
|
|
439
437
|
// BugPlay aliases
|
|
440
438
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
439
|
+
// BugOff aliases
|
|
440
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
441
441
|
// Bug aliases
|
|
442
442
|
export { default as BugIcon } from '../icons/bug';
|
|
443
|
-
// BusFront aliases
|
|
444
|
-
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
445
|
-
// Building2 aliases
|
|
446
|
-
export { default as Building2Icon } from '../icons/building-2';
|
|
447
443
|
// Building aliases
|
|
448
444
|
export { default as BuildingIcon } from '../icons/building';
|
|
445
|
+
// Building2 aliases
|
|
446
|
+
export { default as Building2Icon } from '../icons/building-2';
|
|
447
|
+
// BusFront aliases
|
|
448
|
+
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
449
449
|
// Bus aliases
|
|
450
450
|
export { default as BusIcon } from '../icons/bus';
|
|
451
|
-
// CableCar aliases
|
|
452
|
-
export { default as CableCarIcon } from '../icons/cable-car';
|
|
453
451
|
// Cable aliases
|
|
454
452
|
export { default as CableIcon } from '../icons/cable';
|
|
453
|
+
// CableCar aliases
|
|
454
|
+
export { default as CableCarIcon } from '../icons/cable-car';
|
|
455
455
|
// CakeSlice aliases
|
|
456
456
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
457
457
|
// Cake aliases
|
|
@@ -460,42 +460,42 @@ export { default as CakeIcon } from '../icons/cake';
|
|
|
460
460
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
461
461
|
// Calendar1 aliases
|
|
462
462
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
463
|
-
// CalendarArrowUp aliases
|
|
464
|
-
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
465
463
|
// CalendarArrowDown aliases
|
|
466
464
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
465
|
+
// CalendarArrowUp aliases
|
|
466
|
+
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
467
467
|
// CalendarCheck2 aliases
|
|
468
468
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
469
|
+
// CalendarCheck aliases
|
|
470
|
+
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
469
471
|
// CalendarClock aliases
|
|
470
472
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
471
473
|
// CalendarCog aliases
|
|
472
474
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
473
|
-
// CalendarDays aliases
|
|
474
|
-
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
475
|
-
// CalendarCheck aliases
|
|
476
|
-
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
477
475
|
// CalendarFold aliases
|
|
478
476
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
479
|
-
//
|
|
480
|
-
export { default as
|
|
477
|
+
// CalendarDays aliases
|
|
478
|
+
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
481
479
|
// CalendarHeart aliases
|
|
482
480
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
483
481
|
// CalendarMinus aliases
|
|
484
482
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
483
|
+
// CalendarMinus2 aliases
|
|
484
|
+
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
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
|
+
// CalendarRange aliases
|
|
492
|
+
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
493
493
|
// CalendarSync aliases
|
|
494
494
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
495
495
|
// CalendarX2 aliases
|
|
496
496
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
497
|
-
//
|
|
498
|
-
export { default as
|
|
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
501
|
// Calendar aliases
|
|
@@ -526,38 +526,38 @@ export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
|
526
526
|
export { default as CarIcon } from '../icons/car';
|
|
527
527
|
// Caravan aliases
|
|
528
528
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
529
|
-
// Carrot aliases
|
|
530
|
-
export { default as CarrotIcon } from '../icons/carrot';
|
|
531
529
|
// CardSim aliases
|
|
532
530
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
533
|
-
//
|
|
534
|
-
export { default as
|
|
531
|
+
// Carrot aliases
|
|
532
|
+
export { default as CarrotIcon } from '../icons/carrot';
|
|
535
533
|
// CaseLower aliases
|
|
536
534
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
537
|
-
// Cast aliases
|
|
538
|
-
export { default as CastIcon } from '../icons/cast';
|
|
539
|
-
// CassetteTape aliases
|
|
540
|
-
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
541
535
|
// CaseUpper aliases
|
|
542
536
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
537
|
+
// CaseSensitive aliases
|
|
538
|
+
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
539
|
+
// CassetteTape aliases
|
|
540
|
+
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
541
|
+
// Cast aliases
|
|
542
|
+
export { default as CastIcon } from '../icons/cast';
|
|
543
543
|
// Castle aliases
|
|
544
544
|
export { default as CastleIcon } from '../icons/castle';
|
|
545
|
-
// Cctv aliases
|
|
546
|
-
export { default as CctvIcon } from '../icons/cctv';
|
|
547
545
|
// Cat aliases
|
|
548
546
|
export { default as CatIcon } from '../icons/cat';
|
|
549
|
-
//
|
|
550
|
-
export { default as
|
|
547
|
+
// Cctv aliases
|
|
548
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
551
549
|
// ChartBarIncreasing aliases
|
|
552
550
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
553
|
-
//
|
|
554
|
-
export { default as
|
|
551
|
+
// ChartBarDecreasing aliases
|
|
552
|
+
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
555
553
|
// ChartColumnDecreasing aliases
|
|
556
554
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
557
|
-
//
|
|
558
|
-
export { default as
|
|
555
|
+
// ChartBarStacked aliases
|
|
556
|
+
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
559
557
|
// ChartGantt aliases
|
|
560
558
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
559
|
+
// ChartColumnStacked aliases
|
|
560
|
+
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
561
561
|
// ChartNetwork aliases
|
|
562
562
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
563
563
|
// ChartNoAxesColumnDecreasing aliases
|
|
@@ -578,10 +578,10 @@ export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
|
578
578
|
export { default as CherryIcon } from '../icons/cherry';
|
|
579
579
|
// ChessBishop aliases
|
|
580
580
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
581
|
-
// ChessKnight aliases
|
|
582
|
-
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
583
581
|
// ChessKing aliases
|
|
584
582
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
583
|
+
// ChessKnight aliases
|
|
584
|
+
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
585
585
|
// ChessPawn aliases
|
|
586
586
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
587
587
|
// ChessQueen aliases
|
|
@@ -598,10 +598,10 @@ export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
|
598
598
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
599
599
|
// ChevronRight aliases
|
|
600
600
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
601
|
-
// ChevronUp aliases
|
|
602
|
-
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
603
601
|
// ChevronsDownUp aliases
|
|
604
602
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
603
|
+
// ChevronUp aliases
|
|
604
|
+
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
605
605
|
// ChevronsDown aliases
|
|
606
606
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
607
607
|
// ChevronsLeftRightEllipsis aliases
|
|
@@ -612,50 +612,50 @@ export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
|
612
612
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
613
613
|
// ChevronsRightLeft aliases
|
|
614
614
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
615
|
-
// ChevronsUpDown aliases
|
|
616
|
-
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
617
615
|
// ChevronsRight aliases
|
|
618
616
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
617
|
+
// ChevronsUpDown aliases
|
|
618
|
+
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
619
619
|
// ChevronsUp aliases
|
|
620
620
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
621
621
|
// Church aliases
|
|
622
622
|
export { default as ChurchIcon } from '../icons/church';
|
|
623
623
|
// CigaretteOff aliases
|
|
624
624
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
625
|
-
// CircleDashed aliases
|
|
626
|
-
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
627
|
-
// CircleDollarSign aliases
|
|
628
|
-
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
629
625
|
// Cigarette aliases
|
|
630
626
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
627
|
+
// CircleDashed aliases
|
|
628
|
+
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
631
629
|
// CircleDotDashed aliases
|
|
632
630
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
633
|
-
//
|
|
634
|
-
export { default as
|
|
631
|
+
// CircleEllipsis aliases
|
|
632
|
+
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
633
|
+
// CircleDollarSign aliases
|
|
634
|
+
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
635
635
|
// CircleEqual aliases
|
|
636
636
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
637
|
+
// CircleDot aliases
|
|
638
|
+
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
637
639
|
// CircleFadingPlus aliases
|
|
638
640
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
639
|
-
// CircleEllipsis aliases
|
|
640
|
-
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
641
641
|
// CircleFadingArrowUp aliases
|
|
642
642
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
643
|
-
// CirclePile aliases
|
|
644
|
-
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
645
643
|
// CircleOff aliases
|
|
646
644
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
647
|
-
// CirclePoundSterling aliases
|
|
648
|
-
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
649
645
|
// CircleSlash aliases
|
|
650
646
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
647
|
+
// CirclePile aliases
|
|
648
|
+
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
649
|
+
// CirclePoundSterling aliases
|
|
650
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
651
651
|
// CircleSmall aliases
|
|
652
652
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
653
653
|
// CircleStar aliases
|
|
654
654
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
655
|
-
// CircuitBoard aliases
|
|
656
|
-
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
657
655
|
// Circle aliases
|
|
658
656
|
export { default as CircleIcon } from '../icons/circle';
|
|
657
|
+
// CircuitBoard aliases
|
|
658
|
+
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
659
659
|
// Citrus aliases
|
|
660
660
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
661
661
|
// Clapperboard aliases
|
|
@@ -664,44 +664,44 @@ export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
|
664
664
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
665
665
|
// ClipboardClock aliases
|
|
666
666
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
667
|
-
// ClipboardList aliases
|
|
668
|
-
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
669
667
|
// ClipboardCopy aliases
|
|
670
668
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
671
|
-
//
|
|
672
|
-
export { default as
|
|
669
|
+
// ClipboardList aliases
|
|
670
|
+
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
673
671
|
// ClipboardMinus aliases
|
|
674
672
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
675
|
-
//
|
|
676
|
-
export { default as
|
|
673
|
+
// ClipboardPaste aliases
|
|
674
|
+
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
677
675
|
// ClipboardPlus aliases
|
|
678
676
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
677
|
+
// ClipboardType aliases
|
|
678
|
+
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
679
|
+
// Clock1 aliases
|
|
680
|
+
export { default as Clock1Icon } from '../icons/clock-1';
|
|
679
681
|
// ClipboardX aliases
|
|
680
682
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
681
683
|
// Clipboard aliases
|
|
682
684
|
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
|
|
688
688
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
689
|
-
// Clock2 aliases
|
|
690
|
-
export { default as Clock2Icon } from '../icons/clock-2';
|
|
691
689
|
// Clock12 aliases
|
|
692
690
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
691
|
+
// Clock2 aliases
|
|
692
|
+
export { default as Clock2Icon } from '../icons/clock-2';
|
|
693
693
|
// Clock3 aliases
|
|
694
694
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
695
695
|
// Clock4 aliases
|
|
696
696
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
697
697
|
// Clock5 aliases
|
|
698
698
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
699
|
+
// Clock6 aliases
|
|
700
|
+
export { default as Clock6Icon } from '../icons/clock-6';
|
|
699
701
|
// Clock7 aliases
|
|
700
702
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
701
703
|
// Clock8 aliases
|
|
702
704
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
703
|
-
// Clock6 aliases
|
|
704
|
-
export { default as Clock6Icon } from '../icons/clock-6';
|
|
705
705
|
// Clock9 aliases
|
|
706
706
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
707
707
|
// ClockAlert aliases
|
|
@@ -710,12 +710,12 @@ export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
|
710
710
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
711
711
|
// ClockCheck aliases
|
|
712
712
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
713
|
-
// ClockFading aliases
|
|
714
|
-
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
715
713
|
// ClockArrowDown aliases
|
|
716
714
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
717
715
|
// ClockPlus aliases
|
|
718
716
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
717
|
+
// ClockFading aliases
|
|
718
|
+
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
719
719
|
// Clock aliases
|
|
720
720
|
export { default as ClockIcon } from '../icons/clock';
|
|
721
721
|
// ClosedCaption aliases
|
|
@@ -730,90 +730,90 @@ export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
|
730
730
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
731
731
|
// CloudDrizzle aliases
|
|
732
732
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
733
|
-
// CloudHail aliases
|
|
734
|
-
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
735
733
|
// CloudFog aliases
|
|
736
734
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
735
|
+
// CloudHail aliases
|
|
736
|
+
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
737
737
|
// CloudLightning aliases
|
|
738
738
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
739
|
-
// CloudOff aliases
|
|
740
|
-
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
741
|
-
// CloudMoonRain aliases
|
|
742
|
-
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
743
739
|
// CloudMoon aliases
|
|
744
740
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
741
|
+
// CloudMoonRain aliases
|
|
742
|
+
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
743
|
+
// CloudOff aliases
|
|
744
|
+
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
745
745
|
// CloudRainWind aliases
|
|
746
746
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
747
|
-
// CloudRain aliases
|
|
748
|
-
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
749
747
|
// CloudSnow aliases
|
|
750
748
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
751
|
-
//
|
|
752
|
-
export { default as
|
|
749
|
+
// CloudRain aliases
|
|
750
|
+
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
753
751
|
// CloudSun aliases
|
|
754
752
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
753
|
+
// CloudSunRain aliases
|
|
754
|
+
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
755
|
+
// CloudSync aliases
|
|
756
|
+
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
755
757
|
// Cloud aliases
|
|
756
758
|
export { default as CloudIcon } from '../icons/cloud';
|
|
757
759
|
// Cloudy aliases
|
|
758
760
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
759
|
-
// CloudSync aliases
|
|
760
|
-
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
761
761
|
// Clover aliases
|
|
762
762
|
export { default as CloverIcon } from '../icons/clover';
|
|
763
763
|
// Club aliases
|
|
764
764
|
export { default as ClubIcon } from '../icons/club';
|
|
765
765
|
// Codepen aliases
|
|
766
766
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
767
|
-
// Code aliases
|
|
768
|
-
export { default as CodeIcon } from '../icons/code';
|
|
769
767
|
// Codesandbox aliases
|
|
770
768
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
771
|
-
//
|
|
772
|
-
export { default as
|
|
769
|
+
// Code aliases
|
|
770
|
+
export { default as CodeIcon } from '../icons/code';
|
|
773
771
|
// Cog aliases
|
|
774
772
|
export { default as CogIcon } from '../icons/cog';
|
|
775
773
|
// Coins aliases
|
|
776
774
|
export { default as CoinsIcon } from '../icons/coins';
|
|
775
|
+
// Coffee aliases
|
|
776
|
+
export { default as CoffeeIcon } from '../icons/coffee';
|
|
777
777
|
// Columns4 aliases
|
|
778
778
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
779
|
-
// Command aliases
|
|
780
|
-
export { default as CommandIcon } from '../icons/command';
|
|
781
779
|
// Combine aliases
|
|
782
780
|
export { default as CombineIcon } from '../icons/combine';
|
|
783
|
-
//
|
|
784
|
-
export { default as
|
|
781
|
+
// Command aliases
|
|
782
|
+
export { default as CommandIcon } from '../icons/command';
|
|
785
783
|
// Component aliases
|
|
786
784
|
export { default as ComponentIcon } from '../icons/component';
|
|
785
|
+
// Compass aliases
|
|
786
|
+
export { default as CompassIcon } from '../icons/compass';
|
|
787
787
|
// ConciergeBell aliases
|
|
788
788
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
789
|
-
// Cone aliases
|
|
790
|
-
export { default as ConeIcon } from '../icons/cone';
|
|
791
789
|
// Computer aliases
|
|
792
790
|
export { default as ComputerIcon } from '../icons/computer';
|
|
791
|
+
// Cone aliases
|
|
792
|
+
export { default as ConeIcon } from '../icons/cone';
|
|
793
793
|
// Construction aliases
|
|
794
794
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
795
|
-
// Contact aliases
|
|
796
|
-
export { default as ContactIcon } from '../icons/contact';
|
|
797
795
|
// Container aliases
|
|
798
796
|
export { default as ContainerIcon } from '../icons/container';
|
|
799
|
-
// Cookie aliases
|
|
800
|
-
export { default as CookieIcon } from '../icons/cookie';
|
|
801
797
|
// Contrast aliases
|
|
802
798
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
799
|
+
// Contact aliases
|
|
800
|
+
export { default as ContactIcon } from '../icons/contact';
|
|
801
|
+
// Cookie aliases
|
|
802
|
+
export { default as CookieIcon } from '../icons/cookie';
|
|
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
|
-
// CopyMinus aliases
|
|
808
|
-
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
809
807
|
// CopyPlus aliases
|
|
810
808
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
809
|
+
// CopyMinus aliases
|
|
810
|
+
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
811
|
+
// CopySlash aliases
|
|
812
|
+
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
811
813
|
// CopyX aliases
|
|
812
814
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
813
815
|
// Copy aliases
|
|
814
816
|
export { default as CopyIcon } from '../icons/copy';
|
|
815
|
-
// CopySlash aliases
|
|
816
|
-
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
817
817
|
// Copyleft aliases
|
|
818
818
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
819
819
|
// Copyright aliases
|
|
@@ -826,58 +826,58 @@ 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
|
-
// CornerRightDown aliases
|
|
830
|
-
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
831
829
|
// CornerRightUp aliases
|
|
832
830
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
831
|
+
// CornerRightDown aliases
|
|
832
|
+
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
833
833
|
// CornerUpLeft aliases
|
|
834
834
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
835
835
|
// CornerUpRight aliases
|
|
836
836
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
837
|
-
// CreativeCommons aliases
|
|
838
|
-
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
839
837
|
// Cpu aliases
|
|
840
838
|
export { default as CpuIcon } from '../icons/cpu';
|
|
839
|
+
// CreativeCommons aliases
|
|
840
|
+
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
841
841
|
// CreditCard aliases
|
|
842
842
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
843
843
|
// Croissant aliases
|
|
844
844
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
845
|
-
// Crop aliases
|
|
846
|
-
export { default as CropIcon } from '../icons/crop';
|
|
847
845
|
// Cross aliases
|
|
848
846
|
export { default as CrossIcon } from '../icons/cross';
|
|
847
|
+
// Crop aliases
|
|
848
|
+
export { default as CropIcon } from '../icons/crop';
|
|
849
849
|
// Crosshair aliases
|
|
850
850
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
851
|
+
// Crown aliases
|
|
852
|
+
export { default as CrownIcon } from '../icons/crown';
|
|
851
853
|
// Cuboid aliases
|
|
852
854
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
853
855
|
// CupSoda aliases
|
|
854
856
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
855
|
-
// Crown aliases
|
|
856
|
-
export { default as CrownIcon } from '../icons/crown';
|
|
857
857
|
// Cylinder aliases
|
|
858
858
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
859
|
-
// Currency aliases
|
|
860
|
-
export { default as CurrencyIcon } from '../icons/currency';
|
|
861
859
|
// Dam aliases
|
|
862
860
|
export { default as DamIcon } from '../icons/dam';
|
|
863
861
|
// DatabaseBackup aliases
|
|
864
862
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
865
|
-
//
|
|
866
|
-
export { default as
|
|
863
|
+
// Currency aliases
|
|
864
|
+
export { default as CurrencyIcon } from '../icons/currency';
|
|
867
865
|
// DatabaseSearch aliases
|
|
868
866
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
869
867
|
// Database aliases
|
|
870
868
|
export { default as DatabaseIcon } from '../icons/database';
|
|
869
|
+
// DatabaseZap aliases
|
|
870
|
+
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
871
871
|
// DecimalsArrowLeft aliases
|
|
872
872
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
873
873
|
// DecimalsArrowRight aliases
|
|
874
874
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
875
|
-
// Delete aliases
|
|
876
|
-
export { default as DeleteIcon } from '../icons/delete';
|
|
877
875
|
// Dessert aliases
|
|
878
876
|
export { default as DessertIcon } from '../icons/dessert';
|
|
879
877
|
// Diameter aliases
|
|
880
878
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
879
|
+
// Delete aliases
|
|
880
|
+
export { default as DeleteIcon } from '../icons/delete';
|
|
881
881
|
// DiamondMinus aliases
|
|
882
882
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
883
883
|
// DiamondPlus aliases
|
|
@@ -886,34 +886,34 @@ export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
|
886
886
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
887
887
|
// Dice1 aliases
|
|
888
888
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
889
|
-
// Dice3 aliases
|
|
890
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
891
889
|
// Dice2 aliases
|
|
892
890
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
891
|
+
// Dice3 aliases
|
|
892
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
893
893
|
// Dice5 aliases
|
|
894
894
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
895
|
-
// Dice4 aliases
|
|
896
|
-
export { default as Dice4Icon } from '../icons/dice-4';
|
|
897
895
|
// Dice6 aliases
|
|
898
896
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
899
|
-
//
|
|
900
|
-
export { default as
|
|
897
|
+
// Dice4 aliases
|
|
898
|
+
export { default as Dice4Icon } from '../icons/dice-4';
|
|
901
899
|
// Diff aliases
|
|
902
900
|
export { default as DiffIcon } from '../icons/diff';
|
|
901
|
+
// Dices aliases
|
|
902
|
+
export { default as DicesIcon } from '../icons/dices';
|
|
903
903
|
// Disc2 aliases
|
|
904
904
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
905
905
|
// Disc3 aliases
|
|
906
906
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
907
|
+
// DiscAlbum aliases
|
|
908
|
+
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
907
909
|
// Disc aliases
|
|
908
910
|
export { default as DiscIcon } from '../icons/disc';
|
|
909
911
|
// Divide aliases
|
|
910
912
|
export { default as DivideIcon } from '../icons/divide';
|
|
911
|
-
// DiscAlbum aliases
|
|
912
|
-
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
913
|
-
// Dna aliases
|
|
914
|
-
export { default as DnaIcon } from '../icons/dna';
|
|
915
913
|
// DnaOff aliases
|
|
916
914
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
915
|
+
// Dna aliases
|
|
916
|
+
export { default as DnaIcon } from '../icons/dna';
|
|
917
917
|
// Dog aliases
|
|
918
918
|
export { default as DogIcon } from '../icons/dog';
|
|
919
919
|
// Dock aliases
|
|
@@ -922,78 +922,78 @@ export { default as DockIcon } from '../icons/dock';
|
|
|
922
922
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
923
923
|
// Donut aliases
|
|
924
924
|
export { default as DonutIcon } from '../icons/donut';
|
|
925
|
-
// DoorClosedLocked aliases
|
|
926
|
-
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
927
925
|
// DoorClosed aliases
|
|
928
926
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
927
|
+
// DoorClosedLocked aliases
|
|
928
|
+
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
929
929
|
// DoorOpen aliases
|
|
930
930
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
931
|
-
// Dot aliases
|
|
932
|
-
export { default as DotIcon } from '../icons/dot';
|
|
933
931
|
// Download aliases
|
|
934
932
|
export { default as DownloadIcon } from '../icons/download';
|
|
933
|
+
// Dot aliases
|
|
934
|
+
export { default as DotIcon } from '../icons/dot';
|
|
935
935
|
// DraftingCompass aliases
|
|
936
936
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
937
937
|
// Drama aliases
|
|
938
938
|
export { default as DramaIcon } from '../icons/drama';
|
|
939
|
-
// Drill aliases
|
|
940
|
-
export { default as DrillIcon } from '../icons/drill';
|
|
941
939
|
// Drone aliases
|
|
942
940
|
export { default as DroneIcon } from '../icons/drone';
|
|
943
941
|
// Dribbble aliases
|
|
944
942
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
945
|
-
//
|
|
946
|
-
export { default as
|
|
943
|
+
// Drill aliases
|
|
944
|
+
export { default as DrillIcon } from '../icons/drill';
|
|
947
945
|
// DropletOff aliases
|
|
948
946
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
949
947
|
// Droplets aliases
|
|
950
948
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
951
949
|
// Drum aliases
|
|
952
950
|
export { default as DrumIcon } from '../icons/drum';
|
|
951
|
+
// Droplet aliases
|
|
952
|
+
export { default as DropletIcon } from '../icons/droplet';
|
|
953
953
|
// Dumbbell aliases
|
|
954
954
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
955
|
-
// Drumstick aliases
|
|
956
|
-
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
957
955
|
// EarOff aliases
|
|
958
956
|
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';
|
|
961
963
|
// EarthLock aliases
|
|
962
964
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
963
965
|
// EggFried aliases
|
|
964
966
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
965
|
-
// Egg aliases
|
|
966
|
-
export { default as EggIcon } from '../icons/egg';
|
|
967
|
-
// Eclipse aliases
|
|
968
|
-
export { default as EclipseIcon } from '../icons/eclipse';
|
|
969
967
|
// EggOff aliases
|
|
970
968
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
971
969
|
// EqualApproximately aliases
|
|
972
970
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
973
|
-
//
|
|
974
|
-
export { default as
|
|
971
|
+
// Egg aliases
|
|
972
|
+
export { default as EggIcon } from '../icons/egg';
|
|
975
973
|
// Equal aliases
|
|
976
974
|
export { default as EqualIcon } from '../icons/equal';
|
|
975
|
+
// EqualNot aliases
|
|
976
|
+
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
977
977
|
// Eraser aliases
|
|
978
978
|
export { default as EraserIcon } from '../icons/eraser';
|
|
979
|
-
// EthernetPort aliases
|
|
980
|
-
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
981
979
|
// Euro aliases
|
|
982
980
|
export { default as EuroIcon } from '../icons/euro';
|
|
983
981
|
// EvCharger aliases
|
|
984
982
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
985
|
-
//
|
|
986
|
-
export { default as
|
|
983
|
+
// EthernetPort aliases
|
|
984
|
+
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
987
985
|
// ExternalLink aliases
|
|
988
986
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
989
987
|
// EyeClosed aliases
|
|
990
988
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
991
989
|
// EyeOff aliases
|
|
992
990
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
993
|
-
// Facebook aliases
|
|
994
|
-
export { default as FacebookIcon } from '../icons/facebook';
|
|
995
991
|
// Eye aliases
|
|
996
992
|
export { default as EyeIcon } from '../icons/eye';
|
|
993
|
+
// Expand aliases
|
|
994
|
+
export { default as ExpandIcon } from '../icons/expand';
|
|
995
|
+
// Facebook aliases
|
|
996
|
+
export { default as FacebookIcon } from '../icons/facebook';
|
|
997
997
|
// Factory aliases
|
|
998
998
|
export { default as FactoryIcon } from '../icons/factory';
|
|
999
999
|
// Fan aliases
|
|
@@ -1002,24 +1002,24 @@ export { default as FanIcon } from '../icons/fan';
|
|
|
1002
1002
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1003
1003
|
// Feather aliases
|
|
1004
1004
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1005
|
-
// FerrisWheel aliases
|
|
1006
|
-
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1007
1005
|
// Fence aliases
|
|
1008
1006
|
export { default as FenceIcon } from '../icons/fence';
|
|
1007
|
+
// FerrisWheel aliases
|
|
1008
|
+
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1009
1009
|
// Figma aliases
|
|
1010
1010
|
export { default as FigmaIcon } from '../icons/figma';
|
|
1011
1011
|
// FileArchive aliases
|
|
1012
1012
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1013
1013
|
// FileBox aliases
|
|
1014
1014
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1015
|
-
// FileCode aliases
|
|
1016
|
-
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1017
|
-
// FileClock aliases
|
|
1018
|
-
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1019
1015
|
// FileCheck aliases
|
|
1020
1016
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1017
|
+
// FileClock aliases
|
|
1018
|
+
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1021
1019
|
// FileDiff aliases
|
|
1022
1020
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1021
|
+
// FileCode aliases
|
|
1022
|
+
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1023
1023
|
// FileDigit aliases
|
|
1024
1024
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1025
1025
|
// FileDown aliases
|
|
@@ -1032,22 +1032,22 @@ export { default as FileImageIcon } from '../icons/file-image';
|
|
|
1032
1032
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1033
1033
|
// FileMinus aliases
|
|
1034
1034
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1035
|
-
// FileOutput aliases
|
|
1036
|
-
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1037
1035
|
// FileMusic aliases
|
|
1038
1036
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1039
|
-
// FilePlus aliases
|
|
1040
|
-
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1041
1037
|
// FileScan aliases
|
|
1042
1038
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1039
|
+
// FileOutput aliases
|
|
1040
|
+
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1041
|
+
// FilePlus aliases
|
|
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
|
-
// FileStack aliases
|
|
1048
|
-
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1049
1047
|
// FileSpreadsheet aliases
|
|
1050
1048
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1049
|
+
// FileStack aliases
|
|
1050
|
+
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1051
1051
|
// FileSymlink aliases
|
|
1052
1052
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1053
1053
|
// FileTerminal aliases
|
|
@@ -1062,28 +1062,28 @@ 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
|
-
// FileX aliases
|
|
1066
|
-
export { default as FileXIcon } from '../icons/file-x';
|
|
1067
1065
|
// File aliases
|
|
1068
1066
|
export { default as FileIcon } from '../icons/file';
|
|
1067
|
+
// FileX aliases
|
|
1068
|
+
export { default as FileXIcon } from '../icons/file-x';
|
|
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
|
-
// FireExtinguisher aliases
|
|
1074
|
-
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1075
1073
|
// FishOff aliases
|
|
1076
1074
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1075
|
+
// FireExtinguisher aliases
|
|
1076
|
+
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
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
|
-
// FlagTriangleRight aliases
|
|
1084
|
-
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1085
1083
|
// FlagOff aliases
|
|
1086
1084
|
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
1089
|
// Flag aliases
|
|
@@ -1102,16 +1102,16 @@ export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
|
1102
1102
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1103
1103
|
// FlaskRound aliases
|
|
1104
1104
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1105
|
-
// FlipHorizontal aliases
|
|
1106
|
-
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1107
1105
|
// FlipHorizontal2 aliases
|
|
1108
1106
|
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
|
-
// Flower2 aliases
|
|
1112
|
-
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1113
1111
|
// FlipVertical aliases
|
|
1114
1112
|
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1113
|
+
// Flower2 aliases
|
|
1114
|
+
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1115
1115
|
// Flower aliases
|
|
1116
1116
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1117
1117
|
// Focus aliases
|
|
@@ -1120,32 +1120,32 @@ export { default as FocusIcon } from '../icons/focus';
|
|
|
1120
1120
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1121
1121
|
// FoldVertical aliases
|
|
1122
1122
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1123
|
-
// FolderArchive aliases
|
|
1124
|
-
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1125
1123
|
// FolderCheck aliases
|
|
1126
1124
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1127
|
-
// FolderClosed aliases
|
|
1128
|
-
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1129
1125
|
// FolderClock aliases
|
|
1130
1126
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1127
|
+
// FolderClosed aliases
|
|
1128
|
+
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1129
|
+
// FolderArchive aliases
|
|
1130
|
+
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1131
1131
|
// FolderCode aliases
|
|
1132
1132
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1133
|
-
// FolderDown aliases
|
|
1134
|
-
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1135
|
-
// FolderGit aliases
|
|
1136
|
-
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1137
1133
|
// FolderDot aliases
|
|
1138
1134
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1135
|
+
// FolderDown aliases
|
|
1136
|
+
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1139
1137
|
// FolderGit2 aliases
|
|
1140
1138
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1139
|
+
// FolderGit aliases
|
|
1140
|
+
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1141
1141
|
// FolderHeart aliases
|
|
1142
1142
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1143
|
+
// FolderInput aliases
|
|
1144
|
+
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1143
1145
|
// FolderKanban aliases
|
|
1144
1146
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1145
1147
|
// FolderKey aliases
|
|
1146
1148
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1147
|
-
// FolderInput aliases
|
|
1148
|
-
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1149
1149
|
// FolderMinus aliases
|
|
1150
1150
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1151
1151
|
// FolderLock aliases
|
|
@@ -1168,10 +1168,10 @@ export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
|
1168
1168
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1169
1169
|
// FolderSync aliases
|
|
1170
1170
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1171
|
-
// FolderUp aliases
|
|
1172
|
-
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1173
1171
|
// FolderTree aliases
|
|
1174
1172
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1173
|
+
// FolderUp aliases
|
|
1174
|
+
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1175
1175
|
// FolderX aliases
|
|
1176
1176
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1177
1177
|
// Folder aliases
|
|
@@ -1182,16 +1182,16 @@ export { default as FoldersIcon } from '../icons/folders';
|
|
|
1182
1182
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1183
1183
|
// Footprints aliases
|
|
1184
1184
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1185
|
-
// Form aliases
|
|
1186
|
-
export { default as FormIcon } from '../icons/form';
|
|
1187
1185
|
// Forward aliases
|
|
1188
1186
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1187
|
+
// Form aliases
|
|
1188
|
+
export { default as FormIcon } from '../icons/form';
|
|
1189
1189
|
// Frame aliases
|
|
1190
1190
|
export { default as FrameIcon } from '../icons/frame';
|
|
1191
|
-
// Framer aliases
|
|
1192
|
-
export { default as FramerIcon } from '../icons/framer';
|
|
1193
1191
|
// Frown aliases
|
|
1194
1192
|
export { default as FrownIcon } from '../icons/frown';
|
|
1193
|
+
// Framer aliases
|
|
1194
|
+
export { default as FramerIcon } from '../icons/framer';
|
|
1195
1195
|
// Fuel aliases
|
|
1196
1196
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1197
1197
|
// Fullscreen aliases
|
|
@@ -1200,12 +1200,12 @@ export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
|
1200
1200
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1201
1201
|
// GalleryHorizontalEnd aliases
|
|
1202
1202
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1203
|
+
// GalleryVerticalEnd aliases
|
|
1204
|
+
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1203
1205
|
// GalleryHorizontal aliases
|
|
1204
1206
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1205
1207
|
// GalleryThumbnails aliases
|
|
1206
1208
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1207
|
-
// GalleryVerticalEnd aliases
|
|
1208
|
-
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1209
1209
|
// GalleryVertical aliases
|
|
1210
1210
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1211
1211
|
// Gamepad2 aliases
|
|
@@ -1222,56 +1222,56 @@ export { default as GavelIcon } from '../icons/gavel';
|
|
|
1222
1222
|
export { default as GemIcon } from '../icons/gem';
|
|
1223
1223
|
// GeorgianLari aliases
|
|
1224
1224
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1225
|
-
// Gift aliases
|
|
1226
|
-
export { default as GiftIcon } from '../icons/gift';
|
|
1227
1225
|
// Ghost aliases
|
|
1228
1226
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1227
|
+
// Gift aliases
|
|
1228
|
+
export { default as GiftIcon } from '../icons/gift';
|
|
1229
|
+
// GitBranch aliases
|
|
1230
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1229
1231
|
// GitBranchMinus aliases
|
|
1230
1232
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1231
1233
|
// GitBranchPlus aliases
|
|
1232
1234
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1233
|
-
// GitBranch aliases
|
|
1234
|
-
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1235
1235
|
// GitCommitVertical aliases
|
|
1236
1236
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1237
1237
|
// GitCompareArrows aliases
|
|
1238
1238
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1239
|
-
// GitFork aliases
|
|
1240
|
-
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1241
|
-
// GitCompare aliases
|
|
1242
|
-
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1243
1239
|
// GitGraph aliases
|
|
1244
1240
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1241
|
+
// GitCompare aliases
|
|
1242
|
+
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1243
|
+
// GitFork aliases
|
|
1244
|
+
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1245
1245
|
// GitMergeConflict aliases
|
|
1246
1246
|
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1247
|
-
// GitMerge aliases
|
|
1248
|
-
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1249
1247
|
// GitPullRequestArrow aliases
|
|
1250
1248
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1249
|
+
// GitMerge aliases
|
|
1250
|
+
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1251
1251
|
// GitPullRequestClosed aliases
|
|
1252
1252
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1253
|
-
// GitPullRequestCreateArrow aliases
|
|
1254
|
-
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1255
1253
|
// GitPullRequestCreate aliases
|
|
1256
1254
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1255
|
+
// GitPullRequestCreateArrow aliases
|
|
1256
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1257
1257
|
// GitPullRequestDraft aliases
|
|
1258
1258
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1259
|
-
// Github aliases
|
|
1260
|
-
export { default as GithubIcon } from '../icons/github';
|
|
1261
|
-
// GlassWater aliases
|
|
1262
|
-
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1263
1259
|
// GitPullRequest aliases
|
|
1264
1260
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1261
|
+
// Github aliases
|
|
1262
|
+
export { default as GithubIcon } from '../icons/github';
|
|
1265
1263
|
// Gitlab aliases
|
|
1266
1264
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1265
|
+
// GlassWater aliases
|
|
1266
|
+
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1267
1267
|
// Glasses aliases
|
|
1268
1268
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1269
1269
|
// GlobeLock aliases
|
|
1270
1270
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1271
|
-
// GlobeOff aliases
|
|
1272
|
-
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1273
1271
|
// GlobeX aliases
|
|
1274
1272
|
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1273
|
+
// GlobeOff aliases
|
|
1274
|
+
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1275
1275
|
// Globe aliases
|
|
1276
1276
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1277
1277
|
// Gpu aliases
|
|
@@ -1290,18 +1290,18 @@ export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
|
1290
1290
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1291
1291
|
// Grip aliases
|
|
1292
1292
|
export { default as GripIcon } from '../icons/grip';
|
|
1293
|
-
// Group aliases
|
|
1294
|
-
export { default as GroupIcon } from '../icons/group';
|
|
1295
1293
|
// Guitar aliases
|
|
1296
1294
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1295
|
+
// Group aliases
|
|
1296
|
+
export { default as GroupIcon } from '../icons/group';
|
|
1297
1297
|
// Ham aliases
|
|
1298
1298
|
export { default as HamIcon } from '../icons/ham';
|
|
1299
1299
|
// Hamburger aliases
|
|
1300
1300
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1301
|
-
// HandCoins aliases
|
|
1302
|
-
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1303
1301
|
// Hammer aliases
|
|
1304
1302
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1303
|
+
// HandCoins aliases
|
|
1304
|
+
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1305
1305
|
// HandFist aliases
|
|
1306
1306
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1307
1307
|
// HandHeart aliases
|
|
@@ -1312,16 +1312,16 @@ export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
|
1312
1312
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1313
1313
|
// Hand aliases
|
|
1314
1314
|
export { default as HandIcon } from '../icons/hand';
|
|
1315
|
-
// Handshake aliases
|
|
1316
|
-
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1317
|
-
// HardDriveDownload aliases
|
|
1318
|
-
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1319
1315
|
// Handbag aliases
|
|
1320
1316
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1321
|
-
//
|
|
1322
|
-
export { default as
|
|
1317
|
+
// HardDriveDownload aliases
|
|
1318
|
+
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1319
|
+
// Handshake aliases
|
|
1320
|
+
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1323
1321
|
// HardDrive aliases
|
|
1324
1322
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1323
|
+
// HardDriveUpload aliases
|
|
1324
|
+
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1325
1325
|
// HardHat aliases
|
|
1326
1326
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1327
1327
|
// Hash aliases
|
|
@@ -1332,24 +1332,24 @@ export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
|
1332
1332
|
export { default as HazeIcon } from '../icons/haze';
|
|
1333
1333
|
// Hd aliases
|
|
1334
1334
|
export { default as HdIcon } from '../icons/hd';
|
|
1335
|
-
// HdmiPort aliases
|
|
1336
|
-
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1337
1335
|
// Heading1 aliases
|
|
1338
1336
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1337
|
+
// HdmiPort aliases
|
|
1338
|
+
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1339
1339
|
// Heading2 aliases
|
|
1340
1340
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1341
|
+
// Heading5 aliases
|
|
1342
|
+
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1341
1343
|
// Heading3 aliases
|
|
1342
1344
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1343
1345
|
// Heading4 aliases
|
|
1344
1346
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1345
|
-
// Heading5 aliases
|
|
1346
|
-
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1347
1347
|
// Heading6 aliases
|
|
1348
1348
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1349
|
-
// HeadphoneOff aliases
|
|
1350
|
-
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1351
1349
|
// Heading aliases
|
|
1352
1350
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1351
|
+
// HeadphoneOff aliases
|
|
1352
|
+
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1353
1353
|
// Headphones aliases
|
|
1354
1354
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1355
1355
|
// Headset aliases
|
|
@@ -1362,10 +1362,10 @@ export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
|
1362
1362
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1363
1363
|
// HeartOff aliases
|
|
1364
1364
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1365
|
-
// HeartPlus aliases
|
|
1366
|
-
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1367
1365
|
// HeartPulse aliases
|
|
1368
1366
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1367
|
+
// HeartPlus aliases
|
|
1368
|
+
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1369
1369
|
// Heart aliases
|
|
1370
1370
|
export { default as HeartIcon } from '../icons/heart';
|
|
1371
1371
|
// Heater aliases
|
|
@@ -1374,58 +1374,58 @@ export { default as HeaterIcon } from '../icons/heater';
|
|
|
1374
1374
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1375
1375
|
// Hexagon aliases
|
|
1376
1376
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1377
|
-
// Highlighter aliases
|
|
1378
|
-
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1379
1377
|
// History aliases
|
|
1380
1378
|
export { default as HistoryIcon } from '../icons/history';
|
|
1379
|
+
// Highlighter aliases
|
|
1380
|
+
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1381
1381
|
// HopOff aliases
|
|
1382
1382
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1383
|
+
// Hop aliases
|
|
1384
|
+
export { default as HopIcon } from '../icons/hop';
|
|
1383
1385
|
// Hospital aliases
|
|
1384
1386
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1385
1387
|
// Hotel aliases
|
|
1386
1388
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1387
|
-
// Hourglass aliases
|
|
1388
|
-
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1389
|
-
// Hop aliases
|
|
1390
|
-
export { default as HopIcon } from '../icons/hop';
|
|
1391
1389
|
// HouseHeart aliases
|
|
1392
1390
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1391
|
+
// Hourglass aliases
|
|
1392
|
+
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1393
1393
|
// HousePlug aliases
|
|
1394
1394
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1395
1395
|
// HousePlus aliases
|
|
1396
1396
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1397
|
-
// HouseWifi aliases
|
|
1398
|
-
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1399
1397
|
// IdCardLanyard aliases
|
|
1400
1398
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1399
|
+
// HouseWifi aliases
|
|
1400
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1401
1401
|
// IdCard aliases
|
|
1402
1402
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1403
|
-
// ImageMinus aliases
|
|
1404
|
-
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1405
1403
|
// ImageDown aliases
|
|
1406
1404
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1407
|
-
//
|
|
1408
|
-
export { default as
|
|
1405
|
+
// ImageMinus aliases
|
|
1406
|
+
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1409
1407
|
// ImageOff aliases
|
|
1410
1408
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1409
|
+
// ImagePlay aliases
|
|
1410
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1411
1411
|
// ImagePlus aliases
|
|
1412
1412
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1413
1413
|
// ImageUp aliases
|
|
1414
1414
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1415
1415
|
// ImageUpscale aliases
|
|
1416
1416
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1417
|
-
// Images aliases
|
|
1418
|
-
export { default as ImagesIcon } from '../icons/images';
|
|
1419
1417
|
// Image aliases
|
|
1420
1418
|
export { default as ImageIcon } from '../icons/image';
|
|
1419
|
+
// Images aliases
|
|
1420
|
+
export { default as ImagesIcon } from '../icons/images';
|
|
1421
1421
|
// Import aliases
|
|
1422
1422
|
export { default as ImportIcon } from '../icons/import';
|
|
1423
1423
|
// Inbox aliases
|
|
1424
1424
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1425
|
-
// Infinity aliases
|
|
1426
|
-
export { default as InfinityIcon } from '../icons/infinity';
|
|
1427
1425
|
// IndianRupee aliases
|
|
1428
1426
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1427
|
+
// Infinity aliases
|
|
1428
|
+
export { default as InfinityIcon } from '../icons/infinity';
|
|
1429
1429
|
// Info aliases
|
|
1430
1430
|
export { default as InfoIcon } from '../icons/info';
|
|
1431
1431
|
// InspectionPanel aliases
|
|
@@ -1434,44 +1434,44 @@ export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
|
1434
1434
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1435
1435
|
// Italic aliases
|
|
1436
1436
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1437
|
-
// IterationCw aliases
|
|
1438
|
-
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1439
1437
|
// IterationCcw aliases
|
|
1440
1438
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1439
|
+
// IterationCw aliases
|
|
1440
|
+
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1441
1441
|
// JapaneseYen aliases
|
|
1442
1442
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1443
1443
|
// Joystick aliases
|
|
1444
1444
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1445
1445
|
// Kanban aliases
|
|
1446
1446
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1447
|
-
// Kayak aliases
|
|
1448
|
-
export { default as KayakIcon } from '../icons/kayak';
|
|
1449
1447
|
// KeyRound aliases
|
|
1450
1448
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1451
|
-
//
|
|
1452
|
-
export { default as
|
|
1449
|
+
// Kayak aliases
|
|
1450
|
+
export { default as KayakIcon } from '../icons/kayak';
|
|
1453
1451
|
// Key aliases
|
|
1454
1452
|
export { default as KeyIcon } from '../icons/key';
|
|
1453
|
+
// KeySquare aliases
|
|
1454
|
+
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1455
1455
|
// KeyboardMusic aliases
|
|
1456
1456
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1457
|
-
// Keyboard aliases
|
|
1458
|
-
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1459
1457
|
// KeyboardOff aliases
|
|
1460
1458
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1459
|
+
// Keyboard aliases
|
|
1460
|
+
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1461
|
+
// LampFloor aliases
|
|
1462
|
+
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1461
1463
|
// LampCeiling aliases
|
|
1462
1464
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1463
1465
|
// LampDesk aliases
|
|
1464
1466
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1465
|
-
// LampFloor aliases
|
|
1466
|
-
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1467
1467
|
// LampWallDown aliases
|
|
1468
1468
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1469
|
+
// Lamp aliases
|
|
1470
|
+
export { default as LampIcon } from '../icons/lamp';
|
|
1469
1471
|
// LampWallUp aliases
|
|
1470
1472
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1471
1473
|
// LandPlot aliases
|
|
1472
1474
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1473
|
-
// Lamp aliases
|
|
1474
|
-
export { default as LampIcon } from '../icons/lamp';
|
|
1475
1475
|
// Landmark aliases
|
|
1476
1476
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1477
1477
|
// Languages aliases
|
|
@@ -1480,14 +1480,14 @@ export { default as LanguagesIcon } from '../icons/languages';
|
|
|
1480
1480
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1481
1481
|
// Laptop aliases
|
|
1482
1482
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1483
|
-
// LassoSelect aliases
|
|
1484
|
-
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1485
1483
|
// Lasso aliases
|
|
1486
1484
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1487
|
-
// Layers2 aliases
|
|
1488
|
-
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1489
1485
|
// Laugh aliases
|
|
1490
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
1491
|
// LayersPlus aliases
|
|
1492
1492
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1493
1493
|
// LayoutDashboard aliases
|
|
@@ -1502,12 +1502,12 @@ export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
|
1502
1502
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1503
1503
|
// LayoutTemplate aliases
|
|
1504
1504
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1505
|
-
// Leaf aliases
|
|
1506
|
-
export { default as LeafIcon } from '../icons/leaf';
|
|
1507
1505
|
// LeafyGreen aliases
|
|
1508
1506
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1509
1507
|
// Lectern aliases
|
|
1510
1508
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1509
|
+
// Leaf aliases
|
|
1510
|
+
export { default as LeafIcon } from '../icons/leaf';
|
|
1511
1511
|
// LensConcave aliases
|
|
1512
1512
|
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1513
1513
|
// LensConvex aliases
|
|
@@ -1520,10 +1520,10 @@ export { default as LibraryIcon } from '../icons/library';
|
|
|
1520
1520
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1521
1521
|
// Ligature aliases
|
|
1522
1522
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1523
|
-
// LightbulbOff aliases
|
|
1524
|
-
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1525
1523
|
// Lightbulb aliases
|
|
1526
1524
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1525
|
+
// LightbulbOff aliases
|
|
1526
|
+
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1527
1527
|
// LineDotRightHorizontal aliases
|
|
1528
1528
|
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1529
1529
|
// LineSquiggle aliases
|
|
@@ -1542,20 +1542,20 @@ export { default as ListCheckIcon } from '../icons/list-check';
|
|
|
1542
1542
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1543
1543
|
// ListChevronsDownUp aliases
|
|
1544
1544
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1545
|
-
// ListChevronsUpDown aliases
|
|
1546
|
-
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1547
1545
|
// ListCollapse aliases
|
|
1548
1546
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1549
1547
|
// ListEnd aliases
|
|
1550
1548
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1551
|
-
// ListFilterPlus aliases
|
|
1552
|
-
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1553
1549
|
// ListFilter aliases
|
|
1554
1550
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1555
|
-
//
|
|
1556
|
-
export { default as
|
|
1551
|
+
// ListChevronsUpDown aliases
|
|
1552
|
+
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1557
1553
|
// ListMinus aliases
|
|
1558
1554
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1555
|
+
// ListFilterPlus aliases
|
|
1556
|
+
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1557
|
+
// ListMusic aliases
|
|
1558
|
+
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1559
1559
|
// ListPlus aliases
|
|
1560
1560
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1561
1561
|
// ListOrdered aliases
|
|
@@ -1564,12 +1564,12 @@ export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
|
1564
1564
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1565
1565
|
// ListStart aliases
|
|
1566
1566
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1567
|
-
// ListTree aliases
|
|
1568
|
-
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1569
|
-
// ListVideo aliases
|
|
1570
|
-
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1571
1567
|
// ListTodo aliases
|
|
1572
1568
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1569
|
+
// ListVideo aliases
|
|
1570
|
+
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1571
|
+
// ListTree aliases
|
|
1572
|
+
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1573
1573
|
// ListX aliases
|
|
1574
1574
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1575
1575
|
// LoaderPinwheel aliases
|
|
@@ -1588,14 +1588,14 @@ export { default as LocateIcon } from '../icons/locate';
|
|
|
1588
1588
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1589
1589
|
// LogIn aliases
|
|
1590
1590
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1591
|
-
// Lock aliases
|
|
1592
|
-
export { default as LockIcon } from '../icons/lock';
|
|
1593
1591
|
// LogOut aliases
|
|
1594
1592
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1595
|
-
//
|
|
1596
|
-
export { default as
|
|
1593
|
+
// Lock aliases
|
|
1594
|
+
export { default as LockIcon } from '../icons/lock';
|
|
1597
1595
|
// Lollipop aliases
|
|
1598
1596
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1597
|
+
// Logs aliases
|
|
1598
|
+
export { default as LogsIcon } from '../icons/logs';
|
|
1599
1599
|
// Luggage aliases
|
|
1600
1600
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1601
1601
|
// Magnet aliases
|
|
@@ -1612,20 +1612,20 @@ export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
|
1612
1612
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1613
1613
|
// MailWarning aliases
|
|
1614
1614
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1615
|
+
// Mail aliases
|
|
1616
|
+
export { default as MailIcon } from '../icons/mail';
|
|
1615
1617
|
// MailX aliases
|
|
1616
1618
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1617
1619
|
// Mailbox aliases
|
|
1618
1620
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1619
|
-
// Mail aliases
|
|
1620
|
-
export { default as MailIcon } from '../icons/mail';
|
|
1621
1621
|
// Mails aliases
|
|
1622
1622
|
export { default as MailsIcon } from '../icons/mails';
|
|
1623
1623
|
// MapMinus aliases
|
|
1624
1624
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1625
|
-
// MapPinCheck aliases
|
|
1626
|
-
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1627
1625
|
// MapPinCheckInside aliases
|
|
1628
1626
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1627
|
+
// MapPinCheck aliases
|
|
1628
|
+
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1629
1629
|
// MapPinHouse aliases
|
|
1630
1630
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1631
1631
|
// MapPinMinusInside aliases
|
|
@@ -1634,24 +1634,24 @@ export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside'
|
|
|
1634
1634
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1635
1635
|
// MapPinOff aliases
|
|
1636
1636
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1637
|
-
// MapPinPlusInside aliases
|
|
1638
|
-
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1639
1637
|
// MapPinPlus aliases
|
|
1640
1638
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1639
|
+
// MapPinPlusInside aliases
|
|
1640
|
+
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1641
1641
|
// MapPinXInside aliases
|
|
1642
1642
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1643
1643
|
// MapPinX aliases
|
|
1644
1644
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1645
|
-
// MapPinned aliases
|
|
1646
|
-
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1647
1645
|
// MapPin aliases
|
|
1648
1646
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1649
|
-
//
|
|
1650
|
-
export { default as
|
|
1647
|
+
// MapPinned aliases
|
|
1648
|
+
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1651
1649
|
// MapPlus aliases
|
|
1652
1650
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1653
1651
|
// MarsStroke aliases
|
|
1654
1652
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1653
|
+
// Map aliases
|
|
1654
|
+
export { default as MapIcon } from '../icons/map';
|
|
1655
1655
|
// Mars aliases
|
|
1656
1656
|
export { default as MarsIcon } from '../icons/mars';
|
|
1657
1657
|
// Martini aliases
|
|
@@ -1662,14 +1662,14 @@ export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
|
1662
1662
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1663
1663
|
// Medal aliases
|
|
1664
1664
|
export { default as MedalIcon } from '../icons/medal';
|
|
1665
|
-
// MegaphoneOff aliases
|
|
1666
|
-
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1667
1665
|
// Megaphone aliases
|
|
1668
1666
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1669
|
-
//
|
|
1670
|
-
export { default as
|
|
1667
|
+
// MegaphoneOff aliases
|
|
1668
|
+
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1671
1669
|
// MemoryStick aliases
|
|
1672
1670
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1671
|
+
// Meh aliases
|
|
1672
|
+
export { default as MehIcon } from '../icons/meh';
|
|
1673
1673
|
// Menu aliases
|
|
1674
1674
|
export { default as MenuIcon } from '../icons/menu';
|
|
1675
1675
|
// Merge aliases
|
|
@@ -1688,24 +1688,24 @@ export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
|
1688
1688
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1689
1689
|
// MessageCirclePlus aliases
|
|
1690
1690
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1691
|
-
// MessageCircleReply aliases
|
|
1692
|
-
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1693
1691
|
// MessageCircleWarning aliases
|
|
1694
1692
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1693
|
+
// MessageCircleReply aliases
|
|
1694
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1695
1695
|
// MessageCircleX aliases
|
|
1696
1696
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1697
1697
|
// MessageCircle aliases
|
|
1698
1698
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1699
|
+
// MessageSquareDashed aliases
|
|
1700
|
+
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1699
1701
|
// MessageSquareCode aliases
|
|
1700
1702
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1701
1703
|
// MessageSquareDiff aliases
|
|
1702
1704
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1703
|
-
// MessageSquareDashed aliases
|
|
1704
|
-
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1705
|
-
// MessageSquareHeart aliases
|
|
1706
|
-
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1707
1705
|
// MessageSquareDot aliases
|
|
1708
1706
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1707
|
+
// MessageSquareHeart aliases
|
|
1708
|
+
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1709
1709
|
// MessageSquareMore aliases
|
|
1710
1710
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1711
1711
|
// MessageSquareLock aliases
|
|
@@ -1718,48 +1718,48 @@ export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
|
1718
1718
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1719
1719
|
// MessageSquareReply aliases
|
|
1720
1720
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1721
|
-
// MessageSquareText aliases
|
|
1722
|
-
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1723
1721
|
// MessageSquareShare aliases
|
|
1724
1722
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1723
|
+
// MessageSquareText aliases
|
|
1724
|
+
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
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
|
-
// MessagesSquare aliases
|
|
1730
|
-
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1731
1729
|
// MessageSquare aliases
|
|
1732
1730
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1733
|
-
// Mic aliases
|
|
1734
|
-
export { default as MicIcon } from '../icons/mic';
|
|
1735
1731
|
// MicOff aliases
|
|
1736
1732
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1733
|
+
// MessagesSquare aliases
|
|
1734
|
+
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1735
|
+
// Mic aliases
|
|
1736
|
+
export { default as MicIcon } from '../icons/mic';
|
|
1737
1737
|
// Microchip aliases
|
|
1738
1738
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1739
1739
|
// Microscope aliases
|
|
1740
1740
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1741
|
-
// Milestone aliases
|
|
1742
|
-
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1743
1741
|
// Microwave aliases
|
|
1744
1742
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1745
|
-
//
|
|
1746
|
-
export { default as
|
|
1743
|
+
// Milestone aliases
|
|
1744
|
+
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1747
1745
|
// Milk aliases
|
|
1748
1746
|
export { default as MilkIcon } from '../icons/milk';
|
|
1747
|
+
// MilkOff aliases
|
|
1748
|
+
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1749
1749
|
// Minimize2 aliases
|
|
1750
1750
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1751
1751
|
// Minimize aliases
|
|
1752
1752
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1753
1753
|
// Minus aliases
|
|
1754
1754
|
export { default as MinusIcon } from '../icons/minus';
|
|
1755
|
-
// MirrorRound aliases
|
|
1756
|
-
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1757
1755
|
// MirrorRectangular aliases
|
|
1758
1756
|
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1759
|
-
//
|
|
1760
|
-
export { default as
|
|
1757
|
+
// MirrorRound aliases
|
|
1758
|
+
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1761
1759
|
// MonitorCloud aliases
|
|
1762
1760
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1761
|
+
// MonitorCheck aliases
|
|
1762
|
+
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1763
1763
|
// MonitorCog aliases
|
|
1764
1764
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1765
1765
|
// MonitorDot aliases
|
|
@@ -1768,10 +1768,10 @@ export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
|
1768
1768
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1769
1769
|
// MonitorOff aliases
|
|
1770
1770
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1771
|
-
// MonitorPlay aliases
|
|
1772
|
-
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1773
1771
|
// MonitorPause aliases
|
|
1774
1772
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1773
|
+
// MonitorPlay aliases
|
|
1774
|
+
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1775
1775
|
// MonitorSmartphone aliases
|
|
1776
1776
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1777
1777
|
// MonitorStop aliases
|
|
@@ -1780,64 +1780,66 @@ export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
|
1780
1780
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1781
1781
|
// MonitorUp aliases
|
|
1782
1782
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1783
|
-
// Monitor aliases
|
|
1784
|
-
export { default as MonitorIcon } from '../icons/monitor';
|
|
1785
1783
|
// MonitorX aliases
|
|
1786
1784
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1785
|
+
// Monitor aliases
|
|
1786
|
+
export { default as MonitorIcon } from '../icons/monitor';
|
|
1787
1787
|
// MoonStar aliases
|
|
1788
1788
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1789
|
-
// Motorbike aliases
|
|
1790
|
-
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1791
1789
|
// Moon aliases
|
|
1792
1790
|
export { default as MoonIcon } from '../icons/moon';
|
|
1791
|
+
// Motorbike aliases
|
|
1792
|
+
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1793
1793
|
// MountainSnow aliases
|
|
1794
1794
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1795
1795
|
// Mountain aliases
|
|
1796
1796
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1797
1797
|
// MouseOff aliases
|
|
1798
1798
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1799
|
+
// MouseLeft aliases
|
|
1800
|
+
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1799
1801
|
// MousePointer2Off aliases
|
|
1800
1802
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1801
|
-
// MousePointerClick aliases
|
|
1802
|
-
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1803
1803
|
// MousePointerBan aliases
|
|
1804
1804
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1805
1805
|
// MousePointer2 aliases
|
|
1806
1806
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1807
|
-
//
|
|
1808
|
-
export { default as
|
|
1807
|
+
// MousePointerClick aliases
|
|
1808
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1809
1809
|
// MousePointer aliases
|
|
1810
1810
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1811
|
+
// Mouse aliases
|
|
1812
|
+
export { default as MouseIcon } from '../icons/mouse';
|
|
1811
1813
|
// MoveDiagonal2 aliases
|
|
1812
1814
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1813
|
-
// MoveDownLeft aliases
|
|
1814
|
-
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1815
1815
|
// MoveDiagonal aliases
|
|
1816
1816
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1817
|
-
//
|
|
1818
|
-
export { default as
|
|
1817
|
+
// MoveDownLeft aliases
|
|
1818
|
+
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1819
1819
|
// MoveDownRight aliases
|
|
1820
1820
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1821
|
-
//
|
|
1822
|
-
export { default as
|
|
1821
|
+
// MoveDown aliases
|
|
1822
|
+
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1823
1823
|
// MoveLeft aliases
|
|
1824
1824
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1825
|
+
// MoveHorizontal aliases
|
|
1826
|
+
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1825
1827
|
// MoveRight aliases
|
|
1826
1828
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1827
1829
|
// MoveUpLeft aliases
|
|
1828
1830
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1829
|
-
// MoveUpRight aliases
|
|
1830
|
-
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1831
1831
|
// MoveUp aliases
|
|
1832
1832
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1833
|
+
// MoveUpRight aliases
|
|
1834
|
+
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1833
1835
|
// MoveVertical aliases
|
|
1834
1836
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1837
|
+
// Move aliases
|
|
1838
|
+
export { default as MoveIcon } from '../icons/move';
|
|
1835
1839
|
// Music2 aliases
|
|
1836
1840
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1837
1841
|
// Music3 aliases
|
|
1838
1842
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1839
|
-
// Move aliases
|
|
1840
|
-
export { default as MoveIcon } from '../icons/move';
|
|
1841
1843
|
// Music4 aliases
|
|
1842
1844
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1843
1845
|
// Music aliases
|
|
@@ -1852,16 +1854,16 @@ export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
|
1852
1854
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1853
1855
|
// Network aliases
|
|
1854
1856
|
export { default as NetworkIcon } from '../icons/network';
|
|
1855
|
-
// Nfc aliases
|
|
1856
|
-
export { default as NfcIcon } from '../icons/nfc';
|
|
1857
1857
|
// Newspaper aliases
|
|
1858
1858
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1859
|
-
//
|
|
1860
|
-
export { default as
|
|
1859
|
+
// Nfc aliases
|
|
1860
|
+
export { default as NfcIcon } from '../icons/nfc';
|
|
1861
1861
|
// NonBinary aliases
|
|
1862
1862
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1863
1863
|
// NotebookTabs aliases
|
|
1864
1864
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1865
|
+
// NotebookPen aliases
|
|
1866
|
+
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1865
1867
|
// Notebook aliases
|
|
1866
1868
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1867
1869
|
// NotebookText aliases
|
|
@@ -1870,14 +1872,14 @@ export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
|
1870
1872
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1871
1873
|
// NotepadText aliases
|
|
1872
1874
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1873
|
-
// NutOff aliases
|
|
1874
|
-
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1875
1875
|
// Nut aliases
|
|
1876
1876
|
export { default as NutIcon } from '../icons/nut';
|
|
1877
|
-
//
|
|
1878
|
-
export { default as
|
|
1877
|
+
// NutOff aliases
|
|
1878
|
+
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1879
1879
|
// OctagonMinus aliases
|
|
1880
1880
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1881
|
+
// Octagon aliases
|
|
1882
|
+
export { default as OctagonIcon } from '../icons/octagon';
|
|
1881
1883
|
// Omega aliases
|
|
1882
1884
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1883
1885
|
// Orbit aliases
|
|
@@ -1886,44 +1888,44 @@ export { default as OrbitIcon } from '../icons/orbit';
|
|
|
1886
1888
|
export { default as OptionIcon } from '../icons/option';
|
|
1887
1889
|
// Origami aliases
|
|
1888
1890
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1889
|
-
// Package2 aliases
|
|
1890
|
-
export { default as Package2Icon } from '../icons/package-2';
|
|
1891
|
-
// PackageMinus aliases
|
|
1892
|
-
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1893
1891
|
// PackageCheck aliases
|
|
1894
1892
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1895
1893
|
// PackageOpen aliases
|
|
1896
1894
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1895
|
+
// Package2 aliases
|
|
1896
|
+
export { default as Package2Icon } from '../icons/package-2';
|
|
1897
|
+
// PackageMinus aliases
|
|
1898
|
+
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1897
1899
|
// PackagePlus aliases
|
|
1898
1900
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1899
|
-
// Package aliases
|
|
1900
|
-
export { default as PackageIcon } from '../icons/package';
|
|
1901
1901
|
// PackageSearch aliases
|
|
1902
1902
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1903
|
-
// PaintBucket aliases
|
|
1904
|
-
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1905
1903
|
// PackageX aliases
|
|
1906
1904
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1905
|
+
// Package aliases
|
|
1906
|
+
export { default as PackageIcon } from '../icons/package';
|
|
1907
|
+
// PaintBucket aliases
|
|
1908
|
+
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1907
1909
|
// PaintRoller aliases
|
|
1908
1910
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1909
1911
|
// Paintbrush aliases
|
|
1910
1912
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1911
|
-
// Palette aliases
|
|
1912
|
-
export { default as PaletteIcon } from '../icons/palette';
|
|
1913
1913
|
// Panda aliases
|
|
1914
1914
|
export { default as PandaIcon } from '../icons/panda';
|
|
1915
|
+
// Palette aliases
|
|
1916
|
+
export { default as PaletteIcon } from '../icons/palette';
|
|
1917
|
+
// PanelBottomOpen aliases
|
|
1918
|
+
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1915
1919
|
// PanelBottomClose aliases
|
|
1916
1920
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1917
1921
|
// PanelBottom aliases
|
|
1918
1922
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1919
|
-
//
|
|
1920
|
-
export { default as
|
|
1923
|
+
// PanelRightClose aliases
|
|
1924
|
+
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1921
1925
|
// PanelLeftRightDashed aliases
|
|
1922
1926
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1923
1927
|
// PanelRightOpen aliases
|
|
1924
1928
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1925
|
-
// PanelRightClose aliases
|
|
1926
|
-
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1927
1929
|
// PanelRight aliases
|
|
1928
1930
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1929
1931
|
// PanelTopBottomDashed aliases
|
|
@@ -1932,84 +1934,84 @@ export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-d
|
|
|
1932
1934
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1933
1935
|
// PanelTopOpen aliases
|
|
1934
1936
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1935
|
-
// PanelsLeftBottom aliases
|
|
1936
|
-
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1937
1937
|
// PanelTop aliases
|
|
1938
1938
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1939
|
+
// PanelsRightBottom aliases
|
|
1940
|
+
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1939
1941
|
// Paperclip aliases
|
|
1940
1942
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1943
|
+
// PanelsLeftBottom aliases
|
|
1944
|
+
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1941
1945
|
// Parentheses aliases
|
|
1942
1946
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1943
|
-
// PanelsRightBottom aliases
|
|
1944
|
-
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1945
1947
|
// ParkingMeter aliases
|
|
1946
1948
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1947
1949
|
// PartyPopper aliases
|
|
1948
1950
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1949
1951
|
// Pause aliases
|
|
1950
1952
|
export { default as PauseIcon } from '../icons/pause';
|
|
1951
|
-
// PenOff aliases
|
|
1952
|
-
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1953
1953
|
// PawPrint aliases
|
|
1954
1954
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1955
1955
|
// PcCase aliases
|
|
1956
1956
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1957
1957
|
// PenTool aliases
|
|
1958
1958
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1959
|
+
// PenOff aliases
|
|
1960
|
+
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1959
1961
|
// PencilLine aliases
|
|
1960
1962
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1961
|
-
// PencilOff aliases
|
|
1962
|
-
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1963
1963
|
// PencilRuler aliases
|
|
1964
1964
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1965
|
-
//
|
|
1966
|
-
export { default as
|
|
1965
|
+
// PencilOff aliases
|
|
1966
|
+
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1967
1967
|
// Pentagon aliases
|
|
1968
1968
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1969
|
+
// Pencil aliases
|
|
1970
|
+
export { default as PencilIcon } from '../icons/pencil';
|
|
1969
1971
|
// Percent aliases
|
|
1970
1972
|
export { default as PercentIcon } from '../icons/percent';
|
|
1971
|
-
// PersonStanding aliases
|
|
1972
|
-
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1973
1973
|
// PhilippinePeso aliases
|
|
1974
1974
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1975
|
+
// PersonStanding aliases
|
|
1976
|
+
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1975
1977
|
// PhoneCall aliases
|
|
1976
1978
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1977
1979
|
// PhoneIncoming aliases
|
|
1978
1980
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1979
|
-
// PhoneMissed aliases
|
|
1980
|
-
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1981
1981
|
// PhoneForwarded aliases
|
|
1982
1982
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1983
|
+
// PhoneMissed aliases
|
|
1984
|
+
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1983
1985
|
// PhoneOff aliases
|
|
1984
1986
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1985
1987
|
// PhoneOutgoing aliases
|
|
1986
1988
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1987
|
-
// Pi aliases
|
|
1988
|
-
export { default as PiIcon } from '../icons/pi';
|
|
1989
1989
|
// Phone aliases
|
|
1990
1990
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1991
1991
|
// Piano aliases
|
|
1992
1992
|
export { default as PianoIcon } from '../icons/piano';
|
|
1993
|
+
// Pi aliases
|
|
1994
|
+
export { default as PiIcon } from '../icons/pi';
|
|
1993
1995
|
// Pickaxe aliases
|
|
1994
1996
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1995
|
-
// PictureInPicture aliases
|
|
1996
|
-
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1997
1997
|
// PictureInPicture2 aliases
|
|
1998
1998
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1999
|
+
// PictureInPicture aliases
|
|
2000
|
+
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1999
2001
|
// PiggyBank aliases
|
|
2000
2002
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2001
2003
|
// PilcrowLeft aliases
|
|
2002
2004
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2003
2005
|
// PilcrowRight aliases
|
|
2004
2006
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2005
|
-
// Pilcrow aliases
|
|
2006
|
-
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2007
|
-
// PinOff aliases
|
|
2008
|
-
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2009
2007
|
// PillBottle aliases
|
|
2010
2008
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2009
|
+
// Pilcrow aliases
|
|
2010
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2011
2011
|
// Pill aliases
|
|
2012
2012
|
export { default as PillIcon } from '../icons/pill';
|
|
2013
|
+
// PinOff aliases
|
|
2014
|
+
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2013
2015
|
// Pin aliases
|
|
2014
2016
|
export { default as PinIcon } from '../icons/pin';
|
|
2015
2017
|
// Pipette aliases
|
|
@@ -2018,122 +2020,122 @@ export { default as PipetteIcon } from '../icons/pipette';
|
|
|
2018
2020
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2019
2021
|
// PlaneLanding aliases
|
|
2020
2022
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2021
|
-
// PlaneTakeoff aliases
|
|
2022
|
-
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2023
2023
|
// Plane aliases
|
|
2024
2024
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2025
|
+
// PlaneTakeoff aliases
|
|
2026
|
+
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2025
2027
|
// Play aliases
|
|
2026
2028
|
export { default as PlayIcon } from '../icons/play';
|
|
2027
|
-
// Plug2 aliases
|
|
2028
|
-
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2029
2029
|
// Plug aliases
|
|
2030
2030
|
export { default as PlugIcon } from '../icons/plug';
|
|
2031
|
+
// Plug2 aliases
|
|
2032
|
+
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2031
2033
|
// Plus aliases
|
|
2032
2034
|
export { default as PlusIcon } from '../icons/plus';
|
|
2033
2035
|
// PocketKnife aliases
|
|
2034
2036
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2035
2037
|
// Pocket aliases
|
|
2036
2038
|
export { default as PocketIcon } from '../icons/pocket';
|
|
2037
|
-
// Pointer aliases
|
|
2038
|
-
export { default as PointerIcon } from '../icons/pointer';
|
|
2039
|
-
// PointerOff aliases
|
|
2040
|
-
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2041
2039
|
// Podcast aliases
|
|
2042
2040
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2041
|
+
// PointerOff aliases
|
|
2042
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2043
|
+
// Pointer aliases
|
|
2044
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
2045
|
+
// PoundSterling aliases
|
|
2046
|
+
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2043
2047
|
// Popcorn aliases
|
|
2044
2048
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2045
2049
|
// Popsicle aliases
|
|
2046
2050
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2047
|
-
// PoundSterling aliases
|
|
2048
|
-
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2049
|
-
// PowerOff aliases
|
|
2050
|
-
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2051
2051
|
// Power aliases
|
|
2052
2052
|
export { default as PowerIcon } from '../icons/power';
|
|
2053
|
+
// PowerOff aliases
|
|
2054
|
+
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2053
2055
|
// PrinterCheck aliases
|
|
2054
2056
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2055
|
-
// Printer aliases
|
|
2056
|
-
export { default as PrinterIcon } from '../icons/printer';
|
|
2057
2057
|
// Presentation aliases
|
|
2058
2058
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2059
|
-
// Projector aliases
|
|
2060
|
-
export { default as ProjectorIcon } from '../icons/projector';
|
|
2061
2059
|
// PrinterX aliases
|
|
2062
2060
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2061
|
+
// Printer aliases
|
|
2062
|
+
export { default as PrinterIcon } from '../icons/printer';
|
|
2063
2063
|
// Proportions aliases
|
|
2064
2064
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2065
|
+
// Projector aliases
|
|
2066
|
+
export { default as ProjectorIcon } from '../icons/projector';
|
|
2065
2067
|
// Pyramid aliases
|
|
2066
2068
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2067
|
-
// QrCode aliases
|
|
2068
|
-
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2069
2069
|
// Puzzle aliases
|
|
2070
2070
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2071
|
+
// QrCode aliases
|
|
2072
|
+
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2071
2073
|
// Quote aliases
|
|
2072
2074
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2073
2075
|
// Rabbit aliases
|
|
2074
2076
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2075
|
-
// Radar aliases
|
|
2076
|
-
export { default as RadarIcon } from '../icons/radar';
|
|
2077
2077
|
// Radiation aliases
|
|
2078
2078
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2079
|
+
// Radar aliases
|
|
2080
|
+
export { default as RadarIcon } from '../icons/radar';
|
|
2079
2081
|
// Radical aliases
|
|
2080
2082
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2081
2083
|
// RadioReceiver aliases
|
|
2082
2084
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2085
|
+
// Radius aliases
|
|
2086
|
+
export { default as RadiusIcon } from '../icons/radius';
|
|
2083
2087
|
// RadioTower aliases
|
|
2084
2088
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2085
2089
|
// Radio aliases
|
|
2086
2090
|
export { default as RadioIcon } from '../icons/radio';
|
|
2087
2091
|
// RailSymbol aliases
|
|
2088
2092
|
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2089
|
-
// Radius aliases
|
|
2090
|
-
export { default as RadiusIcon } from '../icons/radius';
|
|
2091
|
-
// Ratio aliases
|
|
2092
|
-
export { default as RatioIcon } from '../icons/ratio';
|
|
2093
|
-
// Rat aliases
|
|
2094
|
-
export { default as RatIcon } from '../icons/rat';
|
|
2095
2093
|
// Rainbow aliases
|
|
2096
2094
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2095
|
+
// Rat aliases
|
|
2096
|
+
export { default as RatIcon } from '../icons/rat';
|
|
2097
2097
|
// ReceiptCent aliases
|
|
2098
2098
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2099
|
+
// Ratio aliases
|
|
2100
|
+
export { default as RatioIcon } from '../icons/ratio';
|
|
2099
2101
|
// ReceiptEuro aliases
|
|
2100
2102
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2101
|
-
// ReceiptIndianRupee aliases
|
|
2102
|
-
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2103
2103
|
// ReceiptJapaneseYen aliases
|
|
2104
2104
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2105
|
-
//
|
|
2106
|
-
export { default as
|
|
2105
|
+
// ReceiptIndianRupee aliases
|
|
2106
|
+
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2107
2107
|
// ReceiptRussianRuble aliases
|
|
2108
2108
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2109
|
-
//
|
|
2110
|
-
export { default as
|
|
2109
|
+
// ReceiptPoundSterling aliases
|
|
2110
|
+
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2111
2111
|
// ReceiptText aliases
|
|
2112
2112
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2113
|
+
// ReceiptSwissFranc aliases
|
|
2114
|
+
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2113
2115
|
// ReceiptTurkishLira aliases
|
|
2114
2116
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2115
|
-
// Receipt aliases
|
|
2116
|
-
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2117
2117
|
// RectangleCircle aliases
|
|
2118
2118
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2119
|
-
//
|
|
2120
|
-
export { default as
|
|
2119
|
+
// Receipt aliases
|
|
2120
|
+
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2121
2121
|
// RectangleGoggles aliases
|
|
2122
2122
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2123
|
+
// RectangleHorizontal aliases
|
|
2124
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2123
2125
|
// RectangleVertical aliases
|
|
2124
2126
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2125
|
-
// Redo2 aliases
|
|
2126
|
-
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2127
2127
|
// Recycle aliases
|
|
2128
2128
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2129
|
-
//
|
|
2130
|
-
export { default as
|
|
2129
|
+
// Redo2 aliases
|
|
2130
|
+
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2131
2131
|
// Redo aliases
|
|
2132
2132
|
export { default as RedoIcon } from '../icons/redo';
|
|
2133
|
-
//
|
|
2134
|
-
export { default as
|
|
2133
|
+
// RedoDot aliases
|
|
2134
|
+
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2135
2135
|
// RefreshCcw aliases
|
|
2136
2136
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2137
|
+
// RefreshCcwDot aliases
|
|
2138
|
+
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2137
2139
|
// RefreshCwOff aliases
|
|
2138
2140
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2139
2141
|
// RefreshCw aliases
|
|
@@ -2142,48 +2144,48 @@ export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
|
2142
2144
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2143
2145
|
// Regex aliases
|
|
2144
2146
|
export { default as RegexIcon } from '../icons/regex';
|
|
2145
|
-
// Repeat1 aliases
|
|
2146
|
-
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2147
2147
|
// RemoveFormatting aliases
|
|
2148
2148
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2149
|
+
// Repeat1 aliases
|
|
2150
|
+
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2149
2151
|
// Repeat2 aliases
|
|
2150
2152
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2151
|
-
// ReplaceAll aliases
|
|
2152
|
-
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2153
2153
|
// Repeat aliases
|
|
2154
2154
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2155
|
+
// ReplaceAll aliases
|
|
2156
|
+
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2157
|
+
// Replace aliases
|
|
2158
|
+
export { default as ReplaceIcon } from '../icons/replace';
|
|
2155
2159
|
// ReplyAll aliases
|
|
2156
2160
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2157
2161
|
// Reply aliases
|
|
2158
2162
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2159
|
-
// Replace aliases
|
|
2160
|
-
export { default as ReplaceIcon } from '../icons/replace';
|
|
2161
|
-
// Rewind aliases
|
|
2162
|
-
export { default as RewindIcon } from '../icons/rewind';
|
|
2163
2163
|
// Ribbon aliases
|
|
2164
2164
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2165
|
-
// Rocket aliases
|
|
2166
|
-
export { default as RocketIcon } from '../icons/rocket';
|
|
2167
2165
|
// RockingChair aliases
|
|
2168
2166
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2167
|
+
// Rewind aliases
|
|
2168
|
+
export { default as RewindIcon } from '../icons/rewind';
|
|
2169
|
+
// Rocket aliases
|
|
2170
|
+
export { default as RocketIcon } from '../icons/rocket';
|
|
2169
2171
|
// RollerCoaster aliases
|
|
2170
2172
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2171
|
-
// Rose aliases
|
|
2172
|
-
export { default as RoseIcon } from '../icons/rose';
|
|
2173
2173
|
// RotateCcwKey aliases
|
|
2174
2174
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2175
|
-
//
|
|
2176
|
-
export { default as
|
|
2175
|
+
// Rose aliases
|
|
2176
|
+
export { default as RoseIcon } from '../icons/rose';
|
|
2177
2177
|
// RotateCcw aliases
|
|
2178
2178
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2179
2179
|
// RotateCwSquare aliases
|
|
2180
2180
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2181
|
+
// RotateCcwSquare aliases
|
|
2182
|
+
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2181
2183
|
// RotateCw aliases
|
|
2182
2184
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2183
|
-
// RouteOff aliases
|
|
2184
|
-
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2185
2185
|
// Route aliases
|
|
2186
2186
|
export { default as RouteIcon } from '../icons/route';
|
|
2187
|
+
// RouteOff aliases
|
|
2188
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2187
2189
|
// Router aliases
|
|
2188
2190
|
export { default as RouterIcon } from '../icons/router';
|
|
2189
2191
|
// Rows4 aliases
|
|
@@ -2192,12 +2194,12 @@ export { default as Rows4Icon } from '../icons/rows-4';
|
|
|
2192
2194
|
export { default as RssIcon } from '../icons/rss';
|
|
2193
2195
|
// RulerDimensionLine aliases
|
|
2194
2196
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2197
|
+
// Sailboat aliases
|
|
2198
|
+
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2195
2199
|
// Ruler aliases
|
|
2196
2200
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2197
2201
|
// RussianRuble aliases
|
|
2198
2202
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2199
|
-
// Sailboat aliases
|
|
2200
|
-
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2201
2203
|
// Salad aliases
|
|
2202
2204
|
export { default as SaladIcon } from '../icons/salad';
|
|
2203
2205
|
// Sandwich aliases
|
|
@@ -2212,40 +2214,40 @@ export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
|
2212
2214
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2213
2215
|
// SaveOff aliases
|
|
2214
2216
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2217
|
+
// Save aliases
|
|
2218
|
+
export { default as SaveIcon } from '../icons/save';
|
|
2215
2219
|
// Scale aliases
|
|
2216
2220
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2217
2221
|
// Scaling aliases
|
|
2218
2222
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2219
|
-
// Save aliases
|
|
2220
|
-
export { default as SaveIcon } from '../icons/save';
|
|
2221
2223
|
// ScanBarcode aliases
|
|
2222
2224
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2223
2225
|
// ScanFace aliases
|
|
2224
2226
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2225
|
-
// ScanHeart aliases
|
|
2226
|
-
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2227
2227
|
// ScanEye aliases
|
|
2228
2228
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2229
|
-
//
|
|
2230
|
-
export { default as
|
|
2229
|
+
// ScanHeart aliases
|
|
2230
|
+
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2231
2231
|
// ScanLine aliases
|
|
2232
2232
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2233
|
+
// ScanQrCode aliases
|
|
2234
|
+
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2233
2235
|
// ScanSearch aliases
|
|
2234
2236
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2235
|
-
// Scan aliases
|
|
2236
|
-
export { default as ScanIcon } from '../icons/scan';
|
|
2237
2237
|
// ScanText aliases
|
|
2238
2238
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2239
|
+
// Scan aliases
|
|
2240
|
+
export { default as ScanIcon } from '../icons/scan';
|
|
2239
2241
|
// School aliases
|
|
2240
2242
|
export { default as SchoolIcon } from '../icons/school';
|
|
2241
2243
|
// ScissorsLineDashed aliases
|
|
2242
2244
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2243
2245
|
// Scissors aliases
|
|
2244
2246
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2245
|
-
// Scooter aliases
|
|
2246
|
-
export { default as ScooterIcon } from '../icons/scooter';
|
|
2247
2247
|
// ScreenShareOff aliases
|
|
2248
2248
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2249
|
+
// Scooter aliases
|
|
2250
|
+
export { default as ScooterIcon } from '../icons/scooter';
|
|
2249
2251
|
// ScreenShare aliases
|
|
2250
2252
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2251
2253
|
// ScrollText aliases
|
|
@@ -2254,32 +2256,32 @@ export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
|
2254
2256
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2255
2257
|
// SearchAlert aliases
|
|
2256
2258
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2257
|
-
// SearchCode aliases
|
|
2258
|
-
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2259
2259
|
// SearchCheck aliases
|
|
2260
2260
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2261
|
+
// SearchCode aliases
|
|
2262
|
+
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2261
2263
|
// SearchSlash aliases
|
|
2262
2264
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2263
|
-
// Search aliases
|
|
2264
|
-
export { default as SearchIcon } from '../icons/search';
|
|
2265
2265
|
// SearchX aliases
|
|
2266
2266
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2267
|
-
//
|
|
2268
|
-
export { default as
|
|
2269
|
-
// Send aliases
|
|
2270
|
-
export { default as SendIcon } from '../icons/send';
|
|
2267
|
+
// Search aliases
|
|
2268
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2271
2269
|
// SendToBack aliases
|
|
2272
2270
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2271
|
+
// Section aliases
|
|
2272
|
+
export { default as SectionIcon } from '../icons/section';
|
|
2273
2273
|
// SeparatorHorizontal aliases
|
|
2274
2274
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2275
|
-
//
|
|
2276
|
-
export { default as
|
|
2277
|
-
// ServerCrash aliases
|
|
2278
|
-
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2275
|
+
// Send aliases
|
|
2276
|
+
export { default as SendIcon } from '../icons/send';
|
|
2279
2277
|
// ServerCog aliases
|
|
2280
2278
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2281
2279
|
// ServerOff aliases
|
|
2282
2280
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2281
|
+
// SeparatorVertical aliases
|
|
2282
|
+
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2283
|
+
// ServerCrash aliases
|
|
2284
|
+
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2283
2285
|
// Server aliases
|
|
2284
2286
|
export { default as ServerIcon } from '../icons/server';
|
|
2285
2287
|
// Settings2 aliases
|
|
@@ -2288,26 +2290,26 @@ export { default as Settings2Icon } from '../icons/settings-2';
|
|
|
2288
2290
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2289
2291
|
// Shapes aliases
|
|
2290
2292
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2291
|
-
// Share2 aliases
|
|
2292
|
-
export { default as Share2Icon } from '../icons/share-2';
|
|
2293
2293
|
// Share aliases
|
|
2294
2294
|
export { default as ShareIcon } from '../icons/share';
|
|
2295
2295
|
// Sheet aliases
|
|
2296
2296
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2297
2297
|
// Shell aliases
|
|
2298
2298
|
export { default as ShellIcon } from '../icons/shell';
|
|
2299
|
+
// Share2 aliases
|
|
2300
|
+
export { default as Share2Icon } from '../icons/share-2';
|
|
2299
2301
|
// ShelvingUnit aliases
|
|
2300
2302
|
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2301
2303
|
// ShieldAlert aliases
|
|
2302
2304
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2303
2305
|
// ShieldBan aliases
|
|
2304
2306
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2305
|
-
// ShieldHalf aliases
|
|
2306
|
-
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2307
|
-
// ShieldEllipsis aliases
|
|
2308
|
-
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2309
2307
|
// ShieldCheck aliases
|
|
2310
2308
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2309
|
+
// ShieldEllipsis aliases
|
|
2310
|
+
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2311
|
+
// ShieldHalf aliases
|
|
2312
|
+
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2311
2313
|
// ShieldMinus aliases
|
|
2312
2314
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2313
2315
|
// ShieldOff aliases
|
|
@@ -2320,20 +2322,20 @@ export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
|
2320
2322
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2321
2323
|
// ShipWheel aliases
|
|
2322
2324
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2323
|
-
// Ship aliases
|
|
2324
|
-
export { default as ShipIcon } from '../icons/ship';
|
|
2325
2325
|
// Shirt aliases
|
|
2326
2326
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2327
|
+
// Ship aliases
|
|
2328
|
+
export { default as ShipIcon } from '../icons/ship';
|
|
2327
2329
|
// ShoppingBag aliases
|
|
2328
2330
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2329
|
-
// ShoppingCart aliases
|
|
2330
|
-
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2331
2331
|
// ShoppingBasket aliases
|
|
2332
2332
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2333
|
-
//
|
|
2334
|
-
export { default as
|
|
2333
|
+
// ShoppingCart aliases
|
|
2334
|
+
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2335
2335
|
// Shovel aliases
|
|
2336
2336
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2337
|
+
// ShowerHead aliases
|
|
2338
|
+
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2337
2339
|
// Shredder aliases
|
|
2338
2340
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2339
2341
|
// Shrimp aliases
|
|
@@ -2342,86 +2344,86 @@ export { default as ShrimpIcon } from '../icons/shrimp';
|
|
|
2342
2344
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2343
2345
|
// Shrub aliases
|
|
2344
2346
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2347
|
+
// Sigma aliases
|
|
2348
|
+
export { default as SigmaIcon } from '../icons/sigma';
|
|
2345
2349
|
// Shuffle aliases
|
|
2346
2350
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2347
2351
|
// SignalHigh aliases
|
|
2348
2352
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2349
|
-
// Sigma aliases
|
|
2350
|
-
export { default as SigmaIcon } from '../icons/sigma';
|
|
2351
2353
|
// SignalLow aliases
|
|
2352
2354
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2353
2355
|
// SignalMedium aliases
|
|
2354
2356
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2355
2357
|
// SignalZero aliases
|
|
2356
2358
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2357
|
-
// Signature aliases
|
|
2358
|
-
export { default as SignatureIcon } from '../icons/signature';
|
|
2359
2359
|
// Signal aliases
|
|
2360
2360
|
export { default as SignalIcon } from '../icons/signal';
|
|
2361
|
+
// Signature aliases
|
|
2362
|
+
export { default as SignatureIcon } from '../icons/signature';
|
|
2363
|
+
// SignpostBig aliases
|
|
2364
|
+
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2361
2365
|
// Signpost aliases
|
|
2362
2366
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2363
2367
|
// Siren aliases
|
|
2364
2368
|
export { default as SirenIcon } from '../icons/siren';
|
|
2369
|
+
// SkipBack aliases
|
|
2370
|
+
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2365
2371
|
// SkipForward aliases
|
|
2366
2372
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2367
|
-
// SignpostBig aliases
|
|
2368
|
-
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2369
2373
|
// Skull aliases
|
|
2370
2374
|
export { default as SkullIcon } from '../icons/skull';
|
|
2371
|
-
// Slice aliases
|
|
2372
|
-
export { default as SliceIcon } from '../icons/slice';
|
|
2373
|
-
// SkipBack aliases
|
|
2374
|
-
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2375
2375
|
// Slack aliases
|
|
2376
2376
|
export { default as SlackIcon } from '../icons/slack';
|
|
2377
2377
|
// Slash aliases
|
|
2378
2378
|
export { default as SlashIcon } from '../icons/slash';
|
|
2379
|
+
// Slice aliases
|
|
2380
|
+
export { default as SliceIcon } from '../icons/slice';
|
|
2379
2381
|
// SlidersHorizontal aliases
|
|
2380
2382
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2381
2383
|
// SmartphoneCharging aliases
|
|
2382
2384
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2383
2385
|
// SmartphoneNfc aliases
|
|
2384
2386
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2385
|
-
// Smartphone aliases
|
|
2386
|
-
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2387
|
-
// Smile aliases
|
|
2388
|
-
export { default as SmileIcon } from '../icons/smile';
|
|
2389
2387
|
// SmilePlus aliases
|
|
2390
2388
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2389
|
+
// Smartphone aliases
|
|
2390
|
+
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2391
2391
|
// Snail aliases
|
|
2392
2392
|
export { default as SnailIcon } from '../icons/snail';
|
|
2393
|
+
// Smile aliases
|
|
2394
|
+
export { default as SmileIcon } from '../icons/smile';
|
|
2393
2395
|
// Snowflake aliases
|
|
2394
2396
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2395
2397
|
// SoapDispenserDroplet aliases
|
|
2396
2398
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2397
|
-
// SolarPanel aliases
|
|
2398
|
-
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2399
|
-
// Soup aliases
|
|
2400
|
-
export { default as SoupIcon } from '../icons/soup';
|
|
2401
2399
|
// Sofa aliases
|
|
2402
2400
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2401
|
+
// SolarPanel aliases
|
|
2402
|
+
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2403
2403
|
// Space aliases
|
|
2404
2404
|
export { default as SpaceIcon } from '../icons/space';
|
|
2405
|
+
// Soup aliases
|
|
2406
|
+
export { default as SoupIcon } from '../icons/soup';
|
|
2405
2407
|
// Spade aliases
|
|
2406
2408
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2407
2409
|
// Sparkle aliases
|
|
2408
2410
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2409
2411
|
// Speaker aliases
|
|
2410
2412
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2411
|
-
// SpellCheck2 aliases
|
|
2412
|
-
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2413
2413
|
// Speech aliases
|
|
2414
2414
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2415
|
+
// SpellCheck2 aliases
|
|
2416
|
+
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2415
2417
|
// SpellCheck aliases
|
|
2416
2418
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2417
2419
|
// SplinePointer aliases
|
|
2418
2420
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2419
|
-
// Spline aliases
|
|
2420
|
-
export { default as SplineIcon } from '../icons/spline';
|
|
2421
2421
|
// Split aliases
|
|
2422
2422
|
export { default as SplitIcon } from '../icons/split';
|
|
2423
2423
|
// Spool aliases
|
|
2424
2424
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2425
|
+
// Spline aliases
|
|
2426
|
+
export { default as SplineIcon } from '../icons/spline';
|
|
2425
2427
|
// Spotlight aliases
|
|
2426
2428
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2427
2429
|
// Sprout aliases
|
|
@@ -2430,24 +2432,24 @@ export { default as SproutIcon } from '../icons/sprout';
|
|
|
2430
2432
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2431
2433
|
// SprayCan aliases
|
|
2432
2434
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2433
|
-
// SquareDashedTopSolid aliases
|
|
2434
|
-
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2435
2435
|
// SquareDashedBottom aliases
|
|
2436
2436
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2437
|
-
//
|
|
2438
|
-
export { default as
|
|
2439
|
-
// SquareSquare aliases
|
|
2440
|
-
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2437
|
+
// SquareDashedTopSolid aliases
|
|
2438
|
+
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2441
2439
|
// SquarePause aliases
|
|
2442
2440
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2443
2441
|
// SquareRoundCorner aliases
|
|
2444
2442
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2443
|
+
// SquareRadical aliases
|
|
2444
|
+
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2445
2445
|
// SquareStack aliases
|
|
2446
2446
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2447
|
-
//
|
|
2448
|
-
export { default as
|
|
2447
|
+
// SquareSquare aliases
|
|
2448
|
+
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2449
2449
|
// SquareStar aliases
|
|
2450
2450
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2451
|
+
// SquareStop aliases
|
|
2452
|
+
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2451
2453
|
// Square aliases
|
|
2452
2454
|
export { default as SquareIcon } from '../icons/square';
|
|
2453
2455
|
// SquaresExclude aliases
|
|
@@ -2464,18 +2466,18 @@ export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
|
2464
2466
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2465
2467
|
// Squirrel aliases
|
|
2466
2468
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2467
|
-
// Stamp aliases
|
|
2468
|
-
export { default as StampIcon } from '../icons/stamp';
|
|
2469
2469
|
// StarHalf aliases
|
|
2470
2470
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2471
|
-
//
|
|
2472
|
-
export { default as
|
|
2473
|
-
// StepForward aliases
|
|
2474
|
-
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2471
|
+
// Stamp aliases
|
|
2472
|
+
export { default as StampIcon } from '../icons/stamp';
|
|
2475
2473
|
// Star aliases
|
|
2476
2474
|
export { default as StarIcon } from '../icons/star';
|
|
2477
2475
|
// StepBack aliases
|
|
2478
2476
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2477
|
+
// StarOff aliases
|
|
2478
|
+
export { default as StarOffIcon } from '../icons/star-off';
|
|
2479
|
+
// StepForward aliases
|
|
2480
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2479
2481
|
// Stethoscope aliases
|
|
2480
2482
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2481
2483
|
// Sticker aliases
|
|
@@ -2498,14 +2500,14 @@ export { default as SubscriptIcon } from '../icons/subscript';
|
|
|
2498
2500
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2499
2501
|
// SunMedium aliases
|
|
2500
2502
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2501
|
-
// SunSnow aliases
|
|
2502
|
-
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2503
2503
|
// SunMoon aliases
|
|
2504
2504
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2505
|
-
//
|
|
2506
|
-
export { default as
|
|
2505
|
+
// SunSnow aliases
|
|
2506
|
+
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2507
2507
|
// Sun aliases
|
|
2508
2508
|
export { default as SunIcon } from '../icons/sun';
|
|
2509
|
+
// Sunrise aliases
|
|
2510
|
+
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2509
2511
|
// Sunset aliases
|
|
2510
2512
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2511
2513
|
// Superscript aliases
|
|
@@ -2516,38 +2518,38 @@ export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
|
2516
2518
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2517
2519
|
// SwissFranc aliases
|
|
2518
2520
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2519
|
-
// Syringe aliases
|
|
2520
|
-
export { default as SyringeIcon } from '../icons/syringe';
|
|
2521
|
-
// Sword aliases
|
|
2522
|
-
export { default as SwordIcon } from '../icons/sword';
|
|
2523
2521
|
// Swords aliases
|
|
2524
2522
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2523
|
+
// Sword aliases
|
|
2524
|
+
export { default as SwordIcon } from '../icons/sword';
|
|
2525
|
+
// Syringe aliases
|
|
2526
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2525
2527
|
// Table2 aliases
|
|
2526
2528
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2527
|
-
// TableCellsSplit aliases
|
|
2528
|
-
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2529
2529
|
// TableCellsMerge aliases
|
|
2530
2530
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2531
|
+
// TableCellsSplit aliases
|
|
2532
|
+
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2531
2533
|
// TableColumnsSplit aliases
|
|
2532
2534
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2533
2535
|
// TableOfContents aliases
|
|
2534
2536
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2535
|
-
// TableProperties aliases
|
|
2536
|
-
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2537
2537
|
// TableRowsSplit aliases
|
|
2538
2538
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2539
|
+
// TableProperties aliases
|
|
2540
|
+
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2539
2541
|
// Table aliases
|
|
2540
2542
|
export { default as TableIcon } from '../icons/table';
|
|
2541
|
-
// TabletSmartphone aliases
|
|
2542
|
-
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2543
2543
|
// Tablet aliases
|
|
2544
2544
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2545
|
+
// TabletSmartphone aliases
|
|
2546
|
+
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2545
2547
|
// Tablets aliases
|
|
2546
2548
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2547
|
-
// Tally1 aliases
|
|
2548
|
-
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2549
2549
|
// Tag aliases
|
|
2550
2550
|
export { default as TagIcon } from '../icons/tag';
|
|
2551
|
+
// Tally1 aliases
|
|
2552
|
+
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2551
2553
|
// Tags aliases
|
|
2552
2554
|
export { default as TagsIcon } from '../icons/tags';
|
|
2553
2555
|
// Tally2 aliases
|
|
@@ -2556,34 +2558,34 @@ export { default as Tally2Icon } from '../icons/tally-2';
|
|
|
2556
2558
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2557
2559
|
// Tally4 aliases
|
|
2558
2560
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2559
|
-
// Tangent aliases
|
|
2560
|
-
export { default as TangentIcon } from '../icons/tangent';
|
|
2561
2561
|
// Tally5 aliases
|
|
2562
2562
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2563
|
+
// Tangent aliases
|
|
2564
|
+
export { default as TangentIcon } from '../icons/tangent';
|
|
2563
2565
|
// Target aliases
|
|
2564
2566
|
export { default as TargetIcon } from '../icons/target';
|
|
2565
2567
|
// Telescope aliases
|
|
2566
2568
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2567
|
-
// TentTree aliases
|
|
2568
|
-
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2569
2569
|
// Tent aliases
|
|
2570
2570
|
export { default as TentIcon } from '../icons/tent';
|
|
2571
|
-
//
|
|
2572
|
-
export { default as
|
|
2571
|
+
// TentTree aliases
|
|
2572
|
+
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2573
2573
|
// TestTube aliases
|
|
2574
2574
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2575
|
+
// Terminal aliases
|
|
2576
|
+
export { default as TerminalIcon } from '../icons/terminal';
|
|
2575
2577
|
// TestTubes aliases
|
|
2576
2578
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2577
|
-
// TextCursor aliases
|
|
2578
|
-
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2579
2579
|
// TextCursorInput aliases
|
|
2580
2580
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2581
|
-
//
|
|
2582
|
-
export { default as
|
|
2581
|
+
// TextCursor aliases
|
|
2582
|
+
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2583
2583
|
// TextQuote aliases
|
|
2584
2584
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2585
2585
|
// Theater aliases
|
|
2586
2586
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2587
|
+
// TextSearch aliases
|
|
2588
|
+
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2587
2589
|
// ThermometerSnowflake aliases
|
|
2588
2590
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2589
2591
|
// ThermometerSun aliases
|
|
@@ -2592,10 +2594,10 @@ export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
|
2592
2594
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2593
2595
|
// ThumbsDown aliases
|
|
2594
2596
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2595
|
-
// ThumbsUp aliases
|
|
2596
|
-
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2597
2597
|
// TicketCheck aliases
|
|
2598
2598
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2599
|
+
// ThumbsUp aliases
|
|
2600
|
+
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2599
2601
|
// TicketMinus aliases
|
|
2600
2602
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2601
2603
|
// TicketPercent aliases
|
|
@@ -2606,76 +2608,76 @@ export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
|
2606
2608
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2607
2609
|
// TicketX aliases
|
|
2608
2610
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2609
|
-
// Ticket aliases
|
|
2610
|
-
export { default as TicketIcon } from '../icons/ticket';
|
|
2611
2611
|
// TicketsPlane aliases
|
|
2612
2612
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2613
|
+
// Ticket aliases
|
|
2614
|
+
export { default as TicketIcon } from '../icons/ticket';
|
|
2613
2615
|
// Tickets aliases
|
|
2614
2616
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2617
|
+
// TimerOff aliases
|
|
2618
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2615
2619
|
// TimerReset aliases
|
|
2616
2620
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2617
2621
|
// Timer aliases
|
|
2618
2622
|
export { default as TimerIcon } from '../icons/timer';
|
|
2619
|
-
// TimerOff aliases
|
|
2620
|
-
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2621
2623
|
// ToggleLeft aliases
|
|
2622
2624
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2623
2625
|
// ToggleRight aliases
|
|
2624
2626
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2625
|
-
// ToolCase aliases
|
|
2626
|
-
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2627
2627
|
// Toilet aliases
|
|
2628
2628
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2629
|
+
// ToolCase aliases
|
|
2630
|
+
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2629
2631
|
// Toolbox aliases
|
|
2630
2632
|
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2631
2633
|
// Tornado aliases
|
|
2632
2634
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2633
|
-
// TouchpadOff aliases
|
|
2634
|
-
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2635
2635
|
// Torus aliases
|
|
2636
2636
|
export { default as TorusIcon } from '../icons/torus';
|
|
2637
|
+
// TouchpadOff aliases
|
|
2638
|
+
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2637
2639
|
// Touchpad aliases
|
|
2638
2640
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2639
2641
|
// TowelRack aliases
|
|
2640
2642
|
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2641
|
-
// TowerControl aliases
|
|
2642
|
-
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2643
|
-
// Tractor aliases
|
|
2644
|
-
export { default as TractorIcon } from '../icons/tractor';
|
|
2645
2643
|
// ToyBrick aliases
|
|
2646
2644
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2645
|
+
// TowerControl aliases
|
|
2646
|
+
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2647
2647
|
// TrafficCone aliases
|
|
2648
2648
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2649
|
+
// Tractor aliases
|
|
2650
|
+
export { default as TractorIcon } from '../icons/tractor';
|
|
2649
2651
|
// TrainFrontTunnel aliases
|
|
2650
2652
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2651
2653
|
// TrainFront aliases
|
|
2652
2654
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2653
2655
|
// TrainTrack aliases
|
|
2654
2656
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2655
|
-
// Trash2 aliases
|
|
2656
|
-
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2657
2657
|
// Transgender aliases
|
|
2658
2658
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2659
2659
|
// Trash aliases
|
|
2660
2660
|
export { default as TrashIcon } from '../icons/trash';
|
|
2661
|
+
// Trash2 aliases
|
|
2662
|
+
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2663
|
+
// TreePine aliases
|
|
2664
|
+
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2661
2665
|
// TreeDeciduous aliases
|
|
2662
2666
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2663
2667
|
// Trees aliases
|
|
2664
2668
|
export { default as TreesIcon } from '../icons/trees';
|
|
2665
|
-
// TreePine aliases
|
|
2666
|
-
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2667
2669
|
// Trello aliases
|
|
2668
2670
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2669
2671
|
// TrendingDown aliases
|
|
2670
2672
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2671
2673
|
// TrendingUpDown aliases
|
|
2672
2674
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2675
|
+
// TriangleRight aliases
|
|
2676
|
+
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2673
2677
|
// TrendingUp aliases
|
|
2674
2678
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2675
2679
|
// TriangleDashed aliases
|
|
2676
2680
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2677
|
-
// TriangleRight aliases
|
|
2678
|
-
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2679
2681
|
// Triangle aliases
|
|
2680
2682
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2681
2683
|
// Trophy aliases
|
|
@@ -2684,10 +2686,10 @@ export { default as TrophyIcon } from '../icons/trophy';
|
|
|
2684
2686
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2685
2687
|
// Truck aliases
|
|
2686
2688
|
export { default as TruckIcon } from '../icons/truck';
|
|
2687
|
-
// TurkishLira aliases
|
|
2688
|
-
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2689
2689
|
// Turntable aliases
|
|
2690
2690
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2691
|
+
// TurkishLira aliases
|
|
2692
|
+
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2691
2693
|
// Turtle aliases
|
|
2692
2694
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2693
2695
|
// TvMinimalPlay aliases
|
|
@@ -2700,10 +2702,10 @@ export { default as TwitchIcon } from '../icons/twitch';
|
|
|
2700
2702
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2701
2703
|
// TypeOutline aliases
|
|
2702
2704
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2703
|
-
// UmbrellaOff aliases
|
|
2704
|
-
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2705
2705
|
// Type aliases
|
|
2706
2706
|
export { default as TypeIcon } from '../icons/type';
|
|
2707
|
+
// UmbrellaOff aliases
|
|
2708
|
+
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2707
2709
|
// Umbrella aliases
|
|
2708
2710
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2709
2711
|
// Underline aliases
|
|
@@ -2712,16 +2714,16 @@ export { default as UnderlineIcon } from '../icons/underline';
|
|
|
2712
2714
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2713
2715
|
// UndoDot aliases
|
|
2714
2716
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2715
|
-
// UnfoldHorizontal aliases
|
|
2716
|
-
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2717
2717
|
// Undo aliases
|
|
2718
2718
|
export { default as UndoIcon } from '../icons/undo';
|
|
2719
|
+
// UnfoldHorizontal aliases
|
|
2720
|
+
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2719
2721
|
// UnfoldVertical aliases
|
|
2720
2722
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2721
|
-
// Unlink2 aliases
|
|
2722
|
-
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2723
2723
|
// Ungroup aliases
|
|
2724
2724
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2725
|
+
// Unlink2 aliases
|
|
2726
|
+
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2725
2727
|
// Unlink aliases
|
|
2726
2728
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2727
2729
|
// Unplug aliases
|
|
@@ -2732,38 +2734,38 @@ export { default as UploadIcon } from '../icons/upload';
|
|
|
2732
2734
|
export { default as UsbIcon } from '../icons/usb';
|
|
2733
2735
|
// UserCheck aliases
|
|
2734
2736
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2735
|
-
// UserCog aliases
|
|
2736
|
-
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2737
2737
|
// UserKey aliases
|
|
2738
2738
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2739
|
-
//
|
|
2740
|
-
export { default as
|
|
2739
|
+
// UserCog aliases
|
|
2740
|
+
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2741
2741
|
// UserMinus aliases
|
|
2742
2742
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2743
|
+
// UserLock aliases
|
|
2744
|
+
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2743
2745
|
// UserPen aliases
|
|
2744
2746
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2747
|
+
// UserRoundKey aliases
|
|
2748
|
+
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2745
2749
|
// UserPlus aliases
|
|
2746
2750
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2747
2751
|
// UserRoundPen aliases
|
|
2748
2752
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2749
|
-
// UserRoundKey aliases
|
|
2750
|
-
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2751
2753
|
// UserRoundSearch aliases
|
|
2752
2754
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2753
|
-
// UserSearch aliases
|
|
2754
|
-
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2755
2755
|
// UserStar aliases
|
|
2756
2756
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2757
|
+
// UserSearch aliases
|
|
2758
|
+
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2757
2759
|
// UserX aliases
|
|
2758
2760
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2759
2761
|
// User aliases
|
|
2760
2762
|
export { default as UserIcon } from '../icons/user';
|
|
2761
2763
|
// Users aliases
|
|
2762
2764
|
export { default as UsersIcon } from '../icons/users';
|
|
2763
|
-
// UtilityPole aliases
|
|
2764
|
-
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2765
2765
|
// Van aliases
|
|
2766
2766
|
export { default as VanIcon } from '../icons/van';
|
|
2767
|
+
// UtilityPole aliases
|
|
2768
|
+
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2767
2769
|
// Variable aliases
|
|
2768
2770
|
export { default as VariableIcon } from '../icons/variable';
|
|
2769
2771
|
// Vault aliases
|
|
@@ -2780,28 +2782,28 @@ export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
|
2780
2782
|
export { default as VenusIcon } from '../icons/venus';
|
|
2781
2783
|
// VibrateOff aliases
|
|
2782
2784
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2783
|
-
// VideoOff aliases
|
|
2784
|
-
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2785
2785
|
// Vibrate aliases
|
|
2786
2786
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2787
|
+
// VideoOff aliases
|
|
2788
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2787
2789
|
// Video aliases
|
|
2788
2790
|
export { default as VideoIcon } from '../icons/video';
|
|
2789
|
-
// View aliases
|
|
2790
|
-
export { default as ViewIcon } from '../icons/view';
|
|
2791
2791
|
// Videotape aliases
|
|
2792
2792
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2793
|
+
// View aliases
|
|
2794
|
+
export { default as ViewIcon } from '../icons/view';
|
|
2793
2795
|
// Voicemail aliases
|
|
2794
2796
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2795
2797
|
// Volleyball aliases
|
|
2796
2798
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2797
2799
|
// Volume1 aliases
|
|
2798
2800
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2799
|
-
// Volume2 aliases
|
|
2800
|
-
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2801
2801
|
// VolumeOff aliases
|
|
2802
2802
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2803
2803
|
// VolumeX aliases
|
|
2804
2804
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2805
|
+
// Volume2 aliases
|
|
2806
|
+
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2805
2807
|
// Volume aliases
|
|
2806
2808
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2807
2809
|
// Vote aliases
|
|
@@ -2810,42 +2812,42 @@ export { default as VoteIcon } from '../icons/vote';
|
|
|
2810
2812
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2811
2813
|
// Wallet aliases
|
|
2812
2814
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2813
|
-
// Wallpaper aliases
|
|
2814
|
-
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2815
2815
|
// Wand aliases
|
|
2816
2816
|
export { default as WandIcon } from '../icons/wand';
|
|
2817
|
+
// Warehouse aliases
|
|
2818
|
+
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2817
2819
|
// WashingMachine aliases
|
|
2818
2820
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2821
|
+
// Wallpaper aliases
|
|
2822
|
+
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2819
2823
|
// Watch aliases
|
|
2820
2824
|
export { default as WatchIcon } from '../icons/watch';
|
|
2821
|
-
// Warehouse aliases
|
|
2822
|
-
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2823
2825
|
// WavesArrowDown aliases
|
|
2824
2826
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2825
2827
|
// WavesArrowUp aliases
|
|
2826
2828
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2829
|
+
// Waypoints aliases
|
|
2830
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2827
2831
|
// WavesLadder aliases
|
|
2828
2832
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2829
2833
|
// Waves aliases
|
|
2830
2834
|
export { default as WavesIcon } from '../icons/waves';
|
|
2831
|
-
// Waypoints aliases
|
|
2832
|
-
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2833
2835
|
// Webcam aliases
|
|
2834
2836
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2837
|
+
// Webhook aliases
|
|
2838
|
+
export { default as WebhookIcon } from '../icons/webhook';
|
|
2835
2839
|
// WebhookOff aliases
|
|
2836
2840
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2837
2841
|
// WeightTilde aliases
|
|
2838
2842
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2839
|
-
// Webhook aliases
|
|
2840
|
-
export { default as WebhookIcon } from '../icons/webhook';
|
|
2841
2843
|
// Weight aliases
|
|
2842
2844
|
export { default as WeightIcon } from '../icons/weight';
|
|
2843
2845
|
// WheatOff aliases
|
|
2844
2846
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2845
|
-
// Wheat aliases
|
|
2846
|
-
export { default as WheatIcon } from '../icons/wheat';
|
|
2847
2847
|
// WholeWord aliases
|
|
2848
2848
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2849
|
+
// Wheat aliases
|
|
2850
|
+
export { default as WheatIcon } from '../icons/wheat';
|
|
2849
2851
|
// WifiCog aliases
|
|
2850
2852
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2851
2853
|
// WifiHigh aliases
|
|
@@ -2854,14 +2856,14 @@ export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
|
2854
2856
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2855
2857
|
// WifiOff aliases
|
|
2856
2858
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2857
|
-
// WifiSync aliases
|
|
2858
|
-
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2859
2859
|
// WifiPen aliases
|
|
2860
2860
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2861
2861
|
// WifiZero aliases
|
|
2862
2862
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2863
2863
|
// Wifi aliases
|
|
2864
2864
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2865
|
+
// WifiSync aliases
|
|
2866
|
+
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2865
2867
|
// WindArrowDown aliases
|
|
2866
2868
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2867
2869
|
// Wind aliases
|
|
@@ -2940,18 +2942,18 @@ export {
|
|
|
2940
2942
|
/** @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 */
|
|
2941
2943
|
default as ArrowUpAzIcon
|
|
2942
2944
|
} from '../icons/arrow-up-a-z';
|
|
2943
|
-
// ArrowUpNarrowWide aliases
|
|
2944
|
-
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2945
|
-
export {
|
|
2946
|
-
/** @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 */
|
|
2947
|
-
default as SortAscIcon
|
|
2948
|
-
} from '../icons/arrow-up-narrow-wide';
|
|
2949
2945
|
// ArrowUpZA aliases
|
|
2950
2946
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2951
2947
|
export {
|
|
2952
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 */
|
|
2953
2949
|
default as ArrowUpZaIcon
|
|
2954
2950
|
} from '../icons/arrow-up-z-a';
|
|
2951
|
+
// ArrowUpNarrowWide aliases
|
|
2952
|
+
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2953
|
+
export {
|
|
2954
|
+
/** @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
|
+
default as SortAscIcon
|
|
2956
|
+
} from '../icons/arrow-up-narrow-wide';
|
|
2955
2957
|
// Axis3d aliases
|
|
2956
2958
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2957
2959
|
export {
|
|
@@ -2982,18 +2984,18 @@ export {
|
|
|
2982
2984
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2983
2985
|
default as BetweenHorizonalStartIcon
|
|
2984
2986
|
} from '../icons/between-horizontal-start';
|
|
2985
|
-
// BookDashed aliases
|
|
2986
|
-
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2987
|
-
export {
|
|
2988
|
-
/** @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 */
|
|
2989
|
-
default as BookTemplateIcon
|
|
2990
|
-
} from '../icons/book-dashed';
|
|
2991
2987
|
// Braces aliases
|
|
2992
2988
|
export { default as BracesIcon } from '../icons/braces';
|
|
2993
2989
|
export {
|
|
2994
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 */
|
|
2995
2991
|
default as CurlyBracesIcon
|
|
2996
2992
|
} from '../icons/braces';
|
|
2993
|
+
// BookDashed aliases
|
|
2994
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2995
|
+
export {
|
|
2996
|
+
/** @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
|
+
default as BookTemplateIcon
|
|
2998
|
+
} from '../icons/book-dashed';
|
|
2997
2999
|
// Captions aliases
|
|
2998
3000
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
2999
3001
|
export {
|
|
@@ -3024,12 +3026,6 @@ export {
|
|
|
3024
3026
|
/** @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 */
|
|
3025
3027
|
default as CandlestickChartIcon
|
|
3026
3028
|
} from '../icons/chart-candlestick';
|
|
3027
|
-
// ChartColumnBig aliases
|
|
3028
|
-
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3029
|
-
export {
|
|
3030
|
-
/** @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 */
|
|
3031
|
-
default as BarChartBigIcon
|
|
3032
|
-
} from '../icons/chart-column-big';
|
|
3033
3029
|
// ChartColumnIncreasing aliases
|
|
3034
3030
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3035
3031
|
export {
|
|
@@ -3042,36 +3038,42 @@ export {
|
|
|
3042
3038
|
/** @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 */
|
|
3043
3039
|
default as BarChart3Icon
|
|
3044
3040
|
} from '../icons/chart-column';
|
|
3041
|
+
// ChartColumnBig aliases
|
|
3042
|
+
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3043
|
+
export {
|
|
3044
|
+
/** @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 */
|
|
3045
|
+
default as BarChartBigIcon
|
|
3046
|
+
} from '../icons/chart-column-big';
|
|
3045
3047
|
// ChartLine aliases
|
|
3046
3048
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3047
3049
|
export {
|
|
3048
3050
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
3049
3051
|
default as LineChartIcon
|
|
3050
3052
|
} from '../icons/chart-line';
|
|
3051
|
-
// ChartNoAxesColumnIncreasing aliases
|
|
3052
|
-
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3053
|
-
export {
|
|
3054
|
-
/** @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 */
|
|
3055
|
-
default as BarChartIcon
|
|
3056
|
-
} from '../icons/chart-no-axes-column-increasing';
|
|
3057
3053
|
// ChartNoAxesColumn aliases
|
|
3058
3054
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3059
3055
|
export {
|
|
3060
3056
|
/** @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 */
|
|
3061
3057
|
default as BarChart2Icon
|
|
3062
3058
|
} from '../icons/chart-no-axes-column';
|
|
3063
|
-
//
|
|
3064
|
-
export { default as
|
|
3059
|
+
// ChartNoAxesColumnIncreasing aliases
|
|
3060
|
+
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3065
3061
|
export {
|
|
3066
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3067
|
-
default as
|
|
3068
|
-
} from '../icons/chart-
|
|
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';
|
|
3069
3065
|
// ChartNoAxesGantt aliases
|
|
3070
3066
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3071
3067
|
export {
|
|
3072
3068
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
3073
3069
|
default as GanttChartIcon
|
|
3074
3070
|
} from '../icons/chart-no-axes-gantt';
|
|
3071
|
+
// ChartPie aliases
|
|
3072
|
+
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3073
|
+
export {
|
|
3074
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
3075
|
+
default as PieChartIcon
|
|
3076
|
+
} from '../icons/chart-pie';
|
|
3075
3077
|
// ChartScatter aliases
|
|
3076
3078
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3077
3079
|
export {
|
|
@@ -3084,72 +3086,78 @@ export {
|
|
|
3084
3086
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
3085
3087
|
default as ChromeIcon
|
|
3086
3088
|
} from '../icons/chromium';
|
|
3087
|
-
// CircleArrowDown aliases
|
|
3088
|
-
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3089
|
-
export {
|
|
3090
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3091
|
-
default as ArrowDownCircleIcon
|
|
3092
|
-
} from '../icons/circle-arrow-down';
|
|
3093
3089
|
// CircleAlert aliases
|
|
3094
3090
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3095
3091
|
export {
|
|
3096
3092
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3097
3093
|
default as AlertCircleIcon
|
|
3098
3094
|
} from '../icons/circle-alert';
|
|
3095
|
+
// CircleArrowDown aliases
|
|
3096
|
+
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3097
|
+
export {
|
|
3098
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3099
|
+
default as ArrowDownCircleIcon
|
|
3100
|
+
} from '../icons/circle-arrow-down';
|
|
3099
3101
|
// CircleArrowLeft aliases
|
|
3100
3102
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3101
3103
|
export {
|
|
3102
3104
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3103
3105
|
default as ArrowLeftCircleIcon
|
|
3104
3106
|
} from '../icons/circle-arrow-left';
|
|
3105
|
-
// CircleArrowOutDownRight aliases
|
|
3106
|
-
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3107
|
-
export {
|
|
3108
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3109
|
-
default as ArrowDownRightFromCircleIcon
|
|
3110
|
-
} from '../icons/circle-arrow-out-down-right';
|
|
3111
3107
|
// CircleArrowOutDownLeft aliases
|
|
3112
3108
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3113
3109
|
export {
|
|
3114
3110
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3115
3111
|
default as ArrowDownLeftFromCircleIcon
|
|
3116
3112
|
} from '../icons/circle-arrow-out-down-left';
|
|
3117
|
-
//
|
|
3118
|
-
export { default as
|
|
3113
|
+
// CircleArrowOutDownRight aliases
|
|
3114
|
+
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3119
3115
|
export {
|
|
3120
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3121
|
-
default as
|
|
3122
|
-
} from '../icons/circle-arrow-out-
|
|
3116
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3117
|
+
default as ArrowDownRightFromCircleIcon
|
|
3118
|
+
} from '../icons/circle-arrow-out-down-right';
|
|
3123
3119
|
// CircleArrowOutUpLeft aliases
|
|
3124
3120
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3125
3121
|
export {
|
|
3126
3122
|
/** @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 */
|
|
3127
3123
|
default as ArrowUpLeftFromCircleIcon
|
|
3128
3124
|
} from '../icons/circle-arrow-out-up-left';
|
|
3125
|
+
// CircleArrowUp aliases
|
|
3126
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3127
|
+
export {
|
|
3128
|
+
/** @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 */
|
|
3129
|
+
default as ArrowUpCircleIcon
|
|
3130
|
+
} from '../icons/circle-arrow-up';
|
|
3129
3131
|
// CircleArrowRight aliases
|
|
3130
3132
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3131
3133
|
export {
|
|
3132
3134
|
/** @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 */
|
|
3133
3135
|
default as ArrowRightCircleIcon
|
|
3134
3136
|
} from '../icons/circle-arrow-right';
|
|
3135
|
-
//
|
|
3136
|
-
export { default as
|
|
3137
|
+
// CircleArrowOutUpRight aliases
|
|
3138
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3137
3139
|
export {
|
|
3138
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3139
|
-
default as
|
|
3140
|
-
} from '../icons/circle-arrow-up';
|
|
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';
|
|
3145
|
+
export {
|
|
3146
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3147
|
+
default as CheckCircle2Icon
|
|
3148
|
+
} from '../icons/circle-check';
|
|
3141
3149
|
// CircleCheckBig aliases
|
|
3142
3150
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3143
3151
|
export {
|
|
3144
3152
|
/** @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 */
|
|
3145
3153
|
default as CheckCircleIcon
|
|
3146
3154
|
} from '../icons/circle-check-big';
|
|
3147
|
-
//
|
|
3148
|
-
export { default as
|
|
3155
|
+
// CircleChevronLeft aliases
|
|
3156
|
+
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3149
3157
|
export {
|
|
3150
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3151
|
-
default as
|
|
3152
|
-
} from '../icons/circle-
|
|
3158
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3159
|
+
default as ChevronLeftCircleIcon
|
|
3160
|
+
} from '../icons/circle-chevron-left';
|
|
3153
3161
|
// CircleChevronDown aliases
|
|
3154
3162
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3155
3163
|
export {
|
|
@@ -3162,12 +3170,6 @@ export {
|
|
|
3162
3170
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3163
3171
|
default as ChevronRightCircleIcon
|
|
3164
3172
|
} from '../icons/circle-chevron-right';
|
|
3165
|
-
// CircleChevronLeft aliases
|
|
3166
|
-
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3167
|
-
export {
|
|
3168
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3169
|
-
default as ChevronLeftCircleIcon
|
|
3170
|
-
} from '../icons/circle-chevron-left';
|
|
3171
3173
|
// CircleChevronUp aliases
|
|
3172
3174
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3173
3175
|
export {
|
|
@@ -3180,42 +3182,42 @@ export {
|
|
|
3180
3182
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3181
3183
|
default as DivideCircleIcon
|
|
3182
3184
|
} from '../icons/circle-divide';
|
|
3183
|
-
// CircleMinus aliases
|
|
3184
|
-
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3185
|
-
export {
|
|
3186
|
-
/** @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 */
|
|
3187
|
-
default as MinusCircleIcon
|
|
3188
|
-
} from '../icons/circle-minus';
|
|
3189
3185
|
// CircleGauge aliases
|
|
3190
3186
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3191
3187
|
export {
|
|
3192
3188
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3193
3189
|
default as GaugeCircleIcon
|
|
3194
3190
|
} from '../icons/circle-gauge';
|
|
3195
|
-
//
|
|
3196
|
-
export { default as
|
|
3197
|
-
export {
|
|
3198
|
-
/** @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 */
|
|
3199
|
-
default as ParkingCircleOffIcon
|
|
3200
|
-
} from '../icons/circle-parking-off';
|
|
3201
|
-
// CircleParking aliases
|
|
3202
|
-
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3191
|
+
// CircleMinus aliases
|
|
3192
|
+
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3203
3193
|
export {
|
|
3204
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3205
|
-
default as
|
|
3206
|
-
} from '../icons/circle-
|
|
3194
|
+
/** @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
|
+
default as MinusCircleIcon
|
|
3196
|
+
} from '../icons/circle-minus';
|
|
3207
3197
|
// CirclePause aliases
|
|
3208
3198
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3209
3199
|
export {
|
|
3210
3200
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3211
3201
|
default as PauseCircleIcon
|
|
3212
3202
|
} from '../icons/circle-pause';
|
|
3203
|
+
// CircleParking aliases
|
|
3204
|
+
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3205
|
+
export {
|
|
3206
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3207
|
+
default as ParkingCircleIcon
|
|
3208
|
+
} from '../icons/circle-parking';
|
|
3213
3209
|
// CirclePercent aliases
|
|
3214
3210
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3215
3211
|
export {
|
|
3216
3212
|
/** @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 */
|
|
3217
3213
|
default as PercentCircleIcon
|
|
3218
3214
|
} 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';
|
|
3219
3221
|
// CirclePlay aliases
|
|
3220
3222
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3221
3223
|
export {
|
|
@@ -3262,18 +3264,18 @@ export {
|
|
|
3262
3264
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3263
3265
|
default as UserCircle2Icon
|
|
3264
3266
|
} from '../icons/circle-user-round';
|
|
3265
|
-
// CircleX aliases
|
|
3266
|
-
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3267
|
-
export {
|
|
3268
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3269
|
-
default as XCircleIcon
|
|
3270
|
-
} from '../icons/circle-x';
|
|
3271
3267
|
// CircleUser aliases
|
|
3272
3268
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3273
3269
|
export {
|
|
3274
3270
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3275
3271
|
default as UserCircleIcon
|
|
3276
3272
|
} from '../icons/circle-user';
|
|
3273
|
+
// CircleX aliases
|
|
3274
|
+
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3275
|
+
export {
|
|
3276
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3277
|
+
default as XCircleIcon
|
|
3278
|
+
} from '../icons/circle-x';
|
|
3277
3279
|
// ClipboardPenLine aliases
|
|
3278
3280
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3279
3281
|
export {
|
|
@@ -3286,12 +3288,6 @@ export {
|
|
|
3286
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 */
|
|
3287
3289
|
default as ClipboardEditIcon
|
|
3288
3290
|
} from '../icons/clipboard-pen';
|
|
3289
|
-
// CloudUpload aliases
|
|
3290
|
-
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3291
|
-
export {
|
|
3292
|
-
/** @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 */
|
|
3293
|
-
default as UploadCloudIcon
|
|
3294
|
-
} from '../icons/cloud-upload';
|
|
3295
3291
|
// CloudDownload aliases
|
|
3296
3292
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3297
3293
|
export {
|
|
@@ -3304,6 +3300,12 @@ export {
|
|
|
3304
3300
|
/** @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 */
|
|
3305
3301
|
default as Code2Icon
|
|
3306
3302
|
} from '../icons/code-xml';
|
|
3303
|
+
// CloudUpload aliases
|
|
3304
|
+
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3305
|
+
export {
|
|
3306
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3307
|
+
default as UploadCloudIcon
|
|
3308
|
+
} from '../icons/cloud-upload';
|
|
3307
3309
|
// Columns2 aliases
|
|
3308
3310
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3309
3311
|
export {
|
|
@@ -3320,54 +3322,54 @@ export {
|
|
|
3320
3322
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3321
3323
|
default as TableConfigIcon
|
|
3322
3324
|
} from '../icons/columns-3-cog';
|
|
3323
|
-
// ContactRound aliases
|
|
3324
|
-
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3325
|
-
export {
|
|
3326
|
-
/** @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 */
|
|
3327
|
-
default as Contact2Icon
|
|
3328
|
-
} from '../icons/contact-round';
|
|
3329
3325
|
// Columns3 aliases
|
|
3330
3326
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3331
3327
|
export {
|
|
3332
3328
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3333
3329
|
default as PanelsLeftRightIcon
|
|
3334
3330
|
} from '../icons/columns-3';
|
|
3331
|
+
// ContactRound aliases
|
|
3332
|
+
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3333
|
+
export {
|
|
3334
|
+
/** @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
|
+
default as Contact2Icon
|
|
3336
|
+
} from '../icons/contact-round';
|
|
3335
3337
|
// Earth aliases
|
|
3336
3338
|
export { default as EarthIcon } from '../icons/earth';
|
|
3337
3339
|
export {
|
|
3338
3340
|
/** @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 */
|
|
3339
3341
|
default as Globe2Icon
|
|
3340
3342
|
} from '../icons/earth';
|
|
3341
|
-
//
|
|
3342
|
-
export { default as
|
|
3343
|
+
// EllipsisVertical aliases
|
|
3344
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3343
3345
|
export {
|
|
3344
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3345
|
-
default as
|
|
3346
|
-
} from '../icons/
|
|
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';
|
|
3347
3349
|
// Ellipsis aliases
|
|
3348
3350
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3349
3351
|
export {
|
|
3350
3352
|
/** @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 */
|
|
3351
3353
|
default as MoreHorizontalIcon
|
|
3352
3354
|
} from '../icons/ellipsis';
|
|
3353
|
-
//
|
|
3354
|
-
export { default as
|
|
3355
|
-
export {
|
|
3356
|
-
/** @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 */
|
|
3357
|
-
default as MoreVerticalIcon
|
|
3358
|
-
} from '../icons/ellipsis-vertical';
|
|
3359
|
-
// FileBadge aliases
|
|
3360
|
-
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3355
|
+
// DiamondPercent aliases
|
|
3356
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3361
3357
|
export {
|
|
3362
|
-
/** @deprecated The icon was
|
|
3363
|
-
default as
|
|
3364
|
-
} from '../icons/
|
|
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';
|
|
3365
3361
|
// FileAxis3d aliases
|
|
3366
3362
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3367
3363
|
export {
|
|
3368
3364
|
/** @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 */
|
|
3369
3365
|
default as FileAxis3DIcon
|
|
3370
3366
|
} from '../icons/file-axis-3d';
|
|
3367
|
+
// FileBadge aliases
|
|
3368
|
+
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3369
|
+
export {
|
|
3370
|
+
/** @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
|
+
default as FileBadge2Icon
|
|
3372
|
+
} from '../icons/file-badge';
|
|
3371
3373
|
// FileBraces aliases
|
|
3372
3374
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3373
3375
|
export {
|
|
@@ -3386,12 +3388,6 @@ export {
|
|
|
3386
3388
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3387
3389
|
default as FileBarChartIcon
|
|
3388
3390
|
} from '../icons/file-chart-column-increasing';
|
|
3389
|
-
// FileChartColumn aliases
|
|
3390
|
-
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3391
|
-
export {
|
|
3392
|
-
/** @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 */
|
|
3393
|
-
default as FileBarChart2Icon
|
|
3394
|
-
} from '../icons/file-chart-column';
|
|
3395
3391
|
// FileChartLine aliases
|
|
3396
3392
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3397
3393
|
export {
|
|
@@ -3404,6 +3400,12 @@ export {
|
|
|
3404
3400
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3405
3401
|
default as FilePieChartIcon
|
|
3406
3402
|
} 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';
|
|
3407
3409
|
// FileCheckCorner aliases
|
|
3408
3410
|
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3409
3411
|
export {
|
|
@@ -3416,18 +3418,18 @@ export {
|
|
|
3416
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 */
|
|
3417
3419
|
default as FileCode2Icon
|
|
3418
3420
|
} from '../icons/file-code-corner';
|
|
3419
|
-
// FileExclamationPoint aliases
|
|
3420
|
-
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3421
|
-
export {
|
|
3422
|
-
/** @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 */
|
|
3423
|
-
default as FileWarningIcon
|
|
3424
|
-
} from '../icons/file-exclamation-point';
|
|
3425
3421
|
// FileCog aliases
|
|
3426
3422
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3427
3423
|
export {
|
|
3428
3424
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3429
3425
|
default as FileCog2Icon
|
|
3430
3426
|
} from '../icons/file-cog';
|
|
3427
|
+
// FileExclamationPoint aliases
|
|
3428
|
+
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3429
|
+
export {
|
|
3430
|
+
/** @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 */
|
|
3431
|
+
default as FileWarningIcon
|
|
3432
|
+
} from '../icons/file-exclamation-point';
|
|
3431
3433
|
// FileHeadphone aliases
|
|
3432
3434
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3433
3435
|
export {
|
|
@@ -3438,18 +3440,18 @@ export {
|
|
|
3438
3440
|
/** @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 */
|
|
3439
3441
|
default as FileAudio2Icon
|
|
3440
3442
|
} from '../icons/file-headphone';
|
|
3441
|
-
// FileKey aliases
|
|
3442
|
-
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3443
|
-
export {
|
|
3444
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3445
|
-
default as FileKey2Icon
|
|
3446
|
-
} from '../icons/file-key';
|
|
3447
3443
|
// FileLock aliases
|
|
3448
3444
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3449
3445
|
export {
|
|
3450
3446
|
/** @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 */
|
|
3451
3447
|
default as FileLock2Icon
|
|
3452
3448
|
} from '../icons/file-lock';
|
|
3449
|
+
// FileKey aliases
|
|
3450
|
+
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3451
|
+
export {
|
|
3452
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3453
|
+
default as FileKey2Icon
|
|
3454
|
+
} from '../icons/file-key';
|
|
3453
3455
|
// FileMinusCorner aliases
|
|
3454
3456
|
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3455
3457
|
export {
|
|
@@ -3474,12 +3476,6 @@ export {
|
|
|
3474
3476
|
/** @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 */
|
|
3475
3477
|
default as FileVideoIcon
|
|
3476
3478
|
} from '../icons/file-play';
|
|
3477
|
-
// FilePlusCorner aliases
|
|
3478
|
-
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3479
|
-
export {
|
|
3480
|
-
/** @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 */
|
|
3481
|
-
default as FilePlus2Icon
|
|
3482
|
-
} from '../icons/file-plus-corner';
|
|
3483
3479
|
// FileQuestionMark aliases
|
|
3484
3480
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3485
3481
|
export {
|
|
@@ -3492,66 +3488,72 @@ export {
|
|
|
3492
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 */
|
|
3493
3489
|
default as FileVolume2Icon
|
|
3494
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';
|
|
3495
3497
|
// FileSearchCorner aliases
|
|
3496
3498
|
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3497
3499
|
export {
|
|
3498
3500
|
/** @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 */
|
|
3499
3501
|
default as FileSearch2Icon
|
|
3500
3502
|
} from '../icons/file-search-corner';
|
|
3501
|
-
//
|
|
3502
|
-
export { default as
|
|
3503
|
+
// FilePlusCorner aliases
|
|
3504
|
+
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3503
3505
|
export {
|
|
3504
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3505
|
-
default as
|
|
3506
|
-
} from '../icons/file-
|
|
3507
|
-
//
|
|
3508
|
-
export { default as
|
|
3506
|
+
/** @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 */
|
|
3507
|
+
default as FilePlus2Icon
|
|
3508
|
+
} from '../icons/file-plus-corner';
|
|
3509
|
+
// FileVideoCamera aliases
|
|
3510
|
+
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3509
3511
|
export {
|
|
3510
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3511
|
-
default as
|
|
3512
|
-
} from '../icons/file-
|
|
3512
|
+
/** @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
|
+
default as FileVideo2Icon
|
|
3514
|
+
} from '../icons/file-video-camera';
|
|
3513
3515
|
// FingerprintPattern aliases
|
|
3514
3516
|
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3515
3517
|
export {
|
|
3516
3518
|
/** @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 */
|
|
3517
3519
|
default as FingerprintIcon
|
|
3518
3520
|
} from '../icons/fingerprint-pattern';
|
|
3519
|
-
//
|
|
3520
|
-
export { default as
|
|
3521
|
+
// FileXCorner aliases
|
|
3522
|
+
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3521
3523
|
export {
|
|
3522
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3523
|
-
default as
|
|
3524
|
-
} from '../icons/file-
|
|
3524
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3525
|
+
default as FileX2Icon
|
|
3526
|
+
} from '../icons/file-x-corner';
|
|
3525
3527
|
// FolderCog aliases
|
|
3526
3528
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3527
3529
|
export {
|
|
3528
3530
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3529
3531
|
default as FolderCog2Icon
|
|
3530
3532
|
} from '../icons/folder-cog';
|
|
3531
|
-
// FunnelX aliases
|
|
3532
|
-
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3533
|
-
export {
|
|
3534
|
-
/** @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 */
|
|
3535
|
-
default as FilterXIcon
|
|
3536
|
-
} from '../icons/funnel-x';
|
|
3537
3533
|
// FolderPen aliases
|
|
3538
3534
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3539
3535
|
export {
|
|
3540
3536
|
/** @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 */
|
|
3541
3537
|
default as FolderEditIcon
|
|
3542
3538
|
} from '../icons/folder-pen';
|
|
3543
|
-
// GitCommitHorizontal aliases
|
|
3544
|
-
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3545
|
-
export {
|
|
3546
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3547
|
-
default as GitCommitIcon
|
|
3548
|
-
} from '../icons/git-commit-horizontal';
|
|
3549
3539
|
// Funnel aliases
|
|
3550
3540
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3551
3541
|
export {
|
|
3552
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 */
|
|
3553
3543
|
default as FilterIcon
|
|
3554
3544
|
} from '../icons/funnel';
|
|
3545
|
+
// FunnelX aliases
|
|
3546
|
+
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3547
|
+
export {
|
|
3548
|
+
/** @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
|
+
default as FilterXIcon
|
|
3550
|
+
} from '../icons/funnel-x';
|
|
3551
|
+
// GitCommitHorizontal aliases
|
|
3552
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3553
|
+
export {
|
|
3554
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3555
|
+
default as GitCommitIcon
|
|
3556
|
+
} from '../icons/git-commit-horizontal';
|
|
3555
3557
|
// Grid2x2Check aliases
|
|
3556
3558
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3557
3559
|
export {
|
|
@@ -3564,24 +3566,18 @@ export {
|
|
|
3564
3566
|
/** @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 */
|
|
3565
3567
|
default as Grid2X2PlusIcon
|
|
3566
3568
|
} from '../icons/grid-2x2-plus';
|
|
3567
|
-
// Grid2x2 aliases
|
|
3568
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3569
|
-
export {
|
|
3570
|
-
/** @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 */
|
|
3571
|
-
default as Grid2X2Icon
|
|
3572
|
-
} from '../icons/grid-2x2';
|
|
3573
3569
|
// Grid2x2X aliases
|
|
3574
3570
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3575
3571
|
export {
|
|
3576
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 */
|
|
3577
3573
|
default as Grid2X2XIcon
|
|
3578
3574
|
} from '../icons/grid-2x2-x';
|
|
3579
|
-
//
|
|
3580
|
-
export { default as
|
|
3575
|
+
// Grid2x2 aliases
|
|
3576
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3581
3577
|
export {
|
|
3582
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3583
|
-
default as
|
|
3584
|
-
} from '../icons/
|
|
3578
|
+
/** @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
|
+
default as Grid2X2Icon
|
|
3580
|
+
} from '../icons/grid-2x2';
|
|
3585
3581
|
// Grid3x3 aliases
|
|
3586
3582
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3587
3583
|
export {
|
|
@@ -3592,6 +3588,12 @@ export {
|
|
|
3592
3588
|
/** @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 */
|
|
3593
3589
|
default as Grid3X3Icon
|
|
3594
3590
|
} from '../icons/grid-3x3';
|
|
3591
|
+
// HandGrab aliases
|
|
3592
|
+
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3593
|
+
export {
|
|
3594
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3595
|
+
default as GrabIcon
|
|
3596
|
+
} from '../icons/hand-grab';
|
|
3595
3597
|
// HandHelping aliases
|
|
3596
3598
|
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3597
3599
|
export {
|
|
@@ -3604,24 +3606,30 @@ export {
|
|
|
3604
3606
|
/** @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 */
|
|
3605
3607
|
default as HomeIcon
|
|
3606
3608
|
} from '../icons/house';
|
|
3607
|
-
// IceCreamBowl aliases
|
|
3608
|
-
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3609
|
-
export {
|
|
3610
|
-
/** @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 */
|
|
3611
|
-
default as IceCream2Icon
|
|
3612
|
-
} from '../icons/ice-cream-bowl';
|
|
3613
3609
|
// IceCreamCone aliases
|
|
3614
3610
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3615
3611
|
export {
|
|
3616
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 */
|
|
3617
3613
|
default as IceCreamIcon
|
|
3618
3614
|
} from '../icons/ice-cream-cone';
|
|
3615
|
+
// IceCreamBowl aliases
|
|
3616
|
+
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3617
|
+
export {
|
|
3618
|
+
/** @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
|
+
default as IceCream2Icon
|
|
3620
|
+
} from '../icons/ice-cream-bowl';
|
|
3619
3621
|
// LaptopMinimal aliases
|
|
3620
3622
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3621
3623
|
export {
|
|
3622
3624
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
3623
3625
|
default as Laptop2Icon
|
|
3624
3626
|
} 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';
|
|
3625
3633
|
// ListIndentDecrease aliases
|
|
3626
3634
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3627
3635
|
export {
|
|
@@ -3632,6 +3640,12 @@ export {
|
|
|
3632
3640
|
/** @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 */
|
|
3633
3641
|
default as IndentDecreaseIcon
|
|
3634
3642
|
} from '../icons/list-indent-decrease';
|
|
3643
|
+
// LoaderCircle aliases
|
|
3644
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3645
|
+
export {
|
|
3646
|
+
/** @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 */
|
|
3647
|
+
default as Loader2Icon
|
|
3648
|
+
} from '../icons/loader-circle';
|
|
3635
3649
|
// ListIndentIncrease aliases
|
|
3636
3650
|
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3637
3651
|
export {
|
|
@@ -3642,18 +3656,6 @@ export {
|
|
|
3642
3656
|
/** @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 */
|
|
3643
3657
|
default as IndentIncreaseIcon
|
|
3644
3658
|
} from '../icons/list-indent-increase';
|
|
3645
|
-
// Layers aliases
|
|
3646
|
-
export { default as LayersIcon } from '../icons/layers';
|
|
3647
|
-
export {
|
|
3648
|
-
/** @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 */
|
|
3649
|
-
default as Layers3Icon
|
|
3650
|
-
} from '../icons/layers';
|
|
3651
|
-
// LoaderCircle aliases
|
|
3652
|
-
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3653
|
-
export {
|
|
3654
|
-
/** @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 */
|
|
3655
|
-
default as Loader2Icon
|
|
3656
|
-
} from '../icons/loader-circle';
|
|
3657
3659
|
// LockKeyholeOpen aliases
|
|
3658
3660
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3659
3661
|
export {
|
|
@@ -3708,42 +3710,42 @@ export {
|
|
|
3708
3710
|
/** @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 */
|
|
3709
3711
|
default as AlertOctagonIcon
|
|
3710
3712
|
} from '../icons/octagon-alert';
|
|
3711
|
-
// PanelBottomDashed aliases
|
|
3712
|
-
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3713
|
-
export {
|
|
3714
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3715
|
-
default as PanelBottomInactiveIcon
|
|
3716
|
-
} from '../icons/panel-bottom-dashed';
|
|
3717
3713
|
// PaintbrushVertical aliases
|
|
3718
3714
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3719
3715
|
export {
|
|
3720
3716
|
/** @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 */
|
|
3721
3717
|
default as Paintbrush2Icon
|
|
3722
3718
|
} from '../icons/paintbrush-vertical';
|
|
3723
|
-
//
|
|
3724
|
-
export { default as
|
|
3719
|
+
// OctagonX aliases
|
|
3720
|
+
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3725
3721
|
export {
|
|
3726
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3727
|
-
default as
|
|
3728
|
-
} from '../icons/
|
|
3722
|
+
/** @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 */
|
|
3723
|
+
default as XOctagonIcon
|
|
3724
|
+
} from '../icons/octagon-x';
|
|
3725
|
+
// PanelBottomDashed aliases
|
|
3726
|
+
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3727
|
+
export {
|
|
3728
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3729
|
+
default as PanelBottomInactiveIcon
|
|
3730
|
+
} from '../icons/panel-bottom-dashed';
|
|
3729
3731
|
// PanelLeftDashed aliases
|
|
3730
3732
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3731
3733
|
export {
|
|
3732
3734
|
/** @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 */
|
|
3733
3735
|
default as PanelLeftInactiveIcon
|
|
3734
3736
|
} from '../icons/panel-left-dashed';
|
|
3735
|
-
// OctagonX aliases
|
|
3736
|
-
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3737
|
-
export {
|
|
3738
|
-
/** @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 */
|
|
3739
|
-
default as XOctagonIcon
|
|
3740
|
-
} from '../icons/octagon-x';
|
|
3741
3737
|
// PanelLeftOpen aliases
|
|
3742
3738
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3743
3739
|
export {
|
|
3744
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 */
|
|
3745
3741
|
default as SidebarOpenIcon
|
|
3746
3742
|
} from '../icons/panel-left-open';
|
|
3743
|
+
// PanelLeftClose aliases
|
|
3744
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3745
|
+
export {
|
|
3746
|
+
/** @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 */
|
|
3747
|
+
default as SidebarCloseIcon
|
|
3748
|
+
} from '../icons/panel-left-close';
|
|
3747
3749
|
// PanelLeft aliases
|
|
3748
3750
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3749
3751
|
export {
|
|
@@ -3756,78 +3758,78 @@ export {
|
|
|
3756
3758
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3757
3759
|
default as PanelTopInactiveIcon
|
|
3758
3760
|
} from '../icons/panel-top-dashed';
|
|
3759
|
-
// PanelRightDashed aliases
|
|
3760
|
-
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3761
|
-
export {
|
|
3762
|
-
/** @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 */
|
|
3763
|
-
default as PanelRightInactiveIcon
|
|
3764
|
-
} from '../icons/panel-right-dashed';
|
|
3765
3761
|
// PanelsTopLeft aliases
|
|
3766
3762
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3767
3763
|
export {
|
|
3768
3764
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
3769
3765
|
default as LayoutIcon
|
|
3770
3766
|
} from '../icons/panels-top-left';
|
|
3771
|
-
//
|
|
3772
|
-
export { default as
|
|
3767
|
+
// PanelRightDashed aliases
|
|
3768
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3773
3769
|
export {
|
|
3774
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3775
|
-
default as
|
|
3776
|
-
} from '../icons/
|
|
3770
|
+
/** @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 */
|
|
3771
|
+
default as PanelRightInactiveIcon
|
|
3772
|
+
} from '../icons/panel-right-dashed';
|
|
3777
3773
|
// Pen aliases
|
|
3778
3774
|
export { default as PenIcon } from '../icons/pen';
|
|
3779
3775
|
export {
|
|
3780
3776
|
/** @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 */
|
|
3781
3777
|
default as Edit2Icon
|
|
3782
3778
|
} 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';
|
|
3783
3785
|
// PlugZap aliases
|
|
3784
3786
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3785
3787
|
export {
|
|
3786
3788
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3787
3789
|
default as PlugZap2Icon
|
|
3788
3790
|
} from '../icons/plug-zap';
|
|
3789
|
-
// Rotate3d aliases
|
|
3790
|
-
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3791
|
-
export {
|
|
3792
|
-
/** @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 */
|
|
3793
|
-
default as Rotate3DIcon
|
|
3794
|
-
} from '../icons/rotate-3d';
|
|
3795
|
-
// Rows2 aliases
|
|
3796
|
-
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3797
|
-
export {
|
|
3798
|
-
/** @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 */
|
|
3799
|
-
default as RowsIcon
|
|
3800
|
-
} from '../icons/rows-2';
|
|
3801
3791
|
// RectangleEllipsis aliases
|
|
3802
3792
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3803
3793
|
export {
|
|
3804
3794
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3805
3795
|
default as FormInputIcon
|
|
3806
3796
|
} from '../icons/rectangle-ellipsis';
|
|
3797
|
+
// Rotate3d aliases
|
|
3798
|
+
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3799
|
+
export {
|
|
3800
|
+
/** @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
|
+
default as Rotate3DIcon
|
|
3802
|
+
} from '../icons/rotate-3d';
|
|
3807
3803
|
// Rows3 aliases
|
|
3808
3804
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3809
3805
|
export {
|
|
3810
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 */
|
|
3811
3807
|
default as PanelsTopBottomIcon
|
|
3812
3808
|
} from '../icons/rows-3';
|
|
3809
|
+
// Rows2 aliases
|
|
3810
|
+
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3811
|
+
export {
|
|
3812
|
+
/** @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
|
+
default as RowsIcon
|
|
3814
|
+
} from '../icons/rows-2';
|
|
3813
3815
|
// Scale3d aliases
|
|
3814
3816
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3815
3817
|
export {
|
|
3816
3818
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3817
3819
|
default as Scale3DIcon
|
|
3818
3820
|
} from '../icons/scale-3d';
|
|
3819
|
-
// ShieldQuestionMark aliases
|
|
3820
|
-
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3821
|
-
export {
|
|
3822
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3823
|
-
default as ShieldQuestionIcon
|
|
3824
|
-
} from '../icons/shield-question-mark';
|
|
3825
3821
|
// SendHorizontal aliases
|
|
3826
3822
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3827
3823
|
export {
|
|
3828
3824
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3829
3825
|
default as SendHorizonalIcon
|
|
3830
3826
|
} from '../icons/send-horizontal';
|
|
3827
|
+
// ShieldQuestionMark aliases
|
|
3828
|
+
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3829
|
+
export {
|
|
3830
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3831
|
+
default as ShieldQuestionIcon
|
|
3832
|
+
} from '../icons/shield-question-mark';
|
|
3831
3833
|
// ShieldX aliases
|
|
3832
3834
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3833
3835
|
export {
|
|
@@ -3840,30 +3842,30 @@ export {
|
|
|
3840
3842
|
/** @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 */
|
|
3841
3843
|
default as SlidersIcon
|
|
3842
3844
|
} from '../icons/sliders-vertical';
|
|
3843
|
-
// Sparkles aliases
|
|
3844
|
-
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3845
|
-
export {
|
|
3846
|
-
/** @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 */
|
|
3847
|
-
default as StarsIcon
|
|
3848
|
-
} from '../icons/sparkles';
|
|
3849
3845
|
// SquareActivity aliases
|
|
3850
3846
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3851
3847
|
export {
|
|
3852
3848
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3853
3849
|
default as ActivitySquareIcon
|
|
3854
3850
|
} 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';
|
|
3855
3857
|
// SquareArrowDownRight aliases
|
|
3856
3858
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3857
3859
|
export {
|
|
3858
3860
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3859
3861
|
default as ArrowDownRightSquareIcon
|
|
3860
3862
|
} from '../icons/square-arrow-down-right';
|
|
3861
|
-
//
|
|
3862
|
-
export { default as
|
|
3863
|
+
// Sparkles aliases
|
|
3864
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3863
3865
|
export {
|
|
3864
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3865
|
-
default as
|
|
3866
|
-
} from '../icons/
|
|
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';
|
|
3867
3869
|
// SquareArrowDown aliases
|
|
3868
3870
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3869
3871
|
export {
|
|
@@ -3876,48 +3878,48 @@ export {
|
|
|
3876
3878
|
/** @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 */
|
|
3877
3879
|
default as ArrowLeftSquareIcon
|
|
3878
3880
|
} from '../icons/square-arrow-left';
|
|
3879
|
-
// SquareArrowOutDownLeft aliases
|
|
3880
|
-
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3881
|
-
export {
|
|
3882
|
-
/** @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 */
|
|
3883
|
-
default as ArrowDownLeftFromSquareIcon
|
|
3884
|
-
} from '../icons/square-arrow-out-down-left';
|
|
3885
3881
|
// SquareArrowOutUpLeft aliases
|
|
3886
3882
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3887
3883
|
export {
|
|
3888
3884
|
/** @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 */
|
|
3889
3885
|
default as ArrowUpLeftFromSquareIcon
|
|
3890
3886
|
} from '../icons/square-arrow-out-up-left';
|
|
3891
|
-
//
|
|
3892
|
-
export { default as
|
|
3887
|
+
// SquareArrowOutDownLeft aliases
|
|
3888
|
+
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3893
3889
|
export {
|
|
3894
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3895
|
-
default as
|
|
3896
|
-
} from '../icons/square-arrow-out-down-
|
|
3890
|
+
/** @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
|
+
default as ArrowDownLeftFromSquareIcon
|
|
3892
|
+
} from '../icons/square-arrow-out-down-left';
|
|
3897
3893
|
// SquareArrowOutUpRight aliases
|
|
3898
3894
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3899
3895
|
export {
|
|
3900
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 */
|
|
3901
3897
|
default as ArrowUpRightFromSquareIcon
|
|
3902
3898
|
} from '../icons/square-arrow-out-up-right';
|
|
3899
|
+
// SquareArrowOutDownRight aliases
|
|
3900
|
+
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3901
|
+
export {
|
|
3902
|
+
/** @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
|
+
default as ArrowDownRightFromSquareIcon
|
|
3904
|
+
} from '../icons/square-arrow-out-down-right';
|
|
3903
3905
|
// SquareArrowRight aliases
|
|
3904
3906
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3905
3907
|
export {
|
|
3906
3908
|
/** @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 */
|
|
3907
3909
|
default as ArrowRightSquareIcon
|
|
3908
3910
|
} from '../icons/square-arrow-right';
|
|
3909
|
-
// SquareArrowUpLeft aliases
|
|
3910
|
-
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3911
|
-
export {
|
|
3912
|
-
/** @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 */
|
|
3913
|
-
default as ArrowUpLeftSquareIcon
|
|
3914
|
-
} from '../icons/square-arrow-up-left';
|
|
3915
3911
|
// SquareArrowUpRight aliases
|
|
3916
3912
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3917
3913
|
export {
|
|
3918
3914
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
3919
3915
|
default as ArrowUpRightSquareIcon
|
|
3920
3916
|
} from '../icons/square-arrow-up-right';
|
|
3917
|
+
// SquareArrowUpLeft aliases
|
|
3918
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3919
|
+
export {
|
|
3920
|
+
/** @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
|
+
default as ArrowUpLeftSquareIcon
|
|
3922
|
+
} from '../icons/square-arrow-up-left';
|
|
3921
3923
|
// SquareArrowUp aliases
|
|
3922
3924
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3923
3925
|
export {
|
|
@@ -3946,60 +3948,60 @@ export {
|
|
|
3946
3948
|
/** @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 */
|
|
3947
3949
|
default as SquareGanttChartIcon
|
|
3948
3950
|
} from '../icons/square-chart-gantt';
|
|
3949
|
-
// SquareCheck aliases
|
|
3950
|
-
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3951
|
-
export {
|
|
3952
|
-
/** @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 */
|
|
3953
|
-
default as CheckSquare2Icon
|
|
3954
|
-
} from '../icons/square-check';
|
|
3955
3951
|
// SquareCheckBig aliases
|
|
3956
3952
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3957
3953
|
export {
|
|
3958
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 */
|
|
3959
3955
|
default as CheckSquareIcon
|
|
3960
3956
|
} from '../icons/square-check-big';
|
|
3957
|
+
// SquareCheck aliases
|
|
3958
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3959
|
+
export {
|
|
3960
|
+
/** @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
|
+
default as CheckSquare2Icon
|
|
3962
|
+
} from '../icons/square-check';
|
|
3961
3963
|
// SquareChevronDown aliases
|
|
3962
3964
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3963
3965
|
export {
|
|
3964
3966
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
3965
3967
|
default as ChevronDownSquareIcon
|
|
3966
3968
|
} from '../icons/square-chevron-down';
|
|
3967
|
-
//
|
|
3968
|
-
export { default as
|
|
3969
|
+
// SquareChevronRight aliases
|
|
3970
|
+
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3969
3971
|
export {
|
|
3970
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3971
|
-
default as
|
|
3972
|
-
} from '../icons/square-chevron-
|
|
3972
|
+
/** @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
|
+
default as ChevronRightSquareIcon
|
|
3974
|
+
} from '../icons/square-chevron-right';
|
|
3973
3975
|
// SquareChevronUp aliases
|
|
3974
3976
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3975
3977
|
export {
|
|
3976
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 */
|
|
3977
3979
|
default as ChevronUpSquareIcon
|
|
3978
3980
|
} from '../icons/square-chevron-up';
|
|
3979
|
-
//
|
|
3980
|
-
export { default as
|
|
3981
|
+
// SquareChevronLeft aliases
|
|
3982
|
+
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3981
3983
|
export {
|
|
3982
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3983
|
-
default as
|
|
3984
|
-
} from '../icons/square-chevron-
|
|
3984
|
+
/** @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
|
+
default as ChevronLeftSquareIcon
|
|
3986
|
+
} from '../icons/square-chevron-left';
|
|
3985
3987
|
// SquareCode aliases
|
|
3986
3988
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3987
3989
|
export {
|
|
3988
3990
|
/** @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 */
|
|
3989
3991
|
default as CodeSquareIcon
|
|
3990
3992
|
} from '../icons/square-code';
|
|
3991
|
-
// SquareDashedMousePointer aliases
|
|
3992
|
-
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3993
|
-
export {
|
|
3994
|
-
/** @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 */
|
|
3995
|
-
default as MousePointerSquareDashedIcon
|
|
3996
|
-
} from '../icons/square-dashed-mouse-pointer';
|
|
3997
3993
|
// SquareDashedKanban aliases
|
|
3998
3994
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3999
3995
|
export {
|
|
4000
3996
|
/** @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 */
|
|
4001
3997
|
default as KanbanSquareDashedIcon
|
|
4002
3998
|
} from '../icons/square-dashed-kanban';
|
|
3999
|
+
// SquareDashedMousePointer aliases
|
|
4000
|
+
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4001
|
+
export {
|
|
4002
|
+
/** @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
|
+
default as MousePointerSquareDashedIcon
|
|
4004
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
4003
4005
|
// SquareDashed aliases
|
|
4004
4006
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4005
4007
|
export {
|
|
@@ -4030,12 +4032,6 @@ export {
|
|
|
4030
4032
|
/** @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 */
|
|
4031
4033
|
default as EqualSquareIcon
|
|
4032
4034
|
} from '../icons/square-equal';
|
|
4033
|
-
// SquareKanban aliases
|
|
4034
|
-
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4035
|
-
export {
|
|
4036
|
-
/** @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 */
|
|
4037
|
-
default as KanbanSquareIcon
|
|
4038
|
-
} from '../icons/square-kanban';
|
|
4039
4035
|
// SquareLibrary aliases
|
|
4040
4036
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4041
4037
|
export {
|
|
@@ -4048,36 +4044,36 @@ export {
|
|
|
4048
4044
|
/** @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 */
|
|
4049
4045
|
default as MSquareIcon
|
|
4050
4046
|
} from '../icons/square-m';
|
|
4051
|
-
//
|
|
4052
|
-
export { default as
|
|
4047
|
+
// SquareKanban aliases
|
|
4048
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4053
4049
|
export {
|
|
4054
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4055
|
-
default as
|
|
4056
|
-
} from '../icons/square-
|
|
4050
|
+
/** @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 */
|
|
4051
|
+
default as KanbanSquareIcon
|
|
4052
|
+
} from '../icons/square-kanban';
|
|
4057
4053
|
// SquareMinus aliases
|
|
4058
4054
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4059
4055
|
export {
|
|
4060
4056
|
/** @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 */
|
|
4061
4057
|
default as MinusSquareIcon
|
|
4062
4058
|
} from '../icons/square-minus';
|
|
4063
|
-
//
|
|
4064
|
-
export { default as
|
|
4059
|
+
// SquareMenu aliases
|
|
4060
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4065
4061
|
export {
|
|
4066
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4067
|
-
default as
|
|
4068
|
-
} from '../icons/square-
|
|
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';
|
|
4069
4065
|
// SquareMousePointer aliases
|
|
4070
4066
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4071
4067
|
export {
|
|
4072
4068
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
4073
4069
|
default as InspectIcon
|
|
4074
4070
|
} from '../icons/square-mouse-pointer';
|
|
4075
|
-
//
|
|
4076
|
-
export { default as
|
|
4071
|
+
// SquareParkingOff aliases
|
|
4072
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4077
4073
|
export {
|
|
4078
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4079
|
-
default as
|
|
4080
|
-
} from '../icons/square-parking';
|
|
4074
|
+
/** @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
|
+
default as ParkingSquareOffIcon
|
|
4076
|
+
} from '../icons/square-parking-off';
|
|
4081
4077
|
// SquarePen aliases
|
|
4082
4078
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4083
4079
|
export {
|
|
@@ -4092,6 +4088,12 @@ export {
|
|
|
4092
4088
|
/** @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 */
|
|
4093
4089
|
default as PenSquareIcon
|
|
4094
4090
|
} from '../icons/square-pen';
|
|
4091
|
+
// SquareParking aliases
|
|
4092
|
+
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4093
|
+
export {
|
|
4094
|
+
/** @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 */
|
|
4095
|
+
default as ParkingSquareIcon
|
|
4096
|
+
} from '../icons/square-parking';
|
|
4095
4097
|
// SquarePi aliases
|
|
4096
4098
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4097
4099
|
export {
|
|
@@ -4116,42 +4118,36 @@ export {
|
|
|
4116
4118
|
/** @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 */
|
|
4117
4119
|
default as PlaySquareIcon
|
|
4118
4120
|
} from '../icons/square-play';
|
|
4119
|
-
// SquarePlus aliases
|
|
4120
|
-
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4121
|
-
export {
|
|
4122
|
-
/** @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 */
|
|
4123
|
-
default as PlusSquareIcon
|
|
4124
|
-
} from '../icons/square-plus';
|
|
4125
4121
|
// SquarePower aliases
|
|
4126
4122
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4127
4123
|
export {
|
|
4128
4124
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4129
4125
|
default as PowerSquareIcon
|
|
4130
4126
|
} from '../icons/square-power';
|
|
4127
|
+
// SquarePlus aliases
|
|
4128
|
+
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4129
|
+
export {
|
|
4130
|
+
/** @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 */
|
|
4131
|
+
default as PlusSquareIcon
|
|
4132
|
+
} from '../icons/square-plus';
|
|
4131
4133
|
// SquareScissors aliases
|
|
4132
4134
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4133
4135
|
export {
|
|
4134
4136
|
/** @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 */
|
|
4135
4137
|
default as ScissorsSquareIcon
|
|
4136
4138
|
} from '../icons/square-scissors';
|
|
4137
|
-
// SquareSigma aliases
|
|
4138
|
-
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4139
|
-
export {
|
|
4140
|
-
/** @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 */
|
|
4141
|
-
default as SigmaSquareIcon
|
|
4142
|
-
} from '../icons/square-sigma';
|
|
4143
|
-
// SquareSlash aliases
|
|
4144
|
-
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4145
|
-
export {
|
|
4146
|
-
/** @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 */
|
|
4147
|
-
default as SlashSquareIcon
|
|
4148
|
-
} from '../icons/square-slash';
|
|
4149
4139
|
// SquareSplitHorizontal aliases
|
|
4150
4140
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4151
4141
|
export {
|
|
4152
4142
|
/** @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 */
|
|
4153
4143
|
default as SplitSquareHorizontalIcon
|
|
4154
4144
|
} 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';
|
|
4155
4151
|
// SquareSplitVertical aliases
|
|
4156
4152
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4157
4153
|
export {
|
|
@@ -4164,24 +4160,30 @@ export {
|
|
|
4164
4160
|
/** @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 */
|
|
4165
4161
|
default as TerminalSquareIcon
|
|
4166
4162
|
} from '../icons/square-terminal';
|
|
4167
|
-
// SquareUserRound aliases
|
|
4168
|
-
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4169
|
-
export {
|
|
4170
|
-
/** @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 */
|
|
4171
|
-
default as UserSquare2Icon
|
|
4172
|
-
} from '../icons/square-user-round';
|
|
4173
4163
|
// SquareUser aliases
|
|
4174
4164
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4175
4165
|
export {
|
|
4176
4166
|
/** @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 */
|
|
4177
4167
|
default as UserSquareIcon
|
|
4178
4168
|
} from '../icons/square-user';
|
|
4169
|
+
// SquareSlash aliases
|
|
4170
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4171
|
+
export {
|
|
4172
|
+
/** @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 */
|
|
4173
|
+
default as SlashSquareIcon
|
|
4174
|
+
} from '../icons/square-slash';
|
|
4179
4175
|
// SquareX aliases
|
|
4180
4176
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4181
4177
|
export {
|
|
4182
4178
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
4183
4179
|
default as XSquareIcon
|
|
4184
4180
|
} 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';
|
|
4185
4187
|
// TestTubeDiagonal aliases
|
|
4186
4188
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4187
4189
|
export {
|
|
@@ -4206,16 +4208,6 @@ export {
|
|
|
4206
4208
|
/** @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 */
|
|
4207
4209
|
default as AlignJustifyIcon
|
|
4208
4210
|
} from '../icons/text-align-justify';
|
|
4209
|
-
// TextAlignStart aliases
|
|
4210
|
-
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4211
|
-
export {
|
|
4212
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4213
|
-
default as TextIcon
|
|
4214
|
-
} from '../icons/text-align-start';
|
|
4215
|
-
export {
|
|
4216
|
-
/** @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 */
|
|
4217
|
-
default as AlignLeftIcon
|
|
4218
|
-
} from '../icons/text-align-start';
|
|
4219
4211
|
// TextInitial aliases
|
|
4220
4212
|
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4221
4213
|
export {
|
|
@@ -4228,36 +4220,40 @@ export {
|
|
|
4228
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 */
|
|
4229
4221
|
default as TextSelectionIcon
|
|
4230
4222
|
} from '../icons/text-select';
|
|
4223
|
+
// TextAlignStart aliases
|
|
4224
|
+
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4225
|
+
export {
|
|
4226
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4227
|
+
default as TextIcon
|
|
4228
|
+
} from '../icons/text-align-start';
|
|
4229
|
+
export {
|
|
4230
|
+
/** @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
|
+
default as AlignLeftIcon
|
|
4232
|
+
} from '../icons/text-align-start';
|
|
4231
4233
|
// TextWrap aliases
|
|
4232
4234
|
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4233
4235
|
export {
|
|
4234
4236
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4235
4237
|
default as WrapTextIcon
|
|
4236
4238
|
} from '../icons/text-wrap';
|
|
4237
|
-
// TreePalm aliases
|
|
4238
|
-
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4239
|
-
export {
|
|
4240
|
-
/** @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 */
|
|
4241
|
-
default as PalmtreeIcon
|
|
4242
|
-
} from '../icons/tree-palm';
|
|
4243
4239
|
// TramFront aliases
|
|
4244
4240
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4245
4241
|
export {
|
|
4246
4242
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
4247
4243
|
default as TrainIcon
|
|
4248
4244
|
} from '../icons/tram-front';
|
|
4245
|
+
// TreePalm aliases
|
|
4246
|
+
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4247
|
+
export {
|
|
4248
|
+
/** @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
|
+
default as PalmtreeIcon
|
|
4250
|
+
} from '../icons/tree-palm';
|
|
4249
4251
|
// TvMinimal aliases
|
|
4250
4252
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4251
4253
|
export {
|
|
4252
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 */
|
|
4253
4255
|
default as Tv2Icon
|
|
4254
4256
|
} from '../icons/tv-minimal';
|
|
4255
|
-
// University aliases
|
|
4256
|
-
export { default as UniversityIcon } from '../icons/university';
|
|
4257
|
-
export {
|
|
4258
|
-
/** @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 */
|
|
4259
|
-
default as School2Icon
|
|
4260
|
-
} from '../icons/university';
|
|
4261
4257
|
// TriangleAlert aliases
|
|
4262
4258
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4263
4259
|
export {
|
|
@@ -4270,12 +4266,12 @@ export {
|
|
|
4270
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 */
|
|
4271
4267
|
default as UserCheck2Icon
|
|
4272
4268
|
} from '../icons/user-round-check';
|
|
4273
|
-
//
|
|
4274
|
-
export { default as
|
|
4269
|
+
// University aliases
|
|
4270
|
+
export { default as UniversityIcon } from '../icons/university';
|
|
4275
4271
|
export {
|
|
4276
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4277
|
-
default as
|
|
4278
|
-
} from '../icons/
|
|
4272
|
+
/** @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
|
+
default as School2Icon
|
|
4274
|
+
} from '../icons/university';
|
|
4279
4275
|
// UserRoundCog aliases
|
|
4280
4276
|
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4281
4277
|
export {
|
|
@@ -4288,30 +4284,36 @@ export {
|
|
|
4288
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 */
|
|
4289
4285
|
default as UserPlus2Icon
|
|
4290
4286
|
} from '../icons/user-round-plus';
|
|
4287
|
+
// UserRoundMinus aliases
|
|
4288
|
+
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4289
|
+
export {
|
|
4290
|
+
/** @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
|
+
default as UserMinus2Icon
|
|
4292
|
+
} from '../icons/user-round-minus';
|
|
4291
4293
|
// UserRoundX aliases
|
|
4292
4294
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4293
4295
|
export {
|
|
4294
4296
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4295
4297
|
default as UserX2Icon
|
|
4296
4298
|
} from '../icons/user-round-x';
|
|
4297
|
-
// UsersRound aliases
|
|
4298
|
-
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4299
|
-
export {
|
|
4300
|
-
/** @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 */
|
|
4301
|
-
default as Users2Icon
|
|
4302
|
-
} from '../icons/users-round';
|
|
4303
4299
|
// UserRound aliases
|
|
4304
4300
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4305
4301
|
export {
|
|
4306
4302
|
/** @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 */
|
|
4307
4303
|
default as User2Icon
|
|
4308
4304
|
} from '../icons/user-round';
|
|
4309
|
-
//
|
|
4310
|
-
export { default as
|
|
4305
|
+
// Utensils aliases
|
|
4306
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4311
4307
|
export {
|
|
4312
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4313
|
-
default as
|
|
4314
|
-
} from '../icons/utensils
|
|
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
|
+
// UsersRound aliases
|
|
4312
|
+
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4313
|
+
export {
|
|
4314
|
+
/** @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
|
+
default as Users2Icon
|
|
4316
|
+
} from '../icons/users-round';
|
|
4315
4317
|
// WalletMinimal aliases
|
|
4316
4318
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4317
4319
|
export {
|
|
@@ -4324,10 +4326,10 @@ export {
|
|
|
4324
4326
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
4325
4327
|
default as Wand2Icon
|
|
4326
4328
|
} from '../icons/wand-sparkles';
|
|
4327
|
-
//
|
|
4328
|
-
export { default as
|
|
4329
|
+
// UtensilsCrossed aliases
|
|
4330
|
+
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4329
4331
|
export {
|
|
4330
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4331
|
-
default as
|
|
4332
|
-
} from '../icons/utensils';
|
|
4332
|
+
/** @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
|
+
default as ForkKnifeCrossedIcon
|
|
4334
|
+
} from '../icons/utensils-crossed';
|
|
4333
4335
|
|