@lucide/astro 1.40.0 → 1.41.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 +100 -94
- package/src/aliases/prefixed.ts +592 -572
- package/src/aliases/suffixed.ts +861 -841
- package/src/icons/can-soda.ts +18 -0
- package/src/icons/credit-card-reader.ts +18 -0
- package/src/icons/door-closed-locked.ts +2 -2
- package/src/icons/door-closed.ts +2 -2
- package/src/icons/door-open.ts +2 -2
- package/src/icons/{trash-2.ts → door-stairwell.ts} +4 -4
- package/src/icons/engine.ts +18 -0
- package/src/icons/germ-off.ts +18 -0
- package/src/icons/germ.ts +18 -0
- package/src/icons/index.ts +166 -158
- package/src/icons/leaf.ts +2 -2
- package/src/icons/square-exclamation-point.ts +18 -0
- package/src/icons/trash.ts +2 -2
- package/src/icons/virus-off.ts +18 -0
- package/src/icons/virus.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -10,16 +10,16 @@ export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
11
|
// Ad aliases
|
|
12
12
|
export { default as AdIcon } from '../icons/ad';
|
|
13
|
-
// AirVent aliases
|
|
14
|
-
export { default as AirVentIcon } from '../icons/air-vent';
|
|
15
13
|
// Airplay aliases
|
|
16
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
|
+
// AirVent aliases
|
|
16
|
+
export { default as AirVentIcon } from '../icons/air-vent';
|
|
17
17
|
// AlarmClockOff aliases
|
|
18
18
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
19
|
-
// AlarmSmoke aliases
|
|
20
|
-
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
19
|
// AlarmClock aliases
|
|
22
20
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
21
|
+
// AlarmSmoke aliases
|
|
22
|
+
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
23
23
|
// Album aliases
|
|
24
24
|
export { default as AlbumIcon } from '../icons/album';
|
|
25
25
|
// AlignCenterHorizontal aliases
|
|
@@ -28,14 +28,14 @@ export { default as AlignCenterHorizontalIcon } from '../icons/align-center-hori
|
|
|
28
28
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
29
29
|
// AlignEndHorizontal aliases
|
|
30
30
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
|
-
// AlignEndVertical aliases
|
|
32
|
-
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
31
|
// AlignHorizontalDistributeCenter aliases
|
|
34
32
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
|
-
// AlignHorizontalDistributeStart aliases
|
|
36
|
-
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
33
|
// AlignHorizontalDistributeEnd aliases
|
|
38
34
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
|
+
// AlignEndVertical aliases
|
|
36
|
+
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
37
|
+
// AlignHorizontalDistributeStart aliases
|
|
38
|
+
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
39
|
// AlignHorizontalJustifyCenter aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
41
|
// AlignHorizontalJustifyEnd aliases
|
|
@@ -46,10 +46,10 @@ export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horiz
|
|
|
46
46
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
47
|
// AlignHorizontalSpaceBetween aliases
|
|
48
48
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
|
-
// AlignStartVertical aliases
|
|
50
|
-
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
51
49
|
// AlignStartHorizontal aliases
|
|
52
50
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
51
|
+
// AlignStartVertical aliases
|
|
52
|
+
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
53
53
|
// AlignVerticalDistributeCenter aliases
|
|
54
54
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
55
55
|
// AlignVerticalDistributeEnd aliases
|
|
@@ -68,16 +68,16 @@ export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical
|
|
|
68
68
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
69
69
|
// Ambulance aliases
|
|
70
70
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
71
|
-
// Ampersands aliases
|
|
72
|
-
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
73
71
|
// Ampersand aliases
|
|
74
72
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
75
|
-
//
|
|
76
|
-
export { default as
|
|
73
|
+
// Ampersands aliases
|
|
74
|
+
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
77
75
|
// Amphora aliases
|
|
78
76
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
79
77
|
// Angle aliases
|
|
80
78
|
export { default as AngleIcon } from '../icons/angle';
|
|
79
|
+
// Anchor aliases
|
|
80
|
+
export { default as AnchorIcon } from '../icons/anchor';
|
|
81
81
|
// Antenna aliases
|
|
82
82
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
83
83
|
// Anvil aliases
|
|
@@ -90,26 +90,26 @@ 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
|
-
// Archive aliases
|
|
94
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
95
93
|
// ArchiveX aliases
|
|
96
94
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
97
|
-
// ArchiveRestore aliases
|
|
98
|
-
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
99
95
|
// Armchair aliases
|
|
100
96
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
97
|
+
// Archive aliases
|
|
98
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
|
+
// ArchiveRestore aliases
|
|
100
|
+
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
101
101
|
// ArrowBigDownDash aliases
|
|
102
102
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
103
|
// ArrowBigDown aliases
|
|
104
104
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
|
-
// ArrowBigLeft aliases
|
|
106
|
-
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
107
105
|
// ArrowBigLeftDash aliases
|
|
108
106
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
109
|
-
//
|
|
110
|
-
export { default as
|
|
107
|
+
// ArrowBigLeft aliases
|
|
108
|
+
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
111
109
|
// ArrowBigRightDash aliases
|
|
112
110
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
|
+
// ArrowBigRight aliases
|
|
112
|
+
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
113
|
// ArrowBigUpDash aliases
|
|
114
114
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
115
|
// ArrowBigUp aliases
|
|
@@ -120,32 +120,32 @@ export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line'
|
|
|
120
120
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
121
121
|
// ArrowDownNarrowWide aliases
|
|
122
122
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
|
-
// ArrowDownToDot aliases
|
|
124
|
-
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
125
123
|
// ArrowDownRight aliases
|
|
126
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';
|
|
129
127
|
// ArrowDownUp aliases
|
|
130
128
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
129
|
+
// ArrowDownToDot aliases
|
|
130
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
131
131
|
// ArrowDown aliases
|
|
132
132
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
133
133
|
// ArrowLeftFromLine aliases
|
|
134
134
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
135
|
-
// ArrowLeftRight aliases
|
|
136
|
-
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
137
135
|
// ArrowLeftToLine aliases
|
|
138
136
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
137
|
// ArrowLeft aliases
|
|
140
138
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
139
|
+
// ArrowLeftRight aliases
|
|
140
|
+
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
141
141
|
// ArrowRightFromLine aliases
|
|
142
142
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
143
|
+
// ArrowRightLeft aliases
|
|
144
|
+
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
143
145
|
// ArrowRightToLine aliases
|
|
144
146
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
145
147
|
// ArrowRight aliases
|
|
146
148
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
147
|
-
// ArrowRightLeft aliases
|
|
148
|
-
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
149
149
|
// ArrowUpDown aliases
|
|
150
150
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
151
|
// ArrowUpFromDot aliases
|
|
@@ -158,14 +158,14 @@ export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
|
158
158
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
159
159
|
// ArrowUpToLine aliases
|
|
160
160
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
|
+
// ArrowUp aliases
|
|
162
|
+
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
161
163
|
// ArrowUpWideNarrow aliases
|
|
162
164
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
163
165
|
// ArrowsUpFromLine aliases
|
|
164
166
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
165
167
|
// Asterisk aliases
|
|
166
168
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
167
|
-
// ArrowUp aliases
|
|
168
|
-
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
169
169
|
// Astroid aliases
|
|
170
170
|
export { default as AstroidIcon } from '../icons/astroid';
|
|
171
171
|
// AtSign aliases
|
|
@@ -176,54 +176,54 @@ export { default as AtomIcon } from '../icons/atom';
|
|
|
176
176
|
export { default as AudioLinesOffIcon } from '../icons/audio-lines-off';
|
|
177
177
|
// AudioLinesX aliases
|
|
178
178
|
export { default as AudioLinesXIcon } from '../icons/audio-lines-x';
|
|
179
|
-
// AudioLines aliases
|
|
180
|
-
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
181
179
|
// AudioWaveform aliases
|
|
182
180
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
183
181
|
// Award aliases
|
|
184
182
|
export { default as AwardIcon } from '../icons/award';
|
|
185
|
-
//
|
|
186
|
-
export { default as
|
|
187
|
-
// Baby aliases
|
|
188
|
-
export { default as BabyIcon } from '../icons/baby';
|
|
183
|
+
// AudioLines aliases
|
|
184
|
+
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
189
185
|
// Axe aliases
|
|
190
186
|
export { default as AxeIcon } from '../icons/axe';
|
|
187
|
+
// Baby aliases
|
|
188
|
+
export { default as BabyIcon } from '../icons/baby';
|
|
189
|
+
// Backpack aliases
|
|
190
|
+
export { default as BackpackIcon } from '../icons/backpack';
|
|
191
191
|
// BadgeAlert aliases
|
|
192
192
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
193
|
-
// BadgeDollarSign aliases
|
|
194
|
-
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
195
193
|
// BadgeCent aliases
|
|
196
194
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
195
|
+
// BadgeDollarSign aliases
|
|
196
|
+
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
197
197
|
// BadgeEuro aliases
|
|
198
198
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
199
|
-
//
|
|
200
|
-
export { default as
|
|
199
|
+
// BadgeIndianRupee aliases
|
|
200
|
+
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
201
201
|
// BadgeInfo aliases
|
|
202
202
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
203
|
+
// BadgeJapaneseYen aliases
|
|
204
|
+
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
203
205
|
// BadgeMinus aliases
|
|
204
206
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
205
207
|
// BadgePercent aliases
|
|
206
208
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
207
209
|
// BadgePlus aliases
|
|
208
210
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
209
|
-
// BadgeIndianRupee aliases
|
|
210
|
-
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
211
211
|
// BadgePoundSterling aliases
|
|
212
212
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
213
213
|
// BadgeRussianRuble aliases
|
|
214
214
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
215
|
-
// BadgeSwissFranc aliases
|
|
216
|
-
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
217
215
|
// BadgeTurkishLira aliases
|
|
218
216
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
217
|
+
// BadgeSwissFranc aliases
|
|
218
|
+
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
219
219
|
// BadgeX aliases
|
|
220
220
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
221
221
|
// Badge aliases
|
|
222
222
|
export { default as BadgeIcon } from '../icons/badge';
|
|
223
|
-
// BaggageClaim aliases
|
|
224
|
-
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
225
223
|
// Balloon aliases
|
|
226
224
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
225
|
+
// BaggageClaim aliases
|
|
226
|
+
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
227
227
|
// Ban aliases
|
|
228
228
|
export { default as BanIcon } from '../icons/ban';
|
|
229
229
|
// Banana aliases
|
|
@@ -240,56 +240,56 @@ export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
|
240
240
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
241
241
|
// Banknote aliases
|
|
242
242
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
243
|
-
// Barcode aliases
|
|
244
|
-
export { default as BarcodeIcon } from '../icons/barcode';
|
|
245
243
|
// Barrel aliases
|
|
246
244
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
245
|
+
// Barcode aliases
|
|
246
|
+
export { default as BarcodeIcon } from '../icons/barcode';
|
|
247
247
|
// Baseline aliases
|
|
248
248
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
249
|
-
// BatteryCharging aliases
|
|
250
|
-
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
251
249
|
// Bath aliases
|
|
252
250
|
export { default as BathIcon } from '../icons/bath';
|
|
251
|
+
// BatteryCharging aliases
|
|
252
|
+
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
253
|
+
// BatteryLow aliases
|
|
254
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
253
255
|
// BatteryFull aliases
|
|
254
256
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
255
257
|
// BatteryMedium aliases
|
|
256
258
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
257
|
-
// BatteryLow aliases
|
|
258
|
-
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
259
259
|
// BatteryPlus aliases
|
|
260
260
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
261
261
|
// BatteryWarning aliases
|
|
262
262
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
263
|
-
// Beaker aliases
|
|
264
|
-
export { default as BeakerIcon } from '../icons/beaker';
|
|
265
263
|
// Battery aliases
|
|
266
264
|
export { default as BatteryIcon } from '../icons/battery';
|
|
265
|
+
// Beaker aliases
|
|
266
|
+
export { default as BeakerIcon } from '../icons/beaker';
|
|
267
267
|
// BeanOff aliases
|
|
268
268
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
269
|
-
// BedSingle aliases
|
|
270
|
-
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
271
269
|
// Bean aliases
|
|
272
270
|
export { default as BeanIcon } from '../icons/bean';
|
|
271
|
+
// Bed aliases
|
|
272
|
+
export { default as BedIcon } from '../icons/bed';
|
|
273
273
|
// BedDouble aliases
|
|
274
274
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
275
|
-
//
|
|
276
|
-
export { default as
|
|
275
|
+
// BedSingle aliases
|
|
276
|
+
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
277
277
|
// BeefOff aliases
|
|
278
278
|
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
279
|
-
//
|
|
280
|
-
export { default as
|
|
279
|
+
// Beef aliases
|
|
280
|
+
export { default as BeefIcon } from '../icons/beef';
|
|
281
281
|
// BeerOff aliases
|
|
282
282
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
283
283
|
// Beer aliases
|
|
284
284
|
export { default as BeerIcon } from '../icons/beer';
|
|
285
|
-
// BellDot aliases
|
|
286
|
-
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
287
285
|
// BellCheck aliases
|
|
288
286
|
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
289
|
-
//
|
|
290
|
-
export { default as
|
|
287
|
+
// BellDot aliases
|
|
288
|
+
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
291
289
|
// BellMinus aliases
|
|
292
290
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
291
|
+
// BellElectric aliases
|
|
292
|
+
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
293
293
|
// BellOff aliases
|
|
294
294
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
295
295
|
// BellPlus aliases
|
|
@@ -306,24 +306,24 @@ export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-s
|
|
|
306
306
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
307
307
|
// Bike aliases
|
|
308
308
|
export { default as BikeIcon } from '../icons/bike';
|
|
309
|
+
// Binary aliases
|
|
310
|
+
export { default as BinaryIcon } from '../icons/binary';
|
|
309
311
|
// Binoculars aliases
|
|
310
312
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
311
313
|
// Biohazard aliases
|
|
312
314
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
313
315
|
// Bird aliases
|
|
314
316
|
export { default as BirdIcon } from '../icons/bird';
|
|
315
|
-
// Binary aliases
|
|
316
|
-
export { default as BinaryIcon } from '../icons/binary';
|
|
317
317
|
// Birdhouse aliases
|
|
318
318
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
319
319
|
// Bitcoin aliases
|
|
320
320
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
321
321
|
// Blend aliases
|
|
322
322
|
export { default as BlendIcon } from '../icons/blend';
|
|
323
|
-
// Blinds aliases
|
|
324
|
-
export { default as BlindsIcon } from '../icons/blinds';
|
|
325
323
|
// Blender aliases
|
|
326
324
|
export { default as BlenderIcon } from '../icons/blender';
|
|
325
|
+
// Blinds aliases
|
|
326
|
+
export { default as BlindsIcon } from '../icons/blinds';
|
|
327
327
|
// Blocks aliases
|
|
328
328
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
329
329
|
// BluetoothConnected aliases
|
|
@@ -334,14 +334,14 @@ export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
|
334
334
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
335
335
|
// Bluetooth aliases
|
|
336
336
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
337
|
-
// Bolt aliases
|
|
338
|
-
export { default as BoltIcon } from '../icons/bolt';
|
|
339
337
|
// Bold aliases
|
|
340
338
|
export { default as BoldIcon } from '../icons/bold';
|
|
341
|
-
//
|
|
342
|
-
export { default as
|
|
339
|
+
// Bolt aliases
|
|
340
|
+
export { default as BoltIcon } from '../icons/bolt';
|
|
343
341
|
// Bomb aliases
|
|
344
342
|
export { default as BombIcon } from '../icons/bomb';
|
|
343
|
+
// BoneFracture aliases
|
|
344
|
+
export { default as BoneFractureIcon } from '../icons/bone-fracture';
|
|
345
345
|
// Bone aliases
|
|
346
346
|
export { default as BoneIcon } from '../icons/bone';
|
|
347
347
|
// BookA aliases
|
|
@@ -358,88 +358,88 @@ export { default as BookCopyIcon } from '../icons/book-copy';
|
|
|
358
358
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
359
359
|
// BookHeadphones aliases
|
|
360
360
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
361
|
-
// BookImage aliases
|
|
362
|
-
export { default as BookImageIcon } from '../icons/book-image';
|
|
363
|
-
// BookKey aliases
|
|
364
|
-
export { default as BookKeyIcon } from '../icons/book-key';
|
|
365
361
|
// BookHeart aliases
|
|
366
362
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
367
|
-
//
|
|
368
|
-
export { default as
|
|
363
|
+
// BookKey aliases
|
|
364
|
+
export { default as BookKeyIcon } from '../icons/book-key';
|
|
369
365
|
// BookLock aliases
|
|
370
366
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
367
|
+
// BookImage aliases
|
|
368
|
+
export { default as BookImageIcon } from '../icons/book-image';
|
|
371
369
|
// BookMarked aliases
|
|
372
370
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
373
371
|
// BookMinus aliases
|
|
374
372
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
375
373
|
// BookOpenCheck aliases
|
|
376
374
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
375
|
+
// BookOpenText aliases
|
|
376
|
+
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
377
377
|
// BookOpen aliases
|
|
378
378
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
379
379
|
// BookPlus aliases
|
|
380
380
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
381
381
|
// BookSearch aliases
|
|
382
382
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
383
|
-
// BookType aliases
|
|
384
|
-
export { default as BookTypeIcon } from '../icons/book-type';
|
|
385
383
|
// BookText aliases
|
|
386
384
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
385
|
+
// BookType aliases
|
|
386
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
387
387
|
// BookUp2 aliases
|
|
388
388
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
389
389
|
// BookUp aliases
|
|
390
390
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
391
|
-
// BookX aliases
|
|
392
|
-
export { default as BookXIcon } from '../icons/book-x';
|
|
393
391
|
// BookUser aliases
|
|
394
392
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
395
|
-
//
|
|
396
|
-
export { default as
|
|
393
|
+
// BookX aliases
|
|
394
|
+
export { default as BookXIcon } from '../icons/book-x';
|
|
397
395
|
// Book aliases
|
|
398
396
|
export { default as BookIcon } from '../icons/book';
|
|
397
|
+
// BookmarkCheck aliases
|
|
398
|
+
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
399
399
|
// BookmarkMinus aliases
|
|
400
400
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
401
|
+
// BookmarkOff aliases
|
|
402
|
+
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
401
403
|
// BookmarkPlus aliases
|
|
402
404
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
403
405
|
// BookmarkX aliases
|
|
404
406
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
405
|
-
// BookmarkOff aliases
|
|
406
|
-
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
407
407
|
// Bookmark aliases
|
|
408
408
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
409
409
|
// BoomBox aliases
|
|
410
410
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
411
|
-
// BotMessageSquare aliases
|
|
412
|
-
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
413
411
|
// BotOff aliases
|
|
414
412
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
413
|
+
// BotMessageSquare aliases
|
|
414
|
+
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
415
|
+
// BottleWine aliases
|
|
416
|
+
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
415
417
|
// Bot aliases
|
|
416
418
|
export { default as BotIcon } from '../icons/bot';
|
|
417
419
|
// BowArrow aliases
|
|
418
420
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
419
|
-
// BottleWine aliases
|
|
420
|
-
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
421
421
|
// Box aliases
|
|
422
422
|
export { default as BoxIcon } from '../icons/box';
|
|
423
423
|
// Boxes aliases
|
|
424
424
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
425
425
|
// Brackets aliases
|
|
426
426
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
427
|
-
// BrainCog aliases
|
|
428
|
-
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
429
427
|
// BrainCircuit aliases
|
|
430
428
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
429
|
+
// BrainCog aliases
|
|
430
|
+
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
431
431
|
// Brain aliases
|
|
432
432
|
export { default as BrainIcon } from '../icons/brain';
|
|
433
433
|
// BrickWallFire aliases
|
|
434
434
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
435
|
+
// BrickWallShield aliases
|
|
436
|
+
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
435
437
|
// BrickWall aliases
|
|
436
438
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
437
|
-
// BriefcaseBusiness aliases
|
|
438
|
-
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
439
439
|
// Bridge aliases
|
|
440
440
|
export { default as BridgeIcon } from '../icons/bridge';
|
|
441
|
-
//
|
|
442
|
-
export { default as
|
|
441
|
+
// BriefcaseBusiness aliases
|
|
442
|
+
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
443
443
|
// BriefcaseConveyorBelt aliases
|
|
444
444
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
445
445
|
// BriefcaseMedical aliases
|
|
@@ -470,10 +470,10 @@ export { default as BugIcon } from '../icons/bug';
|
|
|
470
470
|
export { default as Building2Icon } from '../icons/building-2';
|
|
471
471
|
// Building aliases
|
|
472
472
|
export { default as BuildingIcon } from '../icons/building';
|
|
473
|
-
// Bus aliases
|
|
474
|
-
export { default as BusIcon } from '../icons/bus';
|
|
475
473
|
// BusFront aliases
|
|
476
474
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
475
|
+
// Bus aliases
|
|
476
|
+
export { default as BusIcon } from '../icons/bus';
|
|
477
477
|
// CableCar aliases
|
|
478
478
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
479
479
|
// Cable aliases
|
|
@@ -496,14 +496,14 @@ export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
|
496
496
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
497
497
|
// CalendarClock aliases
|
|
498
498
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
499
|
-
// CalendarCog aliases
|
|
500
|
-
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
501
499
|
// CalendarDays aliases
|
|
502
500
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
503
501
|
// CalendarFold aliases
|
|
504
502
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
505
503
|
// CalendarHeart aliases
|
|
506
504
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
505
|
+
// CalendarCog aliases
|
|
506
|
+
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
507
507
|
// CalendarMinus2 aliases
|
|
508
508
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
509
509
|
// CalendarMinus aliases
|
|
@@ -514,14 +514,14 @@ export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
|
514
514
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
515
515
|
// CalendarPlus aliases
|
|
516
516
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
517
|
+
// CalendarRange aliases
|
|
518
|
+
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
517
519
|
// CalendarSearch aliases
|
|
518
520
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
519
|
-
// CalendarSync aliases
|
|
520
|
-
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
521
521
|
// CalendarX2 aliases
|
|
522
522
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
523
|
-
//
|
|
524
|
-
export { default as
|
|
523
|
+
// CalendarSync aliases
|
|
524
|
+
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
525
525
|
// CalendarX aliases
|
|
526
526
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
527
527
|
// Calendar aliases
|
|
@@ -532,6 +532,8 @@ export { default as CalendarsIcon } from '../icons/calendars';
|
|
|
532
532
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
533
533
|
// Camera aliases
|
|
534
534
|
export { default as CameraIcon } from '../icons/camera';
|
|
535
|
+
// CanSoda aliases
|
|
536
|
+
export { default as CanSodaIcon } from '../icons/can-soda';
|
|
535
537
|
// Can aliases
|
|
536
538
|
export { default as CanIcon } from '../icons/can';
|
|
537
539
|
// CandyCane aliases
|
|
@@ -552,12 +554,12 @@ export { default as CarBatteryIcon } from '../icons/car-battery';
|
|
|
552
554
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
553
555
|
// CarTaxiFront aliases
|
|
554
556
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
557
|
+
// Car aliases
|
|
558
|
+
export { default as CarIcon } from '../icons/car';
|
|
555
559
|
// Caravan aliases
|
|
556
560
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
557
561
|
// CardSim aliases
|
|
558
562
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
559
|
-
// Car aliases
|
|
560
|
-
export { default as CarIcon } from '../icons/car';
|
|
561
563
|
// Carrot aliases
|
|
562
564
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
563
565
|
// CaseLower aliases
|
|
@@ -574,10 +576,10 @@ export { default as CastIcon } from '../icons/cast';
|
|
|
574
576
|
export { default as CastleIcon } from '../icons/castle';
|
|
575
577
|
// Cat aliases
|
|
576
578
|
export { default as CatIcon } from '../icons/cat';
|
|
577
|
-
// Cctv aliases
|
|
578
|
-
export { default as CctvIcon } from '../icons/cctv';
|
|
579
579
|
// CctvOff aliases
|
|
580
580
|
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
581
|
+
// Cctv aliases
|
|
582
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
581
583
|
// ChartBarDecreasing aliases
|
|
582
584
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
583
585
|
// ChartBarIncreasing aliases
|
|
@@ -600,22 +602,22 @@ export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combi
|
|
|
600
602
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
601
603
|
// CheckCheck aliases
|
|
602
604
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
603
|
-
// Check aliases
|
|
604
|
-
export { default as CheckIcon } from '../icons/check';
|
|
605
605
|
// CheckLine aliases
|
|
606
606
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
607
607
|
// ChefHat aliases
|
|
608
608
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
609
|
+
// Check aliases
|
|
610
|
+
export { default as CheckIcon } from '../icons/check';
|
|
609
611
|
// Cherry aliases
|
|
610
612
|
export { default as CherryIcon } from '../icons/cherry';
|
|
611
|
-
// ChessBishop aliases
|
|
612
|
-
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
613
613
|
// ChessKing aliases
|
|
614
614
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
615
|
-
//
|
|
616
|
-
export { default as
|
|
615
|
+
// ChessBishop aliases
|
|
616
|
+
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
617
617
|
// ChessPawn aliases
|
|
618
618
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
619
|
+
// ChessKnight aliases
|
|
620
|
+
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
619
621
|
// ChessQueen aliases
|
|
620
622
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
621
623
|
// ChessRook aliases
|
|
@@ -630,30 +632,30 @@ export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
|
630
632
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
631
633
|
// ChevronRight aliases
|
|
632
634
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
633
|
-
// ChevronUp aliases
|
|
634
|
-
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
635
635
|
// ChevronsDownUp aliases
|
|
636
636
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
637
|
-
//
|
|
638
|
-
export { default as
|
|
637
|
+
// ChevronUp aliases
|
|
638
|
+
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
639
639
|
// ChevronsDown aliases
|
|
640
640
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
641
|
+
// ChevronsLeftRightEllipsis aliases
|
|
642
|
+
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
641
643
|
// ChevronsLeftRight aliases
|
|
642
644
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
643
645
|
// ChevronsLeft aliases
|
|
644
646
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
645
|
-
// ChevronsRight aliases
|
|
646
|
-
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
647
647
|
// ChevronsRightLeft aliases
|
|
648
648
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
649
|
-
//
|
|
650
|
-
export { default as
|
|
649
|
+
// ChevronsRight aliases
|
|
650
|
+
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
651
651
|
// ChevronsUpDown aliases
|
|
652
652
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
653
|
-
//
|
|
654
|
-
export { default as
|
|
653
|
+
// ChevronsUp aliases
|
|
654
|
+
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
655
655
|
// Church aliases
|
|
656
656
|
export { default as ChurchIcon } from '../icons/church';
|
|
657
|
+
// CigaretteOff aliases
|
|
658
|
+
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
657
659
|
// Cigarette aliases
|
|
658
660
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
659
661
|
// CircleDashed aliases
|
|
@@ -664,22 +666,22 @@ export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
|
664
666
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
665
667
|
// CircleDot aliases
|
|
666
668
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
667
|
-
// CircleEllipsis aliases
|
|
668
|
-
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
669
669
|
// CircleEqual aliases
|
|
670
670
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
671
671
|
// CircleEuro aliases
|
|
672
672
|
export { default as CircleEuroIcon } from '../icons/circle-euro';
|
|
673
|
+
// CircleEllipsis aliases
|
|
674
|
+
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
673
675
|
// CircleFadingArrowUp aliases
|
|
674
676
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
675
|
-
// CirclePile aliases
|
|
676
|
-
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
677
677
|
// CircleFadingPlus aliases
|
|
678
678
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
679
679
|
// CircleOff aliases
|
|
680
680
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
681
681
|
// CirclePoundSterling aliases
|
|
682
682
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
683
|
+
// CirclePile aliases
|
|
684
|
+
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
683
685
|
// CircleSlash aliases
|
|
684
686
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
685
687
|
// CircleSmall aliases
|
|
@@ -692,26 +694,26 @@ export { default as CircleIcon } from '../icons/circle';
|
|
|
692
694
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
693
695
|
// Citrus aliases
|
|
694
696
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
695
|
-
// Clapperboard aliases
|
|
696
|
-
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
697
697
|
// ClipboardCheck aliases
|
|
698
698
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
699
699
|
// ClipboardClock aliases
|
|
700
700
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
701
|
-
//
|
|
702
|
-
export { default as
|
|
701
|
+
// Clapperboard aliases
|
|
702
|
+
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
703
703
|
// ClipboardList aliases
|
|
704
704
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
705
|
+
// ClipboardCopy aliases
|
|
706
|
+
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
705
707
|
// ClipboardMinus aliases
|
|
706
708
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
707
709
|
// ClipboardPaste aliases
|
|
708
710
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
709
|
-
// ClipboardPlus aliases
|
|
710
|
-
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
711
711
|
// ClipboardType aliases
|
|
712
712
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
713
713
|
// ClipboardX aliases
|
|
714
714
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
715
|
+
// ClipboardPlus aliases
|
|
716
|
+
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
715
717
|
// Clipboard aliases
|
|
716
718
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
717
719
|
// Clock1 aliases
|
|
@@ -740,16 +742,16 @@ export { default as Clock8Icon } from '../icons/clock-8';
|
|
|
740
742
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
741
743
|
// ClockAlert aliases
|
|
742
744
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
743
|
-
// ClockArrowDown aliases
|
|
744
|
-
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
745
745
|
// ClockArrowLeft aliases
|
|
746
746
|
export { default as ClockArrowLeftIcon } from '../icons/clock-arrow-left';
|
|
747
|
+
// ClockArrowDown aliases
|
|
748
|
+
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
747
749
|
// ClockArrowRight aliases
|
|
748
750
|
export { default as ClockArrowRightIcon } from '../icons/clock-arrow-right';
|
|
749
|
-
// ClockArrowUp aliases
|
|
750
|
-
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
751
751
|
// ClockCheck aliases
|
|
752
752
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
753
|
+
// ClockArrowUp aliases
|
|
754
|
+
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
753
755
|
// ClockFading aliases
|
|
754
756
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
755
757
|
// ClockPlus aliases
|
|
@@ -766,10 +768,10 @@ export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
|
766
768
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
767
769
|
// CloudCog aliases
|
|
768
770
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
769
|
-
// CloudFog aliases
|
|
770
|
-
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
771
771
|
// CloudDrizzle aliases
|
|
772
772
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
773
|
+
// CloudFog aliases
|
|
774
|
+
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
773
775
|
// CloudHail aliases
|
|
774
776
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
775
777
|
// CloudLightning aliases
|
|
@@ -812,10 +814,10 @@ export { default as CoinsIcon } from '../icons/coins';
|
|
|
812
814
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
813
815
|
// Combine aliases
|
|
814
816
|
export { default as CombineIcon } from '../icons/combine';
|
|
815
|
-
// Command aliases
|
|
816
|
-
export { default as CommandIcon } from '../icons/command';
|
|
817
817
|
// Compass aliases
|
|
818
818
|
export { default as CompassIcon } from '../icons/compass';
|
|
819
|
+
// Command aliases
|
|
820
|
+
export { default as CommandIcon } from '../icons/command';
|
|
819
821
|
// Component aliases
|
|
820
822
|
export { default as ComponentIcon } from '../icons/component';
|
|
821
823
|
// Computer aliases
|
|
@@ -826,10 +828,10 @@ export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
|
826
828
|
export { default as ConeIcon } from '../icons/cone';
|
|
827
829
|
// Construction aliases
|
|
828
830
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
829
|
-
// Contact aliases
|
|
830
|
-
export { default as ContactIcon } from '../icons/contact';
|
|
831
831
|
// Container aliases
|
|
832
832
|
export { default as ContainerIcon } from '../icons/container';
|
|
833
|
+
// Contact aliases
|
|
834
|
+
export { default as ContactIcon } from '../icons/contact';
|
|
833
835
|
// Contrast aliases
|
|
834
836
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
835
837
|
// Cookie aliases
|
|
@@ -848,10 +850,10 @@ export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
|
848
850
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
849
851
|
// Copy aliases
|
|
850
852
|
export { default as CopyIcon } from '../icons/copy';
|
|
851
|
-
// Copyright aliases
|
|
852
|
-
export { default as CopyrightIcon } from '../icons/copyright';
|
|
853
853
|
// Copyleft aliases
|
|
854
854
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
855
|
+
// Copyright aliases
|
|
856
|
+
export { default as CopyrightIcon } from '../icons/copyright';
|
|
855
857
|
// CornerDownLeft aliases
|
|
856
858
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
857
859
|
// CornerDownRight aliases
|
|
@@ -860,24 +862,26 @@ export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
|
860
862
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
861
863
|
// CornerLeftUp aliases
|
|
862
864
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
863
|
-
// CornerRightUp aliases
|
|
864
|
-
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
865
865
|
// CornerRightDown aliases
|
|
866
866
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
867
|
-
//
|
|
868
|
-
export { default as
|
|
867
|
+
// CornerRightUp aliases
|
|
868
|
+
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
869
869
|
// CornerUpLeft aliases
|
|
870
870
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
871
|
+
// CornerUpRight aliases
|
|
872
|
+
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
871
873
|
// Cpu aliases
|
|
872
874
|
export { default as CpuIcon } from '../icons/cpu';
|
|
873
875
|
// CreativeCommons aliases
|
|
874
876
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
875
877
|
// CreditCardCheck aliases
|
|
876
878
|
export { default as CreditCardCheckIcon } from '../icons/credit-card-check';
|
|
877
|
-
// CreditCardPlus aliases
|
|
878
|
-
export { default as CreditCardPlusIcon } from '../icons/credit-card-plus';
|
|
879
879
|
// CreditCardMinus aliases
|
|
880
880
|
export { default as CreditCardMinusIcon } from '../icons/credit-card-minus';
|
|
881
|
+
// CreditCardPlus aliases
|
|
882
|
+
export { default as CreditCardPlusIcon } from '../icons/credit-card-plus';
|
|
883
|
+
// CreditCardReader aliases
|
|
884
|
+
export { default as CreditCardReaderIcon } from '../icons/credit-card-reader';
|
|
881
885
|
// CreditCardX aliases
|
|
882
886
|
export { default as CreditCardXIcon } from '../icons/credit-card-x';
|
|
883
887
|
// CreditCard aliases
|
|
@@ -886,26 +890,26 @@ export { default as CreditCardIcon } from '../icons/credit-card';
|
|
|
886
890
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
887
891
|
// Crop aliases
|
|
888
892
|
export { default as CropIcon } from '../icons/crop';
|
|
889
|
-
// Cross aliases
|
|
890
|
-
export { default as CrossIcon } from '../icons/cross';
|
|
891
893
|
// Crosshair aliases
|
|
892
894
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
893
895
|
// Crown aliases
|
|
894
896
|
export { default as CrownIcon } from '../icons/crown';
|
|
895
|
-
//
|
|
896
|
-
export { default as
|
|
897
|
+
// Cross aliases
|
|
898
|
+
export { default as CrossIcon } from '../icons/cross';
|
|
897
899
|
// CupSoda aliases
|
|
898
900
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
901
|
+
// Cuboid aliases
|
|
902
|
+
export { default as CuboidIcon } from '../icons/cuboid';
|
|
899
903
|
// Currency aliases
|
|
900
904
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
901
|
-
// Dam aliases
|
|
902
|
-
export { default as DamIcon } from '../icons/dam';
|
|
903
905
|
// Cylinder aliases
|
|
904
906
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
905
|
-
// DatabaseArrowUp aliases
|
|
906
|
-
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
907
907
|
// DatabaseArrowDown aliases
|
|
908
908
|
export { default as DatabaseArrowDownIcon } from '../icons/database-arrow-down';
|
|
909
|
+
// Dam aliases
|
|
910
|
+
export { default as DamIcon } from '../icons/dam';
|
|
911
|
+
// DatabaseArrowUp aliases
|
|
912
|
+
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
909
913
|
// DatabaseBackup aliases
|
|
910
914
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
911
915
|
// DatabaseCheck aliases
|
|
@@ -914,14 +918,14 @@ export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
|
914
918
|
export { default as DatabaseMinusIcon } from '../icons/database-minus';
|
|
915
919
|
// DatabasePlus aliases
|
|
916
920
|
export { default as DatabasePlusIcon } from '../icons/database-plus';
|
|
917
|
-
// DatabaseX aliases
|
|
918
|
-
export { default as DatabaseXIcon } from '../icons/database-x';
|
|
919
|
-
// Database aliases
|
|
920
|
-
export { default as DatabaseIcon } from '../icons/database';
|
|
921
921
|
// DatabaseSearch aliases
|
|
922
922
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
923
|
+
// DatabaseX aliases
|
|
924
|
+
export { default as DatabaseXIcon } from '../icons/database-x';
|
|
923
925
|
// DatabaseZap aliases
|
|
924
926
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
927
|
+
// Database aliases
|
|
928
|
+
export { default as DatabaseIcon } from '../icons/database';
|
|
925
929
|
// DecimalsArrowLeft aliases
|
|
926
930
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
927
931
|
// DecimalsArrowRight aliases
|
|
@@ -930,14 +934,14 @@ export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right
|
|
|
930
934
|
export { default as DeleteIcon } from '../icons/delete';
|
|
931
935
|
// Dessert aliases
|
|
932
936
|
export { default as DessertIcon } from '../icons/dessert';
|
|
933
|
-
// Diameter aliases
|
|
934
|
-
export { default as DiameterIcon } from '../icons/diameter';
|
|
935
|
-
// Diamond aliases
|
|
936
|
-
export { default as DiamondIcon } from '../icons/diamond';
|
|
937
937
|
// DiamondMinus aliases
|
|
938
938
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
939
|
+
// Diameter aliases
|
|
940
|
+
export { default as DiameterIcon } from '../icons/diameter';
|
|
939
941
|
// DiamondPlus aliases
|
|
940
942
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
943
|
+
// Diamond aliases
|
|
944
|
+
export { default as DiamondIcon } from '../icons/diamond';
|
|
941
945
|
// Dice1 aliases
|
|
942
946
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
943
947
|
// Dice2 aliases
|
|
@@ -958,10 +962,10 @@ export { default as DiffIcon } from '../icons/diff';
|
|
|
958
962
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
959
963
|
// Disc3 aliases
|
|
960
964
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
961
|
-
// Disc aliases
|
|
962
|
-
export { default as DiscIcon } from '../icons/disc';
|
|
963
965
|
// DiscAlbum aliases
|
|
964
966
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
967
|
+
// Disc aliases
|
|
968
|
+
export { default as DiscIcon } from '../icons/disc';
|
|
965
969
|
// Divide aliases
|
|
966
970
|
export { default as DivideIcon } from '../icons/divide';
|
|
967
971
|
// DnaOff aliases
|
|
@@ -982,6 +986,8 @@ export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
|
982
986
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
983
987
|
// DoorOpen aliases
|
|
984
988
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
989
|
+
// DoorStairwell aliases
|
|
990
|
+
export { default as DoorStairwellIcon } from '../icons/door-stairwell';
|
|
985
991
|
// Dot aliases
|
|
986
992
|
export { default as DotIcon } from '../icons/dot';
|
|
987
993
|
// Download aliases
|
|
@@ -1008,34 +1014,36 @@ export { default as DrumstickIcon } from '../icons/drumstick';
|
|
|
1008
1014
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
1009
1015
|
// EarOff aliases
|
|
1010
1016
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
1017
|
+
// Ear aliases
|
|
1018
|
+
export { default as EarIcon } from '../icons/ear';
|
|
1011
1019
|
// EarthLock aliases
|
|
1012
1020
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
1013
1021
|
// Eclipse aliases
|
|
1014
1022
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
1015
1023
|
// EggFried aliases
|
|
1016
1024
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
1017
|
-
// Ear aliases
|
|
1018
|
-
export { default as EarIcon } from '../icons/ear';
|
|
1019
1025
|
// EggOff aliases
|
|
1020
1026
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
1021
|
-
// Egg aliases
|
|
1022
|
-
export { default as EggIcon } from '../icons/egg';
|
|
1023
1027
|
// Eject aliases
|
|
1024
1028
|
export { default as EjectIcon } from '../icons/eject';
|
|
1029
|
+
// Egg aliases
|
|
1030
|
+
export { default as EggIcon } from '../icons/egg';
|
|
1025
1031
|
// Ellipse aliases
|
|
1026
1032
|
export { default as EllipseIcon } from '../icons/ellipse';
|
|
1033
|
+
// Engine aliases
|
|
1034
|
+
export { default as EngineIcon } from '../icons/engine';
|
|
1027
1035
|
// EqualApproximately aliases
|
|
1028
1036
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
1029
1037
|
// EqualNot aliases
|
|
1030
1038
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
1031
1039
|
// Equal aliases
|
|
1032
1040
|
export { default as EqualIcon } from '../icons/equal';
|
|
1033
|
-
// EthernetPort aliases
|
|
1034
|
-
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
1035
1041
|
// Eraser aliases
|
|
1036
1042
|
export { default as EraserIcon } from '../icons/eraser';
|
|
1037
1043
|
// Euro aliases
|
|
1038
1044
|
export { default as EuroIcon } from '../icons/euro';
|
|
1045
|
+
// EthernetPort aliases
|
|
1046
|
+
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
1039
1047
|
// EvCharger aliases
|
|
1040
1048
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
1041
1049
|
// Expand aliases
|
|
@@ -1082,10 +1090,10 @@ export { default as FileDownIcon } from '../icons/file-down';
|
|
|
1082
1090
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1083
1091
|
// FileImage aliases
|
|
1084
1092
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1085
|
-
// FileInput aliases
|
|
1086
|
-
export { default as FileInputIcon } from '../icons/file-input';
|
|
1087
1093
|
// FileMinus aliases
|
|
1088
1094
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1095
|
+
// FileInput aliases
|
|
1096
|
+
export { default as FileInputIcon } from '../icons/file-input';
|
|
1089
1097
|
// FileMusic aliases
|
|
1090
1098
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1091
1099
|
// FileOutput aliases
|
|
@@ -1124,10 +1132,10 @@ export { default as FileIcon } from '../icons/file';
|
|
|
1124
1132
|
export { default as FilesIcon } from '../icons/files';
|
|
1125
1133
|
// Film aliases
|
|
1126
1134
|
export { default as FilmIcon } from '../icons/film';
|
|
1127
|
-
// FireExtinguisher aliases
|
|
1128
|
-
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1129
1135
|
// FishOff aliases
|
|
1130
1136
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1137
|
+
// FireExtinguisher aliases
|
|
1138
|
+
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1131
1139
|
// FishSymbol aliases
|
|
1132
1140
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1133
1141
|
// Fish aliases
|
|
@@ -1154,14 +1162,14 @@ export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
|
1154
1162
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1155
1163
|
// FlaskConicalOff aliases
|
|
1156
1164
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1157
|
-
// FlaskRound aliases
|
|
1158
|
-
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1159
|
-
// FlipVertical2 aliases
|
|
1160
|
-
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1161
1165
|
// FlaskConical aliases
|
|
1162
1166
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1167
|
+
// FlaskRound aliases
|
|
1168
|
+
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1163
1169
|
// FlipHorizontal2 aliases
|
|
1164
1170
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1171
|
+
// FlipVertical2 aliases
|
|
1172
|
+
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1165
1173
|
// Flower2 aliases
|
|
1166
1174
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1167
1175
|
// Flower aliases
|
|
@@ -1170,10 +1178,10 @@ export { default as FlowerIcon } from '../icons/flower';
|
|
|
1170
1178
|
export { default as FocusIcon } from '../icons/focus';
|
|
1171
1179
|
// FoldHorizontal aliases
|
|
1172
1180
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1173
|
-
// FolderArchive aliases
|
|
1174
|
-
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1175
1181
|
// FoldVertical aliases
|
|
1176
1182
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1183
|
+
// FolderArchive aliases
|
|
1184
|
+
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1177
1185
|
// FolderBookmark aliases
|
|
1178
1186
|
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1179
1187
|
// FolderCheck aliases
|
|
@@ -1196,10 +1204,10 @@ export { default as FolderGitIcon } from '../icons/folder-git';
|
|
|
1196
1204
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1197
1205
|
// FolderInput aliases
|
|
1198
1206
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1199
|
-
// FolderKey aliases
|
|
1200
|
-
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1201
1207
|
// FolderKanban aliases
|
|
1202
1208
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1209
|
+
// FolderKey aliases
|
|
1210
|
+
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1203
1211
|
// FolderLock aliases
|
|
1204
1212
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1205
1213
|
// FolderMinus aliases
|
|
@@ -1216,12 +1224,12 @@ export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
|
1216
1224
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1217
1225
|
// FolderSearch2 aliases
|
|
1218
1226
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1219
|
-
// FolderSymlink aliases
|
|
1220
|
-
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1221
1227
|
// FolderSearch aliases
|
|
1222
1228
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1223
1229
|
// FolderSync aliases
|
|
1224
1230
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1231
|
+
// FolderSymlink aliases
|
|
1232
|
+
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1225
1233
|
// FolderTree aliases
|
|
1226
1234
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1227
1235
|
// FolderUp aliases
|
|
@@ -1230,12 +1238,12 @@ export { default as FolderUpIcon } from '../icons/folder-up';
|
|
|
1230
1238
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1231
1239
|
// Folder aliases
|
|
1232
1240
|
export { default as FolderIcon } from '../icons/folder';
|
|
1233
|
-
// Folders aliases
|
|
1234
|
-
export { default as FoldersIcon } from '../icons/folders';
|
|
1235
|
-
// Forklift aliases
|
|
1236
|
-
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1237
1241
|
// Footprints aliases
|
|
1238
1242
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1243
|
+
// Forklift aliases
|
|
1244
|
+
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1245
|
+
// Folders aliases
|
|
1246
|
+
export { default as FoldersIcon } from '../icons/folders';
|
|
1239
1247
|
// Form aliases
|
|
1240
1248
|
export { default as FormIcon } from '../icons/form';
|
|
1241
1249
|
// Forward aliases
|
|
@@ -1246,10 +1254,10 @@ export { default as FrameIcon } from '../icons/frame';
|
|
|
1246
1254
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1247
1255
|
// Fullscreen aliases
|
|
1248
1256
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1249
|
-
// Galaxy aliases
|
|
1250
|
-
export { default as GalaxyIcon } from '../icons/galaxy';
|
|
1251
1257
|
// FunnelPlus aliases
|
|
1252
1258
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1259
|
+
// Galaxy aliases
|
|
1260
|
+
export { default as GalaxyIcon } from '../icons/galaxy';
|
|
1253
1261
|
// GalleryHorizontalEnd aliases
|
|
1254
1262
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1255
1263
|
// GalleryThumbnails aliases
|
|
@@ -1274,24 +1282,28 @@ export { default as GavelIcon } from '../icons/gavel';
|
|
|
1274
1282
|
export { default as GemIcon } from '../icons/gem';
|
|
1275
1283
|
// GeorgianLari aliases
|
|
1276
1284
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1285
|
+
// GermOff aliases
|
|
1286
|
+
export { default as GermOffIcon } from '../icons/germ-off';
|
|
1287
|
+
// Germ aliases
|
|
1288
|
+
export { default as GermIcon } from '../icons/germ';
|
|
1289
|
+
// Ghost aliases
|
|
1290
|
+
export { default as GhostIcon } from '../icons/ghost';
|
|
1277
1291
|
// Gift aliases
|
|
1278
1292
|
export { default as GiftIcon } from '../icons/gift';
|
|
1279
1293
|
// GitBranchMinus aliases
|
|
1280
1294
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1281
|
-
// GitBranchPlus aliases
|
|
1282
|
-
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1283
1295
|
// GitBranch aliases
|
|
1284
1296
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1285
|
-
//
|
|
1286
|
-
export { default as
|
|
1287
|
-
// GitCommitVertical aliases
|
|
1288
|
-
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1297
|
+
// GitBranchPlus aliases
|
|
1298
|
+
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1289
1299
|
// GitCompareArrows aliases
|
|
1290
1300
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1291
|
-
//
|
|
1292
|
-
export { default as
|
|
1301
|
+
// GitCommitVertical aliases
|
|
1302
|
+
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1293
1303
|
// GitCompare aliases
|
|
1294
1304
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1305
|
+
// GitFork aliases
|
|
1306
|
+
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1295
1307
|
// GitGraph aliases
|
|
1296
1308
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1297
1309
|
// GitMergeConflict aliases
|
|
@@ -1316,48 +1328,48 @@ export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
|
1316
1328
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1317
1329
|
// GlobeCheck aliases
|
|
1318
1330
|
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1331
|
+
// GlobeLock aliases
|
|
1332
|
+
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1319
1333
|
// GlobeOff aliases
|
|
1320
1334
|
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1321
1335
|
// GlobeX aliases
|
|
1322
1336
|
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1323
|
-
// GlobeLock aliases
|
|
1324
|
-
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1325
1337
|
// Globe aliases
|
|
1326
1338
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1327
|
-
// Goal aliases
|
|
1328
|
-
export { default as GoalIcon } from '../icons/goal';
|
|
1329
|
-
// GraduationCap aliases
|
|
1330
|
-
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1331
1339
|
// Gpu aliases
|
|
1332
1340
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1341
|
+
// Goal aliases
|
|
1342
|
+
export { default as GoalIcon } from '../icons/goal';
|
|
1333
1343
|
// Grape aliases
|
|
1334
1344
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1335
1345
|
// Grid3x2 aliases
|
|
1336
1346
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1347
|
+
// GraduationCap aliases
|
|
1348
|
+
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1337
1349
|
// GripHorizontal aliases
|
|
1338
1350
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1339
|
-
// GripVertical aliases
|
|
1340
|
-
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1341
1351
|
// Grip aliases
|
|
1342
1352
|
export { default as GripIcon } from '../icons/grip';
|
|
1343
1353
|
// Group aliases
|
|
1344
1354
|
export { default as GroupIcon } from '../icons/group';
|
|
1345
|
-
//
|
|
1346
|
-
export { default as
|
|
1355
|
+
// GripVertical aliases
|
|
1356
|
+
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1347
1357
|
// Ham aliases
|
|
1348
1358
|
export { default as HamIcon } from '../icons/ham';
|
|
1359
|
+
// Guitar aliases
|
|
1360
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1349
1361
|
// Hamburger aliases
|
|
1350
1362
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1351
1363
|
// Hammer aliases
|
|
1352
1364
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1353
|
-
// HandFist aliases
|
|
1354
|
-
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1355
1365
|
// HandCoins aliases
|
|
1356
1366
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1357
1367
|
// HandHeart aliases
|
|
1358
1368
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1359
1369
|
// HandMetal aliases
|
|
1360
1370
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1371
|
+
// HandFist aliases
|
|
1372
|
+
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1361
1373
|
// HandPlatter aliases
|
|
1362
1374
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1363
1375
|
// Hand aliases
|
|
@@ -1396,10 +1408,10 @@ export { default as Heading4Icon } from '../icons/heading-4';
|
|
|
1396
1408
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1397
1409
|
// Heading6 aliases
|
|
1398
1410
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1399
|
-
// Heading aliases
|
|
1400
|
-
export { default as HeadingIcon } from '../icons/heading';
|
|
1401
1411
|
// HeadphoneOff aliases
|
|
1402
1412
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1413
|
+
// Heading aliases
|
|
1414
|
+
export { default as HeadingIcon } from '../icons/heading';
|
|
1403
1415
|
// Headphones aliases
|
|
1404
1416
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1405
1417
|
// Headset aliases
|
|
@@ -1426,26 +1438,26 @@ export { default as HeaterIcon } from '../icons/heater';
|
|
|
1426
1438
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1427
1439
|
// Hexagon aliases
|
|
1428
1440
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1429
|
-
// HopOff aliases
|
|
1430
|
-
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1431
1441
|
// Highlighter aliases
|
|
1432
1442
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1433
1443
|
// Hop aliases
|
|
1434
1444
|
export { default as HopIcon } from '../icons/hop';
|
|
1435
1445
|
// Hospital aliases
|
|
1436
1446
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1447
|
+
// HopOff aliases
|
|
1448
|
+
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1437
1449
|
// Hotel aliases
|
|
1438
1450
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1439
1451
|
// Hourglass aliases
|
|
1440
1452
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1441
1453
|
// HouseHeart aliases
|
|
1442
1454
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1455
|
+
// HouseWifi aliases
|
|
1456
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1443
1457
|
// HousePlug aliases
|
|
1444
1458
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1445
1459
|
// HousePlus aliases
|
|
1446
1460
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1447
|
-
// HouseWifi aliases
|
|
1448
|
-
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1449
1461
|
// IdCardLanyard aliases
|
|
1450
1462
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1451
1463
|
// IdCard aliases
|
|
@@ -1454,22 +1466,22 @@ export { default as IdCardIcon } from '../icons/id-card';
|
|
|
1454
1466
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1455
1467
|
// ImageMinus aliases
|
|
1456
1468
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1457
|
-
// ImagePlus aliases
|
|
1458
|
-
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1459
|
-
// ImageUpscale aliases
|
|
1460
|
-
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1461
|
-
// ImageUp aliases
|
|
1462
|
-
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1463
1469
|
// ImageOff aliases
|
|
1464
1470
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1471
|
+
// ImagePlay aliases
|
|
1472
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1473
|
+
// ImageUp aliases
|
|
1474
|
+
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1475
|
+
// ImageUpscale aliases
|
|
1476
|
+
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1477
|
+
// ImagePlus aliases
|
|
1478
|
+
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1465
1479
|
// Image aliases
|
|
1466
1480
|
export { default as ImageIcon } from '../icons/image';
|
|
1467
|
-
// Images aliases
|
|
1468
|
-
export { default as ImagesIcon } from '../icons/images';
|
|
1469
1481
|
// Import aliases
|
|
1470
1482
|
export { default as ImportIcon } from '../icons/import';
|
|
1471
|
-
//
|
|
1472
|
-
export { default as
|
|
1483
|
+
// Images aliases
|
|
1484
|
+
export { default as ImagesIcon } from '../icons/images';
|
|
1473
1485
|
// Inbox aliases
|
|
1474
1486
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1475
1487
|
// IndianRupee aliases
|
|
@@ -1478,10 +1490,10 @@ export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
|
1478
1490
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1479
1491
|
// Info aliases
|
|
1480
1492
|
export { default as InfoIcon } from '../icons/info';
|
|
1481
|
-
// InspectionPanel aliases
|
|
1482
|
-
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1483
1493
|
// Italic aliases
|
|
1484
1494
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1495
|
+
// InspectionPanel aliases
|
|
1496
|
+
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1485
1497
|
// IterationCcw aliases
|
|
1486
1498
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1487
1499
|
// IterationCw aliases
|
|
@@ -1500,30 +1512,30 @@ export { default as KeyRoundIcon } from '../icons/key-round';
|
|
|
1500
1512
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1501
1513
|
// Key aliases
|
|
1502
1514
|
export { default as KeyIcon } from '../icons/key';
|
|
1503
|
-
// KeyboardOff aliases
|
|
1504
|
-
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1505
1515
|
// KeyboardMusic aliases
|
|
1506
1516
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1517
|
+
// KeyboardOff aliases
|
|
1518
|
+
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1507
1519
|
// Keyboard aliases
|
|
1508
1520
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1509
1521
|
// LampCeiling aliases
|
|
1510
1522
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1511
|
-
// LampDesk aliases
|
|
1512
|
-
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1513
1523
|
// LampFloor aliases
|
|
1514
1524
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1515
1525
|
// LampWallDown aliases
|
|
1516
1526
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1527
|
+
// LampDesk aliases
|
|
1528
|
+
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1517
1529
|
// LampWallUp aliases
|
|
1518
1530
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1519
1531
|
// Lamp aliases
|
|
1520
1532
|
export { default as LampIcon } from '../icons/lamp';
|
|
1521
1533
|
// LandPlot aliases
|
|
1522
1534
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1523
|
-
// Languages aliases
|
|
1524
|
-
export { default as LanguagesIcon } from '../icons/languages';
|
|
1525
1535
|
// Landmark aliases
|
|
1526
1536
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1537
|
+
// Languages aliases
|
|
1538
|
+
export { default as LanguagesIcon } from '../icons/languages';
|
|
1527
1539
|
// LaptopMinimalCheck aliases
|
|
1528
1540
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1529
1541
|
// Laptop aliases
|
|
@@ -1546,22 +1558,22 @@ export { default as LayersArrowUpIcon } from '../icons/layers-arrow-up';
|
|
|
1546
1558
|
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1547
1559
|
// LayersPlus aliases
|
|
1548
1560
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1549
|
-
// LayoutFreeform aliases
|
|
1550
|
-
export { default as LayoutFreeformIcon } from '../icons/layout-freeform';
|
|
1551
1561
|
// LayoutDashboard aliases
|
|
1552
1562
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1553
1563
|
// LayoutGrid aliases
|
|
1554
1564
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1555
|
-
//
|
|
1556
|
-
export { default as
|
|
1565
|
+
// LayoutFreeform aliases
|
|
1566
|
+
export { default as LayoutFreeformIcon } from '../icons/layout-freeform';
|
|
1557
1567
|
// LayoutList aliases
|
|
1558
1568
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1569
|
+
// LayoutPanelLeft aliases
|
|
1570
|
+
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1559
1571
|
// LayoutPanelTop aliases
|
|
1560
1572
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1561
|
-
// LayoutTemplate aliases
|
|
1562
|
-
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1563
1573
|
// Leaf aliases
|
|
1564
1574
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1575
|
+
// LayoutTemplate aliases
|
|
1576
|
+
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1565
1577
|
// LeafyGreen aliases
|
|
1566
1578
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1567
1579
|
// Lectern aliases
|
|
@@ -1574,10 +1586,10 @@ export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
|
1574
1586
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1575
1587
|
// Library aliases
|
|
1576
1588
|
export { default as LibraryIcon } from '../icons/library';
|
|
1577
|
-
// Ligature aliases
|
|
1578
|
-
export { default as LigatureIcon } from '../icons/ligature';
|
|
1579
1589
|
// LifeBuoy aliases
|
|
1580
1590
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1591
|
+
// Ligature aliases
|
|
1592
|
+
export { default as LigatureIcon } from '../icons/ligature';
|
|
1581
1593
|
// LightbulbOff aliases
|
|
1582
1594
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1583
1595
|
// Lightbulb aliases
|
|
@@ -1586,32 +1598,32 @@ export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
|
1586
1598
|
export { default as LighthouseIcon } from '../icons/lighthouse';
|
|
1587
1599
|
// LineDotRightHorizontal aliases
|
|
1588
1600
|
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1589
|
-
// LineStyle aliases
|
|
1590
|
-
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1591
1601
|
// LineSquiggle aliases
|
|
1592
1602
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1603
|
+
// LineStyle aliases
|
|
1604
|
+
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1593
1605
|
// Link2Off aliases
|
|
1594
1606
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1595
|
-
// Link aliases
|
|
1596
|
-
export { default as LinkIcon } from '../icons/link';
|
|
1597
|
-
// ListCheck aliases
|
|
1598
|
-
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1599
1607
|
// Link2 aliases
|
|
1600
1608
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1609
|
+
// Link aliases
|
|
1610
|
+
export { default as LinkIcon } from '../icons/link';
|
|
1601
1611
|
// ListChecks aliases
|
|
1602
1612
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1603
1613
|
// ListChevronsDownUp aliases
|
|
1604
1614
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1605
1615
|
// ListChevronsUpDown aliases
|
|
1606
1616
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1607
|
-
//
|
|
1608
|
-
export { default as
|
|
1617
|
+
// ListCheck aliases
|
|
1618
|
+
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1609
1619
|
// ListClock aliases
|
|
1610
1620
|
export { default as ListClockIcon } from '../icons/list-clock';
|
|
1611
|
-
//
|
|
1612
|
-
export { default as
|
|
1621
|
+
// ListCollapse aliases
|
|
1622
|
+
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1613
1623
|
// ListEnd aliases
|
|
1614
1624
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1625
|
+
// ListFilterPlus aliases
|
|
1626
|
+
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1615
1627
|
// ListFilter aliases
|
|
1616
1628
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1617
1629
|
// ListMinus aliases
|
|
@@ -1626,18 +1638,18 @@ export { default as ListPlusIcon } from '../icons/list-plus';
|
|
|
1626
1638
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1627
1639
|
// ListSortAscending aliases
|
|
1628
1640
|
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1629
|
-
// ListStart aliases
|
|
1630
|
-
export { default as ListStartIcon } from '../icons/list-start';
|
|
1631
1641
|
// ListSortDescending aliases
|
|
1632
1642
|
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1643
|
+
// ListStart aliases
|
|
1644
|
+
export { default as ListStartIcon } from '../icons/list-start';
|
|
1633
1645
|
// ListTodo aliases
|
|
1634
1646
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1635
|
-
// ListX aliases
|
|
1636
|
-
export { default as ListXIcon } from '../icons/list-x';
|
|
1637
1647
|
// ListTree aliases
|
|
1638
1648
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1639
1649
|
// ListVideo aliases
|
|
1640
1650
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1651
|
+
// ListX aliases
|
|
1652
|
+
export { default as ListXIcon } from '../icons/list-x';
|
|
1641
1653
|
// List aliases
|
|
1642
1654
|
export { default as ListIcon } from '../icons/list';
|
|
1643
1655
|
// LoaderPinwheel aliases
|
|
@@ -1646,40 +1658,40 @@ export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
|
1646
1658
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1647
1659
|
// LocateFixed aliases
|
|
1648
1660
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1649
|
-
// Locate aliases
|
|
1650
|
-
export { default as LocateIcon } from '../icons/locate';
|
|
1651
1661
|
// LocateOff aliases
|
|
1652
1662
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1663
|
+
// Locate aliases
|
|
1664
|
+
export { default as LocateIcon } from '../icons/locate';
|
|
1665
|
+
// LockKeyhole aliases
|
|
1666
|
+
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1653
1667
|
// Lock aliases
|
|
1654
1668
|
export { default as LockIcon } from '../icons/lock';
|
|
1655
1669
|
// LogIn aliases
|
|
1656
1670
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1657
|
-
//
|
|
1658
|
-
export { default as
|
|
1671
|
+
// LogOut aliases
|
|
1672
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1659
1673
|
// Logs aliases
|
|
1660
1674
|
export { default as LogsIcon } from '../icons/logs';
|
|
1661
1675
|
// Lollipop aliases
|
|
1662
1676
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1663
|
-
// LogOut aliases
|
|
1664
|
-
export { default as LogOutIcon } from '../icons/log-out';
|
|
1665
1677
|
// Luggage aliases
|
|
1666
1678
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1667
|
-
// MailCheck aliases
|
|
1668
|
-
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1669
|
-
// MailBadge aliases
|
|
1670
|
-
export { default as MailBadgeIcon } from '../icons/mail-badge';
|
|
1671
1679
|
// Magnet aliases
|
|
1672
1680
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1681
|
+
// MailBadge aliases
|
|
1682
|
+
export { default as MailBadgeIcon } from '../icons/mail-badge';
|
|
1683
|
+
// MailCheck aliases
|
|
1684
|
+
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1673
1685
|
// MailClock aliases
|
|
1674
1686
|
export { default as MailClockIcon } from '../icons/mail-clock';
|
|
1675
1687
|
// MailMinus aliases
|
|
1676
1688
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1677
1689
|
// MailOpen aliases
|
|
1678
1690
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1679
|
-
// MailPen aliases
|
|
1680
|
-
export { default as MailPenIcon } from '../icons/mail-pen';
|
|
1681
1691
|
// MailPlus aliases
|
|
1682
1692
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1693
|
+
// MailPen aliases
|
|
1694
|
+
export { default as MailPenIcon } from '../icons/mail-pen';
|
|
1683
1695
|
// MailSearch aliases
|
|
1684
1696
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1685
1697
|
// MailWarning aliases
|
|
@@ -1704,38 +1716,38 @@ export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
|
1704
1716
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1705
1717
|
// MapPinMinus aliases
|
|
1706
1718
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1707
|
-
// MapPinOff aliases
|
|
1708
|
-
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1709
1719
|
// MapPinPlusInside aliases
|
|
1710
1720
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1721
|
+
// MapPinOff aliases
|
|
1722
|
+
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1723
|
+
// MapPinSearch aliases
|
|
1724
|
+
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1711
1725
|
// MapPinPlus aliases
|
|
1712
1726
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1713
1727
|
// MapPinXInside aliases
|
|
1714
1728
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1715
1729
|
// MapPinX aliases
|
|
1716
1730
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1717
|
-
// MapPinned aliases
|
|
1718
|
-
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1719
1731
|
// MapPin aliases
|
|
1720
1732
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1721
|
-
//
|
|
1722
|
-
export { default as
|
|
1733
|
+
// MapPinned aliases
|
|
1734
|
+
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1723
1735
|
// MapPlus aliases
|
|
1724
1736
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1725
|
-
//
|
|
1726
|
-
export { default as
|
|
1737
|
+
// Map aliases
|
|
1738
|
+
export { default as MapIcon } from '../icons/map';
|
|
1727
1739
|
// MarsStroke aliases
|
|
1728
1740
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1729
1741
|
// Mars aliases
|
|
1730
1742
|
export { default as MarsIcon } from '../icons/mars';
|
|
1731
|
-
// Maximize2 aliases
|
|
1732
|
-
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1733
1743
|
// Martini aliases
|
|
1734
1744
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1735
|
-
//
|
|
1736
|
-
export { default as
|
|
1745
|
+
// Maximize2 aliases
|
|
1746
|
+
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1737
1747
|
// Maximize aliases
|
|
1738
1748
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1749
|
+
// Medal aliases
|
|
1750
|
+
export { default as MedalIcon } from '../icons/medal';
|
|
1739
1751
|
// MegaphoneOff aliases
|
|
1740
1752
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1741
1753
|
// Megaphone aliases
|
|
@@ -1750,36 +1762,36 @@ export { default as MergeIcon } from '../icons/merge';
|
|
|
1750
1762
|
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1751
1763
|
// MessageCircleCode aliases
|
|
1752
1764
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1753
|
-
// MessageCircleDashedCheck aliases
|
|
1754
|
-
export { default as MessageCircleDashedCheckIcon } from '../icons/message-circle-dashed-check';
|
|
1755
1765
|
// MessageCircleDashed aliases
|
|
1756
1766
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1767
|
+
// MessageCircleDashedCheck aliases
|
|
1768
|
+
export { default as MessageCircleDashedCheckIcon } from '../icons/message-circle-dashed-check';
|
|
1757
1769
|
// MessageCircleHeart aliases
|
|
1758
1770
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1759
|
-
// MessageCirclePlus aliases
|
|
1760
|
-
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1761
|
-
// MessageCircleOff aliases
|
|
1762
|
-
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1763
|
-
// MessageCircleReply aliases
|
|
1764
|
-
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1765
1771
|
// MessageCircleMore aliases
|
|
1766
1772
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1773
|
+
// MessageCircleOff aliases
|
|
1774
|
+
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1775
|
+
// MessageCirclePlus aliases
|
|
1776
|
+
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1767
1777
|
// MessageCircleWarning aliases
|
|
1768
1778
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1769
|
-
//
|
|
1770
|
-
export { default as
|
|
1779
|
+
// MessageCircleReply aliases
|
|
1780
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1771
1781
|
// MessageCircle aliases
|
|
1772
1782
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1773
|
-
//
|
|
1774
|
-
export { default as
|
|
1783
|
+
// MessageCircleX aliases
|
|
1784
|
+
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1775
1785
|
// MessageSquareCheck aliases
|
|
1776
1786
|
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1787
|
+
// MessageSquareCode aliases
|
|
1788
|
+
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1777
1789
|
// MessageSquareDashed aliases
|
|
1778
1790
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1779
|
-
// MessageSquareDiff aliases
|
|
1780
|
-
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1781
1791
|
// MessageSquareDot aliases
|
|
1782
1792
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1793
|
+
// MessageSquareDiff aliases
|
|
1794
|
+
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1783
1795
|
// MessageSquareHeart aliases
|
|
1784
1796
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1785
1797
|
// MessageSquareLock aliases
|
|
@@ -1796,10 +1808,10 @@ export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote
|
|
|
1796
1808
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1797
1809
|
// MessageSquareShare aliases
|
|
1798
1810
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1799
|
-
// MessageSquareText aliases
|
|
1800
|
-
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1801
1811
|
// MessageSquareWarning aliases
|
|
1802
1812
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1813
|
+
// MessageSquareText aliases
|
|
1814
|
+
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1803
1815
|
// MessageSquareX aliases
|
|
1804
1816
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1805
1817
|
// MessageSquare aliases
|
|
@@ -1810,28 +1822,28 @@ export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
|
1810
1822
|
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1811
1823
|
// MicAudioLines aliases
|
|
1812
1824
|
export { default as MicAudioLinesIcon } from '../icons/mic-audio-lines';
|
|
1813
|
-
// Mic aliases
|
|
1814
|
-
export { default as MicIcon } from '../icons/mic';
|
|
1815
1825
|
// MicOff aliases
|
|
1816
1826
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1817
|
-
//
|
|
1818
|
-
export { default as
|
|
1827
|
+
// Mic aliases
|
|
1828
|
+
export { default as MicIcon } from '../icons/mic';
|
|
1819
1829
|
// Microchip aliases
|
|
1820
1830
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1821
1831
|
// Microwave aliases
|
|
1822
1832
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1833
|
+
// Microscope aliases
|
|
1834
|
+
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1835
|
+
// MidiPort aliases
|
|
1836
|
+
export { default as MidiPortIcon } from '../icons/midi-port';
|
|
1823
1837
|
// Milestone aliases
|
|
1824
1838
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1825
1839
|
// MilkOff aliases
|
|
1826
1840
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1827
|
-
// MidiPort aliases
|
|
1828
|
-
export { default as MidiPortIcon } from '../icons/midi-port';
|
|
1829
1841
|
// Milk aliases
|
|
1830
1842
|
export { default as MilkIcon } from '../icons/milk';
|
|
1831
|
-
// Minimize2 aliases
|
|
1832
|
-
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1833
1843
|
// Minimize aliases
|
|
1834
1844
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1845
|
+
// Minimize2 aliases
|
|
1846
|
+
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1835
1847
|
// Minus aliases
|
|
1836
1848
|
export { default as MinusIcon } from '../icons/minus';
|
|
1837
1849
|
// MirrorRectangular aliases
|
|
@@ -1842,16 +1854,16 @@ export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
|
1842
1854
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1843
1855
|
// MonitorCloud aliases
|
|
1844
1856
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1845
|
-
// MonitorDot aliases
|
|
1846
|
-
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1847
|
-
// MonitorOff aliases
|
|
1848
|
-
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1849
1857
|
// MonitorCog aliases
|
|
1850
1858
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1859
|
+
// MonitorDot aliases
|
|
1860
|
+
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1851
1861
|
// MonitorDown aliases
|
|
1852
1862
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1853
1863
|
// MonitorPause aliases
|
|
1854
1864
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1865
|
+
// MonitorOff aliases
|
|
1866
|
+
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1855
1867
|
// MonitorPlay aliases
|
|
1856
1868
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1857
1869
|
// MonitorSmartphone aliases
|
|
@@ -1862,38 +1874,38 @@ export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
|
1862
1874
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1863
1875
|
// MonitorUp aliases
|
|
1864
1876
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1877
|
+
// MoonStar aliases
|
|
1878
|
+
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1865
1879
|
// Monitor aliases
|
|
1866
1880
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1867
1881
|
// MonitorX aliases
|
|
1868
1882
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1869
|
-
// MoonStar aliases
|
|
1870
|
-
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1871
|
-
// MopSparkles aliases
|
|
1872
|
-
export { default as MopSparklesIcon } from '../icons/mop-sparkles';
|
|
1873
1883
|
// Moon aliases
|
|
1874
1884
|
export { default as MoonIcon } from '../icons/moon';
|
|
1875
|
-
// Mosque aliases
|
|
1876
|
-
export { default as MosqueIcon } from '../icons/mosque';
|
|
1877
1885
|
// Mop aliases
|
|
1878
1886
|
export { default as MopIcon } from '../icons/mop';
|
|
1887
|
+
// MopSparkles aliases
|
|
1888
|
+
export { default as MopSparklesIcon } from '../icons/mop-sparkles';
|
|
1889
|
+
// Mosque aliases
|
|
1890
|
+
export { default as MosqueIcon } from '../icons/mosque';
|
|
1879
1891
|
// Motorbike aliases
|
|
1880
1892
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1881
1893
|
// MountainSnow aliases
|
|
1882
1894
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1883
|
-
// Mountain aliases
|
|
1884
|
-
export { default as MountainIcon } from '../icons/mountain';
|
|
1885
|
-
// MouseOff aliases
|
|
1886
|
-
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1887
1895
|
// MouseLeft aliases
|
|
1888
1896
|
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1897
|
+
// MouseOff aliases
|
|
1898
|
+
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1899
|
+
// Mountain aliases
|
|
1900
|
+
export { default as MountainIcon } from '../icons/mountain';
|
|
1889
1901
|
// MousePointer2Off aliases
|
|
1890
1902
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1891
1903
|
// MousePointer2 aliases
|
|
1892
1904
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1893
|
-
// MousePointerClick aliases
|
|
1894
|
-
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1895
1905
|
// MousePointerBan aliases
|
|
1896
1906
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1907
|
+
// MousePointerClick aliases
|
|
1908
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1897
1909
|
// MousePointer aliases
|
|
1898
1910
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1899
1911
|
// MouseRight aliases
|
|
@@ -1902,14 +1914,14 @@ export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
|
1902
1914
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1903
1915
|
// MoveDiagonal2 aliases
|
|
1904
1916
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1905
|
-
// MoveDownRight aliases
|
|
1906
|
-
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1907
1917
|
// MoveDiagonal aliases
|
|
1908
1918
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1909
|
-
// MoveDown aliases
|
|
1910
|
-
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1911
1919
|
// MoveDownLeft aliases
|
|
1912
1920
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1921
|
+
// MoveDownRight aliases
|
|
1922
|
+
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1923
|
+
// MoveDown aliases
|
|
1924
|
+
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1913
1925
|
// MoveHorizontal aliases
|
|
1914
1926
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1915
1927
|
// MoveLeft aliases
|
|
@@ -1944,10 +1956,10 @@ export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
|
1944
1956
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1945
1957
|
// Network aliases
|
|
1946
1958
|
export { default as NetworkIcon } from '../icons/network';
|
|
1947
|
-
// Newspaper aliases
|
|
1948
|
-
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1949
1959
|
// Nfc aliases
|
|
1950
1960
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1961
|
+
// Newspaper aliases
|
|
1962
|
+
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1951
1963
|
// NonBinary aliases
|
|
1952
1964
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1953
1965
|
// NotebookPen aliases
|
|
@@ -1958,10 +1970,10 @@ export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
|
1958
1970
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1959
1971
|
// Notebook aliases
|
|
1960
1972
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1961
|
-
// NotepadText aliases
|
|
1962
|
-
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1963
1973
|
// NotepadTextDashed aliases
|
|
1964
1974
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1975
|
+
// NotepadText aliases
|
|
1976
|
+
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1965
1977
|
// NutOff aliases
|
|
1966
1978
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1967
1979
|
// Nut aliases
|
|
@@ -1974,34 +1986,34 @@ export { default as OctagonIcon } from '../icons/octagon';
|
|
|
1974
1986
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1975
1987
|
// Option aliases
|
|
1976
1988
|
export { default as OptionIcon } from '../icons/option';
|
|
1989
|
+
// Orbit aliases
|
|
1990
|
+
export { default as OrbitIcon } from '../icons/orbit';
|
|
1977
1991
|
// Origami aliases
|
|
1978
1992
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1979
|
-
// PackageCheck aliases
|
|
1980
|
-
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1981
1993
|
// Package2 aliases
|
|
1982
1994
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1983
|
-
//
|
|
1984
|
-
export { default as
|
|
1995
|
+
// PackageCheck aliases
|
|
1996
|
+
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1985
1997
|
// PackageMinus aliases
|
|
1986
1998
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1999
|
+
// PackageOpen aliases
|
|
2000
|
+
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1987
2001
|
// PackagePlus aliases
|
|
1988
2002
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1989
2003
|
// PackageSearch aliases
|
|
1990
2004
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1991
|
-
// PackageOpen aliases
|
|
1992
|
-
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1993
2005
|
// PackageX aliases
|
|
1994
2006
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1995
2007
|
// Package aliases
|
|
1996
2008
|
export { default as PackageIcon } from '../icons/package';
|
|
1997
2009
|
// PaintBucket aliases
|
|
1998
2010
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1999
|
-
// PaintRoller aliases
|
|
2000
|
-
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
2001
2011
|
// Paintbrush aliases
|
|
2002
2012
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
2003
2013
|
// Palette aliases
|
|
2004
2014
|
export { default as PaletteIcon } from '../icons/palette';
|
|
2015
|
+
// PaintRoller aliases
|
|
2016
|
+
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
2005
2017
|
// Panda aliases
|
|
2006
2018
|
export { default as PandaIcon } from '../icons/panda';
|
|
2007
2019
|
// PanelBottomClose aliases
|
|
@@ -2016,18 +2028,18 @@ export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-d
|
|
|
2016
2028
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
2017
2029
|
// PanelRightOpen aliases
|
|
2018
2030
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
2019
|
-
// PanelTopBottomDashed aliases
|
|
2020
|
-
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
2021
2031
|
// PanelRight aliases
|
|
2022
2032
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
2023
|
-
//
|
|
2024
|
-
export { default as
|
|
2025
|
-
// PanelTop aliases
|
|
2026
|
-
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
2027
|
-
// PanelTopOpen aliases
|
|
2028
|
-
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
2033
|
+
// PanelTopBottomDashed aliases
|
|
2034
|
+
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
2029
2035
|
// PanelTopClose aliases
|
|
2030
2036
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
2037
|
+
// PanelTopOpen aliases
|
|
2038
|
+
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
2039
|
+
// PanelTop aliases
|
|
2040
|
+
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
2041
|
+
// PanelsLeftBottom aliases
|
|
2042
|
+
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
2031
2043
|
// PanelsRightBottom aliases
|
|
2032
2044
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
2033
2045
|
// PaperBag aliases
|
|
@@ -2042,40 +2054,40 @@ export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
|
2042
2054
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
2043
2055
|
// PartyPopper aliases
|
|
2044
2056
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
2045
|
-
// PawPrint aliases
|
|
2046
|
-
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
2047
2057
|
// Pause aliases
|
|
2048
2058
|
export { default as PauseIcon } from '../icons/pause';
|
|
2059
|
+
// PawPrint aliases
|
|
2060
|
+
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
2049
2061
|
// PcCase aliases
|
|
2050
2062
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
2051
|
-
// PenTool aliases
|
|
2052
|
-
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
2053
2063
|
// PenOff aliases
|
|
2054
2064
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
2065
|
+
// PenTool aliases
|
|
2066
|
+
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
2055
2067
|
// PencilLine aliases
|
|
2056
2068
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
2057
|
-
// PencilOff aliases
|
|
2058
|
-
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
2059
2069
|
// PencilRuler aliases
|
|
2060
2070
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
2061
2071
|
// PencilSparkles aliases
|
|
2062
2072
|
export { default as PencilSparklesIcon } from '../icons/pencil-sparkles';
|
|
2073
|
+
// PencilOff aliases
|
|
2074
|
+
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
2063
2075
|
// Pencil aliases
|
|
2064
2076
|
export { default as PencilIcon } from '../icons/pencil';
|
|
2065
2077
|
// Percent aliases
|
|
2066
2078
|
export { default as PercentIcon } from '../icons/percent';
|
|
2067
|
-
// PersonStanding aliases
|
|
2068
|
-
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
2069
2079
|
// Pentagon aliases
|
|
2070
2080
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
2081
|
+
// PersonStanding aliases
|
|
2082
|
+
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
2071
2083
|
// Phi aliases
|
|
2072
2084
|
export { default as PhiIcon } from '../icons/phi';
|
|
2073
|
-
// PhoneCall aliases
|
|
2074
|
-
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
2075
2085
|
// PhilippinePeso aliases
|
|
2076
2086
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2077
2087
|
// PhoneForwarded aliases
|
|
2078
2088
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2089
|
+
// PhoneCall aliases
|
|
2090
|
+
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
2079
2091
|
// PhoneIncoming aliases
|
|
2080
2092
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
2081
2093
|
// PhoneMissed aliases
|
|
@@ -2084,16 +2096,16 @@ export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
|
2084
2096
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
2085
2097
|
// PhoneOutgoing aliases
|
|
2086
2098
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
2087
|
-
// Pi aliases
|
|
2088
|
-
export { default as PiIcon } from '../icons/pi';
|
|
2089
2099
|
// Phone aliases
|
|
2090
2100
|
export { default as PhoneIcon } from '../icons/phone';
|
|
2101
|
+
// Pi aliases
|
|
2102
|
+
export { default as PiIcon } from '../icons/pi';
|
|
2091
2103
|
// Piano aliases
|
|
2092
2104
|
export { default as PianoIcon } from '../icons/piano';
|
|
2093
|
-
// Pickaxe aliases
|
|
2094
|
-
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2095
2105
|
// PictureInPicture2 aliases
|
|
2096
2106
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2107
|
+
// Pickaxe aliases
|
|
2108
|
+
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2097
2109
|
// PictureInPicture aliases
|
|
2098
2110
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2099
2111
|
// PiggyBank aliases
|
|
@@ -2114,26 +2126,26 @@ export { default as PinOffIcon } from '../icons/pin-off';
|
|
|
2114
2126
|
export { default as PinIcon } from '../icons/pin';
|
|
2115
2127
|
// Pipette aliases
|
|
2116
2128
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2117
|
-
// PlaneLanding aliases
|
|
2118
|
-
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2119
2129
|
// Pizza aliases
|
|
2120
2130
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2121
|
-
//
|
|
2122
|
-
export { default as
|
|
2131
|
+
// PlaneLanding aliases
|
|
2132
|
+
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2123
2133
|
// PlaneTakeoff aliases
|
|
2124
2134
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2125
2135
|
// Plane aliases
|
|
2126
2136
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2127
|
-
//
|
|
2128
|
-
export { default as
|
|
2137
|
+
// PlayOff aliases
|
|
2138
|
+
export { default as PlayOffIcon } from '../icons/play-off';
|
|
2129
2139
|
// Play aliases
|
|
2130
2140
|
export { default as PlayIcon } from '../icons/play';
|
|
2131
|
-
// PlayingCards aliases
|
|
2132
|
-
export { default as PlayingCardsIcon } from '../icons/playing-cards';
|
|
2133
2141
|
// PlayingCard aliases
|
|
2134
2142
|
export { default as PlayingCardIcon } from '../icons/playing-card';
|
|
2143
|
+
// PlayingCardsFan aliases
|
|
2144
|
+
export { default as PlayingCardsFanIcon } from '../icons/playing-cards-fan';
|
|
2135
2145
|
// Plug2 aliases
|
|
2136
2146
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2147
|
+
// PlayingCards aliases
|
|
2148
|
+
export { default as PlayingCardsIcon } from '../icons/playing-cards';
|
|
2137
2149
|
// Plug aliases
|
|
2138
2150
|
export { default as PlugIcon } from '../icons/plug';
|
|
2139
2151
|
// Plus aliases
|
|
@@ -2168,30 +2180,32 @@ export { default as PrinterIcon } from '../icons/printer';
|
|
|
2168
2180
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2169
2181
|
// Proportions aliases
|
|
2170
2182
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2171
|
-
// Pyramid aliases
|
|
2172
|
-
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2173
2183
|
// Puzzle aliases
|
|
2174
2184
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2175
|
-
//
|
|
2176
|
-
export { default as
|
|
2185
|
+
// Pyramid aliases
|
|
2186
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2177
2187
|
// Quote aliases
|
|
2178
2188
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2179
|
-
//
|
|
2180
|
-
export { default as
|
|
2189
|
+
// QrCode aliases
|
|
2190
|
+
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2181
2191
|
// Radar aliases
|
|
2182
2192
|
export { default as RadarIcon } from '../icons/radar';
|
|
2183
|
-
//
|
|
2184
|
-
export { default as
|
|
2193
|
+
// Rabbit aliases
|
|
2194
|
+
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2185
2195
|
// Radical aliases
|
|
2186
2196
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2197
|
+
// Radiation aliases
|
|
2198
|
+
export { default as RadiationIcon } from '../icons/radiation';
|
|
2187
2199
|
// RadioOff aliases
|
|
2188
2200
|
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2201
|
+
// RadioReceiver aliases
|
|
2202
|
+
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2189
2203
|
// RadioTower aliases
|
|
2190
2204
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2191
2205
|
// Radio aliases
|
|
2192
2206
|
export { default as RadioIcon } from '../icons/radio';
|
|
2193
|
-
//
|
|
2194
|
-
export { default as
|
|
2207
|
+
// Rainbow aliases
|
|
2208
|
+
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2195
2209
|
// Radius aliases
|
|
2196
2210
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2197
2211
|
// Rat aliases
|
|
@@ -2200,8 +2214,6 @@ export { default as RatIcon } from '../icons/rat';
|
|
|
2200
2214
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2201
2215
|
// ReceiptCent aliases
|
|
2202
2216
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2203
|
-
// Rainbow aliases
|
|
2204
|
-
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2205
2217
|
// ReceiptEuro aliases
|
|
2206
2218
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2207
2219
|
// ReceiptIndianRupee aliases
|
|
@@ -2224,26 +2236,26 @@ export { default as ReceiptIcon } from '../icons/receipt';
|
|
|
2224
2236
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2225
2237
|
// RectangleGoggles aliases
|
|
2226
2238
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2239
|
+
// RectangleVertical aliases
|
|
2240
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2227
2241
|
// RectangleHorizontal aliases
|
|
2228
2242
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2229
|
-
// Recycle aliases
|
|
2230
|
-
export { default as RecycleIcon } from '../icons/recycle';
|
|
2231
2243
|
// Redo2 aliases
|
|
2232
2244
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2233
|
-
// RectangleVertical aliases
|
|
2234
|
-
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2235
2245
|
// RedoDot aliases
|
|
2236
2246
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2247
|
+
// Recycle aliases
|
|
2248
|
+
export { default as RecycleIcon } from '../icons/recycle';
|
|
2237
2249
|
// Redo aliases
|
|
2238
2250
|
export { default as RedoIcon } from '../icons/redo';
|
|
2239
|
-
// RefreshCcw aliases
|
|
2240
|
-
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2241
2251
|
// RefreshCcwDot aliases
|
|
2242
2252
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2243
|
-
//
|
|
2244
|
-
export { default as
|
|
2253
|
+
// RefreshCcw aliases
|
|
2254
|
+
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2245
2255
|
// RefreshCwOff aliases
|
|
2246
2256
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2257
|
+
// RefreshCw aliases
|
|
2258
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2247
2259
|
// Refrigerator aliases
|
|
2248
2260
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2249
2261
|
// Regex aliases
|
|
@@ -2262,40 +2274,40 @@ export { default as RepeatIcon } from '../icons/repeat';
|
|
|
2262
2274
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2263
2275
|
// Replace aliases
|
|
2264
2276
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2277
|
+
// Reply aliases
|
|
2278
|
+
export { default as ReplyIcon } from '../icons/reply';
|
|
2265
2279
|
// ReplyAll aliases
|
|
2266
2280
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2267
2281
|
// Rewind aliases
|
|
2268
2282
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2269
|
-
// Reply aliases
|
|
2270
|
-
export { default as ReplyIcon } from '../icons/reply';
|
|
2271
2283
|
// Ribbon aliases
|
|
2272
2284
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2273
2285
|
// Road aliases
|
|
2274
2286
|
export { default as RoadIcon } from '../icons/road';
|
|
2275
2287
|
// RobotVacuum aliases
|
|
2276
2288
|
export { default as RobotVacuumIcon } from '../icons/robot-vacuum';
|
|
2277
|
-
// RobotArm aliases
|
|
2278
|
-
export { default as RobotArmIcon } from '../icons/robot-arm';
|
|
2279
2289
|
// Rocket aliases
|
|
2280
2290
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2291
|
+
// RobotArm aliases
|
|
2292
|
+
export { default as RobotArmIcon } from '../icons/robot-arm';
|
|
2281
2293
|
// RockingChair aliases
|
|
2282
2294
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2283
|
-
// Rose aliases
|
|
2284
|
-
export { default as RoseIcon } from '../icons/rose';
|
|
2285
2295
|
// RollerCoaster aliases
|
|
2286
2296
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2297
|
+
// Rose aliases
|
|
2298
|
+
export { default as RoseIcon } from '../icons/rose';
|
|
2287
2299
|
// RotateCcwKey aliases
|
|
2288
2300
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2289
2301
|
// RotateCcwSquare aliases
|
|
2290
2302
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2291
|
-
// RotateCwFadingClock aliases
|
|
2292
|
-
export { default as RotateCwFadingClockIcon } from '../icons/rotate-cw-fading-clock';
|
|
2293
|
-
// RotateCw aliases
|
|
2294
|
-
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2295
2303
|
// RotateCcw aliases
|
|
2296
2304
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2305
|
+
// RotateCwFadingClock aliases
|
|
2306
|
+
export { default as RotateCwFadingClockIcon } from '../icons/rotate-cw-fading-clock';
|
|
2297
2307
|
// RotateCwSquare aliases
|
|
2298
2308
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2309
|
+
// RotateCw aliases
|
|
2310
|
+
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2299
2311
|
// RouteOff aliases
|
|
2300
2312
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2301
2313
|
// Route aliases
|
|
@@ -2304,32 +2316,32 @@ export { default as RouteIcon } from '../icons/route';
|
|
|
2304
2316
|
export { default as RouterIcon } from '../icons/router';
|
|
2305
2317
|
// Rows4 aliases
|
|
2306
2318
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2307
|
-
// Rss aliases
|
|
2308
|
-
export { default as RssIcon } from '../icons/rss';
|
|
2309
2319
|
// RulerDimensionLine aliases
|
|
2310
2320
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2321
|
+
// Rss aliases
|
|
2322
|
+
export { default as RssIcon } from '../icons/rss';
|
|
2323
|
+
// Ruler aliases
|
|
2324
|
+
export { default as RulerIcon } from '../icons/ruler';
|
|
2311
2325
|
// RussianRuble aliases
|
|
2312
2326
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2313
2327
|
// Sailboat aliases
|
|
2314
2328
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2315
|
-
//
|
|
2316
|
-
export { default as
|
|
2329
|
+
// Sandwich aliases
|
|
2330
|
+
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2317
2331
|
// Salad aliases
|
|
2318
2332
|
export { default as SaladIcon } from '../icons/salad';
|
|
2319
2333
|
// SatelliteDish aliases
|
|
2320
2334
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2321
|
-
// Sandwich aliases
|
|
2322
|
-
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2323
|
-
// SaudiRiyal aliases
|
|
2324
|
-
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2325
2335
|
// Satellite aliases
|
|
2326
2336
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2337
|
+
// SaudiRiyal aliases
|
|
2338
|
+
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2327
2339
|
// SaveAll aliases
|
|
2328
2340
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2329
|
-
// SaveCheck aliases
|
|
2330
|
-
export { default as SaveCheckIcon } from '../icons/save-check';
|
|
2331
2341
|
// SaveOff aliases
|
|
2332
2342
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2343
|
+
// SaveCheck aliases
|
|
2344
|
+
export { default as SaveCheckIcon } from '../icons/save-check';
|
|
2333
2345
|
// SavePen aliases
|
|
2334
2346
|
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2335
2347
|
// SavePlus aliases
|
|
@@ -2342,14 +2354,14 @@ export { default as ScaleIcon } from '../icons/scale';
|
|
|
2342
2354
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2343
2355
|
// ScanBarcode aliases
|
|
2344
2356
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2345
|
-
// ScanEye aliases
|
|
2346
|
-
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2347
2357
|
// ScanBox aliases
|
|
2348
2358
|
export { default as ScanBoxIcon } from '../icons/scan-box';
|
|
2349
|
-
//
|
|
2350
|
-
export { default as
|
|
2359
|
+
// ScanEye aliases
|
|
2360
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2351
2361
|
// ScanHeart aliases
|
|
2352
2362
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2363
|
+
// ScanFace aliases
|
|
2364
|
+
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2353
2365
|
// ScanLine aliases
|
|
2354
2366
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2355
2367
|
// ScanQrCode aliases
|
|
@@ -2414,60 +2426,60 @@ export { default as ServerIcon } from '../icons/server';
|
|
|
2414
2426
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2415
2427
|
// Settings aliases
|
|
2416
2428
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2417
|
-
// Share2 aliases
|
|
2418
|
-
export { default as Share2Icon } from '../icons/share-2';
|
|
2419
2429
|
// Shapes aliases
|
|
2420
2430
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2431
|
+
// Share2 aliases
|
|
2432
|
+
export { default as Share2Icon } from '../icons/share-2';
|
|
2421
2433
|
// Share aliases
|
|
2422
2434
|
export { default as ShareIcon } from '../icons/share';
|
|
2423
2435
|
// Sheet aliases
|
|
2424
2436
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2425
2437
|
// ShelvingUnit aliases
|
|
2426
2438
|
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2439
|
+
// Shell aliases
|
|
2440
|
+
export { default as ShellIcon } from '../icons/shell';
|
|
2427
2441
|
// ShieldAlert aliases
|
|
2428
2442
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2429
2443
|
// ShieldBan aliases
|
|
2430
2444
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2445
|
+
// ShieldCogCorner aliases
|
|
2446
|
+
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2431
2447
|
// ShieldCheck aliases
|
|
2432
2448
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2433
|
-
// Shell aliases
|
|
2434
|
-
export { default as ShellIcon } from '../icons/shell';
|
|
2435
2449
|
// ShieldCog aliases
|
|
2436
2450
|
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2437
|
-
// ShieldCogCorner aliases
|
|
2438
|
-
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2439
2451
|
// ShieldEllipsis aliases
|
|
2440
2452
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2441
2453
|
// ShieldHalf aliases
|
|
2442
2454
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2443
2455
|
// ShieldKeyhole aliases
|
|
2444
2456
|
export { default as ShieldKeyholeIcon } from '../icons/shield-keyhole';
|
|
2445
|
-
// ShieldMinus aliases
|
|
2446
|
-
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2447
2457
|
// ShieldLock aliases
|
|
2448
2458
|
export { default as ShieldLockIcon } from '../icons/shield-lock';
|
|
2459
|
+
// ShieldMinus aliases
|
|
2460
|
+
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2449
2461
|
// ShieldOff aliases
|
|
2450
2462
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2451
|
-
// ShieldPlus aliases
|
|
2452
|
-
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2453
2463
|
// ShieldUser aliases
|
|
2454
2464
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2455
|
-
//
|
|
2456
|
-
export { default as
|
|
2465
|
+
// ShieldPlus aliases
|
|
2466
|
+
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2457
2467
|
// Shield aliases
|
|
2458
2468
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2459
|
-
//
|
|
2460
|
-
export { default as
|
|
2469
|
+
// ShipCargo aliases
|
|
2470
|
+
export { default as ShipCargoIcon } from '../icons/ship-cargo';
|
|
2461
2471
|
// ShipWheel aliases
|
|
2462
2472
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2473
|
+
// Ship aliases
|
|
2474
|
+
export { default as ShipIcon } from '../icons/ship';
|
|
2463
2475
|
// Shirt aliases
|
|
2464
2476
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2477
|
+
// ShoppingBag aliases
|
|
2478
|
+
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2465
2479
|
// ShoppingBasket aliases
|
|
2466
2480
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2467
2481
|
// ShoppingCartMinus aliases
|
|
2468
2482
|
export { default as ShoppingCartMinusIcon } from '../icons/shopping-cart-minus';
|
|
2469
|
-
// ShoppingBag aliases
|
|
2470
|
-
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2471
2483
|
// ShoppingCartPlus aliases
|
|
2472
2484
|
export { default as ShoppingCartPlusIcon } from '../icons/shopping-cart-plus';
|
|
2473
2485
|
// ShoppingCart aliases
|
|
@@ -2476,12 +2488,12 @@ export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
|
2476
2488
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2477
2489
|
// ShowerHead aliases
|
|
2478
2490
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2491
|
+
// Shredder aliases
|
|
2492
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2479
2493
|
// ShrimpOff aliases
|
|
2480
2494
|
export { default as ShrimpOffIcon } from '../icons/shrimp-off';
|
|
2481
2495
|
// Shrimp aliases
|
|
2482
2496
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2483
|
-
// Shredder aliases
|
|
2484
|
-
export { default as ShredderIcon } from '../icons/shredder';
|
|
2485
2497
|
// Shrink aliases
|
|
2486
2498
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2487
2499
|
// Shrub aliases
|
|
@@ -2498,20 +2510,20 @@ export { default as SignalLowIcon } from '../icons/signal-low';
|
|
|
2498
2510
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2499
2511
|
// SignalMedium aliases
|
|
2500
2512
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2513
|
+
// Signal aliases
|
|
2514
|
+
export { default as SignalIcon } from '../icons/signal';
|
|
2501
2515
|
// Signature aliases
|
|
2502
2516
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2503
2517
|
// SignpostBig aliases
|
|
2504
2518
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2505
2519
|
// Signpost aliases
|
|
2506
2520
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2507
|
-
// Signal aliases
|
|
2508
|
-
export { default as SignalIcon } from '../icons/signal';
|
|
2509
2521
|
// Siren aliases
|
|
2510
2522
|
export { default as SirenIcon } from '../icons/siren';
|
|
2511
|
-
// SkipBack aliases
|
|
2512
|
-
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2513
2523
|
// SkipForward aliases
|
|
2514
2524
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2525
|
+
// SkipBack aliases
|
|
2526
|
+
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2515
2527
|
// Skull aliases
|
|
2516
2528
|
export { default as SkullIcon } from '../icons/skull';
|
|
2517
2529
|
// Slash aliases
|
|
@@ -2552,28 +2564,28 @@ export { default as SpeechIcon } from '../icons/speech';
|
|
|
2552
2564
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2553
2565
|
// SpellCheck aliases
|
|
2554
2566
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2555
|
-
// SplinePointer aliases
|
|
2556
|
-
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2557
2567
|
// Spline aliases
|
|
2558
2568
|
export { default as SplineIcon } from '../icons/spline';
|
|
2569
|
+
// SplinePointer aliases
|
|
2570
|
+
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2559
2571
|
// Split aliases
|
|
2560
2572
|
export { default as SplitIcon } from '../icons/split';
|
|
2561
2573
|
// Spool aliases
|
|
2562
2574
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2563
|
-
// Spotlight aliases
|
|
2564
|
-
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2565
2575
|
// SportShoe aliases
|
|
2566
2576
|
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2577
|
+
// Spotlight aliases
|
|
2578
|
+
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2567
2579
|
// SprayCan aliases
|
|
2568
2580
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2581
|
+
// Sprout aliases
|
|
2582
|
+
export { default as SproutIcon } from '../icons/sprout';
|
|
2569
2583
|
// SquareArrowRightEnter aliases
|
|
2570
2584
|
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2571
2585
|
// SquareArrowRightExit aliases
|
|
2572
2586
|
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2573
2587
|
// SquareDashedBottomCode aliases
|
|
2574
2588
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2575
|
-
// Sprout aliases
|
|
2576
|
-
export { default as SproutIcon } from '../icons/sprout';
|
|
2577
2589
|
// SquareDashedBottom aliases
|
|
2578
2590
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2579
2591
|
// SquareDashedTopSolid aliases
|
|
@@ -2584,6 +2596,8 @@ export { default as SquareDimensionsIcon } from '../icons/square-dimensions';
|
|
|
2584
2596
|
export { default as SquareOffIcon } from '../icons/square-off';
|
|
2585
2597
|
// SquarePause aliases
|
|
2586
2598
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2599
|
+
// SquareExclamationPoint aliases
|
|
2600
|
+
export { default as SquareExclamationPointIcon } from '../icons/square-exclamation-point';
|
|
2587
2601
|
// SquareRadical aliases
|
|
2588
2602
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2589
2603
|
// SquareRoundCorner aliases
|
|
@@ -2602,66 +2616,66 @@ export { default as SquareTextIcon } from '../icons/square-text';
|
|
|
2602
2616
|
export { default as SquareIcon } from '../icons/square';
|
|
2603
2617
|
// SquaresExclude aliases
|
|
2604
2618
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2605
|
-
// SquaresSubtract aliases
|
|
2606
|
-
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2607
2619
|
// SquaresIntersect aliases
|
|
2608
2620
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2609
|
-
//
|
|
2610
|
-
export { default as
|
|
2621
|
+
// SquaresSubtract aliases
|
|
2622
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2611
2623
|
// SquircleDashed aliases
|
|
2612
2624
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2625
|
+
// SquaresUnite aliases
|
|
2626
|
+
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2613
2627
|
// Squircle aliases
|
|
2614
2628
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2629
|
+
// Squirrel aliases
|
|
2630
|
+
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2615
2631
|
// Stamp aliases
|
|
2616
2632
|
export { default as StampIcon } from '../icons/stamp';
|
|
2617
|
-
// StarHalf aliases
|
|
2618
|
-
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2619
2633
|
// StarCheck aliases
|
|
2620
2634
|
export { default as StarCheckIcon } from '../icons/star-check';
|
|
2621
|
-
//
|
|
2622
|
-
export { default as
|
|
2635
|
+
// StarHalf aliases
|
|
2636
|
+
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2623
2637
|
// StarMinus aliases
|
|
2624
2638
|
export { default as StarMinusIcon } from '../icons/star-minus';
|
|
2625
2639
|
// StarOff aliases
|
|
2626
2640
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2627
2641
|
// StarPlus aliases
|
|
2628
2642
|
export { default as StarPlusIcon } from '../icons/star-plus';
|
|
2643
|
+
// StarX aliases
|
|
2644
|
+
export { default as StarXIcon } from '../icons/star-x';
|
|
2629
2645
|
// Star aliases
|
|
2630
2646
|
export { default as StarIcon } from '../icons/star';
|
|
2631
2647
|
// StepBack aliases
|
|
2632
2648
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2633
|
-
// StepForward aliases
|
|
2634
|
-
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2635
|
-
// StarX aliases
|
|
2636
|
-
export { default as StarXIcon } from '../icons/star-x';
|
|
2637
2649
|
// Stethoscope aliases
|
|
2638
2650
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2651
|
+
// StepForward aliases
|
|
2652
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2639
2653
|
// Sticker aliases
|
|
2640
2654
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2641
|
-
// StickyNoteMinus aliases
|
|
2642
|
-
export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
2643
2655
|
// StickyNoteCheck aliases
|
|
2644
2656
|
export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
2657
|
+
// StickyNoteMinus aliases
|
|
2658
|
+
export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
2645
2659
|
// StickyNoteOff aliases
|
|
2646
2660
|
export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
2647
2661
|
// StickyNotePlus aliases
|
|
2648
2662
|
export { default as StickyNotePlusIcon } from '../icons/sticky-note-plus';
|
|
2649
|
-
// StickyNoteX aliases
|
|
2650
|
-
export { default as StickyNoteXIcon } from '../icons/sticky-note-x';
|
|
2651
2663
|
// StickyNote aliases
|
|
2652
2664
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2665
|
+
// StickyNoteX aliases
|
|
2666
|
+
export { default as StickyNoteXIcon } from '../icons/sticky-note-x';
|
|
2653
2667
|
// StickyNotes aliases
|
|
2654
2668
|
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2655
|
-
// Store aliases
|
|
2656
|
-
export { default as StoreIcon } from '../icons/store';
|
|
2657
2669
|
// Stone aliases
|
|
2658
2670
|
export { default as StoneIcon } from '../icons/stone';
|
|
2671
|
+
// Store aliases
|
|
2672
|
+
export { default as StoreIcon } from '../icons/store';
|
|
2659
2673
|
// StretchHorizontal aliases
|
|
2660
2674
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2661
|
-
// StretchVertical aliases
|
|
2662
|
-
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2663
2675
|
// Strikethrough aliases
|
|
2664
2676
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2677
|
+
// StretchVertical aliases
|
|
2678
|
+
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2665
2679
|
// Subscript aliases
|
|
2666
2680
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2667
2681
|
// Summary aliases
|
|
@@ -2694,32 +2708,32 @@ export { default as SwordIcon } from '../icons/sword';
|
|
|
2694
2708
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2695
2709
|
// Syringe aliases
|
|
2696
2710
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2697
|
-
// TableCellsSplit aliases
|
|
2698
|
-
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2699
2711
|
// Table2 aliases
|
|
2700
2712
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2701
|
-
// TableColumnsSplit aliases
|
|
2702
|
-
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2703
2713
|
// TableCellsMerge aliases
|
|
2704
2714
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2715
|
+
// TableCellsSplit aliases
|
|
2716
|
+
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2717
|
+
// TableColumnsSplit aliases
|
|
2718
|
+
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2705
2719
|
// TableOfContents aliases
|
|
2706
2720
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2707
2721
|
// TableProperties aliases
|
|
2708
2722
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2723
|
+
// Table aliases
|
|
2724
|
+
export { default as TableIcon } from '../icons/table';
|
|
2709
2725
|
// TableRowsSplit aliases
|
|
2710
2726
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2711
2727
|
// TabletSmartphone aliases
|
|
2712
2728
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2713
|
-
// Tablets aliases
|
|
2714
|
-
export { default as TabletsIcon } from '../icons/tablets';
|
|
2715
|
-
// Table aliases
|
|
2716
|
-
export { default as TableIcon } from '../icons/table';
|
|
2717
2729
|
// Tablet aliases
|
|
2718
2730
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2719
|
-
//
|
|
2720
|
-
export { default as
|
|
2731
|
+
// Tablets aliases
|
|
2732
|
+
export { default as TabletsIcon } from '../icons/tablets';
|
|
2721
2733
|
// TagPlus aliases
|
|
2722
2734
|
export { default as TagPlusIcon } from '../icons/tag-plus';
|
|
2735
|
+
// TagX aliases
|
|
2736
|
+
export { default as TagXIcon } from '../icons/tag-x';
|
|
2723
2737
|
// Tag aliases
|
|
2724
2738
|
export { default as TagIcon } from '../icons/tag';
|
|
2725
2739
|
// Tags aliases
|
|
@@ -2742,14 +2756,14 @@ export { default as TargetIcon } from '../icons/target';
|
|
|
2742
2756
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2743
2757
|
// TentTree aliases
|
|
2744
2758
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2759
|
+
// Tent aliases
|
|
2760
|
+
export { default as TentIcon } from '../icons/tent';
|
|
2745
2761
|
// Terminal aliases
|
|
2746
2762
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2747
2763
|
// TestTube aliases
|
|
2748
2764
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2749
2765
|
// TestTubes aliases
|
|
2750
2766
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2751
|
-
// Tent aliases
|
|
2752
|
-
export { default as TentIcon } from '../icons/tent';
|
|
2753
2767
|
// TextCursorInput aliases
|
|
2754
2768
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2755
2769
|
// TextCursor aliases
|
|
@@ -2758,14 +2772,14 @@ export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
|
2758
2772
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2759
2773
|
// TextSearch aliases
|
|
2760
2774
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2761
|
-
// ThermometerSnowflake aliases
|
|
2762
|
-
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2763
2775
|
// Theater aliases
|
|
2764
2776
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2765
|
-
//
|
|
2766
|
-
export { default as
|
|
2777
|
+
// ThermometerSnowflake aliases
|
|
2778
|
+
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2767
2779
|
// Thermometer aliases
|
|
2768
2780
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2781
|
+
// ThermometerSun aliases
|
|
2782
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2769
2783
|
// ThumbsDown aliases
|
|
2770
2784
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2771
2785
|
// ThumbsUp aliases
|
|
@@ -2794,22 +2808,22 @@ export { default as TimelineIcon } from '../icons/timeline';
|
|
|
2794
2808
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2795
2809
|
// TimerReset aliases
|
|
2796
2810
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2811
|
+
// Timer aliases
|
|
2812
|
+
export { default as TimerIcon } from '../icons/timer';
|
|
2797
2813
|
// ToggleLeft aliases
|
|
2798
2814
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2799
2815
|
// ToggleRight aliases
|
|
2800
2816
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2801
|
-
// Timer aliases
|
|
2802
|
-
export { default as TimerIcon } from '../icons/timer';
|
|
2803
2817
|
// Toilet aliases
|
|
2804
2818
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2819
|
+
// ToolCase aliases
|
|
2820
|
+
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2805
2821
|
// Toolbox aliases
|
|
2806
2822
|
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2807
|
-
// Torus aliases
|
|
2808
|
-
export { default as TorusIcon } from '../icons/torus';
|
|
2809
2823
|
// Tornado aliases
|
|
2810
2824
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2811
|
-
//
|
|
2812
|
-
export { default as
|
|
2825
|
+
// Torus aliases
|
|
2826
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2813
2827
|
// TouchpadOff aliases
|
|
2814
2828
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2815
2829
|
// Touchpad aliases
|
|
@@ -2820,48 +2834,44 @@ export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
|
2820
2834
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2821
2835
|
// ToyBrick aliases
|
|
2822
2836
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2837
|
+
// Tractor aliases
|
|
2838
|
+
export { default as TractorIcon } from '../icons/tractor';
|
|
2823
2839
|
// TrafficCone aliases
|
|
2824
2840
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2825
2841
|
// Trailer aliases
|
|
2826
2842
|
export { default as TrailerIcon } from '../icons/trailer';
|
|
2827
|
-
// Tractor aliases
|
|
2828
|
-
export { default as TractorIcon } from '../icons/tractor';
|
|
2829
2843
|
// TrainFrontTunnel aliases
|
|
2830
2844
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2831
2845
|
// TrainFront aliases
|
|
2832
2846
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2833
2847
|
// TrainTrack aliases
|
|
2834
2848
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2835
|
-
// Transgender aliases
|
|
2836
|
-
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2837
|
-
// Trash2 aliases
|
|
2838
|
-
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2839
2849
|
// TreeDeciduous aliases
|
|
2840
2850
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2841
|
-
//
|
|
2842
|
-
export { default as
|
|
2851
|
+
// Transgender aliases
|
|
2852
|
+
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2843
2853
|
// TreePine aliases
|
|
2844
2854
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2845
2855
|
// Trees aliases
|
|
2846
2856
|
export { default as TreesIcon } from '../icons/trees';
|
|
2847
|
-
// TrendingUpDown aliases
|
|
2848
|
-
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2849
2857
|
// TrendingDown aliases
|
|
2850
2858
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2851
|
-
//
|
|
2852
|
-
export { default as
|
|
2859
|
+
// TrendingUpDown aliases
|
|
2860
|
+
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2853
2861
|
// TrendingUp aliases
|
|
2854
2862
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2863
|
+
// TriangleDashed aliases
|
|
2864
|
+
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2855
2865
|
// TriangleRight aliases
|
|
2856
2866
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2857
2867
|
// Triangle aliases
|
|
2858
2868
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2859
2869
|
// Trophy aliases
|
|
2860
2870
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2861
|
-
// Truck aliases
|
|
2862
|
-
export { default as TruckIcon } from '../icons/truck';
|
|
2863
2871
|
// TruckElectric aliases
|
|
2864
2872
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2873
|
+
// Truck aliases
|
|
2874
|
+
export { default as TruckIcon } from '../icons/truck';
|
|
2865
2875
|
// TurkishLira aliases
|
|
2866
2876
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2867
2877
|
// Turntable aliases
|
|
@@ -2888,34 +2898,34 @@ export { default as Undo2Icon } from '../icons/undo-2';
|
|
|
2888
2898
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2889
2899
|
// Undo aliases
|
|
2890
2900
|
export { default as UndoIcon } from '../icons/undo';
|
|
2891
|
-
// UnfoldVertical aliases
|
|
2892
|
-
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2893
2901
|
// UnfoldHorizontal aliases
|
|
2894
2902
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2903
|
+
// UnfoldVertical aliases
|
|
2904
|
+
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2895
2905
|
// Ungroup aliases
|
|
2896
2906
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2897
2907
|
// Unlink2 aliases
|
|
2898
2908
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2899
2909
|
// Unlink aliases
|
|
2900
2910
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2911
|
+
// Unplug aliases
|
|
2912
|
+
export { default as UnplugIcon } from '../icons/unplug';
|
|
2901
2913
|
// Upload aliases
|
|
2902
2914
|
export { default as UploadIcon } from '../icons/upload';
|
|
2903
2915
|
// UsbCPort aliases
|
|
2904
2916
|
export { default as UsbCPortIcon } from '../icons/usb-c-port';
|
|
2905
|
-
// Unplug aliases
|
|
2906
|
-
export { default as UnplugIcon } from '../icons/unplug';
|
|
2907
2917
|
// Usb aliases
|
|
2908
2918
|
export { default as UsbIcon } from '../icons/usb';
|
|
2909
2919
|
// UserCheck aliases
|
|
2910
2920
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2911
2921
|
// UserCog aliases
|
|
2912
2922
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2913
|
-
// UserMinus aliases
|
|
2914
|
-
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2915
|
-
// UserLock aliases
|
|
2916
|
-
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2917
2923
|
// UserKey aliases
|
|
2918
2924
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2925
|
+
// UserLock aliases
|
|
2926
|
+
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2927
|
+
// UserMinus aliases
|
|
2928
|
+
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2919
2929
|
// UserPen aliases
|
|
2920
2930
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2921
2931
|
// UserPlus aliases
|
|
@@ -2944,44 +2954,48 @@ export { default as UsersIcon } from '../icons/users';
|
|
|
2944
2954
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2945
2955
|
// Van aliases
|
|
2946
2956
|
export { default as VanIcon } from '../icons/van';
|
|
2957
|
+
// Vault aliases
|
|
2958
|
+
export { default as VaultIcon } from '../icons/vault';
|
|
2947
2959
|
// Variable aliases
|
|
2948
2960
|
export { default as VariableIcon } from '../icons/variable';
|
|
2949
2961
|
// VectorPolygon aliases
|
|
2950
2962
|
export { default as VectorPolygonIcon } from '../icons/vector-polygon';
|
|
2951
|
-
// Vault aliases
|
|
2952
|
-
export { default as VaultIcon } from '../icons/vault';
|
|
2953
2963
|
// VectorSquare aliases
|
|
2954
2964
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2955
|
-
// Vegan aliases
|
|
2956
|
-
export { default as VeganIcon } from '../icons/vegan';
|
|
2957
2965
|
// VenetianMask aliases
|
|
2958
2966
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2967
|
+
// Vegan aliases
|
|
2968
|
+
export { default as VeganIcon } from '../icons/vegan';
|
|
2959
2969
|
// Venus aliases
|
|
2960
2970
|
export { default as VenusIcon } from '../icons/venus';
|
|
2961
|
-
// VenusAndMars aliases
|
|
2962
|
-
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2963
2971
|
// VibrateOff aliases
|
|
2964
2972
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2973
|
+
// VenusAndMars aliases
|
|
2974
|
+
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2965
2975
|
// Vibrate aliases
|
|
2966
2976
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2967
2977
|
// VideoOff aliases
|
|
2968
2978
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2969
2979
|
// Video aliases
|
|
2970
2980
|
export { default as VideoIcon } from '../icons/video';
|
|
2971
|
-
// View aliases
|
|
2972
|
-
export { default as ViewIcon } from '../icons/view';
|
|
2973
2981
|
// Videotape aliases
|
|
2974
2982
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2983
|
+
// View aliases
|
|
2984
|
+
export { default as ViewIcon } from '../icons/view';
|
|
2985
|
+
// VirusOff aliases
|
|
2986
|
+
export { default as VirusOffIcon } from '../icons/virus-off';
|
|
2975
2987
|
// Voicemail aliases
|
|
2976
2988
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2989
|
+
// Virus aliases
|
|
2990
|
+
export { default as VirusIcon } from '../icons/virus';
|
|
2977
2991
|
// Volleyball aliases
|
|
2978
2992
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2979
|
-
// Volume2 aliases
|
|
2980
|
-
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2981
2993
|
// Volume1 aliases
|
|
2982
2994
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2983
2995
|
// VolumeOff aliases
|
|
2984
2996
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2997
|
+
// Volume2 aliases
|
|
2998
|
+
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2985
2999
|
// VolumeX aliases
|
|
2986
3000
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2987
3001
|
// Volume aliases
|
|
@@ -2990,20 +3004,20 @@ export { default as VolumeIcon } from '../icons/volume';
|
|
|
2990
3004
|
export { default as VoteIcon } from '../icons/vote';
|
|
2991
3005
|
// WalletCards aliases
|
|
2992
3006
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2993
|
-
// Warehouse aliases
|
|
2994
|
-
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2995
3007
|
// Wallet aliases
|
|
2996
3008
|
export { default as WalletIcon } from '../icons/wallet';
|
|
3009
|
+
// Wallpaper aliases
|
|
3010
|
+
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2997
3011
|
// Wand aliases
|
|
2998
3012
|
export { default as WandIcon } from '../icons/wand';
|
|
3013
|
+
// Warehouse aliases
|
|
3014
|
+
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
3015
|
+
// WashingMachine aliases
|
|
3016
|
+
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2999
3017
|
// Watch aliases
|
|
3000
3018
|
export { default as WatchIcon } from '../icons/watch';
|
|
3001
3019
|
// WavesArrowDown aliases
|
|
3002
3020
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
3003
|
-
// Wallpaper aliases
|
|
3004
|
-
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
3005
|
-
// WashingMachine aliases
|
|
3006
|
-
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
3007
3021
|
// WavesArrowUp aliases
|
|
3008
3022
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
3009
3023
|
// WavesLadder aliases
|
|
@@ -3014,16 +3028,16 @@ export { default as WavesVerticalIcon } from '../icons/waves-vertical';
|
|
|
3014
3028
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
3015
3029
|
// WebcamOff aliases
|
|
3016
3030
|
export { default as WebcamOffIcon } from '../icons/webcam-off';
|
|
3031
|
+
// Webcam aliases
|
|
3032
|
+
export { default as WebcamIcon } from '../icons/webcam';
|
|
3017
3033
|
// WebhookOff aliases
|
|
3018
3034
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
3019
3035
|
// Webhook aliases
|
|
3020
3036
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
3021
|
-
// WeightTilde aliases
|
|
3022
|
-
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
3023
3037
|
// Weight aliases
|
|
3024
3038
|
export { default as WeightIcon } from '../icons/weight';
|
|
3025
|
-
//
|
|
3026
|
-
export { default as
|
|
3039
|
+
// WeightTilde aliases
|
|
3040
|
+
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
3027
3041
|
// WheatOff aliases
|
|
3028
3042
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
3029
3043
|
// Wheat aliases
|
|
@@ -3050,10 +3064,10 @@ export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
|
3050
3064
|
export { default as WifiIcon } from '../icons/wifi';
|
|
3051
3065
|
// WindArrowDown aliases
|
|
3052
3066
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
3053
|
-
// Wind aliases
|
|
3054
|
-
export { default as WindIcon } from '../icons/wind';
|
|
3055
3067
|
// WineOff aliases
|
|
3056
3068
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
3069
|
+
// Wind aliases
|
|
3070
|
+
export { default as WindIcon } from '../icons/wind';
|
|
3057
3071
|
// Wine aliases
|
|
3058
3072
|
export { default as WineIcon } from '../icons/wine';
|
|
3059
3073
|
// Workflow aliases
|
|
@@ -3090,10 +3104,10 @@ export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
|
3090
3104
|
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
3091
3105
|
// ZodiacPisces aliases
|
|
3092
3106
|
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
3093
|
-
// ZodiacScorpio aliases
|
|
3094
|
-
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
3095
3107
|
// ZodiacSagittarius aliases
|
|
3096
3108
|
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
3109
|
+
// ZodiacScorpio aliases
|
|
3110
|
+
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
3097
3111
|
// ZodiacTaurus aliases
|
|
3098
3112
|
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
3099
3113
|
// ZodiacVirgo aliases
|
|
@@ -3122,18 +3136,18 @@ export {
|
|
|
3122
3136
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. */
|
|
3123
3137
|
default as AlarmMinusIcon
|
|
3124
3138
|
} from '../icons/alarm-clock-minus';
|
|
3125
|
-
// ArrowDownAZ aliases
|
|
3126
|
-
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
3127
|
-
export {
|
|
3128
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. */
|
|
3129
|
-
default as ArrowDownAzIcon
|
|
3130
|
-
} from '../icons/arrow-down-a-z';
|
|
3131
3139
|
// AlarmClockPlus aliases
|
|
3132
3140
|
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
3133
3141
|
export {
|
|
3134
3142
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. */
|
|
3135
3143
|
default as AlarmPlusIcon
|
|
3136
3144
|
} from '../icons/alarm-clock-plus';
|
|
3145
|
+
// ArrowDownAZ aliases
|
|
3146
|
+
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
3147
|
+
export {
|
|
3148
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. */
|
|
3149
|
+
default as ArrowDownAzIcon
|
|
3150
|
+
} from '../icons/arrow-down-a-z';
|
|
3137
3151
|
// ArrowDownWideNarrow aliases
|
|
3138
3152
|
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
3139
3153
|
export {
|
|
@@ -3152,18 +3166,24 @@ export {
|
|
|
3152
3166
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. */
|
|
3153
3167
|
default as ArrowUpAzIcon
|
|
3154
3168
|
} from '../icons/arrow-up-a-z';
|
|
3155
|
-
//
|
|
3156
|
-
export { default as
|
|
3169
|
+
// ArrowUpNarrowWide aliases
|
|
3170
|
+
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3157
3171
|
export {
|
|
3158
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3159
|
-
default as
|
|
3160
|
-
} from '../icons/arrow-up-
|
|
3172
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
|
|
3173
|
+
default as SortAscIcon
|
|
3174
|
+
} from '../icons/arrow-up-narrow-wide';
|
|
3161
3175
|
// Axis3d aliases
|
|
3162
3176
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
3163
3177
|
export {
|
|
3164
3178
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. */
|
|
3165
3179
|
default as Axis3DIcon
|
|
3166
3180
|
} from '../icons/axis-3d';
|
|
3181
|
+
// ArrowUpZA aliases
|
|
3182
|
+
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
3183
|
+
export {
|
|
3184
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. */
|
|
3185
|
+
default as ArrowUpZaIcon
|
|
3186
|
+
} from '../icons/arrow-up-z-a';
|
|
3167
3187
|
// BadgeCheck aliases
|
|
3168
3188
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
3169
3189
|
export {
|
|
@@ -3176,42 +3196,42 @@ export {
|
|
|
3176
3196
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
3177
3197
|
default as BadgeHelpIcon
|
|
3178
3198
|
} from '../icons/badge-question-mark';
|
|
3179
|
-
// ArrowUpNarrowWide aliases
|
|
3180
|
-
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3181
|
-
export {
|
|
3182
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
|
|
3183
|
-
default as SortAscIcon
|
|
3184
|
-
} from '../icons/arrow-up-narrow-wide';
|
|
3185
3199
|
// BetweenHorizontalEnd aliases
|
|
3186
3200
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3187
3201
|
export {
|
|
3188
3202
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
|
|
3189
3203
|
default as BetweenHorizonalEndIcon
|
|
3190
3204
|
} from '../icons/between-horizontal-end';
|
|
3191
|
-
// Braces aliases
|
|
3192
|
-
export { default as BracesIcon } from '../icons/braces';
|
|
3193
|
-
export {
|
|
3194
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
|
|
3195
|
-
default as CurlyBracesIcon
|
|
3196
|
-
} from '../icons/braces';
|
|
3197
3205
|
// BetweenHorizontalStart aliases
|
|
3198
3206
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
3199
3207
|
export {
|
|
3200
3208
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
3201
3209
|
default as BetweenHorizonalStartIcon
|
|
3202
3210
|
} from '../icons/between-horizontal-start';
|
|
3211
|
+
// BookDashed aliases
|
|
3212
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3213
|
+
export {
|
|
3214
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. */
|
|
3215
|
+
default as BookTemplateIcon
|
|
3216
|
+
} from '../icons/book-dashed';
|
|
3217
|
+
// Braces aliases
|
|
3218
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
3219
|
+
export {
|
|
3220
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
|
|
3221
|
+
default as CurlyBracesIcon
|
|
3222
|
+
} from '../icons/braces';
|
|
3203
3223
|
// Captions aliases
|
|
3204
3224
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
3205
3225
|
export {
|
|
3206
3226
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
|
|
3207
3227
|
default as SubtitlesIcon
|
|
3208
3228
|
} from '../icons/captions';
|
|
3209
|
-
//
|
|
3210
|
-
export { default as
|
|
3229
|
+
// ChartArea aliases
|
|
3230
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3211
3231
|
export {
|
|
3212
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3213
|
-
default as
|
|
3214
|
-
} from '../icons/
|
|
3232
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. */
|
|
3233
|
+
default as AreaChartIcon
|
|
3234
|
+
} from '../icons/chart-area';
|
|
3215
3235
|
// ChartBarBig aliases
|
|
3216
3236
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3217
3237
|
export {
|
|
@@ -3224,30 +3244,24 @@ export {
|
|
|
3224
3244
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
|
|
3225
3245
|
default as BarChartHorizontalIcon
|
|
3226
3246
|
} from '../icons/chart-bar';
|
|
3227
|
-
// ChartArea aliases
|
|
3228
|
-
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3229
|
-
export {
|
|
3230
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. */
|
|
3231
|
-
default as AreaChartIcon
|
|
3232
|
-
} from '../icons/chart-area';
|
|
3233
3247
|
// ChartCandlestick aliases
|
|
3234
3248
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3235
3249
|
export {
|
|
3236
3250
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
3237
3251
|
default as CandlestickChartIcon
|
|
3238
3252
|
} from '../icons/chart-candlestick';
|
|
3239
|
-
// ChartColumnBig aliases
|
|
3240
|
-
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3241
|
-
export {
|
|
3242
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. */
|
|
3243
|
-
default as BarChartBigIcon
|
|
3244
|
-
} from '../icons/chart-column-big';
|
|
3245
3253
|
// ChartColumnIncreasing aliases
|
|
3246
3254
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3247
3255
|
export {
|
|
3248
3256
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. */
|
|
3249
3257
|
default as BarChart4Icon
|
|
3250
3258
|
} from '../icons/chart-column-increasing';
|
|
3259
|
+
// ChartColumnBig aliases
|
|
3260
|
+
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3261
|
+
export {
|
|
3262
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. */
|
|
3263
|
+
default as BarChartBigIcon
|
|
3264
|
+
} from '../icons/chart-column-big';
|
|
3251
3265
|
// ChartColumn aliases
|
|
3252
3266
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3253
3267
|
export {
|
|
@@ -3278,18 +3292,18 @@ export {
|
|
|
3278
3292
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. */
|
|
3279
3293
|
default as GanttChartIcon
|
|
3280
3294
|
} from '../icons/chart-no-axes-gantt';
|
|
3281
|
-
// ChartPie aliases
|
|
3282
|
-
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3283
|
-
export {
|
|
3284
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. */
|
|
3285
|
-
default as PieChartIcon
|
|
3286
|
-
} from '../icons/chart-pie';
|
|
3287
3295
|
// ChartScatter aliases
|
|
3288
3296
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3289
3297
|
export {
|
|
3290
3298
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. */
|
|
3291
3299
|
default as ScatterChartIcon
|
|
3292
3300
|
} from '../icons/chart-scatter';
|
|
3301
|
+
// ChartPie aliases
|
|
3302
|
+
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3303
|
+
export {
|
|
3304
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. */
|
|
3305
|
+
default as PieChartIcon
|
|
3306
|
+
} from '../icons/chart-pie';
|
|
3293
3307
|
// CircleAlert aliases
|
|
3294
3308
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3295
3309
|
export {
|
|
@@ -3344,66 +3358,60 @@ export {
|
|
|
3344
3358
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
|
|
3345
3359
|
default as ArrowUpCircleIcon
|
|
3346
3360
|
} from '../icons/circle-arrow-up';
|
|
3347
|
-
// CircleCheck aliases
|
|
3348
|
-
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3349
|
-
export {
|
|
3350
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
|
|
3351
|
-
default as CheckCircle2Icon
|
|
3352
|
-
} from '../icons/circle-check';
|
|
3353
3361
|
// CircleCheckBig aliases
|
|
3354
3362
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3355
3363
|
export {
|
|
3356
3364
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
3357
3365
|
default as CheckCircleIcon
|
|
3358
3366
|
} from '../icons/circle-check-big';
|
|
3367
|
+
// CircleCheck aliases
|
|
3368
|
+
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3369
|
+
export {
|
|
3370
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
|
|
3371
|
+
default as CheckCircle2Icon
|
|
3372
|
+
} from '../icons/circle-check';
|
|
3359
3373
|
// CircleChevronDown aliases
|
|
3360
3374
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3361
3375
|
export {
|
|
3362
3376
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
3363
3377
|
default as ChevronDownCircleIcon
|
|
3364
3378
|
} from '../icons/circle-chevron-down';
|
|
3365
|
-
// CircleChevronLeft aliases
|
|
3366
|
-
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3367
|
-
export {
|
|
3368
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
|
|
3369
|
-
default as ChevronLeftCircleIcon
|
|
3370
|
-
} from '../icons/circle-chevron-left';
|
|
3371
3379
|
// CircleChevronRight aliases
|
|
3372
3380
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3373
3381
|
export {
|
|
3374
3382
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. */
|
|
3375
3383
|
default as ChevronRightCircleIcon
|
|
3376
3384
|
} from '../icons/circle-chevron-right';
|
|
3385
|
+
// CircleChevronLeft aliases
|
|
3386
|
+
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3387
|
+
export {
|
|
3388
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
|
|
3389
|
+
default as ChevronLeftCircleIcon
|
|
3390
|
+
} from '../icons/circle-chevron-left';
|
|
3377
3391
|
// CircleChevronUp aliases
|
|
3378
3392
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3379
3393
|
export {
|
|
3380
3394
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. */
|
|
3381
3395
|
default as ChevronUpCircleIcon
|
|
3382
3396
|
} from '../icons/circle-chevron-up';
|
|
3383
|
-
// CircleGauge aliases
|
|
3384
|
-
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3385
|
-
export {
|
|
3386
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
|
|
3387
|
-
default as GaugeCircleIcon
|
|
3388
|
-
} from '../icons/circle-gauge';
|
|
3389
3397
|
// CircleDivide aliases
|
|
3390
3398
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3391
3399
|
export {
|
|
3392
3400
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
|
|
3393
3401
|
default as DivideCircleIcon
|
|
3394
3402
|
} from '../icons/circle-divide';
|
|
3403
|
+
// CircleGauge aliases
|
|
3404
|
+
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3405
|
+
export {
|
|
3406
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
|
|
3407
|
+
default as GaugeCircleIcon
|
|
3408
|
+
} from '../icons/circle-gauge';
|
|
3395
3409
|
// CircleMinus aliases
|
|
3396
3410
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3397
3411
|
export {
|
|
3398
3412
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
|
|
3399
3413
|
default as MinusCircleIcon
|
|
3400
3414
|
} from '../icons/circle-minus';
|
|
3401
|
-
// CircleParkingOff aliases
|
|
3402
|
-
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3403
|
-
export {
|
|
3404
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. */
|
|
3405
|
-
default as ParkingCircleOffIcon
|
|
3406
|
-
} from '../icons/circle-parking-off';
|
|
3407
3415
|
// CircleParking aliases
|
|
3408
3416
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3409
3417
|
export {
|
|
@@ -3422,24 +3430,30 @@ export {
|
|
|
3422
3430
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. */
|
|
3423
3431
|
default as PercentCircleIcon
|
|
3424
3432
|
} from '../icons/circle-percent';
|
|
3433
|
+
// CircleParkingOff aliases
|
|
3434
|
+
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3435
|
+
export {
|
|
3436
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. */
|
|
3437
|
+
default as ParkingCircleOffIcon
|
|
3438
|
+
} from '../icons/circle-parking-off';
|
|
3425
3439
|
// CirclePlay aliases
|
|
3426
3440
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3427
3441
|
export {
|
|
3428
3442
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. */
|
|
3429
3443
|
default as PlayCircleIcon
|
|
3430
3444
|
} from '../icons/circle-play';
|
|
3431
|
-
// CirclePower aliases
|
|
3432
|
-
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3433
|
-
export {
|
|
3434
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. */
|
|
3435
|
-
default as PowerCircleIcon
|
|
3436
|
-
} from '../icons/circle-power';
|
|
3437
3445
|
// CirclePlus aliases
|
|
3438
3446
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3439
3447
|
export {
|
|
3440
3448
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
3441
3449
|
default as PlusCircleIcon
|
|
3442
3450
|
} from '../icons/circle-plus';
|
|
3451
|
+
// CirclePower aliases
|
|
3452
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3453
|
+
export {
|
|
3454
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. */
|
|
3455
|
+
default as PowerCircleIcon
|
|
3456
|
+
} from '../icons/circle-power';
|
|
3443
3457
|
// CircleQuestionMark aliases
|
|
3444
3458
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3445
3459
|
export {
|
|
@@ -3456,18 +3470,18 @@ export {
|
|
|
3456
3470
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. */
|
|
3457
3471
|
default as CircleSlashedIcon
|
|
3458
3472
|
} from '../icons/circle-slash-2';
|
|
3459
|
-
// CircleUserRound aliases
|
|
3460
|
-
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3461
|
-
export {
|
|
3462
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
|
|
3463
|
-
default as UserCircle2Icon
|
|
3464
|
-
} from '../icons/circle-user-round';
|
|
3465
3473
|
// CircleStop aliases
|
|
3466
3474
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3467
3475
|
export {
|
|
3468
3476
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. */
|
|
3469
3477
|
default as StopCircleIcon
|
|
3470
3478
|
} from '../icons/circle-stop';
|
|
3479
|
+
// CircleUserRound aliases
|
|
3480
|
+
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3481
|
+
export {
|
|
3482
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
|
|
3483
|
+
default as UserCircle2Icon
|
|
3484
|
+
} from '../icons/circle-user-round';
|
|
3471
3485
|
// CircleUser aliases
|
|
3472
3486
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3473
3487
|
export {
|
|
@@ -3510,6 +3524,12 @@ export {
|
|
|
3510
3524
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. */
|
|
3511
3525
|
default as Code2Icon
|
|
3512
3526
|
} from '../icons/code-xml';
|
|
3527
|
+
// Columns2 aliases
|
|
3528
|
+
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3529
|
+
export {
|
|
3530
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. */
|
|
3531
|
+
default as ColumnsIcon
|
|
3532
|
+
} from '../icons/columns-2';
|
|
3513
3533
|
// Columns3Cog aliases
|
|
3514
3534
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3515
3535
|
export {
|
|
@@ -3520,60 +3540,54 @@ export {
|
|
|
3520
3540
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. */
|
|
3521
3541
|
default as TableConfigIcon
|
|
3522
3542
|
} from '../icons/columns-3-cog';
|
|
3523
|
-
//
|
|
3524
|
-
export { default as
|
|
3543
|
+
// ContactRound aliases
|
|
3544
|
+
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3525
3545
|
export {
|
|
3526
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3527
|
-
default as
|
|
3528
|
-
} from '../icons/
|
|
3546
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. */
|
|
3547
|
+
default as Contact2Icon
|
|
3548
|
+
} from '../icons/contact-round';
|
|
3529
3549
|
// Columns3 aliases
|
|
3530
3550
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3531
3551
|
export {
|
|
3532
3552
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. */
|
|
3533
3553
|
default as PanelsLeftRightIcon
|
|
3534
3554
|
} from '../icons/columns-3';
|
|
3555
|
+
// Earth aliases
|
|
3556
|
+
export { default as EarthIcon } from '../icons/earth';
|
|
3557
|
+
export {
|
|
3558
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. */
|
|
3559
|
+
default as Globe2Icon
|
|
3560
|
+
} from '../icons/earth';
|
|
3535
3561
|
// DiamondPercent aliases
|
|
3536
3562
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3537
3563
|
export {
|
|
3538
3564
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. */
|
|
3539
3565
|
default as PercentDiamondIcon
|
|
3540
3566
|
} from '../icons/diamond-percent';
|
|
3541
|
-
// ContactRound aliases
|
|
3542
|
-
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3543
|
-
export {
|
|
3544
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. */
|
|
3545
|
-
default as Contact2Icon
|
|
3546
|
-
} from '../icons/contact-round';
|
|
3547
3567
|
// EllipsisVertical aliases
|
|
3548
3568
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3549
3569
|
export {
|
|
3550
3570
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. */
|
|
3551
3571
|
default as MoreVerticalIcon
|
|
3552
3572
|
} from '../icons/ellipsis-vertical';
|
|
3553
|
-
// Earth aliases
|
|
3554
|
-
export { default as EarthIcon } from '../icons/earth';
|
|
3555
|
-
export {
|
|
3556
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. */
|
|
3557
|
-
default as Globe2Icon
|
|
3558
|
-
} from '../icons/earth';
|
|
3559
3573
|
// Ellipsis aliases
|
|
3560
3574
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3561
3575
|
export {
|
|
3562
3576
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. */
|
|
3563
3577
|
default as MoreHorizontalIcon
|
|
3564
3578
|
} from '../icons/ellipsis';
|
|
3565
|
-
// FaceAngry aliases
|
|
3566
|
-
export { default as FaceAngryIcon } from '../icons/face-angry';
|
|
3567
|
-
export {
|
|
3568
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceAngry} instead. */
|
|
3569
|
-
default as AngryIcon
|
|
3570
|
-
} from '../icons/face-angry';
|
|
3571
3579
|
// FaceExpressionless aliases
|
|
3572
3580
|
export { default as FaceExpressionlessIcon } from '../icons/face-expressionless';
|
|
3573
3581
|
export {
|
|
3574
3582
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceExpressionless} instead. */
|
|
3575
3583
|
default as AnnoyedIcon
|
|
3576
3584
|
} from '../icons/face-expressionless';
|
|
3585
|
+
// FaceAngry aliases
|
|
3586
|
+
export { default as FaceAngryIcon } from '../icons/face-angry';
|
|
3587
|
+
export {
|
|
3588
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceAngry} instead. */
|
|
3589
|
+
default as AngryIcon
|
|
3590
|
+
} from '../icons/face-angry';
|
|
3577
3591
|
// FaceGrinning aliases
|
|
3578
3592
|
export { default as FaceGrinningIcon } from '../icons/face-grinning';
|
|
3579
3593
|
export {
|
|
@@ -3586,30 +3600,24 @@ export {
|
|
|
3586
3600
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceNeutral} instead. */
|
|
3587
3601
|
default as MehIcon
|
|
3588
3602
|
} from '../icons/face-neutral';
|
|
3589
|
-
// FaceSlightlyFrowning aliases
|
|
3590
|
-
export { default as FaceSlightlyFrowningIcon } from '../icons/face-slightly-frowning';
|
|
3591
|
-
export {
|
|
3592
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlyFrowning} instead. */
|
|
3593
|
-
default as FrownIcon
|
|
3594
|
-
} from '../icons/face-slightly-frowning';
|
|
3595
3603
|
// FaceSlightlySmilingPlus aliases
|
|
3596
3604
|
export { default as FaceSlightlySmilingPlusIcon } from '../icons/face-slightly-smiling-plus';
|
|
3597
3605
|
export {
|
|
3598
3606
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmilingPlus} instead. */
|
|
3599
3607
|
default as SmilePlusIcon
|
|
3600
3608
|
} from '../icons/face-slightly-smiling-plus';
|
|
3609
|
+
// FaceSlightlyFrowning aliases
|
|
3610
|
+
export { default as FaceSlightlyFrowningIcon } from '../icons/face-slightly-frowning';
|
|
3611
|
+
export {
|
|
3612
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlyFrowning} instead. */
|
|
3613
|
+
default as FrownIcon
|
|
3614
|
+
} from '../icons/face-slightly-frowning';
|
|
3601
3615
|
// FaceSlightlySmiling aliases
|
|
3602
3616
|
export { default as FaceSlightlySmilingIcon } from '../icons/face-slightly-smiling';
|
|
3603
3617
|
export {
|
|
3604
3618
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmiling} instead. */
|
|
3605
3619
|
default as SmileIcon
|
|
3606
3620
|
} from '../icons/face-slightly-smiling';
|
|
3607
|
-
// FileAxis3d aliases
|
|
3608
|
-
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3609
|
-
export {
|
|
3610
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
3611
|
-
default as FileAxis3DIcon
|
|
3612
|
-
} from '../icons/file-axis-3d';
|
|
3613
3621
|
// FileBadge aliases
|
|
3614
3622
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3615
3623
|
export {
|
|
@@ -3622,6 +3630,12 @@ export {
|
|
|
3622
3630
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. */
|
|
3623
3631
|
default as FileJson2Icon
|
|
3624
3632
|
} from '../icons/file-braces-corner';
|
|
3633
|
+
// FileAxis3d aliases
|
|
3634
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3635
|
+
export {
|
|
3636
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
3637
|
+
default as FileAxis3DIcon
|
|
3638
|
+
} from '../icons/file-axis-3d';
|
|
3625
3639
|
// FileBraces aliases
|
|
3626
3640
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3627
3641
|
export {
|
|
@@ -3640,6 +3654,12 @@ export {
|
|
|
3640
3654
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
|
|
3641
3655
|
default as FileBarChart2Icon
|
|
3642
3656
|
} from '../icons/file-chart-column';
|
|
3657
|
+
// FileChartLine aliases
|
|
3658
|
+
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3659
|
+
export {
|
|
3660
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. */
|
|
3661
|
+
default as FileLineChartIcon
|
|
3662
|
+
} from '../icons/file-chart-line';
|
|
3643
3663
|
// FileChartPie aliases
|
|
3644
3664
|
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3645
3665
|
export {
|
|
@@ -3652,24 +3672,12 @@ export {
|
|
|
3652
3672
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. */
|
|
3653
3673
|
default as FileCheck2Icon
|
|
3654
3674
|
} from '../icons/file-check-corner';
|
|
3655
|
-
// FileChartLine aliases
|
|
3656
|
-
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3657
|
-
export {
|
|
3658
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. */
|
|
3659
|
-
default as FileLineChartIcon
|
|
3660
|
-
} from '../icons/file-chart-line';
|
|
3661
3675
|
// FileCodeCorner aliases
|
|
3662
3676
|
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3663
3677
|
export {
|
|
3664
3678
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. */
|
|
3665
3679
|
default as FileCode2Icon
|
|
3666
3680
|
} from '../icons/file-code-corner';
|
|
3667
|
-
// FileCog aliases
|
|
3668
|
-
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3669
|
-
export {
|
|
3670
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
|
|
3671
|
-
default as FileCog2Icon
|
|
3672
|
-
} from '../icons/file-cog';
|
|
3673
3681
|
// FileExclamationPoint aliases
|
|
3674
3682
|
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3675
3683
|
export {
|
|
@@ -3686,6 +3694,12 @@ export {
|
|
|
3686
3694
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. */
|
|
3687
3695
|
default as FileAudio2Icon
|
|
3688
3696
|
} from '../icons/file-headphone';
|
|
3697
|
+
// FileCog aliases
|
|
3698
|
+
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3699
|
+
export {
|
|
3700
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
|
|
3701
|
+
default as FileCog2Icon
|
|
3702
|
+
} from '../icons/file-cog';
|
|
3689
3703
|
// FileKey aliases
|
|
3690
3704
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3691
3705
|
export {
|
|
@@ -3710,30 +3724,30 @@ export {
|
|
|
3710
3724
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
|
|
3711
3725
|
default as FileSignatureIcon
|
|
3712
3726
|
} from '../icons/file-pen-line';
|
|
3713
|
-
// FilePen aliases
|
|
3714
|
-
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3715
|
-
export {
|
|
3716
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
|
|
3717
|
-
default as FileEditIcon
|
|
3718
|
-
} from '../icons/file-pen';
|
|
3719
3727
|
// FilePlay aliases
|
|
3720
3728
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3721
3729
|
export {
|
|
3722
3730
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
3723
3731
|
default as FileVideoIcon
|
|
3724
3732
|
} from '../icons/file-play';
|
|
3725
|
-
//
|
|
3726
|
-
export { default as
|
|
3733
|
+
// FilePen aliases
|
|
3734
|
+
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3727
3735
|
export {
|
|
3728
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3729
|
-
default as
|
|
3730
|
-
} from '../icons/file-
|
|
3736
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
|
|
3737
|
+
default as FileEditIcon
|
|
3738
|
+
} from '../icons/file-pen';
|
|
3731
3739
|
// FilePlusCorner aliases
|
|
3732
3740
|
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3733
3741
|
export {
|
|
3734
3742
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
3735
3743
|
default as FilePlus2Icon
|
|
3736
3744
|
} from '../icons/file-plus-corner';
|
|
3745
|
+
// FileQuestionMark aliases
|
|
3746
|
+
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3747
|
+
export {
|
|
3748
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
|
|
3749
|
+
default as FileQuestionIcon
|
|
3750
|
+
} from '../icons/file-question-mark';
|
|
3737
3751
|
// FileSearchCorner aliases
|
|
3738
3752
|
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3739
3753
|
export {
|
|
@@ -3812,12 +3826,6 @@ export {
|
|
|
3812
3826
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. */
|
|
3813
3827
|
default as Grid2X2PlusIcon
|
|
3814
3828
|
} from '../icons/grid-2x2-plus';
|
|
3815
|
-
// Grid2x2 aliases
|
|
3816
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3817
|
-
export {
|
|
3818
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
|
|
3819
|
-
default as Grid2X2Icon
|
|
3820
|
-
} from '../icons/grid-2x2';
|
|
3821
3829
|
// Grid2x2X aliases
|
|
3822
3830
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3823
3831
|
export {
|
|
@@ -3834,6 +3842,12 @@ export {
|
|
|
3834
3842
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. */
|
|
3835
3843
|
default as Grid3X3Icon
|
|
3836
3844
|
} from '../icons/grid-3x3';
|
|
3845
|
+
// Grid2x2 aliases
|
|
3846
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3847
|
+
export {
|
|
3848
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
|
|
3849
|
+
default as Grid2X2Icon
|
|
3850
|
+
} from '../icons/grid-2x2';
|
|
3837
3851
|
// HandGrab aliases
|
|
3838
3852
|
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3839
3853
|
export {
|
|
@@ -3846,24 +3860,36 @@ export {
|
|
|
3846
3860
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
3847
3861
|
default as HelpingHandIcon
|
|
3848
3862
|
} from '../icons/hand-helping';
|
|
3849
|
-
// House aliases
|
|
3850
|
-
export { default as HouseIcon } from '../icons/house';
|
|
3851
|
-
export {
|
|
3852
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
|
|
3853
|
-
default as HomeIcon
|
|
3854
|
-
} from '../icons/house';
|
|
3855
3863
|
// IceCreamBowl aliases
|
|
3856
3864
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3857
3865
|
export {
|
|
3858
3866
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. */
|
|
3859
3867
|
default as IceCream2Icon
|
|
3860
3868
|
} from '../icons/ice-cream-bowl';
|
|
3869
|
+
// House aliases
|
|
3870
|
+
export { default as HouseIcon } from '../icons/house';
|
|
3871
|
+
export {
|
|
3872
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
|
|
3873
|
+
default as HomeIcon
|
|
3874
|
+
} from '../icons/house';
|
|
3861
3875
|
// IceCreamCone aliases
|
|
3862
3876
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3863
3877
|
export {
|
|
3864
3878
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. */
|
|
3865
3879
|
default as IceCreamIcon
|
|
3866
3880
|
} from '../icons/ice-cream-cone';
|
|
3881
|
+
// LaptopMinimal aliases
|
|
3882
|
+
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3883
|
+
export {
|
|
3884
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
|
|
3885
|
+
default as Laptop2Icon
|
|
3886
|
+
} from '../icons/laptop-minimal';
|
|
3887
|
+
// Layers aliases
|
|
3888
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3889
|
+
export {
|
|
3890
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
|
|
3891
|
+
default as Layers3Icon
|
|
3892
|
+
} from '../icons/layers';
|
|
3867
3893
|
// ListIndentDecrease aliases
|
|
3868
3894
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3869
3895
|
export {
|
|
@@ -3874,18 +3900,6 @@ export {
|
|
|
3874
3900
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. */
|
|
3875
3901
|
default as IndentDecreaseIcon
|
|
3876
3902
|
} from '../icons/list-indent-decrease';
|
|
3877
|
-
// Layers aliases
|
|
3878
|
-
export { default as LayersIcon } from '../icons/layers';
|
|
3879
|
-
export {
|
|
3880
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
|
|
3881
|
-
default as Layers3Icon
|
|
3882
|
-
} from '../icons/layers';
|
|
3883
|
-
// LaptopMinimal aliases
|
|
3884
|
-
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3885
|
-
export {
|
|
3886
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
|
|
3887
|
-
default as Laptop2Icon
|
|
3888
|
-
} from '../icons/laptop-minimal';
|
|
3889
3903
|
// ListIndentIncrease aliases
|
|
3890
3904
|
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3891
3905
|
export {
|
|
@@ -3896,18 +3910,18 @@ export {
|
|
|
3896
3910
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
|
|
3897
3911
|
default as IndentIncreaseIcon
|
|
3898
3912
|
} from '../icons/list-indent-increase';
|
|
3899
|
-
// LockKeyholeOpen aliases
|
|
3900
|
-
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3901
|
-
export {
|
|
3902
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. */
|
|
3903
|
-
default as UnlockKeyholeIcon
|
|
3904
|
-
} from '../icons/lock-keyhole-open';
|
|
3905
3913
|
// LoaderCircle aliases
|
|
3906
3914
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3907
3915
|
export {
|
|
3908
3916
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. */
|
|
3909
3917
|
default as Loader2Icon
|
|
3910
3918
|
} from '../icons/loader-circle';
|
|
3919
|
+
// LockKeyholeOpen aliases
|
|
3920
|
+
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3921
|
+
export {
|
|
3922
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. */
|
|
3923
|
+
default as UnlockKeyholeIcon
|
|
3924
|
+
} from '../icons/lock-keyhole-open';
|
|
3911
3925
|
// LockOpen aliases
|
|
3912
3926
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3913
3927
|
export {
|
|
@@ -3932,18 +3946,18 @@ export {
|
|
|
3932
3946
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. */
|
|
3933
3947
|
default as MessageCircleQuestionIcon
|
|
3934
3948
|
} from '../icons/message-circle-question-mark';
|
|
3935
|
-
// MicVocal aliases
|
|
3936
|
-
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3937
|
-
export {
|
|
3938
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. */
|
|
3939
|
-
default as Mic2Icon
|
|
3940
|
-
} from '../icons/mic-vocal';
|
|
3941
3949
|
// MicSignal aliases
|
|
3942
3950
|
export { default as MicSignalIcon } from '../icons/mic-signal';
|
|
3943
3951
|
export {
|
|
3944
3952
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicSignal} instead. */
|
|
3945
3953
|
default as PodcastIcon
|
|
3946
3954
|
} from '../icons/mic-signal';
|
|
3955
|
+
// MicVocal aliases
|
|
3956
|
+
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3957
|
+
export {
|
|
3958
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. */
|
|
3959
|
+
default as Mic2Icon
|
|
3960
|
+
} from '../icons/mic-vocal';
|
|
3947
3961
|
// Move3d aliases
|
|
3948
3962
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3949
3963
|
export {
|
|
@@ -3974,18 +3988,18 @@ export {
|
|
|
3974
3988
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. */
|
|
3975
3989
|
default as Paintbrush2Icon
|
|
3976
3990
|
} from '../icons/paintbrush-vertical';
|
|
3977
|
-
// PanelLeftClose aliases
|
|
3978
|
-
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3979
|
-
export {
|
|
3980
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
3981
|
-
default as SidebarCloseIcon
|
|
3982
|
-
} from '../icons/panel-left-close';
|
|
3983
3991
|
// PanelBottomDashed aliases
|
|
3984
3992
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3985
3993
|
export {
|
|
3986
3994
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
|
|
3987
3995
|
default as PanelBottomInactiveIcon
|
|
3988
3996
|
} from '../icons/panel-bottom-dashed';
|
|
3997
|
+
// PanelLeftClose aliases
|
|
3998
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3999
|
+
export {
|
|
4000
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
4001
|
+
default as SidebarCloseIcon
|
|
4002
|
+
} from '../icons/panel-left-close';
|
|
3989
4003
|
// PanelLeftDashed aliases
|
|
3990
4004
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3991
4005
|
export {
|
|
@@ -4028,18 +4042,18 @@ export {
|
|
|
4028
4042
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. */
|
|
4029
4043
|
default as Edit3Icon
|
|
4030
4044
|
} from '../icons/pen-line';
|
|
4031
|
-
// Pen aliases
|
|
4032
|
-
export { default as PenIcon } from '../icons/pen';
|
|
4033
|
-
export {
|
|
4034
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. */
|
|
4035
|
-
default as Edit2Icon
|
|
4036
|
-
} from '../icons/pen';
|
|
4037
4045
|
// PlugZap aliases
|
|
4038
4046
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
4039
4047
|
export {
|
|
4040
4048
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. */
|
|
4041
4049
|
default as PlugZap2Icon
|
|
4042
4050
|
} from '../icons/plug-zap';
|
|
4051
|
+
// Pen aliases
|
|
4052
|
+
export { default as PenIcon } from '../icons/pen';
|
|
4053
|
+
export {
|
|
4054
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. */
|
|
4055
|
+
default as Edit2Icon
|
|
4056
|
+
} from '../icons/pen';
|
|
4043
4057
|
// RectangleEllipsis aliases
|
|
4044
4058
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
4045
4059
|
export {
|
|
@@ -4076,18 +4090,18 @@ export {
|
|
|
4076
4090
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. */
|
|
4077
4091
|
default as Scale3DIcon
|
|
4078
4092
|
} from '../icons/scale-3d';
|
|
4079
|
-
// ShieldQuestionMark aliases
|
|
4080
|
-
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
4081
|
-
export {
|
|
4082
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
|
|
4083
|
-
default as ShieldQuestionIcon
|
|
4084
|
-
} from '../icons/shield-question-mark';
|
|
4085
4093
|
// SendHorizontal aliases
|
|
4086
4094
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
4087
4095
|
export {
|
|
4088
4096
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. */
|
|
4089
4097
|
default as SendHorizonalIcon
|
|
4090
4098
|
} from '../icons/send-horizontal';
|
|
4099
|
+
// ShieldQuestionMark aliases
|
|
4100
|
+
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
4101
|
+
export {
|
|
4102
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
|
|
4103
|
+
default as ShieldQuestionIcon
|
|
4104
|
+
} from '../icons/shield-question-mark';
|
|
4091
4105
|
// ShieldX aliases
|
|
4092
4106
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
4093
4107
|
export {
|
|
@@ -4118,6 +4132,12 @@ export {
|
|
|
4118
4132
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. */
|
|
4119
4133
|
default as ArrowDownLeftSquareIcon
|
|
4120
4134
|
} from '../icons/square-arrow-down-left';
|
|
4135
|
+
// SquareArrowDown aliases
|
|
4136
|
+
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
4137
|
+
export {
|
|
4138
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. */
|
|
4139
|
+
default as ArrowDownSquareIcon
|
|
4140
|
+
} from '../icons/square-arrow-down';
|
|
4121
4141
|
// SquareArrowDownRight aliases
|
|
4122
4142
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
4123
4143
|
export {
|
|
@@ -4130,54 +4150,42 @@ export {
|
|
|
4130
4150
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
|
|
4131
4151
|
default as ArrowLeftSquareIcon
|
|
4132
4152
|
} from '../icons/square-arrow-left';
|
|
4133
|
-
// SquareArrowDown aliases
|
|
4134
|
-
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
4135
|
-
export {
|
|
4136
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. */
|
|
4137
|
-
default as ArrowDownSquareIcon
|
|
4138
|
-
} from '../icons/square-arrow-down';
|
|
4139
4153
|
// SquareArrowOutDownLeft aliases
|
|
4140
4154
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
4141
4155
|
export {
|
|
4142
4156
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
|
|
4143
4157
|
default as ArrowDownLeftFromSquareIcon
|
|
4144
4158
|
} from '../icons/square-arrow-out-down-left';
|
|
4145
|
-
// SquareArrowOutDownRight aliases
|
|
4146
|
-
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
4147
|
-
export {
|
|
4148
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. */
|
|
4149
|
-
default as ArrowDownRightFromSquareIcon
|
|
4150
|
-
} from '../icons/square-arrow-out-down-right';
|
|
4151
|
-
// SquareArrowRight aliases
|
|
4152
|
-
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
4153
|
-
export {
|
|
4154
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
4155
|
-
default as ArrowRightSquareIcon
|
|
4156
|
-
} from '../icons/square-arrow-right';
|
|
4157
4159
|
// SquareArrowOutUpLeft aliases
|
|
4158
4160
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
4159
4161
|
export {
|
|
4160
4162
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
|
|
4161
4163
|
default as ArrowUpLeftFromSquareIcon
|
|
4162
4164
|
} from '../icons/square-arrow-out-up-left';
|
|
4165
|
+
// SquareArrowOutDownRight aliases
|
|
4166
|
+
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
4167
|
+
export {
|
|
4168
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. */
|
|
4169
|
+
default as ArrowDownRightFromSquareIcon
|
|
4170
|
+
} from '../icons/square-arrow-out-down-right';
|
|
4163
4171
|
// SquareArrowOutUpRight aliases
|
|
4164
4172
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
4165
4173
|
export {
|
|
4166
4174
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
|
|
4167
4175
|
default as ArrowUpRightFromSquareIcon
|
|
4168
4176
|
} from '../icons/square-arrow-out-up-right';
|
|
4177
|
+
// SquareArrowRight aliases
|
|
4178
|
+
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
4179
|
+
export {
|
|
4180
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
4181
|
+
default as ArrowRightSquareIcon
|
|
4182
|
+
} from '../icons/square-arrow-right';
|
|
4169
4183
|
// SquareArrowUpLeft aliases
|
|
4170
4184
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
4171
4185
|
export {
|
|
4172
4186
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
4173
4187
|
default as ArrowUpLeftSquareIcon
|
|
4174
4188
|
} from '../icons/square-arrow-up-left';
|
|
4175
|
-
// SquareArrowUpRight aliases
|
|
4176
|
-
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
4177
|
-
export {
|
|
4178
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. */
|
|
4179
|
-
default as ArrowUpRightSquareIcon
|
|
4180
|
-
} from '../icons/square-arrow-up-right';
|
|
4181
4189
|
// SquareArrowUp aliases
|
|
4182
4190
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
4183
4191
|
export {
|
|
@@ -4190,24 +4198,24 @@ export {
|
|
|
4190
4198
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. */
|
|
4191
4199
|
default as AsteriskSquareIcon
|
|
4192
4200
|
} from '../icons/square-asterisk';
|
|
4193
|
-
//
|
|
4194
|
-
export { default as
|
|
4201
|
+
// SquareArrowUpRight aliases
|
|
4202
|
+
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
4195
4203
|
export {
|
|
4196
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4197
|
-
default as
|
|
4198
|
-
} from '../icons/square-
|
|
4204
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. */
|
|
4205
|
+
default as ArrowUpRightSquareIcon
|
|
4206
|
+
} from '../icons/square-arrow-up-right';
|
|
4199
4207
|
// SquareCenterlineDashedHorizontal aliases
|
|
4200
4208
|
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
4201
4209
|
export {
|
|
4202
4210
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. */
|
|
4203
4211
|
default as FlipHorizontalIcon
|
|
4204
4212
|
} from '../icons/square-centerline-dashed-horizontal';
|
|
4205
|
-
//
|
|
4206
|
-
export { default as
|
|
4213
|
+
// SquareBottomDashedScissors aliases
|
|
4214
|
+
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
4207
4215
|
export {
|
|
4208
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4209
|
-
default as
|
|
4210
|
-
} from '../icons/square-
|
|
4216
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. */
|
|
4217
|
+
default as ScissorsSquareDashedBottomIcon
|
|
4218
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
4211
4219
|
// SquareChartGantt aliases
|
|
4212
4220
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
4213
4221
|
export {
|
|
@@ -4218,18 +4226,24 @@ export {
|
|
|
4218
4226
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
4219
4227
|
default as SquareGanttChartIcon
|
|
4220
4228
|
} from '../icons/square-chart-gantt';
|
|
4221
|
-
//
|
|
4222
|
-
export { default as
|
|
4229
|
+
// SquareCenterlineDashedVertical aliases
|
|
4230
|
+
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
4223
4231
|
export {
|
|
4224
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4225
|
-
default as
|
|
4226
|
-
} from '../icons/square-
|
|
4232
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
|
|
4233
|
+
default as FlipVerticalIcon
|
|
4234
|
+
} from '../icons/square-centerline-dashed-vertical';
|
|
4227
4235
|
// SquareCheckBig aliases
|
|
4228
4236
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4229
4237
|
export {
|
|
4230
4238
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
4231
4239
|
default as CheckSquareIcon
|
|
4232
4240
|
} from '../icons/square-check-big';
|
|
4241
|
+
// SquareCheck aliases
|
|
4242
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4243
|
+
export {
|
|
4244
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
4245
|
+
default as CheckSquare2Icon
|
|
4246
|
+
} from '../icons/square-check';
|
|
4233
4247
|
// SquareChevronDown aliases
|
|
4234
4248
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4235
4249
|
export {
|
|
@@ -4260,12 +4274,6 @@ export {
|
|
|
4260
4274
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
|
|
4261
4275
|
default as CodeSquareIcon
|
|
4262
4276
|
} from '../icons/square-code';
|
|
4263
|
-
// SquareDashedKanban aliases
|
|
4264
|
-
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4265
|
-
export {
|
|
4266
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
|
|
4267
|
-
default as KanbanSquareDashedIcon
|
|
4268
|
-
} from '../icons/square-dashed-kanban';
|
|
4269
4277
|
// SquareDashedMousePointer aliases
|
|
4270
4278
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4271
4279
|
export {
|
|
@@ -4282,6 +4290,12 @@ export {
|
|
|
4282
4290
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. */
|
|
4283
4291
|
default as TextSelectIcon
|
|
4284
4292
|
} from '../icons/square-dashed-text';
|
|
4293
|
+
// SquareDashedKanban aliases
|
|
4294
|
+
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4295
|
+
export {
|
|
4296
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
|
|
4297
|
+
default as KanbanSquareDashedIcon
|
|
4298
|
+
} from '../icons/square-dashed-kanban';
|
|
4285
4299
|
// SquareDashed aliases
|
|
4286
4300
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4287
4301
|
export {
|
|
@@ -4300,24 +4314,30 @@ export {
|
|
|
4300
4314
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
|
|
4301
4315
|
default as DotSquareIcon
|
|
4302
4316
|
} from '../icons/square-dot';
|
|
4303
|
-
// SquareEqual aliases
|
|
4304
|
-
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4305
|
-
export {
|
|
4306
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
|
|
4307
|
-
default as EqualSquareIcon
|
|
4308
|
-
} from '../icons/square-equal';
|
|
4309
4317
|
// SquareFunction aliases
|
|
4310
4318
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4311
4319
|
export {
|
|
4312
4320
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. */
|
|
4313
4321
|
default as FunctionSquareIcon
|
|
4314
4322
|
} from '../icons/square-function';
|
|
4323
|
+
// SquareEqual aliases
|
|
4324
|
+
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4325
|
+
export {
|
|
4326
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
|
|
4327
|
+
default as EqualSquareIcon
|
|
4328
|
+
} from '../icons/square-equal';
|
|
4315
4329
|
// SquareKanban aliases
|
|
4316
4330
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4317
4331
|
export {
|
|
4318
4332
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
|
|
4319
4333
|
default as KanbanSquareIcon
|
|
4320
4334
|
} from '../icons/square-kanban';
|
|
4335
|
+
// SquareLibrary aliases
|
|
4336
|
+
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4337
|
+
export {
|
|
4338
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
|
|
4339
|
+
default as LibrarySquareIcon
|
|
4340
|
+
} from '../icons/square-library';
|
|
4321
4341
|
// SquareM aliases
|
|
4322
4342
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
4323
4343
|
export {
|
|
@@ -4330,12 +4350,6 @@ export {
|
|
|
4330
4350
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
|
|
4331
4351
|
default as MenuSquareIcon
|
|
4332
4352
|
} from '../icons/square-menu';
|
|
4333
|
-
// SquareLibrary aliases
|
|
4334
|
-
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4335
|
-
export {
|
|
4336
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
|
|
4337
|
-
default as LibrarySquareIcon
|
|
4338
|
-
} from '../icons/square-library';
|
|
4339
4353
|
// SquareMinus aliases
|
|
4340
4354
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4341
4355
|
export {
|
|
@@ -4348,18 +4362,18 @@ export {
|
|
|
4348
4362
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. */
|
|
4349
4363
|
default as InspectIcon
|
|
4350
4364
|
} from '../icons/square-mouse-pointer';
|
|
4351
|
-
// SquareParking aliases
|
|
4352
|
-
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4353
|
-
export {
|
|
4354
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
|
|
4355
|
-
default as ParkingSquareIcon
|
|
4356
|
-
} from '../icons/square-parking';
|
|
4357
4365
|
// SquareParkingOff aliases
|
|
4358
4366
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4359
4367
|
export {
|
|
4360
4368
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
4361
4369
|
default as ParkingSquareOffIcon
|
|
4362
4370
|
} from '../icons/square-parking-off';
|
|
4371
|
+
// SquareParking aliases
|
|
4372
|
+
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4373
|
+
export {
|
|
4374
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
|
|
4375
|
+
default as ParkingSquareIcon
|
|
4376
|
+
} from '../icons/square-parking';
|
|
4363
4377
|
// SquarePen aliases
|
|
4364
4378
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4365
4379
|
export {
|
|
@@ -4374,12 +4388,6 @@ export {
|
|
|
4374
4388
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
|
|
4375
4389
|
default as PenSquareIcon
|
|
4376
4390
|
} from '../icons/square-pen';
|
|
4377
|
-
// SquarePercent aliases
|
|
4378
|
-
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4379
|
-
export {
|
|
4380
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. */
|
|
4381
|
-
default as PercentSquareIcon
|
|
4382
|
-
} from '../icons/square-percent';
|
|
4383
4391
|
// SquarePi aliases
|
|
4384
4392
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4385
4393
|
export {
|
|
@@ -4392,24 +4400,30 @@ export {
|
|
|
4392
4400
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
|
|
4393
4401
|
default as PilcrowSquareIcon
|
|
4394
4402
|
} from '../icons/square-pilcrow';
|
|
4403
|
+
// SquarePercent aliases
|
|
4404
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4405
|
+
export {
|
|
4406
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. */
|
|
4407
|
+
default as PercentSquareIcon
|
|
4408
|
+
} from '../icons/square-percent';
|
|
4395
4409
|
// SquarePlay aliases
|
|
4396
4410
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4397
4411
|
export {
|
|
4398
4412
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. */
|
|
4399
4413
|
default as PlaySquareIcon
|
|
4400
4414
|
} from '../icons/square-play';
|
|
4401
|
-
// SquarePlus aliases
|
|
4402
|
-
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4403
|
-
export {
|
|
4404
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. */
|
|
4405
|
-
default as PlusSquareIcon
|
|
4406
|
-
} from '../icons/square-plus';
|
|
4407
4415
|
// SquarePower aliases
|
|
4408
4416
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4409
4417
|
export {
|
|
4410
4418
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. */
|
|
4411
4419
|
default as PowerSquareIcon
|
|
4412
4420
|
} from '../icons/square-power';
|
|
4421
|
+
// SquarePlus aliases
|
|
4422
|
+
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4423
|
+
export {
|
|
4424
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. */
|
|
4425
|
+
default as PlusSquareIcon
|
|
4426
|
+
} from '../icons/square-plus';
|
|
4413
4427
|
// SquareScissors aliases
|
|
4414
4428
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4415
4429
|
export {
|
|
@@ -4446,18 +4460,18 @@ export {
|
|
|
4446
4460
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. */
|
|
4447
4461
|
default as TerminalSquareIcon
|
|
4448
4462
|
} from '../icons/square-terminal';
|
|
4449
|
-
// SquareUser aliases
|
|
4450
|
-
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4451
|
-
export {
|
|
4452
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4453
|
-
default as UserSquareIcon
|
|
4454
|
-
} from '../icons/square-user';
|
|
4455
4463
|
// SquareUserRound aliases
|
|
4456
4464
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4457
4465
|
export {
|
|
4458
4466
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. */
|
|
4459
4467
|
default as UserSquare2Icon
|
|
4460
4468
|
} from '../icons/square-user-round';
|
|
4469
|
+
// SquareUser aliases
|
|
4470
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4471
|
+
export {
|
|
4472
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4473
|
+
default as UserSquareIcon
|
|
4474
|
+
} from '../icons/square-user';
|
|
4461
4475
|
// SquareX aliases
|
|
4462
4476
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4463
4477
|
export {
|
|
@@ -4470,24 +4484,30 @@ export {
|
|
|
4470
4484
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. */
|
|
4471
4485
|
default as TestTube2Icon
|
|
4472
4486
|
} from '../icons/test-tube-diagonal';
|
|
4473
|
-
// TextAlignEnd aliases
|
|
4474
|
-
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4475
|
-
export {
|
|
4476
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
|
|
4477
|
-
default as AlignRightIcon
|
|
4478
|
-
} from '../icons/text-align-end';
|
|
4479
4487
|
// TextAlignCenter aliases
|
|
4480
4488
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4481
4489
|
export {
|
|
4482
4490
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */
|
|
4483
4491
|
default as AlignCenterIcon
|
|
4484
4492
|
} from '../icons/text-align-center';
|
|
4493
|
+
// TextAlignEnd aliases
|
|
4494
|
+
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4495
|
+
export {
|
|
4496
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
|
|
4497
|
+
default as AlignRightIcon
|
|
4498
|
+
} from '../icons/text-align-end';
|
|
4485
4499
|
// TextAlignJustify aliases
|
|
4486
4500
|
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4487
4501
|
export {
|
|
4488
4502
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
|
|
4489
4503
|
default as AlignJustifyIcon
|
|
4490
4504
|
} from '../icons/text-align-justify';
|
|
4505
|
+
// TextInitial aliases
|
|
4506
|
+
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4507
|
+
export {
|
|
4508
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
4509
|
+
default as LetterTextIcon
|
|
4510
|
+
} from '../icons/text-initial';
|
|
4491
4511
|
// TextAlignStart aliases
|
|
4492
4512
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4493
4513
|
export {
|
|
@@ -4498,60 +4518,60 @@ export {
|
|
|
4498
4518
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. */
|
|
4499
4519
|
default as AlignLeftIcon
|
|
4500
4520
|
} from '../icons/text-align-start';
|
|
4501
|
-
// TextInitial aliases
|
|
4502
|
-
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4503
|
-
export {
|
|
4504
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
4505
|
-
default as LetterTextIcon
|
|
4506
|
-
} from '../icons/text-initial';
|
|
4507
4521
|
// TextWrap aliases
|
|
4508
4522
|
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4509
4523
|
export {
|
|
4510
4524
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
4511
4525
|
default as WrapTextIcon
|
|
4512
4526
|
} from '../icons/text-wrap';
|
|
4513
|
-
// TriangleAlert aliases
|
|
4514
|
-
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4515
|
-
export {
|
|
4516
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. */
|
|
4517
|
-
default as AlertTriangleIcon
|
|
4518
|
-
} from '../icons/triangle-alert';
|
|
4519
4527
|
// TramFront aliases
|
|
4520
4528
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4521
4529
|
export {
|
|
4522
4530
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
|
|
4523
4531
|
default as TrainIcon
|
|
4524
4532
|
} from '../icons/tram-front';
|
|
4525
|
-
//
|
|
4526
|
-
export { default as
|
|
4533
|
+
// Trash aliases
|
|
4534
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
4527
4535
|
export {
|
|
4528
|
-
/** @deprecated The
|
|
4529
|
-
default as
|
|
4530
|
-
} from '../icons/
|
|
4536
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Trash} instead. */
|
|
4537
|
+
default as Trash2Icon
|
|
4538
|
+
} from '../icons/trash';
|
|
4531
4539
|
// TreePalm aliases
|
|
4532
4540
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4533
4541
|
export {
|
|
4534
4542
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
4535
4543
|
default as PalmtreeIcon
|
|
4536
4544
|
} from '../icons/tree-palm';
|
|
4545
|
+
// TriangleAlert aliases
|
|
4546
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4547
|
+
export {
|
|
4548
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. */
|
|
4549
|
+
default as AlertTriangleIcon
|
|
4550
|
+
} from '../icons/triangle-alert';
|
|
4537
4551
|
// University aliases
|
|
4538
4552
|
export { default as UniversityIcon } from '../icons/university';
|
|
4539
4553
|
export {
|
|
4540
4554
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
|
|
4541
4555
|
default as School2Icon
|
|
4542
4556
|
} from '../icons/university';
|
|
4543
|
-
//
|
|
4544
|
-
export { default as
|
|
4557
|
+
// TvMinimal aliases
|
|
4558
|
+
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4545
4559
|
export {
|
|
4546
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4547
|
-
default as
|
|
4548
|
-
} from '../icons/
|
|
4560
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. */
|
|
4561
|
+
default as Tv2Icon
|
|
4562
|
+
} from '../icons/tv-minimal';
|
|
4549
4563
|
// UserRoundCog aliases
|
|
4550
4564
|
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4551
4565
|
export {
|
|
4552
4566
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */
|
|
4553
4567
|
default as UserCog2Icon
|
|
4554
4568
|
} from '../icons/user-round-cog';
|
|
4569
|
+
// UserRoundCheck aliases
|
|
4570
|
+
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4571
|
+
export {
|
|
4572
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. */
|
|
4573
|
+
default as UserCheck2Icon
|
|
4574
|
+
} from '../icons/user-round-check';
|
|
4555
4575
|
// UserRoundMinus aliases
|
|
4556
4576
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4557
4577
|
export {
|
|
@@ -4594,18 +4614,18 @@ export {
|
|
|
4594
4614
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|
|
4595
4615
|
default as ForkKnifeIcon
|
|
4596
4616
|
} from '../icons/utensils';
|
|
4597
|
-
// WalletMinimal aliases
|
|
4598
|
-
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4599
|
-
export {
|
|
4600
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|
|
4601
|
-
default as Wallet2Icon
|
|
4602
|
-
} from '../icons/wallet-minimal';
|
|
4603
4617
|
// WandSparkles aliases
|
|
4604
4618
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4605
4619
|
export {
|
|
4606
4620
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
|
|
4607
4621
|
default as Wand2Icon
|
|
4608
4622
|
} from '../icons/wand-sparkles';
|
|
4623
|
+
// WalletMinimal aliases
|
|
4624
|
+
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4625
|
+
export {
|
|
4626
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|
|
4627
|
+
default as Wallet2Icon
|
|
4628
|
+
} from '../icons/wallet-minimal';
|
|
4609
4629
|
// WavesHorizontal aliases
|
|
4610
4630
|
export { default as WavesHorizontalIcon } from '../icons/waves-horizontal';
|
|
4611
4631
|
export {
|