@lucide/astro 1.44.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 +3 -3
- package/src/aliases/aliases.ts +166 -148
- package/src/aliases/prefixed.ts +730 -682
- package/src/aliases/suffixed.ts +960 -912
- package/src/icons/book-bookmark.ts +20 -0
- package/src/icons/building-complex-plus.ts +20 -0
- package/src/icons/{building-2.ts → building-complex.ts} +5 -5
- package/src/icons/calendar-chevrons-right.ts +20 -0
- package/src/icons/clef-alto.ts +20 -0
- package/src/icons/{book-marked.ts → clef-bass.ts} +5 -5
- package/src/icons/clef-treble.ts +20 -0
- package/src/icons/cookie.ts +2 -2
- package/src/icons/folder-bookmark.ts +2 -2
- package/src/icons/globe-code.ts +20 -0
- package/src/icons/hourglass-cog.ts +20 -0
- package/src/icons/houses.ts +20 -0
- package/src/icons/index.ts +209 -191
- package/src/icons/iv-bag.ts +20 -0
- package/src/icons/{album.ts → layout-arrow-down.ts} +5 -5
- package/src/icons/layout-arrow-right.ts +20 -0
- package/src/icons/lectern.ts +2 -2
- package/src/icons/messages-circle.ts +20 -0
- package/src/icons/monitor-pc.ts +20 -0
- package/src/icons/mouth-off.ts +20 -0
- package/src/icons/mouth.ts +20 -0
- package/src/icons/notebook-dot.ts +20 -0
- package/src/icons/park.ts +20 -0
- package/src/icons/plant-pot.ts +20 -0
- package/src/icons/square-bookmark.ts +20 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
+
// AArrowUp aliases
|
|
4
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
3
5
|
// ALargeSmall aliases
|
|
4
6
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
|
+
// Activity aliases
|
|
8
|
+
export { default as ActivityIcon } from '../icons/activity';
|
|
5
9
|
// Accessibility aliases
|
|
6
10
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
|
-
// AArrowUp aliases
|
|
8
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
9
11
|
// Ad aliases
|
|
10
12
|
export { default as AdIcon } from '../icons/ad';
|
|
11
|
-
// Activity aliases
|
|
12
|
-
export { default as ActivityIcon } from '../icons/activity';
|
|
13
13
|
// AirVent aliases
|
|
14
14
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
15
15
|
// Airplay aliases
|
|
@@ -20,14 +20,12 @@ export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
|
20
20
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
21
21
|
// AlarmSmoke aliases
|
|
22
22
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
23
|
-
// Album aliases
|
|
24
|
-
export { default as AlbumIcon } from '../icons/album';
|
|
25
|
-
// AlignCenterHorizontal aliases
|
|
26
|
-
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
27
23
|
// AlignCenterVertical aliases
|
|
28
24
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
29
25
|
// AlignEndHorizontal aliases
|
|
30
26
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
27
|
+
// AlignCenterHorizontal aliases
|
|
28
|
+
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
31
29
|
// AlignEndVertical aliases
|
|
32
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
31
|
// AlignHorizontalDistributeCenter aliases
|
|
@@ -42,10 +40,10 @@ export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-hori
|
|
|
42
40
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
41
|
// AlignHorizontalJustifyStart aliases
|
|
44
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
|
-
// AlignHorizontalSpaceAround aliases
|
|
46
|
-
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
43
|
// AlignHorizontalSpaceBetween aliases
|
|
48
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';
|
|
49
47
|
// AlignStartHorizontal aliases
|
|
50
48
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
51
49
|
// AlignStartVertical aliases
|
|
@@ -54,14 +52,14 @@ export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical
|
|
|
54
52
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
55
53
|
// AlignVerticalDistributeEnd aliases
|
|
56
54
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
57
|
-
// AlignVerticalDistributeStart aliases
|
|
58
|
-
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
59
55
|
// AlignVerticalJustifyCenter aliases
|
|
60
56
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
61
|
-
//
|
|
62
|
-
export { default as
|
|
57
|
+
// AlignVerticalDistributeStart aliases
|
|
58
|
+
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
63
59
|
// AlignVerticalJustifyStart aliases
|
|
64
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';
|
|
65
63
|
// AlignVerticalSpaceAround aliases
|
|
66
64
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
67
65
|
// AlignVerticalSpaceBetween aliases
|
|
@@ -74,24 +72,24 @@ export { default as AmpersandIcon } from '../icons/ampersand';
|
|
|
74
72
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
75
73
|
// Amphora aliases
|
|
76
74
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
77
|
-
// Anchor aliases
|
|
78
|
-
export { default as AnchorIcon } from '../icons/anchor';
|
|
79
75
|
// Angle aliases
|
|
80
76
|
export { default as AngleIcon } from '../icons/angle';
|
|
77
|
+
// Anchor aliases
|
|
78
|
+
export { default as AnchorIcon } from '../icons/anchor';
|
|
81
79
|
// Antenna aliases
|
|
82
80
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
83
81
|
// Anvil aliases
|
|
84
82
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
|
-
// Aperture aliases
|
|
86
|
-
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
83
|
// AppWindowMac aliases
|
|
88
84
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
85
|
+
// Aperture aliases
|
|
86
|
+
export { default as ApertureIcon } from '../icons/aperture';
|
|
89
87
|
// AppWindow aliases
|
|
90
88
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
|
-
// Apple aliases
|
|
92
|
-
export { default as AppleIcon } from '../icons/apple';
|
|
93
89
|
// ArchiveRestore aliases
|
|
94
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';
|
|
97
95
|
// Archive aliases
|
|
@@ -106,10 +104,10 @@ export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
|
106
104
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
105
|
// ArrowBigLeft aliases
|
|
108
106
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
|
-
// ArrowBigRightDash aliases
|
|
110
|
-
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
107
|
// ArrowBigRight aliases
|
|
112
108
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
109
|
+
// ArrowBigRightDash aliases
|
|
110
|
+
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
113
111
|
// ArrowBigUpDash aliases
|
|
114
112
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
113
|
// ArrowBigUp aliases
|
|
@@ -120,16 +118,16 @@ export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line'
|
|
|
120
118
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
121
119
|
// ArrowDownNarrowWide aliases
|
|
122
120
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
|
-
// ArrowDownToDot aliases
|
|
124
|
-
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
125
121
|
// ArrowDownRight aliases
|
|
126
122
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
127
123
|
// ArrowDownToLine aliases
|
|
128
124
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
|
-
//
|
|
130
|
-
export { default as
|
|
125
|
+
// ArrowDownToDot aliases
|
|
126
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
131
127
|
// ArrowDown aliases
|
|
132
128
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
129
|
+
// ArrowDownUp aliases
|
|
130
|
+
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
133
131
|
// ArrowLeftFromLine aliases
|
|
134
132
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
135
133
|
// ArrowLeftRight aliases
|
|
@@ -142,22 +140,22 @@ export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
|
142
140
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
143
141
|
// ArrowRightLeft aliases
|
|
144
142
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
|
-
// ArrowRight aliases
|
|
146
|
-
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
147
143
|
// ArrowRightToLine aliases
|
|
148
144
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
149
145
|
// ArrowUpDown aliases
|
|
150
146
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
147
|
// ArrowUpFromDot aliases
|
|
152
148
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
153
|
-
//
|
|
154
|
-
export { default as
|
|
149
|
+
// ArrowRight aliases
|
|
150
|
+
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
155
151
|
// ArrowUpLeft aliases
|
|
156
152
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
153
|
// ArrowUpRight aliases
|
|
158
154
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
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';
|
|
161
159
|
// ArrowUpWideNarrow aliases
|
|
162
160
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
163
161
|
// ArrowUp aliases
|
|
@@ -168,28 +166,28 @@ export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
|
168
166
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
167
|
// Astroid aliases
|
|
170
168
|
export { default as AstroidIcon } from '../icons/astroid';
|
|
171
|
-
// AtSign aliases
|
|
172
|
-
export { default as AtSignIcon } from '../icons/at-sign';
|
|
173
169
|
// Atom aliases
|
|
174
170
|
export { default as AtomIcon } from '../icons/atom';
|
|
171
|
+
// AtSign aliases
|
|
172
|
+
export { default as AtSignIcon } from '../icons/at-sign';
|
|
175
173
|
// AudioLinesOff aliases
|
|
176
174
|
export { default as AudioLinesOffIcon } from '../icons/audio-lines-off';
|
|
177
175
|
// AudioLinesX aliases
|
|
178
176
|
export { default as AudioLinesXIcon } from '../icons/audio-lines-x';
|
|
179
|
-
// AudioWaveform aliases
|
|
180
|
-
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
181
177
|
// AudioLines aliases
|
|
182
178
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
179
|
+
// AudioWaveform aliases
|
|
180
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
183
181
|
// Award aliases
|
|
184
182
|
export { default as AwardIcon } from '../icons/award';
|
|
185
183
|
// Axe aliases
|
|
186
184
|
export { default as AxeIcon } from '../icons/axe';
|
|
187
185
|
// Baby aliases
|
|
188
186
|
export { default as BabyIcon } from '../icons/baby';
|
|
189
|
-
// Backpack aliases
|
|
190
|
-
export { default as BackpackIcon } from '../icons/backpack';
|
|
191
187
|
// BadgeAlert aliases
|
|
192
188
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
189
|
+
// Backpack aliases
|
|
190
|
+
export { default as BackpackIcon } from '../icons/backpack';
|
|
193
191
|
// BadgeCent aliases
|
|
194
192
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
195
193
|
// BadgeDollarSign aliases
|
|
@@ -212,52 +210,52 @@ export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
|
212
210
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
213
211
|
// BadgeRussianRuble aliases
|
|
214
212
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
213
|
+
// BadgeX aliases
|
|
214
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
215
215
|
// BadgeSwissFranc aliases
|
|
216
216
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
217
217
|
// BadgeTurkishLira aliases
|
|
218
218
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
219
|
-
// BadgeX aliases
|
|
220
|
-
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
221
219
|
// Badge aliases
|
|
222
220
|
export { default as BadgeIcon } from '../icons/badge';
|
|
223
|
-
// BaggageClaim aliases
|
|
224
|
-
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
225
221
|
// Balloon aliases
|
|
226
222
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
223
|
+
// BaggageClaim aliases
|
|
224
|
+
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
227
225
|
// Ban aliases
|
|
228
226
|
export { default as BanIcon } from '../icons/ban';
|
|
229
227
|
// Banana aliases
|
|
230
228
|
export { default as BananaIcon } from '../icons/banana';
|
|
231
229
|
// Bandage aliases
|
|
232
230
|
export { default as BandageIcon } from '../icons/bandage';
|
|
233
|
-
// BanknoteArrowDown aliases
|
|
234
|
-
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
235
231
|
// BanknoteArrowUp aliases
|
|
236
232
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
237
|
-
//
|
|
238
|
-
export { default as
|
|
239
|
-
// Banknote aliases
|
|
240
|
-
export { default as BanknoteIcon } from '../icons/banknote';
|
|
233
|
+
// BanknoteArrowDown aliases
|
|
234
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
241
235
|
// BanknoteCheck aliases
|
|
242
236
|
export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
237
|
+
// Banknote aliases
|
|
238
|
+
export { default as BanknoteIcon } from '../icons/banknote';
|
|
239
|
+
// BanknoteX aliases
|
|
240
|
+
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
243
241
|
// Barcode aliases
|
|
244
242
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
245
243
|
// Barrel aliases
|
|
246
244
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
247
245
|
// Baseline aliases
|
|
248
246
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
249
|
-
// Bath aliases
|
|
250
|
-
export { default as BathIcon } from '../icons/bath';
|
|
251
247
|
// BatteryCharging aliases
|
|
252
248
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
249
|
+
// Bath aliases
|
|
250
|
+
export { default as BathIcon } from '../icons/bath';
|
|
253
251
|
// BatteryFull aliases
|
|
254
252
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
253
|
+
// BatteryMedium aliases
|
|
254
|
+
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
255
255
|
// BatteryLow aliases
|
|
256
256
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
257
257
|
// BatteryPlus aliases
|
|
258
258
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
259
|
-
// BatteryMedium aliases
|
|
260
|
-
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
261
259
|
// BatteryWarning aliases
|
|
262
260
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
263
261
|
// Battery aliases
|
|
@@ -268,64 +266,64 @@ export { default as BeakerIcon } from '../icons/beaker';
|
|
|
268
266
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
269
267
|
// Bean aliases
|
|
270
268
|
export { default as BeanIcon } from '../icons/bean';
|
|
271
|
-
// Bed aliases
|
|
272
|
-
export { default as BedIcon } from '../icons/bed';
|
|
273
269
|
// BedDouble aliases
|
|
274
270
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
275
271
|
// BedSingle aliases
|
|
276
272
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
273
|
+
// Bed aliases
|
|
274
|
+
export { default as BedIcon } from '../icons/bed';
|
|
277
275
|
// BeefOff aliases
|
|
278
276
|
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
279
|
-
// BeerOff aliases
|
|
280
|
-
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
281
277
|
// Beef aliases
|
|
282
278
|
export { default as BeefIcon } from '../icons/beef';
|
|
283
|
-
//
|
|
284
|
-
export { default as
|
|
279
|
+
// BeerOff aliases
|
|
280
|
+
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
285
281
|
// BellCheck aliases
|
|
286
282
|
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
283
|
+
// Beer aliases
|
|
284
|
+
export { default as BeerIcon } from '../icons/beer';
|
|
287
285
|
// BellDot aliases
|
|
288
286
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
289
287
|
// BellElectric aliases
|
|
290
288
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
291
|
-
// BellMinus aliases
|
|
292
|
-
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
293
289
|
// BellOff aliases
|
|
294
290
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
295
291
|
// BellPlus aliases
|
|
296
292
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
293
|
+
// BellMinus aliases
|
|
294
|
+
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
297
295
|
// BellRing aliases
|
|
298
296
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
299
297
|
// Bell aliases
|
|
300
298
|
export { default as BellIcon } from '../icons/bell';
|
|
301
299
|
// BetweenVerticalEnd aliases
|
|
302
300
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
303
|
-
// BicepsFlexed aliases
|
|
304
|
-
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
305
301
|
// BetweenVerticalStart aliases
|
|
306
302
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
303
|
+
// BicepsFlexed aliases
|
|
304
|
+
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
307
305
|
// Bike aliases
|
|
308
306
|
export { default as BikeIcon } from '../icons/bike';
|
|
309
307
|
// Binoculars aliases
|
|
310
308
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
311
309
|
// Binary aliases
|
|
312
310
|
export { default as BinaryIcon } from '../icons/binary';
|
|
313
|
-
// Biohazard aliases
|
|
314
|
-
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
315
311
|
// Bird aliases
|
|
316
312
|
export { default as BirdIcon } from '../icons/bird';
|
|
317
313
|
// Birdhouse aliases
|
|
318
314
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
315
|
+
// Biohazard aliases
|
|
316
|
+
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
319
317
|
// Bitcoin aliases
|
|
320
318
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
321
319
|
// Blend aliases
|
|
322
320
|
export { default as BlendIcon } from '../icons/blend';
|
|
321
|
+
// Blocks aliases
|
|
322
|
+
export { default as BlocksIcon } from '../icons/blocks';
|
|
323
323
|
// Blender aliases
|
|
324
324
|
export { default as BlenderIcon } from '../icons/blender';
|
|
325
325
|
// Blinds aliases
|
|
326
326
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
327
|
-
// Blocks aliases
|
|
328
|
-
export { default as BlocksIcon } from '../icons/blocks';
|
|
329
327
|
// BluetoothConnected aliases
|
|
330
328
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
331
329
|
// BluetoothOff aliases
|
|
@@ -336,62 +334,60 @@ export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching'
|
|
|
336
334
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
337
335
|
// Bold aliases
|
|
338
336
|
export { default as BoldIcon } from '../icons/bold';
|
|
339
|
-
// Bomb aliases
|
|
340
|
-
export { default as BombIcon } from '../icons/bomb';
|
|
341
337
|
// Bolt aliases
|
|
342
338
|
export { default as BoltIcon } from '../icons/bolt';
|
|
339
|
+
// Bomb aliases
|
|
340
|
+
export { default as BombIcon } from '../icons/bomb';
|
|
343
341
|
// BoneFracture aliases
|
|
344
342
|
export { default as BoneFractureIcon } from '../icons/bone-fracture';
|
|
345
343
|
// Bone aliases
|
|
346
344
|
export { default as BoneIcon } from '../icons/bone';
|
|
347
345
|
// BookA aliases
|
|
348
346
|
export { default as BookAIcon } from '../icons/book-a';
|
|
349
|
-
// BookAlert aliases
|
|
350
|
-
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
351
347
|
// BookAudio aliases
|
|
352
348
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
349
|
+
// BookAlert aliases
|
|
350
|
+
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
353
351
|
// BookCheck aliases
|
|
354
352
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
355
|
-
// BookDown aliases
|
|
356
|
-
export { default as BookDownIcon } from '../icons/book-down';
|
|
357
353
|
// BookCopy aliases
|
|
358
354
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
359
|
-
//
|
|
360
|
-
export { default as
|
|
355
|
+
// BookDown aliases
|
|
356
|
+
export { default as BookDownIcon } from '../icons/book-down';
|
|
361
357
|
// BookHeadphones aliases
|
|
362
358
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
359
|
+
// BookHeart aliases
|
|
360
|
+
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
363
361
|
// BookImage aliases
|
|
364
362
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
365
363
|
// BookKey aliases
|
|
366
364
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
367
365
|
// BookLock aliases
|
|
368
366
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
369
|
-
// BookMarked aliases
|
|
370
|
-
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
371
367
|
// BookMinus aliases
|
|
372
368
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
373
369
|
// BookOpenCheck aliases
|
|
374
370
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
375
|
-
// BookOpenText aliases
|
|
376
|
-
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
377
371
|
// BookOpen aliases
|
|
378
372
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
373
|
+
// BookOpenText aliases
|
|
374
|
+
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
379
375
|
// BookPlus aliases
|
|
380
376
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
381
377
|
// BookSearch aliases
|
|
382
378
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
383
379
|
// BookText aliases
|
|
384
380
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
385
|
-
// BookType aliases
|
|
386
|
-
export { default as BookTypeIcon } from '../icons/book-type';
|
|
387
381
|
// BookUp2 aliases
|
|
388
382
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
383
|
+
// BookType aliases
|
|
384
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
389
385
|
// BookUp aliases
|
|
390
386
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
391
|
-
// BookUser aliases
|
|
392
|
-
export { default as BookUserIcon } from '../icons/book-user';
|
|
393
387
|
// BookX aliases
|
|
394
388
|
export { default as BookXIcon } from '../icons/book-x';
|
|
389
|
+
// BookUser aliases
|
|
390
|
+
export { default as BookUserIcon } from '../icons/book-user';
|
|
395
391
|
// Book aliases
|
|
396
392
|
export { default as BookIcon } from '../icons/book';
|
|
397
393
|
// BookmarkCheck aliases
|
|
@@ -408,12 +404,12 @@ export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
|
408
404
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
409
405
|
// BoomBox aliases
|
|
410
406
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
407
|
+
// Bot aliases
|
|
408
|
+
export { default as BotIcon } from '../icons/bot';
|
|
411
409
|
// BotMessageSquare aliases
|
|
412
410
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
413
411
|
// BotOff aliases
|
|
414
412
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
415
|
-
// Bot aliases
|
|
416
|
-
export { default as BotIcon } from '../icons/bot';
|
|
417
413
|
// BottleWine aliases
|
|
418
414
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
419
415
|
// BowArrow aliases
|
|
@@ -430,22 +426,22 @@ export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
|
430
426
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
431
427
|
// Brain aliases
|
|
432
428
|
export { default as BrainIcon } from '../icons/brain';
|
|
433
|
-
// BrickWallFire aliases
|
|
434
|
-
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
435
429
|
// BrickWallShield aliases
|
|
436
430
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
431
|
+
// BrickWallFire aliases
|
|
432
|
+
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
433
|
+
// BrickWall aliases
|
|
434
|
+
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
437
435
|
// Bridge aliases
|
|
438
436
|
export { default as BridgeIcon } from '../icons/bridge';
|
|
439
437
|
// BriefcaseBusiness aliases
|
|
440
438
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
441
439
|
// BriefcaseConveyorBelt aliases
|
|
442
440
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
443
|
-
// BrickWall aliases
|
|
444
|
-
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
445
|
-
// Briefcase aliases
|
|
446
|
-
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
447
441
|
// BriefcaseMedical aliases
|
|
448
442
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
443
|
+
// Briefcase aliases
|
|
444
|
+
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
449
445
|
// BringToFront aliases
|
|
450
446
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
451
447
|
// Broccoli aliases
|
|
@@ -460,22 +456,22 @@ export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
|
460
456
|
export { default as BrushIcon } from '../icons/brush';
|
|
461
457
|
// Bubbles aliases
|
|
462
458
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
463
|
-
// BugOff aliases
|
|
464
|
-
export { default as BugOffIcon } from '../icons/bug-off';
|
|
465
459
|
// BugPlay aliases
|
|
466
460
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
461
|
+
// BugOff aliases
|
|
462
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
463
|
+
// BuildingComplexPlus aliases
|
|
464
|
+
export { default as BuildingComplexPlusIcon } from '../icons/building-complex-plus';
|
|
467
465
|
// Bug aliases
|
|
468
466
|
export { default as BugIcon } from '../icons/bug';
|
|
469
|
-
// Building2 aliases
|
|
470
|
-
export { default as Building2Icon } from '../icons/building-2';
|
|
471
467
|
// Building aliases
|
|
472
468
|
export { default as BuildingIcon } from '../icons/building';
|
|
473
|
-
// CableCar aliases
|
|
474
|
-
export { default as CableCarIcon } from '../icons/cable-car';
|
|
475
469
|
// BusFront aliases
|
|
476
470
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
477
471
|
// Bus aliases
|
|
478
472
|
export { default as BusIcon } from '../icons/bus';
|
|
473
|
+
// CableCar aliases
|
|
474
|
+
export { default as CableCarIcon } from '../icons/cable-car';
|
|
479
475
|
// Cable aliases
|
|
480
476
|
export { default as CableIcon } from '../icons/cable';
|
|
481
477
|
// CakeSlice aliases
|
|
@@ -494,6 +490,8 @@ export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
|
494
490
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
495
491
|
// CalendarCheck aliases
|
|
496
492
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
493
|
+
// CalendarChevronsRight aliases
|
|
494
|
+
export { default as CalendarChevronsRightIcon } from '../icons/calendar-chevrons-right';
|
|
497
495
|
// CalendarClock aliases
|
|
498
496
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
499
497
|
// CalendarCog aliases
|
|
@@ -506,18 +504,18 @@ export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
|
506
504
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
507
505
|
// CalendarMinus2 aliases
|
|
508
506
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
509
|
-
// CalendarOff aliases
|
|
510
|
-
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
511
507
|
// CalendarMinus aliases
|
|
512
508
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
513
509
|
// CalendarPlus2 aliases
|
|
514
510
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
511
|
+
// CalendarOff aliases
|
|
512
|
+
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
515
513
|
// CalendarPlus aliases
|
|
516
514
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
517
|
-
// CalendarSearch aliases
|
|
518
|
-
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
519
515
|
// CalendarRange aliases
|
|
520
516
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
517
|
+
// CalendarSearch aliases
|
|
518
|
+
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
521
519
|
// CalendarSync aliases
|
|
522
520
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
523
521
|
// CalendarX2 aliases
|
|
@@ -526,22 +524,22 @@ export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
|
526
524
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
527
525
|
// Calendar aliases
|
|
528
526
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
527
|
+
// Calendars aliases
|
|
528
|
+
export { default as CalendarsIcon } from '../icons/calendars';
|
|
529
529
|
// CameraOff aliases
|
|
530
530
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
531
531
|
// Camera aliases
|
|
532
532
|
export { default as CameraIcon } from '../icons/camera';
|
|
533
|
-
// Calendars aliases
|
|
534
|
-
export { default as CalendarsIcon } from '../icons/calendars';
|
|
535
533
|
// CanSoda aliases
|
|
536
534
|
export { default as CanSodaIcon } from '../icons/can-soda';
|
|
537
535
|
// Can aliases
|
|
538
536
|
export { default as CanIcon } from '../icons/can';
|
|
539
537
|
// CandyCane aliases
|
|
540
538
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
541
|
-
// CandyOff aliases
|
|
542
|
-
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
543
539
|
// Candy aliases
|
|
544
540
|
export { default as CandyIcon } from '../icons/candy';
|
|
541
|
+
// CandyOff aliases
|
|
542
|
+
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
545
543
|
// CannabisOff aliases
|
|
546
544
|
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
547
545
|
// Cannabis aliases
|
|
@@ -550,14 +548,14 @@ export { default as CannabisIcon } from '../icons/cannabis';
|
|
|
550
548
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
551
549
|
// CarBattery aliases
|
|
552
550
|
export { default as CarBatteryIcon } from '../icons/car-battery';
|
|
553
|
-
// CarFront aliases
|
|
554
|
-
export { default as CarFrontIcon } from '../icons/car-front';
|
|
555
551
|
// CarTaxiFront aliases
|
|
556
552
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
557
553
|
// Car aliases
|
|
558
554
|
export { default as CarIcon } from '../icons/car';
|
|
559
555
|
// Caravan aliases
|
|
560
556
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
557
|
+
// CarFront aliases
|
|
558
|
+
export { default as CarFrontIcon } from '../icons/car-front';
|
|
561
559
|
// CardSim aliases
|
|
562
560
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
563
561
|
// Carrot aliases
|
|
@@ -590,16 +588,14 @@ export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing
|
|
|
590
588
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
591
589
|
// ChartBarStacked aliases
|
|
592
590
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
593
|
-
// ChartColumnStacked aliases
|
|
594
|
-
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
595
591
|
// ChartColumnDecreasing aliases
|
|
596
592
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
597
|
-
//
|
|
598
|
-
export { default as
|
|
593
|
+
// ChartColumnStacked aliases
|
|
594
|
+
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
599
595
|
// ChartNetwork aliases
|
|
600
596
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
601
|
-
//
|
|
602
|
-
export { default as
|
|
597
|
+
// ChartGantt aliases
|
|
598
|
+
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
603
599
|
// ChartNoAxesColumnDecreasing aliases
|
|
604
600
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
605
601
|
// ChartSpline aliases
|
|
@@ -608,20 +604,22 @@ export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
|
608
604
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
609
605
|
// CheckLine aliases
|
|
610
606
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
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';
|
|
613
611
|
// Check aliases
|
|
614
612
|
export { default as CheckIcon } from '../icons/check';
|
|
615
|
-
// Cherry aliases
|
|
616
|
-
export { default as CherryIcon } from '../icons/cherry';
|
|
617
613
|
// ChessBishop aliases
|
|
618
614
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
619
|
-
// ChessPawn aliases
|
|
620
|
-
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
621
615
|
// ChessKing aliases
|
|
622
616
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
617
|
+
// Cherry aliases
|
|
618
|
+
export { default as CherryIcon } from '../icons/cherry';
|
|
623
619
|
// ChessKnight aliases
|
|
624
620
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
621
|
+
// ChessPawn aliases
|
|
622
|
+
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
625
623
|
// ChessQueen aliases
|
|
626
624
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
627
625
|
// ChessRook aliases
|
|
@@ -636,10 +634,10 @@ export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
|
636
634
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
637
635
|
// ChevronRight aliases
|
|
638
636
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
639
|
-
// ChevronUp aliases
|
|
640
|
-
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
641
637
|
// ChevronsDownUp aliases
|
|
642
638
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
639
|
+
// ChevronUp aliases
|
|
640
|
+
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
643
641
|
// ChevronsDown aliases
|
|
644
642
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
645
643
|
// ChevronsLeftRightEllipsis aliases
|
|
@@ -656,32 +654,32 @@ export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
|
656
654
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
657
655
|
// ChevronsUp aliases
|
|
658
656
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
659
|
-
// Church aliases
|
|
660
|
-
export { default as ChurchIcon } from '../icons/church';
|
|
661
657
|
// CigaretteOff aliases
|
|
662
658
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
659
|
+
// Church aliases
|
|
660
|
+
export { default as ChurchIcon } from '../icons/church';
|
|
663
661
|
// Cigarette aliases
|
|
664
662
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
665
|
-
// CircleDashed aliases
|
|
666
|
-
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
667
663
|
// CircleDashedCheck aliases
|
|
668
664
|
export { default as CircleDashedCheckIcon } from '../icons/circle-dashed-check';
|
|
669
|
-
//
|
|
670
|
-
export { default as
|
|
665
|
+
// CircleDashed aliases
|
|
666
|
+
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
671
667
|
// CircleDotDashed aliases
|
|
672
668
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
669
|
+
// CircleDollarSign aliases
|
|
670
|
+
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
673
671
|
// CircleDot aliases
|
|
674
672
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
675
|
-
// CircleEqual aliases
|
|
676
|
-
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
677
673
|
// CircleEllipsis aliases
|
|
678
674
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
679
|
-
//
|
|
680
|
-
export { default as
|
|
675
|
+
// CircleEqual aliases
|
|
676
|
+
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
681
677
|
// CircleEuro aliases
|
|
682
678
|
export { default as CircleEuroIcon } from '../icons/circle-euro';
|
|
683
679
|
// CircleFadingPlus aliases
|
|
684
680
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
681
|
+
// CircleFadingArrowUp aliases
|
|
682
|
+
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
685
683
|
// CircleOff aliases
|
|
686
684
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
687
685
|
// CirclePile aliases
|
|
@@ -690,36 +688,42 @@ export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
|
690
688
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
691
689
|
// CircleSlash aliases
|
|
692
690
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
693
|
-
// CircleSmall aliases
|
|
694
|
-
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
695
691
|
// CircleStar aliases
|
|
696
692
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
693
|
+
// CircleSmall aliases
|
|
694
|
+
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
697
695
|
// Circle aliases
|
|
698
696
|
export { default as CircleIcon } from '../icons/circle';
|
|
699
|
-
// Citrus aliases
|
|
700
|
-
export { default as CitrusIcon } from '../icons/citrus';
|
|
701
697
|
// CircuitBoard aliases
|
|
702
698
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
699
|
+
// Citrus aliases
|
|
700
|
+
export { default as CitrusIcon } from '../icons/citrus';
|
|
703
701
|
// Clapperboard aliases
|
|
704
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';
|
|
705
709
|
// ClipboardCheck aliases
|
|
706
710
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
707
711
|
// ClipboardClock aliases
|
|
708
712
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
709
713
|
// ClipboardCopy aliases
|
|
710
714
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
711
|
-
// ClipboardMinus aliases
|
|
712
|
-
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
713
715
|
// ClipboardList aliases
|
|
714
716
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
717
|
+
// ClipboardMinus aliases
|
|
718
|
+
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
715
719
|
// ClipboardPaste aliases
|
|
716
720
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
717
721
|
// ClipboardPlus aliases
|
|
718
722
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
719
|
-
// ClipboardType aliases
|
|
720
|
-
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
721
723
|
// ClipboardX aliases
|
|
722
724
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
725
|
+
// ClipboardType aliases
|
|
726
|
+
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
723
727
|
// Clipboard aliases
|
|
724
728
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
725
729
|
// Clock1 aliases
|
|
@@ -730,14 +734,14 @@ export { default as Clock10Icon } from '../icons/clock-10';
|
|
|
730
734
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
731
735
|
// Clock12 aliases
|
|
732
736
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
733
|
-
// Clock2 aliases
|
|
734
|
-
export { default as Clock2Icon } from '../icons/clock-2';
|
|
735
737
|
// Clock3 aliases
|
|
736
738
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
737
|
-
//
|
|
738
|
-
export { default as
|
|
739
|
+
// Clock2 aliases
|
|
740
|
+
export { default as Clock2Icon } from '../icons/clock-2';
|
|
739
741
|
// Clock4 aliases
|
|
740
742
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
743
|
+
// Clock5 aliases
|
|
744
|
+
export { default as Clock5Icon } from '../icons/clock-5';
|
|
741
745
|
// Clock6 aliases
|
|
742
746
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
743
747
|
// Clock7 aliases
|
|
@@ -748,22 +752,22 @@ export { default as Clock8Icon } from '../icons/clock-8';
|
|
|
748
752
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
749
753
|
// ClockAlert aliases
|
|
750
754
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
751
|
-
// ClockArrowDown aliases
|
|
752
|
-
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
753
755
|
// ClockArrowLeft aliases
|
|
754
756
|
export { default as ClockArrowLeftIcon } from '../icons/clock-arrow-left';
|
|
755
757
|
// ClockArrowRight aliases
|
|
756
758
|
export { default as ClockArrowRightIcon } from '../icons/clock-arrow-right';
|
|
759
|
+
// ClockArrowDown aliases
|
|
760
|
+
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
757
761
|
// ClockArrowUp aliases
|
|
758
762
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
759
763
|
// ClockCheck aliases
|
|
760
764
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
761
765
|
// ClockFading aliases
|
|
762
766
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
763
|
-
// Clock aliases
|
|
764
|
-
export { default as ClockIcon } from '../icons/clock';
|
|
765
767
|
// ClockPlus aliases
|
|
766
768
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
769
|
+
// Clock aliases
|
|
770
|
+
export { default as ClockIcon } from '../icons/clock';
|
|
767
771
|
// ClosedCaption aliases
|
|
768
772
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
769
773
|
// CloudAlert aliases
|
|
@@ -772,18 +776,18 @@ export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
|
772
776
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
773
777
|
// CloudBackup aliases
|
|
774
778
|
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
775
|
-
// CloudCog aliases
|
|
776
|
-
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
777
779
|
// CloudDrizzle aliases
|
|
778
780
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
781
|
+
// CloudCog aliases
|
|
782
|
+
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
779
783
|
// CloudFog aliases
|
|
780
784
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
781
785
|
// CloudHail aliases
|
|
782
786
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
783
|
-
// CloudMoonRain aliases
|
|
784
|
-
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
785
787
|
// CloudLightning aliases
|
|
786
788
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
789
|
+
// CloudMoonRain aliases
|
|
790
|
+
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
787
791
|
// CloudMoon aliases
|
|
788
792
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
789
793
|
// CloudOff aliases
|
|
@@ -800,32 +804,32 @@ export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
|
800
804
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
801
805
|
// Cloud aliases
|
|
802
806
|
export { default as CloudIcon } from '../icons/cloud';
|
|
803
|
-
// CloudSync aliases
|
|
804
|
-
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
805
|
-
// Cloudy aliases
|
|
806
|
-
export { default as CloudyIcon } from '../icons/cloudy';
|
|
807
807
|
// Clover aliases
|
|
808
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';
|
|
809
813
|
// Club aliases
|
|
810
814
|
export { default as ClubIcon } from '../icons/club';
|
|
811
815
|
// Code aliases
|
|
812
816
|
export { default as CodeIcon } from '../icons/code';
|
|
813
817
|
// Coffee aliases
|
|
814
818
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
815
|
-
// Cog aliases
|
|
816
|
-
export { default as CogIcon } from '../icons/cog';
|
|
817
819
|
// Coins aliases
|
|
818
820
|
export { default as CoinsIcon } from '../icons/coins';
|
|
821
|
+
// Cog aliases
|
|
822
|
+
export { default as CogIcon } from '../icons/cog';
|
|
819
823
|
// Columns4 aliases
|
|
820
824
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
821
825
|
// Combine aliases
|
|
822
826
|
export { default as CombineIcon } from '../icons/combine';
|
|
827
|
+
// Component aliases
|
|
828
|
+
export { default as ComponentIcon } from '../icons/component';
|
|
823
829
|
// Command aliases
|
|
824
830
|
export { default as CommandIcon } from '../icons/command';
|
|
825
831
|
// Compass aliases
|
|
826
832
|
export { default as CompassIcon } from '../icons/compass';
|
|
827
|
-
// Component aliases
|
|
828
|
-
export { default as ComponentIcon } from '../icons/component';
|
|
829
833
|
// Computer aliases
|
|
830
834
|
export { default as ComputerIcon } from '../icons/computer';
|
|
831
835
|
// Cone aliases
|
|
@@ -840,54 +844,54 @@ export { default as ContactIcon } from '../icons/contact';
|
|
|
840
844
|
export { default as ContainerIcon } from '../icons/container';
|
|
841
845
|
// Contrast aliases
|
|
842
846
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
843
|
-
// CookingPot aliases
|
|
844
|
-
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
845
847
|
// Cookie aliases
|
|
846
848
|
export { default as CookieIcon } from '../icons/cookie';
|
|
849
|
+
// CookingPot aliases
|
|
850
|
+
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
847
851
|
// CopyCheck aliases
|
|
848
852
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
849
853
|
// CopyMinus aliases
|
|
850
854
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
855
|
+
// CopyPlus aliases
|
|
856
|
+
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
851
857
|
// CopySlash aliases
|
|
852
858
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
853
859
|
// CopyX aliases
|
|
854
860
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
855
|
-
// CopyPlus aliases
|
|
856
|
-
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
857
|
-
// Copy aliases
|
|
858
|
-
export { default as CopyIcon } from '../icons/copy';
|
|
859
861
|
// Copyleft aliases
|
|
860
862
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
861
|
-
//
|
|
862
|
-
export { default as
|
|
863
|
+
// Copy aliases
|
|
864
|
+
export { default as CopyIcon } from '../icons/copy';
|
|
863
865
|
// CornerDownLeft aliases
|
|
864
866
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
867
|
+
// Copyright aliases
|
|
868
|
+
export { default as CopyrightIcon } from '../icons/copyright';
|
|
869
|
+
// CornerLeftUp aliases
|
|
870
|
+
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
865
871
|
// CornerDownRight aliases
|
|
866
872
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
867
873
|
// CornerLeftDown aliases
|
|
868
874
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
869
|
-
// CornerLeftUp aliases
|
|
870
|
-
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
871
875
|
// CornerRightDown aliases
|
|
872
876
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
873
877
|
// CornerRightUp aliases
|
|
874
878
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
875
|
-
// CornerUpRight aliases
|
|
876
|
-
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
877
879
|
// CornerUpLeft aliases
|
|
878
880
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
881
|
+
// CornerUpRight aliases
|
|
882
|
+
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
879
883
|
// Cpu aliases
|
|
880
884
|
export { default as CpuIcon } from '../icons/cpu';
|
|
881
|
-
// CreativeCommons aliases
|
|
882
|
-
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
883
885
|
// CreditCardCheck aliases
|
|
884
886
|
export { default as CreditCardCheckIcon } from '../icons/credit-card-check';
|
|
885
887
|
// CreditCardMinus aliases
|
|
886
888
|
export { default as CreditCardMinusIcon } from '../icons/credit-card-minus';
|
|
887
|
-
//
|
|
888
|
-
export { default as
|
|
889
|
+
// CreativeCommons aliases
|
|
890
|
+
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
889
891
|
// CreditCardPlus aliases
|
|
890
892
|
export { default as CreditCardPlusIcon } from '../icons/credit-card-plus';
|
|
893
|
+
// CreditCardReader aliases
|
|
894
|
+
export { default as CreditCardReaderIcon } from '../icons/credit-card-reader';
|
|
891
895
|
// CreditCardX aliases
|
|
892
896
|
export { default as CreditCardXIcon } from '../icons/credit-card-x';
|
|
893
897
|
// CreditCard aliases
|
|
@@ -900,32 +904,32 @@ export { default as CropIcon } from '../icons/crop';
|
|
|
900
904
|
export { default as CrossIcon } from '../icons/cross';
|
|
901
905
|
// Crosshair aliases
|
|
902
906
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
907
|
+
// Crown aliases
|
|
908
|
+
export { default as CrownIcon } from '../icons/crown';
|
|
903
909
|
// Cuboid aliases
|
|
904
910
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
905
911
|
// CupSoda aliases
|
|
906
912
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
907
|
-
// Crown aliases
|
|
908
|
-
export { default as CrownIcon } from '../icons/crown';
|
|
909
|
-
// Cylinder aliases
|
|
910
|
-
export { default as CylinderIcon } from '../icons/cylinder';
|
|
911
913
|
// Currency aliases
|
|
912
914
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
915
|
+
// Cylinder aliases
|
|
916
|
+
export { default as CylinderIcon } from '../icons/cylinder';
|
|
913
917
|
// Dam aliases
|
|
914
918
|
export { default as DamIcon } from '../icons/dam';
|
|
919
|
+
// DatabaseArrowUp aliases
|
|
920
|
+
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
915
921
|
// DatabaseArrowDown aliases
|
|
916
922
|
export { default as DatabaseArrowDownIcon } from '../icons/database-arrow-down';
|
|
917
923
|
// DatabaseBackup aliases
|
|
918
924
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
919
|
-
// DatabaseArrowUp aliases
|
|
920
|
-
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
921
925
|
// DatabaseCheck aliases
|
|
922
926
|
export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
923
927
|
// DatabaseMinus aliases
|
|
924
928
|
export { default as DatabaseMinusIcon } from '../icons/database-minus';
|
|
925
|
-
// DatabasePlus aliases
|
|
926
|
-
export { default as DatabasePlusIcon } from '../icons/database-plus';
|
|
927
929
|
// DatabaseSearch aliases
|
|
928
930
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
931
|
+
// DatabasePlus aliases
|
|
932
|
+
export { default as DatabasePlusIcon } from '../icons/database-plus';
|
|
929
933
|
// DatabaseX aliases
|
|
930
934
|
export { default as DatabaseXIcon } from '../icons/database-x';
|
|
931
935
|
// DatabaseZap aliases
|
|
@@ -946,20 +950,20 @@ export { default as DiameterIcon } from '../icons/diameter';
|
|
|
946
950
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
947
951
|
// DiamondPlus aliases
|
|
948
952
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
949
|
-
// Diamond aliases
|
|
950
|
-
export { default as DiamondIcon } from '../icons/diamond';
|
|
951
953
|
// Dice1 aliases
|
|
952
954
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
953
|
-
//
|
|
954
|
-
export { default as
|
|
955
|
+
// Diamond aliases
|
|
956
|
+
export { default as DiamondIcon } from '../icons/diamond';
|
|
955
957
|
// Dice3 aliases
|
|
956
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';
|
|
957
963
|
// Dice4 aliases
|
|
958
964
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
959
965
|
// Dice6 aliases
|
|
960
966
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
961
|
-
// Dice5 aliases
|
|
962
|
-
export { default as Dice5Icon } from '../icons/dice-5';
|
|
963
967
|
// Dices aliases
|
|
964
968
|
export { default as DicesIcon } from '../icons/dices';
|
|
965
969
|
// Diff aliases
|
|
@@ -968,28 +972,28 @@ export { default as DiffIcon } from '../icons/diff';
|
|
|
968
972
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
969
973
|
// Disc3 aliases
|
|
970
974
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
971
|
-
// DiscAlbum aliases
|
|
972
|
-
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
973
975
|
// Disc aliases
|
|
974
976
|
export { default as DiscIcon } from '../icons/disc';
|
|
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';
|
|
977
981
|
// DnaOff aliases
|
|
978
982
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
979
|
-
// Dock aliases
|
|
980
|
-
export { default as DockIcon } from '../icons/dock';
|
|
981
983
|
// Dna aliases
|
|
982
984
|
export { default as DnaIcon } from '../icons/dna';
|
|
985
|
+
// Dock aliases
|
|
986
|
+
export { default as DockIcon } from '../icons/dock';
|
|
983
987
|
// Dog aliases
|
|
984
988
|
export { default as DogIcon } from '../icons/dog';
|
|
985
|
-
// Dome aliases
|
|
986
|
-
export { default as DomeIcon } from '../icons/dome';
|
|
987
989
|
// DollarSign aliases
|
|
988
990
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
989
|
-
//
|
|
990
|
-
export { default as
|
|
991
|
+
// Dome aliases
|
|
992
|
+
export { default as DomeIcon } from '../icons/dome';
|
|
991
993
|
// DoorClosedLocked aliases
|
|
992
994
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
995
|
+
// Donut aliases
|
|
996
|
+
export { default as DonutIcon } from '../icons/donut';
|
|
993
997
|
// DoorClosed aliases
|
|
994
998
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
995
999
|
// DoorOpen aliases
|
|
@@ -1010,10 +1014,10 @@ export { default as DrillIcon } from '../icons/drill';
|
|
|
1010
1014
|
export { default as DroneIcon } from '../icons/drone';
|
|
1011
1015
|
// DropletOff aliases
|
|
1012
1016
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
1013
|
-
// Droplets aliases
|
|
1014
|
-
export { default as DropletsIcon } from '../icons/droplets';
|
|
1015
1017
|
// Droplet aliases
|
|
1016
1018
|
export { default as DropletIcon } from '../icons/droplet';
|
|
1019
|
+
// Droplets aliases
|
|
1020
|
+
export { default as DropletsIcon } from '../icons/droplets';
|
|
1017
1021
|
// Drum aliases
|
|
1018
1022
|
export { default as DrumIcon } from '../icons/drum';
|
|
1019
1023
|
// Drumstick aliases
|
|
@@ -1034,10 +1038,10 @@ export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
|
1034
1038
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
1035
1039
|
// Egg aliases
|
|
1036
1040
|
export { default as EggIcon } from '../icons/egg';
|
|
1037
|
-
// Eject aliases
|
|
1038
|
-
export { default as EjectIcon } from '../icons/eject';
|
|
1039
1041
|
// Ellipse aliases
|
|
1040
1042
|
export { default as EllipseIcon } from '../icons/ellipse';
|
|
1043
|
+
// Eject aliases
|
|
1044
|
+
export { default as EjectIcon } from '../icons/eject';
|
|
1041
1045
|
// Engine aliases
|
|
1042
1046
|
export { default as EngineIcon } from '../icons/engine';
|
|
1043
1047
|
// EqualApproximatelyNot aliases
|
|
@@ -1048,10 +1052,10 @@ export { default as EqualApproximatelyIcon } from '../icons/equal-approximately'
|
|
|
1048
1052
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
1049
1053
|
// Equal aliases
|
|
1050
1054
|
export { default as EqualIcon } from '../icons/equal';
|
|
1051
|
-
// Eraser aliases
|
|
1052
|
-
export { default as EraserIcon } from '../icons/eraser';
|
|
1053
1055
|
// EthernetPort aliases
|
|
1054
1056
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
1057
|
+
// Eraser aliases
|
|
1058
|
+
export { default as EraserIcon } from '../icons/eraser';
|
|
1055
1059
|
// Euro aliases
|
|
1056
1060
|
export { default as EuroIcon } from '../icons/euro';
|
|
1057
1061
|
// EvCharger aliases
|
|
@@ -1068,20 +1072,20 @@ export { default as EyeDashedIcon } from '../icons/eye-dashed';
|
|
|
1068
1072
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
1069
1073
|
// Eye aliases
|
|
1070
1074
|
export { default as EyeIcon } from '../icons/eye';
|
|
1075
|
+
// Fan aliases
|
|
1076
|
+
export { default as FanIcon } from '../icons/fan';
|
|
1071
1077
|
// Factory aliases
|
|
1072
1078
|
export { default as FactoryIcon } from '../icons/factory';
|
|
1073
1079
|
// FastForward aliases
|
|
1074
1080
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1075
|
-
// Fence aliases
|
|
1076
|
-
export { default as FenceIcon } from '../icons/fence';
|
|
1077
|
-
// Fan aliases
|
|
1078
|
-
export { default as FanIcon } from '../icons/fan';
|
|
1079
1081
|
// Feather aliases
|
|
1080
1082
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1081
|
-
//
|
|
1082
|
-
export { default as
|
|
1083
|
+
// Fence aliases
|
|
1084
|
+
export { default as FenceIcon } from '../icons/fence';
|
|
1083
1085
|
// FerrisWheel aliases
|
|
1084
1086
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1087
|
+
// FileArchive aliases
|
|
1088
|
+
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1085
1089
|
// FileBox aliases
|
|
1086
1090
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1087
1091
|
// FileCheck aliases
|
|
@@ -1092,20 +1096,20 @@ export { default as FileClockIcon } from '../icons/file-clock';
|
|
|
1092
1096
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1093
1097
|
// FileDiff aliases
|
|
1094
1098
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1095
|
-
// FileDigit aliases
|
|
1096
|
-
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1097
1099
|
// FileDown aliases
|
|
1098
1100
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1099
|
-
//
|
|
1100
|
-
export { default as
|
|
1101
|
+
// FileDigit aliases
|
|
1102
|
+
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1101
1103
|
// FileImage aliases
|
|
1102
1104
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1105
|
+
// FileHeart aliases
|
|
1106
|
+
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1103
1107
|
// FileInput aliases
|
|
1104
1108
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1105
|
-
// FileMusic aliases
|
|
1106
|
-
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1107
1109
|
// FileMinus aliases
|
|
1108
1110
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1111
|
+
// FileMusic aliases
|
|
1112
|
+
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1109
1113
|
// FileOutput aliases
|
|
1110
1114
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1111
1115
|
// FilePlus aliases
|
|
@@ -1118,22 +1122,22 @@ export { default as FileSearchIcon } from '../icons/file-search';
|
|
|
1118
1122
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1119
1123
|
// FileSpreadsheet aliases
|
|
1120
1124
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1121
|
-
// FileStack aliases
|
|
1122
|
-
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1123
1125
|
// FileSymlink aliases
|
|
1124
1126
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1125
|
-
//
|
|
1126
|
-
export { default as
|
|
1127
|
+
// FileStack aliases
|
|
1128
|
+
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1127
1129
|
// FileText aliases
|
|
1128
1130
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1131
|
+
// FileTerminal aliases
|
|
1132
|
+
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1129
1133
|
// FileType aliases
|
|
1130
1134
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1131
1135
|
// FileUp aliases
|
|
1132
1136
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1133
|
-
// FileUser aliases
|
|
1134
|
-
export { default as FileUserIcon } from '../icons/file-user';
|
|
1135
1137
|
// FileVolume aliases
|
|
1136
1138
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1139
|
+
// FileUser aliases
|
|
1140
|
+
export { default as FileUserIcon } from '../icons/file-user';
|
|
1137
1141
|
// FileX aliases
|
|
1138
1142
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1139
1143
|
// File aliases
|
|
@@ -1146,28 +1150,28 @@ export { default as FilmIcon } from '../icons/film';
|
|
|
1146
1150
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1147
1151
|
// FishOff aliases
|
|
1148
1152
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1149
|
-
// FishSymbol aliases
|
|
1150
|
-
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1151
1153
|
// Fish aliases
|
|
1152
1154
|
export { default as FishIcon } from '../icons/fish';
|
|
1153
1155
|
// FishingHook aliases
|
|
1154
1156
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1157
|
+
// FishSymbol aliases
|
|
1158
|
+
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1155
1159
|
// FishingRod aliases
|
|
1156
1160
|
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1157
|
-
// FlagOff aliases
|
|
1158
|
-
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1159
1161
|
// FlagTriangleLeft aliases
|
|
1160
1162
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1163
|
+
// FlagOff aliases
|
|
1164
|
+
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1161
1165
|
// FlagTriangleRight aliases
|
|
1162
1166
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1163
|
-
// Flag aliases
|
|
1164
|
-
export { default as FlagIcon } from '../icons/flag';
|
|
1165
|
-
// FlameKindling aliases
|
|
1166
|
-
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1167
1167
|
// Flame aliases
|
|
1168
1168
|
export { default as FlameIcon } from '../icons/flame';
|
|
1169
1169
|
// FlashlightOff aliases
|
|
1170
1170
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1171
|
+
// Flag aliases
|
|
1172
|
+
export { default as FlagIcon } from '../icons/flag';
|
|
1173
|
+
// FlameKindling aliases
|
|
1174
|
+
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1171
1175
|
// Flashlight aliases
|
|
1172
1176
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1173
1177
|
// FlaskConicalOff aliases
|
|
@@ -1176,52 +1180,52 @@ export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
|
1176
1180
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1177
1181
|
// FlaskRound aliases
|
|
1178
1182
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1183
|
+
// Flower aliases
|
|
1184
|
+
export { default as FlowerIcon } from '../icons/flower';
|
|
1179
1185
|
// Flower2 aliases
|
|
1180
1186
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1181
1187
|
// Focus aliases
|
|
1182
1188
|
export { default as FocusIcon } from '../icons/focus';
|
|
1183
|
-
// Flower aliases
|
|
1184
|
-
export { default as FlowerIcon } from '../icons/flower';
|
|
1185
|
-
// FoldHorizontal aliases
|
|
1186
|
-
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1187
1189
|
// FoldVertical aliases
|
|
1188
1190
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1191
|
+
// FoldHorizontal aliases
|
|
1192
|
+
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1189
1193
|
// FolderArchive aliases
|
|
1190
1194
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1191
1195
|
// FolderBookmark aliases
|
|
1192
1196
|
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1193
1197
|
// FolderCheck aliases
|
|
1194
1198
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1195
|
-
// FolderClock aliases
|
|
1196
|
-
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1197
|
-
// FolderClosed aliases
|
|
1198
|
-
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1199
1199
|
// FolderCode aliases
|
|
1200
1200
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1201
|
+
// FolderClosed aliases
|
|
1202
|
+
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1201
1203
|
// FolderDot aliases
|
|
1202
1204
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1203
|
-
//
|
|
1204
|
-
export { default as
|
|
1205
|
+
// FolderClock aliases
|
|
1206
|
+
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1205
1207
|
// FolderGit2 aliases
|
|
1206
1208
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1209
|
+
// FolderDown aliases
|
|
1210
|
+
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1207
1211
|
// FolderGit aliases
|
|
1208
1212
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1209
1213
|
// FolderHeart aliases
|
|
1210
1214
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1211
1215
|
// FolderInput aliases
|
|
1212
1216
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1213
|
-
// FolderKanban aliases
|
|
1214
|
-
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1215
1217
|
// FolderKey aliases
|
|
1216
1218
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1217
|
-
// FolderLock aliases
|
|
1218
|
-
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1219
1219
|
// FolderMinus aliases
|
|
1220
1220
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1221
|
-
//
|
|
1222
|
-
export { default as
|
|
1221
|
+
// FolderKanban aliases
|
|
1222
|
+
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1223
1223
|
// FolderOpen aliases
|
|
1224
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';
|
|
1225
1229
|
// FolderOutput aliases
|
|
1226
1230
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1227
1231
|
// FolderPlus aliases
|
|
@@ -1238,10 +1242,10 @@ export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
|
1238
1242
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1239
1243
|
// FolderTree aliases
|
|
1240
1244
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1241
|
-
// FolderUp aliases
|
|
1242
|
-
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1243
1245
|
// FolderX aliases
|
|
1244
1246
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1247
|
+
// FolderUp aliases
|
|
1248
|
+
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1245
1249
|
// Folder aliases
|
|
1246
1250
|
export { default as FolderIcon } from '../icons/folder';
|
|
1247
1251
|
// Folders aliases
|
|
@@ -1250,10 +1254,10 @@ export { default as FoldersIcon } from '../icons/folders';
|
|
|
1250
1254
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1251
1255
|
// Forklift aliases
|
|
1252
1256
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1253
|
-
// Form aliases
|
|
1254
|
-
export { default as FormIcon } from '../icons/form';
|
|
1255
1257
|
// Forward aliases
|
|
1256
1258
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1259
|
+
// Form aliases
|
|
1260
|
+
export { default as FormIcon } from '../icons/form';
|
|
1257
1261
|
// Frame aliases
|
|
1258
1262
|
export { default as FrameIcon } from '../icons/frame';
|
|
1259
1263
|
// Fuel aliases
|
|
@@ -1262,30 +1266,30 @@ export { default as FuelIcon } from '../icons/fuel';
|
|
|
1262
1266
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1263
1267
|
// FunnelPlus aliases
|
|
1264
1268
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1265
|
-
// GalleryHorizontalEnd aliases
|
|
1266
|
-
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1267
1269
|
// Galaxy aliases
|
|
1268
1270
|
export { default as GalaxyIcon } from '../icons/galaxy';
|
|
1271
|
+
// GalleryHorizontalEnd aliases
|
|
1272
|
+
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1269
1273
|
// GalleryHorizontal aliases
|
|
1270
1274
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1271
1275
|
// GalleryThumbnails aliases
|
|
1272
1276
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1273
|
-
// GalleryVertical aliases
|
|
1274
|
-
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1275
1277
|
// GalleryVerticalEnd aliases
|
|
1276
1278
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1279
|
+
// GalleryVertical aliases
|
|
1280
|
+
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1277
1281
|
// Gamepad2 aliases
|
|
1278
1282
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1279
1283
|
// GamepadDirectional aliases
|
|
1280
1284
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1281
1285
|
// Gamepad aliases
|
|
1282
1286
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1283
|
-
// GapHorizontal aliases
|
|
1284
|
-
export { default as GapHorizontalIcon } from '../icons/gap-horizontal';
|
|
1285
1287
|
// GapVertical aliases
|
|
1286
1288
|
export { default as GapVerticalIcon } from '../icons/gap-vertical';
|
|
1287
1289
|
// Gauge aliases
|
|
1288
1290
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1291
|
+
// GapHorizontal aliases
|
|
1292
|
+
export { default as GapHorizontalIcon } from '../icons/gap-horizontal';
|
|
1289
1293
|
// Gavel aliases
|
|
1290
1294
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1291
1295
|
// Gem aliases
|
|
@@ -1296,16 +1300,16 @@ export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
|
1296
1300
|
export { default as GermOffIcon } from '../icons/germ-off';
|
|
1297
1301
|
// Germ aliases
|
|
1298
1302
|
export { default as GermIcon } from '../icons/germ';
|
|
1299
|
-
// Ghost aliases
|
|
1300
|
-
export { default as GhostIcon } from '../icons/ghost';
|
|
1301
1303
|
// Gift aliases
|
|
1302
1304
|
export { default as GiftIcon } from '../icons/gift';
|
|
1305
|
+
// Ghost aliases
|
|
1306
|
+
export { default as GhostIcon } from '../icons/ghost';
|
|
1303
1307
|
// GitBranchMinus aliases
|
|
1304
1308
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1305
|
-
// GitBranch aliases
|
|
1306
|
-
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1307
1309
|
// GitBranchPlus aliases
|
|
1308
1310
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1311
|
+
// GitBranch aliases
|
|
1312
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1309
1313
|
// GitCommitVertical aliases
|
|
1310
1314
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1311
1315
|
// GitCompareArrows aliases
|
|
@@ -1316,10 +1320,10 @@ export { default as GitCompareIcon } from '../icons/git-compare';
|
|
|
1316
1320
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1317
1321
|
// GitGraph aliases
|
|
1318
1322
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1319
|
-
// GitMergeConflict aliases
|
|
1320
|
-
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1321
1323
|
// GitMerge aliases
|
|
1322
1324
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1325
|
+
// GitMergeConflict aliases
|
|
1326
|
+
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1323
1327
|
// GitPullRequestArrow aliases
|
|
1324
1328
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1325
1329
|
// GitPullRequestClosed aliases
|
|
@@ -1338,12 +1342,14 @@ export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
|
1338
1342
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1339
1343
|
// GlobeCheck aliases
|
|
1340
1344
|
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1345
|
+
// GlobeCode aliases
|
|
1346
|
+
export { default as GlobeCodeIcon } from '../icons/globe-code';
|
|
1341
1347
|
// GlobeLock aliases
|
|
1342
1348
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1343
|
-
// GlobeX aliases
|
|
1344
|
-
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1345
1349
|
// GlobeOff aliases
|
|
1346
1350
|
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1351
|
+
// GlobeX aliases
|
|
1352
|
+
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1347
1353
|
// Globe aliases
|
|
1348
1354
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1349
1355
|
// Goal aliases
|
|
@@ -1352,26 +1358,26 @@ export { default as GoalIcon } from '../icons/goal';
|
|
|
1352
1358
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1353
1359
|
// GraduationCap aliases
|
|
1354
1360
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1355
|
-
// Grid3x2 aliases
|
|
1356
|
-
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1357
1361
|
// Grape aliases
|
|
1358
1362
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1359
|
-
//
|
|
1360
|
-
export { default as
|
|
1363
|
+
// Grid3x2 aliases
|
|
1364
|
+
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
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';
|
|
1371
|
+
// Guitar aliases
|
|
1372
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1365
1373
|
// Group aliases
|
|
1366
1374
|
export { default as GroupIcon } from '../icons/group';
|
|
1367
1375
|
// Hamburger aliases
|
|
1368
1376
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1369
|
-
// Guitar aliases
|
|
1370
|
-
export { default as GuitarIcon } from '../icons/guitar';
|
|
1371
|
-
// Hammer aliases
|
|
1372
|
-
export { default as HammerIcon } from '../icons/hammer';
|
|
1373
1377
|
// Ham aliases
|
|
1374
1378
|
export { default as HamIcon } from '../icons/ham';
|
|
1379
|
+
// Hammer aliases
|
|
1380
|
+
export { default as HammerIcon } from '../icons/hammer';
|
|
1375
1381
|
// HandCoins aliases
|
|
1376
1382
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1377
1383
|
// HandFist aliases
|
|
@@ -1380,26 +1386,26 @@ export { default as HandFistIcon } from '../icons/hand-fist';
|
|
|
1380
1386
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1381
1387
|
// HandMetal aliases
|
|
1382
1388
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1383
|
-
// Hand aliases
|
|
1384
|
-
export { default as HandIcon } from '../icons/hand';
|
|
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
1397
|
// HardDriveDownload aliases
|
|
1392
1398
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1399
|
+
// HardDriveUpload aliases
|
|
1400
|
+
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1393
1401
|
// HardDrive aliases
|
|
1394
1402
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1395
1403
|
// HardHat aliases
|
|
1396
1404
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1397
|
-
// HardDriveUpload aliases
|
|
1398
|
-
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1399
|
-
// Hash aliases
|
|
1400
|
-
export { default as HashIcon } from '../icons/hash';
|
|
1401
1405
|
// HatGlasses aliases
|
|
1402
1406
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1407
|
+
// Hash aliases
|
|
1408
|
+
export { default as HashIcon } from '../icons/hash';
|
|
1403
1409
|
// Haze aliases
|
|
1404
1410
|
export { default as HazeIcon } from '../icons/haze';
|
|
1405
1411
|
// Hd aliases
|
|
@@ -1410,16 +1416,16 @@ export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
|
1410
1416
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1411
1417
|
// Heading2 aliases
|
|
1412
1418
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1413
|
-
// Heading3 aliases
|
|
1414
|
-
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1415
1419
|
// Heading4 aliases
|
|
1416
1420
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1417
1421
|
// Heading5 aliases
|
|
1418
1422
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1419
|
-
//
|
|
1420
|
-
export { default as
|
|
1423
|
+
// Heading3 aliases
|
|
1424
|
+
export { default as Heading3Icon } from '../icons/heading-3';
|
|
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';
|
|
1423
1429
|
// HeadphoneOff aliases
|
|
1424
1430
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1425
1431
|
// Headphones aliases
|
|
@@ -1442,14 +1448,14 @@ export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
|
1442
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
|
-
// Highlighter aliases
|
|
1450
|
-
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1451
1453
|
// Hexagon aliases
|
|
1452
1454
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1455
|
+
// Heater aliases
|
|
1456
|
+
export { default as HeaterIcon } from '../icons/heater';
|
|
1457
|
+
// Highlighter aliases
|
|
1458
|
+
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1453
1459
|
// HopOff aliases
|
|
1454
1460
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1455
1461
|
// Hop aliases
|
|
@@ -1458,26 +1464,30 @@ export { default as HopIcon } from '../icons/hop';
|
|
|
1458
1464
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1459
1465
|
// Hotel aliases
|
|
1460
1466
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1467
|
+
// HourglassCog aliases
|
|
1468
|
+
export { default as HourglassCogIcon } from '../icons/hourglass-cog';
|
|
1461
1469
|
// Hourglass aliases
|
|
1462
1470
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1463
1471
|
// HouseHeart aliases
|
|
1464
1472
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1465
1473
|
// HousePlug aliases
|
|
1466
1474
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1467
|
-
// HouseWifi aliases
|
|
1468
|
-
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1469
|
-
// IdCard aliases
|
|
1470
|
-
export { default as IdCardIcon } from '../icons/id-card';
|
|
1471
1475
|
// HousePlus aliases
|
|
1472
1476
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1477
|
+
// HouseWifi aliases
|
|
1478
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1479
|
+
// Houses aliases
|
|
1480
|
+
export { default as HousesIcon } from '../icons/houses';
|
|
1473
1481
|
// IdCardLanyard aliases
|
|
1474
1482
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1483
|
+
// IdCard aliases
|
|
1484
|
+
export { default as IdCardIcon } from '../icons/id-card';
|
|
1475
1485
|
// ImageDown aliases
|
|
1476
1486
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1477
|
-
// ImageMinus aliases
|
|
1478
|
-
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1479
1487
|
// ImageOff aliases
|
|
1480
1488
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1489
|
+
// ImageMinus aliases
|
|
1490
|
+
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1481
1491
|
// ImagePlay aliases
|
|
1482
1492
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1483
1493
|
// ImagePlus aliases
|
|
@@ -1504,12 +1514,14 @@ export { default as InfoIcon } from '../icons/info';
|
|
|
1504
1514
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1505
1515
|
// Italic aliases
|
|
1506
1516
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1517
|
+
// IterationCw aliases
|
|
1518
|
+
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1507
1519
|
// IterationCcw aliases
|
|
1508
1520
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1521
|
+
// IvBag aliases
|
|
1522
|
+
export { default as IvBagIcon } from '../icons/iv-bag';
|
|
1509
1523
|
// JapaneseYen aliases
|
|
1510
1524
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1511
|
-
// IterationCw aliases
|
|
1512
|
-
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1513
1525
|
// Joystick aliases
|
|
1514
1526
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1515
1527
|
// Kanban aliases
|
|
@@ -1518,10 +1530,10 @@ export { default as KanbanIcon } from '../icons/kanban';
|
|
|
1518
1530
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1519
1531
|
// KeyRound aliases
|
|
1520
1532
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1521
|
-
// Key aliases
|
|
1522
|
-
export { default as KeyIcon } from '../icons/key';
|
|
1523
1533
|
// KeySquare aliases
|
|
1524
1534
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1535
|
+
// Key aliases
|
|
1536
|
+
export { default as KeyIcon } from '../icons/key';
|
|
1525
1537
|
// KeyboardMusic aliases
|
|
1526
1538
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1527
1539
|
// KeyboardOff aliases
|
|
@@ -1556,42 +1568,46 @@ export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
|
1556
1568
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1557
1569
|
// LayerArrowDown aliases
|
|
1558
1570
|
export { default as LayerArrowDownIcon } from '../icons/layer-arrow-down';
|
|
1559
|
-
// LayerArrowUp aliases
|
|
1560
|
-
export { default as LayerArrowUpIcon } from '../icons/layer-arrow-up';
|
|
1561
1571
|
// Layers2 aliases
|
|
1562
1572
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1563
|
-
// LayersArrowDown aliases
|
|
1564
|
-
export { default as LayersArrowDownIcon } from '../icons/layers-arrow-down';
|
|
1565
1573
|
// LayersArrowUp aliases
|
|
1566
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';
|
|
1567
1579
|
// LayersMinus aliases
|
|
1568
1580
|
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1569
1581
|
// LayersPlus aliases
|
|
1570
1582
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1583
|
+
// LayoutArrowDown aliases
|
|
1584
|
+
export { default as LayoutArrowDownIcon } from '../icons/layout-arrow-down';
|
|
1585
|
+
// LayoutArrowRight aliases
|
|
1586
|
+
export { default as LayoutArrowRightIcon } from '../icons/layout-arrow-right';
|
|
1571
1587
|
// LayoutDashboard aliases
|
|
1572
1588
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1589
|
+
// LayoutGrid aliases
|
|
1590
|
+
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1573
1591
|
// LayoutFreeform aliases
|
|
1574
1592
|
export { default as LayoutFreeformIcon } from '../icons/layout-freeform';
|
|
1575
1593
|
// LayoutList aliases
|
|
1576
1594
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1577
|
-
// LayoutGrid aliases
|
|
1578
|
-
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1579
1595
|
// LayoutPanelLeft aliases
|
|
1580
1596
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1581
1597
|
// LayoutPanelTop aliases
|
|
1582
1598
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1583
1599
|
// LayoutTemplate aliases
|
|
1584
1600
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1585
|
-
// Leaf aliases
|
|
1586
|
-
export { default as LeafIcon } from '../icons/leaf';
|
|
1587
1601
|
// LeafyGreen aliases
|
|
1588
1602
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1603
|
+
// Leaf aliases
|
|
1604
|
+
export { default as LeafIcon } from '../icons/leaf';
|
|
1589
1605
|
// Lectern aliases
|
|
1590
1606
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1591
|
-
// LensConcave aliases
|
|
1592
|
-
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1593
1607
|
// LensConvex aliases
|
|
1594
1608
|
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1609
|
+
// LensConcave aliases
|
|
1610
|
+
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1595
1611
|
// LibraryBig aliases
|
|
1596
1612
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1597
1613
|
// Library aliases
|
|
@@ -1600,10 +1616,10 @@ export { default as LibraryIcon } from '../icons/library';
|
|
|
1600
1616
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1601
1617
|
// Ligature aliases
|
|
1602
1618
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1603
|
-
// Lightbulb aliases
|
|
1604
|
-
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1605
1619
|
// LightbulbOff aliases
|
|
1606
1620
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1621
|
+
// Lightbulb aliases
|
|
1622
|
+
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1607
1623
|
// Lighthouse aliases
|
|
1608
1624
|
export { default as LighthouseIcon } from '../icons/lighthouse';
|
|
1609
1625
|
// LineDotRightHorizontal aliases
|
|
@@ -1618,10 +1634,10 @@ export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
|
1618
1634
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1619
1635
|
// Link aliases
|
|
1620
1636
|
export { default as LinkIcon } from '../icons/link';
|
|
1621
|
-
// ListChecks aliases
|
|
1622
|
-
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1623
1637
|
// ListCheck aliases
|
|
1624
1638
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1639
|
+
// ListChecks aliases
|
|
1640
|
+
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1625
1641
|
// ListChevronsDownUp aliases
|
|
1626
1642
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1627
1643
|
// ListChevronsUpDown aliases
|
|
@@ -1636,20 +1652,20 @@ export { default as ListEndIcon } from '../icons/list-end';
|
|
|
1636
1652
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1637
1653
|
// ListFilter aliases
|
|
1638
1654
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1639
|
-
// ListMinus aliases
|
|
1640
|
-
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1641
1655
|
// ListMusic aliases
|
|
1642
1656
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1657
|
+
// ListMinus aliases
|
|
1658
|
+
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1643
1659
|
// ListOrdered aliases
|
|
1644
1660
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1645
1661
|
// ListPlus aliases
|
|
1646
1662
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1647
1663
|
// ListRestart aliases
|
|
1648
1664
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1649
|
-
// ListSortDescending aliases
|
|
1650
|
-
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1651
1665
|
// ListSortAscending aliases
|
|
1652
1666
|
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1667
|
+
// ListSortDescending aliases
|
|
1668
|
+
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1653
1669
|
// ListStart aliases
|
|
1654
1670
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1655
1671
|
// ListTodo aliases
|
|
@@ -1674,20 +1690,20 @@ export { default as LocateOffIcon } from '../icons/locate-off';
|
|
|
1674
1690
|
export { default as LocateIcon } from '../icons/locate';
|
|
1675
1691
|
// LockKeyhole aliases
|
|
1676
1692
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1677
|
-
// LogIn aliases
|
|
1678
|
-
export { default as LogInIcon } from '../icons/log-in';
|
|
1679
1693
|
// Lock aliases
|
|
1680
1694
|
export { default as LockIcon } from '../icons/lock';
|
|
1695
|
+
// LogIn aliases
|
|
1696
|
+
export { default as LogInIcon } from '../icons/log-in';
|
|
1681
1697
|
// LogOut aliases
|
|
1682
1698
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1683
1699
|
// Logs aliases
|
|
1684
1700
|
export { default as LogsIcon } from '../icons/logs';
|
|
1685
1701
|
// Lollipop aliases
|
|
1686
1702
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1687
|
-
// Magnet aliases
|
|
1688
|
-
export { default as MagnetIcon } from '../icons/magnet';
|
|
1689
1703
|
// Luggage aliases
|
|
1690
1704
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1705
|
+
// Magnet aliases
|
|
1706
|
+
export { default as MagnetIcon } from '../icons/magnet';
|
|
1691
1707
|
// MailBadge aliases
|
|
1692
1708
|
export { default as MailBadgeIcon } from '../icons/mail-badge';
|
|
1693
1709
|
// MailCheck aliases
|
|
@@ -1706,10 +1722,10 @@ export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
|
1706
1722
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1707
1723
|
// MailWarning aliases
|
|
1708
1724
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1709
|
-
// Mail aliases
|
|
1710
|
-
export { default as MailIcon } from '../icons/mail';
|
|
1711
1725
|
// MailX aliases
|
|
1712
1726
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1727
|
+
// Mail aliases
|
|
1728
|
+
export { default as MailIcon } from '../icons/mail';
|
|
1713
1729
|
// Mailbox aliases
|
|
1714
1730
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1715
1731
|
// Mails aliases
|
|
@@ -1718,30 +1734,30 @@ export { default as MailsIcon } from '../icons/mails';
|
|
|
1718
1734
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1719
1735
|
// MapPinCheckInside aliases
|
|
1720
1736
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1721
|
-
// MapPinCheck aliases
|
|
1722
|
-
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1723
1737
|
// MapPinHouse aliases
|
|
1724
1738
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1725
|
-
//
|
|
1726
|
-
export { default as
|
|
1739
|
+
// MapPinCheck aliases
|
|
1740
|
+
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1727
1741
|
// MapPinMinus aliases
|
|
1728
1742
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1743
|
+
// MapPinMinusInside aliases
|
|
1744
|
+
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1729
1745
|
// MapPinOff aliases
|
|
1730
1746
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1731
|
-
// MapPinPlusInside aliases
|
|
1732
|
-
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1733
1747
|
// MapPinPlus aliases
|
|
1734
1748
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1749
|
+
// MapPinPlusInside aliases
|
|
1750
|
+
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1735
1751
|
// MapPinSearch aliases
|
|
1736
1752
|
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1737
1753
|
// MapPinXInside aliases
|
|
1738
1754
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1739
1755
|
// MapPinX aliases
|
|
1740
1756
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1741
|
-
// MapPin aliases
|
|
1742
|
-
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1743
1757
|
// MapPinned aliases
|
|
1744
1758
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1759
|
+
// MapPin aliases
|
|
1760
|
+
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1745
1761
|
// MapPlus aliases
|
|
1746
1762
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1747
1763
|
// Map aliases
|
|
@@ -1754,10 +1770,10 @@ export { default as MarsIcon } from '../icons/mars';
|
|
|
1754
1770
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1755
1771
|
// Maximize2 aliases
|
|
1756
1772
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1757
|
-
// Medal aliases
|
|
1758
|
-
export { default as MedalIcon } from '../icons/medal';
|
|
1759
1773
|
// Maximize aliases
|
|
1760
1774
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1775
|
+
// Medal aliases
|
|
1776
|
+
export { default as MedalIcon } from '../icons/medal';
|
|
1761
1777
|
// MegaphoneOff aliases
|
|
1762
1778
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1763
1779
|
// Megaphone aliases
|
|
@@ -1766,16 +1782,16 @@ export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
|
1766
1782
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1767
1783
|
// Menu aliases
|
|
1768
1784
|
export { default as MenuIcon } from '../icons/menu';
|
|
1769
|
-
// MessageCircleCheck aliases
|
|
1770
|
-
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1771
1785
|
// Merge aliases
|
|
1772
1786
|
export { default as MergeIcon } from '../icons/merge';
|
|
1773
|
-
//
|
|
1774
|
-
export { default as
|
|
1787
|
+
// MessageCircleCheck aliases
|
|
1788
|
+
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1775
1789
|
// MessageCircleCode aliases
|
|
1776
1790
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1777
1791
|
// MessageCircleDashed aliases
|
|
1778
1792
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1793
|
+
// MessageCircleDashedCheck aliases
|
|
1794
|
+
export { default as MessageCircleDashedCheckIcon } from '../icons/message-circle-dashed-check';
|
|
1779
1795
|
// MessageCircleHeart aliases
|
|
1780
1796
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1781
1797
|
// MessageCircleMore aliases
|
|
@@ -1800,60 +1816,62 @@ export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
|
1800
1816
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1801
1817
|
// MessageSquareDiff aliases
|
|
1802
1818
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1803
|
-
// MessageSquareHeart aliases
|
|
1804
|
-
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1805
1819
|
// MessageSquareDot aliases
|
|
1806
1820
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1821
|
+
// MessageSquareHeart aliases
|
|
1822
|
+
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1807
1823
|
// MessageSquareLock aliases
|
|
1808
1824
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1809
|
-
// MessageSquareMore aliases
|
|
1810
|
-
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1811
1825
|
// MessageSquareOff aliases
|
|
1812
1826
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1813
1827
|
// MessageSquarePlus aliases
|
|
1814
1828
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1829
|
+
// MessageSquareMore aliases
|
|
1830
|
+
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1815
1831
|
// MessageSquareQuote aliases
|
|
1816
1832
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1817
1833
|
// MessageSquareReply aliases
|
|
1818
1834
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1819
|
-
// MessageSquareText aliases
|
|
1820
|
-
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1821
1835
|
// MessageSquareShare aliases
|
|
1822
1836
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1837
|
+
// MessageSquareText aliases
|
|
1838
|
+
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1823
1839
|
// MessageSquareWarning aliases
|
|
1824
1840
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1825
1841
|
// MessageSquareX aliases
|
|
1826
1842
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1827
|
-
// MessagesSquare aliases
|
|
1828
|
-
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1829
1843
|
// MessageSquare aliases
|
|
1830
1844
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1845
|
+
// MessagesCircle aliases
|
|
1846
|
+
export { default as MessagesCircleIcon } from '../icons/messages-circle';
|
|
1847
|
+
// MessagesSquare aliases
|
|
1848
|
+
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1831
1849
|
// Metronome aliases
|
|
1832
1850
|
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1833
1851
|
// MicAudioLines aliases
|
|
1834
1852
|
export { default as MicAudioLinesIcon } from '../icons/mic-audio-lines';
|
|
1835
1853
|
// MicOff aliases
|
|
1836
1854
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1837
|
-
// Mic aliases
|
|
1838
|
-
export { default as MicIcon } from '../icons/mic';
|
|
1839
1855
|
// Microchip aliases
|
|
1840
1856
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1857
|
+
// Mic aliases
|
|
1858
|
+
export { default as MicIcon } from '../icons/mic';
|
|
1841
1859
|
// Microscope aliases
|
|
1842
1860
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1843
1861
|
// Microwave aliases
|
|
1844
1862
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1845
|
-
// MidiPort aliases
|
|
1846
|
-
export { default as MidiPortIcon } from '../icons/midi-port';
|
|
1847
1863
|
// Milestone aliases
|
|
1848
1864
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1849
|
-
//
|
|
1850
|
-
export { default as
|
|
1865
|
+
// MidiPort aliases
|
|
1866
|
+
export { default as MidiPortIcon } from '../icons/midi-port';
|
|
1851
1867
|
// MilkOff aliases
|
|
1852
1868
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1853
|
-
//
|
|
1854
|
-
export { default as
|
|
1869
|
+
// Milk aliases
|
|
1870
|
+
export { default as MilkIcon } from '../icons/milk';
|
|
1855
1871
|
// Minimize2 aliases
|
|
1856
1872
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1873
|
+
// Minimize aliases
|
|
1874
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1857
1875
|
// Minus aliases
|
|
1858
1876
|
export { default as MinusIcon } from '../icons/minus';
|
|
1859
1877
|
// MirrorRectangular aliases
|
|
@@ -1864,16 +1882,18 @@ export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
|
1864
1882
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1865
1883
|
// MonitorCloud aliases
|
|
1866
1884
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1885
|
+
// MonitorCog aliases
|
|
1886
|
+
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1867
1887
|
// MonitorDot aliases
|
|
1868
1888
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1869
1889
|
// MonitorDown aliases
|
|
1870
1890
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1871
|
-
// MonitorCog aliases
|
|
1872
|
-
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1873
1891
|
// MonitorOff aliases
|
|
1874
1892
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1875
1893
|
// MonitorPause aliases
|
|
1876
1894
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1895
|
+
// MonitorPc aliases
|
|
1896
|
+
export { default as MonitorPcIcon } from '../icons/monitor-pc';
|
|
1877
1897
|
// MonitorPlay aliases
|
|
1878
1898
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1879
1899
|
// MonitorSmartphone aliases
|
|
@@ -1888,10 +1908,10 @@ export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
|
1888
1908
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1889
1909
|
// Monitor aliases
|
|
1890
1910
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1891
|
-
// Moon aliases
|
|
1892
|
-
export { default as MoonIcon } from '../icons/moon';
|
|
1893
1911
|
// MoonStar aliases
|
|
1894
1912
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1913
|
+
// Moon aliases
|
|
1914
|
+
export { default as MoonIcon } from '../icons/moon';
|
|
1895
1915
|
// MopSparkles aliases
|
|
1896
1916
|
export { default as MopSparklesIcon } from '../icons/mop-sparkles';
|
|
1897
1917
|
// Mop aliases
|
|
@@ -1910,10 +1930,10 @@ export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
|
1910
1930
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1911
1931
|
// MousePointer2Off aliases
|
|
1912
1932
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1913
|
-
// MousePointerBan aliases
|
|
1914
|
-
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1915
1933
|
// MousePointer2 aliases
|
|
1916
1934
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1935
|
+
// MousePointerBan aliases
|
|
1936
|
+
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1917
1937
|
// MousePointerClick aliases
|
|
1918
1938
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1919
1939
|
// MousePointer aliases
|
|
@@ -1922,18 +1942,22 @@ export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
|
1922
1942
|
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1923
1943
|
// Mouse aliases
|
|
1924
1944
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1945
|
+
// MouthOff aliases
|
|
1946
|
+
export { default as MouthOffIcon } from '../icons/mouth-off';
|
|
1947
|
+
// Mouth aliases
|
|
1948
|
+
export { default as MouthIcon } from '../icons/mouth';
|
|
1925
1949
|
// MoveDiagonal2 aliases
|
|
1926
1950
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1927
1951
|
// MoveDiagonal aliases
|
|
1928
1952
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1929
1953
|
// MoveDownLeft aliases
|
|
1930
1954
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1931
|
-
// MoveDownRight aliases
|
|
1932
|
-
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1933
|
-
// MoveHorizontal aliases
|
|
1934
|
-
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1935
1955
|
// MoveDown aliases
|
|
1936
1956
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1957
|
+
// MoveHorizontal aliases
|
|
1958
|
+
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1959
|
+
// MoveDownRight aliases
|
|
1960
|
+
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1937
1961
|
// MoveLeft aliases
|
|
1938
1962
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1939
1963
|
// MoveRight aliases
|
|
@@ -1964,14 +1988,16 @@ export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
|
1964
1988
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1965
1989
|
// Navigation aliases
|
|
1966
1990
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1967
|
-
// Newspaper aliases
|
|
1968
|
-
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1969
1991
|
// Network aliases
|
|
1970
1992
|
export { default as NetworkIcon } from '../icons/network';
|
|
1993
|
+
// Newspaper aliases
|
|
1994
|
+
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1971
1995
|
// Nfc aliases
|
|
1972
1996
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1973
1997
|
// NonBinary aliases
|
|
1974
1998
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1999
|
+
// NotebookDot aliases
|
|
2000
|
+
export { default as NotebookDotIcon } from '../icons/notebook-dot';
|
|
1975
2001
|
// NotebookPen aliases
|
|
1976
2002
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1977
2003
|
// NotebookTabs aliases
|
|
@@ -1994,24 +2020,24 @@ export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
|
1994
2020
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1995
2021
|
// Omega aliases
|
|
1996
2022
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1997
|
-
// Orbit aliases
|
|
1998
|
-
export { default as OrbitIcon } from '../icons/orbit';
|
|
1999
2023
|
// Option aliases
|
|
2000
2024
|
export { default as OptionIcon } from '../icons/option';
|
|
2025
|
+
// Orbit aliases
|
|
2026
|
+
export { default as OrbitIcon } from '../icons/orbit';
|
|
2001
2027
|
// Origami aliases
|
|
2002
2028
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
2003
|
-
// PackageCheck aliases
|
|
2004
|
-
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
2005
2029
|
// Package2 aliases
|
|
2006
2030
|
export { default as Package2Icon } from '../icons/package-2';
|
|
2031
|
+
// PackageCheck aliases
|
|
2032
|
+
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
2007
2033
|
// PackageMinus aliases
|
|
2008
2034
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
2009
2035
|
// PackagePlus aliases
|
|
2010
2036
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
2011
|
-
// PackageOpen aliases
|
|
2012
|
-
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
2013
2037
|
// PackageSearch aliases
|
|
2014
2038
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
2039
|
+
// PackageOpen aliases
|
|
2040
|
+
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
2015
2041
|
// PackageX aliases
|
|
2016
2042
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
2017
2043
|
// Package aliases
|
|
@@ -2024,10 +2050,10 @@ export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
|
2024
2050
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
2025
2051
|
// Palette aliases
|
|
2026
2052
|
export { default as PaletteIcon } from '../icons/palette';
|
|
2027
|
-
// PanelBottomClose aliases
|
|
2028
|
-
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
2029
2053
|
// Panda aliases
|
|
2030
2054
|
export { default as PandaIcon } from '../icons/panda';
|
|
2055
|
+
// PanelBottomClose aliases
|
|
2056
|
+
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
2031
2057
|
// PanelBottomOpen aliases
|
|
2032
2058
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
2033
2059
|
// PanelBottom aliases
|
|
@@ -2040,26 +2066,28 @@ export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
|
2040
2066
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
2041
2067
|
// PanelRight aliases
|
|
2042
2068
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
2043
|
-
// PanelTopBottomDashed aliases
|
|
2044
|
-
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
2045
2069
|
// PanelTopClose aliases
|
|
2046
2070
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
2071
|
+
// PanelTopBottomDashed aliases
|
|
2072
|
+
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
2047
2073
|
// PanelTopOpen aliases
|
|
2048
2074
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
2049
2075
|
// PanelTop aliases
|
|
2050
2076
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
2051
|
-
// PanelsLeftBottom aliases
|
|
2052
|
-
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
2053
2077
|
// PanelsRightBottom aliases
|
|
2054
2078
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
2079
|
+
// PanelsLeftBottom aliases
|
|
2080
|
+
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
2055
2081
|
// PaperBag aliases
|
|
2056
2082
|
export { default as PaperBagIcon } from '../icons/paper-bag';
|
|
2057
2083
|
// Paperclip aliases
|
|
2058
2084
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
2059
|
-
// Parentheses aliases
|
|
2060
|
-
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
2061
2085
|
// Parasol aliases
|
|
2062
2086
|
export { default as ParasolIcon } from '../icons/parasol';
|
|
2087
|
+
// Parentheses aliases
|
|
2088
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
2089
|
+
// Park aliases
|
|
2090
|
+
export { default as ParkIcon } from '../icons/park';
|
|
2063
2091
|
// ParkingMeter aliases
|
|
2064
2092
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
2065
2093
|
// PartyPopper aliases
|
|
@@ -2074,16 +2102,16 @@ export { default as PcCaseIcon } from '../icons/pc-case';
|
|
|
2074
2102
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
2075
2103
|
// PenTool aliases
|
|
2076
2104
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
2077
|
-
// PencilLine aliases
|
|
2078
|
-
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
2079
2105
|
// PencilOff aliases
|
|
2080
2106
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
2107
|
+
// PencilLine aliases
|
|
2108
|
+
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
2081
2109
|
// PencilRuler aliases
|
|
2082
2110
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
2083
|
-
// PencilSparkles aliases
|
|
2084
|
-
export { default as PencilSparklesIcon } from '../icons/pencil-sparkles';
|
|
2085
2111
|
// Pencil aliases
|
|
2086
2112
|
export { default as PencilIcon } from '../icons/pencil';
|
|
2113
|
+
// PencilSparkles aliases
|
|
2114
|
+
export { default as PencilSparklesIcon } from '../icons/pencil-sparkles';
|
|
2087
2115
|
// Pentagon aliases
|
|
2088
2116
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
2089
2117
|
// Percent aliases
|
|
@@ -2092,26 +2120,26 @@ export { default as PercentIcon } from '../icons/percent';
|
|
|
2092
2120
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
2093
2121
|
// Phi aliases
|
|
2094
2122
|
export { default as PhiIcon } from '../icons/phi';
|
|
2095
|
-
// PhilippinePeso aliases
|
|
2096
|
-
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2097
2123
|
// PhoneCall aliases
|
|
2098
2124
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
2125
|
+
// PhilippinePeso aliases
|
|
2126
|
+
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2099
2127
|
// PhoneForwarded aliases
|
|
2100
2128
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2129
|
+
// PhoneIncoming aliases
|
|
2130
|
+
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
2101
2131
|
// PhoneMissed aliases
|
|
2102
2132
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
2103
2133
|
// PhoneOff aliases
|
|
2104
2134
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
2105
|
-
// PhoneIncoming aliases
|
|
2106
|
-
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
2107
2135
|
// PhoneOutgoing aliases
|
|
2108
2136
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
2109
|
-
// Phone aliases
|
|
2110
|
-
export { default as PhoneIcon } from '../icons/phone';
|
|
2111
2137
|
// Pi aliases
|
|
2112
2138
|
export { default as PiIcon } from '../icons/pi';
|
|
2113
2139
|
// Piano aliases
|
|
2114
2140
|
export { default as PianoIcon } from '../icons/piano';
|
|
2141
|
+
// Phone aliases
|
|
2142
|
+
export { default as PhoneIcon } from '../icons/phone';
|
|
2115
2143
|
// Pickaxe aliases
|
|
2116
2144
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2117
2145
|
// PictureInPicture2 aliases
|
|
@@ -2130,24 +2158,26 @@ export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
|
2130
2158
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2131
2159
|
// Pill aliases
|
|
2132
2160
|
export { default as PillIcon } from '../icons/pill';
|
|
2133
|
-
// Pin aliases
|
|
2134
|
-
export { default as PinIcon } from '../icons/pin';
|
|
2135
2161
|
// PinOff aliases
|
|
2136
2162
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2137
|
-
//
|
|
2138
|
-
export { default as
|
|
2163
|
+
// Pin aliases
|
|
2164
|
+
export { default as PinIcon } from '../icons/pin';
|
|
2139
2165
|
// Pipette aliases
|
|
2140
2166
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2167
|
+
// PlaneTakeoff aliases
|
|
2168
|
+
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2169
|
+
// Pizza aliases
|
|
2170
|
+
export { default as PizzaIcon } from '../icons/pizza';
|
|
2141
2171
|
// PlaneLanding aliases
|
|
2142
2172
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2143
2173
|
// Plane aliases
|
|
2144
2174
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2145
|
-
//
|
|
2146
|
-
export { default as
|
|
2147
|
-
// Play aliases
|
|
2148
|
-
export { default as PlayIcon } from '../icons/play';
|
|
2175
|
+
// PlantPot aliases
|
|
2176
|
+
export { default as PlantPotIcon } from '../icons/plant-pot';
|
|
2149
2177
|
// PlayOff aliases
|
|
2150
2178
|
export { default as PlayOffIcon } from '../icons/play-off';
|
|
2179
|
+
// Play aliases
|
|
2180
|
+
export { default as PlayIcon } from '../icons/play';
|
|
2151
2181
|
// PlayingCard aliases
|
|
2152
2182
|
export { default as PlayingCardIcon } from '../icons/playing-card';
|
|
2153
2183
|
// PlayingCardsFan aliases
|
|
@@ -2160,14 +2190,14 @@ export { default as Plug2Icon } from '../icons/plug-2';
|
|
|
2160
2190
|
export { default as PlusIcon } from '../icons/plus';
|
|
2161
2191
|
// Plug aliases
|
|
2162
2192
|
export { default as PlugIcon } from '../icons/plug';
|
|
2163
|
-
// Podium aliases
|
|
2164
|
-
export { default as PodiumIcon } from '../icons/podium';
|
|
2165
2193
|
// PocketKnife aliases
|
|
2166
2194
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2167
|
-
//
|
|
2168
|
-
export { default as
|
|
2195
|
+
// Podium aliases
|
|
2196
|
+
export { default as PodiumIcon } from '../icons/podium';
|
|
2169
2197
|
// Pointer aliases
|
|
2170
2198
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2199
|
+
// PointerOff aliases
|
|
2200
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2171
2201
|
// Popcorn aliases
|
|
2172
2202
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2173
2203
|
// Popsicle aliases
|
|
@@ -2176,10 +2206,10 @@ export { default as PopsicleIcon } from '../icons/popsicle';
|
|
|
2176
2206
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2177
2207
|
// PowerOff aliases
|
|
2178
2208
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2179
|
-
// Power aliases
|
|
2180
|
-
export { default as PowerIcon } from '../icons/power';
|
|
2181
2209
|
// Presentation aliases
|
|
2182
2210
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2211
|
+
// Power aliases
|
|
2212
|
+
export { default as PowerIcon } from '../icons/power';
|
|
2183
2213
|
// PrinterCheck aliases
|
|
2184
2214
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2185
2215
|
// PrinterX aliases
|
|
@@ -2192,36 +2222,36 @@ export { default as ProjectorIcon } from '../icons/projector';
|
|
|
2192
2222
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2193
2223
|
// Puzzle aliases
|
|
2194
2224
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2195
|
-
// Pyramid aliases
|
|
2196
|
-
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2197
2225
|
// QrCode aliases
|
|
2198
2226
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2227
|
+
// Pyramid aliases
|
|
2228
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2199
2229
|
// Quote aliases
|
|
2200
2230
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2201
2231
|
// Rabbit aliases
|
|
2202
2232
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2203
|
-
// Radiation aliases
|
|
2204
|
-
export { default as RadiationIcon } from '../icons/radiation';
|
|
2205
2233
|
// Radar aliases
|
|
2206
2234
|
export { default as RadarIcon } from '../icons/radar';
|
|
2207
|
-
//
|
|
2208
|
-
export { default as
|
|
2235
|
+
// Radiation aliases
|
|
2236
|
+
export { default as RadiationIcon } from '../icons/radiation';
|
|
2209
2237
|
// Radical aliases
|
|
2210
2238
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2239
|
+
// RadioOff aliases
|
|
2240
|
+
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2211
2241
|
// RadioReceiver aliases
|
|
2212
2242
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2213
|
-
// RadioTower aliases
|
|
2214
|
-
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2215
2243
|
// Radio aliases
|
|
2216
2244
|
export { default as RadioIcon } from '../icons/radio';
|
|
2245
|
+
// RadioTower aliases
|
|
2246
|
+
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2217
2247
|
// Radius aliases
|
|
2218
2248
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2219
2249
|
// Rainbow aliases
|
|
2220
2250
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2221
|
-
// Ratio aliases
|
|
2222
|
-
export { default as RatioIcon } from '../icons/ratio';
|
|
2223
2251
|
// Rat aliases
|
|
2224
2252
|
export { default as RatIcon } from '../icons/rat';
|
|
2253
|
+
// Ratio aliases
|
|
2254
|
+
export { default as RatioIcon } from '../icons/ratio';
|
|
2225
2255
|
// ReceiptCent aliases
|
|
2226
2256
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2227
2257
|
// ReceiptEuro aliases
|
|
@@ -2232,50 +2262,50 @@ export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee
|
|
|
2232
2262
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2233
2263
|
// ReceiptPoundSterling aliases
|
|
2234
2264
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2265
|
+
// ReceiptRussianRuble aliases
|
|
2266
|
+
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2235
2267
|
// ReceiptSwissFranc aliases
|
|
2236
2268
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2237
2269
|
// ReceiptText aliases
|
|
2238
2270
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2239
|
-
// ReceiptRussianRuble aliases
|
|
2240
|
-
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2241
2271
|
// ReceiptTurkishLira aliases
|
|
2242
2272
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2243
2273
|
// Receipt aliases
|
|
2244
2274
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2275
|
+
// RectangleCircle aliases
|
|
2276
|
+
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2245
2277
|
// RectangleGoggles aliases
|
|
2246
2278
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2247
2279
|
// RectangleHorizontal aliases
|
|
2248
2280
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2249
|
-
// RectangleCircle aliases
|
|
2250
|
-
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2251
2281
|
// RectangleVertical aliases
|
|
2252
2282
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2253
2283
|
// Recycle aliases
|
|
2254
2284
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2285
|
+
// Redo2 aliases
|
|
2286
|
+
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2255
2287
|
// RedoDot aliases
|
|
2256
2288
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2257
2289
|
// Redo aliases
|
|
2258
2290
|
export { default as RedoIcon } from '../icons/redo';
|
|
2259
|
-
// Redo2 aliases
|
|
2260
|
-
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2261
2291
|
// RefreshCcwDot aliases
|
|
2262
2292
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2263
2293
|
// RefreshCcw aliases
|
|
2264
2294
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2265
2295
|
// RefreshCwOff aliases
|
|
2266
2296
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2267
|
-
// RefreshCw aliases
|
|
2268
|
-
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2269
2297
|
// Refrigerator aliases
|
|
2270
2298
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2299
|
+
// RefreshCw aliases
|
|
2300
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2271
2301
|
// Regex aliases
|
|
2272
2302
|
export { default as RegexIcon } from '../icons/regex';
|
|
2273
2303
|
// RemoveFormatting aliases
|
|
2274
2304
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2275
|
-
// Repeat1 aliases
|
|
2276
|
-
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2277
2305
|
// Repeat2 aliases
|
|
2278
2306
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2307
|
+
// Repeat1 aliases
|
|
2308
|
+
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2279
2309
|
// RepeatOff aliases
|
|
2280
2310
|
export { default as RepeatOffIcon } from '../icons/repeat-off';
|
|
2281
2311
|
// Repeat aliases
|
|
@@ -2288,10 +2318,10 @@ export { default as ReplaceIcon } from '../icons/replace';
|
|
|
2288
2318
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2289
2319
|
// Reply aliases
|
|
2290
2320
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2291
|
-
// Rewind aliases
|
|
2292
|
-
export { default as RewindIcon } from '../icons/rewind';
|
|
2293
2321
|
// Ribbon aliases
|
|
2294
2322
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2323
|
+
// Rewind aliases
|
|
2324
|
+
export { default as RewindIcon } from '../icons/rewind';
|
|
2295
2325
|
// Road aliases
|
|
2296
2326
|
export { default as RoadIcon } from '../icons/road';
|
|
2297
2327
|
// RobotArm aliases
|
|
@@ -2306,10 +2336,10 @@ export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
|
2306
2336
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2307
2337
|
// Rose aliases
|
|
2308
2338
|
export { default as RoseIcon } from '../icons/rose';
|
|
2309
|
-
// RotateCcwSquare aliases
|
|
2310
|
-
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2311
2339
|
// RotateCcwKey aliases
|
|
2312
2340
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2341
|
+
// RotateCcwSquare aliases
|
|
2342
|
+
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2313
2343
|
// RotateCcw aliases
|
|
2314
2344
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2315
2345
|
// RotateCwFadingClock aliases
|
|
@@ -2322,14 +2352,14 @@ export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
|
2322
2352
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2323
2353
|
// Route aliases
|
|
2324
2354
|
export { default as RouteIcon } from '../icons/route';
|
|
2325
|
-
// Router aliases
|
|
2326
|
-
export { default as RouterIcon } from '../icons/router';
|
|
2327
2355
|
// Rows4 aliases
|
|
2328
2356
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2329
|
-
//
|
|
2330
|
-
export { default as
|
|
2357
|
+
// Router aliases
|
|
2358
|
+
export { default as RouterIcon } from '../icons/router';
|
|
2331
2359
|
// Rss aliases
|
|
2332
2360
|
export { default as RssIcon } from '../icons/rss';
|
|
2361
|
+
// RulerDimensionLine aliases
|
|
2362
|
+
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2333
2363
|
// Ruler aliases
|
|
2334
2364
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2335
2365
|
// RussianRuble aliases
|
|
@@ -2340,20 +2370,20 @@ export { default as SailboatIcon } from '../icons/sailboat';
|
|
|
2340
2370
|
export { default as SaladIcon } from '../icons/salad';
|
|
2341
2371
|
// Sandwich aliases
|
|
2342
2372
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2343
|
-
// SatelliteDish aliases
|
|
2344
|
-
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2345
2373
|
// Satellite aliases
|
|
2346
2374
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2375
|
+
// SaveAll aliases
|
|
2376
|
+
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2377
|
+
// SatelliteDish aliases
|
|
2378
|
+
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2347
2379
|
// SaudiRiyal aliases
|
|
2348
2380
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2349
2381
|
// SaveCheck aliases
|
|
2350
2382
|
export { default as SaveCheckIcon } from '../icons/save-check';
|
|
2351
|
-
// SaveAll aliases
|
|
2352
|
-
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2353
|
-
// SavePen aliases
|
|
2354
|
-
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2355
2383
|
// SaveOff aliases
|
|
2356
2384
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2385
|
+
// SavePen aliases
|
|
2386
|
+
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2357
2387
|
// SavePlus aliases
|
|
2358
2388
|
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2359
2389
|
// Save aliases
|
|
@@ -2364,28 +2394,28 @@ export { default as ScalingIcon } from '../icons/scaling';
|
|
|
2364
2394
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2365
2395
|
// ScanBarcode aliases
|
|
2366
2396
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2367
|
-
// ScanBox aliases
|
|
2368
|
-
export { default as ScanBoxIcon } from '../icons/scan-box';
|
|
2369
2397
|
// ScanEye aliases
|
|
2370
2398
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2399
|
+
// ScanBox aliases
|
|
2400
|
+
export { default as ScanBoxIcon } from '../icons/scan-box';
|
|
2371
2401
|
// ScanFace aliases
|
|
2372
2402
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2373
2403
|
// ScanHeart aliases
|
|
2374
2404
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2375
2405
|
// ScanLine aliases
|
|
2376
2406
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2377
|
-
// ScanQrCode aliases
|
|
2378
|
-
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2379
|
-
// ScanSquare aliases
|
|
2380
|
-
export { default as ScanSquareIcon } from '../icons/scan-square';
|
|
2381
2407
|
// ScanSearch aliases
|
|
2382
2408
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2409
|
+
// ScanQrCode aliases
|
|
2410
|
+
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2383
2411
|
// ScanText aliases
|
|
2384
2412
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2385
|
-
//
|
|
2386
|
-
export { default as
|
|
2413
|
+
// ScanSquare aliases
|
|
2414
|
+
export { default as ScanSquareIcon } from '../icons/scan-square';
|
|
2387
2415
|
// Scan aliases
|
|
2388
2416
|
export { default as ScanIcon } from '../icons/scan';
|
|
2417
|
+
// School aliases
|
|
2418
|
+
export { default as SchoolIcon } from '../icons/school';
|
|
2389
2419
|
// ScissorsLineDashed aliases
|
|
2390
2420
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2391
2421
|
// Scissors aliases
|
|
@@ -2396,20 +2426,20 @@ export { default as ScooterIcon } from '../icons/scooter';
|
|
|
2396
2426
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2397
2427
|
// ScreenShare aliases
|
|
2398
2428
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2399
|
-
// Scroll aliases
|
|
2400
|
-
export { default as ScrollIcon } from '../icons/scroll';
|
|
2401
2429
|
// ScrollText aliases
|
|
2402
2430
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2403
|
-
// SearchCheck aliases
|
|
2404
|
-
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2405
2431
|
// SearchAlert aliases
|
|
2406
2432
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2433
|
+
// Scroll aliases
|
|
2434
|
+
export { default as ScrollIcon } from '../icons/scroll';
|
|
2435
|
+
// SearchCheck aliases
|
|
2436
|
+
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2407
2437
|
// SearchCode aliases
|
|
2408
2438
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2409
|
-
// SearchSlash aliases
|
|
2410
|
-
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2411
2439
|
// SearchX aliases
|
|
2412
2440
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2441
|
+
// SearchSlash aliases
|
|
2442
|
+
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2413
2443
|
// Search aliases
|
|
2414
2444
|
export { default as SearchIcon } from '../icons/search';
|
|
2415
2445
|
// Section aliases
|
|
@@ -2432,12 +2462,12 @@ export { default as ServerOffIcon } from '../icons/server-off';
|
|
|
2432
2462
|
export { default as ServerPlusIcon } from '../icons/server-plus';
|
|
2433
2463
|
// Server aliases
|
|
2434
2464
|
export { default as ServerIcon } from '../icons/server';
|
|
2435
|
-
// Settings2 aliases
|
|
2436
|
-
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2437
2465
|
// Settings aliases
|
|
2438
2466
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2439
2467
|
// Shapes aliases
|
|
2440
2468
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2469
|
+
// Settings2 aliases
|
|
2470
|
+
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2441
2471
|
// Share2 aliases
|
|
2442
2472
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2443
2473
|
// Share aliases
|
|
@@ -2454,14 +2484,14 @@ export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
|
2454
2484
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2455
2485
|
// ShieldCheck aliases
|
|
2456
2486
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2457
|
-
// ShieldCogCorner aliases
|
|
2458
|
-
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2459
2487
|
// ShieldCog aliases
|
|
2460
2488
|
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2461
|
-
//
|
|
2462
|
-
export { default as
|
|
2489
|
+
// ShieldCogCorner aliases
|
|
2490
|
+
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2463
2491
|
// ShieldHalf aliases
|
|
2464
2492
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2493
|
+
// ShieldEllipsis aliases
|
|
2494
|
+
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2465
2495
|
// ShieldKeyhole aliases
|
|
2466
2496
|
export { default as ShieldKeyholeIcon } from '../icons/shield-keyhole';
|
|
2467
2497
|
// ShieldLock aliases
|
|
@@ -2482,14 +2512,14 @@ export { default as ShipCargoIcon } from '../icons/ship-cargo';
|
|
|
2482
2512
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2483
2513
|
// Ship aliases
|
|
2484
2514
|
export { default as ShipIcon } from '../icons/ship';
|
|
2485
|
-
// Shirt aliases
|
|
2486
|
-
export { default as ShirtIcon } from '../icons/shirt';
|
|
2487
2515
|
// ShoppingBag aliases
|
|
2488
2516
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2489
|
-
//
|
|
2490
|
-
export { default as
|
|
2517
|
+
// Shirt aliases
|
|
2518
|
+
export { default as ShirtIcon } from '../icons/shirt';
|
|
2491
2519
|
// ShoppingCartMinus aliases
|
|
2492
2520
|
export { default as ShoppingCartMinusIcon } from '../icons/shopping-cart-minus';
|
|
2521
|
+
// ShoppingBasket aliases
|
|
2522
|
+
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2493
2523
|
// ShoppingCartPlus aliases
|
|
2494
2524
|
export { default as ShoppingCartPlusIcon } from '../icons/shopping-cart-plus';
|
|
2495
2525
|
// ShoppingCart aliases
|
|
@@ -2498,16 +2528,16 @@ export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
|
2498
2528
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2499
2529
|
// ShowerHead aliases
|
|
2500
2530
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2501
|
-
// ShrimpOff aliases
|
|
2502
|
-
export { default as ShrimpOffIcon } from '../icons/shrimp-off';
|
|
2503
2531
|
// Shredder aliases
|
|
2504
2532
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2533
|
+
// ShrimpOff aliases
|
|
2534
|
+
export { default as ShrimpOffIcon } from '../icons/shrimp-off';
|
|
2505
2535
|
// Shrimp aliases
|
|
2506
2536
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2507
|
-
// Shrub aliases
|
|
2508
|
-
export { default as ShrubIcon } from '../icons/shrub';
|
|
2509
2537
|
// Shrink aliases
|
|
2510
2538
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2539
|
+
// Shrub aliases
|
|
2540
|
+
export { default as ShrubIcon } from '../icons/shrub';
|
|
2511
2541
|
// Shuffle aliases
|
|
2512
2542
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2513
2543
|
// Sigma aliases
|
|
@@ -2534,28 +2564,28 @@ export { default as SirenIcon } from '../icons/siren';
|
|
|
2534
2564
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2535
2565
|
// SkipForward aliases
|
|
2536
2566
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2537
|
-
// Skull aliases
|
|
2538
|
-
export { default as SkullIcon } from '../icons/skull';
|
|
2539
2567
|
// Slash aliases
|
|
2540
2568
|
export { default as SlashIcon } from '../icons/slash';
|
|
2569
|
+
// Skull aliases
|
|
2570
|
+
export { default as SkullIcon } from '../icons/skull';
|
|
2541
2571
|
// Slice aliases
|
|
2542
2572
|
export { default as SliceIcon } from '../icons/slice';
|
|
2543
|
-
// SlidersHorizontal aliases
|
|
2544
|
-
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2545
2573
|
// SmartphoneCharging aliases
|
|
2546
2574
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2547
|
-
//
|
|
2548
|
-
export { default as
|
|
2575
|
+
// SlidersHorizontal aliases
|
|
2576
|
+
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2549
2577
|
// SmartphoneNfc aliases
|
|
2550
2578
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2579
|
+
// Smartphone aliases
|
|
2580
|
+
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2551
2581
|
// Snail aliases
|
|
2552
2582
|
export { default as SnailIcon } from '../icons/snail';
|
|
2553
2583
|
// Snowflake aliases
|
|
2554
2584
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2555
|
-
// SoapDispenserDroplet aliases
|
|
2556
|
-
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2557
2585
|
// Sofa aliases
|
|
2558
2586
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2587
|
+
// SoapDispenserDroplet aliases
|
|
2588
|
+
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2559
2589
|
// SolarPanel aliases
|
|
2560
2590
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2561
2591
|
// Soup aliases
|
|
@@ -2566,10 +2596,10 @@ export { default as SpaceIcon } from '../icons/space';
|
|
|
2566
2596
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2567
2597
|
// Sparkle aliases
|
|
2568
2598
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2569
|
-
// Speech aliases
|
|
2570
|
-
export { default as SpeechIcon } from '../icons/speech';
|
|
2571
2599
|
// Speaker aliases
|
|
2572
2600
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2601
|
+
// Speech aliases
|
|
2602
|
+
export { default as SpeechIcon } from '../icons/speech';
|
|
2573
2603
|
// SpellCheck2 aliases
|
|
2574
2604
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2575
2605
|
// SpellCheck aliases
|
|
@@ -2580,18 +2610,18 @@ export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
|
2580
2610
|
export { default as SplineIcon } from '../icons/spline';
|
|
2581
2611
|
// Split aliases
|
|
2582
2612
|
export { default as SplitIcon } from '../icons/split';
|
|
2583
|
-
// SportShoe aliases
|
|
2584
|
-
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2585
2613
|
// Spool aliases
|
|
2586
2614
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2615
|
+
// SportShoe aliases
|
|
2616
|
+
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2587
2617
|
// Spotlight aliases
|
|
2588
2618
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2589
2619
|
// SprayCan aliases
|
|
2590
2620
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2591
|
-
// SquareArrowRightEnter aliases
|
|
2592
|
-
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2593
2621
|
// Sprout aliases
|
|
2594
2622
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2623
|
+
// SquareArrowRightEnter aliases
|
|
2624
|
+
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2595
2625
|
// SquareArrowRightExit aliases
|
|
2596
2626
|
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2597
2627
|
// SquareDashedBottomCode aliases
|
|
@@ -2602,20 +2632,20 @@ export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom
|
|
|
2602
2632
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2603
2633
|
// SquareDimensions aliases
|
|
2604
2634
|
export { default as SquareDimensionsIcon } from '../icons/square-dimensions';
|
|
2605
|
-
// SquareOff aliases
|
|
2606
|
-
export { default as SquareOffIcon } from '../icons/square-off';
|
|
2607
2635
|
// SquareExclamationPoint aliases
|
|
2608
2636
|
export { default as SquareExclamationPointIcon } from '../icons/square-exclamation-point';
|
|
2637
|
+
// SquareOff aliases
|
|
2638
|
+
export { default as SquareOffIcon } from '../icons/square-off';
|
|
2609
2639
|
// SquarePause aliases
|
|
2610
2640
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2611
|
-
// SquareSquare aliases
|
|
2612
|
-
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2613
2641
|
// SquareRadical aliases
|
|
2614
2642
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2615
|
-
// SquareStack aliases
|
|
2616
|
-
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2617
2643
|
// SquareRoundCorner aliases
|
|
2618
2644
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2645
|
+
// SquareSquare aliases
|
|
2646
|
+
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2647
|
+
// SquareStack aliases
|
|
2648
|
+
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2619
2649
|
// SquareStar aliases
|
|
2620
2650
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2621
2651
|
// SquareStop aliases
|
|
@@ -2630,22 +2660,22 @@ export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
|
2630
2660
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2631
2661
|
// SquaresSubtract aliases
|
|
2632
2662
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2633
|
-
// SquaresUnite aliases
|
|
2634
|
-
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2635
|
-
// Squirrel aliases
|
|
2636
|
-
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2637
2663
|
// SquircleDashed aliases
|
|
2638
2664
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2665
|
+
// SquaresUnite aliases
|
|
2666
|
+
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2639
2667
|
// Squircle aliases
|
|
2640
2668
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2669
|
+
// Squirrel aliases
|
|
2670
|
+
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2641
2671
|
// Stamp aliases
|
|
2642
2672
|
export { default as StampIcon } from '../icons/stamp';
|
|
2643
2673
|
// StarCheck aliases
|
|
2644
2674
|
export { default as StarCheckIcon } from '../icons/star-check';
|
|
2645
|
-
// StarHalf aliases
|
|
2646
|
-
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2647
2675
|
// StarMinus aliases
|
|
2648
2676
|
export { default as StarMinusIcon } from '../icons/star-minus';
|
|
2677
|
+
// StarHalf aliases
|
|
2678
|
+
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2649
2679
|
// StarOff aliases
|
|
2650
2680
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2651
2681
|
// StarPlus aliases
|
|
@@ -2654,36 +2684,36 @@ export { default as StarPlusIcon } from '../icons/star-plus';
|
|
|
2654
2684
|
export { default as StarXIcon } from '../icons/star-x';
|
|
2655
2685
|
// Star aliases
|
|
2656
2686
|
export { default as StarIcon } from '../icons/star';
|
|
2657
|
-
// StepBack aliases
|
|
2658
|
-
export { default as StepBackIcon } from '../icons/step-back';
|
|
2659
2687
|
// StepForward aliases
|
|
2660
2688
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2689
|
+
// StepBack aliases
|
|
2690
|
+
export { default as StepBackIcon } from '../icons/step-back';
|
|
2661
2691
|
// Stethoscope aliases
|
|
2662
2692
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2693
|
+
// StickyNoteCheck aliases
|
|
2694
|
+
export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
2663
2695
|
// Sticker aliases
|
|
2664
2696
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2665
2697
|
// StickyNoteMinus aliases
|
|
2666
2698
|
export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
2667
|
-
// StickyNoteCheck aliases
|
|
2668
|
-
export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
2669
2699
|
// StickyNoteOff aliases
|
|
2670
2700
|
export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
2671
2701
|
// StickyNotePlus aliases
|
|
2672
2702
|
export { default as StickyNotePlusIcon } from '../icons/sticky-note-plus';
|
|
2673
2703
|
// StickyNoteX aliases
|
|
2674
2704
|
export { default as StickyNoteXIcon } from '../icons/sticky-note-x';
|
|
2705
|
+
// StickyNotes aliases
|
|
2706
|
+
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2675
2707
|
// StickyNote aliases
|
|
2676
2708
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2677
2709
|
// Stone aliases
|
|
2678
2710
|
export { default as StoneIcon } from '../icons/stone';
|
|
2679
2711
|
// Store aliases
|
|
2680
2712
|
export { default as StoreIcon } from '../icons/store';
|
|
2681
|
-
// StickyNotes aliases
|
|
2682
|
-
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2683
|
-
// StretchHorizontal aliases
|
|
2684
|
-
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2685
2713
|
// StretchVertical aliases
|
|
2686
2714
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2715
|
+
// StretchHorizontal aliases
|
|
2716
|
+
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2687
2717
|
// Strikethrough aliases
|
|
2688
2718
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2689
2719
|
// Subscript aliases
|
|
@@ -2704,56 +2734,56 @@ export { default as SunIcon } from '../icons/sun';
|
|
|
2704
2734
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2705
2735
|
// Sunset aliases
|
|
2706
2736
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2707
|
-
// SwatchBook aliases
|
|
2708
|
-
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2709
2737
|
// Superscript aliases
|
|
2710
2738
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2711
|
-
// Sword aliases
|
|
2712
|
-
export { default as SwordIcon } from '../icons/sword';
|
|
2713
2739
|
// SwissFranc aliases
|
|
2714
2740
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2741
|
+
// SwatchBook aliases
|
|
2742
|
+
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2715
2743
|
// SwitchCamera aliases
|
|
2716
2744
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2745
|
+
// Sword aliases
|
|
2746
|
+
export { default as SwordIcon } from '../icons/sword';
|
|
2717
2747
|
// Swords aliases
|
|
2718
2748
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2719
2749
|
// Syringe aliases
|
|
2720
2750
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2721
|
-
// Table2 aliases
|
|
2722
|
-
export { default as Table2Icon } from '../icons/table-2';
|
|
2723
2751
|
// TableCellsMerge aliases
|
|
2724
2752
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2725
2753
|
// TableCellsSplit aliases
|
|
2726
2754
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2755
|
+
// Table2 aliases
|
|
2756
|
+
export { default as Table2Icon } from '../icons/table-2';
|
|
2727
2757
|
// TableColumnsSplit aliases
|
|
2728
2758
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2759
|
+
// TableOfContents aliases
|
|
2760
|
+
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2729
2761
|
// TableProperties aliases
|
|
2730
2762
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2731
2763
|
// TableRowsSplit aliases
|
|
2732
2764
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2733
|
-
// TableOfContents aliases
|
|
2734
|
-
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2735
|
-
// TabletSmartphone aliases
|
|
2736
|
-
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2737
2765
|
// Table aliases
|
|
2738
2766
|
export { default as TableIcon } from '../icons/table';
|
|
2767
|
+
// TabletSmartphone aliases
|
|
2768
|
+
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2769
|
+
// Tablets aliases
|
|
2770
|
+
export { default as TabletsIcon } from '../icons/tablets';
|
|
2739
2771
|
// Tablet aliases
|
|
2740
2772
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2741
2773
|
// TagPlus aliases
|
|
2742
2774
|
export { default as TagPlusIcon } from '../icons/tag-plus';
|
|
2743
|
-
// Tablets aliases
|
|
2744
|
-
export { default as TabletsIcon } from '../icons/tablets';
|
|
2745
2775
|
// TagX aliases
|
|
2746
2776
|
export { default as TagXIcon } from '../icons/tag-x';
|
|
2747
2777
|
// Tag aliases
|
|
2748
2778
|
export { default as TagIcon } from '../icons/tag';
|
|
2749
|
-
// Tally1 aliases
|
|
2750
|
-
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2751
2779
|
// Tags aliases
|
|
2752
2780
|
export { default as TagsIcon } from '../icons/tags';
|
|
2753
|
-
//
|
|
2754
|
-
export { default as
|
|
2781
|
+
// Tally1 aliases
|
|
2782
|
+
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2755
2783
|
// Tally3 aliases
|
|
2756
2784
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2785
|
+
// Tally2 aliases
|
|
2786
|
+
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2757
2787
|
// Tally4 aliases
|
|
2758
2788
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2759
2789
|
// Tally5 aliases
|
|
@@ -2764,20 +2794,20 @@ export { default as TangentIcon } from '../icons/tangent';
|
|
|
2764
2794
|
export { default as TargetIcon } from '../icons/target';
|
|
2765
2795
|
// Telescope aliases
|
|
2766
2796
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2767
|
-
// TentTree aliases
|
|
2768
|
-
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2769
2797
|
// Tent aliases
|
|
2770
2798
|
export { default as TentIcon } from '../icons/tent';
|
|
2799
|
+
// TentTree aliases
|
|
2800
|
+
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2771
2801
|
// Terminal aliases
|
|
2772
2802
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2773
2803
|
// TestTube aliases
|
|
2774
2804
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2775
|
-
// TextCursor aliases
|
|
2776
|
-
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2777
2805
|
// TestTubes aliases
|
|
2778
2806
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2779
2807
|
// TextCursorInput aliases
|
|
2780
2808
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2809
|
+
// TextCursor aliases
|
|
2810
|
+
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2781
2811
|
// TextQuote aliases
|
|
2782
2812
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2783
2813
|
// TextSearch aliases
|
|
@@ -2786,10 +2816,10 @@ export { default as TextSearchIcon } from '../icons/text-search';
|
|
|
2786
2816
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2787
2817
|
// ThermometerSnowflake aliases
|
|
2788
2818
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2789
|
-
// ThermometerSun aliases
|
|
2790
|
-
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2791
2819
|
// Thermometer aliases
|
|
2792
2820
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2821
|
+
// ThermometerSun aliases
|
|
2822
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2793
2823
|
// ThumbsDown aliases
|
|
2794
2824
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2795
2825
|
// ThumbsUp aliases
|
|
@@ -2802,10 +2832,10 @@ export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
|
2802
2832
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2803
2833
|
// TicketPercent aliases
|
|
2804
2834
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2805
|
-
// TicketSlash aliases
|
|
2806
|
-
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2807
2835
|
// TicketPlus aliases
|
|
2808
2836
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2837
|
+
// TicketSlash aliases
|
|
2838
|
+
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2809
2839
|
// TicketX aliases
|
|
2810
2840
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2811
2841
|
// Ticket aliases
|
|
@@ -2822,12 +2852,12 @@ export { default as TimerOffIcon } from '../icons/timer-off';
|
|
|
2822
2852
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2823
2853
|
// Timer aliases
|
|
2824
2854
|
export { default as TimerIcon } from '../icons/timer';
|
|
2855
|
+
// Toilet aliases
|
|
2856
|
+
export { default as ToiletIcon } from '../icons/toilet';
|
|
2825
2857
|
// ToggleLeft aliases
|
|
2826
2858
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2827
2859
|
// ToggleRight aliases
|
|
2828
2860
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2829
|
-
// Toilet aliases
|
|
2830
|
-
export { default as ToiletIcon } from '../icons/toilet';
|
|
2831
2861
|
// ToolCase aliases
|
|
2832
2862
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2833
2863
|
// Toolbox aliases
|
|
@@ -2860,32 +2890,32 @@ export { default as TrailerIcon } from '../icons/trailer';
|
|
|
2860
2890
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2861
2891
|
// TrainFront aliases
|
|
2862
2892
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2893
|
+
// Transgender aliases
|
|
2894
|
+
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2863
2895
|
// TrainTrack aliases
|
|
2864
2896
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2865
2897
|
// TrashOff aliases
|
|
2866
2898
|
export { default as TrashOffIcon } from '../icons/trash-off';
|
|
2867
|
-
// Transgender aliases
|
|
2868
|
-
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2869
2899
|
// TreeDeciduous aliases
|
|
2870
2900
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2871
2901
|
// TreePine aliases
|
|
2872
2902
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2873
2903
|
// Trees aliases
|
|
2874
2904
|
export { default as TreesIcon } from '../icons/trees';
|
|
2875
|
-
// TrendingDown aliases
|
|
2876
|
-
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2877
2905
|
// TrendingUpDown aliases
|
|
2878
2906
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2907
|
+
// TrendingDown aliases
|
|
2908
|
+
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2879
2909
|
// TrendingUp aliases
|
|
2880
2910
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2881
2911
|
// TriangleDashed aliases
|
|
2882
2912
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2883
2913
|
// TriangleRight aliases
|
|
2884
2914
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2885
|
-
// Triangle aliases
|
|
2886
|
-
export { default as TriangleIcon } from '../icons/triangle';
|
|
2887
2915
|
// Trophy aliases
|
|
2888
2916
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2917
|
+
// Triangle aliases
|
|
2918
|
+
export { default as TriangleIcon } from '../icons/triangle';
|
|
2889
2919
|
// TruckElectric aliases
|
|
2890
2920
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2891
2921
|
// Truck aliases
|
|
@@ -2908,10 +2938,10 @@ export { default as TypeIcon } from '../icons/type';
|
|
|
2908
2938
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2909
2939
|
// Umbrella aliases
|
|
2910
2940
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2911
|
-
// Underline aliases
|
|
2912
|
-
export { default as UnderlineIcon } from '../icons/underline';
|
|
2913
2941
|
// Undo2 aliases
|
|
2914
2942
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2943
|
+
// Underline aliases
|
|
2944
|
+
export { default as UnderlineIcon } from '../icons/underline';
|
|
2915
2945
|
// UndoDot aliases
|
|
2916
2946
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2917
2947
|
// Undo aliases
|
|
@@ -2922,16 +2952,16 @@ export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
|
2922
2952
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2923
2953
|
// Ungroup aliases
|
|
2924
2954
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2925
|
-
// Unlink2 aliases
|
|
2926
|
-
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2927
2955
|
// Unlink aliases
|
|
2928
2956
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2957
|
+
// Unlink2 aliases
|
|
2958
|
+
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2929
2959
|
// Unplug aliases
|
|
2930
2960
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2931
|
-
// Upload aliases
|
|
2932
|
-
export { default as UploadIcon } from '../icons/upload';
|
|
2933
2961
|
// UsbCPort aliases
|
|
2934
2962
|
export { default as UsbCPortIcon } from '../icons/usb-c-port';
|
|
2963
|
+
// Upload aliases
|
|
2964
|
+
export { default as UploadIcon } from '../icons/upload';
|
|
2935
2965
|
// Usb aliases
|
|
2936
2966
|
export { default as UsbIcon } from '../icons/usb';
|
|
2937
2967
|
// UserCheck aliases
|
|
@@ -2958,10 +2988,10 @@ export { default as UserRoundGroupIcon } from '../icons/user-round-group';
|
|
|
2958
2988
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2959
2989
|
// UserRoundPen aliases
|
|
2960
2990
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2961
|
-
// UserSearch aliases
|
|
2962
|
-
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2963
2991
|
// UserRoundSearch aliases
|
|
2964
2992
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2993
|
+
// UserSearch aliases
|
|
2994
|
+
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2965
2995
|
// UserShield aliases
|
|
2966
2996
|
export { default as UserShieldIcon } from '../icons/user-shield';
|
|
2967
2997
|
// UserStar aliases
|
|
@@ -2972,10 +3002,10 @@ export { default as UserXIcon } from '../icons/user-x';
|
|
|
2972
3002
|
export { default as UserIcon } from '../icons/user';
|
|
2973
3003
|
// Users aliases
|
|
2974
3004
|
export { default as UsersIcon } from '../icons/users';
|
|
2975
|
-
// Van aliases
|
|
2976
|
-
export { default as VanIcon } from '../icons/van';
|
|
2977
3005
|
// UtilityPole aliases
|
|
2978
3006
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
3007
|
+
// Van aliases
|
|
3008
|
+
export { default as VanIcon } from '../icons/van';
|
|
2979
3009
|
// Variable aliases
|
|
2980
3010
|
export { default as VariableIcon } from '../icons/variable';
|
|
2981
3011
|
// Vault aliases
|
|
@@ -2984,12 +3014,12 @@ export { default as VaultIcon } from '../icons/vault';
|
|
|
2984
3014
|
export { default as VectorPolygonIcon } from '../icons/vector-polygon';
|
|
2985
3015
|
// VectorSquare aliases
|
|
2986
3016
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2987
|
-
// Vegan aliases
|
|
2988
|
-
export { default as VeganIcon } from '../icons/vegan';
|
|
2989
3017
|
// VenetianMask aliases
|
|
2990
3018
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2991
3019
|
// VenusAndMars aliases
|
|
2992
3020
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
3021
|
+
// Vegan aliases
|
|
3022
|
+
export { default as VeganIcon } from '../icons/vegan';
|
|
2993
3023
|
// Venus aliases
|
|
2994
3024
|
export { default as VenusIcon } from '../icons/venus';
|
|
2995
3025
|
// VibrateOff aliases
|
|
@@ -3014,20 +3044,20 @@ export { default as VoicemailIcon } from '../icons/voicemail';
|
|
|
3014
3044
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
3015
3045
|
// Volume1 aliases
|
|
3016
3046
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
3017
|
-
// Volume2 aliases
|
|
3018
|
-
export { default as Volume2Icon } from '../icons/volume-2';
|
|
3019
3047
|
// VolumeOff aliases
|
|
3020
3048
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
3021
|
-
//
|
|
3022
|
-
export { default as
|
|
3049
|
+
// Volume2 aliases
|
|
3050
|
+
export { default as Volume2Icon } from '../icons/volume-2';
|
|
3023
3051
|
// Volume aliases
|
|
3024
3052
|
export { default as VolumeIcon } from '../icons/volume';
|
|
3053
|
+
// VolumeX aliases
|
|
3054
|
+
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
3025
3055
|
// Vote aliases
|
|
3026
3056
|
export { default as VoteIcon } from '../icons/vote';
|
|
3027
|
-
// WalletCards aliases
|
|
3028
|
-
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
3029
3057
|
// Wallet aliases
|
|
3030
3058
|
export { default as WalletIcon } from '../icons/wallet';
|
|
3059
|
+
// WalletCards aliases
|
|
3060
|
+
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
3031
3061
|
// Wallpaper aliases
|
|
3032
3062
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
3033
3063
|
// Wand aliases
|
|
@@ -3038,10 +3068,10 @@ export { default as WarehouseIcon } from '../icons/warehouse';
|
|
|
3038
3068
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
3039
3069
|
// Watch aliases
|
|
3040
3070
|
export { default as WatchIcon } from '../icons/watch';
|
|
3041
|
-
// WavesArrowUp aliases
|
|
3042
|
-
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
3043
3071
|
// WavesArrowDown aliases
|
|
3044
3072
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
3073
|
+
// WavesArrowUp aliases
|
|
3074
|
+
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
3045
3075
|
// WavesLadder aliases
|
|
3046
3076
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
3047
3077
|
// WavesVertical aliases
|
|
@@ -3058,10 +3088,10 @@ export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
|
3058
3088
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
3059
3089
|
// WeightTilde aliases
|
|
3060
3090
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
3061
|
-
// WheatOff aliases
|
|
3062
|
-
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
3063
3091
|
// Weight aliases
|
|
3064
3092
|
export { default as WeightIcon } from '../icons/weight';
|
|
3093
|
+
// WheatOff aliases
|
|
3094
|
+
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
3065
3095
|
// Wheat aliases
|
|
3066
3096
|
export { default as WheatIcon } from '../icons/wheat';
|
|
3067
3097
|
// Whistle aliases
|
|
@@ -3078,38 +3108,38 @@ export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
|
3078
3108
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
3079
3109
|
// WifiPen aliases
|
|
3080
3110
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
3081
|
-
// WifiSync aliases
|
|
3082
|
-
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
3083
3111
|
// WifiZero aliases
|
|
3084
3112
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
3085
3113
|
// Wifi aliases
|
|
3086
3114
|
export { default as WifiIcon } from '../icons/wifi';
|
|
3087
|
-
//
|
|
3088
|
-
export { default as
|
|
3115
|
+
// WifiSync aliases
|
|
3116
|
+
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
3089
3117
|
// WindArrowDown aliases
|
|
3090
3118
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
3091
3119
|
// WineOff aliases
|
|
3092
3120
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
3121
|
+
// Wind aliases
|
|
3122
|
+
export { default as WindIcon } from '../icons/wind';
|
|
3093
3123
|
// Wine aliases
|
|
3094
3124
|
export { default as WineIcon } from '../icons/wine';
|
|
3095
3125
|
// Workflow aliases
|
|
3096
3126
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
3097
|
-
// Worm aliases
|
|
3098
|
-
export { default as WormIcon } from '../icons/worm';
|
|
3099
3127
|
// WrenchOff aliases
|
|
3100
3128
|
export { default as WrenchOffIcon } from '../icons/wrench-off';
|
|
3101
3129
|
// Wrench aliases
|
|
3102
3130
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
3131
|
+
// Worm aliases
|
|
3132
|
+
export { default as WormIcon } from '../icons/worm';
|
|
3103
3133
|
// XLineTop aliases
|
|
3104
3134
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
3105
3135
|
// X aliases
|
|
3106
3136
|
export { default as XIcon } from '../icons/x';
|
|
3107
3137
|
// ZapOff aliases
|
|
3108
3138
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
3109
|
-
// Zap aliases
|
|
3110
|
-
export { default as ZapIcon } from '../icons/zap';
|
|
3111
3139
|
// ZodiacAquarius aliases
|
|
3112
3140
|
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
3141
|
+
// Zap aliases
|
|
3142
|
+
export { default as ZapIcon } from '../icons/zap';
|
|
3113
3143
|
// ZodiacAries aliases
|
|
3114
3144
|
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
3115
3145
|
// ZodiacCancer aliases
|
|
@@ -3132,10 +3162,10 @@ export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
|
3132
3162
|
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
3133
3163
|
// ZodiacTaurus aliases
|
|
3134
3164
|
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
3135
|
-
// ZodiacVirgo aliases
|
|
3136
|
-
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
3137
3165
|
// ZoomIn aliases
|
|
3138
3166
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
3167
|
+
// ZodiacVirgo aliases
|
|
3168
|
+
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
3139
3169
|
// ZoomOut aliases
|
|
3140
3170
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
3141
3171
|
// ArrowDown01 aliases
|
|
@@ -3152,18 +3182,18 @@ export {
|
|
|
3152
3182
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. */
|
|
3153
3183
|
default as AlarmCheckIcon
|
|
3154
3184
|
} from '../icons/alarm-clock-check';
|
|
3155
|
-
// AlarmClockPlus aliases
|
|
3156
|
-
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
3157
|
-
export {
|
|
3158
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. */
|
|
3159
|
-
default as AlarmPlusIcon
|
|
3160
|
-
} from '../icons/alarm-clock-plus';
|
|
3161
3185
|
// AlarmClockMinus aliases
|
|
3162
3186
|
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
3163
3187
|
export {
|
|
3164
3188
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. */
|
|
3165
3189
|
default as AlarmMinusIcon
|
|
3166
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';
|
|
3167
3197
|
// ArrowDownAZ aliases
|
|
3168
3198
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
3169
3199
|
export {
|
|
@@ -3182,18 +3212,18 @@ export {
|
|
|
3182
3212
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
|
|
3183
3213
|
default as ArrowDownZaIcon
|
|
3184
3214
|
} from '../icons/arrow-down-z-a';
|
|
3185
|
-
// ArrowUpAZ aliases
|
|
3186
|
-
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
3187
|
-
export {
|
|
3188
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. */
|
|
3189
|
-
default as ArrowUpAzIcon
|
|
3190
|
-
} from '../icons/arrow-up-a-z';
|
|
3191
3215
|
// ArrowUpNarrowWide aliases
|
|
3192
3216
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3193
3217
|
export {
|
|
3194
3218
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
|
|
3195
3219
|
default as SortAscIcon
|
|
3196
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';
|
|
3197
3227
|
// ArrowUpZA aliases
|
|
3198
3228
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
3199
3229
|
export {
|
|
@@ -3212,48 +3242,60 @@ export {
|
|
|
3212
3242
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
|
|
3213
3243
|
default as VerifiedIcon
|
|
3214
3244
|
} from '../icons/badge-check';
|
|
3215
|
-
// BadgeQuestionMark aliases
|
|
3216
|
-
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
3217
|
-
export {
|
|
3218
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
3219
|
-
default as BadgeHelpIcon
|
|
3220
|
-
} from '../icons/badge-question-mark';
|
|
3221
3245
|
// BetweenHorizontalEnd aliases
|
|
3222
3246
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3223
3247
|
export {
|
|
3224
3248
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
|
|
3225
3249
|
default as BetweenHorizonalEndIcon
|
|
3226
3250
|
} from '../icons/between-horizontal-end';
|
|
3227
|
-
//
|
|
3228
|
-
export { default as
|
|
3251
|
+
// BadgeQuestionMark aliases
|
|
3252
|
+
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
3229
3253
|
export {
|
|
3230
|
-
/** @deprecated
|
|
3231
|
-
default as
|
|
3232
|
-
} from '../icons/
|
|
3254
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
3255
|
+
default as BadgeHelpIcon
|
|
3256
|
+
} from '../icons/badge-question-mark';
|
|
3257
|
+
// BookBookmark aliases
|
|
3258
|
+
export { default as BookBookmarkIcon } from '../icons/book-bookmark';
|
|
3259
|
+
export {
|
|
3260
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookBookmark} instead. */
|
|
3261
|
+
default as BookMarkedIcon
|
|
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';
|
|
3233
3269
|
// BookDashed aliases
|
|
3234
3270
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3235
3271
|
export {
|
|
3236
3272
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. */
|
|
3237
3273
|
default as BookTemplateIcon
|
|
3238
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';
|
|
3239
3281
|
// Braces aliases
|
|
3240
3282
|
export { default as BracesIcon } from '../icons/braces';
|
|
3241
3283
|
export {
|
|
3242
3284
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
|
|
3243
3285
|
default as CurlyBracesIcon
|
|
3244
3286
|
} from '../icons/braces';
|
|
3245
|
-
// ChartArea aliases
|
|
3246
|
-
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3247
|
-
export {
|
|
3248
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. */
|
|
3249
|
-
default as AreaChartIcon
|
|
3250
|
-
} from '../icons/chart-area';
|
|
3251
3287
|
// Captions aliases
|
|
3252
3288
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
3253
3289
|
export {
|
|
3254
3290
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
|
|
3255
3291
|
default as SubtitlesIcon
|
|
3256
3292
|
} from '../icons/captions';
|
|
3293
|
+
// ChartArea aliases
|
|
3294
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3295
|
+
export {
|
|
3296
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. */
|
|
3297
|
+
default as AreaChartIcon
|
|
3298
|
+
} from '../icons/chart-area';
|
|
3257
3299
|
// ChartBarBig aliases
|
|
3258
3300
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3259
3301
|
export {
|
|
@@ -3284,12 +3326,6 @@ export {
|
|
|
3284
3326
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. */
|
|
3285
3327
|
default as BarChart4Icon
|
|
3286
3328
|
} from '../icons/chart-column-increasing';
|
|
3287
|
-
// ChartLine aliases
|
|
3288
|
-
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3289
|
-
export {
|
|
3290
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
3291
|
-
default as LineChartIcon
|
|
3292
|
-
} from '../icons/chart-line';
|
|
3293
3329
|
// ChartColumn aliases
|
|
3294
3330
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3295
3331
|
export {
|
|
@@ -3308,24 +3344,30 @@ export {
|
|
|
3308
3344
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. */
|
|
3309
3345
|
default as BarChart2Icon
|
|
3310
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';
|
|
3311
3353
|
// ChartNoAxesGantt aliases
|
|
3312
3354
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3313
3355
|
export {
|
|
3314
3356
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. */
|
|
3315
3357
|
default as GanttChartIcon
|
|
3316
3358
|
} from '../icons/chart-no-axes-gantt';
|
|
3317
|
-
// ChartScatter aliases
|
|
3318
|
-
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3319
|
-
export {
|
|
3320
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. */
|
|
3321
|
-
default as ScatterChartIcon
|
|
3322
|
-
} from '../icons/chart-scatter';
|
|
3323
3359
|
// ChartPie aliases
|
|
3324
3360
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3325
3361
|
export {
|
|
3326
3362
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. */
|
|
3327
3363
|
default as PieChartIcon
|
|
3328
3364
|
} from '../icons/chart-pie';
|
|
3365
|
+
// ChartScatter aliases
|
|
3366
|
+
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3367
|
+
export {
|
|
3368
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. */
|
|
3369
|
+
default as ScatterChartIcon
|
|
3370
|
+
} from '../icons/chart-scatter';
|
|
3329
3371
|
// CircleAlert aliases
|
|
3330
3372
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3331
3373
|
export {
|
|
@@ -3338,18 +3380,18 @@ export {
|
|
|
3338
3380
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. */
|
|
3339
3381
|
default as ArrowDownCircleIcon
|
|
3340
3382
|
} from '../icons/circle-arrow-down';
|
|
3341
|
-
// CircleArrowLeft aliases
|
|
3342
|
-
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3343
|
-
export {
|
|
3344
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. */
|
|
3345
|
-
default as ArrowLeftCircleIcon
|
|
3346
|
-
} from '../icons/circle-arrow-left';
|
|
3347
3383
|
// CircleArrowOutDownLeft aliases
|
|
3348
3384
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3349
3385
|
export {
|
|
3350
3386
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. */
|
|
3351
3387
|
default as ArrowDownLeftFromCircleIcon
|
|
3352
3388
|
} from '../icons/circle-arrow-out-down-left';
|
|
3389
|
+
// CircleArrowLeft aliases
|
|
3390
|
+
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3391
|
+
export {
|
|
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';
|
|
3353
3395
|
// CircleArrowOutDownRight aliases
|
|
3354
3396
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3355
3397
|
export {
|
|
@@ -3362,36 +3404,30 @@ export {
|
|
|
3362
3404
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. */
|
|
3363
3405
|
default as ArrowUpLeftFromCircleIcon
|
|
3364
3406
|
} from '../icons/circle-arrow-out-up-left';
|
|
3365
|
-
// CircleArrowOutUpRight aliases
|
|
3366
|
-
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3367
|
-
export {
|
|
3368
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
|
|
3369
|
-
default as ArrowUpRightFromCircleIcon
|
|
3370
|
-
} from '../icons/circle-arrow-out-up-right';
|
|
3371
3407
|
// CircleArrowRight aliases
|
|
3372
3408
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3373
3409
|
export {
|
|
3374
3410
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
3375
3411
|
default as ArrowRightCircleIcon
|
|
3376
3412
|
} from '../icons/circle-arrow-right';
|
|
3377
|
-
//
|
|
3378
|
-
export { default as
|
|
3413
|
+
// CircleArrowOutUpRight aliases
|
|
3414
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3379
3415
|
export {
|
|
3380
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3381
|
-
default as
|
|
3382
|
-
} from '../icons/circle-arrow-up';
|
|
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';
|
|
3383
3419
|
// CircleCheckBig aliases
|
|
3384
3420
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3385
3421
|
export {
|
|
3386
3422
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
3387
3423
|
default as CheckCircleIcon
|
|
3388
3424
|
} from '../icons/circle-check-big';
|
|
3389
|
-
//
|
|
3390
|
-
export { default as
|
|
3425
|
+
// CircleArrowUp aliases
|
|
3426
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3391
3427
|
export {
|
|
3392
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3393
|
-
default as
|
|
3394
|
-
} from '../icons/circle-
|
|
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';
|
|
3395
3431
|
// CircleCheck aliases
|
|
3396
3432
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3397
3433
|
export {
|
|
@@ -3404,18 +3440,24 @@ export {
|
|
|
3404
3440
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
|
|
3405
3441
|
default as ChevronLeftCircleIcon
|
|
3406
3442
|
} from '../icons/circle-chevron-left';
|
|
3407
|
-
//
|
|
3408
|
-
export { default as
|
|
3443
|
+
// CircleChevronDown aliases
|
|
3444
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3409
3445
|
export {
|
|
3410
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3411
|
-
default as
|
|
3412
|
-
} from '../icons/circle-chevron-
|
|
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';
|
|
3413
3449
|
// CircleChevronRight aliases
|
|
3414
3450
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3415
3451
|
export {
|
|
3416
3452
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. */
|
|
3417
3453
|
default as ChevronRightCircleIcon
|
|
3418
3454
|
} from '../icons/circle-chevron-right';
|
|
3455
|
+
// CircleChevronUp aliases
|
|
3456
|
+
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3457
|
+
export {
|
|
3458
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. */
|
|
3459
|
+
default as ChevronUpCircleIcon
|
|
3460
|
+
} from '../icons/circle-chevron-up';
|
|
3419
3461
|
// CircleDivide aliases
|
|
3420
3462
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3421
3463
|
export {
|
|
@@ -3458,24 +3500,18 @@ export {
|
|
|
3458
3500
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. */
|
|
3459
3501
|
default as PercentCircleIcon
|
|
3460
3502
|
} from '../icons/circle-percent';
|
|
3461
|
-
// CirclePlay aliases
|
|
3462
|
-
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3463
|
-
export {
|
|
3464
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. */
|
|
3465
|
-
default as PlayCircleIcon
|
|
3466
|
-
} from '../icons/circle-play';
|
|
3467
3503
|
// CirclePlus aliases
|
|
3468
3504
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3469
3505
|
export {
|
|
3470
3506
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
3471
3507
|
default as PlusCircleIcon
|
|
3472
3508
|
} from '../icons/circle-plus';
|
|
3473
|
-
//
|
|
3474
|
-
export { default as
|
|
3509
|
+
// CirclePlay aliases
|
|
3510
|
+
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3475
3511
|
export {
|
|
3476
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3477
|
-
default as
|
|
3478
|
-
} 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';
|
|
3479
3515
|
// CircleQuestionMark aliases
|
|
3480
3516
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3481
3517
|
export {
|
|
@@ -3492,6 +3528,12 @@ export {
|
|
|
3492
3528
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. */
|
|
3493
3529
|
default as CircleSlashedIcon
|
|
3494
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';
|
|
3495
3537
|
// CircleStop aliases
|
|
3496
3538
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3497
3539
|
export {
|
|
@@ -3540,24 +3582,18 @@ export {
|
|
|
3540
3582
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. */
|
|
3541
3583
|
default as UploadCloudIcon
|
|
3542
3584
|
} from '../icons/cloud-upload';
|
|
3543
|
-
// CodeXml aliases
|
|
3544
|
-
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3545
|
-
export {
|
|
3546
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. */
|
|
3547
|
-
default as Code2Icon
|
|
3548
|
-
} from '../icons/code-xml';
|
|
3549
3585
|
// Columns2 aliases
|
|
3550
3586
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3551
3587
|
export {
|
|
3552
3588
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. */
|
|
3553
3589
|
default as ColumnsIcon
|
|
3554
3590
|
} from '../icons/columns-2';
|
|
3555
|
-
//
|
|
3556
|
-
export { default as
|
|
3591
|
+
// CodeXml aliases
|
|
3592
|
+
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3557
3593
|
export {
|
|
3558
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3559
|
-
default as
|
|
3560
|
-
} from '../icons/
|
|
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';
|
|
3561
3597
|
// Columns3Cog aliases
|
|
3562
3598
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3563
3599
|
export {
|
|
@@ -3568,24 +3604,30 @@ export {
|
|
|
3568
3604
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. */
|
|
3569
3605
|
default as TableConfigIcon
|
|
3570
3606
|
} from '../icons/columns-3-cog';
|
|
3607
|
+
// Columns3 aliases
|
|
3608
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3609
|
+
export {
|
|
3610
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. */
|
|
3611
|
+
default as PanelsLeftRightIcon
|
|
3612
|
+
} from '../icons/columns-3';
|
|
3571
3613
|
// ContactRound aliases
|
|
3572
3614
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3573
3615
|
export {
|
|
3574
3616
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. */
|
|
3575
3617
|
default as Contact2Icon
|
|
3576
3618
|
} from '../icons/contact-round';
|
|
3577
|
-
//
|
|
3578
|
-
export { default as
|
|
3579
|
-
export {
|
|
3580
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. */
|
|
3581
|
-
default as PercentDiamondIcon
|
|
3582
|
-
} from '../icons/diamond-percent';
|
|
3583
|
-
// Earth aliases
|
|
3584
|
-
export { default as EarthIcon } from '../icons/earth';
|
|
3619
|
+
// Earth aliases
|
|
3620
|
+
export { default as EarthIcon } from '../icons/earth';
|
|
3585
3621
|
export {
|
|
3586
3622
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. */
|
|
3587
3623
|
default as Globe2Icon
|
|
3588
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';
|
|
3589
3631
|
// EllipsisVertical aliases
|
|
3590
3632
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3591
3633
|
export {
|
|
@@ -3604,12 +3646,6 @@ export {
|
|
|
3604
3646
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceAngry} instead. */
|
|
3605
3647
|
default as AngryIcon
|
|
3606
3648
|
} from '../icons/face-angry';
|
|
3607
|
-
// FaceExpressionless aliases
|
|
3608
|
-
export { default as FaceExpressionlessIcon } from '../icons/face-expressionless';
|
|
3609
|
-
export {
|
|
3610
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceExpressionless} instead. */
|
|
3611
|
-
default as AnnoyedIcon
|
|
3612
|
-
} from '../icons/face-expressionless';
|
|
3613
3649
|
// FaceGrinning aliases
|
|
3614
3650
|
export { default as FaceGrinningIcon } from '../icons/face-grinning';
|
|
3615
3651
|
export {
|
|
@@ -3622,12 +3658,12 @@ export {
|
|
|
3622
3658
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceNeutral} instead. */
|
|
3623
3659
|
default as MehIcon
|
|
3624
3660
|
} from '../icons/face-neutral';
|
|
3625
|
-
//
|
|
3626
|
-
export { default as
|
|
3661
|
+
// FaceExpressionless aliases
|
|
3662
|
+
export { default as FaceExpressionlessIcon } from '../icons/face-expressionless';
|
|
3627
3663
|
export {
|
|
3628
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3629
|
-
default as
|
|
3630
|
-
} from '../icons/face-
|
|
3664
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceExpressionless} instead. */
|
|
3665
|
+
default as AnnoyedIcon
|
|
3666
|
+
} from '../icons/face-expressionless';
|
|
3631
3667
|
// FaceSlightlySmilingPlus aliases
|
|
3632
3668
|
export { default as FaceSlightlySmilingPlusIcon } from '../icons/face-slightly-smiling-plus';
|
|
3633
3669
|
export {
|
|
@@ -3640,6 +3676,12 @@ export {
|
|
|
3640
3676
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmiling} instead. */
|
|
3641
3677
|
default as SmileIcon
|
|
3642
3678
|
} from '../icons/face-slightly-smiling';
|
|
3679
|
+
// FaceSlightlyFrowning aliases
|
|
3680
|
+
export { default as FaceSlightlyFrowningIcon } from '../icons/face-slightly-frowning';
|
|
3681
|
+
export {
|
|
3682
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlyFrowning} instead. */
|
|
3683
|
+
default as FrownIcon
|
|
3684
|
+
} from '../icons/face-slightly-frowning';
|
|
3643
3685
|
// FileAxis3d aliases
|
|
3644
3686
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3645
3687
|
export {
|
|
@@ -3664,18 +3706,18 @@ export {
|
|
|
3664
3706
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. */
|
|
3665
3707
|
default as FileJsonIcon
|
|
3666
3708
|
} from '../icons/file-braces';
|
|
3667
|
-
// FileChartColumnIncreasing aliases
|
|
3668
|
-
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3669
|
-
export {
|
|
3670
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. */
|
|
3671
|
-
default as FileBarChartIcon
|
|
3672
|
-
} from '../icons/file-chart-column-increasing';
|
|
3673
3709
|
// FileChartColumn aliases
|
|
3674
3710
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3675
3711
|
export {
|
|
3676
3712
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
|
|
3677
3713
|
default as FileBarChart2Icon
|
|
3678
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';
|
|
3679
3721
|
// FileChartLine aliases
|
|
3680
3722
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3681
3723
|
export {
|
|
@@ -3694,18 +3736,18 @@ export {
|
|
|
3694
3736
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. */
|
|
3695
3737
|
default as FileCheck2Icon
|
|
3696
3738
|
} from '../icons/file-check-corner';
|
|
3697
|
-
// FileCodeCorner aliases
|
|
3698
|
-
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3699
|
-
export {
|
|
3700
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. */
|
|
3701
|
-
default as FileCode2Icon
|
|
3702
|
-
} from '../icons/file-code-corner';
|
|
3703
3739
|
// FileCog aliases
|
|
3704
3740
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3705
3741
|
export {
|
|
3706
3742
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
|
|
3707
3743
|
default as FileCog2Icon
|
|
3708
3744
|
} from '../icons/file-cog';
|
|
3745
|
+
// FileExclamationPoint aliases
|
|
3746
|
+
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3747
|
+
export {
|
|
3748
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. */
|
|
3749
|
+
default as FileWarningIcon
|
|
3750
|
+
} from '../icons/file-exclamation-point';
|
|
3709
3751
|
// FileHeadphone aliases
|
|
3710
3752
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3711
3753
|
export {
|
|
@@ -3716,18 +3758,18 @@ export {
|
|
|
3716
3758
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. */
|
|
3717
3759
|
default as FileAudio2Icon
|
|
3718
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';
|
|
3719
3767
|
// FileKey aliases
|
|
3720
3768
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3721
3769
|
export {
|
|
3722
3770
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
|
|
3723
3771
|
default as FileKey2Icon
|
|
3724
3772
|
} from '../icons/file-key';
|
|
3725
|
-
// FileExclamationPoint aliases
|
|
3726
|
-
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3727
|
-
export {
|
|
3728
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. */
|
|
3729
|
-
default as FileWarningIcon
|
|
3730
|
-
} from '../icons/file-exclamation-point';
|
|
3731
3773
|
// FileLock aliases
|
|
3732
3774
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3733
3775
|
export {
|
|
@@ -3740,30 +3782,24 @@ export {
|
|
|
3740
3782
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
3741
3783
|
default as FileMinus2Icon
|
|
3742
3784
|
} from '../icons/file-minus-corner';
|
|
3743
|
-
// FilePenLine aliases
|
|
3744
|
-
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3745
|
-
export {
|
|
3746
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
|
|
3747
|
-
default as FileSignatureIcon
|
|
3748
|
-
} from '../icons/file-pen-line';
|
|
3749
3785
|
// FilePen aliases
|
|
3750
3786
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3751
3787
|
export {
|
|
3752
3788
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
|
|
3753
3789
|
default as FileEditIcon
|
|
3754
3790
|
} from '../icons/file-pen';
|
|
3755
|
-
// FilePlay aliases
|
|
3756
|
-
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3757
|
-
export {
|
|
3758
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
3759
|
-
default as FileVideoIcon
|
|
3760
|
-
} from '../icons/file-play';
|
|
3761
3791
|
// FilePlusCorner aliases
|
|
3762
3792
|
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3763
3793
|
export {
|
|
3764
3794
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
3765
3795
|
default as FilePlus2Icon
|
|
3766
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';
|
|
3767
3803
|
// FileQuestionMark aliases
|
|
3768
3804
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3769
3805
|
export {
|
|
@@ -3776,30 +3812,30 @@ export {
|
|
|
3776
3812
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. */
|
|
3777
3813
|
default as FileSearch2Icon
|
|
3778
3814
|
} from '../icons/file-search-corner';
|
|
3779
|
-
//
|
|
3780
|
-
export { default as
|
|
3815
|
+
// FilePlay aliases
|
|
3816
|
+
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3781
3817
|
export {
|
|
3782
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3783
|
-
default as
|
|
3784
|
-
} from '../icons/file-
|
|
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';
|
|
3785
3821
|
// FileVideoCamera aliases
|
|
3786
3822
|
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3787
3823
|
export {
|
|
3788
3824
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
|
|
3789
3825
|
default as FileVideo2Icon
|
|
3790
3826
|
} from '../icons/file-video-camera';
|
|
3827
|
+
// FileSignal aliases
|
|
3828
|
+
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3829
|
+
export {
|
|
3830
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
|
|
3831
|
+
default as FileVolume2Icon
|
|
3832
|
+
} from '../icons/file-signal';
|
|
3791
3833
|
// FileTypeCorner aliases
|
|
3792
3834
|
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3793
3835
|
export {
|
|
3794
3836
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
|
|
3795
3837
|
default as FileType2Icon
|
|
3796
3838
|
} from '../icons/file-type-corner';
|
|
3797
|
-
// FileXCorner aliases
|
|
3798
|
-
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3799
|
-
export {
|
|
3800
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. */
|
|
3801
|
-
default as FileX2Icon
|
|
3802
|
-
} from '../icons/file-x-corner';
|
|
3803
3839
|
// FingerprintPattern aliases
|
|
3804
3840
|
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3805
3841
|
export {
|
|
@@ -3812,18 +3848,24 @@ export {
|
|
|
3812
3848
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. */
|
|
3813
3849
|
default as FolderCog2Icon
|
|
3814
3850
|
} from '../icons/folder-cog';
|
|
3815
|
-
//
|
|
3816
|
-
export { default as
|
|
3851
|
+
// FileXCorner aliases
|
|
3852
|
+
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3817
3853
|
export {
|
|
3818
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3819
|
-
default as
|
|
3820
|
-
} 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';
|
|
3821
3857
|
// FunnelX aliases
|
|
3822
3858
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3823
3859
|
export {
|
|
3824
3860
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
|
|
3825
3861
|
default as FilterXIcon
|
|
3826
3862
|
} from '../icons/funnel-x';
|
|
3863
|
+
// FolderPen aliases
|
|
3864
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3865
|
+
export {
|
|
3866
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. */
|
|
3867
|
+
default as FolderEditIcon
|
|
3868
|
+
} from '../icons/folder-pen';
|
|
3827
3869
|
// Funnel aliases
|
|
3828
3870
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3829
3871
|
export {
|
|
@@ -3864,12 +3906,6 @@ export {
|
|
|
3864
3906
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. */
|
|
3865
3907
|
default as Grid3X3Icon
|
|
3866
3908
|
} from '../icons/grid-3x3';
|
|
3867
|
-
// HandGrab aliases
|
|
3868
|
-
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3869
|
-
export {
|
|
3870
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
3871
|
-
default as GrabIcon
|
|
3872
|
-
} from '../icons/hand-grab';
|
|
3873
3909
|
// Grid2x2 aliases
|
|
3874
3910
|
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3875
3911
|
export {
|
|
@@ -3882,6 +3918,12 @@ export {
|
|
|
3882
3918
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
3883
3919
|
default as HelpingHandIcon
|
|
3884
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';
|
|
3885
3927
|
// House aliases
|
|
3886
3928
|
export { default as HouseIcon } from '../icons/house';
|
|
3887
3929
|
export {
|
|
@@ -3894,12 +3936,6 @@ export {
|
|
|
3894
3936
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. */
|
|
3895
3937
|
default as IceCream2Icon
|
|
3896
3938
|
} from '../icons/ice-cream-bowl';
|
|
3897
|
-
// LaptopMinimal aliases
|
|
3898
|
-
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3899
|
-
export {
|
|
3900
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
|
|
3901
|
-
default as Laptop2Icon
|
|
3902
|
-
} from '../icons/laptop-minimal';
|
|
3903
3939
|
// IceCreamCone aliases
|
|
3904
3940
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3905
3941
|
export {
|
|
@@ -3912,6 +3948,12 @@ export {
|
|
|
3912
3948
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
|
|
3913
3949
|
default as Layers3Icon
|
|
3914
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';
|
|
3915
3957
|
// ListIndentDecrease aliases
|
|
3916
3958
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3917
3959
|
export {
|
|
@@ -3932,6 +3974,12 @@ export {
|
|
|
3932
3974
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
|
|
3933
3975
|
default as IndentIncreaseIcon
|
|
3934
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';
|
|
3935
3983
|
// LoaderCircle aliases
|
|
3936
3984
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3937
3985
|
export {
|
|
@@ -3944,12 +3992,6 @@ export {
|
|
|
3944
3992
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. */
|
|
3945
3993
|
default as UnlockKeyholeIcon
|
|
3946
3994
|
} from '../icons/lock-keyhole-open';
|
|
3947
|
-
// LockOpen aliases
|
|
3948
|
-
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3949
|
-
export {
|
|
3950
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. */
|
|
3951
|
-
default as UnlockIcon
|
|
3952
|
-
} from '../icons/lock-open';
|
|
3953
3995
|
// MailQuestionMark aliases
|
|
3954
3996
|
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3955
3997
|
export {
|
|
@@ -3980,6 +4022,12 @@ export {
|
|
|
3980
4022
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. */
|
|
3981
4023
|
default as Move3DIcon
|
|
3982
4024
|
} from '../icons/move-3d';
|
|
4025
|
+
// OctagonAlert aliases
|
|
4026
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
4027
|
+
export {
|
|
4028
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
|
|
4029
|
+
default as AlertOctagonIcon
|
|
4030
|
+
} from '../icons/octagon-alert';
|
|
3983
4031
|
// MicVocal aliases
|
|
3984
4032
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3985
4033
|
export {
|
|
@@ -3992,12 +4040,6 @@ export {
|
|
|
3992
4040
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
|
|
3993
4041
|
default as PauseOctagonIcon
|
|
3994
4042
|
} from '../icons/octagon-pause';
|
|
3995
|
-
// OctagonAlert aliases
|
|
3996
|
-
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3997
|
-
export {
|
|
3998
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
|
|
3999
|
-
default as AlertOctagonIcon
|
|
4000
|
-
} from '../icons/octagon-alert';
|
|
4001
4043
|
// OctagonX aliases
|
|
4002
4044
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
4003
4045
|
export {
|
|
@@ -4010,78 +4052,78 @@ export {
|
|
|
4010
4052
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. */
|
|
4011
4053
|
default as Paintbrush2Icon
|
|
4012
4054
|
} from '../icons/paintbrush-vertical';
|
|
4055
|
+
// PanelBottomDashed aliases
|
|
4056
|
+
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
4057
|
+
export {
|
|
4058
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
|
|
4059
|
+
default as PanelBottomInactiveIcon
|
|
4060
|
+
} from '../icons/panel-bottom-dashed';
|
|
4013
4061
|
// PanelLeftClose aliases
|
|
4014
4062
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
4015
4063
|
export {
|
|
4016
4064
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
4017
4065
|
default as SidebarCloseIcon
|
|
4018
4066
|
} from '../icons/panel-left-close';
|
|
4019
|
-
//
|
|
4020
|
-
export { default as
|
|
4067
|
+
// PanelLeftOpen aliases
|
|
4068
|
+
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
4021
4069
|
export {
|
|
4022
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4023
|
-
default as
|
|
4024
|
-
} from '../icons/panel-
|
|
4070
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
|
|
4071
|
+
default as SidebarOpenIcon
|
|
4072
|
+
} from '../icons/panel-left-open';
|
|
4025
4073
|
// PanelLeftDashed aliases
|
|
4026
4074
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
4027
4075
|
export {
|
|
4028
4076
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. */
|
|
4029
4077
|
default as PanelLeftInactiveIcon
|
|
4030
4078
|
} from '../icons/panel-left-dashed';
|
|
4031
|
-
// PanelLeft aliases
|
|
4032
|
-
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
4033
|
-
export {
|
|
4034
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
4035
|
-
default as SidebarIcon
|
|
4036
|
-
} from '../icons/panel-left';
|
|
4037
4079
|
// PanelRightDashed aliases
|
|
4038
4080
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
4039
4081
|
export {
|
|
4040
4082
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. */
|
|
4041
4083
|
default as PanelRightInactiveIcon
|
|
4042
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';
|
|
4043
4091
|
// PanelTopDashed aliases
|
|
4044
4092
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
4045
4093
|
export {
|
|
4046
4094
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. */
|
|
4047
4095
|
default as PanelTopInactiveIcon
|
|
4048
4096
|
} from '../icons/panel-top-dashed';
|
|
4049
|
-
// PanelLeftOpen aliases
|
|
4050
|
-
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
4051
|
-
export {
|
|
4052
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
|
|
4053
|
-
default as SidebarOpenIcon
|
|
4054
|
-
} from '../icons/panel-left-open';
|
|
4055
4097
|
// PanelsTopLeft aliases
|
|
4056
4098
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
4057
4099
|
export {
|
|
4058
4100
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. */
|
|
4059
4101
|
default as LayoutIcon
|
|
4060
4102
|
} from '../icons/panels-top-left';
|
|
4061
|
-
// Pen aliases
|
|
4062
|
-
export { default as PenIcon } from '../icons/pen';
|
|
4063
|
-
export {
|
|
4064
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. */
|
|
4065
|
-
default as Edit2Icon
|
|
4066
|
-
} from '../icons/pen';
|
|
4067
4103
|
// PenLine aliases
|
|
4068
4104
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
4069
4105
|
export {
|
|
4070
4106
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. */
|
|
4071
4107
|
default as Edit3Icon
|
|
4072
4108
|
} from '../icons/pen-line';
|
|
4073
|
-
// Rotate3d aliases
|
|
4074
|
-
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
4075
|
-
export {
|
|
4076
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
|
|
4077
|
-
default as Rotate3DIcon
|
|
4078
|
-
} from '../icons/rotate-3d';
|
|
4079
4109
|
// PlugZap aliases
|
|
4080
4110
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
4081
4111
|
export {
|
|
4082
4112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. */
|
|
4083
4113
|
default as PlugZap2Icon
|
|
4084
4114
|
} from '../icons/plug-zap';
|
|
4115
|
+
// Pen aliases
|
|
4116
|
+
export { default as PenIcon } from '../icons/pen';
|
|
4117
|
+
export {
|
|
4118
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. */
|
|
4119
|
+
default as Edit2Icon
|
|
4120
|
+
} from '../icons/pen';
|
|
4121
|
+
// Rotate3d aliases
|
|
4122
|
+
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
4123
|
+
export {
|
|
4124
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
|
|
4125
|
+
default as Rotate3DIcon
|
|
4126
|
+
} from '../icons/rotate-3d';
|
|
4085
4127
|
// RectangleEllipsis aliases
|
|
4086
4128
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
4087
4129
|
export {
|
|
@@ -4094,12 +4136,6 @@ export {
|
|
|
4094
4136
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RotateCcwClock} instead. */
|
|
4095
4137
|
default as HistoryIcon
|
|
4096
4138
|
} from '../icons/rotate-ccw-clock';
|
|
4097
|
-
// Rows2 aliases
|
|
4098
|
-
export { default as Rows2Icon } from '../icons/rows-2';
|
|
4099
|
-
export {
|
|
4100
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
|
|
4101
|
-
default as RowsIcon
|
|
4102
|
-
} from '../icons/rows-2';
|
|
4103
4139
|
// Rows3 aliases
|
|
4104
4140
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
4105
4141
|
export {
|
|
@@ -4112,24 +4148,30 @@ export {
|
|
|
4112
4148
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. */
|
|
4113
4149
|
default as Scale3DIcon
|
|
4114
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';
|
|
4115
4157
|
// SendHorizontal aliases
|
|
4116
4158
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
4117
4159
|
export {
|
|
4118
4160
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. */
|
|
4119
4161
|
default as SendHorizonalIcon
|
|
4120
4162
|
} from '../icons/send-horizontal';
|
|
4121
|
-
// ShieldX aliases
|
|
4122
|
-
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
4123
|
-
export {
|
|
4124
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
4125
|
-
default as ShieldCloseIcon
|
|
4126
|
-
} from '../icons/shield-x';
|
|
4127
4163
|
// ShieldQuestionMark aliases
|
|
4128
4164
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
4129
4165
|
export {
|
|
4130
4166
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
|
|
4131
4167
|
default as ShieldQuestionIcon
|
|
4132
4168
|
} from '../icons/shield-question-mark';
|
|
4169
|
+
// ShieldX aliases
|
|
4170
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
4171
|
+
export {
|
|
4172
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
4173
|
+
default as ShieldCloseIcon
|
|
4174
|
+
} from '../icons/shield-x';
|
|
4133
4175
|
// SlidersVertical aliases
|
|
4134
4176
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
4135
4177
|
export {
|
|
@@ -4142,18 +4184,24 @@ export {
|
|
|
4142
4184
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
|
|
4143
4185
|
default as StarsIcon
|
|
4144
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';
|
|
4145
4193
|
// SquareActivity aliases
|
|
4146
4194
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
4147
4195
|
export {
|
|
4148
4196
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
|
|
4149
4197
|
default as ActivitySquareIcon
|
|
4150
4198
|
} from '../icons/square-activity';
|
|
4151
|
-
//
|
|
4152
|
-
export { default as
|
|
4199
|
+
// SquareArrowLeft aliases
|
|
4200
|
+
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
4153
4201
|
export {
|
|
4154
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4155
|
-
default as
|
|
4156
|
-
} 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';
|
|
4157
4205
|
// SquareArrowDownRight aliases
|
|
4158
4206
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
4159
4207
|
export {
|
|
@@ -4166,42 +4214,42 @@ export {
|
|
|
4166
4214
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. */
|
|
4167
4215
|
default as ArrowDownSquareIcon
|
|
4168
4216
|
} from '../icons/square-arrow-down';
|
|
4169
|
-
// SquareArrowLeft aliases
|
|
4170
|
-
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
4171
|
-
export {
|
|
4172
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
|
|
4173
|
-
default as ArrowLeftSquareIcon
|
|
4174
|
-
} from '../icons/square-arrow-left';
|
|
4175
4217
|
// SquareArrowOutDownLeft aliases
|
|
4176
4218
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
4177
4219
|
export {
|
|
4178
4220
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
|
|
4179
4221
|
default as ArrowDownLeftFromSquareIcon
|
|
4180
4222
|
} from '../icons/square-arrow-out-down-left';
|
|
4223
|
+
// SquareArrowOutDownRight aliases
|
|
4224
|
+
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
4225
|
+
export {
|
|
4226
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. */
|
|
4227
|
+
default as ArrowDownRightFromSquareIcon
|
|
4228
|
+
} from '../icons/square-arrow-out-down-right';
|
|
4181
4229
|
// SquareArrowOutUpLeft aliases
|
|
4182
4230
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
4183
4231
|
export {
|
|
4184
4232
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
|
|
4185
4233
|
default as ArrowUpLeftFromSquareIcon
|
|
4186
4234
|
} from '../icons/square-arrow-out-up-left';
|
|
4187
|
-
//
|
|
4188
|
-
export { default as
|
|
4235
|
+
// SquareArrowRight aliases
|
|
4236
|
+
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
4189
4237
|
export {
|
|
4190
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4191
|
-
default as
|
|
4192
|
-
} from '../icons/square-arrow-
|
|
4238
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
4239
|
+
default as ArrowRightSquareIcon
|
|
4240
|
+
} from '../icons/square-arrow-right';
|
|
4193
4241
|
// SquareArrowOutUpRight aliases
|
|
4194
4242
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
4195
4243
|
export {
|
|
4196
4244
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
|
|
4197
4245
|
default as ArrowUpRightFromSquareIcon
|
|
4198
4246
|
} from '../icons/square-arrow-out-up-right';
|
|
4199
|
-
//
|
|
4200
|
-
export { default as
|
|
4247
|
+
// SquareArrowUpLeft aliases
|
|
4248
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
4201
4249
|
export {
|
|
4202
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4203
|
-
default as
|
|
4204
|
-
} from '../icons/square-arrow-
|
|
4250
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
4251
|
+
default as ArrowUpLeftSquareIcon
|
|
4252
|
+
} from '../icons/square-arrow-up-left';
|
|
4205
4253
|
// SquareArrowUpRight aliases
|
|
4206
4254
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
4207
4255
|
export {
|
|
@@ -4214,12 +4262,12 @@ export {
|
|
|
4214
4262
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
|
|
4215
4263
|
default as ArrowUpSquareIcon
|
|
4216
4264
|
} from '../icons/square-arrow-up';
|
|
4217
|
-
//
|
|
4218
|
-
export { default as
|
|
4265
|
+
// SquareBookmark aliases
|
|
4266
|
+
export { default as SquareBookmarkIcon } from '../icons/square-bookmark';
|
|
4219
4267
|
export {
|
|
4220
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4221
|
-
default as
|
|
4222
|
-
} from '../icons/square-
|
|
4268
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBookmark} instead. */
|
|
4269
|
+
default as AlbumIcon
|
|
4270
|
+
} from '../icons/square-bookmark';
|
|
4223
4271
|
// SquareAsterisk aliases
|
|
4224
4272
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
4225
4273
|
export {
|
|
@@ -4244,18 +4292,6 @@ export {
|
|
|
4244
4292
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
|
|
4245
4293
|
default as FlipVerticalIcon
|
|
4246
4294
|
} from '../icons/square-centerline-dashed-vertical';
|
|
4247
|
-
// SquareCheckBig aliases
|
|
4248
|
-
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4249
|
-
export {
|
|
4250
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
4251
|
-
default as CheckSquareIcon
|
|
4252
|
-
} from '../icons/square-check-big';
|
|
4253
|
-
// SquareCheck aliases
|
|
4254
|
-
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4255
|
-
export {
|
|
4256
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
4257
|
-
default as CheckSquare2Icon
|
|
4258
|
-
} from '../icons/square-check';
|
|
4259
4295
|
// SquareChartGantt aliases
|
|
4260
4296
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
4261
4297
|
export {
|
|
@@ -4266,24 +4302,30 @@ export {
|
|
|
4266
4302
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
4267
4303
|
default as SquareGanttChartIcon
|
|
4268
4304
|
} from '../icons/square-chart-gantt';
|
|
4305
|
+
// SquareCheck aliases
|
|
4306
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4307
|
+
export {
|
|
4308
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
4309
|
+
default as CheckSquare2Icon
|
|
4310
|
+
} from '../icons/square-check';
|
|
4269
4311
|
// SquareChevronDown aliases
|
|
4270
4312
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4271
4313
|
export {
|
|
4272
4314
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
4273
4315
|
default as ChevronDownSquareIcon
|
|
4274
4316
|
} from '../icons/square-chevron-down';
|
|
4317
|
+
// SquareCheckBig aliases
|
|
4318
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4319
|
+
export {
|
|
4320
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
4321
|
+
default as CheckSquareIcon
|
|
4322
|
+
} from '../icons/square-check-big';
|
|
4275
4323
|
// SquareChevronLeft aliases
|
|
4276
4324
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4277
4325
|
export {
|
|
4278
4326
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
|
|
4279
4327
|
default as ChevronLeftSquareIcon
|
|
4280
4328
|
} from '../icons/square-chevron-left';
|
|
4281
|
-
// SquareChevronRight aliases
|
|
4282
|
-
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4283
|
-
export {
|
|
4284
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
|
|
4285
|
-
default as ChevronRightSquareIcon
|
|
4286
|
-
} from '../icons/square-chevron-right';
|
|
4287
4329
|
// SquareChevronUp aliases
|
|
4288
4330
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4289
4331
|
export {
|
|
@@ -4296,12 +4338,30 @@ export {
|
|
|
4296
4338
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
|
|
4297
4339
|
default as CodeSquareIcon
|
|
4298
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';
|
|
4299
4347
|
// SquareDashedMousePointer aliases
|
|
4300
4348
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4301
4349
|
export {
|
|
4302
4350
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. */
|
|
4303
4351
|
default as MousePointerSquareDashedIcon
|
|
4304
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';
|
|
4305
4365
|
// SquareDashedText aliases
|
|
4306
4366
|
export { default as SquareDashedTextIcon } from '../icons/square-dashed-text';
|
|
4307
4367
|
export {
|
|
@@ -4312,18 +4372,6 @@ export {
|
|
|
4312
4372
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. */
|
|
4313
4373
|
default as TextSelectIcon
|
|
4314
4374
|
} from '../icons/square-dashed-text';
|
|
4315
|
-
// SquareDashedKanban aliases
|
|
4316
|
-
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4317
|
-
export {
|
|
4318
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
|
|
4319
|
-
default as KanbanSquareDashedIcon
|
|
4320
|
-
} from '../icons/square-dashed-kanban';
|
|
4321
|
-
// SquareDashed aliases
|
|
4322
|
-
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4323
|
-
export {
|
|
4324
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
|
|
4325
|
-
default as BoxSelectIcon
|
|
4326
|
-
} from '../icons/square-dashed';
|
|
4327
4375
|
// SquareDivide aliases
|
|
4328
4376
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4329
4377
|
export {
|
|
@@ -4336,12 +4384,6 @@ export {
|
|
|
4336
4384
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
|
|
4337
4385
|
default as DotSquareIcon
|
|
4338
4386
|
} from '../icons/square-dot';
|
|
4339
|
-
// SquareEqual aliases
|
|
4340
|
-
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4341
|
-
export {
|
|
4342
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
|
|
4343
|
-
default as EqualSquareIcon
|
|
4344
|
-
} from '../icons/square-equal';
|
|
4345
4387
|
// SquareFunction aliases
|
|
4346
4388
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4347
4389
|
export {
|
|
@@ -4360,36 +4402,48 @@ export {
|
|
|
4360
4402
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
|
|
4361
4403
|
default as LibrarySquareIcon
|
|
4362
4404
|
} from '../icons/square-library';
|
|
4405
|
+
// SquareEqual aliases
|
|
4406
|
+
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4407
|
+
export {
|
|
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';
|
|
4363
4411
|
// SquareM aliases
|
|
4364
4412
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
4365
4413
|
export {
|
|
4366
4414
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. */
|
|
4367
4415
|
default as MSquareIcon
|
|
4368
4416
|
} from '../icons/square-m';
|
|
4369
|
-
// SquareMinus aliases
|
|
4370
|
-
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4371
|
-
export {
|
|
4372
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. */
|
|
4373
|
-
default as MinusSquareIcon
|
|
4374
|
-
} from '../icons/square-minus';
|
|
4375
4417
|
// SquareMenu aliases
|
|
4376
4418
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4377
4419
|
export {
|
|
4378
4420
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
|
|
4379
4421
|
default as MenuSquareIcon
|
|
4380
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';
|
|
4429
|
+
// SquareMinus aliases
|
|
4430
|
+
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4431
|
+
export {
|
|
4432
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. */
|
|
4433
|
+
default as MinusSquareIcon
|
|
4434
|
+
} from '../icons/square-minus';
|
|
4381
4435
|
// SquareMousePointer aliases
|
|
4382
4436
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4383
4437
|
export {
|
|
4384
4438
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. */
|
|
4385
4439
|
default as InspectIcon
|
|
4386
4440
|
} from '../icons/square-mouse-pointer';
|
|
4387
|
-
//
|
|
4388
|
-
export { default as
|
|
4441
|
+
// SquareParking aliases
|
|
4442
|
+
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4389
4443
|
export {
|
|
4390
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4391
|
-
default as
|
|
4392
|
-
} from '../icons/square-parking
|
|
4444
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
|
|
4445
|
+
default as ParkingSquareIcon
|
|
4446
|
+
} from '../icons/square-parking';
|
|
4393
4447
|
// SquarePen aliases
|
|
4394
4448
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4395
4449
|
export {
|
|
@@ -4404,12 +4458,6 @@ export {
|
|
|
4404
4458
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
|
|
4405
4459
|
default as PenSquareIcon
|
|
4406
4460
|
} from '../icons/square-pen';
|
|
4407
|
-
// SquareParking aliases
|
|
4408
|
-
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4409
|
-
export {
|
|
4410
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
|
|
4411
|
-
default as ParkingSquareIcon
|
|
4412
|
-
} from '../icons/square-parking';
|
|
4413
4461
|
// SquarePercent aliases
|
|
4414
4462
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4415
4463
|
export {
|
|
@@ -4422,18 +4470,18 @@ export {
|
|
|
4422
4470
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
4423
4471
|
default as PiSquareIcon
|
|
4424
4472
|
} from '../icons/square-pi';
|
|
4425
|
-
// SquarePilcrow aliases
|
|
4426
|
-
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4427
|
-
export {
|
|
4428
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
|
|
4429
|
-
default as PilcrowSquareIcon
|
|
4430
|
-
} from '../icons/square-pilcrow';
|
|
4431
4473
|
// SquarePlay aliases
|
|
4432
4474
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4433
4475
|
export {
|
|
4434
4476
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. */
|
|
4435
4477
|
default as PlaySquareIcon
|
|
4436
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';
|
|
4437
4485
|
// SquarePlus aliases
|
|
4438
4486
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4439
4487
|
export {
|
|
@@ -4452,6 +4500,12 @@ export {
|
|
|
4452
4500
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
|
|
4453
4501
|
default as ScissorsSquareIcon
|
|
4454
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';
|
|
4455
4509
|
// SquareSigma aliases
|
|
4456
4510
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4457
4511
|
export {
|
|
@@ -4470,30 +4524,24 @@ export {
|
|
|
4470
4524
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. */
|
|
4471
4525
|
default as SplitSquareVerticalIcon
|
|
4472
4526
|
} from '../icons/square-split-vertical';
|
|
4473
|
-
// SquareSplitHorizontal aliases
|
|
4474
|
-
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4475
|
-
export {
|
|
4476
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
4477
|
-
default as SplitSquareHorizontalIcon
|
|
4478
|
-
} from '../icons/square-split-horizontal';
|
|
4479
4527
|
// SquareTerminal aliases
|
|
4480
4528
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4481
4529
|
export {
|
|
4482
4530
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. */
|
|
4483
4531
|
default as TerminalSquareIcon
|
|
4484
4532
|
} from '../icons/square-terminal';
|
|
4485
|
-
// SquareUserRound aliases
|
|
4486
|
-
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4487
|
-
export {
|
|
4488
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. */
|
|
4489
|
-
default as UserSquare2Icon
|
|
4490
|
-
} from '../icons/square-user-round';
|
|
4491
4533
|
// SquareUser aliases
|
|
4492
4534
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4493
4535
|
export {
|
|
4494
4536
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4495
4537
|
default as UserSquareIcon
|
|
4496
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';
|
|
4497
4545
|
// SquareX aliases
|
|
4498
4546
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4499
4547
|
export {
|
|
@@ -4506,24 +4554,30 @@ export {
|
|
|
4506
4554
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. */
|
|
4507
4555
|
default as TestTube2Icon
|
|
4508
4556
|
} from '../icons/test-tube-diagonal';
|
|
4509
|
-
// TextAlignCenter aliases
|
|
4510
|
-
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4511
|
-
export {
|
|
4512
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */
|
|
4513
|
-
default as AlignCenterIcon
|
|
4514
|
-
} from '../icons/text-align-center';
|
|
4515
4557
|
// TextAlignEnd aliases
|
|
4516
4558
|
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4517
4559
|
export {
|
|
4518
4560
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
|
|
4519
4561
|
default as AlignRightIcon
|
|
4520
4562
|
} from '../icons/text-align-end';
|
|
4563
|
+
// TextAlignCenter aliases
|
|
4564
|
+
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4565
|
+
export {
|
|
4566
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */
|
|
4567
|
+
default as AlignCenterIcon
|
|
4568
|
+
} from '../icons/text-align-center';
|
|
4521
4569
|
// TextAlignJustify aliases
|
|
4522
4570
|
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4523
4571
|
export {
|
|
4524
4572
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
|
|
4525
4573
|
default as AlignJustifyIcon
|
|
4526
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';
|
|
4527
4581
|
// TextAlignStart aliases
|
|
4528
4582
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4529
4583
|
export {
|
|
@@ -4534,36 +4588,30 @@ export {
|
|
|
4534
4588
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. */
|
|
4535
4589
|
default as AlignLeftIcon
|
|
4536
4590
|
} from '../icons/text-align-start';
|
|
4537
|
-
// TextWrap aliases
|
|
4538
|
-
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4539
|
-
export {
|
|
4540
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
4541
|
-
default as WrapTextIcon
|
|
4542
|
-
} from '../icons/text-wrap';
|
|
4543
|
-
// TextInitial aliases
|
|
4544
|
-
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4545
|
-
export {
|
|
4546
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
4547
|
-
default as LetterTextIcon
|
|
4548
|
-
} from '../icons/text-initial';
|
|
4549
4591
|
// TramFront aliases
|
|
4550
4592
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4551
4593
|
export {
|
|
4552
4594
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
|
|
4553
4595
|
default as TrainIcon
|
|
4554
4596
|
} from '../icons/tram-front';
|
|
4555
|
-
// Trash aliases
|
|
4556
|
-
export { default as TrashIcon } from '../icons/trash';
|
|
4557
|
-
export {
|
|
4558
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Trash} instead. */
|
|
4559
|
-
default as Trash2Icon
|
|
4560
|
-
} from '../icons/trash';
|
|
4561
4597
|
// TreePalm aliases
|
|
4562
4598
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4563
4599
|
export {
|
|
4564
4600
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
4565
4601
|
default as PalmtreeIcon
|
|
4566
4602
|
} from '../icons/tree-palm';
|
|
4603
|
+
// TextWrap aliases
|
|
4604
|
+
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4605
|
+
export {
|
|
4606
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
4607
|
+
default as WrapTextIcon
|
|
4608
|
+
} from '../icons/text-wrap';
|
|
4609
|
+
// Trash aliases
|
|
4610
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
4611
|
+
export {
|
|
4612
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Trash} instead. */
|
|
4613
|
+
default as Trash2Icon
|
|
4614
|
+
} from '../icons/trash';
|
|
4567
4615
|
// TriangleAlert aliases
|
|
4568
4616
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4569
4617
|
export {
|
|
@@ -4624,36 +4672,30 @@ export {
|
|
|
4624
4672
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. */
|
|
4625
4673
|
default as UserX2Icon
|
|
4626
4674
|
} from '../icons/user-round-x';
|
|
4627
|
-
// UsersRound aliases
|
|
4628
|
-
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4629
|
-
export {
|
|
4630
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
|
|
4631
|
-
default as Users2Icon
|
|
4632
|
-
} from '../icons/users-round';
|
|
4633
|
-
// UtensilsCrossed aliases
|
|
4634
|
-
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4635
|
-
export {
|
|
4636
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
|
|
4637
|
-
default as ForkKnifeCrossedIcon
|
|
4638
|
-
} from '../icons/utensils-crossed';
|
|
4639
4675
|
// UserRound aliases
|
|
4640
4676
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4641
4677
|
export {
|
|
4642
4678
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
|
|
4643
4679
|
default as User2Icon
|
|
4644
4680
|
} from '../icons/user-round';
|
|
4681
|
+
// UsersRound aliases
|
|
4682
|
+
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4683
|
+
export {
|
|
4684
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
|
|
4685
|
+
default as Users2Icon
|
|
4686
|
+
} from '../icons/users-round';
|
|
4645
4687
|
// Utensils aliases
|
|
4646
4688
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4647
4689
|
export {
|
|
4648
4690
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|
|
4649
4691
|
default as ForkKnifeIcon
|
|
4650
4692
|
} from '../icons/utensils';
|
|
4651
|
-
//
|
|
4652
|
-
export { default as
|
|
4693
|
+
// UtensilsCrossed aliases
|
|
4694
|
+
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4653
4695
|
export {
|
|
4654
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4655
|
-
default as
|
|
4656
|
-
} 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';
|
|
4657
4699
|
// WandSparkles aliases
|
|
4658
4700
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4659
4701
|
export {
|
|
@@ -4666,4 +4708,10 @@ export {
|
|
|
4666
4708
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WavesHorizontal} instead. */
|
|
4667
4709
|
default as WavesIcon
|
|
4668
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';
|
|
4669
4717
|
|