@lucide/astro 0.490.0 → 0.491.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 +72 -72
- package/src/aliases/prefixed.ts +452 -450
- package/src/aliases/suffixed.ts +839 -837
- package/src/icons/index.ts +154 -153
- package/src/icons/rotate-ccw-key.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
-
// AArrowUp aliases
|
|
4
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
3
|
// ALargeSmall aliases
|
|
6
4
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
|
-
//
|
|
8
|
-
export { default as
|
|
5
|
+
// AArrowUp aliases
|
|
6
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
9
7
|
// Activity aliases
|
|
10
8
|
export { default as ActivityIcon } from '../icons/activity';
|
|
9
|
+
// Accessibility aliases
|
|
10
|
+
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
11
11
|
// AirVent aliases
|
|
12
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
|
-
// Airplay aliases
|
|
14
|
-
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
13
|
// AlarmClockOff aliases
|
|
16
14
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
15
|
+
// Airplay aliases
|
|
16
|
+
export { default as AirplayIcon } from '../icons/airplay';
|
|
17
17
|
// AlarmClock aliases
|
|
18
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
|
-
// Album aliases
|
|
20
|
-
export { default as AlbumIcon } from '../icons/album';
|
|
21
19
|
// AlarmSmoke aliases
|
|
22
20
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
|
+
// Album aliases
|
|
22
|
+
export { default as AlbumIcon } from '../icons/album';
|
|
23
23
|
// AlignCenterHorizontal aliases
|
|
24
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
25
|
// AlignCenterVertical aliases
|
|
26
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
27
|
// AlignCenter aliases
|
|
28
28
|
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
29
|
-
// AlignEndHorizontal aliases
|
|
30
|
-
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
29
|
// AlignEndVertical aliases
|
|
32
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
|
-
//
|
|
34
|
-
export { default as
|
|
31
|
+
// AlignEndHorizontal aliases
|
|
32
|
+
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
35
33
|
// AlignHorizontalDistributeCenter aliases
|
|
36
34
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
|
+
// AlignHorizontalDistributeEnd aliases
|
|
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
39
|
// AlignHorizontalJustifyCenter aliases
|
|
@@ -44,40 +44,40 @@ export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizon
|
|
|
44
44
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
45
|
// AlignHorizontalSpaceAround aliases
|
|
46
46
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
|
-
// AlignHorizontalSpaceBetween aliases
|
|
48
|
-
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
47
|
// AlignJustify aliases
|
|
50
48
|
export { default as AlignJustifyIcon } from '../icons/align-justify';
|
|
51
|
-
//
|
|
52
|
-
export { default as
|
|
49
|
+
// AlignHorizontalSpaceBetween aliases
|
|
50
|
+
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
53
51
|
// AlignRight aliases
|
|
54
52
|
export { default as AlignRightIcon } from '../icons/align-right';
|
|
53
|
+
// AlignLeft aliases
|
|
54
|
+
export { default as AlignLeftIcon } from '../icons/align-left';
|
|
55
55
|
// AlignStartHorizontal aliases
|
|
56
56
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
57
57
|
// AlignVerticalDistributeCenter aliases
|
|
58
58
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
59
|
-
// AlignStartVertical aliases
|
|
60
|
-
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
61
59
|
// AlignVerticalDistributeEnd aliases
|
|
62
60
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
61
|
+
// AlignStartVertical aliases
|
|
62
|
+
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
63
63
|
// AlignVerticalDistributeStart aliases
|
|
64
64
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
65
|
-
// AlignVerticalJustifyCenter aliases
|
|
66
|
-
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
67
65
|
// AlignVerticalJustifyEnd aliases
|
|
68
66
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
69
67
|
// AlignVerticalJustifyStart aliases
|
|
70
68
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
69
|
+
// AlignVerticalJustifyCenter aliases
|
|
70
|
+
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
71
71
|
// AlignVerticalSpaceAround aliases
|
|
72
72
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
73
73
|
// AlignVerticalSpaceBetween aliases
|
|
74
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
|
-
// Ampersand aliases
|
|
78
|
-
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
79
77
|
// Ampersands aliases
|
|
80
78
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
79
|
+
// Ampersand aliases
|
|
80
|
+
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
81
81
|
// Amphora aliases
|
|
82
82
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
83
83
|
// Anchor aliases
|
|
@@ -92,72 +92,72 @@ export { default as AntennaIcon } from '../icons/antenna';
|
|
|
92
92
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
93
93
|
// Aperture aliases
|
|
94
94
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
95
|
-
// AppWindow aliases
|
|
96
|
-
export { default as AppWindowIcon } from '../icons/app-window';
|
|
97
95
|
// AppWindowMac aliases
|
|
98
96
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
99
97
|
// Apple aliases
|
|
100
98
|
export { default as AppleIcon } from '../icons/apple';
|
|
99
|
+
// AppWindow aliases
|
|
100
|
+
export { default as AppWindowIcon } from '../icons/app-window';
|
|
101
|
+
// ArchiveX aliases
|
|
102
|
+
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
101
103
|
// Archive aliases
|
|
102
104
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
103
105
|
// ArchiveRestore aliases
|
|
104
106
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
105
|
-
// ArchiveX aliases
|
|
106
|
-
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
107
107
|
// Armchair aliases
|
|
108
108
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
109
|
-
// ArrowBigDownDash aliases
|
|
110
|
-
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
111
109
|
// ArrowBigDown aliases
|
|
112
110
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
113
|
-
//
|
|
114
|
-
export { default as
|
|
111
|
+
// ArrowBigDownDash aliases
|
|
112
|
+
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
115
113
|
// ArrowBigLeftDash aliases
|
|
116
114
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
117
|
-
//
|
|
118
|
-
export { default as
|
|
115
|
+
// ArrowBigLeft aliases
|
|
116
|
+
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
119
117
|
// ArrowBigRight aliases
|
|
120
118
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
121
119
|
// ArrowBigUpDash aliases
|
|
122
120
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
121
|
+
// ArrowBigRightDash aliases
|
|
122
|
+
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
123
123
|
// ArrowBigUp aliases
|
|
124
124
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
125
|
-
// ArrowDownFromLine aliases
|
|
126
|
-
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
127
125
|
// ArrowDownLeft aliases
|
|
128
126
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
129
127
|
// ArrowDownNarrowWide aliases
|
|
130
128
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
129
|
+
// ArrowDownFromLine aliases
|
|
130
|
+
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
131
131
|
// ArrowDownRight aliases
|
|
132
132
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
133
133
|
// ArrowDownToDot aliases
|
|
134
134
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
135
|
-
// ArrowDownUp aliases
|
|
136
|
-
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
137
135
|
// ArrowDownToLine aliases
|
|
138
136
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
139
|
-
//
|
|
140
|
-
export { default as
|
|
141
|
-
// ArrowLeftFromLine aliases
|
|
142
|
-
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
137
|
+
// ArrowDownUp aliases
|
|
138
|
+
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
143
139
|
// ArrowLeftRight aliases
|
|
144
140
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
145
|
-
// ArrowRightFromLine aliases
|
|
146
|
-
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
147
141
|
// ArrowLeftToLine aliases
|
|
148
142
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
143
|
+
// ArrowDown aliases
|
|
144
|
+
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
145
|
+
// ArrowLeftFromLine aliases
|
|
146
|
+
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-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
|
|
154
154
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
155
155
|
// ArrowRight aliases
|
|
156
156
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
157
|
-
// ArrowUpDown aliases
|
|
158
|
-
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
159
157
|
// ArrowUpFromDot aliases
|
|
160
158
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
159
|
+
// ArrowUpDown aliases
|
|
160
|
+
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
161
161
|
// ArrowUpFromLine aliases
|
|
162
162
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
163
163
|
// ArrowUpLeft aliases
|
|
@@ -172,10 +172,10 @@ export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow'
|
|
|
172
172
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
173
173
|
// ArrowsUpFromLine aliases
|
|
174
174
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
175
|
-
// Asterisk aliases
|
|
176
|
-
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
177
175
|
// AtSign aliases
|
|
178
176
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
177
|
+
// Asterisk aliases
|
|
178
|
+
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
179
179
|
// Atom aliases
|
|
180
180
|
export { default as AtomIcon } from '../icons/atom';
|
|
181
181
|
// AudioLines aliases
|
|
@@ -186,24 +186,24 @@ export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
|
186
186
|
export { default as AwardIcon } from '../icons/award';
|
|
187
187
|
// Axe aliases
|
|
188
188
|
export { default as AxeIcon } from '../icons/axe';
|
|
189
|
-
// Backpack aliases
|
|
190
|
-
export { default as BackpackIcon } from '../icons/backpack';
|
|
191
189
|
// Baby aliases
|
|
192
190
|
export { default as BabyIcon } from '../icons/baby';
|
|
193
191
|
// BadgeAlert aliases
|
|
194
192
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
195
193
|
// BadgeCent aliases
|
|
196
194
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
197
|
-
//
|
|
198
|
-
export { default as
|
|
195
|
+
// Backpack aliases
|
|
196
|
+
export { default as BackpackIcon } from '../icons/backpack';
|
|
199
197
|
// BadgeEuro aliases
|
|
200
198
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
199
|
+
// BadgeDollarSign aliases
|
|
200
|
+
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
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';
|
|
205
|
+
// BadgeIndianRupee aliases
|
|
206
|
+
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
207
207
|
// BadgeJapaneseYen aliases
|
|
208
208
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
209
209
|
// BadgeMinus aliases
|
|
@@ -214,10 +214,10 @@ export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
|
214
214
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
215
215
|
// BadgePoundSterling aliases
|
|
216
216
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
217
|
-
// BadgeRussianRuble aliases
|
|
218
|
-
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
219
217
|
// BadgeSwissFranc aliases
|
|
220
218
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
219
|
+
// BadgeRussianRuble aliases
|
|
220
|
+
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
221
221
|
// BadgeX aliases
|
|
222
222
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
223
223
|
// Badge aliases
|
|
@@ -226,14 +226,14 @@ export { default as BadgeIcon } from '../icons/badge';
|
|
|
226
226
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
227
227
|
// Ban aliases
|
|
228
228
|
export { default as BanIcon } from '../icons/ban';
|
|
229
|
-
// Bandage aliases
|
|
230
|
-
export { default as BandageIcon } from '../icons/bandage';
|
|
231
229
|
// Banana aliases
|
|
232
230
|
export { default as BananaIcon } from '../icons/banana';
|
|
233
|
-
//
|
|
234
|
-
export { default as
|
|
231
|
+
// Bandage aliases
|
|
232
|
+
export { default as BandageIcon } from '../icons/bandage';
|
|
235
233
|
// BanknoteArrowUp aliases
|
|
236
234
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
235
|
+
// BanknoteArrowDown aliases
|
|
236
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
237
237
|
// BanknoteX aliases
|
|
238
238
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
239
239
|
// Banknote aliases
|
|
@@ -242,20 +242,20 @@ export { default as BanknoteIcon } from '../icons/banknote';
|
|
|
242
242
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
243
243
|
// Baseline aliases
|
|
244
244
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
245
|
-
// Bath aliases
|
|
246
|
-
export { default as BathIcon } from '../icons/bath';
|
|
247
|
-
// BatteryCharging aliases
|
|
248
|
-
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
249
245
|
// BatteryFull aliases
|
|
250
246
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
247
|
+
// BatteryCharging aliases
|
|
248
|
+
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
251
249
|
// BatteryLow aliases
|
|
252
250
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
251
|
+
// Bath aliases
|
|
252
|
+
export { default as BathIcon } from '../icons/bath';
|
|
253
|
+
// BatteryPlus aliases
|
|
254
|
+
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
253
255
|
// BatteryMedium aliases
|
|
254
256
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
255
257
|
// BatteryWarning aliases
|
|
256
258
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
257
|
-
// BatteryPlus aliases
|
|
258
|
-
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
259
259
|
// Battery aliases
|
|
260
260
|
export { default as BatteryIcon } from '../icons/battery';
|
|
261
261
|
// Beaker aliases
|
|
@@ -264,22 +264,22 @@ export { default as BeakerIcon } from '../icons/beaker';
|
|
|
264
264
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
265
265
|
// Bean aliases
|
|
266
266
|
export { default as BeanIcon } from '../icons/bean';
|
|
267
|
-
// BedSingle aliases
|
|
268
|
-
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
269
267
|
// BedDouble aliases
|
|
270
268
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
271
|
-
//
|
|
272
|
-
export { default as
|
|
269
|
+
// BedSingle aliases
|
|
270
|
+
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
273
271
|
// Beef aliases
|
|
274
272
|
export { default as BeefIcon } from '../icons/beef';
|
|
273
|
+
// Bed aliases
|
|
274
|
+
export { default as BedIcon } from '../icons/bed';
|
|
275
275
|
// BeerOff aliases
|
|
276
276
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
277
277
|
// Beer aliases
|
|
278
278
|
export { default as BeerIcon } from '../icons/beer';
|
|
279
|
-
// BellElectric aliases
|
|
280
|
-
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
281
279
|
// BellDot aliases
|
|
282
280
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
281
|
+
// BellElectric aliases
|
|
282
|
+
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
283
283
|
// BellMinus aliases
|
|
284
284
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
285
285
|
// BellOff aliases
|
|
@@ -288,62 +288,62 @@ export { default as BellOffIcon } from '../icons/bell-off';
|
|
|
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
|
-
// BetweenVerticalStart aliases
|
|
294
|
-
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
295
291
|
// BetweenVerticalEnd aliases
|
|
296
292
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
293
|
+
// BetweenVerticalStart aliases
|
|
294
|
+
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
295
|
+
// Bell aliases
|
|
296
|
+
export { default as BellIcon } from '../icons/bell';
|
|
297
297
|
// BicepsFlexed aliases
|
|
298
298
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
299
299
|
// Bike aliases
|
|
300
300
|
export { default as BikeIcon } from '../icons/bike';
|
|
301
301
|
// Binary aliases
|
|
302
302
|
export { default as BinaryIcon } from '../icons/binary';
|
|
303
|
-
// Bird aliases
|
|
304
|
-
export { default as BirdIcon } from '../icons/bird';
|
|
305
303
|
// Binoculars aliases
|
|
306
304
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
307
|
-
// Bitcoin aliases
|
|
308
|
-
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
309
305
|
// Biohazard aliases
|
|
310
306
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
307
|
+
// Bird aliases
|
|
308
|
+
export { default as BirdIcon } from '../icons/bird';
|
|
309
|
+
// Bitcoin aliases
|
|
310
|
+
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
311
311
|
// Blend aliases
|
|
312
312
|
export { default as BlendIcon } from '../icons/blend';
|
|
313
313
|
// Blinds aliases
|
|
314
314
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
315
|
-
// Blocks aliases
|
|
316
|
-
export { default as BlocksIcon } from '../icons/blocks';
|
|
317
315
|
// BluetoothConnected aliases
|
|
318
316
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
317
|
+
// Blocks aliases
|
|
318
|
+
export { default as BlocksIcon } from '../icons/blocks';
|
|
319
319
|
// BluetoothOff aliases
|
|
320
320
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
321
|
-
// BluetoothSearching aliases
|
|
322
|
-
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
323
321
|
// Bluetooth aliases
|
|
324
322
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
323
|
+
// BluetoothSearching aliases
|
|
324
|
+
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
325
325
|
// Bold aliases
|
|
326
326
|
export { default as BoldIcon } from '../icons/bold';
|
|
327
327
|
// Bolt aliases
|
|
328
328
|
export { default as BoltIcon } from '../icons/bolt';
|
|
329
329
|
// Bone aliases
|
|
330
330
|
export { default as BoneIcon } from '../icons/bone';
|
|
331
|
-
// Bomb aliases
|
|
332
|
-
export { default as BombIcon } from '../icons/bomb';
|
|
333
331
|
// BookA aliases
|
|
334
332
|
export { default as BookAIcon } from '../icons/book-a';
|
|
333
|
+
// Bomb aliases
|
|
334
|
+
export { default as BombIcon } from '../icons/bomb';
|
|
335
335
|
// BookAudio aliases
|
|
336
336
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
337
|
-
// BookCheck aliases
|
|
338
|
-
export { default as BookCheckIcon } from '../icons/book-check';
|
|
339
337
|
// BookCopy aliases
|
|
340
338
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
339
|
+
// BookCheck aliases
|
|
340
|
+
export { default as BookCheckIcon } from '../icons/book-check';
|
|
341
341
|
// BookDown aliases
|
|
342
342
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
343
|
-
// BookHeart aliases
|
|
344
|
-
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
345
343
|
// BookHeadphones aliases
|
|
346
344
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
345
|
+
// BookHeart aliases
|
|
346
|
+
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
347
347
|
// BookImage aliases
|
|
348
348
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
349
349
|
// BookKey aliases
|
|
@@ -352,10 +352,10 @@ export { default as BookKeyIcon } from '../icons/book-key';
|
|
|
352
352
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
353
353
|
// BookMarked aliases
|
|
354
354
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
355
|
-
// BookOpenCheck aliases
|
|
356
|
-
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
357
355
|
// BookMinus aliases
|
|
358
356
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
357
|
+
// BookOpenCheck aliases
|
|
358
|
+
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
359
359
|
// BookOpenText aliases
|
|
360
360
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
361
361
|
// BookOpen aliases
|
|
@@ -372,26 +372,26 @@ export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
|
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
|
-
// BookmarkCheck aliases
|
|
378
|
-
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
379
375
|
// Book aliases
|
|
380
376
|
export { default as BookIcon } from '../icons/book';
|
|
377
|
+
// BookX aliases
|
|
378
|
+
export { default as BookXIcon } from '../icons/book-x';
|
|
381
379
|
// BookmarkMinus aliases
|
|
382
380
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
381
|
+
// BookmarkCheck aliases
|
|
382
|
+
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
383
|
+
// BookmarkPlus aliases
|
|
384
|
+
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
383
385
|
// BookmarkX aliases
|
|
384
386
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
385
387
|
// Bookmark aliases
|
|
386
388
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
387
|
-
// BookmarkPlus aliases
|
|
388
|
-
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
389
389
|
// BoomBox aliases
|
|
390
390
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
391
|
-
// BotMessageSquare aliases
|
|
392
|
-
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
393
391
|
// BotOff aliases
|
|
394
392
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
393
|
+
// BotMessageSquare aliases
|
|
394
|
+
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
395
395
|
// Bot aliases
|
|
396
396
|
export { default as BotIcon } from '../icons/bot';
|
|
397
397
|
// Box aliases
|
|
@@ -402,16 +402,16 @@ 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';
|
|
407
405
|
// Brain aliases
|
|
408
406
|
export { default as BrainIcon } from '../icons/brain';
|
|
407
|
+
// BrainCog aliases
|
|
408
|
+
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
409
409
|
// BrickWall aliases
|
|
410
410
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
411
|
-
// BriefcaseBusiness aliases
|
|
412
|
-
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
413
411
|
// BriefcaseConveyorBelt aliases
|
|
414
412
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
413
|
+
// BriefcaseBusiness aliases
|
|
414
|
+
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
415
415
|
// BriefcaseMedical aliases
|
|
416
416
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
417
417
|
// Briefcase aliases
|
|
@@ -426,36 +426,36 @@ export { default as BugOffIcon } from '../icons/bug-off';
|
|
|
426
426
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
427
427
|
// Bug aliases
|
|
428
428
|
export { default as BugIcon } from '../icons/bug';
|
|
429
|
-
// Building2 aliases
|
|
430
|
-
export { default as Building2Icon } from '../icons/building-2';
|
|
431
429
|
// Building aliases
|
|
432
430
|
export { default as BuildingIcon } from '../icons/building';
|
|
431
|
+
// Building2 aliases
|
|
432
|
+
export { default as Building2Icon } from '../icons/building-2';
|
|
433
433
|
// BusFront aliases
|
|
434
434
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
435
|
-
// Bus aliases
|
|
436
|
-
export { default as BusIcon } from '../icons/bus';
|
|
437
435
|
// CableCar aliases
|
|
438
436
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
437
|
+
// Bus aliases
|
|
438
|
+
export { default as BusIcon } from '../icons/bus';
|
|
439
439
|
// Cable aliases
|
|
440
440
|
export { default as CableIcon } from '../icons/cable';
|
|
441
441
|
// CakeSlice aliases
|
|
442
442
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
443
|
-
// Cake aliases
|
|
444
|
-
export { default as CakeIcon } from '../icons/cake';
|
|
445
443
|
// Calculator aliases
|
|
446
444
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
447
445
|
// Calendar1 aliases
|
|
448
446
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
449
|
-
//
|
|
450
|
-
export { default as
|
|
447
|
+
// Cake aliases
|
|
448
|
+
export { default as CakeIcon } from '../icons/cake';
|
|
451
449
|
// CalendarArrowDown aliases
|
|
452
450
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
451
|
+
// CalendarArrowUp aliases
|
|
452
|
+
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
453
453
|
// CalendarCheck2 aliases
|
|
454
454
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
455
|
-
// CalendarCheck aliases
|
|
456
|
-
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
457
455
|
// CalendarClock aliases
|
|
458
456
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
457
|
+
// CalendarCheck aliases
|
|
458
|
+
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
459
459
|
// CalendarCog aliases
|
|
460
460
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
461
461
|
// CalendarDays aliases
|
|
@@ -466,12 +466,12 @@ export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
|
466
466
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
467
467
|
// CalendarMinus2 aliases
|
|
468
468
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
469
|
-
// CalendarOff aliases
|
|
470
|
-
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
471
469
|
// CalendarMinus aliases
|
|
472
470
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
473
471
|
// CalendarPlus2 aliases
|
|
474
472
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
473
|
+
// CalendarOff aliases
|
|
474
|
+
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
475
475
|
// CalendarPlus aliases
|
|
476
476
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
477
477
|
// CalendarRange aliases
|
|
@@ -488,34 +488,34 @@ export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
|
488
488
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
489
489
|
// CameraOff aliases
|
|
490
490
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
491
|
-
// CandyCane aliases
|
|
492
|
-
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
493
491
|
// Camera aliases
|
|
494
492
|
export { default as CameraIcon } from '../icons/camera';
|
|
493
|
+
// CandyCane aliases
|
|
494
|
+
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
495
495
|
// CandyOff aliases
|
|
496
496
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
497
497
|
// Candy aliases
|
|
498
498
|
export { default as CandyIcon } from '../icons/candy';
|
|
499
|
-
// CaptionsOff aliases
|
|
500
|
-
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
501
499
|
// Cannabis aliases
|
|
502
500
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
501
|
+
// CaptionsOff aliases
|
|
502
|
+
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
503
503
|
// CarFront aliases
|
|
504
504
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
505
|
+
// CarTaxiFront aliases
|
|
506
|
+
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
505
507
|
// Car aliases
|
|
506
508
|
export { default as CarIcon } from '../icons/car';
|
|
507
509
|
// Caravan aliases
|
|
508
510
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
509
|
-
// CarTaxiFront aliases
|
|
510
|
-
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
511
511
|
// Carrot aliases
|
|
512
512
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
513
513
|
// CaseLower aliases
|
|
514
514
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
515
|
-
// CaseUpper aliases
|
|
516
|
-
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
517
515
|
// CaseSensitive aliases
|
|
518
516
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
517
|
+
// CaseUpper aliases
|
|
518
|
+
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
519
519
|
// CassetteTape aliases
|
|
520
520
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
521
521
|
// Cast aliases
|
|
@@ -524,40 +524,40 @@ export { default as CastIcon } from '../icons/cast';
|
|
|
524
524
|
export { default as CastleIcon } from '../icons/castle';
|
|
525
525
|
// Cat aliases
|
|
526
526
|
export { default as CatIcon } from '../icons/cat';
|
|
527
|
+
// Cctv aliases
|
|
528
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
527
529
|
// ChartBarDecreasing aliases
|
|
528
530
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
529
531
|
// ChartBarIncreasing aliases
|
|
530
532
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
531
|
-
// Cctv aliases
|
|
532
|
-
export { default as CctvIcon } from '../icons/cctv';
|
|
533
533
|
// ChartBarStacked aliases
|
|
534
534
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
535
535
|
// ChartColumnDecreasing aliases
|
|
536
536
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
537
|
-
// ChartColumnStacked aliases
|
|
538
|
-
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
539
|
-
// ChartGantt aliases
|
|
540
|
-
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
541
537
|
// ChartNetwork aliases
|
|
542
538
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
539
|
+
// ChartGantt aliases
|
|
540
|
+
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
541
|
+
// ChartColumnStacked aliases
|
|
542
|
+
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
543
543
|
// ChartNoAxesColumnDecreasing aliases
|
|
544
544
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
545
|
-
// ChartSpline aliases
|
|
546
|
-
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
547
545
|
// ChartNoAxesCombined aliases
|
|
548
546
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
549
547
|
// CheckCheck aliases
|
|
550
548
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
549
|
+
// ChartSpline aliases
|
|
550
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
551
551
|
// Check aliases
|
|
552
552
|
export { default as CheckIcon } from '../icons/check';
|
|
553
553
|
// ChefHat aliases
|
|
554
554
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
555
555
|
// Cherry aliases
|
|
556
556
|
export { default as CherryIcon } from '../icons/cherry';
|
|
557
|
-
// ChevronDown aliases
|
|
558
|
-
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
559
557
|
// ChevronFirst aliases
|
|
560
558
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
559
|
+
// ChevronDown aliases
|
|
560
|
+
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
561
561
|
// ChevronLast aliases
|
|
562
562
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
563
563
|
// ChevronLeft aliases
|
|
@@ -566,20 +566,20 @@ export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
|
566
566
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
567
567
|
// ChevronUp aliases
|
|
568
568
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
569
|
+
// ChevronsDown aliases
|
|
570
|
+
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
569
571
|
// ChevronsDownUp aliases
|
|
570
572
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
571
|
-
// ChevronsLeftRightEllipsis aliases
|
|
572
|
-
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
573
573
|
// ChevronsLeftRight aliases
|
|
574
574
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
575
|
-
//
|
|
576
|
-
export { default as
|
|
577
|
-
// ChevronsLeft aliases
|
|
578
|
-
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
575
|
+
// ChevronsLeftRightEllipsis aliases
|
|
576
|
+
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
579
577
|
// ChevronsRightLeft aliases
|
|
580
578
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
581
579
|
// ChevronsRight aliases
|
|
582
580
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
581
|
+
// ChevronsLeft aliases
|
|
582
|
+
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
583
583
|
// ChevronsUpDown aliases
|
|
584
584
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
585
585
|
// ChevronsUp aliases
|
|
@@ -608,36 +608,36 @@ export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
|
608
608
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
609
609
|
// CircleFadingPlus aliases
|
|
610
610
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
611
|
-
// CircleSlash aliases
|
|
612
|
-
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
613
611
|
// CircleOff aliases
|
|
614
612
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
613
|
+
// CircleSlash aliases
|
|
614
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
615
615
|
// CircleSmall aliases
|
|
616
616
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
617
617
|
// Circle aliases
|
|
618
618
|
export { default as CircleIcon } from '../icons/circle';
|
|
619
|
-
// Citrus aliases
|
|
620
|
-
export { default as CitrusIcon } from '../icons/citrus';
|
|
621
619
|
// CircuitBoard aliases
|
|
622
620
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
623
|
-
//
|
|
624
|
-
export { default as
|
|
621
|
+
// Citrus aliases
|
|
622
|
+
export { default as CitrusIcon } from '../icons/citrus';
|
|
625
623
|
// ClipboardCheck aliases
|
|
626
624
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
627
|
-
//
|
|
628
|
-
export { default as
|
|
625
|
+
// Clapperboard aliases
|
|
626
|
+
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
629
627
|
// ClipboardCopy aliases
|
|
630
628
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
629
|
+
// ClipboardList aliases
|
|
630
|
+
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
631
631
|
// ClipboardMinus aliases
|
|
632
632
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
633
633
|
// ClipboardPaste aliases
|
|
634
634
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
635
|
-
// ClipboardType aliases
|
|
636
|
-
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
637
635
|
// ClipboardPlus aliases
|
|
638
636
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
639
637
|
// ClipboardX aliases
|
|
640
638
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
639
|
+
// ClipboardType aliases
|
|
640
|
+
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
641
641
|
// Clipboard aliases
|
|
642
642
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
643
643
|
// Clock1 aliases
|
|
@@ -648,22 +648,22 @@ export { default as Clock10Icon } from '../icons/clock-10';
|
|
|
648
648
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
649
649
|
// Clock12 aliases
|
|
650
650
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
651
|
+
// Clock4 aliases
|
|
652
|
+
export { default as Clock4Icon } from '../icons/clock-4';
|
|
651
653
|
// Clock2 aliases
|
|
652
654
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
653
655
|
// Clock3 aliases
|
|
654
656
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
655
|
-
// Clock4 aliases
|
|
656
|
-
export { default as Clock4Icon } from '../icons/clock-4';
|
|
657
657
|
// Clock5 aliases
|
|
658
658
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
659
659
|
// Clock6 aliases
|
|
660
660
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
661
661
|
// Clock7 aliases
|
|
662
662
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
663
|
-
// Clock8 aliases
|
|
664
|
-
export { default as Clock8Icon } from '../icons/clock-8';
|
|
665
663
|
// Clock9 aliases
|
|
666
664
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
665
|
+
// Clock8 aliases
|
|
666
|
+
export { default as Clock8Icon } from '../icons/clock-8';
|
|
667
667
|
// ClockAlert aliases
|
|
668
668
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
669
669
|
// ClockArrowDown aliases
|
|
@@ -672,58 +672,58 @@ export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
|
672
672
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
673
673
|
// ClockFading aliases
|
|
674
674
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
675
|
-
// CloudAlert aliases
|
|
676
|
-
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
677
675
|
// Clock aliases
|
|
678
676
|
export { default as ClockIcon } from '../icons/clock';
|
|
679
677
|
// CloudCog aliases
|
|
680
678
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
681
679
|
// CloudDrizzle aliases
|
|
682
680
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
681
|
+
// CloudAlert aliases
|
|
682
|
+
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
683
683
|
// CloudFog aliases
|
|
684
684
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
685
|
-
// CloudHail aliases
|
|
686
|
-
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
687
685
|
// CloudLightning aliases
|
|
688
686
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
687
|
+
// CloudHail aliases
|
|
688
|
+
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
689
689
|
// CloudMoonRain aliases
|
|
690
690
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
691
|
-
// CloudOff aliases
|
|
692
|
-
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
693
691
|
// CloudMoon aliases
|
|
694
692
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
693
|
+
// CloudOff aliases
|
|
694
|
+
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
695
695
|
// CloudRainWind aliases
|
|
696
696
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
697
697
|
// CloudRain aliases
|
|
698
698
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
699
|
-
// CloudSnow aliases
|
|
700
|
-
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
701
699
|
// CloudSunRain aliases
|
|
702
700
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
701
|
+
// CloudSnow aliases
|
|
702
|
+
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
703
703
|
// CloudSun aliases
|
|
704
704
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
705
705
|
// Cloudy aliases
|
|
706
706
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
707
707
|
// Cloud aliases
|
|
708
708
|
export { default as CloudIcon } from '../icons/cloud';
|
|
709
|
-
// Clover aliases
|
|
710
|
-
export { default as CloverIcon } from '../icons/clover';
|
|
711
709
|
// Club aliases
|
|
712
710
|
export { default as ClubIcon } from '../icons/club';
|
|
711
|
+
// Clover aliases
|
|
712
|
+
export { default as CloverIcon } from '../icons/clover';
|
|
713
713
|
// Code aliases
|
|
714
714
|
export { default as CodeIcon } from '../icons/code';
|
|
715
|
-
// Codepen aliases
|
|
716
|
-
export { default as CodepenIcon } from '../icons/codepen';
|
|
717
|
-
// Coffee aliases
|
|
718
|
-
export { default as CoffeeIcon } from '../icons/coffee';
|
|
719
715
|
// Codesandbox aliases
|
|
720
716
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
721
|
-
//
|
|
722
|
-
export { default as
|
|
717
|
+
// Coffee aliases
|
|
718
|
+
export { default as CoffeeIcon } from '../icons/coffee';
|
|
719
|
+
// Codepen aliases
|
|
720
|
+
export { default as CodepenIcon } from '../icons/codepen';
|
|
723
721
|
// Cog aliases
|
|
724
722
|
export { default as CogIcon } from '../icons/cog';
|
|
725
723
|
// Coins aliases
|
|
726
724
|
export { default as CoinsIcon } from '../icons/coins';
|
|
725
|
+
// Columns4 aliases
|
|
726
|
+
export { default as Columns4Icon } from '../icons/columns-4';
|
|
727
727
|
// Combine aliases
|
|
728
728
|
export { default as CombineIcon } from '../icons/combine';
|
|
729
729
|
// Command aliases
|
|
@@ -748,40 +748,40 @@ export { default as ContainerIcon } from '../icons/container';
|
|
|
748
748
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
749
749
|
// Cookie aliases
|
|
750
750
|
export { default as CookieIcon } from '../icons/cookie';
|
|
751
|
-
// CopyCheck aliases
|
|
752
|
-
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
753
751
|
// CookingPot aliases
|
|
754
752
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
755
|
-
//
|
|
756
|
-
export { default as
|
|
753
|
+
// CopyCheck aliases
|
|
754
|
+
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
757
755
|
// CopyPlus aliases
|
|
758
756
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
759
|
-
//
|
|
760
|
-
export { default as
|
|
757
|
+
// CopyMinus aliases
|
|
758
|
+
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
761
759
|
// CopySlash aliases
|
|
762
760
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
763
761
|
// CopyX aliases
|
|
764
762
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
763
|
+
// Copy aliases
|
|
764
|
+
export { default as CopyIcon } from '../icons/copy';
|
|
765
|
+
// Copyleft aliases
|
|
766
|
+
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
765
767
|
// Copyright aliases
|
|
766
768
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
767
769
|
// CornerDownLeft aliases
|
|
768
770
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
769
|
-
// Copyleft aliases
|
|
770
|
-
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
771
|
-
// CornerDownRight aliases
|
|
772
|
-
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
773
771
|
// CornerLeftDown aliases
|
|
774
772
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
773
|
+
// CornerDownRight aliases
|
|
774
|
+
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
775
|
+
// CornerRightUp aliases
|
|
776
|
+
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
775
777
|
// CornerLeftUp aliases
|
|
776
778
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
777
779
|
// CornerRightDown aliases
|
|
778
780
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
779
|
-
// CornerRightUp aliases
|
|
780
|
-
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
781
|
-
// CornerUpRight aliases
|
|
782
|
-
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
783
781
|
// CornerUpLeft aliases
|
|
784
782
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
783
|
+
// CornerUpRight aliases
|
|
784
|
+
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
785
785
|
// Cpu aliases
|
|
786
786
|
export { default as CpuIcon } from '../icons/cpu';
|
|
787
787
|
// CreativeCommons aliases
|
|
@@ -794,88 +794,88 @@ export { default as CroissantIcon } from '../icons/croissant';
|
|
|
794
794
|
export { default as CropIcon } from '../icons/crop';
|
|
795
795
|
// Cross aliases
|
|
796
796
|
export { default as CrossIcon } from '../icons/cross';
|
|
797
|
+
// Cuboid aliases
|
|
798
|
+
export { default as CuboidIcon } from '../icons/cuboid';
|
|
797
799
|
// Crosshair aliases
|
|
798
800
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
799
801
|
// Crown aliases
|
|
800
802
|
export { default as CrownIcon } from '../icons/crown';
|
|
801
|
-
// Cuboid aliases
|
|
802
|
-
export { default as CuboidIcon } from '../icons/cuboid';
|
|
803
|
-
// Currency aliases
|
|
804
|
-
export { default as CurrencyIcon } from '../icons/currency';
|
|
805
|
-
// Cylinder aliases
|
|
806
|
-
export { default as CylinderIcon } from '../icons/cylinder';
|
|
807
803
|
// CupSoda aliases
|
|
808
804
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
805
|
+
// Currency aliases
|
|
806
|
+
export { default as CurrencyIcon } from '../icons/currency';
|
|
809
807
|
// Dam aliases
|
|
810
808
|
export { default as DamIcon } from '../icons/dam';
|
|
809
|
+
// Cylinder aliases
|
|
810
|
+
export { default as CylinderIcon } from '../icons/cylinder';
|
|
811
811
|
// DatabaseBackup aliases
|
|
812
812
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
813
|
+
// DatabaseZap aliases
|
|
814
|
+
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
813
815
|
// Database aliases
|
|
814
816
|
export { default as DatabaseIcon } from '../icons/database';
|
|
815
817
|
// Delete aliases
|
|
816
818
|
export { default as DeleteIcon } from '../icons/delete';
|
|
817
|
-
//
|
|
818
|
-
export { default as
|
|
819
|
+
// Diameter aliases
|
|
820
|
+
export { default as DiameterIcon } from '../icons/diameter';
|
|
819
821
|
// Dessert aliases
|
|
820
822
|
export { default as DessertIcon } from '../icons/dessert';
|
|
823
|
+
// DiamondPlus aliases
|
|
824
|
+
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
821
825
|
// DiamondMinus aliases
|
|
822
826
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
823
|
-
// Diameter aliases
|
|
824
|
-
export { default as DiameterIcon } from '../icons/diameter';
|
|
825
827
|
// Diamond aliases
|
|
826
828
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
827
|
-
// Dice1 aliases
|
|
828
|
-
export { default as Dice1Icon } from '../icons/dice-1';
|
|
829
|
-
// DiamondPlus aliases
|
|
830
|
-
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
831
829
|
// Dice2 aliases
|
|
832
830
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
833
|
-
//
|
|
834
|
-
export { default as
|
|
831
|
+
// Dice1 aliases
|
|
832
|
+
export { default as Dice1Icon } from '../icons/dice-1';
|
|
835
833
|
// Dice4 aliases
|
|
836
834
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
837
835
|
// Dice5 aliases
|
|
838
836
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
839
|
-
//
|
|
840
|
-
export { default as
|
|
837
|
+
// Dice3 aliases
|
|
838
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
841
839
|
// Dice6 aliases
|
|
842
840
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
841
|
+
// Dices aliases
|
|
842
|
+
export { default as DicesIcon } from '../icons/dices';
|
|
843
843
|
// Diff aliases
|
|
844
844
|
export { default as DiffIcon } from '../icons/diff';
|
|
845
|
-
// Disc2 aliases
|
|
846
|
-
export { default as Disc2Icon } from '../icons/disc-2';
|
|
847
845
|
// Disc3 aliases
|
|
848
846
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
847
|
+
// Disc2 aliases
|
|
848
|
+
export { default as Disc2Icon } from '../icons/disc-2';
|
|
849
849
|
// DiscAlbum aliases
|
|
850
850
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
851
851
|
// Disc aliases
|
|
852
852
|
export { default as DiscIcon } from '../icons/disc';
|
|
853
853
|
// Divide aliases
|
|
854
854
|
export { default as DivideIcon } from '../icons/divide';
|
|
855
|
-
// DnaOff aliases
|
|
856
|
-
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
857
855
|
// Dna aliases
|
|
858
856
|
export { default as DnaIcon } from '../icons/dna';
|
|
859
857
|
// Dock aliases
|
|
860
858
|
export { default as DockIcon } from '../icons/dock';
|
|
859
|
+
// DnaOff aliases
|
|
860
|
+
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
861
861
|
// Dog aliases
|
|
862
862
|
export { default as DogIcon } from '../icons/dog';
|
|
863
|
-
// DoorClosed aliases
|
|
864
|
-
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
865
863
|
// DollarSign aliases
|
|
866
864
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
867
|
-
//
|
|
868
|
-
export { default as
|
|
865
|
+
// DoorClosed aliases
|
|
866
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
869
867
|
// Donut aliases
|
|
870
868
|
export { default as DonutIcon } from '../icons/donut';
|
|
871
|
-
//
|
|
872
|
-
export { default as
|
|
869
|
+
// DoorOpen aliases
|
|
870
|
+
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
873
871
|
// Download aliases
|
|
874
872
|
export { default as DownloadIcon } from '../icons/download';
|
|
875
|
-
// Drama aliases
|
|
876
|
-
export { default as DramaIcon } from '../icons/drama';
|
|
877
873
|
// DraftingCompass aliases
|
|
878
874
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
875
|
+
// Drama aliases
|
|
876
|
+
export { default as DramaIcon } from '../icons/drama';
|
|
877
|
+
// Dot aliases
|
|
878
|
+
export { default as DotIcon } from '../icons/dot';
|
|
879
879
|
// Dribbble aliases
|
|
880
880
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
881
881
|
// Drill aliases
|
|
@@ -898,12 +898,12 @@ export { default as EarOffIcon } from '../icons/ear-off';
|
|
|
898
898
|
export { default as EarIcon } from '../icons/ear';
|
|
899
899
|
// EarthLock aliases
|
|
900
900
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
901
|
+
// EggFried aliases
|
|
902
|
+
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
901
903
|
// Eclipse aliases
|
|
902
904
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
903
905
|
// EggOff aliases
|
|
904
906
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
905
|
-
// EggFried aliases
|
|
906
|
-
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
907
907
|
// Egg aliases
|
|
908
908
|
export { default as EggIcon } from '../icons/egg';
|
|
909
909
|
// EqualNot aliases
|
|
@@ -934,10 +934,10 @@ export { default as FacebookIcon } from '../icons/facebook';
|
|
|
934
934
|
export { default as FactoryIcon } from '../icons/factory';
|
|
935
935
|
// Fan aliases
|
|
936
936
|
export { default as FanIcon } from '../icons/fan';
|
|
937
|
-
// Feather aliases
|
|
938
|
-
export { default as FeatherIcon } from '../icons/feather';
|
|
939
937
|
// FastForward aliases
|
|
940
938
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
939
|
+
// Feather aliases
|
|
940
|
+
export { default as FeatherIcon } from '../icons/feather';
|
|
941
941
|
// Fence aliases
|
|
942
942
|
export { default as FenceIcon } from '../icons/fence';
|
|
943
943
|
// FerrisWheel aliases
|
|
@@ -948,30 +948,30 @@ export { default as FigmaIcon } from '../icons/figma';
|
|
|
948
948
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
949
949
|
// FileAudio2 aliases
|
|
950
950
|
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
951
|
-
// FileBadge2 aliases
|
|
952
|
-
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
953
|
-
// FileBadge aliases
|
|
954
|
-
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
955
951
|
// FileAudio aliases
|
|
956
952
|
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
953
|
+
// FileBadge2 aliases
|
|
954
|
+
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
957
955
|
// FileBox aliases
|
|
958
956
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
959
|
-
//
|
|
960
|
-
export { default as
|
|
957
|
+
// FileBadge aliases
|
|
958
|
+
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
961
959
|
// FileCheck aliases
|
|
962
960
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
961
|
+
// FileCheck2 aliases
|
|
962
|
+
export { default as FileCheck2Icon } from '../icons/file-check-2';
|
|
963
963
|
// FileClock aliases
|
|
964
964
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
965
|
-
// FileCode aliases
|
|
966
|
-
export { default as FileCodeIcon } from '../icons/file-code';
|
|
967
965
|
// FileCode2 aliases
|
|
968
966
|
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
969
967
|
// FileDiff aliases
|
|
970
968
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
971
|
-
//
|
|
972
|
-
export { default as
|
|
969
|
+
// FileCode aliases
|
|
970
|
+
export { default as FileCodeIcon } from '../icons/file-code';
|
|
973
971
|
// FileDigit aliases
|
|
974
972
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
973
|
+
// FileDown aliases
|
|
974
|
+
export { default as FileDownIcon } from '../icons/file-down';
|
|
975
975
|
// FileImage aliases
|
|
976
976
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
977
977
|
// FileHeart aliases
|
|
@@ -980,10 +980,10 @@ export { default as FileHeartIcon } from '../icons/file-heart';
|
|
|
980
980
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
981
981
|
// FileJson2 aliases
|
|
982
982
|
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
983
|
-
// FileJson aliases
|
|
984
|
-
export { default as FileJsonIcon } from '../icons/file-json';
|
|
985
983
|
// FileKey2 aliases
|
|
986
984
|
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
985
|
+
// FileJson aliases
|
|
986
|
+
export { default as FileJsonIcon } from '../icons/file-json';
|
|
987
987
|
// FileKey aliases
|
|
988
988
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
989
989
|
// FileLock2 aliases
|
|
@@ -994,20 +994,20 @@ export { default as FileLockIcon } from '../icons/file-lock';
|
|
|
994
994
|
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
995
995
|
// FileMinus aliases
|
|
996
996
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
997
|
-
// FileOutput aliases
|
|
998
|
-
export { default as FileOutputIcon } from '../icons/file-output';
|
|
999
997
|
// FileMusic aliases
|
|
1000
998
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
999
|
+
// FileOutput aliases
|
|
1000
|
+
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1001
|
+
// FilePlus aliases
|
|
1002
|
+
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1001
1003
|
// FilePlus2 aliases
|
|
1002
1004
|
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1003
1005
|
// FileQuestion aliases
|
|
1004
1006
|
export { default as FileQuestionIcon } from '../icons/file-question';
|
|
1005
|
-
// FilePlus aliases
|
|
1006
|
-
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1007
|
-
// FileScan aliases
|
|
1008
|
-
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1009
1007
|
// FileSearch2 aliases
|
|
1010
1008
|
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1009
|
+
// FileScan aliases
|
|
1010
|
+
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1011
1011
|
// FileSearch aliases
|
|
1012
1012
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1013
1013
|
// FileSliders aliases
|
|
@@ -1018,52 +1018,52 @@ export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
|
1018
1018
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1019
1019
|
// FileSymlink aliases
|
|
1020
1020
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1021
|
-
// FileText aliases
|
|
1022
|
-
export { default as FileTextIcon } from '../icons/file-text';
|
|
1023
|
-
// FileType aliases
|
|
1024
|
-
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1025
1021
|
// FileTerminal aliases
|
|
1026
1022
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1023
|
+
// FileText aliases
|
|
1024
|
+
export { default as FileTextIcon } from '../icons/file-text';
|
|
1027
1025
|
// FileType2 aliases
|
|
1028
1026
|
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1029
1027
|
// FileUp aliases
|
|
1030
1028
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1029
|
+
// FileType aliases
|
|
1030
|
+
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1031
1031
|
// FileUser aliases
|
|
1032
1032
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1033
|
-
// FileVideo2 aliases
|
|
1034
|
-
export { default as FileVideo2Icon } from '../icons/file-video-2';
|
|
1035
1033
|
// FileVideo aliases
|
|
1036
1034
|
export { default as FileVideoIcon } from '../icons/file-video';
|
|
1035
|
+
// FileVideo2 aliases
|
|
1036
|
+
export { default as FileVideo2Icon } from '../icons/file-video-2';
|
|
1037
1037
|
// FileVolume2 aliases
|
|
1038
1038
|
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1039
|
-
// FileWarning aliases
|
|
1040
|
-
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1041
1039
|
// FileVolume aliases
|
|
1042
1040
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1043
|
-
//
|
|
1044
|
-
export { default as
|
|
1041
|
+
// FileWarning aliases
|
|
1042
|
+
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1045
1043
|
// FileX2 aliases
|
|
1046
1044
|
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1047
|
-
//
|
|
1048
|
-
export { default as
|
|
1045
|
+
// FileX aliases
|
|
1046
|
+
export { default as FileXIcon } from '../icons/file-x';
|
|
1049
1047
|
// Files aliases
|
|
1050
1048
|
export { default as FilesIcon } from '../icons/files';
|
|
1049
|
+
// File aliases
|
|
1050
|
+
export { default as FileIcon } from '../icons/file';
|
|
1051
1051
|
// Film aliases
|
|
1052
1052
|
export { default as FilmIcon } from '../icons/film';
|
|
1053
1053
|
// Fingerprint aliases
|
|
1054
1054
|
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1055
1055
|
// FireExtinguisher aliases
|
|
1056
1056
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1057
|
-
// FishOff aliases
|
|
1058
|
-
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1059
1057
|
// FishSymbol aliases
|
|
1060
1058
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1059
|
+
// FishOff aliases
|
|
1060
|
+
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1061
1061
|
// Fish aliases
|
|
1062
1062
|
export { default as FishIcon } from '../icons/fish';
|
|
1063
|
-
// FlagTriangleLeft aliases
|
|
1064
|
-
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1065
1063
|
// FlagOff aliases
|
|
1066
1064
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1065
|
+
// FlagTriangleLeft aliases
|
|
1066
|
+
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1067
1067
|
// FlagTriangleRight aliases
|
|
1068
1068
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1069
1069
|
// Flag aliases
|
|
@@ -1090,10 +1090,10 @@ export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
|
1090
1090
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1091
1091
|
// FlipVertical aliases
|
|
1092
1092
|
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1093
|
-
// Flower2 aliases
|
|
1094
|
-
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1095
1093
|
// Flower aliases
|
|
1096
1094
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1095
|
+
// Flower2 aliases
|
|
1096
|
+
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1097
1097
|
// Focus aliases
|
|
1098
1098
|
export { default as FocusIcon } from '../icons/focus';
|
|
1099
1099
|
// FoldHorizontal aliases
|
|
@@ -1104,40 +1104,40 @@ export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
|
1104
1104
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1105
1105
|
// FolderCheck aliases
|
|
1106
1106
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1107
|
-
// FolderClock aliases
|
|
1108
|
-
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1109
1107
|
// FolderClosed aliases
|
|
1110
1108
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1109
|
+
// FolderClock aliases
|
|
1110
|
+
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1111
1111
|
// FolderCode aliases
|
|
1112
1112
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1113
|
-
// FolderDot aliases
|
|
1114
|
-
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1115
1113
|
// FolderDown aliases
|
|
1116
1114
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1115
|
+
// FolderDot aliases
|
|
1116
|
+
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1117
1117
|
// FolderGit2 aliases
|
|
1118
1118
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1119
1119
|
// FolderGit aliases
|
|
1120
1120
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1121
1121
|
// FolderHeart aliases
|
|
1122
1122
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1123
|
-
// FolderInput aliases
|
|
1124
|
-
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1125
1123
|
// FolderKanban aliases
|
|
1126
1124
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1125
|
+
// FolderInput aliases
|
|
1126
|
+
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1127
1127
|
// FolderKey aliases
|
|
1128
1128
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1129
1129
|
// FolderLock aliases
|
|
1130
1130
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1131
1131
|
// FolderMinus aliases
|
|
1132
1132
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1133
|
-
// FolderOpen aliases
|
|
1134
|
-
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1135
1133
|
// FolderOpenDot aliases
|
|
1136
1134
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1137
1135
|
// FolderOutput aliases
|
|
1138
1136
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1139
1137
|
// FolderPlus aliases
|
|
1140
1138
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1139
|
+
// FolderOpen aliases
|
|
1140
|
+
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1141
1141
|
// FolderRoot aliases
|
|
1142
1142
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1143
1143
|
// FolderSearch2 aliases
|
|
@@ -1146,40 +1146,40 @@ export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
|
1146
1146
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1147
1147
|
// FolderSymlink aliases
|
|
1148
1148
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1149
|
-
// FolderSync aliases
|
|
1150
|
-
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1151
1149
|
// FolderTree aliases
|
|
1152
1150
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1153
|
-
//
|
|
1154
|
-
export { default as
|
|
1151
|
+
// FolderSync aliases
|
|
1152
|
+
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1155
1153
|
// FolderUp aliases
|
|
1156
1154
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1155
|
+
// FolderX aliases
|
|
1156
|
+
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1157
1157
|
// Folder aliases
|
|
1158
1158
|
export { default as FolderIcon } from '../icons/folder';
|
|
1159
1159
|
// Folders aliases
|
|
1160
1160
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1161
|
-
// Forklift aliases
|
|
1162
|
-
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1163
1161
|
// Footprints aliases
|
|
1164
1162
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1165
1163
|
// Forward aliases
|
|
1166
1164
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1165
|
+
// Forklift aliases
|
|
1166
|
+
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1167
1167
|
// Frame aliases
|
|
1168
1168
|
export { default as FrameIcon } from '../icons/frame';
|
|
1169
1169
|
// Framer aliases
|
|
1170
1170
|
export { default as FramerIcon } from '../icons/framer';
|
|
1171
1171
|
// Frown aliases
|
|
1172
1172
|
export { default as FrownIcon } from '../icons/frown';
|
|
1173
|
-
// Fuel aliases
|
|
1174
|
-
export { default as FuelIcon } from '../icons/fuel';
|
|
1175
1173
|
// Fullscreen aliases
|
|
1176
1174
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1175
|
+
// Fuel aliases
|
|
1176
|
+
export { default as FuelIcon } from '../icons/fuel';
|
|
1177
1177
|
// FunnelPlus aliases
|
|
1178
1178
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1179
|
-
// GalleryHorizontalEnd aliases
|
|
1180
|
-
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1181
1179
|
// GalleryHorizontal aliases
|
|
1182
1180
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1181
|
+
// GalleryHorizontalEnd aliases
|
|
1182
|
+
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1183
1183
|
// GalleryThumbnails aliases
|
|
1184
1184
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1185
1185
|
// GalleryVerticalEnd aliases
|
|
@@ -1208,22 +1208,22 @@ export { default as GitBranchIcon } from '../icons/git-branch';
|
|
|
1208
1208
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1209
1209
|
// GitCompareArrows aliases
|
|
1210
1210
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1211
|
+
// GitFork aliases
|
|
1212
|
+
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1211
1213
|
// GitCompare aliases
|
|
1212
1214
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1213
1215
|
// GitGraph aliases
|
|
1214
1216
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1215
|
-
// GitFork aliases
|
|
1216
|
-
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1217
|
-
// GitMerge aliases
|
|
1218
|
-
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1219
1217
|
// GitPullRequestArrow aliases
|
|
1220
1218
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1221
1219
|
// GitPullRequestClosed aliases
|
|
1222
1220
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1223
|
-
//
|
|
1224
|
-
export { default as
|
|
1221
|
+
// GitMerge aliases
|
|
1222
|
+
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1225
1223
|
// GitPullRequestCreate aliases
|
|
1226
1224
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1225
|
+
// GitPullRequestCreateArrow aliases
|
|
1226
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1227
1227
|
// GitPullRequestDraft aliases
|
|
1228
1228
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1229
1229
|
// GitPullRequest aliases
|
|
@@ -1236,10 +1236,10 @@ export { default as GitlabIcon } from '../icons/gitlab';
|
|
|
1236
1236
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1237
1237
|
// Glasses aliases
|
|
1238
1238
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1239
|
-
// GlobeLock aliases
|
|
1240
|
-
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1241
1239
|
// Globe aliases
|
|
1242
1240
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1241
|
+
// GlobeLock aliases
|
|
1242
|
+
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1243
1243
|
// Goal aliases
|
|
1244
1244
|
export { default as GoalIcon } from '../icons/goal';
|
|
1245
1245
|
// Grab aliases
|
|
@@ -1248,82 +1248,82 @@ export { default as GrabIcon } from '../icons/grab';
|
|
|
1248
1248
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1249
1249
|
// Grape aliases
|
|
1250
1250
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1251
|
-
// GripHorizontal aliases
|
|
1252
|
-
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1253
1251
|
// GripVertical aliases
|
|
1254
1252
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1253
|
+
// GripHorizontal aliases
|
|
1254
|
+
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1255
1255
|
// Grip aliases
|
|
1256
1256
|
export { default as GripIcon } from '../icons/grip';
|
|
1257
1257
|
// Group aliases
|
|
1258
1258
|
export { default as GroupIcon } from '../icons/group';
|
|
1259
1259
|
// Guitar aliases
|
|
1260
1260
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1261
|
-
// Ham aliases
|
|
1262
|
-
export { default as HamIcon } from '../icons/ham';
|
|
1263
|
-
// HandCoins aliases
|
|
1264
|
-
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1265
1261
|
// Hammer aliases
|
|
1266
1262
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1263
|
+
// Ham aliases
|
|
1264
|
+
export { default as HamIcon } from '../icons/ham';
|
|
1267
1265
|
// HandHeart aliases
|
|
1268
1266
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1267
|
+
// HandCoins aliases
|
|
1268
|
+
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1269
1269
|
// HandMetal aliases
|
|
1270
1270
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1271
1271
|
// HandPlatter aliases
|
|
1272
1272
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1273
|
-
// Hand aliases
|
|
1274
|
-
export { default as HandIcon } from '../icons/hand';
|
|
1275
1273
|
// Handshake aliases
|
|
1276
1274
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1277
|
-
//
|
|
1278
|
-
export { default as
|
|
1275
|
+
// Hand aliases
|
|
1276
|
+
export { default as HandIcon } from '../icons/hand';
|
|
1279
1277
|
// HardDriveUpload aliases
|
|
1280
1278
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1279
|
+
// HardDriveDownload aliases
|
|
1280
|
+
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1281
|
+
// HardHat aliases
|
|
1282
|
+
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1281
1283
|
// HardDrive aliases
|
|
1282
1284
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1283
1285
|
// Hash aliases
|
|
1284
1286
|
export { default as HashIcon } from '../icons/hash';
|
|
1285
|
-
// HardHat aliases
|
|
1286
|
-
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1287
|
-
// HdmiPort aliases
|
|
1288
|
-
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1289
1287
|
// Haze aliases
|
|
1290
1288
|
export { default as HazeIcon } from '../icons/haze';
|
|
1291
1289
|
// Heading1 aliases
|
|
1292
1290
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1293
|
-
//
|
|
1294
|
-
export { default as
|
|
1291
|
+
// HdmiPort aliases
|
|
1292
|
+
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1295
1293
|
// Heading2 aliases
|
|
1296
1294
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1295
|
+
// Heading3 aliases
|
|
1296
|
+
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1297
1297
|
// Heading4 aliases
|
|
1298
1298
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1299
1299
|
// Heading5 aliases
|
|
1300
1300
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1301
|
-
// Heading6 aliases
|
|
1302
|
-
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1303
1301
|
// Heading aliases
|
|
1304
1302
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1305
|
-
//
|
|
1306
|
-
export { default as
|
|
1303
|
+
// Heading6 aliases
|
|
1304
|
+
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1307
1305
|
// Headphones aliases
|
|
1308
1306
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1309
1307
|
// Headset aliases
|
|
1310
1308
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1311
1309
|
// HeartCrack aliases
|
|
1312
1310
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1311
|
+
// HeadphoneOff aliases
|
|
1312
|
+
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1313
1313
|
// HeartHandshake aliases
|
|
1314
1314
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1315
|
-
// HeartOff aliases
|
|
1316
|
-
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1317
1315
|
// HeartPulse aliases
|
|
1318
1316
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1317
|
+
// HeartOff aliases
|
|
1318
|
+
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1319
1319
|
// Heart aliases
|
|
1320
1320
|
export { default as HeartIcon } from '../icons/heart';
|
|
1321
|
+
// Heater aliases
|
|
1322
|
+
export { default as HeaterIcon } from '../icons/heater';
|
|
1321
1323
|
// Hexagon aliases
|
|
1322
1324
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1323
1325
|
// Highlighter aliases
|
|
1324
1326
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1325
|
-
// Heater aliases
|
|
1326
|
-
export { default as HeaterIcon } from '../icons/heater';
|
|
1327
1327
|
// History aliases
|
|
1328
1328
|
export { default as HistoryIcon } from '../icons/history';
|
|
1329
1329
|
// HopOff aliases
|
|
@@ -1338,18 +1338,18 @@ export { default as HotelIcon } from '../icons/hotel';
|
|
|
1338
1338
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1339
1339
|
// HousePlug aliases
|
|
1340
1340
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1341
|
-
// HouseWifi aliases
|
|
1342
|
-
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1343
1341
|
// HousePlus aliases
|
|
1344
1342
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1343
|
+
// HouseWifi aliases
|
|
1344
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1345
1345
|
// IdCard aliases
|
|
1346
1346
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1347
|
+
// ImageOff aliases
|
|
1348
|
+
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1347
1349
|
// ImageDown aliases
|
|
1348
1350
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1349
1351
|
// ImageMinus aliases
|
|
1350
1352
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1351
|
-
// ImageOff aliases
|
|
1352
|
-
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1353
1353
|
// ImagePlay aliases
|
|
1354
1354
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1355
1355
|
// ImagePlus aliases
|
|
@@ -1358,18 +1358,18 @@ export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
|
1358
1358
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1359
1359
|
// ImageUpscale aliases
|
|
1360
1360
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1361
|
-
// Image aliases
|
|
1362
|
-
export { default as ImageIcon } from '../icons/image';
|
|
1363
|
-
// Import aliases
|
|
1364
|
-
export { default as ImportIcon } from '../icons/import';
|
|
1365
1361
|
// Images aliases
|
|
1366
1362
|
export { default as ImagesIcon } from '../icons/images';
|
|
1363
|
+
// Import aliases
|
|
1364
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1365
|
+
// Image aliases
|
|
1366
|
+
export { default as ImageIcon } from '../icons/image';
|
|
1367
1367
|
// Inbox aliases
|
|
1368
1368
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1369
|
-
// IndianRupee aliases
|
|
1370
|
-
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1371
1369
|
// Infinity aliases
|
|
1372
1370
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1371
|
+
// IndianRupee aliases
|
|
1372
|
+
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1373
1373
|
// Info aliases
|
|
1374
1374
|
export { default as InfoIcon } from '../icons/info';
|
|
1375
1375
|
// Instagram aliases
|
|
@@ -1384,28 +1384,28 @@ export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
|
1384
1384
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1385
1385
|
// JapaneseYen aliases
|
|
1386
1386
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1387
|
-
// Joystick aliases
|
|
1388
|
-
export { default as JoystickIcon } from '../icons/joystick';
|
|
1389
1387
|
// Kanban aliases
|
|
1390
1388
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1389
|
+
// Joystick aliases
|
|
1390
|
+
export { default as JoystickIcon } from '../icons/joystick';
|
|
1391
1391
|
// KeyRound aliases
|
|
1392
1392
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1393
1393
|
// KeySquare aliases
|
|
1394
1394
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1395
1395
|
// Key aliases
|
|
1396
1396
|
export { default as KeyIcon } from '../icons/key';
|
|
1397
|
-
// KeyboardMusic aliases
|
|
1398
|
-
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1399
1397
|
// KeyboardOff aliases
|
|
1400
1398
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1399
|
+
// KeyboardMusic aliases
|
|
1400
|
+
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1401
1401
|
// Keyboard aliases
|
|
1402
1402
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1403
1403
|
// LampCeiling aliases
|
|
1404
1404
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1405
|
-
// LampFloor aliases
|
|
1406
|
-
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1407
1405
|
// LampDesk aliases
|
|
1408
1406
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1407
|
+
// LampFloor aliases
|
|
1408
|
+
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1409
1409
|
// LampWallDown aliases
|
|
1410
1410
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1411
1411
|
// LampWallUp aliases
|
|
@@ -1414,10 +1414,10 @@ export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
|
1414
1414
|
export { default as LampIcon } from '../icons/lamp';
|
|
1415
1415
|
// LandPlot aliases
|
|
1416
1416
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1417
|
-
// Landmark aliases
|
|
1418
|
-
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1419
1417
|
// Languages aliases
|
|
1420
1418
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1419
|
+
// Landmark aliases
|
|
1420
|
+
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1421
1421
|
// LaptopMinimalCheck aliases
|
|
1422
1422
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1423
1423
|
// Laptop aliases
|
|
@@ -1430,94 +1430,92 @@ export { default as LassoIcon } from '../icons/lasso';
|
|
|
1430
1430
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1431
1431
|
// Layers2 aliases
|
|
1432
1432
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1433
|
-
// LayoutDashboard aliases
|
|
1434
|
-
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1435
1433
|
// LayoutGrid aliases
|
|
1436
1434
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1437
|
-
//
|
|
1438
|
-
export { default as
|
|
1435
|
+
// LayoutDashboard aliases
|
|
1436
|
+
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1439
1437
|
// LayoutPanelLeft aliases
|
|
1440
1438
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1439
|
+
// LayoutList aliases
|
|
1440
|
+
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1441
1441
|
// LayoutPanelTop aliases
|
|
1442
1442
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1443
1443
|
// Leaf aliases
|
|
1444
1444
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1445
1445
|
// LayoutTemplate aliases
|
|
1446
1446
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1447
|
-
// LeafyGreen aliases
|
|
1448
|
-
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1449
1447
|
// Lectern aliases
|
|
1450
1448
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1451
|
-
//
|
|
1452
|
-
export { default as
|
|
1449
|
+
// LeafyGreen aliases
|
|
1450
|
+
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1453
1451
|
// LetterText aliases
|
|
1454
1452
|
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1455
1453
|
// Library aliases
|
|
1456
1454
|
export { default as LibraryIcon } from '../icons/library';
|
|
1455
|
+
// LibraryBig aliases
|
|
1456
|
+
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1457
1457
|
// LifeBuoy aliases
|
|
1458
1458
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1459
1459
|
// Ligature aliases
|
|
1460
1460
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1461
1461
|
// LightbulbOff aliases
|
|
1462
1462
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1463
|
-
// Lightbulb aliases
|
|
1464
|
-
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1465
1463
|
// Link2Off aliases
|
|
1466
1464
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1467
|
-
// Link aliases
|
|
1468
|
-
export { default as LinkIcon } from '../icons/link';
|
|
1469
1465
|
// Link2 aliases
|
|
1470
1466
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1467
|
+
// Link aliases
|
|
1468
|
+
export { default as LinkIcon } from '../icons/link';
|
|
1469
|
+
// Lightbulb aliases
|
|
1470
|
+
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1471
1471
|
// Linkedin aliases
|
|
1472
1472
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1473
1473
|
// ListCheck aliases
|
|
1474
1474
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1475
|
-
// ListChecks aliases
|
|
1476
|
-
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1477
1475
|
// ListCollapse aliases
|
|
1478
1476
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1479
1477
|
// ListEnd aliases
|
|
1480
1478
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1479
|
+
// ListChecks aliases
|
|
1480
|
+
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1481
1481
|
// ListFilterPlus aliases
|
|
1482
1482
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1483
1483
|
// ListFilter aliases
|
|
1484
1484
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1485
|
-
// ListMinus aliases
|
|
1486
|
-
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1487
1485
|
// ListMusic aliases
|
|
1488
1486
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1487
|
+
// ListMinus aliases
|
|
1488
|
+
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1489
1489
|
// ListOrdered aliases
|
|
1490
1490
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1491
1491
|
// ListPlus aliases
|
|
1492
1492
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1493
1493
|
// ListRestart aliases
|
|
1494
1494
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1495
|
-
// ListStart aliases
|
|
1496
|
-
export { default as ListStartIcon } from '../icons/list-start';
|
|
1497
1495
|
// ListTodo aliases
|
|
1498
1496
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1497
|
+
// ListStart aliases
|
|
1498
|
+
export { default as ListStartIcon } from '../icons/list-start';
|
|
1499
1499
|
// ListTree aliases
|
|
1500
1500
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1501
1501
|
// ListVideo aliases
|
|
1502
1502
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1503
|
-
// List aliases
|
|
1504
|
-
export { default as ListIcon } from '../icons/list';
|
|
1505
|
-
// LoaderPinwheel aliases
|
|
1506
|
-
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1507
1503
|
// ListX aliases
|
|
1508
1504
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1505
|
+
// List aliases
|
|
1506
|
+
export { default as ListIcon } from '../icons/list';
|
|
1509
1507
|
// Loader aliases
|
|
1510
1508
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1511
|
-
//
|
|
1512
|
-
export { default as
|
|
1509
|
+
// LoaderPinwheel aliases
|
|
1510
|
+
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1513
1511
|
// LocateOff aliases
|
|
1514
1512
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1513
|
+
// LocateFixed aliases
|
|
1514
|
+
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1515
1515
|
// Locate aliases
|
|
1516
1516
|
export { default as LocateIcon } from '../icons/locate';
|
|
1517
1517
|
// LockKeyhole aliases
|
|
1518
1518
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1519
|
-
// Lock aliases
|
|
1520
|
-
export { default as LockIcon } from '../icons/lock';
|
|
1521
1519
|
// LogIn aliases
|
|
1522
1520
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1523
1521
|
// LogOut aliases
|
|
@@ -1526,30 +1524,32 @@ export { default as LogOutIcon } from '../icons/log-out';
|
|
|
1526
1524
|
export { default as LogsIcon } from '../icons/logs';
|
|
1527
1525
|
// Lollipop aliases
|
|
1528
1526
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1527
|
+
// Lock aliases
|
|
1528
|
+
export { default as LockIcon } from '../icons/lock';
|
|
1529
1529
|
// Luggage aliases
|
|
1530
1530
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1531
1531
|
// Magnet aliases
|
|
1532
1532
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1533
|
+
// MailMinus aliases
|
|
1534
|
+
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1533
1535
|
// MailCheck aliases
|
|
1534
1536
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1535
1537
|
// MailOpen aliases
|
|
1536
1538
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1537
1539
|
// MailPlus aliases
|
|
1538
1540
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1539
|
-
//
|
|
1540
|
-
export { default as
|
|
1541
|
-
// MailQuestion aliases
|
|
1542
|
-
export { default as MailQuestionIcon } from '../icons/mail-question';
|
|
1541
|
+
// MailWarning aliases
|
|
1542
|
+
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1543
1543
|
// MailSearch aliases
|
|
1544
1544
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1545
|
+
// MailQuestion aliases
|
|
1546
|
+
export { default as MailQuestionIcon } from '../icons/mail-question';
|
|
1545
1547
|
// MailX aliases
|
|
1546
1548
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1547
|
-
// MailWarning aliases
|
|
1548
|
-
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1549
|
-
// Mail aliases
|
|
1550
|
-
export { default as MailIcon } from '../icons/mail';
|
|
1551
1549
|
// Mailbox aliases
|
|
1552
1550
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1551
|
+
// Mail aliases
|
|
1552
|
+
export { default as MailIcon } from '../icons/mail';
|
|
1553
1553
|
// Mails aliases
|
|
1554
1554
|
export { default as MailsIcon } from '../icons/mails';
|
|
1555
1555
|
// MapPinCheckInside aliases
|
|
@@ -1570,32 +1570,32 @@ export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
|
1570
1570
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1571
1571
|
// MapPinXInside aliases
|
|
1572
1572
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1573
|
+
// MapPinX aliases
|
|
1574
|
+
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1573
1575
|
// MapPin aliases
|
|
1574
1576
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1575
1577
|
// MapPinned aliases
|
|
1576
1578
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1577
|
-
// MapPinX aliases
|
|
1578
|
-
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1579
1579
|
// MapPlus aliases
|
|
1580
1580
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1581
1581
|
// Map aliases
|
|
1582
1582
|
export { default as MapIcon } from '../icons/map';
|
|
1583
1583
|
// MarsStroke aliases
|
|
1584
1584
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1585
|
-
// Mars aliases
|
|
1586
|
-
export { default as MarsIcon } from '../icons/mars';
|
|
1587
1585
|
// Martini aliases
|
|
1588
1586
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1589
1587
|
// Maximize2 aliases
|
|
1590
1588
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1589
|
+
// Mars aliases
|
|
1590
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1591
1591
|
// Maximize aliases
|
|
1592
1592
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1593
1593
|
// Medal aliases
|
|
1594
1594
|
export { default as MedalIcon } from '../icons/medal';
|
|
1595
|
-
// Megaphone aliases
|
|
1596
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1597
1595
|
// MegaphoneOff aliases
|
|
1598
1596
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1597
|
+
// Megaphone aliases
|
|
1598
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1599
1599
|
// Meh aliases
|
|
1600
1600
|
export { default as MehIcon } from '../icons/meh';
|
|
1601
1601
|
// MemoryStick aliases
|
|
@@ -1608,34 +1608,34 @@ export { default as MergeIcon } from '../icons/merge';
|
|
|
1608
1608
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1609
1609
|
// MessageCircleDashed aliases
|
|
1610
1610
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1611
|
+
// MessageCircleHeart aliases
|
|
1612
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1611
1613
|
// MessageCircleMore aliases
|
|
1612
1614
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1613
1615
|
// MessageCircleOff aliases
|
|
1614
1616
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1615
1617
|
// MessageCirclePlus aliases
|
|
1616
1618
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1617
|
-
// MessageCircleHeart aliases
|
|
1618
|
-
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1619
1619
|
// MessageCircleQuestion aliases
|
|
1620
1620
|
export { default as MessageCircleQuestionIcon } from '../icons/message-circle-question';
|
|
1621
1621
|
// MessageCircleReply aliases
|
|
1622
1622
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1623
|
-
// MessageCircleWarning aliases
|
|
1624
|
-
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1625
1623
|
// MessageCircleX aliases
|
|
1626
1624
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1627
|
-
// MessageCircle aliases
|
|
1628
|
-
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1629
1625
|
// MessageSquareCode aliases
|
|
1630
1626
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1627
|
+
// MessageCircleWarning aliases
|
|
1628
|
+
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1629
|
+
// MessageCircle aliases
|
|
1630
|
+
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1631
1631
|
// MessageSquareDashed aliases
|
|
1632
1632
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1633
|
+
// MessageSquareDot aliases
|
|
1634
|
+
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1633
1635
|
// MessageSquareDiff aliases
|
|
1634
1636
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1635
1637
|
// MessageSquareHeart aliases
|
|
1636
1638
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1637
|
-
// MessageSquareDot aliases
|
|
1638
|
-
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1639
1639
|
// MessageSquareLock aliases
|
|
1640
1640
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1641
1641
|
// MessageSquareMore aliases
|
|
@@ -1646,36 +1646,36 @@ export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
|
1646
1646
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1647
1647
|
// MessageSquareQuote aliases
|
|
1648
1648
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1649
|
-
// MessageSquareShare aliases
|
|
1650
|
-
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1651
1649
|
// MessageSquareReply aliases
|
|
1652
1650
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1651
|
+
// MessageSquareShare aliases
|
|
1652
|
+
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1653
1653
|
// MessageSquareText aliases
|
|
1654
1654
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1655
1655
|
// MessageSquareWarning aliases
|
|
1656
1656
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1657
|
-
// MessageSquare aliases
|
|
1658
|
-
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1659
1657
|
// MessageSquareX aliases
|
|
1660
1658
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1659
|
+
// MessageSquare aliases
|
|
1660
|
+
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1661
1661
|
// MessagesSquare aliases
|
|
1662
1662
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1663
1663
|
// MicOff aliases
|
|
1664
1664
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1665
1665
|
// Mic aliases
|
|
1666
1666
|
export { default as MicIcon } from '../icons/mic';
|
|
1667
|
-
// Microchip aliases
|
|
1668
|
-
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1669
1667
|
// Microscope aliases
|
|
1670
1668
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1669
|
+
// Microchip aliases
|
|
1670
|
+
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1671
1671
|
// Microwave aliases
|
|
1672
1672
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1673
|
+
// Milestone aliases
|
|
1674
|
+
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1673
1675
|
// MilkOff aliases
|
|
1674
1676
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1675
1677
|
// Milk aliases
|
|
1676
1678
|
export { default as MilkIcon } from '../icons/milk';
|
|
1677
|
-
// Milestone aliases
|
|
1678
|
-
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1679
1679
|
// Minimize2 aliases
|
|
1680
1680
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1681
1681
|
// Minimize aliases
|
|
@@ -1692,14 +1692,14 @@ export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
|
1692
1692
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1693
1693
|
// MonitorOff aliases
|
|
1694
1694
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1695
|
-
// MonitorPause aliases
|
|
1696
|
-
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1697
1695
|
// MonitorPlay aliases
|
|
1698
1696
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1699
|
-
// MonitorSpeaker aliases
|
|
1700
|
-
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1701
1697
|
// MonitorSmartphone aliases
|
|
1702
1698
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1699
|
+
// MonitorSpeaker aliases
|
|
1700
|
+
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1701
|
+
// MonitorPause aliases
|
|
1702
|
+
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1703
1703
|
// MonitorStop aliases
|
|
1704
1704
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1705
1705
|
// MonitorUp aliases
|
|
@@ -1708,30 +1708,30 @@ export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
|
1708
1708
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1709
1709
|
// Monitor aliases
|
|
1710
1710
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1711
|
-
// MoonStar aliases
|
|
1712
|
-
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1713
1711
|
// Moon aliases
|
|
1714
1712
|
export { default as MoonIcon } from '../icons/moon';
|
|
1713
|
+
// MoonStar aliases
|
|
1714
|
+
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1715
1715
|
// MountainSnow aliases
|
|
1716
1716
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1717
1717
|
// Mountain aliases
|
|
1718
1718
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1719
1719
|
// MouseOff aliases
|
|
1720
1720
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1721
|
-
// MousePointerBan aliases
|
|
1722
|
-
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1723
1721
|
// MousePointer2 aliases
|
|
1724
1722
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1723
|
+
// MousePointerBan aliases
|
|
1724
|
+
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1725
1725
|
// MousePointerClick aliases
|
|
1726
1726
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1727
|
-
// MousePointer aliases
|
|
1728
|
-
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1729
1727
|
// Mouse aliases
|
|
1730
1728
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1731
|
-
//
|
|
1732
|
-
export { default as
|
|
1729
|
+
// MousePointer aliases
|
|
1730
|
+
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1733
1731
|
// MoveDiagonal2 aliases
|
|
1734
1732
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1733
|
+
// MoveDiagonal aliases
|
|
1734
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1735
1735
|
// MoveDownLeft aliases
|
|
1736
1736
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1737
1737
|
// MoveDownRight aliases
|
|
@@ -1752,22 +1752,22 @@ export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
|
1752
1752
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1753
1753
|
// MoveVertical aliases
|
|
1754
1754
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1755
|
-
// Music3 aliases
|
|
1756
|
-
export { default as Music3Icon } from '../icons/music-3';
|
|
1757
1755
|
// Move aliases
|
|
1758
1756
|
export { default as MoveIcon } from '../icons/move';
|
|
1759
1757
|
// Music2 aliases
|
|
1760
1758
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1759
|
+
// Music3 aliases
|
|
1760
|
+
export { default as Music3Icon } from '../icons/music-3';
|
|
1761
1761
|
// Music4 aliases
|
|
1762
1762
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1763
|
-
// Navigation2Off aliases
|
|
1764
|
-
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1765
1763
|
// Music aliases
|
|
1766
1764
|
export { default as MusicIcon } from '../icons/music';
|
|
1767
|
-
//
|
|
1768
|
-
export { default as
|
|
1765
|
+
// Navigation2Off aliases
|
|
1766
|
+
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1769
1767
|
// NavigationOff aliases
|
|
1770
1768
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1769
|
+
// Navigation2 aliases
|
|
1770
|
+
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1771
1771
|
// Navigation aliases
|
|
1772
1772
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1773
1773
|
// Network aliases
|
|
@@ -1776,62 +1776,62 @@ export { default as NetworkIcon } from '../icons/network';
|
|
|
1776
1776
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1777
1777
|
// Nfc aliases
|
|
1778
1778
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1779
|
+
// NonBinary aliases
|
|
1780
|
+
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1779
1781
|
// NotebookPen aliases
|
|
1780
1782
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1781
1783
|
// NotebookTabs aliases
|
|
1782
1784
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1783
|
-
// NonBinary aliases
|
|
1784
|
-
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1785
1785
|
// NotebookText aliases
|
|
1786
1786
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1787
|
-
// Notebook aliases
|
|
1788
|
-
export { default as NotebookIcon } from '../icons/notebook';
|
|
1789
1787
|
// NotepadTextDashed aliases
|
|
1790
1788
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1791
1789
|
// NotepadText aliases
|
|
1792
1790
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1791
|
+
// Notebook aliases
|
|
1792
|
+
export { default as NotebookIcon } from '../icons/notebook';
|
|
1793
|
+
// OctagonMinus aliases
|
|
1794
|
+
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1793
1795
|
// NutOff aliases
|
|
1794
1796
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1795
1797
|
// Nut aliases
|
|
1796
1798
|
export { default as NutIcon } from '../icons/nut';
|
|
1797
|
-
// OctagonMinus aliases
|
|
1798
|
-
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1799
1799
|
// Octagon aliases
|
|
1800
1800
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1801
1801
|
// Omega aliases
|
|
1802
1802
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1803
|
-
// Option aliases
|
|
1804
|
-
export { default as OptionIcon } from '../icons/option';
|
|
1805
1803
|
// Orbit aliases
|
|
1806
1804
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1805
|
+
// Option aliases
|
|
1806
|
+
export { default as OptionIcon } from '../icons/option';
|
|
1807
1807
|
// Origami aliases
|
|
1808
1808
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1809
1809
|
// Package2 aliases
|
|
1810
1810
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1811
1811
|
// PackageCheck aliases
|
|
1812
1812
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1813
|
-
// PackageMinus aliases
|
|
1814
|
-
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1815
1813
|
// PackageOpen aliases
|
|
1816
1814
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1817
|
-
//
|
|
1818
|
-
export { default as
|
|
1815
|
+
// PackageMinus aliases
|
|
1816
|
+
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1819
1817
|
// PackageSearch aliases
|
|
1820
1818
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1819
|
+
// PackagePlus aliases
|
|
1820
|
+
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1821
1821
|
// PackageX aliases
|
|
1822
1822
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1823
|
-
// Package aliases
|
|
1824
|
-
export { default as PackageIcon } from '../icons/package';
|
|
1825
1823
|
// PaintBucket aliases
|
|
1826
1824
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1827
1825
|
// PaintRoller aliases
|
|
1828
1826
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1827
|
+
// Package aliases
|
|
1828
|
+
export { default as PackageIcon } from '../icons/package';
|
|
1829
1829
|
// Paintbrush aliases
|
|
1830
1830
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1831
|
-
// PanelBottomClose aliases
|
|
1832
|
-
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1833
1831
|
// Palette aliases
|
|
1834
1832
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1833
|
+
// PanelBottomClose aliases
|
|
1834
|
+
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1835
1835
|
// PanelBottomOpen aliases
|
|
1836
1836
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1837
1837
|
// PanelBottom aliases
|
|
@@ -1844,80 +1844,80 @@ export { default as PanelRightIcon } from '../icons/panel-right';
|
|
|
1844
1844
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1845
1845
|
// PanelTopClose aliases
|
|
1846
1846
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1847
|
-
// PanelTop aliases
|
|
1848
|
-
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1849
1847
|
// PanelTopOpen aliases
|
|
1850
1848
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1849
|
+
// PanelTop aliases
|
|
1850
|
+
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1851
1851
|
// PanelsLeftBottom aliases
|
|
1852
1852
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1853
1853
|
// PanelsRightBottom aliases
|
|
1854
1854
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1855
|
-
// Paperclip aliases
|
|
1856
|
-
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1857
|
-
// ParkingMeter aliases
|
|
1858
|
-
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1859
|
-
// PartyPopper aliases
|
|
1860
|
-
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1861
1855
|
// Parentheses aliases
|
|
1862
1856
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1857
|
+
// ParkingMeter aliases
|
|
1858
|
+
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1863
1859
|
// Pause aliases
|
|
1864
1860
|
export { default as PauseIcon } from '../icons/pause';
|
|
1865
|
-
//
|
|
1866
|
-
export { default as
|
|
1861
|
+
// Paperclip aliases
|
|
1862
|
+
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1867
1863
|
// PcCase aliases
|
|
1868
1864
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1869
|
-
//
|
|
1870
|
-
export { default as
|
|
1865
|
+
// PawPrint aliases
|
|
1866
|
+
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1867
|
+
// PartyPopper aliases
|
|
1868
|
+
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1871
1869
|
// PenOff aliases
|
|
1872
1870
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1873
|
-
//
|
|
1874
|
-
export { default as
|
|
1871
|
+
// PenTool aliases
|
|
1872
|
+
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1875
1873
|
// PencilLine aliases
|
|
1876
1874
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1875
|
+
// PencilOff aliases
|
|
1876
|
+
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1877
1877
|
// PencilRuler aliases
|
|
1878
1878
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1879
|
-
// Pencil aliases
|
|
1880
|
-
export { default as PencilIcon } from '../icons/pencil';
|
|
1881
1879
|
// Pentagon aliases
|
|
1882
1880
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1881
|
+
// Pencil aliases
|
|
1882
|
+
export { default as PencilIcon } from '../icons/pencil';
|
|
1883
1883
|
// Percent aliases
|
|
1884
1884
|
export { default as PercentIcon } from '../icons/percent';
|
|
1885
|
-
// PersonStanding aliases
|
|
1886
|
-
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1887
1885
|
// PhilippinePeso aliases
|
|
1888
1886
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1887
|
+
// PersonStanding aliases
|
|
1888
|
+
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1889
|
+
// PhoneCall aliases
|
|
1890
|
+
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1889
1891
|
// PhoneForwarded aliases
|
|
1890
1892
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1891
1893
|
// PhoneIncoming aliases
|
|
1892
1894
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1893
|
-
// PhoneCall aliases
|
|
1894
|
-
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1895
|
-
// PhoneMissed aliases
|
|
1896
|
-
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1897
1895
|
// PhoneOff aliases
|
|
1898
1896
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1899
1897
|
// PhoneOutgoing aliases
|
|
1900
1898
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1901
1899
|
// Phone aliases
|
|
1902
1900
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1901
|
+
// PhoneMissed aliases
|
|
1902
|
+
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1903
1903
|
// Pi aliases
|
|
1904
1904
|
export { default as PiIcon } from '../icons/pi';
|
|
1905
1905
|
// Piano aliases
|
|
1906
1906
|
export { default as PianoIcon } from '../icons/piano';
|
|
1907
1907
|
// Pickaxe aliases
|
|
1908
1908
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1909
|
-
// PictureInPicture2 aliases
|
|
1910
|
-
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1911
1909
|
// PictureInPicture aliases
|
|
1912
1910
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1913
|
-
//
|
|
1914
|
-
export { default as
|
|
1911
|
+
// PictureInPicture2 aliases
|
|
1912
|
+
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1913
|
+
// PilcrowRight aliases
|
|
1914
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1915
1915
|
// PilcrowLeft aliases
|
|
1916
1916
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1917
|
+
// PiggyBank aliases
|
|
1918
|
+
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1917
1919
|
// Pilcrow aliases
|
|
1918
1920
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1919
|
-
// PilcrowRight aliases
|
|
1920
|
-
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1921
1921
|
// PillBottle aliases
|
|
1922
1922
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1923
1923
|
// Pill aliases
|
|
@@ -1932,34 +1932,34 @@ export { default as PipetteIcon } from '../icons/pipette';
|
|
|
1932
1932
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
1933
1933
|
// PlaneLanding aliases
|
|
1934
1934
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1935
|
-
// Plane aliases
|
|
1936
|
-
export { default as PlaneIcon } from '../icons/plane';
|
|
1937
1935
|
// PlaneTakeoff aliases
|
|
1938
1936
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1937
|
+
// Play aliases
|
|
1938
|
+
export { default as PlayIcon } from '../icons/play';
|
|
1939
1939
|
// Plug2 aliases
|
|
1940
1940
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1941
|
+
// Plane aliases
|
|
1942
|
+
export { default as PlaneIcon } from '../icons/plane';
|
|
1941
1943
|
// Plug aliases
|
|
1942
1944
|
export { default as PlugIcon } from '../icons/plug';
|
|
1943
1945
|
// Plus aliases
|
|
1944
1946
|
export { default as PlusIcon } from '../icons/plus';
|
|
1945
|
-
// Play aliases
|
|
1946
|
-
export { default as PlayIcon } from '../icons/play';
|
|
1947
1947
|
// PocketKnife aliases
|
|
1948
1948
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1949
1949
|
// Pocket aliases
|
|
1950
1950
|
export { default as PocketIcon } from '../icons/pocket';
|
|
1951
|
-
// PointerOff aliases
|
|
1952
|
-
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1953
1951
|
// Podcast aliases
|
|
1954
1952
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
1953
|
+
// PointerOff aliases
|
|
1954
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1955
1955
|
// Pointer aliases
|
|
1956
1956
|
export { default as PointerIcon } from '../icons/pointer';
|
|
1957
1957
|
// Popcorn aliases
|
|
1958
1958
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
1959
|
-
// PoundSterling aliases
|
|
1960
|
-
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
1961
1959
|
// Popsicle aliases
|
|
1962
1960
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
1961
|
+
// PoundSterling aliases
|
|
1962
|
+
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
1963
1963
|
// PowerOff aliases
|
|
1964
1964
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
1965
1965
|
// Power aliases
|
|
@@ -1974,10 +1974,10 @@ export { default as PrinterIcon } from '../icons/printer';
|
|
|
1974
1974
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
1975
1975
|
// Proportions aliases
|
|
1976
1976
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
1977
|
-
// Pyramid aliases
|
|
1978
|
-
export { default as PyramidIcon } from '../icons/pyramid';
|
|
1979
1977
|
// Puzzle aliases
|
|
1980
1978
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
1979
|
+
// Pyramid aliases
|
|
1980
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
1981
1981
|
// QrCode aliases
|
|
1982
1982
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
1983
1983
|
// Quote aliases
|
|
@@ -1994,12 +1994,12 @@ export { default as RadicalIcon } from '../icons/radical';
|
|
|
1994
1994
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
1995
1995
|
// RadioTower aliases
|
|
1996
1996
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
1997
|
-
// Radio aliases
|
|
1998
|
-
export { default as RadioIcon } from '../icons/radio';
|
|
1999
1997
|
// Radius aliases
|
|
2000
1998
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2001
1999
|
// RailSymbol aliases
|
|
2002
2000
|
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2001
|
+
// Radio aliases
|
|
2002
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2003
2003
|
// Rainbow aliases
|
|
2004
2004
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2005
2005
|
// Rat aliases
|
|
@@ -2008,30 +2008,30 @@ export { default as RatIcon } from '../icons/rat';
|
|
|
2008
2008
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2009
2009
|
// ReceiptCent aliases
|
|
2010
2010
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2011
|
-
// ReceiptIndianRupee aliases
|
|
2012
|
-
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2013
2011
|
// ReceiptEuro aliases
|
|
2014
2012
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2015
|
-
//
|
|
2016
|
-
export { default as
|
|
2013
|
+
// ReceiptIndianRupee aliases
|
|
2014
|
+
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2017
2015
|
// ReceiptJapaneseYen aliases
|
|
2018
2016
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2019
|
-
//
|
|
2020
|
-
export { default as
|
|
2017
|
+
// ReceiptPoundSterling aliases
|
|
2018
|
+
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2021
2019
|
// ReceiptRussianRuble aliases
|
|
2022
2020
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2021
|
+
// ReceiptSwissFranc aliases
|
|
2022
|
+
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2023
2023
|
// Receipt aliases
|
|
2024
2024
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2025
|
-
// ReceiptText aliases
|
|
2026
|
-
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2027
|
-
// RectangleVertical aliases
|
|
2028
|
-
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2029
2025
|
// RectangleHorizontal aliases
|
|
2030
2026
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2027
|
+
// ReceiptText aliases
|
|
2028
|
+
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2031
2029
|
// Redo2 aliases
|
|
2032
2030
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2033
2031
|
// Recycle aliases
|
|
2034
2032
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2033
|
+
// RectangleVertical aliases
|
|
2034
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2035
2035
|
// RedoDot aliases
|
|
2036
2036
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2037
2037
|
// Redo aliases
|
|
@@ -2042,12 +2042,12 @@ export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
|
2042
2042
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2043
2043
|
// RefreshCwOff aliases
|
|
2044
2044
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2045
|
+
// RefreshCw aliases
|
|
2046
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2045
2047
|
// Refrigerator aliases
|
|
2046
2048
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2047
2049
|
// Regex aliases
|
|
2048
2050
|
export { default as RegexIcon } from '../icons/regex';
|
|
2049
|
-
// RefreshCw aliases
|
|
2050
|
-
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2051
2051
|
// RemoveFormatting aliases
|
|
2052
2052
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2053
2053
|
// Repeat1 aliases
|
|
@@ -2058,30 +2058,32 @@ export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
|
2058
2058
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2059
2059
|
// Repeat aliases
|
|
2060
2060
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2061
|
-
// ReplyAll aliases
|
|
2062
|
-
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2063
2061
|
// Replace aliases
|
|
2064
2062
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2063
|
+
// ReplyAll aliases
|
|
2064
|
+
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2065
2065
|
// Reply aliases
|
|
2066
2066
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2067
2067
|
// Rewind aliases
|
|
2068
2068
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2069
2069
|
// Ribbon aliases
|
|
2070
2070
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2071
|
-
// Rocket aliases
|
|
2072
|
-
export { default as RocketIcon } from '../icons/rocket';
|
|
2073
2071
|
// RockingChair aliases
|
|
2074
2072
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2073
|
+
// Rocket aliases
|
|
2074
|
+
export { default as RocketIcon } from '../icons/rocket';
|
|
2075
2075
|
// RollerCoaster aliases
|
|
2076
2076
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2077
|
+
// RotateCcwKey aliases
|
|
2078
|
+
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2077
2079
|
// RotateCcwSquare aliases
|
|
2078
2080
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2079
|
-
// RotateCcw aliases
|
|
2080
|
-
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2081
2081
|
// RotateCwSquare aliases
|
|
2082
2082
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2083
2083
|
// RotateCw aliases
|
|
2084
2084
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2085
|
+
// RotateCcw aliases
|
|
2086
|
+
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2085
2087
|
// RouteOff aliases
|
|
2086
2088
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2087
2089
|
// Route aliases
|
|
@@ -2098,12 +2100,12 @@ export { default as RulerIcon } from '../icons/ruler';
|
|
|
2098
2100
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2099
2101
|
// Sailboat aliases
|
|
2100
2102
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2103
|
+
// Sandwich aliases
|
|
2104
|
+
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2101
2105
|
// Salad aliases
|
|
2102
2106
|
export { default as SaladIcon } from '../icons/salad';
|
|
2103
2107
|
// SatelliteDish aliases
|
|
2104
2108
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2105
|
-
// Sandwich aliases
|
|
2106
|
-
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2107
2109
|
// Satellite aliases
|
|
2108
2110
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2109
2111
|
// SaveAll aliases
|
|
@@ -2118,10 +2120,10 @@ export { default as SaveIcon } from '../icons/save';
|
|
|
2118
2120
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2119
2121
|
// Scaling aliases
|
|
2120
2122
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2121
|
-
// ScanEye aliases
|
|
2122
|
-
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2123
2123
|
// ScanBarcode aliases
|
|
2124
2124
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2125
|
+
// ScanEye aliases
|
|
2126
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2125
2127
|
// ScanFace aliases
|
|
2126
2128
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2127
2129
|
// ScanHeart aliases
|
|
@@ -2134,48 +2136,48 @@ export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
|
2134
2136
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2135
2137
|
// ScanText aliases
|
|
2136
2138
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2137
|
-
// Scan aliases
|
|
2138
|
-
export { default as ScanIcon } from '../icons/scan';
|
|
2139
2139
|
// School aliases
|
|
2140
2140
|
export { default as SchoolIcon } from '../icons/school';
|
|
2141
|
+
// Scan aliases
|
|
2142
|
+
export { default as ScanIcon } from '../icons/scan';
|
|
2141
2143
|
// ScissorsLineDashed aliases
|
|
2142
2144
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2143
|
-
// ScreenShareOff aliases
|
|
2144
|
-
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2145
2145
|
// Scissors aliases
|
|
2146
2146
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2147
|
+
// ScreenShareOff aliases
|
|
2148
|
+
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2147
2149
|
// ScrollText aliases
|
|
2148
2150
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2149
2151
|
// Scroll aliases
|
|
2150
2152
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2151
|
-
// ScreenShare aliases
|
|
2152
|
-
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2153
|
-
// SearchCode aliases
|
|
2154
|
-
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2155
2153
|
// SearchCheck aliases
|
|
2156
2154
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2155
|
+
// SearchCode aliases
|
|
2156
|
+
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2157
|
+
// ScreenShare aliases
|
|
2158
|
+
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2157
2159
|
// SearchSlash aliases
|
|
2158
2160
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2159
|
-
// Search aliases
|
|
2160
|
-
export { default as SearchIcon } from '../icons/search';
|
|
2161
2161
|
// SearchX aliases
|
|
2162
2162
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2163
|
-
//
|
|
2164
|
-
export { default as
|
|
2163
|
+
// Search aliases
|
|
2164
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2165
2165
|
// SendToBack aliases
|
|
2166
2166
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2167
|
+
// Section aliases
|
|
2168
|
+
export { default as SectionIcon } from '../icons/section';
|
|
2167
2169
|
// Send aliases
|
|
2168
2170
|
export { default as SendIcon } from '../icons/send';
|
|
2169
|
-
// SeparatorVertical aliases
|
|
2170
|
-
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2171
2171
|
// SeparatorHorizontal aliases
|
|
2172
2172
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2173
|
+
// SeparatorVertical aliases
|
|
2174
|
+
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2173
2175
|
// ServerCog aliases
|
|
2174
2176
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2175
|
-
// ServerCrash aliases
|
|
2176
|
-
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2177
2177
|
// ServerOff aliases
|
|
2178
2178
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2179
|
+
// ServerCrash aliases
|
|
2180
|
+
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2179
2181
|
// Server aliases
|
|
2180
2182
|
export { default as ServerIcon } from '../icons/server';
|
|
2181
2183
|
// Settings2 aliases
|
|
@@ -2192,30 +2194,30 @@ export { default as ShareIcon } from '../icons/share';
|
|
|
2192
2194
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2193
2195
|
// Shell aliases
|
|
2194
2196
|
export { default as ShellIcon } from '../icons/shell';
|
|
2195
|
-
// ShieldBan aliases
|
|
2196
|
-
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2197
2197
|
// ShieldAlert aliases
|
|
2198
2198
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2199
|
+
// ShieldBan aliases
|
|
2200
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2199
2201
|
// ShieldCheck aliases
|
|
2200
2202
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2201
2203
|
// ShieldEllipsis aliases
|
|
2202
2204
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2203
2205
|
// ShieldHalf aliases
|
|
2204
2206
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2207
|
+
// ShieldOff aliases
|
|
2208
|
+
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2205
2209
|
// ShieldMinus aliases
|
|
2206
2210
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2207
|
-
// ShieldPlus aliases
|
|
2208
|
-
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2209
2211
|
// ShieldQuestion aliases
|
|
2210
2212
|
export { default as ShieldQuestionIcon } from '../icons/shield-question';
|
|
2211
|
-
//
|
|
2212
|
-
export { default as
|
|
2213
|
+
// ShieldPlus aliases
|
|
2214
|
+
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2213
2215
|
// ShieldUser aliases
|
|
2214
2216
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2215
|
-
// Shield aliases
|
|
2216
|
-
export { default as ShieldIcon } from '../icons/shield';
|
|
2217
2217
|
// ShipWheel aliases
|
|
2218
2218
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2219
|
+
// Shield aliases
|
|
2220
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2219
2221
|
// Ship aliases
|
|
2220
2222
|
export { default as ShipIcon } from '../icons/ship';
|
|
2221
2223
|
// Shirt aliases
|
|
@@ -2226,18 +2228,18 @@ export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
|
2226
2228
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2227
2229
|
// ShoppingCart aliases
|
|
2228
2230
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2229
|
-
// Shovel aliases
|
|
2230
|
-
export { default as ShovelIcon } from '../icons/shovel';
|
|
2231
2231
|
// ShowerHead aliases
|
|
2232
2232
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2233
|
-
//
|
|
2234
|
-
export { default as
|
|
2233
|
+
// Shovel aliases
|
|
2234
|
+
export { default as ShovelIcon } from '../icons/shovel';
|
|
2235
2235
|
// Shrimp aliases
|
|
2236
2236
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2237
|
-
//
|
|
2238
|
-
export { default as
|
|
2237
|
+
// Shrink aliases
|
|
2238
|
+
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2239
2239
|
// Shrub aliases
|
|
2240
2240
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2241
|
+
// Shuffle aliases
|
|
2242
|
+
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2241
2243
|
// Sigma aliases
|
|
2242
2244
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2243
2245
|
// SignalHigh aliases
|
|
@@ -2250,22 +2252,22 @@ export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
|
2250
2252
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2251
2253
|
// Signal aliases
|
|
2252
2254
|
export { default as SignalIcon } from '../icons/signal';
|
|
2253
|
-
// Signpost aliases
|
|
2254
|
-
export { default as SignpostIcon } from '../icons/signpost';
|
|
2255
|
-
// SignpostBig aliases
|
|
2256
|
-
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2257
2255
|
// Signature aliases
|
|
2258
2256
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2257
|
+
// SignpostBig aliases
|
|
2258
|
+
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2259
|
+
// Signpost aliases
|
|
2260
|
+
export { default as SignpostIcon } from '../icons/signpost';
|
|
2259
2261
|
// Siren aliases
|
|
2260
2262
|
export { default as SirenIcon } from '../icons/siren';
|
|
2261
2263
|
// SkipBack aliases
|
|
2262
2264
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2263
2265
|
// SkipForward aliases
|
|
2264
2266
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2265
|
-
// Slack aliases
|
|
2266
|
-
export { default as SlackIcon } from '../icons/slack';
|
|
2267
2267
|
// Skull aliases
|
|
2268
2268
|
export { default as SkullIcon } from '../icons/skull';
|
|
2269
|
+
// Slack aliases
|
|
2270
|
+
export { default as SlackIcon } from '../icons/slack';
|
|
2269
2271
|
// Slash aliases
|
|
2270
2272
|
export { default as SlashIcon } from '../icons/slash';
|
|
2271
2273
|
// Slice aliases
|
|
@@ -2280,70 +2282,70 @@ export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
|
2280
2282
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2281
2283
|
// SmilePlus aliases
|
|
2282
2284
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2283
|
-
// Snail aliases
|
|
2284
|
-
export { default as SnailIcon } from '../icons/snail';
|
|
2285
2285
|
// Smile aliases
|
|
2286
2286
|
export { default as SmileIcon } from '../icons/smile';
|
|
2287
|
+
// Snail aliases
|
|
2288
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2287
2289
|
// Snowflake aliases
|
|
2288
2290
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2289
2291
|
// Sofa aliases
|
|
2290
2292
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2291
2293
|
// Soup aliases
|
|
2292
2294
|
export { default as SoupIcon } from '../icons/soup';
|
|
2293
|
-
// Spade aliases
|
|
2294
|
-
export { default as SpadeIcon } from '../icons/spade';
|
|
2295
2295
|
// Space aliases
|
|
2296
2296
|
export { default as SpaceIcon } from '../icons/space';
|
|
2297
|
-
// Speaker aliases
|
|
2298
|
-
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2299
2297
|
// Sparkle aliases
|
|
2300
2298
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2299
|
+
// Spade aliases
|
|
2300
|
+
export { default as SpadeIcon } from '../icons/spade';
|
|
2301
|
+
// Speaker aliases
|
|
2302
|
+
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2301
2303
|
// Speech aliases
|
|
2302
2304
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2303
|
-
// SpellCheck2 aliases
|
|
2304
|
-
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2305
2305
|
// SpellCheck aliases
|
|
2306
2306
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2307
|
-
//
|
|
2308
|
-
export { default as
|
|
2307
|
+
// SpellCheck2 aliases
|
|
2308
|
+
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2309
2309
|
// SplinePointer aliases
|
|
2310
2310
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2311
|
+
// Spline aliases
|
|
2312
|
+
export { default as SplineIcon } from '../icons/spline';
|
|
2311
2313
|
// Split aliases
|
|
2312
2314
|
export { default as SplitIcon } from '../icons/split';
|
|
2313
2315
|
// SprayCan aliases
|
|
2314
2316
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2315
2317
|
// Sprout aliases
|
|
2316
2318
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2319
|
+
// SquareDashedBottomCode aliases
|
|
2320
|
+
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2317
2321
|
// SquareDashedBottom aliases
|
|
2318
2322
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2323
|
+
// SquareRoundCorner aliases
|
|
2324
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2319
2325
|
// SquareRadical aliases
|
|
2320
2326
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2321
|
-
// SquareDashedBottomCode aliases
|
|
2322
|
-
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2323
2327
|
// SquareSquare aliases
|
|
2324
2328
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2325
|
-
// SquareRoundCorner aliases
|
|
2326
|
-
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2327
|
-
// SquareStack aliases
|
|
2328
|
-
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2329
2329
|
// Square aliases
|
|
2330
2330
|
export { default as SquareIcon } from '../icons/square';
|
|
2331
|
+
// SquareStack aliases
|
|
2332
|
+
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2331
2333
|
// Squircle aliases
|
|
2332
2334
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2333
|
-
// Squirrel aliases
|
|
2334
|
-
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2335
2335
|
// Stamp aliases
|
|
2336
2336
|
export { default as StampIcon } from '../icons/stamp';
|
|
2337
|
+
// Squirrel aliases
|
|
2338
|
+
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2337
2339
|
// StarHalf aliases
|
|
2338
2340
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2339
|
-
// StarOff aliases
|
|
2340
|
-
export { default as StarOffIcon } from '../icons/star-off';
|
|
2341
2341
|
// Star aliases
|
|
2342
2342
|
export { default as StarIcon } from '../icons/star';
|
|
2343
|
-
//
|
|
2344
|
-
export { default as
|
|
2343
|
+
// StarOff aliases
|
|
2344
|
+
export { default as StarOffIcon } from '../icons/star-off';
|
|
2345
2345
|
// StepForward aliases
|
|
2346
2346
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2347
|
+
// StepBack aliases
|
|
2348
|
+
export { default as StepBackIcon } from '../icons/step-back';
|
|
2347
2349
|
// Stethoscope aliases
|
|
2348
2350
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2349
2351
|
// Sticker aliases
|
|
@@ -2352,68 +2354,68 @@ export { default as StickerIcon } from '../icons/sticker';
|
|
|
2352
2354
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2353
2355
|
// Store aliases
|
|
2354
2356
|
export { default as StoreIcon } from '../icons/store';
|
|
2355
|
-
// StretchVertical aliases
|
|
2356
|
-
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2357
2357
|
// StretchHorizontal aliases
|
|
2358
2358
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2359
2359
|
// Strikethrough aliases
|
|
2360
2360
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2361
|
-
//
|
|
2362
|
-
export { default as
|
|
2363
|
-
// SunMedium aliases
|
|
2364
|
-
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2361
|
+
// StretchVertical aliases
|
|
2362
|
+
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2365
2363
|
// Subscript aliases
|
|
2366
2364
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2365
|
+
// SunMedium aliases
|
|
2366
|
+
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2367
|
+
// SunDim aliases
|
|
2368
|
+
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2367
2369
|
// SunMoon aliases
|
|
2368
2370
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2371
|
+
// Sun aliases
|
|
2372
|
+
export { default as SunIcon } from '../icons/sun';
|
|
2369
2373
|
// SunSnow aliases
|
|
2370
2374
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2371
2375
|
// Sunrise aliases
|
|
2372
2376
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2373
|
-
// Sun aliases
|
|
2374
|
-
export { default as SunIcon } from '../icons/sun';
|
|
2375
2377
|
// Sunset aliases
|
|
2376
2378
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2377
2379
|
// Superscript aliases
|
|
2378
2380
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2381
|
+
// SwissFranc aliases
|
|
2382
|
+
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2379
2383
|
// SwatchBook aliases
|
|
2380
2384
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2381
2385
|
// SwitchCamera aliases
|
|
2382
2386
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2383
|
-
// SwissFranc aliases
|
|
2384
|
-
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2385
|
-
// Syringe aliases
|
|
2386
|
-
export { default as SyringeIcon } from '../icons/syringe';
|
|
2387
2387
|
// Sword aliases
|
|
2388
2388
|
export { default as SwordIcon } from '../icons/sword';
|
|
2389
|
-
// Swords aliases
|
|
2390
|
-
export { default as SwordsIcon } from '../icons/swords';
|
|
2391
2389
|
// Table2 aliases
|
|
2392
2390
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2393
|
-
//
|
|
2394
|
-
export { default as
|
|
2391
|
+
// Swords aliases
|
|
2392
|
+
export { default as SwordsIcon } from '../icons/swords';
|
|
2393
|
+
// Syringe aliases
|
|
2394
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2395
2395
|
// TableCellsSplit aliases
|
|
2396
2396
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2397
|
-
// TableOfContents aliases
|
|
2398
|
-
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2399
2397
|
// TableColumnsSplit aliases
|
|
2400
2398
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2401
|
-
//
|
|
2402
|
-
export { default as
|
|
2399
|
+
// TableCellsMerge aliases
|
|
2400
|
+
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2401
|
+
// TableOfContents aliases
|
|
2402
|
+
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2403
2403
|
// TableProperties aliases
|
|
2404
2404
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2405
2405
|
// TableRowsSplit aliases
|
|
2406
2406
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2407
|
-
//
|
|
2408
|
-
export { default as
|
|
2407
|
+
// Table aliases
|
|
2408
|
+
export { default as TableIcon } from '../icons/table';
|
|
2409
2409
|
// TabletSmartphone aliases
|
|
2410
2410
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2411
|
+
// Tag aliases
|
|
2412
|
+
export { default as TagIcon } from '../icons/tag';
|
|
2413
|
+
// Tablet aliases
|
|
2414
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2411
2415
|
// Tablets aliases
|
|
2412
2416
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2413
2417
|
// Tags aliases
|
|
2414
2418
|
export { default as TagsIcon } from '../icons/tags';
|
|
2415
|
-
// Tag aliases
|
|
2416
|
-
export { default as TagIcon } from '../icons/tag';
|
|
2417
2419
|
// Tally1 aliases
|
|
2418
2420
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2419
2421
|
// Tally2 aliases
|
|
@@ -2422,94 +2424,94 @@ export { default as Tally2Icon } from '../icons/tally-2';
|
|
|
2422
2424
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2423
2425
|
// Tally4 aliases
|
|
2424
2426
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2425
|
-
// Tally5 aliases
|
|
2426
|
-
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2427
2427
|
// Tangent aliases
|
|
2428
2428
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2429
|
-
//
|
|
2430
|
-
export { default as
|
|
2429
|
+
// Tally5 aliases
|
|
2430
|
+
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2431
2431
|
// Target aliases
|
|
2432
2432
|
export { default as TargetIcon } from '../icons/target';
|
|
2433
|
-
//
|
|
2434
|
-
export { default as
|
|
2433
|
+
// Telescope aliases
|
|
2434
|
+
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2435
2435
|
// TentTree aliases
|
|
2436
2436
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2437
|
-
//
|
|
2438
|
-
export { default as
|
|
2437
|
+
// Tent aliases
|
|
2438
|
+
export { default as TentIcon } from '../icons/tent';
|
|
2439
2439
|
// TestTube aliases
|
|
2440
2440
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2441
|
-
//
|
|
2442
|
-
export { default as
|
|
2441
|
+
// Terminal aliases
|
|
2442
|
+
export { default as TerminalIcon } from '../icons/terminal';
|
|
2443
2443
|
// TestTubes aliases
|
|
2444
2444
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2445
|
-
// TextCursor aliases
|
|
2446
|
-
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2447
2445
|
// TextQuote aliases
|
|
2448
2446
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2449
|
-
//
|
|
2450
|
-
export { default as
|
|
2447
|
+
// TextCursorInput aliases
|
|
2448
|
+
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2451
2449
|
// TextSearch aliases
|
|
2452
2450
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2451
|
+
// Text aliases
|
|
2452
|
+
export { default as TextIcon } from '../icons/text';
|
|
2453
|
+
// TextCursor aliases
|
|
2454
|
+
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2453
2455
|
// Theater aliases
|
|
2454
2456
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2455
2457
|
// ThermometerSnowflake aliases
|
|
2456
2458
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2457
|
-
// Thermometer aliases
|
|
2458
|
-
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2459
2459
|
// ThermometerSun aliases
|
|
2460
2460
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2461
|
-
//
|
|
2462
|
-
export { default as
|
|
2463
|
-
// TicketMinus aliases
|
|
2464
|
-
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2465
|
-
// ThumbsDown aliases
|
|
2466
|
-
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2461
|
+
// Thermometer aliases
|
|
2462
|
+
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2467
2463
|
// TicketCheck aliases
|
|
2468
2464
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2469
|
-
//
|
|
2470
|
-
export { default as
|
|
2465
|
+
// ThumbsDown aliases
|
|
2466
|
+
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2467
|
+
// TicketMinus aliases
|
|
2468
|
+
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2469
|
+
// ThumbsUp aliases
|
|
2470
|
+
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2471
2471
|
// TicketPlus aliases
|
|
2472
2472
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2473
2473
|
// TicketSlash aliases
|
|
2474
2474
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2475
|
+
// TicketPercent aliases
|
|
2476
|
+
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2475
2477
|
// TicketX aliases
|
|
2476
2478
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2477
|
-
// Ticket aliases
|
|
2478
|
-
export { default as TicketIcon } from '../icons/ticket';
|
|
2479
2479
|
// TicketsPlane aliases
|
|
2480
2480
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2481
|
+
// Ticket aliases
|
|
2482
|
+
export { default as TicketIcon } from '../icons/ticket';
|
|
2481
2483
|
// Tickets aliases
|
|
2482
2484
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2485
|
+
// TimerOff aliases
|
|
2486
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2483
2487
|
// TimerReset aliases
|
|
2484
2488
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2485
2489
|
// Timer aliases
|
|
2486
2490
|
export { default as TimerIcon } from '../icons/timer';
|
|
2487
|
-
// TimerOff aliases
|
|
2488
|
-
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2489
2491
|
// ToggleLeft aliases
|
|
2490
2492
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2491
2493
|
// ToggleRight aliases
|
|
2492
2494
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2493
|
-
// Torus aliases
|
|
2494
|
-
export { default as TorusIcon } from '../icons/torus';
|
|
2495
2495
|
// Toilet aliases
|
|
2496
2496
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2497
2497
|
// Tornado aliases
|
|
2498
2498
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2499
|
-
//
|
|
2500
|
-
export { default as
|
|
2499
|
+
// Torus aliases
|
|
2500
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2501
2501
|
// TouchpadOff aliases
|
|
2502
2502
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2503
|
-
//
|
|
2504
|
-
export { default as
|
|
2503
|
+
// Touchpad aliases
|
|
2504
|
+
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2505
2505
|
// ToyBrick aliases
|
|
2506
2506
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2507
|
+
// TowerControl aliases
|
|
2508
|
+
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2507
2509
|
// Tractor aliases
|
|
2508
2510
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2509
|
-
// TrafficCone aliases
|
|
2510
|
-
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2511
2511
|
// TrainFrontTunnel aliases
|
|
2512
2512
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2513
|
+
// TrafficCone aliases
|
|
2514
|
+
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2513
2515
|
// TrainFront aliases
|
|
2514
2516
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2515
2517
|
// TrainTrack aliases
|
|
@@ -2518,10 +2520,10 @@ export { default as TrainTrackIcon } from '../icons/train-track';
|
|
|
2518
2520
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2519
2521
|
// Trash2 aliases
|
|
2520
2522
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2521
|
-
// TreeDeciduous aliases
|
|
2522
|
-
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2523
2523
|
// Trash aliases
|
|
2524
2524
|
export { default as TrashIcon } from '../icons/trash';
|
|
2525
|
+
// TreeDeciduous aliases
|
|
2526
|
+
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2525
2527
|
// TreePine aliases
|
|
2526
2528
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2527
2529
|
// Trees aliases
|
|
@@ -2534,64 +2536,64 @@ export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
|
2534
2536
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2535
2537
|
// TrendingUp aliases
|
|
2536
2538
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2537
|
-
// TriangleRight aliases
|
|
2538
|
-
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2539
2539
|
// TriangleDashed aliases
|
|
2540
2540
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2541
|
-
//
|
|
2542
|
-
export { default as
|
|
2543
|
-
// Truck aliases
|
|
2544
|
-
export { default as TruckIcon } from '../icons/truck';
|
|
2541
|
+
// TriangleRight aliases
|
|
2542
|
+
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2545
2543
|
// Trophy aliases
|
|
2546
2544
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2547
|
-
//
|
|
2548
|
-
export { default as
|
|
2545
|
+
// Triangle aliases
|
|
2546
|
+
export { default as TriangleIcon } from '../icons/triangle';
|
|
2549
2547
|
// Turtle aliases
|
|
2550
2548
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2549
|
+
// Truck aliases
|
|
2550
|
+
export { default as TruckIcon } from '../icons/truck';
|
|
2551
2551
|
// TvMinimalPlay aliases
|
|
2552
2552
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2553
2553
|
// Twitch aliases
|
|
2554
2554
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2555
|
-
//
|
|
2556
|
-
export { default as
|
|
2555
|
+
// Tv aliases
|
|
2556
|
+
export { default as TvIcon } from '../icons/tv';
|
|
2557
2557
|
// TypeOutline aliases
|
|
2558
2558
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2559
2559
|
// Type aliases
|
|
2560
2560
|
export { default as TypeIcon } from '../icons/type';
|
|
2561
|
+
// Twitter aliases
|
|
2562
|
+
export { default as TwitterIcon } from '../icons/twitter';
|
|
2561
2563
|
// Umbrella aliases
|
|
2562
2564
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2563
|
-
// UmbrellaOff aliases
|
|
2564
|
-
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2565
2565
|
// Underline aliases
|
|
2566
2566
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2567
|
+
// UmbrellaOff aliases
|
|
2568
|
+
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2567
2569
|
// Undo2 aliases
|
|
2568
2570
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2571
|
+
// UnfoldHorizontal aliases
|
|
2572
|
+
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2569
2573
|
// UndoDot aliases
|
|
2570
2574
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2571
2575
|
// Undo aliases
|
|
2572
2576
|
export { default as UndoIcon } from '../icons/undo';
|
|
2573
|
-
// UnfoldHorizontal aliases
|
|
2574
|
-
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2575
|
-
// Ungroup aliases
|
|
2576
|
-
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2577
2577
|
// UnfoldVertical aliases
|
|
2578
2578
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2579
|
+
// Ungroup aliases
|
|
2580
|
+
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2579
2581
|
// Unlink2 aliases
|
|
2580
2582
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2581
2583
|
// Unlink aliases
|
|
2582
2584
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2583
2585
|
// Unplug aliases
|
|
2584
2586
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2585
|
-
//
|
|
2586
|
-
export { default as
|
|
2587
|
+
// Upload aliases
|
|
2588
|
+
export { default as UploadIcon } from '../icons/upload';
|
|
2587
2589
|
// UserCheck aliases
|
|
2588
2590
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2589
2591
|
// UserCog aliases
|
|
2590
2592
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2591
2593
|
// UserMinus aliases
|
|
2592
2594
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2593
|
-
//
|
|
2594
|
-
export { default as
|
|
2595
|
+
// Usb aliases
|
|
2596
|
+
export { default as UsbIcon } from '../icons/usb';
|
|
2595
2597
|
// UserPen aliases
|
|
2596
2598
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2597
2599
|
// UserPlus aliases
|
|
@@ -2600,22 +2602,22 @@ export { default as UserPlusIcon } from '../icons/user-plus';
|
|
|
2600
2602
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2601
2603
|
// UserRoundSearch aliases
|
|
2602
2604
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2603
|
-
// UserX aliases
|
|
2604
|
-
export { default as UserXIcon } from '../icons/user-x';
|
|
2605
2605
|
// UserSearch aliases
|
|
2606
2606
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2607
|
-
//
|
|
2608
|
-
export { default as
|
|
2609
|
-
// Variable aliases
|
|
2610
|
-
export { default as VariableIcon } from '../icons/variable';
|
|
2607
|
+
// UserX aliases
|
|
2608
|
+
export { default as UserXIcon } from '../icons/user-x';
|
|
2611
2609
|
// User aliases
|
|
2612
2610
|
export { default as UserIcon } from '../icons/user';
|
|
2611
|
+
// Users aliases
|
|
2612
|
+
export { default as UsersIcon } from '../icons/users';
|
|
2613
2613
|
// UtilityPole aliases
|
|
2614
2614
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2615
|
-
// Vegan aliases
|
|
2616
|
-
export { default as VeganIcon } from '../icons/vegan';
|
|
2617
2615
|
// Vault aliases
|
|
2618
2616
|
export { default as VaultIcon } from '../icons/vault';
|
|
2617
|
+
// Vegan aliases
|
|
2618
|
+
export { default as VeganIcon } from '../icons/vegan';
|
|
2619
|
+
// Variable aliases
|
|
2620
|
+
export { default as VariableIcon } from '../icons/variable';
|
|
2619
2621
|
// VenetianMask aliases
|
|
2620
2622
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2621
2623
|
// VenusAndMars aliases
|
|
@@ -2624,121 +2626,121 @@ export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
|
2624
2626
|
export { default as VenusIcon } from '../icons/venus';
|
|
2625
2627
|
// VibrateOff aliases
|
|
2626
2628
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2627
|
-
// VideoOff aliases
|
|
2628
|
-
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2629
2629
|
// Vibrate aliases
|
|
2630
2630
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2631
|
+
// VideoOff aliases
|
|
2632
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2631
2633
|
// Video aliases
|
|
2632
2634
|
export { default as VideoIcon } from '../icons/video';
|
|
2635
|
+
// View aliases
|
|
2636
|
+
export { default as ViewIcon } from '../icons/view';
|
|
2633
2637
|
// Videotape aliases
|
|
2634
2638
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2635
2639
|
// Voicemail aliases
|
|
2636
2640
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2637
|
-
// View aliases
|
|
2638
|
-
export { default as ViewIcon } from '../icons/view';
|
|
2639
2641
|
// Volleyball aliases
|
|
2640
2642
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2641
|
-
// Volume1 aliases
|
|
2642
|
-
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2643
2643
|
// Volume2 aliases
|
|
2644
2644
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2645
|
+
// Volume1 aliases
|
|
2646
|
+
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2645
2647
|
// VolumeOff aliases
|
|
2646
2648
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2647
2649
|
// VolumeX aliases
|
|
2648
2650
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2649
|
-
// Vote aliases
|
|
2650
|
-
export { default as VoteIcon } from '../icons/vote';
|
|
2651
2651
|
// Volume aliases
|
|
2652
2652
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2653
|
+
// Vote aliases
|
|
2654
|
+
export { default as VoteIcon } from '../icons/vote';
|
|
2653
2655
|
// WalletCards aliases
|
|
2654
2656
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2655
|
-
// Wallet aliases
|
|
2656
|
-
export { default as WalletIcon } from '../icons/wallet';
|
|
2657
2657
|
// Wallpaper aliases
|
|
2658
2658
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2659
|
-
//
|
|
2660
|
-
export { default as
|
|
2659
|
+
// Wallet aliases
|
|
2660
|
+
export { default as WalletIcon } from '../icons/wallet';
|
|
2661
|
+
// Warehouse aliases
|
|
2662
|
+
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2661
2663
|
// WashingMachine aliases
|
|
2662
2664
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2665
|
+
// Wand aliases
|
|
2666
|
+
export { default as WandIcon } from '../icons/wand';
|
|
2663
2667
|
// Watch aliases
|
|
2664
2668
|
export { default as WatchIcon } from '../icons/watch';
|
|
2665
|
-
// Warehouse aliases
|
|
2666
|
-
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2667
2669
|
// WavesLadder aliases
|
|
2668
2670
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2669
2671
|
// Waves aliases
|
|
2670
2672
|
export { default as WavesIcon } from '../icons/waves';
|
|
2671
|
-
// Waypoints aliases
|
|
2672
|
-
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2673
2673
|
// Webcam aliases
|
|
2674
2674
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2675
|
-
//
|
|
2676
|
-
export { default as
|
|
2675
|
+
// Waypoints aliases
|
|
2676
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2677
2677
|
// WebhookOff aliases
|
|
2678
2678
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2679
|
-
//
|
|
2680
|
-
export { default as
|
|
2679
|
+
// Webhook aliases
|
|
2680
|
+
export { default as WebhookIcon } from '../icons/webhook';
|
|
2681
2681
|
// Weight aliases
|
|
2682
2682
|
export { default as WeightIcon } from '../icons/weight';
|
|
2683
|
+
// WheatOff aliases
|
|
2684
|
+
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2683
2685
|
// Wheat aliases
|
|
2684
2686
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2685
|
-
// WifiHigh aliases
|
|
2686
|
-
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2687
2687
|
// WholeWord aliases
|
|
2688
2688
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2689
|
+
// WifiHigh aliases
|
|
2690
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2691
|
+
// WifiZero aliases
|
|
2692
|
+
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2689
2693
|
// WifiOff aliases
|
|
2690
2694
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2691
2695
|
// WifiLow aliases
|
|
2692
2696
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2693
|
-
// WifiZero aliases
|
|
2694
|
-
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2695
2697
|
// Wifi aliases
|
|
2696
2698
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2697
2699
|
// WindArrowDown aliases
|
|
2698
2700
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2699
2701
|
// Wind aliases
|
|
2700
2702
|
export { default as WindIcon } from '../icons/wind';
|
|
2701
|
-
// Wine aliases
|
|
2702
|
-
export { default as WineIcon } from '../icons/wine';
|
|
2703
2703
|
// WineOff aliases
|
|
2704
2704
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2705
2705
|
// Workflow aliases
|
|
2706
2706
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2707
|
-
//
|
|
2708
|
-
export { default as
|
|
2707
|
+
// Wine aliases
|
|
2708
|
+
export { default as WineIcon } from '../icons/wine';
|
|
2709
2709
|
// Worm aliases
|
|
2710
2710
|
export { default as WormIcon } from '../icons/worm';
|
|
2711
|
+
// WrapText aliases
|
|
2712
|
+
export { default as WrapTextIcon } from '../icons/wrap-text';
|
|
2711
2713
|
// Wrench aliases
|
|
2712
2714
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2713
|
-
// Youtube aliases
|
|
2714
|
-
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2715
|
-
// X aliases
|
|
2716
|
-
export { default as XIcon } from '../icons/x';
|
|
2717
2715
|
// ZapOff aliases
|
|
2718
2716
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2717
|
+
// X aliases
|
|
2718
|
+
export { default as XIcon } from '../icons/x';
|
|
2719
|
+
// Youtube aliases
|
|
2720
|
+
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2719
2721
|
// ZoomIn aliases
|
|
2720
2722
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2721
|
-
// Zap aliases
|
|
2722
|
-
export { default as ZapIcon } from '../icons/zap';
|
|
2723
2723
|
// ZoomOut aliases
|
|
2724
2724
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2725
|
+
// Zap aliases
|
|
2726
|
+
export { default as ZapIcon } from '../icons/zap';
|
|
2725
2727
|
// ArrowDown10 aliases
|
|
2726
2728
|
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2727
2729
|
// ArrowDown01 aliases
|
|
2728
2730
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2729
|
-
// ArrowUp01 aliases
|
|
2730
|
-
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2731
2731
|
// ArrowUp10 aliases
|
|
2732
2732
|
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2733
|
+
// ArrowUp01 aliases
|
|
2734
|
+
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2733
2735
|
// AlarmClockCheck aliases
|
|
2734
2736
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2735
2737
|
export { default as AlarmCheckIcon } from '../icons/alarm-clock-check';
|
|
2736
|
-
// AlarmClockMinus aliases
|
|
2737
|
-
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2738
|
-
export { default as AlarmMinusIcon } from '../icons/alarm-clock-minus';
|
|
2739
2738
|
// AlarmClockPlus aliases
|
|
2740
2739
|
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2741
2740
|
export { default as AlarmPlusIcon } from '../icons/alarm-clock-plus';
|
|
2741
|
+
// AlarmClockMinus aliases
|
|
2742
|
+
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2743
|
+
export { default as AlarmMinusIcon } from '../icons/alarm-clock-minus';
|
|
2742
2744
|
// ArrowDownAZ aliases
|
|
2743
2745
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2744
2746
|
export { default as ArrowDownAzIcon } from '../icons/arrow-down-a-z';
|
|
@@ -2754,27 +2756,30 @@ export { default as ArrowUpAzIcon } from '../icons/arrow-up-a-z';
|
|
|
2754
2756
|
// ArrowUpNarrowWide aliases
|
|
2755
2757
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2756
2758
|
export { default as SortAscIcon } from '../icons/arrow-up-narrow-wide';
|
|
2757
|
-
// Axis3d aliases
|
|
2758
|
-
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2759
|
-
export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
2760
2759
|
// ArrowUpZA aliases
|
|
2761
2760
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2762
2761
|
export { default as ArrowUpZaIcon } from '../icons/arrow-up-z-a';
|
|
2762
|
+
// Axis3d aliases
|
|
2763
|
+
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2764
|
+
export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
2763
2765
|
// BadgeCheck aliases
|
|
2764
2766
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2765
2767
|
export { default as VerifiedIcon } from '../icons/badge-check';
|
|
2766
|
-
// BetweenHorizontalEnd aliases
|
|
2767
|
-
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2768
|
-
export {
|
|
2769
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2770
|
-
default as BetweenHorizonalEndIcon
|
|
2771
|
-
} from '../icons/between-horizontal-end';
|
|
2772
2768
|
// BetweenHorizontalStart aliases
|
|
2773
2769
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2774
2770
|
export {
|
|
2775
2771
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2776
2772
|
default as BetweenHorizonalStartIcon
|
|
2777
2773
|
} from '../icons/between-horizontal-start';
|
|
2774
|
+
// BetweenHorizontalEnd aliases
|
|
2775
|
+
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2776
|
+
export {
|
|
2777
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2778
|
+
default as BetweenHorizonalEndIcon
|
|
2779
|
+
} from '../icons/between-horizontal-end';
|
|
2780
|
+
// Braces aliases
|
|
2781
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
2782
|
+
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2778
2783
|
// Captions aliases
|
|
2779
2784
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
2780
2785
|
export { default as SubtitlesIcon } from '../icons/captions';
|
|
@@ -2784,36 +2789,33 @@ export {
|
|
|
2784
2789
|
/** @deprecated */
|
|
2785
2790
|
default as AreaChartIcon
|
|
2786
2791
|
} from '../icons/chart-area';
|
|
2787
|
-
// Braces aliases
|
|
2788
|
-
export { default as BracesIcon } from '../icons/braces';
|
|
2789
|
-
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2790
|
-
// BookDashed aliases
|
|
2791
|
-
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2792
|
-
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2793
2792
|
// ChartBarBig aliases
|
|
2794
2793
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2795
2794
|
export {
|
|
2796
2795
|
/** @deprecated */
|
|
2797
2796
|
default as BarChartHorizontalBigIcon
|
|
2798
2797
|
} from '../icons/chart-bar-big';
|
|
2798
|
+
// BookDashed aliases
|
|
2799
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2800
|
+
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2799
2801
|
// ChartBar aliases
|
|
2800
2802
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2801
2803
|
export {
|
|
2802
2804
|
/** @deprecated */
|
|
2803
2805
|
default as BarChartHorizontalIcon
|
|
2804
2806
|
} from '../icons/chart-bar';
|
|
2805
|
-
// ChartColumnBig aliases
|
|
2806
|
-
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2807
|
-
export {
|
|
2808
|
-
/** @deprecated */
|
|
2809
|
-
default as BarChartBigIcon
|
|
2810
|
-
} from '../icons/chart-column-big';
|
|
2811
2807
|
// ChartCandlestick aliases
|
|
2812
2808
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2813
2809
|
export {
|
|
2814
2810
|
/** @deprecated */
|
|
2815
2811
|
default as CandlestickChartIcon
|
|
2816
2812
|
} from '../icons/chart-candlestick';
|
|
2813
|
+
// ChartColumnBig aliases
|
|
2814
|
+
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2815
|
+
export {
|
|
2816
|
+
/** @deprecated */
|
|
2817
|
+
default as BarChartBigIcon
|
|
2818
|
+
} from '../icons/chart-column-big';
|
|
2817
2819
|
// ChartColumnIncreasing aliases
|
|
2818
2820
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2819
2821
|
export {
|
|
@@ -2826,6 +2828,12 @@ export {
|
|
|
2826
2828
|
/** @deprecated */
|
|
2827
2829
|
default as BarChart3Icon
|
|
2828
2830
|
} from '../icons/chart-column';
|
|
2831
|
+
// ChartLine aliases
|
|
2832
|
+
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2833
|
+
export {
|
|
2834
|
+
/** @deprecated */
|
|
2835
|
+
default as LineChartIcon
|
|
2836
|
+
} from '../icons/chart-line';
|
|
2829
2837
|
// ChartNoAxesColumnIncreasing aliases
|
|
2830
2838
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
2831
2839
|
export {
|
|
@@ -2838,18 +2846,18 @@ export {
|
|
|
2838
2846
|
/** @deprecated */
|
|
2839
2847
|
default as BarChart2Icon
|
|
2840
2848
|
} from '../icons/chart-no-axes-column';
|
|
2841
|
-
// ChartLine aliases
|
|
2842
|
-
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2843
|
-
export {
|
|
2844
|
-
/** @deprecated */
|
|
2845
|
-
default as LineChartIcon
|
|
2846
|
-
} from '../icons/chart-line';
|
|
2847
2849
|
// ChartNoAxesGantt aliases
|
|
2848
2850
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2849
2851
|
export {
|
|
2850
2852
|
/** @deprecated */
|
|
2851
2853
|
default as GanttChartIcon
|
|
2852
2854
|
} from '../icons/chart-no-axes-gantt';
|
|
2855
|
+
// ChartScatter aliases
|
|
2856
|
+
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
2857
|
+
export {
|
|
2858
|
+
/** @deprecated */
|
|
2859
|
+
default as ScatterChartIcon
|
|
2860
|
+
} from '../icons/chart-scatter';
|
|
2853
2861
|
// ChartPie aliases
|
|
2854
2862
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
2855
2863
|
export {
|
|
@@ -2862,66 +2870,60 @@ export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
|
2862
2870
|
// CircleArrowDown aliases
|
|
2863
2871
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2864
2872
|
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2865
|
-
// ChartScatter aliases
|
|
2866
|
-
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
2867
|
-
export {
|
|
2868
|
-
/** @deprecated */
|
|
2869
|
-
default as ScatterChartIcon
|
|
2870
|
-
} from '../icons/chart-scatter';
|
|
2871
|
-
// CircleArrowLeft aliases
|
|
2872
|
-
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2873
|
-
export { default as ArrowLeftCircleIcon } from '../icons/circle-arrow-left';
|
|
2874
|
-
// CircleArrowOutDownLeft aliases
|
|
2875
|
-
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
2876
|
-
export { default as ArrowDownLeftFromCircleIcon } from '../icons/circle-arrow-out-down-left';
|
|
2877
2873
|
// CircleArrowOutDownRight aliases
|
|
2878
2874
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
2879
2875
|
export { default as ArrowDownRightFromCircleIcon } from '../icons/circle-arrow-out-down-right';
|
|
2876
|
+
// CircleArrowOutDownLeft aliases
|
|
2877
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
2878
|
+
export { default as ArrowDownLeftFromCircleIcon } from '../icons/circle-arrow-out-down-left';
|
|
2879
|
+
// CircleArrowLeft aliases
|
|
2880
|
+
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2881
|
+
export { default as ArrowLeftCircleIcon } from '../icons/circle-arrow-left';
|
|
2880
2882
|
// CircleArrowOutUpLeft aliases
|
|
2881
2883
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
2882
2884
|
export { default as ArrowUpLeftFromCircleIcon } from '../icons/circle-arrow-out-up-left';
|
|
2883
2885
|
// CircleArrowRight aliases
|
|
2884
2886
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
2885
2887
|
export { default as ArrowRightCircleIcon } from '../icons/circle-arrow-right';
|
|
2886
|
-
// CircleArrowUp aliases
|
|
2887
|
-
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
2888
|
-
export { default as ArrowUpCircleIcon } from '../icons/circle-arrow-up';
|
|
2889
2888
|
// CircleArrowOutUpRight aliases
|
|
2890
2889
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
2891
2890
|
export { default as ArrowUpRightFromCircleIcon } from '../icons/circle-arrow-out-up-right';
|
|
2891
|
+
// CircleArrowUp aliases
|
|
2892
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
2893
|
+
export { default as ArrowUpCircleIcon } from '../icons/circle-arrow-up';
|
|
2892
2894
|
// CircleCheckBig aliases
|
|
2893
2895
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
2894
2896
|
export { default as CheckCircleIcon } from '../icons/circle-check-big';
|
|
2897
|
+
// CircleChevronDown aliases
|
|
2898
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
2899
|
+
export { default as ChevronDownCircleIcon } from '../icons/circle-chevron-down';
|
|
2895
2900
|
// CircleCheck aliases
|
|
2896
2901
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
2897
2902
|
export { default as CheckCircle2Icon } from '../icons/circle-check';
|
|
2898
2903
|
// CircleChevronLeft aliases
|
|
2899
2904
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
2900
2905
|
export { default as ChevronLeftCircleIcon } from '../icons/circle-chevron-left';
|
|
2901
|
-
// CircleChevronUp aliases
|
|
2902
|
-
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
2903
|
-
export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
2904
|
-
// CircleChevronDown aliases
|
|
2905
|
-
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
2906
|
-
export { default as ChevronDownCircleIcon } from '../icons/circle-chevron-down';
|
|
2907
2906
|
// CircleDivide aliases
|
|
2908
2907
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
2909
2908
|
export { default as DivideCircleIcon } from '../icons/circle-divide';
|
|
2910
2909
|
// CircleChevronRight aliases
|
|
2911
2910
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
2912
2911
|
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
2912
|
+
// CircleChevronUp aliases
|
|
2913
|
+
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
2914
|
+
export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
2913
2915
|
// CircleHelp aliases
|
|
2914
2916
|
export { default as CircleHelpIcon } from '../icons/circle-help';
|
|
2915
2917
|
export { default as HelpCircleIcon } from '../icons/circle-help';
|
|
2916
2918
|
// CircleGauge aliases
|
|
2917
2919
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
2918
2920
|
export { default as GaugeCircleIcon } from '../icons/circle-gauge';
|
|
2919
|
-
// CircleParkingOff aliases
|
|
2920
|
-
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
2921
|
-
export { default as ParkingCircleOffIcon } from '../icons/circle-parking-off';
|
|
2922
2921
|
// CircleMinus aliases
|
|
2923
2922
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
2924
2923
|
export { default as MinusCircleIcon } from '../icons/circle-minus';
|
|
2924
|
+
// CircleParkingOff aliases
|
|
2925
|
+
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
2926
|
+
export { default as ParkingCircleOffIcon } from '../icons/circle-parking-off';
|
|
2925
2927
|
// CircleParking aliases
|
|
2926
2928
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
2927
2929
|
export { default as ParkingCircleIcon } from '../icons/circle-parking';
|
|
@@ -2931,15 +2933,18 @@ export { default as PauseCircleIcon } from '../icons/circle-pause';
|
|
|
2931
2933
|
// CirclePercent aliases
|
|
2932
2934
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
2933
2935
|
export { default as PercentCircleIcon } from '../icons/circle-percent';
|
|
2934
|
-
// CirclePlay aliases
|
|
2935
|
-
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
2936
|
-
export { default as PlayCircleIcon } from '../icons/circle-play';
|
|
2937
2936
|
// CirclePlus aliases
|
|
2938
2937
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
2939
2938
|
export { default as PlusCircleIcon } from '../icons/circle-plus';
|
|
2939
|
+
// CirclePlay aliases
|
|
2940
|
+
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
2941
|
+
export { default as PlayCircleIcon } from '../icons/circle-play';
|
|
2940
2942
|
// CirclePower aliases
|
|
2941
2943
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
2942
2944
|
export { default as PowerCircleIcon } from '../icons/circle-power';
|
|
2945
|
+
// CircleSlash2 aliases
|
|
2946
|
+
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
2947
|
+
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
2943
2948
|
// CircleStop aliases
|
|
2944
2949
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
2945
2950
|
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
@@ -2949,9 +2954,6 @@ export {
|
|
|
2949
2954
|
/** @deprecated */
|
|
2950
2955
|
default as UserCircle2Icon
|
|
2951
2956
|
} from '../icons/circle-user-round';
|
|
2952
|
-
// CircleSlash2 aliases
|
|
2953
|
-
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
2954
|
-
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
2955
2957
|
// CircleUser aliases
|
|
2956
2958
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
2957
2959
|
export { default as UserCircleIcon } from '../icons/circle-user';
|
|
@@ -2961,12 +2963,12 @@ export { default as XCircleIcon } from '../icons/circle-x';
|
|
|
2961
2963
|
// ClipboardPenLine aliases
|
|
2962
2964
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
2963
2965
|
export { default as ClipboardSignatureIcon } from '../icons/clipboard-pen-line';
|
|
2964
|
-
// CloudDownload aliases
|
|
2965
|
-
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
2966
|
-
export { default as DownloadCloudIcon } from '../icons/cloud-download';
|
|
2967
2966
|
// ClipboardPen aliases
|
|
2968
2967
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
2969
2968
|
export { default as ClipboardEditIcon } from '../icons/clipboard-pen';
|
|
2969
|
+
// CloudDownload aliases
|
|
2970
|
+
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
2971
|
+
export { default as DownloadCloudIcon } from '../icons/cloud-download';
|
|
2970
2972
|
// CloudUpload aliases
|
|
2971
2973
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
2972
2974
|
export { default as UploadCloudIcon } from '../icons/cloud-upload';
|
|
@@ -2988,48 +2990,48 @@ export {
|
|
|
2988
2990
|
/** @deprecated */
|
|
2989
2991
|
default as Contact2Icon
|
|
2990
2992
|
} from '../icons/contact-round';
|
|
2991
|
-
// EllipsisVertical aliases
|
|
2992
|
-
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
2993
|
-
export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
2994
|
-
// DiamondPercent aliases
|
|
2995
|
-
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
2996
|
-
export { default as PercentDiamondIcon } from '../icons/diamond-percent';
|
|
2997
2993
|
// Earth aliases
|
|
2998
2994
|
export { default as EarthIcon } from '../icons/earth';
|
|
2999
2995
|
export {
|
|
3000
2996
|
/** @deprecated */
|
|
3001
2997
|
default as Globe2Icon
|
|
3002
2998
|
} from '../icons/earth';
|
|
3003
|
-
//
|
|
3004
|
-
export { default as
|
|
3005
|
-
export { default as
|
|
2999
|
+
// EllipsisVertical aliases
|
|
3000
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3001
|
+
export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3002
|
+
// DiamondPercent aliases
|
|
3003
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3004
|
+
export { default as PercentDiamondIcon } from '../icons/diamond-percent';
|
|
3006
3005
|
// Ellipsis aliases
|
|
3007
3006
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3008
3007
|
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3009
|
-
//
|
|
3010
|
-
export { default as
|
|
3011
|
-
export {
|
|
3012
|
-
/** @deprecated */
|
|
3013
|
-
default as FileBarChart2Icon
|
|
3014
|
-
} from '../icons/file-chart-column';
|
|
3008
|
+
// FileAxis3d aliases
|
|
3009
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3010
|
+
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
3015
3011
|
// FileChartColumnIncreasing aliases
|
|
3016
3012
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3017
3013
|
export {
|
|
3018
3014
|
/** @deprecated */
|
|
3019
3015
|
default as FileBarChartIcon
|
|
3020
3016
|
} from '../icons/file-chart-column-increasing';
|
|
3021
|
-
//
|
|
3022
|
-
export { default as
|
|
3017
|
+
// FileChartColumn aliases
|
|
3018
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3023
3019
|
export {
|
|
3024
3020
|
/** @deprecated */
|
|
3025
|
-
default as
|
|
3026
|
-
} from '../icons/file-chart-
|
|
3021
|
+
default as FileBarChart2Icon
|
|
3022
|
+
} from '../icons/file-chart-column';
|
|
3027
3023
|
// FileChartLine aliases
|
|
3028
3024
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3029
3025
|
export {
|
|
3030
3026
|
/** @deprecated */
|
|
3031
3027
|
default as FileLineChartIcon
|
|
3032
3028
|
} from '../icons/file-chart-line';
|
|
3029
|
+
// FileChartPie aliases
|
|
3030
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3031
|
+
export {
|
|
3032
|
+
/** @deprecated */
|
|
3033
|
+
default as FilePieChartIcon
|
|
3034
|
+
} from '../icons/file-chart-pie';
|
|
3033
3035
|
// FileCog aliases
|
|
3034
3036
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3035
3037
|
export {
|
|
@@ -3039,24 +3041,24 @@ export {
|
|
|
3039
3041
|
// FilePenLine aliases
|
|
3040
3042
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3041
3043
|
export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
3042
|
-
// FilePen aliases
|
|
3043
|
-
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3044
|
-
export { default as FileEditIcon } from '../icons/file-pen';
|
|
3045
3044
|
// FolderPen aliases
|
|
3046
3045
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3047
3046
|
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3048
|
-
//
|
|
3049
|
-
export { default as
|
|
3050
|
-
export {
|
|
3051
|
-
/** @deprecated */
|
|
3052
|
-
default as FolderCog2Icon
|
|
3053
|
-
} from '../icons/folder-cog';
|
|
3047
|
+
// FilePen aliases
|
|
3048
|
+
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3049
|
+
export { default as FileEditIcon } from '../icons/file-pen';
|
|
3054
3050
|
// FunnelX aliases
|
|
3055
3051
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3056
3052
|
export {
|
|
3057
3053
|
/** @deprecated */
|
|
3058
3054
|
default as FilterXIcon
|
|
3059
3055
|
} from '../icons/funnel-x';
|
|
3056
|
+
// FolderCog aliases
|
|
3057
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3058
|
+
export {
|
|
3059
|
+
/** @deprecated */
|
|
3060
|
+
default as FolderCog2Icon
|
|
3061
|
+
} from '../icons/folder-cog';
|
|
3060
3062
|
// Funnel aliases
|
|
3061
3063
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3062
3064
|
export {
|
|
@@ -3072,12 +3074,12 @@ export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
|
3072
3074
|
// Grid2x2Plus aliases
|
|
3073
3075
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3074
3076
|
export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3075
|
-
// Grid2x2 aliases
|
|
3076
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3077
|
-
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
3078
3077
|
// Grid2x2X aliases
|
|
3079
3078
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3080
3079
|
export { default as Grid2X2XIcon } from '../icons/grid-2x2-x';
|
|
3080
|
+
// Grid2x2 aliases
|
|
3081
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3082
|
+
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
3081
3083
|
// Grid3x3 aliases
|
|
3082
3084
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3083
3085
|
export { default as GridIcon } from '../icons/grid-3x3';
|
|
@@ -3115,24 +3117,24 @@ export { default as Layers3Icon } from '../icons/layers';
|
|
|
3115
3117
|
// LoaderCircle aliases
|
|
3116
3118
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3117
3119
|
export { default as Loader2Icon } from '../icons/loader-circle';
|
|
3118
|
-
// LockKeyholeOpen aliases
|
|
3119
|
-
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3120
|
-
export { default as UnlockKeyholeIcon } from '../icons/lock-keyhole-open';
|
|
3121
3120
|
// LockOpen aliases
|
|
3122
3121
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3123
3122
|
export { default as UnlockIcon } from '../icons/lock-open';
|
|
3124
|
-
//
|
|
3125
|
-
export { default as
|
|
3126
|
-
export { default as
|
|
3127
|
-
// OctagonAlert aliases
|
|
3128
|
-
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3129
|
-
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
3123
|
+
// LockKeyholeOpen aliases
|
|
3124
|
+
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3125
|
+
export { default as UnlockKeyholeIcon } from '../icons/lock-keyhole-open';
|
|
3130
3126
|
// MicVocal aliases
|
|
3131
3127
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3132
3128
|
export {
|
|
3133
3129
|
/** @deprecated */
|
|
3134
3130
|
default as Mic2Icon
|
|
3135
3131
|
} from '../icons/mic-vocal';
|
|
3132
|
+
// Move3d aliases
|
|
3133
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3134
|
+
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3135
|
+
// OctagonAlert aliases
|
|
3136
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3137
|
+
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
3136
3138
|
// OctagonPause aliases
|
|
3137
3139
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3138
3140
|
export { default as PauseOctagonIcon } from '../icons/octagon-pause';
|
|
@@ -3142,12 +3144,12 @@ export { default as XOctagonIcon } from '../icons/octagon-x';
|
|
|
3142
3144
|
// PaintbrushVertical aliases
|
|
3143
3145
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3144
3146
|
export { default as Paintbrush2Icon } from '../icons/paintbrush-vertical';
|
|
3145
|
-
// PanelBottomDashed aliases
|
|
3146
|
-
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3147
|
-
export { default as PanelBottomInactiveIcon } from '../icons/panel-bottom-dashed';
|
|
3148
3147
|
// PanelLeftClose aliases
|
|
3149
3148
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3150
3149
|
export { default as SidebarCloseIcon } from '../icons/panel-left-close';
|
|
3150
|
+
// PanelBottomDashed aliases
|
|
3151
|
+
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3152
|
+
export { default as PanelBottomInactiveIcon } from '../icons/panel-bottom-dashed';
|
|
3151
3153
|
// PanelLeftDashed aliases
|
|
3152
3154
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3153
3155
|
export { default as PanelLeftInactiveIcon } from '../icons/panel-left-dashed';
|
|
@@ -3160,54 +3162,51 @@ export { default as SidebarIcon } from '../icons/panel-left';
|
|
|
3160
3162
|
// PanelRightDashed aliases
|
|
3161
3163
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3162
3164
|
export { default as PanelRightInactiveIcon } from '../icons/panel-right-dashed';
|
|
3163
|
-
// PanelTopDashed aliases
|
|
3164
|
-
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3165
|
-
export { default as PanelTopInactiveIcon } from '../icons/panel-top-dashed';
|
|
3166
3165
|
// PanelsTopLeft aliases
|
|
3167
3166
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3168
3167
|
export { default as LayoutIcon } from '../icons/panels-top-left';
|
|
3168
|
+
// PanelTopDashed aliases
|
|
3169
|
+
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3170
|
+
export { default as PanelTopInactiveIcon } from '../icons/panel-top-dashed';
|
|
3169
3171
|
// PenLine aliases
|
|
3170
3172
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3171
3173
|
export {
|
|
3172
3174
|
/** @deprecated */
|
|
3173
3175
|
default as Edit3Icon
|
|
3174
3176
|
} from '../icons/pen-line';
|
|
3177
|
+
// PlugZap aliases
|
|
3178
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3179
|
+
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3175
3180
|
// Pen aliases
|
|
3176
3181
|
export { default as PenIcon } from '../icons/pen';
|
|
3177
3182
|
export {
|
|
3178
3183
|
/** @deprecated */
|
|
3179
3184
|
default as Edit2Icon
|
|
3180
3185
|
} from '../icons/pen';
|
|
3181
|
-
// PlugZap aliases
|
|
3182
|
-
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3183
|
-
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3184
3186
|
// RectangleEllipsis aliases
|
|
3185
3187
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3186
3188
|
export { default as FormInputIcon } from '../icons/rectangle-ellipsis';
|
|
3187
|
-
// Rows2 aliases
|
|
3188
|
-
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3189
|
-
export { default as RowsIcon } from '../icons/rows-2';
|
|
3190
3189
|
// Rotate3d aliases
|
|
3191
3190
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3192
3191
|
export { default as Rotate3DIcon } from '../icons/rotate-3d';
|
|
3193
3192
|
// Rows3 aliases
|
|
3194
3193
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3195
3194
|
export { default as PanelsTopBottomIcon } from '../icons/rows-3';
|
|
3195
|
+
// Rows2 aliases
|
|
3196
|
+
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3197
|
+
export { default as RowsIcon } from '../icons/rows-2';
|
|
3196
3198
|
// Scale3d aliases
|
|
3197
3199
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3198
3200
|
export { default as Scale3DIcon } from '../icons/scale-3d';
|
|
3199
|
-
// ShieldX aliases
|
|
3200
|
-
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3201
|
-
export { default as ShieldCloseIcon } from '../icons/shield-x';
|
|
3202
3201
|
// SendHorizontal aliases
|
|
3203
3202
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3204
3203
|
export {
|
|
3205
3204
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3206
3205
|
default as SendHorizonalIcon
|
|
3207
3206
|
} from '../icons/send-horizontal';
|
|
3208
|
-
//
|
|
3209
|
-
export { default as
|
|
3210
|
-
export { default as
|
|
3207
|
+
// ShieldX aliases
|
|
3208
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3209
|
+
export { default as ShieldCloseIcon } from '../icons/shield-x';
|
|
3211
3210
|
// SlidersVertical aliases
|
|
3212
3211
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3213
3212
|
export { default as SlidersIcon } from '../icons/sliders-vertical';
|
|
@@ -3217,6 +3216,9 @@ export { default as ActivitySquareIcon } from '../icons/square-activity';
|
|
|
3217
3216
|
// SquareArrowDownLeft aliases
|
|
3218
3217
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3219
3218
|
export { default as ArrowDownLeftSquareIcon } from '../icons/square-arrow-down-left';
|
|
3219
|
+
// Sparkles aliases
|
|
3220
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3221
|
+
export { default as StarsIcon } from '../icons/sparkles';
|
|
3220
3222
|
// SquareArrowDownRight aliases
|
|
3221
3223
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3222
3224
|
export { default as ArrowDownRightSquareIcon } from '../icons/square-arrow-down-right';
|
|
@@ -3235,27 +3237,27 @@ export { default as ArrowUpLeftFromSquareIcon } from '../icons/square-arrow-out-
|
|
|
3235
3237
|
// SquareArrowOutUpRight aliases
|
|
3236
3238
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3237
3239
|
export { default as ArrowUpRightFromSquareIcon } from '../icons/square-arrow-out-up-right';
|
|
3238
|
-
// SquareArrowOutDownRight aliases
|
|
3239
|
-
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3240
|
-
export { default as ArrowDownRightFromSquareIcon } from '../icons/square-arrow-out-down-right';
|
|
3241
3240
|
// SquareArrowRight aliases
|
|
3242
3241
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3243
3242
|
export { default as ArrowRightSquareIcon } from '../icons/square-arrow-right';
|
|
3243
|
+
// SquareArrowUpRight aliases
|
|
3244
|
+
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3245
|
+
export { default as ArrowUpRightSquareIcon } from '../icons/square-arrow-up-right';
|
|
3246
|
+
// SquareArrowOutDownRight aliases
|
|
3247
|
+
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3248
|
+
export { default as ArrowDownRightFromSquareIcon } from '../icons/square-arrow-out-down-right';
|
|
3244
3249
|
// SquareArrowUpLeft aliases
|
|
3245
3250
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3246
3251
|
export { default as ArrowUpLeftSquareIcon } from '../icons/square-arrow-up-left';
|
|
3247
3252
|
// SquareArrowUp aliases
|
|
3248
3253
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3249
3254
|
export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
3250
|
-
// SquareArrowUpRight aliases
|
|
3251
|
-
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3252
|
-
export { default as ArrowUpRightSquareIcon } from '../icons/square-arrow-up-right';
|
|
3253
|
-
// SquareAsterisk aliases
|
|
3254
|
-
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3255
|
-
export { default as AsteriskSquareIcon } from '../icons/square-asterisk';
|
|
3256
3255
|
// SquareBottomDashedScissors aliases
|
|
3257
3256
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3258
3257
|
export { default as ScissorsSquareDashedBottomIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3258
|
+
// SquareAsterisk aliases
|
|
3259
|
+
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3260
|
+
export { default as AsteriskSquareIcon } from '../icons/square-asterisk';
|
|
3259
3261
|
// SquareChartGantt aliases
|
|
3260
3262
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3261
3263
|
export { default as GanttChartSquareIcon } from '../icons/square-chart-gantt';
|
|
@@ -3269,12 +3271,12 @@ export { default as CheckSquare2Icon } from '../icons/square-check';
|
|
|
3269
3271
|
// SquareChevronDown aliases
|
|
3270
3272
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3271
3273
|
export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
3272
|
-
// SquareChevronRight aliases
|
|
3273
|
-
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3274
|
-
export { default as ChevronRightSquareIcon } from '../icons/square-chevron-right';
|
|
3275
3274
|
// SquareChevronLeft aliases
|
|
3276
3275
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3277
3276
|
export { default as ChevronLeftSquareIcon } from '../icons/square-chevron-left';
|
|
3277
|
+
// SquareChevronRight aliases
|
|
3278
|
+
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3279
|
+
export { default as ChevronRightSquareIcon } from '../icons/square-chevron-right';
|
|
3278
3280
|
// SquareChevronUp aliases
|
|
3279
3281
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3280
3282
|
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
@@ -3290,36 +3292,39 @@ export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-
|
|
|
3290
3292
|
// SquareDashed aliases
|
|
3291
3293
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3292
3294
|
export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
3293
|
-
// SquareDivide aliases
|
|
3294
|
-
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3295
|
-
export { default as DivideSquareIcon } from '../icons/square-divide';
|
|
3296
3295
|
// SquareDot aliases
|
|
3297
3296
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3298
3297
|
export { default as DotSquareIcon } from '../icons/square-dot';
|
|
3298
|
+
// SquareDivide aliases
|
|
3299
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3300
|
+
export { default as DivideSquareIcon } from '../icons/square-divide';
|
|
3299
3301
|
// SquareEqual aliases
|
|
3300
3302
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3301
3303
|
export { default as EqualSquareIcon } from '../icons/square-equal';
|
|
3302
|
-
// SquareKanban aliases
|
|
3303
|
-
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3304
|
-
export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
3305
3304
|
// SquareFunction aliases
|
|
3306
3305
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3307
3306
|
export { default as FunctionSquareIcon } from '../icons/square-function';
|
|
3307
|
+
// SquareKanban aliases
|
|
3308
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3309
|
+
export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
3310
|
+
// SquareM aliases
|
|
3311
|
+
export { default as SquareMIcon } from '../icons/square-m';
|
|
3312
|
+
export { default as MSquareIcon } from '../icons/square-m';
|
|
3308
3313
|
// SquareLibrary aliases
|
|
3309
3314
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3310
3315
|
export { default as LibrarySquareIcon } from '../icons/square-library';
|
|
3311
3316
|
// SquareMenu aliases
|
|
3312
3317
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3313
3318
|
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3314
|
-
// SquareMousePointer aliases
|
|
3315
|
-
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3316
|
-
export { default as InspectIcon } from '../icons/square-mouse-pointer';
|
|
3317
|
-
// SquareM aliases
|
|
3318
|
-
export { default as SquareMIcon } from '../icons/square-m';
|
|
3319
|
-
export { default as MSquareIcon } from '../icons/square-m';
|
|
3320
3319
|
// SquareMinus aliases
|
|
3321
3320
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3322
3321
|
export { default as MinusSquareIcon } from '../icons/square-minus';
|
|
3322
|
+
// SquareMousePointer aliases
|
|
3323
|
+
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3324
|
+
export { default as InspectIcon } from '../icons/square-mouse-pointer';
|
|
3325
|
+
// SquareParking aliases
|
|
3326
|
+
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3327
|
+
export { default as ParkingSquareIcon } from '../icons/square-parking';
|
|
3323
3328
|
// SquareParkingOff aliases
|
|
3324
3329
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
3325
3330
|
export { default as ParkingSquareOffIcon } from '../icons/square-parking-off';
|
|
@@ -3328,18 +3333,15 @@ export { default as SquarePenIcon } from '../icons/square-pen';
|
|
|
3328
3333
|
export { default as PenBoxIcon } from '../icons/square-pen';
|
|
3329
3334
|
export { default as EditIcon } from '../icons/square-pen';
|
|
3330
3335
|
export { default as PenSquareIcon } from '../icons/square-pen';
|
|
3331
|
-
// SquareParking aliases
|
|
3332
|
-
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3333
|
-
export { default as ParkingSquareIcon } from '../icons/square-parking';
|
|
3334
|
-
// SquarePercent aliases
|
|
3335
|
-
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3336
|
-
export { default as PercentSquareIcon } from '../icons/square-percent';
|
|
3337
|
-
// SquarePilcrow aliases
|
|
3338
|
-
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3339
|
-
export { default as PilcrowSquareIcon } from '../icons/square-pilcrow';
|
|
3340
3336
|
// SquarePi aliases
|
|
3341
3337
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
3342
3338
|
export { default as PiSquareIcon } from '../icons/square-pi';
|
|
3339
|
+
// SquarePilcrow aliases
|
|
3340
|
+
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3341
|
+
export { default as PilcrowSquareIcon } from '../icons/square-pilcrow';
|
|
3342
|
+
// SquarePercent aliases
|
|
3343
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3344
|
+
export { default as PercentSquareIcon } from '../icons/square-percent';
|
|
3343
3345
|
// SquarePlay aliases
|
|
3344
3346
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3345
3347
|
export { default as PlaySquareIcon } from '../icons/square-play';
|
|
@@ -3349,6 +3351,9 @@ export { default as PlusSquareIcon } from '../icons/square-plus';
|
|
|
3349
3351
|
// SquarePower aliases
|
|
3350
3352
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
3351
3353
|
export { default as PowerSquareIcon } from '../icons/square-power';
|
|
3354
|
+
// SquareSigma aliases
|
|
3355
|
+
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
3356
|
+
export { default as SigmaSquareIcon } from '../icons/square-sigma';
|
|
3352
3357
|
// SquareScissors aliases
|
|
3353
3358
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
3354
3359
|
export { default as ScissorsSquareIcon } from '../icons/square-scissors';
|
|
@@ -3358,9 +3363,9 @@ export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
|
3358
3363
|
// SquareSplitHorizontal aliases
|
|
3359
3364
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3360
3365
|
export { default as SplitSquareHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3361
|
-
//
|
|
3362
|
-
export { default as
|
|
3363
|
-
export { default as
|
|
3366
|
+
// SquareSplitVertical aliases
|
|
3367
|
+
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3368
|
+
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3364
3369
|
// SquareTerminal aliases
|
|
3365
3370
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
3366
3371
|
export { default as TerminalSquareIcon } from '../icons/square-terminal';
|
|
@@ -3370,9 +3375,6 @@ export {
|
|
|
3370
3375
|
/** @deprecated */
|
|
3371
3376
|
default as UserSquare2Icon
|
|
3372
3377
|
} from '../icons/square-user-round';
|
|
3373
|
-
// SquareSplitVertical aliases
|
|
3374
|
-
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3375
|
-
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3376
3378
|
// SquareUser aliases
|
|
3377
3379
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
3378
3380
|
export { default as UserSquareIcon } from '../icons/square-user';
|
|
@@ -3385,15 +3387,15 @@ export { default as TestTube2Icon } from '../icons/test-tube-diagonal';
|
|
|
3385
3387
|
// TextSelect aliases
|
|
3386
3388
|
export { default as TextSelectIcon } from '../icons/text-select';
|
|
3387
3389
|
export { default as TextSelectionIcon } from '../icons/text-select';
|
|
3390
|
+
// TramFront aliases
|
|
3391
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
3392
|
+
export { default as TrainIcon } from '../icons/tram-front';
|
|
3388
3393
|
// TreePalm aliases
|
|
3389
3394
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
3390
3395
|
export { default as PalmtreeIcon } from '../icons/tree-palm';
|
|
3391
3396
|
// TriangleAlert aliases
|
|
3392
3397
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3393
3398
|
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3394
|
-
// TramFront aliases
|
|
3395
|
-
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
3396
|
-
export { default as TrainIcon } from '../icons/tram-front';
|
|
3397
3399
|
// TvMinimal aliases
|
|
3398
3400
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
3399
3401
|
export {
|
|
@@ -3406,36 +3408,36 @@ export {
|
|
|
3406
3408
|
/** @deprecated */
|
|
3407
3409
|
default as School2Icon
|
|
3408
3410
|
} from '../icons/university';
|
|
3409
|
-
// UserRoundCog aliases
|
|
3410
|
-
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
3411
|
-
export {
|
|
3412
|
-
/** @deprecated */
|
|
3413
|
-
default as UserCog2Icon
|
|
3414
|
-
} from '../icons/user-round-cog';
|
|
3415
3411
|
// UserRoundCheck aliases
|
|
3416
3412
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
3417
3413
|
export {
|
|
3418
3414
|
/** @deprecated */
|
|
3419
3415
|
default as UserCheck2Icon
|
|
3420
3416
|
} from '../icons/user-round-check';
|
|
3417
|
+
// UserRoundCog aliases
|
|
3418
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
3419
|
+
export {
|
|
3420
|
+
/** @deprecated */
|
|
3421
|
+
default as UserCog2Icon
|
|
3422
|
+
} from '../icons/user-round-cog';
|
|
3421
3423
|
// UserRoundMinus aliases
|
|
3422
3424
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
3423
3425
|
export {
|
|
3424
3426
|
/** @deprecated */
|
|
3425
3427
|
default as UserMinus2Icon
|
|
3426
3428
|
} from '../icons/user-round-minus';
|
|
3427
|
-
// UserRoundPlus aliases
|
|
3428
|
-
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
3429
|
-
export {
|
|
3430
|
-
/** @deprecated */
|
|
3431
|
-
default as UserPlus2Icon
|
|
3432
|
-
} from '../icons/user-round-plus';
|
|
3433
3429
|
// UserRoundX aliases
|
|
3434
3430
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
3435
3431
|
export {
|
|
3436
3432
|
/** @deprecated */
|
|
3437
3433
|
default as UserX2Icon
|
|
3438
3434
|
} from '../icons/user-round-x';
|
|
3435
|
+
// UserRoundPlus aliases
|
|
3436
|
+
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
3437
|
+
export {
|
|
3438
|
+
/** @deprecated */
|
|
3439
|
+
default as UserPlus2Icon
|
|
3440
|
+
} from '../icons/user-round-plus';
|
|
3439
3441
|
// UserRound aliases
|
|
3440
3442
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
3441
3443
|
export {
|
|
@@ -3448,6 +3450,12 @@ export {
|
|
|
3448
3450
|
/** @deprecated */
|
|
3449
3451
|
default as Users2Icon
|
|
3450
3452
|
} from '../icons/users-round';
|
|
3453
|
+
// UtensilsCrossed aliases
|
|
3454
|
+
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
3455
|
+
export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
3456
|
+
// Utensils aliases
|
|
3457
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3458
|
+
export { default as ForkKnifeIcon } from '../icons/utensils';
|
|
3451
3459
|
// WalletMinimal aliases
|
|
3452
3460
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
3453
3461
|
export {
|
|
@@ -3460,10 +3468,4 @@ export {
|
|
|
3460
3468
|
/** @deprecated */
|
|
3461
3469
|
default as Wand2Icon
|
|
3462
3470
|
} from '../icons/wand-sparkles';
|
|
3463
|
-
// UtensilsCrossed aliases
|
|
3464
|
-
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
3465
|
-
export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
3466
|
-
// Utensils aliases
|
|
3467
|
-
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3468
|
-
export { default as ForkKnifeIcon } from '../icons/utensils';
|
|
3469
3471
|
|