@lucide/astro 0.558.0 → 0.560.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +46 -46
- package/src/aliases/prefixed.ts +482 -478
- package/src/aliases/suffixed.ts +963 -959
- package/src/icons/cannabis-off.ts +18 -0
- package/src/icons/fishing-hook.ts +18 -0
- package/src/icons/index.ts +115 -113
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
+
// AArrowUp aliases
|
|
2
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
1
3
|
// AArrowDown aliases
|
|
2
4
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
5
|
// ALargeSmall aliases
|
|
4
6
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
|
-
// AArrowUp aliases
|
|
6
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
7
7
|
// Accessibility aliases
|
|
8
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
|
-
// AirVent aliases
|
|
12
|
-
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
11
|
// Airplay aliases
|
|
14
12
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
|
-
//
|
|
16
|
-
export { default as
|
|
13
|
+
// AirVent aliases
|
|
14
|
+
export { default as AirVentIcon } from '../icons/air-vent';
|
|
17
15
|
// AlarmClockOff aliases
|
|
18
16
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
19
17
|
// AlarmSmoke aliases
|
|
20
18
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
19
|
+
// AlarmClock aliases
|
|
20
|
+
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
21
21
|
// Album aliases
|
|
22
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
23
|
// AlignCenterHorizontal aliases
|
|
@@ -26,24 +26,24 @@ export { default as AlignCenterHorizontalIcon } from '../icons/align-center-hori
|
|
|
26
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
27
|
// AlignEndHorizontal aliases
|
|
28
28
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
|
-
// AlignHorizontalDistributeCenter aliases
|
|
30
|
-
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
31
29
|
// AlignEndVertical aliases
|
|
32
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
|
+
// AlignHorizontalDistributeCenter aliases
|
|
32
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
33
|
// AlignHorizontalDistributeEnd aliases
|
|
34
34
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
35
|
// AlignHorizontalJustifyCenter aliases
|
|
36
36
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
37
37
|
// AlignHorizontalDistributeStart aliases
|
|
38
38
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
|
-
// AlignHorizontalJustifyStart aliases
|
|
40
|
-
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
41
39
|
// AlignHorizontalJustifyEnd aliases
|
|
42
40
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
|
-
//
|
|
44
|
-
export { default as
|
|
41
|
+
// AlignHorizontalJustifyStart aliases
|
|
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
|
+
// AlignHorizontalSpaceBetween aliases
|
|
46
|
+
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
47
47
|
// AlignStartHorizontal aliases
|
|
48
48
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
49
49
|
// AlignStartVertical aliases
|
|
@@ -56,22 +56,22 @@ export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertic
|
|
|
56
56
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
57
57
|
// AlignVerticalJustifyCenter aliases
|
|
58
58
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
|
+
// AlignVerticalJustifyEnd aliases
|
|
60
|
+
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
59
61
|
// AlignVerticalJustifyStart aliases
|
|
60
62
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
61
|
-
// AlignVerticalSpaceAround aliases
|
|
62
|
-
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
63
63
|
// AlignVerticalSpaceBetween aliases
|
|
64
64
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
65
|
-
//
|
|
66
|
-
export { default as
|
|
67
|
-
// Ambulance aliases
|
|
68
|
-
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
65
|
+
// AlignVerticalSpaceAround aliases
|
|
66
|
+
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
69
67
|
// Ampersand aliases
|
|
70
68
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
71
|
-
//
|
|
72
|
-
export { default as
|
|
69
|
+
// Ambulance aliases
|
|
70
|
+
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
73
71
|
// Ampersands aliases
|
|
74
72
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
73
|
+
// Amphora aliases
|
|
74
|
+
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
75
|
// Anchor aliases
|
|
76
76
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
77
|
// Angry aliases
|
|
@@ -86,32 +86,32 @@ export { default as AnvilIcon } from '../icons/anvil';
|
|
|
86
86
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
87
87
|
// Aperture aliases
|
|
88
88
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
89
|
-
//
|
|
90
|
-
export { default as
|
|
89
|
+
// AppWindow aliases
|
|
90
|
+
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
91
|
// ArchiveRestore aliases
|
|
92
92
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
93
|
+
// Apple aliases
|
|
94
|
+
export { default as AppleIcon } from '../icons/apple';
|
|
93
95
|
// ArchiveX aliases
|
|
94
96
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
95
|
-
// AppWindow aliases
|
|
96
|
-
export { default as AppWindowIcon } from '../icons/app-window';
|
|
97
97
|
// Archive aliases
|
|
98
98
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
|
-
// Armchair aliases
|
|
100
|
-
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
99
|
// ArrowBigDownDash aliases
|
|
102
100
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
101
|
+
// Armchair aliases
|
|
102
|
+
export { default as ArmchairIcon } from '../icons/armchair';
|
|
103
103
|
// ArrowBigDown aliases
|
|
104
104
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
105
|
// ArrowBigLeftDash aliases
|
|
106
106
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
107
|
// ArrowBigLeft aliases
|
|
108
108
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
|
-
// ArrowBigRightDash aliases
|
|
110
|
-
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
|
-
// ArrowBigUpDash aliases
|
|
112
|
-
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
113
109
|
// ArrowBigRight aliases
|
|
114
110
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
111
|
+
// ArrowBigUpDash aliases
|
|
112
|
+
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
113
|
+
// ArrowBigRightDash aliases
|
|
114
|
+
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
115
115
|
// ArrowBigUp aliases
|
|
116
116
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
117
|
// ArrowDownFromLine aliases
|
|
@@ -122,12 +122,12 @@ export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
|
122
122
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
123
|
// ArrowDownRight aliases
|
|
124
124
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
|
+
// ArrowDownToDot aliases
|
|
126
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
125
127
|
// ArrowDownToLine aliases
|
|
126
128
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
127
129
|
// ArrowDownUp aliases
|
|
128
130
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
129
|
-
// ArrowDownToDot aliases
|
|
130
|
-
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
131
131
|
// ArrowDown aliases
|
|
132
132
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
133
133
|
// ArrowLeftFromLine aliases
|
|
@@ -138,18 +138,18 @@ export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
|
138
138
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
139
|
// ArrowLeft aliases
|
|
140
140
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
141
|
-
// ArrowRightFromLine aliases
|
|
142
|
-
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
143
141
|
// ArrowRightLeft aliases
|
|
144
142
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
|
-
// ArrowRight aliases
|
|
146
|
-
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
147
143
|
// ArrowRightToLine aliases
|
|
148
144
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
149
|
-
//
|
|
150
|
-
export { default as
|
|
145
|
+
// ArrowRightFromLine aliases
|
|
146
|
+
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
147
|
+
// ArrowRight aliases
|
|
148
|
+
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
151
149
|
// ArrowUpDown aliases
|
|
152
150
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
|
+
// ArrowUpFromDot aliases
|
|
152
|
+
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
153
153
|
// ArrowUpFromLine aliases
|
|
154
154
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
155
155
|
// ArrowUpLeft aliases
|
|
@@ -168,10 +168,10 @@ export { default as AsteriskIcon } from '../icons/asterisk';
|
|
|
168
168
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
169
169
|
// AtSign aliases
|
|
170
170
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
171
|
-
// Atom aliases
|
|
172
|
-
export { default as AtomIcon } from '../icons/atom';
|
|
173
171
|
// AudioLines aliases
|
|
174
172
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
173
|
+
// Atom aliases
|
|
174
|
+
export { default as AtomIcon } from '../icons/atom';
|
|
175
175
|
// AudioWaveform aliases
|
|
176
176
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
177
177
|
// Award aliases
|
|
@@ -182,10 +182,10 @@ export { default as BabyIcon } from '../icons/baby';
|
|
|
182
182
|
export { default as AxeIcon } from '../icons/axe';
|
|
183
183
|
// Backpack aliases
|
|
184
184
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
185
|
-
// BadgeCent aliases
|
|
186
|
-
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
187
185
|
// BadgeAlert aliases
|
|
188
186
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
187
|
+
// BadgeCent aliases
|
|
188
|
+
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
189
189
|
// BadgeDollarSign aliases
|
|
190
190
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
191
191
|
// BadgeEuro aliases
|
|
@@ -194,12 +194,12 @@ export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
|
194
194
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
195
195
|
// BadgeInfo aliases
|
|
196
196
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
197
|
-
// BadgeMinus aliases
|
|
198
|
-
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
199
197
|
// BadgeJapaneseYen aliases
|
|
200
198
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
201
199
|
// BadgePercent aliases
|
|
202
200
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
201
|
+
// BadgeMinus aliases
|
|
202
|
+
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
203
203
|
// BadgePlus aliases
|
|
204
204
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
205
205
|
// BadgePoundSterling aliases
|
|
@@ -214,60 +214,60 @@ export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
|
214
214
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
215
215
|
// Badge aliases
|
|
216
216
|
export { default as BadgeIcon } from '../icons/badge';
|
|
217
|
-
// Balloon aliases
|
|
218
|
-
export { default as BalloonIcon } from '../icons/balloon';
|
|
219
217
|
// BaggageClaim aliases
|
|
220
218
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
221
|
-
//
|
|
222
|
-
export { default as
|
|
219
|
+
// Balloon aliases
|
|
220
|
+
export { default as BalloonIcon } from '../icons/balloon';
|
|
223
221
|
// Ban aliases
|
|
224
222
|
export { default as BanIcon } from '../icons/ban';
|
|
223
|
+
// Banana aliases
|
|
224
|
+
export { default as BananaIcon } from '../icons/banana';
|
|
225
|
+
// Bandage aliases
|
|
226
|
+
export { default as BandageIcon } from '../icons/bandage';
|
|
225
227
|
// BanknoteArrowDown aliases
|
|
226
228
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
227
229
|
// BanknoteArrowUp aliases
|
|
228
230
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
229
|
-
// Bandage aliases
|
|
230
|
-
export { default as BandageIcon } from '../icons/bandage';
|
|
231
231
|
// BanknoteX aliases
|
|
232
232
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
233
233
|
// Banknote aliases
|
|
234
234
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
235
|
-
// Barcode aliases
|
|
236
|
-
export { default as BarcodeIcon } from '../icons/barcode';
|
|
237
235
|
// Barrel aliases
|
|
238
236
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
237
|
+
// Barcode aliases
|
|
238
|
+
export { default as BarcodeIcon } from '../icons/barcode';
|
|
239
239
|
// Baseline aliases
|
|
240
240
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
241
241
|
// Bath aliases
|
|
242
242
|
export { default as BathIcon } from '../icons/bath';
|
|
243
|
-
// BatteryFull aliases
|
|
244
|
-
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
245
|
-
// BatteryLow aliases
|
|
246
|
-
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
247
243
|
// BatteryCharging aliases
|
|
248
244
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
245
|
+
// BatteryLow aliases
|
|
246
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
247
|
+
// BatteryFull aliases
|
|
248
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
249
249
|
// BatteryPlus aliases
|
|
250
250
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
251
|
+
// BatteryMedium aliases
|
|
252
|
+
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
251
253
|
// BatteryWarning aliases
|
|
252
254
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
253
255
|
// Battery aliases
|
|
254
256
|
export { default as BatteryIcon } from '../icons/battery';
|
|
255
|
-
// Beaker aliases
|
|
256
|
-
export { default as BeakerIcon } from '../icons/beaker';
|
|
257
|
-
// BatteryMedium aliases
|
|
258
|
-
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
259
257
|
// BeanOff aliases
|
|
260
258
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
259
|
+
// Beaker aliases
|
|
260
|
+
export { default as BeakerIcon } from '../icons/beaker';
|
|
261
261
|
// Bean aliases
|
|
262
262
|
export { default as BeanIcon } from '../icons/bean';
|
|
263
263
|
// BedDouble aliases
|
|
264
264
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
265
|
-
// Beef aliases
|
|
266
|
-
export { default as BeefIcon } from '../icons/beef';
|
|
267
265
|
// BedSingle aliases
|
|
268
266
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
269
267
|
// Bed aliases
|
|
270
268
|
export { default as BedIcon } from '../icons/bed';
|
|
269
|
+
// Beef aliases
|
|
270
|
+
export { default as BeefIcon } from '../icons/beef';
|
|
271
271
|
// BeerOff aliases
|
|
272
272
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
273
273
|
// Beer aliases
|
|
@@ -282,12 +282,12 @@ export { default as BellOffIcon } from '../icons/bell-off';
|
|
|
282
282
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
283
283
|
// BellPlus aliases
|
|
284
284
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
285
|
+
// BellRing aliases
|
|
286
|
+
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
285
287
|
// Bell aliases
|
|
286
288
|
export { default as BellIcon } from '../icons/bell';
|
|
287
289
|
// BetweenVerticalEnd aliases
|
|
288
290
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
289
|
-
// BellRing aliases
|
|
290
|
-
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
291
291
|
// BetweenVerticalStart aliases
|
|
292
292
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
293
293
|
// BicepsFlexed aliases
|
|
@@ -300,18 +300,18 @@ export { default as BinaryIcon } from '../icons/binary';
|
|
|
300
300
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
301
301
|
// Biohazard aliases
|
|
302
302
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
303
|
-
// Bird aliases
|
|
304
|
-
export { default as BirdIcon } from '../icons/bird';
|
|
305
303
|
// Birdhouse aliases
|
|
306
304
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
305
|
+
// Bird aliases
|
|
306
|
+
export { default as BirdIcon } from '../icons/bird';
|
|
307
307
|
// Bitcoin aliases
|
|
308
308
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
309
309
|
// Blend aliases
|
|
310
310
|
export { default as BlendIcon } from '../icons/blend';
|
|
311
|
-
// Blocks aliases
|
|
312
|
-
export { default as BlocksIcon } from '../icons/blocks';
|
|
313
311
|
// Blinds aliases
|
|
314
312
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
313
|
+
// Blocks aliases
|
|
314
|
+
export { default as BlocksIcon } from '../icons/blocks';
|
|
315
315
|
// BluetoothConnected aliases
|
|
316
316
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
317
317
|
// BluetoothOff aliases
|
|
@@ -332,28 +332,28 @@ export { default as BoneIcon } from '../icons/bone';
|
|
|
332
332
|
export { default as BookAIcon } from '../icons/book-a';
|
|
333
333
|
// BookAlert aliases
|
|
334
334
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
335
|
-
// BookAudio aliases
|
|
336
|
-
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
337
335
|
// BookCheck aliases
|
|
338
336
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
337
|
+
// BookAudio aliases
|
|
338
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
339
339
|
// BookCopy aliases
|
|
340
340
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
341
341
|
// BookDown aliases
|
|
342
342
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
343
343
|
// BookHeadphones aliases
|
|
344
344
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
345
|
-
// BookImage aliases
|
|
346
|
-
export { default as BookImageIcon } from '../icons/book-image';
|
|
347
345
|
// BookHeart aliases
|
|
348
346
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
347
|
+
// BookImage aliases
|
|
348
|
+
export { default as BookImageIcon } from '../icons/book-image';
|
|
349
349
|
// BookKey aliases
|
|
350
350
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
351
351
|
// BookLock aliases
|
|
352
352
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
353
|
-
// BookMarked aliases
|
|
354
|
-
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
355
353
|
// BookMinus aliases
|
|
356
354
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
355
|
+
// BookMarked aliases
|
|
356
|
+
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
357
357
|
// BookOpenCheck aliases
|
|
358
358
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
359
359
|
// BookOpenText aliases
|
|
@@ -384,84 +384,84 @@ export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
|
384
384
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
385
385
|
// BookmarkPlus aliases
|
|
386
386
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
387
|
-
// BookmarkX aliases
|
|
388
|
-
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
389
387
|
// Bookmark aliases
|
|
390
388
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
389
|
+
// BookmarkX aliases
|
|
390
|
+
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
391
391
|
// BoomBox aliases
|
|
392
392
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
393
393
|
// BotMessageSquare aliases
|
|
394
394
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
395
|
-
// BotOff aliases
|
|
396
|
-
export { default as BotOffIcon } from '../icons/bot-off';
|
|
397
395
|
// Bot aliases
|
|
398
396
|
export { default as BotIcon } from '../icons/bot';
|
|
397
|
+
// BotOff aliases
|
|
398
|
+
export { default as BotOffIcon } from '../icons/bot-off';
|
|
399
399
|
// BottleWine aliases
|
|
400
400
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
401
|
+
// BowArrow aliases
|
|
402
|
+
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
401
403
|
// Box aliases
|
|
402
404
|
export { default as BoxIcon } from '../icons/box';
|
|
403
405
|
// Boxes aliases
|
|
404
406
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
405
|
-
// BowArrow aliases
|
|
406
|
-
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
407
407
|
// Brackets aliases
|
|
408
408
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
409
409
|
// BrainCircuit aliases
|
|
410
410
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
411
|
-
// BrainCog aliases
|
|
412
|
-
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
413
411
|
// Brain aliases
|
|
414
412
|
export { default as BrainIcon } from '../icons/brain';
|
|
413
|
+
// BrainCog aliases
|
|
414
|
+
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
415
415
|
// BrickWallFire aliases
|
|
416
416
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
417
|
+
// BrickWallShield aliases
|
|
418
|
+
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
417
419
|
// BrickWall aliases
|
|
418
420
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
419
|
-
// BriefcaseBusiness aliases
|
|
420
|
-
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
421
421
|
// BriefcaseConveyorBelt aliases
|
|
422
422
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
423
|
-
//
|
|
424
|
-
export { default as
|
|
423
|
+
// BriefcaseBusiness aliases
|
|
424
|
+
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
425
425
|
// BriefcaseMedical aliases
|
|
426
426
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
427
427
|
// Briefcase aliases
|
|
428
428
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
429
429
|
// BringToFront aliases
|
|
430
430
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
431
|
-
// BrushCleaning aliases
|
|
432
|
-
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
433
431
|
// Brush aliases
|
|
434
432
|
export { default as BrushIcon } from '../icons/brush';
|
|
433
|
+
// BrushCleaning aliases
|
|
434
|
+
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
435
435
|
// Bubbles aliases
|
|
436
436
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
437
|
-
// BugPlay aliases
|
|
438
|
-
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
439
437
|
// BugOff aliases
|
|
440
438
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
441
|
-
//
|
|
442
|
-
export { default as
|
|
439
|
+
// BugPlay aliases
|
|
440
|
+
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
443
441
|
// Building2 aliases
|
|
444
442
|
export { default as Building2Icon } from '../icons/building-2';
|
|
445
443
|
// Building aliases
|
|
446
444
|
export { default as BuildingIcon } from '../icons/building';
|
|
447
|
-
//
|
|
448
|
-
export { default as
|
|
445
|
+
// Bug aliases
|
|
446
|
+
export { default as BugIcon } from '../icons/bug';
|
|
449
447
|
// BusFront aliases
|
|
450
448
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
449
|
+
// Bus aliases
|
|
450
|
+
export { default as BusIcon } from '../icons/bus';
|
|
451
|
+
// Cable aliases
|
|
452
|
+
export { default as CableIcon } from '../icons/cable';
|
|
451
453
|
// CableCar aliases
|
|
452
454
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
453
455
|
// CakeSlice aliases
|
|
454
456
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
455
|
-
// Cable aliases
|
|
456
|
-
export { default as CableIcon } from '../icons/cable';
|
|
457
457
|
// Cake aliases
|
|
458
458
|
export { default as CakeIcon } from '../icons/cake';
|
|
459
459
|
// Calculator aliases
|
|
460
460
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
461
|
-
// Calendar1 aliases
|
|
462
|
-
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
463
461
|
// CalendarArrowDown aliases
|
|
464
462
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
463
|
+
// Calendar1 aliases
|
|
464
|
+
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
465
465
|
// CalendarArrowUp aliases
|
|
466
466
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
467
467
|
// CalendarCheck2 aliases
|
|
@@ -476,22 +476,22 @@ export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
|
476
476
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
477
477
|
// CalendarFold aliases
|
|
478
478
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
479
|
+
// CalendarHeart aliases
|
|
480
|
+
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
479
481
|
// CalendarMinus2 aliases
|
|
480
482
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
481
483
|
// CalendarMinus aliases
|
|
482
484
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
483
|
-
// CalendarHeart aliases
|
|
484
|
-
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
485
485
|
// CalendarOff aliases
|
|
486
486
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
487
|
-
// CalendarPlus2 aliases
|
|
488
|
-
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
489
487
|
// CalendarPlus aliases
|
|
490
488
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
491
|
-
//
|
|
492
|
-
export { default as
|
|
489
|
+
// CalendarPlus2 aliases
|
|
490
|
+
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
493
491
|
// CalendarRange aliases
|
|
494
492
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
493
|
+
// CalendarSearch aliases
|
|
494
|
+
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
495
495
|
// CalendarSync aliases
|
|
496
496
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
497
497
|
// CalendarX2 aliases
|
|
@@ -502,42 +502,44 @@ export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
|
502
502
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
503
503
|
// Calendars aliases
|
|
504
504
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
505
|
-
//
|
|
506
|
-
export { default as
|
|
505
|
+
// Camera aliases
|
|
506
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
507
507
|
// CandyOff aliases
|
|
508
508
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
509
|
+
// CameraOff aliases
|
|
510
|
+
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
509
511
|
// CandyCane aliases
|
|
510
512
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
511
|
-
// Camera aliases
|
|
512
|
-
export { default as CameraIcon } from '../icons/camera';
|
|
513
513
|
// Candy aliases
|
|
514
514
|
export { default as CandyIcon } from '../icons/candy';
|
|
515
|
+
// CannabisOff aliases
|
|
516
|
+
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
515
517
|
// Cannabis aliases
|
|
516
518
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
519
|
+
// CaptionsOff aliases
|
|
520
|
+
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
517
521
|
// CarFront aliases
|
|
518
522
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
523
|
+
// Caravan aliases
|
|
524
|
+
export { default as CaravanIcon } from '../icons/caravan';
|
|
519
525
|
// CarTaxiFront aliases
|
|
520
526
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
521
527
|
// Car aliases
|
|
522
528
|
export { default as CarIcon } from '../icons/car';
|
|
523
|
-
// CaptionsOff aliases
|
|
524
|
-
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
525
|
-
// Caravan aliases
|
|
526
|
-
export { default as CaravanIcon } from '../icons/caravan';
|
|
527
529
|
// CardSim aliases
|
|
528
530
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
529
531
|
// Carrot aliases
|
|
530
532
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
531
533
|
// CaseLower aliases
|
|
532
534
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
533
|
-
// CaseUpper aliases
|
|
534
|
-
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
535
535
|
// CaseSensitive aliases
|
|
536
536
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
537
|
-
//
|
|
538
|
-
export { default as
|
|
537
|
+
// CaseUpper aliases
|
|
538
|
+
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
539
539
|
// Cast aliases
|
|
540
540
|
export { default as CastIcon } from '../icons/cast';
|
|
541
|
+
// CassetteTape aliases
|
|
542
|
+
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
541
543
|
// Castle aliases
|
|
542
544
|
export { default as CastleIcon } from '../icons/castle';
|
|
543
545
|
// Cat aliases
|
|
@@ -548,48 +550,48 @@ export { default as CctvIcon } from '../icons/cctv';
|
|
|
548
550
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
549
551
|
// ChartBarIncreasing aliases
|
|
550
552
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
551
|
-
// ChartBarStacked aliases
|
|
552
|
-
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
553
553
|
// ChartColumnDecreasing aliases
|
|
554
554
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
555
|
-
//
|
|
556
|
-
export { default as
|
|
555
|
+
// ChartBarStacked aliases
|
|
556
|
+
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
557
557
|
// ChartGantt aliases
|
|
558
558
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
559
|
+
// ChartColumnStacked aliases
|
|
560
|
+
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
559
561
|
// ChartNetwork aliases
|
|
560
562
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
561
563
|
// ChartNoAxesColumnDecreasing aliases
|
|
562
564
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
563
565
|
// ChartNoAxesCombined aliases
|
|
564
566
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
567
|
+
// ChartSpline aliases
|
|
568
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
565
569
|
// CheckCheck aliases
|
|
566
570
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
567
571
|
// CheckLine aliases
|
|
568
572
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
569
|
-
// ChartSpline aliases
|
|
570
|
-
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
571
|
-
// ChefHat aliases
|
|
572
|
-
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
573
573
|
// Check aliases
|
|
574
574
|
export { default as CheckIcon } from '../icons/check';
|
|
575
|
-
//
|
|
576
|
-
export { default as
|
|
575
|
+
// ChefHat aliases
|
|
576
|
+
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
577
577
|
// ChessBishop aliases
|
|
578
578
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
579
|
-
//
|
|
580
|
-
export { default as
|
|
579
|
+
// Cherry aliases
|
|
580
|
+
export { default as CherryIcon } from '../icons/cherry';
|
|
581
581
|
// ChessKing aliases
|
|
582
582
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
583
|
+
// ChessKnight aliases
|
|
584
|
+
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
583
585
|
// ChessPawn aliases
|
|
584
586
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
585
587
|
// ChessQueen aliases
|
|
586
588
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
587
589
|
// ChessRook aliases
|
|
588
590
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
589
|
-
// ChevronDown aliases
|
|
590
|
-
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
591
591
|
// ChevronFirst aliases
|
|
592
592
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
593
|
+
// ChevronDown aliases
|
|
594
|
+
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
593
595
|
// ChevronLast aliases
|
|
594
596
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
595
597
|
// ChevronLeft aliases
|
|
@@ -602,26 +604,26 @@ export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
|
602
604
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
603
605
|
// ChevronsDown aliases
|
|
604
606
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
607
|
+
// ChevronsLeftRightEllipsis aliases
|
|
608
|
+
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
605
609
|
// ChevronsLeftRight aliases
|
|
606
610
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
607
611
|
// ChevronsLeft aliases
|
|
608
612
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
609
|
-
// ChevronsLeftRightEllipsis aliases
|
|
610
|
-
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
611
|
-
// ChevronsRightLeft aliases
|
|
612
|
-
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
613
613
|
// ChevronsRight aliases
|
|
614
614
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
615
|
+
// ChevronsRightLeft aliases
|
|
616
|
+
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
615
617
|
// ChevronsUp aliases
|
|
616
618
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
617
619
|
// ChevronsUpDown aliases
|
|
618
620
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
619
621
|
// Church aliases
|
|
620
622
|
export { default as ChurchIcon } from '../icons/church';
|
|
621
|
-
// Cigarette aliases
|
|
622
|
-
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
623
623
|
// CigaretteOff aliases
|
|
624
624
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
625
|
+
// Cigarette aliases
|
|
626
|
+
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
625
627
|
// CircleDashed aliases
|
|
626
628
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
627
629
|
// CircleDollarSign aliases
|
|
@@ -636,12 +638,12 @@ export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
|
636
638
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
637
639
|
// CircleFadingArrowUp aliases
|
|
638
640
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
639
|
-
// CircleOff aliases
|
|
640
|
-
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
641
641
|
// CircleFadingPlus aliases
|
|
642
642
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
643
643
|
// CirclePile aliases
|
|
644
644
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
645
|
+
// CircleOff aliases
|
|
646
|
+
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
645
647
|
// CirclePoundSterling aliases
|
|
646
648
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
647
649
|
// CircleSlash aliases
|
|
@@ -650,40 +652,40 @@ export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
|
650
652
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
651
653
|
// CircleStar aliases
|
|
652
654
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
653
|
-
// CircuitBoard aliases
|
|
654
|
-
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
655
655
|
// Circle aliases
|
|
656
656
|
export { default as CircleIcon } from '../icons/circle';
|
|
657
|
+
// CircuitBoard aliases
|
|
658
|
+
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
657
659
|
// Citrus aliases
|
|
658
660
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
659
|
-
// Clapperboard aliases
|
|
660
|
-
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
661
661
|
// ClipboardCheck aliases
|
|
662
662
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
663
|
+
// Clapperboard aliases
|
|
664
|
+
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
663
665
|
// ClipboardClock aliases
|
|
664
666
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
665
|
-
// ClipboardList aliases
|
|
666
|
-
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
667
|
-
// ClipboardMinus aliases
|
|
668
|
-
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
669
667
|
// ClipboardCopy aliases
|
|
670
668
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
669
|
+
// ClipboardMinus aliases
|
|
670
|
+
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
671
|
+
// ClipboardList aliases
|
|
672
|
+
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
671
673
|
// ClipboardPaste aliases
|
|
672
674
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
673
675
|
// ClipboardPlus aliases
|
|
674
676
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
675
677
|
// ClipboardType aliases
|
|
676
678
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
677
|
-
// Clipboard aliases
|
|
678
|
-
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
679
679
|
// ClipboardX aliases
|
|
680
680
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
681
|
+
// Clipboard aliases
|
|
682
|
+
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
681
683
|
// Clock1 aliases
|
|
682
684
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
683
|
-
// Clock10 aliases
|
|
684
|
-
export { default as Clock10Icon } from '../icons/clock-10';
|
|
685
685
|
// Clock11 aliases
|
|
686
686
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
687
|
+
// Clock10 aliases
|
|
688
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
687
689
|
// Clock12 aliases
|
|
688
690
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
689
691
|
// Clock2 aliases
|
|
@@ -708,70 +710,70 @@ export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
|
708
710
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
709
711
|
// ClockArrowUp aliases
|
|
710
712
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
711
|
-
// ClockFading aliases
|
|
712
|
-
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
713
713
|
// ClockCheck aliases
|
|
714
714
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
715
715
|
// ClockPlus aliases
|
|
716
716
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
717
|
+
// ClockFading aliases
|
|
718
|
+
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
717
719
|
// Clock aliases
|
|
718
720
|
export { default as ClockIcon } from '../icons/clock';
|
|
721
|
+
// ClosedCaption aliases
|
|
722
|
+
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
719
723
|
// CloudAlert aliases
|
|
720
724
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
721
|
-
// CloudBackup aliases
|
|
722
|
-
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
723
725
|
// CloudCheck aliases
|
|
724
726
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
725
|
-
//
|
|
726
|
-
export { default as
|
|
727
|
-
// CloudCog aliases
|
|
728
|
-
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
729
|
-
// CloudDrizzle aliases
|
|
730
|
-
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
727
|
+
// CloudBackup aliases
|
|
728
|
+
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
731
729
|
// CloudFog aliases
|
|
732
730
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
731
|
+
// CloudCog aliases
|
|
732
|
+
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
733
733
|
// CloudHail aliases
|
|
734
734
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
735
|
-
//
|
|
736
|
-
export { default as
|
|
735
|
+
// CloudDrizzle aliases
|
|
736
|
+
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
737
737
|
// CloudLightning aliases
|
|
738
738
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
739
739
|
// CloudMoonRain aliases
|
|
740
740
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
741
741
|
// CloudOff aliases
|
|
742
742
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
743
|
+
// CloudMoon aliases
|
|
744
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
743
745
|
// CloudRainWind aliases
|
|
744
746
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
745
747
|
// CloudRain aliases
|
|
746
748
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
747
|
-
// CloudSunRain aliases
|
|
748
|
-
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
749
749
|
// CloudSnow aliases
|
|
750
750
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
751
|
+
// CloudSunRain aliases
|
|
752
|
+
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
751
753
|
// CloudSun aliases
|
|
752
754
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
753
755
|
// CloudSync aliases
|
|
754
756
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
755
757
|
// Cloud aliases
|
|
756
758
|
export { default as CloudIcon } from '../icons/cloud';
|
|
757
|
-
// Cloudy aliases
|
|
758
|
-
export { default as CloudyIcon } from '../icons/cloudy';
|
|
759
759
|
// Clover aliases
|
|
760
760
|
export { default as CloverIcon } from '../icons/clover';
|
|
761
|
+
// Cloudy aliases
|
|
762
|
+
export { default as CloudyIcon } from '../icons/cloudy';
|
|
761
763
|
// Club aliases
|
|
762
764
|
export { default as ClubIcon } from '../icons/club';
|
|
763
765
|
// Code aliases
|
|
764
766
|
export { default as CodeIcon } from '../icons/code';
|
|
765
767
|
// Codepen aliases
|
|
766
768
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
767
|
-
// Coffee aliases
|
|
768
|
-
export { default as CoffeeIcon } from '../icons/coffee';
|
|
769
769
|
// Codesandbox aliases
|
|
770
770
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
771
|
-
//
|
|
772
|
-
export { default as
|
|
771
|
+
// Coffee aliases
|
|
772
|
+
export { default as CoffeeIcon } from '../icons/coffee';
|
|
773
773
|
// Cog aliases
|
|
774
774
|
export { default as CogIcon } from '../icons/cog';
|
|
775
|
+
// Coins aliases
|
|
776
|
+
export { default as CoinsIcon } from '../icons/coins';
|
|
775
777
|
// Columns4 aliases
|
|
776
778
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
777
779
|
// Command aliases
|
|
@@ -788,12 +790,12 @@ export { default as ComputerIcon } from '../icons/computer';
|
|
|
788
790
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
789
791
|
// Cone aliases
|
|
790
792
|
export { default as ConeIcon } from '../icons/cone';
|
|
791
|
-
// Construction aliases
|
|
792
|
-
export { default as ConstructionIcon } from '../icons/construction';
|
|
793
|
-
// Container aliases
|
|
794
|
-
export { default as ContainerIcon } from '../icons/container';
|
|
795
793
|
// Contact aliases
|
|
796
794
|
export { default as ContactIcon } from '../icons/contact';
|
|
795
|
+
// Container aliases
|
|
796
|
+
export { default as ContainerIcon } from '../icons/container';
|
|
797
|
+
// Construction aliases
|
|
798
|
+
export { default as ConstructionIcon } from '../icons/construction';
|
|
797
799
|
// Contrast aliases
|
|
798
800
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
799
801
|
// Cookie aliases
|
|
@@ -846,38 +848,38 @@ export { default as CropIcon } from '../icons/crop';
|
|
|
846
848
|
export { default as CrossIcon } from '../icons/cross';
|
|
847
849
|
// Crosshair aliases
|
|
848
850
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
849
|
-
// Cuboid aliases
|
|
850
|
-
export { default as CuboidIcon } from '../icons/cuboid';
|
|
851
851
|
// Crown aliases
|
|
852
852
|
export { default as CrownIcon } from '../icons/crown';
|
|
853
|
-
//
|
|
854
|
-
export { default as
|
|
853
|
+
// Cuboid aliases
|
|
854
|
+
export { default as CuboidIcon } from '../icons/cuboid';
|
|
855
855
|
// CupSoda aliases
|
|
856
856
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
857
|
+
// Currency aliases
|
|
858
|
+
export { default as CurrencyIcon } from '../icons/currency';
|
|
857
859
|
// Cylinder aliases
|
|
858
860
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
859
|
-
// DatabaseBackup aliases
|
|
860
|
-
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
861
861
|
// Dam aliases
|
|
862
862
|
export { default as DamIcon } from '../icons/dam';
|
|
863
|
-
//
|
|
864
|
-
export { default as
|
|
863
|
+
// DatabaseBackup aliases
|
|
864
|
+
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
865
865
|
// DatabaseZap aliases
|
|
866
866
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
867
|
-
// Delete aliases
|
|
868
|
-
export { default as DeleteIcon } from '../icons/delete';
|
|
869
867
|
// DecimalsArrowLeft aliases
|
|
870
868
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
869
|
+
// Database aliases
|
|
870
|
+
export { default as DatabaseIcon } from '../icons/database';
|
|
871
871
|
// DecimalsArrowRight aliases
|
|
872
872
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
873
|
+
// Delete aliases
|
|
874
|
+
export { default as DeleteIcon } from '../icons/delete';
|
|
873
875
|
// Dessert aliases
|
|
874
876
|
export { default as DessertIcon } from '../icons/dessert';
|
|
875
|
-
// Diameter aliases
|
|
876
|
-
export { default as DiameterIcon } from '../icons/diameter';
|
|
877
877
|
// DiamondMinus aliases
|
|
878
878
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
879
879
|
// DiamondPlus aliases
|
|
880
880
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
881
|
+
// Diameter aliases
|
|
882
|
+
export { default as DiameterIcon } from '../icons/diameter';
|
|
881
883
|
// Diamond aliases
|
|
882
884
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
883
885
|
// Dice1 aliases
|
|
@@ -890,10 +892,10 @@ export { default as Dice3Icon } from '../icons/dice-3';
|
|
|
890
892
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
891
893
|
// Dice5 aliases
|
|
892
894
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
893
|
-
// Dices aliases
|
|
894
|
-
export { default as DicesIcon } from '../icons/dices';
|
|
895
895
|
// Dice6 aliases
|
|
896
896
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
897
|
+
// Dices aliases
|
|
898
|
+
export { default as DicesIcon } from '../icons/dices';
|
|
897
899
|
// Diff aliases
|
|
898
900
|
export { default as DiffIcon } from '../icons/diff';
|
|
899
901
|
// Disc2 aliases
|
|
@@ -904,72 +906,72 @@ export { default as Disc3Icon } from '../icons/disc-3';
|
|
|
904
906
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
905
907
|
// Disc aliases
|
|
906
908
|
export { default as DiscIcon } from '../icons/disc';
|
|
907
|
-
// DnaOff aliases
|
|
908
|
-
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
909
909
|
// Divide aliases
|
|
910
910
|
export { default as DivideIcon } from '../icons/divide';
|
|
911
|
-
//
|
|
912
|
-
export { default as
|
|
911
|
+
// DnaOff aliases
|
|
912
|
+
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
913
913
|
// Dna aliases
|
|
914
914
|
export { default as DnaIcon } from '../icons/dna';
|
|
915
915
|
// Dock aliases
|
|
916
916
|
export { default as DockIcon } from '../icons/dock';
|
|
917
|
+
// Dog aliases
|
|
918
|
+
export { default as DogIcon } from '../icons/dog';
|
|
917
919
|
// DollarSign aliases
|
|
918
920
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
919
921
|
// Donut aliases
|
|
920
922
|
export { default as DonutIcon } from '../icons/donut';
|
|
921
|
-
// DoorClosed aliases
|
|
922
|
-
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
923
923
|
// DoorClosedLocked aliases
|
|
924
924
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
925
|
-
//
|
|
926
|
-
export { default as
|
|
927
|
-
// DraftingCompass aliases
|
|
928
|
-
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
925
|
+
// DoorClosed aliases
|
|
926
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
929
927
|
// DoorOpen aliases
|
|
930
928
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
929
|
+
// Dot aliases
|
|
930
|
+
export { default as DotIcon } from '../icons/dot';
|
|
931
931
|
// Download aliases
|
|
932
932
|
export { default as DownloadIcon } from '../icons/download';
|
|
933
|
+
// DraftingCompass aliases
|
|
934
|
+
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
933
935
|
// Drama aliases
|
|
934
936
|
export { default as DramaIcon } from '../icons/drama';
|
|
935
|
-
// Drill aliases
|
|
936
|
-
export { default as DrillIcon } from '../icons/drill';
|
|
937
937
|
// Dribbble aliases
|
|
938
938
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
939
|
+
// Drill aliases
|
|
940
|
+
export { default as DrillIcon } from '../icons/drill';
|
|
941
|
+
// Drone aliases
|
|
942
|
+
export { default as DroneIcon } from '../icons/drone';
|
|
939
943
|
// DropletOff aliases
|
|
940
944
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
941
945
|
// Droplet aliases
|
|
942
946
|
export { default as DropletIcon } from '../icons/droplet';
|
|
943
947
|
// Droplets aliases
|
|
944
948
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
945
|
-
// Drone aliases
|
|
946
|
-
export { default as DroneIcon } from '../icons/drone';
|
|
947
949
|
// Drum aliases
|
|
948
950
|
export { default as DrumIcon } from '../icons/drum';
|
|
949
951
|
// Drumstick aliases
|
|
950
952
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
951
953
|
// Dumbbell aliases
|
|
952
954
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
953
|
-
// Ear aliases
|
|
954
|
-
export { default as EarIcon } from '../icons/ear';
|
|
955
955
|
// EarOff aliases
|
|
956
956
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
957
|
+
// Ear aliases
|
|
958
|
+
export { default as EarIcon } from '../icons/ear';
|
|
957
959
|
// EarthLock aliases
|
|
958
960
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
959
|
-
// Eclipse aliases
|
|
960
|
-
export { default as EclipseIcon } from '../icons/eclipse';
|
|
961
961
|
// EggFried aliases
|
|
962
962
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
963
|
+
// Eclipse aliases
|
|
964
|
+
export { default as EclipseIcon } from '../icons/eclipse';
|
|
965
|
+
// Egg aliases
|
|
966
|
+
export { default as EggIcon } from '../icons/egg';
|
|
963
967
|
// EggOff aliases
|
|
964
968
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
969
|
+
// EqualNot aliases
|
|
970
|
+
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
965
971
|
// EqualApproximately aliases
|
|
966
972
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
967
|
-
// Egg aliases
|
|
968
|
-
export { default as EggIcon } from '../icons/egg';
|
|
969
973
|
// Equal aliases
|
|
970
974
|
export { default as EqualIcon } from '../icons/equal';
|
|
971
|
-
// EqualNot aliases
|
|
972
|
-
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
973
975
|
// Eraser aliases
|
|
974
976
|
export { default as EraserIcon } from '../icons/eraser';
|
|
975
977
|
// EthernetPort aliases
|
|
@@ -988,10 +990,10 @@ export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
|
988
990
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
989
991
|
// Eye aliases
|
|
990
992
|
export { default as EyeIcon } from '../icons/eye';
|
|
991
|
-
// Factory aliases
|
|
992
|
-
export { default as FactoryIcon } from '../icons/factory';
|
|
993
993
|
// Facebook aliases
|
|
994
994
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
995
|
+
// Factory aliases
|
|
996
|
+
export { default as FactoryIcon } from '../icons/factory';
|
|
995
997
|
// Fan aliases
|
|
996
998
|
export { default as FanIcon } from '../icons/fan';
|
|
997
999
|
// FastForward aliases
|
|
@@ -1004,14 +1006,14 @@ export { default as FenceIcon } from '../icons/fence';
|
|
|
1004
1006
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1005
1007
|
// Figma aliases
|
|
1006
1008
|
export { default as FigmaIcon } from '../icons/figma';
|
|
1007
|
-
// FileArchive aliases
|
|
1008
|
-
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1009
1009
|
// FileBox aliases
|
|
1010
1010
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1011
|
-
//
|
|
1012
|
-
export { default as
|
|
1011
|
+
// FileArchive aliases
|
|
1012
|
+
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1013
1013
|
// FileCheck aliases
|
|
1014
1014
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1015
|
+
// FileClock aliases
|
|
1016
|
+
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1015
1017
|
// FileCode aliases
|
|
1016
1018
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1017
1019
|
// FileDiff aliases
|
|
@@ -1020,10 +1022,10 @@ export { default as FileDiffIcon } from '../icons/file-diff';
|
|
|
1020
1022
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1021
1023
|
// FileDown aliases
|
|
1022
1024
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1023
|
-
// FileHeart aliases
|
|
1024
|
-
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1025
1025
|
// FileInput aliases
|
|
1026
1026
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1027
|
+
// FileHeart aliases
|
|
1028
|
+
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1027
1029
|
// FileImage aliases
|
|
1028
1030
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1029
1031
|
// FileMinus aliases
|
|
@@ -1036,10 +1038,10 @@ export { default as FileOutputIcon } from '../icons/file-output';
|
|
|
1036
1038
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1037
1039
|
// FileScan aliases
|
|
1038
1040
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1039
|
-
// FileSearch aliases
|
|
1040
|
-
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1041
1041
|
// FileSliders aliases
|
|
1042
1042
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1043
|
+
// FileSearch aliases
|
|
1044
|
+
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1043
1045
|
// FileSpreadsheet aliases
|
|
1044
1046
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1045
1047
|
// FileStack aliases
|
|
@@ -1052,10 +1054,10 @@ export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
|
1052
1054
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1053
1055
|
// FileType aliases
|
|
1054
1056
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1055
|
-
// FileUp aliases
|
|
1056
|
-
export { default as FileUpIcon } from '../icons/file-up';
|
|
1057
1057
|
// FileUser aliases
|
|
1058
1058
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1059
|
+
// FileUp aliases
|
|
1060
|
+
export { default as FileUpIcon } from '../icons/file-up';
|
|
1059
1061
|
// FileVolume aliases
|
|
1060
1062
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1061
1063
|
// FileX aliases
|
|
@@ -1064,16 +1066,18 @@ export { default as FileXIcon } from '../icons/file-x';
|
|
|
1064
1066
|
export { default as FileIcon } from '../icons/file';
|
|
1065
1067
|
// Files aliases
|
|
1066
1068
|
export { default as FilesIcon } from '../icons/files';
|
|
1069
|
+
// Film aliases
|
|
1070
|
+
export { default as FilmIcon } from '../icons/film';
|
|
1067
1071
|
// FireExtinguisher aliases
|
|
1068
1072
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1069
1073
|
// FishOff aliases
|
|
1070
1074
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1071
|
-
// Film aliases
|
|
1072
|
-
export { default as FilmIcon } from '../icons/film';
|
|
1073
1075
|
// FishSymbol aliases
|
|
1074
1076
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1075
1077
|
// Fish aliases
|
|
1076
1078
|
export { default as FishIcon } from '../icons/fish';
|
|
1079
|
+
// FishingHook aliases
|
|
1080
|
+
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1077
1081
|
// FlagOff aliases
|
|
1078
1082
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1079
1083
|
// FlagTriangleLeft aliases
|
|
@@ -1090,22 +1094,22 @@ export { default as FlameIcon } from '../icons/flame';
|
|
|
1090
1094
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1091
1095
|
// Flashlight aliases
|
|
1092
1096
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1093
|
-
// FlaskConical aliases
|
|
1094
|
-
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1095
1097
|
// FlaskConicalOff aliases
|
|
1096
1098
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1097
|
-
//
|
|
1098
|
-
export { default as
|
|
1099
|
+
// FlaskConical aliases
|
|
1100
|
+
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1099
1101
|
// FlipHorizontal2 aliases
|
|
1100
1102
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1101
|
-
//
|
|
1102
|
-
export { default as
|
|
1103
|
+
// FlaskRound aliases
|
|
1104
|
+
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1103
1105
|
// FlipHorizontal aliases
|
|
1104
1106
|
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1105
|
-
//
|
|
1106
|
-
export { default as
|
|
1107
|
+
// FlipVertical2 aliases
|
|
1108
|
+
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1107
1109
|
// FlipVertical aliases
|
|
1108
1110
|
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1111
|
+
// Flower2 aliases
|
|
1112
|
+
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1109
1113
|
// Flower aliases
|
|
1110
1114
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1111
1115
|
// Focus aliases
|
|
@@ -1116,20 +1120,20 @@ export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
|
1116
1120
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1117
1121
|
// FolderArchive aliases
|
|
1118
1122
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1123
|
+
// FolderCheck aliases
|
|
1124
|
+
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1119
1125
|
// FolderClock aliases
|
|
1120
1126
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1121
1127
|
// FolderClosed aliases
|
|
1122
1128
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1123
|
-
// FolderCheck aliases
|
|
1124
|
-
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1125
1129
|
// FolderCode aliases
|
|
1126
1130
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1127
1131
|
// FolderDot aliases
|
|
1128
1132
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1129
|
-
// FolderGit2 aliases
|
|
1130
|
-
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1131
1133
|
// FolderDown aliases
|
|
1132
1134
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1135
|
+
// FolderGit2 aliases
|
|
1136
|
+
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1133
1137
|
// FolderGit aliases
|
|
1134
1138
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1135
1139
|
// FolderHeart aliases
|
|
@@ -1140,20 +1144,20 @@ export { default as FolderInputIcon } from '../icons/folder-input';
|
|
|
1140
1144
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1141
1145
|
// FolderKey aliases
|
|
1142
1146
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1143
|
-
// FolderLock aliases
|
|
1144
|
-
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1145
1147
|
// FolderMinus aliases
|
|
1146
1148
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1149
|
+
// FolderLock aliases
|
|
1150
|
+
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1147
1151
|
// FolderOpenDot aliases
|
|
1148
1152
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1149
1153
|
// FolderOpen aliases
|
|
1150
1154
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1151
1155
|
// FolderOutput aliases
|
|
1152
1156
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1153
|
-
// FolderPlus aliases
|
|
1154
|
-
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1155
1157
|
// FolderRoot aliases
|
|
1156
1158
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1159
|
+
// FolderPlus aliases
|
|
1160
|
+
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1157
1161
|
// FolderSearch2 aliases
|
|
1158
1162
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1159
1163
|
// FolderSearch aliases
|
|
@@ -1164,10 +1168,10 @@ export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
|
1164
1168
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1165
1169
|
// FolderTree aliases
|
|
1166
1170
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1167
|
-
// FolderUp aliases
|
|
1168
|
-
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1169
1171
|
// FolderX aliases
|
|
1170
1172
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1173
|
+
// FolderUp aliases
|
|
1174
|
+
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1171
1175
|
// Folder aliases
|
|
1172
1176
|
export { default as FolderIcon } from '../icons/folder';
|
|
1173
1177
|
// Folders aliases
|
|
@@ -1176,30 +1180,30 @@ export { default as FoldersIcon } from '../icons/folders';
|
|
|
1176
1180
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1177
1181
|
// Forklift aliases
|
|
1178
1182
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1183
|
+
// Forward aliases
|
|
1184
|
+
export { default as ForwardIcon } from '../icons/forward';
|
|
1179
1185
|
// Form aliases
|
|
1180
1186
|
export { default as FormIcon } from '../icons/form';
|
|
1181
1187
|
// Frame aliases
|
|
1182
1188
|
export { default as FrameIcon } from '../icons/frame';
|
|
1183
|
-
// Forward aliases
|
|
1184
|
-
export { default as ForwardIcon } from '../icons/forward';
|
|
1185
|
-
// Frown aliases
|
|
1186
|
-
export { default as FrownIcon } from '../icons/frown';
|
|
1187
1189
|
// Framer aliases
|
|
1188
1190
|
export { default as FramerIcon } from '../icons/framer';
|
|
1191
|
+
// Frown aliases
|
|
1192
|
+
export { default as FrownIcon } from '../icons/frown';
|
|
1189
1193
|
// Fuel aliases
|
|
1190
1194
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1191
|
-
// Fullscreen aliases
|
|
1192
|
-
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1193
1195
|
// FunnelPlus aliases
|
|
1194
1196
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1197
|
+
// Fullscreen aliases
|
|
1198
|
+
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1195
1199
|
// GalleryHorizontalEnd aliases
|
|
1196
1200
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1201
|
+
// GalleryHorizontal aliases
|
|
1202
|
+
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1197
1203
|
// GalleryThumbnails aliases
|
|
1198
1204
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1199
1205
|
// GalleryVerticalEnd aliases
|
|
1200
1206
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1201
|
-
// GalleryHorizontal aliases
|
|
1202
|
-
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1203
1207
|
// GalleryVertical aliases
|
|
1204
1208
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1205
1209
|
// Gamepad2 aliases
|
|
@@ -1212,30 +1216,30 @@ export { default as GamepadIcon } from '../icons/gamepad';
|
|
|
1212
1216
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1213
1217
|
// Gavel aliases
|
|
1214
1218
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1215
|
-
// GeorgianLari aliases
|
|
1216
|
-
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1217
1219
|
// Gem aliases
|
|
1218
1220
|
export { default as GemIcon } from '../icons/gem';
|
|
1219
1221
|
// Ghost aliases
|
|
1220
1222
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1223
|
+
// GeorgianLari aliases
|
|
1224
|
+
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1221
1225
|
// Gift aliases
|
|
1222
1226
|
export { default as GiftIcon } from '../icons/gift';
|
|
1223
1227
|
// GitBranchPlus aliases
|
|
1224
1228
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1229
|
+
// GitBranch aliases
|
|
1230
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1225
1231
|
// GitBranchMinus aliases
|
|
1226
1232
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1227
1233
|
// GitCommitVertical aliases
|
|
1228
1234
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1229
1235
|
// GitCompareArrows aliases
|
|
1230
1236
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1231
|
-
// GitBranch aliases
|
|
1232
|
-
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1233
1237
|
// GitCompare aliases
|
|
1234
1238
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1235
|
-
// GitFork aliases
|
|
1236
|
-
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1237
1239
|
// GitGraph aliases
|
|
1238
1240
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1241
|
+
// GitFork aliases
|
|
1242
|
+
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1239
1243
|
// GitMerge aliases
|
|
1240
1244
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1241
1245
|
// GitPullRequestArrow aliases
|
|
@@ -1244,10 +1248,10 @@ export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-ar
|
|
|
1244
1248
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1245
1249
|
// GitPullRequestCreateArrow aliases
|
|
1246
1250
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1247
|
-
// GitPullRequestCreate aliases
|
|
1248
|
-
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1249
1251
|
// GitPullRequestDraft aliases
|
|
1250
1252
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1253
|
+
// GitPullRequestCreate aliases
|
|
1254
|
+
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1251
1255
|
// GitPullRequest aliases
|
|
1252
1256
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1253
1257
|
// Github aliases
|
|
@@ -1270,28 +1274,28 @@ export { default as GpuIcon } from '../icons/gpu';
|
|
|
1270
1274
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1271
1275
|
// Grape aliases
|
|
1272
1276
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1277
|
+
// Grid3x2 aliases
|
|
1278
|
+
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1273
1279
|
// GripHorizontal aliases
|
|
1274
1280
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1275
1281
|
// GripVertical aliases
|
|
1276
1282
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1277
|
-
// Grid3x2 aliases
|
|
1278
|
-
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1279
1283
|
// Grip aliases
|
|
1280
1284
|
export { default as GripIcon } from '../icons/grip';
|
|
1281
1285
|
// Group aliases
|
|
1282
1286
|
export { default as GroupIcon } from '../icons/group';
|
|
1283
|
-
// Guitar aliases
|
|
1284
|
-
export { default as GuitarIcon } from '../icons/guitar';
|
|
1285
1287
|
// Ham aliases
|
|
1286
1288
|
export { default as HamIcon } from '../icons/ham';
|
|
1289
|
+
// Guitar aliases
|
|
1290
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1287
1291
|
// Hamburger aliases
|
|
1288
1292
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1289
1293
|
// Hammer aliases
|
|
1290
1294
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1291
|
-
// HandFist aliases
|
|
1292
|
-
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1293
1295
|
// HandCoins aliases
|
|
1294
1296
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1297
|
+
// HandFist aliases
|
|
1298
|
+
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1295
1299
|
// HandHeart aliases
|
|
1296
1300
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1297
1301
|
// HandMetal aliases
|
|
@@ -1304,50 +1308,50 @@ export { default as HandIcon } from '../icons/hand';
|
|
|
1304
1308
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1305
1309
|
// Handshake aliases
|
|
1306
1310
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1311
|
+
// HardDriveDownload aliases
|
|
1312
|
+
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1307
1313
|
// HardDriveUpload aliases
|
|
1308
1314
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1309
1315
|
// HardDrive aliases
|
|
1310
1316
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1311
|
-
// HardDriveDownload aliases
|
|
1312
|
-
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1313
1317
|
// HardHat aliases
|
|
1314
1318
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1315
|
-
// HatGlasses aliases
|
|
1316
|
-
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1317
1319
|
// Hash aliases
|
|
1318
1320
|
export { default as HashIcon } from '../icons/hash';
|
|
1321
|
+
// HatGlasses aliases
|
|
1322
|
+
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1319
1323
|
// Haze aliases
|
|
1320
1324
|
export { default as HazeIcon } from '../icons/haze';
|
|
1321
|
-
// Hd aliases
|
|
1322
|
-
export { default as HdIcon } from '../icons/hd';
|
|
1323
|
-
// Heading1 aliases
|
|
1324
|
-
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1325
1325
|
// HdmiPort aliases
|
|
1326
1326
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1327
|
+
// Heading1 aliases
|
|
1328
|
+
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1329
|
+
// Hd aliases
|
|
1330
|
+
export { default as HdIcon } from '../icons/hd';
|
|
1327
1331
|
// Heading2 aliases
|
|
1328
1332
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1329
1333
|
// Heading3 aliases
|
|
1330
1334
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1331
|
-
// Heading4 aliases
|
|
1332
|
-
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1333
1335
|
// Heading5 aliases
|
|
1334
1336
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1337
|
+
// Heading4 aliases
|
|
1338
|
+
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1335
1339
|
// Heading6 aliases
|
|
1336
1340
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1337
|
-
// Heading aliases
|
|
1338
|
-
export { default as HeadingIcon } from '../icons/heading';
|
|
1339
1341
|
// HeadphoneOff aliases
|
|
1340
1342
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1341
1343
|
// Headphones aliases
|
|
1342
1344
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1345
|
+
// Heading aliases
|
|
1346
|
+
export { default as HeadingIcon } from '../icons/heading';
|
|
1343
1347
|
// Headset aliases
|
|
1344
1348
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1345
|
-
// HeartCrack aliases
|
|
1346
|
-
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1347
1349
|
// HeartHandshake aliases
|
|
1348
1350
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1349
1351
|
// HeartMinus aliases
|
|
1350
1352
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1353
|
+
// HeartCrack aliases
|
|
1354
|
+
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1351
1355
|
// HeartOff aliases
|
|
1352
1356
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1353
1357
|
// HeartPlus aliases
|
|
@@ -1364,10 +1368,10 @@ export { default as HelicopterIcon } from '../icons/helicopter';
|
|
|
1364
1368
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1365
1369
|
// Highlighter aliases
|
|
1366
1370
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1367
|
-
// History aliases
|
|
1368
|
-
export { default as HistoryIcon } from '../icons/history';
|
|
1369
1371
|
// HopOff aliases
|
|
1370
1372
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1373
|
+
// History aliases
|
|
1374
|
+
export { default as HistoryIcon } from '../icons/history';
|
|
1371
1375
|
// Hop aliases
|
|
1372
1376
|
export { default as HopIcon } from '../icons/hop';
|
|
1373
1377
|
// Hospital aliases
|
|
@@ -1382,10 +1386,10 @@ export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
|
1382
1386
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1383
1387
|
// HousePlug aliases
|
|
1384
1388
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1385
|
-
// HouseWifi aliases
|
|
1386
|
-
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1387
1389
|
// IdCardLanyard aliases
|
|
1388
1390
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1391
|
+
// HouseWifi aliases
|
|
1392
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1389
1393
|
// IdCard aliases
|
|
1390
1394
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1391
1395
|
// ImageDown aliases
|
|
@@ -1394,10 +1398,10 @@ export { default as ImageDownIcon } from '../icons/image-down';
|
|
|
1394
1398
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1395
1399
|
// ImageOff aliases
|
|
1396
1400
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1397
|
-
// ImagePlay aliases
|
|
1398
|
-
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1399
1401
|
// ImagePlus aliases
|
|
1400
1402
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1403
|
+
// ImagePlay aliases
|
|
1404
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1401
1405
|
// ImageUp aliases
|
|
1402
1406
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1403
1407
|
// ImageUpscale aliases
|
|
@@ -1442,14 +1446,14 @@ export { default as KeySquareIcon } from '../icons/key-square';
|
|
|
1442
1446
|
export { default as KeyIcon } from '../icons/key';
|
|
1443
1447
|
// KeyboardMusic aliases
|
|
1444
1448
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1445
|
-
// KeyboardOff aliases
|
|
1446
|
-
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1447
1449
|
// Keyboard aliases
|
|
1448
1450
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1449
|
-
//
|
|
1450
|
-
export { default as
|
|
1451
|
+
// KeyboardOff aliases
|
|
1452
|
+
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1451
1453
|
// LampDesk aliases
|
|
1452
1454
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1455
|
+
// LampCeiling aliases
|
|
1456
|
+
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1453
1457
|
// LampFloor aliases
|
|
1454
1458
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1455
1459
|
// LampWallDown aliases
|
|
@@ -1458,26 +1462,26 @@ export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
|
1458
1462
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1459
1463
|
// Lamp aliases
|
|
1460
1464
|
export { default as LampIcon } from '../icons/lamp';
|
|
1461
|
-
// Languages aliases
|
|
1462
|
-
export { default as LanguagesIcon } from '../icons/languages';
|
|
1463
1465
|
// LandPlot aliases
|
|
1464
1466
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1465
|
-
// LaptopMinimalCheck aliases
|
|
1466
|
-
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1467
1467
|
// Landmark aliases
|
|
1468
1468
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1469
|
-
//
|
|
1470
|
-
export { default as
|
|
1469
|
+
// Languages aliases
|
|
1470
|
+
export { default as LanguagesIcon } from '../icons/languages';
|
|
1471
|
+
// LaptopMinimalCheck aliases
|
|
1472
|
+
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1471
1473
|
// Laptop aliases
|
|
1472
1474
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1475
|
+
// LassoSelect aliases
|
|
1476
|
+
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1473
1477
|
// Lasso aliases
|
|
1474
1478
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1475
1479
|
// Laugh aliases
|
|
1476
1480
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1477
|
-
// Layers2 aliases
|
|
1478
|
-
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1479
1481
|
// LayersPlus aliases
|
|
1480
1482
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1483
|
+
// Layers2 aliases
|
|
1484
|
+
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1481
1485
|
// LayoutDashboard aliases
|
|
1482
1486
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1483
1487
|
// LayoutGrid aliases
|
|
@@ -1490,10 +1494,10 @@ export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
|
1490
1494
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1491
1495
|
// LayoutTemplate aliases
|
|
1492
1496
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1493
|
-
// LeafyGreen aliases
|
|
1494
|
-
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1495
1497
|
// Leaf aliases
|
|
1496
1498
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1499
|
+
// LeafyGreen aliases
|
|
1500
|
+
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1497
1501
|
// Lectern aliases
|
|
1498
1502
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1499
1503
|
// LibraryBig aliases
|
|
@@ -1502,10 +1506,10 @@ export { default as LibraryBigIcon } from '../icons/library-big';
|
|
|
1502
1506
|
export { default as LibraryIcon } from '../icons/library';
|
|
1503
1507
|
// LifeBuoy aliases
|
|
1504
1508
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1505
|
-
// LightbulbOff aliases
|
|
1506
|
-
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1507
1509
|
// Ligature aliases
|
|
1508
1510
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1511
|
+
// LightbulbOff aliases
|
|
1512
|
+
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1509
1513
|
// Lightbulb aliases
|
|
1510
1514
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1511
1515
|
// LineSquiggle aliases
|
|
@@ -1514,14 +1518,14 @@ export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
|
1514
1518
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1515
1519
|
// Link2 aliases
|
|
1516
1520
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1517
|
-
// ListCheck aliases
|
|
1518
|
-
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1519
1521
|
// Link aliases
|
|
1520
1522
|
export { default as LinkIcon } from '../icons/link';
|
|
1521
|
-
//
|
|
1522
|
-
export { default as
|
|
1523
|
+
// ListCheck aliases
|
|
1524
|
+
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1523
1525
|
// ListChecks aliases
|
|
1524
1526
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1527
|
+
// Linkedin aliases
|
|
1528
|
+
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1525
1529
|
// ListChevronsUpDown aliases
|
|
1526
1530
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1527
1531
|
// ListChevronsDownUp aliases
|
|
@@ -1540,36 +1544,36 @@ export { default as ListMinusIcon } from '../icons/list-minus';
|
|
|
1540
1544
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1541
1545
|
// ListOrdered aliases
|
|
1542
1546
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1543
|
-
// ListRestart aliases
|
|
1544
|
-
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1545
1547
|
// ListPlus aliases
|
|
1546
1548
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1547
|
-
//
|
|
1548
|
-
export { default as
|
|
1549
|
-
// ListVideo aliases
|
|
1550
|
-
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1549
|
+
// ListRestart aliases
|
|
1550
|
+
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1551
1551
|
// ListTodo aliases
|
|
1552
1552
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1553
|
+
// ListStart aliases
|
|
1554
|
+
export { default as ListStartIcon } from '../icons/list-start';
|
|
1553
1555
|
// ListTree aliases
|
|
1554
1556
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1557
|
+
// ListVideo aliases
|
|
1558
|
+
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1555
1559
|
// ListX aliases
|
|
1556
1560
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1557
1561
|
// List aliases
|
|
1558
1562
|
export { default as ListIcon } from '../icons/list';
|
|
1559
|
-
// LoaderPinwheel aliases
|
|
1560
|
-
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1561
|
-
// LocateFixed aliases
|
|
1562
|
-
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1563
1563
|
// Loader aliases
|
|
1564
1564
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1565
|
+
// LocateFixed aliases
|
|
1566
|
+
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1567
|
+
// LoaderPinwheel aliases
|
|
1568
|
+
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1565
1569
|
// LocateOff aliases
|
|
1566
1570
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1567
1571
|
// Locate aliases
|
|
1568
1572
|
export { default as LocateIcon } from '../icons/locate';
|
|
1569
|
-
// LockKeyhole aliases
|
|
1570
|
-
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1571
1573
|
// Lock aliases
|
|
1572
1574
|
export { default as LockIcon } from '../icons/lock';
|
|
1575
|
+
// LockKeyhole aliases
|
|
1576
|
+
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1573
1577
|
// LogIn aliases
|
|
1574
1578
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1575
1579
|
// LogOut aliases
|
|
@@ -1580,14 +1584,14 @@ export { default as LogsIcon } from '../icons/logs';
|
|
|
1580
1584
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1581
1585
|
// Luggage aliases
|
|
1582
1586
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1587
|
+
// MailCheck aliases
|
|
1588
|
+
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1583
1589
|
// Magnet aliases
|
|
1584
1590
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1585
1591
|
// MailMinus aliases
|
|
1586
1592
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1587
1593
|
// MailOpen aliases
|
|
1588
1594
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1589
|
-
// MailCheck aliases
|
|
1590
|
-
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1591
1595
|
// MailPlus aliases
|
|
1592
1596
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1593
1597
|
// MailSearch aliases
|
|
@@ -1598,40 +1602,40 @@ export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
|
1598
1602
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1599
1603
|
// Mail aliases
|
|
1600
1604
|
export { default as MailIcon } from '../icons/mail';
|
|
1601
|
-
// Mailbox aliases
|
|
1602
|
-
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1603
1605
|
// Mails aliases
|
|
1604
1606
|
export { default as MailsIcon } from '../icons/mails';
|
|
1607
|
+
// Mailbox aliases
|
|
1608
|
+
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1605
1609
|
// MapMinus aliases
|
|
1606
1610
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1607
1611
|
// MapPinCheckInside aliases
|
|
1608
1612
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1609
1613
|
// MapPinCheck aliases
|
|
1610
1614
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1611
|
-
// MapPinHouse aliases
|
|
1612
|
-
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1613
1615
|
// MapPinMinusInside aliases
|
|
1614
1616
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1615
|
-
//
|
|
1616
|
-
export { default as
|
|
1617
|
+
// MapPinHouse aliases
|
|
1618
|
+
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1617
1619
|
// MapPinOff aliases
|
|
1618
1620
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1621
|
+
// MapPinMinus aliases
|
|
1622
|
+
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1619
1623
|
// MapPinPlusInside aliases
|
|
1620
1624
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1621
1625
|
// MapPinPlus aliases
|
|
1622
1626
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1623
|
-
// MapPinX aliases
|
|
1624
|
-
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1625
1627
|
// MapPinXInside aliases
|
|
1626
1628
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1629
|
+
// MapPinX aliases
|
|
1630
|
+
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1627
1631
|
// MapPin aliases
|
|
1628
1632
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1629
|
-
// MapPlus aliases
|
|
1630
|
-
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1631
1633
|
// MapPinned aliases
|
|
1632
1634
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1633
1635
|
// Map aliases
|
|
1634
1636
|
export { default as MapIcon } from '../icons/map';
|
|
1637
|
+
// MapPlus aliases
|
|
1638
|
+
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1635
1639
|
// MarsStroke aliases
|
|
1636
1640
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1637
1641
|
// Mars aliases
|
|
@@ -1640,14 +1644,14 @@ export { default as MarsIcon } from '../icons/mars';
|
|
|
1640
1644
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1641
1645
|
// Maximize2 aliases
|
|
1642
1646
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1643
|
-
// Maximize aliases
|
|
1644
|
-
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1645
1647
|
// Medal aliases
|
|
1646
1648
|
export { default as MedalIcon } from '../icons/medal';
|
|
1647
|
-
//
|
|
1648
|
-
export { default as
|
|
1649
|
+
// Maximize aliases
|
|
1650
|
+
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1649
1651
|
// Megaphone aliases
|
|
1650
1652
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1653
|
+
// MegaphoneOff aliases
|
|
1654
|
+
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1651
1655
|
// Meh aliases
|
|
1652
1656
|
export { default as MehIcon } from '../icons/meh';
|
|
1653
1657
|
// MemoryStick aliases
|
|
@@ -1656,10 +1660,10 @@ export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
|
1656
1660
|
export { default as MenuIcon } from '../icons/menu';
|
|
1657
1661
|
// Merge aliases
|
|
1658
1662
|
export { default as MergeIcon } from '../icons/merge';
|
|
1659
|
-
// MessageCircleCode aliases
|
|
1660
|
-
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1661
1663
|
// MessageCircleDashed aliases
|
|
1662
1664
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1665
|
+
// MessageCircleCode aliases
|
|
1666
|
+
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1663
1667
|
// MessageCircleHeart aliases
|
|
1664
1668
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1665
1669
|
// MessageCircleMore aliases
|
|
@@ -1674,60 +1678,60 @@ export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply
|
|
|
1674
1678
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1675
1679
|
// MessageCircleX aliases
|
|
1676
1680
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1677
|
-
// MessageSquareCode aliases
|
|
1678
|
-
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1679
1681
|
// MessageCircle aliases
|
|
1680
1682
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1683
|
+
// MessageSquareCode aliases
|
|
1684
|
+
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1681
1685
|
// MessageSquareDashed aliases
|
|
1682
1686
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1683
|
-
// MessageSquareDot aliases
|
|
1684
|
-
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1685
1687
|
// MessageSquareDiff aliases
|
|
1686
1688
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1689
|
+
// MessageSquareDot aliases
|
|
1690
|
+
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1687
1691
|
// MessageSquareHeart aliases
|
|
1688
1692
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1689
1693
|
// MessageSquareLock aliases
|
|
1690
1694
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1691
|
-
// MessageSquareOff aliases
|
|
1692
|
-
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1693
1695
|
// MessageSquareMore aliases
|
|
1694
1696
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1697
|
+
// MessageSquareOff aliases
|
|
1698
|
+
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1695
1699
|
// MessageSquarePlus aliases
|
|
1696
1700
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1697
|
-
// MessageSquareQuote aliases
|
|
1698
|
-
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1699
|
-
// MessageSquareReply aliases
|
|
1700
|
-
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1701
1701
|
// MessageSquareShare aliases
|
|
1702
1702
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1703
|
+
// MessageSquareQuote aliases
|
|
1704
|
+
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1703
1705
|
// MessageSquareText aliases
|
|
1704
1706
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1707
|
+
// MessageSquareReply aliases
|
|
1708
|
+
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1705
1709
|
// MessageSquareWarning aliases
|
|
1706
1710
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1707
1711
|
// MessageSquareX aliases
|
|
1708
1712
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1709
|
-
// MessageSquare aliases
|
|
1710
|
-
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1711
1713
|
// MessagesSquare aliases
|
|
1712
1714
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1715
|
+
// MessageSquare aliases
|
|
1716
|
+
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1713
1717
|
// MicOff aliases
|
|
1714
1718
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1715
1719
|
// Mic aliases
|
|
1716
1720
|
export { default as MicIcon } from '../icons/mic';
|
|
1717
1721
|
// Microchip aliases
|
|
1718
1722
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1719
|
-
// Microwave aliases
|
|
1720
|
-
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1721
1723
|
// Microscope aliases
|
|
1722
1724
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1723
|
-
//
|
|
1724
|
-
export { default as
|
|
1725
|
+
// Microwave aliases
|
|
1726
|
+
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1725
1727
|
// Milestone aliases
|
|
1726
1728
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1727
|
-
//
|
|
1728
|
-
export { default as
|
|
1729
|
+
// MilkOff aliases
|
|
1730
|
+
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1729
1731
|
// Milk aliases
|
|
1730
1732
|
export { default as MilkIcon } from '../icons/milk';
|
|
1733
|
+
// Minimize2 aliases
|
|
1734
|
+
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1731
1735
|
// Minimize aliases
|
|
1732
1736
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1733
1737
|
// Minus aliases
|
|
@@ -1738,30 +1742,30 @@ export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
|
1738
1742
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1739
1743
|
// MonitorCog aliases
|
|
1740
1744
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1741
|
-
// MonitorDot aliases
|
|
1742
|
-
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1743
1745
|
// MonitorDown aliases
|
|
1744
1746
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1747
|
+
// MonitorDot aliases
|
|
1748
|
+
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1745
1749
|
// MonitorOff aliases
|
|
1746
1750
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1747
1751
|
// MonitorPause aliases
|
|
1748
1752
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1749
1753
|
// MonitorPlay aliases
|
|
1750
1754
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1751
|
-
// MonitorSpeaker aliases
|
|
1752
|
-
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1753
1755
|
// MonitorSmartphone aliases
|
|
1754
1756
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1755
1757
|
// MonitorStop aliases
|
|
1756
1758
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1759
|
+
// MonitorSpeaker aliases
|
|
1760
|
+
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1757
1761
|
// MonitorUp aliases
|
|
1758
1762
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1759
1763
|
// MonitorX aliases
|
|
1760
1764
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1761
|
-
// MoonStar aliases
|
|
1762
|
-
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1763
1765
|
// Monitor aliases
|
|
1764
1766
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1767
|
+
// MoonStar aliases
|
|
1768
|
+
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1765
1769
|
// Moon aliases
|
|
1766
1770
|
export { default as MoonIcon } from '../icons/moon';
|
|
1767
1771
|
// Motorbike aliases
|
|
@@ -1774,14 +1778,14 @@ export { default as MountainIcon } from '../icons/mountain';
|
|
|
1774
1778
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1775
1779
|
// MousePointer2Off aliases
|
|
1776
1780
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1777
|
-
// MousePointer2 aliases
|
|
1778
|
-
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1779
|
-
// MousePointerBan aliases
|
|
1780
|
-
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1781
1781
|
// MousePointerClick aliases
|
|
1782
1782
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1783
|
+
// MousePointer2 aliases
|
|
1784
|
+
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1783
1785
|
// MousePointer aliases
|
|
1784
1786
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1787
|
+
// MousePointerBan aliases
|
|
1788
|
+
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1785
1789
|
// Mouse aliases
|
|
1786
1790
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1787
1791
|
// MoveDiagonal2 aliases
|
|
@@ -1792,36 +1796,36 @@ export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
|
1792
1796
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1793
1797
|
// MoveDownRight aliases
|
|
1794
1798
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1795
|
-
// MoveDown aliases
|
|
1796
|
-
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1797
1799
|
// MoveHorizontal aliases
|
|
1798
1800
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1799
|
-
// MoveRight aliases
|
|
1800
|
-
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1801
1801
|
// MoveLeft aliases
|
|
1802
1802
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1803
|
-
//
|
|
1804
|
-
export { default as
|
|
1803
|
+
// MoveDown aliases
|
|
1804
|
+
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1805
|
+
// MoveRight aliases
|
|
1806
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1805
1807
|
// MoveUpLeft aliases
|
|
1806
1808
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1807
|
-
//
|
|
1808
|
-
export { default as
|
|
1809
|
+
// MoveUpRight aliases
|
|
1810
|
+
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1809
1811
|
// MoveVertical aliases
|
|
1810
1812
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1813
|
+
// MoveUp aliases
|
|
1814
|
+
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1811
1815
|
// Move aliases
|
|
1812
1816
|
export { default as MoveIcon } from '../icons/move';
|
|
1813
1817
|
// Music2 aliases
|
|
1814
1818
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1815
|
-
// Music3 aliases
|
|
1816
|
-
export { default as Music3Icon } from '../icons/music-3';
|
|
1817
|
-
// Music4 aliases
|
|
1818
|
-
export { default as Music4Icon } from '../icons/music-4';
|
|
1819
1819
|
// Navigation2Off aliases
|
|
1820
1820
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1821
|
-
//
|
|
1822
|
-
export { default as
|
|
1821
|
+
// Music4 aliases
|
|
1822
|
+
export { default as Music4Icon } from '../icons/music-4';
|
|
1823
|
+
// Music3 aliases
|
|
1824
|
+
export { default as Music3Icon } from '../icons/music-3';
|
|
1823
1825
|
// Music aliases
|
|
1824
1826
|
export { default as MusicIcon } from '../icons/music';
|
|
1827
|
+
// Navigation2 aliases
|
|
1828
|
+
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1825
1829
|
// NavigationOff aliases
|
|
1826
1830
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1827
1831
|
// Navigation aliases
|
|
@@ -1836,26 +1840,26 @@ export { default as NfcIcon } from '../icons/nfc';
|
|
|
1836
1840
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1837
1841
|
// NotebookPen aliases
|
|
1838
1842
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1839
|
-
// NotebookText aliases
|
|
1840
|
-
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1841
1843
|
// NotebookTabs aliases
|
|
1842
1844
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1845
|
+
// NotebookText aliases
|
|
1846
|
+
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1847
|
+
// Notebook aliases
|
|
1848
|
+
export { default as NotebookIcon } from '../icons/notebook';
|
|
1843
1849
|
// NotepadTextDashed aliases
|
|
1844
1850
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1845
1851
|
// NotepadText aliases
|
|
1846
1852
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1847
1853
|
// NutOff aliases
|
|
1848
1854
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1849
|
-
// Nut aliases
|
|
1850
|
-
export { default as NutIcon } from '../icons/nut';
|
|
1851
1855
|
// OctagonMinus aliases
|
|
1852
1856
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1857
|
+
// Nut aliases
|
|
1858
|
+
export { default as NutIcon } from '../icons/nut';
|
|
1853
1859
|
// Octagon aliases
|
|
1854
1860
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1855
1861
|
// Omega aliases
|
|
1856
1862
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1857
|
-
// Notebook aliases
|
|
1858
|
-
export { default as NotebookIcon } from '../icons/notebook';
|
|
1859
1863
|
// Option aliases
|
|
1860
1864
|
export { default as OptionIcon } from '../icons/option';
|
|
1861
1865
|
// Orbit aliases
|
|
@@ -1874,54 +1878,54 @@ export { default as PackageOpenIcon } from '../icons/package-open';
|
|
|
1874
1878
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1875
1879
|
// PackageSearch aliases
|
|
1876
1880
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1877
|
-
// PaintBucket aliases
|
|
1878
|
-
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1879
1881
|
// PackageX aliases
|
|
1880
1882
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1881
|
-
// PaintRoller aliases
|
|
1882
|
-
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1883
1883
|
// Package aliases
|
|
1884
1884
|
export { default as PackageIcon } from '../icons/package';
|
|
1885
|
+
// PaintRoller aliases
|
|
1886
|
+
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1887
|
+
// PaintBucket aliases
|
|
1888
|
+
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1885
1889
|
// Paintbrush aliases
|
|
1886
1890
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1887
|
-
// Panda aliases
|
|
1888
|
-
export { default as PandaIcon } from '../icons/panda';
|
|
1889
1891
|
// Palette aliases
|
|
1890
1892
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1893
|
+
// Panda aliases
|
|
1894
|
+
export { default as PandaIcon } from '../icons/panda';
|
|
1895
|
+
// PanelBottomOpen aliases
|
|
1896
|
+
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1891
1897
|
// PanelBottomClose aliases
|
|
1892
1898
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1893
1899
|
// PanelBottom aliases
|
|
1894
1900
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1895
|
-
// PanelBottomOpen aliases
|
|
1896
|
-
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1897
|
-
// PanelRightClose aliases
|
|
1898
|
-
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1899
|
-
// PanelRightOpen aliases
|
|
1900
|
-
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1901
1901
|
// PanelLeftRightDashed aliases
|
|
1902
1902
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1903
|
+
// PanelRightOpen aliases
|
|
1904
|
+
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1905
|
+
// PanelRightClose aliases
|
|
1906
|
+
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1903
1907
|
// PanelRight aliases
|
|
1904
1908
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1905
1909
|
// PanelTopBottomDashed aliases
|
|
1906
1910
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1907
|
-
// PanelTopOpen aliases
|
|
1908
|
-
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1909
1911
|
// PanelTopClose aliases
|
|
1910
1912
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1913
|
+
// PanelTopOpen aliases
|
|
1914
|
+
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1911
1915
|
// PanelTop aliases
|
|
1912
1916
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1913
1917
|
// PanelsLeftBottom aliases
|
|
1914
1918
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1915
1919
|
// PanelsRightBottom aliases
|
|
1916
1920
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1917
|
-
// ParkingMeter aliases
|
|
1918
|
-
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1919
1921
|
// Paperclip aliases
|
|
1920
1922
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1921
|
-
// PartyPopper aliases
|
|
1922
|
-
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1923
1923
|
// Parentheses aliases
|
|
1924
1924
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1925
|
+
// ParkingMeter aliases
|
|
1926
|
+
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1927
|
+
// PartyPopper aliases
|
|
1928
|
+
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1925
1929
|
// Pause aliases
|
|
1926
1930
|
export { default as PauseIcon } from '../icons/pause';
|
|
1927
1931
|
// PawPrint aliases
|
|
@@ -1930,18 +1934,18 @@ export { default as PawPrintIcon } from '../icons/paw-print';
|
|
|
1930
1934
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1931
1935
|
// PenTool aliases
|
|
1932
1936
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1933
|
-
// PencilLine aliases
|
|
1934
|
-
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1935
1937
|
// PenOff aliases
|
|
1936
1938
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1939
|
+
// PencilLine aliases
|
|
1940
|
+
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1937
1941
|
// PencilOff aliases
|
|
1938
1942
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1939
|
-
// PencilRuler aliases
|
|
1940
|
-
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1941
1943
|
// Pencil aliases
|
|
1942
1944
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1943
1945
|
// Pentagon aliases
|
|
1944
1946
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1947
|
+
// PencilRuler aliases
|
|
1948
|
+
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1945
1949
|
// Percent aliases
|
|
1946
1950
|
export { default as PercentIcon } from '../icons/percent';
|
|
1947
1951
|
// PersonStanding aliases
|
|
@@ -1956,34 +1960,34 @@ export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
|
1956
1960
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1957
1961
|
// PhoneMissed aliases
|
|
1958
1962
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1959
|
-
// PhoneOutgoing aliases
|
|
1960
|
-
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1961
1963
|
// PhoneOff aliases
|
|
1962
1964
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1965
|
+
// PhoneOutgoing aliases
|
|
1966
|
+
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1963
1967
|
// Phone aliases
|
|
1964
1968
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1965
1969
|
// Pi aliases
|
|
1966
1970
|
export { default as PiIcon } from '../icons/pi';
|
|
1967
1971
|
// Piano aliases
|
|
1968
1972
|
export { default as PianoIcon } from '../icons/piano';
|
|
1969
|
-
// PictureInPicture2 aliases
|
|
1970
|
-
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1971
1973
|
// Pickaxe aliases
|
|
1972
1974
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1975
|
+
// PictureInPicture2 aliases
|
|
1976
|
+
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1973
1977
|
// PictureInPicture aliases
|
|
1974
1978
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1975
|
-
// PiggyBank aliases
|
|
1976
|
-
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1977
1979
|
// PilcrowLeft aliases
|
|
1978
1980
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1981
|
+
// PiggyBank aliases
|
|
1982
|
+
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1979
1983
|
// PilcrowRight aliases
|
|
1980
1984
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1981
1985
|
// Pilcrow aliases
|
|
1982
1986
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1983
|
-
// Pill aliases
|
|
1984
|
-
export { default as PillIcon } from '../icons/pill';
|
|
1985
1987
|
// PillBottle aliases
|
|
1986
1988
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1989
|
+
// Pill aliases
|
|
1990
|
+
export { default as PillIcon } from '../icons/pill';
|
|
1987
1991
|
// PinOff aliases
|
|
1988
1992
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1989
1993
|
// Pin aliases
|
|
@@ -1994,44 +1998,44 @@ export { default as PipetteIcon } from '../icons/pipette';
|
|
|
1994
1998
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
1995
1999
|
// PlaneLanding aliases
|
|
1996
2000
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1997
|
-
// PlaneTakeoff aliases
|
|
1998
|
-
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1999
2001
|
// Plane aliases
|
|
2000
2002
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2001
|
-
//
|
|
2002
|
-
export { default as
|
|
2003
|
+
// PlaneTakeoff aliases
|
|
2004
|
+
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2003
2005
|
// Play aliases
|
|
2004
2006
|
export { default as PlayIcon } from '../icons/play';
|
|
2007
|
+
// Plug2 aliases
|
|
2008
|
+
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2005
2009
|
// Plug aliases
|
|
2006
2010
|
export { default as PlugIcon } from '../icons/plug';
|
|
2007
2011
|
// Plus aliases
|
|
2008
2012
|
export { default as PlusIcon } from '../icons/plus';
|
|
2009
|
-
// Pocket aliases
|
|
2010
|
-
export { default as PocketIcon } from '../icons/pocket';
|
|
2011
2013
|
// PocketKnife aliases
|
|
2012
2014
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2013
|
-
// PointerOff aliases
|
|
2014
|
-
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2015
2015
|
// Podcast aliases
|
|
2016
2016
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2017
|
+
// PointerOff aliases
|
|
2018
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2019
|
+
// Pocket aliases
|
|
2020
|
+
export { default as PocketIcon } from '../icons/pocket';
|
|
2017
2021
|
// Pointer aliases
|
|
2018
2022
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2019
2023
|
// Popcorn aliases
|
|
2020
2024
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2021
2025
|
// Popsicle aliases
|
|
2022
2026
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2023
|
-
// PoundSterling aliases
|
|
2024
|
-
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2025
2027
|
// PowerOff aliases
|
|
2026
2028
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2029
|
+
// PoundSterling aliases
|
|
2030
|
+
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2027
2031
|
// Power aliases
|
|
2028
2032
|
export { default as PowerIcon } from '../icons/power';
|
|
2029
2033
|
// Presentation aliases
|
|
2030
2034
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2031
|
-
// Printer aliases
|
|
2032
|
-
export { default as PrinterIcon } from '../icons/printer';
|
|
2033
2035
|
// PrinterCheck aliases
|
|
2034
2036
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2037
|
+
// Printer aliases
|
|
2038
|
+
export { default as PrinterIcon } from '../icons/printer';
|
|
2035
2039
|
// Projector aliases
|
|
2036
2040
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2037
2041
|
// Proportions aliases
|
|
@@ -2048,18 +2052,18 @@ export { default as QuoteIcon } from '../icons/quote';
|
|
|
2048
2052
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2049
2053
|
// Radar aliases
|
|
2050
2054
|
export { default as RadarIcon } from '../icons/radar';
|
|
2051
|
-
// Radiation aliases
|
|
2052
|
-
export { default as RadiationIcon } from '../icons/radiation';
|
|
2053
2055
|
// Radical aliases
|
|
2054
2056
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2055
|
-
//
|
|
2056
|
-
export { default as
|
|
2057
|
+
// Radiation aliases
|
|
2058
|
+
export { default as RadiationIcon } from '../icons/radiation';
|
|
2057
2059
|
// RadioReceiver aliases
|
|
2058
2060
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2059
|
-
//
|
|
2060
|
-
export { default as
|
|
2061
|
+
// RadioTower aliases
|
|
2062
|
+
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2061
2063
|
// Radio aliases
|
|
2062
2064
|
export { default as RadioIcon } from '../icons/radio';
|
|
2065
|
+
// Radius aliases
|
|
2066
|
+
export { default as RadiusIcon } from '../icons/radius';
|
|
2063
2067
|
// Rainbow aliases
|
|
2064
2068
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2065
2069
|
// RailSymbol aliases
|
|
@@ -2074,14 +2078,14 @@ export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
|
2074
2078
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2075
2079
|
// ReceiptIndianRupee aliases
|
|
2076
2080
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2077
|
-
// ReceiptPoundSterling aliases
|
|
2078
|
-
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2079
|
-
// ReceiptSwissFranc aliases
|
|
2080
|
-
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2081
2081
|
// ReceiptJapaneseYen aliases
|
|
2082
2082
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2083
|
+
// ReceiptPoundSterling aliases
|
|
2084
|
+
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2083
2085
|
// ReceiptRussianRuble aliases
|
|
2084
2086
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2087
|
+
// ReceiptSwissFranc aliases
|
|
2088
|
+
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2085
2089
|
// ReceiptText aliases
|
|
2086
2090
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2087
2091
|
// ReceiptTurkishLira aliases
|
|
@@ -2090,14 +2094,14 @@ export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira
|
|
|
2090
2094
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2091
2095
|
// RectangleCircle aliases
|
|
2092
2096
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2093
|
-
// RectangleGoggles aliases
|
|
2094
|
-
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2095
2097
|
// RectangleHorizontal aliases
|
|
2096
2098
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2097
|
-
//
|
|
2098
|
-
export { default as
|
|
2099
|
+
// RectangleGoggles aliases
|
|
2100
|
+
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2099
2101
|
// Recycle aliases
|
|
2100
2102
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2103
|
+
// RectangleVertical aliases
|
|
2104
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2101
2105
|
// Redo2 aliases
|
|
2102
2106
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2103
2107
|
// RedoDot aliases
|
|
@@ -2110,44 +2114,44 @@ export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
|
2110
2114
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2111
2115
|
// RefreshCwOff aliases
|
|
2112
2116
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2113
|
-
// Refrigerator aliases
|
|
2114
|
-
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2115
|
-
// Regex aliases
|
|
2116
|
-
export { default as RegexIcon } from '../icons/regex';
|
|
2117
2117
|
// RefreshCw aliases
|
|
2118
2118
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2119
|
+
// Regex aliases
|
|
2120
|
+
export { default as RegexIcon } from '../icons/regex';
|
|
2121
|
+
// Refrigerator aliases
|
|
2122
|
+
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2119
2123
|
// RemoveFormatting aliases
|
|
2120
2124
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2121
|
-
// Repeat2 aliases
|
|
2122
|
-
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2123
2125
|
// Repeat1 aliases
|
|
2124
2126
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2125
|
-
//
|
|
2126
|
-
export { default as
|
|
2127
|
+
// Repeat2 aliases
|
|
2128
|
+
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2127
2129
|
// Replace aliases
|
|
2128
2130
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2131
|
+
// Repeat aliases
|
|
2132
|
+
export { default as RepeatIcon } from '../icons/repeat';
|
|
2129
2133
|
// ReplaceAll aliases
|
|
2130
2134
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2131
2135
|
// ReplyAll aliases
|
|
2132
2136
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2133
2137
|
// Reply aliases
|
|
2134
2138
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2139
|
+
// Rocket aliases
|
|
2140
|
+
export { default as RocketIcon } from '../icons/rocket';
|
|
2135
2141
|
// Rewind aliases
|
|
2136
2142
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2137
|
-
// RockingChair aliases
|
|
2138
|
-
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2139
2143
|
// Ribbon aliases
|
|
2140
2144
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2145
|
+
// RockingChair aliases
|
|
2146
|
+
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2141
2147
|
// RollerCoaster aliases
|
|
2142
2148
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2143
|
-
// Rocket aliases
|
|
2144
|
-
export { default as RocketIcon } from '../icons/rocket';
|
|
2145
2149
|
// Rose aliases
|
|
2146
2150
|
export { default as RoseIcon } from '../icons/rose';
|
|
2147
|
-
// RotateCcwSquare aliases
|
|
2148
|
-
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2149
2151
|
// RotateCcwKey aliases
|
|
2150
2152
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2153
|
+
// RotateCcwSquare aliases
|
|
2154
|
+
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2151
2155
|
// RotateCcw aliases
|
|
2152
2156
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2153
2157
|
// RotateCwSquare aliases
|
|
@@ -2174,110 +2178,110 @@ export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
|
2174
2178
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2175
2179
|
// Salad aliases
|
|
2176
2180
|
export { default as SaladIcon } from '../icons/salad';
|
|
2177
|
-
// Sandwich aliases
|
|
2178
|
-
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2179
2181
|
// SatelliteDish aliases
|
|
2180
2182
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2181
|
-
//
|
|
2182
|
-
export { default as
|
|
2183
|
+
// Sandwich aliases
|
|
2184
|
+
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2183
2185
|
// SaudiRiyal aliases
|
|
2184
2186
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2187
|
+
// Satellite aliases
|
|
2188
|
+
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2185
2189
|
// SaveAll aliases
|
|
2186
2190
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2187
2191
|
// SaveOff aliases
|
|
2188
2192
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2189
|
-
//
|
|
2190
|
-
export { default as
|
|
2193
|
+
// Scaling aliases
|
|
2194
|
+
export { default as ScalingIcon } from '../icons/scaling';
|
|
2191
2195
|
// Scale aliases
|
|
2192
2196
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2197
|
+
// Save aliases
|
|
2198
|
+
export { default as SaveIcon } from '../icons/save';
|
|
2193
2199
|
// ScanBarcode aliases
|
|
2194
2200
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2195
|
-
// Scaling aliases
|
|
2196
|
-
export { default as ScalingIcon } from '../icons/scaling';
|
|
2197
|
-
// ScanHeart aliases
|
|
2198
|
-
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2199
|
-
// ScanFace aliases
|
|
2200
|
-
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2201
2201
|
// ScanEye aliases
|
|
2202
2202
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2203
|
+
// ScanFace aliases
|
|
2204
|
+
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2205
|
+
// ScanHeart aliases
|
|
2206
|
+
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2203
2207
|
// ScanLine aliases
|
|
2204
2208
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2205
2209
|
// ScanQrCode aliases
|
|
2206
2210
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2207
|
-
// ScanText aliases
|
|
2208
|
-
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2209
2211
|
// ScanSearch aliases
|
|
2210
2212
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2213
|
+
// ScanText aliases
|
|
2214
|
+
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2211
2215
|
// Scan aliases
|
|
2212
2216
|
export { default as ScanIcon } from '../icons/scan';
|
|
2213
|
-
//
|
|
2214
|
-
export { default as
|
|
2217
|
+
// ScissorsLineDashed aliases
|
|
2218
|
+
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2215
2219
|
// Scissors aliases
|
|
2216
2220
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2221
|
+
// School aliases
|
|
2222
|
+
export { default as SchoolIcon } from '../icons/school';
|
|
2217
2223
|
// Scooter aliases
|
|
2218
2224
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2219
|
-
// ScissorsLineDashed aliases
|
|
2220
|
-
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2221
2225
|
// ScreenShareOff aliases
|
|
2222
2226
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2223
2227
|
// ScreenShare aliases
|
|
2224
2228
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2225
|
-
// ScrollText aliases
|
|
2226
|
-
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2227
|
-
// SearchAlert aliases
|
|
2228
|
-
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2229
|
-
// SearchCheck aliases
|
|
2230
|
-
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2231
2229
|
// Scroll aliases
|
|
2232
2230
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2231
|
+
// SearchAlert aliases
|
|
2232
|
+
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2233
|
+
// ScrollText aliases
|
|
2234
|
+
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2233
2235
|
// SearchCode aliases
|
|
2234
2236
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2237
|
+
// SearchCheck aliases
|
|
2238
|
+
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2235
2239
|
// SearchX aliases
|
|
2236
2240
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2237
2241
|
// SearchSlash aliases
|
|
2238
2242
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2239
2243
|
// Search aliases
|
|
2240
2244
|
export { default as SearchIcon } from '../icons/search';
|
|
2241
|
-
// Section aliases
|
|
2242
|
-
export { default as SectionIcon } from '../icons/section';
|
|
2243
2245
|
// SendToBack aliases
|
|
2244
2246
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2247
|
+
// Section aliases
|
|
2248
|
+
export { default as SectionIcon } from '../icons/section';
|
|
2245
2249
|
// Send aliases
|
|
2246
2250
|
export { default as SendIcon } from '../icons/send';
|
|
2247
|
-
// SeparatorVertical aliases
|
|
2248
|
-
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2249
2251
|
// SeparatorHorizontal aliases
|
|
2250
2252
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2253
|
+
// SeparatorVertical aliases
|
|
2254
|
+
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2251
2255
|
// ServerCog aliases
|
|
2252
2256
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2253
|
-
// ServerCrash aliases
|
|
2254
|
-
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2255
2257
|
// ServerOff aliases
|
|
2256
2258
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2257
2259
|
// Server aliases
|
|
2258
2260
|
export { default as ServerIcon } from '../icons/server';
|
|
2261
|
+
// ServerCrash aliases
|
|
2262
|
+
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2259
2263
|
// Settings2 aliases
|
|
2260
2264
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2261
2265
|
// Settings aliases
|
|
2262
2266
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2267
|
+
// Shapes aliases
|
|
2268
|
+
export { default as ShapesIcon } from '../icons/shapes';
|
|
2263
2269
|
// Share2 aliases
|
|
2264
2270
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2265
2271
|
// Share aliases
|
|
2266
2272
|
export { default as ShareIcon } from '../icons/share';
|
|
2267
2273
|
// Sheet aliases
|
|
2268
2274
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2269
|
-
// Shapes aliases
|
|
2270
|
-
export { default as ShapesIcon } from '../icons/shapes';
|
|
2271
2275
|
// Shell aliases
|
|
2272
2276
|
export { default as ShellIcon } from '../icons/shell';
|
|
2273
2277
|
// ShieldAlert aliases
|
|
2274
2278
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2279
|
+
// ShieldBan aliases
|
|
2280
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2275
2281
|
// ShieldEllipsis aliases
|
|
2276
2282
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2277
2283
|
// ShieldCheck aliases
|
|
2278
2284
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2279
|
-
// ShieldBan aliases
|
|
2280
|
-
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2281
2285
|
// ShieldHalf aliases
|
|
2282
2286
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2283
2287
|
// ShieldMinus aliases
|
|
@@ -2288,10 +2292,10 @@ export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
|
2288
2292
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2289
2293
|
// ShieldUser aliases
|
|
2290
2294
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2291
|
-
// Shield aliases
|
|
2292
|
-
export { default as ShieldIcon } from '../icons/shield';
|
|
2293
2295
|
// ShipWheel aliases
|
|
2294
2296
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2297
|
+
// Shield aliases
|
|
2298
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2295
2299
|
// Ship aliases
|
|
2296
2300
|
export { default as ShipIcon } from '../icons/ship';
|
|
2297
2301
|
// Shirt aliases
|
|
@@ -2302,126 +2306,126 @@ export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
|
2302
2306
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2303
2307
|
// Shovel aliases
|
|
2304
2308
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2305
|
-
// ShoppingCart aliases
|
|
2306
|
-
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2307
2309
|
// ShowerHead aliases
|
|
2308
2310
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2311
|
+
// ShoppingCart aliases
|
|
2312
|
+
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2309
2313
|
// Shredder aliases
|
|
2310
2314
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2311
2315
|
// Shrimp aliases
|
|
2312
2316
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2313
2317
|
// Shrink aliases
|
|
2314
2318
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2315
|
-
// Shuffle aliases
|
|
2316
|
-
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2317
2319
|
// Shrub aliases
|
|
2318
2320
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2321
|
+
// Shuffle aliases
|
|
2322
|
+
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2319
2323
|
// Sigma aliases
|
|
2320
2324
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2321
|
-
// SignalLow aliases
|
|
2322
|
-
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2323
2325
|
// SignalHigh aliases
|
|
2324
2326
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2325
|
-
// SignalZero aliases
|
|
2326
|
-
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2327
|
-
// Signal aliases
|
|
2328
|
-
export { default as SignalIcon } from '../icons/signal';
|
|
2329
2327
|
// SignalMedium aliases
|
|
2330
2328
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2329
|
+
// SignalLow aliases
|
|
2330
|
+
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2331
|
+
// SignalZero aliases
|
|
2332
|
+
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2331
2333
|
// Signature aliases
|
|
2332
2334
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2333
2335
|
// SignpostBig aliases
|
|
2334
2336
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2337
|
+
// Signal aliases
|
|
2338
|
+
export { default as SignalIcon } from '../icons/signal';
|
|
2335
2339
|
// Signpost aliases
|
|
2336
2340
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2337
|
-
// SkipBack aliases
|
|
2338
|
-
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2339
2341
|
// Siren aliases
|
|
2340
2342
|
export { default as SirenIcon } from '../icons/siren';
|
|
2343
|
+
// SkipBack aliases
|
|
2344
|
+
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2341
2345
|
// SkipForward aliases
|
|
2342
2346
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2343
2347
|
// Skull aliases
|
|
2344
2348
|
export { default as SkullIcon } from '../icons/skull';
|
|
2345
|
-
// Slash aliases
|
|
2346
|
-
export { default as SlashIcon } from '../icons/slash';
|
|
2347
2349
|
// Slack aliases
|
|
2348
2350
|
export { default as SlackIcon } from '../icons/slack';
|
|
2351
|
+
// Slash aliases
|
|
2352
|
+
export { default as SlashIcon } from '../icons/slash';
|
|
2349
2353
|
// Slice aliases
|
|
2350
2354
|
export { default as SliceIcon } from '../icons/slice';
|
|
2351
|
-
// SlidersHorizontal aliases
|
|
2352
|
-
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2353
2355
|
// SmartphoneCharging aliases
|
|
2354
2356
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2355
|
-
//
|
|
2356
|
-
export { default as
|
|
2357
|
+
// SlidersHorizontal aliases
|
|
2358
|
+
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2357
2359
|
// Smartphone aliases
|
|
2358
2360
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2361
|
+
// SmartphoneNfc aliases
|
|
2362
|
+
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2359
2363
|
// SmilePlus aliases
|
|
2360
2364
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2361
|
-
// Smile aliases
|
|
2362
|
-
export { default as SmileIcon } from '../icons/smile';
|
|
2363
2365
|
// Snail aliases
|
|
2364
2366
|
export { default as SnailIcon } from '../icons/snail';
|
|
2367
|
+
// Smile aliases
|
|
2368
|
+
export { default as SmileIcon } from '../icons/smile';
|
|
2365
2369
|
// Snowflake aliases
|
|
2366
2370
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2367
2371
|
// SoapDispenserDroplet aliases
|
|
2368
2372
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2369
|
-
// SolarPanel aliases
|
|
2370
|
-
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2371
2373
|
// Sofa aliases
|
|
2372
2374
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2373
|
-
//
|
|
2374
|
-
export { default as
|
|
2375
|
+
// SolarPanel aliases
|
|
2376
|
+
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2375
2377
|
// Space aliases
|
|
2376
2378
|
export { default as SpaceIcon } from '../icons/space';
|
|
2377
2379
|
// Spade aliases
|
|
2378
2380
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2379
|
-
//
|
|
2380
|
-
export { default as
|
|
2381
|
-
// Speech aliases
|
|
2382
|
-
export { default as SpeechIcon } from '../icons/speech';
|
|
2381
|
+
// Soup aliases
|
|
2382
|
+
export { default as SoupIcon } from '../icons/soup';
|
|
2383
2383
|
// Sparkle aliases
|
|
2384
2384
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2385
|
-
//
|
|
2386
|
-
export { default as
|
|
2385
|
+
// Speaker aliases
|
|
2386
|
+
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2387
|
+
// Speech aliases
|
|
2388
|
+
export { default as SpeechIcon } from '../icons/speech';
|
|
2387
2389
|
// SpellCheck aliases
|
|
2388
2390
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2391
|
+
// SpellCheck2 aliases
|
|
2392
|
+
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2389
2393
|
// SplinePointer aliases
|
|
2390
2394
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2391
2395
|
// Spline aliases
|
|
2392
2396
|
export { default as SplineIcon } from '../icons/spline';
|
|
2393
2397
|
// Split aliases
|
|
2394
2398
|
export { default as SplitIcon } from '../icons/split';
|
|
2395
|
-
// Spool aliases
|
|
2396
|
-
export { default as SpoolIcon } from '../icons/spool';
|
|
2397
|
-
// Spotlight aliases
|
|
2398
|
-
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2399
2399
|
// SprayCan aliases
|
|
2400
2400
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2401
|
+
// Spool aliases
|
|
2402
|
+
export { default as SpoolIcon } from '../icons/spool';
|
|
2401
2403
|
// Sprout aliases
|
|
2402
2404
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2405
|
+
// Spotlight aliases
|
|
2406
|
+
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2403
2407
|
// SquareDashedBottomCode aliases
|
|
2404
2408
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2405
|
-
// SquareDashedBottom aliases
|
|
2406
|
-
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2407
2409
|
// SquareDashedTopSolid aliases
|
|
2408
2410
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2409
2411
|
// SquarePause aliases
|
|
2410
2412
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2413
|
+
// SquareDashedBottom aliases
|
|
2414
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2411
2415
|
// SquareRadical aliases
|
|
2412
2416
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2413
|
-
// SquareRoundCorner aliases
|
|
2414
|
-
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2415
2417
|
// SquareSquare aliases
|
|
2416
2418
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2419
|
+
// SquareRoundCorner aliases
|
|
2420
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2417
2421
|
// SquareStack aliases
|
|
2418
2422
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2423
|
+
// SquareStop aliases
|
|
2424
|
+
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2419
2425
|
// SquareStar aliases
|
|
2420
2426
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2421
2427
|
// Square aliases
|
|
2422
2428
|
export { default as SquareIcon } from '../icons/square';
|
|
2423
|
-
// SquareStop aliases
|
|
2424
|
-
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2425
2429
|
// SquaresExclude aliases
|
|
2426
2430
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2427
2431
|
// SquaresIntersect aliases
|
|
@@ -2440,104 +2444,104 @@ export { default as SquirrelIcon } from '../icons/squirrel';
|
|
|
2440
2444
|
export { default as StampIcon } from '../icons/stamp';
|
|
2441
2445
|
// StarHalf aliases
|
|
2442
2446
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2443
|
-
// Star aliases
|
|
2444
|
-
export { default as StarIcon } from '../icons/star';
|
|
2445
2447
|
// StarOff aliases
|
|
2446
2448
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2449
|
+
// Star aliases
|
|
2450
|
+
export { default as StarIcon } from '../icons/star';
|
|
2451
|
+
// StepForward aliases
|
|
2452
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2447
2453
|
// StepBack aliases
|
|
2448
2454
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2449
2455
|
// Stethoscope aliases
|
|
2450
2456
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2451
|
-
// StepForward aliases
|
|
2452
|
-
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2453
|
-
// Sticker aliases
|
|
2454
|
-
export { default as StickerIcon } from '../icons/sticker';
|
|
2455
2457
|
// StickyNote aliases
|
|
2456
2458
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2459
|
+
// Sticker aliases
|
|
2460
|
+
export { default as StickerIcon } from '../icons/sticker';
|
|
2457
2461
|
// Store aliases
|
|
2458
2462
|
export { default as StoreIcon } from '../icons/store';
|
|
2459
|
-
// StretchVertical aliases
|
|
2460
|
-
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2461
2463
|
// StretchHorizontal aliases
|
|
2462
2464
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2465
|
+
// StretchVertical aliases
|
|
2466
|
+
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2463
2467
|
// Strikethrough aliases
|
|
2464
2468
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2465
|
-
// SunDim aliases
|
|
2466
|
-
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2467
2469
|
// Subscript aliases
|
|
2468
2470
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2471
|
+
// SunDim aliases
|
|
2472
|
+
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2469
2473
|
// SunMedium aliases
|
|
2470
2474
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2471
2475
|
// SunMoon aliases
|
|
2472
2476
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2473
2477
|
// SunSnow aliases
|
|
2474
2478
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2475
|
-
// Sunrise aliases
|
|
2476
|
-
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2477
2479
|
// Sun aliases
|
|
2478
2480
|
export { default as SunIcon } from '../icons/sun';
|
|
2479
|
-
//
|
|
2480
|
-
export { default as
|
|
2481
|
+
// Sunrise aliases
|
|
2482
|
+
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2481
2483
|
// Superscript aliases
|
|
2482
2484
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2483
|
-
//
|
|
2484
|
-
export { default as
|
|
2485
|
+
// Sunset aliases
|
|
2486
|
+
export { default as SunsetIcon } from '../icons/sunset';
|
|
2485
2487
|
// SwatchBook aliases
|
|
2486
2488
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2487
|
-
// Sword aliases
|
|
2488
|
-
export { default as SwordIcon } from '../icons/sword';
|
|
2489
2489
|
// SwitchCamera aliases
|
|
2490
2490
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2491
|
+
// Sword aliases
|
|
2492
|
+
export { default as SwordIcon } from '../icons/sword';
|
|
2491
2493
|
// Swords aliases
|
|
2492
2494
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2495
|
+
// SwissFranc aliases
|
|
2496
|
+
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2493
2497
|
// Table2 aliases
|
|
2494
2498
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2495
2499
|
// Syringe aliases
|
|
2496
2500
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2497
2501
|
// TableCellsMerge aliases
|
|
2498
2502
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2499
|
-
// TableCellsSplit aliases
|
|
2500
|
-
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2501
2503
|
// TableColumnsSplit aliases
|
|
2502
2504
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2505
|
+
// TableCellsSplit aliases
|
|
2506
|
+
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2503
2507
|
// TableOfContents aliases
|
|
2504
2508
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2505
|
-
// TableProperties aliases
|
|
2506
|
-
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2507
2509
|
// TableRowsSplit aliases
|
|
2508
2510
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2509
|
-
//
|
|
2510
|
-
export { default as
|
|
2511
|
+
// TableProperties aliases
|
|
2512
|
+
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2511
2513
|
// Table aliases
|
|
2512
2514
|
export { default as TableIcon } from '../icons/table';
|
|
2515
|
+
// TabletSmartphone aliases
|
|
2516
|
+
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2513
2517
|
// Tablet aliases
|
|
2514
2518
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2515
2519
|
// Tablets aliases
|
|
2516
2520
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2517
|
-
// Tags aliases
|
|
2518
|
-
export { default as TagsIcon } from '../icons/tags';
|
|
2519
2521
|
// Tag aliases
|
|
2520
2522
|
export { default as TagIcon } from '../icons/tag';
|
|
2521
|
-
//
|
|
2522
|
-
export { default as
|
|
2523
|
+
// Tags aliases
|
|
2524
|
+
export { default as TagsIcon } from '../icons/tags';
|
|
2523
2525
|
// Tally2 aliases
|
|
2524
2526
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2527
|
+
// Tally1 aliases
|
|
2528
|
+
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2525
2529
|
// Tally3 aliases
|
|
2526
2530
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2527
2531
|
// Tally4 aliases
|
|
2528
2532
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2529
2533
|
// Tally5 aliases
|
|
2530
2534
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2531
|
-
// Tangent aliases
|
|
2532
|
-
export { default as TangentIcon } from '../icons/tangent';
|
|
2533
2535
|
// Target aliases
|
|
2534
2536
|
export { default as TargetIcon } from '../icons/target';
|
|
2537
|
+
// Tangent aliases
|
|
2538
|
+
export { default as TangentIcon } from '../icons/tangent';
|
|
2535
2539
|
// Telescope aliases
|
|
2536
2540
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2537
|
-
// Tent aliases
|
|
2538
|
-
export { default as TentIcon } from '../icons/tent';
|
|
2539
2541
|
// TentTree aliases
|
|
2540
2542
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2543
|
+
// Tent aliases
|
|
2544
|
+
export { default as TentIcon } from '../icons/tent';
|
|
2541
2545
|
// Terminal aliases
|
|
2542
2546
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2543
2547
|
// TestTube aliases
|
|
@@ -2562,32 +2566,32 @@ export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
|
2562
2566
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2563
2567
|
// ThumbsDown aliases
|
|
2564
2568
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2569
|
+
// TicketCheck aliases
|
|
2570
|
+
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2565
2571
|
// ThumbsUp aliases
|
|
2566
2572
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2567
2573
|
// TicketMinus aliases
|
|
2568
2574
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2569
2575
|
// TicketPercent aliases
|
|
2570
2576
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2571
|
-
// TicketCheck aliases
|
|
2572
|
-
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2573
2577
|
// TicketPlus aliases
|
|
2574
2578
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2575
|
-
// TicketX aliases
|
|
2576
|
-
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2577
2579
|
// TicketSlash aliases
|
|
2578
2580
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2581
|
+
// TicketX aliases
|
|
2582
|
+
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2579
2583
|
// Ticket aliases
|
|
2580
2584
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2581
|
-
// TimerOff aliases
|
|
2582
|
-
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2583
2585
|
// TicketsPlane aliases
|
|
2584
2586
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2585
2587
|
// Tickets aliases
|
|
2586
2588
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2587
|
-
//
|
|
2588
|
-
export { default as
|
|
2589
|
+
// TimerOff aliases
|
|
2590
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2589
2591
|
// Timer aliases
|
|
2590
2592
|
export { default as TimerIcon } from '../icons/timer';
|
|
2593
|
+
// TimerReset aliases
|
|
2594
|
+
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2591
2595
|
// ToggleLeft aliases
|
|
2592
2596
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2593
2597
|
// ToggleRight aliases
|
|
@@ -2600,10 +2604,10 @@ export { default as ToiletIcon } from '../icons/toilet';
|
|
|
2600
2604
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2601
2605
|
// Torus aliases
|
|
2602
2606
|
export { default as TorusIcon } from '../icons/torus';
|
|
2603
|
-
// Touchpad aliases
|
|
2604
|
-
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2605
2607
|
// TouchpadOff aliases
|
|
2606
2608
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2609
|
+
// Touchpad aliases
|
|
2610
|
+
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2607
2611
|
// TowerControl aliases
|
|
2608
2612
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2609
2613
|
// ToyBrick aliases
|
|
@@ -2616,68 +2620,68 @@ export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
|
2616
2620
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2617
2621
|
// TrainFront aliases
|
|
2618
2622
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2619
|
-
// Transgender aliases
|
|
2620
|
-
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2621
2623
|
// TrainTrack aliases
|
|
2622
2624
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2625
|
+
// Transgender aliases
|
|
2626
|
+
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2623
2627
|
// Trash2 aliases
|
|
2624
2628
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2625
|
-
// Trash aliases
|
|
2626
|
-
export { default as TrashIcon } from '../icons/trash';
|
|
2627
2629
|
// TreeDeciduous aliases
|
|
2628
2630
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2631
|
+
// Trash aliases
|
|
2632
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2629
2633
|
// TreePine aliases
|
|
2630
2634
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2635
|
+
// Trees aliases
|
|
2636
|
+
export { default as TreesIcon } from '../icons/trees';
|
|
2631
2637
|
// Trello aliases
|
|
2632
2638
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2633
2639
|
// TrendingDown aliases
|
|
2634
2640
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2635
|
-
// Trees aliases
|
|
2636
|
-
export { default as TreesIcon } from '../icons/trees';
|
|
2637
|
-
// TrendingUp aliases
|
|
2638
|
-
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2639
2641
|
// TrendingUpDown aliases
|
|
2640
2642
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2641
2643
|
// TriangleDashed aliases
|
|
2642
2644
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2645
|
+
// TrendingUp aliases
|
|
2646
|
+
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2643
2647
|
// TriangleRight aliases
|
|
2644
2648
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2645
|
-
// Triangle aliases
|
|
2646
|
-
export { default as TriangleIcon } from '../icons/triangle';
|
|
2647
2649
|
// Trophy aliases
|
|
2648
2650
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2649
|
-
//
|
|
2650
|
-
export { default as
|
|
2651
|
+
// Triangle aliases
|
|
2652
|
+
export { default as TriangleIcon } from '../icons/triangle';
|
|
2651
2653
|
// TruckElectric aliases
|
|
2652
2654
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2653
|
-
// Turntable aliases
|
|
2654
|
-
export { default as TurntableIcon } from '../icons/turntable';
|
|
2655
2655
|
// TurkishLira aliases
|
|
2656
2656
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2657
|
-
//
|
|
2658
|
-
export { default as
|
|
2657
|
+
// Truck aliases
|
|
2658
|
+
export { default as TruckIcon } from '../icons/truck';
|
|
2659
2659
|
// Turtle aliases
|
|
2660
2660
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2661
|
-
//
|
|
2662
|
-
export { default as
|
|
2661
|
+
// Turntable aliases
|
|
2662
|
+
export { default as TurntableIcon } from '../icons/turntable';
|
|
2663
|
+
// TvMinimalPlay aliases
|
|
2664
|
+
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2663
2665
|
// Twitch aliases
|
|
2664
2666
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2667
|
+
// Tv aliases
|
|
2668
|
+
export { default as TvIcon } from '../icons/tv';
|
|
2665
2669
|
// Twitter aliases
|
|
2666
2670
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2667
|
-
// Type aliases
|
|
2668
|
-
export { default as TypeIcon } from '../icons/type';
|
|
2669
2671
|
// TypeOutline aliases
|
|
2670
2672
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2671
|
-
// Umbrella aliases
|
|
2672
|
-
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2673
2673
|
// UmbrellaOff aliases
|
|
2674
2674
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2675
|
-
//
|
|
2676
|
-
export { default as
|
|
2675
|
+
// Type aliases
|
|
2676
|
+
export { default as TypeIcon } from '../icons/type';
|
|
2677
2677
|
// Undo2 aliases
|
|
2678
2678
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2679
2679
|
// UndoDot aliases
|
|
2680
2680
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2681
|
+
// Umbrella aliases
|
|
2682
|
+
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2683
|
+
// Underline aliases
|
|
2684
|
+
export { default as UnderlineIcon } from '../icons/underline';
|
|
2681
2685
|
// Undo aliases
|
|
2682
2686
|
export { default as UndoIcon } from '../icons/undo';
|
|
2683
2687
|
// UnfoldHorizontal aliases
|
|
@@ -2708,26 +2712,26 @@ export { default as UserMinusIcon } from '../icons/user-minus';
|
|
|
2708
2712
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2709
2713
|
// UserPlus aliases
|
|
2710
2714
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2715
|
+
// UserRoundSearch aliases
|
|
2716
|
+
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2711
2717
|
// UserRoundPen aliases
|
|
2712
2718
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2713
2719
|
// UserSearch aliases
|
|
2714
2720
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2715
|
-
// UserStar aliases
|
|
2716
|
-
export { default as UserStarIcon } from '../icons/user-star';
|
|
2717
|
-
// UserRoundSearch aliases
|
|
2718
|
-
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2719
2721
|
// UserX aliases
|
|
2720
2722
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2723
|
+
// UserStar aliases
|
|
2724
|
+
export { default as UserStarIcon } from '../icons/user-star';
|
|
2721
2725
|
// User aliases
|
|
2722
2726
|
export { default as UserIcon } from '../icons/user';
|
|
2723
2727
|
// Users aliases
|
|
2724
2728
|
export { default as UsersIcon } from '../icons/users';
|
|
2725
2729
|
// UtilityPole aliases
|
|
2726
2730
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2727
|
-
// Variable aliases
|
|
2728
|
-
export { default as VariableIcon } from '../icons/variable';
|
|
2729
2731
|
// Van aliases
|
|
2730
2732
|
export { default as VanIcon } from '../icons/van';
|
|
2733
|
+
// Variable aliases
|
|
2734
|
+
export { default as VariableIcon } from '../icons/variable';
|
|
2731
2735
|
// Vault aliases
|
|
2732
2736
|
export { default as VaultIcon } from '../icons/vault';
|
|
2733
2737
|
// VectorSquare aliases
|
|
@@ -2756,32 +2760,32 @@ export { default as VideotapeIcon } from '../icons/videotape';
|
|
|
2756
2760
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2757
2761
|
// Volleyball aliases
|
|
2758
2762
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2759
|
-
// Volume2 aliases
|
|
2760
|
-
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2761
2763
|
// Volume1 aliases
|
|
2762
2764
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2763
|
-
//
|
|
2764
|
-
export { default as
|
|
2765
|
+
// Volume2 aliases
|
|
2766
|
+
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2765
2767
|
// VolumeX aliases
|
|
2766
2768
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2769
|
+
// VolumeOff aliases
|
|
2770
|
+
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2767
2771
|
// Volume aliases
|
|
2768
2772
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2773
|
+
// WalletCards aliases
|
|
2774
|
+
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2769
2775
|
// Vote aliases
|
|
2770
2776
|
export { default as VoteIcon } from '../icons/vote';
|
|
2771
2777
|
// Wallet aliases
|
|
2772
2778
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2773
|
-
// WalletCards aliases
|
|
2774
|
-
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2775
2779
|
// Wallpaper aliases
|
|
2776
2780
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2777
2781
|
// Wand aliases
|
|
2778
2782
|
export { default as WandIcon } from '../icons/wand';
|
|
2779
|
-
// WashingMachine aliases
|
|
2780
|
-
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2781
|
-
// Watch aliases
|
|
2782
|
-
export { default as WatchIcon } from '../icons/watch';
|
|
2783
2783
|
// Warehouse aliases
|
|
2784
2784
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2785
|
+
// Watch aliases
|
|
2786
|
+
export { default as WatchIcon } from '../icons/watch';
|
|
2787
|
+
// WashingMachine aliases
|
|
2788
|
+
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2785
2789
|
// WavesArrowDown aliases
|
|
2786
2790
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2787
2791
|
// WavesArrowUp aliases
|
|
@@ -2792,36 +2796,36 @@ export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
|
2792
2796
|
export { default as WavesIcon } from '../icons/waves';
|
|
2793
2797
|
// Waypoints aliases
|
|
2794
2798
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2795
|
-
// Webcam aliases
|
|
2796
|
-
export { default as WebcamIcon } from '../icons/webcam';
|
|
2797
2799
|
// WebhookOff aliases
|
|
2798
2800
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2799
|
-
// WeightTilde aliases
|
|
2800
|
-
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2801
2801
|
// Webhook aliases
|
|
2802
2802
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2803
|
-
//
|
|
2804
|
-
export { default as
|
|
2803
|
+
// Webcam aliases
|
|
2804
|
+
export { default as WebcamIcon } from '../icons/webcam';
|
|
2805
|
+
// WeightTilde aliases
|
|
2806
|
+
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2805
2807
|
// WheatOff aliases
|
|
2806
2808
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2807
|
-
// Wheat aliases
|
|
2808
|
-
export { default as WheatIcon } from '../icons/wheat';
|
|
2809
2809
|
// WholeWord aliases
|
|
2810
2810
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2811
|
+
// Weight aliases
|
|
2812
|
+
export { default as WeightIcon } from '../icons/weight';
|
|
2813
|
+
// Wheat aliases
|
|
2814
|
+
export { default as WheatIcon } from '../icons/wheat';
|
|
2815
|
+
// WifiCog aliases
|
|
2816
|
+
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2811
2817
|
// WifiHigh aliases
|
|
2812
2818
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2813
2819
|
// WifiLow aliases
|
|
2814
2820
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2815
|
-
// WifiCog aliases
|
|
2816
|
-
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2817
2821
|
// WifiOff aliases
|
|
2818
2822
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2819
2823
|
// WifiPen aliases
|
|
2820
2824
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2821
|
-
// WifiSync aliases
|
|
2822
|
-
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2823
2825
|
// Wifi aliases
|
|
2824
2826
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2827
|
+
// WifiSync aliases
|
|
2828
|
+
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2825
2829
|
// WifiZero aliases
|
|
2826
2830
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2827
2831
|
// WindArrowDown aliases
|
|
@@ -2846,66 +2850,66 @@ export { default as YoutubeIcon } from '../icons/youtube';
|
|
|
2846
2850
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2847
2851
|
// Zap aliases
|
|
2848
2852
|
export { default as ZapIcon } from '../icons/zap';
|
|
2849
|
-
// ZoomIn aliases
|
|
2850
|
-
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2851
2853
|
// ZoomOut aliases
|
|
2852
2854
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2855
|
+
// ZoomIn aliases
|
|
2856
|
+
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2853
2857
|
// ArrowDown01 aliases
|
|
2854
2858
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2855
2859
|
// ArrowDown10 aliases
|
|
2856
2860
|
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2857
|
-
// ArrowUp10 aliases
|
|
2858
|
-
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2859
2861
|
// ArrowUp01 aliases
|
|
2860
2862
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2863
|
+
// ArrowUp10 aliases
|
|
2864
|
+
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2861
2865
|
// AlarmClockCheck aliases
|
|
2862
2866
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2863
2867
|
export {
|
|
2864
2868
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. This alias will be removed in v1.0 */
|
|
2865
2869
|
default as AlarmCheckIcon
|
|
2866
2870
|
} from '../icons/alarm-clock-check';
|
|
2867
|
-
// AlarmClockMinus aliases
|
|
2868
|
-
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2869
|
-
export {
|
|
2870
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
2871
|
-
default as AlarmMinusIcon
|
|
2872
|
-
} from '../icons/alarm-clock-minus';
|
|
2873
2871
|
// AlarmClockPlus aliases
|
|
2874
2872
|
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2875
2873
|
export {
|
|
2876
2874
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
2877
2875
|
default as AlarmPlusIcon
|
|
2878
2876
|
} from '../icons/alarm-clock-plus';
|
|
2877
|
+
// AlarmClockMinus aliases
|
|
2878
|
+
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2879
|
+
export {
|
|
2880
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
2881
|
+
default as AlarmMinusIcon
|
|
2882
|
+
} from '../icons/alarm-clock-minus';
|
|
2879
2883
|
// ArrowDownAZ aliases
|
|
2880
2884
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2881
2885
|
export {
|
|
2882
2886
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
|
|
2883
2887
|
default as ArrowDownAzIcon
|
|
2884
2888
|
} from '../icons/arrow-down-a-z';
|
|
2885
|
-
// ArrowDownWideNarrow aliases
|
|
2886
|
-
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2887
|
-
export {
|
|
2888
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
2889
|
-
default as SortDescIcon
|
|
2890
|
-
} from '../icons/arrow-down-wide-narrow';
|
|
2891
2889
|
// ArrowDownZA aliases
|
|
2892
2890
|
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2893
2891
|
export {
|
|
2894
2892
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
|
|
2895
2893
|
default as ArrowDownZaIcon
|
|
2896
2894
|
} from '../icons/arrow-down-z-a';
|
|
2897
|
-
//
|
|
2898
|
-
export { default as
|
|
2895
|
+
// ArrowDownWideNarrow aliases
|
|
2896
|
+
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2899
2897
|
export {
|
|
2900
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2901
|
-
default as
|
|
2902
|
-
} from '../icons/arrow-
|
|
2898
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
2899
|
+
default as SortDescIcon
|
|
2900
|
+
} from '../icons/arrow-down-wide-narrow';
|
|
2903
2901
|
// ArrowUpAZ aliases
|
|
2904
2902
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2905
2903
|
export {
|
|
2906
2904
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. This alias will be removed in v1.0 */
|
|
2907
2905
|
default as ArrowUpAzIcon
|
|
2908
2906
|
} from '../icons/arrow-up-a-z';
|
|
2907
|
+
// ArrowUpNarrowWide aliases
|
|
2908
|
+
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2909
|
+
export {
|
|
2910
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
2911
|
+
default as SortAscIcon
|
|
2912
|
+
} from '../icons/arrow-up-narrow-wide';
|
|
2909
2913
|
// ArrowUpZA aliases
|
|
2910
2914
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2911
2915
|
export {
|
|
@@ -2924,12 +2928,6 @@ export {
|
|
|
2924
2928
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
2925
2929
|
default as VerifiedIcon
|
|
2926
2930
|
} from '../icons/badge-check';
|
|
2927
|
-
// BetweenHorizontalStart aliases
|
|
2928
|
-
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2929
|
-
export {
|
|
2930
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2931
|
-
default as BetweenHorizonalStartIcon
|
|
2932
|
-
} from '../icons/between-horizontal-start';
|
|
2933
2931
|
// BadgeQuestionMark aliases
|
|
2934
2932
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2935
2933
|
export {
|
|
@@ -2942,60 +2940,66 @@ export {
|
|
|
2942
2940
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2943
2941
|
default as BetweenHorizonalEndIcon
|
|
2944
2942
|
} from '../icons/between-horizontal-end';
|
|
2943
|
+
// BetweenHorizontalStart aliases
|
|
2944
|
+
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2945
|
+
export {
|
|
2946
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2947
|
+
default as BetweenHorizonalStartIcon
|
|
2948
|
+
} from '../icons/between-horizontal-start';
|
|
2945
2949
|
// BookDashed aliases
|
|
2946
2950
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2947
2951
|
export {
|
|
2948
2952
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
2949
2953
|
default as BookTemplateIcon
|
|
2950
2954
|
} from '../icons/book-dashed';
|
|
2951
|
-
// Captions aliases
|
|
2952
|
-
export { default as CaptionsIcon } from '../icons/captions';
|
|
2953
|
-
export {
|
|
2954
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
2955
|
-
default as SubtitlesIcon
|
|
2956
|
-
} from '../icons/captions';
|
|
2957
2955
|
// Braces aliases
|
|
2958
2956
|
export { default as BracesIcon } from '../icons/braces';
|
|
2959
2957
|
export {
|
|
2960
2958
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
2961
2959
|
default as CurlyBracesIcon
|
|
2962
2960
|
} from '../icons/braces';
|
|
2963
|
-
//
|
|
2964
|
-
export { default as
|
|
2961
|
+
// Captions aliases
|
|
2962
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
2965
2963
|
export {
|
|
2966
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2967
|
-
default as
|
|
2968
|
-
} from '../icons/
|
|
2964
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
2965
|
+
default as SubtitlesIcon
|
|
2966
|
+
} from '../icons/captions';
|
|
2967
|
+
// ChartBar aliases
|
|
2968
|
+
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2969
|
+
export {
|
|
2970
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
2971
|
+
default as BarChartHorizontalIcon
|
|
2972
|
+
} from '../icons/chart-bar';
|
|
2969
2973
|
// ChartBarBig aliases
|
|
2970
2974
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2971
2975
|
export {
|
|
2972
2976
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
2973
2977
|
default as BarChartHorizontalBigIcon
|
|
2974
2978
|
} from '../icons/chart-bar-big';
|
|
2975
|
-
//
|
|
2976
|
-
export { default as
|
|
2979
|
+
// ChartArea aliases
|
|
2980
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2977
2981
|
export {
|
|
2978
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2979
|
-
default as
|
|
2980
|
-
} from '../icons/chart-
|
|
2982
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
2983
|
+
default as AreaChartIcon
|
|
2984
|
+
} from '../icons/chart-area';
|
|
2981
2985
|
// ChartCandlestick aliases
|
|
2982
2986
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2983
2987
|
export {
|
|
2984
2988
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
2985
2989
|
default as CandlestickChartIcon
|
|
2986
2990
|
} from '../icons/chart-candlestick';
|
|
2987
|
-
// ChartColumnBig aliases
|
|
2988
|
-
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2989
|
-
export {
|
|
2990
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
2991
|
-
default as BarChartBigIcon
|
|
2992
|
-
} from '../icons/chart-column-big';
|
|
2993
2991
|
// ChartColumnIncreasing aliases
|
|
2994
2992
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2995
2993
|
export {
|
|
2996
2994
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
2997
2995
|
default as BarChart4Icon
|
|
2998
2996
|
} from '../icons/chart-column-increasing';
|
|
2997
|
+
// ChartColumnBig aliases
|
|
2998
|
+
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2999
|
+
export {
|
|
3000
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
3001
|
+
default as BarChartBigIcon
|
|
3002
|
+
} from '../icons/chart-column-big';
|
|
2999
3003
|
// ChartColumn aliases
|
|
3000
3004
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3001
3005
|
export {
|
|
@@ -3008,78 +3012,78 @@ export {
|
|
|
3008
3012
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
3009
3013
|
default as LineChartIcon
|
|
3010
3014
|
} from '../icons/chart-line';
|
|
3011
|
-
// ChartNoAxesColumnIncreasing aliases
|
|
3012
|
-
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3013
|
-
export {
|
|
3014
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3015
|
-
default as BarChartIcon
|
|
3016
|
-
} from '../icons/chart-no-axes-column-increasing';
|
|
3017
3015
|
// ChartNoAxesColumn aliases
|
|
3018
3016
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3019
3017
|
export {
|
|
3020
3018
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3021
3019
|
default as BarChart2Icon
|
|
3022
3020
|
} from '../icons/chart-no-axes-column';
|
|
3023
|
-
//
|
|
3024
|
-
export { default as
|
|
3021
|
+
// ChartNoAxesColumnIncreasing aliases
|
|
3022
|
+
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3025
3023
|
export {
|
|
3026
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3027
|
-
default as
|
|
3028
|
-
} from '../icons/chart-no-axes-
|
|
3024
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3025
|
+
default as BarChartIcon
|
|
3026
|
+
} from '../icons/chart-no-axes-column-increasing';
|
|
3029
3027
|
// ChartPie aliases
|
|
3030
3028
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3031
3029
|
export {
|
|
3032
3030
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
3033
3031
|
default as PieChartIcon
|
|
3034
3032
|
} from '../icons/chart-pie';
|
|
3035
|
-
// Chromium aliases
|
|
3036
|
-
export { default as ChromiumIcon } from '../icons/chromium';
|
|
3037
|
-
export {
|
|
3038
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
3039
|
-
default as ChromeIcon
|
|
3040
|
-
} from '../icons/chromium';
|
|
3041
3033
|
// ChartScatter aliases
|
|
3042
3034
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3043
3035
|
export {
|
|
3044
3036
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3045
3037
|
default as ScatterChartIcon
|
|
3046
3038
|
} from '../icons/chart-scatter';
|
|
3047
|
-
//
|
|
3048
|
-
export { default as
|
|
3039
|
+
// ChartNoAxesGantt aliases
|
|
3040
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3049
3041
|
export {
|
|
3050
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3051
|
-
default as
|
|
3052
|
-
} from '../icons/
|
|
3042
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
3043
|
+
default as GanttChartIcon
|
|
3044
|
+
} from '../icons/chart-no-axes-gantt';
|
|
3045
|
+
// Chromium aliases
|
|
3046
|
+
export { default as ChromiumIcon } from '../icons/chromium';
|
|
3047
|
+
export {
|
|
3048
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
3049
|
+
default as ChromeIcon
|
|
3050
|
+
} from '../icons/chromium';
|
|
3053
3051
|
// CircleAlert aliases
|
|
3054
3052
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3055
3053
|
export {
|
|
3056
3054
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3057
3055
|
default as AlertCircleIcon
|
|
3058
3056
|
} from '../icons/circle-alert';
|
|
3059
|
-
//
|
|
3060
|
-
export { default as
|
|
3061
|
-
export {
|
|
3062
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3063
|
-
default as ArrowLeftCircleIcon
|
|
3064
|
-
} from '../icons/circle-arrow-left';
|
|
3065
|
-
// CircleArrowOutDownLeft aliases
|
|
3066
|
-
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3057
|
+
// CircleArrowDown aliases
|
|
3058
|
+
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3067
3059
|
export {
|
|
3068
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3069
|
-
default as
|
|
3070
|
-
} from '../icons/circle-arrow-
|
|
3060
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3061
|
+
default as ArrowDownCircleIcon
|
|
3062
|
+
} from '../icons/circle-arrow-down';
|
|
3071
3063
|
// CircleArrowOutDownRight aliases
|
|
3072
3064
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3073
3065
|
export {
|
|
3074
3066
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3075
3067
|
default as ArrowDownRightFromCircleIcon
|
|
3076
3068
|
} from '../icons/circle-arrow-out-down-right';
|
|
3069
|
+
// CircleArrowLeft aliases
|
|
3070
|
+
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3071
|
+
export {
|
|
3072
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3073
|
+
default as ArrowLeftCircleIcon
|
|
3074
|
+
} from '../icons/circle-arrow-left';
|
|
3077
3075
|
// CircleArrowOutUpLeft aliases
|
|
3078
3076
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3079
3077
|
export {
|
|
3080
3078
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3081
3079
|
default as ArrowUpLeftFromCircleIcon
|
|
3082
3080
|
} from '../icons/circle-arrow-out-up-left';
|
|
3081
|
+
// CircleArrowOutDownLeft aliases
|
|
3082
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3083
|
+
export {
|
|
3084
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3085
|
+
default as ArrowDownLeftFromCircleIcon
|
|
3086
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
3083
3087
|
// CircleArrowOutUpRight aliases
|
|
3084
3088
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3085
3089
|
export {
|
|
@@ -3092,18 +3096,24 @@ export {
|
|
|
3092
3096
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3093
3097
|
default as ArrowRightCircleIcon
|
|
3094
3098
|
} from '../icons/circle-arrow-right';
|
|
3099
|
+
// CircleCheckBig aliases
|
|
3100
|
+
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3101
|
+
export {
|
|
3102
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3103
|
+
default as CheckCircleIcon
|
|
3104
|
+
} from '../icons/circle-check-big';
|
|
3095
3105
|
// CircleArrowUp aliases
|
|
3096
3106
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3097
3107
|
export {
|
|
3098
3108
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3099
3109
|
default as ArrowUpCircleIcon
|
|
3100
3110
|
} from '../icons/circle-arrow-up';
|
|
3101
|
-
//
|
|
3102
|
-
export { default as
|
|
3111
|
+
// CircleChevronDown aliases
|
|
3112
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3103
3113
|
export {
|
|
3104
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3105
|
-
default as
|
|
3106
|
-
} from '../icons/circle-
|
|
3114
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3115
|
+
default as ChevronDownCircleIcon
|
|
3116
|
+
} from '../icons/circle-chevron-down';
|
|
3107
3117
|
// CircleCheck aliases
|
|
3108
3118
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3109
3119
|
export {
|
|
@@ -3116,12 +3126,6 @@ export {
|
|
|
3116
3126
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3117
3127
|
default as ChevronLeftCircleIcon
|
|
3118
3128
|
} from '../icons/circle-chevron-left';
|
|
3119
|
-
// CircleChevronDown aliases
|
|
3120
|
-
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3121
|
-
export {
|
|
3122
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3123
|
-
default as ChevronDownCircleIcon
|
|
3124
|
-
} from '../icons/circle-chevron-down';
|
|
3125
3129
|
// CircleChevronRight aliases
|
|
3126
3130
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3127
3131
|
export {
|
|
@@ -3134,42 +3138,36 @@ export {
|
|
|
3134
3138
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
3135
3139
|
default as ChevronUpCircleIcon
|
|
3136
3140
|
} from '../icons/circle-chevron-up';
|
|
3137
|
-
// CircleDivide aliases
|
|
3138
|
-
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3139
|
-
export {
|
|
3140
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3141
|
-
default as DivideCircleIcon
|
|
3142
|
-
} from '../icons/circle-divide';
|
|
3143
3141
|
// CircleGauge aliases
|
|
3144
3142
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3145
3143
|
export {
|
|
3146
3144
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3147
3145
|
default as GaugeCircleIcon
|
|
3148
3146
|
} from '../icons/circle-gauge';
|
|
3149
|
-
//
|
|
3150
|
-
export { default as
|
|
3147
|
+
// CircleDivide aliases
|
|
3148
|
+
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3151
3149
|
export {
|
|
3152
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3153
|
-
default as
|
|
3154
|
-
} from '../icons/circle-
|
|
3150
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3151
|
+
default as DivideCircleIcon
|
|
3152
|
+
} from '../icons/circle-divide';
|
|
3155
3153
|
// CircleMinus aliases
|
|
3156
3154
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3157
3155
|
export {
|
|
3158
3156
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3159
3157
|
default as MinusCircleIcon
|
|
3160
3158
|
} from '../icons/circle-minus';
|
|
3159
|
+
// CircleParkingOff aliases
|
|
3160
|
+
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3161
|
+
export {
|
|
3162
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3163
|
+
default as ParkingCircleOffIcon
|
|
3164
|
+
} from '../icons/circle-parking-off';
|
|
3161
3165
|
// CircleParking aliases
|
|
3162
3166
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3163
3167
|
export {
|
|
3164
3168
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3165
3169
|
default as ParkingCircleIcon
|
|
3166
3170
|
} from '../icons/circle-parking';
|
|
3167
|
-
// CirclePause aliases
|
|
3168
|
-
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3169
|
-
export {
|
|
3170
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3171
|
-
default as PauseCircleIcon
|
|
3172
|
-
} from '../icons/circle-pause';
|
|
3173
3171
|
// CirclePercent aliases
|
|
3174
3172
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3175
3173
|
export {
|
|
@@ -3182,6 +3180,12 @@ export {
|
|
|
3182
3180
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
3183
3181
|
default as PlayCircleIcon
|
|
3184
3182
|
} from '../icons/circle-play';
|
|
3183
|
+
// CirclePause aliases
|
|
3184
|
+
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3185
|
+
export {
|
|
3186
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3187
|
+
default as PauseCircleIcon
|
|
3188
|
+
} from '../icons/circle-pause';
|
|
3185
3189
|
// CirclePlus aliases
|
|
3186
3190
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3187
3191
|
export {
|
|
@@ -3222,6 +3226,12 @@ export {
|
|
|
3222
3226
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3223
3227
|
default as UserCircle2Icon
|
|
3224
3228
|
} from '../icons/circle-user-round';
|
|
3229
|
+
// CircleUser aliases
|
|
3230
|
+
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3231
|
+
export {
|
|
3232
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3233
|
+
default as UserCircleIcon
|
|
3234
|
+
} from '../icons/circle-user';
|
|
3225
3235
|
// ClipboardPenLine aliases
|
|
3226
3236
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3227
3237
|
export {
|
|
@@ -3234,36 +3244,30 @@ export {
|
|
|
3234
3244
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3235
3245
|
default as XCircleIcon
|
|
3236
3246
|
} from '../icons/circle-x';
|
|
3237
|
-
//
|
|
3238
|
-
export { default as
|
|
3247
|
+
// CloudDownload aliases
|
|
3248
|
+
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3239
3249
|
export {
|
|
3240
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3241
|
-
default as
|
|
3242
|
-
} from '../icons/
|
|
3250
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3251
|
+
default as DownloadCloudIcon
|
|
3252
|
+
} from '../icons/cloud-download';
|
|
3243
3253
|
// ClipboardPen aliases
|
|
3244
3254
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3245
3255
|
export {
|
|
3246
3256
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
3247
3257
|
default as ClipboardEditIcon
|
|
3248
3258
|
} from '../icons/clipboard-pen';
|
|
3249
|
-
//
|
|
3250
|
-
export { default as
|
|
3259
|
+
// CodeXml aliases
|
|
3260
|
+
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3251
3261
|
export {
|
|
3252
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3253
|
-
default as
|
|
3254
|
-
} from '../icons/
|
|
3262
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
3263
|
+
default as Code2Icon
|
|
3264
|
+
} from '../icons/code-xml';
|
|
3255
3265
|
// CloudUpload aliases
|
|
3256
3266
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3257
3267
|
export {
|
|
3258
3268
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3259
3269
|
default as UploadCloudIcon
|
|
3260
3270
|
} from '../icons/cloud-upload';
|
|
3261
|
-
// CodeXml aliases
|
|
3262
|
-
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3263
|
-
export {
|
|
3264
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
3265
|
-
default as Code2Icon
|
|
3266
|
-
} from '../icons/code-xml';
|
|
3267
3271
|
// Columns2 aliases
|
|
3268
3272
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3269
3273
|
export {
|
|
@@ -3310,18 +3314,18 @@ export {
|
|
|
3310
3314
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3311
3315
|
default as MoreVerticalIcon
|
|
3312
3316
|
} from '../icons/ellipsis-vertical';
|
|
3313
|
-
// FileAxis3d aliases
|
|
3314
|
-
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3315
|
-
export {
|
|
3316
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3317
|
-
default as FileAxis3DIcon
|
|
3318
|
-
} from '../icons/file-axis-3d';
|
|
3319
3317
|
// Ellipsis aliases
|
|
3320
3318
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3321
3319
|
export {
|
|
3322
3320
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3323
3321
|
default as MoreHorizontalIcon
|
|
3324
3322
|
} from '../icons/ellipsis';
|
|
3323
|
+
// FileAxis3d aliases
|
|
3324
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3325
|
+
export {
|
|
3326
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3327
|
+
default as FileAxis3DIcon
|
|
3328
|
+
} from '../icons/file-axis-3d';
|
|
3325
3329
|
// FileBadge aliases
|
|
3326
3330
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3327
3331
|
export {
|
|
@@ -3364,30 +3368,36 @@ export {
|
|
|
3364
3368
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3365
3369
|
default as FilePieChartIcon
|
|
3366
3370
|
} from '../icons/file-chart-pie';
|
|
3367
|
-
//
|
|
3368
|
-
export { default as
|
|
3371
|
+
// FileCheckCorner aliases
|
|
3372
|
+
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3369
3373
|
export {
|
|
3370
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3371
|
-
default as
|
|
3372
|
-
} from '../icons/file-
|
|
3374
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
3375
|
+
default as FileCheck2Icon
|
|
3376
|
+
} from '../icons/file-check-corner';
|
|
3373
3377
|
// FileCog aliases
|
|
3374
3378
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3375
3379
|
export {
|
|
3376
3380
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3377
3381
|
default as FileCog2Icon
|
|
3378
3382
|
} from '../icons/file-cog';
|
|
3379
|
-
// FileCheckCorner aliases
|
|
3380
|
-
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3381
|
-
export {
|
|
3382
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
3383
|
-
default as FileCheck2Icon
|
|
3384
|
-
} from '../icons/file-check-corner';
|
|
3385
3383
|
// FileExclamationPoint aliases
|
|
3386
3384
|
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3387
3385
|
export {
|
|
3388
3386
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3389
3387
|
default as FileWarningIcon
|
|
3390
3388
|
} from '../icons/file-exclamation-point';
|
|
3389
|
+
// FileCodeCorner aliases
|
|
3390
|
+
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3391
|
+
export {
|
|
3392
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
|
|
3393
|
+
default as FileCode2Icon
|
|
3394
|
+
} from '../icons/file-code-corner';
|
|
3395
|
+
// FileKey aliases
|
|
3396
|
+
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3397
|
+
export {
|
|
3398
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3399
|
+
default as FileKey2Icon
|
|
3400
|
+
} from '../icons/file-key';
|
|
3391
3401
|
// FileHeadphone aliases
|
|
3392
3402
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3393
3403
|
export {
|
|
@@ -3398,60 +3408,54 @@ export {
|
|
|
3398
3408
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3399
3409
|
default as FileAudio2Icon
|
|
3400
3410
|
} from '../icons/file-headphone';
|
|
3401
|
-
//
|
|
3402
|
-
export { default as
|
|
3403
|
-
export {
|
|
3404
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3405
|
-
default as FileKey2Icon
|
|
3406
|
-
} from '../icons/file-key';
|
|
3407
|
-
// FilePenLine aliases
|
|
3408
|
-
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3411
|
+
// FileLock aliases
|
|
3412
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3409
3413
|
export {
|
|
3410
|
-
/** @deprecated The
|
|
3411
|
-
default as
|
|
3412
|
-
} from '../icons/file-
|
|
3414
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
3415
|
+
default as FileLock2Icon
|
|
3416
|
+
} from '../icons/file-lock';
|
|
3413
3417
|
// FileMinusCorner aliases
|
|
3414
3418
|
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3415
3419
|
export {
|
|
3416
3420
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
3417
3421
|
default as FileMinus2Icon
|
|
3418
3422
|
} from '../icons/file-minus-corner';
|
|
3419
|
-
// FileLock aliases
|
|
3420
|
-
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3421
|
-
export {
|
|
3422
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
3423
|
-
default as FileLock2Icon
|
|
3424
|
-
} from '../icons/file-lock';
|
|
3425
3423
|
// FilePen aliases
|
|
3426
3424
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3427
3425
|
export {
|
|
3428
3426
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3429
3427
|
default as FileEditIcon
|
|
3430
3428
|
} from '../icons/file-pen';
|
|
3431
|
-
//
|
|
3432
|
-
export { default as
|
|
3429
|
+
// FilePenLine aliases
|
|
3430
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3433
3431
|
export {
|
|
3434
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3435
|
-
default as
|
|
3436
|
-
} from '../icons/file-
|
|
3432
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3433
|
+
default as FileSignatureIcon
|
|
3434
|
+
} from '../icons/file-pen-line';
|
|
3437
3435
|
// FilePlay aliases
|
|
3438
3436
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3439
3437
|
export {
|
|
3440
3438
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
3441
3439
|
default as FileVideoIcon
|
|
3442
3440
|
} from '../icons/file-play';
|
|
3443
|
-
//
|
|
3444
|
-
export { default as
|
|
3441
|
+
// FilePlusCorner aliases
|
|
3442
|
+
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3445
3443
|
export {
|
|
3446
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3447
|
-
default as
|
|
3448
|
-
} from '../icons/file-
|
|
3444
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
3445
|
+
default as FilePlus2Icon
|
|
3446
|
+
} from '../icons/file-plus-corner';
|
|
3449
3447
|
// FileSearchCorner aliases
|
|
3450
3448
|
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3451
3449
|
export {
|
|
3452
3450
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
3453
3451
|
default as FileSearch2Icon
|
|
3454
3452
|
} from '../icons/file-search-corner';
|
|
3453
|
+
// FileQuestionMark aliases
|
|
3454
|
+
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3455
|
+
export {
|
|
3456
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3457
|
+
default as FileQuestionIcon
|
|
3458
|
+
} from '../icons/file-question-mark';
|
|
3455
3459
|
// FileSignal aliases
|
|
3456
3460
|
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3457
3461
|
export {
|
|
@@ -3494,36 +3498,36 @@ export {
|
|
|
3494
3498
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
3495
3499
|
default as FolderEditIcon
|
|
3496
3500
|
} from '../icons/folder-pen';
|
|
3497
|
-
// Funnel aliases
|
|
3498
|
-
export { default as FunnelIcon } from '../icons/funnel';
|
|
3499
|
-
export {
|
|
3500
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3501
|
-
default as FilterIcon
|
|
3502
|
-
} from '../icons/funnel';
|
|
3503
3501
|
// FunnelX aliases
|
|
3504
3502
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3505
3503
|
export {
|
|
3506
3504
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3507
3505
|
default as FilterXIcon
|
|
3508
3506
|
} from '../icons/funnel-x';
|
|
3507
|
+
// Funnel aliases
|
|
3508
|
+
export { default as FunnelIcon } from '../icons/funnel';
|
|
3509
|
+
export {
|
|
3510
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3511
|
+
default as FilterIcon
|
|
3512
|
+
} from '../icons/funnel';
|
|
3509
3513
|
// GitCommitHorizontal aliases
|
|
3510
3514
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3511
3515
|
export {
|
|
3512
3516
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3513
3517
|
default as GitCommitIcon
|
|
3514
3518
|
} from '../icons/git-commit-horizontal';
|
|
3515
|
-
// Grid2x2Check aliases
|
|
3516
|
-
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3517
|
-
export {
|
|
3518
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3519
|
-
default as Grid2X2CheckIcon
|
|
3520
|
-
} from '../icons/grid-2x2-check';
|
|
3521
3519
|
// Grid2x2Plus aliases
|
|
3522
3520
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3523
3521
|
export {
|
|
3524
3522
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3525
3523
|
default as Grid2X2PlusIcon
|
|
3526
3524
|
} from '../icons/grid-2x2-plus';
|
|
3525
|
+
// Grid2x2Check aliases
|
|
3526
|
+
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3527
|
+
export {
|
|
3528
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3529
|
+
default as Grid2X2CheckIcon
|
|
3530
|
+
} from '../icons/grid-2x2-check';
|
|
3527
3531
|
// Grid2x2X aliases
|
|
3528
3532
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3529
3533
|
export {
|
|
@@ -3546,30 +3550,30 @@ export {
|
|
|
3546
3550
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3547
3551
|
default as Grid3X3Icon
|
|
3548
3552
|
} from '../icons/grid-3x3';
|
|
3549
|
-
//
|
|
3550
|
-
export { default as
|
|
3553
|
+
// HandHelping aliases
|
|
3554
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3551
3555
|
export {
|
|
3552
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3553
|
-
default as
|
|
3554
|
-
} from '../icons/hand-
|
|
3556
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3557
|
+
default as HelpingHandIcon
|
|
3558
|
+
} from '../icons/hand-helping';
|
|
3555
3559
|
// House aliases
|
|
3556
3560
|
export { default as HouseIcon } from '../icons/house';
|
|
3557
3561
|
export {
|
|
3558
3562
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
3559
3563
|
default as HomeIcon
|
|
3560
3564
|
} from '../icons/house';
|
|
3565
|
+
// HandGrab aliases
|
|
3566
|
+
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3567
|
+
export {
|
|
3568
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3569
|
+
default as GrabIcon
|
|
3570
|
+
} from '../icons/hand-grab';
|
|
3561
3571
|
// IceCreamBowl aliases
|
|
3562
3572
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3563
3573
|
export {
|
|
3564
3574
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3565
3575
|
default as IceCream2Icon
|
|
3566
3576
|
} from '../icons/ice-cream-bowl';
|
|
3567
|
-
// HandHelping aliases
|
|
3568
|
-
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3569
|
-
export {
|
|
3570
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3571
|
-
default as HelpingHandIcon
|
|
3572
|
-
} from '../icons/hand-helping';
|
|
3573
3577
|
// IceCreamCone aliases
|
|
3574
3578
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3575
3579
|
export {
|
|
@@ -3582,6 +3586,12 @@ export {
|
|
|
3582
3586
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
3583
3587
|
default as Laptop2Icon
|
|
3584
3588
|
} from '../icons/laptop-minimal';
|
|
3589
|
+
// Layers aliases
|
|
3590
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3591
|
+
export {
|
|
3592
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3593
|
+
default as Layers3Icon
|
|
3594
|
+
} from '../icons/layers';
|
|
3585
3595
|
// ListIndentDecrease aliases
|
|
3586
3596
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3587
3597
|
export {
|
|
@@ -3592,12 +3602,6 @@ export {
|
|
|
3592
3602
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3593
3603
|
default as IndentDecreaseIcon
|
|
3594
3604
|
} from '../icons/list-indent-decrease';
|
|
3595
|
-
// Layers aliases
|
|
3596
|
-
export { default as LayersIcon } from '../icons/layers';
|
|
3597
|
-
export {
|
|
3598
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3599
|
-
default as Layers3Icon
|
|
3600
|
-
} from '../icons/layers';
|
|
3601
3605
|
// ListIndentIncrease aliases
|
|
3602
3606
|
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3603
3607
|
export {
|
|
@@ -3650,18 +3654,18 @@ export {
|
|
|
3650
3654
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3651
3655
|
default as Mic2Icon
|
|
3652
3656
|
} from '../icons/mic-vocal';
|
|
3653
|
-
// Move3d aliases
|
|
3654
|
-
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3655
|
-
export {
|
|
3656
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3657
|
-
default as Move3DIcon
|
|
3658
|
-
} from '../icons/move-3d';
|
|
3659
3657
|
// OctagonAlert aliases
|
|
3660
3658
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3661
3659
|
export {
|
|
3662
3660
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3663
3661
|
default as AlertOctagonIcon
|
|
3664
3662
|
} from '../icons/octagon-alert';
|
|
3663
|
+
// Move3d aliases
|
|
3664
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3665
|
+
export {
|
|
3666
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3667
|
+
default as Move3DIcon
|
|
3668
|
+
} from '../icons/move-3d';
|
|
3665
3669
|
// OctagonPause aliases
|
|
3666
3670
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3667
3671
|
export {
|
|
@@ -3674,18 +3678,18 @@ export {
|
|
|
3674
3678
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
3675
3679
|
default as XOctagonIcon
|
|
3676
3680
|
} from '../icons/octagon-x';
|
|
3677
|
-
// PanelBottomDashed aliases
|
|
3678
|
-
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3679
|
-
export {
|
|
3680
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3681
|
-
default as PanelBottomInactiveIcon
|
|
3682
|
-
} from '../icons/panel-bottom-dashed';
|
|
3683
3681
|
// PaintbrushVertical aliases
|
|
3684
3682
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3685
3683
|
export {
|
|
3686
3684
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
3687
3685
|
default as Paintbrush2Icon
|
|
3688
3686
|
} from '../icons/paintbrush-vertical';
|
|
3687
|
+
// PanelBottomDashed aliases
|
|
3688
|
+
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3689
|
+
export {
|
|
3690
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3691
|
+
default as PanelBottomInactiveIcon
|
|
3692
|
+
} from '../icons/panel-bottom-dashed';
|
|
3689
3693
|
// PanelLeftClose aliases
|
|
3690
3694
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3691
3695
|
export {
|
|
@@ -3698,18 +3702,18 @@ export {
|
|
|
3698
3702
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3699
3703
|
default as PanelLeftInactiveIcon
|
|
3700
3704
|
} from '../icons/panel-left-dashed';
|
|
3701
|
-
// PanelLeft aliases
|
|
3702
|
-
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3703
|
-
export {
|
|
3704
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3705
|
-
default as SidebarIcon
|
|
3706
|
-
} from '../icons/panel-left';
|
|
3707
3705
|
// PanelLeftOpen aliases
|
|
3708
3706
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3709
3707
|
export {
|
|
3710
3708
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3711
3709
|
default as SidebarOpenIcon
|
|
3712
3710
|
} from '../icons/panel-left-open';
|
|
3711
|
+
// PanelLeft aliases
|
|
3712
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3713
|
+
export {
|
|
3714
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3715
|
+
default as SidebarIcon
|
|
3716
|
+
} from '../icons/panel-left';
|
|
3713
3717
|
// PanelRightDashed aliases
|
|
3714
3718
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3715
3719
|
export {
|
|
@@ -3722,30 +3726,30 @@ export {
|
|
|
3722
3726
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3723
3727
|
default as PanelTopInactiveIcon
|
|
3724
3728
|
} from '../icons/panel-top-dashed';
|
|
3725
|
-
// PenLine aliases
|
|
3726
|
-
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3727
|
-
export {
|
|
3728
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3729
|
-
default as Edit3Icon
|
|
3730
|
-
} from '../icons/pen-line';
|
|
3731
3729
|
// PanelsTopLeft aliases
|
|
3732
3730
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3733
3731
|
export {
|
|
3734
3732
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
3735
3733
|
default as LayoutIcon
|
|
3736
3734
|
} from '../icons/panels-top-left';
|
|
3737
|
-
//
|
|
3738
|
-
export { default as
|
|
3735
|
+
// PenLine aliases
|
|
3736
|
+
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3739
3737
|
export {
|
|
3740
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3741
|
-
default as
|
|
3742
|
-
} from '../icons/
|
|
3738
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3739
|
+
default as Edit3Icon
|
|
3740
|
+
} from '../icons/pen-line';
|
|
3743
3741
|
// Pen aliases
|
|
3744
3742
|
export { default as PenIcon } from '../icons/pen';
|
|
3745
3743
|
export {
|
|
3746
3744
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3747
3745
|
default as Edit2Icon
|
|
3748
3746
|
} from '../icons/pen';
|
|
3747
|
+
// PlugZap aliases
|
|
3748
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3749
|
+
export {
|
|
3750
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3751
|
+
default as PlugZap2Icon
|
|
3752
|
+
} from '../icons/plug-zap';
|
|
3749
3753
|
// RectangleEllipsis aliases
|
|
3750
3754
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3751
3755
|
export {
|
|
@@ -3770,18 +3774,18 @@ export {
|
|
|
3770
3774
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3771
3775
|
default as Scale3DIcon
|
|
3772
3776
|
} from '../icons/scale-3d';
|
|
3773
|
-
// SendHorizontal aliases
|
|
3774
|
-
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3775
|
-
export {
|
|
3776
|
-
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3777
|
-
default as SendHorizonalIcon
|
|
3778
|
-
} from '../icons/send-horizontal';
|
|
3779
3777
|
// Rows3 aliases
|
|
3780
3778
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3781
3779
|
export {
|
|
3782
3780
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3783
3781
|
default as PanelsTopBottomIcon
|
|
3784
3782
|
} from '../icons/rows-3';
|
|
3783
|
+
// SendHorizontal aliases
|
|
3784
|
+
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3785
|
+
export {
|
|
3786
|
+
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3787
|
+
default as SendHorizonalIcon
|
|
3788
|
+
} from '../icons/send-horizontal';
|
|
3785
3789
|
// ShieldQuestionMark aliases
|
|
3786
3790
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3787
3791
|
export {
|
|
@@ -3794,18 +3798,18 @@ export {
|
|
|
3794
3798
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3795
3799
|
default as ShieldCloseIcon
|
|
3796
3800
|
} from '../icons/shield-x';
|
|
3797
|
-
// Sparkles aliases
|
|
3798
|
-
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3799
|
-
export {
|
|
3800
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3801
|
-
default as StarsIcon
|
|
3802
|
-
} from '../icons/sparkles';
|
|
3803
3801
|
// SlidersVertical aliases
|
|
3804
3802
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3805
3803
|
export {
|
|
3806
3804
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3807
3805
|
default as SlidersIcon
|
|
3808
3806
|
} from '../icons/sliders-vertical';
|
|
3807
|
+
// Sparkles aliases
|
|
3808
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3809
|
+
export {
|
|
3810
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3811
|
+
default as StarsIcon
|
|
3812
|
+
} from '../icons/sparkles';
|
|
3809
3813
|
// SquareActivity aliases
|
|
3810
3814
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3811
3815
|
export {
|
|
@@ -3842,18 +3846,6 @@ export {
|
|
|
3842
3846
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3843
3847
|
default as ArrowDownLeftFromSquareIcon
|
|
3844
3848
|
} from '../icons/square-arrow-out-down-left';
|
|
3845
|
-
// SquareArrowOutUpLeft aliases
|
|
3846
|
-
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3847
|
-
export {
|
|
3848
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3849
|
-
default as ArrowUpLeftFromSquareIcon
|
|
3850
|
-
} from '../icons/square-arrow-out-up-left';
|
|
3851
|
-
// SquareArrowOutUpRight aliases
|
|
3852
|
-
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3853
|
-
export {
|
|
3854
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3855
|
-
default as ArrowUpRightFromSquareIcon
|
|
3856
|
-
} from '../icons/square-arrow-out-up-right';
|
|
3857
3849
|
// SquareArrowOutDownRight aliases
|
|
3858
3850
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3859
3851
|
export {
|
|
@@ -3866,6 +3858,18 @@ export {
|
|
|
3866
3858
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3867
3859
|
default as ArrowRightSquareIcon
|
|
3868
3860
|
} from '../icons/square-arrow-right';
|
|
3861
|
+
// SquareArrowOutUpLeft aliases
|
|
3862
|
+
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3863
|
+
export {
|
|
3864
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3865
|
+
default as ArrowUpLeftFromSquareIcon
|
|
3866
|
+
} from '../icons/square-arrow-out-up-left';
|
|
3867
|
+
// SquareArrowOutUpRight aliases
|
|
3868
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3869
|
+
export {
|
|
3870
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3871
|
+
default as ArrowUpRightFromSquareIcon
|
|
3872
|
+
} from '../icons/square-arrow-out-up-right';
|
|
3869
3873
|
// SquareArrowUpLeft aliases
|
|
3870
3874
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3871
3875
|
export {
|
|
@@ -3884,24 +3888,18 @@ export {
|
|
|
3884
3888
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3885
3889
|
default as ArrowUpSquareIcon
|
|
3886
3890
|
} from '../icons/square-arrow-up';
|
|
3887
|
-
// SquareBottomDashedScissors aliases
|
|
3888
|
-
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3889
|
-
export {
|
|
3890
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
3891
|
-
default as ScissorsSquareDashedBottomIcon
|
|
3892
|
-
} from '../icons/square-bottom-dashed-scissors';
|
|
3893
3891
|
// SquareAsterisk aliases
|
|
3894
3892
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3895
3893
|
export {
|
|
3896
3894
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
3897
3895
|
default as AsteriskSquareIcon
|
|
3898
3896
|
} from '../icons/square-asterisk';
|
|
3899
|
-
//
|
|
3900
|
-
export { default as
|
|
3897
|
+
// SquareBottomDashedScissors aliases
|
|
3898
|
+
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3901
3899
|
export {
|
|
3902
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3903
|
-
default as
|
|
3904
|
-
} from '../icons/square-
|
|
3900
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
3901
|
+
default as ScissorsSquareDashedBottomIcon
|
|
3902
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
3905
3903
|
// SquareChartGantt aliases
|
|
3906
3904
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3907
3905
|
export {
|
|
@@ -3912,6 +3910,12 @@ export {
|
|
|
3912
3910
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
3913
3911
|
default as SquareGanttChartIcon
|
|
3914
3912
|
} from '../icons/square-chart-gantt';
|
|
3913
|
+
// SquareCheckBig aliases
|
|
3914
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3915
|
+
export {
|
|
3916
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3917
|
+
default as CheckSquareIcon
|
|
3918
|
+
} from '../icons/square-check-big';
|
|
3915
3919
|
// SquareCheck aliases
|
|
3916
3920
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3917
3921
|
export {
|
|
@@ -3954,72 +3958,72 @@ export {
|
|
|
3954
3958
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
3955
3959
|
default as KanbanSquareDashedIcon
|
|
3956
3960
|
} from '../icons/square-dashed-kanban';
|
|
3957
|
-
// SquareDashedMousePointer aliases
|
|
3958
|
-
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3959
|
-
export {
|
|
3960
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
3961
|
-
default as MousePointerSquareDashedIcon
|
|
3962
|
-
} from '../icons/square-dashed-mouse-pointer';
|
|
3963
3961
|
// SquareDashed aliases
|
|
3964
3962
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3965
3963
|
export {
|
|
3966
3964
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
3967
3965
|
default as BoxSelectIcon
|
|
3968
3966
|
} from '../icons/square-dashed';
|
|
3969
|
-
//
|
|
3970
|
-
export { default as
|
|
3967
|
+
// SquareDashedMousePointer aliases
|
|
3968
|
+
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3971
3969
|
export {
|
|
3972
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3973
|
-
default as
|
|
3974
|
-
} from '../icons/square-
|
|
3970
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
3971
|
+
default as MousePointerSquareDashedIcon
|
|
3972
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
3975
3973
|
// SquareDivide aliases
|
|
3976
3974
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3977
3975
|
export {
|
|
3978
3976
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
3979
3977
|
default as DivideSquareIcon
|
|
3980
3978
|
} from '../icons/square-divide';
|
|
3981
|
-
//
|
|
3982
|
-
export { default as
|
|
3983
|
-
export {
|
|
3984
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
3985
|
-
default as FunctionSquareIcon
|
|
3986
|
-
} from '../icons/square-function';
|
|
3987
|
-
// SquareKanban aliases
|
|
3988
|
-
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3979
|
+
// SquareDot aliases
|
|
3980
|
+
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3989
3981
|
export {
|
|
3990
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3991
|
-
default as
|
|
3992
|
-
} from '../icons/square-
|
|
3982
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
3983
|
+
default as DotSquareIcon
|
|
3984
|
+
} from '../icons/square-dot';
|
|
3993
3985
|
// SquareEqual aliases
|
|
3994
3986
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3995
3987
|
export {
|
|
3996
3988
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
3997
3989
|
default as EqualSquareIcon
|
|
3998
3990
|
} from '../icons/square-equal';
|
|
3991
|
+
// SquareFunction aliases
|
|
3992
|
+
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3993
|
+
export {
|
|
3994
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
3995
|
+
default as FunctionSquareIcon
|
|
3996
|
+
} from '../icons/square-function';
|
|
3999
3997
|
// SquareLibrary aliases
|
|
4000
3998
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4001
3999
|
export {
|
|
4002
4000
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
4003
4001
|
default as LibrarySquareIcon
|
|
4004
4002
|
} from '../icons/square-library';
|
|
4003
|
+
// SquareKanban aliases
|
|
4004
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4005
|
+
export {
|
|
4006
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
4007
|
+
default as KanbanSquareIcon
|
|
4008
|
+
} from '../icons/square-kanban';
|
|
4005
4009
|
// SquareM aliases
|
|
4006
4010
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
4007
4011
|
export {
|
|
4008
4012
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
4009
4013
|
default as MSquareIcon
|
|
4010
4014
|
} from '../icons/square-m';
|
|
4011
|
-
// SquareMenu aliases
|
|
4012
|
-
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4013
|
-
export {
|
|
4014
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
|
|
4015
|
-
default as MenuSquareIcon
|
|
4016
|
-
} from '../icons/square-menu';
|
|
4017
4015
|
// SquareMinus aliases
|
|
4018
4016
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4019
4017
|
export {
|
|
4020
4018
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
4021
4019
|
default as MinusSquareIcon
|
|
4022
4020
|
} from '../icons/square-minus';
|
|
4021
|
+
// SquareMenu aliases
|
|
4022
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4023
|
+
export {
|
|
4024
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
|
|
4025
|
+
default as MenuSquareIcon
|
|
4026
|
+
} from '../icons/square-menu';
|
|
4023
4027
|
// SquareMousePointer aliases
|
|
4024
4028
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4025
4029
|
export {
|
|
@@ -4038,12 +4042,6 @@ export {
|
|
|
4038
4042
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
4039
4043
|
default as ParkingSquareIcon
|
|
4040
4044
|
} from '../icons/square-parking';
|
|
4041
|
-
// SquarePercent aliases
|
|
4042
|
-
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4043
|
-
export {
|
|
4044
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
4045
|
-
default as PercentSquareIcon
|
|
4046
|
-
} from '../icons/square-percent';
|
|
4047
4045
|
// SquarePen aliases
|
|
4048
4046
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4049
4047
|
export {
|
|
@@ -4058,6 +4056,12 @@ export {
|
|
|
4058
4056
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
4059
4057
|
default as PenSquareIcon
|
|
4060
4058
|
} from '../icons/square-pen';
|
|
4059
|
+
// SquarePercent aliases
|
|
4060
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4061
|
+
export {
|
|
4062
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
4063
|
+
default as PercentSquareIcon
|
|
4064
|
+
} from '../icons/square-percent';
|
|
4061
4065
|
// SquarePi aliases
|
|
4062
4066
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4063
4067
|
export {
|
|
@@ -4076,24 +4080,24 @@ export {
|
|
|
4076
4080
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
4077
4081
|
default as PlaySquareIcon
|
|
4078
4082
|
} from '../icons/square-play';
|
|
4079
|
-
//
|
|
4080
|
-
export { default as
|
|
4083
|
+
// SquareScissors aliases
|
|
4084
|
+
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4081
4085
|
export {
|
|
4082
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4083
|
-
default as
|
|
4084
|
-
} from '../icons/square-
|
|
4086
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
4087
|
+
default as ScissorsSquareIcon
|
|
4088
|
+
} from '../icons/square-scissors';
|
|
4085
4089
|
// SquarePower aliases
|
|
4086
4090
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4087
4091
|
export {
|
|
4088
4092
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4089
4093
|
default as PowerSquareIcon
|
|
4090
4094
|
} from '../icons/square-power';
|
|
4091
|
-
//
|
|
4092
|
-
export { default as
|
|
4095
|
+
// SquarePlus aliases
|
|
4096
|
+
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4093
4097
|
export {
|
|
4094
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4095
|
-
default as
|
|
4096
|
-
} from '../icons/square-
|
|
4098
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
4099
|
+
default as PlusSquareIcon
|
|
4100
|
+
} from '../icons/square-plus';
|
|
4097
4101
|
// SquareSigma aliases
|
|
4098
4102
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4099
4103
|
export {
|
|
@@ -4154,18 +4158,18 @@ export {
|
|
|
4154
4158
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4155
4159
|
default as AlignCenterIcon
|
|
4156
4160
|
} from '../icons/text-align-center';
|
|
4157
|
-
// TextAlignEnd aliases
|
|
4158
|
-
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4159
|
-
export {
|
|
4160
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4161
|
-
default as AlignRightIcon
|
|
4162
|
-
} from '../icons/text-align-end';
|
|
4163
4161
|
// TextAlignJustify aliases
|
|
4164
4162
|
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4165
4163
|
export {
|
|
4166
4164
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
|
|
4167
4165
|
default as AlignJustifyIcon
|
|
4168
4166
|
} from '../icons/text-align-justify';
|
|
4167
|
+
// TextAlignEnd aliases
|
|
4168
|
+
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4169
|
+
export {
|
|
4170
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4171
|
+
default as AlignRightIcon
|
|
4172
|
+
} from '../icons/text-align-end';
|
|
4169
4173
|
// TextAlignStart aliases
|
|
4170
4174
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4171
4175
|
export {
|
|
@@ -4188,12 +4192,6 @@ export {
|
|
|
4188
4192
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|
|
4189
4193
|
default as TextSelectionIcon
|
|
4190
4194
|
} from '../icons/text-select';
|
|
4191
|
-
// TextWrap aliases
|
|
4192
|
-
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4193
|
-
export {
|
|
4194
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4195
|
-
default as WrapTextIcon
|
|
4196
|
-
} from '../icons/text-wrap';
|
|
4197
4195
|
// TramFront aliases
|
|
4198
4196
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4199
4197
|
export {
|
|
@@ -4206,6 +4204,12 @@ export {
|
|
|
4206
4204
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
4207
4205
|
default as PalmtreeIcon
|
|
4208
4206
|
} from '../icons/tree-palm';
|
|
4207
|
+
// TextWrap aliases
|
|
4208
|
+
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4209
|
+
export {
|
|
4210
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4211
|
+
default as WrapTextIcon
|
|
4212
|
+
} from '../icons/text-wrap';
|
|
4209
4213
|
// TriangleAlert aliases
|
|
4210
4214
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4211
4215
|
export {
|
|
@@ -4218,12 +4222,6 @@ export {
|
|
|
4218
4222
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
4219
4223
|
default as Tv2Icon
|
|
4220
4224
|
} from '../icons/tv-minimal';
|
|
4221
|
-
// UserRoundCog aliases
|
|
4222
|
-
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4223
|
-
export {
|
|
4224
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
4225
|
-
default as UserCog2Icon
|
|
4226
|
-
} from '../icons/user-round-cog';
|
|
4227
4225
|
// University aliases
|
|
4228
4226
|
export { default as UniversityIcon } from '../icons/university';
|
|
4229
4227
|
export {
|
|
@@ -4236,42 +4234,48 @@ export {
|
|
|
4236
4234
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
4237
4235
|
default as UserCheck2Icon
|
|
4238
4236
|
} from '../icons/user-round-check';
|
|
4237
|
+
// UserRoundCog aliases
|
|
4238
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4239
|
+
export {
|
|
4240
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
4241
|
+
default as UserCog2Icon
|
|
4242
|
+
} from '../icons/user-round-cog';
|
|
4239
4243
|
// UserRoundMinus aliases
|
|
4240
4244
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4241
4245
|
export {
|
|
4242
4246
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
4243
4247
|
default as UserMinus2Icon
|
|
4244
4248
|
} from '../icons/user-round-minus';
|
|
4245
|
-
// UserRoundPlus aliases
|
|
4246
|
-
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4247
|
-
export {
|
|
4248
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4249
|
-
default as UserPlus2Icon
|
|
4250
|
-
} from '../icons/user-round-plus';
|
|
4251
4249
|
// UserRoundX aliases
|
|
4252
4250
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4253
4251
|
export {
|
|
4254
4252
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4255
4253
|
default as UserX2Icon
|
|
4256
4254
|
} from '../icons/user-round-x';
|
|
4255
|
+
// UserRoundPlus aliases
|
|
4256
|
+
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4257
|
+
export {
|
|
4258
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4259
|
+
default as UserPlus2Icon
|
|
4260
|
+
} from '../icons/user-round-plus';
|
|
4257
4261
|
// UserRound aliases
|
|
4258
4262
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4259
4263
|
export {
|
|
4260
4264
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4261
4265
|
default as User2Icon
|
|
4262
4266
|
} from '../icons/user-round';
|
|
4263
|
-
// UtensilsCrossed aliases
|
|
4264
|
-
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4265
|
-
export {
|
|
4266
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4267
|
-
default as ForkKnifeCrossedIcon
|
|
4268
|
-
} from '../icons/utensils-crossed';
|
|
4269
4267
|
// UsersRound aliases
|
|
4270
4268
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4271
4269
|
export {
|
|
4272
4270
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
4273
4271
|
default as Users2Icon
|
|
4274
4272
|
} from '../icons/users-round';
|
|
4273
|
+
// UtensilsCrossed aliases
|
|
4274
|
+
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4275
|
+
export {
|
|
4276
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4277
|
+
default as ForkKnifeCrossedIcon
|
|
4278
|
+
} from '../icons/utensils-crossed';
|
|
4275
4279
|
// Utensils aliases
|
|
4276
4280
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4277
4281
|
export {
|