@lucide/astro 0.534.0 → 0.535.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +717 -207
- package/src/aliases/prefixed.ts +1151 -641
- package/src/aliases/suffixed.ts +1439 -929
- package/src/icons/book-heart.ts +2 -2
- package/src/icons/calendar-heart.ts +2 -2
- package/src/icons/file-heart.ts +2 -2
- package/src/icons/folder-heart.ts +2 -2
- package/src/icons/hand-fist.ts +18 -0
- package/src/icons/{grab.ts → hand-grab.ts} +4 -4
- package/src/icons/hand-heart.ts +2 -2
- package/src/icons/index.ts +162 -161
- package/src/icons/scan-heart.ts +2 -2
package/src/aliases/suffixed.ts
CHANGED
|
@@ -10,42 +10,42 @@ export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
11
|
// AirVent aliases
|
|
12
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
|
+
// AlarmClockOff aliases
|
|
14
|
+
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
13
15
|
// Airplay aliases
|
|
14
16
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
17
|
// AlarmClock aliases
|
|
16
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
17
|
-
// AlarmClockOff aliases
|
|
18
|
-
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
19
19
|
// AlarmSmoke aliases
|
|
20
20
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
|
+
// AlignCenterHorizontal aliases
|
|
22
|
+
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
21
23
|
// Album aliases
|
|
22
24
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
25
|
// AlignCenterVertical aliases
|
|
24
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
25
|
-
// AlignCenterHorizontal aliases
|
|
26
|
-
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
27
27
|
// AlignCenter aliases
|
|
28
28
|
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
29
29
|
// AlignEndHorizontal aliases
|
|
30
30
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
|
-
// AlignEndVertical aliases
|
|
32
|
-
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
31
|
// AlignHorizontalDistributeCenter aliases
|
|
34
32
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
33
|
// AlignHorizontalDistributeEnd aliases
|
|
36
34
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
|
+
// AlignEndVertical aliases
|
|
36
|
+
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
37
37
|
// AlignHorizontalDistributeStart aliases
|
|
38
38
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
39
|
// AlignHorizontalJustifyCenter aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
41
|
// AlignHorizontalJustifyEnd aliases
|
|
42
42
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
|
-
// AlignHorizontalJustifyStart aliases
|
|
44
|
-
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
43
|
// AlignHorizontalSpaceAround aliases
|
|
46
44
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
45
|
// AlignHorizontalSpaceBetween aliases
|
|
48
46
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
47
|
+
// AlignHorizontalJustifyStart aliases
|
|
48
|
+
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
49
49
|
// AlignJustify aliases
|
|
50
50
|
export { default as AlignJustifyIcon } from '../icons/align-justify';
|
|
51
51
|
// AlignLeft aliases
|
|
@@ -62,72 +62,72 @@ export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-ver
|
|
|
62
62
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
63
63
|
// AlignVerticalDistributeStart aliases
|
|
64
64
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
65
|
-
// AlignVerticalJustifyCenter aliases
|
|
66
|
-
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
67
65
|
// AlignVerticalJustifyEnd aliases
|
|
68
66
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
67
|
+
// AlignVerticalJustifyCenter aliases
|
|
68
|
+
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
69
69
|
// AlignVerticalJustifyStart aliases
|
|
70
70
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
71
|
-
// AlignVerticalSpaceBetween aliases
|
|
72
|
-
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
73
71
|
// AlignVerticalSpaceAround aliases
|
|
74
72
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
73
|
+
// AlignVerticalSpaceBetween aliases
|
|
74
|
+
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
75
75
|
// Ambulance aliases
|
|
76
76
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
77
77
|
// Ampersand aliases
|
|
78
78
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
79
79
|
// Ampersands aliases
|
|
80
80
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
81
|
-
// Amphora aliases
|
|
82
|
-
export { default as AmphoraIcon } from '../icons/amphora';
|
|
83
81
|
// Anchor aliases
|
|
84
82
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
83
|
+
// Amphora aliases
|
|
84
|
+
export { default as AmphoraIcon } from '../icons/amphora';
|
|
85
85
|
// Angry aliases
|
|
86
86
|
export { default as AngryIcon } from '../icons/angry';
|
|
87
87
|
// Annoyed aliases
|
|
88
88
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
89
89
|
// Antenna aliases
|
|
90
90
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
91
|
-
// Aperture aliases
|
|
92
|
-
export { default as ApertureIcon } from '../icons/aperture';
|
|
93
91
|
// Anvil aliases
|
|
94
92
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
93
|
+
// Aperture aliases
|
|
94
|
+
export { default as ApertureIcon } from '../icons/aperture';
|
|
95
95
|
// AppWindowMac aliases
|
|
96
96
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
97
97
|
// AppWindow aliases
|
|
98
98
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
99
|
-
// ArchiveRestore aliases
|
|
100
|
-
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
101
99
|
// Apple aliases
|
|
102
100
|
export { default as AppleIcon } from '../icons/apple';
|
|
101
|
+
// ArchiveRestore aliases
|
|
102
|
+
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
103
103
|
// ArchiveX aliases
|
|
104
104
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
105
105
|
// Archive aliases
|
|
106
106
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
107
107
|
// ArrowBigDownDash aliases
|
|
108
108
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
109
|
-
// ArrowBigDown aliases
|
|
110
|
-
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
111
109
|
// Armchair aliases
|
|
112
110
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
111
|
+
// ArrowBigDown aliases
|
|
112
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
113
113
|
// ArrowBigLeftDash aliases
|
|
114
114
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
115
115
|
// ArrowBigLeft aliases
|
|
116
116
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
117
|
-
// ArrowBigRightDash aliases
|
|
118
|
-
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
119
117
|
// ArrowBigRight aliases
|
|
120
118
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
121
119
|
// ArrowBigUpDash aliases
|
|
122
120
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
121
|
+
// ArrowBigRightDash aliases
|
|
122
|
+
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
123
123
|
// ArrowBigUp aliases
|
|
124
124
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
125
|
-
// ArrowDownLeft aliases
|
|
126
|
-
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
127
125
|
// ArrowDownFromLine aliases
|
|
128
126
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
129
127
|
// ArrowDownNarrowWide aliases
|
|
130
128
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
129
|
+
// ArrowDownLeft aliases
|
|
130
|
+
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
131
131
|
// ArrowDownRight aliases
|
|
132
132
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
133
133
|
// ArrowDownToDot aliases
|
|
@@ -138,18 +138,18 @@ export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
|
138
138
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
139
139
|
// ArrowDown aliases
|
|
140
140
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
141
|
+
// ArrowLeftFromLine aliases
|
|
142
|
+
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
141
143
|
// ArrowLeftRight aliases
|
|
142
144
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
145
|
+
// ArrowLeft aliases
|
|
146
|
+
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
143
147
|
// ArrowLeftToLine aliases
|
|
144
148
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
145
149
|
// ArrowRightFromLine aliases
|
|
146
150
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
147
|
-
// ArrowLeftFromLine aliases
|
|
148
|
-
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
149
151
|
// ArrowRightLeft aliases
|
|
150
152
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
151
|
-
// ArrowLeft aliases
|
|
152
|
-
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
153
153
|
// ArrowRightToLine aliases
|
|
154
154
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
155
155
|
// ArrowRight aliases
|
|
@@ -164,34 +164,34 @@ export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
|
164
164
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
165
165
|
// ArrowUpRight aliases
|
|
166
166
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
167
|
+
// ArrowUpToLine aliases
|
|
168
|
+
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
167
169
|
// ArrowUpWideNarrow aliases
|
|
168
170
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
169
171
|
// ArrowUp aliases
|
|
170
172
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
171
|
-
// ArrowsUpFromLine aliases
|
|
172
|
-
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
173
|
-
// ArrowUpToLine aliases
|
|
174
|
-
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
175
173
|
// Asterisk aliases
|
|
176
174
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
175
|
+
// ArrowsUpFromLine aliases
|
|
176
|
+
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
177
177
|
// AtSign aliases
|
|
178
178
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
179
179
|
// Atom aliases
|
|
180
180
|
export { default as AtomIcon } from '../icons/atom';
|
|
181
181
|
// AudioLines aliases
|
|
182
182
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
183
|
+
// Award aliases
|
|
184
|
+
export { default as AwardIcon } from '../icons/award';
|
|
183
185
|
// AudioWaveform aliases
|
|
184
186
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
185
187
|
// Axe aliases
|
|
186
188
|
export { default as AxeIcon } from '../icons/axe';
|
|
187
|
-
// Award aliases
|
|
188
|
-
export { default as AwardIcon } from '../icons/award';
|
|
189
189
|
// Baby aliases
|
|
190
190
|
export { default as BabyIcon } from '../icons/baby';
|
|
191
|
-
// BadgeAlert aliases
|
|
192
|
-
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
193
191
|
// Backpack aliases
|
|
194
192
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
193
|
+
// BadgeAlert aliases
|
|
194
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
195
195
|
// BadgeCent aliases
|
|
196
196
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
197
197
|
// BadgeDollarSign aliases
|
|
@@ -206,10 +206,10 @@ export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
|
206
206
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
207
207
|
// BadgeMinus aliases
|
|
208
208
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
209
|
-
// BadgePercent aliases
|
|
210
|
-
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
211
209
|
// BadgePlus aliases
|
|
212
210
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
211
|
+
// BadgePercent aliases
|
|
212
|
+
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
213
213
|
// BadgePoundSterling aliases
|
|
214
214
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
215
215
|
// BadgeRussianRuble aliases
|
|
@@ -222,30 +222,30 @@ export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
|
222
222
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
223
223
|
// BaggageClaim aliases
|
|
224
224
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
225
|
-
// Badge aliases
|
|
226
|
-
export { default as BadgeIcon } from '../icons/badge';
|
|
227
225
|
// Ban aliases
|
|
228
226
|
export { default as BanIcon } from '../icons/ban';
|
|
229
|
-
//
|
|
230
|
-
export { default as
|
|
231
|
-
// Bandage aliases
|
|
232
|
-
export { default as BandageIcon } from '../icons/bandage';
|
|
227
|
+
// Badge aliases
|
|
228
|
+
export { default as BadgeIcon } from '../icons/badge';
|
|
233
229
|
// Banana aliases
|
|
234
230
|
export { default as BananaIcon } from '../icons/banana';
|
|
235
|
-
//
|
|
236
|
-
export { default as
|
|
231
|
+
// Bandage aliases
|
|
232
|
+
export { default as BandageIcon } from '../icons/bandage';
|
|
233
|
+
// BanknoteArrowDown aliases
|
|
234
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
237
235
|
// BanknoteArrowUp aliases
|
|
238
236
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
237
|
+
// BanknoteX aliases
|
|
238
|
+
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
239
239
|
// Banknote aliases
|
|
240
240
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
241
241
|
// Barcode aliases
|
|
242
242
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
243
|
+
// Bath aliases
|
|
244
|
+
export { default as BathIcon } from '../icons/bath';
|
|
243
245
|
// Barrel aliases
|
|
244
246
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
245
247
|
// Baseline aliases
|
|
246
248
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
247
|
-
// Bath aliases
|
|
248
|
-
export { default as BathIcon } from '../icons/bath';
|
|
249
249
|
// BatteryCharging aliases
|
|
250
250
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
251
251
|
// BatteryFull aliases
|
|
@@ -258,38 +258,38 @@ export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
|
258
258
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
259
259
|
// Battery aliases
|
|
260
260
|
export { default as BatteryIcon } from '../icons/battery';
|
|
261
|
-
// BatteryWarning aliases
|
|
262
|
-
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
263
261
|
// Beaker aliases
|
|
264
262
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
263
|
+
// BatteryWarning aliases
|
|
264
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
265
265
|
// BeanOff aliases
|
|
266
266
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
267
267
|
// Bean aliases
|
|
268
268
|
export { default as BeanIcon } from '../icons/bean';
|
|
269
|
-
// BedSingle aliases
|
|
270
|
-
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
271
269
|
// BedDouble aliases
|
|
272
270
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
273
271
|
// Bed aliases
|
|
274
272
|
export { default as BedIcon } from '../icons/bed';
|
|
275
|
-
//
|
|
276
|
-
export { default as
|
|
273
|
+
// BedSingle aliases
|
|
274
|
+
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
277
275
|
// Beef aliases
|
|
278
276
|
export { default as BeefIcon } from '../icons/beef';
|
|
279
|
-
// BellDot aliases
|
|
280
|
-
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
281
277
|
// Beer aliases
|
|
282
278
|
export { default as BeerIcon } from '../icons/beer';
|
|
279
|
+
// BellDot aliases
|
|
280
|
+
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
281
|
+
// BeerOff aliases
|
|
282
|
+
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
283
283
|
// BellElectric aliases
|
|
284
284
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
285
285
|
// BellMinus aliases
|
|
286
286
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
287
287
|
// BellOff aliases
|
|
288
288
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
289
|
-
// BellRing aliases
|
|
290
|
-
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
291
289
|
// BellPlus aliases
|
|
292
290
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
291
|
+
// BellRing aliases
|
|
292
|
+
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
293
293
|
// Bell aliases
|
|
294
294
|
export { default as BellIcon } from '../icons/bell';
|
|
295
295
|
// BetweenVerticalEnd aliases
|
|
@@ -300,26 +300,26 @@ export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-s
|
|
|
300
300
|
export { default as BikeIcon } from '../icons/bike';
|
|
301
301
|
// BicepsFlexed aliases
|
|
302
302
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
303
|
-
// Binary aliases
|
|
304
|
-
export { default as BinaryIcon } from '../icons/binary';
|
|
305
|
-
// Binoculars aliases
|
|
306
|
-
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
307
303
|
// Biohazard aliases
|
|
308
304
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
305
|
+
// Binary aliases
|
|
306
|
+
export { default as BinaryIcon } from '../icons/binary';
|
|
309
307
|
// Bird aliases
|
|
310
308
|
export { default as BirdIcon } from '../icons/bird';
|
|
309
|
+
// Binoculars aliases
|
|
310
|
+
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
311
311
|
// Bitcoin aliases
|
|
312
312
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
313
313
|
// Blend aliases
|
|
314
314
|
export { default as BlendIcon } from '../icons/blend';
|
|
315
315
|
// Blinds aliases
|
|
316
316
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
317
|
+
// BluetoothConnected aliases
|
|
318
|
+
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
317
319
|
// Blocks aliases
|
|
318
320
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
319
321
|
// BluetoothOff aliases
|
|
320
322
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
321
|
-
// BluetoothConnected aliases
|
|
322
|
-
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
323
323
|
// BluetoothSearching aliases
|
|
324
324
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
325
325
|
// Bluetooth aliases
|
|
@@ -328,30 +328,30 @@ export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
|
328
328
|
export { default as BoldIcon } from '../icons/bold';
|
|
329
329
|
// Bolt aliases
|
|
330
330
|
export { default as BoltIcon } from '../icons/bolt';
|
|
331
|
-
// Bone aliases
|
|
332
|
-
export { default as BoneIcon } from '../icons/bone';
|
|
333
331
|
// Bomb aliases
|
|
334
332
|
export { default as BombIcon } from '../icons/bomb';
|
|
333
|
+
// Bone aliases
|
|
334
|
+
export { default as BoneIcon } from '../icons/bone';
|
|
335
335
|
// BookA aliases
|
|
336
336
|
export { default as BookAIcon } from '../icons/book-a';
|
|
337
337
|
// BookAlert aliases
|
|
338
338
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
339
|
+
// BookCheck aliases
|
|
340
|
+
export { default as BookCheckIcon } from '../icons/book-check';
|
|
339
341
|
// BookAudio aliases
|
|
340
342
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
341
343
|
// BookCopy aliases
|
|
342
344
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
343
|
-
// BookCheck aliases
|
|
344
|
-
export { default as BookCheckIcon } from '../icons/book-check';
|
|
345
345
|
// BookDown aliases
|
|
346
346
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
347
347
|
// BookHeadphones aliases
|
|
348
348
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
349
349
|
// BookHeart aliases
|
|
350
350
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
351
|
-
// BookKey aliases
|
|
352
|
-
export { default as BookKeyIcon } from '../icons/book-key';
|
|
353
351
|
// BookImage aliases
|
|
354
352
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
353
|
+
// BookKey aliases
|
|
354
|
+
export { default as BookKeyIcon } from '../icons/book-key';
|
|
355
355
|
// BookLock aliases
|
|
356
356
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
357
357
|
// BookMarked aliases
|
|
@@ -362,98 +362,98 @@ export { default as BookMinusIcon } from '../icons/book-minus';
|
|
|
362
362
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
363
363
|
// BookOpenText aliases
|
|
364
364
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
365
|
-
// BookPlus aliases
|
|
366
|
-
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
367
365
|
// BookOpen aliases
|
|
368
366
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
367
|
+
// BookPlus aliases
|
|
368
|
+
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
369
369
|
// BookText aliases
|
|
370
370
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
371
|
-
// BookType aliases
|
|
372
|
-
export { default as BookTypeIcon } from '../icons/book-type';
|
|
373
371
|
// BookUp2 aliases
|
|
374
372
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
375
373
|
// BookUp aliases
|
|
376
374
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
375
|
+
// BookType aliases
|
|
376
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
377
377
|
// BookUser aliases
|
|
378
378
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
379
|
-
// Book aliases
|
|
380
|
-
export { default as BookIcon } from '../icons/book';
|
|
381
379
|
// BookX aliases
|
|
382
380
|
export { default as BookXIcon } from '../icons/book-x';
|
|
381
|
+
// Book aliases
|
|
382
|
+
export { default as BookIcon } from '../icons/book';
|
|
383
383
|
// BookmarkCheck aliases
|
|
384
384
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
385
|
-
// BookmarkMinus aliases
|
|
386
|
-
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
387
385
|
// BookmarkPlus aliases
|
|
388
386
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
389
387
|
// BookmarkX aliases
|
|
390
388
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
389
|
+
// BookmarkMinus aliases
|
|
390
|
+
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
391
391
|
// BoomBox aliases
|
|
392
392
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
393
|
+
// BotOff aliases
|
|
394
|
+
export { default as BotOffIcon } from '../icons/bot-off';
|
|
393
395
|
// Bookmark aliases
|
|
394
396
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
395
397
|
// BotMessageSquare aliases
|
|
396
398
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
397
399
|
// Bot aliases
|
|
398
400
|
export { default as BotIcon } from '../icons/bot';
|
|
399
|
-
// BotOff aliases
|
|
400
|
-
export { default as BotOffIcon } from '../icons/bot-off';
|
|
401
401
|
// BottleWine aliases
|
|
402
402
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
403
403
|
// BowArrow aliases
|
|
404
404
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
405
405
|
// Box aliases
|
|
406
406
|
export { default as BoxIcon } from '../icons/box';
|
|
407
|
-
// Boxes aliases
|
|
408
|
-
export { default as BoxesIcon } from '../icons/boxes';
|
|
409
407
|
// Brackets aliases
|
|
410
408
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
411
409
|
// BrainCircuit aliases
|
|
412
410
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
411
|
+
// Boxes aliases
|
|
412
|
+
export { default as BoxesIcon } from '../icons/boxes';
|
|
413
413
|
// BrainCog aliases
|
|
414
414
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
415
415
|
// Brain aliases
|
|
416
416
|
export { default as BrainIcon } from '../icons/brain';
|
|
417
417
|
// BrickWallFire aliases
|
|
418
418
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
419
|
-
// BriefcaseBusiness aliases
|
|
420
|
-
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
421
419
|
// BrickWall aliases
|
|
422
420
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
423
|
-
//
|
|
424
|
-
export { default as
|
|
421
|
+
// BriefcaseBusiness aliases
|
|
422
|
+
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
425
423
|
// BriefcaseConveyorBelt aliases
|
|
426
424
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
425
|
+
// BriefcaseMedical aliases
|
|
426
|
+
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
427
427
|
// Briefcase aliases
|
|
428
428
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
429
|
-
// BringToFront aliases
|
|
430
|
-
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
431
429
|
// BrushCleaning aliases
|
|
432
430
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
431
|
+
// BringToFront aliases
|
|
432
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
433
433
|
// Brush aliases
|
|
434
434
|
export { default as BrushIcon } from '../icons/brush';
|
|
435
|
-
// BugOff aliases
|
|
436
|
-
export { default as BugOffIcon } from '../icons/bug-off';
|
|
437
435
|
// Bubbles aliases
|
|
438
436
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
439
437
|
// BugPlay aliases
|
|
440
438
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
439
|
+
// BugOff aliases
|
|
440
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
441
|
+
// Bug aliases
|
|
442
|
+
export { default as BugIcon } from '../icons/bug';
|
|
441
443
|
// Building2 aliases
|
|
442
444
|
export { default as Building2Icon } from '../icons/building-2';
|
|
443
445
|
// Building aliases
|
|
444
446
|
export { default as BuildingIcon } from '../icons/building';
|
|
445
|
-
// Bug aliases
|
|
446
|
-
export { default as BugIcon } from '../icons/bug';
|
|
447
447
|
// BusFront aliases
|
|
448
448
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
449
449
|
// Bus aliases
|
|
450
450
|
export { default as BusIcon } from '../icons/bus';
|
|
451
451
|
// CableCar aliases
|
|
452
452
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
453
|
-
// Cable aliases
|
|
454
|
-
export { default as CableIcon } from '../icons/cable';
|
|
455
453
|
// CakeSlice aliases
|
|
456
454
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
455
|
+
// Cable aliases
|
|
456
|
+
export { default as CableIcon } from '../icons/cable';
|
|
457
457
|
// Cake aliases
|
|
458
458
|
export { default as CakeIcon } from '../icons/cake';
|
|
459
459
|
// Calculator aliases
|
|
@@ -478,20 +478,20 @@ export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
|
478
478
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
479
479
|
// CalendarHeart aliases
|
|
480
480
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
481
|
-
// CalendarMinus2 aliases
|
|
482
|
-
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
483
481
|
// CalendarMinus aliases
|
|
484
482
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
483
|
+
// CalendarMinus2 aliases
|
|
484
|
+
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
485
485
|
// CalendarOff aliases
|
|
486
486
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
487
487
|
// CalendarPlus2 aliases
|
|
488
488
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
489
489
|
// CalendarPlus aliases
|
|
490
490
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
491
|
-
// CalendarSearch aliases
|
|
492
|
-
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
493
491
|
// CalendarRange aliases
|
|
494
492
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
493
|
+
// CalendarSearch aliases
|
|
494
|
+
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
495
495
|
// CalendarSync aliases
|
|
496
496
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
497
497
|
// CalendarX2 aliases
|
|
@@ -502,28 +502,28 @@ export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
|
502
502
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
503
503
|
// CameraOff aliases
|
|
504
504
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
505
|
+
// Camera aliases
|
|
506
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
507
|
+
// CandyOff aliases
|
|
508
|
+
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
505
509
|
// CandyCane aliases
|
|
506
510
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
507
511
|
// Candy aliases
|
|
508
512
|
export { default as CandyIcon } from '../icons/candy';
|
|
509
|
-
// CandyOff aliases
|
|
510
|
-
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
511
|
-
// Camera aliases
|
|
512
|
-
export { default as CameraIcon } from '../icons/camera';
|
|
513
513
|
// Cannabis aliases
|
|
514
514
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
515
|
-
// CaptionsOff aliases
|
|
516
|
-
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
517
515
|
// CarFront aliases
|
|
518
516
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
519
|
-
// Car aliases
|
|
520
|
-
export { default as CarIcon } from '../icons/car';
|
|
521
517
|
// CarTaxiFront aliases
|
|
522
518
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
523
|
-
//
|
|
524
|
-
export { default as
|
|
519
|
+
// CaptionsOff aliases
|
|
520
|
+
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
521
|
+
// Car aliases
|
|
522
|
+
export { default as CarIcon } from '../icons/car';
|
|
525
523
|
// CardSim aliases
|
|
526
524
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
525
|
+
// Caravan aliases
|
|
526
|
+
export { default as CaravanIcon } from '../icons/caravan';
|
|
527
527
|
// CaseLower aliases
|
|
528
528
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
529
529
|
// Carrot aliases
|
|
@@ -534,36 +534,36 @@ export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
|
534
534
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
535
535
|
// CassetteTape aliases
|
|
536
536
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
537
|
+
// Castle aliases
|
|
538
|
+
export { default as CastleIcon } from '../icons/castle';
|
|
537
539
|
// Cast aliases
|
|
538
540
|
export { default as CastIcon } from '../icons/cast';
|
|
539
541
|
// Cat aliases
|
|
540
542
|
export { default as CatIcon } from '../icons/cat';
|
|
541
|
-
// Castle aliases
|
|
542
|
-
export { default as CastleIcon } from '../icons/castle';
|
|
543
543
|
// Cctv aliases
|
|
544
544
|
export { default as CctvIcon } from '../icons/cctv';
|
|
545
545
|
// ChartBarDecreasing aliases
|
|
546
546
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
547
|
-
// ChartBarStacked aliases
|
|
548
|
-
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
549
547
|
// ChartBarIncreasing aliases
|
|
550
548
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
551
|
-
//
|
|
552
|
-
export { default as
|
|
553
|
-
// ChartGantt aliases
|
|
554
|
-
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
549
|
+
// ChartBarStacked aliases
|
|
550
|
+
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
555
551
|
// ChartColumnStacked aliases
|
|
556
552
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
553
|
+
// ChartGantt aliases
|
|
554
|
+
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
555
|
+
// ChartColumnDecreasing aliases
|
|
556
|
+
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
557
557
|
// ChartNetwork aliases
|
|
558
558
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
559
559
|
// ChartNoAxesColumnDecreasing aliases
|
|
560
560
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
561
|
+
// ChartNoAxesCombined aliases
|
|
562
|
+
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
561
563
|
// ChartSpline aliases
|
|
562
564
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
563
565
|
// CheckCheck aliases
|
|
564
566
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
565
|
-
// ChartNoAxesCombined aliases
|
|
566
|
-
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
567
567
|
// CheckLine aliases
|
|
568
568
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
569
569
|
// Check aliases
|
|
@@ -574,12 +574,12 @@ export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
|
574
574
|
export { default as CherryIcon } from '../icons/cherry';
|
|
575
575
|
// ChevronDown aliases
|
|
576
576
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
577
|
-
// ChevronLast aliases
|
|
578
|
-
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
579
577
|
// ChevronFirst aliases
|
|
580
578
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
581
579
|
// ChevronLeft aliases
|
|
582
580
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
581
|
+
// ChevronLast aliases
|
|
582
|
+
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
583
583
|
// ChevronRight aliases
|
|
584
584
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
585
585
|
// ChevronUp aliases
|
|
@@ -590,34 +590,34 @@ export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
|
590
590
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
591
591
|
// ChevronsLeftRightEllipsis aliases
|
|
592
592
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
593
|
-
// ChevronsLeft aliases
|
|
594
|
-
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
595
593
|
// ChevronsLeftRight aliases
|
|
596
594
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
595
|
+
// ChevronsLeft aliases
|
|
596
|
+
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
597
597
|
// ChevronsRightLeft aliases
|
|
598
598
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
599
|
-
// ChevronsUpDown aliases
|
|
600
|
-
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
601
599
|
// ChevronsRight aliases
|
|
602
600
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
601
|
+
// ChevronsUpDown aliases
|
|
602
|
+
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
603
603
|
// ChevronsUp aliases
|
|
604
604
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
605
605
|
// Chrome aliases
|
|
606
606
|
export { default as ChromeIcon } from '../icons/chrome';
|
|
607
607
|
// Church aliases
|
|
608
608
|
export { default as ChurchIcon } from '../icons/church';
|
|
609
|
-
// CigaretteOff aliases
|
|
610
|
-
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
611
609
|
// Cigarette aliases
|
|
612
610
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
611
|
+
// CigaretteOff aliases
|
|
612
|
+
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
613
|
+
// CircleDollarSign aliases
|
|
614
|
+
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
613
615
|
// CircleDashed aliases
|
|
614
616
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
617
|
+
// CircleDotDashed aliases
|
|
618
|
+
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
615
619
|
// CircleDot aliases
|
|
616
620
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
617
|
-
// CircleDollarSign aliases
|
|
618
|
-
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
619
|
-
// CircleDotDashed aliases
|
|
620
|
-
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
621
621
|
// CircleEllipsis aliases
|
|
622
622
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
623
623
|
// CircleEqual aliases
|
|
@@ -626,48 +626,48 @@ export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
|
626
626
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
627
627
|
// CircleFadingPlus aliases
|
|
628
628
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
629
|
-
// CirclePoundSterling aliases
|
|
630
|
-
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
631
629
|
// CircleOff aliases
|
|
632
630
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
633
|
-
//
|
|
634
|
-
export { default as
|
|
631
|
+
// CirclePoundSterling aliases
|
|
632
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
635
633
|
// CircleSmall aliases
|
|
636
634
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
637
|
-
//
|
|
638
|
-
export { default as
|
|
635
|
+
// CircleSlash aliases
|
|
636
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
639
637
|
// CircuitBoard aliases
|
|
640
638
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
639
|
+
// Circle aliases
|
|
640
|
+
export { default as CircleIcon } from '../icons/circle';
|
|
641
641
|
// Citrus aliases
|
|
642
642
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
643
|
-
// Clapperboard aliases
|
|
644
|
-
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
645
643
|
// ClipboardCheck aliases
|
|
646
644
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
645
|
+
// Clapperboard aliases
|
|
646
|
+
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
647
647
|
// ClipboardClock aliases
|
|
648
648
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
649
|
-
// ClipboardCopy aliases
|
|
650
|
-
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
651
649
|
// ClipboardList aliases
|
|
652
650
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
651
|
+
// ClipboardCopy aliases
|
|
652
|
+
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
653
653
|
// ClipboardMinus aliases
|
|
654
654
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
655
|
-
// ClipboardPlus aliases
|
|
656
|
-
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
657
655
|
// ClipboardPaste aliases
|
|
658
656
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
657
|
+
// ClipboardPlus aliases
|
|
658
|
+
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
659
659
|
// ClipboardType aliases
|
|
660
660
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
661
|
-
// ClipboardX aliases
|
|
662
|
-
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
663
661
|
// Clipboard aliases
|
|
664
662
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
665
|
-
//
|
|
666
|
-
export { default as
|
|
663
|
+
// ClipboardX aliases
|
|
664
|
+
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
667
665
|
// Clock1 aliases
|
|
668
666
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
669
667
|
// Clock11 aliases
|
|
670
668
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
669
|
+
// Clock10 aliases
|
|
670
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
671
671
|
// Clock12 aliases
|
|
672
672
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
673
673
|
// Clock2 aliases
|
|
@@ -678,50 +678,50 @@ export { default as Clock3Icon } from '../icons/clock-3';
|
|
|
678
678
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
679
679
|
// Clock5 aliases
|
|
680
680
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
681
|
-
// Clock6 aliases
|
|
682
|
-
export { default as Clock6Icon } from '../icons/clock-6';
|
|
683
681
|
// Clock7 aliases
|
|
684
682
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
683
|
+
// Clock6 aliases
|
|
684
|
+
export { default as Clock6Icon } from '../icons/clock-6';
|
|
685
685
|
// Clock8 aliases
|
|
686
686
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
687
|
-
// Clock9 aliases
|
|
688
|
-
export { default as Clock9Icon } from '../icons/clock-9';
|
|
689
687
|
// ClockAlert aliases
|
|
690
688
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
691
|
-
// ClockArrowUp aliases
|
|
692
|
-
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
693
689
|
// ClockArrowDown aliases
|
|
694
690
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
691
|
+
// Clock9 aliases
|
|
692
|
+
export { default as Clock9Icon } from '../icons/clock-9';
|
|
693
|
+
// ClockArrowUp aliases
|
|
694
|
+
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
695
695
|
// ClockFading aliases
|
|
696
696
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
697
|
-
// ClockPlus aliases
|
|
698
|
-
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
699
697
|
// Clock aliases
|
|
700
698
|
export { default as ClockIcon } from '../icons/clock';
|
|
701
|
-
//
|
|
702
|
-
export { default as
|
|
699
|
+
// ClockPlus aliases
|
|
700
|
+
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
703
701
|
// ClosedCaption aliases
|
|
704
702
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
705
|
-
//
|
|
706
|
-
export { default as
|
|
703
|
+
// CloudAlert aliases
|
|
704
|
+
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
707
705
|
// CloudCog aliases
|
|
708
706
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
709
|
-
//
|
|
710
|
-
export { default as
|
|
707
|
+
// CloudCheck aliases
|
|
708
|
+
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
711
709
|
// CloudDrizzle aliases
|
|
712
710
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
713
711
|
// CloudHail aliases
|
|
714
712
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
713
|
+
// CloudFog aliases
|
|
714
|
+
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
715
715
|
// CloudLightning aliases
|
|
716
716
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
717
|
-
// CloudMoon aliases
|
|
718
|
-
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
719
717
|
// CloudMoonRain aliases
|
|
720
718
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
721
|
-
//
|
|
722
|
-
export { default as
|
|
719
|
+
// CloudMoon aliases
|
|
720
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
723
721
|
// CloudRainWind aliases
|
|
724
722
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
723
|
+
// CloudOff aliases
|
|
724
|
+
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
725
725
|
// CloudSnow aliases
|
|
726
726
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
727
727
|
// CloudRain aliases
|
|
@@ -742,30 +742,30 @@ export { default as ClubIcon } from '../icons/club';
|
|
|
742
742
|
export { default as CodeIcon } from '../icons/code';
|
|
743
743
|
// Codepen aliases
|
|
744
744
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
745
|
-
// Codesandbox aliases
|
|
746
|
-
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
747
745
|
// Coffee aliases
|
|
748
746
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
749
|
-
//
|
|
750
|
-
export { default as
|
|
747
|
+
// Codesandbox aliases
|
|
748
|
+
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
751
749
|
// Coins aliases
|
|
752
750
|
export { default as CoinsIcon } from '../icons/coins';
|
|
753
751
|
// Columns4 aliases
|
|
754
752
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
755
753
|
// Combine aliases
|
|
756
754
|
export { default as CombineIcon } from '../icons/combine';
|
|
757
|
-
//
|
|
758
|
-
export { default as
|
|
755
|
+
// Cog aliases
|
|
756
|
+
export { default as CogIcon } from '../icons/cog';
|
|
759
757
|
// Compass aliases
|
|
760
758
|
export { default as CompassIcon } from '../icons/compass';
|
|
761
|
-
//
|
|
762
|
-
export { default as
|
|
759
|
+
// Command aliases
|
|
760
|
+
export { default as CommandIcon } from '../icons/command';
|
|
763
761
|
// Component aliases
|
|
764
762
|
export { default as ComponentIcon } from '../icons/component';
|
|
765
|
-
//
|
|
766
|
-
export { default as
|
|
763
|
+
// Computer aliases
|
|
764
|
+
export { default as ComputerIcon } from '../icons/computer';
|
|
767
765
|
// Cone aliases
|
|
768
766
|
export { default as ConeIcon } from '../icons/cone';
|
|
767
|
+
// ConciergeBell aliases
|
|
768
|
+
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
769
769
|
// Construction aliases
|
|
770
770
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
771
771
|
// Contact aliases
|
|
@@ -780,24 +780,24 @@ export { default as CookieIcon } from '../icons/cookie';
|
|
|
780
780
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
781
781
|
// CopyCheck aliases
|
|
782
782
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
783
|
+
// CopyPlus aliases
|
|
784
|
+
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
783
785
|
// CopyMinus aliases
|
|
784
786
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
787
|
+
// Copy aliases
|
|
788
|
+
export { default as CopyIcon } from '../icons/copy';
|
|
785
789
|
// CopySlash aliases
|
|
786
790
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
787
|
-
// CopyPlus aliases
|
|
788
|
-
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
789
791
|
// CopyX aliases
|
|
790
792
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
791
|
-
// Copy aliases
|
|
792
|
-
export { default as CopyIcon } from '../icons/copy';
|
|
793
793
|
// Copyleft aliases
|
|
794
794
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
795
795
|
// Copyright aliases
|
|
796
796
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
797
|
-
// CornerDownLeft aliases
|
|
798
|
-
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
799
797
|
// CornerDownRight aliases
|
|
800
798
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
799
|
+
// CornerDownLeft aliases
|
|
800
|
+
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
801
801
|
// CornerLeftDown aliases
|
|
802
802
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
803
803
|
// CornerLeftUp aliases
|
|
@@ -806,10 +806,10 @@ export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
|
806
806
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
807
807
|
// CornerUpLeft aliases
|
|
808
808
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
809
|
-
// CornerRightUp aliases
|
|
810
|
-
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
811
809
|
// CornerUpRight aliases
|
|
812
810
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
811
|
+
// CornerRightUp aliases
|
|
812
|
+
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
813
813
|
// Cpu aliases
|
|
814
814
|
export { default as CpuIcon } from '../icons/cpu';
|
|
815
815
|
// CreativeCommons aliases
|
|
@@ -820,12 +820,12 @@ export { default as CreditCardIcon } from '../icons/credit-card';
|
|
|
820
820
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
821
821
|
// Crop aliases
|
|
822
822
|
export { default as CropIcon } from '../icons/crop';
|
|
823
|
+
// Crosshair aliases
|
|
824
|
+
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
823
825
|
// Cross aliases
|
|
824
826
|
export { default as CrossIcon } from '../icons/cross';
|
|
825
827
|
// Crown aliases
|
|
826
828
|
export { default as CrownIcon } from '../icons/crown';
|
|
827
|
-
// Crosshair aliases
|
|
828
|
-
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
829
829
|
// Cuboid aliases
|
|
830
830
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
831
831
|
// CupSoda aliases
|
|
@@ -834,18 +834,18 @@ export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
|
834
834
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
835
835
|
// Cylinder aliases
|
|
836
836
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
837
|
-
// DatabaseBackup aliases
|
|
838
|
-
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
839
837
|
// Dam aliases
|
|
840
838
|
export { default as DamIcon } from '../icons/dam';
|
|
841
|
-
//
|
|
842
|
-
export { default as
|
|
839
|
+
// DatabaseBackup aliases
|
|
840
|
+
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
843
841
|
// Database aliases
|
|
844
842
|
export { default as DatabaseIcon } from '../icons/database';
|
|
845
843
|
// DecimalsArrowLeft aliases
|
|
846
844
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
847
845
|
// DecimalsArrowRight aliases
|
|
848
846
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
847
|
+
// DatabaseZap aliases
|
|
848
|
+
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
849
849
|
// Delete aliases
|
|
850
850
|
export { default as DeleteIcon } from '../icons/delete';
|
|
851
851
|
// Dessert aliases
|
|
@@ -858,66 +858,66 @@ export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
|
858
858
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
859
859
|
// Diamond aliases
|
|
860
860
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
861
|
-
// Dice2 aliases
|
|
862
|
-
export { default as Dice2Icon } from '../icons/dice-2';
|
|
863
861
|
// Dice1 aliases
|
|
864
862
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
863
|
+
// Dice2 aliases
|
|
864
|
+
export { default as Dice2Icon } from '../icons/dice-2';
|
|
865
865
|
// Dice3 aliases
|
|
866
866
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
867
867
|
// Dice4 aliases
|
|
868
868
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
869
|
-
// Dice5 aliases
|
|
870
|
-
export { default as Dice5Icon } from '../icons/dice-5';
|
|
871
869
|
// Dice6 aliases
|
|
872
870
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
871
|
+
// Dice5 aliases
|
|
872
|
+
export { default as Dice5Icon } from '../icons/dice-5';
|
|
873
873
|
// Dices aliases
|
|
874
874
|
export { default as DicesIcon } from '../icons/dices';
|
|
875
875
|
// Diff aliases
|
|
876
876
|
export { default as DiffIcon } from '../icons/diff';
|
|
877
|
-
// Disc2 aliases
|
|
878
|
-
export { default as Disc2Icon } from '../icons/disc-2';
|
|
879
877
|
// Disc3 aliases
|
|
880
878
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
879
|
+
// Disc2 aliases
|
|
880
|
+
export { default as Disc2Icon } from '../icons/disc-2';
|
|
881
881
|
// Disc aliases
|
|
882
882
|
export { default as DiscIcon } from '../icons/disc';
|
|
883
|
-
// DiscAlbum aliases
|
|
884
|
-
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
885
883
|
// Divide aliases
|
|
886
884
|
export { default as DivideIcon } from '../icons/divide';
|
|
885
|
+
// DiscAlbum aliases
|
|
886
|
+
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
887
887
|
// DnaOff aliases
|
|
888
888
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
889
889
|
// Dna aliases
|
|
890
890
|
export { default as DnaIcon } from '../icons/dna';
|
|
891
891
|
// Dock aliases
|
|
892
892
|
export { default as DockIcon } from '../icons/dock';
|
|
893
|
-
// Dog aliases
|
|
894
|
-
export { default as DogIcon } from '../icons/dog';
|
|
895
893
|
// DollarSign aliases
|
|
896
894
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
897
|
-
// DoorClosedLocked aliases
|
|
898
|
-
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
899
895
|
// Donut aliases
|
|
900
896
|
export { default as DonutIcon } from '../icons/donut';
|
|
897
|
+
// Dog aliases
|
|
898
|
+
export { default as DogIcon } from '../icons/dog';
|
|
901
899
|
// DoorClosed aliases
|
|
902
900
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
901
|
+
// DoorClosedLocked aliases
|
|
902
|
+
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
903
903
|
// DoorOpen aliases
|
|
904
904
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
905
|
+
// Download aliases
|
|
906
|
+
export { default as DownloadIcon } from '../icons/download';
|
|
905
907
|
// Dot aliases
|
|
906
908
|
export { default as DotIcon } from '../icons/dot';
|
|
907
909
|
// DraftingCompass aliases
|
|
908
910
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
909
|
-
// Download aliases
|
|
910
|
-
export { default as DownloadIcon } from '../icons/download';
|
|
911
911
|
// Drama aliases
|
|
912
912
|
export { default as DramaIcon } from '../icons/drama';
|
|
913
|
-
// Dribbble aliases
|
|
914
|
-
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
915
913
|
// Drill aliases
|
|
916
914
|
export { default as DrillIcon } from '../icons/drill';
|
|
917
|
-
// Drone aliases
|
|
918
|
-
export { default as DroneIcon } from '../icons/drone';
|
|
919
915
|
// DropletOff aliases
|
|
920
916
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
917
|
+
// Dribbble aliases
|
|
918
|
+
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
919
|
+
// Drone aliases
|
|
920
|
+
export { default as DroneIcon } from '../icons/drone';
|
|
921
921
|
// Droplet aliases
|
|
922
922
|
export { default as DropletIcon } from '../icons/droplet';
|
|
923
923
|
// Droplets aliases
|
|
@@ -930,26 +930,26 @@ export { default as DrumstickIcon } from '../icons/drumstick';
|
|
|
930
930
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
931
931
|
// EarOff aliases
|
|
932
932
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
933
|
-
// EarthLock aliases
|
|
934
|
-
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
935
933
|
// Ear aliases
|
|
936
934
|
export { default as EarIcon } from '../icons/ear';
|
|
937
935
|
// Eclipse aliases
|
|
938
936
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
939
937
|
// EggFried aliases
|
|
940
938
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
941
|
-
//
|
|
942
|
-
export { default as
|
|
939
|
+
// EarthLock aliases
|
|
940
|
+
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
943
941
|
// Egg aliases
|
|
944
942
|
export { default as EggIcon } from '../icons/egg';
|
|
945
943
|
// EqualApproximately aliases
|
|
946
944
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
947
|
-
//
|
|
948
|
-
export { default as
|
|
945
|
+
// EggOff aliases
|
|
946
|
+
export { default as EggOffIcon } from '../icons/egg-off';
|
|
949
947
|
// Equal aliases
|
|
950
948
|
export { default as EqualIcon } from '../icons/equal';
|
|
951
949
|
// Eraser aliases
|
|
952
950
|
export { default as EraserIcon } from '../icons/eraser';
|
|
951
|
+
// EqualNot aliases
|
|
952
|
+
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
953
953
|
// EthernetPort aliases
|
|
954
954
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
955
955
|
// Euro aliases
|
|
@@ -960,46 +960,46 @@ export { default as ExpandIcon } from '../icons/expand';
|
|
|
960
960
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
961
961
|
// ExternalLink aliases
|
|
962
962
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
963
|
-
// Eye aliases
|
|
964
|
-
export { default as EyeIcon } from '../icons/eye';
|
|
965
963
|
// EyeOff aliases
|
|
966
964
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
967
965
|
// Facebook aliases
|
|
968
966
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
967
|
+
// Eye aliases
|
|
968
|
+
export { default as EyeIcon } from '../icons/eye';
|
|
969
969
|
// Factory aliases
|
|
970
970
|
export { default as FactoryIcon } from '../icons/factory';
|
|
971
971
|
// Fan aliases
|
|
972
972
|
export { default as FanIcon } from '../icons/fan';
|
|
973
973
|
// FastForward aliases
|
|
974
974
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
975
|
-
// Feather aliases
|
|
976
|
-
export { default as FeatherIcon } from '../icons/feather';
|
|
977
975
|
// Fence aliases
|
|
978
976
|
export { default as FenceIcon } from '../icons/fence';
|
|
977
|
+
// Feather aliases
|
|
978
|
+
export { default as FeatherIcon } from '../icons/feather';
|
|
979
979
|
// FerrisWheel aliases
|
|
980
980
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
981
981
|
// Figma aliases
|
|
982
982
|
export { default as FigmaIcon } from '../icons/figma';
|
|
983
|
-
// FileArchive aliases
|
|
984
|
-
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
985
983
|
// FileAudio2 aliases
|
|
986
984
|
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
985
|
+
// FileArchive aliases
|
|
986
|
+
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
987
987
|
// FileAudio aliases
|
|
988
988
|
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
989
989
|
// FileBadge2 aliases
|
|
990
990
|
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
991
991
|
// FileBadge aliases
|
|
992
992
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
993
|
-
// FileCheck2 aliases
|
|
994
|
-
export { default as FileCheck2Icon } from '../icons/file-check-2';
|
|
995
993
|
// FileBox aliases
|
|
996
994
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
995
|
+
// FileCheck2 aliases
|
|
996
|
+
export { default as FileCheck2Icon } from '../icons/file-check-2';
|
|
997
997
|
// FileCheck aliases
|
|
998
998
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
999
|
-
// FileClock aliases
|
|
1000
|
-
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1001
999
|
// FileCode2 aliases
|
|
1002
1000
|
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
1001
|
+
// FileClock aliases
|
|
1002
|
+
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1003
1003
|
// FileCode aliases
|
|
1004
1004
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1005
1005
|
// FileDigit aliases
|
|
@@ -1010,10 +1010,10 @@ export { default as FileDiffIcon } from '../icons/file-diff';
|
|
|
1010
1010
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1011
1011
|
// FileHeart aliases
|
|
1012
1012
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1013
|
-
// FileImage aliases
|
|
1014
|
-
export { default as FileImageIcon } from '../icons/file-image';
|
|
1015
1013
|
// FileInput aliases
|
|
1016
1014
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1015
|
+
// FileImage aliases
|
|
1016
|
+
export { default as FileImageIcon } from '../icons/file-image';
|
|
1017
1017
|
// FileJson2 aliases
|
|
1018
1018
|
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
1019
1019
|
// FileJson aliases
|
|
@@ -1022,34 +1022,34 @@ export { default as FileJsonIcon } from '../icons/file-json';
|
|
|
1022
1022
|
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
1023
1023
|
// FileKey aliases
|
|
1024
1024
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
1025
|
+
// FileLock aliases
|
|
1026
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
1025
1027
|
// FileLock2 aliases
|
|
1026
1028
|
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1027
1029
|
// FileMinus2 aliases
|
|
1028
1030
|
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
1029
|
-
// FileLock aliases
|
|
1030
|
-
export { default as FileLockIcon } from '../icons/file-lock';
|
|
1031
1031
|
// FileMinus aliases
|
|
1032
1032
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1033
1033
|
// FileMusic aliases
|
|
1034
1034
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1035
1035
|
// FileOutput aliases
|
|
1036
1036
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1037
|
-
// FilePlus2 aliases
|
|
1038
|
-
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1039
1037
|
// FilePlus aliases
|
|
1040
1038
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1039
|
+
// FilePlus2 aliases
|
|
1040
|
+
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1041
1041
|
// FileScan aliases
|
|
1042
1042
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1043
|
-
// FileSearch aliases
|
|
1044
|
-
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1045
1043
|
// FileSearch2 aliases
|
|
1046
1044
|
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1045
|
+
// FileSearch aliases
|
|
1046
|
+
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1047
1047
|
// FileSliders aliases
|
|
1048
1048
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1049
|
-
// FileStack aliases
|
|
1050
|
-
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1051
1049
|
// FileSpreadsheet aliases
|
|
1052
1050
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1051
|
+
// FileStack aliases
|
|
1052
|
+
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1053
1053
|
// FileSymlink aliases
|
|
1054
1054
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1055
1055
|
// FileTerminal aliases
|
|
@@ -1060,12 +1060,12 @@ export { default as FileTextIcon } from '../icons/file-text';
|
|
|
1060
1060
|
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1061
1061
|
// FileType aliases
|
|
1062
1062
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1063
|
+
// FileUser aliases
|
|
1064
|
+
export { default as FileUserIcon } from '../icons/file-user';
|
|
1063
1065
|
// FileUp aliases
|
|
1064
1066
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1065
1067
|
// FileVolume2 aliases
|
|
1066
1068
|
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1067
|
-
// FileUser aliases
|
|
1068
|
-
export { default as FileUserIcon } from '../icons/file-user';
|
|
1069
1069
|
// FileVolume aliases
|
|
1070
1070
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1071
1071
|
// FileWarning aliases
|
|
@@ -1080,16 +1080,16 @@ export { default as FileIcon } from '../icons/file';
|
|
|
1080
1080
|
export { default as FilesIcon } from '../icons/files';
|
|
1081
1081
|
// Film aliases
|
|
1082
1082
|
export { default as FilmIcon } from '../icons/film';
|
|
1083
|
-
// FireExtinguisher aliases
|
|
1084
|
-
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1085
|
-
// FishOff aliases
|
|
1086
|
-
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1087
1083
|
// Fingerprint aliases
|
|
1088
1084
|
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1085
|
+
// FireExtinguisher aliases
|
|
1086
|
+
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1089
1087
|
// FishSymbol aliases
|
|
1090
1088
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1091
1089
|
// Fish aliases
|
|
1092
1090
|
export { default as FishIcon } from '../icons/fish';
|
|
1091
|
+
// FishOff aliases
|
|
1092
|
+
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1093
1093
|
// FlagOff aliases
|
|
1094
1094
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1095
1095
|
// FlagTriangleLeft aliases
|
|
@@ -1100,52 +1100,52 @@ export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
|
1100
1100
|
export { default as FlagIcon } from '../icons/flag';
|
|
1101
1101
|
// FlameKindling aliases
|
|
1102
1102
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1103
|
-
// Flame aliases
|
|
1104
|
-
export { default as FlameIcon } from '../icons/flame';
|
|
1105
1103
|
// FlashlightOff aliases
|
|
1106
1104
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1105
|
+
// Flame aliases
|
|
1106
|
+
export { default as FlameIcon } from '../icons/flame';
|
|
1107
1107
|
// Flashlight aliases
|
|
1108
1108
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1109
|
-
// FlaskConical aliases
|
|
1110
|
-
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1111
1109
|
// FlaskConicalOff aliases
|
|
1112
1110
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1113
|
-
//
|
|
1114
|
-
export { default as
|
|
1111
|
+
// FlaskConical aliases
|
|
1112
|
+
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1115
1113
|
// FlipHorizontal2 aliases
|
|
1116
1114
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1117
1115
|
// FlipHorizontal aliases
|
|
1118
1116
|
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1117
|
+
// FlaskRound aliases
|
|
1118
|
+
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1119
1119
|
// FlipVertical2 aliases
|
|
1120
1120
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1121
1121
|
// FlipVertical aliases
|
|
1122
1122
|
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1123
1123
|
// Flower2 aliases
|
|
1124
1124
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1125
|
-
// Focus aliases
|
|
1126
|
-
export { default as FocusIcon } from '../icons/focus';
|
|
1127
1125
|
// Flower aliases
|
|
1128
1126
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1127
|
+
// Focus aliases
|
|
1128
|
+
export { default as FocusIcon } from '../icons/focus';
|
|
1129
1129
|
// FoldHorizontal aliases
|
|
1130
1130
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1131
1131
|
// FoldVertical aliases
|
|
1132
1132
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1133
1133
|
// FolderArchive aliases
|
|
1134
1134
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1135
|
-
// FolderClock aliases
|
|
1136
|
-
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1137
1135
|
// FolderCheck aliases
|
|
1138
1136
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1137
|
+
// FolderClock aliases
|
|
1138
|
+
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1139
1139
|
// FolderClosed aliases
|
|
1140
1140
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1141
1141
|
// FolderCode aliases
|
|
1142
1142
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1143
1143
|
// FolderDot aliases
|
|
1144
1144
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1145
|
-
// FolderDown aliases
|
|
1146
|
-
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1147
1145
|
// FolderGit2 aliases
|
|
1148
1146
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1147
|
+
// FolderDown aliases
|
|
1148
|
+
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1149
1149
|
// FolderGit aliases
|
|
1150
1150
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1151
1151
|
// FolderHeart aliases
|
|
@@ -1156,34 +1156,34 @@ export { default as FolderInputIcon } from '../icons/folder-input';
|
|
|
1156
1156
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1157
1157
|
// FolderKey aliases
|
|
1158
1158
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1159
|
-
// FolderLock aliases
|
|
1160
|
-
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1161
1159
|
// FolderMinus aliases
|
|
1162
1160
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1161
|
+
// FolderLock aliases
|
|
1162
|
+
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1163
1163
|
// FolderOpenDot aliases
|
|
1164
1164
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1165
1165
|
// FolderOpen aliases
|
|
1166
1166
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1167
|
-
// FolderOutput aliases
|
|
1168
|
-
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1169
1167
|
// FolderPlus aliases
|
|
1170
1168
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1169
|
+
// FolderOutput aliases
|
|
1170
|
+
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1171
1171
|
// FolderRoot aliases
|
|
1172
1172
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1173
|
-
// FolderSearch2 aliases
|
|
1174
|
-
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1175
1173
|
// FolderSearch aliases
|
|
1176
1174
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1177
|
-
// FolderSync aliases
|
|
1178
|
-
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1179
1175
|
// FolderSymlink aliases
|
|
1180
1176
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1177
|
+
// FolderSearch2 aliases
|
|
1178
|
+
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1179
|
+
// FolderSync aliases
|
|
1180
|
+
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1181
|
+
// FolderUp aliases
|
|
1182
|
+
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1181
1183
|
// FolderTree aliases
|
|
1182
1184
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1183
1185
|
// FolderX aliases
|
|
1184
1186
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1185
|
-
// FolderUp aliases
|
|
1186
|
-
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1187
1187
|
// Folder aliases
|
|
1188
1188
|
export { default as FolderIcon } from '../icons/folder';
|
|
1189
1189
|
// Folders aliases
|
|
@@ -1192,10 +1192,10 @@ export { default as FoldersIcon } from '../icons/folders';
|
|
|
1192
1192
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1193
1193
|
// Forklift aliases
|
|
1194
1194
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1195
|
-
// Forward aliases
|
|
1196
|
-
export { default as ForwardIcon } from '../icons/forward';
|
|
1197
1195
|
// Frame aliases
|
|
1198
1196
|
export { default as FrameIcon } from '../icons/frame';
|
|
1197
|
+
// Forward aliases
|
|
1198
|
+
export { default as ForwardIcon } from '../icons/forward';
|
|
1199
1199
|
// Framer aliases
|
|
1200
1200
|
export { default as FramerIcon } from '../icons/framer';
|
|
1201
1201
|
// Frown aliases
|
|
@@ -1208,54 +1208,54 @@ export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
|
1208
1208
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1209
1209
|
// GalleryHorizontalEnd aliases
|
|
1210
1210
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1211
|
-
// GalleryHorizontal aliases
|
|
1212
|
-
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1213
1211
|
// GalleryThumbnails aliases
|
|
1214
1212
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1215
|
-
//
|
|
1216
|
-
export { default as
|
|
1213
|
+
// GalleryHorizontal aliases
|
|
1214
|
+
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1217
1215
|
// GalleryVertical aliases
|
|
1218
1216
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1217
|
+
// GalleryVerticalEnd aliases
|
|
1218
|
+
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1219
1219
|
// Gamepad2 aliases
|
|
1220
1220
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1221
1221
|
// Gamepad aliases
|
|
1222
1222
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1223
1223
|
// Gauge aliases
|
|
1224
1224
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1225
|
-
// Gavel aliases
|
|
1226
|
-
export { default as GavelIcon } from '../icons/gavel';
|
|
1227
|
-
// Gem aliases
|
|
1228
|
-
export { default as GemIcon } from '../icons/gem';
|
|
1229
1225
|
// GeorgianLari aliases
|
|
1230
1226
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1227
|
+
// Gem aliases
|
|
1228
|
+
export { default as GemIcon } from '../icons/gem';
|
|
1229
|
+
// Gavel aliases
|
|
1230
|
+
export { default as GavelIcon } from '../icons/gavel';
|
|
1231
1231
|
// Ghost aliases
|
|
1232
1232
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1233
|
-
// Gift aliases
|
|
1234
|
-
export { default as GiftIcon } from '../icons/gift';
|
|
1235
1233
|
// GitBranchPlus aliases
|
|
1236
1234
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1237
|
-
//
|
|
1238
|
-
export { default as
|
|
1235
|
+
// Gift aliases
|
|
1236
|
+
export { default as GiftIcon } from '../icons/gift';
|
|
1239
1237
|
// GitBranch aliases
|
|
1240
1238
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1241
|
-
//
|
|
1242
|
-
export { default as
|
|
1239
|
+
// GitCommitVertical aliases
|
|
1240
|
+
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1243
1241
|
// GitCompare aliases
|
|
1244
1242
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1245
|
-
//
|
|
1246
|
-
export { default as
|
|
1243
|
+
// GitCompareArrows aliases
|
|
1244
|
+
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1247
1245
|
// GitGraph aliases
|
|
1248
1246
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1247
|
+
// GitFork aliases
|
|
1248
|
+
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1249
1249
|
// GitMerge aliases
|
|
1250
1250
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1251
1251
|
// GitPullRequestArrow aliases
|
|
1252
1252
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1253
1253
|
// GitPullRequestClosed aliases
|
|
1254
1254
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1255
|
-
// GitPullRequestCreateArrow aliases
|
|
1256
|
-
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1257
1255
|
// GitPullRequestCreate aliases
|
|
1258
1256
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1257
|
+
// GitPullRequestCreateArrow aliases
|
|
1258
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1259
1259
|
// GitPullRequestDraft aliases
|
|
1260
1260
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1261
1261
|
// GitPullRequest aliases
|
|
@@ -1272,12 +1272,10 @@ export { default as GlassesIcon } from '../icons/glasses';
|
|
|
1272
1272
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1273
1273
|
// Globe aliases
|
|
1274
1274
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1275
|
-
// Gpu aliases
|
|
1276
|
-
export { default as GpuIcon } from '../icons/gpu';
|
|
1277
1275
|
// Goal aliases
|
|
1278
1276
|
export { default as GoalIcon } from '../icons/goal';
|
|
1279
|
-
//
|
|
1280
|
-
export { default as
|
|
1277
|
+
// Gpu aliases
|
|
1278
|
+
export { default as GpuIcon } from '../icons/gpu';
|
|
1281
1279
|
// GraduationCap aliases
|
|
1282
1280
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1283
1281
|
// Grape aliases
|
|
@@ -1288,12 +1286,12 @@ export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
|
1288
1286
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1289
1287
|
// GripVertical aliases
|
|
1290
1288
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1289
|
+
// Grip aliases
|
|
1290
|
+
export { default as GripIcon } from '../icons/grip';
|
|
1291
1291
|
// Group aliases
|
|
1292
1292
|
export { default as GroupIcon } from '../icons/group';
|
|
1293
1293
|
// Guitar aliases
|
|
1294
1294
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1295
|
-
// Grip aliases
|
|
1296
|
-
export { default as GripIcon } from '../icons/grip';
|
|
1297
1295
|
// Ham aliases
|
|
1298
1296
|
export { default as HamIcon } from '../icons/ham';
|
|
1299
1297
|
// Hamburger aliases
|
|
@@ -1302,32 +1300,34 @@ export { default as HamburgerIcon } from '../icons/hamburger';
|
|
|
1302
1300
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1303
1301
|
// HandCoins aliases
|
|
1304
1302
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1305
|
-
//
|
|
1306
|
-
export { default as
|
|
1303
|
+
// HandFist aliases
|
|
1304
|
+
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1307
1305
|
// HandHeart aliases
|
|
1308
1306
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1307
|
+
// HandMetal aliases
|
|
1308
|
+
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1309
1309
|
// HandPlatter aliases
|
|
1310
1310
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1311
1311
|
// Hand aliases
|
|
1312
1312
|
export { default as HandIcon } from '../icons/hand';
|
|
1313
|
-
// HardDriveDownload aliases
|
|
1314
|
-
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1315
1313
|
// Handbag aliases
|
|
1316
1314
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1317
1315
|
// Handshake aliases
|
|
1318
1316
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1317
|
+
// HardDriveDownload aliases
|
|
1318
|
+
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1319
1319
|
// HardDriveUpload aliases
|
|
1320
1320
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1321
1321
|
// HardDrive aliases
|
|
1322
1322
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1323
|
-
// HardHat aliases
|
|
1324
|
-
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1325
1323
|
// Hash aliases
|
|
1326
1324
|
export { default as HashIcon } from '../icons/hash';
|
|
1327
|
-
//
|
|
1328
|
-
export { default as
|
|
1325
|
+
// HardHat aliases
|
|
1326
|
+
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1329
1327
|
// HatGlasses aliases
|
|
1330
1328
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1329
|
+
// Haze aliases
|
|
1330
|
+
export { default as HazeIcon } from '../icons/haze';
|
|
1331
1331
|
// HdmiPort aliases
|
|
1332
1332
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1333
1333
|
// Heading1 aliases
|
|
@@ -1340,10 +1340,10 @@ export { default as Heading3Icon } from '../icons/heading-3';
|
|
|
1340
1340
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1341
1341
|
// Heading5 aliases
|
|
1342
1342
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1343
|
-
// Heading aliases
|
|
1344
|
-
export { default as HeadingIcon } from '../icons/heading';
|
|
1345
1343
|
// Heading6 aliases
|
|
1346
1344
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1345
|
+
// Heading aliases
|
|
1346
|
+
export { default as HeadingIcon } from '../icons/heading';
|
|
1347
1347
|
// HeadphoneOff aliases
|
|
1348
1348
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1349
1349
|
// Headphones aliases
|
|
@@ -1354,10 +1354,10 @@ export { default as HeadsetIcon } from '../icons/headset';
|
|
|
1354
1354
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1355
1355
|
// HeartHandshake aliases
|
|
1356
1356
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1357
|
-
// HeartOff aliases
|
|
1358
|
-
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1359
1357
|
// HeartMinus aliases
|
|
1360
1358
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1359
|
+
// HeartOff aliases
|
|
1360
|
+
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1361
1361
|
// HeartPlus aliases
|
|
1362
1362
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1363
1363
|
// HeartPulse aliases
|
|
@@ -1380,10 +1380,10 @@ export { default as HopIcon } from '../icons/hop';
|
|
|
1380
1380
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1381
1381
|
// Hotel aliases
|
|
1382
1382
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1383
|
-
// HousePlug aliases
|
|
1384
|
-
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1385
1383
|
// Hourglass aliases
|
|
1386
1384
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1385
|
+
// HousePlug aliases
|
|
1386
|
+
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1387
1387
|
// HousePlus aliases
|
|
1388
1388
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1389
1389
|
// HouseWifi aliases
|
|
@@ -1394,10 +1394,10 @@ export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
|
1394
1394
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1395
1395
|
// ImageDown aliases
|
|
1396
1396
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1397
|
-
// ImageOff aliases
|
|
1398
|
-
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1399
1397
|
// ImageMinus aliases
|
|
1400
1398
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1399
|
+
// ImageOff aliases
|
|
1400
|
+
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1401
1401
|
// ImagePlay aliases
|
|
1402
1402
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1403
1403
|
// ImagePlus aliases
|
|
@@ -1410,20 +1410,20 @@ export { default as ImageIcon } from '../icons/image';
|
|
|
1410
1410
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1411
1411
|
// Images aliases
|
|
1412
1412
|
export { default as ImagesIcon } from '../icons/images';
|
|
1413
|
-
// Import aliases
|
|
1414
|
-
export { default as ImportIcon } from '../icons/import';
|
|
1415
1413
|
// Inbox aliases
|
|
1416
1414
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1415
|
+
// Import aliases
|
|
1416
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1417
1417
|
// IndianRupee aliases
|
|
1418
1418
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1419
|
-
// Info aliases
|
|
1420
|
-
export { default as InfoIcon } from '../icons/info';
|
|
1421
1419
|
// Infinity aliases
|
|
1422
1420
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1423
|
-
//
|
|
1424
|
-
export { default as
|
|
1421
|
+
// Info aliases
|
|
1422
|
+
export { default as InfoIcon } from '../icons/info';
|
|
1425
1423
|
// InspectionPanel aliases
|
|
1426
1424
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1425
|
+
// Instagram aliases
|
|
1426
|
+
export { default as InstagramIcon } from '../icons/instagram';
|
|
1427
1427
|
// Italic aliases
|
|
1428
1428
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1429
1429
|
// IterationCcw aliases
|
|
@@ -1432,30 +1432,30 @@ export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
|
1432
1432
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1433
1433
|
// JapaneseYen aliases
|
|
1434
1434
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1435
|
-
// Joystick aliases
|
|
1436
|
-
export { default as JoystickIcon } from '../icons/joystick';
|
|
1437
|
-
// KeyRound aliases
|
|
1438
|
-
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1439
1435
|
// Kanban aliases
|
|
1440
1436
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1437
|
+
// Joystick aliases
|
|
1438
|
+
export { default as JoystickIcon } from '../icons/joystick';
|
|
1441
1439
|
// KeySquare aliases
|
|
1442
1440
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1441
|
+
// KeyRound aliases
|
|
1442
|
+
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1443
1443
|
// Key aliases
|
|
1444
1444
|
export { default as KeyIcon } from '../icons/key';
|
|
1445
1445
|
// KeyboardMusic aliases
|
|
1446
1446
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1447
1447
|
// KeyboardOff aliases
|
|
1448
1448
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1449
|
-
// LampCeiling aliases
|
|
1450
|
-
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1451
1449
|
// Keyboard aliases
|
|
1452
1450
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1451
|
+
// LampCeiling aliases
|
|
1452
|
+
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1453
1453
|
// LampDesk aliases
|
|
1454
1454
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1455
|
-
// LampFloor aliases
|
|
1456
|
-
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1457
1455
|
// LampWallDown aliases
|
|
1458
1456
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1457
|
+
// LampFloor aliases
|
|
1458
|
+
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1459
1459
|
// LampWallUp aliases
|
|
1460
1460
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1461
1461
|
// Lamp aliases
|
|
@@ -1474,20 +1474,20 @@ export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
|
1474
1474
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1475
1475
|
// Lasso aliases
|
|
1476
1476
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1477
|
-
// Layers2 aliases
|
|
1478
|
-
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1479
1477
|
// Laugh aliases
|
|
1480
1478
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1479
|
+
// Layers2 aliases
|
|
1480
|
+
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1481
1481
|
// LayoutDashboard aliases
|
|
1482
1482
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1483
1483
|
// LayoutGrid aliases
|
|
1484
1484
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1485
|
+
// LayoutList aliases
|
|
1486
|
+
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1485
1487
|
// LayoutPanelLeft aliases
|
|
1486
1488
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1487
1489
|
// LayoutPanelTop aliases
|
|
1488
1490
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1489
|
-
// LayoutList aliases
|
|
1490
|
-
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1491
1491
|
// LayoutTemplate aliases
|
|
1492
1492
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1493
1493
|
// Leaf aliases
|
|
@@ -1504,12 +1504,12 @@ export { default as LibraryBigIcon } from '../icons/library-big';
|
|
|
1504
1504
|
export { default as LibraryIcon } from '../icons/library';
|
|
1505
1505
|
// LifeBuoy aliases
|
|
1506
1506
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1507
|
-
// Ligature aliases
|
|
1508
|
-
export { default as LigatureIcon } from '../icons/ligature';
|
|
1509
|
-
// Lightbulb aliases
|
|
1510
|
-
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1511
1507
|
// LightbulbOff aliases
|
|
1512
1508
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1509
|
+
// Lightbulb aliases
|
|
1510
|
+
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1511
|
+
// Ligature aliases
|
|
1512
|
+
export { default as LigatureIcon } from '../icons/ligature';
|
|
1513
1513
|
// LineSquiggle aliases
|
|
1514
1514
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1515
1515
|
// Link2Off aliases
|
|
@@ -1522,10 +1522,10 @@ export { default as LinkIcon } from '../icons/link';
|
|
|
1522
1522
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1523
1523
|
// ListCheck aliases
|
|
1524
1524
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1525
|
-
// ListCollapse aliases
|
|
1526
|
-
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1527
1525
|
// ListChecks aliases
|
|
1528
1526
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1527
|
+
// ListCollapse aliases
|
|
1528
|
+
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1529
1529
|
// ListEnd aliases
|
|
1530
1530
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1531
1531
|
// ListFilterPlus aliases
|
|
@@ -1542,10 +1542,10 @@ export { default as ListPlusIcon } from '../icons/list-plus';
|
|
|
1542
1542
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1543
1543
|
// ListOrdered aliases
|
|
1544
1544
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1545
|
-
// ListTodo aliases
|
|
1546
|
-
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1547
1545
|
// ListStart aliases
|
|
1548
1546
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1547
|
+
// ListTodo aliases
|
|
1548
|
+
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1549
1549
|
// ListTree aliases
|
|
1550
1550
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1551
1551
|
// ListVideo aliases
|
|
@@ -1560,52 +1560,52 @@ export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
|
1560
1560
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1561
1561
|
// LocateFixed aliases
|
|
1562
1562
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1563
|
+
// LockKeyhole aliases
|
|
1564
|
+
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1563
1565
|
// LocateOff aliases
|
|
1564
1566
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1565
1567
|
// Locate aliases
|
|
1566
1568
|
export { default as LocateIcon } from '../icons/locate';
|
|
1567
|
-
// LockKeyhole aliases
|
|
1568
|
-
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1569
|
-
// Lock aliases
|
|
1570
|
-
export { default as LockIcon } from '../icons/lock';
|
|
1571
1569
|
// LogIn aliases
|
|
1572
1570
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1573
|
-
//
|
|
1574
|
-
export { default as
|
|
1575
|
-
// Lollipop aliases
|
|
1576
|
-
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1571
|
+
// Lock aliases
|
|
1572
|
+
export { default as LockIcon } from '../icons/lock';
|
|
1577
1573
|
// Logs aliases
|
|
1578
1574
|
export { default as LogsIcon } from '../icons/logs';
|
|
1579
1575
|
// Luggage aliases
|
|
1580
1576
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1581
|
-
//
|
|
1582
|
-
export { default as
|
|
1577
|
+
// LogOut aliases
|
|
1578
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1579
|
+
// Lollipop aliases
|
|
1580
|
+
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1583
1581
|
// Magnet aliases
|
|
1584
1582
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1585
|
-
//
|
|
1586
|
-
export { default as
|
|
1583
|
+
// MailCheck aliases
|
|
1584
|
+
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1587
1585
|
// MailOpen aliases
|
|
1588
1586
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1587
|
+
// MailMinus aliases
|
|
1588
|
+
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1589
1589
|
// MailPlus aliases
|
|
1590
1590
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1591
1591
|
// MailSearch aliases
|
|
1592
1592
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1593
|
-
// MailWarning aliases
|
|
1594
|
-
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1595
|
-
// MailX aliases
|
|
1596
|
-
export { default as MailXIcon } from '../icons/mail-x';
|
|
1597
1593
|
// Mail aliases
|
|
1598
1594
|
export { default as MailIcon } from '../icons/mail';
|
|
1595
|
+
// MailX aliases
|
|
1596
|
+
export { default as MailXIcon } from '../icons/mail-x';
|
|
1597
|
+
// MailWarning aliases
|
|
1598
|
+
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1599
1599
|
// Mailbox aliases
|
|
1600
1600
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1601
1601
|
// Mails aliases
|
|
1602
1602
|
export { default as MailsIcon } from '../icons/mails';
|
|
1603
1603
|
// MapMinus aliases
|
|
1604
1604
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1605
|
-
// MapPinCheck aliases
|
|
1606
|
-
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1607
1605
|
// MapPinCheckInside aliases
|
|
1608
1606
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1607
|
+
// MapPinCheck aliases
|
|
1608
|
+
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1609
1609
|
// MapPinHouse aliases
|
|
1610
1610
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1611
1611
|
// MapPinMinusInside aliases
|
|
@@ -1620,66 +1620,66 @@ export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
|
1620
1620
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1621
1621
|
// MapPinXInside aliases
|
|
1622
1622
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1623
|
-
// MapPinX aliases
|
|
1624
|
-
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1625
1623
|
// MapPin aliases
|
|
1626
1624
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1627
1625
|
// MapPinned aliases
|
|
1628
1626
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1627
|
+
// MapPinX aliases
|
|
1628
|
+
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1629
1629
|
// MapPlus aliases
|
|
1630
1630
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1631
1631
|
// Map aliases
|
|
1632
1632
|
export { default as MapIcon } from '../icons/map';
|
|
1633
|
+
// MarsStroke aliases
|
|
1634
|
+
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1633
1635
|
// Mars aliases
|
|
1634
1636
|
export { default as MarsIcon } from '../icons/mars';
|
|
1635
1637
|
// Martini aliases
|
|
1636
1638
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1637
|
-
// MarsStroke aliases
|
|
1638
|
-
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1639
|
-
// Medal aliases
|
|
1640
|
-
export { default as MedalIcon } from '../icons/medal';
|
|
1641
1639
|
// Maximize2 aliases
|
|
1642
1640
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1641
|
+
// Medal aliases
|
|
1642
|
+
export { default as MedalIcon } from '../icons/medal';
|
|
1643
1643
|
// Maximize aliases
|
|
1644
1644
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1645
|
+
// Megaphone aliases
|
|
1646
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1645
1647
|
// MegaphoneOff aliases
|
|
1646
1648
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1647
1649
|
// Meh aliases
|
|
1648
1650
|
export { default as MehIcon } from '../icons/meh';
|
|
1649
|
-
// Megaphone aliases
|
|
1650
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1651
1651
|
// MemoryStick aliases
|
|
1652
1652
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1653
|
-
// Merge aliases
|
|
1654
|
-
export { default as MergeIcon } from '../icons/merge';
|
|
1655
|
-
// MessageCircleCode aliases
|
|
1656
|
-
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1657
1653
|
// Menu aliases
|
|
1658
1654
|
export { default as MenuIcon } from '../icons/menu';
|
|
1655
|
+
// Merge aliases
|
|
1656
|
+
export { default as MergeIcon } from '../icons/merge';
|
|
1659
1657
|
// MessageCircleDashed aliases
|
|
1660
1658
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1659
|
+
// MessageCircleCode aliases
|
|
1660
|
+
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1661
1661
|
// MessageCircleHeart aliases
|
|
1662
1662
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1663
|
-
// MessageCircleOff aliases
|
|
1664
|
-
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1665
1663
|
// MessageCircleMore aliases
|
|
1666
1664
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1665
|
+
// MessageCircleOff aliases
|
|
1666
|
+
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1667
1667
|
// MessageCirclePlus aliases
|
|
1668
1668
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1669
1669
|
// MessageCircleReply aliases
|
|
1670
1670
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1671
1671
|
// MessageCircleWarning aliases
|
|
1672
1672
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1673
|
-
// MessageCircle aliases
|
|
1674
|
-
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1675
1673
|
// MessageCircleX aliases
|
|
1676
1674
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1675
|
+
// MessageCircle aliases
|
|
1676
|
+
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1677
1677
|
// MessageSquareCode aliases
|
|
1678
1678
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1679
|
-
// MessageSquareDiff aliases
|
|
1680
|
-
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1681
1679
|
// MessageSquareDashed aliases
|
|
1682
1680
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1681
|
+
// MessageSquareDiff aliases
|
|
1682
|
+
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1683
1683
|
// MessageSquareDot aliases
|
|
1684
1684
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1685
1685
|
// MessageSquareLock aliases
|
|
@@ -1700,20 +1700,20 @@ export { default as MessageSquareReplyIcon } from '../icons/message-square-reply
|
|
|
1700
1700
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1701
1701
|
// MessageSquareText aliases
|
|
1702
1702
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1703
|
-
// MessageSquareWarning aliases
|
|
1704
|
-
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1705
1703
|
// MessageSquareX aliases
|
|
1706
1704
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1707
1705
|
// MessageSquare aliases
|
|
1708
1706
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1709
|
-
//
|
|
1710
|
-
export { default as
|
|
1707
|
+
// MessageSquareWarning aliases
|
|
1708
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1711
1709
|
// MessagesSquare aliases
|
|
1712
1710
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1713
|
-
//
|
|
1714
|
-
export { default as
|
|
1711
|
+
// MicOff aliases
|
|
1712
|
+
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1715
1713
|
// Mic aliases
|
|
1716
1714
|
export { default as MicIcon } from '../icons/mic';
|
|
1715
|
+
// Microchip aliases
|
|
1716
|
+
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1717
1717
|
// Microscope aliases
|
|
1718
1718
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1719
1719
|
// Microwave aliases
|
|
@@ -1724,62 +1724,62 @@ export { default as MilestoneIcon } from '../icons/milestone';
|
|
|
1724
1724
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1725
1725
|
// Milk aliases
|
|
1726
1726
|
export { default as MilkIcon } from '../icons/milk';
|
|
1727
|
+
// Minus aliases
|
|
1728
|
+
export { default as MinusIcon } from '../icons/minus';
|
|
1727
1729
|
// Minimize2 aliases
|
|
1728
1730
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1729
1731
|
// Minimize aliases
|
|
1730
1732
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1731
|
-
// Minus aliases
|
|
1732
|
-
export { default as MinusIcon } from '../icons/minus';
|
|
1733
1733
|
// MonitorCheck aliases
|
|
1734
1734
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1735
|
-
// MonitorCog aliases
|
|
1736
|
-
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1737
1735
|
// MonitorDot aliases
|
|
1738
1736
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1737
|
+
// MonitorCog aliases
|
|
1738
|
+
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1739
|
+
// MonitorOff aliases
|
|
1740
|
+
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1739
1741
|
// MonitorDown aliases
|
|
1740
1742
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1741
1743
|
// MonitorPause aliases
|
|
1742
1744
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1743
|
-
// MonitorOff aliases
|
|
1744
|
-
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1745
1745
|
// MonitorPlay aliases
|
|
1746
1746
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1747
|
+
// MonitorSpeaker aliases
|
|
1748
|
+
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1747
1749
|
// MonitorSmartphone aliases
|
|
1748
1750
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1749
1751
|
// MonitorStop aliases
|
|
1750
1752
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1751
|
-
// MonitorSpeaker aliases
|
|
1752
|
-
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1753
|
-
// MonitorUp aliases
|
|
1754
|
-
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1755
1753
|
// Monitor aliases
|
|
1756
1754
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1755
|
+
// MonitorUp aliases
|
|
1756
|
+
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1757
1757
|
// MonitorX aliases
|
|
1758
1758
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1759
|
-
// Moon aliases
|
|
1760
|
-
export { default as MoonIcon } from '../icons/moon';
|
|
1761
1759
|
// MoonStar aliases
|
|
1762
1760
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1763
|
-
//
|
|
1764
|
-
export { default as
|
|
1761
|
+
// Moon aliases
|
|
1762
|
+
export { default as MoonIcon } from '../icons/moon';
|
|
1765
1763
|
// MountainSnow aliases
|
|
1766
1764
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1765
|
+
// Mountain aliases
|
|
1766
|
+
export { default as MountainIcon } from '../icons/mountain';
|
|
1767
1767
|
// MouseOff aliases
|
|
1768
1768
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1769
1769
|
// MousePointer2 aliases
|
|
1770
1770
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1771
|
+
// MousePointerClick aliases
|
|
1772
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1771
1773
|
// MousePointerBan aliases
|
|
1772
1774
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1773
1775
|
// MousePointer aliases
|
|
1774
1776
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1775
|
-
// MousePointerClick aliases
|
|
1776
|
-
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1777
|
-
// MoveDiagonal2 aliases
|
|
1778
|
-
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1779
1777
|
// Mouse aliases
|
|
1780
1778
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1781
1779
|
// MoveDiagonal aliases
|
|
1782
1780
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1781
|
+
// MoveDiagonal2 aliases
|
|
1782
|
+
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1783
1783
|
// MoveDownLeft aliases
|
|
1784
1784
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1785
1785
|
// MoveDownRight aliases
|
|
@@ -1788,86 +1788,86 @@ export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
|
1788
1788
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1789
1789
|
// MoveHorizontal aliases
|
|
1790
1790
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1791
|
-
// MoveLeft aliases
|
|
1792
|
-
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1793
1791
|
// MoveRight aliases
|
|
1794
1792
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1793
|
+
// MoveLeft aliases
|
|
1794
|
+
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1795
1795
|
// MoveUpLeft aliases
|
|
1796
1796
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1797
1797
|
// MoveUpRight aliases
|
|
1798
1798
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1799
|
-
// MoveUp aliases
|
|
1800
|
-
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1801
1799
|
// MoveVertical aliases
|
|
1802
1800
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1803
|
-
// Music3 aliases
|
|
1804
|
-
export { default as Music3Icon } from '../icons/music-3';
|
|
1805
1801
|
// Move aliases
|
|
1806
1802
|
export { default as MoveIcon } from '../icons/move';
|
|
1803
|
+
// MoveUp aliases
|
|
1804
|
+
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1807
1805
|
// Music2 aliases
|
|
1808
1806
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1809
1807
|
// Music4 aliases
|
|
1810
1808
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1809
|
+
// Music aliases
|
|
1810
|
+
export { default as MusicIcon } from '../icons/music';
|
|
1811
|
+
// Music3 aliases
|
|
1812
|
+
export { default as Music3Icon } from '../icons/music-3';
|
|
1811
1813
|
// Navigation2 aliases
|
|
1812
1814
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1813
1815
|
// Navigation2Off aliases
|
|
1814
1816
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1815
|
-
// Music aliases
|
|
1816
|
-
export { default as MusicIcon } from '../icons/music';
|
|
1817
|
-
// Navigation aliases
|
|
1818
|
-
export { default as NavigationIcon } from '../icons/navigation';
|
|
1819
1817
|
// NavigationOff aliases
|
|
1820
1818
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1819
|
+
// Navigation aliases
|
|
1820
|
+
export { default as NavigationIcon } from '../icons/navigation';
|
|
1821
1821
|
// Network aliases
|
|
1822
1822
|
export { default as NetworkIcon } from '../icons/network';
|
|
1823
1823
|
// Newspaper aliases
|
|
1824
1824
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1825
|
-
// Nfc aliases
|
|
1826
|
-
export { default as NfcIcon } from '../icons/nfc';
|
|
1827
1825
|
// NonBinary aliases
|
|
1828
1826
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1827
|
+
// Nfc aliases
|
|
1828
|
+
export { default as NfcIcon } from '../icons/nfc';
|
|
1829
1829
|
// NotebookPen aliases
|
|
1830
1830
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1831
1831
|
// NotebookTabs aliases
|
|
1832
1832
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1833
|
-
// Notebook aliases
|
|
1834
|
-
export { default as NotebookIcon } from '../icons/notebook';
|
|
1835
1833
|
// NotebookText aliases
|
|
1836
1834
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1837
1835
|
// NotepadTextDashed aliases
|
|
1838
1836
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1837
|
+
// Notebook aliases
|
|
1838
|
+
export { default as NotebookIcon } from '../icons/notebook';
|
|
1839
1839
|
// NotepadText aliases
|
|
1840
1840
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1841
1841
|
// NutOff aliases
|
|
1842
1842
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1843
1843
|
// Nut aliases
|
|
1844
1844
|
export { default as NutIcon } from '../icons/nut';
|
|
1845
|
-
// Octagon aliases
|
|
1846
|
-
export { default as OctagonIcon } from '../icons/octagon';
|
|
1847
1845
|
// OctagonMinus aliases
|
|
1848
1846
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1849
1847
|
// Omega aliases
|
|
1850
1848
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1851
|
-
//
|
|
1852
|
-
export { default as
|
|
1849
|
+
// Octagon aliases
|
|
1850
|
+
export { default as OctagonIcon } from '../icons/octagon';
|
|
1853
1851
|
// Option aliases
|
|
1854
1852
|
export { default as OptionIcon } from '../icons/option';
|
|
1853
|
+
// Orbit aliases
|
|
1854
|
+
export { default as OrbitIcon } from '../icons/orbit';
|
|
1855
1855
|
// Origami aliases
|
|
1856
1856
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1857
1857
|
// Package2 aliases
|
|
1858
1858
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1859
|
-
// PackageCheck aliases
|
|
1860
|
-
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1861
1859
|
// PackageMinus aliases
|
|
1862
1860
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1861
|
+
// PackageCheck aliases
|
|
1862
|
+
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1863
1863
|
// PackageOpen aliases
|
|
1864
1864
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1865
1865
|
// PackagePlus aliases
|
|
1866
1866
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1867
|
-
// PackageX aliases
|
|
1868
|
-
export { default as PackageXIcon } from '../icons/package-x';
|
|
1869
1867
|
// PackageSearch aliases
|
|
1870
1868
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1869
|
+
// PackageX aliases
|
|
1870
|
+
export { default as PackageXIcon } from '../icons/package-x';
|
|
1871
1871
|
// Package aliases
|
|
1872
1872
|
export { default as PackageIcon } from '../icons/package';
|
|
1873
1873
|
// PaintBucket aliases
|
|
@@ -1878,20 +1878,20 @@ export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
|
1878
1878
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1879
1879
|
// Panda aliases
|
|
1880
1880
|
export { default as PandaIcon } from '../icons/panda';
|
|
1881
|
-
// Palette aliases
|
|
1882
|
-
export { default as PaletteIcon } from '../icons/palette';
|
|
1883
1881
|
// PanelBottomClose aliases
|
|
1884
1882
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1883
|
+
// Palette aliases
|
|
1884
|
+
export { default as PaletteIcon } from '../icons/palette';
|
|
1885
1885
|
// PanelBottomOpen aliases
|
|
1886
1886
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1887
|
-
// PanelRightClose aliases
|
|
1888
|
-
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1889
1887
|
// PanelBottom aliases
|
|
1890
1888
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1891
|
-
// PanelRightOpen aliases
|
|
1892
|
-
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1893
1889
|
// PanelRight aliases
|
|
1894
1890
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1891
|
+
// PanelRightOpen aliases
|
|
1892
|
+
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1893
|
+
// PanelRightClose aliases
|
|
1894
|
+
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1895
1895
|
// PanelTopClose aliases
|
|
1896
1896
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1897
1897
|
// PanelTopOpen aliases
|
|
@@ -1912,112 +1912,112 @@ export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
|
1912
1912
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1913
1913
|
// Pause aliases
|
|
1914
1914
|
export { default as PauseIcon } from '../icons/pause';
|
|
1915
|
-
//
|
|
1916
|
-
export { default as
|
|
1915
|
+
// PcCase aliases
|
|
1916
|
+
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1917
1917
|
// PenOff aliases
|
|
1918
1918
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1919
|
+
// PawPrint aliases
|
|
1920
|
+
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1919
1921
|
// PenTool aliases
|
|
1920
1922
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1921
1923
|
// PencilLine aliases
|
|
1922
1924
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1923
1925
|
// PencilOff aliases
|
|
1924
1926
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1925
|
-
// PcCase aliases
|
|
1926
|
-
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1927
|
-
// Pencil aliases
|
|
1928
|
-
export { default as PencilIcon } from '../icons/pencil';
|
|
1929
1927
|
// PencilRuler aliases
|
|
1930
1928
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1931
|
-
//
|
|
1932
|
-
export { default as
|
|
1929
|
+
// Pencil aliases
|
|
1930
|
+
export { default as PencilIcon } from '../icons/pencil';
|
|
1933
1931
|
// Pentagon aliases
|
|
1934
1932
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1935
|
-
//
|
|
1936
|
-
export { default as
|
|
1933
|
+
// Percent aliases
|
|
1934
|
+
export { default as PercentIcon } from '../icons/percent';
|
|
1937
1935
|
// PhilippinePeso aliases
|
|
1938
1936
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1937
|
+
// PersonStanding aliases
|
|
1938
|
+
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1939
|
+
// PhoneForwarded aliases
|
|
1940
|
+
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1939
1941
|
// PhoneCall aliases
|
|
1940
1942
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1941
1943
|
// PhoneIncoming aliases
|
|
1942
1944
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1943
|
-
// PhoneForwarded aliases
|
|
1944
|
-
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1945
1945
|
// PhoneMissed aliases
|
|
1946
1946
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1947
|
-
// PhoneOff aliases
|
|
1948
|
-
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1949
1947
|
// PhoneOutgoing aliases
|
|
1950
1948
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1951
1949
|
// Phone aliases
|
|
1952
1950
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1951
|
+
// PhoneOff aliases
|
|
1952
|
+
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1953
1953
|
// Pi aliases
|
|
1954
1954
|
export { default as PiIcon } from '../icons/pi';
|
|
1955
|
-
// Piano aliases
|
|
1956
|
-
export { default as PianoIcon } from '../icons/piano';
|
|
1957
1955
|
// Pickaxe aliases
|
|
1958
1956
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1957
|
+
// Piano aliases
|
|
1958
|
+
export { default as PianoIcon } from '../icons/piano';
|
|
1959
1959
|
// PictureInPicture2 aliases
|
|
1960
1960
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1961
1961
|
// PictureInPicture aliases
|
|
1962
1962
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1963
|
-
// PilcrowLeft aliases
|
|
1964
|
-
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1965
1963
|
// PiggyBank aliases
|
|
1966
1964
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1965
|
+
// PilcrowLeft aliases
|
|
1966
|
+
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1967
1967
|
// PilcrowRight aliases
|
|
1968
1968
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1969
|
-
// Pilcrow aliases
|
|
1970
|
-
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1971
1969
|
// PillBottle aliases
|
|
1972
1970
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1971
|
+
// Pilcrow aliases
|
|
1972
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1973
1973
|
// Pill aliases
|
|
1974
1974
|
export { default as PillIcon } from '../icons/pill';
|
|
1975
1975
|
// PinOff aliases
|
|
1976
1976
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1977
|
-
// Pin aliases
|
|
1978
|
-
export { default as PinIcon } from '../icons/pin';
|
|
1979
1977
|
// Pipette aliases
|
|
1980
1978
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
1979
|
+
// Pin aliases
|
|
1980
|
+
export { default as PinIcon } from '../icons/pin';
|
|
1981
|
+
// Pizza aliases
|
|
1982
|
+
export { default as PizzaIcon } from '../icons/pizza';
|
|
1981
1983
|
// PlaneLanding aliases
|
|
1982
1984
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1983
1985
|
// PlaneTakeoff aliases
|
|
1984
1986
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1985
|
-
// Pizza aliases
|
|
1986
|
-
export { default as PizzaIcon } from '../icons/pizza';
|
|
1987
1987
|
// Plane aliases
|
|
1988
1988
|
export { default as PlaneIcon } from '../icons/plane';
|
|
1989
|
-
//
|
|
1990
|
-
export { default as
|
|
1989
|
+
// Play aliases
|
|
1990
|
+
export { default as PlayIcon } from '../icons/play';
|
|
1991
1991
|
// Plug2 aliases
|
|
1992
1992
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1993
|
+
// Plug aliases
|
|
1994
|
+
export { default as PlugIcon } from '../icons/plug';
|
|
1995
|
+
// PocketKnife aliases
|
|
1996
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1993
1997
|
// Plus aliases
|
|
1994
1998
|
export { default as PlusIcon } from '../icons/plus';
|
|
1995
|
-
// Play aliases
|
|
1996
|
-
export { default as PlayIcon } from '../icons/play';
|
|
1997
1999
|
// Pocket aliases
|
|
1998
2000
|
export { default as PocketIcon } from '../icons/pocket';
|
|
1999
|
-
// PocketKnife aliases
|
|
2000
|
-
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2001
2001
|
// Podcast aliases
|
|
2002
2002
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2003
2003
|
// PointerOff aliases
|
|
2004
2004
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2005
|
+
// Pointer aliases
|
|
2006
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
2005
2007
|
// Popcorn aliases
|
|
2006
2008
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2007
2009
|
// Popsicle aliases
|
|
2008
2010
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2009
|
-
// Pointer aliases
|
|
2010
|
-
export { default as PointerIcon } from '../icons/pointer';
|
|
2011
2011
|
// PoundSterling aliases
|
|
2012
2012
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2013
2013
|
// PowerOff aliases
|
|
2014
2014
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2015
2015
|
// Power aliases
|
|
2016
2016
|
export { default as PowerIcon } from '../icons/power';
|
|
2017
|
-
// PrinterCheck aliases
|
|
2018
|
-
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2019
2017
|
// Presentation aliases
|
|
2020
2018
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2019
|
+
// PrinterCheck aliases
|
|
2020
|
+
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2021
2021
|
// Printer aliases
|
|
2022
2022
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2023
2023
|
// Projector aliases
|
|
@@ -2026,40 +2026,40 @@ export { default as ProjectorIcon } from '../icons/projector';
|
|
|
2026
2026
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2027
2027
|
// Pyramid aliases
|
|
2028
2028
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2029
|
-
// QrCode aliases
|
|
2030
|
-
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2031
2029
|
// Puzzle aliases
|
|
2032
2030
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2033
|
-
//
|
|
2034
|
-
export { default as
|
|
2031
|
+
// QrCode aliases
|
|
2032
|
+
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2035
2033
|
// Rabbit aliases
|
|
2036
2034
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2035
|
+
// Quote aliases
|
|
2036
|
+
export { default as QuoteIcon } from '../icons/quote';
|
|
2037
2037
|
// Radar aliases
|
|
2038
2038
|
export { default as RadarIcon } from '../icons/radar';
|
|
2039
2039
|
// Radiation aliases
|
|
2040
2040
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2041
2041
|
// Radical aliases
|
|
2042
2042
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2043
|
-
// RadioReceiver aliases
|
|
2044
|
-
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2045
2043
|
// RadioTower aliases
|
|
2046
2044
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2047
|
-
//
|
|
2048
|
-
export { default as
|
|
2045
|
+
// RadioReceiver aliases
|
|
2046
|
+
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2049
2047
|
// Radius aliases
|
|
2050
2048
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2049
|
+
// Radio aliases
|
|
2050
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2051
2051
|
// RailSymbol aliases
|
|
2052
2052
|
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2053
|
-
// Rat aliases
|
|
2054
|
-
export { default as RatIcon } from '../icons/rat';
|
|
2055
2053
|
// Rainbow aliases
|
|
2056
2054
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2055
|
+
// Rat aliases
|
|
2056
|
+
export { default as RatIcon } from '../icons/rat';
|
|
2057
2057
|
// Ratio aliases
|
|
2058
2058
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2059
|
-
// ReceiptCent aliases
|
|
2060
|
-
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2061
2059
|
// ReceiptEuro aliases
|
|
2062
2060
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2061
|
+
// ReceiptCent aliases
|
|
2062
|
+
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2063
2063
|
// ReceiptJapaneseYen aliases
|
|
2064
2064
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2065
2065
|
// ReceiptIndianRupee aliases
|
|
@@ -2072,28 +2072,28 @@ export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-rub
|
|
|
2072
2072
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2073
2073
|
// ReceiptText aliases
|
|
2074
2074
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2075
|
-
// Receipt aliases
|
|
2076
|
-
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2077
2075
|
// ReceiptTurkishLira aliases
|
|
2078
2076
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2079
|
-
// RectangleCircle aliases
|
|
2080
|
-
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2081
2077
|
// RectangleGoggles aliases
|
|
2082
2078
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2079
|
+
// Receipt aliases
|
|
2080
|
+
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2083
2081
|
// RectangleHorizontal aliases
|
|
2084
2082
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2083
|
+
// RectangleCircle aliases
|
|
2084
|
+
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2085
2085
|
// RectangleVertical aliases
|
|
2086
2086
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2087
2087
|
// Recycle aliases
|
|
2088
2088
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2089
2089
|
// Redo2 aliases
|
|
2090
2090
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2091
|
-
// RefreshCcwDot aliases
|
|
2092
|
-
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2093
2091
|
// RedoDot aliases
|
|
2094
2092
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2095
2093
|
// Redo aliases
|
|
2096
2094
|
export { default as RedoIcon } from '../icons/redo';
|
|
2095
|
+
// RefreshCcwDot aliases
|
|
2096
|
+
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2097
2097
|
// RefreshCwOff aliases
|
|
2098
2098
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2099
2099
|
// RefreshCcw aliases
|
|
@@ -2120,14 +2120,14 @@ export { default as ReplaceIcon } from '../icons/replace';
|
|
|
2120
2120
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2121
2121
|
// Reply aliases
|
|
2122
2122
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2123
|
-
// Rewind aliases
|
|
2124
|
-
export { default as RewindIcon } from '../icons/rewind';
|
|
2125
2123
|
// Ribbon aliases
|
|
2126
2124
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2127
|
-
//
|
|
2128
|
-
export { default as
|
|
2125
|
+
// Rewind aliases
|
|
2126
|
+
export { default as RewindIcon } from '../icons/rewind';
|
|
2129
2127
|
// RockingChair aliases
|
|
2130
2128
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2129
|
+
// Rocket aliases
|
|
2130
|
+
export { default as RocketIcon } from '../icons/rocket';
|
|
2131
2131
|
// RollerCoaster aliases
|
|
2132
2132
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2133
2133
|
// RotateCcwKey aliases
|
|
@@ -2136,56 +2136,56 @@ export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
|
2136
2136
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2137
2137
|
// RotateCcw aliases
|
|
2138
2138
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2139
|
-
// RotateCw aliases
|
|
2140
|
-
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2141
2139
|
// RotateCwSquare aliases
|
|
2142
2140
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2141
|
+
// RotateCw aliases
|
|
2142
|
+
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2143
2143
|
// RouteOff aliases
|
|
2144
2144
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2145
|
-
// Route aliases
|
|
2146
|
-
export { default as RouteIcon } from '../icons/route';
|
|
2147
2145
|
// Router aliases
|
|
2148
2146
|
export { default as RouterIcon } from '../icons/router';
|
|
2147
|
+
// Route aliases
|
|
2148
|
+
export { default as RouteIcon } from '../icons/route';
|
|
2149
2149
|
// Rows4 aliases
|
|
2150
2150
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2151
2151
|
// Rss aliases
|
|
2152
2152
|
export { default as RssIcon } from '../icons/rss';
|
|
2153
|
-
// Ruler aliases
|
|
2154
|
-
export { default as RulerIcon } from '../icons/ruler';
|
|
2155
2153
|
// RulerDimensionLine aliases
|
|
2156
2154
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2155
|
+
// Ruler aliases
|
|
2156
|
+
export { default as RulerIcon } from '../icons/ruler';
|
|
2157
|
+
// Sailboat aliases
|
|
2158
|
+
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2157
2159
|
// RussianRuble aliases
|
|
2158
2160
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2159
2161
|
// Salad aliases
|
|
2160
2162
|
export { default as SaladIcon } from '../icons/salad';
|
|
2161
2163
|
// Sandwich aliases
|
|
2162
2164
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2163
|
-
// Sailboat aliases
|
|
2164
|
-
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2165
2165
|
// SatelliteDish aliases
|
|
2166
2166
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2167
2167
|
// Satellite aliases
|
|
2168
2168
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2169
2169
|
// SaudiRiyal aliases
|
|
2170
2170
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2171
|
-
// Save aliases
|
|
2172
|
-
export { default as SaveIcon } from '../icons/save';
|
|
2173
2171
|
// SaveAll aliases
|
|
2174
2172
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2175
2173
|
// SaveOff aliases
|
|
2176
2174
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2175
|
+
// Save aliases
|
|
2176
|
+
export { default as SaveIcon } from '../icons/save';
|
|
2177
2177
|
// Scale aliases
|
|
2178
2178
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2179
2179
|
// Scaling aliases
|
|
2180
2180
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2181
|
-
// ScanBarcode aliases
|
|
2182
|
-
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2183
|
-
// ScanFace aliases
|
|
2184
|
-
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2185
2181
|
// ScanEye aliases
|
|
2186
2182
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2183
|
+
// ScanBarcode aliases
|
|
2184
|
+
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2187
2185
|
// ScanHeart aliases
|
|
2188
2186
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2187
|
+
// ScanFace aliases
|
|
2188
|
+
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2189
2189
|
// ScanLine aliases
|
|
2190
2190
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2191
2191
|
// ScanQrCode aliases
|
|
@@ -2202,10 +2202,10 @@ export { default as SchoolIcon } from '../icons/school';
|
|
|
2202
2202
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2203
2203
|
// Scissors aliases
|
|
2204
2204
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2205
|
-
// ScreenShareOff aliases
|
|
2206
|
-
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2207
2205
|
// ScreenShare aliases
|
|
2208
2206
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2207
|
+
// ScreenShareOff aliases
|
|
2208
|
+
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2209
2209
|
// ScrollText aliases
|
|
2210
2210
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2211
2211
|
// Scroll aliases
|
|
@@ -2232,140 +2232,140 @@ export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
|
2232
2232
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2233
2233
|
// ServerCog aliases
|
|
2234
2234
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2235
|
-
// ServerOff aliases
|
|
2236
|
-
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2237
2235
|
// ServerCrash aliases
|
|
2238
2236
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2237
|
+
// ServerOff aliases
|
|
2238
|
+
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2239
2239
|
// Server aliases
|
|
2240
2240
|
export { default as ServerIcon } from '../icons/server';
|
|
2241
2241
|
// Settings2 aliases
|
|
2242
2242
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2243
2243
|
// Settings aliases
|
|
2244
2244
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2245
|
-
// Shapes aliases
|
|
2246
|
-
export { default as ShapesIcon } from '../icons/shapes';
|
|
2247
2245
|
// Share2 aliases
|
|
2248
2246
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2249
|
-
//
|
|
2250
|
-
export { default as
|
|
2247
|
+
// Shapes aliases
|
|
2248
|
+
export { default as ShapesIcon } from '../icons/shapes';
|
|
2251
2249
|
// Sheet aliases
|
|
2252
2250
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2251
|
+
// Share aliases
|
|
2252
|
+
export { default as ShareIcon } from '../icons/share';
|
|
2253
2253
|
// Shell aliases
|
|
2254
2254
|
export { default as ShellIcon } from '../icons/shell';
|
|
2255
2255
|
// ShieldAlert aliases
|
|
2256
2256
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2257
|
-
// ShieldCheck aliases
|
|
2258
|
-
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2259
2257
|
// ShieldBan aliases
|
|
2260
2258
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2259
|
+
// ShieldCheck aliases
|
|
2260
|
+
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2261
2261
|
// ShieldEllipsis aliases
|
|
2262
2262
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2263
|
-
// ShieldMinus aliases
|
|
2264
|
-
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2265
2263
|
// ShieldHalf aliases
|
|
2266
2264
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2265
|
+
// ShieldMinus aliases
|
|
2266
|
+
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2267
2267
|
// ShieldOff aliases
|
|
2268
2268
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2269
2269
|
// ShieldPlus aliases
|
|
2270
2270
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2271
2271
|
// ShieldUser aliases
|
|
2272
2272
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2273
|
-
// Shield aliases
|
|
2274
|
-
export { default as ShieldIcon } from '../icons/shield';
|
|
2275
2273
|
// ShipWheel aliases
|
|
2276
2274
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2275
|
+
// Shield aliases
|
|
2276
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2277
2277
|
// Ship aliases
|
|
2278
2278
|
export { default as ShipIcon } from '../icons/ship';
|
|
2279
2279
|
// Shirt aliases
|
|
2280
2280
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2281
|
-
// ShoppingCart aliases
|
|
2282
|
-
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2283
|
-
// ShoppingBasket aliases
|
|
2284
|
-
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2285
2281
|
// ShoppingBag aliases
|
|
2286
2282
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2283
|
+
// ShoppingBasket aliases
|
|
2284
|
+
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2285
|
+
// ShoppingCart aliases
|
|
2286
|
+
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2287
2287
|
// Shovel aliases
|
|
2288
2288
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2289
|
-
// Shredder aliases
|
|
2290
|
-
export { default as ShredderIcon } from '../icons/shredder';
|
|
2291
2289
|
// ShowerHead aliases
|
|
2292
2290
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2291
|
+
// Shredder aliases
|
|
2292
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2293
2293
|
// Shrimp aliases
|
|
2294
2294
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2295
2295
|
// Shrink aliases
|
|
2296
2296
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2297
2297
|
// Shrub aliases
|
|
2298
2298
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2299
|
-
// Shuffle aliases
|
|
2300
|
-
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2301
2299
|
// Sigma aliases
|
|
2302
2300
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2301
|
+
// Shuffle aliases
|
|
2302
|
+
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2303
2303
|
// SignalHigh aliases
|
|
2304
2304
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2305
2305
|
// SignalLow aliases
|
|
2306
2306
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2307
|
+
// SignalZero aliases
|
|
2308
|
+
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2307
2309
|
// SignalMedium aliases
|
|
2308
2310
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2309
2311
|
// Signal aliases
|
|
2310
2312
|
export { default as SignalIcon } from '../icons/signal';
|
|
2311
|
-
// SignalZero aliases
|
|
2312
|
-
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2313
|
-
// SignpostBig aliases
|
|
2314
|
-
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2315
|
-
// Signpost aliases
|
|
2316
|
-
export { default as SignpostIcon } from '../icons/signpost';
|
|
2317
2313
|
// Signature aliases
|
|
2318
2314
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2315
|
+
// Signpost aliases
|
|
2316
|
+
export { default as SignpostIcon } from '../icons/signpost';
|
|
2317
|
+
// SignpostBig aliases
|
|
2318
|
+
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2319
2319
|
// Siren aliases
|
|
2320
2320
|
export { default as SirenIcon } from '../icons/siren';
|
|
2321
|
-
// SkipForward aliases
|
|
2322
|
-
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2323
2321
|
// SkipBack aliases
|
|
2324
2322
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2323
|
+
// SkipForward aliases
|
|
2324
|
+
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2325
2325
|
// Skull aliases
|
|
2326
2326
|
export { default as SkullIcon } from '../icons/skull';
|
|
2327
2327
|
// Slice aliases
|
|
2328
2328
|
export { default as SliceIcon } from '../icons/slice';
|
|
2329
|
-
// Slack aliases
|
|
2330
|
-
export { default as SlackIcon } from '../icons/slack';
|
|
2331
2329
|
// Slash aliases
|
|
2332
2330
|
export { default as SlashIcon } from '../icons/slash';
|
|
2333
|
-
//
|
|
2334
|
-
export { default as
|
|
2331
|
+
// Slack aliases
|
|
2332
|
+
export { default as SlackIcon } from '../icons/slack';
|
|
2335
2333
|
// SmartphoneCharging aliases
|
|
2336
2334
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2335
|
+
// SlidersHorizontal aliases
|
|
2336
|
+
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2337
2337
|
// SmartphoneNfc aliases
|
|
2338
2338
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2339
|
-
// Smartphone aliases
|
|
2340
|
-
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2341
2339
|
// SmilePlus aliases
|
|
2342
2340
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2343
|
-
//
|
|
2344
|
-
export { default as
|
|
2341
|
+
// Smartphone aliases
|
|
2342
|
+
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2345
2343
|
// Smile aliases
|
|
2346
2344
|
export { default as SmileIcon } from '../icons/smile';
|
|
2345
|
+
// Snail aliases
|
|
2346
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2347
2347
|
// Snowflake aliases
|
|
2348
2348
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2349
|
-
// SoapDispenserDroplet aliases
|
|
2350
|
-
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2351
2349
|
// Sofa aliases
|
|
2352
2350
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2353
2351
|
// Soup aliases
|
|
2354
2352
|
export { default as SoupIcon } from '../icons/soup';
|
|
2355
|
-
//
|
|
2356
|
-
export { default as
|
|
2353
|
+
// SoapDispenserDroplet aliases
|
|
2354
|
+
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2357
2355
|
// Spade aliases
|
|
2358
2356
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2357
|
+
// Space aliases
|
|
2358
|
+
export { default as SpaceIcon } from '../icons/space';
|
|
2359
|
+
// Speaker aliases
|
|
2360
|
+
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2359
2361
|
// Sparkle aliases
|
|
2360
2362
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2361
2363
|
// Speech aliases
|
|
2362
2364
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2363
|
-
// Speaker aliases
|
|
2364
|
-
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2365
|
-
// SpellCheck2 aliases
|
|
2366
|
-
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2367
2365
|
// SpellCheck aliases
|
|
2368
2366
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2367
|
+
// SpellCheck2 aliases
|
|
2368
|
+
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2369
2369
|
// SplinePointer aliases
|
|
2370
2370
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2371
2371
|
// Spline aliases
|
|
@@ -2374,10 +2374,10 @@ export { default as SplineIcon } from '../icons/spline';
|
|
|
2374
2374
|
export { default as SplitIcon } from '../icons/split';
|
|
2375
2375
|
// Spool aliases
|
|
2376
2376
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2377
|
-
// Spotlight aliases
|
|
2378
|
-
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2379
2377
|
// SprayCan aliases
|
|
2380
2378
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2379
|
+
// Spotlight aliases
|
|
2380
|
+
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2381
2381
|
// Sprout aliases
|
|
2382
2382
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2383
2383
|
// SquareDashedBottomCode aliases
|
|
@@ -2386,40 +2386,40 @@ export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bo
|
|
|
2386
2386
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2387
2387
|
// SquareDashedTopSolid aliases
|
|
2388
2388
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2389
|
-
// SquarePause aliases
|
|
2390
|
-
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2391
2389
|
// SquareRadical aliases
|
|
2392
2390
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2391
|
+
// SquarePause aliases
|
|
2392
|
+
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2393
2393
|
// SquareRoundCorner aliases
|
|
2394
2394
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2395
|
-
// SquareStack aliases
|
|
2396
|
-
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2397
2395
|
// SquareSquare aliases
|
|
2398
2396
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2397
|
+
// SquareStack aliases
|
|
2398
|
+
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2399
2399
|
// SquareStop aliases
|
|
2400
2400
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2401
2401
|
// Square aliases
|
|
2402
2402
|
export { default as SquareIcon } from '../icons/square';
|
|
2403
|
+
// SquaresExclude aliases
|
|
2404
|
+
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2403
2405
|
// SquaresIntersect aliases
|
|
2404
2406
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2405
2407
|
// SquaresSubtract aliases
|
|
2406
2408
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2407
|
-
// SquaresExclude aliases
|
|
2408
|
-
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2409
2409
|
// SquaresUnite aliases
|
|
2410
2410
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2411
|
-
// Squircle aliases
|
|
2412
|
-
export { default as SquircleIcon } from '../icons/squircle';
|
|
2413
|
-
// Squirrel aliases
|
|
2414
|
-
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2415
2411
|
// SquircleDashed aliases
|
|
2416
2412
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2413
|
+
// Squircle aliases
|
|
2414
|
+
export { default as SquircleIcon } from '../icons/squircle';
|
|
2417
2415
|
// Stamp aliases
|
|
2418
2416
|
export { default as StampIcon } from '../icons/stamp';
|
|
2419
|
-
//
|
|
2420
|
-
export { default as
|
|
2417
|
+
// Squirrel aliases
|
|
2418
|
+
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2421
2419
|
// StarOff aliases
|
|
2422
2420
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2421
|
+
// StarHalf aliases
|
|
2422
|
+
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2423
2423
|
// Star aliases
|
|
2424
2424
|
export { default as StarIcon } from '../icons/star';
|
|
2425
2425
|
// StepBack aliases
|
|
@@ -2428,16 +2428,16 @@ export { default as StepBackIcon } from '../icons/step-back';
|
|
|
2428
2428
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2429
2429
|
// StepForward aliases
|
|
2430
2430
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2431
|
-
// Sticker aliases
|
|
2432
|
-
export { default as StickerIcon } from '../icons/sticker';
|
|
2433
2431
|
// StickyNote aliases
|
|
2434
2432
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2433
|
+
// Sticker aliases
|
|
2434
|
+
export { default as StickerIcon } from '../icons/sticker';
|
|
2435
2435
|
// Store aliases
|
|
2436
2436
|
export { default as StoreIcon } from '../icons/store';
|
|
2437
|
-
// StretchHorizontal aliases
|
|
2438
|
-
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2439
2437
|
// StretchVertical aliases
|
|
2440
2438
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2439
|
+
// StretchHorizontal aliases
|
|
2440
|
+
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2441
2441
|
// Strikethrough aliases
|
|
2442
2442
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2443
2443
|
// SunDim aliases
|
|
@@ -2452,34 +2452,34 @@ export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
|
2452
2452
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2453
2453
|
// Sun aliases
|
|
2454
2454
|
export { default as SunIcon } from '../icons/sun';
|
|
2455
|
-
// Sunset aliases
|
|
2456
|
-
export { default as SunsetIcon } from '../icons/sunset';
|
|
2457
2455
|
// Sunrise aliases
|
|
2458
2456
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2457
|
+
// Sunset aliases
|
|
2458
|
+
export { default as SunsetIcon } from '../icons/sunset';
|
|
2459
2459
|
// Superscript aliases
|
|
2460
2460
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2461
2461
|
// SwatchBook aliases
|
|
2462
2462
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2463
2463
|
// SwissFranc aliases
|
|
2464
2464
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2465
|
+
// SwitchCamera aliases
|
|
2466
|
+
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2465
2467
|
// Sword aliases
|
|
2466
2468
|
export { default as SwordIcon } from '../icons/sword';
|
|
2467
2469
|
// Swords aliases
|
|
2468
2470
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2469
|
-
// Syringe aliases
|
|
2470
|
-
export { default as SyringeIcon } from '../icons/syringe';
|
|
2471
|
-
// SwitchCamera aliases
|
|
2472
|
-
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2473
2471
|
// Table2 aliases
|
|
2474
2472
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2473
|
+
// Syringe aliases
|
|
2474
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2475
2475
|
// TableCellsMerge aliases
|
|
2476
2476
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2477
|
-
// TableColumnsSplit aliases
|
|
2478
|
-
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2479
2477
|
// TableCellsSplit aliases
|
|
2480
2478
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2481
2479
|
// TableOfContents aliases
|
|
2482
2480
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2481
|
+
// TableColumnsSplit aliases
|
|
2482
|
+
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2483
2483
|
// TableProperties aliases
|
|
2484
2484
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2485
2485
|
// TableRowsSplit aliases
|
|
@@ -2488,12 +2488,12 @@ export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
|
2488
2488
|
export { default as TableIcon } from '../icons/table';
|
|
2489
2489
|
// TabletSmartphone aliases
|
|
2490
2490
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2491
|
-
// Tablet aliases
|
|
2492
|
-
export { default as TabletIcon } from '../icons/tablet';
|
|
2493
|
-
// Tag aliases
|
|
2494
|
-
export { default as TagIcon } from '../icons/tag';
|
|
2495
2491
|
// Tablets aliases
|
|
2496
2492
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2493
|
+
// Tag aliases
|
|
2494
|
+
export { default as TagIcon } from '../icons/tag';
|
|
2495
|
+
// Tablet aliases
|
|
2496
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2497
2497
|
// Tags aliases
|
|
2498
2498
|
export { default as TagsIcon } from '../icons/tags';
|
|
2499
2499
|
// Tally1 aliases
|
|
@@ -2504,10 +2504,10 @@ export { default as Tally2Icon } from '../icons/tally-2';
|
|
|
2504
2504
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2505
2505
|
// Tally4 aliases
|
|
2506
2506
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2507
|
-
// Tally5 aliases
|
|
2508
|
-
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2509
2507
|
// Tangent aliases
|
|
2510
2508
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2509
|
+
// Tally5 aliases
|
|
2510
|
+
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2511
2511
|
// Target aliases
|
|
2512
2512
|
export { default as TargetIcon } from '../icons/target';
|
|
2513
2513
|
// Telescope aliases
|
|
@@ -2534,38 +2534,38 @@ export { default as TextSearchIcon } from '../icons/text-search';
|
|
|
2534
2534
|
export { default as TextIcon } from '../icons/text';
|
|
2535
2535
|
// Theater aliases
|
|
2536
2536
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2537
|
-
// ThermometerSun aliases
|
|
2538
|
-
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2539
|
-
// ThermometerSnowflake aliases
|
|
2540
|
-
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2541
2537
|
// Thermometer aliases
|
|
2542
2538
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2539
|
+
// ThermometerSnowflake aliases
|
|
2540
|
+
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2541
|
+
// ThermometerSun aliases
|
|
2542
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2543
2543
|
// ThumbsDown aliases
|
|
2544
2544
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2545
|
-
// ThumbsUp aliases
|
|
2546
|
-
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2547
2545
|
// TicketCheck aliases
|
|
2548
2546
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2547
|
+
// ThumbsUp aliases
|
|
2548
|
+
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2549
2549
|
// TicketMinus aliases
|
|
2550
2550
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2551
|
-
// TicketPercent aliases
|
|
2552
|
-
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2553
2551
|
// TicketPlus aliases
|
|
2554
2552
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2555
|
-
// TicketSlash aliases
|
|
2556
|
-
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2557
2553
|
// TicketX aliases
|
|
2558
2554
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2559
|
-
//
|
|
2560
|
-
export { default as
|
|
2561
|
-
//
|
|
2562
|
-
export { default as
|
|
2555
|
+
// TicketPercent aliases
|
|
2556
|
+
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2557
|
+
// TicketSlash aliases
|
|
2558
|
+
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2563
2559
|
// Ticket aliases
|
|
2564
2560
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2565
|
-
//
|
|
2566
|
-
export { default as
|
|
2561
|
+
// TicketsPlane aliases
|
|
2562
|
+
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2563
|
+
// Tickets aliases
|
|
2564
|
+
export { default as TicketsIcon } from '../icons/tickets';
|
|
2567
2565
|
// TimerReset aliases
|
|
2568
2566
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2567
|
+
// TimerOff aliases
|
|
2568
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2569
2569
|
// Timer aliases
|
|
2570
2570
|
export { default as TimerIcon } from '../icons/timer';
|
|
2571
2571
|
// ToggleLeft aliases
|
|
@@ -2580,12 +2580,12 @@ export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
|
2580
2580
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2581
2581
|
// Torus aliases
|
|
2582
2582
|
export { default as TorusIcon } from '../icons/torus';
|
|
2583
|
+
// Touchpad aliases
|
|
2584
|
+
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2583
2585
|
// TouchpadOff aliases
|
|
2584
2586
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2585
2587
|
// TowerControl aliases
|
|
2586
2588
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2587
|
-
// Touchpad aliases
|
|
2588
|
-
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2589
2589
|
// ToyBrick aliases
|
|
2590
2590
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2591
2591
|
// Tractor aliases
|
|
@@ -2596,76 +2596,76 @@ export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
|
2596
2596
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2597
2597
|
// TrainFront aliases
|
|
2598
2598
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2599
|
-
// TrainTrack aliases
|
|
2600
|
-
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2601
|
-
// Trash2 aliases
|
|
2602
|
-
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2603
2599
|
// Transgender aliases
|
|
2604
2600
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2605
|
-
//
|
|
2606
|
-
export { default as
|
|
2601
|
+
// Trash2 aliases
|
|
2602
|
+
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2603
|
+
// TrainTrack aliases
|
|
2604
|
+
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2607
2605
|
// Trash aliases
|
|
2608
2606
|
export { default as TrashIcon } from '../icons/trash';
|
|
2607
|
+
// TreeDeciduous aliases
|
|
2608
|
+
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2609
2609
|
// TreePine aliases
|
|
2610
2610
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2611
2611
|
// Trees aliases
|
|
2612
2612
|
export { default as TreesIcon } from '../icons/trees';
|
|
2613
2613
|
// Trello aliases
|
|
2614
2614
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2615
|
-
// TrendingUpDown aliases
|
|
2616
|
-
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2617
2615
|
// TrendingDown aliases
|
|
2618
2616
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2619
2617
|
// TrendingUp aliases
|
|
2620
2618
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2621
|
-
//
|
|
2622
|
-
export { default as
|
|
2619
|
+
// TrendingUpDown aliases
|
|
2620
|
+
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2623
2621
|
// TriangleRight aliases
|
|
2624
2622
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2625
|
-
//
|
|
2626
|
-
export { default as
|
|
2623
|
+
// TriangleDashed aliases
|
|
2624
|
+
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2627
2625
|
// Triangle aliases
|
|
2628
2626
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2627
|
+
// Trophy aliases
|
|
2628
|
+
export { default as TrophyIcon } from '../icons/trophy';
|
|
2629
2629
|
// TruckElectric aliases
|
|
2630
2630
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2631
|
-
// TurkishLira aliases
|
|
2632
|
-
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2633
|
-
// Truck aliases
|
|
2634
|
-
export { default as TruckIcon } from '../icons/truck';
|
|
2635
2631
|
// Turtle aliases
|
|
2636
2632
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2637
|
-
//
|
|
2638
|
-
export { default as
|
|
2633
|
+
// Truck aliases
|
|
2634
|
+
export { default as TruckIcon } from '../icons/truck';
|
|
2635
|
+
// TurkishLira aliases
|
|
2636
|
+
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2639
2637
|
// TvMinimalPlay aliases
|
|
2640
2638
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2639
|
+
// Tv aliases
|
|
2640
|
+
export { default as TvIcon } from '../icons/tv';
|
|
2641
2641
|
// Twitch aliases
|
|
2642
2642
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2643
2643
|
// Twitter aliases
|
|
2644
2644
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2645
2645
|
// TypeOutline aliases
|
|
2646
2646
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2647
|
-
// Type aliases
|
|
2648
|
-
export { default as TypeIcon } from '../icons/type';
|
|
2649
2647
|
// UmbrellaOff aliases
|
|
2650
2648
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2649
|
+
// Type aliases
|
|
2650
|
+
export { default as TypeIcon } from '../icons/type';
|
|
2651
2651
|
// Umbrella aliases
|
|
2652
2652
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2653
|
-
// Undo2 aliases
|
|
2654
|
-
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2655
2653
|
// Underline aliases
|
|
2656
2654
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2655
|
+
// Undo2 aliases
|
|
2656
|
+
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2657
2657
|
// UndoDot aliases
|
|
2658
2658
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2659
2659
|
// Undo aliases
|
|
2660
2660
|
export { default as UndoIcon } from '../icons/undo';
|
|
2661
2661
|
// UnfoldHorizontal aliases
|
|
2662
2662
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2663
|
+
// UnfoldVertical aliases
|
|
2664
|
+
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2663
2665
|
// Ungroup aliases
|
|
2664
2666
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2665
2667
|
// Unlink2 aliases
|
|
2666
2668
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2667
|
-
// UnfoldVertical aliases
|
|
2668
|
-
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2669
2669
|
// Unlink aliases
|
|
2670
2670
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2671
2671
|
// Unplug aliases
|
|
@@ -2674,48 +2674,48 @@ export { default as UnplugIcon } from '../icons/unplug';
|
|
|
2674
2674
|
export { default as UsbIcon } from '../icons/usb';
|
|
2675
2675
|
// Upload aliases
|
|
2676
2676
|
export { default as UploadIcon } from '../icons/upload';
|
|
2677
|
-
// UserCog aliases
|
|
2678
|
-
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2679
2677
|
// UserCheck aliases
|
|
2680
2678
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2679
|
+
// UserCog aliases
|
|
2680
|
+
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2681
2681
|
// UserLock aliases
|
|
2682
2682
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2683
2683
|
// UserMinus aliases
|
|
2684
2684
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2685
|
-
// UserPen aliases
|
|
2686
|
-
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2687
2685
|
// UserPlus aliases
|
|
2688
2686
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2687
|
+
// UserPen aliases
|
|
2688
|
+
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2689
2689
|
// UserRoundPen aliases
|
|
2690
2690
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2691
|
-
// UserRoundSearch aliases
|
|
2692
|
-
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2693
2691
|
// UserSearch aliases
|
|
2694
2692
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2693
|
+
// UserRoundSearch aliases
|
|
2694
|
+
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2695
2695
|
// UserStar aliases
|
|
2696
2696
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2697
2697
|
// UserX aliases
|
|
2698
2698
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2699
|
+
// UtilityPole aliases
|
|
2700
|
+
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2699
2701
|
// User aliases
|
|
2700
2702
|
export { default as UserIcon } from '../icons/user';
|
|
2701
2703
|
// Users aliases
|
|
2702
2704
|
export { default as UsersIcon } from '../icons/users';
|
|
2703
|
-
// UtilityPole aliases
|
|
2704
|
-
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2705
|
-
// Vault aliases
|
|
2706
|
-
export { default as VaultIcon } from '../icons/vault';
|
|
2707
2705
|
// Variable aliases
|
|
2708
2706
|
export { default as VariableIcon } from '../icons/variable';
|
|
2707
|
+
// Vault aliases
|
|
2708
|
+
export { default as VaultIcon } from '../icons/vault';
|
|
2709
2709
|
// VectorSquare aliases
|
|
2710
2710
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2711
|
-
// Vegan aliases
|
|
2712
|
-
export { default as VeganIcon } from '../icons/vegan';
|
|
2713
2711
|
// VenetianMask aliases
|
|
2714
2712
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2715
|
-
//
|
|
2716
|
-
export { default as
|
|
2713
|
+
// Vegan aliases
|
|
2714
|
+
export { default as VeganIcon } from '../icons/vegan';
|
|
2717
2715
|
// Venus aliases
|
|
2718
2716
|
export { default as VenusIcon } from '../icons/venus';
|
|
2717
|
+
// VenusAndMars aliases
|
|
2718
|
+
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2719
2719
|
// VibrateOff aliases
|
|
2720
2720
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2721
2721
|
// Vibrate aliases
|
|
@@ -2734,18 +2734,18 @@ export { default as VoicemailIcon } from '../icons/voicemail';
|
|
|
2734
2734
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2735
2735
|
// Volume1 aliases
|
|
2736
2736
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2737
|
-
//
|
|
2738
|
-
export { default as
|
|
2737
|
+
// VolumeX aliases
|
|
2738
|
+
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2739
2739
|
// Volume2 aliases
|
|
2740
2740
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2741
|
+
// VolumeOff aliases
|
|
2742
|
+
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2741
2743
|
// Volume aliases
|
|
2742
2744
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2743
|
-
// VolumeX aliases
|
|
2744
|
-
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2745
|
-
// WalletCards aliases
|
|
2746
|
-
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2747
2745
|
// Vote aliases
|
|
2748
2746
|
export { default as VoteIcon } from '../icons/vote';
|
|
2747
|
+
// WalletCards aliases
|
|
2748
|
+
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2749
2749
|
// Wallet aliases
|
|
2750
2750
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2751
2751
|
// Wallpaper aliases
|
|
@@ -2760,52 +2760,52 @@ export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
|
2760
2760
|
export { default as WatchIcon } from '../icons/watch';
|
|
2761
2761
|
// WavesLadder aliases
|
|
2762
2762
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2763
|
-
// Waypoints aliases
|
|
2764
|
-
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2765
2763
|
// Waves aliases
|
|
2766
2764
|
export { default as WavesIcon } from '../icons/waves';
|
|
2765
|
+
// Waypoints aliases
|
|
2766
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2767
2767
|
// Webcam aliases
|
|
2768
2768
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2769
|
+
// WebhookOff aliases
|
|
2770
|
+
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2769
2771
|
// Webhook aliases
|
|
2770
2772
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2771
2773
|
// Weight aliases
|
|
2772
2774
|
export { default as WeightIcon } from '../icons/weight';
|
|
2773
|
-
// WebhookOff aliases
|
|
2774
|
-
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2775
2775
|
// WheatOff aliases
|
|
2776
2776
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2777
2777
|
// Wheat aliases
|
|
2778
2778
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2779
2779
|
// WholeWord aliases
|
|
2780
2780
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2781
|
-
// WifiHigh aliases
|
|
2782
|
-
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2783
2781
|
// WifiCog aliases
|
|
2784
2782
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2783
|
+
// WifiHigh aliases
|
|
2784
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2785
2785
|
// WifiOff aliases
|
|
2786
2786
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2787
|
-
// WifiPen aliases
|
|
2788
|
-
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2789
2787
|
// WifiLow aliases
|
|
2790
2788
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2791
2789
|
// WifiSync aliases
|
|
2792
2790
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2793
|
-
//
|
|
2794
|
-
export { default as
|
|
2791
|
+
// WifiPen aliases
|
|
2792
|
+
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2795
2793
|
// Wifi aliases
|
|
2796
2794
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2795
|
+
// WifiZero aliases
|
|
2796
|
+
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2797
2797
|
// WindArrowDown aliases
|
|
2798
2798
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2799
|
-
// WineOff aliases
|
|
2800
|
-
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2801
2799
|
// Wind aliases
|
|
2802
2800
|
export { default as WindIcon } from '../icons/wind';
|
|
2803
|
-
//
|
|
2804
|
-
export { default as
|
|
2805
|
-
// Worm aliases
|
|
2806
|
-
export { default as WormIcon } from '../icons/worm';
|
|
2801
|
+
// WineOff aliases
|
|
2802
|
+
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2807
2803
|
// Workflow aliases
|
|
2808
2804
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2805
|
+
// Worm aliases
|
|
2806
|
+
export { default as WormIcon } from '../icons/worm';
|
|
2807
|
+
// Wine aliases
|
|
2808
|
+
export { default as WineIcon } from '../icons/wine';
|
|
2809
2809
|
// WrapText aliases
|
|
2810
2810
|
export { default as WrapTextIcon } from '../icons/wrap-text';
|
|
2811
2811
|
// Wrench aliases
|
|
@@ -2822,71 +2822,116 @@ export { default as ZapIcon } from '../icons/zap';
|
|
|
2822
2822
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2823
2823
|
// ZoomOut aliases
|
|
2824
2824
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2825
|
-
// ArrowDown10 aliases
|
|
2826
|
-
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2827
2825
|
// ArrowDown01 aliases
|
|
2828
2826
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2827
|
+
// ArrowDown10 aliases
|
|
2828
|
+
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2829
2829
|
// ArrowUp01 aliases
|
|
2830
2830
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2831
2831
|
// ArrowUp10 aliases
|
|
2832
2832
|
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2833
2833
|
// AlarmClockCheck aliases
|
|
2834
2834
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2835
|
-
export {
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
|
|
2835
|
+
export {
|
|
2836
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. This alias will be removed in v1.0 */
|
|
2837
|
+
default as AlarmCheckIcon
|
|
2838
|
+
} from '../icons/alarm-clock-check';
|
|
2839
2839
|
// AlarmClockMinus aliases
|
|
2840
2840
|
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2841
|
-
export {
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2841
|
+
export {
|
|
2842
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
2843
|
+
default as AlarmMinusIcon
|
|
2844
|
+
} from '../icons/alarm-clock-minus';
|
|
2845
|
+
// AlarmClockPlus aliases
|
|
2846
|
+
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2847
|
+
export {
|
|
2848
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
2849
|
+
default as AlarmPlusIcon
|
|
2850
|
+
} from '../icons/alarm-clock-plus';
|
|
2845
2851
|
// ArrowDownWideNarrow aliases
|
|
2846
2852
|
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2847
|
-
export {
|
|
2853
|
+
export {
|
|
2854
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
2855
|
+
default as SortDescIcon
|
|
2856
|
+
} from '../icons/arrow-down-wide-narrow';
|
|
2848
2857
|
// ArrowDownZA aliases
|
|
2849
2858
|
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2850
|
-
export {
|
|
2859
|
+
export {
|
|
2860
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
|
|
2861
|
+
default as ArrowDownZaIcon
|
|
2862
|
+
} from '../icons/arrow-down-z-a';
|
|
2863
|
+
// ArrowDownAZ aliases
|
|
2864
|
+
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2865
|
+
export {
|
|
2866
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
|
|
2867
|
+
default as ArrowDownAzIcon
|
|
2868
|
+
} from '../icons/arrow-down-a-z';
|
|
2851
2869
|
// ArrowUpAZ aliases
|
|
2852
2870
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2853
|
-
export {
|
|
2871
|
+
export {
|
|
2872
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. This alias will be removed in v1.0 */
|
|
2873
|
+
default as ArrowUpAzIcon
|
|
2874
|
+
} from '../icons/arrow-up-a-z';
|
|
2854
2875
|
// ArrowUpNarrowWide aliases
|
|
2855
2876
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2856
|
-
export {
|
|
2877
|
+
export {
|
|
2878
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
2879
|
+
default as SortAscIcon
|
|
2880
|
+
} from '../icons/arrow-up-narrow-wide';
|
|
2857
2881
|
// ArrowUpZA aliases
|
|
2858
2882
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2859
|
-
export {
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
|
|
2883
|
+
export {
|
|
2884
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
2885
|
+
default as ArrowUpZaIcon
|
|
2886
|
+
} from '../icons/arrow-up-z-a';
|
|
2863
2887
|
// BadgeCheck aliases
|
|
2864
2888
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2865
|
-
export {
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2889
|
+
export {
|
|
2890
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
2891
|
+
default as VerifiedIcon
|
|
2892
|
+
} from '../icons/badge-check';
|
|
2893
|
+
// Axis3d aliases
|
|
2894
|
+
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2895
|
+
export {
|
|
2896
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
2897
|
+
default as Axis3DIcon
|
|
2898
|
+
} from '../icons/axis-3d';
|
|
2869
2899
|
// BetweenHorizontalEnd aliases
|
|
2870
2900
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2871
2901
|
export {
|
|
2872
2902
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2873
2903
|
default as BetweenHorizonalEndIcon
|
|
2874
2904
|
} from '../icons/between-horizontal-end';
|
|
2875
|
-
//
|
|
2876
|
-
export { default as
|
|
2877
|
-
export {
|
|
2905
|
+
// BadgeQuestionMark aliases
|
|
2906
|
+
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2907
|
+
export {
|
|
2908
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
2909
|
+
default as BadgeHelpIcon
|
|
2910
|
+
} from '../icons/badge-question-mark';
|
|
2878
2911
|
// BetweenHorizontalStart aliases
|
|
2879
2912
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2880
2913
|
export {
|
|
2881
2914
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2882
2915
|
default as BetweenHorizonalStartIcon
|
|
2883
2916
|
} from '../icons/between-horizontal-start';
|
|
2884
|
-
// Captions aliases
|
|
2885
|
-
export { default as CaptionsIcon } from '../icons/captions';
|
|
2886
|
-
export { default as SubtitlesIcon } from '../icons/captions';
|
|
2887
2917
|
// Braces aliases
|
|
2888
2918
|
export { default as BracesIcon } from '../icons/braces';
|
|
2889
|
-
export {
|
|
2919
|
+
export {
|
|
2920
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
2921
|
+
default as CurlyBracesIcon
|
|
2922
|
+
} from '../icons/braces';
|
|
2923
|
+
// BookDashed aliases
|
|
2924
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2925
|
+
export {
|
|
2926
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
2927
|
+
default as BookTemplateIcon
|
|
2928
|
+
} from '../icons/book-dashed';
|
|
2929
|
+
// Captions aliases
|
|
2930
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
2931
|
+
export {
|
|
2932
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
2933
|
+
default as SubtitlesIcon
|
|
2934
|
+
} from '../icons/captions';
|
|
2890
2935
|
// ChartArea aliases
|
|
2891
2936
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2892
2937
|
export {
|
|
@@ -2929,12 +2974,6 @@ export {
|
|
|
2929
2974
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
2930
2975
|
default as BarChart3Icon
|
|
2931
2976
|
} from '../icons/chart-column';
|
|
2932
|
-
// ChartLine aliases
|
|
2933
|
-
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2934
|
-
export {
|
|
2935
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
2936
|
-
default as LineChartIcon
|
|
2937
|
-
} from '../icons/chart-line';
|
|
2938
2977
|
// ChartNoAxesColumnIncreasing aliases
|
|
2939
2978
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
2940
2979
|
export {
|
|
@@ -2947,6 +2986,12 @@ export {
|
|
|
2947
2986
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
2948
2987
|
default as BarChart2Icon
|
|
2949
2988
|
} from '../icons/chart-no-axes-column';
|
|
2989
|
+
// ChartLine aliases
|
|
2990
|
+
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2991
|
+
export {
|
|
2992
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
2993
|
+
default as LineChartIcon
|
|
2994
|
+
} from '../icons/chart-line';
|
|
2950
2995
|
// ChartNoAxesGantt aliases
|
|
2951
2996
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2952
2997
|
export {
|
|
@@ -2965,161 +3010,290 @@ export {
|
|
|
2965
3010
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
2966
3011
|
default as ScatterChartIcon
|
|
2967
3012
|
} from '../icons/chart-scatter';
|
|
2968
|
-
// CircleArrowDown aliases
|
|
2969
|
-
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2970
|
-
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2971
3013
|
// CircleAlert aliases
|
|
2972
3014
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
2973
|
-
export {
|
|
3015
|
+
export {
|
|
3016
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3017
|
+
default as AlertCircleIcon
|
|
3018
|
+
} from '../icons/circle-alert';
|
|
2974
3019
|
// CircleArrowLeft aliases
|
|
2975
3020
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2976
|
-
export {
|
|
3021
|
+
export {
|
|
3022
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3023
|
+
default as ArrowLeftCircleIcon
|
|
3024
|
+
} from '../icons/circle-arrow-left';
|
|
3025
|
+
// CircleArrowDown aliases
|
|
3026
|
+
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3027
|
+
export {
|
|
3028
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3029
|
+
default as ArrowDownCircleIcon
|
|
3030
|
+
} from '../icons/circle-arrow-down';
|
|
2977
3031
|
// CircleArrowOutDownLeft aliases
|
|
2978
3032
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
2979
|
-
export {
|
|
3033
|
+
export {
|
|
3034
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3035
|
+
default as ArrowDownLeftFromCircleIcon
|
|
3036
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
2980
3037
|
// CircleArrowOutDownRight aliases
|
|
2981
3038
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
2982
|
-
export {
|
|
3039
|
+
export {
|
|
3040
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3041
|
+
default as ArrowDownRightFromCircleIcon
|
|
3042
|
+
} from '../icons/circle-arrow-out-down-right';
|
|
2983
3043
|
// CircleArrowOutUpLeft aliases
|
|
2984
3044
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
2985
|
-
export {
|
|
3045
|
+
export {
|
|
3046
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3047
|
+
default as ArrowUpLeftFromCircleIcon
|
|
3048
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
2986
3049
|
// CircleArrowOutUpRight aliases
|
|
2987
3050
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
2988
|
-
export {
|
|
3051
|
+
export {
|
|
3052
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3053
|
+
default as ArrowUpRightFromCircleIcon
|
|
3054
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
2989
3055
|
// CircleArrowRight aliases
|
|
2990
3056
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
2991
|
-
export {
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
3057
|
+
export {
|
|
3058
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3059
|
+
default as ArrowRightCircleIcon
|
|
3060
|
+
} from '../icons/circle-arrow-right';
|
|
2995
3061
|
// CircleCheckBig aliases
|
|
2996
3062
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
2997
|
-
export {
|
|
3063
|
+
export {
|
|
3064
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3065
|
+
default as CheckCircleIcon
|
|
3066
|
+
} from '../icons/circle-check-big';
|
|
2998
3067
|
// CircleCheck aliases
|
|
2999
3068
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3000
|
-
export {
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3069
|
+
export {
|
|
3070
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3071
|
+
default as CheckCircle2Icon
|
|
3072
|
+
} from '../icons/circle-check';
|
|
3073
|
+
// CircleArrowUp aliases
|
|
3074
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3075
|
+
export {
|
|
3076
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3077
|
+
default as ArrowUpCircleIcon
|
|
3078
|
+
} from '../icons/circle-arrow-up';
|
|
3004
3079
|
// CircleChevronLeft aliases
|
|
3005
3080
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3006
|
-
export {
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3081
|
+
export {
|
|
3082
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3083
|
+
default as ChevronLeftCircleIcon
|
|
3084
|
+
} from '../icons/circle-chevron-left';
|
|
3085
|
+
// CircleChevronDown aliases
|
|
3086
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3087
|
+
export {
|
|
3088
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3089
|
+
default as ChevronDownCircleIcon
|
|
3090
|
+
} from '../icons/circle-chevron-down';
|
|
3010
3091
|
// CircleChevronUp aliases
|
|
3011
3092
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3012
|
-
export {
|
|
3093
|
+
export {
|
|
3094
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
3095
|
+
default as ChevronUpCircleIcon
|
|
3096
|
+
} from '../icons/circle-chevron-up';
|
|
3097
|
+
// CircleChevronRight aliases
|
|
3098
|
+
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3099
|
+
export {
|
|
3100
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3101
|
+
default as ChevronRightCircleIcon
|
|
3102
|
+
} from '../icons/circle-chevron-right';
|
|
3103
|
+
// CircleGauge aliases
|
|
3104
|
+
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3105
|
+
export {
|
|
3106
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3107
|
+
default as GaugeCircleIcon
|
|
3108
|
+
} from '../icons/circle-gauge';
|
|
3013
3109
|
// CircleDivide aliases
|
|
3014
3110
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3015
|
-
export {
|
|
3111
|
+
export {
|
|
3112
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3113
|
+
default as DivideCircleIcon
|
|
3114
|
+
} from '../icons/circle-divide';
|
|
3016
3115
|
// CircleMinus aliases
|
|
3017
3116
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3018
|
-
export {
|
|
3117
|
+
export {
|
|
3118
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3119
|
+
default as MinusCircleIcon
|
|
3120
|
+
} from '../icons/circle-minus';
|
|
3019
3121
|
// CircleParkingOff aliases
|
|
3020
3122
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3021
|
-
export {
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
3123
|
+
export {
|
|
3124
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3125
|
+
default as ParkingCircleOffIcon
|
|
3126
|
+
} from '../icons/circle-parking-off';
|
|
3025
3127
|
// CircleParking aliases
|
|
3026
3128
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3027
|
-
export {
|
|
3129
|
+
export {
|
|
3130
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3131
|
+
default as ParkingCircleIcon
|
|
3132
|
+
} from '../icons/circle-parking';
|
|
3028
3133
|
// CirclePause aliases
|
|
3029
3134
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3030
|
-
export {
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
|
|
3135
|
+
export {
|
|
3136
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3137
|
+
default as PauseCircleIcon
|
|
3138
|
+
} from '../icons/circle-pause';
|
|
3034
3139
|
// CirclePlay aliases
|
|
3035
3140
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3036
|
-
export {
|
|
3037
|
-
|
|
3038
|
-
|
|
3039
|
-
|
|
3141
|
+
export {
|
|
3142
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
3143
|
+
default as PlayCircleIcon
|
|
3144
|
+
} from '../icons/circle-play';
|
|
3145
|
+
// CirclePercent aliases
|
|
3146
|
+
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3147
|
+
export {
|
|
3148
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
3149
|
+
default as PercentCircleIcon
|
|
3150
|
+
} from '../icons/circle-percent';
|
|
3040
3151
|
// CirclePlus aliases
|
|
3041
3152
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3042
|
-
export {
|
|
3153
|
+
export {
|
|
3154
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
3155
|
+
default as PlusCircleIcon
|
|
3156
|
+
} from '../icons/circle-plus';
|
|
3157
|
+
// CirclePower aliases
|
|
3158
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3159
|
+
export {
|
|
3160
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
|
|
3161
|
+
default as PowerCircleIcon
|
|
3162
|
+
} from '../icons/circle-power';
|
|
3043
3163
|
// CircleQuestionMark aliases
|
|
3044
3164
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3045
|
-
export {
|
|
3046
|
-
|
|
3165
|
+
export {
|
|
3166
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3167
|
+
default as HelpCircleIcon
|
|
3168
|
+
} from '../icons/circle-question-mark';
|
|
3169
|
+
export {
|
|
3170
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3171
|
+
default as CircleHelpIcon
|
|
3172
|
+
} from '../icons/circle-question-mark';
|
|
3047
3173
|
// CircleSlash2 aliases
|
|
3048
3174
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3049
|
-
export {
|
|
3175
|
+
export {
|
|
3176
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
3177
|
+
default as CircleSlashedIcon
|
|
3178
|
+
} from '../icons/circle-slash-2';
|
|
3179
|
+
// CircleStop aliases
|
|
3180
|
+
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3181
|
+
export {
|
|
3182
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3183
|
+
default as StopCircleIcon
|
|
3184
|
+
} from '../icons/circle-stop';
|
|
3050
3185
|
// CircleUserRound aliases
|
|
3051
3186
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3052
3187
|
export {
|
|
3053
3188
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3054
3189
|
default as UserCircle2Icon
|
|
3055
3190
|
} from '../icons/circle-user-round';
|
|
3056
|
-
// CircleStop aliases
|
|
3057
|
-
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3058
|
-
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
3059
|
-
// CircleX aliases
|
|
3060
|
-
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3061
|
-
export { default as XCircleIcon } from '../icons/circle-x';
|
|
3062
3191
|
// CircleUser aliases
|
|
3063
3192
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3064
|
-
export {
|
|
3193
|
+
export {
|
|
3194
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3195
|
+
default as UserCircleIcon
|
|
3196
|
+
} from '../icons/circle-user';
|
|
3197
|
+
// CircleX aliases
|
|
3198
|
+
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3199
|
+
export {
|
|
3200
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3201
|
+
default as XCircleIcon
|
|
3202
|
+
} from '../icons/circle-x';
|
|
3065
3203
|
// ClipboardPenLine aliases
|
|
3066
3204
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3067
|
-
export {
|
|
3205
|
+
export {
|
|
3206
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3207
|
+
default as ClipboardSignatureIcon
|
|
3208
|
+
} from '../icons/clipboard-pen-line';
|
|
3068
3209
|
// ClipboardPen aliases
|
|
3069
3210
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3070
|
-
export {
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
// CloudDownload aliases
|
|
3075
|
-
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3076
|
-
export { default as DownloadCloudIcon } from '../icons/cloud-download';
|
|
3211
|
+
export {
|
|
3212
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
3213
|
+
default as ClipboardEditIcon
|
|
3214
|
+
} from '../icons/clipboard-pen';
|
|
3077
3215
|
// CodeXml aliases
|
|
3078
3216
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3079
3217
|
export {
|
|
3080
3218
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
3081
3219
|
default as Code2Icon
|
|
3082
3220
|
} from '../icons/code-xml';
|
|
3083
|
-
//
|
|
3084
|
-
export { default as
|
|
3085
|
-
export {
|
|
3086
|
-
|
|
3221
|
+
// CloudDownload aliases
|
|
3222
|
+
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3223
|
+
export {
|
|
3224
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3225
|
+
default as DownloadCloudIcon
|
|
3226
|
+
} from '../icons/cloud-download';
|
|
3087
3227
|
// Columns2 aliases
|
|
3088
3228
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3089
|
-
export {
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3229
|
+
export {
|
|
3230
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3231
|
+
default as ColumnsIcon
|
|
3232
|
+
} from '../icons/columns-2';
|
|
3233
|
+
// CloudUpload aliases
|
|
3234
|
+
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3235
|
+
export {
|
|
3236
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3237
|
+
default as UploadCloudIcon
|
|
3238
|
+
} from '../icons/cloud-upload';
|
|
3239
|
+
// Columns3Cog aliases
|
|
3240
|
+
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3241
|
+
export {
|
|
3242
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3243
|
+
default as ColumnsSettingsIcon
|
|
3244
|
+
} from '../icons/columns-3-cog';
|
|
3245
|
+
export {
|
|
3246
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3247
|
+
default as TableConfigIcon
|
|
3248
|
+
} from '../icons/columns-3-cog';
|
|
3093
3249
|
// ContactRound aliases
|
|
3094
3250
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3095
3251
|
export {
|
|
3096
3252
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3097
3253
|
default as Contact2Icon
|
|
3098
3254
|
} from '../icons/contact-round';
|
|
3255
|
+
// Columns3 aliases
|
|
3256
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3257
|
+
export {
|
|
3258
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3259
|
+
default as PanelsLeftRightIcon
|
|
3260
|
+
} from '../icons/columns-3';
|
|
3099
3261
|
// DiamondPercent aliases
|
|
3100
3262
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3101
|
-
export {
|
|
3263
|
+
export {
|
|
3264
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3265
|
+
default as PercentDiamondIcon
|
|
3266
|
+
} from '../icons/diamond-percent';
|
|
3267
|
+
// EllipsisVertical aliases
|
|
3268
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3269
|
+
export {
|
|
3270
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3271
|
+
default as MoreVerticalIcon
|
|
3272
|
+
} from '../icons/ellipsis-vertical';
|
|
3102
3273
|
// Earth aliases
|
|
3103
3274
|
export { default as EarthIcon } from '../icons/earth';
|
|
3104
3275
|
export {
|
|
3105
3276
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3106
3277
|
default as Globe2Icon
|
|
3107
3278
|
} from '../icons/earth';
|
|
3108
|
-
// EllipsisVertical aliases
|
|
3109
|
-
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3110
|
-
export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3111
3279
|
// Ellipsis aliases
|
|
3112
3280
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3113
|
-
export {
|
|
3281
|
+
export {
|
|
3282
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3283
|
+
default as MoreHorizontalIcon
|
|
3284
|
+
} from '../icons/ellipsis';
|
|
3285
|
+
// FileAxis3d aliases
|
|
3286
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3287
|
+
export {
|
|
3288
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3289
|
+
default as FileAxis3DIcon
|
|
3290
|
+
} from '../icons/file-axis-3d';
|
|
3114
3291
|
// FileChartColumnIncreasing aliases
|
|
3115
3292
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3116
3293
|
export {
|
|
3117
3294
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3118
3295
|
default as FileBarChartIcon
|
|
3119
3296
|
} from '../icons/file-chart-column-increasing';
|
|
3120
|
-
// FileAxis3d aliases
|
|
3121
|
-
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3122
|
-
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
3123
3297
|
// FileChartColumn aliases
|
|
3124
3298
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3125
3299
|
export {
|
|
@@ -3132,6 +3306,12 @@ export {
|
|
|
3132
3306
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3133
3307
|
default as FileLineChartIcon
|
|
3134
3308
|
} from '../icons/file-chart-line';
|
|
3309
|
+
// FileChartPie aliases
|
|
3310
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3311
|
+
export {
|
|
3312
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3313
|
+
default as FilePieChartIcon
|
|
3314
|
+
} from '../icons/file-chart-pie';
|
|
3135
3315
|
// FileCog aliases
|
|
3136
3316
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3137
3317
|
export {
|
|
@@ -3140,34 +3320,40 @@ export {
|
|
|
3140
3320
|
} from '../icons/file-cog';
|
|
3141
3321
|
// FilePenLine aliases
|
|
3142
3322
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3143
|
-
export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
3144
|
-
// FileChartPie aliases
|
|
3145
|
-
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3146
3323
|
export {
|
|
3147
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3148
|
-
default as
|
|
3149
|
-
} from '../icons/file-
|
|
3324
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3325
|
+
default as FileSignatureIcon
|
|
3326
|
+
} from '../icons/file-pen-line';
|
|
3150
3327
|
// FilePen aliases
|
|
3151
3328
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3152
|
-
export {
|
|
3329
|
+
export {
|
|
3330
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3331
|
+
default as FileEditIcon
|
|
3332
|
+
} from '../icons/file-pen';
|
|
3153
3333
|
// FilePlay aliases
|
|
3154
3334
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3155
|
-
export {
|
|
3335
|
+
export {
|
|
3336
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
3337
|
+
default as FileVideoIcon
|
|
3338
|
+
} from '../icons/file-play';
|
|
3156
3339
|
// FileQuestionMark aliases
|
|
3157
3340
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3158
|
-
export {
|
|
3341
|
+
export {
|
|
3342
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3343
|
+
default as FileQuestionIcon
|
|
3344
|
+
} from '../icons/file-question-mark';
|
|
3159
3345
|
// FileVideoCamera aliases
|
|
3160
3346
|
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3161
|
-
export {
|
|
3347
|
+
export {
|
|
3348
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3349
|
+
default as FileVideo2Icon
|
|
3350
|
+
} from '../icons/file-video-camera';
|
|
3162
3351
|
// FolderCog aliases
|
|
3163
3352
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3164
3353
|
export {
|
|
3165
3354
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3166
3355
|
default as FolderCog2Icon
|
|
3167
3356
|
} from '../icons/folder-cog';
|
|
3168
|
-
// FolderPen aliases
|
|
3169
|
-
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3170
|
-
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3171
3357
|
// FunnelX aliases
|
|
3172
3358
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3173
3359
|
export {
|
|
@@ -3180,31 +3366,70 @@ export {
|
|
|
3180
3366
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3181
3367
|
default as FilterIcon
|
|
3182
3368
|
} from '../icons/funnel';
|
|
3183
|
-
//
|
|
3184
|
-
export { default as
|
|
3185
|
-
export {
|
|
3369
|
+
// FolderPen aliases
|
|
3370
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3371
|
+
export {
|
|
3372
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
3373
|
+
default as FolderEditIcon
|
|
3374
|
+
} from '../icons/folder-pen';
|
|
3186
3375
|
// GitCommitHorizontal aliases
|
|
3187
3376
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3188
|
-
export {
|
|
3377
|
+
export {
|
|
3378
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3379
|
+
default as GitCommitIcon
|
|
3380
|
+
} from '../icons/git-commit-horizontal';
|
|
3381
|
+
// Grid2x2Check aliases
|
|
3382
|
+
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3383
|
+
export {
|
|
3384
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3385
|
+
default as Grid2X2CheckIcon
|
|
3386
|
+
} from '../icons/grid-2x2-check';
|
|
3189
3387
|
// Grid2x2Plus aliases
|
|
3190
3388
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3191
|
-
export {
|
|
3389
|
+
export {
|
|
3390
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3391
|
+
default as Grid2X2PlusIcon
|
|
3392
|
+
} from '../icons/grid-2x2-plus';
|
|
3192
3393
|
// Grid2x2X aliases
|
|
3193
3394
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3194
|
-
export {
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
export { default as Grid3X3Icon } from '../icons/grid-3x3';
|
|
3395
|
+
export {
|
|
3396
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3397
|
+
default as Grid2X2XIcon
|
|
3398
|
+
} from '../icons/grid-2x2-x';
|
|
3199
3399
|
// Grid2x2 aliases
|
|
3200
3400
|
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3201
|
-
export {
|
|
3401
|
+
export {
|
|
3402
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3403
|
+
default as Grid2X2Icon
|
|
3404
|
+
} from '../icons/grid-2x2';
|
|
3405
|
+
// Grid3x3 aliases
|
|
3406
|
+
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3407
|
+
export {
|
|
3408
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3409
|
+
default as GridIcon
|
|
3410
|
+
} from '../icons/grid-3x3';
|
|
3411
|
+
export {
|
|
3412
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3413
|
+
default as Grid3X3Icon
|
|
3414
|
+
} from '../icons/grid-3x3';
|
|
3202
3415
|
// HandHelping aliases
|
|
3203
3416
|
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3204
|
-
export {
|
|
3417
|
+
export {
|
|
3418
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3419
|
+
default as HelpingHandIcon
|
|
3420
|
+
} from '../icons/hand-helping';
|
|
3421
|
+
// HandGrab aliases
|
|
3422
|
+
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3423
|
+
export {
|
|
3424
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3425
|
+
default as GrabIcon
|
|
3426
|
+
} from '../icons/hand-grab';
|
|
3205
3427
|
// House aliases
|
|
3206
3428
|
export { default as HouseIcon } from '../icons/house';
|
|
3207
|
-
export {
|
|
3429
|
+
export {
|
|
3430
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
3431
|
+
default as HomeIcon
|
|
3432
|
+
} from '../icons/house';
|
|
3208
3433
|
// IceCreamBowl aliases
|
|
3209
3434
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3210
3435
|
export {
|
|
@@ -3213,34 +3438,58 @@ export {
|
|
|
3213
3438
|
} from '../icons/ice-cream-bowl';
|
|
3214
3439
|
// IceCreamCone aliases
|
|
3215
3440
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3216
|
-
export {
|
|
3441
|
+
export {
|
|
3442
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3443
|
+
default as IceCreamIcon
|
|
3444
|
+
} from '../icons/ice-cream-cone';
|
|
3217
3445
|
// IndentDecrease aliases
|
|
3218
3446
|
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3219
|
-
export {
|
|
3447
|
+
export {
|
|
3448
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3449
|
+
default as OutdentIcon
|
|
3450
|
+
} from '../icons/indent-decrease';
|
|
3451
|
+
// IndentIncrease aliases
|
|
3452
|
+
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3453
|
+
export {
|
|
3454
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3455
|
+
default as IndentIcon
|
|
3456
|
+
} from '../icons/indent-increase';
|
|
3220
3457
|
// LaptopMinimal aliases
|
|
3221
3458
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3222
3459
|
export {
|
|
3223
3460
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
3224
3461
|
default as Laptop2Icon
|
|
3225
3462
|
} from '../icons/laptop-minimal';
|
|
3226
|
-
// IndentIncrease aliases
|
|
3227
|
-
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3228
|
-
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3229
3463
|
// Layers aliases
|
|
3230
3464
|
export { default as LayersIcon } from '../icons/layers';
|
|
3231
|
-
export {
|
|
3465
|
+
export {
|
|
3466
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3467
|
+
default as Layers3Icon
|
|
3468
|
+
} from '../icons/layers';
|
|
3232
3469
|
// LoaderCircle aliases
|
|
3233
3470
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3234
|
-
export {
|
|
3471
|
+
export {
|
|
3472
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3473
|
+
default as Loader2Icon
|
|
3474
|
+
} from '../icons/loader-circle';
|
|
3235
3475
|
// LockKeyholeOpen aliases
|
|
3236
3476
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3237
|
-
export {
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3477
|
+
export {
|
|
3478
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
3479
|
+
default as UnlockKeyholeIcon
|
|
3480
|
+
} from '../icons/lock-keyhole-open';
|
|
3241
3481
|
// MailQuestionMark aliases
|
|
3242
3482
|
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3243
|
-
export {
|
|
3483
|
+
export {
|
|
3484
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3485
|
+
default as MailQuestionIcon
|
|
3486
|
+
} from '../icons/mail-question-mark';
|
|
3487
|
+
// LockOpen aliases
|
|
3488
|
+
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3489
|
+
export {
|
|
3490
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
3491
|
+
default as UnlockIcon
|
|
3492
|
+
} from '../icons/lock-open';
|
|
3244
3493
|
// MapPinPen aliases
|
|
3245
3494
|
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3246
3495
|
export {
|
|
@@ -3249,7 +3498,10 @@ export {
|
|
|
3249
3498
|
} from '../icons/map-pin-pen';
|
|
3250
3499
|
// MessageCircleQuestionMark aliases
|
|
3251
3500
|
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3252
|
-
export {
|
|
3501
|
+
export {
|
|
3502
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3503
|
+
default as MessageCircleQuestionIcon
|
|
3504
|
+
} from '../icons/message-circle-question-mark';
|
|
3253
3505
|
// MicVocal aliases
|
|
3254
3506
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3255
3507
|
export {
|
|
@@ -3258,43 +3510,82 @@ export {
|
|
|
3258
3510
|
} from '../icons/mic-vocal';
|
|
3259
3511
|
// Move3d aliases
|
|
3260
3512
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3261
|
-
export {
|
|
3513
|
+
export {
|
|
3514
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3515
|
+
default as Move3DIcon
|
|
3516
|
+
} from '../icons/move-3d';
|
|
3262
3517
|
// OctagonAlert aliases
|
|
3263
3518
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3264
|
-
export {
|
|
3519
|
+
export {
|
|
3520
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3521
|
+
default as AlertOctagonIcon
|
|
3522
|
+
} from '../icons/octagon-alert';
|
|
3265
3523
|
// OctagonPause aliases
|
|
3266
3524
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3267
|
-
export {
|
|
3268
|
-
|
|
3269
|
-
|
|
3270
|
-
|
|
3525
|
+
export {
|
|
3526
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3527
|
+
default as PauseOctagonIcon
|
|
3528
|
+
} from '../icons/octagon-pause';
|
|
3271
3529
|
// OctagonX aliases
|
|
3272
3530
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3273
|
-
export {
|
|
3531
|
+
export {
|
|
3532
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
3533
|
+
default as XOctagonIcon
|
|
3534
|
+
} from '../icons/octagon-x';
|
|
3535
|
+
// PaintbrushVertical aliases
|
|
3536
|
+
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3537
|
+
export {
|
|
3538
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
3539
|
+
default as Paintbrush2Icon
|
|
3540
|
+
} from '../icons/paintbrush-vertical';
|
|
3274
3541
|
// PanelBottomDashed aliases
|
|
3275
3542
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3276
|
-
export {
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3543
|
+
export {
|
|
3544
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3545
|
+
default as PanelBottomInactiveIcon
|
|
3546
|
+
} from '../icons/panel-bottom-dashed';
|
|
3280
3547
|
// PanelLeftClose aliases
|
|
3281
3548
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3282
|
-
export {
|
|
3549
|
+
export {
|
|
3550
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3551
|
+
default as SidebarCloseIcon
|
|
3552
|
+
} from '../icons/panel-left-close';
|
|
3283
3553
|
// PanelLeftDashed aliases
|
|
3284
3554
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3285
|
-
export {
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3555
|
+
export {
|
|
3556
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3557
|
+
default as PanelLeftInactiveIcon
|
|
3558
|
+
} from '../icons/panel-left-dashed';
|
|
3559
|
+
// PanelLeftOpen aliases
|
|
3560
|
+
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3561
|
+
export {
|
|
3562
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3563
|
+
default as SidebarOpenIcon
|
|
3564
|
+
} from '../icons/panel-left-open';
|
|
3289
3565
|
// PanelLeft aliases
|
|
3290
3566
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3291
|
-
export {
|
|
3567
|
+
export {
|
|
3568
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3569
|
+
default as SidebarIcon
|
|
3570
|
+
} from '../icons/panel-left';
|
|
3571
|
+
// PanelRightDashed aliases
|
|
3572
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3573
|
+
export {
|
|
3574
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
3575
|
+
default as PanelRightInactiveIcon
|
|
3576
|
+
} from '../icons/panel-right-dashed';
|
|
3292
3577
|
// PanelTopDashed aliases
|
|
3293
3578
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3294
|
-
export {
|
|
3579
|
+
export {
|
|
3580
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3581
|
+
default as PanelTopInactiveIcon
|
|
3582
|
+
} from '../icons/panel-top-dashed';
|
|
3295
3583
|
// PanelsTopLeft aliases
|
|
3296
3584
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3297
|
-
export {
|
|
3585
|
+
export {
|
|
3586
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
3587
|
+
default as LayoutIcon
|
|
3588
|
+
} from '../icons/panels-top-left';
|
|
3298
3589
|
// PenLine aliases
|
|
3299
3590
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3300
3591
|
export {
|
|
@@ -3307,225 +3598,438 @@ export {
|
|
|
3307
3598
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3308
3599
|
default as Edit2Icon
|
|
3309
3600
|
} from '../icons/pen';
|
|
3310
|
-
// PlugZap aliases
|
|
3311
|
-
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3312
|
-
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3313
3601
|
// RectangleEllipsis aliases
|
|
3314
3602
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3315
|
-
export {
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
|
|
3603
|
+
export {
|
|
3604
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3605
|
+
default as FormInputIcon
|
|
3606
|
+
} from '../icons/rectangle-ellipsis';
|
|
3607
|
+
// PlugZap aliases
|
|
3608
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3609
|
+
export {
|
|
3610
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3611
|
+
default as PlugZap2Icon
|
|
3612
|
+
} from '../icons/plug-zap';
|
|
3319
3613
|
// Rotate3d aliases
|
|
3320
3614
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3321
|
-
export {
|
|
3615
|
+
export {
|
|
3616
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3617
|
+
default as Rotate3DIcon
|
|
3618
|
+
} from '../icons/rotate-3d';
|
|
3619
|
+
// Rows2 aliases
|
|
3620
|
+
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3621
|
+
export {
|
|
3622
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
3623
|
+
default as RowsIcon
|
|
3624
|
+
} from '../icons/rows-2';
|
|
3322
3625
|
// Scale3d aliases
|
|
3323
3626
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3324
|
-
export {
|
|
3627
|
+
export {
|
|
3628
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3629
|
+
default as Scale3DIcon
|
|
3630
|
+
} from '../icons/scale-3d';
|
|
3325
3631
|
// Rows3 aliases
|
|
3326
3632
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3327
|
-
export {
|
|
3633
|
+
export {
|
|
3634
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3635
|
+
default as PanelsTopBottomIcon
|
|
3636
|
+
} from '../icons/rows-3';
|
|
3328
3637
|
// SendHorizontal aliases
|
|
3329
3638
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3330
3639
|
export {
|
|
3331
3640
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3332
3641
|
default as SendHorizonalIcon
|
|
3333
3642
|
} from '../icons/send-horizontal';
|
|
3643
|
+
// ShieldQuestionMark aliases
|
|
3644
|
+
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3645
|
+
export {
|
|
3646
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3647
|
+
default as ShieldQuestionIcon
|
|
3648
|
+
} from '../icons/shield-question-mark';
|
|
3334
3649
|
// ShieldX aliases
|
|
3335
3650
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3336
|
-
export {
|
|
3651
|
+
export {
|
|
3652
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3653
|
+
default as ShieldCloseIcon
|
|
3654
|
+
} from '../icons/shield-x';
|
|
3337
3655
|
// SlidersVertical aliases
|
|
3338
3656
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3339
|
-
export {
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
// Sparkles aliases
|
|
3344
|
-
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3345
|
-
export { default as StarsIcon } from '../icons/sparkles';
|
|
3657
|
+
export {
|
|
3658
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3659
|
+
default as SlidersIcon
|
|
3660
|
+
} from '../icons/sliders-vertical';
|
|
3346
3661
|
// SquareActivity aliases
|
|
3347
3662
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3348
|
-
export {
|
|
3663
|
+
export {
|
|
3664
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3665
|
+
default as ActivitySquareIcon
|
|
3666
|
+
} from '../icons/square-activity';
|
|
3667
|
+
// Sparkles aliases
|
|
3668
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3669
|
+
export {
|
|
3670
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3671
|
+
default as StarsIcon
|
|
3672
|
+
} from '../icons/sparkles';
|
|
3349
3673
|
// SquareArrowDownLeft aliases
|
|
3350
3674
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3351
|
-
export {
|
|
3675
|
+
export {
|
|
3676
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3677
|
+
default as ArrowDownLeftSquareIcon
|
|
3678
|
+
} from '../icons/square-arrow-down-left';
|
|
3352
3679
|
// SquareArrowDownRight aliases
|
|
3353
3680
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3354
|
-
export {
|
|
3681
|
+
export {
|
|
3682
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3683
|
+
default as ArrowDownRightSquareIcon
|
|
3684
|
+
} from '../icons/square-arrow-down-right';
|
|
3685
|
+
// SquareArrowOutDownLeft aliases
|
|
3686
|
+
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3687
|
+
export {
|
|
3688
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3689
|
+
default as ArrowDownLeftFromSquareIcon
|
|
3690
|
+
} from '../icons/square-arrow-out-down-left';
|
|
3355
3691
|
// SquareArrowDown aliases
|
|
3356
3692
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3357
|
-
export {
|
|
3693
|
+
export {
|
|
3694
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3695
|
+
default as ArrowDownSquareIcon
|
|
3696
|
+
} from '../icons/square-arrow-down';
|
|
3358
3697
|
// SquareArrowLeft aliases
|
|
3359
3698
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3360
|
-
export {
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
|
|
3699
|
+
export {
|
|
3700
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3701
|
+
default as ArrowLeftSquareIcon
|
|
3702
|
+
} from '../icons/square-arrow-left';
|
|
3364
3703
|
// SquareArrowOutDownRight aliases
|
|
3365
3704
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3366
|
-
export {
|
|
3705
|
+
export {
|
|
3706
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3707
|
+
default as ArrowDownRightFromSquareIcon
|
|
3708
|
+
} from '../icons/square-arrow-out-down-right';
|
|
3367
3709
|
// SquareArrowOutUpLeft aliases
|
|
3368
3710
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3369
|
-
export {
|
|
3711
|
+
export {
|
|
3712
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3713
|
+
default as ArrowUpLeftFromSquareIcon
|
|
3714
|
+
} from '../icons/square-arrow-out-up-left';
|
|
3370
3715
|
// SquareArrowOutUpRight aliases
|
|
3371
3716
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3372
|
-
export {
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3717
|
+
export {
|
|
3718
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3719
|
+
default as ArrowUpRightFromSquareIcon
|
|
3720
|
+
} from '../icons/square-arrow-out-up-right';
|
|
3376
3721
|
// SquareArrowUpLeft aliases
|
|
3377
3722
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3378
|
-
export {
|
|
3723
|
+
export {
|
|
3724
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
3725
|
+
default as ArrowUpLeftSquareIcon
|
|
3726
|
+
} from '../icons/square-arrow-up-left';
|
|
3727
|
+
// SquareArrowRight aliases
|
|
3728
|
+
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3729
|
+
export {
|
|
3730
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3731
|
+
default as ArrowRightSquareIcon
|
|
3732
|
+
} from '../icons/square-arrow-right';
|
|
3379
3733
|
// SquareArrowUpRight aliases
|
|
3380
3734
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3381
|
-
export {
|
|
3735
|
+
export {
|
|
3736
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
3737
|
+
default as ArrowUpRightSquareIcon
|
|
3738
|
+
} from '../icons/square-arrow-up-right';
|
|
3382
3739
|
// SquareArrowUp aliases
|
|
3383
3740
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3384
|
-
export {
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3741
|
+
export {
|
|
3742
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3743
|
+
default as ArrowUpSquareIcon
|
|
3744
|
+
} from '../icons/square-arrow-up';
|
|
3388
3745
|
// SquareAsterisk aliases
|
|
3389
3746
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3390
|
-
export {
|
|
3747
|
+
export {
|
|
3748
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
3749
|
+
default as AsteriskSquareIcon
|
|
3750
|
+
} from '../icons/square-asterisk';
|
|
3751
|
+
// SquareBottomDashedScissors aliases
|
|
3752
|
+
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3753
|
+
export {
|
|
3754
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
3755
|
+
default as ScissorsSquareDashedBottomIcon
|
|
3756
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
3391
3757
|
// SquareChartGantt aliases
|
|
3392
3758
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3393
|
-
export {
|
|
3394
|
-
|
|
3759
|
+
export {
|
|
3760
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
3761
|
+
default as GanttChartSquareIcon
|
|
3762
|
+
} from '../icons/square-chart-gantt';
|
|
3763
|
+
export {
|
|
3764
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
3765
|
+
default as SquareGanttChartIcon
|
|
3766
|
+
} from '../icons/square-chart-gantt';
|
|
3395
3767
|
// SquareCheckBig aliases
|
|
3396
3768
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3397
|
-
export {
|
|
3769
|
+
export {
|
|
3770
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3771
|
+
default as CheckSquareIcon
|
|
3772
|
+
} from '../icons/square-check-big';
|
|
3398
3773
|
// SquareCheck aliases
|
|
3399
3774
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3400
|
-
export {
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
// SquareChevronUp aliases
|
|
3405
|
-
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3406
|
-
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
3775
|
+
export {
|
|
3776
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
3777
|
+
default as CheckSquare2Icon
|
|
3778
|
+
} from '../icons/square-check';
|
|
3407
3779
|
// SquareChevronDown aliases
|
|
3408
3780
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3409
|
-
export {
|
|
3781
|
+
export {
|
|
3782
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
3783
|
+
default as ChevronDownSquareIcon
|
|
3784
|
+
} from '../icons/square-chevron-down';
|
|
3785
|
+
// SquareChevronLeft aliases
|
|
3786
|
+
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3787
|
+
export {
|
|
3788
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3789
|
+
default as ChevronLeftSquareIcon
|
|
3790
|
+
} from '../icons/square-chevron-left';
|
|
3410
3791
|
// SquareChevronRight aliases
|
|
3411
3792
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3412
|
-
export {
|
|
3793
|
+
export {
|
|
3794
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
3795
|
+
default as ChevronRightSquareIcon
|
|
3796
|
+
} from '../icons/square-chevron-right';
|
|
3797
|
+
// SquareChevronUp aliases
|
|
3798
|
+
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3799
|
+
export {
|
|
3800
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
3801
|
+
default as ChevronUpSquareIcon
|
|
3802
|
+
} from '../icons/square-chevron-up';
|
|
3413
3803
|
// SquareCode aliases
|
|
3414
3804
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3415
|
-
export {
|
|
3805
|
+
export {
|
|
3806
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
3807
|
+
default as CodeSquareIcon
|
|
3808
|
+
} from '../icons/square-code';
|
|
3416
3809
|
// SquareDashedKanban aliases
|
|
3417
3810
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3418
|
-
export {
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
|
|
3811
|
+
export {
|
|
3812
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
3813
|
+
default as KanbanSquareDashedIcon
|
|
3814
|
+
} from '../icons/square-dashed-kanban';
|
|
3422
3815
|
// SquareDashedMousePointer aliases
|
|
3423
3816
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3424
|
-
export {
|
|
3817
|
+
export {
|
|
3818
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
3819
|
+
default as MousePointerSquareDashedIcon
|
|
3820
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
3821
|
+
// SquareDashed aliases
|
|
3822
|
+
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3823
|
+
export {
|
|
3824
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
3825
|
+
default as BoxSelectIcon
|
|
3826
|
+
} from '../icons/square-dashed';
|
|
3425
3827
|
// SquareDivide aliases
|
|
3426
3828
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3427
|
-
export {
|
|
3829
|
+
export {
|
|
3830
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
3831
|
+
default as DivideSquareIcon
|
|
3832
|
+
} from '../icons/square-divide';
|
|
3428
3833
|
// SquareDot aliases
|
|
3429
3834
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3430
|
-
export {
|
|
3835
|
+
export {
|
|
3836
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
3837
|
+
default as DotSquareIcon
|
|
3838
|
+
} from '../icons/square-dot';
|
|
3431
3839
|
// SquareEqual aliases
|
|
3432
3840
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3433
|
-
export {
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3841
|
+
export {
|
|
3842
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
3843
|
+
default as EqualSquareIcon
|
|
3844
|
+
} from '../icons/square-equal';
|
|
3437
3845
|
// SquareFunction aliases
|
|
3438
3846
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3439
|
-
export {
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
|
|
3847
|
+
export {
|
|
3848
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
3849
|
+
default as FunctionSquareIcon
|
|
3850
|
+
} from '../icons/square-function';
|
|
3851
|
+
// SquareKanban aliases
|
|
3852
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3853
|
+
export {
|
|
3854
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
3855
|
+
default as KanbanSquareIcon
|
|
3856
|
+
} from '../icons/square-kanban';
|
|
3443
3857
|
// SquareLibrary aliases
|
|
3444
3858
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3445
|
-
export {
|
|
3859
|
+
export {
|
|
3860
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
3861
|
+
default as LibrarySquareIcon
|
|
3862
|
+
} from '../icons/square-library';
|
|
3863
|
+
// SquareM aliases
|
|
3864
|
+
export { default as SquareMIcon } from '../icons/square-m';
|
|
3865
|
+
export {
|
|
3866
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
3867
|
+
default as MSquareIcon
|
|
3868
|
+
} from '../icons/square-m';
|
|
3446
3869
|
// SquareMenu aliases
|
|
3447
3870
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3448
|
-
export {
|
|
3871
|
+
export {
|
|
3872
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
|
|
3873
|
+
default as MenuSquareIcon
|
|
3874
|
+
} from '../icons/square-menu';
|
|
3449
3875
|
// SquareMinus aliases
|
|
3450
3876
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3451
|
-
export {
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
|
|
3877
|
+
export {
|
|
3878
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
3879
|
+
default as MinusSquareIcon
|
|
3880
|
+
} from '../icons/square-minus';
|
|
3455
3881
|
// SquareParkingOff aliases
|
|
3456
3882
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
3457
|
-
export {
|
|
3883
|
+
export {
|
|
3884
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
3885
|
+
default as ParkingSquareOffIcon
|
|
3886
|
+
} from '../icons/square-parking-off';
|
|
3887
|
+
// SquareMousePointer aliases
|
|
3888
|
+
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3889
|
+
export {
|
|
3890
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
3891
|
+
default as InspectIcon
|
|
3892
|
+
} from '../icons/square-mouse-pointer';
|
|
3458
3893
|
// SquareParking aliases
|
|
3459
3894
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3460
|
-
export {
|
|
3895
|
+
export {
|
|
3896
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
3897
|
+
default as ParkingSquareIcon
|
|
3898
|
+
} from '../icons/square-parking';
|
|
3461
3899
|
// SquarePen aliases
|
|
3462
3900
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
3463
|
-
export {
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
export {
|
|
3468
|
-
|
|
3901
|
+
export {
|
|
3902
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
3903
|
+
default as PenBoxIcon
|
|
3904
|
+
} from '../icons/square-pen';
|
|
3905
|
+
export {
|
|
3906
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
3907
|
+
default as EditIcon
|
|
3908
|
+
} from '../icons/square-pen';
|
|
3909
|
+
export {
|
|
3910
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
3911
|
+
default as PenSquareIcon
|
|
3912
|
+
} from '../icons/square-pen';
|
|
3469
3913
|
// SquarePi aliases
|
|
3470
3914
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
3471
|
-
export {
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
|
|
3915
|
+
export {
|
|
3916
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
3917
|
+
default as PiSquareIcon
|
|
3918
|
+
} from '../icons/square-pi';
|
|
3919
|
+
// SquarePercent aliases
|
|
3920
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3921
|
+
export {
|
|
3922
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
3923
|
+
default as PercentSquareIcon
|
|
3924
|
+
} from '../icons/square-percent';
|
|
3475
3925
|
// SquarePilcrow aliases
|
|
3476
3926
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3477
|
-
export {
|
|
3927
|
+
export {
|
|
3928
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
3929
|
+
default as PilcrowSquareIcon
|
|
3930
|
+
} from '../icons/square-pilcrow';
|
|
3931
|
+
// SquarePlay aliases
|
|
3932
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3933
|
+
export {
|
|
3934
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
3935
|
+
default as PlaySquareIcon
|
|
3936
|
+
} from '../icons/square-play';
|
|
3478
3937
|
// SquarePlus aliases
|
|
3479
3938
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3480
|
-
export {
|
|
3939
|
+
export {
|
|
3940
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
3941
|
+
default as PlusSquareIcon
|
|
3942
|
+
} from '../icons/square-plus';
|
|
3481
3943
|
// SquareScissors aliases
|
|
3482
3944
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
3483
|
-
export {
|
|
3945
|
+
export {
|
|
3946
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
3947
|
+
default as ScissorsSquareIcon
|
|
3948
|
+
} from '../icons/square-scissors';
|
|
3484
3949
|
// SquarePower aliases
|
|
3485
3950
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
3486
|
-
export {
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
// SquareSplitHorizontal aliases
|
|
3491
|
-
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3492
|
-
export { default as SplitSquareHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3951
|
+
export {
|
|
3952
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
3953
|
+
default as PowerSquareIcon
|
|
3954
|
+
} from '../icons/square-power';
|
|
3493
3955
|
// SquareSigma aliases
|
|
3494
3956
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
3495
|
-
export {
|
|
3957
|
+
export {
|
|
3958
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
3959
|
+
default as SigmaSquareIcon
|
|
3960
|
+
} from '../icons/square-sigma';
|
|
3496
3961
|
// SquareSplitVertical aliases
|
|
3497
3962
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3498
|
-
export {
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3963
|
+
export {
|
|
3964
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
3965
|
+
default as SplitSquareVerticalIcon
|
|
3966
|
+
} from '../icons/square-split-vertical';
|
|
3967
|
+
// SquareSlash aliases
|
|
3968
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3969
|
+
export {
|
|
3970
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
3971
|
+
default as SlashSquareIcon
|
|
3972
|
+
} from '../icons/square-slash';
|
|
3973
|
+
// SquareSplitHorizontal aliases
|
|
3974
|
+
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3975
|
+
export {
|
|
3976
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3977
|
+
default as SplitSquareHorizontalIcon
|
|
3978
|
+
} from '../icons/square-split-horizontal';
|
|
3502
3979
|
// SquareUserRound aliases
|
|
3503
3980
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
3504
3981
|
export {
|
|
3505
3982
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
3506
3983
|
default as UserSquare2Icon
|
|
3507
3984
|
} from '../icons/square-user-round';
|
|
3508
|
-
//
|
|
3509
|
-
export { default as
|
|
3510
|
-
export {
|
|
3985
|
+
// SquareTerminal aliases
|
|
3986
|
+
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
3987
|
+
export {
|
|
3988
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
3989
|
+
default as TerminalSquareIcon
|
|
3990
|
+
} from '../icons/square-terminal';
|
|
3511
3991
|
// SquareUser aliases
|
|
3512
3992
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
3513
|
-
export {
|
|
3993
|
+
export {
|
|
3994
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
3995
|
+
default as UserSquareIcon
|
|
3996
|
+
} from '../icons/square-user';
|
|
3997
|
+
// SquareX aliases
|
|
3998
|
+
export { default as SquareXIcon } from '../icons/square-x';
|
|
3999
|
+
export {
|
|
4000
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
4001
|
+
default as XSquareIcon
|
|
4002
|
+
} from '../icons/square-x';
|
|
3514
4003
|
// TestTubeDiagonal aliases
|
|
3515
4004
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
3516
|
-
export {
|
|
4005
|
+
export {
|
|
4006
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
4007
|
+
default as TestTube2Icon
|
|
4008
|
+
} from '../icons/test-tube-diagonal';
|
|
3517
4009
|
// TextSelect aliases
|
|
3518
4010
|
export { default as TextSelectIcon } from '../icons/text-select';
|
|
3519
|
-
export {
|
|
4011
|
+
export {
|
|
4012
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|
|
4013
|
+
default as TextSelectionIcon
|
|
4014
|
+
} from '../icons/text-select';
|
|
3520
4015
|
// TramFront aliases
|
|
3521
4016
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
3522
|
-
export {
|
|
4017
|
+
export {
|
|
4018
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
4019
|
+
default as TrainIcon
|
|
4020
|
+
} from '../icons/tram-front';
|
|
3523
4021
|
// TreePalm aliases
|
|
3524
4022
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
3525
|
-
export {
|
|
4023
|
+
export {
|
|
4024
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
4025
|
+
default as PalmtreeIcon
|
|
4026
|
+
} from '../icons/tree-palm';
|
|
3526
4027
|
// TriangleAlert aliases
|
|
3527
4028
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3528
|
-
export {
|
|
4029
|
+
export {
|
|
4030
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
4031
|
+
default as AlertTriangleIcon
|
|
4032
|
+
} from '../icons/triangle-alert';
|
|
3529
4033
|
// TvMinimal aliases
|
|
3530
4034
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
3531
4035
|
export {
|
|
@@ -3538,6 +4042,12 @@ export {
|
|
|
3538
4042
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
3539
4043
|
default as School2Icon
|
|
3540
4044
|
} from '../icons/university';
|
|
4045
|
+
// UserRoundMinus aliases
|
|
4046
|
+
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4047
|
+
export {
|
|
4048
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
4049
|
+
default as UserMinus2Icon
|
|
4050
|
+
} from '../icons/user-round-minus';
|
|
3541
4051
|
// UserRoundCheck aliases
|
|
3542
4052
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
3543
4053
|
export {
|
|
@@ -3550,12 +4060,6 @@ export {
|
|
|
3550
4060
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
3551
4061
|
default as UserCog2Icon
|
|
3552
4062
|
} from '../icons/user-round-cog';
|
|
3553
|
-
// UserRoundMinus aliases
|
|
3554
|
-
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
3555
|
-
export {
|
|
3556
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
3557
|
-
default as UserMinus2Icon
|
|
3558
|
-
} from '../icons/user-round-minus';
|
|
3559
4063
|
// UserRoundPlus aliases
|
|
3560
4064
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
3561
4065
|
export {
|
|
@@ -3574,15 +4078,24 @@ export {
|
|
|
3574
4078
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
3575
4079
|
default as User2Icon
|
|
3576
4080
|
} from '../icons/user-round';
|
|
3577
|
-
// UtensilsCrossed aliases
|
|
3578
|
-
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
3579
|
-
export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
3580
4081
|
// UsersRound aliases
|
|
3581
4082
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
3582
4083
|
export {
|
|
3583
4084
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
3584
4085
|
default as Users2Icon
|
|
3585
4086
|
} from '../icons/users-round';
|
|
4087
|
+
// UtensilsCrossed aliases
|
|
4088
|
+
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4089
|
+
export {
|
|
4090
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4091
|
+
default as ForkKnifeCrossedIcon
|
|
4092
|
+
} from '../icons/utensils-crossed';
|
|
4093
|
+
// Utensils aliases
|
|
4094
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4095
|
+
export {
|
|
4096
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4097
|
+
default as ForkKnifeIcon
|
|
4098
|
+
} from '../icons/utensils';
|
|
3586
4099
|
// WalletMinimal aliases
|
|
3587
4100
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
3588
4101
|
export {
|
|
@@ -3595,7 +4108,4 @@ export {
|
|
|
3595
4108
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
3596
4109
|
default as Wand2Icon
|
|
3597
4110
|
} from '../icons/wand-sparkles';
|
|
3598
|
-
// Utensils aliases
|
|
3599
|
-
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3600
|
-
export { default as ForkKnifeIcon } from '../icons/utensils';
|
|
3601
4111
|
|