@lucide/astro 1.19.0 → 1.20.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 +2 -2
- package/src/aliases/aliases.ts +118 -118
- package/src/aliases/prefixed.ts +630 -612
- package/src/aliases/suffixed.ts +904 -886
- package/src/icons/banknote-check.ts +18 -0
- package/src/icons/clock-arrow-left.ts +18 -0
- package/src/icons/clock-arrow-right.ts +18 -0
- package/src/icons/index.ts +170 -161
- package/src/icons/pencil-sparkles.ts +18 -0
- package/src/icons/save-check.ts +18 -0
- package/src/icons/square-arrow-down-left.ts +2 -2
- package/src/icons/square-arrow-down-right.ts +2 -2
- package/src/icons/square-arrow-up-left.ts +2 -2
- package/src/icons/square-arrow-up-right.ts +2 -2
- package/src/icons/summary.ts +18 -0
- package/src/icons/tag-plus.ts +18 -0
- package/src/icons/tag-x.ts +18 -0
- package/src/icons/user-round-arrow-left.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
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';
|
|
3
5
|
// ALargeSmall aliases
|
|
4
6
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
7
|
// Accessibility aliases
|
|
6
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
|
-
// AArrowUp aliases
|
|
8
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
11
|
// Ad aliases
|
|
@@ -14,26 +14,26 @@ export { default as AdIcon } from '../icons/ad';
|
|
|
14
14
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
15
15
|
// Airplay aliases
|
|
16
16
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
17
|
-
// AlarmClockOff aliases
|
|
18
|
-
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
19
17
|
// AlarmClock aliases
|
|
20
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
21
|
-
//
|
|
22
|
-
export { default as
|
|
19
|
+
// AlarmClockOff aliases
|
|
20
|
+
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
23
21
|
// AlarmSmoke aliases
|
|
24
22
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
23
|
+
// Album aliases
|
|
24
|
+
export { default as AlbumIcon } from '../icons/album';
|
|
25
25
|
// AlignCenterHorizontal aliases
|
|
26
26
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
27
27
|
// AlignCenterVertical aliases
|
|
28
28
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
29
|
-
// AlignEndHorizontal aliases
|
|
30
|
-
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
|
-
// AlignHorizontalDistributeCenter aliases
|
|
32
|
-
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
29
|
// AlignEndVertical aliases
|
|
34
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
35
31
|
// AlignHorizontalDistributeEnd aliases
|
|
36
32
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
33
|
+
// AlignEndHorizontal aliases
|
|
34
|
+
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
35
|
+
// AlignHorizontalDistributeCenter aliases
|
|
36
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
37
37
|
// AlignHorizontalDistributeStart aliases
|
|
38
38
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
39
|
// AlignHorizontalJustifyCenter aliases
|
|
@@ -58,78 +58,78 @@ export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertic
|
|
|
58
58
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
59
59
|
// AlignVerticalJustifyCenter aliases
|
|
60
60
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
61
|
-
// AlignVerticalJustifyEnd aliases
|
|
62
|
-
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
63
61
|
// AlignVerticalJustifyStart aliases
|
|
64
62
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
65
|
-
//
|
|
66
|
-
export { default as
|
|
63
|
+
// AlignVerticalJustifyEnd aliases
|
|
64
|
+
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
67
65
|
// AlignVerticalSpaceAround aliases
|
|
68
66
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
69
67
|
// Ambulance aliases
|
|
70
68
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
71
69
|
// Ampersand aliases
|
|
72
70
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
71
|
+
// AlignVerticalSpaceBetween aliases
|
|
72
|
+
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
73
73
|
// Ampersands aliases
|
|
74
74
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
75
75
|
// Amphora aliases
|
|
76
76
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
77
|
-
// Angry aliases
|
|
78
|
-
export { default as AngryIcon } from '../icons/angry';
|
|
79
77
|
// Anchor aliases
|
|
80
78
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
81
|
-
//
|
|
82
|
-
export { default as
|
|
79
|
+
// Angry aliases
|
|
80
|
+
export { default as AngryIcon } from '../icons/angry';
|
|
83
81
|
// Antenna aliases
|
|
84
82
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
85
|
-
//
|
|
86
|
-
export { default as
|
|
83
|
+
// Annoyed aliases
|
|
84
|
+
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
87
85
|
// Anvil aliases
|
|
88
86
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
87
|
+
// Aperture aliases
|
|
88
|
+
export { default as ApertureIcon } from '../icons/aperture';
|
|
89
89
|
// AppWindowMac aliases
|
|
90
90
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
91
91
|
// AppWindow aliases
|
|
92
92
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
93
93
|
// Apple aliases
|
|
94
94
|
export { default as AppleIcon } from '../icons/apple';
|
|
95
|
-
// ArchiveRestore aliases
|
|
96
|
-
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
97
95
|
// ArchiveX aliases
|
|
98
96
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
99
|
-
// Armchair aliases
|
|
100
|
-
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
97
|
// Archive aliases
|
|
102
98
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
|
+
// ArchiveRestore aliases
|
|
100
|
+
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
101
|
+
// Armchair aliases
|
|
102
|
+
export { default as ArmchairIcon } from '../icons/armchair';
|
|
103
103
|
// ArrowBigDownDash aliases
|
|
104
104
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
105
105
|
// ArrowBigDown aliases
|
|
106
106
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
107
|
+
// ArrowBigLeftDash aliases
|
|
108
|
+
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
109
|
// ArrowBigLeft aliases
|
|
108
110
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
111
|
// ArrowBigRightDash aliases
|
|
110
112
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
|
-
// ArrowBigLeftDash aliases
|
|
112
|
-
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
113
113
|
// ArrowBigRight aliases
|
|
114
114
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
115
115
|
// ArrowBigUpDash aliases
|
|
116
116
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
117
|
-
// ArrowBigUp aliases
|
|
118
|
-
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
119
117
|
// ArrowDownFromLine aliases
|
|
120
118
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
119
|
+
// ArrowBigUp aliases
|
|
120
|
+
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
121
121
|
// ArrowDownLeft aliases
|
|
122
122
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
123
123
|
// ArrowDownNarrowWide aliases
|
|
124
124
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
125
125
|
// ArrowDownRight aliases
|
|
126
126
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
127
|
+
// ArrowDownUp aliases
|
|
128
|
+
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
127
129
|
// ArrowDownToDot aliases
|
|
128
130
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
129
131
|
// ArrowDownToLine aliases
|
|
130
132
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
131
|
-
// ArrowDownUp aliases
|
|
132
|
-
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
133
133
|
// ArrowDown aliases
|
|
134
134
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
135
135
|
// ArrowLeftFromLine aliases
|
|
@@ -138,10 +138,10 @@ export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line'
|
|
|
138
138
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
139
139
|
// ArrowLeftToLine aliases
|
|
140
140
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
141
|
-
// ArrowRightFromLine aliases
|
|
142
|
-
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
143
141
|
// ArrowLeft aliases
|
|
144
142
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
143
|
+
// ArrowRightFromLine aliases
|
|
144
|
+
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
145
145
|
// ArrowRightLeft aliases
|
|
146
146
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
147
147
|
// ArrowRightToLine aliases
|
|
@@ -152,16 +152,16 @@ export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
|
152
152
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
153
153
|
// ArrowUpFromDot aliases
|
|
154
154
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
155
|
-
// ArrowUpFromLine aliases
|
|
156
|
-
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
157
155
|
// ArrowUpLeft aliases
|
|
158
156
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
|
+
// ArrowUpFromLine aliases
|
|
158
|
+
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
159
159
|
// ArrowUpRight aliases
|
|
160
160
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
161
|
-
// ArrowUpWideNarrow aliases
|
|
162
|
-
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
163
161
|
// ArrowUpToLine aliases
|
|
164
162
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
163
|
+
// ArrowUpWideNarrow aliases
|
|
164
|
+
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
165
165
|
// ArrowUp aliases
|
|
166
166
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
167
167
|
// ArrowsUpFromLine aliases
|
|
@@ -170,60 +170,60 @@ export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
|
170
170
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
171
171
|
// Astroid aliases
|
|
172
172
|
export { default as AstroidIcon } from '../icons/astroid';
|
|
173
|
-
// Atom aliases
|
|
174
|
-
export { default as AtomIcon } from '../icons/atom';
|
|
175
173
|
// AtSign aliases
|
|
176
174
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
177
|
-
//
|
|
178
|
-
export { default as
|
|
175
|
+
// Atom aliases
|
|
176
|
+
export { default as AtomIcon } from '../icons/atom';
|
|
179
177
|
// AudioLines aliases
|
|
180
178
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
181
179
|
// Award aliases
|
|
182
180
|
export { default as AwardIcon } from '../icons/award';
|
|
183
181
|
// Axe aliases
|
|
184
182
|
export { default as AxeIcon } from '../icons/axe';
|
|
183
|
+
// AudioWaveform aliases
|
|
184
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
185
185
|
// Baby aliases
|
|
186
186
|
export { default as BabyIcon } from '../icons/baby';
|
|
187
|
-
// BadgeAlert aliases
|
|
188
|
-
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
189
187
|
// Backpack aliases
|
|
190
188
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
189
|
+
// BadgeAlert aliases
|
|
190
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
191
191
|
// BadgeCent aliases
|
|
192
192
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
193
193
|
// BadgeDollarSign aliases
|
|
194
194
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
195
|
-
// BadgeEuro aliases
|
|
196
|
-
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
197
195
|
// BadgeInfo aliases
|
|
198
196
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
197
|
+
// BadgeEuro aliases
|
|
198
|
+
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
199
199
|
// BadgeIndianRupee aliases
|
|
200
200
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
201
201
|
// BadgeJapaneseYen aliases
|
|
202
202
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
203
|
-
// BadgePlus aliases
|
|
204
|
-
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
205
203
|
// BadgeMinus aliases
|
|
206
204
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
207
205
|
// BadgePercent aliases
|
|
208
206
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
207
|
+
// BadgePlus aliases
|
|
208
|
+
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
209
209
|
// BadgePoundSterling aliases
|
|
210
210
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
211
211
|
// BadgeRussianRuble aliases
|
|
212
212
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
213
|
-
// BadgeSwissFranc aliases
|
|
214
|
-
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
215
213
|
// BadgeTurkishLira aliases
|
|
216
214
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
217
|
-
//
|
|
218
|
-
export { default as
|
|
215
|
+
// BadgeSwissFranc aliases
|
|
216
|
+
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
219
217
|
// BadgeX aliases
|
|
220
218
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
219
|
+
// Badge aliases
|
|
220
|
+
export { default as BadgeIcon } from '../icons/badge';
|
|
221
221
|
// BaggageClaim aliases
|
|
222
222
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
223
|
-
// Balloon aliases
|
|
224
|
-
export { default as BalloonIcon } from '../icons/balloon';
|
|
225
223
|
// Ban aliases
|
|
226
224
|
export { default as BanIcon } from '../icons/ban';
|
|
225
|
+
// Balloon aliases
|
|
226
|
+
export { default as BalloonIcon } from '../icons/balloon';
|
|
227
227
|
// Banana aliases
|
|
228
228
|
export { default as BananaIcon } from '../icons/banana';
|
|
229
229
|
// Bandage aliases
|
|
@@ -232,6 +232,8 @@ export { default as BandageIcon } from '../icons/bandage';
|
|
|
232
232
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
233
233
|
// BanknoteArrowUp aliases
|
|
234
234
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
235
|
+
// BanknoteCheck aliases
|
|
236
|
+
export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
235
237
|
// BanknoteX aliases
|
|
236
238
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
237
239
|
// Banknote aliases
|
|
@@ -248,18 +250,18 @@ export { default as BathIcon } from '../icons/bath';
|
|
|
248
250
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
249
251
|
// BatteryFull aliases
|
|
250
252
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
251
|
-
// BatteryMedium aliases
|
|
252
|
-
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
253
253
|
// BatteryLow aliases
|
|
254
254
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
255
|
+
// BatteryMedium aliases
|
|
256
|
+
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
255
257
|
// BatteryPlus aliases
|
|
256
258
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
257
|
-
// BatteryWarning aliases
|
|
258
|
-
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
259
259
|
// Battery aliases
|
|
260
260
|
export { default as BatteryIcon } from '../icons/battery';
|
|
261
261
|
// Beaker aliases
|
|
262
262
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
263
|
+
// BatteryWarning aliases
|
|
264
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
263
265
|
// BeanOff aliases
|
|
264
266
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
265
267
|
// Bean aliases
|
|
@@ -282,12 +284,12 @@ export { default as BeerIcon } from '../icons/beer';
|
|
|
282
284
|
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
283
285
|
// BellDot aliases
|
|
284
286
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
285
|
-
// BellOff aliases
|
|
286
|
-
export { default as BellOffIcon } from '../icons/bell-off';
|
|
287
287
|
// BellElectric aliases
|
|
288
288
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
289
289
|
// BellMinus aliases
|
|
290
290
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
291
|
+
// BellOff aliases
|
|
292
|
+
export { default as BellOffIcon } from '../icons/bell-off';
|
|
291
293
|
// BellPlus aliases
|
|
292
294
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
293
295
|
// BellRing aliases
|
|
@@ -296,26 +298,26 @@ export { default as BellRingIcon } from '../icons/bell-ring';
|
|
|
296
298
|
export { default as BellIcon } from '../icons/bell';
|
|
297
299
|
// BetweenVerticalEnd aliases
|
|
298
300
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
299
|
-
// BicepsFlexed aliases
|
|
300
|
-
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
301
301
|
// BetweenVerticalStart aliases
|
|
302
302
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
303
|
+
// BicepsFlexed aliases
|
|
304
|
+
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
303
305
|
// Bike aliases
|
|
304
306
|
export { default as BikeIcon } from '../icons/bike';
|
|
305
|
-
// Binary aliases
|
|
306
|
-
export { default as BinaryIcon } from '../icons/binary';
|
|
307
307
|
// Binoculars aliases
|
|
308
308
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
309
|
+
// Binary aliases
|
|
310
|
+
export { default as BinaryIcon } from '../icons/binary';
|
|
309
311
|
// Biohazard aliases
|
|
310
312
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
311
313
|
// Bird aliases
|
|
312
314
|
export { default as BirdIcon } from '../icons/bird';
|
|
313
315
|
// Birdhouse aliases
|
|
314
316
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
315
|
-
// Blender aliases
|
|
316
|
-
export { default as BlenderIcon } from '../icons/blender';
|
|
317
317
|
// Bitcoin aliases
|
|
318
318
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
319
|
+
// Blender aliases
|
|
320
|
+
export { default as BlenderIcon } from '../icons/blender';
|
|
319
321
|
// Blend aliases
|
|
320
322
|
export { default as BlendIcon } from '../icons/blend';
|
|
321
323
|
// Blinds aliases
|
|
@@ -334,24 +336,24 @@ export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
|
334
336
|
export { default as BoldIcon } from '../icons/bold';
|
|
335
337
|
// Bolt aliases
|
|
336
338
|
export { default as BoltIcon } from '../icons/bolt';
|
|
337
|
-
// Bone aliases
|
|
338
|
-
export { default as BoneIcon } from '../icons/bone';
|
|
339
339
|
// Bomb aliases
|
|
340
340
|
export { default as BombIcon } from '../icons/bomb';
|
|
341
|
+
// Bone aliases
|
|
342
|
+
export { default as BoneIcon } from '../icons/bone';
|
|
341
343
|
// BookA aliases
|
|
342
344
|
export { default as BookAIcon } from '../icons/book-a';
|
|
343
345
|
// BookAlert aliases
|
|
344
346
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
345
|
-
// BookCheck aliases
|
|
346
|
-
export { default as BookCheckIcon } from '../icons/book-check';
|
|
347
347
|
// BookAudio aliases
|
|
348
348
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
349
|
+
// BookCheck aliases
|
|
350
|
+
export { default as BookCheckIcon } from '../icons/book-check';
|
|
349
351
|
// BookCopy aliases
|
|
350
352
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
351
|
-
// BookDown aliases
|
|
352
|
-
export { default as BookDownIcon } from '../icons/book-down';
|
|
353
353
|
// BookHeadphones aliases
|
|
354
354
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
355
|
+
// BookDown aliases
|
|
356
|
+
export { default as BookDownIcon } from '../icons/book-down';
|
|
355
357
|
// BookHeart aliases
|
|
356
358
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
357
359
|
// BookImage aliases
|
|
@@ -368,12 +370,12 @@ export { default as BookMinusIcon } from '../icons/book-minus';
|
|
|
368
370
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
369
371
|
// BookOpenText aliases
|
|
370
372
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
371
|
-
// BookPlus aliases
|
|
372
|
-
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
373
|
-
// BookSearch aliases
|
|
374
|
-
export { default as BookSearchIcon } from '../icons/book-search';
|
|
375
373
|
// BookOpen aliases
|
|
376
374
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
375
|
+
// BookSearch aliases
|
|
376
|
+
export { default as BookSearchIcon } from '../icons/book-search';
|
|
377
|
+
// BookPlus aliases
|
|
378
|
+
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
377
379
|
// BookText aliases
|
|
378
380
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
379
381
|
// BookType aliases
|
|
@@ -382,10 +384,10 @@ export { default as BookTypeIcon } from '../icons/book-type';
|
|
|
382
384
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
383
385
|
// BookUp aliases
|
|
384
386
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
385
|
-
// BookX aliases
|
|
386
|
-
export { default as BookXIcon } from '../icons/book-x';
|
|
387
387
|
// BookUser aliases
|
|
388
388
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
389
|
+
// BookX aliases
|
|
390
|
+
export { default as BookXIcon } from '../icons/book-x';
|
|
389
391
|
// Book aliases
|
|
390
392
|
export { default as BookIcon } from '../icons/book';
|
|
391
393
|
// BookmarkCheck aliases
|
|
@@ -394,22 +396,22 @@ export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
|
394
396
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
395
397
|
// BookmarkOff aliases
|
|
396
398
|
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
397
|
-
// BookmarkX aliases
|
|
398
|
-
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
399
399
|
// BookmarkPlus aliases
|
|
400
400
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
401
|
+
// BookmarkX aliases
|
|
402
|
+
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
403
|
+
// Bookmark aliases
|
|
404
|
+
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
401
405
|
// BoomBox aliases
|
|
402
406
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
403
407
|
// BotMessageSquare aliases
|
|
404
408
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
405
|
-
// Bookmark aliases
|
|
406
|
-
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
407
409
|
// BotOff aliases
|
|
408
410
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
409
|
-
// Bot aliases
|
|
410
|
-
export { default as BotIcon } from '../icons/bot';
|
|
411
411
|
// BottleWine aliases
|
|
412
412
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
413
|
+
// Bot aliases
|
|
414
|
+
export { default as BotIcon } from '../icons/bot';
|
|
413
415
|
// BowArrow aliases
|
|
414
416
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
415
417
|
// Box aliases
|
|
@@ -420,44 +422,44 @@ export { default as BoxesIcon } from '../icons/boxes';
|
|
|
420
422
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
421
423
|
// BrainCircuit aliases
|
|
422
424
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
425
|
+
// BrainCog aliases
|
|
426
|
+
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
423
427
|
// Brain aliases
|
|
424
428
|
export { default as BrainIcon } from '../icons/brain';
|
|
425
429
|
// BrickWallFire aliases
|
|
426
430
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
427
|
-
// BrainCog aliases
|
|
428
|
-
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
429
431
|
// BrickWallShield aliases
|
|
430
432
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
431
433
|
// BrickWall aliases
|
|
432
434
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
433
|
-
// BriefcaseBusiness aliases
|
|
434
|
-
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
435
435
|
// BriefcaseConveyorBelt aliases
|
|
436
436
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
437
437
|
// BriefcaseMedical aliases
|
|
438
438
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
439
|
+
// BriefcaseBusiness aliases
|
|
440
|
+
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
439
441
|
// Briefcase aliases
|
|
440
442
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
441
|
-
// BringToFront aliases
|
|
442
|
-
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
443
443
|
// Broccoli aliases
|
|
444
444
|
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
445
|
+
// BringToFront aliases
|
|
446
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
445
447
|
// BrushCleaning aliases
|
|
446
448
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
447
449
|
// Brush aliases
|
|
448
450
|
export { default as BrushIcon } from '../icons/brush';
|
|
449
|
-
// BugOff aliases
|
|
450
|
-
export { default as BugOffIcon } from '../icons/bug-off';
|
|
451
451
|
// Bubbles aliases
|
|
452
452
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
453
|
-
//
|
|
454
|
-
export { default as
|
|
453
|
+
// BugOff aliases
|
|
454
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
455
455
|
// BugPlay aliases
|
|
456
456
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
457
|
-
//
|
|
458
|
-
export { default as
|
|
457
|
+
// Building2 aliases
|
|
458
|
+
export { default as Building2Icon } from '../icons/building-2';
|
|
459
459
|
// Bug aliases
|
|
460
460
|
export { default as BugIcon } from '../icons/bug';
|
|
461
|
+
// Building aliases
|
|
462
|
+
export { default as BuildingIcon } from '../icons/building';
|
|
461
463
|
// BusFront aliases
|
|
462
464
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
463
465
|
// Bus aliases
|
|
@@ -470,10 +472,10 @@ export { default as CableIcon } from '../icons/cable';
|
|
|
470
472
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
471
473
|
// Cake aliases
|
|
472
474
|
export { default as CakeIcon } from '../icons/cake';
|
|
473
|
-
// Calculator aliases
|
|
474
|
-
export { default as CalculatorIcon } from '../icons/calculator';
|
|
475
475
|
// Calendar1 aliases
|
|
476
476
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
477
|
+
// Calculator aliases
|
|
478
|
+
export { default as CalculatorIcon } from '../icons/calculator';
|
|
477
479
|
// CalendarArrowDown aliases
|
|
478
480
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
479
481
|
// CalendarArrowUp aliases
|
|
@@ -490,10 +492,10 @@ export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
|
490
492
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
491
493
|
// CalendarFold aliases
|
|
492
494
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
493
|
-
// CalendarMinus2 aliases
|
|
494
|
-
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
495
495
|
// CalendarHeart aliases
|
|
496
496
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
497
|
+
// CalendarMinus2 aliases
|
|
498
|
+
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
497
499
|
// CalendarMinus aliases
|
|
498
500
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
499
501
|
// CalendarOff aliases
|
|
@@ -506,40 +508,40 @@ export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
|
506
508
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
507
509
|
// CalendarSearch aliases
|
|
508
510
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
509
|
-
// CalendarX2 aliases
|
|
510
|
-
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
511
511
|
// CalendarSync aliases
|
|
512
512
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
513
|
-
//
|
|
514
|
-
export { default as
|
|
513
|
+
// CalendarX2 aliases
|
|
514
|
+
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
515
515
|
// CalendarX aliases
|
|
516
516
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
517
|
+
// Calendar aliases
|
|
518
|
+
export { default as CalendarIcon } from '../icons/calendar';
|
|
517
519
|
// Calendars aliases
|
|
518
520
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
519
|
-
// CameraOff aliases
|
|
520
|
-
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
521
521
|
// Camera aliases
|
|
522
522
|
export { default as CameraIcon } from '../icons/camera';
|
|
523
523
|
// CandyCane aliases
|
|
524
524
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
525
|
-
//
|
|
526
|
-
export { default as
|
|
525
|
+
// CameraOff aliases
|
|
526
|
+
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
527
527
|
// CandyOff aliases
|
|
528
528
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
529
|
-
//
|
|
530
|
-
export { default as
|
|
529
|
+
// Candy aliases
|
|
530
|
+
export { default as CandyIcon } from '../icons/candy';
|
|
531
531
|
// Cannabis aliases
|
|
532
532
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
533
|
+
// CannabisOff aliases
|
|
534
|
+
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
533
535
|
// CaptionsOff aliases
|
|
534
536
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
535
|
-
// CarTaxiFront aliases
|
|
536
|
-
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
537
|
-
// Car aliases
|
|
538
|
-
export { default as CarIcon } from '../icons/car';
|
|
539
537
|
// CarFront aliases
|
|
540
538
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
539
|
+
// CarTaxiFront aliases
|
|
540
|
+
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
541
541
|
// Caravan aliases
|
|
542
542
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
543
|
+
// Car aliases
|
|
544
|
+
export { default as CarIcon } from '../icons/car';
|
|
543
545
|
// CardSim aliases
|
|
544
546
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
545
547
|
// Carrot aliases
|
|
@@ -550,34 +552,34 @@ export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
|
550
552
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
551
553
|
// CaseUpper aliases
|
|
552
554
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
553
|
-
// Castle aliases
|
|
554
|
-
export { default as CastleIcon } from '../icons/castle';
|
|
555
|
-
// CassetteTape aliases
|
|
556
|
-
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
557
555
|
// Cast aliases
|
|
558
556
|
export { default as CastIcon } from '../icons/cast';
|
|
557
|
+
// CassetteTape aliases
|
|
558
|
+
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
559
|
+
// Castle aliases
|
|
560
|
+
export { default as CastleIcon } from '../icons/castle';
|
|
559
561
|
// Cat aliases
|
|
560
562
|
export { default as CatIcon } from '../icons/cat';
|
|
561
563
|
// CctvOff aliases
|
|
562
564
|
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
563
565
|
// Cctv aliases
|
|
564
566
|
export { default as CctvIcon } from '../icons/cctv';
|
|
565
|
-
// ChartBarIncreasing aliases
|
|
566
|
-
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
567
567
|
// ChartBarDecreasing aliases
|
|
568
568
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
569
|
-
// ChartBarStacked aliases
|
|
570
|
-
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
571
569
|
// ChartColumnDecreasing aliases
|
|
572
570
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
571
|
+
// ChartBarStacked aliases
|
|
572
|
+
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
573
|
+
// ChartBarIncreasing aliases
|
|
574
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
573
575
|
// ChartColumnStacked aliases
|
|
574
576
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
575
577
|
// ChartGantt aliases
|
|
576
578
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
577
|
-
// ChartNoAxesColumnDecreasing aliases
|
|
578
|
-
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
579
579
|
// ChartNetwork aliases
|
|
580
580
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
581
|
+
// ChartNoAxesColumnDecreasing aliases
|
|
582
|
+
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
581
583
|
// ChartNoAxesCombined aliases
|
|
582
584
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
583
585
|
// ChartSpline aliases
|
|
@@ -594,14 +596,14 @@ export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
|
594
596
|
export { default as CherryIcon } from '../icons/cherry';
|
|
595
597
|
// ChessBishop aliases
|
|
596
598
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
597
|
-
// ChessKnight aliases
|
|
598
|
-
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
599
|
-
// ChessPawn aliases
|
|
600
|
-
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
601
599
|
// ChessKing aliases
|
|
602
600
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
601
|
+
// ChessPawn aliases
|
|
602
|
+
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
603
603
|
// ChessQueen aliases
|
|
604
604
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
605
|
+
// ChessKnight aliases
|
|
606
|
+
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
605
607
|
// ChessRook aliases
|
|
606
608
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
607
609
|
// ChevronDown aliases
|
|
@@ -612,10 +614,10 @@ export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
|
612
614
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
613
615
|
// ChevronLeft aliases
|
|
614
616
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
615
|
-
// ChevronUp aliases
|
|
616
|
-
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
617
617
|
// ChevronRight aliases
|
|
618
618
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
619
|
+
// ChevronUp aliases
|
|
620
|
+
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
619
621
|
// ChevronsDownUp aliases
|
|
620
622
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
621
623
|
// ChevronsDown aliases
|
|
@@ -624,32 +626,32 @@ export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
|
624
626
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
625
627
|
// ChevronsLeftRight aliases
|
|
626
628
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
627
|
-
// ChevronsRightLeft aliases
|
|
628
|
-
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
629
629
|
// ChevronsLeft aliases
|
|
630
630
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
631
|
+
// ChevronsRightLeft aliases
|
|
632
|
+
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
631
633
|
// ChevronsRight aliases
|
|
632
634
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
633
|
-
// ChevronsUp aliases
|
|
634
|
-
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
635
635
|
// ChevronsUpDown aliases
|
|
636
636
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
637
|
+
// ChevronsUp aliases
|
|
638
|
+
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
637
639
|
// CigaretteOff aliases
|
|
638
640
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
639
641
|
// Church aliases
|
|
640
642
|
export { default as ChurchIcon } from '../icons/church';
|
|
641
|
-
// CircleDashed aliases
|
|
642
|
-
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
643
|
-
// CircleDollarSign aliases
|
|
644
|
-
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
645
643
|
// Cigarette aliases
|
|
646
644
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
645
|
+
// CircleDashed aliases
|
|
646
|
+
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
647
647
|
// CircleDotDashed aliases
|
|
648
648
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
649
|
-
//
|
|
650
|
-
export { default as
|
|
649
|
+
// CircleDollarSign aliases
|
|
650
|
+
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
651
651
|
// CircleDot aliases
|
|
652
652
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
653
|
+
// CircleEllipsis aliases
|
|
654
|
+
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
653
655
|
// CircleEqual aliases
|
|
654
656
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
655
657
|
// CircleFadingArrowUp aliases
|
|
@@ -666,44 +668,44 @@ export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterli
|
|
|
666
668
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
667
669
|
// CircleSmall aliases
|
|
668
670
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
669
|
-
// CircleStar aliases
|
|
670
|
-
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
671
671
|
// Circle aliases
|
|
672
672
|
export { default as CircleIcon } from '../icons/circle';
|
|
673
|
-
//
|
|
674
|
-
export { default as
|
|
673
|
+
// CircleStar aliases
|
|
674
|
+
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
675
675
|
// Citrus aliases
|
|
676
676
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
677
|
+
// CircuitBoard aliases
|
|
678
|
+
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
677
679
|
// Clapperboard aliases
|
|
678
680
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
679
|
-
// ClipboardClock aliases
|
|
680
|
-
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
681
|
-
// ClipboardCopy aliases
|
|
682
|
-
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
683
681
|
// ClipboardCheck aliases
|
|
684
682
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
683
|
+
// ClipboardClock aliases
|
|
684
|
+
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
685
685
|
// ClipboardList aliases
|
|
686
686
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
687
|
-
//
|
|
688
|
-
export { default as
|
|
687
|
+
// ClipboardCopy aliases
|
|
688
|
+
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
689
689
|
// ClipboardMinus aliases
|
|
690
690
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
691
|
+
// ClipboardPaste aliases
|
|
692
|
+
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
691
693
|
// ClipboardPlus aliases
|
|
692
694
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
693
695
|
// ClipboardType aliases
|
|
694
696
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
695
697
|
// ClipboardX aliases
|
|
696
698
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
697
|
-
// Clock1 aliases
|
|
698
|
-
export { default as Clock1Icon } from '../icons/clock-1';
|
|
699
699
|
// Clipboard aliases
|
|
700
700
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
701
|
-
//
|
|
702
|
-
export { default as
|
|
701
|
+
// Clock1 aliases
|
|
702
|
+
export { default as Clock1Icon } from '../icons/clock-1';
|
|
703
703
|
// Clock11 aliases
|
|
704
704
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
705
705
|
// Clock12 aliases
|
|
706
706
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
707
|
+
// Clock10 aliases
|
|
708
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
707
709
|
// Clock2 aliases
|
|
708
710
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
709
711
|
// Clock3 aliases
|
|
@@ -712,30 +714,34 @@ export { default as Clock3Icon } from '../icons/clock-3';
|
|
|
712
714
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
713
715
|
// Clock5 aliases
|
|
714
716
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
715
|
-
// Clock7 aliases
|
|
716
|
-
export { default as Clock7Icon } from '../icons/clock-7';
|
|
717
717
|
// Clock6 aliases
|
|
718
718
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
719
|
-
//
|
|
720
|
-
export { default as
|
|
719
|
+
// Clock7 aliases
|
|
720
|
+
export { default as Clock7Icon } from '../icons/clock-7';
|
|
721
721
|
// Clock9 aliases
|
|
722
722
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
723
|
-
//
|
|
724
|
-
export { default as
|
|
723
|
+
// Clock8 aliases
|
|
724
|
+
export { default as Clock8Icon } from '../icons/clock-8';
|
|
725
725
|
// ClockAlert aliases
|
|
726
726
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
727
|
+
// ClockArrowDown aliases
|
|
728
|
+
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
729
|
+
// ClockArrowLeft aliases
|
|
730
|
+
export { default as ClockArrowLeftIcon } from '../icons/clock-arrow-left';
|
|
731
|
+
// ClockArrowRight aliases
|
|
732
|
+
export { default as ClockArrowRightIcon } from '../icons/clock-arrow-right';
|
|
727
733
|
// ClockArrowUp aliases
|
|
728
734
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
729
|
-
// ClockFading aliases
|
|
730
|
-
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
731
735
|
// ClockCheck aliases
|
|
732
736
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
733
|
-
//
|
|
734
|
-
export { default as
|
|
737
|
+
// ClockFading aliases
|
|
738
|
+
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
735
739
|
// ClockPlus aliases
|
|
736
740
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
737
741
|
// ClosedCaption aliases
|
|
738
742
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
743
|
+
// Clock aliases
|
|
744
|
+
export { default as ClockIcon } from '../icons/clock';
|
|
739
745
|
// CloudAlert aliases
|
|
740
746
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
741
747
|
// CloudBackup aliases
|
|
@@ -760,64 +766,64 @@ export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
|
760
766
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
761
767
|
// CloudRain aliases
|
|
762
768
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
763
|
-
// CloudRainWind aliases
|
|
764
|
-
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
765
769
|
// CloudSnow aliases
|
|
766
770
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
771
|
+
// CloudRainWind aliases
|
|
772
|
+
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
767
773
|
// CloudSunRain aliases
|
|
768
774
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
769
|
-
// CloudSun aliases
|
|
770
|
-
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
771
775
|
// CloudSync aliases
|
|
772
776
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
777
|
+
// CloudSun aliases
|
|
778
|
+
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
773
779
|
// Cloud aliases
|
|
774
780
|
export { default as CloudIcon } from '../icons/cloud';
|
|
775
781
|
// Cloudy aliases
|
|
776
782
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
777
|
-
// Code aliases
|
|
778
|
-
export { default as CodeIcon } from '../icons/code';
|
|
779
783
|
// Clover aliases
|
|
780
784
|
export { default as CloverIcon } from '../icons/clover';
|
|
781
785
|
// Club aliases
|
|
782
786
|
export { default as ClubIcon } from '../icons/club';
|
|
787
|
+
// Cog aliases
|
|
788
|
+
export { default as CogIcon } from '../icons/cog';
|
|
789
|
+
// Code aliases
|
|
790
|
+
export { default as CodeIcon } from '../icons/code';
|
|
783
791
|
// Coffee aliases
|
|
784
792
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
785
793
|
// Coins aliases
|
|
786
794
|
export { default as CoinsIcon } from '../icons/coins';
|
|
787
795
|
// Columns4 aliases
|
|
788
796
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
789
|
-
// Cog aliases
|
|
790
|
-
export { default as CogIcon } from '../icons/cog';
|
|
791
|
-
// Combine aliases
|
|
792
|
-
export { default as CombineIcon } from '../icons/combine';
|
|
793
797
|
// Command aliases
|
|
794
798
|
export { default as CommandIcon } from '../icons/command';
|
|
799
|
+
// Combine aliases
|
|
800
|
+
export { default as CombineIcon } from '../icons/combine';
|
|
795
801
|
// Component aliases
|
|
796
802
|
export { default as ComponentIcon } from '../icons/component';
|
|
797
|
-
// Computer aliases
|
|
798
|
-
export { default as ComputerIcon } from '../icons/computer';
|
|
799
803
|
// Compass aliases
|
|
800
804
|
export { default as CompassIcon } from '../icons/compass';
|
|
805
|
+
// Computer aliases
|
|
806
|
+
export { default as ComputerIcon } from '../icons/computer';
|
|
801
807
|
// ConciergeBell aliases
|
|
802
808
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
803
|
-
// Cone aliases
|
|
804
|
-
export { default as ConeIcon } from '../icons/cone';
|
|
805
809
|
// Construction aliases
|
|
806
810
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
811
|
+
// Cone aliases
|
|
812
|
+
export { default as ConeIcon } from '../icons/cone';
|
|
807
813
|
// Contact aliases
|
|
808
814
|
export { default as ContactIcon } from '../icons/contact';
|
|
809
815
|
// Container aliases
|
|
810
816
|
export { default as ContainerIcon } from '../icons/container';
|
|
817
|
+
// Contrast aliases
|
|
818
|
+
export { default as ContrastIcon } from '../icons/contrast';
|
|
811
819
|
// Cookie aliases
|
|
812
820
|
export { default as CookieIcon } from '../icons/cookie';
|
|
813
821
|
// CookingPot aliases
|
|
814
822
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
815
|
-
// CopyCheck aliases
|
|
816
|
-
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
817
|
-
// Contrast aliases
|
|
818
|
-
export { default as ContrastIcon } from '../icons/contrast';
|
|
819
823
|
// CopyMinus aliases
|
|
820
824
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
825
|
+
// CopyCheck aliases
|
|
826
|
+
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
821
827
|
// CopyPlus aliases
|
|
822
828
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
823
829
|
// CopySlash aliases
|
|
@@ -826,16 +832,16 @@ export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
|
826
832
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
827
833
|
// Copy aliases
|
|
828
834
|
export { default as CopyIcon } from '../icons/copy';
|
|
829
|
-
// Copyleft aliases
|
|
830
|
-
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
831
835
|
// Copyright aliases
|
|
832
836
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
837
|
+
// Copyleft aliases
|
|
838
|
+
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
833
839
|
// CornerDownLeft aliases
|
|
834
840
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
835
|
-
// CornerLeftDown aliases
|
|
836
|
-
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
837
841
|
// CornerDownRight aliases
|
|
838
842
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
843
|
+
// CornerLeftDown aliases
|
|
844
|
+
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
839
845
|
// CornerLeftUp aliases
|
|
840
846
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
841
847
|
// CornerRightDown aliases
|
|
@@ -854,28 +860,28 @@ export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
|
854
860
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
855
861
|
// Croissant aliases
|
|
856
862
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
857
|
-
// Crop aliases
|
|
858
|
-
export { default as CropIcon } from '../icons/crop';
|
|
859
|
-
// Crosshair aliases
|
|
860
|
-
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
861
863
|
// Cross aliases
|
|
862
864
|
export { default as CrossIcon } from '../icons/cross';
|
|
865
|
+
// Crosshair aliases
|
|
866
|
+
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
867
|
+
// Crop aliases
|
|
868
|
+
export { default as CropIcon } from '../icons/crop';
|
|
863
869
|
// Crown aliases
|
|
864
870
|
export { default as CrownIcon } from '../icons/crown';
|
|
865
871
|
// Cuboid aliases
|
|
866
872
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
867
|
-
// CupSoda aliases
|
|
868
|
-
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
869
|
-
// Currency aliases
|
|
870
|
-
export { default as CurrencyIcon } from '../icons/currency';
|
|
871
873
|
// Cylinder aliases
|
|
872
874
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
875
|
+
// CupSoda aliases
|
|
876
|
+
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
873
877
|
// Dam aliases
|
|
874
878
|
export { default as DamIcon } from '../icons/dam';
|
|
875
|
-
//
|
|
876
|
-
export { default as
|
|
879
|
+
// Currency aliases
|
|
880
|
+
export { default as CurrencyIcon } from '../icons/currency';
|
|
877
881
|
// DatabaseSearch aliases
|
|
878
882
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
883
|
+
// DatabaseBackup aliases
|
|
884
|
+
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
879
885
|
// DatabaseZap aliases
|
|
880
886
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
881
887
|
// Database aliases
|
|
@@ -890,20 +896,20 @@ export { default as DessertIcon } from '../icons/dessert';
|
|
|
890
896
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
891
897
|
// Diameter aliases
|
|
892
898
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
893
|
-
// DiamondPlus aliases
|
|
894
|
-
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
895
899
|
// DiamondMinus aliases
|
|
896
900
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
901
|
+
// DiamondPlus aliases
|
|
902
|
+
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
897
903
|
// Diamond aliases
|
|
898
904
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
899
905
|
// Dice1 aliases
|
|
900
906
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
901
907
|
// Dice2 aliases
|
|
902
908
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
903
|
-
// Dice4 aliases
|
|
904
|
-
export { default as Dice4Icon } from '../icons/dice-4';
|
|
905
909
|
// Dice3 aliases
|
|
906
910
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
911
|
+
// Dice4 aliases
|
|
912
|
+
export { default as Dice4Icon } from '../icons/dice-4';
|
|
907
913
|
// Dice5 aliases
|
|
908
914
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
909
915
|
// Dice6 aliases
|
|
@@ -914,12 +920,12 @@ export { default as DicesIcon } from '../icons/dices';
|
|
|
914
920
|
export { default as DiffIcon } from '../icons/diff';
|
|
915
921
|
// Disc2 aliases
|
|
916
922
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
917
|
-
// Disc3 aliases
|
|
918
|
-
export { default as Disc3Icon } from '../icons/disc-3';
|
|
919
923
|
// DiscAlbum aliases
|
|
920
924
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
921
925
|
// Disc aliases
|
|
922
926
|
export { default as DiscIcon } from '../icons/disc';
|
|
927
|
+
// Disc3 aliases
|
|
928
|
+
export { default as Disc3Icon } from '../icons/disc-3';
|
|
923
929
|
// Divide aliases
|
|
924
930
|
export { default as DivideIcon } from '../icons/divide';
|
|
925
931
|
// DnaOff aliases
|
|
@@ -928,12 +934,12 @@ export { default as DnaOffIcon } from '../icons/dna-off';
|
|
|
928
934
|
export { default as DnaIcon } from '../icons/dna';
|
|
929
935
|
// Dock aliases
|
|
930
936
|
export { default as DockIcon } from '../icons/dock';
|
|
937
|
+
// DollarSign aliases
|
|
938
|
+
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
931
939
|
// Dog aliases
|
|
932
940
|
export { default as DogIcon } from '../icons/dog';
|
|
933
941
|
// DoorClosedLocked aliases
|
|
934
942
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
935
|
-
// DollarSign aliases
|
|
936
|
-
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
937
943
|
// Donut aliases
|
|
938
944
|
export { default as DonutIcon } from '../icons/donut';
|
|
939
945
|
// DoorClosed aliases
|
|
@@ -946,16 +952,16 @@ export { default as DotIcon } from '../icons/dot';
|
|
|
946
952
|
export { default as DownloadIcon } from '../icons/download';
|
|
947
953
|
// DraftingCompass aliases
|
|
948
954
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
955
|
+
// Drama aliases
|
|
956
|
+
export { default as DramaIcon } from '../icons/drama';
|
|
949
957
|
// Drill aliases
|
|
950
958
|
export { default as DrillIcon } from '../icons/drill';
|
|
951
959
|
// Drone aliases
|
|
952
960
|
export { default as DroneIcon } from '../icons/drone';
|
|
953
|
-
// Drama aliases
|
|
954
|
-
export { default as DramaIcon } from '../icons/drama';
|
|
955
|
-
// Droplet aliases
|
|
956
|
-
export { default as DropletIcon } from '../icons/droplet';
|
|
957
961
|
// DropletOff aliases
|
|
958
962
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
963
|
+
// Droplet aliases
|
|
964
|
+
export { default as DropletIcon } from '../icons/droplet';
|
|
959
965
|
// Droplets aliases
|
|
960
966
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
961
967
|
// Drum aliases
|
|
@@ -968,26 +974,26 @@ export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
|
968
974
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
969
975
|
// Ear aliases
|
|
970
976
|
export { default as EarIcon } from '../icons/ear';
|
|
971
|
-
// Eclipse aliases
|
|
972
|
-
export { default as EclipseIcon } from '../icons/eclipse';
|
|
973
977
|
// EarthLock aliases
|
|
974
978
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
975
|
-
//
|
|
976
|
-
export { default as
|
|
979
|
+
// Eclipse aliases
|
|
980
|
+
export { default as EclipseIcon } from '../icons/eclipse';
|
|
977
981
|
// EggOff aliases
|
|
978
982
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
983
|
+
// EggFried aliases
|
|
984
|
+
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
979
985
|
// Egg aliases
|
|
980
986
|
export { default as EggIcon } from '../icons/egg';
|
|
981
987
|
// Ellipse aliases
|
|
982
988
|
export { default as EllipseIcon } from '../icons/ellipse';
|
|
983
|
-
// EqualNot aliases
|
|
984
|
-
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
985
989
|
// EqualApproximately aliases
|
|
986
990
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
987
|
-
//
|
|
988
|
-
export { default as
|
|
991
|
+
// EqualNot aliases
|
|
992
|
+
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
989
993
|
// Equal aliases
|
|
990
994
|
export { default as EqualIcon } from '../icons/equal';
|
|
995
|
+
// Eraser aliases
|
|
996
|
+
export { default as EraserIcon } from '../icons/eraser';
|
|
991
997
|
// EthernetPort aliases
|
|
992
998
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
993
999
|
// Euro aliases
|
|
@@ -1010,10 +1016,10 @@ export { default as EyeIcon } from '../icons/eye';
|
|
|
1010
1016
|
export { default as FactoryIcon } from '../icons/factory';
|
|
1011
1017
|
// Fan aliases
|
|
1012
1018
|
export { default as FanIcon } from '../icons/fan';
|
|
1013
|
-
// FastForward aliases
|
|
1014
|
-
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1015
1019
|
// Feather aliases
|
|
1016
1020
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1021
|
+
// FastForward aliases
|
|
1022
|
+
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1017
1023
|
// Fence aliases
|
|
1018
1024
|
export { default as FenceIcon } from '../icons/fence';
|
|
1019
1025
|
// FerrisWheel aliases
|
|
@@ -1046,10 +1052,10 @@ export { default as FileMinusIcon } from '../icons/file-minus';
|
|
|
1046
1052
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1047
1053
|
// FileOutput aliases
|
|
1048
1054
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1049
|
-
// FileScan aliases
|
|
1050
|
-
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1051
1055
|
// FilePlus aliases
|
|
1052
1056
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1057
|
+
// FileScan aliases
|
|
1058
|
+
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1053
1059
|
// FileSearch aliases
|
|
1054
1060
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1055
1061
|
// FileSliders aliases
|
|
@@ -1074,10 +1080,10 @@ export { default as FileUserIcon } from '../icons/file-user';
|
|
|
1074
1080
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1075
1081
|
// FileX aliases
|
|
1076
1082
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1077
|
-
// Files aliases
|
|
1078
|
-
export { default as FilesIcon } from '../icons/files';
|
|
1079
1083
|
// File aliases
|
|
1080
1084
|
export { default as FileIcon } from '../icons/file';
|
|
1085
|
+
// Files aliases
|
|
1086
|
+
export { default as FilesIcon } from '../icons/files';
|
|
1081
1087
|
// Film aliases
|
|
1082
1088
|
export { default as FilmIcon } from '../icons/film';
|
|
1083
1089
|
// FireExtinguisher aliases
|
|
@@ -1098,20 +1104,20 @@ export { default as FlagOffIcon } from '../icons/flag-off';
|
|
|
1098
1104
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1099
1105
|
// FlagTriangleRight aliases
|
|
1100
1106
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1101
|
-
// FlameKindling aliases
|
|
1102
|
-
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1103
1107
|
// Flag aliases
|
|
1104
1108
|
export { default as FlagIcon } from '../icons/flag';
|
|
1109
|
+
// FlameKindling aliases
|
|
1110
|
+
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1105
1111
|
// Flame aliases
|
|
1106
1112
|
export { default as FlameIcon } from '../icons/flame';
|
|
1107
1113
|
// FlashlightOff aliases
|
|
1108
1114
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1109
|
-
// FlaskConicalOff aliases
|
|
1110
|
-
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1111
1115
|
// Flashlight aliases
|
|
1112
1116
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1113
1117
|
// FlaskConical aliases
|
|
1114
1118
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1119
|
+
// FlaskConicalOff aliases
|
|
1120
|
+
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1115
1121
|
// FlaskRound aliases
|
|
1116
1122
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1117
1123
|
// FlipHorizontal2 aliases
|
|
@@ -1120,26 +1126,26 @@ export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
|
1120
1126
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1121
1127
|
// Flower2 aliases
|
|
1122
1128
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1129
|
+
// Focus aliases
|
|
1130
|
+
export { default as FocusIcon } from '../icons/focus';
|
|
1123
1131
|
// Flower aliases
|
|
1124
1132
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1125
1133
|
// FoldHorizontal aliases
|
|
1126
1134
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1127
1135
|
// FoldVertical aliases
|
|
1128
1136
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1129
|
-
// Focus aliases
|
|
1130
|
-
export { default as FocusIcon } from '../icons/focus';
|
|
1131
1137
|
// FolderArchive aliases
|
|
1132
1138
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1133
1139
|
// FolderBookmark aliases
|
|
1134
1140
|
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1135
1141
|
// FolderCheck aliases
|
|
1136
1142
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1143
|
+
// FolderClock aliases
|
|
1144
|
+
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1137
1145
|
// FolderClosed aliases
|
|
1138
1146
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1139
1147
|
// FolderCode aliases
|
|
1140
1148
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1141
|
-
// FolderClock aliases
|
|
1142
|
-
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1143
1149
|
// FolderDot aliases
|
|
1144
1150
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1145
1151
|
// FolderDown aliases
|
|
@@ -1158,68 +1164,68 @@ export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
|
1158
1164
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1159
1165
|
// FolderLock aliases
|
|
1160
1166
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1167
|
+
// FolderOpenDot aliases
|
|
1168
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1161
1169
|
// FolderMinus aliases
|
|
1162
1170
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1163
1171
|
// FolderOpen aliases
|
|
1164
1172
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1165
1173
|
// FolderOutput aliases
|
|
1166
1174
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1167
|
-
// FolderOpenDot aliases
|
|
1168
|
-
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1169
1175
|
// FolderPlus aliases
|
|
1170
1176
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1171
|
-
// FolderRoot aliases
|
|
1172
|
-
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1173
1177
|
// FolderSearch2 aliases
|
|
1174
1178
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1179
|
+
// FolderRoot aliases
|
|
1180
|
+
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1175
1181
|
// FolderSearch aliases
|
|
1176
1182
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1177
1183
|
// FolderSymlink aliases
|
|
1178
1184
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1179
|
-
// FolderTree aliases
|
|
1180
|
-
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1181
1185
|
// FolderSync aliases
|
|
1182
1186
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1187
|
+
// FolderTree aliases
|
|
1188
|
+
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1183
1189
|
// FolderUp aliases
|
|
1184
1190
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1185
|
-
// FolderX aliases
|
|
1186
|
-
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1187
1191
|
// Folder aliases
|
|
1188
1192
|
export { default as FolderIcon } from '../icons/folder';
|
|
1189
|
-
//
|
|
1190
|
-
export { default as
|
|
1193
|
+
// FolderX aliases
|
|
1194
|
+
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1191
1195
|
// Folders aliases
|
|
1192
1196
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1197
|
+
// Footprints aliases
|
|
1198
|
+
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1193
1199
|
// Forklift aliases
|
|
1194
1200
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1195
1201
|
// Form aliases
|
|
1196
1202
|
export { default as FormIcon } from '../icons/form';
|
|
1197
1203
|
// Forward aliases
|
|
1198
1204
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1205
|
+
// Frown aliases
|
|
1206
|
+
export { default as FrownIcon } from '../icons/frown';
|
|
1199
1207
|
// Frame aliases
|
|
1200
1208
|
export { default as FrameIcon } from '../icons/frame';
|
|
1201
|
-
// Fuel aliases
|
|
1202
|
-
export { default as FuelIcon } from '../icons/fuel';
|
|
1203
1209
|
// Fullscreen aliases
|
|
1204
1210
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1205
|
-
//
|
|
1206
|
-
export { default as
|
|
1211
|
+
// Fuel aliases
|
|
1212
|
+
export { default as FuelIcon } from '../icons/fuel';
|
|
1207
1213
|
// FunnelPlus aliases
|
|
1208
1214
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1209
1215
|
// GalleryHorizontalEnd aliases
|
|
1210
1216
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1211
1217
|
// GalleryHorizontal aliases
|
|
1212
1218
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1213
|
-
// GalleryThumbnails aliases
|
|
1214
|
-
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1215
1219
|
// GalleryVerticalEnd aliases
|
|
1216
1220
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1221
|
+
// GalleryThumbnails aliases
|
|
1222
|
+
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1217
1223
|
// GalleryVertical aliases
|
|
1218
1224
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1219
|
-
// Gamepad2 aliases
|
|
1220
|
-
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1221
1225
|
// GamepadDirectional aliases
|
|
1222
1226
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1227
|
+
// Gamepad2 aliases
|
|
1228
|
+
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1223
1229
|
// Gamepad aliases
|
|
1224
1230
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1225
1231
|
// Gauge aliases
|
|
@@ -1230,18 +1236,18 @@ export { default as GavelIcon } from '../icons/gavel';
|
|
|
1230
1236
|
export { default as GemIcon } from '../icons/gem';
|
|
1231
1237
|
// GeorgianLari aliases
|
|
1232
1238
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1233
|
-
// Gift aliases
|
|
1234
|
-
export { default as GiftIcon } from '../icons/gift';
|
|
1235
1239
|
// Ghost aliases
|
|
1236
1240
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1237
|
-
//
|
|
1238
|
-
export { default as
|
|
1241
|
+
// Gift aliases
|
|
1242
|
+
export { default as GiftIcon } from '../icons/gift';
|
|
1239
1243
|
// GitBranchMinus aliases
|
|
1240
1244
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1241
1245
|
// GitBranchPlus aliases
|
|
1242
1246
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1243
1247
|
// GitCommitVertical aliases
|
|
1244
1248
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1249
|
+
// GitBranch aliases
|
|
1250
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1245
1251
|
// GitCompareArrows aliases
|
|
1246
1252
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1247
1253
|
// GitCompare aliases
|
|
@@ -1254,28 +1260,28 @@ export { default as GitGraphIcon } from '../icons/git-graph';
|
|
|
1254
1260
|
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1255
1261
|
// GitMerge aliases
|
|
1256
1262
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1257
|
-
// GitPullRequestCreateArrow aliases
|
|
1258
|
-
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1259
1263
|
// GitPullRequestArrow aliases
|
|
1260
1264
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1261
|
-
//
|
|
1262
|
-
export { default as
|
|
1265
|
+
// GitPullRequestCreateArrow aliases
|
|
1266
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1263
1267
|
// GitPullRequestCreate aliases
|
|
1264
1268
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1265
1269
|
// GitPullRequestDraft aliases
|
|
1266
1270
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1267
|
-
//
|
|
1268
|
-
export { default as
|
|
1271
|
+
// GitPullRequestClosed aliases
|
|
1272
|
+
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1269
1273
|
// GitPullRequest aliases
|
|
1270
1274
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1271
1275
|
// Glasses aliases
|
|
1272
1276
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1277
|
+
// GlassWater aliases
|
|
1278
|
+
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1273
1279
|
// GlobeCheck aliases
|
|
1274
1280
|
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1275
|
-
// GlobeOff aliases
|
|
1276
|
-
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1277
1281
|
// GlobeLock aliases
|
|
1278
1282
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1283
|
+
// GlobeOff aliases
|
|
1284
|
+
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1279
1285
|
// GlobeX aliases
|
|
1280
1286
|
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1281
1287
|
// Globe aliases
|
|
@@ -1286,10 +1292,10 @@ export { default as GoalIcon } from '../icons/goal';
|
|
|
1286
1292
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1287
1293
|
// GraduationCap aliases
|
|
1288
1294
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1289
|
-
// Grape aliases
|
|
1290
|
-
export { default as GrapeIcon } from '../icons/grape';
|
|
1291
1295
|
// Grid3x2 aliases
|
|
1292
1296
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1297
|
+
// Grape aliases
|
|
1298
|
+
export { default as GrapeIcon } from '../icons/grape';
|
|
1293
1299
|
// GripHorizontal aliases
|
|
1294
1300
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1295
1301
|
// GripVertical aliases
|
|
@@ -1298,12 +1304,12 @@ export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
|
1298
1304
|
export { default as GripIcon } from '../icons/grip';
|
|
1299
1305
|
// Group aliases
|
|
1300
1306
|
export { default as GroupIcon } from '../icons/group';
|
|
1307
|
+
// Guitar aliases
|
|
1308
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1301
1309
|
// Hamburger aliases
|
|
1302
1310
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1303
1311
|
// Hammer aliases
|
|
1304
1312
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1305
|
-
// Guitar aliases
|
|
1306
|
-
export { default as GuitarIcon } from '../icons/guitar';
|
|
1307
1313
|
// Ham aliases
|
|
1308
1314
|
export { default as HamIcon } from '../icons/ham';
|
|
1309
1315
|
// HandCoins aliases
|
|
@@ -1312,10 +1318,10 @@ export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
|
1312
1318
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1313
1319
|
// HandHeart aliases
|
|
1314
1320
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1315
|
-
// HandMetal aliases
|
|
1316
|
-
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1317
1321
|
// HandPlatter aliases
|
|
1318
1322
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1323
|
+
// HandMetal aliases
|
|
1324
|
+
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1319
1325
|
// Hand aliases
|
|
1320
1326
|
export { default as HandIcon } from '../icons/hand';
|
|
1321
1327
|
// Handbag aliases
|
|
@@ -1334,22 +1340,22 @@ export { default as HardHatIcon } from '../icons/hard-hat';
|
|
|
1334
1340
|
export { default as HashIcon } from '../icons/hash';
|
|
1335
1341
|
// HatGlasses aliases
|
|
1336
1342
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1337
|
-
// Hd aliases
|
|
1338
|
-
export { default as HdIcon } from '../icons/hd';
|
|
1339
1343
|
// Haze aliases
|
|
1340
1344
|
export { default as HazeIcon } from '../icons/haze';
|
|
1345
|
+
// Hd aliases
|
|
1346
|
+
export { default as HdIcon } from '../icons/hd';
|
|
1341
1347
|
// HdmiPort aliases
|
|
1342
1348
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1343
1349
|
// Heading1 aliases
|
|
1344
1350
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1345
|
-
// Heading2 aliases
|
|
1346
|
-
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1347
1351
|
// Heading3 aliases
|
|
1348
1352
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1349
|
-
//
|
|
1350
|
-
export { default as
|
|
1353
|
+
// Heading2 aliases
|
|
1354
|
+
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1351
1355
|
// Heading4 aliases
|
|
1352
1356
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1357
|
+
// Heading5 aliases
|
|
1358
|
+
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1353
1359
|
// Heading6 aliases
|
|
1354
1360
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1355
1361
|
// Heading aliases
|
|
@@ -1368,46 +1374,46 @@ export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
|
1368
1374
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1369
1375
|
// HeartOff aliases
|
|
1370
1376
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1371
|
-
// HeartPlus aliases
|
|
1372
|
-
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1373
1377
|
// HeartPulse aliases
|
|
1374
1378
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1379
|
+
// HeartPlus aliases
|
|
1380
|
+
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1375
1381
|
// HeartX aliases
|
|
1376
1382
|
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1377
1383
|
// Heart aliases
|
|
1378
1384
|
export { default as HeartIcon } from '../icons/heart';
|
|
1379
|
-
// Heater aliases
|
|
1380
|
-
export { default as HeaterIcon } from '../icons/heater';
|
|
1381
1385
|
// Helicopter aliases
|
|
1382
1386
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1383
|
-
//
|
|
1384
|
-
export { default as
|
|
1387
|
+
// Heater aliases
|
|
1388
|
+
export { default as HeaterIcon } from '../icons/heater';
|
|
1385
1389
|
// Hexagon aliases
|
|
1386
1390
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1391
|
+
// Highlighter aliases
|
|
1392
|
+
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1387
1393
|
// History aliases
|
|
1388
1394
|
export { default as HistoryIcon } from '../icons/history';
|
|
1389
1395
|
// HopOff aliases
|
|
1390
1396
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1391
1397
|
// Hop aliases
|
|
1392
1398
|
export { default as HopIcon } from '../icons/hop';
|
|
1393
|
-
// Hospital aliases
|
|
1394
|
-
export { default as HospitalIcon } from '../icons/hospital';
|
|
1395
1399
|
// Hotel aliases
|
|
1396
1400
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1401
|
+
// Hospital aliases
|
|
1402
|
+
export { default as HospitalIcon } from '../icons/hospital';
|
|
1397
1403
|
// Hourglass aliases
|
|
1398
1404
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1405
|
+
// HouseHeart aliases
|
|
1406
|
+
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1399
1407
|
// HousePlug aliases
|
|
1400
1408
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1401
1409
|
// HousePlus aliases
|
|
1402
1410
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1403
1411
|
// HouseWifi aliases
|
|
1404
1412
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1405
|
-
// HouseHeart aliases
|
|
1406
|
-
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1407
|
-
// IdCard aliases
|
|
1408
|
-
export { default as IdCardIcon } from '../icons/id-card';
|
|
1409
1413
|
// IdCardLanyard aliases
|
|
1410
1414
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1415
|
+
// IdCard aliases
|
|
1416
|
+
export { default as IdCardIcon } from '../icons/id-card';
|
|
1411
1417
|
// ImageDown aliases
|
|
1412
1418
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1413
1419
|
// ImageMinus aliases
|
|
@@ -1426,58 +1432,58 @@ export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
|
1426
1432
|
export { default as ImageIcon } from '../icons/image';
|
|
1427
1433
|
// Images aliases
|
|
1428
1434
|
export { default as ImagesIcon } from '../icons/images';
|
|
1429
|
-
// Inbox aliases
|
|
1430
|
-
export { default as InboxIcon } from '../icons/inbox';
|
|
1431
1435
|
// Import aliases
|
|
1432
1436
|
export { default as ImportIcon } from '../icons/import';
|
|
1437
|
+
// Inbox aliases
|
|
1438
|
+
export { default as InboxIcon } from '../icons/inbox';
|
|
1433
1439
|
// IndianRupee aliases
|
|
1434
1440
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1435
1441
|
// Infinity aliases
|
|
1436
1442
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1437
|
-
// InspectionPanel aliases
|
|
1438
|
-
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1439
1443
|
// Info aliases
|
|
1440
1444
|
export { default as InfoIcon } from '../icons/info';
|
|
1441
|
-
//
|
|
1442
|
-
export { default as
|
|
1445
|
+
// InspectionPanel aliases
|
|
1446
|
+
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1443
1447
|
// Italic aliases
|
|
1444
1448
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1449
|
+
// IterationCcw aliases
|
|
1450
|
+
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1445
1451
|
// IterationCw aliases
|
|
1446
1452
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1453
|
+
// Joystick aliases
|
|
1454
|
+
export { default as JoystickIcon } from '../icons/joystick';
|
|
1447
1455
|
// JapaneseYen aliases
|
|
1448
1456
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1449
1457
|
// Kanban aliases
|
|
1450
1458
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1451
|
-
// Joystick aliases
|
|
1452
|
-
export { default as JoystickIcon } from '../icons/joystick';
|
|
1453
1459
|
// Kayak aliases
|
|
1454
1460
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1455
1461
|
// KeyRound aliases
|
|
1456
1462
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1457
|
-
// KeySquare aliases
|
|
1458
|
-
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1459
1463
|
// Key aliases
|
|
1460
1464
|
export { default as KeyIcon } from '../icons/key';
|
|
1465
|
+
// KeySquare aliases
|
|
1466
|
+
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1461
1467
|
// KeyboardMusic aliases
|
|
1462
1468
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1463
1469
|
// KeyboardOff aliases
|
|
1464
1470
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1471
|
+
// Keyboard aliases
|
|
1472
|
+
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1465
1473
|
// LampCeiling aliases
|
|
1466
1474
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1467
1475
|
// LampDesk aliases
|
|
1468
1476
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1469
|
-
// Keyboard aliases
|
|
1470
|
-
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1471
1477
|
// LampFloor aliases
|
|
1472
1478
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1473
1479
|
// LampWallDown aliases
|
|
1474
1480
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1481
|
+
// LampWallUp aliases
|
|
1482
|
+
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1475
1483
|
// Lamp aliases
|
|
1476
1484
|
export { default as LampIcon } from '../icons/lamp';
|
|
1477
1485
|
// LandPlot aliases
|
|
1478
1486
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1479
|
-
// LampWallUp aliases
|
|
1480
|
-
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1481
1487
|
// Landmark aliases
|
|
1482
1488
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1483
1489
|
// Languages aliases
|
|
@@ -1496,20 +1502,20 @@ export { default as LaughIcon } from '../icons/laugh';
|
|
|
1496
1502
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1497
1503
|
// LayersMinus aliases
|
|
1498
1504
|
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1499
|
-
// LayersPlus aliases
|
|
1500
|
-
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1501
1505
|
// LayoutDashboard aliases
|
|
1502
1506
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1507
|
+
// LayersPlus aliases
|
|
1508
|
+
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1503
1509
|
// LayoutGrid aliases
|
|
1504
1510
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1505
1511
|
// LayoutList aliases
|
|
1506
1512
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1507
1513
|
// LayoutPanelLeft aliases
|
|
1508
1514
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1509
|
-
// LayoutPanelTop aliases
|
|
1510
|
-
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1511
1515
|
// LayoutTemplate aliases
|
|
1512
1516
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1517
|
+
// LayoutPanelTop aliases
|
|
1518
|
+
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1513
1519
|
// Leaf aliases
|
|
1514
1520
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1515
1521
|
// LeafyGreen aliases
|
|
@@ -1518,10 +1524,10 @@ export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
|
1518
1524
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1519
1525
|
// LensConcave aliases
|
|
1520
1526
|
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1521
|
-
// LibraryBig aliases
|
|
1522
|
-
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1523
1527
|
// LensConvex aliases
|
|
1524
1528
|
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1529
|
+
// LibraryBig aliases
|
|
1530
|
+
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1525
1531
|
// Library aliases
|
|
1526
1532
|
export { default as LibraryIcon } from '../icons/library';
|
|
1527
1533
|
// LifeBuoy aliases
|
|
@@ -1534,10 +1540,10 @@ export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
|
1534
1540
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1535
1541
|
// LineDotRightHorizontal aliases
|
|
1536
1542
|
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1537
|
-
// LineSquiggle aliases
|
|
1538
|
-
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1539
1543
|
// LineStyle aliases
|
|
1540
1544
|
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1545
|
+
// LineSquiggle aliases
|
|
1546
|
+
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1541
1547
|
// Link2Off aliases
|
|
1542
1548
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1543
1549
|
// Link2 aliases
|
|
@@ -1550,10 +1556,10 @@ export { default as ListCheckIcon } from '../icons/list-check';
|
|
|
1550
1556
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1551
1557
|
// ListChevronsDownUp aliases
|
|
1552
1558
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1553
|
-
// ListChevronsUpDown aliases
|
|
1554
|
-
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1555
1559
|
// ListCollapse aliases
|
|
1556
1560
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1561
|
+
// ListChevronsUpDown aliases
|
|
1562
|
+
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1557
1563
|
// ListEnd aliases
|
|
1558
1564
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1559
1565
|
// ListFilterPlus aliases
|
|
@@ -1564,46 +1570,46 @@ export { default as ListFilterIcon } from '../icons/list-filter';
|
|
|
1564
1570
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1565
1571
|
// ListMusic aliases
|
|
1566
1572
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1567
|
-
// ListOrdered aliases
|
|
1568
|
-
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1569
1573
|
// ListPlus aliases
|
|
1570
1574
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1571
|
-
//
|
|
1572
|
-
export { default as
|
|
1573
|
-
// ListSortDescending aliases
|
|
1574
|
-
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1575
|
+
// ListOrdered aliases
|
|
1576
|
+
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1575
1577
|
// ListSortAscending aliases
|
|
1576
1578
|
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1577
1579
|
// ListStart aliases
|
|
1578
1580
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1581
|
+
// ListRestart aliases
|
|
1582
|
+
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1583
|
+
// ListSortDescending aliases
|
|
1584
|
+
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1579
1585
|
// ListTodo aliases
|
|
1580
1586
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1581
1587
|
// ListTree aliases
|
|
1582
1588
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1583
1589
|
// ListVideo aliases
|
|
1584
1590
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1585
|
-
// List aliases
|
|
1586
|
-
export { default as ListIcon } from '../icons/list';
|
|
1587
1591
|
// ListX aliases
|
|
1588
1592
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1593
|
+
// List aliases
|
|
1594
|
+
export { default as ListIcon } from '../icons/list';
|
|
1589
1595
|
// LoaderPinwheel aliases
|
|
1590
1596
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1597
|
+
// Loader aliases
|
|
1598
|
+
export { default as LoaderIcon } from '../icons/loader';
|
|
1591
1599
|
// LocateFixed aliases
|
|
1592
1600
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1593
|
-
// LocateOff aliases
|
|
1594
|
-
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1595
1601
|
// Locate aliases
|
|
1596
1602
|
export { default as LocateIcon } from '../icons/locate';
|
|
1597
|
-
//
|
|
1598
|
-
export { default as
|
|
1603
|
+
// LocateOff aliases
|
|
1604
|
+
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1599
1605
|
// LockKeyhole aliases
|
|
1600
1606
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1601
1607
|
// Lock aliases
|
|
1602
1608
|
export { default as LockIcon } from '../icons/lock';
|
|
1603
|
-
// LogOut aliases
|
|
1604
|
-
export { default as LogOutIcon } from '../icons/log-out';
|
|
1605
1609
|
// LogIn aliases
|
|
1606
1610
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1611
|
+
// LogOut aliases
|
|
1612
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1607
1613
|
// Logs aliases
|
|
1608
1614
|
export { default as LogsIcon } from '../icons/logs';
|
|
1609
1615
|
// Lollipop aliases
|
|
@@ -1612,18 +1618,18 @@ export { default as LollipopIcon } from '../icons/lollipop';
|
|
|
1612
1618
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1613
1619
|
// Magnet aliases
|
|
1614
1620
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1615
|
-
// MailMinus aliases
|
|
1616
|
-
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1617
1621
|
// MailCheck aliases
|
|
1618
1622
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1619
|
-
//
|
|
1620
|
-
export { default as
|
|
1621
|
-
// MailSearch aliases
|
|
1622
|
-
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1623
|
+
// MailMinus aliases
|
|
1624
|
+
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1623
1625
|
// MailPlus aliases
|
|
1624
1626
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1627
|
+
// MailOpen aliases
|
|
1628
|
+
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1625
1629
|
// MailWarning aliases
|
|
1626
1630
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1631
|
+
// MailSearch aliases
|
|
1632
|
+
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1627
1633
|
// MailX aliases
|
|
1628
1634
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1629
1635
|
// Mail aliases
|
|
@@ -1652,48 +1658,48 @@ export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
|
1652
1658
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1653
1659
|
// MapPinSearch aliases
|
|
1654
1660
|
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1655
|
-
// MapPinX aliases
|
|
1656
|
-
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1657
1661
|
// MapPinXInside aliases
|
|
1658
1662
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1663
|
+
// MapPinX aliases
|
|
1664
|
+
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1659
1665
|
// MapPin aliases
|
|
1660
1666
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1661
1667
|
// MapPinned aliases
|
|
1662
1668
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1669
|
+
// Map aliases
|
|
1670
|
+
export { default as MapIcon } from '../icons/map';
|
|
1663
1671
|
// MapPlus aliases
|
|
1664
1672
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1665
1673
|
// MarsStroke aliases
|
|
1666
1674
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1667
|
-
//
|
|
1668
|
-
export { default as
|
|
1675
|
+
// Mars aliases
|
|
1676
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1669
1677
|
// Martini aliases
|
|
1670
1678
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1671
1679
|
// Maximize2 aliases
|
|
1672
1680
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1673
|
-
// Mars aliases
|
|
1674
|
-
export { default as MarsIcon } from '../icons/mars';
|
|
1675
1681
|
// Maximize aliases
|
|
1676
1682
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1683
|
+
// MegaphoneOff aliases
|
|
1684
|
+
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1677
1685
|
// Medal aliases
|
|
1678
1686
|
export { default as MedalIcon } from '../icons/medal';
|
|
1679
|
-
// Megaphone aliases
|
|
1680
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1681
1687
|
// Meh aliases
|
|
1682
1688
|
export { default as MehIcon } from '../icons/meh';
|
|
1683
|
-
//
|
|
1684
|
-
export { default as
|
|
1689
|
+
// Megaphone aliases
|
|
1690
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1685
1691
|
// MemoryStick aliases
|
|
1686
1692
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1687
1693
|
// Menu aliases
|
|
1688
1694
|
export { default as MenuIcon } from '../icons/menu';
|
|
1689
1695
|
// Merge aliases
|
|
1690
1696
|
export { default as MergeIcon } from '../icons/merge';
|
|
1691
|
-
// MessageCircleCode aliases
|
|
1692
|
-
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1693
1697
|
// MessageCircleCheck aliases
|
|
1694
1698
|
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1695
1699
|
// MessageCircleDashed aliases
|
|
1696
1700
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1701
|
+
// MessageCircleCode aliases
|
|
1702
|
+
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1697
1703
|
// MessageCircleHeart aliases
|
|
1698
1704
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1699
1705
|
// MessageCircleMore aliases
|
|
@@ -1702,20 +1708,20 @@ export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
|
1702
1708
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1703
1709
|
// MessageCirclePlus aliases
|
|
1704
1710
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1705
|
-
// MessageCircleReply aliases
|
|
1706
|
-
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1707
1711
|
// MessageCircleWarning aliases
|
|
1708
1712
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1713
|
+
// MessageCircleReply aliases
|
|
1714
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1709
1715
|
// MessageCircleX aliases
|
|
1710
1716
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1711
1717
|
// MessageCircle aliases
|
|
1712
1718
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1713
|
-
// MessageSquareCheck aliases
|
|
1714
|
-
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1715
1719
|
// MessageSquareCode aliases
|
|
1716
1720
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1717
1721
|
// MessageSquareDashed aliases
|
|
1718
1722
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1723
|
+
// MessageSquareCheck aliases
|
|
1724
|
+
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1719
1725
|
// MessageSquareDiff aliases
|
|
1720
1726
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1721
1727
|
// MessageSquareDot aliases
|
|
@@ -1730,24 +1736,24 @@ export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
|
1730
1736
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1731
1737
|
// MessageSquarePlus aliases
|
|
1732
1738
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1733
|
-
// MessageSquareReply aliases
|
|
1734
|
-
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1735
|
-
// MessageSquareText aliases
|
|
1736
|
-
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1737
1739
|
// MessageSquareQuote aliases
|
|
1738
1740
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1741
|
+
// MessageSquareReply aliases
|
|
1742
|
+
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1739
1743
|
// MessageSquareShare aliases
|
|
1740
1744
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1741
|
-
// MessageSquareWarning aliases
|
|
1742
|
-
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1743
1745
|
// MessageSquareX aliases
|
|
1744
1746
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1747
|
+
// MessageSquareText aliases
|
|
1748
|
+
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1749
|
+
// MessageSquareWarning aliases
|
|
1750
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1745
1751
|
// MessageSquare aliases
|
|
1746
1752
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1747
|
-
// Metronome aliases
|
|
1748
|
-
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1749
1753
|
// MessagesSquare aliases
|
|
1750
1754
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1755
|
+
// Metronome aliases
|
|
1756
|
+
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1751
1757
|
// MicOff aliases
|
|
1752
1758
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1753
1759
|
// Mic aliases
|
|
@@ -1774,32 +1780,32 @@ export { default as MinusIcon } from '../icons/minus';
|
|
|
1774
1780
|
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1775
1781
|
// MirrorRound aliases
|
|
1776
1782
|
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1777
|
-
// MonitorCloud aliases
|
|
1778
|
-
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1779
1783
|
// MonitorCheck aliases
|
|
1780
1784
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1781
1785
|
// MonitorCog aliases
|
|
1782
1786
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1783
1787
|
// MonitorDot aliases
|
|
1784
1788
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1789
|
+
// MonitorCloud aliases
|
|
1790
|
+
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1785
1791
|
// MonitorDown aliases
|
|
1786
1792
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1787
1793
|
// MonitorOff aliases
|
|
1788
1794
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1789
1795
|
// MonitorPause aliases
|
|
1790
1796
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1791
|
-
// MonitorPlay aliases
|
|
1792
|
-
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1793
1797
|
// MonitorSmartphone aliases
|
|
1794
1798
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1799
|
+
// MonitorPlay aliases
|
|
1800
|
+
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1795
1801
|
// MonitorSpeaker aliases
|
|
1796
1802
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1797
1803
|
// MonitorStop aliases
|
|
1798
1804
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1799
|
-
// MonitorUp aliases
|
|
1800
|
-
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1801
1805
|
// MonitorX aliases
|
|
1802
1806
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1807
|
+
// MonitorUp aliases
|
|
1808
|
+
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1803
1809
|
// Monitor aliases
|
|
1804
1810
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1805
1811
|
// MoonStar aliases
|
|
@@ -1812,36 +1818,36 @@ export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
|
1812
1818
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1813
1819
|
// Mountain aliases
|
|
1814
1820
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1815
|
-
// MouseLeft aliases
|
|
1816
|
-
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1817
1821
|
// MouseOff aliases
|
|
1818
1822
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1823
|
+
// MouseLeft aliases
|
|
1824
|
+
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1819
1825
|
// MousePointer2Off aliases
|
|
1820
1826
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1827
|
+
// MousePointerClick aliases
|
|
1828
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1821
1829
|
// MousePointer2 aliases
|
|
1822
1830
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1823
1831
|
// MousePointerBan aliases
|
|
1824
1832
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1825
1833
|
// MousePointer aliases
|
|
1826
1834
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1827
|
-
// MousePointerClick aliases
|
|
1828
|
-
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1829
1835
|
// MouseRight aliases
|
|
1830
1836
|
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1831
|
-
// MoveDiagonal aliases
|
|
1832
|
-
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1833
1837
|
// Mouse aliases
|
|
1834
1838
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1839
|
+
// MoveDiagonal aliases
|
|
1840
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1835
1841
|
// MoveDiagonal2 aliases
|
|
1836
1842
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1837
1843
|
// MoveDownLeft aliases
|
|
1838
1844
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1839
1845
|
// MoveDownRight aliases
|
|
1840
1846
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1841
|
-
// MoveDown aliases
|
|
1842
|
-
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1843
1847
|
// MoveHorizontal aliases
|
|
1844
1848
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1849
|
+
// MoveDown aliases
|
|
1850
|
+
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1845
1851
|
// MoveLeft aliases
|
|
1846
1852
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1847
1853
|
// MoveRight aliases
|
|
@@ -1856,56 +1862,56 @@ export { default as MoveUpIcon } from '../icons/move-up';
|
|
|
1856
1862
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1857
1863
|
// Move aliases
|
|
1858
1864
|
export { default as MoveIcon } from '../icons/move';
|
|
1865
|
+
// Music4 aliases
|
|
1866
|
+
export { default as Music4Icon } from '../icons/music-4';
|
|
1859
1867
|
// Music2 aliases
|
|
1860
1868
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1861
1869
|
// Music3 aliases
|
|
1862
1870
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1863
|
-
// Music4 aliases
|
|
1864
|
-
export { default as Music4Icon } from '../icons/music-4';
|
|
1865
|
-
// Navigation2Off aliases
|
|
1866
|
-
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1867
1871
|
// Music aliases
|
|
1868
1872
|
export { default as MusicIcon } from '../icons/music';
|
|
1873
|
+
// Navigation2Off aliases
|
|
1874
|
+
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1869
1875
|
// Navigation2 aliases
|
|
1870
1876
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1871
1877
|
// NavigationOff aliases
|
|
1872
1878
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1873
1879
|
// Network aliases
|
|
1874
1880
|
export { default as NetworkIcon } from '../icons/network';
|
|
1875
|
-
// Newspaper aliases
|
|
1876
|
-
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1877
1881
|
// Navigation aliases
|
|
1878
1882
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1883
|
+
// Newspaper aliases
|
|
1884
|
+
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1879
1885
|
// Nfc aliases
|
|
1880
1886
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1881
1887
|
// NonBinary aliases
|
|
1882
1888
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1883
1889
|
// NotebookPen aliases
|
|
1884
1890
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1885
|
-
// NotebookText aliases
|
|
1886
|
-
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1887
1891
|
// NotebookTabs aliases
|
|
1888
1892
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1889
|
-
//
|
|
1890
|
-
export { default as
|
|
1893
|
+
// NotebookText aliases
|
|
1894
|
+
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1891
1895
|
// Notebook aliases
|
|
1892
1896
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1897
|
+
// NotepadTextDashed aliases
|
|
1898
|
+
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1893
1899
|
// NotepadText aliases
|
|
1894
1900
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1895
|
-
// NutOff aliases
|
|
1896
|
-
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1897
1901
|
// Nut aliases
|
|
1898
1902
|
export { default as NutIcon } from '../icons/nut';
|
|
1903
|
+
// NutOff aliases
|
|
1904
|
+
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1899
1905
|
// OctagonMinus aliases
|
|
1900
1906
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1901
1907
|
// Octagon aliases
|
|
1902
1908
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1903
1909
|
// Omega aliases
|
|
1904
1910
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1905
|
-
// Option aliases
|
|
1906
|
-
export { default as OptionIcon } from '../icons/option';
|
|
1907
1911
|
// Orbit aliases
|
|
1908
1912
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1913
|
+
// Option aliases
|
|
1914
|
+
export { default as OptionIcon } from '../icons/option';
|
|
1909
1915
|
// Origami aliases
|
|
1910
1916
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1911
1917
|
// Package2 aliases
|
|
@@ -1918,92 +1924,94 @@ export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
|
1918
1924
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1919
1925
|
// PackagePlus aliases
|
|
1920
1926
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1921
|
-
// PackageSearch aliases
|
|
1922
|
-
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1923
|
-
// Package aliases
|
|
1924
|
-
export { default as PackageIcon } from '../icons/package';
|
|
1925
1927
|
// PackageX aliases
|
|
1926
1928
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1929
|
+
// PackageSearch aliases
|
|
1930
|
+
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1927
1931
|
// PaintBucket aliases
|
|
1928
1932
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1933
|
+
// Package aliases
|
|
1934
|
+
export { default as PackageIcon } from '../icons/package';
|
|
1929
1935
|
// PaintRoller aliases
|
|
1930
1936
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1931
1937
|
// Paintbrush aliases
|
|
1932
1938
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1933
1939
|
// Palette aliases
|
|
1934
1940
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1935
|
-
// Panda aliases
|
|
1936
|
-
export { default as PandaIcon } from '../icons/panda';
|
|
1937
1941
|
// PanelBottomClose aliases
|
|
1938
1942
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1943
|
+
// Panda aliases
|
|
1944
|
+
export { default as PandaIcon } from '../icons/panda';
|
|
1939
1945
|
// PanelBottomOpen aliases
|
|
1940
1946
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1941
1947
|
// PanelBottom aliases
|
|
1942
1948
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1943
1949
|
// PanelLeftRightDashed aliases
|
|
1944
1950
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1945
|
-
// PanelRightOpen aliases
|
|
1946
|
-
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1947
1951
|
// PanelRightClose aliases
|
|
1948
1952
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1949
1953
|
// PanelRight aliases
|
|
1950
1954
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1955
|
+
// PanelRightOpen aliases
|
|
1956
|
+
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1951
1957
|
// PanelTopBottomDashed aliases
|
|
1952
1958
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1953
1959
|
// PanelTopClose aliases
|
|
1954
1960
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1955
1961
|
// PanelTopOpen aliases
|
|
1956
1962
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1957
|
-
// PanelTop aliases
|
|
1958
|
-
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1959
1963
|
// PanelsLeftBottom aliases
|
|
1960
1964
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1965
|
+
// PanelTop aliases
|
|
1966
|
+
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1961
1967
|
// PanelsRightBottom aliases
|
|
1962
1968
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1969
|
+
// Parasol aliases
|
|
1970
|
+
export { default as ParasolIcon } from '../icons/parasol';
|
|
1963
1971
|
// Paperclip aliases
|
|
1964
1972
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1965
1973
|
// Parentheses aliases
|
|
1966
1974
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1967
|
-
// Parasol aliases
|
|
1968
|
-
export { default as ParasolIcon } from '../icons/parasol';
|
|
1969
1975
|
// ParkingMeter aliases
|
|
1970
1976
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1971
1977
|
// PartyPopper aliases
|
|
1972
1978
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1973
1979
|
// Pause aliases
|
|
1974
1980
|
export { default as PauseIcon } from '../icons/pause';
|
|
1975
|
-
// PcCase aliases
|
|
1976
|
-
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1977
1981
|
// PawPrint aliases
|
|
1978
1982
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1983
|
+
// PcCase aliases
|
|
1984
|
+
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1979
1985
|
// PenOff aliases
|
|
1980
1986
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1981
1987
|
// PenTool aliases
|
|
1982
1988
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1989
|
+
// PencilOff aliases
|
|
1990
|
+
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1983
1991
|
// PencilLine aliases
|
|
1984
1992
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1985
1993
|
// PencilRuler aliases
|
|
1986
1994
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1995
|
+
// PencilSparkles aliases
|
|
1996
|
+
export { default as PencilSparklesIcon } from '../icons/pencil-sparkles';
|
|
1987
1997
|
// Pencil aliases
|
|
1988
1998
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1989
|
-
// PencilOff aliases
|
|
1990
|
-
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1991
|
-
// Pentagon aliases
|
|
1992
|
-
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1993
1999
|
// Percent aliases
|
|
1994
2000
|
export { default as PercentIcon } from '../icons/percent';
|
|
1995
|
-
//
|
|
1996
|
-
export { default as
|
|
2001
|
+
// Pentagon aliases
|
|
2002
|
+
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1997
2003
|
// PhilippinePeso aliases
|
|
1998
2004
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2005
|
+
// PersonStanding aliases
|
|
2006
|
+
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1999
2007
|
// PhoneCall aliases
|
|
2000
2008
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
2001
|
-
// PhoneForwarded aliases
|
|
2002
|
-
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2003
2009
|
// PhoneIncoming aliases
|
|
2004
2010
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
2005
2011
|
// PhoneMissed aliases
|
|
2006
2012
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
2013
|
+
// PhoneForwarded aliases
|
|
2014
|
+
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2007
2015
|
// PhoneOff aliases
|
|
2008
2016
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
2009
2017
|
// PhoneOutgoing aliases
|
|
@@ -2012,12 +2020,12 @@ export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
|
2012
2020
|
export { default as PhoneIcon } from '../icons/phone';
|
|
2013
2021
|
// Pi aliases
|
|
2014
2022
|
export { default as PiIcon } from '../icons/pi';
|
|
2015
|
-
// Piano aliases
|
|
2016
|
-
export { default as PianoIcon } from '../icons/piano';
|
|
2017
2023
|
// Pickaxe aliases
|
|
2018
2024
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2019
2025
|
// PictureInPicture2 aliases
|
|
2020
2026
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2027
|
+
// Piano aliases
|
|
2028
|
+
export { default as PianoIcon } from '../icons/piano';
|
|
2021
2029
|
// PictureInPicture aliases
|
|
2022
2030
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2023
2031
|
// PiggyBank aliases
|
|
@@ -2026,20 +2034,20 @@ export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
|
2026
2034
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2027
2035
|
// PilcrowRight aliases
|
|
2028
2036
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2029
|
-
// PillBottle aliases
|
|
2030
|
-
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2031
2037
|
// Pilcrow aliases
|
|
2032
2038
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2033
2039
|
// Pill aliases
|
|
2034
2040
|
export { default as PillIcon } from '../icons/pill';
|
|
2041
|
+
// PillBottle aliases
|
|
2042
|
+
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2035
2043
|
// PinOff aliases
|
|
2036
2044
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2045
|
+
// Pin aliases
|
|
2046
|
+
export { default as PinIcon } from '../icons/pin';
|
|
2037
2047
|
// Pipette aliases
|
|
2038
2048
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2039
2049
|
// Pizza aliases
|
|
2040
2050
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2041
|
-
// Pin aliases
|
|
2042
|
-
export { default as PinIcon } from '../icons/pin';
|
|
2043
2051
|
// PlaneLanding aliases
|
|
2044
2052
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2045
2053
|
// PlaneTakeoff aliases
|
|
@@ -2048,14 +2056,14 @@ export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
|
2048
2056
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2049
2057
|
// PlayOff aliases
|
|
2050
2058
|
export { default as PlayOffIcon } from '../icons/play-off';
|
|
2059
|
+
// Play aliases
|
|
2060
|
+
export { default as PlayIcon } from '../icons/play';
|
|
2051
2061
|
// Plug2 aliases
|
|
2052
2062
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2053
2063
|
// Plug aliases
|
|
2054
2064
|
export { default as PlugIcon } from '../icons/plug';
|
|
2055
2065
|
// Plus aliases
|
|
2056
2066
|
export { default as PlusIcon } from '../icons/plus';
|
|
2057
|
-
// Play aliases
|
|
2058
|
-
export { default as PlayIcon } from '../icons/play';
|
|
2059
2067
|
// PocketKnife aliases
|
|
2060
2068
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2061
2069
|
// Podcast aliases
|
|
@@ -2066,48 +2074,48 @@ export { default as PodiumIcon } from '../icons/podium';
|
|
|
2066
2074
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2067
2075
|
// Pointer aliases
|
|
2068
2076
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2069
|
-
// Popsicle aliases
|
|
2070
|
-
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2071
2077
|
// Popcorn aliases
|
|
2072
2078
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2079
|
+
// Popsicle aliases
|
|
2080
|
+
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2073
2081
|
// PoundSterling aliases
|
|
2074
2082
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2075
|
-
// Power aliases
|
|
2076
|
-
export { default as PowerIcon } from '../icons/power';
|
|
2077
2083
|
// PowerOff aliases
|
|
2078
2084
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2085
|
+
// Power aliases
|
|
2086
|
+
export { default as PowerIcon } from '../icons/power';
|
|
2079
2087
|
// Presentation aliases
|
|
2080
2088
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2081
|
-
// PrinterCheck aliases
|
|
2082
|
-
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2083
2089
|
// PrinterX aliases
|
|
2084
2090
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2091
|
+
// PrinterCheck aliases
|
|
2092
|
+
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2085
2093
|
// Printer aliases
|
|
2086
2094
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2087
|
-
// Proportions aliases
|
|
2088
|
-
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2089
2095
|
// Projector aliases
|
|
2090
2096
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2091
|
-
//
|
|
2092
|
-
export { default as
|
|
2097
|
+
// Proportions aliases
|
|
2098
|
+
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2093
2099
|
// Puzzle aliases
|
|
2094
2100
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2095
|
-
// QrCode aliases
|
|
2096
|
-
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2097
2101
|
// Quote aliases
|
|
2098
2102
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2103
|
+
// Pyramid aliases
|
|
2104
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2105
|
+
// QrCode aliases
|
|
2106
|
+
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2099
2107
|
// Radar aliases
|
|
2100
2108
|
export { default as RadarIcon } from '../icons/radar';
|
|
2101
|
-
// Radiation aliases
|
|
2102
|
-
export { default as RadiationIcon } from '../icons/radiation';
|
|
2103
2109
|
// Rabbit aliases
|
|
2104
2110
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2111
|
+
// Radiation aliases
|
|
2112
|
+
export { default as RadiationIcon } from '../icons/radiation';
|
|
2105
2113
|
// Radical aliases
|
|
2106
2114
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2107
|
-
// RadioReceiver aliases
|
|
2108
|
-
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2109
2115
|
// RadioOff aliases
|
|
2110
2116
|
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2117
|
+
// RadioReceiver aliases
|
|
2118
|
+
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2111
2119
|
// RadioTower aliases
|
|
2112
2120
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2113
2121
|
// Radio aliases
|
|
@@ -2126,36 +2134,36 @@ export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
|
2126
2134
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2127
2135
|
// ReceiptIndianRupee aliases
|
|
2128
2136
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2129
|
-
// ReceiptJapaneseYen aliases
|
|
2130
|
-
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2131
2137
|
// ReceiptPoundSterling aliases
|
|
2132
2138
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2139
|
+
// ReceiptJapaneseYen aliases
|
|
2140
|
+
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2133
2141
|
// ReceiptRussianRuble aliases
|
|
2134
2142
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2135
2143
|
// ReceiptSwissFranc aliases
|
|
2136
2144
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2137
2145
|
// ReceiptText aliases
|
|
2138
2146
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2139
|
-
// ReceiptTurkishLira aliases
|
|
2140
|
-
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2141
2147
|
// Receipt aliases
|
|
2142
2148
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2149
|
+
// ReceiptTurkishLira aliases
|
|
2150
|
+
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2143
2151
|
// RectangleCircle aliases
|
|
2144
2152
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2145
2153
|
// RectangleGoggles aliases
|
|
2146
2154
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2147
2155
|
// RectangleHorizontal aliases
|
|
2148
2156
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2157
|
+
// RectangleVertical aliases
|
|
2158
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2149
2159
|
// Recycle aliases
|
|
2150
2160
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2151
2161
|
// Redo2 aliases
|
|
2152
2162
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2153
|
-
// RectangleVertical aliases
|
|
2154
|
-
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2155
|
-
// RedoDot aliases
|
|
2156
|
-
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2157
2163
|
// Redo aliases
|
|
2158
2164
|
export { default as RedoIcon } from '../icons/redo';
|
|
2165
|
+
// RedoDot aliases
|
|
2166
|
+
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2159
2167
|
// RefreshCcwDot aliases
|
|
2160
2168
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2161
2169
|
// RefreshCcw aliases
|
|
@@ -2164,22 +2172,22 @@ export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
|
2164
2172
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2165
2173
|
// RefreshCw aliases
|
|
2166
2174
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2167
|
-
// RemoveFormatting aliases
|
|
2168
|
-
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2169
2175
|
// Refrigerator aliases
|
|
2170
2176
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2171
2177
|
// Regex aliases
|
|
2172
2178
|
export { default as RegexIcon } from '../icons/regex';
|
|
2179
|
+
// RemoveFormatting aliases
|
|
2180
|
+
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2173
2181
|
// Repeat1 aliases
|
|
2174
2182
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2175
2183
|
// Repeat2 aliases
|
|
2176
2184
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2185
|
+
// RepeatOff aliases
|
|
2186
|
+
export { default as RepeatOffIcon } from '../icons/repeat-off';
|
|
2177
2187
|
// Repeat aliases
|
|
2178
2188
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2179
2189
|
// ReplaceAll aliases
|
|
2180
2190
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2181
|
-
// RepeatOff aliases
|
|
2182
|
-
export { default as RepeatOffIcon } from '../icons/repeat-off';
|
|
2183
2191
|
// Replace aliases
|
|
2184
2192
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2185
2193
|
// ReplyAll aliases
|
|
@@ -2190,20 +2198,20 @@ export { default as RewindIcon } from '../icons/rewind';
|
|
|
2190
2198
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2191
2199
|
// Ribbon aliases
|
|
2192
2200
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2193
|
-
// Rocket aliases
|
|
2194
|
-
export { default as RocketIcon } from '../icons/rocket';
|
|
2195
2201
|
// Road aliases
|
|
2196
2202
|
export { default as RoadIcon } from '../icons/road';
|
|
2197
2203
|
// RockingChair aliases
|
|
2198
2204
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2199
2205
|
// RollerCoaster aliases
|
|
2200
2206
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2201
|
-
// RotateCcwKey aliases
|
|
2202
|
-
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2203
2207
|
// Rose aliases
|
|
2204
2208
|
export { default as RoseIcon } from '../icons/rose';
|
|
2209
|
+
// Rocket aliases
|
|
2210
|
+
export { default as RocketIcon } from '../icons/rocket';
|
|
2205
2211
|
// RotateCcwSquare aliases
|
|
2206
2212
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2213
|
+
// RotateCcwKey aliases
|
|
2214
|
+
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2207
2215
|
// RotateCcw aliases
|
|
2208
2216
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2209
2217
|
// RotateCwSquare aliases
|
|
@@ -2240,14 +2248,16 @@ export { default as SatelliteIcon } from '../icons/satellite';
|
|
|
2240
2248
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2241
2249
|
// SaveAll aliases
|
|
2242
2250
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2251
|
+
// SaveCheck aliases
|
|
2252
|
+
export { default as SaveCheckIcon } from '../icons/save-check';
|
|
2253
|
+
// SaveOff aliases
|
|
2254
|
+
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2243
2255
|
// SavePen aliases
|
|
2244
2256
|
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2245
2257
|
// SavePlus aliases
|
|
2246
2258
|
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2247
2259
|
// Save aliases
|
|
2248
2260
|
export { default as SaveIcon } from '../icons/save';
|
|
2249
|
-
// SaveOff aliases
|
|
2250
|
-
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2251
2261
|
// Scale aliases
|
|
2252
2262
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2253
2263
|
// Scaling aliases
|
|
@@ -2264,10 +2274,10 @@ export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
|
2264
2274
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2265
2275
|
// ScanQrCode aliases
|
|
2266
2276
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2267
|
-
// ScanSearch aliases
|
|
2268
|
-
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2269
2277
|
// ScanText aliases
|
|
2270
2278
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2279
|
+
// ScanSearch aliases
|
|
2280
|
+
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2271
2281
|
// Scan aliases
|
|
2272
2282
|
export { default as ScanIcon } from '../icons/scan';
|
|
2273
2283
|
// School aliases
|
|
@@ -2288,120 +2298,120 @@ export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
|
2288
2298
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2289
2299
|
// SearchAlert aliases
|
|
2290
2300
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2291
|
-
// SearchCode aliases
|
|
2292
|
-
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2293
2301
|
// SearchCheck aliases
|
|
2294
2302
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2295
|
-
//
|
|
2296
|
-
export { default as
|
|
2303
|
+
// SearchCode aliases
|
|
2304
|
+
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2297
2305
|
// SearchSlash aliases
|
|
2298
2306
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2307
|
+
// SearchX aliases
|
|
2308
|
+
export { default as SearchXIcon } from '../icons/search-x';
|
|
2299
2309
|
// Search aliases
|
|
2300
2310
|
export { default as SearchIcon } from '../icons/search';
|
|
2301
2311
|
// Section aliases
|
|
2302
2312
|
export { default as SectionIcon } from '../icons/section';
|
|
2303
2313
|
// SendToBack aliases
|
|
2304
2314
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2305
|
-
// Send aliases
|
|
2306
|
-
export { default as SendIcon } from '../icons/send';
|
|
2307
2315
|
// SeparatorHorizontal aliases
|
|
2308
2316
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2309
|
-
//
|
|
2310
|
-
export { default as
|
|
2317
|
+
// Send aliases
|
|
2318
|
+
export { default as SendIcon } from '../icons/send';
|
|
2311
2319
|
// SeparatorVertical aliases
|
|
2312
2320
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2321
|
+
// ServerCog aliases
|
|
2322
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2313
2323
|
// ServerCrash aliases
|
|
2314
2324
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2315
|
-
// Server aliases
|
|
2316
|
-
export { default as ServerIcon } from '../icons/server';
|
|
2317
2325
|
// ServerOff aliases
|
|
2318
2326
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2327
|
+
// Server aliases
|
|
2328
|
+
export { default as ServerIcon } from '../icons/server';
|
|
2319
2329
|
// Settings2 aliases
|
|
2320
2330
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2321
2331
|
// Settings aliases
|
|
2322
2332
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2323
2333
|
// Shapes aliases
|
|
2324
2334
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2325
|
-
// Share aliases
|
|
2326
|
-
export { default as ShareIcon } from '../icons/share';
|
|
2327
2335
|
// Share2 aliases
|
|
2328
2336
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2337
|
+
// Share aliases
|
|
2338
|
+
export { default as ShareIcon } from '../icons/share';
|
|
2329
2339
|
// Sheet aliases
|
|
2330
2340
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2331
|
-
// ShelvingUnit aliases
|
|
2332
|
-
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2333
2341
|
// Shell aliases
|
|
2334
2342
|
export { default as ShellIcon } from '../icons/shell';
|
|
2343
|
+
// ShelvingUnit aliases
|
|
2344
|
+
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2335
2345
|
// ShieldAlert aliases
|
|
2336
2346
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2337
|
-
// ShieldBan aliases
|
|
2338
|
-
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2339
2347
|
// ShieldCheck aliases
|
|
2340
2348
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2349
|
+
// ShieldBan aliases
|
|
2350
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2341
2351
|
// ShieldCogCorner aliases
|
|
2342
2352
|
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2353
|
+
// ShieldCog aliases
|
|
2354
|
+
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2343
2355
|
// ShieldEllipsis aliases
|
|
2344
2356
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2345
2357
|
// ShieldHalf aliases
|
|
2346
2358
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2347
2359
|
// ShieldMinus aliases
|
|
2348
2360
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2349
|
-
// ShieldCog aliases
|
|
2350
|
-
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2351
2361
|
// ShieldOff aliases
|
|
2352
2362
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2353
|
-
// ShieldUser aliases
|
|
2354
|
-
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2355
2363
|
// ShieldPlus aliases
|
|
2356
2364
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2365
|
+
// ShieldUser aliases
|
|
2366
|
+
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2357
2367
|
// Shield aliases
|
|
2358
2368
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2359
2369
|
// ShipWheel aliases
|
|
2360
2370
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2371
|
+
// Ship aliases
|
|
2372
|
+
export { default as ShipIcon } from '../icons/ship';
|
|
2361
2373
|
// Shirt aliases
|
|
2362
2374
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2363
2375
|
// ShoppingBag aliases
|
|
2364
2376
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2365
|
-
// Ship aliases
|
|
2366
|
-
export { default as ShipIcon } from '../icons/ship';
|
|
2367
|
-
// ShoppingBasket aliases
|
|
2368
|
-
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2369
2377
|
// ShoppingCart aliases
|
|
2370
2378
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2379
|
+
// ShoppingBasket aliases
|
|
2380
|
+
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2371
2381
|
// Shovel aliases
|
|
2372
2382
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2373
|
-
// Shredder aliases
|
|
2374
|
-
export { default as ShredderIcon } from '../icons/shredder';
|
|
2375
2383
|
// ShowerHead aliases
|
|
2376
2384
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2377
|
-
//
|
|
2378
|
-
export { default as
|
|
2385
|
+
// Shredder aliases
|
|
2386
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2379
2387
|
// Shrimp aliases
|
|
2380
2388
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2381
|
-
//
|
|
2382
|
-
export { default as
|
|
2389
|
+
// Shrink aliases
|
|
2390
|
+
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2383
2391
|
// Shrub aliases
|
|
2384
2392
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2393
|
+
// Shuffle aliases
|
|
2394
|
+
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2385
2395
|
// Sigma aliases
|
|
2386
2396
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2387
|
-
// SignalLow aliases
|
|
2388
|
-
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2389
2397
|
// SignalHigh aliases
|
|
2390
2398
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2391
|
-
//
|
|
2392
|
-
export { default as
|
|
2399
|
+
// SignalLow aliases
|
|
2400
|
+
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2393
2401
|
// SignalZero aliases
|
|
2394
2402
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2395
|
-
//
|
|
2396
|
-
export { default as
|
|
2403
|
+
// SignalMedium aliases
|
|
2404
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2397
2405
|
// Signal aliases
|
|
2398
2406
|
export { default as SignalIcon } from '../icons/signal';
|
|
2407
|
+
// Signature aliases
|
|
2408
|
+
export { default as SignatureIcon } from '../icons/signature';
|
|
2399
2409
|
// SignpostBig aliases
|
|
2400
2410
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2401
|
-
// Siren aliases
|
|
2402
|
-
export { default as SirenIcon } from '../icons/siren';
|
|
2403
2411
|
// Signpost aliases
|
|
2404
2412
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2413
|
+
// Siren aliases
|
|
2414
|
+
export { default as SirenIcon } from '../icons/siren';
|
|
2405
2415
|
// SkipBack aliases
|
|
2406
2416
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2407
2417
|
// SkipForward aliases
|
|
@@ -2414,50 +2424,50 @@ export { default as SlashIcon } from '../icons/slash';
|
|
|
2414
2424
|
export { default as SliceIcon } from '../icons/slice';
|
|
2415
2425
|
// SlidersHorizontal aliases
|
|
2416
2426
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2417
|
-
// SmartphoneCharging aliases
|
|
2418
|
-
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2419
2427
|
// SmartphoneNfc aliases
|
|
2420
2428
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2421
2429
|
// Smartphone aliases
|
|
2422
2430
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2423
|
-
//
|
|
2424
|
-
export { default as
|
|
2431
|
+
// SmartphoneCharging aliases
|
|
2432
|
+
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2425
2433
|
// SmilePlus aliases
|
|
2426
2434
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2435
|
+
// Smile aliases
|
|
2436
|
+
export { default as SmileIcon } from '../icons/smile';
|
|
2427
2437
|
// Snail aliases
|
|
2428
2438
|
export { default as SnailIcon } from '../icons/snail';
|
|
2429
|
-
// SoapDispenserDroplet aliases
|
|
2430
|
-
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2431
2439
|
// Snowflake aliases
|
|
2432
2440
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2441
|
+
// SoapDispenserDroplet aliases
|
|
2442
|
+
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2433
2443
|
// Sofa aliases
|
|
2434
2444
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2435
2445
|
// SolarPanel aliases
|
|
2436
2446
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2437
2447
|
// Soup aliases
|
|
2438
2448
|
export { default as SoupIcon } from '../icons/soup';
|
|
2439
|
-
// Space aliases
|
|
2440
|
-
export { default as SpaceIcon } from '../icons/space';
|
|
2441
2449
|
// Spade aliases
|
|
2442
2450
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2451
|
+
// Space aliases
|
|
2452
|
+
export { default as SpaceIcon } from '../icons/space';
|
|
2443
2453
|
// Sparkle aliases
|
|
2444
2454
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2445
2455
|
// Speaker aliases
|
|
2446
2456
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2447
2457
|
// Speech aliases
|
|
2448
2458
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2449
|
-
// SpellCheck aliases
|
|
2450
|
-
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2451
2459
|
// SpellCheck2 aliases
|
|
2452
2460
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2461
|
+
// SpellCheck aliases
|
|
2462
|
+
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2453
2463
|
// Spline aliases
|
|
2454
2464
|
export { default as SplineIcon } from '../icons/spline';
|
|
2455
|
-
// Split aliases
|
|
2456
|
-
export { default as SplitIcon } from '../icons/split';
|
|
2457
2465
|
// SplinePointer aliases
|
|
2458
2466
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2459
2467
|
// Spool aliases
|
|
2460
2468
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2469
|
+
// Split aliases
|
|
2470
|
+
export { default as SplitIcon } from '../icons/split';
|
|
2461
2471
|
// SportShoe aliases
|
|
2462
2472
|
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2463
2473
|
// Spotlight aliases
|
|
@@ -2470,10 +2480,10 @@ export { default as SproutIcon } from '../icons/sprout';
|
|
|
2470
2480
|
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2471
2481
|
// SquareArrowRightExit aliases
|
|
2472
2482
|
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2473
|
-
// SquareDashedBottomCode aliases
|
|
2474
|
-
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2475
2483
|
// SquareDashedBottom aliases
|
|
2476
2484
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2485
|
+
// SquareDashedBottomCode aliases
|
|
2486
|
+
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2477
2487
|
// SquareDashedTopSolid aliases
|
|
2478
2488
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2479
2489
|
// SquarePause aliases
|
|
@@ -2518,22 +2528,22 @@ export { default as StarMinusIcon } from '../icons/star-minus';
|
|
|
2518
2528
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2519
2529
|
// StarPlus aliases
|
|
2520
2530
|
export { default as StarPlusIcon } from '../icons/star-plus';
|
|
2521
|
-
// Star aliases
|
|
2522
|
-
export { default as StarIcon } from '../icons/star';
|
|
2523
2531
|
// StarX aliases
|
|
2524
2532
|
export { default as StarXIcon } from '../icons/star-x';
|
|
2525
|
-
//
|
|
2526
|
-
export { default as
|
|
2533
|
+
// Star aliases
|
|
2534
|
+
export { default as StarIcon } from '../icons/star';
|
|
2527
2535
|
// StepBack aliases
|
|
2528
2536
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2537
|
+
// StepForward aliases
|
|
2538
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2529
2539
|
// Stethoscope aliases
|
|
2530
2540
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2531
|
-
// Sticker aliases
|
|
2532
|
-
export { default as StickerIcon } from '../icons/sticker';
|
|
2533
2541
|
// StickyNoteCheck aliases
|
|
2534
2542
|
export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
2535
2543
|
// StickyNoteMinus aliases
|
|
2536
2544
|
export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
2545
|
+
// Sticker aliases
|
|
2546
|
+
export { default as StickerIcon } from '../icons/sticker';
|
|
2537
2547
|
// StickyNoteOff aliases
|
|
2538
2548
|
export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
2539
2549
|
// StickyNotePlus aliases
|
|
@@ -2554,32 +2564,34 @@ export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
|
2554
2564
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2555
2565
|
// Strikethrough aliases
|
|
2556
2566
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2557
|
-
// SunDim aliases
|
|
2558
|
-
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2559
2567
|
// Subscript aliases
|
|
2560
2568
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2569
|
+
// SunDim aliases
|
|
2570
|
+
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2571
|
+
// Summary aliases
|
|
2572
|
+
export { default as SummaryIcon } from '../icons/summary';
|
|
2573
|
+
// SunMedium aliases
|
|
2574
|
+
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2561
2575
|
// SunMoon aliases
|
|
2562
2576
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2563
2577
|
// SunSnow aliases
|
|
2564
2578
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2565
|
-
// SunMedium aliases
|
|
2566
|
-
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2567
2579
|
// Sun aliases
|
|
2568
2580
|
export { default as SunIcon } from '../icons/sun';
|
|
2569
2581
|
// Sunrise aliases
|
|
2570
2582
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2571
|
-
// Superscript aliases
|
|
2572
|
-
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2573
2583
|
// Sunset aliases
|
|
2574
2584
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2585
|
+
// Superscript aliases
|
|
2586
|
+
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2575
2587
|
// SwatchBook aliases
|
|
2576
2588
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2577
2589
|
// SwissFranc aliases
|
|
2578
2590
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2579
|
-
// Sword aliases
|
|
2580
|
-
export { default as SwordIcon } from '../icons/sword';
|
|
2581
2591
|
// SwitchCamera aliases
|
|
2582
2592
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2593
|
+
// Sword aliases
|
|
2594
|
+
export { default as SwordIcon } from '../icons/sword';
|
|
2583
2595
|
// Swords aliases
|
|
2584
2596
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2585
2597
|
// Syringe aliases
|
|
@@ -2604,6 +2616,10 @@ export { default as TableIcon } from '../icons/table';
|
|
|
2604
2616
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2605
2617
|
// Tablet aliases
|
|
2606
2618
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2619
|
+
// TagPlus aliases
|
|
2620
|
+
export { default as TagPlusIcon } from '../icons/tag-plus';
|
|
2621
|
+
// TagX aliases
|
|
2622
|
+
export { default as TagXIcon } from '../icons/tag-x';
|
|
2607
2623
|
// Tablets aliases
|
|
2608
2624
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2609
2625
|
// Tag aliases
|
|
@@ -2614,16 +2630,16 @@ export { default as TagsIcon } from '../icons/tags';
|
|
|
2614
2630
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2615
2631
|
// Tally2 aliases
|
|
2616
2632
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2617
|
-
// Tally4 aliases
|
|
2618
|
-
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2619
2633
|
// Tally3 aliases
|
|
2620
2634
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2621
2635
|
// Tally5 aliases
|
|
2622
2636
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2623
|
-
//
|
|
2624
|
-
export { default as
|
|
2637
|
+
// Tally4 aliases
|
|
2638
|
+
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2625
2639
|
// Tangent aliases
|
|
2626
2640
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2641
|
+
// Target aliases
|
|
2642
|
+
export { default as TargetIcon } from '../icons/target';
|
|
2627
2643
|
// Telescope aliases
|
|
2628
2644
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2629
2645
|
// TentTree aliases
|
|
@@ -2632,10 +2648,10 @@ export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
|
2632
2648
|
export { default as TentIcon } from '../icons/tent';
|
|
2633
2649
|
// Terminal aliases
|
|
2634
2650
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2635
|
-
// TestTube aliases
|
|
2636
|
-
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2637
2651
|
// TestTubes aliases
|
|
2638
2652
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2653
|
+
// TestTube aliases
|
|
2654
|
+
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2639
2655
|
// TextCursorInput aliases
|
|
2640
2656
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2641
2657
|
// TextCursor aliases
|
|
@@ -2658,12 +2674,12 @@ export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
|
2658
2674
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2659
2675
|
// TicketCheck aliases
|
|
2660
2676
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2661
|
-
// TicketPercent aliases
|
|
2662
|
-
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2663
|
-
// TicketPlus aliases
|
|
2664
|
-
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2665
2677
|
// TicketMinus aliases
|
|
2666
2678
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2679
|
+
// TicketPlus aliases
|
|
2680
|
+
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2681
|
+
// TicketPercent aliases
|
|
2682
|
+
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2667
2683
|
// TicketSlash aliases
|
|
2668
2684
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2669
2685
|
// TicketX aliases
|
|
@@ -2674,10 +2690,10 @@ export { default as TicketIcon } from '../icons/ticket';
|
|
|
2674
2690
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2675
2691
|
// Tickets aliases
|
|
2676
2692
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2677
|
-
// TimerOff aliases
|
|
2678
|
-
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2679
2693
|
// Timeline aliases
|
|
2680
2694
|
export { default as TimelineIcon } from '../icons/timeline';
|
|
2695
|
+
// TimerOff aliases
|
|
2696
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2681
2697
|
// TimerReset aliases
|
|
2682
2698
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2683
2699
|
// Timer aliases
|
|
@@ -2696,12 +2712,12 @@ export { default as ToolboxIcon } from '../icons/toolbox';
|
|
|
2696
2712
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2697
2713
|
// Torus aliases
|
|
2698
2714
|
export { default as TorusIcon } from '../icons/torus';
|
|
2715
|
+
// Touchpad aliases
|
|
2716
|
+
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2699
2717
|
// TouchpadOff aliases
|
|
2700
2718
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2701
2719
|
// TowelRack aliases
|
|
2702
2720
|
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2703
|
-
// Touchpad aliases
|
|
2704
|
-
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2705
2721
|
// TowerControl aliases
|
|
2706
2722
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2707
2723
|
// ToyBrick aliases
|
|
@@ -2724,20 +2740,20 @@ export { default as Trash2Icon } from '../icons/trash-2';
|
|
|
2724
2740
|
export { default as TrashIcon } from '../icons/trash';
|
|
2725
2741
|
// TreeDeciduous aliases
|
|
2726
2742
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2727
|
-
// Trees aliases
|
|
2728
|
-
export { default as TreesIcon } from '../icons/trees';
|
|
2729
2743
|
// TreePine aliases
|
|
2730
2744
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2731
2745
|
// TrendingDown aliases
|
|
2732
2746
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2747
|
+
// Trees aliases
|
|
2748
|
+
export { default as TreesIcon } from '../icons/trees';
|
|
2733
2749
|
// TrendingUpDown aliases
|
|
2734
2750
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2735
2751
|
// TrendingUp aliases
|
|
2736
2752
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2737
|
-
// TriangleRight aliases
|
|
2738
|
-
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2739
2753
|
// TriangleDashed aliases
|
|
2740
2754
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2755
|
+
// TriangleRight aliases
|
|
2756
|
+
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2741
2757
|
// Triangle aliases
|
|
2742
2758
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2743
2759
|
// Trophy aliases
|
|
@@ -2756,52 +2772,54 @@ export { default as TurtleIcon } from '../icons/turtle';
|
|
|
2756
2772
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2757
2773
|
// Tv aliases
|
|
2758
2774
|
export { default as TvIcon } from '../icons/tv';
|
|
2759
|
-
// UmbrellaOff aliases
|
|
2760
|
-
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2761
|
-
// Type aliases
|
|
2762
|
-
export { default as TypeIcon } from '../icons/type';
|
|
2763
2775
|
// TypeOutline aliases
|
|
2764
2776
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2777
|
+
// Type aliases
|
|
2778
|
+
export { default as TypeIcon } from '../icons/type';
|
|
2765
2779
|
// Umbrella aliases
|
|
2766
2780
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2781
|
+
// UmbrellaOff aliases
|
|
2782
|
+
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2767
2783
|
// Underline aliases
|
|
2768
2784
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2769
2785
|
// Undo2 aliases
|
|
2770
2786
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2771
|
-
// Undo aliases
|
|
2772
|
-
export { default as UndoIcon } from '../icons/undo';
|
|
2773
2787
|
// UndoDot aliases
|
|
2774
2788
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2775
|
-
//
|
|
2776
|
-
export { default as
|
|
2777
|
-
// Unlink2 aliases
|
|
2778
|
-
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2789
|
+
// Undo aliases
|
|
2790
|
+
export { default as UndoIcon } from '../icons/undo';
|
|
2779
2791
|
// UnfoldVertical aliases
|
|
2780
2792
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2793
|
+
// UnfoldHorizontal aliases
|
|
2794
|
+
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2781
2795
|
// Ungroup aliases
|
|
2782
2796
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2797
|
+
// Unlink2 aliases
|
|
2798
|
+
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2783
2799
|
// Unlink aliases
|
|
2784
2800
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2785
2801
|
// Unplug aliases
|
|
2786
2802
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2787
|
-
// Upload aliases
|
|
2788
|
-
export { default as UploadIcon } from '../icons/upload';
|
|
2789
2803
|
// Usb aliases
|
|
2790
2804
|
export { default as UsbIcon } from '../icons/usb';
|
|
2805
|
+
// Upload aliases
|
|
2806
|
+
export { default as UploadIcon } from '../icons/upload';
|
|
2791
2807
|
// UserCheck aliases
|
|
2792
2808
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2793
2809
|
// UserCog aliases
|
|
2794
2810
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2795
|
-
// UserKey aliases
|
|
2796
|
-
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2797
2811
|
// UserLock aliases
|
|
2798
2812
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2813
|
+
// UserKey aliases
|
|
2814
|
+
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2799
2815
|
// UserMinus aliases
|
|
2800
2816
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2801
2817
|
// UserPen aliases
|
|
2802
2818
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2803
2819
|
// UserPlus aliases
|
|
2804
2820
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2821
|
+
// UserRoundArrowLeft aliases
|
|
2822
|
+
export { default as UserRoundArrowLeftIcon } from '../icons/user-round-arrow-left';
|
|
2805
2823
|
// UserRoundKey aliases
|
|
2806
2824
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2807
2825
|
// UserRoundPen aliases
|
|
@@ -2826,28 +2844,28 @@ export { default as VanIcon } from '../icons/van';
|
|
|
2826
2844
|
export { default as VariableIcon } from '../icons/variable';
|
|
2827
2845
|
// Vault aliases
|
|
2828
2846
|
export { default as VaultIcon } from '../icons/vault';
|
|
2847
|
+
// VectorSquare aliases
|
|
2848
|
+
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2829
2849
|
// Vegan aliases
|
|
2830
2850
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2831
2851
|
// VenetianMask aliases
|
|
2832
2852
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2833
2853
|
// VenusAndMars aliases
|
|
2834
2854
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2835
|
-
// VectorSquare aliases
|
|
2836
|
-
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2837
2855
|
// Venus aliases
|
|
2838
2856
|
export { default as VenusIcon } from '../icons/venus';
|
|
2839
2857
|
// VibrateOff aliases
|
|
2840
2858
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2841
2859
|
// Vibrate aliases
|
|
2842
2860
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2843
|
-
// Video aliases
|
|
2844
|
-
export { default as VideoIcon } from '../icons/video';
|
|
2845
2861
|
// VideoOff aliases
|
|
2846
2862
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2847
|
-
//
|
|
2848
|
-
export { default as
|
|
2863
|
+
// Video aliases
|
|
2864
|
+
export { default as VideoIcon } from '../icons/video';
|
|
2849
2865
|
// Videotape aliases
|
|
2850
2866
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2867
|
+
// View aliases
|
|
2868
|
+
export { default as ViewIcon } from '../icons/view';
|
|
2851
2869
|
// Voicemail aliases
|
|
2852
2870
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2853
2871
|
// Volleyball aliases
|
|
@@ -2866,10 +2884,10 @@ export { default as VolumeXIcon } from '../icons/volume-x';
|
|
|
2866
2884
|
export { default as VoteIcon } from '../icons/vote';
|
|
2867
2885
|
// WalletCards aliases
|
|
2868
2886
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2869
|
-
// Wallet aliases
|
|
2870
|
-
export { default as WalletIcon } from '../icons/wallet';
|
|
2871
2887
|
// Wallpaper aliases
|
|
2872
2888
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2889
|
+
// Wallet aliases
|
|
2890
|
+
export { default as WalletIcon } from '../icons/wallet';
|
|
2873
2891
|
// Wand aliases
|
|
2874
2892
|
export { default as WandIcon } from '../icons/wand';
|
|
2875
2893
|
// Warehouse aliases
|
|
@@ -2908,14 +2926,14 @@ export { default as WheatIcon } from '../icons/wheat';
|
|
|
2908
2926
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2909
2927
|
// WifiCog aliases
|
|
2910
2928
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2911
|
-
// WifiLow aliases
|
|
2912
|
-
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2913
2929
|
// WifiHigh aliases
|
|
2914
2930
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2915
|
-
//
|
|
2916
|
-
export { default as
|
|
2931
|
+
// WifiLow aliases
|
|
2932
|
+
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2917
2933
|
// WifiPen aliases
|
|
2918
2934
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2935
|
+
// WifiOff aliases
|
|
2936
|
+
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2919
2937
|
// WifiSync aliases
|
|
2920
2938
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2921
2939
|
// WifiZero aliases
|
|
@@ -2936,10 +2954,10 @@ export { default as WorkflowIcon } from '../icons/workflow';
|
|
|
2936
2954
|
export { default as WormIcon } from '../icons/worm';
|
|
2937
2955
|
// WrenchOff aliases
|
|
2938
2956
|
export { default as WrenchOffIcon } from '../icons/wrench-off';
|
|
2939
|
-
// Wrench aliases
|
|
2940
|
-
export { default as WrenchIcon } from '../icons/wrench';
|
|
2941
2957
|
// XLineTop aliases
|
|
2942
2958
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
2959
|
+
// Wrench aliases
|
|
2960
|
+
export { default as WrenchIcon } from '../icons/wrench';
|
|
2943
2961
|
// X aliases
|
|
2944
2962
|
export { default as XIcon } from '../icons/x';
|
|
2945
2963
|
// ZapOff aliases
|
|
@@ -2954,10 +2972,10 @@ export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
|
2954
2972
|
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
2955
2973
|
// ZodiacCapricorn aliases
|
|
2956
2974
|
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
2957
|
-
// ZodiacGemini aliases
|
|
2958
|
-
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
2959
2975
|
// ZodiacLeo aliases
|
|
2960
2976
|
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
2977
|
+
// ZodiacGemini aliases
|
|
2978
|
+
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
2961
2979
|
// ZodiacLibra aliases
|
|
2962
2980
|
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
2963
2981
|
// ZodiacOphiuchus aliases
|
|
@@ -2968,12 +2986,12 @@ export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
|
2968
2986
|
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
2969
2987
|
// ZodiacScorpio aliases
|
|
2970
2988
|
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
2989
|
+
// ZodiacTaurus aliases
|
|
2990
|
+
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
2971
2991
|
// ZodiacVirgo aliases
|
|
2972
2992
|
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
2973
2993
|
// ZoomIn aliases
|
|
2974
2994
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2975
|
-
// ZodiacTaurus aliases
|
|
2976
|
-
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
2977
2995
|
// ZoomOut aliases
|
|
2978
2996
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2979
2997
|
// ArrowDown01 aliases
|
|
@@ -3020,12 +3038,6 @@ export {
|
|
|
3020
3038
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
|
|
3021
3039
|
default as ArrowDownZaIcon
|
|
3022
3040
|
} from '../icons/arrow-down-z-a';
|
|
3023
|
-
// ArrowUpNarrowWide aliases
|
|
3024
|
-
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3025
|
-
export {
|
|
3026
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
3027
|
-
default as SortAscIcon
|
|
3028
|
-
} from '../icons/arrow-up-narrow-wide';
|
|
3029
3041
|
// ArrowUpAZ aliases
|
|
3030
3042
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
3031
3043
|
export {
|
|
@@ -3038,18 +3050,24 @@ export {
|
|
|
3038
3050
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
3039
3051
|
default as ArrowUpZaIcon
|
|
3040
3052
|
} from '../icons/arrow-up-z-a';
|
|
3041
|
-
//
|
|
3042
|
-
export { default as
|
|
3053
|
+
// ArrowUpNarrowWide aliases
|
|
3054
|
+
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3043
3055
|
export {
|
|
3044
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3045
|
-
default as
|
|
3046
|
-
} from '../icons/
|
|
3056
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
3057
|
+
default as SortAscIcon
|
|
3058
|
+
} from '../icons/arrow-up-narrow-wide';
|
|
3047
3059
|
// Axis3d aliases
|
|
3048
3060
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
3049
3061
|
export {
|
|
3050
3062
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
3051
3063
|
default as Axis3DIcon
|
|
3052
3064
|
} from '../icons/axis-3d';
|
|
3065
|
+
// BadgeCheck aliases
|
|
3066
|
+
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
3067
|
+
export {
|
|
3068
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
3069
|
+
default as VerifiedIcon
|
|
3070
|
+
} from '../icons/badge-check';
|
|
3053
3071
|
// BadgeQuestionMark aliases
|
|
3054
3072
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
3055
3073
|
export {
|
|
@@ -3074,30 +3092,30 @@ export {
|
|
|
3074
3092
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
3075
3093
|
default as CurlyBracesIcon
|
|
3076
3094
|
} from '../icons/braces';
|
|
3077
|
-
// BookDashed aliases
|
|
3078
|
-
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3079
|
-
export {
|
|
3080
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
3081
|
-
default as BookTemplateIcon
|
|
3082
|
-
} from '../icons/book-dashed';
|
|
3083
|
-
// ChartBarBig aliases
|
|
3084
|
-
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3085
|
-
export {
|
|
3086
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
3087
|
-
default as BarChartHorizontalBigIcon
|
|
3088
|
-
} from '../icons/chart-bar-big';
|
|
3089
3095
|
// Captions aliases
|
|
3090
3096
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
3091
3097
|
export {
|
|
3092
3098
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
3093
3099
|
default as SubtitlesIcon
|
|
3094
3100
|
} from '../icons/captions';
|
|
3101
|
+
// BookDashed aliases
|
|
3102
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3103
|
+
export {
|
|
3104
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
3105
|
+
default as BookTemplateIcon
|
|
3106
|
+
} from '../icons/book-dashed';
|
|
3095
3107
|
// ChartArea aliases
|
|
3096
3108
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3097
3109
|
export {
|
|
3098
3110
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
3099
3111
|
default as AreaChartIcon
|
|
3100
3112
|
} from '../icons/chart-area';
|
|
3113
|
+
// ChartBarBig aliases
|
|
3114
|
+
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3115
|
+
export {
|
|
3116
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
3117
|
+
default as BarChartHorizontalBigIcon
|
|
3118
|
+
} from '../icons/chart-bar-big';
|
|
3101
3119
|
// ChartBar aliases
|
|
3102
3120
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3103
3121
|
export {
|
|
@@ -3134,12 +3152,6 @@ export {
|
|
|
3134
3152
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
3135
3153
|
default as LineChartIcon
|
|
3136
3154
|
} from '../icons/chart-line';
|
|
3137
|
-
// ChartNoAxesGantt aliases
|
|
3138
|
-
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3139
|
-
export {
|
|
3140
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
3141
|
-
default as GanttChartIcon
|
|
3142
|
-
} from '../icons/chart-no-axes-gantt';
|
|
3143
3155
|
// ChartNoAxesColumnIncreasing aliases
|
|
3144
3156
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3145
3157
|
export {
|
|
@@ -3158,12 +3170,12 @@ export {
|
|
|
3158
3170
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
3159
3171
|
default as PieChartIcon
|
|
3160
3172
|
} from '../icons/chart-pie';
|
|
3161
|
-
//
|
|
3162
|
-
export { default as
|
|
3173
|
+
// ChartNoAxesGantt aliases
|
|
3174
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3163
3175
|
export {
|
|
3164
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3165
|
-
default as
|
|
3166
|
-
} from '../icons/chart-
|
|
3176
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
3177
|
+
default as GanttChartIcon
|
|
3178
|
+
} from '../icons/chart-no-axes-gantt';
|
|
3167
3179
|
// CircleAlert aliases
|
|
3168
3180
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3169
3181
|
export {
|
|
@@ -3176,6 +3188,12 @@ export {
|
|
|
3176
3188
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3177
3189
|
default as ArrowDownCircleIcon
|
|
3178
3190
|
} from '../icons/circle-arrow-down';
|
|
3191
|
+
// ChartScatter aliases
|
|
3192
|
+
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3193
|
+
export {
|
|
3194
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3195
|
+
default as ScatterChartIcon
|
|
3196
|
+
} from '../icons/chart-scatter';
|
|
3179
3197
|
// CircleArrowLeft aliases
|
|
3180
3198
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3181
3199
|
export {
|
|
@@ -3194,42 +3212,42 @@ export {
|
|
|
3194
3212
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3195
3213
|
default as ArrowDownRightFromCircleIcon
|
|
3196
3214
|
} from '../icons/circle-arrow-out-down-right';
|
|
3197
|
-
// CircleArrowOutUpRight aliases
|
|
3198
|
-
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3199
|
-
export {
|
|
3200
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3201
|
-
default as ArrowUpRightFromCircleIcon
|
|
3202
|
-
} from '../icons/circle-arrow-out-up-right';
|
|
3203
3215
|
// CircleArrowOutUpLeft aliases
|
|
3204
3216
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3205
3217
|
export {
|
|
3206
3218
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3207
3219
|
default as ArrowUpLeftFromCircleIcon
|
|
3208
3220
|
} from '../icons/circle-arrow-out-up-left';
|
|
3221
|
+
// CircleArrowOutUpRight aliases
|
|
3222
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3223
|
+
export {
|
|
3224
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3225
|
+
default as ArrowUpRightFromCircleIcon
|
|
3226
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
3209
3227
|
// CircleArrowRight aliases
|
|
3210
3228
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3211
3229
|
export {
|
|
3212
3230
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3213
3231
|
default as ArrowRightCircleIcon
|
|
3214
3232
|
} from '../icons/circle-arrow-right';
|
|
3215
|
-
//
|
|
3216
|
-
export { default as
|
|
3233
|
+
// CircleCheckBig aliases
|
|
3234
|
+
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3217
3235
|
export {
|
|
3218
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3219
|
-
default as
|
|
3220
|
-
} from '../icons/circle-check';
|
|
3236
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3237
|
+
default as CheckCircleIcon
|
|
3238
|
+
} from '../icons/circle-check-big';
|
|
3221
3239
|
// CircleArrowUp aliases
|
|
3222
3240
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3223
3241
|
export {
|
|
3224
3242
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3225
3243
|
default as ArrowUpCircleIcon
|
|
3226
3244
|
} from '../icons/circle-arrow-up';
|
|
3227
|
-
//
|
|
3228
|
-
export { default as
|
|
3245
|
+
// CircleCheck aliases
|
|
3246
|
+
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3229
3247
|
export {
|
|
3230
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3231
|
-
default as
|
|
3232
|
-
} from '../icons/circle-check
|
|
3248
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3249
|
+
default as CheckCircle2Icon
|
|
3250
|
+
} from '../icons/circle-check';
|
|
3233
3251
|
// CircleChevronDown aliases
|
|
3234
3252
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3235
3253
|
export {
|
|
@@ -3254,18 +3272,18 @@ export {
|
|
|
3254
3272
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
3255
3273
|
default as ChevronUpCircleIcon
|
|
3256
3274
|
} from '../icons/circle-chevron-up';
|
|
3257
|
-
// CircleGauge aliases
|
|
3258
|
-
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3259
|
-
export {
|
|
3260
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3261
|
-
default as GaugeCircleIcon
|
|
3262
|
-
} from '../icons/circle-gauge';
|
|
3263
3275
|
// CircleDivide aliases
|
|
3264
3276
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3265
3277
|
export {
|
|
3266
3278
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3267
3279
|
default as DivideCircleIcon
|
|
3268
3280
|
} from '../icons/circle-divide';
|
|
3281
|
+
// CircleGauge aliases
|
|
3282
|
+
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3283
|
+
export {
|
|
3284
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3285
|
+
default as GaugeCircleIcon
|
|
3286
|
+
} from '../icons/circle-gauge';
|
|
3269
3287
|
// CircleMinus aliases
|
|
3270
3288
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3271
3289
|
export {
|
|
@@ -3290,36 +3308,30 @@ export {
|
|
|
3290
3308
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3291
3309
|
default as PauseCircleIcon
|
|
3292
3310
|
} from '../icons/circle-pause';
|
|
3293
|
-
// CirclePercent aliases
|
|
3294
|
-
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3295
|
-
export {
|
|
3296
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
3297
|
-
default as PercentCircleIcon
|
|
3298
|
-
} from '../icons/circle-percent';
|
|
3299
3311
|
// CirclePlay aliases
|
|
3300
3312
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3301
3313
|
export {
|
|
3302
3314
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
3303
3315
|
default as PlayCircleIcon
|
|
3304
3316
|
} from '../icons/circle-play';
|
|
3305
|
-
//
|
|
3306
|
-
export { default as
|
|
3317
|
+
// CirclePercent aliases
|
|
3318
|
+
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3307
3319
|
export {
|
|
3308
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3309
|
-
default as
|
|
3310
|
-
} from '../icons/circle-
|
|
3320
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
3321
|
+
default as PercentCircleIcon
|
|
3322
|
+
} from '../icons/circle-percent';
|
|
3311
3323
|
// CirclePlus aliases
|
|
3312
3324
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3313
3325
|
export {
|
|
3314
3326
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
3315
3327
|
default as PlusCircleIcon
|
|
3316
3328
|
} from '../icons/circle-plus';
|
|
3317
|
-
//
|
|
3318
|
-
export { default as
|
|
3329
|
+
// CirclePower aliases
|
|
3330
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3319
3331
|
export {
|
|
3320
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3321
|
-
default as
|
|
3322
|
-
} from '../icons/circle-
|
|
3332
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
|
|
3333
|
+
default as PowerCircleIcon
|
|
3334
|
+
} from '../icons/circle-power';
|
|
3323
3335
|
// CircleQuestionMark aliases
|
|
3324
3336
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3325
3337
|
export {
|
|
@@ -3336,36 +3348,42 @@ export {
|
|
|
3336
3348
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3337
3349
|
default as StopCircleIcon
|
|
3338
3350
|
} from '../icons/circle-stop';
|
|
3351
|
+
// CircleSlash2 aliases
|
|
3352
|
+
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3353
|
+
export {
|
|
3354
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
3355
|
+
default as CircleSlashedIcon
|
|
3356
|
+
} from '../icons/circle-slash-2';
|
|
3339
3357
|
// CircleUserRound aliases
|
|
3340
3358
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3341
3359
|
export {
|
|
3342
3360
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3343
3361
|
default as UserCircle2Icon
|
|
3344
3362
|
} from '../icons/circle-user-round';
|
|
3345
|
-
// CircleX aliases
|
|
3346
|
-
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3347
|
-
export {
|
|
3348
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3349
|
-
default as XCircleIcon
|
|
3350
|
-
} from '../icons/circle-x';
|
|
3351
3363
|
// CircleUser aliases
|
|
3352
3364
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3353
3365
|
export {
|
|
3354
3366
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3355
3367
|
default as UserCircleIcon
|
|
3356
3368
|
} from '../icons/circle-user';
|
|
3357
|
-
//
|
|
3358
|
-
export { default as
|
|
3369
|
+
// CircleX aliases
|
|
3370
|
+
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3359
3371
|
export {
|
|
3360
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3361
|
-
default as
|
|
3362
|
-
} from '../icons/
|
|
3372
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3373
|
+
default as XCircleIcon
|
|
3374
|
+
} from '../icons/circle-x';
|
|
3363
3375
|
// ClipboardPenLine aliases
|
|
3364
3376
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3365
3377
|
export {
|
|
3366
3378
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3367
3379
|
default as ClipboardSignatureIcon
|
|
3368
3380
|
} from '../icons/clipboard-pen-line';
|
|
3381
|
+
// ClipboardPen aliases
|
|
3382
|
+
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3383
|
+
export {
|
|
3384
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
3385
|
+
default as ClipboardEditIcon
|
|
3386
|
+
} from '../icons/clipboard-pen';
|
|
3369
3387
|
// CloudDownload aliases
|
|
3370
3388
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3371
3389
|
export {
|
|
@@ -3378,18 +3396,18 @@ export {
|
|
|
3378
3396
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3379
3397
|
default as UploadCloudIcon
|
|
3380
3398
|
} from '../icons/cloud-upload';
|
|
3381
|
-
// CodeXml aliases
|
|
3382
|
-
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3383
|
-
export {
|
|
3384
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
3385
|
-
default as Code2Icon
|
|
3386
|
-
} from '../icons/code-xml';
|
|
3387
3399
|
// Columns2 aliases
|
|
3388
3400
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3389
3401
|
export {
|
|
3390
3402
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3391
3403
|
default as ColumnsIcon
|
|
3392
3404
|
} from '../icons/columns-2';
|
|
3405
|
+
// CodeXml aliases
|
|
3406
|
+
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3407
|
+
export {
|
|
3408
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
3409
|
+
default as Code2Icon
|
|
3410
|
+
} from '../icons/code-xml';
|
|
3393
3411
|
// Columns3Cog aliases
|
|
3394
3412
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3395
3413
|
export {
|
|
@@ -3400,18 +3418,24 @@ export {
|
|
|
3400
3418
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3401
3419
|
default as TableConfigIcon
|
|
3402
3420
|
} from '../icons/columns-3-cog';
|
|
3403
|
-
// Columns3 aliases
|
|
3404
|
-
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3405
|
-
export {
|
|
3406
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3407
|
-
default as PanelsLeftRightIcon
|
|
3408
|
-
} from '../icons/columns-3';
|
|
3409
3421
|
// ContactRound aliases
|
|
3410
3422
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3411
3423
|
export {
|
|
3412
3424
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3413
3425
|
default as Contact2Icon
|
|
3414
3426
|
} from '../icons/contact-round';
|
|
3427
|
+
// Earth aliases
|
|
3428
|
+
export { default as EarthIcon } from '../icons/earth';
|
|
3429
|
+
export {
|
|
3430
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3431
|
+
default as Globe2Icon
|
|
3432
|
+
} from '../icons/earth';
|
|
3433
|
+
// Columns3 aliases
|
|
3434
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3435
|
+
export {
|
|
3436
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3437
|
+
default as PanelsLeftRightIcon
|
|
3438
|
+
} from '../icons/columns-3';
|
|
3415
3439
|
// DiamondPercent aliases
|
|
3416
3440
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3417
3441
|
export {
|
|
@@ -3424,12 +3448,6 @@ export {
|
|
|
3424
3448
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3425
3449
|
default as MoreVerticalIcon
|
|
3426
3450
|
} from '../icons/ellipsis-vertical';
|
|
3427
|
-
// Earth aliases
|
|
3428
|
-
export { default as EarthIcon } from '../icons/earth';
|
|
3429
|
-
export {
|
|
3430
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3431
|
-
default as Globe2Icon
|
|
3432
|
-
} from '../icons/earth';
|
|
3433
3451
|
// Ellipsis aliases
|
|
3434
3452
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3435
3453
|
export {
|
|
@@ -3472,12 +3490,6 @@ export {
|
|
|
3472
3490
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3473
3491
|
default as FileBarChart2Icon
|
|
3474
3492
|
} from '../icons/file-chart-column';
|
|
3475
|
-
// FileChartLine aliases
|
|
3476
|
-
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3477
|
-
export {
|
|
3478
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3479
|
-
default as FileLineChartIcon
|
|
3480
|
-
} from '../icons/file-chart-line';
|
|
3481
3493
|
// FileChartPie aliases
|
|
3482
3494
|
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3483
3495
|
export {
|
|
@@ -3490,6 +3502,12 @@ export {
|
|
|
3490
3502
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
3491
3503
|
default as FileCheck2Icon
|
|
3492
3504
|
} from '../icons/file-check-corner';
|
|
3505
|
+
// FileChartLine aliases
|
|
3506
|
+
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3507
|
+
export {
|
|
3508
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3509
|
+
default as FileLineChartIcon
|
|
3510
|
+
} from '../icons/file-chart-line';
|
|
3493
3511
|
// FileCodeCorner aliases
|
|
3494
3512
|
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3495
3513
|
export {
|
|
@@ -3530,18 +3548,18 @@ export {
|
|
|
3530
3548
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
3531
3549
|
default as FileLock2Icon
|
|
3532
3550
|
} from '../icons/file-lock';
|
|
3533
|
-
// FileMinusCorner aliases
|
|
3534
|
-
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3535
|
-
export {
|
|
3536
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
3537
|
-
default as FileMinus2Icon
|
|
3538
|
-
} from '../icons/file-minus-corner';
|
|
3539
3551
|
// FilePenLine aliases
|
|
3540
3552
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3541
3553
|
export {
|
|
3542
3554
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3543
3555
|
default as FileSignatureIcon
|
|
3544
3556
|
} from '../icons/file-pen-line';
|
|
3557
|
+
// FileMinusCorner aliases
|
|
3558
|
+
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3559
|
+
export {
|
|
3560
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
3561
|
+
default as FileMinus2Icon
|
|
3562
|
+
} from '../icons/file-minus-corner';
|
|
3545
3563
|
// FilePen aliases
|
|
3546
3564
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3547
3565
|
export {
|
|
@@ -3554,18 +3572,18 @@ export {
|
|
|
3554
3572
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
3555
3573
|
default as FileVideoIcon
|
|
3556
3574
|
} from '../icons/file-play';
|
|
3557
|
-
// FileQuestionMark aliases
|
|
3558
|
-
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3559
|
-
export {
|
|
3560
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3561
|
-
default as FileQuestionIcon
|
|
3562
|
-
} from '../icons/file-question-mark';
|
|
3563
3575
|
// FilePlusCorner aliases
|
|
3564
3576
|
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3565
3577
|
export {
|
|
3566
3578
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
3567
3579
|
default as FilePlus2Icon
|
|
3568
3580
|
} from '../icons/file-plus-corner';
|
|
3581
|
+
// FileQuestionMark aliases
|
|
3582
|
+
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3583
|
+
export {
|
|
3584
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3585
|
+
default as FileQuestionIcon
|
|
3586
|
+
} from '../icons/file-question-mark';
|
|
3569
3587
|
// FileSearchCorner aliases
|
|
3570
3588
|
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3571
3589
|
export {
|
|
@@ -3596,18 +3614,18 @@ export {
|
|
|
3596
3614
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3597
3615
|
default as FileX2Icon
|
|
3598
3616
|
} from '../icons/file-x-corner';
|
|
3599
|
-
// FolderCog aliases
|
|
3600
|
-
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3601
|
-
export {
|
|
3602
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3603
|
-
default as FolderCog2Icon
|
|
3604
|
-
} from '../icons/folder-cog';
|
|
3605
3617
|
// FingerprintPattern aliases
|
|
3606
3618
|
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3607
3619
|
export {
|
|
3608
3620
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
3609
3621
|
default as FingerprintIcon
|
|
3610
3622
|
} from '../icons/fingerprint-pattern';
|
|
3623
|
+
// FolderCog aliases
|
|
3624
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3625
|
+
export {
|
|
3626
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3627
|
+
default as FolderCog2Icon
|
|
3628
|
+
} from '../icons/folder-cog';
|
|
3611
3629
|
// FolderPen aliases
|
|
3612
3630
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3613
3631
|
export {
|
|
@@ -3632,30 +3650,30 @@ export {
|
|
|
3632
3650
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3633
3651
|
default as GitCommitIcon
|
|
3634
3652
|
} from '../icons/git-commit-horizontal';
|
|
3635
|
-
// Grid2x2Plus aliases
|
|
3636
|
-
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3637
|
-
export {
|
|
3638
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3639
|
-
default as Grid2X2PlusIcon
|
|
3640
|
-
} from '../icons/grid-2x2-plus';
|
|
3641
3653
|
// Grid2x2Check aliases
|
|
3642
3654
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3643
3655
|
export {
|
|
3644
3656
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3645
3657
|
default as Grid2X2CheckIcon
|
|
3646
3658
|
} from '../icons/grid-2x2-check';
|
|
3647
|
-
//
|
|
3648
|
-
export { default as
|
|
3659
|
+
// Grid2x2Plus aliases
|
|
3660
|
+
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3649
3661
|
export {
|
|
3650
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3651
|
-
default as
|
|
3652
|
-
} from '../icons/grid-2x2';
|
|
3662
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3663
|
+
default as Grid2X2PlusIcon
|
|
3664
|
+
} from '../icons/grid-2x2-plus';
|
|
3653
3665
|
// Grid2x2X aliases
|
|
3654
3666
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3655
3667
|
export {
|
|
3656
3668
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3657
3669
|
default as Grid2X2XIcon
|
|
3658
3670
|
} from '../icons/grid-2x2-x';
|
|
3671
|
+
// Grid2x2 aliases
|
|
3672
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3673
|
+
export {
|
|
3674
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3675
|
+
default as Grid2X2Icon
|
|
3676
|
+
} from '../icons/grid-2x2';
|
|
3659
3677
|
// Grid3x3 aliases
|
|
3660
3678
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3661
3679
|
export {
|
|
@@ -3678,12 +3696,6 @@ export {
|
|
|
3678
3696
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3679
3697
|
default as HelpingHandIcon
|
|
3680
3698
|
} from '../icons/hand-helping';
|
|
3681
|
-
// IceCreamBowl aliases
|
|
3682
|
-
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3683
|
-
export {
|
|
3684
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3685
|
-
default as IceCream2Icon
|
|
3686
|
-
} from '../icons/ice-cream-bowl';
|
|
3687
3699
|
// House aliases
|
|
3688
3700
|
export { default as HouseIcon } from '../icons/house';
|
|
3689
3701
|
export {
|
|
@@ -3696,6 +3708,12 @@ export {
|
|
|
3696
3708
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3697
3709
|
default as IceCreamIcon
|
|
3698
3710
|
} from '../icons/ice-cream-cone';
|
|
3711
|
+
// IceCreamBowl aliases
|
|
3712
|
+
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3713
|
+
export {
|
|
3714
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3715
|
+
default as IceCream2Icon
|
|
3716
|
+
} from '../icons/ice-cream-bowl';
|
|
3699
3717
|
// LaptopMinimal aliases
|
|
3700
3718
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3701
3719
|
export {
|
|
@@ -3708,16 +3726,6 @@ export {
|
|
|
3708
3726
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3709
3727
|
default as Layers3Icon
|
|
3710
3728
|
} from '../icons/layers';
|
|
3711
|
-
// ListIndentIncrease aliases
|
|
3712
|
-
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3713
|
-
export {
|
|
3714
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3715
|
-
default as IndentIcon
|
|
3716
|
-
} from '../icons/list-indent-increase';
|
|
3717
|
-
export {
|
|
3718
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3719
|
-
default as IndentIncreaseIcon
|
|
3720
|
-
} from '../icons/list-indent-increase';
|
|
3721
3729
|
// ListIndentDecrease aliases
|
|
3722
3730
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3723
3731
|
export {
|
|
@@ -3728,6 +3736,16 @@ export {
|
|
|
3728
3736
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3729
3737
|
default as IndentDecreaseIcon
|
|
3730
3738
|
} from '../icons/list-indent-decrease';
|
|
3739
|
+
// ListIndentIncrease aliases
|
|
3740
|
+
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3741
|
+
export {
|
|
3742
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3743
|
+
default as IndentIcon
|
|
3744
|
+
} from '../icons/list-indent-increase';
|
|
3745
|
+
export {
|
|
3746
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3747
|
+
default as IndentIncreaseIcon
|
|
3748
|
+
} from '../icons/list-indent-increase';
|
|
3731
3749
|
// LoaderCircle aliases
|
|
3732
3750
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3733
3751
|
export {
|
|
@@ -3740,36 +3758,36 @@ export {
|
|
|
3740
3758
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
3741
3759
|
default as UnlockKeyholeIcon
|
|
3742
3760
|
} from '../icons/lock-keyhole-open';
|
|
3743
|
-
// MailQuestionMark aliases
|
|
3744
|
-
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3745
|
-
export {
|
|
3746
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3747
|
-
default as MailQuestionIcon
|
|
3748
|
-
} from '../icons/mail-question-mark';
|
|
3749
3761
|
// LockOpen aliases
|
|
3750
3762
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3751
3763
|
export {
|
|
3752
3764
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
3753
3765
|
default as UnlockIcon
|
|
3754
3766
|
} from '../icons/lock-open';
|
|
3767
|
+
// MailQuestionMark aliases
|
|
3768
|
+
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3769
|
+
export {
|
|
3770
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3771
|
+
default as MailQuestionIcon
|
|
3772
|
+
} from '../icons/mail-question-mark';
|
|
3755
3773
|
// MapPinPen aliases
|
|
3756
3774
|
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3757
3775
|
export {
|
|
3758
3776
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
3759
3777
|
default as LocationEditIcon
|
|
3760
3778
|
} from '../icons/map-pin-pen';
|
|
3761
|
-
// MicVocal aliases
|
|
3762
|
-
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3763
|
-
export {
|
|
3764
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3765
|
-
default as Mic2Icon
|
|
3766
|
-
} from '../icons/mic-vocal';
|
|
3767
3779
|
// MessageCircleQuestionMark aliases
|
|
3768
3780
|
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3769
3781
|
export {
|
|
3770
3782
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3771
3783
|
default as MessageCircleQuestionIcon
|
|
3772
3784
|
} from '../icons/message-circle-question-mark';
|
|
3785
|
+
// MicVocal aliases
|
|
3786
|
+
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3787
|
+
export {
|
|
3788
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3789
|
+
default as Mic2Icon
|
|
3790
|
+
} from '../icons/mic-vocal';
|
|
3773
3791
|
// Move3d aliases
|
|
3774
3792
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3775
3793
|
export {
|
|
@@ -3782,12 +3800,6 @@ export {
|
|
|
3782
3800
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3783
3801
|
default as AlertOctagonIcon
|
|
3784
3802
|
} from '../icons/octagon-alert';
|
|
3785
|
-
// OctagonX aliases
|
|
3786
|
-
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3787
|
-
export {
|
|
3788
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
3789
|
-
default as XOctagonIcon
|
|
3790
|
-
} from '../icons/octagon-x';
|
|
3791
3803
|
// OctagonPause aliases
|
|
3792
3804
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3793
3805
|
export {
|
|
@@ -3800,18 +3812,24 @@ export {
|
|
|
3800
3812
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
3801
3813
|
default as Paintbrush2Icon
|
|
3802
3814
|
} from '../icons/paintbrush-vertical';
|
|
3803
|
-
//
|
|
3804
|
-
export { default as
|
|
3815
|
+
// OctagonX aliases
|
|
3816
|
+
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3805
3817
|
export {
|
|
3806
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3807
|
-
default as
|
|
3808
|
-
} from '../icons/
|
|
3818
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
3819
|
+
default as XOctagonIcon
|
|
3820
|
+
} from '../icons/octagon-x';
|
|
3809
3821
|
// PanelBottomDashed aliases
|
|
3810
3822
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3811
3823
|
export {
|
|
3812
3824
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3813
3825
|
default as PanelBottomInactiveIcon
|
|
3814
3826
|
} from '../icons/panel-bottom-dashed';
|
|
3827
|
+
// PanelLeftClose aliases
|
|
3828
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3829
|
+
export {
|
|
3830
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3831
|
+
default as SidebarCloseIcon
|
|
3832
|
+
} from '../icons/panel-left-close';
|
|
3815
3833
|
// PanelLeftDashed aliases
|
|
3816
3834
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3817
3835
|
export {
|
|
@@ -3824,18 +3842,18 @@ export {
|
|
|
3824
3842
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3825
3843
|
default as SidebarOpenIcon
|
|
3826
3844
|
} from '../icons/panel-left-open';
|
|
3827
|
-
// PanelLeft aliases
|
|
3828
|
-
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3829
|
-
export {
|
|
3830
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3831
|
-
default as SidebarIcon
|
|
3832
|
-
} from '../icons/panel-left';
|
|
3833
3845
|
// PanelRightDashed aliases
|
|
3834
3846
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3835
3847
|
export {
|
|
3836
3848
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
3837
3849
|
default as PanelRightInactiveIcon
|
|
3838
3850
|
} from '../icons/panel-right-dashed';
|
|
3851
|
+
// PanelLeft aliases
|
|
3852
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3853
|
+
export {
|
|
3854
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3855
|
+
default as SidebarIcon
|
|
3856
|
+
} from '../icons/panel-left';
|
|
3839
3857
|
// PanelTopDashed aliases
|
|
3840
3858
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3841
3859
|
export {
|
|
@@ -3854,30 +3872,30 @@ export {
|
|
|
3854
3872
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3855
3873
|
default as Edit3Icon
|
|
3856
3874
|
} from '../icons/pen-line';
|
|
3857
|
-
// Pen aliases
|
|
3858
|
-
export { default as PenIcon } from '../icons/pen';
|
|
3859
|
-
export {
|
|
3860
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3861
|
-
default as Edit2Icon
|
|
3862
|
-
} from '../icons/pen';
|
|
3863
3875
|
// PlugZap aliases
|
|
3864
3876
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3865
3877
|
export {
|
|
3866
3878
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3867
3879
|
default as PlugZap2Icon
|
|
3868
3880
|
} from '../icons/plug-zap';
|
|
3869
|
-
//
|
|
3870
|
-
export { default as
|
|
3881
|
+
// Pen aliases
|
|
3882
|
+
export { default as PenIcon } from '../icons/pen';
|
|
3871
3883
|
export {
|
|
3872
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3873
|
-
default as
|
|
3874
|
-
} from '../icons/
|
|
3884
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3885
|
+
default as Edit2Icon
|
|
3886
|
+
} from '../icons/pen';
|
|
3875
3887
|
// RectangleEllipsis aliases
|
|
3876
3888
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3877
3889
|
export {
|
|
3878
3890
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3879
3891
|
default as FormInputIcon
|
|
3880
3892
|
} from '../icons/rectangle-ellipsis';
|
|
3893
|
+
// Rotate3d aliases
|
|
3894
|
+
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3895
|
+
export {
|
|
3896
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3897
|
+
default as Rotate3DIcon
|
|
3898
|
+
} from '../icons/rotate-3d';
|
|
3881
3899
|
// Rows2 aliases
|
|
3882
3900
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3883
3901
|
export {
|
|
@@ -3890,36 +3908,36 @@ export {
|
|
|
3890
3908
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3891
3909
|
default as PanelsTopBottomIcon
|
|
3892
3910
|
} from '../icons/rows-3';
|
|
3893
|
-
// Scale3d aliases
|
|
3894
|
-
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3895
|
-
export {
|
|
3896
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3897
|
-
default as Scale3DIcon
|
|
3898
|
-
} from '../icons/scale-3d';
|
|
3899
3911
|
// SendHorizontal aliases
|
|
3900
3912
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3901
3913
|
export {
|
|
3902
3914
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3903
3915
|
default as SendHorizonalIcon
|
|
3904
3916
|
} from '../icons/send-horizontal';
|
|
3917
|
+
// Scale3d aliases
|
|
3918
|
+
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3919
|
+
export {
|
|
3920
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3921
|
+
default as Scale3DIcon
|
|
3922
|
+
} from '../icons/scale-3d';
|
|
3905
3923
|
// ShieldQuestionMark aliases
|
|
3906
3924
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3907
3925
|
export {
|
|
3908
3926
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3909
3927
|
default as ShieldQuestionIcon
|
|
3910
3928
|
} from '../icons/shield-question-mark';
|
|
3911
|
-
// SlidersVertical aliases
|
|
3912
|
-
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3913
|
-
export {
|
|
3914
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3915
|
-
default as SlidersIcon
|
|
3916
|
-
} from '../icons/sliders-vertical';
|
|
3917
3929
|
// ShieldX aliases
|
|
3918
3930
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3919
3931
|
export {
|
|
3920
3932
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3921
3933
|
default as ShieldCloseIcon
|
|
3922
3934
|
} from '../icons/shield-x';
|
|
3935
|
+
// SlidersVertical aliases
|
|
3936
|
+
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3937
|
+
export {
|
|
3938
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3939
|
+
default as SlidersIcon
|
|
3940
|
+
} from '../icons/sliders-vertical';
|
|
3923
3941
|
// Sparkles aliases
|
|
3924
3942
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3925
3943
|
export {
|
|
@@ -3950,18 +3968,24 @@ export {
|
|
|
3950
3968
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3951
3969
|
default as ArrowDownSquareIcon
|
|
3952
3970
|
} from '../icons/square-arrow-down';
|
|
3971
|
+
// SquareArrowOutDownLeft aliases
|
|
3972
|
+
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3973
|
+
export {
|
|
3974
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3975
|
+
default as ArrowDownLeftFromSquareIcon
|
|
3976
|
+
} from '../icons/square-arrow-out-down-left';
|
|
3953
3977
|
// SquareArrowLeft aliases
|
|
3954
3978
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3955
3979
|
export {
|
|
3956
3980
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3957
3981
|
default as ArrowLeftSquareIcon
|
|
3958
3982
|
} from '../icons/square-arrow-left';
|
|
3959
|
-
//
|
|
3960
|
-
export { default as
|
|
3983
|
+
// SquareArrowOutDownRight aliases
|
|
3984
|
+
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3961
3985
|
export {
|
|
3962
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3963
|
-
default as
|
|
3964
|
-
} from '../icons/square-arrow-out-down-
|
|
3986
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3987
|
+
default as ArrowDownRightFromSquareIcon
|
|
3988
|
+
} from '../icons/square-arrow-out-down-right';
|
|
3965
3989
|
// SquareArrowOutUpLeft aliases
|
|
3966
3990
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3967
3991
|
export {
|
|
@@ -3974,18 +3998,18 @@ export {
|
|
|
3974
3998
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3975
3999
|
default as ArrowUpRightFromSquareIcon
|
|
3976
4000
|
} from '../icons/square-arrow-out-up-right';
|
|
3977
|
-
// SquareArrowOutDownRight aliases
|
|
3978
|
-
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3979
|
-
export {
|
|
3980
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3981
|
-
default as ArrowDownRightFromSquareIcon
|
|
3982
|
-
} from '../icons/square-arrow-out-down-right';
|
|
3983
4001
|
// SquareArrowRight aliases
|
|
3984
4002
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3985
4003
|
export {
|
|
3986
4004
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3987
4005
|
default as ArrowRightSquareIcon
|
|
3988
4006
|
} from '../icons/square-arrow-right';
|
|
4007
|
+
// SquareArrowUp aliases
|
|
4008
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
4009
|
+
export {
|
|
4010
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
4011
|
+
default as ArrowUpSquareIcon
|
|
4012
|
+
} from '../icons/square-arrow-up';
|
|
3989
4013
|
// SquareArrowUpRight aliases
|
|
3990
4014
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3991
4015
|
export {
|
|
@@ -4004,36 +4028,24 @@ export {
|
|
|
4004
4028
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
4005
4029
|
default as AsteriskSquareIcon
|
|
4006
4030
|
} from '../icons/square-asterisk';
|
|
4007
|
-
// SquareArrowUp aliases
|
|
4008
|
-
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
4009
|
-
export {
|
|
4010
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
4011
|
-
default as ArrowUpSquareIcon
|
|
4012
|
-
} from '../icons/square-arrow-up';
|
|
4013
4031
|
// SquareBottomDashedScissors aliases
|
|
4014
4032
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
4015
4033
|
export {
|
|
4016
4034
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
4017
4035
|
default as ScissorsSquareDashedBottomIcon
|
|
4018
4036
|
} from '../icons/square-bottom-dashed-scissors';
|
|
4019
|
-
// SquareCenterlineDashedVertical aliases
|
|
4020
|
-
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
4021
|
-
export {
|
|
4022
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. This alias will be removed in v1.0 */
|
|
4023
|
-
default as FlipVerticalIcon
|
|
4024
|
-
} from '../icons/square-centerline-dashed-vertical';
|
|
4025
4037
|
// SquareCenterlineDashedHorizontal aliases
|
|
4026
4038
|
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
4027
4039
|
export {
|
|
4028
4040
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. This alias will be removed in v1.0 */
|
|
4029
4041
|
default as FlipHorizontalIcon
|
|
4030
4042
|
} from '../icons/square-centerline-dashed-horizontal';
|
|
4031
|
-
//
|
|
4032
|
-
export { default as
|
|
4043
|
+
// SquareCenterlineDashedVertical aliases
|
|
4044
|
+
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
4033
4045
|
export {
|
|
4034
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4035
|
-
default as
|
|
4036
|
-
} from '../icons/square-
|
|
4046
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. This alias will be removed in v1.0 */
|
|
4047
|
+
default as FlipVerticalIcon
|
|
4048
|
+
} from '../icons/square-centerline-dashed-vertical';
|
|
4037
4049
|
// SquareChartGantt aliases
|
|
4038
4050
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
4039
4051
|
export {
|
|
@@ -4044,36 +4056,42 @@ export {
|
|
|
4044
4056
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
4045
4057
|
default as SquareGanttChartIcon
|
|
4046
4058
|
} from '../icons/square-chart-gantt';
|
|
4047
|
-
// SquareChevronDown aliases
|
|
4048
|
-
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4049
|
-
export {
|
|
4050
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
4051
|
-
default as ChevronDownSquareIcon
|
|
4052
|
-
} from '../icons/square-chevron-down';
|
|
4053
4059
|
// SquareCheck aliases
|
|
4054
4060
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4055
4061
|
export {
|
|
4056
4062
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
4057
4063
|
default as CheckSquare2Icon
|
|
4058
4064
|
} from '../icons/square-check';
|
|
4065
|
+
// SquareCheckBig aliases
|
|
4066
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4067
|
+
export {
|
|
4068
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
4069
|
+
default as CheckSquareIcon
|
|
4070
|
+
} from '../icons/square-check-big';
|
|
4071
|
+
// SquareChevronDown aliases
|
|
4072
|
+
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4073
|
+
export {
|
|
4074
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
4075
|
+
default as ChevronDownSquareIcon
|
|
4076
|
+
} from '../icons/square-chevron-down';
|
|
4059
4077
|
// SquareChevronLeft aliases
|
|
4060
4078
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4061
4079
|
export {
|
|
4062
4080
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
4063
4081
|
default as ChevronLeftSquareIcon
|
|
4064
4082
|
} from '../icons/square-chevron-left';
|
|
4065
|
-
// SquareChevronUp aliases
|
|
4066
|
-
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4067
|
-
export {
|
|
4068
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
4069
|
-
default as ChevronUpSquareIcon
|
|
4070
|
-
} from '../icons/square-chevron-up';
|
|
4071
4083
|
// SquareChevronRight aliases
|
|
4072
4084
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4073
4085
|
export {
|
|
4074
4086
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
4075
4087
|
default as ChevronRightSquareIcon
|
|
4076
4088
|
} from '../icons/square-chevron-right';
|
|
4089
|
+
// SquareChevronUp aliases
|
|
4090
|
+
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4091
|
+
export {
|
|
4092
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
4093
|
+
default as ChevronUpSquareIcon
|
|
4094
|
+
} from '../icons/square-chevron-up';
|
|
4077
4095
|
// SquareCode aliases
|
|
4078
4096
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4079
4097
|
export {
|
|
@@ -4086,82 +4104,82 @@ export {
|
|
|
4086
4104
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
4087
4105
|
default as KanbanSquareDashedIcon
|
|
4088
4106
|
} from '../icons/square-dashed-kanban';
|
|
4107
|
+
// SquareDashedText aliases
|
|
4108
|
+
export { default as SquareDashedTextIcon } from '../icons/square-dashed-text';
|
|
4109
|
+
export {
|
|
4110
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
|
|
4111
|
+
default as TextSelectionIcon
|
|
4112
|
+
} from '../icons/square-dashed-text';
|
|
4113
|
+
export {
|
|
4114
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
|
|
4115
|
+
default as TextSelectIcon
|
|
4116
|
+
} from '../icons/square-dashed-text';
|
|
4089
4117
|
// SquareDashedMousePointer aliases
|
|
4090
4118
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4091
4119
|
export {
|
|
4092
4120
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
4093
4121
|
default as MousePointerSquareDashedIcon
|
|
4094
4122
|
} from '../icons/square-dashed-mouse-pointer';
|
|
4095
|
-
// SquareDivide aliases
|
|
4096
|
-
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4097
|
-
export {
|
|
4098
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
4099
|
-
default as DivideSquareIcon
|
|
4100
|
-
} from '../icons/square-divide';
|
|
4101
4123
|
// SquareDashed aliases
|
|
4102
4124
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4103
4125
|
export {
|
|
4104
4126
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
4105
4127
|
default as BoxSelectIcon
|
|
4106
4128
|
} from '../icons/square-dashed';
|
|
4107
|
-
//
|
|
4108
|
-
export { default as
|
|
4109
|
-
export {
|
|
4110
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
|
|
4111
|
-
default as TextSelectionIcon
|
|
4112
|
-
} from '../icons/square-dashed-text';
|
|
4129
|
+
// SquareDivide aliases
|
|
4130
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4113
4131
|
export {
|
|
4114
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4115
|
-
default as
|
|
4116
|
-
} from '../icons/square-
|
|
4132
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
4133
|
+
default as DivideSquareIcon
|
|
4134
|
+
} from '../icons/square-divide';
|
|
4117
4135
|
// SquareDot aliases
|
|
4118
4136
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4119
4137
|
export {
|
|
4120
4138
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
4121
4139
|
default as DotSquareIcon
|
|
4122
4140
|
} from '../icons/square-dot';
|
|
4123
|
-
// SquareEqual aliases
|
|
4124
|
-
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4125
|
-
export {
|
|
4126
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
4127
|
-
default as EqualSquareIcon
|
|
4128
|
-
} from '../icons/square-equal';
|
|
4129
4141
|
// SquareFunction aliases
|
|
4130
4142
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4131
4143
|
export {
|
|
4132
4144
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
4133
4145
|
default as FunctionSquareIcon
|
|
4134
4146
|
} from '../icons/square-function';
|
|
4135
|
-
//
|
|
4136
|
-
export { default as
|
|
4147
|
+
// SquareEqual aliases
|
|
4148
|
+
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4137
4149
|
export {
|
|
4138
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4139
|
-
default as
|
|
4140
|
-
} from '../icons/square-
|
|
4150
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
4151
|
+
default as EqualSquareIcon
|
|
4152
|
+
} from '../icons/square-equal';
|
|
4141
4153
|
// SquareKanban aliases
|
|
4142
4154
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4143
4155
|
export {
|
|
4144
4156
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
4145
4157
|
default as KanbanSquareIcon
|
|
4146
4158
|
} from '../icons/square-kanban';
|
|
4159
|
+
// SquareLibrary aliases
|
|
4160
|
+
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4161
|
+
export {
|
|
4162
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
4163
|
+
default as LibrarySquareIcon
|
|
4164
|
+
} from '../icons/square-library';
|
|
4147
4165
|
// SquareM aliases
|
|
4148
4166
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
4149
4167
|
export {
|
|
4150
4168
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
4151
4169
|
default as MSquareIcon
|
|
4152
4170
|
} from '../icons/square-m';
|
|
4153
|
-
// SquareMenu aliases
|
|
4154
|
-
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4155
|
-
export {
|
|
4156
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
|
|
4157
|
-
default as MenuSquareIcon
|
|
4158
|
-
} from '../icons/square-menu';
|
|
4159
4171
|
// SquareMinus aliases
|
|
4160
4172
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4161
4173
|
export {
|
|
4162
4174
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
4163
4175
|
default as MinusSquareIcon
|
|
4164
4176
|
} from '../icons/square-minus';
|
|
4177
|
+
// SquareMenu aliases
|
|
4178
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4179
|
+
export {
|
|
4180
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
|
|
4181
|
+
default as MenuSquareIcon
|
|
4182
|
+
} from '../icons/square-menu';
|
|
4165
4183
|
// SquareMousePointer aliases
|
|
4166
4184
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4167
4185
|
export {
|
|
@@ -4200,18 +4218,18 @@ export {
|
|
|
4200
4218
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
4201
4219
|
default as PercentSquareIcon
|
|
4202
4220
|
} from '../icons/square-percent';
|
|
4203
|
-
// SquarePilcrow aliases
|
|
4204
|
-
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4205
|
-
export {
|
|
4206
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4207
|
-
default as PilcrowSquareIcon
|
|
4208
|
-
} from '../icons/square-pilcrow';
|
|
4209
4221
|
// SquarePi aliases
|
|
4210
4222
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4211
4223
|
export {
|
|
4212
4224
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
4213
4225
|
default as PiSquareIcon
|
|
4214
4226
|
} from '../icons/square-pi';
|
|
4227
|
+
// SquarePilcrow aliases
|
|
4228
|
+
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4229
|
+
export {
|
|
4230
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4231
|
+
default as PilcrowSquareIcon
|
|
4232
|
+
} from '../icons/square-pilcrow';
|
|
4215
4233
|
// SquarePlay aliases
|
|
4216
4234
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4217
4235
|
export {
|
|
@@ -4230,18 +4248,18 @@ export {
|
|
|
4230
4248
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4231
4249
|
default as PowerSquareIcon
|
|
4232
4250
|
} from '../icons/square-power';
|
|
4233
|
-
// SquareScissors aliases
|
|
4234
|
-
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4235
|
-
export {
|
|
4236
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
4237
|
-
default as ScissorsSquareIcon
|
|
4238
|
-
} from '../icons/square-scissors';
|
|
4239
4251
|
// SquareSigma aliases
|
|
4240
4252
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4241
4253
|
export {
|
|
4242
4254
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
4243
4255
|
default as SigmaSquareIcon
|
|
4244
4256
|
} from '../icons/square-sigma';
|
|
4257
|
+
// SquareScissors aliases
|
|
4258
|
+
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4259
|
+
export {
|
|
4260
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
4261
|
+
default as ScissorsSquareIcon
|
|
4262
|
+
} from '../icons/square-scissors';
|
|
4245
4263
|
// SquareSlash aliases
|
|
4246
4264
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4247
4265
|
export {
|
|
@@ -4260,24 +4278,24 @@ export {
|
|
|
4260
4278
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
4261
4279
|
default as SplitSquareHorizontalIcon
|
|
4262
4280
|
} from '../icons/square-split-horizontal';
|
|
4263
|
-
//
|
|
4264
|
-
export { default as
|
|
4281
|
+
// SquareUserRound aliases
|
|
4282
|
+
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4265
4283
|
export {
|
|
4266
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4267
|
-
default as
|
|
4268
|
-
} from '../icons/square-user';
|
|
4284
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
4285
|
+
default as UserSquare2Icon
|
|
4286
|
+
} from '../icons/square-user-round';
|
|
4269
4287
|
// SquareTerminal aliases
|
|
4270
4288
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4271
4289
|
export {
|
|
4272
4290
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
4273
4291
|
default as TerminalSquareIcon
|
|
4274
4292
|
} from '../icons/square-terminal';
|
|
4275
|
-
//
|
|
4276
|
-
export { default as
|
|
4293
|
+
// SquareUser aliases
|
|
4294
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4277
4295
|
export {
|
|
4278
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4279
|
-
default as
|
|
4280
|
-
} from '../icons/square-user
|
|
4296
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
4297
|
+
default as UserSquareIcon
|
|
4298
|
+
} from '../icons/square-user';
|
|
4281
4299
|
// TestTubeDiagonal aliases
|
|
4282
4300
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4283
4301
|
export {
|
|
@@ -4296,18 +4314,18 @@ export {
|
|
|
4296
4314
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4297
4315
|
default as AlignCenterIcon
|
|
4298
4316
|
} from '../icons/text-align-center';
|
|
4299
|
-
// TextAlignEnd aliases
|
|
4300
|
-
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4301
|
-
export {
|
|
4302
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4303
|
-
default as AlignRightIcon
|
|
4304
|
-
} from '../icons/text-align-end';
|
|
4305
4317
|
// TextAlignJustify aliases
|
|
4306
4318
|
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4307
4319
|
export {
|
|
4308
4320
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
|
|
4309
4321
|
default as AlignJustifyIcon
|
|
4310
4322
|
} from '../icons/text-align-justify';
|
|
4323
|
+
// TextAlignEnd aliases
|
|
4324
|
+
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4325
|
+
export {
|
|
4326
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4327
|
+
default as AlignRightIcon
|
|
4328
|
+
} from '../icons/text-align-end';
|
|
4311
4329
|
// TextAlignStart aliases
|
|
4312
4330
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4313
4331
|
export {
|
|
@@ -4330,24 +4348,18 @@ export {
|
|
|
4330
4348
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4331
4349
|
default as WrapTextIcon
|
|
4332
4350
|
} from '../icons/text-wrap';
|
|
4333
|
-
// TreePalm aliases
|
|
4334
|
-
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4335
|
-
export {
|
|
4336
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
4337
|
-
default as PalmtreeIcon
|
|
4338
|
-
} from '../icons/tree-palm';
|
|
4339
4351
|
// TramFront aliases
|
|
4340
4352
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4341
4353
|
export {
|
|
4342
4354
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
4343
4355
|
default as TrainIcon
|
|
4344
4356
|
} from '../icons/tram-front';
|
|
4345
|
-
//
|
|
4346
|
-
export { default as
|
|
4357
|
+
// TreePalm aliases
|
|
4358
|
+
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4347
4359
|
export {
|
|
4348
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4349
|
-
default as
|
|
4350
|
-
} from '../icons/
|
|
4360
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
4361
|
+
default as PalmtreeIcon
|
|
4362
|
+
} from '../icons/tree-palm';
|
|
4351
4363
|
// TriangleAlert aliases
|
|
4352
4364
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4353
4365
|
export {
|
|
@@ -4360,18 +4372,24 @@ export {
|
|
|
4360
4372
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4361
4373
|
default as School2Icon
|
|
4362
4374
|
} from '../icons/university';
|
|
4363
|
-
//
|
|
4364
|
-
export { default as
|
|
4375
|
+
// TvMinimal aliases
|
|
4376
|
+
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4365
4377
|
export {
|
|
4366
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4367
|
-
default as
|
|
4368
|
-
} from '../icons/
|
|
4378
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
4379
|
+
default as Tv2Icon
|
|
4380
|
+
} from '../icons/tv-minimal';
|
|
4369
4381
|
// UserRoundCheck aliases
|
|
4370
4382
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4371
4383
|
export {
|
|
4372
4384
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
4373
4385
|
default as UserCheck2Icon
|
|
4374
4386
|
} from '../icons/user-round-check';
|
|
4387
|
+
// UserRoundCog aliases
|
|
4388
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4389
|
+
export {
|
|
4390
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
4391
|
+
default as UserCog2Icon
|
|
4392
|
+
} from '../icons/user-round-cog';
|
|
4375
4393
|
// UserRoundMinus aliases
|
|
4376
4394
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4377
4395
|
export {
|
|
@@ -4408,18 +4426,18 @@ export {
|
|
|
4408
4426
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4409
4427
|
default as ForkKnifeCrossedIcon
|
|
4410
4428
|
} from '../icons/utensils-crossed';
|
|
4411
|
-
// WalletMinimal aliases
|
|
4412
|
-
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4413
|
-
export {
|
|
4414
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4415
|
-
default as Wallet2Icon
|
|
4416
|
-
} from '../icons/wallet-minimal';
|
|
4417
4429
|
// Utensils aliases
|
|
4418
4430
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4419
4431
|
export {
|
|
4420
4432
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4421
4433
|
default as ForkKnifeIcon
|
|
4422
4434
|
} from '../icons/utensils';
|
|
4435
|
+
// WalletMinimal aliases
|
|
4436
|
+
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4437
|
+
export {
|
|
4438
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4439
|
+
default as Wallet2Icon
|
|
4440
|
+
} from '../icons/wallet-minimal';
|
|
4423
4441
|
// WandSparkles aliases
|
|
4424
4442
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4425
4443
|
export {
|