@lucide/astro 1.45.0 → 1.46.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/aliases/aliases.ts +206 -206
- package/src/aliases/prefixed.ts +731 -723
- package/src/aliases/suffixed.ts +1009 -1001
- package/src/icons/clef-alto.ts +20 -0
- package/src/icons/clef-bass.ts +20 -0
- package/src/icons/clef-treble.ts +20 -0
- package/src/icons/index.ts +176 -172
- package/src/icons/monitor-pc.ts +20 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -4,28 +4,28 @@ export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
|
4
4
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
5
|
// ALargeSmall aliases
|
|
6
6
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
|
-
// Accessibility aliases
|
|
8
|
-
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
7
|
// Activity aliases
|
|
10
8
|
export { default as ActivityIcon } from '../icons/activity';
|
|
9
|
+
// Accessibility aliases
|
|
10
|
+
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
11
11
|
// Ad aliases
|
|
12
12
|
export { default as AdIcon } from '../icons/ad';
|
|
13
|
-
// Airplay aliases
|
|
14
|
-
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
13
|
// AirVent aliases
|
|
16
14
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
17
|
-
//
|
|
18
|
-
export { default as
|
|
15
|
+
// Airplay aliases
|
|
16
|
+
export { default as AirplayIcon } from '../icons/airplay';
|
|
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
|
// AlignCenterVertical aliases
|
|
24
24
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
25
|
-
// AlignCenterHorizontal aliases
|
|
26
|
-
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
27
25
|
// AlignEndHorizontal aliases
|
|
28
26
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
27
|
+
// AlignCenterHorizontal aliases
|
|
28
|
+
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
29
29
|
// AlignEndVertical aliases
|
|
30
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
31
|
// AlignHorizontalDistributeCenter aliases
|
|
@@ -36,98 +36,98 @@ export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-hori
|
|
|
36
36
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
37
|
// AlignHorizontalJustifyCenter aliases
|
|
38
38
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
39
|
-
// AlignHorizontalJustifyStart aliases
|
|
40
|
-
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
41
|
-
// AlignHorizontalSpaceAround aliases
|
|
42
|
-
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
43
39
|
// AlignHorizontalJustifyEnd aliases
|
|
44
40
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
41
|
+
// AlignHorizontalJustifyStart aliases
|
|
42
|
+
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
43
|
// AlignHorizontalSpaceBetween aliases
|
|
46
44
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
45
|
+
// AlignHorizontalSpaceAround aliases
|
|
46
|
+
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
47
|
// AlignStartHorizontal aliases
|
|
48
48
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
49
|
-
// AlignVerticalDistributeCenter aliases
|
|
50
|
-
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
51
49
|
// AlignStartVertical aliases
|
|
52
50
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
51
|
+
// AlignVerticalDistributeCenter aliases
|
|
52
|
+
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
53
53
|
// AlignVerticalDistributeEnd aliases
|
|
54
54
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
55
|
-
// AlignVerticalDistributeStart aliases
|
|
56
|
-
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
57
55
|
// AlignVerticalJustifyCenter aliases
|
|
58
56
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
|
-
//
|
|
60
|
-
export { default as
|
|
57
|
+
// AlignVerticalDistributeStart aliases
|
|
58
|
+
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
61
59
|
// AlignVerticalJustifyStart aliases
|
|
62
60
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
61
|
+
// AlignVerticalJustifyEnd aliases
|
|
62
|
+
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
63
63
|
// AlignVerticalSpaceAround aliases
|
|
64
64
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
65
|
-
// Ambulance aliases
|
|
66
|
-
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
67
|
-
// Ampersands aliases
|
|
68
|
-
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
69
65
|
// AlignVerticalSpaceBetween aliases
|
|
70
66
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
67
|
+
// Ambulance aliases
|
|
68
|
+
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
71
69
|
// Ampersand aliases
|
|
72
70
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
71
|
+
// Ampersands aliases
|
|
72
|
+
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
73
73
|
// Amphora aliases
|
|
74
74
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
|
-
// Anchor aliases
|
|
76
|
-
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
75
|
// Angle aliases
|
|
78
76
|
export { default as AngleIcon } from '../icons/angle';
|
|
77
|
+
// Anchor aliases
|
|
78
|
+
export { default as AnchorIcon } from '../icons/anchor';
|
|
79
79
|
// Antenna aliases
|
|
80
80
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
81
81
|
// Anvil aliases
|
|
82
82
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
83
|
-
// Aperture aliases
|
|
84
|
-
export { default as ApertureIcon } from '../icons/aperture';
|
|
85
83
|
// AppWindowMac aliases
|
|
86
84
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
87
|
-
//
|
|
88
|
-
export { default as
|
|
89
|
-
// ArchiveRestore aliases
|
|
90
|
-
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
91
|
-
// Archive aliases
|
|
92
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
85
|
+
// Aperture aliases
|
|
86
|
+
export { default as ApertureIcon } from '../icons/aperture';
|
|
93
87
|
// AppWindow aliases
|
|
94
88
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
89
|
+
// ArchiveRestore aliases
|
|
90
|
+
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
91
|
+
// Apple aliases
|
|
92
|
+
export { default as AppleIcon } from '../icons/apple';
|
|
95
93
|
// ArchiveX aliases
|
|
96
94
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
95
|
+
// Archive aliases
|
|
96
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
97
97
|
// Armchair aliases
|
|
98
98
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
99
99
|
// ArrowBigDownDash aliases
|
|
100
100
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
101
101
|
// ArrowBigDown aliases
|
|
102
102
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
103
|
-
// ArrowBigLeft aliases
|
|
104
|
-
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
105
103
|
// ArrowBigLeftDash aliases
|
|
106
104
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
|
-
//
|
|
108
|
-
export { default as
|
|
105
|
+
// ArrowBigLeft aliases
|
|
106
|
+
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
107
|
// ArrowBigRight aliases
|
|
110
108
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
109
|
+
// ArrowBigRightDash aliases
|
|
110
|
+
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
111
|
// ArrowBigUpDash aliases
|
|
112
112
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
113
113
|
// ArrowBigUp aliases
|
|
114
114
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
115
115
|
// ArrowDownFromLine aliases
|
|
116
116
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
117
|
-
// ArrowDownNarrowWide aliases
|
|
118
|
-
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
119
|
-
// ArrowDownToDot aliases
|
|
120
|
-
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
121
117
|
// ArrowDownLeft aliases
|
|
122
118
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
119
|
+
// ArrowDownNarrowWide aliases
|
|
120
|
+
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
121
|
// ArrowDownRight aliases
|
|
124
122
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
123
|
// ArrowDownToLine aliases
|
|
126
124
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
127
|
-
//
|
|
128
|
-
export { default as
|
|
125
|
+
// ArrowDownToDot aliases
|
|
126
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
129
127
|
// ArrowDown aliases
|
|
130
128
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
129
|
+
// ArrowDownUp aliases
|
|
130
|
+
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
131
131
|
// ArrowLeftFromLine aliases
|
|
132
132
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
133
133
|
// ArrowLeftRight aliases
|
|
@@ -138,26 +138,26 @@ export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
|
138
138
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
139
139
|
// ArrowRightFromLine aliases
|
|
140
140
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
141
|
-
// ArrowRightToLine aliases
|
|
142
|
-
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
143
141
|
// ArrowRightLeft aliases
|
|
144
142
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
|
-
//
|
|
146
|
-
export { default as
|
|
143
|
+
// ArrowRightToLine aliases
|
|
144
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
147
145
|
// ArrowUpDown aliases
|
|
148
146
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
149
|
-
// ArrowUpFromLine aliases
|
|
150
|
-
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
151
147
|
// ArrowUpFromDot aliases
|
|
152
148
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
149
|
+
// ArrowRight aliases
|
|
150
|
+
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
153
151
|
// ArrowUpLeft aliases
|
|
154
152
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
155
153
|
// ArrowUpRight aliases
|
|
156
154
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
157
|
-
// ArrowUpWideNarrow aliases
|
|
158
|
-
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
159
155
|
// ArrowUpToLine aliases
|
|
160
156
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
157
|
+
// ArrowUpFromLine aliases
|
|
158
|
+
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
159
|
+
// ArrowUpWideNarrow aliases
|
|
160
|
+
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
161
161
|
// ArrowUp aliases
|
|
162
162
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
163
163
|
// ArrowsUpFromLine aliases
|
|
@@ -166,10 +166,10 @@ export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
|
166
166
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
167
167
|
// Astroid aliases
|
|
168
168
|
export { default as AstroidIcon } from '../icons/astroid';
|
|
169
|
-
// AtSign aliases
|
|
170
|
-
export { default as AtSignIcon } from '../icons/at-sign';
|
|
171
169
|
// Atom aliases
|
|
172
170
|
export { default as AtomIcon } from '../icons/atom';
|
|
171
|
+
// AtSign aliases
|
|
172
|
+
export { default as AtSignIcon } from '../icons/at-sign';
|
|
173
173
|
// AudioLinesOff aliases
|
|
174
174
|
export { default as AudioLinesOffIcon } from '../icons/audio-lines-off';
|
|
175
175
|
// AudioLinesX aliases
|
|
@@ -184,10 +184,10 @@ export { default as AwardIcon } from '../icons/award';
|
|
|
184
184
|
export { default as AxeIcon } from '../icons/axe';
|
|
185
185
|
// Baby aliases
|
|
186
186
|
export { default as BabyIcon } from '../icons/baby';
|
|
187
|
-
// Backpack aliases
|
|
188
|
-
export { default as BackpackIcon } from '../icons/backpack';
|
|
189
187
|
// BadgeAlert aliases
|
|
190
188
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
189
|
+
// Backpack aliases
|
|
190
|
+
export { default as BackpackIcon } from '../icons/backpack';
|
|
191
191
|
// BadgeCent aliases
|
|
192
192
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
193
193
|
// BadgeDollarSign aliases
|
|
@@ -210,34 +210,34 @@ export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
|
210
210
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
211
211
|
// BadgeRussianRuble aliases
|
|
212
212
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
213
|
+
// BadgeX aliases
|
|
214
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
213
215
|
// BadgeSwissFranc aliases
|
|
214
216
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
215
217
|
// BadgeTurkishLira aliases
|
|
216
218
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
217
|
-
// BadgeX aliases
|
|
218
|
-
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
219
219
|
// Badge aliases
|
|
220
220
|
export { default as BadgeIcon } from '../icons/badge';
|
|
221
|
-
// BaggageClaim aliases
|
|
222
|
-
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
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
227
|
// Banana aliases
|
|
228
228
|
export { default as BananaIcon } from '../icons/banana';
|
|
229
229
|
// Bandage aliases
|
|
230
230
|
export { default as BandageIcon } from '../icons/bandage';
|
|
231
|
-
// BanknoteArrowDown aliases
|
|
232
|
-
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
233
231
|
// BanknoteArrowUp aliases
|
|
234
232
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
233
|
+
// BanknoteArrowDown aliases
|
|
234
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
235
235
|
// BanknoteCheck aliases
|
|
236
236
|
export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
237
|
-
// BanknoteX aliases
|
|
238
|
-
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
239
237
|
// Banknote aliases
|
|
240
238
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
239
|
+
// BanknoteX aliases
|
|
240
|
+
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
241
241
|
// Barcode aliases
|
|
242
242
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
243
243
|
// Barrel aliases
|
|
@@ -250,10 +250,10 @@ export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
|
250
250
|
export { default as BathIcon } from '../icons/bath';
|
|
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
|
|
@@ -278,22 +278,22 @@ export { default as BeefOffIcon } from '../icons/beef-off';
|
|
|
278
278
|
export { default as BeefIcon } from '../icons/beef';
|
|
279
279
|
// BeerOff aliases
|
|
280
280
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
281
|
-
// Beer aliases
|
|
282
|
-
export { default as BeerIcon } from '../icons/beer';
|
|
283
281
|
// BellCheck aliases
|
|
284
282
|
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
283
|
+
// Beer aliases
|
|
284
|
+
export { default as BeerIcon } from '../icons/beer';
|
|
285
285
|
// BellDot aliases
|
|
286
286
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
287
|
-
// BellMinus aliases
|
|
288
|
-
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
289
|
-
// BellPlus aliases
|
|
290
|
-
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
291
287
|
// BellElectric aliases
|
|
292
288
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
293
|
-
// BellRing aliases
|
|
294
|
-
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
295
289
|
// BellOff aliases
|
|
296
290
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
291
|
+
// BellPlus aliases
|
|
292
|
+
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
293
|
+
// BellMinus aliases
|
|
294
|
+
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
295
|
+
// BellRing aliases
|
|
296
|
+
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
297
297
|
// Bell aliases
|
|
298
298
|
export { default as BellIcon } from '../icons/bell';
|
|
299
299
|
// BetweenVerticalEnd aliases
|
|
@@ -304,34 +304,34 @@ 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
|
-
// Binary aliases
|
|
308
|
-
export { default as BinaryIcon } from '../icons/binary';
|
|
309
307
|
// Binoculars aliases
|
|
310
308
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
311
|
-
//
|
|
312
|
-
export { default as
|
|
313
|
-
// Birdhouse aliases
|
|
314
|
-
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
309
|
+
// Binary aliases
|
|
310
|
+
export { default as BinaryIcon } from '../icons/binary';
|
|
315
311
|
// Bird aliases
|
|
316
312
|
export { default as BirdIcon } from '../icons/bird';
|
|
313
|
+
// Birdhouse aliases
|
|
314
|
+
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
315
|
+
// Biohazard aliases
|
|
316
|
+
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
317
317
|
// Bitcoin aliases
|
|
318
318
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
319
319
|
// Blend aliases
|
|
320
320
|
export { default as BlendIcon } from '../icons/blend';
|
|
321
|
-
// Blinds aliases
|
|
322
|
-
export { default as BlindsIcon } from '../icons/blinds';
|
|
323
321
|
// Blocks aliases
|
|
324
322
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
325
323
|
// Blender aliases
|
|
326
324
|
export { default as BlenderIcon } from '../icons/blender';
|
|
325
|
+
// Blinds aliases
|
|
326
|
+
export { default as BlindsIcon } from '../icons/blinds';
|
|
327
327
|
// BluetoothConnected aliases
|
|
328
328
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
329
|
-
// Bluetooth aliases
|
|
330
|
-
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
331
|
-
// BluetoothSearching aliases
|
|
332
|
-
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
333
329
|
// BluetoothOff aliases
|
|
334
330
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
331
|
+
// BluetoothSearching aliases
|
|
332
|
+
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
333
|
+
// Bluetooth aliases
|
|
334
|
+
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
335
335
|
// Bold aliases
|
|
336
336
|
export { default as BoldIcon } from '../icons/bold';
|
|
337
337
|
// Bolt aliases
|
|
@@ -344,20 +344,20 @@ export { default as BoneFractureIcon } from '../icons/bone-fracture';
|
|
|
344
344
|
export { default as BoneIcon } from '../icons/bone';
|
|
345
345
|
// BookA aliases
|
|
346
346
|
export { default as BookAIcon } from '../icons/book-a';
|
|
347
|
-
// BookAlert aliases
|
|
348
|
-
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
349
347
|
// BookAudio aliases
|
|
350
348
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
349
|
+
// BookAlert aliases
|
|
350
|
+
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
351
351
|
// BookCheck aliases
|
|
352
352
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
353
353
|
// BookCopy aliases
|
|
354
354
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
355
355
|
// BookDown aliases
|
|
356
356
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
357
|
-
// BookHeart aliases
|
|
358
|
-
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
359
357
|
// BookHeadphones aliases
|
|
360
358
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
359
|
+
// BookHeart aliases
|
|
360
|
+
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
361
361
|
// BookImage aliases
|
|
362
362
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
363
363
|
// BookKey aliases
|
|
@@ -368,26 +368,26 @@ export { default as BookLockIcon } from '../icons/book-lock';
|
|
|
368
368
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
369
369
|
// BookOpenCheck aliases
|
|
370
370
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
371
|
-
// BookOpenText aliases
|
|
372
|
-
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
373
371
|
// BookOpen aliases
|
|
374
372
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
373
|
+
// BookOpenText aliases
|
|
374
|
+
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
375
375
|
// BookPlus aliases
|
|
376
376
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
377
377
|
// BookSearch aliases
|
|
378
378
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
379
379
|
// BookText aliases
|
|
380
380
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
381
|
-
// BookType aliases
|
|
382
|
-
export { default as BookTypeIcon } from '../icons/book-type';
|
|
383
381
|
// BookUp2 aliases
|
|
384
382
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
383
|
+
// BookType aliases
|
|
384
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
385
385
|
// BookUp aliases
|
|
386
386
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
387
|
-
// BookUser aliases
|
|
388
|
-
export { default as BookUserIcon } from '../icons/book-user';
|
|
389
387
|
// BookX aliases
|
|
390
388
|
export { default as BookXIcon } from '../icons/book-x';
|
|
389
|
+
// BookUser aliases
|
|
390
|
+
export { default as BookUserIcon } from '../icons/book-user';
|
|
391
391
|
// Book aliases
|
|
392
392
|
export { default as BookIcon } from '../icons/book';
|
|
393
393
|
// BookmarkCheck aliases
|
|
@@ -404,12 +404,12 @@ export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
|
404
404
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
405
405
|
// BoomBox aliases
|
|
406
406
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
407
|
+
// Bot aliases
|
|
408
|
+
export { default as BotIcon } from '../icons/bot';
|
|
407
409
|
// BotMessageSquare aliases
|
|
408
410
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
409
411
|
// BotOff aliases
|
|
410
412
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
411
|
-
// Bot aliases
|
|
412
|
-
export { default as BotIcon } from '../icons/bot';
|
|
413
413
|
// BottleWine aliases
|
|
414
414
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
415
415
|
// BowArrow aliases
|
|
@@ -426,18 +426,18 @@ export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
|
426
426
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
427
427
|
// Brain aliases
|
|
428
428
|
export { default as BrainIcon } from '../icons/brain';
|
|
429
|
-
// BrickWallFire aliases
|
|
430
|
-
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
431
429
|
// BrickWallShield aliases
|
|
432
430
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
431
|
+
// BrickWallFire aliases
|
|
432
|
+
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
433
433
|
// BrickWall aliases
|
|
434
434
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
435
435
|
// Bridge aliases
|
|
436
436
|
export { default as BridgeIcon } from '../icons/bridge';
|
|
437
|
-
// BriefcaseConveyorBelt aliases
|
|
438
|
-
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
439
437
|
// BriefcaseBusiness aliases
|
|
440
438
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
439
|
+
// BriefcaseConveyorBelt aliases
|
|
440
|
+
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
441
441
|
// BriefcaseMedical aliases
|
|
442
442
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
443
443
|
// Briefcase aliases
|
|
@@ -448,28 +448,28 @@ export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
|
448
448
|
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
449
449
|
// BroomSparkles aliases
|
|
450
450
|
export { default as BroomSparklesIcon } from '../icons/broom-sparkles';
|
|
451
|
-
// BrushCleaning aliases
|
|
452
|
-
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
453
451
|
// Broom aliases
|
|
454
452
|
export { default as BroomIcon } from '../icons/broom';
|
|
453
|
+
// BrushCleaning aliases
|
|
454
|
+
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
455
455
|
// Brush aliases
|
|
456
456
|
export { default as BrushIcon } from '../icons/brush';
|
|
457
457
|
// Bubbles aliases
|
|
458
458
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
459
|
-
// BugOff aliases
|
|
460
|
-
export { default as BugOffIcon } from '../icons/bug-off';
|
|
461
459
|
// BugPlay aliases
|
|
462
460
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
463
|
-
//
|
|
464
|
-
export { default as
|
|
461
|
+
// BugOff aliases
|
|
462
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
465
463
|
// BuildingComplexPlus aliases
|
|
466
464
|
export { default as BuildingComplexPlusIcon } from '../icons/building-complex-plus';
|
|
465
|
+
// Bug aliases
|
|
466
|
+
export { default as BugIcon } from '../icons/bug';
|
|
467
467
|
// Building aliases
|
|
468
468
|
export { default as BuildingIcon } from '../icons/building';
|
|
469
|
-
// Bus aliases
|
|
470
|
-
export { default as BusIcon } from '../icons/bus';
|
|
471
469
|
// BusFront aliases
|
|
472
470
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
471
|
+
// Bus aliases
|
|
472
|
+
export { default as BusIcon } from '../icons/bus';
|
|
473
473
|
// CableCar aliases
|
|
474
474
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
475
475
|
// Cable aliases
|
|
@@ -498,30 +498,30 @@ export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
|
498
498
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
499
499
|
// CalendarDays aliases
|
|
500
500
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
501
|
-
// CalendarHeart aliases
|
|
502
|
-
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
503
501
|
// CalendarFold aliases
|
|
504
502
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
503
|
+
// CalendarHeart aliases
|
|
504
|
+
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
505
505
|
// CalendarMinus2 aliases
|
|
506
506
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
507
507
|
// CalendarMinus aliases
|
|
508
508
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
509
|
-
// CalendarOff aliases
|
|
510
|
-
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
511
509
|
// CalendarPlus2 aliases
|
|
512
510
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
511
|
+
// CalendarOff aliases
|
|
512
|
+
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
513
513
|
// CalendarPlus aliases
|
|
514
514
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
515
515
|
// CalendarRange aliases
|
|
516
516
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
517
517
|
// CalendarSearch aliases
|
|
518
518
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
519
|
+
// CalendarSync aliases
|
|
520
|
+
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
519
521
|
// CalendarX2 aliases
|
|
520
522
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
521
523
|
// CalendarX aliases
|
|
522
524
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
523
|
-
// CalendarSync aliases
|
|
524
|
-
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
525
525
|
// Calendar aliases
|
|
526
526
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
527
527
|
// Calendars aliases
|
|
@@ -536,26 +536,26 @@ export { default as CanSodaIcon } from '../icons/can-soda';
|
|
|
536
536
|
export { default as CanIcon } from '../icons/can';
|
|
537
537
|
// CandyCane aliases
|
|
538
538
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
539
|
-
// CandyOff aliases
|
|
540
|
-
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
541
539
|
// Candy aliases
|
|
542
540
|
export { default as CandyIcon } from '../icons/candy';
|
|
541
|
+
// CandyOff aliases
|
|
542
|
+
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
543
543
|
// CannabisOff aliases
|
|
544
544
|
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
545
545
|
// Cannabis aliases
|
|
546
546
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
547
547
|
// CaptionsOff aliases
|
|
548
548
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
549
|
-
// CarFront aliases
|
|
550
|
-
export { default as CarFrontIcon } from '../icons/car-front';
|
|
551
|
-
// CarTaxiFront aliases
|
|
552
|
-
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
553
549
|
// CarBattery aliases
|
|
554
550
|
export { default as CarBatteryIcon } from '../icons/car-battery';
|
|
551
|
+
// CarTaxiFront aliases
|
|
552
|
+
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
555
553
|
// Car aliases
|
|
556
554
|
export { default as CarIcon } from '../icons/car';
|
|
557
555
|
// Caravan aliases
|
|
558
556
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
557
|
+
// CarFront aliases
|
|
558
|
+
export { default as CarFrontIcon } from '../icons/car-front';
|
|
559
559
|
// CardSim aliases
|
|
560
560
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
561
561
|
// Carrot aliases
|
|
@@ -564,10 +564,10 @@ export { default as CarrotIcon } from '../icons/carrot';
|
|
|
564
564
|
export { default as CartonOffIcon } from '../icons/carton-off';
|
|
565
565
|
// Carton aliases
|
|
566
566
|
export { default as CartonIcon } from '../icons/carton';
|
|
567
|
-
// CaseSensitive aliases
|
|
568
|
-
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
569
567
|
// CaseLower aliases
|
|
570
568
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
569
|
+
// CaseSensitive aliases
|
|
570
|
+
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
571
571
|
// CaseUpper aliases
|
|
572
572
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
573
573
|
// CassetteTape aliases
|
|
@@ -576,12 +576,12 @@ export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
|
576
576
|
export { default as CastIcon } from '../icons/cast';
|
|
577
577
|
// Castle aliases
|
|
578
578
|
export { default as CastleIcon } from '../icons/castle';
|
|
579
|
-
// Cctv aliases
|
|
580
|
-
export { default as CctvIcon } from '../icons/cctv';
|
|
581
579
|
// Cat aliases
|
|
582
580
|
export { default as CatIcon } from '../icons/cat';
|
|
583
581
|
// CctvOff aliases
|
|
584
582
|
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
583
|
+
// Cctv aliases
|
|
584
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
585
585
|
// ChartBarDecreasing aliases
|
|
586
586
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
587
587
|
// ChartBarIncreasing aliases
|
|
@@ -592,52 +592,52 @@ export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
|
592
592
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
593
593
|
// ChartColumnStacked aliases
|
|
594
594
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
595
|
-
// ChartGantt aliases
|
|
596
|
-
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
597
595
|
// ChartNetwork aliases
|
|
598
596
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
597
|
+
// ChartGantt aliases
|
|
598
|
+
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
599
599
|
// ChartNoAxesColumnDecreasing aliases
|
|
600
600
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
601
|
-
// ChartNoAxesCombined aliases
|
|
602
|
-
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
603
601
|
// ChartSpline aliases
|
|
604
602
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
605
603
|
// CheckCheck aliases
|
|
606
604
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
607
605
|
// CheckLine aliases
|
|
608
606
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
609
|
-
//
|
|
610
|
-
export { default as
|
|
607
|
+
// ChartNoAxesCombined aliases
|
|
608
|
+
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
611
609
|
// ChefHat aliases
|
|
612
610
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
611
|
+
// Check aliases
|
|
612
|
+
export { default as CheckIcon } from '../icons/check';
|
|
613
613
|
// ChessBishop aliases
|
|
614
614
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
615
615
|
// ChessKing aliases
|
|
616
616
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
617
|
-
// ChessKnight aliases
|
|
618
|
-
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
619
617
|
// Cherry aliases
|
|
620
618
|
export { default as CherryIcon } from '../icons/cherry';
|
|
621
|
-
//
|
|
622
|
-
export { default as
|
|
619
|
+
// ChessKnight aliases
|
|
620
|
+
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
623
621
|
// ChessPawn aliases
|
|
624
622
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
623
|
+
// ChessQueen aliases
|
|
624
|
+
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
625
625
|
// ChessRook aliases
|
|
626
626
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
627
|
-
// ChevronFirst aliases
|
|
628
|
-
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
629
|
-
// ChevronLeft aliases
|
|
630
|
-
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
631
627
|
// ChevronDown aliases
|
|
632
628
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
629
|
+
// ChevronFirst aliases
|
|
630
|
+
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
633
631
|
// ChevronLast aliases
|
|
634
632
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
633
|
+
// ChevronLeft aliases
|
|
634
|
+
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
635
635
|
// ChevronRight aliases
|
|
636
636
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
637
|
-
// ChevronUp aliases
|
|
638
|
-
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
639
637
|
// ChevronsDownUp aliases
|
|
640
638
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
639
|
+
// ChevronUp aliases
|
|
640
|
+
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
641
641
|
// ChevronsDown aliases
|
|
642
642
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
643
643
|
// ChevronsLeftRightEllipsis aliases
|
|
@@ -654,20 +654,20 @@ export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
|
654
654
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
655
655
|
// ChevronsUp aliases
|
|
656
656
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
657
|
-
// Church aliases
|
|
658
|
-
export { default as ChurchIcon } from '../icons/church';
|
|
659
657
|
// CigaretteOff aliases
|
|
660
658
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
659
|
+
// Church aliases
|
|
660
|
+
export { default as ChurchIcon } from '../icons/church';
|
|
661
661
|
// Cigarette aliases
|
|
662
662
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
663
663
|
// CircleDashedCheck aliases
|
|
664
664
|
export { default as CircleDashedCheckIcon } from '../icons/circle-dashed-check';
|
|
665
665
|
// CircleDashed aliases
|
|
666
666
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
667
|
-
// CircleDollarSign aliases
|
|
668
|
-
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
669
667
|
// CircleDotDashed aliases
|
|
670
668
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
669
|
+
// CircleDollarSign aliases
|
|
670
|
+
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
671
671
|
// CircleDot aliases
|
|
672
672
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
673
673
|
// CircleEllipsis aliases
|
|
@@ -676,22 +676,22 @@ export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
|
676
676
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
677
677
|
// CircleEuro aliases
|
|
678
678
|
export { default as CircleEuroIcon } from '../icons/circle-euro';
|
|
679
|
-
// CircleFadingArrowUp aliases
|
|
680
|
-
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
681
679
|
// CircleFadingPlus aliases
|
|
682
680
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
681
|
+
// CircleFadingArrowUp aliases
|
|
682
|
+
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
683
683
|
// CircleOff aliases
|
|
684
684
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
685
685
|
// CirclePile aliases
|
|
686
686
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
687
687
|
// CirclePoundSterling aliases
|
|
688
688
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
689
|
-
// CircleSmall aliases
|
|
690
|
-
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
691
689
|
// CircleSlash aliases
|
|
692
690
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
693
691
|
// CircleStar aliases
|
|
694
692
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
693
|
+
// CircleSmall aliases
|
|
694
|
+
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
695
695
|
// Circle aliases
|
|
696
696
|
export { default as CircleIcon } from '../icons/circle';
|
|
697
697
|
// CircuitBoard aliases
|
|
@@ -700,14 +700,20 @@ export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
|
700
700
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
701
701
|
// Clapperboard aliases
|
|
702
702
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
703
|
+
// ClefAlto aliases
|
|
704
|
+
export { default as ClefAltoIcon } from '../icons/clef-alto';
|
|
705
|
+
// ClefBass aliases
|
|
706
|
+
export { default as ClefBassIcon } from '../icons/clef-bass';
|
|
707
|
+
// ClefTreble aliases
|
|
708
|
+
export { default as ClefTrebleIcon } from '../icons/clef-treble';
|
|
703
709
|
// ClipboardCheck aliases
|
|
704
710
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
705
711
|
// ClipboardClock aliases
|
|
706
712
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
707
|
-
// ClipboardList aliases
|
|
708
|
-
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
709
713
|
// ClipboardCopy aliases
|
|
710
714
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
715
|
+
// ClipboardList aliases
|
|
716
|
+
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
711
717
|
// ClipboardMinus aliases
|
|
712
718
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
713
719
|
// ClipboardPaste aliases
|
|
@@ -726,12 +732,12 @@ export { default as Clock1Icon } from '../icons/clock-1';
|
|
|
726
732
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
727
733
|
// Clock11 aliases
|
|
728
734
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
729
|
-
// Clock2 aliases
|
|
730
|
-
export { default as Clock2Icon } from '../icons/clock-2';
|
|
731
735
|
// Clock12 aliases
|
|
732
736
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
733
737
|
// Clock3 aliases
|
|
734
738
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
739
|
+
// Clock2 aliases
|
|
740
|
+
export { default as Clock2Icon } from '../icons/clock-2';
|
|
735
741
|
// Clock4 aliases
|
|
736
742
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
737
743
|
// Clock5 aliases
|
|
@@ -746,12 +752,12 @@ export { default as Clock8Icon } from '../icons/clock-8';
|
|
|
746
752
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
747
753
|
// ClockAlert aliases
|
|
748
754
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
749
|
-
// ClockArrowDown aliases
|
|
750
|
-
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
751
755
|
// ClockArrowLeft aliases
|
|
752
756
|
export { default as ClockArrowLeftIcon } from '../icons/clock-arrow-left';
|
|
753
757
|
// ClockArrowRight aliases
|
|
754
758
|
export { default as ClockArrowRightIcon } from '../icons/clock-arrow-right';
|
|
759
|
+
// ClockArrowDown aliases
|
|
760
|
+
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
755
761
|
// ClockArrowUp aliases
|
|
756
762
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
757
763
|
// ClockCheck aliases
|
|
@@ -766,14 +772,14 @@ export { default as ClockIcon } from '../icons/clock';
|
|
|
766
772
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
767
773
|
// CloudAlert aliases
|
|
768
774
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
769
|
-
// CloudBackup aliases
|
|
770
|
-
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
771
775
|
// CloudCheck aliases
|
|
772
776
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
773
|
-
//
|
|
774
|
-
export { default as
|
|
777
|
+
// CloudBackup aliases
|
|
778
|
+
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
775
779
|
// CloudDrizzle aliases
|
|
776
780
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
781
|
+
// CloudCog aliases
|
|
782
|
+
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
777
783
|
// CloudFog aliases
|
|
778
784
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
779
785
|
// CloudHail aliases
|
|
@@ -788,48 +794,48 @@ export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
|
788
794
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
789
795
|
// CloudRainWind aliases
|
|
790
796
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
791
|
-
// CloudSnow aliases
|
|
792
|
-
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
793
797
|
// CloudRain aliases
|
|
794
798
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
799
|
+
// CloudSnow aliases
|
|
800
|
+
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
795
801
|
// CloudSunRain aliases
|
|
796
802
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
797
803
|
// CloudSun aliases
|
|
798
804
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
799
|
-
// CloudSync aliases
|
|
800
|
-
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
801
805
|
// Cloud aliases
|
|
802
806
|
export { default as CloudIcon } from '../icons/cloud';
|
|
803
|
-
// Cloudy aliases
|
|
804
|
-
export { default as CloudyIcon } from '../icons/cloudy';
|
|
805
807
|
// Clover aliases
|
|
806
808
|
export { default as CloverIcon } from '../icons/clover';
|
|
809
|
+
// Cloudy aliases
|
|
810
|
+
export { default as CloudyIcon } from '../icons/cloudy';
|
|
811
|
+
// CloudSync aliases
|
|
812
|
+
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
807
813
|
// Club aliases
|
|
808
814
|
export { default as ClubIcon } from '../icons/club';
|
|
809
815
|
// Code aliases
|
|
810
816
|
export { default as CodeIcon } from '../icons/code';
|
|
811
|
-
// Cog aliases
|
|
812
|
-
export { default as CogIcon } from '../icons/cog';
|
|
813
|
-
// Coins aliases
|
|
814
|
-
export { default as CoinsIcon } from '../icons/coins';
|
|
815
817
|
// Coffee aliases
|
|
816
818
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
819
|
+
// Coins aliases
|
|
820
|
+
export { default as CoinsIcon } from '../icons/coins';
|
|
821
|
+
// Cog aliases
|
|
822
|
+
export { default as CogIcon } from '../icons/cog';
|
|
817
823
|
// Columns4 aliases
|
|
818
824
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
819
825
|
// Combine aliases
|
|
820
826
|
export { default as CombineIcon } from '../icons/combine';
|
|
827
|
+
// Component aliases
|
|
828
|
+
export { default as ComponentIcon } from '../icons/component';
|
|
821
829
|
// Command aliases
|
|
822
830
|
export { default as CommandIcon } from '../icons/command';
|
|
823
831
|
// Compass aliases
|
|
824
832
|
export { default as CompassIcon } from '../icons/compass';
|
|
825
833
|
// Computer aliases
|
|
826
834
|
export { default as ComputerIcon } from '../icons/computer';
|
|
827
|
-
// Component aliases
|
|
828
|
-
export { default as ComponentIcon } from '../icons/component';
|
|
829
|
-
// ConciergeBell aliases
|
|
830
|
-
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
831
835
|
// Cone aliases
|
|
832
836
|
export { default as ConeIcon } from '../icons/cone';
|
|
837
|
+
// ConciergeBell aliases
|
|
838
|
+
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
833
839
|
// Construction aliases
|
|
834
840
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
835
841
|
// Contact aliases
|
|
@@ -846,26 +852,26 @@ export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
|
846
852
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
847
853
|
// CopyMinus aliases
|
|
848
854
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
849
|
-
// CopySlash aliases
|
|
850
|
-
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
851
855
|
// CopyPlus aliases
|
|
852
856
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
857
|
+
// CopySlash aliases
|
|
858
|
+
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
853
859
|
// CopyX aliases
|
|
854
860
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
855
|
-
// Copy aliases
|
|
856
|
-
export { default as CopyIcon } from '../icons/copy';
|
|
857
861
|
// Copyleft aliases
|
|
858
862
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
859
|
-
//
|
|
860
|
-
export { default as
|
|
863
|
+
// Copy aliases
|
|
864
|
+
export { default as CopyIcon } from '../icons/copy';
|
|
861
865
|
// CornerDownLeft aliases
|
|
862
866
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
863
|
-
//
|
|
864
|
-
export { default as
|
|
865
|
-
// CornerDownRight aliases
|
|
866
|
-
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
867
|
+
// Copyright aliases
|
|
868
|
+
export { default as CopyrightIcon } from '../icons/copyright';
|
|
867
869
|
// CornerLeftUp aliases
|
|
868
870
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
871
|
+
// CornerDownRight aliases
|
|
872
|
+
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
873
|
+
// CornerLeftDown aliases
|
|
874
|
+
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
869
875
|
// CornerRightDown aliases
|
|
870
876
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
871
877
|
// CornerRightUp aliases
|
|
@@ -878,24 +884,24 @@ export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
|
878
884
|
export { default as CpuIcon } from '../icons/cpu';
|
|
879
885
|
// CreditCardCheck aliases
|
|
880
886
|
export { default as CreditCardCheckIcon } from '../icons/credit-card-check';
|
|
881
|
-
// CreativeCommons aliases
|
|
882
|
-
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
883
887
|
// CreditCardMinus aliases
|
|
884
888
|
export { default as CreditCardMinusIcon } from '../icons/credit-card-minus';
|
|
889
|
+
// CreativeCommons aliases
|
|
890
|
+
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
885
891
|
// CreditCardPlus aliases
|
|
886
892
|
export { default as CreditCardPlusIcon } from '../icons/credit-card-plus';
|
|
887
893
|
// CreditCardReader aliases
|
|
888
894
|
export { default as CreditCardReaderIcon } from '../icons/credit-card-reader';
|
|
889
|
-
//
|
|
890
|
-
export { default as
|
|
895
|
+
// CreditCardX aliases
|
|
896
|
+
export { default as CreditCardXIcon } from '../icons/credit-card-x';
|
|
891
897
|
// CreditCard aliases
|
|
892
898
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
893
899
|
// Croissant aliases
|
|
894
900
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
901
|
+
// Crop aliases
|
|
902
|
+
export { default as CropIcon } from '../icons/crop';
|
|
895
903
|
// Cross aliases
|
|
896
904
|
export { default as CrossIcon } from '../icons/cross';
|
|
897
|
-
// CreditCardX aliases
|
|
898
|
-
export { default as CreditCardXIcon } from '../icons/credit-card-x';
|
|
899
905
|
// Crosshair aliases
|
|
900
906
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
901
907
|
// Crown aliases
|
|
@@ -910,20 +916,20 @@ export { default as CurrencyIcon } from '../icons/currency';
|
|
|
910
916
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
911
917
|
// Dam aliases
|
|
912
918
|
export { default as DamIcon } from '../icons/dam';
|
|
919
|
+
// DatabaseArrowUp aliases
|
|
920
|
+
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
913
921
|
// DatabaseArrowDown aliases
|
|
914
922
|
export { default as DatabaseArrowDownIcon } from '../icons/database-arrow-down';
|
|
915
923
|
// DatabaseBackup aliases
|
|
916
924
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
917
|
-
// DatabaseArrowUp aliases
|
|
918
|
-
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
919
925
|
// DatabaseCheck aliases
|
|
920
926
|
export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
921
927
|
// DatabaseMinus aliases
|
|
922
928
|
export { default as DatabaseMinusIcon } from '../icons/database-minus';
|
|
923
|
-
// DatabasePlus aliases
|
|
924
|
-
export { default as DatabasePlusIcon } from '../icons/database-plus';
|
|
925
929
|
// DatabaseSearch aliases
|
|
926
930
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
931
|
+
// DatabasePlus aliases
|
|
932
|
+
export { default as DatabasePlusIcon } from '../icons/database-plus';
|
|
927
933
|
// DatabaseX aliases
|
|
928
934
|
export { default as DatabaseXIcon } from '../icons/database-x';
|
|
929
935
|
// DatabaseZap aliases
|
|
@@ -936,28 +942,28 @@ export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
|
936
942
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
937
943
|
// Delete aliases
|
|
938
944
|
export { default as DeleteIcon } from '../icons/delete';
|
|
945
|
+
// Dessert aliases
|
|
946
|
+
export { default as DessertIcon } from '../icons/dessert';
|
|
939
947
|
// Diameter aliases
|
|
940
948
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
941
949
|
// DiamondMinus aliases
|
|
942
950
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
943
|
-
// Dessert aliases
|
|
944
|
-
export { default as DessertIcon } from '../icons/dessert';
|
|
945
|
-
// Diamond aliases
|
|
946
|
-
export { default as DiamondIcon } from '../icons/diamond';
|
|
947
951
|
// DiamondPlus aliases
|
|
948
952
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
949
953
|
// Dice1 aliases
|
|
950
954
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
951
|
-
//
|
|
952
|
-
export { default as
|
|
955
|
+
// Diamond aliases
|
|
956
|
+
export { default as DiamondIcon } from '../icons/diamond';
|
|
953
957
|
// Dice3 aliases
|
|
954
958
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
959
|
+
// Dice2 aliases
|
|
960
|
+
export { default as Dice2Icon } from '../icons/dice-2';
|
|
961
|
+
// Dice5 aliases
|
|
962
|
+
export { default as Dice5Icon } from '../icons/dice-5';
|
|
955
963
|
// Dice4 aliases
|
|
956
964
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
957
965
|
// Dice6 aliases
|
|
958
966
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
959
|
-
// Dice5 aliases
|
|
960
|
-
export { default as Dice5Icon } from '../icons/dice-5';
|
|
961
967
|
// Dices aliases
|
|
962
968
|
export { default as DicesIcon } from '../icons/dices';
|
|
963
969
|
// Diff aliases
|
|
@@ -966,28 +972,28 @@ export { default as DiffIcon } from '../icons/diff';
|
|
|
966
972
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
967
973
|
// Disc3 aliases
|
|
968
974
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
969
|
-
// DiscAlbum aliases
|
|
970
|
-
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
971
975
|
// Disc aliases
|
|
972
976
|
export { default as DiscIcon } from '../icons/disc';
|
|
973
|
-
//
|
|
974
|
-
export { default as
|
|
977
|
+
// DiscAlbum aliases
|
|
978
|
+
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
975
979
|
// Divide aliases
|
|
976
980
|
export { default as DivideIcon } from '../icons/divide';
|
|
981
|
+
// DnaOff aliases
|
|
982
|
+
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
977
983
|
// Dna aliases
|
|
978
984
|
export { default as DnaIcon } from '../icons/dna';
|
|
979
|
-
// Dog aliases
|
|
980
|
-
export { default as DogIcon } from '../icons/dog';
|
|
981
985
|
// Dock aliases
|
|
982
986
|
export { default as DockIcon } from '../icons/dock';
|
|
987
|
+
// Dog aliases
|
|
988
|
+
export { default as DogIcon } from '../icons/dog';
|
|
983
989
|
// DollarSign aliases
|
|
984
990
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
985
991
|
// Dome aliases
|
|
986
992
|
export { default as DomeIcon } from '../icons/dome';
|
|
987
|
-
// Donut aliases
|
|
988
|
-
export { default as DonutIcon } from '../icons/donut';
|
|
989
993
|
// DoorClosedLocked aliases
|
|
990
994
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
995
|
+
// Donut aliases
|
|
996
|
+
export { default as DonutIcon } from '../icons/donut';
|
|
991
997
|
// DoorClosed aliases
|
|
992
998
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
993
999
|
// DoorOpen aliases
|
|
@@ -1004,10 +1010,10 @@ export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
|
1004
1010
|
export { default as DramaIcon } from '../icons/drama';
|
|
1005
1011
|
// Drill aliases
|
|
1006
1012
|
export { default as DrillIcon } from '../icons/drill';
|
|
1007
|
-
// DropletOff aliases
|
|
1008
|
-
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
1009
1013
|
// Drone aliases
|
|
1010
1014
|
export { default as DroneIcon } from '../icons/drone';
|
|
1015
|
+
// DropletOff aliases
|
|
1016
|
+
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
1011
1017
|
// Droplet aliases
|
|
1012
1018
|
export { default as DropletIcon } from '../icons/droplet';
|
|
1013
1019
|
// Droplets aliases
|
|
@@ -1016,10 +1022,10 @@ export { default as DropletsIcon } from '../icons/droplets';
|
|
|
1016
1022
|
export { default as DrumIcon } from '../icons/drum';
|
|
1017
1023
|
// Drumstick aliases
|
|
1018
1024
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
1019
|
-
// EarOff aliases
|
|
1020
|
-
export { default as EarOffIcon } from '../icons/ear-off';
|
|
1021
1025
|
// Dumbbell aliases
|
|
1022
1026
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
1027
|
+
// EarOff aliases
|
|
1028
|
+
export { default as EarOffIcon } from '../icons/ear-off';
|
|
1023
1029
|
// Ear aliases
|
|
1024
1030
|
export { default as EarIcon } from '../icons/ear';
|
|
1025
1031
|
// EarthLock aliases
|
|
@@ -1032,10 +1038,10 @@ export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
|
1032
1038
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
1033
1039
|
// Egg aliases
|
|
1034
1040
|
export { default as EggIcon } from '../icons/egg';
|
|
1035
|
-
// Eject aliases
|
|
1036
|
-
export { default as EjectIcon } from '../icons/eject';
|
|
1037
1041
|
// Ellipse aliases
|
|
1038
1042
|
export { default as EllipseIcon } from '../icons/ellipse';
|
|
1043
|
+
// Eject aliases
|
|
1044
|
+
export { default as EjectIcon } from '../icons/eject';
|
|
1039
1045
|
// Engine aliases
|
|
1040
1046
|
export { default as EngineIcon } from '../icons/engine';
|
|
1041
1047
|
// EqualApproximatelyNot aliases
|
|
@@ -1046,10 +1052,10 @@ export { default as EqualApproximatelyIcon } from '../icons/equal-approximately'
|
|
|
1046
1052
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
1047
1053
|
// Equal aliases
|
|
1048
1054
|
export { default as EqualIcon } from '../icons/equal';
|
|
1049
|
-
// Eraser aliases
|
|
1050
|
-
export { default as EraserIcon } from '../icons/eraser';
|
|
1051
1055
|
// EthernetPort aliases
|
|
1052
1056
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
1057
|
+
// Eraser aliases
|
|
1058
|
+
export { default as EraserIcon } from '../icons/eraser';
|
|
1053
1059
|
// Euro aliases
|
|
1054
1060
|
export { default as EuroIcon } from '../icons/euro';
|
|
1055
1061
|
// EvCharger aliases
|
|
@@ -1066,14 +1072,14 @@ export { default as EyeDashedIcon } from '../icons/eye-dashed';
|
|
|
1066
1072
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
1067
1073
|
// Eye aliases
|
|
1068
1074
|
export { default as EyeIcon } from '../icons/eye';
|
|
1069
|
-
// Factory aliases
|
|
1070
|
-
export { default as FactoryIcon } from '../icons/factory';
|
|
1071
1075
|
// Fan aliases
|
|
1072
1076
|
export { default as FanIcon } from '../icons/fan';
|
|
1073
|
-
//
|
|
1074
|
-
export { default as
|
|
1077
|
+
// Factory aliases
|
|
1078
|
+
export { default as FactoryIcon } from '../icons/factory';
|
|
1075
1079
|
// FastForward aliases
|
|
1076
1080
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1081
|
+
// Feather aliases
|
|
1082
|
+
export { default as FeatherIcon } from '../icons/feather';
|
|
1077
1083
|
// Fence aliases
|
|
1078
1084
|
export { default as FenceIcon } from '../icons/fence';
|
|
1079
1085
|
// FerrisWheel aliases
|
|
@@ -1082,22 +1088,22 @@ export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
|
1082
1088
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1083
1089
|
// FileBox aliases
|
|
1084
1090
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1091
|
+
// FileCheck aliases
|
|
1092
|
+
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1085
1093
|
// FileClock aliases
|
|
1086
1094
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1087
1095
|
// FileCode aliases
|
|
1088
1096
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1089
1097
|
// FileDiff aliases
|
|
1090
1098
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1091
|
-
// FileCheck aliases
|
|
1092
|
-
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1093
|
-
// FileDigit aliases
|
|
1094
|
-
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1095
1099
|
// FileDown aliases
|
|
1096
1100
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1097
|
-
//
|
|
1098
|
-
export { default as
|
|
1101
|
+
// FileDigit aliases
|
|
1102
|
+
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1099
1103
|
// FileImage aliases
|
|
1100
1104
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1105
|
+
// FileHeart aliases
|
|
1106
|
+
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1101
1107
|
// FileInput aliases
|
|
1102
1108
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1103
1109
|
// FileMinus aliases
|
|
@@ -1116,110 +1122,110 @@ export { default as FileSearchIcon } from '../icons/file-search';
|
|
|
1116
1122
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1117
1123
|
// FileSpreadsheet aliases
|
|
1118
1124
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1119
|
-
// FileStack aliases
|
|
1120
|
-
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1121
1125
|
// FileSymlink aliases
|
|
1122
1126
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1123
|
-
//
|
|
1124
|
-
export { default as
|
|
1127
|
+
// FileStack aliases
|
|
1128
|
+
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1125
1129
|
// FileText aliases
|
|
1126
1130
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1131
|
+
// FileTerminal aliases
|
|
1132
|
+
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1127
1133
|
// FileType aliases
|
|
1128
1134
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1129
1135
|
// FileUp aliases
|
|
1130
1136
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1131
|
-
// FileUser aliases
|
|
1132
|
-
export { default as FileUserIcon } from '../icons/file-user';
|
|
1133
1137
|
// FileVolume aliases
|
|
1134
1138
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1139
|
+
// FileUser aliases
|
|
1140
|
+
export { default as FileUserIcon } from '../icons/file-user';
|
|
1135
1141
|
// FileX aliases
|
|
1136
1142
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1137
1143
|
// File aliases
|
|
1138
1144
|
export { default as FileIcon } from '../icons/file';
|
|
1139
1145
|
// Files aliases
|
|
1140
1146
|
export { default as FilesIcon } from '../icons/files';
|
|
1141
|
-
// FireExtinguisher aliases
|
|
1142
|
-
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1143
1147
|
// Film aliases
|
|
1144
1148
|
export { default as FilmIcon } from '../icons/film';
|
|
1149
|
+
// FireExtinguisher aliases
|
|
1150
|
+
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1145
1151
|
// FishOff aliases
|
|
1146
1152
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1147
1153
|
// Fish aliases
|
|
1148
1154
|
export { default as FishIcon } from '../icons/fish';
|
|
1149
|
-
// FishSymbol aliases
|
|
1150
|
-
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1151
1155
|
// FishingHook aliases
|
|
1152
1156
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1157
|
+
// FishSymbol aliases
|
|
1158
|
+
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1153
1159
|
// FishingRod aliases
|
|
1154
1160
|
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1155
|
-
// FlagOff aliases
|
|
1156
|
-
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1157
1161
|
// FlagTriangleLeft aliases
|
|
1158
1162
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1163
|
+
// FlagOff aliases
|
|
1164
|
+
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1159
1165
|
// FlagTriangleRight aliases
|
|
1160
1166
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1167
|
+
// Flame aliases
|
|
1168
|
+
export { default as FlameIcon } from '../icons/flame';
|
|
1169
|
+
// FlashlightOff aliases
|
|
1170
|
+
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1161
1171
|
// Flag aliases
|
|
1162
1172
|
export { default as FlagIcon } from '../icons/flag';
|
|
1163
1173
|
// FlameKindling aliases
|
|
1164
1174
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1165
1175
|
// Flashlight aliases
|
|
1166
1176
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1167
|
-
// FlashlightOff aliases
|
|
1168
|
-
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1169
1177
|
// FlaskConicalOff aliases
|
|
1170
1178
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1171
|
-
// Flame aliases
|
|
1172
|
-
export { default as FlameIcon } from '../icons/flame';
|
|
1173
1179
|
// FlaskConical aliases
|
|
1174
1180
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1175
1181
|
// FlaskRound aliases
|
|
1176
1182
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1177
|
-
// Flower2 aliases
|
|
1178
|
-
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1179
1183
|
// Flower aliases
|
|
1180
1184
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1185
|
+
// Flower2 aliases
|
|
1186
|
+
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1181
1187
|
// Focus aliases
|
|
1182
1188
|
export { default as FocusIcon } from '../icons/focus';
|
|
1189
|
+
// FoldVertical aliases
|
|
1190
|
+
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1183
1191
|
// FoldHorizontal aliases
|
|
1184
1192
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1185
1193
|
// FolderArchive aliases
|
|
1186
1194
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1187
|
-
// FolderCheck aliases
|
|
1188
|
-
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1189
1195
|
// FolderBookmark aliases
|
|
1190
1196
|
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1191
|
-
//
|
|
1192
|
-
export { default as
|
|
1193
|
-
// FolderClock aliases
|
|
1194
|
-
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1197
|
+
// FolderCheck aliases
|
|
1198
|
+
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1195
1199
|
// FolderCode aliases
|
|
1196
1200
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1197
1201
|
// FolderClosed aliases
|
|
1198
1202
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1199
1203
|
// FolderDot aliases
|
|
1200
1204
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1201
|
-
//
|
|
1202
|
-
export { default as
|
|
1205
|
+
// FolderClock aliases
|
|
1206
|
+
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1203
1207
|
// FolderGit2 aliases
|
|
1204
1208
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1209
|
+
// FolderDown aliases
|
|
1210
|
+
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1205
1211
|
// FolderGit aliases
|
|
1206
1212
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1207
1213
|
// FolderHeart aliases
|
|
1208
1214
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1209
|
-
// FolderKanban aliases
|
|
1210
|
-
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1211
1215
|
// FolderInput aliases
|
|
1212
1216
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1213
1217
|
// FolderKey aliases
|
|
1214
1218
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1215
|
-
// FolderLock aliases
|
|
1216
|
-
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1217
1219
|
// FolderMinus aliases
|
|
1218
1220
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1219
|
-
//
|
|
1220
|
-
export { default as
|
|
1221
|
+
// FolderKanban aliases
|
|
1222
|
+
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1221
1223
|
// FolderOpen aliases
|
|
1222
1224
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1225
|
+
// FolderOpenDot aliases
|
|
1226
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1227
|
+
// FolderLock aliases
|
|
1228
|
+
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1223
1229
|
// FolderOutput aliases
|
|
1224
1230
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1225
1231
|
// FolderPlus aliases
|
|
@@ -1230,16 +1236,16 @@ export { default as FolderRootIcon } from '../icons/folder-root';
|
|
|
1230
1236
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1231
1237
|
// FolderSearch aliases
|
|
1232
1238
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1233
|
-
// FolderSync aliases
|
|
1234
|
-
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1235
1239
|
// FolderSymlink aliases
|
|
1236
1240
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1241
|
+
// FolderSync aliases
|
|
1242
|
+
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1237
1243
|
// FolderTree aliases
|
|
1238
1244
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1239
|
-
// FolderUp aliases
|
|
1240
|
-
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1241
1245
|
// FolderX aliases
|
|
1242
1246
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1247
|
+
// FolderUp aliases
|
|
1248
|
+
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1243
1249
|
// Folder aliases
|
|
1244
1250
|
export { default as FolderIcon } from '../icons/folder';
|
|
1245
1251
|
// Folders aliases
|
|
@@ -1248,10 +1254,10 @@ export { default as FoldersIcon } from '../icons/folders';
|
|
|
1248
1254
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1249
1255
|
// Forklift aliases
|
|
1250
1256
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1251
|
-
// Form aliases
|
|
1252
|
-
export { default as FormIcon } from '../icons/form';
|
|
1253
1257
|
// Forward aliases
|
|
1254
1258
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1259
|
+
// Form aliases
|
|
1260
|
+
export { default as FormIcon } from '../icons/form';
|
|
1255
1261
|
// Frame aliases
|
|
1256
1262
|
export { default as FrameIcon } from '../icons/frame';
|
|
1257
1263
|
// Fuel aliases
|
|
@@ -1260,16 +1266,16 @@ export { default as FuelIcon } from '../icons/fuel';
|
|
|
1260
1266
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1261
1267
|
// FunnelPlus aliases
|
|
1262
1268
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1263
|
-
// GalleryHorizontalEnd aliases
|
|
1264
|
-
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1265
1269
|
// Galaxy aliases
|
|
1266
1270
|
export { default as GalaxyIcon } from '../icons/galaxy';
|
|
1271
|
+
// GalleryHorizontalEnd aliases
|
|
1272
|
+
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1273
|
+
// GalleryHorizontal aliases
|
|
1274
|
+
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1267
1275
|
// GalleryThumbnails aliases
|
|
1268
1276
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1269
1277
|
// GalleryVerticalEnd aliases
|
|
1270
1278
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1271
|
-
// GalleryHorizontal aliases
|
|
1272
|
-
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1273
1279
|
// GalleryVertical aliases
|
|
1274
1280
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1275
1281
|
// Gamepad2 aliases
|
|
@@ -1282,22 +1288,22 @@ export { default as GamepadIcon } from '../icons/gamepad';
|
|
|
1282
1288
|
export { default as GapVerticalIcon } from '../icons/gap-vertical';
|
|
1283
1289
|
// Gauge aliases
|
|
1284
1290
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1285
|
-
// Gavel aliases
|
|
1286
|
-
export { default as GavelIcon } from '../icons/gavel';
|
|
1287
1291
|
// GapHorizontal aliases
|
|
1288
1292
|
export { default as GapHorizontalIcon } from '../icons/gap-horizontal';
|
|
1293
|
+
// Gavel aliases
|
|
1294
|
+
export { default as GavelIcon } from '../icons/gavel';
|
|
1289
1295
|
// Gem aliases
|
|
1290
1296
|
export { default as GemIcon } from '../icons/gem';
|
|
1291
1297
|
// GeorgianLari aliases
|
|
1292
1298
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1293
|
-
// Germ aliases
|
|
1294
|
-
export { default as GermIcon } from '../icons/germ';
|
|
1295
1299
|
// GermOff aliases
|
|
1296
1300
|
export { default as GermOffIcon } from '../icons/germ-off';
|
|
1297
|
-
//
|
|
1298
|
-
export { default as
|
|
1301
|
+
// Germ aliases
|
|
1302
|
+
export { default as GermIcon } from '../icons/germ';
|
|
1299
1303
|
// Gift aliases
|
|
1300
1304
|
export { default as GiftIcon } from '../icons/gift';
|
|
1305
|
+
// Ghost aliases
|
|
1306
|
+
export { default as GhostIcon } from '../icons/ghost';
|
|
1301
1307
|
// GitBranchMinus aliases
|
|
1302
1308
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1303
1309
|
// GitBranchPlus aliases
|
|
@@ -1314,20 +1320,20 @@ export { default as GitCompareIcon } from '../icons/git-compare';
|
|
|
1314
1320
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1315
1321
|
// GitGraph aliases
|
|
1316
1322
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1317
|
-
// GitMergeConflict aliases
|
|
1318
|
-
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1319
1323
|
// GitMerge aliases
|
|
1320
1324
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1325
|
+
// GitMergeConflict aliases
|
|
1326
|
+
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1321
1327
|
// GitPullRequestArrow aliases
|
|
1322
1328
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1323
1329
|
// GitPullRequestClosed aliases
|
|
1324
1330
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1331
|
+
// GitPullRequestCreateArrow aliases
|
|
1332
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1325
1333
|
// GitPullRequestCreate aliases
|
|
1326
1334
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1327
1335
|
// GitPullRequestDraft aliases
|
|
1328
1336
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1329
|
-
// GitPullRequestCreateArrow aliases
|
|
1330
|
-
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1331
1337
|
// GitPullRequest aliases
|
|
1332
1338
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1333
1339
|
// GlassWater aliases
|
|
@@ -1336,10 +1342,10 @@ export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
|
1336
1342
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1337
1343
|
// GlobeCheck aliases
|
|
1338
1344
|
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1339
|
-
// GlobeLock aliases
|
|
1340
|
-
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1341
1345
|
// GlobeCode aliases
|
|
1342
1346
|
export { default as GlobeCodeIcon } from '../icons/globe-code';
|
|
1347
|
+
// GlobeLock aliases
|
|
1348
|
+
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1343
1349
|
// GlobeOff aliases
|
|
1344
1350
|
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1345
1351
|
// GlobeX aliases
|
|
@@ -1348,114 +1354,114 @@ export { default as GlobeXIcon } from '../icons/globe-x';
|
|
|
1348
1354
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1349
1355
|
// Goal aliases
|
|
1350
1356
|
export { default as GoalIcon } from '../icons/goal';
|
|
1357
|
+
// Gpu aliases
|
|
1358
|
+
export { default as GpuIcon } from '../icons/gpu';
|
|
1351
1359
|
// GraduationCap aliases
|
|
1352
1360
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1353
1361
|
// Grape aliases
|
|
1354
1362
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1355
|
-
// Gpu aliases
|
|
1356
|
-
export { default as GpuIcon } from '../icons/gpu';
|
|
1357
1363
|
// Grid3x2 aliases
|
|
1358
1364
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1359
|
-
// GripHorizontal aliases
|
|
1360
|
-
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1361
1365
|
// GripVertical aliases
|
|
1362
1366
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1367
|
+
// GripHorizontal aliases
|
|
1368
|
+
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1363
1369
|
// Grip aliases
|
|
1364
1370
|
export { default as GripIcon } from '../icons/grip';
|
|
1365
|
-
// Group aliases
|
|
1366
|
-
export { default as GroupIcon } from '../icons/group';
|
|
1367
1371
|
// Guitar aliases
|
|
1368
1372
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1369
|
-
//
|
|
1370
|
-
export { default as
|
|
1373
|
+
// Group aliases
|
|
1374
|
+
export { default as GroupIcon } from '../icons/group';
|
|
1371
1375
|
// Hamburger aliases
|
|
1372
1376
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1377
|
+
// Ham aliases
|
|
1378
|
+
export { default as HamIcon } from '../icons/ham';
|
|
1373
1379
|
// Hammer aliases
|
|
1374
1380
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1375
1381
|
// HandCoins aliases
|
|
1376
1382
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1377
|
-
// HandHeart aliases
|
|
1378
|
-
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1379
1383
|
// HandFist aliases
|
|
1380
1384
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1381
|
-
//
|
|
1382
|
-
export { default as
|
|
1385
|
+
// HandHeart aliases
|
|
1386
|
+
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1383
1387
|
// HandMetal aliases
|
|
1384
1388
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1385
1389
|
// HandPlatter aliases
|
|
1386
1390
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1391
|
+
// Hand aliases
|
|
1392
|
+
export { default as HandIcon } from '../icons/hand';
|
|
1387
1393
|
// Handbag aliases
|
|
1388
1394
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1389
1395
|
// Handshake aliases
|
|
1390
1396
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1391
|
-
// HardDriveUpload aliases
|
|
1392
|
-
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1393
1397
|
// HardDriveDownload aliases
|
|
1394
1398
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1399
|
+
// HardDriveUpload aliases
|
|
1400
|
+
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1395
1401
|
// HardDrive aliases
|
|
1396
1402
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1397
1403
|
// HardHat aliases
|
|
1398
1404
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1405
|
+
// HatGlasses aliases
|
|
1406
|
+
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1399
1407
|
// Hash aliases
|
|
1400
1408
|
export { default as HashIcon } from '../icons/hash';
|
|
1401
1409
|
// Haze aliases
|
|
1402
1410
|
export { default as HazeIcon } from '../icons/haze';
|
|
1403
1411
|
// Hd aliases
|
|
1404
1412
|
export { default as HdIcon } from '../icons/hd';
|
|
1405
|
-
// HatGlasses aliases
|
|
1406
|
-
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1407
1413
|
// HdmiPort aliases
|
|
1408
1414
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1409
1415
|
// Heading1 aliases
|
|
1410
1416
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1411
1417
|
// Heading2 aliases
|
|
1412
1418
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1419
|
+
// Heading4 aliases
|
|
1420
|
+
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1413
1421
|
// Heading5 aliases
|
|
1414
1422
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1415
1423
|
// Heading3 aliases
|
|
1416
1424
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1417
|
-
// Heading4 aliases
|
|
1418
|
-
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1419
|
-
// Heading6 aliases
|
|
1420
|
-
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1421
1425
|
// Heading aliases
|
|
1422
1426
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1427
|
+
// Heading6 aliases
|
|
1428
|
+
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1429
|
+
// HeadphoneOff aliases
|
|
1430
|
+
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1423
1431
|
// Headphones aliases
|
|
1424
1432
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1425
1433
|
// Headset aliases
|
|
1426
1434
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1427
|
-
// HeadphoneOff aliases
|
|
1428
|
-
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1429
1435
|
// HeartCrack aliases
|
|
1430
1436
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1431
1437
|
// HeartHandshake aliases
|
|
1432
1438
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1433
1439
|
// HeartMinus aliases
|
|
1434
1440
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1435
|
-
// HeartPlus aliases
|
|
1436
|
-
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1437
1441
|
// HeartOff aliases
|
|
1438
1442
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1439
|
-
//
|
|
1440
|
-
export { default as
|
|
1443
|
+
// HeartPlus aliases
|
|
1444
|
+
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1441
1445
|
// HeartPulse aliases
|
|
1442
1446
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1447
|
+
// HeartX aliases
|
|
1448
|
+
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1443
1449
|
// Heart aliases
|
|
1444
1450
|
export { default as HeartIcon } from '../icons/heart';
|
|
1445
|
-
// Heater aliases
|
|
1446
|
-
export { default as HeaterIcon } from '../icons/heater';
|
|
1447
1451
|
// Helicopter aliases
|
|
1448
1452
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1449
1453
|
// Hexagon aliases
|
|
1450
1454
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1455
|
+
// Heater aliases
|
|
1456
|
+
export { default as HeaterIcon } from '../icons/heater';
|
|
1451
1457
|
// Highlighter aliases
|
|
1452
1458
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1453
1459
|
// HopOff aliases
|
|
1454
1460
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1455
|
-
// Hospital aliases
|
|
1456
|
-
export { default as HospitalIcon } from '../icons/hospital';
|
|
1457
1461
|
// Hop aliases
|
|
1458
1462
|
export { default as HopIcon } from '../icons/hop';
|
|
1463
|
+
// Hospital aliases
|
|
1464
|
+
export { default as HospitalIcon } from '../icons/hospital';
|
|
1459
1465
|
// Hotel aliases
|
|
1460
1466
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1461
1467
|
// HourglassCog aliases
|
|
@@ -1474,14 +1480,14 @@ export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
|
1474
1480
|
export { default as HousesIcon } from '../icons/houses';
|
|
1475
1481
|
// IdCardLanyard aliases
|
|
1476
1482
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1477
|
-
// ImageDown aliases
|
|
1478
|
-
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1479
|
-
// ImageMinus aliases
|
|
1480
|
-
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1481
1483
|
// IdCard aliases
|
|
1482
1484
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1485
|
+
// ImageDown aliases
|
|
1486
|
+
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1483
1487
|
// ImageOff aliases
|
|
1484
1488
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1489
|
+
// ImageMinus aliases
|
|
1490
|
+
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1485
1491
|
// ImagePlay aliases
|
|
1486
1492
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1487
1493
|
// ImagePlus aliases
|
|
@@ -1508,10 +1514,10 @@ export { default as InfoIcon } from '../icons/info';
|
|
|
1508
1514
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1509
1515
|
// Italic aliases
|
|
1510
1516
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1511
|
-
// IterationCcw aliases
|
|
1512
|
-
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1513
1517
|
// IterationCw aliases
|
|
1514
1518
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1519
|
+
// IterationCcw aliases
|
|
1520
|
+
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1515
1521
|
// IvBag aliases
|
|
1516
1522
|
export { default as IvBagIcon } from '../icons/iv-bag';
|
|
1517
1523
|
// JapaneseYen aliases
|
|
@@ -1534,42 +1540,42 @@ export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
|
1534
1540
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1535
1541
|
// Keyboard aliases
|
|
1536
1542
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1537
|
-
// LampDesk aliases
|
|
1538
|
-
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1539
1543
|
// LampCeiling aliases
|
|
1540
1544
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1545
|
+
// LampDesk aliases
|
|
1546
|
+
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1541
1547
|
// LampFloor aliases
|
|
1542
1548
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1543
|
-
// LampWallUp aliases
|
|
1544
|
-
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1545
1549
|
// LampWallDown aliases
|
|
1546
1550
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1551
|
+
// LampWallUp aliases
|
|
1552
|
+
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1547
1553
|
// Lamp aliases
|
|
1548
1554
|
export { default as LampIcon } from '../icons/lamp';
|
|
1549
1555
|
// LandPlot aliases
|
|
1550
1556
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1551
1557
|
// Landmark aliases
|
|
1552
1558
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1553
|
-
// LaptopMinimalCheck aliases
|
|
1554
|
-
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1555
1559
|
// Languages aliases
|
|
1556
1560
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1561
|
+
// LaptopMinimalCheck aliases
|
|
1562
|
+
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1557
1563
|
// Laptop aliases
|
|
1558
1564
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1559
|
-
// Lasso aliases
|
|
1560
|
-
export { default as LassoIcon } from '../icons/lasso';
|
|
1561
1565
|
// LassoSelect aliases
|
|
1562
1566
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1567
|
+
// Lasso aliases
|
|
1568
|
+
export { default as LassoIcon } from '../icons/lasso';
|
|
1563
1569
|
// LayerArrowDown aliases
|
|
1564
1570
|
export { default as LayerArrowDownIcon } from '../icons/layer-arrow-down';
|
|
1565
|
-
// LayerArrowUp aliases
|
|
1566
|
-
export { default as LayerArrowUpIcon } from '../icons/layer-arrow-up';
|
|
1567
1571
|
// Layers2 aliases
|
|
1568
1572
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1569
|
-
// LayersArrowDown aliases
|
|
1570
|
-
export { default as LayersArrowDownIcon } from '../icons/layers-arrow-down';
|
|
1571
1573
|
// LayersArrowUp aliases
|
|
1572
1574
|
export { default as LayersArrowUpIcon } from '../icons/layers-arrow-up';
|
|
1575
|
+
// LayerArrowUp aliases
|
|
1576
|
+
export { default as LayerArrowUpIcon } from '../icons/layer-arrow-up';
|
|
1577
|
+
// LayersArrowDown aliases
|
|
1578
|
+
export { default as LayersArrowDownIcon } from '../icons/layers-arrow-down';
|
|
1573
1579
|
// LayersMinus aliases
|
|
1574
1580
|
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1575
1581
|
// LayersPlus aliases
|
|
@@ -1580,10 +1586,10 @@ export { default as LayoutArrowDownIcon } from '../icons/layout-arrow-down';
|
|
|
1580
1586
|
export { default as LayoutArrowRightIcon } from '../icons/layout-arrow-right';
|
|
1581
1587
|
// LayoutDashboard aliases
|
|
1582
1588
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1583
|
-
// LayoutFreeform aliases
|
|
1584
|
-
export { default as LayoutFreeformIcon } from '../icons/layout-freeform';
|
|
1585
1589
|
// LayoutGrid aliases
|
|
1586
1590
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1591
|
+
// LayoutFreeform aliases
|
|
1592
|
+
export { default as LayoutFreeformIcon } from '../icons/layout-freeform';
|
|
1587
1593
|
// LayoutList aliases
|
|
1588
1594
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1589
1595
|
// LayoutPanelLeft aliases
|
|
@@ -1592,16 +1598,16 @@ export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
|
1592
1598
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1593
1599
|
// LayoutTemplate aliases
|
|
1594
1600
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1595
|
-
// Leaf aliases
|
|
1596
|
-
export { default as LeafIcon } from '../icons/leaf';
|
|
1597
1601
|
// LeafyGreen aliases
|
|
1598
1602
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1603
|
+
// Leaf aliases
|
|
1604
|
+
export { default as LeafIcon } from '../icons/leaf';
|
|
1599
1605
|
// Lectern aliases
|
|
1600
1606
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1601
|
-
// LensConcave aliases
|
|
1602
|
-
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1603
1607
|
// LensConvex aliases
|
|
1604
1608
|
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1609
|
+
// LensConcave aliases
|
|
1610
|
+
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1605
1611
|
// LibraryBig aliases
|
|
1606
1612
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1607
1613
|
// Library aliases
|
|
@@ -1610,10 +1616,10 @@ export { default as LibraryIcon } from '../icons/library';
|
|
|
1610
1616
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1611
1617
|
// Ligature aliases
|
|
1612
1618
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1613
|
-
// Lightbulb aliases
|
|
1614
|
-
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1615
1619
|
// LightbulbOff aliases
|
|
1616
1620
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1621
|
+
// Lightbulb aliases
|
|
1622
|
+
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1617
1623
|
// Lighthouse aliases
|
|
1618
1624
|
export { default as LighthouseIcon } from '../icons/lighthouse';
|
|
1619
1625
|
// LineDotRightHorizontal aliases
|
|
@@ -1626,10 +1632,10 @@ export { default as LineStyleIcon } from '../icons/line-style';
|
|
|
1626
1632
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1627
1633
|
// Link2 aliases
|
|
1628
1634
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1629
|
-
// ListCheck aliases
|
|
1630
|
-
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1631
1635
|
// Link aliases
|
|
1632
1636
|
export { default as LinkIcon } from '../icons/link';
|
|
1637
|
+
// ListCheck aliases
|
|
1638
|
+
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1633
1639
|
// ListChecks aliases
|
|
1634
1640
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1635
1641
|
// ListChevronsDownUp aliases
|
|
@@ -1646,12 +1652,12 @@ export { default as ListEndIcon } from '../icons/list-end';
|
|
|
1646
1652
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1647
1653
|
// ListFilter aliases
|
|
1648
1654
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1655
|
+
// ListMusic aliases
|
|
1656
|
+
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1649
1657
|
// ListMinus aliases
|
|
1650
1658
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1651
1659
|
// ListOrdered aliases
|
|
1652
1660
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1653
|
-
// ListMusic aliases
|
|
1654
|
-
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1655
1661
|
// ListPlus aliases
|
|
1656
1662
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1657
1663
|
// ListRestart aliases
|
|
@@ -1662,10 +1668,10 @@ export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
|
1662
1668
|
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1663
1669
|
// ListStart aliases
|
|
1664
1670
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1665
|
-
// ListTree aliases
|
|
1666
|
-
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1667
1671
|
// ListTodo aliases
|
|
1668
1672
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1673
|
+
// ListTree aliases
|
|
1674
|
+
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1669
1675
|
// ListVideo aliases
|
|
1670
1676
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1671
1677
|
// ListX aliases
|
|
@@ -1674,22 +1680,22 @@ export { default as ListXIcon } from '../icons/list-x';
|
|
|
1674
1680
|
export { default as ListIcon } from '../icons/list';
|
|
1675
1681
|
// LoaderPinwheel aliases
|
|
1676
1682
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1683
|
+
// LocateFixed aliases
|
|
1684
|
+
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1677
1685
|
// Loader aliases
|
|
1678
1686
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1679
1687
|
// LocateOff aliases
|
|
1680
1688
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1681
|
-
// LocateFixed aliases
|
|
1682
|
-
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1683
1689
|
// Locate aliases
|
|
1684
1690
|
export { default as LocateIcon } from '../icons/locate';
|
|
1685
1691
|
// LockKeyhole aliases
|
|
1686
1692
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1687
1693
|
// Lock aliases
|
|
1688
1694
|
export { default as LockIcon } from '../icons/lock';
|
|
1689
|
-
// LogOut aliases
|
|
1690
|
-
export { default as LogOutIcon } from '../icons/log-out';
|
|
1691
1695
|
// LogIn aliases
|
|
1692
1696
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1697
|
+
// LogOut aliases
|
|
1698
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1693
1699
|
// Logs aliases
|
|
1694
1700
|
export { default as LogsIcon } from '../icons/logs';
|
|
1695
1701
|
// Lollipop aliases
|
|
@@ -1714,44 +1720,44 @@ export { default as MailPenIcon } from '../icons/mail-pen';
|
|
|
1714
1720
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1715
1721
|
// MailSearch aliases
|
|
1716
1722
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1717
|
-
// MailX aliases
|
|
1718
|
-
export { default as MailXIcon } from '../icons/mail-x';
|
|
1719
1723
|
// MailWarning aliases
|
|
1720
1724
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1725
|
+
// MailX aliases
|
|
1726
|
+
export { default as MailXIcon } from '../icons/mail-x';
|
|
1721
1727
|
// Mail aliases
|
|
1722
1728
|
export { default as MailIcon } from '../icons/mail';
|
|
1723
1729
|
// Mailbox aliases
|
|
1724
1730
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1725
1731
|
// Mails aliases
|
|
1726
1732
|
export { default as MailsIcon } from '../icons/mails';
|
|
1727
|
-
// MapPinCheckInside aliases
|
|
1728
|
-
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1729
1733
|
// MapMinus aliases
|
|
1730
1734
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1731
|
-
//
|
|
1732
|
-
export { default as
|
|
1735
|
+
// MapPinCheckInside aliases
|
|
1736
|
+
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1733
1737
|
// MapPinHouse aliases
|
|
1734
1738
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1739
|
+
// MapPinCheck aliases
|
|
1740
|
+
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1741
|
+
// MapPinMinus aliases
|
|
1742
|
+
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1735
1743
|
// MapPinMinusInside aliases
|
|
1736
1744
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1737
1745
|
// MapPinOff aliases
|
|
1738
1746
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1739
|
-
// MapPinMinus aliases
|
|
1740
|
-
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1741
|
-
// MapPinPlusInside aliases
|
|
1742
|
-
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1743
1747
|
// MapPinPlus aliases
|
|
1744
1748
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1749
|
+
// MapPinPlusInside aliases
|
|
1750
|
+
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1745
1751
|
// MapPinSearch aliases
|
|
1746
1752
|
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1747
1753
|
// MapPinXInside aliases
|
|
1748
1754
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1749
1755
|
// MapPinX aliases
|
|
1750
1756
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1751
|
-
// MapPin aliases
|
|
1752
|
-
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1753
1757
|
// MapPinned aliases
|
|
1754
1758
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1759
|
+
// MapPin aliases
|
|
1760
|
+
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1755
1761
|
// MapPlus aliases
|
|
1756
1762
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1757
1763
|
// Map aliases
|
|
@@ -1778,24 +1784,24 @@ export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
|
1778
1784
|
export { default as MenuIcon } from '../icons/menu';
|
|
1779
1785
|
// Merge aliases
|
|
1780
1786
|
export { default as MergeIcon } from '../icons/merge';
|
|
1781
|
-
// MessageCircleCode aliases
|
|
1782
|
-
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1783
1787
|
// MessageCircleCheck aliases
|
|
1784
1788
|
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1785
|
-
//
|
|
1786
|
-
export { default as
|
|
1789
|
+
// MessageCircleCode aliases
|
|
1790
|
+
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1787
1791
|
// MessageCircleDashed aliases
|
|
1788
1792
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1793
|
+
// MessageCircleDashedCheck aliases
|
|
1794
|
+
export { default as MessageCircleDashedCheckIcon } from '../icons/message-circle-dashed-check';
|
|
1789
1795
|
// MessageCircleHeart aliases
|
|
1790
1796
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1791
1797
|
// MessageCircleMore aliases
|
|
1792
1798
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1793
|
-
// MessageCircleReply aliases
|
|
1794
|
-
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1795
|
-
// MessageCirclePlus aliases
|
|
1796
|
-
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1797
1799
|
// MessageCircleOff aliases
|
|
1798
1800
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1801
|
+
// MessageCirclePlus aliases
|
|
1802
|
+
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1803
|
+
// MessageCircleReply aliases
|
|
1804
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1799
1805
|
// MessageCircleWarning aliases
|
|
1800
1806
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1801
1807
|
// MessageCircleX aliases
|
|
@@ -1816,12 +1822,12 @@ export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
|
1816
1822
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1817
1823
|
// MessageSquareLock aliases
|
|
1818
1824
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1819
|
-
// MessageSquareMore aliases
|
|
1820
|
-
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1821
1825
|
// MessageSquareOff aliases
|
|
1822
1826
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1823
1827
|
// MessageSquarePlus aliases
|
|
1824
1828
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1829
|
+
// MessageSquareMore aliases
|
|
1830
|
+
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1825
1831
|
// MessageSquareQuote aliases
|
|
1826
1832
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1827
1833
|
// MessageSquareReply aliases
|
|
@@ -1846,34 +1852,34 @@ export { default as MetronomeIcon } from '../icons/metronome';
|
|
|
1846
1852
|
export { default as MicAudioLinesIcon } from '../icons/mic-audio-lines';
|
|
1847
1853
|
// MicOff aliases
|
|
1848
1854
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1849
|
-
// Mic aliases
|
|
1850
|
-
export { default as MicIcon } from '../icons/mic';
|
|
1851
1855
|
// Microchip aliases
|
|
1852
1856
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1857
|
+
// Mic aliases
|
|
1858
|
+
export { default as MicIcon } from '../icons/mic';
|
|
1853
1859
|
// Microscope aliases
|
|
1854
1860
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1855
1861
|
// Microwave aliases
|
|
1856
1862
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1857
|
-
// MidiPort aliases
|
|
1858
|
-
export { default as MidiPortIcon } from '../icons/midi-port';
|
|
1859
1863
|
// Milestone aliases
|
|
1860
1864
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1865
|
+
// MidiPort aliases
|
|
1866
|
+
export { default as MidiPortIcon } from '../icons/midi-port';
|
|
1861
1867
|
// MilkOff aliases
|
|
1862
1868
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1863
|
-
// Minimize2 aliases
|
|
1864
|
-
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1865
1869
|
// Milk aliases
|
|
1866
1870
|
export { default as MilkIcon } from '../icons/milk';
|
|
1867
|
-
//
|
|
1868
|
-
export { default as
|
|
1871
|
+
// Minimize2 aliases
|
|
1872
|
+
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1869
1873
|
// Minimize aliases
|
|
1870
1874
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1875
|
+
// Minus aliases
|
|
1876
|
+
export { default as MinusIcon } from '../icons/minus';
|
|
1871
1877
|
// MirrorRectangular aliases
|
|
1872
1878
|
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1873
|
-
// MonitorCheck aliases
|
|
1874
|
-
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1875
1879
|
// MirrorRound aliases
|
|
1876
1880
|
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1881
|
+
// MonitorCheck aliases
|
|
1882
|
+
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1877
1883
|
// MonitorCloud aliases
|
|
1878
1884
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1879
1885
|
// MonitorCog aliases
|
|
@@ -1884,38 +1890,40 @@ export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
|
1884
1890
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1885
1891
|
// MonitorOff aliases
|
|
1886
1892
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1887
|
-
// MonitorPlay aliases
|
|
1888
|
-
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1889
1893
|
// MonitorPause aliases
|
|
1890
1894
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1895
|
+
// MonitorPc aliases
|
|
1896
|
+
export { default as MonitorPcIcon } from '../icons/monitor-pc';
|
|
1897
|
+
// MonitorPlay aliases
|
|
1898
|
+
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1891
1899
|
// MonitorSmartphone aliases
|
|
1892
1900
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1893
1901
|
// MonitorSpeaker aliases
|
|
1894
1902
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1903
|
+
// MonitorStop aliases
|
|
1904
|
+
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1895
1905
|
// MonitorUp aliases
|
|
1896
1906
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1897
1907
|
// MonitorX aliases
|
|
1898
1908
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1899
|
-
// MonitorStop aliases
|
|
1900
|
-
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1901
1909
|
// Monitor aliases
|
|
1902
1910
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1903
1911
|
// MoonStar aliases
|
|
1904
1912
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1905
|
-
// MopSparkles aliases
|
|
1906
|
-
export { default as MopSparklesIcon } from '../icons/mop-sparkles';
|
|
1907
1913
|
// Moon aliases
|
|
1908
1914
|
export { default as MoonIcon } from '../icons/moon';
|
|
1915
|
+
// MopSparkles aliases
|
|
1916
|
+
export { default as MopSparklesIcon } from '../icons/mop-sparkles';
|
|
1909
1917
|
// Mop aliases
|
|
1910
1918
|
export { default as MopIcon } from '../icons/mop';
|
|
1911
1919
|
// Mosque aliases
|
|
1912
1920
|
export { default as MosqueIcon } from '../icons/mosque';
|
|
1921
|
+
// Motorbike aliases
|
|
1922
|
+
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1913
1923
|
// MountainSnow aliases
|
|
1914
1924
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1915
1925
|
// Mountain aliases
|
|
1916
1926
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1917
|
-
// Motorbike aliases
|
|
1918
|
-
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1919
1927
|
// MouseLeft aliases
|
|
1920
1928
|
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1921
1929
|
// MouseOff aliases
|
|
@@ -1928,10 +1936,10 @@ export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
|
1928
1936
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1929
1937
|
// MousePointerClick aliases
|
|
1930
1938
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1931
|
-
// MouseRight aliases
|
|
1932
|
-
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1933
1939
|
// MousePointer aliases
|
|
1934
1940
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1941
|
+
// MouseRight aliases
|
|
1942
|
+
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1935
1943
|
// Mouse aliases
|
|
1936
1944
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1937
1945
|
// MouthOff aliases
|
|
@@ -1944,12 +1952,12 @@ export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
|
1944
1952
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1945
1953
|
// MoveDownLeft aliases
|
|
1946
1954
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1947
|
-
// MoveDownRight aliases
|
|
1948
|
-
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1949
1955
|
// MoveDown aliases
|
|
1950
1956
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1951
1957
|
// MoveHorizontal aliases
|
|
1952
1958
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1959
|
+
// MoveDownRight aliases
|
|
1960
|
+
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1953
1961
|
// MoveLeft aliases
|
|
1954
1962
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1955
1963
|
// MoveRight aliases
|
|
@@ -1990,16 +1998,18 @@ export { default as NfcIcon } from '../icons/nfc';
|
|
|
1990
1998
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1991
1999
|
// NotebookDot aliases
|
|
1992
2000
|
export { default as NotebookDotIcon } from '../icons/notebook-dot';
|
|
2001
|
+
// NotebookPen aliases
|
|
2002
|
+
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1993
2003
|
// NotebookTabs aliases
|
|
1994
2004
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1995
2005
|
// NotebookText aliases
|
|
1996
2006
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1997
|
-
// NotebookPen aliases
|
|
1998
|
-
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1999
2007
|
// Notebook aliases
|
|
2000
2008
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
2001
2009
|
// NotepadTextDashed aliases
|
|
2002
2010
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
2011
|
+
// NotepadText aliases
|
|
2012
|
+
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
2003
2013
|
// NutOff aliases
|
|
2004
2014
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
2005
2015
|
// Nut aliases
|
|
@@ -2008,22 +2018,20 @@ export { default as NutIcon } from '../icons/nut';
|
|
|
2008
2018
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
2009
2019
|
// Octagon aliases
|
|
2010
2020
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
2011
|
-
// NotepadText aliases
|
|
2012
|
-
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
2013
2021
|
// Omega aliases
|
|
2014
2022
|
export { default as OmegaIcon } from '../icons/omega';
|
|
2015
2023
|
// Option aliases
|
|
2016
2024
|
export { default as OptionIcon } from '../icons/option';
|
|
2017
2025
|
// Orbit aliases
|
|
2018
2026
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
2019
|
-
// Package2 aliases
|
|
2020
|
-
export { default as Package2Icon } from '../icons/package-2';
|
|
2021
2027
|
// Origami aliases
|
|
2022
2028
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
2023
|
-
//
|
|
2024
|
-
export { default as
|
|
2029
|
+
// Package2 aliases
|
|
2030
|
+
export { default as Package2Icon } from '../icons/package-2';
|
|
2025
2031
|
// PackageCheck aliases
|
|
2026
2032
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
2033
|
+
// PackageMinus aliases
|
|
2034
|
+
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
2027
2035
|
// PackagePlus aliases
|
|
2028
2036
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
2029
2037
|
// PackageSearch aliases
|
|
@@ -2058,92 +2066,92 @@ export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
|
2058
2066
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
2059
2067
|
// PanelRight aliases
|
|
2060
2068
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
2061
|
-
// PanelTopBottomDashed aliases
|
|
2062
|
-
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
2063
2069
|
// PanelTopClose aliases
|
|
2064
2070
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
2071
|
+
// PanelTopBottomDashed aliases
|
|
2072
|
+
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
2065
2073
|
// PanelTopOpen aliases
|
|
2066
2074
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
2067
2075
|
// PanelTop aliases
|
|
2068
2076
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
2069
|
-
// PanelsLeftBottom aliases
|
|
2070
|
-
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
2071
2077
|
// PanelsRightBottom aliases
|
|
2072
2078
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
2079
|
+
// PanelsLeftBottom aliases
|
|
2080
|
+
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
2073
2081
|
// PaperBag aliases
|
|
2074
2082
|
export { default as PaperBagIcon } from '../icons/paper-bag';
|
|
2075
2083
|
// Paperclip aliases
|
|
2076
2084
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
2077
2085
|
// Parasol aliases
|
|
2078
2086
|
export { default as ParasolIcon } from '../icons/parasol';
|
|
2079
|
-
// ParkingMeter aliases
|
|
2080
|
-
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
2081
2087
|
// Parentheses aliases
|
|
2082
2088
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
2083
2089
|
// Park aliases
|
|
2084
2090
|
export { default as ParkIcon } from '../icons/park';
|
|
2091
|
+
// ParkingMeter aliases
|
|
2092
|
+
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
2093
|
+
// PartyPopper aliases
|
|
2094
|
+
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
2085
2095
|
// Pause aliases
|
|
2086
2096
|
export { default as PauseIcon } from '../icons/pause';
|
|
2087
2097
|
// PawPrint aliases
|
|
2088
2098
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
2089
2099
|
// PcCase aliases
|
|
2090
2100
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
2091
|
-
// PartyPopper aliases
|
|
2092
|
-
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
2093
|
-
// PenTool aliases
|
|
2094
|
-
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
2095
2101
|
// PenOff aliases
|
|
2096
2102
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
2097
|
-
//
|
|
2098
|
-
export { default as
|
|
2103
|
+
// PenTool aliases
|
|
2104
|
+
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
2099
2105
|
// PencilOff aliases
|
|
2100
2106
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
2107
|
+
// PencilLine aliases
|
|
2108
|
+
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
2101
2109
|
// PencilRuler aliases
|
|
2102
2110
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
2103
|
-
// PencilSparkles aliases
|
|
2104
|
-
export { default as PencilSparklesIcon } from '../icons/pencil-sparkles';
|
|
2105
2111
|
// Pencil aliases
|
|
2106
2112
|
export { default as PencilIcon } from '../icons/pencil';
|
|
2113
|
+
// PencilSparkles aliases
|
|
2114
|
+
export { default as PencilSparklesIcon } from '../icons/pencil-sparkles';
|
|
2107
2115
|
// Pentagon aliases
|
|
2108
2116
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
2109
2117
|
// Percent aliases
|
|
2110
2118
|
export { default as PercentIcon } from '../icons/percent';
|
|
2111
2119
|
// PersonStanding aliases
|
|
2112
2120
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
2113
|
-
// PhilippinePeso aliases
|
|
2114
|
-
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2115
2121
|
// Phi aliases
|
|
2116
2122
|
export { default as PhiIcon } from '../icons/phi';
|
|
2117
2123
|
// PhoneCall aliases
|
|
2118
2124
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
2119
|
-
//
|
|
2120
|
-
export { default as
|
|
2125
|
+
// PhilippinePeso aliases
|
|
2126
|
+
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2121
2127
|
// PhoneForwarded aliases
|
|
2122
2128
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2129
|
+
// PhoneIncoming aliases
|
|
2130
|
+
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
2123
2131
|
// PhoneMissed aliases
|
|
2124
2132
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
2125
2133
|
// PhoneOff aliases
|
|
2126
2134
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
2127
2135
|
// PhoneOutgoing aliases
|
|
2128
2136
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
2129
|
-
// Phone aliases
|
|
2130
|
-
export { default as PhoneIcon } from '../icons/phone';
|
|
2131
|
-
// Piano aliases
|
|
2132
|
-
export { default as PianoIcon } from '../icons/piano';
|
|
2133
2137
|
// Pi aliases
|
|
2134
2138
|
export { default as PiIcon } from '../icons/pi';
|
|
2135
|
-
//
|
|
2136
|
-
export { default as
|
|
2139
|
+
// Piano aliases
|
|
2140
|
+
export { default as PianoIcon } from '../icons/piano';
|
|
2141
|
+
// Phone aliases
|
|
2142
|
+
export { default as PhoneIcon } from '../icons/phone';
|
|
2137
2143
|
// Pickaxe aliases
|
|
2138
2144
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2139
|
-
//
|
|
2140
|
-
export { default as
|
|
2145
|
+
// PictureInPicture2 aliases
|
|
2146
|
+
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2141
2147
|
// PictureInPicture aliases
|
|
2142
2148
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2143
|
-
// PilcrowRight aliases
|
|
2144
|
-
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2145
2149
|
// PiggyBank aliases
|
|
2146
2150
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2151
|
+
// PilcrowLeft aliases
|
|
2152
|
+
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2153
|
+
// PilcrowRight aliases
|
|
2154
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2147
2155
|
// Pilcrow aliases
|
|
2148
2156
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2149
2157
|
// PillBottle aliases
|
|
@@ -2154,70 +2162,70 @@ export { default as PillIcon } from '../icons/pill';
|
|
|
2154
2162
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2155
2163
|
// Pin aliases
|
|
2156
2164
|
export { default as PinIcon } from '../icons/pin';
|
|
2157
|
-
// PlaneLanding aliases
|
|
2158
|
-
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2159
2165
|
// Pipette aliases
|
|
2160
2166
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2161
|
-
// Pizza aliases
|
|
2162
|
-
export { default as PizzaIcon } from '../icons/pizza';
|
|
2163
2167
|
// PlaneTakeoff aliases
|
|
2164
2168
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2165
|
-
//
|
|
2166
|
-
export { default as
|
|
2169
|
+
// Pizza aliases
|
|
2170
|
+
export { default as PizzaIcon } from '../icons/pizza';
|
|
2171
|
+
// PlaneLanding aliases
|
|
2172
|
+
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2167
2173
|
// Plane aliases
|
|
2168
2174
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2175
|
+
// PlantPot aliases
|
|
2176
|
+
export { default as PlantPotIcon } from '../icons/plant-pot';
|
|
2169
2177
|
// PlayOff aliases
|
|
2170
2178
|
export { default as PlayOffIcon } from '../icons/play-off';
|
|
2171
2179
|
// Play aliases
|
|
2172
2180
|
export { default as PlayIcon } from '../icons/play';
|
|
2173
2181
|
// PlayingCard aliases
|
|
2174
2182
|
export { default as PlayingCardIcon } from '../icons/playing-card';
|
|
2183
|
+
// PlayingCardsFan aliases
|
|
2184
|
+
export { default as PlayingCardsFanIcon } from '../icons/playing-cards-fan';
|
|
2175
2185
|
// PlayingCards aliases
|
|
2176
2186
|
export { default as PlayingCardsIcon } from '../icons/playing-cards';
|
|
2177
2187
|
// Plug2 aliases
|
|
2178
2188
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2179
|
-
// Plug aliases
|
|
2180
|
-
export { default as PlugIcon } from '../icons/plug';
|
|
2181
|
-
// PlayingCardsFan aliases
|
|
2182
|
-
export { default as PlayingCardsFanIcon } from '../icons/playing-cards-fan';
|
|
2183
2189
|
// Plus aliases
|
|
2184
2190
|
export { default as PlusIcon } from '../icons/plus';
|
|
2185
|
-
//
|
|
2186
|
-
export { default as
|
|
2191
|
+
// Plug aliases
|
|
2192
|
+
export { default as PlugIcon } from '../icons/plug';
|
|
2187
2193
|
// PocketKnife aliases
|
|
2188
2194
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2195
|
+
// Podium aliases
|
|
2196
|
+
export { default as PodiumIcon } from '../icons/podium';
|
|
2197
|
+
// Pointer aliases
|
|
2198
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
2189
2199
|
// PointerOff aliases
|
|
2190
2200
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2191
2201
|
// Popcorn aliases
|
|
2192
2202
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2193
|
-
// Pointer aliases
|
|
2194
|
-
export { default as PointerIcon } from '../icons/pointer';
|
|
2195
2203
|
// Popsicle aliases
|
|
2196
2204
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2197
2205
|
// PoundSterling aliases
|
|
2198
2206
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2199
2207
|
// PowerOff aliases
|
|
2200
2208
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2201
|
-
// Power aliases
|
|
2202
|
-
export { default as PowerIcon } from '../icons/power';
|
|
2203
2209
|
// Presentation aliases
|
|
2204
2210
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2211
|
+
// Power aliases
|
|
2212
|
+
export { default as PowerIcon } from '../icons/power';
|
|
2205
2213
|
// PrinterCheck aliases
|
|
2206
2214
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2207
2215
|
// PrinterX aliases
|
|
2208
2216
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2209
2217
|
// Printer aliases
|
|
2210
2218
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2211
|
-
// Proportions aliases
|
|
2212
|
-
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2213
2219
|
// Projector aliases
|
|
2214
2220
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2221
|
+
// Proportions aliases
|
|
2222
|
+
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2215
2223
|
// Puzzle aliases
|
|
2216
2224
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2217
|
-
// Pyramid aliases
|
|
2218
|
-
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2219
2225
|
// QrCode aliases
|
|
2220
2226
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2227
|
+
// Pyramid aliases
|
|
2228
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2221
2229
|
// Quote aliases
|
|
2222
2230
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2223
2231
|
// Rabbit aliases
|
|
@@ -2226,16 +2234,16 @@ export { default as RabbitIcon } from '../icons/rabbit';
|
|
|
2226
2234
|
export { default as RadarIcon } from '../icons/radar';
|
|
2227
2235
|
// Radiation aliases
|
|
2228
2236
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2229
|
-
// RadioOff aliases
|
|
2230
|
-
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2231
2237
|
// Radical aliases
|
|
2232
2238
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2239
|
+
// RadioOff aliases
|
|
2240
|
+
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2233
2241
|
// RadioReceiver aliases
|
|
2234
2242
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2235
|
-
// RadioTower aliases
|
|
2236
|
-
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2237
2243
|
// Radio aliases
|
|
2238
2244
|
export { default as RadioIcon } from '../icons/radio';
|
|
2245
|
+
// RadioTower aliases
|
|
2246
|
+
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2239
2247
|
// Radius aliases
|
|
2240
2248
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2241
2249
|
// Rainbow aliases
|
|
@@ -2266,10 +2274,10 @@ export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira
|
|
|
2266
2274
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2267
2275
|
// RectangleCircle aliases
|
|
2268
2276
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2269
|
-
// RectangleHorizontal aliases
|
|
2270
|
-
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2271
2277
|
// RectangleGoggles aliases
|
|
2272
2278
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2279
|
+
// RectangleHorizontal aliases
|
|
2280
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2273
2281
|
// RectangleVertical aliases
|
|
2274
2282
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2275
2283
|
// Recycle aliases
|
|
@@ -2284,36 +2292,36 @@ export { default as RedoIcon } from '../icons/redo';
|
|
|
2284
2292
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2285
2293
|
// RefreshCcw aliases
|
|
2286
2294
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2287
|
-
// RefreshCw aliases
|
|
2288
|
-
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2289
2295
|
// RefreshCwOff aliases
|
|
2290
2296
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2291
|
-
// Regex aliases
|
|
2292
|
-
export { default as RegexIcon } from '../icons/regex';
|
|
2293
2297
|
// Refrigerator aliases
|
|
2294
2298
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2299
|
+
// RefreshCw aliases
|
|
2300
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2301
|
+
// Regex aliases
|
|
2302
|
+
export { default as RegexIcon } from '../icons/regex';
|
|
2295
2303
|
// RemoveFormatting aliases
|
|
2296
2304
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2297
|
-
// Repeat1 aliases
|
|
2298
|
-
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2299
2305
|
// Repeat2 aliases
|
|
2300
2306
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2307
|
+
// Repeat1 aliases
|
|
2308
|
+
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2301
2309
|
// RepeatOff aliases
|
|
2302
2310
|
export { default as RepeatOffIcon } from '../icons/repeat-off';
|
|
2303
|
-
// Replace aliases
|
|
2304
|
-
export { default as ReplaceIcon } from '../icons/replace';
|
|
2305
2311
|
// Repeat aliases
|
|
2306
2312
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2307
2313
|
// ReplaceAll aliases
|
|
2308
2314
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2315
|
+
// Replace aliases
|
|
2316
|
+
export { default as ReplaceIcon } from '../icons/replace';
|
|
2309
2317
|
// ReplyAll aliases
|
|
2310
2318
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2311
2319
|
// Reply aliases
|
|
2312
2320
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2313
|
-
// Rewind aliases
|
|
2314
|
-
export { default as RewindIcon } from '../icons/rewind';
|
|
2315
2321
|
// Ribbon aliases
|
|
2316
2322
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2323
|
+
// Rewind aliases
|
|
2324
|
+
export { default as RewindIcon } from '../icons/rewind';
|
|
2317
2325
|
// Road aliases
|
|
2318
2326
|
export { default as RoadIcon } from '../icons/road';
|
|
2319
2327
|
// RobotArm aliases
|
|
@@ -2326,28 +2334,28 @@ export { default as RocketIcon } from '../icons/rocket';
|
|
|
2326
2334
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2327
2335
|
// RollerCoaster aliases
|
|
2328
2336
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2329
|
-
// RotateCcwKey aliases
|
|
2330
|
-
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2331
2337
|
// Rose aliases
|
|
2332
2338
|
export { default as RoseIcon } from '../icons/rose';
|
|
2339
|
+
// RotateCcwKey aliases
|
|
2340
|
+
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2333
2341
|
// RotateCcwSquare aliases
|
|
2334
2342
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2335
|
-
// RotateCwSquare aliases
|
|
2336
|
-
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2337
2343
|
// RotateCcw aliases
|
|
2338
2344
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2339
|
-
// RotateCw aliases
|
|
2340
|
-
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2341
2345
|
// RotateCwFadingClock aliases
|
|
2342
2346
|
export { default as RotateCwFadingClockIcon } from '../icons/rotate-cw-fading-clock';
|
|
2343
|
-
//
|
|
2344
|
-
export { default as
|
|
2347
|
+
// RotateCwSquare aliases
|
|
2348
|
+
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2349
|
+
// RotateCw aliases
|
|
2350
|
+
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2345
2351
|
// RouteOff aliases
|
|
2346
2352
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2347
|
-
//
|
|
2348
|
-
export { default as
|
|
2353
|
+
// Route aliases
|
|
2354
|
+
export { default as RouteIcon } from '../icons/route';
|
|
2349
2355
|
// Rows4 aliases
|
|
2350
2356
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2357
|
+
// Router aliases
|
|
2358
|
+
export { default as RouterIcon } from '../icons/router';
|
|
2351
2359
|
// Rss aliases
|
|
2352
2360
|
export { default as RssIcon } from '../icons/rss';
|
|
2353
2361
|
// RulerDimensionLine aliases
|
|
@@ -2362,60 +2370,60 @@ export { default as SailboatIcon } from '../icons/sailboat';
|
|
|
2362
2370
|
export { default as SaladIcon } from '../icons/salad';
|
|
2363
2371
|
// Sandwich aliases
|
|
2364
2372
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2365
|
-
// SatelliteDish aliases
|
|
2366
|
-
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2367
|
-
// SaudiRiyal aliases
|
|
2368
|
-
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2369
2373
|
// Satellite aliases
|
|
2370
2374
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2371
2375
|
// SaveAll aliases
|
|
2372
2376
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2377
|
+
// SatelliteDish aliases
|
|
2378
|
+
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2379
|
+
// SaudiRiyal aliases
|
|
2380
|
+
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2373
2381
|
// SaveCheck aliases
|
|
2374
2382
|
export { default as SaveCheckIcon } from '../icons/save-check';
|
|
2375
2383
|
// SaveOff aliases
|
|
2376
2384
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2377
2385
|
// SavePen aliases
|
|
2378
2386
|
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2379
|
-
// Save aliases
|
|
2380
|
-
export { default as SaveIcon } from '../icons/save';
|
|
2381
|
-
// Scale aliases
|
|
2382
|
-
export { default as ScaleIcon } from '../icons/scale';
|
|
2383
2387
|
// SavePlus aliases
|
|
2384
2388
|
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2389
|
+
// Save aliases
|
|
2390
|
+
export { default as SaveIcon } from '../icons/save';
|
|
2385
2391
|
// Scaling aliases
|
|
2386
2392
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2393
|
+
// Scale aliases
|
|
2394
|
+
export { default as ScaleIcon } from '../icons/scale';
|
|
2387
2395
|
// ScanBarcode aliases
|
|
2388
2396
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2397
|
+
// ScanEye aliases
|
|
2398
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2389
2399
|
// ScanBox aliases
|
|
2390
2400
|
export { default as ScanBoxIcon } from '../icons/scan-box';
|
|
2391
2401
|
// ScanFace aliases
|
|
2392
2402
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2393
|
-
// ScanEye aliases
|
|
2394
|
-
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2395
2403
|
// ScanHeart aliases
|
|
2396
2404
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2397
2405
|
// ScanLine aliases
|
|
2398
2406
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2399
|
-
// ScanQrCode aliases
|
|
2400
|
-
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2401
2407
|
// ScanSearch aliases
|
|
2402
2408
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2409
|
+
// ScanQrCode aliases
|
|
2410
|
+
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2403
2411
|
// ScanText aliases
|
|
2404
2412
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2405
|
-
// Scan aliases
|
|
2406
|
-
export { default as ScanIcon } from '../icons/scan';
|
|
2407
2413
|
// ScanSquare aliases
|
|
2408
2414
|
export { default as ScanSquareIcon } from '../icons/scan-square';
|
|
2415
|
+
// Scan aliases
|
|
2416
|
+
export { default as ScanIcon } from '../icons/scan';
|
|
2409
2417
|
// School aliases
|
|
2410
2418
|
export { default as SchoolIcon } from '../icons/school';
|
|
2411
2419
|
// ScissorsLineDashed aliases
|
|
2412
2420
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2413
2421
|
// Scissors aliases
|
|
2414
2422
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2415
|
-
// ScreenShareOff aliases
|
|
2416
|
-
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2417
2423
|
// Scooter aliases
|
|
2418
2424
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2425
|
+
// ScreenShareOff aliases
|
|
2426
|
+
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2419
2427
|
// ScreenShare aliases
|
|
2420
2428
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2421
2429
|
// ScrollText aliases
|
|
@@ -2428,10 +2436,10 @@ export { default as ScrollIcon } from '../icons/scroll';
|
|
|
2428
2436
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2429
2437
|
// SearchCode aliases
|
|
2430
2438
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2431
|
-
// SearchSlash aliases
|
|
2432
|
-
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2433
2439
|
// SearchX aliases
|
|
2434
2440
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2441
|
+
// SearchSlash aliases
|
|
2442
|
+
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2435
2443
|
// Search aliases
|
|
2436
2444
|
export { default as SearchIcon } from '../icons/search';
|
|
2437
2445
|
// Section aliases
|
|
@@ -2454,12 +2462,12 @@ export { default as ServerOffIcon } from '../icons/server-off';
|
|
|
2454
2462
|
export { default as ServerPlusIcon } from '../icons/server-plus';
|
|
2455
2463
|
// Server aliases
|
|
2456
2464
|
export { default as ServerIcon } from '../icons/server';
|
|
2457
|
-
// Settings2 aliases
|
|
2458
|
-
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2459
2465
|
// Settings aliases
|
|
2460
2466
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2461
2467
|
// Shapes aliases
|
|
2462
2468
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2469
|
+
// Settings2 aliases
|
|
2470
|
+
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2463
2471
|
// Share2 aliases
|
|
2464
2472
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2465
2473
|
// Share aliases
|
|
@@ -2476,42 +2484,42 @@ export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
|
2476
2484
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2477
2485
|
// ShieldCheck aliases
|
|
2478
2486
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2479
|
-
// ShieldCogCorner aliases
|
|
2480
|
-
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2481
2487
|
// ShieldCog aliases
|
|
2482
2488
|
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2489
|
+
// ShieldCogCorner aliases
|
|
2490
|
+
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2483
2491
|
// ShieldHalf aliases
|
|
2484
2492
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2485
|
-
// ShieldKeyhole aliases
|
|
2486
|
-
export { default as ShieldKeyholeIcon } from '../icons/shield-keyhole';
|
|
2487
2493
|
// ShieldEllipsis aliases
|
|
2488
2494
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2495
|
+
// ShieldKeyhole aliases
|
|
2496
|
+
export { default as ShieldKeyholeIcon } from '../icons/shield-keyhole';
|
|
2489
2497
|
// ShieldLock aliases
|
|
2490
2498
|
export { default as ShieldLockIcon } from '../icons/shield-lock';
|
|
2491
2499
|
// ShieldMinus aliases
|
|
2492
2500
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2493
|
-
// ShieldPlus aliases
|
|
2494
|
-
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2495
2501
|
// ShieldOff aliases
|
|
2496
2502
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2503
|
+
// ShieldPlus aliases
|
|
2504
|
+
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2497
2505
|
// ShieldUser aliases
|
|
2498
2506
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2507
|
+
// Shield aliases
|
|
2508
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2499
2509
|
// ShipCargo aliases
|
|
2500
2510
|
export { default as ShipCargoIcon } from '../icons/ship-cargo';
|
|
2501
2511
|
// ShipWheel aliases
|
|
2502
2512
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2503
|
-
// Shield aliases
|
|
2504
|
-
export { default as ShieldIcon } from '../icons/shield';
|
|
2505
2513
|
// Ship aliases
|
|
2506
2514
|
export { default as ShipIcon } from '../icons/ship';
|
|
2507
|
-
// Shirt aliases
|
|
2508
|
-
export { default as ShirtIcon } from '../icons/shirt';
|
|
2509
2515
|
// ShoppingBag aliases
|
|
2510
2516
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2511
|
-
//
|
|
2512
|
-
export { default as
|
|
2517
|
+
// Shirt aliases
|
|
2518
|
+
export { default as ShirtIcon } from '../icons/shirt';
|
|
2513
2519
|
// ShoppingCartMinus aliases
|
|
2514
2520
|
export { default as ShoppingCartMinusIcon } from '../icons/shopping-cart-minus';
|
|
2521
|
+
// ShoppingBasket aliases
|
|
2522
|
+
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2515
2523
|
// ShoppingCartPlus aliases
|
|
2516
2524
|
export { default as ShoppingCartPlusIcon } from '../icons/shopping-cart-plus';
|
|
2517
2525
|
// ShoppingCart aliases
|
|
@@ -2520,10 +2528,10 @@ export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
|
2520
2528
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2521
2529
|
// ShowerHead aliases
|
|
2522
2530
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2523
|
-
// ShrimpOff aliases
|
|
2524
|
-
export { default as ShrimpOffIcon } from '../icons/shrimp-off';
|
|
2525
2531
|
// Shredder aliases
|
|
2526
2532
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2533
|
+
// ShrimpOff aliases
|
|
2534
|
+
export { default as ShrimpOffIcon } from '../icons/shrimp-off';
|
|
2527
2535
|
// Shrimp aliases
|
|
2528
2536
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2529
2537
|
// Shrink aliases
|
|
@@ -2548,24 +2556,24 @@ export { default as SignalIcon } from '../icons/signal';
|
|
|
2548
2556
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2549
2557
|
// SignpostBig aliases
|
|
2550
2558
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2551
|
-
// Siren aliases
|
|
2552
|
-
export { default as SirenIcon } from '../icons/siren';
|
|
2553
2559
|
// Signpost aliases
|
|
2554
2560
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2561
|
+
// Siren aliases
|
|
2562
|
+
export { default as SirenIcon } from '../icons/siren';
|
|
2555
2563
|
// SkipBack aliases
|
|
2556
2564
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2557
2565
|
// SkipForward aliases
|
|
2558
2566
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2559
|
-
// Skull aliases
|
|
2560
|
-
export { default as SkullIcon } from '../icons/skull';
|
|
2561
2567
|
// Slash aliases
|
|
2562
2568
|
export { default as SlashIcon } from '../icons/slash';
|
|
2569
|
+
// Skull aliases
|
|
2570
|
+
export { default as SkullIcon } from '../icons/skull';
|
|
2563
2571
|
// Slice aliases
|
|
2564
2572
|
export { default as SliceIcon } from '../icons/slice';
|
|
2565
|
-
// SlidersHorizontal aliases
|
|
2566
|
-
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2567
2573
|
// SmartphoneCharging aliases
|
|
2568
2574
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2575
|
+
// SlidersHorizontal aliases
|
|
2576
|
+
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2569
2577
|
// SmartphoneNfc aliases
|
|
2570
2578
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2571
2579
|
// Smartphone aliases
|
|
@@ -2574,34 +2582,34 @@ export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
|
2574
2582
|
export { default as SnailIcon } from '../icons/snail';
|
|
2575
2583
|
// Snowflake aliases
|
|
2576
2584
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2577
|
-
// SoapDispenserDroplet aliases
|
|
2578
|
-
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2579
2585
|
// Sofa aliases
|
|
2580
2586
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2587
|
+
// SoapDispenserDroplet aliases
|
|
2588
|
+
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2581
2589
|
// SolarPanel aliases
|
|
2582
2590
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2583
2591
|
// Soup aliases
|
|
2584
2592
|
export { default as SoupIcon } from '../icons/soup';
|
|
2585
2593
|
// Space aliases
|
|
2586
2594
|
export { default as SpaceIcon } from '../icons/space';
|
|
2587
|
-
// Sparkle aliases
|
|
2588
|
-
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2589
2595
|
// Spade aliases
|
|
2590
2596
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2591
|
-
//
|
|
2592
|
-
export { default as
|
|
2597
|
+
// Sparkle aliases
|
|
2598
|
+
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2593
2599
|
// Speaker aliases
|
|
2594
2600
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2601
|
+
// Speech aliases
|
|
2602
|
+
export { default as SpeechIcon } from '../icons/speech';
|
|
2595
2603
|
// SpellCheck2 aliases
|
|
2596
2604
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2597
2605
|
// SpellCheck aliases
|
|
2598
2606
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2599
2607
|
// SplinePointer aliases
|
|
2600
2608
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2601
|
-
// Split aliases
|
|
2602
|
-
export { default as SplitIcon } from '../icons/split';
|
|
2603
2609
|
// Spline aliases
|
|
2604
2610
|
export { default as SplineIcon } from '../icons/spline';
|
|
2611
|
+
// Split aliases
|
|
2612
|
+
export { default as SplitIcon } from '../icons/split';
|
|
2605
2613
|
// Spool aliases
|
|
2606
2614
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2607
2615
|
// SportShoe aliases
|
|
@@ -2624,22 +2632,22 @@ export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom
|
|
|
2624
2632
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2625
2633
|
// SquareDimensions aliases
|
|
2626
2634
|
export { default as SquareDimensionsIcon } from '../icons/square-dimensions';
|
|
2635
|
+
// SquareExclamationPoint aliases
|
|
2636
|
+
export { default as SquareExclamationPointIcon } from '../icons/square-exclamation-point';
|
|
2627
2637
|
// SquareOff aliases
|
|
2628
2638
|
export { default as SquareOffIcon } from '../icons/square-off';
|
|
2629
2639
|
// SquarePause aliases
|
|
2630
2640
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2631
|
-
// SquareExclamationPoint aliases
|
|
2632
|
-
export { default as SquareExclamationPointIcon } from '../icons/square-exclamation-point';
|
|
2633
|
-
// SquareRoundCorner aliases
|
|
2634
|
-
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2635
2641
|
// SquareRadical aliases
|
|
2636
2642
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2637
|
-
//
|
|
2638
|
-
export { default as
|
|
2643
|
+
// SquareRoundCorner aliases
|
|
2644
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2639
2645
|
// SquareSquare aliases
|
|
2640
2646
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2641
2647
|
// SquareStack aliases
|
|
2642
2648
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2649
|
+
// SquareStar aliases
|
|
2650
|
+
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2643
2651
|
// SquareStop aliases
|
|
2644
2652
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2645
2653
|
// SquareText aliases
|
|
@@ -2652,10 +2660,10 @@ export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
|
2652
2660
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2653
2661
|
// SquaresSubtract aliases
|
|
2654
2662
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2655
|
-
// SquaresUnite aliases
|
|
2656
|
-
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2657
2663
|
// SquircleDashed aliases
|
|
2658
2664
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2665
|
+
// SquaresUnite aliases
|
|
2666
|
+
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2659
2667
|
// Squircle aliases
|
|
2660
2668
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2661
2669
|
// Squirrel aliases
|
|
@@ -2664,10 +2672,10 @@ export { default as SquirrelIcon } from '../icons/squirrel';
|
|
|
2664
2672
|
export { default as StampIcon } from '../icons/stamp';
|
|
2665
2673
|
// StarCheck aliases
|
|
2666
2674
|
export { default as StarCheckIcon } from '../icons/star-check';
|
|
2667
|
-
// StarHalf aliases
|
|
2668
|
-
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2669
2675
|
// StarMinus aliases
|
|
2670
2676
|
export { default as StarMinusIcon } from '../icons/star-minus';
|
|
2677
|
+
// StarHalf aliases
|
|
2678
|
+
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2671
2679
|
// StarOff aliases
|
|
2672
2680
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2673
2681
|
// StarPlus aliases
|
|
@@ -2676,16 +2684,16 @@ export { default as StarPlusIcon } from '../icons/star-plus';
|
|
|
2676
2684
|
export { default as StarXIcon } from '../icons/star-x';
|
|
2677
2685
|
// Star aliases
|
|
2678
2686
|
export { default as StarIcon } from '../icons/star';
|
|
2679
|
-
// StepBack aliases
|
|
2680
|
-
export { default as StepBackIcon } from '../icons/step-back';
|
|
2681
2687
|
// StepForward aliases
|
|
2682
2688
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2689
|
+
// StepBack aliases
|
|
2690
|
+
export { default as StepBackIcon } from '../icons/step-back';
|
|
2683
2691
|
// Stethoscope aliases
|
|
2684
2692
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2685
|
-
// Sticker aliases
|
|
2686
|
-
export { default as StickerIcon } from '../icons/sticker';
|
|
2687
2693
|
// StickyNoteCheck aliases
|
|
2688
2694
|
export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
2695
|
+
// Sticker aliases
|
|
2696
|
+
export { default as StickerIcon } from '../icons/sticker';
|
|
2689
2697
|
// StickyNoteMinus aliases
|
|
2690
2698
|
export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
2691
2699
|
// StickyNoteOff aliases
|
|
@@ -2694,28 +2702,28 @@ export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
|
2694
2702
|
export { default as StickyNotePlusIcon } from '../icons/sticky-note-plus';
|
|
2695
2703
|
// StickyNoteX aliases
|
|
2696
2704
|
export { default as StickyNoteXIcon } from '../icons/sticky-note-x';
|
|
2697
|
-
// StickyNote aliases
|
|
2698
|
-
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2699
2705
|
// StickyNotes aliases
|
|
2700
2706
|
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2707
|
+
// StickyNote aliases
|
|
2708
|
+
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2701
2709
|
// Stone aliases
|
|
2702
2710
|
export { default as StoneIcon } from '../icons/stone';
|
|
2703
2711
|
// Store aliases
|
|
2704
2712
|
export { default as StoreIcon } from '../icons/store';
|
|
2705
|
-
// StretchHorizontal aliases
|
|
2706
|
-
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2707
2713
|
// StretchVertical aliases
|
|
2708
2714
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2715
|
+
// StretchHorizontal aliases
|
|
2716
|
+
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2709
2717
|
// Strikethrough aliases
|
|
2710
2718
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2711
2719
|
// Subscript aliases
|
|
2712
2720
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2713
2721
|
// Summary aliases
|
|
2714
2722
|
export { default as SummaryIcon } from '../icons/summary';
|
|
2715
|
-
// SunMedium aliases
|
|
2716
|
-
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2717
2723
|
// SunDim aliases
|
|
2718
2724
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2725
|
+
// SunMedium aliases
|
|
2726
|
+
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2719
2727
|
// SunMoon aliases
|
|
2720
2728
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2721
2729
|
// SunSnow aliases
|
|
@@ -2724,14 +2732,14 @@ export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
|
2724
2732
|
export { default as SunIcon } from '../icons/sun';
|
|
2725
2733
|
// Sunrise aliases
|
|
2726
2734
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2727
|
-
// Superscript aliases
|
|
2728
|
-
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2729
2735
|
// Sunset aliases
|
|
2730
2736
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2731
|
-
//
|
|
2732
|
-
export { default as
|
|
2737
|
+
// Superscript aliases
|
|
2738
|
+
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2733
2739
|
// SwissFranc aliases
|
|
2734
2740
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2741
|
+
// SwatchBook aliases
|
|
2742
|
+
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2735
2743
|
// SwitchCamera aliases
|
|
2736
2744
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2737
2745
|
// Sword aliases
|
|
@@ -2740,12 +2748,12 @@ export { default as SwordIcon } from '../icons/sword';
|
|
|
2740
2748
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2741
2749
|
// Syringe aliases
|
|
2742
2750
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2743
|
-
// Table2 aliases
|
|
2744
|
-
export { default as Table2Icon } from '../icons/table-2';
|
|
2745
2751
|
// TableCellsMerge aliases
|
|
2746
2752
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2747
2753
|
// TableCellsSplit aliases
|
|
2748
2754
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2755
|
+
// Table2 aliases
|
|
2756
|
+
export { default as Table2Icon } from '../icons/table-2';
|
|
2749
2757
|
// TableColumnsSplit aliases
|
|
2750
2758
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2751
2759
|
// TableOfContents aliases
|
|
@@ -2758,12 +2766,12 @@ export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
|
2758
2766
|
export { default as TableIcon } from '../icons/table';
|
|
2759
2767
|
// TabletSmartphone aliases
|
|
2760
2768
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2769
|
+
// Tablets aliases
|
|
2770
|
+
export { default as TabletsIcon } from '../icons/tablets';
|
|
2761
2771
|
// Tablet aliases
|
|
2762
2772
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2763
2773
|
// TagPlus aliases
|
|
2764
2774
|
export { default as TagPlusIcon } from '../icons/tag-plus';
|
|
2765
|
-
// Tablets aliases
|
|
2766
|
-
export { default as TabletsIcon } from '../icons/tablets';
|
|
2767
2775
|
// TagX aliases
|
|
2768
2776
|
export { default as TagXIcon } from '../icons/tag-x';
|
|
2769
2777
|
// Tag aliases
|
|
@@ -2772,58 +2780,58 @@ export { default as TagIcon } from '../icons/tag';
|
|
|
2772
2780
|
export { default as TagsIcon } from '../icons/tags';
|
|
2773
2781
|
// Tally1 aliases
|
|
2774
2782
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2775
|
-
// Tally2 aliases
|
|
2776
|
-
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2777
2783
|
// Tally3 aliases
|
|
2778
2784
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2785
|
+
// Tally2 aliases
|
|
2786
|
+
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2779
2787
|
// Tally4 aliases
|
|
2780
2788
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2781
2789
|
// Tally5 aliases
|
|
2782
2790
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2783
|
-
// Target aliases
|
|
2784
|
-
export { default as TargetIcon } from '../icons/target';
|
|
2785
2791
|
// Tangent aliases
|
|
2786
2792
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2793
|
+
// Target aliases
|
|
2794
|
+
export { default as TargetIcon } from '../icons/target';
|
|
2787
2795
|
// Telescope aliases
|
|
2788
2796
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2789
|
-
// TentTree aliases
|
|
2790
|
-
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2791
2797
|
// Tent aliases
|
|
2792
2798
|
export { default as TentIcon } from '../icons/tent';
|
|
2799
|
+
// TentTree aliases
|
|
2800
|
+
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2793
2801
|
// Terminal aliases
|
|
2794
2802
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2795
2803
|
// TestTube aliases
|
|
2796
2804
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2797
|
-
// TextCursorInput aliases
|
|
2798
|
-
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2799
2805
|
// TestTubes aliases
|
|
2800
2806
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2807
|
+
// TextCursorInput aliases
|
|
2808
|
+
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2801
2809
|
// TextCursor aliases
|
|
2802
2810
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2803
2811
|
// TextQuote aliases
|
|
2804
2812
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2805
2813
|
// TextSearch aliases
|
|
2806
2814
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2807
|
-
// ThermometerSnowflake aliases
|
|
2808
|
-
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2809
|
-
// ThermometerSun aliases
|
|
2810
|
-
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2811
2815
|
// Theater aliases
|
|
2812
2816
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2817
|
+
// ThermometerSnowflake aliases
|
|
2818
|
+
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2813
2819
|
// Thermometer aliases
|
|
2814
2820
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2821
|
+
// ThermometerSun aliases
|
|
2822
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2815
2823
|
// ThumbsDown aliases
|
|
2816
2824
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2817
2825
|
// ThumbsUp aliases
|
|
2818
2826
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2819
|
-
// TicketCheck aliases
|
|
2820
|
-
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2821
2827
|
// TicTacToe aliases
|
|
2822
2828
|
export { default as TicTacToeIcon } from '../icons/tic-tac-toe';
|
|
2823
|
-
//
|
|
2824
|
-
export { default as
|
|
2829
|
+
// TicketCheck aliases
|
|
2830
|
+
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2825
2831
|
// TicketMinus aliases
|
|
2826
2832
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2833
|
+
// TicketPercent aliases
|
|
2834
|
+
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2827
2835
|
// TicketPlus aliases
|
|
2828
2836
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2829
2837
|
// TicketSlash aliases
|
|
@@ -2844,14 +2852,14 @@ export { default as TimerOffIcon } from '../icons/timer-off';
|
|
|
2844
2852
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2845
2853
|
// Timer aliases
|
|
2846
2854
|
export { default as TimerIcon } from '../icons/timer';
|
|
2855
|
+
// Toilet aliases
|
|
2856
|
+
export { default as ToiletIcon } from '../icons/toilet';
|
|
2847
2857
|
// ToggleLeft aliases
|
|
2848
2858
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2849
2859
|
// ToggleRight aliases
|
|
2850
2860
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2851
2861
|
// ToolCase aliases
|
|
2852
2862
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2853
|
-
// Toilet aliases
|
|
2854
|
-
export { default as ToiletIcon } from '../icons/toilet';
|
|
2855
2863
|
// Toolbox aliases
|
|
2856
2864
|
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2857
2865
|
// ToothbrushSparkles aliases
|
|
@@ -2882,10 +2890,10 @@ export { default as TrailerIcon } from '../icons/trailer';
|
|
|
2882
2890
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2883
2891
|
// TrainFront aliases
|
|
2884
2892
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2885
|
-
// TrainTrack aliases
|
|
2886
|
-
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2887
2893
|
// Transgender aliases
|
|
2888
2894
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2895
|
+
// TrainTrack aliases
|
|
2896
|
+
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2889
2897
|
// TrashOff aliases
|
|
2890
2898
|
export { default as TrashOffIcon } from '../icons/trash-off';
|
|
2891
2899
|
// TreeDeciduous aliases
|
|
@@ -2894,66 +2902,66 @@ export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
|
2894
2902
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2895
2903
|
// Trees aliases
|
|
2896
2904
|
export { default as TreesIcon } from '../icons/trees';
|
|
2897
|
-
// TrendingDown aliases
|
|
2898
|
-
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2899
2905
|
// TrendingUpDown aliases
|
|
2900
2906
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2907
|
+
// TrendingDown aliases
|
|
2908
|
+
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2901
2909
|
// TrendingUp aliases
|
|
2902
2910
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2903
2911
|
// TriangleDashed aliases
|
|
2904
2912
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2905
2913
|
// TriangleRight aliases
|
|
2906
2914
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2907
|
-
// Triangle aliases
|
|
2908
|
-
export { default as TriangleIcon } from '../icons/triangle';
|
|
2909
2915
|
// Trophy aliases
|
|
2910
2916
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2917
|
+
// Triangle aliases
|
|
2918
|
+
export { default as TriangleIcon } from '../icons/triangle';
|
|
2911
2919
|
// TruckElectric aliases
|
|
2912
2920
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2913
2921
|
// Truck aliases
|
|
2914
2922
|
export { default as TruckIcon } from '../icons/truck';
|
|
2915
|
-
// Turntable aliases
|
|
2916
|
-
export { default as TurntableIcon } from '../icons/turntable';
|
|
2917
|
-
// TvMinimalPlay aliases
|
|
2918
|
-
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2919
2923
|
// TurkishLira aliases
|
|
2920
2924
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2925
|
+
// Turntable aliases
|
|
2926
|
+
export { default as TurntableIcon } from '../icons/turntable';
|
|
2921
2927
|
// Turtle aliases
|
|
2922
2928
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2929
|
+
// TvMinimalPlay aliases
|
|
2930
|
+
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2923
2931
|
// Tv aliases
|
|
2924
2932
|
export { default as TvIcon } from '../icons/tv';
|
|
2925
|
-
// Type aliases
|
|
2926
|
-
export { default as TypeIcon } from '../icons/type';
|
|
2927
2933
|
// TypeOutline aliases
|
|
2928
2934
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2935
|
+
// Type aliases
|
|
2936
|
+
export { default as TypeIcon } from '../icons/type';
|
|
2929
2937
|
// UmbrellaOff aliases
|
|
2930
2938
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2931
2939
|
// Umbrella aliases
|
|
2932
2940
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2933
|
-
// Underline aliases
|
|
2934
|
-
export { default as UnderlineIcon } from '../icons/underline';
|
|
2935
2941
|
// Undo2 aliases
|
|
2936
2942
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2943
|
+
// Underline aliases
|
|
2944
|
+
export { default as UnderlineIcon } from '../icons/underline';
|
|
2937
2945
|
// UndoDot aliases
|
|
2938
2946
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2939
|
-
// UnfoldHorizontal aliases
|
|
2940
|
-
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2941
2947
|
// Undo aliases
|
|
2942
2948
|
export { default as UndoIcon } from '../icons/undo';
|
|
2949
|
+
// UnfoldHorizontal aliases
|
|
2950
|
+
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2943
2951
|
// UnfoldVertical aliases
|
|
2944
2952
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2945
2953
|
// Ungroup aliases
|
|
2946
2954
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2947
|
-
// Unlink2 aliases
|
|
2948
|
-
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2949
2955
|
// Unlink aliases
|
|
2950
2956
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2957
|
+
// Unlink2 aliases
|
|
2958
|
+
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2951
2959
|
// Unplug aliases
|
|
2952
2960
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2953
|
-
// Upload aliases
|
|
2954
|
-
export { default as UploadIcon } from '../icons/upload';
|
|
2955
2961
|
// UsbCPort aliases
|
|
2956
2962
|
export { default as UsbCPortIcon } from '../icons/usb-c-port';
|
|
2963
|
+
// Upload aliases
|
|
2964
|
+
export { default as UploadIcon } from '../icons/upload';
|
|
2957
2965
|
// Usb aliases
|
|
2958
2966
|
export { default as UsbIcon } from '../icons/usb';
|
|
2959
2967
|
// UserCheck aliases
|
|
@@ -2964,54 +2972,54 @@ export { default as UserCogIcon } from '../icons/user-cog';
|
|
|
2964
2972
|
export { default as UserGroupIcon } from '../icons/user-group';
|
|
2965
2973
|
// UserKey aliases
|
|
2966
2974
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2967
|
-
// UserMinus aliases
|
|
2968
|
-
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2969
2975
|
// UserLock aliases
|
|
2970
2976
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2977
|
+
// UserMinus aliases
|
|
2978
|
+
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2971
2979
|
// UserPen aliases
|
|
2972
2980
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2973
2981
|
// UserPlus aliases
|
|
2974
2982
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2975
|
-
// UserRoundGroup aliases
|
|
2976
|
-
export { default as UserRoundGroupIcon } from '../icons/user-round-group';
|
|
2977
2983
|
// UserRoundArrowLeft aliases
|
|
2978
2984
|
export { default as UserRoundArrowLeftIcon } from '../icons/user-round-arrow-left';
|
|
2985
|
+
// UserRoundGroup aliases
|
|
2986
|
+
export { default as UserRoundGroupIcon } from '../icons/user-round-group';
|
|
2979
2987
|
// UserRoundKey aliases
|
|
2980
2988
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2981
2989
|
// UserRoundPen aliases
|
|
2982
2990
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2991
|
+
// UserRoundSearch aliases
|
|
2992
|
+
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2983
2993
|
// UserSearch aliases
|
|
2984
2994
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2985
2995
|
// UserShield aliases
|
|
2986
2996
|
export { default as UserShieldIcon } from '../icons/user-shield';
|
|
2987
|
-
// UserRoundSearch aliases
|
|
2988
|
-
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2989
2997
|
// UserStar aliases
|
|
2990
2998
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2991
|
-
// User aliases
|
|
2992
|
-
export { default as UserIcon } from '../icons/user';
|
|
2993
2999
|
// UserX aliases
|
|
2994
3000
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2995
|
-
//
|
|
2996
|
-
export { default as
|
|
3001
|
+
// User aliases
|
|
3002
|
+
export { default as UserIcon } from '../icons/user';
|
|
2997
3003
|
// Users aliases
|
|
2998
3004
|
export { default as UsersIcon } from '../icons/users';
|
|
2999
|
-
//
|
|
3000
|
-
export { default as
|
|
3005
|
+
// UtilityPole aliases
|
|
3006
|
+
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
3001
3007
|
// Van aliases
|
|
3002
3008
|
export { default as VanIcon } from '../icons/van';
|
|
3009
|
+
// Variable aliases
|
|
3010
|
+
export { default as VariableIcon } from '../icons/variable';
|
|
3003
3011
|
// Vault aliases
|
|
3004
3012
|
export { default as VaultIcon } from '../icons/vault';
|
|
3005
3013
|
// VectorPolygon aliases
|
|
3006
3014
|
export { default as VectorPolygonIcon } from '../icons/vector-polygon';
|
|
3007
3015
|
// VectorSquare aliases
|
|
3008
3016
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
3009
|
-
// Vegan aliases
|
|
3010
|
-
export { default as VeganIcon } from '../icons/vegan';
|
|
3011
3017
|
// VenetianMask aliases
|
|
3012
3018
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
3013
3019
|
// VenusAndMars aliases
|
|
3014
3020
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
3021
|
+
// Vegan aliases
|
|
3022
|
+
export { default as VeganIcon } from '../icons/vegan';
|
|
3015
3023
|
// Venus aliases
|
|
3016
3024
|
export { default as VenusIcon } from '../icons/venus';
|
|
3017
3025
|
// VibrateOff aliases
|
|
@@ -3028,32 +3036,34 @@ export { default as VideotapeIcon } from '../icons/videotape';
|
|
|
3028
3036
|
export { default as ViewIcon } from '../icons/view';
|
|
3029
3037
|
// VirusOff aliases
|
|
3030
3038
|
export { default as VirusOffIcon } from '../icons/virus-off';
|
|
3031
|
-
// Voicemail aliases
|
|
3032
|
-
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
3033
3039
|
// Virus aliases
|
|
3034
3040
|
export { default as VirusIcon } from '../icons/virus';
|
|
3041
|
+
// Voicemail aliases
|
|
3042
|
+
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
3035
3043
|
// Volleyball aliases
|
|
3036
3044
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
3037
3045
|
// Volume1 aliases
|
|
3038
3046
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
3039
|
-
// Volume2 aliases
|
|
3040
|
-
export { default as Volume2Icon } from '../icons/volume-2';
|
|
3041
3047
|
// VolumeOff aliases
|
|
3042
3048
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
3043
|
-
//
|
|
3044
|
-
export { default as
|
|
3049
|
+
// Volume2 aliases
|
|
3050
|
+
export { default as Volume2Icon } from '../icons/volume-2';
|
|
3045
3051
|
// Volume aliases
|
|
3046
3052
|
export { default as VolumeIcon } from '../icons/volume';
|
|
3047
|
-
//
|
|
3048
|
-
export { default as
|
|
3053
|
+
// VolumeX aliases
|
|
3054
|
+
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
3049
3055
|
// Vote aliases
|
|
3050
3056
|
export { default as VoteIcon } from '../icons/vote';
|
|
3051
3057
|
// Wallet aliases
|
|
3052
3058
|
export { default as WalletIcon } from '../icons/wallet';
|
|
3059
|
+
// WalletCards aliases
|
|
3060
|
+
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
3053
3061
|
// Wallpaper aliases
|
|
3054
3062
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
3055
3063
|
// Wand aliases
|
|
3056
3064
|
export { default as WandIcon } from '../icons/wand';
|
|
3065
|
+
// Warehouse aliases
|
|
3066
|
+
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
3057
3067
|
// WashingMachine aliases
|
|
3058
3068
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
3059
3069
|
// Watch aliases
|
|
@@ -3062,8 +3072,6 @@ export { default as WatchIcon } from '../icons/watch';
|
|
|
3062
3072
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
3063
3073
|
// WavesArrowUp aliases
|
|
3064
3074
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
3065
|
-
// Warehouse aliases
|
|
3066
|
-
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
3067
3075
|
// WavesLadder aliases
|
|
3068
3076
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
3069
3077
|
// WavesVertical aliases
|
|
@@ -3080,10 +3088,10 @@ export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
|
3080
3088
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
3081
3089
|
// WeightTilde aliases
|
|
3082
3090
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
3083
|
-
// WheatOff aliases
|
|
3084
|
-
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
3085
3091
|
// Weight aliases
|
|
3086
3092
|
export { default as WeightIcon } from '../icons/weight';
|
|
3093
|
+
// WheatOff aliases
|
|
3094
|
+
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
3087
3095
|
// Wheat aliases
|
|
3088
3096
|
export { default as WheatIcon } from '../icons/wheat';
|
|
3089
3097
|
// Whistle aliases
|
|
@@ -3100,40 +3108,40 @@ export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
|
3100
3108
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
3101
3109
|
// WifiPen aliases
|
|
3102
3110
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
3103
|
-
// WifiSync aliases
|
|
3104
|
-
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
3105
3111
|
// WifiZero aliases
|
|
3106
3112
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
3107
|
-
// WindArrowDown aliases
|
|
3108
|
-
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
3109
3113
|
// Wifi aliases
|
|
3110
3114
|
export { default as WifiIcon } from '../icons/wifi';
|
|
3111
|
-
//
|
|
3112
|
-
export { default as
|
|
3115
|
+
// WifiSync aliases
|
|
3116
|
+
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
3117
|
+
// WindArrowDown aliases
|
|
3118
|
+
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
3113
3119
|
// WineOff aliases
|
|
3114
3120
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
3121
|
+
// Wind aliases
|
|
3122
|
+
export { default as WindIcon } from '../icons/wind';
|
|
3115
3123
|
// Wine aliases
|
|
3116
3124
|
export { default as WineIcon } from '../icons/wine';
|
|
3117
3125
|
// Workflow aliases
|
|
3118
3126
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
3119
|
-
//
|
|
3120
|
-
export { default as
|
|
3127
|
+
// WrenchOff aliases
|
|
3128
|
+
export { default as WrenchOffIcon } from '../icons/wrench-off';
|
|
3121
3129
|
// Wrench aliases
|
|
3122
3130
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
3131
|
+
// Worm aliases
|
|
3132
|
+
export { default as WormIcon } from '../icons/worm';
|
|
3123
3133
|
// XLineTop aliases
|
|
3124
3134
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
3125
|
-
// ZapOff aliases
|
|
3126
|
-
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
3127
3135
|
// X aliases
|
|
3128
3136
|
export { default as XIcon } from '../icons/x';
|
|
3129
|
-
//
|
|
3130
|
-
export { default as
|
|
3131
|
-
// ZodiacAries aliases
|
|
3132
|
-
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
3137
|
+
// ZapOff aliases
|
|
3138
|
+
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
3133
3139
|
// ZodiacAquarius aliases
|
|
3134
3140
|
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
3135
3141
|
// Zap aliases
|
|
3136
3142
|
export { default as ZapIcon } from '../icons/zap';
|
|
3143
|
+
// ZodiacAries aliases
|
|
3144
|
+
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
3137
3145
|
// ZodiacCancer aliases
|
|
3138
3146
|
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
3139
3147
|
// ZodiacCapricorn aliases
|
|
@@ -3146,18 +3154,18 @@ export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
|
3146
3154
|
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
3147
3155
|
// ZodiacOphiuchus aliases
|
|
3148
3156
|
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
3157
|
+
// ZodiacPisces aliases
|
|
3158
|
+
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
3149
3159
|
// ZodiacSagittarius aliases
|
|
3150
3160
|
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
3151
3161
|
// ZodiacScorpio aliases
|
|
3152
3162
|
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
3153
3163
|
// ZodiacTaurus aliases
|
|
3154
3164
|
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
3155
|
-
// ZodiacVirgo aliases
|
|
3156
|
-
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
3157
|
-
// ZodiacPisces aliases
|
|
3158
|
-
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
3159
3165
|
// ZoomIn aliases
|
|
3160
3166
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
3167
|
+
// ZodiacVirgo aliases
|
|
3168
|
+
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
3161
3169
|
// ZoomOut aliases
|
|
3162
3170
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
3163
3171
|
// ArrowDown01 aliases
|
|
@@ -3174,48 +3182,48 @@ export {
|
|
|
3174
3182
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. */
|
|
3175
3183
|
default as AlarmCheckIcon
|
|
3176
3184
|
} from '../icons/alarm-clock-check';
|
|
3177
|
-
// AlarmClockPlus aliases
|
|
3178
|
-
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
3179
|
-
export {
|
|
3180
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. */
|
|
3181
|
-
default as AlarmPlusIcon
|
|
3182
|
-
} from '../icons/alarm-clock-plus';
|
|
3183
3185
|
// AlarmClockMinus aliases
|
|
3184
3186
|
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
3185
3187
|
export {
|
|
3186
3188
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. */
|
|
3187
3189
|
default as AlarmMinusIcon
|
|
3188
3190
|
} from '../icons/alarm-clock-minus';
|
|
3191
|
+
// AlarmClockPlus aliases
|
|
3192
|
+
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
3193
|
+
export {
|
|
3194
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. */
|
|
3195
|
+
default as AlarmPlusIcon
|
|
3196
|
+
} from '../icons/alarm-clock-plus';
|
|
3189
3197
|
// ArrowDownAZ aliases
|
|
3190
3198
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
3191
3199
|
export {
|
|
3192
3200
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. */
|
|
3193
3201
|
default as ArrowDownAzIcon
|
|
3194
3202
|
} from '../icons/arrow-down-a-z';
|
|
3195
|
-
//
|
|
3196
|
-
export { default as
|
|
3197
|
-
export {
|
|
3198
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
|
|
3199
|
-
default as ArrowDownZaIcon
|
|
3200
|
-
} from '../icons/arrow-down-z-a';
|
|
3201
|
-
// ArrowDownWideNarrow aliases
|
|
3202
|
-
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
3203
|
+
// ArrowDownWideNarrow aliases
|
|
3204
|
+
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
3203
3205
|
export {
|
|
3204
3206
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. */
|
|
3205
3207
|
default as SortDescIcon
|
|
3206
3208
|
} from '../icons/arrow-down-wide-narrow';
|
|
3207
|
-
//
|
|
3208
|
-
export { default as
|
|
3209
|
+
// ArrowDownZA aliases
|
|
3210
|
+
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
3209
3211
|
export {
|
|
3210
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3211
|
-
default as
|
|
3212
|
-
} from '../icons/arrow-
|
|
3212
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
|
|
3213
|
+
default as ArrowDownZaIcon
|
|
3214
|
+
} from '../icons/arrow-down-z-a';
|
|
3213
3215
|
// ArrowUpNarrowWide aliases
|
|
3214
3216
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3215
3217
|
export {
|
|
3216
3218
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
|
|
3217
3219
|
default as SortAscIcon
|
|
3218
3220
|
} from '../icons/arrow-up-narrow-wide';
|
|
3221
|
+
// ArrowUpAZ aliases
|
|
3222
|
+
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
3223
|
+
export {
|
|
3224
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. */
|
|
3225
|
+
default as ArrowUpAzIcon
|
|
3226
|
+
} from '../icons/arrow-up-a-z';
|
|
3219
3227
|
// ArrowUpZA aliases
|
|
3220
3228
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
3221
3229
|
export {
|
|
@@ -3246,36 +3254,36 @@ export {
|
|
|
3246
3254
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
3247
3255
|
default as BadgeHelpIcon
|
|
3248
3256
|
} from '../icons/badge-question-mark';
|
|
3249
|
-
// BetweenHorizontalStart aliases
|
|
3250
|
-
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
3251
|
-
export {
|
|
3252
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
3253
|
-
default as BetweenHorizonalStartIcon
|
|
3254
|
-
} from '../icons/between-horizontal-start';
|
|
3255
3257
|
// BookBookmark aliases
|
|
3256
3258
|
export { default as BookBookmarkIcon } from '../icons/book-bookmark';
|
|
3257
3259
|
export {
|
|
3258
3260
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookBookmark} instead. */
|
|
3259
3261
|
default as BookMarkedIcon
|
|
3260
3262
|
} from '../icons/book-bookmark';
|
|
3263
|
+
// BuildingComplex aliases
|
|
3264
|
+
export { default as BuildingComplexIcon } from '../icons/building-complex';
|
|
3265
|
+
export {
|
|
3266
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BuildingComplex} instead. */
|
|
3267
|
+
default as Building2Icon
|
|
3268
|
+
} from '../icons/building-complex';
|
|
3261
3269
|
// BookDashed aliases
|
|
3262
3270
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3263
3271
|
export {
|
|
3264
3272
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. */
|
|
3265
3273
|
default as BookTemplateIcon
|
|
3266
3274
|
} from '../icons/book-dashed';
|
|
3275
|
+
// BetweenHorizontalStart aliases
|
|
3276
|
+
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
3277
|
+
export {
|
|
3278
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
3279
|
+
default as BetweenHorizonalStartIcon
|
|
3280
|
+
} from '../icons/between-horizontal-start';
|
|
3267
3281
|
// Braces aliases
|
|
3268
3282
|
export { default as BracesIcon } from '../icons/braces';
|
|
3269
3283
|
export {
|
|
3270
3284
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
|
|
3271
3285
|
default as CurlyBracesIcon
|
|
3272
3286
|
} from '../icons/braces';
|
|
3273
|
-
// BuildingComplex aliases
|
|
3274
|
-
export { default as BuildingComplexIcon } from '../icons/building-complex';
|
|
3275
|
-
export {
|
|
3276
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BuildingComplex} instead. */
|
|
3277
|
-
default as Building2Icon
|
|
3278
|
-
} from '../icons/building-complex';
|
|
3279
3287
|
// Captions aliases
|
|
3280
3288
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
3281
3289
|
export {
|
|
@@ -3294,6 +3302,12 @@ export {
|
|
|
3294
3302
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
|
|
3295
3303
|
default as BarChartHorizontalBigIcon
|
|
3296
3304
|
} from '../icons/chart-bar-big';
|
|
3305
|
+
// ChartCandlestick aliases
|
|
3306
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3307
|
+
export {
|
|
3308
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
3309
|
+
default as CandlestickChartIcon
|
|
3310
|
+
} from '../icons/chart-candlestick';
|
|
3297
3311
|
// ChartBar aliases
|
|
3298
3312
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3299
3313
|
export {
|
|
@@ -3306,12 +3320,6 @@ export {
|
|
|
3306
3320
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. */
|
|
3307
3321
|
default as BarChartBigIcon
|
|
3308
3322
|
} from '../icons/chart-column-big';
|
|
3309
|
-
// ChartCandlestick aliases
|
|
3310
|
-
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3311
|
-
export {
|
|
3312
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
3313
|
-
default as CandlestickChartIcon
|
|
3314
|
-
} from '../icons/chart-candlestick';
|
|
3315
3323
|
// ChartColumnIncreasing aliases
|
|
3316
3324
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3317
3325
|
export {
|
|
@@ -3330,18 +3338,18 @@ export {
|
|
|
3330
3338
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. */
|
|
3331
3339
|
default as BarChartIcon
|
|
3332
3340
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3333
|
-
// ChartLine aliases
|
|
3334
|
-
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3335
|
-
export {
|
|
3336
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
3337
|
-
default as LineChartIcon
|
|
3338
|
-
} from '../icons/chart-line';
|
|
3339
3341
|
// ChartNoAxesColumn aliases
|
|
3340
3342
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3341
3343
|
export {
|
|
3342
3344
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. */
|
|
3343
3345
|
default as BarChart2Icon
|
|
3344
3346
|
} from '../icons/chart-no-axes-column';
|
|
3347
|
+
// ChartLine aliases
|
|
3348
|
+
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3349
|
+
export {
|
|
3350
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
3351
|
+
default as LineChartIcon
|
|
3352
|
+
} from '../icons/chart-line';
|
|
3345
3353
|
// ChartNoAxesGantt aliases
|
|
3346
3354
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3347
3355
|
export {
|
|
@@ -3372,72 +3380,72 @@ export {
|
|
|
3372
3380
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. */
|
|
3373
3381
|
default as ArrowDownCircleIcon
|
|
3374
3382
|
} from '../icons/circle-arrow-down';
|
|
3375
|
-
// CircleArrowLeft aliases
|
|
3376
|
-
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3377
|
-
export {
|
|
3378
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. */
|
|
3379
|
-
default as ArrowLeftCircleIcon
|
|
3380
|
-
} from '../icons/circle-arrow-left';
|
|
3381
3383
|
// CircleArrowOutDownLeft aliases
|
|
3382
3384
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3383
3385
|
export {
|
|
3384
3386
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. */
|
|
3385
3387
|
default as ArrowDownLeftFromCircleIcon
|
|
3386
3388
|
} from '../icons/circle-arrow-out-down-left';
|
|
3387
|
-
//
|
|
3388
|
-
export { default as
|
|
3389
|
-
export {
|
|
3390
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. */
|
|
3391
|
-
default as ArrowUpLeftFromCircleIcon
|
|
3392
|
-
} from '../icons/circle-arrow-out-up-left';
|
|
3393
|
-
// CircleArrowOutUpRight aliases
|
|
3394
|
-
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3389
|
+
// CircleArrowLeft aliases
|
|
3390
|
+
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3395
3391
|
export {
|
|
3396
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3397
|
-
default as
|
|
3398
|
-
} from '../icons/circle-arrow-
|
|
3392
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. */
|
|
3393
|
+
default as ArrowLeftCircleIcon
|
|
3394
|
+
} from '../icons/circle-arrow-left';
|
|
3399
3395
|
// CircleArrowOutDownRight aliases
|
|
3400
3396
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3401
3397
|
export {
|
|
3402
3398
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. */
|
|
3403
3399
|
default as ArrowDownRightFromCircleIcon
|
|
3404
3400
|
} from '../icons/circle-arrow-out-down-right';
|
|
3405
|
-
//
|
|
3406
|
-
export { default as
|
|
3401
|
+
// CircleArrowOutUpLeft aliases
|
|
3402
|
+
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3407
3403
|
export {
|
|
3408
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3409
|
-
default as
|
|
3410
|
-
} from '../icons/circle-arrow-up';
|
|
3404
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. */
|
|
3405
|
+
default as ArrowUpLeftFromCircleIcon
|
|
3406
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
3411
3407
|
// CircleArrowRight aliases
|
|
3412
3408
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3413
3409
|
export {
|
|
3414
3410
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
3415
3411
|
default as ArrowRightCircleIcon
|
|
3416
3412
|
} from '../icons/circle-arrow-right';
|
|
3413
|
+
// CircleArrowOutUpRight aliases
|
|
3414
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3415
|
+
export {
|
|
3416
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
|
|
3417
|
+
default as ArrowUpRightFromCircleIcon
|
|
3418
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
3417
3419
|
// CircleCheckBig aliases
|
|
3418
3420
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3419
3421
|
export {
|
|
3420
3422
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
3421
3423
|
default as CheckCircleIcon
|
|
3422
3424
|
} from '../icons/circle-check-big';
|
|
3425
|
+
// CircleArrowUp aliases
|
|
3426
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3427
|
+
export {
|
|
3428
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
|
|
3429
|
+
default as ArrowUpCircleIcon
|
|
3430
|
+
} from '../icons/circle-arrow-up';
|
|
3423
3431
|
// CircleCheck aliases
|
|
3424
3432
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3425
3433
|
export {
|
|
3426
3434
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
|
|
3427
3435
|
default as CheckCircle2Icon
|
|
3428
3436
|
} from '../icons/circle-check';
|
|
3429
|
-
// CircleChevronDown aliases
|
|
3430
|
-
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3431
|
-
export {
|
|
3432
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
3433
|
-
default as ChevronDownCircleIcon
|
|
3434
|
-
} from '../icons/circle-chevron-down';
|
|
3435
3437
|
// CircleChevronLeft aliases
|
|
3436
3438
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3437
3439
|
export {
|
|
3438
3440
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
|
|
3439
3441
|
default as ChevronLeftCircleIcon
|
|
3440
3442
|
} from '../icons/circle-chevron-left';
|
|
3443
|
+
// CircleChevronDown aliases
|
|
3444
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3445
|
+
export {
|
|
3446
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
3447
|
+
default as ChevronDownCircleIcon
|
|
3448
|
+
} from '../icons/circle-chevron-down';
|
|
3441
3449
|
// CircleChevronRight aliases
|
|
3442
3450
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3443
3451
|
export {
|
|
@@ -3450,36 +3458,24 @@ export {
|
|
|
3450
3458
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. */
|
|
3451
3459
|
default as ChevronUpCircleIcon
|
|
3452
3460
|
} from '../icons/circle-chevron-up';
|
|
3453
|
-
// CircleGauge aliases
|
|
3454
|
-
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3455
|
-
export {
|
|
3456
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
|
|
3457
|
-
default as GaugeCircleIcon
|
|
3458
|
-
} from '../icons/circle-gauge';
|
|
3459
3461
|
// CircleDivide aliases
|
|
3460
3462
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3461
3463
|
export {
|
|
3462
3464
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
|
|
3463
3465
|
default as DivideCircleIcon
|
|
3464
3466
|
} from '../icons/circle-divide';
|
|
3467
|
+
// CircleGauge aliases
|
|
3468
|
+
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3469
|
+
export {
|
|
3470
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
|
|
3471
|
+
default as GaugeCircleIcon
|
|
3472
|
+
} from '../icons/circle-gauge';
|
|
3465
3473
|
// CircleMinus aliases
|
|
3466
3474
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3467
3475
|
export {
|
|
3468
3476
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
|
|
3469
3477
|
default as MinusCircleIcon
|
|
3470
3478
|
} from '../icons/circle-minus';
|
|
3471
|
-
// CirclePause aliases
|
|
3472
|
-
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3473
|
-
export {
|
|
3474
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. */
|
|
3475
|
-
default as PauseCircleIcon
|
|
3476
|
-
} from '../icons/circle-pause';
|
|
3477
|
-
// CirclePercent aliases
|
|
3478
|
-
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3479
|
-
export {
|
|
3480
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. */
|
|
3481
|
-
default as PercentCircleIcon
|
|
3482
|
-
} from '../icons/circle-percent';
|
|
3483
3479
|
// CircleParkingOff aliases
|
|
3484
3480
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3485
3481
|
export {
|
|
@@ -3492,24 +3488,30 @@ export {
|
|
|
3492
3488
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. */
|
|
3493
3489
|
default as ParkingCircleIcon
|
|
3494
3490
|
} from '../icons/circle-parking';
|
|
3495
|
-
//
|
|
3496
|
-
export { default as
|
|
3491
|
+
// CirclePause aliases
|
|
3492
|
+
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3497
3493
|
export {
|
|
3498
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3499
|
-
default as
|
|
3500
|
-
} from '../icons/circle-
|
|
3494
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. */
|
|
3495
|
+
default as PauseCircleIcon
|
|
3496
|
+
} from '../icons/circle-pause';
|
|
3497
|
+
// CirclePercent aliases
|
|
3498
|
+
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3499
|
+
export {
|
|
3500
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. */
|
|
3501
|
+
default as PercentCircleIcon
|
|
3502
|
+
} from '../icons/circle-percent';
|
|
3501
3503
|
// CirclePlus aliases
|
|
3502
3504
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3503
3505
|
export {
|
|
3504
3506
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
3505
3507
|
default as PlusCircleIcon
|
|
3506
3508
|
} from '../icons/circle-plus';
|
|
3507
|
-
//
|
|
3508
|
-
export { default as
|
|
3509
|
+
// CirclePlay aliases
|
|
3510
|
+
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3509
3511
|
export {
|
|
3510
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3511
|
-
default as
|
|
3512
|
-
} from '../icons/circle-
|
|
3512
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. */
|
|
3513
|
+
default as PlayCircleIcon
|
|
3514
|
+
} from '../icons/circle-play';
|
|
3513
3515
|
// CircleQuestionMark aliases
|
|
3514
3516
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3515
3517
|
export {
|
|
@@ -3520,18 +3522,30 @@ export {
|
|
|
3520
3522
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. */
|
|
3521
3523
|
default as CircleHelpIcon
|
|
3522
3524
|
} from '../icons/circle-question-mark';
|
|
3525
|
+
// CircleSlash2 aliases
|
|
3526
|
+
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3527
|
+
export {
|
|
3528
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. */
|
|
3529
|
+
default as CircleSlashedIcon
|
|
3530
|
+
} from '../icons/circle-slash-2';
|
|
3531
|
+
// CirclePower aliases
|
|
3532
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3533
|
+
export {
|
|
3534
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. */
|
|
3535
|
+
default as PowerCircleIcon
|
|
3536
|
+
} from '../icons/circle-power';
|
|
3523
3537
|
// CircleStop aliases
|
|
3524
3538
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3525
3539
|
export {
|
|
3526
3540
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. */
|
|
3527
3541
|
default as StopCircleIcon
|
|
3528
3542
|
} from '../icons/circle-stop';
|
|
3529
|
-
//
|
|
3530
|
-
export { default as
|
|
3543
|
+
// CircleUserRound aliases
|
|
3544
|
+
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3531
3545
|
export {
|
|
3532
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3533
|
-
default as
|
|
3534
|
-
} from '../icons/circle-
|
|
3546
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
|
|
3547
|
+
default as UserCircle2Icon
|
|
3548
|
+
} from '../icons/circle-user-round';
|
|
3535
3549
|
// CircleUser aliases
|
|
3536
3550
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3537
3551
|
export {
|
|
@@ -3544,12 +3558,6 @@ export {
|
|
|
3544
3558
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. */
|
|
3545
3559
|
default as XCircleIcon
|
|
3546
3560
|
} from '../icons/circle-x';
|
|
3547
|
-
// CircleUserRound aliases
|
|
3548
|
-
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3549
|
-
export {
|
|
3550
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
|
|
3551
|
-
default as UserCircle2Icon
|
|
3552
|
-
} from '../icons/circle-user-round';
|
|
3553
3561
|
// ClipboardPenLine aliases
|
|
3554
3562
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3555
3563
|
export {
|
|
@@ -3574,18 +3582,18 @@ export {
|
|
|
3574
3582
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. */
|
|
3575
3583
|
default as UploadCloudIcon
|
|
3576
3584
|
} from '../icons/cloud-upload';
|
|
3577
|
-
// CodeXml aliases
|
|
3578
|
-
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3579
|
-
export {
|
|
3580
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. */
|
|
3581
|
-
default as Code2Icon
|
|
3582
|
-
} from '../icons/code-xml';
|
|
3583
3585
|
// Columns2 aliases
|
|
3584
3586
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3585
3587
|
export {
|
|
3586
3588
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. */
|
|
3587
3589
|
default as ColumnsIcon
|
|
3588
3590
|
} from '../icons/columns-2';
|
|
3591
|
+
// CodeXml aliases
|
|
3592
|
+
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3593
|
+
export {
|
|
3594
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. */
|
|
3595
|
+
default as Code2Icon
|
|
3596
|
+
} from '../icons/code-xml';
|
|
3589
3597
|
// Columns3Cog aliases
|
|
3590
3598
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3591
3599
|
export {
|
|
@@ -3596,30 +3604,30 @@ export {
|
|
|
3596
3604
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. */
|
|
3597
3605
|
default as TableConfigIcon
|
|
3598
3606
|
} from '../icons/columns-3-cog';
|
|
3599
|
-
// ContactRound aliases
|
|
3600
|
-
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3601
|
-
export {
|
|
3602
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. */
|
|
3603
|
-
default as Contact2Icon
|
|
3604
|
-
} from '../icons/contact-round';
|
|
3605
|
-
// DiamondPercent aliases
|
|
3606
|
-
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3607
|
-
export {
|
|
3608
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. */
|
|
3609
|
-
default as PercentDiamondIcon
|
|
3610
|
-
} from '../icons/diamond-percent';
|
|
3611
3607
|
// Columns3 aliases
|
|
3612
3608
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3613
3609
|
export {
|
|
3614
3610
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. */
|
|
3615
3611
|
default as PanelsLeftRightIcon
|
|
3616
3612
|
} from '../icons/columns-3';
|
|
3613
|
+
// ContactRound aliases
|
|
3614
|
+
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3615
|
+
export {
|
|
3616
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. */
|
|
3617
|
+
default as Contact2Icon
|
|
3618
|
+
} from '../icons/contact-round';
|
|
3617
3619
|
// Earth aliases
|
|
3618
3620
|
export { default as EarthIcon } from '../icons/earth';
|
|
3619
3621
|
export {
|
|
3620
3622
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. */
|
|
3621
3623
|
default as Globe2Icon
|
|
3622
3624
|
} from '../icons/earth';
|
|
3625
|
+
// DiamondPercent aliases
|
|
3626
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3627
|
+
export {
|
|
3628
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. */
|
|
3629
|
+
default as PercentDiamondIcon
|
|
3630
|
+
} from '../icons/diamond-percent';
|
|
3623
3631
|
// EllipsisVertical aliases
|
|
3624
3632
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3625
3633
|
export {
|
|
@@ -3644,18 +3652,24 @@ export {
|
|
|
3644
3652
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceGrinning} instead. */
|
|
3645
3653
|
default as LaughIcon
|
|
3646
3654
|
} from '../icons/face-grinning';
|
|
3655
|
+
// FaceNeutral aliases
|
|
3656
|
+
export { default as FaceNeutralIcon } from '../icons/face-neutral';
|
|
3657
|
+
export {
|
|
3658
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceNeutral} instead. */
|
|
3659
|
+
default as MehIcon
|
|
3660
|
+
} from '../icons/face-neutral';
|
|
3647
3661
|
// FaceExpressionless aliases
|
|
3648
3662
|
export { default as FaceExpressionlessIcon } from '../icons/face-expressionless';
|
|
3649
3663
|
export {
|
|
3650
3664
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceExpressionless} instead. */
|
|
3651
3665
|
default as AnnoyedIcon
|
|
3652
3666
|
} from '../icons/face-expressionless';
|
|
3653
|
-
//
|
|
3654
|
-
export { default as
|
|
3667
|
+
// FaceSlightlySmilingPlus aliases
|
|
3668
|
+
export { default as FaceSlightlySmilingPlusIcon } from '../icons/face-slightly-smiling-plus';
|
|
3655
3669
|
export {
|
|
3656
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3657
|
-
default as
|
|
3658
|
-
} from '../icons/face-
|
|
3670
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmilingPlus} instead. */
|
|
3671
|
+
default as SmilePlusIcon
|
|
3672
|
+
} from '../icons/face-slightly-smiling-plus';
|
|
3659
3673
|
// FaceSlightlySmiling aliases
|
|
3660
3674
|
export { default as FaceSlightlySmilingIcon } from '../icons/face-slightly-smiling';
|
|
3661
3675
|
export {
|
|
@@ -3674,12 +3688,6 @@ export {
|
|
|
3674
3688
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
3675
3689
|
default as FileAxis3DIcon
|
|
3676
3690
|
} from '../icons/file-axis-3d';
|
|
3677
|
-
// FaceSlightlySmilingPlus aliases
|
|
3678
|
-
export { default as FaceSlightlySmilingPlusIcon } from '../icons/face-slightly-smiling-plus';
|
|
3679
|
-
export {
|
|
3680
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmilingPlus} instead. */
|
|
3681
|
-
default as SmilePlusIcon
|
|
3682
|
-
} from '../icons/face-slightly-smiling-plus';
|
|
3683
3691
|
// FileBadge aliases
|
|
3684
3692
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3685
3693
|
export {
|
|
@@ -3698,18 +3706,18 @@ export {
|
|
|
3698
3706
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. */
|
|
3699
3707
|
default as FileJsonIcon
|
|
3700
3708
|
} from '../icons/file-braces';
|
|
3701
|
-
// FileChartColumnIncreasing aliases
|
|
3702
|
-
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3703
|
-
export {
|
|
3704
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. */
|
|
3705
|
-
default as FileBarChartIcon
|
|
3706
|
-
} from '../icons/file-chart-column-increasing';
|
|
3707
3709
|
// FileChartColumn aliases
|
|
3708
3710
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3709
3711
|
export {
|
|
3710
3712
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
|
|
3711
3713
|
default as FileBarChart2Icon
|
|
3712
3714
|
} from '../icons/file-chart-column';
|
|
3715
|
+
// FileChartColumnIncreasing aliases
|
|
3716
|
+
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3717
|
+
export {
|
|
3718
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. */
|
|
3719
|
+
default as FileBarChartIcon
|
|
3720
|
+
} from '../icons/file-chart-column-increasing';
|
|
3713
3721
|
// FileChartLine aliases
|
|
3714
3722
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3715
3723
|
export {
|
|
@@ -3728,12 +3736,6 @@ export {
|
|
|
3728
3736
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. */
|
|
3729
3737
|
default as FileCheck2Icon
|
|
3730
3738
|
} from '../icons/file-check-corner';
|
|
3731
|
-
// FileCodeCorner aliases
|
|
3732
|
-
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3733
|
-
export {
|
|
3734
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. */
|
|
3735
|
-
default as FileCode2Icon
|
|
3736
|
-
} from '../icons/file-code-corner';
|
|
3737
3739
|
// FileCog aliases
|
|
3738
3740
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3739
3741
|
export {
|
|
@@ -3756,60 +3758,72 @@ export {
|
|
|
3756
3758
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. */
|
|
3757
3759
|
default as FileAudio2Icon
|
|
3758
3760
|
} from '../icons/file-headphone';
|
|
3761
|
+
// FileCodeCorner aliases
|
|
3762
|
+
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3763
|
+
export {
|
|
3764
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. */
|
|
3765
|
+
default as FileCode2Icon
|
|
3766
|
+
} from '../icons/file-code-corner';
|
|
3759
3767
|
// FileKey aliases
|
|
3760
3768
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3761
3769
|
export {
|
|
3762
3770
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
|
|
3763
3771
|
default as FileKey2Icon
|
|
3764
3772
|
} from '../icons/file-key';
|
|
3765
|
-
// FileMinusCorner aliases
|
|
3766
|
-
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3767
|
-
export {
|
|
3768
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
3769
|
-
default as FileMinus2Icon
|
|
3770
|
-
} from '../icons/file-minus-corner';
|
|
3771
3773
|
// FileLock aliases
|
|
3772
3774
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3773
3775
|
export {
|
|
3774
3776
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
3775
3777
|
default as FileLock2Icon
|
|
3776
3778
|
} from '../icons/file-lock';
|
|
3777
|
-
//
|
|
3778
|
-
export { default as
|
|
3779
|
+
// FileMinusCorner aliases
|
|
3780
|
+
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3779
3781
|
export {
|
|
3780
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3781
|
-
default as
|
|
3782
|
-
} from '../icons/file-
|
|
3782
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
3783
|
+
default as FileMinus2Icon
|
|
3784
|
+
} from '../icons/file-minus-corner';
|
|
3783
3785
|
// FilePen aliases
|
|
3784
3786
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3785
3787
|
export {
|
|
3786
3788
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
|
|
3787
3789
|
default as FileEditIcon
|
|
3788
3790
|
} from '../icons/file-pen';
|
|
3789
|
-
//
|
|
3790
|
-
export { default as
|
|
3791
|
+
// FilePlusCorner aliases
|
|
3792
|
+
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3791
3793
|
export {
|
|
3792
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3793
|
-
default as
|
|
3794
|
-
} from '../icons/file-
|
|
3794
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
3795
|
+
default as FilePlus2Icon
|
|
3796
|
+
} from '../icons/file-plus-corner';
|
|
3797
|
+
// FilePenLine aliases
|
|
3798
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3799
|
+
export {
|
|
3800
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
|
|
3801
|
+
default as FileSignatureIcon
|
|
3802
|
+
} from '../icons/file-pen-line';
|
|
3795
3803
|
// FileQuestionMark aliases
|
|
3796
3804
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3797
3805
|
export {
|
|
3798
3806
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
|
|
3799
3807
|
default as FileQuestionIcon
|
|
3800
3808
|
} from '../icons/file-question-mark';
|
|
3801
|
-
// FilePlusCorner aliases
|
|
3802
|
-
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3803
|
-
export {
|
|
3804
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
3805
|
-
default as FilePlus2Icon
|
|
3806
|
-
} from '../icons/file-plus-corner';
|
|
3807
3809
|
// FileSearchCorner aliases
|
|
3808
3810
|
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3809
3811
|
export {
|
|
3810
3812
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. */
|
|
3811
3813
|
default as FileSearch2Icon
|
|
3812
3814
|
} from '../icons/file-search-corner';
|
|
3815
|
+
// FilePlay aliases
|
|
3816
|
+
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3817
|
+
export {
|
|
3818
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
3819
|
+
default as FileVideoIcon
|
|
3820
|
+
} from '../icons/file-play';
|
|
3821
|
+
// FileVideoCamera aliases
|
|
3822
|
+
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3823
|
+
export {
|
|
3824
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
|
|
3825
|
+
default as FileVideo2Icon
|
|
3826
|
+
} from '../icons/file-video-camera';
|
|
3813
3827
|
// FileSignal aliases
|
|
3814
3828
|
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3815
3829
|
export {
|
|
@@ -3822,30 +3836,24 @@ export {
|
|
|
3822
3836
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
|
|
3823
3837
|
default as FileType2Icon
|
|
3824
3838
|
} from '../icons/file-type-corner';
|
|
3825
|
-
//
|
|
3826
|
-
export { default as
|
|
3827
|
-
export {
|
|
3828
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. */
|
|
3829
|
-
default as FileX2Icon
|
|
3830
|
-
} from '../icons/file-x-corner';
|
|
3831
|
-
// FileVideoCamera aliases
|
|
3832
|
-
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3839
|
+
// FingerprintPattern aliases
|
|
3840
|
+
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3833
3841
|
export {
|
|
3834
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3835
|
-
default as
|
|
3836
|
-
} from '../icons/
|
|
3842
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. */
|
|
3843
|
+
default as FingerprintIcon
|
|
3844
|
+
} from '../icons/fingerprint-pattern';
|
|
3837
3845
|
// FolderCog aliases
|
|
3838
3846
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3839
3847
|
export {
|
|
3840
3848
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. */
|
|
3841
3849
|
default as FolderCog2Icon
|
|
3842
3850
|
} from '../icons/folder-cog';
|
|
3843
|
-
//
|
|
3844
|
-
export { default as
|
|
3851
|
+
// FileXCorner aliases
|
|
3852
|
+
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3845
3853
|
export {
|
|
3846
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3847
|
-
default as
|
|
3848
|
-
} from '../icons/
|
|
3854
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. */
|
|
3855
|
+
default as FileX2Icon
|
|
3856
|
+
} from '../icons/file-x-corner';
|
|
3849
3857
|
// FunnelX aliases
|
|
3850
3858
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3851
3859
|
export {
|
|
@@ -3898,12 +3906,6 @@ export {
|
|
|
3898
3906
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. */
|
|
3899
3907
|
default as Grid3X3Icon
|
|
3900
3908
|
} from '../icons/grid-3x3';
|
|
3901
|
-
// HandGrab aliases
|
|
3902
|
-
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3903
|
-
export {
|
|
3904
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
3905
|
-
default as GrabIcon
|
|
3906
|
-
} from '../icons/hand-grab';
|
|
3907
3909
|
// Grid2x2 aliases
|
|
3908
3910
|
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3909
3911
|
export {
|
|
@@ -3916,6 +3918,12 @@ export {
|
|
|
3916
3918
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
3917
3919
|
default as HelpingHandIcon
|
|
3918
3920
|
} from '../icons/hand-helping';
|
|
3921
|
+
// HandGrab aliases
|
|
3922
|
+
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3923
|
+
export {
|
|
3924
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
3925
|
+
default as GrabIcon
|
|
3926
|
+
} from '../icons/hand-grab';
|
|
3919
3927
|
// House aliases
|
|
3920
3928
|
export { default as HouseIcon } from '../icons/house';
|
|
3921
3929
|
export {
|
|
@@ -3934,18 +3942,18 @@ export {
|
|
|
3934
3942
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. */
|
|
3935
3943
|
default as IceCreamIcon
|
|
3936
3944
|
} from '../icons/ice-cream-cone';
|
|
3937
|
-
// LaptopMinimal aliases
|
|
3938
|
-
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3939
|
-
export {
|
|
3940
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
|
|
3941
|
-
default as Laptop2Icon
|
|
3942
|
-
} from '../icons/laptop-minimal';
|
|
3943
3945
|
// Layers aliases
|
|
3944
3946
|
export { default as LayersIcon } from '../icons/layers';
|
|
3945
3947
|
export {
|
|
3946
3948
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
|
|
3947
3949
|
default as Layers3Icon
|
|
3948
3950
|
} from '../icons/layers';
|
|
3951
|
+
// LaptopMinimal aliases
|
|
3952
|
+
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3953
|
+
export {
|
|
3954
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
|
|
3955
|
+
default as Laptop2Icon
|
|
3956
|
+
} from '../icons/laptop-minimal';
|
|
3949
3957
|
// ListIndentDecrease aliases
|
|
3950
3958
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3951
3959
|
export {
|
|
@@ -3966,6 +3974,12 @@ export {
|
|
|
3966
3974
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
|
|
3967
3975
|
default as IndentIncreaseIcon
|
|
3968
3976
|
} from '../icons/list-indent-increase';
|
|
3977
|
+
// LockOpen aliases
|
|
3978
|
+
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3979
|
+
export {
|
|
3980
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. */
|
|
3981
|
+
default as UnlockIcon
|
|
3982
|
+
} from '../icons/lock-open';
|
|
3969
3983
|
// LoaderCircle aliases
|
|
3970
3984
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3971
3985
|
export {
|
|
@@ -3978,12 +3992,6 @@ export {
|
|
|
3978
3992
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. */
|
|
3979
3993
|
default as UnlockKeyholeIcon
|
|
3980
3994
|
} from '../icons/lock-keyhole-open';
|
|
3981
|
-
// LockOpen aliases
|
|
3982
|
-
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3983
|
-
export {
|
|
3984
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. */
|
|
3985
|
-
default as UnlockIcon
|
|
3986
|
-
} from '../icons/lock-open';
|
|
3987
3995
|
// MailQuestionMark aliases
|
|
3988
3996
|
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3989
3997
|
export {
|
|
@@ -4008,30 +4016,30 @@ export {
|
|
|
4008
4016
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicSignal} instead. */
|
|
4009
4017
|
default as PodcastIcon
|
|
4010
4018
|
} from '../icons/mic-signal';
|
|
4011
|
-
// MicVocal aliases
|
|
4012
|
-
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
4013
|
-
export {
|
|
4014
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. */
|
|
4015
|
-
default as Mic2Icon
|
|
4016
|
-
} from '../icons/mic-vocal';
|
|
4017
4019
|
// Move3d aliases
|
|
4018
4020
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
4019
4021
|
export {
|
|
4020
4022
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. */
|
|
4021
4023
|
default as Move3DIcon
|
|
4022
4024
|
} from '../icons/move-3d';
|
|
4023
|
-
// OctagonPause aliases
|
|
4024
|
-
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
4025
|
-
export {
|
|
4026
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
|
|
4027
|
-
default as PauseOctagonIcon
|
|
4028
|
-
} from '../icons/octagon-pause';
|
|
4029
4025
|
// OctagonAlert aliases
|
|
4030
4026
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
4031
4027
|
export {
|
|
4032
4028
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
|
|
4033
4029
|
default as AlertOctagonIcon
|
|
4034
4030
|
} from '../icons/octagon-alert';
|
|
4031
|
+
// MicVocal aliases
|
|
4032
|
+
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
4033
|
+
export {
|
|
4034
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. */
|
|
4035
|
+
default as Mic2Icon
|
|
4036
|
+
} from '../icons/mic-vocal';
|
|
4037
|
+
// OctagonPause aliases
|
|
4038
|
+
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
4039
|
+
export {
|
|
4040
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
|
|
4041
|
+
default as PauseOctagonIcon
|
|
4042
|
+
} from '../icons/octagon-pause';
|
|
4035
4043
|
// OctagonX aliases
|
|
4036
4044
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
4037
4045
|
export {
|
|
@@ -4056,30 +4064,30 @@ export {
|
|
|
4056
4064
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
4057
4065
|
default as SidebarCloseIcon
|
|
4058
4066
|
} from '../icons/panel-left-close';
|
|
4059
|
-
// PanelLeftDashed aliases
|
|
4060
|
-
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
4061
|
-
export {
|
|
4062
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. */
|
|
4063
|
-
default as PanelLeftInactiveIcon
|
|
4064
|
-
} from '../icons/panel-left-dashed';
|
|
4065
|
-
// PanelLeft aliases
|
|
4066
|
-
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
4067
|
-
export {
|
|
4068
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
4069
|
-
default as SidebarIcon
|
|
4070
|
-
} from '../icons/panel-left';
|
|
4071
4067
|
// PanelLeftOpen aliases
|
|
4072
4068
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
4073
4069
|
export {
|
|
4074
4070
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
|
|
4075
4071
|
default as SidebarOpenIcon
|
|
4076
4072
|
} from '../icons/panel-left-open';
|
|
4073
|
+
// PanelLeftDashed aliases
|
|
4074
|
+
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
4075
|
+
export {
|
|
4076
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. */
|
|
4077
|
+
default as PanelLeftInactiveIcon
|
|
4078
|
+
} from '../icons/panel-left-dashed';
|
|
4077
4079
|
// PanelRightDashed aliases
|
|
4078
4080
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
4079
4081
|
export {
|
|
4080
4082
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. */
|
|
4081
4083
|
default as PanelRightInactiveIcon
|
|
4082
4084
|
} from '../icons/panel-right-dashed';
|
|
4085
|
+
// PanelLeft aliases
|
|
4086
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
4087
|
+
export {
|
|
4088
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
4089
|
+
default as SidebarIcon
|
|
4090
|
+
} from '../icons/panel-left';
|
|
4083
4091
|
// PanelTopDashed aliases
|
|
4084
4092
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
4085
4093
|
export {
|
|
@@ -4110,30 +4118,24 @@ export {
|
|
|
4110
4118
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. */
|
|
4111
4119
|
default as Edit2Icon
|
|
4112
4120
|
} from '../icons/pen';
|
|
4113
|
-
// RectangleEllipsis aliases
|
|
4114
|
-
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
4115
|
-
export {
|
|
4116
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. */
|
|
4117
|
-
default as FormInputIcon
|
|
4118
|
-
} from '../icons/rectangle-ellipsis';
|
|
4119
4121
|
// Rotate3d aliases
|
|
4120
4122
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
4121
4123
|
export {
|
|
4122
4124
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
|
|
4123
4125
|
default as Rotate3DIcon
|
|
4124
4126
|
} from '../icons/rotate-3d';
|
|
4127
|
+
// RectangleEllipsis aliases
|
|
4128
|
+
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
4129
|
+
export {
|
|
4130
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. */
|
|
4131
|
+
default as FormInputIcon
|
|
4132
|
+
} from '../icons/rectangle-ellipsis';
|
|
4125
4133
|
// RotateCcwClock aliases
|
|
4126
4134
|
export { default as RotateCcwClockIcon } from '../icons/rotate-ccw-clock';
|
|
4127
4135
|
export {
|
|
4128
4136
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RotateCcwClock} instead. */
|
|
4129
4137
|
default as HistoryIcon
|
|
4130
4138
|
} from '../icons/rotate-ccw-clock';
|
|
4131
|
-
// Rows2 aliases
|
|
4132
|
-
export { default as Rows2Icon } from '../icons/rows-2';
|
|
4133
|
-
export {
|
|
4134
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
|
|
4135
|
-
default as RowsIcon
|
|
4136
|
-
} from '../icons/rows-2';
|
|
4137
4139
|
// Rows3 aliases
|
|
4138
4140
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
4139
4141
|
export {
|
|
@@ -4146,6 +4148,12 @@ export {
|
|
|
4146
4148
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. */
|
|
4147
4149
|
default as Scale3DIcon
|
|
4148
4150
|
} from '../icons/scale-3d';
|
|
4151
|
+
// Rows2 aliases
|
|
4152
|
+
export { default as Rows2Icon } from '../icons/rows-2';
|
|
4153
|
+
export {
|
|
4154
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
|
|
4155
|
+
default as RowsIcon
|
|
4156
|
+
} from '../icons/rows-2';
|
|
4149
4157
|
// SendHorizontal aliases
|
|
4150
4158
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
4151
4159
|
export {
|
|
@@ -4176,18 +4184,24 @@ export {
|
|
|
4176
4184
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
|
|
4177
4185
|
default as StarsIcon
|
|
4178
4186
|
} from '../icons/sparkles';
|
|
4187
|
+
// SquareArrowDownLeft aliases
|
|
4188
|
+
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
4189
|
+
export {
|
|
4190
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. */
|
|
4191
|
+
default as ArrowDownLeftSquareIcon
|
|
4192
|
+
} from '../icons/square-arrow-down-left';
|
|
4179
4193
|
// SquareActivity aliases
|
|
4180
4194
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
4181
4195
|
export {
|
|
4182
4196
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
|
|
4183
4197
|
default as ActivitySquareIcon
|
|
4184
4198
|
} from '../icons/square-activity';
|
|
4185
|
-
//
|
|
4186
|
-
export { default as
|
|
4199
|
+
// SquareArrowLeft aliases
|
|
4200
|
+
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
4187
4201
|
export {
|
|
4188
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4189
|
-
default as
|
|
4190
|
-
} from '../icons/square-arrow-
|
|
4202
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
|
|
4203
|
+
default as ArrowLeftSquareIcon
|
|
4204
|
+
} from '../icons/square-arrow-left';
|
|
4191
4205
|
// SquareArrowDownRight aliases
|
|
4192
4206
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
4193
4207
|
export {
|
|
@@ -4200,12 +4214,6 @@ export {
|
|
|
4200
4214
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. */
|
|
4201
4215
|
default as ArrowDownSquareIcon
|
|
4202
4216
|
} from '../icons/square-arrow-down';
|
|
4203
|
-
// SquareArrowLeft aliases
|
|
4204
|
-
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
4205
|
-
export {
|
|
4206
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
|
|
4207
|
-
default as ArrowLeftSquareIcon
|
|
4208
|
-
} from '../icons/square-arrow-left';
|
|
4209
4217
|
// SquareArrowOutDownLeft aliases
|
|
4210
4218
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
4211
4219
|
export {
|
|
@@ -4218,12 +4226,6 @@ export {
|
|
|
4218
4226
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. */
|
|
4219
4227
|
default as ArrowDownRightFromSquareIcon
|
|
4220
4228
|
} from '../icons/square-arrow-out-down-right';
|
|
4221
|
-
// SquareArrowOutUpRight aliases
|
|
4222
|
-
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
4223
|
-
export {
|
|
4224
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
|
|
4225
|
-
default as ArrowUpRightFromSquareIcon
|
|
4226
|
-
} from '../icons/square-arrow-out-up-right';
|
|
4227
4229
|
// SquareArrowOutUpLeft aliases
|
|
4228
4230
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
4229
4231
|
export {
|
|
@@ -4236,6 +4238,12 @@ export {
|
|
|
4236
4238
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
4237
4239
|
default as ArrowRightSquareIcon
|
|
4238
4240
|
} from '../icons/square-arrow-right';
|
|
4241
|
+
// SquareArrowOutUpRight aliases
|
|
4242
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
4243
|
+
export {
|
|
4244
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
|
|
4245
|
+
default as ArrowUpRightFromSquareIcon
|
|
4246
|
+
} from '../icons/square-arrow-out-up-right';
|
|
4239
4247
|
// SquareArrowUpLeft aliases
|
|
4240
4248
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
4241
4249
|
export {
|
|
@@ -4248,36 +4256,42 @@ export {
|
|
|
4248
4256
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. */
|
|
4249
4257
|
default as ArrowUpRightSquareIcon
|
|
4250
4258
|
} from '../icons/square-arrow-up-right';
|
|
4251
|
-
//
|
|
4252
|
-
export { default as
|
|
4259
|
+
// SquareArrowUp aliases
|
|
4260
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
4253
4261
|
export {
|
|
4254
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4255
|
-
default as
|
|
4256
|
-
} from '../icons/square-
|
|
4262
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
|
|
4263
|
+
default as ArrowUpSquareIcon
|
|
4264
|
+
} from '../icons/square-arrow-up';
|
|
4257
4265
|
// SquareBookmark aliases
|
|
4258
4266
|
export { default as SquareBookmarkIcon } from '../icons/square-bookmark';
|
|
4259
4267
|
export {
|
|
4260
4268
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBookmark} instead. */
|
|
4261
4269
|
default as AlbumIcon
|
|
4262
4270
|
} from '../icons/square-bookmark';
|
|
4271
|
+
// SquareAsterisk aliases
|
|
4272
|
+
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
4273
|
+
export {
|
|
4274
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. */
|
|
4275
|
+
default as AsteriskSquareIcon
|
|
4276
|
+
} from '../icons/square-asterisk';
|
|
4263
4277
|
// SquareBottomDashedScissors aliases
|
|
4264
4278
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
4265
4279
|
export {
|
|
4266
4280
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. */
|
|
4267
4281
|
default as ScissorsSquareDashedBottomIcon
|
|
4268
4282
|
} from '../icons/square-bottom-dashed-scissors';
|
|
4269
|
-
// SquareArrowUp aliases
|
|
4270
|
-
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
4271
|
-
export {
|
|
4272
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
|
|
4273
|
-
default as ArrowUpSquareIcon
|
|
4274
|
-
} from '../icons/square-arrow-up';
|
|
4275
4283
|
// SquareCenterlineDashedHorizontal aliases
|
|
4276
4284
|
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
4277
4285
|
export {
|
|
4278
4286
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. */
|
|
4279
4287
|
default as FlipHorizontalIcon
|
|
4280
4288
|
} from '../icons/square-centerline-dashed-horizontal';
|
|
4289
|
+
// SquareCenterlineDashedVertical aliases
|
|
4290
|
+
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
4291
|
+
export {
|
|
4292
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
|
|
4293
|
+
default as FlipVerticalIcon
|
|
4294
|
+
} from '../icons/square-centerline-dashed-vertical';
|
|
4281
4295
|
// SquareChartGantt aliases
|
|
4282
4296
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
4283
4297
|
export {
|
|
@@ -4288,12 +4302,6 @@ export {
|
|
|
4288
4302
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
4289
4303
|
default as SquareGanttChartIcon
|
|
4290
4304
|
} from '../icons/square-chart-gantt';
|
|
4291
|
-
// SquareCenterlineDashedVertical aliases
|
|
4292
|
-
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
4293
|
-
export {
|
|
4294
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
|
|
4295
|
-
default as FlipVerticalIcon
|
|
4296
|
-
} from '../icons/square-centerline-dashed-vertical';
|
|
4297
4305
|
// SquareCheck aliases
|
|
4298
4306
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4299
4307
|
export {
|
|
@@ -4318,36 +4326,42 @@ export {
|
|
|
4318
4326
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
|
|
4319
4327
|
default as ChevronLeftSquareIcon
|
|
4320
4328
|
} from '../icons/square-chevron-left';
|
|
4321
|
-
// SquareChevronRight aliases
|
|
4322
|
-
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4323
|
-
export {
|
|
4324
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
|
|
4325
|
-
default as ChevronRightSquareIcon
|
|
4326
|
-
} from '../icons/square-chevron-right';
|
|
4327
4329
|
// SquareChevronUp aliases
|
|
4328
4330
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4329
4331
|
export {
|
|
4330
4332
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
|
|
4331
4333
|
default as ChevronUpSquareIcon
|
|
4332
4334
|
} from '../icons/square-chevron-up';
|
|
4333
|
-
// SquareDashedKanban aliases
|
|
4334
|
-
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4335
|
-
export {
|
|
4336
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
|
|
4337
|
-
default as KanbanSquareDashedIcon
|
|
4338
|
-
} from '../icons/square-dashed-kanban';
|
|
4339
4335
|
// SquareCode aliases
|
|
4340
4336
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4341
4337
|
export {
|
|
4342
4338
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
|
|
4343
4339
|
default as CodeSquareIcon
|
|
4344
4340
|
} from '../icons/square-code';
|
|
4341
|
+
// SquareDashedKanban aliases
|
|
4342
|
+
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4343
|
+
export {
|
|
4344
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
|
|
4345
|
+
default as KanbanSquareDashedIcon
|
|
4346
|
+
} from '../icons/square-dashed-kanban';
|
|
4345
4347
|
// SquareDashedMousePointer aliases
|
|
4346
4348
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4347
4349
|
export {
|
|
4348
4350
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. */
|
|
4349
4351
|
default as MousePointerSquareDashedIcon
|
|
4350
4352
|
} from '../icons/square-dashed-mouse-pointer';
|
|
4353
|
+
// SquareChevronRight aliases
|
|
4354
|
+
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4355
|
+
export {
|
|
4356
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
|
|
4357
|
+
default as ChevronRightSquareIcon
|
|
4358
|
+
} from '../icons/square-chevron-right';
|
|
4359
|
+
// SquareDashed aliases
|
|
4360
|
+
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4361
|
+
export {
|
|
4362
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
|
|
4363
|
+
default as BoxSelectIcon
|
|
4364
|
+
} from '../icons/square-dashed';
|
|
4351
4365
|
// SquareDashedText aliases
|
|
4352
4366
|
export { default as SquareDashedTextIcon } from '../icons/square-dashed-text';
|
|
4353
4367
|
export {
|
|
@@ -4358,12 +4372,6 @@ export {
|
|
|
4358
4372
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. */
|
|
4359
4373
|
default as TextSelectIcon
|
|
4360
4374
|
} from '../icons/square-dashed-text';
|
|
4361
|
-
// SquareDashed aliases
|
|
4362
|
-
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4363
|
-
export {
|
|
4364
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
|
|
4365
|
-
default as BoxSelectIcon
|
|
4366
|
-
} from '../icons/square-dashed';
|
|
4367
4375
|
// SquareDivide aliases
|
|
4368
4376
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4369
4377
|
export {
|
|
@@ -4376,12 +4384,6 @@ export {
|
|
|
4376
4384
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
|
|
4377
4385
|
default as DotSquareIcon
|
|
4378
4386
|
} from '../icons/square-dot';
|
|
4379
|
-
// SquareEqual aliases
|
|
4380
|
-
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4381
|
-
export {
|
|
4382
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
|
|
4383
|
-
default as EqualSquareIcon
|
|
4384
|
-
} from '../icons/square-equal';
|
|
4385
4387
|
// SquareFunction aliases
|
|
4386
4388
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4387
4389
|
export {
|
|
@@ -4400,18 +4402,30 @@ export {
|
|
|
4400
4402
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
|
|
4401
4403
|
default as LibrarySquareIcon
|
|
4402
4404
|
} from '../icons/square-library';
|
|
4403
|
-
//
|
|
4404
|
-
export { default as
|
|
4405
|
+
// SquareEqual aliases
|
|
4406
|
+
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4405
4407
|
export {
|
|
4406
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4407
|
-
default as
|
|
4408
|
-
} from '../icons/square-
|
|
4408
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
|
|
4409
|
+
default as EqualSquareIcon
|
|
4410
|
+
} from '../icons/square-equal';
|
|
4409
4411
|
// SquareM aliases
|
|
4410
4412
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
4411
4413
|
export {
|
|
4412
4414
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. */
|
|
4413
4415
|
default as MSquareIcon
|
|
4414
4416
|
} from '../icons/square-m';
|
|
4417
|
+
// SquareMenu aliases
|
|
4418
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4419
|
+
export {
|
|
4420
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
|
|
4421
|
+
default as MenuSquareIcon
|
|
4422
|
+
} from '../icons/square-menu';
|
|
4423
|
+
// SquareParkingOff aliases
|
|
4424
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4425
|
+
export {
|
|
4426
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
4427
|
+
default as ParkingSquareOffIcon
|
|
4428
|
+
} from '../icons/square-parking-off';
|
|
4415
4429
|
// SquareMinus aliases
|
|
4416
4430
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4417
4431
|
export {
|
|
@@ -4424,12 +4438,6 @@ export {
|
|
|
4424
4438
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. */
|
|
4425
4439
|
default as InspectIcon
|
|
4426
4440
|
} from '../icons/square-mouse-pointer';
|
|
4427
|
-
// SquareParkingOff aliases
|
|
4428
|
-
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4429
|
-
export {
|
|
4430
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
4431
|
-
default as ParkingSquareOffIcon
|
|
4432
|
-
} from '../icons/square-parking-off';
|
|
4433
4441
|
// SquareParking aliases
|
|
4434
4442
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4435
4443
|
export {
|
|
@@ -4450,30 +4458,30 @@ export {
|
|
|
4450
4458
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
|
|
4451
4459
|
default as PenSquareIcon
|
|
4452
4460
|
} from '../icons/square-pen';
|
|
4453
|
-
// SquarePi aliases
|
|
4454
|
-
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4455
|
-
export {
|
|
4456
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
4457
|
-
default as PiSquareIcon
|
|
4458
|
-
} from '../icons/square-pi';
|
|
4459
4461
|
// SquarePercent aliases
|
|
4460
4462
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4461
4463
|
export {
|
|
4462
4464
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. */
|
|
4463
4465
|
default as PercentSquareIcon
|
|
4464
4466
|
} from '../icons/square-percent';
|
|
4465
|
-
//
|
|
4466
|
-
export { default as
|
|
4467
|
+
// SquarePi aliases
|
|
4468
|
+
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4467
4469
|
export {
|
|
4468
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4469
|
-
default as
|
|
4470
|
-
} from '../icons/square-
|
|
4470
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
4471
|
+
default as PiSquareIcon
|
|
4472
|
+
} from '../icons/square-pi';
|
|
4471
4473
|
// SquarePlay aliases
|
|
4472
4474
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4473
4475
|
export {
|
|
4474
4476
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. */
|
|
4475
4477
|
default as PlaySquareIcon
|
|
4476
4478
|
} from '../icons/square-play';
|
|
4479
|
+
// SquarePilcrow aliases
|
|
4480
|
+
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4481
|
+
export {
|
|
4482
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
|
|
4483
|
+
default as PilcrowSquareIcon
|
|
4484
|
+
} from '../icons/square-pilcrow';
|
|
4477
4485
|
// SquarePlus aliases
|
|
4478
4486
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4479
4487
|
export {
|
|
@@ -4492,6 +4500,12 @@ export {
|
|
|
4492
4500
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
|
|
4493
4501
|
default as ScissorsSquareIcon
|
|
4494
4502
|
} from '../icons/square-scissors';
|
|
4503
|
+
// SquareSplitHorizontal aliases
|
|
4504
|
+
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4505
|
+
export {
|
|
4506
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
4507
|
+
default as SplitSquareHorizontalIcon
|
|
4508
|
+
} from '../icons/square-split-horizontal';
|
|
4495
4509
|
// SquareSigma aliases
|
|
4496
4510
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4497
4511
|
export {
|
|
@@ -4510,30 +4524,24 @@ export {
|
|
|
4510
4524
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. */
|
|
4511
4525
|
default as SplitSquareVerticalIcon
|
|
4512
4526
|
} from '../icons/square-split-vertical';
|
|
4513
|
-
// SquareSplitHorizontal aliases
|
|
4514
|
-
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4515
|
-
export {
|
|
4516
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
4517
|
-
default as SplitSquareHorizontalIcon
|
|
4518
|
-
} from '../icons/square-split-horizontal';
|
|
4519
4527
|
// SquareTerminal aliases
|
|
4520
4528
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4521
4529
|
export {
|
|
4522
4530
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. */
|
|
4523
4531
|
default as TerminalSquareIcon
|
|
4524
4532
|
} from '../icons/square-terminal';
|
|
4525
|
-
// SquareUserRound aliases
|
|
4526
|
-
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4527
|
-
export {
|
|
4528
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. */
|
|
4529
|
-
default as UserSquare2Icon
|
|
4530
|
-
} from '../icons/square-user-round';
|
|
4531
4533
|
// SquareUser aliases
|
|
4532
4534
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4533
4535
|
export {
|
|
4534
4536
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4535
4537
|
default as UserSquareIcon
|
|
4536
4538
|
} from '../icons/square-user';
|
|
4539
|
+
// SquareUserRound aliases
|
|
4540
|
+
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4541
|
+
export {
|
|
4542
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. */
|
|
4543
|
+
default as UserSquare2Icon
|
|
4544
|
+
} from '../icons/square-user-round';
|
|
4537
4545
|
// SquareX aliases
|
|
4538
4546
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4539
4547
|
export {
|
|
@@ -4564,6 +4572,12 @@ export {
|
|
|
4564
4572
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
|
|
4565
4573
|
default as AlignJustifyIcon
|
|
4566
4574
|
} from '../icons/text-align-justify';
|
|
4575
|
+
// TextInitial aliases
|
|
4576
|
+
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4577
|
+
export {
|
|
4578
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
4579
|
+
default as LetterTextIcon
|
|
4580
|
+
} from '../icons/text-initial';
|
|
4567
4581
|
// TextAlignStart aliases
|
|
4568
4582
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4569
4583
|
export {
|
|
@@ -4574,24 +4588,24 @@ export {
|
|
|
4574
4588
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. */
|
|
4575
4589
|
default as AlignLeftIcon
|
|
4576
4590
|
} from '../icons/text-align-start';
|
|
4577
|
-
//
|
|
4578
|
-
export { default as
|
|
4591
|
+
// TramFront aliases
|
|
4592
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4579
4593
|
export {
|
|
4580
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4581
|
-
default as
|
|
4582
|
-
} from '../icons/
|
|
4594
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
|
|
4595
|
+
default as TrainIcon
|
|
4596
|
+
} from '../icons/tram-front';
|
|
4597
|
+
// TreePalm aliases
|
|
4598
|
+
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4599
|
+
export {
|
|
4600
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
4601
|
+
default as PalmtreeIcon
|
|
4602
|
+
} from '../icons/tree-palm';
|
|
4583
4603
|
// TextWrap aliases
|
|
4584
4604
|
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4585
4605
|
export {
|
|
4586
4606
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
4587
4607
|
default as WrapTextIcon
|
|
4588
4608
|
} from '../icons/text-wrap';
|
|
4589
|
-
// TramFront aliases
|
|
4590
|
-
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4591
|
-
export {
|
|
4592
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
|
|
4593
|
-
default as TrainIcon
|
|
4594
|
-
} from '../icons/tram-front';
|
|
4595
4609
|
// Trash aliases
|
|
4596
4610
|
export { default as TrashIcon } from '../icons/trash';
|
|
4597
4611
|
export {
|
|
@@ -4604,12 +4618,6 @@ export {
|
|
|
4604
4618
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. */
|
|
4605
4619
|
default as AlertTriangleIcon
|
|
4606
4620
|
} from '../icons/triangle-alert';
|
|
4607
|
-
// TreePalm aliases
|
|
4608
|
-
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4609
|
-
export {
|
|
4610
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
4611
|
-
default as PalmtreeIcon
|
|
4612
|
-
} from '../icons/tree-palm';
|
|
4613
4621
|
// TrianglesCenterlineDashedHorizontal aliases
|
|
4614
4622
|
export { default as TrianglesCenterlineDashedHorizontalIcon } from '../icons/triangles-centerline-dashed-horizontal';
|
|
4615
4623
|
export {
|
|
@@ -4658,42 +4666,36 @@ export {
|
|
|
4658
4666
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. */
|
|
4659
4667
|
default as UserPlus2Icon
|
|
4660
4668
|
} from '../icons/user-round-plus';
|
|
4661
|
-
// UserRound aliases
|
|
4662
|
-
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4663
|
-
export {
|
|
4664
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
|
|
4665
|
-
default as User2Icon
|
|
4666
|
-
} from '../icons/user-round';
|
|
4667
4669
|
// UserRoundX aliases
|
|
4668
4670
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4669
4671
|
export {
|
|
4670
4672
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. */
|
|
4671
4673
|
default as UserX2Icon
|
|
4672
4674
|
} from '../icons/user-round-x';
|
|
4675
|
+
// UserRound aliases
|
|
4676
|
+
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4677
|
+
export {
|
|
4678
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
|
|
4679
|
+
default as User2Icon
|
|
4680
|
+
} from '../icons/user-round';
|
|
4673
4681
|
// UsersRound aliases
|
|
4674
4682
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4675
4683
|
export {
|
|
4676
4684
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
|
|
4677
4685
|
default as Users2Icon
|
|
4678
4686
|
} from '../icons/users-round';
|
|
4679
|
-
// UtensilsCrossed aliases
|
|
4680
|
-
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4681
|
-
export {
|
|
4682
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
|
|
4683
|
-
default as ForkKnifeCrossedIcon
|
|
4684
|
-
} from '../icons/utensils-crossed';
|
|
4685
4687
|
// Utensils aliases
|
|
4686
4688
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4687
4689
|
export {
|
|
4688
4690
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|
|
4689
4691
|
default as ForkKnifeIcon
|
|
4690
4692
|
} from '../icons/utensils';
|
|
4691
|
-
//
|
|
4692
|
-
export { default as
|
|
4693
|
+
// UtensilsCrossed aliases
|
|
4694
|
+
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4693
4695
|
export {
|
|
4694
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4695
|
-
default as
|
|
4696
|
-
} from '../icons/
|
|
4696
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
|
|
4697
|
+
default as ForkKnifeCrossedIcon
|
|
4698
|
+
} from '../icons/utensils-crossed';
|
|
4697
4699
|
// WandSparkles aliases
|
|
4698
4700
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4699
4701
|
export {
|
|
@@ -4706,4 +4708,10 @@ export {
|
|
|
4706
4708
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WavesHorizontal} instead. */
|
|
4707
4709
|
default as WavesIcon
|
|
4708
4710
|
} from '../icons/waves-horizontal';
|
|
4711
|
+
// WalletMinimal aliases
|
|
4712
|
+
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4713
|
+
export {
|
|
4714
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|
|
4715
|
+
default as Wallet2Icon
|
|
4716
|
+
} from '../icons/wallet-minimal';
|
|
4709
4717
|
|