@lucide/astro 0.497.0 → 0.499.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 +38 -38
- package/src/aliases/prefixed.ts +387 -381
- package/src/aliases/suffixed.ts +667 -661
- package/src/icons/bow-arrow.ts +18 -0
- package/src/icons/decimals-arrow-left.ts +18 -0
- package/src/icons/decimals-arrow-right.ts +18 -0
- package/src/icons/index.ts +165 -162
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
-
// ALargeSmall aliases
|
|
4
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
3
|
// AArrowUp aliases
|
|
6
4
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
|
+
// ALargeSmall aliases
|
|
6
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
7
|
// Accessibility aliases
|
|
8
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
|
-
// Airplay aliases
|
|
12
|
-
export { default as AirplayIcon } from '../icons/airplay';
|
|
13
11
|
// AirVent aliases
|
|
14
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
|
+
// Airplay aliases
|
|
14
|
+
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
15
|
// AlarmClockOff aliases
|
|
16
16
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
17
17
|
// AlarmClock aliases
|
|
@@ -24,10 +24,10 @@ export { default as AlbumIcon } from '../icons/album';
|
|
|
24
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
25
|
// AlignCenterVertical aliases
|
|
26
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
|
-
// AlignCenter aliases
|
|
28
|
-
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
29
27
|
// AlignEndHorizontal aliases
|
|
30
28
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
|
+
// AlignCenter aliases
|
|
30
|
+
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
31
31
|
// AlignEndVertical aliases
|
|
32
32
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
33
|
// AlignHorizontalDistributeCenter aliases
|
|
@@ -38,48 +38,48 @@ export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-hori
|
|
|
38
38
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
39
|
// AlignHorizontalJustifyCenter aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
|
+
// AlignHorizontalJustifyEnd aliases
|
|
42
|
+
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
41
43
|
// AlignHorizontalJustifyStart aliases
|
|
42
44
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
45
|
// AlignHorizontalSpaceAround aliases
|
|
44
46
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
|
-
// AlignHorizontalJustifyEnd aliases
|
|
46
|
-
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
47
|
-
// AlignHorizontalSpaceBetween aliases
|
|
48
|
-
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
47
|
// AlignJustify aliases
|
|
50
48
|
export { default as AlignJustifyIcon } from '../icons/align-justify';
|
|
49
|
+
// AlignHorizontalSpaceBetween aliases
|
|
50
|
+
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
51
51
|
// AlignLeft aliases
|
|
52
52
|
export { default as AlignLeftIcon } from '../icons/align-left';
|
|
53
|
-
// AlignRight aliases
|
|
54
|
-
export { default as AlignRightIcon } from '../icons/align-right';
|
|
55
53
|
// AlignStartHorizontal aliases
|
|
56
54
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
57
|
-
//
|
|
58
|
-
export { default as
|
|
55
|
+
// AlignRight aliases
|
|
56
|
+
export { default as AlignRightIcon } from '../icons/align-right';
|
|
59
57
|
// AlignVerticalDistributeCenter aliases
|
|
60
58
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
59
|
+
// AlignStartVertical aliases
|
|
60
|
+
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
61
61
|
// AlignVerticalDistributeEnd aliases
|
|
62
62
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
63
63
|
// AlignVerticalDistributeStart aliases
|
|
64
64
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
65
|
-
// AlignVerticalJustifyCenter aliases
|
|
66
|
-
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
67
65
|
// AlignVerticalJustifyEnd aliases
|
|
68
66
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
67
|
+
// AlignVerticalJustifyCenter aliases
|
|
68
|
+
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
69
69
|
// AlignVerticalJustifyStart aliases
|
|
70
70
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
71
71
|
// AlignVerticalSpaceAround aliases
|
|
72
72
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
73
|
-
// Ambulance aliases
|
|
74
|
-
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
75
73
|
// AlignVerticalSpaceBetween aliases
|
|
76
74
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
77
|
-
//
|
|
78
|
-
export { default as
|
|
75
|
+
// Ambulance aliases
|
|
76
|
+
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
79
77
|
// Ampersands aliases
|
|
80
78
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
81
79
|
// Amphora aliases
|
|
82
80
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
81
|
+
// Ampersand aliases
|
|
82
|
+
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
83
83
|
// Anchor aliases
|
|
84
84
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
85
85
|
// Angry aliases
|
|
@@ -90,30 +90,30 @@ export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
|
90
90
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
91
91
|
// Anvil aliases
|
|
92
92
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
93
|
-
// Aperture aliases
|
|
94
|
-
export { default as ApertureIcon } from '../icons/aperture';
|
|
95
93
|
// AppWindowMac aliases
|
|
96
94
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
95
|
+
// Aperture aliases
|
|
96
|
+
export { default as ApertureIcon } from '../icons/aperture';
|
|
97
97
|
// AppWindow aliases
|
|
98
98
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
99
|
-
// Apple aliases
|
|
100
|
-
export { default as AppleIcon } from '../icons/apple';
|
|
101
99
|
// ArchiveRestore aliases
|
|
102
100
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
101
|
+
// Apple aliases
|
|
102
|
+
export { default as AppleIcon } from '../icons/apple';
|
|
103
103
|
// ArchiveX aliases
|
|
104
104
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
105
|
-
// Archive aliases
|
|
106
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
107
105
|
// Armchair aliases
|
|
108
106
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
109
107
|
// ArrowBigDownDash aliases
|
|
110
108
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
109
|
+
// Archive aliases
|
|
110
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
111
111
|
// ArrowBigDown aliases
|
|
112
112
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
113
|
-
// ArrowBigLeftDash aliases
|
|
114
|
-
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
115
113
|
// ArrowBigLeft aliases
|
|
116
114
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
115
|
+
// ArrowBigLeftDash aliases
|
|
116
|
+
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
117
117
|
// ArrowBigRightDash aliases
|
|
118
118
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
119
119
|
// ArrowBigRight aliases
|
|
@@ -128,32 +128,32 @@ export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line'
|
|
|
128
128
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
129
129
|
// ArrowDownNarrowWide aliases
|
|
130
130
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
131
|
-
// ArrowDownRight aliases
|
|
132
|
-
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
133
131
|
// ArrowDownToDot aliases
|
|
134
132
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
135
133
|
// ArrowDownToLine aliases
|
|
136
134
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
137
|
-
// ArrowDown aliases
|
|
138
|
-
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
139
135
|
// ArrowDownUp aliases
|
|
140
136
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
137
|
+
// ArrowDownRight aliases
|
|
138
|
+
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
139
|
+
// ArrowDown aliases
|
|
140
|
+
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
141
141
|
// ArrowLeftFromLine aliases
|
|
142
142
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
143
143
|
// ArrowLeftRight aliases
|
|
144
144
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
145
145
|
// ArrowLeftToLine aliases
|
|
146
146
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
147
|
+
// ArrowLeft aliases
|
|
148
|
+
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
147
149
|
// ArrowRightFromLine aliases
|
|
148
150
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
149
151
|
// ArrowRightLeft aliases
|
|
150
152
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
151
|
-
// ArrowRightToLine aliases
|
|
152
|
-
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
153
153
|
// ArrowRight aliases
|
|
154
154
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
155
|
-
//
|
|
156
|
-
export { default as
|
|
155
|
+
// ArrowRightToLine aliases
|
|
156
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
157
157
|
// ArrowUpDown aliases
|
|
158
158
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
159
159
|
// ArrowUpFromDot aliases
|
|
@@ -168,28 +168,28 @@ export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
|
168
168
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
169
169
|
// ArrowUpWideNarrow aliases
|
|
170
170
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
171
|
-
// ArrowsUpFromLine aliases
|
|
172
|
-
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
173
171
|
// ArrowUp aliases
|
|
174
172
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
175
173
|
// Asterisk aliases
|
|
176
174
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
175
|
+
// ArrowsUpFromLine aliases
|
|
176
|
+
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
177
177
|
// AtSign aliases
|
|
178
178
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
179
179
|
// Atom aliases
|
|
180
180
|
export { default as AtomIcon } from '../icons/atom';
|
|
181
|
-
// AudioLines aliases
|
|
182
|
-
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
183
181
|
// AudioWaveform aliases
|
|
184
182
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
183
|
+
// AudioLines aliases
|
|
184
|
+
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
185
185
|
// Award aliases
|
|
186
186
|
export { default as AwardIcon } from '../icons/award';
|
|
187
187
|
// Axe aliases
|
|
188
188
|
export { default as AxeIcon } from '../icons/axe';
|
|
189
|
-
// Baby aliases
|
|
190
|
-
export { default as BabyIcon } from '../icons/baby';
|
|
191
189
|
// Backpack aliases
|
|
192
190
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
191
|
+
// Baby aliases
|
|
192
|
+
export { default as BabyIcon } from '../icons/baby';
|
|
193
193
|
// BadgeAlert aliases
|
|
194
194
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
195
195
|
// BadgeCent aliases
|
|
@@ -210,18 +210,18 @@ export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
|
210
210
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
211
211
|
// BadgePercent aliases
|
|
212
212
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
213
|
-
// BadgePlus aliases
|
|
214
|
-
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
215
213
|
// BadgePoundSterling aliases
|
|
216
214
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
217
215
|
// BadgeRussianRuble aliases
|
|
218
216
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
219
|
-
//
|
|
220
|
-
export { default as
|
|
217
|
+
// BadgePlus aliases
|
|
218
|
+
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
221
219
|
// BadgeX aliases
|
|
222
220
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
223
221
|
// Badge aliases
|
|
224
222
|
export { default as BadgeIcon } from '../icons/badge';
|
|
223
|
+
// BadgeSwissFranc aliases
|
|
224
|
+
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
225
225
|
// BaggageClaim aliases
|
|
226
226
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
227
227
|
// Ban aliases
|
|
@@ -230,18 +230,18 @@ export { default as BanIcon } from '../icons/ban';
|
|
|
230
230
|
export { default as BananaIcon } from '../icons/banana';
|
|
231
231
|
// Bandage aliases
|
|
232
232
|
export { default as BandageIcon } from '../icons/bandage';
|
|
233
|
-
// BanknoteArrowDown aliases
|
|
234
|
-
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
235
|
-
// BanknoteX aliases
|
|
236
|
-
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
237
233
|
// BanknoteArrowUp aliases
|
|
238
234
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
235
|
+
// BanknoteArrowDown aliases
|
|
236
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
239
237
|
// Banknote aliases
|
|
240
238
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
241
|
-
//
|
|
242
|
-
export { default as
|
|
239
|
+
// BanknoteX aliases
|
|
240
|
+
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
243
241
|
// Baseline aliases
|
|
244
242
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
243
|
+
// Barcode aliases
|
|
244
|
+
export { default as BarcodeIcon } from '../icons/barcode';
|
|
245
245
|
// Bath aliases
|
|
246
246
|
export { default as BathIcon } from '../icons/bath';
|
|
247
247
|
// BatteryCharging aliases
|
|
@@ -260,10 +260,10 @@ export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
|
260
260
|
export { default as BatteryIcon } from '../icons/battery';
|
|
261
261
|
// Beaker aliases
|
|
262
262
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
263
|
-
// Bean aliases
|
|
264
|
-
export { default as BeanIcon } from '../icons/bean';
|
|
265
263
|
// BeanOff aliases
|
|
266
264
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
265
|
+
// Bean aliases
|
|
266
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
267
267
|
// BedDouble aliases
|
|
268
268
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
269
269
|
// Bed aliases
|
|
@@ -272,86 +272,86 @@ export { default as BedIcon } from '../icons/bed';
|
|
|
272
272
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
273
273
|
// Beef aliases
|
|
274
274
|
export { default as BeefIcon } from '../icons/beef';
|
|
275
|
-
// Beer aliases
|
|
276
|
-
export { default as BeerIcon } from '../icons/beer';
|
|
277
275
|
// BeerOff aliases
|
|
278
276
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
277
|
+
// Beer aliases
|
|
278
|
+
export { default as BeerIcon } from '../icons/beer';
|
|
279
279
|
// BellDot aliases
|
|
280
280
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
281
281
|
// BellElectric aliases
|
|
282
282
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
283
283
|
// BellMinus aliases
|
|
284
284
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
285
|
+
// BellOff aliases
|
|
286
|
+
export { default as BellOffIcon } from '../icons/bell-off';
|
|
285
287
|
// BellPlus aliases
|
|
286
288
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
287
289
|
// BellRing aliases
|
|
288
290
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
289
|
-
// BellOff aliases
|
|
290
|
-
export { default as BellOffIcon } from '../icons/bell-off';
|
|
291
|
-
// Bell aliases
|
|
292
|
-
export { default as BellIcon } from '../icons/bell';
|
|
293
291
|
// BetweenVerticalEnd aliases
|
|
294
292
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
293
|
+
// Bell aliases
|
|
294
|
+
export { default as BellIcon } from '../icons/bell';
|
|
295
295
|
// BetweenVerticalStart aliases
|
|
296
296
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
297
|
-
// BicepsFlexed aliases
|
|
298
|
-
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
299
297
|
// Bike aliases
|
|
300
298
|
export { default as BikeIcon } from '../icons/bike';
|
|
299
|
+
// BicepsFlexed aliases
|
|
300
|
+
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
301
301
|
// Binary aliases
|
|
302
302
|
export { default as BinaryIcon } from '../icons/binary';
|
|
303
|
-
// Biohazard aliases
|
|
304
|
-
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
305
303
|
// Binoculars aliases
|
|
306
304
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
305
|
+
// Biohazard aliases
|
|
306
|
+
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
307
307
|
// Bird aliases
|
|
308
308
|
export { default as BirdIcon } from '../icons/bird';
|
|
309
309
|
// Bitcoin aliases
|
|
310
310
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
311
|
+
// Blinds aliases
|
|
312
|
+
export { default as BlindsIcon } from '../icons/blinds';
|
|
311
313
|
// Blend aliases
|
|
312
314
|
export { default as BlendIcon } from '../icons/blend';
|
|
313
315
|
// Blocks aliases
|
|
314
316
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
315
|
-
// Blinds aliases
|
|
316
|
-
export { default as BlindsIcon } from '../icons/blinds';
|
|
317
|
-
// BluetoothOff aliases
|
|
318
|
-
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
319
317
|
// BluetoothConnected aliases
|
|
320
318
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
319
|
+
// BluetoothOff aliases
|
|
320
|
+
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
321
321
|
// BluetoothSearching aliases
|
|
322
322
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
323
323
|
// Bluetooth aliases
|
|
324
324
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
325
|
+
// Bold aliases
|
|
326
|
+
export { default as BoldIcon } from '../icons/bold';
|
|
325
327
|
// Bolt aliases
|
|
326
328
|
export { default as BoltIcon } from '../icons/bolt';
|
|
327
329
|
// Bomb aliases
|
|
328
330
|
export { default as BombIcon } from '../icons/bomb';
|
|
329
|
-
// Bold aliases
|
|
330
|
-
export { default as BoldIcon } from '../icons/bold';
|
|
331
331
|
// Bone aliases
|
|
332
332
|
export { default as BoneIcon } from '../icons/bone';
|
|
333
333
|
// BookA aliases
|
|
334
334
|
export { default as BookAIcon } from '../icons/book-a';
|
|
335
335
|
// BookAudio aliases
|
|
336
336
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
337
|
-
// BookCheck aliases
|
|
338
|
-
export { default as BookCheckIcon } from '../icons/book-check';
|
|
339
337
|
// BookCopy aliases
|
|
340
338
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
339
|
+
// BookCheck aliases
|
|
340
|
+
export { default as BookCheckIcon } from '../icons/book-check';
|
|
341
341
|
// BookDown aliases
|
|
342
342
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
343
|
-
// BookHeart aliases
|
|
344
|
-
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
345
343
|
// BookHeadphones aliases
|
|
346
344
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
345
|
+
// BookHeart aliases
|
|
346
|
+
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
347
347
|
// BookImage aliases
|
|
348
348
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
349
349
|
// BookKey aliases
|
|
350
350
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
351
|
-
// BookMarked aliases
|
|
352
|
-
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
353
351
|
// BookLock aliases
|
|
354
352
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
353
|
+
// BookMarked aliases
|
|
354
|
+
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
355
355
|
// BookMinus aliases
|
|
356
356
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
357
357
|
// BookOpenCheck aliases
|
|
@@ -374,26 +374,28 @@ export { default as BookUpIcon } from '../icons/book-up';
|
|
|
374
374
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
375
375
|
// BookX aliases
|
|
376
376
|
export { default as BookXIcon } from '../icons/book-x';
|
|
377
|
-
// BookmarkCheck aliases
|
|
378
|
-
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
379
377
|
// Book aliases
|
|
380
378
|
export { default as BookIcon } from '../icons/book';
|
|
381
379
|
// BookmarkMinus aliases
|
|
382
380
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
383
381
|
// BookmarkPlus aliases
|
|
384
382
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
383
|
+
// BookmarkCheck aliases
|
|
384
|
+
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
385
385
|
// BookmarkX aliases
|
|
386
386
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
387
|
-
// Bookmark aliases
|
|
388
|
-
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
389
387
|
// BoomBox aliases
|
|
390
388
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
389
|
+
// Bookmark aliases
|
|
390
|
+
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
391
391
|
// BotMessageSquare aliases
|
|
392
392
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
393
393
|
// BotOff aliases
|
|
394
394
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
395
395
|
// Bot aliases
|
|
396
396
|
export { default as BotIcon } from '../icons/bot';
|
|
397
|
+
// BowArrow aliases
|
|
398
|
+
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
397
399
|
// Box aliases
|
|
398
400
|
export { default as BoxIcon } from '../icons/box';
|
|
399
401
|
// Boxes aliases
|
|
@@ -406,26 +408,26 @@ export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
|
406
408
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
407
409
|
// Brain aliases
|
|
408
410
|
export { default as BrainIcon } from '../icons/brain';
|
|
409
|
-
// BrickWall aliases
|
|
410
|
-
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
411
411
|
// BrickWallFire aliases
|
|
412
412
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
413
|
-
//
|
|
414
|
-
export { default as
|
|
413
|
+
// BrickWall aliases
|
|
414
|
+
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
415
415
|
// BriefcaseBusiness aliases
|
|
416
416
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
417
|
+
// BriefcaseConveyorBelt aliases
|
|
418
|
+
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
417
419
|
// BriefcaseMedical aliases
|
|
418
420
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
421
|
+
// Brush aliases
|
|
422
|
+
export { default as BrushIcon } from '../icons/brush';
|
|
419
423
|
// Briefcase aliases
|
|
420
424
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
421
425
|
// BringToFront aliases
|
|
422
426
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
423
|
-
// Brush aliases
|
|
424
|
-
export { default as BrushIcon } from '../icons/brush';
|
|
425
|
-
// BugOff aliases
|
|
426
|
-
export { default as BugOffIcon } from '../icons/bug-off';
|
|
427
427
|
// Bubbles aliases
|
|
428
428
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
429
|
+
// BugOff aliases
|
|
430
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
429
431
|
// BugPlay aliases
|
|
430
432
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
431
433
|
// Bug aliases
|
|
@@ -448,10 +450,10 @@ export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
|
448
450
|
export { default as CakeIcon } from '../icons/cake';
|
|
449
451
|
// Calculator aliases
|
|
450
452
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
451
|
-
// CalendarArrowDown aliases
|
|
452
|
-
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
453
453
|
// Calendar1 aliases
|
|
454
454
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
455
|
+
// CalendarArrowDown aliases
|
|
456
|
+
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
455
457
|
// CalendarArrowUp aliases
|
|
456
458
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
457
459
|
// CalendarCheck2 aliases
|
|
@@ -464,10 +466,10 @@ export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
|
464
466
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
465
467
|
// CalendarDays aliases
|
|
466
468
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
467
|
-
// CalendarHeart aliases
|
|
468
|
-
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
469
469
|
// CalendarFold aliases
|
|
470
470
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
471
|
+
// CalendarHeart aliases
|
|
472
|
+
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
471
473
|
// CalendarMinus2 aliases
|
|
472
474
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
473
475
|
// CalendarMinus aliases
|
|
@@ -514,10 +516,10 @@ export { default as CarIcon } from '../icons/car';
|
|
|
514
516
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
515
517
|
// Carrot aliases
|
|
516
518
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
517
|
-
// CaseLower aliases
|
|
518
|
-
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
519
519
|
// CaseSensitive aliases
|
|
520
520
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
521
|
+
// CaseLower aliases
|
|
522
|
+
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
521
523
|
// CaseUpper aliases
|
|
522
524
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
523
525
|
// CassetteTape aliases
|
|
@@ -532,16 +534,16 @@ export { default as CatIcon } from '../icons/cat';
|
|
|
532
534
|
export { default as CctvIcon } from '../icons/cctv';
|
|
533
535
|
// ChartBarDecreasing aliases
|
|
534
536
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
535
|
-
// ChartBarStacked aliases
|
|
536
|
-
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
537
537
|
// ChartBarIncreasing aliases
|
|
538
538
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
539
|
+
// ChartBarStacked aliases
|
|
540
|
+
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
539
541
|
// ChartColumnDecreasing aliases
|
|
540
542
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
541
|
-
// ChartColumnStacked aliases
|
|
542
|
-
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
543
543
|
// ChartGantt aliases
|
|
544
544
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
545
|
+
// ChartColumnStacked aliases
|
|
546
|
+
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
545
547
|
// ChartNetwork aliases
|
|
546
548
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
547
549
|
// ChartNoAxesColumnDecreasing aliases
|
|
@@ -584,58 +586,58 @@ export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
|
584
586
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
585
587
|
// ChevronsRight aliases
|
|
586
588
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
587
|
-
// ChevronsUp aliases
|
|
588
|
-
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
589
589
|
// ChevronsUpDown aliases
|
|
590
590
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
591
|
+
// ChevronsUp aliases
|
|
592
|
+
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
591
593
|
// Chrome aliases
|
|
592
594
|
export { default as ChromeIcon } from '../icons/chrome';
|
|
593
595
|
// Church aliases
|
|
594
596
|
export { default as ChurchIcon } from '../icons/church';
|
|
595
597
|
// CigaretteOff aliases
|
|
596
598
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
597
|
-
// CircleDashed aliases
|
|
598
|
-
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
599
599
|
// Cigarette aliases
|
|
600
600
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
601
|
-
//
|
|
602
|
-
export { default as
|
|
601
|
+
// CircleDashed aliases
|
|
602
|
+
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
603
603
|
// CircleDollarSign aliases
|
|
604
604
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
605
|
+
// CircleDotDashed aliases
|
|
606
|
+
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
605
607
|
// CircleDot aliases
|
|
606
608
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
607
|
-
// CircleEqual aliases
|
|
608
|
-
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
609
609
|
// CircleEllipsis aliases
|
|
610
610
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
611
|
+
// CircleEqual aliases
|
|
612
|
+
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
611
613
|
// CircleFadingArrowUp aliases
|
|
612
614
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
613
615
|
// CircleFadingPlus aliases
|
|
614
616
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
615
|
-
// CircleSlash aliases
|
|
616
|
-
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
617
617
|
// CircleOff aliases
|
|
618
618
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
619
|
-
//
|
|
620
|
-
export { default as
|
|
619
|
+
// CircleSlash aliases
|
|
620
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
621
621
|
// CircleSmall aliases
|
|
622
622
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
623
|
+
// Circle aliases
|
|
624
|
+
export { default as CircleIcon } from '../icons/circle';
|
|
623
625
|
// CircuitBoard aliases
|
|
624
626
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
625
627
|
// Citrus aliases
|
|
626
628
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
627
629
|
// ClipboardCheck aliases
|
|
628
630
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
629
|
-
// ClipboardList aliases
|
|
630
|
-
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
631
631
|
// Clapperboard aliases
|
|
632
632
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
633
633
|
// ClipboardCopy aliases
|
|
634
634
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
635
|
-
//
|
|
636
|
-
export { default as
|
|
635
|
+
// ClipboardList aliases
|
|
636
|
+
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
637
637
|
// ClipboardMinus aliases
|
|
638
638
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
639
|
+
// ClipboardPaste aliases
|
|
640
|
+
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
639
641
|
// ClipboardPlus aliases
|
|
640
642
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
641
643
|
// ClipboardType aliases
|
|
@@ -664,18 +666,16 @@ export { default as Clock5Icon } from '../icons/clock-5';
|
|
|
664
666
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
665
667
|
// Clock7 aliases
|
|
666
668
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
667
|
-
// Clock8 aliases
|
|
668
|
-
export { default as Clock8Icon } from '../icons/clock-8';
|
|
669
669
|
// Clock9 aliases
|
|
670
670
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
671
|
+
// Clock8 aliases
|
|
672
|
+
export { default as Clock8Icon } from '../icons/clock-8';
|
|
671
673
|
// ClockAlert aliases
|
|
672
674
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
673
|
-
// ClockArrowUp aliases
|
|
674
|
-
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
675
675
|
// ClockArrowDown aliases
|
|
676
676
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
677
|
-
//
|
|
678
|
-
export { default as
|
|
677
|
+
// ClockArrowUp aliases
|
|
678
|
+
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
679
679
|
// ClockFading aliases
|
|
680
680
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
681
681
|
// CloudAlert aliases
|
|
@@ -686,22 +686,24 @@ export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
|
686
686
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
687
687
|
// CloudFog aliases
|
|
688
688
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
689
|
-
//
|
|
690
|
-
export { default as
|
|
689
|
+
// Clock aliases
|
|
690
|
+
export { default as ClockIcon } from '../icons/clock';
|
|
691
691
|
// CloudLightning aliases
|
|
692
692
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
693
|
+
// CloudHail aliases
|
|
694
|
+
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
693
695
|
// CloudMoonRain aliases
|
|
694
696
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
695
|
-
// CloudMoon aliases
|
|
696
|
-
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
697
697
|
// CloudOff aliases
|
|
698
698
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
699
|
+
// CloudMoon aliases
|
|
700
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
699
701
|
// CloudRainWind aliases
|
|
700
702
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
701
|
-
// CloudSnow aliases
|
|
702
|
-
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
703
703
|
// CloudRain aliases
|
|
704
704
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
705
|
+
// CloudSnow aliases
|
|
706
|
+
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
705
707
|
// CloudSunRain aliases
|
|
706
708
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
707
709
|
// CloudSun aliases
|
|
@@ -712,48 +714,48 @@ export { default as CloudIcon } from '../icons/cloud';
|
|
|
712
714
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
713
715
|
// Clover aliases
|
|
714
716
|
export { default as CloverIcon } from '../icons/clover';
|
|
715
|
-
// Code aliases
|
|
716
|
-
export { default as CodeIcon } from '../icons/code';
|
|
717
717
|
// Club aliases
|
|
718
718
|
export { default as ClubIcon } from '../icons/club';
|
|
719
|
+
// Code aliases
|
|
720
|
+
export { default as CodeIcon } from '../icons/code';
|
|
719
721
|
// Codepen aliases
|
|
720
722
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
723
|
+
// Coffee aliases
|
|
724
|
+
export { default as CoffeeIcon } from '../icons/coffee';
|
|
721
725
|
// Codesandbox aliases
|
|
722
726
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
723
727
|
// Cog aliases
|
|
724
728
|
export { default as CogIcon } from '../icons/cog';
|
|
725
|
-
// Coffee aliases
|
|
726
|
-
export { default as CoffeeIcon } from '../icons/coffee';
|
|
727
|
-
// Columns4 aliases
|
|
728
|
-
export { default as Columns4Icon } from '../icons/columns-4';
|
|
729
729
|
// Coins aliases
|
|
730
730
|
export { default as CoinsIcon } from '../icons/coins';
|
|
731
|
+
// Columns4 aliases
|
|
732
|
+
export { default as Columns4Icon } from '../icons/columns-4';
|
|
731
733
|
// Combine aliases
|
|
732
734
|
export { default as CombineIcon } from '../icons/combine';
|
|
733
|
-
// Command aliases
|
|
734
|
-
export { default as CommandIcon } from '../icons/command';
|
|
735
735
|
// Compass aliases
|
|
736
736
|
export { default as CompassIcon } from '../icons/compass';
|
|
737
|
+
// Command aliases
|
|
738
|
+
export { default as CommandIcon } from '../icons/command';
|
|
737
739
|
// Component aliases
|
|
738
740
|
export { default as ComponentIcon } from '../icons/component';
|
|
739
|
-
// Computer aliases
|
|
740
|
-
export { default as ComputerIcon } from '../icons/computer';
|
|
741
741
|
// ConciergeBell aliases
|
|
742
742
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
743
|
+
// Computer aliases
|
|
744
|
+
export { default as ComputerIcon } from '../icons/computer';
|
|
743
745
|
// Cone aliases
|
|
744
746
|
export { default as ConeIcon } from '../icons/cone';
|
|
745
747
|
// Construction aliases
|
|
746
748
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
747
749
|
// Contact aliases
|
|
748
750
|
export { default as ContactIcon } from '../icons/contact';
|
|
749
|
-
// Contrast aliases
|
|
750
|
-
export { default as ContrastIcon } from '../icons/contrast';
|
|
751
751
|
// Container aliases
|
|
752
752
|
export { default as ContainerIcon } from '../icons/container';
|
|
753
753
|
// Cookie aliases
|
|
754
754
|
export { default as CookieIcon } from '../icons/cookie';
|
|
755
755
|
// CookingPot aliases
|
|
756
756
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
757
|
+
// Contrast aliases
|
|
758
|
+
export { default as ContrastIcon } from '../icons/contrast';
|
|
757
759
|
// CopyCheck aliases
|
|
758
760
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
759
761
|
// CopyMinus aliases
|
|
@@ -772,20 +774,20 @@ export { default as CopyleftIcon } from '../icons/copyleft';
|
|
|
772
774
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
773
775
|
// CornerDownRight aliases
|
|
774
776
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
775
|
-
// CornerDownLeft aliases
|
|
776
|
-
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
777
777
|
// CornerLeftDown aliases
|
|
778
778
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
779
|
+
// CornerDownLeft aliases
|
|
780
|
+
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
779
781
|
// CornerLeftUp aliases
|
|
780
782
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
781
|
-
// CornerRightUp aliases
|
|
782
|
-
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
783
|
-
// CornerUpRight aliases
|
|
784
|
-
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
785
783
|
// CornerRightDown aliases
|
|
786
784
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
785
|
+
// CornerRightUp aliases
|
|
786
|
+
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
787
787
|
// CornerUpLeft aliases
|
|
788
788
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
789
|
+
// CornerUpRight aliases
|
|
790
|
+
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
789
791
|
// Cpu aliases
|
|
790
792
|
export { default as CpuIcon } from '../icons/cpu';
|
|
791
793
|
// CreativeCommons aliases
|
|
@@ -800,32 +802,36 @@ export { default as CropIcon } from '../icons/crop';
|
|
|
800
802
|
export { default as CrossIcon } from '../icons/cross';
|
|
801
803
|
// Crosshair aliases
|
|
802
804
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
803
|
-
// Cuboid aliases
|
|
804
|
-
export { default as CuboidIcon } from '../icons/cuboid';
|
|
805
805
|
// Crown aliases
|
|
806
806
|
export { default as CrownIcon } from '../icons/crown';
|
|
807
|
+
// Cuboid aliases
|
|
808
|
+
export { default as CuboidIcon } from '../icons/cuboid';
|
|
807
809
|
// CupSoda aliases
|
|
808
810
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
809
811
|
// Currency aliases
|
|
810
812
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
811
813
|
// Cylinder aliases
|
|
812
814
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
813
|
-
// Dam aliases
|
|
814
|
-
export { default as DamIcon } from '../icons/dam';
|
|
815
815
|
// DatabaseBackup aliases
|
|
816
816
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
817
|
+
// Dam aliases
|
|
818
|
+
export { default as DamIcon } from '../icons/dam';
|
|
817
819
|
// DatabaseZap aliases
|
|
818
820
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
819
821
|
// Database aliases
|
|
820
822
|
export { default as DatabaseIcon } from '../icons/database';
|
|
823
|
+
// DecimalsArrowLeft aliases
|
|
824
|
+
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
825
|
+
// DecimalsArrowRight aliases
|
|
826
|
+
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
821
827
|
// Delete aliases
|
|
822
828
|
export { default as DeleteIcon } from '../icons/delete';
|
|
823
829
|
// Dessert aliases
|
|
824
830
|
export { default as DessertIcon } from '../icons/dessert';
|
|
825
|
-
// Diameter aliases
|
|
826
|
-
export { default as DiameterIcon } from '../icons/diameter';
|
|
827
831
|
// DiamondMinus aliases
|
|
828
832
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
833
|
+
// Diameter aliases
|
|
834
|
+
export { default as DiameterIcon } from '../icons/diameter';
|
|
829
835
|
// DiamondPlus aliases
|
|
830
836
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
831
837
|
// Diamond aliases
|
|
@@ -846,10 +852,10 @@ export { default as Dice6Icon } from '../icons/dice-6';
|
|
|
846
852
|
export { default as DicesIcon } from '../icons/dices';
|
|
847
853
|
// Disc2 aliases
|
|
848
854
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
849
|
-
// Disc3 aliases
|
|
850
|
-
export { default as Disc3Icon } from '../icons/disc-3';
|
|
851
855
|
// Diff aliases
|
|
852
856
|
export { default as DiffIcon } from '../icons/diff';
|
|
857
|
+
// Disc3 aliases
|
|
858
|
+
export { default as Disc3Icon } from '../icons/disc-3';
|
|
853
859
|
// DiscAlbum aliases
|
|
854
860
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
855
861
|
// Disc aliases
|
|
@@ -858,22 +864,22 @@ export { default as DiscIcon } from '../icons/disc';
|
|
|
858
864
|
export { default as DivideIcon } from '../icons/divide';
|
|
859
865
|
// DnaOff aliases
|
|
860
866
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
861
|
-
// Dna aliases
|
|
862
|
-
export { default as DnaIcon } from '../icons/dna';
|
|
863
867
|
// Dock aliases
|
|
864
868
|
export { default as DockIcon } from '../icons/dock';
|
|
865
|
-
//
|
|
866
|
-
export { default as
|
|
869
|
+
// Dna aliases
|
|
870
|
+
export { default as DnaIcon } from '../icons/dna';
|
|
867
871
|
// DollarSign aliases
|
|
868
872
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
873
|
+
// Dog aliases
|
|
874
|
+
export { default as DogIcon } from '../icons/dog';
|
|
869
875
|
// Donut aliases
|
|
870
876
|
export { default as DonutIcon } from '../icons/donut';
|
|
871
877
|
// DoorClosed aliases
|
|
872
878
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
873
|
-
// DoorOpen aliases
|
|
874
|
-
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
875
879
|
// Dot aliases
|
|
876
880
|
export { default as DotIcon } from '../icons/dot';
|
|
881
|
+
// DoorOpen aliases
|
|
882
|
+
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
877
883
|
// Download aliases
|
|
878
884
|
export { default as DownloadIcon } from '../icons/download';
|
|
879
885
|
// DraftingCompass aliases
|
|
@@ -884,10 +890,10 @@ export { default as DramaIcon } from '../icons/drama';
|
|
|
884
890
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
885
891
|
// Drill aliases
|
|
886
892
|
export { default as DrillIcon } from '../icons/drill';
|
|
887
|
-
// Droplet aliases
|
|
888
|
-
export { default as DropletIcon } from '../icons/droplet';
|
|
889
893
|
// DropletOff aliases
|
|
890
894
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
895
|
+
// Droplet aliases
|
|
896
|
+
export { default as DropletIcon } from '../icons/droplet';
|
|
891
897
|
// Droplets aliases
|
|
892
898
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
893
899
|
// Drum aliases
|
|
@@ -912,18 +918,18 @@ export { default as EggOffIcon } from '../icons/egg-off';
|
|
|
912
918
|
export { default as EggIcon } from '../icons/egg';
|
|
913
919
|
// EqualApproximately aliases
|
|
914
920
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
915
|
-
// Equal aliases
|
|
916
|
-
export { default as EqualIcon } from '../icons/equal';
|
|
917
921
|
// EqualNot aliases
|
|
918
922
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
923
|
+
// Equal aliases
|
|
924
|
+
export { default as EqualIcon } from '../icons/equal';
|
|
919
925
|
// Eraser aliases
|
|
920
926
|
export { default as EraserIcon } from '../icons/eraser';
|
|
921
927
|
// EthernetPort aliases
|
|
922
928
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
923
|
-
// Expand aliases
|
|
924
|
-
export { default as ExpandIcon } from '../icons/expand';
|
|
925
929
|
// Euro aliases
|
|
926
930
|
export { default as EuroIcon } from '../icons/euro';
|
|
931
|
+
// Expand aliases
|
|
932
|
+
export { default as ExpandIcon } from '../icons/expand';
|
|
927
933
|
// ExternalLink aliases
|
|
928
934
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
929
935
|
// EyeClosed aliases
|
|
@@ -936,22 +942,22 @@ export { default as EyeIcon } from '../icons/eye';
|
|
|
936
942
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
937
943
|
// Factory aliases
|
|
938
944
|
export { default as FactoryIcon } from '../icons/factory';
|
|
939
|
-
// Fan aliases
|
|
940
|
-
export { default as FanIcon } from '../icons/fan';
|
|
941
945
|
// FastForward aliases
|
|
942
946
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
943
947
|
// Feather aliases
|
|
944
948
|
export { default as FeatherIcon } from '../icons/feather';
|
|
949
|
+
// Fan aliases
|
|
950
|
+
export { default as FanIcon } from '../icons/fan';
|
|
945
951
|
// Fence aliases
|
|
946
952
|
export { default as FenceIcon } from '../icons/fence';
|
|
947
|
-
// FerrisWheel aliases
|
|
948
|
-
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
949
953
|
// Figma aliases
|
|
950
954
|
export { default as FigmaIcon } from '../icons/figma';
|
|
951
955
|
// FileArchive aliases
|
|
952
956
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
953
957
|
// FileAudio2 aliases
|
|
954
958
|
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
959
|
+
// FerrisWheel aliases
|
|
960
|
+
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
955
961
|
// FileAudio aliases
|
|
956
962
|
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
957
963
|
// FileBadge2 aliases
|
|
@@ -972,22 +978,22 @@ export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
|
972
978
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
973
979
|
// FileDiff aliases
|
|
974
980
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
975
|
-
// FileDigit aliases
|
|
976
|
-
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
977
981
|
// FileDown aliases
|
|
978
982
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
983
|
+
// FileDigit aliases
|
|
984
|
+
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
979
985
|
// FileHeart aliases
|
|
980
986
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
981
987
|
// FileImage aliases
|
|
982
988
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
983
989
|
// FileInput aliases
|
|
984
990
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
985
|
-
// FileJson2 aliases
|
|
986
|
-
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
987
991
|
// FileJson aliases
|
|
988
992
|
export { default as FileJsonIcon } from '../icons/file-json';
|
|
989
993
|
// FileKey2 aliases
|
|
990
994
|
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
995
|
+
// FileJson2 aliases
|
|
996
|
+
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
991
997
|
// FileKey aliases
|
|
992
998
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
993
999
|
// FileLock2 aliases
|
|
@@ -1006,32 +1012,32 @@ export { default as FileOutputIcon } from '../icons/file-output';
|
|
|
1006
1012
|
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1007
1013
|
// FilePlus aliases
|
|
1008
1014
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1009
|
-
// FileQuestion aliases
|
|
1010
|
-
export { default as FileQuestionIcon } from '../icons/file-question';
|
|
1011
1015
|
// FileScan aliases
|
|
1012
1016
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1013
|
-
//
|
|
1014
|
-
export { default as
|
|
1017
|
+
// FileQuestion aliases
|
|
1018
|
+
export { default as FileQuestionIcon } from '../icons/file-question';
|
|
1015
1019
|
// FileSearch2 aliases
|
|
1016
1020
|
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1021
|
+
// FileSearch aliases
|
|
1022
|
+
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1017
1023
|
// FileSliders aliases
|
|
1018
1024
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1019
1025
|
// FileSpreadsheet aliases
|
|
1020
1026
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1021
1027
|
// FileStack aliases
|
|
1022
1028
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1023
|
-
// FileTerminal aliases
|
|
1024
|
-
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1025
1029
|
// FileSymlink aliases
|
|
1026
1030
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1027
1031
|
// FileText aliases
|
|
1028
1032
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1029
1033
|
// FileType2 aliases
|
|
1030
1034
|
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1031
|
-
// FileUp aliases
|
|
1032
|
-
export { default as FileUpIcon } from '../icons/file-up';
|
|
1033
1035
|
// FileType aliases
|
|
1034
1036
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1037
|
+
// FileTerminal aliases
|
|
1038
|
+
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1039
|
+
// FileUp aliases
|
|
1040
|
+
export { default as FileUpIcon } from '../icons/file-up';
|
|
1035
1041
|
// FileUser aliases
|
|
1036
1042
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1037
1043
|
// FileVideo2 aliases
|
|
@@ -1046,20 +1052,20 @@ export { default as FileWarningIcon } from '../icons/file-warning';
|
|
|
1046
1052
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1047
1053
|
// FileX2 aliases
|
|
1048
1054
|
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1049
|
-
// File aliases
|
|
1050
|
-
export { default as FileIcon } from '../icons/file';
|
|
1051
1055
|
// FileX aliases
|
|
1052
1056
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1057
|
+
// File aliases
|
|
1058
|
+
export { default as FileIcon } from '../icons/file';
|
|
1053
1059
|
// Files aliases
|
|
1054
1060
|
export { default as FilesIcon } from '../icons/files';
|
|
1055
1061
|
// Film aliases
|
|
1056
1062
|
export { default as FilmIcon } from '../icons/film';
|
|
1063
|
+
// FishOff aliases
|
|
1064
|
+
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1057
1065
|
// Fingerprint aliases
|
|
1058
1066
|
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1059
1067
|
// FireExtinguisher aliases
|
|
1060
1068
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1061
|
-
// FishOff aliases
|
|
1062
|
-
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1063
1069
|
// FishSymbol aliases
|
|
1064
1070
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1065
1071
|
// Fish aliases
|
|
@@ -1082,10 +1088,10 @@ export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
|
1082
1088
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1083
1089
|
// FlaskConicalOff aliases
|
|
1084
1090
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1085
|
-
// FlaskRound aliases
|
|
1086
|
-
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1087
1091
|
// FlaskConical aliases
|
|
1088
1092
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1093
|
+
// FlaskRound aliases
|
|
1094
|
+
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1089
1095
|
// FlipHorizontal2 aliases
|
|
1090
1096
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1091
1097
|
// FlipHorizontal aliases
|
|
@@ -1100,12 +1106,12 @@ export { default as Flower2Icon } from '../icons/flower-2';
|
|
|
1100
1106
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1101
1107
|
// Focus aliases
|
|
1102
1108
|
export { default as FocusIcon } from '../icons/focus';
|
|
1103
|
-
// FoldHorizontal aliases
|
|
1104
|
-
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1105
1109
|
// FoldVertical aliases
|
|
1106
1110
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1107
1111
|
// FolderArchive aliases
|
|
1108
1112
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1113
|
+
// FoldHorizontal aliases
|
|
1114
|
+
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1109
1115
|
// FolderCheck aliases
|
|
1110
1116
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1111
1117
|
// FolderClock aliases
|
|
@@ -1124,14 +1130,14 @@ export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
|
1124
1130
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1125
1131
|
// FolderHeart aliases
|
|
1126
1132
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1127
|
-
// FolderInput aliases
|
|
1128
|
-
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1129
1133
|
// FolderKanban aliases
|
|
1130
1134
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1131
|
-
//
|
|
1132
|
-
export { default as
|
|
1135
|
+
// FolderInput aliases
|
|
1136
|
+
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1133
1137
|
// FolderLock aliases
|
|
1134
1138
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1139
|
+
// FolderKey aliases
|
|
1140
|
+
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1135
1141
|
// FolderMinus aliases
|
|
1136
1142
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1137
1143
|
// FolderOpenDot aliases
|
|
@@ -1166,24 +1172,24 @@ export { default as FoldersIcon } from '../icons/folders';
|
|
|
1166
1172
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1167
1173
|
// Forklift aliases
|
|
1168
1174
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1169
|
-
// Forward aliases
|
|
1170
|
-
export { default as ForwardIcon } from '../icons/forward';
|
|
1171
|
-
// Framer aliases
|
|
1172
|
-
export { default as FramerIcon } from '../icons/framer';
|
|
1173
1175
|
// Frame aliases
|
|
1174
1176
|
export { default as FrameIcon } from '../icons/frame';
|
|
1177
|
+
// Forward aliases
|
|
1178
|
+
export { default as ForwardIcon } from '../icons/forward';
|
|
1175
1179
|
// Frown aliases
|
|
1176
1180
|
export { default as FrownIcon } from '../icons/frown';
|
|
1181
|
+
// Framer aliases
|
|
1182
|
+
export { default as FramerIcon } from '../icons/framer';
|
|
1177
1183
|
// Fuel aliases
|
|
1178
1184
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1179
1185
|
// Fullscreen aliases
|
|
1180
1186
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1181
1187
|
// FunnelPlus aliases
|
|
1182
1188
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1183
|
-
// GalleryHorizontalEnd aliases
|
|
1184
|
-
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1185
1189
|
// GalleryHorizontal aliases
|
|
1186
1190
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1191
|
+
// GalleryHorizontalEnd aliases
|
|
1192
|
+
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1187
1193
|
// GalleryThumbnails aliases
|
|
1188
1194
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1189
1195
|
// GalleryVerticalEnd aliases
|
|
@@ -1192,30 +1198,30 @@ export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end
|
|
|
1192
1198
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1193
1199
|
// Gamepad2 aliases
|
|
1194
1200
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1195
|
-
// Gamepad aliases
|
|
1196
|
-
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1197
1201
|
// Gauge aliases
|
|
1198
1202
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1203
|
+
// Gamepad aliases
|
|
1204
|
+
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1199
1205
|
// Gavel aliases
|
|
1200
1206
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1201
1207
|
// Gem aliases
|
|
1202
1208
|
export { default as GemIcon } from '../icons/gem';
|
|
1203
1209
|
// Ghost aliases
|
|
1204
1210
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1205
|
-
// Gift aliases
|
|
1206
|
-
export { default as GiftIcon } from '../icons/gift';
|
|
1207
1211
|
// GitBranchPlus aliases
|
|
1208
1212
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1213
|
+
// Gift aliases
|
|
1214
|
+
export { default as GiftIcon } from '../icons/gift';
|
|
1209
1215
|
// GitBranch aliases
|
|
1210
1216
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1211
1217
|
// GitCommitVertical aliases
|
|
1212
1218
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1213
1219
|
// GitCompareArrows aliases
|
|
1214
1220
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1215
|
-
// GitCompare aliases
|
|
1216
|
-
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1217
1221
|
// GitFork aliases
|
|
1218
1222
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1223
|
+
// GitCompare aliases
|
|
1224
|
+
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1219
1225
|
// GitGraph aliases
|
|
1220
1226
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1221
1227
|
// GitMerge aliases
|
|
@@ -1234,12 +1240,12 @@ export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-dr
|
|
|
1234
1240
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1235
1241
|
// Github aliases
|
|
1236
1242
|
export { default as GithubIcon } from '../icons/github';
|
|
1243
|
+
// GlassWater aliases
|
|
1244
|
+
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1237
1245
|
// Gitlab aliases
|
|
1238
1246
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1239
1247
|
// Glasses aliases
|
|
1240
1248
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1241
|
-
// GlassWater aliases
|
|
1242
|
-
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1243
1249
|
// GlobeLock aliases
|
|
1244
1250
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1245
1251
|
// Globe aliases
|
|
@@ -1250,10 +1256,10 @@ export { default as GoalIcon } from '../icons/goal';
|
|
|
1250
1256
|
export { default as GrabIcon } from '../icons/grab';
|
|
1251
1257
|
// GraduationCap aliases
|
|
1252
1258
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1253
|
-
// Grape aliases
|
|
1254
|
-
export { default as GrapeIcon } from '../icons/grape';
|
|
1255
1259
|
// GripHorizontal aliases
|
|
1256
1260
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1261
|
+
// Grape aliases
|
|
1262
|
+
export { default as GrapeIcon } from '../icons/grape';
|
|
1257
1263
|
// GripVertical aliases
|
|
1258
1264
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1259
1265
|
// Grip aliases
|
|
@@ -1262,10 +1268,10 @@ export { default as GripIcon } from '../icons/grip';
|
|
|
1262
1268
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1263
1269
|
// Group aliases
|
|
1264
1270
|
export { default as GroupIcon } from '../icons/group';
|
|
1265
|
-
// Ham aliases
|
|
1266
|
-
export { default as HamIcon } from '../icons/ham';
|
|
1267
1271
|
// Hammer aliases
|
|
1268
1272
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1273
|
+
// Ham aliases
|
|
1274
|
+
export { default as HamIcon } from '../icons/ham';
|
|
1269
1275
|
// HandCoins aliases
|
|
1270
1276
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1271
1277
|
// HandMetal aliases
|
|
@@ -1278,40 +1284,40 @@ export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
|
1278
1284
|
export { default as HandIcon } from '../icons/hand';
|
|
1279
1285
|
// Handshake aliases
|
|
1280
1286
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1281
|
-
// HardDriveDownload aliases
|
|
1282
|
-
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1283
1287
|
// HardDriveUpload aliases
|
|
1284
1288
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1285
|
-
//
|
|
1286
|
-
export { default as
|
|
1289
|
+
// HardDriveDownload aliases
|
|
1290
|
+
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1287
1291
|
// HardHat aliases
|
|
1288
1292
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1293
|
+
// HardDrive aliases
|
|
1294
|
+
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1289
1295
|
// Hash aliases
|
|
1290
1296
|
export { default as HashIcon } from '../icons/hash';
|
|
1291
1297
|
// Haze aliases
|
|
1292
1298
|
export { default as HazeIcon } from '../icons/haze';
|
|
1293
1299
|
// HdmiPort aliases
|
|
1294
1300
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1295
|
-
// Heading2 aliases
|
|
1296
|
-
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1297
1301
|
// Heading1 aliases
|
|
1298
1302
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1303
|
+
// Heading3 aliases
|
|
1304
|
+
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1305
|
+
// Heading2 aliases
|
|
1306
|
+
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1299
1307
|
// Heading4 aliases
|
|
1300
1308
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1301
1309
|
// Heading5 aliases
|
|
1302
1310
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1303
|
-
// Heading3 aliases
|
|
1304
|
-
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1305
1311
|
// Heading6 aliases
|
|
1306
1312
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1307
1313
|
// Heading aliases
|
|
1308
1314
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1309
1315
|
// HeadphoneOff aliases
|
|
1310
1316
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1311
|
-
// Headphones aliases
|
|
1312
|
-
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1313
1317
|
// Headset aliases
|
|
1314
1318
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1319
|
+
// Headphones aliases
|
|
1320
|
+
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1315
1321
|
// HeartCrack aliases
|
|
1316
1322
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1317
1323
|
// HeartHandshake aliases
|
|
@@ -1322,16 +1328,16 @@ export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
|
1322
1328
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1323
1329
|
// HeartPlus aliases
|
|
1324
1330
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1325
|
-
// Heart aliases
|
|
1326
|
-
export { default as HeartIcon } from '../icons/heart';
|
|
1327
1331
|
// HeartPulse aliases
|
|
1328
1332
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1329
|
-
//
|
|
1330
|
-
export { default as
|
|
1333
|
+
// Heart aliases
|
|
1334
|
+
export { default as HeartIcon } from '../icons/heart';
|
|
1331
1335
|
// Hexagon aliases
|
|
1332
1336
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1333
1337
|
// Highlighter aliases
|
|
1334
1338
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1339
|
+
// Heater aliases
|
|
1340
|
+
export { default as HeaterIcon } from '../icons/heater';
|
|
1335
1341
|
// History aliases
|
|
1336
1342
|
export { default as HistoryIcon } from '../icons/history';
|
|
1337
1343
|
// HopOff aliases
|
|
@@ -1340,16 +1346,16 @@ export { default as HopOffIcon } from '../icons/hop-off';
|
|
|
1340
1346
|
export { default as HopIcon } from '../icons/hop';
|
|
1341
1347
|
// Hospital aliases
|
|
1342
1348
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1349
|
+
// Hourglass aliases
|
|
1350
|
+
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1343
1351
|
// Hotel aliases
|
|
1344
1352
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1353
|
+
// HouseWifi aliases
|
|
1354
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1345
1355
|
// HousePlug aliases
|
|
1346
1356
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1347
|
-
// Hourglass aliases
|
|
1348
|
-
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1349
1357
|
// HousePlus aliases
|
|
1350
1358
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1351
|
-
// HouseWifi aliases
|
|
1352
|
-
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1353
1359
|
// IdCard aliases
|
|
1354
1360
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1355
1361
|
// ImageDown aliases
|
|
@@ -1358,24 +1364,26 @@ export { default as ImageDownIcon } from '../icons/image-down';
|
|
|
1358
1364
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1359
1365
|
// ImageOff aliases
|
|
1360
1366
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1361
|
-
// ImagePlus aliases
|
|
1362
|
-
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1363
1367
|
// ImagePlay aliases
|
|
1364
1368
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1369
|
+
// ImagePlus aliases
|
|
1370
|
+
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1365
1371
|
// ImageUp aliases
|
|
1366
1372
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1367
1373
|
// ImageUpscale aliases
|
|
1368
1374
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1369
1375
|
// Image aliases
|
|
1370
1376
|
export { default as ImageIcon } from '../icons/image';
|
|
1371
|
-
// Images aliases
|
|
1372
|
-
export { default as ImagesIcon } from '../icons/images';
|
|
1373
1377
|
// Import aliases
|
|
1374
1378
|
export { default as ImportIcon } from '../icons/import';
|
|
1379
|
+
// Images aliases
|
|
1380
|
+
export { default as ImagesIcon } from '../icons/images';
|
|
1375
1381
|
// Inbox aliases
|
|
1376
1382
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1377
1383
|
// IndianRupee aliases
|
|
1378
1384
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1385
|
+
// Info aliases
|
|
1386
|
+
export { default as InfoIcon } from '../icons/info';
|
|
1379
1387
|
// Infinity aliases
|
|
1380
1388
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1381
1389
|
// InspectionPanel aliases
|
|
@@ -1384,66 +1392,64 @@ export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
|
1384
1392
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1385
1393
|
// Italic aliases
|
|
1386
1394
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1387
|
-
// Info aliases
|
|
1388
|
-
export { default as InfoIcon } from '../icons/info';
|
|
1389
1395
|
// IterationCcw aliases
|
|
1390
1396
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1391
1397
|
// IterationCw aliases
|
|
1392
1398
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1393
|
-
// Joystick aliases
|
|
1394
|
-
export { default as JoystickIcon } from '../icons/joystick';
|
|
1395
1399
|
// JapaneseYen aliases
|
|
1396
1400
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1401
|
+
// Joystick aliases
|
|
1402
|
+
export { default as JoystickIcon } from '../icons/joystick';
|
|
1397
1403
|
// Kanban aliases
|
|
1398
1404
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1399
1405
|
// KeyRound aliases
|
|
1400
1406
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1401
1407
|
// KeySquare aliases
|
|
1402
1408
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1403
|
-
// Key aliases
|
|
1404
|
-
export { default as KeyIcon } from '../icons/key';
|
|
1405
1409
|
// KeyboardMusic aliases
|
|
1406
1410
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1411
|
+
// Key aliases
|
|
1412
|
+
export { default as KeyIcon } from '../icons/key';
|
|
1407
1413
|
// KeyboardOff aliases
|
|
1408
1414
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1409
1415
|
// Keyboard aliases
|
|
1410
1416
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1411
1417
|
// LampCeiling aliases
|
|
1412
1418
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1413
|
-
// LampDesk aliases
|
|
1414
|
-
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1415
1419
|
// LampFloor aliases
|
|
1416
1420
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1421
|
+
// LampDesk aliases
|
|
1422
|
+
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1417
1423
|
// LampWallDown aliases
|
|
1418
1424
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1419
|
-
// LampWallUp aliases
|
|
1420
|
-
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1421
1425
|
// Lamp aliases
|
|
1422
1426
|
export { default as LampIcon } from '../icons/lamp';
|
|
1427
|
+
// LampWallUp aliases
|
|
1428
|
+
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1423
1429
|
// LandPlot aliases
|
|
1424
1430
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1425
1431
|
// Landmark aliases
|
|
1426
1432
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1427
1433
|
// Languages aliases
|
|
1428
1434
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1429
|
-
// Laptop aliases
|
|
1430
|
-
export { default as LaptopIcon } from '../icons/laptop';
|
|
1431
1435
|
// LaptopMinimalCheck aliases
|
|
1432
1436
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1437
|
+
// Laptop aliases
|
|
1438
|
+
export { default as LaptopIcon } from '../icons/laptop';
|
|
1433
1439
|
// LassoSelect aliases
|
|
1434
1440
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1435
1441
|
// Lasso aliases
|
|
1436
1442
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1437
1443
|
// Laugh aliases
|
|
1438
1444
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1439
|
-
// Layers2 aliases
|
|
1440
|
-
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1441
1445
|
// LayoutDashboard aliases
|
|
1442
1446
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1443
|
-
//
|
|
1444
|
-
export { default as
|
|
1447
|
+
// Layers2 aliases
|
|
1448
|
+
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1445
1449
|
// LayoutGrid aliases
|
|
1446
1450
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1451
|
+
// LayoutList aliases
|
|
1452
|
+
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1447
1453
|
// LayoutPanelLeft aliases
|
|
1448
1454
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1449
1455
|
// LayoutPanelTop aliases
|
|
@@ -1470,14 +1476,14 @@ export { default as LigatureIcon } from '../icons/ligature';
|
|
|
1470
1476
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1471
1477
|
// Lightbulb aliases
|
|
1472
1478
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1473
|
-
// Link2Off aliases
|
|
1474
|
-
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1475
1479
|
// Link2 aliases
|
|
1476
1480
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1477
|
-
//
|
|
1478
|
-
export { default as
|
|
1481
|
+
// Link2Off aliases
|
|
1482
|
+
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1479
1483
|
// Linkedin aliases
|
|
1480
1484
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1485
|
+
// Link aliases
|
|
1486
|
+
export { default as LinkIcon } from '../icons/link';
|
|
1481
1487
|
// ListCheck aliases
|
|
1482
1488
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1483
1489
|
// ListChecks aliases
|
|
@@ -1508,34 +1514,34 @@ export { default as ListTodoIcon } from '../icons/list-todo';
|
|
|
1508
1514
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1509
1515
|
// ListVideo aliases
|
|
1510
1516
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1511
|
-
// List aliases
|
|
1512
|
-
export { default as ListIcon } from '../icons/list';
|
|
1513
1517
|
// ListX aliases
|
|
1514
1518
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1519
|
+
// List aliases
|
|
1520
|
+
export { default as ListIcon } from '../icons/list';
|
|
1515
1521
|
// LoaderPinwheel aliases
|
|
1516
1522
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1517
1523
|
// Loader aliases
|
|
1518
1524
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1519
1525
|
// LocateFixed aliases
|
|
1520
1526
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1521
|
-
// LocateOff aliases
|
|
1522
|
-
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1523
1527
|
// Locate aliases
|
|
1524
1528
|
export { default as LocateIcon } from '../icons/locate';
|
|
1525
|
-
//
|
|
1526
|
-
export { default as
|
|
1529
|
+
// LocateOff aliases
|
|
1530
|
+
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1527
1531
|
// LockKeyhole aliases
|
|
1528
1532
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1529
1533
|
// Lock aliases
|
|
1530
1534
|
export { default as LockIcon } from '../icons/lock';
|
|
1535
|
+
// LocationEdit aliases
|
|
1536
|
+
export { default as LocationEditIcon } from '../icons/location-edit';
|
|
1537
|
+
// Logs aliases
|
|
1538
|
+
export { default as LogsIcon } from '../icons/logs';
|
|
1531
1539
|
// LogIn aliases
|
|
1532
1540
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1533
1541
|
// LogOut aliases
|
|
1534
1542
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1535
1543
|
// Lollipop aliases
|
|
1536
1544
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1537
|
-
// Logs aliases
|
|
1538
|
-
export { default as LogsIcon } from '../icons/logs';
|
|
1539
1545
|
// Luggage aliases
|
|
1540
1546
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1541
1547
|
// Magnet aliases
|
|
@@ -1576,22 +1582,22 @@ export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
|
1576
1582
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1577
1583
|
// MapPinPlusInside aliases
|
|
1578
1584
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1579
|
-
// MapPinX aliases
|
|
1580
|
-
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1581
1585
|
// MapPinPlus aliases
|
|
1582
1586
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1583
1587
|
// MapPinXInside aliases
|
|
1584
1588
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1589
|
+
// MapPinX aliases
|
|
1590
|
+
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1585
1591
|
// MapPin aliases
|
|
1586
1592
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1587
1593
|
// MapPinned aliases
|
|
1588
1594
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1589
1595
|
// MapPlus aliases
|
|
1590
1596
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1591
|
-
// MarsStroke aliases
|
|
1592
|
-
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1593
1597
|
// Map aliases
|
|
1594
1598
|
export { default as MapIcon } from '../icons/map';
|
|
1599
|
+
// MarsStroke aliases
|
|
1600
|
+
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1595
1601
|
// Mars aliases
|
|
1596
1602
|
export { default as MarsIcon } from '../icons/mars';
|
|
1597
1603
|
// Martini aliases
|
|
@@ -1600,16 +1606,16 @@ export { default as MartiniIcon } from '../icons/martini';
|
|
|
1600
1606
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1601
1607
|
// Maximize aliases
|
|
1602
1608
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1603
|
-
// Medal aliases
|
|
1604
|
-
export { default as MedalIcon } from '../icons/medal';
|
|
1605
1609
|
// MegaphoneOff aliases
|
|
1606
1610
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1611
|
+
// Medal aliases
|
|
1612
|
+
export { default as MedalIcon } from '../icons/medal';
|
|
1607
1613
|
// Megaphone aliases
|
|
1608
1614
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1609
|
-
// Meh aliases
|
|
1610
|
-
export { default as MehIcon } from '../icons/meh';
|
|
1611
1615
|
// MemoryStick aliases
|
|
1612
1616
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1617
|
+
// Meh aliases
|
|
1618
|
+
export { default as MehIcon } from '../icons/meh';
|
|
1613
1619
|
// Menu aliases
|
|
1614
1620
|
export { default as MenuIcon } from '../icons/menu';
|
|
1615
1621
|
// Merge aliases
|
|
@@ -1634,38 +1640,38 @@ export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply
|
|
|
1634
1640
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1635
1641
|
// MessageCircleX aliases
|
|
1636
1642
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1637
|
-
// MessageCircle aliases
|
|
1638
|
-
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1639
1643
|
// MessageSquareCode aliases
|
|
1640
1644
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1645
|
+
// MessageCircle aliases
|
|
1646
|
+
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1641
1647
|
// MessageSquareDashed aliases
|
|
1642
1648
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1643
1649
|
// MessageSquareDiff aliases
|
|
1644
1650
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1645
1651
|
// MessageSquareDot aliases
|
|
1646
1652
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1647
|
-
// MessageSquareLock aliases
|
|
1648
|
-
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1649
1653
|
// MessageSquareHeart aliases
|
|
1650
1654
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1655
|
+
// MessageSquareLock aliases
|
|
1656
|
+
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1651
1657
|
// MessageSquareMore aliases
|
|
1652
1658
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1653
|
-
// MessageSquareOff aliases
|
|
1654
|
-
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1655
1659
|
// MessageSquarePlus aliases
|
|
1656
1660
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1657
|
-
//
|
|
1658
|
-
export { default as
|
|
1661
|
+
// MessageSquareOff aliases
|
|
1662
|
+
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1659
1663
|
// MessageSquareQuote aliases
|
|
1660
1664
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1665
|
+
// MessageSquareReply aliases
|
|
1666
|
+
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1661
1667
|
// MessageSquareShare aliases
|
|
1662
1668
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1663
1669
|
// MessageSquareText aliases
|
|
1664
1670
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1665
|
-
// MessageSquareWarning aliases
|
|
1666
|
-
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1667
1671
|
// MessageSquareX aliases
|
|
1668
1672
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1673
|
+
// MessageSquareWarning aliases
|
|
1674
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1669
1675
|
// MessageSquare aliases
|
|
1670
1676
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1671
1677
|
// MessagesSquare aliases
|
|
@@ -1674,36 +1680,36 @@ export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
|
1674
1680
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1675
1681
|
// Mic aliases
|
|
1676
1682
|
export { default as MicIcon } from '../icons/mic';
|
|
1677
|
-
// Microchip aliases
|
|
1678
|
-
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1679
1683
|
// Microscope aliases
|
|
1680
1684
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1685
|
+
// Microchip aliases
|
|
1686
|
+
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1681
1687
|
// Microwave aliases
|
|
1682
1688
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1683
|
-
// Milestone aliases
|
|
1684
|
-
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1685
1689
|
// MilkOff aliases
|
|
1686
1690
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1687
|
-
//
|
|
1688
|
-
export { default as
|
|
1691
|
+
// Milestone aliases
|
|
1692
|
+
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1689
1693
|
// Milk aliases
|
|
1690
1694
|
export { default as MilkIcon } from '../icons/milk';
|
|
1691
1695
|
// Minimize aliases
|
|
1692
1696
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1697
|
+
// Minimize2 aliases
|
|
1698
|
+
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1693
1699
|
// Minus aliases
|
|
1694
1700
|
export { default as MinusIcon } from '../icons/minus';
|
|
1695
1701
|
// MonitorCheck aliases
|
|
1696
1702
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1697
|
-
// MonitorCog aliases
|
|
1698
|
-
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1699
1703
|
// MonitorDot aliases
|
|
1700
1704
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1701
|
-
//
|
|
1702
|
-
export { default as
|
|
1705
|
+
// MonitorCog aliases
|
|
1706
|
+
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1703
1707
|
// MonitorDown aliases
|
|
1704
1708
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1705
1709
|
// MonitorPause aliases
|
|
1706
1710
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1711
|
+
// MonitorOff aliases
|
|
1712
|
+
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1707
1713
|
// MonitorPlay aliases
|
|
1708
1714
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1709
1715
|
// MonitorSmartphone aliases
|
|
@@ -1712,20 +1718,20 @@ export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
|
1712
1718
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1713
1719
|
// MonitorStop aliases
|
|
1714
1720
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1715
|
-
// MonitorUp aliases
|
|
1716
|
-
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1717
|
-
// MonitorX aliases
|
|
1718
|
-
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1719
1721
|
// Monitor aliases
|
|
1720
1722
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1723
|
+
// MonitorX aliases
|
|
1724
|
+
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1725
|
+
// MonitorUp aliases
|
|
1726
|
+
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1721
1727
|
// MoonStar aliases
|
|
1722
1728
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1723
1729
|
// Moon aliases
|
|
1724
1730
|
export { default as MoonIcon } from '../icons/moon';
|
|
1725
|
-
// Mountain aliases
|
|
1726
|
-
export { default as MountainIcon } from '../icons/mountain';
|
|
1727
1731
|
// MountainSnow aliases
|
|
1728
1732
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1733
|
+
// Mountain aliases
|
|
1734
|
+
export { default as MountainIcon } from '../icons/mountain';
|
|
1729
1735
|
// MouseOff aliases
|
|
1730
1736
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1731
1737
|
// MousePointer2 aliases
|
|
@@ -1734,30 +1740,30 @@ export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
|
1734
1740
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1735
1741
|
// MousePointerClick aliases
|
|
1736
1742
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1737
|
-
// Mouse aliases
|
|
1738
|
-
export { default as MouseIcon } from '../icons/mouse';
|
|
1739
1743
|
// MousePointer aliases
|
|
1740
1744
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1741
|
-
//
|
|
1742
|
-
export { default as
|
|
1745
|
+
// Mouse aliases
|
|
1746
|
+
export { default as MouseIcon } from '../icons/mouse';
|
|
1743
1747
|
// MoveDiagonal aliases
|
|
1744
1748
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1749
|
+
// MoveDiagonal2 aliases
|
|
1750
|
+
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1745
1751
|
// MoveDownLeft aliases
|
|
1746
1752
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1747
1753
|
// MoveDownRight aliases
|
|
1748
1754
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1749
|
-
// MoveDown aliases
|
|
1750
|
-
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1751
1755
|
// MoveHorizontal aliases
|
|
1752
1756
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1753
|
-
//
|
|
1754
|
-
export { default as
|
|
1757
|
+
// MoveDown aliases
|
|
1758
|
+
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1755
1759
|
// MoveLeft aliases
|
|
1756
1760
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1757
|
-
//
|
|
1758
|
-
export { default as
|
|
1761
|
+
// MoveRight aliases
|
|
1762
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1759
1763
|
// MoveUpLeft aliases
|
|
1760
1764
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1765
|
+
// MoveUpRight aliases
|
|
1766
|
+
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1761
1767
|
// MoveUp aliases
|
|
1762
1768
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1763
1769
|
// MoveVertical aliases
|
|
@@ -1768,36 +1774,36 @@ export { default as MoveIcon } from '../icons/move';
|
|
|
1768
1774
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1769
1775
|
// Music3 aliases
|
|
1770
1776
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1771
|
-
// Music aliases
|
|
1772
|
-
export { default as MusicIcon } from '../icons/music';
|
|
1773
1777
|
// Music4 aliases
|
|
1774
1778
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1775
|
-
//
|
|
1776
|
-
export { default as
|
|
1779
|
+
// Music aliases
|
|
1780
|
+
export { default as MusicIcon } from '../icons/music';
|
|
1777
1781
|
// Navigation2 aliases
|
|
1778
1782
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1779
|
-
//
|
|
1780
|
-
export { default as
|
|
1783
|
+
// Navigation2Off aliases
|
|
1784
|
+
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1781
1785
|
// NavigationOff aliases
|
|
1782
1786
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1787
|
+
// Navigation aliases
|
|
1788
|
+
export { default as NavigationIcon } from '../icons/navigation';
|
|
1783
1789
|
// Network aliases
|
|
1784
1790
|
export { default as NetworkIcon } from '../icons/network';
|
|
1785
1791
|
// Newspaper aliases
|
|
1786
1792
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1787
|
-
// Nfc aliases
|
|
1788
|
-
export { default as NfcIcon } from '../icons/nfc';
|
|
1789
1793
|
// NonBinary aliases
|
|
1790
1794
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1791
|
-
//
|
|
1792
|
-
export { default as
|
|
1795
|
+
// Nfc aliases
|
|
1796
|
+
export { default as NfcIcon } from '../icons/nfc';
|
|
1793
1797
|
// NotebookTabs aliases
|
|
1794
1798
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1795
|
-
//
|
|
1796
|
-
export { default as
|
|
1799
|
+
// NotebookPen aliases
|
|
1800
|
+
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1797
1801
|
// Notebook aliases
|
|
1798
1802
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1799
1803
|
// NotepadTextDashed aliases
|
|
1800
1804
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1805
|
+
// NotebookText aliases
|
|
1806
|
+
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1801
1807
|
// NotepadText aliases
|
|
1802
1808
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1803
1809
|
// NutOff aliases
|
|
@@ -1808,16 +1814,16 @@ export { default as NutIcon } from '../icons/nut';
|
|
|
1808
1814
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1809
1815
|
// Octagon aliases
|
|
1810
1816
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1811
|
-
// Option aliases
|
|
1812
|
-
export { default as OptionIcon } from '../icons/option';
|
|
1813
1817
|
// Omega aliases
|
|
1814
1818
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1819
|
+
// Option aliases
|
|
1820
|
+
export { default as OptionIcon } from '../icons/option';
|
|
1815
1821
|
// Orbit aliases
|
|
1816
1822
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1817
|
-
// Origami aliases
|
|
1818
|
-
export { default as OrigamiIcon } from '../icons/origami';
|
|
1819
1823
|
// Package2 aliases
|
|
1820
1824
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1825
|
+
// Origami aliases
|
|
1826
|
+
export { default as OrigamiIcon } from '../icons/origami';
|
|
1821
1827
|
// PackageCheck aliases
|
|
1822
1828
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1823
1829
|
// PackageMinus aliases
|
|
@@ -1826,26 +1832,26 @@ export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
|
1826
1832
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1827
1833
|
// PackagePlus aliases
|
|
1828
1834
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1829
|
-
// PackageX aliases
|
|
1830
|
-
export { default as PackageXIcon } from '../icons/package-x';
|
|
1831
1835
|
// PackageSearch aliases
|
|
1832
1836
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1833
1837
|
// Package aliases
|
|
1834
1838
|
export { default as PackageIcon } from '../icons/package';
|
|
1835
1839
|
// PaintBucket aliases
|
|
1836
1840
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1841
|
+
// PackageX aliases
|
|
1842
|
+
export { default as PackageXIcon } from '../icons/package-x';
|
|
1837
1843
|
// PaintRoller aliases
|
|
1838
1844
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1839
1845
|
// Paintbrush aliases
|
|
1840
1846
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1841
1847
|
// Palette aliases
|
|
1842
1848
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1843
|
-
// PanelBottomClose aliases
|
|
1844
|
-
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1845
|
-
// PanelBottom aliases
|
|
1846
|
-
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1847
1849
|
// PanelBottomOpen aliases
|
|
1848
1850
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1851
|
+
// PanelBottom aliases
|
|
1852
|
+
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1853
|
+
// PanelBottomClose aliases
|
|
1854
|
+
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1849
1855
|
// PanelRightClose aliases
|
|
1850
1856
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1851
1857
|
// PanelRightOpen aliases
|
|
@@ -1884,90 +1890,90 @@ export { default as PenToolIcon } from '../icons/pen-tool';
|
|
|
1884
1890
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1885
1891
|
// PencilOff aliases
|
|
1886
1892
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1887
|
-
// PencilRuler aliases
|
|
1888
|
-
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1889
1893
|
// Pencil aliases
|
|
1890
1894
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1895
|
+
// PencilRuler aliases
|
|
1896
|
+
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1891
1897
|
// Pentagon aliases
|
|
1892
1898
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1899
|
+
// PhilippinePeso aliases
|
|
1900
|
+
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1893
1901
|
// Percent aliases
|
|
1894
1902
|
export { default as PercentIcon } from '../icons/percent';
|
|
1895
1903
|
// PersonStanding aliases
|
|
1896
1904
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1897
1905
|
// PhoneCall aliases
|
|
1898
1906
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1899
|
-
// PhilippinePeso aliases
|
|
1900
|
-
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1901
1907
|
// PhoneForwarded aliases
|
|
1902
1908
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1903
1909
|
// PhoneIncoming aliases
|
|
1904
1910
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1905
|
-
// PhoneMissed aliases
|
|
1906
|
-
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1907
1911
|
// PhoneOff aliases
|
|
1908
1912
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1913
|
+
// PhoneMissed aliases
|
|
1914
|
+
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1909
1915
|
// PhoneOutgoing aliases
|
|
1910
1916
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1911
1917
|
// Phone aliases
|
|
1912
1918
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1913
1919
|
// Pi aliases
|
|
1914
1920
|
export { default as PiIcon } from '../icons/pi';
|
|
1915
|
-
// Pickaxe aliases
|
|
1916
|
-
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1917
1921
|
// Piano aliases
|
|
1918
1922
|
export { default as PianoIcon } from '../icons/piano';
|
|
1923
|
+
// Pickaxe aliases
|
|
1924
|
+
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1919
1925
|
// PictureInPicture2 aliases
|
|
1920
1926
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1921
1927
|
// PictureInPicture aliases
|
|
1922
1928
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1923
|
-
// PilcrowLeft aliases
|
|
1924
|
-
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1925
1929
|
// PiggyBank aliases
|
|
1926
1930
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1927
|
-
//
|
|
1928
|
-
export { default as
|
|
1931
|
+
// PilcrowLeft aliases
|
|
1932
|
+
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1929
1933
|
// PilcrowRight aliases
|
|
1930
1934
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1931
|
-
//
|
|
1932
|
-
export { default as
|
|
1935
|
+
// Pilcrow aliases
|
|
1936
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1933
1937
|
// PillBottle aliases
|
|
1934
1938
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1935
|
-
//
|
|
1936
|
-
export { default as
|
|
1939
|
+
// Pill aliases
|
|
1940
|
+
export { default as PillIcon } from '../icons/pill';
|
|
1937
1941
|
// Pin aliases
|
|
1938
1942
|
export { default as PinIcon } from '../icons/pin';
|
|
1943
|
+
// PinOff aliases
|
|
1944
|
+
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1939
1945
|
// Pipette aliases
|
|
1940
1946
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
1941
1947
|
// Pizza aliases
|
|
1942
1948
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
1943
|
-
// PlaneLanding aliases
|
|
1944
|
-
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1945
1949
|
// PlaneTakeoff aliases
|
|
1946
1950
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1947
|
-
//
|
|
1948
|
-
export { default as
|
|
1951
|
+
// PlaneLanding aliases
|
|
1952
|
+
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1949
1953
|
// Play aliases
|
|
1950
1954
|
export { default as PlayIcon } from '../icons/play';
|
|
1951
|
-
//
|
|
1952
|
-
export { default as
|
|
1955
|
+
// Plane aliases
|
|
1956
|
+
export { default as PlaneIcon } from '../icons/plane';
|
|
1953
1957
|
// Plug aliases
|
|
1954
1958
|
export { default as PlugIcon } from '../icons/plug';
|
|
1955
|
-
//
|
|
1956
|
-
export { default as
|
|
1959
|
+
// Plug2 aliases
|
|
1960
|
+
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1957
1961
|
// PocketKnife aliases
|
|
1958
1962
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1963
|
+
// Plus aliases
|
|
1964
|
+
export { default as PlusIcon } from '../icons/plus';
|
|
1959
1965
|
// Pocket aliases
|
|
1960
1966
|
export { default as PocketIcon } from '../icons/pocket';
|
|
1961
|
-
// PointerOff aliases
|
|
1962
|
-
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1963
1967
|
// Podcast aliases
|
|
1964
1968
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
1969
|
+
// PointerOff aliases
|
|
1970
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1965
1971
|
// Popcorn aliases
|
|
1966
1972
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
1967
|
-
// Popsicle aliases
|
|
1968
|
-
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
1969
1973
|
// Pointer aliases
|
|
1970
1974
|
export { default as PointerIcon } from '../icons/pointer';
|
|
1975
|
+
// Popsicle aliases
|
|
1976
|
+
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
1971
1977
|
// PoundSterling aliases
|
|
1972
1978
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
1973
1979
|
// PowerOff aliases
|
|
@@ -1976,10 +1982,10 @@ export { default as PowerOffIcon } from '../icons/power-off';
|
|
|
1976
1982
|
export { default as PowerIcon } from '../icons/power';
|
|
1977
1983
|
// Presentation aliases
|
|
1978
1984
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
1979
|
-
// PrinterCheck aliases
|
|
1980
|
-
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
1981
1985
|
// Printer aliases
|
|
1982
1986
|
export { default as PrinterIcon } from '../icons/printer';
|
|
1987
|
+
// PrinterCheck aliases
|
|
1988
|
+
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
1983
1989
|
// Projector aliases
|
|
1984
1990
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
1985
1991
|
// Proportions aliases
|
|
@@ -1990,30 +1996,30 @@ export { default as PuzzleIcon } from '../icons/puzzle';
|
|
|
1990
1996
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
1991
1997
|
// QrCode aliases
|
|
1992
1998
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
1993
|
-
// Quote aliases
|
|
1994
|
-
export { default as QuoteIcon } from '../icons/quote';
|
|
1995
1999
|
// Rabbit aliases
|
|
1996
2000
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2001
|
+
// Quote aliases
|
|
2002
|
+
export { default as QuoteIcon } from '../icons/quote';
|
|
1997
2003
|
// Radar aliases
|
|
1998
2004
|
export { default as RadarIcon } from '../icons/radar';
|
|
1999
2005
|
// Radiation aliases
|
|
2000
2006
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2007
|
+
// Radical aliases
|
|
2008
|
+
export { default as RadicalIcon } from '../icons/radical';
|
|
2001
2009
|
// RadioReceiver aliases
|
|
2002
2010
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2003
2011
|
// RadioTower aliases
|
|
2004
2012
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2005
|
-
// Radical aliases
|
|
2006
|
-
export { default as RadicalIcon } from '../icons/radical';
|
|
2007
|
-
// Radio aliases
|
|
2008
|
-
export { default as RadioIcon } from '../icons/radio';
|
|
2009
2013
|
// Radius aliases
|
|
2010
2014
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2015
|
+
// Radio aliases
|
|
2016
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2011
2017
|
// RailSymbol aliases
|
|
2012
2018
|
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2013
|
-
// Rat aliases
|
|
2014
|
-
export { default as RatIcon } from '../icons/rat';
|
|
2015
2019
|
// Rainbow aliases
|
|
2016
2020
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2021
|
+
// Rat aliases
|
|
2022
|
+
export { default as RatIcon } from '../icons/rat';
|
|
2017
2023
|
// Ratio aliases
|
|
2018
2024
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2019
2025
|
// ReceiptCent aliases
|
|
@@ -2032,18 +2038,18 @@ export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-rub
|
|
|
2032
2038
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2033
2039
|
// ReceiptText aliases
|
|
2034
2040
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2035
|
-
// Receipt aliases
|
|
2036
|
-
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2037
2041
|
// RectangleGoggles aliases
|
|
2038
2042
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2043
|
+
// Receipt aliases
|
|
2044
|
+
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2039
2045
|
// RectangleHorizontal aliases
|
|
2040
2046
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2041
2047
|
// RectangleVertical aliases
|
|
2042
2048
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2043
|
-
// Recycle aliases
|
|
2044
|
-
export { default as RecycleIcon } from '../icons/recycle';
|
|
2045
2049
|
// Redo2 aliases
|
|
2046
2050
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2051
|
+
// Recycle aliases
|
|
2052
|
+
export { default as RecycleIcon } from '../icons/recycle';
|
|
2047
2053
|
// RedoDot aliases
|
|
2048
2054
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2049
2055
|
// Redo aliases
|
|
@@ -2058,32 +2064,32 @@ export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
|
2058
2064
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2059
2065
|
// Refrigerator aliases
|
|
2060
2066
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2061
|
-
// Repeat1 aliases
|
|
2062
|
-
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2063
|
-
// RemoveFormatting aliases
|
|
2064
|
-
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2065
2067
|
// Regex aliases
|
|
2066
2068
|
export { default as RegexIcon } from '../icons/regex';
|
|
2069
|
+
// RemoveFormatting aliases
|
|
2070
|
+
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2071
|
+
// Repeat1 aliases
|
|
2072
|
+
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2067
2073
|
// Repeat2 aliases
|
|
2068
2074
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2069
2075
|
// Repeat aliases
|
|
2070
2076
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2071
2077
|
// ReplaceAll aliases
|
|
2072
2078
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2079
|
+
// Reply aliases
|
|
2080
|
+
export { default as ReplyIcon } from '../icons/reply';
|
|
2073
2081
|
// Replace aliases
|
|
2074
2082
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2075
2083
|
// ReplyAll aliases
|
|
2076
2084
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2077
|
-
// Reply aliases
|
|
2078
|
-
export { default as ReplyIcon } from '../icons/reply';
|
|
2079
2085
|
// Rewind aliases
|
|
2080
2086
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2081
|
-
// Ribbon aliases
|
|
2082
|
-
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2083
2087
|
// Rocket aliases
|
|
2084
2088
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2085
2089
|
// RockingChair aliases
|
|
2086
2090
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2091
|
+
// Ribbon aliases
|
|
2092
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2087
2093
|
// RollerCoaster aliases
|
|
2088
2094
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2089
2095
|
// RotateCcwKey aliases
|
|
@@ -2102,44 +2108,44 @@ export { default as RouteOffIcon } from '../icons/route-off';
|
|
|
2102
2108
|
export { default as RouteIcon } from '../icons/route';
|
|
2103
2109
|
// Router aliases
|
|
2104
2110
|
export { default as RouterIcon } from '../icons/router';
|
|
2111
|
+
// Ruler aliases
|
|
2112
|
+
export { default as RulerIcon } from '../icons/ruler';
|
|
2105
2113
|
// Rows4 aliases
|
|
2106
2114
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2107
2115
|
// Rss aliases
|
|
2108
2116
|
export { default as RssIcon } from '../icons/rss';
|
|
2109
|
-
// Ruler aliases
|
|
2110
|
-
export { default as RulerIcon } from '../icons/ruler';
|
|
2111
2117
|
// RussianRuble aliases
|
|
2112
2118
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2113
2119
|
// Sailboat aliases
|
|
2114
2120
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2115
2121
|
// Salad aliases
|
|
2116
2122
|
export { default as SaladIcon } from '../icons/salad';
|
|
2117
|
-
// Sandwich aliases
|
|
2118
|
-
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2119
2123
|
// SatelliteDish aliases
|
|
2120
2124
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2125
|
+
// Sandwich aliases
|
|
2126
|
+
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2121
2127
|
// Satellite aliases
|
|
2122
2128
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2123
2129
|
// SaudiRiyal aliases
|
|
2124
2130
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2125
|
-
// Save aliases
|
|
2126
|
-
export { default as SaveIcon } from '../icons/save';
|
|
2127
2131
|
// SaveAll aliases
|
|
2128
2132
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2129
2133
|
// SaveOff aliases
|
|
2130
2134
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2131
|
-
//
|
|
2132
|
-
export { default as
|
|
2135
|
+
// Save aliases
|
|
2136
|
+
export { default as SaveIcon } from '../icons/save';
|
|
2133
2137
|
// Scale aliases
|
|
2134
2138
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2139
|
+
// Scaling aliases
|
|
2140
|
+
export { default as ScalingIcon } from '../icons/scaling';
|
|
2135
2141
|
// ScanBarcode aliases
|
|
2136
2142
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2137
2143
|
// ScanEye aliases
|
|
2138
2144
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2139
|
-
// ScanFace aliases
|
|
2140
|
-
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2141
2145
|
// ScanHeart aliases
|
|
2142
2146
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2147
|
+
// ScanFace aliases
|
|
2148
|
+
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2143
2149
|
// ScanLine aliases
|
|
2144
2150
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2145
2151
|
// ScanQrCode aliases
|
|
@@ -2158,42 +2164,42 @@ export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed
|
|
|
2158
2164
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2159
2165
|
// ScreenShareOff aliases
|
|
2160
2166
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2161
|
-
// ScreenShare aliases
|
|
2162
|
-
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2163
2167
|
// ScrollText aliases
|
|
2164
2168
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2169
|
+
// ScreenShare aliases
|
|
2170
|
+
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2171
|
+
// SearchCheck aliases
|
|
2172
|
+
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2165
2173
|
// Scroll aliases
|
|
2166
2174
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2167
2175
|
// SearchCode aliases
|
|
2168
2176
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2169
|
-
// SearchCheck aliases
|
|
2170
|
-
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2171
2177
|
// SearchSlash aliases
|
|
2172
2178
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2173
2179
|
// SearchX aliases
|
|
2174
2180
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2175
2181
|
// Search aliases
|
|
2176
2182
|
export { default as SearchIcon } from '../icons/search';
|
|
2177
|
-
// SendToBack aliases
|
|
2178
|
-
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2179
|
-
// Send aliases
|
|
2180
|
-
export { default as SendIcon } from '../icons/send';
|
|
2181
2183
|
// Section aliases
|
|
2182
2184
|
export { default as SectionIcon } from '../icons/section';
|
|
2185
|
+
// Send aliases
|
|
2186
|
+
export { default as SendIcon } from '../icons/send';
|
|
2183
2187
|
// SeparatorHorizontal aliases
|
|
2184
2188
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2189
|
+
// SendToBack aliases
|
|
2190
|
+
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2185
2191
|
// SeparatorVertical aliases
|
|
2186
2192
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2187
|
-
// ServerCog aliases
|
|
2188
|
-
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2189
2193
|
// ServerCrash aliases
|
|
2190
2194
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2191
2195
|
// ServerOff aliases
|
|
2192
2196
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2193
|
-
//
|
|
2194
|
-
export { default as
|
|
2197
|
+
// ServerCog aliases
|
|
2198
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2195
2199
|
// Settings2 aliases
|
|
2196
2200
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2201
|
+
// Server aliases
|
|
2202
|
+
export { default as ServerIcon } from '../icons/server';
|
|
2197
2203
|
// Settings aliases
|
|
2198
2204
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2199
2205
|
// Shapes aliases
|
|
@@ -2206,42 +2212,42 @@ export { default as ShareIcon } from '../icons/share';
|
|
|
2206
2212
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2207
2213
|
// Shell aliases
|
|
2208
2214
|
export { default as ShellIcon } from '../icons/shell';
|
|
2209
|
-
// ShieldBan aliases
|
|
2210
|
-
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2211
2215
|
// ShieldAlert aliases
|
|
2212
2216
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2217
|
+
// ShieldBan aliases
|
|
2218
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2213
2219
|
// ShieldCheck aliases
|
|
2214
2220
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2215
|
-
// ShieldEllipsis aliases
|
|
2216
|
-
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2217
|
-
// ShieldHalf aliases
|
|
2218
|
-
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2219
2221
|
// ShieldMinus aliases
|
|
2220
2222
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2223
|
+
// ShieldHalf aliases
|
|
2224
|
+
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2225
|
+
// ShieldEllipsis aliases
|
|
2226
|
+
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2221
2227
|
// ShieldOff aliases
|
|
2222
2228
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2223
2229
|
// ShieldPlus aliases
|
|
2224
2230
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2225
|
-
// ShieldQuestion aliases
|
|
2226
|
-
export { default as ShieldQuestionIcon } from '../icons/shield-question';
|
|
2227
2231
|
// ShieldUser aliases
|
|
2228
2232
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2229
2233
|
// Shield aliases
|
|
2230
2234
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2231
|
-
//
|
|
2232
|
-
export { default as
|
|
2235
|
+
// ShieldQuestion aliases
|
|
2236
|
+
export { default as ShieldQuestionIcon } from '../icons/shield-question';
|
|
2233
2237
|
// Ship aliases
|
|
2234
2238
|
export { default as ShipIcon } from '../icons/ship';
|
|
2235
|
-
//
|
|
2236
|
-
export { default as
|
|
2239
|
+
// ShipWheel aliases
|
|
2240
|
+
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2237
2241
|
// ShoppingBag aliases
|
|
2238
2242
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2243
|
+
// Shirt aliases
|
|
2244
|
+
export { default as ShirtIcon } from '../icons/shirt';
|
|
2239
2245
|
// ShoppingBasket aliases
|
|
2240
2246
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2241
|
-
// ShoppingCart aliases
|
|
2242
|
-
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2243
2247
|
// Shovel aliases
|
|
2244
2248
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2249
|
+
// ShoppingCart aliases
|
|
2250
|
+
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2245
2251
|
// ShowerHead aliases
|
|
2246
2252
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2247
2253
|
// Shredder aliases
|
|
@@ -2256,26 +2262,26 @@ export { default as ShrubIcon } from '../icons/shrub';
|
|
|
2256
2262
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2257
2263
|
// Sigma aliases
|
|
2258
2264
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2259
|
-
// SignalHigh aliases
|
|
2260
|
-
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2261
2265
|
// SignalLow aliases
|
|
2262
2266
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2267
|
+
// SignalHigh aliases
|
|
2268
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2263
2269
|
// SignalMedium aliases
|
|
2264
2270
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2265
2271
|
// SignalZero aliases
|
|
2266
2272
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2267
|
-
// Signal aliases
|
|
2268
|
-
export { default as SignalIcon } from '../icons/signal';
|
|
2269
2273
|
// Signature aliases
|
|
2270
2274
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2271
2275
|
// SignpostBig aliases
|
|
2272
2276
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2277
|
+
// Signal aliases
|
|
2278
|
+
export { default as SignalIcon } from '../icons/signal';
|
|
2273
2279
|
// Signpost aliases
|
|
2274
2280
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2275
|
-
// SkipBack aliases
|
|
2276
|
-
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2277
2281
|
// Siren aliases
|
|
2278
2282
|
export { default as SirenIcon } from '../icons/siren';
|
|
2283
|
+
// SkipBack aliases
|
|
2284
|
+
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2279
2285
|
// SkipForward aliases
|
|
2280
2286
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2281
2287
|
// Skull aliases
|
|
@@ -2286,18 +2292,18 @@ export { default as SlackIcon } from '../icons/slack';
|
|
|
2286
2292
|
export { default as SlashIcon } from '../icons/slash';
|
|
2287
2293
|
// Slice aliases
|
|
2288
2294
|
export { default as SliceIcon } from '../icons/slice';
|
|
2295
|
+
// SmartphoneCharging aliases
|
|
2296
|
+
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2289
2297
|
// SlidersHorizontal aliases
|
|
2290
2298
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2291
2299
|
// SmartphoneNfc aliases
|
|
2292
2300
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2293
|
-
// Smartphone aliases
|
|
2294
|
-
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2295
2301
|
// SmilePlus aliases
|
|
2296
2302
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2297
|
-
// SmartphoneCharging aliases
|
|
2298
|
-
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2299
2303
|
// Smile aliases
|
|
2300
2304
|
export { default as SmileIcon } from '../icons/smile';
|
|
2305
|
+
// Smartphone aliases
|
|
2306
|
+
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2301
2307
|
// Snail aliases
|
|
2302
2308
|
export { default as SnailIcon } from '../icons/snail';
|
|
2303
2309
|
// Snowflake aliases
|
|
@@ -2306,94 +2312,94 @@ export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
|
2306
2312
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2307
2313
|
// Soup aliases
|
|
2308
2314
|
export { default as SoupIcon } from '../icons/soup';
|
|
2309
|
-
// Space aliases
|
|
2310
|
-
export { default as SpaceIcon } from '../icons/space';
|
|
2311
2315
|
// Spade aliases
|
|
2312
2316
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2317
|
+
// Space aliases
|
|
2318
|
+
export { default as SpaceIcon } from '../icons/space';
|
|
2319
|
+
// Speaker aliases
|
|
2320
|
+
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2313
2321
|
// Sparkle aliases
|
|
2314
2322
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2315
2323
|
// Speech aliases
|
|
2316
2324
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2317
|
-
// Speaker aliases
|
|
2318
|
-
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2319
2325
|
// SpellCheck2 aliases
|
|
2320
2326
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2321
2327
|
// SpellCheck aliases
|
|
2322
2328
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2323
|
-
// SplinePointer aliases
|
|
2324
|
-
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2325
2329
|
// Spline aliases
|
|
2326
2330
|
export { default as SplineIcon } from '../icons/spline';
|
|
2331
|
+
// SplinePointer aliases
|
|
2332
|
+
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2327
2333
|
// Split aliases
|
|
2328
2334
|
export { default as SplitIcon } from '../icons/split';
|
|
2329
|
-
// Sprout aliases
|
|
2330
|
-
export { default as SproutIcon } from '../icons/sprout';
|
|
2331
2335
|
// SprayCan aliases
|
|
2332
2336
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2337
|
+
// Sprout aliases
|
|
2338
|
+
export { default as SproutIcon } from '../icons/sprout';
|
|
2333
2339
|
// SquareDashedBottomCode aliases
|
|
2334
2340
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2335
|
-
// SquareDashedBottom aliases
|
|
2336
|
-
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2337
2341
|
// SquareRadical aliases
|
|
2338
2342
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2339
|
-
//
|
|
2340
|
-
export { default as
|
|
2343
|
+
// SquareDashedBottom aliases
|
|
2344
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2341
2345
|
// SquareSquare aliases
|
|
2342
2346
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2347
|
+
// SquareRoundCorner aliases
|
|
2348
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2343
2349
|
// SquareStack aliases
|
|
2344
2350
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2345
2351
|
// Square aliases
|
|
2346
2352
|
export { default as SquareIcon } from '../icons/square';
|
|
2347
|
-
// SquaresExclude aliases
|
|
2348
|
-
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2349
2353
|
// SquaresIntersect aliases
|
|
2350
2354
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2351
|
-
// SquaresSubtract aliases
|
|
2352
|
-
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2353
2355
|
// SquaresUnite aliases
|
|
2354
2356
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2357
|
+
// SquaresExclude aliases
|
|
2358
|
+
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2359
|
+
// SquaresSubtract aliases
|
|
2360
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2355
2361
|
// Squircle aliases
|
|
2356
2362
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2357
2363
|
// Squirrel aliases
|
|
2358
2364
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2359
|
-
// StarHalf aliases
|
|
2360
|
-
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2361
2365
|
// Stamp aliases
|
|
2362
2366
|
export { default as StampIcon } from '../icons/stamp';
|
|
2367
|
+
// StarHalf aliases
|
|
2368
|
+
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2363
2369
|
// StarOff aliases
|
|
2364
2370
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2365
2371
|
// Star aliases
|
|
2366
2372
|
export { default as StarIcon } from '../icons/star';
|
|
2367
2373
|
// StepBack aliases
|
|
2368
2374
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2369
|
-
// StepForward aliases
|
|
2370
|
-
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2371
2375
|
// Stethoscope aliases
|
|
2372
2376
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2377
|
+
// StepForward aliases
|
|
2378
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2373
2379
|
// Sticker aliases
|
|
2374
2380
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2375
2381
|
// StickyNote aliases
|
|
2376
2382
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2377
2383
|
// Store aliases
|
|
2378
2384
|
export { default as StoreIcon } from '../icons/store';
|
|
2379
|
-
//
|
|
2380
|
-
export { default as
|
|
2385
|
+
// Strikethrough aliases
|
|
2386
|
+
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2381
2387
|
// StretchVertical aliases
|
|
2382
2388
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2389
|
+
// StretchHorizontal aliases
|
|
2390
|
+
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2383
2391
|
// Subscript aliases
|
|
2384
2392
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2385
2393
|
// SunDim aliases
|
|
2386
2394
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2387
|
-
// Strikethrough aliases
|
|
2388
|
-
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2389
|
-
// SunMedium aliases
|
|
2390
|
-
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2391
2395
|
// SunMoon aliases
|
|
2392
2396
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2393
|
-
//
|
|
2394
|
-
export { default as
|
|
2397
|
+
// SunMedium aliases
|
|
2398
|
+
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2395
2399
|
// Sun aliases
|
|
2396
2400
|
export { default as SunIcon } from '../icons/sun';
|
|
2401
|
+
// SunSnow aliases
|
|
2402
|
+
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2397
2403
|
// Sunrise aliases
|
|
2398
2404
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2399
2405
|
// Sunset aliases
|
|
@@ -2408,54 +2414,54 @@ export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
|
2408
2414
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2409
2415
|
// Sword aliases
|
|
2410
2416
|
export { default as SwordIcon } from '../icons/sword';
|
|
2411
|
-
// Swords aliases
|
|
2412
|
-
export { default as SwordsIcon } from '../icons/swords';
|
|
2413
2417
|
// Syringe aliases
|
|
2414
2418
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2415
|
-
//
|
|
2416
|
-
export { default as
|
|
2419
|
+
// Swords aliases
|
|
2420
|
+
export { default as SwordsIcon } from '../icons/swords';
|
|
2417
2421
|
// Table2 aliases
|
|
2418
2422
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2419
|
-
//
|
|
2420
|
-
export { default as
|
|
2423
|
+
// TableCellsMerge aliases
|
|
2424
|
+
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2421
2425
|
// TableColumnsSplit aliases
|
|
2422
2426
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2423
|
-
//
|
|
2424
|
-
export { default as
|
|
2427
|
+
// TableCellsSplit aliases
|
|
2428
|
+
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2425
2429
|
// TableProperties aliases
|
|
2426
2430
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2427
2431
|
// TableRowsSplit aliases
|
|
2428
2432
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2433
|
+
// TableOfContents aliases
|
|
2434
|
+
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2429
2435
|
// Table aliases
|
|
2430
2436
|
export { default as TableIcon } from '../icons/table';
|
|
2431
2437
|
// TabletSmartphone aliases
|
|
2432
2438
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2439
|
+
// Tablet aliases
|
|
2440
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2433
2441
|
// Tablets aliases
|
|
2434
2442
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2435
2443
|
// Tag aliases
|
|
2436
2444
|
export { default as TagIcon } from '../icons/tag';
|
|
2437
|
-
// Tags aliases
|
|
2438
|
-
export { default as TagsIcon } from '../icons/tags';
|
|
2439
|
-
// Tablet aliases
|
|
2440
|
-
export { default as TabletIcon } from '../icons/tablet';
|
|
2441
2445
|
// Tally1 aliases
|
|
2442
2446
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2447
|
+
// Tally3 aliases
|
|
2448
|
+
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2449
|
+
// Tags aliases
|
|
2450
|
+
export { default as TagsIcon } from '../icons/tags';
|
|
2443
2451
|
// Tally2 aliases
|
|
2444
2452
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2445
2453
|
// Tally4 aliases
|
|
2446
2454
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2447
|
-
// Tally3 aliases
|
|
2448
|
-
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2449
2455
|
// Tally5 aliases
|
|
2450
2456
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2451
2457
|
// Tangent aliases
|
|
2452
2458
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2453
2459
|
// Target aliases
|
|
2454
2460
|
export { default as TargetIcon } from '../icons/target';
|
|
2455
|
-
// TentTree aliases
|
|
2456
|
-
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2457
2461
|
// Telescope aliases
|
|
2458
2462
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2463
|
+
// TentTree aliases
|
|
2464
|
+
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2459
2465
|
// Tent aliases
|
|
2460
2466
|
export { default as TentIcon } from '../icons/tent';
|
|
2461
2467
|
// Terminal aliases
|
|
@@ -2474,44 +2480,44 @@ export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
|
2474
2480
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2475
2481
|
// Text aliases
|
|
2476
2482
|
export { default as TextIcon } from '../icons/text';
|
|
2477
|
-
// Theater aliases
|
|
2478
|
-
export { default as TheaterIcon } from '../icons/theater';
|
|
2479
2483
|
// ThermometerSnowflake aliases
|
|
2480
2484
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2481
|
-
// ThumbsDown aliases
|
|
2482
|
-
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2483
2485
|
// ThermometerSun aliases
|
|
2484
2486
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2485
|
-
//
|
|
2486
|
-
export { default as
|
|
2487
|
+
// Theater aliases
|
|
2488
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2487
2489
|
// Thermometer aliases
|
|
2488
2490
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2489
|
-
//
|
|
2490
|
-
export { default as
|
|
2491
|
+
// ThumbsDown aliases
|
|
2492
|
+
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2493
|
+
// ThumbsUp aliases
|
|
2494
|
+
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2491
2495
|
// TicketCheck aliases
|
|
2492
2496
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2497
|
+
// TicketMinus aliases
|
|
2498
|
+
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2493
2499
|
// TicketPercent aliases
|
|
2494
2500
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2495
2501
|
// TicketPlus aliases
|
|
2496
2502
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2497
|
-
// TicketSlash aliases
|
|
2498
|
-
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2499
2503
|
// TicketX aliases
|
|
2500
2504
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2505
|
+
// TicketSlash aliases
|
|
2506
|
+
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2501
2507
|
// Ticket aliases
|
|
2502
2508
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2503
|
-
// Tickets aliases
|
|
2504
|
-
export { default as TicketsIcon } from '../icons/tickets';
|
|
2505
2509
|
// TicketsPlane aliases
|
|
2506
2510
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2507
|
-
//
|
|
2508
|
-
export { default as
|
|
2511
|
+
// Tickets aliases
|
|
2512
|
+
export { default as TicketsIcon } from '../icons/tickets';
|
|
2509
2513
|
// TimerReset aliases
|
|
2510
2514
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2511
|
-
//
|
|
2512
|
-
export { default as
|
|
2515
|
+
// TimerOff aliases
|
|
2516
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2513
2517
|
// ToggleLeft aliases
|
|
2514
2518
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2519
|
+
// Timer aliases
|
|
2520
|
+
export { default as TimerIcon } from '../icons/timer';
|
|
2515
2521
|
// ToggleRight aliases
|
|
2516
2522
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2517
2523
|
// Toilet aliases
|
|
@@ -2522,10 +2528,10 @@ export { default as TornadoIcon } from '../icons/tornado';
|
|
|
2522
2528
|
export { default as TorusIcon } from '../icons/torus';
|
|
2523
2529
|
// TouchpadOff aliases
|
|
2524
2530
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2525
|
-
// Touchpad aliases
|
|
2526
|
-
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2527
2531
|
// TowerControl aliases
|
|
2528
2532
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2533
|
+
// Touchpad aliases
|
|
2534
|
+
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2529
2535
|
// ToyBrick aliases
|
|
2530
2536
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2531
2537
|
// Tractor aliases
|
|
@@ -2542,26 +2548,26 @@ export { default as TrainTrackIcon } from '../icons/train-track';
|
|
|
2542
2548
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2543
2549
|
// Trash2 aliases
|
|
2544
2550
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2545
|
-
// Trash aliases
|
|
2546
|
-
export { default as TrashIcon } from '../icons/trash';
|
|
2547
2551
|
// TreeDeciduous aliases
|
|
2548
2552
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2549
2553
|
// TreePine aliases
|
|
2550
2554
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2555
|
+
// Trash aliases
|
|
2556
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2551
2557
|
// Trees aliases
|
|
2552
2558
|
export { default as TreesIcon } from '../icons/trees';
|
|
2553
|
-
// Trello aliases
|
|
2554
|
-
export { default as TrelloIcon } from '../icons/trello';
|
|
2555
|
-
// TrendingUpDown aliases
|
|
2556
|
-
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2557
2559
|
// TrendingDown aliases
|
|
2558
2560
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2561
|
+
// Trello aliases
|
|
2562
|
+
export { default as TrelloIcon } from '../icons/trello';
|
|
2559
2563
|
// TrendingUp aliases
|
|
2560
2564
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2561
2565
|
// TriangleDashed aliases
|
|
2562
2566
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2563
2567
|
// TriangleRight aliases
|
|
2564
2568
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2569
|
+
// TrendingUpDown aliases
|
|
2570
|
+
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2565
2571
|
// Trophy aliases
|
|
2566
2572
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2567
2573
|
// Triangle aliases
|
|
@@ -2572,22 +2578,22 @@ export { default as TruckIcon } from '../icons/truck';
|
|
|
2572
2578
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2573
2579
|
// TvMinimalPlay aliases
|
|
2574
2580
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2581
|
+
// Twitter aliases
|
|
2582
|
+
export { default as TwitterIcon } from '../icons/twitter';
|
|
2575
2583
|
// Tv aliases
|
|
2576
2584
|
export { default as TvIcon } from '../icons/tv';
|
|
2577
2585
|
// Twitch aliases
|
|
2578
2586
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2579
|
-
// Twitter aliases
|
|
2580
|
-
export { default as TwitterIcon } from '../icons/twitter';
|
|
2581
2587
|
// TypeOutline aliases
|
|
2582
2588
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2583
2589
|
// Type aliases
|
|
2584
2590
|
export { default as TypeIcon } from '../icons/type';
|
|
2585
|
-
// UmbrellaOff aliases
|
|
2586
|
-
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2587
2591
|
// Underline aliases
|
|
2588
2592
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2589
2593
|
// Umbrella aliases
|
|
2590
2594
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2595
|
+
// UmbrellaOff aliases
|
|
2596
|
+
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2591
2597
|
// Undo2 aliases
|
|
2592
2598
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2593
2599
|
// UndoDot aliases
|
|
@@ -2606,84 +2612,84 @@ export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
|
2606
2612
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2607
2613
|
// Unplug aliases
|
|
2608
2614
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2615
|
+
// UserCheck aliases
|
|
2616
|
+
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2609
2617
|
// Upload aliases
|
|
2610
2618
|
export { default as UploadIcon } from '../icons/upload';
|
|
2611
2619
|
// Usb aliases
|
|
2612
2620
|
export { default as UsbIcon } from '../icons/usb';
|
|
2613
|
-
// UserCheck aliases
|
|
2614
|
-
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2615
2621
|
// UserCog aliases
|
|
2616
2622
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2623
|
+
// UserPen aliases
|
|
2624
|
+
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2617
2625
|
// UserMinus aliases
|
|
2618
2626
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2619
2627
|
// UserPlus aliases
|
|
2620
2628
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2621
|
-
// UserPen aliases
|
|
2622
|
-
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2623
|
-
// UserRoundPen aliases
|
|
2624
|
-
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2625
2629
|
// UserSearch aliases
|
|
2626
2630
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2627
2631
|
// UserRoundSearch aliases
|
|
2628
2632
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2629
|
-
//
|
|
2630
|
-
export { default as
|
|
2633
|
+
// UserRoundPen aliases
|
|
2634
|
+
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2631
2635
|
// UserX aliases
|
|
2632
2636
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2637
|
+
// User aliases
|
|
2638
|
+
export { default as UserIcon } from '../icons/user';
|
|
2633
2639
|
// Users aliases
|
|
2634
2640
|
export { default as UsersIcon } from '../icons/users';
|
|
2635
2641
|
// Variable aliases
|
|
2636
2642
|
export { default as VariableIcon } from '../icons/variable';
|
|
2637
2643
|
// UtilityPole aliases
|
|
2638
2644
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2639
|
-
// Vegan aliases
|
|
2640
|
-
export { default as VeganIcon } from '../icons/vegan';
|
|
2641
|
-
// VenetianMask aliases
|
|
2642
|
-
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2643
2645
|
// Vault aliases
|
|
2644
2646
|
export { default as VaultIcon } from '../icons/vault';
|
|
2647
|
+
// VenetianMask aliases
|
|
2648
|
+
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2649
|
+
// Vegan aliases
|
|
2650
|
+
export { default as VeganIcon } from '../icons/vegan';
|
|
2651
|
+
// Venus aliases
|
|
2652
|
+
export { default as VenusIcon } from '../icons/venus';
|
|
2645
2653
|
// VenusAndMars aliases
|
|
2646
2654
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2655
|
+
// VibrateOff aliases
|
|
2656
|
+
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2647
2657
|
// Vibrate aliases
|
|
2648
2658
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2649
|
-
// Venus aliases
|
|
2650
|
-
export { default as VenusIcon } from '../icons/venus';
|
|
2651
2659
|
// VideoOff aliases
|
|
2652
2660
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2653
|
-
// VibrateOff aliases
|
|
2654
|
-
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2655
2661
|
// Video aliases
|
|
2656
2662
|
export { default as VideoIcon } from '../icons/video';
|
|
2657
2663
|
// Videotape aliases
|
|
2658
2664
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2659
|
-
// Voicemail aliases
|
|
2660
|
-
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2661
2665
|
// View aliases
|
|
2662
2666
|
export { default as ViewIcon } from '../icons/view';
|
|
2667
|
+
// Voicemail aliases
|
|
2668
|
+
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2663
2669
|
// Volleyball aliases
|
|
2664
2670
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2665
|
-
// Volume1 aliases
|
|
2666
|
-
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2667
2671
|
// Volume2 aliases
|
|
2668
2672
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2673
|
+
// Volume1 aliases
|
|
2674
|
+
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2669
2675
|
// VolumeOff aliases
|
|
2670
2676
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2671
|
-
// VolumeX aliases
|
|
2672
|
-
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2673
2677
|
// Volume aliases
|
|
2674
2678
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2679
|
+
// VolumeX aliases
|
|
2680
|
+
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2675
2681
|
// Vote aliases
|
|
2676
2682
|
export { default as VoteIcon } from '../icons/vote';
|
|
2677
2683
|
// WalletCards aliases
|
|
2678
2684
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2679
2685
|
// Wallet aliases
|
|
2680
2686
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2687
|
+
// Wand aliases
|
|
2688
|
+
export { default as WandIcon } from '../icons/wand';
|
|
2681
2689
|
// Wallpaper aliases
|
|
2682
2690
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2683
2691
|
// Warehouse aliases
|
|
2684
2692
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2685
|
-
// Wand aliases
|
|
2686
|
-
export { default as WandIcon } from '../icons/wand';
|
|
2687
2693
|
// WashingMachine aliases
|
|
2688
2694
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2689
2695
|
// Watch aliases
|
|
@@ -2704,24 +2710,24 @@ export { default as WebhookIcon } from '../icons/webhook';
|
|
|
2704
2710
|
export { default as WeightIcon } from '../icons/weight';
|
|
2705
2711
|
// WheatOff aliases
|
|
2706
2712
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2707
|
-
// Wheat aliases
|
|
2708
|
-
export { default as WheatIcon } from '../icons/wheat';
|
|
2709
2713
|
// WholeWord aliases
|
|
2710
2714
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2715
|
+
// Wheat aliases
|
|
2716
|
+
export { default as WheatIcon } from '../icons/wheat';
|
|
2711
2717
|
// WifiHigh aliases
|
|
2712
2718
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2713
2719
|
// WifiLow aliases
|
|
2714
2720
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2715
|
-
// WifiOff aliases
|
|
2716
|
-
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2717
2721
|
// WifiZero aliases
|
|
2718
2722
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2723
|
+
// WifiOff aliases
|
|
2724
|
+
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2725
|
+
// Wind aliases
|
|
2726
|
+
export { default as WindIcon } from '../icons/wind';
|
|
2719
2727
|
// Wifi aliases
|
|
2720
2728
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2721
2729
|
// WindArrowDown aliases
|
|
2722
2730
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2723
|
-
// Wind aliases
|
|
2724
|
-
export { default as WindIcon } from '../icons/wind';
|
|
2725
2731
|
// WineOff aliases
|
|
2726
2732
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2727
2733
|
// Wine aliases
|
|
@@ -2736,12 +2742,12 @@ export { default as WrapTextIcon } from '../icons/wrap-text';
|
|
|
2736
2742
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2737
2743
|
// X aliases
|
|
2738
2744
|
export { default as XIcon } from '../icons/x';
|
|
2745
|
+
// Youtube aliases
|
|
2746
|
+
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2739
2747
|
// ZapOff aliases
|
|
2740
2748
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2741
2749
|
// Zap aliases
|
|
2742
2750
|
export { default as ZapIcon } from '../icons/zap';
|
|
2743
|
-
// Youtube aliases
|
|
2744
|
-
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2745
2751
|
// ZoomIn aliases
|
|
2746
2752
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2747
2753
|
// ZoomOut aliases
|
|
@@ -2778,12 +2784,12 @@ export { default as ArrowUpAzIcon } from '../icons/arrow-up-a-z';
|
|
|
2778
2784
|
// ArrowUpNarrowWide aliases
|
|
2779
2785
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2780
2786
|
export { default as SortAscIcon } from '../icons/arrow-up-narrow-wide';
|
|
2781
|
-
// Axis3d aliases
|
|
2782
|
-
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2783
|
-
export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
2784
2787
|
// ArrowUpZA aliases
|
|
2785
2788
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2786
2789
|
export { default as ArrowUpZaIcon } from '../icons/arrow-up-z-a';
|
|
2790
|
+
// Axis3d aliases
|
|
2791
|
+
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2792
|
+
export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
2787
2793
|
// BadgeCheck aliases
|
|
2788
2794
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2789
2795
|
export { default as VerifiedIcon } from '../icons/badge-check';
|
|
@@ -2799,33 +2805,33 @@ export {
|
|
|
2799
2805
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2800
2806
|
default as BetweenHorizonalStartIcon
|
|
2801
2807
|
} from '../icons/between-horizontal-start';
|
|
2802
|
-
// BookDashed aliases
|
|
2803
|
-
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2804
|
-
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2805
2808
|
// Captions aliases
|
|
2806
2809
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
2807
2810
|
export { default as SubtitlesIcon } from '../icons/captions';
|
|
2811
|
+
// BookDashed aliases
|
|
2812
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2813
|
+
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2808
2814
|
// Braces aliases
|
|
2809
2815
|
export { default as BracesIcon } from '../icons/braces';
|
|
2810
2816
|
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2811
|
-
//
|
|
2812
|
-
export { default as
|
|
2817
|
+
// ChartBar aliases
|
|
2818
|
+
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2813
2819
|
export {
|
|
2814
2820
|
/** @deprecated */
|
|
2815
|
-
default as
|
|
2816
|
-
} from '../icons/chart-
|
|
2821
|
+
default as BarChartHorizontalIcon
|
|
2822
|
+
} from '../icons/chart-bar';
|
|
2817
2823
|
// ChartBarBig aliases
|
|
2818
2824
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2819
2825
|
export {
|
|
2820
2826
|
/** @deprecated */
|
|
2821
2827
|
default as BarChartHorizontalBigIcon
|
|
2822
2828
|
} from '../icons/chart-bar-big';
|
|
2823
|
-
//
|
|
2824
|
-
export { default as
|
|
2829
|
+
// ChartArea aliases
|
|
2830
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2825
2831
|
export {
|
|
2826
2832
|
/** @deprecated */
|
|
2827
|
-
default as
|
|
2828
|
-
} from '../icons/chart-
|
|
2833
|
+
default as AreaChartIcon
|
|
2834
|
+
} from '../icons/chart-area';
|
|
2829
2835
|
// ChartCandlestick aliases
|
|
2830
2836
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2831
2837
|
export {
|
|
@@ -2844,12 +2850,6 @@ export {
|
|
|
2844
2850
|
/** @deprecated */
|
|
2845
2851
|
default as BarChart4Icon
|
|
2846
2852
|
} from '../icons/chart-column-increasing';
|
|
2847
|
-
// ChartColumn aliases
|
|
2848
|
-
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2849
|
-
export {
|
|
2850
|
-
/** @deprecated */
|
|
2851
|
-
default as BarChart3Icon
|
|
2852
|
-
} from '../icons/chart-column';
|
|
2853
2853
|
// ChartLine aliases
|
|
2854
2854
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2855
2855
|
export {
|
|
@@ -2862,30 +2862,36 @@ export {
|
|
|
2862
2862
|
/** @deprecated */
|
|
2863
2863
|
default as BarChartIcon
|
|
2864
2864
|
} from '../icons/chart-no-axes-column-increasing';
|
|
2865
|
+
// ChartColumn aliases
|
|
2866
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2867
|
+
export {
|
|
2868
|
+
/** @deprecated */
|
|
2869
|
+
default as BarChart3Icon
|
|
2870
|
+
} from '../icons/chart-column';
|
|
2865
2871
|
// ChartNoAxesColumn aliases
|
|
2866
2872
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
2867
2873
|
export {
|
|
2868
2874
|
/** @deprecated */
|
|
2869
2875
|
default as BarChart2Icon
|
|
2870
2876
|
} from '../icons/chart-no-axes-column';
|
|
2871
|
-
//
|
|
2872
|
-
export { default as
|
|
2877
|
+
// ChartPie aliases
|
|
2878
|
+
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
2873
2879
|
export {
|
|
2874
2880
|
/** @deprecated */
|
|
2875
|
-
default as
|
|
2876
|
-
} from '../icons/chart-
|
|
2881
|
+
default as PieChartIcon
|
|
2882
|
+
} from '../icons/chart-pie';
|
|
2877
2883
|
// ChartScatter aliases
|
|
2878
2884
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
2879
2885
|
export {
|
|
2880
2886
|
/** @deprecated */
|
|
2881
2887
|
default as ScatterChartIcon
|
|
2882
2888
|
} from '../icons/chart-scatter';
|
|
2883
|
-
//
|
|
2884
|
-
export { default as
|
|
2889
|
+
// ChartNoAxesGantt aliases
|
|
2890
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2885
2891
|
export {
|
|
2886
2892
|
/** @deprecated */
|
|
2887
|
-
default as
|
|
2888
|
-
} from '../icons/chart-
|
|
2893
|
+
default as GanttChartIcon
|
|
2894
|
+
} from '../icons/chart-no-axes-gantt';
|
|
2889
2895
|
// CircleAlert aliases
|
|
2890
2896
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
2891
2897
|
export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
@@ -2895,33 +2901,33 @@ export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
|
2895
2901
|
// CircleArrowLeft aliases
|
|
2896
2902
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2897
2903
|
export { default as ArrowLeftCircleIcon } from '../icons/circle-arrow-left';
|
|
2898
|
-
// CircleArrowOutUpLeft aliases
|
|
2899
|
-
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
2900
|
-
export { default as ArrowUpLeftFromCircleIcon } from '../icons/circle-arrow-out-up-left';
|
|
2901
2904
|
// CircleArrowOutDownLeft aliases
|
|
2902
2905
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
2903
2906
|
export { default as ArrowDownLeftFromCircleIcon } from '../icons/circle-arrow-out-down-left';
|
|
2904
2907
|
// CircleArrowOutDownRight aliases
|
|
2905
2908
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
2906
2909
|
export { default as ArrowDownRightFromCircleIcon } from '../icons/circle-arrow-out-down-right';
|
|
2907
|
-
//
|
|
2908
|
-
export { default as
|
|
2909
|
-
export { default as
|
|
2910
|
+
// CircleArrowOutUpLeft aliases
|
|
2911
|
+
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
2912
|
+
export { default as ArrowUpLeftFromCircleIcon } from '../icons/circle-arrow-out-up-left';
|
|
2910
2913
|
// CircleArrowRight aliases
|
|
2911
2914
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
2912
2915
|
export { default as ArrowRightCircleIcon } from '../icons/circle-arrow-right';
|
|
2913
2916
|
// CircleCheckBig aliases
|
|
2914
2917
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
2915
2918
|
export { default as CheckCircleIcon } from '../icons/circle-check-big';
|
|
2916
|
-
//
|
|
2917
|
-
export { default as
|
|
2918
|
-
export { default as
|
|
2919
|
+
// CircleArrowOutUpRight aliases
|
|
2920
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
2921
|
+
export { default as ArrowUpRightFromCircleIcon } from '../icons/circle-arrow-out-up-right';
|
|
2919
2922
|
// CircleArrowUp aliases
|
|
2920
2923
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
2921
2924
|
export { default as ArrowUpCircleIcon } from '../icons/circle-arrow-up';
|
|
2922
2925
|
// CircleCheck aliases
|
|
2923
2926
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
2924
2927
|
export { default as CheckCircle2Icon } from '../icons/circle-check';
|
|
2928
|
+
// CircleChevronDown aliases
|
|
2929
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
2930
|
+
export { default as ChevronDownCircleIcon } from '../icons/circle-chevron-down';
|
|
2925
2931
|
// CircleChevronRight aliases
|
|
2926
2932
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
2927
2933
|
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
@@ -2934,12 +2940,12 @@ export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
|
2934
2940
|
// CircleDivide aliases
|
|
2935
2941
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
2936
2942
|
export { default as DivideCircleIcon } from '../icons/circle-divide';
|
|
2937
|
-
// CircleHelp aliases
|
|
2938
|
-
export { default as CircleHelpIcon } from '../icons/circle-help';
|
|
2939
|
-
export { default as HelpCircleIcon } from '../icons/circle-help';
|
|
2940
2943
|
// CircleGauge aliases
|
|
2941
2944
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
2942
2945
|
export { default as GaugeCircleIcon } from '../icons/circle-gauge';
|
|
2946
|
+
// CircleHelp aliases
|
|
2947
|
+
export { default as CircleHelpIcon } from '../icons/circle-help';
|
|
2948
|
+
export { default as HelpCircleIcon } from '../icons/circle-help';
|
|
2943
2949
|
// CircleMinus aliases
|
|
2944
2950
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
2945
2951
|
export { default as MinusCircleIcon } from '../icons/circle-minus';
|
|
@@ -3006,12 +3012,6 @@ export { default as ColumnsIcon } from '../icons/columns-2';
|
|
|
3006
3012
|
// Columns3 aliases
|
|
3007
3013
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3008
3014
|
export { default as PanelsLeftRightIcon } from '../icons/columns-3';
|
|
3009
|
-
// ContactRound aliases
|
|
3010
|
-
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3011
|
-
export {
|
|
3012
|
-
/** @deprecated */
|
|
3013
|
-
default as Contact2Icon
|
|
3014
|
-
} from '../icons/contact-round';
|
|
3015
3015
|
// DiamondPercent aliases
|
|
3016
3016
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3017
3017
|
export { default as PercentDiamondIcon } from '../icons/diamond-percent';
|
|
@@ -3024,6 +3024,12 @@ export {
|
|
|
3024
3024
|
// EllipsisVertical aliases
|
|
3025
3025
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3026
3026
|
export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3027
|
+
// ContactRound aliases
|
|
3028
|
+
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3029
|
+
export {
|
|
3030
|
+
/** @deprecated */
|
|
3031
|
+
default as Contact2Icon
|
|
3032
|
+
} from '../icons/contact-round';
|
|
3027
3033
|
// Ellipsis aliases
|
|
3028
3034
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3029
3035
|
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
@@ -3066,15 +3072,15 @@ export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
|
3066
3072
|
// FilePen aliases
|
|
3067
3073
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3068
3074
|
export { default as FileEditIcon } from '../icons/file-pen';
|
|
3075
|
+
// FolderPen aliases
|
|
3076
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3077
|
+
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3069
3078
|
// FolderCog aliases
|
|
3070
3079
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3071
3080
|
export {
|
|
3072
3081
|
/** @deprecated */
|
|
3073
3082
|
default as FolderCog2Icon
|
|
3074
3083
|
} from '../icons/folder-cog';
|
|
3075
|
-
// FolderPen aliases
|
|
3076
|
-
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3077
|
-
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3078
3084
|
// FunnelX aliases
|
|
3079
3085
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3080
3086
|
export {
|
|
@@ -3090,31 +3096,28 @@ export {
|
|
|
3090
3096
|
// GitCommitHorizontal aliases
|
|
3091
3097
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3092
3098
|
export { default as GitCommitIcon } from '../icons/git-commit-horizontal';
|
|
3093
|
-
// Grid2x2Check aliases
|
|
3094
|
-
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3095
|
-
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3096
3099
|
// Grid2x2Plus aliases
|
|
3097
3100
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3098
3101
|
export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3099
|
-
//
|
|
3100
|
-
export { default as
|
|
3101
|
-
export { default as
|
|
3102
|
+
// Grid2x2Check aliases
|
|
3103
|
+
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3104
|
+
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3102
3105
|
// Grid2x2X aliases
|
|
3103
3106
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3104
3107
|
export { default as Grid2X2XIcon } from '../icons/grid-2x2-x';
|
|
3105
|
-
// HandHelping aliases
|
|
3106
|
-
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3107
|
-
export { default as HelpingHandIcon } from '../icons/hand-helping';
|
|
3108
3108
|
// Grid3x3 aliases
|
|
3109
3109
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3110
3110
|
export { default as GridIcon } from '../icons/grid-3x3';
|
|
3111
3111
|
export { default as Grid3X3Icon } from '../icons/grid-3x3';
|
|
3112
|
+
// Grid2x2 aliases
|
|
3113
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3114
|
+
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
3115
|
+
// HandHelping aliases
|
|
3116
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3117
|
+
export { default as HelpingHandIcon } from '../icons/hand-helping';
|
|
3112
3118
|
// House aliases
|
|
3113
3119
|
export { default as HouseIcon } from '../icons/house';
|
|
3114
3120
|
export { default as HomeIcon } from '../icons/house';
|
|
3115
|
-
// IndentDecrease aliases
|
|
3116
|
-
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3117
|
-
export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
3118
3121
|
// IceCreamBowl aliases
|
|
3119
3122
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3120
3123
|
export {
|
|
@@ -3124,15 +3127,18 @@ export {
|
|
|
3124
3127
|
// IceCreamCone aliases
|
|
3125
3128
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3126
3129
|
export { default as IceCreamIcon } from '../icons/ice-cream-cone';
|
|
3130
|
+
// IndentDecrease aliases
|
|
3131
|
+
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3132
|
+
export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
3133
|
+
// IndentIncrease aliases
|
|
3134
|
+
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3135
|
+
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3127
3136
|
// LaptopMinimal aliases
|
|
3128
3137
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3129
3138
|
export {
|
|
3130
3139
|
/** @deprecated */
|
|
3131
3140
|
default as Laptop2Icon
|
|
3132
3141
|
} from '../icons/laptop-minimal';
|
|
3133
|
-
// IndentIncrease aliases
|
|
3134
|
-
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3135
|
-
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3136
3142
|
// Layers aliases
|
|
3137
3143
|
export { default as LayersIcon } from '../icons/layers';
|
|
3138
3144
|
export { default as Layers3Icon } from '../icons/layers';
|
|
@@ -3145,27 +3151,27 @@ export { default as UnlockKeyholeIcon } from '../icons/lock-keyhole-open';
|
|
|
3145
3151
|
// LockOpen aliases
|
|
3146
3152
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3147
3153
|
export { default as UnlockIcon } from '../icons/lock-open';
|
|
3148
|
-
// MicVocal aliases
|
|
3149
|
-
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3150
|
-
export {
|
|
3151
|
-
/** @deprecated */
|
|
3152
|
-
default as Mic2Icon
|
|
3153
|
-
} from '../icons/mic-vocal';
|
|
3154
3154
|
// Move3d aliases
|
|
3155
3155
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3156
3156
|
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3157
3157
|
// OctagonAlert aliases
|
|
3158
3158
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3159
3159
|
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
3160
|
+
// MicVocal aliases
|
|
3161
|
+
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3162
|
+
export {
|
|
3163
|
+
/** @deprecated */
|
|
3164
|
+
default as Mic2Icon
|
|
3165
|
+
} from '../icons/mic-vocal';
|
|
3160
3166
|
// OctagonPause aliases
|
|
3161
3167
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3162
3168
|
export { default as PauseOctagonIcon } from '../icons/octagon-pause';
|
|
3163
|
-
// PaintbrushVertical aliases
|
|
3164
|
-
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3165
|
-
export { default as Paintbrush2Icon } from '../icons/paintbrush-vertical';
|
|
3166
3169
|
// OctagonX aliases
|
|
3167
3170
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3168
3171
|
export { default as XOctagonIcon } from '../icons/octagon-x';
|
|
3172
|
+
// PaintbrushVertical aliases
|
|
3173
|
+
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3174
|
+
export { default as Paintbrush2Icon } from '../icons/paintbrush-vertical';
|
|
3169
3175
|
// PanelBottomDashed aliases
|
|
3170
3176
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3171
3177
|
export { default as PanelBottomInactiveIcon } from '../icons/panel-bottom-dashed';
|
|
@@ -3181,12 +3187,12 @@ export { default as SidebarOpenIcon } from '../icons/panel-left-open';
|
|
|
3181
3187
|
// PanelLeft aliases
|
|
3182
3188
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3183
3189
|
export { default as SidebarIcon } from '../icons/panel-left';
|
|
3184
|
-
// PanelRightDashed aliases
|
|
3185
|
-
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3186
|
-
export { default as PanelRightInactiveIcon } from '../icons/panel-right-dashed';
|
|
3187
3190
|
// PanelTopDashed aliases
|
|
3188
3191
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3189
3192
|
export { default as PanelTopInactiveIcon } from '../icons/panel-top-dashed';
|
|
3193
|
+
// PanelRightDashed aliases
|
|
3194
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3195
|
+
export { default as PanelRightInactiveIcon } from '../icons/panel-right-dashed';
|
|
3190
3196
|
// PanelsTopLeft aliases
|
|
3191
3197
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3192
3198
|
export { default as LayoutIcon } from '../icons/panels-top-left';
|
|
@@ -3202,12 +3208,12 @@ export {
|
|
|
3202
3208
|
/** @deprecated */
|
|
3203
3209
|
default as Edit2Icon
|
|
3204
3210
|
} from '../icons/pen';
|
|
3205
|
-
// PlugZap aliases
|
|
3206
|
-
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3207
|
-
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3208
3211
|
// RectangleEllipsis aliases
|
|
3209
3212
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3210
3213
|
export { default as FormInputIcon } from '../icons/rectangle-ellipsis';
|
|
3214
|
+
// PlugZap aliases
|
|
3215
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3216
|
+
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3211
3217
|
// Rotate3d aliases
|
|
3212
3218
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3213
3219
|
export { default as Rotate3DIcon } from '../icons/rotate-3d';
|
|
@@ -3247,12 +3253,12 @@ export { default as ArrowDownRightSquareIcon } from '../icons/square-arrow-down-
|
|
|
3247
3253
|
// SquareArrowDown aliases
|
|
3248
3254
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3249
3255
|
export { default as ArrowDownSquareIcon } from '../icons/square-arrow-down';
|
|
3250
|
-
// SquareArrowLeft aliases
|
|
3251
|
-
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3252
|
-
export { default as ArrowLeftSquareIcon } from '../icons/square-arrow-left';
|
|
3253
3256
|
// SquareArrowOutDownLeft aliases
|
|
3254
3257
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3255
3258
|
export { default as ArrowDownLeftFromSquareIcon } from '../icons/square-arrow-out-down-left';
|
|
3259
|
+
// SquareArrowLeft aliases
|
|
3260
|
+
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3261
|
+
export { default as ArrowLeftSquareIcon } from '../icons/square-arrow-left';
|
|
3256
3262
|
// SquareArrowOutDownRight aliases
|
|
3257
3263
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3258
3264
|
export { default as ArrowDownRightFromSquareIcon } from '../icons/square-arrow-out-down-right';
|
|
@@ -3290,33 +3296,33 @@ export { default as CheckSquareIcon } from '../icons/square-check-big';
|
|
|
3290
3296
|
// SquareCheck aliases
|
|
3291
3297
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3292
3298
|
export { default as CheckSquare2Icon } from '../icons/square-check';
|
|
3293
|
-
// SquareChevronDown aliases
|
|
3294
|
-
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3295
|
-
export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
3296
|
-
// SquareChevronUp aliases
|
|
3297
|
-
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3298
|
-
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
3299
3299
|
// SquareChevronLeft aliases
|
|
3300
3300
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3301
3301
|
export { default as ChevronLeftSquareIcon } from '../icons/square-chevron-left';
|
|
3302
|
+
// SquareChevronDown aliases
|
|
3303
|
+
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3304
|
+
export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
3302
3305
|
// SquareChevronRight aliases
|
|
3303
3306
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3304
3307
|
export { default as ChevronRightSquareIcon } from '../icons/square-chevron-right';
|
|
3308
|
+
// SquareChevronUp aliases
|
|
3309
|
+
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3310
|
+
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
3305
3311
|
// SquareCode aliases
|
|
3306
3312
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3307
3313
|
export { default as CodeSquareIcon } from '../icons/square-code';
|
|
3308
3314
|
// SquareDashedKanban aliases
|
|
3309
3315
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3310
3316
|
export { default as KanbanSquareDashedIcon } from '../icons/square-dashed-kanban';
|
|
3317
|
+
// SquareDashedMousePointer aliases
|
|
3318
|
+
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3319
|
+
export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3311
3320
|
// SquareDashed aliases
|
|
3312
3321
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3313
3322
|
export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
3314
3323
|
// SquareDivide aliases
|
|
3315
3324
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3316
3325
|
export { default as DivideSquareIcon } from '../icons/square-divide';
|
|
3317
|
-
// SquareDashedMousePointer aliases
|
|
3318
|
-
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3319
|
-
export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3320
3326
|
// SquareDot aliases
|
|
3321
3327
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3322
3328
|
export { default as DotSquareIcon } from '../icons/square-dot';
|
|
@@ -3332,21 +3338,21 @@ export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
|
3332
3338
|
// SquareLibrary aliases
|
|
3333
3339
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3334
3340
|
export { default as LibrarySquareIcon } from '../icons/square-library';
|
|
3335
|
-
// SquareMenu aliases
|
|
3336
|
-
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3337
|
-
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3338
3341
|
// SquareM aliases
|
|
3339
3342
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
3340
3343
|
export { default as MSquareIcon } from '../icons/square-m';
|
|
3344
|
+
// SquareMenu aliases
|
|
3345
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3346
|
+
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3341
3347
|
// SquareMinus aliases
|
|
3342
3348
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3343
3349
|
export { default as MinusSquareIcon } from '../icons/square-minus';
|
|
3344
|
-
// SquareMousePointer aliases
|
|
3345
|
-
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3346
|
-
export { default as InspectIcon } from '../icons/square-mouse-pointer';
|
|
3347
3350
|
// SquareParkingOff aliases
|
|
3348
3351
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
3349
3352
|
export { default as ParkingSquareOffIcon } from '../icons/square-parking-off';
|
|
3353
|
+
// SquareMousePointer aliases
|
|
3354
|
+
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3355
|
+
export { default as InspectIcon } from '../icons/square-mouse-pointer';
|
|
3350
3356
|
// SquareParking aliases
|
|
3351
3357
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3352
3358
|
export { default as ParkingSquareIcon } from '../icons/square-parking';
|
|
@@ -3355,21 +3361,21 @@ export { default as SquarePenIcon } from '../icons/square-pen';
|
|
|
3355
3361
|
export { default as PenBoxIcon } from '../icons/square-pen';
|
|
3356
3362
|
export { default as EditIcon } from '../icons/square-pen';
|
|
3357
3363
|
export { default as PenSquareIcon } from '../icons/square-pen';
|
|
3358
|
-
// SquarePercent aliases
|
|
3359
|
-
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3360
|
-
export { default as PercentSquareIcon } from '../icons/square-percent';
|
|
3361
3364
|
// SquarePi aliases
|
|
3362
3365
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
3363
3366
|
export { default as PiSquareIcon } from '../icons/square-pi';
|
|
3364
3367
|
// SquarePilcrow aliases
|
|
3365
3368
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3366
3369
|
export { default as PilcrowSquareIcon } from '../icons/square-pilcrow';
|
|
3367
|
-
//
|
|
3368
|
-
export { default as
|
|
3369
|
-
export { default as
|
|
3370
|
+
// SquarePercent aliases
|
|
3371
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3372
|
+
export { default as PercentSquareIcon } from '../icons/square-percent';
|
|
3370
3373
|
// SquarePlus aliases
|
|
3371
3374
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3372
3375
|
export { default as PlusSquareIcon } from '../icons/square-plus';
|
|
3376
|
+
// SquarePlay aliases
|
|
3377
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3378
|
+
export { default as PlaySquareIcon } from '../icons/square-play';
|
|
3373
3379
|
// SquarePower aliases
|
|
3374
3380
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
3375
3381
|
export { default as PowerSquareIcon } from '../icons/square-power';
|
|
@@ -3382,12 +3388,12 @@ export { default as SigmaSquareIcon } from '../icons/square-sigma';
|
|
|
3382
3388
|
// SquareSlash aliases
|
|
3383
3389
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3384
3390
|
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3385
|
-
// SquareSplitVertical aliases
|
|
3386
|
-
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3387
|
-
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3388
3391
|
// SquareSplitHorizontal aliases
|
|
3389
3392
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3390
3393
|
export { default as SplitSquareHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3394
|
+
// SquareSplitVertical aliases
|
|
3395
|
+
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3396
|
+
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3391
3397
|
// SquareTerminal aliases
|
|
3392
3398
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
3393
3399
|
export { default as TerminalSquareIcon } from '../icons/square-terminal';
|
|
@@ -3406,15 +3412,12 @@ export { default as XSquareIcon } from '../icons/square-x';
|
|
|
3406
3412
|
// TestTubeDiagonal aliases
|
|
3407
3413
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
3408
3414
|
export { default as TestTube2Icon } from '../icons/test-tube-diagonal';
|
|
3409
|
-
// TextSelect aliases
|
|
3410
|
-
export { default as TextSelectIcon } from '../icons/text-select';
|
|
3411
|
-
export { default as TextSelectionIcon } from '../icons/text-select';
|
|
3412
3415
|
// TramFront aliases
|
|
3413
3416
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
3414
3417
|
export { default as TrainIcon } from '../icons/tram-front';
|
|
3415
|
-
//
|
|
3416
|
-
export { default as
|
|
3417
|
-
export { default as
|
|
3418
|
+
// TextSelect aliases
|
|
3419
|
+
export { default as TextSelectIcon } from '../icons/text-select';
|
|
3420
|
+
export { default as TextSelectionIcon } from '../icons/text-select';
|
|
3418
3421
|
// TreePalm aliases
|
|
3419
3422
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
3420
3423
|
export { default as PalmtreeIcon } from '../icons/tree-palm';
|
|
@@ -3424,12 +3427,6 @@ export {
|
|
|
3424
3427
|
/** @deprecated */
|
|
3425
3428
|
default as Tv2Icon
|
|
3426
3429
|
} from '../icons/tv-minimal';
|
|
3427
|
-
// UserRoundCog aliases
|
|
3428
|
-
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
3429
|
-
export {
|
|
3430
|
-
/** @deprecated */
|
|
3431
|
-
default as UserCog2Icon
|
|
3432
|
-
} from '../icons/user-round-cog';
|
|
3433
3430
|
// University aliases
|
|
3434
3431
|
export { default as UniversityIcon } from '../icons/university';
|
|
3435
3432
|
export {
|
|
@@ -3442,48 +3439,57 @@ export {
|
|
|
3442
3439
|
/** @deprecated */
|
|
3443
3440
|
default as UserCheck2Icon
|
|
3444
3441
|
} from '../icons/user-round-check';
|
|
3445
|
-
//
|
|
3446
|
-
export { default as
|
|
3442
|
+
// TriangleAlert aliases
|
|
3443
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3444
|
+
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3445
|
+
// UserRoundCog aliases
|
|
3446
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
3447
3447
|
export {
|
|
3448
3448
|
/** @deprecated */
|
|
3449
|
-
default as
|
|
3450
|
-
} from '../icons/user-round-
|
|
3449
|
+
default as UserCog2Icon
|
|
3450
|
+
} from '../icons/user-round-cog';
|
|
3451
3451
|
// UserRoundPlus aliases
|
|
3452
3452
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
3453
3453
|
export {
|
|
3454
3454
|
/** @deprecated */
|
|
3455
3455
|
default as UserPlus2Icon
|
|
3456
3456
|
} from '../icons/user-round-plus';
|
|
3457
|
-
//
|
|
3458
|
-
export { default as
|
|
3459
|
-
export {
|
|
3460
|
-
/** @deprecated */
|
|
3461
|
-
default as UserX2Icon
|
|
3462
|
-
} from '../icons/user-round-x';
|
|
3463
|
-
// UsersRound aliases
|
|
3464
|
-
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
3457
|
+
// UserRoundMinus aliases
|
|
3458
|
+
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
3465
3459
|
export {
|
|
3466
3460
|
/** @deprecated */
|
|
3467
|
-
default as
|
|
3468
|
-
} from '../icons/
|
|
3461
|
+
default as UserMinus2Icon
|
|
3462
|
+
} from '../icons/user-round-minus';
|
|
3469
3463
|
// UserRound aliases
|
|
3470
3464
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
3471
3465
|
export {
|
|
3472
3466
|
/** @deprecated */
|
|
3473
3467
|
default as User2Icon
|
|
3474
3468
|
} from '../icons/user-round';
|
|
3469
|
+
// UserRoundX aliases
|
|
3470
|
+
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
3471
|
+
export {
|
|
3472
|
+
/** @deprecated */
|
|
3473
|
+
default as UserX2Icon
|
|
3474
|
+
} from '../icons/user-round-x';
|
|
3475
3475
|
// UtensilsCrossed aliases
|
|
3476
3476
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
3477
3477
|
export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
3478
|
-
// Utensils aliases
|
|
3479
|
-
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3480
|
-
export { default as ForkKnifeIcon } from '../icons/utensils';
|
|
3481
3478
|
// WalletMinimal aliases
|
|
3482
3479
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
3483
3480
|
export {
|
|
3484
3481
|
/** @deprecated */
|
|
3485
3482
|
default as Wallet2Icon
|
|
3486
3483
|
} from '../icons/wallet-minimal';
|
|
3484
|
+
// Utensils aliases
|
|
3485
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3486
|
+
export { default as ForkKnifeIcon } from '../icons/utensils';
|
|
3487
|
+
// UsersRound aliases
|
|
3488
|
+
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
3489
|
+
export {
|
|
3490
|
+
/** @deprecated */
|
|
3491
|
+
default as Users2Icon
|
|
3492
|
+
} from '../icons/users-round';
|
|
3487
3493
|
// WandSparkles aliases
|
|
3488
3494
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
3489
3495
|
export {
|