@lucide/astro 1.4.0 → 1.6.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 +124 -124
- package/src/aliases/prefixed.ts +618 -614
- package/src/aliases/suffixed.ts +998 -994
- package/src/icons/beef-off.ts +18 -0
- package/src/icons/index.ts +220 -218
- package/src/icons/radio-off.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -2,64 +2,64 @@
|
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
3
|
// AArrowUp aliases
|
|
4
4
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
|
+
// Accessibility aliases
|
|
6
|
+
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
5
7
|
// ALargeSmall aliases
|
|
6
8
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
9
|
// Activity aliases
|
|
8
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
9
|
-
// Accessibility aliases
|
|
10
|
-
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
11
11
|
// AirVent aliases
|
|
12
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
13
|
// Airplay aliases
|
|
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
|
+
// AlarmSmoke aliases
|
|
18
|
+
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
17
19
|
// AlarmClock aliases
|
|
18
20
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
21
|
// Album aliases
|
|
20
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
21
|
-
// AlarmSmoke aliases
|
|
22
|
-
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
23
|
-
// AlignCenterHorizontal aliases
|
|
24
|
-
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
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
|
+
// AlignHorizontalDistributeEnd aliases
|
|
32
|
+
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
31
33
|
// AlignHorizontalDistributeCenter aliases
|
|
32
34
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
35
|
// AlignHorizontalDistributeStart aliases
|
|
34
36
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
35
37
|
// AlignHorizontalJustifyCenter aliases
|
|
36
38
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
37
|
-
// AlignHorizontalDistributeEnd aliases
|
|
38
|
-
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
39
39
|
// AlignHorizontalJustifyEnd aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
41
|
-
// AlignHorizontalSpaceBetween aliases
|
|
42
|
-
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
43
41
|
// AlignHorizontalJustifyStart aliases
|
|
44
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
|
+
// AlignHorizontalSpaceBetween aliases
|
|
44
|
+
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
45
45
|
// AlignHorizontalSpaceAround aliases
|
|
46
46
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
47
|
// AlignStartHorizontal aliases
|
|
48
48
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
49
|
-
// AlignStartVertical aliases
|
|
50
|
-
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';
|
|
51
|
+
// AlignStartVertical aliases
|
|
52
|
+
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
53
53
|
// AlignVerticalDistributeEnd aliases
|
|
54
54
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
55
55
|
// AlignVerticalDistributeStart aliases
|
|
56
56
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
57
57
|
// AlignVerticalJustifyCenter aliases
|
|
58
58
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
|
-
// AlignVerticalJustifyEnd aliases
|
|
60
|
-
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
61
59
|
// AlignVerticalJustifyStart aliases
|
|
62
60
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
61
|
+
// AlignVerticalJustifyEnd aliases
|
|
62
|
+
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
63
63
|
// AlignVerticalSpaceAround aliases
|
|
64
64
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
65
65
|
// AlignVerticalSpaceBetween aliases
|
|
@@ -78,14 +78,14 @@ export { default as AnchorIcon } from '../icons/anchor';
|
|
|
78
78
|
export { default as AngryIcon } from '../icons/angry';
|
|
79
79
|
// Annoyed aliases
|
|
80
80
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
81
|
-
// Anvil aliases
|
|
82
|
-
export { default as AnvilIcon } from '../icons/anvil';
|
|
83
81
|
// Antenna aliases
|
|
84
82
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
85
|
-
//
|
|
86
|
-
export { default as
|
|
83
|
+
// Anvil aliases
|
|
84
|
+
export { default as AnvilIcon } from '../icons/anvil';
|
|
87
85
|
// Aperture aliases
|
|
88
86
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
|
+
// AppWindowMac aliases
|
|
88
|
+
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
89
89
|
// AppWindow aliases
|
|
90
90
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
91
|
// Apple aliases
|
|
@@ -104,26 +104,26 @@ export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
|
104
104
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
105
|
// ArrowBigLeftDash aliases
|
|
106
106
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
|
-
// ArrowBigRightDash aliases
|
|
108
|
-
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
109
107
|
// ArrowBigLeft aliases
|
|
110
108
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
|
+
// ArrowBigRightDash aliases
|
|
110
|
+
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
|
+
// ArrowBigRight aliases
|
|
112
|
+
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
111
113
|
// ArrowBigUpDash aliases
|
|
112
114
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
113
115
|
// ArrowBigUp aliases
|
|
114
116
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
115
|
-
// ArrowBigRight aliases
|
|
116
|
-
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
117
117
|
// ArrowDownFromLine aliases
|
|
118
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
|
|
122
122
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
|
-
// ArrowDownRight aliases
|
|
124
|
-
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
123
|
// ArrowDownToDot aliases
|
|
126
124
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
125
|
+
// ArrowDownRight aliases
|
|
126
|
+
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
127
127
|
// ArrowDownToLine aliases
|
|
128
128
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
129
|
// ArrowDownUp aliases
|
|
@@ -136,22 +136,22 @@ export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line'
|
|
|
136
136
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
137
137
|
// ArrowLeft aliases
|
|
138
138
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
139
|
-
// ArrowRightFromLine aliases
|
|
140
|
-
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
141
139
|
// ArrowLeftToLine aliases
|
|
142
140
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
141
|
+
// ArrowRightFromLine aliases
|
|
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
145
|
// ArrowRightToLine aliases
|
|
146
146
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
147
|
-
// ArrowRight aliases
|
|
148
|
-
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
149
147
|
// ArrowUpDown aliases
|
|
150
148
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
149
|
// ArrowUpFromDot aliases
|
|
152
150
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
153
151
|
// ArrowUpFromLine aliases
|
|
154
152
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
153
|
+
// ArrowRight aliases
|
|
154
|
+
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
155
155
|
// ArrowUpLeft aliases
|
|
156
156
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
157
|
// ArrowUpRight aliases
|
|
@@ -160,10 +160,10 @@ export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
|
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
|
-
// ArrowsUpFromLine aliases
|
|
164
|
-
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
165
163
|
// ArrowUp aliases
|
|
166
164
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
165
|
+
// ArrowsUpFromLine aliases
|
|
166
|
+
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
167
|
// Asterisk aliases
|
|
168
168
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
169
|
// AtSign aliases
|
|
@@ -172,24 +172,24 @@ export { default as AtSignIcon } from '../icons/at-sign';
|
|
|
172
172
|
export { default as AtomIcon } from '../icons/atom';
|
|
173
173
|
// AudioLines aliases
|
|
174
174
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
175
|
+
// Axe aliases
|
|
176
|
+
export { default as AxeIcon } from '../icons/axe';
|
|
175
177
|
// AudioWaveform aliases
|
|
176
178
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
177
179
|
// Award aliases
|
|
178
180
|
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
|
-
//
|
|
184
|
-
export { default as
|
|
183
|
+
// BadgeAlert aliases
|
|
184
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
185
185
|
// BadgeCent aliases
|
|
186
186
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
187
|
+
// Backpack aliases
|
|
188
|
+
export { default as BackpackIcon } from '../icons/backpack';
|
|
187
189
|
// BadgeDollarSign aliases
|
|
188
190
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
189
191
|
// BadgeEuro aliases
|
|
190
192
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
191
|
-
// BadgeAlert aliases
|
|
192
|
-
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
193
193
|
// BadgeIndianRupee aliases
|
|
194
194
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
195
195
|
// BadgeInfo aliases
|
|
@@ -200,14 +200,14 @@ 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
|
-
//
|
|
204
|
-
export { default as
|
|
203
|
+
// BadgePoundSterling aliases
|
|
204
|
+
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
205
205
|
// BadgeRussianRuble aliases
|
|
206
206
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
207
207
|
// BadgeSwissFranc aliases
|
|
208
208
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
209
|
-
//
|
|
210
|
-
export { default as
|
|
209
|
+
// BadgePlus aliases
|
|
210
|
+
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
211
211
|
// BadgeTurkishLira aliases
|
|
212
212
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
213
213
|
// BadgeX aliases
|
|
@@ -218,38 +218,38 @@ export { default as BadgeIcon } from '../icons/badge';
|
|
|
218
218
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
219
219
|
// Balloon aliases
|
|
220
220
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
221
|
-
// Bandage aliases
|
|
222
|
-
export { default as BandageIcon } from '../icons/bandage';
|
|
223
221
|
// Ban aliases
|
|
224
222
|
export { default as BanIcon } from '../icons/ban';
|
|
225
|
-
// BanknoteArrowDown aliases
|
|
226
|
-
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
227
223
|
// Banana aliases
|
|
228
224
|
export { default as BananaIcon } from '../icons/banana';
|
|
225
|
+
// Bandage aliases
|
|
226
|
+
export { default as BandageIcon } from '../icons/bandage';
|
|
229
227
|
// BanknoteArrowUp aliases
|
|
230
228
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
229
|
+
// BanknoteArrowDown aliases
|
|
230
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
231
231
|
// BanknoteX aliases
|
|
232
232
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
233
|
+
// Banknote aliases
|
|
234
|
+
export { default as BanknoteIcon } from '../icons/banknote';
|
|
233
235
|
// Barcode aliases
|
|
234
236
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
235
237
|
// Barrel aliases
|
|
236
238
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
237
|
-
// Banknote aliases
|
|
238
|
-
export { default as BanknoteIcon } from '../icons/banknote';
|
|
239
239
|
// Baseline aliases
|
|
240
240
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
241
|
-
// BatteryLow aliases
|
|
242
|
-
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
243
241
|
// Bath aliases
|
|
244
242
|
export { default as BathIcon } from '../icons/bath';
|
|
245
|
-
// BatteryFull aliases
|
|
246
|
-
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
247
|
-
// BatteryPlus aliases
|
|
248
|
-
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
249
243
|
// BatteryCharging aliases
|
|
250
244
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
245
|
+
// BatteryLow aliases
|
|
246
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
247
|
+
// BatteryFull aliases
|
|
248
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
251
249
|
// BatteryMedium aliases
|
|
252
250
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
251
|
+
// BatteryPlus aliases
|
|
252
|
+
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
253
253
|
// BatteryWarning aliases
|
|
254
254
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
255
255
|
// Battery aliases
|
|
@@ -262,38 +262,40 @@ export { default as BeanOffIcon } from '../icons/bean-off';
|
|
|
262
262
|
export { default as BeanIcon } from '../icons/bean';
|
|
263
263
|
// BedSingle aliases
|
|
264
264
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
265
|
-
// Bed aliases
|
|
266
|
-
export { default as BedIcon } from '../icons/bed';
|
|
267
265
|
// BedDouble aliases
|
|
268
266
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
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
|
-
//
|
|
272
|
-
export { default as
|
|
271
|
+
// BeefOff aliases
|
|
272
|
+
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
273
273
|
// BeerOff aliases
|
|
274
274
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
275
275
|
// BellDot aliases
|
|
276
276
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
277
|
-
//
|
|
278
|
-
export { default as
|
|
277
|
+
// Beer aliases
|
|
278
|
+
export { default as BeerIcon } from '../icons/beer';
|
|
279
279
|
// BellMinus aliases
|
|
280
280
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
281
|
+
// BellElectric aliases
|
|
282
|
+
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
281
283
|
// BellOff aliases
|
|
282
284
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
283
|
-
// BellRing aliases
|
|
284
|
-
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
285
285
|
// BellPlus aliases
|
|
286
286
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
287
|
+
// BellRing aliases
|
|
288
|
+
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
287
289
|
// Bell aliases
|
|
288
290
|
export { default as BellIcon } from '../icons/bell';
|
|
289
291
|
// BetweenVerticalEnd aliases
|
|
290
292
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
291
293
|
// BetweenVerticalStart aliases
|
|
292
294
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
293
|
-
// Bike aliases
|
|
294
|
-
export { default as BikeIcon } from '../icons/bike';
|
|
295
295
|
// BicepsFlexed aliases
|
|
296
296
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
297
|
+
// Bike aliases
|
|
298
|
+
export { default as BikeIcon } from '../icons/bike';
|
|
297
299
|
// Binary aliases
|
|
298
300
|
export { default as BinaryIcon } from '../icons/binary';
|
|
299
301
|
// Binoculars aliases
|
|
@@ -312,124 +314,124 @@ export { default as BlendIcon } from '../icons/blend';
|
|
|
312
314
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
313
315
|
// Blocks aliases
|
|
314
316
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
315
|
-
// BluetoothConnected aliases
|
|
316
|
-
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
317
317
|
// BluetoothOff aliases
|
|
318
318
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
319
|
-
//
|
|
320
|
-
export { default as
|
|
319
|
+
// BluetoothConnected aliases
|
|
320
|
+
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
321
321
|
// BluetoothSearching aliases
|
|
322
322
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
323
|
+
// Bluetooth aliases
|
|
324
|
+
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
323
325
|
// Bold aliases
|
|
324
326
|
export { default as BoldIcon } from '../icons/bold';
|
|
325
327
|
// Bolt aliases
|
|
326
328
|
export { default as BoltIcon } from '../icons/bolt';
|
|
327
|
-
// Bomb aliases
|
|
328
|
-
export { default as BombIcon } from '../icons/bomb';
|
|
329
329
|
// Bone aliases
|
|
330
330
|
export { default as BoneIcon } from '../icons/bone';
|
|
331
|
+
// Bomb aliases
|
|
332
|
+
export { default as BombIcon } from '../icons/bomb';
|
|
331
333
|
// BookA aliases
|
|
332
334
|
export { default as BookAIcon } from '../icons/book-a';
|
|
333
335
|
// BookAudio aliases
|
|
334
336
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
335
337
|
// BookAlert aliases
|
|
336
338
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
337
|
-
// BookCopy aliases
|
|
338
|
-
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
339
339
|
// BookCheck aliases
|
|
340
340
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
341
|
+
// BookCopy aliases
|
|
342
|
+
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
341
343
|
// BookDown aliases
|
|
342
344
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
343
345
|
// BookHeadphones aliases
|
|
344
346
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
345
347
|
// BookHeart aliases
|
|
346
348
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
347
|
-
// BookImage aliases
|
|
348
|
-
export { default as BookImageIcon } from '../icons/book-image';
|
|
349
349
|
// BookKey aliases
|
|
350
350
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
351
|
+
// BookImage aliases
|
|
352
|
+
export { default as BookImageIcon } from '../icons/book-image';
|
|
351
353
|
// BookLock aliases
|
|
352
354
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
353
|
-
// BookMarked aliases
|
|
354
|
-
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
355
355
|
// BookMinus aliases
|
|
356
356
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
357
|
+
// BookMarked aliases
|
|
358
|
+
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
359
|
+
// BookOpenCheck aliases
|
|
360
|
+
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
357
361
|
// BookOpenText aliases
|
|
358
362
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
359
363
|
// BookOpen aliases
|
|
360
364
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
361
|
-
// BookOpenCheck aliases
|
|
362
|
-
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
363
|
-
// BookPlus aliases
|
|
364
|
-
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
365
365
|
// BookSearch aliases
|
|
366
366
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
367
|
-
//
|
|
368
|
-
export { default as
|
|
367
|
+
// BookPlus aliases
|
|
368
|
+
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
369
369
|
// BookType aliases
|
|
370
370
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
371
|
+
// BookText aliases
|
|
372
|
+
export { default as BookTextIcon } from '../icons/book-text';
|
|
371
373
|
// BookUp2 aliases
|
|
372
374
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
|
-
// BookUser aliases
|
|
374
|
-
export { default as BookUserIcon } from '../icons/book-user';
|
|
375
375
|
// BookUp aliases
|
|
376
376
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
377
377
|
// BookX aliases
|
|
378
378
|
export { default as BookXIcon } from '../icons/book-x';
|
|
379
379
|
// Book aliases
|
|
380
380
|
export { default as BookIcon } from '../icons/book';
|
|
381
|
+
// BookUser aliases
|
|
382
|
+
export { default as BookUserIcon } from '../icons/book-user';
|
|
383
|
+
// BookmarkPlus aliases
|
|
384
|
+
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
381
385
|
// BookmarkCheck aliases
|
|
382
386
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
387
|
+
// BookmarkX aliases
|
|
388
|
+
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
383
389
|
// BookmarkMinus aliases
|
|
384
390
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
385
|
-
// BookmarkPlus aliases
|
|
386
|
-
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
387
391
|
// Bookmark aliases
|
|
388
392
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
389
393
|
// BoomBox aliases
|
|
390
394
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
391
|
-
// BookmarkX aliases
|
|
392
|
-
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
393
395
|
// BotMessageSquare aliases
|
|
394
396
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
395
|
-
// Bot aliases
|
|
396
|
-
export { default as BotIcon } from '../icons/bot';
|
|
397
397
|
// BotOff aliases
|
|
398
398
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
399
399
|
// BottleWine aliases
|
|
400
400
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
401
|
+
// Bot aliases
|
|
402
|
+
export { default as BotIcon } from '../icons/bot';
|
|
401
403
|
// BowArrow aliases
|
|
402
404
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
403
405
|
// Box aliases
|
|
404
406
|
export { default as BoxIcon } from '../icons/box';
|
|
405
|
-
// Boxes aliases
|
|
406
|
-
export { default as BoxesIcon } from '../icons/boxes';
|
|
407
407
|
// Brackets aliases
|
|
408
408
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
409
409
|
// BrainCircuit aliases
|
|
410
410
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
411
|
+
// Boxes aliases
|
|
412
|
+
export { default as BoxesIcon } from '../icons/boxes';
|
|
411
413
|
// BrainCog aliases
|
|
412
414
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
413
415
|
// Brain aliases
|
|
414
416
|
export { default as BrainIcon } from '../icons/brain';
|
|
415
417
|
// BrickWallFire aliases
|
|
416
418
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
419
|
+
// BriefcaseBusiness aliases
|
|
420
|
+
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
417
421
|
// BrickWallShield aliases
|
|
418
422
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
419
423
|
// BrickWall aliases
|
|
420
424
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
421
|
-
// BriefcaseBusiness aliases
|
|
422
|
-
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
423
425
|
// BriefcaseConveyorBelt aliases
|
|
424
426
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
427
|
+
// BriefcaseMedical aliases
|
|
428
|
+
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
425
429
|
// Briefcase aliases
|
|
426
430
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
427
431
|
// BringToFront aliases
|
|
428
432
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
429
433
|
// BrushCleaning aliases
|
|
430
434
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
431
|
-
// BriefcaseMedical aliases
|
|
432
|
-
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
433
435
|
// Brush aliases
|
|
434
436
|
export { default as BrushIcon } from '../icons/brush';
|
|
435
437
|
// Bubbles aliases
|
|
@@ -444,72 +446,72 @@ export { default as BugIcon } from '../icons/bug';
|
|
|
444
446
|
export { default as Building2Icon } from '../icons/building-2';
|
|
445
447
|
// Building aliases
|
|
446
448
|
export { default as BuildingIcon } from '../icons/building';
|
|
447
|
-
// Bus aliases
|
|
448
|
-
export { default as BusIcon } from '../icons/bus';
|
|
449
|
-
// CableCar aliases
|
|
450
|
-
export { default as CableCarIcon } from '../icons/cable-car';
|
|
451
449
|
// BusFront aliases
|
|
452
450
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
451
|
+
// CableCar aliases
|
|
452
|
+
export { default as CableCarIcon } from '../icons/cable-car';
|
|
453
|
+
// Bus aliases
|
|
454
|
+
export { default as BusIcon } from '../icons/bus';
|
|
453
455
|
// Cable aliases
|
|
454
456
|
export { default as CableIcon } from '../icons/cable';
|
|
455
457
|
// CakeSlice aliases
|
|
456
458
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
457
|
-
// Calculator aliases
|
|
458
|
-
export { default as CalculatorIcon } from '../icons/calculator';
|
|
459
459
|
// Cake aliases
|
|
460
460
|
export { default as CakeIcon } from '../icons/cake';
|
|
461
|
+
// Calculator aliases
|
|
462
|
+
export { default as CalculatorIcon } from '../icons/calculator';
|
|
461
463
|
// Calendar1 aliases
|
|
462
464
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
463
|
-
// CalendarArrowUp aliases
|
|
464
|
-
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
465
465
|
// CalendarArrowDown aliases
|
|
466
466
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
467
|
-
//
|
|
468
|
-
export { default as
|
|
467
|
+
// CalendarArrowUp aliases
|
|
468
|
+
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
469
469
|
// CalendarCheck2 aliases
|
|
470
470
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
471
471
|
// CalendarCheck aliases
|
|
472
472
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
473
|
+
// CalendarClock aliases
|
|
474
|
+
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
473
475
|
// CalendarCog aliases
|
|
474
476
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
475
477
|
// CalendarDays aliases
|
|
476
478
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
477
479
|
// CalendarFold aliases
|
|
478
480
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
479
|
-
// CalendarHeart aliases
|
|
480
|
-
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
481
481
|
// CalendarMinus2 aliases
|
|
482
482
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
483
483
|
// CalendarMinus aliases
|
|
484
484
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
485
|
+
// CalendarHeart aliases
|
|
486
|
+
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
485
487
|
// CalendarOff aliases
|
|
486
488
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
487
|
-
// CalendarPlus aliases
|
|
488
|
-
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
489
489
|
// CalendarPlus2 aliases
|
|
490
490
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
491
|
+
// CalendarPlus aliases
|
|
492
|
+
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
491
493
|
// CalendarRange aliases
|
|
492
494
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
493
|
-
// CalendarSync aliases
|
|
494
|
-
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
495
495
|
// CalendarSearch aliases
|
|
496
496
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
497
|
-
//
|
|
498
|
-
export { default as
|
|
499
|
-
// Calendar aliases
|
|
500
|
-
export { default as CalendarIcon } from '../icons/calendar';
|
|
497
|
+
// CalendarSync aliases
|
|
498
|
+
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
501
499
|
// CalendarX2 aliases
|
|
502
500
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
503
|
-
//
|
|
504
|
-
export { default as
|
|
501
|
+
// CalendarX aliases
|
|
502
|
+
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
505
503
|
// Calendars aliases
|
|
506
504
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
505
|
+
// Calendar aliases
|
|
506
|
+
export { default as CalendarIcon } from '../icons/calendar';
|
|
507
507
|
// Camera aliases
|
|
508
508
|
export { default as CameraIcon } from '../icons/camera';
|
|
509
|
-
//
|
|
510
|
-
export { default as
|
|
509
|
+
// CameraOff aliases
|
|
510
|
+
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
511
511
|
// CandyCane aliases
|
|
512
512
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
513
|
+
// CandyOff aliases
|
|
514
|
+
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
513
515
|
// Candy aliases
|
|
514
516
|
export { default as CandyIcon } from '../icons/candy';
|
|
515
517
|
// CannabisOff aliases
|
|
@@ -524,24 +526,24 @@ export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
|
524
526
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
525
527
|
// Car aliases
|
|
526
528
|
export { default as CarIcon } from '../icons/car';
|
|
527
|
-
// CardSim aliases
|
|
528
|
-
export { default as CardSimIcon } from '../icons/card-sim';
|
|
529
529
|
// Caravan aliases
|
|
530
530
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
531
|
-
//
|
|
532
|
-
export { default as
|
|
531
|
+
// CardSim aliases
|
|
532
|
+
export { default as CardSimIcon } from '../icons/card-sim';
|
|
533
533
|
// CaseLower aliases
|
|
534
534
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
535
|
+
// Carrot aliases
|
|
536
|
+
export { default as CarrotIcon } from '../icons/carrot';
|
|
535
537
|
// CaseSensitive aliases
|
|
536
538
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
537
539
|
// CaseUpper aliases
|
|
538
540
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
539
541
|
// CassetteTape aliases
|
|
540
542
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
541
|
-
// Castle aliases
|
|
542
|
-
export { default as CastleIcon } from '../icons/castle';
|
|
543
543
|
// Cast aliases
|
|
544
544
|
export { default as CastIcon } from '../icons/cast';
|
|
545
|
+
// Castle aliases
|
|
546
|
+
export { default as CastleIcon } from '../icons/castle';
|
|
545
547
|
// Cat aliases
|
|
546
548
|
export { default as CatIcon } from '../icons/cat';
|
|
547
549
|
// CctvOff aliases
|
|
@@ -558,10 +560,10 @@ export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
|
558
560
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
559
561
|
// ChartColumnDecreasing aliases
|
|
560
562
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
561
|
-
// ChartGantt aliases
|
|
562
|
-
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
563
563
|
// ChartNetwork aliases
|
|
564
564
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
565
|
+
// ChartGantt aliases
|
|
566
|
+
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
565
567
|
// ChartNoAxesColumnDecreasing aliases
|
|
566
568
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
567
569
|
// ChartNoAxesCombined aliases
|
|
@@ -598,34 +600,34 @@ export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
|
598
600
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
599
601
|
// ChevronLeft aliases
|
|
600
602
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
601
|
-
// ChevronRight aliases
|
|
602
|
-
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
603
603
|
// ChevronUp aliases
|
|
604
604
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
605
|
-
//
|
|
606
|
-
export { default as
|
|
607
|
-
// ChevronsDownUp aliases
|
|
608
|
-
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
605
|
+
// ChevronRight aliases
|
|
606
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
609
607
|
// ChevronsDown aliases
|
|
610
608
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
611
|
-
//
|
|
612
|
-
export { default as
|
|
609
|
+
// ChevronsLeftRightEllipsis aliases
|
|
610
|
+
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
611
|
+
// ChevronsDownUp aliases
|
|
612
|
+
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
613
613
|
// ChevronsLeft aliases
|
|
614
614
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
615
|
-
// ChevronsRightLeft aliases
|
|
616
|
-
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
617
615
|
// ChevronsUpDown aliases
|
|
618
616
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
619
617
|
// ChevronsRight aliases
|
|
620
618
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
621
|
-
//
|
|
622
|
-
export { default as
|
|
619
|
+
// ChevronsLeftRight aliases
|
|
620
|
+
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
623
621
|
// ChevronsUp aliases
|
|
624
622
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
625
|
-
//
|
|
626
|
-
export { default as
|
|
623
|
+
// ChevronsRightLeft aliases
|
|
624
|
+
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
625
|
+
// Church aliases
|
|
626
|
+
export { default as ChurchIcon } from '../icons/church';
|
|
627
627
|
// CigaretteOff aliases
|
|
628
628
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
629
|
+
// Cigarette aliases
|
|
630
|
+
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
629
631
|
// CircleDashed aliases
|
|
630
632
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
631
633
|
// CircleDollarSign aliases
|
|
@@ -634,34 +636,34 @@ export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
|
634
636
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
635
637
|
// CircleDot aliases
|
|
636
638
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
639
|
+
// CircleFadingArrowUp aliases
|
|
640
|
+
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
637
641
|
// CircleEllipsis aliases
|
|
638
642
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
639
643
|
// CircleEqual aliases
|
|
640
644
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
641
|
-
// CircleFadingPlus aliases
|
|
642
|
-
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
643
|
-
// CircleFadingArrowUp aliases
|
|
644
|
-
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
645
645
|
// CircleOff aliases
|
|
646
646
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
647
|
-
//
|
|
648
|
-
export { default as
|
|
647
|
+
// CircleFadingPlus aliases
|
|
648
|
+
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
649
649
|
// CirclePoundSterling aliases
|
|
650
650
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
651
|
-
//
|
|
652
|
-
export { default as
|
|
651
|
+
// CirclePile aliases
|
|
652
|
+
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
653
653
|
// CircleSmall aliases
|
|
654
654
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
655
|
+
// CircleSlash aliases
|
|
656
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
655
657
|
// CircleStar aliases
|
|
656
658
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
657
659
|
// Circle aliases
|
|
658
660
|
export { default as CircleIcon } from '../icons/circle';
|
|
661
|
+
// Citrus aliases
|
|
662
|
+
export { default as CitrusIcon } from '../icons/citrus';
|
|
659
663
|
// CircuitBoard aliases
|
|
660
664
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
661
665
|
// Clapperboard aliases
|
|
662
666
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
663
|
-
// Citrus aliases
|
|
664
|
-
export { default as CitrusIcon } from '../icons/citrus';
|
|
665
667
|
// ClipboardCheck aliases
|
|
666
668
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
667
669
|
// ClipboardClock aliases
|
|
@@ -670,70 +672,70 @@ export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
|
670
672
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
671
673
|
// ClipboardList aliases
|
|
672
674
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
675
|
+
// ClipboardPlus aliases
|
|
676
|
+
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
673
677
|
// ClipboardMinus aliases
|
|
674
678
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
675
679
|
// ClipboardPaste aliases
|
|
676
680
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
677
|
-
// ClipboardPlus aliases
|
|
678
|
-
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
679
681
|
// ClipboardType aliases
|
|
680
682
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
681
683
|
// ClipboardX aliases
|
|
682
684
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
683
685
|
// Clipboard aliases
|
|
684
686
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
685
|
-
// Clock10 aliases
|
|
686
|
-
export { default as Clock10Icon } from '../icons/clock-10';
|
|
687
687
|
// Clock1 aliases
|
|
688
688
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
689
|
-
//
|
|
690
|
-
export { default as
|
|
689
|
+
// Clock10 aliases
|
|
690
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
691
691
|
// Clock11 aliases
|
|
692
692
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
693
693
|
// Clock2 aliases
|
|
694
694
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
695
|
-
//
|
|
696
|
-
export { default as
|
|
695
|
+
// Clock12 aliases
|
|
696
|
+
export { default as Clock12Icon } from '../icons/clock-12';
|
|
697
697
|
// Clock3 aliases
|
|
698
698
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
699
|
-
//
|
|
700
|
-
export { default as
|
|
699
|
+
// Clock4 aliases
|
|
700
|
+
export { default as Clock4Icon } from '../icons/clock-4';
|
|
701
701
|
// Clock5 aliases
|
|
702
702
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
703
|
+
// Clock6 aliases
|
|
704
|
+
export { default as Clock6Icon } from '../icons/clock-6';
|
|
703
705
|
// Clock7 aliases
|
|
704
706
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
705
707
|
// Clock8 aliases
|
|
706
708
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
707
709
|
// ClockAlert aliases
|
|
708
710
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
709
|
-
// ClockArrowDown aliases
|
|
710
|
-
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
711
711
|
// Clock9 aliases
|
|
712
712
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
713
|
+
// ClockArrowDown aliases
|
|
714
|
+
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
713
715
|
// ClockArrowUp aliases
|
|
714
716
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
715
|
-
// ClockFading aliases
|
|
716
|
-
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
717
717
|
// ClockCheck aliases
|
|
718
718
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
719
719
|
// ClockPlus aliases
|
|
720
720
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
721
|
-
//
|
|
722
|
-
export { default as
|
|
721
|
+
// ClockFading aliases
|
|
722
|
+
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
723
723
|
// Clock aliases
|
|
724
724
|
export { default as ClockIcon } from '../icons/clock';
|
|
725
725
|
// CloudAlert aliases
|
|
726
726
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
727
|
+
// ClosedCaption aliases
|
|
728
|
+
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
727
729
|
// CloudBackup aliases
|
|
728
730
|
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
729
731
|
// CloudCheck aliases
|
|
730
732
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
731
733
|
// CloudCog aliases
|
|
732
734
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
733
|
-
// CloudDrizzle aliases
|
|
734
|
-
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
735
735
|
// CloudFog aliases
|
|
736
736
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
737
|
+
// CloudDrizzle aliases
|
|
738
|
+
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
737
739
|
// CloudHail aliases
|
|
738
740
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
739
741
|
// CloudLightning aliases
|
|
@@ -742,22 +744,22 @@ export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
|
742
744
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
743
745
|
// CloudMoon aliases
|
|
744
746
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
745
|
-
// CloudOff aliases
|
|
746
|
-
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
747
747
|
// CloudRainWind aliases
|
|
748
748
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
749
|
+
// CloudOff aliases
|
|
750
|
+
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
749
751
|
// CloudRain aliases
|
|
750
752
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
751
|
-
// CloudSunRain aliases
|
|
752
|
-
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
753
753
|
// CloudSnow aliases
|
|
754
754
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
755
|
+
// CloudSunRain aliases
|
|
756
|
+
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
755
757
|
// CloudSun aliases
|
|
756
758
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
757
|
-
// CloudSync aliases
|
|
758
|
-
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
759
759
|
// Cloud aliases
|
|
760
760
|
export { default as CloudIcon } from '../icons/cloud';
|
|
761
|
+
// CloudSync aliases
|
|
762
|
+
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
761
763
|
// Cloudy aliases
|
|
762
764
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
763
765
|
// Clover aliases
|
|
@@ -782,24 +784,24 @@ export { default as CommandIcon } from '../icons/command';
|
|
|
782
784
|
export { default as CompassIcon } from '../icons/compass';
|
|
783
785
|
// Component aliases
|
|
784
786
|
export { default as ComponentIcon } from '../icons/component';
|
|
785
|
-
// Computer aliases
|
|
786
|
-
export { default as ComputerIcon } from '../icons/computer';
|
|
787
787
|
// ConciergeBell aliases
|
|
788
788
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
789
|
-
//
|
|
790
|
-
export { default as
|
|
789
|
+
// Computer aliases
|
|
790
|
+
export { default as ComputerIcon } from '../icons/computer';
|
|
791
791
|
// Construction aliases
|
|
792
792
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
793
|
+
// Cone aliases
|
|
794
|
+
export { default as ConeIcon } from '../icons/cone';
|
|
793
795
|
// Contact aliases
|
|
794
796
|
export { default as ContactIcon } from '../icons/contact';
|
|
795
797
|
// Container aliases
|
|
796
798
|
export { default as ContainerIcon } from '../icons/container';
|
|
797
799
|
// Contrast aliases
|
|
798
800
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
799
|
-
// Cookie aliases
|
|
800
|
-
export { default as CookieIcon } from '../icons/cookie';
|
|
801
801
|
// CookingPot aliases
|
|
802
802
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
803
|
+
// Cookie aliases
|
|
804
|
+
export { default as CookieIcon } from '../icons/cookie';
|
|
803
805
|
// CopyCheck aliases
|
|
804
806
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
805
807
|
// CopyMinus aliases
|
|
@@ -810,10 +812,10 @@ export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
|
810
812
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
811
813
|
// CopySlash aliases
|
|
812
814
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
813
|
-
// Copyleft aliases
|
|
814
|
-
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
815
815
|
// Copy aliases
|
|
816
816
|
export { default as CopyIcon } from '../icons/copy';
|
|
817
|
+
// Copyleft aliases
|
|
818
|
+
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
817
819
|
// Copyright aliases
|
|
818
820
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
819
821
|
// CornerDownLeft aliases
|
|
@@ -830,60 +832,60 @@ export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
|
830
832
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
831
833
|
// CornerUpLeft aliases
|
|
832
834
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
833
|
-
// CornerUpRight aliases
|
|
834
|
-
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
835
835
|
// Cpu aliases
|
|
836
836
|
export { default as CpuIcon } from '../icons/cpu';
|
|
837
|
+
// CornerUpRight aliases
|
|
838
|
+
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
837
839
|
// CreativeCommons aliases
|
|
838
840
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
839
|
-
// CreditCard aliases
|
|
840
|
-
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
841
841
|
// Croissant aliases
|
|
842
842
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
843
|
+
// CreditCard aliases
|
|
844
|
+
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
843
845
|
// Crop aliases
|
|
844
846
|
export { default as CropIcon } from '../icons/crop';
|
|
845
847
|
// Cross aliases
|
|
846
848
|
export { default as CrossIcon } from '../icons/cross';
|
|
847
|
-
// Crosshair aliases
|
|
848
|
-
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
849
|
-
// Crown aliases
|
|
850
|
-
export { default as CrownIcon } from '../icons/crown';
|
|
851
849
|
// Cuboid aliases
|
|
852
850
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
851
|
+
// Crown aliases
|
|
852
|
+
export { default as CrownIcon } from '../icons/crown';
|
|
853
853
|
// CupSoda aliases
|
|
854
854
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
855
|
-
// Cylinder aliases
|
|
856
|
-
export { default as CylinderIcon } from '../icons/cylinder';
|
|
857
855
|
// Currency aliases
|
|
858
856
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
857
|
+
// Crosshair aliases
|
|
858
|
+
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
859
|
+
// Cylinder aliases
|
|
860
|
+
export { default as CylinderIcon } from '../icons/cylinder';
|
|
859
861
|
// Dam aliases
|
|
860
862
|
export { default as DamIcon } from '../icons/dam';
|
|
861
863
|
// DatabaseBackup aliases
|
|
862
864
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
863
|
-
// DatabaseZap aliases
|
|
864
|
-
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
865
865
|
// DatabaseSearch aliases
|
|
866
866
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
867
867
|
// Database aliases
|
|
868
868
|
export { default as DatabaseIcon } from '../icons/database';
|
|
869
|
+
// DatabaseZap aliases
|
|
870
|
+
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
869
871
|
// DecimalsArrowLeft aliases
|
|
870
872
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
871
873
|
// DecimalsArrowRight aliases
|
|
872
874
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
873
|
-
// Delete aliases
|
|
874
|
-
export { default as DeleteIcon } from '../icons/delete';
|
|
875
875
|
// Dessert aliases
|
|
876
876
|
export { default as DessertIcon } from '../icons/dessert';
|
|
877
|
+
// Delete aliases
|
|
878
|
+
export { default as DeleteIcon } from '../icons/delete';
|
|
877
879
|
// Diameter aliases
|
|
878
880
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
879
881
|
// DiamondMinus aliases
|
|
880
882
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
881
883
|
// DiamondPlus aliases
|
|
882
884
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
883
|
-
// Dice1 aliases
|
|
884
|
-
export { default as Dice1Icon } from '../icons/dice-1';
|
|
885
885
|
// Diamond aliases
|
|
886
886
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
887
|
+
// Dice1 aliases
|
|
888
|
+
export { default as Dice1Icon } from '../icons/dice-1';
|
|
887
889
|
// Dice2 aliases
|
|
888
890
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
889
891
|
// Dice3 aliases
|
|
@@ -892,62 +894,62 @@ export { default as Dice3Icon } from '../icons/dice-3';
|
|
|
892
894
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
893
895
|
// Dice5 aliases
|
|
894
896
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
895
|
-
// Dice6 aliases
|
|
896
|
-
export { default as Dice6Icon } from '../icons/dice-6';
|
|
897
897
|
// Dices aliases
|
|
898
898
|
export { default as DicesIcon } from '../icons/dices';
|
|
899
|
+
// Dice6 aliases
|
|
900
|
+
export { default as Dice6Icon } from '../icons/dice-6';
|
|
899
901
|
// Disc2 aliases
|
|
900
902
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
901
903
|
// Diff aliases
|
|
902
904
|
export { default as DiffIcon } from '../icons/diff';
|
|
903
|
-
// Disc3 aliases
|
|
904
|
-
export { default as Disc3Icon } from '../icons/disc-3';
|
|
905
905
|
// DiscAlbum aliases
|
|
906
906
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
907
|
-
//
|
|
908
|
-
export { default as
|
|
907
|
+
// Disc3 aliases
|
|
908
|
+
export { default as Disc3Icon } from '../icons/disc-3';
|
|
909
909
|
// Divide aliases
|
|
910
910
|
export { default as DivideIcon } from '../icons/divide';
|
|
911
|
-
//
|
|
912
|
-
export { default as
|
|
911
|
+
// Disc aliases
|
|
912
|
+
export { default as DiscIcon } from '../icons/disc';
|
|
913
913
|
// DnaOff aliases
|
|
914
914
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
915
915
|
// Dock aliases
|
|
916
916
|
export { default as DockIcon } from '../icons/dock';
|
|
917
|
-
//
|
|
918
|
-
export { default as
|
|
917
|
+
// Dna aliases
|
|
918
|
+
export { default as DnaIcon } from '../icons/dna';
|
|
919
919
|
// Dog aliases
|
|
920
920
|
export { default as DogIcon } from '../icons/dog';
|
|
921
|
-
// DoorClosedLocked aliases
|
|
922
|
-
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
923
921
|
// DollarSign aliases
|
|
924
922
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
923
|
+
// Donut aliases
|
|
924
|
+
export { default as DonutIcon } from '../icons/donut';
|
|
925
|
+
// DoorClosedLocked aliases
|
|
926
|
+
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
927
|
+
// DoorClosed aliases
|
|
928
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
925
929
|
// DoorOpen aliases
|
|
926
930
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
927
931
|
// Dot aliases
|
|
928
932
|
export { default as DotIcon } from '../icons/dot';
|
|
929
|
-
// DoorClosed aliases
|
|
930
|
-
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
931
933
|
// Download aliases
|
|
932
934
|
export { default as DownloadIcon } from '../icons/download';
|
|
933
935
|
// DraftingCompass aliases
|
|
934
936
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
935
937
|
// Drama aliases
|
|
936
938
|
export { default as DramaIcon } from '../icons/drama';
|
|
937
|
-
// Drone aliases
|
|
938
|
-
export { default as DroneIcon } from '../icons/drone';
|
|
939
939
|
// Drill aliases
|
|
940
940
|
export { default as DrillIcon } from '../icons/drill';
|
|
941
|
+
// Drone aliases
|
|
942
|
+
export { default as DroneIcon } from '../icons/drone';
|
|
941
943
|
// DropletOff aliases
|
|
942
944
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
943
945
|
// Droplet aliases
|
|
944
946
|
export { default as DropletIcon } from '../icons/droplet';
|
|
945
|
-
// Droplets aliases
|
|
946
|
-
export { default as DropletsIcon } from '../icons/droplets';
|
|
947
947
|
// Drum aliases
|
|
948
948
|
export { default as DrumIcon } from '../icons/drum';
|
|
949
949
|
// Drumstick aliases
|
|
950
950
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
951
|
+
// Droplets aliases
|
|
952
|
+
export { default as DropletsIcon } from '../icons/droplets';
|
|
951
953
|
// Dumbbell aliases
|
|
952
954
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
953
955
|
// EarOff aliases
|
|
@@ -956,14 +958,14 @@ export { default as EarOffIcon } from '../icons/ear-off';
|
|
|
956
958
|
export { default as EarIcon } from '../icons/ear';
|
|
957
959
|
// EarthLock aliases
|
|
958
960
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
959
|
-
// Eclipse aliases
|
|
960
|
-
export { default as EclipseIcon } from '../icons/eclipse';
|
|
961
961
|
// EggFried aliases
|
|
962
962
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
963
|
-
//
|
|
964
|
-
export { default as
|
|
963
|
+
// Eclipse aliases
|
|
964
|
+
export { default as EclipseIcon } from '../icons/eclipse';
|
|
965
965
|
// Egg aliases
|
|
966
966
|
export { default as EggIcon } from '../icons/egg';
|
|
967
|
+
// EggOff aliases
|
|
968
|
+
export { default as EggOffIcon } from '../icons/egg-off';
|
|
967
969
|
// Ellipse aliases
|
|
968
970
|
export { default as EllipseIcon } from '../icons/ellipse';
|
|
969
971
|
// EqualApproximately aliases
|
|
@@ -974,20 +976,18 @@ export { default as EqualNotIcon } from '../icons/equal-not';
|
|
|
974
976
|
export { default as EqualIcon } from '../icons/equal';
|
|
975
977
|
// Eraser aliases
|
|
976
978
|
export { default as EraserIcon } from '../icons/eraser';
|
|
979
|
+
// Euro aliases
|
|
980
|
+
export { default as EuroIcon } from '../icons/euro';
|
|
977
981
|
// EthernetPort aliases
|
|
978
982
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
979
983
|
// EvCharger aliases
|
|
980
984
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
981
985
|
// Expand aliases
|
|
982
986
|
export { default as ExpandIcon } from '../icons/expand';
|
|
983
|
-
// Euro aliases
|
|
984
|
-
export { default as EuroIcon } from '../icons/euro';
|
|
985
987
|
// ExternalLink aliases
|
|
986
988
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
987
989
|
// EyeClosed aliases
|
|
988
990
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
989
|
-
// EyeOff aliases
|
|
990
|
-
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
991
991
|
// Eye aliases
|
|
992
992
|
export { default as EyeIcon } from '../icons/eye';
|
|
993
993
|
// Factory aliases
|
|
@@ -998,18 +998,20 @@ export { default as FanIcon } from '../icons/fan';
|
|
|
998
998
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
999
999
|
// Feather aliases
|
|
1000
1000
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1001
|
+
// EyeOff aliases
|
|
1002
|
+
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
1001
1003
|
// Fence aliases
|
|
1002
1004
|
export { default as FenceIcon } from '../icons/fence';
|
|
1003
|
-
// FileArchive aliases
|
|
1004
|
-
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1005
1005
|
// FerrisWheel aliases
|
|
1006
1006
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1007
|
+
// FileArchive aliases
|
|
1008
|
+
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1007
1009
|
// FileBox aliases
|
|
1008
1010
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1009
|
-
// FileCheck aliases
|
|
1010
|
-
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1011
1011
|
// FileClock aliases
|
|
1012
1012
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1013
|
+
// FileCheck aliases
|
|
1014
|
+
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1013
1015
|
// FileCode aliases
|
|
1014
1016
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1015
1017
|
// FileDigit aliases
|
|
@@ -1018,12 +1020,12 @@ export { default as FileDigitIcon } from '../icons/file-digit';
|
|
|
1018
1020
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1019
1021
|
// FileDown aliases
|
|
1020
1022
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1021
|
-
// FileHeart aliases
|
|
1022
|
-
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1023
1023
|
// FileImage aliases
|
|
1024
1024
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1025
1025
|
// FileInput aliases
|
|
1026
1026
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1027
|
+
// FileHeart aliases
|
|
1028
|
+
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1027
1029
|
// FileMinus aliases
|
|
1028
1030
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1029
1031
|
// FileMusic aliases
|
|
@@ -1036,10 +1038,10 @@ export { default as FilePlusIcon } from '../icons/file-plus';
|
|
|
1036
1038
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1037
1039
|
// FileSearch aliases
|
|
1038
1040
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1039
|
-
// FileSpreadsheet aliases
|
|
1040
|
-
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1041
1041
|
// FileSliders aliases
|
|
1042
1042
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1043
|
+
// FileSpreadsheet aliases
|
|
1044
|
+
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1043
1045
|
// FileStack aliases
|
|
1044
1046
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1045
1047
|
// FileSymlink aliases
|
|
@@ -1064,20 +1066,20 @@ export { default as FileIcon } from '../icons/file';
|
|
|
1064
1066
|
export { default as FilesIcon } from '../icons/files';
|
|
1065
1067
|
// Film aliases
|
|
1066
1068
|
export { default as FilmIcon } from '../icons/film';
|
|
1067
|
-
// FireExtinguisher aliases
|
|
1068
|
-
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1069
1069
|
// FishOff aliases
|
|
1070
1070
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1071
|
+
// FireExtinguisher aliases
|
|
1072
|
+
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1071
1073
|
// FishSymbol aliases
|
|
1072
1074
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1073
1075
|
// Fish aliases
|
|
1074
1076
|
export { default as FishIcon } from '../icons/fish';
|
|
1075
|
-
// FishingRod aliases
|
|
1076
|
-
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1077
1077
|
// FishingHook aliases
|
|
1078
1078
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1079
1079
|
// FlagOff aliases
|
|
1080
1080
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1081
|
+
// FishingRod aliases
|
|
1082
|
+
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1081
1083
|
// FlagTriangleLeft aliases
|
|
1082
1084
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1083
1085
|
// FlagTriangleRight aliases
|
|
@@ -1090,10 +1092,10 @@ export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
|
1090
1092
|
export { default as FlameIcon } from '../icons/flame';
|
|
1091
1093
|
// FlashlightOff aliases
|
|
1092
1094
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1093
|
-
// FlaskConicalOff aliases
|
|
1094
|
-
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1095
1095
|
// Flashlight aliases
|
|
1096
1096
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1097
|
+
// FlaskConicalOff aliases
|
|
1098
|
+
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1097
1099
|
// FlaskConical aliases
|
|
1098
1100
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1099
1101
|
// FlaskRound aliases
|
|
@@ -1104,20 +1106,20 @@ export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
|
1104
1106
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1105
1107
|
// Flower2 aliases
|
|
1106
1108
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1107
|
-
// Flower aliases
|
|
1108
|
-
export { default as FlowerIcon } from '../icons/flower';
|
|
1109
1109
|
// Focus aliases
|
|
1110
1110
|
export { default as FocusIcon } from '../icons/focus';
|
|
1111
|
+
// Flower aliases
|
|
1112
|
+
export { default as FlowerIcon } from '../icons/flower';
|
|
1111
1113
|
// FoldHorizontal aliases
|
|
1112
1114
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1113
1115
|
// FoldVertical aliases
|
|
1114
1116
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1115
1117
|
// FolderArchive aliases
|
|
1116
1118
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1117
|
-
// FolderCheck aliases
|
|
1118
|
-
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1119
1119
|
// FolderClock aliases
|
|
1120
1120
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1121
|
+
// FolderCheck aliases
|
|
1122
|
+
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1121
1123
|
// FolderClosed aliases
|
|
1122
1124
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1123
1125
|
// FolderCode aliases
|
|
@@ -1126,22 +1128,22 @@ export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
|
1126
1128
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1127
1129
|
// FolderDown aliases
|
|
1128
1130
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1129
|
-
// FolderGit aliases
|
|
1130
|
-
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1131
1131
|
// FolderGit2 aliases
|
|
1132
1132
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1133
1133
|
// FolderHeart aliases
|
|
1134
1134
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1135
1135
|
// FolderInput aliases
|
|
1136
1136
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1137
|
-
//
|
|
1138
|
-
export { default as
|
|
1137
|
+
// FolderGit aliases
|
|
1138
|
+
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1139
1139
|
// FolderKanban aliases
|
|
1140
1140
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1141
|
-
// FolderMinus aliases
|
|
1142
|
-
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1143
1141
|
// FolderLock aliases
|
|
1144
1142
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1143
|
+
// FolderKey aliases
|
|
1144
|
+
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1145
|
+
// FolderMinus aliases
|
|
1146
|
+
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1145
1147
|
// FolderOpenDot aliases
|
|
1146
1148
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1147
1149
|
// FolderOpen aliases
|
|
@@ -1152,32 +1154,32 @@ export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
|
1152
1154
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1153
1155
|
// FolderRoot aliases
|
|
1154
1156
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1155
|
-
// FolderSearch aliases
|
|
1156
|
-
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1157
1157
|
// FolderSearch2 aliases
|
|
1158
1158
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1159
1159
|
// FolderSymlink aliases
|
|
1160
1160
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1161
|
+
// FolderSearch aliases
|
|
1162
|
+
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1161
1163
|
// FolderSync aliases
|
|
1162
1164
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1163
1165
|
// FolderTree aliases
|
|
1164
1166
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1165
1167
|
// FolderUp aliases
|
|
1166
1168
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1169
|
+
// Folder aliases
|
|
1170
|
+
export { default as FolderIcon } from '../icons/folder';
|
|
1167
1171
|
// FolderX aliases
|
|
1168
1172
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1169
|
-
// Folders aliases
|
|
1170
|
-
export { default as FoldersIcon } from '../icons/folders';
|
|
1171
1173
|
// Footprints aliases
|
|
1172
1174
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1173
|
-
//
|
|
1174
|
-
export { default as
|
|
1175
|
+
// Folders aliases
|
|
1176
|
+
export { default as FoldersIcon } from '../icons/folders';
|
|
1175
1177
|
// Forklift aliases
|
|
1176
1178
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1177
|
-
// Form aliases
|
|
1178
|
-
export { default as FormIcon } from '../icons/form';
|
|
1179
1179
|
// Forward aliases
|
|
1180
1180
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1181
|
+
// Form aliases
|
|
1182
|
+
export { default as FormIcon } from '../icons/form';
|
|
1181
1183
|
// Frame aliases
|
|
1182
1184
|
export { default as FrameIcon } from '../icons/frame';
|
|
1183
1185
|
// Frown aliases
|
|
@@ -1198,10 +1200,10 @@ export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
|
1198
1200
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1199
1201
|
// GalleryVertical aliases
|
|
1200
1202
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1201
|
-
// Gamepad2 aliases
|
|
1202
|
-
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1203
1203
|
// GamepadDirectional aliases
|
|
1204
1204
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1205
|
+
// Gamepad2 aliases
|
|
1206
|
+
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1205
1207
|
// Gamepad aliases
|
|
1206
1208
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1207
1209
|
// Gauge aliases
|
|
@@ -1212,58 +1214,58 @@ export { default as GavelIcon } from '../icons/gavel';
|
|
|
1212
1214
|
export { default as GemIcon } from '../icons/gem';
|
|
1213
1215
|
// GeorgianLari aliases
|
|
1214
1216
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1215
|
-
// Gift aliases
|
|
1216
|
-
export { default as GiftIcon } from '../icons/gift';
|
|
1217
1217
|
// Ghost aliases
|
|
1218
1218
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1219
|
+
// Gift aliases
|
|
1220
|
+
export { default as GiftIcon } from '../icons/gift';
|
|
1219
1221
|
// GitBranchMinus aliases
|
|
1220
1222
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1221
1223
|
// GitBranchPlus aliases
|
|
1222
1224
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1223
|
-
// GitBranch aliases
|
|
1224
|
-
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1225
1225
|
// GitCommitVertical aliases
|
|
1226
1226
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1227
|
+
// GitBranch aliases
|
|
1228
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1227
1229
|
// GitCompareArrows aliases
|
|
1228
1230
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1229
1231
|
// GitCompare aliases
|
|
1230
1232
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1231
1233
|
// GitFork aliases
|
|
1232
1234
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1233
|
-
// GitGraph aliases
|
|
1234
|
-
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1235
1235
|
// GitMergeConflict aliases
|
|
1236
1236
|
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1237
|
+
// GitGraph aliases
|
|
1238
|
+
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1237
1239
|
// GitMerge aliases
|
|
1238
1240
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1239
1241
|
// GitPullRequestArrow aliases
|
|
1240
1242
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1241
|
-
// GitPullRequestCreateArrow aliases
|
|
1242
|
-
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1243
1243
|
// GitPullRequestClosed aliases
|
|
1244
1244
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1245
1245
|
// GitPullRequestCreate aliases
|
|
1246
1246
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1247
|
+
// GitPullRequestCreateArrow aliases
|
|
1248
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1247
1249
|
// GitPullRequestDraft aliases
|
|
1248
1250
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1249
|
-
// GlassWater aliases
|
|
1250
|
-
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1251
|
-
// GlobeLock aliases
|
|
1252
|
-
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1253
1251
|
// GitPullRequest aliases
|
|
1254
1252
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1253
|
+
// GlassWater aliases
|
|
1254
|
+
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1255
1255
|
// Glasses aliases
|
|
1256
1256
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1257
|
+
// GlobeLock aliases
|
|
1258
|
+
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1257
1259
|
// GlobeOff aliases
|
|
1258
1260
|
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1259
|
-
// Globe aliases
|
|
1260
|
-
export { default as GlobeIcon } from '../icons/globe';
|
|
1261
1261
|
// GlobeX aliases
|
|
1262
1262
|
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1263
|
-
//
|
|
1264
|
-
export { default as
|
|
1263
|
+
// Globe aliases
|
|
1264
|
+
export { default as GlobeIcon } from '../icons/globe';
|
|
1265
1265
|
// Goal aliases
|
|
1266
1266
|
export { default as GoalIcon } from '../icons/goal';
|
|
1267
|
+
// Gpu aliases
|
|
1268
|
+
export { default as GpuIcon } from '../icons/gpu';
|
|
1267
1269
|
// GraduationCap aliases
|
|
1268
1270
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1269
1271
|
// Grape aliases
|
|
@@ -1276,10 +1278,10 @@ export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
|
1276
1278
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1277
1279
|
// Grip aliases
|
|
1278
1280
|
export { default as GripIcon } from '../icons/grip';
|
|
1279
|
-
// Guitar aliases
|
|
1280
|
-
export { default as GuitarIcon } from '../icons/guitar';
|
|
1281
1281
|
// Group aliases
|
|
1282
1282
|
export { default as GroupIcon } from '../icons/group';
|
|
1283
|
+
// Guitar aliases
|
|
1284
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1283
1285
|
// Ham aliases
|
|
1284
1286
|
export { default as HamIcon } from '../icons/ham';
|
|
1285
1287
|
// Hamburger aliases
|
|
@@ -1290,22 +1292,22 @@ export { default as HammerIcon } from '../icons/hammer';
|
|
|
1290
1292
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1291
1293
|
// HandFist aliases
|
|
1292
1294
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1295
|
+
// HandMetal aliases
|
|
1296
|
+
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1293
1297
|
// HandHeart aliases
|
|
1294
1298
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1295
1299
|
// HandPlatter aliases
|
|
1296
1300
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1297
|
-
// HandMetal aliases
|
|
1298
|
-
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1299
1301
|
// Hand aliases
|
|
1300
1302
|
export { default as HandIcon } from '../icons/hand';
|
|
1301
1303
|
// Handbag aliases
|
|
1302
1304
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1303
1305
|
// Handshake aliases
|
|
1304
1306
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1305
|
-
// HardDriveUpload aliases
|
|
1306
|
-
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1307
1307
|
// HardDriveDownload aliases
|
|
1308
1308
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1309
|
+
// HardDriveUpload aliases
|
|
1310
|
+
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1309
1311
|
// HardDrive aliases
|
|
1310
1312
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1311
1313
|
// HardHat aliases
|
|
@@ -1314,34 +1316,34 @@ export { default as HardHatIcon } from '../icons/hard-hat';
|
|
|
1314
1316
|
export { default as HashIcon } from '../icons/hash';
|
|
1315
1317
|
// HatGlasses aliases
|
|
1316
1318
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1317
|
-
// Hd aliases
|
|
1318
|
-
export { default as HdIcon } from '../icons/hd';
|
|
1319
1319
|
// Haze aliases
|
|
1320
1320
|
export { default as HazeIcon } from '../icons/haze';
|
|
1321
|
+
// Hd aliases
|
|
1322
|
+
export { default as HdIcon } from '../icons/hd';
|
|
1321
1323
|
// HdmiPort aliases
|
|
1322
1324
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1323
1325
|
// Heading1 aliases
|
|
1324
1326
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1325
|
-
// Heading2 aliases
|
|
1326
|
-
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1327
|
-
// Heading4 aliases
|
|
1328
|
-
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1329
|
-
// Heading6 aliases
|
|
1330
|
-
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1331
1327
|
// Heading3 aliases
|
|
1332
1328
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1329
|
+
// Heading2 aliases
|
|
1330
|
+
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1333
1331
|
// Heading5 aliases
|
|
1334
1332
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1333
|
+
// Heading6 aliases
|
|
1334
|
+
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1335
|
+
// Heading4 aliases
|
|
1336
|
+
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1335
1337
|
// Heading aliases
|
|
1336
1338
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1337
|
-
// HeadphoneOff aliases
|
|
1338
|
-
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1339
|
-
// Headphones aliases
|
|
1340
|
-
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1341
1339
|
// Headset aliases
|
|
1342
1340
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1341
|
+
// HeadphoneOff aliases
|
|
1342
|
+
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1343
1343
|
// HeartCrack aliases
|
|
1344
1344
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1345
|
+
// Headphones aliases
|
|
1346
|
+
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1345
1347
|
// HeartHandshake aliases
|
|
1346
1348
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1347
1349
|
// HeartMinus aliases
|
|
@@ -1354,38 +1356,38 @@ export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
|
1354
1356
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1355
1357
|
// Heater aliases
|
|
1356
1358
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1357
|
-
// Helicopter aliases
|
|
1358
|
-
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1359
1359
|
// Heart aliases
|
|
1360
1360
|
export { default as HeartIcon } from '../icons/heart';
|
|
1361
|
+
// Helicopter aliases
|
|
1362
|
+
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1363
|
+
// History aliases
|
|
1364
|
+
export { default as HistoryIcon } from '../icons/history';
|
|
1361
1365
|
// Hexagon aliases
|
|
1362
1366
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1363
1367
|
// Highlighter aliases
|
|
1364
1368
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1365
|
-
// History aliases
|
|
1366
|
-
export { default as HistoryIcon } from '../icons/history';
|
|
1367
|
-
// Hop aliases
|
|
1368
|
-
export { default as HopIcon } from '../icons/hop';
|
|
1369
1369
|
// HopOff aliases
|
|
1370
1370
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1371
|
-
//
|
|
1372
|
-
export { default as
|
|
1371
|
+
// Hop aliases
|
|
1372
|
+
export { default as HopIcon } from '../icons/hop';
|
|
1373
1373
|
// Hospital aliases
|
|
1374
1374
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1375
|
+
// Hotel aliases
|
|
1376
|
+
export { default as HotelIcon } from '../icons/hotel';
|
|
1375
1377
|
// Hourglass aliases
|
|
1376
1378
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1377
|
-
// HouseHeart aliases
|
|
1378
|
-
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1379
1379
|
// HousePlug aliases
|
|
1380
1380
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1381
|
-
//
|
|
1382
|
-
export { default as
|
|
1381
|
+
// HouseHeart aliases
|
|
1382
|
+
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1383
1383
|
// HouseWifi aliases
|
|
1384
1384
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1385
|
-
//
|
|
1386
|
-
export { default as
|
|
1385
|
+
// HousePlus aliases
|
|
1386
|
+
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1387
1387
|
// IdCardLanyard aliases
|
|
1388
1388
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1389
|
+
// IdCard aliases
|
|
1390
|
+
export { default as IdCardIcon } from '../icons/id-card';
|
|
1389
1391
|
// ImageDown aliases
|
|
1390
1392
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1391
1393
|
// ImageMinus aliases
|
|
@@ -1404,12 +1406,12 @@ export { default as ImageIcon } from '../icons/image';
|
|
|
1404
1406
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1405
1407
|
// Images aliases
|
|
1406
1408
|
export { default as ImagesIcon } from '../icons/images';
|
|
1409
|
+
// IndianRupee aliases
|
|
1410
|
+
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1407
1411
|
// Import aliases
|
|
1408
1412
|
export { default as ImportIcon } from '../icons/import';
|
|
1409
1413
|
// Inbox aliases
|
|
1410
1414
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1411
|
-
// IndianRupee aliases
|
|
1412
|
-
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1413
1415
|
// Infinity aliases
|
|
1414
1416
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1415
1417
|
// Info aliases
|
|
@@ -1424,10 +1426,10 @@ export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
|
1424
1426
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1425
1427
|
// JapaneseYen aliases
|
|
1426
1428
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1427
|
-
// Kanban aliases
|
|
1428
|
-
export { default as KanbanIcon } from '../icons/kanban';
|
|
1429
1429
|
// Joystick aliases
|
|
1430
1430
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1431
|
+
// Kanban aliases
|
|
1432
|
+
export { default as KanbanIcon } from '../icons/kanban';
|
|
1431
1433
|
// Kayak aliases
|
|
1432
1434
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1433
1435
|
// KeyRound aliases
|
|
@@ -1460,34 +1462,34 @@ export { default as LandPlotIcon } from '../icons/land-plot';
|
|
|
1460
1462
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1461
1463
|
// LaptopMinimalCheck aliases
|
|
1462
1464
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1463
|
-
// Languages aliases
|
|
1464
|
-
export { default as LanguagesIcon } from '../icons/languages';
|
|
1465
1465
|
// Laptop aliases
|
|
1466
1466
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1467
|
+
// Languages aliases
|
|
1468
|
+
export { default as LanguagesIcon } from '../icons/languages';
|
|
1467
1469
|
// LassoSelect aliases
|
|
1468
1470
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1469
|
-
// Lasso aliases
|
|
1470
|
-
export { default as LassoIcon } from '../icons/lasso';
|
|
1471
1471
|
// Laugh aliases
|
|
1472
1472
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1473
|
-
//
|
|
1474
|
-
export { default as
|
|
1473
|
+
// Lasso aliases
|
|
1474
|
+
export { default as LassoIcon } from '../icons/lasso';
|
|
1475
1475
|
// LayersPlus aliases
|
|
1476
1476
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1477
|
+
// Layers2 aliases
|
|
1478
|
+
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1477
1479
|
// LayoutDashboard aliases
|
|
1478
1480
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1479
1481
|
// LayoutGrid aliases
|
|
1480
1482
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1481
|
-
// LayoutPanelLeft aliases
|
|
1482
|
-
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1483
1483
|
// LayoutList aliases
|
|
1484
1484
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1485
|
+
// LayoutPanelLeft aliases
|
|
1486
|
+
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1485
1487
|
// LayoutPanelTop aliases
|
|
1486
1488
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1487
|
-
// LayoutTemplate aliases
|
|
1488
|
-
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1489
1489
|
// Leaf aliases
|
|
1490
1490
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1491
|
+
// LayoutTemplate aliases
|
|
1492
|
+
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1491
1493
|
// LeafyGreen aliases
|
|
1492
1494
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1493
1495
|
// Lectern aliases
|
|
@@ -1500,24 +1502,24 @@ export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
|
1500
1502
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1501
1503
|
// Library aliases
|
|
1502
1504
|
export { default as LibraryIcon } from '../icons/library';
|
|
1503
|
-
// LightbulbOff aliases
|
|
1504
|
-
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1505
|
-
// Ligature aliases
|
|
1506
|
-
export { default as LigatureIcon } from '../icons/ligature';
|
|
1507
1505
|
// LifeBuoy aliases
|
|
1508
1506
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1507
|
+
// Ligature aliases
|
|
1508
|
+
export { default as LigatureIcon } from '../icons/ligature';
|
|
1509
|
+
// LightbulbOff aliases
|
|
1510
|
+
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1509
1511
|
// Lightbulb aliases
|
|
1510
1512
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1513
|
+
// LineDotRightHorizontal aliases
|
|
1514
|
+
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1511
1515
|
// LineSquiggle aliases
|
|
1512
1516
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1513
1517
|
// LineStyle aliases
|
|
1514
1518
|
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1515
|
-
// LineDotRightHorizontal aliases
|
|
1516
|
-
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1517
|
-
// Link2Off aliases
|
|
1518
|
-
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1519
1519
|
// Link2 aliases
|
|
1520
1520
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1521
|
+
// Link2Off aliases
|
|
1522
|
+
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1521
1523
|
// Link aliases
|
|
1522
1524
|
export { default as LinkIcon } from '../icons/link';
|
|
1523
1525
|
// ListCheck aliases
|
|
@@ -1528,28 +1530,28 @@ export { default as ListChecksIcon } from '../icons/list-checks';
|
|
|
1528
1530
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1529
1531
|
// ListChevronsUpDown aliases
|
|
1530
1532
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1531
|
-
// ListCollapse aliases
|
|
1532
|
-
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1533
1533
|
// ListEnd aliases
|
|
1534
1534
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1535
|
+
// ListCollapse aliases
|
|
1536
|
+
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1535
1537
|
// ListFilterPlus aliases
|
|
1536
1538
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1537
1539
|
// ListFilter aliases
|
|
1538
1540
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1539
|
-
// ListMinus aliases
|
|
1540
|
-
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1541
|
-
// ListMusic aliases
|
|
1542
|
-
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1543
1541
|
// ListOrdered aliases
|
|
1544
1542
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1545
|
-
//
|
|
1546
|
-
export { default as
|
|
1543
|
+
// ListMusic aliases
|
|
1544
|
+
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1545
|
+
// ListMinus aliases
|
|
1546
|
+
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1547
1547
|
// ListPlus aliases
|
|
1548
1548
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1549
|
-
//
|
|
1550
|
-
export { default as
|
|
1549
|
+
// ListRestart aliases
|
|
1550
|
+
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1551
1551
|
// ListStart aliases
|
|
1552
1552
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1553
|
+
// ListTodo aliases
|
|
1554
|
+
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1553
1555
|
// ListTree aliases
|
|
1554
1556
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1555
1557
|
// ListVideo aliases
|
|
@@ -1564,12 +1566,12 @@ export { default as ListIcon } from '../icons/list';
|
|
|
1564
1566
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1565
1567
|
// LocateFixed aliases
|
|
1566
1568
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1567
|
-
// LocateOff aliases
|
|
1568
|
-
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1569
1569
|
// Locate aliases
|
|
1570
1570
|
export { default as LocateIcon } from '../icons/locate';
|
|
1571
1571
|
// LockKeyhole aliases
|
|
1572
1572
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1573
|
+
// LocateOff aliases
|
|
1574
|
+
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1573
1575
|
// Lock aliases
|
|
1574
1576
|
export { default as LockIcon } from '../icons/lock';
|
|
1575
1577
|
// LogIn aliases
|
|
@@ -1584,10 +1586,10 @@ export { default as LuggageIcon } from '../icons/luggage';
|
|
|
1584
1586
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1585
1587
|
// Magnet aliases
|
|
1586
1588
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1587
|
-
// MailMinus aliases
|
|
1588
|
-
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1589
1589
|
// MailCheck aliases
|
|
1590
1590
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1591
|
+
// MailMinus aliases
|
|
1592
|
+
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1591
1593
|
// MailOpen aliases
|
|
1592
1594
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1593
1595
|
// MailPlus aliases
|
|
@@ -1596,30 +1598,30 @@ export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
|
1596
1598
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1597
1599
|
// MailWarning aliases
|
|
1598
1600
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1599
|
-
// MailX aliases
|
|
1600
|
-
export { default as MailXIcon } from '../icons/mail-x';
|
|
1601
1601
|
// Mail aliases
|
|
1602
1602
|
export { default as MailIcon } from '../icons/mail';
|
|
1603
|
+
// MailX aliases
|
|
1604
|
+
export { default as MailXIcon } from '../icons/mail-x';
|
|
1603
1605
|
// Mailbox aliases
|
|
1604
1606
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1605
1607
|
// Mails aliases
|
|
1606
1608
|
export { default as MailsIcon } from '../icons/mails';
|
|
1607
|
-
// MapMinus aliases
|
|
1608
|
-
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1609
1609
|
// MapPinCheckInside aliases
|
|
1610
1610
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1611
|
-
// MapPinCheck aliases
|
|
1612
|
-
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1613
1611
|
// MapPinHouse aliases
|
|
1614
1612
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1613
|
+
// MapMinus aliases
|
|
1614
|
+
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1615
|
+
// MapPinCheck aliases
|
|
1616
|
+
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1615
1617
|
// MapPinMinusInside aliases
|
|
1616
1618
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1619
|
+
// MapPinOff aliases
|
|
1620
|
+
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1617
1621
|
// MapPinMinus aliases
|
|
1618
1622
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1619
1623
|
// MapPinPlusInside aliases
|
|
1620
1624
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1621
|
-
// MapPinOff aliases
|
|
1622
|
-
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1623
1625
|
// MapPinPlus aliases
|
|
1624
1626
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1625
1627
|
// MapPinXInside aliases
|
|
@@ -1630,10 +1632,10 @@ export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
|
1630
1632
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1631
1633
|
// MapPlus aliases
|
|
1632
1634
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1633
|
-
// Map aliases
|
|
1634
|
-
export { default as MapIcon } from '../icons/map';
|
|
1635
1635
|
// MapPinned aliases
|
|
1636
1636
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1637
|
+
// Map aliases
|
|
1638
|
+
export { default as MapIcon } from '../icons/map';
|
|
1637
1639
|
// MarsStroke aliases
|
|
1638
1640
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1639
1641
|
// Mars aliases
|
|
@@ -1642,44 +1644,44 @@ export { default as MarsIcon } from '../icons/mars';
|
|
|
1642
1644
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1643
1645
|
// Maximize2 aliases
|
|
1644
1646
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1645
|
-
// Maximize aliases
|
|
1646
|
-
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1647
1647
|
// Medal aliases
|
|
1648
1648
|
export { default as MedalIcon } from '../icons/medal';
|
|
1649
|
-
//
|
|
1650
|
-
export { default as
|
|
1649
|
+
// Maximize aliases
|
|
1650
|
+
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1651
1651
|
// Megaphone aliases
|
|
1652
1652
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1653
|
+
// MegaphoneOff aliases
|
|
1654
|
+
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1653
1655
|
// Meh aliases
|
|
1654
1656
|
export { default as MehIcon } from '../icons/meh';
|
|
1655
|
-
// MemoryStick aliases
|
|
1656
|
-
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1657
1657
|
// Menu aliases
|
|
1658
1658
|
export { default as MenuIcon } from '../icons/menu';
|
|
1659
|
-
// MessageCircleCheck aliases
|
|
1660
|
-
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1661
1659
|
// Merge aliases
|
|
1662
1660
|
export { default as MergeIcon } from '../icons/merge';
|
|
1663
|
-
//
|
|
1664
|
-
export { default as
|
|
1661
|
+
// MemoryStick aliases
|
|
1662
|
+
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1663
|
+
// MessageCircleCheck aliases
|
|
1664
|
+
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1665
1665
|
// MessageCircleDashed aliases
|
|
1666
1666
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1667
1667
|
// MessageCircleHeart aliases
|
|
1668
1668
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1669
|
-
//
|
|
1670
|
-
export { default as
|
|
1669
|
+
// MessageCircleCode aliases
|
|
1670
|
+
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1671
1671
|
// MessageCircleOff aliases
|
|
1672
1672
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1673
|
+
// MessageCircleMore aliases
|
|
1674
|
+
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1673
1675
|
// MessageCirclePlus aliases
|
|
1674
1676
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1675
1677
|
// MessageCircleReply aliases
|
|
1676
1678
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1677
1679
|
// MessageCircleWarning aliases
|
|
1678
1680
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1679
|
-
// MessageCircleX aliases
|
|
1680
|
-
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1681
1681
|
// MessageCircle aliases
|
|
1682
1682
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1683
|
+
// MessageCircleX aliases
|
|
1684
|
+
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1683
1685
|
// MessageSquareCheck aliases
|
|
1684
1686
|
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1685
1687
|
// MessageSquareCode aliases
|
|
@@ -1690,22 +1692,22 @@ export { default as MessageSquareDashedIcon } from '../icons/message-square-dash
|
|
|
1690
1692
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1691
1693
|
// MessageSquareDot aliases
|
|
1692
1694
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1693
|
-
// MessageSquareLock aliases
|
|
1694
|
-
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1695
1695
|
// MessageSquareMore aliases
|
|
1696
1696
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1697
1697
|
// MessageSquareHeart aliases
|
|
1698
1698
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1699
|
+
// MessageSquareLock aliases
|
|
1700
|
+
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1699
1701
|
// MessageSquareOff aliases
|
|
1700
1702
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1701
1703
|
// MessageSquarePlus aliases
|
|
1702
1704
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1703
|
-
// MessageSquareQuote aliases
|
|
1704
|
-
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1705
1705
|
// MessageSquareReply aliases
|
|
1706
1706
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1707
1707
|
// MessageSquareShare aliases
|
|
1708
1708
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1709
|
+
// MessageSquareQuote aliases
|
|
1710
|
+
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1709
1711
|
// MessageSquareText aliases
|
|
1710
1712
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1711
1713
|
// MessageSquareWarning aliases
|
|
@@ -1714,22 +1716,22 @@ export { default as MessageSquareWarningIcon } from '../icons/message-square-war
|
|
|
1714
1716
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1715
1717
|
// MessageSquare aliases
|
|
1716
1718
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1717
|
-
// MessagesSquare aliases
|
|
1718
|
-
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1719
1719
|
// Metronome aliases
|
|
1720
1720
|
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1721
|
+
// MessagesSquare aliases
|
|
1722
|
+
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1721
1723
|
// MicOff aliases
|
|
1722
1724
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1723
1725
|
// Mic aliases
|
|
1724
1726
|
export { default as MicIcon } from '../icons/mic';
|
|
1725
|
-
// Microscope aliases
|
|
1726
|
-
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1727
1727
|
// Microchip aliases
|
|
1728
1728
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1729
|
-
//
|
|
1730
|
-
export { default as
|
|
1729
|
+
// Microscope aliases
|
|
1730
|
+
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1731
1731
|
// Microwave aliases
|
|
1732
1732
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1733
|
+
// Milestone aliases
|
|
1734
|
+
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1733
1735
|
// MilkOff aliases
|
|
1734
1736
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1735
1737
|
// Milk aliases
|
|
@@ -1756,46 +1758,46 @@ export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
|
1756
1758
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1757
1759
|
// MonitorOff aliases
|
|
1758
1760
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1759
|
-
// MonitorPlay aliases
|
|
1760
|
-
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1761
1761
|
// MonitorPause aliases
|
|
1762
1762
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1763
|
+
// MonitorPlay aliases
|
|
1764
|
+
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1763
1765
|
// MonitorSmartphone aliases
|
|
1764
1766
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1765
|
-
// MonitorStop aliases
|
|
1766
|
-
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1767
1767
|
// MonitorSpeaker aliases
|
|
1768
1768
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1769
|
+
// MonitorStop aliases
|
|
1770
|
+
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1769
1771
|
// MonitorUp aliases
|
|
1770
1772
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1771
|
-
// Monitor aliases
|
|
1772
|
-
export { default as MonitorIcon } from '../icons/monitor';
|
|
1773
1773
|
// MonitorX aliases
|
|
1774
1774
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1775
|
+
// Monitor aliases
|
|
1776
|
+
export { default as MonitorIcon } from '../icons/monitor';
|
|
1775
1777
|
// MoonStar aliases
|
|
1776
1778
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1777
1779
|
// Moon aliases
|
|
1778
1780
|
export { default as MoonIcon } from '../icons/moon';
|
|
1779
1781
|
// Motorbike aliases
|
|
1780
1782
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1781
|
-
// Mountain aliases
|
|
1782
|
-
export { default as MountainIcon } from '../icons/mountain';
|
|
1783
1783
|
// MountainSnow aliases
|
|
1784
1784
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1785
|
+
// Mountain aliases
|
|
1786
|
+
export { default as MountainIcon } from '../icons/mountain';
|
|
1785
1787
|
// MouseLeft aliases
|
|
1786
1788
|
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1787
1789
|
// MouseOff aliases
|
|
1788
1790
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1789
|
-
// MousePointer2 aliases
|
|
1790
|
-
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1791
1791
|
// MousePointer2Off aliases
|
|
1792
1792
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1793
|
-
//
|
|
1794
|
-
export { default as
|
|
1793
|
+
// MousePointer2 aliases
|
|
1794
|
+
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1795
1795
|
// MousePointerClick aliases
|
|
1796
1796
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1797
1797
|
// MousePointer aliases
|
|
1798
1798
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1799
|
+
// MousePointerBan aliases
|
|
1800
|
+
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1799
1801
|
// MouseRight aliases
|
|
1800
1802
|
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1801
1803
|
// Mouse aliases
|
|
@@ -1812,48 +1814,48 @@ export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
|
1812
1814
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1813
1815
|
// MoveHorizontal aliases
|
|
1814
1816
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1815
|
-
// MoveRight aliases
|
|
1816
|
-
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1817
1817
|
// MoveLeft aliases
|
|
1818
1818
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1819
|
-
//
|
|
1820
|
-
export { default as
|
|
1819
|
+
// MoveRight aliases
|
|
1820
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1821
1821
|
// MoveUpRight aliases
|
|
1822
1822
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1823
|
-
//
|
|
1824
|
-
export { default as
|
|
1823
|
+
// MoveUpLeft aliases
|
|
1824
|
+
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1825
1825
|
// MoveUp aliases
|
|
1826
1826
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1827
1827
|
// Move aliases
|
|
1828
1828
|
export { default as MoveIcon } from '../icons/move';
|
|
1829
|
+
// MoveVertical aliases
|
|
1830
|
+
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1829
1831
|
// Music2 aliases
|
|
1830
1832
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1831
|
-
// Music3 aliases
|
|
1832
|
-
export { default as Music3Icon } from '../icons/music-3';
|
|
1833
1833
|
// Music4 aliases
|
|
1834
1834
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1835
|
+
// Music3 aliases
|
|
1836
|
+
export { default as Music3Icon } from '../icons/music-3';
|
|
1835
1837
|
// Music aliases
|
|
1836
1838
|
export { default as MusicIcon } from '../icons/music';
|
|
1837
1839
|
// Navigation2Off aliases
|
|
1838
1840
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1839
|
-
// NavigationOff aliases
|
|
1840
|
-
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1841
1841
|
// Navigation2 aliases
|
|
1842
1842
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1843
1843
|
// Navigation aliases
|
|
1844
1844
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1845
|
+
// NavigationOff aliases
|
|
1846
|
+
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1845
1847
|
// Network aliases
|
|
1846
1848
|
export { default as NetworkIcon } from '../icons/network';
|
|
1847
|
-
// Nfc aliases
|
|
1848
|
-
export { default as NfcIcon } from '../icons/nfc';
|
|
1849
1849
|
// Newspaper aliases
|
|
1850
1850
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1851
|
+
// Nfc aliases
|
|
1852
|
+
export { default as NfcIcon } from '../icons/nfc';
|
|
1851
1853
|
// NonBinary aliases
|
|
1852
1854
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1853
|
-
// NotebookPen aliases
|
|
1854
|
-
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1855
1855
|
// NotebookTabs aliases
|
|
1856
1856
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1857
|
+
// NotebookPen aliases
|
|
1858
|
+
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1857
1859
|
// NotebookText aliases
|
|
1858
1860
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1859
1861
|
// Notebook aliases
|
|
@@ -1866,20 +1868,20 @@ export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
|
1866
1868
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1867
1869
|
// Nut aliases
|
|
1868
1870
|
export { default as NutIcon } from '../icons/nut';
|
|
1869
|
-
// OctagonMinus aliases
|
|
1870
|
-
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1871
1871
|
// Octagon aliases
|
|
1872
1872
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1873
|
+
// OctagonMinus aliases
|
|
1874
|
+
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1873
1875
|
// Omega aliases
|
|
1874
1876
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1875
1877
|
// Option aliases
|
|
1876
1878
|
export { default as OptionIcon } from '../icons/option';
|
|
1879
|
+
// Package2 aliases
|
|
1880
|
+
export { default as Package2Icon } from '../icons/package-2';
|
|
1877
1881
|
// Orbit aliases
|
|
1878
1882
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1879
1883
|
// Origami aliases
|
|
1880
1884
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1881
|
-
// Package2 aliases
|
|
1882
|
-
export { default as Package2Icon } from '../icons/package-2';
|
|
1883
1885
|
// PackageCheck aliases
|
|
1884
1886
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1885
1887
|
// PackageMinus aliases
|
|
@@ -1890,24 +1892,24 @@ export { default as PackageOpenIcon } from '../icons/package-open';
|
|
|
1890
1892
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1891
1893
|
// PackageSearch aliases
|
|
1892
1894
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1893
|
-
// PackageX aliases
|
|
1894
|
-
export { default as PackageXIcon } from '../icons/package-x';
|
|
1895
1895
|
// Package aliases
|
|
1896
1896
|
export { default as PackageIcon } from '../icons/package';
|
|
1897
|
+
// PackageX aliases
|
|
1898
|
+
export { default as PackageXIcon } from '../icons/package-x';
|
|
1897
1899
|
// PaintBucket aliases
|
|
1898
1900
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1899
1901
|
// PaintRoller aliases
|
|
1900
1902
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1901
|
-
// Paintbrush aliases
|
|
1902
|
-
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1903
1903
|
// Palette aliases
|
|
1904
1904
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1905
|
+
// Paintbrush aliases
|
|
1906
|
+
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1905
1907
|
// Panda aliases
|
|
1906
1908
|
export { default as PandaIcon } from '../icons/panda';
|
|
1907
|
-
// PanelBottomOpen aliases
|
|
1908
|
-
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1909
1909
|
// PanelBottomClose aliases
|
|
1910
1910
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1911
|
+
// PanelBottomOpen aliases
|
|
1912
|
+
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1911
1913
|
// PanelBottom aliases
|
|
1912
1914
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1913
1915
|
// PanelLeftRightDashed aliases
|
|
@@ -1926,36 +1928,36 @@ export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
|
1926
1928
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1927
1929
|
// PanelTopOpen aliases
|
|
1928
1930
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1929
|
-
// PanelsRightBottom aliases
|
|
1930
|
-
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1931
1931
|
// PanelsLeftBottom aliases
|
|
1932
1932
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1933
|
-
//
|
|
1934
|
-
export { default as
|
|
1933
|
+
// PanelsRightBottom aliases
|
|
1934
|
+
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1935
1935
|
// Paperclip aliases
|
|
1936
1936
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1937
|
+
// Parentheses aliases
|
|
1938
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1937
1939
|
// ParkingMeter aliases
|
|
1938
1940
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1939
|
-
// PartyPopper aliases
|
|
1940
|
-
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1941
1941
|
// Pause aliases
|
|
1942
1942
|
export { default as PauseIcon } from '../icons/pause';
|
|
1943
1943
|
// PawPrint aliases
|
|
1944
1944
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1945
|
-
//
|
|
1946
|
-
export { default as
|
|
1945
|
+
// PartyPopper aliases
|
|
1946
|
+
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1947
1947
|
// PenOff aliases
|
|
1948
1948
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1949
|
+
// PcCase aliases
|
|
1950
|
+
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1949
1951
|
// PenTool aliases
|
|
1950
1952
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1951
1953
|
// PencilLine aliases
|
|
1952
1954
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1953
1955
|
// PencilOff aliases
|
|
1954
1956
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1955
|
-
// Pencil aliases
|
|
1956
|
-
export { default as PencilIcon } from '../icons/pencil';
|
|
1957
1957
|
// PencilRuler aliases
|
|
1958
1958
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1959
|
+
// Pencil aliases
|
|
1960
|
+
export { default as PencilIcon } from '../icons/pencil';
|
|
1959
1961
|
// Pentagon aliases
|
|
1960
1962
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1961
1963
|
// Percent aliases
|
|
@@ -1968,82 +1970,82 @@ export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
|
1968
1970
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1969
1971
|
// PhoneForwarded aliases
|
|
1970
1972
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1971
|
-
// PhoneIncoming aliases
|
|
1972
|
-
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1973
1973
|
// PhoneMissed aliases
|
|
1974
1974
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1975
|
+
// PhoneIncoming aliases
|
|
1976
|
+
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1975
1977
|
// PhoneOff aliases
|
|
1976
1978
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1979
|
+
// Pi aliases
|
|
1980
|
+
export { default as PiIcon } from '../icons/pi';
|
|
1977
1981
|
// PhoneOutgoing aliases
|
|
1978
1982
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1979
1983
|
// Phone aliases
|
|
1980
1984
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1981
|
-
// Pi aliases
|
|
1982
|
-
export { default as PiIcon } from '../icons/pi';
|
|
1983
|
-
// Pickaxe aliases
|
|
1984
|
-
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1985
1985
|
// Piano aliases
|
|
1986
1986
|
export { default as PianoIcon } from '../icons/piano';
|
|
1987
|
+
// Pickaxe aliases
|
|
1988
|
+
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1987
1989
|
// PictureInPicture2 aliases
|
|
1988
1990
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1989
|
-
// PiggyBank aliases
|
|
1990
|
-
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1991
1991
|
// PictureInPicture aliases
|
|
1992
1992
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1993
|
-
// PilcrowLeft aliases
|
|
1994
|
-
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1995
1993
|
// PilcrowRight aliases
|
|
1996
1994
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1997
|
-
//
|
|
1998
|
-
export { default as
|
|
1995
|
+
// PilcrowLeft aliases
|
|
1996
|
+
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1997
|
+
// PiggyBank aliases
|
|
1998
|
+
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1999
1999
|
// Pilcrow aliases
|
|
2000
2000
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2001
|
-
// PinOff aliases
|
|
2002
|
-
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2003
2001
|
// Pill aliases
|
|
2004
2002
|
export { default as PillIcon } from '../icons/pill';
|
|
2005
|
-
//
|
|
2006
|
-
export { default as
|
|
2003
|
+
// PillBottle aliases
|
|
2004
|
+
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2007
2005
|
// Pipette aliases
|
|
2008
2006
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2007
|
+
// PinOff aliases
|
|
2008
|
+
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2009
2009
|
// Pizza aliases
|
|
2010
2010
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2011
|
+
// Pin aliases
|
|
2012
|
+
export { default as PinIcon } from '../icons/pin';
|
|
2011
2013
|
// PlaneLanding aliases
|
|
2012
2014
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2013
|
-
// PlaneTakeoff aliases
|
|
2014
|
-
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2015
2015
|
// Plane aliases
|
|
2016
2016
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2017
|
+
// PlaneTakeoff aliases
|
|
2018
|
+
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2017
2019
|
// Play aliases
|
|
2018
2020
|
export { default as PlayIcon } from '../icons/play';
|
|
2019
|
-
// Plug aliases
|
|
2020
|
-
export { default as PlugIcon } from '../icons/plug';
|
|
2021
2021
|
// Plug2 aliases
|
|
2022
2022
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2023
|
+
// Plug aliases
|
|
2024
|
+
export { default as PlugIcon } from '../icons/plug';
|
|
2025
|
+
// Plus aliases
|
|
2026
|
+
export { default as PlusIcon } from '../icons/plus';
|
|
2027
|
+
// Podcast aliases
|
|
2028
|
+
export { default as PodcastIcon } from '../icons/podcast';
|
|
2023
2029
|
// PocketKnife aliases
|
|
2024
2030
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2025
2031
|
// PointerOff aliases
|
|
2026
2032
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2027
|
-
// Podcast aliases
|
|
2028
|
-
export { default as PodcastIcon } from '../icons/podcast';
|
|
2029
|
-
// Plus aliases
|
|
2030
|
-
export { default as PlusIcon } from '../icons/plus';
|
|
2031
2033
|
// Pointer aliases
|
|
2032
2034
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2033
|
-
// Popsicle aliases
|
|
2034
|
-
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2035
2035
|
// Popcorn aliases
|
|
2036
2036
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2037
|
+
// Popsicle aliases
|
|
2038
|
+
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2037
2039
|
// PoundSterling aliases
|
|
2038
2040
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2039
2041
|
// PowerOff aliases
|
|
2040
2042
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2041
2043
|
// Power aliases
|
|
2042
2044
|
export { default as PowerIcon } from '../icons/power';
|
|
2043
|
-
// PrinterCheck aliases
|
|
2044
|
-
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2045
2045
|
// Presentation aliases
|
|
2046
2046
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2047
|
+
// PrinterCheck aliases
|
|
2048
|
+
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2047
2049
|
// PrinterX aliases
|
|
2048
2050
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2049
2051
|
// Printer aliases
|
|
@@ -2056,18 +2058,20 @@ export { default as ProportionsIcon } from '../icons/proportions';
|
|
|
2056
2058
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2057
2059
|
// Pyramid aliases
|
|
2058
2060
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2059
|
-
// Quote aliases
|
|
2060
|
-
export { default as QuoteIcon } from '../icons/quote';
|
|
2061
|
-
// Rabbit aliases
|
|
2062
|
-
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2063
2061
|
// QrCode aliases
|
|
2064
2062
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2063
|
+
// Rabbit aliases
|
|
2064
|
+
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2065
2065
|
// Radar aliases
|
|
2066
2066
|
export { default as RadarIcon } from '../icons/radar';
|
|
2067
2067
|
// Radiation aliases
|
|
2068
2068
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2069
|
+
// Quote aliases
|
|
2070
|
+
export { default as QuoteIcon } from '../icons/quote';
|
|
2069
2071
|
// Radical aliases
|
|
2070
2072
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2073
|
+
// RadioOff aliases
|
|
2074
|
+
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2071
2075
|
// RadioReceiver aliases
|
|
2072
2076
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2073
2077
|
// RadioTower aliases
|
|
@@ -2078,44 +2082,44 @@ export { default as RadioIcon } from '../icons/radio';
|
|
|
2078
2082
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2079
2083
|
// Rainbow aliases
|
|
2080
2084
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2081
|
-
// Rat aliases
|
|
2082
|
-
export { default as RatIcon } from '../icons/rat';
|
|
2083
2085
|
// Ratio aliases
|
|
2084
2086
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2087
|
+
// Rat aliases
|
|
2088
|
+
export { default as RatIcon } from '../icons/rat';
|
|
2085
2089
|
// ReceiptCent aliases
|
|
2086
2090
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2087
2091
|
// ReceiptEuro aliases
|
|
2088
2092
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2089
2093
|
// ReceiptIndianRupee aliases
|
|
2090
2094
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2095
|
+
// ReceiptJapaneseYen aliases
|
|
2096
|
+
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2091
2097
|
// ReceiptPoundSterling aliases
|
|
2092
2098
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2093
2099
|
// ReceiptRussianRuble aliases
|
|
2094
2100
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2095
|
-
// ReceiptJapaneseYen aliases
|
|
2096
|
-
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2097
2101
|
// ReceiptSwissFranc aliases
|
|
2098
2102
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2099
|
-
// ReceiptText aliases
|
|
2100
|
-
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2101
2103
|
// ReceiptTurkishLira aliases
|
|
2102
2104
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2103
|
-
//
|
|
2104
|
-
export { default as
|
|
2105
|
+
// ReceiptText aliases
|
|
2106
|
+
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2105
2107
|
// Receipt aliases
|
|
2106
2108
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2109
|
+
// RectangleCircle aliases
|
|
2110
|
+
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2107
2111
|
// RectangleGoggles aliases
|
|
2108
2112
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2109
2113
|
// RectangleHorizontal aliases
|
|
2110
2114
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2111
|
-
// RectangleVertical aliases
|
|
2112
|
-
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2113
2115
|
// Recycle aliases
|
|
2114
2116
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2115
|
-
//
|
|
2116
|
-
export { default as
|
|
2117
|
+
// RectangleVertical aliases
|
|
2118
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2117
2119
|
// RedoDot aliases
|
|
2118
2120
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2121
|
+
// Redo2 aliases
|
|
2122
|
+
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2119
2123
|
// Redo aliases
|
|
2120
2124
|
export { default as RedoIcon } from '../icons/redo';
|
|
2121
2125
|
// RefreshCcwDot aliases
|
|
@@ -2124,16 +2128,16 @@ export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
|
2124
2128
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2125
2129
|
// RefreshCwOff aliases
|
|
2126
2130
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2127
|
-
// RefreshCw aliases
|
|
2128
|
-
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2129
2131
|
// Refrigerator aliases
|
|
2130
2132
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2133
|
+
// RefreshCw aliases
|
|
2134
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2131
2135
|
// Regex aliases
|
|
2132
2136
|
export { default as RegexIcon } from '../icons/regex';
|
|
2133
|
-
// RemoveFormatting aliases
|
|
2134
|
-
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2135
2137
|
// Repeat1 aliases
|
|
2136
2138
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2139
|
+
// RemoveFormatting aliases
|
|
2140
|
+
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2137
2141
|
// Repeat2 aliases
|
|
2138
2142
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2139
2143
|
// Repeat aliases
|
|
@@ -2144,26 +2148,26 @@ export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
|
2144
2148
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2145
2149
|
// ReplyAll aliases
|
|
2146
2150
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2147
|
-
// Reply aliases
|
|
2148
|
-
export { default as ReplyIcon } from '../icons/reply';
|
|
2149
|
-
// Ribbon aliases
|
|
2150
|
-
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2151
2151
|
// Rewind aliases
|
|
2152
2152
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2153
|
+
// Ribbon aliases
|
|
2154
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2155
|
+
// Reply aliases
|
|
2156
|
+
export { default as ReplyIcon } from '../icons/reply';
|
|
2153
2157
|
// Road aliases
|
|
2154
2158
|
export { default as RoadIcon } from '../icons/road';
|
|
2155
2159
|
// Rocket aliases
|
|
2156
2160
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2157
|
-
// RollerCoaster aliases
|
|
2158
|
-
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2159
2161
|
// RockingChair aliases
|
|
2160
2162
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2161
2163
|
// Rose aliases
|
|
2162
2164
|
export { default as RoseIcon } from '../icons/rose';
|
|
2163
|
-
//
|
|
2164
|
-
export { default as
|
|
2165
|
+
// RollerCoaster aliases
|
|
2166
|
+
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2165
2167
|
// RotateCcwKey aliases
|
|
2166
2168
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2169
|
+
// RotateCcwSquare aliases
|
|
2170
|
+
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2167
2171
|
// RotateCcw aliases
|
|
2168
2172
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2169
2173
|
// RotateCw aliases
|
|
@@ -2174,24 +2178,24 @@ export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
|
2174
2178
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2175
2179
|
// Route aliases
|
|
2176
2180
|
export { default as RouteIcon } from '../icons/route';
|
|
2177
|
-
// Rows4 aliases
|
|
2178
|
-
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2179
2181
|
// Router aliases
|
|
2180
2182
|
export { default as RouterIcon } from '../icons/router';
|
|
2183
|
+
// Rows4 aliases
|
|
2184
|
+
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2181
2185
|
// Rss aliases
|
|
2182
2186
|
export { default as RssIcon } from '../icons/rss';
|
|
2183
2187
|
// RulerDimensionLine aliases
|
|
2184
2188
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2185
|
-
// Ruler aliases
|
|
2186
|
-
export { default as RulerIcon } from '../icons/ruler';
|
|
2187
2189
|
// RussianRuble aliases
|
|
2188
2190
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2191
|
+
// Ruler aliases
|
|
2192
|
+
export { default as RulerIcon } from '../icons/ruler';
|
|
2189
2193
|
// Salad aliases
|
|
2190
2194
|
export { default as SaladIcon } from '../icons/salad';
|
|
2191
|
-
// Sailboat aliases
|
|
2192
|
-
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2193
2195
|
// Sandwich aliases
|
|
2194
2196
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2197
|
+
// Sailboat aliases
|
|
2198
|
+
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2195
2199
|
// SatelliteDish aliases
|
|
2196
2200
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2197
2201
|
// Satellite aliases
|
|
@@ -2206,12 +2210,12 @@ export { default as SaveOffIcon } from '../icons/save-off';
|
|
|
2206
2210
|
export { default as SaveIcon } from '../icons/save';
|
|
2207
2211
|
// Scale aliases
|
|
2208
2212
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2209
|
-
// Scaling aliases
|
|
2210
|
-
export { default as ScalingIcon } from '../icons/scaling';
|
|
2211
2213
|
// ScanBarcode aliases
|
|
2212
2214
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2213
2215
|
// ScanEye aliases
|
|
2214
2216
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2217
|
+
// Scaling aliases
|
|
2218
|
+
export { default as ScalingIcon } from '../icons/scaling';
|
|
2215
2219
|
// ScanFace aliases
|
|
2216
2220
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2217
2221
|
// ScanHeart aliases
|
|
@@ -2220,12 +2224,12 @@ export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
|
2220
2224
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2221
2225
|
// ScanQrCode aliases
|
|
2222
2226
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2227
|
+
// Scan aliases
|
|
2228
|
+
export { default as ScanIcon } from '../icons/scan';
|
|
2223
2229
|
// ScanSearch aliases
|
|
2224
2230
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2225
2231
|
// ScanText aliases
|
|
2226
2232
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2227
|
-
// Scan aliases
|
|
2228
|
-
export { default as ScanIcon } from '../icons/scan';
|
|
2229
2233
|
// School aliases
|
|
2230
2234
|
export { default as SchoolIcon } from '../icons/school';
|
|
2231
2235
|
// ScissorsLineDashed aliases
|
|
@@ -2244,12 +2248,12 @@ export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
|
2244
2248
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2245
2249
|
// SearchAlert aliases
|
|
2246
2250
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2247
|
-
// SearchCode aliases
|
|
2248
|
-
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2249
2251
|
// SearchCheck aliases
|
|
2250
2252
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2251
2253
|
// SearchSlash aliases
|
|
2252
2254
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2255
|
+
// SearchCode aliases
|
|
2256
|
+
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2253
2257
|
// SearchX aliases
|
|
2254
2258
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2255
2259
|
// Search aliases
|
|
@@ -2266,42 +2270,42 @@ export { default as SeparatorHorizontalIcon } from '../icons/separator-horizonta
|
|
|
2266
2270
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2267
2271
|
// ServerCog aliases
|
|
2268
2272
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2273
|
+
// ServerCrash aliases
|
|
2274
|
+
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2269
2275
|
// ServerOff aliases
|
|
2270
2276
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2271
2277
|
// Server aliases
|
|
2272
2278
|
export { default as ServerIcon } from '../icons/server';
|
|
2273
|
-
// ServerCrash aliases
|
|
2274
|
-
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2275
|
-
// Settings aliases
|
|
2276
|
-
export { default as SettingsIcon } from '../icons/settings';
|
|
2277
2279
|
// Settings2 aliases
|
|
2278
2280
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2281
|
+
// Settings aliases
|
|
2282
|
+
export { default as SettingsIcon } from '../icons/settings';
|
|
2279
2283
|
// Shapes aliases
|
|
2280
2284
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2281
2285
|
// Share2 aliases
|
|
2282
2286
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2283
|
-
// Sheet aliases
|
|
2284
|
-
export { default as SheetIcon } from '../icons/sheet';
|
|
2285
2287
|
// Share aliases
|
|
2286
2288
|
export { default as ShareIcon } from '../icons/share';
|
|
2287
|
-
//
|
|
2288
|
-
export { default as
|
|
2289
|
+
// Sheet aliases
|
|
2290
|
+
export { default as SheetIcon } from '../icons/sheet';
|
|
2289
2291
|
// Shell aliases
|
|
2290
2292
|
export { default as ShellIcon } from '../icons/shell';
|
|
2291
|
-
//
|
|
2292
|
-
export { default as
|
|
2293
|
+
// ShelvingUnit aliases
|
|
2294
|
+
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2293
2295
|
// ShieldAlert aliases
|
|
2294
2296
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2297
|
+
// ShieldBan aliases
|
|
2298
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2295
2299
|
// ShieldCheck aliases
|
|
2296
2300
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2297
2301
|
// ShieldCogCorner aliases
|
|
2298
2302
|
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2299
2303
|
// ShieldCog aliases
|
|
2300
2304
|
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2301
|
-
// ShieldEllipsis aliases
|
|
2302
|
-
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2303
2305
|
// ShieldHalf aliases
|
|
2304
2306
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2307
|
+
// ShieldEllipsis aliases
|
|
2308
|
+
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2305
2309
|
// ShieldMinus aliases
|
|
2306
2310
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2307
2311
|
// ShieldOff aliases
|
|
@@ -2316,10 +2320,10 @@ export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
|
2316
2320
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2317
2321
|
// Ship aliases
|
|
2318
2322
|
export { default as ShipIcon } from '../icons/ship';
|
|
2319
|
-
// Shirt aliases
|
|
2320
|
-
export { default as ShirtIcon } from '../icons/shirt';
|
|
2321
2323
|
// ShoppingBag aliases
|
|
2322
2324
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2325
|
+
// Shirt aliases
|
|
2326
|
+
export { default as ShirtIcon } from '../icons/shirt';
|
|
2323
2327
|
// ShoppingBasket aliases
|
|
2324
2328
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2325
2329
|
// ShoppingCart aliases
|
|
@@ -2336,60 +2340,60 @@ export { default as ShrimpIcon } from '../icons/shrimp';
|
|
|
2336
2340
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2337
2341
|
// Shrub aliases
|
|
2338
2342
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2343
|
+
// Sigma aliases
|
|
2344
|
+
export { default as SigmaIcon } from '../icons/sigma';
|
|
2339
2345
|
// Shuffle aliases
|
|
2340
2346
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2347
|
+
// SignalHigh aliases
|
|
2348
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2341
2349
|
// SignalLow aliases
|
|
2342
2350
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2343
|
-
// Sigma aliases
|
|
2344
|
-
export { default as SigmaIcon } from '../icons/sigma';
|
|
2345
2351
|
// SignalMedium aliases
|
|
2346
2352
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2347
|
-
// SignalZero aliases
|
|
2348
|
-
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2349
|
-
// SignalHigh aliases
|
|
2350
|
-
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2351
|
-
// Signal aliases
|
|
2352
|
-
export { default as SignalIcon } from '../icons/signal';
|
|
2353
2353
|
// Signature aliases
|
|
2354
2354
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2355
|
+
// SignalZero aliases
|
|
2356
|
+
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2355
2357
|
// SignpostBig aliases
|
|
2356
2358
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2359
|
+
// Signal aliases
|
|
2360
|
+
export { default as SignalIcon } from '../icons/signal';
|
|
2357
2361
|
// Signpost aliases
|
|
2358
2362
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2359
2363
|
// Siren aliases
|
|
2360
2364
|
export { default as SirenIcon } from '../icons/siren';
|
|
2361
|
-
// SkipBack aliases
|
|
2362
|
-
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2363
2365
|
// SkipForward aliases
|
|
2364
2366
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2367
|
+
// SkipBack aliases
|
|
2368
|
+
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2365
2369
|
// Skull aliases
|
|
2366
2370
|
export { default as SkullIcon } from '../icons/skull';
|
|
2367
2371
|
// Slash aliases
|
|
2368
2372
|
export { default as SlashIcon } from '../icons/slash';
|
|
2369
2373
|
// Slice aliases
|
|
2370
2374
|
export { default as SliceIcon } from '../icons/slice';
|
|
2371
|
-
// SmartphoneCharging aliases
|
|
2372
|
-
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2373
2375
|
// SlidersHorizontal aliases
|
|
2374
2376
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2377
|
+
// SmartphoneCharging aliases
|
|
2378
|
+
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2375
2379
|
// SmartphoneNfc aliases
|
|
2376
2380
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2381
|
+
// SmilePlus aliases
|
|
2382
|
+
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2377
2383
|
// Smartphone aliases
|
|
2378
2384
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2379
2385
|
// Smile aliases
|
|
2380
2386
|
export { default as SmileIcon } from '../icons/smile';
|
|
2381
|
-
// SmilePlus aliases
|
|
2382
|
-
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2383
|
-
// Snowflake aliases
|
|
2384
|
-
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2385
2387
|
// Snail aliases
|
|
2386
2388
|
export { default as SnailIcon } from '../icons/snail';
|
|
2389
|
+
// Snowflake aliases
|
|
2390
|
+
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2387
2391
|
// SoapDispenserDroplet aliases
|
|
2388
2392
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2389
|
-
// Sofa aliases
|
|
2390
|
-
export { default as SofaIcon } from '../icons/sofa';
|
|
2391
2393
|
// SolarPanel aliases
|
|
2392
2394
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2395
|
+
// Sofa aliases
|
|
2396
|
+
export { default as SofaIcon } from '../icons/sofa';
|
|
2393
2397
|
// Soup aliases
|
|
2394
2398
|
export { default as SoupIcon } from '../icons/soup';
|
|
2395
2399
|
// Space aliases
|
|
@@ -2400,32 +2404,32 @@ export { default as SpadeIcon } from '../icons/spade';
|
|
|
2400
2404
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2401
2405
|
// Speaker aliases
|
|
2402
2406
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2403
|
-
// Speech aliases
|
|
2404
|
-
export { default as SpeechIcon } from '../icons/speech';
|
|
2405
2407
|
// SpellCheck2 aliases
|
|
2406
2408
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2409
|
+
// Speech aliases
|
|
2410
|
+
export { default as SpeechIcon } from '../icons/speech';
|
|
2407
2411
|
// SpellCheck aliases
|
|
2408
2412
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2409
2413
|
// Spline aliases
|
|
2410
2414
|
export { default as SplineIcon } from '../icons/spline';
|
|
2411
|
-
// Split aliases
|
|
2412
|
-
export { default as SplitIcon } from '../icons/split';
|
|
2413
2415
|
// SplinePointer aliases
|
|
2414
2416
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2417
|
+
// Split aliases
|
|
2418
|
+
export { default as SplitIcon } from '../icons/split';
|
|
2415
2419
|
// SportShoe aliases
|
|
2416
2420
|
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2417
|
-
// Spotlight aliases
|
|
2418
|
-
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2419
2421
|
// Spool aliases
|
|
2420
2422
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2423
|
+
// Spotlight aliases
|
|
2424
|
+
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2421
2425
|
// SprayCan aliases
|
|
2422
2426
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2427
|
+
// SquareArrowRightEnter aliases
|
|
2428
|
+
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2423
2429
|
// Sprout aliases
|
|
2424
2430
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2425
2431
|
// SquareArrowRightExit aliases
|
|
2426
2432
|
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2427
|
-
// SquareArrowRightEnter aliases
|
|
2428
|
-
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2429
2433
|
// SquareDashedBottomCode aliases
|
|
2430
2434
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2431
2435
|
// SquareDashedBottom aliases
|
|
@@ -2440,16 +2444,16 @@ export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
|
2440
2444
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2441
2445
|
// SquareStack aliases
|
|
2442
2446
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2443
|
-
// SquareStar aliases
|
|
2444
|
-
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2445
2447
|
// SquareSquare aliases
|
|
2446
2448
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2449
|
+
// SquareStar aliases
|
|
2450
|
+
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2447
2451
|
// SquareStop aliases
|
|
2448
2452
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2449
|
-
// Square aliases
|
|
2450
|
-
export { default as SquareIcon } from '../icons/square';
|
|
2451
2453
|
// SquaresExclude aliases
|
|
2452
2454
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2455
|
+
// Square aliases
|
|
2456
|
+
export { default as SquareIcon } from '../icons/square';
|
|
2453
2457
|
// SquaresIntersect aliases
|
|
2454
2458
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2455
2459
|
// SquaresSubtract aliases
|
|
@@ -2464,78 +2468,78 @@ export { default as SquircleIcon } from '../icons/squircle';
|
|
|
2464
2468
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2465
2469
|
// Stamp aliases
|
|
2466
2470
|
export { default as StampIcon } from '../icons/stamp';
|
|
2467
|
-
// StarOff aliases
|
|
2468
|
-
export { default as StarOffIcon } from '../icons/star-off';
|
|
2469
2471
|
// StarHalf aliases
|
|
2470
2472
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2473
|
+
// StarOff aliases
|
|
2474
|
+
export { default as StarOffIcon } from '../icons/star-off';
|
|
2471
2475
|
// Star aliases
|
|
2472
2476
|
export { default as StarIcon } from '../icons/star';
|
|
2473
|
-
// StepBack aliases
|
|
2474
|
-
export { default as StepBackIcon } from '../icons/step-back';
|
|
2475
2477
|
// StepForward aliases
|
|
2476
2478
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2479
|
+
// StepBack aliases
|
|
2480
|
+
export { default as StepBackIcon } from '../icons/step-back';
|
|
2477
2481
|
// Stethoscope aliases
|
|
2478
2482
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2479
2483
|
// Sticker aliases
|
|
2480
2484
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2481
|
-
// StickyNote aliases
|
|
2482
|
-
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2483
2485
|
// Stone aliases
|
|
2484
2486
|
export { default as StoneIcon } from '../icons/stone';
|
|
2485
|
-
//
|
|
2486
|
-
export { default as
|
|
2487
|
+
// StickyNote aliases
|
|
2488
|
+
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2487
2489
|
// StretchHorizontal aliases
|
|
2488
2490
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2491
|
+
// Store aliases
|
|
2492
|
+
export { default as StoreIcon } from '../icons/store';
|
|
2493
|
+
// StretchVertical aliases
|
|
2494
|
+
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2489
2495
|
// Strikethrough aliases
|
|
2490
2496
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2491
2497
|
// Subscript aliases
|
|
2492
2498
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2493
|
-
// StretchVertical aliases
|
|
2494
|
-
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2495
|
-
// SunDim aliases
|
|
2496
|
-
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2497
2499
|
// SunMedium aliases
|
|
2498
2500
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2499
|
-
//
|
|
2500
|
-
export { default as
|
|
2501
|
+
// SunDim aliases
|
|
2502
|
+
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2501
2503
|
// SunMoon aliases
|
|
2502
2504
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2503
2505
|
// Sun aliases
|
|
2504
2506
|
export { default as SunIcon } from '../icons/sun';
|
|
2505
|
-
//
|
|
2506
|
-
export { default as
|
|
2507
|
+
// SunSnow aliases
|
|
2508
|
+
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2507
2509
|
// Sunrise aliases
|
|
2508
2510
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2511
|
+
// Sunset aliases
|
|
2512
|
+
export { default as SunsetIcon } from '../icons/sunset';
|
|
2509
2513
|
// Superscript aliases
|
|
2510
2514
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2511
2515
|
// SwatchBook aliases
|
|
2512
2516
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2513
2517
|
// SwissFranc aliases
|
|
2514
2518
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2515
|
-
// SwitchCamera aliases
|
|
2516
|
-
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2517
2519
|
// Sword aliases
|
|
2518
2520
|
export { default as SwordIcon } from '../icons/sword';
|
|
2521
|
+
// SwitchCamera aliases
|
|
2522
|
+
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2519
2523
|
// Swords aliases
|
|
2520
2524
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2525
|
+
// Table2 aliases
|
|
2526
|
+
export { default as Table2Icon } from '../icons/table-2';
|
|
2521
2527
|
// Syringe aliases
|
|
2522
2528
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2523
2529
|
// TableCellsMerge aliases
|
|
2524
2530
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2525
|
-
// Table2 aliases
|
|
2526
|
-
export { default as Table2Icon } from '../icons/table-2';
|
|
2527
2531
|
// TableCellsSplit aliases
|
|
2528
2532
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2529
|
-
// TableColumnsSplit aliases
|
|
2530
|
-
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2531
2533
|
// TableOfContents aliases
|
|
2532
2534
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2535
|
+
// TableColumnsSplit aliases
|
|
2536
|
+
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2533
2537
|
// TableProperties aliases
|
|
2534
2538
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2535
|
-
// TableRowsSplit aliases
|
|
2536
|
-
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2537
2539
|
// Table aliases
|
|
2538
2540
|
export { default as TableIcon } from '../icons/table';
|
|
2541
|
+
// TableRowsSplit aliases
|
|
2542
|
+
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2539
2543
|
// TabletSmartphone aliases
|
|
2540
2544
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2541
2545
|
// Tablet aliases
|
|
@@ -2564,10 +2568,10 @@ export { default as TargetIcon } from '../icons/target';
|
|
|
2564
2568
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2565
2569
|
// TentTree aliases
|
|
2566
2570
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2567
|
-
// Tent aliases
|
|
2568
|
-
export { default as TentIcon } from '../icons/tent';
|
|
2569
2571
|
// Terminal aliases
|
|
2570
2572
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2573
|
+
// Tent aliases
|
|
2574
|
+
export { default as TentIcon } from '../icons/tent';
|
|
2571
2575
|
// TestTubes aliases
|
|
2572
2576
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2573
2577
|
// TestTube aliases
|
|
@@ -2578,38 +2582,38 @@ export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
|
2578
2582
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2579
2583
|
// TextQuote aliases
|
|
2580
2584
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2581
|
-
// TextSearch aliases
|
|
2582
|
-
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2583
2585
|
// Theater aliases
|
|
2584
2586
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2587
|
+
// TextSearch aliases
|
|
2588
|
+
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2585
2589
|
// ThermometerSnowflake aliases
|
|
2586
2590
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2587
|
-
// Thermometer aliases
|
|
2588
|
-
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2589
2591
|
// ThermometerSun aliases
|
|
2590
2592
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2593
|
+
// ThumbsDown aliases
|
|
2594
|
+
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2595
|
+
// Thermometer aliases
|
|
2596
|
+
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2591
2597
|
// ThumbsUp aliases
|
|
2592
2598
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2593
2599
|
// TicketCheck aliases
|
|
2594
2600
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2595
2601
|
// TicketMinus aliases
|
|
2596
2602
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2597
|
-
// ThumbsDown aliases
|
|
2598
|
-
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2599
2603
|
// TicketPercent aliases
|
|
2600
2604
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2601
2605
|
// TicketPlus aliases
|
|
2602
2606
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2603
2607
|
// TicketSlash aliases
|
|
2604
2608
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2605
|
-
// Ticket aliases
|
|
2606
|
-
export { default as TicketIcon } from '../icons/ticket';
|
|
2607
2609
|
// TicketX aliases
|
|
2608
2610
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2609
|
-
//
|
|
2610
|
-
export { default as
|
|
2611
|
+
// Ticket aliases
|
|
2612
|
+
export { default as TicketIcon } from '../icons/ticket';
|
|
2611
2613
|
// TicketsPlane aliases
|
|
2612
2614
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2615
|
+
// Tickets aliases
|
|
2616
|
+
export { default as TicketsIcon } from '../icons/tickets';
|
|
2613
2617
|
// TimerOff aliases
|
|
2614
2618
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2615
2619
|
// TimerReset aliases
|
|
@@ -2618,10 +2622,10 @@ export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
|
2618
2622
|
export { default as TimerIcon } from '../icons/timer';
|
|
2619
2623
|
// ToggleLeft aliases
|
|
2620
2624
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2621
|
-
// ToggleRight aliases
|
|
2622
|
-
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2623
2625
|
// Toilet aliases
|
|
2624
2626
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2627
|
+
// ToggleRight aliases
|
|
2628
|
+
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2625
2629
|
// ToolCase aliases
|
|
2626
2630
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2627
2631
|
// Toolbox aliases
|
|
@@ -2632,20 +2636,20 @@ export { default as TornadoIcon } from '../icons/tornado';
|
|
|
2632
2636
|
export { default as TorusIcon } from '../icons/torus';
|
|
2633
2637
|
// TouchpadOff aliases
|
|
2634
2638
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2639
|
+
// Touchpad aliases
|
|
2640
|
+
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2635
2641
|
// TowelRack aliases
|
|
2636
2642
|
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2637
|
-
// ToyBrick aliases
|
|
2638
|
-
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2639
2643
|
// TowerControl aliases
|
|
2640
2644
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2641
|
-
//
|
|
2642
|
-
export { default as
|
|
2645
|
+
// Tractor aliases
|
|
2646
|
+
export { default as TractorIcon } from '../icons/tractor';
|
|
2647
|
+
// ToyBrick aliases
|
|
2648
|
+
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2643
2649
|
// TrafficCone aliases
|
|
2644
2650
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2645
2651
|
// TrainFrontTunnel aliases
|
|
2646
2652
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2647
|
-
// Tractor aliases
|
|
2648
|
-
export { default as TractorIcon } from '../icons/tractor';
|
|
2649
2653
|
// TrainFront aliases
|
|
2650
2654
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2651
2655
|
// TrainTrack aliases
|
|
@@ -2660,10 +2664,10 @@ export { default as TrashIcon } from '../icons/trash';
|
|
|
2660
2664
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2661
2665
|
// TreePine aliases
|
|
2662
2666
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2663
|
-
// TrendingDown aliases
|
|
2664
|
-
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2665
2667
|
// Trees aliases
|
|
2666
2668
|
export { default as TreesIcon } from '../icons/trees';
|
|
2669
|
+
// TrendingDown aliases
|
|
2670
|
+
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2667
2671
|
// TrendingUpDown aliases
|
|
2668
2672
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2669
2673
|
// TrendingUp aliases
|
|
@@ -2682,10 +2686,10 @@ export { default as TrophyIcon } from '../icons/trophy';
|
|
|
2682
2686
|
export { default as TruckIcon } from '../icons/truck';
|
|
2683
2687
|
// TurkishLira aliases
|
|
2684
2688
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2685
|
-
// Turtle aliases
|
|
2686
|
-
export { default as TurtleIcon } from '../icons/turtle';
|
|
2687
2689
|
// Turntable aliases
|
|
2688
2690
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2691
|
+
// Turtle aliases
|
|
2692
|
+
export { default as TurtleIcon } from '../icons/turtle';
|
|
2689
2693
|
// TvMinimalPlay aliases
|
|
2690
2694
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2691
2695
|
// Tv aliases
|
|
@@ -2696,26 +2700,26 @@ export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
|
2696
2700
|
export { default as TypeIcon } from '../icons/type';
|
|
2697
2701
|
// UmbrellaOff aliases
|
|
2698
2702
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2699
|
-
// Underline aliases
|
|
2700
|
-
export { default as UnderlineIcon } from '../icons/underline';
|
|
2701
2703
|
// Umbrella aliases
|
|
2702
2704
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2703
2705
|
// Undo2 aliases
|
|
2704
2706
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2707
|
+
// Underline aliases
|
|
2708
|
+
export { default as UnderlineIcon } from '../icons/underline';
|
|
2705
2709
|
// Undo aliases
|
|
2706
2710
|
export { default as UndoIcon } from '../icons/undo';
|
|
2707
|
-
// UnfoldHorizontal aliases
|
|
2708
|
-
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2709
2711
|
// UndoDot aliases
|
|
2710
2712
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2711
|
-
// Ungroup aliases
|
|
2712
|
-
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2713
2713
|
// UnfoldVertical aliases
|
|
2714
2714
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2715
|
-
//
|
|
2716
|
-
export { default as
|
|
2715
|
+
// UnfoldHorizontal aliases
|
|
2716
|
+
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2717
|
+
// Ungroup aliases
|
|
2718
|
+
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2717
2719
|
// Unlink aliases
|
|
2718
2720
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2721
|
+
// Unlink2 aliases
|
|
2722
|
+
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2719
2723
|
// Unplug aliases
|
|
2720
2724
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2721
2725
|
// Upload aliases
|
|
@@ -2740,20 +2744,20 @@ export { default as UserPlusIcon } from '../icons/user-plus';
|
|
|
2740
2744
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2741
2745
|
// UserRoundPen aliases
|
|
2742
2746
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2743
|
-
// UserSearch aliases
|
|
2744
|
-
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2745
2747
|
// UserRoundSearch aliases
|
|
2746
2748
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2747
2749
|
// UserStar aliases
|
|
2748
2750
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2751
|
+
// UserSearch aliases
|
|
2752
|
+
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2749
2753
|
// UserX aliases
|
|
2750
2754
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2755
|
+
// UtilityPole aliases
|
|
2756
|
+
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2751
2757
|
// User aliases
|
|
2752
2758
|
export { default as UserIcon } from '../icons/user';
|
|
2753
2759
|
// Users aliases
|
|
2754
2760
|
export { default as UsersIcon } from '../icons/users';
|
|
2755
|
-
// UtilityPole aliases
|
|
2756
|
-
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2757
2761
|
// Van aliases
|
|
2758
2762
|
export { default as VanIcon } from '../icons/van';
|
|
2759
2763
|
// Variable aliases
|
|
@@ -2762,28 +2766,28 @@ export { default as VariableIcon } from '../icons/variable';
|
|
|
2762
2766
|
export { default as VaultIcon } from '../icons/vault';
|
|
2763
2767
|
// VectorSquare aliases
|
|
2764
2768
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2769
|
+
// VenetianMask aliases
|
|
2770
|
+
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2765
2771
|
// Vegan aliases
|
|
2766
2772
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2767
2773
|
// VenusAndMars aliases
|
|
2768
2774
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2775
|
+
// VibrateOff aliases
|
|
2776
|
+
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2769
2777
|
// Venus aliases
|
|
2770
2778
|
export { default as VenusIcon } from '../icons/venus';
|
|
2771
|
-
// VenetianMask aliases
|
|
2772
|
-
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2773
2779
|
// Vibrate aliases
|
|
2774
2780
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2775
2781
|
// VideoOff aliases
|
|
2776
2782
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2777
|
-
// VibrateOff aliases
|
|
2778
|
-
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2779
2783
|
// Video aliases
|
|
2780
2784
|
export { default as VideoIcon } from '../icons/video';
|
|
2781
|
-
// View aliases
|
|
2782
|
-
export { default as ViewIcon } from '../icons/view';
|
|
2783
2785
|
// Videotape aliases
|
|
2784
2786
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2785
2787
|
// Voicemail aliases
|
|
2786
2788
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2789
|
+
// View aliases
|
|
2790
|
+
export { default as ViewIcon } from '../icons/view';
|
|
2787
2791
|
// Volleyball aliases
|
|
2788
2792
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2789
2793
|
// Volume1 aliases
|
|
@@ -2806,12 +2810,12 @@ export { default as WalletIcon } from '../icons/wallet';
|
|
|
2806
2810
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2807
2811
|
// Wand aliases
|
|
2808
2812
|
export { default as WandIcon } from '../icons/wand';
|
|
2813
|
+
// WashingMachine aliases
|
|
2814
|
+
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2809
2815
|
// Warehouse aliases
|
|
2810
2816
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2811
2817
|
// Watch aliases
|
|
2812
2818
|
export { default as WatchIcon } from '../icons/watch';
|
|
2813
|
-
// WashingMachine aliases
|
|
2814
|
-
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2815
2819
|
// WavesArrowDown aliases
|
|
2816
2820
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2817
2821
|
// WavesArrowUp aliases
|
|
@@ -2820,44 +2824,44 @@ export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
|
2820
2824
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2821
2825
|
// Waves aliases
|
|
2822
2826
|
export { default as WavesIcon } from '../icons/waves';
|
|
2823
|
-
// Webcam aliases
|
|
2824
|
-
export { default as WebcamIcon } from '../icons/webcam';
|
|
2825
2827
|
// Waypoints aliases
|
|
2826
2828
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2829
|
+
// Webcam aliases
|
|
2830
|
+
export { default as WebcamIcon } from '../icons/webcam';
|
|
2827
2831
|
// WebhookOff aliases
|
|
2828
2832
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2829
2833
|
// Webhook aliases
|
|
2830
2834
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2831
2835
|
// WeightTilde aliases
|
|
2832
2836
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2833
|
-
// Weight aliases
|
|
2834
|
-
export { default as WeightIcon } from '../icons/weight';
|
|
2835
2837
|
// WheatOff aliases
|
|
2836
2838
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2839
|
+
// Weight aliases
|
|
2840
|
+
export { default as WeightIcon } from '../icons/weight';
|
|
2837
2841
|
// Wheat aliases
|
|
2838
2842
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2839
|
-
// WholeWord aliases
|
|
2840
|
-
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2841
2843
|
// WifiCog aliases
|
|
2842
2844
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2845
|
+
// WholeWord aliases
|
|
2846
|
+
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2843
2847
|
// WifiHigh aliases
|
|
2844
2848
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2845
|
-
// WifiPen aliases
|
|
2846
|
-
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2847
|
-
// WifiOff aliases
|
|
2848
|
-
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2849
|
-
// WifiSync aliases
|
|
2850
|
-
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2851
2849
|
// WifiLow aliases
|
|
2852
2850
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2853
|
-
//
|
|
2854
|
-
export { default as
|
|
2851
|
+
// WifiSync aliases
|
|
2852
|
+
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2853
|
+
// WifiOff aliases
|
|
2854
|
+
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2855
|
+
// WifiPen aliases
|
|
2856
|
+
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2857
|
+
// WindArrowDown aliases
|
|
2858
|
+
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2855
2859
|
// Wifi aliases
|
|
2856
2860
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2861
|
+
// WifiZero aliases
|
|
2862
|
+
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2857
2863
|
// Wind aliases
|
|
2858
2864
|
export { default as WindIcon } from '../icons/wind';
|
|
2859
|
-
// WindArrowDown aliases
|
|
2860
|
-
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2861
2865
|
// WineOff aliases
|
|
2862
2866
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2863
2867
|
// Wine aliases
|
|
@@ -2882,24 +2886,24 @@ export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
|
2882
2886
|
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
2883
2887
|
// ZodiacCapricorn aliases
|
|
2884
2888
|
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
2885
|
-
// ZodiacCancer aliases
|
|
2886
|
-
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
2887
2889
|
// ZodiacGemini aliases
|
|
2888
2890
|
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
2891
|
+
// ZodiacCancer aliases
|
|
2892
|
+
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
2889
2893
|
// ZodiacLeo aliases
|
|
2890
2894
|
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
2891
|
-
// ZodiacLibra aliases
|
|
2892
|
-
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
2893
2895
|
// ZodiacOphiuchus aliases
|
|
2894
2896
|
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
2897
|
+
// ZodiacLibra aliases
|
|
2898
|
+
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
2895
2899
|
// ZodiacPisces aliases
|
|
2896
2900
|
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
2897
2901
|
// ZodiacSagittarius aliases
|
|
2898
2902
|
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
2899
|
-
// ZodiacScorpio aliases
|
|
2900
|
-
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
2901
2903
|
// ZodiacTaurus aliases
|
|
2902
2904
|
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
2905
|
+
// ZodiacScorpio aliases
|
|
2906
|
+
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
2903
2907
|
// ZodiacVirgo aliases
|
|
2904
2908
|
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
2905
2909
|
// ZoomIn aliases
|
|
@@ -2938,18 +2942,18 @@ export {
|
|
|
2938
2942
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
|
|
2939
2943
|
default as ArrowDownAzIcon
|
|
2940
2944
|
} from '../icons/arrow-down-a-z';
|
|
2941
|
-
// ArrowDownZA aliases
|
|
2942
|
-
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2943
|
-
export {
|
|
2944
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
|
|
2945
|
-
default as ArrowDownZaIcon
|
|
2946
|
-
} from '../icons/arrow-down-z-a';
|
|
2947
2945
|
// ArrowDownWideNarrow aliases
|
|
2948
2946
|
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2949
2947
|
export {
|
|
2950
2948
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
2951
2949
|
default as SortDescIcon
|
|
2952
2950
|
} from '../icons/arrow-down-wide-narrow';
|
|
2951
|
+
// ArrowDownZA aliases
|
|
2952
|
+
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2953
|
+
export {
|
|
2954
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
|
|
2955
|
+
default as ArrowDownZaIcon
|
|
2956
|
+
} from '../icons/arrow-down-z-a';
|
|
2953
2957
|
// ArrowUpAZ aliases
|
|
2954
2958
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2955
2959
|
export {
|
|
@@ -2962,12 +2966,6 @@ export {
|
|
|
2962
2966
|
/** @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 */
|
|
2963
2967
|
default as SortAscIcon
|
|
2964
2968
|
} from '../icons/arrow-up-narrow-wide';
|
|
2965
|
-
// Axis3d aliases
|
|
2966
|
-
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2967
|
-
export {
|
|
2968
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
2969
|
-
default as Axis3DIcon
|
|
2970
|
-
} from '../icons/axis-3d';
|
|
2971
2969
|
// ArrowUpZA aliases
|
|
2972
2970
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2973
2971
|
export {
|
|
@@ -2980,6 +2978,12 @@ export {
|
|
|
2980
2978
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
2981
2979
|
default as VerifiedIcon
|
|
2982
2980
|
} from '../icons/badge-check';
|
|
2981
|
+
// Axis3d aliases
|
|
2982
|
+
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2983
|
+
export {
|
|
2984
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
2985
|
+
default as Axis3DIcon
|
|
2986
|
+
} from '../icons/axis-3d';
|
|
2983
2987
|
// BadgeQuestionMark aliases
|
|
2984
2988
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2985
2989
|
export {
|
|
@@ -3010,36 +3014,30 @@ export {
|
|
|
3010
3014
|
/** @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 */
|
|
3011
3015
|
default as CurlyBracesIcon
|
|
3012
3016
|
} from '../icons/braces';
|
|
3013
|
-
//
|
|
3014
|
-
export { default as
|
|
3017
|
+
// ChartArea aliases
|
|
3018
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3015
3019
|
export {
|
|
3016
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3017
|
-
default as
|
|
3018
|
-
} from '../icons/chart-
|
|
3019
|
-
// Captions aliases
|
|
3020
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
3021
|
+
default as AreaChartIcon
|
|
3022
|
+
} from '../icons/chart-area';
|
|
3023
|
+
// Captions aliases
|
|
3020
3024
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
3021
3025
|
export {
|
|
3022
3026
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
3023
3027
|
default as SubtitlesIcon
|
|
3024
3028
|
} from '../icons/captions';
|
|
3025
|
-
//
|
|
3026
|
-
export { default as
|
|
3029
|
+
// ChartBarBig aliases
|
|
3030
|
+
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3027
3031
|
export {
|
|
3028
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3029
|
-
default as
|
|
3030
|
-
} from '../icons/chart-
|
|
3032
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
3033
|
+
default as BarChartHorizontalBigIcon
|
|
3034
|
+
} from '../icons/chart-bar-big';
|
|
3031
3035
|
// ChartBar aliases
|
|
3032
3036
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3033
3037
|
export {
|
|
3034
3038
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
3035
3039
|
default as BarChartHorizontalIcon
|
|
3036
3040
|
} from '../icons/chart-bar';
|
|
3037
|
-
// ChartCandlestick aliases
|
|
3038
|
-
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3039
|
-
export {
|
|
3040
|
-
/** @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 */
|
|
3041
|
-
default as CandlestickChartIcon
|
|
3042
|
-
} from '../icons/chart-candlestick';
|
|
3043
3041
|
// ChartColumnBig aliases
|
|
3044
3042
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3045
3043
|
export {
|
|
@@ -3052,6 +3050,18 @@ export {
|
|
|
3052
3050
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3053
3051
|
default as BarChart4Icon
|
|
3054
3052
|
} from '../icons/chart-column-increasing';
|
|
3053
|
+
// ChartColumn aliases
|
|
3054
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3055
|
+
export {
|
|
3056
|
+
/** @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 */
|
|
3057
|
+
default as BarChart3Icon
|
|
3058
|
+
} from '../icons/chart-column';
|
|
3059
|
+
// ChartCandlestick aliases
|
|
3060
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3061
|
+
export {
|
|
3062
|
+
/** @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 */
|
|
3063
|
+
default as CandlestickChartIcon
|
|
3064
|
+
} from '../icons/chart-candlestick';
|
|
3055
3065
|
// ChartLine aliases
|
|
3056
3066
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3057
3067
|
export {
|
|
@@ -3064,12 +3074,12 @@ export {
|
|
|
3064
3074
|
/** @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 */
|
|
3065
3075
|
default as BarChartIcon
|
|
3066
3076
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3067
|
-
//
|
|
3068
|
-
export { default as
|
|
3077
|
+
// ChartNoAxesColumn aliases
|
|
3078
|
+
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3069
3079
|
export {
|
|
3070
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3071
|
-
default as
|
|
3072
|
-
} from '../icons/chart-column';
|
|
3080
|
+
/** @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 */
|
|
3081
|
+
default as BarChart2Icon
|
|
3082
|
+
} from '../icons/chart-no-axes-column';
|
|
3073
3083
|
// ChartNoAxesGantt aliases
|
|
3074
3084
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3075
3085
|
export {
|
|
@@ -3082,42 +3092,30 @@ export {
|
|
|
3082
3092
|
/** @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 */
|
|
3083
3093
|
default as PieChartIcon
|
|
3084
3094
|
} from '../icons/chart-pie';
|
|
3085
|
-
//
|
|
3086
|
-
export { default as
|
|
3087
|
-
export {
|
|
3088
|
-
/** @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 */
|
|
3089
|
-
default as BarChart2Icon
|
|
3090
|
-
} from '../icons/chart-no-axes-column';
|
|
3091
|
-
// CircleArrowDown aliases
|
|
3092
|
-
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3095
|
+
// ChartScatter aliases
|
|
3096
|
+
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3093
3097
|
export {
|
|
3094
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3095
|
-
default as
|
|
3096
|
-
} from '../icons/
|
|
3098
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3099
|
+
default as ScatterChartIcon
|
|
3100
|
+
} from '../icons/chart-scatter';
|
|
3097
3101
|
// CircleAlert aliases
|
|
3098
3102
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3099
3103
|
export {
|
|
3100
3104
|
/** @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 */
|
|
3101
3105
|
default as AlertCircleIcon
|
|
3102
3106
|
} from '../icons/circle-alert';
|
|
3103
|
-
//
|
|
3104
|
-
export { default as
|
|
3107
|
+
// CircleArrowDown aliases
|
|
3108
|
+
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3105
3109
|
export {
|
|
3106
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3107
|
-
default as
|
|
3108
|
-
} from '../icons/
|
|
3110
|
+
/** @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 */
|
|
3111
|
+
default as ArrowDownCircleIcon
|
|
3112
|
+
} from '../icons/circle-arrow-down';
|
|
3109
3113
|
// CircleArrowLeft aliases
|
|
3110
3114
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3111
3115
|
export {
|
|
3112
3116
|
/** @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 */
|
|
3113
3117
|
default as ArrowLeftCircleIcon
|
|
3114
3118
|
} from '../icons/circle-arrow-left';
|
|
3115
|
-
// CircleArrowOutDownLeft aliases
|
|
3116
|
-
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3117
|
-
export {
|
|
3118
|
-
/** @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 */
|
|
3119
|
-
default as ArrowDownLeftFromCircleIcon
|
|
3120
|
-
} from '../icons/circle-arrow-out-down-left';
|
|
3121
3119
|
// CircleArrowOutUpLeft aliases
|
|
3122
3120
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3123
3121
|
export {
|
|
@@ -3130,12 +3128,12 @@ export {
|
|
|
3130
3128
|
/** @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 */
|
|
3131
3129
|
default as ArrowDownRightFromCircleIcon
|
|
3132
3130
|
} from '../icons/circle-arrow-out-down-right';
|
|
3133
|
-
//
|
|
3134
|
-
export { default as
|
|
3131
|
+
// CircleArrowOutDownLeft aliases
|
|
3132
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3135
3133
|
export {
|
|
3136
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3137
|
-
default as
|
|
3138
|
-
} from '../icons/circle-arrow-
|
|
3134
|
+
/** @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 */
|
|
3135
|
+
default as ArrowDownLeftFromCircleIcon
|
|
3136
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
3139
3137
|
// CircleArrowOutUpRight aliases
|
|
3140
3138
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3141
3139
|
export {
|
|
@@ -3148,12 +3146,12 @@ export {
|
|
|
3148
3146
|
/** @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 */
|
|
3149
3147
|
default as ArrowUpCircleIcon
|
|
3150
3148
|
} from '../icons/circle-arrow-up';
|
|
3151
|
-
//
|
|
3152
|
-
export { default as
|
|
3149
|
+
// CircleArrowRight aliases
|
|
3150
|
+
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3153
3151
|
export {
|
|
3154
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3155
|
-
default as
|
|
3156
|
-
} from '../icons/circle-
|
|
3152
|
+
/** @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 */
|
|
3153
|
+
default as ArrowRightCircleIcon
|
|
3154
|
+
} from '../icons/circle-arrow-right';
|
|
3157
3155
|
// CircleCheckBig aliases
|
|
3158
3156
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3159
3157
|
export {
|
|
@@ -3166,6 +3164,12 @@ export {
|
|
|
3166
3164
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3167
3165
|
default as ChevronDownCircleIcon
|
|
3168
3166
|
} from '../icons/circle-chevron-down';
|
|
3167
|
+
// CircleCheck aliases
|
|
3168
|
+
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3169
|
+
export {
|
|
3170
|
+
/** @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 */
|
|
3171
|
+
default as CheckCircle2Icon
|
|
3172
|
+
} from '../icons/circle-check';
|
|
3169
3173
|
// CircleChevronLeft aliases
|
|
3170
3174
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3171
3175
|
export {
|
|
@@ -3178,30 +3182,30 @@ export {
|
|
|
3178
3182
|
/** @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 */
|
|
3179
3183
|
default as ChevronRightCircleIcon
|
|
3180
3184
|
} from '../icons/circle-chevron-right';
|
|
3185
|
+
// CircleDivide aliases
|
|
3186
|
+
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3187
|
+
export {
|
|
3188
|
+
/** @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 */
|
|
3189
|
+
default as DivideCircleIcon
|
|
3190
|
+
} from '../icons/circle-divide';
|
|
3181
3191
|
// CircleChevronUp aliases
|
|
3182
3192
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3183
3193
|
export {
|
|
3184
3194
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
3185
3195
|
default as ChevronUpCircleIcon
|
|
3186
3196
|
} from '../icons/circle-chevron-up';
|
|
3187
|
-
// CircleGauge aliases
|
|
3188
|
-
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3189
|
-
export {
|
|
3190
|
-
/** @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 */
|
|
3191
|
-
default as GaugeCircleIcon
|
|
3192
|
-
} from '../icons/circle-gauge';
|
|
3193
3197
|
// CircleMinus aliases
|
|
3194
3198
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3195
3199
|
export {
|
|
3196
3200
|
/** @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 */
|
|
3197
3201
|
default as MinusCircleIcon
|
|
3198
3202
|
} from '../icons/circle-minus';
|
|
3199
|
-
//
|
|
3200
|
-
export { default as
|
|
3203
|
+
// CircleGauge aliases
|
|
3204
|
+
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3201
3205
|
export {
|
|
3202
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3203
|
-
default as
|
|
3204
|
-
} from '../icons/circle-
|
|
3206
|
+
/** @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 */
|
|
3207
|
+
default as GaugeCircleIcon
|
|
3208
|
+
} from '../icons/circle-gauge';
|
|
3205
3209
|
// CircleParkingOff aliases
|
|
3206
3210
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3207
3211
|
export {
|
|
@@ -3214,36 +3218,46 @@ export {
|
|
|
3214
3218
|
/** @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 */
|
|
3215
3219
|
default as ParkingCircleIcon
|
|
3216
3220
|
} from '../icons/circle-parking';
|
|
3217
|
-
// CirclePause aliases
|
|
3218
|
-
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3219
|
-
export {
|
|
3220
|
-
/** @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 */
|
|
3221
|
-
default as PauseCircleIcon
|
|
3222
|
-
} from '../icons/circle-pause';
|
|
3223
3221
|
// CirclePercent aliases
|
|
3224
3222
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3225
3223
|
export {
|
|
3226
3224
|
/** @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 */
|
|
3227
3225
|
default as PercentCircleIcon
|
|
3228
3226
|
} from '../icons/circle-percent';
|
|
3227
|
+
// CirclePause aliases
|
|
3228
|
+
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3229
|
+
export {
|
|
3230
|
+
/** @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 */
|
|
3231
|
+
default as PauseCircleIcon
|
|
3232
|
+
} from '../icons/circle-pause';
|
|
3229
3233
|
// CirclePlay aliases
|
|
3230
3234
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3231
3235
|
export {
|
|
3232
3236
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
3233
3237
|
default as PlayCircleIcon
|
|
3234
3238
|
} from '../icons/circle-play';
|
|
3235
|
-
// CirclePower aliases
|
|
3236
|
-
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3237
|
-
export {
|
|
3238
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
|
|
3239
|
-
default as PowerCircleIcon
|
|
3240
|
-
} from '../icons/circle-power';
|
|
3241
3239
|
// CirclePlus aliases
|
|
3242
3240
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3243
3241
|
export {
|
|
3244
3242
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
3245
3243
|
default as PlusCircleIcon
|
|
3246
3244
|
} from '../icons/circle-plus';
|
|
3245
|
+
// CircleQuestionMark aliases
|
|
3246
|
+
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3247
|
+
export {
|
|
3248
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3249
|
+
default as HelpCircleIcon
|
|
3250
|
+
} from '../icons/circle-question-mark';
|
|
3251
|
+
export {
|
|
3252
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3253
|
+
default as CircleHelpIcon
|
|
3254
|
+
} from '../icons/circle-question-mark';
|
|
3255
|
+
// CirclePower aliases
|
|
3256
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3257
|
+
export {
|
|
3258
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
|
|
3259
|
+
default as PowerCircleIcon
|
|
3260
|
+
} from '../icons/circle-power';
|
|
3247
3261
|
// CircleSlash2 aliases
|
|
3248
3262
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3249
3263
|
export {
|
|
@@ -3256,22 +3270,18 @@ export {
|
|
|
3256
3270
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3257
3271
|
default as StopCircleIcon
|
|
3258
3272
|
} from '../icons/circle-stop';
|
|
3259
|
-
// CircleQuestionMark aliases
|
|
3260
|
-
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3261
|
-
export {
|
|
3262
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3263
|
-
default as HelpCircleIcon
|
|
3264
|
-
} from '../icons/circle-question-mark';
|
|
3265
|
-
export {
|
|
3266
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3267
|
-
default as CircleHelpIcon
|
|
3268
|
-
} from '../icons/circle-question-mark';
|
|
3269
3273
|
// CircleUserRound aliases
|
|
3270
3274
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3271
3275
|
export {
|
|
3272
3276
|
/** @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 */
|
|
3273
3277
|
default as UserCircle2Icon
|
|
3274
3278
|
} from '../icons/circle-user-round';
|
|
3279
|
+
// CircleX aliases
|
|
3280
|
+
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3281
|
+
export {
|
|
3282
|
+
/** @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 */
|
|
3283
|
+
default as XCircleIcon
|
|
3284
|
+
} from '../icons/circle-x';
|
|
3275
3285
|
// CircleUser aliases
|
|
3276
3286
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3277
3287
|
export {
|
|
@@ -3284,12 +3294,6 @@ export {
|
|
|
3284
3294
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3285
3295
|
default as ClipboardSignatureIcon
|
|
3286
3296
|
} from '../icons/clipboard-pen-line';
|
|
3287
|
-
// CircleX aliases
|
|
3288
|
-
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3289
|
-
export {
|
|
3290
|
-
/** @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 */
|
|
3291
|
-
default as XCircleIcon
|
|
3292
|
-
} from '../icons/circle-x';
|
|
3293
3297
|
// ClipboardPen aliases
|
|
3294
3298
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3295
3299
|
export {
|
|
@@ -3336,30 +3340,30 @@ export {
|
|
|
3336
3340
|
/** @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 */
|
|
3337
3341
|
default as PanelsLeftRightIcon
|
|
3338
3342
|
} from '../icons/columns-3';
|
|
3339
|
-
// ContactRound aliases
|
|
3340
|
-
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3341
|
-
export {
|
|
3342
|
-
/** @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 */
|
|
3343
|
-
default as Contact2Icon
|
|
3344
|
-
} from '../icons/contact-round';
|
|
3345
3343
|
// DiamondPercent aliases
|
|
3346
3344
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3347
3345
|
export {
|
|
3348
3346
|
/** @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 */
|
|
3349
3347
|
default as PercentDiamondIcon
|
|
3350
3348
|
} from '../icons/diamond-percent';
|
|
3351
|
-
//
|
|
3352
|
-
export { default as
|
|
3349
|
+
// ContactRound aliases
|
|
3350
|
+
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3353
3351
|
export {
|
|
3354
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3355
|
-
default as
|
|
3356
|
-
} from '../icons/
|
|
3352
|
+
/** @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 */
|
|
3353
|
+
default as Contact2Icon
|
|
3354
|
+
} from '../icons/contact-round';
|
|
3357
3355
|
// EllipsisVertical aliases
|
|
3358
3356
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3359
3357
|
export {
|
|
3360
3358
|
/** @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 */
|
|
3361
3359
|
default as MoreVerticalIcon
|
|
3362
3360
|
} from '../icons/ellipsis-vertical';
|
|
3361
|
+
// Earth aliases
|
|
3362
|
+
export { default as EarthIcon } from '../icons/earth';
|
|
3363
|
+
export {
|
|
3364
|
+
/** @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 */
|
|
3365
|
+
default as Globe2Icon
|
|
3366
|
+
} from '../icons/earth';
|
|
3363
3367
|
// Ellipsis aliases
|
|
3364
3368
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3365
3369
|
export {
|
|
@@ -3378,6 +3382,12 @@ export {
|
|
|
3378
3382
|
/** @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 */
|
|
3379
3383
|
default as FileBadge2Icon
|
|
3380
3384
|
} from '../icons/file-badge';
|
|
3385
|
+
// FileBraces aliases
|
|
3386
|
+
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3387
|
+
export {
|
|
3388
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
3389
|
+
default as FileJsonIcon
|
|
3390
|
+
} from '../icons/file-braces';
|
|
3381
3391
|
// FileBracesCorner aliases
|
|
3382
3392
|
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3383
3393
|
export {
|
|
@@ -3396,18 +3406,6 @@ export {
|
|
|
3396
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 */
|
|
3397
3407
|
default as FileBarChart2Icon
|
|
3398
3408
|
} from '../icons/file-chart-column';
|
|
3399
|
-
// FileBraces aliases
|
|
3400
|
-
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3401
|
-
export {
|
|
3402
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
3403
|
-
default as FileJsonIcon
|
|
3404
|
-
} from '../icons/file-braces';
|
|
3405
|
-
// FileChartPie aliases
|
|
3406
|
-
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3407
|
-
export {
|
|
3408
|
-
/** @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 */
|
|
3409
|
-
default as FilePieChartIcon
|
|
3410
|
-
} from '../icons/file-chart-pie';
|
|
3411
3409
|
// FileChartLine aliases
|
|
3412
3410
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3413
3411
|
export {
|
|
@@ -3426,12 +3424,18 @@ export {
|
|
|
3426
3424
|
/** @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 */
|
|
3427
3425
|
default as FileCode2Icon
|
|
3428
3426
|
} from '../icons/file-code-corner';
|
|
3429
|
-
//
|
|
3430
|
-
export { default as
|
|
3427
|
+
// FileChartPie aliases
|
|
3428
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3431
3429
|
export {
|
|
3432
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3433
|
-
default as
|
|
3434
|
-
} from '../icons/file-
|
|
3430
|
+
/** @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 */
|
|
3431
|
+
default as FilePieChartIcon
|
|
3432
|
+
} from '../icons/file-chart-pie';
|
|
3433
|
+
// FileCog aliases
|
|
3434
|
+
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3435
|
+
export {
|
|
3436
|
+
/** @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 */
|
|
3437
|
+
default as FileCog2Icon
|
|
3438
|
+
} from '../icons/file-cog';
|
|
3435
3439
|
// FileHeadphone aliases
|
|
3436
3440
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3437
3441
|
export {
|
|
@@ -3442,12 +3446,12 @@ export {
|
|
|
3442
3446
|
/** @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 */
|
|
3443
3447
|
default as FileAudio2Icon
|
|
3444
3448
|
} from '../icons/file-headphone';
|
|
3445
|
-
//
|
|
3446
|
-
export { default as
|
|
3449
|
+
// FileExclamationPoint aliases
|
|
3450
|
+
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3447
3451
|
export {
|
|
3448
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3449
|
-
default as
|
|
3450
|
-
} from '../icons/file-
|
|
3452
|
+
/** @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 */
|
|
3453
|
+
default as FileWarningIcon
|
|
3454
|
+
} from '../icons/file-exclamation-point';
|
|
3451
3455
|
// FileKey aliases
|
|
3452
3456
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3453
3457
|
export {
|
|
@@ -3478,42 +3482,36 @@ export {
|
|
|
3478
3482
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3479
3483
|
default as FileEditIcon
|
|
3480
3484
|
} from '../icons/file-pen';
|
|
3481
|
-
// FilePlay aliases
|
|
3482
|
-
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3483
|
-
export {
|
|
3484
|
-
/** @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 */
|
|
3485
|
-
default as FileVideoIcon
|
|
3486
|
-
} from '../icons/file-play';
|
|
3487
3485
|
// FilePlusCorner aliases
|
|
3488
3486
|
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3489
3487
|
export {
|
|
3490
3488
|
/** @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 */
|
|
3491
3489
|
default as FilePlus2Icon
|
|
3492
3490
|
} from '../icons/file-plus-corner';
|
|
3493
|
-
//
|
|
3494
|
-
export { default as
|
|
3491
|
+
// FilePlay aliases
|
|
3492
|
+
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3495
3493
|
export {
|
|
3496
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3497
|
-
default as
|
|
3498
|
-
} from '../icons/file-
|
|
3494
|
+
/** @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 */
|
|
3495
|
+
default as FileVideoIcon
|
|
3496
|
+
} from '../icons/file-play';
|
|
3499
3497
|
// FileQuestionMark aliases
|
|
3500
3498
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3501
3499
|
export {
|
|
3502
3500
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3503
3501
|
default as FileQuestionIcon
|
|
3504
3502
|
} from '../icons/file-question-mark';
|
|
3503
|
+
// FileSearchCorner aliases
|
|
3504
|
+
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3505
|
+
export {
|
|
3506
|
+
/** @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 */
|
|
3507
|
+
default as FileSearch2Icon
|
|
3508
|
+
} from '../icons/file-search-corner';
|
|
3505
3509
|
// FileSignal aliases
|
|
3506
3510
|
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3507
3511
|
export {
|
|
3508
3512
|
/** @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 */
|
|
3509
3513
|
default as FileVolume2Icon
|
|
3510
3514
|
} from '../icons/file-signal';
|
|
3511
|
-
// FileVideoCamera aliases
|
|
3512
|
-
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3513
|
-
export {
|
|
3514
|
-
/** @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 */
|
|
3515
|
-
default as FileVideo2Icon
|
|
3516
|
-
} from '../icons/file-video-camera';
|
|
3517
3515
|
// FileTypeCorner aliases
|
|
3518
3516
|
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3519
3517
|
export {
|
|
@@ -3526,18 +3524,24 @@ export {
|
|
|
3526
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 */
|
|
3527
3525
|
default as FileX2Icon
|
|
3528
3526
|
} from '../icons/file-x-corner';
|
|
3529
|
-
//
|
|
3530
|
-
export { default as
|
|
3527
|
+
// FileVideoCamera aliases
|
|
3528
|
+
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3531
3529
|
export {
|
|
3532
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3533
|
-
default as
|
|
3534
|
-
} from '../icons/
|
|
3530
|
+
/** @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 */
|
|
3531
|
+
default as FileVideo2Icon
|
|
3532
|
+
} from '../icons/file-video-camera';
|
|
3535
3533
|
// FingerprintPattern aliases
|
|
3536
3534
|
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3537
3535
|
export {
|
|
3538
3536
|
/** @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 */
|
|
3539
3537
|
default as FingerprintIcon
|
|
3540
3538
|
} from '../icons/fingerprint-pattern';
|
|
3539
|
+
// FolderCog aliases
|
|
3540
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3541
|
+
export {
|
|
3542
|
+
/** @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 */
|
|
3543
|
+
default as FolderCog2Icon
|
|
3544
|
+
} from '../icons/folder-cog';
|
|
3541
3545
|
// FolderPen aliases
|
|
3542
3546
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3543
3547
|
export {
|
|
@@ -3562,12 +3566,6 @@ export {
|
|
|
3562
3566
|
/** @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 */
|
|
3563
3567
|
default as GitCommitIcon
|
|
3564
3568
|
} from '../icons/git-commit-horizontal';
|
|
3565
|
-
// Grid2x2Plus aliases
|
|
3566
|
-
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3567
|
-
export {
|
|
3568
|
-
/** @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 */
|
|
3569
|
-
default as Grid2X2PlusIcon
|
|
3570
|
-
} from '../icons/grid-2x2-plus';
|
|
3571
3569
|
// Grid2x2X aliases
|
|
3572
3570
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3573
3571
|
export {
|
|
@@ -3580,6 +3578,18 @@ export {
|
|
|
3580
3578
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3581
3579
|
default as Grid2X2CheckIcon
|
|
3582
3580
|
} from '../icons/grid-2x2-check';
|
|
3581
|
+
// Grid2x2Plus aliases
|
|
3582
|
+
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3583
|
+
export {
|
|
3584
|
+
/** @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 */
|
|
3585
|
+
default as Grid2X2PlusIcon
|
|
3586
|
+
} from '../icons/grid-2x2-plus';
|
|
3587
|
+
// Grid2x2 aliases
|
|
3588
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3589
|
+
export {
|
|
3590
|
+
/** @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 */
|
|
3591
|
+
default as Grid2X2Icon
|
|
3592
|
+
} from '../icons/grid-2x2';
|
|
3583
3593
|
// Grid3x3 aliases
|
|
3584
3594
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3585
3595
|
export {
|
|
@@ -3590,12 +3600,6 @@ export {
|
|
|
3590
3600
|
/** @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 */
|
|
3591
3601
|
default as Grid3X3Icon
|
|
3592
3602
|
} from '../icons/grid-3x3';
|
|
3593
|
-
// Grid2x2 aliases
|
|
3594
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3595
|
-
export {
|
|
3596
|
-
/** @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 */
|
|
3597
|
-
default as Grid2X2Icon
|
|
3598
|
-
} from '../icons/grid-2x2';
|
|
3599
3603
|
// HandGrab aliases
|
|
3600
3604
|
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3601
3605
|
export {
|
|
@@ -3620,24 +3624,18 @@ export {
|
|
|
3620
3624
|
/** @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 */
|
|
3621
3625
|
default as IceCream2Icon
|
|
3622
3626
|
} from '../icons/ice-cream-bowl';
|
|
3623
|
-
// IceCreamCone aliases
|
|
3624
|
-
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3625
|
-
export {
|
|
3626
|
-
/** @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 */
|
|
3627
|
-
default as IceCreamIcon
|
|
3628
|
-
} from '../icons/ice-cream-cone';
|
|
3629
3627
|
// LaptopMinimal aliases
|
|
3630
3628
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3631
3629
|
export {
|
|
3632
3630
|
/** @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 */
|
|
3633
3631
|
default as Laptop2Icon
|
|
3634
3632
|
} from '../icons/laptop-minimal';
|
|
3635
|
-
//
|
|
3636
|
-
export { default as
|
|
3633
|
+
// IceCreamCone aliases
|
|
3634
|
+
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3637
3635
|
export {
|
|
3638
|
-
/** @deprecated The icon was
|
|
3639
|
-
default as
|
|
3640
|
-
} from '../icons/
|
|
3636
|
+
/** @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 */
|
|
3637
|
+
default as IceCreamIcon
|
|
3638
|
+
} from '../icons/ice-cream-cone';
|
|
3641
3639
|
// ListIndentDecrease aliases
|
|
3642
3640
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3643
3641
|
export {
|
|
@@ -3648,12 +3646,12 @@ export {
|
|
|
3648
3646
|
/** @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 */
|
|
3649
3647
|
default as IndentDecreaseIcon
|
|
3650
3648
|
} from '../icons/list-indent-decrease';
|
|
3651
|
-
//
|
|
3652
|
-
export { default as
|
|
3649
|
+
// Layers aliases
|
|
3650
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3653
3651
|
export {
|
|
3654
|
-
/** @deprecated The
|
|
3655
|
-
default as
|
|
3656
|
-
} from '../icons/
|
|
3652
|
+
/** @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 */
|
|
3653
|
+
default as Layers3Icon
|
|
3654
|
+
} from '../icons/layers';
|
|
3657
3655
|
// ListIndentIncrease aliases
|
|
3658
3656
|
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3659
3657
|
export {
|
|
@@ -3664,6 +3662,18 @@ export {
|
|
|
3664
3662
|
/** @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 */
|
|
3665
3663
|
default as IndentIncreaseIcon
|
|
3666
3664
|
} from '../icons/list-indent-increase';
|
|
3665
|
+
// LoaderCircle aliases
|
|
3666
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3667
|
+
export {
|
|
3668
|
+
/** @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 */
|
|
3669
|
+
default as Loader2Icon
|
|
3670
|
+
} from '../icons/loader-circle';
|
|
3671
|
+
// LockOpen aliases
|
|
3672
|
+
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3673
|
+
export {
|
|
3674
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
3675
|
+
default as UnlockIcon
|
|
3676
|
+
} from '../icons/lock-open';
|
|
3667
3677
|
// LockKeyholeOpen aliases
|
|
3668
3678
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3669
3679
|
export {
|
|
@@ -3676,24 +3686,18 @@ export {
|
|
|
3676
3686
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3677
3687
|
default as MailQuestionIcon
|
|
3678
3688
|
} from '../icons/mail-question-mark';
|
|
3679
|
-
//
|
|
3680
|
-
export { default as
|
|
3689
|
+
// MapPinPen aliases
|
|
3690
|
+
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3681
3691
|
export {
|
|
3682
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3683
|
-
default as
|
|
3684
|
-
} from '../icons/
|
|
3692
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
3693
|
+
default as LocationEditIcon
|
|
3694
|
+
} from '../icons/map-pin-pen';
|
|
3685
3695
|
// MessageCircleQuestionMark aliases
|
|
3686
3696
|
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3687
3697
|
export {
|
|
3688
3698
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3689
3699
|
default as MessageCircleQuestionIcon
|
|
3690
3700
|
} from '../icons/message-circle-question-mark';
|
|
3691
|
-
// MapPinPen aliases
|
|
3692
|
-
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3693
|
-
export {
|
|
3694
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
3695
|
-
default as LocationEditIcon
|
|
3696
|
-
} from '../icons/map-pin-pen';
|
|
3697
3701
|
// MicVocal aliases
|
|
3698
3702
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3699
3703
|
export {
|
|
@@ -3706,30 +3710,42 @@ export {
|
|
|
3706
3710
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3707
3711
|
default as Move3DIcon
|
|
3708
3712
|
} from '../icons/move-3d';
|
|
3713
|
+
// OctagonAlert aliases
|
|
3714
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3715
|
+
export {
|
|
3716
|
+
/** @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 */
|
|
3717
|
+
default as AlertOctagonIcon
|
|
3718
|
+
} from '../icons/octagon-alert';
|
|
3709
3719
|
// OctagonPause aliases
|
|
3710
3720
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3711
3721
|
export {
|
|
3712
3722
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3713
3723
|
default as PauseOctagonIcon
|
|
3714
3724
|
} from '../icons/octagon-pause';
|
|
3725
|
+
// PaintbrushVertical aliases
|
|
3726
|
+
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3727
|
+
export {
|
|
3728
|
+
/** @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 */
|
|
3729
|
+
default as Paintbrush2Icon
|
|
3730
|
+
} from '../icons/paintbrush-vertical';
|
|
3715
3731
|
// OctagonX aliases
|
|
3716
3732
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3717
3733
|
export {
|
|
3718
3734
|
/** @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 */
|
|
3719
3735
|
default as XOctagonIcon
|
|
3720
3736
|
} from '../icons/octagon-x';
|
|
3721
|
-
//
|
|
3722
|
-
export { default as
|
|
3737
|
+
// PanelLeftClose aliases
|
|
3738
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3723
3739
|
export {
|
|
3724
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3725
|
-
default as
|
|
3726
|
-
} from '../icons/
|
|
3727
|
-
//
|
|
3728
|
-
export { default as
|
|
3740
|
+
/** @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 */
|
|
3741
|
+
default as SidebarCloseIcon
|
|
3742
|
+
} from '../icons/panel-left-close';
|
|
3743
|
+
// PanelLeftOpen aliases
|
|
3744
|
+
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3729
3745
|
export {
|
|
3730
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3731
|
-
default as
|
|
3732
|
-
} from '../icons/
|
|
3746
|
+
/** @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 */
|
|
3747
|
+
default as SidebarOpenIcon
|
|
3748
|
+
} from '../icons/panel-left-open';
|
|
3733
3749
|
// PanelBottomDashed aliases
|
|
3734
3750
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3735
3751
|
export {
|
|
@@ -3742,18 +3758,12 @@ export {
|
|
|
3742
3758
|
/** @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 */
|
|
3743
3759
|
default as PanelLeftInactiveIcon
|
|
3744
3760
|
} from '../icons/panel-left-dashed';
|
|
3745
|
-
//
|
|
3746
|
-
export { default as
|
|
3747
|
-
export {
|
|
3748
|
-
/** @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 */
|
|
3749
|
-
default as SidebarCloseIcon
|
|
3750
|
-
} from '../icons/panel-left-close';
|
|
3751
|
-
// PanelLeftOpen aliases
|
|
3752
|
-
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3761
|
+
// PanelLeft aliases
|
|
3762
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3753
3763
|
export {
|
|
3754
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3755
|
-
default as
|
|
3756
|
-
} from '../icons/panel-left
|
|
3764
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3765
|
+
default as SidebarIcon
|
|
3766
|
+
} from '../icons/panel-left';
|
|
3757
3767
|
// PanelRightDashed aliases
|
|
3758
3768
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3759
3769
|
export {
|
|
@@ -3778,90 +3788,84 @@ export {
|
|
|
3778
3788
|
/** @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 */
|
|
3779
3789
|
default as Edit3Icon
|
|
3780
3790
|
} from '../icons/pen-line';
|
|
3781
|
-
// PanelLeft aliases
|
|
3782
|
-
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3783
|
-
export {
|
|
3784
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3785
|
-
default as SidebarIcon
|
|
3786
|
-
} from '../icons/panel-left';
|
|
3787
3791
|
// Pen aliases
|
|
3788
3792
|
export { default as PenIcon } from '../icons/pen';
|
|
3789
3793
|
export {
|
|
3790
3794
|
/** @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 */
|
|
3791
3795
|
default as Edit2Icon
|
|
3792
3796
|
} from '../icons/pen';
|
|
3793
|
-
// RectangleEllipsis aliases
|
|
3794
|
-
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3795
|
-
export {
|
|
3796
|
-
/** @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 */
|
|
3797
|
-
default as FormInputIcon
|
|
3798
|
-
} from '../icons/rectangle-ellipsis';
|
|
3799
3797
|
// PlugZap aliases
|
|
3800
3798
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3801
3799
|
export {
|
|
3802
3800
|
/** @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 */
|
|
3803
3801
|
default as PlugZap2Icon
|
|
3804
3802
|
} from '../icons/plug-zap';
|
|
3805
|
-
//
|
|
3806
|
-
export { default as
|
|
3803
|
+
// RectangleEllipsis aliases
|
|
3804
|
+
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3807
3805
|
export {
|
|
3808
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3809
|
-
default as
|
|
3810
|
-
} from '../icons/
|
|
3806
|
+
/** @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 */
|
|
3807
|
+
default as FormInputIcon
|
|
3808
|
+
} from '../icons/rectangle-ellipsis';
|
|
3811
3809
|
// Rotate3d aliases
|
|
3812
3810
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3813
3811
|
export {
|
|
3814
3812
|
/** @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 */
|
|
3815
3813
|
default as Rotate3DIcon
|
|
3816
3814
|
} from '../icons/rotate-3d';
|
|
3815
|
+
// Rows2 aliases
|
|
3816
|
+
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3817
|
+
export {
|
|
3818
|
+
/** @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 */
|
|
3819
|
+
default as RowsIcon
|
|
3820
|
+
} from '../icons/rows-2';
|
|
3817
3821
|
// Rows3 aliases
|
|
3818
3822
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3819
3823
|
export {
|
|
3820
3824
|
/** @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 */
|
|
3821
3825
|
default as PanelsTopBottomIcon
|
|
3822
3826
|
} from '../icons/rows-3';
|
|
3823
|
-
// SendHorizontal aliases
|
|
3824
|
-
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3825
|
-
export {
|
|
3826
|
-
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3827
|
-
default as SendHorizonalIcon
|
|
3828
|
-
} from '../icons/send-horizontal';
|
|
3829
3827
|
// Scale3d aliases
|
|
3830
3828
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3831
3829
|
export {
|
|
3832
3830
|
/** @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 */
|
|
3833
3831
|
default as Scale3DIcon
|
|
3834
3832
|
} from '../icons/scale-3d';
|
|
3833
|
+
// SendHorizontal aliases
|
|
3834
|
+
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3835
|
+
export {
|
|
3836
|
+
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3837
|
+
default as SendHorizonalIcon
|
|
3838
|
+
} from '../icons/send-horizontal';
|
|
3835
3839
|
// ShieldQuestionMark aliases
|
|
3836
3840
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3837
3841
|
export {
|
|
3838
3842
|
/** @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 */
|
|
3839
3843
|
default as ShieldQuestionIcon
|
|
3840
3844
|
} from '../icons/shield-question-mark';
|
|
3841
|
-
// ShieldX aliases
|
|
3842
|
-
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3843
|
-
export {
|
|
3844
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3845
|
-
default as ShieldCloseIcon
|
|
3846
|
-
} from '../icons/shield-x';
|
|
3847
3845
|
// SlidersVertical aliases
|
|
3848
3846
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3849
3847
|
export {
|
|
3850
3848
|
/** @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 */
|
|
3851
3849
|
default as SlidersIcon
|
|
3852
3850
|
} from '../icons/sliders-vertical';
|
|
3853
|
-
//
|
|
3854
|
-
export { default as
|
|
3851
|
+
// ShieldX aliases
|
|
3852
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3855
3853
|
export {
|
|
3856
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3857
|
-
default as
|
|
3858
|
-
} from '../icons/
|
|
3854
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3855
|
+
default as ShieldCloseIcon
|
|
3856
|
+
} from '../icons/shield-x';
|
|
3859
3857
|
// SquareActivity aliases
|
|
3860
3858
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3861
3859
|
export {
|
|
3862
3860
|
/** @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 */
|
|
3863
3861
|
default as ActivitySquareIcon
|
|
3864
3862
|
} from '../icons/square-activity';
|
|
3863
|
+
// Sparkles aliases
|
|
3864
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3865
|
+
export {
|
|
3866
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3867
|
+
default as StarsIcon
|
|
3868
|
+
} from '../icons/sparkles';
|
|
3865
3869
|
// SquareArrowDownLeft aliases
|
|
3866
3870
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3867
3871
|
export {
|
|
@@ -3892,66 +3896,66 @@ export {
|
|
|
3892
3896
|
/** @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 */
|
|
3893
3897
|
default as ArrowDownLeftFromSquareIcon
|
|
3894
3898
|
} from '../icons/square-arrow-out-down-left';
|
|
3895
|
-
// SquareArrowOutDownRight aliases
|
|
3896
|
-
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3897
|
-
export {
|
|
3898
|
-
/** @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 */
|
|
3899
|
-
default as ArrowDownRightFromSquareIcon
|
|
3900
|
-
} from '../icons/square-arrow-out-down-right';
|
|
3901
3899
|
// SquareArrowOutUpLeft aliases
|
|
3902
3900
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3903
3901
|
export {
|
|
3904
3902
|
/** @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 */
|
|
3905
3903
|
default as ArrowUpLeftFromSquareIcon
|
|
3906
3904
|
} from '../icons/square-arrow-out-up-left';
|
|
3907
|
-
//
|
|
3908
|
-
export { default as
|
|
3905
|
+
// SquareArrowOutDownRight aliases
|
|
3906
|
+
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3909
3907
|
export {
|
|
3910
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3911
|
-
default as
|
|
3912
|
-
} from '../icons/square-arrow-out-
|
|
3908
|
+
/** @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 */
|
|
3909
|
+
default as ArrowDownRightFromSquareIcon
|
|
3910
|
+
} from '../icons/square-arrow-out-down-right';
|
|
3913
3911
|
// SquareArrowRight aliases
|
|
3914
3912
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3915
3913
|
export {
|
|
3916
3914
|
/** @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 */
|
|
3917
3915
|
default as ArrowRightSquareIcon
|
|
3918
3916
|
} from '../icons/square-arrow-right';
|
|
3917
|
+
// SquareArrowOutUpRight aliases
|
|
3918
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3919
|
+
export {
|
|
3920
|
+
/** @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 */
|
|
3921
|
+
default as ArrowUpRightFromSquareIcon
|
|
3922
|
+
} from '../icons/square-arrow-out-up-right';
|
|
3919
3923
|
// SquareArrowUpLeft aliases
|
|
3920
3924
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3921
3925
|
export {
|
|
3922
3926
|
/** @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 */
|
|
3923
3927
|
default as ArrowUpLeftSquareIcon
|
|
3924
3928
|
} from '../icons/square-arrow-up-left';
|
|
3925
|
-
// SquareArrowUpRight aliases
|
|
3926
|
-
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3927
|
-
export {
|
|
3928
|
-
/** @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 */
|
|
3929
|
-
default as ArrowUpRightSquareIcon
|
|
3930
|
-
} from '../icons/square-arrow-up-right';
|
|
3931
3929
|
// SquareArrowUp aliases
|
|
3932
3930
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3933
3931
|
export {
|
|
3934
3932
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3935
3933
|
default as ArrowUpSquareIcon
|
|
3936
3934
|
} from '../icons/square-arrow-up';
|
|
3935
|
+
// SquareArrowUpRight aliases
|
|
3936
|
+
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3937
|
+
export {
|
|
3938
|
+
/** @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 */
|
|
3939
|
+
default as ArrowUpRightSquareIcon
|
|
3940
|
+
} from '../icons/square-arrow-up-right';
|
|
3937
3941
|
// SquareAsterisk aliases
|
|
3938
3942
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3939
3943
|
export {
|
|
3940
3944
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
3941
3945
|
default as AsteriskSquareIcon
|
|
3942
3946
|
} from '../icons/square-asterisk';
|
|
3943
|
-
// SquareCenterlineDashedHorizontal aliases
|
|
3944
|
-
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
3945
|
-
export {
|
|
3946
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. This alias will be removed in v1.0 */
|
|
3947
|
-
default as FlipHorizontalIcon
|
|
3948
|
-
} from '../icons/square-centerline-dashed-horizontal';
|
|
3949
3947
|
// SquareBottomDashedScissors aliases
|
|
3950
3948
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3951
3949
|
export {
|
|
3952
3950
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
3953
3951
|
default as ScissorsSquareDashedBottomIcon
|
|
3954
3952
|
} from '../icons/square-bottom-dashed-scissors';
|
|
3953
|
+
// SquareCenterlineDashedHorizontal aliases
|
|
3954
|
+
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
3955
|
+
export {
|
|
3956
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. This alias will be removed in v1.0 */
|
|
3957
|
+
default as FlipHorizontalIcon
|
|
3958
|
+
} from '../icons/square-centerline-dashed-horizontal';
|
|
3955
3959
|
// SquareCenterlineDashedVertical aliases
|
|
3956
3960
|
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
3957
3961
|
export {
|
|
@@ -3980,30 +3984,30 @@ export {
|
|
|
3980
3984
|
/** @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 */
|
|
3981
3985
|
default as CheckSquare2Icon
|
|
3982
3986
|
} from '../icons/square-check';
|
|
3983
|
-
// SquareChevronDown aliases
|
|
3984
|
-
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3985
|
-
export {
|
|
3986
|
-
/** @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 */
|
|
3987
|
-
default as ChevronDownSquareIcon
|
|
3988
|
-
} from '../icons/square-chevron-down';
|
|
3989
3987
|
// SquareChevronLeft aliases
|
|
3990
3988
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3991
3989
|
export {
|
|
3992
3990
|
/** @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 */
|
|
3993
3991
|
default as ChevronLeftSquareIcon
|
|
3994
3992
|
} from '../icons/square-chevron-left';
|
|
3995
|
-
//
|
|
3996
|
-
export { default as
|
|
3993
|
+
// SquareChevronDown aliases
|
|
3994
|
+
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3997
3995
|
export {
|
|
3998
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3999
|
-
default as
|
|
4000
|
-
} from '../icons/square-chevron-
|
|
3996
|
+
/** @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 */
|
|
3997
|
+
default as ChevronDownSquareIcon
|
|
3998
|
+
} from '../icons/square-chevron-down';
|
|
4001
3999
|
// SquareCode aliases
|
|
4002
4000
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4003
4001
|
export {
|
|
4004
4002
|
/** @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 */
|
|
4005
4003
|
default as CodeSquareIcon
|
|
4006
4004
|
} from '../icons/square-code';
|
|
4005
|
+
// SquareChevronRight aliases
|
|
4006
|
+
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4007
|
+
export {
|
|
4008
|
+
/** @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 */
|
|
4009
|
+
default as ChevronRightSquareIcon
|
|
4010
|
+
} from '../icons/square-chevron-right';
|
|
4007
4011
|
// SquareChevronUp aliases
|
|
4008
4012
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4009
4013
|
export {
|
|
@@ -4028,54 +4032,54 @@ export {
|
|
|
4028
4032
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
4029
4033
|
default as BoxSelectIcon
|
|
4030
4034
|
} from '../icons/square-dashed';
|
|
4031
|
-
// SquareDivide aliases
|
|
4032
|
-
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4033
|
-
export {
|
|
4034
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
4035
|
-
default as DivideSquareIcon
|
|
4036
|
-
} from '../icons/square-divide';
|
|
4037
4035
|
// SquareDot aliases
|
|
4038
4036
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4039
4037
|
export {
|
|
4040
4038
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
4041
4039
|
default as DotSquareIcon
|
|
4042
4040
|
} from '../icons/square-dot';
|
|
4043
|
-
//
|
|
4044
|
-
export { default as
|
|
4041
|
+
// SquareDivide aliases
|
|
4042
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4045
4043
|
export {
|
|
4046
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4047
|
-
default as
|
|
4048
|
-
} from '../icons/square-
|
|
4044
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
4045
|
+
default as DivideSquareIcon
|
|
4046
|
+
} from '../icons/square-divide';
|
|
4049
4047
|
// SquareEqual aliases
|
|
4050
4048
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4051
4049
|
export {
|
|
4052
4050
|
/** @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 */
|
|
4053
4051
|
default as EqualSquareIcon
|
|
4054
4052
|
} from '../icons/square-equal';
|
|
4055
|
-
//
|
|
4056
|
-
export { default as
|
|
4053
|
+
// SquareFunction aliases
|
|
4054
|
+
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4057
4055
|
export {
|
|
4058
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4059
|
-
default as
|
|
4060
|
-
} from '../icons/square-
|
|
4056
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
4057
|
+
default as FunctionSquareIcon
|
|
4058
|
+
} from '../icons/square-function';
|
|
4061
4059
|
// SquareLibrary aliases
|
|
4062
4060
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4063
4061
|
export {
|
|
4064
4062
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
4065
4063
|
default as LibrarySquareIcon
|
|
4066
4064
|
} from '../icons/square-library';
|
|
4067
|
-
//
|
|
4068
|
-
export { default as
|
|
4065
|
+
// SquareKanban aliases
|
|
4066
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4069
4067
|
export {
|
|
4070
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4071
|
-
default as
|
|
4072
|
-
} from '../icons/square-
|
|
4068
|
+
/** @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 */
|
|
4069
|
+
default as KanbanSquareIcon
|
|
4070
|
+
} from '../icons/square-kanban';
|
|
4073
4071
|
// SquareM aliases
|
|
4074
4072
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
4075
4073
|
export {
|
|
4076
4074
|
/** @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 */
|
|
4077
4075
|
default as MSquareIcon
|
|
4078
4076
|
} from '../icons/square-m';
|
|
4077
|
+
// SquareMenu aliases
|
|
4078
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4079
|
+
export {
|
|
4080
|
+
/** @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 */
|
|
4081
|
+
default as MenuSquareIcon
|
|
4082
|
+
} from '../icons/square-menu';
|
|
4079
4083
|
// SquareMinus aliases
|
|
4080
4084
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4081
4085
|
export {
|
|
@@ -4126,18 +4130,18 @@ export {
|
|
|
4126
4130
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
4127
4131
|
default as PiSquareIcon
|
|
4128
4132
|
} from '../icons/square-pi';
|
|
4129
|
-
// SquarePilcrow aliases
|
|
4130
|
-
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4131
|
-
export {
|
|
4132
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4133
|
-
default as PilcrowSquareIcon
|
|
4134
|
-
} from '../icons/square-pilcrow';
|
|
4135
4133
|
// SquarePlay aliases
|
|
4136
4134
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4137
4135
|
export {
|
|
4138
4136
|
/** @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 */
|
|
4139
4137
|
default as PlaySquareIcon
|
|
4140
4138
|
} from '../icons/square-play';
|
|
4139
|
+
// SquarePilcrow aliases
|
|
4140
|
+
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4141
|
+
export {
|
|
4142
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4143
|
+
default as PilcrowSquareIcon
|
|
4144
|
+
} from '../icons/square-pilcrow';
|
|
4141
4145
|
// SquarePlus aliases
|
|
4142
4146
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4143
4147
|
export {
|
|
@@ -4150,48 +4154,54 @@ export {
|
|
|
4150
4154
|
/** @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 */
|
|
4151
4155
|
default as PowerSquareIcon
|
|
4152
4156
|
} from '../icons/square-power';
|
|
4153
|
-
// SquareSigma aliases
|
|
4154
|
-
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4155
|
-
export {
|
|
4156
|
-
/** @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 */
|
|
4157
|
-
default as SigmaSquareIcon
|
|
4158
|
-
} from '../icons/square-sigma';
|
|
4159
4157
|
// SquareScissors aliases
|
|
4160
4158
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4161
4159
|
export {
|
|
4162
4160
|
/** @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 */
|
|
4163
4161
|
default as ScissorsSquareIcon
|
|
4164
4162
|
} from '../icons/square-scissors';
|
|
4165
|
-
//
|
|
4166
|
-
export { default as
|
|
4163
|
+
// SquareSlash aliases
|
|
4164
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4167
4165
|
export {
|
|
4168
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4169
|
-
default as
|
|
4170
|
-
} from '../icons/square-
|
|
4166
|
+
/** @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 */
|
|
4167
|
+
default as SlashSquareIcon
|
|
4168
|
+
} from '../icons/square-slash';
|
|
4171
4169
|
// SquareSplitHorizontal aliases
|
|
4172
4170
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4173
4171
|
export {
|
|
4174
4172
|
/** @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 */
|
|
4175
4173
|
default as SplitSquareHorizontalIcon
|
|
4176
4174
|
} from '../icons/square-split-horizontal';
|
|
4177
|
-
//
|
|
4178
|
-
export { default as
|
|
4175
|
+
// SquareSigma aliases
|
|
4176
|
+
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4179
4177
|
export {
|
|
4180
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4181
|
-
default as
|
|
4182
|
-
} from '../icons/square-
|
|
4183
|
-
//
|
|
4184
|
-
export { default as
|
|
4178
|
+
/** @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 */
|
|
4179
|
+
default as SigmaSquareIcon
|
|
4180
|
+
} from '../icons/square-sigma';
|
|
4181
|
+
// SquareSplitVertical aliases
|
|
4182
|
+
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4185
4183
|
export {
|
|
4186
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4187
|
-
default as
|
|
4188
|
-
} from '../icons/square-
|
|
4184
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
4185
|
+
default as SplitSquareVerticalIcon
|
|
4186
|
+
} from '../icons/square-split-vertical';
|
|
4189
4187
|
// SquareTerminal aliases
|
|
4190
4188
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4191
4189
|
export {
|
|
4192
4190
|
/** @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 */
|
|
4193
4191
|
default as TerminalSquareIcon
|
|
4194
4192
|
} from '../icons/square-terminal';
|
|
4193
|
+
// SquareUserRound aliases
|
|
4194
|
+
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4195
|
+
export {
|
|
4196
|
+
/** @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 */
|
|
4197
|
+
default as UserSquare2Icon
|
|
4198
|
+
} from '../icons/square-user-round';
|
|
4199
|
+
// SquareUser aliases
|
|
4200
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4201
|
+
export {
|
|
4202
|
+
/** @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 */
|
|
4203
|
+
default as UserSquareIcon
|
|
4204
|
+
} from '../icons/square-user';
|
|
4195
4205
|
// SquareX aliases
|
|
4196
4206
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4197
4207
|
export {
|
|
@@ -4210,24 +4220,18 @@ export {
|
|
|
4210
4220
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4211
4221
|
default as AlignCenterIcon
|
|
4212
4222
|
} from '../icons/text-align-center';
|
|
4213
|
-
//
|
|
4214
|
-
export { default as
|
|
4223
|
+
// TextAlignJustify aliases
|
|
4224
|
+
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4215
4225
|
export {
|
|
4216
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4217
|
-
default as
|
|
4218
|
-
} from '../icons/
|
|
4226
|
+
/** @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 */
|
|
4227
|
+
default as AlignJustifyIcon
|
|
4228
|
+
} from '../icons/text-align-justify';
|
|
4219
4229
|
// TextAlignEnd aliases
|
|
4220
4230
|
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4221
4231
|
export {
|
|
4222
4232
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4223
4233
|
default as AlignRightIcon
|
|
4224
4234
|
} from '../icons/text-align-end';
|
|
4225
|
-
// TextAlignJustify aliases
|
|
4226
|
-
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4227
|
-
export {
|
|
4228
|
-
/** @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 */
|
|
4229
|
-
default as AlignJustifyIcon
|
|
4230
|
-
} from '../icons/text-align-justify';
|
|
4231
4235
|
// TextAlignStart aliases
|
|
4232
4236
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4233
4237
|
export {
|
|
@@ -4238,6 +4242,12 @@ export {
|
|
|
4238
4242
|
/** @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 */
|
|
4239
4243
|
default as AlignLeftIcon
|
|
4240
4244
|
} from '../icons/text-align-start';
|
|
4245
|
+
// TextSelect aliases
|
|
4246
|
+
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4247
|
+
export {
|
|
4248
|
+
/** @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 */
|
|
4249
|
+
default as TextSelectionIcon
|
|
4250
|
+
} from '../icons/text-select';
|
|
4241
4251
|
// TextInitial aliases
|
|
4242
4252
|
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4243
4253
|
export {
|
|
@@ -4250,12 +4260,6 @@ export {
|
|
|
4250
4260
|
/** @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 */
|
|
4251
4261
|
default as WrapTextIcon
|
|
4252
4262
|
} from '../icons/text-wrap';
|
|
4253
|
-
// TextSelect aliases
|
|
4254
|
-
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4255
|
-
export {
|
|
4256
|
-
/** @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 */
|
|
4257
|
-
default as TextSelectionIcon
|
|
4258
|
-
} from '../icons/text-select';
|
|
4259
4263
|
// TramFront aliases
|
|
4260
4264
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4261
4265
|
export {
|
|
@@ -4292,42 +4296,42 @@ export {
|
|
|
4292
4296
|
/** @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 */
|
|
4293
4297
|
default as UserCheck2Icon
|
|
4294
4298
|
} from '../icons/user-round-check';
|
|
4295
|
-
// UserRoundCog aliases
|
|
4296
|
-
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4297
|
-
export {
|
|
4298
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
4299
|
-
default as UserCog2Icon
|
|
4300
|
-
} from '../icons/user-round-cog';
|
|
4301
4299
|
// UserRoundMinus aliases
|
|
4302
4300
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4303
4301
|
export {
|
|
4304
4302
|
/** @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 */
|
|
4305
4303
|
default as UserMinus2Icon
|
|
4306
4304
|
} from '../icons/user-round-minus';
|
|
4307
|
-
//
|
|
4308
|
-
export { default as
|
|
4305
|
+
// UserRoundCog aliases
|
|
4306
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4309
4307
|
export {
|
|
4310
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4311
|
-
default as
|
|
4312
|
-
} from '../icons/user-round-
|
|
4308
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
4309
|
+
default as UserCog2Icon
|
|
4310
|
+
} from '../icons/user-round-cog';
|
|
4313
4311
|
// UserRoundX aliases
|
|
4314
4312
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4315
4313
|
export {
|
|
4316
4314
|
/** @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 */
|
|
4317
4315
|
default as UserX2Icon
|
|
4318
4316
|
} from '../icons/user-round-x';
|
|
4319
|
-
// UsersRound aliases
|
|
4320
|
-
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4321
|
-
export {
|
|
4322
|
-
/** @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 */
|
|
4323
|
-
default as Users2Icon
|
|
4324
|
-
} from '../icons/users-round';
|
|
4325
4317
|
// UserRound aliases
|
|
4326
4318
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4327
4319
|
export {
|
|
4328
4320
|
/** @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 */
|
|
4329
4321
|
default as User2Icon
|
|
4330
4322
|
} from '../icons/user-round';
|
|
4323
|
+
// UserRoundPlus aliases
|
|
4324
|
+
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4325
|
+
export {
|
|
4326
|
+
/** @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 */
|
|
4327
|
+
default as UserPlus2Icon
|
|
4328
|
+
} from '../icons/user-round-plus';
|
|
4329
|
+
// UsersRound aliases
|
|
4330
|
+
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4331
|
+
export {
|
|
4332
|
+
/** @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 */
|
|
4333
|
+
default as Users2Icon
|
|
4334
|
+
} from '../icons/users-round';
|
|
4331
4335
|
// UtensilsCrossed aliases
|
|
4332
4336
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4333
4337
|
export {
|