@lucide/astro 0.496.0 → 0.498.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 +71 -71
- package/src/aliases/prefixed.ts +410 -404
- package/src/aliases/suffixed.ts +723 -717
- package/src/icons/decimals-arrow-left.ts +18 -0
- package/src/icons/decimals-arrow-right.ts +18 -0
- package/src/icons/index.ts +123 -120
- package/src/icons/shredder.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
// AArrowDown aliases
|
|
2
|
-
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
1
|
// AArrowUp aliases
|
|
4
2
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
3
|
// ALargeSmall aliases
|
|
6
4
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
|
-
//
|
|
8
|
-
export { default as
|
|
5
|
+
// AArrowDown aliases
|
|
6
|
+
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
9
7
|
// Accessibility aliases
|
|
10
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
|
+
// Activity aliases
|
|
10
|
+
export { default as ActivityIcon } from '../icons/activity';
|
|
11
11
|
// AirVent aliases
|
|
12
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
13
|
// Airplay aliases
|
|
@@ -16,62 +16,62 @@ export { default as AirplayIcon } from '../icons/airplay';
|
|
|
16
16
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
17
17
|
// AlarmClock aliases
|
|
18
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
|
-
// AlarmSmoke aliases
|
|
20
|
-
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
19
|
// Album aliases
|
|
22
20
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
21
|
// AlignCenterHorizontal aliases
|
|
24
22
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
23
|
+
// AlarmSmoke aliases
|
|
24
|
+
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
25
25
|
// AlignCenterVertical aliases
|
|
26
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
27
|
// AlignCenter aliases
|
|
28
28
|
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
29
|
-
// AlignEndVertical aliases
|
|
30
|
-
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
29
|
// AlignEndHorizontal aliases
|
|
32
30
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
|
+
// AlignEndVertical aliases
|
|
32
|
+
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
33
|
// AlignHorizontalDistributeCenter aliases
|
|
34
34
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
35
|
// AlignHorizontalDistributeEnd aliases
|
|
36
36
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
37
37
|
// AlignHorizontalDistributeStart aliases
|
|
38
38
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
|
-
// AlignHorizontalJustifyEnd aliases
|
|
40
|
-
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
41
39
|
// AlignHorizontalJustifyCenter aliases
|
|
42
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
43
|
-
//
|
|
44
|
-
export { default as
|
|
41
|
+
// AlignHorizontalJustifyEnd aliases
|
|
42
|
+
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
45
43
|
// AlignHorizontalSpaceAround aliases
|
|
46
44
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
|
+
// AlignHorizontalJustifyStart aliases
|
|
46
|
+
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
47
47
|
// AlignHorizontalSpaceBetween aliases
|
|
48
48
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
49
|
// AlignJustify aliases
|
|
50
50
|
export { default as AlignJustifyIcon } from '../icons/align-justify';
|
|
51
|
+
// AlignLeft aliases
|
|
52
|
+
export { default as AlignLeftIcon } from '../icons/align-left';
|
|
51
53
|
// AlignRight aliases
|
|
52
54
|
export { default as AlignRightIcon } from '../icons/align-right';
|
|
53
55
|
// AlignStartHorizontal aliases
|
|
54
56
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
55
|
-
// AlignLeft aliases
|
|
56
|
-
export { default as AlignLeftIcon } from '../icons/align-left';
|
|
57
57
|
// AlignStartVertical aliases
|
|
58
58
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
59
59
|
// AlignVerticalDistributeCenter aliases
|
|
60
60
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
61
61
|
// AlignVerticalDistributeEnd aliases
|
|
62
62
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
63
|
-
// AlignVerticalDistributeStart aliases
|
|
64
|
-
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
65
63
|
// AlignVerticalJustifyCenter aliases
|
|
66
64
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
67
|
-
//
|
|
68
|
-
export { default as
|
|
65
|
+
// AlignVerticalDistributeStart aliases
|
|
66
|
+
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
69
67
|
// AlignVerticalJustifyStart aliases
|
|
70
68
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
71
|
-
//
|
|
72
|
-
export { default as
|
|
69
|
+
// AlignVerticalJustifyEnd aliases
|
|
70
|
+
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
73
71
|
// AlignVerticalSpaceAround aliases
|
|
74
72
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
73
|
+
// AlignVerticalSpaceBetween aliases
|
|
74
|
+
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
75
75
|
// Ambulance aliases
|
|
76
76
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
77
77
|
// Ampersand aliases
|
|
@@ -94,60 +94,60 @@ export { default as AnvilIcon } from '../icons/anvil';
|
|
|
94
94
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
95
95
|
// AppWindowMac aliases
|
|
96
96
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
97
|
+
// AppWindow aliases
|
|
98
|
+
export { default as AppWindowIcon } from '../icons/app-window';
|
|
97
99
|
// Apple aliases
|
|
98
100
|
export { default as AppleIcon } from '../icons/apple';
|
|
99
101
|
// ArchiveRestore aliases
|
|
100
102
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
101
|
-
// AppWindow aliases
|
|
102
|
-
export { default as AppWindowIcon } from '../icons/app-window';
|
|
103
103
|
// ArchiveX aliases
|
|
104
104
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
105
|
-
// Armchair aliases
|
|
106
|
-
export { default as ArmchairIcon } from '../icons/armchair';
|
|
107
105
|
// Archive aliases
|
|
108
106
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
107
|
+
// Armchair aliases
|
|
108
|
+
export { default as ArmchairIcon } from '../icons/armchair';
|
|
109
109
|
// ArrowBigDownDash aliases
|
|
110
110
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
111
|
-
// ArrowBigDown aliases
|
|
112
|
-
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
113
111
|
// ArrowBigLeftDash aliases
|
|
114
112
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
113
|
+
// ArrowBigDown aliases
|
|
114
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
115
115
|
// ArrowBigLeft aliases
|
|
116
116
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
117
117
|
// ArrowBigRightDash aliases
|
|
118
118
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
119
119
|
// ArrowBigRight aliases
|
|
120
120
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
121
|
-
// ArrowBigUpDash aliases
|
|
122
|
-
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
123
121
|
// ArrowBigUp aliases
|
|
124
122
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
123
|
+
// ArrowBigUpDash aliases
|
|
124
|
+
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
125
125
|
// ArrowDownFromLine aliases
|
|
126
126
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
127
127
|
// ArrowDownLeft aliases
|
|
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
|
-
// ArrowDownToDot aliases
|
|
132
|
-
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
133
131
|
// ArrowDownRight aliases
|
|
134
132
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
133
|
+
// ArrowDownToDot aliases
|
|
134
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
135
135
|
// ArrowDownUp aliases
|
|
136
136
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
137
|
+
// ArrowDownToLine aliases
|
|
138
|
+
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
137
139
|
// ArrowDown aliases
|
|
138
140
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
139
141
|
// ArrowLeftFromLine aliases
|
|
140
142
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
141
|
-
// ArrowDownToLine aliases
|
|
142
|
-
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-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
|
-
// ArrowRightFromLine aliases
|
|
148
|
-
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
149
147
|
// ArrowLeft aliases
|
|
150
148
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
149
|
+
// ArrowRightFromLine aliases
|
|
150
|
+
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
151
151
|
// ArrowRightLeft aliases
|
|
152
152
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
153
153
|
// ArrowRightToLine aliases
|
|
@@ -162,10 +162,10 @@ export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
|
162
162
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
163
163
|
// ArrowUpRight aliases
|
|
164
164
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
165
|
-
// ArrowUpLeft aliases
|
|
166
|
-
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
167
165
|
// ArrowUpToLine aliases
|
|
168
166
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
167
|
+
// ArrowUpLeft aliases
|
|
168
|
+
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
169
169
|
// ArrowUpWideNarrow aliases
|
|
170
170
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
171
171
|
// ArrowUp aliases
|
|
@@ -184,14 +184,14 @@ export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
|
184
184
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
185
185
|
// Award aliases
|
|
186
186
|
export { default as AwardIcon } from '../icons/award';
|
|
187
|
-
// Axe aliases
|
|
188
|
-
export { default as AxeIcon } from '../icons/axe';
|
|
189
|
-
// BadgeAlert aliases
|
|
190
|
-
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
191
187
|
// Baby aliases
|
|
192
188
|
export { default as BabyIcon } from '../icons/baby';
|
|
189
|
+
// Axe aliases
|
|
190
|
+
export { default as AxeIcon } from '../icons/axe';
|
|
193
191
|
// Backpack aliases
|
|
194
192
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
193
|
+
// BadgeAlert aliases
|
|
194
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
195
195
|
// BadgeCent aliases
|
|
196
196
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
197
197
|
// BadgeDollarSign aliases
|
|
@@ -200,14 +200,14 @@ export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
|
200
200
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
201
201
|
// BadgeHelp aliases
|
|
202
202
|
export { default as BadgeHelpIcon } from '../icons/badge-help';
|
|
203
|
-
// BadgeIndianRupee aliases
|
|
204
|
-
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
205
203
|
// BadgeInfo aliases
|
|
206
204
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
207
|
-
//
|
|
208
|
-
export { default as
|
|
205
|
+
// BadgeIndianRupee aliases
|
|
206
|
+
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
209
207
|
// BadgeMinus aliases
|
|
210
208
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
209
|
+
// BadgeJapaneseYen aliases
|
|
210
|
+
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
211
211
|
// BadgePercent aliases
|
|
212
212
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
213
213
|
// BadgePlus aliases
|
|
@@ -220,12 +220,12 @@ export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
|
220
220
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
221
221
|
// BadgeX aliases
|
|
222
222
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
223
|
-
// Badge aliases
|
|
224
|
-
export { default as BadgeIcon } from '../icons/badge';
|
|
225
223
|
// BaggageClaim aliases
|
|
226
224
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
227
225
|
// Ban aliases
|
|
228
226
|
export { default as BanIcon } from '../icons/ban';
|
|
227
|
+
// Badge aliases
|
|
228
|
+
export { default as BadgeIcon } from '../icons/badge';
|
|
229
229
|
// Bandage aliases
|
|
230
230
|
export { default as BandageIcon } from '../icons/bandage';
|
|
231
231
|
// Banana aliases
|
|
@@ -236,88 +236,88 @@ export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
|
236
236
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
237
237
|
// BanknoteX aliases
|
|
238
238
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
239
|
-
// Baseline aliases
|
|
240
|
-
export { default as BaselineIcon } from '../icons/baseline';
|
|
241
239
|
// Banknote aliases
|
|
242
240
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
243
241
|
// Barcode aliases
|
|
244
242
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
243
|
+
// Baseline aliases
|
|
244
|
+
export { default as BaselineIcon } from '../icons/baseline';
|
|
245
245
|
// BatteryCharging aliases
|
|
246
246
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
247
247
|
// Bath aliases
|
|
248
248
|
export { default as BathIcon } from '../icons/bath';
|
|
249
249
|
// BatteryFull aliases
|
|
250
250
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
251
|
+
// BatteryLow aliases
|
|
252
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
251
253
|
// BatteryMedium aliases
|
|
252
254
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
253
255
|
// BatteryPlus aliases
|
|
254
256
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
255
|
-
// BatteryLow aliases
|
|
256
|
-
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
257
257
|
// BatteryWarning aliases
|
|
258
258
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
259
259
|
// Battery aliases
|
|
260
260
|
export { default as BatteryIcon } from '../icons/battery';
|
|
261
261
|
// Beaker aliases
|
|
262
262
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
263
|
-
// BeanOff aliases
|
|
264
|
-
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
265
263
|
// Bean aliases
|
|
266
264
|
export { default as BeanIcon } from '../icons/bean';
|
|
265
|
+
// BeanOff aliases
|
|
266
|
+
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
267
267
|
// BedDouble aliases
|
|
268
268
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
269
|
-
// Bed aliases
|
|
270
|
-
export { default as BedIcon } from '../icons/bed';
|
|
271
269
|
// BedSingle aliases
|
|
272
270
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
273
|
-
// Beer aliases
|
|
274
|
-
export { default as BeerIcon } from '../icons/beer';
|
|
275
|
-
// BeerOff aliases
|
|
276
|
-
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
277
271
|
// Beef aliases
|
|
278
272
|
export { default as BeefIcon } from '../icons/beef';
|
|
273
|
+
// Bed aliases
|
|
274
|
+
export { default as BedIcon } from '../icons/bed';
|
|
275
|
+
// BeerOff aliases
|
|
276
|
+
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
277
|
+
// Beer aliases
|
|
278
|
+
export { default as BeerIcon } from '../icons/beer';
|
|
279
279
|
// BellElectric aliases
|
|
280
280
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
281
281
|
// BellDot aliases
|
|
282
282
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
283
|
-
// BellMinus aliases
|
|
284
|
-
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
285
283
|
// BellOff aliases
|
|
286
284
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
285
|
+
// BellMinus aliases
|
|
286
|
+
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
287
287
|
// BellPlus aliases
|
|
288
288
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
289
289
|
// BellRing aliases
|
|
290
290
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
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
|
-
// Bike aliases
|
|
298
|
-
export { default as BikeIcon } from '../icons/bike';
|
|
299
|
-
// Binary aliases
|
|
300
|
-
export { default as BinaryIcon } from '../icons/binary';
|
|
301
297
|
// BicepsFlexed aliases
|
|
302
298
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
299
|
+
// Bike aliases
|
|
300
|
+
export { default as BikeIcon } from '../icons/bike';
|
|
303
301
|
// Binoculars aliases
|
|
304
302
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
303
|
+
// Binary aliases
|
|
304
|
+
export { default as BinaryIcon } from '../icons/binary';
|
|
305
305
|
// Biohazard aliases
|
|
306
306
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
307
|
-
// Bird aliases
|
|
308
|
-
export { default as BirdIcon } from '../icons/bird';
|
|
309
307
|
// Bitcoin aliases
|
|
310
308
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
311
|
-
// Blinds aliases
|
|
312
|
-
export { default as BlindsIcon } from '../icons/blinds';
|
|
313
309
|
// Blend aliases
|
|
314
310
|
export { default as BlendIcon } from '../icons/blend';
|
|
311
|
+
// Blinds aliases
|
|
312
|
+
export { default as BlindsIcon } from '../icons/blinds';
|
|
313
|
+
// Bird aliases
|
|
314
|
+
export { default as BirdIcon } from '../icons/bird';
|
|
315
315
|
// Blocks aliases
|
|
316
316
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
317
|
-
// BluetoothConnected aliases
|
|
318
|
-
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
319
317
|
// BluetoothOff aliases
|
|
320
318
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
319
|
+
// BluetoothConnected aliases
|
|
320
|
+
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
321
321
|
// BluetoothSearching aliases
|
|
322
322
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
323
323
|
// Bluetooth aliases
|
|
@@ -326,18 +326,18 @@ export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
|
326
326
|
export { default as BoldIcon } from '../icons/bold';
|
|
327
327
|
// Bolt aliases
|
|
328
328
|
export { default as BoltIcon } from '../icons/bolt';
|
|
329
|
-
// Bone aliases
|
|
330
|
-
export { default as BoneIcon } from '../icons/bone';
|
|
331
329
|
// Bomb aliases
|
|
332
330
|
export { default as BombIcon } from '../icons/bomb';
|
|
331
|
+
// Bone aliases
|
|
332
|
+
export { default as BoneIcon } from '../icons/bone';
|
|
333
333
|
// BookA aliases
|
|
334
334
|
export { default as BookAIcon } from '../icons/book-a';
|
|
335
|
-
// BookCheck aliases
|
|
336
|
-
export { default as BookCheckIcon } from '../icons/book-check';
|
|
337
335
|
// BookAudio aliases
|
|
338
336
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
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
343
|
// BookHeadphones aliases
|
|
@@ -364,30 +364,30 @@ export { default as BookOpenIcon } from '../icons/book-open';
|
|
|
364
364
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
365
365
|
// BookText aliases
|
|
366
366
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
367
|
-
// BookType aliases
|
|
368
|
-
export { default as BookTypeIcon } from '../icons/book-type';
|
|
369
367
|
// BookUp2 aliases
|
|
370
368
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
369
|
+
// BookType aliases
|
|
370
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
371
371
|
// BookUp aliases
|
|
372
372
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
373
373
|
// BookUser aliases
|
|
374
374
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
375
|
-
// BookX aliases
|
|
376
|
-
export { default as BookXIcon } from '../icons/book-x';
|
|
377
375
|
// Book aliases
|
|
378
376
|
export { default as BookIcon } from '../icons/book';
|
|
377
|
+
// BookX aliases
|
|
378
|
+
export { default as BookXIcon } from '../icons/book-x';
|
|
379
379
|
// BookmarkCheck aliases
|
|
380
380
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
381
381
|
// BookmarkMinus aliases
|
|
382
382
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
383
|
-
// BookmarkX aliases
|
|
384
|
-
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
385
383
|
// BookmarkPlus aliases
|
|
386
384
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
387
|
-
//
|
|
388
|
-
export { default as
|
|
385
|
+
// BookmarkX aliases
|
|
386
|
+
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
389
387
|
// Bookmark aliases
|
|
390
388
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
389
|
+
// BoomBox aliases
|
|
390
|
+
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
391
391
|
// BotMessageSquare aliases
|
|
392
392
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
393
393
|
// BotOff aliases
|
|
@@ -402,70 +402,70 @@ export { default as BoxesIcon } from '../icons/boxes';
|
|
|
402
402
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
403
403
|
// BrainCircuit aliases
|
|
404
404
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
405
|
+
// BrainCog aliases
|
|
406
|
+
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
405
407
|
// Brain aliases
|
|
406
408
|
export { default as BrainIcon } from '../icons/brain';
|
|
407
409
|
// BrickWallFire aliases
|
|
408
410
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
409
|
-
// BrainCog aliases
|
|
410
|
-
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
411
411
|
// BrickWall aliases
|
|
412
412
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
413
413
|
// BriefcaseBusiness aliases
|
|
414
414
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
415
415
|
// BriefcaseConveyorBelt aliases
|
|
416
416
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
417
|
-
// Briefcase aliases
|
|
418
|
-
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
419
417
|
// BriefcaseMedical aliases
|
|
420
418
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
421
419
|
// BringToFront aliases
|
|
422
420
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
421
|
+
// Briefcase aliases
|
|
422
|
+
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
423
423
|
// Brush aliases
|
|
424
424
|
export { default as BrushIcon } from '../icons/brush';
|
|
425
425
|
// Bubbles aliases
|
|
426
426
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
427
427
|
// BugOff aliases
|
|
428
428
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
429
|
-
// Bug aliases
|
|
430
|
-
export { default as BugIcon } from '../icons/bug';
|
|
431
429
|
// BugPlay aliases
|
|
432
430
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
431
|
+
// Bug aliases
|
|
432
|
+
export { default as BugIcon } from '../icons/bug';
|
|
433
433
|
// Building2 aliases
|
|
434
434
|
export { default as Building2Icon } from '../icons/building-2';
|
|
435
435
|
// Building aliases
|
|
436
436
|
export { default as BuildingIcon } from '../icons/building';
|
|
437
437
|
// BusFront aliases
|
|
438
438
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
439
|
-
// Bus aliases
|
|
440
|
-
export { default as BusIcon } from '../icons/bus';
|
|
441
439
|
// CableCar aliases
|
|
442
440
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
441
|
+
// Bus aliases
|
|
442
|
+
export { default as BusIcon } from '../icons/bus';
|
|
443
443
|
// Cable aliases
|
|
444
444
|
export { default as CableIcon } from '../icons/cable';
|
|
445
445
|
// CakeSlice aliases
|
|
446
446
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
447
|
-
// Cake aliases
|
|
448
|
-
export { default as CakeIcon } from '../icons/cake';
|
|
449
447
|
// Calculator aliases
|
|
450
448
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
451
|
-
//
|
|
452
|
-
export { default as
|
|
449
|
+
// Cake aliases
|
|
450
|
+
export { default as CakeIcon } from '../icons/cake';
|
|
453
451
|
// CalendarArrowDown aliases
|
|
454
452
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
455
453
|
// CalendarArrowUp aliases
|
|
456
454
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
455
|
+
// Calendar1 aliases
|
|
456
|
+
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
457
457
|
// CalendarCheck2 aliases
|
|
458
458
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
459
459
|
// CalendarCheck aliases
|
|
460
460
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
461
461
|
// CalendarClock aliases
|
|
462
462
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
463
|
-
// CalendarDays aliases
|
|
464
|
-
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
465
463
|
// CalendarCog aliases
|
|
466
464
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
467
465
|
// CalendarFold aliases
|
|
468
466
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
467
|
+
// CalendarDays aliases
|
|
468
|
+
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
469
469
|
// CalendarHeart aliases
|
|
470
470
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
471
471
|
// CalendarMinus2 aliases
|
|
@@ -480,12 +480,12 @@ export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
|
480
480
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
481
481
|
// CalendarRange aliases
|
|
482
482
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
483
|
-
// CalendarSearch aliases
|
|
484
|
-
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
485
483
|
// CalendarSync aliases
|
|
486
484
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
487
485
|
// CalendarX2 aliases
|
|
488
486
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
487
|
+
// CalendarSearch aliases
|
|
488
|
+
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
489
489
|
// CalendarX aliases
|
|
490
490
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
491
491
|
// Calendar aliases
|
|
@@ -494,10 +494,10 @@ export { default as CalendarIcon } from '../icons/calendar';
|
|
|
494
494
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
495
495
|
// Camera aliases
|
|
496
496
|
export { default as CameraIcon } from '../icons/camera';
|
|
497
|
-
// CandyCane aliases
|
|
498
|
-
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
499
497
|
// CandyOff aliases
|
|
500
498
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
499
|
+
// CandyCane aliases
|
|
500
|
+
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
501
501
|
// Candy aliases
|
|
502
502
|
export { default as CandyIcon } from '../icons/candy';
|
|
503
503
|
// Cannabis aliases
|
|
@@ -512,32 +512,32 @@ export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
|
512
512
|
export { default as CarIcon } from '../icons/car';
|
|
513
513
|
// Caravan aliases
|
|
514
514
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
515
|
-
// Carrot aliases
|
|
516
|
-
export { default as CarrotIcon } from '../icons/carrot';
|
|
517
515
|
// CaseLower aliases
|
|
518
516
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
519
517
|
// CaseSensitive aliases
|
|
520
518
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
519
|
+
// Carrot aliases
|
|
520
|
+
export { default as CarrotIcon } from '../icons/carrot';
|
|
521
521
|
// CaseUpper aliases
|
|
522
522
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
523
523
|
// CassetteTape aliases
|
|
524
524
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
525
|
+
// Cat aliases
|
|
526
|
+
export { default as CatIcon } from '../icons/cat';
|
|
525
527
|
// Cast aliases
|
|
526
528
|
export { default as CastIcon } from '../icons/cast';
|
|
527
529
|
// Castle aliases
|
|
528
530
|
export { default as CastleIcon } from '../icons/castle';
|
|
529
|
-
// Cat aliases
|
|
530
|
-
export { default as CatIcon } from '../icons/cat';
|
|
531
531
|
// Cctv aliases
|
|
532
532
|
export { default as CctvIcon } from '../icons/cctv';
|
|
533
533
|
// ChartBarDecreasing aliases
|
|
534
534
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
535
|
-
// ChartBarIncreasing aliases
|
|
536
|
-
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
537
535
|
// ChartBarStacked aliases
|
|
538
536
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
539
537
|
// ChartColumnDecreasing aliases
|
|
540
538
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
539
|
+
// ChartBarIncreasing aliases
|
|
540
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
541
541
|
// ChartColumnStacked aliases
|
|
542
542
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
543
543
|
// ChartGantt aliases
|
|
@@ -546,32 +546,32 @@ export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
|
546
546
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
547
547
|
// ChartNoAxesColumnDecreasing aliases
|
|
548
548
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
549
|
-
// ChartNoAxesCombined aliases
|
|
550
|
-
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
551
549
|
// ChartSpline aliases
|
|
552
550
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
553
551
|
// CheckCheck aliases
|
|
554
552
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
553
|
+
// ChartNoAxesCombined aliases
|
|
554
|
+
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
555
555
|
// Check aliases
|
|
556
556
|
export { default as CheckIcon } from '../icons/check';
|
|
557
557
|
// ChefHat aliases
|
|
558
558
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
559
|
-
// Cherry aliases
|
|
560
|
-
export { default as CherryIcon } from '../icons/cherry';
|
|
561
559
|
// ChevronDown aliases
|
|
562
560
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
563
561
|
// ChevronFirst aliases
|
|
564
562
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
563
|
+
// Cherry aliases
|
|
564
|
+
export { default as CherryIcon } from '../icons/cherry';
|
|
565
565
|
// ChevronLast aliases
|
|
566
566
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
567
|
+
// ChevronRight aliases
|
|
568
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
567
569
|
// ChevronLeft aliases
|
|
568
570
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
569
571
|
// ChevronUp aliases
|
|
570
572
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
571
573
|
// ChevronsDownUp aliases
|
|
572
574
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
573
|
-
// ChevronRight aliases
|
|
574
|
-
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
575
575
|
// ChevronsDown aliases
|
|
576
576
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
577
577
|
// ChevronsLeftRightEllipsis aliases
|
|
@@ -582,20 +582,20 @@ export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
|
582
582
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
583
583
|
// ChevronsRightLeft aliases
|
|
584
584
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
585
|
-
// ChevronsUpDown aliases
|
|
586
|
-
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
587
585
|
// ChevronsRight aliases
|
|
588
586
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
587
|
+
// ChevronsUpDown aliases
|
|
588
|
+
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
589
589
|
// ChevronsUp aliases
|
|
590
590
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
591
591
|
// Chrome aliases
|
|
592
592
|
export { default as ChromeIcon } from '../icons/chrome';
|
|
593
593
|
// CigaretteOff aliases
|
|
594
594
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
595
|
-
// Church aliases
|
|
596
|
-
export { default as ChurchIcon } from '../icons/church';
|
|
597
595
|
// Cigarette aliases
|
|
598
596
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
597
|
+
// Church aliases
|
|
598
|
+
export { default as ChurchIcon } from '../icons/church';
|
|
599
599
|
// CircleDashed aliases
|
|
600
600
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
601
601
|
// CircleDollarSign aliases
|
|
@@ -606,76 +606,76 @@ export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
|
606
606
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
607
607
|
// CircleEllipsis aliases
|
|
608
608
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
609
|
-
// CircleEqual aliases
|
|
610
|
-
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
611
609
|
// CircleFadingArrowUp aliases
|
|
612
610
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
611
|
+
// CircleEqual aliases
|
|
612
|
+
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
613
613
|
// CircleFadingPlus aliases
|
|
614
614
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
615
615
|
// CircleOff aliases
|
|
616
616
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
617
617
|
// CircleSlash aliases
|
|
618
618
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
619
|
-
// CircleSmall aliases
|
|
620
|
-
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
621
619
|
// Circle aliases
|
|
622
620
|
export { default as CircleIcon } from '../icons/circle';
|
|
623
|
-
//
|
|
624
|
-
export { default as
|
|
621
|
+
// CircleSmall aliases
|
|
622
|
+
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
625
623
|
// CircuitBoard aliases
|
|
626
624
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
627
|
-
//
|
|
628
|
-
export { default as
|
|
625
|
+
// Citrus aliases
|
|
626
|
+
export { default as CitrusIcon } from '../icons/citrus';
|
|
629
627
|
// ClipboardCheck aliases
|
|
630
628
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
629
|
+
// Clapperboard aliases
|
|
630
|
+
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
631
631
|
// ClipboardCopy aliases
|
|
632
632
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
633
633
|
// ClipboardList aliases
|
|
634
634
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
635
635
|
// ClipboardMinus aliases
|
|
636
636
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
637
|
-
// ClipboardPaste aliases
|
|
638
|
-
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
639
637
|
// ClipboardPlus aliases
|
|
640
638
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
641
639
|
// ClipboardType aliases
|
|
642
640
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
641
|
+
// ClipboardPaste aliases
|
|
642
|
+
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
643
643
|
// ClipboardX aliases
|
|
644
644
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
645
645
|
// Clipboard aliases
|
|
646
646
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
647
|
-
// Clock10 aliases
|
|
648
|
-
export { default as Clock10Icon } from '../icons/clock-10';
|
|
649
647
|
// Clock1 aliases
|
|
650
648
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
649
|
+
// Clock10 aliases
|
|
650
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
651
651
|
// Clock11 aliases
|
|
652
652
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
653
653
|
// Clock12 aliases
|
|
654
654
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
655
655
|
// Clock2 aliases
|
|
656
656
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
657
|
-
// Clock3 aliases
|
|
658
|
-
export { default as Clock3Icon } from '../icons/clock-3';
|
|
659
657
|
// Clock4 aliases
|
|
660
658
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
661
|
-
//
|
|
662
|
-
export { default as
|
|
659
|
+
// Clock3 aliases
|
|
660
|
+
export { default as Clock3Icon } from '../icons/clock-3';
|
|
663
661
|
// Clock6 aliases
|
|
664
662
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
663
|
+
// Clock5 aliases
|
|
664
|
+
export { default as Clock5Icon } from '../icons/clock-5';
|
|
665
665
|
// Clock7 aliases
|
|
666
666
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
667
|
-
// Clock8 aliases
|
|
668
|
-
export { default as Clock8Icon } from '../icons/clock-8';
|
|
669
667
|
// Clock9 aliases
|
|
670
668
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
669
|
+
// Clock8 aliases
|
|
670
|
+
export { default as Clock8Icon } from '../icons/clock-8';
|
|
671
671
|
// ClockAlert aliases
|
|
672
672
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
673
673
|
// ClockArrowDown aliases
|
|
674
674
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
675
|
-
// ClockArrowUp aliases
|
|
676
|
-
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
677
675
|
// ClockFading aliases
|
|
678
676
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
677
|
+
// ClockArrowUp aliases
|
|
678
|
+
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
679
679
|
// Clock aliases
|
|
680
680
|
export { default as ClockIcon } from '../icons/clock';
|
|
681
681
|
// CloudAlert aliases
|
|
@@ -704,12 +704,12 @@ export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
|
704
704
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
705
705
|
// CloudSunRain aliases
|
|
706
706
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
707
|
+
// CloudSun aliases
|
|
708
|
+
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
707
709
|
// Cloud aliases
|
|
708
710
|
export { default as CloudIcon } from '../icons/cloud';
|
|
709
711
|
// Cloudy aliases
|
|
710
712
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
711
|
-
// CloudSun aliases
|
|
712
|
-
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
713
713
|
// Clover aliases
|
|
714
714
|
export { default as CloverIcon } from '../icons/clover';
|
|
715
715
|
// Club aliases
|
|
@@ -724,32 +724,32 @@ export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
|
724
724
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
725
725
|
// Cog aliases
|
|
726
726
|
export { default as CogIcon } from '../icons/cog';
|
|
727
|
-
// Coins aliases
|
|
728
|
-
export { default as CoinsIcon } from '../icons/coins';
|
|
729
727
|
// Columns4 aliases
|
|
730
728
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
729
|
+
// Coins aliases
|
|
730
|
+
export { default as CoinsIcon } from '../icons/coins';
|
|
731
|
+
// Combine aliases
|
|
732
|
+
export { default as CombineIcon } from '../icons/combine';
|
|
731
733
|
// Command aliases
|
|
732
734
|
export { default as CommandIcon } from '../icons/command';
|
|
733
735
|
// Compass aliases
|
|
734
736
|
export { default as CompassIcon } from '../icons/compass';
|
|
735
|
-
// Combine aliases
|
|
736
|
-
export { default as CombineIcon } from '../icons/combine';
|
|
737
737
|
// Component aliases
|
|
738
738
|
export { default as ComponentIcon } from '../icons/component';
|
|
739
739
|
// Computer aliases
|
|
740
740
|
export { default as ComputerIcon } from '../icons/computer';
|
|
741
|
-
// ConciergeBell aliases
|
|
742
|
-
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
743
741
|
// Cone aliases
|
|
744
742
|
export { default as ConeIcon } from '../icons/cone';
|
|
745
743
|
// Construction aliases
|
|
746
744
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
745
|
+
// ConciergeBell aliases
|
|
746
|
+
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
747
747
|
// Contact aliases
|
|
748
748
|
export { default as ContactIcon } from '../icons/contact';
|
|
749
|
-
// Container aliases
|
|
750
|
-
export { default as ContainerIcon } from '../icons/container';
|
|
751
749
|
// Contrast aliases
|
|
752
750
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
751
|
+
// Container aliases
|
|
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
|
|
@@ -764,30 +764,30 @@ export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
|
764
764
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
765
765
|
// CopyX aliases
|
|
766
766
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
767
|
-
// Copyleft aliases
|
|
768
|
-
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
769
767
|
// Copy aliases
|
|
770
768
|
export { default as CopyIcon } from '../icons/copy';
|
|
771
769
|
// Copyright aliases
|
|
772
770
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
773
771
|
// CornerDownLeft aliases
|
|
774
772
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
773
|
+
// Copyleft aliases
|
|
774
|
+
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
775
775
|
// CornerDownRight aliases
|
|
776
776
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
777
777
|
// CornerLeftDown aliases
|
|
778
778
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
779
779
|
// CornerLeftUp aliases
|
|
780
780
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
781
|
-
// CornerRightDown aliases
|
|
782
|
-
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
783
781
|
// CornerRightUp aliases
|
|
784
782
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
785
|
-
//
|
|
786
|
-
export { default as
|
|
787
|
-
// CornerUpLeft aliases
|
|
788
|
-
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
783
|
+
// CornerRightDown aliases
|
|
784
|
+
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
789
785
|
// CornerUpRight aliases
|
|
790
786
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
787
|
+
// CornerUpLeft aliases
|
|
788
|
+
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
789
|
+
// Cpu aliases
|
|
790
|
+
export { default as CpuIcon } from '../icons/cpu';
|
|
791
791
|
// CreativeCommons aliases
|
|
792
792
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
793
793
|
// CreditCard aliases
|
|
@@ -796,12 +796,12 @@ export { default as CreditCardIcon } from '../icons/credit-card';
|
|
|
796
796
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
797
797
|
// Crop aliases
|
|
798
798
|
export { default as CropIcon } from '../icons/crop';
|
|
799
|
-
// Crosshair aliases
|
|
800
|
-
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
801
799
|
// Cross aliases
|
|
802
800
|
export { default as CrossIcon } from '../icons/cross';
|
|
803
801
|
// Crown aliases
|
|
804
802
|
export { default as CrownIcon } from '../icons/crown';
|
|
803
|
+
// Crosshair aliases
|
|
804
|
+
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
805
805
|
// Cuboid aliases
|
|
806
806
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
807
807
|
// CupSoda aliases
|
|
@@ -812,12 +812,16 @@ export { default as CurrencyIcon } from '../icons/currency';
|
|
|
812
812
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
813
813
|
// DatabaseBackup aliases
|
|
814
814
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
815
|
-
// Dam aliases
|
|
816
|
-
export { default as DamIcon } from '../icons/dam';
|
|
817
815
|
// DatabaseZap aliases
|
|
818
816
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
817
|
+
// Dam aliases
|
|
818
|
+
export { default as DamIcon } from '../icons/dam';
|
|
819
819
|
// Database aliases
|
|
820
820
|
export { default as DatabaseIcon } from '../icons/database';
|
|
821
|
+
// DecimalsArrowLeft aliases
|
|
822
|
+
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
823
|
+
// DecimalsArrowRight aliases
|
|
824
|
+
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
821
825
|
// Delete aliases
|
|
822
826
|
export { default as DeleteIcon } from '../icons/delete';
|
|
823
827
|
// Dessert aliases
|
|
@@ -826,38 +830,38 @@ export { default as DessertIcon } from '../icons/dessert';
|
|
|
826
830
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
827
831
|
// DiamondMinus aliases
|
|
828
832
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
829
|
-
// Diamond aliases
|
|
830
|
-
export { default as DiamondIcon } from '../icons/diamond';
|
|
831
833
|
// DiamondPlus aliases
|
|
832
834
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
833
|
-
//
|
|
834
|
-
export { default as
|
|
835
|
+
// Diamond aliases
|
|
836
|
+
export { default as DiamondIcon } from '../icons/diamond';
|
|
835
837
|
// Dice2 aliases
|
|
836
838
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
837
|
-
// Dice3 aliases
|
|
838
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
839
839
|
// Dice4 aliases
|
|
840
840
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
841
|
-
//
|
|
842
|
-
export { default as
|
|
841
|
+
// Dice1 aliases
|
|
842
|
+
export { default as Dice1Icon } from '../icons/dice-1';
|
|
843
|
+
// Dice3 aliases
|
|
844
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
843
845
|
// Dice5 aliases
|
|
844
846
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
847
|
+
// Dice6 aliases
|
|
848
|
+
export { default as Dice6Icon } from '../icons/dice-6';
|
|
845
849
|
// Dices aliases
|
|
846
850
|
export { default as DicesIcon } from '../icons/dices';
|
|
847
851
|
// Diff aliases
|
|
848
852
|
export { default as DiffIcon } from '../icons/diff';
|
|
849
853
|
// Disc2 aliases
|
|
850
854
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
851
|
-
// DiscAlbum aliases
|
|
852
|
-
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
853
855
|
// Disc3 aliases
|
|
854
856
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
857
|
+
// DiscAlbum aliases
|
|
858
|
+
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
855
859
|
// Disc aliases
|
|
856
860
|
export { default as DiscIcon } from '../icons/disc';
|
|
857
|
-
// Divide aliases
|
|
858
|
-
export { default as DivideIcon } from '../icons/divide';
|
|
859
861
|
// DnaOff aliases
|
|
860
862
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
863
|
+
// Divide aliases
|
|
864
|
+
export { default as DivideIcon } from '../icons/divide';
|
|
861
865
|
// Dna aliases
|
|
862
866
|
export { default as DnaIcon } from '../icons/dna';
|
|
863
867
|
// Dock aliases
|
|
@@ -874,14 +878,14 @@ export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
|
874
878
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
875
879
|
// Dot aliases
|
|
876
880
|
export { default as DotIcon } from '../icons/dot';
|
|
877
|
-
// DraftingCompass aliases
|
|
878
|
-
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
879
881
|
// Download aliases
|
|
880
882
|
export { default as DownloadIcon } from '../icons/download';
|
|
881
|
-
//
|
|
882
|
-
export { default as
|
|
883
|
+
// DraftingCompass aliases
|
|
884
|
+
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
883
885
|
// Dribbble aliases
|
|
884
886
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
887
|
+
// Drama aliases
|
|
888
|
+
export { default as DramaIcon } from '../icons/drama';
|
|
885
889
|
// Drill aliases
|
|
886
890
|
export { default as DrillIcon } from '../icons/drill';
|
|
887
891
|
// Droplet aliases
|
|
@@ -890,16 +894,16 @@ export { default as DropletIcon } from '../icons/droplet';
|
|
|
890
894
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
891
895
|
// DropletOff aliases
|
|
892
896
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
893
|
-
// Drum aliases
|
|
894
|
-
export { default as DrumIcon } from '../icons/drum';
|
|
895
897
|
// Drumstick aliases
|
|
896
898
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
897
899
|
// Dumbbell aliases
|
|
898
900
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
899
|
-
//
|
|
900
|
-
export { default as
|
|
901
|
+
// Drum aliases
|
|
902
|
+
export { default as DrumIcon } from '../icons/drum';
|
|
901
903
|
// EarOff aliases
|
|
902
904
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
905
|
+
// Ear aliases
|
|
906
|
+
export { default as EarIcon } from '../icons/ear';
|
|
903
907
|
// EarthLock aliases
|
|
904
908
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
905
909
|
// Eclipse aliases
|
|
@@ -908,10 +912,10 @@ export { default as EclipseIcon } from '../icons/eclipse';
|
|
|
908
912
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
909
913
|
// EggOff aliases
|
|
910
914
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
911
|
-
// Egg aliases
|
|
912
|
-
export { default as EggIcon } from '../icons/egg';
|
|
913
915
|
// EqualApproximately aliases
|
|
914
916
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
917
|
+
// Egg aliases
|
|
918
|
+
export { default as EggIcon } from '../icons/egg';
|
|
915
919
|
// EqualNot aliases
|
|
916
920
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
917
921
|
// Equal aliases
|
|
@@ -940,12 +944,12 @@ export { default as FactoryIcon } from '../icons/factory';
|
|
|
940
944
|
export { default as FanIcon } from '../icons/fan';
|
|
941
945
|
// FastForward aliases
|
|
942
946
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
947
|
+
// Fence aliases
|
|
948
|
+
export { default as FenceIcon } from '../icons/fence';
|
|
943
949
|
// Feather aliases
|
|
944
950
|
export { default as FeatherIcon } from '../icons/feather';
|
|
945
951
|
// FerrisWheel aliases
|
|
946
952
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
947
|
-
// Fence aliases
|
|
948
|
-
export { default as FenceIcon } from '../icons/fence';
|
|
949
953
|
// Figma aliases
|
|
950
954
|
export { default as FigmaIcon } from '../icons/figma';
|
|
951
955
|
// FileArchive aliases
|
|
@@ -966,88 +970,88 @@ export { default as FileCheck2Icon } from '../icons/file-check-2';
|
|
|
966
970
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
967
971
|
// FileClock aliases
|
|
968
972
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
969
|
-
// FileCode aliases
|
|
970
|
-
export { default as FileCodeIcon } from '../icons/file-code';
|
|
971
973
|
// FileCode2 aliases
|
|
972
974
|
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
975
|
+
// FileCode aliases
|
|
976
|
+
export { default as FileCodeIcon } from '../icons/file-code';
|
|
973
977
|
// FileDiff aliases
|
|
974
978
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
975
979
|
// FileDigit aliases
|
|
976
980
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
977
981
|
// FileDown aliases
|
|
978
982
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
979
|
-
// FileHeart aliases
|
|
980
|
-
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
981
983
|
// FileImage aliases
|
|
982
984
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
985
|
+
// FileHeart aliases
|
|
986
|
+
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
983
987
|
// FileInput aliases
|
|
984
988
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
985
989
|
// FileJson2 aliases
|
|
986
990
|
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
987
|
-
// FileKey2 aliases
|
|
988
|
-
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
989
991
|
// FileJson aliases
|
|
990
992
|
export { default as FileJsonIcon } from '../icons/file-json';
|
|
993
|
+
// FileKey2 aliases
|
|
994
|
+
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
991
995
|
// FileKey aliases
|
|
992
996
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
993
|
-
// FileLock aliases
|
|
994
|
-
export { default as FileLockIcon } from '../icons/file-lock';
|
|
995
997
|
// FileLock2 aliases
|
|
996
998
|
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
997
999
|
// FileMinus2 aliases
|
|
998
1000
|
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
1001
|
+
// FileLock aliases
|
|
1002
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
999
1003
|
// FileMinus aliases
|
|
1000
1004
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1001
|
-
// FileMusic aliases
|
|
1002
|
-
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1003
1005
|
// FileOutput aliases
|
|
1004
1006
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1007
|
+
// FileMusic aliases
|
|
1008
|
+
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1005
1009
|
// FilePlus2 aliases
|
|
1006
1010
|
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1007
1011
|
// FilePlus aliases
|
|
1008
1012
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1009
1013
|
// FileQuestion aliases
|
|
1010
1014
|
export { default as FileQuestionIcon } from '../icons/file-question';
|
|
1011
|
-
// FileScan aliases
|
|
1012
|
-
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1013
1015
|
// FileSearch2 aliases
|
|
1014
1016
|
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1017
|
+
// FileScan aliases
|
|
1018
|
+
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1015
1019
|
// FileSearch aliases
|
|
1016
1020
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1017
1021
|
// FileSliders aliases
|
|
1018
1022
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1019
|
-
// FileStack aliases
|
|
1020
|
-
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1021
|
-
// FileSymlink aliases
|
|
1022
|
-
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1023
1023
|
// FileSpreadsheet aliases
|
|
1024
1024
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1025
|
-
//
|
|
1026
|
-
export { default as
|
|
1025
|
+
// FileSymlink aliases
|
|
1026
|
+
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1027
|
+
// FileStack aliases
|
|
1028
|
+
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1027
1029
|
// FileText aliases
|
|
1028
1030
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1031
|
+
// FileTerminal aliases
|
|
1032
|
+
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1029
1033
|
// FileType2 aliases
|
|
1030
1034
|
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1031
|
-
// FileType aliases
|
|
1032
|
-
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1033
1035
|
// FileUp aliases
|
|
1034
1036
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1037
|
+
// FileType aliases
|
|
1038
|
+
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1035
1039
|
// FileUser aliases
|
|
1036
1040
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1037
|
-
//
|
|
1038
|
-
export { default as
|
|
1041
|
+
// FileVolume2 aliases
|
|
1042
|
+
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1039
1043
|
// FileVideo aliases
|
|
1040
1044
|
export { default as FileVideoIcon } from '../icons/file-video';
|
|
1041
1045
|
// FileVolume aliases
|
|
1042
1046
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1043
|
-
//
|
|
1044
|
-
export { default as
|
|
1047
|
+
// FileVideo2 aliases
|
|
1048
|
+
export { default as FileVideo2Icon } from '../icons/file-video-2';
|
|
1045
1049
|
// FileWarning aliases
|
|
1046
1050
|
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1047
|
-
// FileX aliases
|
|
1048
|
-
export { default as FileXIcon } from '../icons/file-x';
|
|
1049
1051
|
// FileX2 aliases
|
|
1050
1052
|
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1053
|
+
// FileX aliases
|
|
1054
|
+
export { default as FileXIcon } from '../icons/file-x';
|
|
1051
1055
|
// File aliases
|
|
1052
1056
|
export { default as FileIcon } from '../icons/file';
|
|
1053
1057
|
// Files aliases
|
|
@@ -1062,32 +1066,32 @@ export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
|
1062
1066
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1063
1067
|
// FishSymbol aliases
|
|
1064
1068
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1065
|
-
// Fish aliases
|
|
1066
|
-
export { default as FishIcon } from '../icons/fish';
|
|
1067
|
-
// FlagTriangleLeft aliases
|
|
1068
|
-
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1069
1069
|
// FlagOff aliases
|
|
1070
1070
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1071
|
+
// Fish aliases
|
|
1072
|
+
export { default as FishIcon } from '../icons/fish';
|
|
1071
1073
|
// FlagTriangleRight aliases
|
|
1072
1074
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1073
|
-
//
|
|
1074
|
-
export { default as
|
|
1075
|
+
// FlagTriangleLeft aliases
|
|
1076
|
+
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1075
1077
|
// FlameKindling aliases
|
|
1076
1078
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1079
|
+
// Flag aliases
|
|
1080
|
+
export { default as FlagIcon } from '../icons/flag';
|
|
1077
1081
|
// Flame aliases
|
|
1078
1082
|
export { default as FlameIcon } from '../icons/flame';
|
|
1079
1083
|
// FlashlightOff aliases
|
|
1080
1084
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1081
|
-
// FlaskConicalOff aliases
|
|
1082
|
-
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1083
1085
|
// Flashlight aliases
|
|
1084
1086
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1087
|
+
// FlaskConicalOff aliases
|
|
1088
|
+
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1085
1089
|
// FlaskConical aliases
|
|
1086
1090
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1087
|
-
// FlaskRound aliases
|
|
1088
|
-
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1089
1091
|
// FlipHorizontal2 aliases
|
|
1090
1092
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1093
|
+
// FlaskRound aliases
|
|
1094
|
+
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1091
1095
|
// FlipHorizontal aliases
|
|
1092
1096
|
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1093
1097
|
// FlipVertical2 aliases
|
|
@@ -1128,12 +1132,12 @@ export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
|
1128
1132
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1129
1133
|
// FolderKey aliases
|
|
1130
1134
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1135
|
+
// FolderKanban aliases
|
|
1136
|
+
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1131
1137
|
// FolderLock aliases
|
|
1132
1138
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1133
1139
|
// FolderMinus aliases
|
|
1134
1140
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1135
|
-
// FolderKanban aliases
|
|
1136
|
-
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1137
1141
|
// FolderOpenDot aliases
|
|
1138
1142
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1139
1143
|
// FolderOpen aliases
|
|
@@ -1150,38 +1154,38 @@ export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
|
1150
1154
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1151
1155
|
// FolderSymlink aliases
|
|
1152
1156
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1153
|
-
// FolderSync aliases
|
|
1154
|
-
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1155
1157
|
// FolderTree aliases
|
|
1156
1158
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1159
|
+
// FolderSync aliases
|
|
1160
|
+
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1157
1161
|
// FolderX aliases
|
|
1158
1162
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1159
|
-
// Folder aliases
|
|
1160
|
-
export { default as FolderIcon } from '../icons/folder';
|
|
1161
1163
|
// FolderUp aliases
|
|
1162
1164
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1163
|
-
//
|
|
1164
|
-
export { default as
|
|
1165
|
+
// Folder aliases
|
|
1166
|
+
export { default as FolderIcon } from '../icons/folder';
|
|
1165
1167
|
// Folders aliases
|
|
1166
1168
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1167
1169
|
// Forklift aliases
|
|
1168
1170
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1169
1171
|
// Forward aliases
|
|
1170
1172
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1173
|
+
// Footprints aliases
|
|
1174
|
+
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1171
1175
|
// Frame aliases
|
|
1172
1176
|
export { default as FrameIcon } from '../icons/frame';
|
|
1173
1177
|
// Framer aliases
|
|
1174
1178
|
export { default as FramerIcon } from '../icons/framer';
|
|
1175
|
-
// Frown aliases
|
|
1176
|
-
export { default as FrownIcon } from '../icons/frown';
|
|
1177
1179
|
// Fuel aliases
|
|
1178
1180
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1181
|
+
// Frown aliases
|
|
1182
|
+
export { default as FrownIcon } from '../icons/frown';
|
|
1179
1183
|
// Fullscreen aliases
|
|
1180
1184
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1181
|
-
// GalleryHorizontalEnd aliases
|
|
1182
|
-
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1183
1185
|
// FunnelPlus aliases
|
|
1184
1186
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1187
|
+
// GalleryHorizontalEnd aliases
|
|
1188
|
+
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1185
1189
|
// GalleryHorizontal aliases
|
|
1186
1190
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1187
1191
|
// GalleryThumbnails aliases
|
|
@@ -1196,120 +1200,120 @@ export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
|
1196
1200
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1197
1201
|
// Gauge aliases
|
|
1198
1202
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1199
|
-
// Ghost aliases
|
|
1200
|
-
export { default as GhostIcon } from '../icons/ghost';
|
|
1201
1203
|
// Gavel aliases
|
|
1202
1204
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1203
|
-
// Gift aliases
|
|
1204
|
-
export { default as GiftIcon } from '../icons/gift';
|
|
1205
1205
|
// Gem aliases
|
|
1206
1206
|
export { default as GemIcon } from '../icons/gem';
|
|
1207
|
+
// Ghost aliases
|
|
1208
|
+
export { default as GhostIcon } from '../icons/ghost';
|
|
1209
|
+
// Gift aliases
|
|
1210
|
+
export { default as GiftIcon } from '../icons/gift';
|
|
1207
1211
|
// GitBranchPlus aliases
|
|
1208
1212
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1209
1213
|
// GitBranch aliases
|
|
1210
1214
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1211
1215
|
// GitCommitVertical aliases
|
|
1212
1216
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1213
|
-
// GitCompareArrows aliases
|
|
1214
|
-
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1215
1217
|
// GitCompare aliases
|
|
1216
1218
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1219
|
+
// GitCompareArrows aliases
|
|
1220
|
+
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1217
1221
|
// GitFork aliases
|
|
1218
1222
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1219
|
-
// GitMerge aliases
|
|
1220
|
-
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1221
1223
|
// GitGraph aliases
|
|
1222
1224
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1225
|
+
// GitMerge aliases
|
|
1226
|
+
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1223
1227
|
// GitPullRequestArrow aliases
|
|
1224
1228
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1225
1229
|
// GitPullRequestClosed aliases
|
|
1226
1230
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1227
1231
|
// GitPullRequestCreateArrow aliases
|
|
1228
1232
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1233
|
+
// GitPullRequestDraft aliases
|
|
1234
|
+
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1229
1235
|
// GitPullRequestCreate aliases
|
|
1230
1236
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1231
1237
|
// GitPullRequest aliases
|
|
1232
1238
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1233
|
-
// GitPullRequestDraft aliases
|
|
1234
|
-
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1235
1239
|
// Github aliases
|
|
1236
1240
|
export { default as GithubIcon } from '../icons/github';
|
|
1237
1241
|
// Gitlab aliases
|
|
1238
1242
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1239
|
-
// GlassWater aliases
|
|
1240
|
-
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1241
1243
|
// Glasses aliases
|
|
1242
1244
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1243
1245
|
// GlobeLock aliases
|
|
1244
1246
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1245
1247
|
// Globe aliases
|
|
1246
1248
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1249
|
+
// GlassWater aliases
|
|
1250
|
+
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1251
|
+
// Goal aliases
|
|
1252
|
+
export { default as GoalIcon } from '../icons/goal';
|
|
1247
1253
|
// Grab aliases
|
|
1248
1254
|
export { default as GrabIcon } from '../icons/grab';
|
|
1249
1255
|
// GraduationCap aliases
|
|
1250
1256
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1251
|
-
// Goal aliases
|
|
1252
|
-
export { default as GoalIcon } from '../icons/goal';
|
|
1253
|
-
// GripVertical aliases
|
|
1254
|
-
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1255
1257
|
// Grape aliases
|
|
1256
1258
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1257
1259
|
// GripHorizontal aliases
|
|
1258
1260
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1261
|
+
// GripVertical aliases
|
|
1262
|
+
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1259
1263
|
// Grip aliases
|
|
1260
1264
|
export { default as GripIcon } from '../icons/grip';
|
|
1261
1265
|
// Group aliases
|
|
1262
1266
|
export { default as GroupIcon } from '../icons/group';
|
|
1263
|
-
// Ham aliases
|
|
1264
|
-
export { default as HamIcon } from '../icons/ham';
|
|
1265
1267
|
// Guitar aliases
|
|
1266
1268
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1269
|
+
// Ham aliases
|
|
1270
|
+
export { default as HamIcon } from '../icons/ham';
|
|
1267
1271
|
// Hammer aliases
|
|
1268
1272
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1269
|
-
// HandCoins aliases
|
|
1270
|
-
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1271
1273
|
// HandHeart aliases
|
|
1272
1274
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1275
|
+
// HandCoins aliases
|
|
1276
|
+
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1273
1277
|
// HandMetal aliases
|
|
1274
1278
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1275
1279
|
// HandPlatter aliases
|
|
1276
1280
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1277
|
-
// Hand aliases
|
|
1278
|
-
export { default as HandIcon } from '../icons/hand';
|
|
1279
1281
|
// Handshake aliases
|
|
1280
1282
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1283
|
+
// Hand aliases
|
|
1284
|
+
export { default as HandIcon } from '../icons/hand';
|
|
1285
|
+
// HardDriveDownload aliases
|
|
1286
|
+
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1281
1287
|
// HardDriveUpload aliases
|
|
1282
1288
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1283
1289
|
// HardDrive aliases
|
|
1284
1290
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1285
|
-
// HardDriveDownload aliases
|
|
1286
|
-
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1287
1291
|
// HardHat aliases
|
|
1288
1292
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1289
1293
|
// Hash aliases
|
|
1290
1294
|
export { default as HashIcon } from '../icons/hash';
|
|
1291
|
-
// HdmiPort aliases
|
|
1292
|
-
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1293
1295
|
// Haze aliases
|
|
1294
1296
|
export { default as HazeIcon } from '../icons/haze';
|
|
1297
|
+
// HdmiPort aliases
|
|
1298
|
+
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1299
|
+
// Heading1 aliases
|
|
1300
|
+
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1295
1301
|
// Heading2 aliases
|
|
1296
1302
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1297
|
-
// Heading3 aliases
|
|
1298
|
-
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1299
1303
|
// Heading4 aliases
|
|
1300
1304
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1305
|
+
// Heading3 aliases
|
|
1306
|
+
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1301
1307
|
// Heading5 aliases
|
|
1302
1308
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1303
|
-
// Heading1 aliases
|
|
1304
|
-
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1305
|
-
// Heading aliases
|
|
1306
|
-
export { default as HeadingIcon } from '../icons/heading';
|
|
1307
1309
|
// Heading6 aliases
|
|
1308
1310
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1309
1311
|
// HeadphoneOff aliases
|
|
1310
1312
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1311
1313
|
// Headphones aliases
|
|
1312
1314
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1315
|
+
// Heading aliases
|
|
1316
|
+
export { default as HeadingIcon } from '../icons/heading';
|
|
1313
1317
|
// Headset aliases
|
|
1314
1318
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1315
1319
|
// HeartCrack aliases
|
|
@@ -1318,10 +1322,10 @@ export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
|
1318
1322
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1319
1323
|
// HeartMinus aliases
|
|
1320
1324
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1321
|
-
// HeartPlus aliases
|
|
1322
|
-
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1323
1325
|
// HeartOff aliases
|
|
1324
1326
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1327
|
+
// HeartPlus aliases
|
|
1328
|
+
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1325
1329
|
// HeartPulse aliases
|
|
1326
1330
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1327
1331
|
// Heart aliases
|
|
@@ -1336,18 +1340,18 @@ export { default as HighlighterIcon } from '../icons/highlighter';
|
|
|
1336
1340
|
export { default as HistoryIcon } from '../icons/history';
|
|
1337
1341
|
// HopOff aliases
|
|
1338
1342
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1339
|
-
//
|
|
1340
|
-
export { default as
|
|
1343
|
+
// Hospital aliases
|
|
1344
|
+
export { default as HospitalIcon } from '../icons/hospital';
|
|
1341
1345
|
// Hop aliases
|
|
1342
1346
|
export { default as HopIcon } from '../icons/hop';
|
|
1347
|
+
// Hotel aliases
|
|
1348
|
+
export { default as HotelIcon } from '../icons/hotel';
|
|
1343
1349
|
// Hourglass aliases
|
|
1344
1350
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1345
|
-
// Hospital aliases
|
|
1346
|
-
export { default as HospitalIcon } from '../icons/hospital';
|
|
1347
|
-
// HousePlus aliases
|
|
1348
|
-
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1349
1351
|
// HousePlug aliases
|
|
1350
1352
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1353
|
+
// HousePlus aliases
|
|
1354
|
+
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1351
1355
|
// HouseWifi aliases
|
|
1352
1356
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1353
1357
|
// IdCard aliases
|
|
@@ -1356,22 +1360,22 @@ export { default as IdCardIcon } from '../icons/id-card';
|
|
|
1356
1360
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1357
1361
|
// ImageDown aliases
|
|
1358
1362
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1359
|
-
// ImagePlay aliases
|
|
1360
|
-
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1361
1363
|
// ImageOff aliases
|
|
1362
1364
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1365
|
+
// ImagePlay aliases
|
|
1366
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1363
1367
|
// ImagePlus aliases
|
|
1364
1368
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1365
1369
|
// ImageUp aliases
|
|
1366
1370
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1367
1371
|
// ImageUpscale aliases
|
|
1368
1372
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1369
|
-
// Image aliases
|
|
1370
|
-
export { default as ImageIcon } from '../icons/image';
|
|
1371
1373
|
// Images aliases
|
|
1372
1374
|
export { default as ImagesIcon } from '../icons/images';
|
|
1373
1375
|
// Import aliases
|
|
1374
1376
|
export { default as ImportIcon } from '../icons/import';
|
|
1377
|
+
// Image aliases
|
|
1378
|
+
export { default as ImageIcon } from '../icons/image';
|
|
1375
1379
|
// Inbox aliases
|
|
1376
1380
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1377
1381
|
// IndianRupee aliases
|
|
@@ -1398,10 +1402,10 @@ export { default as JoystickIcon } from '../icons/joystick';
|
|
|
1398
1402
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1399
1403
|
// KeyRound aliases
|
|
1400
1404
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1401
|
-
// KeySquare aliases
|
|
1402
|
-
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1403
1405
|
// Key aliases
|
|
1404
1406
|
export { default as KeyIcon } from '../icons/key';
|
|
1407
|
+
// KeySquare aliases
|
|
1408
|
+
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1405
1409
|
// KeyboardMusic aliases
|
|
1406
1410
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1407
1411
|
// KeyboardOff aliases
|
|
@@ -1420,16 +1424,16 @@ export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
|
1420
1424
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1421
1425
|
// Lamp aliases
|
|
1422
1426
|
export { default as LampIcon } from '../icons/lamp';
|
|
1423
|
-
// LandPlot aliases
|
|
1424
|
-
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1425
1427
|
// Landmark aliases
|
|
1426
1428
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1429
|
+
// LandPlot aliases
|
|
1430
|
+
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1427
1431
|
// Languages aliases
|
|
1428
1432
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1429
|
-
// LaptopMinimalCheck aliases
|
|
1430
|
-
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1431
1433
|
// Laptop aliases
|
|
1432
1434
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1435
|
+
// LaptopMinimalCheck aliases
|
|
1436
|
+
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1433
1437
|
// LassoSelect aliases
|
|
1434
1438
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1435
1439
|
// Lasso aliases
|
|
@@ -1454,14 +1458,14 @@ export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
|
1454
1458
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1455
1459
|
// LeafyGreen aliases
|
|
1456
1460
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1457
|
-
// LibraryBig aliases
|
|
1458
|
-
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1459
1461
|
// LetterText aliases
|
|
1460
1462
|
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1461
|
-
// Library aliases
|
|
1462
|
-
export { default as LibraryIcon } from '../icons/library';
|
|
1463
1463
|
// Lectern aliases
|
|
1464
1464
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1465
|
+
// LibraryBig aliases
|
|
1466
|
+
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1467
|
+
// Library aliases
|
|
1468
|
+
export { default as LibraryIcon } from '../icons/library';
|
|
1465
1469
|
// LifeBuoy aliases
|
|
1466
1470
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1467
1471
|
// Ligature aliases
|
|
@@ -1476,60 +1480,60 @@ export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
|
1476
1480
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1477
1481
|
// Link aliases
|
|
1478
1482
|
export { default as LinkIcon } from '../icons/link';
|
|
1479
|
-
// ListCheck aliases
|
|
1480
|
-
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1481
1483
|
// Linkedin aliases
|
|
1482
1484
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1485
|
+
// ListCheck aliases
|
|
1486
|
+
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1483
1487
|
// ListChecks aliases
|
|
1484
1488
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1485
|
-
// ListFilterPlus aliases
|
|
1486
|
-
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1487
|
-
// ListEnd aliases
|
|
1488
|
-
export { default as ListEndIcon } from '../icons/list-end';
|
|
1489
1489
|
// ListCollapse aliases
|
|
1490
1490
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1491
|
+
// ListEnd aliases
|
|
1492
|
+
export { default as ListEndIcon } from '../icons/list-end';
|
|
1493
|
+
// ListFilterPlus aliases
|
|
1494
|
+
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1491
1495
|
// ListFilter aliases
|
|
1492
1496
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1493
1497
|
// ListMinus aliases
|
|
1494
1498
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1495
|
-
// ListOrdered aliases
|
|
1496
|
-
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1497
1499
|
// ListMusic aliases
|
|
1498
1500
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1499
|
-
//
|
|
1500
|
-
export { default as
|
|
1501
|
+
// ListOrdered aliases
|
|
1502
|
+
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1501
1503
|
// ListRestart aliases
|
|
1502
1504
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1505
|
+
// ListPlus aliases
|
|
1506
|
+
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1503
1507
|
// ListStart aliases
|
|
1504
1508
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1505
1509
|
// ListTodo aliases
|
|
1506
1510
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1507
|
-
// ListVideo aliases
|
|
1508
|
-
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1509
1511
|
// ListTree aliases
|
|
1510
1512
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1511
|
-
//
|
|
1512
|
-
export { default as
|
|
1513
|
-
// Loader aliases
|
|
1514
|
-
export { default as LoaderIcon } from '../icons/loader';
|
|
1513
|
+
// ListVideo aliases
|
|
1514
|
+
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1515
1515
|
// List aliases
|
|
1516
1516
|
export { default as ListIcon } from '../icons/list';
|
|
1517
|
+
// ListX aliases
|
|
1518
|
+
export { default as ListXIcon } from '../icons/list-x';
|
|
1517
1519
|
// LoaderPinwheel aliases
|
|
1518
1520
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1519
|
-
//
|
|
1520
|
-
export { default as
|
|
1521
|
+
// Loader aliases
|
|
1522
|
+
export { default as LoaderIcon } from '../icons/loader';
|
|
1521
1523
|
// LocateFixed aliases
|
|
1522
1524
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1525
|
+
// LocateOff aliases
|
|
1526
|
+
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1523
1527
|
// Locate aliases
|
|
1524
1528
|
export { default as LocateIcon } from '../icons/locate';
|
|
1525
|
-
// LockKeyhole aliases
|
|
1526
|
-
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1527
|
-
// Lock aliases
|
|
1528
|
-
export { default as LockIcon } from '../icons/lock';
|
|
1529
1529
|
// LocationEdit aliases
|
|
1530
1530
|
export { default as LocationEditIcon } from '../icons/location-edit';
|
|
1531
|
+
// LockKeyhole aliases
|
|
1532
|
+
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1531
1533
|
// LogIn aliases
|
|
1532
1534
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1535
|
+
// Lock aliases
|
|
1536
|
+
export { default as LockIcon } from '../icons/lock';
|
|
1533
1537
|
// LogOut aliases
|
|
1534
1538
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1535
1539
|
// Logs aliases
|
|
@@ -1540,12 +1544,12 @@ export { default as LollipopIcon } from '../icons/lollipop';
|
|
|
1540
1544
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1541
1545
|
// Luggage aliases
|
|
1542
1546
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1547
|
+
// MailMinus aliases
|
|
1548
|
+
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1543
1549
|
// MailCheck aliases
|
|
1544
1550
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1545
1551
|
// MailOpen aliases
|
|
1546
1552
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1547
|
-
// MailMinus aliases
|
|
1548
|
-
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1549
1553
|
// MailPlus aliases
|
|
1550
1554
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1551
1555
|
// MailQuestion aliases
|
|
@@ -1556,14 +1560,14 @@ export { default as MailSearchIcon } from '../icons/mail-search';
|
|
|
1556
1560
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1557
1561
|
// MailX aliases
|
|
1558
1562
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1559
|
-
// Mailbox aliases
|
|
1560
|
-
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1561
1563
|
// Mail aliases
|
|
1562
1564
|
export { default as MailIcon } from '../icons/mail';
|
|
1563
|
-
//
|
|
1564
|
-
export { default as
|
|
1565
|
+
// Mailbox aliases
|
|
1566
|
+
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1565
1567
|
// MapPinCheckInside aliases
|
|
1566
1568
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1569
|
+
// Mails aliases
|
|
1570
|
+
export { default as MailsIcon } from '../icons/mails';
|
|
1567
1571
|
// MapPinCheck aliases
|
|
1568
1572
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1569
1573
|
// MapPinHouse aliases
|
|
@@ -1580,10 +1584,10 @@ export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
|
1580
1584
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1581
1585
|
// MapPinXInside aliases
|
|
1582
1586
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1583
|
-
// MapPin aliases
|
|
1584
|
-
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1585
1587
|
// MapPinX aliases
|
|
1586
1588
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1589
|
+
// MapPin aliases
|
|
1590
|
+
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1587
1591
|
// MapPinned aliases
|
|
1588
1592
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1589
1593
|
// MapPlus aliases
|
|
@@ -1592,10 +1596,10 @@ export { default as MapPlusIcon } from '../icons/map-plus';
|
|
|
1592
1596
|
export { default as MapIcon } from '../icons/map';
|
|
1593
1597
|
// MarsStroke aliases
|
|
1594
1598
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1595
|
-
// Mars aliases
|
|
1596
|
-
export { default as MarsIcon } from '../icons/mars';
|
|
1597
1599
|
// Martini aliases
|
|
1598
1600
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1601
|
+
// Mars aliases
|
|
1602
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1599
1603
|
// Maximize2 aliases
|
|
1600
1604
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1601
1605
|
// Maximize aliases
|
|
@@ -1604,12 +1608,12 @@ export { default as MaximizeIcon } from '../icons/maximize';
|
|
|
1604
1608
|
export { default as MedalIcon } from '../icons/medal';
|
|
1605
1609
|
// MegaphoneOff aliases
|
|
1606
1610
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1607
|
-
// Meh aliases
|
|
1608
|
-
export { default as MehIcon } from '../icons/meh';
|
|
1609
1611
|
// Megaphone aliases
|
|
1610
1612
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1611
1613
|
// MemoryStick aliases
|
|
1612
1614
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1615
|
+
// Meh aliases
|
|
1616
|
+
export { default as MehIcon } from '../icons/meh';
|
|
1613
1617
|
// Menu aliases
|
|
1614
1618
|
export { default as MenuIcon } from '../icons/menu';
|
|
1615
1619
|
// Merge aliases
|
|
@@ -1638,56 +1642,56 @@ export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
|
1638
1642
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1639
1643
|
// MessageSquareCode aliases
|
|
1640
1644
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1641
|
-
// MessageSquareDiff aliases
|
|
1642
|
-
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1643
1645
|
// MessageSquareDashed aliases
|
|
1644
1646
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1645
1647
|
// MessageSquareDot aliases
|
|
1646
1648
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1649
|
+
// MessageSquareDiff aliases
|
|
1650
|
+
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1647
1651
|
// MessageSquareHeart aliases
|
|
1648
1652
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1649
1653
|
// MessageSquareLock aliases
|
|
1650
1654
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1651
1655
|
// MessageSquareMore aliases
|
|
1652
1656
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1657
|
+
// MessageSquarePlus aliases
|
|
1658
|
+
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1653
1659
|
// MessageSquareOff aliases
|
|
1654
1660
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1655
1661
|
// MessageSquareQuote aliases
|
|
1656
1662
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1657
|
-
// MessageSquarePlus aliases
|
|
1658
|
-
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1659
|
-
// MessageSquareReply aliases
|
|
1660
|
-
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1661
1663
|
// MessageSquareShare aliases
|
|
1662
1664
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1665
|
+
// MessageSquareReply aliases
|
|
1666
|
+
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1663
1667
|
// MessageSquareText aliases
|
|
1664
1668
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1665
|
-
// MessageSquareWarning aliases
|
|
1666
|
-
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1667
1669
|
// MessageSquareX aliases
|
|
1668
1670
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1671
|
+
// MessageSquareWarning aliases
|
|
1672
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1669
1673
|
// MessageSquare aliases
|
|
1670
1674
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1671
|
-
// MicOff aliases
|
|
1672
|
-
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1673
1675
|
// MessagesSquare aliases
|
|
1674
1676
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1677
|
+
// MicOff aliases
|
|
1678
|
+
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1679
|
+
// Mic aliases
|
|
1680
|
+
export { default as MicIcon } from '../icons/mic';
|
|
1675
1681
|
// Microchip aliases
|
|
1676
1682
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1677
1683
|
// Microscope aliases
|
|
1678
1684
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1679
|
-
// Mic aliases
|
|
1680
|
-
export { default as MicIcon } from '../icons/mic';
|
|
1681
|
-
// Microwave aliases
|
|
1682
|
-
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1683
1685
|
// Milestone aliases
|
|
1684
1686
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1687
|
+
// Microwave aliases
|
|
1688
|
+
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1685
1689
|
// MilkOff aliases
|
|
1686
1690
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1687
|
-
// Milk aliases
|
|
1688
|
-
export { default as MilkIcon } from '../icons/milk';
|
|
1689
1691
|
// Minimize2 aliases
|
|
1690
1692
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1693
|
+
// Milk aliases
|
|
1694
|
+
export { default as MilkIcon } from '../icons/milk';
|
|
1691
1695
|
// Minimize aliases
|
|
1692
1696
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1693
1697
|
// Minus aliases
|
|
@@ -1700,34 +1704,34 @@ export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
|
1700
1704
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1701
1705
|
// MonitorDown aliases
|
|
1702
1706
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1703
|
-
// MonitorPause aliases
|
|
1704
|
-
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1705
1707
|
// MonitorOff aliases
|
|
1706
1708
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1709
|
+
// MonitorPause aliases
|
|
1710
|
+
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1711
|
+
// MonitorSmartphone aliases
|
|
1712
|
+
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1707
1713
|
// MonitorPlay aliases
|
|
1708
1714
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1709
1715
|
// MonitorSpeaker aliases
|
|
1710
1716
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1711
|
-
// MonitorSmartphone aliases
|
|
1712
|
-
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1713
|
-
// MonitorUp aliases
|
|
1714
|
-
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1715
1717
|
// MonitorStop aliases
|
|
1716
1718
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1719
|
+
// MonitorUp aliases
|
|
1720
|
+
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1717
1721
|
// MonitorX aliases
|
|
1718
1722
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1719
1723
|
// Monitor aliases
|
|
1720
1724
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1721
|
-
// MoonStar aliases
|
|
1722
|
-
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1723
1725
|
// Moon aliases
|
|
1724
1726
|
export { default as MoonIcon } from '../icons/moon';
|
|
1727
|
+
// MoonStar aliases
|
|
1728
|
+
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1725
1729
|
// MountainSnow aliases
|
|
1726
1730
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1727
|
-
// MouseOff aliases
|
|
1728
|
-
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1729
1731
|
// Mountain aliases
|
|
1730
1732
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1733
|
+
// MouseOff aliases
|
|
1734
|
+
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1731
1735
|
// MousePointer2 aliases
|
|
1732
1736
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1733
1737
|
// MousePointerBan aliases
|
|
@@ -1740,30 +1744,30 @@ export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
|
1740
1744
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1741
1745
|
// MoveDiagonal2 aliases
|
|
1742
1746
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1743
|
-
// MoveDiagonal aliases
|
|
1744
|
-
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1745
1747
|
// MoveDownLeft aliases
|
|
1746
1748
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1747
|
-
//
|
|
1748
|
-
export { default as
|
|
1749
|
+
// MoveDiagonal aliases
|
|
1750
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1749
1751
|
// MoveDownRight aliases
|
|
1750
1752
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1753
|
+
// MoveDown aliases
|
|
1754
|
+
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1751
1755
|
// MoveHorizontal aliases
|
|
1752
1756
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1753
1757
|
// MoveLeft aliases
|
|
1754
1758
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1755
1759
|
// MoveRight aliases
|
|
1756
1760
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1757
|
-
// MoveUpRight aliases
|
|
1758
|
-
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1759
1761
|
// MoveUpLeft aliases
|
|
1760
1762
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1763
|
+
// MoveUpRight aliases
|
|
1764
|
+
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1761
1765
|
// MoveUp aliases
|
|
1762
1766
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1763
|
-
// MoveVertical aliases
|
|
1764
|
-
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1765
1767
|
// Move aliases
|
|
1766
1768
|
export { default as MoveIcon } from '../icons/move';
|
|
1769
|
+
// MoveVertical aliases
|
|
1770
|
+
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1767
1771
|
// Music2 aliases
|
|
1768
1772
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1769
1773
|
// Music3 aliases
|
|
@@ -1776,10 +1780,10 @@ export { default as MusicIcon } from '../icons/music';
|
|
|
1776
1780
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1777
1781
|
// Navigation2 aliases
|
|
1778
1782
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1779
|
-
// NavigationOff aliases
|
|
1780
|
-
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1781
1783
|
// Navigation aliases
|
|
1782
1784
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1785
|
+
// NavigationOff aliases
|
|
1786
|
+
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1783
1787
|
// Network aliases
|
|
1784
1788
|
export { default as NetworkIcon } from '../icons/network';
|
|
1785
1789
|
// Newspaper aliases
|
|
@@ -1790,52 +1794,52 @@ export { default as NfcIcon } from '../icons/nfc';
|
|
|
1790
1794
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1791
1795
|
// NotebookPen aliases
|
|
1792
1796
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1793
|
-
// NotebookTabs aliases
|
|
1794
|
-
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1795
1797
|
// NotebookText aliases
|
|
1796
1798
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1797
|
-
//
|
|
1798
|
-
export { default as
|
|
1799
|
+
// NotebookTabs aliases
|
|
1800
|
+
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1799
1801
|
// Notebook aliases
|
|
1800
1802
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1803
|
+
// NotepadTextDashed aliases
|
|
1804
|
+
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1805
|
+
// NotepadText aliases
|
|
1806
|
+
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1801
1807
|
// NutOff aliases
|
|
1802
1808
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1803
1809
|
// Nut aliases
|
|
1804
1810
|
export { default as NutIcon } from '../icons/nut';
|
|
1805
|
-
//
|
|
1806
|
-
export { default as
|
|
1811
|
+
// OctagonMinus aliases
|
|
1812
|
+
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1807
1813
|
// Octagon aliases
|
|
1808
1814
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1809
1815
|
// Omega aliases
|
|
1810
1816
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1811
|
-
//
|
|
1812
|
-
export { default as
|
|
1813
|
-
// Orbit aliases
|
|
1814
|
-
export { default as OrbitIcon } from '../icons/orbit';
|
|
1817
|
+
// Option aliases
|
|
1818
|
+
export { default as OptionIcon } from '../icons/option';
|
|
1815
1819
|
// Origami aliases
|
|
1816
1820
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1821
|
+
// Orbit aliases
|
|
1822
|
+
export { default as OrbitIcon } from '../icons/orbit';
|
|
1817
1823
|
// Package2 aliases
|
|
1818
1824
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1819
|
-
// Option aliases
|
|
1820
|
-
export { default as OptionIcon } from '../icons/option';
|
|
1821
|
-
// PackageCheck aliases
|
|
1822
|
-
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1823
1825
|
// PackageMinus aliases
|
|
1824
1826
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1825
1827
|
// PackageOpen aliases
|
|
1826
1828
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1827
|
-
//
|
|
1828
|
-
export { default as
|
|
1829
|
+
// PackageCheck aliases
|
|
1830
|
+
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1829
1831
|
// PackagePlus aliases
|
|
1830
1832
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1831
|
-
//
|
|
1832
|
-
export { default as
|
|
1833
|
+
// PackageSearch aliases
|
|
1834
|
+
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1833
1835
|
// Package aliases
|
|
1834
1836
|
export { default as PackageIcon } from '../icons/package';
|
|
1835
|
-
//
|
|
1836
|
-
export { default as
|
|
1837
|
+
// PackageX aliases
|
|
1838
|
+
export { default as PackageXIcon } from '../icons/package-x';
|
|
1837
1839
|
// PaintBucket aliases
|
|
1838
1840
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1841
|
+
// PaintRoller aliases
|
|
1842
|
+
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1839
1843
|
// Paintbrush aliases
|
|
1840
1844
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1841
1845
|
// Palette aliases
|
|
@@ -1846,10 +1850,10 @@ export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
|
1846
1850
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1847
1851
|
// PanelBottom aliases
|
|
1848
1852
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1849
|
-
// PanelRightOpen aliases
|
|
1850
|
-
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1851
1853
|
// PanelRightClose aliases
|
|
1852
1854
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1855
|
+
// PanelRightOpen aliases
|
|
1856
|
+
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1853
1857
|
// PanelRight aliases
|
|
1854
1858
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1855
1859
|
// PanelTopClose aliases
|
|
@@ -1862,10 +1866,10 @@ export { default as PanelTopIcon } from '../icons/panel-top';
|
|
|
1862
1866
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1863
1867
|
// PanelsRightBottom aliases
|
|
1864
1868
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1865
|
-
// Paperclip aliases
|
|
1866
|
-
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1867
1869
|
// Parentheses aliases
|
|
1868
1870
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1871
|
+
// Paperclip aliases
|
|
1872
|
+
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1869
1873
|
// ParkingMeter aliases
|
|
1870
1874
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1871
1875
|
// PartyPopper aliases
|
|
@@ -1876,10 +1880,10 @@ export { default as PauseIcon } from '../icons/pause';
|
|
|
1876
1880
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1877
1881
|
// PcCase aliases
|
|
1878
1882
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1879
|
-
// PenTool aliases
|
|
1880
|
-
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1881
1883
|
// PenOff aliases
|
|
1882
1884
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1885
|
+
// PenTool aliases
|
|
1886
|
+
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1883
1887
|
// PencilOff aliases
|
|
1884
1888
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1885
1889
|
// PencilLine aliases
|
|
@@ -1890,14 +1894,14 @@ export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
|
1890
1894
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1891
1895
|
// Pentagon aliases
|
|
1892
1896
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1893
|
-
// Percent aliases
|
|
1894
|
-
export { default as PercentIcon } from '../icons/percent';
|
|
1895
1897
|
// PersonStanding aliases
|
|
1896
1898
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1897
|
-
//
|
|
1898
|
-
export { default as
|
|
1899
|
+
// Percent aliases
|
|
1900
|
+
export { default as PercentIcon } from '../icons/percent';
|
|
1899
1901
|
// PhoneCall aliases
|
|
1900
1902
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1903
|
+
// PhilippinePeso aliases
|
|
1904
|
+
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1901
1905
|
// PhoneForwarded aliases
|
|
1902
1906
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1903
1907
|
// PhoneIncoming aliases
|
|
@@ -1912,10 +1916,10 @@ export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
|
1912
1916
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1913
1917
|
// Pi aliases
|
|
1914
1918
|
export { default as PiIcon } from '../icons/pi';
|
|
1915
|
-
// Piano aliases
|
|
1916
|
-
export { default as PianoIcon } from '../icons/piano';
|
|
1917
1919
|
// Pickaxe aliases
|
|
1918
1920
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1921
|
+
// Piano aliases
|
|
1922
|
+
export { default as PianoIcon } from '../icons/piano';
|
|
1919
1923
|
// PictureInPicture2 aliases
|
|
1920
1924
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1921
1925
|
// PictureInPicture aliases
|
|
@@ -1924,44 +1928,44 @@ export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
|
1924
1928
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1925
1929
|
// PilcrowLeft aliases
|
|
1926
1930
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1927
|
-
// Pilcrow aliases
|
|
1928
|
-
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1929
1931
|
// PilcrowRight aliases
|
|
1930
1932
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1933
|
+
// Pilcrow aliases
|
|
1934
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1931
1935
|
// PillBottle aliases
|
|
1932
1936
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1933
1937
|
// Pill aliases
|
|
1934
1938
|
export { default as PillIcon } from '../icons/pill';
|
|
1935
|
-
// PinOff aliases
|
|
1936
|
-
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1937
1939
|
// Pin aliases
|
|
1938
1940
|
export { default as PinIcon } from '../icons/pin';
|
|
1939
1941
|
// Pipette aliases
|
|
1940
1942
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
1943
|
+
// PinOff aliases
|
|
1944
|
+
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1941
1945
|
// Pizza aliases
|
|
1942
1946
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
1943
|
-
// PlaneTakeoff aliases
|
|
1944
|
-
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1945
1947
|
// PlaneLanding aliases
|
|
1946
1948
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1947
|
-
//
|
|
1948
|
-
export { default as
|
|
1949
|
+
// PlaneTakeoff aliases
|
|
1950
|
+
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1949
1951
|
// Plane aliases
|
|
1950
1952
|
export { default as PlaneIcon } from '../icons/plane';
|
|
1951
1953
|
// Plug2 aliases
|
|
1952
1954
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1955
|
+
// Play aliases
|
|
1956
|
+
export { default as PlayIcon } from '../icons/play';
|
|
1953
1957
|
// Plug aliases
|
|
1954
1958
|
export { default as PlugIcon } from '../icons/plug';
|
|
1955
1959
|
// Plus aliases
|
|
1956
1960
|
export { default as PlusIcon } from '../icons/plus';
|
|
1957
|
-
// PocketKnife aliases
|
|
1958
|
-
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1959
1961
|
// Pocket aliases
|
|
1960
1962
|
export { default as PocketIcon } from '../icons/pocket';
|
|
1961
|
-
//
|
|
1962
|
-
export { default as
|
|
1963
|
+
// PocketKnife aliases
|
|
1964
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1963
1965
|
// PointerOff aliases
|
|
1964
1966
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1967
|
+
// Podcast aliases
|
|
1968
|
+
export { default as PodcastIcon } from '../icons/podcast';
|
|
1965
1969
|
// Pointer aliases
|
|
1966
1970
|
export { default as PointerIcon } from '../icons/pointer';
|
|
1967
1971
|
// Popcorn aliases
|
|
@@ -1970,62 +1974,62 @@ export { default as PopcornIcon } from '../icons/popcorn';
|
|
|
1970
1974
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
1971
1975
|
// PoundSterling aliases
|
|
1972
1976
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
1973
|
-
// PowerOff aliases
|
|
1974
|
-
export { default as PowerOffIcon } from '../icons/power-off';
|
|
1975
1977
|
// Power aliases
|
|
1976
1978
|
export { default as PowerIcon } from '../icons/power';
|
|
1977
|
-
//
|
|
1978
|
-
export { default as
|
|
1979
|
+
// PowerOff aliases
|
|
1980
|
+
export { default as PowerOffIcon } from '../icons/power-off';
|
|
1979
1981
|
// Presentation aliases
|
|
1980
1982
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
1983
|
+
// PrinterCheck aliases
|
|
1984
|
+
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
1981
1985
|
// Printer aliases
|
|
1982
1986
|
export { default as PrinterIcon } from '../icons/printer';
|
|
1983
1987
|
// Projector aliases
|
|
1984
1988
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
1985
|
-
// Puzzle aliases
|
|
1986
|
-
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
1987
1989
|
// Proportions aliases
|
|
1988
1990
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
1991
|
+
// Puzzle aliases
|
|
1992
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
1989
1993
|
// Pyramid aliases
|
|
1990
1994
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
1991
|
-
// QrCode aliases
|
|
1992
|
-
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
1993
1995
|
// Quote aliases
|
|
1994
1996
|
export { default as QuoteIcon } from '../icons/quote';
|
|
1997
|
+
// QrCode aliases
|
|
1998
|
+
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
1995
1999
|
// Radar aliases
|
|
1996
2000
|
export { default as RadarIcon } from '../icons/radar';
|
|
1997
|
-
// Radiation aliases
|
|
1998
|
-
export { default as RadiationIcon } from '../icons/radiation';
|
|
1999
2001
|
// Rabbit aliases
|
|
2000
2002
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2003
|
+
// Radiation aliases
|
|
2004
|
+
export { default as RadiationIcon } from '../icons/radiation';
|
|
2001
2005
|
// Radical aliases
|
|
2002
2006
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2003
2007
|
// RadioReceiver aliases
|
|
2004
2008
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2005
|
-
// Radio aliases
|
|
2006
|
-
export { default as RadioIcon } from '../icons/radio';
|
|
2007
2009
|
// RadioTower aliases
|
|
2008
2010
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2009
|
-
//
|
|
2010
|
-
export { default as
|
|
2011
|
+
// Radio aliases
|
|
2012
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2011
2013
|
// Radius aliases
|
|
2012
2014
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2015
|
+
// RailSymbol aliases
|
|
2016
|
+
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2013
2017
|
// Rainbow aliases
|
|
2014
2018
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2015
|
-
// Ratio aliases
|
|
2016
|
-
export { default as RatioIcon } from '../icons/ratio';
|
|
2017
2019
|
// Rat aliases
|
|
2018
2020
|
export { default as RatIcon } from '../icons/rat';
|
|
2021
|
+
// Ratio aliases
|
|
2022
|
+
export { default as RatioIcon } from '../icons/ratio';
|
|
2019
2023
|
// ReceiptCent aliases
|
|
2020
2024
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2021
2025
|
// ReceiptEuro aliases
|
|
2022
2026
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2027
|
+
// ReceiptIndianRupee aliases
|
|
2028
|
+
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2023
2029
|
// ReceiptJapaneseYen aliases
|
|
2024
2030
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2025
2031
|
// ReceiptPoundSterling aliases
|
|
2026
2032
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2027
|
-
// ReceiptIndianRupee aliases
|
|
2028
|
-
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2029
2033
|
// ReceiptRussianRuble aliases
|
|
2030
2034
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2031
2035
|
// ReceiptSwissFranc aliases
|
|
@@ -2036,26 +2040,26 @@ export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
|
2036
2040
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2037
2041
|
// RectangleGoggles aliases
|
|
2038
2042
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2039
|
-
// RectangleVertical aliases
|
|
2040
|
-
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2041
2043
|
// RectangleHorizontal aliases
|
|
2042
2044
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2045
|
+
// RectangleVertical aliases
|
|
2046
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2043
2047
|
// Recycle aliases
|
|
2044
2048
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2045
2049
|
// Redo2 aliases
|
|
2046
2050
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2047
2051
|
// Redo aliases
|
|
2048
2052
|
export { default as RedoIcon } from '../icons/redo';
|
|
2053
|
+
// RefreshCcwDot aliases
|
|
2054
|
+
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2049
2055
|
// RedoDot aliases
|
|
2050
2056
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2051
2057
|
// RefreshCcw aliases
|
|
2052
2058
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2053
|
-
// RefreshCcwDot aliases
|
|
2054
|
-
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2055
|
-
// RefreshCw aliases
|
|
2056
|
-
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2057
2059
|
// RefreshCwOff aliases
|
|
2058
2060
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2061
|
+
// RefreshCw aliases
|
|
2062
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2059
2063
|
// Refrigerator aliases
|
|
2060
2064
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2061
2065
|
// Regex aliases
|
|
@@ -2068,60 +2072,60 @@ export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
|
2068
2072
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2069
2073
|
// Repeat aliases
|
|
2070
2074
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2071
|
-
// Reply aliases
|
|
2072
|
-
export { default as ReplyIcon } from '../icons/reply';
|
|
2073
2075
|
// ReplaceAll aliases
|
|
2074
2076
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2075
2077
|
// Replace aliases
|
|
2076
2078
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2079
|
+
// Reply aliases
|
|
2080
|
+
export { default as ReplyIcon } from '../icons/reply';
|
|
2077
2081
|
// ReplyAll aliases
|
|
2078
2082
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2079
2083
|
// Rewind aliases
|
|
2080
2084
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2081
|
-
// Rocket aliases
|
|
2082
|
-
export { default as RocketIcon } from '../icons/rocket';
|
|
2083
2085
|
// Ribbon aliases
|
|
2084
2086
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2087
|
+
// Rocket aliases
|
|
2088
|
+
export { default as RocketIcon } from '../icons/rocket';
|
|
2085
2089
|
// RockingChair aliases
|
|
2086
2090
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2087
|
-
// RotateCcwKey aliases
|
|
2088
|
-
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2089
2091
|
// RollerCoaster aliases
|
|
2090
2092
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2093
|
+
// RotateCcwKey aliases
|
|
2094
|
+
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2095
|
+
// RotateCcw aliases
|
|
2096
|
+
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2091
2097
|
// RotateCcwSquare aliases
|
|
2092
2098
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2093
2099
|
// RotateCwSquare aliases
|
|
2094
2100
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2095
|
-
// RotateCcw aliases
|
|
2096
|
-
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2097
2101
|
// RotateCw aliases
|
|
2098
2102
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2099
|
-
// Route aliases
|
|
2100
|
-
export { default as RouteIcon } from '../icons/route';
|
|
2101
2103
|
// RouteOff aliases
|
|
2102
2104
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2105
|
+
// Route aliases
|
|
2106
|
+
export { default as RouteIcon } from '../icons/route';
|
|
2103
2107
|
// Router aliases
|
|
2104
2108
|
export { default as RouterIcon } from '../icons/router';
|
|
2105
2109
|
// Rows4 aliases
|
|
2106
2110
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2107
2111
|
// Rss aliases
|
|
2108
2112
|
export { default as RssIcon } from '../icons/rss';
|
|
2109
|
-
// Ruler aliases
|
|
2110
|
-
export { default as RulerIcon } from '../icons/ruler';
|
|
2111
2113
|
// RussianRuble aliases
|
|
2112
2114
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2115
|
+
// Ruler aliases
|
|
2116
|
+
export { default as RulerIcon } from '../icons/ruler';
|
|
2113
2117
|
// Sailboat aliases
|
|
2114
2118
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2115
2119
|
// Salad aliases
|
|
2116
2120
|
export { default as SaladIcon } from '../icons/salad';
|
|
2117
|
-
// Sandwich aliases
|
|
2118
|
-
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2119
2121
|
// SatelliteDish aliases
|
|
2120
2122
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2121
|
-
//
|
|
2122
|
-
export { default as
|
|
2123
|
+
// Sandwich aliases
|
|
2124
|
+
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2123
2125
|
// Satellite aliases
|
|
2124
2126
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2127
|
+
// SaudiRiyal aliases
|
|
2128
|
+
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2125
2129
|
// SaveAll aliases
|
|
2126
2130
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2127
2131
|
// SaveOff aliases
|
|
@@ -2136,10 +2140,10 @@ export { default as ScalingIcon } from '../icons/scaling';
|
|
|
2136
2140
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2137
2141
|
// ScanEye aliases
|
|
2138
2142
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2139
|
-
// ScanFace aliases
|
|
2140
|
-
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2141
2143
|
// ScanHeart aliases
|
|
2142
2144
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2145
|
+
// ScanFace aliases
|
|
2146
|
+
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2143
2147
|
// ScanLine aliases
|
|
2144
2148
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2145
2149
|
// ScanQrCode aliases
|
|
@@ -2168,28 +2172,28 @@ export { default as ScrollIcon } from '../icons/scroll';
|
|
|
2168
2172
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2169
2173
|
// SearchCode aliases
|
|
2170
2174
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2171
|
-
// Search aliases
|
|
2172
|
-
export { default as SearchIcon } from '../icons/search';
|
|
2173
2175
|
// SearchSlash aliases
|
|
2174
2176
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2177
|
+
// Search aliases
|
|
2178
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2175
2179
|
// SearchX aliases
|
|
2176
2180
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2177
2181
|
// Section aliases
|
|
2178
2182
|
export { default as SectionIcon } from '../icons/section';
|
|
2179
|
-
// Send aliases
|
|
2180
|
-
export { default as SendIcon } from '../icons/send';
|
|
2181
2183
|
// SendToBack aliases
|
|
2182
2184
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
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';
|
|
2185
2189
|
// SeparatorVertical aliases
|
|
2186
2190
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2191
|
+
// ServerCog aliases
|
|
2192
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2187
2193
|
// ServerCrash aliases
|
|
2188
2194
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2189
2195
|
// ServerOff aliases
|
|
2190
2196
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2191
|
-
// ServerCog aliases
|
|
2192
|
-
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2193
2197
|
// Server aliases
|
|
2194
2198
|
export { default as ServerIcon } from '../icons/server';
|
|
2195
2199
|
// Settings2 aliases
|
|
@@ -2202,26 +2206,26 @@ export { default as ShapesIcon } from '../icons/shapes';
|
|
|
2202
2206
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2203
2207
|
// Share aliases
|
|
2204
2208
|
export { default as ShareIcon } from '../icons/share';
|
|
2205
|
-
// Shell aliases
|
|
2206
|
-
export { default as ShellIcon } from '../icons/shell';
|
|
2207
2209
|
// Sheet aliases
|
|
2208
2210
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2211
|
+
// Shell aliases
|
|
2212
|
+
export { default as ShellIcon } from '../icons/shell';
|
|
2209
2213
|
// ShieldAlert aliases
|
|
2210
2214
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2211
|
-
// ShieldBan aliases
|
|
2212
|
-
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2213
2215
|
// ShieldCheck aliases
|
|
2214
2216
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2215
2217
|
// ShieldEllipsis aliases
|
|
2216
2218
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2219
|
+
// ShieldBan aliases
|
|
2220
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2217
2221
|
// ShieldHalf aliases
|
|
2218
2222
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2219
2223
|
// ShieldMinus aliases
|
|
2220
2224
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2221
|
-
// ShieldPlus aliases
|
|
2222
|
-
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2223
2225
|
// ShieldOff aliases
|
|
2224
2226
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2227
|
+
// ShieldPlus aliases
|
|
2228
|
+
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2225
2229
|
// ShieldQuestion aliases
|
|
2226
2230
|
export { default as ShieldQuestionIcon } from '../icons/shield-question';
|
|
2227
2231
|
// ShieldUser aliases
|
|
@@ -2230,10 +2234,10 @@ export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
|
2230
2234
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2231
2235
|
// ShipWheel aliases
|
|
2232
2236
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2233
|
-
// Shirt aliases
|
|
2234
|
-
export { default as ShirtIcon } from '../icons/shirt';
|
|
2235
2237
|
// Ship aliases
|
|
2236
2238
|
export { default as ShipIcon } from '../icons/ship';
|
|
2239
|
+
// Shirt aliases
|
|
2240
|
+
export { default as ShirtIcon } from '../icons/shirt';
|
|
2237
2241
|
// ShoppingBag aliases
|
|
2238
2242
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2239
2243
|
// ShoppingBasket aliases
|
|
@@ -2244,70 +2248,72 @@ export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
|
2244
2248
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2245
2249
|
// ShowerHead aliases
|
|
2246
2250
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2251
|
+
// Shredder aliases
|
|
2252
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2247
2253
|
// Shrimp aliases
|
|
2248
2254
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2249
|
-
// Shrink aliases
|
|
2250
|
-
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2251
2255
|
// Shrub aliases
|
|
2252
2256
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2257
|
+
// Shrink aliases
|
|
2258
|
+
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2253
2259
|
// Shuffle aliases
|
|
2254
2260
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2255
2261
|
// Sigma aliases
|
|
2256
2262
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2257
|
-
// SignalMedium aliases
|
|
2258
|
-
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2259
2263
|
// SignalHigh aliases
|
|
2260
2264
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2261
2265
|
// SignalLow aliases
|
|
2262
2266
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2267
|
+
// SignalMedium aliases
|
|
2268
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2263
2269
|
// SignalZero aliases
|
|
2264
2270
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2265
|
-
// Signature aliases
|
|
2266
|
-
export { default as SignatureIcon } from '../icons/signature';
|
|
2267
2271
|
// Signal aliases
|
|
2268
2272
|
export { default as SignalIcon } from '../icons/signal';
|
|
2269
2273
|
// SignpostBig aliases
|
|
2270
2274
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2271
2275
|
// Signpost aliases
|
|
2272
2276
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2273
|
-
//
|
|
2274
|
-
export { default as
|
|
2277
|
+
// Signature aliases
|
|
2278
|
+
export { default as SignatureIcon } from '../icons/signature';
|
|
2275
2279
|
// Siren aliases
|
|
2276
2280
|
export { default as SirenIcon } from '../icons/siren';
|
|
2281
|
+
// SkipBack aliases
|
|
2282
|
+
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2277
2283
|
// Skull aliases
|
|
2278
2284
|
export { default as SkullIcon } from '../icons/skull';
|
|
2285
|
+
// Slash aliases
|
|
2286
|
+
export { default as SlashIcon } from '../icons/slash';
|
|
2279
2287
|
// SkipForward aliases
|
|
2280
2288
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2281
2289
|
// Slack aliases
|
|
2282
2290
|
export { default as SlackIcon } from '../icons/slack';
|
|
2283
|
-
// Slash aliases
|
|
2284
|
-
export { default as SlashIcon } from '../icons/slash';
|
|
2285
2291
|
// Slice aliases
|
|
2286
2292
|
export { default as SliceIcon } from '../icons/slice';
|
|
2287
2293
|
// SlidersHorizontal aliases
|
|
2288
2294
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2289
|
-
// SmartphoneCharging aliases
|
|
2290
|
-
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2291
2295
|
// SmartphoneNfc aliases
|
|
2292
2296
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2297
|
+
// SmartphoneCharging aliases
|
|
2298
|
+
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2293
2299
|
// Smartphone aliases
|
|
2294
2300
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2295
2301
|
// SmilePlus aliases
|
|
2296
2302
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2297
|
-
// Smile aliases
|
|
2298
|
-
export { default as SmileIcon } from '../icons/smile';
|
|
2299
2303
|
// Snail aliases
|
|
2300
2304
|
export { default as SnailIcon } from '../icons/snail';
|
|
2305
|
+
// Smile aliases
|
|
2306
|
+
export { default as SmileIcon } from '../icons/smile';
|
|
2301
2307
|
// Snowflake aliases
|
|
2302
2308
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2303
2309
|
// Sofa aliases
|
|
2304
2310
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2305
2311
|
// Soup aliases
|
|
2306
2312
|
export { default as SoupIcon } from '../icons/soup';
|
|
2307
|
-
// Space aliases
|
|
2308
|
-
export { default as SpaceIcon } from '../icons/space';
|
|
2309
2313
|
// Spade aliases
|
|
2310
2314
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2315
|
+
// Space aliases
|
|
2316
|
+
export { default as SpaceIcon } from '../icons/space';
|
|
2311
2317
|
// Sparkle aliases
|
|
2312
2318
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2313
2319
|
// Speaker aliases
|
|
@@ -2324,22 +2330,22 @@ export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
|
2324
2330
|
export { default as SplineIcon } from '../icons/spline';
|
|
2325
2331
|
// Split aliases
|
|
2326
2332
|
export { default as SplitIcon } from '../icons/split';
|
|
2327
|
-
// Sprout aliases
|
|
2328
|
-
export { default as SproutIcon } from '../icons/sprout';
|
|
2329
2333
|
// SprayCan aliases
|
|
2330
2334
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2335
|
+
// Sprout aliases
|
|
2336
|
+
export { default as SproutIcon } from '../icons/sprout';
|
|
2331
2337
|
// SquareDashedBottomCode aliases
|
|
2332
2338
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2333
2339
|
// SquareDashedBottom aliases
|
|
2334
2340
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2335
|
-
// SquareRoundCorner aliases
|
|
2336
|
-
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2337
2341
|
// SquareRadical aliases
|
|
2338
2342
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2339
|
-
//
|
|
2340
|
-
export { default as
|
|
2343
|
+
// SquareRoundCorner aliases
|
|
2344
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2341
2345
|
// SquareStack aliases
|
|
2342
2346
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2347
|
+
// SquareSquare aliases
|
|
2348
|
+
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2343
2349
|
// Square aliases
|
|
2344
2350
|
export { default as SquareIcon } from '../icons/square';
|
|
2345
2351
|
// SquaresExclude aliases
|
|
@@ -2348,54 +2354,54 @@ export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
|
2348
2354
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2349
2355
|
// SquaresSubtract aliases
|
|
2350
2356
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2351
|
-
// SquaresUnite aliases
|
|
2352
|
-
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2353
2357
|
// Squircle aliases
|
|
2354
2358
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2355
|
-
//
|
|
2356
|
-
export { default as
|
|
2359
|
+
// SquaresUnite aliases
|
|
2360
|
+
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2357
2361
|
// Stamp aliases
|
|
2358
2362
|
export { default as StampIcon } from '../icons/stamp';
|
|
2359
|
-
//
|
|
2360
|
-
export { default as
|
|
2363
|
+
// Squirrel aliases
|
|
2364
|
+
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2361
2365
|
// StarHalf aliases
|
|
2362
2366
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2363
2367
|
// StarOff aliases
|
|
2364
2368
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2365
|
-
//
|
|
2366
|
-
export { default as
|
|
2369
|
+
// Star aliases
|
|
2370
|
+
export { default as StarIcon } from '../icons/star';
|
|
2367
2371
|
// StepBack aliases
|
|
2368
2372
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2373
|
+
// StepForward aliases
|
|
2374
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2369
2375
|
// Stethoscope aliases
|
|
2370
2376
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2371
2377
|
// Sticker aliases
|
|
2372
2378
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2373
2379
|
// StickyNote aliases
|
|
2374
2380
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2375
|
-
// Store aliases
|
|
2376
|
-
export { default as StoreIcon } from '../icons/store';
|
|
2377
2381
|
// StretchHorizontal aliases
|
|
2378
2382
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2379
|
-
//
|
|
2380
|
-
export { default as
|
|
2383
|
+
// Store aliases
|
|
2384
|
+
export { default as StoreIcon } from '../icons/store';
|
|
2381
2385
|
// Strikethrough aliases
|
|
2382
2386
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2383
|
-
//
|
|
2384
|
-
export { default as
|
|
2387
|
+
// StretchVertical aliases
|
|
2388
|
+
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2385
2389
|
// Subscript aliases
|
|
2386
2390
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2387
2391
|
// SunMedium aliases
|
|
2388
2392
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2393
|
+
// SunDim aliases
|
|
2394
|
+
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2389
2395
|
// SunMoon aliases
|
|
2390
2396
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2391
2397
|
// SunSnow aliases
|
|
2392
2398
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2399
|
+
// Sunrise aliases
|
|
2400
|
+
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2393
2401
|
// Sun aliases
|
|
2394
2402
|
export { default as SunIcon } from '../icons/sun';
|
|
2395
2403
|
// Sunset aliases
|
|
2396
2404
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2397
|
-
// Sunrise aliases
|
|
2398
|
-
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2399
2405
|
// Superscript aliases
|
|
2400
2406
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2401
2407
|
// SwatchBook aliases
|
|
@@ -2412,18 +2418,18 @@ export { default as SwordsIcon } from '../icons/swords';
|
|
|
2412
2418
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2413
2419
|
// Table2 aliases
|
|
2414
2420
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2415
|
-
// TableCellsSplit aliases
|
|
2416
|
-
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2417
2421
|
// TableCellsMerge aliases
|
|
2418
2422
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2423
|
+
// TableCellsSplit aliases
|
|
2424
|
+
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2419
2425
|
// TableColumnsSplit aliases
|
|
2420
2426
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2421
|
-
// TableRowsSplit aliases
|
|
2422
|
-
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2423
2427
|
// TableOfContents aliases
|
|
2424
2428
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2425
2429
|
// TableProperties aliases
|
|
2426
2430
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2431
|
+
// TableRowsSplit aliases
|
|
2432
|
+
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2427
2433
|
// Table aliases
|
|
2428
2434
|
export { default as TableIcon } from '../icons/table';
|
|
2429
2435
|
// TabletSmartphone aliases
|
|
@@ -2432,22 +2438,22 @@ export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
|
2432
2438
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2433
2439
|
// Tablets aliases
|
|
2434
2440
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2435
|
-
// Tag aliases
|
|
2436
|
-
export { default as TagIcon } from '../icons/tag';
|
|
2437
2441
|
// Tags aliases
|
|
2438
2442
|
export { default as TagsIcon } from '../icons/tags';
|
|
2439
2443
|
// Tally1 aliases
|
|
2440
2444
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2445
|
+
// Tag aliases
|
|
2446
|
+
export { default as TagIcon } from '../icons/tag';
|
|
2441
2447
|
// Tally2 aliases
|
|
2442
2448
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2443
2449
|
// Tally3 aliases
|
|
2444
2450
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2451
|
+
// Tangent aliases
|
|
2452
|
+
export { default as TangentIcon } from '../icons/tangent';
|
|
2445
2453
|
// Tally4 aliases
|
|
2446
2454
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2447
2455
|
// Tally5 aliases
|
|
2448
2456
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2449
|
-
// Tangent aliases
|
|
2450
|
-
export { default as TangentIcon } from '../icons/tangent';
|
|
2451
2457
|
// Target aliases
|
|
2452
2458
|
export { default as TargetIcon } from '../icons/target';
|
|
2453
2459
|
// Telescope aliases
|
|
@@ -2460,10 +2466,10 @@ export { default as TentIcon } from '../icons/tent';
|
|
|
2460
2466
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2461
2467
|
// TestTube aliases
|
|
2462
2468
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2463
|
-
// TestTubes aliases
|
|
2464
|
-
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2465
2469
|
// TextCursorInput aliases
|
|
2466
2470
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2471
|
+
// TestTubes aliases
|
|
2472
|
+
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2467
2473
|
// TextCursor aliases
|
|
2468
2474
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2469
2475
|
// TextQuote aliases
|
|
@@ -2486,18 +2492,18 @@ export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
|
2486
2492
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2487
2493
|
// TicketCheck aliases
|
|
2488
2494
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2489
|
-
// TicketMinus aliases
|
|
2490
|
-
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2491
2495
|
// TicketPercent aliases
|
|
2492
2496
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2497
|
+
// TicketMinus aliases
|
|
2498
|
+
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2493
2499
|
// TicketPlus aliases
|
|
2494
2500
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2495
2501
|
// TicketSlash aliases
|
|
2496
2502
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2497
|
-
// Ticket aliases
|
|
2498
|
-
export { default as TicketIcon } from '../icons/ticket';
|
|
2499
2503
|
// TicketX aliases
|
|
2500
2504
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2505
|
+
// Ticket aliases
|
|
2506
|
+
export { default as TicketIcon } from '../icons/ticket';
|
|
2501
2507
|
// TicketsPlane aliases
|
|
2502
2508
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2503
2509
|
// Tickets aliases
|
|
@@ -2534,10 +2540,10 @@ export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
|
2534
2540
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2535
2541
|
// TrainFront aliases
|
|
2536
2542
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2537
|
-
// Transgender aliases
|
|
2538
|
-
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2539
2543
|
// TrainTrack aliases
|
|
2540
2544
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2545
|
+
// Transgender aliases
|
|
2546
|
+
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2541
2547
|
// Trash2 aliases
|
|
2542
2548
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2543
2549
|
// Trash aliases
|
|
@@ -2550,10 +2556,10 @@ export { default as TreePineIcon } from '../icons/tree-pine';
|
|
|
2550
2556
|
export { default as TreesIcon } from '../icons/trees';
|
|
2551
2557
|
// Trello aliases
|
|
2552
2558
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2553
|
-
// TrendingUpDown aliases
|
|
2554
|
-
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2555
2559
|
// TrendingDown aliases
|
|
2556
2560
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2561
|
+
// TrendingUpDown aliases
|
|
2562
|
+
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2557
2563
|
// TrendingUp aliases
|
|
2558
2564
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2559
2565
|
// TriangleDashed aliases
|
|
@@ -2598,36 +2604,36 @@ export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
|
2598
2604
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2599
2605
|
// Ungroup aliases
|
|
2600
2606
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2601
|
-
// Unlink aliases
|
|
2602
|
-
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2603
2607
|
// Unlink2 aliases
|
|
2604
2608
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2609
|
+
// Unlink aliases
|
|
2610
|
+
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2611
|
+
// Unplug aliases
|
|
2612
|
+
export { default as UnplugIcon } from '../icons/unplug';
|
|
2605
2613
|
// Upload aliases
|
|
2606
2614
|
export { default as UploadIcon } from '../icons/upload';
|
|
2607
|
-
// Usb aliases
|
|
2608
|
-
export { default as UsbIcon } from '../icons/usb';
|
|
2609
2615
|
// UserCheck aliases
|
|
2610
2616
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2611
|
-
//
|
|
2612
|
-
export { default as
|
|
2617
|
+
// Usb aliases
|
|
2618
|
+
export { default as UsbIcon } from '../icons/usb';
|
|
2619
|
+
// UserMinus aliases
|
|
2620
|
+
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2613
2621
|
// UserCog aliases
|
|
2614
2622
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2615
2623
|
// UserPen aliases
|
|
2616
2624
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2617
|
-
// UserMinus aliases
|
|
2618
|
-
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2619
2625
|
// UserPlus aliases
|
|
2620
2626
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2621
2627
|
// UserRoundPen aliases
|
|
2622
2628
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2623
|
-
// UserX aliases
|
|
2624
|
-
export { default as UserXIcon } from '../icons/user-x';
|
|
2625
|
-
// UserSearch aliases
|
|
2626
|
-
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2627
2629
|
// UserRoundSearch aliases
|
|
2628
2630
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2631
|
+
// UserX aliases
|
|
2632
|
+
export { default as UserXIcon } from '../icons/user-x';
|
|
2629
2633
|
// User aliases
|
|
2630
2634
|
export { default as UserIcon } from '../icons/user';
|
|
2635
|
+
// UserSearch aliases
|
|
2636
|
+
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2631
2637
|
// Users aliases
|
|
2632
2638
|
export { default as UsersIcon } from '../icons/users';
|
|
2633
2639
|
// UtilityPole aliases
|
|
@@ -2640,24 +2646,24 @@ export { default as VaultIcon } from '../icons/vault';
|
|
|
2640
2646
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2641
2647
|
// VenetianMask aliases
|
|
2642
2648
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2643
|
-
// Venus aliases
|
|
2644
|
-
export { default as VenusIcon } from '../icons/venus';
|
|
2645
2649
|
// VenusAndMars aliases
|
|
2646
2650
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2647
|
-
//
|
|
2648
|
-
export { default as
|
|
2651
|
+
// Venus aliases
|
|
2652
|
+
export { default as VenusIcon } from '../icons/venus';
|
|
2649
2653
|
// VibrateOff aliases
|
|
2650
2654
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2655
|
+
// Vibrate aliases
|
|
2656
|
+
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2651
2657
|
// VideoOff aliases
|
|
2652
2658
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2653
2659
|
// Video aliases
|
|
2654
2660
|
export { default as VideoIcon } from '../icons/video';
|
|
2655
2661
|
// Videotape aliases
|
|
2656
2662
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2657
|
-
// Voicemail aliases
|
|
2658
|
-
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2659
2663
|
// View aliases
|
|
2660
2664
|
export { default as ViewIcon } from '../icons/view';
|
|
2665
|
+
// Voicemail aliases
|
|
2666
|
+
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2661
2667
|
// Volleyball aliases
|
|
2662
2668
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2663
2669
|
// Volume1 aliases
|
|
@@ -2668,10 +2674,10 @@ export { default as Volume2Icon } from '../icons/volume-2';
|
|
|
2668
2674
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2669
2675
|
// VolumeX aliases
|
|
2670
2676
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2671
|
-
// Volume aliases
|
|
2672
|
-
export { default as VolumeIcon } from '../icons/volume';
|
|
2673
2677
|
// Vote aliases
|
|
2674
2678
|
export { default as VoteIcon } from '../icons/vote';
|
|
2679
|
+
// Volume aliases
|
|
2680
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2675
2681
|
// WalletCards aliases
|
|
2676
2682
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2677
2683
|
// Wallpaper aliases
|
|
@@ -2680,18 +2686,20 @@ export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
|
2680
2686
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2681
2687
|
// Wand aliases
|
|
2682
2688
|
export { default as WandIcon } from '../icons/wand';
|
|
2683
|
-
// WashingMachine aliases
|
|
2684
|
-
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2685
2689
|
// Warehouse aliases
|
|
2686
2690
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2691
|
+
// WashingMachine aliases
|
|
2692
|
+
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2687
2693
|
// Watch aliases
|
|
2688
2694
|
export { default as WatchIcon } from '../icons/watch';
|
|
2695
|
+
// Waves aliases
|
|
2696
|
+
export { default as WavesIcon } from '../icons/waves';
|
|
2689
2697
|
// WavesLadder aliases
|
|
2690
2698
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2691
2699
|
// Waypoints aliases
|
|
2692
2700
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2693
|
-
//
|
|
2694
|
-
export { default as
|
|
2701
|
+
// WebhookOff aliases
|
|
2702
|
+
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2695
2703
|
// Webcam aliases
|
|
2696
2704
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2697
2705
|
// Webhook aliases
|
|
@@ -2700,18 +2708,16 @@ export { default as WebhookIcon } from '../icons/webhook';
|
|
|
2700
2708
|
export { default as WeightIcon } from '../icons/weight';
|
|
2701
2709
|
// WheatOff aliases
|
|
2702
2710
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2703
|
-
// WebhookOff aliases
|
|
2704
|
-
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2705
2711
|
// Wheat aliases
|
|
2706
2712
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2707
|
-
// WifiHigh aliases
|
|
2708
|
-
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2709
2713
|
// WholeWord aliases
|
|
2710
2714
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2711
|
-
//
|
|
2712
|
-
export { default as
|
|
2715
|
+
// WifiHigh aliases
|
|
2716
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2713
2717
|
// WifiOff aliases
|
|
2714
2718
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2719
|
+
// WifiLow aliases
|
|
2720
|
+
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2715
2721
|
// Wifi aliases
|
|
2716
2722
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2717
2723
|
// WifiZero aliases
|
|
@@ -2726,10 +2732,10 @@ export { default as WineOffIcon } from '../icons/wine-off';
|
|
|
2726
2732
|
export { default as WineIcon } from '../icons/wine';
|
|
2727
2733
|
// Workflow aliases
|
|
2728
2734
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2729
|
-
// Worm aliases
|
|
2730
|
-
export { default as WormIcon } from '../icons/worm';
|
|
2731
2735
|
// WrapText aliases
|
|
2732
2736
|
export { default as WrapTextIcon } from '../icons/wrap-text';
|
|
2737
|
+
// Worm aliases
|
|
2738
|
+
export { default as WormIcon } from '../icons/worm';
|
|
2733
2739
|
// Wrench aliases
|
|
2734
2740
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2735
2741
|
// X aliases
|
|
@@ -2744,10 +2750,10 @@ export { default as ZapIcon } from '../icons/zap';
|
|
|
2744
2750
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2745
2751
|
// ZoomOut aliases
|
|
2746
2752
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2747
|
-
// ArrowDown10 aliases
|
|
2748
|
-
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2749
2753
|
// ArrowDown01 aliases
|
|
2750
2754
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2755
|
+
// ArrowDown10 aliases
|
|
2756
|
+
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2751
2757
|
// ArrowUp01 aliases
|
|
2752
2758
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2753
2759
|
// ArrowUp10 aliases
|
|
@@ -2764,45 +2770,45 @@ export { default as AlarmPlusIcon } from '../icons/alarm-clock-plus';
|
|
|
2764
2770
|
// ArrowDownAZ aliases
|
|
2765
2771
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2766
2772
|
export { default as ArrowDownAzIcon } from '../icons/arrow-down-a-z';
|
|
2767
|
-
// ArrowDownZA aliases
|
|
2768
|
-
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2769
|
-
export { default as ArrowDownZaIcon } from '../icons/arrow-down-z-a';
|
|
2770
2773
|
// ArrowDownWideNarrow aliases
|
|
2771
2774
|
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2772
2775
|
export { default as SortDescIcon } from '../icons/arrow-down-wide-narrow';
|
|
2776
|
+
// ArrowDownZA aliases
|
|
2777
|
+
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2778
|
+
export { default as ArrowDownZaIcon } from '../icons/arrow-down-z-a';
|
|
2773
2779
|
// ArrowUpAZ aliases
|
|
2774
2780
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2775
2781
|
export { default as ArrowUpAzIcon } from '../icons/arrow-up-a-z';
|
|
2776
2782
|
// ArrowUpNarrowWide aliases
|
|
2777
2783
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2778
2784
|
export { default as SortAscIcon } from '../icons/arrow-up-narrow-wide';
|
|
2779
|
-
// Axis3d aliases
|
|
2780
|
-
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2781
|
-
export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
2782
2785
|
// ArrowUpZA aliases
|
|
2783
2786
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2784
2787
|
export { default as ArrowUpZaIcon } from '../icons/arrow-up-z-a';
|
|
2785
2788
|
// BadgeCheck aliases
|
|
2786
2789
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2787
2790
|
export { default as VerifiedIcon } from '../icons/badge-check';
|
|
2788
|
-
// BetweenHorizontalStart aliases
|
|
2789
|
-
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2790
|
-
export {
|
|
2791
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2792
|
-
default as BetweenHorizonalStartIcon
|
|
2793
|
-
} from '../icons/between-horizontal-start';
|
|
2794
2791
|
// BetweenHorizontalEnd aliases
|
|
2795
2792
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2796
2793
|
export {
|
|
2797
2794
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2798
2795
|
default as BetweenHorizonalEndIcon
|
|
2799
2796
|
} from '../icons/between-horizontal-end';
|
|
2800
|
-
//
|
|
2801
|
-
export { default as
|
|
2802
|
-
export { default as
|
|
2797
|
+
// Axis3d aliases
|
|
2798
|
+
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2799
|
+
export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
2800
|
+
// BetweenHorizontalStart aliases
|
|
2801
|
+
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2802
|
+
export {
|
|
2803
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2804
|
+
default as BetweenHorizonalStartIcon
|
|
2805
|
+
} from '../icons/between-horizontal-start';
|
|
2803
2806
|
// Braces aliases
|
|
2804
2807
|
export { default as BracesIcon } from '../icons/braces';
|
|
2805
2808
|
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2809
|
+
// BookDashed aliases
|
|
2810
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2811
|
+
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2806
2812
|
// Captions aliases
|
|
2807
2813
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
2808
2814
|
export { default as SubtitlesIcon } from '../icons/captions';
|
|
@@ -2866,6 +2872,12 @@ export {
|
|
|
2866
2872
|
/** @deprecated */
|
|
2867
2873
|
default as BarChart2Icon
|
|
2868
2874
|
} from '../icons/chart-no-axes-column';
|
|
2875
|
+
// ChartNoAxesGantt aliases
|
|
2876
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2877
|
+
export {
|
|
2878
|
+
/** @deprecated */
|
|
2879
|
+
default as GanttChartIcon
|
|
2880
|
+
} from '../icons/chart-no-axes-gantt';
|
|
2869
2881
|
// ChartPie aliases
|
|
2870
2882
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
2871
2883
|
export {
|
|
@@ -2878,54 +2890,48 @@ export {
|
|
|
2878
2890
|
/** @deprecated */
|
|
2879
2891
|
default as ScatterChartIcon
|
|
2880
2892
|
} from '../icons/chart-scatter';
|
|
2881
|
-
// ChartNoAxesGantt aliases
|
|
2882
|
-
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2883
|
-
export {
|
|
2884
|
-
/** @deprecated */
|
|
2885
|
-
default as GanttChartIcon
|
|
2886
|
-
} from '../icons/chart-no-axes-gantt';
|
|
2887
2893
|
// CircleAlert aliases
|
|
2888
2894
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
2889
2895
|
export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
2890
|
-
// CircleArrowLeft aliases
|
|
2891
|
-
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2892
|
-
export { default as ArrowLeftCircleIcon } from '../icons/circle-arrow-left';
|
|
2893
2896
|
// CircleArrowDown aliases
|
|
2894
2897
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2895
2898
|
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2896
|
-
//
|
|
2897
|
-
export { default as
|
|
2898
|
-
export { default as
|
|
2899
|
+
// CircleArrowLeft aliases
|
|
2900
|
+
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2901
|
+
export { default as ArrowLeftCircleIcon } from '../icons/circle-arrow-left';
|
|
2899
2902
|
// CircleArrowOutDownLeft aliases
|
|
2900
2903
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
2901
2904
|
export { default as ArrowDownLeftFromCircleIcon } from '../icons/circle-arrow-out-down-left';
|
|
2905
|
+
// CircleArrowOutDownRight aliases
|
|
2906
|
+
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
2907
|
+
export { default as ArrowDownRightFromCircleIcon } from '../icons/circle-arrow-out-down-right';
|
|
2902
2908
|
// CircleArrowOutUpLeft aliases
|
|
2903
2909
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
2904
2910
|
export { default as ArrowUpLeftFromCircleIcon } from '../icons/circle-arrow-out-up-left';
|
|
2905
|
-
// CircleArrowOutUpRight aliases
|
|
2906
|
-
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
2907
|
-
export { default as ArrowUpRightFromCircleIcon } from '../icons/circle-arrow-out-up-right';
|
|
2908
2911
|
// CircleArrowRight aliases
|
|
2909
2912
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
2910
2913
|
export { default as ArrowRightCircleIcon } from '../icons/circle-arrow-right';
|
|
2914
|
+
// CircleArrowOutUpRight aliases
|
|
2915
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
2916
|
+
export { default as ArrowUpRightFromCircleIcon } from '../icons/circle-arrow-out-up-right';
|
|
2911
2917
|
// CircleArrowUp aliases
|
|
2912
2918
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
2913
2919
|
export { default as ArrowUpCircleIcon } from '../icons/circle-arrow-up';
|
|
2914
|
-
// CircleCheck aliases
|
|
2915
|
-
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
2916
|
-
export { default as CheckCircle2Icon } from '../icons/circle-check';
|
|
2917
2920
|
// CircleCheckBig aliases
|
|
2918
2921
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
2919
2922
|
export { default as CheckCircleIcon } from '../icons/circle-check-big';
|
|
2923
|
+
// CircleCheck aliases
|
|
2924
|
+
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
2925
|
+
export { default as CheckCircle2Icon } from '../icons/circle-check';
|
|
2920
2926
|
// CircleChevronDown aliases
|
|
2921
2927
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
2922
2928
|
export { default as ChevronDownCircleIcon } from '../icons/circle-chevron-down';
|
|
2923
|
-
// CircleChevronRight aliases
|
|
2924
|
-
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
2925
|
-
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
2926
2929
|
// CircleChevronLeft aliases
|
|
2927
2930
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
2928
2931
|
export { default as ChevronLeftCircleIcon } from '../icons/circle-chevron-left';
|
|
2932
|
+
// CircleChevronRight aliases
|
|
2933
|
+
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
2934
|
+
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
2929
2935
|
// CircleChevronUp aliases
|
|
2930
2936
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
2931
2937
|
export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
@@ -2944,27 +2950,27 @@ export { default as MinusCircleIcon } from '../icons/circle-minus';
|
|
|
2944
2950
|
// CircleParkingOff aliases
|
|
2945
2951
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
2946
2952
|
export { default as ParkingCircleOffIcon } from '../icons/circle-parking-off';
|
|
2947
|
-
// CirclePause aliases
|
|
2948
|
-
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
2949
|
-
export { default as PauseCircleIcon } from '../icons/circle-pause';
|
|
2950
2953
|
// CircleParking aliases
|
|
2951
2954
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
2952
2955
|
export { default as ParkingCircleIcon } from '../icons/circle-parking';
|
|
2956
|
+
// CirclePercent aliases
|
|
2957
|
+
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
2958
|
+
export { default as PercentCircleIcon } from '../icons/circle-percent';
|
|
2959
|
+
// CirclePause aliases
|
|
2960
|
+
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
2961
|
+
export { default as PauseCircleIcon } from '../icons/circle-pause';
|
|
2962
|
+
// CirclePlay aliases
|
|
2963
|
+
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
2964
|
+
export { default as PlayCircleIcon } from '../icons/circle-play';
|
|
2953
2965
|
// CirclePlus aliases
|
|
2954
2966
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
2955
2967
|
export { default as PlusCircleIcon } from '../icons/circle-plus';
|
|
2956
2968
|
// CirclePower aliases
|
|
2957
2969
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
2958
2970
|
export { default as PowerCircleIcon } from '../icons/circle-power';
|
|
2959
|
-
// CirclePercent aliases
|
|
2960
|
-
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
2961
|
-
export { default as PercentCircleIcon } from '../icons/circle-percent';
|
|
2962
2971
|
// CircleSlash2 aliases
|
|
2963
2972
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
2964
2973
|
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
2965
|
-
// CirclePlay aliases
|
|
2966
|
-
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
2967
|
-
export { default as PlayCircleIcon } from '../icons/circle-play';
|
|
2968
2974
|
// CircleStop aliases
|
|
2969
2975
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
2970
2976
|
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
@@ -2977,18 +2983,15 @@ export {
|
|
|
2977
2983
|
// CircleUser aliases
|
|
2978
2984
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
2979
2985
|
export { default as UserCircleIcon } from '../icons/circle-user';
|
|
2986
|
+
// CircleX aliases
|
|
2987
|
+
export { default as CircleXIcon } from '../icons/circle-x';
|
|
2988
|
+
export { default as XCircleIcon } from '../icons/circle-x';
|
|
2980
2989
|
// ClipboardPenLine aliases
|
|
2981
2990
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
2982
2991
|
export { default as ClipboardSignatureIcon } from '../icons/clipboard-pen-line';
|
|
2983
2992
|
// ClipboardPen aliases
|
|
2984
2993
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
2985
2994
|
export { default as ClipboardEditIcon } from '../icons/clipboard-pen';
|
|
2986
|
-
// CircleX aliases
|
|
2987
|
-
export { default as CircleXIcon } from '../icons/circle-x';
|
|
2988
|
-
export { default as XCircleIcon } from '../icons/circle-x';
|
|
2989
|
-
// CloudUpload aliases
|
|
2990
|
-
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
2991
|
-
export { default as UploadCloudIcon } from '../icons/cloud-upload';
|
|
2992
2995
|
// CloudDownload aliases
|
|
2993
2996
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
2994
2997
|
export { default as DownloadCloudIcon } from '../icons/cloud-download';
|
|
@@ -2998,48 +3001,51 @@ export {
|
|
|
2998
3001
|
/** @deprecated */
|
|
2999
3002
|
default as Code2Icon
|
|
3000
3003
|
} from '../icons/code-xml';
|
|
3001
|
-
// Columns3 aliases
|
|
3002
|
-
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3003
|
-
export { default as PanelsLeftRightIcon } from '../icons/columns-3';
|
|
3004
3004
|
// Columns2 aliases
|
|
3005
3005
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3006
3006
|
export { default as ColumnsIcon } from '../icons/columns-2';
|
|
3007
|
+
// CloudUpload aliases
|
|
3008
|
+
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3009
|
+
export { default as UploadCloudIcon } from '../icons/cloud-upload';
|
|
3010
|
+
// Columns3 aliases
|
|
3011
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3012
|
+
export { default as PanelsLeftRightIcon } from '../icons/columns-3';
|
|
3007
3013
|
// ContactRound aliases
|
|
3008
3014
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3009
3015
|
export {
|
|
3010
3016
|
/** @deprecated */
|
|
3011
3017
|
default as Contact2Icon
|
|
3012
3018
|
} from '../icons/contact-round';
|
|
3013
|
-
// DiamondPercent aliases
|
|
3014
|
-
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3015
|
-
export { default as PercentDiamondIcon } from '../icons/diamond-percent';
|
|
3016
3019
|
// Earth aliases
|
|
3017
3020
|
export { default as EarthIcon } from '../icons/earth';
|
|
3018
3021
|
export {
|
|
3019
3022
|
/** @deprecated */
|
|
3020
3023
|
default as Globe2Icon
|
|
3021
3024
|
} from '../icons/earth';
|
|
3025
|
+
// DiamondPercent aliases
|
|
3026
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3027
|
+
export { default as PercentDiamondIcon } from '../icons/diamond-percent';
|
|
3022
3028
|
// EllipsisVertical aliases
|
|
3023
3029
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3024
3030
|
export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3025
3031
|
// Ellipsis aliases
|
|
3026
3032
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3027
3033
|
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3028
|
-
// FileAxis3d aliases
|
|
3029
|
-
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3030
|
-
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
3031
|
-
// FileChartColumn aliases
|
|
3032
|
-
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3033
|
-
export {
|
|
3034
|
-
/** @deprecated */
|
|
3035
|
-
default as FileBarChart2Icon
|
|
3036
|
-
} from '../icons/file-chart-column';
|
|
3037
3034
|
// FileChartColumnIncreasing aliases
|
|
3038
3035
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3039
3036
|
export {
|
|
3040
3037
|
/** @deprecated */
|
|
3041
3038
|
default as FileBarChartIcon
|
|
3042
3039
|
} from '../icons/file-chart-column-increasing';
|
|
3040
|
+
// FileChartColumn aliases
|
|
3041
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3042
|
+
export {
|
|
3043
|
+
/** @deprecated */
|
|
3044
|
+
default as FileBarChart2Icon
|
|
3045
|
+
} from '../icons/file-chart-column';
|
|
3046
|
+
// FileAxis3d aliases
|
|
3047
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3048
|
+
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
3043
3049
|
// FileChartLine aliases
|
|
3044
3050
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3045
3051
|
export {
|
|
@@ -3061,52 +3067,52 @@ export {
|
|
|
3061
3067
|
// FilePenLine aliases
|
|
3062
3068
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3063
3069
|
export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
3064
|
-
// FilePen aliases
|
|
3065
|
-
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3066
|
-
export { default as FileEditIcon } from '../icons/file-pen';
|
|
3067
|
-
// FolderPen aliases
|
|
3068
|
-
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3069
|
-
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3070
3070
|
// FolderCog aliases
|
|
3071
3071
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3072
3072
|
export {
|
|
3073
3073
|
/** @deprecated */
|
|
3074
3074
|
default as FolderCog2Icon
|
|
3075
3075
|
} from '../icons/folder-cog';
|
|
3076
|
+
// FilePen aliases
|
|
3077
|
+
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3078
|
+
export { default as FileEditIcon } from '../icons/file-pen';
|
|
3079
|
+
// FolderPen aliases
|
|
3080
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3081
|
+
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3076
3082
|
// FunnelX aliases
|
|
3077
3083
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3078
3084
|
export {
|
|
3079
3085
|
/** @deprecated */
|
|
3080
3086
|
default as FilterXIcon
|
|
3081
3087
|
} from '../icons/funnel-x';
|
|
3088
|
+
// GitCommitHorizontal aliases
|
|
3089
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3090
|
+
export { default as GitCommitIcon } from '../icons/git-commit-horizontal';
|
|
3082
3091
|
// Funnel aliases
|
|
3083
3092
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3084
3093
|
export {
|
|
3085
3094
|
/** @deprecated */
|
|
3086
3095
|
default as FilterIcon
|
|
3087
3096
|
} from '../icons/funnel';
|
|
3088
|
-
//
|
|
3089
|
-
export { default as
|
|
3090
|
-
export { default as
|
|
3097
|
+
// Grid2x2Check aliases
|
|
3098
|
+
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3099
|
+
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3091
3100
|
// Grid2x2Plus aliases
|
|
3092
3101
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3093
3102
|
export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3094
3103
|
// Grid2x2X aliases
|
|
3095
3104
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3096
3105
|
export { default as Grid2X2XIcon } from '../icons/grid-2x2-x';
|
|
3097
|
-
// Grid2x2Check aliases
|
|
3098
|
-
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3099
|
-
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3100
3106
|
// Grid2x2 aliases
|
|
3101
3107
|
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3102
3108
|
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
3103
|
-
// HandHelping aliases
|
|
3104
|
-
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3105
|
-
export { default as HelpingHandIcon } from '../icons/hand-helping';
|
|
3106
3109
|
// Grid3x3 aliases
|
|
3107
3110
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3108
3111
|
export { default as GridIcon } from '../icons/grid-3x3';
|
|
3109
3112
|
export { default as Grid3X3Icon } from '../icons/grid-3x3';
|
|
3113
|
+
// HandHelping aliases
|
|
3114
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3115
|
+
export { default as HelpingHandIcon } from '../icons/hand-helping';
|
|
3110
3116
|
// House aliases
|
|
3111
3117
|
export { default as HouseIcon } from '../icons/house';
|
|
3112
3118
|
export { default as HomeIcon } from '../icons/house';
|
|
@@ -3116,18 +3122,15 @@ export {
|
|
|
3116
3122
|
/** @deprecated */
|
|
3117
3123
|
default as IceCream2Icon
|
|
3118
3124
|
} from '../icons/ice-cream-bowl';
|
|
3119
|
-
// IceCreamCone aliases
|
|
3120
|
-
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3121
|
-
export { default as IceCreamIcon } from '../icons/ice-cream-cone';
|
|
3122
3125
|
// IndentDecrease aliases
|
|
3123
3126
|
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3124
3127
|
export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
3128
|
+
// IceCreamCone aliases
|
|
3129
|
+
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3130
|
+
export { default as IceCreamIcon } from '../icons/ice-cream-cone';
|
|
3125
3131
|
// IndentIncrease aliases
|
|
3126
3132
|
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3127
3133
|
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3128
|
-
// LoaderCircle aliases
|
|
3129
|
-
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3130
|
-
export { default as Loader2Icon } from '../icons/loader-circle';
|
|
3131
3134
|
// Layers aliases
|
|
3132
3135
|
export { default as LayersIcon } from '../icons/layers';
|
|
3133
3136
|
export { default as Layers3Icon } from '../icons/layers';
|
|
@@ -3137,21 +3140,24 @@ export {
|
|
|
3137
3140
|
/** @deprecated */
|
|
3138
3141
|
default as Laptop2Icon
|
|
3139
3142
|
} from '../icons/laptop-minimal';
|
|
3143
|
+
// LoaderCircle aliases
|
|
3144
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3145
|
+
export { default as Loader2Icon } from '../icons/loader-circle';
|
|
3140
3146
|
// LockKeyholeOpen aliases
|
|
3141
3147
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3142
3148
|
export { default as UnlockKeyholeIcon } from '../icons/lock-keyhole-open';
|
|
3143
3149
|
// LockOpen aliases
|
|
3144
3150
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3145
3151
|
export { default as UnlockIcon } from '../icons/lock-open';
|
|
3146
|
-
// Move3d aliases
|
|
3147
|
-
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3148
|
-
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3149
3152
|
// MicVocal aliases
|
|
3150
3153
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3151
3154
|
export {
|
|
3152
3155
|
/** @deprecated */
|
|
3153
3156
|
default as Mic2Icon
|
|
3154
3157
|
} from '../icons/mic-vocal';
|
|
3158
|
+
// Move3d aliases
|
|
3159
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3160
|
+
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3155
3161
|
// OctagonAlert aliases
|
|
3156
3162
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3157
3163
|
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
@@ -3182,39 +3188,39 @@ export { default as SidebarIcon } from '../icons/panel-left';
|
|
|
3182
3188
|
// PanelRightDashed aliases
|
|
3183
3189
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3184
3190
|
export { default as PanelRightInactiveIcon } from '../icons/panel-right-dashed';
|
|
3185
|
-
// PenLine aliases
|
|
3186
|
-
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3187
|
-
export {
|
|
3188
|
-
/** @deprecated */
|
|
3189
|
-
default as Edit3Icon
|
|
3190
|
-
} from '../icons/pen-line';
|
|
3191
3191
|
// PanelTopDashed aliases
|
|
3192
3192
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3193
3193
|
export { default as PanelTopInactiveIcon } from '../icons/panel-top-dashed';
|
|
3194
3194
|
// PanelsTopLeft aliases
|
|
3195
3195
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3196
3196
|
export { default as LayoutIcon } from '../icons/panels-top-left';
|
|
3197
|
+
// PenLine aliases
|
|
3198
|
+
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3199
|
+
export {
|
|
3200
|
+
/** @deprecated */
|
|
3201
|
+
default as Edit3Icon
|
|
3202
|
+
} from '../icons/pen-line';
|
|
3203
|
+
// PlugZap aliases
|
|
3204
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3205
|
+
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3197
3206
|
// Pen aliases
|
|
3198
3207
|
export { default as PenIcon } from '../icons/pen';
|
|
3199
3208
|
export {
|
|
3200
3209
|
/** @deprecated */
|
|
3201
3210
|
default as Edit2Icon
|
|
3202
3211
|
} from '../icons/pen';
|
|
3203
|
-
// PlugZap aliases
|
|
3204
|
-
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3205
|
-
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3206
3212
|
// RectangleEllipsis aliases
|
|
3207
3213
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3208
3214
|
export { default as FormInputIcon } from '../icons/rectangle-ellipsis';
|
|
3215
|
+
// Rows2 aliases
|
|
3216
|
+
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3217
|
+
export { default as RowsIcon } from '../icons/rows-2';
|
|
3209
3218
|
// Rotate3d aliases
|
|
3210
3219
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3211
3220
|
export { default as Rotate3DIcon } from '../icons/rotate-3d';
|
|
3212
3221
|
// Rows3 aliases
|
|
3213
3222
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3214
3223
|
export { default as PanelsTopBottomIcon } from '../icons/rows-3';
|
|
3215
|
-
// Rows2 aliases
|
|
3216
|
-
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3217
|
-
export { default as RowsIcon } from '../icons/rows-2';
|
|
3218
3224
|
// Scale3d aliases
|
|
3219
3225
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3220
3226
|
export { default as Scale3DIcon } from '../icons/scale-3d';
|
|
@@ -3233,51 +3239,51 @@ export { default as SlidersIcon } from '../icons/sliders-vertical';
|
|
|
3233
3239
|
// Sparkles aliases
|
|
3234
3240
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3235
3241
|
export { default as StarsIcon } from '../icons/sparkles';
|
|
3236
|
-
// SquareActivity aliases
|
|
3237
|
-
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3238
|
-
export { default as ActivitySquareIcon } from '../icons/square-activity';
|
|
3239
3242
|
// SquareArrowDownLeft aliases
|
|
3240
3243
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3241
3244
|
export { default as ArrowDownLeftSquareIcon } from '../icons/square-arrow-down-left';
|
|
3245
|
+
// SquareActivity aliases
|
|
3246
|
+
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3247
|
+
export { default as ActivitySquareIcon } from '../icons/square-activity';
|
|
3242
3248
|
// SquareArrowDownRight aliases
|
|
3243
3249
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3244
3250
|
export { default as ArrowDownRightSquareIcon } from '../icons/square-arrow-down-right';
|
|
3245
3251
|
// SquareArrowLeft aliases
|
|
3246
3252
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3247
3253
|
export { default as ArrowLeftSquareIcon } from '../icons/square-arrow-left';
|
|
3248
|
-
// SquareArrowDown aliases
|
|
3249
|
-
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3250
|
-
export { default as ArrowDownSquareIcon } from '../icons/square-arrow-down';
|
|
3251
3254
|
// SquareArrowOutDownLeft aliases
|
|
3252
3255
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3253
3256
|
export { default as ArrowDownLeftFromSquareIcon } from '../icons/square-arrow-out-down-left';
|
|
3257
|
+
// SquareArrowDown aliases
|
|
3258
|
+
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3259
|
+
export { default as ArrowDownSquareIcon } from '../icons/square-arrow-down';
|
|
3254
3260
|
// SquareArrowOutDownRight aliases
|
|
3255
3261
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3256
3262
|
export { default as ArrowDownRightFromSquareIcon } from '../icons/square-arrow-out-down-right';
|
|
3257
|
-
// SquareArrowOutUpRight aliases
|
|
3258
|
-
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3259
|
-
export { default as ArrowUpRightFromSquareIcon } from '../icons/square-arrow-out-up-right';
|
|
3260
3263
|
// SquareArrowOutUpLeft aliases
|
|
3261
3264
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3262
3265
|
export { default as ArrowUpLeftFromSquareIcon } from '../icons/square-arrow-out-up-left';
|
|
3266
|
+
// SquareArrowOutUpRight aliases
|
|
3267
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3268
|
+
export { default as ArrowUpRightFromSquareIcon } from '../icons/square-arrow-out-up-right';
|
|
3263
3269
|
// SquareArrowRight aliases
|
|
3264
3270
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3265
3271
|
export { default as ArrowRightSquareIcon } from '../icons/square-arrow-right';
|
|
3266
3272
|
// SquareArrowUpLeft aliases
|
|
3267
3273
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3268
3274
|
export { default as ArrowUpLeftSquareIcon } from '../icons/square-arrow-up-left';
|
|
3269
|
-
// SquareArrowUpRight aliases
|
|
3270
|
-
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3271
|
-
export { default as ArrowUpRightSquareIcon } from '../icons/square-arrow-up-right';
|
|
3272
3275
|
// SquareArrowUp aliases
|
|
3273
3276
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3274
3277
|
export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
3275
|
-
//
|
|
3276
|
-
export { default as
|
|
3277
|
-
export { default as
|
|
3278
|
+
// SquareArrowUpRight aliases
|
|
3279
|
+
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3280
|
+
export { default as ArrowUpRightSquareIcon } from '../icons/square-arrow-up-right';
|
|
3278
3281
|
// SquareAsterisk aliases
|
|
3279
3282
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3280
3283
|
export { default as AsteriskSquareIcon } from '../icons/square-asterisk';
|
|
3284
|
+
// SquareBottomDashedScissors aliases
|
|
3285
|
+
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3286
|
+
export { default as ScissorsSquareDashedBottomIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3281
3287
|
// SquareCheckBig aliases
|
|
3282
3288
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3283
3289
|
export { default as CheckSquareIcon } from '../icons/square-check-big';
|
|
@@ -3285,77 +3291,77 @@ export { default as CheckSquareIcon } from '../icons/square-check-big';
|
|
|
3285
3291
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3286
3292
|
export { default as GanttChartSquareIcon } from '../icons/square-chart-gantt';
|
|
3287
3293
|
export { default as SquareGanttChartIcon } from '../icons/square-chart-gantt';
|
|
3288
|
-
// SquareChevronDown aliases
|
|
3289
|
-
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3290
|
-
export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
3291
3294
|
// SquareCheck aliases
|
|
3292
3295
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3293
3296
|
export { default as CheckSquare2Icon } from '../icons/square-check';
|
|
3294
|
-
//
|
|
3295
|
-
export { default as
|
|
3296
|
-
export { default as
|
|
3297
|
+
// SquareChevronDown aliases
|
|
3298
|
+
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3299
|
+
export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
3297
3300
|
// SquareChevronRight aliases
|
|
3298
3301
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3299
3302
|
export { default as ChevronRightSquareIcon } from '../icons/square-chevron-right';
|
|
3300
|
-
//
|
|
3301
|
-
export { default as
|
|
3302
|
-
export { default as
|
|
3303
|
+
// SquareChevronLeft aliases
|
|
3304
|
+
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3305
|
+
export { default as ChevronLeftSquareIcon } from '../icons/square-chevron-left';
|
|
3303
3306
|
// SquareChevronUp aliases
|
|
3304
3307
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3305
3308
|
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
3306
|
-
//
|
|
3307
|
-
export { default as
|
|
3308
|
-
export { default as
|
|
3309
|
+
// SquareCode aliases
|
|
3310
|
+
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3311
|
+
export { default as CodeSquareIcon } from '../icons/square-code';
|
|
3309
3312
|
// SquareDashedKanban aliases
|
|
3310
3313
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3311
3314
|
export { default as KanbanSquareDashedIcon } from '../icons/square-dashed-kanban';
|
|
3315
|
+
// SquareDashedMousePointer aliases
|
|
3316
|
+
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3317
|
+
export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3312
3318
|
// SquareDivide aliases
|
|
3313
3319
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3314
3320
|
export { default as DivideSquareIcon } from '../icons/square-divide';
|
|
3315
|
-
// SquareDashed aliases
|
|
3316
|
-
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3317
|
-
export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
3318
3321
|
// SquareDot aliases
|
|
3319
3322
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3320
3323
|
export { default as DotSquareIcon } from '../icons/square-dot';
|
|
3321
|
-
//
|
|
3322
|
-
export { default as
|
|
3323
|
-
export { default as
|
|
3324
|
+
// SquareDashed aliases
|
|
3325
|
+
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3326
|
+
export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
3324
3327
|
// SquareEqual aliases
|
|
3325
3328
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3326
3329
|
export { default as EqualSquareIcon } from '../icons/square-equal';
|
|
3330
|
+
// SquareFunction aliases
|
|
3331
|
+
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3332
|
+
export { default as FunctionSquareIcon } from '../icons/square-function';
|
|
3327
3333
|
// SquareKanban aliases
|
|
3328
3334
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3329
3335
|
export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
3330
3336
|
// SquareLibrary aliases
|
|
3331
3337
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3332
3338
|
export { default as LibrarySquareIcon } from '../icons/square-library';
|
|
3339
|
+
// SquareMinus aliases
|
|
3340
|
+
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3341
|
+
export { default as MinusSquareIcon } from '../icons/square-minus';
|
|
3333
3342
|
// SquareM aliases
|
|
3334
3343
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
3335
3344
|
export { default as MSquareIcon } from '../icons/square-m';
|
|
3336
3345
|
// SquareMenu aliases
|
|
3337
3346
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3338
3347
|
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3339
|
-
// SquareMinus aliases
|
|
3340
|
-
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3341
|
-
export { default as MinusSquareIcon } from '../icons/square-minus';
|
|
3342
|
-
// SquareMousePointer aliases
|
|
3343
|
-
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3344
|
-
export { default as InspectIcon } from '../icons/square-mouse-pointer';
|
|
3345
3348
|
// SquareParkingOff aliases
|
|
3346
3349
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
3347
3350
|
export { default as ParkingSquareOffIcon } from '../icons/square-parking-off';
|
|
3351
|
+
// SquareMousePointer aliases
|
|
3352
|
+
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3353
|
+
export { default as InspectIcon } from '../icons/square-mouse-pointer';
|
|
3348
3354
|
// SquareParking aliases
|
|
3349
3355
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3350
3356
|
export { default as ParkingSquareIcon } from '../icons/square-parking';
|
|
3357
|
+
// SquarePercent aliases
|
|
3358
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3359
|
+
export { default as PercentSquareIcon } from '../icons/square-percent';
|
|
3351
3360
|
// SquarePen aliases
|
|
3352
3361
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
3353
3362
|
export { default as PenBoxIcon } from '../icons/square-pen';
|
|
3354
3363
|
export { default as EditIcon } from '../icons/square-pen';
|
|
3355
3364
|
export { default as PenSquareIcon } from '../icons/square-pen';
|
|
3356
|
-
// SquarePercent aliases
|
|
3357
|
-
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3358
|
-
export { default as PercentSquareIcon } from '../icons/square-percent';
|
|
3359
3365
|
// SquarePi aliases
|
|
3360
3366
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
3361
3367
|
export { default as PiSquareIcon } from '../icons/square-pi';
|
|
@@ -3368,27 +3374,27 @@ export { default as PilcrowSquareIcon } from '../icons/square-pilcrow';
|
|
|
3368
3374
|
// SquarePlus aliases
|
|
3369
3375
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3370
3376
|
export { default as PlusSquareIcon } from '../icons/square-plus';
|
|
3371
|
-
// SquareScissors aliases
|
|
3372
|
-
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
3373
|
-
export { default as ScissorsSquareIcon } from '../icons/square-scissors';
|
|
3374
3377
|
// SquarePower aliases
|
|
3375
3378
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
3376
3379
|
export { default as PowerSquareIcon } from '../icons/square-power';
|
|
3377
|
-
//
|
|
3378
|
-
export { default as
|
|
3379
|
-
export { default as
|
|
3380
|
+
// SquareScissors aliases
|
|
3381
|
+
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
3382
|
+
export { default as ScissorsSquareIcon } from '../icons/square-scissors';
|
|
3380
3383
|
// SquareSlash aliases
|
|
3381
3384
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3382
3385
|
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3386
|
+
// SquareSigma aliases
|
|
3387
|
+
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
3388
|
+
export { default as SigmaSquareIcon } from '../icons/square-sigma';
|
|
3389
|
+
// SquareSplitVertical aliases
|
|
3390
|
+
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3391
|
+
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3383
3392
|
// SquareSplitHorizontal aliases
|
|
3384
3393
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3385
3394
|
export { default as SplitSquareHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3386
3395
|
// SquareTerminal aliases
|
|
3387
3396
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
3388
3397
|
export { default as TerminalSquareIcon } from '../icons/square-terminal';
|
|
3389
|
-
// SquareSplitVertical aliases
|
|
3390
|
-
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3391
|
-
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3392
3398
|
// SquareUserRound aliases
|
|
3393
3399
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
3394
3400
|
export {
|
|
@@ -3413,27 +3419,27 @@ export { default as TrainIcon } from '../icons/tram-front';
|
|
|
3413
3419
|
// TreePalm aliases
|
|
3414
3420
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
3415
3421
|
export { default as PalmtreeIcon } from '../icons/tree-palm';
|
|
3416
|
-
// TriangleAlert aliases
|
|
3417
|
-
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3418
|
-
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3419
3422
|
// TvMinimal aliases
|
|
3420
3423
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
3421
3424
|
export {
|
|
3422
3425
|
/** @deprecated */
|
|
3423
3426
|
default as Tv2Icon
|
|
3424
3427
|
} from '../icons/tv-minimal';
|
|
3425
|
-
//
|
|
3426
|
-
export { default as
|
|
3427
|
-
export {
|
|
3428
|
-
/** @deprecated */
|
|
3429
|
-
default as School2Icon
|
|
3430
|
-
} from '../icons/university';
|
|
3428
|
+
// TriangleAlert aliases
|
|
3429
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3430
|
+
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3431
3431
|
// UserRoundCheck aliases
|
|
3432
3432
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
3433
3433
|
export {
|
|
3434
3434
|
/** @deprecated */
|
|
3435
3435
|
default as UserCheck2Icon
|
|
3436
3436
|
} from '../icons/user-round-check';
|
|
3437
|
+
// University aliases
|
|
3438
|
+
export { default as UniversityIcon } from '../icons/university';
|
|
3439
|
+
export {
|
|
3440
|
+
/** @deprecated */
|
|
3441
|
+
default as School2Icon
|
|
3442
|
+
} from '../icons/university';
|
|
3437
3443
|
// UserRoundCog aliases
|
|
3438
3444
|
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
3439
3445
|
export {
|
|
@@ -3452,27 +3458,27 @@ export {
|
|
|
3452
3458
|
/** @deprecated */
|
|
3453
3459
|
default as UserMinus2Icon
|
|
3454
3460
|
} from '../icons/user-round-minus';
|
|
3461
|
+
// UsersRound aliases
|
|
3462
|
+
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
3463
|
+
export {
|
|
3464
|
+
/** @deprecated */
|
|
3465
|
+
default as Users2Icon
|
|
3466
|
+
} from '../icons/users-round';
|
|
3455
3467
|
// UserRound aliases
|
|
3456
3468
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
3457
3469
|
export {
|
|
3458
3470
|
/** @deprecated */
|
|
3459
3471
|
default as User2Icon
|
|
3460
3472
|
} from '../icons/user-round';
|
|
3473
|
+
// UtensilsCrossed aliases
|
|
3474
|
+
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
3475
|
+
export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
3461
3476
|
// UserRoundX aliases
|
|
3462
3477
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
3463
3478
|
export {
|
|
3464
3479
|
/** @deprecated */
|
|
3465
3480
|
default as UserX2Icon
|
|
3466
3481
|
} from '../icons/user-round-x';
|
|
3467
|
-
// UsersRound aliases
|
|
3468
|
-
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
3469
|
-
export {
|
|
3470
|
-
/** @deprecated */
|
|
3471
|
-
default as Users2Icon
|
|
3472
|
-
} from '../icons/users-round';
|
|
3473
|
-
// UtensilsCrossed aliases
|
|
3474
|
-
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
3475
|
-
export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
3476
3482
|
// Utensils aliases
|
|
3477
3483
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3478
3484
|
export { default as ForkKnifeIcon } from '../icons/utensils';
|