@lucide/astro 1.24.0 → 1.26.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 +10 -10
- package/src/aliases/aliases.ts +48 -48
- package/src/aliases/prefixed.ts +657 -651
- package/src/aliases/suffixed.ts +895 -889
- package/src/icons/book-open-check.ts +2 -2
- package/src/icons/book-open-text.ts +2 -2
- package/src/icons/book-open.ts +2 -2
- package/src/icons/{circle-euro-sign.ts → circle-euro.ts} +4 -4
- package/src/icons/columns-3-cog.ts +2 -2
- package/src/icons/ethernet-port.ts +2 -2
- package/src/icons/file-box.ts +2 -2
- package/src/icons/hdmi-port.ts +2 -2
- package/src/icons/index.ts +166 -163
- package/src/icons/scan-box.ts +18 -0
- package/src/icons/server-plus.ts +18 -0
- package/src/icons/shield-keyhole.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
-
// AArrowUp aliases
|
|
4
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
3
|
// ALargeSmall aliases
|
|
6
4
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
5
|
// Accessibility aliases
|
|
8
6
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
|
+
// AArrowUp aliases
|
|
8
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
11
|
// Ad aliases
|
|
@@ -36,26 +36,26 @@ export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-h
|
|
|
36
36
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
37
37
|
// AlignHorizontalDistributeStart aliases
|
|
38
38
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
|
-
// AlignHorizontalJustifyCenter aliases
|
|
40
|
-
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
39
|
// AlignHorizontalJustifyEnd aliases
|
|
42
40
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
41
|
// AlignHorizontalJustifyStart aliases
|
|
44
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
43
|
// AlignHorizontalSpaceAround aliases
|
|
46
44
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
|
+
// AlignHorizontalJustifyCenter aliases
|
|
46
|
+
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
47
47
|
// AlignHorizontalSpaceBetween aliases
|
|
48
48
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
|
-
// AlignStartHorizontal aliases
|
|
50
|
-
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
51
49
|
// AlignStartVertical aliases
|
|
52
50
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
53
|
-
//
|
|
54
|
-
export { default as
|
|
51
|
+
// AlignStartHorizontal aliases
|
|
52
|
+
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
55
53
|
// AlignVerticalDistributeEnd aliases
|
|
56
54
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
57
55
|
// AlignVerticalDistributeStart aliases
|
|
58
56
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
57
|
+
// AlignVerticalDistributeCenter aliases
|
|
58
|
+
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
59
59
|
// AlignVerticalJustifyCenter aliases
|
|
60
60
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
61
61
|
// AlignVerticalJustifyEnd aliases
|
|
@@ -74,24 +74,24 @@ export { default as AmpersandIcon } from '../icons/ampersand';
|
|
|
74
74
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
75
75
|
// Amphora aliases
|
|
76
76
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
77
|
+
// Antenna aliases
|
|
78
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
77
79
|
// Anchor aliases
|
|
78
80
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
79
81
|
// Angry aliases
|
|
80
82
|
export { default as AngryIcon } from '../icons/angry';
|
|
81
|
-
// Annoyed aliases
|
|
82
|
-
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
83
|
-
// Antenna aliases
|
|
84
|
-
export { default as AntennaIcon } from '../icons/antenna';
|
|
85
83
|
// Anvil aliases
|
|
86
84
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
|
+
// Annoyed aliases
|
|
86
|
+
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
87
87
|
// Aperture aliases
|
|
88
88
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
89
89
|
// AppWindowMac aliases
|
|
90
90
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
91
|
-
// AppWindow aliases
|
|
92
|
-
export { default as AppWindowIcon } from '../icons/app-window';
|
|
93
91
|
// Apple aliases
|
|
94
92
|
export { default as AppleIcon } from '../icons/apple';
|
|
93
|
+
// AppWindow aliases
|
|
94
|
+
export { default as AppWindowIcon } from '../icons/app-window';
|
|
95
95
|
// ArchiveRestore aliases
|
|
96
96
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
97
97
|
// ArchiveX aliases
|
|
@@ -100,24 +100,24 @@ export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
|
100
100
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
101
|
// Archive aliases
|
|
102
102
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
103
|
-
// ArrowBigDownDash aliases
|
|
104
|
-
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
105
103
|
// ArrowBigDown aliases
|
|
106
104
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
|
+
// ArrowBigDownDash aliases
|
|
106
|
+
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
107
107
|
// ArrowBigLeftDash aliases
|
|
108
108
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
109
109
|
// ArrowBigLeft aliases
|
|
110
110
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
111
111
|
// ArrowBigRightDash aliases
|
|
112
112
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
113
|
-
// ArrowBigUpDash aliases
|
|
114
|
-
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
113
|
// ArrowBigRight aliases
|
|
116
114
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
117
|
-
//
|
|
118
|
-
export { default as
|
|
115
|
+
// ArrowBigUpDash aliases
|
|
116
|
+
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
119
117
|
// ArrowBigUp aliases
|
|
120
118
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
119
|
+
// ArrowDownFromLine aliases
|
|
120
|
+
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
121
121
|
// ArrowDownLeft aliases
|
|
122
122
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
123
123
|
// ArrowDownNarrowWide aliases
|
|
@@ -132,10 +132,10 @@ export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
|
132
132
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
133
133
|
// ArrowDown aliases
|
|
134
134
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
135
|
-
// ArrowLeftFromLine aliases
|
|
136
|
-
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
137
135
|
// ArrowLeftRight aliases
|
|
138
136
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
137
|
+
// ArrowLeftFromLine aliases
|
|
138
|
+
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
139
139
|
// ArrowLeftToLine aliases
|
|
140
140
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
141
141
|
// ArrowLeft aliases
|
|
@@ -148,10 +148,10 @@ export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
|
148
148
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
149
149
|
// ArrowRight aliases
|
|
150
150
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
151
|
-
// ArrowUpDown aliases
|
|
152
|
-
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
153
151
|
// ArrowUpFromDot aliases
|
|
154
152
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
153
|
+
// ArrowUpDown aliases
|
|
154
|
+
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
155
155
|
// ArrowUpFromLine aliases
|
|
156
156
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
157
157
|
// ArrowUpLeft aliases
|
|
@@ -162,26 +162,26 @@ export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
|
162
162
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
163
163
|
// ArrowUpWideNarrow aliases
|
|
164
164
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
165
|
-
// ArrowsUpFromLine aliases
|
|
166
|
-
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
165
|
// ArrowUp aliases
|
|
168
166
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
169
|
-
//
|
|
170
|
-
export { default as
|
|
167
|
+
// ArrowsUpFromLine aliases
|
|
168
|
+
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
171
169
|
// Asterisk aliases
|
|
172
170
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
171
|
+
// Astroid aliases
|
|
172
|
+
export { default as AstroidIcon } from '../icons/astroid';
|
|
173
173
|
// AtSign aliases
|
|
174
174
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
175
175
|
// Atom aliases
|
|
176
176
|
export { default as AtomIcon } from '../icons/atom';
|
|
177
|
-
// AudioWaveform aliases
|
|
178
|
-
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
179
177
|
// AudioLines aliases
|
|
180
178
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
181
|
-
//
|
|
182
|
-
export { default as
|
|
179
|
+
// AudioWaveform aliases
|
|
180
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
183
181
|
// Award aliases
|
|
184
182
|
export { default as AwardIcon } from '../icons/award';
|
|
183
|
+
// Axe aliases
|
|
184
|
+
export { default as AxeIcon } from '../icons/axe';
|
|
185
185
|
// Baby aliases
|
|
186
186
|
export { default as BabyIcon } from '../icons/baby';
|
|
187
187
|
// Backpack aliases
|
|
@@ -194,10 +194,10 @@ export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
|
194
194
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
195
195
|
// BadgeEuro aliases
|
|
196
196
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
197
|
-
// BadgeInfo aliases
|
|
198
|
-
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
199
197
|
// BadgeIndianRupee aliases
|
|
200
198
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
199
|
+
// BadgeInfo aliases
|
|
200
|
+
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
201
201
|
// BadgeJapaneseYen aliases
|
|
202
202
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
203
203
|
// BadgeMinus aliases
|
|
@@ -208,16 +208,16 @@ export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
|
208
208
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
209
209
|
// BadgePoundSterling aliases
|
|
210
210
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
211
|
+
// BadgeRussianRuble aliases
|
|
212
|
+
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
211
213
|
// BadgeSwissFranc aliases
|
|
212
214
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
213
215
|
// BadgeTurkishLira aliases
|
|
214
216
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
215
|
-
// BadgeRussianRuble aliases
|
|
216
|
-
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
217
|
-
// BadgeX aliases
|
|
218
|
-
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
219
217
|
// Badge aliases
|
|
220
218
|
export { default as BadgeIcon } from '../icons/badge';
|
|
219
|
+
// BadgeX aliases
|
|
220
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
221
221
|
// BaggageClaim aliases
|
|
222
222
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
223
223
|
// Ban aliases
|
|
@@ -226,10 +226,10 @@ export { default as BanIcon } from '../icons/ban';
|
|
|
226
226
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
227
227
|
// Bandage aliases
|
|
228
228
|
export { default as BandageIcon } from '../icons/bandage';
|
|
229
|
-
// BanknoteArrowDown aliases
|
|
230
|
-
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
231
229
|
// Banana aliases
|
|
232
230
|
export { default as BananaIcon } from '../icons/banana';
|
|
231
|
+
// BanknoteArrowDown aliases
|
|
232
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
233
233
|
// BanknoteArrowUp aliases
|
|
234
234
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
235
235
|
// BanknoteCheck aliases
|
|
@@ -238,56 +238,56 @@ export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
|
238
238
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
239
239
|
// Banknote aliases
|
|
240
240
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
241
|
+
// Barcode aliases
|
|
242
|
+
export { default as BarcodeIcon } from '../icons/barcode';
|
|
241
243
|
// Barrel aliases
|
|
242
244
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
243
245
|
// Baseline aliases
|
|
244
246
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
245
|
-
// Barcode aliases
|
|
246
|
-
export { default as BarcodeIcon } from '../icons/barcode';
|
|
247
247
|
// Bath aliases
|
|
248
248
|
export { default as BathIcon } from '../icons/bath';
|
|
249
249
|
// BatteryCharging aliases
|
|
250
250
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
251
|
-
// BatteryLow aliases
|
|
252
|
-
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
253
|
-
// BatteryMedium aliases
|
|
254
|
-
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
255
251
|
// BatteryFull aliases
|
|
256
252
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
253
|
+
// BatteryMedium aliases
|
|
254
|
+
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
255
|
+
// BatteryLow aliases
|
|
256
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
257
257
|
// BatteryPlus aliases
|
|
258
258
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
259
|
-
// Battery aliases
|
|
260
|
-
export { default as BatteryIcon } from '../icons/battery';
|
|
261
|
-
// BeanOff aliases
|
|
262
|
-
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
263
259
|
// BatteryWarning aliases
|
|
264
260
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
261
|
+
// Battery aliases
|
|
262
|
+
export { default as BatteryIcon } from '../icons/battery';
|
|
265
263
|
// Beaker aliases
|
|
266
264
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
267
265
|
// Bean aliases
|
|
268
266
|
export { default as BeanIcon } from '../icons/bean';
|
|
267
|
+
// BeanOff aliases
|
|
268
|
+
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
269
269
|
// BedDouble aliases
|
|
270
270
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
271
|
-
// Bed aliases
|
|
272
|
-
export { default as BedIcon } from '../icons/bed';
|
|
273
271
|
// BedSingle aliases
|
|
274
272
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
275
|
-
// BeefOff aliases
|
|
276
|
-
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
277
273
|
// Beef aliases
|
|
278
274
|
export { default as BeefIcon } from '../icons/beef';
|
|
279
|
-
//
|
|
280
|
-
export { default as
|
|
275
|
+
// Bed aliases
|
|
276
|
+
export { default as BedIcon } from '../icons/bed';
|
|
277
|
+
// BeefOff aliases
|
|
278
|
+
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
281
279
|
// Beer aliases
|
|
282
280
|
export { default as BeerIcon } from '../icons/beer';
|
|
283
|
-
//
|
|
284
|
-
export { default as
|
|
281
|
+
// BeerOff aliases
|
|
282
|
+
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
285
283
|
// BellDot aliases
|
|
286
284
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
287
|
-
//
|
|
288
|
-
export { default as
|
|
285
|
+
// BellCheck aliases
|
|
286
|
+
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
289
287
|
// BellElectric aliases
|
|
290
288
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
289
|
+
// BellMinus aliases
|
|
290
|
+
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
291
291
|
// BellOff aliases
|
|
292
292
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
293
293
|
// BellPlus aliases
|
|
@@ -304,24 +304,24 @@ export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-s
|
|
|
304
304
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
305
305
|
// Bike aliases
|
|
306
306
|
export { default as BikeIcon } from '../icons/bike';
|
|
307
|
-
// Binoculars aliases
|
|
308
|
-
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
309
307
|
// Binary aliases
|
|
310
308
|
export { default as BinaryIcon } from '../icons/binary';
|
|
311
309
|
// Biohazard aliases
|
|
312
310
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
313
311
|
// Bird aliases
|
|
314
312
|
export { default as BirdIcon } from '../icons/bird';
|
|
315
|
-
//
|
|
316
|
-
export { default as
|
|
313
|
+
// Binoculars aliases
|
|
314
|
+
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
317
315
|
// Birdhouse aliases
|
|
318
316
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
317
|
+
// Bitcoin aliases
|
|
318
|
+
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
319
319
|
// Blend aliases
|
|
320
320
|
export { default as BlendIcon } from '../icons/blend';
|
|
321
|
-
// Blinds aliases
|
|
322
|
-
export { default as BlindsIcon } from '../icons/blinds';
|
|
323
321
|
// Blender aliases
|
|
324
322
|
export { default as BlenderIcon } from '../icons/blender';
|
|
323
|
+
// Blinds aliases
|
|
324
|
+
export { default as BlindsIcon } from '../icons/blinds';
|
|
325
325
|
// Blocks aliases
|
|
326
326
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
327
327
|
// BluetoothConnected aliases
|
|
@@ -332,44 +332,44 @@ export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
|
332
332
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
333
333
|
// Bluetooth aliases
|
|
334
334
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
335
|
-
// Bolt aliases
|
|
336
|
-
export { default as BoltIcon } from '../icons/bolt';
|
|
337
335
|
// Bold aliases
|
|
338
336
|
export { default as BoldIcon } from '../icons/bold';
|
|
339
337
|
// Bomb aliases
|
|
340
338
|
export { default as BombIcon } from '../icons/bomb';
|
|
339
|
+
// Bolt aliases
|
|
340
|
+
export { default as BoltIcon } from '../icons/bolt';
|
|
341
341
|
// BoneFracture aliases
|
|
342
342
|
export { default as BoneFractureIcon } from '../icons/bone-fracture';
|
|
343
343
|
// Bone aliases
|
|
344
344
|
export { default as BoneIcon } from '../icons/bone';
|
|
345
345
|
// BookA aliases
|
|
346
346
|
export { default as BookAIcon } from '../icons/book-a';
|
|
347
|
-
// BookAudio aliases
|
|
348
|
-
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
349
347
|
// BookAlert aliases
|
|
350
348
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
351
349
|
// BookCheck aliases
|
|
352
350
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
353
|
-
//
|
|
354
|
-
export { default as
|
|
351
|
+
// BookAudio aliases
|
|
352
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
355
353
|
// BookDown aliases
|
|
356
354
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
355
|
+
// BookCopy aliases
|
|
356
|
+
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
357
357
|
// BookHeadphones aliases
|
|
358
358
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
359
359
|
// BookHeart aliases
|
|
360
360
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
361
|
-
// BookKey aliases
|
|
362
|
-
export { default as BookKeyIcon } from '../icons/book-key';
|
|
363
361
|
// BookImage aliases
|
|
364
362
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
363
|
+
// BookKey aliases
|
|
364
|
+
export { default as BookKeyIcon } from '../icons/book-key';
|
|
365
365
|
// BookLock aliases
|
|
366
366
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
367
|
-
// BookMarked aliases
|
|
368
|
-
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
369
367
|
// BookMinus aliases
|
|
370
368
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
371
369
|
// BookOpenCheck aliases
|
|
372
370
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
371
|
+
// BookMarked aliases
|
|
372
|
+
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
373
373
|
// BookOpenText aliases
|
|
374
374
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
375
375
|
// BookOpen aliases
|
|
@@ -384,42 +384,42 @@ export { default as BookTextIcon } from '../icons/book-text';
|
|
|
384
384
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
385
385
|
// BookUp2 aliases
|
|
386
386
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
387
|
-
// BookUp aliases
|
|
388
|
-
export { default as BookUpIcon } from '../icons/book-up';
|
|
389
387
|
// BookUser aliases
|
|
390
388
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
391
389
|
// BookX aliases
|
|
392
390
|
export { default as BookXIcon } from '../icons/book-x';
|
|
393
391
|
// Book aliases
|
|
394
392
|
export { default as BookIcon } from '../icons/book';
|
|
393
|
+
// BookUp aliases
|
|
394
|
+
export { default as BookUpIcon } from '../icons/book-up';
|
|
395
395
|
// BookmarkCheck aliases
|
|
396
396
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
397
|
-
// BookmarkOff aliases
|
|
398
|
-
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
399
397
|
// BookmarkMinus aliases
|
|
400
398
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
399
|
+
// BookmarkOff aliases
|
|
400
|
+
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
401
|
+
// BookmarkPlus aliases
|
|
402
|
+
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
401
403
|
// BookmarkX aliases
|
|
402
404
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
403
405
|
// Bookmark aliases
|
|
404
406
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
405
|
-
// BookmarkPlus aliases
|
|
406
|
-
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
407
|
-
// BoomBox aliases
|
|
408
|
-
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
409
407
|
// BotMessageSquare aliases
|
|
410
408
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
411
409
|
// BotOff aliases
|
|
412
410
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
411
|
+
// BoomBox aliases
|
|
412
|
+
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
413
413
|
// Bot aliases
|
|
414
414
|
export { default as BotIcon } from '../icons/bot';
|
|
415
|
-
// BottleWine aliases
|
|
416
|
-
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
417
415
|
// BowArrow aliases
|
|
418
416
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
419
|
-
//
|
|
420
|
-
export { default as
|
|
417
|
+
// BottleWine aliases
|
|
418
|
+
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
421
419
|
// Boxes aliases
|
|
422
420
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
421
|
+
// Box aliases
|
|
422
|
+
export { default as BoxIcon } from '../icons/box';
|
|
423
423
|
// Brackets aliases
|
|
424
424
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
425
425
|
// BrainCircuit aliases
|
|
@@ -442,16 +442,16 @@ export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyo
|
|
|
442
442
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
443
443
|
// Briefcase aliases
|
|
444
444
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
445
|
-
// BringToFront aliases
|
|
446
|
-
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
447
445
|
// Broccoli aliases
|
|
448
446
|
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
449
|
-
//
|
|
450
|
-
export { default as
|
|
447
|
+
// BringToFront aliases
|
|
448
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
451
449
|
// BrushCleaning aliases
|
|
452
450
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
453
451
|
// Brush aliases
|
|
454
452
|
export { default as BrushIcon } from '../icons/brush';
|
|
453
|
+
// Bubbles aliases
|
|
454
|
+
export { default as BubblesIcon } from '../icons/bubbles';
|
|
455
455
|
// BugOff aliases
|
|
456
456
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
457
457
|
// BugPlay aliases
|
|
@@ -460,36 +460,36 @@ export { default as BugPlayIcon } from '../icons/bug-play';
|
|
|
460
460
|
export { default as BugIcon } from '../icons/bug';
|
|
461
461
|
// Building2 aliases
|
|
462
462
|
export { default as Building2Icon } from '../icons/building-2';
|
|
463
|
-
// BusFront aliases
|
|
464
|
-
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
465
463
|
// Building aliases
|
|
466
464
|
export { default as BuildingIcon } from '../icons/building';
|
|
465
|
+
// BusFront aliases
|
|
466
|
+
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
467
467
|
// Bus aliases
|
|
468
468
|
export { default as BusIcon } from '../icons/bus';
|
|
469
469
|
// Cable aliases
|
|
470
470
|
export { default as CableIcon } from '../icons/cable';
|
|
471
471
|
// CableCar aliases
|
|
472
472
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
473
|
-
// CakeSlice aliases
|
|
474
|
-
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
475
473
|
// Cake aliases
|
|
476
474
|
export { default as CakeIcon } from '../icons/cake';
|
|
477
|
-
// Calculator aliases
|
|
478
|
-
export { default as CalculatorIcon } from '../icons/calculator';
|
|
479
475
|
// Calendar1 aliases
|
|
480
476
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
477
|
+
// CakeSlice aliases
|
|
478
|
+
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
479
|
+
// Calculator aliases
|
|
480
|
+
export { default as CalculatorIcon } from '../icons/calculator';
|
|
481
481
|
// CalendarArrowDown aliases
|
|
482
482
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
483
|
-
// CalendarArrowUp aliases
|
|
484
|
-
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
485
483
|
// CalendarCheck2 aliases
|
|
486
484
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
485
|
+
// CalendarArrowUp aliases
|
|
486
|
+
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
487
487
|
// CalendarCheck aliases
|
|
488
488
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
489
|
-
// CalendarCog aliases
|
|
490
|
-
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
491
489
|
// CalendarClock aliases
|
|
492
490
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
491
|
+
// CalendarCog aliases
|
|
492
|
+
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
493
493
|
// CalendarDays aliases
|
|
494
494
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
495
495
|
// CalendarFold aliases
|
|
@@ -500,18 +500,18 @@ export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
|
500
500
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
501
501
|
// CalendarMinus aliases
|
|
502
502
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
503
|
-
// CalendarOff aliases
|
|
504
|
-
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
505
503
|
// CalendarPlus2 aliases
|
|
506
504
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
507
|
-
//
|
|
508
|
-
export { default as
|
|
509
|
-
// CalendarPlus aliases
|
|
510
|
-
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
505
|
+
// CalendarOff aliases
|
|
506
|
+
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
511
507
|
// CalendarSearch aliases
|
|
512
508
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
509
|
+
// CalendarPlus aliases
|
|
510
|
+
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
513
511
|
// CalendarSync aliases
|
|
514
512
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
513
|
+
// CalendarRange aliases
|
|
514
|
+
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
515
515
|
// CalendarX2 aliases
|
|
516
516
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
517
517
|
// CalendarX aliases
|
|
@@ -520,110 +520,110 @@ export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
|
520
520
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
521
521
|
// Calendars aliases
|
|
522
522
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
523
|
-
// CameraOff aliases
|
|
524
|
-
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
525
523
|
// Camera aliases
|
|
526
524
|
export { default as CameraIcon } from '../icons/camera';
|
|
527
525
|
// CandyCane aliases
|
|
528
526
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
527
|
+
// CameraOff aliases
|
|
528
|
+
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
529
529
|
// CandyOff aliases
|
|
530
530
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
531
531
|
// Candy aliases
|
|
532
532
|
export { default as CandyIcon } from '../icons/candy';
|
|
533
|
-
// CannabisOff aliases
|
|
534
|
-
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
535
533
|
// Cannabis aliases
|
|
536
534
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
537
535
|
// CaptionsOff aliases
|
|
538
536
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
537
|
+
// CannabisOff aliases
|
|
538
|
+
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
539
539
|
// CarFront aliases
|
|
540
540
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
541
541
|
// CarTaxiFront aliases
|
|
542
542
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
543
543
|
// Car aliases
|
|
544
544
|
export { default as CarIcon } from '../icons/car';
|
|
545
|
-
// Caravan aliases
|
|
546
|
-
export { default as CaravanIcon } from '../icons/caravan';
|
|
547
545
|
// CardSim aliases
|
|
548
546
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
549
|
-
// CaseSensitive aliases
|
|
550
|
-
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
551
547
|
// Carrot aliases
|
|
552
548
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
553
549
|
// CaseLower aliases
|
|
554
550
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
551
|
+
// Caravan aliases
|
|
552
|
+
export { default as CaravanIcon } from '../icons/caravan';
|
|
553
|
+
// CaseSensitive aliases
|
|
554
|
+
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
555
555
|
// CaseUpper aliases
|
|
556
556
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
557
|
-
// CassetteTape aliases
|
|
558
|
-
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
559
557
|
// Cast aliases
|
|
560
558
|
export { default as CastIcon } from '../icons/cast';
|
|
561
559
|
// Castle aliases
|
|
562
560
|
export { default as CastleIcon } from '../icons/castle';
|
|
561
|
+
// CassetteTape aliases
|
|
562
|
+
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
563
563
|
// Cat aliases
|
|
564
564
|
export { default as CatIcon } from '../icons/cat';
|
|
565
|
-
// Cctv aliases
|
|
566
|
-
export { default as CctvIcon } from '../icons/cctv';
|
|
567
565
|
// CctvOff aliases
|
|
568
566
|
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
567
|
+
// Cctv aliases
|
|
568
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
569
569
|
// ChartBarDecreasing aliases
|
|
570
570
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
571
|
-
// ChartBarIncreasing aliases
|
|
572
|
-
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
573
571
|
// ChartBarStacked aliases
|
|
574
572
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
573
|
+
// ChartBarIncreasing aliases
|
|
574
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
575
575
|
// ChartColumnDecreasing aliases
|
|
576
576
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
577
577
|
// ChartColumnStacked aliases
|
|
578
578
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
579
|
-
// ChartNetwork aliases
|
|
580
|
-
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
581
579
|
// ChartGantt aliases
|
|
582
580
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
583
|
-
//
|
|
584
|
-
export { default as
|
|
581
|
+
// ChartNetwork aliases
|
|
582
|
+
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
585
583
|
// ChartNoAxesCombined aliases
|
|
586
584
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
587
|
-
//
|
|
588
|
-
export { default as
|
|
585
|
+
// ChartNoAxesColumnDecreasing aliases
|
|
586
|
+
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
589
587
|
// CheckCheck aliases
|
|
590
588
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
591
|
-
//
|
|
592
|
-
export { default as
|
|
593
|
-
// Check aliases
|
|
594
|
-
export { default as CheckIcon } from '../icons/check';
|
|
589
|
+
// ChartSpline aliases
|
|
590
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
595
591
|
// ChefHat aliases
|
|
596
592
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
597
|
-
//
|
|
598
|
-
export { default as
|
|
599
|
-
// ChessBishop aliases
|
|
600
|
-
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
593
|
+
// CheckLine aliases
|
|
594
|
+
export { default as CheckLineIcon } from '../icons/check-line';
|
|
601
595
|
// Cherry aliases
|
|
602
596
|
export { default as CherryIcon } from '../icons/cherry';
|
|
603
|
-
//
|
|
604
|
-
export { default as
|
|
605
|
-
//
|
|
606
|
-
export { default as
|
|
597
|
+
// Check aliases
|
|
598
|
+
export { default as CheckIcon } from '../icons/check';
|
|
599
|
+
// ChessBishop aliases
|
|
600
|
+
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
601
|
+
// ChessKing aliases
|
|
602
|
+
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
607
603
|
// ChessPawn aliases
|
|
608
604
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
609
605
|
// ChessRook aliases
|
|
610
606
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
607
|
+
// ChessKnight aliases
|
|
608
|
+
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
609
|
+
// ChessQueen aliases
|
|
610
|
+
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
611
611
|
// ChevronDown aliases
|
|
612
612
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
613
|
-
// ChevronLast aliases
|
|
614
|
-
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
615
613
|
// ChevronFirst aliases
|
|
616
614
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
615
|
+
// ChevronRight aliases
|
|
616
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
617
617
|
// ChevronLeft aliases
|
|
618
618
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
619
|
+
// ChevronLast aliases
|
|
620
|
+
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
619
621
|
// ChevronUp aliases
|
|
620
622
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
621
|
-
// ChevronRight aliases
|
|
622
|
-
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
623
|
-
// ChevronsDownUp aliases
|
|
624
|
-
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
625
623
|
// ChevronsDown aliases
|
|
626
624
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
625
|
+
// ChevronsDownUp aliases
|
|
626
|
+
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
627
627
|
// ChevronsLeftRightEllipsis aliases
|
|
628
628
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
629
629
|
// ChevronsLeftRight aliases
|
|
@@ -632,12 +632,12 @@ export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
|
632
632
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
633
633
|
// ChevronsRightLeft aliases
|
|
634
634
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
635
|
-
// ChevronsUp aliases
|
|
636
|
-
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
637
635
|
// ChevronsRight aliases
|
|
638
636
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
639
637
|
// ChevronsUpDown aliases
|
|
640
638
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
639
|
+
// ChevronsUp aliases
|
|
640
|
+
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
641
641
|
// Church aliases
|
|
642
642
|
export { default as ChurchIcon } from '../icons/church';
|
|
643
643
|
// CigaretteOff aliases
|
|
@@ -650,74 +650,74 @@ export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
|
650
650
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
651
651
|
// CircleDotDashed aliases
|
|
652
652
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
653
|
-
//
|
|
654
|
-
export { default as
|
|
653
|
+
// CircleDot aliases
|
|
654
|
+
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
655
655
|
// CircleEqual aliases
|
|
656
656
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
657
|
+
// CircleEllipsis aliases
|
|
658
|
+
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
659
|
+
// CircleEuro aliases
|
|
660
|
+
export { default as CircleEuroIcon } from '../icons/circle-euro';
|
|
661
|
+
// CircleFadingPlus aliases
|
|
662
|
+
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
657
663
|
// CircleFadingArrowUp aliases
|
|
658
664
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
659
|
-
// CircleDot aliases
|
|
660
|
-
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
661
|
-
// CircleEuroSign aliases
|
|
662
|
-
export { default as CircleEuroSignIcon } from '../icons/circle-euro-sign';
|
|
663
|
-
// CircleOff aliases
|
|
664
|
-
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
665
665
|
// CirclePile aliases
|
|
666
666
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
667
|
-
//
|
|
668
|
-
export { default as
|
|
667
|
+
// CircleOff aliases
|
|
668
|
+
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
669
669
|
// CircleSlash aliases
|
|
670
670
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
671
|
+
// CircleStar aliases
|
|
672
|
+
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
671
673
|
// CirclePoundSterling aliases
|
|
672
674
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
673
675
|
// CircleSmall aliases
|
|
674
676
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
675
|
-
// CircuitBoard aliases
|
|
676
|
-
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
677
677
|
// Circle aliases
|
|
678
678
|
export { default as CircleIcon } from '../icons/circle';
|
|
679
|
-
//
|
|
680
|
-
export { default as
|
|
681
|
-
// Citrus aliases
|
|
682
|
-
export { default as CitrusIcon } from '../icons/citrus';
|
|
679
|
+
// CircuitBoard aliases
|
|
680
|
+
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
683
681
|
// Clapperboard aliases
|
|
684
682
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
685
683
|
// ClipboardCheck aliases
|
|
686
684
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
685
|
+
// Citrus aliases
|
|
686
|
+
export { default as CitrusIcon } from '../icons/citrus';
|
|
687
687
|
// ClipboardClock aliases
|
|
688
688
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
689
689
|
// ClipboardCopy aliases
|
|
690
690
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
691
|
-
// ClipboardPaste aliases
|
|
692
|
-
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
693
|
-
// ClipboardMinus aliases
|
|
694
|
-
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
695
691
|
// ClipboardList aliases
|
|
696
692
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
697
|
-
//
|
|
698
|
-
export { default as
|
|
693
|
+
// ClipboardMinus aliases
|
|
694
|
+
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
699
695
|
// ClipboardPlus aliases
|
|
700
696
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
697
|
+
// ClipboardPaste aliases
|
|
698
|
+
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
699
|
+
// ClipboardType aliases
|
|
700
|
+
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
701
701
|
// ClipboardX aliases
|
|
702
702
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
703
703
|
// Clipboard aliases
|
|
704
704
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
705
705
|
// Clock1 aliases
|
|
706
706
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
707
|
-
// Clock10 aliases
|
|
708
|
-
export { default as Clock10Icon } from '../icons/clock-10';
|
|
709
707
|
// Clock11 aliases
|
|
710
708
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
709
|
+
// Clock10 aliases
|
|
710
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
711
|
+
// Clock2 aliases
|
|
712
|
+
export { default as Clock2Icon } from '../icons/clock-2';
|
|
711
713
|
// Clock12 aliases
|
|
712
714
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
715
|
+
// Clock3 aliases
|
|
716
|
+
export { default as Clock3Icon } from '../icons/clock-3';
|
|
713
717
|
// Clock4 aliases
|
|
714
718
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
715
|
-
// Clock2 aliases
|
|
716
|
-
export { default as Clock2Icon } from '../icons/clock-2';
|
|
717
719
|
// Clock5 aliases
|
|
718
720
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
719
|
-
// Clock3 aliases
|
|
720
|
-
export { default as Clock3Icon } from '../icons/clock-3';
|
|
721
721
|
// Clock6 aliases
|
|
722
722
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
723
723
|
// Clock7 aliases
|
|
@@ -726,10 +726,10 @@ export { default as Clock7Icon } from '../icons/clock-7';
|
|
|
726
726
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
727
727
|
// Clock9 aliases
|
|
728
728
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
729
|
-
// ClockArrowDown aliases
|
|
730
|
-
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
731
729
|
// ClockAlert aliases
|
|
732
730
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
731
|
+
// ClockArrowDown aliases
|
|
732
|
+
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
733
733
|
// ClockArrowLeft aliases
|
|
734
734
|
export { default as ClockArrowLeftIcon } from '../icons/clock-arrow-left';
|
|
735
735
|
// ClockArrowUp aliases
|
|
@@ -740,10 +740,10 @@ export { default as ClockArrowRightIcon } from '../icons/clock-arrow-right';
|
|
|
740
740
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
741
741
|
// ClockFading aliases
|
|
742
742
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
743
|
-
// ClockPlus aliases
|
|
744
|
-
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
745
743
|
// Clock aliases
|
|
746
744
|
export { default as ClockIcon } from '../icons/clock';
|
|
745
|
+
// ClockPlus aliases
|
|
746
|
+
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
747
747
|
// ClosedCaption aliases
|
|
748
748
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
749
749
|
// CloudAlert aliases
|
|
@@ -758,34 +758,34 @@ export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
|
758
758
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
759
759
|
// CloudFog aliases
|
|
760
760
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
761
|
+
// CloudHail aliases
|
|
762
|
+
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
761
763
|
// CloudLightning aliases
|
|
762
764
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
763
765
|
// CloudMoonRain aliases
|
|
764
766
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
765
767
|
// CloudMoon aliases
|
|
766
768
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
767
|
-
// CloudHail aliases
|
|
768
|
-
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
769
769
|
// CloudOff aliases
|
|
770
770
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
771
|
+
// CloudSnow aliases
|
|
772
|
+
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
771
773
|
// CloudRainWind aliases
|
|
772
774
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
773
775
|
// CloudRain aliases
|
|
774
776
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
775
|
-
// CloudSnow aliases
|
|
776
|
-
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
777
777
|
// CloudSunRain aliases
|
|
778
778
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
779
779
|
// CloudSun aliases
|
|
780
780
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
781
|
-
// CloudSync aliases
|
|
782
|
-
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
783
781
|
// Cloud aliases
|
|
784
782
|
export { default as CloudIcon } from '../icons/cloud';
|
|
785
|
-
// Clover aliases
|
|
786
|
-
export { default as CloverIcon } from '../icons/clover';
|
|
787
783
|
// Cloudy aliases
|
|
788
784
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
785
|
+
// CloudSync aliases
|
|
786
|
+
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
787
|
+
// Clover aliases
|
|
788
|
+
export { default as CloverIcon } from '../icons/clover';
|
|
789
789
|
// Club aliases
|
|
790
790
|
export { default as ClubIcon } from '../icons/club';
|
|
791
791
|
// Code aliases
|
|
@@ -794,28 +794,28 @@ export { default as CodeIcon } from '../icons/code';
|
|
|
794
794
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
795
795
|
// Cog aliases
|
|
796
796
|
export { default as CogIcon } from '../icons/cog';
|
|
797
|
-
// Coins aliases
|
|
798
|
-
export { default as CoinsIcon } from '../icons/coins';
|
|
799
797
|
// Columns4 aliases
|
|
800
798
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
801
|
-
//
|
|
802
|
-
export { default as
|
|
799
|
+
// Coins aliases
|
|
800
|
+
export { default as CoinsIcon } from '../icons/coins';
|
|
803
801
|
// Command aliases
|
|
804
802
|
export { default as CommandIcon } from '../icons/command';
|
|
805
|
-
//
|
|
806
|
-
export { default as
|
|
803
|
+
// Combine aliases
|
|
804
|
+
export { default as CombineIcon } from '../icons/combine';
|
|
807
805
|
// Compass aliases
|
|
808
806
|
export { default as CompassIcon } from '../icons/compass';
|
|
809
|
-
//
|
|
810
|
-
export { default as
|
|
807
|
+
// Component aliases
|
|
808
|
+
export { default as ComponentIcon } from '../icons/component';
|
|
811
809
|
// ConciergeBell aliases
|
|
812
810
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
811
|
+
// Computer aliases
|
|
812
|
+
export { default as ComputerIcon } from '../icons/computer';
|
|
813
813
|
// Cone aliases
|
|
814
814
|
export { default as ConeIcon } from '../icons/cone';
|
|
815
|
-
// Construction aliases
|
|
816
|
-
export { default as ConstructionIcon } from '../icons/construction';
|
|
817
815
|
// Contact aliases
|
|
818
816
|
export { default as ContactIcon } from '../icons/contact';
|
|
817
|
+
// Construction aliases
|
|
818
|
+
export { default as ConstructionIcon } from '../icons/construction';
|
|
819
819
|
// Container aliases
|
|
820
820
|
export { default as ContainerIcon } from '../icons/container';
|
|
821
821
|
// Contrast aliases
|
|
@@ -824,24 +824,24 @@ export { default as ContrastIcon } from '../icons/contrast';
|
|
|
824
824
|
export { default as CookieIcon } from '../icons/cookie';
|
|
825
825
|
// CookingPot aliases
|
|
826
826
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
827
|
-
// CopyMinus aliases
|
|
828
|
-
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
829
827
|
// CopyCheck aliases
|
|
830
828
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
831
|
-
//
|
|
832
|
-
export { default as
|
|
829
|
+
// CopyMinus aliases
|
|
830
|
+
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
833
831
|
// CopySlash aliases
|
|
834
832
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
835
|
-
//
|
|
836
|
-
export { default as
|
|
833
|
+
// CopyPlus aliases
|
|
834
|
+
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
837
835
|
// Copy aliases
|
|
838
836
|
export { default as CopyIcon } from '../icons/copy';
|
|
839
|
-
//
|
|
840
|
-
export { default as
|
|
841
|
-
// CornerDownLeft aliases
|
|
842
|
-
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
837
|
+
// CopyX aliases
|
|
838
|
+
export { default as CopyXIcon } from '../icons/copy-x';
|
|
843
839
|
// Copyleft aliases
|
|
844
840
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
841
|
+
// CornerDownLeft aliases
|
|
842
|
+
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
843
|
+
// Copyright aliases
|
|
844
|
+
export { default as CopyrightIcon } from '../icons/copyright';
|
|
845
845
|
// CornerDownRight aliases
|
|
846
846
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
847
847
|
// CornerLeftDown aliases
|
|
@@ -850,18 +850,18 @@ export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
|
850
850
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
851
851
|
// CornerRightDown aliases
|
|
852
852
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
853
|
-
// CornerRightUp aliases
|
|
854
|
-
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
855
853
|
// CornerUpLeft aliases
|
|
856
854
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
855
|
+
// CornerRightUp aliases
|
|
856
|
+
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
857
857
|
// CornerUpRight aliases
|
|
858
858
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
859
859
|
// Cpu aliases
|
|
860
860
|
export { default as CpuIcon } from '../icons/cpu';
|
|
861
|
-
// Croissant aliases
|
|
862
|
-
export { default as CroissantIcon } from '../icons/croissant';
|
|
863
861
|
// CreativeCommons aliases
|
|
864
862
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
863
|
+
// Croissant aliases
|
|
864
|
+
export { default as CroissantIcon } from '../icons/croissant';
|
|
865
865
|
// CreditCard aliases
|
|
866
866
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
867
867
|
// Crop aliases
|
|
@@ -874,40 +874,40 @@ export { default as CrosshairIcon } from '../icons/crosshair';
|
|
|
874
874
|
export { default as CrownIcon } from '../icons/crown';
|
|
875
875
|
// Cuboid aliases
|
|
876
876
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
877
|
-
// Currency aliases
|
|
878
|
-
export { default as CurrencyIcon } from '../icons/currency';
|
|
879
877
|
// CupSoda aliases
|
|
880
878
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
879
|
+
// Currency aliases
|
|
880
|
+
export { default as CurrencyIcon } from '../icons/currency';
|
|
881
881
|
// Cylinder aliases
|
|
882
882
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
883
883
|
// Dam aliases
|
|
884
884
|
export { default as DamIcon } from '../icons/dam';
|
|
885
|
-
// DatabaseArrowUp aliases
|
|
886
|
-
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
887
885
|
// DatabaseArrowDown aliases
|
|
888
886
|
export { default as DatabaseArrowDownIcon } from '../icons/database-arrow-down';
|
|
889
887
|
// DatabaseBackup aliases
|
|
890
888
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
889
|
+
// DatabaseArrowUp aliases
|
|
890
|
+
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
891
891
|
// DatabaseCheck aliases
|
|
892
892
|
export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
893
893
|
// DatabaseMinus aliases
|
|
894
894
|
export { default as DatabaseMinusIcon } from '../icons/database-minus';
|
|
895
|
+
// DatabasePlus aliases
|
|
896
|
+
export { default as DatabasePlusIcon } from '../icons/database-plus';
|
|
895
897
|
// DatabaseSearch aliases
|
|
896
898
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
897
899
|
// DatabaseX aliases
|
|
898
900
|
export { default as DatabaseXIcon } from '../icons/database-x';
|
|
899
|
-
// DatabasePlus aliases
|
|
900
|
-
export { default as DatabasePlusIcon } from '../icons/database-plus';
|
|
901
901
|
// DatabaseZap aliases
|
|
902
902
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
903
903
|
// Database aliases
|
|
904
904
|
export { default as DatabaseIcon } from '../icons/database';
|
|
905
905
|
// DecimalsArrowLeft aliases
|
|
906
906
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
907
|
-
// DecimalsArrowRight aliases
|
|
908
|
-
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
909
907
|
// Delete aliases
|
|
910
908
|
export { default as DeleteIcon } from '../icons/delete';
|
|
909
|
+
// DecimalsArrowRight aliases
|
|
910
|
+
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
911
911
|
// Dessert aliases
|
|
912
912
|
export { default as DessertIcon } from '../icons/dessert';
|
|
913
913
|
// Diameter aliases
|
|
@@ -920,50 +920,50 @@ export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
|
920
920
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
921
921
|
// Dice1 aliases
|
|
922
922
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
923
|
-
// Dice4 aliases
|
|
924
|
-
export { default as Dice4Icon } from '../icons/dice-4';
|
|
925
923
|
// Dice2 aliases
|
|
926
924
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
927
|
-
//
|
|
928
|
-
export { default as
|
|
925
|
+
// Dice4 aliases
|
|
926
|
+
export { default as Dice4Icon } from '../icons/dice-4';
|
|
929
927
|
// Dice3 aliases
|
|
930
928
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
929
|
+
// Dice5 aliases
|
|
930
|
+
export { default as Dice5Icon } from '../icons/dice-5';
|
|
931
|
+
// Diff aliases
|
|
932
|
+
export { default as DiffIcon } from '../icons/diff';
|
|
931
933
|
// Dice6 aliases
|
|
932
934
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
933
935
|
// Dices aliases
|
|
934
936
|
export { default as DicesIcon } from '../icons/dices';
|
|
935
|
-
// Diff aliases
|
|
936
|
-
export { default as DiffIcon } from '../icons/diff';
|
|
937
937
|
// Disc2 aliases
|
|
938
938
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
939
939
|
// Disc3 aliases
|
|
940
940
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
941
|
-
// Disc aliases
|
|
942
|
-
export { default as DiscIcon } from '../icons/disc';
|
|
943
|
-
// Divide aliases
|
|
944
|
-
export { default as DivideIcon } from '../icons/divide';
|
|
945
941
|
// DiscAlbum aliases
|
|
946
942
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
943
|
+
// Divide aliases
|
|
944
|
+
export { default as DivideIcon } from '../icons/divide';
|
|
945
|
+
// Disc aliases
|
|
946
|
+
export { default as DiscIcon } from '../icons/disc';
|
|
947
947
|
// DnaOff aliases
|
|
948
948
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
949
949
|
// Dna aliases
|
|
950
950
|
export { default as DnaIcon } from '../icons/dna';
|
|
951
951
|
// Dock aliases
|
|
952
952
|
export { default as DockIcon } from '../icons/dock';
|
|
953
|
-
// DollarSign aliases
|
|
954
|
-
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
955
953
|
// Dog aliases
|
|
956
954
|
export { default as DogIcon } from '../icons/dog';
|
|
955
|
+
// DollarSign aliases
|
|
956
|
+
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
957
957
|
// Donut aliases
|
|
958
958
|
export { default as DonutIcon } from '../icons/donut';
|
|
959
959
|
// DoorClosedLocked aliases
|
|
960
960
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
961
|
+
// Dot aliases
|
|
962
|
+
export { default as DotIcon } from '../icons/dot';
|
|
961
963
|
// DoorClosed aliases
|
|
962
964
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
963
965
|
// DoorOpen aliases
|
|
964
966
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
965
|
-
// Dot aliases
|
|
966
|
-
export { default as DotIcon } from '../icons/dot';
|
|
967
967
|
// Download aliases
|
|
968
968
|
export { default as DownloadIcon } from '../icons/download';
|
|
969
969
|
// DraftingCompass aliases
|
|
@@ -982,34 +982,34 @@ export { default as DropletIcon } from '../icons/droplet';
|
|
|
982
982
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
983
983
|
// Drum aliases
|
|
984
984
|
export { default as DrumIcon } from '../icons/drum';
|
|
985
|
-
// Dumbbell aliases
|
|
986
|
-
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
987
985
|
// Drumstick aliases
|
|
988
986
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
987
|
+
// Dumbbell aliases
|
|
988
|
+
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
989
989
|
// EarOff aliases
|
|
990
990
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
991
991
|
// Ear aliases
|
|
992
992
|
export { default as EarIcon } from '../icons/ear';
|
|
993
|
-
// EarthLock aliases
|
|
994
|
-
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
995
993
|
// Eclipse aliases
|
|
996
994
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
995
|
+
// EarthLock aliases
|
|
996
|
+
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
997
997
|
// EggFried aliases
|
|
998
998
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
999
|
-
// EggOff aliases
|
|
1000
|
-
export { default as EggOffIcon } from '../icons/egg-off';
|
|
1001
999
|
// Egg aliases
|
|
1002
1000
|
export { default as EggIcon } from '../icons/egg';
|
|
1003
1001
|
// Ellipse aliases
|
|
1004
1002
|
export { default as EllipseIcon } from '../icons/ellipse';
|
|
1003
|
+
// EggOff aliases
|
|
1004
|
+
export { default as EggOffIcon } from '../icons/egg-off';
|
|
1005
1005
|
// EqualApproximately aliases
|
|
1006
1006
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
1007
1007
|
// EqualNot aliases
|
|
1008
1008
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
1009
|
-
// Eraser aliases
|
|
1010
|
-
export { default as EraserIcon } from '../icons/eraser';
|
|
1011
1009
|
// Equal aliases
|
|
1012
1010
|
export { default as EqualIcon } from '../icons/equal';
|
|
1011
|
+
// Eraser aliases
|
|
1012
|
+
export { default as EraserIcon } from '../icons/eraser';
|
|
1013
1013
|
// EthernetPort aliases
|
|
1014
1014
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
1015
1015
|
// Euro aliases
|
|
@@ -1018,12 +1018,12 @@ export { default as EuroIcon } from '../icons/euro';
|
|
|
1018
1018
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
1019
1019
|
// Expand aliases
|
|
1020
1020
|
export { default as ExpandIcon } from '../icons/expand';
|
|
1021
|
+
// EyeClosed aliases
|
|
1022
|
+
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
1021
1023
|
// ExternalLink aliases
|
|
1022
1024
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
1023
1025
|
// EyeDashed aliases
|
|
1024
1026
|
export { default as EyeDashedIcon } from '../icons/eye-dashed';
|
|
1025
|
-
// EyeClosed aliases
|
|
1026
|
-
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
1027
1027
|
// EyeOff aliases
|
|
1028
1028
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
1029
1029
|
// Eye aliases
|
|
@@ -1036,12 +1036,12 @@ export { default as FanIcon } from '../icons/fan';
|
|
|
1036
1036
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1037
1037
|
// Feather aliases
|
|
1038
1038
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1039
|
-
// Fence aliases
|
|
1040
|
-
export { default as FenceIcon } from '../icons/fence';
|
|
1041
1039
|
// FerrisWheel aliases
|
|
1042
1040
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1043
1041
|
// FileArchive aliases
|
|
1044
1042
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1043
|
+
// Fence aliases
|
|
1044
|
+
export { default as FenceIcon } from '../icons/fence';
|
|
1045
1045
|
// FileBox aliases
|
|
1046
1046
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1047
1047
|
// FileCheck aliases
|
|
@@ -1062,20 +1062,20 @@ export { default as FileHeartIcon } from '../icons/file-heart';
|
|
|
1062
1062
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1063
1063
|
// FileInput aliases
|
|
1064
1064
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1065
|
-
// FileMinus aliases
|
|
1066
|
-
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1067
1065
|
// FileMusic aliases
|
|
1068
1066
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1067
|
+
// FileMinus aliases
|
|
1068
|
+
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1069
1069
|
// FileOutput aliases
|
|
1070
1070
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1071
1071
|
// FilePlus aliases
|
|
1072
1072
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1073
1073
|
// FileScan aliases
|
|
1074
1074
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1075
|
-
// FileSliders aliases
|
|
1076
|
-
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1077
1075
|
// FileSearch aliases
|
|
1078
1076
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1077
|
+
// FileSliders aliases
|
|
1078
|
+
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1079
1079
|
// FileSpreadsheet aliases
|
|
1080
1080
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1081
1081
|
// FileStack aliases
|
|
@@ -1084,26 +1084,26 @@ export { default as FileStackIcon } from '../icons/file-stack';
|
|
|
1084
1084
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1085
1085
|
// FileTerminal aliases
|
|
1086
1086
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1087
|
-
// FileText aliases
|
|
1088
|
-
export { default as FileTextIcon } from '../icons/file-text';
|
|
1089
1087
|
// FileType aliases
|
|
1090
1088
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1091
1089
|
// FileUp aliases
|
|
1092
1090
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1091
|
+
// FileText aliases
|
|
1092
|
+
export { default as FileTextIcon } from '../icons/file-text';
|
|
1093
1093
|
// FileVolume aliases
|
|
1094
1094
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1095
1095
|
// FileUser aliases
|
|
1096
1096
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1097
|
-
// FileX aliases
|
|
1098
|
-
export { default as FileXIcon } from '../icons/file-x';
|
|
1099
1097
|
// File aliases
|
|
1100
1098
|
export { default as FileIcon } from '../icons/file';
|
|
1101
|
-
//
|
|
1102
|
-
export { default as
|
|
1099
|
+
// FileX aliases
|
|
1100
|
+
export { default as FileXIcon } from '../icons/file-x';
|
|
1103
1101
|
// Files aliases
|
|
1104
1102
|
export { default as FilesIcon } from '../icons/files';
|
|
1105
1103
|
// Film aliases
|
|
1106
1104
|
export { default as FilmIcon } from '../icons/film';
|
|
1105
|
+
// FireExtinguisher aliases
|
|
1106
|
+
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1107
1107
|
// FishOff aliases
|
|
1108
1108
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1109
1109
|
// FishSymbol aliases
|
|
@@ -1114,10 +1114,10 @@ export { default as FishIcon } from '../icons/fish';
|
|
|
1114
1114
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1115
1115
|
// FishingRod aliases
|
|
1116
1116
|
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1117
|
-
// FlagOff aliases
|
|
1118
|
-
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1119
1117
|
// FlagTriangleLeft aliases
|
|
1120
1118
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1119
|
+
// FlagOff aliases
|
|
1120
|
+
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1121
1121
|
// FlagTriangleRight aliases
|
|
1122
1122
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1123
1123
|
// Flag aliases
|
|
@@ -1134,48 +1134,48 @@ export { default as FlashlightIcon } from '../icons/flashlight';
|
|
|
1134
1134
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1135
1135
|
// FlaskConical aliases
|
|
1136
1136
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1137
|
-
// FlipHorizontal2 aliases
|
|
1138
|
-
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1139
1137
|
// FlaskRound aliases
|
|
1140
1138
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1141
1139
|
// FlipVertical2 aliases
|
|
1142
1140
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1143
|
-
// Flower2 aliases
|
|
1144
|
-
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1145
1141
|
// Flower aliases
|
|
1146
1142
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1143
|
+
// FlipHorizontal2 aliases
|
|
1144
|
+
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1145
|
+
// Flower2 aliases
|
|
1146
|
+
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1147
1147
|
// Focus aliases
|
|
1148
1148
|
export { default as FocusIcon } from '../icons/focus';
|
|
1149
1149
|
// FoldHorizontal aliases
|
|
1150
1150
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1151
|
-
// FolderArchive aliases
|
|
1152
|
-
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1153
1151
|
// FoldVertical aliases
|
|
1154
1152
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1153
|
+
// FolderArchive aliases
|
|
1154
|
+
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1155
1155
|
// FolderBookmark aliases
|
|
1156
1156
|
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1157
1157
|
// FolderClock aliases
|
|
1158
1158
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1159
1159
|
// FolderCheck aliases
|
|
1160
1160
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1161
|
+
// FolderClosed aliases
|
|
1162
|
+
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1161
1163
|
// FolderCode aliases
|
|
1162
1164
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1163
1165
|
// FolderDot aliases
|
|
1164
1166
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1165
|
-
// FolderClosed aliases
|
|
1166
|
-
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1167
1167
|
// FolderDown aliases
|
|
1168
1168
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1169
1169
|
// FolderGit2 aliases
|
|
1170
1170
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1171
1171
|
// FolderGit aliases
|
|
1172
1172
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1173
|
-
// FolderKanban aliases
|
|
1174
|
-
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1175
|
-
// FolderInput aliases
|
|
1176
|
-
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1177
1173
|
// FolderHeart aliases
|
|
1178
1174
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1175
|
+
// FolderInput aliases
|
|
1176
|
+
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1177
|
+
// FolderKanban aliases
|
|
1178
|
+
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1179
1179
|
// FolderKey aliases
|
|
1180
1180
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1181
1181
|
// FolderLock aliases
|
|
@@ -1200,64 +1200,64 @@ export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
|
1200
1200
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1201
1201
|
// FolderSymlink aliases
|
|
1202
1202
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1203
|
-
// FolderTree aliases
|
|
1204
|
-
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1205
1203
|
// FolderUp aliases
|
|
1206
1204
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1207
1205
|
// FolderX aliases
|
|
1208
1206
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1209
|
-
//
|
|
1210
|
-
export { default as
|
|
1207
|
+
// FolderTree aliases
|
|
1208
|
+
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1211
1209
|
// Folders aliases
|
|
1212
1210
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1213
1211
|
// Footprints aliases
|
|
1214
1212
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1215
|
-
//
|
|
1216
|
-
export { default as
|
|
1213
|
+
// Folder aliases
|
|
1214
|
+
export { default as FolderIcon } from '../icons/folder';
|
|
1217
1215
|
// Form aliases
|
|
1218
1216
|
export { default as FormIcon } from '../icons/form';
|
|
1219
|
-
//
|
|
1220
|
-
export { default as
|
|
1217
|
+
// Forklift aliases
|
|
1218
|
+
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1221
1219
|
// Frame aliases
|
|
1222
1220
|
export { default as FrameIcon } from '../icons/frame';
|
|
1223
1221
|
// Frown aliases
|
|
1224
1222
|
export { default as FrownIcon } from '../icons/frown';
|
|
1223
|
+
// Forward aliases
|
|
1224
|
+
export { default as ForwardIcon } from '../icons/forward';
|
|
1225
1225
|
// Fullscreen aliases
|
|
1226
1226
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1227
1227
|
// Fuel aliases
|
|
1228
1228
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1229
1229
|
// FunnelPlus aliases
|
|
1230
1230
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1231
|
+
// GalleryThumbnails aliases
|
|
1232
|
+
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1231
1233
|
// GalleryHorizontalEnd aliases
|
|
1232
1234
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1233
1235
|
// GalleryHorizontal aliases
|
|
1234
1236
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1235
|
-
// GalleryThumbnails aliases
|
|
1236
|
-
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1237
|
-
// GalleryVerticalEnd aliases
|
|
1238
|
-
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1239
1237
|
// GalleryVertical aliases
|
|
1240
1238
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1241
|
-
//
|
|
1242
|
-
export { default as
|
|
1239
|
+
// GalleryVerticalEnd aliases
|
|
1240
|
+
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1243
1241
|
// Gamepad2 aliases
|
|
1244
1242
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1243
|
+
// GamepadDirectional aliases
|
|
1244
|
+
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1245
1245
|
// Gamepad aliases
|
|
1246
1246
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1247
1247
|
// Gauge aliases
|
|
1248
1248
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1249
1249
|
// Gavel aliases
|
|
1250
1250
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1251
|
+
// Ghost aliases
|
|
1252
|
+
export { default as GhostIcon } from '../icons/ghost';
|
|
1251
1253
|
// Gem aliases
|
|
1252
1254
|
export { default as GemIcon } from '../icons/gem';
|
|
1253
1255
|
// GeorgianLari aliases
|
|
1254
1256
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1255
|
-
// Ghost aliases
|
|
1256
|
-
export { default as GhostIcon } from '../icons/ghost';
|
|
1257
|
-
// GitBranchMinus aliases
|
|
1258
|
-
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1259
1257
|
// Gift aliases
|
|
1260
1258
|
export { default as GiftIcon } from '../icons/gift';
|
|
1259
|
+
// GitBranchMinus aliases
|
|
1260
|
+
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1261
1261
|
// GitBranchPlus aliases
|
|
1262
1262
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1263
1263
|
// GitBranch aliases
|
|
@@ -1286,26 +1286,26 @@ export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-requ
|
|
|
1286
1286
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1287
1287
|
// GitPullRequestDraft aliases
|
|
1288
1288
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1289
|
+
// GlassWater aliases
|
|
1290
|
+
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1289
1291
|
// GitPullRequest aliases
|
|
1290
1292
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1291
1293
|
// Glasses aliases
|
|
1292
1294
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1295
|
+
// GlobeCheck aliases
|
|
1296
|
+
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1293
1297
|
// GlobeLock aliases
|
|
1294
1298
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1295
1299
|
// GlobeOff aliases
|
|
1296
1300
|
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1297
|
-
// GlassWater aliases
|
|
1298
|
-
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1299
|
-
// GlobeCheck aliases
|
|
1300
|
-
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1301
1301
|
// GlobeX aliases
|
|
1302
1302
|
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1303
1303
|
// Globe aliases
|
|
1304
1304
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1305
|
-
// Gpu aliases
|
|
1306
|
-
export { default as GpuIcon } from '../icons/gpu';
|
|
1307
1305
|
// Goal aliases
|
|
1308
1306
|
export { default as GoalIcon } from '../icons/goal';
|
|
1307
|
+
// Gpu aliases
|
|
1308
|
+
export { default as GpuIcon } from '../icons/gpu';
|
|
1309
1309
|
// GraduationCap aliases
|
|
1310
1310
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1311
1311
|
// Grape aliases
|
|
@@ -1314,54 +1314,54 @@ export { default as GrapeIcon } from '../icons/grape';
|
|
|
1314
1314
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1315
1315
|
// GripHorizontal aliases
|
|
1316
1316
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1317
|
+
// GripVertical aliases
|
|
1318
|
+
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1317
1319
|
// Grip aliases
|
|
1318
1320
|
export { default as GripIcon } from '../icons/grip';
|
|
1319
1321
|
// Group aliases
|
|
1320
1322
|
export { default as GroupIcon } from '../icons/group';
|
|
1321
|
-
// GripVertical aliases
|
|
1322
|
-
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1323
|
-
// Ham aliases
|
|
1324
|
-
export { default as HamIcon } from '../icons/ham';
|
|
1325
1323
|
// Guitar aliases
|
|
1326
1324
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1327
1325
|
// Hamburger aliases
|
|
1328
1326
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1329
|
-
//
|
|
1330
|
-
export { default as
|
|
1327
|
+
// Ham aliases
|
|
1328
|
+
export { default as HamIcon } from '../icons/ham';
|
|
1331
1329
|
// HandCoins aliases
|
|
1332
1330
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1333
|
-
//
|
|
1334
|
-
export { default as
|
|
1331
|
+
// Hammer aliases
|
|
1332
|
+
export { default as HammerIcon } from '../icons/hammer';
|
|
1335
1333
|
// HandHeart aliases
|
|
1336
1334
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1337
1335
|
// HandMetal aliases
|
|
1338
1336
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1337
|
+
// HandFist aliases
|
|
1338
|
+
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1339
1339
|
// HandPlatter aliases
|
|
1340
1340
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1341
1341
|
// Hand aliases
|
|
1342
1342
|
export { default as HandIcon } from '../icons/hand';
|
|
1343
|
-
// Handshake aliases
|
|
1344
|
-
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1345
1343
|
// Handbag aliases
|
|
1346
1344
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1345
|
+
// Handshake aliases
|
|
1346
|
+
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1347
1347
|
// HardDriveDownload aliases
|
|
1348
1348
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1349
|
-
// HardDriveUpload aliases
|
|
1350
|
-
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1351
|
-
// HardDrive aliases
|
|
1352
|
-
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1353
1349
|
// HardHat aliases
|
|
1354
1350
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1355
1351
|
// Hash aliases
|
|
1356
1352
|
export { default as HashIcon } from '../icons/hash';
|
|
1353
|
+
// HardDriveUpload aliases
|
|
1354
|
+
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1355
|
+
// HardDrive aliases
|
|
1356
|
+
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1357
1357
|
// HatGlasses aliases
|
|
1358
1358
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1359
1359
|
// Haze aliases
|
|
1360
1360
|
export { default as HazeIcon } from '../icons/haze';
|
|
1361
|
-
// Hd aliases
|
|
1362
|
-
export { default as HdIcon } from '../icons/hd';
|
|
1363
1361
|
// HdmiPort aliases
|
|
1364
1362
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1363
|
+
// Hd aliases
|
|
1364
|
+
export { default as HdIcon } from '../icons/hd';
|
|
1365
1365
|
// Heading1 aliases
|
|
1366
1366
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1367
1367
|
// Heading2 aliases
|
|
@@ -1380,12 +1380,12 @@ export { default as HeadingIcon } from '../icons/heading';
|
|
|
1380
1380
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1381
1381
|
// Headphones aliases
|
|
1382
1382
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1383
|
-
// Headset aliases
|
|
1384
|
-
export { default as HeadsetIcon } from '../icons/headset';
|
|
1385
1383
|
// HeartCrack aliases
|
|
1386
1384
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1387
1385
|
// HeartHandshake aliases
|
|
1388
1386
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1387
|
+
// Headset aliases
|
|
1388
|
+
export { default as HeadsetIcon } from '../icons/headset';
|
|
1389
1389
|
// HeartMinus aliases
|
|
1390
1390
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1391
1391
|
// HeartOff aliases
|
|
@@ -1394,22 +1394,22 @@ export { default as HeartOffIcon } from '../icons/heart-off';
|
|
|
1394
1394
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1395
1395
|
// HeartPulse aliases
|
|
1396
1396
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1397
|
-
// HeartX aliases
|
|
1398
|
-
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1399
1397
|
// Heart aliases
|
|
1400
1398
|
export { default as HeartIcon } from '../icons/heart';
|
|
1399
|
+
// HeartX aliases
|
|
1400
|
+
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1401
1401
|
// Heater aliases
|
|
1402
1402
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1403
1403
|
// Helicopter aliases
|
|
1404
1404
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1405
1405
|
// Hexagon aliases
|
|
1406
1406
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1407
|
-
// Highlighter aliases
|
|
1408
|
-
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1409
1407
|
// History aliases
|
|
1410
1408
|
export { default as HistoryIcon } from '../icons/history';
|
|
1411
1409
|
// HopOff aliases
|
|
1412
1410
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1411
|
+
// Highlighter aliases
|
|
1412
|
+
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1413
1413
|
// Hop aliases
|
|
1414
1414
|
export { default as HopIcon } from '../icons/hop';
|
|
1415
1415
|
// Hospital aliases
|
|
@@ -1420,42 +1420,42 @@ export { default as HotelIcon } from '../icons/hotel';
|
|
|
1420
1420
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1421
1421
|
// HouseHeart aliases
|
|
1422
1422
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1423
|
-
// HousePlus aliases
|
|
1424
|
-
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1425
1423
|
// HousePlug aliases
|
|
1426
1424
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1427
1425
|
// HouseWifi aliases
|
|
1428
1426
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1429
1427
|
// IdCardLanyard aliases
|
|
1430
1428
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1429
|
+
// HousePlus aliases
|
|
1430
|
+
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1431
1431
|
// IdCard aliases
|
|
1432
1432
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1433
1433
|
// ImageDown aliases
|
|
1434
1434
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1435
1435
|
// ImageMinus aliases
|
|
1436
1436
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1437
|
-
// ImagePlay aliases
|
|
1438
|
-
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1439
1437
|
// ImageOff aliases
|
|
1440
1438
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1439
|
+
// ImagePlay aliases
|
|
1440
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1441
1441
|
// ImagePlus aliases
|
|
1442
1442
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1443
1443
|
// ImageUp aliases
|
|
1444
1444
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1445
|
-
// Images aliases
|
|
1446
|
-
export { default as ImagesIcon } from '../icons/images';
|
|
1447
|
-
// Image aliases
|
|
1448
|
-
export { default as ImageIcon } from '../icons/image';
|
|
1449
1445
|
// ImageUpscale aliases
|
|
1450
1446
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1447
|
+
// Image aliases
|
|
1448
|
+
export { default as ImageIcon } from '../icons/image';
|
|
1449
|
+
// Images aliases
|
|
1450
|
+
export { default as ImagesIcon } from '../icons/images';
|
|
1451
1451
|
// Import aliases
|
|
1452
1452
|
export { default as ImportIcon } from '../icons/import';
|
|
1453
1453
|
// Inbox aliases
|
|
1454
1454
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1455
|
-
// Infinity aliases
|
|
1456
|
-
export { default as InfinityIcon } from '../icons/infinity';
|
|
1457
1455
|
// IndianRupee aliases
|
|
1458
1456
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1457
|
+
// Infinity aliases
|
|
1458
|
+
export { default as InfinityIcon } from '../icons/infinity';
|
|
1459
1459
|
// Info aliases
|
|
1460
1460
|
export { default as InfoIcon } from '../icons/info';
|
|
1461
1461
|
// InspectionPanel aliases
|
|
@@ -1464,30 +1464,30 @@ export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
|
1464
1464
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1465
1465
|
// IterationCcw aliases
|
|
1466
1466
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1467
|
-
// IterationCw aliases
|
|
1468
|
-
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1469
1467
|
// JapaneseYen aliases
|
|
1470
1468
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1469
|
+
// IterationCw aliases
|
|
1470
|
+
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1471
1471
|
// Joystick aliases
|
|
1472
1472
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1473
1473
|
// Kanban aliases
|
|
1474
1474
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1475
1475
|
// Kayak aliases
|
|
1476
1476
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1477
|
-
// KeySquare aliases
|
|
1478
|
-
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1479
1477
|
// KeyRound aliases
|
|
1480
1478
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1479
|
+
// KeySquare aliases
|
|
1480
|
+
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1481
1481
|
// Key aliases
|
|
1482
1482
|
export { default as KeyIcon } from '../icons/key';
|
|
1483
1483
|
// KeyboardMusic aliases
|
|
1484
1484
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1485
1485
|
// KeyboardOff aliases
|
|
1486
1486
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1487
|
-
// LampCeiling aliases
|
|
1488
|
-
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1489
1487
|
// Keyboard aliases
|
|
1490
1488
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1489
|
+
// LampCeiling aliases
|
|
1490
|
+
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1491
1491
|
// LampDesk aliases
|
|
1492
1492
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1493
1493
|
// LampFloor aliases
|
|
@@ -1502,10 +1502,10 @@ export { default as LampIcon } from '../icons/lamp';
|
|
|
1502
1502
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1503
1503
|
// Landmark aliases
|
|
1504
1504
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1505
|
-
// Languages aliases
|
|
1506
|
-
export { default as LanguagesIcon } from '../icons/languages';
|
|
1507
1505
|
// LaptopMinimalCheck aliases
|
|
1508
1506
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1507
|
+
// Languages aliases
|
|
1508
|
+
export { default as LanguagesIcon } from '../icons/languages';
|
|
1509
1509
|
// Laptop aliases
|
|
1510
1510
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1511
1511
|
// LassoSelect aliases
|
|
@@ -1528,16 +1528,16 @@ export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
|
1528
1528
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1529
1529
|
// LayoutPanelLeft aliases
|
|
1530
1530
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1531
|
-
// LayoutTemplate aliases
|
|
1532
|
-
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1533
1531
|
// LayoutPanelTop aliases
|
|
1534
1532
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1535
1533
|
// Leaf aliases
|
|
1536
1534
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1537
|
-
//
|
|
1538
|
-
export { default as
|
|
1535
|
+
// LayoutTemplate aliases
|
|
1536
|
+
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1539
1537
|
// LeafyGreen aliases
|
|
1540
1538
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1539
|
+
// Lectern aliases
|
|
1540
|
+
export { default as LecternIcon } from '../icons/lectern';
|
|
1541
1541
|
// LensConcave aliases
|
|
1542
1542
|
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1543
1543
|
// LensConvex aliases
|
|
@@ -1556,10 +1556,10 @@ export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
|
1556
1556
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1557
1557
|
// LineDotRightHorizontal aliases
|
|
1558
1558
|
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1559
|
-
// LineStyle aliases
|
|
1560
|
-
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1561
1559
|
// LineSquiggle aliases
|
|
1562
1560
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1561
|
+
// LineStyle aliases
|
|
1562
|
+
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1563
1563
|
// Link2Off aliases
|
|
1564
1564
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1565
1565
|
// Link2 aliases
|
|
@@ -1592,18 +1592,18 @@ export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
|
1592
1592
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1593
1593
|
// ListRestart aliases
|
|
1594
1594
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1595
|
-
// ListSortAscending aliases
|
|
1596
|
-
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1597
1595
|
// ListSortDescending aliases
|
|
1598
1596
|
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1597
|
+
// ListSortAscending aliases
|
|
1598
|
+
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1599
1599
|
// ListStart aliases
|
|
1600
1600
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1601
1601
|
// ListTodo aliases
|
|
1602
1602
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1603
|
-
// ListTree aliases
|
|
1604
|
-
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1605
1603
|
// ListVideo aliases
|
|
1606
1604
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1605
|
+
// ListTree aliases
|
|
1606
|
+
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1607
1607
|
// ListX aliases
|
|
1608
1608
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1609
1609
|
// List aliases
|
|
@@ -1612,12 +1612,12 @@ export { default as ListIcon } from '../icons/list';
|
|
|
1612
1612
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1613
1613
|
// Loader aliases
|
|
1614
1614
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1615
|
-
// LocateFixed aliases
|
|
1616
|
-
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1617
1615
|
// LocateOff aliases
|
|
1618
1616
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1619
1617
|
// Locate aliases
|
|
1620
1618
|
export { default as LocateIcon } from '../icons/locate';
|
|
1619
|
+
// LocateFixed aliases
|
|
1620
|
+
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1621
1621
|
// LockKeyhole aliases
|
|
1622
1622
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1623
1623
|
// Lock aliases
|
|
@@ -1640,20 +1640,20 @@ export { default as MailCheckIcon } from '../icons/mail-check';
|
|
|
1640
1640
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1641
1641
|
// MailOpen aliases
|
|
1642
1642
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1643
|
+
// MailWarning aliases
|
|
1644
|
+
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1643
1645
|
// MailPlus aliases
|
|
1644
1646
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1645
|
-
// MailX aliases
|
|
1646
|
-
export { default as MailXIcon } from '../icons/mail-x';
|
|
1647
1647
|
// MailSearch aliases
|
|
1648
1648
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1649
|
-
//
|
|
1650
|
-
export { default as
|
|
1649
|
+
// Mail aliases
|
|
1650
|
+
export { default as MailIcon } from '../icons/mail';
|
|
1651
|
+
// MailX aliases
|
|
1652
|
+
export { default as MailXIcon } from '../icons/mail-x';
|
|
1651
1653
|
// Mailbox aliases
|
|
1652
1654
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1653
1655
|
// Mails aliases
|
|
1654
1656
|
export { default as MailsIcon } from '../icons/mails';
|
|
1655
|
-
// Mail aliases
|
|
1656
|
-
export { default as MailIcon } from '../icons/mail';
|
|
1657
1657
|
// MapMinus aliases
|
|
1658
1658
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1659
1659
|
// MapPinCheckInside aliases
|
|
@@ -1690,20 +1690,20 @@ export { default as MapIcon } from '../icons/map';
|
|
|
1690
1690
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1691
1691
|
// Martini aliases
|
|
1692
1692
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1693
|
-
// Maximize2 aliases
|
|
1694
|
-
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1695
1693
|
// Mars aliases
|
|
1696
1694
|
export { default as MarsIcon } from '../icons/mars';
|
|
1695
|
+
// Maximize2 aliases
|
|
1696
|
+
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1697
1697
|
// Maximize aliases
|
|
1698
1698
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1699
|
-
// Medal aliases
|
|
1700
|
-
export { default as MedalIcon } from '../icons/medal';
|
|
1701
|
-
// Megaphone aliases
|
|
1702
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1703
1699
|
// MegaphoneOff aliases
|
|
1704
1700
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1705
1701
|
// Meh aliases
|
|
1706
1702
|
export { default as MehIcon } from '../icons/meh';
|
|
1703
|
+
// Megaphone aliases
|
|
1704
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1705
|
+
// Medal aliases
|
|
1706
|
+
export { default as MedalIcon } from '../icons/medal';
|
|
1707
1707
|
// MemoryStick aliases
|
|
1708
1708
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1709
1709
|
// Menu aliases
|
|
@@ -1712,14 +1712,14 @@ export { default as MenuIcon } from '../icons/menu';
|
|
|
1712
1712
|
export { default as MergeIcon } from '../icons/merge';
|
|
1713
1713
|
// MessageCircleCheck aliases
|
|
1714
1714
|
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1715
|
-
// MessageCircleDashed aliases
|
|
1716
|
-
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1717
1715
|
// MessageCircleCode aliases
|
|
1718
1716
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1719
|
-
// MessageCircleMore aliases
|
|
1720
|
-
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1721
1717
|
// MessageCircleHeart aliases
|
|
1722
1718
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1719
|
+
// MessageCircleDashed aliases
|
|
1720
|
+
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1721
|
+
// MessageCircleMore aliases
|
|
1722
|
+
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1723
1723
|
// MessageCircleOff aliases
|
|
1724
1724
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1725
1725
|
// MessageCirclePlus aliases
|
|
@@ -1736,12 +1736,12 @@ export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
|
1736
1736
|
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1737
1737
|
// MessageSquareCode aliases
|
|
1738
1738
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1739
|
+
// MessageSquareDot aliases
|
|
1740
|
+
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1739
1741
|
// MessageSquareDashed aliases
|
|
1740
1742
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1741
1743
|
// MessageSquareDiff aliases
|
|
1742
1744
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1743
|
-
// MessageSquareDot aliases
|
|
1744
|
-
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1745
1745
|
// MessageSquareHeart aliases
|
|
1746
1746
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1747
1747
|
// MessageSquareLock aliases
|
|
@@ -1762,12 +1762,12 @@ export { default as MessageSquareShareIcon } from '../icons/message-square-share
|
|
|
1762
1762
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1763
1763
|
// MessageSquareWarning aliases
|
|
1764
1764
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1765
|
-
// MessageSquareX aliases
|
|
1766
|
-
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1767
1765
|
// MessagesSquare aliases
|
|
1768
1766
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1769
1767
|
// MessageSquare aliases
|
|
1770
1768
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1769
|
+
// MessageSquareX aliases
|
|
1770
|
+
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1771
1771
|
// Metronome aliases
|
|
1772
1772
|
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1773
1773
|
// MicOff aliases
|
|
@@ -1780,20 +1780,20 @@ export { default as MicrochipIcon } from '../icons/microchip';
|
|
|
1780
1780
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1781
1781
|
// Microwave aliases
|
|
1782
1782
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1783
|
+
// MilkOff aliases
|
|
1784
|
+
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1783
1785
|
// Milestone aliases
|
|
1784
1786
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1785
1787
|
// Milk aliases
|
|
1786
1788
|
export { default as MilkIcon } from '../icons/milk';
|
|
1787
1789
|
// Minimize2 aliases
|
|
1788
1790
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1789
|
-
// MilkOff aliases
|
|
1790
|
-
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1791
1791
|
// Minimize aliases
|
|
1792
1792
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1793
|
-
// MirrorRectangular aliases
|
|
1794
|
-
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1795
1793
|
// Minus aliases
|
|
1796
1794
|
export { default as MinusIcon } from '../icons/minus';
|
|
1795
|
+
// MirrorRectangular aliases
|
|
1796
|
+
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1797
1797
|
// MirrorRound aliases
|
|
1798
1798
|
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1799
1799
|
// MonitorCheck aliases
|
|
@@ -1810,30 +1810,30 @@ export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
|
1810
1810
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1811
1811
|
// MonitorPause aliases
|
|
1812
1812
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1813
|
-
// MonitorPlay aliases
|
|
1814
|
-
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1815
1813
|
// MonitorSmartphone aliases
|
|
1816
1814
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1815
|
+
// MonitorPlay aliases
|
|
1816
|
+
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1817
1817
|
// MonitorSpeaker aliases
|
|
1818
1818
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1819
1819
|
// MonitorStop aliases
|
|
1820
1820
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1821
1821
|
// MonitorUp aliases
|
|
1822
1822
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1823
|
-
// Monitor aliases
|
|
1824
|
-
export { default as MonitorIcon } from '../icons/monitor';
|
|
1825
1823
|
// MonitorX aliases
|
|
1826
1824
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1827
|
-
//
|
|
1828
|
-
export { default as
|
|
1825
|
+
// Monitor aliases
|
|
1826
|
+
export { default as MonitorIcon } from '../icons/monitor';
|
|
1829
1827
|
// Moon aliases
|
|
1830
1828
|
export { default as MoonIcon } from '../icons/moon';
|
|
1829
|
+
// MoonStar aliases
|
|
1830
|
+
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1831
1831
|
// Motorbike aliases
|
|
1832
1832
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1833
|
-
// Mountain aliases
|
|
1834
|
-
export { default as MountainIcon } from '../icons/mountain';
|
|
1835
1833
|
// MountainSnow aliases
|
|
1836
1834
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1835
|
+
// Mountain aliases
|
|
1836
|
+
export { default as MountainIcon } from '../icons/mountain';
|
|
1837
1837
|
// MouseOff aliases
|
|
1838
1838
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1839
1839
|
// MouseLeft aliases
|
|
@@ -1848,28 +1848,28 @@ export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
|
1848
1848
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1849
1849
|
// MousePointer aliases
|
|
1850
1850
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1851
|
-
// Mouse aliases
|
|
1852
|
-
export { default as MouseIcon } from '../icons/mouse';
|
|
1853
1851
|
// MouseRight aliases
|
|
1854
1852
|
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1855
|
-
// MoveDiagonal2 aliases
|
|
1856
|
-
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1857
1853
|
// MoveDiagonal aliases
|
|
1858
1854
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1859
|
-
//
|
|
1860
|
-
export { default as
|
|
1855
|
+
// MoveDiagonal2 aliases
|
|
1856
|
+
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1857
|
+
// Mouse aliases
|
|
1858
|
+
export { default as MouseIcon } from '../icons/mouse';
|
|
1861
1859
|
// MoveDownLeft aliases
|
|
1862
1860
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1861
|
+
// MoveDownRight aliases
|
|
1862
|
+
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1863
1863
|
// MoveDown aliases
|
|
1864
1864
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1865
1865
|
// MoveHorizontal aliases
|
|
1866
1866
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1867
1867
|
// MoveLeft aliases
|
|
1868
1868
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1869
|
-
// MoveUpLeft aliases
|
|
1870
|
-
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1871
1869
|
// MoveRight aliases
|
|
1872
1870
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1871
|
+
// MoveUpLeft aliases
|
|
1872
|
+
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1873
1873
|
// MoveUpRight aliases
|
|
1874
1874
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1875
1875
|
// MoveUp aliases
|
|
@@ -1900,16 +1900,16 @@ export { default as NetworkIcon } from '../icons/network';
|
|
|
1900
1900
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1901
1901
|
// Nfc aliases
|
|
1902
1902
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1903
|
-
// NotebookPen aliases
|
|
1904
|
-
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1905
1903
|
// NonBinary aliases
|
|
1906
1904
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1905
|
+
// NotebookPen aliases
|
|
1906
|
+
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1907
1907
|
// NotebookTabs aliases
|
|
1908
1908
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1909
|
-
// Notebook aliases
|
|
1910
|
-
export { default as NotebookIcon } from '../icons/notebook';
|
|
1911
1909
|
// NotebookText aliases
|
|
1912
1910
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1911
|
+
// Notebook aliases
|
|
1912
|
+
export { default as NotebookIcon } from '../icons/notebook';
|
|
1913
1913
|
// NotepadTextDashed aliases
|
|
1914
1914
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1915
1915
|
// NutOff aliases
|
|
@@ -1920,8 +1920,6 @@ export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
|
1920
1920
|
export { default as NutIcon } from '../icons/nut';
|
|
1921
1921
|
// OctagonMinus aliases
|
|
1922
1922
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1923
|
-
// Omega aliases
|
|
1924
|
-
export { default as OmegaIcon } from '../icons/omega';
|
|
1925
1923
|
// Octagon aliases
|
|
1926
1924
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1927
1925
|
// Option aliases
|
|
@@ -1932,16 +1930,18 @@ export { default as OrbitIcon } from '../icons/orbit';
|
|
|
1932
1930
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1933
1931
|
// Package2 aliases
|
|
1934
1932
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1933
|
+
// Omega aliases
|
|
1934
|
+
export { default as OmegaIcon } from '../icons/omega';
|
|
1935
1935
|
// PackageCheck aliases
|
|
1936
1936
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1937
1937
|
// PackageMinus aliases
|
|
1938
1938
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1939
1939
|
// PackageOpen aliases
|
|
1940
1940
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1941
|
-
// PackagePlus aliases
|
|
1942
|
-
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1943
1941
|
// PackageSearch aliases
|
|
1944
1942
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1943
|
+
// PackagePlus aliases
|
|
1944
|
+
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1945
1945
|
// PackageX aliases
|
|
1946
1946
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1947
1947
|
// Package aliases
|
|
@@ -1952,14 +1952,14 @@ export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
|
1952
1952
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1953
1953
|
// Paintbrush aliases
|
|
1954
1954
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1955
|
-
// Palette aliases
|
|
1956
|
-
export { default as PaletteIcon } from '../icons/palette';
|
|
1957
1955
|
// Panda aliases
|
|
1958
1956
|
export { default as PandaIcon } from '../icons/panda';
|
|
1959
|
-
//
|
|
1960
|
-
export { default as
|
|
1957
|
+
// Palette aliases
|
|
1958
|
+
export { default as PaletteIcon } from '../icons/palette';
|
|
1961
1959
|
// PanelBottomOpen aliases
|
|
1962
1960
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1961
|
+
// PanelBottomClose aliases
|
|
1962
|
+
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1963
1963
|
// PanelBottom aliases
|
|
1964
1964
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1965
1965
|
// PanelLeftRightDashed aliases
|
|
@@ -1974,24 +1974,24 @@ export { default as PanelRightIcon } from '../icons/panel-right';
|
|
|
1974
1974
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1975
1975
|
// PanelTopClose aliases
|
|
1976
1976
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1977
|
-
// PanelTop aliases
|
|
1978
|
-
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1979
1977
|
// PanelTopOpen aliases
|
|
1980
1978
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1979
|
+
// PanelTop aliases
|
|
1980
|
+
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1981
1981
|
// PanelsLeftBottom aliases
|
|
1982
1982
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1983
1983
|
// PanelsRightBottom aliases
|
|
1984
1984
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1985
|
-
// Paperclip aliases
|
|
1986
|
-
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1987
1985
|
// PaperBag aliases
|
|
1988
1986
|
export { default as PaperBagIcon } from '../icons/paper-bag';
|
|
1987
|
+
// Paperclip aliases
|
|
1988
|
+
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1989
1989
|
// Parasol aliases
|
|
1990
1990
|
export { default as ParasolIcon } from '../icons/parasol';
|
|
1991
|
-
// ParkingMeter aliases
|
|
1992
|
-
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1993
1991
|
// Parentheses aliases
|
|
1994
1992
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1993
|
+
// ParkingMeter aliases
|
|
1994
|
+
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1995
1995
|
// PartyPopper aliases
|
|
1996
1996
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1997
1997
|
// Pause aliases
|
|
@@ -2006,14 +2006,14 @@ export { default as PenOffIcon } from '../icons/pen-off';
|
|
|
2006
2006
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
2007
2007
|
// PencilLine aliases
|
|
2008
2008
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
2009
|
-
// PencilOff aliases
|
|
2010
|
-
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
2011
2009
|
// PencilRuler aliases
|
|
2012
2010
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
2013
|
-
//
|
|
2014
|
-
export { default as
|
|
2011
|
+
// PencilOff aliases
|
|
2012
|
+
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
2015
2013
|
// Pencil aliases
|
|
2016
2014
|
export { default as PencilIcon } from '../icons/pencil';
|
|
2015
|
+
// PencilSparkles aliases
|
|
2016
|
+
export { default as PencilSparklesIcon } from '../icons/pencil-sparkles';
|
|
2017
2017
|
// Pentagon aliases
|
|
2018
2018
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
2019
2019
|
// Percent aliases
|
|
@@ -2024,12 +2024,12 @@ export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
|
2024
2024
|
export { default as PhiIcon } from '../icons/phi';
|
|
2025
2025
|
// PhilippinePeso aliases
|
|
2026
2026
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2027
|
+
// PhoneCall aliases
|
|
2028
|
+
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
2027
2029
|
// PhoneForwarded aliases
|
|
2028
2030
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2029
2031
|
// PhoneIncoming aliases
|
|
2030
2032
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
2031
|
-
// PhoneCall aliases
|
|
2032
|
-
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
2033
2033
|
// PhoneMissed aliases
|
|
2034
2034
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
2035
2035
|
// PhoneOff aliases
|
|
@@ -2064,12 +2064,12 @@ export { default as PillIcon } from '../icons/pill';
|
|
|
2064
2064
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2065
2065
|
// Pin aliases
|
|
2066
2066
|
export { default as PinIcon } from '../icons/pin';
|
|
2067
|
+
// Pizza aliases
|
|
2068
|
+
export { default as PizzaIcon } from '../icons/pizza';
|
|
2067
2069
|
// Pipette aliases
|
|
2068
2070
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2069
2071
|
// PlaneLanding aliases
|
|
2070
2072
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2071
|
-
// Pizza aliases
|
|
2072
|
-
export { default as PizzaIcon } from '../icons/pizza';
|
|
2073
2073
|
// PlaneTakeoff aliases
|
|
2074
2074
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2075
2075
|
// Plane aliases
|
|
@@ -2078,22 +2078,22 @@ export { default as PlaneIcon } from '../icons/plane';
|
|
|
2078
2078
|
export { default as PlayOffIcon } from '../icons/play-off';
|
|
2079
2079
|
// Plug2 aliases
|
|
2080
2080
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2081
|
-
// Plug aliases
|
|
2082
|
-
export { default as PlugIcon } from '../icons/plug';
|
|
2083
2081
|
// Play aliases
|
|
2084
2082
|
export { default as PlayIcon } from '../icons/play';
|
|
2085
|
-
//
|
|
2086
|
-
export { default as
|
|
2083
|
+
// Plug aliases
|
|
2084
|
+
export { default as PlugIcon } from '../icons/plug';
|
|
2087
2085
|
// PocketKnife aliases
|
|
2088
2086
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2087
|
+
// Plus aliases
|
|
2088
|
+
export { default as PlusIcon } from '../icons/plus';
|
|
2089
2089
|
// Podcast aliases
|
|
2090
2090
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2091
|
-
// PointerOff aliases
|
|
2092
|
-
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2093
2091
|
// Podium aliases
|
|
2094
2092
|
export { default as PodiumIcon } from '../icons/podium';
|
|
2095
2093
|
// Pointer aliases
|
|
2096
2094
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2095
|
+
// PointerOff aliases
|
|
2096
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2097
2097
|
// Popcorn aliases
|
|
2098
2098
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2099
2099
|
// Popsicle aliases
|
|
@@ -2116,12 +2116,12 @@ export { default as PrinterIcon } from '../icons/printer';
|
|
|
2116
2116
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2117
2117
|
// Proportions aliases
|
|
2118
2118
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2119
|
-
// Puzzle aliases
|
|
2120
|
-
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2121
2119
|
// Pyramid aliases
|
|
2122
2120
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2123
2121
|
// QrCode aliases
|
|
2124
2122
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2123
|
+
// Puzzle aliases
|
|
2124
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2125
2125
|
// Rabbit aliases
|
|
2126
2126
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2127
2127
|
// Quote aliases
|
|
@@ -2130,44 +2130,44 @@ export { default as QuoteIcon } from '../icons/quote';
|
|
|
2130
2130
|
export { default as RadarIcon } from '../icons/radar';
|
|
2131
2131
|
// Radical aliases
|
|
2132
2132
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2133
|
-
// RadioOff aliases
|
|
2134
|
-
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2135
2133
|
// Radiation aliases
|
|
2136
2134
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2135
|
+
// RadioOff aliases
|
|
2136
|
+
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2137
2137
|
// RadioReceiver aliases
|
|
2138
2138
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2139
2139
|
// RadioTower aliases
|
|
2140
2140
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2141
|
-
// Radio aliases
|
|
2142
|
-
export { default as RadioIcon } from '../icons/radio';
|
|
2143
2141
|
// Radius aliases
|
|
2144
2142
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2143
|
+
// Radio aliases
|
|
2144
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2145
2145
|
// Rainbow aliases
|
|
2146
2146
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2147
2147
|
// Rat aliases
|
|
2148
2148
|
export { default as RatIcon } from '../icons/rat';
|
|
2149
2149
|
// Ratio aliases
|
|
2150
2150
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2151
|
-
// ReceiptCent aliases
|
|
2152
|
-
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2153
2151
|
// ReceiptEuro aliases
|
|
2154
2152
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2153
|
+
// ReceiptCent aliases
|
|
2154
|
+
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2155
2155
|
// ReceiptIndianRupee aliases
|
|
2156
2156
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2157
2157
|
// ReceiptJapaneseYen aliases
|
|
2158
2158
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2159
2159
|
// ReceiptPoundSterling aliases
|
|
2160
2160
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2161
|
-
// ReceiptRussianRuble aliases
|
|
2162
|
-
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2163
2161
|
// ReceiptSwissFranc aliases
|
|
2164
2162
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2163
|
+
// ReceiptRussianRuble aliases
|
|
2164
|
+
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2165
2165
|
// ReceiptText aliases
|
|
2166
2166
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2167
|
-
// ReceiptTurkishLira aliases
|
|
2168
|
-
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2169
2167
|
// Receipt aliases
|
|
2170
2168
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2169
|
+
// ReceiptTurkishLira aliases
|
|
2170
|
+
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2171
2171
|
// RectangleCircle aliases
|
|
2172
2172
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2173
2173
|
// RectangleGoggles aliases
|
|
@@ -2180,20 +2180,20 @@ export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
|
2180
2180
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2181
2181
|
// Redo2 aliases
|
|
2182
2182
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2183
|
-
// RedoDot aliases
|
|
2184
|
-
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2185
2183
|
// Redo aliases
|
|
2186
2184
|
export { default as RedoIcon } from '../icons/redo';
|
|
2187
2185
|
// RefreshCcwDot aliases
|
|
2188
2186
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2189
2187
|
// RefreshCcw aliases
|
|
2190
2188
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2189
|
+
// RedoDot aliases
|
|
2190
|
+
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2191
|
+
// RefreshCwOff aliases
|
|
2192
|
+
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2191
2193
|
// RefreshCw aliases
|
|
2192
2194
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2193
2195
|
// Refrigerator aliases
|
|
2194
2196
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2195
|
-
// RefreshCwOff aliases
|
|
2196
|
-
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2197
2197
|
// Regex aliases
|
|
2198
2198
|
export { default as RegexIcon } from '../icons/regex';
|
|
2199
2199
|
// RemoveFormatting aliases
|
|
@@ -2214,26 +2214,26 @@ export { default as ReplaceIcon } from '../icons/replace';
|
|
|
2214
2214
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2215
2215
|
// Reply aliases
|
|
2216
2216
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2217
|
-
// Ribbon aliases
|
|
2218
|
-
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2219
2217
|
// Rewind aliases
|
|
2220
2218
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2219
|
+
// Ribbon aliases
|
|
2220
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2221
2221
|
// Road aliases
|
|
2222
2222
|
export { default as RoadIcon } from '../icons/road';
|
|
2223
2223
|
// Rocket aliases
|
|
2224
2224
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2225
|
-
// RollerCoaster aliases
|
|
2226
|
-
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2227
2225
|
// RockingChair aliases
|
|
2228
2226
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2229
2227
|
// Rose aliases
|
|
2230
2228
|
export { default as RoseIcon } from '../icons/rose';
|
|
2231
2229
|
// RotateCcwKey aliases
|
|
2232
2230
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2233
|
-
//
|
|
2234
|
-
export { default as
|
|
2231
|
+
// RollerCoaster aliases
|
|
2232
|
+
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2235
2233
|
// RotateCcwSquare aliases
|
|
2236
2234
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2235
|
+
// RotateCcw aliases
|
|
2236
|
+
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2237
2237
|
// RotateCwSquare aliases
|
|
2238
2238
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2239
2239
|
// RotateCw aliases
|
|
@@ -2252,12 +2252,12 @@ export { default as RssIcon } from '../icons/rss';
|
|
|
2252
2252
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2253
2253
|
// Ruler aliases
|
|
2254
2254
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2255
|
+
// RussianRuble aliases
|
|
2256
|
+
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2255
2257
|
// Sailboat aliases
|
|
2256
2258
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2257
2259
|
// Salad aliases
|
|
2258
2260
|
export { default as SaladIcon } from '../icons/salad';
|
|
2259
|
-
// RussianRuble aliases
|
|
2260
|
-
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2261
2261
|
// Sandwich aliases
|
|
2262
2262
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2263
2263
|
// SatelliteDish aliases
|
|
@@ -2266,42 +2266,44 @@ export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
|
2266
2266
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2267
2267
|
// SaudiRiyal aliases
|
|
2268
2268
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2269
|
-
// SaveAll aliases
|
|
2270
|
-
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2271
2269
|
// SaveCheck aliases
|
|
2272
2270
|
export { default as SaveCheckIcon } from '../icons/save-check';
|
|
2273
2271
|
// SaveOff aliases
|
|
2274
2272
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2273
|
+
// SaveAll aliases
|
|
2274
|
+
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2275
2275
|
// SavePen aliases
|
|
2276
2276
|
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2277
|
-
// SavePlus aliases
|
|
2278
|
-
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2279
2277
|
// Save aliases
|
|
2280
2278
|
export { default as SaveIcon } from '../icons/save';
|
|
2281
2279
|
// Scale aliases
|
|
2282
2280
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2281
|
+
// SavePlus aliases
|
|
2282
|
+
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2283
2283
|
// Scaling aliases
|
|
2284
2284
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2285
2285
|
// ScanBarcode aliases
|
|
2286
2286
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2287
|
+
// ScanBox aliases
|
|
2288
|
+
export { default as ScanBoxIcon } from '../icons/scan-box';
|
|
2287
2289
|
// ScanEye aliases
|
|
2288
2290
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2289
2291
|
// ScanFace aliases
|
|
2290
2292
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2291
|
-
// ScanHeart aliases
|
|
2292
|
-
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2293
2293
|
// ScanLine aliases
|
|
2294
2294
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2295
2295
|
// ScanQrCode aliases
|
|
2296
2296
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2297
|
+
// ScanHeart aliases
|
|
2298
|
+
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2297
2299
|
// ScanSearch aliases
|
|
2298
2300
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2301
|
+
// School aliases
|
|
2302
|
+
export { default as SchoolIcon } from '../icons/school';
|
|
2299
2303
|
// ScanText aliases
|
|
2300
2304
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2301
2305
|
// Scan aliases
|
|
2302
2306
|
export { default as ScanIcon } from '../icons/scan';
|
|
2303
|
-
// School aliases
|
|
2304
|
-
export { default as SchoolIcon } from '../icons/school';
|
|
2305
2307
|
// ScissorsLineDashed aliases
|
|
2306
2308
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2307
2309
|
// Scissors aliases
|
|
@@ -2314,10 +2316,10 @@ export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
|
2314
2316
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2315
2317
|
// ScrollText aliases
|
|
2316
2318
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2317
|
-
// Scroll aliases
|
|
2318
|
-
export { default as ScrollIcon } from '../icons/scroll';
|
|
2319
2319
|
// SearchAlert aliases
|
|
2320
2320
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2321
|
+
// Scroll aliases
|
|
2322
|
+
export { default as ScrollIcon } from '../icons/scroll';
|
|
2321
2323
|
// SearchCheck aliases
|
|
2322
2324
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2323
2325
|
// SearchCode aliases
|
|
@@ -2336,60 +2338,64 @@ export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
|
2336
2338
|
export { default as SendIcon } from '../icons/send';
|
|
2337
2339
|
// SeparatorHorizontal aliases
|
|
2338
2340
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2339
|
-
// ServerCog aliases
|
|
2340
|
-
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2341
2341
|
// SeparatorVertical aliases
|
|
2342
2342
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2343
|
+
// ServerCog aliases
|
|
2344
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2343
2345
|
// ServerCrash aliases
|
|
2344
2346
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2345
2347
|
// ServerOff aliases
|
|
2346
2348
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2347
|
-
//
|
|
2348
|
-
export { default as
|
|
2349
|
+
// ServerPlus aliases
|
|
2350
|
+
export { default as ServerPlusIcon } from '../icons/server-plus';
|
|
2349
2351
|
// Settings2 aliases
|
|
2350
2352
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2353
|
+
// Server aliases
|
|
2354
|
+
export { default as ServerIcon } from '../icons/server';
|
|
2351
2355
|
// Settings aliases
|
|
2352
2356
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2353
|
-
// Shapes aliases
|
|
2354
|
-
export { default as ShapesIcon } from '../icons/shapes';
|
|
2355
2357
|
// Share2 aliases
|
|
2356
2358
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2359
|
+
// Shapes aliases
|
|
2360
|
+
export { default as ShapesIcon } from '../icons/shapes';
|
|
2357
2361
|
// Share aliases
|
|
2358
2362
|
export { default as ShareIcon } from '../icons/share';
|
|
2359
2363
|
// Sheet aliases
|
|
2360
2364
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2361
2365
|
// Shell aliases
|
|
2362
2366
|
export { default as ShellIcon } from '../icons/shell';
|
|
2363
|
-
// ShelvingUnit aliases
|
|
2364
|
-
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2365
2367
|
// ShieldAlert aliases
|
|
2366
2368
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2369
|
+
// ShelvingUnit aliases
|
|
2370
|
+
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2367
2371
|
// ShieldBan aliases
|
|
2368
2372
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2369
2373
|
// ShieldCheck aliases
|
|
2370
2374
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2371
2375
|
// ShieldCogCorner aliases
|
|
2372
2376
|
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2373
|
-
// ShieldCog aliases
|
|
2374
|
-
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2375
2377
|
// ShieldEllipsis aliases
|
|
2376
2378
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2379
|
+
// ShieldCog aliases
|
|
2380
|
+
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2377
2381
|
// ShieldHalf aliases
|
|
2378
2382
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2379
|
-
//
|
|
2380
|
-
export { default as
|
|
2383
|
+
// ShieldKeyhole aliases
|
|
2384
|
+
export { default as ShieldKeyholeIcon } from '../icons/shield-keyhole';
|
|
2381
2385
|
// ShieldOff aliases
|
|
2382
2386
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2387
|
+
// ShieldMinus aliases
|
|
2388
|
+
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2383
2389
|
// ShieldPlus aliases
|
|
2384
2390
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2385
2391
|
// ShieldUser aliases
|
|
2386
2392
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2387
|
-
// Shield aliases
|
|
2388
|
-
export { default as ShieldIcon } from '../icons/shield';
|
|
2389
2393
|
// ShipWheel aliases
|
|
2390
2394
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2391
2395
|
// Ship aliases
|
|
2392
2396
|
export { default as ShipIcon } from '../icons/ship';
|
|
2397
|
+
// Shield aliases
|
|
2398
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2393
2399
|
// Shirt aliases
|
|
2394
2400
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2395
2401
|
// ShoppingBag aliases
|
|
@@ -2398,26 +2404,26 @@ export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
|
2398
2404
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2399
2405
|
// ShoppingCart aliases
|
|
2400
2406
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2401
|
-
// ShowerHead aliases
|
|
2402
|
-
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2403
2407
|
// Shovel aliases
|
|
2404
2408
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2405
|
-
//
|
|
2406
|
-
export { default as
|
|
2409
|
+
// ShowerHead aliases
|
|
2410
|
+
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2407
2411
|
// Shrimp aliases
|
|
2408
2412
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2413
|
+
// Shredder aliases
|
|
2414
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2409
2415
|
// Shrink aliases
|
|
2410
2416
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2411
2417
|
// Shrub aliases
|
|
2412
2418
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2413
2419
|
// Shuffle aliases
|
|
2414
2420
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2421
|
+
// SignalHigh aliases
|
|
2422
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2415
2423
|
// Sigma aliases
|
|
2416
2424
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2417
2425
|
// SignalLow aliases
|
|
2418
2426
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2419
|
-
// SignalHigh aliases
|
|
2420
|
-
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2421
2427
|
// SignalMedium aliases
|
|
2422
2428
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2423
2429
|
// SignalZero aliases
|
|
@@ -2430,38 +2436,38 @@ export { default as SignatureIcon } from '../icons/signature';
|
|
|
2430
2436
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2431
2437
|
// Signpost aliases
|
|
2432
2438
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2433
|
-
// Siren aliases
|
|
2434
|
-
export { default as SirenIcon } from '../icons/siren';
|
|
2435
2439
|
// SkipBack aliases
|
|
2436
2440
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2441
|
+
// Siren aliases
|
|
2442
|
+
export { default as SirenIcon } from '../icons/siren';
|
|
2437
2443
|
// SkipForward aliases
|
|
2438
2444
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2439
2445
|
// Skull aliases
|
|
2440
2446
|
export { default as SkullIcon } from '../icons/skull';
|
|
2441
|
-
// Slash aliases
|
|
2442
|
-
export { default as SlashIcon } from '../icons/slash';
|
|
2443
2447
|
// Slice aliases
|
|
2444
2448
|
export { default as SliceIcon } from '../icons/slice';
|
|
2449
|
+
// Slash aliases
|
|
2450
|
+
export { default as SlashIcon } from '../icons/slash';
|
|
2445
2451
|
// SlidersHorizontal aliases
|
|
2446
2452
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2447
2453
|
// SmartphoneCharging aliases
|
|
2448
2454
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2449
|
-
// SmartphoneNfc aliases
|
|
2450
|
-
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2451
2455
|
// Smartphone aliases
|
|
2452
2456
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2457
|
+
// SmartphoneNfc aliases
|
|
2458
|
+
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2453
2459
|
// SmilePlus aliases
|
|
2454
2460
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2461
|
+
// Smile aliases
|
|
2462
|
+
export { default as SmileIcon } from '../icons/smile';
|
|
2455
2463
|
// Snail aliases
|
|
2456
2464
|
export { default as SnailIcon } from '../icons/snail';
|
|
2457
2465
|
// Snowflake aliases
|
|
2458
2466
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2459
|
-
// Smile aliases
|
|
2460
|
-
export { default as SmileIcon } from '../icons/smile';
|
|
2461
|
-
// SoapDispenserDroplet aliases
|
|
2462
|
-
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2463
2467
|
// Sofa aliases
|
|
2464
2468
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2469
|
+
// SoapDispenserDroplet aliases
|
|
2470
|
+
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2465
2471
|
// SolarPanel aliases
|
|
2466
2472
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2467
2473
|
// Soup aliases
|
|
@@ -2478,32 +2484,32 @@ export { default as SpeakerIcon } from '../icons/speaker';
|
|
|
2478
2484
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2479
2485
|
// SpellCheck2 aliases
|
|
2480
2486
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2481
|
-
// SpellCheck aliases
|
|
2482
|
-
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2483
2487
|
// SplinePointer aliases
|
|
2484
2488
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2489
|
+
// SpellCheck aliases
|
|
2490
|
+
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2485
2491
|
// Split aliases
|
|
2486
2492
|
export { default as SplitIcon } from '../icons/split';
|
|
2493
|
+
// Spline aliases
|
|
2494
|
+
export { default as SplineIcon } from '../icons/spline';
|
|
2487
2495
|
// Spool aliases
|
|
2488
2496
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2489
2497
|
// SportShoe aliases
|
|
2490
2498
|
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2491
|
-
// Spline aliases
|
|
2492
|
-
export { default as SplineIcon } from '../icons/spline';
|
|
2493
2499
|
// Spotlight aliases
|
|
2494
2500
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2495
2501
|
// SprayCan aliases
|
|
2496
2502
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2503
|
+
// SquareArrowRightEnter aliases
|
|
2504
|
+
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2497
2505
|
// Sprout aliases
|
|
2498
2506
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2499
2507
|
// SquareArrowRightExit aliases
|
|
2500
2508
|
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2501
|
-
// SquareArrowRightEnter aliases
|
|
2502
|
-
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2503
|
-
// SquareDashedBottomCode aliases
|
|
2504
|
-
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2505
2509
|
// SquareDashedBottom aliases
|
|
2506
2510
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2511
|
+
// SquareDashedBottomCode aliases
|
|
2512
|
+
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2507
2513
|
// SquareDashedTopSolid aliases
|
|
2508
2514
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2509
2515
|
// SquarePause aliases
|
|
@@ -2524,10 +2530,10 @@ export { default as SquareStopIcon } from '../icons/square-stop';
|
|
|
2524
2530
|
export { default as SquareIcon } from '../icons/square';
|
|
2525
2531
|
// SquaresExclude aliases
|
|
2526
2532
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2527
|
-
// SquaresSubtract aliases
|
|
2528
|
-
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2529
2533
|
// SquaresIntersect aliases
|
|
2530
2534
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2535
|
+
// SquaresSubtract aliases
|
|
2536
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2531
2537
|
// SquaresUnite aliases
|
|
2532
2538
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2533
2539
|
// SquircleDashed aliases
|
|
@@ -2540,12 +2546,12 @@ export { default as SquirrelIcon } from '../icons/squirrel';
|
|
|
2540
2546
|
export { default as StampIcon } from '../icons/stamp';
|
|
2541
2547
|
// StarCheck aliases
|
|
2542
2548
|
export { default as StarCheckIcon } from '../icons/star-check';
|
|
2543
|
-
// StarHalf aliases
|
|
2544
|
-
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2545
2549
|
// StarMinus aliases
|
|
2546
2550
|
export { default as StarMinusIcon } from '../icons/star-minus';
|
|
2547
2551
|
// StarOff aliases
|
|
2548
2552
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2553
|
+
// StarHalf aliases
|
|
2554
|
+
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2549
2555
|
// StarPlus aliases
|
|
2550
2556
|
export { default as StarPlusIcon } from '../icons/star-plus';
|
|
2551
2557
|
// StarX aliases
|
|
@@ -2562,10 +2568,10 @@ export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
|
2562
2568
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2563
2569
|
// StickyNoteCheck aliases
|
|
2564
2570
|
export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
2565
|
-
// StickyNoteMinus aliases
|
|
2566
|
-
export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
2567
2571
|
// StickyNoteOff aliases
|
|
2568
2572
|
export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
2573
|
+
// StickyNoteMinus aliases
|
|
2574
|
+
export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
2569
2575
|
// StickyNotePlus aliases
|
|
2570
2576
|
export { default as StickyNotePlusIcon } from '../icons/sticky-note-plus';
|
|
2571
2577
|
// StickyNoteX aliases
|
|
@@ -2582,42 +2588,42 @@ export { default as StoreIcon } from '../icons/store';
|
|
|
2582
2588
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2583
2589
|
// StretchVertical aliases
|
|
2584
2590
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2585
|
-
//
|
|
2586
|
-
export { default as
|
|
2591
|
+
// Summary aliases
|
|
2592
|
+
export { default as SummaryIcon } from '../icons/summary';
|
|
2587
2593
|
// Subscript aliases
|
|
2588
2594
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2595
|
+
// Strikethrough aliases
|
|
2596
|
+
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2589
2597
|
// SunDim aliases
|
|
2590
2598
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2591
|
-
// Summary aliases
|
|
2592
|
-
export { default as SummaryIcon } from '../icons/summary';
|
|
2593
2599
|
// SunMedium aliases
|
|
2594
2600
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2595
2601
|
// SunMoon aliases
|
|
2596
2602
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2597
2603
|
// SunSnow aliases
|
|
2598
2604
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2599
|
-
// Sunset aliases
|
|
2600
|
-
export { default as SunsetIcon } from '../icons/sunset';
|
|
2601
2605
|
// Sun aliases
|
|
2602
2606
|
export { default as SunIcon } from '../icons/sun';
|
|
2603
2607
|
// Sunrise aliases
|
|
2604
2608
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2609
|
+
// Sunset aliases
|
|
2610
|
+
export { default as SunsetIcon } from '../icons/sunset';
|
|
2605
2611
|
// Superscript aliases
|
|
2606
2612
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2607
|
-
// SwatchBook aliases
|
|
2608
|
-
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2609
2613
|
// SwissFranc aliases
|
|
2610
2614
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2615
|
+
// SwatchBook aliases
|
|
2616
|
+
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2611
2617
|
// SwitchCamera aliases
|
|
2612
2618
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2613
2619
|
// Sword aliases
|
|
2614
2620
|
export { default as SwordIcon } from '../icons/sword';
|
|
2615
2621
|
// Swords aliases
|
|
2616
2622
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2617
|
-
// Syringe aliases
|
|
2618
|
-
export { default as SyringeIcon } from '../icons/syringe';
|
|
2619
2623
|
// Table2 aliases
|
|
2620
2624
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2625
|
+
// Syringe aliases
|
|
2626
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2621
2627
|
// TableCellsMerge aliases
|
|
2622
2628
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2623
2629
|
// TableCellsSplit aliases
|
|
@@ -2628,14 +2634,14 @@ export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
|
2628
2634
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2629
2635
|
// TableProperties aliases
|
|
2630
2636
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2631
|
-
// Table aliases
|
|
2632
|
-
export { default as TableIcon } from '../icons/table';
|
|
2633
2637
|
// TableRowsSplit aliases
|
|
2634
2638
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2635
|
-
// Tablet aliases
|
|
2636
|
-
export { default as TabletIcon } from '../icons/tablet';
|
|
2637
2639
|
// TabletSmartphone aliases
|
|
2638
2640
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2641
|
+
// Table aliases
|
|
2642
|
+
export { default as TableIcon } from '../icons/table';
|
|
2643
|
+
// Tablet aliases
|
|
2644
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2639
2645
|
// Tablets aliases
|
|
2640
2646
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2641
2647
|
// TagPlus aliases
|
|
@@ -2644,10 +2650,10 @@ export { default as TagPlusIcon } from '../icons/tag-plus';
|
|
|
2644
2650
|
export { default as TagXIcon } from '../icons/tag-x';
|
|
2645
2651
|
// Tag aliases
|
|
2646
2652
|
export { default as TagIcon } from '../icons/tag';
|
|
2647
|
-
// Tags aliases
|
|
2648
|
-
export { default as TagsIcon } from '../icons/tags';
|
|
2649
2653
|
// Tally1 aliases
|
|
2650
2654
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2655
|
+
// Tags aliases
|
|
2656
|
+
export { default as TagsIcon } from '../icons/tags';
|
|
2651
2657
|
// Tally2 aliases
|
|
2652
2658
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2653
2659
|
// Tally3 aliases
|
|
@@ -2658,36 +2664,36 @@ export { default as Tally4Icon } from '../icons/tally-4';
|
|
|
2658
2664
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2659
2665
|
// Tangent aliases
|
|
2660
2666
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2661
|
-
// Telescope aliases
|
|
2662
|
-
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2663
|
-
// TentTree aliases
|
|
2664
|
-
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2665
2667
|
// Target aliases
|
|
2666
2668
|
export { default as TargetIcon } from '../icons/target';
|
|
2667
2669
|
// Tent aliases
|
|
2668
2670
|
export { default as TentIcon } from '../icons/tent';
|
|
2671
|
+
// Telescope aliases
|
|
2672
|
+
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2673
|
+
// TentTree aliases
|
|
2674
|
+
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2669
2675
|
// TestTube aliases
|
|
2670
2676
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2671
2677
|
// Terminal aliases
|
|
2672
2678
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2673
2679
|
// TestTubes aliases
|
|
2674
2680
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2681
|
+
// TextCursorInput aliases
|
|
2682
|
+
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2675
2683
|
// TextCursor aliases
|
|
2676
2684
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2677
2685
|
// TextQuote aliases
|
|
2678
2686
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2679
|
-
// TextCursorInput aliases
|
|
2680
|
-
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2681
2687
|
// TextSearch aliases
|
|
2682
2688
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2683
|
-
// Theater aliases
|
|
2684
|
-
export { default as TheaterIcon } from '../icons/theater';
|
|
2685
2689
|
// ThermometerSnowflake aliases
|
|
2686
2690
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2687
|
-
// ThermometerSun aliases
|
|
2688
|
-
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2689
2691
|
// Thermometer aliases
|
|
2690
2692
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2693
|
+
// Theater aliases
|
|
2694
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2695
|
+
// ThermometerSun aliases
|
|
2696
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2691
2697
|
// ThumbsDown aliases
|
|
2692
2698
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2693
2699
|
// ThumbsUp aliases
|
|
@@ -2704,34 +2710,34 @@ export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
|
2704
2710
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2705
2711
|
// TicketX aliases
|
|
2706
2712
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2707
|
-
// Ticket aliases
|
|
2708
|
-
export { default as TicketIcon } from '../icons/ticket';
|
|
2709
2713
|
// TicketsPlane aliases
|
|
2710
2714
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2711
2715
|
// Tickets aliases
|
|
2712
2716
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2713
|
-
//
|
|
2714
|
-
export { default as
|
|
2717
|
+
// Ticket aliases
|
|
2718
|
+
export { default as TicketIcon } from '../icons/ticket';
|
|
2715
2719
|
// Timeline aliases
|
|
2716
2720
|
export { default as TimelineIcon } from '../icons/timeline';
|
|
2717
2721
|
// TimerReset aliases
|
|
2718
2722
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2719
|
-
// ToggleRight aliases
|
|
2720
|
-
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2721
|
-
// Timer aliases
|
|
2722
|
-
export { default as TimerIcon } from '../icons/timer';
|
|
2723
2723
|
// ToggleLeft aliases
|
|
2724
2724
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2725
|
+
// TimerOff aliases
|
|
2726
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2727
|
+
// Timer aliases
|
|
2728
|
+
export { default as TimerIcon } from '../icons/timer';
|
|
2729
|
+
// ToggleRight aliases
|
|
2730
|
+
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2725
2731
|
// Toilet aliases
|
|
2726
2732
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2727
|
-
// Toolbox aliases
|
|
2728
|
-
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2729
2733
|
// ToolCase aliases
|
|
2730
2734
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2731
|
-
//
|
|
2732
|
-
export { default as
|
|
2735
|
+
// Toolbox aliases
|
|
2736
|
+
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2733
2737
|
// Tornado aliases
|
|
2734
2738
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2739
|
+
// Torus aliases
|
|
2740
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2735
2741
|
// TouchpadOff aliases
|
|
2736
2742
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2737
2743
|
// Touchpad aliases
|
|
@@ -2740,20 +2746,20 @@ export { default as TouchpadIcon } from '../icons/touchpad';
|
|
|
2740
2746
|
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2741
2747
|
// TowerControl aliases
|
|
2742
2748
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2743
|
-
// ToyBrick aliases
|
|
2744
|
-
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2745
2749
|
// Tractor aliases
|
|
2746
2750
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2747
|
-
//
|
|
2748
|
-
export { default as
|
|
2751
|
+
// ToyBrick aliases
|
|
2752
|
+
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2749
2753
|
// TrainFrontTunnel aliases
|
|
2750
2754
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2755
|
+
// TrafficCone aliases
|
|
2756
|
+
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2757
|
+
// TrainFront aliases
|
|
2758
|
+
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2751
2759
|
// TrainTrack aliases
|
|
2752
2760
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2753
2761
|
// Transgender aliases
|
|
2754
2762
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2755
|
-
// TrainFront aliases
|
|
2756
|
-
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2757
2763
|
// Trash2 aliases
|
|
2758
2764
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2759
2765
|
// Trash aliases
|
|
@@ -2774,20 +2780,20 @@ export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
|
2774
2780
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2775
2781
|
// TriangleRight aliases
|
|
2776
2782
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2777
|
-
// Triangle aliases
|
|
2778
|
-
export { default as TriangleIcon } from '../icons/triangle';
|
|
2779
2783
|
// Trophy aliases
|
|
2780
2784
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2785
|
+
// Triangle aliases
|
|
2786
|
+
export { default as TriangleIcon } from '../icons/triangle';
|
|
2781
2787
|
// TruckElectric aliases
|
|
2782
2788
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2783
2789
|
// Truck aliases
|
|
2784
2790
|
export { default as TruckIcon } from '../icons/truck';
|
|
2785
2791
|
// Turntable aliases
|
|
2786
2792
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2787
|
-
// TurkishLira aliases
|
|
2788
|
-
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2789
2793
|
// Turtle aliases
|
|
2790
2794
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2795
|
+
// TurkishLira aliases
|
|
2796
|
+
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2791
2797
|
// TvMinimalPlay aliases
|
|
2792
2798
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2793
2799
|
// Tv aliases
|
|
@@ -2810,18 +2816,18 @@ export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
|
2810
2816
|
export { default as UndoIcon } from '../icons/undo';
|
|
2811
2817
|
// UnfoldHorizontal aliases
|
|
2812
2818
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2819
|
+
// UnfoldVertical aliases
|
|
2820
|
+
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2813
2821
|
// Ungroup aliases
|
|
2814
2822
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2815
2823
|
// Unlink2 aliases
|
|
2816
2824
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2817
|
-
// UnfoldVertical aliases
|
|
2818
|
-
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2819
|
-
// Unlink aliases
|
|
2820
|
-
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2821
2825
|
// Unplug aliases
|
|
2822
2826
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2823
2827
|
// Upload aliases
|
|
2824
2828
|
export { default as UploadIcon } from '../icons/upload';
|
|
2829
|
+
// Unlink aliases
|
|
2830
|
+
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2825
2831
|
// Usb aliases
|
|
2826
2832
|
export { default as UsbIcon } from '../icons/usb';
|
|
2827
2833
|
// UserCheck aliases
|
|
@@ -2832,22 +2838,22 @@ export { default as UserCogIcon } from '../icons/user-cog';
|
|
|
2832
2838
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2833
2839
|
// UserLock aliases
|
|
2834
2840
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2835
|
-
// UserPen aliases
|
|
2836
|
-
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2837
2841
|
// UserMinus aliases
|
|
2838
2842
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2843
|
+
// UserPen aliases
|
|
2844
|
+
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2839
2845
|
// UserPlus aliases
|
|
2840
2846
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2841
2847
|
// UserRoundArrowLeft aliases
|
|
2842
2848
|
export { default as UserRoundArrowLeftIcon } from '../icons/user-round-arrow-left';
|
|
2843
2849
|
// UserRoundKey aliases
|
|
2844
2850
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2845
|
-
// UserSearch aliases
|
|
2846
|
-
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2847
|
-
// UserRoundSearch aliases
|
|
2848
|
-
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2849
2851
|
// UserRoundPen aliases
|
|
2850
2852
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2853
|
+
// UserRoundSearch aliases
|
|
2854
|
+
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2855
|
+
// UserSearch aliases
|
|
2856
|
+
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2851
2857
|
// UserStar aliases
|
|
2852
2858
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2853
2859
|
// UserX aliases
|
|
@@ -2882,10 +2888,10 @@ export { default as VibrateIcon } from '../icons/vibrate';
|
|
|
2882
2888
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2883
2889
|
// Video aliases
|
|
2884
2890
|
export { default as VideoIcon } from '../icons/video';
|
|
2885
|
-
// View aliases
|
|
2886
|
-
export { default as ViewIcon } from '../icons/view';
|
|
2887
2891
|
// Videotape aliases
|
|
2888
2892
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2893
|
+
// View aliases
|
|
2894
|
+
export { default as ViewIcon } from '../icons/view';
|
|
2889
2895
|
// Voicemail aliases
|
|
2890
2896
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2891
2897
|
// Volleyball aliases
|
|
@@ -2896,20 +2902,20 @@ export { default as Volume1Icon } from '../icons/volume-1';
|
|
|
2896
2902
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2897
2903
|
// VolumeOff aliases
|
|
2898
2904
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2899
|
-
// Volume aliases
|
|
2900
|
-
export { default as VolumeIcon } from '../icons/volume';
|
|
2901
2905
|
// VolumeX aliases
|
|
2902
2906
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2907
|
+
// Volume aliases
|
|
2908
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2903
2909
|
// Vote aliases
|
|
2904
2910
|
export { default as VoteIcon } from '../icons/vote';
|
|
2905
2911
|
// WalletCards aliases
|
|
2906
2912
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2907
2913
|
// Wallet aliases
|
|
2908
2914
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2909
|
-
// Wallpaper aliases
|
|
2910
|
-
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2911
2915
|
// Wand aliases
|
|
2912
2916
|
export { default as WandIcon } from '../icons/wand';
|
|
2917
|
+
// Wallpaper aliases
|
|
2918
|
+
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2913
2919
|
// Warehouse aliases
|
|
2914
2920
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2915
2921
|
// WashingMachine aliases
|
|
@@ -2928,54 +2934,54 @@ export { default as WavesVerticalIcon } from '../icons/waves-vertical';
|
|
|
2928
2934
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2929
2935
|
// WebcamOff aliases
|
|
2930
2936
|
export { default as WebcamOffIcon } from '../icons/webcam-off';
|
|
2931
|
-
// Webcam aliases
|
|
2932
|
-
export { default as WebcamIcon } from '../icons/webcam';
|
|
2933
2937
|
// WebhookOff aliases
|
|
2934
2938
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2939
|
+
// Webcam aliases
|
|
2940
|
+
export { default as WebcamIcon } from '../icons/webcam';
|
|
2935
2941
|
// Webhook aliases
|
|
2936
2942
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2937
2943
|
// WeightTilde aliases
|
|
2938
2944
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2939
2945
|
// Weight aliases
|
|
2940
2946
|
export { default as WeightIcon } from '../icons/weight';
|
|
2947
|
+
// WheatOff aliases
|
|
2948
|
+
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2941
2949
|
// Wheat aliases
|
|
2942
2950
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2943
2951
|
// WholeWord aliases
|
|
2944
2952
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2945
|
-
// WheatOff aliases
|
|
2946
|
-
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2947
|
-
// WifiHigh aliases
|
|
2948
|
-
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2949
2953
|
// WifiCog aliases
|
|
2950
2954
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2951
|
-
//
|
|
2952
|
-
export { default as
|
|
2955
|
+
// WifiHigh aliases
|
|
2956
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2953
2957
|
// WifiOff aliases
|
|
2954
2958
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2955
2959
|
// WifiPen aliases
|
|
2956
2960
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2961
|
+
// WifiLow aliases
|
|
2962
|
+
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2957
2963
|
// WifiSync aliases
|
|
2958
2964
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2959
|
-
// Wifi aliases
|
|
2960
|
-
export { default as WifiIcon } from '../icons/wifi';
|
|
2961
2965
|
// WifiZero aliases
|
|
2962
2966
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2967
|
+
// Wifi aliases
|
|
2968
|
+
export { default as WifiIcon } from '../icons/wifi';
|
|
2963
2969
|
// WindArrowDown aliases
|
|
2964
2970
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2965
2971
|
// Wind aliases
|
|
2966
2972
|
export { default as WindIcon } from '../icons/wind';
|
|
2967
2973
|
// WineOff aliases
|
|
2968
2974
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2969
|
-
// Wine aliases
|
|
2970
|
-
export { default as WineIcon } from '../icons/wine';
|
|
2971
2975
|
// Workflow aliases
|
|
2972
2976
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2977
|
+
// Wine aliases
|
|
2978
|
+
export { default as WineIcon } from '../icons/wine';
|
|
2973
2979
|
// Worm aliases
|
|
2974
2980
|
export { default as WormIcon } from '../icons/worm';
|
|
2975
|
-
// WrenchOff aliases
|
|
2976
|
-
export { default as WrenchOffIcon } from '../icons/wrench-off';
|
|
2977
2981
|
// Wrench aliases
|
|
2978
2982
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2983
|
+
// WrenchOff aliases
|
|
2984
|
+
export { default as WrenchOffIcon } from '../icons/wrench-off';
|
|
2979
2985
|
// XLineTop aliases
|
|
2980
2986
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
2981
2987
|
// X aliases
|
|
@@ -2990,12 +2996,12 @@ export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
|
2990
2996
|
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
2991
2997
|
// ZodiacCancer aliases
|
|
2992
2998
|
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
2993
|
-
// ZodiacGemini aliases
|
|
2994
|
-
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
2995
2999
|
// ZodiacCapricorn aliases
|
|
2996
3000
|
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
2997
3001
|
// ZodiacLeo aliases
|
|
2998
3002
|
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
3003
|
+
// ZodiacGemini aliases
|
|
3004
|
+
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
2999
3005
|
// ZodiacLibra aliases
|
|
3000
3006
|
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
3001
3007
|
// ZodiacOphiuchus aliases
|
|
@@ -3106,18 +3112,18 @@ export {
|
|
|
3106
3112
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
3107
3113
|
default as BetweenHorizonalStartIcon
|
|
3108
3114
|
} from '../icons/between-horizontal-start';
|
|
3109
|
-
// Braces aliases
|
|
3110
|
-
export { default as BracesIcon } from '../icons/braces';
|
|
3111
|
-
export {
|
|
3112
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
|
|
3113
|
-
default as CurlyBracesIcon
|
|
3114
|
-
} from '../icons/braces';
|
|
3115
3115
|
// BookDashed aliases
|
|
3116
3116
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3117
3117
|
export {
|
|
3118
3118
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. */
|
|
3119
3119
|
default as BookTemplateIcon
|
|
3120
3120
|
} from '../icons/book-dashed';
|
|
3121
|
+
// Braces aliases
|
|
3122
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
3123
|
+
export {
|
|
3124
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
|
|
3125
|
+
default as CurlyBracesIcon
|
|
3126
|
+
} from '../icons/braces';
|
|
3121
3127
|
// Captions aliases
|
|
3122
3128
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
3123
3129
|
export {
|
|
@@ -3172,6 +3178,12 @@ export {
|
|
|
3172
3178
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
3173
3179
|
default as LineChartIcon
|
|
3174
3180
|
} from '../icons/chart-line';
|
|
3181
|
+
// ChartNoAxesGantt aliases
|
|
3182
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3183
|
+
export {
|
|
3184
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. */
|
|
3185
|
+
default as GanttChartIcon
|
|
3186
|
+
} from '../icons/chart-no-axes-gantt';
|
|
3175
3187
|
// ChartNoAxesColumn aliases
|
|
3176
3188
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3177
3189
|
export {
|
|
@@ -3184,18 +3196,6 @@ export {
|
|
|
3184
3196
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. */
|
|
3185
3197
|
default as BarChartIcon
|
|
3186
3198
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3187
|
-
// ChartNoAxesGantt aliases
|
|
3188
|
-
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3189
|
-
export {
|
|
3190
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. */
|
|
3191
|
-
default as GanttChartIcon
|
|
3192
|
-
} from '../icons/chart-no-axes-gantt';
|
|
3193
|
-
// ChartScatter aliases
|
|
3194
|
-
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3195
|
-
export {
|
|
3196
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. */
|
|
3197
|
-
default as ScatterChartIcon
|
|
3198
|
-
} from '../icons/chart-scatter';
|
|
3199
3199
|
// ChartPie aliases
|
|
3200
3200
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3201
3201
|
export {
|
|
@@ -3208,6 +3208,12 @@ export {
|
|
|
3208
3208
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. */
|
|
3209
3209
|
default as AlertCircleIcon
|
|
3210
3210
|
} from '../icons/circle-alert';
|
|
3211
|
+
// ChartScatter aliases
|
|
3212
|
+
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3213
|
+
export {
|
|
3214
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. */
|
|
3215
|
+
default as ScatterChartIcon
|
|
3216
|
+
} from '../icons/chart-scatter';
|
|
3211
3217
|
// CircleArrowDown aliases
|
|
3212
3218
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3213
3219
|
export {
|
|
@@ -3220,12 +3226,6 @@ export {
|
|
|
3220
3226
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. */
|
|
3221
3227
|
default as ArrowLeftCircleIcon
|
|
3222
3228
|
} from '../icons/circle-arrow-left';
|
|
3223
|
-
// CircleArrowOutDownLeft aliases
|
|
3224
|
-
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3225
|
-
export {
|
|
3226
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. */
|
|
3227
|
-
default as ArrowDownLeftFromCircleIcon
|
|
3228
|
-
} from '../icons/circle-arrow-out-down-left';
|
|
3229
3229
|
// CircleArrowOutDownRight aliases
|
|
3230
3230
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3231
3231
|
export {
|
|
@@ -3238,60 +3238,66 @@ export {
|
|
|
3238
3238
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. */
|
|
3239
3239
|
default as ArrowUpLeftFromCircleIcon
|
|
3240
3240
|
} from '../icons/circle-arrow-out-up-left';
|
|
3241
|
+
// CircleArrowOutDownLeft aliases
|
|
3242
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3243
|
+
export {
|
|
3244
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. */
|
|
3245
|
+
default as ArrowDownLeftFromCircleIcon
|
|
3246
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
3241
3247
|
// CircleArrowOutUpRight aliases
|
|
3242
3248
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3243
3249
|
export {
|
|
3244
3250
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
|
|
3245
3251
|
default as ArrowUpRightFromCircleIcon
|
|
3246
3252
|
} from '../icons/circle-arrow-out-up-right';
|
|
3247
|
-
//
|
|
3248
|
-
export { default as
|
|
3253
|
+
// CircleArrowUp aliases
|
|
3254
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3249
3255
|
export {
|
|
3250
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3251
|
-
default as
|
|
3252
|
-
} from '../icons/circle-arrow-
|
|
3256
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
|
|
3257
|
+
default as ArrowUpCircleIcon
|
|
3258
|
+
} from '../icons/circle-arrow-up';
|
|
3253
3259
|
// CircleCheckBig aliases
|
|
3254
3260
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3255
3261
|
export {
|
|
3256
3262
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
3257
3263
|
default as CheckCircleIcon
|
|
3258
3264
|
} from '../icons/circle-check-big';
|
|
3259
|
-
//
|
|
3260
|
-
export { default as
|
|
3261
|
-
export {
|
|
3262
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
|
|
3263
|
-
default as ArrowUpCircleIcon
|
|
3264
|
-
} from '../icons/circle-arrow-up';
|
|
3265
|
-
// CircleChevronDown aliases
|
|
3266
|
-
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3265
|
+
// CircleArrowRight aliases
|
|
3266
|
+
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3267
3267
|
export {
|
|
3268
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3269
|
-
default as
|
|
3270
|
-
} from '../icons/circle-
|
|
3268
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
3269
|
+
default as ArrowRightCircleIcon
|
|
3270
|
+
} from '../icons/circle-arrow-right';
|
|
3271
3271
|
// CircleCheck aliases
|
|
3272
3272
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3273
3273
|
export {
|
|
3274
3274
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
|
|
3275
3275
|
default as CheckCircle2Icon
|
|
3276
3276
|
} from '../icons/circle-check';
|
|
3277
|
+
// CircleChevronDown aliases
|
|
3278
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3279
|
+
export {
|
|
3280
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
3281
|
+
default as ChevronDownCircleIcon
|
|
3282
|
+
} from '../icons/circle-chevron-down';
|
|
3277
3283
|
// CircleChevronLeft aliases
|
|
3278
3284
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3279
3285
|
export {
|
|
3280
3286
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
|
|
3281
3287
|
default as ChevronLeftCircleIcon
|
|
3282
3288
|
} from '../icons/circle-chevron-left';
|
|
3283
|
-
// CircleChevronUp aliases
|
|
3284
|
-
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3285
|
-
export {
|
|
3286
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. */
|
|
3287
|
-
default as ChevronUpCircleIcon
|
|
3288
|
-
} from '../icons/circle-chevron-up';
|
|
3289
3289
|
// CircleChevronRight aliases
|
|
3290
3290
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3291
3291
|
export {
|
|
3292
3292
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. */
|
|
3293
3293
|
default as ChevronRightCircleIcon
|
|
3294
3294
|
} from '../icons/circle-chevron-right';
|
|
3295
|
+
// CircleChevronUp aliases
|
|
3296
|
+
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3297
|
+
export {
|
|
3298
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. */
|
|
3299
|
+
default as ChevronUpCircleIcon
|
|
3300
|
+
} from '../icons/circle-chevron-up';
|
|
3295
3301
|
// CircleDivide aliases
|
|
3296
3302
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3297
3303
|
export {
|
|
@@ -3304,12 +3310,6 @@ export {
|
|
|
3304
3310
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
|
|
3305
3311
|
default as GaugeCircleIcon
|
|
3306
3312
|
} from '../icons/circle-gauge';
|
|
3307
|
-
// CircleMinus aliases
|
|
3308
|
-
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3309
|
-
export {
|
|
3310
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
|
|
3311
|
-
default as MinusCircleIcon
|
|
3312
|
-
} from '../icons/circle-minus';
|
|
3313
3313
|
// CircleParkingOff aliases
|
|
3314
3314
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3315
3315
|
export {
|
|
@@ -3322,6 +3322,12 @@ export {
|
|
|
3322
3322
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. */
|
|
3323
3323
|
default as ParkingCircleIcon
|
|
3324
3324
|
} from '../icons/circle-parking';
|
|
3325
|
+
// CircleMinus aliases
|
|
3326
|
+
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3327
|
+
export {
|
|
3328
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
|
|
3329
|
+
default as MinusCircleIcon
|
|
3330
|
+
} from '../icons/circle-minus';
|
|
3325
3331
|
// CirclePause aliases
|
|
3326
3332
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3327
3333
|
export {
|
|
@@ -3346,18 +3352,6 @@ export {
|
|
|
3346
3352
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
3347
3353
|
default as PlusCircleIcon
|
|
3348
3354
|
} from '../icons/circle-plus';
|
|
3349
|
-
// CirclePower aliases
|
|
3350
|
-
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3351
|
-
export {
|
|
3352
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. */
|
|
3353
|
-
default as PowerCircleIcon
|
|
3354
|
-
} from '../icons/circle-power';
|
|
3355
|
-
// CircleSlash2 aliases
|
|
3356
|
-
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3357
|
-
export {
|
|
3358
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. */
|
|
3359
|
-
default as CircleSlashedIcon
|
|
3360
|
-
} from '../icons/circle-slash-2';
|
|
3361
3355
|
// CircleQuestionMark aliases
|
|
3362
3356
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3363
3357
|
export {
|
|
@@ -3368,18 +3362,30 @@ export {
|
|
|
3368
3362
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. */
|
|
3369
3363
|
default as CircleHelpIcon
|
|
3370
3364
|
} from '../icons/circle-question-mark';
|
|
3371
|
-
//
|
|
3372
|
-
export { default as
|
|
3365
|
+
// CircleSlash2 aliases
|
|
3366
|
+
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3373
3367
|
export {
|
|
3374
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3375
|
-
default as
|
|
3376
|
-
} from '../icons/circle-
|
|
3368
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. */
|
|
3369
|
+
default as CircleSlashedIcon
|
|
3370
|
+
} from '../icons/circle-slash-2';
|
|
3371
|
+
// CirclePower aliases
|
|
3372
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3373
|
+
export {
|
|
3374
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. */
|
|
3375
|
+
default as PowerCircleIcon
|
|
3376
|
+
} from '../icons/circle-power';
|
|
3377
3377
|
// CircleUserRound aliases
|
|
3378
3378
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3379
3379
|
export {
|
|
3380
3380
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
|
|
3381
3381
|
default as UserCircle2Icon
|
|
3382
3382
|
} from '../icons/circle-user-round';
|
|
3383
|
+
// CircleStop aliases
|
|
3384
|
+
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3385
|
+
export {
|
|
3386
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. */
|
|
3387
|
+
default as StopCircleIcon
|
|
3388
|
+
} from '../icons/circle-stop';
|
|
3383
3389
|
// CircleUser aliases
|
|
3384
3390
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3385
3391
|
export {
|
|
@@ -3404,18 +3410,18 @@ export {
|
|
|
3404
3410
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. */
|
|
3405
3411
|
default as ClipboardEditIcon
|
|
3406
3412
|
} from '../icons/clipboard-pen';
|
|
3407
|
-
// CloudUpload aliases
|
|
3408
|
-
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3409
|
-
export {
|
|
3410
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. */
|
|
3411
|
-
default as UploadCloudIcon
|
|
3412
|
-
} from '../icons/cloud-upload';
|
|
3413
3413
|
// CloudDownload aliases
|
|
3414
3414
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3415
3415
|
export {
|
|
3416
3416
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. */
|
|
3417
3417
|
default as DownloadCloudIcon
|
|
3418
3418
|
} from '../icons/cloud-download';
|
|
3419
|
+
// CloudUpload aliases
|
|
3420
|
+
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3421
|
+
export {
|
|
3422
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. */
|
|
3423
|
+
default as UploadCloudIcon
|
|
3424
|
+
} from '../icons/cloud-upload';
|
|
3419
3425
|
// CodeXml aliases
|
|
3420
3426
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3421
3427
|
export {
|
|
@@ -3462,60 +3468,60 @@ export {
|
|
|
3462
3468
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. */
|
|
3463
3469
|
default as Globe2Icon
|
|
3464
3470
|
} from '../icons/earth';
|
|
3465
|
-
// EllipsisVertical aliases
|
|
3466
|
-
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3467
|
-
export {
|
|
3468
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. */
|
|
3469
|
-
default as MoreVerticalIcon
|
|
3470
|
-
} from '../icons/ellipsis-vertical';
|
|
3471
|
-
// FileBadge aliases
|
|
3472
|
-
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3473
|
-
export {
|
|
3474
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. */
|
|
3475
|
-
default as FileBadge2Icon
|
|
3476
|
-
} from '../icons/file-badge';
|
|
3477
3471
|
// Ellipsis aliases
|
|
3478
3472
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3479
3473
|
export {
|
|
3480
3474
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. */
|
|
3481
3475
|
default as MoreHorizontalIcon
|
|
3482
3476
|
} from '../icons/ellipsis';
|
|
3477
|
+
// EllipsisVertical aliases
|
|
3478
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3479
|
+
export {
|
|
3480
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. */
|
|
3481
|
+
default as MoreVerticalIcon
|
|
3482
|
+
} from '../icons/ellipsis-vertical';
|
|
3483
3483
|
// FileAxis3d aliases
|
|
3484
3484
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3485
3485
|
export {
|
|
3486
3486
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
3487
3487
|
default as FileAxis3DIcon
|
|
3488
3488
|
} from '../icons/file-axis-3d';
|
|
3489
|
-
//
|
|
3490
|
-
export { default as
|
|
3489
|
+
// FileBadge aliases
|
|
3490
|
+
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3491
3491
|
export {
|
|
3492
|
-
/** @deprecated The
|
|
3493
|
-
default as
|
|
3494
|
-
} from '../icons/file-
|
|
3492
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. */
|
|
3493
|
+
default as FileBadge2Icon
|
|
3494
|
+
} from '../icons/file-badge';
|
|
3495
3495
|
// FileBracesCorner aliases
|
|
3496
3496
|
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3497
3497
|
export {
|
|
3498
3498
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. */
|
|
3499
3499
|
default as FileJson2Icon
|
|
3500
3500
|
} from '../icons/file-braces-corner';
|
|
3501
|
+
// FileBraces aliases
|
|
3502
|
+
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3503
|
+
export {
|
|
3504
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. */
|
|
3505
|
+
default as FileJsonIcon
|
|
3506
|
+
} from '../icons/file-braces';
|
|
3501
3507
|
// FileChartColumnIncreasing aliases
|
|
3502
3508
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3503
3509
|
export {
|
|
3504
3510
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. */
|
|
3505
3511
|
default as FileBarChartIcon
|
|
3506
3512
|
} from '../icons/file-chart-column-increasing';
|
|
3507
|
-
// FileChartLine aliases
|
|
3508
|
-
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3509
|
-
export {
|
|
3510
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. */
|
|
3511
|
-
default as FileLineChartIcon
|
|
3512
|
-
} from '../icons/file-chart-line';
|
|
3513
3513
|
// FileChartColumn aliases
|
|
3514
3514
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3515
3515
|
export {
|
|
3516
3516
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
|
|
3517
3517
|
default as FileBarChart2Icon
|
|
3518
3518
|
} from '../icons/file-chart-column';
|
|
3519
|
+
// FileChartLine aliases
|
|
3520
|
+
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3521
|
+
export {
|
|
3522
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. */
|
|
3523
|
+
default as FileLineChartIcon
|
|
3524
|
+
} from '../icons/file-chart-line';
|
|
3519
3525
|
// FileChartPie aliases
|
|
3520
3526
|
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3521
3527
|
export {
|
|
@@ -3534,18 +3540,18 @@ export {
|
|
|
3534
3540
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. */
|
|
3535
3541
|
default as FileCode2Icon
|
|
3536
3542
|
} from '../icons/file-code-corner';
|
|
3537
|
-
// FileCog aliases
|
|
3538
|
-
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3539
|
-
export {
|
|
3540
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
|
|
3541
|
-
default as FileCog2Icon
|
|
3542
|
-
} from '../icons/file-cog';
|
|
3543
3543
|
// FileExclamationPoint aliases
|
|
3544
3544
|
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3545
3545
|
export {
|
|
3546
3546
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. */
|
|
3547
3547
|
default as FileWarningIcon
|
|
3548
3548
|
} from '../icons/file-exclamation-point';
|
|
3549
|
+
// FileCog aliases
|
|
3550
|
+
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3551
|
+
export {
|
|
3552
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
|
|
3553
|
+
default as FileCog2Icon
|
|
3554
|
+
} from '../icons/file-cog';
|
|
3549
3555
|
// FileHeadphone aliases
|
|
3550
3556
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3551
3557
|
export {
|
|
@@ -3562,18 +3568,18 @@ export {
|
|
|
3562
3568
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
|
|
3563
3569
|
default as FileKey2Icon
|
|
3564
3570
|
} from '../icons/file-key';
|
|
3565
|
-
// FileMinusCorner aliases
|
|
3566
|
-
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3567
|
-
export {
|
|
3568
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
3569
|
-
default as FileMinus2Icon
|
|
3570
|
-
} from '../icons/file-minus-corner';
|
|
3571
3571
|
// FileLock aliases
|
|
3572
3572
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3573
3573
|
export {
|
|
3574
3574
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
3575
3575
|
default as FileLock2Icon
|
|
3576
3576
|
} from '../icons/file-lock';
|
|
3577
|
+
// FileMinusCorner aliases
|
|
3578
|
+
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3579
|
+
export {
|
|
3580
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
3581
|
+
default as FileMinus2Icon
|
|
3582
|
+
} from '../icons/file-minus-corner';
|
|
3577
3583
|
// FilePenLine aliases
|
|
3578
3584
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3579
3585
|
export {
|
|
@@ -3616,18 +3622,18 @@ export {
|
|
|
3616
3622
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
|
|
3617
3623
|
default as FileVolume2Icon
|
|
3618
3624
|
} from '../icons/file-signal';
|
|
3619
|
-
// FileTypeCorner aliases
|
|
3620
|
-
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3621
|
-
export {
|
|
3622
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
|
|
3623
|
-
default as FileType2Icon
|
|
3624
|
-
} from '../icons/file-type-corner';
|
|
3625
3625
|
// FileVideoCamera aliases
|
|
3626
3626
|
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3627
3627
|
export {
|
|
3628
3628
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
|
|
3629
3629
|
default as FileVideo2Icon
|
|
3630
3630
|
} from '../icons/file-video-camera';
|
|
3631
|
+
// FileTypeCorner aliases
|
|
3632
|
+
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3633
|
+
export {
|
|
3634
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
|
|
3635
|
+
default as FileType2Icon
|
|
3636
|
+
} from '../icons/file-type-corner';
|
|
3631
3637
|
// FileXCorner aliases
|
|
3632
3638
|
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3633
3639
|
export {
|
|
@@ -3652,18 +3658,18 @@ export {
|
|
|
3652
3658
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. */
|
|
3653
3659
|
default as FolderEditIcon
|
|
3654
3660
|
} from '../icons/folder-pen';
|
|
3655
|
-
// FunnelX aliases
|
|
3656
|
-
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3657
|
-
export {
|
|
3658
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
|
|
3659
|
-
default as FilterXIcon
|
|
3660
|
-
} from '../icons/funnel-x';
|
|
3661
3661
|
// Funnel aliases
|
|
3662
3662
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3663
3663
|
export {
|
|
3664
3664
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
|
|
3665
3665
|
default as FilterIcon
|
|
3666
3666
|
} from '../icons/funnel';
|
|
3667
|
+
// FunnelX aliases
|
|
3668
|
+
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3669
|
+
export {
|
|
3670
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
|
|
3671
|
+
default as FilterXIcon
|
|
3672
|
+
} from '../icons/funnel-x';
|
|
3667
3673
|
// GitCommitHorizontal aliases
|
|
3668
3674
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3669
3675
|
export {
|
|
@@ -3694,12 +3700,6 @@ export {
|
|
|
3694
3700
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
|
|
3695
3701
|
default as Grid2X2Icon
|
|
3696
3702
|
} from '../icons/grid-2x2';
|
|
3697
|
-
// HandGrab aliases
|
|
3698
|
-
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3699
|
-
export {
|
|
3700
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
3701
|
-
default as GrabIcon
|
|
3702
|
-
} from '../icons/hand-grab';
|
|
3703
3703
|
// Grid3x3 aliases
|
|
3704
3704
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3705
3705
|
export {
|
|
@@ -3710,6 +3710,12 @@ export {
|
|
|
3710
3710
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. */
|
|
3711
3711
|
default as Grid3X3Icon
|
|
3712
3712
|
} from '../icons/grid-3x3';
|
|
3713
|
+
// HandGrab aliases
|
|
3714
|
+
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3715
|
+
export {
|
|
3716
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
3717
|
+
default as GrabIcon
|
|
3718
|
+
} from '../icons/hand-grab';
|
|
3713
3719
|
// HandHelping aliases
|
|
3714
3720
|
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3715
3721
|
export {
|
|
@@ -3722,6 +3728,12 @@ export {
|
|
|
3722
3728
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
|
|
3723
3729
|
default as HomeIcon
|
|
3724
3730
|
} from '../icons/house';
|
|
3731
|
+
// IceCreamCone aliases
|
|
3732
|
+
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3733
|
+
export {
|
|
3734
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. */
|
|
3735
|
+
default as IceCreamIcon
|
|
3736
|
+
} from '../icons/ice-cream-cone';
|
|
3725
3737
|
// IceCreamBowl aliases
|
|
3726
3738
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3727
3739
|
export {
|
|
@@ -3734,12 +3746,12 @@ export {
|
|
|
3734
3746
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
|
|
3735
3747
|
default as Laptop2Icon
|
|
3736
3748
|
} from '../icons/laptop-minimal';
|
|
3737
|
-
//
|
|
3738
|
-
export { default as
|
|
3749
|
+
// Layers aliases
|
|
3750
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3739
3751
|
export {
|
|
3740
|
-
/** @deprecated The
|
|
3741
|
-
default as
|
|
3742
|
-
} from '../icons/
|
|
3752
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
|
|
3753
|
+
default as Layers3Icon
|
|
3754
|
+
} from '../icons/layers';
|
|
3743
3755
|
// ListIndentDecrease aliases
|
|
3744
3756
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3745
3757
|
export {
|
|
@@ -3760,24 +3772,18 @@ export {
|
|
|
3760
3772
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
|
|
3761
3773
|
default as IndentIncreaseIcon
|
|
3762
3774
|
} from '../icons/list-indent-increase';
|
|
3763
|
-
//
|
|
3764
|
-
export { default as
|
|
3775
|
+
// LockOpen aliases
|
|
3776
|
+
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3765
3777
|
export {
|
|
3766
|
-
/** @deprecated The icon was
|
|
3767
|
-
default as
|
|
3768
|
-
} from '../icons/
|
|
3778
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. */
|
|
3779
|
+
default as UnlockIcon
|
|
3780
|
+
} from '../icons/lock-open';
|
|
3769
3781
|
// LockKeyholeOpen aliases
|
|
3770
3782
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3771
3783
|
export {
|
|
3772
3784
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. */
|
|
3773
3785
|
default as UnlockKeyholeIcon
|
|
3774
3786
|
} from '../icons/lock-keyhole-open';
|
|
3775
|
-
// LockOpen aliases
|
|
3776
|
-
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3777
|
-
export {
|
|
3778
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. */
|
|
3779
|
-
default as UnlockIcon
|
|
3780
|
-
} from '../icons/lock-open';
|
|
3781
3787
|
// LoaderCircle aliases
|
|
3782
3788
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3783
3789
|
export {
|
|
@@ -3802,12 +3808,6 @@ export {
|
|
|
3802
3808
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. */
|
|
3803
3809
|
default as MessageCircleQuestionIcon
|
|
3804
3810
|
} from '../icons/message-circle-question-mark';
|
|
3805
|
-
// MicVocal aliases
|
|
3806
|
-
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3807
|
-
export {
|
|
3808
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. */
|
|
3809
|
-
default as Mic2Icon
|
|
3810
|
-
} from '../icons/mic-vocal';
|
|
3811
3811
|
// Move3d aliases
|
|
3812
3812
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3813
3813
|
export {
|
|
@@ -3820,12 +3820,12 @@ export {
|
|
|
3820
3820
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
|
|
3821
3821
|
default as AlertOctagonIcon
|
|
3822
3822
|
} from '../icons/octagon-alert';
|
|
3823
|
-
//
|
|
3824
|
-
export { default as
|
|
3823
|
+
// MicVocal aliases
|
|
3824
|
+
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3825
3825
|
export {
|
|
3826
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3827
|
-
default as
|
|
3828
|
-
} from '../icons/
|
|
3826
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. */
|
|
3827
|
+
default as Mic2Icon
|
|
3828
|
+
} from '../icons/mic-vocal';
|
|
3829
3829
|
// OctagonPause aliases
|
|
3830
3830
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3831
3831
|
export {
|
|
@@ -3838,36 +3838,42 @@ export {
|
|
|
3838
3838
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. */
|
|
3839
3839
|
default as Paintbrush2Icon
|
|
3840
3840
|
} from '../icons/paintbrush-vertical';
|
|
3841
|
+
// OctagonX aliases
|
|
3842
|
+
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3843
|
+
export {
|
|
3844
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. */
|
|
3845
|
+
default as XOctagonIcon
|
|
3846
|
+
} from '../icons/octagon-x';
|
|
3841
3847
|
// PanelBottomDashed aliases
|
|
3842
3848
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3843
3849
|
export {
|
|
3844
3850
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
|
|
3845
3851
|
default as PanelBottomInactiveIcon
|
|
3846
3852
|
} from '../icons/panel-bottom-dashed';
|
|
3847
|
-
// PanelLeftClose aliases
|
|
3848
|
-
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3849
|
-
export {
|
|
3850
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
3851
|
-
default as SidebarCloseIcon
|
|
3852
|
-
} from '../icons/panel-left-close';
|
|
3853
3853
|
// PanelLeftDashed aliases
|
|
3854
3854
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3855
3855
|
export {
|
|
3856
3856
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. */
|
|
3857
3857
|
default as PanelLeftInactiveIcon
|
|
3858
3858
|
} from '../icons/panel-left-dashed';
|
|
3859
|
-
//
|
|
3860
|
-
export { default as
|
|
3859
|
+
// PanelLeftClose aliases
|
|
3860
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3861
3861
|
export {
|
|
3862
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3863
|
-
default as
|
|
3864
|
-
} from '../icons/panel-left';
|
|
3862
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
3863
|
+
default as SidebarCloseIcon
|
|
3864
|
+
} from '../icons/panel-left-close';
|
|
3865
3865
|
// PanelLeftOpen aliases
|
|
3866
3866
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3867
3867
|
export {
|
|
3868
3868
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
|
|
3869
3869
|
default as SidebarOpenIcon
|
|
3870
3870
|
} from '../icons/panel-left-open';
|
|
3871
|
+
// PanelLeft aliases
|
|
3872
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3873
|
+
export {
|
|
3874
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
3875
|
+
default as SidebarIcon
|
|
3876
|
+
} from '../icons/panel-left';
|
|
3871
3877
|
// PanelRightDashed aliases
|
|
3872
3878
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3873
3879
|
export {
|
|
@@ -3892,36 +3898,36 @@ export {
|
|
|
3892
3898
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. */
|
|
3893
3899
|
default as Edit3Icon
|
|
3894
3900
|
} from '../icons/pen-line';
|
|
3895
|
-
//
|
|
3896
|
-
export { default as
|
|
3901
|
+
// PlugZap aliases
|
|
3902
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3897
3903
|
export {
|
|
3898
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3899
|
-
default as
|
|
3900
|
-
} from '../icons/
|
|
3904
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. */
|
|
3905
|
+
default as PlugZap2Icon
|
|
3906
|
+
} from '../icons/plug-zap';
|
|
3901
3907
|
// RectangleEllipsis aliases
|
|
3902
3908
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3903
3909
|
export {
|
|
3904
3910
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. */
|
|
3905
3911
|
default as FormInputIcon
|
|
3906
3912
|
} from '../icons/rectangle-ellipsis';
|
|
3907
|
-
//
|
|
3908
|
-
export { default as
|
|
3913
|
+
// Rows2 aliases
|
|
3914
|
+
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3909
3915
|
export {
|
|
3910
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3911
|
-
default as
|
|
3912
|
-
} from '../icons/
|
|
3916
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
|
|
3917
|
+
default as RowsIcon
|
|
3918
|
+
} from '../icons/rows-2';
|
|
3919
|
+
// Pen aliases
|
|
3920
|
+
export { default as PenIcon } from '../icons/pen';
|
|
3921
|
+
export {
|
|
3922
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. */
|
|
3923
|
+
default as Edit2Icon
|
|
3924
|
+
} from '../icons/pen';
|
|
3913
3925
|
// Rotate3d aliases
|
|
3914
3926
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3915
3927
|
export {
|
|
3916
3928
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
|
|
3917
3929
|
default as Rotate3DIcon
|
|
3918
3930
|
} from '../icons/rotate-3d';
|
|
3919
|
-
// Rows2 aliases
|
|
3920
|
-
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3921
|
-
export {
|
|
3922
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
|
|
3923
|
-
default as RowsIcon
|
|
3924
|
-
} from '../icons/rows-2';
|
|
3925
3931
|
// Rows3 aliases
|
|
3926
3932
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3927
3933
|
export {
|
|
@@ -3934,24 +3940,24 @@ export {
|
|
|
3934
3940
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. */
|
|
3935
3941
|
default as Scale3DIcon
|
|
3936
3942
|
} from '../icons/scale-3d';
|
|
3937
|
-
//
|
|
3938
|
-
export { default as
|
|
3943
|
+
// ShieldX aliases
|
|
3944
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3939
3945
|
export {
|
|
3940
|
-
/** @deprecated
|
|
3941
|
-
default as
|
|
3942
|
-
} from '../icons/
|
|
3946
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
3947
|
+
default as ShieldCloseIcon
|
|
3948
|
+
} from '../icons/shield-x';
|
|
3943
3949
|
// ShieldQuestionMark aliases
|
|
3944
3950
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3945
3951
|
export {
|
|
3946
3952
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
|
|
3947
3953
|
default as ShieldQuestionIcon
|
|
3948
3954
|
} from '../icons/shield-question-mark';
|
|
3949
|
-
//
|
|
3950
|
-
export { default as
|
|
3955
|
+
// SendHorizontal aliases
|
|
3956
|
+
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3951
3957
|
export {
|
|
3952
|
-
/** @deprecated
|
|
3953
|
-
default as
|
|
3954
|
-
} from '../icons/
|
|
3958
|
+
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. */
|
|
3959
|
+
default as SendHorizonalIcon
|
|
3960
|
+
} from '../icons/send-horizontal';
|
|
3955
3961
|
// SlidersVertical aliases
|
|
3956
3962
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3957
3963
|
export {
|
|
@@ -3976,30 +3982,36 @@ export {
|
|
|
3976
3982
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. */
|
|
3977
3983
|
default as ArrowDownLeftSquareIcon
|
|
3978
3984
|
} from '../icons/square-arrow-down-left';
|
|
3985
|
+
// SquareArrowDown aliases
|
|
3986
|
+
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3987
|
+
export {
|
|
3988
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. */
|
|
3989
|
+
default as ArrowDownSquareIcon
|
|
3990
|
+
} from '../icons/square-arrow-down';
|
|
3979
3991
|
// SquareArrowDownRight aliases
|
|
3980
3992
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3981
3993
|
export {
|
|
3982
3994
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. */
|
|
3983
3995
|
default as ArrowDownRightSquareIcon
|
|
3984
3996
|
} from '../icons/square-arrow-down-right';
|
|
3985
|
-
//
|
|
3986
|
-
export { default as
|
|
3997
|
+
// SquareArrowLeft aliases
|
|
3998
|
+
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3987
3999
|
export {
|
|
3988
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3989
|
-
default as
|
|
3990
|
-
} from '../icons/square-arrow-
|
|
4000
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
|
|
4001
|
+
default as ArrowLeftSquareIcon
|
|
4002
|
+
} from '../icons/square-arrow-left';
|
|
3991
4003
|
// SquareArrowOutDownLeft aliases
|
|
3992
4004
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3993
4005
|
export {
|
|
3994
4006
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
|
|
3995
4007
|
default as ArrowDownLeftFromSquareIcon
|
|
3996
4008
|
} from '../icons/square-arrow-out-down-left';
|
|
3997
|
-
//
|
|
3998
|
-
export { default as
|
|
4009
|
+
// SquareArrowOutUpRight aliases
|
|
4010
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3999
4011
|
export {
|
|
4000
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4001
|
-
default as
|
|
4002
|
-
} from '../icons/square-arrow-
|
|
4012
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
|
|
4013
|
+
default as ArrowUpRightFromSquareIcon
|
|
4014
|
+
} from '../icons/square-arrow-out-up-right';
|
|
4003
4015
|
// SquareArrowOutDownRight aliases
|
|
4004
4016
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
4005
4017
|
export {
|
|
@@ -4012,24 +4024,18 @@ export {
|
|
|
4012
4024
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
|
|
4013
4025
|
default as ArrowUpLeftFromSquareIcon
|
|
4014
4026
|
} from '../icons/square-arrow-out-up-left';
|
|
4015
|
-
//
|
|
4016
|
-
export { default as
|
|
4027
|
+
// SquareArrowRight aliases
|
|
4028
|
+
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
4017
4029
|
export {
|
|
4018
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4019
|
-
default as
|
|
4020
|
-
} from '../icons/square-arrow-
|
|
4030
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
4031
|
+
default as ArrowRightSquareIcon
|
|
4032
|
+
} from '../icons/square-arrow-right';
|
|
4021
4033
|
// SquareArrowUpLeft aliases
|
|
4022
4034
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
4023
4035
|
export {
|
|
4024
4036
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
4025
4037
|
default as ArrowUpLeftSquareIcon
|
|
4026
4038
|
} from '../icons/square-arrow-up-left';
|
|
4027
|
-
// SquareArrowRight aliases
|
|
4028
|
-
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
4029
|
-
export {
|
|
4030
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
4031
|
-
default as ArrowRightSquareIcon
|
|
4032
|
-
} from '../icons/square-arrow-right';
|
|
4033
4039
|
// SquareArrowUpRight aliases
|
|
4034
4040
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
4035
4041
|
export {
|
|
@@ -4042,30 +4048,24 @@ export {
|
|
|
4042
4048
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
|
|
4043
4049
|
default as ArrowUpSquareIcon
|
|
4044
4050
|
} from '../icons/square-arrow-up';
|
|
4045
|
-
// SquareAsterisk aliases
|
|
4046
|
-
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
4047
|
-
export {
|
|
4048
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. */
|
|
4049
|
-
default as AsteriskSquareIcon
|
|
4050
|
-
} from '../icons/square-asterisk';
|
|
4051
4051
|
// SquareBottomDashedScissors aliases
|
|
4052
4052
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
4053
4053
|
export {
|
|
4054
4054
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. */
|
|
4055
4055
|
default as ScissorsSquareDashedBottomIcon
|
|
4056
4056
|
} from '../icons/square-bottom-dashed-scissors';
|
|
4057
|
+
// SquareAsterisk aliases
|
|
4058
|
+
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
4059
|
+
export {
|
|
4060
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. */
|
|
4061
|
+
default as AsteriskSquareIcon
|
|
4062
|
+
} from '../icons/square-asterisk';
|
|
4057
4063
|
// SquareCenterlineDashedHorizontal aliases
|
|
4058
4064
|
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
4059
4065
|
export {
|
|
4060
4066
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. */
|
|
4061
4067
|
default as FlipHorizontalIcon
|
|
4062
4068
|
} from '../icons/square-centerline-dashed-horizontal';
|
|
4063
|
-
// SquareCenterlineDashedVertical aliases
|
|
4064
|
-
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
4065
|
-
export {
|
|
4066
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
|
|
4067
|
-
default as FlipVerticalIcon
|
|
4068
|
-
} from '../icons/square-centerline-dashed-vertical';
|
|
4069
4069
|
// SquareChartGantt aliases
|
|
4070
4070
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
4071
4071
|
export {
|
|
@@ -4076,6 +4076,12 @@ export {
|
|
|
4076
4076
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
4077
4077
|
default as SquareGanttChartIcon
|
|
4078
4078
|
} from '../icons/square-chart-gantt';
|
|
4079
|
+
// SquareCenterlineDashedVertical aliases
|
|
4080
|
+
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
4081
|
+
export {
|
|
4082
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
|
|
4083
|
+
default as FlipVerticalIcon
|
|
4084
|
+
} from '../icons/square-centerline-dashed-vertical';
|
|
4079
4085
|
// SquareCheckBig aliases
|
|
4080
4086
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4081
4087
|
export {
|
|
@@ -4094,42 +4100,36 @@ export {
|
|
|
4094
4100
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
4095
4101
|
default as ChevronDownSquareIcon
|
|
4096
4102
|
} from '../icons/square-chevron-down';
|
|
4097
|
-
// SquareChevronLeft aliases
|
|
4098
|
-
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4099
|
-
export {
|
|
4100
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
|
|
4101
|
-
default as ChevronLeftSquareIcon
|
|
4102
|
-
} from '../icons/square-chevron-left';
|
|
4103
4103
|
// SquareChevronRight aliases
|
|
4104
4104
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4105
4105
|
export {
|
|
4106
4106
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
|
|
4107
4107
|
default as ChevronRightSquareIcon
|
|
4108
4108
|
} from '../icons/square-chevron-right';
|
|
4109
|
+
// SquareChevronLeft aliases
|
|
4110
|
+
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4111
|
+
export {
|
|
4112
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
|
|
4113
|
+
default as ChevronLeftSquareIcon
|
|
4114
|
+
} from '../icons/square-chevron-left';
|
|
4109
4115
|
// SquareChevronUp aliases
|
|
4110
4116
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4111
4117
|
export {
|
|
4112
4118
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
|
|
4113
4119
|
default as ChevronUpSquareIcon
|
|
4114
4120
|
} from '../icons/square-chevron-up';
|
|
4115
|
-
// SquareDashedKanban aliases
|
|
4116
|
-
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4117
|
-
export {
|
|
4118
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
|
|
4119
|
-
default as KanbanSquareDashedIcon
|
|
4120
|
-
} from '../icons/square-dashed-kanban';
|
|
4121
4121
|
// SquareCode aliases
|
|
4122
4122
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4123
4123
|
export {
|
|
4124
4124
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
|
|
4125
4125
|
default as CodeSquareIcon
|
|
4126
4126
|
} from '../icons/square-code';
|
|
4127
|
-
//
|
|
4128
|
-
export { default as
|
|
4127
|
+
// SquareDashedKanban aliases
|
|
4128
|
+
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4129
4129
|
export {
|
|
4130
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4131
|
-
default as
|
|
4132
|
-
} from '../icons/square-dashed-
|
|
4130
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
|
|
4131
|
+
default as KanbanSquareDashedIcon
|
|
4132
|
+
} from '../icons/square-dashed-kanban';
|
|
4133
4133
|
// SquareDashedText aliases
|
|
4134
4134
|
export { default as SquareDashedTextIcon } from '../icons/square-dashed-text';
|
|
4135
4135
|
export {
|
|
@@ -4140,18 +4140,24 @@ export {
|
|
|
4140
4140
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. */
|
|
4141
4141
|
default as TextSelectIcon
|
|
4142
4142
|
} from '../icons/square-dashed-text';
|
|
4143
|
-
//
|
|
4144
|
-
export { default as
|
|
4143
|
+
// SquareDashedMousePointer aliases
|
|
4144
|
+
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4145
4145
|
export {
|
|
4146
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4147
|
-
default as
|
|
4148
|
-
} from '../icons/square-
|
|
4146
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. */
|
|
4147
|
+
default as MousePointerSquareDashedIcon
|
|
4148
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
4149
4149
|
// SquareDashed aliases
|
|
4150
4150
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4151
4151
|
export {
|
|
4152
4152
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
|
|
4153
4153
|
default as BoxSelectIcon
|
|
4154
4154
|
} from '../icons/square-dashed';
|
|
4155
|
+
// SquareDivide aliases
|
|
4156
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4157
|
+
export {
|
|
4158
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
|
|
4159
|
+
default as DivideSquareIcon
|
|
4160
|
+
} from '../icons/square-divide';
|
|
4155
4161
|
// SquareDot aliases
|
|
4156
4162
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4157
4163
|
export {
|
|
@@ -4194,36 +4200,30 @@ export {
|
|
|
4194
4200
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. */
|
|
4195
4201
|
default as MinusSquareIcon
|
|
4196
4202
|
} from '../icons/square-minus';
|
|
4197
|
-
// SquareMousePointer aliases
|
|
4198
|
-
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4199
|
-
export {
|
|
4200
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. */
|
|
4201
|
-
default as InspectIcon
|
|
4202
|
-
} from '../icons/square-mouse-pointer';
|
|
4203
4203
|
// SquareMenu aliases
|
|
4204
4204
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4205
4205
|
export {
|
|
4206
4206
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
|
|
4207
4207
|
default as MenuSquareIcon
|
|
4208
4208
|
} from '../icons/square-menu';
|
|
4209
|
-
//
|
|
4210
|
-
export { default as
|
|
4209
|
+
// SquareMousePointer aliases
|
|
4210
|
+
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4211
4211
|
export {
|
|
4212
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4213
|
-
default as
|
|
4214
|
-
} from '../icons/square-
|
|
4212
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. */
|
|
4213
|
+
default as InspectIcon
|
|
4214
|
+
} from '../icons/square-mouse-pointer';
|
|
4215
4215
|
// SquareParking aliases
|
|
4216
4216
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4217
4217
|
export {
|
|
4218
4218
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
|
|
4219
4219
|
default as ParkingSquareIcon
|
|
4220
4220
|
} from '../icons/square-parking';
|
|
4221
|
-
//
|
|
4222
|
-
export { default as
|
|
4221
|
+
// SquareParkingOff aliases
|
|
4222
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4223
4223
|
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-
|
|
4224
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
4225
|
+
default as ParkingSquareOffIcon
|
|
4226
|
+
} from '../icons/square-parking-off';
|
|
4227
4227
|
// SquarePen aliases
|
|
4228
4228
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4229
4229
|
export {
|
|
@@ -4238,6 +4238,12 @@ export {
|
|
|
4238
4238
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
|
|
4239
4239
|
default as PenSquareIcon
|
|
4240
4240
|
} from '../icons/square-pen';
|
|
4241
|
+
// SquarePercent aliases
|
|
4242
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4243
|
+
export {
|
|
4244
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. */
|
|
4245
|
+
default as PercentSquareIcon
|
|
4246
|
+
} from '../icons/square-percent';
|
|
4241
4247
|
// SquarePi aliases
|
|
4242
4248
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4243
4249
|
export {
|
|
@@ -4274,18 +4280,24 @@ export {
|
|
|
4274
4280
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
|
|
4275
4281
|
default as ScissorsSquareIcon
|
|
4276
4282
|
} from '../icons/square-scissors';
|
|
4283
|
+
// SquareSlash aliases
|
|
4284
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4285
|
+
export {
|
|
4286
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
|
|
4287
|
+
default as SlashSquareIcon
|
|
4288
|
+
} from '../icons/square-slash';
|
|
4277
4289
|
// SquareSigma aliases
|
|
4278
4290
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4279
4291
|
export {
|
|
4280
4292
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
|
|
4281
4293
|
default as SigmaSquareIcon
|
|
4282
4294
|
} from '../icons/square-sigma';
|
|
4283
|
-
//
|
|
4284
|
-
export { default as
|
|
4295
|
+
// SquareTerminal aliases
|
|
4296
|
+
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4285
4297
|
export {
|
|
4286
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4287
|
-
default as
|
|
4288
|
-
} from '../icons/square-
|
|
4298
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. */
|
|
4299
|
+
default as TerminalSquareIcon
|
|
4300
|
+
} from '../icons/square-terminal';
|
|
4289
4301
|
// SquareSplitVertical aliases
|
|
4290
4302
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4291
4303
|
export {
|
|
@@ -4298,36 +4310,30 @@ export {
|
|
|
4298
4310
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
4299
4311
|
default as SplitSquareHorizontalIcon
|
|
4300
4312
|
} from '../icons/square-split-horizontal';
|
|
4301
|
-
//
|
|
4302
|
-
export { default as
|
|
4313
|
+
// SquareUser aliases
|
|
4314
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4303
4315
|
export {
|
|
4304
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4305
|
-
default as
|
|
4306
|
-
} from '../icons/square-
|
|
4316
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4317
|
+
default as UserSquareIcon
|
|
4318
|
+
} from '../icons/square-user';
|
|
4307
4319
|
// SquareUserRound aliases
|
|
4308
4320
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4309
4321
|
export {
|
|
4310
4322
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. */
|
|
4311
4323
|
default as UserSquare2Icon
|
|
4312
4324
|
} from '../icons/square-user-round';
|
|
4313
|
-
//
|
|
4314
|
-
export { default as
|
|
4325
|
+
// SquareX aliases
|
|
4326
|
+
export { default as SquareXIcon } from '../icons/square-x';
|
|
4315
4327
|
export {
|
|
4316
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4317
|
-
default as
|
|
4318
|
-
} from '../icons/square-
|
|
4328
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. */
|
|
4329
|
+
default as XSquareIcon
|
|
4330
|
+
} from '../icons/square-x';
|
|
4319
4331
|
// TestTubeDiagonal aliases
|
|
4320
4332
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4321
4333
|
export {
|
|
4322
4334
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. */
|
|
4323
4335
|
default as TestTube2Icon
|
|
4324
4336
|
} from '../icons/test-tube-diagonal';
|
|
4325
|
-
// SquareX aliases
|
|
4326
|
-
export { default as SquareXIcon } from '../icons/square-x';
|
|
4327
|
-
export {
|
|
4328
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. */
|
|
4329
|
-
default as XSquareIcon
|
|
4330
|
-
} from '../icons/square-x';
|
|
4331
4337
|
// TextAlignCenter aliases
|
|
4332
4338
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4333
4339
|
export {
|
|
@@ -4340,18 +4346,24 @@ export {
|
|
|
4340
4346
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
|
|
4341
4347
|
default as AlignRightIcon
|
|
4342
4348
|
} from '../icons/text-align-end';
|
|
4349
|
+
// TextAlignJustify aliases
|
|
4350
|
+
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4351
|
+
export {
|
|
4352
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
|
|
4353
|
+
default as AlignJustifyIcon
|
|
4354
|
+
} from '../icons/text-align-justify';
|
|
4343
4355
|
// TextInitial aliases
|
|
4344
4356
|
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4345
4357
|
export {
|
|
4346
4358
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
4347
4359
|
default as LetterTextIcon
|
|
4348
4360
|
} from '../icons/text-initial';
|
|
4349
|
-
//
|
|
4350
|
-
export { default as
|
|
4361
|
+
// TramFront aliases
|
|
4362
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4351
4363
|
export {
|
|
4352
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4353
|
-
default as
|
|
4354
|
-
} from '../icons/
|
|
4364
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
|
|
4365
|
+
default as TrainIcon
|
|
4366
|
+
} from '../icons/tram-front';
|
|
4355
4367
|
// TextAlignStart aliases
|
|
4356
4368
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4357
4369
|
export {
|
|
@@ -4368,12 +4380,6 @@ export {
|
|
|
4368
4380
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
4369
4381
|
default as WrapTextIcon
|
|
4370
4382
|
} from '../icons/text-wrap';
|
|
4371
|
-
// TramFront aliases
|
|
4372
|
-
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4373
|
-
export {
|
|
4374
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
|
|
4375
|
-
default as TrainIcon
|
|
4376
|
-
} from '../icons/tram-front';
|
|
4377
4383
|
// TreePalm aliases
|
|
4378
4384
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4379
4385
|
export {
|
|
@@ -4398,18 +4404,18 @@ export {
|
|
|
4398
4404
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
|
|
4399
4405
|
default as School2Icon
|
|
4400
4406
|
} from '../icons/university';
|
|
4401
|
-
// UserRoundCog aliases
|
|
4402
|
-
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4403
|
-
export {
|
|
4404
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */
|
|
4405
|
-
default as UserCog2Icon
|
|
4406
|
-
} from '../icons/user-round-cog';
|
|
4407
4407
|
// UserRoundCheck aliases
|
|
4408
4408
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4409
4409
|
export {
|
|
4410
4410
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. */
|
|
4411
4411
|
default as UserCheck2Icon
|
|
4412
4412
|
} from '../icons/user-round-check';
|
|
4413
|
+
// UserRoundCog aliases
|
|
4414
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4415
|
+
export {
|
|
4416
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */
|
|
4417
|
+
default as UserCog2Icon
|
|
4418
|
+
} from '../icons/user-round-cog';
|
|
4413
4419
|
// UserRoundMinus aliases
|
|
4414
4420
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4415
4421
|
export {
|
|
@@ -4422,36 +4428,36 @@ export {
|
|
|
4422
4428
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. */
|
|
4423
4429
|
default as UserPlus2Icon
|
|
4424
4430
|
} from '../icons/user-round-plus';
|
|
4425
|
-
// UserRound aliases
|
|
4426
|
-
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4427
|
-
export {
|
|
4428
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
|
|
4429
|
-
default as User2Icon
|
|
4430
|
-
} from '../icons/user-round';
|
|
4431
4431
|
// UserRoundX aliases
|
|
4432
4432
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4433
4433
|
export {
|
|
4434
4434
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. */
|
|
4435
4435
|
default as UserX2Icon
|
|
4436
4436
|
} from '../icons/user-round-x';
|
|
4437
|
+
// UserRound aliases
|
|
4438
|
+
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4439
|
+
export {
|
|
4440
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
|
|
4441
|
+
default as User2Icon
|
|
4442
|
+
} from '../icons/user-round';
|
|
4437
4443
|
// UsersRound aliases
|
|
4438
4444
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4439
4445
|
export {
|
|
4440
4446
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
|
|
4441
4447
|
default as Users2Icon
|
|
4442
4448
|
} from '../icons/users-round';
|
|
4443
|
-
// Utensils aliases
|
|
4444
|
-
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4445
|
-
export {
|
|
4446
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|
|
4447
|
-
default as ForkKnifeIcon
|
|
4448
|
-
} from '../icons/utensils';
|
|
4449
4449
|
// UtensilsCrossed aliases
|
|
4450
4450
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4451
4451
|
export {
|
|
4452
4452
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
|
|
4453
4453
|
default as ForkKnifeCrossedIcon
|
|
4454
4454
|
} from '../icons/utensils-crossed';
|
|
4455
|
+
// Utensils aliases
|
|
4456
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4457
|
+
export {
|
|
4458
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|
|
4459
|
+
default as ForkKnifeIcon
|
|
4460
|
+
} from '../icons/utensils';
|
|
4455
4461
|
// WandSparkles aliases
|
|
4456
4462
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4457
4463
|
export {
|