@ycloud-web/icons-astro 0.1.3 → 0.1.4
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/README.md +2 -0
- package/package.json +1 -1
- package/src/aliases/aliases.ts +54 -54
- package/src/aliases/prefixed.ts +479 -479
- package/src/aliases/suffixed.ts +855 -855
- package/src/icons/index.ts +250 -250
package/src/aliases/suffixed.ts
CHANGED
|
@@ -6,18 +6,18 @@ export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
|
6
6
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
7
|
// Accessibility aliases
|
|
8
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
|
-
// Activity aliases
|
|
10
|
-
export { default as ActivityIcon } from '../icons/activity';
|
|
11
9
|
// Ad aliases
|
|
12
10
|
export { default as AdIcon } from '../icons/ad';
|
|
13
11
|
// AirVent aliases
|
|
14
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
|
+
// Activity aliases
|
|
14
|
+
export { default as ActivityIcon } from '../icons/activity';
|
|
15
15
|
// Airplay aliases
|
|
16
16
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
17
|
-
// AlarmClock aliases
|
|
18
|
-
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
17
|
// AlarmClockOff aliases
|
|
20
18
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
19
|
+
// AlarmClock aliases
|
|
20
|
+
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
21
21
|
// AlarmSmoke aliases
|
|
22
22
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
23
23
|
// Album aliases
|
|
@@ -30,34 +30,34 @@ export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertic
|
|
|
30
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
31
|
// AlignEndHorizontal aliases
|
|
32
32
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
33
|
+
// AlignHorizontalDistributeCenter aliases
|
|
34
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
35
|
// AlignHorizontalDistributeEnd aliases
|
|
34
36
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
37
|
// AlignHorizontalDistributeStart aliases
|
|
36
38
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
|
-
// AlignHorizontalDistributeCenter aliases
|
|
38
|
-
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
39
39
|
// AlignHorizontalJustifyCenter aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
|
-
// AlignHorizontalJustifyEnd aliases
|
|
42
|
-
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
41
|
// AlignHorizontalJustifyStart aliases
|
|
44
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
|
+
// AlignHorizontalJustifyEnd aliases
|
|
44
|
+
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
45
45
|
// AlignHorizontalSpaceAround aliases
|
|
46
46
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
47
|
// AlignHorizontalSpaceBetween aliases
|
|
48
48
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
49
|
// AlignStartHorizontal aliases
|
|
50
50
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
51
|
-
// AlignStartVertical aliases
|
|
52
|
-
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
53
51
|
// AlignVerticalDistributeCenter aliases
|
|
54
52
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
55
|
-
//
|
|
56
|
-
export { default as
|
|
53
|
+
// AlignStartVertical aliases
|
|
54
|
+
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
57
55
|
// AlignVerticalDistributeEnd aliases
|
|
58
56
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
59
57
|
// AlignVerticalJustifyCenter aliases
|
|
60
58
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
|
+
// AlignVerticalDistributeStart aliases
|
|
60
|
+
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
61
61
|
// AlignVerticalJustifyEnd aliases
|
|
62
62
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
63
63
|
// AlignVerticalJustifyStart aliases
|
|
@@ -66,10 +66,10 @@ export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertica
|
|
|
66
66
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
67
67
|
// AlignVerticalSpaceBetween aliases
|
|
68
68
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
69
|
-
// Ambulance aliases
|
|
70
|
-
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
71
69
|
// Ampersand aliases
|
|
72
70
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
71
|
+
// Ambulance aliases
|
|
72
|
+
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
73
73
|
// Ampersands aliases
|
|
74
74
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
75
75
|
// Anchor aliases
|
|
@@ -88,52 +88,52 @@ export { default as AnvilIcon } from '../icons/anvil';
|
|
|
88
88
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
89
89
|
// AppWindowMac aliases
|
|
90
90
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
91
|
-
// Apple aliases
|
|
92
|
-
export { default as AppleIcon } from '../icons/apple';
|
|
93
91
|
// AppWindow aliases
|
|
94
92
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
95
|
-
//
|
|
96
|
-
export { default as
|
|
93
|
+
// Apple aliases
|
|
94
|
+
export { default as AppleIcon } from '../icons/apple';
|
|
97
95
|
// ArchiveRestore aliases
|
|
98
96
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
97
|
+
// ArchiveX aliases
|
|
98
|
+
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
99
99
|
// Archive aliases
|
|
100
100
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
101
|
-
// Armchair aliases
|
|
102
|
-
export { default as ArmchairIcon } from '../icons/armchair';
|
|
103
101
|
// ArrowBigDownDash aliases
|
|
104
102
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
|
+
// Armchair aliases
|
|
104
|
+
export { default as ArmchairIcon } from '../icons/armchair';
|
|
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';
|
|
109
|
-
// ArrowBigLeft aliases
|
|
110
|
-
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
111
107
|
// ArrowBigRightDash aliases
|
|
112
108
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
109
|
+
// ArrowBigLeftDash aliases
|
|
110
|
+
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
113
111
|
// ArrowBigRight aliases
|
|
114
112
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
|
+
// ArrowBigLeft aliases
|
|
114
|
+
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
115
115
|
// ArrowBigUpDash aliases
|
|
116
116
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
117
117
|
// ArrowBigUp aliases
|
|
118
118
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
119
119
|
// ArrowDownFromLine aliases
|
|
120
120
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
121
|
+
// ArrowDownRight aliases
|
|
122
|
+
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
121
123
|
// ArrowDownLeft aliases
|
|
122
124
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
125
|
+
// ArrowDownToDot aliases
|
|
126
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
123
127
|
// ArrowDownNarrowWide aliases
|
|
124
128
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
125
|
-
// ArrowDownRight aliases
|
|
126
|
-
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
127
129
|
// ArrowDownToLine aliases
|
|
128
130
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
|
-
// ArrowDownToDot aliases
|
|
130
|
-
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
131
131
|
// ArrowDownUp aliases
|
|
132
132
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
133
|
-
// ArrowDown aliases
|
|
134
|
-
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
135
133
|
// ArrowLeftFromLine aliases
|
|
136
134
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
135
|
+
// ArrowDown aliases
|
|
136
|
+
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
137
137
|
// ArrowLeftRight aliases
|
|
138
138
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
139
139
|
// ArrowLeftToLine aliases
|
|
@@ -142,26 +142,26 @@ export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
|
142
142
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
143
143
|
// ArrowRightFromLine aliases
|
|
144
144
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
145
|
-
// ArrowRightToLine aliases
|
|
146
|
-
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
147
145
|
// ArrowRightLeft aliases
|
|
148
146
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
147
|
+
// ArrowRightToLine aliases
|
|
148
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
149
149
|
// ArrowRight aliases
|
|
150
150
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
151
151
|
// ArrowUpDown aliases
|
|
152
152
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
153
|
-
// ArrowUpFromDot aliases
|
|
154
|
-
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
155
153
|
// ArrowUpFromLine aliases
|
|
156
154
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
155
|
+
// ArrowUpFromDot aliases
|
|
156
|
+
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
157
157
|
// ArrowUpLeft aliases
|
|
158
158
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
159
|
-
// ArrowUpToLine aliases
|
|
160
|
-
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
159
|
// ArrowUpRight aliases
|
|
162
160
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
163
161
|
// ArrowUpWideNarrow aliases
|
|
164
162
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
163
|
+
// ArrowUpToLine aliases
|
|
164
|
+
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
165
165
|
// ArrowUp aliases
|
|
166
166
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
167
167
|
// ArrowsUpFromLine aliases
|
|
@@ -178,32 +178,32 @@ export { default as AtomIcon } from '../icons/atom';
|
|
|
178
178
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
179
179
|
// AudioWaveform aliases
|
|
180
180
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
181
|
-
// Axe aliases
|
|
182
|
-
export { default as AxeIcon } from '../icons/axe';
|
|
183
181
|
// Award aliases
|
|
184
182
|
export { default as AwardIcon } from '../icons/award';
|
|
185
|
-
//
|
|
186
|
-
export { default as
|
|
183
|
+
// Axe aliases
|
|
184
|
+
export { default as AxeIcon } from '../icons/axe';
|
|
187
185
|
// Baby aliases
|
|
188
186
|
export { default as BabyIcon } from '../icons/baby';
|
|
187
|
+
// Backpack aliases
|
|
188
|
+
export { default as BackpackIcon } from '../icons/backpack';
|
|
189
189
|
// BadgeAlert aliases
|
|
190
190
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
191
191
|
// BadgeCent aliases
|
|
192
192
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
193
|
-
// BadgeDollarSign aliases
|
|
194
|
-
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
195
193
|
// BadgeEuro aliases
|
|
196
194
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
195
|
+
// BadgeDollarSign aliases
|
|
196
|
+
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
197
197
|
// BadgeIndianRupee aliases
|
|
198
198
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
199
|
-
// BadgeInfo aliases
|
|
200
|
-
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
201
199
|
// BadgeJapaneseYen aliases
|
|
202
200
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
203
|
-
//
|
|
204
|
-
export { default as
|
|
201
|
+
// BadgeInfo aliases
|
|
202
|
+
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
205
203
|
// BadgePercent aliases
|
|
206
204
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
205
|
+
// BadgeMinus aliases
|
|
206
|
+
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
207
207
|
// BadgePlus aliases
|
|
208
208
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
209
209
|
// BadgePoundSterling aliases
|
|
@@ -212,36 +212,36 @@ export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling
|
|
|
212
212
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
213
213
|
// BadgeSwissFranc aliases
|
|
214
214
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
215
|
-
// BadgeTurkishLira aliases
|
|
216
|
-
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
217
215
|
// BadgeX aliases
|
|
218
216
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
219
217
|
// Badge aliases
|
|
220
218
|
export { default as BadgeIcon } from '../icons/badge';
|
|
221
|
-
//
|
|
222
|
-
export { default as
|
|
219
|
+
// BadgeTurkishLira aliases
|
|
220
|
+
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
223
221
|
// Balloon aliases
|
|
224
222
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
223
|
+
// BaggageClaim aliases
|
|
224
|
+
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
225
225
|
// Ban aliases
|
|
226
226
|
export { default as BanIcon } from '../icons/ban';
|
|
227
|
-
// Bandage aliases
|
|
228
|
-
export { default as BandageIcon } from '../icons/bandage';
|
|
229
227
|
// Banana aliases
|
|
230
228
|
export { default as BananaIcon } from '../icons/banana';
|
|
229
|
+
// Bandage aliases
|
|
230
|
+
export { default as BandageIcon } from '../icons/bandage';
|
|
231
231
|
// BanknoteArrowDown aliases
|
|
232
232
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
233
|
-
// BanknoteArrowUp aliases
|
|
234
|
-
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
235
233
|
// BanknoteX aliases
|
|
236
234
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
235
|
+
// BanknoteArrowUp aliases
|
|
236
|
+
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
237
237
|
// BanknoteCheck aliases
|
|
238
238
|
export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
239
239
|
// Banknote aliases
|
|
240
240
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
241
|
-
// Barcode aliases
|
|
242
|
-
export { default as BarcodeIcon } from '../icons/barcode';
|
|
243
241
|
// Barrel aliases
|
|
244
242
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
243
|
+
// Barcode aliases
|
|
244
|
+
export { default as BarcodeIcon } from '../icons/barcode';
|
|
245
245
|
// Baseline aliases
|
|
246
246
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
247
247
|
// Bath aliases
|
|
@@ -250,10 +250,10 @@ export { default as BathIcon } from '../icons/bath';
|
|
|
250
250
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
251
251
|
// BatteryFull aliases
|
|
252
252
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
253
|
-
// BatteryLow aliases
|
|
254
|
-
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
255
253
|
// BatteryMedium aliases
|
|
256
254
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
255
|
+
// BatteryLow aliases
|
|
256
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
257
257
|
// BatteryPlus aliases
|
|
258
258
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
259
259
|
// BatteryWarning aliases
|
|
@@ -262,10 +262,10 @@ export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
|
262
262
|
export { default as BatteryIcon } from '../icons/battery';
|
|
263
263
|
// Beaker aliases
|
|
264
264
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
265
|
-
// Bean aliases
|
|
266
|
-
export { default as BeanIcon } from '../icons/bean';
|
|
267
265
|
// BeanOff aliases
|
|
268
266
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
267
|
+
// Bean aliases
|
|
268
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
269
269
|
// BedDouble aliases
|
|
270
270
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
271
271
|
// BedSingle aliases
|
|
@@ -274,22 +274,22 @@ export { default as BedSingleIcon } from '../icons/bed-single';
|
|
|
274
274
|
export { default as BedIcon } from '../icons/bed';
|
|
275
275
|
// BeefOff aliases
|
|
276
276
|
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
277
|
-
// Beef aliases
|
|
278
|
-
export { default as BeefIcon } from '../icons/beef';
|
|
279
277
|
// BeerOff aliases
|
|
280
278
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
279
|
+
// Beef aliases
|
|
280
|
+
export { default as BeefIcon } from '../icons/beef';
|
|
281
281
|
// Beer aliases
|
|
282
282
|
export { default as BeerIcon } from '../icons/beer';
|
|
283
|
-
// BellCheck aliases
|
|
284
|
-
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
285
283
|
// BellDot aliases
|
|
286
284
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
287
|
-
//
|
|
288
|
-
export { default as
|
|
285
|
+
// BellCheck aliases
|
|
286
|
+
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
289
287
|
// BellElectric aliases
|
|
290
288
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
291
289
|
// BellOff aliases
|
|
292
290
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
291
|
+
// BellMinus aliases
|
|
292
|
+
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
293
293
|
// BellPlus aliases
|
|
294
294
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
295
295
|
// BellRing aliases
|
|
@@ -304,14 +304,14 @@ export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-s
|
|
|
304
304
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
305
305
|
// Bike aliases
|
|
306
306
|
export { default as BikeIcon } from '../icons/bike';
|
|
307
|
-
// Binoculars aliases
|
|
308
|
-
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
309
307
|
// Binary aliases
|
|
310
308
|
export { default as BinaryIcon } from '../icons/binary';
|
|
311
|
-
//
|
|
312
|
-
export { default as
|
|
309
|
+
// Binoculars aliases
|
|
310
|
+
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
313
311
|
// Bird aliases
|
|
314
312
|
export { default as BirdIcon } from '../icons/bird';
|
|
313
|
+
// Biohazard aliases
|
|
314
|
+
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
315
315
|
// Birdhouse aliases
|
|
316
316
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
317
317
|
// Bitcoin aliases
|
|
@@ -322,16 +322,16 @@ export { default as BlendIcon } from '../icons/blend';
|
|
|
322
322
|
export { default as BlenderIcon } from '../icons/blender';
|
|
323
323
|
// Blinds aliases
|
|
324
324
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
325
|
-
// Blocks aliases
|
|
326
|
-
export { default as BlocksIcon } from '../icons/blocks';
|
|
327
325
|
// BluetoothConnected aliases
|
|
328
326
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
327
|
+
// Blocks aliases
|
|
328
|
+
export { default as BlocksIcon } from '../icons/blocks';
|
|
329
329
|
// BluetoothOff aliases
|
|
330
330
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
331
|
-
// BluetoothSearching aliases
|
|
332
|
-
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
333
331
|
// Bluetooth aliases
|
|
334
332
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
333
|
+
// BluetoothSearching aliases
|
|
334
|
+
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
335
335
|
// Bold aliases
|
|
336
336
|
export { default as BoldIcon } from '../icons/bold';
|
|
337
337
|
// Bolt aliases
|
|
@@ -372,12 +372,12 @@ export { default as BookMinusIcon } from '../icons/book-minus';
|
|
|
372
372
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
373
373
|
// BookOpenText aliases
|
|
374
374
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
375
|
-
// BookPlus aliases
|
|
376
|
-
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
377
375
|
// BookOpen aliases
|
|
378
376
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
379
377
|
// BookSearch aliases
|
|
380
378
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
379
|
+
// BookPlus aliases
|
|
380
|
+
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
381
381
|
// BookText aliases
|
|
382
382
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
383
383
|
// BookType aliases
|
|
@@ -386,100 +386,100 @@ export { default as BookTypeIcon } from '../icons/book-type';
|
|
|
386
386
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
387
387
|
// BookUp aliases
|
|
388
388
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
389
|
-
// BookUser aliases
|
|
390
|
-
export { default as BookUserIcon } from '../icons/book-user';
|
|
391
389
|
// BookX aliases
|
|
392
390
|
export { default as BookXIcon } from '../icons/book-x';
|
|
391
|
+
// BookUser aliases
|
|
392
|
+
export { default as BookUserIcon } from '../icons/book-user';
|
|
393
393
|
// Book aliases
|
|
394
394
|
export { default as BookIcon } from '../icons/book';
|
|
395
|
-
// BookmarkCheck aliases
|
|
396
|
-
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
397
395
|
// BookmarkMinus aliases
|
|
398
396
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
399
397
|
// BookmarkOff aliases
|
|
400
398
|
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
399
|
+
// BookmarkCheck aliases
|
|
400
|
+
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
401
401
|
// BookmarkPlus aliases
|
|
402
402
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
403
403
|
// BookmarkX aliases
|
|
404
404
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
405
405
|
// Bookmark aliases
|
|
406
406
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
407
|
-
// BoomBox aliases
|
|
408
|
-
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
409
407
|
// BotMessageSquare aliases
|
|
410
408
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
411
|
-
//
|
|
412
|
-
export { default as
|
|
409
|
+
// BoomBox aliases
|
|
410
|
+
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
413
411
|
// Bot aliases
|
|
414
412
|
export { default as BotIcon } from '../icons/bot';
|
|
415
|
-
//
|
|
416
|
-
export { default as
|
|
413
|
+
// BotOff aliases
|
|
414
|
+
export { default as BotOffIcon } from '../icons/bot-off';
|
|
417
415
|
// BowArrow aliases
|
|
418
416
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
417
|
+
// BottleWine aliases
|
|
418
|
+
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
419
419
|
// Box aliases
|
|
420
420
|
export { default as BoxIcon } from '../icons/box';
|
|
421
|
-
// Boxes aliases
|
|
422
|
-
export { default as BoxesIcon } from '../icons/boxes';
|
|
423
421
|
// Brackets aliases
|
|
424
422
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
423
|
+
// Boxes aliases
|
|
424
|
+
export { default as BoxesIcon } from '../icons/boxes';
|
|
425
425
|
// BrainCircuit aliases
|
|
426
426
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
427
|
-
// Brain aliases
|
|
428
|
-
export { default as BrainIcon } from '../icons/brain';
|
|
429
427
|
// BrainCog aliases
|
|
430
428
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
429
|
+
// Brain aliases
|
|
430
|
+
export { default as BrainIcon } from '../icons/brain';
|
|
431
431
|
// BrickWallFire aliases
|
|
432
432
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
433
433
|
// BrickWallShield aliases
|
|
434
434
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
435
|
-
// BriefcaseBusiness aliases
|
|
436
|
-
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
437
|
-
// BriefcaseConveyorBelt aliases
|
|
438
|
-
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
439
435
|
// BrickWall aliases
|
|
440
436
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
441
|
-
//
|
|
442
|
-
export { default as
|
|
437
|
+
// BriefcaseConveyorBelt aliases
|
|
438
|
+
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
443
439
|
// BriefcaseMedical aliases
|
|
444
440
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
441
|
+
// Briefcase aliases
|
|
442
|
+
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
445
443
|
// BringToFront aliases
|
|
446
444
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
447
445
|
// Broccoli aliases
|
|
448
446
|
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
447
|
+
// BriefcaseBusiness aliases
|
|
448
|
+
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
449
449
|
// BrushCleaning aliases
|
|
450
450
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
451
451
|
// Brush aliases
|
|
452
452
|
export { default as BrushIcon } from '../icons/brush';
|
|
453
453
|
// Bubbles aliases
|
|
454
454
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
455
|
+
// BugOff aliases
|
|
456
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
455
457
|
// BugPlay aliases
|
|
456
458
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
457
459
|
// Bug aliases
|
|
458
460
|
export { default as BugIcon } from '../icons/bug';
|
|
459
|
-
// BugOff aliases
|
|
460
|
-
export { default as BugOffIcon } from '../icons/bug-off';
|
|
461
|
-
// Building aliases
|
|
462
|
-
export { default as BuildingIcon } from '../icons/building';
|
|
463
|
-
// BusFront aliases
|
|
464
|
-
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
465
461
|
// Building2 aliases
|
|
466
462
|
export { default as Building2Icon } from '../icons/building-2';
|
|
467
463
|
// Bus aliases
|
|
468
464
|
export { default as BusIcon } from '../icons/bus';
|
|
465
|
+
// Building aliases
|
|
466
|
+
export { default as BuildingIcon } from '../icons/building';
|
|
467
|
+
// BusFront aliases
|
|
468
|
+
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
469
469
|
// CableCar aliases
|
|
470
470
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
471
|
+
// Cake aliases
|
|
472
|
+
export { default as CakeIcon } from '../icons/cake';
|
|
471
473
|
// Cable aliases
|
|
472
474
|
export { default as CableIcon } from '../icons/cable';
|
|
473
475
|
// CakeSlice aliases
|
|
474
476
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
475
|
-
// Cake aliases
|
|
476
|
-
export { default as CakeIcon } from '../icons/cake';
|
|
477
477
|
// Calculator aliases
|
|
478
478
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
479
|
-
// Calendar1 aliases
|
|
480
|
-
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
481
479
|
// CalendarArrowDown aliases
|
|
482
480
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
481
|
+
// Calendar1 aliases
|
|
482
|
+
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
483
483
|
// CalendarArrowUp aliases
|
|
484
484
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
485
485
|
// CalendarCheck2 aliases
|
|
@@ -490,10 +490,10 @@ export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
|
490
490
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
491
491
|
// CalendarCog aliases
|
|
492
492
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
493
|
-
// CalendarDays aliases
|
|
494
|
-
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
495
493
|
// CalendarFold aliases
|
|
496
494
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
495
|
+
// CalendarDays aliases
|
|
496
|
+
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
497
497
|
// CalendarHeart aliases
|
|
498
498
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
499
499
|
// CalendarMinus2 aliases
|
|
@@ -514,10 +514,10 @@ export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
|
514
514
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
515
515
|
// CalendarX2 aliases
|
|
516
516
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
517
|
-
// Calendar aliases
|
|
518
|
-
export { default as CalendarIcon } from '../icons/calendar';
|
|
519
517
|
// CalendarX aliases
|
|
520
518
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
519
|
+
// Calendar aliases
|
|
520
|
+
export { default as CalendarIcon } from '../icons/calendar';
|
|
521
521
|
// Calendars aliases
|
|
522
522
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
523
523
|
// CameraOff aliases
|
|
@@ -532,22 +532,22 @@ export { default as CandyOffIcon } from '../icons/candy-off';
|
|
|
532
532
|
export { default as CandyIcon } from '../icons/candy';
|
|
533
533
|
// CannabisOff aliases
|
|
534
534
|
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
535
|
-
// Cannabis aliases
|
|
536
|
-
export { default as CannabisIcon } from '../icons/cannabis';
|
|
537
535
|
// CaptionsOff aliases
|
|
538
536
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
537
|
+
// Cannabis aliases
|
|
538
|
+
export { default as CannabisIcon } from '../icons/cannabis';
|
|
539
539
|
// CarFront aliases
|
|
540
540
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
541
|
+
// Car aliases
|
|
542
|
+
export { default as CarIcon } from '../icons/car';
|
|
541
543
|
// CarTaxiFront aliases
|
|
542
544
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
543
545
|
// Caravan aliases
|
|
544
546
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
545
|
-
// Car aliases
|
|
546
|
-
export { default as CarIcon } from '../icons/car';
|
|
547
|
-
// Carrot aliases
|
|
548
|
-
export { default as CarrotIcon } from '../icons/carrot';
|
|
549
547
|
// CardSim aliases
|
|
550
548
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
549
|
+
// Carrot aliases
|
|
550
|
+
export { default as CarrotIcon } from '../icons/carrot';
|
|
551
551
|
// CaseLower aliases
|
|
552
552
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
553
553
|
// CaseSensitive aliases
|
|
@@ -556,16 +556,16 @@ export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
|
556
556
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
557
557
|
// CassetteTape aliases
|
|
558
558
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
559
|
-
// Cast aliases
|
|
560
|
-
export { default as CastIcon } from '../icons/cast';
|
|
561
559
|
// Castle aliases
|
|
562
560
|
export { default as CastleIcon } from '../icons/castle';
|
|
561
|
+
// Cast aliases
|
|
562
|
+
export { default as CastIcon } from '../icons/cast';
|
|
563
563
|
// Cat aliases
|
|
564
564
|
export { default as CatIcon } from '../icons/cat';
|
|
565
|
-
// CctvOff aliases
|
|
566
|
-
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
567
565
|
// Cctv aliases
|
|
568
566
|
export { default as CctvIcon } from '../icons/cctv';
|
|
567
|
+
// CctvOff aliases
|
|
568
|
+
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
569
569
|
// ChartBarDecreasing aliases
|
|
570
570
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
571
571
|
// ChartBarIncreasing aliases
|
|
@@ -580,64 +580,64 @@ export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked
|
|
|
580
580
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
581
581
|
// ChartNetwork aliases
|
|
582
582
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
583
|
+
// ChartNoAxesCombined aliases
|
|
584
|
+
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
583
585
|
// ChartNoAxesColumnDecreasing aliases
|
|
584
586
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
585
587
|
// ChartSpline aliases
|
|
586
588
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
587
|
-
// ChartNoAxesCombined aliases
|
|
588
|
-
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
589
589
|
// CheckCheck aliases
|
|
590
590
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
591
591
|
// CheckLine aliases
|
|
592
592
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
593
593
|
// Check aliases
|
|
594
594
|
export { default as CheckIcon } from '../icons/check';
|
|
595
|
-
// ChefHat aliases
|
|
596
|
-
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
597
595
|
// Cherry aliases
|
|
598
596
|
export { default as CherryIcon } from '../icons/cherry';
|
|
599
597
|
// ChessBishop aliases
|
|
600
598
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
599
|
+
// ChefHat aliases
|
|
600
|
+
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
601
601
|
// ChessKing aliases
|
|
602
602
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
603
603
|
// ChessKnight aliases
|
|
604
604
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
605
|
-
// ChessQueen aliases
|
|
606
|
-
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
607
|
-
// ChessRook aliases
|
|
608
|
-
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
609
605
|
// ChessPawn aliases
|
|
610
606
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
611
|
-
//
|
|
612
|
-
export { default as
|
|
607
|
+
// ChessQueen aliases
|
|
608
|
+
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
613
609
|
// ChevronFirst aliases
|
|
614
610
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
611
|
+
// ChevronDown aliases
|
|
612
|
+
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
613
|
+
// ChessRook aliases
|
|
614
|
+
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
615
615
|
// ChevronLast aliases
|
|
616
616
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
617
|
-
// ChevronLeft aliases
|
|
618
|
-
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
619
617
|
// ChevronRight aliases
|
|
620
618
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
621
|
-
//
|
|
622
|
-
export { default as
|
|
619
|
+
// ChevronLeft aliases
|
|
620
|
+
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
623
621
|
// ChevronsDownUp aliases
|
|
624
622
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
625
|
-
//
|
|
626
|
-
export { default as
|
|
623
|
+
// ChevronUp aliases
|
|
624
|
+
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
627
625
|
// ChevronsLeftRightEllipsis aliases
|
|
628
626
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
629
|
-
//
|
|
630
|
-
export { default as
|
|
627
|
+
// ChevronsDown aliases
|
|
628
|
+
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
631
629
|
// ChevronsLeftRight aliases
|
|
632
630
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
633
|
-
//
|
|
634
|
-
export { default as
|
|
631
|
+
// ChevronsLeft aliases
|
|
632
|
+
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
635
633
|
// ChevronsRight aliases
|
|
636
634
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
637
635
|
// ChevronsUpDown aliases
|
|
638
636
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
639
637
|
// ChevronsUp aliases
|
|
640
638
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
639
|
+
// ChevronsRightLeft aliases
|
|
640
|
+
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
641
641
|
// Church aliases
|
|
642
642
|
export { default as ChurchIcon } from '../icons/church';
|
|
643
643
|
// CigaretteOff aliases
|
|
@@ -646,12 +646,12 @@ export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
|
646
646
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
647
647
|
// CircleDashed aliases
|
|
648
648
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
649
|
-
// CircleDollarSign aliases
|
|
650
|
-
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
651
649
|
// CircleDotDashed aliases
|
|
652
650
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
653
651
|
// CircleDot aliases
|
|
654
652
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
653
|
+
// CircleDollarSign aliases
|
|
654
|
+
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
655
655
|
// CircleEllipsis aliases
|
|
656
656
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
657
657
|
// CircleEqual aliases
|
|
@@ -672,62 +672,62 @@ export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
|
672
672
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
673
673
|
// CircleStar aliases
|
|
674
674
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
675
|
-
// Circle aliases
|
|
676
|
-
export { default as CircleIcon } from '../icons/circle';
|
|
677
|
-
// CircuitBoard aliases
|
|
678
|
-
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
679
675
|
// Citrus aliases
|
|
680
676
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
677
|
+
// Circle aliases
|
|
678
|
+
export { default as CircleIcon } from '../icons/circle';
|
|
681
679
|
// Clapperboard aliases
|
|
682
680
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
683
681
|
// ClipboardCheck aliases
|
|
684
682
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
685
|
-
//
|
|
686
|
-
export { default as
|
|
687
|
-
// ClipboardList aliases
|
|
688
|
-
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
683
|
+
// CircuitBoard aliases
|
|
684
|
+
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
689
685
|
// ClipboardClock aliases
|
|
690
686
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
687
|
+
// ClipboardCopy aliases
|
|
688
|
+
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
691
689
|
// ClipboardMinus aliases
|
|
692
690
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
693
|
-
//
|
|
694
|
-
export { default as
|
|
691
|
+
// ClipboardList aliases
|
|
692
|
+
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
695
693
|
// ClipboardPlus aliases
|
|
696
694
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
697
|
-
//
|
|
698
|
-
export { default as
|
|
695
|
+
// ClipboardPaste aliases
|
|
696
|
+
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
699
697
|
// ClipboardX aliases
|
|
700
698
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
699
|
+
// ClipboardType aliases
|
|
700
|
+
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
701
701
|
// Clipboard aliases
|
|
702
702
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
703
703
|
// Clock1 aliases
|
|
704
704
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
705
705
|
// Clock10 aliases
|
|
706
706
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
707
|
+
// Clock12 aliases
|
|
708
|
+
export { default as Clock12Icon } from '../icons/clock-12';
|
|
707
709
|
// Clock11 aliases
|
|
708
710
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
709
711
|
// Clock2 aliases
|
|
710
712
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
711
|
-
// Clock12 aliases
|
|
712
|
-
export { default as Clock12Icon } from '../icons/clock-12';
|
|
713
713
|
// Clock3 aliases
|
|
714
714
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
715
715
|
// Clock4 aliases
|
|
716
716
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
717
|
-
// Clock5 aliases
|
|
718
|
-
export { default as Clock5Icon } from '../icons/clock-5';
|
|
719
717
|
// Clock6 aliases
|
|
720
718
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
719
|
+
// Clock5 aliases
|
|
720
|
+
export { default as Clock5Icon } from '../icons/clock-5';
|
|
721
721
|
// Clock7 aliases
|
|
722
722
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
723
|
-
// Clock9 aliases
|
|
724
|
-
export { default as Clock9Icon } from '../icons/clock-9';
|
|
725
723
|
// Clock8 aliases
|
|
726
724
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
727
725
|
// ClockAlert aliases
|
|
728
726
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
729
727
|
// ClockArrowDown aliases
|
|
730
728
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
729
|
+
// Clock9 aliases
|
|
730
|
+
export { default as Clock9Icon } from '../icons/clock-9';
|
|
731
731
|
// ClockArrowLeft aliases
|
|
732
732
|
export { default as ClockArrowLeftIcon } from '../icons/clock-arrow-left';
|
|
733
733
|
// ClockArrowRight aliases
|
|
@@ -754,12 +754,12 @@ export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
|
754
754
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
755
755
|
// CloudDrizzle aliases
|
|
756
756
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
757
|
-
// CloudLightning aliases
|
|
758
|
-
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
759
757
|
// CloudFog aliases
|
|
760
758
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
761
759
|
// CloudHail aliases
|
|
762
760
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
761
|
+
// CloudLightning aliases
|
|
762
|
+
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
763
763
|
// CloudMoonRain aliases
|
|
764
764
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
765
765
|
// CloudMoon aliases
|
|
@@ -772,30 +772,30 @@ export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
|
772
772
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
773
773
|
// CloudSunRain aliases
|
|
774
774
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
775
|
-
// CloudSun aliases
|
|
776
|
-
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
777
775
|
// CloudSnow aliases
|
|
778
776
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
777
|
+
// CloudSun aliases
|
|
778
|
+
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
779
779
|
// CloudSync aliases
|
|
780
780
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
781
781
|
// Cloud aliases
|
|
782
782
|
export { default as CloudIcon } from '../icons/cloud';
|
|
783
783
|
// Cloudy aliases
|
|
784
784
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
785
|
-
// Clover aliases
|
|
786
|
-
export { default as CloverIcon } from '../icons/clover';
|
|
787
785
|
// Club aliases
|
|
788
786
|
export { default as ClubIcon } from '../icons/club';
|
|
787
|
+
// Clover aliases
|
|
788
|
+
export { default as CloverIcon } from '../icons/clover';
|
|
789
789
|
// Code aliases
|
|
790
790
|
export { default as CodeIcon } from '../icons/code';
|
|
791
791
|
// Coffee aliases
|
|
792
792
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
793
793
|
// Cog aliases
|
|
794
794
|
export { default as CogIcon } from '../icons/cog';
|
|
795
|
-
// Coins aliases
|
|
796
|
-
export { default as CoinsIcon } from '../icons/coins';
|
|
797
795
|
// Columns4 aliases
|
|
798
796
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
797
|
+
// Coins aliases
|
|
798
|
+
export { default as CoinsIcon } from '../icons/coins';
|
|
799
799
|
// Combine aliases
|
|
800
800
|
export { default as CombineIcon } from '../icons/combine';
|
|
801
801
|
// Command aliases
|
|
@@ -810,10 +810,10 @@ export { default as ComputerIcon } from '../icons/computer';
|
|
|
810
810
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
811
811
|
// Cone aliases
|
|
812
812
|
export { default as ConeIcon } from '../icons/cone';
|
|
813
|
-
// Construction aliases
|
|
814
|
-
export { default as ConstructionIcon } from '../icons/construction';
|
|
815
813
|
// Contact aliases
|
|
816
814
|
export { default as ContactIcon } from '../icons/contact';
|
|
815
|
+
// Construction aliases
|
|
816
|
+
export { default as ConstructionIcon } from '../icons/construction';
|
|
817
817
|
// Container aliases
|
|
818
818
|
export { default as ContainerIcon } from '../icons/container';
|
|
819
819
|
// Contrast aliases
|
|
@@ -826,60 +826,60 @@ export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
|
826
826
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
827
827
|
// CopyMinus aliases
|
|
828
828
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
829
|
-
// CopyPlus aliases
|
|
830
|
-
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
831
|
-
// CopySlash aliases
|
|
832
|
-
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
833
829
|
// CopyX aliases
|
|
834
830
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
831
|
+
// CopyPlus aliases
|
|
832
|
+
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
835
833
|
// Copy aliases
|
|
836
834
|
export { default as CopyIcon } from '../icons/copy';
|
|
835
|
+
// CopySlash aliases
|
|
836
|
+
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
837
837
|
// Copyleft aliases
|
|
838
838
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
839
|
-
// CornerDownLeft aliases
|
|
840
|
-
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
841
839
|
// Copyright aliases
|
|
842
840
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
841
|
+
// CornerDownLeft aliases
|
|
842
|
+
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
843
843
|
// CornerDownRight aliases
|
|
844
844
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
845
845
|
// CornerLeftDown aliases
|
|
846
846
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
847
|
-
// CornerLeftUp aliases
|
|
848
|
-
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
849
847
|
// CornerRightDown aliases
|
|
850
848
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
851
|
-
//
|
|
852
|
-
export { default as
|
|
849
|
+
// CornerLeftUp aliases
|
|
850
|
+
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
853
851
|
// CornerUpLeft aliases
|
|
854
852
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
853
|
+
// CornerRightUp aliases
|
|
854
|
+
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
855
855
|
// CornerUpRight aliases
|
|
856
856
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
857
|
-
// Cpu aliases
|
|
858
|
-
export { default as CpuIcon } from '../icons/cpu';
|
|
859
857
|
// CreativeCommons aliases
|
|
860
858
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
859
|
+
// Cpu aliases
|
|
860
|
+
export { default as CpuIcon } from '../icons/cpu';
|
|
861
861
|
// CreditCard aliases
|
|
862
862
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
863
863
|
// Croissant aliases
|
|
864
864
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
865
|
-
// Cross aliases
|
|
866
|
-
export { default as CrossIcon } from '../icons/cross';
|
|
867
865
|
// Crop aliases
|
|
868
866
|
export { default as CropIcon } from '../icons/crop';
|
|
867
|
+
// Crown aliases
|
|
868
|
+
export { default as CrownIcon } from '../icons/crown';
|
|
869
|
+
// Cross aliases
|
|
870
|
+
export { default as CrossIcon } from '../icons/cross';
|
|
869
871
|
// Crosshair aliases
|
|
870
872
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
871
873
|
// Cuboid aliases
|
|
872
874
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
873
|
-
// Crown aliases
|
|
874
|
-
export { default as CrownIcon } from '../icons/crown';
|
|
875
875
|
// CupSoda aliases
|
|
876
876
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
877
877
|
// Currency aliases
|
|
878
878
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
879
|
-
// Dam aliases
|
|
880
|
-
export { default as DamIcon } from '../icons/dam';
|
|
881
879
|
// Cylinder aliases
|
|
882
880
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
881
|
+
// Dam aliases
|
|
882
|
+
export { default as DamIcon } from '../icons/dam';
|
|
883
883
|
// DatabaseArrowDown aliases
|
|
884
884
|
export { default as DatabaseArrowDownIcon } from '../icons/database-arrow-down';
|
|
885
885
|
// DatabaseArrowUp aliases
|
|
@@ -892,10 +892,10 @@ export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
|
892
892
|
export { default as DatabaseMinusIcon } from '../icons/database-minus';
|
|
893
893
|
// DatabasePlus aliases
|
|
894
894
|
export { default as DatabasePlusIcon } from '../icons/database-plus';
|
|
895
|
-
// DatabaseSearch aliases
|
|
896
|
-
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
897
895
|
// DatabaseX aliases
|
|
898
896
|
export { default as DatabaseXIcon } from '../icons/database-x';
|
|
897
|
+
// DatabaseSearch aliases
|
|
898
|
+
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
899
899
|
// DatabaseZap aliases
|
|
900
900
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
901
901
|
// Database aliases
|
|
@@ -904,10 +904,10 @@ export { default as DatabaseIcon } from '../icons/database';
|
|
|
904
904
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
905
905
|
// DecimalsArrowRight aliases
|
|
906
906
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
907
|
-
// Dessert aliases
|
|
908
|
-
export { default as DessertIcon } from '../icons/dessert';
|
|
909
907
|
// Delete aliases
|
|
910
908
|
export { default as DeleteIcon } from '../icons/delete';
|
|
909
|
+
// Dessert aliases
|
|
910
|
+
export { default as DessertIcon } from '../icons/dessert';
|
|
911
911
|
// Diameter aliases
|
|
912
912
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
913
913
|
// DiamondMinus aliases
|
|
@@ -918,28 +918,28 @@ export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
|
918
918
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
919
919
|
// Dice1 aliases
|
|
920
920
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
921
|
-
// Dice3 aliases
|
|
922
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
923
921
|
// Dice2 aliases
|
|
924
922
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
923
|
+
// Dice3 aliases
|
|
924
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
925
925
|
// Dice4 aliases
|
|
926
926
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
927
927
|
// Dice5 aliases
|
|
928
928
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
929
929
|
// Dice6 aliases
|
|
930
930
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
931
|
-
// Diff aliases
|
|
932
|
-
export { default as DiffIcon } from '../icons/diff';
|
|
933
931
|
// Dices aliases
|
|
934
932
|
export { default as DicesIcon } from '../icons/dices';
|
|
935
|
-
//
|
|
936
|
-
export { default as
|
|
933
|
+
// Diff aliases
|
|
934
|
+
export { default as DiffIcon } from '../icons/diff';
|
|
937
935
|
// Disc3 aliases
|
|
938
936
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
939
|
-
//
|
|
940
|
-
export { default as
|
|
937
|
+
// Disc2 aliases
|
|
938
|
+
export { default as Disc2Icon } from '../icons/disc-2';
|
|
941
939
|
// Disc aliases
|
|
942
940
|
export { default as DiscIcon } from '../icons/disc';
|
|
941
|
+
// DiscAlbum aliases
|
|
942
|
+
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
943
943
|
// Divide aliases
|
|
944
944
|
export { default as DivideIcon } from '../icons/divide';
|
|
945
945
|
// DnaOff aliases
|
|
@@ -950,18 +950,18 @@ export { default as DnaIcon } from '../icons/dna';
|
|
|
950
950
|
export { default as DockIcon } from '../icons/dock';
|
|
951
951
|
// Dog aliases
|
|
952
952
|
export { default as DogIcon } from '../icons/dog';
|
|
953
|
-
// DollarSign aliases
|
|
954
|
-
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
955
953
|
// Donut aliases
|
|
956
954
|
export { default as DonutIcon } from '../icons/donut';
|
|
957
955
|
// DoorClosedLocked aliases
|
|
958
956
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
957
|
+
// DollarSign aliases
|
|
958
|
+
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
959
959
|
// DoorClosed aliases
|
|
960
960
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
961
|
-
// Dot aliases
|
|
962
|
-
export { default as DotIcon } from '../icons/dot';
|
|
963
961
|
// DoorOpen aliases
|
|
964
962
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
963
|
+
// Dot aliases
|
|
964
|
+
export { default as DotIcon } from '../icons/dot';
|
|
965
965
|
// Download aliases
|
|
966
966
|
export { default as DownloadIcon } from '../icons/download';
|
|
967
967
|
// DraftingCompass aliases
|
|
@@ -976,20 +976,20 @@ export { default as DroneIcon } from '../icons/drone';
|
|
|
976
976
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
977
977
|
// Droplet aliases
|
|
978
978
|
export { default as DropletIcon } from '../icons/droplet';
|
|
979
|
-
// Drum aliases
|
|
980
|
-
export { default as DrumIcon } from '../icons/drum';
|
|
981
979
|
// Droplets aliases
|
|
982
980
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
981
|
+
// Drum aliases
|
|
982
|
+
export { default as DrumIcon } from '../icons/drum';
|
|
983
983
|
// Drumstick aliases
|
|
984
984
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
985
985
|
// Dumbbell aliases
|
|
986
986
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
987
987
|
// EarOff aliases
|
|
988
988
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
989
|
-
// Ear aliases
|
|
990
|
-
export { default as EarIcon } from '../icons/ear';
|
|
991
989
|
// EarthLock aliases
|
|
992
990
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
991
|
+
// Ear aliases
|
|
992
|
+
export { default as EarIcon } from '../icons/ear';
|
|
993
993
|
// Eclipse aliases
|
|
994
994
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
995
995
|
// EggFried aliases
|
|
@@ -1014,10 +1014,10 @@ export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
|
1014
1014
|
export { default as EuroIcon } from '../icons/euro';
|
|
1015
1015
|
// EvCharger aliases
|
|
1016
1016
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
1017
|
-
// ExternalLink aliases
|
|
1018
|
-
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
1019
1017
|
// Expand aliases
|
|
1020
1018
|
export { default as ExpandIcon } from '../icons/expand';
|
|
1019
|
+
// ExternalLink aliases
|
|
1020
|
+
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
1021
1021
|
// EyeClosed aliases
|
|
1022
1022
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
1023
1023
|
// EyeDashed aliases
|
|
@@ -1028,20 +1028,20 @@ export { default as EyeOffIcon } from '../icons/eye-off';
|
|
|
1028
1028
|
export { default as EyeIcon } from '../icons/eye';
|
|
1029
1029
|
// Factory aliases
|
|
1030
1030
|
export { default as FactoryIcon } from '../icons/factory';
|
|
1031
|
+
// FastForward aliases
|
|
1032
|
+
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1031
1033
|
// Fan aliases
|
|
1032
1034
|
export { default as FanIcon } from '../icons/fan';
|
|
1033
1035
|
// Feather aliases
|
|
1034
1036
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1035
1037
|
// Fence aliases
|
|
1036
1038
|
export { default as FenceIcon } from '../icons/fence';
|
|
1037
|
-
// FastForward aliases
|
|
1038
|
-
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1039
|
-
// FerrisWheel aliases
|
|
1040
|
-
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1041
1039
|
// FileArchive aliases
|
|
1042
1040
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1043
1041
|
// FileBox aliases
|
|
1044
1042
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1043
|
+
// FerrisWheel aliases
|
|
1044
|
+
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1045
1045
|
// FileCheck aliases
|
|
1046
1046
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1047
1047
|
// FileClock aliases
|
|
@@ -1068,66 +1068,66 @@ export { default as FileMusicIcon } from '../icons/file-music';
|
|
|
1068
1068
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1069
1069
|
// FilePlus aliases
|
|
1070
1070
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1071
|
-
// FileSearch aliases
|
|
1072
|
-
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1073
1071
|
// FileScan aliases
|
|
1074
1072
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1073
|
+
// FileSearch aliases
|
|
1074
|
+
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1075
1075
|
// FileSliders aliases
|
|
1076
1076
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1077
|
-
// FileSpreadsheet aliases
|
|
1078
|
-
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1079
|
-
// FileStack aliases
|
|
1080
|
-
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1081
1077
|
// FileSymlink aliases
|
|
1082
1078
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1079
|
+
// FileStack aliases
|
|
1080
|
+
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1081
|
+
// FileSpreadsheet aliases
|
|
1082
|
+
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1083
1083
|
// FileTerminal aliases
|
|
1084
1084
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1085
1085
|
// FileText aliases
|
|
1086
1086
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1087
|
-
// FileUp aliases
|
|
1088
|
-
export { default as FileUpIcon } from '../icons/file-up';
|
|
1089
1087
|
// FileType aliases
|
|
1090
1088
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1089
|
+
// FileUp aliases
|
|
1090
|
+
export { default as FileUpIcon } from '../icons/file-up';
|
|
1091
1091
|
// FileUser aliases
|
|
1092
1092
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1093
1093
|
// FileVolume aliases
|
|
1094
1094
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1095
|
-
// File aliases
|
|
1096
|
-
export { default as FileIcon } from '../icons/file';
|
|
1097
1095
|
// FileX aliases
|
|
1098
1096
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1097
|
+
// File aliases
|
|
1098
|
+
export { default as FileIcon } from '../icons/file';
|
|
1099
1099
|
// Files aliases
|
|
1100
1100
|
export { default as FilesIcon } from '../icons/files';
|
|
1101
|
-
// Film aliases
|
|
1102
|
-
export { default as FilmIcon } from '../icons/film';
|
|
1103
1101
|
// FireExtinguisher aliases
|
|
1104
1102
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1105
1103
|
// FishOff aliases
|
|
1106
1104
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1107
|
-
//
|
|
1108
|
-
export { default as
|
|
1105
|
+
// Film aliases
|
|
1106
|
+
export { default as FilmIcon } from '../icons/film';
|
|
1109
1107
|
// FishSymbol aliases
|
|
1110
1108
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1111
1109
|
// Fish aliases
|
|
1112
1110
|
export { default as FishIcon } from '../icons/fish';
|
|
1111
|
+
// FishingHook aliases
|
|
1112
|
+
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1113
1113
|
// FishingRod aliases
|
|
1114
1114
|
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1115
1115
|
// FlagOff aliases
|
|
1116
1116
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1117
|
-
// FlagTriangleLeft aliases
|
|
1118
|
-
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1119
1117
|
// FlagTriangleRight aliases
|
|
1120
1118
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1119
|
+
// FlagTriangleLeft aliases
|
|
1120
|
+
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1121
1121
|
// Flag aliases
|
|
1122
1122
|
export { default as FlagIcon } from '../icons/flag';
|
|
1123
1123
|
// FlameKindling aliases
|
|
1124
1124
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1125
1125
|
// Flame aliases
|
|
1126
1126
|
export { default as FlameIcon } from '../icons/flame';
|
|
1127
|
-
// Flashlight aliases
|
|
1128
|
-
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1129
1127
|
// FlashlightOff aliases
|
|
1130
1128
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1129
|
+
// Flashlight aliases
|
|
1130
|
+
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1131
1131
|
// FlaskConicalOff aliases
|
|
1132
1132
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1133
1133
|
// FlaskConical aliases
|
|
@@ -1136,14 +1136,14 @@ export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
|
1136
1136
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1137
1137
|
// FlipHorizontal2 aliases
|
|
1138
1138
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1139
|
-
// Flower2 aliases
|
|
1140
|
-
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1141
1139
|
// FlipVertical2 aliases
|
|
1142
1140
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1143
|
-
//
|
|
1144
|
-
export { default as
|
|
1141
|
+
// Flower2 aliases
|
|
1142
|
+
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1145
1143
|
// Flower aliases
|
|
1146
1144
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1145
|
+
// Focus aliases
|
|
1146
|
+
export { default as FocusIcon } from '../icons/focus';
|
|
1147
1147
|
// FoldHorizontal aliases
|
|
1148
1148
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1149
1149
|
// FoldVertical aliases
|
|
@@ -1154,22 +1154,22 @@ export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
|
1154
1154
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1155
1155
|
// FolderCheck aliases
|
|
1156
1156
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1157
|
-
// FolderClock aliases
|
|
1158
|
-
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1159
1157
|
// FolderClosed aliases
|
|
1160
1158
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1159
|
+
// FolderClock aliases
|
|
1160
|
+
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1161
1161
|
// FolderCode aliases
|
|
1162
1162
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1163
1163
|
// FolderDot aliases
|
|
1164
1164
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1165
|
-
// FolderDown aliases
|
|
1166
|
-
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1167
1165
|
// FolderGit2 aliases
|
|
1168
1166
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1169
|
-
//
|
|
1170
|
-
export { default as
|
|
1167
|
+
// FolderDown aliases
|
|
1168
|
+
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1171
1169
|
// FolderHeart aliases
|
|
1172
1170
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1171
|
+
// FolderGit aliases
|
|
1172
|
+
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1173
1173
|
// FolderInput aliases
|
|
1174
1174
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1175
1175
|
// FolderKanban aliases
|
|
@@ -1184,16 +1184,16 @@ export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
|
1184
1184
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1185
1185
|
// FolderOpen aliases
|
|
1186
1186
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1187
|
-
// FolderOutput aliases
|
|
1188
|
-
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1189
1187
|
// FolderPlus aliases
|
|
1190
1188
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1189
|
+
// FolderOutput aliases
|
|
1190
|
+
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1191
1191
|
// FolderRoot aliases
|
|
1192
1192
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1193
|
-
// FolderSearch2 aliases
|
|
1194
|
-
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1195
1193
|
// FolderSearch aliases
|
|
1196
1194
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1195
|
+
// FolderSearch2 aliases
|
|
1196
|
+
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1197
1197
|
// FolderSymlink aliases
|
|
1198
1198
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1199
1199
|
// FolderSync aliases
|
|
@@ -1202,26 +1202,26 @@ export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
|
1202
1202
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1203
1203
|
// FolderUp aliases
|
|
1204
1204
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1205
|
-
// FolderX aliases
|
|
1206
|
-
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1207
1205
|
// Folder aliases
|
|
1208
1206
|
export { default as FolderIcon } from '../icons/folder';
|
|
1209
|
-
//
|
|
1210
|
-
export { default as
|
|
1207
|
+
// FolderX aliases
|
|
1208
|
+
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1211
1209
|
// Folders aliases
|
|
1212
1210
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1211
|
+
// Footprints aliases
|
|
1212
|
+
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1213
1213
|
// Forklift aliases
|
|
1214
1214
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1215
1215
|
// Form aliases
|
|
1216
1216
|
export { default as FormIcon } from '../icons/form';
|
|
1217
1217
|
// Frame aliases
|
|
1218
1218
|
export { default as FrameIcon } from '../icons/frame';
|
|
1219
|
+
// Frown aliases
|
|
1220
|
+
export { default as FrownIcon } from '../icons/frown';
|
|
1219
1221
|
// Forward aliases
|
|
1220
1222
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1221
1223
|
// Fuel aliases
|
|
1222
1224
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1223
|
-
// Frown aliases
|
|
1224
|
-
export { default as FrownIcon } from '../icons/frown';
|
|
1225
1225
|
// Fullscreen aliases
|
|
1226
1226
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1227
1227
|
// FunnelPlus aliases
|
|
@@ -1232,24 +1232,24 @@ export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal
|
|
|
1232
1232
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1233
1233
|
// GalleryThumbnails aliases
|
|
1234
1234
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1235
|
-
// GalleryVerticalEnd aliases
|
|
1236
|
-
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1237
1235
|
// GalleryVertical aliases
|
|
1238
1236
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1239
|
-
// Gamepad2 aliases
|
|
1240
|
-
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1241
1237
|
// GamepadDirectional aliases
|
|
1242
1238
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1239
|
+
// GalleryVerticalEnd aliases
|
|
1240
|
+
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1241
|
+
// Gamepad2 aliases
|
|
1242
|
+
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1243
1243
|
// Gamepad aliases
|
|
1244
1244
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1245
1245
|
// Gauge aliases
|
|
1246
1246
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1247
1247
|
// Gavel aliases
|
|
1248
1248
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1249
|
-
// Gem aliases
|
|
1250
|
-
export { default as GemIcon } from '../icons/gem';
|
|
1251
1249
|
// GeorgianLari aliases
|
|
1252
1250
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1251
|
+
// Gem aliases
|
|
1252
|
+
export { default as GemIcon } from '../icons/gem';
|
|
1253
1253
|
// Ghost aliases
|
|
1254
1254
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1255
1255
|
// Gift aliases
|
|
@@ -1260,20 +1260,20 @@ export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
|
1260
1260
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1261
1261
|
// GitBranch aliases
|
|
1262
1262
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1263
|
-
// GitCommitVertical aliases
|
|
1264
|
-
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1265
|
-
// GitCompareArrows aliases
|
|
1266
|
-
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1267
1263
|
// GitCompare aliases
|
|
1268
1264
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1269
|
-
//
|
|
1270
|
-
export { default as
|
|
1265
|
+
// GitCompareArrows aliases
|
|
1266
|
+
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1267
|
+
// GitCommitVertical aliases
|
|
1268
|
+
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1271
1269
|
// GitGraph aliases
|
|
1272
1270
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1273
1271
|
// GitMergeConflict aliases
|
|
1274
1272
|
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1275
1273
|
// GitMerge aliases
|
|
1276
1274
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1275
|
+
// GitFork aliases
|
|
1276
|
+
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1277
1277
|
// GitPullRequestClosed aliases
|
|
1278
1278
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1279
1279
|
// GitPullRequestArrow aliases
|
|
@@ -1282,22 +1282,22 @@ export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-ar
|
|
|
1282
1282
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1283
1283
|
// GitPullRequestCreate aliases
|
|
1284
1284
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1285
|
-
// GitPullRequestDraft aliases
|
|
1286
|
-
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1287
1285
|
// GitPullRequest aliases
|
|
1288
1286
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1289
|
-
//
|
|
1290
|
-
export { default as
|
|
1287
|
+
// GitPullRequestDraft aliases
|
|
1288
|
+
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1291
1289
|
// Glasses aliases
|
|
1292
1290
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1291
|
+
// GlassWater aliases
|
|
1292
|
+
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1293
1293
|
// GlobeCheck aliases
|
|
1294
1294
|
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1295
1295
|
// GlobeLock aliases
|
|
1296
1296
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1297
|
-
// GlobeX aliases
|
|
1298
|
-
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1299
1297
|
// GlobeOff aliases
|
|
1300
1298
|
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1299
|
+
// GlobeX aliases
|
|
1300
|
+
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1301
1301
|
// Globe aliases
|
|
1302
1302
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1303
1303
|
// Goal aliases
|
|
@@ -1316,12 +1316,12 @@ export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
|
1316
1316
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1317
1317
|
// Grip aliases
|
|
1318
1318
|
export { default as GripIcon } from '../icons/grip';
|
|
1319
|
-
// Group aliases
|
|
1320
|
-
export { default as GroupIcon } from '../icons/group';
|
|
1321
|
-
// Ham aliases
|
|
1322
|
-
export { default as HamIcon } from '../icons/ham';
|
|
1323
1319
|
// Guitar aliases
|
|
1324
1320
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1321
|
+
// Ham aliases
|
|
1322
|
+
export { default as HamIcon } from '../icons/ham';
|
|
1323
|
+
// Group aliases
|
|
1324
|
+
export { default as GroupIcon } from '../icons/group';
|
|
1325
1325
|
// Hamburger aliases
|
|
1326
1326
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1327
1327
|
// HandCoins aliases
|
|
@@ -1338,20 +1338,20 @@ export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
|
1338
1338
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1339
1339
|
// Hand aliases
|
|
1340
1340
|
export { default as HandIcon } from '../icons/hand';
|
|
1341
|
-
// Handbag aliases
|
|
1342
|
-
export { default as HandbagIcon } from '../icons/handbag';
|
|
1343
1341
|
// Handshake aliases
|
|
1344
1342
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1345
1343
|
// HardDriveDownload aliases
|
|
1346
1344
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1345
|
+
// Handbag aliases
|
|
1346
|
+
export { default as HandbagIcon } from '../icons/handbag';
|
|
1347
1347
|
// HardDriveUpload aliases
|
|
1348
1348
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1349
1349
|
// HardDrive aliases
|
|
1350
1350
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1351
|
-
// HardHat aliases
|
|
1352
|
-
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1353
1351
|
// Hash aliases
|
|
1354
1352
|
export { default as HashIcon } from '../icons/hash';
|
|
1353
|
+
// HardHat aliases
|
|
1354
|
+
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1355
1355
|
// HatGlasses aliases
|
|
1356
1356
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1357
1357
|
// Haze aliases
|
|
@@ -1366,10 +1366,10 @@ export { default as Heading1Icon } from '../icons/heading-1';
|
|
|
1366
1366
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1367
1367
|
// Heading3 aliases
|
|
1368
1368
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1369
|
-
// Heading4 aliases
|
|
1370
|
-
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1371
1369
|
// Heading5 aliases
|
|
1372
1370
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1371
|
+
// Heading4 aliases
|
|
1372
|
+
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1373
1373
|
// Heading6 aliases
|
|
1374
1374
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1375
1375
|
// Heading aliases
|
|
@@ -1410,22 +1410,22 @@ export { default as HistoryIcon } from '../icons/history';
|
|
|
1410
1410
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1411
1411
|
// Hop aliases
|
|
1412
1412
|
export { default as HopIcon } from '../icons/hop';
|
|
1413
|
-
// Hospital aliases
|
|
1414
|
-
export { default as HospitalIcon } from '../icons/hospital';
|
|
1415
1413
|
// Hotel aliases
|
|
1416
1414
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1415
|
+
// Hospital aliases
|
|
1416
|
+
export { default as HospitalIcon } from '../icons/hospital';
|
|
1417
1417
|
// Hourglass aliases
|
|
1418
1418
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1419
|
-
// HouseHeart aliases
|
|
1420
|
-
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1421
1419
|
// HousePlug aliases
|
|
1422
1420
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1421
|
+
// HouseHeart aliases
|
|
1422
|
+
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1423
1423
|
// HousePlus aliases
|
|
1424
1424
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1425
|
-
// IdCardLanyard aliases
|
|
1426
|
-
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1427
1425
|
// HouseWifi aliases
|
|
1428
1426
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1427
|
+
// IdCardLanyard aliases
|
|
1428
|
+
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1429
1429
|
// IdCard aliases
|
|
1430
1430
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1431
1431
|
// ImageDown aliases
|
|
@@ -1444,10 +1444,10 @@ export { default as ImageUpIcon } from '../icons/image-up';
|
|
|
1444
1444
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1445
1445
|
// Image aliases
|
|
1446
1446
|
export { default as ImageIcon } from '../icons/image';
|
|
1447
|
-
// Import aliases
|
|
1448
|
-
export { default as ImportIcon } from '../icons/import';
|
|
1449
1447
|
// Images aliases
|
|
1450
1448
|
export { default as ImagesIcon } from '../icons/images';
|
|
1449
|
+
// Import aliases
|
|
1450
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1451
1451
|
// Inbox aliases
|
|
1452
1452
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1453
1453
|
// IndianRupee aliases
|
|
@@ -1490,16 +1490,16 @@ export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
|
1490
1490
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1491
1491
|
// LampFloor aliases
|
|
1492
1492
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1493
|
-
// LampWallUp aliases
|
|
1494
|
-
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1495
1493
|
// LampWallDown aliases
|
|
1496
1494
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1495
|
+
// LampWallUp aliases
|
|
1496
|
+
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1497
1497
|
// Lamp aliases
|
|
1498
1498
|
export { default as LampIcon } from '../icons/lamp';
|
|
1499
|
-
// LandPlot aliases
|
|
1500
|
-
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1501
1499
|
// Landmark aliases
|
|
1502
1500
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1501
|
+
// LandPlot aliases
|
|
1502
|
+
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1503
1503
|
// Languages aliases
|
|
1504
1504
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1505
1505
|
// LaptopMinimalCheck aliases
|
|
@@ -1508,22 +1508,22 @@ export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check
|
|
|
1508
1508
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1509
1509
|
// LassoSelect aliases
|
|
1510
1510
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1511
|
-
// Laugh aliases
|
|
1512
|
-
export { default as LaughIcon } from '../icons/laugh';
|
|
1513
1511
|
// Lasso aliases
|
|
1514
1512
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1513
|
+
// Laugh aliases
|
|
1514
|
+
export { default as LaughIcon } from '../icons/laugh';
|
|
1515
1515
|
// Layers2 aliases
|
|
1516
1516
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1517
1517
|
// LayersMinus aliases
|
|
1518
1518
|
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1519
1519
|
// LayersPlus aliases
|
|
1520
1520
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1521
|
-
// LayoutGrid aliases
|
|
1522
|
-
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1523
|
-
// LayoutList aliases
|
|
1524
|
-
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1525
1521
|
// LayoutDashboard aliases
|
|
1526
1522
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1523
|
+
// LayoutList aliases
|
|
1524
|
+
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1525
|
+
// LayoutGrid aliases
|
|
1526
|
+
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1527
1527
|
// LayoutPanelLeft aliases
|
|
1528
1528
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1529
1529
|
// LayoutPanelTop aliases
|
|
@@ -1534,42 +1534,42 @@ export { default as LeafIcon } from '../icons/leaf';
|
|
|
1534
1534
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1535
1535
|
// LeafyGreen aliases
|
|
1536
1536
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1537
|
-
// LensConcave aliases
|
|
1538
|
-
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1539
1537
|
// Lectern aliases
|
|
1540
1538
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1539
|
+
// LensConcave aliases
|
|
1540
|
+
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1541
1541
|
// LensConvex aliases
|
|
1542
1542
|
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1543
|
-
// LifeBuoy aliases
|
|
1544
|
-
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1545
1543
|
// LibraryBig aliases
|
|
1546
1544
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1547
1545
|
// Library aliases
|
|
1548
1546
|
export { default as LibraryIcon } from '../icons/library';
|
|
1547
|
+
// LifeBuoy aliases
|
|
1548
|
+
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1549
1549
|
// Ligature aliases
|
|
1550
1550
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1551
1551
|
// LightbulbOff aliases
|
|
1552
1552
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1553
|
+
// LineSquiggle aliases
|
|
1554
|
+
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1553
1555
|
// Lightbulb aliases
|
|
1554
1556
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1555
1557
|
// LineDotRightHorizontal aliases
|
|
1556
1558
|
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1557
|
-
// LineSquiggle aliases
|
|
1558
|
-
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1559
1559
|
// LineStyle aliases
|
|
1560
1560
|
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1561
1561
|
// Link2Off aliases
|
|
1562
1562
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1563
1563
|
// Link2 aliases
|
|
1564
1564
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1565
|
-
// Link aliases
|
|
1566
|
-
export { default as LinkIcon } from '../icons/link';
|
|
1567
1565
|
// ListCheck aliases
|
|
1568
1566
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1569
|
-
//
|
|
1570
|
-
export { default as
|
|
1567
|
+
// Link aliases
|
|
1568
|
+
export { default as LinkIcon } from '../icons/link';
|
|
1571
1569
|
// ListChevronsDownUp aliases
|
|
1572
1570
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1571
|
+
// ListChecks aliases
|
|
1572
|
+
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1573
1573
|
// ListChevronsUpDown aliases
|
|
1574
1574
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1575
1575
|
// ListCollapse aliases
|
|
@@ -1584,32 +1584,32 @@ export { default as ListFilterIcon } from '../icons/list-filter';
|
|
|
1584
1584
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1585
1585
|
// ListMusic aliases
|
|
1586
1586
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1587
|
+
// ListOrdered aliases
|
|
1588
|
+
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1587
1589
|
// ListPlus aliases
|
|
1588
1590
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1589
1591
|
// ListRestart aliases
|
|
1590
1592
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1591
|
-
// ListOrdered aliases
|
|
1592
|
-
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1593
1593
|
// ListSortAscending aliases
|
|
1594
1594
|
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1595
1595
|
// ListSortDescending aliases
|
|
1596
1596
|
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1597
|
-
// ListTodo aliases
|
|
1598
|
-
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1599
1597
|
// ListStart aliases
|
|
1600
1598
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1599
|
+
// ListTodo aliases
|
|
1600
|
+
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1601
1601
|
// ListTree aliases
|
|
1602
1602
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1603
1603
|
// ListVideo aliases
|
|
1604
1604
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1605
|
-
// List aliases
|
|
1606
|
-
export { default as ListIcon } from '../icons/list';
|
|
1607
1605
|
// ListX aliases
|
|
1608
1606
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1609
|
-
// Loader aliases
|
|
1610
|
-
export { default as LoaderIcon } from '../icons/loader';
|
|
1611
1607
|
// LoaderPinwheel aliases
|
|
1612
1608
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1609
|
+
// List aliases
|
|
1610
|
+
export { default as ListIcon } from '../icons/list';
|
|
1611
|
+
// Loader aliases
|
|
1612
|
+
export { default as LoaderIcon } from '../icons/loader';
|
|
1613
1613
|
// LocateFixed aliases
|
|
1614
1614
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1615
1615
|
// LocateOff aliases
|
|
@@ -1620,46 +1620,46 @@ export { default as LocateIcon } from '../icons/locate';
|
|
|
1620
1620
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1621
1621
|
// Lock aliases
|
|
1622
1622
|
export { default as LockIcon } from '../icons/lock';
|
|
1623
|
-
// LogOut aliases
|
|
1624
|
-
export { default as LogOutIcon } from '../icons/log-out';
|
|
1625
1623
|
// LogIn aliases
|
|
1626
1624
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1625
|
+
// LogOut aliases
|
|
1626
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1627
1627
|
// Logs aliases
|
|
1628
1628
|
export { default as LogsIcon } from '../icons/logs';
|
|
1629
1629
|
// Lollipop aliases
|
|
1630
1630
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1631
1631
|
// Luggage aliases
|
|
1632
1632
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1633
|
-
// MailCheck aliases
|
|
1634
|
-
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1635
1633
|
// Magnet aliases
|
|
1636
1634
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1637
|
-
//
|
|
1638
|
-
export { default as
|
|
1635
|
+
// MailCheck aliases
|
|
1636
|
+
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1639
1637
|
// MailMinus aliases
|
|
1640
1638
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1641
|
-
//
|
|
1642
|
-
export { default as
|
|
1643
|
-
// MailX aliases
|
|
1644
|
-
export { default as MailXIcon } from '../icons/mail-x';
|
|
1639
|
+
// MailOpen aliases
|
|
1640
|
+
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1645
1641
|
// MailPlus aliases
|
|
1646
1642
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1643
|
+
// MailWarning aliases
|
|
1644
|
+
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1647
1645
|
// MailSearch aliases
|
|
1648
1646
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1647
|
+
// MailX aliases
|
|
1648
|
+
export { default as MailXIcon } from '../icons/mail-x';
|
|
1649
1649
|
// Mail aliases
|
|
1650
1650
|
export { default as MailIcon } from '../icons/mail';
|
|
1651
1651
|
// Mailbox aliases
|
|
1652
1652
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1653
|
-
// MapMinus aliases
|
|
1654
|
-
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1655
1653
|
// Mails aliases
|
|
1656
1654
|
export { default as MailsIcon } from '../icons/mails';
|
|
1655
|
+
// MapMinus aliases
|
|
1656
|
+
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1657
|
+
// MapPinHouse aliases
|
|
1658
|
+
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1657
1659
|
// MapPinCheckInside aliases
|
|
1658
1660
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1659
1661
|
// MapPinCheck aliases
|
|
1660
1662
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1661
|
-
// MapPinHouse aliases
|
|
1662
|
-
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1663
1663
|
// MapPinMinusInside aliases
|
|
1664
1664
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1665
1665
|
// MapPinMinus aliases
|
|
@@ -1672,30 +1672,30 @@ export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
|
1672
1672
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1673
1673
|
// MapPinSearch aliases
|
|
1674
1674
|
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1675
|
-
// MapPinXInside aliases
|
|
1676
|
-
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1677
1675
|
// MapPinX aliases
|
|
1678
1676
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1679
1677
|
// MapPin aliases
|
|
1680
1678
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1679
|
+
// MapPinXInside aliases
|
|
1680
|
+
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1681
1681
|
// MapPinned aliases
|
|
1682
1682
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1683
1683
|
// MapPlus aliases
|
|
1684
1684
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1685
|
-
// Map aliases
|
|
1686
|
-
export { default as MapIcon } from '../icons/map';
|
|
1687
1685
|
// MarsStroke aliases
|
|
1688
1686
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1687
|
+
// Map aliases
|
|
1688
|
+
export { default as MapIcon } from '../icons/map';
|
|
1689
1689
|
// Mars aliases
|
|
1690
1690
|
export { default as MarsIcon } from '../icons/mars';
|
|
1691
1691
|
// Martini aliases
|
|
1692
1692
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1693
1693
|
// Maximize2 aliases
|
|
1694
1694
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1695
|
-
// Maximize aliases
|
|
1696
|
-
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1697
1695
|
// Medal aliases
|
|
1698
1696
|
export { default as MedalIcon } from '../icons/medal';
|
|
1697
|
+
// Maximize aliases
|
|
1698
|
+
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1699
1699
|
// MegaphoneOff aliases
|
|
1700
1700
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1701
1701
|
// Megaphone aliases
|
|
@@ -1720,50 +1720,50 @@ export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart
|
|
|
1720
1720
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1721
1721
|
// MessageCircleOff aliases
|
|
1722
1722
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1723
|
-
// MessageCirclePlus aliases
|
|
1724
|
-
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1725
1723
|
// MessageCircleReply aliases
|
|
1726
1724
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1725
|
+
// MessageCirclePlus aliases
|
|
1726
|
+
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1727
1727
|
// MessageCircleWarning aliases
|
|
1728
1728
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1729
|
-
// MessageCircleX aliases
|
|
1730
|
-
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1731
1729
|
// MessageCircle aliases
|
|
1732
1730
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1733
1731
|
// MessageSquareCheck aliases
|
|
1734
1732
|
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1733
|
+
// MessageCircleX aliases
|
|
1734
|
+
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1735
1735
|
// MessageSquareDashed aliases
|
|
1736
1736
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1737
1737
|
// MessageSquareCode aliases
|
|
1738
1738
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1739
|
-
// MessageSquareDot aliases
|
|
1740
|
-
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1741
1739
|
// MessageSquareDiff aliases
|
|
1742
1740
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1741
|
+
// MessageSquareDot aliases
|
|
1742
|
+
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1743
1743
|
// MessageSquareHeart aliases
|
|
1744
1744
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1745
1745
|
// MessageSquareLock aliases
|
|
1746
1746
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1747
|
-
// MessageSquareOff aliases
|
|
1748
|
-
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1749
1747
|
// MessageSquareMore aliases
|
|
1750
1748
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1751
1749
|
// MessageSquarePlus aliases
|
|
1752
1750
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1753
|
-
//
|
|
1754
|
-
export { default as
|
|
1751
|
+
// MessageSquareOff aliases
|
|
1752
|
+
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1755
1753
|
// MessageSquareQuote aliases
|
|
1756
1754
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1755
|
+
// MessageSquareReply aliases
|
|
1756
|
+
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1757
1757
|
// MessageSquareShare aliases
|
|
1758
1758
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1759
1759
|
// MessageSquareText aliases
|
|
1760
1760
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1761
|
-
// MessageSquareWarning aliases
|
|
1762
|
-
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1763
1761
|
// MessageSquareX aliases
|
|
1764
1762
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1765
1763
|
// MessageSquare aliases
|
|
1766
1764
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1765
|
+
// MessageSquareWarning aliases
|
|
1766
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1767
1767
|
// MessagesSquare aliases
|
|
1768
1768
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1769
1769
|
// Metronome aliases
|
|
@@ -1772,12 +1772,12 @@ export { default as MetronomeIcon } from '../icons/metronome';
|
|
|
1772
1772
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1773
1773
|
// Mic aliases
|
|
1774
1774
|
export { default as MicIcon } from '../icons/mic';
|
|
1775
|
-
// Microscope aliases
|
|
1776
|
-
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1777
1775
|
// Microchip aliases
|
|
1778
1776
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1779
1777
|
// Microwave aliases
|
|
1780
1778
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1779
|
+
// Microscope aliases
|
|
1780
|
+
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1781
1781
|
// Milestone aliases
|
|
1782
1782
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1783
1783
|
// MilkOff aliases
|
|
@@ -1814,14 +1814,14 @@ export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
|
1814
1814
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1815
1815
|
// MonitorSpeaker aliases
|
|
1816
1816
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1817
|
+
// MonitorUp aliases
|
|
1818
|
+
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1817
1819
|
// MonitorStop aliases
|
|
1818
1820
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1819
|
-
// MonitorX aliases
|
|
1820
|
-
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1821
1821
|
// Monitor aliases
|
|
1822
1822
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1823
|
-
//
|
|
1824
|
-
export { default as
|
|
1823
|
+
// MonitorX aliases
|
|
1824
|
+
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1825
1825
|
// Moon aliases
|
|
1826
1826
|
export { default as MoonIcon } from '../icons/moon';
|
|
1827
1827
|
// MoonStar aliases
|
|
@@ -1834,14 +1834,14 @@ export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
|
1834
1834
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1835
1835
|
// MouseLeft aliases
|
|
1836
1836
|
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1837
|
-
// MousePointer2Off aliases
|
|
1838
|
-
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1839
1837
|
// MouseOff aliases
|
|
1840
1838
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1841
1839
|
// MousePointer2 aliases
|
|
1842
1840
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1843
1841
|
// MousePointerClick aliases
|
|
1844
1842
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1843
|
+
// MousePointer2Off aliases
|
|
1844
|
+
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1845
1845
|
// MousePointerBan aliases
|
|
1846
1846
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1847
1847
|
// MousePointer aliases
|
|
@@ -1850,20 +1850,20 @@ export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
|
1850
1850
|
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1851
1851
|
// Mouse aliases
|
|
1852
1852
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1853
|
-
// MoveDiagonal2 aliases
|
|
1854
|
-
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1855
1853
|
// MoveDiagonal aliases
|
|
1856
1854
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1857
1855
|
// MoveDownLeft aliases
|
|
1858
1856
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1859
|
-
//
|
|
1860
|
-
export { default as
|
|
1857
|
+
// MoveDiagonal2 aliases
|
|
1858
|
+
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1861
1859
|
// MoveDown aliases
|
|
1862
1860
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1863
|
-
//
|
|
1864
|
-
export { default as
|
|
1861
|
+
// MoveDownRight aliases
|
|
1862
|
+
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1865
1863
|
// MoveLeft aliases
|
|
1866
1864
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1865
|
+
// MoveHorizontal aliases
|
|
1866
|
+
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1867
1867
|
// MoveRight aliases
|
|
1868
1868
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1869
1869
|
// MoveUpLeft aliases
|
|
@@ -1874,16 +1874,16 @@ export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
|
1874
1874
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1875
1875
|
// MoveVertical aliases
|
|
1876
1876
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1877
|
-
// Music2 aliases
|
|
1878
|
-
export { default as Music2Icon } from '../icons/music-2';
|
|
1879
1877
|
// Move aliases
|
|
1880
1878
|
export { default as MoveIcon } from '../icons/move';
|
|
1879
|
+
// Music2 aliases
|
|
1880
|
+
export { default as Music2Icon } from '../icons/music-2';
|
|
1881
1881
|
// Music3 aliases
|
|
1882
1882
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1883
|
-
// Music aliases
|
|
1884
|
-
export { default as MusicIcon } from '../icons/music';
|
|
1885
1883
|
// Music4 aliases
|
|
1886
1884
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1885
|
+
// Music aliases
|
|
1886
|
+
export { default as MusicIcon } from '../icons/music';
|
|
1887
1887
|
// Navigation2Off aliases
|
|
1888
1888
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1889
1889
|
// Navigation2 aliases
|
|
@@ -1920,10 +1920,10 @@ export { default as NutIcon } from '../icons/nut';
|
|
|
1920
1920
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1921
1921
|
// Octagon aliases
|
|
1922
1922
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1923
|
-
// Omega aliases
|
|
1924
|
-
export { default as OmegaIcon } from '../icons/omega';
|
|
1925
1923
|
// Option aliases
|
|
1926
1924
|
export { default as OptionIcon } from '../icons/option';
|
|
1925
|
+
// Omega aliases
|
|
1926
|
+
export { default as OmegaIcon } from '../icons/omega';
|
|
1927
1927
|
// Orbit aliases
|
|
1928
1928
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1929
1929
|
// Origami aliases
|
|
@@ -1934,28 +1934,28 @@ export { default as Package2Icon } from '../icons/package-2';
|
|
|
1934
1934
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1935
1935
|
// PackageMinus aliases
|
|
1936
1936
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1937
|
-
// PackagePlus aliases
|
|
1938
|
-
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1939
1937
|
// PackageOpen aliases
|
|
1940
1938
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1941
|
-
//
|
|
1942
|
-
export { default as
|
|
1939
|
+
// PackagePlus aliases
|
|
1940
|
+
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1943
1941
|
// PackageX aliases
|
|
1944
1942
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1945
|
-
//
|
|
1946
|
-
export { default as
|
|
1943
|
+
// PackageSearch aliases
|
|
1944
|
+
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1947
1945
|
// Package aliases
|
|
1948
1946
|
export { default as PackageIcon } from '../icons/package';
|
|
1947
|
+
// PaintBucket aliases
|
|
1948
|
+
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1949
1949
|
// PaintRoller aliases
|
|
1950
1950
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1951
1951
|
// Paintbrush aliases
|
|
1952
1952
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1953
1953
|
// Panda aliases
|
|
1954
1954
|
export { default as PandaIcon } from '../icons/panda';
|
|
1955
|
-
// Palette aliases
|
|
1956
|
-
export { default as PaletteIcon } from '../icons/palette';
|
|
1957
1955
|
// PanelBottomClose aliases
|
|
1958
1956
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1957
|
+
// Palette aliases
|
|
1958
|
+
export { default as PaletteIcon } from '../icons/palette';
|
|
1959
1959
|
// PanelBottomOpen aliases
|
|
1960
1960
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1961
1961
|
// PanelBottom aliases
|
|
@@ -1964,10 +1964,10 @@ export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
|
1964
1964
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1965
1965
|
// PanelRightClose aliases
|
|
1966
1966
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1967
|
-
// PanelRightOpen aliases
|
|
1968
|
-
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1969
1967
|
// PanelRight aliases
|
|
1970
1968
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1969
|
+
// PanelRightOpen aliases
|
|
1970
|
+
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1971
1971
|
// PanelTopBottomDashed aliases
|
|
1972
1972
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1973
1973
|
// PanelTopClose aliases
|
|
@@ -1976,14 +1976,14 @@ export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
|
1976
1976
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1977
1977
|
// PanelTop aliases
|
|
1978
1978
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1979
|
-
// PanelsLeftBottom aliases
|
|
1980
|
-
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1981
|
-
// PanelsRightBottom aliases
|
|
1982
|
-
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1983
1979
|
// Paperclip aliases
|
|
1984
1980
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1981
|
+
// PanelsLeftBottom aliases
|
|
1982
|
+
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1985
1983
|
// Parasol aliases
|
|
1986
1984
|
export { default as ParasolIcon } from '../icons/parasol';
|
|
1985
|
+
// PanelsRightBottom aliases
|
|
1986
|
+
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1987
1987
|
// Parentheses aliases
|
|
1988
1988
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1989
1989
|
// ParkingMeter aliases
|
|
@@ -2018,14 +2018,14 @@ export { default as PercentIcon } from '../icons/percent';
|
|
|
2018
2018
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
2019
2019
|
// PhilippinePeso aliases
|
|
2020
2020
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2021
|
+
// PhoneForwarded aliases
|
|
2022
|
+
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2021
2023
|
// PhoneCall aliases
|
|
2022
2024
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
2023
2025
|
// PhoneIncoming aliases
|
|
2024
2026
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
2025
2027
|
// PhoneMissed aliases
|
|
2026
2028
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
2027
|
-
// PhoneForwarded aliases
|
|
2028
|
-
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2029
2029
|
// PhoneOff aliases
|
|
2030
2030
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
2031
2031
|
// PhoneOutgoing aliases
|
|
@@ -2034,44 +2034,44 @@ export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
|
2034
2034
|
export { default as PhoneIcon } from '../icons/phone';
|
|
2035
2035
|
// Pi aliases
|
|
2036
2036
|
export { default as PiIcon } from '../icons/pi';
|
|
2037
|
-
// Pickaxe aliases
|
|
2038
|
-
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2039
2037
|
// Piano aliases
|
|
2040
2038
|
export { default as PianoIcon } from '../icons/piano';
|
|
2039
|
+
// Pickaxe aliases
|
|
2040
|
+
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2041
2041
|
// PictureInPicture2 aliases
|
|
2042
2042
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2043
2043
|
// PictureInPicture aliases
|
|
2044
2044
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2045
|
-
// PiggyBank aliases
|
|
2046
|
-
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2047
2045
|
// PilcrowLeft aliases
|
|
2048
2046
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2049
2047
|
// PilcrowRight aliases
|
|
2050
2048
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2049
|
+
// PiggyBank aliases
|
|
2050
|
+
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2051
2051
|
// Pilcrow aliases
|
|
2052
2052
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2053
|
-
// PillBottle aliases
|
|
2054
|
-
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2055
2053
|
// Pill aliases
|
|
2056
2054
|
export { default as PillIcon } from '../icons/pill';
|
|
2057
|
-
//
|
|
2058
|
-
export { default as
|
|
2055
|
+
// PillBottle aliases
|
|
2056
|
+
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2059
2057
|
// PinOff aliases
|
|
2060
2058
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2061
2059
|
// Pipette aliases
|
|
2062
2060
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2063
2061
|
// Pizza aliases
|
|
2064
2062
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2063
|
+
// Pin aliases
|
|
2064
|
+
export { default as PinIcon } from '../icons/pin';
|
|
2065
2065
|
// PlaneLanding aliases
|
|
2066
2066
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2067
2067
|
// PlaneTakeoff aliases
|
|
2068
2068
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2069
2069
|
// Plane aliases
|
|
2070
2070
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2071
|
-
// Play aliases
|
|
2072
|
-
export { default as PlayIcon } from '../icons/play';
|
|
2073
2071
|
// PlayOff aliases
|
|
2074
2072
|
export { default as PlayOffIcon } from '../icons/play-off';
|
|
2073
|
+
// Play aliases
|
|
2074
|
+
export { default as PlayIcon } from '../icons/play';
|
|
2075
2075
|
// Plug2 aliases
|
|
2076
2076
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2077
2077
|
// Plug aliases
|
|
@@ -2088,12 +2088,12 @@ export { default as PodiumIcon } from '../icons/podium';
|
|
|
2088
2088
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2089
2089
|
// Pointer aliases
|
|
2090
2090
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2091
|
+
// Popsicle aliases
|
|
2092
|
+
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2091
2093
|
// Popcorn aliases
|
|
2092
2094
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2093
2095
|
// PoundSterling aliases
|
|
2094
2096
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2095
|
-
// Popsicle aliases
|
|
2096
|
-
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2097
2097
|
// PowerOff aliases
|
|
2098
2098
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2099
2099
|
// Power aliases
|
|
@@ -2108,18 +2108,18 @@ export { default as PrinterXIcon } from '../icons/printer-x';
|
|
|
2108
2108
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2109
2109
|
// Projector aliases
|
|
2110
2110
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2111
|
-
// Puzzle aliases
|
|
2112
|
-
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2113
2111
|
// Proportions aliases
|
|
2114
2112
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2113
|
+
// Puzzle aliases
|
|
2114
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2115
2115
|
// Pyramid aliases
|
|
2116
2116
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2117
2117
|
// QrCode aliases
|
|
2118
2118
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2119
|
-
// Quote aliases
|
|
2120
|
-
export { default as QuoteIcon } from '../icons/quote';
|
|
2121
2119
|
// Rabbit aliases
|
|
2122
2120
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2121
|
+
// Quote aliases
|
|
2122
|
+
export { default as QuoteIcon } from '../icons/quote';
|
|
2123
2123
|
// Radar aliases
|
|
2124
2124
|
export { default as RadarIcon } from '../icons/radar';
|
|
2125
2125
|
// Radiation aliases
|
|
@@ -2134,88 +2134,88 @@ export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
|
2134
2134
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2135
2135
|
// Radio aliases
|
|
2136
2136
|
export { default as RadioIcon } from '../icons/radio';
|
|
2137
|
-
// Radius aliases
|
|
2138
|
-
export { default as RadiusIcon } from '../icons/radius';
|
|
2139
2137
|
// Rainbow aliases
|
|
2140
2138
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2139
|
+
// Radius aliases
|
|
2140
|
+
export { default as RadiusIcon } from '../icons/radius';
|
|
2141
2141
|
// Rat aliases
|
|
2142
2142
|
export { default as RatIcon } from '../icons/rat';
|
|
2143
|
-
// ReceiptEuro aliases
|
|
2144
|
-
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2145
2143
|
// Ratio aliases
|
|
2146
2144
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2147
2145
|
// ReceiptCent aliases
|
|
2148
2146
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2149
2147
|
// ReceiptIndianRupee aliases
|
|
2150
2148
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2149
|
+
// ReceiptEuro aliases
|
|
2150
|
+
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2151
2151
|
// ReceiptJapaneseYen aliases
|
|
2152
2152
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2153
|
-
// ReceiptRussianRuble aliases
|
|
2154
|
-
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2155
2153
|
// ReceiptPoundSterling aliases
|
|
2156
2154
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2155
|
+
// ReceiptRussianRuble aliases
|
|
2156
|
+
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2157
2157
|
// ReceiptSwissFranc aliases
|
|
2158
2158
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2159
|
-
// ReceiptTurkishLira aliases
|
|
2160
|
-
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2161
2159
|
// ReceiptText aliases
|
|
2162
2160
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2161
|
+
// ReceiptTurkishLira aliases
|
|
2162
|
+
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2163
2163
|
// Receipt aliases
|
|
2164
2164
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2165
2165
|
// RectangleCircle aliases
|
|
2166
2166
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2167
|
-
// RectangleHorizontal aliases
|
|
2168
|
-
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2169
|
-
// RectangleVertical aliases
|
|
2170
|
-
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2171
2167
|
// RectangleGoggles aliases
|
|
2172
2168
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2169
|
+
// RectangleVertical aliases
|
|
2170
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2171
|
+
// RectangleHorizontal aliases
|
|
2172
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2173
2173
|
// Recycle aliases
|
|
2174
2174
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2175
|
-
// Redo2 aliases
|
|
2176
|
-
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2177
2175
|
// RedoDot aliases
|
|
2178
2176
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2177
|
+
// Redo2 aliases
|
|
2178
|
+
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2179
2179
|
// Redo aliases
|
|
2180
2180
|
export { default as RedoIcon } from '../icons/redo';
|
|
2181
2181
|
// RefreshCcwDot aliases
|
|
2182
2182
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2183
|
-
// RefreshCwOff aliases
|
|
2184
|
-
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2185
2183
|
// RefreshCcw aliases
|
|
2186
2184
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2187
|
-
//
|
|
2188
|
-
export { default as
|
|
2185
|
+
// RefreshCwOff aliases
|
|
2186
|
+
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2189
2187
|
// RefreshCw aliases
|
|
2190
2188
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2191
2189
|
// Refrigerator aliases
|
|
2192
2190
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2191
|
+
// Regex aliases
|
|
2192
|
+
export { default as RegexIcon } from '../icons/regex';
|
|
2193
2193
|
// RemoveFormatting aliases
|
|
2194
2194
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2195
2195
|
// Repeat1 aliases
|
|
2196
2196
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2197
|
-
// RepeatOff aliases
|
|
2198
|
-
export { default as RepeatOffIcon } from '../icons/repeat-off';
|
|
2199
2197
|
// Repeat2 aliases
|
|
2200
2198
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2199
|
+
// RepeatOff aliases
|
|
2200
|
+
export { default as RepeatOffIcon } from '../icons/repeat-off';
|
|
2201
2201
|
// Repeat aliases
|
|
2202
2202
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2203
2203
|
// ReplaceAll aliases
|
|
2204
2204
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2205
|
-
// Replace aliases
|
|
2206
|
-
export { default as ReplaceIcon } from '../icons/replace';
|
|
2207
2205
|
// ReplyAll aliases
|
|
2208
2206
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2209
2207
|
// Reply aliases
|
|
2210
2208
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2211
|
-
//
|
|
2212
|
-
export { default as
|
|
2209
|
+
// Replace aliases
|
|
2210
|
+
export { default as ReplaceIcon } from '../icons/replace';
|
|
2213
2211
|
// Rewind aliases
|
|
2214
2212
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2215
|
-
//
|
|
2216
|
-
export { default as
|
|
2213
|
+
// Ribbon aliases
|
|
2214
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2217
2215
|
// Road aliases
|
|
2218
2216
|
export { default as RoadIcon } from '../icons/road';
|
|
2217
|
+
// Rocket aliases
|
|
2218
|
+
export { default as RocketIcon } from '../icons/rocket';
|
|
2219
2219
|
// RockingChair aliases
|
|
2220
2220
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2221
2221
|
// RollerCoaster aliases
|
|
@@ -2230,40 +2230,40 @@ export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
|
2230
2230
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2231
2231
|
// RotateCwSquare aliases
|
|
2232
2232
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2233
|
-
// RotateCw aliases
|
|
2234
|
-
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2235
2233
|
// RouteOff aliases
|
|
2236
2234
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2237
|
-
// Router aliases
|
|
2238
|
-
export { default as RouterIcon } from '../icons/router';
|
|
2239
2235
|
// Route aliases
|
|
2240
2236
|
export { default as RouteIcon } from '../icons/route';
|
|
2241
|
-
//
|
|
2242
|
-
export { default as
|
|
2237
|
+
// RotateCw aliases
|
|
2238
|
+
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2239
|
+
// Router aliases
|
|
2240
|
+
export { default as RouterIcon } from '../icons/router';
|
|
2243
2241
|
// Rss aliases
|
|
2244
2242
|
export { default as RssIcon } from '../icons/rss';
|
|
2243
|
+
// Rows4 aliases
|
|
2244
|
+
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2245
2245
|
// RulerDimensionLine aliases
|
|
2246
2246
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2247
2247
|
// Ruler aliases
|
|
2248
2248
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2249
2249
|
// RussianRuble aliases
|
|
2250
2250
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2251
|
-
// Sailboat aliases
|
|
2252
|
-
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2253
2251
|
// Salad aliases
|
|
2254
2252
|
export { default as SaladIcon } from '../icons/salad';
|
|
2255
|
-
//
|
|
2256
|
-
export { default as
|
|
2253
|
+
// Sailboat aliases
|
|
2254
|
+
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2257
2255
|
// Sandwich aliases
|
|
2258
2256
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2257
|
+
// SatelliteDish aliases
|
|
2258
|
+
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2259
2259
|
// Satellite aliases
|
|
2260
2260
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2261
|
-
// SaudiRiyal aliases
|
|
2262
|
-
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2263
2261
|
// SaveAll aliases
|
|
2264
2262
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2265
2263
|
// SaveOff aliases
|
|
2266
2264
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2265
|
+
// SaudiRiyal aliases
|
|
2266
|
+
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2267
2267
|
// SaveCheck aliases
|
|
2268
2268
|
export { default as SaveCheckIcon } from '../icons/save-check';
|
|
2269
2269
|
// SavePen aliases
|
|
@@ -2274,20 +2274,20 @@ export { default as SavePlusIcon } from '../icons/save-plus';
|
|
|
2274
2274
|
export { default as SaveIcon } from '../icons/save';
|
|
2275
2275
|
// Scale aliases
|
|
2276
2276
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2277
|
-
// Scaling aliases
|
|
2278
|
-
export { default as ScalingIcon } from '../icons/scaling';
|
|
2279
2277
|
// ScanBarcode aliases
|
|
2280
2278
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2279
|
+
// Scaling aliases
|
|
2280
|
+
export { default as ScalingIcon } from '../icons/scaling';
|
|
2281
2281
|
// ScanEye aliases
|
|
2282
2282
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2283
2283
|
// ScanFace aliases
|
|
2284
2284
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2285
|
-
// ScanHeart aliases
|
|
2286
|
-
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2287
2285
|
// ScanLine aliases
|
|
2288
2286
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2289
2287
|
// ScanQrCode aliases
|
|
2290
2288
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2289
|
+
// ScanHeart aliases
|
|
2290
|
+
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2291
2291
|
// ScanText aliases
|
|
2292
2292
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2293
2293
|
// ScanSearch aliases
|
|
@@ -2300,24 +2300,24 @@ export { default as SchoolIcon } from '../icons/school';
|
|
|
2300
2300
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2301
2301
|
// Scissors aliases
|
|
2302
2302
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2303
|
-
// ScreenShareOff aliases
|
|
2304
|
-
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2305
2303
|
// Scooter aliases
|
|
2306
2304
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2307
|
-
//
|
|
2308
|
-
export { default as
|
|
2305
|
+
// ScreenShareOff aliases
|
|
2306
|
+
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2309
2307
|
// ScreenShare aliases
|
|
2310
2308
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2309
|
+
// ScrollText aliases
|
|
2310
|
+
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2311
2311
|
// Scroll aliases
|
|
2312
2312
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2313
2313
|
// SearchAlert aliases
|
|
2314
2314
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2315
2315
|
// SearchCheck aliases
|
|
2316
2316
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2317
|
-
// SearchCode aliases
|
|
2318
|
-
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2319
2317
|
// SearchSlash aliases
|
|
2320
2318
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2319
|
+
// SearchCode aliases
|
|
2320
|
+
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2321
2321
|
// SearchX aliases
|
|
2322
2322
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2323
2323
|
// Search aliases
|
|
@@ -2328,30 +2328,30 @@ export { default as SectionIcon } from '../icons/section';
|
|
|
2328
2328
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2329
2329
|
// Send aliases
|
|
2330
2330
|
export { default as SendIcon } from '../icons/send';
|
|
2331
|
-
// SeparatorVertical aliases
|
|
2332
|
-
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2333
2331
|
// SeparatorHorizontal aliases
|
|
2334
2332
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2333
|
+
// SeparatorVertical aliases
|
|
2334
|
+
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2335
2335
|
// ServerCog aliases
|
|
2336
2336
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2337
|
-
// ServerCrash aliases
|
|
2338
|
-
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2339
2337
|
// ServerOff aliases
|
|
2340
2338
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2339
|
+
// ServerCrash aliases
|
|
2340
|
+
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2341
2341
|
// Server aliases
|
|
2342
2342
|
export { default as ServerIcon } from '../icons/server';
|
|
2343
2343
|
// Settings2 aliases
|
|
2344
2344
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2345
2345
|
// Settings aliases
|
|
2346
2346
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2347
|
-
// Share aliases
|
|
2348
|
-
export { default as ShareIcon } from '../icons/share';
|
|
2349
2347
|
// Shapes aliases
|
|
2350
2348
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2351
|
-
//
|
|
2352
|
-
export { default as
|
|
2349
|
+
// Share aliases
|
|
2350
|
+
export { default as ShareIcon } from '../icons/share';
|
|
2353
2351
|
// Sheet aliases
|
|
2354
2352
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2353
|
+
// Share2 aliases
|
|
2354
|
+
export { default as Share2Icon } from '../icons/share-2';
|
|
2355
2355
|
// Shell aliases
|
|
2356
2356
|
export { default as ShellIcon } from '../icons/shell';
|
|
2357
2357
|
// ShelvingUnit aliases
|
|
@@ -2366,24 +2366,24 @@ export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
|
2366
2366
|
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2367
2367
|
// ShieldCog aliases
|
|
2368
2368
|
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2369
|
+
// ShieldEllipsis aliases
|
|
2370
|
+
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2369
2371
|
// ShieldHalf aliases
|
|
2370
2372
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2371
2373
|
// ShieldMinus aliases
|
|
2372
2374
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2373
|
-
// ShieldEllipsis aliases
|
|
2374
|
-
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2375
2375
|
// ShieldOff aliases
|
|
2376
2376
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2377
2377
|
// ShieldPlus aliases
|
|
2378
2378
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2379
|
-
// Shield aliases
|
|
2380
|
-
export { default as ShieldIcon } from '../icons/shield';
|
|
2381
2379
|
// ShieldUser aliases
|
|
2382
2380
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2383
|
-
//
|
|
2384
|
-
export { default as
|
|
2381
|
+
// Shield aliases
|
|
2382
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2385
2383
|
// Ship aliases
|
|
2386
2384
|
export { default as ShipIcon } from '../icons/ship';
|
|
2385
|
+
// ShipWheel aliases
|
|
2386
|
+
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2387
2387
|
// Shirt aliases
|
|
2388
2388
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2389
2389
|
// ShoppingBag aliases
|
|
@@ -2398,36 +2398,36 @@ export { default as ShovelIcon } from '../icons/shovel';
|
|
|
2398
2398
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2399
2399
|
// Shredder aliases
|
|
2400
2400
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2401
|
-
// Shrimp aliases
|
|
2402
|
-
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2403
2401
|
// Shrink aliases
|
|
2404
2402
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2405
|
-
//
|
|
2406
|
-
export { default as
|
|
2403
|
+
// Shrimp aliases
|
|
2404
|
+
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2407
2405
|
// Shrub aliases
|
|
2408
2406
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2407
|
+
// Shuffle aliases
|
|
2408
|
+
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2409
2409
|
// Sigma aliases
|
|
2410
2410
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2411
2411
|
// SignalHigh aliases
|
|
2412
2412
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2413
2413
|
// SignalLow aliases
|
|
2414
2414
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2415
|
-
// SignalMedium aliases
|
|
2416
|
-
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2417
2415
|
// SignalZero aliases
|
|
2418
2416
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2417
|
+
// SignalMedium aliases
|
|
2418
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2419
2419
|
// Signal aliases
|
|
2420
2420
|
export { default as SignalIcon } from '../icons/signal';
|
|
2421
2421
|
// Signature aliases
|
|
2422
2422
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2423
|
-
// SignpostBig aliases
|
|
2424
|
-
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2425
2423
|
// Signpost aliases
|
|
2426
2424
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2427
|
-
//
|
|
2428
|
-
export { default as
|
|
2425
|
+
// SignpostBig aliases
|
|
2426
|
+
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2429
2427
|
// Siren aliases
|
|
2430
2428
|
export { default as SirenIcon } from '../icons/siren';
|
|
2429
|
+
// SkipBack aliases
|
|
2430
|
+
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2431
2431
|
// SkipForward aliases
|
|
2432
2432
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2433
2433
|
// Skull aliases
|
|
@@ -2448,40 +2448,40 @@ export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
|
2448
2448
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2449
2449
|
// Smile aliases
|
|
2450
2450
|
export { default as SmileIcon } from '../icons/smile';
|
|
2451
|
-
// Snail aliases
|
|
2452
|
-
export { default as SnailIcon } from '../icons/snail';
|
|
2453
2451
|
// Snowflake aliases
|
|
2454
2452
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2453
|
+
// Snail aliases
|
|
2454
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2455
2455
|
// SoapDispenserDroplet aliases
|
|
2456
2456
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2457
|
-
// Sofa aliases
|
|
2458
|
-
export { default as SofaIcon } from '../icons/sofa';
|
|
2459
2457
|
// SolarPanel aliases
|
|
2460
2458
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2459
|
+
// Sofa aliases
|
|
2460
|
+
export { default as SofaIcon } from '../icons/sofa';
|
|
2461
2461
|
// Soup aliases
|
|
2462
2462
|
export { default as SoupIcon } from '../icons/soup';
|
|
2463
2463
|
// Space aliases
|
|
2464
2464
|
export { default as SpaceIcon } from '../icons/space';
|
|
2465
|
-
// Spade aliases
|
|
2466
|
-
export { default as SpadeIcon } from '../icons/spade';
|
|
2467
2465
|
// Sparkle aliases
|
|
2468
2466
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2469
2467
|
// Speaker aliases
|
|
2470
2468
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2471
|
-
//
|
|
2472
|
-
export { default as
|
|
2469
|
+
// Spade aliases
|
|
2470
|
+
export { default as SpadeIcon } from '../icons/spade';
|
|
2473
2471
|
// Speech aliases
|
|
2474
2472
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2475
2473
|
// SpellCheck2 aliases
|
|
2476
2474
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2475
|
+
// SpellCheck aliases
|
|
2476
|
+
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2477
2477
|
// SplinePointer aliases
|
|
2478
2478
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2479
2479
|
// Spline aliases
|
|
2480
2480
|
export { default as SplineIcon } from '../icons/spline';
|
|
2481
|
-
// Split aliases
|
|
2482
|
-
export { default as SplitIcon } from '../icons/split';
|
|
2483
2481
|
// Spool aliases
|
|
2484
2482
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2483
|
+
// Split aliases
|
|
2484
|
+
export { default as SplitIcon } from '../icons/split';
|
|
2485
2485
|
// SportShoe aliases
|
|
2486
2486
|
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2487
2487
|
// Spotlight aliases
|
|
@@ -2496,32 +2496,32 @@ export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-righ
|
|
|
2496
2496
|
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2497
2497
|
// SquareDashedBottomCode aliases
|
|
2498
2498
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2499
|
-
// SquareDashedTopSolid aliases
|
|
2500
|
-
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2501
2499
|
// SquareDashedBottom aliases
|
|
2502
2500
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2501
|
+
// SquareDashedTopSolid aliases
|
|
2502
|
+
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2503
2503
|
// SquarePause aliases
|
|
2504
2504
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2505
|
-
// SquareRoundCorner aliases
|
|
2506
|
-
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2507
2505
|
// SquareRadical aliases
|
|
2508
2506
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2507
|
+
// SquareRoundCorner aliases
|
|
2508
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2509
2509
|
// SquareSquare aliases
|
|
2510
2510
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2511
|
-
// SquareStar aliases
|
|
2512
|
-
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2513
2511
|
// SquareStack aliases
|
|
2514
2512
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2513
|
+
// SquareStar aliases
|
|
2514
|
+
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2515
2515
|
// SquareStop aliases
|
|
2516
2516
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2517
2517
|
// Square aliases
|
|
2518
2518
|
export { default as SquareIcon } from '../icons/square';
|
|
2519
2519
|
// SquaresExclude aliases
|
|
2520
2520
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2521
|
-
// SquaresSubtract aliases
|
|
2522
|
-
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2523
2521
|
// SquaresIntersect aliases
|
|
2524
2522
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2523
|
+
// SquaresSubtract aliases
|
|
2524
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2525
2525
|
// SquaresUnite aliases
|
|
2526
2526
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2527
2527
|
// SquircleDashed aliases
|
|
@@ -2530,18 +2530,18 @@ export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
|
2530
2530
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2531
2531
|
// Squirrel aliases
|
|
2532
2532
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2533
|
+
// StarHalf aliases
|
|
2534
|
+
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2533
2535
|
// Stamp aliases
|
|
2534
2536
|
export { default as StampIcon } from '../icons/stamp';
|
|
2535
2537
|
// StarCheck aliases
|
|
2536
2538
|
export { default as StarCheckIcon } from '../icons/star-check';
|
|
2537
2539
|
// StarMinus aliases
|
|
2538
2540
|
export { default as StarMinusIcon } from '../icons/star-minus';
|
|
2539
|
-
// StarHalf aliases
|
|
2540
|
-
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2541
|
-
// StarPlus aliases
|
|
2542
|
-
export { default as StarPlusIcon } from '../icons/star-plus';
|
|
2543
2541
|
// StarOff aliases
|
|
2544
2542
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2543
|
+
// StarPlus aliases
|
|
2544
|
+
export { default as StarPlusIcon } from '../icons/star-plus';
|
|
2545
2545
|
// StarX aliases
|
|
2546
2546
|
export { default as StarXIcon } from '../icons/star-x';
|
|
2547
2547
|
// Star aliases
|
|
@@ -2552,50 +2552,50 @@ export { default as StepBackIcon } from '../icons/step-back';
|
|
|
2552
2552
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2553
2553
|
// Stethoscope aliases
|
|
2554
2554
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2555
|
-
// Sticker aliases
|
|
2556
|
-
export { default as StickerIcon } from '../icons/sticker';
|
|
2557
2555
|
// StickyNoteCheck aliases
|
|
2558
2556
|
export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
2559
|
-
// StickyNoteMinus aliases
|
|
2560
|
-
export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
2561
2557
|
// StickyNoteOff aliases
|
|
2562
2558
|
export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
2559
|
+
// StickyNoteMinus aliases
|
|
2560
|
+
export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
2561
|
+
// Sticker aliases
|
|
2562
|
+
export { default as StickerIcon } from '../icons/sticker';
|
|
2563
2563
|
// StickyNotePlus aliases
|
|
2564
2564
|
export { default as StickyNotePlusIcon } from '../icons/sticky-note-plus';
|
|
2565
|
-
// StickyNoteX aliases
|
|
2566
|
-
export { default as StickyNoteXIcon } from '../icons/sticky-note-x';
|
|
2567
2565
|
// StickyNote aliases
|
|
2568
2566
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2567
|
+
// StickyNoteX aliases
|
|
2568
|
+
export { default as StickyNoteXIcon } from '../icons/sticky-note-x';
|
|
2569
2569
|
// StickyNotes aliases
|
|
2570
2570
|
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2571
|
-
// Stone aliases
|
|
2572
|
-
export { default as StoneIcon } from '../icons/stone';
|
|
2573
|
-
// StretchHorizontal aliases
|
|
2574
|
-
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2575
2571
|
// Store aliases
|
|
2576
2572
|
export { default as StoreIcon } from '../icons/store';
|
|
2577
|
-
//
|
|
2578
|
-
export { default as
|
|
2573
|
+
// Stone aliases
|
|
2574
|
+
export { default as StoneIcon } from '../icons/stone';
|
|
2579
2575
|
// StretchVertical aliases
|
|
2580
2576
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2577
|
+
// StretchHorizontal aliases
|
|
2578
|
+
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2581
2579
|
// Subscript aliases
|
|
2582
2580
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2581
|
+
// Strikethrough aliases
|
|
2582
|
+
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2583
2583
|
// Summary aliases
|
|
2584
2584
|
export { default as SummaryIcon } from '../icons/summary';
|
|
2585
|
-
// SunMedium aliases
|
|
2586
|
-
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2587
2585
|
// SunDim aliases
|
|
2588
2586
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2587
|
+
// SunMedium aliases
|
|
2588
|
+
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2589
2589
|
// SunMoon aliases
|
|
2590
2590
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2591
|
-
// SunSnow aliases
|
|
2592
|
-
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2593
2591
|
// Sun aliases
|
|
2594
2592
|
export { default as SunIcon } from '../icons/sun';
|
|
2595
|
-
// Sunset aliases
|
|
2596
|
-
export { default as SunsetIcon } from '../icons/sunset';
|
|
2597
2593
|
// Sunrise aliases
|
|
2598
2594
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2595
|
+
// SunSnow aliases
|
|
2596
|
+
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2597
|
+
// Sunset aliases
|
|
2598
|
+
export { default as SunsetIcon } from '../icons/sunset';
|
|
2599
2599
|
// Superscript aliases
|
|
2600
2600
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2601
2601
|
// SwatchBook aliases
|
|
@@ -2604,10 +2604,10 @@ export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
|
2604
2604
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2605
2605
|
// SwitchCamera aliases
|
|
2606
2606
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2607
|
-
// Sword aliases
|
|
2608
|
-
export { default as SwordIcon } from '../icons/sword';
|
|
2609
2607
|
// Swords aliases
|
|
2610
2608
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2609
|
+
// Sword aliases
|
|
2610
|
+
export { default as SwordIcon } from '../icons/sword';
|
|
2611
2611
|
// Syringe aliases
|
|
2612
2612
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2613
2613
|
// Table2 aliases
|
|
@@ -2618,10 +2618,10 @@ export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
|
2618
2618
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2619
2619
|
// TableColumnsSplit aliases
|
|
2620
2620
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2621
|
-
// TableProperties aliases
|
|
2622
|
-
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2623
2621
|
// TableOfContents aliases
|
|
2624
2622
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2623
|
+
// TableProperties aliases
|
|
2624
|
+
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2625
2625
|
// TableRowsSplit aliases
|
|
2626
2626
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2627
2627
|
// Table aliases
|
|
@@ -2636,12 +2636,12 @@ export { default as TabletsIcon } from '../icons/tablets';
|
|
|
2636
2636
|
export { default as TagPlusIcon } from '../icons/tag-plus';
|
|
2637
2637
|
// TagX aliases
|
|
2638
2638
|
export { default as TagXIcon } from '../icons/tag-x';
|
|
2639
|
+
// Tag aliases
|
|
2640
|
+
export { default as TagIcon } from '../icons/tag';
|
|
2639
2641
|
// Tags aliases
|
|
2640
2642
|
export { default as TagsIcon } from '../icons/tags';
|
|
2641
2643
|
// Tally1 aliases
|
|
2642
2644
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2643
|
-
// Tag aliases
|
|
2644
|
-
export { default as TagIcon } from '../icons/tag';
|
|
2645
2645
|
// Tally2 aliases
|
|
2646
2646
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2647
2647
|
// Tally3 aliases
|
|
@@ -2652,20 +2652,20 @@ export { default as Tally4Icon } from '../icons/tally-4';
|
|
|
2652
2652
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2653
2653
|
// Tangent aliases
|
|
2654
2654
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2655
|
-
// Target aliases
|
|
2656
|
-
export { default as TargetIcon } from '../icons/target';
|
|
2657
2655
|
// Telescope aliases
|
|
2658
2656
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2657
|
+
// Target aliases
|
|
2658
|
+
export { default as TargetIcon } from '../icons/target';
|
|
2659
2659
|
// TentTree aliases
|
|
2660
2660
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2661
2661
|
// Tent aliases
|
|
2662
2662
|
export { default as TentIcon } from '../icons/tent';
|
|
2663
|
-
// Terminal aliases
|
|
2664
|
-
export { default as TerminalIcon } from '../icons/terminal';
|
|
2665
2663
|
// TestTube aliases
|
|
2666
2664
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2667
2665
|
// TestTubes aliases
|
|
2668
2666
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2667
|
+
// Terminal aliases
|
|
2668
|
+
export { default as TerminalIcon } from '../icons/terminal';
|
|
2669
2669
|
// TextCursorInput aliases
|
|
2670
2670
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2671
2671
|
// TextCursor aliases
|
|
@@ -2674,34 +2674,34 @@ export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
|
2674
2674
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2675
2675
|
// TextSearch aliases
|
|
2676
2676
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2677
|
-
// Theater aliases
|
|
2678
|
-
export { default as TheaterIcon } from '../icons/theater';
|
|
2679
2677
|
// ThermometerSnowflake aliases
|
|
2680
2678
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2679
|
+
// Theater aliases
|
|
2680
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2681
|
+
// ThumbsDown aliases
|
|
2682
|
+
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2681
2683
|
// ThermometerSun aliases
|
|
2682
2684
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2683
2685
|
// Thermometer aliases
|
|
2684
2686
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2685
|
-
// ThumbsDown aliases
|
|
2686
|
-
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2687
2687
|
// ThumbsUp aliases
|
|
2688
2688
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2689
|
+
// TicketCheck aliases
|
|
2690
|
+
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2689
2691
|
// TicketMinus aliases
|
|
2690
2692
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2691
2693
|
// TicketPercent aliases
|
|
2692
2694
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2693
2695
|
// TicketPlus aliases
|
|
2694
2696
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2695
|
-
// TicketCheck aliases
|
|
2696
|
-
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2697
2697
|
// TicketSlash aliases
|
|
2698
2698
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2699
2699
|
// TicketX aliases
|
|
2700
2700
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2701
|
-
// TicketsPlane aliases
|
|
2702
|
-
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2703
2701
|
// Ticket aliases
|
|
2704
2702
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2703
|
+
// TicketsPlane aliases
|
|
2704
|
+
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2705
2705
|
// Tickets aliases
|
|
2706
2706
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2707
2707
|
// Timeline aliases
|
|
@@ -2712,16 +2712,16 @@ export { default as TimerOffIcon } from '../icons/timer-off';
|
|
|
2712
2712
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2713
2713
|
// Timer aliases
|
|
2714
2714
|
export { default as TimerIcon } from '../icons/timer';
|
|
2715
|
-
// ToggleRight aliases
|
|
2716
|
-
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2717
2715
|
// ToggleLeft aliases
|
|
2718
2716
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2717
|
+
// ToggleRight aliases
|
|
2718
|
+
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2719
2719
|
// Toilet aliases
|
|
2720
2720
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2721
|
-
// Toolbox aliases
|
|
2722
|
-
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2723
2721
|
// ToolCase aliases
|
|
2724
2722
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2723
|
+
// Toolbox aliases
|
|
2724
|
+
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2725
2725
|
// Tornado aliases
|
|
2726
2726
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2727
2727
|
// Torus aliases
|
|
@@ -2744,42 +2744,42 @@ export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
|
2744
2744
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2745
2745
|
// TrainFront aliases
|
|
2746
2746
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2747
|
-
// TrainTrack aliases
|
|
2748
|
-
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2749
2747
|
// Transgender aliases
|
|
2750
2748
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2749
|
+
// TrainTrack aliases
|
|
2750
|
+
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2751
2751
|
// Trash2 aliases
|
|
2752
2752
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2753
|
-
// Trash aliases
|
|
2754
|
-
export { default as TrashIcon } from '../icons/trash';
|
|
2755
2753
|
// TreeDeciduous aliases
|
|
2756
2754
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2755
|
+
// Trash aliases
|
|
2756
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2757
2757
|
// TreePine aliases
|
|
2758
2758
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2759
2759
|
// Trees aliases
|
|
2760
2760
|
export { default as TreesIcon } from '../icons/trees';
|
|
2761
2761
|
// TrendingDown aliases
|
|
2762
2762
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2763
|
-
// TrendingUpDown aliases
|
|
2764
|
-
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2765
2763
|
// TrendingUp aliases
|
|
2766
2764
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2765
|
+
// TrendingUpDown aliases
|
|
2766
|
+
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2767
2767
|
// TriangleDashed aliases
|
|
2768
2768
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2769
2769
|
// TriangleRight aliases
|
|
2770
2770
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2771
2771
|
// Triangle aliases
|
|
2772
2772
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2773
|
-
// TruckElectric aliases
|
|
2774
|
-
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2775
2773
|
// Trophy aliases
|
|
2776
2774
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2777
|
-
//
|
|
2778
|
-
export { default as
|
|
2775
|
+
// TruckElectric aliases
|
|
2776
|
+
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2779
2777
|
// TurkishLira aliases
|
|
2780
2778
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2781
2779
|
// Turntable aliases
|
|
2782
2780
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2781
|
+
// Truck aliases
|
|
2782
|
+
export { default as TruckIcon } from '../icons/truck';
|
|
2783
2783
|
// Turtle aliases
|
|
2784
2784
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2785
2785
|
// TvMinimalPlay aliases
|
|
@@ -2792,10 +2792,10 @@ export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
|
2792
2792
|
export { default as TypeIcon } from '../icons/type';
|
|
2793
2793
|
// UmbrellaOff aliases
|
|
2794
2794
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2795
|
-
// Umbrella aliases
|
|
2796
|
-
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2797
2795
|
// Underline aliases
|
|
2798
2796
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2797
|
+
// Umbrella aliases
|
|
2798
|
+
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2799
2799
|
// Undo2 aliases
|
|
2800
2800
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2801
2801
|
// UndoDot aliases
|
|
@@ -2814,10 +2814,10 @@ export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
|
2814
2814
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2815
2815
|
// Unplug aliases
|
|
2816
2816
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2817
|
-
// Usb aliases
|
|
2818
|
-
export { default as UsbIcon } from '../icons/usb';
|
|
2819
2817
|
// Upload aliases
|
|
2820
2818
|
export { default as UploadIcon } from '../icons/upload';
|
|
2819
|
+
// Usb aliases
|
|
2820
|
+
export { default as UsbIcon } from '../icons/usb';
|
|
2821
2821
|
// UserCheck aliases
|
|
2822
2822
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2823
2823
|
// UserCog aliases
|
|
@@ -2830,34 +2830,34 @@ export { default as UserLockIcon } from '../icons/user-lock';
|
|
|
2830
2830
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2831
2831
|
// UserPen aliases
|
|
2832
2832
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2833
|
+
// UserPlus aliases
|
|
2834
|
+
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2833
2835
|
// UserRoundArrowLeft aliases
|
|
2834
2836
|
export { default as UserRoundArrowLeftIcon } from '../icons/user-round-arrow-left';
|
|
2835
2837
|
// UserRoundKey aliases
|
|
2836
2838
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2837
|
-
// UserPlus aliases
|
|
2838
|
-
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2839
|
-
// UserRoundPen aliases
|
|
2840
|
-
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2841
2839
|
// UserRoundSearch aliases
|
|
2842
2840
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2843
2841
|
// UserSearch aliases
|
|
2844
2842
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2843
|
+
// UserRoundPen aliases
|
|
2844
|
+
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2845
2845
|
// UserStar aliases
|
|
2846
2846
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2847
2847
|
// UserX aliases
|
|
2848
2848
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2849
|
+
// Users aliases
|
|
2850
|
+
export { default as UsersIcon } from '../icons/users';
|
|
2849
2851
|
// User aliases
|
|
2850
2852
|
export { default as UserIcon } from '../icons/user';
|
|
2851
2853
|
// UtilityPole aliases
|
|
2852
2854
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2853
|
-
// Users aliases
|
|
2854
|
-
export { default as UsersIcon } from '../icons/users';
|
|
2855
|
-
// Variable aliases
|
|
2856
|
-
export { default as VariableIcon } from '../icons/variable';
|
|
2857
2855
|
// Van aliases
|
|
2858
2856
|
export { default as VanIcon } from '../icons/van';
|
|
2859
2857
|
// Vault aliases
|
|
2860
2858
|
export { default as VaultIcon } from '../icons/vault';
|
|
2859
|
+
// Variable aliases
|
|
2860
|
+
export { default as VariableIcon } from '../icons/variable';
|
|
2861
2861
|
// VectorSquare aliases
|
|
2862
2862
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2863
2863
|
// Vegan aliases
|
|
@@ -2870,14 +2870,14 @@ export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
|
2870
2870
|
export { default as VenusIcon } from '../icons/venus';
|
|
2871
2871
|
// VibrateOff aliases
|
|
2872
2872
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2873
|
-
// VideoOff aliases
|
|
2874
|
-
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2875
2873
|
// Vibrate aliases
|
|
2876
2874
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2877
|
-
//
|
|
2878
|
-
export { default as
|
|
2875
|
+
// VideoOff aliases
|
|
2876
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2879
2877
|
// Video aliases
|
|
2880
2878
|
export { default as VideoIcon } from '../icons/video';
|
|
2879
|
+
// Videotape aliases
|
|
2880
|
+
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2881
2881
|
// View aliases
|
|
2882
2882
|
export { default as ViewIcon } from '../icons/view';
|
|
2883
2883
|
// Voicemail aliases
|
|
@@ -2890,10 +2890,10 @@ export { default as Volume1Icon } from '../icons/volume-1';
|
|
|
2890
2890
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2891
2891
|
// VolumeOff aliases
|
|
2892
2892
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2893
|
-
// VolumeX aliases
|
|
2894
|
-
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2895
2893
|
// Volume aliases
|
|
2896
2894
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2895
|
+
// VolumeX aliases
|
|
2896
|
+
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2897
2897
|
// Vote aliases
|
|
2898
2898
|
export { default as VoteIcon } from '../icons/vote';
|
|
2899
2899
|
// WalletCards aliases
|
|
@@ -2906,52 +2906,52 @@ export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
|
2906
2906
|
export { default as WandIcon } from '../icons/wand';
|
|
2907
2907
|
// Warehouse aliases
|
|
2908
2908
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2909
|
+
// Watch aliases
|
|
2910
|
+
export { default as WatchIcon } from '../icons/watch';
|
|
2909
2911
|
// WashingMachine aliases
|
|
2910
2912
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2911
2913
|
// WavesArrowDown aliases
|
|
2912
2914
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2913
|
-
// Watch aliases
|
|
2914
|
-
export { default as WatchIcon } from '../icons/watch';
|
|
2915
2915
|
// WavesArrowUp aliases
|
|
2916
2916
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2917
2917
|
// WavesLadder aliases
|
|
2918
2918
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2919
2919
|
// WavesVertical aliases
|
|
2920
2920
|
export { default as WavesVerticalIcon } from '../icons/waves-vertical';
|
|
2921
|
-
// Waypoints aliases
|
|
2922
|
-
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2923
2921
|
// WebcamOff aliases
|
|
2924
2922
|
export { default as WebcamOffIcon } from '../icons/webcam-off';
|
|
2923
|
+
// Waypoints aliases
|
|
2924
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2925
2925
|
// WebhookOff aliases
|
|
2926
2926
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2927
2927
|
// Webcam aliases
|
|
2928
2928
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2929
|
-
// Webhook aliases
|
|
2930
|
-
export { default as WebhookIcon } from '../icons/webhook';
|
|
2931
2929
|
// WeightTilde aliases
|
|
2932
2930
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2931
|
+
// Webhook aliases
|
|
2932
|
+
export { default as WebhookIcon } from '../icons/webhook';
|
|
2933
2933
|
// Weight aliases
|
|
2934
2934
|
export { default as WeightIcon } from '../icons/weight';
|
|
2935
2935
|
// WheatOff aliases
|
|
2936
2936
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2937
|
-
// Wheat aliases
|
|
2938
|
-
export { default as WheatIcon } from '../icons/wheat';
|
|
2939
2937
|
// WholeWord aliases
|
|
2940
2938
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2939
|
+
// Wheat aliases
|
|
2940
|
+
export { default as WheatIcon } from '../icons/wheat';
|
|
2941
2941
|
// WifiHigh aliases
|
|
2942
2942
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2943
2943
|
// WifiCog aliases
|
|
2944
2944
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2945
2945
|
// WifiLow aliases
|
|
2946
2946
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2947
|
-
// WifiOff aliases
|
|
2948
|
-
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2949
2947
|
// WifiPen aliases
|
|
2950
2948
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2951
|
-
// WifiSync aliases
|
|
2952
|
-
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2953
2949
|
// WifiZero aliases
|
|
2954
2950
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2951
|
+
// WifiOff aliases
|
|
2952
|
+
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2953
|
+
// WifiSync aliases
|
|
2954
|
+
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2955
2955
|
// Wifi aliases
|
|
2956
2956
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2957
2957
|
// WindArrowDown aliases
|
|
@@ -2960,10 +2960,10 @@ export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
|
2960
2960
|
export { default as WindIcon } from '../icons/wind';
|
|
2961
2961
|
// WineOff aliases
|
|
2962
2962
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2963
|
-
// Wine aliases
|
|
2964
|
-
export { default as WineIcon } from '../icons/wine';
|
|
2965
2963
|
// Workflow aliases
|
|
2966
2964
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2965
|
+
// Wine aliases
|
|
2966
|
+
export { default as WineIcon } from '../icons/wine';
|
|
2967
2967
|
// Worm aliases
|
|
2968
2968
|
export { default as WormIcon } from '../icons/worm';
|
|
2969
2969
|
// WrenchOff aliases
|
|
@@ -2974,36 +2974,36 @@ export { default as WrenchIcon } from '../icons/wrench';
|
|
|
2974
2974
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
2975
2975
|
// X aliases
|
|
2976
2976
|
export { default as XIcon } from '../icons/x';
|
|
2977
|
-
// ZapOff aliases
|
|
2978
|
-
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2979
2977
|
// Zap aliases
|
|
2980
2978
|
export { default as ZapIcon } from '../icons/zap';
|
|
2981
2979
|
// ZodiacAquarius aliases
|
|
2982
2980
|
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
2981
|
+
// ZapOff aliases
|
|
2982
|
+
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2983
2983
|
// ZodiacAries aliases
|
|
2984
2984
|
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
2985
|
+
// ZodiacCancer aliases
|
|
2986
|
+
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
2985
2987
|
// ZodiacCapricorn aliases
|
|
2986
2988
|
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
2987
2989
|
// ZodiacGemini aliases
|
|
2988
2990
|
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
2989
|
-
// ZodiacCancer aliases
|
|
2990
|
-
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
2991
2991
|
// ZodiacLeo aliases
|
|
2992
2992
|
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
2993
2993
|
// ZodiacLibra aliases
|
|
2994
2994
|
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
2995
|
-
// ZodiacOphiuchus aliases
|
|
2996
|
-
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
2997
|
-
// ZodiacPisces aliases
|
|
2998
|
-
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
2999
2995
|
// ZodiacSagittarius aliases
|
|
3000
2996
|
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
2997
|
+
// ZodiacPisces aliases
|
|
2998
|
+
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
2999
|
+
// ZodiacOphiuchus aliases
|
|
3000
|
+
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
3001
3001
|
// ZodiacScorpio aliases
|
|
3002
3002
|
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
3003
|
-
// ZodiacTaurus aliases
|
|
3004
|
-
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
3005
3003
|
// ZodiacVirgo aliases
|
|
3006
3004
|
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
3005
|
+
// ZodiacTaurus aliases
|
|
3006
|
+
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
3007
3007
|
// ZoomIn aliases
|
|
3008
3008
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
3009
3009
|
// ZoomOut aliases
|
|
@@ -3022,18 +3022,18 @@ export {
|
|
|
3022
3022
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. This alias will be removed in v1.0 */
|
|
3023
3023
|
default as AlarmCheckIcon
|
|
3024
3024
|
} from '../icons/alarm-clock-check';
|
|
3025
|
-
// AlarmClockPlus aliases
|
|
3026
|
-
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
3027
|
-
export {
|
|
3028
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
3029
|
-
default as AlarmPlusIcon
|
|
3030
|
-
} from '../icons/alarm-clock-plus';
|
|
3031
3025
|
// AlarmClockMinus aliases
|
|
3032
3026
|
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
3033
3027
|
export {
|
|
3034
3028
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
3035
3029
|
default as AlarmMinusIcon
|
|
3036
3030
|
} from '../icons/alarm-clock-minus';
|
|
3031
|
+
// AlarmClockPlus aliases
|
|
3032
|
+
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
3033
|
+
export {
|
|
3034
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
3035
|
+
default as AlarmPlusIcon
|
|
3036
|
+
} from '../icons/alarm-clock-plus';
|
|
3037
3037
|
// ArrowDownAZ aliases
|
|
3038
3038
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
3039
3039
|
export {
|
|
@@ -3056,26 +3056,20 @@ export {
|
|
|
3056
3056
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
3057
3057
|
export {
|
|
3058
3058
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. This alias will be removed in v1.0 */
|
|
3059
|
-
default as ArrowUpAzIcon
|
|
3060
|
-
} from '../icons/arrow-up-a-z';
|
|
3061
|
-
// ArrowUpNarrowWide aliases
|
|
3062
|
-
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3063
|
-
export {
|
|
3064
|
-
/** @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 */
|
|
3065
|
-
default as SortAscIcon
|
|
3066
|
-
} from '../icons/arrow-up-narrow-wide';
|
|
3067
|
-
// ArrowUpZA aliases
|
|
3068
|
-
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
3069
|
-
export {
|
|
3070
|
-
/** @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 */
|
|
3071
|
-
default as ArrowUpZaIcon
|
|
3072
|
-
} from '../icons/arrow-up-z-a';
|
|
3059
|
+
default as ArrowUpAzIcon
|
|
3060
|
+
} from '../icons/arrow-up-a-z';
|
|
3073
3061
|
// Axis3d aliases
|
|
3074
3062
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
3075
3063
|
export {
|
|
3076
3064
|
/** @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 */
|
|
3077
3065
|
default as Axis3DIcon
|
|
3078
3066
|
} from '../icons/axis-3d';
|
|
3067
|
+
// ArrowUpNarrowWide aliases
|
|
3068
|
+
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3069
|
+
export {
|
|
3070
|
+
/** @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 */
|
|
3071
|
+
default as SortAscIcon
|
|
3072
|
+
} from '../icons/arrow-up-narrow-wide';
|
|
3079
3073
|
// BadgeCheck aliases
|
|
3080
3074
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
3081
3075
|
export {
|
|
@@ -3088,6 +3082,12 @@ export {
|
|
|
3088
3082
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3089
3083
|
default as BadgeHelpIcon
|
|
3090
3084
|
} from '../icons/badge-question-mark';
|
|
3085
|
+
// ArrowUpZA aliases
|
|
3086
|
+
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
3087
|
+
export {
|
|
3088
|
+
/** @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 */
|
|
3089
|
+
default as ArrowUpZaIcon
|
|
3090
|
+
} from '../icons/arrow-up-z-a';
|
|
3091
3091
|
// BetweenHorizontalEnd aliases
|
|
3092
3092
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3093
3093
|
export {
|
|
@@ -3106,36 +3106,36 @@ export {
|
|
|
3106
3106
|
/** @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 */
|
|
3107
3107
|
default as BookTemplateIcon
|
|
3108
3108
|
} from '../icons/book-dashed';
|
|
3109
|
-
// Captions aliases
|
|
3110
|
-
export { default as CaptionsIcon } from '../icons/captions';
|
|
3111
|
-
export {
|
|
3112
|
-
/** @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 */
|
|
3113
|
-
default as SubtitlesIcon
|
|
3114
|
-
} from '../icons/captions';
|
|
3115
3109
|
// Braces aliases
|
|
3116
3110
|
export { default as BracesIcon } from '../icons/braces';
|
|
3117
3111
|
export {
|
|
3118
3112
|
/** @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 */
|
|
3119
3113
|
default as CurlyBracesIcon
|
|
3120
3114
|
} from '../icons/braces';
|
|
3115
|
+
// Captions aliases
|
|
3116
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
3117
|
+
export {
|
|
3118
|
+
/** @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 */
|
|
3119
|
+
default as SubtitlesIcon
|
|
3120
|
+
} from '../icons/captions';
|
|
3121
3121
|
// ChartArea aliases
|
|
3122
3122
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3123
3123
|
export {
|
|
3124
3124
|
/** @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 */
|
|
3125
3125
|
default as AreaChartIcon
|
|
3126
3126
|
} from '../icons/chart-area';
|
|
3127
|
-
// ChartBarBig aliases
|
|
3128
|
-
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3129
|
-
export {
|
|
3130
|
-
/** @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 */
|
|
3131
|
-
default as BarChartHorizontalBigIcon
|
|
3132
|
-
} from '../icons/chart-bar-big';
|
|
3133
3127
|
// ChartBar aliases
|
|
3134
3128
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3135
3129
|
export {
|
|
3136
3130
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
3137
3131
|
default as BarChartHorizontalIcon
|
|
3138
3132
|
} from '../icons/chart-bar';
|
|
3133
|
+
// ChartBarBig aliases
|
|
3134
|
+
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3135
|
+
export {
|
|
3136
|
+
/** @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 */
|
|
3137
|
+
default as BarChartHorizontalBigIcon
|
|
3138
|
+
} from '../icons/chart-bar-big';
|
|
3139
3139
|
// ChartCandlestick aliases
|
|
3140
3140
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3141
3141
|
export {
|
|
@@ -3178,48 +3178,48 @@ export {
|
|
|
3178
3178
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3179
3179
|
default as BarChart2Icon
|
|
3180
3180
|
} from '../icons/chart-no-axes-column';
|
|
3181
|
-
// ChartNoAxesGantt aliases
|
|
3182
|
-
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3183
|
-
export {
|
|
3184
|
-
/** @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 */
|
|
3185
|
-
default as GanttChartIcon
|
|
3186
|
-
} from '../icons/chart-no-axes-gantt';
|
|
3187
3181
|
// ChartPie aliases
|
|
3188
3182
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3189
3183
|
export {
|
|
3190
3184
|
/** @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 */
|
|
3191
3185
|
default as PieChartIcon
|
|
3192
3186
|
} from '../icons/chart-pie';
|
|
3187
|
+
// ChartNoAxesGantt aliases
|
|
3188
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3189
|
+
export {
|
|
3190
|
+
/** @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 */
|
|
3191
|
+
default as GanttChartIcon
|
|
3192
|
+
} from '../icons/chart-no-axes-gantt';
|
|
3193
3193
|
// ChartScatter aliases
|
|
3194
3194
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3195
3195
|
export {
|
|
3196
3196
|
/** @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 */
|
|
3197
3197
|
default as ScatterChartIcon
|
|
3198
3198
|
} from '../icons/chart-scatter';
|
|
3199
|
-
// CircleAlert aliases
|
|
3200
|
-
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3201
|
-
export {
|
|
3202
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3203
|
-
default as AlertCircleIcon
|
|
3204
|
-
} from '../icons/circle-alert';
|
|
3205
3199
|
// CircleArrowDown aliases
|
|
3206
3200
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3207
3201
|
export {
|
|
3208
3202
|
/** @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 */
|
|
3209
3203
|
default as ArrowDownCircleIcon
|
|
3210
3204
|
} from '../icons/circle-arrow-down';
|
|
3211
|
-
//
|
|
3212
|
-
export { default as
|
|
3205
|
+
// CircleAlert aliases
|
|
3206
|
+
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3213
3207
|
export {
|
|
3214
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3215
|
-
default as
|
|
3216
|
-
} from '../icons/circle-
|
|
3208
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3209
|
+
default as AlertCircleIcon
|
|
3210
|
+
} from '../icons/circle-alert';
|
|
3217
3211
|
// CircleArrowOutDownLeft aliases
|
|
3218
3212
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3219
3213
|
export {
|
|
3220
3214
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3221
3215
|
default as ArrowDownLeftFromCircleIcon
|
|
3222
3216
|
} from '../icons/circle-arrow-out-down-left';
|
|
3217
|
+
// CircleArrowLeft aliases
|
|
3218
|
+
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3219
|
+
export {
|
|
3220
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3221
|
+
default as ArrowLeftCircleIcon
|
|
3222
|
+
} from '../icons/circle-arrow-left';
|
|
3223
3223
|
// CircleArrowOutDownRight aliases
|
|
3224
3224
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3225
3225
|
export {
|
|
@@ -3238,12 +3238,6 @@ export {
|
|
|
3238
3238
|
/** @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 */
|
|
3239
3239
|
default as ArrowUpRightFromCircleIcon
|
|
3240
3240
|
} from '../icons/circle-arrow-out-up-right';
|
|
3241
|
-
// CircleArrowRight aliases
|
|
3242
|
-
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3243
|
-
export {
|
|
3244
|
-
/** @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 */
|
|
3245
|
-
default as ArrowRightCircleIcon
|
|
3246
|
-
} from '../icons/circle-arrow-right';
|
|
3247
3241
|
// CircleArrowUp aliases
|
|
3248
3242
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3249
3243
|
export {
|
|
@@ -3256,6 +3250,12 @@ export {
|
|
|
3256
3250
|
/** @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 */
|
|
3257
3251
|
default as CheckCircleIcon
|
|
3258
3252
|
} from '../icons/circle-check-big';
|
|
3253
|
+
// CircleArrowRight aliases
|
|
3254
|
+
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3255
|
+
export {
|
|
3256
|
+
/** @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 */
|
|
3257
|
+
default as ArrowRightCircleIcon
|
|
3258
|
+
} from '../icons/circle-arrow-right';
|
|
3259
3259
|
// CircleCheck aliases
|
|
3260
3260
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3261
3261
|
export {
|
|
@@ -3280,30 +3280,30 @@ export {
|
|
|
3280
3280
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3281
3281
|
default as ChevronRightCircleIcon
|
|
3282
3282
|
} from '../icons/circle-chevron-right';
|
|
3283
|
-
// CircleDivide aliases
|
|
3284
|
-
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3285
|
-
export {
|
|
3286
|
-
/** @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 */
|
|
3287
|
-
default as DivideCircleIcon
|
|
3288
|
-
} from '../icons/circle-divide';
|
|
3289
3283
|
// CircleChevronUp aliases
|
|
3290
3284
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3291
3285
|
export {
|
|
3292
3286
|
/** @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 */
|
|
3293
3287
|
default as ChevronUpCircleIcon
|
|
3294
3288
|
} from '../icons/circle-chevron-up';
|
|
3295
|
-
// CircleMinus aliases
|
|
3296
|
-
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3297
|
-
export {
|
|
3298
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3299
|
-
default as MinusCircleIcon
|
|
3300
|
-
} from '../icons/circle-minus';
|
|
3301
3289
|
// CircleGauge aliases
|
|
3302
3290
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3303
3291
|
export {
|
|
3304
3292
|
/** @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 */
|
|
3305
3293
|
default as GaugeCircleIcon
|
|
3306
3294
|
} from '../icons/circle-gauge';
|
|
3295
|
+
// CircleDivide aliases
|
|
3296
|
+
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3297
|
+
export {
|
|
3298
|
+
/** @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 */
|
|
3299
|
+
default as DivideCircleIcon
|
|
3300
|
+
} from '../icons/circle-divide';
|
|
3301
|
+
// CircleMinus aliases
|
|
3302
|
+
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3303
|
+
export {
|
|
3304
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3305
|
+
default as MinusCircleIcon
|
|
3306
|
+
} from '../icons/circle-minus';
|
|
3307
3307
|
// CircleParking aliases
|
|
3308
3308
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3309
3309
|
export {
|
|
@@ -3340,6 +3340,12 @@ export {
|
|
|
3340
3340
|
/** @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 */
|
|
3341
3341
|
default as PlusCircleIcon
|
|
3342
3342
|
} from '../icons/circle-plus';
|
|
3343
|
+
// CirclePower aliases
|
|
3344
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3345
|
+
export {
|
|
3346
|
+
/** @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 */
|
|
3347
|
+
default as PowerCircleIcon
|
|
3348
|
+
} from '../icons/circle-power';
|
|
3343
3349
|
// CircleQuestionMark aliases
|
|
3344
3350
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3345
3351
|
export {
|
|
@@ -3350,36 +3356,30 @@ export {
|
|
|
3350
3356
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3351
3357
|
default as CircleHelpIcon
|
|
3352
3358
|
} from '../icons/circle-question-mark';
|
|
3353
|
-
//
|
|
3354
|
-
export { default as
|
|
3359
|
+
// CircleStop aliases
|
|
3360
|
+
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3355
3361
|
export {
|
|
3356
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3357
|
-
default as
|
|
3358
|
-
} from '../icons/circle-
|
|
3362
|
+
/** @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 */
|
|
3363
|
+
default as StopCircleIcon
|
|
3364
|
+
} from '../icons/circle-stop';
|
|
3359
3365
|
// CircleSlash2 aliases
|
|
3360
3366
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3361
3367
|
export {
|
|
3362
3368
|
/** @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 */
|
|
3363
3369
|
default as CircleSlashedIcon
|
|
3364
3370
|
} from '../icons/circle-slash-2';
|
|
3365
|
-
//
|
|
3366
|
-
export { default as
|
|
3371
|
+
// CircleUser aliases
|
|
3372
|
+
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3367
3373
|
export {
|
|
3368
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3369
|
-
default as
|
|
3370
|
-
} from '../icons/circle-
|
|
3374
|
+
/** @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 */
|
|
3375
|
+
default as UserCircleIcon
|
|
3376
|
+
} from '../icons/circle-user';
|
|
3371
3377
|
// CircleUserRound aliases
|
|
3372
3378
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3373
3379
|
export {
|
|
3374
3380
|
/** @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 */
|
|
3375
3381
|
default as UserCircle2Icon
|
|
3376
3382
|
} from '../icons/circle-user-round';
|
|
3377
|
-
// CircleUser aliases
|
|
3378
|
-
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3379
|
-
export {
|
|
3380
|
-
/** @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 */
|
|
3381
|
-
default as UserCircleIcon
|
|
3382
|
-
} from '../icons/circle-user';
|
|
3383
3383
|
// CircleX aliases
|
|
3384
3384
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3385
3385
|
export {
|
|
@@ -3398,18 +3398,18 @@ export {
|
|
|
3398
3398
|
/** @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 */
|
|
3399
3399
|
default as ClipboardEditIcon
|
|
3400
3400
|
} from '../icons/clipboard-pen';
|
|
3401
|
-
// CloudDownload aliases
|
|
3402
|
-
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3403
|
-
export {
|
|
3404
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3405
|
-
default as DownloadCloudIcon
|
|
3406
|
-
} from '../icons/cloud-download';
|
|
3407
3401
|
// CloudUpload aliases
|
|
3408
3402
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3409
3403
|
export {
|
|
3410
3404
|
/** @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 */
|
|
3411
3405
|
default as UploadCloudIcon
|
|
3412
3406
|
} from '../icons/cloud-upload';
|
|
3407
|
+
// CloudDownload aliases
|
|
3408
|
+
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3409
|
+
export {
|
|
3410
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3411
|
+
default as DownloadCloudIcon
|
|
3412
|
+
} from '../icons/cloud-download';
|
|
3413
3413
|
// CodeXml aliases
|
|
3414
3414
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3415
3415
|
export {
|
|
@@ -3450,24 +3450,18 @@ export {
|
|
|
3450
3450
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3451
3451
|
default as PercentDiamondIcon
|
|
3452
3452
|
} from '../icons/diamond-percent';
|
|
3453
|
-
// Earth aliases
|
|
3454
|
-
export { default as EarthIcon } from '../icons/earth';
|
|
3455
|
-
export {
|
|
3456
|
-
/** @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 */
|
|
3457
|
-
default as Globe2Icon
|
|
3458
|
-
} from '../icons/earth';
|
|
3459
3453
|
// EllipsisVertical aliases
|
|
3460
3454
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3461
3455
|
export {
|
|
3462
3456
|
/** @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 */
|
|
3463
3457
|
default as MoreVerticalIcon
|
|
3464
3458
|
} from '../icons/ellipsis-vertical';
|
|
3465
|
-
//
|
|
3466
|
-
export { default as
|
|
3459
|
+
// Earth aliases
|
|
3460
|
+
export { default as EarthIcon } from '../icons/earth';
|
|
3467
3461
|
export {
|
|
3468
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3469
|
-
default as
|
|
3470
|
-
} from '../icons/
|
|
3462
|
+
/** @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 */
|
|
3463
|
+
default as Globe2Icon
|
|
3464
|
+
} from '../icons/earth';
|
|
3471
3465
|
// FileAxis3d aliases
|
|
3472
3466
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3473
3467
|
export {
|
|
@@ -3486,24 +3480,30 @@ export {
|
|
|
3486
3480
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
3487
3481
|
default as FileJson2Icon
|
|
3488
3482
|
} from '../icons/file-braces-corner';
|
|
3483
|
+
// Ellipsis aliases
|
|
3484
|
+
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3485
|
+
export {
|
|
3486
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3487
|
+
default as MoreHorizontalIcon
|
|
3488
|
+
} from '../icons/ellipsis';
|
|
3489
3489
|
// FileBraces aliases
|
|
3490
3490
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3491
3491
|
export {
|
|
3492
3492
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
3493
3493
|
default as FileJsonIcon
|
|
3494
3494
|
} from '../icons/file-braces';
|
|
3495
|
-
// FileChartColumn aliases
|
|
3496
|
-
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3497
|
-
export {
|
|
3498
|
-
/** @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 */
|
|
3499
|
-
default as FileBarChart2Icon
|
|
3500
|
-
} from '../icons/file-chart-column';
|
|
3501
3495
|
// FileChartColumnIncreasing aliases
|
|
3502
3496
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3503
3497
|
export {
|
|
3504
3498
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3505
3499
|
default as FileBarChartIcon
|
|
3506
3500
|
} from '../icons/file-chart-column-increasing';
|
|
3501
|
+
// FileChartColumn aliases
|
|
3502
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3503
|
+
export {
|
|
3504
|
+
/** @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 */
|
|
3505
|
+
default as FileBarChart2Icon
|
|
3506
|
+
} from '../icons/file-chart-column';
|
|
3507
3507
|
// FileChartLine aliases
|
|
3508
3508
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3509
3509
|
export {
|
|
@@ -3540,6 +3540,12 @@ export {
|
|
|
3540
3540
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3541
3541
|
default as FileWarningIcon
|
|
3542
3542
|
} from '../icons/file-exclamation-point';
|
|
3543
|
+
// FileKey aliases
|
|
3544
|
+
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3545
|
+
export {
|
|
3546
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3547
|
+
default as FileKey2Icon
|
|
3548
|
+
} from '../icons/file-key';
|
|
3543
3549
|
// FileHeadphone aliases
|
|
3544
3550
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3545
3551
|
export {
|
|
@@ -3550,12 +3556,6 @@ export {
|
|
|
3550
3556
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3551
3557
|
default as FileAudio2Icon
|
|
3552
3558
|
} from '../icons/file-headphone';
|
|
3553
|
-
// FileKey aliases
|
|
3554
|
-
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3555
|
-
export {
|
|
3556
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3557
|
-
default as FileKey2Icon
|
|
3558
|
-
} from '../icons/file-key';
|
|
3559
3559
|
// FileLock aliases
|
|
3560
3560
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3561
3561
|
export {
|
|
@@ -3574,18 +3574,18 @@ export {
|
|
|
3574
3574
|
/** @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 */
|
|
3575
3575
|
default as FileSignatureIcon
|
|
3576
3576
|
} from '../icons/file-pen-line';
|
|
3577
|
-
// FilePen aliases
|
|
3578
|
-
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3579
|
-
export {
|
|
3580
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3581
|
-
default as FileEditIcon
|
|
3582
|
-
} from '../icons/file-pen';
|
|
3583
3577
|
// FilePlay aliases
|
|
3584
3578
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3585
3579
|
export {
|
|
3586
3580
|
/** @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 */
|
|
3587
3581
|
default as FileVideoIcon
|
|
3588
3582
|
} from '../icons/file-play';
|
|
3583
|
+
// FilePen aliases
|
|
3584
|
+
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3585
|
+
export {
|
|
3586
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3587
|
+
default as FileEditIcon
|
|
3588
|
+
} from '../icons/file-pen';
|
|
3589
3589
|
// FilePlusCorner aliases
|
|
3590
3590
|
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3591
3591
|
export {
|
|
@@ -3610,36 +3610,36 @@ export {
|
|
|
3610
3610
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
3611
3611
|
default as FileVolume2Icon
|
|
3612
3612
|
} from '../icons/file-signal';
|
|
3613
|
-
// FileTypeCorner aliases
|
|
3614
|
-
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3615
|
-
export {
|
|
3616
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3617
|
-
default as FileType2Icon
|
|
3618
|
-
} from '../icons/file-type-corner';
|
|
3619
3613
|
// FileVideoCamera aliases
|
|
3620
3614
|
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3621
3615
|
export {
|
|
3622
3616
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3623
3617
|
default as FileVideo2Icon
|
|
3624
3618
|
} from '../icons/file-video-camera';
|
|
3625
|
-
// FingerprintPattern aliases
|
|
3626
|
-
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3627
|
-
export {
|
|
3628
|
-
/** @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 */
|
|
3629
|
-
default as FingerprintIcon
|
|
3630
|
-
} from '../icons/fingerprint-pattern';
|
|
3631
3619
|
// FileXCorner aliases
|
|
3632
3620
|
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3633
3621
|
export {
|
|
3634
3622
|
/** @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 */
|
|
3635
3623
|
default as FileX2Icon
|
|
3636
3624
|
} from '../icons/file-x-corner';
|
|
3625
|
+
// FileTypeCorner aliases
|
|
3626
|
+
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3627
|
+
export {
|
|
3628
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3629
|
+
default as FileType2Icon
|
|
3630
|
+
} from '../icons/file-type-corner';
|
|
3637
3631
|
// FolderCog aliases
|
|
3638
3632
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3639
3633
|
export {
|
|
3640
3634
|
/** @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 */
|
|
3641
3635
|
default as FolderCog2Icon
|
|
3642
3636
|
} from '../icons/folder-cog';
|
|
3637
|
+
// FingerprintPattern aliases
|
|
3638
|
+
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3639
|
+
export {
|
|
3640
|
+
/** @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 */
|
|
3641
|
+
default as FingerprintIcon
|
|
3642
|
+
} from '../icons/fingerprint-pattern';
|
|
3643
3643
|
// FolderPen aliases
|
|
3644
3644
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3645
3645
|
export {
|
|
@@ -3658,6 +3658,12 @@ export {
|
|
|
3658
3658
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3659
3659
|
default as FilterIcon
|
|
3660
3660
|
} from '../icons/funnel';
|
|
3661
|
+
// Grid2x2Check aliases
|
|
3662
|
+
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3663
|
+
export {
|
|
3664
|
+
/** @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 */
|
|
3665
|
+
default as Grid2X2CheckIcon
|
|
3666
|
+
} from '../icons/grid-2x2-check';
|
|
3661
3667
|
// GitCommitHorizontal aliases
|
|
3662
3668
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3663
3669
|
export {
|
|
@@ -3670,12 +3676,6 @@ export {
|
|
|
3670
3676
|
/** @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 */
|
|
3671
3677
|
default as Grid2X2PlusIcon
|
|
3672
3678
|
} from '../icons/grid-2x2-plus';
|
|
3673
|
-
// Grid2x2Check aliases
|
|
3674
|
-
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3675
|
-
export {
|
|
3676
|
-
/** @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 */
|
|
3677
|
-
default as Grid2X2CheckIcon
|
|
3678
|
-
} from '../icons/grid-2x2-check';
|
|
3679
3679
|
// Grid2x2X aliases
|
|
3680
3680
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3681
3681
|
export {
|
|
@@ -3694,22 +3694,22 @@ export {
|
|
|
3694
3694
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3695
3695
|
default as GridIcon
|
|
3696
3696
|
} from '../icons/grid-3x3';
|
|
3697
|
-
export {
|
|
3698
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3699
|
-
default as Grid3X3Icon
|
|
3700
|
-
} from '../icons/grid-3x3';
|
|
3701
|
-
// HandGrab aliases
|
|
3702
|
-
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3703
|
-
export {
|
|
3704
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3705
|
-
default as GrabIcon
|
|
3706
|
-
} from '../icons/hand-grab';
|
|
3697
|
+
export {
|
|
3698
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3699
|
+
default as Grid3X3Icon
|
|
3700
|
+
} from '../icons/grid-3x3';
|
|
3707
3701
|
// HandHelping aliases
|
|
3708
3702
|
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3709
3703
|
export {
|
|
3710
3704
|
/** @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 */
|
|
3711
3705
|
default as HelpingHandIcon
|
|
3712
3706
|
} from '../icons/hand-helping';
|
|
3707
|
+
// HandGrab aliases
|
|
3708
|
+
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3709
|
+
export {
|
|
3710
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3711
|
+
default as GrabIcon
|
|
3712
|
+
} from '../icons/hand-grab';
|
|
3713
3713
|
// House aliases
|
|
3714
3714
|
export { default as HouseIcon } from '../icons/house';
|
|
3715
3715
|
export {
|
|
@@ -3728,12 +3728,6 @@ export {
|
|
|
3728
3728
|
/** @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 */
|
|
3729
3729
|
default as IceCreamIcon
|
|
3730
3730
|
} from '../icons/ice-cream-cone';
|
|
3731
|
-
// LaptopMinimal aliases
|
|
3732
|
-
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3733
|
-
export {
|
|
3734
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
3735
|
-
default as Laptop2Icon
|
|
3736
|
-
} from '../icons/laptop-minimal';
|
|
3737
3731
|
// Layers aliases
|
|
3738
3732
|
export { default as LayersIcon } from '../icons/layers';
|
|
3739
3733
|
export {
|
|
@@ -3750,6 +3744,12 @@ export {
|
|
|
3750
3744
|
/** @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 */
|
|
3751
3745
|
default as IndentIncreaseIcon
|
|
3752
3746
|
} from '../icons/list-indent-increase';
|
|
3747
|
+
// LaptopMinimal aliases
|
|
3748
|
+
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3749
|
+
export {
|
|
3750
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
3751
|
+
default as Laptop2Icon
|
|
3752
|
+
} from '../icons/laptop-minimal';
|
|
3753
3753
|
// ListIndentDecrease aliases
|
|
3754
3754
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3755
3755
|
export {
|
|
@@ -3760,6 +3760,12 @@ export {
|
|
|
3760
3760
|
/** @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 */
|
|
3761
3761
|
default as IndentDecreaseIcon
|
|
3762
3762
|
} from '../icons/list-indent-decrease';
|
|
3763
|
+
// LockOpen aliases
|
|
3764
|
+
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3765
|
+
export {
|
|
3766
|
+
/** @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 */
|
|
3767
|
+
default as UnlockIcon
|
|
3768
|
+
} from '../icons/lock-open';
|
|
3763
3769
|
// LoaderCircle aliases
|
|
3764
3770
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3765
3771
|
export {
|
|
@@ -3772,12 +3778,6 @@ export {
|
|
|
3772
3778
|
/** @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 */
|
|
3773
3779
|
default as UnlockKeyholeIcon
|
|
3774
3780
|
} from '../icons/lock-keyhole-open';
|
|
3775
|
-
// LockOpen aliases
|
|
3776
|
-
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3777
|
-
export {
|
|
3778
|
-
/** @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 */
|
|
3779
|
-
default as UnlockIcon
|
|
3780
|
-
} from '../icons/lock-open';
|
|
3781
3781
|
// MailQuestionMark aliases
|
|
3782
3782
|
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3783
3783
|
export {
|
|
@@ -3802,12 +3802,6 @@ export {
|
|
|
3802
3802
|
/** @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 */
|
|
3803
3803
|
default as Mic2Icon
|
|
3804
3804
|
} from '../icons/mic-vocal';
|
|
3805
|
-
// Move3d aliases
|
|
3806
|
-
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3807
|
-
export {
|
|
3808
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3809
|
-
default as Move3DIcon
|
|
3810
|
-
} from '../icons/move-3d';
|
|
3811
3805
|
// OctagonAlert aliases
|
|
3812
3806
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3813
3807
|
export {
|
|
@@ -3820,6 +3814,12 @@ export {
|
|
|
3820
3814
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3821
3815
|
default as PauseOctagonIcon
|
|
3822
3816
|
} from '../icons/octagon-pause';
|
|
3817
|
+
// Move3d aliases
|
|
3818
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3819
|
+
export {
|
|
3820
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3821
|
+
default as Move3DIcon
|
|
3822
|
+
} from '../icons/move-3d';
|
|
3823
3823
|
// OctagonX aliases
|
|
3824
3824
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3825
3825
|
export {
|
|
@@ -3892,12 +3892,6 @@ export {
|
|
|
3892
3892
|
/** @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 */
|
|
3893
3893
|
default as Edit2Icon
|
|
3894
3894
|
} from '../icons/pen';
|
|
3895
|
-
// PlugZap aliases
|
|
3896
|
-
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3897
|
-
export {
|
|
3898
|
-
/** @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 */
|
|
3899
|
-
default as PlugZap2Icon
|
|
3900
|
-
} from '../icons/plug-zap';
|
|
3901
3895
|
// RectangleEllipsis aliases
|
|
3902
3896
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3903
3897
|
export {
|
|
@@ -3910,6 +3904,12 @@ export {
|
|
|
3910
3904
|
/** @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 */
|
|
3911
3905
|
default as Rotate3DIcon
|
|
3912
3906
|
} from '../icons/rotate-3d';
|
|
3907
|
+
// PlugZap aliases
|
|
3908
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3909
|
+
export {
|
|
3910
|
+
/** @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 */
|
|
3911
|
+
default as PlugZap2Icon
|
|
3912
|
+
} from '../icons/plug-zap';
|
|
3913
3913
|
// Rows2 aliases
|
|
3914
3914
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3915
3915
|
export {
|
|
@@ -3952,12 +3952,6 @@ export {
|
|
|
3952
3952
|
/** @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 */
|
|
3953
3953
|
default as SlidersIcon
|
|
3954
3954
|
} from '../icons/sliders-vertical';
|
|
3955
|
-
// Sparkles aliases
|
|
3956
|
-
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3957
|
-
export {
|
|
3958
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3959
|
-
default as StarsIcon
|
|
3960
|
-
} from '../icons/sparkles';
|
|
3961
3955
|
// SquareActivity aliases
|
|
3962
3956
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3963
3957
|
export {
|
|
@@ -3976,6 +3970,12 @@ export {
|
|
|
3976
3970
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3977
3971
|
default as ArrowDownRightSquareIcon
|
|
3978
3972
|
} from '../icons/square-arrow-down-right';
|
|
3973
|
+
// Sparkles aliases
|
|
3974
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3975
|
+
export {
|
|
3976
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3977
|
+
default as StarsIcon
|
|
3978
|
+
} from '../icons/sparkles';
|
|
3979
3979
|
// SquareArrowDown aliases
|
|
3980
3980
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3981
3981
|
export {
|
|
@@ -3988,6 +3988,12 @@ export {
|
|
|
3988
3988
|
/** @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 */
|
|
3989
3989
|
default as ArrowLeftSquareIcon
|
|
3990
3990
|
} from '../icons/square-arrow-left';
|
|
3991
|
+
// SquareArrowOutDownLeft aliases
|
|
3992
|
+
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3993
|
+
export {
|
|
3994
|
+
/** @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 */
|
|
3995
|
+
default as ArrowDownLeftFromSquareIcon
|
|
3996
|
+
} from '../icons/square-arrow-out-down-left';
|
|
3991
3997
|
// SquareArrowOutDownRight aliases
|
|
3992
3998
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3993
3999
|
export {
|
|
@@ -4000,30 +4006,12 @@ export {
|
|
|
4000
4006
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
4001
4007
|
default as ArrowUpLeftFromSquareIcon
|
|
4002
4008
|
} from '../icons/square-arrow-out-up-left';
|
|
4003
|
-
// SquareArrowOutDownLeft aliases
|
|
4004
|
-
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
4005
|
-
export {
|
|
4006
|
-
/** @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 */
|
|
4007
|
-
default as ArrowDownLeftFromSquareIcon
|
|
4008
|
-
} from '../icons/square-arrow-out-down-left';
|
|
4009
4009
|
// SquareArrowOutUpRight aliases
|
|
4010
4010
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
4011
4011
|
export {
|
|
4012
4012
|
/** @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 */
|
|
4013
4013
|
default as ArrowUpRightFromSquareIcon
|
|
4014
4014
|
} from '../icons/square-arrow-out-up-right';
|
|
4015
|
-
// SquareArrowUpRight aliases
|
|
4016
|
-
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
4017
|
-
export {
|
|
4018
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
4019
|
-
default as ArrowUpRightSquareIcon
|
|
4020
|
-
} from '../icons/square-arrow-up-right';
|
|
4021
|
-
// SquareArrowUp aliases
|
|
4022
|
-
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
4023
|
-
export {
|
|
4024
|
-
/** @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 */
|
|
4025
|
-
default as ArrowUpSquareIcon
|
|
4026
|
-
} from '../icons/square-arrow-up';
|
|
4027
4015
|
// SquareArrowRight aliases
|
|
4028
4016
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
4029
4017
|
export {
|
|
@@ -4036,6 +4024,18 @@ export {
|
|
|
4036
4024
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
4037
4025
|
default as ArrowUpLeftSquareIcon
|
|
4038
4026
|
} from '../icons/square-arrow-up-left';
|
|
4027
|
+
// SquareArrowUpRight aliases
|
|
4028
|
+
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
4029
|
+
export {
|
|
4030
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
4031
|
+
default as ArrowUpRightSquareIcon
|
|
4032
|
+
} from '../icons/square-arrow-up-right';
|
|
4033
|
+
// SquareArrowUp aliases
|
|
4034
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
4035
|
+
export {
|
|
4036
|
+
/** @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 */
|
|
4037
|
+
default as ArrowUpSquareIcon
|
|
4038
|
+
} from '../icons/square-arrow-up';
|
|
4039
4039
|
// SquareAsterisk aliases
|
|
4040
4040
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
4041
4041
|
export {
|
|
@@ -4088,12 +4088,6 @@ export {
|
|
|
4088
4088
|
/** @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 */
|
|
4089
4089
|
default as CheckSquare2Icon
|
|
4090
4090
|
} from '../icons/square-check';
|
|
4091
|
-
// SquareChevronLeft aliases
|
|
4092
|
-
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4093
|
-
export {
|
|
4094
|
-
/** @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 */
|
|
4095
|
-
default as ChevronLeftSquareIcon
|
|
4096
|
-
} from '../icons/square-chevron-left';
|
|
4097
4091
|
// SquareChevronRight aliases
|
|
4098
4092
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4099
4093
|
export {
|
|
@@ -4112,6 +4106,12 @@ export {
|
|
|
4112
4106
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
4113
4107
|
default as CodeSquareIcon
|
|
4114
4108
|
} from '../icons/square-code';
|
|
4109
|
+
// SquareChevronLeft aliases
|
|
4110
|
+
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4111
|
+
export {
|
|
4112
|
+
/** @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 */
|
|
4113
|
+
default as ChevronLeftSquareIcon
|
|
4114
|
+
} from '../icons/square-chevron-left';
|
|
4115
4115
|
// SquareDashedKanban aliases
|
|
4116
4116
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4117
4117
|
export {
|
|
@@ -4124,12 +4124,6 @@ export {
|
|
|
4124
4124
|
/** @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 */
|
|
4125
4125
|
default as MousePointerSquareDashedIcon
|
|
4126
4126
|
} from '../icons/square-dashed-mouse-pointer';
|
|
4127
|
-
// SquareDashed aliases
|
|
4128
|
-
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4129
|
-
export {
|
|
4130
|
-
/** @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 */
|
|
4131
|
-
default as BoxSelectIcon
|
|
4132
|
-
} from '../icons/square-dashed';
|
|
4133
4127
|
// SquareDashedText aliases
|
|
4134
4128
|
export { default as SquareDashedTextIcon } from '../icons/square-dashed-text';
|
|
4135
4129
|
export {
|
|
@@ -4140,6 +4134,12 @@ export {
|
|
|
4140
4134
|
/** @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 */
|
|
4141
4135
|
default as TextSelectIcon
|
|
4142
4136
|
} from '../icons/square-dashed-text';
|
|
4137
|
+
// SquareDashed aliases
|
|
4138
|
+
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4139
|
+
export {
|
|
4140
|
+
/** @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 */
|
|
4141
|
+
default as BoxSelectIcon
|
|
4142
|
+
} from '../icons/square-dashed';
|
|
4143
4143
|
// SquareDivide aliases
|
|
4144
4144
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4145
4145
|
export {
|
|
@@ -4164,6 +4164,12 @@ export {
|
|
|
4164
4164
|
/** @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 */
|
|
4165
4165
|
default as FunctionSquareIcon
|
|
4166
4166
|
} from '../icons/square-function';
|
|
4167
|
+
// SquareKanban aliases
|
|
4168
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4169
|
+
export {
|
|
4170
|
+
/** @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 */
|
|
4171
|
+
default as KanbanSquareIcon
|
|
4172
|
+
} from '../icons/square-kanban';
|
|
4167
4173
|
// SquareLibrary aliases
|
|
4168
4174
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4169
4175
|
export {
|
|
@@ -4176,24 +4182,12 @@ export {
|
|
|
4176
4182
|
/** @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 */
|
|
4177
4183
|
default as MSquareIcon
|
|
4178
4184
|
} from '../icons/square-m';
|
|
4179
|
-
// SquareKanban aliases
|
|
4180
|
-
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4181
|
-
export {
|
|
4182
|
-
/** @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 */
|
|
4183
|
-
default as KanbanSquareIcon
|
|
4184
|
-
} from '../icons/square-kanban';
|
|
4185
4185
|
// SquareMenu aliases
|
|
4186
4186
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4187
4187
|
export {
|
|
4188
4188
|
/** @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 */
|
|
4189
4189
|
default as MenuSquareIcon
|
|
4190
4190
|
} from '../icons/square-menu';
|
|
4191
|
-
// SquareMinus aliases
|
|
4192
|
-
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4193
|
-
export {
|
|
4194
|
-
/** @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 */
|
|
4195
|
-
default as MinusSquareIcon
|
|
4196
|
-
} from '../icons/square-minus';
|
|
4197
4191
|
// SquareMousePointer aliases
|
|
4198
4192
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4199
4193
|
export {
|
|
@@ -4206,12 +4200,12 @@ export {
|
|
|
4206
4200
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
4207
4201
|
default as ParkingSquareOffIcon
|
|
4208
4202
|
} from '../icons/square-parking-off';
|
|
4209
|
-
//
|
|
4210
|
-
export { default as
|
|
4203
|
+
// SquareMinus aliases
|
|
4204
|
+
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4211
4205
|
export {
|
|
4212
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4213
|
-
default as
|
|
4214
|
-
} from '../icons/square-
|
|
4206
|
+
/** @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 */
|
|
4207
|
+
default as MinusSquareIcon
|
|
4208
|
+
} from '../icons/square-minus';
|
|
4215
4209
|
// SquarePen aliases
|
|
4216
4210
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4217
4211
|
export {
|
|
@@ -4226,6 +4220,12 @@ export {
|
|
|
4226
4220
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
4227
4221
|
default as PenSquareIcon
|
|
4228
4222
|
} from '../icons/square-pen';
|
|
4223
|
+
// SquareParking aliases
|
|
4224
|
+
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4225
|
+
export {
|
|
4226
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
4227
|
+
default as ParkingSquareIcon
|
|
4228
|
+
} from '../icons/square-parking';
|
|
4229
4229
|
// SquarePercent aliases
|
|
4230
4230
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4231
4231
|
export {
|
|
@@ -4238,36 +4238,36 @@ export {
|
|
|
4238
4238
|
/** @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 */
|
|
4239
4239
|
default as PiSquareIcon
|
|
4240
4240
|
} from '../icons/square-pi';
|
|
4241
|
-
// SquarePlay aliases
|
|
4242
|
-
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4243
|
-
export {
|
|
4244
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
4245
|
-
default as PlaySquareIcon
|
|
4246
|
-
} from '../icons/square-play';
|
|
4247
4241
|
// SquarePilcrow aliases
|
|
4248
4242
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4249
4243
|
export {
|
|
4250
4244
|
/** @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 */
|
|
4251
4245
|
default as PilcrowSquareIcon
|
|
4252
4246
|
} from '../icons/square-pilcrow';
|
|
4247
|
+
// SquarePlay aliases
|
|
4248
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4249
|
+
export {
|
|
4250
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
4251
|
+
default as PlaySquareIcon
|
|
4252
|
+
} from '../icons/square-play';
|
|
4253
4253
|
// SquarePlus aliases
|
|
4254
4254
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4255
4255
|
export {
|
|
4256
4256
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
4257
4257
|
default as PlusSquareIcon
|
|
4258
4258
|
} from '../icons/square-plus';
|
|
4259
|
-
// SquareScissors aliases
|
|
4260
|
-
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4261
|
-
export {
|
|
4262
|
-
/** @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 */
|
|
4263
|
-
default as ScissorsSquareIcon
|
|
4264
|
-
} from '../icons/square-scissors';
|
|
4265
4259
|
// SquarePower aliases
|
|
4266
4260
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4267
4261
|
export {
|
|
4268
4262
|
/** @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 */
|
|
4269
4263
|
default as PowerSquareIcon
|
|
4270
4264
|
} from '../icons/square-power';
|
|
4265
|
+
// SquareScissors aliases
|
|
4266
|
+
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4267
|
+
export {
|
|
4268
|
+
/** @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 */
|
|
4269
|
+
default as ScissorsSquareIcon
|
|
4270
|
+
} from '../icons/square-scissors';
|
|
4271
4271
|
// SquareSigma aliases
|
|
4272
4272
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4273
4273
|
export {
|
|
@@ -4280,6 +4280,12 @@ export {
|
|
|
4280
4280
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4281
4281
|
default as SlashSquareIcon
|
|
4282
4282
|
} from '../icons/square-slash';
|
|
4283
|
+
// SquareSplitVertical aliases
|
|
4284
|
+
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4285
|
+
export {
|
|
4286
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
4287
|
+
default as SplitSquareVerticalIcon
|
|
4288
|
+
} from '../icons/square-split-vertical';
|
|
4283
4289
|
// SquareSplitHorizontal aliases
|
|
4284
4290
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4285
4291
|
export {
|
|
@@ -4292,18 +4298,6 @@ export {
|
|
|
4292
4298
|
/** @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 */
|
|
4293
4299
|
default as TerminalSquareIcon
|
|
4294
4300
|
} from '../icons/square-terminal';
|
|
4295
|
-
// SquareSplitVertical aliases
|
|
4296
|
-
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4297
|
-
export {
|
|
4298
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
4299
|
-
default as SplitSquareVerticalIcon
|
|
4300
|
-
} from '../icons/square-split-vertical';
|
|
4301
|
-
// SquareUserRound aliases
|
|
4302
|
-
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4303
|
-
export {
|
|
4304
|
-
/** @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 */
|
|
4305
|
-
default as UserSquare2Icon
|
|
4306
|
-
} from '../icons/square-user-round';
|
|
4307
4301
|
// SquareUser aliases
|
|
4308
4302
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4309
4303
|
export {
|
|
@@ -4316,6 +4310,12 @@ export {
|
|
|
4316
4310
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
4317
4311
|
default as XSquareIcon
|
|
4318
4312
|
} from '../icons/square-x';
|
|
4313
|
+
// SquareUserRound aliases
|
|
4314
|
+
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4315
|
+
export {
|
|
4316
|
+
/** @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 */
|
|
4317
|
+
default as UserSquare2Icon
|
|
4318
|
+
} from '../icons/square-user-round';
|
|
4319
4319
|
// TestTubeDiagonal aliases
|
|
4320
4320
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4321
4321
|
export {
|
|
@@ -4340,6 +4340,16 @@ export {
|
|
|
4340
4340
|
/** @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 */
|
|
4341
4341
|
default as AlignJustifyIcon
|
|
4342
4342
|
} from '../icons/text-align-justify';
|
|
4343
|
+
// TextAlignStart aliases
|
|
4344
|
+
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4345
|
+
export {
|
|
4346
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4347
|
+
default as TextIcon
|
|
4348
|
+
} from '../icons/text-align-start';
|
|
4349
|
+
export {
|
|
4350
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4351
|
+
default as AlignLeftIcon
|
|
4352
|
+
} from '../icons/text-align-start';
|
|
4343
4353
|
// TextInitial aliases
|
|
4344
4354
|
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4345
4355
|
export {
|
|
@@ -4358,16 +4368,6 @@ export {
|
|
|
4358
4368
|
/** @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 */
|
|
4359
4369
|
default as TrainIcon
|
|
4360
4370
|
} from '../icons/tram-front';
|
|
4361
|
-
// TextAlignStart aliases
|
|
4362
|
-
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4363
|
-
export {
|
|
4364
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4365
|
-
default as TextIcon
|
|
4366
|
-
} from '../icons/text-align-start';
|
|
4367
|
-
export {
|
|
4368
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4369
|
-
default as AlignLeftIcon
|
|
4370
|
-
} from '../icons/text-align-start';
|
|
4371
4371
|
// TreePalm aliases
|
|
4372
4372
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4373
4373
|
export {
|
|
@@ -4392,18 +4392,18 @@ export {
|
|
|
4392
4392
|
/** @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 */
|
|
4393
4393
|
default as School2Icon
|
|
4394
4394
|
} from '../icons/university';
|
|
4395
|
-
// UserRoundCheck aliases
|
|
4396
|
-
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4397
|
-
export {
|
|
4398
|
-
/** @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 */
|
|
4399
|
-
default as UserCheck2Icon
|
|
4400
|
-
} from '../icons/user-round-check';
|
|
4401
4395
|
// UserRoundCog aliases
|
|
4402
4396
|
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4403
4397
|
export {
|
|
4404
4398
|
/** @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 */
|
|
4405
4399
|
default as UserCog2Icon
|
|
4406
4400
|
} from '../icons/user-round-cog';
|
|
4401
|
+
// UserRoundCheck aliases
|
|
4402
|
+
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4403
|
+
export {
|
|
4404
|
+
/** @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 */
|
|
4405
|
+
default as UserCheck2Icon
|
|
4406
|
+
} from '../icons/user-round-check';
|
|
4407
4407
|
// UserRoundMinus aliases
|
|
4408
4408
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4409
4409
|
export {
|
|
@@ -4440,12 +4440,6 @@ export {
|
|
|
4440
4440
|
/** @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 */
|
|
4441
4441
|
default as ForkKnifeCrossedIcon
|
|
4442
4442
|
} from '../icons/utensils-crossed';
|
|
4443
|
-
// Utensils aliases
|
|
4444
|
-
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4445
|
-
export {
|
|
4446
|
-
/** @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 */
|
|
4447
|
-
default as ForkKnifeIcon
|
|
4448
|
-
} from '../icons/utensils';
|
|
4449
4443
|
// WalletMinimal aliases
|
|
4450
4444
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4451
4445
|
export {
|
|
@@ -4458,6 +4452,12 @@ export {
|
|
|
4458
4452
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
4459
4453
|
default as Wand2Icon
|
|
4460
4454
|
} from '../icons/wand-sparkles';
|
|
4455
|
+
// Utensils aliases
|
|
4456
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4457
|
+
export {
|
|
4458
|
+
/** @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 */
|
|
4459
|
+
default as ForkKnifeIcon
|
|
4460
|
+
} from '../icons/utensils';
|
|
4461
4461
|
// WavesHorizontal aliases
|
|
4462
4462
|
export { default as WavesHorizontalIcon } from '../icons/waves-horizontal';
|
|
4463
4463
|
export {
|