@lucide/astro 1.36.0 → 1.37.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 +70 -70
- package/src/aliases/prefixed.ts +602 -600
- package/src/aliases/suffixed.ts +893 -891
- package/src/icons/credit-card-plus.ts +18 -0
- package/src/icons/index.ts +220 -219
package/src/aliases/suffixed.ts
CHANGED
|
@@ -8,32 +8,32 @@ export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
|
8
8
|
export { default as ActivityIcon } from '../icons/activity';
|
|
9
9
|
// Accessibility aliases
|
|
10
10
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
11
|
+
// Ad aliases
|
|
12
|
+
export { default as AdIcon } from '../icons/ad';
|
|
11
13
|
// AirVent aliases
|
|
12
14
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
15
|
// Airplay aliases
|
|
14
16
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
|
-
// Ad aliases
|
|
16
|
-
export { default as AdIcon } from '../icons/ad';
|
|
17
17
|
// AlarmClockOff aliases
|
|
18
18
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
19
19
|
// AlarmClock aliases
|
|
20
20
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
21
|
-
// Album aliases
|
|
22
|
-
export { default as AlbumIcon } from '../icons/album';
|
|
23
21
|
// AlarmSmoke aliases
|
|
24
22
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
25
|
-
//
|
|
26
|
-
export { default as
|
|
23
|
+
// Album aliases
|
|
24
|
+
export { default as AlbumIcon } from '../icons/album';
|
|
27
25
|
// AlignCenterHorizontal aliases
|
|
28
26
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
27
|
+
// AlignCenterVertical aliases
|
|
28
|
+
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
29
29
|
// AlignEndHorizontal aliases
|
|
30
30
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
31
|
// AlignEndVertical aliases
|
|
32
32
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
|
-
// AlignHorizontalDistributeCenter aliases
|
|
34
|
-
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
33
|
// AlignHorizontalDistributeEnd aliases
|
|
36
34
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
|
+
// AlignHorizontalDistributeCenter aliases
|
|
36
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
37
37
|
// AlignHorizontalDistributeStart aliases
|
|
38
38
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
39
|
// AlignHorizontalJustifyCenter aliases
|
|
@@ -42,10 +42,10 @@ export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-hori
|
|
|
42
42
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
43
|
// AlignHorizontalJustifyStart aliases
|
|
44
44
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
|
-
// AlignHorizontalSpaceAround aliases
|
|
46
|
-
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
45
|
// AlignHorizontalSpaceBetween aliases
|
|
48
46
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
47
|
+
// AlignHorizontalSpaceAround aliases
|
|
48
|
+
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
49
49
|
// AlignStartHorizontal aliases
|
|
50
50
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
51
51
|
// AlignStartVertical aliases
|
|
@@ -54,52 +54,52 @@ export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical
|
|
|
54
54
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
55
55
|
// AlignVerticalDistributeEnd aliases
|
|
56
56
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
57
|
-
// AlignVerticalDistributeStart aliases
|
|
58
|
-
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
59
|
-
// AlignVerticalJustifyStart aliases
|
|
60
|
-
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
61
57
|
// AlignVerticalJustifyCenter aliases
|
|
62
58
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
|
+
// AlignVerticalDistributeStart aliases
|
|
60
|
+
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
63
61
|
// AlignVerticalJustifyEnd aliases
|
|
64
62
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
65
|
-
// AlignVerticalSpaceBetween aliases
|
|
66
|
-
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
67
63
|
// AlignVerticalSpaceAround aliases
|
|
68
64
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
65
|
+
// AlignVerticalJustifyStart aliases
|
|
66
|
+
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
69
67
|
// Ambulance aliases
|
|
70
68
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
69
|
+
// AlignVerticalSpaceBetween aliases
|
|
70
|
+
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
71
71
|
// Ampersand aliases
|
|
72
72
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
73
|
-
// Ampersands aliases
|
|
74
|
-
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
75
73
|
// Amphora aliases
|
|
76
74
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
77
75
|
// Anchor aliases
|
|
78
76
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
79
|
-
//
|
|
80
|
-
export { default as
|
|
81
|
-
// Aperture aliases
|
|
82
|
-
export { default as ApertureIcon } from '../icons/aperture';
|
|
77
|
+
// Ampersands aliases
|
|
78
|
+
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
83
79
|
// Angle aliases
|
|
84
80
|
export { default as AngleIcon } from '../icons/angle';
|
|
85
81
|
// Anvil aliases
|
|
86
82
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
87
83
|
// AppWindowMac aliases
|
|
88
84
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
85
|
+
// Antenna aliases
|
|
86
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
87
|
+
// Aperture aliases
|
|
88
|
+
export { default as ApertureIcon } from '../icons/aperture';
|
|
89
89
|
// AppWindow aliases
|
|
90
90
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
91
|
// Apple aliases
|
|
92
92
|
export { default as AppleIcon } from '../icons/apple';
|
|
93
|
-
// ArchiveRestore aliases
|
|
94
|
-
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
93
|
// ArchiveX aliases
|
|
96
94
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
95
|
+
// ArchiveRestore aliases
|
|
96
|
+
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
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
|
|
@@ -108,22 +108,22 @@ export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
|
108
108
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
109
|
// ArrowBigRightDash aliases
|
|
110
110
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
|
+
// ArrowBigRight aliases
|
|
112
|
+
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
111
113
|
// ArrowBigUpDash aliases
|
|
112
114
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
113
115
|
// ArrowBigUp aliases
|
|
114
116
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
115
|
-
// ArrowBigRight aliases
|
|
116
|
-
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
117
117
|
// ArrowDownFromLine aliases
|
|
118
118
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
119
119
|
// ArrowDownLeft aliases
|
|
120
120
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
121
121
|
// ArrowDownNarrowWide aliases
|
|
122
122
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
|
-
// ArrowDownRight aliases
|
|
124
|
-
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
123
|
// ArrowDownToDot aliases
|
|
126
124
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
125
|
+
// ArrowDownRight aliases
|
|
126
|
+
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
127
127
|
// ArrowDownToLine aliases
|
|
128
128
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
129
|
// ArrowDownUp aliases
|
|
@@ -156,62 +156,62 @@ export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
|
156
156
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
157
|
// ArrowUpRight aliases
|
|
158
158
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
159
|
-
// ArrowUpToLine aliases
|
|
160
|
-
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
159
|
// ArrowUpWideNarrow aliases
|
|
162
160
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
163
|
-
//
|
|
164
|
-
export { default as
|
|
161
|
+
// ArrowUpToLine aliases
|
|
162
|
+
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
163
|
+
// AtSign aliases
|
|
164
|
+
export { default as AtSignIcon } from '../icons/at-sign';
|
|
165
165
|
// ArrowsUpFromLine aliases
|
|
166
166
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
|
+
// ArrowUp aliases
|
|
168
|
+
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
167
169
|
// Asterisk aliases
|
|
168
170
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
|
-
// Astroid aliases
|
|
170
|
-
export { default as AstroidIcon } from '../icons/astroid';
|
|
171
|
-
// AtSign aliases
|
|
172
|
-
export { default as AtSignIcon } from '../icons/at-sign';
|
|
173
171
|
// Atom aliases
|
|
174
172
|
export { default as AtomIcon } from '../icons/atom';
|
|
173
|
+
// Astroid aliases
|
|
174
|
+
export { default as AstroidIcon } from '../icons/astroid';
|
|
175
175
|
// AudioLinesOff aliases
|
|
176
176
|
export { default as AudioLinesOffIcon } from '../icons/audio-lines-off';
|
|
177
177
|
// AudioLinesX aliases
|
|
178
178
|
export { default as AudioLinesXIcon } from '../icons/audio-lines-x';
|
|
179
|
-
// AudioWaveform aliases
|
|
180
|
-
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
181
179
|
// AudioLines aliases
|
|
182
180
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
183
|
-
//
|
|
184
|
-
export { default as
|
|
181
|
+
// AudioWaveform aliases
|
|
182
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
185
183
|
// Award aliases
|
|
186
184
|
export { default as AwardIcon } from '../icons/award';
|
|
187
|
-
// Baby aliases
|
|
188
|
-
export { default as BabyIcon } from '../icons/baby';
|
|
189
185
|
// Backpack aliases
|
|
190
186
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
191
|
-
//
|
|
192
|
-
export { default as
|
|
187
|
+
// Baby aliases
|
|
188
|
+
export { default as BabyIcon } from '../icons/baby';
|
|
193
189
|
// BadgeCent aliases
|
|
194
190
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
191
|
+
// Axe aliases
|
|
192
|
+
export { default as AxeIcon } from '../icons/axe';
|
|
195
193
|
// BadgeAlert aliases
|
|
196
194
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
197
|
-
//
|
|
198
|
-
export { default as
|
|
195
|
+
// BadgeDollarSign aliases
|
|
196
|
+
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
199
197
|
// BadgeIndianRupee aliases
|
|
200
198
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
199
|
+
// BadgeEuro aliases
|
|
200
|
+
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
201
201
|
// BadgeInfo aliases
|
|
202
202
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
203
203
|
// BadgeJapaneseYen aliases
|
|
204
204
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
205
205
|
// BadgeMinus aliases
|
|
206
206
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
207
|
-
// BadgePercent aliases
|
|
208
|
-
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
209
207
|
// BadgePlus aliases
|
|
210
208
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
211
|
-
// BadgeRussianRuble aliases
|
|
212
|
-
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
213
209
|
// BadgePoundSterling aliases
|
|
214
210
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
211
|
+
// BadgePercent aliases
|
|
212
|
+
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
213
|
+
// BadgeRussianRuble aliases
|
|
214
|
+
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
215
215
|
// BadgeSwissFranc aliases
|
|
216
216
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
217
217
|
// BadgeTurkishLira aliases
|
|
@@ -220,20 +220,20 @@ export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
|
220
220
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
221
221
|
// Badge aliases
|
|
222
222
|
export { default as BadgeIcon } from '../icons/badge';
|
|
223
|
-
// BaggageClaim aliases
|
|
224
|
-
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
225
223
|
// Balloon aliases
|
|
226
224
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
227
225
|
// Ban aliases
|
|
228
226
|
export { default as BanIcon } from '../icons/ban';
|
|
229
227
|
// Banana aliases
|
|
230
228
|
export { default as BananaIcon } from '../icons/banana';
|
|
229
|
+
// BaggageClaim aliases
|
|
230
|
+
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
231
231
|
// Bandage aliases
|
|
232
232
|
export { default as BandageIcon } from '../icons/bandage';
|
|
233
|
-
// BanknoteArrowUp aliases
|
|
234
|
-
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
235
233
|
// BanknoteArrowDown aliases
|
|
236
234
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
235
|
+
// BanknoteArrowUp aliases
|
|
236
|
+
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
237
237
|
// BanknoteCheck aliases
|
|
238
238
|
export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
239
239
|
// BanknoteX aliases
|
|
@@ -242,10 +242,10 @@ export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
|
242
242
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
243
243
|
// Barcode aliases
|
|
244
244
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
245
|
-
// Barrel aliases
|
|
246
|
-
export { default as BarrelIcon } from '../icons/barrel';
|
|
247
245
|
// Baseline aliases
|
|
248
246
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
247
|
+
// Barrel aliases
|
|
248
|
+
export { default as BarrelIcon } from '../icons/barrel';
|
|
249
249
|
// Bath aliases
|
|
250
250
|
export { default as BathIcon } from '../icons/bath';
|
|
251
251
|
// BatteryCharging aliases
|
|
@@ -258,96 +258,96 @@ export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
|
258
258
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
259
259
|
// BatteryPlus aliases
|
|
260
260
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
261
|
-
// BatteryWarning aliases
|
|
262
|
-
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
263
|
-
// Beaker aliases
|
|
264
|
-
export { default as BeakerIcon } from '../icons/beaker';
|
|
265
261
|
// Battery aliases
|
|
266
262
|
export { default as BatteryIcon } from '../icons/battery';
|
|
263
|
+
// BatteryWarning aliases
|
|
264
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
267
265
|
// BeanOff aliases
|
|
268
266
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
269
267
|
// BedDouble aliases
|
|
270
268
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
271
|
-
//
|
|
272
|
-
export { default as
|
|
273
|
-
// BedSingle aliases
|
|
274
|
-
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
269
|
+
// Beaker aliases
|
|
270
|
+
export { default as BeakerIcon } from '../icons/beaker';
|
|
275
271
|
// Bed aliases
|
|
276
272
|
export { default as BedIcon } from '../icons/bed';
|
|
273
|
+
// BedSingle aliases
|
|
274
|
+
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
275
|
+
// Bean aliases
|
|
276
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
277
277
|
// BeefOff aliases
|
|
278
278
|
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
279
|
-
// Beef aliases
|
|
280
|
-
export { default as BeefIcon } from '../icons/beef';
|
|
281
279
|
// BeerOff aliases
|
|
282
280
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
283
|
-
//
|
|
284
|
-
export { default as
|
|
281
|
+
// Beef aliases
|
|
282
|
+
export { default as BeefIcon } from '../icons/beef';
|
|
285
283
|
// BellCheck aliases
|
|
286
284
|
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
285
|
+
// Beer aliases
|
|
286
|
+
export { default as BeerIcon } from '../icons/beer';
|
|
287
287
|
// BellDot aliases
|
|
288
288
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
289
|
+
// BellMinus aliases
|
|
290
|
+
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
289
291
|
// BellElectric aliases
|
|
290
292
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
291
293
|
// BellOff aliases
|
|
292
294
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
293
295
|
// BellPlus aliases
|
|
294
296
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
295
|
-
// BellMinus aliases
|
|
296
|
-
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
297
297
|
// BellRing aliases
|
|
298
298
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
299
|
+
// BetweenVerticalEnd aliases
|
|
300
|
+
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
299
301
|
// Bell aliases
|
|
300
302
|
export { default as BellIcon } from '../icons/bell';
|
|
301
303
|
// BetweenVerticalStart aliases
|
|
302
304
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
303
|
-
// BetweenVerticalEnd aliases
|
|
304
|
-
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
305
305
|
// BicepsFlexed aliases
|
|
306
306
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
307
307
|
// Bike aliases
|
|
308
308
|
export { default as BikeIcon } from '../icons/bike';
|
|
309
309
|
// Binary aliases
|
|
310
310
|
export { default as BinaryIcon } from '../icons/binary';
|
|
311
|
-
// Binoculars aliases
|
|
312
|
-
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
313
|
-
// Bird aliases
|
|
314
|
-
export { default as BirdIcon } from '../icons/bird';
|
|
315
311
|
// Biohazard aliases
|
|
316
312
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
317
|
-
//
|
|
318
|
-
export { default as
|
|
313
|
+
// Bird aliases
|
|
314
|
+
export { default as BirdIcon } from '../icons/bird';
|
|
315
|
+
// Binoculars aliases
|
|
316
|
+
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
319
317
|
// Bitcoin aliases
|
|
320
318
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
321
|
-
//
|
|
322
|
-
export { default as
|
|
319
|
+
// Birdhouse aliases
|
|
320
|
+
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
323
321
|
// Blender aliases
|
|
324
322
|
export { default as BlenderIcon } from '../icons/blender';
|
|
323
|
+
// Blend aliases
|
|
324
|
+
export { default as BlendIcon } from '../icons/blend';
|
|
325
325
|
// Blinds aliases
|
|
326
326
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
327
327
|
// Blocks aliases
|
|
328
328
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
329
329
|
// BluetoothConnected aliases
|
|
330
330
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
331
|
-
// BluetoothOff aliases
|
|
332
|
-
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
333
331
|
// BluetoothSearching aliases
|
|
334
332
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
335
333
|
// Bluetooth aliases
|
|
336
334
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
335
|
+
// BluetoothOff aliases
|
|
336
|
+
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
337
337
|
// Bold aliases
|
|
338
338
|
export { default as BoldIcon } from '../icons/bold';
|
|
339
339
|
// Bolt aliases
|
|
340
340
|
export { default as BoltIcon } from '../icons/bolt';
|
|
341
|
-
// Bomb aliases
|
|
342
|
-
export { default as BombIcon } from '../icons/bomb';
|
|
343
341
|
// BoneFracture aliases
|
|
344
342
|
export { default as BoneFractureIcon } from '../icons/bone-fracture';
|
|
345
|
-
//
|
|
346
|
-
export { default as
|
|
343
|
+
// Bomb aliases
|
|
344
|
+
export { default as BombIcon } from '../icons/bomb';
|
|
347
345
|
// BookA aliases
|
|
348
346
|
export { default as BookAIcon } from '../icons/book-a';
|
|
349
347
|
// Bone aliases
|
|
350
348
|
export { default as BoneIcon } from '../icons/bone';
|
|
349
|
+
// BookAlert aliases
|
|
350
|
+
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
351
351
|
// BookAudio aliases
|
|
352
352
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
353
353
|
// BookCheck aliases
|
|
@@ -356,26 +356,26 @@ export { default as BookCheckIcon } from '../icons/book-check';
|
|
|
356
356
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
357
357
|
// BookDown aliases
|
|
358
358
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
359
|
-
// BookHeart aliases
|
|
360
|
-
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
361
359
|
// BookHeadphones aliases
|
|
362
360
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
361
|
+
// BookHeart aliases
|
|
362
|
+
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
363
363
|
// BookImage aliases
|
|
364
364
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
365
365
|
// BookKey aliases
|
|
366
366
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
367
|
+
// BookMarked aliases
|
|
368
|
+
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
367
369
|
// BookLock aliases
|
|
368
370
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
369
371
|
// BookMinus aliases
|
|
370
372
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
371
|
-
// BookMarked aliases
|
|
372
|
-
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
373
373
|
// BookOpenCheck aliases
|
|
374
374
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
375
|
-
// BookOpenText aliases
|
|
376
|
-
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
377
375
|
// BookOpen aliases
|
|
378
376
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
377
|
+
// BookOpenText aliases
|
|
378
|
+
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
379
379
|
// BookPlus aliases
|
|
380
380
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
381
381
|
// BookSearch aliases
|
|
@@ -390,22 +390,22 @@ export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
|
390
390
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
391
391
|
// BookUser aliases
|
|
392
392
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
393
|
-
// BookX aliases
|
|
394
|
-
export { default as BookXIcon } from '../icons/book-x';
|
|
395
393
|
// Book aliases
|
|
396
394
|
export { default as BookIcon } from '../icons/book';
|
|
395
|
+
// BookX aliases
|
|
396
|
+
export { default as BookXIcon } from '../icons/book-x';
|
|
397
397
|
// BookmarkCheck aliases
|
|
398
398
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
399
399
|
// BookmarkMinus aliases
|
|
400
400
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
401
|
-
// BookmarkOff aliases
|
|
402
|
-
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
403
401
|
// BookmarkPlus aliases
|
|
404
402
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
405
403
|
// BookmarkX aliases
|
|
406
404
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
407
405
|
// Bookmark aliases
|
|
408
406
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
407
|
+
// BookmarkOff aliases
|
|
408
|
+
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
409
409
|
// BoomBox aliases
|
|
410
410
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
411
411
|
// BotMessageSquare aliases
|
|
@@ -416,48 +416,48 @@ export { default as BotOffIcon } from '../icons/bot-off';
|
|
|
416
416
|
export { default as BotIcon } from '../icons/bot';
|
|
417
417
|
// BottleWine aliases
|
|
418
418
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
419
|
-
// BowArrow aliases
|
|
420
|
-
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
421
419
|
// Boxes aliases
|
|
422
420
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
421
|
+
// BowArrow aliases
|
|
422
|
+
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
423
423
|
// Box aliases
|
|
424
424
|
export { default as BoxIcon } from '../icons/box';
|
|
425
|
-
// BrainCircuit aliases
|
|
426
|
-
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
427
425
|
// Brackets aliases
|
|
428
426
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
429
|
-
//
|
|
430
|
-
export { default as
|
|
427
|
+
// BrainCircuit aliases
|
|
428
|
+
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
431
429
|
// BrainCog aliases
|
|
432
430
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
433
431
|
// BrickWallFire aliases
|
|
434
432
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
433
|
+
// Brain aliases
|
|
434
|
+
export { default as BrainIcon } from '../icons/brain';
|
|
435
|
+
// BrickWallShield aliases
|
|
436
|
+
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
435
437
|
// BrickWall aliases
|
|
436
438
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
437
439
|
// BriefcaseBusiness aliases
|
|
438
440
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
439
|
-
// BrickWallShield aliases
|
|
440
|
-
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
441
|
-
// BriefcaseConveyorBelt aliases
|
|
442
|
-
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
443
441
|
// BriefcaseMedical aliases
|
|
444
442
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
443
|
+
// BriefcaseConveyorBelt aliases
|
|
444
|
+
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
445
445
|
// Briefcase aliases
|
|
446
446
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
447
447
|
// BringToFront aliases
|
|
448
448
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
449
|
-
// Broccoli aliases
|
|
450
|
-
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
451
449
|
// BroomSparkles aliases
|
|
452
450
|
export { default as BroomSparklesIcon } from '../icons/broom-sparkles';
|
|
451
|
+
// Broccoli aliases
|
|
452
|
+
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
453
453
|
// Broom aliases
|
|
454
454
|
export { default as BroomIcon } from '../icons/broom';
|
|
455
|
-
// BrushCleaning aliases
|
|
456
|
-
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
457
455
|
// Brush aliases
|
|
458
456
|
export { default as BrushIcon } from '../icons/brush';
|
|
459
457
|
// Bubbles aliases
|
|
460
458
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
459
|
+
// BrushCleaning aliases
|
|
460
|
+
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
461
461
|
// BugPlay aliases
|
|
462
462
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
463
463
|
// BugOff aliases
|
|
@@ -480,12 +480,12 @@ export { default as CableIcon } from '../icons/cable';
|
|
|
480
480
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
481
481
|
// Cake aliases
|
|
482
482
|
export { default as CakeIcon } from '../icons/cake';
|
|
483
|
-
// Calculator aliases
|
|
484
|
-
export { default as CalculatorIcon } from '../icons/calculator';
|
|
485
|
-
// CalendarArrowDown aliases
|
|
486
|
-
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
487
483
|
// Calendar1 aliases
|
|
488
484
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
485
|
+
// CalendarArrowDown aliases
|
|
486
|
+
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
487
|
+
// Calculator aliases
|
|
488
|
+
export { default as CalculatorIcon } from '../icons/calculator';
|
|
489
489
|
// CalendarArrowUp aliases
|
|
490
490
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
491
491
|
// CalendarCheck2 aliases
|
|
@@ -504,22 +504,22 @@ export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
|
504
504
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
505
505
|
// CalendarMinus2 aliases
|
|
506
506
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
507
|
-
// CalendarMinus aliases
|
|
508
|
-
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
509
|
-
// CalendarPlus2 aliases
|
|
510
|
-
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
511
507
|
// CalendarOff aliases
|
|
512
508
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
509
|
+
// CalendarMinus aliases
|
|
510
|
+
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
513
511
|
// CalendarPlus aliases
|
|
514
512
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
513
|
+
// CalendarPlus2 aliases
|
|
514
|
+
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
515
515
|
// CalendarRange aliases
|
|
516
516
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
517
|
+
// CalendarX2 aliases
|
|
518
|
+
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
517
519
|
// CalendarSearch aliases
|
|
518
520
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
519
521
|
// CalendarSync aliases
|
|
520
522
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
521
|
-
// CalendarX2 aliases
|
|
522
|
-
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
523
523
|
// CalendarX aliases
|
|
524
524
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
525
525
|
// Calendar aliases
|
|
@@ -530,16 +530,16 @@ export { default as CalendarsIcon } from '../icons/calendars';
|
|
|
530
530
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
531
531
|
// Camera aliases
|
|
532
532
|
export { default as CameraIcon } from '../icons/camera';
|
|
533
|
+
// CandyCane aliases
|
|
534
|
+
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
533
535
|
// CandyOff aliases
|
|
534
536
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
535
537
|
// Candy aliases
|
|
536
538
|
export { default as CandyIcon } from '../icons/candy';
|
|
537
|
-
// CandyCane aliases
|
|
538
|
-
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
539
|
-
// CannabisOff aliases
|
|
540
|
-
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
541
539
|
// Cannabis aliases
|
|
542
540
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
541
|
+
// CannabisOff aliases
|
|
542
|
+
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
543
543
|
// CaptionsOff aliases
|
|
544
544
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
545
545
|
// CarBattery aliases
|
|
@@ -550,10 +550,10 @@ export { default as CarFrontIcon } from '../icons/car-front';
|
|
|
550
550
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
551
551
|
// Car aliases
|
|
552
552
|
export { default as CarIcon } from '../icons/car';
|
|
553
|
-
// CardSim aliases
|
|
554
|
-
export { default as CardSimIcon } from '../icons/card-sim';
|
|
555
553
|
// Caravan aliases
|
|
556
554
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
555
|
+
// CardSim aliases
|
|
556
|
+
export { default as CardSimIcon } from '../icons/card-sim';
|
|
557
557
|
// Carrot aliases
|
|
558
558
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
559
559
|
// CaseLower aliases
|
|
@@ -562,44 +562,44 @@ export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
|
562
562
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
563
563
|
// CaseUpper aliases
|
|
564
564
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
565
|
-
// CassetteTape aliases
|
|
566
|
-
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
567
565
|
// Cast aliases
|
|
568
566
|
export { default as CastIcon } from '../icons/cast';
|
|
567
|
+
// CassetteTape aliases
|
|
568
|
+
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
569
569
|
// Castle aliases
|
|
570
570
|
export { default as CastleIcon } from '../icons/castle';
|
|
571
|
-
// Cat aliases
|
|
572
|
-
export { default as CatIcon } from '../icons/cat';
|
|
573
571
|
// CctvOff aliases
|
|
574
572
|
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
575
573
|
// Cctv aliases
|
|
576
574
|
export { default as CctvIcon } from '../icons/cctv';
|
|
575
|
+
// Cat aliases
|
|
576
|
+
export { default as CatIcon } from '../icons/cat';
|
|
577
577
|
// ChartBarIncreasing aliases
|
|
578
578
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
579
|
-
// ChartBarStacked aliases
|
|
580
|
-
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
581
579
|
// ChartBarDecreasing aliases
|
|
582
580
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
583
581
|
// ChartColumnDecreasing aliases
|
|
584
582
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
583
|
+
// ChartBarStacked aliases
|
|
584
|
+
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
585
585
|
// ChartColumnStacked aliases
|
|
586
586
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
587
|
-
// ChartNetwork aliases
|
|
588
|
-
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
589
587
|
// ChartGantt aliases
|
|
590
588
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
591
|
-
//
|
|
592
|
-
export { default as
|
|
589
|
+
// ChartNetwork aliases
|
|
590
|
+
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
593
591
|
// ChartNoAxesCombined aliases
|
|
594
592
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
593
|
+
// ChartNoAxesColumnDecreasing aliases
|
|
594
|
+
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
595
595
|
// ChartSpline aliases
|
|
596
596
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
597
|
-
// CheckCheck aliases
|
|
598
|
-
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
599
597
|
// CheckLine aliases
|
|
600
598
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
601
599
|
// Check aliases
|
|
602
600
|
export { default as CheckIcon } from '../icons/check';
|
|
601
|
+
// CheckCheck aliases
|
|
602
|
+
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
603
603
|
// ChefHat aliases
|
|
604
604
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
605
605
|
// Cherry aliases
|
|
@@ -628,32 +628,32 @@ export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
|
628
628
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
629
629
|
// ChevronUp aliases
|
|
630
630
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
631
|
-
// ChevronsDownUp aliases
|
|
632
|
-
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
633
631
|
// ChevronsDown aliases
|
|
634
632
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
635
|
-
//
|
|
636
|
-
export { default as
|
|
633
|
+
// ChevronsDownUp aliases
|
|
634
|
+
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
637
635
|
// ChevronsLeftRight aliases
|
|
638
636
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
637
|
+
// ChevronsLeftRightEllipsis aliases
|
|
638
|
+
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
639
639
|
// ChevronsLeft aliases
|
|
640
640
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
641
|
-
// ChevronsRightLeft aliases
|
|
642
|
-
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
643
|
-
// ChevronsUpDown aliases
|
|
644
|
-
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
645
641
|
// ChevronsRight aliases
|
|
646
642
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
643
|
+
// ChevronsUpDown aliases
|
|
644
|
+
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
645
|
+
// ChevronsRightLeft aliases
|
|
646
|
+
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
647
647
|
// ChevronsUp aliases
|
|
648
648
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
649
|
-
// Church aliases
|
|
650
|
-
export { default as ChurchIcon } from '../icons/church';
|
|
651
|
-
// CigaretteOff aliases
|
|
652
|
-
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
653
649
|
// Cigarette aliases
|
|
654
650
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
651
|
+
// Church aliases
|
|
652
|
+
export { default as ChurchIcon } from '../icons/church';
|
|
655
653
|
// CircleDashed aliases
|
|
656
654
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
655
|
+
// CigaretteOff aliases
|
|
656
|
+
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
657
657
|
// CircleDollarSign aliases
|
|
658
658
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
659
659
|
// CircleDotDashed aliases
|
|
@@ -662,14 +662,14 @@ export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
|
662
662
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
663
663
|
// CircleEllipsis aliases
|
|
664
664
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
665
|
-
// CircleEqual aliases
|
|
666
|
-
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
667
665
|
// CircleEuro aliases
|
|
668
666
|
export { default as CircleEuroIcon } from '../icons/circle-euro';
|
|
669
|
-
// CircleFadingPlus aliases
|
|
670
|
-
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
671
667
|
// CircleFadingArrowUp aliases
|
|
672
668
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
669
|
+
// CircleEqual aliases
|
|
670
|
+
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
671
|
+
// CircleFadingPlus aliases
|
|
672
|
+
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
673
673
|
// CircleOff aliases
|
|
674
674
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
675
675
|
// CirclePile aliases
|
|
@@ -680,18 +680,18 @@ export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterli
|
|
|
680
680
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
681
681
|
// CircleSmall aliases
|
|
682
682
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
683
|
-
// CircleStar aliases
|
|
684
|
-
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
685
683
|
// Circle aliases
|
|
686
684
|
export { default as CircleIcon } from '../icons/circle';
|
|
685
|
+
// CircleStar aliases
|
|
686
|
+
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
687
687
|
// CircuitBoard aliases
|
|
688
688
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
689
|
-
// Clapperboard aliases
|
|
690
|
-
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
691
|
-
// ClipboardCheck aliases
|
|
692
|
-
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
693
689
|
// Citrus aliases
|
|
694
690
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
691
|
+
// ClipboardCheck aliases
|
|
692
|
+
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
693
|
+
// Clapperboard aliases
|
|
694
|
+
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
695
695
|
// ClipboardClock aliases
|
|
696
696
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
697
697
|
// ClipboardCopy aliases
|
|
@@ -700,40 +700,40 @@ export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
|
700
700
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
701
701
|
// ClipboardMinus aliases
|
|
702
702
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
703
|
-
// ClipboardPaste aliases
|
|
704
|
-
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
705
703
|
// ClipboardPlus aliases
|
|
706
704
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
705
|
+
// ClipboardPaste aliases
|
|
706
|
+
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
707
707
|
// ClipboardType aliases
|
|
708
708
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
709
709
|
// ClipboardX aliases
|
|
710
710
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
711
|
-
// Clipboard aliases
|
|
712
|
-
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
713
711
|
// Clock1 aliases
|
|
714
712
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
713
|
+
// Clipboard aliases
|
|
714
|
+
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
715
715
|
// Clock10 aliases
|
|
716
716
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
717
717
|
// Clock11 aliases
|
|
718
718
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
719
719
|
// Clock12 aliases
|
|
720
720
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
721
|
-
// Clock2 aliases
|
|
722
|
-
export { default as Clock2Icon } from '../icons/clock-2';
|
|
723
721
|
// Clock3 aliases
|
|
724
722
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
723
|
+
// Clock2 aliases
|
|
724
|
+
export { default as Clock2Icon } from '../icons/clock-2';
|
|
725
725
|
// Clock4 aliases
|
|
726
726
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
727
727
|
// Clock5 aliases
|
|
728
728
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
729
|
-
// Clock6 aliases
|
|
730
|
-
export { default as Clock6Icon } from '../icons/clock-6';
|
|
731
729
|
// Clock7 aliases
|
|
732
730
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
733
|
-
//
|
|
734
|
-
export { default as
|
|
731
|
+
// Clock6 aliases
|
|
732
|
+
export { default as Clock6Icon } from '../icons/clock-6';
|
|
735
733
|
// Clock9 aliases
|
|
736
734
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
735
|
+
// Clock8 aliases
|
|
736
|
+
export { default as Clock8Icon } from '../icons/clock-8';
|
|
737
737
|
// ClockAlert aliases
|
|
738
738
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
739
739
|
// ClockArrowDown aliases
|
|
@@ -742,26 +742,26 @@ export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
|
742
742
|
export { default as ClockArrowLeftIcon } from '../icons/clock-arrow-left';
|
|
743
743
|
// ClockArrowRight aliases
|
|
744
744
|
export { default as ClockArrowRightIcon } from '../icons/clock-arrow-right';
|
|
745
|
-
// ClockArrowUp aliases
|
|
746
|
-
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
747
745
|
// ClockCheck aliases
|
|
748
746
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
749
747
|
// ClockFading aliases
|
|
750
748
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
749
|
+
// ClockArrowUp aliases
|
|
750
|
+
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
751
751
|
// ClockPlus aliases
|
|
752
752
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
753
753
|
// Clock aliases
|
|
754
754
|
export { default as ClockIcon } from '../icons/clock';
|
|
755
755
|
// ClosedCaption aliases
|
|
756
756
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
757
|
-
// CloudBackup aliases
|
|
758
|
-
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
759
757
|
// CloudAlert aliases
|
|
760
758
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
761
|
-
//
|
|
762
|
-
export { default as
|
|
759
|
+
// CloudBackup aliases
|
|
760
|
+
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
763
761
|
// CloudCheck aliases
|
|
764
762
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
763
|
+
// CloudCog aliases
|
|
764
|
+
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
765
765
|
// CloudDrizzle aliases
|
|
766
766
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
767
767
|
// CloudFog aliases
|
|
@@ -770,10 +770,10 @@ export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
|
770
770
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
771
771
|
// CloudLightning aliases
|
|
772
772
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
773
|
-
// CloudMoonRain aliases
|
|
774
|
-
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
775
773
|
// CloudMoon aliases
|
|
776
774
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
775
|
+
// CloudMoonRain aliases
|
|
776
|
+
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
777
777
|
// CloudOff aliases
|
|
778
778
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
779
779
|
// CloudRainWind aliases
|
|
@@ -790,10 +790,10 @@ export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
|
790
790
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
791
791
|
// Cloud aliases
|
|
792
792
|
export { default as CloudIcon } from '../icons/cloud';
|
|
793
|
-
// Cloudy aliases
|
|
794
|
-
export { default as CloudyIcon } from '../icons/cloudy';
|
|
795
793
|
// Clover aliases
|
|
796
794
|
export { default as CloverIcon } from '../icons/clover';
|
|
795
|
+
// Cloudy aliases
|
|
796
|
+
export { default as CloudyIcon } from '../icons/cloudy';
|
|
797
797
|
// Club aliases
|
|
798
798
|
export { default as ClubIcon } from '../icons/club';
|
|
799
799
|
// Code aliases
|
|
@@ -808,22 +808,22 @@ export { default as CoinsIcon } from '../icons/coins';
|
|
|
808
808
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
809
809
|
// Combine aliases
|
|
810
810
|
export { default as CombineIcon } from '../icons/combine';
|
|
811
|
-
// Command aliases
|
|
812
|
-
export { default as CommandIcon } from '../icons/command';
|
|
813
811
|
// Compass aliases
|
|
814
812
|
export { default as CompassIcon } from '../icons/compass';
|
|
813
|
+
// Command aliases
|
|
814
|
+
export { default as CommandIcon } from '../icons/command';
|
|
815
|
+
// Component aliases
|
|
816
|
+
export { default as ComponentIcon } from '../icons/component';
|
|
815
817
|
// Computer aliases
|
|
816
818
|
export { default as ComputerIcon } from '../icons/computer';
|
|
817
819
|
// ConciergeBell aliases
|
|
818
820
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
819
|
-
// Component aliases
|
|
820
|
-
export { default as ComponentIcon } from '../icons/component';
|
|
821
|
-
// Cone aliases
|
|
822
|
-
export { default as ConeIcon } from '../icons/cone';
|
|
823
|
-
// Construction aliases
|
|
824
|
-
export { default as ConstructionIcon } from '../icons/construction';
|
|
825
821
|
// Contact aliases
|
|
826
822
|
export { default as ContactIcon } from '../icons/contact';
|
|
823
|
+
// Construction aliases
|
|
824
|
+
export { default as ConstructionIcon } from '../icons/construction';
|
|
825
|
+
// Cone aliases
|
|
826
|
+
export { default as ConeIcon } from '../icons/cone';
|
|
827
827
|
// Container aliases
|
|
828
828
|
export { default as ContainerIcon } from '../icons/container';
|
|
829
829
|
// Contrast aliases
|
|
@@ -850,28 +850,30 @@ export { default as CopyleftIcon } from '../icons/copyleft';
|
|
|
850
850
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
851
851
|
// CornerDownLeft aliases
|
|
852
852
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
853
|
+
// CornerLeftDown aliases
|
|
854
|
+
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
853
855
|
// CornerDownRight aliases
|
|
854
856
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
855
857
|
// CornerLeftUp aliases
|
|
856
858
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
857
|
-
// CornerLeftDown aliases
|
|
858
|
-
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
859
859
|
// CornerRightDown aliases
|
|
860
860
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
861
861
|
// CornerRightUp aliases
|
|
862
862
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
863
863
|
// CornerUpLeft aliases
|
|
864
864
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
865
|
-
// Cpu aliases
|
|
866
|
-
export { default as CpuIcon } from '../icons/cpu';
|
|
867
865
|
// CornerUpRight aliases
|
|
868
866
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
869
867
|
// CreativeCommons aliases
|
|
870
868
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
871
|
-
//
|
|
872
|
-
export { default as
|
|
869
|
+
// Cpu aliases
|
|
870
|
+
export { default as CpuIcon } from '../icons/cpu';
|
|
873
871
|
// CreditCardMinus aliases
|
|
874
872
|
export { default as CreditCardMinusIcon } from '../icons/credit-card-minus';
|
|
873
|
+
// CreditCardCheck aliases
|
|
874
|
+
export { default as CreditCardCheckIcon } from '../icons/credit-card-check';
|
|
875
|
+
// CreditCardPlus aliases
|
|
876
|
+
export { default as CreditCardPlusIcon } from '../icons/credit-card-plus';
|
|
875
877
|
// CreditCardX aliases
|
|
876
878
|
export { default as CreditCardXIcon } from '../icons/credit-card-x';
|
|
877
879
|
// CreditCard aliases
|
|
@@ -882,32 +884,32 @@ export { default as CroissantIcon } from '../icons/croissant';
|
|
|
882
884
|
export { default as CropIcon } from '../icons/crop';
|
|
883
885
|
// Cross aliases
|
|
884
886
|
export { default as CrossIcon } from '../icons/cross';
|
|
885
|
-
// Crosshair aliases
|
|
886
|
-
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
887
887
|
// Crown aliases
|
|
888
888
|
export { default as CrownIcon } from '../icons/crown';
|
|
889
889
|
// Cuboid aliases
|
|
890
890
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
891
|
-
//
|
|
892
|
-
export { default as
|
|
891
|
+
// Crosshair aliases
|
|
892
|
+
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
893
893
|
// CupSoda aliases
|
|
894
894
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
895
|
+
// Currency aliases
|
|
896
|
+
export { default as CurrencyIcon } from '../icons/currency';
|
|
895
897
|
// Cylinder aliases
|
|
896
898
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
897
|
-
// Dam aliases
|
|
898
|
-
export { default as DamIcon } from '../icons/dam';
|
|
899
899
|
// DatabaseArrowDown aliases
|
|
900
900
|
export { default as DatabaseArrowDownIcon } from '../icons/database-arrow-down';
|
|
901
|
+
// Dam aliases
|
|
902
|
+
export { default as DamIcon } from '../icons/dam';
|
|
901
903
|
// DatabaseArrowUp aliases
|
|
902
904
|
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
903
905
|
// DatabaseBackup aliases
|
|
904
906
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
905
907
|
// DatabaseCheck aliases
|
|
906
908
|
export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
907
|
-
// DatabaseMinus aliases
|
|
908
|
-
export { default as DatabaseMinusIcon } from '../icons/database-minus';
|
|
909
909
|
// DatabasePlus aliases
|
|
910
910
|
export { default as DatabasePlusIcon } from '../icons/database-plus';
|
|
911
|
+
// DatabaseMinus aliases
|
|
912
|
+
export { default as DatabaseMinusIcon } from '../icons/database-minus';
|
|
911
913
|
// DatabaseSearch aliases
|
|
912
914
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
913
915
|
// DatabaseX aliases
|
|
@@ -932,60 +934,60 @@ export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
|
932
934
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
933
935
|
// Diamond aliases
|
|
934
936
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
935
|
-
// Dice2 aliases
|
|
936
|
-
export { default as Dice2Icon } from '../icons/dice-2';
|
|
937
937
|
// Dice1 aliases
|
|
938
938
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
939
939
|
// Dice3 aliases
|
|
940
940
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
941
|
+
// Dice2 aliases
|
|
942
|
+
export { default as Dice2Icon } from '../icons/dice-2';
|
|
941
943
|
// Dice4 aliases
|
|
942
944
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
943
|
-
// Dice5 aliases
|
|
944
|
-
export { default as Dice5Icon } from '../icons/dice-5';
|
|
945
945
|
// Dice6 aliases
|
|
946
946
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
947
947
|
// Dices aliases
|
|
948
948
|
export { default as DicesIcon } from '../icons/dices';
|
|
949
|
+
// Dice5 aliases
|
|
950
|
+
export { default as Dice5Icon } from '../icons/dice-5';
|
|
949
951
|
// Diff aliases
|
|
950
952
|
export { default as DiffIcon } from '../icons/diff';
|
|
951
|
-
// Disc2 aliases
|
|
952
|
-
export { default as Disc2Icon } from '../icons/disc-2';
|
|
953
953
|
// Disc3 aliases
|
|
954
954
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
955
955
|
// DiscAlbum aliases
|
|
956
956
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
957
|
+
// Disc2 aliases
|
|
958
|
+
export { default as Disc2Icon } from '../icons/disc-2';
|
|
957
959
|
// Disc aliases
|
|
958
960
|
export { default as DiscIcon } from '../icons/disc';
|
|
959
|
-
// Divide aliases
|
|
960
|
-
export { default as DivideIcon } from '../icons/divide';
|
|
961
961
|
// DnaOff aliases
|
|
962
962
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
963
|
+
// Divide aliases
|
|
964
|
+
export { default as DivideIcon } from '../icons/divide';
|
|
963
965
|
// Dna aliases
|
|
964
966
|
export { default as DnaIcon } from '../icons/dna';
|
|
965
|
-
// Dog aliases
|
|
966
|
-
export { default as DogIcon } from '../icons/dog';
|
|
967
967
|
// Dock aliases
|
|
968
968
|
export { default as DockIcon } from '../icons/dock';
|
|
969
|
+
// Dog aliases
|
|
970
|
+
export { default as DogIcon } from '../icons/dog';
|
|
969
971
|
// DollarSign aliases
|
|
970
972
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
971
973
|
// Donut aliases
|
|
972
974
|
export { default as DonutIcon } from '../icons/donut';
|
|
973
975
|
// DoorClosedLocked aliases
|
|
974
976
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
975
|
-
// DoorOpen aliases
|
|
976
|
-
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
977
977
|
// DoorClosed aliases
|
|
978
978
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
979
|
+
// DoorOpen aliases
|
|
980
|
+
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
979
981
|
// Dot aliases
|
|
980
982
|
export { default as DotIcon } from '../icons/dot';
|
|
981
|
-
// Drama aliases
|
|
982
|
-
export { default as DramaIcon } from '../icons/drama';
|
|
983
983
|
// Download aliases
|
|
984
984
|
export { default as DownloadIcon } from '../icons/download';
|
|
985
|
-
// Drill aliases
|
|
986
|
-
export { default as DrillIcon } from '../icons/drill';
|
|
987
985
|
// DraftingCompass aliases
|
|
988
986
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
987
|
+
// Drama aliases
|
|
988
|
+
export { default as DramaIcon } from '../icons/drama';
|
|
989
|
+
// Drill aliases
|
|
990
|
+
export { default as DrillIcon } from '../icons/drill';
|
|
989
991
|
// Drone aliases
|
|
990
992
|
export { default as DroneIcon } from '../icons/drone';
|
|
991
993
|
// DropletOff aliases
|
|
@@ -1000,10 +1002,10 @@ export { default as DrumIcon } from '../icons/drum';
|
|
|
1000
1002
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
1001
1003
|
// Dumbbell aliases
|
|
1002
1004
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
1003
|
-
// Ear aliases
|
|
1004
|
-
export { default as EarIcon } from '../icons/ear';
|
|
1005
1005
|
// EarOff aliases
|
|
1006
1006
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
1007
|
+
// Ear aliases
|
|
1008
|
+
export { default as EarIcon } from '../icons/ear';
|
|
1007
1009
|
// EarthLock aliases
|
|
1008
1010
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
1009
1011
|
// Eclipse aliases
|
|
@@ -1014,12 +1016,12 @@ export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
|
1014
1016
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
1015
1017
|
// Egg aliases
|
|
1016
1018
|
export { default as EggIcon } from '../icons/egg';
|
|
1017
|
-
// Eject aliases
|
|
1018
|
-
export { default as EjectIcon } from '../icons/eject';
|
|
1019
1019
|
// Ellipse aliases
|
|
1020
1020
|
export { default as EllipseIcon } from '../icons/ellipse';
|
|
1021
1021
|
// EqualApproximately aliases
|
|
1022
1022
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
1023
|
+
// Eject aliases
|
|
1024
|
+
export { default as EjectIcon } from '../icons/eject';
|
|
1023
1025
|
// EqualNot aliases
|
|
1024
1026
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
1025
1027
|
// Equal aliases
|
|
@@ -1030,10 +1032,10 @@ export { default as EraserIcon } from '../icons/eraser';
|
|
|
1030
1032
|
export { default as EuroIcon } from '../icons/euro';
|
|
1031
1033
|
// EthernetPort aliases
|
|
1032
1034
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
1033
|
-
// EvCharger aliases
|
|
1034
|
-
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
1035
1035
|
// Expand aliases
|
|
1036
1036
|
export { default as ExpandIcon } from '../icons/expand';
|
|
1037
|
+
// EvCharger aliases
|
|
1038
|
+
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
1037
1039
|
// ExternalLink aliases
|
|
1038
1040
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
1039
1041
|
// EyeClosed aliases
|
|
@@ -1084,18 +1086,18 @@ export { default as FileMinusIcon } from '../icons/file-minus';
|
|
|
1084
1086
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1085
1087
|
// FileOutput aliases
|
|
1086
1088
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1087
|
-
// FilePlus aliases
|
|
1088
|
-
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1089
1089
|
// FileScan aliases
|
|
1090
1090
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1091
|
+
// FilePlus aliases
|
|
1092
|
+
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1091
1093
|
// FileSearch aliases
|
|
1092
1094
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1093
1095
|
// FileSliders aliases
|
|
1094
1096
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1095
|
-
// FileSpreadsheet aliases
|
|
1096
|
-
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1097
1097
|
// FileStack aliases
|
|
1098
1098
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1099
|
+
// FileSpreadsheet aliases
|
|
1100
|
+
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1099
1101
|
// FileSymlink aliases
|
|
1100
1102
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1101
1103
|
// FileTerminal aliases
|
|
@@ -1122,58 +1124,58 @@ export { default as FilmIcon } from '../icons/film';
|
|
|
1122
1124
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1123
1125
|
// FishOff aliases
|
|
1124
1126
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1125
|
-
// Fish aliases
|
|
1126
|
-
export { default as FishIcon } from '../icons/fish';
|
|
1127
1127
|
// FishSymbol aliases
|
|
1128
1128
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1129
|
+
// Fish aliases
|
|
1130
|
+
export { default as FishIcon } from '../icons/fish';
|
|
1129
1131
|
// FishingHook aliases
|
|
1130
1132
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1131
1133
|
// FishingRod aliases
|
|
1132
1134
|
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1133
|
-
// FlagTriangleLeft aliases
|
|
1134
|
-
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1135
1135
|
// FlagOff aliases
|
|
1136
1136
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1137
|
-
//
|
|
1138
|
-
export { default as
|
|
1137
|
+
// FlagTriangleLeft aliases
|
|
1138
|
+
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1139
1139
|
// Flag aliases
|
|
1140
1140
|
export { default as FlagIcon } from '../icons/flag';
|
|
1141
|
+
// FlagTriangleRight aliases
|
|
1142
|
+
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1141
1143
|
// FlameKindling aliases
|
|
1142
1144
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1143
|
-
// FlashlightOff aliases
|
|
1144
|
-
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1145
1145
|
// Flame aliases
|
|
1146
1146
|
export { default as FlameIcon } from '../icons/flame';
|
|
1147
|
+
// FlashlightOff aliases
|
|
1148
|
+
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1147
1149
|
// Flashlight aliases
|
|
1148
1150
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1149
1151
|
// FlaskConicalOff aliases
|
|
1150
1152
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1151
|
-
// FlaskConical aliases
|
|
1152
|
-
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1153
1153
|
// FlaskRound aliases
|
|
1154
1154
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1155
|
+
// FlaskConical aliases
|
|
1156
|
+
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1155
1157
|
// FlipHorizontal2 aliases
|
|
1156
1158
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1157
1159
|
// FlipVertical2 aliases
|
|
1158
1160
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1159
1161
|
// Flower2 aliases
|
|
1160
1162
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1161
|
-
// Focus aliases
|
|
1162
|
-
export { default as FocusIcon } from '../icons/focus';
|
|
1163
1163
|
// Flower aliases
|
|
1164
1164
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1165
|
-
//
|
|
1166
|
-
export { default as
|
|
1165
|
+
// Focus aliases
|
|
1166
|
+
export { default as FocusIcon } from '../icons/focus';
|
|
1167
1167
|
// FoldVertical aliases
|
|
1168
1168
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1169
1169
|
// FolderArchive aliases
|
|
1170
1170
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1171
1171
|
// FolderBookmark aliases
|
|
1172
1172
|
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1173
|
-
//
|
|
1174
|
-
export { default as
|
|
1173
|
+
// FoldHorizontal aliases
|
|
1174
|
+
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1175
1175
|
// FolderCheck aliases
|
|
1176
1176
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1177
|
+
// FolderClock aliases
|
|
1178
|
+
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1177
1179
|
// FolderClosed aliases
|
|
1178
1180
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1179
1181
|
// FolderCode aliases
|
|
@@ -1194,52 +1196,52 @@ export { default as FolderInputIcon } from '../icons/folder-input';
|
|
|
1194
1196
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1195
1197
|
// FolderKey aliases
|
|
1196
1198
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1197
|
-
// FolderMinus aliases
|
|
1198
|
-
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1199
1199
|
// FolderLock aliases
|
|
1200
1200
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1201
|
+
// FolderMinus aliases
|
|
1202
|
+
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1201
1203
|
// FolderOpenDot aliases
|
|
1202
1204
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1203
1205
|
// FolderOpen aliases
|
|
1204
1206
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1205
1207
|
// FolderOutput aliases
|
|
1206
1208
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1207
|
-
// FolderRoot aliases
|
|
1208
|
-
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1209
1209
|
// FolderPlus aliases
|
|
1210
1210
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1211
|
+
// FolderRoot aliases
|
|
1212
|
+
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1211
1213
|
// FolderSearch2 aliases
|
|
1212
1214
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1213
1215
|
// FolderSearch aliases
|
|
1214
1216
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1215
1217
|
// FolderSymlink aliases
|
|
1216
1218
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1219
|
+
// FolderSync aliases
|
|
1220
|
+
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1217
1221
|
// FolderTree aliases
|
|
1218
1222
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1219
1223
|
// FolderUp aliases
|
|
1220
1224
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1221
|
-
// FolderSync aliases
|
|
1222
|
-
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1223
1225
|
// FolderX aliases
|
|
1224
1226
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1225
1227
|
// Folder aliases
|
|
1226
1228
|
export { default as FolderIcon } from '../icons/folder';
|
|
1227
|
-
// Folders aliases
|
|
1228
|
-
export { default as FoldersIcon } from '../icons/folders';
|
|
1229
1229
|
// Footprints aliases
|
|
1230
1230
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1231
|
-
//
|
|
1232
|
-
export { default as
|
|
1231
|
+
// Folders aliases
|
|
1232
|
+
export { default as FoldersIcon } from '../icons/folders';
|
|
1233
1233
|
// Forklift aliases
|
|
1234
1234
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1235
|
+
// Form aliases
|
|
1236
|
+
export { default as FormIcon } from '../icons/form';
|
|
1235
1237
|
// Forward aliases
|
|
1236
1238
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1239
|
+
// Fuel aliases
|
|
1240
|
+
export { default as FuelIcon } from '../icons/fuel';
|
|
1237
1241
|
// Frame aliases
|
|
1238
1242
|
export { default as FrameIcon } from '../icons/frame';
|
|
1239
1243
|
// Fullscreen aliases
|
|
1240
1244
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1241
|
-
// Fuel aliases
|
|
1242
|
-
export { default as FuelIcon } from '../icons/fuel';
|
|
1243
1245
|
// FunnelPlus aliases
|
|
1244
1246
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1245
1247
|
// Galaxy aliases
|
|
@@ -1250,24 +1252,24 @@ export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal
|
|
|
1250
1252
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1251
1253
|
// GalleryThumbnails aliases
|
|
1252
1254
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1253
|
-
// GalleryVerticalEnd aliases
|
|
1254
|
-
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1255
1255
|
// GalleryVertical aliases
|
|
1256
1256
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1257
|
+
// GalleryVerticalEnd aliases
|
|
1258
|
+
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1257
1259
|
// Gamepad2 aliases
|
|
1258
1260
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1259
|
-
// Gamepad aliases
|
|
1260
|
-
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1261
1261
|
// GamepadDirectional aliases
|
|
1262
1262
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1263
|
+
// Gamepad aliases
|
|
1264
|
+
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1263
1265
|
// Gauge aliases
|
|
1264
1266
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1265
1267
|
// Gavel aliases
|
|
1266
1268
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1267
|
-
// GeorgianLari aliases
|
|
1268
|
-
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1269
1269
|
// Gem aliases
|
|
1270
1270
|
export { default as GemIcon } from '../icons/gem';
|
|
1271
|
+
// GeorgianLari aliases
|
|
1272
|
+
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1271
1273
|
// Ghost aliases
|
|
1272
1274
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1273
1275
|
// Gift aliases
|
|
@@ -1280,12 +1282,12 @@ export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
|
1280
1282
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1281
1283
|
// GitCommitVertical aliases
|
|
1282
1284
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1285
|
+
// GitCompareArrows aliases
|
|
1286
|
+
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1283
1287
|
// GitCompare aliases
|
|
1284
1288
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1285
1289
|
// GitFork aliases
|
|
1286
1290
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1287
|
-
// GitCompareArrows aliases
|
|
1288
|
-
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1289
1291
|
// GitGraph aliases
|
|
1290
1292
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1291
1293
|
// GitMergeConflict aliases
|
|
@@ -1296,16 +1298,16 @@ export { default as GitMergeIcon } from '../icons/git-merge';
|
|
|
1296
1298
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1297
1299
|
// GitPullRequestClosed aliases
|
|
1298
1300
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1299
|
-
// GitPullRequestCreateArrow aliases
|
|
1300
|
-
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1301
|
-
// GitPullRequestDraft aliases
|
|
1302
|
-
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1303
1301
|
// GitPullRequestCreate aliases
|
|
1304
1302
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1305
|
-
//
|
|
1306
|
-
export { default as
|
|
1303
|
+
// GitPullRequestDraft aliases
|
|
1304
|
+
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1305
|
+
// GitPullRequestCreateArrow aliases
|
|
1306
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1307
1307
|
// GlassWater aliases
|
|
1308
1308
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1309
|
+
// GitPullRequest aliases
|
|
1310
|
+
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1309
1311
|
// Glasses aliases
|
|
1310
1312
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1311
1313
|
// GlobeCheck aliases
|
|
@@ -1340,12 +1342,12 @@ export { default as GroupIcon } from '../icons/group';
|
|
|
1340
1342
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1341
1343
|
// Ham aliases
|
|
1342
1344
|
export { default as HamIcon } from '../icons/ham';
|
|
1343
|
-
// Hammer aliases
|
|
1344
|
-
export { default as HammerIcon } from '../icons/hammer';
|
|
1345
1345
|
// Hamburger aliases
|
|
1346
1346
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1347
1347
|
// HandCoins aliases
|
|
1348
1348
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1349
|
+
// Hammer aliases
|
|
1350
|
+
export { default as HammerIcon } from '../icons/hammer';
|
|
1349
1351
|
// HandFist aliases
|
|
1350
1352
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1351
1353
|
// HandHeart aliases
|
|
@@ -1356,26 +1358,26 @@ export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
|
1356
1358
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1357
1359
|
// Hand aliases
|
|
1358
1360
|
export { default as HandIcon } from '../icons/hand';
|
|
1361
|
+
// Handshake aliases
|
|
1362
|
+
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1359
1363
|
// Handbag aliases
|
|
1360
1364
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1361
1365
|
// HardDriveDownload aliases
|
|
1362
1366
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1363
|
-
// Handshake aliases
|
|
1364
|
-
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1365
|
-
// HardDrive aliases
|
|
1366
|
-
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1367
1367
|
// HardDriveUpload aliases
|
|
1368
1368
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1369
|
+
// HardDrive aliases
|
|
1370
|
+
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1369
1371
|
// HardHat aliases
|
|
1370
1372
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1371
1373
|
// Hash aliases
|
|
1372
1374
|
export { default as HashIcon } from '../icons/hash';
|
|
1375
|
+
// HatGlasses aliases
|
|
1376
|
+
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1373
1377
|
// Haze aliases
|
|
1374
1378
|
export { default as HazeIcon } from '../icons/haze';
|
|
1375
1379
|
// Hd aliases
|
|
1376
1380
|
export { default as HdIcon } from '../icons/hd';
|
|
1377
|
-
// HatGlasses aliases
|
|
1378
|
-
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1379
1381
|
// HdmiPort aliases
|
|
1380
1382
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1381
1383
|
// Heading1 aliases
|
|
@@ -1392,12 +1394,12 @@ export { default as Heading5Icon } from '../icons/heading-5';
|
|
|
1392
1394
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1393
1395
|
// Heading aliases
|
|
1394
1396
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1395
|
-
// Headphones aliases
|
|
1396
|
-
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1397
1397
|
// HeadphoneOff aliases
|
|
1398
1398
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1399
1399
|
// Headset aliases
|
|
1400
1400
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1401
|
+
// Headphones aliases
|
|
1402
|
+
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1401
1403
|
// HeartCrack aliases
|
|
1402
1404
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1403
1405
|
// HeartHandshake aliases
|
|
@@ -1406,30 +1408,30 @@ export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
|
1406
1408
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1407
1409
|
// HeartOff aliases
|
|
1408
1410
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1409
|
-
// HeartPlus aliases
|
|
1410
|
-
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1411
1411
|
// HeartPulse aliases
|
|
1412
1412
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1413
|
+
// HeartPlus aliases
|
|
1414
|
+
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1413
1415
|
// HeartX aliases
|
|
1414
1416
|
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1415
|
-
// Heart aliases
|
|
1416
|
-
export { default as HeartIcon } from '../icons/heart';
|
|
1417
1417
|
// Heater aliases
|
|
1418
1418
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1419
|
+
// Heart aliases
|
|
1420
|
+
export { default as HeartIcon } from '../icons/heart';
|
|
1419
1421
|
// Helicopter aliases
|
|
1420
1422
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1421
1423
|
// Hexagon aliases
|
|
1422
1424
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1423
1425
|
// Highlighter aliases
|
|
1424
1426
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1427
|
+
// HopOff aliases
|
|
1428
|
+
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1425
1429
|
// Hop aliases
|
|
1426
1430
|
export { default as HopIcon } from '../icons/hop';
|
|
1427
1431
|
// Hospital aliases
|
|
1428
1432
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1429
1433
|
// Hotel aliases
|
|
1430
1434
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1431
|
-
// HopOff aliases
|
|
1432
|
-
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1433
1435
|
// Hourglass aliases
|
|
1434
1436
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1435
1437
|
// HouseHeart aliases
|
|
@@ -1442,18 +1444,18 @@ export { default as HousePlusIcon } from '../icons/house-plus';
|
|
|
1442
1444
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1443
1445
|
// IdCardLanyard aliases
|
|
1444
1446
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1445
|
-
// IdCard aliases
|
|
1446
|
-
export { default as IdCardIcon } from '../icons/id-card';
|
|
1447
1447
|
// ImageDown aliases
|
|
1448
1448
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1449
1449
|
// ImageMinus aliases
|
|
1450
1450
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1451
|
+
// IdCard aliases
|
|
1452
|
+
export { default as IdCardIcon } from '../icons/id-card';
|
|
1451
1453
|
// ImageOff aliases
|
|
1452
1454
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1453
|
-
// ImagePlus aliases
|
|
1454
|
-
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1455
1455
|
// ImagePlay aliases
|
|
1456
1456
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1457
|
+
// ImagePlus aliases
|
|
1458
|
+
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1457
1459
|
// ImageUp aliases
|
|
1458
1460
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1459
1461
|
// ImageUpscale aliases
|
|
@@ -1462,54 +1464,54 @@ export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
|
1462
1464
|
export { default as ImageIcon } from '../icons/image';
|
|
1463
1465
|
// Images aliases
|
|
1464
1466
|
export { default as ImagesIcon } from '../icons/images';
|
|
1465
|
-
// Import aliases
|
|
1466
|
-
export { default as ImportIcon } from '../icons/import';
|
|
1467
1467
|
// Inbox aliases
|
|
1468
1468
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1469
|
-
//
|
|
1470
|
-
export { default as
|
|
1469
|
+
// Import aliases
|
|
1470
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1471
1471
|
// Infinity aliases
|
|
1472
1472
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1473
1473
|
// Info aliases
|
|
1474
1474
|
export { default as InfoIcon } from '../icons/info';
|
|
1475
|
+
// IndianRupee aliases
|
|
1476
|
+
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1475
1477
|
// InspectionPanel aliases
|
|
1476
1478
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1477
1479
|
// Italic aliases
|
|
1478
1480
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1479
1481
|
// IterationCcw aliases
|
|
1480
1482
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1481
|
-
// IterationCw aliases
|
|
1482
|
-
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1483
1483
|
// JapaneseYen aliases
|
|
1484
1484
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1485
1485
|
// Joystick aliases
|
|
1486
1486
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1487
|
+
// IterationCw aliases
|
|
1488
|
+
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1487
1489
|
// Kanban aliases
|
|
1488
1490
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1489
|
-
// KeyRound aliases
|
|
1490
|
-
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1491
1491
|
// Kayak aliases
|
|
1492
1492
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1493
|
-
//
|
|
1494
|
-
export { default as
|
|
1493
|
+
// KeyRound aliases
|
|
1494
|
+
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1495
1495
|
// Key aliases
|
|
1496
1496
|
export { default as KeyIcon } from '../icons/key';
|
|
1497
|
+
// KeyboardMusic aliases
|
|
1498
|
+
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1499
|
+
// KeySquare aliases
|
|
1500
|
+
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1497
1501
|
// KeyboardOff aliases
|
|
1498
1502
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1499
1503
|
// Keyboard aliases
|
|
1500
1504
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1501
|
-
// KeyboardMusic aliases
|
|
1502
|
-
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1503
|
-
// LampDesk aliases
|
|
1504
|
-
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1505
1505
|
// LampCeiling aliases
|
|
1506
1506
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1507
|
+
// LampDesk aliases
|
|
1508
|
+
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1507
1509
|
// LampFloor aliases
|
|
1508
1510
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1509
|
-
// LampWallDown aliases
|
|
1510
|
-
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1511
1511
|
// LampWallUp aliases
|
|
1512
1512
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1513
|
+
// LampWallDown aliases
|
|
1514
|
+
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1513
1515
|
// Lamp aliases
|
|
1514
1516
|
export { default as LampIcon } from '../icons/lamp';
|
|
1515
1517
|
// LandPlot aliases
|
|
@@ -1530,12 +1532,12 @@ export { default as LassoIcon } from '../icons/lasso';
|
|
|
1530
1532
|
export { default as LayerArrowDownIcon } from '../icons/layer-arrow-down';
|
|
1531
1533
|
// LayerArrowUp aliases
|
|
1532
1534
|
export { default as LayerArrowUpIcon } from '../icons/layer-arrow-up';
|
|
1533
|
-
// LayersArrowDown aliases
|
|
1534
|
-
export { default as LayersArrowDownIcon } from '../icons/layers-arrow-down';
|
|
1535
1535
|
// Layers2 aliases
|
|
1536
1536
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1537
1537
|
// LayersArrowUp aliases
|
|
1538
1538
|
export { default as LayersArrowUpIcon } from '../icons/layers-arrow-up';
|
|
1539
|
+
// LayersArrowDown aliases
|
|
1540
|
+
export { default as LayersArrowDownIcon } from '../icons/layers-arrow-down';
|
|
1539
1541
|
// LayersMinus aliases
|
|
1540
1542
|
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1541
1543
|
// LayersPlus aliases
|
|
@@ -1554,22 +1556,22 @@ export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
|
1554
1556
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1555
1557
|
// LayoutTemplate aliases
|
|
1556
1558
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1557
|
-
// LeafyGreen aliases
|
|
1558
|
-
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1559
1559
|
// Leaf aliases
|
|
1560
1560
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1561
|
+
// LeafyGreen aliases
|
|
1562
|
+
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1561
1563
|
// Lectern aliases
|
|
1562
1564
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1563
|
-
// LensConvex aliases
|
|
1564
|
-
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1565
1565
|
// LensConcave aliases
|
|
1566
1566
|
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1567
|
+
// LensConvex aliases
|
|
1568
|
+
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1569
|
+
// LibraryBig aliases
|
|
1570
|
+
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1567
1571
|
// Library aliases
|
|
1568
1572
|
export { default as LibraryIcon } from '../icons/library';
|
|
1569
1573
|
// LifeBuoy aliases
|
|
1570
1574
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1571
|
-
// LibraryBig aliases
|
|
1572
|
-
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1573
1575
|
// Ligature aliases
|
|
1574
1576
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1575
1577
|
// LightbulbOff aliases
|
|
@@ -1580,20 +1582,20 @@ export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
|
1580
1582
|
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1581
1583
|
// LineSquiggle aliases
|
|
1582
1584
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1583
|
-
// Link2Off aliases
|
|
1584
|
-
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1585
1585
|
// LineStyle aliases
|
|
1586
1586
|
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1587
|
+
// Link2Off aliases
|
|
1588
|
+
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1587
1589
|
// Link2 aliases
|
|
1588
1590
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1589
|
-
// ListCheck aliases
|
|
1590
|
-
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1591
1591
|
// Link aliases
|
|
1592
1592
|
export { default as LinkIcon } from '../icons/link';
|
|
1593
|
-
//
|
|
1594
|
-
export { default as
|
|
1593
|
+
// ListCheck aliases
|
|
1594
|
+
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1595
1595
|
// ListChevronsDownUp aliases
|
|
1596
1596
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1597
|
+
// ListChecks aliases
|
|
1598
|
+
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1597
1599
|
// ListChevronsUpDown aliases
|
|
1598
1600
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1599
1601
|
// ListClock aliases
|
|
@@ -1606,20 +1608,20 @@ export { default as ListEndIcon } from '../icons/list-end';
|
|
|
1606
1608
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1607
1609
|
// ListFilter aliases
|
|
1608
1610
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1609
|
-
// ListMinus aliases
|
|
1610
|
-
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1611
1611
|
// ListMusic aliases
|
|
1612
1612
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1613
|
+
// ListMinus aliases
|
|
1614
|
+
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1613
1615
|
// ListOrdered aliases
|
|
1614
1616
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1615
1617
|
// ListPlus aliases
|
|
1616
1618
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1617
1619
|
// ListRestart aliases
|
|
1618
1620
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1619
|
-
// ListSortAscending aliases
|
|
1620
|
-
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1621
1621
|
// ListSortDescending aliases
|
|
1622
1622
|
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1623
|
+
// ListSortAscending aliases
|
|
1624
|
+
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1623
1625
|
// ListStart aliases
|
|
1624
1626
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1625
1627
|
// ListTodo aliases
|
|
@@ -1628,18 +1630,18 @@ export { default as ListTodoIcon } from '../icons/list-todo';
|
|
|
1628
1630
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1629
1631
|
// ListVideo aliases
|
|
1630
1632
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1631
|
-
// ListX aliases
|
|
1632
|
-
export { default as ListXIcon } from '../icons/list-x';
|
|
1633
1633
|
// List aliases
|
|
1634
1634
|
export { default as ListIcon } from '../icons/list';
|
|
1635
1635
|
// LoaderPinwheel aliases
|
|
1636
1636
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1637
|
-
//
|
|
1638
|
-
export { default as
|
|
1637
|
+
// ListX aliases
|
|
1638
|
+
export { default as ListXIcon } from '../icons/list-x';
|
|
1639
1639
|
// LocateFixed aliases
|
|
1640
1640
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1641
1641
|
// LocateOff aliases
|
|
1642
1642
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1643
|
+
// Loader aliases
|
|
1644
|
+
export { default as LoaderIcon } from '../icons/loader';
|
|
1643
1645
|
// Locate aliases
|
|
1644
1646
|
export { default as LocateIcon } from '../icons/locate';
|
|
1645
1647
|
// LockKeyhole aliases
|
|
@@ -1648,12 +1650,12 @@ export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
|
1648
1650
|
export { default as LockIcon } from '../icons/lock';
|
|
1649
1651
|
// LogIn aliases
|
|
1650
1652
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1653
|
+
// LogOut aliases
|
|
1654
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1651
1655
|
// Logs aliases
|
|
1652
1656
|
export { default as LogsIcon } from '../icons/logs';
|
|
1653
1657
|
// Lollipop aliases
|
|
1654
1658
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1655
|
-
// LogOut aliases
|
|
1656
|
-
export { default as LogOutIcon } from '../icons/log-out';
|
|
1657
1659
|
// Luggage aliases
|
|
1658
1660
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1659
1661
|
// Magnet aliases
|
|
@@ -1662,10 +1664,10 @@ export { default as MagnetIcon } from '../icons/magnet';
|
|
|
1662
1664
|
export { default as MailBadgeIcon } from '../icons/mail-badge';
|
|
1663
1665
|
// MailCheck aliases
|
|
1664
1666
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1665
|
-
// MailClock aliases
|
|
1666
|
-
export { default as MailClockIcon } from '../icons/mail-clock';
|
|
1667
1667
|
// MailMinus aliases
|
|
1668
1668
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1669
|
+
// MailClock aliases
|
|
1670
|
+
export { default as MailClockIcon } from '../icons/mail-clock';
|
|
1669
1671
|
// MailOpen aliases
|
|
1670
1672
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1671
1673
|
// MailPlus aliases
|
|
@@ -1690,10 +1692,10 @@ export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside'
|
|
|
1690
1692
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1691
1693
|
// MapPinHouse aliases
|
|
1692
1694
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1693
|
-
// MapPinMinus aliases
|
|
1694
|
-
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1695
1695
|
// MapPinMinusInside aliases
|
|
1696
1696
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1697
|
+
// MapPinMinus aliases
|
|
1698
|
+
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1697
1699
|
// MapPinOff aliases
|
|
1698
1700
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1699
1701
|
// MapPinPlusInside aliases
|
|
@@ -1712,18 +1714,18 @@ export { default as MapPinIcon } from '../icons/map-pin';
|
|
|
1712
1714
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1713
1715
|
// MapPlus aliases
|
|
1714
1716
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1715
|
-
// MarsStroke aliases
|
|
1716
|
-
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1717
1717
|
// Map aliases
|
|
1718
1718
|
export { default as MapIcon } from '../icons/map';
|
|
1719
|
+
// MarsStroke aliases
|
|
1720
|
+
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1719
1721
|
// Mars aliases
|
|
1720
1722
|
export { default as MarsIcon } from '../icons/mars';
|
|
1723
|
+
// Maximize2 aliases
|
|
1724
|
+
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1721
1725
|
// Martini aliases
|
|
1722
1726
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1723
1727
|
// Maximize aliases
|
|
1724
1728
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1725
|
-
// Maximize2 aliases
|
|
1726
|
-
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1727
1729
|
// Medal aliases
|
|
1728
1730
|
export { default as MedalIcon } from '../icons/medal';
|
|
1729
1731
|
// MegaphoneOff aliases
|
|
@@ -1734,12 +1736,12 @@ export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
|
1734
1736
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1735
1737
|
// Menu aliases
|
|
1736
1738
|
export { default as MenuIcon } from '../icons/menu';
|
|
1739
|
+
// MessageCircleCheck aliases
|
|
1740
|
+
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1737
1741
|
// Merge aliases
|
|
1738
1742
|
export { default as MergeIcon } from '../icons/merge';
|
|
1739
1743
|
// MessageCircleCode aliases
|
|
1740
1744
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1741
|
-
// MessageCircleCheck aliases
|
|
1742
|
-
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1743
1745
|
// MessageCircleDashedCheck aliases
|
|
1744
1746
|
export { default as MessageCircleDashedCheckIcon } from '../icons/message-circle-dashed-check';
|
|
1745
1747
|
// MessageCircleDashed aliases
|
|
@@ -1750,62 +1752,62 @@ export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart
|
|
|
1750
1752
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1751
1753
|
// MessageCircleOff aliases
|
|
1752
1754
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1753
|
-
// MessageCirclePlus aliases
|
|
1754
|
-
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1755
1755
|
// MessageCircleReply aliases
|
|
1756
1756
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1757
|
+
// MessageCirclePlus aliases
|
|
1758
|
+
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1757
1759
|
// MessageCircleWarning aliases
|
|
1758
1760
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1759
1761
|
// MessageCircleX aliases
|
|
1760
1762
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1761
1763
|
// MessageCircle aliases
|
|
1762
1764
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1763
|
-
// MessageSquareCode aliases
|
|
1764
|
-
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1765
1765
|
// MessageSquareCheck aliases
|
|
1766
1766
|
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1767
|
-
//
|
|
1768
|
-
export { default as
|
|
1767
|
+
// MessageSquareCode aliases
|
|
1768
|
+
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1769
1769
|
// MessageSquareDiff aliases
|
|
1770
1770
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1771
|
+
// MessageSquareDashed aliases
|
|
1772
|
+
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1771
1773
|
// MessageSquareDot aliases
|
|
1772
1774
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1773
|
-
// MessageSquareLock aliases
|
|
1774
|
-
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1775
1775
|
// MessageSquareHeart aliases
|
|
1776
1776
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1777
|
-
//
|
|
1778
|
-
export { default as
|
|
1777
|
+
// MessageSquareLock aliases
|
|
1778
|
+
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1779
1779
|
// MessageSquareOff aliases
|
|
1780
1780
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1781
|
+
// MessageSquareMore aliases
|
|
1782
|
+
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1781
1783
|
// MessageSquarePlus aliases
|
|
1782
1784
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1783
1785
|
// MessageSquareQuote aliases
|
|
1784
1786
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1785
1787
|
// MessageSquareReply aliases
|
|
1786
1788
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1787
|
-
// MessageSquareShare aliases
|
|
1788
|
-
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1789
1789
|
// MessageSquareText aliases
|
|
1790
1790
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1791
|
+
// MessageSquareShare aliases
|
|
1792
|
+
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1791
1793
|
// MessageSquareWarning aliases
|
|
1792
1794
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1793
1795
|
// MessageSquareX aliases
|
|
1794
1796
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1795
|
-
// MessageSquare aliases
|
|
1796
|
-
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1797
1797
|
// MessagesSquare aliases
|
|
1798
1798
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1799
|
+
// MessageSquare aliases
|
|
1800
|
+
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1799
1801
|
// Metronome aliases
|
|
1800
1802
|
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1801
1803
|
// MicAudioLines aliases
|
|
1802
1804
|
export { default as MicAudioLinesIcon } from '../icons/mic-audio-lines';
|
|
1803
1805
|
// MicOff aliases
|
|
1804
1806
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1805
|
-
// Mic aliases
|
|
1806
|
-
export { default as MicIcon } from '../icons/mic';
|
|
1807
1807
|
// Microchip aliases
|
|
1808
1808
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1809
|
+
// Mic aliases
|
|
1810
|
+
export { default as MicIcon } from '../icons/mic';
|
|
1809
1811
|
// Microscope aliases
|
|
1810
1812
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1811
1813
|
// Microwave aliases
|
|
@@ -1818,16 +1820,16 @@ export { default as MilestoneIcon } from '../icons/milestone';
|
|
|
1818
1820
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1819
1821
|
// Milk aliases
|
|
1820
1822
|
export { default as MilkIcon } from '../icons/milk';
|
|
1821
|
-
// Minimize2 aliases
|
|
1822
|
-
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1823
1823
|
// Minimize aliases
|
|
1824
1824
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1825
|
-
//
|
|
1826
|
-
export { default as
|
|
1825
|
+
// Minimize2 aliases
|
|
1826
|
+
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1827
1827
|
// MirrorRectangular aliases
|
|
1828
1828
|
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1829
1829
|
// MirrorRound aliases
|
|
1830
1830
|
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1831
|
+
// Minus aliases
|
|
1832
|
+
export { default as MinusIcon } from '../icons/minus';
|
|
1831
1833
|
// MonitorCheck aliases
|
|
1832
1834
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1833
1835
|
// MonitorCloud aliases
|
|
@@ -1874,22 +1876,22 @@ export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
|
1874
1876
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1875
1877
|
// MouseLeft aliases
|
|
1876
1878
|
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1877
|
-
// MouseOff aliases
|
|
1878
|
-
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1879
1879
|
// MousePointer2Off aliases
|
|
1880
1880
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1881
|
+
// MouseOff aliases
|
|
1882
|
+
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1881
1883
|
// MousePointer2 aliases
|
|
1882
1884
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1883
1885
|
// MousePointerBan aliases
|
|
1884
1886
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1885
1887
|
// MousePointerClick aliases
|
|
1886
1888
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1887
|
-
// MousePointer aliases
|
|
1888
|
-
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1889
1889
|
// MouseRight aliases
|
|
1890
1890
|
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1891
1891
|
// Mouse aliases
|
|
1892
1892
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1893
|
+
// MousePointer aliases
|
|
1894
|
+
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1893
1895
|
// MoveDiagonal aliases
|
|
1894
1896
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1895
1897
|
// MoveDiagonal2 aliases
|
|
@@ -1914,50 +1916,50 @@ export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
|
1914
1916
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1915
1917
|
// Move aliases
|
|
1916
1918
|
export { default as MoveIcon } from '../icons/move';
|
|
1917
|
-
// MoveVertical aliases
|
|
1918
|
-
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1919
1919
|
// Music2 aliases
|
|
1920
1920
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1921
1921
|
// Music3 aliases
|
|
1922
1922
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1923
|
+
// MoveVertical aliases
|
|
1924
|
+
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1923
1925
|
// Music4 aliases
|
|
1924
1926
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1925
|
-
// Music aliases
|
|
1926
|
-
export { default as MusicIcon } from '../icons/music';
|
|
1927
1927
|
// Navigation2Off aliases
|
|
1928
1928
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1929
|
-
//
|
|
1930
|
-
export { default as
|
|
1929
|
+
// Music aliases
|
|
1930
|
+
export { default as MusicIcon } from '../icons/music';
|
|
1931
1931
|
// Navigation2 aliases
|
|
1932
1932
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1933
|
+
// NavigationOff aliases
|
|
1934
|
+
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1933
1935
|
// Navigation aliases
|
|
1934
1936
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1935
|
-
// Newspaper aliases
|
|
1936
|
-
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1937
1937
|
// Network aliases
|
|
1938
1938
|
export { default as NetworkIcon } from '../icons/network';
|
|
1939
|
+
// Newspaper aliases
|
|
1940
|
+
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1939
1941
|
// Nfc aliases
|
|
1940
1942
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1941
|
-
// NonBinary aliases
|
|
1942
|
-
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1943
1943
|
// NotebookPen aliases
|
|
1944
1944
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1945
|
+
// NonBinary aliases
|
|
1946
|
+
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1947
|
+
// NotebookTabs aliases
|
|
1948
|
+
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1945
1949
|
// NotebookText aliases
|
|
1946
1950
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1947
1951
|
// Notebook aliases
|
|
1948
1952
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1949
|
-
// NotebookTabs aliases
|
|
1950
|
-
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1951
1953
|
// NotepadTextDashed aliases
|
|
1952
1954
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1953
1955
|
// NotepadText aliases
|
|
1954
1956
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1955
1957
|
// NutOff aliases
|
|
1956
1958
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1957
|
-
// OctagonMinus aliases
|
|
1958
|
-
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1959
1959
|
// Nut aliases
|
|
1960
1960
|
export { default as NutIcon } from '../icons/nut';
|
|
1961
|
+
// OctagonMinus aliases
|
|
1962
|
+
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1961
1963
|
// Octagon aliases
|
|
1962
1964
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1963
1965
|
// Omega aliases
|
|
@@ -1968,14 +1970,14 @@ export { default as OptionIcon } from '../icons/option';
|
|
|
1968
1970
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1969
1971
|
// Origami aliases
|
|
1970
1972
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1971
|
-
// PackageCheck aliases
|
|
1972
|
-
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1973
1973
|
// Package2 aliases
|
|
1974
1974
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1975
|
-
//
|
|
1976
|
-
export { default as
|
|
1975
|
+
// PackageCheck aliases
|
|
1976
|
+
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1977
1977
|
// PackageMinus aliases
|
|
1978
1978
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1979
|
+
// PackageOpen aliases
|
|
1980
|
+
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1979
1981
|
// PackagePlus aliases
|
|
1980
1982
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1981
1983
|
// PackageSearch aliases
|
|
@@ -1984,24 +1986,24 @@ export { default as PackageSearchIcon } from '../icons/package-search';
|
|
|
1984
1986
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1985
1987
|
// Package aliases
|
|
1986
1988
|
export { default as PackageIcon } from '../icons/package';
|
|
1987
|
-
// PaintBucket aliases
|
|
1988
|
-
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1989
1989
|
// PaintRoller aliases
|
|
1990
1990
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1991
|
+
// PaintBucket aliases
|
|
1992
|
+
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1991
1993
|
// Paintbrush aliases
|
|
1992
1994
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1993
|
-
// Palette aliases
|
|
1994
|
-
export { default as PaletteIcon } from '../icons/palette';
|
|
1995
1995
|
// Panda aliases
|
|
1996
1996
|
export { default as PandaIcon } from '../icons/panda';
|
|
1997
|
+
// Palette aliases
|
|
1998
|
+
export { default as PaletteIcon } from '../icons/palette';
|
|
1997
1999
|
// PanelBottomClose aliases
|
|
1998
2000
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1999
2001
|
// PanelBottom aliases
|
|
2000
2002
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
2001
|
-
// PanelBottomOpen aliases
|
|
2002
|
-
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
2003
2003
|
// PanelLeftRightDashed aliases
|
|
2004
2004
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
2005
|
+
// PanelBottomOpen aliases
|
|
2006
|
+
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
2005
2007
|
// PanelRightClose aliases
|
|
2006
2008
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
2007
2009
|
// PanelRightOpen aliases
|
|
@@ -2010,12 +2012,12 @@ export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
|
2010
2012
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
2011
2013
|
// PanelTopBottomDashed aliases
|
|
2012
2014
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
2013
|
-
// PanelTopClose aliases
|
|
2014
|
-
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
2015
2015
|
// PanelTopOpen aliases
|
|
2016
2016
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
2017
2017
|
// PanelTop aliases
|
|
2018
2018
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
2019
|
+
// PanelTopClose aliases
|
|
2020
|
+
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
2019
2021
|
// PanelsLeftBottom aliases
|
|
2020
2022
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
2021
2023
|
// PanelsRightBottom aliases
|
|
@@ -2030,60 +2032,60 @@ export { default as ParasolIcon } from '../icons/parasol';
|
|
|
2030
2032
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
2031
2033
|
// ParkingMeter aliases
|
|
2032
2034
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
2033
|
-
// PartyPopper aliases
|
|
2034
|
-
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
2035
2035
|
// Pause aliases
|
|
2036
2036
|
export { default as PauseIcon } from '../icons/pause';
|
|
2037
|
+
// PartyPopper aliases
|
|
2038
|
+
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
2037
2039
|
// PawPrint aliases
|
|
2038
2040
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
2039
2041
|
// PcCase aliases
|
|
2040
2042
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
2041
|
-
// PenOff aliases
|
|
2042
|
-
export { default as PenOffIcon } from '../icons/pen-off';
|
|
2043
2043
|
// PenTool aliases
|
|
2044
2044
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
2045
|
+
// PenOff aliases
|
|
2046
|
+
export { default as PenOffIcon } from '../icons/pen-off';
|
|
2045
2047
|
// PencilLine aliases
|
|
2046
2048
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
2047
2049
|
// PencilOff aliases
|
|
2048
2050
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
2049
|
-
// PencilSparkles aliases
|
|
2050
|
-
export { default as PencilSparklesIcon } from '../icons/pencil-sparkles';
|
|
2051
2051
|
// PencilRuler aliases
|
|
2052
2052
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
2053
|
+
// PencilSparkles aliases
|
|
2054
|
+
export { default as PencilSparklesIcon } from '../icons/pencil-sparkles';
|
|
2053
2055
|
// Pencil aliases
|
|
2054
2056
|
export { default as PencilIcon } from '../icons/pencil';
|
|
2055
2057
|
// Pentagon aliases
|
|
2056
2058
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
2057
2059
|
// Percent aliases
|
|
2058
2060
|
export { default as PercentIcon } from '../icons/percent';
|
|
2059
|
-
// PersonStanding aliases
|
|
2060
|
-
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
2061
2061
|
// Phi aliases
|
|
2062
2062
|
export { default as PhiIcon } from '../icons/phi';
|
|
2063
|
+
// PersonStanding aliases
|
|
2064
|
+
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
2063
2065
|
// PhilippinePeso aliases
|
|
2064
2066
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2065
2067
|
// PhoneCall aliases
|
|
2066
2068
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
2067
|
-
// PhoneForwarded aliases
|
|
2068
|
-
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2069
2069
|
// PhoneIncoming aliases
|
|
2070
2070
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
2071
|
-
//
|
|
2072
|
-
export { default as
|
|
2071
|
+
// PhoneForwarded aliases
|
|
2072
|
+
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2073
2073
|
// PhoneOff aliases
|
|
2074
2074
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
2075
|
+
// PhoneMissed aliases
|
|
2076
|
+
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
2075
2077
|
// PhoneOutgoing aliases
|
|
2076
2078
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
2077
2079
|
// Phone aliases
|
|
2078
2080
|
export { default as PhoneIcon } from '../icons/phone';
|
|
2079
2081
|
// Pi aliases
|
|
2080
2082
|
export { default as PiIcon } from '../icons/pi';
|
|
2081
|
-
// Pickaxe aliases
|
|
2082
|
-
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2083
2083
|
// Piano aliases
|
|
2084
2084
|
export { default as PianoIcon } from '../icons/piano';
|
|
2085
2085
|
// PictureInPicture2 aliases
|
|
2086
2086
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2087
|
+
// Pickaxe aliases
|
|
2088
|
+
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2087
2089
|
// PictureInPicture aliases
|
|
2088
2090
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2089
2091
|
// PiggyBank aliases
|
|
@@ -2098,10 +2100,10 @@ export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
|
2098
2100
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2099
2101
|
// Pill aliases
|
|
2100
2102
|
export { default as PillIcon } from '../icons/pill';
|
|
2101
|
-
// PinOff aliases
|
|
2102
|
-
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2103
2103
|
// Pin aliases
|
|
2104
2104
|
export { default as PinIcon } from '../icons/pin';
|
|
2105
|
+
// PinOff aliases
|
|
2106
|
+
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2105
2107
|
// Pipette aliases
|
|
2106
2108
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2107
2109
|
// Pizza aliases
|
|
@@ -2110,10 +2112,10 @@ export { default as PizzaIcon } from '../icons/pizza';
|
|
|
2110
2112
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2111
2113
|
// PlaneTakeoff aliases
|
|
2112
2114
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2113
|
-
// Plane aliases
|
|
2114
|
-
export { default as PlaneIcon } from '../icons/plane';
|
|
2115
2115
|
// PlayOff aliases
|
|
2116
2116
|
export { default as PlayOffIcon } from '../icons/play-off';
|
|
2117
|
+
// Plane aliases
|
|
2118
|
+
export { default as PlaneIcon } from '../icons/plane';
|
|
2117
2119
|
// Play aliases
|
|
2118
2120
|
export { default as PlayIcon } from '../icons/play';
|
|
2119
2121
|
// PlayingCard aliases
|
|
@@ -2128,10 +2130,10 @@ export { default as Plug2Icon } from '../icons/plug-2';
|
|
|
2128
2130
|
export { default as PlugIcon } from '../icons/plug';
|
|
2129
2131
|
// Plus aliases
|
|
2130
2132
|
export { default as PlusIcon } from '../icons/plus';
|
|
2131
|
-
// Podium aliases
|
|
2132
|
-
export { default as PodiumIcon } from '../icons/podium';
|
|
2133
2133
|
// PocketKnife aliases
|
|
2134
2134
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2135
|
+
// Podium aliases
|
|
2136
|
+
export { default as PodiumIcon } from '../icons/podium';
|
|
2135
2137
|
// PointerOff aliases
|
|
2136
2138
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2137
2139
|
// Pointer aliases
|
|
@@ -2148,14 +2150,14 @@ export { default as PowerOffIcon } from '../icons/power-off';
|
|
|
2148
2150
|
export { default as PowerIcon } from '../icons/power';
|
|
2149
2151
|
// Presentation aliases
|
|
2150
2152
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2151
|
-
// PrinterCheck aliases
|
|
2152
|
-
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2153
2153
|
// PrinterX aliases
|
|
2154
2154
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2155
|
-
//
|
|
2156
|
-
export { default as
|
|
2155
|
+
// PrinterCheck aliases
|
|
2156
|
+
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2157
2157
|
// Projector aliases
|
|
2158
2158
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2159
|
+
// Printer aliases
|
|
2160
|
+
export { default as PrinterIcon } from '../icons/printer';
|
|
2159
2161
|
// Proportions aliases
|
|
2160
2162
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2161
2163
|
// Puzzle aliases
|
|
@@ -2164,38 +2166,38 @@ export { default as PuzzleIcon } from '../icons/puzzle';
|
|
|
2164
2166
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2165
2167
|
// QrCode aliases
|
|
2166
2168
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2167
|
-
// Rabbit aliases
|
|
2168
|
-
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2169
2169
|
// Quote aliases
|
|
2170
2170
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2171
|
-
//
|
|
2172
|
-
export { default as
|
|
2171
|
+
// Rabbit aliases
|
|
2172
|
+
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2173
2173
|
// Radiation aliases
|
|
2174
2174
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2175
|
+
// Radical aliases
|
|
2176
|
+
export { default as RadicalIcon } from '../icons/radical';
|
|
2177
|
+
// Radar aliases
|
|
2178
|
+
export { default as RadarIcon } from '../icons/radar';
|
|
2175
2179
|
// RadioOff aliases
|
|
2176
2180
|
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2177
2181
|
// RadioReceiver aliases
|
|
2178
2182
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2179
|
-
// Radical aliases
|
|
2180
|
-
export { default as RadicalIcon } from '../icons/radical';
|
|
2181
|
-
// RadioTower aliases
|
|
2182
|
-
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2183
2183
|
// Radio aliases
|
|
2184
2184
|
export { default as RadioIcon } from '../icons/radio';
|
|
2185
|
-
//
|
|
2186
|
-
export { default as
|
|
2185
|
+
// RadioTower aliases
|
|
2186
|
+
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2187
2187
|
// Radius aliases
|
|
2188
2188
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2189
|
-
//
|
|
2190
|
-
export { default as
|
|
2189
|
+
// Rainbow aliases
|
|
2190
|
+
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2191
2191
|
// Ratio aliases
|
|
2192
2192
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2193
|
+
// Rat aliases
|
|
2194
|
+
export { default as RatIcon } from '../icons/rat';
|
|
2193
2195
|
// ReceiptCent aliases
|
|
2194
2196
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2195
|
-
// ReceiptEuro aliases
|
|
2196
|
-
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2197
2197
|
// ReceiptIndianRupee aliases
|
|
2198
2198
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2199
|
+
// ReceiptEuro aliases
|
|
2200
|
+
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2199
2201
|
// ReceiptJapaneseYen aliases
|
|
2200
2202
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2201
2203
|
// ReceiptRussianRuble aliases
|
|
@@ -2218,10 +2220,10 @@ export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
|
2218
2220
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2219
2221
|
// RectangleVertical aliases
|
|
2220
2222
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2221
|
-
// Redo2 aliases
|
|
2222
|
-
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2223
2223
|
// Recycle aliases
|
|
2224
2224
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2225
|
+
// Redo2 aliases
|
|
2226
|
+
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2225
2227
|
// RedoDot aliases
|
|
2226
2228
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2227
2229
|
// Redo aliases
|
|
@@ -2236,62 +2238,62 @@ export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
|
2236
2238
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2237
2239
|
// Regex aliases
|
|
2238
2240
|
export { default as RegexIcon } from '../icons/regex';
|
|
2241
|
+
// RemoveFormatting aliases
|
|
2242
|
+
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2239
2243
|
// Refrigerator aliases
|
|
2240
2244
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2241
2245
|
// Repeat1 aliases
|
|
2242
2246
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2243
|
-
// RemoveFormatting aliases
|
|
2244
|
-
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2245
|
-
// RepeatOff aliases
|
|
2246
|
-
export { default as RepeatOffIcon } from '../icons/repeat-off';
|
|
2247
2247
|
// Repeat2 aliases
|
|
2248
2248
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2249
|
+
// RepeatOff aliases
|
|
2250
|
+
export { default as RepeatOffIcon } from '../icons/repeat-off';
|
|
2249
2251
|
// Repeat aliases
|
|
2250
2252
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2251
2253
|
// ReplaceAll aliases
|
|
2252
2254
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2253
|
-
// Replace aliases
|
|
2254
|
-
export { default as ReplaceIcon } from '../icons/replace';
|
|
2255
2255
|
// ReplyAll aliases
|
|
2256
2256
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2257
2257
|
// Reply aliases
|
|
2258
2258
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2259
|
+
// Replace aliases
|
|
2260
|
+
export { default as ReplaceIcon } from '../icons/replace';
|
|
2259
2261
|
// Rewind aliases
|
|
2260
2262
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2261
2263
|
// Ribbon aliases
|
|
2262
2264
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2263
|
-
// RobotArm aliases
|
|
2264
|
-
export { default as RobotArmIcon } from '../icons/robot-arm';
|
|
2265
2265
|
// Road aliases
|
|
2266
2266
|
export { default as RoadIcon } from '../icons/road';
|
|
2267
|
-
//
|
|
2268
|
-
export { default as
|
|
2267
|
+
// RobotArm aliases
|
|
2268
|
+
export { default as RobotArmIcon } from '../icons/robot-arm';
|
|
2269
2269
|
// Rocket aliases
|
|
2270
2270
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2271
|
-
//
|
|
2272
|
-
export { default as
|
|
2271
|
+
// RobotVacuum aliases
|
|
2272
|
+
export { default as RobotVacuumIcon } from '../icons/robot-vacuum';
|
|
2273
2273
|
// RollerCoaster aliases
|
|
2274
2274
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2275
|
+
// RockingChair aliases
|
|
2276
|
+
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2275
2277
|
// Rose aliases
|
|
2276
2278
|
export { default as RoseIcon } from '../icons/rose';
|
|
2277
2279
|
// RotateCcwKey aliases
|
|
2278
2280
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2279
2281
|
// RotateCcwSquare aliases
|
|
2280
2282
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2281
|
-
// RotateCcw aliases
|
|
2282
|
-
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2283
2283
|
// RotateCwFadingClock aliases
|
|
2284
2284
|
export { default as RotateCwFadingClockIcon } from '../icons/rotate-cw-fading-clock';
|
|
2285
|
+
// RotateCcw aliases
|
|
2286
|
+
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2285
2287
|
// RotateCwSquare aliases
|
|
2286
2288
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2287
2289
|
// RotateCw aliases
|
|
2288
2290
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2289
2291
|
// RouteOff aliases
|
|
2290
2292
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2291
|
-
// Route aliases
|
|
2292
|
-
export { default as RouteIcon } from '../icons/route';
|
|
2293
2293
|
// Router aliases
|
|
2294
2294
|
export { default as RouterIcon } from '../icons/router';
|
|
2295
|
+
// Route aliases
|
|
2296
|
+
export { default as RouteIcon } from '../icons/route';
|
|
2295
2297
|
// Rows4 aliases
|
|
2296
2298
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2297
2299
|
// Rss aliases
|
|
@@ -2308,22 +2310,22 @@ export { default as SailboatIcon } from '../icons/sailboat';
|
|
|
2308
2310
|
export { default as SaladIcon } from '../icons/salad';
|
|
2309
2311
|
// Sandwich aliases
|
|
2310
2312
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2311
|
-
// SatelliteDish aliases
|
|
2312
|
-
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2313
2313
|
// Satellite aliases
|
|
2314
2314
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2315
|
+
// SatelliteDish aliases
|
|
2316
|
+
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2315
2317
|
// SaudiRiyal aliases
|
|
2316
2318
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2317
2319
|
// SaveAll aliases
|
|
2318
2320
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2319
|
-
// SaveOff aliases
|
|
2320
|
-
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2321
2321
|
// SaveCheck aliases
|
|
2322
2322
|
export { default as SaveCheckIcon } from '../icons/save-check';
|
|
2323
|
-
// SavePlus aliases
|
|
2324
|
-
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2325
2323
|
// SavePen aliases
|
|
2326
2324
|
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2325
|
+
// SaveOff aliases
|
|
2326
|
+
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2327
|
+
// SavePlus aliases
|
|
2328
|
+
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2327
2329
|
// Save aliases
|
|
2328
2330
|
export { default as SaveIcon } from '../icons/save';
|
|
2329
2331
|
// Scale aliases
|
|
@@ -2334,72 +2336,72 @@ export { default as ScalingIcon } from '../icons/scaling';
|
|
|
2334
2336
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2335
2337
|
// ScanBox aliases
|
|
2336
2338
|
export { default as ScanBoxIcon } from '../icons/scan-box';
|
|
2337
|
-
// ScanFace aliases
|
|
2338
|
-
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2339
2339
|
// ScanEye aliases
|
|
2340
2340
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2341
|
-
//
|
|
2342
|
-
export { default as
|
|
2341
|
+
// ScanFace aliases
|
|
2342
|
+
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2343
2343
|
// ScanLine aliases
|
|
2344
2344
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2345
|
+
// ScanHeart aliases
|
|
2346
|
+
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2345
2347
|
// ScanQrCode aliases
|
|
2346
2348
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2347
2349
|
// ScanSearch aliases
|
|
2348
2350
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2349
2351
|
// ScanSquare aliases
|
|
2350
2352
|
export { default as ScanSquareIcon } from '../icons/scan-square';
|
|
2351
|
-
// Scan aliases
|
|
2352
|
-
export { default as ScanIcon } from '../icons/scan';
|
|
2353
2353
|
// ScanText aliases
|
|
2354
2354
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2355
|
+
// Scan aliases
|
|
2356
|
+
export { default as ScanIcon } from '../icons/scan';
|
|
2355
2357
|
// School aliases
|
|
2356
2358
|
export { default as SchoolIcon } from '../icons/school';
|
|
2357
|
-
// Scissors aliases
|
|
2358
|
-
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2359
2359
|
// ScissorsLineDashed aliases
|
|
2360
2360
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2361
2361
|
// Scooter aliases
|
|
2362
2362
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2363
|
+
// Scissors aliases
|
|
2364
|
+
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2363
2365
|
// ScreenShareOff aliases
|
|
2364
2366
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2365
2367
|
// ScreenShare aliases
|
|
2366
2368
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2367
|
-
// Scroll aliases
|
|
2368
|
-
export { default as ScrollIcon } from '../icons/scroll';
|
|
2369
2369
|
// ScrollText aliases
|
|
2370
2370
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2371
2371
|
// SearchAlert aliases
|
|
2372
2372
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2373
|
+
// Scroll aliases
|
|
2374
|
+
export { default as ScrollIcon } from '../icons/scroll';
|
|
2373
2375
|
// SearchCheck aliases
|
|
2374
2376
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2375
2377
|
// SearchCode aliases
|
|
2376
2378
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2377
2379
|
// SearchSlash aliases
|
|
2378
2380
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2381
|
+
// SearchX aliases
|
|
2382
|
+
export { default as SearchXIcon } from '../icons/search-x';
|
|
2379
2383
|
// Search aliases
|
|
2380
2384
|
export { default as SearchIcon } from '../icons/search';
|
|
2381
2385
|
// Section aliases
|
|
2382
2386
|
export { default as SectionIcon } from '../icons/section';
|
|
2383
|
-
// SearchX aliases
|
|
2384
|
-
export { default as SearchXIcon } from '../icons/search-x';
|
|
2385
2387
|
// SendToBack aliases
|
|
2386
2388
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2387
|
-
// Send aliases
|
|
2388
|
-
export { default as SendIcon } from '../icons/send';
|
|
2389
2389
|
// SeparatorHorizontal aliases
|
|
2390
2390
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2391
|
-
// ServerCog aliases
|
|
2392
|
-
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2393
2391
|
// SeparatorVertical aliases
|
|
2394
2392
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2393
|
+
// ServerCog aliases
|
|
2394
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2395
|
+
// Send aliases
|
|
2396
|
+
export { default as SendIcon } from '../icons/send';
|
|
2395
2397
|
// ServerCrash aliases
|
|
2396
2398
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2397
2399
|
// ServerOff aliases
|
|
2398
2400
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2399
|
-
// ServerPlus aliases
|
|
2400
|
-
export { default as ServerPlusIcon } from '../icons/server-plus';
|
|
2401
2401
|
// Server aliases
|
|
2402
2402
|
export { default as ServerIcon } from '../icons/server';
|
|
2403
|
+
// ServerPlus aliases
|
|
2404
|
+
export { default as ServerPlusIcon } from '../icons/server-plus';
|
|
2403
2405
|
// Settings2 aliases
|
|
2404
2406
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2405
2407
|
// Settings aliases
|
|
@@ -2412,30 +2414,30 @@ export { default as Share2Icon } from '../icons/share-2';
|
|
|
2412
2414
|
export { default as ShareIcon } from '../icons/share';
|
|
2413
2415
|
// Sheet aliases
|
|
2414
2416
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2417
|
+
// Shell aliases
|
|
2418
|
+
export { default as ShellIcon } from '../icons/shell';
|
|
2415
2419
|
// ShelvingUnit aliases
|
|
2416
2420
|
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2417
2421
|
// ShieldAlert aliases
|
|
2418
2422
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2419
|
-
// Shell aliases
|
|
2420
|
-
export { default as ShellIcon } from '../icons/shell';
|
|
2421
2423
|
// ShieldBan aliases
|
|
2422
2424
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2423
|
-
// ShieldCogCorner aliases
|
|
2424
|
-
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2425
|
-
// ShieldCog aliases
|
|
2426
|
-
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2427
2425
|
// ShieldCheck aliases
|
|
2428
2426
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2427
|
+
// ShieldCog aliases
|
|
2428
|
+
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2429
|
+
// ShieldCogCorner aliases
|
|
2430
|
+
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2431
|
+
// ShieldLock aliases
|
|
2432
|
+
export { default as ShieldLockIcon } from '../icons/shield-lock';
|
|
2429
2433
|
// ShieldEllipsis aliases
|
|
2430
2434
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2431
2435
|
// ShieldHalf aliases
|
|
2432
2436
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2433
|
-
// ShieldKeyhole aliases
|
|
2434
|
-
export { default as ShieldKeyholeIcon } from '../icons/shield-keyhole';
|
|
2435
|
-
// ShieldLock aliases
|
|
2436
|
-
export { default as ShieldLockIcon } from '../icons/shield-lock';
|
|
2437
2437
|
// ShieldMinus aliases
|
|
2438
2438
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2439
|
+
// ShieldKeyhole aliases
|
|
2440
|
+
export { default as ShieldKeyholeIcon } from '../icons/shield-keyhole';
|
|
2439
2441
|
// ShieldOff aliases
|
|
2440
2442
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2441
2443
|
// ShieldPlus aliases
|
|
@@ -2444,22 +2446,22 @@ export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
|
2444
2446
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2445
2447
|
// Shield aliases
|
|
2446
2448
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2447
|
-
// ShipCargo aliases
|
|
2448
|
-
export { default as ShipCargoIcon } from '../icons/ship-cargo';
|
|
2449
2449
|
// ShipWheel aliases
|
|
2450
2450
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2451
|
+
// ShipCargo aliases
|
|
2452
|
+
export { default as ShipCargoIcon } from '../icons/ship-cargo';
|
|
2451
2453
|
// Ship aliases
|
|
2452
2454
|
export { default as ShipIcon } from '../icons/ship';
|
|
2453
|
-
// Shirt aliases
|
|
2454
|
-
export { default as ShirtIcon } from '../icons/shirt';
|
|
2455
2455
|
// ShoppingBag aliases
|
|
2456
2456
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2457
|
-
//
|
|
2458
|
-
export { default as
|
|
2459
|
-
// Shovel aliases
|
|
2460
|
-
export { default as ShovelIcon } from '../icons/shovel';
|
|
2457
|
+
// Shirt aliases
|
|
2458
|
+
export { default as ShirtIcon } from '../icons/shirt';
|
|
2461
2459
|
// ShoppingCart aliases
|
|
2462
2460
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2461
|
+
// Shovel aliases
|
|
2462
|
+
export { default as ShovelIcon } from '../icons/shovel';
|
|
2463
|
+
// ShoppingBasket aliases
|
|
2464
|
+
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2463
2465
|
// ShowerHead aliases
|
|
2464
2466
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2465
2467
|
// Shredder aliases
|
|
@@ -2472,54 +2474,54 @@ export { default as ShrinkIcon } from '../icons/shrink';
|
|
|
2472
2474
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2473
2475
|
// Shuffle aliases
|
|
2474
2476
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2475
|
-
// Sigma aliases
|
|
2476
|
-
export { default as SigmaIcon } from '../icons/sigma';
|
|
2477
2477
|
// SignalHigh aliases
|
|
2478
2478
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2479
2479
|
// SignalLow aliases
|
|
2480
2480
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2481
2481
|
// SignalMedium aliases
|
|
2482
2482
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2483
|
-
//
|
|
2484
|
-
export { default as
|
|
2483
|
+
// Sigma aliases
|
|
2484
|
+
export { default as SigmaIcon } from '../icons/sigma';
|
|
2485
2485
|
// SignalZero aliases
|
|
2486
2486
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2487
|
+
// Signal aliases
|
|
2488
|
+
export { default as SignalIcon } from '../icons/signal';
|
|
2487
2489
|
// Signature aliases
|
|
2488
2490
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2489
2491
|
// SignpostBig aliases
|
|
2490
2492
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2491
2493
|
// Signpost aliases
|
|
2492
2494
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2495
|
+
// Siren aliases
|
|
2496
|
+
export { default as SirenIcon } from '../icons/siren';
|
|
2493
2497
|
// SkipBack aliases
|
|
2494
2498
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2495
2499
|
// SkipForward aliases
|
|
2496
2500
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2497
|
-
// Siren aliases
|
|
2498
|
-
export { default as SirenIcon } from '../icons/siren';
|
|
2499
2501
|
// Skull aliases
|
|
2500
2502
|
export { default as SkullIcon } from '../icons/skull';
|
|
2501
|
-
// Slash aliases
|
|
2502
|
-
export { default as SlashIcon } from '../icons/slash';
|
|
2503
2503
|
// Slice aliases
|
|
2504
2504
|
export { default as SliceIcon } from '../icons/slice';
|
|
2505
|
-
//
|
|
2506
|
-
export { default as
|
|
2505
|
+
// Slash aliases
|
|
2506
|
+
export { default as SlashIcon } from '../icons/slash';
|
|
2507
2507
|
// SmartphoneCharging aliases
|
|
2508
2508
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2509
|
+
// SlidersHorizontal aliases
|
|
2510
|
+
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2509
2511
|
// SmartphoneNfc aliases
|
|
2510
2512
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2511
2513
|
// Smartphone aliases
|
|
2512
2514
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2513
2515
|
// Snail aliases
|
|
2514
2516
|
export { default as SnailIcon } from '../icons/snail';
|
|
2515
|
-
// Snowflake aliases
|
|
2516
|
-
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2517
2517
|
// SoapDispenserDroplet aliases
|
|
2518
2518
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2519
|
-
//
|
|
2520
|
-
export { default as
|
|
2519
|
+
// Snowflake aliases
|
|
2520
|
+
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2521
2521
|
// Sofa aliases
|
|
2522
2522
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2523
|
+
// Soup aliases
|
|
2524
|
+
export { default as SoupIcon } from '../icons/soup';
|
|
2523
2525
|
// SolarPanel aliases
|
|
2524
2526
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2525
2527
|
// Space aliases
|
|
@@ -2538,16 +2540,16 @@ export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
|
2538
2540
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2539
2541
|
// SplinePointer aliases
|
|
2540
2542
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2541
|
-
// Split aliases
|
|
2542
|
-
export { default as SplitIcon } from '../icons/split';
|
|
2543
|
-
// Spool aliases
|
|
2544
|
-
export { default as SpoolIcon } from '../icons/spool';
|
|
2545
2543
|
// Spline aliases
|
|
2546
2544
|
export { default as SplineIcon } from '../icons/spline';
|
|
2547
|
-
//
|
|
2548
|
-
export { default as
|
|
2545
|
+
// Spool aliases
|
|
2546
|
+
export { default as SpoolIcon } from '../icons/spool';
|
|
2547
|
+
// Split aliases
|
|
2548
|
+
export { default as SplitIcon } from '../icons/split';
|
|
2549
2549
|
// Spotlight aliases
|
|
2550
2550
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2551
|
+
// SportShoe aliases
|
|
2552
|
+
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2551
2553
|
// SprayCan aliases
|
|
2552
2554
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2553
2555
|
// Sprout aliases
|
|
@@ -2570,26 +2572,26 @@ export { default as SquareOffIcon } from '../icons/square-off';
|
|
|
2570
2572
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2571
2573
|
// SquareRadical aliases
|
|
2572
2574
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2573
|
-
// SquareRoundCorner aliases
|
|
2574
|
-
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2575
2575
|
// SquareSquare aliases
|
|
2576
2576
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2577
2577
|
// SquareStack aliases
|
|
2578
2578
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2579
2579
|
// SquareStar aliases
|
|
2580
2580
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2581
|
+
// SquareRoundCorner aliases
|
|
2582
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2581
2583
|
// SquareStop aliases
|
|
2582
2584
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2585
|
+
// Square aliases
|
|
2586
|
+
export { default as SquareIcon } from '../icons/square';
|
|
2583
2587
|
// SquareText aliases
|
|
2584
2588
|
export { default as SquareTextIcon } from '../icons/square-text';
|
|
2589
|
+
// SquaresExclude aliases
|
|
2590
|
+
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2585
2591
|
// SquaresIntersect aliases
|
|
2586
2592
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2587
|
-
// Square aliases
|
|
2588
|
-
export { default as SquareIcon } from '../icons/square';
|
|
2589
2593
|
// SquaresSubtract aliases
|
|
2590
2594
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2591
|
-
// SquaresExclude aliases
|
|
2592
|
-
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2593
2595
|
// SquaresUnite aliases
|
|
2594
2596
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2595
2597
|
// SquircleDashed aliases
|
|
@@ -2598,12 +2600,12 @@ export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
|
2598
2600
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2599
2601
|
// Squirrel aliases
|
|
2600
2602
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2603
|
+
// Stamp aliases
|
|
2604
|
+
export { default as StampIcon } from '../icons/stamp';
|
|
2601
2605
|
// StarCheck aliases
|
|
2602
2606
|
export { default as StarCheckIcon } from '../icons/star-check';
|
|
2603
2607
|
// StarHalf aliases
|
|
2604
2608
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2605
|
-
// Stamp aliases
|
|
2606
|
-
export { default as StampIcon } from '../icons/stamp';
|
|
2607
2609
|
// StarMinus aliases
|
|
2608
2610
|
export { default as StarMinusIcon } from '../icons/star-minus';
|
|
2609
2611
|
// StarOff aliases
|
|
@@ -2618,10 +2620,10 @@ export { default as StarIcon } from '../icons/star';
|
|
|
2618
2620
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2619
2621
|
// StepForward aliases
|
|
2620
2622
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2621
|
-
// Stethoscope aliases
|
|
2622
|
-
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2623
2623
|
// Sticker aliases
|
|
2624
2624
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2625
|
+
// Stethoscope aliases
|
|
2626
|
+
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2625
2627
|
// StickyNoteCheck aliases
|
|
2626
2628
|
export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
2627
2629
|
// StickyNoteMinus aliases
|
|
@@ -2638,30 +2640,30 @@ export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
|
2638
2640
|
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2639
2641
|
// Stone aliases
|
|
2640
2642
|
export { default as StoneIcon } from '../icons/stone';
|
|
2641
|
-
// Store aliases
|
|
2642
|
-
export { default as StoreIcon } from '../icons/store';
|
|
2643
2643
|
// StretchHorizontal aliases
|
|
2644
2644
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2645
2645
|
// StretchVertical aliases
|
|
2646
2646
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2647
|
-
//
|
|
2648
|
-
export { default as
|
|
2647
|
+
// Store aliases
|
|
2648
|
+
export { default as StoreIcon } from '../icons/store';
|
|
2649
2649
|
// Strikethrough aliases
|
|
2650
2650
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2651
|
+
// Subscript aliases
|
|
2652
|
+
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2651
2653
|
// Summary aliases
|
|
2652
2654
|
export { default as SummaryIcon } from '../icons/summary';
|
|
2653
|
-
// SunDim aliases
|
|
2654
|
-
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2655
2655
|
// SunMedium aliases
|
|
2656
2656
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2657
|
-
// SunSnow aliases
|
|
2658
|
-
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2659
|
-
// Sun aliases
|
|
2660
|
-
export { default as SunIcon } from '../icons/sun';
|
|
2661
2657
|
// SunMoon aliases
|
|
2662
2658
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2659
|
+
// SunDim aliases
|
|
2660
|
+
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2661
|
+
// SunSnow aliases
|
|
2662
|
+
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2663
2663
|
// Sunrise aliases
|
|
2664
2664
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2665
|
+
// Sun aliases
|
|
2666
|
+
export { default as SunIcon } from '../icons/sun';
|
|
2665
2667
|
// Sunset aliases
|
|
2666
2668
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2667
2669
|
// Superscript aliases
|
|
@@ -2692,12 +2694,12 @@ export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
|
2692
2694
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2693
2695
|
// TableRowsSplit aliases
|
|
2694
2696
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2695
|
-
// TabletSmartphone aliases
|
|
2696
|
-
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2697
|
-
// Tablet aliases
|
|
2698
|
-
export { default as TabletIcon } from '../icons/tablet';
|
|
2699
2697
|
// Table aliases
|
|
2700
2698
|
export { default as TableIcon } from '../icons/table';
|
|
2699
|
+
// Tablet aliases
|
|
2700
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2701
|
+
// TabletSmartphone aliases
|
|
2702
|
+
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2701
2703
|
// Tablets aliases
|
|
2702
2704
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2703
2705
|
// TagPlus aliases
|
|
@@ -2708,12 +2710,12 @@ export { default as TagXIcon } from '../icons/tag-x';
|
|
|
2708
2710
|
export { default as TagIcon } from '../icons/tag';
|
|
2709
2711
|
// Tags aliases
|
|
2710
2712
|
export { default as TagsIcon } from '../icons/tags';
|
|
2713
|
+
// Tally1 aliases
|
|
2714
|
+
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2711
2715
|
// Tally2 aliases
|
|
2712
2716
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2713
2717
|
// Tally3 aliases
|
|
2714
2718
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2715
|
-
// Tally1 aliases
|
|
2716
|
-
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2717
2719
|
// Tally4 aliases
|
|
2718
2720
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2719
2721
|
// Tally5 aliases
|
|
@@ -2724,16 +2726,16 @@ export { default as TangentIcon } from '../icons/tangent';
|
|
|
2724
2726
|
export { default as TargetIcon } from '../icons/target';
|
|
2725
2727
|
// Telescope aliases
|
|
2726
2728
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2727
|
-
// TentTree aliases
|
|
2728
|
-
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2729
2729
|
// Tent aliases
|
|
2730
2730
|
export { default as TentIcon } from '../icons/tent';
|
|
2731
2731
|
// Terminal aliases
|
|
2732
2732
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2733
|
-
//
|
|
2734
|
-
export { default as
|
|
2733
|
+
// TentTree aliases
|
|
2734
|
+
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2735
2735
|
// TestTube aliases
|
|
2736
2736
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2737
|
+
// TestTubes aliases
|
|
2738
|
+
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2737
2739
|
// TextCursorInput aliases
|
|
2738
2740
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2739
2741
|
// TextCursor aliases
|
|
@@ -2750,12 +2752,12 @@ export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowfl
|
|
|
2750
2752
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2751
2753
|
// Thermometer aliases
|
|
2752
2754
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2755
|
+
// ThumbsUp aliases
|
|
2756
|
+
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2753
2757
|
// ThumbsDown aliases
|
|
2754
2758
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2755
2759
|
// TicketCheck aliases
|
|
2756
2760
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2757
|
-
// ThumbsUp aliases
|
|
2758
|
-
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2759
2761
|
// TicketMinus aliases
|
|
2760
2762
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2761
2763
|
// TicketPercent aliases
|
|
@@ -2766,16 +2768,16 @@ export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
|
2766
2768
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2767
2769
|
// TicketX aliases
|
|
2768
2770
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2769
|
-
// TicketsPlane aliases
|
|
2770
|
-
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2771
2771
|
// Ticket aliases
|
|
2772
2772
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2773
|
+
// TicketsPlane aliases
|
|
2774
|
+
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2773
2775
|
// Tickets aliases
|
|
2774
2776
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2775
|
-
// TimerOff aliases
|
|
2776
|
-
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2777
2777
|
// Timeline aliases
|
|
2778
2778
|
export { default as TimelineIcon } from '../icons/timeline';
|
|
2779
|
+
// TimerOff aliases
|
|
2780
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2779
2781
|
// TimerReset aliases
|
|
2780
2782
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2781
2783
|
// Timer aliases
|
|
@@ -2792,20 +2794,20 @@ export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
|
2792
2794
|
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2793
2795
|
// Tornado aliases
|
|
2794
2796
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2795
|
-
// Torus aliases
|
|
2796
|
-
export { default as TorusIcon } from '../icons/torus';
|
|
2797
2797
|
// TouchpadOff aliases
|
|
2798
2798
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2799
|
+
// Torus aliases
|
|
2800
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2799
2801
|
// Touchpad aliases
|
|
2800
2802
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2801
2803
|
// TowelRack aliases
|
|
2802
2804
|
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2803
2805
|
// TowerControl aliases
|
|
2804
2806
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2805
|
-
// Tractor aliases
|
|
2806
|
-
export { default as TractorIcon } from '../icons/tractor';
|
|
2807
2807
|
// ToyBrick aliases
|
|
2808
2808
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2809
|
+
// Tractor aliases
|
|
2810
|
+
export { default as TractorIcon } from '../icons/tractor';
|
|
2809
2811
|
// TrafficCone aliases
|
|
2810
2812
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2811
2813
|
// Trailer aliases
|
|
@@ -2828,18 +2830,18 @@ export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
|
2828
2830
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2829
2831
|
// Trees aliases
|
|
2830
2832
|
export { default as TreesIcon } from '../icons/trees';
|
|
2831
|
-
// TrendingUpDown aliases
|
|
2832
|
-
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2833
2833
|
// TrendingDown aliases
|
|
2834
2834
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2835
|
+
// TrendingUpDown aliases
|
|
2836
|
+
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2835
2837
|
// TrendingUp aliases
|
|
2836
2838
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2837
2839
|
// TriangleDashed aliases
|
|
2838
2840
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2839
|
-
// Triangle aliases
|
|
2840
|
-
export { default as TriangleIcon } from '../icons/triangle';
|
|
2841
2841
|
// TriangleRight aliases
|
|
2842
2842
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2843
|
+
// Triangle aliases
|
|
2844
|
+
export { default as TriangleIcon } from '../icons/triangle';
|
|
2843
2845
|
// Trophy aliases
|
|
2844
2846
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2845
2847
|
// TruckElectric aliases
|
|
@@ -2852,16 +2854,16 @@ export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
|
2852
2854
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2853
2855
|
// Turtle aliases
|
|
2854
2856
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2855
|
-
// Tv aliases
|
|
2856
|
-
export { default as TvIcon } from '../icons/tv';
|
|
2857
2857
|
// TvMinimalPlay aliases
|
|
2858
2858
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2859
2859
|
// TypeOutline aliases
|
|
2860
2860
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2861
|
-
//
|
|
2862
|
-
export { default as
|
|
2861
|
+
// Tv aliases
|
|
2862
|
+
export { default as TvIcon } from '../icons/tv';
|
|
2863
2863
|
// Type aliases
|
|
2864
2864
|
export { default as TypeIcon } from '../icons/type';
|
|
2865
|
+
// UmbrellaOff aliases
|
|
2866
|
+
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2865
2867
|
// Umbrella aliases
|
|
2866
2868
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2867
2869
|
// Underline aliases
|
|
@@ -2878,20 +2880,20 @@ export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
|
2878
2880
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2879
2881
|
// Ungroup aliases
|
|
2880
2882
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2883
|
+
// Unplug aliases
|
|
2884
|
+
export { default as UnplugIcon } from '../icons/unplug';
|
|
2881
2885
|
// Unlink2 aliases
|
|
2882
2886
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2883
2887
|
// Unlink aliases
|
|
2884
2888
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2885
|
-
// Unplug aliases
|
|
2886
|
-
export { default as UnplugIcon } from '../icons/unplug';
|
|
2887
2889
|
// Upload aliases
|
|
2888
2890
|
export { default as UploadIcon } from '../icons/upload';
|
|
2889
2891
|
// UsbCPort aliases
|
|
2890
2892
|
export { default as UsbCPortIcon } from '../icons/usb-c-port';
|
|
2891
|
-
// UserCheck aliases
|
|
2892
|
-
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2893
2893
|
// Usb aliases
|
|
2894
2894
|
export { default as UsbIcon } from '../icons/usb';
|
|
2895
|
+
// UserCheck aliases
|
|
2896
|
+
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2895
2897
|
// UserCog aliases
|
|
2896
2898
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2897
2899
|
// UserKey aliases
|
|
@@ -2924,12 +2926,12 @@ export { default as UserXIcon } from '../icons/user-x';
|
|
|
2924
2926
|
export { default as UserIcon } from '../icons/user';
|
|
2925
2927
|
// Users aliases
|
|
2926
2928
|
export { default as UsersIcon } from '../icons/users';
|
|
2929
|
+
// UtilityPole aliases
|
|
2930
|
+
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2927
2931
|
// Van aliases
|
|
2928
2932
|
export { default as VanIcon } from '../icons/van';
|
|
2929
2933
|
// Variable aliases
|
|
2930
2934
|
export { default as VariableIcon } from '../icons/variable';
|
|
2931
|
-
// UtilityPole aliases
|
|
2932
|
-
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2933
2935
|
// Vault aliases
|
|
2934
2936
|
export { default as VaultIcon } from '../icons/vault';
|
|
2935
2937
|
// VectorSquare aliases
|
|
@@ -2944,10 +2946,10 @@ export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
|
2944
2946
|
export { default as VenusIcon } from '../icons/venus';
|
|
2945
2947
|
// VibrateOff aliases
|
|
2946
2948
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2947
|
-
// VideoOff aliases
|
|
2948
|
-
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2949
2949
|
// Vibrate aliases
|
|
2950
2950
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2951
|
+
// VideoOff aliases
|
|
2952
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2951
2953
|
// Video aliases
|
|
2952
2954
|
export { default as VideoIcon } from '../icons/video';
|
|
2953
2955
|
// Videotape aliases
|
|
@@ -2990,10 +2992,10 @@ export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
|
2990
2992
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2991
2993
|
// WavesLadder aliases
|
|
2992
2994
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2993
|
-
// Waypoints aliases
|
|
2994
|
-
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2995
2995
|
// WavesVertical aliases
|
|
2996
2996
|
export { default as WavesVerticalIcon } from '../icons/waves-vertical';
|
|
2997
|
+
// Waypoints aliases
|
|
2998
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2997
2999
|
// WebcamOff aliases
|
|
2998
3000
|
export { default as WebcamOffIcon } from '../icons/webcam-off';
|
|
2999
3001
|
// Webcam aliases
|
|
@@ -3004,20 +3006,20 @@ export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
|
3004
3006
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
3005
3007
|
// WeightTilde aliases
|
|
3006
3008
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
3007
|
-
// Weight aliases
|
|
3008
|
-
export { default as WeightIcon } from '../icons/weight';
|
|
3009
3009
|
// WheatOff aliases
|
|
3010
3010
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
3011
|
+
// Weight aliases
|
|
3012
|
+
export { default as WeightIcon } from '../icons/weight';
|
|
3011
3013
|
// Wheat aliases
|
|
3012
3014
|
export { default as WheatIcon } from '../icons/wheat';
|
|
3013
3015
|
// WholeWord aliases
|
|
3014
3016
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
3015
|
-
// WifiHigh aliases
|
|
3016
|
-
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
3017
3017
|
// WifiCog aliases
|
|
3018
3018
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
3019
3019
|
// WifiLow aliases
|
|
3020
3020
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
3021
|
+
// WifiHigh aliases
|
|
3022
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
3021
3023
|
// WifiOff aliases
|
|
3022
3024
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
3023
3025
|
// WifiPen aliases
|
|
@@ -3028,30 +3030,30 @@ export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
|
3028
3030
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
3029
3031
|
// Wifi aliases
|
|
3030
3032
|
export { default as WifiIcon } from '../icons/wifi';
|
|
3031
|
-
// WindArrowDown aliases
|
|
3032
|
-
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
3033
3033
|
// Wind aliases
|
|
3034
3034
|
export { default as WindIcon } from '../icons/wind';
|
|
3035
3035
|
// WineOff aliases
|
|
3036
3036
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
3037
|
+
// WindArrowDown aliases
|
|
3038
|
+
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
3037
3039
|
// Wine aliases
|
|
3038
3040
|
export { default as WineIcon } from '../icons/wine';
|
|
3039
3041
|
// Worm aliases
|
|
3040
3042
|
export { default as WormIcon } from '../icons/worm';
|
|
3041
3043
|
// Workflow aliases
|
|
3042
3044
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
3043
|
-
// Wrench aliases
|
|
3044
|
-
export { default as WrenchIcon } from '../icons/wrench';
|
|
3045
3045
|
// WrenchOff aliases
|
|
3046
3046
|
export { default as WrenchOffIcon } from '../icons/wrench-off';
|
|
3047
|
-
//
|
|
3048
|
-
export { default as
|
|
3047
|
+
// Wrench aliases
|
|
3048
|
+
export { default as WrenchIcon } from '../icons/wrench';
|
|
3049
3049
|
// XLineTop aliases
|
|
3050
3050
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
3051
|
-
//
|
|
3052
|
-
export { default as
|
|
3051
|
+
// X aliases
|
|
3052
|
+
export { default as XIcon } from '../icons/x';
|
|
3053
3053
|
// ZapOff aliases
|
|
3054
3054
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
3055
|
+
// Zap aliases
|
|
3056
|
+
export { default as ZapIcon } from '../icons/zap';
|
|
3055
3057
|
// ZodiacAquarius aliases
|
|
3056
3058
|
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
3057
3059
|
// ZodiacAries aliases
|
|
@@ -3072,12 +3074,12 @@ export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
|
3072
3074
|
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
3073
3075
|
// ZodiacSagittarius aliases
|
|
3074
3076
|
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
3075
|
-
// ZodiacScorpio aliases
|
|
3076
|
-
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
3077
3077
|
// ZodiacTaurus aliases
|
|
3078
3078
|
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
3079
3079
|
// ZodiacVirgo aliases
|
|
3080
3080
|
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
3081
|
+
// ZodiacScorpio aliases
|
|
3082
|
+
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
3081
3083
|
// ZoomIn aliases
|
|
3082
3084
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
3083
3085
|
// ZoomOut aliases
|
|
@@ -3086,10 +3088,10 @@ export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
|
3086
3088
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
3087
3089
|
// ArrowDown10 aliases
|
|
3088
3090
|
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
3089
|
-
// ArrowUp01 aliases
|
|
3090
|
-
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
3091
3091
|
// ArrowUp10 aliases
|
|
3092
3092
|
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
3093
|
+
// ArrowUp01 aliases
|
|
3094
|
+
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
3093
3095
|
// AlarmClockCheck aliases
|
|
3094
3096
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
3095
3097
|
export {
|
|
@@ -3126,18 +3128,18 @@ export {
|
|
|
3126
3128
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
|
|
3127
3129
|
default as ArrowDownZaIcon
|
|
3128
3130
|
} from '../icons/arrow-down-z-a';
|
|
3129
|
-
// ArrowUpNarrowWide aliases
|
|
3130
|
-
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3131
|
-
export {
|
|
3132
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
|
|
3133
|
-
default as SortAscIcon
|
|
3134
|
-
} from '../icons/arrow-up-narrow-wide';
|
|
3135
3131
|
// ArrowUpAZ aliases
|
|
3136
3132
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
3137
3133
|
export {
|
|
3138
3134
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. */
|
|
3139
3135
|
default as ArrowUpAzIcon
|
|
3140
3136
|
} from '../icons/arrow-up-a-z';
|
|
3137
|
+
// ArrowUpNarrowWide aliases
|
|
3138
|
+
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3139
|
+
export {
|
|
3140
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
|
|
3141
|
+
default as SortAscIcon
|
|
3142
|
+
} from '../icons/arrow-up-narrow-wide';
|
|
3141
3143
|
// ArrowUpZA aliases
|
|
3142
3144
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
3143
3145
|
export {
|
|
@@ -3156,42 +3158,36 @@ export {
|
|
|
3156
3158
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
|
|
3157
3159
|
default as VerifiedIcon
|
|
3158
3160
|
} from '../icons/badge-check';
|
|
3159
|
-
// BetweenHorizontalEnd aliases
|
|
3160
|
-
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3161
|
-
export {
|
|
3162
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
|
|
3163
|
-
default as BetweenHorizonalEndIcon
|
|
3164
|
-
} from '../icons/between-horizontal-end';
|
|
3165
3161
|
// BadgeQuestionMark aliases
|
|
3166
3162
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
3167
3163
|
export {
|
|
3168
3164
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
3169
3165
|
default as BadgeHelpIcon
|
|
3170
3166
|
} from '../icons/badge-question-mark';
|
|
3171
|
-
//
|
|
3172
|
-
export { default as
|
|
3167
|
+
// BetweenHorizontalEnd aliases
|
|
3168
|
+
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3173
3169
|
export {
|
|
3174
|
-
/** @deprecated Renamed because of typo, use {@link
|
|
3175
|
-
default as
|
|
3176
|
-
} from '../icons/between-horizontal-
|
|
3170
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
|
|
3171
|
+
default as BetweenHorizonalEndIcon
|
|
3172
|
+
} from '../icons/between-horizontal-end';
|
|
3177
3173
|
// BookDashed aliases
|
|
3178
3174
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3179
3175
|
export {
|
|
3180
3176
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. */
|
|
3181
3177
|
default as BookTemplateIcon
|
|
3182
3178
|
} from '../icons/book-dashed';
|
|
3179
|
+
// BetweenHorizontalStart aliases
|
|
3180
|
+
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
3181
|
+
export {
|
|
3182
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
3183
|
+
default as BetweenHorizonalStartIcon
|
|
3184
|
+
} from '../icons/between-horizontal-start';
|
|
3183
3185
|
// Braces aliases
|
|
3184
3186
|
export { default as BracesIcon } from '../icons/braces';
|
|
3185
3187
|
export {
|
|
3186
3188
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
|
|
3187
3189
|
default as CurlyBracesIcon
|
|
3188
3190
|
} from '../icons/braces';
|
|
3189
|
-
// Captions aliases
|
|
3190
|
-
export { default as CaptionsIcon } from '../icons/captions';
|
|
3191
|
-
export {
|
|
3192
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
|
|
3193
|
-
default as SubtitlesIcon
|
|
3194
|
-
} from '../icons/captions';
|
|
3195
3191
|
// ChartArea aliases
|
|
3196
3192
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3197
3193
|
export {
|
|
@@ -3204,6 +3200,12 @@ export {
|
|
|
3204
3200
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
|
|
3205
3201
|
default as BarChartHorizontalBigIcon
|
|
3206
3202
|
} from '../icons/chart-bar-big';
|
|
3203
|
+
// Captions aliases
|
|
3204
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
3205
|
+
export {
|
|
3206
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
|
|
3207
|
+
default as SubtitlesIcon
|
|
3208
|
+
} from '../icons/captions';
|
|
3207
3209
|
// ChartBar aliases
|
|
3208
3210
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3209
3211
|
export {
|
|
@@ -3216,78 +3218,78 @@ export {
|
|
|
3216
3218
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
3217
3219
|
default as CandlestickChartIcon
|
|
3218
3220
|
} from '../icons/chart-candlestick';
|
|
3219
|
-
// ChartColumnIncreasing aliases
|
|
3220
|
-
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3221
|
-
export {
|
|
3222
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. */
|
|
3223
|
-
default as BarChart4Icon
|
|
3224
|
-
} from '../icons/chart-column-increasing';
|
|
3225
3221
|
// ChartColumnBig aliases
|
|
3226
3222
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3227
3223
|
export {
|
|
3228
3224
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. */
|
|
3229
3225
|
default as BarChartBigIcon
|
|
3230
3226
|
} from '../icons/chart-column-big';
|
|
3227
|
+
// ChartColumnIncreasing aliases
|
|
3228
|
+
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3229
|
+
export {
|
|
3230
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. */
|
|
3231
|
+
default as BarChart4Icon
|
|
3232
|
+
} from '../icons/chart-column-increasing';
|
|
3231
3233
|
// ChartColumn aliases
|
|
3232
3234
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3233
3235
|
export {
|
|
3234
3236
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. */
|
|
3235
3237
|
default as BarChart3Icon
|
|
3236
3238
|
} from '../icons/chart-column';
|
|
3237
|
-
// ChartLine aliases
|
|
3238
|
-
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3239
|
-
export {
|
|
3240
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
3241
|
-
default as LineChartIcon
|
|
3242
|
-
} from '../icons/chart-line';
|
|
3243
3239
|
// ChartNoAxesColumnIncreasing aliases
|
|
3244
3240
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3245
3241
|
export {
|
|
3246
3242
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. */
|
|
3247
3243
|
default as BarChartIcon
|
|
3248
3244
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3245
|
+
// ChartNoAxesColumn aliases
|
|
3246
|
+
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3247
|
+
export {
|
|
3248
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. */
|
|
3249
|
+
default as BarChart2Icon
|
|
3250
|
+
} from '../icons/chart-no-axes-column';
|
|
3251
|
+
// ChartLine aliases
|
|
3252
|
+
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3253
|
+
export {
|
|
3254
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
3255
|
+
default as LineChartIcon
|
|
3256
|
+
} from '../icons/chart-line';
|
|
3249
3257
|
// ChartNoAxesGantt aliases
|
|
3250
3258
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3251
3259
|
export {
|
|
3252
3260
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. */
|
|
3253
3261
|
default as GanttChartIcon
|
|
3254
3262
|
} from '../icons/chart-no-axes-gantt';
|
|
3255
|
-
// ChartPie aliases
|
|
3256
|
-
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3257
|
-
export {
|
|
3258
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. */
|
|
3259
|
-
default as PieChartIcon
|
|
3260
|
-
} from '../icons/chart-pie';
|
|
3261
3263
|
// ChartScatter aliases
|
|
3262
3264
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3263
3265
|
export {
|
|
3264
3266
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. */
|
|
3265
3267
|
default as ScatterChartIcon
|
|
3266
3268
|
} from '../icons/chart-scatter';
|
|
3267
|
-
//
|
|
3268
|
-
export { default as
|
|
3269
|
+
// ChartPie aliases
|
|
3270
|
+
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3269
3271
|
export {
|
|
3270
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3271
|
-
default as
|
|
3272
|
-
} from '../icons/chart-
|
|
3272
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. */
|
|
3273
|
+
default as PieChartIcon
|
|
3274
|
+
} from '../icons/chart-pie';
|
|
3273
3275
|
// CircleAlert aliases
|
|
3274
3276
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3275
3277
|
export {
|
|
3276
3278
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. */
|
|
3277
3279
|
default as AlertCircleIcon
|
|
3278
3280
|
} from '../icons/circle-alert';
|
|
3279
|
-
// CircleArrowLeft aliases
|
|
3280
|
-
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3281
|
-
export {
|
|
3282
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. */
|
|
3283
|
-
default as ArrowLeftCircleIcon
|
|
3284
|
-
} from '../icons/circle-arrow-left';
|
|
3285
3281
|
// CircleArrowDown aliases
|
|
3286
3282
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3287
3283
|
export {
|
|
3288
3284
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. */
|
|
3289
3285
|
default as ArrowDownCircleIcon
|
|
3290
3286
|
} from '../icons/circle-arrow-down';
|
|
3287
|
+
// CircleArrowLeft aliases
|
|
3288
|
+
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3289
|
+
export {
|
|
3290
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. */
|
|
3291
|
+
default as ArrowLeftCircleIcon
|
|
3292
|
+
} from '../icons/circle-arrow-left';
|
|
3291
3293
|
// CircleArrowOutDownLeft aliases
|
|
3292
3294
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3293
3295
|
export {
|
|
@@ -3318,6 +3320,12 @@ export {
|
|
|
3318
3320
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
3319
3321
|
default as ArrowRightCircleIcon
|
|
3320
3322
|
} from '../icons/circle-arrow-right';
|
|
3323
|
+
// CircleCheck aliases
|
|
3324
|
+
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3325
|
+
export {
|
|
3326
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
|
|
3327
|
+
default as CheckCircle2Icon
|
|
3328
|
+
} from '../icons/circle-check';
|
|
3321
3329
|
// CircleArrowUp aliases
|
|
3322
3330
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3323
3331
|
export {
|
|
@@ -3330,12 +3338,6 @@ export {
|
|
|
3330
3338
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
3331
3339
|
default as CheckCircleIcon
|
|
3332
3340
|
} from '../icons/circle-check-big';
|
|
3333
|
-
// CircleCheck aliases
|
|
3334
|
-
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3335
|
-
export {
|
|
3336
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
|
|
3337
|
-
default as CheckCircle2Icon
|
|
3338
|
-
} from '../icons/circle-check';
|
|
3339
3341
|
// CircleChevronDown aliases
|
|
3340
3342
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3341
3343
|
export {
|
|
@@ -3408,18 +3410,18 @@ export {
|
|
|
3408
3410
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. */
|
|
3409
3411
|
default as PlayCircleIcon
|
|
3410
3412
|
} from '../icons/circle-play';
|
|
3411
|
-
// CirclePlus aliases
|
|
3412
|
-
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3413
|
-
export {
|
|
3414
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
3415
|
-
default as PlusCircleIcon
|
|
3416
|
-
} from '../icons/circle-plus';
|
|
3417
3413
|
// CirclePower aliases
|
|
3418
3414
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3419
3415
|
export {
|
|
3420
3416
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. */
|
|
3421
3417
|
default as PowerCircleIcon
|
|
3422
3418
|
} from '../icons/circle-power';
|
|
3419
|
+
// CirclePlus aliases
|
|
3420
|
+
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3421
|
+
export {
|
|
3422
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
3423
|
+
default as PlusCircleIcon
|
|
3424
|
+
} from '../icons/circle-plus';
|
|
3423
3425
|
// CircleQuestionMark aliases
|
|
3424
3426
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3425
3427
|
export {
|
|
@@ -3436,18 +3438,18 @@ export {
|
|
|
3436
3438
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. */
|
|
3437
3439
|
default as CircleSlashedIcon
|
|
3438
3440
|
} from '../icons/circle-slash-2';
|
|
3439
|
-
// CircleUserRound aliases
|
|
3440
|
-
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3441
|
-
export {
|
|
3442
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
|
|
3443
|
-
default as UserCircle2Icon
|
|
3444
|
-
} from '../icons/circle-user-round';
|
|
3445
3441
|
// CircleStop aliases
|
|
3446
3442
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3447
3443
|
export {
|
|
3448
3444
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. */
|
|
3449
3445
|
default as StopCircleIcon
|
|
3450
3446
|
} from '../icons/circle-stop';
|
|
3447
|
+
// CircleUserRound aliases
|
|
3448
|
+
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3449
|
+
export {
|
|
3450
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
|
|
3451
|
+
default as UserCircle2Icon
|
|
3452
|
+
} from '../icons/circle-user-round';
|
|
3451
3453
|
// CircleUser aliases
|
|
3452
3454
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3453
3455
|
export {
|
|
@@ -3460,6 +3462,12 @@ export {
|
|
|
3460
3462
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. */
|
|
3461
3463
|
default as XCircleIcon
|
|
3462
3464
|
} from '../icons/circle-x';
|
|
3465
|
+
// ClipboardPen aliases
|
|
3466
|
+
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3467
|
+
export {
|
|
3468
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. */
|
|
3469
|
+
default as ClipboardEditIcon
|
|
3470
|
+
} from '../icons/clipboard-pen';
|
|
3463
3471
|
// ClipboardPenLine aliases
|
|
3464
3472
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3465
3473
|
export {
|
|
@@ -3472,12 +3480,6 @@ export {
|
|
|
3472
3480
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. */
|
|
3473
3481
|
default as DownloadCloudIcon
|
|
3474
3482
|
} from '../icons/cloud-download';
|
|
3475
|
-
// ClipboardPen aliases
|
|
3476
|
-
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3477
|
-
export {
|
|
3478
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. */
|
|
3479
|
-
default as ClipboardEditIcon
|
|
3480
|
-
} from '../icons/clipboard-pen';
|
|
3481
3483
|
// CloudUpload aliases
|
|
3482
3484
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3483
3485
|
export {
|
|
@@ -3490,12 +3492,6 @@ export {
|
|
|
3490
3492
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. */
|
|
3491
3493
|
default as Code2Icon
|
|
3492
3494
|
} from '../icons/code-xml';
|
|
3493
|
-
// Columns2 aliases
|
|
3494
|
-
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3495
|
-
export {
|
|
3496
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. */
|
|
3497
|
-
default as ColumnsIcon
|
|
3498
|
-
} from '../icons/columns-2';
|
|
3499
3495
|
// Columns3Cog aliases
|
|
3500
3496
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3501
3497
|
export {
|
|
@@ -3506,18 +3502,24 @@ export {
|
|
|
3506
3502
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. */
|
|
3507
3503
|
default as TableConfigIcon
|
|
3508
3504
|
} from '../icons/columns-3-cog';
|
|
3509
|
-
//
|
|
3510
|
-
export { default as
|
|
3505
|
+
// Columns2 aliases
|
|
3506
|
+
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3511
3507
|
export {
|
|
3512
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3513
|
-
default as
|
|
3514
|
-
} from '../icons/
|
|
3508
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. */
|
|
3509
|
+
default as ColumnsIcon
|
|
3510
|
+
} from '../icons/columns-2';
|
|
3515
3511
|
// Columns3 aliases
|
|
3516
3512
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3517
3513
|
export {
|
|
3518
3514
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. */
|
|
3519
3515
|
default as PanelsLeftRightIcon
|
|
3520
3516
|
} from '../icons/columns-3';
|
|
3517
|
+
// ContactRound aliases
|
|
3518
|
+
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3519
|
+
export {
|
|
3520
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. */
|
|
3521
|
+
default as Contact2Icon
|
|
3522
|
+
} from '../icons/contact-round';
|
|
3521
3523
|
// DiamondPercent aliases
|
|
3522
3524
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3523
3525
|
export {
|
|
@@ -3584,42 +3586,42 @@ export {
|
|
|
3584
3586
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmiling} instead. */
|
|
3585
3587
|
default as SmileIcon
|
|
3586
3588
|
} from '../icons/face-slightly-smiling';
|
|
3587
|
-
//
|
|
3588
|
-
export { default as
|
|
3589
|
+
// FileAxis3d aliases
|
|
3590
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3589
3591
|
export {
|
|
3590
|
-
/** @deprecated The icon was
|
|
3591
|
-
default as
|
|
3592
|
-
} from '../icons/file-
|
|
3592
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
3593
|
+
default as FileAxis3DIcon
|
|
3594
|
+
} from '../icons/file-axis-3d';
|
|
3593
3595
|
// FileBracesCorner aliases
|
|
3594
3596
|
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3595
3597
|
export {
|
|
3596
3598
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. */
|
|
3597
3599
|
default as FileJson2Icon
|
|
3598
3600
|
} from '../icons/file-braces-corner';
|
|
3599
|
-
//
|
|
3600
|
-
export { default as
|
|
3601
|
+
// FileBadge aliases
|
|
3602
|
+
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3601
3603
|
export {
|
|
3602
|
-
/** @deprecated The
|
|
3603
|
-
default as
|
|
3604
|
-
} from '../icons/file-
|
|
3604
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. */
|
|
3605
|
+
default as FileBadge2Icon
|
|
3606
|
+
} from '../icons/file-badge';
|
|
3605
3607
|
// FileBraces aliases
|
|
3606
3608
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3607
3609
|
export {
|
|
3608
3610
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. */
|
|
3609
3611
|
default as FileJsonIcon
|
|
3610
3612
|
} from '../icons/file-braces';
|
|
3611
|
-
// FileChartColumn aliases
|
|
3612
|
-
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3613
|
-
export {
|
|
3614
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
|
|
3615
|
-
default as FileBarChart2Icon
|
|
3616
|
-
} from '../icons/file-chart-column';
|
|
3617
3613
|
// FileChartColumnIncreasing aliases
|
|
3618
3614
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3619
3615
|
export {
|
|
3620
3616
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. */
|
|
3621
3617
|
default as FileBarChartIcon
|
|
3622
3618
|
} from '../icons/file-chart-column-increasing';
|
|
3619
|
+
// FileChartColumn aliases
|
|
3620
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3621
|
+
export {
|
|
3622
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
|
|
3623
|
+
default as FileBarChart2Icon
|
|
3624
|
+
} from '../icons/file-chart-column';
|
|
3623
3625
|
// FileChartLine aliases
|
|
3624
3626
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3625
3627
|
export {
|
|
@@ -3720,18 +3722,18 @@ export {
|
|
|
3720
3722
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. */
|
|
3721
3723
|
default as FileSearch2Icon
|
|
3722
3724
|
} from '../icons/file-search-corner';
|
|
3723
|
-
// FileTypeCorner aliases
|
|
3724
|
-
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3725
|
-
export {
|
|
3726
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
|
|
3727
|
-
default as FileType2Icon
|
|
3728
|
-
} from '../icons/file-type-corner';
|
|
3729
3725
|
// FileSignal aliases
|
|
3730
3726
|
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3731
3727
|
export {
|
|
3732
3728
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
|
|
3733
3729
|
default as FileVolume2Icon
|
|
3734
3730
|
} from '../icons/file-signal';
|
|
3731
|
+
// FileTypeCorner aliases
|
|
3732
|
+
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3733
|
+
export {
|
|
3734
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
|
|
3735
|
+
default as FileType2Icon
|
|
3736
|
+
} from '../icons/file-type-corner';
|
|
3735
3737
|
// FileVideoCamera aliases
|
|
3736
3738
|
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3737
3739
|
export {
|
|
@@ -3768,30 +3770,30 @@ export {
|
|
|
3768
3770
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
|
|
3769
3771
|
default as FilterXIcon
|
|
3770
3772
|
} from '../icons/funnel-x';
|
|
3771
|
-
// Funnel aliases
|
|
3772
|
-
export { default as FunnelIcon } from '../icons/funnel';
|
|
3773
|
-
export {
|
|
3774
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
|
|
3775
|
-
default as FilterIcon
|
|
3776
|
-
} from '../icons/funnel';
|
|
3777
|
-
// GitCommitHorizontal aliases
|
|
3778
|
-
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3779
|
-
export {
|
|
3780
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. */
|
|
3781
|
-
default as GitCommitIcon
|
|
3782
|
-
} from '../icons/git-commit-horizontal';
|
|
3783
3773
|
// Grid2x2Check aliases
|
|
3784
3774
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3785
3775
|
export {
|
|
3786
3776
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. */
|
|
3787
3777
|
default as Grid2X2CheckIcon
|
|
3788
3778
|
} from '../icons/grid-2x2-check';
|
|
3779
|
+
// Funnel aliases
|
|
3780
|
+
export { default as FunnelIcon } from '../icons/funnel';
|
|
3781
|
+
export {
|
|
3782
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
|
|
3783
|
+
default as FilterIcon
|
|
3784
|
+
} from '../icons/funnel';
|
|
3789
3785
|
// Grid2x2Plus aliases
|
|
3790
3786
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3791
3787
|
export {
|
|
3792
3788
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. */
|
|
3793
3789
|
default as Grid2X2PlusIcon
|
|
3794
3790
|
} from '../icons/grid-2x2-plus';
|
|
3791
|
+
// GitCommitHorizontal aliases
|
|
3792
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3793
|
+
export {
|
|
3794
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. */
|
|
3795
|
+
default as GitCommitIcon
|
|
3796
|
+
} from '../icons/git-commit-horizontal';
|
|
3795
3797
|
// Grid2x2X aliases
|
|
3796
3798
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3797
3799
|
export {
|
|
@@ -3804,12 +3806,6 @@ export {
|
|
|
3804
3806
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
|
|
3805
3807
|
default as Grid2X2Icon
|
|
3806
3808
|
} from '../icons/grid-2x2';
|
|
3807
|
-
// HandGrab aliases
|
|
3808
|
-
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3809
|
-
export {
|
|
3810
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
3811
|
-
default as GrabIcon
|
|
3812
|
-
} from '../icons/hand-grab';
|
|
3813
3809
|
// Grid3x3 aliases
|
|
3814
3810
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3815
3811
|
export {
|
|
@@ -3820,18 +3816,12 @@ export {
|
|
|
3820
3816
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. */
|
|
3821
3817
|
default as Grid3X3Icon
|
|
3822
3818
|
} from '../icons/grid-3x3';
|
|
3823
|
-
//
|
|
3824
|
-
export { default as
|
|
3825
|
-
export {
|
|
3826
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
3827
|
-
default as HelpingHandIcon
|
|
3828
|
-
} from '../icons/hand-helping';
|
|
3829
|
-
// IceCreamCone aliases
|
|
3830
|
-
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3819
|
+
// HandGrab aliases
|
|
3820
|
+
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3831
3821
|
export {
|
|
3832
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3833
|
-
default as
|
|
3834
|
-
} from '../icons/
|
|
3822
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
3823
|
+
default as GrabIcon
|
|
3824
|
+
} from '../icons/hand-grab';
|
|
3835
3825
|
// House aliases
|
|
3836
3826
|
export { default as HouseIcon } from '../icons/house';
|
|
3837
3827
|
export {
|
|
@@ -3844,12 +3834,24 @@ export {
|
|
|
3844
3834
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. */
|
|
3845
3835
|
default as IceCream2Icon
|
|
3846
3836
|
} from '../icons/ice-cream-bowl';
|
|
3837
|
+
// HandHelping aliases
|
|
3838
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3839
|
+
export {
|
|
3840
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
3841
|
+
default as HelpingHandIcon
|
|
3842
|
+
} from '../icons/hand-helping';
|
|
3847
3843
|
// LaptopMinimal aliases
|
|
3848
3844
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3849
3845
|
export {
|
|
3850
3846
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
|
|
3851
3847
|
default as Laptop2Icon
|
|
3852
3848
|
} from '../icons/laptop-minimal';
|
|
3849
|
+
// IceCreamCone aliases
|
|
3850
|
+
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3851
|
+
export {
|
|
3852
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. */
|
|
3853
|
+
default as IceCreamIcon
|
|
3854
|
+
} from '../icons/ice-cream-cone';
|
|
3853
3855
|
// Layers aliases
|
|
3854
3856
|
export { default as LayersIcon } from '../icons/layers';
|
|
3855
3857
|
export {
|
|
@@ -3866,12 +3868,6 @@ export {
|
|
|
3866
3868
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. */
|
|
3867
3869
|
default as IndentDecreaseIcon
|
|
3868
3870
|
} from '../icons/list-indent-decrease';
|
|
3869
|
-
// LoaderCircle aliases
|
|
3870
|
-
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3871
|
-
export {
|
|
3872
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. */
|
|
3873
|
-
default as Loader2Icon
|
|
3874
|
-
} from '../icons/loader-circle';
|
|
3875
3871
|
// ListIndentIncrease aliases
|
|
3876
3872
|
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3877
3873
|
export {
|
|
@@ -3882,6 +3878,12 @@ export {
|
|
|
3882
3878
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
|
|
3883
3879
|
default as IndentIncreaseIcon
|
|
3884
3880
|
} from '../icons/list-indent-increase';
|
|
3881
|
+
// LoaderCircle aliases
|
|
3882
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3883
|
+
export {
|
|
3884
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. */
|
|
3885
|
+
default as Loader2Icon
|
|
3886
|
+
} from '../icons/loader-circle';
|
|
3885
3887
|
// LockKeyholeOpen aliases
|
|
3886
3888
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3887
3889
|
export {
|
|
@@ -3930,6 +3932,12 @@ export {
|
|
|
3930
3932
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. */
|
|
3931
3933
|
default as Move3DIcon
|
|
3932
3934
|
} from '../icons/move-3d';
|
|
3935
|
+
// OctagonAlert aliases
|
|
3936
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3937
|
+
export {
|
|
3938
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
|
|
3939
|
+
default as AlertOctagonIcon
|
|
3940
|
+
} from '../icons/octagon-alert';
|
|
3933
3941
|
// OctagonPause aliases
|
|
3934
3942
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3935
3943
|
export {
|
|
@@ -3942,48 +3950,42 @@ export {
|
|
|
3942
3950
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. */
|
|
3943
3951
|
default as XOctagonIcon
|
|
3944
3952
|
} from '../icons/octagon-x';
|
|
3945
|
-
// PanelBottomDashed aliases
|
|
3946
|
-
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3947
|
-
export {
|
|
3948
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
|
|
3949
|
-
default as PanelBottomInactiveIcon
|
|
3950
|
-
} from '../icons/panel-bottom-dashed';
|
|
3951
3953
|
// PaintbrushVertical aliases
|
|
3952
3954
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3953
3955
|
export {
|
|
3954
3956
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. */
|
|
3955
3957
|
default as Paintbrush2Icon
|
|
3956
3958
|
} from '../icons/paintbrush-vertical';
|
|
3957
|
-
// OctagonAlert aliases
|
|
3958
|
-
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3959
|
-
export {
|
|
3960
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
|
|
3961
|
-
default as AlertOctagonIcon
|
|
3962
|
-
} from '../icons/octagon-alert';
|
|
3963
3959
|
// PanelLeftClose aliases
|
|
3964
3960
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3965
3961
|
export {
|
|
3966
3962
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
3967
3963
|
default as SidebarCloseIcon
|
|
3968
3964
|
} from '../icons/panel-left-close';
|
|
3965
|
+
// PanelBottomDashed aliases
|
|
3966
|
+
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3967
|
+
export {
|
|
3968
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
|
|
3969
|
+
default as PanelBottomInactiveIcon
|
|
3970
|
+
} from '../icons/panel-bottom-dashed';
|
|
3969
3971
|
// PanelLeftDashed aliases
|
|
3970
3972
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3971
3973
|
export {
|
|
3972
3974
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. */
|
|
3973
3975
|
default as PanelLeftInactiveIcon
|
|
3974
3976
|
} from '../icons/panel-left-dashed';
|
|
3975
|
-
// PanelLeft aliases
|
|
3976
|
-
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3977
|
-
export {
|
|
3978
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
3979
|
-
default as SidebarIcon
|
|
3980
|
-
} from '../icons/panel-left';
|
|
3981
3977
|
// PanelLeftOpen aliases
|
|
3982
3978
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3983
3979
|
export {
|
|
3984
3980
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
|
|
3985
3981
|
default as SidebarOpenIcon
|
|
3986
3982
|
} from '../icons/panel-left-open';
|
|
3983
|
+
// PanelLeft aliases
|
|
3984
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3985
|
+
export {
|
|
3986
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
3987
|
+
default as SidebarIcon
|
|
3988
|
+
} from '../icons/panel-left';
|
|
3987
3989
|
// PanelRightDashed aliases
|
|
3988
3990
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3989
3991
|
export {
|
|
@@ -4050,24 +4052,18 @@ export {
|
|
|
4050
4052
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. */
|
|
4051
4053
|
default as PanelsTopBottomIcon
|
|
4052
4054
|
} from '../icons/rows-3';
|
|
4053
|
-
// SendHorizontal aliases
|
|
4054
|
-
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
4055
|
-
export {
|
|
4056
|
-
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. */
|
|
4057
|
-
default as SendHorizonalIcon
|
|
4058
|
-
} from '../icons/send-horizontal';
|
|
4059
4055
|
// Scale3d aliases
|
|
4060
4056
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
4061
4057
|
export {
|
|
4062
4058
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. */
|
|
4063
4059
|
default as Scale3DIcon
|
|
4064
4060
|
} from '../icons/scale-3d';
|
|
4065
|
-
//
|
|
4066
|
-
export { default as
|
|
4061
|
+
// SendHorizontal aliases
|
|
4062
|
+
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
4067
4063
|
export {
|
|
4068
|
-
/** @deprecated
|
|
4069
|
-
default as
|
|
4070
|
-
} from '../icons/
|
|
4064
|
+
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. */
|
|
4065
|
+
default as SendHorizonalIcon
|
|
4066
|
+
} from '../icons/send-horizontal';
|
|
4071
4067
|
// ShieldX aliases
|
|
4072
4068
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
4073
4069
|
export {
|
|
@@ -4080,36 +4076,36 @@ export {
|
|
|
4080
4076
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. */
|
|
4081
4077
|
default as SlidersIcon
|
|
4082
4078
|
} from '../icons/sliders-vertical';
|
|
4083
|
-
//
|
|
4084
|
-
export { default as
|
|
4079
|
+
// ShieldQuestionMark aliases
|
|
4080
|
+
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
4085
4081
|
export {
|
|
4086
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4087
|
-
default as
|
|
4088
|
-
} from '../icons/
|
|
4082
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
|
|
4083
|
+
default as ShieldQuestionIcon
|
|
4084
|
+
} from '../icons/shield-question-mark';
|
|
4089
4085
|
// SquareActivity aliases
|
|
4090
4086
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
4091
4087
|
export {
|
|
4092
4088
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
|
|
4093
4089
|
default as ActivitySquareIcon
|
|
4094
4090
|
} from '../icons/square-activity';
|
|
4095
|
-
//
|
|
4096
|
-
export { default as
|
|
4091
|
+
// Sparkles aliases
|
|
4092
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
4097
4093
|
export {
|
|
4098
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4099
|
-
default as
|
|
4100
|
-
} from '../icons/
|
|
4094
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
|
|
4095
|
+
default as StarsIcon
|
|
4096
|
+
} from '../icons/sparkles';
|
|
4101
4097
|
// SquareArrowDownRight aliases
|
|
4102
4098
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
4103
4099
|
export {
|
|
4104
4100
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. */
|
|
4105
4101
|
default as ArrowDownRightSquareIcon
|
|
4106
4102
|
} from '../icons/square-arrow-down-right';
|
|
4107
|
-
//
|
|
4108
|
-
export { default as
|
|
4103
|
+
// SquareArrowDownLeft aliases
|
|
4104
|
+
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
4109
4105
|
export {
|
|
4110
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4111
|
-
default as
|
|
4112
|
-
} from '../icons/square-arrow-
|
|
4106
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. */
|
|
4107
|
+
default as ArrowDownLeftSquareIcon
|
|
4108
|
+
} from '../icons/square-arrow-down-left';
|
|
4113
4109
|
// SquareArrowDown aliases
|
|
4114
4110
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
4115
4111
|
export {
|
|
@@ -4122,36 +4118,36 @@ export {
|
|
|
4122
4118
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
|
|
4123
4119
|
default as ArrowLeftSquareIcon
|
|
4124
4120
|
} from '../icons/square-arrow-left';
|
|
4125
|
-
//
|
|
4126
|
-
export { default as
|
|
4121
|
+
// SquareArrowOutDownLeft aliases
|
|
4122
|
+
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
4127
4123
|
export {
|
|
4128
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4129
|
-
default as
|
|
4130
|
-
} from '../icons/square-arrow-out-down-
|
|
4124
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
|
|
4125
|
+
default as ArrowDownLeftFromSquareIcon
|
|
4126
|
+
} from '../icons/square-arrow-out-down-left';
|
|
4131
4127
|
// SquareArrowOutUpLeft aliases
|
|
4132
4128
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
4133
4129
|
export {
|
|
4134
4130
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
|
|
4135
4131
|
default as ArrowUpLeftFromSquareIcon
|
|
4136
4132
|
} from '../icons/square-arrow-out-up-left';
|
|
4137
|
-
//
|
|
4138
|
-
export { default as
|
|
4133
|
+
// SquareArrowOutDownRight aliases
|
|
4134
|
+
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
4139
4135
|
export {
|
|
4140
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4141
|
-
default as
|
|
4142
|
-
} from '../icons/square-arrow-right';
|
|
4136
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. */
|
|
4137
|
+
default as ArrowDownRightFromSquareIcon
|
|
4138
|
+
} from '../icons/square-arrow-out-down-right';
|
|
4143
4139
|
// SquareArrowOutUpRight aliases
|
|
4144
4140
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
4145
4141
|
export {
|
|
4146
4142
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
|
|
4147
4143
|
default as ArrowUpRightFromSquareIcon
|
|
4148
4144
|
} from '../icons/square-arrow-out-up-right';
|
|
4149
|
-
//
|
|
4150
|
-
export { default as
|
|
4145
|
+
// SquareArrowRight aliases
|
|
4146
|
+
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
4151
4147
|
export {
|
|
4152
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4153
|
-
default as
|
|
4154
|
-
} from '../icons/square-arrow-
|
|
4148
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
4149
|
+
default as ArrowRightSquareIcon
|
|
4150
|
+
} from '../icons/square-arrow-right';
|
|
4155
4151
|
// SquareArrowUpRight aliases
|
|
4156
4152
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
4157
4153
|
export {
|
|
@@ -4164,24 +4160,24 @@ export {
|
|
|
4164
4160
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
|
|
4165
4161
|
default as ArrowUpSquareIcon
|
|
4166
4162
|
} from '../icons/square-arrow-up';
|
|
4167
|
-
//
|
|
4168
|
-
export { default as
|
|
4163
|
+
// SquareArrowUpLeft aliases
|
|
4164
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
4169
4165
|
export {
|
|
4170
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4171
|
-
default as
|
|
4172
|
-
} from '../icons/square-
|
|
4166
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
4167
|
+
default as ArrowUpLeftSquareIcon
|
|
4168
|
+
} from '../icons/square-arrow-up-left';
|
|
4173
4169
|
// SquareAsterisk aliases
|
|
4174
4170
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
4175
4171
|
export {
|
|
4176
4172
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. */
|
|
4177
4173
|
default as AsteriskSquareIcon
|
|
4178
4174
|
} from '../icons/square-asterisk';
|
|
4179
|
-
//
|
|
4180
|
-
export { default as
|
|
4175
|
+
// SquareBottomDashedScissors aliases
|
|
4176
|
+
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
4181
4177
|
export {
|
|
4182
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4183
|
-
default as
|
|
4184
|
-
} from '../icons/square-
|
|
4178
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. */
|
|
4179
|
+
default as ScissorsSquareDashedBottomIcon
|
|
4180
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
4185
4181
|
// SquareCenterlineDashedVertical aliases
|
|
4186
4182
|
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
4187
4183
|
export {
|
|
@@ -4198,6 +4194,12 @@ export {
|
|
|
4198
4194
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
4199
4195
|
default as SquareGanttChartIcon
|
|
4200
4196
|
} from '../icons/square-chart-gantt';
|
|
4197
|
+
// SquareCenterlineDashedHorizontal aliases
|
|
4198
|
+
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
4199
|
+
export {
|
|
4200
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. */
|
|
4201
|
+
default as FlipHorizontalIcon
|
|
4202
|
+
} from '../icons/square-centerline-dashed-horizontal';
|
|
4201
4203
|
// SquareCheckBig aliases
|
|
4202
4204
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4203
4205
|
export {
|
|
@@ -4216,30 +4218,30 @@ export {
|
|
|
4216
4218
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
4217
4219
|
default as ChevronDownSquareIcon
|
|
4218
4220
|
} from '../icons/square-chevron-down';
|
|
4219
|
-
// SquareChevronRight aliases
|
|
4220
|
-
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4221
|
-
export {
|
|
4222
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
|
|
4223
|
-
default as ChevronRightSquareIcon
|
|
4224
|
-
} from '../icons/square-chevron-right';
|
|
4225
4221
|
// SquareChevronLeft aliases
|
|
4226
4222
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4227
4223
|
export {
|
|
4228
4224
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
|
|
4229
4225
|
default as ChevronLeftSquareIcon
|
|
4230
4226
|
} from '../icons/square-chevron-left';
|
|
4231
|
-
//
|
|
4232
|
-
export { default as
|
|
4227
|
+
// SquareChevronRight aliases
|
|
4228
|
+
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4233
4229
|
export {
|
|
4234
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4235
|
-
default as
|
|
4236
|
-
} from '../icons/square-chevron-
|
|
4230
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
|
|
4231
|
+
default as ChevronRightSquareIcon
|
|
4232
|
+
} from '../icons/square-chevron-right';
|
|
4237
4233
|
// SquareCode aliases
|
|
4238
4234
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4239
4235
|
export {
|
|
4240
4236
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
|
|
4241
4237
|
default as CodeSquareIcon
|
|
4242
4238
|
} from '../icons/square-code';
|
|
4239
|
+
// SquareChevronUp aliases
|
|
4240
|
+
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4241
|
+
export {
|
|
4242
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
|
|
4243
|
+
default as ChevronUpSquareIcon
|
|
4244
|
+
} from '../icons/square-chevron-up';
|
|
4243
4245
|
// SquareDashedKanban aliases
|
|
4244
4246
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4245
4247
|
export {
|
|
@@ -4262,18 +4264,18 @@ export {
|
|
|
4262
4264
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. */
|
|
4263
4265
|
default as TextSelectIcon
|
|
4264
4266
|
} from '../icons/square-dashed-text';
|
|
4265
|
-
// SquareDivide aliases
|
|
4266
|
-
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4267
|
-
export {
|
|
4268
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
|
|
4269
|
-
default as DivideSquareIcon
|
|
4270
|
-
} from '../icons/square-divide';
|
|
4271
4267
|
// SquareDashed aliases
|
|
4272
4268
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4273
4269
|
export {
|
|
4274
4270
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
|
|
4275
4271
|
default as BoxSelectIcon
|
|
4276
4272
|
} from '../icons/square-dashed';
|
|
4273
|
+
// SquareDivide aliases
|
|
4274
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4275
|
+
export {
|
|
4276
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
|
|
4277
|
+
default as DivideSquareIcon
|
|
4278
|
+
} from '../icons/square-divide';
|
|
4277
4279
|
// SquareDot aliases
|
|
4278
4280
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4279
4281
|
export {
|
|
@@ -4310,12 +4312,6 @@ export {
|
|
|
4310
4312
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. */
|
|
4311
4313
|
default as MSquareIcon
|
|
4312
4314
|
} from '../icons/square-m';
|
|
4313
|
-
// SquareMenu aliases
|
|
4314
|
-
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4315
|
-
export {
|
|
4316
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
|
|
4317
|
-
default as MenuSquareIcon
|
|
4318
|
-
} from '../icons/square-menu';
|
|
4319
4315
|
// SquareMinus aliases
|
|
4320
4316
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4321
4317
|
export {
|
|
@@ -4328,18 +4324,24 @@ export {
|
|
|
4328
4324
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. */
|
|
4329
4325
|
default as InspectIcon
|
|
4330
4326
|
} from '../icons/square-mouse-pointer';
|
|
4331
|
-
//
|
|
4332
|
-
export { default as
|
|
4327
|
+
// SquareMenu aliases
|
|
4328
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4333
4329
|
export {
|
|
4334
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4335
|
-
default as
|
|
4336
|
-
} from '../icons/square-
|
|
4330
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
|
|
4331
|
+
default as MenuSquareIcon
|
|
4332
|
+
} from '../icons/square-menu';
|
|
4337
4333
|
// SquareParking aliases
|
|
4338
4334
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4339
4335
|
export {
|
|
4340
4336
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
|
|
4341
4337
|
default as ParkingSquareIcon
|
|
4342
4338
|
} from '../icons/square-parking';
|
|
4339
|
+
// SquareParkingOff aliases
|
|
4340
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4341
|
+
export {
|
|
4342
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
4343
|
+
default as ParkingSquareOffIcon
|
|
4344
|
+
} from '../icons/square-parking-off';
|
|
4343
4345
|
// SquarePen aliases
|
|
4344
4346
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4345
4347
|
export {
|
|
@@ -4360,18 +4362,18 @@ export {
|
|
|
4360
4362
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. */
|
|
4361
4363
|
default as PercentSquareIcon
|
|
4362
4364
|
} from '../icons/square-percent';
|
|
4363
|
-
// SquarePi aliases
|
|
4364
|
-
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4365
|
-
export {
|
|
4366
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
4367
|
-
default as PiSquareIcon
|
|
4368
|
-
} from '../icons/square-pi';
|
|
4369
4365
|
// SquarePilcrow aliases
|
|
4370
4366
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4371
4367
|
export {
|
|
4372
4368
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
|
|
4373
4369
|
default as PilcrowSquareIcon
|
|
4374
4370
|
} from '../icons/square-pilcrow';
|
|
4371
|
+
// SquarePi aliases
|
|
4372
|
+
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4373
|
+
export {
|
|
4374
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
4375
|
+
default as PiSquareIcon
|
|
4376
|
+
} from '../icons/square-pi';
|
|
4375
4377
|
// SquarePlay aliases
|
|
4376
4378
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4377
4379
|
export {
|
|
@@ -4384,36 +4386,36 @@ export {
|
|
|
4384
4386
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. */
|
|
4385
4387
|
default as PlusSquareIcon
|
|
4386
4388
|
} from '../icons/square-plus';
|
|
4387
|
-
//
|
|
4388
|
-
export { default as
|
|
4389
|
+
// SquareSigma aliases
|
|
4390
|
+
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4389
4391
|
export {
|
|
4390
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4391
|
-
default as
|
|
4392
|
-
} from '../icons/square-
|
|
4392
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
|
|
4393
|
+
default as SigmaSquareIcon
|
|
4394
|
+
} from '../icons/square-sigma';
|
|
4393
4395
|
// SquareScissors aliases
|
|
4394
4396
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4395
4397
|
export {
|
|
4396
4398
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
|
|
4397
4399
|
default as ScissorsSquareIcon
|
|
4398
4400
|
} from '../icons/square-scissors';
|
|
4399
|
-
//
|
|
4400
|
-
export { default as
|
|
4401
|
+
// SquarePower aliases
|
|
4402
|
+
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4401
4403
|
export {
|
|
4402
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4403
|
-
default as
|
|
4404
|
-
} from '../icons/square-
|
|
4404
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. */
|
|
4405
|
+
default as PowerSquareIcon
|
|
4406
|
+
} from '../icons/square-power';
|
|
4405
4407
|
// SquareSplitHorizontal aliases
|
|
4406
4408
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4407
4409
|
export {
|
|
4408
4410
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
4409
4411
|
default as SplitSquareHorizontalIcon
|
|
4410
4412
|
} from '../icons/square-split-horizontal';
|
|
4411
|
-
//
|
|
4412
|
-
export { default as
|
|
4413
|
+
// SquareSlash aliases
|
|
4414
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4413
4415
|
export {
|
|
4414
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4415
|
-
default as
|
|
4416
|
-
} from '../icons/square-
|
|
4416
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
|
|
4417
|
+
default as SlashSquareIcon
|
|
4418
|
+
} from '../icons/square-slash';
|
|
4417
4419
|
// SquareSplitVertical aliases
|
|
4418
4420
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4419
4421
|
export {
|
|
@@ -4426,6 +4428,12 @@ export {
|
|
|
4426
4428
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. */
|
|
4427
4429
|
default as TerminalSquareIcon
|
|
4428
4430
|
} from '../icons/square-terminal';
|
|
4431
|
+
// SquareUser aliases
|
|
4432
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4433
|
+
export {
|
|
4434
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4435
|
+
default as UserSquareIcon
|
|
4436
|
+
} from '../icons/square-user';
|
|
4429
4437
|
// SquareUserRound aliases
|
|
4430
4438
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4431
4439
|
export {
|
|
@@ -4438,36 +4446,24 @@ export {
|
|
|
4438
4446
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. */
|
|
4439
4447
|
default as XSquareIcon
|
|
4440
4448
|
} from '../icons/square-x';
|
|
4441
|
-
// SquareUser aliases
|
|
4442
|
-
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4443
|
-
export {
|
|
4444
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4445
|
-
default as UserSquareIcon
|
|
4446
|
-
} from '../icons/square-user';
|
|
4447
4449
|
// TestTubeDiagonal aliases
|
|
4448
4450
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4449
4451
|
export {
|
|
4450
4452
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. */
|
|
4451
4453
|
default as TestTube2Icon
|
|
4452
4454
|
} from '../icons/test-tube-diagonal';
|
|
4453
|
-
// TextAlignCenter aliases
|
|
4454
|
-
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4455
|
-
export {
|
|
4456
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */
|
|
4457
|
-
default as AlignCenterIcon
|
|
4458
|
-
} from '../icons/text-align-center';
|
|
4459
4455
|
// TextAlignEnd aliases
|
|
4460
4456
|
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4461
4457
|
export {
|
|
4462
4458
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
|
|
4463
4459
|
default as AlignRightIcon
|
|
4464
4460
|
} from '../icons/text-align-end';
|
|
4465
|
-
//
|
|
4466
|
-
export { default as
|
|
4461
|
+
// TextAlignCenter aliases
|
|
4462
|
+
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4467
4463
|
export {
|
|
4468
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4469
|
-
default as
|
|
4470
|
-
} from '../icons/text-align-
|
|
4464
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */
|
|
4465
|
+
default as AlignCenterIcon
|
|
4466
|
+
} from '../icons/text-align-center';
|
|
4471
4467
|
// TextAlignStart aliases
|
|
4472
4468
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4473
4469
|
export {
|
|
@@ -4478,36 +4474,42 @@ export {
|
|
|
4478
4474
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. */
|
|
4479
4475
|
default as AlignLeftIcon
|
|
4480
4476
|
} from '../icons/text-align-start';
|
|
4477
|
+
// TextAlignJustify aliases
|
|
4478
|
+
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4479
|
+
export {
|
|
4480
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
|
|
4481
|
+
default as AlignJustifyIcon
|
|
4482
|
+
} from '../icons/text-align-justify';
|
|
4481
4483
|
// TextInitial aliases
|
|
4482
4484
|
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4483
4485
|
export {
|
|
4484
4486
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
4485
4487
|
default as LetterTextIcon
|
|
4486
4488
|
} from '../icons/text-initial';
|
|
4487
|
-
//
|
|
4488
|
-
export { default as
|
|
4489
|
+
// TreePalm aliases
|
|
4490
|
+
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4489
4491
|
export {
|
|
4490
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4491
|
-
default as
|
|
4492
|
-
} from '../icons/
|
|
4492
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
4493
|
+
default as PalmtreeIcon
|
|
4494
|
+
} from '../icons/tree-palm';
|
|
4493
4495
|
// TextWrap aliases
|
|
4494
4496
|
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4495
4497
|
export {
|
|
4496
4498
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
4497
4499
|
default as WrapTextIcon
|
|
4498
4500
|
} from '../icons/text-wrap';
|
|
4501
|
+
// TramFront aliases
|
|
4502
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4503
|
+
export {
|
|
4504
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
|
|
4505
|
+
default as TrainIcon
|
|
4506
|
+
} from '../icons/tram-front';
|
|
4499
4507
|
// TriangleAlert aliases
|
|
4500
4508
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4501
4509
|
export {
|
|
4502
4510
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. */
|
|
4503
4511
|
default as AlertTriangleIcon
|
|
4504
4512
|
} from '../icons/triangle-alert';
|
|
4505
|
-
// TreePalm aliases
|
|
4506
|
-
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4507
|
-
export {
|
|
4508
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
4509
|
-
default as PalmtreeIcon
|
|
4510
|
-
} from '../icons/tree-palm';
|
|
4511
4513
|
// TvMinimal aliases
|
|
4512
4514
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4513
4515
|
export {
|
|
@@ -4544,42 +4546,42 @@ export {
|
|
|
4544
4546
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. */
|
|
4545
4547
|
default as UserMinus2Icon
|
|
4546
4548
|
} from '../icons/user-round-minus';
|
|
4547
|
-
// UserRound aliases
|
|
4548
|
-
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4549
|
-
export {
|
|
4550
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
|
|
4551
|
-
default as User2Icon
|
|
4552
|
-
} from '../icons/user-round';
|
|
4553
4549
|
// UserRoundX aliases
|
|
4554
4550
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4555
4551
|
export {
|
|
4556
4552
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. */
|
|
4557
4553
|
default as UserX2Icon
|
|
4558
4554
|
} from '../icons/user-round-x';
|
|
4559
|
-
//
|
|
4560
|
-
export { default as
|
|
4555
|
+
// UserRound aliases
|
|
4556
|
+
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4561
4557
|
export {
|
|
4562
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4563
|
-
default as
|
|
4564
|
-
} from '../icons/
|
|
4558
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
|
|
4559
|
+
default as User2Icon
|
|
4560
|
+
} from '../icons/user-round';
|
|
4565
4561
|
// UtensilsCrossed aliases
|
|
4566
4562
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4567
4563
|
export {
|
|
4568
4564
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
|
|
4569
4565
|
default as ForkKnifeCrossedIcon
|
|
4570
4566
|
} from '../icons/utensils-crossed';
|
|
4571
|
-
// WalletMinimal aliases
|
|
4572
|
-
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4573
|
-
export {
|
|
4574
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|
|
4575
|
-
default as Wallet2Icon
|
|
4576
|
-
} from '../icons/wallet-minimal';
|
|
4577
4567
|
// Utensils aliases
|
|
4578
4568
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4579
4569
|
export {
|
|
4580
4570
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|
|
4581
4571
|
default as ForkKnifeIcon
|
|
4582
4572
|
} from '../icons/utensils';
|
|
4573
|
+
// UsersRound aliases
|
|
4574
|
+
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4575
|
+
export {
|
|
4576
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
|
|
4577
|
+
default as Users2Icon
|
|
4578
|
+
} from '../icons/users-round';
|
|
4579
|
+
// WalletMinimal aliases
|
|
4580
|
+
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4581
|
+
export {
|
|
4582
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|
|
4583
|
+
default as Wallet2Icon
|
|
4584
|
+
} from '../icons/wallet-minimal';
|
|
4583
4585
|
// WandSparkles aliases
|
|
4584
4586
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4585
4587
|
export {
|