@lucide/astro 1.2.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +106 -106
- package/src/aliases/prefixed.ts +610 -606
- package/src/aliases/suffixed.ts +925 -921
- package/src/icons/index.ts +98 -96
- package/src/icons/shield-cog-corner.ts +18 -0
- package/src/icons/shield-cog.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
-
// AArrowUp aliases
|
|
4
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
3
|
// ALargeSmall aliases
|
|
6
4
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
5
|
// Accessibility aliases
|
|
8
6
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
|
+
// AArrowUp aliases
|
|
8
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
11
|
// AirVent aliases
|
|
12
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
|
-
// AlarmClockOff aliases
|
|
14
|
-
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
15
13
|
// Airplay aliases
|
|
16
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
17
|
-
//
|
|
18
|
-
export { default as
|
|
15
|
+
// AlarmClockOff aliases
|
|
16
|
+
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
19
17
|
// AlarmClock aliases
|
|
20
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
|
+
// AlarmSmoke aliases
|
|
20
|
+
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
21
|
// Album aliases
|
|
22
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
23
|
// AlignCenterHorizontal aliases
|
|
@@ -28,12 +28,12 @@ export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertic
|
|
|
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
|
-
// AlignHorizontalDistributeStart aliases
|
|
32
|
-
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
33
|
-
// AlignHorizontalDistributeEnd aliases
|
|
34
|
-
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
31
|
// AlignHorizontalDistributeCenter aliases
|
|
36
32
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
|
+
// AlignHorizontalDistributeEnd aliases
|
|
34
|
+
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
|
+
// AlignHorizontalDistributeStart aliases
|
|
36
|
+
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
37
|
// AlignHorizontalJustifyCenter aliases
|
|
38
38
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
39
39
|
// AlignHorizontalJustifyEnd aliases
|
|
@@ -42,10 +42,10 @@ export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizon
|
|
|
42
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
43
|
// AlignHorizontalSpaceAround aliases
|
|
44
44
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
|
-
// AlignStartHorizontal aliases
|
|
46
|
-
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
47
45
|
// AlignHorizontalSpaceBetween aliases
|
|
48
46
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
47
|
+
// AlignStartHorizontal aliases
|
|
48
|
+
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
49
49
|
// AlignStartVertical aliases
|
|
50
50
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
51
51
|
// AlignVerticalDistributeCenter aliases
|
|
@@ -64,10 +64,10 @@ export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertica
|
|
|
64
64
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
65
65
|
// AlignVerticalSpaceBetween aliases
|
|
66
66
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
67
|
-
// Ampersand aliases
|
|
68
|
-
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
69
67
|
// Ambulance aliases
|
|
70
68
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
69
|
+
// Ampersand aliases
|
|
70
|
+
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
71
71
|
// Ampersands aliases
|
|
72
72
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
73
73
|
// Amphora aliases
|
|
@@ -78,10 +78,10 @@ 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
|
-
// Antenna aliases
|
|
82
|
-
export { default as AntennaIcon } from '../icons/antenna';
|
|
83
81
|
// Anvil aliases
|
|
84
82
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
83
|
+
// Antenna aliases
|
|
84
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
85
85
|
// Aperture aliases
|
|
86
86
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
87
|
// AppWindowMac aliases
|
|
@@ -90,12 +90,12 @@ export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
|
90
90
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
91
|
// Apple aliases
|
|
92
92
|
export { default as AppleIcon } from '../icons/apple';
|
|
93
|
-
// Armchair aliases
|
|
94
|
-
export { default as ArmchairIcon } from '../icons/armchair';
|
|
95
93
|
// ArchiveRestore aliases
|
|
96
94
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
97
95
|
// ArchiveX aliases
|
|
98
96
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
97
|
+
// Armchair aliases
|
|
98
|
+
export { default as ArmchairIcon } from '../icons/armchair';
|
|
99
99
|
// Archive aliases
|
|
100
100
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
101
101
|
// ArrowBigDownDash aliases
|
|
@@ -104,62 +104,62 @@ 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';
|
|
111
109
|
// ArrowBigRight aliases
|
|
112
110
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
111
|
// ArrowBigUpDash aliases
|
|
114
112
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
113
|
+
// ArrowBigRightDash aliases
|
|
114
|
+
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
115
115
|
// ArrowBigUp aliases
|
|
116
116
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
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
|
-
// ArrowDownRight aliases
|
|
122
|
-
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
123
|
-
// ArrowDownToDot aliases
|
|
124
|
-
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
125
121
|
// ArrowDownNarrowWide aliases
|
|
126
122
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
|
+
// ArrowDownRight aliases
|
|
124
|
+
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
127
125
|
// ArrowDownToLine aliases
|
|
128
126
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
127
|
+
// ArrowDownToDot aliases
|
|
128
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
129
129
|
// ArrowDownUp aliases
|
|
130
130
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
131
|
-
// ArrowDown aliases
|
|
132
|
-
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
133
131
|
// ArrowLeftFromLine aliases
|
|
134
132
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
133
|
+
// ArrowDown aliases
|
|
134
|
+
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
135
135
|
// ArrowLeftRight aliases
|
|
136
136
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
137
|
-
// ArrowLeft aliases
|
|
138
|
-
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
139
|
-
// ArrowRightFromLine aliases
|
|
140
|
-
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
141
137
|
// ArrowLeftToLine aliases
|
|
142
138
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
|
+
// ArrowLeft aliases
|
|
140
|
+
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
143
141
|
// ArrowRightLeft aliases
|
|
144
142
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
143
|
// ArrowRightToLine aliases
|
|
146
144
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
145
|
+
// ArrowRightFromLine aliases
|
|
146
|
+
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
147
147
|
// ArrowRight aliases
|
|
148
148
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
149
|
-
// ArrowUpDown aliases
|
|
150
|
-
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
|
-
//
|
|
154
|
-
export { default as
|
|
151
|
+
// ArrowUpDown aliases
|
|
152
|
+
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
155
153
|
// ArrowUpLeft aliases
|
|
156
154
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
155
|
+
// ArrowUpFromLine aliases
|
|
156
|
+
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
157
157
|
// ArrowUpRight aliases
|
|
158
158
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
159
|
-
// ArrowUpWideNarrow aliases
|
|
160
|
-
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
161
159
|
// ArrowUpToLine aliases
|
|
162
160
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
|
+
// ArrowUpWideNarrow aliases
|
|
162
|
+
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
163
163
|
// ArrowUp aliases
|
|
164
164
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
165
165
|
// ArrowsUpFromLine aliases
|
|
@@ -182,24 +182,24 @@ export { default as AxeIcon } from '../icons/axe';
|
|
|
182
182
|
export { default as BabyIcon } from '../icons/baby';
|
|
183
183
|
// Backpack aliases
|
|
184
184
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
185
|
-
// BadgeAlert aliases
|
|
186
|
-
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
187
185
|
// BadgeCent aliases
|
|
188
186
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
187
|
+
// BadgeAlert aliases
|
|
188
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
189
189
|
// BadgeDollarSign aliases
|
|
190
190
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
191
191
|
// BadgeEuro aliases
|
|
192
192
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
193
|
-
// BadgeInfo aliases
|
|
194
|
-
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
195
193
|
// BadgeIndianRupee aliases
|
|
196
194
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
195
|
+
// BadgeInfo aliases
|
|
196
|
+
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
197
197
|
// BadgeJapaneseYen aliases
|
|
198
198
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
199
|
-
// BadgePercent aliases
|
|
200
|
-
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
201
199
|
// BadgeMinus aliases
|
|
202
200
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
201
|
+
// BadgePercent aliases
|
|
202
|
+
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
203
203
|
// BadgePlus aliases
|
|
204
204
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
205
205
|
// BadgePoundSterling aliases
|
|
@@ -210,16 +210,16 @@ export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
|
210
210
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
211
211
|
// BadgeSwissFranc aliases
|
|
212
212
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
213
|
-
// Badge aliases
|
|
214
|
-
export { default as BadgeIcon } from '../icons/badge';
|
|
215
213
|
// BadgeX aliases
|
|
216
214
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
217
|
-
// Ban aliases
|
|
218
|
-
export { default as BanIcon } from '../icons/ban';
|
|
219
215
|
// BaggageClaim aliases
|
|
220
216
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
217
|
+
// Badge aliases
|
|
218
|
+
export { default as BadgeIcon } from '../icons/badge';
|
|
221
219
|
// Balloon aliases
|
|
222
220
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
221
|
+
// Ban aliases
|
|
222
|
+
export { default as BanIcon } from '../icons/ban';
|
|
223
223
|
// Banana aliases
|
|
224
224
|
export { default as BananaIcon } from '../icons/banana';
|
|
225
225
|
// Bandage aliases
|
|
@@ -230,94 +230,94 @@ export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
|
230
230
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
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
|
-
// Bath aliases
|
|
240
|
-
export { default as BathIcon } from '../icons/bath';
|
|
241
239
|
// Baseline aliases
|
|
242
240
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
243
|
-
//
|
|
244
|
-
export { default as
|
|
241
|
+
// Bath aliases
|
|
242
|
+
export { default as BathIcon } from '../icons/bath';
|
|
245
243
|
// BatteryCharging aliases
|
|
246
244
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
245
|
+
// BatteryFull aliases
|
|
246
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
247
247
|
// BatteryLow aliases
|
|
248
248
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
249
249
|
// BatteryMedium aliases
|
|
250
250
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
251
251
|
// BatteryPlus aliases
|
|
252
252
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
253
|
-
// Battery aliases
|
|
254
|
-
export { default as BatteryIcon } from '../icons/battery';
|
|
255
253
|
// BatteryWarning aliases
|
|
256
254
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
255
|
+
// Battery aliases
|
|
256
|
+
export { default as BatteryIcon } from '../icons/battery';
|
|
257
|
+
// BeanOff aliases
|
|
258
|
+
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
257
259
|
// Beaker aliases
|
|
258
260
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
259
261
|
// Bean aliases
|
|
260
262
|
export { default as BeanIcon } from '../icons/bean';
|
|
261
|
-
// BeanOff aliases
|
|
262
|
-
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
263
263
|
// BedDouble aliases
|
|
264
264
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
265
265
|
// BedSingle aliases
|
|
266
266
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
267
267
|
// Bed aliases
|
|
268
268
|
export { default as BedIcon } from '../icons/bed';
|
|
269
|
-
// BeerOff aliases
|
|
270
|
-
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
271
269
|
// Beef aliases
|
|
272
270
|
export { default as BeefIcon } from '../icons/beef';
|
|
271
|
+
// BeerOff aliases
|
|
272
|
+
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
273
273
|
// Beer aliases
|
|
274
274
|
export { default as BeerIcon } from '../icons/beer';
|
|
275
275
|
// BellDot aliases
|
|
276
276
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
277
|
-
// BellMinus aliases
|
|
278
|
-
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
279
277
|
// BellElectric aliases
|
|
280
278
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
279
|
+
// BellMinus aliases
|
|
280
|
+
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
281
281
|
// BellOff aliases
|
|
282
282
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
283
|
-
// BellRing aliases
|
|
284
|
-
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
285
283
|
// BellPlus aliases
|
|
286
284
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
285
|
+
// BellRing aliases
|
|
286
|
+
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
287
287
|
// Bell aliases
|
|
288
288
|
export { default as BellIcon } from '../icons/bell';
|
|
289
289
|
// BetweenVerticalEnd aliases
|
|
290
290
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
291
|
-
// BicepsFlexed aliases
|
|
292
|
-
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
293
291
|
// BetweenVerticalStart aliases
|
|
294
292
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
295
293
|
// Bike aliases
|
|
296
294
|
export { default as BikeIcon } from '../icons/bike';
|
|
295
|
+
// BicepsFlexed aliases
|
|
296
|
+
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
297
297
|
// Binary aliases
|
|
298
298
|
export { default as BinaryIcon } from '../icons/binary';
|
|
299
299
|
// Binoculars aliases
|
|
300
300
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
301
|
-
// Birdhouse aliases
|
|
302
|
-
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
303
301
|
// Biohazard aliases
|
|
304
302
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
305
|
-
// Bird aliases
|
|
306
|
-
export { default as BirdIcon } from '../icons/bird';
|
|
307
303
|
// Bitcoin aliases
|
|
308
304
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
305
|
+
// Birdhouse aliases
|
|
306
|
+
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
309
307
|
// Blend aliases
|
|
310
308
|
export { default as BlendIcon } from '../icons/blend';
|
|
309
|
+
// Bird aliases
|
|
310
|
+
export { default as BirdIcon } from '../icons/bird';
|
|
311
311
|
// Blinds aliases
|
|
312
312
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
313
|
-
// Blocks aliases
|
|
314
|
-
export { default as BlocksIcon } from '../icons/blocks';
|
|
315
|
-
// BluetoothSearching aliases
|
|
316
|
-
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
317
313
|
// BluetoothConnected aliases
|
|
318
314
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
315
|
+
// Blocks aliases
|
|
316
|
+
export { default as BlocksIcon } from '../icons/blocks';
|
|
319
317
|
// BluetoothOff aliases
|
|
320
318
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
319
|
+
// BluetoothSearching aliases
|
|
320
|
+
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
321
321
|
// Bluetooth aliases
|
|
322
322
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
323
323
|
// Bold aliases
|
|
@@ -330,14 +330,14 @@ export { default as BombIcon } from '../icons/bomb';
|
|
|
330
330
|
export { default as BoneIcon } from '../icons/bone';
|
|
331
331
|
// BookA aliases
|
|
332
332
|
export { default as BookAIcon } from '../icons/book-a';
|
|
333
|
-
// BookAlert aliases
|
|
334
|
-
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
335
|
-
// BookCheck aliases
|
|
336
|
-
export { default as BookCheckIcon } from '../icons/book-check';
|
|
337
333
|
// BookAudio aliases
|
|
338
334
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
335
|
+
// BookAlert aliases
|
|
336
|
+
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
339
337
|
// BookCopy aliases
|
|
340
338
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
339
|
+
// BookCheck aliases
|
|
340
|
+
export { default as BookCheckIcon } from '../icons/book-check';
|
|
341
341
|
// BookDown aliases
|
|
342
342
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
343
343
|
// BookHeadphones aliases
|
|
@@ -346,10 +346,10 @@ export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
|
346
346
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
347
347
|
// BookImage aliases
|
|
348
348
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
349
|
-
// BookLock aliases
|
|
350
|
-
export { default as BookLockIcon } from '../icons/book-lock';
|
|
351
349
|
// BookKey aliases
|
|
352
350
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
351
|
+
// BookLock aliases
|
|
352
|
+
export { default as BookLockIcon } from '../icons/book-lock';
|
|
353
353
|
// BookMarked aliases
|
|
354
354
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
355
355
|
// BookMinus aliases
|
|
@@ -358,10 +358,10 @@ export { default as BookMinusIcon } from '../icons/book-minus';
|
|
|
358
358
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
359
359
|
// BookOpenText aliases
|
|
360
360
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
361
|
-
// BookPlus aliases
|
|
362
|
-
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
363
361
|
// BookOpen aliases
|
|
364
362
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
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
367
|
// BookText aliases
|
|
@@ -382,58 +382,58 @@ export { default as BookIcon } from '../icons/book';
|
|
|
382
382
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
383
383
|
// BookmarkMinus aliases
|
|
384
384
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
385
|
-
// BookmarkPlus aliases
|
|
386
|
-
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
387
385
|
// BookmarkX aliases
|
|
388
386
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
389
387
|
// Bookmark aliases
|
|
390
388
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
389
|
+
// BookmarkPlus aliases
|
|
390
|
+
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
391
391
|
// BoomBox aliases
|
|
392
392
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
393
393
|
// BotMessageSquare aliases
|
|
394
394
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
395
395
|
// Bot aliases
|
|
396
396
|
export { default as BotIcon } from '../icons/bot';
|
|
397
|
+
// BottleWine aliases
|
|
398
|
+
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
397
399
|
// BotOff aliases
|
|
398
400
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
399
401
|
// BowArrow aliases
|
|
400
402
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
401
|
-
// BottleWine aliases
|
|
402
|
-
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
403
|
-
// Box aliases
|
|
404
|
-
export { default as BoxIcon } from '../icons/box';
|
|
405
403
|
// Boxes aliases
|
|
406
404
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
405
|
+
// Box aliases
|
|
406
|
+
export { default as BoxIcon } from '../icons/box';
|
|
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
|
-
// Brain aliases
|
|
412
|
-
export { default as BrainIcon } from '../icons/brain';
|
|
413
411
|
// BrainCog aliases
|
|
414
412
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
413
|
+
// Brain aliases
|
|
414
|
+
export { default as BrainIcon } from '../icons/brain';
|
|
415
415
|
// BrickWallFire aliases
|
|
416
416
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
417
|
-
// BrickWall aliases
|
|
418
|
-
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
419
417
|
// BrickWallShield aliases
|
|
420
418
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
421
|
-
//
|
|
422
|
-
export { default as
|
|
419
|
+
// BrickWall aliases
|
|
420
|
+
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
423
421
|
// BriefcaseBusiness aliases
|
|
424
422
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
425
|
-
//
|
|
426
|
-
export { default as
|
|
423
|
+
// BriefcaseConveyorBelt aliases
|
|
424
|
+
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
427
425
|
// Briefcase aliases
|
|
428
426
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
427
|
+
// BriefcaseMedical aliases
|
|
428
|
+
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
429
429
|
// BringToFront aliases
|
|
430
430
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
431
|
+
// Brush aliases
|
|
432
|
+
export { default as BrushIcon } from '../icons/brush';
|
|
431
433
|
// BrushCleaning aliases
|
|
432
434
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
433
435
|
// Bubbles aliases
|
|
434
436
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
435
|
-
// Brush aliases
|
|
436
|
-
export { default as BrushIcon } from '../icons/brush';
|
|
437
437
|
// BugOff aliases
|
|
438
438
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
439
439
|
// BugPlay aliases
|
|
@@ -450,14 +450,14 @@ export { default as BusFrontIcon } from '../icons/bus-front';
|
|
|
450
450
|
export { default as BusIcon } from '../icons/bus';
|
|
451
451
|
// CableCar aliases
|
|
452
452
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
453
|
-
// Cable aliases
|
|
454
|
-
export { default as CableIcon } from '../icons/cable';
|
|
455
453
|
// CakeSlice aliases
|
|
456
454
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
457
|
-
//
|
|
458
|
-
export { default as
|
|
455
|
+
// Cable aliases
|
|
456
|
+
export { default as CableIcon } from '../icons/cable';
|
|
459
457
|
// Cake aliases
|
|
460
458
|
export { default as CakeIcon } from '../icons/cake';
|
|
459
|
+
// Calculator aliases
|
|
460
|
+
export { default as CalculatorIcon } from '../icons/calculator';
|
|
461
461
|
// Calendar1 aliases
|
|
462
462
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
463
463
|
// CalendarArrowDown aliases
|
|
@@ -470,10 +470,10 @@ export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
|
470
470
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
471
471
|
// CalendarClock aliases
|
|
472
472
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
473
|
-
// CalendarDays aliases
|
|
474
|
-
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
475
473
|
// CalendarCog aliases
|
|
476
474
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
475
|
+
// CalendarDays aliases
|
|
476
|
+
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
477
477
|
// CalendarFold aliases
|
|
478
478
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
479
479
|
// CalendarHeart aliases
|
|
@@ -482,10 +482,10 @@ export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
|
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
|
-
// CalendarOff aliases
|
|
486
|
-
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
487
485
|
// CalendarPlus2 aliases
|
|
488
486
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
487
|
+
// CalendarOff aliases
|
|
488
|
+
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
489
489
|
// CalendarPlus aliases
|
|
490
490
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
491
491
|
// CalendarRange aliases
|
|
@@ -496,74 +496,74 @@ export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
|
496
496
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
497
497
|
// CalendarX2 aliases
|
|
498
498
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
499
|
+
// CalendarX aliases
|
|
500
|
+
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
499
501
|
// Calendar aliases
|
|
500
502
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
501
503
|
// Calendars aliases
|
|
502
504
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
503
|
-
// CalendarX aliases
|
|
504
|
-
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
505
505
|
// CameraOff aliases
|
|
506
506
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
507
|
-
// CandyCane aliases
|
|
508
|
-
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
509
507
|
// Camera aliases
|
|
510
508
|
export { default as CameraIcon } from '../icons/camera';
|
|
511
|
-
//
|
|
512
|
-
export { default as
|
|
509
|
+
// CandyCane aliases
|
|
510
|
+
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
513
511
|
// Candy aliases
|
|
514
512
|
export { default as CandyIcon } from '../icons/candy';
|
|
515
|
-
//
|
|
516
|
-
export { default as
|
|
513
|
+
// CandyOff aliases
|
|
514
|
+
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
517
515
|
// Cannabis aliases
|
|
518
516
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
517
|
+
// CannabisOff aliases
|
|
518
|
+
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
519
519
|
// CaptionsOff aliases
|
|
520
520
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
521
521
|
// CarFront aliases
|
|
522
522
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
523
|
-
// CarTaxiFront aliases
|
|
524
|
-
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
525
523
|
// Car aliases
|
|
526
524
|
export { default as CarIcon } from '../icons/car';
|
|
525
|
+
// CarTaxiFront aliases
|
|
526
|
+
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
527
527
|
// Caravan aliases
|
|
528
528
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
529
529
|
// CardSim aliases
|
|
530
530
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
531
531
|
// Carrot aliases
|
|
532
532
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
533
|
-
// CaseLower aliases
|
|
534
|
-
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
535
533
|
// CaseSensitive aliases
|
|
536
534
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
535
|
+
// CaseLower aliases
|
|
536
|
+
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
537
537
|
// CaseUpper aliases
|
|
538
538
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
539
|
-
// CassetteTape aliases
|
|
540
|
-
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
541
539
|
// Cast aliases
|
|
542
540
|
export { default as CastIcon } from '../icons/cast';
|
|
541
|
+
// CassetteTape aliases
|
|
542
|
+
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
543
543
|
// Castle aliases
|
|
544
544
|
export { default as CastleIcon } from '../icons/castle';
|
|
545
|
-
// CctvOff aliases
|
|
546
|
-
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
547
545
|
// Cat aliases
|
|
548
546
|
export { default as CatIcon } from '../icons/cat';
|
|
549
|
-
//
|
|
550
|
-
export { default as
|
|
547
|
+
// CctvOff aliases
|
|
548
|
+
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
551
549
|
// Cctv aliases
|
|
552
550
|
export { default as CctvIcon } from '../icons/cctv';
|
|
551
|
+
// ChartBarDecreasing aliases
|
|
552
|
+
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
553
553
|
// ChartBarIncreasing aliases
|
|
554
554
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
555
555
|
// ChartBarStacked aliases
|
|
556
556
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
557
557
|
// ChartColumnDecreasing aliases
|
|
558
558
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
559
|
-
// ChartGantt aliases
|
|
560
|
-
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
561
559
|
// ChartColumnStacked aliases
|
|
562
560
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
563
|
-
//
|
|
564
|
-
export { default as
|
|
561
|
+
// ChartGantt aliases
|
|
562
|
+
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
565
563
|
// ChartNetwork aliases
|
|
566
564
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
565
|
+
// ChartNoAxesColumnDecreasing aliases
|
|
566
|
+
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
567
567
|
// ChartNoAxesCombined aliases
|
|
568
568
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
569
569
|
// ChartSpline aliases
|
|
@@ -574,10 +574,10 @@ export { default as CheckCheckIcon } from '../icons/check-check';
|
|
|
574
574
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
575
575
|
// Check aliases
|
|
576
576
|
export { default as CheckIcon } from '../icons/check';
|
|
577
|
-
// ChefHat aliases
|
|
578
|
-
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
579
577
|
// Cherry aliases
|
|
580
578
|
export { default as CherryIcon } from '../icons/cherry';
|
|
579
|
+
// ChefHat aliases
|
|
580
|
+
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
581
581
|
// ChessBishop aliases
|
|
582
582
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
583
583
|
// ChessKing aliases
|
|
@@ -596,26 +596,26 @@ export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
|
596
596
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
597
597
|
// ChevronLeft aliases
|
|
598
598
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
599
|
-
// ChevronRight aliases
|
|
600
|
-
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
601
599
|
// ChevronLast aliases
|
|
602
600
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
603
|
-
//
|
|
604
|
-
export { default as
|
|
601
|
+
// ChevronRight aliases
|
|
602
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
605
603
|
// ChevronUp aliases
|
|
606
604
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
605
|
+
// ChevronsDownUp aliases
|
|
606
|
+
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
607
607
|
// ChevronsDown aliases
|
|
608
608
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
609
|
-
// ChevronsLeftRight aliases
|
|
610
|
-
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
611
609
|
// ChevronsLeftRightEllipsis aliases
|
|
612
610
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
613
611
|
// ChevronsLeft aliases
|
|
614
612
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
615
|
-
//
|
|
616
|
-
export { default as
|
|
613
|
+
// ChevronsLeftRight aliases
|
|
614
|
+
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
617
615
|
// ChevronsRight aliases
|
|
618
616
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
617
|
+
// ChevronsRightLeft aliases
|
|
618
|
+
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
619
619
|
// ChevronsUpDown aliases
|
|
620
620
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
621
621
|
// ChevronsUp aliases
|
|
@@ -648,66 +648,66 @@ export { default as CircleOffIcon } from '../icons/circle-off';
|
|
|
648
648
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
649
649
|
// CirclePoundSterling aliases
|
|
650
650
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
651
|
-
// CircleSlash aliases
|
|
652
|
-
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
653
|
-
// CircleSmall aliases
|
|
654
|
-
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
655
651
|
// CircleStar aliases
|
|
656
652
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
653
|
+
// CircleSlash aliases
|
|
654
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
657
655
|
// Circle aliases
|
|
658
656
|
export { default as CircleIcon } from '../icons/circle';
|
|
657
|
+
// CircleSmall aliases
|
|
658
|
+
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
659
659
|
// CircuitBoard aliases
|
|
660
660
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
661
|
-
// Clapperboard aliases
|
|
662
|
-
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
663
661
|
// Citrus aliases
|
|
664
662
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
663
|
+
// Clapperboard aliases
|
|
664
|
+
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
665
665
|
// ClipboardCheck aliases
|
|
666
666
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
667
667
|
// ClipboardClock aliases
|
|
668
668
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
669
|
-
// ClipboardCopy aliases
|
|
670
|
-
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
671
669
|
// ClipboardList aliases
|
|
672
670
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
671
|
+
// ClipboardCopy aliases
|
|
672
|
+
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
673
673
|
// ClipboardMinus aliases
|
|
674
674
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
675
|
-
// ClipboardPlus aliases
|
|
676
|
-
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
677
675
|
// ClipboardPaste aliases
|
|
678
676
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
677
|
+
// ClipboardPlus aliases
|
|
678
|
+
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
679
679
|
// ClipboardType aliases
|
|
680
680
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
681
681
|
// ClipboardX aliases
|
|
682
682
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
683
683
|
// Clipboard aliases
|
|
684
684
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
685
|
-
// Clock10 aliases
|
|
686
|
-
export { default as Clock10Icon } from '../icons/clock-10';
|
|
687
685
|
// Clock1 aliases
|
|
688
686
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
687
|
+
// Clock10 aliases
|
|
688
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
689
689
|
// Clock11 aliases
|
|
690
690
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
691
|
+
// Clock12 aliases
|
|
692
|
+
export { default as Clock12Icon } from '../icons/clock-12';
|
|
691
693
|
// Clock2 aliases
|
|
692
694
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
693
695
|
// Clock3 aliases
|
|
694
696
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
695
|
-
// Clock12 aliases
|
|
696
|
-
export { default as Clock12Icon } from '../icons/clock-12';
|
|
697
697
|
// Clock4 aliases
|
|
698
698
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
699
|
-
// Clock5 aliases
|
|
700
|
-
export { default as Clock5Icon } from '../icons/clock-5';
|
|
701
699
|
// Clock6 aliases
|
|
702
700
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
703
701
|
// Clock7 aliases
|
|
704
702
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
705
|
-
//
|
|
706
|
-
export { default as
|
|
707
|
-
// Clock9 aliases
|
|
708
|
-
export { default as Clock9Icon } from '../icons/clock-9';
|
|
703
|
+
// Clock5 aliases
|
|
704
|
+
export { default as Clock5Icon } from '../icons/clock-5';
|
|
709
705
|
// Clock8 aliases
|
|
710
706
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
707
|
+
// Clock9 aliases
|
|
708
|
+
export { default as Clock9Icon } from '../icons/clock-9';
|
|
709
|
+
// ClockAlert aliases
|
|
710
|
+
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
711
711
|
// ClockArrowDown aliases
|
|
712
712
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
713
713
|
// ClockArrowUp aliases
|
|
@@ -716,22 +716,22 @@ export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
|
716
716
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
717
717
|
// ClockFading aliases
|
|
718
718
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
719
|
-
// ClockPlus aliases
|
|
720
|
-
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
721
719
|
// Clock aliases
|
|
722
720
|
export { default as ClockIcon } from '../icons/clock';
|
|
721
|
+
// ClockPlus aliases
|
|
722
|
+
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
723
723
|
// ClosedCaption aliases
|
|
724
724
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
725
|
-
// CloudAlert aliases
|
|
726
|
-
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
727
725
|
// CloudBackup aliases
|
|
728
726
|
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
729
727
|
// CloudCog aliases
|
|
730
728
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
731
|
-
//
|
|
732
|
-
export { default as
|
|
729
|
+
// CloudAlert aliases
|
|
730
|
+
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
733
731
|
// CloudCheck aliases
|
|
734
732
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
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
737
|
// CloudHail aliases
|
|
@@ -750,10 +750,10 @@ export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
|
750
750
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
751
751
|
// CloudSnow aliases
|
|
752
752
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
753
|
-
// CloudSun aliases
|
|
754
|
-
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
755
753
|
// CloudSunRain aliases
|
|
756
754
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
755
|
+
// CloudSun aliases
|
|
756
|
+
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
757
757
|
// CloudSync aliases
|
|
758
758
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
759
759
|
// Cloud aliases
|
|
@@ -768,48 +768,48 @@ export { default as ClubIcon } from '../icons/club';
|
|
|
768
768
|
export { default as CodeIcon } from '../icons/code';
|
|
769
769
|
// Coffee aliases
|
|
770
770
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
771
|
+
// Cog aliases
|
|
772
|
+
export { default as CogIcon } from '../icons/cog';
|
|
771
773
|
// Coins aliases
|
|
772
774
|
export { default as CoinsIcon } from '../icons/coins';
|
|
773
775
|
// Columns4 aliases
|
|
774
776
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
775
|
-
// Cog aliases
|
|
776
|
-
export { default as CogIcon } from '../icons/cog';
|
|
777
777
|
// Combine aliases
|
|
778
778
|
export { default as CombineIcon } from '../icons/combine';
|
|
779
|
-
// Compass aliases
|
|
780
|
-
export { default as CompassIcon } from '../icons/compass';
|
|
781
779
|
// Command aliases
|
|
782
780
|
export { default as CommandIcon } from '../icons/command';
|
|
783
|
-
//
|
|
784
|
-
export { default as
|
|
781
|
+
// Compass aliases
|
|
782
|
+
export { default as CompassIcon } from '../icons/compass';
|
|
785
783
|
// Component aliases
|
|
786
784
|
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
789
|
// Cone aliases
|
|
790
790
|
export { default as ConeIcon } from '../icons/cone';
|
|
791
791
|
// Construction aliases
|
|
792
792
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
793
|
-
// Container aliases
|
|
794
|
-
export { default as ContainerIcon } from '../icons/container';
|
|
795
793
|
// Contact aliases
|
|
796
794
|
export { default as ContactIcon } from '../icons/contact';
|
|
795
|
+
// Container aliases
|
|
796
|
+
export { default as ContainerIcon } from '../icons/container';
|
|
797
797
|
// Contrast aliases
|
|
798
798
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
799
|
+
// Cookie aliases
|
|
800
|
+
export { default as CookieIcon } from '../icons/cookie';
|
|
799
801
|
// CookingPot aliases
|
|
800
802
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
801
803
|
// CopyCheck aliases
|
|
802
804
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
803
|
-
// Cookie aliases
|
|
804
|
-
export { default as CookieIcon } from '../icons/cookie';
|
|
805
|
-
// CopyPlus aliases
|
|
806
|
-
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
807
805
|
// CopyMinus aliases
|
|
808
806
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
809
|
-
//
|
|
810
|
-
export { default as
|
|
807
|
+
// CopyPlus aliases
|
|
808
|
+
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
811
809
|
// CopyX aliases
|
|
812
810
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
811
|
+
// CopySlash aliases
|
|
812
|
+
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
813
813
|
// Copy aliases
|
|
814
814
|
export { default as CopyIcon } from '../icons/copy';
|
|
815
815
|
// Copyleft aliases
|
|
@@ -818,18 +818,18 @@ export { default as CopyleftIcon } from '../icons/copyleft';
|
|
|
818
818
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
819
819
|
// CornerDownLeft aliases
|
|
820
820
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
821
|
-
// CornerDownRight aliases
|
|
822
|
-
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
823
821
|
// CornerLeftDown aliases
|
|
824
822
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
823
|
+
// CornerDownRight aliases
|
|
824
|
+
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
825
825
|
// CornerLeftUp aliases
|
|
826
826
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
827
|
-
// CornerRightUp aliases
|
|
828
|
-
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
829
|
-
// CornerUpLeft aliases
|
|
830
|
-
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
831
827
|
// CornerRightDown aliases
|
|
832
828
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
829
|
+
// CornerUpLeft aliases
|
|
830
|
+
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
831
|
+
// CornerRightUp aliases
|
|
832
|
+
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
833
833
|
// CornerUpRight aliases
|
|
834
834
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
835
835
|
// Cpu aliases
|
|
@@ -838,20 +838,20 @@ export { default as CpuIcon } from '../icons/cpu';
|
|
|
838
838
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
839
839
|
// CreditCard aliases
|
|
840
840
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
841
|
-
// Crop aliases
|
|
842
|
-
export { default as CropIcon } from '../icons/crop';
|
|
843
|
-
// Crosshair aliases
|
|
844
|
-
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
845
841
|
// Croissant aliases
|
|
846
842
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
843
|
+
// Crop aliases
|
|
844
|
+
export { default as CropIcon } from '../icons/crop';
|
|
847
845
|
// Cross aliases
|
|
848
846
|
export { default as CrossIcon } from '../icons/cross';
|
|
849
847
|
// Crown aliases
|
|
850
848
|
export { default as CrownIcon } from '../icons/crown';
|
|
851
|
-
//
|
|
852
|
-
export { default as
|
|
849
|
+
// Crosshair aliases
|
|
850
|
+
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
853
851
|
// CupSoda aliases
|
|
854
852
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
853
|
+
// Cuboid aliases
|
|
854
|
+
export { default as CuboidIcon } from '../icons/cuboid';
|
|
855
855
|
// Currency aliases
|
|
856
856
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
857
857
|
// Cylinder aliases
|
|
@@ -860,34 +860,34 @@ export { default as CylinderIcon } from '../icons/cylinder';
|
|
|
860
860
|
export { default as DamIcon } from '../icons/dam';
|
|
861
861
|
// DatabaseBackup aliases
|
|
862
862
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
863
|
-
// DatabaseZap aliases
|
|
864
|
-
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
865
863
|
// DatabaseSearch aliases
|
|
866
864
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
865
|
+
// DatabaseZap aliases
|
|
866
|
+
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
867
867
|
// Database aliases
|
|
868
868
|
export { default as DatabaseIcon } from '../icons/database';
|
|
869
|
-
// DecimalsArrowLeft aliases
|
|
870
|
-
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
871
|
-
// Dessert aliases
|
|
872
|
-
export { default as DessertIcon } from '../icons/dessert';
|
|
873
869
|
// DecimalsArrowRight aliases
|
|
874
870
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
871
|
+
// DecimalsArrowLeft aliases
|
|
872
|
+
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
875
873
|
// Delete aliases
|
|
876
874
|
export { default as DeleteIcon } from '../icons/delete';
|
|
877
875
|
// Diameter aliases
|
|
878
876
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
879
|
-
// DiamondMinus aliases
|
|
880
|
-
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
881
877
|
// DiamondPlus aliases
|
|
882
878
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
879
|
+
// Dessert aliases
|
|
880
|
+
export { default as DessertIcon } from '../icons/dessert';
|
|
883
881
|
// Diamond aliases
|
|
884
882
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
885
|
-
//
|
|
886
|
-
export { default as
|
|
883
|
+
// DiamondMinus aliases
|
|
884
|
+
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
887
885
|
// Dice2 aliases
|
|
888
886
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
889
887
|
// Dice3 aliases
|
|
890
888
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
889
|
+
// Dice1 aliases
|
|
890
|
+
export { default as Dice1Icon } from '../icons/dice-1';
|
|
891
891
|
// Dice4 aliases
|
|
892
892
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
893
893
|
// Dice5 aliases
|
|
@@ -906,12 +906,12 @@ export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
|
906
906
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
907
907
|
// Disc aliases
|
|
908
908
|
export { default as DiscIcon } from '../icons/disc';
|
|
909
|
+
// Divide aliases
|
|
910
|
+
export { default as DivideIcon } from '../icons/divide';
|
|
909
911
|
// DnaOff aliases
|
|
910
912
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
911
913
|
// Dna aliases
|
|
912
914
|
export { default as DnaIcon } from '../icons/dna';
|
|
913
|
-
// Divide aliases
|
|
914
|
-
export { default as DivideIcon } from '../icons/divide';
|
|
915
915
|
// Dock aliases
|
|
916
916
|
export { default as DockIcon } from '../icons/dock';
|
|
917
917
|
// Dog aliases
|
|
@@ -926,34 +926,34 @@ export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
|
926
926
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
927
927
|
// DoorOpen aliases
|
|
928
928
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
929
|
-
// Dot aliases
|
|
930
|
-
export { default as DotIcon } from '../icons/dot';
|
|
931
929
|
// Download aliases
|
|
932
930
|
export { default as DownloadIcon } from '../icons/download';
|
|
931
|
+
// Dot aliases
|
|
932
|
+
export { default as DotIcon } from '../icons/dot';
|
|
933
933
|
// DraftingCompass aliases
|
|
934
934
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
935
935
|
// Drama aliases
|
|
936
936
|
export { default as DramaIcon } from '../icons/drama';
|
|
937
|
-
// Drone aliases
|
|
938
|
-
export { default as DroneIcon } from '../icons/drone';
|
|
939
937
|
// Drill aliases
|
|
940
938
|
export { default as DrillIcon } from '../icons/drill';
|
|
941
|
-
//
|
|
942
|
-
export { default as
|
|
939
|
+
// Drone aliases
|
|
940
|
+
export { default as DroneIcon } from '../icons/drone';
|
|
943
941
|
// DropletOff aliases
|
|
944
942
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
945
|
-
//
|
|
946
|
-
export { default as
|
|
943
|
+
// Droplet aliases
|
|
944
|
+
export { default as DropletIcon } from '../icons/droplet';
|
|
947
945
|
// Droplets aliases
|
|
948
946
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
947
|
+
// Drum aliases
|
|
948
|
+
export { default as DrumIcon } from '../icons/drum';
|
|
949
949
|
// Drumstick aliases
|
|
950
950
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
951
951
|
// Dumbbell aliases
|
|
952
952
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
953
|
-
// Ear aliases
|
|
954
|
-
export { default as EarIcon } from '../icons/ear';
|
|
955
953
|
// EarOff aliases
|
|
956
954
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
955
|
+
// Ear aliases
|
|
956
|
+
export { default as EarIcon } from '../icons/ear';
|
|
957
957
|
// EarthLock aliases
|
|
958
958
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
959
959
|
// Eclipse aliases
|
|
@@ -970,28 +970,28 @@ export { default as EllipseIcon } from '../icons/ellipse';
|
|
|
970
970
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
971
971
|
// EqualNot aliases
|
|
972
972
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
973
|
-
// Eraser aliases
|
|
974
|
-
export { default as EraserIcon } from '../icons/eraser';
|
|
975
973
|
// Equal aliases
|
|
976
974
|
export { default as EqualIcon } from '../icons/equal';
|
|
975
|
+
// Eraser aliases
|
|
976
|
+
export { default as EraserIcon } from '../icons/eraser';
|
|
977
977
|
// EthernetPort aliases
|
|
978
978
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
979
979
|
// Euro aliases
|
|
980
980
|
export { default as EuroIcon } from '../icons/euro';
|
|
981
|
-
// Expand aliases
|
|
982
|
-
export { default as ExpandIcon } from '../icons/expand';
|
|
983
981
|
// EvCharger aliases
|
|
984
982
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
983
|
+
// Expand aliases
|
|
984
|
+
export { default as ExpandIcon } from '../icons/expand';
|
|
985
985
|
// ExternalLink aliases
|
|
986
986
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
987
987
|
// EyeClosed aliases
|
|
988
988
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
989
989
|
// EyeOff aliases
|
|
990
990
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
991
|
-
// Factory aliases
|
|
992
|
-
export { default as FactoryIcon } from '../icons/factory';
|
|
993
991
|
// Eye aliases
|
|
994
992
|
export { default as EyeIcon } from '../icons/eye';
|
|
993
|
+
// Factory aliases
|
|
994
|
+
export { default as FactoryIcon } from '../icons/factory';
|
|
995
995
|
// Fan aliases
|
|
996
996
|
export { default as FanIcon } from '../icons/fan';
|
|
997
997
|
// FastForward aliases
|
|
@@ -1006,10 +1006,10 @@ export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
|
1006
1006
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1007
1007
|
// FileBox aliases
|
|
1008
1008
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1009
|
-
// FileClock aliases
|
|
1010
|
-
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1011
1009
|
// FileCheck aliases
|
|
1012
1010
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1011
|
+
// FileClock aliases
|
|
1012
|
+
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1013
1013
|
// FileCode aliases
|
|
1014
1014
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1015
1015
|
// FileDiff aliases
|
|
@@ -1018,10 +1018,10 @@ export { default as FileDiffIcon } from '../icons/file-diff';
|
|
|
1018
1018
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1019
1019
|
// FileDown aliases
|
|
1020
1020
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1021
|
-
// FileHeart aliases
|
|
1022
|
-
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1023
1021
|
// FileImage aliases
|
|
1024
1022
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1023
|
+
// FileHeart aliases
|
|
1024
|
+
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1025
1025
|
// FileInput aliases
|
|
1026
1026
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1027
1027
|
// FileMinus aliases
|
|
@@ -1050,12 +1050,12 @@ export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
|
1050
1050
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1051
1051
|
// FileType aliases
|
|
1052
1052
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1053
|
+
// FileVolume aliases
|
|
1054
|
+
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1053
1055
|
// FileUser aliases
|
|
1054
1056
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1055
1057
|
// FileUp aliases
|
|
1056
1058
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1057
|
-
// FileVolume aliases
|
|
1058
|
-
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1059
1059
|
// FileX aliases
|
|
1060
1060
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1061
1061
|
// File aliases
|
|
@@ -1070,12 +1070,12 @@ export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
|
1070
1070
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1071
1071
|
// FishSymbol aliases
|
|
1072
1072
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1073
|
+
// Fish aliases
|
|
1074
|
+
export { default as FishIcon } from '../icons/fish';
|
|
1073
1075
|
// FishingHook aliases
|
|
1074
1076
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1075
1077
|
// FishingRod aliases
|
|
1076
1078
|
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1077
|
-
// Fish aliases
|
|
1078
|
-
export { default as FishIcon } from '../icons/fish';
|
|
1079
1079
|
// FlagOff aliases
|
|
1080
1080
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1081
1081
|
// FlagTriangleLeft aliases
|
|
@@ -1090,80 +1090,80 @@ export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
|
1090
1090
|
export { default as FlameIcon } from '../icons/flame';
|
|
1091
1091
|
// FlashlightOff aliases
|
|
1092
1092
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1093
|
-
// FlaskConicalOff aliases
|
|
1094
|
-
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1095
1093
|
// Flashlight aliases
|
|
1096
1094
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1097
1095
|
// FlaskConical aliases
|
|
1098
1096
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1097
|
+
// FlaskConicalOff aliases
|
|
1098
|
+
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1099
1099
|
// FlaskRound aliases
|
|
1100
1100
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1101
1101
|
// FlipHorizontal2 aliases
|
|
1102
1102
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1103
|
-
// Flower2 aliases
|
|
1104
|
-
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1105
1103
|
// FlipVertical2 aliases
|
|
1106
1104
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1107
|
-
//
|
|
1108
|
-
export { default as
|
|
1105
|
+
// Flower2 aliases
|
|
1106
|
+
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1109
1107
|
// Flower aliases
|
|
1110
1108
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1111
1109
|
// FoldHorizontal aliases
|
|
1112
1110
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1113
|
-
//
|
|
1114
|
-
export { default as
|
|
1111
|
+
// Focus aliases
|
|
1112
|
+
export { default as FocusIcon } from '../icons/focus';
|
|
1115
1113
|
// FoldVertical aliases
|
|
1116
1114
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1115
|
+
// FolderArchive aliases
|
|
1116
|
+
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1117
1117
|
// FolderCheck aliases
|
|
1118
1118
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1119
1119
|
// FolderClock aliases
|
|
1120
1120
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1121
|
-
// FolderClosed aliases
|
|
1122
|
-
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1123
1121
|
// FolderCode aliases
|
|
1124
1122
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1123
|
+
// FolderClosed aliases
|
|
1124
|
+
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1125
1125
|
// FolderDot aliases
|
|
1126
1126
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1127
1127
|
// FolderDown aliases
|
|
1128
1128
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1129
|
-
// FolderGit2 aliases
|
|
1130
|
-
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1131
1129
|
// FolderGit aliases
|
|
1132
1130
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1131
|
+
// FolderGit2 aliases
|
|
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
|
-
// FolderInput aliases
|
|
1136
|
-
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1137
1135
|
// FolderKanban aliases
|
|
1138
1136
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1139
|
-
//
|
|
1140
|
-
export { default as
|
|
1137
|
+
// FolderInput aliases
|
|
1138
|
+
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1141
1139
|
// FolderLock aliases
|
|
1142
1140
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1143
|
-
//
|
|
1144
|
-
export { default as
|
|
1141
|
+
// FolderKey aliases
|
|
1142
|
+
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1145
1143
|
// FolderMinus aliases
|
|
1146
1144
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1145
|
+
// FolderOpenDot aliases
|
|
1146
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1147
1147
|
// FolderOpen aliases
|
|
1148
1148
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1149
1149
|
// FolderOutput aliases
|
|
1150
1150
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1151
1151
|
// FolderPlus aliases
|
|
1152
1152
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1153
|
-
// FolderRoot aliases
|
|
1154
|
-
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1155
1153
|
// FolderSearch2 aliases
|
|
1156
1154
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1157
|
-
// FolderSymlink aliases
|
|
1158
|
-
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1159
1155
|
// FolderSearch aliases
|
|
1160
1156
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1157
|
+
// FolderRoot aliases
|
|
1158
|
+
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1159
|
+
// FolderSymlink aliases
|
|
1160
|
+
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1161
|
+
// FolderUp aliases
|
|
1162
|
+
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
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
|
-
// FolderUp aliases
|
|
1166
|
-
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1167
1167
|
// FolderX aliases
|
|
1168
1168
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1169
1169
|
// Folder aliases
|
|
@@ -1194,32 +1194,32 @@ export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal
|
|
|
1194
1194
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1195
1195
|
// GalleryVerticalEnd aliases
|
|
1196
1196
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1197
|
-
// GalleryThumbnails aliases
|
|
1198
|
-
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1199
1197
|
// GalleryVertical aliases
|
|
1200
1198
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1199
|
+
// GalleryThumbnails aliases
|
|
1200
|
+
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1201
1201
|
// Gamepad2 aliases
|
|
1202
1202
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1203
|
-
// GamepadDirectional aliases
|
|
1204
|
-
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1205
1203
|
// Gamepad aliases
|
|
1206
1204
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1207
|
-
//
|
|
1208
|
-
export { default as
|
|
1205
|
+
// GamepadDirectional aliases
|
|
1206
|
+
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1209
1207
|
// Gauge aliases
|
|
1210
1208
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1211
|
-
//
|
|
1212
|
-
export { default as
|
|
1209
|
+
// Gavel aliases
|
|
1210
|
+
export { default as GavelIcon } from '../icons/gavel';
|
|
1213
1211
|
// Gem aliases
|
|
1214
1212
|
export { default as GemIcon } from '../icons/gem';
|
|
1215
|
-
//
|
|
1216
|
-
export { default as
|
|
1213
|
+
// GeorgianLari aliases
|
|
1214
|
+
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1217
1215
|
// Ghost aliases
|
|
1218
1216
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1219
|
-
//
|
|
1220
|
-
export { default as
|
|
1217
|
+
// Gift aliases
|
|
1218
|
+
export { default as GiftIcon } from '../icons/gift';
|
|
1221
1219
|
// GitBranchPlus aliases
|
|
1222
1220
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1221
|
+
// GitBranchMinus aliases
|
|
1222
|
+
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1223
1223
|
// GitBranch aliases
|
|
1224
1224
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1225
1225
|
// GitCommitVertical aliases
|
|
@@ -1230,20 +1230,20 @@ export { default as GitCompareIcon } from '../icons/git-compare';
|
|
|
1230
1230
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1231
1231
|
// GitFork aliases
|
|
1232
1232
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1233
|
-
// GitMergeConflict aliases
|
|
1234
|
-
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1235
1233
|
// GitGraph aliases
|
|
1236
1234
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1235
|
+
// GitMergeConflict aliases
|
|
1236
|
+
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1237
1237
|
// GitMerge aliases
|
|
1238
1238
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1239
|
-
// GitPullRequestClosed aliases
|
|
1240
|
-
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1241
1239
|
// GitPullRequestArrow aliases
|
|
1242
1240
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1243
|
-
//
|
|
1244
|
-
export { default as
|
|
1241
|
+
// GitPullRequestClosed aliases
|
|
1242
|
+
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1245
1243
|
// GitPullRequestCreateArrow aliases
|
|
1246
1244
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1245
|
+
// GitPullRequestCreate aliases
|
|
1246
|
+
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1247
1247
|
// GitPullRequestDraft aliases
|
|
1248
1248
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1249
1249
|
// GitPullRequest aliases
|
|
@@ -1268,10 +1268,10 @@ export { default as GpuIcon } from '../icons/gpu';
|
|
|
1268
1268
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1269
1269
|
// Grape aliases
|
|
1270
1270
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1271
|
-
// GripHorizontal aliases
|
|
1272
|
-
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1273
1271
|
// Grid3x2 aliases
|
|
1274
1272
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1273
|
+
// GripHorizontal aliases
|
|
1274
|
+
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1275
1275
|
// GripVertical aliases
|
|
1276
1276
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1277
1277
|
// Grip aliases
|
|
@@ -1294,30 +1294,30 @@ export { default as HandFistIcon } from '../icons/hand-fist';
|
|
|
1294
1294
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1295
1295
|
// HandMetal aliases
|
|
1296
1296
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1297
|
-
// Hand aliases
|
|
1298
|
-
export { default as HandIcon } from '../icons/hand';
|
|
1299
1297
|
// HandPlatter aliases
|
|
1300
1298
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1301
|
-
//
|
|
1302
|
-
export { default as
|
|
1299
|
+
// Hand aliases
|
|
1300
|
+
export { default as HandIcon } from '../icons/hand';
|
|
1303
1301
|
// Handshake aliases
|
|
1304
1302
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1303
|
+
// Handbag aliases
|
|
1304
|
+
export { default as HandbagIcon } from '../icons/handbag';
|
|
1305
1305
|
// HardDriveDownload aliases
|
|
1306
1306
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1307
|
+
// HardDriveUpload aliases
|
|
1308
|
+
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1307
1309
|
// HardDrive aliases
|
|
1308
1310
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1309
1311
|
// HardHat aliases
|
|
1310
1312
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1311
|
-
//
|
|
1312
|
-
export { default as
|
|
1313
|
+
// Haze aliases
|
|
1314
|
+
export { default as HazeIcon } from '../icons/haze';
|
|
1313
1315
|
// Hash aliases
|
|
1314
1316
|
export { default as HashIcon } from '../icons/hash';
|
|
1315
1317
|
// HatGlasses aliases
|
|
1316
1318
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1317
1319
|
// Hd aliases
|
|
1318
1320
|
export { default as HdIcon } from '../icons/hd';
|
|
1319
|
-
// Haze aliases
|
|
1320
|
-
export { default as HazeIcon } from '../icons/haze';
|
|
1321
1321
|
// HdmiPort aliases
|
|
1322
1322
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1323
1323
|
// Heading1 aliases
|
|
@@ -1332,10 +1332,10 @@ export { default as Heading4Icon } from '../icons/heading-4';
|
|
|
1332
1332
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1333
1333
|
// Heading6 aliases
|
|
1334
1334
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1335
|
-
// Heading aliases
|
|
1336
|
-
export { default as HeadingIcon } from '../icons/heading';
|
|
1337
1335
|
// HeadphoneOff aliases
|
|
1338
1336
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1337
|
+
// Heading aliases
|
|
1338
|
+
export { default as HeadingIcon } from '../icons/heading';
|
|
1339
1339
|
// Headphones aliases
|
|
1340
1340
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1341
1341
|
// Headset aliases
|
|
@@ -1354,58 +1354,58 @@ export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
|
1354
1354
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1355
1355
|
// Heart aliases
|
|
1356
1356
|
export { default as HeartIcon } from '../icons/heart';
|
|
1357
|
-
// Helicopter aliases
|
|
1358
|
-
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1359
1357
|
// Heater aliases
|
|
1360
1358
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1361
1359
|
// Hexagon aliases
|
|
1362
1360
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1361
|
+
// Helicopter aliases
|
|
1362
|
+
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1363
1363
|
// Highlighter aliases
|
|
1364
1364
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1365
|
-
// HopOff aliases
|
|
1366
|
-
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1367
1365
|
// History aliases
|
|
1368
1366
|
export { default as HistoryIcon } from '../icons/history';
|
|
1367
|
+
// HopOff aliases
|
|
1368
|
+
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1369
1369
|
// Hop aliases
|
|
1370
1370
|
export { default as HopIcon } from '../icons/hop';
|
|
1371
1371
|
// Hospital aliases
|
|
1372
1372
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1373
|
+
// HouseHeart aliases
|
|
1374
|
+
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1373
1375
|
// Hotel aliases
|
|
1374
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
|
-
// HouseWifi aliases
|
|
1382
|
-
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1383
1381
|
// HousePlus aliases
|
|
1384
1382
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1383
|
+
// HouseWifi aliases
|
|
1384
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1385
|
+
// IdCard aliases
|
|
1386
|
+
export { default as IdCardIcon } from '../icons/id-card';
|
|
1385
1387
|
// IdCardLanyard aliases
|
|
1386
1388
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1389
|
+
// ImageDown aliases
|
|
1390
|
+
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1387
1391
|
// ImageMinus aliases
|
|
1388
1392
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1389
|
-
// IdCard aliases
|
|
1390
|
-
export { default as IdCardIcon } from '../icons/id-card';
|
|
1391
1393
|
// ImageOff aliases
|
|
1392
1394
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1393
|
-
// ImageDown aliases
|
|
1394
|
-
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1395
|
-
// ImagePlus aliases
|
|
1396
|
-
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1397
1395
|
// ImagePlay aliases
|
|
1398
1396
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1399
|
-
//
|
|
1400
|
-
export { default as
|
|
1397
|
+
// ImagePlus aliases
|
|
1398
|
+
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1401
1399
|
// ImageUp aliases
|
|
1402
1400
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1401
|
+
// ImageUpscale aliases
|
|
1402
|
+
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1403
1403
|
// Images aliases
|
|
1404
1404
|
export { default as ImagesIcon } from '../icons/images';
|
|
1405
|
-
// Import aliases
|
|
1406
|
-
export { default as ImportIcon } from '../icons/import';
|
|
1407
1405
|
// Image aliases
|
|
1408
1406
|
export { default as ImageIcon } from '../icons/image';
|
|
1407
|
+
// Import aliases
|
|
1408
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1409
1409
|
// Inbox aliases
|
|
1410
1410
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1411
1411
|
// IndianRupee aliases
|
|
@@ -1416,16 +1416,16 @@ export { default as InfinityIcon } from '../icons/infinity';
|
|
|
1416
1416
|
export { default as InfoIcon } from '../icons/info';
|
|
1417
1417
|
// InspectionPanel aliases
|
|
1418
1418
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1419
|
-
// IterationCcw aliases
|
|
1420
|
-
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1421
1419
|
// Italic aliases
|
|
1422
1420
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1423
|
-
//
|
|
1424
|
-
export { default as
|
|
1421
|
+
// IterationCcw aliases
|
|
1422
|
+
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1425
1423
|
// IterationCw aliases
|
|
1426
1424
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1427
1425
|
// JapaneseYen aliases
|
|
1428
1426
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1427
|
+
// Joystick aliases
|
|
1428
|
+
export { default as JoystickIcon } from '../icons/joystick';
|
|
1429
1429
|
// Kanban aliases
|
|
1430
1430
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1431
1431
|
// Kayak aliases
|
|
@@ -1440,38 +1440,38 @@ export { default as KeySquareIcon } from '../icons/key-square';
|
|
|
1440
1440
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1441
1441
|
// KeyboardOff aliases
|
|
1442
1442
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1443
|
-
// Keyboard aliases
|
|
1444
|
-
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1445
1443
|
// LampCeiling aliases
|
|
1446
1444
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1445
|
+
// Keyboard aliases
|
|
1446
|
+
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1447
1447
|
// LampDesk aliases
|
|
1448
1448
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1449
|
-
// LampFloor aliases
|
|
1450
|
-
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1451
1449
|
// LampWallDown aliases
|
|
1452
1450
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1453
|
-
//
|
|
1454
|
-
export { default as
|
|
1455
|
-
// LandPlot aliases
|
|
1456
|
-
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1451
|
+
// LampFloor aliases
|
|
1452
|
+
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1457
1453
|
// LampWallUp aliases
|
|
1458
1454
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1455
|
+
// LandPlot aliases
|
|
1456
|
+
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1457
|
+
// Lamp aliases
|
|
1458
|
+
export { default as LampIcon } from '../icons/lamp';
|
|
1459
1459
|
// Landmark aliases
|
|
1460
1460
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1461
|
-
// Languages aliases
|
|
1462
|
-
export { default as LanguagesIcon } from '../icons/languages';
|
|
1463
1461
|
// LaptopMinimalCheck aliases
|
|
1464
1462
|
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
|
-
// Lasso aliases
|
|
1468
|
-
export { default as LassoIcon } from '../icons/lasso';
|
|
1469
1467
|
// LassoSelect aliases
|
|
1470
1468
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1471
|
-
//
|
|
1472
|
-
export { default as
|
|
1469
|
+
// Lasso aliases
|
|
1470
|
+
export { default as LassoIcon } from '../icons/lasso';
|
|
1473
1471
|
// Layers2 aliases
|
|
1474
1472
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1473
|
+
// Laugh aliases
|
|
1474
|
+
export { default as LaughIcon } from '../icons/laugh';
|
|
1475
1475
|
// LayersPlus aliases
|
|
1476
1476
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1477
1477
|
// LayoutDashboard aliases
|
|
@@ -1484,54 +1484,54 @@ export { default as LayoutListIcon } from '../icons/layout-list';
|
|
|
1484
1484
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1485
1485
|
// LayoutPanelTop aliases
|
|
1486
1486
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1487
|
-
// LeafyGreen aliases
|
|
1488
|
-
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1489
|
-
// Leaf aliases
|
|
1490
|
-
export { default as LeafIcon } from '../icons/leaf';
|
|
1491
1487
|
// LayoutTemplate aliases
|
|
1492
1488
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1493
|
-
//
|
|
1494
|
-
export { default as
|
|
1489
|
+
// Leaf aliases
|
|
1490
|
+
export { default as LeafIcon } from '../icons/leaf';
|
|
1491
|
+
// LeafyGreen aliases
|
|
1492
|
+
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1495
1493
|
// Lectern aliases
|
|
1496
1494
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1495
|
+
// LensConcave aliases
|
|
1496
|
+
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1497
1497
|
// LensConvex aliases
|
|
1498
1498
|
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1499
1499
|
// LibraryBig aliases
|
|
1500
1500
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1501
|
-
// Ligature aliases
|
|
1502
|
-
export { default as LigatureIcon } from '../icons/ligature';
|
|
1503
|
-
// LifeBuoy aliases
|
|
1504
|
-
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1505
1501
|
// Library aliases
|
|
1506
1502
|
export { default as LibraryIcon } from '../icons/library';
|
|
1503
|
+
// LifeBuoy aliases
|
|
1504
|
+
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1505
|
+
// Ligature aliases
|
|
1506
|
+
export { default as LigatureIcon } from '../icons/ligature';
|
|
1507
1507
|
// LightbulbOff aliases
|
|
1508
1508
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1509
|
-
// LineDotRightHorizontal aliases
|
|
1510
|
-
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1511
1509
|
// Lightbulb aliases
|
|
1512
1510
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1511
|
+
// LineDotRightHorizontal aliases
|
|
1512
|
+
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1513
1513
|
// LineSquiggle aliases
|
|
1514
1514
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1515
1515
|
// LineStyle aliases
|
|
1516
1516
|
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1517
|
-
// Link2 aliases
|
|
1518
|
-
export { default as Link2Icon } from '../icons/link-2';
|
|
1519
1517
|
// Link2Off aliases
|
|
1520
1518
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1521
1519
|
// Link aliases
|
|
1522
1520
|
export { default as LinkIcon } from '../icons/link';
|
|
1523
|
-
//
|
|
1524
|
-
export { default as
|
|
1521
|
+
// Link2 aliases
|
|
1522
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1525
1523
|
// ListCheck aliases
|
|
1526
1524
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1527
|
-
//
|
|
1528
|
-
export { default as
|
|
1525
|
+
// ListChecks aliases
|
|
1526
|
+
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1529
1527
|
// ListChevronsUpDown aliases
|
|
1530
1528
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1531
|
-
//
|
|
1532
|
-
export { default as
|
|
1529
|
+
// ListChevronsDownUp aliases
|
|
1530
|
+
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1533
1531
|
// ListCollapse aliases
|
|
1534
1532
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1533
|
+
// ListEnd aliases
|
|
1534
|
+
export { default as ListEndIcon } from '../icons/list-end';
|
|
1535
1535
|
// ListFilterPlus aliases
|
|
1536
1536
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1537
1537
|
// ListFilter aliases
|
|
@@ -1540,10 +1540,10 @@ export { default as ListFilterIcon } from '../icons/list-filter';
|
|
|
1540
1540
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1541
1541
|
// ListOrdered aliases
|
|
1542
1542
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1543
|
-
// ListMusic aliases
|
|
1544
|
-
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1545
1543
|
// ListPlus aliases
|
|
1546
1544
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1545
|
+
// ListMusic aliases
|
|
1546
|
+
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1547
1547
|
// ListRestart aliases
|
|
1548
1548
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1549
1549
|
// ListStart aliases
|
|
@@ -1554,38 +1554,38 @@ export { default as ListTodoIcon } from '../icons/list-todo';
|
|
|
1554
1554
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1555
1555
|
// ListVideo aliases
|
|
1556
1556
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1557
|
-
// ListX aliases
|
|
1558
|
-
export { default as ListXIcon } from '../icons/list-x';
|
|
1559
1557
|
// List aliases
|
|
1560
1558
|
export { default as ListIcon } from '../icons/list';
|
|
1561
|
-
//
|
|
1562
|
-
export { default as
|
|
1559
|
+
// ListX aliases
|
|
1560
|
+
export { default as ListXIcon } from '../icons/list-x';
|
|
1563
1561
|
// LoaderPinwheel aliases
|
|
1564
1562
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1563
|
+
// Loader aliases
|
|
1564
|
+
export { default as LoaderIcon } from '../icons/loader';
|
|
1565
1565
|
// LocateFixed aliases
|
|
1566
1566
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1567
|
-
// LocateOff aliases
|
|
1568
|
-
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1569
1567
|
// Locate aliases
|
|
1570
1568
|
export { default as LocateIcon } from '../icons/locate';
|
|
1569
|
+
// LocateOff aliases
|
|
1570
|
+
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1571
|
+
// LockKeyhole aliases
|
|
1572
|
+
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1571
1573
|
// Lock aliases
|
|
1572
1574
|
export { default as LockIcon } from '../icons/lock';
|
|
1573
1575
|
// LogIn aliases
|
|
1574
1576
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1575
|
-
// LockKeyhole aliases
|
|
1576
|
-
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1577
|
-
// LogOut aliases
|
|
1578
|
-
export { default as LogOutIcon } from '../icons/log-out';
|
|
1579
1577
|
// Logs aliases
|
|
1580
1578
|
export { default as LogsIcon } from '../icons/logs';
|
|
1581
1579
|
// Lollipop aliases
|
|
1582
1580
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1581
|
+
// LogOut aliases
|
|
1582
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1583
1583
|
// Luggage aliases
|
|
1584
1584
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1585
|
-
// Magnet aliases
|
|
1586
|
-
export { default as MagnetIcon } from '../icons/magnet';
|
|
1587
1585
|
// MailCheck aliases
|
|
1588
1586
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1587
|
+
// Magnet aliases
|
|
1588
|
+
export { default as MagnetIcon } from '../icons/magnet';
|
|
1589
1589
|
// MailMinus aliases
|
|
1590
1590
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1591
1591
|
// MailOpen aliases
|
|
@@ -1600,50 +1600,50 @@ export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
|
1600
1600
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1601
1601
|
// Mail aliases
|
|
1602
1602
|
export { default as MailIcon } from '../icons/mail';
|
|
1603
|
-
// Mails aliases
|
|
1604
|
-
export { default as MailsIcon } from '../icons/mails';
|
|
1605
1603
|
// Mailbox aliases
|
|
1606
1604
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1605
|
+
// Mails aliases
|
|
1606
|
+
export { default as MailsIcon } from '../icons/mails';
|
|
1607
1607
|
// MapMinus aliases
|
|
1608
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
|
-
// MapPinMinus aliases
|
|
1614
|
-
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1615
1611
|
// MapPinHouse aliases
|
|
1616
1612
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1613
|
+
// MapPinCheck aliases
|
|
1614
|
+
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1617
1615
|
// MapPinMinusInside aliases
|
|
1618
1616
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1619
1617
|
// MapPinOff aliases
|
|
1620
1618
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1619
|
+
// MapPinMinus aliases
|
|
1620
|
+
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1621
1621
|
// MapPinPlusInside aliases
|
|
1622
1622
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1623
1623
|
// MapPinPlus aliases
|
|
1624
1624
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1625
|
-
// MapPinX aliases
|
|
1626
|
-
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1627
1625
|
// MapPinXInside aliases
|
|
1628
1626
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1627
|
+
// MapPinX aliases
|
|
1628
|
+
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1629
1629
|
// MapPin aliases
|
|
1630
1630
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1631
|
-
// MapPlus aliases
|
|
1632
|
-
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1633
1631
|
// MapPinned aliases
|
|
1634
1632
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1635
|
-
//
|
|
1636
|
-
export { default as
|
|
1633
|
+
// MapPlus aliases
|
|
1634
|
+
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1637
1635
|
// Map aliases
|
|
1638
1636
|
export { default as MapIcon } from '../icons/map';
|
|
1639
|
-
//
|
|
1640
|
-
export { default as
|
|
1637
|
+
// MarsStroke aliases
|
|
1638
|
+
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1641
1639
|
// Martini aliases
|
|
1642
1640
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1643
|
-
// Maximize2 aliases
|
|
1644
|
-
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1645
1641
|
// Maximize aliases
|
|
1646
1642
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1643
|
+
// Mars aliases
|
|
1644
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1645
|
+
// Maximize2 aliases
|
|
1646
|
+
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1647
1647
|
// Medal aliases
|
|
1648
1648
|
export { default as MedalIcon } from '../icons/medal';
|
|
1649
1649
|
// MegaphoneOff aliases
|
|
@@ -1668,20 +1668,20 @@ export { default as MessageCircleDashedIcon } from '../icons/message-circle-dash
|
|
|
1668
1668
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1669
1669
|
// MessageCircleMore aliases
|
|
1670
1670
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1671
|
-
// MessageCirclePlus aliases
|
|
1672
|
-
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1673
1671
|
// MessageCircleOff aliases
|
|
1674
1672
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1673
|
+
// MessageCirclePlus aliases
|
|
1674
|
+
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1675
1675
|
// MessageCircleReply aliases
|
|
1676
1676
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1677
1677
|
// MessageCircleWarning aliases
|
|
1678
1678
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1679
1679
|
// MessageCircleX aliases
|
|
1680
1680
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1681
|
-
// MessageSquareCheck aliases
|
|
1682
|
-
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1683
1681
|
// MessageCircle aliases
|
|
1684
1682
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1683
|
+
// MessageSquareCheck aliases
|
|
1684
|
+
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1685
1685
|
// MessageSquareCode aliases
|
|
1686
1686
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1687
1687
|
// MessageSquareDashed aliases
|
|
@@ -1700,18 +1700,18 @@ export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
|
1700
1700
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1701
1701
|
// MessageSquarePlus aliases
|
|
1702
1702
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1703
|
-
// MessageSquareReply aliases
|
|
1704
|
-
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1705
1703
|
// MessageSquareQuote aliases
|
|
1706
1704
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1705
|
+
// MessageSquareReply aliases
|
|
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
1709
|
// MessageSquareText aliases
|
|
1710
1710
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1711
|
-
// MessageSquareX aliases
|
|
1712
|
-
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1713
1711
|
// MessageSquareWarning aliases
|
|
1714
1712
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1713
|
+
// MessageSquareX aliases
|
|
1714
|
+
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1715
1715
|
// MessageSquare aliases
|
|
1716
1716
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1717
1717
|
// MessagesSquare aliases
|
|
@@ -1740,28 +1740,28 @@ export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
|
1740
1740
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1741
1741
|
// Minus aliases
|
|
1742
1742
|
export { default as MinusIcon } from '../icons/minus';
|
|
1743
|
+
// MirrorRectangular aliases
|
|
1744
|
+
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1743
1745
|
// MirrorRound aliases
|
|
1744
1746
|
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1745
1747
|
// MonitorCheck aliases
|
|
1746
1748
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1747
|
-
// MirrorRectangular aliases
|
|
1748
|
-
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1749
1749
|
// MonitorCloud aliases
|
|
1750
1750
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1751
1751
|
// MonitorCog aliases
|
|
1752
1752
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1753
1753
|
// MonitorDot aliases
|
|
1754
1754
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1755
|
-
// MonitorDown aliases
|
|
1756
|
-
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1757
1755
|
// MonitorOff aliases
|
|
1758
1756
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1757
|
+
// MonitorDown aliases
|
|
1758
|
+
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1759
1759
|
// MonitorPause aliases
|
|
1760
1760
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1761
|
-
// MonitorSmartphone aliases
|
|
1762
|
-
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1763
1761
|
// MonitorPlay aliases
|
|
1764
1762
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1763
|
+
// MonitorSmartphone aliases
|
|
1764
|
+
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1765
1765
|
// MonitorSpeaker aliases
|
|
1766
1766
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1767
1767
|
// MonitorStop aliases
|
|
@@ -1784,10 +1784,10 @@ export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
|
1784
1784
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1785
1785
|
// MouseLeft aliases
|
|
1786
1786
|
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1787
|
-
// MousePointer2Off aliases
|
|
1788
|
-
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1789
1787
|
// MouseOff aliases
|
|
1790
1788
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1789
|
+
// MousePointer2Off aliases
|
|
1790
|
+
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1791
1791
|
// MousePointerBan aliases
|
|
1792
1792
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1793
1793
|
// MousePointer2 aliases
|
|
@@ -1796,28 +1796,28 @@ export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
|
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
|
-
// MouseRight aliases
|
|
1800
|
-
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1801
1799
|
// Mouse aliases
|
|
1802
1800
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1801
|
+
// MouseRight aliases
|
|
1802
|
+
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1803
1803
|
// MoveDiagonal2 aliases
|
|
1804
1804
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1805
|
-
// MoveDownLeft aliases
|
|
1806
|
-
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1807
|
-
// MoveDownRight aliases
|
|
1808
|
-
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1809
1805
|
// MoveDiagonal aliases
|
|
1810
1806
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1807
|
+
// MoveDownRight aliases
|
|
1808
|
+
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1809
|
+
// MoveDownLeft aliases
|
|
1810
|
+
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1811
1811
|
// MoveDown aliases
|
|
1812
1812
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1813
1813
|
// MoveHorizontal aliases
|
|
1814
1814
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1815
|
-
// MoveLeft aliases
|
|
1816
|
-
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1817
|
-
// MoveRight aliases
|
|
1818
|
-
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1819
1815
|
// MoveUpLeft aliases
|
|
1820
1816
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1817
|
+
// MoveRight aliases
|
|
1818
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1819
|
+
// MoveLeft aliases
|
|
1820
|
+
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1821
1821
|
// MoveUpRight aliases
|
|
1822
1822
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1823
1823
|
// MoveUp aliases
|
|
@@ -1828,16 +1828,16 @@ export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
|
1828
1828
|
export { default as MoveIcon } from '../icons/move';
|
|
1829
1829
|
// Music2 aliases
|
|
1830
1830
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1831
|
-
// Music4 aliases
|
|
1832
|
-
export { default as Music4Icon } from '../icons/music-4';
|
|
1833
1831
|
// Music3 aliases
|
|
1834
1832
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1833
|
+
// Music4 aliases
|
|
1834
|
+
export { default as Music4Icon } from '../icons/music-4';
|
|
1835
|
+
// Navigation2Off aliases
|
|
1836
|
+
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1835
1837
|
// Music aliases
|
|
1836
1838
|
export { default as MusicIcon } from '../icons/music';
|
|
1837
1839
|
// Navigation2 aliases
|
|
1838
1840
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1839
|
-
// Navigation2Off aliases
|
|
1840
|
-
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1841
1841
|
// NavigationOff aliases
|
|
1842
1842
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1843
1843
|
// Navigation aliases
|
|
@@ -1856,22 +1856,22 @@ export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
|
1856
1856
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1857
1857
|
// NotebookText aliases
|
|
1858
1858
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1859
|
-
// NotepadTextDashed aliases
|
|
1860
|
-
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1861
1859
|
// Notebook aliases
|
|
1862
1860
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1861
|
+
// NotepadTextDashed aliases
|
|
1862
|
+
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1863
|
+
// NotepadText aliases
|
|
1864
|
+
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1863
1865
|
// NutOff aliases
|
|
1864
1866
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1865
1867
|
// Nut aliases
|
|
1866
1868
|
export { default as NutIcon } from '../icons/nut';
|
|
1867
|
-
// NotepadText aliases
|
|
1868
|
-
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1869
1869
|
// OctagonMinus aliases
|
|
1870
1870
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1871
|
-
// Octagon aliases
|
|
1872
|
-
export { default as OctagonIcon } from '../icons/octagon';
|
|
1873
1871
|
// Omega aliases
|
|
1874
1872
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1873
|
+
// Octagon aliases
|
|
1874
|
+
export { default as OctagonIcon } from '../icons/octagon';
|
|
1875
1875
|
// Option aliases
|
|
1876
1876
|
export { default as OptionIcon } from '../icons/option';
|
|
1877
1877
|
// Orbit aliases
|
|
@@ -1894,16 +1894,16 @@ export { default as PackageSearchIcon } from '../icons/package-search';
|
|
|
1894
1894
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1895
1895
|
// Package aliases
|
|
1896
1896
|
export { default as PackageIcon } from '../icons/package';
|
|
1897
|
-
// PaintBucket aliases
|
|
1898
|
-
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1899
1897
|
// PaintRoller aliases
|
|
1900
1898
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1899
|
+
// PaintBucket aliases
|
|
1900
|
+
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1901
1901
|
// Paintbrush aliases
|
|
1902
1902
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1903
|
-
// Palette aliases
|
|
1904
|
-
export { default as PaletteIcon } from '../icons/palette';
|
|
1905
1903
|
// Panda aliases
|
|
1906
1904
|
export { default as PandaIcon } from '../icons/panda';
|
|
1905
|
+
// Palette aliases
|
|
1906
|
+
export { default as PaletteIcon } from '../icons/palette';
|
|
1907
1907
|
// PanelBottomClose aliases
|
|
1908
1908
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1909
1909
|
// PanelBottomOpen aliases
|
|
@@ -1916,14 +1916,14 @@ export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-d
|
|
|
1916
1916
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1917
1917
|
// PanelRightOpen aliases
|
|
1918
1918
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1919
|
-
// PanelTopBottomDashed aliases
|
|
1920
|
-
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1921
1919
|
// PanelRight aliases
|
|
1922
1920
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1923
|
-
// PanelTopOpen aliases
|
|
1924
|
-
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1925
1921
|
// PanelTopClose aliases
|
|
1926
1922
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1923
|
+
// PanelTopBottomDashed aliases
|
|
1924
|
+
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1925
|
+
// PanelTopOpen aliases
|
|
1926
|
+
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1927
1927
|
// PanelTop aliases
|
|
1928
1928
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1929
1929
|
// PanelsLeftBottom aliases
|
|
@@ -1934,10 +1934,10 @@ export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
|
1934
1934
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1935
1935
|
// Parentheses aliases
|
|
1936
1936
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1937
|
-
// PartyPopper aliases
|
|
1938
|
-
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1939
1937
|
// ParkingMeter aliases
|
|
1940
1938
|
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
|
|
@@ -1964,10 +1964,10 @@ export { default as PercentIcon } from '../icons/percent';
|
|
|
1964
1964
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1965
1965
|
// PhilippinePeso aliases
|
|
1966
1966
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1967
|
-
// PhoneForwarded aliases
|
|
1968
|
-
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1969
1967
|
// PhoneCall aliases
|
|
1970
1968
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1969
|
+
// PhoneForwarded aliases
|
|
1970
|
+
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1971
1971
|
// PhoneIncoming aliases
|
|
1972
1972
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1973
1973
|
// PhoneMissed aliases
|
|
@@ -1988,12 +1988,12 @@ export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
|
1988
1988
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1989
1989
|
// PictureInPicture aliases
|
|
1990
1990
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1991
|
+
// PiggyBank aliases
|
|
1992
|
+
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1991
1993
|
// PilcrowLeft aliases
|
|
1992
1994
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1993
1995
|
// PilcrowRight aliases
|
|
1994
1996
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1995
|
-
// PiggyBank aliases
|
|
1996
|
-
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1997
1997
|
// Pilcrow aliases
|
|
1998
1998
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1999
1999
|
// PillBottle aliases
|
|
@@ -2012,20 +2012,20 @@ export { default as PizzaIcon } from '../icons/pizza';
|
|
|
2012
2012
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2013
2013
|
// Plane aliases
|
|
2014
2014
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2015
|
-
// PlaneTakeoff aliases
|
|
2016
|
-
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2017
2015
|
// Play aliases
|
|
2018
2016
|
export { default as PlayIcon } from '../icons/play';
|
|
2017
|
+
// PlaneTakeoff aliases
|
|
2018
|
+
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2019
2019
|
// Plug2 aliases
|
|
2020
2020
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2021
2021
|
// Plug aliases
|
|
2022
2022
|
export { default as PlugIcon } from '../icons/plug';
|
|
2023
|
+
// PocketKnife aliases
|
|
2024
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2023
2025
|
// Plus aliases
|
|
2024
2026
|
export { default as PlusIcon } from '../icons/plus';
|
|
2025
2027
|
// Podcast aliases
|
|
2026
2028
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2027
|
-
// PocketKnife aliases
|
|
2028
|
-
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2029
2029
|
// PointerOff aliases
|
|
2030
2030
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2031
2031
|
// Pointer aliases
|
|
@@ -2036,48 +2036,48 @@ export { default as PopcornIcon } from '../icons/popcorn';
|
|
|
2036
2036
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2037
2037
|
// PoundSterling aliases
|
|
2038
2038
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2039
|
-
// Power aliases
|
|
2040
|
-
export { default as PowerIcon } from '../icons/power';
|
|
2041
2039
|
// PowerOff aliases
|
|
2042
2040
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2041
|
+
// Power aliases
|
|
2042
|
+
export { default as PowerIcon } from '../icons/power';
|
|
2043
2043
|
// Presentation aliases
|
|
2044
2044
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2045
|
-
// PrinterCheck aliases
|
|
2046
|
-
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2047
2045
|
// PrinterX aliases
|
|
2048
2046
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2049
|
-
//
|
|
2050
|
-
export { default as
|
|
2047
|
+
// PrinterCheck aliases
|
|
2048
|
+
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2051
2049
|
// Printer aliases
|
|
2052
2050
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2051
|
+
// Projector aliases
|
|
2052
|
+
export { default as ProjectorIcon } from '../icons/projector';
|
|
2053
2053
|
// Proportions aliases
|
|
2054
2054
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2055
2055
|
// Puzzle aliases
|
|
2056
2056
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2057
|
-
// Pyramid aliases
|
|
2058
|
-
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2059
2057
|
// QrCode aliases
|
|
2060
2058
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2059
|
+
// Pyramid aliases
|
|
2060
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2061
2061
|
// Quote aliases
|
|
2062
2062
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2063
2063
|
// Rabbit aliases
|
|
2064
2064
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2065
2065
|
// Radar aliases
|
|
2066
2066
|
export { default as RadarIcon } from '../icons/radar';
|
|
2067
|
+
// Radiation aliases
|
|
2068
|
+
export { default as RadiationIcon } from '../icons/radiation';
|
|
2067
2069
|
// Radical aliases
|
|
2068
2070
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2069
2071
|
// RadioReceiver aliases
|
|
2070
2072
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2071
|
-
// Radiation aliases
|
|
2072
|
-
export { default as RadiationIcon } from '../icons/radiation';
|
|
2073
|
-
// RadioTower aliases
|
|
2074
|
-
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2075
2073
|
// Radio aliases
|
|
2076
2074
|
export { default as RadioIcon } from '../icons/radio';
|
|
2077
|
-
//
|
|
2078
|
-
export { default as
|
|
2075
|
+
// RadioTower aliases
|
|
2076
|
+
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2079
2077
|
// Radius aliases
|
|
2080
2078
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2079
|
+
// Rainbow aliases
|
|
2080
|
+
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2081
2081
|
// Rat aliases
|
|
2082
2082
|
export { default as RatIcon } from '../icons/rat';
|
|
2083
2083
|
// Ratio aliases
|
|
@@ -2086,24 +2086,24 @@ export { default as RatioIcon } from '../icons/ratio';
|
|
|
2086
2086
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2087
2087
|
// ReceiptEuro aliases
|
|
2088
2088
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2089
|
+
// ReceiptIndianRupee aliases
|
|
2090
|
+
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2089
2091
|
// ReceiptJapaneseYen aliases
|
|
2090
2092
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2091
2093
|
// ReceiptPoundSterling aliases
|
|
2092
2094
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2093
|
-
// ReceiptIndianRupee aliases
|
|
2094
|
-
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2095
|
-
// ReceiptText aliases
|
|
2096
|
-
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2097
|
-
// ReceiptSwissFranc aliases
|
|
2098
|
-
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2099
2095
|
// ReceiptRussianRuble aliases
|
|
2100
2096
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2101
|
-
//
|
|
2102
|
-
export { default as
|
|
2103
|
-
//
|
|
2104
|
-
export { default as
|
|
2097
|
+
// ReceiptSwissFranc aliases
|
|
2098
|
+
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2099
|
+
// ReceiptText aliases
|
|
2100
|
+
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2105
2101
|
// ReceiptTurkishLira aliases
|
|
2106
2102
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2103
|
+
// RectangleCircle aliases
|
|
2104
|
+
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2105
|
+
// Receipt aliases
|
|
2106
|
+
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2107
2107
|
// RectangleGoggles aliases
|
|
2108
2108
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2109
2109
|
// RectangleHorizontal aliases
|
|
@@ -2112,10 +2112,10 @@ export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizonta
|
|
|
2112
2112
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2113
2113
|
// Redo2 aliases
|
|
2114
2114
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2115
|
-
// RedoDot aliases
|
|
2116
|
-
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2117
2115
|
// Recycle aliases
|
|
2118
2116
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2117
|
+
// RedoDot aliases
|
|
2118
|
+
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2119
2119
|
// Redo aliases
|
|
2120
2120
|
export { default as RedoIcon } from '../icons/redo';
|
|
2121
2121
|
// RefreshCcwDot aliases
|
|
@@ -2134,36 +2134,36 @@ export { default as RegexIcon } from '../icons/regex';
|
|
|
2134
2134
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2135
2135
|
// Repeat1 aliases
|
|
2136
2136
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2137
|
-
// Repeat2 aliases
|
|
2138
|
-
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2139
2137
|
// Repeat aliases
|
|
2140
2138
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2139
|
+
// Repeat2 aliases
|
|
2140
|
+
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2141
|
+
// ReplaceAll aliases
|
|
2142
|
+
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2141
2143
|
// Replace aliases
|
|
2142
2144
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2143
|
-
// Reply aliases
|
|
2144
|
-
export { default as ReplyIcon } from '../icons/reply';
|
|
2145
2145
|
// ReplyAll aliases
|
|
2146
2146
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2147
|
-
//
|
|
2148
|
-
export { default as
|
|
2147
|
+
// Reply aliases
|
|
2148
|
+
export { default as ReplyIcon } from '../icons/reply';
|
|
2149
2149
|
// Rewind aliases
|
|
2150
2150
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2151
|
-
// Road aliases
|
|
2152
|
-
export { default as RoadIcon } from '../icons/road';
|
|
2153
|
-
// Rocket aliases
|
|
2154
|
-
export { default as RocketIcon } from '../icons/rocket';
|
|
2155
2151
|
// Ribbon aliases
|
|
2156
2152
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2153
|
+
// Rocket aliases
|
|
2154
|
+
export { default as RocketIcon } from '../icons/rocket';
|
|
2155
|
+
// Road aliases
|
|
2156
|
+
export { default as RoadIcon } from '../icons/road';
|
|
2157
2157
|
// RockingChair aliases
|
|
2158
2158
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2159
|
-
// Rose aliases
|
|
2160
|
-
export { default as RoseIcon } from '../icons/rose';
|
|
2161
|
-
// RotateCcwKey aliases
|
|
2162
|
-
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2163
2159
|
// RollerCoaster aliases
|
|
2164
2160
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2161
|
+
// RotateCcwKey aliases
|
|
2162
|
+
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2165
2163
|
// RotateCcwSquare aliases
|
|
2166
2164
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2165
|
+
// Rose aliases
|
|
2166
|
+
export { default as RoseIcon } from '../icons/rose';
|
|
2167
2167
|
// RotateCcw aliases
|
|
2168
2168
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2169
2169
|
// RotateCwSquare aliases
|
|
@@ -2176,16 +2176,16 @@ export { default as RouteOffIcon } from '../icons/route-off';
|
|
|
2176
2176
|
export { default as RouteIcon } from '../icons/route';
|
|
2177
2177
|
// Router aliases
|
|
2178
2178
|
export { default as RouterIcon } from '../icons/router';
|
|
2179
|
-
// Rows4 aliases
|
|
2180
|
-
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2181
2179
|
// Rss aliases
|
|
2182
2180
|
export { default as RssIcon } from '../icons/rss';
|
|
2181
|
+
// Rows4 aliases
|
|
2182
|
+
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2183
2183
|
// RulerDimensionLine aliases
|
|
2184
2184
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2185
|
-
// Ruler aliases
|
|
2186
|
-
export { default as RulerIcon } from '../icons/ruler';
|
|
2187
2185
|
// RussianRuble aliases
|
|
2188
2186
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2187
|
+
// Ruler aliases
|
|
2188
|
+
export { default as RulerIcon } from '../icons/ruler';
|
|
2189
2189
|
// Sailboat aliases
|
|
2190
2190
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2191
2191
|
// Salad aliases
|
|
@@ -2198,18 +2198,18 @@ export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
|
2198
2198
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2199
2199
|
// SaudiRiyal aliases
|
|
2200
2200
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2201
|
-
// SaveAll aliases
|
|
2202
|
-
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2203
2201
|
// SaveOff aliases
|
|
2204
2202
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2203
|
+
// SaveAll aliases
|
|
2204
|
+
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2205
2205
|
// Save aliases
|
|
2206
2206
|
export { default as SaveIcon } from '../icons/save';
|
|
2207
2207
|
// Scale aliases
|
|
2208
2208
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2209
|
-
// ScanBarcode aliases
|
|
2210
|
-
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2211
2209
|
// Scaling aliases
|
|
2212
2210
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2211
|
+
// ScanBarcode aliases
|
|
2212
|
+
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2213
2213
|
// ScanEye aliases
|
|
2214
2214
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2215
2215
|
// ScanFace aliases
|
|
@@ -2234,74 +2234,78 @@ export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed
|
|
|
2234
2234
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2235
2235
|
// Scooter aliases
|
|
2236
2236
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2237
|
-
// ScreenShareOff aliases
|
|
2238
|
-
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2239
2237
|
// ScreenShare aliases
|
|
2240
2238
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2239
|
+
// ScreenShareOff aliases
|
|
2240
|
+
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2241
2241
|
// ScrollText aliases
|
|
2242
2242
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2243
2243
|
// Scroll aliases
|
|
2244
2244
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2245
|
-
// SearchCheck aliases
|
|
2246
|
-
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2247
2245
|
// SearchAlert aliases
|
|
2248
2246
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2247
|
+
// SearchCheck aliases
|
|
2248
|
+
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2249
2249
|
// SearchCode aliases
|
|
2250
2250
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2251
|
-
// SearchX aliases
|
|
2252
|
-
export { default as SearchXIcon } from '../icons/search-x';
|
|
2253
2251
|
// SearchSlash aliases
|
|
2254
2252
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2253
|
+
// SearchX aliases
|
|
2254
|
+
export { default as SearchXIcon } from '../icons/search-x';
|
|
2255
2255
|
// Search aliases
|
|
2256
2256
|
export { default as SearchIcon } from '../icons/search';
|
|
2257
2257
|
// Section aliases
|
|
2258
2258
|
export { default as SectionIcon } from '../icons/section';
|
|
2259
|
-
// SendToBack aliases
|
|
2260
|
-
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2261
2259
|
// Send aliases
|
|
2262
2260
|
export { default as SendIcon } from '../icons/send';
|
|
2261
|
+
// SendToBack aliases
|
|
2262
|
+
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2263
2263
|
// SeparatorHorizontal aliases
|
|
2264
2264
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2265
2265
|
// SeparatorVertical aliases
|
|
2266
2266
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2267
|
+
// ServerCog aliases
|
|
2268
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2267
2269
|
// ServerCrash aliases
|
|
2268
2270
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2269
2271
|
// ServerOff aliases
|
|
2270
2272
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2271
|
-
// ServerCog aliases
|
|
2272
|
-
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2273
|
-
// Settings aliases
|
|
2274
|
-
export { default as SettingsIcon } from '../icons/settings';
|
|
2275
2273
|
// Server aliases
|
|
2276
2274
|
export { default as ServerIcon } from '../icons/server';
|
|
2277
|
-
// Shapes aliases
|
|
2278
|
-
export { default as ShapesIcon } from '../icons/shapes';
|
|
2279
2275
|
// Settings2 aliases
|
|
2280
2276
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2281
|
-
//
|
|
2282
|
-
export { default as
|
|
2277
|
+
// Settings aliases
|
|
2278
|
+
export { default as SettingsIcon } from '../icons/settings';
|
|
2279
|
+
// Shapes aliases
|
|
2280
|
+
export { default as ShapesIcon } from '../icons/shapes';
|
|
2283
2281
|
// Share2 aliases
|
|
2284
2282
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2285
2283
|
// Sheet aliases
|
|
2286
2284
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2287
|
-
//
|
|
2288
|
-
export { default as
|
|
2285
|
+
// Share aliases
|
|
2286
|
+
export { default as ShareIcon } from '../icons/share';
|
|
2289
2287
|
// Shell aliases
|
|
2290
2288
|
export { default as ShellIcon } from '../icons/shell';
|
|
2289
|
+
// ShelvingUnit aliases
|
|
2290
|
+
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2291
2291
|
// ShieldAlert aliases
|
|
2292
2292
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2293
2293
|
// ShieldBan aliases
|
|
2294
2294
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2295
|
+
// ShieldCogCorner aliases
|
|
2296
|
+
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2295
2297
|
// ShieldCheck aliases
|
|
2296
2298
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2297
|
-
//
|
|
2298
|
-
export { default as
|
|
2299
|
+
// ShieldCog aliases
|
|
2300
|
+
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2299
2301
|
// ShieldEllipsis aliases
|
|
2300
2302
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2301
|
-
//
|
|
2302
|
-
export { default as
|
|
2303
|
+
// ShieldHalf aliases
|
|
2304
|
+
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2303
2305
|
// ShieldOff aliases
|
|
2304
2306
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2307
|
+
// ShieldMinus aliases
|
|
2308
|
+
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2305
2309
|
// ShieldPlus aliases
|
|
2306
2310
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2307
2311
|
// ShieldUser aliases
|
|
@@ -2310,24 +2314,24 @@ export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
|
2310
2314
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2311
2315
|
// ShipWheel aliases
|
|
2312
2316
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2313
|
-
// Ship aliases
|
|
2314
|
-
export { default as ShipIcon } from '../icons/ship';
|
|
2315
|
-
// ShoppingBag aliases
|
|
2316
|
-
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2317
2317
|
// Shirt aliases
|
|
2318
2318
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2319
|
+
// Ship aliases
|
|
2320
|
+
export { default as ShipIcon } from '../icons/ship';
|
|
2319
2321
|
// ShoppingBasket aliases
|
|
2320
2322
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2321
|
-
//
|
|
2322
|
-
export { default as
|
|
2323
|
+
// ShoppingBag aliases
|
|
2324
|
+
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2323
2325
|
// Shovel aliases
|
|
2324
2326
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2327
|
+
// ShoppingCart aliases
|
|
2328
|
+
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2325
2329
|
// ShowerHead aliases
|
|
2326
2330
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2327
|
-
// Shredder aliases
|
|
2328
|
-
export { default as ShredderIcon } from '../icons/shredder';
|
|
2329
2331
|
// Shrimp aliases
|
|
2330
2332
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2333
|
+
// Shredder aliases
|
|
2334
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2331
2335
|
// Shrink aliases
|
|
2332
2336
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2333
2337
|
// Shrub aliases
|
|
@@ -2342,10 +2346,10 @@ export { default as SignalHighIcon } from '../icons/signal-high';
|
|
|
2342
2346
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2343
2347
|
// SignalMedium aliases
|
|
2344
2348
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2345
|
-
// SignalZero aliases
|
|
2346
|
-
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2347
2349
|
// Signal aliases
|
|
2348
2350
|
export { default as SignalIcon } from '../icons/signal';
|
|
2351
|
+
// SignalZero aliases
|
|
2352
|
+
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2349
2353
|
// Signature aliases
|
|
2350
2354
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2351
2355
|
// SignpostBig aliases
|
|
@@ -2362,20 +2366,20 @@ export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
|
2362
2366
|
export { default as SkullIcon } from '../icons/skull';
|
|
2363
2367
|
// Slash aliases
|
|
2364
2368
|
export { default as SlashIcon } from '../icons/slash';
|
|
2365
|
-
// SlidersHorizontal aliases
|
|
2366
|
-
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2367
2369
|
// Slice aliases
|
|
2368
2370
|
export { default as SliceIcon } from '../icons/slice';
|
|
2371
|
+
// SlidersHorizontal aliases
|
|
2372
|
+
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2369
2373
|
// SmartphoneCharging aliases
|
|
2370
2374
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2371
2375
|
// SmartphoneNfc aliases
|
|
2372
2376
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2373
2377
|
// Smartphone aliases
|
|
2374
2378
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2375
|
-
// SmilePlus aliases
|
|
2376
|
-
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2377
2379
|
// Smile aliases
|
|
2378
2380
|
export { default as SmileIcon } from '../icons/smile';
|
|
2381
|
+
// SmilePlus aliases
|
|
2382
|
+
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2379
2383
|
// Snail aliases
|
|
2380
2384
|
export { default as SnailIcon } from '../icons/snail';
|
|
2381
2385
|
// Snowflake aliases
|
|
@@ -2392,12 +2396,12 @@ export { default as SoupIcon } from '../icons/soup';
|
|
|
2392
2396
|
export { default as SpaceIcon } from '../icons/space';
|
|
2393
2397
|
// Spade aliases
|
|
2394
2398
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2399
|
+
// Speaker aliases
|
|
2400
|
+
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2395
2401
|
// Sparkle aliases
|
|
2396
2402
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2397
2403
|
// Speech aliases
|
|
2398
2404
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2399
|
-
// Speaker aliases
|
|
2400
|
-
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2401
2405
|
// SpellCheck2 aliases
|
|
2402
2406
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2403
2407
|
// SpellCheck aliases
|
|
@@ -2408,14 +2412,14 @@ export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
|
2408
2412
|
export { default as SplineIcon } from '../icons/spline';
|
|
2409
2413
|
// Split aliases
|
|
2410
2414
|
export { default as SplitIcon } from '../icons/split';
|
|
2411
|
-
// Sprout aliases
|
|
2412
|
-
export { default as SproutIcon } from '../icons/sprout';
|
|
2413
|
-
// Spotlight aliases
|
|
2414
|
-
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2415
2415
|
// Spool aliases
|
|
2416
2416
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2417
|
+
// Spotlight aliases
|
|
2418
|
+
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2417
2419
|
// SprayCan aliases
|
|
2418
2420
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2421
|
+
// Sprout aliases
|
|
2422
|
+
export { default as SproutIcon } from '../icons/sprout';
|
|
2419
2423
|
// SquareArrowRightEnter aliases
|
|
2420
2424
|
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2421
2425
|
// SquareArrowRightExit aliases
|
|
@@ -2424,38 +2428,38 @@ export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right
|
|
|
2424
2428
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2425
2429
|
// SquareDashedBottom aliases
|
|
2426
2430
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2427
|
-
// SquareRadical aliases
|
|
2428
|
-
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2429
|
-
// SquarePause aliases
|
|
2430
|
-
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2431
2431
|
// SquareDashedTopSolid aliases
|
|
2432
2432
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2433
|
+
// SquarePause aliases
|
|
2434
|
+
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2435
|
+
// SquareRadical aliases
|
|
2436
|
+
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2433
2437
|
// SquareRoundCorner aliases
|
|
2434
2438
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2435
2439
|
// SquareSquare aliases
|
|
2436
2440
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2437
2441
|
// SquareStar aliases
|
|
2438
2442
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2439
|
-
// SquareStack aliases
|
|
2440
|
-
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2441
2443
|
// SquareStop aliases
|
|
2442
2444
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2445
|
+
// SquareStack aliases
|
|
2446
|
+
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2443
2447
|
// Square aliases
|
|
2444
2448
|
export { default as SquareIcon } from '../icons/square';
|
|
2445
|
-
// SquaresSubtract aliases
|
|
2446
|
-
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2447
|
-
// SquaresExclude aliases
|
|
2448
|
-
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2449
2449
|
// SquaresIntersect aliases
|
|
2450
2450
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2451
|
+
// SquaresExclude aliases
|
|
2452
|
+
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2453
|
+
// SquaresSubtract aliases
|
|
2454
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2451
2455
|
// SquaresUnite aliases
|
|
2452
2456
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2453
|
-
// Squircle aliases
|
|
2454
|
-
export { default as SquircleIcon } from '../icons/squircle';
|
|
2455
2457
|
// SquircleDashed aliases
|
|
2456
2458
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2457
2459
|
// Squirrel aliases
|
|
2458
2460
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2461
|
+
// Squircle aliases
|
|
2462
|
+
export { default as SquircleIcon } from '../icons/squircle';
|
|
2459
2463
|
// Stamp aliases
|
|
2460
2464
|
export { default as StampIcon } from '../icons/stamp';
|
|
2461
2465
|
// StarHalf aliases
|
|
@@ -2468,22 +2472,22 @@ export { default as StarIcon } from '../icons/star';
|
|
|
2468
2472
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2469
2473
|
// StepForward aliases
|
|
2470
2474
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2471
|
-
// Sticker aliases
|
|
2472
|
-
export { default as StickerIcon } from '../icons/sticker';
|
|
2473
|
-
// Stone aliases
|
|
2474
|
-
export { default as StoneIcon } from '../icons/stone';
|
|
2475
2475
|
// Stethoscope aliases
|
|
2476
2476
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2477
2477
|
// StickyNote aliases
|
|
2478
2478
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2479
|
+
// Sticker aliases
|
|
2480
|
+
export { default as StickerIcon } from '../icons/sticker';
|
|
2481
|
+
// Stone aliases
|
|
2482
|
+
export { default as StoneIcon } from '../icons/stone';
|
|
2479
2483
|
// Store aliases
|
|
2480
2484
|
export { default as StoreIcon } from '../icons/store';
|
|
2481
2485
|
// StretchHorizontal aliases
|
|
2482
2486
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2483
|
-
// StretchVertical aliases
|
|
2484
|
-
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2485
2487
|
// Strikethrough aliases
|
|
2486
2488
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2489
|
+
// StretchVertical aliases
|
|
2490
|
+
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2487
2491
|
// Subscript aliases
|
|
2488
2492
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2489
2493
|
// SunDim aliases
|
|
@@ -2498,28 +2502,28 @@ export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
|
2498
2502
|
export { default as SunIcon } from '../icons/sun';
|
|
2499
2503
|
// Sunrise aliases
|
|
2500
2504
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2501
|
-
// Sunset aliases
|
|
2502
|
-
export { default as SunsetIcon } from '../icons/sunset';
|
|
2503
2505
|
// Superscript aliases
|
|
2504
2506
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2507
|
+
// Sunset aliases
|
|
2508
|
+
export { default as SunsetIcon } from '../icons/sunset';
|
|
2505
2509
|
// SwatchBook aliases
|
|
2506
2510
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2507
|
-
// Sword aliases
|
|
2508
|
-
export { default as SwordIcon } from '../icons/sword';
|
|
2509
2511
|
// SwissFranc aliases
|
|
2510
2512
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2511
2513
|
// SwitchCamera aliases
|
|
2512
2514
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2513
|
-
//
|
|
2514
|
-
export { default as
|
|
2515
|
+
// Sword aliases
|
|
2516
|
+
export { default as SwordIcon } from '../icons/sword';
|
|
2515
2517
|
// Swords aliases
|
|
2516
2518
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2519
|
+
// Syringe aliases
|
|
2520
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2517
2521
|
// Table2 aliases
|
|
2518
2522
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2519
|
-
// TableColumnsSplit aliases
|
|
2520
|
-
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2521
2523
|
// TableCellsMerge aliases
|
|
2522
2524
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2525
|
+
// TableColumnsSplit aliases
|
|
2526
|
+
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2523
2527
|
// TableCellsSplit aliases
|
|
2524
2528
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2525
2529
|
// TableOfContents aliases
|
|
@@ -2532,10 +2536,10 @@ export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
|
2532
2536
|
export { default as TableIcon } from '../icons/table';
|
|
2533
2537
|
// TabletSmartphone aliases
|
|
2534
2538
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2535
|
-
// Tablets aliases
|
|
2536
|
-
export { default as TabletsIcon } from '../icons/tablets';
|
|
2537
2539
|
// Tablet aliases
|
|
2538
2540
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2541
|
+
// Tablets aliases
|
|
2542
|
+
export { default as TabletsIcon } from '../icons/tablets';
|
|
2539
2543
|
// Tag aliases
|
|
2540
2544
|
export { default as TagIcon } from '../icons/tag';
|
|
2541
2545
|
// Tags aliases
|
|
@@ -2556,60 +2560,60 @@ export { default as TangentIcon } from '../icons/tangent';
|
|
|
2556
2560
|
export { default as TargetIcon } from '../icons/target';
|
|
2557
2561
|
// Telescope aliases
|
|
2558
2562
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2563
|
+
// Tent aliases
|
|
2564
|
+
export { default as TentIcon } from '../icons/tent';
|
|
2559
2565
|
// TentTree aliases
|
|
2560
2566
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2561
2567
|
// Terminal aliases
|
|
2562
2568
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2563
|
-
// Tent aliases
|
|
2564
|
-
export { default as TentIcon } from '../icons/tent';
|
|
2565
2569
|
// TestTube aliases
|
|
2566
2570
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2567
|
-
// TestTubes aliases
|
|
2568
|
-
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2569
2571
|
// TextCursorInput aliases
|
|
2570
2572
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2571
2573
|
// TextCursor aliases
|
|
2572
2574
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2575
|
+
// TestTubes aliases
|
|
2576
|
+
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2573
2577
|
// TextQuote aliases
|
|
2574
2578
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2575
2579
|
// TextSearch aliases
|
|
2576
2580
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2577
2581
|
// Theater aliases
|
|
2578
2582
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2583
|
+
// ThermometerSun aliases
|
|
2584
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2579
2585
|
// ThermometerSnowflake aliases
|
|
2580
2586
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2581
2587
|
// Thermometer aliases
|
|
2582
2588
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2583
|
-
// ThermometerSun aliases
|
|
2584
|
-
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2585
2589
|
// ThumbsDown aliases
|
|
2586
2590
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2587
2591
|
// ThumbsUp aliases
|
|
2588
2592
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2589
|
-
// TicketMinus aliases
|
|
2590
|
-
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2591
2593
|
// TicketCheck aliases
|
|
2592
2594
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2595
|
+
// TicketMinus aliases
|
|
2596
|
+
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2593
2597
|
// TicketPercent aliases
|
|
2594
2598
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2595
2599
|
// TicketPlus aliases
|
|
2596
2600
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2597
2601
|
// TicketSlash aliases
|
|
2598
2602
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2599
|
-
// Ticket aliases
|
|
2600
|
-
export { default as TicketIcon } from '../icons/ticket';
|
|
2601
2603
|
// TicketX aliases
|
|
2602
2604
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2605
|
+
// Ticket aliases
|
|
2606
|
+
export { default as TicketIcon } from '../icons/ticket';
|
|
2603
2607
|
// TicketsPlane aliases
|
|
2604
2608
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2605
2609
|
// Tickets aliases
|
|
2606
2610
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2607
2611
|
// TimerOff aliases
|
|
2608
2612
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2609
|
-
// Timer aliases
|
|
2610
|
-
export { default as TimerIcon } from '../icons/timer';
|
|
2611
2613
|
// TimerReset aliases
|
|
2612
2614
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2615
|
+
// Timer aliases
|
|
2616
|
+
export { default as TimerIcon } from '../icons/timer';
|
|
2613
2617
|
// ToggleLeft aliases
|
|
2614
2618
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2615
2619
|
// ToggleRight aliases
|
|
@@ -2628,22 +2632,22 @@ export { default as TorusIcon } from '../icons/torus';
|
|
|
2628
2632
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2629
2633
|
// Touchpad aliases
|
|
2630
2634
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2631
|
-
// TowelRack aliases
|
|
2632
|
-
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2633
2635
|
// TowerControl aliases
|
|
2634
2636
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2637
|
+
// TowelRack aliases
|
|
2638
|
+
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2639
|
+
// Tractor aliases
|
|
2640
|
+
export { default as TractorIcon } from '../icons/tractor';
|
|
2635
2641
|
// ToyBrick aliases
|
|
2636
2642
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2637
2643
|
// TrafficCone aliases
|
|
2638
2644
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2639
|
-
// Tractor aliases
|
|
2640
|
-
export { default as TractorIcon } from '../icons/tractor';
|
|
2641
2645
|
// TrainFrontTunnel aliases
|
|
2642
2646
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2643
|
-
// TrainFront aliases
|
|
2644
|
-
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2645
2647
|
// TrainTrack aliases
|
|
2646
2648
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2649
|
+
// TrainFront aliases
|
|
2650
|
+
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2647
2651
|
// Transgender aliases
|
|
2648
2652
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2649
2653
|
// Trash2 aliases
|
|
@@ -2652,54 +2656,54 @@ export { default as Trash2Icon } from '../icons/trash-2';
|
|
|
2652
2656
|
export { default as TrashIcon } from '../icons/trash';
|
|
2653
2657
|
// TreeDeciduous aliases
|
|
2654
2658
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2659
|
+
// TreePine aliases
|
|
2660
|
+
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2655
2661
|
// Trees aliases
|
|
2656
2662
|
export { default as TreesIcon } from '../icons/trees';
|
|
2657
2663
|
// TrendingDown aliases
|
|
2658
2664
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2659
|
-
// TreePine aliases
|
|
2660
|
-
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2661
2665
|
// TrendingUpDown aliases
|
|
2662
2666
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2663
2667
|
// TrendingUp aliases
|
|
2664
2668
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2665
2669
|
// TriangleDashed aliases
|
|
2666
2670
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2667
|
-
// TriangleRight aliases
|
|
2668
|
-
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2669
2671
|
// Trophy aliases
|
|
2670
2672
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2671
2673
|
// TruckElectric aliases
|
|
2672
2674
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2675
|
+
// TriangleRight aliases
|
|
2676
|
+
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2673
2677
|
// Triangle aliases
|
|
2674
2678
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2675
2679
|
// Truck aliases
|
|
2676
2680
|
export { default as TruckIcon } from '../icons/truck';
|
|
2677
2681
|
// TurkishLira aliases
|
|
2678
2682
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2679
|
-
// Turtle aliases
|
|
2680
|
-
export { default as TurtleIcon } from '../icons/turtle';
|
|
2681
|
-
// TvMinimalPlay aliases
|
|
2682
|
-
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2683
2683
|
// Turntable aliases
|
|
2684
2684
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2685
|
-
//
|
|
2686
|
-
export { default as
|
|
2685
|
+
// TvMinimalPlay aliases
|
|
2686
|
+
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2687
|
+
// Turtle aliases
|
|
2688
|
+
export { default as TurtleIcon } from '../icons/turtle';
|
|
2687
2689
|
// Tv aliases
|
|
2688
2690
|
export { default as TvIcon } from '../icons/tv';
|
|
2691
|
+
// TypeOutline aliases
|
|
2692
|
+
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2689
2693
|
// Type aliases
|
|
2690
2694
|
export { default as TypeIcon } from '../icons/type';
|
|
2691
|
-
// Umbrella aliases
|
|
2692
|
-
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2693
2695
|
// UmbrellaOff aliases
|
|
2694
2696
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2697
|
+
// Umbrella aliases
|
|
2698
|
+
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2699
|
+
// Undo2 aliases
|
|
2700
|
+
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2695
2701
|
// Underline aliases
|
|
2696
2702
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2697
2703
|
// UndoDot aliases
|
|
2698
2704
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2699
2705
|
// Undo aliases
|
|
2700
2706
|
export { default as UndoIcon } from '../icons/undo';
|
|
2701
|
-
// Undo2 aliases
|
|
2702
|
-
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2703
2707
|
// UnfoldHorizontal aliases
|
|
2704
2708
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2705
2709
|
// UnfoldVertical aliases
|
|
@@ -2710,54 +2714,54 @@ export { default as UngroupIcon } from '../icons/ungroup';
|
|
|
2710
2714
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2711
2715
|
// Unlink aliases
|
|
2712
2716
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2713
|
-
// Upload aliases
|
|
2714
|
-
export { default as UploadIcon } from '../icons/upload';
|
|
2715
2717
|
// Unplug aliases
|
|
2716
2718
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2719
|
+
// Upload aliases
|
|
2720
|
+
export { default as UploadIcon } from '../icons/upload';
|
|
2717
2721
|
// Usb aliases
|
|
2718
2722
|
export { default as UsbIcon } from '../icons/usb';
|
|
2719
2723
|
// UserCheck aliases
|
|
2720
2724
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2721
2725
|
// UserCog aliases
|
|
2722
2726
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2727
|
+
// UserLock aliases
|
|
2728
|
+
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2723
2729
|
// UserKey aliases
|
|
2724
2730
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2725
2731
|
// UserMinus aliases
|
|
2726
2732
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2727
|
-
// UserLock aliases
|
|
2728
|
-
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2729
2733
|
// UserPen aliases
|
|
2730
2734
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2731
|
-
// UserRoundKey aliases
|
|
2732
|
-
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2733
2735
|
// UserPlus aliases
|
|
2734
2736
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2735
|
-
//
|
|
2736
|
-
export { default as
|
|
2737
|
+
// UserRoundKey aliases
|
|
2738
|
+
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2737
2739
|
// UserRoundSearch aliases
|
|
2738
2740
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2741
|
+
// UserRoundPen aliases
|
|
2742
|
+
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2739
2743
|
// UserSearch aliases
|
|
2740
2744
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2741
2745
|
// UserStar aliases
|
|
2742
2746
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2743
2747
|
// UserX aliases
|
|
2744
2748
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2745
|
-
// Users aliases
|
|
2746
|
-
export { default as UsersIcon } from '../icons/users';
|
|
2747
|
-
// UtilityPole aliases
|
|
2748
|
-
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2749
2749
|
// User aliases
|
|
2750
2750
|
export { default as UserIcon } from '../icons/user';
|
|
2751
|
-
//
|
|
2752
|
-
export { default as
|
|
2751
|
+
// Users aliases
|
|
2752
|
+
export { default as UsersIcon } from '../icons/users';
|
|
2753
2753
|
// Variable aliases
|
|
2754
2754
|
export { default as VariableIcon } from '../icons/variable';
|
|
2755
|
+
// Van aliases
|
|
2756
|
+
export { default as VanIcon } from '../icons/van';
|
|
2757
|
+
// UtilityPole aliases
|
|
2758
|
+
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2755
2759
|
// Vault aliases
|
|
2756
2760
|
export { default as VaultIcon } from '../icons/vault';
|
|
2757
|
-
// Vegan aliases
|
|
2758
|
-
export { default as VeganIcon } from '../icons/vegan';
|
|
2759
2761
|
// VectorSquare aliases
|
|
2760
2762
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2763
|
+
// Vegan aliases
|
|
2764
|
+
export { default as VeganIcon } from '../icons/vegan';
|
|
2761
2765
|
// VenetianMask aliases
|
|
2762
2766
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2763
2767
|
// VenusAndMars aliases
|
|
@@ -2766,10 +2770,10 @@ export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
|
2766
2770
|
export { default as VenusIcon } from '../icons/venus';
|
|
2767
2771
|
// VibrateOff aliases
|
|
2768
2772
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2769
|
-
// VideoOff aliases
|
|
2770
|
-
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2771
2773
|
// Vibrate aliases
|
|
2772
2774
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2775
|
+
// VideoOff aliases
|
|
2776
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2773
2777
|
// Video aliases
|
|
2774
2778
|
export { default as VideoIcon } from '../icons/video';
|
|
2775
2779
|
// Videotape aliases
|
|
@@ -2778,20 +2782,20 @@ export { default as VideotapeIcon } from '../icons/videotape';
|
|
|
2778
2782
|
export { default as ViewIcon } from '../icons/view';
|
|
2779
2783
|
// Voicemail aliases
|
|
2780
2784
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2781
|
-
// Volume1 aliases
|
|
2782
|
-
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2783
2785
|
// Volleyball aliases
|
|
2784
2786
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2785
2787
|
// Volume2 aliases
|
|
2786
2788
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2789
|
+
// Volume1 aliases
|
|
2790
|
+
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2787
2791
|
// VolumeOff aliases
|
|
2788
2792
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2789
2793
|
// VolumeX aliases
|
|
2790
2794
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2791
|
-
// Volume aliases
|
|
2792
|
-
export { default as VolumeIcon } from '../icons/volume';
|
|
2793
2795
|
// Vote aliases
|
|
2794
2796
|
export { default as VoteIcon } from '../icons/vote';
|
|
2797
|
+
// Volume aliases
|
|
2798
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2795
2799
|
// WalletCards aliases
|
|
2796
2800
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2797
2801
|
// Wallet aliases
|
|
@@ -2814,40 +2818,40 @@ export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
|
2814
2818
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2815
2819
|
// Waves aliases
|
|
2816
2820
|
export { default as WavesIcon } from '../icons/waves';
|
|
2817
|
-
// Waypoints aliases
|
|
2818
|
-
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2819
2821
|
// Webcam aliases
|
|
2820
2822
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2823
|
+
// Waypoints aliases
|
|
2824
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2821
2825
|
// WebhookOff aliases
|
|
2822
2826
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2823
2827
|
// Webhook aliases
|
|
2824
2828
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2825
2829
|
// WeightTilde aliases
|
|
2826
2830
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2827
|
-
// Weight aliases
|
|
2828
|
-
export { default as WeightIcon } from '../icons/weight';
|
|
2829
2831
|
// WheatOff aliases
|
|
2830
2832
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2833
|
+
// Weight aliases
|
|
2834
|
+
export { default as WeightIcon } from '../icons/weight';
|
|
2831
2835
|
// Wheat aliases
|
|
2832
2836
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2833
2837
|
// WholeWord aliases
|
|
2834
2838
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2835
2839
|
// WifiCog aliases
|
|
2836
2840
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2837
|
-
// WifiHigh aliases
|
|
2838
|
-
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2839
2841
|
// WifiLow aliases
|
|
2840
2842
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2843
|
+
// WifiHigh aliases
|
|
2844
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2841
2845
|
// WifiOff aliases
|
|
2842
2846
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2843
2847
|
// WifiPen aliases
|
|
2844
2848
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2845
2849
|
// WifiSync aliases
|
|
2846
2850
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2847
|
-
// WifiZero aliases
|
|
2848
|
-
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2849
2851
|
// Wifi aliases
|
|
2850
2852
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2853
|
+
// WifiZero aliases
|
|
2854
|
+
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2851
2855
|
// WindArrowDown aliases
|
|
2852
2856
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2853
2857
|
// Wind aliases
|
|
@@ -2866,26 +2870,26 @@ export { default as WrenchIcon } from '../icons/wrench';
|
|
|
2866
2870
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
2867
2871
|
// X aliases
|
|
2868
2872
|
export { default as XIcon } from '../icons/x';
|
|
2869
|
-
// Zap aliases
|
|
2870
|
-
export { default as ZapIcon } from '../icons/zap';
|
|
2871
2873
|
// ZapOff aliases
|
|
2872
2874
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2875
|
+
// Zap aliases
|
|
2876
|
+
export { default as ZapIcon } from '../icons/zap';
|
|
2873
2877
|
// ZodiacAquarius aliases
|
|
2874
2878
|
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
2875
2879
|
// ZodiacAries aliases
|
|
2876
2880
|
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
2877
2881
|
// ZodiacCancer aliases
|
|
2878
2882
|
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
2879
|
-
// ZodiacCapricorn aliases
|
|
2880
|
-
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
2881
|
-
// ZodiacLeo aliases
|
|
2882
|
-
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
2883
2883
|
// ZodiacGemini aliases
|
|
2884
2884
|
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
2885
|
-
//
|
|
2886
|
-
export { default as
|
|
2885
|
+
// ZodiacLeo aliases
|
|
2886
|
+
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
2887
|
+
// ZodiacCapricorn aliases
|
|
2888
|
+
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
2887
2889
|
// ZodiacOphiuchus aliases
|
|
2888
2890
|
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
2891
|
+
// ZodiacLibra aliases
|
|
2892
|
+
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
2889
2893
|
// ZodiacPisces aliases
|
|
2890
2894
|
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
2891
2895
|
// ZodiacSagittarius aliases
|
|
@@ -2896,10 +2900,10 @@ export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
|
2896
2900
|
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
2897
2901
|
// ZodiacVirgo aliases
|
|
2898
2902
|
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
2899
|
-
// ZoomIn aliases
|
|
2900
|
-
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2901
2903
|
// ZoomOut aliases
|
|
2902
2904
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2905
|
+
// ZoomIn aliases
|
|
2906
|
+
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2903
2907
|
// ArrowDown01 aliases
|
|
2904
2908
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2905
2909
|
// ArrowDown10 aliases
|
|
@@ -2962,18 +2966,18 @@ export {
|
|
|
2962
2966
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
2963
2967
|
default as ArrowUpZaIcon
|
|
2964
2968
|
} from '../icons/arrow-up-z-a';
|
|
2965
|
-
// BadgeCheck aliases
|
|
2966
|
-
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2967
|
-
export {
|
|
2968
|
-
/** @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 */
|
|
2969
|
-
default as VerifiedIcon
|
|
2970
|
-
} from '../icons/badge-check';
|
|
2971
2969
|
// Axis3d aliases
|
|
2972
2970
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2973
2971
|
export {
|
|
2974
2972
|
/** @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 */
|
|
2975
2973
|
default as Axis3DIcon
|
|
2976
2974
|
} from '../icons/axis-3d';
|
|
2975
|
+
// BadgeCheck aliases
|
|
2976
|
+
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2977
|
+
export {
|
|
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 */
|
|
2979
|
+
default as VerifiedIcon
|
|
2980
|
+
} from '../icons/badge-check';
|
|
2977
2981
|
// BadgeQuestionMark aliases
|
|
2978
2982
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2979
2983
|
export {
|
|
@@ -2992,48 +2996,54 @@ export {
|
|
|
2992
2996
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2993
2997
|
default as BetweenHorizonalStartIcon
|
|
2994
2998
|
} from '../icons/between-horizontal-start';
|
|
2995
|
-
// Braces aliases
|
|
2996
|
-
export { default as BracesIcon } from '../icons/braces';
|
|
2997
|
-
export {
|
|
2998
|
-
/** @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 */
|
|
2999
|
-
default as CurlyBracesIcon
|
|
3000
|
-
} from '../icons/braces';
|
|
3001
2999
|
// BookDashed aliases
|
|
3002
3000
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3003
3001
|
export {
|
|
3004
3002
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
3005
3003
|
default as BookTemplateIcon
|
|
3006
3004
|
} from '../icons/book-dashed';
|
|
3007
|
-
//
|
|
3008
|
-
export { default as
|
|
3005
|
+
// Braces aliases
|
|
3006
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
3009
3007
|
export {
|
|
3010
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3011
|
-
default as
|
|
3012
|
-
} from '../icons/
|
|
3008
|
+
/** @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 */
|
|
3009
|
+
default as CurlyBracesIcon
|
|
3010
|
+
} from '../icons/braces';
|
|
3013
3011
|
// ChartArea aliases
|
|
3014
3012
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3015
3013
|
export {
|
|
3016
3014
|
/** @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 */
|
|
3017
3015
|
default as AreaChartIcon
|
|
3018
3016
|
} from '../icons/chart-area';
|
|
3019
|
-
//
|
|
3020
|
-
export { default as
|
|
3017
|
+
// Captions aliases
|
|
3018
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
3021
3019
|
export {
|
|
3022
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3023
|
-
default as
|
|
3024
|
-
} from '../icons/
|
|
3020
|
+
/** @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 */
|
|
3021
|
+
default as SubtitlesIcon
|
|
3022
|
+
} from '../icons/captions';
|
|
3025
3023
|
// ChartBarBig aliases
|
|
3026
3024
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3027
3025
|
export {
|
|
3028
3026
|
/** @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 */
|
|
3029
3027
|
default as BarChartHorizontalBigIcon
|
|
3030
3028
|
} from '../icons/chart-bar-big';
|
|
3029
|
+
// ChartBar aliases
|
|
3030
|
+
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3031
|
+
export {
|
|
3032
|
+
/** @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 */
|
|
3033
|
+
default as BarChartHorizontalIcon
|
|
3034
|
+
} from '../icons/chart-bar';
|
|
3031
3035
|
// ChartCandlestick aliases
|
|
3032
3036
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3033
3037
|
export {
|
|
3034
3038
|
/** @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 */
|
|
3035
3039
|
default as CandlestickChartIcon
|
|
3036
3040
|
} from '../icons/chart-candlestick';
|
|
3041
|
+
// ChartColumnIncreasing aliases
|
|
3042
|
+
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3043
|
+
export {
|
|
3044
|
+
/** @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 */
|
|
3045
|
+
default as BarChart4Icon
|
|
3046
|
+
} from '../icons/chart-column-increasing';
|
|
3037
3047
|
// ChartColumnBig aliases
|
|
3038
3048
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3039
3049
|
export {
|
|
@@ -3052,24 +3062,18 @@ export {
|
|
|
3052
3062
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
3053
3063
|
default as LineChartIcon
|
|
3054
3064
|
} from '../icons/chart-line';
|
|
3055
|
-
//
|
|
3056
|
-
export { default as
|
|
3065
|
+
// ChartNoAxesColumn aliases
|
|
3066
|
+
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3057
3067
|
export {
|
|
3058
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3059
|
-
default as
|
|
3060
|
-
} from '../icons/chart-column
|
|
3068
|
+
/** @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 */
|
|
3069
|
+
default as BarChart2Icon
|
|
3070
|
+
} from '../icons/chart-no-axes-column';
|
|
3061
3071
|
// ChartNoAxesColumnIncreasing aliases
|
|
3062
3072
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3063
3073
|
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
|
-
// ChartNoAxesColumn aliases
|
|
3068
|
-
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3069
|
-
export {
|
|
3070
|
-
/** @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 */
|
|
3071
|
-
default as BarChart2Icon
|
|
3072
|
-
} from '../icons/chart-no-axes-column';
|
|
3073
3077
|
// ChartNoAxesGantt aliases
|
|
3074
3078
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3075
3079
|
export {
|
|
@@ -3100,18 +3104,18 @@ export {
|
|
|
3100
3104
|
/** @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 */
|
|
3101
3105
|
default as ArrowDownCircleIcon
|
|
3102
3106
|
} from '../icons/circle-arrow-down';
|
|
3103
|
-
// CircleArrowOutDownLeft aliases
|
|
3104
|
-
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3105
|
-
export {
|
|
3106
|
-
/** @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 */
|
|
3107
|
-
default as ArrowDownLeftFromCircleIcon
|
|
3108
|
-
} from '../icons/circle-arrow-out-down-left';
|
|
3109
3107
|
// CircleArrowLeft aliases
|
|
3110
3108
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3111
3109
|
export {
|
|
3112
3110
|
/** @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
3111
|
default as ArrowLeftCircleIcon
|
|
3114
3112
|
} from '../icons/circle-arrow-left';
|
|
3113
|
+
// CircleArrowOutDownLeft aliases
|
|
3114
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3115
|
+
export {
|
|
3116
|
+
/** @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 */
|
|
3117
|
+
default as ArrowDownLeftFromCircleIcon
|
|
3118
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
3115
3119
|
// CircleArrowOutDownRight aliases
|
|
3116
3120
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3117
3121
|
export {
|
|
@@ -3142,48 +3146,48 @@ export {
|
|
|
3142
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 */
|
|
3143
3147
|
default as ArrowUpCircleIcon
|
|
3144
3148
|
} from '../icons/circle-arrow-up';
|
|
3145
|
-
// CircleCheckBig aliases
|
|
3146
|
-
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3147
|
-
export {
|
|
3148
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3149
|
-
default as CheckCircleIcon
|
|
3150
|
-
} from '../icons/circle-check-big';
|
|
3151
3149
|
// CircleCheck aliases
|
|
3152
3150
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3153
3151
|
export {
|
|
3154
3152
|
/** @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 */
|
|
3155
3153
|
default as CheckCircle2Icon
|
|
3156
3154
|
} from '../icons/circle-check';
|
|
3155
|
+
// CircleCheckBig aliases
|
|
3156
|
+
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3157
|
+
export {
|
|
3158
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3159
|
+
default as CheckCircleIcon
|
|
3160
|
+
} from '../icons/circle-check-big';
|
|
3157
3161
|
// CircleChevronDown aliases
|
|
3158
3162
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3159
3163
|
export {
|
|
3160
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 */
|
|
3161
3165
|
default as ChevronDownCircleIcon
|
|
3162
3166
|
} from '../icons/circle-chevron-down';
|
|
3163
|
-
// CircleChevronLeft aliases
|
|
3164
|
-
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3165
|
-
export {
|
|
3166
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3167
|
-
default as ChevronLeftCircleIcon
|
|
3168
|
-
} from '../icons/circle-chevron-left';
|
|
3169
3167
|
// CircleChevronRight aliases
|
|
3170
3168
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3171
3169
|
export {
|
|
3172
3170
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3173
3171
|
default as ChevronRightCircleIcon
|
|
3174
3172
|
} from '../icons/circle-chevron-right';
|
|
3175
|
-
//
|
|
3176
|
-
export { default as
|
|
3173
|
+
// CircleChevronLeft aliases
|
|
3174
|
+
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3177
3175
|
export {
|
|
3178
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3179
|
-
default as
|
|
3180
|
-
} from '../icons/circle-
|
|
3176
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3177
|
+
default as ChevronLeftCircleIcon
|
|
3178
|
+
} from '../icons/circle-chevron-left';
|
|
3181
3179
|
// CircleChevronUp aliases
|
|
3182
3180
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3183
3181
|
export {
|
|
3184
3182
|
/** @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
3183
|
default as ChevronUpCircleIcon
|
|
3186
3184
|
} from '../icons/circle-chevron-up';
|
|
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';
|
|
3187
3191
|
// CircleGauge aliases
|
|
3188
3192
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3189
3193
|
export {
|
|
@@ -3196,30 +3200,30 @@ 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
|
-
// CircleParkingOff aliases
|
|
3200
|
-
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3201
|
-
export {
|
|
3202
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3203
|
-
default as ParkingCircleOffIcon
|
|
3204
|
-
} from '../icons/circle-parking-off';
|
|
3205
3203
|
// CircleParking aliases
|
|
3206
3204
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3207
3205
|
export {
|
|
3208
3206
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3209
3207
|
default as ParkingCircleIcon
|
|
3210
3208
|
} from '../icons/circle-parking';
|
|
3211
|
-
//
|
|
3212
|
-
export { default as
|
|
3209
|
+
// CircleParkingOff aliases
|
|
3210
|
+
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3213
3211
|
export {
|
|
3214
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3215
|
-
default as
|
|
3216
|
-
} from '../icons/circle-
|
|
3212
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3213
|
+
default as ParkingCircleOffIcon
|
|
3214
|
+
} from '../icons/circle-parking-off';
|
|
3217
3215
|
// CirclePause aliases
|
|
3218
3216
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3219
3217
|
export {
|
|
3220
3218
|
/** @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
3219
|
default as PauseCircleIcon
|
|
3222
3220
|
} from '../icons/circle-pause';
|
|
3221
|
+
// CirclePercent aliases
|
|
3222
|
+
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3223
|
+
export {
|
|
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 */
|
|
3225
|
+
default as PercentCircleIcon
|
|
3226
|
+
} from '../icons/circle-percent';
|
|
3223
3227
|
// CirclePlay aliases
|
|
3224
3228
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3225
3229
|
export {
|
|
@@ -3248,18 +3252,18 @@ export {
|
|
|
3248
3252
|
/** @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 */
|
|
3249
3253
|
default as PowerCircleIcon
|
|
3250
3254
|
} from '../icons/circle-power';
|
|
3251
|
-
// CircleStop aliases
|
|
3252
|
-
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3253
|
-
export {
|
|
3254
|
-
/** @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 */
|
|
3255
|
-
default as StopCircleIcon
|
|
3256
|
-
} from '../icons/circle-stop';
|
|
3257
3255
|
// CircleSlash2 aliases
|
|
3258
3256
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3259
3257
|
export {
|
|
3260
3258
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
3261
3259
|
default as CircleSlashedIcon
|
|
3262
3260
|
} from '../icons/circle-slash-2';
|
|
3261
|
+
// CircleStop aliases
|
|
3262
|
+
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3263
|
+
export {
|
|
3264
|
+
/** @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 */
|
|
3265
|
+
default as StopCircleIcon
|
|
3266
|
+
} from '../icons/circle-stop';
|
|
3263
3267
|
// CircleUserRound aliases
|
|
3264
3268
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3265
3269
|
export {
|
|
@@ -3272,24 +3276,30 @@ export {
|
|
|
3272
3276
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3273
3277
|
default as UserCircleIcon
|
|
3274
3278
|
} from '../icons/circle-user';
|
|
3275
|
-
// ClipboardPenLine aliases
|
|
3276
|
-
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3277
|
-
export {
|
|
3278
|
-
/** @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 */
|
|
3279
|
-
default as ClipboardSignatureIcon
|
|
3280
|
-
} from '../icons/clipboard-pen-line';
|
|
3281
3279
|
// CircleX aliases
|
|
3282
3280
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3283
3281
|
export {
|
|
3284
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 */
|
|
3285
3283
|
default as XCircleIcon
|
|
3286
3284
|
} from '../icons/circle-x';
|
|
3285
|
+
// ClipboardPenLine aliases
|
|
3286
|
+
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3287
|
+
export {
|
|
3288
|
+
/** @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 */
|
|
3289
|
+
default as ClipboardSignatureIcon
|
|
3290
|
+
} from '../icons/clipboard-pen-line';
|
|
3287
3291
|
// ClipboardPen aliases
|
|
3288
3292
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3289
3293
|
export {
|
|
3290
3294
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
3291
3295
|
default as ClipboardEditIcon
|
|
3292
3296
|
} from '../icons/clipboard-pen';
|
|
3297
|
+
// CloudDownload aliases
|
|
3298
|
+
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3299
|
+
export {
|
|
3300
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3301
|
+
default as DownloadCloudIcon
|
|
3302
|
+
} from '../icons/cloud-download';
|
|
3293
3303
|
// CloudUpload aliases
|
|
3294
3304
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3295
3305
|
export {
|
|
@@ -3308,12 +3318,6 @@ export {
|
|
|
3308
3318
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3309
3319
|
default as ColumnsIcon
|
|
3310
3320
|
} from '../icons/columns-2';
|
|
3311
|
-
// CloudDownload aliases
|
|
3312
|
-
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3313
|
-
export {
|
|
3314
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3315
|
-
default as DownloadCloudIcon
|
|
3316
|
-
} from '../icons/cloud-download';
|
|
3317
3321
|
// Columns3Cog aliases
|
|
3318
3322
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3319
3323
|
export {
|
|
@@ -3324,12 +3328,6 @@ export {
|
|
|
3324
3328
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3325
3329
|
default as TableConfigIcon
|
|
3326
3330
|
} from '../icons/columns-3-cog';
|
|
3327
|
-
// Columns3 aliases
|
|
3328
|
-
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3329
|
-
export {
|
|
3330
|
-
/** @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 */
|
|
3331
|
-
default as PanelsLeftRightIcon
|
|
3332
|
-
} from '../icons/columns-3';
|
|
3333
3331
|
// DiamondPercent aliases
|
|
3334
3332
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3335
3333
|
export {
|
|
@@ -3342,6 +3340,12 @@ export {
|
|
|
3342
3340
|
/** @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
3341
|
default as Contact2Icon
|
|
3344
3342
|
} from '../icons/contact-round';
|
|
3343
|
+
// Columns3 aliases
|
|
3344
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3345
|
+
export {
|
|
3346
|
+
/** @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 */
|
|
3347
|
+
default as PanelsLeftRightIcon
|
|
3348
|
+
} from '../icons/columns-3';
|
|
3345
3349
|
// Earth aliases
|
|
3346
3350
|
export { default as EarthIcon } from '../icons/earth';
|
|
3347
3351
|
export {
|
|
@@ -3360,18 +3364,18 @@ export {
|
|
|
3360
3364
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3361
3365
|
default as MoreHorizontalIcon
|
|
3362
3366
|
} from '../icons/ellipsis';
|
|
3363
|
-
// FileBadge aliases
|
|
3364
|
-
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3365
|
-
export {
|
|
3366
|
-
/** @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 */
|
|
3367
|
-
default as FileBadge2Icon
|
|
3368
|
-
} from '../icons/file-badge';
|
|
3369
3367
|
// FileAxis3d aliases
|
|
3370
3368
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3371
3369
|
export {
|
|
3372
3370
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3373
3371
|
default as FileAxis3DIcon
|
|
3374
3372
|
} from '../icons/file-axis-3d';
|
|
3373
|
+
// FileBadge aliases
|
|
3374
|
+
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3375
|
+
export {
|
|
3376
|
+
/** @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 */
|
|
3377
|
+
default as FileBadge2Icon
|
|
3378
|
+
} from '../icons/file-badge';
|
|
3375
3379
|
// FileBracesCorner aliases
|
|
3376
3380
|
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3377
3381
|
export {
|
|
@@ -3408,18 +3412,18 @@ export {
|
|
|
3408
3412
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
3409
3413
|
default as FileCheck2Icon
|
|
3410
3414
|
} from '../icons/file-check-corner';
|
|
3411
|
-
// FileChartPie aliases
|
|
3412
|
-
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3413
|
-
export {
|
|
3414
|
-
/** @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 */
|
|
3415
|
-
default as FilePieChartIcon
|
|
3416
|
-
} from '../icons/file-chart-pie';
|
|
3417
3415
|
// FileCodeCorner aliases
|
|
3418
3416
|
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3419
3417
|
export {
|
|
3420
3418
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
|
|
3421
3419
|
default as FileCode2Icon
|
|
3422
3420
|
} from '../icons/file-code-corner';
|
|
3421
|
+
// FileChartPie aliases
|
|
3422
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3423
|
+
export {
|
|
3424
|
+
/** @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 */
|
|
3425
|
+
default as FilePieChartIcon
|
|
3426
|
+
} from '../icons/file-chart-pie';
|
|
3423
3427
|
// FileCog aliases
|
|
3424
3428
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3425
3429
|
export {
|
|
@@ -3454,30 +3458,30 @@ export {
|
|
|
3454
3458
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
3455
3459
|
default as FileLock2Icon
|
|
3456
3460
|
} from '../icons/file-lock';
|
|
3457
|
-
// FileMinusCorner aliases
|
|
3458
|
-
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3459
|
-
export {
|
|
3460
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
3461
|
-
default as FileMinus2Icon
|
|
3462
|
-
} from '../icons/file-minus-corner';
|
|
3463
3461
|
// FilePenLine aliases
|
|
3464
3462
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3465
3463
|
export {
|
|
3466
3464
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3467
3465
|
default as FileSignatureIcon
|
|
3468
3466
|
} from '../icons/file-pen-line';
|
|
3469
|
-
//
|
|
3470
|
-
export { default as
|
|
3467
|
+
// FileMinusCorner aliases
|
|
3468
|
+
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3471
3469
|
export {
|
|
3472
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3473
|
-
default as
|
|
3474
|
-
} from '../icons/file-
|
|
3470
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
3471
|
+
default as FileMinus2Icon
|
|
3472
|
+
} from '../icons/file-minus-corner';
|
|
3475
3473
|
// FilePen aliases
|
|
3476
3474
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3477
3475
|
export {
|
|
3478
3476
|
/** @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
3477
|
default as FileEditIcon
|
|
3480
3478
|
} from '../icons/file-pen';
|
|
3479
|
+
// FilePlay aliases
|
|
3480
|
+
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3481
|
+
export {
|
|
3482
|
+
/** @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 */
|
|
3483
|
+
default as FileVideoIcon
|
|
3484
|
+
} from '../icons/file-play';
|
|
3481
3485
|
// FilePlusCorner aliases
|
|
3482
3486
|
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3483
3487
|
export {
|
|
@@ -3502,24 +3506,30 @@ export {
|
|
|
3502
3506
|
/** @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 */
|
|
3503
3507
|
default as FileVolume2Icon
|
|
3504
3508
|
} from '../icons/file-signal';
|
|
3505
|
-
// FileTypeCorner aliases
|
|
3506
|
-
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3507
|
-
export {
|
|
3508
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3509
|
-
default as FileType2Icon
|
|
3510
|
-
} from '../icons/file-type-corner';
|
|
3511
3509
|
// FileVideoCamera aliases
|
|
3512
3510
|
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3513
3511
|
export {
|
|
3514
3512
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3515
3513
|
default as FileVideo2Icon
|
|
3516
3514
|
} from '../icons/file-video-camera';
|
|
3515
|
+
// FileTypeCorner aliases
|
|
3516
|
+
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3517
|
+
export {
|
|
3518
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3519
|
+
default as FileType2Icon
|
|
3520
|
+
} from '../icons/file-type-corner';
|
|
3517
3521
|
// FileXCorner aliases
|
|
3518
3522
|
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3519
3523
|
export {
|
|
3520
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 */
|
|
3521
3525
|
default as FileX2Icon
|
|
3522
3526
|
} from '../icons/file-x-corner';
|
|
3527
|
+
// FolderCog aliases
|
|
3528
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3529
|
+
export {
|
|
3530
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3531
|
+
default as FolderCog2Icon
|
|
3532
|
+
} from '../icons/folder-cog';
|
|
3523
3533
|
// FingerprintPattern aliases
|
|
3524
3534
|
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3525
3535
|
export {
|
|
@@ -3532,24 +3542,12 @@ export {
|
|
|
3532
3542
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
3533
3543
|
default as FolderEditIcon
|
|
3534
3544
|
} from '../icons/folder-pen';
|
|
3535
|
-
// FolderCog aliases
|
|
3536
|
-
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3537
|
-
export {
|
|
3538
|
-
/** @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 */
|
|
3539
|
-
default as FolderCog2Icon
|
|
3540
|
-
} from '../icons/folder-cog';
|
|
3541
3545
|
// FunnelX aliases
|
|
3542
3546
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3543
3547
|
export {
|
|
3544
3548
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3545
3549
|
default as FilterXIcon
|
|
3546
3550
|
} from '../icons/funnel-x';
|
|
3547
|
-
// GitCommitHorizontal aliases
|
|
3548
|
-
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3549
|
-
export {
|
|
3550
|
-
/** @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 */
|
|
3551
|
-
default as GitCommitIcon
|
|
3552
|
-
} from '../icons/git-commit-horizontal';
|
|
3553
3551
|
// Funnel aliases
|
|
3554
3552
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3555
3553
|
export {
|
|
@@ -3562,18 +3560,24 @@ export {
|
|
|
3562
3560
|
/** @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 */
|
|
3563
3561
|
default as Grid2X2CheckIcon
|
|
3564
3562
|
} from '../icons/grid-2x2-check';
|
|
3565
|
-
//
|
|
3566
|
-
export { default as
|
|
3563
|
+
// GitCommitHorizontal aliases
|
|
3564
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3567
3565
|
export {
|
|
3568
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3569
|
-
default as
|
|
3570
|
-
} from '../icons/
|
|
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 */
|
|
3567
|
+
default as GitCommitIcon
|
|
3568
|
+
} from '../icons/git-commit-horizontal';
|
|
3571
3569
|
// Grid2x2X aliases
|
|
3572
3570
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3573
3571
|
export {
|
|
3574
3572
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3575
3573
|
default as Grid2X2XIcon
|
|
3576
3574
|
} from '../icons/grid-2x2-x';
|
|
3575
|
+
// Grid2x2Plus aliases
|
|
3576
|
+
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3577
|
+
export {
|
|
3578
|
+
/** @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 */
|
|
3579
|
+
default as Grid2X2PlusIcon
|
|
3580
|
+
} from '../icons/grid-2x2-plus';
|
|
3577
3581
|
// Grid2x2 aliases
|
|
3578
3582
|
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3579
3583
|
export {
|
|
@@ -3590,24 +3594,24 @@ export {
|
|
|
3590
3594
|
/** @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
3595
|
default as Grid3X3Icon
|
|
3592
3596
|
} from '../icons/grid-3x3';
|
|
3593
|
-
//
|
|
3594
|
-
export { default as
|
|
3597
|
+
// HandHelping aliases
|
|
3598
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3595
3599
|
export {
|
|
3596
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3597
|
-
default as
|
|
3598
|
-
} from '../icons/hand-
|
|
3600
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3601
|
+
default as HelpingHandIcon
|
|
3602
|
+
} from '../icons/hand-helping';
|
|
3599
3603
|
// House aliases
|
|
3600
3604
|
export { default as HouseIcon } from '../icons/house';
|
|
3601
3605
|
export {
|
|
3602
3606
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
3603
3607
|
default as HomeIcon
|
|
3604
3608
|
} from '../icons/house';
|
|
3605
|
-
//
|
|
3606
|
-
export { default as
|
|
3609
|
+
// HandGrab aliases
|
|
3610
|
+
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3607
3611
|
export {
|
|
3608
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3609
|
-
default as
|
|
3610
|
-
} from '../icons/hand-
|
|
3612
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3613
|
+
default as GrabIcon
|
|
3614
|
+
} from '../icons/hand-grab';
|
|
3611
3615
|
// IceCreamBowl aliases
|
|
3612
3616
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3613
3617
|
export {
|
|
@@ -3642,12 +3646,6 @@ export {
|
|
|
3642
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 */
|
|
3643
3647
|
default as IndentDecreaseIcon
|
|
3644
3648
|
} from '../icons/list-indent-decrease';
|
|
3645
|
-
// LoaderCircle aliases
|
|
3646
|
-
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3647
|
-
export {
|
|
3648
|
-
/** @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 */
|
|
3649
|
-
default as Loader2Icon
|
|
3650
|
-
} from '../icons/loader-circle';
|
|
3651
3649
|
// ListIndentIncrease aliases
|
|
3652
3650
|
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3653
3651
|
export {
|
|
@@ -3658,6 +3656,12 @@ export {
|
|
|
3658
3656
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3659
3657
|
default as IndentIncreaseIcon
|
|
3660
3658
|
} from '../icons/list-indent-increase';
|
|
3659
|
+
// LoaderCircle aliases
|
|
3660
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3661
|
+
export {
|
|
3662
|
+
/** @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 */
|
|
3663
|
+
default as Loader2Icon
|
|
3664
|
+
} from '../icons/loader-circle';
|
|
3661
3665
|
// LockKeyholeOpen aliases
|
|
3662
3666
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3663
3667
|
export {
|
|
@@ -3676,6 +3680,12 @@ export {
|
|
|
3676
3680
|
/** @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
3681
|
default as MailQuestionIcon
|
|
3678
3682
|
} from '../icons/mail-question-mark';
|
|
3683
|
+
// MessageCircleQuestionMark aliases
|
|
3684
|
+
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3685
|
+
export {
|
|
3686
|
+
/** @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 */
|
|
3687
|
+
default as MessageCircleQuestionIcon
|
|
3688
|
+
} from '../icons/message-circle-question-mark';
|
|
3679
3689
|
// MapPinPen aliases
|
|
3680
3690
|
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3681
3691
|
export {
|
|
@@ -3688,54 +3698,48 @@ export {
|
|
|
3688
3698
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3689
3699
|
default as Mic2Icon
|
|
3690
3700
|
} from '../icons/mic-vocal';
|
|
3691
|
-
//
|
|
3692
|
-
export { default as
|
|
3701
|
+
// OctagonAlert aliases
|
|
3702
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3693
3703
|
export {
|
|
3694
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3695
|
-
default as
|
|
3696
|
-
} from '../icons/
|
|
3704
|
+
/** @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 */
|
|
3705
|
+
default as AlertOctagonIcon
|
|
3706
|
+
} from '../icons/octagon-alert';
|
|
3697
3707
|
// Move3d aliases
|
|
3698
3708
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3699
3709
|
export {
|
|
3700
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 */
|
|
3701
3711
|
default as Move3DIcon
|
|
3702
3712
|
} from '../icons/move-3d';
|
|
3703
|
-
// OctagonAlert aliases
|
|
3704
|
-
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3705
|
-
export {
|
|
3706
|
-
/** @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 */
|
|
3707
|
-
default as AlertOctagonIcon
|
|
3708
|
-
} from '../icons/octagon-alert';
|
|
3709
3713
|
// OctagonPause aliases
|
|
3710
3714
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3711
3715
|
export {
|
|
3712
3716
|
/** @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
3717
|
default as PauseOctagonIcon
|
|
3714
3718
|
} from '../icons/octagon-pause';
|
|
3715
|
-
// OctagonX aliases
|
|
3716
|
-
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3717
|
-
export {
|
|
3718
|
-
/** @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
|
-
default as XOctagonIcon
|
|
3720
|
-
} from '../icons/octagon-x';
|
|
3721
|
-
// PanelLeftClose aliases
|
|
3722
|
-
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3723
|
-
export {
|
|
3724
|
-
/** @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 */
|
|
3725
|
-
default as SidebarCloseIcon
|
|
3726
|
-
} from '../icons/panel-left-close';
|
|
3727
3719
|
// PaintbrushVertical aliases
|
|
3728
3720
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3729
3721
|
export {
|
|
3730
3722
|
/** @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 */
|
|
3731
3723
|
default as Paintbrush2Icon
|
|
3732
3724
|
} from '../icons/paintbrush-vertical';
|
|
3725
|
+
// OctagonX aliases
|
|
3726
|
+
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3727
|
+
export {
|
|
3728
|
+
/** @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 */
|
|
3729
|
+
default as XOctagonIcon
|
|
3730
|
+
} from '../icons/octagon-x';
|
|
3733
3731
|
// PanelBottomDashed aliases
|
|
3734
3732
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3735
3733
|
export {
|
|
3736
3734
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3737
3735
|
default as PanelBottomInactiveIcon
|
|
3738
3736
|
} from '../icons/panel-bottom-dashed';
|
|
3737
|
+
// PanelLeftClose aliases
|
|
3738
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3739
|
+
export {
|
|
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';
|
|
3739
3743
|
// PanelLeftDashed aliases
|
|
3740
3744
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3741
3745
|
export {
|
|
@@ -3754,54 +3758,54 @@ export {
|
|
|
3754
3758
|
/** @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 */
|
|
3755
3759
|
default as SidebarIcon
|
|
3756
3760
|
} from '../icons/panel-left';
|
|
3757
|
-
// PanelRightDashed aliases
|
|
3758
|
-
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3759
|
-
export {
|
|
3760
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
3761
|
-
default as PanelRightInactiveIcon
|
|
3762
|
-
} from '../icons/panel-right-dashed';
|
|
3763
3761
|
// PanelTopDashed aliases
|
|
3764
3762
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3765
3763
|
export {
|
|
3766
3764
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3767
3765
|
default as PanelTopInactiveIcon
|
|
3768
3766
|
} from '../icons/panel-top-dashed';
|
|
3767
|
+
// PanelRightDashed aliases
|
|
3768
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3769
|
+
export {
|
|
3770
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
3771
|
+
default as PanelRightInactiveIcon
|
|
3772
|
+
} from '../icons/panel-right-dashed';
|
|
3769
3773
|
// PanelsTopLeft aliases
|
|
3770
3774
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3771
3775
|
export {
|
|
3772
3776
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
3773
3777
|
default as LayoutIcon
|
|
3774
3778
|
} from '../icons/panels-top-left';
|
|
3775
|
-
//
|
|
3776
|
-
export { default as
|
|
3779
|
+
// PenLine aliases
|
|
3780
|
+
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3777
3781
|
export {
|
|
3778
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3779
|
-
default as
|
|
3780
|
-
} from '../icons/pen';
|
|
3782
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3783
|
+
default as Edit3Icon
|
|
3784
|
+
} from '../icons/pen-line';
|
|
3781
3785
|
// PlugZap aliases
|
|
3782
3786
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3783
3787
|
export {
|
|
3784
3788
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3785
3789
|
default as PlugZap2Icon
|
|
3786
3790
|
} from '../icons/plug-zap';
|
|
3787
|
-
//
|
|
3788
|
-
export { default as
|
|
3789
|
-
export {
|
|
3790
|
-
/** @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 */
|
|
3791
|
-
default as Edit3Icon
|
|
3792
|
-
} from '../icons/pen-line';
|
|
3793
|
-
// RectangleEllipsis aliases
|
|
3794
|
-
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3791
|
+
// Pen aliases
|
|
3792
|
+
export { default as PenIcon } from '../icons/pen';
|
|
3795
3793
|
export {
|
|
3796
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3797
|
-
default as
|
|
3798
|
-
} from '../icons/
|
|
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 */
|
|
3795
|
+
default as Edit2Icon
|
|
3796
|
+
} from '../icons/pen';
|
|
3799
3797
|
// Rotate3d aliases
|
|
3800
3798
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3801
3799
|
export {
|
|
3802
3800
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3803
3801
|
default as Rotate3DIcon
|
|
3804
3802
|
} from '../icons/rotate-3d';
|
|
3803
|
+
// RectangleEllipsis aliases
|
|
3804
|
+
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3805
|
+
export {
|
|
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';
|
|
3805
3809
|
// Rows2 aliases
|
|
3806
3810
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3807
3811
|
export {
|
|
@@ -3814,18 +3818,18 @@ export {
|
|
|
3814
3818
|
/** @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 */
|
|
3815
3819
|
default as PanelsTopBottomIcon
|
|
3816
3820
|
} from '../icons/rows-3';
|
|
3817
|
-
// Scale3d aliases
|
|
3818
|
-
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3819
|
-
export {
|
|
3820
|
-
/** @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 */
|
|
3821
|
-
default as Scale3DIcon
|
|
3822
|
-
} from '../icons/scale-3d';
|
|
3823
3821
|
// SendHorizontal aliases
|
|
3824
3822
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3825
3823
|
export {
|
|
3826
3824
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3827
3825
|
default as SendHorizonalIcon
|
|
3828
3826
|
} from '../icons/send-horizontal';
|
|
3827
|
+
// Scale3d aliases
|
|
3828
|
+
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3829
|
+
export {
|
|
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 */
|
|
3831
|
+
default as Scale3DIcon
|
|
3832
|
+
} from '../icons/scale-3d';
|
|
3829
3833
|
// ShieldQuestionMark aliases
|
|
3830
3834
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3831
3835
|
export {
|
|
@@ -3838,30 +3842,30 @@ export {
|
|
|
3838
3842
|
/** @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 */
|
|
3839
3843
|
default as ShieldCloseIcon
|
|
3840
3844
|
} from '../icons/shield-x';
|
|
3841
|
-
// SlidersVertical aliases
|
|
3842
|
-
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3843
|
-
export {
|
|
3844
|
-
/** @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 */
|
|
3845
|
-
default as SlidersIcon
|
|
3846
|
-
} from '../icons/sliders-vertical';
|
|
3847
|
-
// Sparkles aliases
|
|
3848
|
-
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3849
|
-
export {
|
|
3850
|
-
/** @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 */
|
|
3851
|
-
default as StarsIcon
|
|
3852
|
-
} from '../icons/sparkles';
|
|
3853
3845
|
// SquareActivity aliases
|
|
3854
3846
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3855
3847
|
export {
|
|
3856
3848
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3857
3849
|
default as ActivitySquareIcon
|
|
3858
3850
|
} from '../icons/square-activity';
|
|
3851
|
+
// SlidersVertical aliases
|
|
3852
|
+
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3853
|
+
export {
|
|
3854
|
+
/** @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 */
|
|
3855
|
+
default as SlidersIcon
|
|
3856
|
+
} from '../icons/sliders-vertical';
|
|
3859
3857
|
// SquareArrowDownLeft aliases
|
|
3860
3858
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3861
3859
|
export {
|
|
3862
3860
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3863
3861
|
default as ArrowDownLeftSquareIcon
|
|
3864
3862
|
} from '../icons/square-arrow-down-left';
|
|
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
|
// SquareArrowDownRight aliases
|
|
3866
3870
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3867
3871
|
export {
|
|
@@ -3880,6 +3884,12 @@ export {
|
|
|
3880
3884
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3881
3885
|
default as ArrowLeftSquareIcon
|
|
3882
3886
|
} from '../icons/square-arrow-left';
|
|
3887
|
+
// SquareArrowOutDownRight aliases
|
|
3888
|
+
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3889
|
+
export {
|
|
3890
|
+
/** @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 */
|
|
3891
|
+
default as ArrowDownRightFromSquareIcon
|
|
3892
|
+
} from '../icons/square-arrow-out-down-right';
|
|
3883
3893
|
// SquareArrowOutDownLeft aliases
|
|
3884
3894
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3885
3895
|
export {
|
|
@@ -3892,12 +3902,6 @@ export {
|
|
|
3892
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 */
|
|
3893
3903
|
default as ArrowUpLeftFromSquareIcon
|
|
3894
3904
|
} from '../icons/square-arrow-out-up-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
3905
|
// SquareArrowOutUpRight aliases
|
|
3902
3906
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3903
3907
|
export {
|
|
@@ -3928,30 +3932,36 @@ export {
|
|
|
3928
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 */
|
|
3929
3933
|
default as ArrowUpSquareIcon
|
|
3930
3934
|
} from '../icons/square-arrow-up';
|
|
3935
|
+
// SquareAsterisk aliases
|
|
3936
|
+
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3937
|
+
export {
|
|
3938
|
+
/** @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 */
|
|
3939
|
+
default as AsteriskSquareIcon
|
|
3940
|
+
} from '../icons/square-asterisk';
|
|
3931
3941
|
// SquareBottomDashedScissors aliases
|
|
3932
3942
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3933
3943
|
export {
|
|
3934
3944
|
/** @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 */
|
|
3935
3945
|
default as ScissorsSquareDashedBottomIcon
|
|
3936
3946
|
} from '../icons/square-bottom-dashed-scissors';
|
|
3937
|
-
//
|
|
3938
|
-
export { default as
|
|
3947
|
+
// SquareCenterlineDashedHorizontal aliases
|
|
3948
|
+
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
3939
3949
|
export {
|
|
3940
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3941
|
-
default as
|
|
3942
|
-
} from '../icons/square-
|
|
3950
|
+
/** @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 */
|
|
3951
|
+
default as FlipHorizontalIcon
|
|
3952
|
+
} from '../icons/square-centerline-dashed-horizontal';
|
|
3943
3953
|
// SquareCenterlineDashedVertical aliases
|
|
3944
3954
|
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
3945
3955
|
export {
|
|
3946
3956
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. This alias will be removed in v1.0 */
|
|
3947
3957
|
default as FlipVerticalIcon
|
|
3948
3958
|
} from '../icons/square-centerline-dashed-vertical';
|
|
3949
|
-
//
|
|
3950
|
-
export { default as
|
|
3959
|
+
// SquareCheckBig aliases
|
|
3960
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3951
3961
|
export {
|
|
3952
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3953
|
-
default as
|
|
3954
|
-
} from '../icons/square-
|
|
3962
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3963
|
+
default as CheckSquareIcon
|
|
3964
|
+
} from '../icons/square-check-big';
|
|
3955
3965
|
// SquareChartGantt aliases
|
|
3956
3966
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3957
3967
|
export {
|
|
@@ -3962,48 +3972,42 @@ export {
|
|
|
3962
3972
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
3963
3973
|
default as SquareGanttChartIcon
|
|
3964
3974
|
} from '../icons/square-chart-gantt';
|
|
3965
|
-
// SquareCheckBig aliases
|
|
3966
|
-
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3967
|
-
export {
|
|
3968
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3969
|
-
default as CheckSquareIcon
|
|
3970
|
-
} from '../icons/square-check-big';
|
|
3971
3975
|
// SquareCheck aliases
|
|
3972
3976
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3973
3977
|
export {
|
|
3974
3978
|
/** @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 */
|
|
3975
3979
|
default as CheckSquare2Icon
|
|
3976
3980
|
} from '../icons/square-check';
|
|
3977
|
-
// SquareChevronLeft aliases
|
|
3978
|
-
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3979
|
-
export {
|
|
3980
|
-
/** @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 */
|
|
3981
|
-
default as ChevronLeftSquareIcon
|
|
3982
|
-
} from '../icons/square-chevron-left';
|
|
3983
3981
|
// SquareChevronDown aliases
|
|
3984
3982
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3985
3983
|
export {
|
|
3986
3984
|
/** @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
3985
|
default as ChevronDownSquareIcon
|
|
3988
3986
|
} from '../icons/square-chevron-down';
|
|
3987
|
+
// SquareChevronLeft aliases
|
|
3988
|
+
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3989
|
+
export {
|
|
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 */
|
|
3991
|
+
default as ChevronLeftSquareIcon
|
|
3992
|
+
} from '../icons/square-chevron-left';
|
|
3989
3993
|
// SquareChevronRight aliases
|
|
3990
3994
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3991
3995
|
export {
|
|
3992
3996
|
/** @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 */
|
|
3993
3997
|
default as ChevronRightSquareIcon
|
|
3994
3998
|
} from '../icons/square-chevron-right';
|
|
3995
|
-
// SquareCode aliases
|
|
3996
|
-
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3997
|
-
export {
|
|
3998
|
-
/** @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 */
|
|
3999
|
-
default as CodeSquareIcon
|
|
4000
|
-
} from '../icons/square-code';
|
|
4001
3999
|
// SquareChevronUp aliases
|
|
4002
4000
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4003
4001
|
export {
|
|
4004
4002
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
4005
4003
|
default as ChevronUpSquareIcon
|
|
4006
4004
|
} from '../icons/square-chevron-up';
|
|
4005
|
+
// SquareCode aliases
|
|
4006
|
+
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4007
|
+
export {
|
|
4008
|
+
/** @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 */
|
|
4009
|
+
default as CodeSquareIcon
|
|
4010
|
+
} from '../icons/square-code';
|
|
4007
4011
|
// SquareDashedKanban aliases
|
|
4008
4012
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4009
4013
|
export {
|
|
@@ -4028,18 +4032,18 @@ export {
|
|
|
4028
4032
|
/** @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 */
|
|
4029
4033
|
default as DivideSquareIcon
|
|
4030
4034
|
} from '../icons/square-divide';
|
|
4031
|
-
// SquareDot aliases
|
|
4032
|
-
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4033
|
-
export {
|
|
4034
|
-
/** @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 */
|
|
4035
|
-
default as DotSquareIcon
|
|
4036
|
-
} from '../icons/square-dot';
|
|
4037
4035
|
// SquareEqual aliases
|
|
4038
4036
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4039
4037
|
export {
|
|
4040
4038
|
/** @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 */
|
|
4041
4039
|
default as EqualSquareIcon
|
|
4042
4040
|
} from '../icons/square-equal';
|
|
4041
|
+
// SquareDot aliases
|
|
4042
|
+
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4043
|
+
export {
|
|
4044
|
+
/** @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 */
|
|
4045
|
+
default as DotSquareIcon
|
|
4046
|
+
} from '../icons/square-dot';
|
|
4043
4047
|
// SquareFunction aliases
|
|
4044
4048
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4045
4049
|
export {
|
|
@@ -4120,18 +4124,18 @@ export {
|
|
|
4120
4124
|
/** @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 */
|
|
4121
4125
|
default as PiSquareIcon
|
|
4122
4126
|
} from '../icons/square-pi';
|
|
4123
|
-
// SquarePilcrow aliases
|
|
4124
|
-
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4125
|
-
export {
|
|
4126
|
-
/** @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 */
|
|
4127
|
-
default as PilcrowSquareIcon
|
|
4128
|
-
} from '../icons/square-pilcrow';
|
|
4129
4127
|
// SquarePlay aliases
|
|
4130
4128
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4131
4129
|
export {
|
|
4132
4130
|
/** @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 */
|
|
4133
4131
|
default as PlaySquareIcon
|
|
4134
4132
|
} from '../icons/square-play';
|
|
4133
|
+
// SquarePilcrow aliases
|
|
4134
|
+
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4135
|
+
export {
|
|
4136
|
+
/** @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 */
|
|
4137
|
+
default as PilcrowSquareIcon
|
|
4138
|
+
} from '../icons/square-pilcrow';
|
|
4135
4139
|
// SquarePower aliases
|
|
4136
4140
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4137
4141
|
export {
|
|
@@ -4168,12 +4172,6 @@ export {
|
|
|
4168
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 */
|
|
4169
4173
|
default as SplitSquareHorizontalIcon
|
|
4170
4174
|
} from '../icons/square-split-horizontal';
|
|
4171
|
-
// SquareTerminal aliases
|
|
4172
|
-
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4173
|
-
export {
|
|
4174
|
-
/** @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 */
|
|
4175
|
-
default as TerminalSquareIcon
|
|
4176
|
-
} from '../icons/square-terminal';
|
|
4177
4175
|
// SquareSplitVertical aliases
|
|
4178
4176
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4179
4177
|
export {
|
|
@@ -4192,6 +4190,12 @@ export {
|
|
|
4192
4190
|
/** @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 */
|
|
4193
4191
|
default as UserSquareIcon
|
|
4194
4192
|
} from '../icons/square-user';
|
|
4193
|
+
// SquareTerminal aliases
|
|
4194
|
+
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4195
|
+
export {
|
|
4196
|
+
/** @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 */
|
|
4197
|
+
default as TerminalSquareIcon
|
|
4198
|
+
} from '../icons/square-terminal';
|
|
4195
4199
|
// SquareX aliases
|
|
4196
4200
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4197
4201
|
export {
|
|
@@ -4210,46 +4214,52 @@ export {
|
|
|
4210
4214
|
/** @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
4215
|
default as AlignCenterIcon
|
|
4212
4216
|
} from '../icons/text-align-center';
|
|
4217
|
+
// TextAlignJustify aliases
|
|
4218
|
+
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4219
|
+
export {
|
|
4220
|
+
/** @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 */
|
|
4221
|
+
default as AlignJustifyIcon
|
|
4222
|
+
} from '../icons/text-align-justify';
|
|
4213
4223
|
// TextAlignEnd aliases
|
|
4214
4224
|
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4215
4225
|
export {
|
|
4216
4226
|
/** @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 */
|
|
4217
4227
|
default as AlignRightIcon
|
|
4218
4228
|
} from '../icons/text-align-end';
|
|
4219
|
-
//
|
|
4220
|
-
export { default as
|
|
4229
|
+
// TextAlignStart aliases
|
|
4230
|
+
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4221
4231
|
export {
|
|
4222
|
-
/** @deprecated The
|
|
4223
|
-
default as
|
|
4224
|
-
} from '../icons/text-align-
|
|
4225
|
-
// TextInitial aliases
|
|
4226
|
-
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4232
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4233
|
+
default as TextIcon
|
|
4234
|
+
} from '../icons/text-align-start';
|
|
4227
4235
|
export {
|
|
4228
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4229
|
-
default as
|
|
4230
|
-
} from '../icons/text-
|
|
4236
|
+
/** @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 */
|
|
4237
|
+
default as AlignLeftIcon
|
|
4238
|
+
} from '../icons/text-align-start';
|
|
4231
4239
|
// TextSelect aliases
|
|
4232
4240
|
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4233
4241
|
export {
|
|
4234
4242
|
/** @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 */
|
|
4235
4243
|
default as TextSelectionIcon
|
|
4236
4244
|
} from '../icons/text-select';
|
|
4245
|
+
// TextInitial aliases
|
|
4246
|
+
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4247
|
+
export {
|
|
4248
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
4249
|
+
default as LetterTextIcon
|
|
4250
|
+
} from '../icons/text-initial';
|
|
4237
4251
|
// TextWrap aliases
|
|
4238
4252
|
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4239
4253
|
export {
|
|
4240
4254
|
/** @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 */
|
|
4241
4255
|
default as WrapTextIcon
|
|
4242
4256
|
} from '../icons/text-wrap';
|
|
4243
|
-
//
|
|
4244
|
-
export { default as
|
|
4245
|
-
export {
|
|
4246
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4247
|
-
default as TextIcon
|
|
4248
|
-
} from '../icons/text-align-start';
|
|
4257
|
+
// TriangleAlert aliases
|
|
4258
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4249
4259
|
export {
|
|
4250
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4251
|
-
default as
|
|
4252
|
-
} from '../icons/
|
|
4260
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
4261
|
+
default as AlertTriangleIcon
|
|
4262
|
+
} from '../icons/triangle-alert';
|
|
4253
4263
|
// TramFront aliases
|
|
4254
4264
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4255
4265
|
export {
|
|
@@ -4262,24 +4272,12 @@ export {
|
|
|
4262
4272
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
4263
4273
|
default as PalmtreeIcon
|
|
4264
4274
|
} from '../icons/tree-palm';
|
|
4265
|
-
// TriangleAlert aliases
|
|
4266
|
-
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4267
|
-
export {
|
|
4268
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
4269
|
-
default as AlertTriangleIcon
|
|
4270
|
-
} from '../icons/triangle-alert';
|
|
4271
4275
|
// TvMinimal aliases
|
|
4272
4276
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4273
4277
|
export {
|
|
4274
4278
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
4275
4279
|
default as Tv2Icon
|
|
4276
4280
|
} from '../icons/tv-minimal';
|
|
4277
|
-
// UserRoundCog aliases
|
|
4278
|
-
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4279
|
-
export {
|
|
4280
|
-
/** @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 */
|
|
4281
|
-
default as UserCog2Icon
|
|
4282
|
-
} from '../icons/user-round-cog';
|
|
4283
4281
|
// University aliases
|
|
4284
4282
|
export { default as UniversityIcon } from '../icons/university';
|
|
4285
4283
|
export {
|
|
@@ -4292,6 +4290,12 @@ export {
|
|
|
4292
4290
|
/** @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
4291
|
default as UserCheck2Icon
|
|
4294
4292
|
} from '../icons/user-round-check';
|
|
4293
|
+
// UserRoundCog aliases
|
|
4294
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4295
|
+
export {
|
|
4296
|
+
/** @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 */
|
|
4297
|
+
default as UserCog2Icon
|
|
4298
|
+
} from '../icons/user-round-cog';
|
|
4295
4299
|
// UserRoundMinus aliases
|
|
4296
4300
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4297
4301
|
export {
|
|
@@ -4304,18 +4308,18 @@ export {
|
|
|
4304
4308
|
/** @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 */
|
|
4305
4309
|
default as UserPlus2Icon
|
|
4306
4310
|
} from '../icons/user-round-plus';
|
|
4307
|
-
// UserRound aliases
|
|
4308
|
-
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4309
|
-
export {
|
|
4310
|
-
/** @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 */
|
|
4311
|
-
default as User2Icon
|
|
4312
|
-
} from '../icons/user-round';
|
|
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';
|
|
4317
|
+
// UserRound aliases
|
|
4318
|
+
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4319
|
+
export {
|
|
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 */
|
|
4321
|
+
default as User2Icon
|
|
4322
|
+
} from '../icons/user-round';
|
|
4319
4323
|
// UsersRound aliases
|
|
4320
4324
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4321
4325
|
export {
|
|
@@ -4328,18 +4332,18 @@ export {
|
|
|
4328
4332
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4329
4333
|
default as ForkKnifeCrossedIcon
|
|
4330
4334
|
} from '../icons/utensils-crossed';
|
|
4331
|
-
// WalletMinimal aliases
|
|
4332
|
-
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4333
|
-
export {
|
|
4334
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4335
|
-
default as Wallet2Icon
|
|
4336
|
-
} from '../icons/wallet-minimal';
|
|
4337
4335
|
// Utensils aliases
|
|
4338
4336
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4339
4337
|
export {
|
|
4340
4338
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4341
4339
|
default as ForkKnifeIcon
|
|
4342
4340
|
} from '../icons/utensils';
|
|
4341
|
+
// WalletMinimal aliases
|
|
4342
|
+
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4343
|
+
export {
|
|
4344
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4345
|
+
default as Wallet2Icon
|
|
4346
|
+
} from '../icons/wallet-minimal';
|
|
4343
4347
|
// WandSparkles aliases
|
|
4344
4348
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4345
4349
|
export {
|