@lucide/astro 1.30.0 → 1.31.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 +102 -102
- package/src/aliases/prefixed.ts +593 -587
- package/src/aliases/suffixed.ts +892 -886
- package/src/icons/angle.ts +18 -0
- package/src/icons/eject.ts +18 -0
- package/src/icons/index.ts +204 -201
- package/src/icons/mail-badge.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,63 +1,63 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
+
// AArrowUp aliases
|
|
4
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
3
5
|
// ALargeSmall aliases
|
|
4
6
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
7
|
// Accessibility aliases
|
|
6
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
|
-
// AArrowUp aliases
|
|
8
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
9
|
-
// Activity aliases
|
|
10
|
-
export { default as ActivityIcon } from '../icons/activity';
|
|
11
9
|
// Ad aliases
|
|
12
10
|
export { default as AdIcon } from '../icons/ad';
|
|
13
|
-
//
|
|
14
|
-
export { default as
|
|
11
|
+
// Activity aliases
|
|
12
|
+
export { default as ActivityIcon } from '../icons/activity';
|
|
15
13
|
// Airplay aliases
|
|
16
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
17
|
-
//
|
|
18
|
-
export { default as
|
|
15
|
+
// AirVent aliases
|
|
16
|
+
export { default as AirVentIcon } from '../icons/air-vent';
|
|
19
17
|
// AlarmClockOff aliases
|
|
20
18
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
19
|
+
// AlarmClock aliases
|
|
20
|
+
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
21
21
|
// AlarmSmoke aliases
|
|
22
22
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
23
23
|
// Album aliases
|
|
24
24
|
export { default as AlbumIcon } from '../icons/album';
|
|
25
|
-
// AlignCenterVertical aliases
|
|
26
|
-
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
25
|
// AlignCenterHorizontal aliases
|
|
28
26
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
27
|
+
// AlignCenterVertical aliases
|
|
28
|
+
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
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';
|
|
33
|
+
// AlignEndVertical aliases
|
|
34
|
+
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
35
35
|
// AlignHorizontalDistributeEnd aliases
|
|
36
36
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
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
|
-
// AlignHorizontalJustifyEnd aliases
|
|
42
|
-
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
41
|
// AlignHorizontalJustifyStart aliases
|
|
44
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
|
+
// AlignHorizontalJustifyEnd aliases
|
|
44
|
+
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
45
45
|
// AlignHorizontalSpaceAround aliases
|
|
46
46
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
|
-
// AlignStartHorizontal aliases
|
|
48
|
-
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
49
47
|
// AlignHorizontalSpaceBetween aliases
|
|
50
48
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
51
|
-
//
|
|
52
|
-
export { default as
|
|
49
|
+
// AlignStartHorizontal aliases
|
|
50
|
+
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
53
51
|
// AlignStartVertical aliases
|
|
54
52
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
53
|
+
// AlignVerticalDistributeCenter aliases
|
|
54
|
+
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
55
55
|
// AlignVerticalDistributeEnd aliases
|
|
56
56
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
57
|
-
// AlignVerticalDistributeStart aliases
|
|
58
|
-
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
59
57
|
// AlignVerticalJustifyCenter aliases
|
|
60
58
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
|
+
// AlignVerticalDistributeStart aliases
|
|
60
|
+
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
61
61
|
// AlignVerticalJustifyEnd aliases
|
|
62
62
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
63
63
|
// AlignVerticalJustifyStart aliases
|
|
@@ -76,30 +76,32 @@ export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
|
76
76
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
77
77
|
// Anchor aliases
|
|
78
78
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
79
|
+
// Angle aliases
|
|
80
|
+
export { default as AngleIcon } from '../icons/angle';
|
|
79
81
|
// Antenna aliases
|
|
80
82
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
81
|
-
// Anvil aliases
|
|
82
|
-
export { default as AnvilIcon } from '../icons/anvil';
|
|
83
83
|
// Aperture aliases
|
|
84
84
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
85
|
+
// Anvil aliases
|
|
86
|
+
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
87
|
// AppWindowMac aliases
|
|
86
88
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
87
89
|
// AppWindow aliases
|
|
88
90
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
89
|
-
// Apple aliases
|
|
90
|
-
export { default as AppleIcon } from '../icons/apple';
|
|
91
91
|
// ArchiveRestore aliases
|
|
92
92
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
93
93
|
// ArchiveX aliases
|
|
94
94
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
95
|
+
// Apple aliases
|
|
96
|
+
export { default as AppleIcon } from '../icons/apple';
|
|
95
97
|
// Archive aliases
|
|
96
98
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
97
99
|
// Armchair aliases
|
|
98
100
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
99
|
-
// ArrowBigDown aliases
|
|
100
|
-
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
101
101
|
// ArrowBigDownDash aliases
|
|
102
102
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
|
+
// ArrowBigDown aliases
|
|
104
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
103
105
|
// ArrowBigLeftDash aliases
|
|
104
106
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
105
107
|
// ArrowBigLeft aliases
|
|
@@ -108,50 +110,50 @@ export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
|
108
110
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
109
111
|
// ArrowBigRight aliases
|
|
110
112
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
111
|
-
// ArrowBigUpDash aliases
|
|
112
|
-
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
113
113
|
// ArrowBigUp aliases
|
|
114
114
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
115
115
|
// ArrowDownFromLine aliases
|
|
116
116
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
117
|
+
// ArrowBigUpDash aliases
|
|
118
|
+
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
117
119
|
// ArrowDownLeft aliases
|
|
118
120
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
119
|
-
// ArrowDownNarrowWide aliases
|
|
120
|
-
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
121
121
|
// ArrowDownRight aliases
|
|
122
122
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
123
123
|
// ArrowDownToDot aliases
|
|
124
124
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
125
|
-
//
|
|
126
|
-
export { default as
|
|
125
|
+
// ArrowDownNarrowWide aliases
|
|
126
|
+
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
127
127
|
// ArrowDownToLine aliases
|
|
128
128
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
|
+
// ArrowDownUp aliases
|
|
130
|
+
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
129
131
|
// ArrowDown aliases
|
|
130
132
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
131
133
|
// ArrowLeftFromLine aliases
|
|
132
134
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
133
|
-
// ArrowLeftToLine aliases
|
|
134
|
-
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
135
135
|
// ArrowLeftRight aliases
|
|
136
136
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
137
|
-
//
|
|
138
|
-
export { default as
|
|
137
|
+
// ArrowLeftToLine aliases
|
|
138
|
+
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
139
|
// ArrowLeft aliases
|
|
140
140
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
141
|
+
// ArrowRightFromLine aliases
|
|
142
|
+
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
141
143
|
// ArrowRightLeft aliases
|
|
142
144
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
143
145
|
// ArrowRightToLine aliases
|
|
144
146
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
147
|
+
// ArrowUpFromDot aliases
|
|
148
|
+
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
145
149
|
// ArrowRight aliases
|
|
146
150
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
147
151
|
// ArrowUpDown aliases
|
|
148
152
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
149
|
-
// ArrowUpFromDot aliases
|
|
150
|
-
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
151
|
-
// ArrowUpLeft aliases
|
|
152
|
-
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
153
153
|
// ArrowUpFromLine aliases
|
|
154
154
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
155
|
+
// ArrowUpLeft aliases
|
|
156
|
+
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
155
157
|
// ArrowUpRight aliases
|
|
156
158
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
157
159
|
// ArrowUpToLine aliases
|
|
@@ -166,10 +168,10 @@ export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
|
166
168
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
167
169
|
// Astroid aliases
|
|
168
170
|
export { default as AstroidIcon } from '../icons/astroid';
|
|
169
|
-
// Atom aliases
|
|
170
|
-
export { default as AtomIcon } from '../icons/atom';
|
|
171
171
|
// AtSign aliases
|
|
172
172
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
173
|
+
// Atom aliases
|
|
174
|
+
export { default as AtomIcon } from '../icons/atom';
|
|
173
175
|
// AudioLinesX aliases
|
|
174
176
|
export { default as AudioLinesXIcon } from '../icons/audio-lines-x';
|
|
175
177
|
// AudioLines aliases
|
|
@@ -180,16 +182,16 @@ export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
|
180
182
|
export { default as AxeIcon } from '../icons/axe';
|
|
181
183
|
// Award aliases
|
|
182
184
|
export { default as AwardIcon } from '../icons/award';
|
|
185
|
+
// Baby aliases
|
|
186
|
+
export { default as BabyIcon } from '../icons/baby';
|
|
183
187
|
// Backpack aliases
|
|
184
188
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
185
189
|
// BadgeAlert aliases
|
|
186
190
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
187
|
-
// BadgeCent aliases
|
|
188
|
-
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
189
|
-
// Baby aliases
|
|
190
|
-
export { default as BabyIcon } from '../icons/baby';
|
|
191
191
|
// BadgeDollarSign aliases
|
|
192
192
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
193
|
+
// BadgeCent aliases
|
|
194
|
+
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
193
195
|
// BadgeEuro aliases
|
|
194
196
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
195
197
|
// BadgeIndianRupee aliases
|
|
@@ -198,24 +200,24 @@ export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
|
198
200
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
199
201
|
// BadgeJapaneseYen aliases
|
|
200
202
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
201
|
-
// BadgeMinus aliases
|
|
202
|
-
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
203
203
|
// BadgePercent aliases
|
|
204
204
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
205
205
|
// BadgePlus aliases
|
|
206
206
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
207
|
-
//
|
|
208
|
-
export { default as
|
|
207
|
+
// BadgeMinus aliases
|
|
208
|
+
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
209
209
|
// BadgePoundSterling aliases
|
|
210
210
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
211
|
+
// BadgeRussianRuble aliases
|
|
212
|
+
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
211
213
|
// BadgeSwissFranc aliases
|
|
212
214
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
213
215
|
// BadgeTurkishLira aliases
|
|
214
216
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
215
|
-
// Badge aliases
|
|
216
|
-
export { default as BadgeIcon } from '../icons/badge';
|
|
217
217
|
// BadgeX aliases
|
|
218
218
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
219
|
+
// Badge aliases
|
|
220
|
+
export { default as BadgeIcon } from '../icons/badge';
|
|
219
221
|
// BaggageClaim aliases
|
|
220
222
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
221
223
|
// Balloon aliases
|
|
@@ -224,20 +226,20 @@ export { default as BalloonIcon } from '../icons/balloon';
|
|
|
224
226
|
export { default as BananaIcon } from '../icons/banana';
|
|
225
227
|
// Bandage aliases
|
|
226
228
|
export { default as BandageIcon } from '../icons/bandage';
|
|
227
|
-
// BanknoteArrowDown aliases
|
|
228
|
-
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
229
229
|
// Ban aliases
|
|
230
230
|
export { default as BanIcon } from '../icons/ban';
|
|
231
|
+
// BanknoteArrowDown aliases
|
|
232
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
231
233
|
// BanknoteArrowUp aliases
|
|
232
234
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
233
|
-
// BanknoteX aliases
|
|
234
|
-
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
235
235
|
// BanknoteCheck aliases
|
|
236
236
|
export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
237
|
-
//
|
|
238
|
-
export { default as
|
|
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
|
+
// Barcode aliases
|
|
242
|
+
export { default as BarcodeIcon } from '../icons/barcode';
|
|
241
243
|
// Barrel aliases
|
|
242
244
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
243
245
|
// Baseline aliases
|
|
@@ -254,26 +256,26 @@ export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
|
254
256
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
255
257
|
// BatteryPlus aliases
|
|
256
258
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
257
|
-
// Battery aliases
|
|
258
|
-
export { default as BatteryIcon } from '../icons/battery';
|
|
259
259
|
// BatteryWarning aliases
|
|
260
260
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
261
|
+
// Battery aliases
|
|
262
|
+
export { default as BatteryIcon } from '../icons/battery';
|
|
261
263
|
// Beaker aliases
|
|
262
264
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
263
|
-
// BeanOff aliases
|
|
264
|
-
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
265
265
|
// Bean aliases
|
|
266
266
|
export { default as BeanIcon } from '../icons/bean';
|
|
267
|
-
//
|
|
268
|
-
export { default as
|
|
267
|
+
// BeanOff aliases
|
|
268
|
+
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
269
269
|
// BedSingle aliases
|
|
270
270
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
271
|
-
//
|
|
272
|
-
export { default as
|
|
271
|
+
// BedDouble aliases
|
|
272
|
+
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
273
273
|
// BeefOff aliases
|
|
274
274
|
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
275
275
|
// Beef aliases
|
|
276
276
|
export { default as BeefIcon } from '../icons/beef';
|
|
277
|
+
// Bed aliases
|
|
278
|
+
export { default as BedIcon } from '../icons/bed';
|
|
277
279
|
// BeerOff aliases
|
|
278
280
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
279
281
|
// Beer aliases
|
|
@@ -288,24 +290,24 @@ export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
|
288
290
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
289
291
|
// BellPlus aliases
|
|
290
292
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
291
|
-
// BellRing aliases
|
|
292
|
-
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
293
293
|
// BellOff aliases
|
|
294
294
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
295
|
+
// BellRing aliases
|
|
296
|
+
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
295
297
|
// Bell aliases
|
|
296
298
|
export { default as BellIcon } from '../icons/bell';
|
|
297
299
|
// BetweenVerticalEnd aliases
|
|
298
300
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
299
|
-
// BicepsFlexed aliases
|
|
300
|
-
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
301
301
|
// BetweenVerticalStart aliases
|
|
302
302
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
303
|
+
// Bike aliases
|
|
304
|
+
export { default as BikeIcon } from '../icons/bike';
|
|
305
|
+
// BicepsFlexed aliases
|
|
306
|
+
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
303
307
|
// Binary aliases
|
|
304
308
|
export { default as BinaryIcon } from '../icons/binary';
|
|
305
309
|
// Binoculars aliases
|
|
306
310
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
307
|
-
// Bike aliases
|
|
308
|
-
export { default as BikeIcon } from '../icons/bike';
|
|
309
311
|
// Biohazard aliases
|
|
310
312
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
311
313
|
// Bird aliases
|
|
@@ -314,22 +316,22 @@ export { default as BirdIcon } from '../icons/bird';
|
|
|
314
316
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
315
317
|
// Bitcoin aliases
|
|
316
318
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
317
|
-
// Blender aliases
|
|
318
|
-
export { default as BlenderIcon } from '../icons/blender';
|
|
319
319
|
// Blend aliases
|
|
320
320
|
export { default as BlendIcon } from '../icons/blend';
|
|
321
|
+
// Blender aliases
|
|
322
|
+
export { default as BlenderIcon } from '../icons/blender';
|
|
321
323
|
// Blinds aliases
|
|
322
324
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
323
|
-
// Blocks aliases
|
|
324
|
-
export { default as BlocksIcon } from '../icons/blocks';
|
|
325
325
|
// BluetoothConnected aliases
|
|
326
326
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
327
|
+
// Blocks aliases
|
|
328
|
+
export { default as BlocksIcon } from '../icons/blocks';
|
|
329
|
+
// BluetoothOff aliases
|
|
330
|
+
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
327
331
|
// BluetoothSearching aliases
|
|
328
332
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
329
333
|
// Bluetooth aliases
|
|
330
334
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
331
|
-
// BluetoothOff aliases
|
|
332
|
-
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
333
335
|
// Bold aliases
|
|
334
336
|
export { default as BoldIcon } from '../icons/bold';
|
|
335
337
|
// Bolt aliases
|
|
@@ -344,10 +346,10 @@ export { default as BoneIcon } from '../icons/bone';
|
|
|
344
346
|
export { default as BookAIcon } from '../icons/book-a';
|
|
345
347
|
// BookAlert aliases
|
|
346
348
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
347
|
-
// BookAudio aliases
|
|
348
|
-
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
349
349
|
// BookCheck aliases
|
|
350
350
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
351
|
+
// BookAudio aliases
|
|
352
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
351
353
|
// BookCopy aliases
|
|
352
354
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
353
355
|
// BookDown aliases
|
|
@@ -356,22 +358,22 @@ export { default as BookDownIcon } from '../icons/book-down';
|
|
|
356
358
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
357
359
|
// BookHeart aliases
|
|
358
360
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
359
|
-
// BookKey aliases
|
|
360
|
-
export { default as BookKeyIcon } from '../icons/book-key';
|
|
361
361
|
// BookImage aliases
|
|
362
362
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
363
363
|
// BookLock aliases
|
|
364
364
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
365
|
+
// BookKey aliases
|
|
366
|
+
export { default as BookKeyIcon } from '../icons/book-key';
|
|
365
367
|
// BookMarked aliases
|
|
366
368
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
367
|
-
// BookMinus aliases
|
|
368
|
-
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
369
369
|
// BookOpenCheck aliases
|
|
370
370
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
371
|
-
//
|
|
372
|
-
export { default as
|
|
371
|
+
// BookMinus aliases
|
|
372
|
+
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
373
373
|
// BookOpen aliases
|
|
374
374
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
375
|
+
// BookOpenText aliases
|
|
376
|
+
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
375
377
|
// BookPlus aliases
|
|
376
378
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
377
379
|
// BookSearch aliases
|
|
@@ -396,14 +398,14 @@ export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
|
396
398
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
397
399
|
// BookmarkOff aliases
|
|
398
400
|
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
401
|
+
// BookmarkPlus aliases
|
|
402
|
+
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
399
403
|
// BookmarkX aliases
|
|
400
404
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
401
405
|
// Bookmark aliases
|
|
402
406
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
403
407
|
// BoomBox aliases
|
|
404
408
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
405
|
-
// BookmarkPlus aliases
|
|
406
|
-
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
407
409
|
// BotMessageSquare aliases
|
|
408
410
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
409
411
|
// BotOff aliases
|
|
@@ -412,22 +414,22 @@ export { default as BotOffIcon } from '../icons/bot-off';
|
|
|
412
414
|
export { default as BotIcon } from '../icons/bot';
|
|
413
415
|
// BottleWine aliases
|
|
414
416
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
415
|
-
// BowArrow aliases
|
|
416
|
-
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
417
417
|
// Box aliases
|
|
418
418
|
export { default as BoxIcon } from '../icons/box';
|
|
419
419
|
// Boxes aliases
|
|
420
420
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
421
|
-
// BrainCircuit aliases
|
|
422
|
-
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
423
421
|
// Brackets aliases
|
|
424
422
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
423
|
+
// BrainCircuit aliases
|
|
424
|
+
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
425
|
+
// BowArrow aliases
|
|
426
|
+
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
425
427
|
// BrainCog aliases
|
|
426
428
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
427
|
-
// BrickWallFire aliases
|
|
428
|
-
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
429
429
|
// Brain aliases
|
|
430
430
|
export { default as BrainIcon } from '../icons/brain';
|
|
431
|
+
// BrickWallFire aliases
|
|
432
|
+
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
431
433
|
// BrickWallShield aliases
|
|
432
434
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
433
435
|
// BrickWall aliases
|
|
@@ -452,64 +454,64 @@ export { default as BroomIcon } from '../icons/broom';
|
|
|
452
454
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
453
455
|
// Brush aliases
|
|
454
456
|
export { default as BrushIcon } from '../icons/brush';
|
|
455
|
-
// BugOff aliases
|
|
456
|
-
export { default as BugOffIcon } from '../icons/bug-off';
|
|
457
|
-
// BugPlay aliases
|
|
458
|
-
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
459
457
|
// Bubbles aliases
|
|
460
458
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
461
|
-
//
|
|
462
|
-
export { default as
|
|
463
|
-
//
|
|
464
|
-
export { default as
|
|
459
|
+
// BugPlay aliases
|
|
460
|
+
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
461
|
+
// BugOff aliases
|
|
462
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
465
463
|
// Building2 aliases
|
|
466
464
|
export { default as Building2Icon } from '../icons/building-2';
|
|
465
|
+
// Bug aliases
|
|
466
|
+
export { default as BugIcon } from '../icons/bug';
|
|
467
467
|
// Building aliases
|
|
468
468
|
export { default as BuildingIcon } from '../icons/building';
|
|
469
|
+
// BusFront aliases
|
|
470
|
+
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
469
471
|
// Bus aliases
|
|
470
472
|
export { default as BusIcon } from '../icons/bus';
|
|
471
473
|
// CableCar aliases
|
|
472
474
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
473
|
-
// Cable aliases
|
|
474
|
-
export { default as CableIcon } from '../icons/cable';
|
|
475
475
|
// CakeSlice aliases
|
|
476
476
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
477
|
-
//
|
|
478
|
-
export { default as
|
|
477
|
+
// Cable aliases
|
|
478
|
+
export { default as CableIcon } from '../icons/cable';
|
|
479
479
|
// Cake aliases
|
|
480
480
|
export { default as CakeIcon } from '../icons/cake';
|
|
481
|
+
// Calculator aliases
|
|
482
|
+
export { default as CalculatorIcon } from '../icons/calculator';
|
|
481
483
|
// Calendar1 aliases
|
|
482
484
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
483
485
|
// CalendarArrowDown aliases
|
|
484
486
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
485
487
|
// CalendarArrowUp aliases
|
|
486
488
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
487
|
-
// CalendarCheck2 aliases
|
|
488
|
-
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
489
489
|
// CalendarCheck aliases
|
|
490
490
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
491
|
+
// CalendarCheck2 aliases
|
|
492
|
+
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
491
493
|
// CalendarClock aliases
|
|
492
494
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
493
495
|
// CalendarCog aliases
|
|
494
496
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
495
|
-
// CalendarFold aliases
|
|
496
|
-
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
497
497
|
// CalendarDays aliases
|
|
498
498
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
499
|
+
// CalendarFold aliases
|
|
500
|
+
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
499
501
|
// CalendarHeart aliases
|
|
500
502
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
501
503
|
// CalendarMinus2 aliases
|
|
502
504
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
503
|
-
// CalendarMinus aliases
|
|
504
|
-
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
505
505
|
// CalendarOff aliases
|
|
506
506
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
507
|
+
// CalendarMinus aliases
|
|
508
|
+
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
507
509
|
// CalendarPlus2 aliases
|
|
508
510
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
509
|
-
// CalendarRange aliases
|
|
510
|
-
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
511
511
|
// CalendarPlus aliases
|
|
512
512
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
513
|
+
// CalendarRange aliases
|
|
514
|
+
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
513
515
|
// CalendarSearch aliases
|
|
514
516
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
515
517
|
// CalendarSync aliases
|
|
@@ -524,46 +526,46 @@ export { default as CalendarIcon } from '../icons/calendar';
|
|
|
524
526
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
525
527
|
// CameraOff aliases
|
|
526
528
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
527
|
-
// Camera aliases
|
|
528
|
-
export { default as CameraIcon } from '../icons/camera';
|
|
529
529
|
// CandyCane aliases
|
|
530
530
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
531
|
+
// Camera aliases
|
|
532
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
531
533
|
// CandyOff aliases
|
|
532
534
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
533
|
-
// Candy aliases
|
|
534
|
-
export { default as CandyIcon } from '../icons/candy';
|
|
535
535
|
// CannabisOff aliases
|
|
536
536
|
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
537
|
+
// Candy aliases
|
|
538
|
+
export { default as CandyIcon } from '../icons/candy';
|
|
537
539
|
// Cannabis aliases
|
|
538
540
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
539
541
|
// CaptionsOff aliases
|
|
540
542
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
541
|
-
// CarFront aliases
|
|
542
|
-
export { default as CarFrontIcon } from '../icons/car-front';
|
|
543
|
-
// Car aliases
|
|
544
|
-
export { default as CarIcon } from '../icons/car';
|
|
545
543
|
// CarTaxiFront aliases
|
|
546
544
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
545
|
+
// CarFront aliases
|
|
546
|
+
export { default as CarFrontIcon } from '../icons/car-front';
|
|
547
547
|
// Caravan aliases
|
|
548
548
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
549
|
+
// Car aliases
|
|
550
|
+
export { default as CarIcon } from '../icons/car';
|
|
549
551
|
// CardSim aliases
|
|
550
552
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
551
|
-
// CaseLower aliases
|
|
552
|
-
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
553
553
|
// Carrot aliases
|
|
554
554
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
555
|
+
// CaseLower aliases
|
|
556
|
+
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
557
|
+
// CaseSensitive aliases
|
|
558
|
+
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
555
559
|
// CaseUpper aliases
|
|
556
560
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
557
561
|
// CassetteTape aliases
|
|
558
562
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
559
|
-
//
|
|
560
|
-
export { default as
|
|
563
|
+
// Castle aliases
|
|
564
|
+
export { default as CastleIcon } from '../icons/castle';
|
|
561
565
|
// Cast aliases
|
|
562
566
|
export { default as CastIcon } from '../icons/cast';
|
|
563
567
|
// Cat aliases
|
|
564
568
|
export { default as CatIcon } from '../icons/cat';
|
|
565
|
-
// Castle aliases
|
|
566
|
-
export { default as CastleIcon } from '../icons/castle';
|
|
567
569
|
// CctvOff aliases
|
|
568
570
|
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
569
571
|
// Cctv aliases
|
|
@@ -572,10 +574,10 @@ export { default as CctvIcon } from '../icons/cctv';
|
|
|
572
574
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
573
575
|
// ChartBarIncreasing aliases
|
|
574
576
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
575
|
-
// ChartBarStacked aliases
|
|
576
|
-
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
577
577
|
// ChartColumnDecreasing aliases
|
|
578
578
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
579
|
+
// ChartBarStacked aliases
|
|
580
|
+
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
579
581
|
// ChartColumnStacked aliases
|
|
580
582
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
581
583
|
// ChartGantt aliases
|
|
@@ -592,56 +594,56 @@ export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
|
592
594
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
593
595
|
// CheckLine aliases
|
|
594
596
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
597
|
+
// ChefHat aliases
|
|
598
|
+
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
595
599
|
// Check aliases
|
|
596
600
|
export { default as CheckIcon } from '../icons/check';
|
|
597
601
|
// Cherry aliases
|
|
598
602
|
export { default as CherryIcon } from '../icons/cherry';
|
|
599
|
-
// ChefHat aliases
|
|
600
|
-
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
601
|
-
// ChessBishop aliases
|
|
602
|
-
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
603
603
|
// ChessKing aliases
|
|
604
604
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
605
|
-
//
|
|
606
|
-
export { default as
|
|
605
|
+
// ChessBishop aliases
|
|
606
|
+
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
607
607
|
// ChessKnight aliases
|
|
608
608
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
609
|
+
// ChessPawn aliases
|
|
610
|
+
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
609
611
|
// ChessQueen aliases
|
|
610
612
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
611
613
|
// ChessRook aliases
|
|
612
614
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
613
615
|
// ChevronDown aliases
|
|
614
616
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
617
|
+
// ChevronLast aliases
|
|
618
|
+
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
615
619
|
// ChevronFirst aliases
|
|
616
620
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
617
621
|
// ChevronLeft aliases
|
|
618
622
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
619
|
-
// ChevronLast aliases
|
|
620
|
-
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
621
623
|
// ChevronRight aliases
|
|
622
624
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
623
|
-
// ChevronsDownUp aliases
|
|
624
|
-
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
625
625
|
// ChevronUp aliases
|
|
626
626
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
627
|
+
// ChevronsDownUp aliases
|
|
628
|
+
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
627
629
|
// ChevronsDown aliases
|
|
628
630
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
629
631
|
// ChevronsLeftRightEllipsis aliases
|
|
630
632
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
631
|
-
// ChevronsLeft aliases
|
|
632
|
-
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
633
633
|
// ChevronsLeftRight aliases
|
|
634
634
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
635
|
+
// ChevronsLeft aliases
|
|
636
|
+
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
635
637
|
// ChevronsRightLeft aliases
|
|
636
638
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
637
639
|
// ChevronsRight aliases
|
|
638
640
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
639
|
-
// ChevronsUpDown aliases
|
|
640
|
-
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
641
641
|
// ChevronsUp aliases
|
|
642
642
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
643
643
|
// Church aliases
|
|
644
644
|
export { default as ChurchIcon } from '../icons/church';
|
|
645
|
+
// ChevronsUpDown aliases
|
|
646
|
+
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
645
647
|
// CigaretteOff aliases
|
|
646
648
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
647
649
|
// Cigarette aliases
|
|
@@ -654,74 +656,74 @@ export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
|
654
656
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
655
657
|
// CircleDot aliases
|
|
656
658
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
657
|
-
// CircleEllipsis aliases
|
|
658
|
-
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
659
659
|
// CircleEqual aliases
|
|
660
660
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
661
|
+
// CircleEllipsis aliases
|
|
662
|
+
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
661
663
|
// CircleEuro aliases
|
|
662
664
|
export { default as CircleEuroIcon } from '../icons/circle-euro';
|
|
663
|
-
// CircleOff aliases
|
|
664
|
-
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
665
665
|
// CircleFadingArrowUp aliases
|
|
666
666
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
667
667
|
// CircleFadingPlus aliases
|
|
668
668
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
669
|
+
// CircleOff aliases
|
|
670
|
+
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
669
671
|
// CirclePile aliases
|
|
670
672
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
671
673
|
// CirclePoundSterling aliases
|
|
672
674
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
673
|
-
// CircleSlash aliases
|
|
674
|
-
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
675
|
-
// CircleStar aliases
|
|
676
|
-
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
677
675
|
// CircleSmall aliases
|
|
678
676
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
677
|
+
// CircleSlash aliases
|
|
678
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
679
679
|
// Circle aliases
|
|
680
680
|
export { default as CircleIcon } from '../icons/circle';
|
|
681
|
+
// CircleStar aliases
|
|
682
|
+
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
681
683
|
// CircuitBoard aliases
|
|
682
684
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
683
685
|
// Citrus aliases
|
|
684
686
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
685
687
|
// Clapperboard aliases
|
|
686
688
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
687
|
-
// ClipboardCheck aliases
|
|
688
|
-
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
689
689
|
// ClipboardClock aliases
|
|
690
690
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
691
|
-
//
|
|
692
|
-
export { default as
|
|
691
|
+
// ClipboardCheck aliases
|
|
692
|
+
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
693
693
|
// ClipboardCopy aliases
|
|
694
694
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
695
695
|
// ClipboardMinus aliases
|
|
696
696
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
697
|
+
// ClipboardList aliases
|
|
698
|
+
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
697
699
|
// ClipboardPaste aliases
|
|
698
700
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
699
701
|
// ClipboardPlus aliases
|
|
700
702
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
701
703
|
// ClipboardType aliases
|
|
702
704
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
703
|
-
// ClipboardX aliases
|
|
704
|
-
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
705
705
|
// Clipboard aliases
|
|
706
706
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
707
|
+
// ClipboardX aliases
|
|
708
|
+
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
707
709
|
// Clock1 aliases
|
|
708
710
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
709
|
-
// Clock11 aliases
|
|
710
|
-
export { default as Clock11Icon } from '../icons/clock-11';
|
|
711
711
|
// Clock10 aliases
|
|
712
712
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
713
713
|
// Clock12 aliases
|
|
714
714
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
715
|
-
//
|
|
716
|
-
export { default as
|
|
715
|
+
// Clock11 aliases
|
|
716
|
+
export { default as Clock11Icon } from '../icons/clock-11';
|
|
717
717
|
// Clock4 aliases
|
|
718
718
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
719
|
-
//
|
|
720
|
-
export { default as
|
|
721
|
-
// Clock5 aliases
|
|
722
|
-
export { default as Clock5Icon } from '../icons/clock-5';
|
|
719
|
+
// Clock2 aliases
|
|
720
|
+
export { default as Clock2Icon } from '../icons/clock-2';
|
|
723
721
|
// Clock3 aliases
|
|
724
722
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
723
|
+
// Clock5 aliases
|
|
724
|
+
export { default as Clock5Icon } from '../icons/clock-5';
|
|
725
|
+
// Clock6 aliases
|
|
726
|
+
export { default as Clock6Icon } from '../icons/clock-6';
|
|
725
727
|
// Clock7 aliases
|
|
726
728
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
727
729
|
// Clock8 aliases
|
|
@@ -742,10 +744,10 @@ export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
|
742
744
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
743
745
|
// ClockFading aliases
|
|
744
746
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
745
|
-
// ClockPlus aliases
|
|
746
|
-
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
747
747
|
// Clock aliases
|
|
748
748
|
export { default as ClockIcon } from '../icons/clock';
|
|
749
|
+
// ClockPlus aliases
|
|
750
|
+
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
749
751
|
// ClosedCaption aliases
|
|
750
752
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
751
753
|
// CloudAlert aliases
|
|
@@ -754,28 +756,28 @@ export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
|
754
756
|
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
755
757
|
// CloudCheck aliases
|
|
756
758
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
757
|
-
// CloudCog aliases
|
|
758
|
-
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
759
759
|
// CloudDrizzle aliases
|
|
760
760
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
761
|
+
// CloudCog aliases
|
|
762
|
+
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
761
763
|
// CloudFog aliases
|
|
762
764
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
763
765
|
// CloudHail aliases
|
|
764
766
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
765
767
|
// CloudLightning aliases
|
|
766
768
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
767
|
-
// CloudMoonRain aliases
|
|
768
|
-
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
769
769
|
// CloudMoon aliases
|
|
770
770
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
771
|
+
// CloudMoonRain aliases
|
|
772
|
+
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
771
773
|
// CloudOff aliases
|
|
772
774
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
773
|
-
// CloudRainWind aliases
|
|
774
|
-
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
775
775
|
// CloudRain aliases
|
|
776
776
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
777
777
|
// CloudSnow aliases
|
|
778
778
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
779
|
+
// CloudRainWind aliases
|
|
780
|
+
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
779
781
|
// CloudSunRain aliases
|
|
780
782
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
781
783
|
// CloudSun aliases
|
|
@@ -786,24 +788,24 @@ export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
|
786
788
|
export { default as CloudIcon } from '../icons/cloud';
|
|
787
789
|
// Cloudy aliases
|
|
788
790
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
791
|
+
// Coffee aliases
|
|
792
|
+
export { default as CoffeeIcon } from '../icons/coffee';
|
|
789
793
|
// Clover aliases
|
|
790
794
|
export { default as CloverIcon } from '../icons/clover';
|
|
791
795
|
// Club aliases
|
|
792
796
|
export { default as ClubIcon } from '../icons/club';
|
|
793
797
|
// Code aliases
|
|
794
798
|
export { default as CodeIcon } from '../icons/code';
|
|
795
|
-
// Coffee aliases
|
|
796
|
-
export { default as CoffeeIcon } from '../icons/coffee';
|
|
797
799
|
// Cog aliases
|
|
798
800
|
export { default as CogIcon } from '../icons/cog';
|
|
799
801
|
// Columns4 aliases
|
|
800
802
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
801
803
|
// Coins aliases
|
|
802
804
|
export { default as CoinsIcon } from '../icons/coins';
|
|
803
|
-
// Command aliases
|
|
804
|
-
export { default as CommandIcon } from '../icons/command';
|
|
805
805
|
// Combine aliases
|
|
806
806
|
export { default as CombineIcon } from '../icons/combine';
|
|
807
|
+
// Command aliases
|
|
808
|
+
export { default as CommandIcon } from '../icons/command';
|
|
807
809
|
// Compass aliases
|
|
808
810
|
export { default as CompassIcon } from '../icons/compass';
|
|
809
811
|
// Component aliases
|
|
@@ -812,52 +814,52 @@ export { default as ComponentIcon } from '../icons/component';
|
|
|
812
814
|
export { default as ComputerIcon } from '../icons/computer';
|
|
813
815
|
// ConciergeBell aliases
|
|
814
816
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
815
|
-
// Cone aliases
|
|
816
|
-
export { default as ConeIcon } from '../icons/cone';
|
|
817
817
|
// Construction aliases
|
|
818
818
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
819
|
-
//
|
|
820
|
-
export { default as
|
|
819
|
+
// Cone aliases
|
|
820
|
+
export { default as ConeIcon } from '../icons/cone';
|
|
821
821
|
// Container aliases
|
|
822
822
|
export { default as ContainerIcon } from '../icons/container';
|
|
823
|
+
// Contact aliases
|
|
824
|
+
export { default as ContactIcon } from '../icons/contact';
|
|
825
|
+
// CookingPot aliases
|
|
826
|
+
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
823
827
|
// Contrast aliases
|
|
824
828
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
825
829
|
// Cookie aliases
|
|
826
830
|
export { default as CookieIcon } from '../icons/cookie';
|
|
827
|
-
// CookingPot aliases
|
|
828
|
-
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
829
831
|
// CopyCheck aliases
|
|
830
832
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
831
833
|
// CopyMinus aliases
|
|
832
834
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
833
835
|
// CopyPlus aliases
|
|
834
836
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
835
|
-
// CopySlash aliases
|
|
836
|
-
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
837
837
|
// CopyX aliases
|
|
838
838
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
839
|
+
// CopySlash aliases
|
|
840
|
+
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
839
841
|
// Copy aliases
|
|
840
842
|
export { default as CopyIcon } from '../icons/copy';
|
|
841
843
|
// Copyleft aliases
|
|
842
844
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
843
|
-
// Copyright aliases
|
|
844
|
-
export { default as CopyrightIcon } from '../icons/copyright';
|
|
845
845
|
// CornerDownLeft aliases
|
|
846
846
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
847
|
+
// Copyright aliases
|
|
848
|
+
export { default as CopyrightIcon } from '../icons/copyright';
|
|
847
849
|
// CornerDownRight aliases
|
|
848
850
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
849
851
|
// CornerLeftDown aliases
|
|
850
852
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
851
|
-
// CornerLeftUp aliases
|
|
852
|
-
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
853
853
|
// CornerRightDown aliases
|
|
854
854
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
855
|
+
// CornerLeftUp aliases
|
|
856
|
+
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
855
857
|
// CornerRightUp aliases
|
|
856
858
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
857
|
-
// CornerUpLeft aliases
|
|
858
|
-
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
859
859
|
// CornerUpRight aliases
|
|
860
860
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
861
|
+
// CornerUpLeft aliases
|
|
862
|
+
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
861
863
|
// Cpu aliases
|
|
862
864
|
export { default as CpuIcon } from '../icons/cpu';
|
|
863
865
|
// CreativeCommons aliases
|
|
@@ -868,10 +870,10 @@ export { default as CreditCardIcon } from '../icons/credit-card';
|
|
|
868
870
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
869
871
|
// Crop aliases
|
|
870
872
|
export { default as CropIcon } from '../icons/crop';
|
|
871
|
-
// Cross aliases
|
|
872
|
-
export { default as CrossIcon } from '../icons/cross';
|
|
873
873
|
// Crosshair aliases
|
|
874
874
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
875
|
+
// Cross aliases
|
|
876
|
+
export { default as CrossIcon } from '../icons/cross';
|
|
875
877
|
// Crown aliases
|
|
876
878
|
export { default as CrownIcon } from '../icons/crown';
|
|
877
879
|
// Cuboid aliases
|
|
@@ -916,16 +918,16 @@ export { default as DessertIcon } from '../icons/dessert';
|
|
|
916
918
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
917
919
|
// DiamondMinus aliases
|
|
918
920
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
919
|
-
// DiamondPlus aliases
|
|
920
|
-
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
921
921
|
// Diamond aliases
|
|
922
922
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
923
|
+
// DiamondPlus aliases
|
|
924
|
+
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
923
925
|
// Dice1 aliases
|
|
924
926
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
925
|
-
// Dice2 aliases
|
|
926
|
-
export { default as Dice2Icon } from '../icons/dice-2';
|
|
927
927
|
// Dice3 aliases
|
|
928
928
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
929
|
+
// Dice2 aliases
|
|
930
|
+
export { default as Dice2Icon } from '../icons/dice-2';
|
|
929
931
|
// Dice4 aliases
|
|
930
932
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
931
933
|
// Dice5 aliases
|
|
@@ -940,112 +942,114 @@ export { default as DiffIcon } from '../icons/diff';
|
|
|
940
942
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
941
943
|
// Disc3 aliases
|
|
942
944
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
943
|
-
// Disc aliases
|
|
944
|
-
export { default as DiscIcon } from '../icons/disc';
|
|
945
945
|
// DiscAlbum aliases
|
|
946
946
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
947
|
+
// Disc aliases
|
|
948
|
+
export { default as DiscIcon } from '../icons/disc';
|
|
947
949
|
// Divide aliases
|
|
948
950
|
export { default as DivideIcon } from '../icons/divide';
|
|
949
951
|
// DnaOff aliases
|
|
950
952
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
951
953
|
// Dna aliases
|
|
952
954
|
export { default as DnaIcon } from '../icons/dna';
|
|
955
|
+
// DollarSign aliases
|
|
956
|
+
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
953
957
|
// Dock aliases
|
|
954
958
|
export { default as DockIcon } from '../icons/dock';
|
|
955
959
|
// Dog aliases
|
|
956
960
|
export { default as DogIcon } from '../icons/dog';
|
|
957
|
-
// DollarSign aliases
|
|
958
|
-
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
959
961
|
// Donut aliases
|
|
960
962
|
export { default as DonutIcon } from '../icons/donut';
|
|
961
963
|
// DoorClosedLocked aliases
|
|
962
964
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
963
|
-
// DoorClosed aliases
|
|
964
|
-
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
965
965
|
// DoorOpen aliases
|
|
966
966
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
967
|
-
//
|
|
968
|
-
export { default as
|
|
967
|
+
// DoorClosed aliases
|
|
968
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
969
969
|
// Download aliases
|
|
970
970
|
export { default as DownloadIcon } from '../icons/download';
|
|
971
971
|
// DraftingCompass aliases
|
|
972
972
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
973
|
+
// Dot aliases
|
|
974
|
+
export { default as DotIcon } from '../icons/dot';
|
|
973
975
|
// Drama aliases
|
|
974
976
|
export { default as DramaIcon } from '../icons/drama';
|
|
975
977
|
// Drill aliases
|
|
976
978
|
export { default as DrillIcon } from '../icons/drill';
|
|
977
979
|
// Drone aliases
|
|
978
980
|
export { default as DroneIcon } from '../icons/drone';
|
|
979
|
-
// DropletOff aliases
|
|
980
|
-
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
981
981
|
// Droplet aliases
|
|
982
982
|
export { default as DropletIcon } from '../icons/droplet';
|
|
983
|
-
//
|
|
984
|
-
export { default as
|
|
983
|
+
// DropletOff aliases
|
|
984
|
+
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
985
985
|
// Drum aliases
|
|
986
986
|
export { default as DrumIcon } from '../icons/drum';
|
|
987
|
+
// Droplets aliases
|
|
988
|
+
export { default as DropletsIcon } from '../icons/droplets';
|
|
987
989
|
// Drumstick aliases
|
|
988
990
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
989
991
|
// Dumbbell aliases
|
|
990
992
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
991
|
-
// Ear aliases
|
|
992
|
-
export { default as EarIcon } from '../icons/ear';
|
|
993
|
-
// EarthLock aliases
|
|
994
|
-
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
995
993
|
// EarOff aliases
|
|
996
994
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
995
|
+
// Ear aliases
|
|
996
|
+
export { default as EarIcon } from '../icons/ear';
|
|
997
997
|
// Eclipse aliases
|
|
998
998
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
999
|
-
//
|
|
1000
|
-
export { default as
|
|
999
|
+
// EarthLock aliases
|
|
1000
|
+
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
1001
1001
|
// EggFried aliases
|
|
1002
1002
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
1003
|
+
// EggOff aliases
|
|
1004
|
+
export { default as EggOffIcon } from '../icons/egg-off';
|
|
1003
1005
|
// Egg aliases
|
|
1004
1006
|
export { default as EggIcon } from '../icons/egg';
|
|
1007
|
+
// Eject aliases
|
|
1008
|
+
export { default as EjectIcon } from '../icons/eject';
|
|
1005
1009
|
// Ellipse aliases
|
|
1006
1010
|
export { default as EllipseIcon } from '../icons/ellipse';
|
|
1011
|
+
// EqualNot aliases
|
|
1012
|
+
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
1007
1013
|
// EqualApproximately aliases
|
|
1008
1014
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
1009
1015
|
// Equal aliases
|
|
1010
1016
|
export { default as EqualIcon } from '../icons/equal';
|
|
1011
|
-
// EqualNot aliases
|
|
1012
|
-
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
1013
1017
|
// Eraser aliases
|
|
1014
1018
|
export { default as EraserIcon } from '../icons/eraser';
|
|
1015
|
-
// EthernetPort aliases
|
|
1016
|
-
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
1017
1019
|
// Euro aliases
|
|
1018
1020
|
export { default as EuroIcon } from '../icons/euro';
|
|
1021
|
+
// EthernetPort aliases
|
|
1022
|
+
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
1019
1023
|
// EvCharger aliases
|
|
1020
1024
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
1025
|
+
// Expand aliases
|
|
1026
|
+
export { default as ExpandIcon } from '../icons/expand';
|
|
1021
1027
|
// ExternalLink aliases
|
|
1022
1028
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
1023
1029
|
// EyeClosed aliases
|
|
1024
1030
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
1025
|
-
// EyeDashed aliases
|
|
1026
|
-
export { default as EyeDashedIcon } from '../icons/eye-dashed';
|
|
1027
|
-
// Expand aliases
|
|
1028
|
-
export { default as ExpandIcon } from '../icons/expand';
|
|
1029
1031
|
// EyeOff aliases
|
|
1030
1032
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
1033
|
+
// EyeDashed aliases
|
|
1034
|
+
export { default as EyeDashedIcon } from '../icons/eye-dashed';
|
|
1031
1035
|
// Eye aliases
|
|
1032
1036
|
export { default as EyeIcon } from '../icons/eye';
|
|
1033
1037
|
// Factory aliases
|
|
1034
1038
|
export { default as FactoryIcon } from '../icons/factory';
|
|
1035
1039
|
// Fan aliases
|
|
1036
1040
|
export { default as FanIcon } from '../icons/fan';
|
|
1037
|
-
// FastForward aliases
|
|
1038
|
-
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1039
1041
|
// Feather aliases
|
|
1040
1042
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1043
|
+
// Fence aliases
|
|
1044
|
+
export { default as FenceIcon } from '../icons/fence';
|
|
1045
|
+
// FastForward aliases
|
|
1046
|
+
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1041
1047
|
// FerrisWheel aliases
|
|
1042
1048
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1043
1049
|
// FileArchive aliases
|
|
1044
1050
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1045
1051
|
// FileBox aliases
|
|
1046
1052
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1047
|
-
// Fence aliases
|
|
1048
|
-
export { default as FenceIcon } from '../icons/fence';
|
|
1049
1053
|
// FileCheck aliases
|
|
1050
1054
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1051
1055
|
// FileClock aliases
|
|
@@ -1058,18 +1062,18 @@ export { default as FileDiffIcon } from '../icons/file-diff';
|
|
|
1058
1062
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1059
1063
|
// FileDown aliases
|
|
1060
1064
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1061
|
-
// FileHeart aliases
|
|
1062
|
-
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1063
1065
|
// FileImage aliases
|
|
1064
1066
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1067
|
+
// FileHeart aliases
|
|
1068
|
+
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1065
1069
|
// FileInput aliases
|
|
1066
1070
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1067
1071
|
// FileMinus aliases
|
|
1068
1072
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1069
|
-
// FileOutput aliases
|
|
1070
|
-
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1071
1073
|
// FileMusic aliases
|
|
1072
1074
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1075
|
+
// FileOutput aliases
|
|
1076
|
+
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1073
1077
|
// FilePlus aliases
|
|
1074
1078
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1075
1079
|
// FileScan aliases
|
|
@@ -1080,10 +1084,10 @@ export { default as FileSearchIcon } from '../icons/file-search';
|
|
|
1080
1084
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1081
1085
|
// FileSpreadsheet aliases
|
|
1082
1086
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1083
|
-
// FileSymlink aliases
|
|
1084
|
-
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1085
1087
|
// FileStack aliases
|
|
1086
1088
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1089
|
+
// FileSymlink aliases
|
|
1090
|
+
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1087
1091
|
// FileTerminal aliases
|
|
1088
1092
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1089
1093
|
// FileText aliases
|
|
@@ -1092,10 +1096,10 @@ export { default as FileTextIcon } from '../icons/file-text';
|
|
|
1092
1096
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1093
1097
|
// FileUp aliases
|
|
1094
1098
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1095
|
-
// FileUser aliases
|
|
1096
|
-
export { default as FileUserIcon } from '../icons/file-user';
|
|
1097
1099
|
// FileVolume aliases
|
|
1098
1100
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1101
|
+
// FileUser aliases
|
|
1102
|
+
export { default as FileUserIcon } from '../icons/file-user';
|
|
1099
1103
|
// FileX aliases
|
|
1100
1104
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1101
1105
|
// File aliases
|
|
@@ -1104,10 +1108,10 @@ export { default as FileIcon } from '../icons/file';
|
|
|
1104
1108
|
export { default as FilesIcon } from '../icons/files';
|
|
1105
1109
|
// Film aliases
|
|
1106
1110
|
export { default as FilmIcon } from '../icons/film';
|
|
1107
|
-
// FireExtinguisher aliases
|
|
1108
|
-
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1109
1111
|
// FishOff aliases
|
|
1110
1112
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1113
|
+
// FireExtinguisher aliases
|
|
1114
|
+
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1111
1115
|
// FishSymbol aliases
|
|
1112
1116
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1113
1117
|
// Fish aliases
|
|
@@ -1120,10 +1124,10 @@ export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
|
1120
1124
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1121
1125
|
// FlagOff aliases
|
|
1122
1126
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1123
|
-
// FlagTriangleRight aliases
|
|
1124
|
-
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1125
1127
|
// Flag aliases
|
|
1126
1128
|
export { default as FlagIcon } from '../icons/flag';
|
|
1129
|
+
// FlagTriangleRight aliases
|
|
1130
|
+
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1127
1131
|
// FlameKindling aliases
|
|
1128
1132
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1129
1133
|
// Flame aliases
|
|
@@ -1136,20 +1140,20 @@ export { default as FlashlightIcon } from '../icons/flashlight';
|
|
|
1136
1140
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1137
1141
|
// FlaskConical aliases
|
|
1138
1142
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1143
|
+
// FlipHorizontal2 aliases
|
|
1144
|
+
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1139
1145
|
// FlaskRound aliases
|
|
1140
1146
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1141
1147
|
// FlipVertical2 aliases
|
|
1142
1148
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1143
|
-
// FlipHorizontal2 aliases
|
|
1144
|
-
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1145
|
-
// Flower aliases
|
|
1146
|
-
export { default as FlowerIcon } from '../icons/flower';
|
|
1147
|
-
// Focus aliases
|
|
1148
|
-
export { default as FocusIcon } from '../icons/focus';
|
|
1149
1149
|
// Flower2 aliases
|
|
1150
1150
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1151
|
+
// Flower aliases
|
|
1152
|
+
export { default as FlowerIcon } from '../icons/flower';
|
|
1151
1153
|
// FoldHorizontal aliases
|
|
1152
1154
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1155
|
+
// Focus aliases
|
|
1156
|
+
export { default as FocusIcon } from '../icons/focus';
|
|
1153
1157
|
// FoldVertical aliases
|
|
1154
1158
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1155
1159
|
// FolderBookmark aliases
|
|
@@ -1164,14 +1168,14 @@ export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
|
1164
1168
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1165
1169
|
// FolderCode aliases
|
|
1166
1170
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1171
|
+
// FolderDot aliases
|
|
1172
|
+
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1167
1173
|
// FolderDown aliases
|
|
1168
1174
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1169
|
-
// FolderGit2 aliases
|
|
1170
|
-
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1171
1175
|
// FolderGit aliases
|
|
1172
1176
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1173
|
-
//
|
|
1174
|
-
export { default as
|
|
1177
|
+
// FolderGit2 aliases
|
|
1178
|
+
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1175
1179
|
// FolderHeart aliases
|
|
1176
1180
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1177
1181
|
// FolderInput aliases
|
|
@@ -1184,10 +1188,10 @@ export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
|
1184
1188
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1185
1189
|
// FolderMinus aliases
|
|
1186
1190
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1187
|
-
// FolderOpenDot aliases
|
|
1188
|
-
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1189
1191
|
// FolderOpen aliases
|
|
1190
1192
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1193
|
+
// FolderOpenDot aliases
|
|
1194
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1191
1195
|
// FolderOutput aliases
|
|
1192
1196
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1193
1197
|
// FolderPlus aliases
|
|
@@ -1202,10 +1206,10 @@ export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
|
1202
1206
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1203
1207
|
// FolderSync aliases
|
|
1204
1208
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1205
|
-
// FolderTree aliases
|
|
1206
|
-
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1207
1209
|
// FolderUp aliases
|
|
1208
1210
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1211
|
+
// FolderTree aliases
|
|
1212
|
+
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1209
1213
|
// FolderX aliases
|
|
1210
1214
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1211
1215
|
// Folder aliases
|
|
@@ -1244,10 +1248,10 @@ export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
|
1244
1248
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1245
1249
|
// Gamepad aliases
|
|
1246
1250
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1247
|
-
// Gavel aliases
|
|
1248
|
-
export { default as GavelIcon } from '../icons/gavel';
|
|
1249
1251
|
// Gauge aliases
|
|
1250
1252
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1253
|
+
// Gavel aliases
|
|
1254
|
+
export { default as GavelIcon } from '../icons/gavel';
|
|
1251
1255
|
// Gem aliases
|
|
1252
1256
|
export { default as GemIcon } from '../icons/gem';
|
|
1253
1257
|
// GeorgianLari aliases
|
|
@@ -1260,22 +1264,22 @@ export { default as GiftIcon } from '../icons/gift';
|
|
|
1260
1264
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1261
1265
|
// GitBranchPlus aliases
|
|
1262
1266
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1263
|
-
// GitCommitVertical aliases
|
|
1264
|
-
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1265
1267
|
// GitBranch aliases
|
|
1266
1268
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1269
|
+
// GitCommitVertical aliases
|
|
1270
|
+
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1267
1271
|
// GitCompare aliases
|
|
1268
1272
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1269
1273
|
// GitCompareArrows aliases
|
|
1270
1274
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1271
|
-
// GitMergeConflict aliases
|
|
1272
|
-
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1273
|
-
// GitGraph aliases
|
|
1274
|
-
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1275
1275
|
// GitFork aliases
|
|
1276
1276
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1277
|
+
// GitGraph aliases
|
|
1278
|
+
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1277
1279
|
// GitMerge aliases
|
|
1278
1280
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1281
|
+
// GitMergeConflict aliases
|
|
1282
|
+
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1279
1283
|
// GitPullRequestArrow aliases
|
|
1280
1284
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1281
1285
|
// GitPullRequestClosed aliases
|
|
@@ -1290,28 +1294,28 @@ export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-dr
|
|
|
1290
1294
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1291
1295
|
// GlassWater aliases
|
|
1292
1296
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1293
|
-
// GlobeCheck aliases
|
|
1294
|
-
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1295
|
-
// GlobeLock aliases
|
|
1296
|
-
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1297
1297
|
// Glasses aliases
|
|
1298
1298
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1299
|
+
// GlobeCheck aliases
|
|
1300
|
+
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1299
1301
|
// GlobeOff aliases
|
|
1300
1302
|
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1303
|
+
// GlobeLock aliases
|
|
1304
|
+
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1301
1305
|
// GlobeX aliases
|
|
1302
1306
|
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1303
1307
|
// Globe aliases
|
|
1304
1308
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1305
1309
|
// Goal aliases
|
|
1306
1310
|
export { default as GoalIcon } from '../icons/goal';
|
|
1311
|
+
// Gpu aliases
|
|
1312
|
+
export { default as GpuIcon } from '../icons/gpu';
|
|
1307
1313
|
// GraduationCap aliases
|
|
1308
1314
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1309
1315
|
// Grape aliases
|
|
1310
1316
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1311
1317
|
// Grid3x2 aliases
|
|
1312
1318
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1313
|
-
// Gpu aliases
|
|
1314
|
-
export { default as GpuIcon } from '../icons/gpu';
|
|
1315
1319
|
// GripHorizontal aliases
|
|
1316
1320
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1317
1321
|
// GripVertical aliases
|
|
@@ -1356,16 +1360,16 @@ export { default as HardHatIcon } from '../icons/hard-hat';
|
|
|
1356
1360
|
export { default as HashIcon } from '../icons/hash';
|
|
1357
1361
|
// HatGlasses aliases
|
|
1358
1362
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1359
|
-
// Hd aliases
|
|
1360
|
-
export { default as HdIcon } from '../icons/hd';
|
|
1361
1363
|
// Haze aliases
|
|
1362
1364
|
export { default as HazeIcon } from '../icons/haze';
|
|
1365
|
+
// Hd aliases
|
|
1366
|
+
export { default as HdIcon } from '../icons/hd';
|
|
1363
1367
|
// HdmiPort aliases
|
|
1364
1368
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1365
|
-
// Heading1 aliases
|
|
1366
|
-
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1367
1369
|
// Heading2 aliases
|
|
1368
1370
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1371
|
+
// Heading1 aliases
|
|
1372
|
+
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1369
1373
|
// Heading3 aliases
|
|
1370
1374
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1371
1375
|
// Heading4 aliases
|
|
@@ -1384,30 +1388,30 @@ export { default as HeadphonesIcon } from '../icons/headphones';
|
|
|
1384
1388
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1385
1389
|
// HeartCrack aliases
|
|
1386
1390
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1387
|
-
// HeartHandshake aliases
|
|
1388
|
-
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1389
1391
|
// HeartMinus aliases
|
|
1390
1392
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1393
|
+
// HeartHandshake aliases
|
|
1394
|
+
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1391
1395
|
// HeartOff aliases
|
|
1392
1396
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1393
|
-
// HeartPlus aliases
|
|
1394
|
-
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1395
1397
|
// HeartPulse aliases
|
|
1396
1398
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1397
1399
|
// HeartX aliases
|
|
1398
1400
|
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1401
|
+
// HeartPlus aliases
|
|
1402
|
+
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1399
1403
|
// Heart aliases
|
|
1400
1404
|
export { default as HeartIcon } from '../icons/heart';
|
|
1401
1405
|
// Heater aliases
|
|
1402
1406
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1403
|
-
// Helicopter aliases
|
|
1404
|
-
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1405
1407
|
// Hexagon aliases
|
|
1406
1408
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1407
1409
|
// Highlighter aliases
|
|
1408
1410
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1409
1411
|
// HopOff aliases
|
|
1410
1412
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1413
|
+
// Helicopter aliases
|
|
1414
|
+
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1411
1415
|
// Hop aliases
|
|
1412
1416
|
export { default as HopIcon } from '../icons/hop';
|
|
1413
1417
|
// Hospital aliases
|
|
@@ -1426,10 +1430,10 @@ export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
|
1426
1430
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1427
1431
|
// IdCardLanyard aliases
|
|
1428
1432
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1429
|
-
// IdCard aliases
|
|
1430
|
-
export { default as IdCardIcon } from '../icons/id-card';
|
|
1431
1433
|
// ImageDown aliases
|
|
1432
1434
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1435
|
+
// IdCard aliases
|
|
1436
|
+
export { default as IdCardIcon } from '../icons/id-card';
|
|
1433
1437
|
// ImageMinus aliases
|
|
1434
1438
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1435
1439
|
// ImageOff aliases
|
|
@@ -1448,10 +1452,10 @@ export { default as ImageIcon } from '../icons/image';
|
|
|
1448
1452
|
export { default as ImagesIcon } from '../icons/images';
|
|
1449
1453
|
// Import aliases
|
|
1450
1454
|
export { default as ImportIcon } from '../icons/import';
|
|
1451
|
-
// Inbox aliases
|
|
1452
|
-
export { default as InboxIcon } from '../icons/inbox';
|
|
1453
1455
|
// IndianRupee aliases
|
|
1454
1456
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1457
|
+
// Inbox aliases
|
|
1458
|
+
export { default as InboxIcon } from '../icons/inbox';
|
|
1455
1459
|
// Infinity aliases
|
|
1456
1460
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1457
1461
|
// Info aliases
|
|
@@ -1464,10 +1468,10 @@ export { default as ItalicIcon } from '../icons/italic';
|
|
|
1464
1468
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1465
1469
|
// IterationCw aliases
|
|
1466
1470
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1467
|
-
// Joystick aliases
|
|
1468
|
-
export { default as JoystickIcon } from '../icons/joystick';
|
|
1469
1471
|
// JapaneseYen aliases
|
|
1470
1472
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1473
|
+
// Joystick aliases
|
|
1474
|
+
export { default as JoystickIcon } from '../icons/joystick';
|
|
1471
1475
|
// Kanban aliases
|
|
1472
1476
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1473
1477
|
// Kayak aliases
|
|
@@ -1482,12 +1486,12 @@ export { default as KeyIcon } from '../icons/key';
|
|
|
1482
1486
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1483
1487
|
// KeyboardOff aliases
|
|
1484
1488
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1489
|
+
// LampCeiling aliases
|
|
1490
|
+
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1485
1491
|
// Keyboard aliases
|
|
1486
1492
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1487
1493
|
// LampDesk aliases
|
|
1488
1494
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1489
|
-
// LampCeiling aliases
|
|
1490
|
-
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1491
1495
|
// LampFloor aliases
|
|
1492
1496
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1493
1497
|
// LampWallDown aliases
|
|
@@ -1500,56 +1504,56 @@ export { default as LampIcon } from '../icons/lamp';
|
|
|
1500
1504
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1501
1505
|
// Landmark aliases
|
|
1502
1506
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1503
|
-
// Languages aliases
|
|
1504
|
-
export { default as LanguagesIcon } from '../icons/languages';
|
|
1505
1507
|
// LaptopMinimalCheck aliases
|
|
1506
1508
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1507
|
-
//
|
|
1508
|
-
export { default as
|
|
1509
|
+
// Languages aliases
|
|
1510
|
+
export { default as LanguagesIcon } from '../icons/languages';
|
|
1509
1511
|
// LassoSelect aliases
|
|
1510
1512
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1511
|
-
//
|
|
1512
|
-
export { default as
|
|
1513
|
+
// Laptop aliases
|
|
1514
|
+
export { default as LaptopIcon } from '../icons/laptop';
|
|
1513
1515
|
// LayerArrowDown aliases
|
|
1514
1516
|
export { default as LayerArrowDownIcon } from '../icons/layer-arrow-down';
|
|
1517
|
+
// Lasso aliases
|
|
1518
|
+
export { default as LassoIcon } from '../icons/lasso';
|
|
1515
1519
|
// LayerArrowUp aliases
|
|
1516
1520
|
export { default as LayerArrowUpIcon } from '../icons/layer-arrow-up';
|
|
1517
1521
|
// Layers2 aliases
|
|
1518
1522
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1519
|
-
// LayersArrowDown aliases
|
|
1520
|
-
export { default as LayersArrowDownIcon } from '../icons/layers-arrow-down';
|
|
1521
1523
|
// LayersArrowUp aliases
|
|
1522
1524
|
export { default as LayersArrowUpIcon } from '../icons/layers-arrow-up';
|
|
1523
1525
|
// LayersMinus aliases
|
|
1524
1526
|
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1527
|
+
// LayersArrowDown aliases
|
|
1528
|
+
export { default as LayersArrowDownIcon } from '../icons/layers-arrow-down';
|
|
1529
|
+
// LayoutDashboard aliases
|
|
1530
|
+
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1525
1531
|
// LayersPlus aliases
|
|
1526
1532
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1527
1533
|
// LayoutFreeform aliases
|
|
1528
1534
|
export { default as LayoutFreeformIcon } from '../icons/layout-freeform';
|
|
1529
|
-
// LayoutDashboard aliases
|
|
1530
|
-
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1531
1535
|
// LayoutGrid aliases
|
|
1532
1536
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1533
1537
|
// LayoutList aliases
|
|
1534
1538
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1535
|
-
// LayoutPanelLeft aliases
|
|
1536
|
-
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1537
1539
|
// LayoutPanelTop aliases
|
|
1538
1540
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1541
|
+
// LayoutPanelLeft aliases
|
|
1542
|
+
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1539
1543
|
// LayoutTemplate aliases
|
|
1540
1544
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1541
1545
|
// Leaf aliases
|
|
1542
1546
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1543
|
-
// Lectern aliases
|
|
1544
|
-
export { default as LecternIcon } from '../icons/lectern';
|
|
1545
|
-
// LensConcave aliases
|
|
1546
|
-
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1547
1547
|
// LeafyGreen aliases
|
|
1548
1548
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1549
|
-
//
|
|
1550
|
-
export { default as
|
|
1549
|
+
// LensConcave aliases
|
|
1550
|
+
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1551
1551
|
// LibraryBig aliases
|
|
1552
1552
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1553
|
+
// Lectern aliases
|
|
1554
|
+
export { default as LecternIcon } from '../icons/lectern';
|
|
1555
|
+
// LensConvex aliases
|
|
1556
|
+
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1553
1557
|
// Library aliases
|
|
1554
1558
|
export { default as LibraryIcon } from '../icons/library';
|
|
1555
1559
|
// LifeBuoy aliases
|
|
@@ -1566,14 +1570,14 @@ export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-h
|
|
|
1566
1570
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1567
1571
|
// LineStyle aliases
|
|
1568
1572
|
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1573
|
+
// Link2 aliases
|
|
1574
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1569
1575
|
// Link2Off aliases
|
|
1570
1576
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1571
1577
|
// Link aliases
|
|
1572
1578
|
export { default as LinkIcon } from '../icons/link';
|
|
1573
1579
|
// ListCheck aliases
|
|
1574
1580
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1575
|
-
// Link2 aliases
|
|
1576
|
-
export { default as Link2Icon } from '../icons/link-2';
|
|
1577
1581
|
// ListChecks aliases
|
|
1578
1582
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1579
1583
|
// ListChevronsDownUp aliases
|
|
@@ -1598,20 +1602,20 @@ export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
|
1598
1602
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1599
1603
|
// ListRestart aliases
|
|
1600
1604
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1601
|
-
// ListSortAscending aliases
|
|
1602
|
-
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1603
1605
|
// ListSortDescending aliases
|
|
1604
1606
|
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1605
|
-
//
|
|
1606
|
-
export { default as
|
|
1607
|
+
// ListSortAscending aliases
|
|
1608
|
+
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1607
1609
|
// ListTodo aliases
|
|
1608
1610
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1611
|
+
// ListStart aliases
|
|
1612
|
+
export { default as ListStartIcon } from '../icons/list-start';
|
|
1609
1613
|
// ListTree aliases
|
|
1610
1614
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1611
|
-
// ListX aliases
|
|
1612
|
-
export { default as ListXIcon } from '../icons/list-x';
|
|
1613
1615
|
// ListVideo aliases
|
|
1614
1616
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1617
|
+
// ListX aliases
|
|
1618
|
+
export { default as ListXIcon } from '../icons/list-x';
|
|
1615
1619
|
// List aliases
|
|
1616
1620
|
export { default as ListIcon } from '../icons/list';
|
|
1617
1621
|
// LoaderPinwheel aliases
|
|
@@ -1630,32 +1634,34 @@ export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
|
1630
1634
|
export { default as LockIcon } from '../icons/lock';
|
|
1631
1635
|
// LogIn aliases
|
|
1632
1636
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1633
|
-
// Logs aliases
|
|
1634
|
-
export { default as LogsIcon } from '../icons/logs';
|
|
1635
1637
|
// LogOut aliases
|
|
1636
1638
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1639
|
+
// Logs aliases
|
|
1640
|
+
export { default as LogsIcon } from '../icons/logs';
|
|
1637
1641
|
// Lollipop aliases
|
|
1638
1642
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1639
1643
|
// Luggage aliases
|
|
1640
1644
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1641
1645
|
// Magnet aliases
|
|
1642
1646
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1647
|
+
// MailBadge aliases
|
|
1648
|
+
export { default as MailBadgeIcon } from '../icons/mail-badge';
|
|
1643
1649
|
// MailCheck aliases
|
|
1644
1650
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1645
1651
|
// MailMinus aliases
|
|
1646
1652
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1647
|
-
// MailPlus aliases
|
|
1648
|
-
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1649
1653
|
// MailOpen aliases
|
|
1650
1654
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1651
|
-
//
|
|
1652
|
-
export { default as
|
|
1655
|
+
// MailPlus aliases
|
|
1656
|
+
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1653
1657
|
// MailSearch aliases
|
|
1654
1658
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1655
|
-
//
|
|
1656
|
-
export { default as
|
|
1659
|
+
// MailWarning aliases
|
|
1660
|
+
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1657
1661
|
// MailX aliases
|
|
1658
1662
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1663
|
+
// Mail aliases
|
|
1664
|
+
export { default as MailIcon } from '../icons/mail';
|
|
1659
1665
|
// Mailbox aliases
|
|
1660
1666
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1661
1667
|
// Mails aliases
|
|
@@ -1668,12 +1674,12 @@ export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside'
|
|
|
1668
1674
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1669
1675
|
// MapPinHouse aliases
|
|
1670
1676
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1677
|
+
// MapPinMinusInside aliases
|
|
1678
|
+
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1671
1679
|
// MapPinMinus aliases
|
|
1672
1680
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1673
1681
|
// MapPinOff aliases
|
|
1674
1682
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1675
|
-
// MapPinMinusInside aliases
|
|
1676
|
-
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1677
1683
|
// MapPinPlusInside aliases
|
|
1678
1684
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1679
1685
|
// MapPinPlus aliases
|
|
@@ -1702,22 +1708,22 @@ export { default as MartiniIcon } from '../icons/martini';
|
|
|
1702
1708
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1703
1709
|
// Maximize aliases
|
|
1704
1710
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1705
|
-
// Medal aliases
|
|
1706
|
-
export { default as MedalIcon } from '../icons/medal';
|
|
1707
1711
|
// MegaphoneOff aliases
|
|
1708
1712
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1713
|
+
// Medal aliases
|
|
1714
|
+
export { default as MedalIcon } from '../icons/medal';
|
|
1709
1715
|
// Megaphone aliases
|
|
1710
1716
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1711
1717
|
// MemoryStick aliases
|
|
1712
1718
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1713
|
-
// Merge aliases
|
|
1714
|
-
export { default as MergeIcon } from '../icons/merge';
|
|
1715
1719
|
// Menu aliases
|
|
1716
1720
|
export { default as MenuIcon } from '../icons/menu';
|
|
1717
|
-
//
|
|
1718
|
-
export { default as
|
|
1721
|
+
// Merge aliases
|
|
1722
|
+
export { default as MergeIcon } from '../icons/merge';
|
|
1719
1723
|
// MessageCircleCode aliases
|
|
1720
1724
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1725
|
+
// MessageCircleCheck aliases
|
|
1726
|
+
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1721
1727
|
// MessageCircleDashed aliases
|
|
1722
1728
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1723
1729
|
// MessageCircleHeart aliases
|
|
@@ -1734,30 +1740,30 @@ export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply
|
|
|
1734
1740
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1735
1741
|
// MessageCircleX aliases
|
|
1736
1742
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1737
|
-
// MessageCircle aliases
|
|
1738
|
-
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1739
1743
|
// MessageSquareCheck aliases
|
|
1740
1744
|
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1745
|
+
// MessageCircle aliases
|
|
1746
|
+
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1741
1747
|
// MessageSquareCode aliases
|
|
1742
1748
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1743
1749
|
// MessageSquareDashed aliases
|
|
1744
1750
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1745
|
-
// MessageSquareDiff aliases
|
|
1746
|
-
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1747
1751
|
// MessageSquareDot aliases
|
|
1748
1752
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1749
1753
|
// MessageSquareHeart aliases
|
|
1750
1754
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1755
|
+
// MessageSquareDiff aliases
|
|
1756
|
+
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1751
1757
|
// MessageSquareLock aliases
|
|
1752
1758
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1753
1759
|
// MessageSquareMore aliases
|
|
1754
1760
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1755
|
-
// MessageSquareOff aliases
|
|
1756
|
-
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1757
1761
|
// MessageSquarePlus aliases
|
|
1758
1762
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1759
1763
|
// MessageSquareQuote aliases
|
|
1760
1764
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1765
|
+
// MessageSquareOff aliases
|
|
1766
|
+
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1761
1767
|
// MessageSquareReply aliases
|
|
1762
1768
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1763
1769
|
// MessageSquareShare aliases
|
|
@@ -1766,54 +1772,54 @@ export { default as MessageSquareShareIcon } from '../icons/message-square-share
|
|
|
1766
1772
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1767
1773
|
// MessageSquareWarning aliases
|
|
1768
1774
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1769
|
-
// MessageSquareX aliases
|
|
1770
|
-
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1771
1775
|
// MessageSquare aliases
|
|
1772
1776
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1777
|
+
// MessageSquareX aliases
|
|
1778
|
+
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1773
1779
|
// MessagesSquare aliases
|
|
1774
1780
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1775
1781
|
// Metronome aliases
|
|
1776
1782
|
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1777
1783
|
// MicAudioLines aliases
|
|
1778
1784
|
export { default as MicAudioLinesIcon } from '../icons/mic-audio-lines';
|
|
1779
|
-
// Mic aliases
|
|
1780
|
-
export { default as MicIcon } from '../icons/mic';
|
|
1781
1785
|
// MicOff aliases
|
|
1782
1786
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1783
|
-
//
|
|
1784
|
-
export { default as
|
|
1787
|
+
// Mic aliases
|
|
1788
|
+
export { default as MicIcon } from '../icons/mic';
|
|
1785
1789
|
// Microscope aliases
|
|
1786
1790
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1791
|
+
// Microchip aliases
|
|
1792
|
+
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1787
1793
|
// Microwave aliases
|
|
1788
1794
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1789
|
-
// MilkOff aliases
|
|
1790
|
-
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1791
1795
|
// Milestone aliases
|
|
1792
1796
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1797
|
+
// MilkOff aliases
|
|
1798
|
+
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1793
1799
|
// Milk aliases
|
|
1794
1800
|
export { default as MilkIcon } from '../icons/milk';
|
|
1795
1801
|
// Minimize2 aliases
|
|
1796
1802
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1797
|
-
// Minus aliases
|
|
1798
|
-
export { default as MinusIcon } from '../icons/minus';
|
|
1799
1803
|
// Minimize aliases
|
|
1800
1804
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1805
|
+
// Minus aliases
|
|
1806
|
+
export { default as MinusIcon } from '../icons/minus';
|
|
1801
1807
|
// MirrorRectangular aliases
|
|
1802
1808
|
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1803
1809
|
// MirrorRound aliases
|
|
1804
1810
|
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1805
1811
|
// MonitorCheck aliases
|
|
1806
1812
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1807
|
-
// MonitorCloud aliases
|
|
1808
|
-
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1809
1813
|
// MonitorCog aliases
|
|
1810
1814
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1815
|
+
// MonitorCloud aliases
|
|
1816
|
+
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1817
|
+
// MonitorDot aliases
|
|
1818
|
+
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1811
1819
|
// MonitorDown aliases
|
|
1812
1820
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1813
1821
|
// MonitorOff aliases
|
|
1814
1822
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1815
|
-
// MonitorDot aliases
|
|
1816
|
-
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1817
1823
|
// MonitorPause aliases
|
|
1818
1824
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1819
1825
|
// MonitorPlay aliases
|
|
@@ -1868,24 +1874,24 @@ export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
|
1868
1874
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1869
1875
|
// MoveDownRight aliases
|
|
1870
1876
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1871
|
-
// MoveHorizontal aliases
|
|
1872
|
-
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1873
1877
|
// MoveDown aliases
|
|
1874
1878
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1875
1879
|
// MoveLeft aliases
|
|
1876
1880
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1881
|
+
// MoveHorizontal aliases
|
|
1882
|
+
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1877
1883
|
// MoveRight aliases
|
|
1878
1884
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1879
1885
|
// MoveUpLeft aliases
|
|
1880
1886
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1881
1887
|
// MoveUpRight aliases
|
|
1882
1888
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1889
|
+
// MoveVertical aliases
|
|
1890
|
+
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1883
1891
|
// MoveUp aliases
|
|
1884
1892
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1885
1893
|
// Move aliases
|
|
1886
1894
|
export { default as MoveIcon } from '../icons/move';
|
|
1887
|
-
// MoveVertical aliases
|
|
1888
|
-
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1889
1895
|
// Music2 aliases
|
|
1890
1896
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1891
1897
|
// Music3 aliases
|
|
@@ -1894,10 +1900,10 @@ export { default as Music3Icon } from '../icons/music-3';
|
|
|
1894
1900
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1895
1901
|
// Music aliases
|
|
1896
1902
|
export { default as MusicIcon } from '../icons/music';
|
|
1897
|
-
// Navigation2 aliases
|
|
1898
|
-
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1899
1903
|
// Navigation2Off aliases
|
|
1900
1904
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1905
|
+
// Navigation2 aliases
|
|
1906
|
+
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1901
1907
|
// NavigationOff aliases
|
|
1902
1908
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1903
1909
|
// Navigation aliases
|
|
@@ -1908,18 +1914,18 @@ export { default as NetworkIcon } from '../icons/network';
|
|
|
1908
1914
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1909
1915
|
// Nfc aliases
|
|
1910
1916
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1911
|
-
// NonBinary aliases
|
|
1912
|
-
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1913
1917
|
// NotebookPen aliases
|
|
1914
1918
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1915
1919
|
// NotebookTabs aliases
|
|
1916
1920
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1921
|
+
// NonBinary aliases
|
|
1922
|
+
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1917
1923
|
// NotebookText aliases
|
|
1918
1924
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1919
|
-
// Notebook aliases
|
|
1920
|
-
export { default as NotebookIcon } from '../icons/notebook';
|
|
1921
1925
|
// NotepadTextDashed aliases
|
|
1922
1926
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1927
|
+
// Notebook aliases
|
|
1928
|
+
export { default as NotebookIcon } from '../icons/notebook';
|
|
1923
1929
|
// NotepadText aliases
|
|
1924
1930
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1925
1931
|
// NutOff aliases
|
|
@@ -1934,24 +1940,24 @@ export { default as OctagonIcon } from '../icons/octagon';
|
|
|
1934
1940
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1935
1941
|
// Option aliases
|
|
1936
1942
|
export { default as OptionIcon } from '../icons/option';
|
|
1937
|
-
// Origami aliases
|
|
1938
|
-
export { default as OrigamiIcon } from '../icons/origami';
|
|
1939
|
-
// Package2 aliases
|
|
1940
|
-
export { default as Package2Icon } from '../icons/package-2';
|
|
1941
1943
|
// Orbit aliases
|
|
1942
1944
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1945
|
+
// Origami aliases
|
|
1946
|
+
export { default as OrigamiIcon } from '../icons/origami';
|
|
1943
1947
|
// PackageCheck aliases
|
|
1944
1948
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1945
|
-
//
|
|
1946
|
-
export { default as
|
|
1949
|
+
// Package2 aliases
|
|
1950
|
+
export { default as Package2Icon } from '../icons/package-2';
|
|
1947
1951
|
// PackageMinus aliases
|
|
1948
1952
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1953
|
+
// PackageOpen aliases
|
|
1954
|
+
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1955
|
+
// PackageSearch aliases
|
|
1956
|
+
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1949
1957
|
// PackagePlus aliases
|
|
1950
1958
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1951
1959
|
// PackageX aliases
|
|
1952
1960
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1953
|
-
// PackageSearch aliases
|
|
1954
|
-
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1955
1961
|
// Package aliases
|
|
1956
1962
|
export { default as PackageIcon } from '../icons/package';
|
|
1957
1963
|
// PaintBucket aliases
|
|
@@ -1970,28 +1976,28 @@ export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
|
1970
1976
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1971
1977
|
// PanelBottom aliases
|
|
1972
1978
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1973
|
-
// PanelRightClose aliases
|
|
1974
|
-
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1975
1979
|
// PanelLeftRightDashed aliases
|
|
1976
1980
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1977
|
-
//
|
|
1978
|
-
export { default as
|
|
1981
|
+
// PanelRightClose aliases
|
|
1982
|
+
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1979
1983
|
// PanelRight aliases
|
|
1980
1984
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1985
|
+
// PanelRightOpen aliases
|
|
1986
|
+
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1981
1987
|
// PanelTopBottomDashed aliases
|
|
1982
1988
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1983
1989
|
// PanelTopClose aliases
|
|
1984
1990
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1991
|
+
// PanelTop aliases
|
|
1992
|
+
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1985
1993
|
// PanelTopOpen aliases
|
|
1986
1994
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1995
|
+
// PanelsLeftBottom aliases
|
|
1996
|
+
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1987
1997
|
// PanelsRightBottom aliases
|
|
1988
1998
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1989
|
-
// PanelTop aliases
|
|
1990
|
-
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1991
1999
|
// PaperBag aliases
|
|
1992
2000
|
export { default as PaperBagIcon } from '../icons/paper-bag';
|
|
1993
|
-
// PanelsLeftBottom aliases
|
|
1994
|
-
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1995
2001
|
// Paperclip aliases
|
|
1996
2002
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1997
2003
|
// Parasol aliases
|
|
@@ -2002,24 +2008,24 @@ export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
|
2002
2008
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
2003
2009
|
// PartyPopper aliases
|
|
2004
2010
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
2005
|
-
// Pause aliases
|
|
2006
|
-
export { default as PauseIcon } from '../icons/pause';
|
|
2007
2011
|
// PawPrint aliases
|
|
2008
2012
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
2013
|
+
// Pause aliases
|
|
2014
|
+
export { default as PauseIcon } from '../icons/pause';
|
|
2009
2015
|
// PcCase aliases
|
|
2010
2016
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
2011
2017
|
// PenOff aliases
|
|
2012
2018
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
2013
|
-
// PenTool aliases
|
|
2014
|
-
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
2015
2019
|
// PencilLine aliases
|
|
2016
2020
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
2021
|
+
// PenTool aliases
|
|
2022
|
+
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
2017
2023
|
// PencilOff aliases
|
|
2018
2024
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
2019
|
-
// PencilRuler aliases
|
|
2020
|
-
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
2021
2025
|
// PencilSparkles aliases
|
|
2022
2026
|
export { default as PencilSparklesIcon } from '../icons/pencil-sparkles';
|
|
2027
|
+
// PencilRuler aliases
|
|
2028
|
+
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
2023
2029
|
// Pencil aliases
|
|
2024
2030
|
export { default as PencilIcon } from '../icons/pencil';
|
|
2025
2031
|
// Pentagon aliases
|
|
@@ -2028,16 +2034,16 @@ export { default as PentagonIcon } from '../icons/pentagon';
|
|
|
2028
2034
|
export { default as PercentIcon } from '../icons/percent';
|
|
2029
2035
|
// PersonStanding aliases
|
|
2030
2036
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
2031
|
-
// Phi aliases
|
|
2032
|
-
export { default as PhiIcon } from '../icons/phi';
|
|
2033
2037
|
// PhilippinePeso aliases
|
|
2034
2038
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2039
|
+
// Phi aliases
|
|
2040
|
+
export { default as PhiIcon } from '../icons/phi';
|
|
2035
2041
|
// PhoneCall aliases
|
|
2036
2042
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
2037
|
-
// PhoneForwarded aliases
|
|
2038
|
-
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2039
2043
|
// PhoneIncoming aliases
|
|
2040
2044
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
2045
|
+
// PhoneForwarded aliases
|
|
2046
|
+
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2041
2047
|
// PhoneMissed aliases
|
|
2042
2048
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
2043
2049
|
// PhoneOff aliases
|
|
@@ -2062,10 +2068,10 @@ export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
|
2062
2068
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2063
2069
|
// PilcrowRight aliases
|
|
2064
2070
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2065
|
-
// Pilcrow aliases
|
|
2066
|
-
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2067
2071
|
// PillBottle aliases
|
|
2068
2072
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2073
|
+
// Pilcrow aliases
|
|
2074
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2069
2075
|
// Pill aliases
|
|
2070
2076
|
export { default as PillIcon } from '../icons/pill';
|
|
2071
2077
|
// PinOff aliases
|
|
@@ -2108,24 +2114,24 @@ export { default as PopcornIcon } from '../icons/popcorn';
|
|
|
2108
2114
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2109
2115
|
// PowerOff aliases
|
|
2110
2116
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2111
|
-
// Presentation aliases
|
|
2112
|
-
export { default as PresentationIcon } from '../icons/presentation';
|
|
2113
2117
|
// Power aliases
|
|
2114
2118
|
export { default as PowerIcon } from '../icons/power';
|
|
2115
|
-
//
|
|
2116
|
-
export { default as
|
|
2119
|
+
// Presentation aliases
|
|
2120
|
+
export { default as PresentationIcon } from '../icons/presentation';
|
|
2117
2121
|
// PrinterCheck aliases
|
|
2118
2122
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2123
|
+
// PrinterX aliases
|
|
2124
|
+
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2119
2125
|
// Printer aliases
|
|
2120
2126
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2121
2127
|
// Projector aliases
|
|
2122
2128
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2123
2129
|
// Proportions aliases
|
|
2124
2130
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2125
|
-
// Pyramid aliases
|
|
2126
|
-
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2127
2131
|
// Puzzle aliases
|
|
2128
2132
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2133
|
+
// Pyramid aliases
|
|
2134
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2129
2135
|
// QrCode aliases
|
|
2130
2136
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2131
2137
|
// Rabbit aliases
|
|
@@ -2144,10 +2150,10 @@ export { default as RadioOffIcon } from '../icons/radio-off';
|
|
|
2144
2150
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2145
2151
|
// RadioTower aliases
|
|
2146
2152
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2147
|
-
// Radio aliases
|
|
2148
|
-
export { default as RadioIcon } from '../icons/radio';
|
|
2149
2153
|
// Radius aliases
|
|
2150
2154
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2155
|
+
// Radio aliases
|
|
2156
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2151
2157
|
// Rainbow aliases
|
|
2152
2158
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2153
2159
|
// Rat aliases
|
|
@@ -2156,10 +2162,10 @@ export { default as RatIcon } from '../icons/rat';
|
|
|
2156
2162
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2157
2163
|
// ReceiptCent aliases
|
|
2158
2164
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2159
|
-
// ReceiptIndianRupee aliases
|
|
2160
|
-
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2161
2165
|
// ReceiptEuro aliases
|
|
2162
2166
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2167
|
+
// ReceiptIndianRupee aliases
|
|
2168
|
+
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2163
2169
|
// ReceiptJapaneseYen aliases
|
|
2164
2170
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2165
2171
|
// ReceiptPoundSterling aliases
|
|
@@ -2178,10 +2184,10 @@ export { default as ReceiptIcon } from '../icons/receipt';
|
|
|
2178
2184
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2179
2185
|
// RectangleGoggles aliases
|
|
2180
2186
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2181
|
-
// RectangleHorizontal aliases
|
|
2182
|
-
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2183
2187
|
// RectangleVertical aliases
|
|
2184
2188
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2189
|
+
// RectangleHorizontal aliases
|
|
2190
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2185
2191
|
// Recycle aliases
|
|
2186
2192
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2187
2193
|
// Redo2 aliases
|
|
@@ -2194,24 +2200,24 @@ export { default as RedoIcon } from '../icons/redo';
|
|
|
2194
2200
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2195
2201
|
// RefreshCcw aliases
|
|
2196
2202
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2197
|
-
// RefreshCw aliases
|
|
2198
|
-
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2199
2203
|
// RefreshCwOff aliases
|
|
2200
2204
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2201
|
-
//
|
|
2202
|
-
export { default as
|
|
2205
|
+
// RefreshCw aliases
|
|
2206
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2203
2207
|
// Regex aliases
|
|
2204
2208
|
export { default as RegexIcon } from '../icons/regex';
|
|
2209
|
+
// Refrigerator aliases
|
|
2210
|
+
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2205
2211
|
// RemoveFormatting aliases
|
|
2206
2212
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2207
2213
|
// Repeat1 aliases
|
|
2208
2214
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2209
|
-
// Repeat2 aliases
|
|
2210
|
-
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2211
2215
|
// RepeatOff aliases
|
|
2212
2216
|
export { default as RepeatOffIcon } from '../icons/repeat-off';
|
|
2213
2217
|
// Repeat aliases
|
|
2214
2218
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2219
|
+
// Repeat2 aliases
|
|
2220
|
+
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2215
2221
|
// ReplaceAll aliases
|
|
2216
2222
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2217
2223
|
// Replace aliases
|
|
@@ -2230,24 +2236,24 @@ export { default as RoadIcon } from '../icons/road';
|
|
|
2230
2236
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2231
2237
|
// RockingChair aliases
|
|
2232
2238
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2233
|
-
//
|
|
2234
|
-
export { default as
|
|
2239
|
+
// Rose aliases
|
|
2240
|
+
export { default as RoseIcon } from '../icons/rose';
|
|
2235
2241
|
// RotateCcwKey aliases
|
|
2236
2242
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2237
2243
|
// RotateCcwSquare aliases
|
|
2238
2244
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2239
|
-
//
|
|
2240
|
-
export { default as
|
|
2245
|
+
// RollerCoaster aliases
|
|
2246
|
+
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2241
2247
|
// RotateCcw aliases
|
|
2242
2248
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2243
2249
|
// RotateCwFadingClock aliases
|
|
2244
2250
|
export { default as RotateCwFadingClockIcon } from '../icons/rotate-cw-fading-clock';
|
|
2245
|
-
// RotateCwSquare aliases
|
|
2246
|
-
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2247
2251
|
// RotateCw aliases
|
|
2248
2252
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2249
2253
|
// RouteOff aliases
|
|
2250
2254
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2255
|
+
// RotateCwSquare aliases
|
|
2256
|
+
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2251
2257
|
// Route aliases
|
|
2252
2258
|
export { default as RouteIcon } from '../icons/route';
|
|
2253
2259
|
// Router aliases
|
|
@@ -2264,26 +2270,26 @@ export { default as RulerIcon } from '../icons/ruler';
|
|
|
2264
2270
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2265
2271
|
// Sailboat aliases
|
|
2266
2272
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2267
|
-
// Sandwich aliases
|
|
2268
|
-
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2269
|
-
// Salad aliases
|
|
2270
|
-
export { default as SaladIcon } from '../icons/salad';
|
|
2271
2273
|
// SatelliteDish aliases
|
|
2272
2274
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2273
|
-
//
|
|
2274
|
-
export { default as
|
|
2275
|
+
// Salad aliases
|
|
2276
|
+
export { default as SaladIcon } from '../icons/salad';
|
|
2277
|
+
// Sandwich aliases
|
|
2278
|
+
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2275
2279
|
// Satellite aliases
|
|
2276
2280
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2281
|
+
// SaudiRiyal aliases
|
|
2282
|
+
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2277
2283
|
// SaveAll aliases
|
|
2278
2284
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2279
2285
|
// SaveCheck aliases
|
|
2280
2286
|
export { default as SaveCheckIcon } from '../icons/save-check';
|
|
2281
|
-
// SavePen aliases
|
|
2282
|
-
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2283
|
-
// SavePlus aliases
|
|
2284
|
-
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2285
2287
|
// SaveOff aliases
|
|
2286
2288
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2289
|
+
// SavePlus aliases
|
|
2290
|
+
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2291
|
+
// SavePen aliases
|
|
2292
|
+
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2287
2293
|
// Save aliases
|
|
2288
2294
|
export { default as SaveIcon } from '../icons/save';
|
|
2289
2295
|
// Scale aliases
|
|
@@ -2292,22 +2298,22 @@ export { default as ScaleIcon } from '../icons/scale';
|
|
|
2292
2298
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2293
2299
|
// ScanBarcode aliases
|
|
2294
2300
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2295
|
-
// ScanBox aliases
|
|
2296
|
-
export { default as ScanBoxIcon } from '../icons/scan-box';
|
|
2297
2301
|
// ScanEye aliases
|
|
2298
2302
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2303
|
+
// ScanBox aliases
|
|
2304
|
+
export { default as ScanBoxIcon } from '../icons/scan-box';
|
|
2299
2305
|
// ScanFace aliases
|
|
2300
2306
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2301
|
-
// ScanHeart aliases
|
|
2302
|
-
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2303
2307
|
// ScanLine aliases
|
|
2304
2308
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2309
|
+
// ScanHeart aliases
|
|
2310
|
+
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2305
2311
|
// ScanQrCode aliases
|
|
2306
2312
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2307
|
-
// ScanSearch aliases
|
|
2308
|
-
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2309
2313
|
// ScanSquare aliases
|
|
2310
2314
|
export { default as ScanSquareIcon } from '../icons/scan-square';
|
|
2315
|
+
// ScanSearch aliases
|
|
2316
|
+
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2311
2317
|
// ScanText aliases
|
|
2312
2318
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2313
2319
|
// Scan aliases
|
|
@@ -2346,10 +2352,10 @@ export { default as SectionIcon } from '../icons/section';
|
|
|
2346
2352
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2347
2353
|
// Send aliases
|
|
2348
2354
|
export { default as SendIcon } from '../icons/send';
|
|
2349
|
-
// SeparatorHorizontal aliases
|
|
2350
|
-
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2351
2355
|
// SeparatorVertical aliases
|
|
2352
2356
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2357
|
+
// SeparatorHorizontal aliases
|
|
2358
|
+
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2353
2359
|
// ServerCog aliases
|
|
2354
2360
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2355
2361
|
// ServerCrash aliases
|
|
@@ -2360,26 +2366,26 @@ export { default as ServerOffIcon } from '../icons/server-off';
|
|
|
2360
2366
|
export { default as ServerPlusIcon } from '../icons/server-plus';
|
|
2361
2367
|
// Server aliases
|
|
2362
2368
|
export { default as ServerIcon } from '../icons/server';
|
|
2363
|
-
// Settings aliases
|
|
2364
|
-
export { default as SettingsIcon } from '../icons/settings';
|
|
2365
2369
|
// Settings2 aliases
|
|
2366
2370
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2367
|
-
//
|
|
2368
|
-
export { default as
|
|
2371
|
+
// Settings aliases
|
|
2372
|
+
export { default as SettingsIcon } from '../icons/settings';
|
|
2369
2373
|
// Shapes aliases
|
|
2370
2374
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2371
|
-
//
|
|
2372
|
-
export { default as
|
|
2375
|
+
// Share2 aliases
|
|
2376
|
+
export { default as Share2Icon } from '../icons/share-2';
|
|
2373
2377
|
// Share aliases
|
|
2374
2378
|
export { default as ShareIcon } from '../icons/share';
|
|
2375
|
-
//
|
|
2376
|
-
export { default as
|
|
2379
|
+
// Sheet aliases
|
|
2380
|
+
export { default as SheetIcon } from '../icons/sheet';
|
|
2377
2381
|
// ShelvingUnit aliases
|
|
2378
2382
|
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2379
2383
|
// ShieldAlert aliases
|
|
2380
2384
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2381
2385
|
// ShieldBan aliases
|
|
2382
2386
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2387
|
+
// Shell aliases
|
|
2388
|
+
export { default as ShellIcon } from '../icons/shell';
|
|
2383
2389
|
// ShieldCheck aliases
|
|
2384
2390
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2385
2391
|
// ShieldCogCorner aliases
|
|
@@ -2388,10 +2394,10 @@ export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
|
2388
2394
|
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2389
2395
|
// ShieldEllipsis aliases
|
|
2390
2396
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2391
|
-
// ShieldKeyhole aliases
|
|
2392
|
-
export { default as ShieldKeyholeIcon } from '../icons/shield-keyhole';
|
|
2393
2397
|
// ShieldHalf aliases
|
|
2394
2398
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2399
|
+
// ShieldKeyhole aliases
|
|
2400
|
+
export { default as ShieldKeyholeIcon } from '../icons/shield-keyhole';
|
|
2395
2401
|
// ShieldLock aliases
|
|
2396
2402
|
export { default as ShieldLockIcon } from '../icons/shield-lock';
|
|
2397
2403
|
// ShieldMinus aliases
|
|
@@ -2404,10 +2410,10 @@ export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
|
2404
2410
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2405
2411
|
// Shield aliases
|
|
2406
2412
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2407
|
-
// ShipWheel aliases
|
|
2408
|
-
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2409
2413
|
// Ship aliases
|
|
2410
2414
|
export { default as ShipIcon } from '../icons/ship';
|
|
2415
|
+
// ShipWheel aliases
|
|
2416
|
+
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2411
2417
|
// Shirt aliases
|
|
2412
2418
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2413
2419
|
// ShoppingBag aliases
|
|
@@ -2420,10 +2426,10 @@ export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
|
2420
2426
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2421
2427
|
// ShowerHead aliases
|
|
2422
2428
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2423
|
-
// Shrimp aliases
|
|
2424
|
-
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2425
2429
|
// Shredder aliases
|
|
2426
2430
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2431
|
+
// Shrimp aliases
|
|
2432
|
+
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2427
2433
|
// Shrink aliases
|
|
2428
2434
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2429
2435
|
// Shrub aliases
|
|
@@ -2448,16 +2454,16 @@ export { default as SignatureIcon } from '../icons/signature';
|
|
|
2448
2454
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2449
2455
|
// Siren aliases
|
|
2450
2456
|
export { default as SirenIcon } from '../icons/siren';
|
|
2451
|
-
// Signpost aliases
|
|
2452
|
-
export { default as SignpostIcon } from '../icons/signpost';
|
|
2453
2457
|
// SkipBack aliases
|
|
2454
2458
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2459
|
+
// Signpost aliases
|
|
2460
|
+
export { default as SignpostIcon } from '../icons/signpost';
|
|
2455
2461
|
// SkipForward aliases
|
|
2456
2462
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2457
|
-
// Slash aliases
|
|
2458
|
-
export { default as SlashIcon } from '../icons/slash';
|
|
2459
2463
|
// Skull aliases
|
|
2460
2464
|
export { default as SkullIcon } from '../icons/skull';
|
|
2465
|
+
// Slash aliases
|
|
2466
|
+
export { default as SlashIcon } from '../icons/slash';
|
|
2461
2467
|
// Slice aliases
|
|
2462
2468
|
export { default as SliceIcon } from '../icons/slice';
|
|
2463
2469
|
// SlidersHorizontal aliases
|
|
@@ -2470,22 +2476,22 @@ export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
|
2470
2476
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2471
2477
|
// Snail aliases
|
|
2472
2478
|
export { default as SnailIcon } from '../icons/snail';
|
|
2473
|
-
// Snowflake aliases
|
|
2474
|
-
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2475
2479
|
// SoapDispenserDroplet aliases
|
|
2476
2480
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2477
2481
|
// Sofa aliases
|
|
2478
2482
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2483
|
+
// Snowflake aliases
|
|
2484
|
+
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2479
2485
|
// SolarPanel aliases
|
|
2480
2486
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2481
2487
|
// Soup aliases
|
|
2482
2488
|
export { default as SoupIcon } from '../icons/soup';
|
|
2483
|
-
// Spade aliases
|
|
2484
|
-
export { default as SpadeIcon } from '../icons/spade';
|
|
2485
2489
|
// Space aliases
|
|
2486
2490
|
export { default as SpaceIcon } from '../icons/space';
|
|
2487
2491
|
// Sparkle aliases
|
|
2488
2492
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2493
|
+
// Spade aliases
|
|
2494
|
+
export { default as SpadeIcon } from '../icons/spade';
|
|
2489
2495
|
// Speaker aliases
|
|
2490
2496
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2491
2497
|
// Speech aliases
|
|
@@ -2498,22 +2504,22 @@ export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
|
2498
2504
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2499
2505
|
// Spline aliases
|
|
2500
2506
|
export { default as SplineIcon } from '../icons/spline';
|
|
2507
|
+
// Spool aliases
|
|
2508
|
+
export { default as SpoolIcon } from '../icons/spool';
|
|
2501
2509
|
// Split aliases
|
|
2502
2510
|
export { default as SplitIcon } from '../icons/split';
|
|
2503
2511
|
// SportShoe aliases
|
|
2504
2512
|
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2505
|
-
// Spool aliases
|
|
2506
|
-
export { default as SpoolIcon } from '../icons/spool';
|
|
2507
2513
|
// Spotlight aliases
|
|
2508
2514
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2509
2515
|
// SprayCan aliases
|
|
2510
2516
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2511
2517
|
// Sprout aliases
|
|
2512
2518
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2513
|
-
// SquareArrowRightExit aliases
|
|
2514
|
-
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2515
2519
|
// SquareArrowRightEnter aliases
|
|
2516
2520
|
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2521
|
+
// SquareArrowRightExit aliases
|
|
2522
|
+
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2517
2523
|
// SquareDashedBottomCode aliases
|
|
2518
2524
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2519
2525
|
// SquareDashedBottom aliases
|
|
@@ -2524,10 +2530,10 @@ export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-
|
|
|
2524
2530
|
export { default as SquareOffIcon } from '../icons/square-off';
|
|
2525
2531
|
// SquarePause aliases
|
|
2526
2532
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2527
|
-
// SquareRadical aliases
|
|
2528
|
-
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2529
2533
|
// SquareRoundCorner aliases
|
|
2530
2534
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2535
|
+
// SquareRadical aliases
|
|
2536
|
+
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2531
2537
|
// SquareSquare aliases
|
|
2532
2538
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2533
2539
|
// SquareStack aliases
|
|
@@ -2538,10 +2544,10 @@ export { default as SquareStarIcon } from '../icons/square-star';
|
|
|
2538
2544
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2539
2545
|
// Square aliases
|
|
2540
2546
|
export { default as SquareIcon } from '../icons/square';
|
|
2541
|
-
// SquaresIntersect aliases
|
|
2542
|
-
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2543
2547
|
// SquaresExclude aliases
|
|
2544
2548
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2549
|
+
// SquaresIntersect aliases
|
|
2550
|
+
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2545
2551
|
// SquaresSubtract aliases
|
|
2546
2552
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2547
2553
|
// SquaresUnite aliases
|
|
@@ -2550,14 +2556,14 @@ export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
|
2550
2556
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2551
2557
|
// Squircle aliases
|
|
2552
2558
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2553
|
-
// Stamp aliases
|
|
2554
|
-
export { default as StampIcon } from '../icons/stamp';
|
|
2555
2559
|
// Squirrel aliases
|
|
2556
2560
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2557
|
-
//
|
|
2558
|
-
export { default as
|
|
2561
|
+
// Stamp aliases
|
|
2562
|
+
export { default as StampIcon } from '../icons/stamp';
|
|
2559
2563
|
// StarCheck aliases
|
|
2560
2564
|
export { default as StarCheckIcon } from '../icons/star-check';
|
|
2565
|
+
// StarHalf aliases
|
|
2566
|
+
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2561
2567
|
// StarMinus aliases
|
|
2562
2568
|
export { default as StarMinusIcon } from '../icons/star-minus';
|
|
2563
2569
|
// StarOff aliases
|
|
@@ -2586,24 +2592,24 @@ export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
|
2586
2592
|
export { default as StickyNotePlusIcon } from '../icons/sticky-note-plus';
|
|
2587
2593
|
// StickyNoteX aliases
|
|
2588
2594
|
export { default as StickyNoteXIcon } from '../icons/sticky-note-x';
|
|
2589
|
-
// StickyNotes aliases
|
|
2590
|
-
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2591
2595
|
// StickyNote aliases
|
|
2592
2596
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2593
|
-
//
|
|
2594
|
-
export { default as
|
|
2597
|
+
// StickyNotes aliases
|
|
2598
|
+
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2595
2599
|
// Store aliases
|
|
2596
2600
|
export { default as StoreIcon } from '../icons/store';
|
|
2601
|
+
// Stone aliases
|
|
2602
|
+
export { default as StoneIcon } from '../icons/stone';
|
|
2597
2603
|
// StretchHorizontal aliases
|
|
2598
2604
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2599
2605
|
// StretchVertical aliases
|
|
2600
2606
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2601
2607
|
// Strikethrough aliases
|
|
2602
2608
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2603
|
-
// Summary aliases
|
|
2604
|
-
export { default as SummaryIcon } from '../icons/summary';
|
|
2605
2609
|
// Subscript aliases
|
|
2606
2610
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2611
|
+
// Summary aliases
|
|
2612
|
+
export { default as SummaryIcon } from '../icons/summary';
|
|
2607
2613
|
// SunDim aliases
|
|
2608
2614
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2609
2615
|
// SunMedium aliases
|
|
@@ -2616,46 +2622,46 @@ export { default as SunIcon } from '../icons/sun';
|
|
|
2616
2622
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2617
2623
|
// Sunrise aliases
|
|
2618
2624
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2619
|
-
// Sunset aliases
|
|
2620
|
-
export { default as SunsetIcon } from '../icons/sunset';
|
|
2621
2625
|
// Superscript aliases
|
|
2622
2626
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2623
|
-
//
|
|
2624
|
-
export { default as
|
|
2627
|
+
// Sunset aliases
|
|
2628
|
+
export { default as SunsetIcon } from '../icons/sunset';
|
|
2625
2629
|
// SwissFranc aliases
|
|
2626
2630
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2631
|
+
// SwatchBook aliases
|
|
2632
|
+
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2627
2633
|
// SwitchCamera aliases
|
|
2628
2634
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2629
2635
|
// Sword aliases
|
|
2630
2636
|
export { default as SwordIcon } from '../icons/sword';
|
|
2631
|
-
// Syringe aliases
|
|
2632
|
-
export { default as SyringeIcon } from '../icons/syringe';
|
|
2633
2637
|
// Swords aliases
|
|
2634
2638
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2639
|
+
// Syringe aliases
|
|
2640
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2635
2641
|
// Table2 aliases
|
|
2636
2642
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2637
2643
|
// TableCellsMerge aliases
|
|
2638
2644
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2639
2645
|
// TableCellsSplit aliases
|
|
2640
2646
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2641
|
-
// TableColumnsSplit aliases
|
|
2642
|
-
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2643
2647
|
// TableOfContents aliases
|
|
2644
2648
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2645
|
-
//
|
|
2646
|
-
export { default as
|
|
2649
|
+
// TableColumnsSplit aliases
|
|
2650
|
+
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2647
2651
|
// TableProperties aliases
|
|
2648
2652
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2649
|
-
//
|
|
2650
|
-
export { default as
|
|
2653
|
+
// TableRowsSplit aliases
|
|
2654
|
+
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2651
2655
|
// Table aliases
|
|
2652
2656
|
export { default as TableIcon } from '../icons/table';
|
|
2657
|
+
// TabletSmartphone aliases
|
|
2658
|
+
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2653
2659
|
// Tablet aliases
|
|
2654
2660
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2655
|
-
// TagPlus aliases
|
|
2656
|
-
export { default as TagPlusIcon } from '../icons/tag-plus';
|
|
2657
2661
|
// Tablets aliases
|
|
2658
2662
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2663
|
+
// TagPlus aliases
|
|
2664
|
+
export { default as TagPlusIcon } from '../icons/tag-plus';
|
|
2659
2665
|
// TagX aliases
|
|
2660
2666
|
export { default as TagXIcon } from '../icons/tag-x';
|
|
2661
2667
|
// Tag aliases
|
|
@@ -2664,10 +2670,10 @@ export { default as TagIcon } from '../icons/tag';
|
|
|
2664
2670
|
export { default as TagsIcon } from '../icons/tags';
|
|
2665
2671
|
// Tally1 aliases
|
|
2666
2672
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2667
|
-
// Tally3 aliases
|
|
2668
|
-
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2669
2673
|
// Tally2 aliases
|
|
2670
2674
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2675
|
+
// Tally3 aliases
|
|
2676
|
+
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2671
2677
|
// Tally4 aliases
|
|
2672
2678
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2673
2679
|
// Tally5 aliases
|
|
@@ -2676,10 +2682,10 @@ export { default as Tally5Icon } from '../icons/tally-5';
|
|
|
2676
2682
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2677
2683
|
// Target aliases
|
|
2678
2684
|
export { default as TargetIcon } from '../icons/target';
|
|
2679
|
-
// Telescope aliases
|
|
2680
|
-
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2681
2685
|
// TentTree aliases
|
|
2682
2686
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2687
|
+
// Telescope aliases
|
|
2688
|
+
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2683
2689
|
// Tent aliases
|
|
2684
2690
|
export { default as TentIcon } from '../icons/tent';
|
|
2685
2691
|
// Terminal aliases
|
|
@@ -2694,10 +2700,10 @@ export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
|
2694
2700
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2695
2701
|
// TextQuote aliases
|
|
2696
2702
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2697
|
-
// TextSearch aliases
|
|
2698
|
-
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2699
2703
|
// Theater aliases
|
|
2700
2704
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2705
|
+
// TextSearch aliases
|
|
2706
|
+
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2701
2707
|
// ThermometerSnowflake aliases
|
|
2702
2708
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2703
2709
|
// ThermometerSun aliases
|
|
@@ -2712,62 +2718,62 @@ export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
|
2712
2718
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2713
2719
|
// TicketMinus aliases
|
|
2714
2720
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2715
|
-
// TicketPlus aliases
|
|
2716
|
-
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2717
2721
|
// TicketPercent aliases
|
|
2718
2722
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2719
2723
|
// TicketSlash aliases
|
|
2720
2724
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2725
|
+
// TicketPlus aliases
|
|
2726
|
+
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2721
2727
|
// TicketX aliases
|
|
2722
2728
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2723
|
-
// TicketsPlane aliases
|
|
2724
|
-
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2725
2729
|
// Ticket aliases
|
|
2726
2730
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2731
|
+
// TicketsPlane aliases
|
|
2732
|
+
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2727
2733
|
// Tickets aliases
|
|
2728
2734
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2729
2735
|
// Timeline aliases
|
|
2730
2736
|
export { default as TimelineIcon } from '../icons/timeline';
|
|
2731
|
-
// TimerReset aliases
|
|
2732
|
-
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2733
2737
|
// TimerOff aliases
|
|
2734
2738
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2739
|
+
// TimerReset aliases
|
|
2740
|
+
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2741
|
+
// Timer aliases
|
|
2742
|
+
export { default as TimerIcon } from '../icons/timer';
|
|
2735
2743
|
// ToggleLeft aliases
|
|
2736
2744
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2737
2745
|
// ToggleRight aliases
|
|
2738
2746
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2739
|
-
// Timer aliases
|
|
2740
|
-
export { default as TimerIcon } from '../icons/timer';
|
|
2741
|
-
// Toilet aliases
|
|
2742
|
-
export { default as ToiletIcon } from '../icons/toilet';
|
|
2743
2747
|
// ToolCase aliases
|
|
2744
2748
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2749
|
+
// Toilet aliases
|
|
2750
|
+
export { default as ToiletIcon } from '../icons/toilet';
|
|
2745
2751
|
// Toolbox aliases
|
|
2746
2752
|
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2747
2753
|
// Tornado aliases
|
|
2748
2754
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2749
2755
|
// Torus aliases
|
|
2750
2756
|
export { default as TorusIcon } from '../icons/torus';
|
|
2751
|
-
// Touchpad aliases
|
|
2752
|
-
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2753
2757
|
// TouchpadOff aliases
|
|
2754
2758
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2755
2759
|
// TowelRack aliases
|
|
2756
2760
|
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2757
|
-
//
|
|
2758
|
-
export { default as
|
|
2761
|
+
// Touchpad aliases
|
|
2762
|
+
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2759
2763
|
// ToyBrick aliases
|
|
2760
2764
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2765
|
+
// TowerControl aliases
|
|
2766
|
+
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2761
2767
|
// Tractor aliases
|
|
2762
2768
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2763
|
-
// TrafficCone aliases
|
|
2764
|
-
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2765
2769
|
// TrainFrontTunnel aliases
|
|
2766
2770
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2767
2771
|
// TrainFront aliases
|
|
2768
2772
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2769
2773
|
// TrainTrack aliases
|
|
2770
2774
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2775
|
+
// TrafficCone aliases
|
|
2776
|
+
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2771
2777
|
// Transgender aliases
|
|
2772
2778
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2773
2779
|
// Trash2 aliases
|
|
@@ -2812,76 +2818,76 @@ export { default as TvIcon } from '../icons/tv';
|
|
|
2812
2818
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2813
2819
|
// Type aliases
|
|
2814
2820
|
export { default as TypeIcon } from '../icons/type';
|
|
2815
|
-
// Umbrella aliases
|
|
2816
|
-
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2817
2821
|
// UmbrellaOff aliases
|
|
2818
2822
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2819
|
-
// Undo2 aliases
|
|
2820
|
-
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2821
2823
|
// Underline aliases
|
|
2822
2824
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2823
|
-
//
|
|
2824
|
-
export { default as
|
|
2825
|
+
// Umbrella aliases
|
|
2826
|
+
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2827
|
+
// Undo2 aliases
|
|
2828
|
+
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2825
2829
|
// Undo aliases
|
|
2826
2830
|
export { default as UndoIcon } from '../icons/undo';
|
|
2831
|
+
// UndoDot aliases
|
|
2832
|
+
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2827
2833
|
// UnfoldHorizontal aliases
|
|
2828
2834
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2829
|
-
// UnfoldVertical aliases
|
|
2830
|
-
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2831
2835
|
// Ungroup aliases
|
|
2832
2836
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2837
|
+
// UnfoldVertical aliases
|
|
2838
|
+
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2833
2839
|
// Unlink2 aliases
|
|
2834
2840
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2835
2841
|
// Unlink aliases
|
|
2836
2842
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2837
2843
|
// Unplug aliases
|
|
2838
2844
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2839
|
-
// Usb aliases
|
|
2840
|
-
export { default as UsbIcon } from '../icons/usb';
|
|
2841
2845
|
// Upload aliases
|
|
2842
2846
|
export { default as UploadIcon } from '../icons/upload';
|
|
2847
|
+
// Usb aliases
|
|
2848
|
+
export { default as UsbIcon } from '../icons/usb';
|
|
2843
2849
|
// UserCheck aliases
|
|
2844
2850
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2845
2851
|
// UserCog aliases
|
|
2846
2852
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2847
|
-
// UserKey aliases
|
|
2848
|
-
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2849
2853
|
// UserLock aliases
|
|
2850
2854
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2855
|
+
// UserKey aliases
|
|
2856
|
+
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2851
2857
|
// UserMinus aliases
|
|
2852
2858
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2853
2859
|
// UserPen aliases
|
|
2854
2860
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2855
2861
|
// UserPlus aliases
|
|
2856
2862
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2857
|
-
// UserRoundArrowLeft aliases
|
|
2858
|
-
export { default as UserRoundArrowLeftIcon } from '../icons/user-round-arrow-left';
|
|
2859
2863
|
// UserRoundKey aliases
|
|
2860
2864
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2865
|
+
// UserRoundArrowLeft aliases
|
|
2866
|
+
export { default as UserRoundArrowLeftIcon } from '../icons/user-round-arrow-left';
|
|
2861
2867
|
// UserRoundPen aliases
|
|
2862
2868
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2863
|
-
// UserSearch aliases
|
|
2864
|
-
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2865
2869
|
// UserShield aliases
|
|
2866
2870
|
export { default as UserShieldIcon } from '../icons/user-shield';
|
|
2867
2871
|
// UserRoundSearch aliases
|
|
2868
2872
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2869
|
-
//
|
|
2870
|
-
export { default as
|
|
2873
|
+
// UserSearch aliases
|
|
2874
|
+
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2871
2875
|
// UserStar aliases
|
|
2872
2876
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2873
|
-
// User aliases
|
|
2874
|
-
export { default as UserIcon } from '../icons/user';
|
|
2875
2877
|
// Users aliases
|
|
2876
2878
|
export { default as UsersIcon } from '../icons/users';
|
|
2879
|
+
// UserX aliases
|
|
2880
|
+
export { default as UserXIcon } from '../icons/user-x';
|
|
2881
|
+
// User aliases
|
|
2882
|
+
export { default as UserIcon } from '../icons/user';
|
|
2877
2883
|
// UtilityPole aliases
|
|
2878
2884
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2879
2885
|
// Van aliases
|
|
2880
2886
|
export { default as VanIcon } from '../icons/van';
|
|
2881
|
-
// Variable aliases
|
|
2882
|
-
export { default as VariableIcon } from '../icons/variable';
|
|
2883
2887
|
// Vault aliases
|
|
2884
2888
|
export { default as VaultIcon } from '../icons/vault';
|
|
2889
|
+
// Variable aliases
|
|
2890
|
+
export { default as VariableIcon } from '../icons/variable';
|
|
2885
2891
|
// VectorSquare aliases
|
|
2886
2892
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2887
2893
|
// Vegan aliases
|
|
@@ -2890,52 +2896,52 @@ export { default as VeganIcon } from '../icons/vegan';
|
|
|
2890
2896
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2891
2897
|
// VenusAndMars aliases
|
|
2892
2898
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2893
|
-
// VibrateOff aliases
|
|
2894
|
-
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2895
2899
|
// Venus aliases
|
|
2896
2900
|
export { default as VenusIcon } from '../icons/venus';
|
|
2897
|
-
// Vibrate aliases
|
|
2898
|
-
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2899
2901
|
// VideoOff aliases
|
|
2900
2902
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2901
|
-
//
|
|
2902
|
-
export { default as
|
|
2903
|
+
// Vibrate aliases
|
|
2904
|
+
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2905
|
+
// VibrateOff aliases
|
|
2906
|
+
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2903
2907
|
// Video aliases
|
|
2904
2908
|
export { default as VideoIcon } from '../icons/video';
|
|
2905
|
-
//
|
|
2906
|
-
export { default as
|
|
2909
|
+
// Videotape aliases
|
|
2910
|
+
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2911
|
+
// View aliases
|
|
2912
|
+
export { default as ViewIcon } from '../icons/view';
|
|
2907
2913
|
// Volleyball aliases
|
|
2908
2914
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2909
|
-
//
|
|
2910
|
-
export { default as
|
|
2915
|
+
// Voicemail aliases
|
|
2916
|
+
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2911
2917
|
// Volume1 aliases
|
|
2912
2918
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2913
|
-
//
|
|
2914
|
-
export { default as
|
|
2919
|
+
// Volume2 aliases
|
|
2920
|
+
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2915
2921
|
// VolumeX aliases
|
|
2916
2922
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2917
2923
|
// VolumeOff aliases
|
|
2918
2924
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2919
|
-
// Volume aliases
|
|
2920
|
-
export { default as VolumeIcon } from '../icons/volume';
|
|
2921
2925
|
// Vote aliases
|
|
2922
2926
|
export { default as VoteIcon } from '../icons/vote';
|
|
2927
|
+
// Volume aliases
|
|
2928
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2923
2929
|
// WalletCards aliases
|
|
2924
2930
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2925
2931
|
// Wallet aliases
|
|
2926
2932
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2927
|
-
// Wallpaper aliases
|
|
2928
|
-
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2929
2933
|
// Wand aliases
|
|
2930
2934
|
export { default as WandIcon } from '../icons/wand';
|
|
2935
|
+
// Wallpaper aliases
|
|
2936
|
+
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2931
2937
|
// Warehouse aliases
|
|
2932
2938
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2933
2939
|
// WashingMachine aliases
|
|
2934
2940
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2935
|
-
// Watch aliases
|
|
2936
|
-
export { default as WatchIcon } from '../icons/watch';
|
|
2937
2941
|
// WavesArrowDown aliases
|
|
2938
2942
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2943
|
+
// Watch aliases
|
|
2944
|
+
export { default as WatchIcon } from '../icons/watch';
|
|
2939
2945
|
// WavesArrowUp aliases
|
|
2940
2946
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2941
2947
|
// WavesVertical aliases
|
|
@@ -2960,38 +2966,38 @@ export { default as WeightIcon } from '../icons/weight';
|
|
|
2960
2966
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2961
2967
|
// Wheat aliases
|
|
2962
2968
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2963
|
-
// WifiCog aliases
|
|
2964
|
-
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2965
2969
|
// WholeWord aliases
|
|
2966
2970
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2967
|
-
//
|
|
2968
|
-
export { default as
|
|
2971
|
+
// WifiCog aliases
|
|
2972
|
+
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2969
2973
|
// WifiHigh aliases
|
|
2970
2974
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2975
|
+
// WifiLow aliases
|
|
2976
|
+
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2971
2977
|
// WifiOff aliases
|
|
2972
2978
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2973
2979
|
// WifiPen aliases
|
|
2974
2980
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2981
|
+
// WifiZero aliases
|
|
2982
|
+
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2975
2983
|
// WifiSync aliases
|
|
2976
2984
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2977
2985
|
// Wifi aliases
|
|
2978
2986
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2979
|
-
// WifiZero aliases
|
|
2980
|
-
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2981
|
-
// WindArrowDown aliases
|
|
2982
|
-
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2983
2987
|
// Wind aliases
|
|
2984
2988
|
export { default as WindIcon } from '../icons/wind';
|
|
2985
2989
|
// WineOff aliases
|
|
2986
2990
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2987
|
-
//
|
|
2988
|
-
export { default as
|
|
2991
|
+
// WindArrowDown aliases
|
|
2992
|
+
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2989
2993
|
// Wine aliases
|
|
2990
2994
|
export { default as WineIcon } from '../icons/wine';
|
|
2991
|
-
// WrenchOff aliases
|
|
2992
|
-
export { default as WrenchOffIcon } from '../icons/wrench-off';
|
|
2993
2995
|
// Worm aliases
|
|
2994
2996
|
export { default as WormIcon } from '../icons/worm';
|
|
2997
|
+
// WrenchOff aliases
|
|
2998
|
+
export { default as WrenchOffIcon } from '../icons/wrench-off';
|
|
2999
|
+
// Workflow aliases
|
|
3000
|
+
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2995
3001
|
// Wrench aliases
|
|
2996
3002
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2997
3003
|
// XLineTop aliases
|
|
@@ -3004,10 +3010,10 @@ export { default as ZapOffIcon } from '../icons/zap-off';
|
|
|
3004
3010
|
export { default as ZapIcon } from '../icons/zap';
|
|
3005
3011
|
// ZodiacAquarius aliases
|
|
3006
3012
|
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
3007
|
-
// ZodiacCancer aliases
|
|
3008
|
-
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
3009
3013
|
// ZodiacAries aliases
|
|
3010
3014
|
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
3015
|
+
// ZodiacCancer aliases
|
|
3016
|
+
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
3011
3017
|
// ZodiacCapricorn aliases
|
|
3012
3018
|
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
3013
3019
|
// ZodiacGemini aliases
|
|
@@ -3016,10 +3022,10 @@ export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
|
3016
3022
|
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
3017
3023
|
// ZodiacLibra aliases
|
|
3018
3024
|
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
3019
|
-
// ZodiacPisces aliases
|
|
3020
|
-
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
3021
3025
|
// ZodiacOphiuchus aliases
|
|
3022
3026
|
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
3027
|
+
// ZodiacPisces aliases
|
|
3028
|
+
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
3023
3029
|
// ZodiacSagittarius aliases
|
|
3024
3030
|
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
3025
3031
|
// ZodiacScorpio aliases
|
|
@@ -3058,6 +3064,12 @@ export {
|
|
|
3058
3064
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. */
|
|
3059
3065
|
default as AlarmPlusIcon
|
|
3060
3066
|
} from '../icons/alarm-clock-plus';
|
|
3067
|
+
// ArrowDownAZ aliases
|
|
3068
|
+
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
3069
|
+
export {
|
|
3070
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. */
|
|
3071
|
+
default as ArrowDownAzIcon
|
|
3072
|
+
} from '../icons/arrow-down-a-z';
|
|
3061
3073
|
// ArrowDownWideNarrow aliases
|
|
3062
3074
|
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
3063
3075
|
export {
|
|
@@ -3070,60 +3082,36 @@ export {
|
|
|
3070
3082
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
|
|
3071
3083
|
default as ArrowDownZaIcon
|
|
3072
3084
|
} from '../icons/arrow-down-z-a';
|
|
3073
|
-
// ArrowDownAZ aliases
|
|
3074
|
-
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
3075
|
-
export {
|
|
3076
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. */
|
|
3077
|
-
default as ArrowDownAzIcon
|
|
3078
|
-
} from '../icons/arrow-down-a-z';
|
|
3079
3085
|
// ArrowUpAZ aliases
|
|
3080
3086
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
3081
3087
|
export {
|
|
3082
3088
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. */
|
|
3083
3089
|
default as ArrowUpAzIcon
|
|
3084
3090
|
} from '../icons/arrow-up-a-z';
|
|
3085
|
-
// ArrowUpNarrowWide aliases
|
|
3086
|
-
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3087
|
-
export {
|
|
3088
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
|
|
3089
|
-
default as SortAscIcon
|
|
3090
|
-
} from '../icons/arrow-up-narrow-wide';
|
|
3091
3091
|
// Axis3d aliases
|
|
3092
3092
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
3093
3093
|
export {
|
|
3094
3094
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. */
|
|
3095
3095
|
default as Axis3DIcon
|
|
3096
3096
|
} from '../icons/axis-3d';
|
|
3097
|
+
// ArrowUpNarrowWide aliases
|
|
3098
|
+
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3099
|
+
export {
|
|
3100
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
|
|
3101
|
+
default as SortAscIcon
|
|
3102
|
+
} from '../icons/arrow-up-narrow-wide';
|
|
3097
3103
|
// ArrowUpZA aliases
|
|
3098
3104
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
3099
3105
|
export {
|
|
3100
3106
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. */
|
|
3101
3107
|
default as ArrowUpZaIcon
|
|
3102
3108
|
} from '../icons/arrow-up-z-a';
|
|
3103
|
-
// BadgeQuestionMark aliases
|
|
3104
|
-
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
3105
|
-
export {
|
|
3106
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
3107
|
-
default as BadgeHelpIcon
|
|
3108
|
-
} from '../icons/badge-question-mark';
|
|
3109
|
-
// BetweenHorizontalEnd aliases
|
|
3110
|
-
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3111
|
-
export {
|
|
3112
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
|
|
3113
|
-
default as BetweenHorizonalEndIcon
|
|
3114
|
-
} from '../icons/between-horizontal-end';
|
|
3115
3109
|
// BadgeCheck aliases
|
|
3116
3110
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
3117
3111
|
export {
|
|
3118
3112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
|
|
3119
3113
|
default as VerifiedIcon
|
|
3120
3114
|
} from '../icons/badge-check';
|
|
3121
|
-
// BetweenHorizontalStart aliases
|
|
3122
|
-
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
3123
|
-
export {
|
|
3124
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
3125
|
-
default as BetweenHorizonalStartIcon
|
|
3126
|
-
} from '../icons/between-horizontal-start';
|
|
3127
3115
|
// BookDashed aliases
|
|
3128
3116
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3129
3117
|
export {
|
|
@@ -3154,36 +3142,48 @@ export {
|
|
|
3154
3142
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
|
|
3155
3143
|
default as BarChartHorizontalBigIcon
|
|
3156
3144
|
} from '../icons/chart-bar-big';
|
|
3145
|
+
// ChartCandlestick aliases
|
|
3146
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3147
|
+
export {
|
|
3148
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
3149
|
+
default as CandlestickChartIcon
|
|
3150
|
+
} from '../icons/chart-candlestick';
|
|
3157
3151
|
// ChartBar aliases
|
|
3158
3152
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3159
3153
|
export {
|
|
3160
3154
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
|
|
3161
3155
|
default as BarChartHorizontalIcon
|
|
3162
3156
|
} from '../icons/chart-bar';
|
|
3163
|
-
//
|
|
3164
|
-
export { default as
|
|
3157
|
+
// BadgeQuestionMark aliases
|
|
3158
|
+
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
3165
3159
|
export {
|
|
3166
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3167
|
-
default as
|
|
3168
|
-
} from '../icons/
|
|
3169
|
-
//
|
|
3170
|
-
export { default as
|
|
3160
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
3161
|
+
default as BadgeHelpIcon
|
|
3162
|
+
} from '../icons/badge-question-mark';
|
|
3163
|
+
// BetweenHorizontalEnd aliases
|
|
3164
|
+
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3171
3165
|
export {
|
|
3172
|
-
/** @deprecated
|
|
3173
|
-
default as
|
|
3174
|
-
} from '../icons/
|
|
3166
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
|
|
3167
|
+
default as BetweenHorizonalEndIcon
|
|
3168
|
+
} from '../icons/between-horizontal-end';
|
|
3175
3169
|
// ChartColumnIncreasing aliases
|
|
3176
3170
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3177
3171
|
export {
|
|
3178
3172
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. */
|
|
3179
3173
|
default as BarChart4Icon
|
|
3180
3174
|
} from '../icons/chart-column-increasing';
|
|
3181
|
-
//
|
|
3182
|
-
export { default as
|
|
3175
|
+
// BetweenHorizontalStart aliases
|
|
3176
|
+
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
3183
3177
|
export {
|
|
3184
|
-
/** @deprecated
|
|
3185
|
-
default as
|
|
3186
|
-
} from '../icons/
|
|
3178
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
3179
|
+
default as BetweenHorizonalStartIcon
|
|
3180
|
+
} from '../icons/between-horizontal-start';
|
|
3181
|
+
// ChartColumnBig aliases
|
|
3182
|
+
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3183
|
+
export {
|
|
3184
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. */
|
|
3185
|
+
default as BarChartBigIcon
|
|
3186
|
+
} from '../icons/chart-column-big';
|
|
3187
3187
|
// ChartLine aliases
|
|
3188
3188
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3189
3189
|
export {
|
|
@@ -3196,42 +3196,48 @@ export {
|
|
|
3196
3196
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. */
|
|
3197
3197
|
default as BarChartIcon
|
|
3198
3198
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3199
|
+
// ChartColumn aliases
|
|
3200
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3201
|
+
export {
|
|
3202
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. */
|
|
3203
|
+
default as BarChart3Icon
|
|
3204
|
+
} from '../icons/chart-column';
|
|
3199
3205
|
// ChartNoAxesColumn aliases
|
|
3200
3206
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3201
3207
|
export {
|
|
3202
3208
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. */
|
|
3203
3209
|
default as BarChart2Icon
|
|
3204
3210
|
} from '../icons/chart-no-axes-column';
|
|
3205
|
-
// ChartPie aliases
|
|
3206
|
-
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3207
|
-
export {
|
|
3208
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. */
|
|
3209
|
-
default as PieChartIcon
|
|
3210
|
-
} from '../icons/chart-pie';
|
|
3211
3211
|
// ChartNoAxesGantt aliases
|
|
3212
3212
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3213
3213
|
export {
|
|
3214
3214
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. */
|
|
3215
3215
|
default as GanttChartIcon
|
|
3216
3216
|
} from '../icons/chart-no-axes-gantt';
|
|
3217
|
+
// ChartPie aliases
|
|
3218
|
+
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3219
|
+
export {
|
|
3220
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. */
|
|
3221
|
+
default as PieChartIcon
|
|
3222
|
+
} from '../icons/chart-pie';
|
|
3217
3223
|
// ChartScatter aliases
|
|
3218
3224
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3219
3225
|
export {
|
|
3220
3226
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. */
|
|
3221
3227
|
default as ScatterChartIcon
|
|
3222
3228
|
} from '../icons/chart-scatter';
|
|
3223
|
-
// CircleAlert aliases
|
|
3224
|
-
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3225
|
-
export {
|
|
3226
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. */
|
|
3227
|
-
default as AlertCircleIcon
|
|
3228
|
-
} from '../icons/circle-alert';
|
|
3229
3229
|
// CircleArrowDown aliases
|
|
3230
3230
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3231
3231
|
export {
|
|
3232
3232
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. */
|
|
3233
3233
|
default as ArrowDownCircleIcon
|
|
3234
3234
|
} from '../icons/circle-arrow-down';
|
|
3235
|
+
// CircleAlert aliases
|
|
3236
|
+
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3237
|
+
export {
|
|
3238
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. */
|
|
3239
|
+
default as AlertCircleIcon
|
|
3240
|
+
} from '../icons/circle-alert';
|
|
3235
3241
|
// CircleArrowLeft aliases
|
|
3236
3242
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3237
3243
|
export {
|
|
@@ -3250,36 +3256,36 @@ export {
|
|
|
3250
3256
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. */
|
|
3251
3257
|
default as ArrowDownRightFromCircleIcon
|
|
3252
3258
|
} from '../icons/circle-arrow-out-down-right';
|
|
3259
|
+
// CircleArrowOutUpRight aliases
|
|
3260
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3261
|
+
export {
|
|
3262
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
|
|
3263
|
+
default as ArrowUpRightFromCircleIcon
|
|
3264
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
3253
3265
|
// CircleArrowOutUpLeft aliases
|
|
3254
3266
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3255
3267
|
export {
|
|
3256
3268
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. */
|
|
3257
3269
|
default as ArrowUpLeftFromCircleIcon
|
|
3258
3270
|
} from '../icons/circle-arrow-out-up-left';
|
|
3259
|
-
// CircleArrowRight aliases
|
|
3260
|
-
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3261
|
-
export {
|
|
3262
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
3263
|
-
default as ArrowRightCircleIcon
|
|
3264
|
-
} from '../icons/circle-arrow-right';
|
|
3265
|
-
// CircleArrowUp aliases
|
|
3266
|
-
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3267
|
-
export {
|
|
3268
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
|
|
3269
|
-
default as ArrowUpCircleIcon
|
|
3270
|
-
} from '../icons/circle-arrow-up';
|
|
3271
3271
|
// CircleCheckBig aliases
|
|
3272
3272
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3273
3273
|
export {
|
|
3274
3274
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
3275
3275
|
default as CheckCircleIcon
|
|
3276
3276
|
} from '../icons/circle-check-big';
|
|
3277
|
-
//
|
|
3278
|
-
export { default as
|
|
3277
|
+
// CircleArrowRight aliases
|
|
3278
|
+
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3279
|
+
export {
|
|
3280
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
3281
|
+
default as ArrowRightCircleIcon
|
|
3282
|
+
} from '../icons/circle-arrow-right';
|
|
3283
|
+
// CircleArrowUp aliases
|
|
3284
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3279
3285
|
export {
|
|
3280
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3281
|
-
default as
|
|
3282
|
-
} from '../icons/circle-arrow-
|
|
3286
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
|
|
3287
|
+
default as ArrowUpCircleIcon
|
|
3288
|
+
} from '../icons/circle-arrow-up';
|
|
3283
3289
|
// CircleCheck aliases
|
|
3284
3290
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3285
3291
|
export {
|
|
@@ -3346,6 +3352,12 @@ export {
|
|
|
3346
3352
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. */
|
|
3347
3353
|
default as PauseCircleIcon
|
|
3348
3354
|
} from '../icons/circle-pause';
|
|
3355
|
+
// CirclePlus aliases
|
|
3356
|
+
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3357
|
+
export {
|
|
3358
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
3359
|
+
default as PlusCircleIcon
|
|
3360
|
+
} from '../icons/circle-plus';
|
|
3349
3361
|
// CirclePercent aliases
|
|
3350
3362
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3351
3363
|
export {
|
|
@@ -3358,12 +3370,6 @@ export {
|
|
|
3358
3370
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. */
|
|
3359
3371
|
default as PlayCircleIcon
|
|
3360
3372
|
} from '../icons/circle-play';
|
|
3361
|
-
// CirclePlus aliases
|
|
3362
|
-
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3363
|
-
export {
|
|
3364
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
3365
|
-
default as PlusCircleIcon
|
|
3366
|
-
} from '../icons/circle-plus';
|
|
3367
3373
|
// CirclePower aliases
|
|
3368
3374
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3369
3375
|
export {
|
|
@@ -3398,18 +3404,18 @@ export {
|
|
|
3398
3404
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
|
|
3399
3405
|
default as UserCircle2Icon
|
|
3400
3406
|
} from '../icons/circle-user-round';
|
|
3401
|
-
// CircleUser aliases
|
|
3402
|
-
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3403
|
-
export {
|
|
3404
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. */
|
|
3405
|
-
default as UserCircleIcon
|
|
3406
|
-
} from '../icons/circle-user';
|
|
3407
3407
|
// CircleX aliases
|
|
3408
3408
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3409
3409
|
export {
|
|
3410
3410
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. */
|
|
3411
3411
|
default as XCircleIcon
|
|
3412
3412
|
} from '../icons/circle-x';
|
|
3413
|
+
// CircleUser aliases
|
|
3414
|
+
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3415
|
+
export {
|
|
3416
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. */
|
|
3417
|
+
default as UserCircleIcon
|
|
3418
|
+
} from '../icons/circle-user';
|
|
3413
3419
|
// ClipboardPenLine aliases
|
|
3414
3420
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3415
3421
|
export {
|
|
@@ -3486,18 +3492,18 @@ export {
|
|
|
3486
3492
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. */
|
|
3487
3493
|
default as MoreVerticalIcon
|
|
3488
3494
|
} from '../icons/ellipsis-vertical';
|
|
3489
|
-
// Ellipsis aliases
|
|
3490
|
-
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3491
|
-
export {
|
|
3492
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. */
|
|
3493
|
-
default as MoreHorizontalIcon
|
|
3494
|
-
} from '../icons/ellipsis';
|
|
3495
3495
|
// FaceAngry aliases
|
|
3496
3496
|
export { default as FaceAngryIcon } from '../icons/face-angry';
|
|
3497
3497
|
export {
|
|
3498
3498
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceAngry} instead. */
|
|
3499
3499
|
default as AngryIcon
|
|
3500
3500
|
} from '../icons/face-angry';
|
|
3501
|
+
// Ellipsis aliases
|
|
3502
|
+
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3503
|
+
export {
|
|
3504
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. */
|
|
3505
|
+
default as MoreHorizontalIcon
|
|
3506
|
+
} from '../icons/ellipsis';
|
|
3501
3507
|
// FaceExpressionless aliases
|
|
3502
3508
|
export { default as FaceExpressionlessIcon } from '../icons/face-expressionless';
|
|
3503
3509
|
export {
|
|
@@ -3510,12 +3516,6 @@ export {
|
|
|
3510
3516
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceGrinning} instead. */
|
|
3511
3517
|
default as LaughIcon
|
|
3512
3518
|
} from '../icons/face-grinning';
|
|
3513
|
-
// FaceNeutral aliases
|
|
3514
|
-
export { default as FaceNeutralIcon } from '../icons/face-neutral';
|
|
3515
|
-
export {
|
|
3516
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceNeutral} instead. */
|
|
3517
|
-
default as MehIcon
|
|
3518
|
-
} from '../icons/face-neutral';
|
|
3519
3519
|
// FaceSlightlyFrowning aliases
|
|
3520
3520
|
export { default as FaceSlightlyFrowningIcon } from '../icons/face-slightly-frowning';
|
|
3521
3521
|
export {
|
|
@@ -3528,18 +3528,24 @@ export {
|
|
|
3528
3528
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmilingPlus} instead. */
|
|
3529
3529
|
default as SmilePlusIcon
|
|
3530
3530
|
} from '../icons/face-slightly-smiling-plus';
|
|
3531
|
-
//
|
|
3532
|
-
export { default as
|
|
3531
|
+
// FaceNeutral aliases
|
|
3532
|
+
export { default as FaceNeutralIcon } from '../icons/face-neutral';
|
|
3533
3533
|
export {
|
|
3534
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3535
|
-
default as
|
|
3536
|
-
} from '../icons/
|
|
3534
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceNeutral} instead. */
|
|
3535
|
+
default as MehIcon
|
|
3536
|
+
} from '../icons/face-neutral';
|
|
3537
3537
|
// FaceSlightlySmiling aliases
|
|
3538
3538
|
export { default as FaceSlightlySmilingIcon } from '../icons/face-slightly-smiling';
|
|
3539
3539
|
export {
|
|
3540
3540
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmiling} instead. */
|
|
3541
3541
|
default as SmileIcon
|
|
3542
3542
|
} from '../icons/face-slightly-smiling';
|
|
3543
|
+
// FileAxis3d aliases
|
|
3544
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3545
|
+
export {
|
|
3546
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
3547
|
+
default as FileAxis3DIcon
|
|
3548
|
+
} from '../icons/file-axis-3d';
|
|
3543
3549
|
// FileBadge aliases
|
|
3544
3550
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3545
3551
|
export {
|
|
@@ -3570,36 +3576,36 @@ export {
|
|
|
3570
3576
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
|
|
3571
3577
|
default as FileBarChart2Icon
|
|
3572
3578
|
} from '../icons/file-chart-column';
|
|
3573
|
-
// FileChartPie aliases
|
|
3574
|
-
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3575
|
-
export {
|
|
3576
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. */
|
|
3577
|
-
default as FilePieChartIcon
|
|
3578
|
-
} from '../icons/file-chart-pie';
|
|
3579
3579
|
// FileChartLine aliases
|
|
3580
3580
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3581
3581
|
export {
|
|
3582
3582
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. */
|
|
3583
3583
|
default as FileLineChartIcon
|
|
3584
3584
|
} from '../icons/file-chart-line';
|
|
3585
|
+
// FileChartPie aliases
|
|
3586
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3587
|
+
export {
|
|
3588
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. */
|
|
3589
|
+
default as FilePieChartIcon
|
|
3590
|
+
} from '../icons/file-chart-pie';
|
|
3585
3591
|
// FileCheckCorner aliases
|
|
3586
3592
|
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3587
3593
|
export {
|
|
3588
3594
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. */
|
|
3589
3595
|
default as FileCheck2Icon
|
|
3590
3596
|
} from '../icons/file-check-corner';
|
|
3591
|
-
// FileCog aliases
|
|
3592
|
-
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3593
|
-
export {
|
|
3594
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
|
|
3595
|
-
default as FileCog2Icon
|
|
3596
|
-
} from '../icons/file-cog';
|
|
3597
3597
|
// FileCodeCorner aliases
|
|
3598
3598
|
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3599
3599
|
export {
|
|
3600
3600
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. */
|
|
3601
3601
|
default as FileCode2Icon
|
|
3602
3602
|
} from '../icons/file-code-corner';
|
|
3603
|
+
// FileCog aliases
|
|
3604
|
+
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3605
|
+
export {
|
|
3606
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
|
|
3607
|
+
default as FileCog2Icon
|
|
3608
|
+
} from '../icons/file-cog';
|
|
3603
3609
|
// FileExclamationPoint aliases
|
|
3604
3610
|
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3605
3611
|
export {
|
|
@@ -3622,108 +3628,108 @@ export {
|
|
|
3622
3628
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
|
|
3623
3629
|
default as FileKey2Icon
|
|
3624
3630
|
} from '../icons/file-key';
|
|
3625
|
-
// FileLock aliases
|
|
3626
|
-
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3627
|
-
export {
|
|
3628
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
3629
|
-
default as FileLock2Icon
|
|
3630
|
-
} from '../icons/file-lock';
|
|
3631
3631
|
// FileMinusCorner aliases
|
|
3632
3632
|
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3633
3633
|
export {
|
|
3634
3634
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
3635
3635
|
default as FileMinus2Icon
|
|
3636
3636
|
} from '../icons/file-minus-corner';
|
|
3637
|
+
// FileLock aliases
|
|
3638
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3639
|
+
export {
|
|
3640
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
3641
|
+
default as FileLock2Icon
|
|
3642
|
+
} from '../icons/file-lock';
|
|
3637
3643
|
// FilePenLine aliases
|
|
3638
3644
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3639
3645
|
export {
|
|
3640
3646
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
|
|
3641
3647
|
default as FileSignatureIcon
|
|
3642
3648
|
} from '../icons/file-pen-line';
|
|
3643
|
-
// FilePen aliases
|
|
3644
|
-
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3645
|
-
export {
|
|
3646
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
|
|
3647
|
-
default as FileEditIcon
|
|
3648
|
-
} from '../icons/file-pen';
|
|
3649
3649
|
// FilePlay aliases
|
|
3650
3650
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3651
3651
|
export {
|
|
3652
3652
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
3653
3653
|
default as FileVideoIcon
|
|
3654
3654
|
} from '../icons/file-play';
|
|
3655
|
-
//
|
|
3656
|
-
export { default as
|
|
3655
|
+
// FilePen aliases
|
|
3656
|
+
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3657
3657
|
export {
|
|
3658
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3659
|
-
default as
|
|
3660
|
-
} from '../icons/file-
|
|
3658
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
|
|
3659
|
+
default as FileEditIcon
|
|
3660
|
+
} from '../icons/file-pen';
|
|
3661
|
+
// FileQuestionMark aliases
|
|
3662
|
+
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3663
|
+
export {
|
|
3664
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
|
|
3665
|
+
default as FileQuestionIcon
|
|
3666
|
+
} from '../icons/file-question-mark';
|
|
3661
3667
|
// FileSearchCorner aliases
|
|
3662
3668
|
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3663
3669
|
export {
|
|
3664
3670
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. */
|
|
3665
3671
|
default as FileSearch2Icon
|
|
3666
3672
|
} from '../icons/file-search-corner';
|
|
3667
|
-
//
|
|
3668
|
-
export { default as
|
|
3673
|
+
// FileSignal aliases
|
|
3674
|
+
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3669
3675
|
export {
|
|
3670
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3671
|
-
default as
|
|
3672
|
-
} from '../icons/file-
|
|
3673
|
-
//
|
|
3674
|
-
export { default as
|
|
3676
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
|
|
3677
|
+
default as FileVolume2Icon
|
|
3678
|
+
} from '../icons/file-signal';
|
|
3679
|
+
// FilePlusCorner aliases
|
|
3680
|
+
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3675
3681
|
export {
|
|
3676
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3677
|
-
default as
|
|
3678
|
-
} from '../icons/file-
|
|
3682
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
3683
|
+
default as FilePlus2Icon
|
|
3684
|
+
} from '../icons/file-plus-corner';
|
|
3679
3685
|
// FileTypeCorner aliases
|
|
3680
3686
|
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3681
3687
|
export {
|
|
3682
3688
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
|
|
3683
3689
|
default as FileType2Icon
|
|
3684
3690
|
} from '../icons/file-type-corner';
|
|
3685
|
-
// FileSignal aliases
|
|
3686
|
-
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3687
|
-
export {
|
|
3688
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
|
|
3689
|
-
default as FileVolume2Icon
|
|
3690
|
-
} from '../icons/file-signal';
|
|
3691
3691
|
// FileXCorner aliases
|
|
3692
3692
|
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3693
3693
|
export {
|
|
3694
3694
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. */
|
|
3695
3695
|
default as FileX2Icon
|
|
3696
3696
|
} from '../icons/file-x-corner';
|
|
3697
|
-
//
|
|
3698
|
-
export { default as
|
|
3697
|
+
// FileVideoCamera aliases
|
|
3698
|
+
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3699
3699
|
export {
|
|
3700
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3701
|
-
default as
|
|
3702
|
-
} from '../icons/
|
|
3700
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
|
|
3701
|
+
default as FileVideo2Icon
|
|
3702
|
+
} from '../icons/file-video-camera';
|
|
3703
3703
|
// FingerprintPattern aliases
|
|
3704
3704
|
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3705
3705
|
export {
|
|
3706
3706
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. */
|
|
3707
3707
|
default as FingerprintIcon
|
|
3708
3708
|
} from '../icons/fingerprint-pattern';
|
|
3709
|
+
// FolderCog aliases
|
|
3710
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3711
|
+
export {
|
|
3712
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. */
|
|
3713
|
+
default as FolderCog2Icon
|
|
3714
|
+
} from '../icons/folder-cog';
|
|
3709
3715
|
// FolderPen aliases
|
|
3710
3716
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3711
3717
|
export {
|
|
3712
3718
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. */
|
|
3713
3719
|
default as FolderEditIcon
|
|
3714
3720
|
} from '../icons/folder-pen';
|
|
3715
|
-
// FunnelX aliases
|
|
3716
|
-
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3717
|
-
export {
|
|
3718
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
|
|
3719
|
-
default as FilterXIcon
|
|
3720
|
-
} from '../icons/funnel-x';
|
|
3721
3721
|
// Funnel aliases
|
|
3722
3722
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3723
3723
|
export {
|
|
3724
3724
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
|
|
3725
3725
|
default as FilterIcon
|
|
3726
3726
|
} from '../icons/funnel';
|
|
3727
|
+
// FunnelX aliases
|
|
3728
|
+
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3729
|
+
export {
|
|
3730
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
|
|
3731
|
+
default as FilterXIcon
|
|
3732
|
+
} from '../icons/funnel-x';
|
|
3727
3733
|
// GitCommitHorizontal aliases
|
|
3728
3734
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3729
3735
|
export {
|
|
@@ -3736,12 +3742,6 @@ export {
|
|
|
3736
3742
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. */
|
|
3737
3743
|
default as Grid2X2CheckIcon
|
|
3738
3744
|
} from '../icons/grid-2x2-check';
|
|
3739
|
-
// Grid2x2Plus aliases
|
|
3740
|
-
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3741
|
-
export {
|
|
3742
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. */
|
|
3743
|
-
default as Grid2X2PlusIcon
|
|
3744
|
-
} from '../icons/grid-2x2-plus';
|
|
3745
3745
|
// Grid2x2X aliases
|
|
3746
3746
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3747
3747
|
export {
|
|
@@ -3754,6 +3754,12 @@ export {
|
|
|
3754
3754
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
|
|
3755
3755
|
default as Grid2X2Icon
|
|
3756
3756
|
} from '../icons/grid-2x2';
|
|
3757
|
+
// Grid2x2Plus aliases
|
|
3758
|
+
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3759
|
+
export {
|
|
3760
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. */
|
|
3761
|
+
default as Grid2X2PlusIcon
|
|
3762
|
+
} from '../icons/grid-2x2-plus';
|
|
3757
3763
|
// Grid3x3 aliases
|
|
3758
3764
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3759
3765
|
export {
|
|
@@ -3776,24 +3782,18 @@ export {
|
|
|
3776
3782
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
3777
3783
|
default as HelpingHandIcon
|
|
3778
3784
|
} from '../icons/hand-helping';
|
|
3779
|
-
// House aliases
|
|
3780
|
-
export { default as HouseIcon } from '../icons/house';
|
|
3781
|
-
export {
|
|
3782
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
|
|
3783
|
-
default as HomeIcon
|
|
3784
|
-
} from '../icons/house';
|
|
3785
3785
|
// IceCreamBowl aliases
|
|
3786
3786
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3787
3787
|
export {
|
|
3788
3788
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. */
|
|
3789
3789
|
default as IceCream2Icon
|
|
3790
3790
|
} from '../icons/ice-cream-bowl';
|
|
3791
|
-
//
|
|
3792
|
-
export { default as
|
|
3791
|
+
// House aliases
|
|
3792
|
+
export { default as HouseIcon } from '../icons/house';
|
|
3793
3793
|
export {
|
|
3794
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3795
|
-
default as
|
|
3796
|
-
} from '../icons/
|
|
3794
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
|
|
3795
|
+
default as HomeIcon
|
|
3796
|
+
} from '../icons/house';
|
|
3797
3797
|
// IceCreamCone aliases
|
|
3798
3798
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3799
3799
|
export {
|
|
@@ -3806,6 +3806,12 @@ export {
|
|
|
3806
3806
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
|
|
3807
3807
|
default as Layers3Icon
|
|
3808
3808
|
} from '../icons/layers';
|
|
3809
|
+
// LaptopMinimal aliases
|
|
3810
|
+
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3811
|
+
export {
|
|
3812
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
|
|
3813
|
+
default as Laptop2Icon
|
|
3814
|
+
} from '../icons/laptop-minimal';
|
|
3809
3815
|
// ListIndentDecrease aliases
|
|
3810
3816
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3811
3817
|
export {
|
|
@@ -3850,18 +3856,24 @@ export {
|
|
|
3850
3856
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. */
|
|
3851
3857
|
default as MailQuestionIcon
|
|
3852
3858
|
} from '../icons/mail-question-mark';
|
|
3859
|
+
// MapPinPen aliases
|
|
3860
|
+
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3861
|
+
export {
|
|
3862
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. */
|
|
3863
|
+
default as LocationEditIcon
|
|
3864
|
+
} from '../icons/map-pin-pen';
|
|
3853
3865
|
// MessageCircleQuestionMark aliases
|
|
3854
3866
|
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3855
3867
|
export {
|
|
3856
3868
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. */
|
|
3857
3869
|
default as MessageCircleQuestionIcon
|
|
3858
3870
|
} from '../icons/message-circle-question-mark';
|
|
3859
|
-
//
|
|
3860
|
-
export { default as
|
|
3871
|
+
// Move3d aliases
|
|
3872
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3861
3873
|
export {
|
|
3862
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3863
|
-
default as
|
|
3864
|
-
} from '../icons/
|
|
3874
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. */
|
|
3875
|
+
default as Move3DIcon
|
|
3876
|
+
} from '../icons/move-3d';
|
|
3865
3877
|
// MicVocal aliases
|
|
3866
3878
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3867
3879
|
export {
|
|
@@ -3874,24 +3886,18 @@ export {
|
|
|
3874
3886
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicSignal} instead. */
|
|
3875
3887
|
default as PodcastIcon
|
|
3876
3888
|
} from '../icons/mic-signal';
|
|
3877
|
-
//
|
|
3878
|
-
export { default as
|
|
3889
|
+
// OctagonAlert aliases
|
|
3890
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3879
3891
|
export {
|
|
3880
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3881
|
-
default as
|
|
3882
|
-
} from '../icons/
|
|
3892
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
|
|
3893
|
+
default as AlertOctagonIcon
|
|
3894
|
+
} from '../icons/octagon-alert';
|
|
3883
3895
|
// OctagonPause aliases
|
|
3884
3896
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3885
3897
|
export {
|
|
3886
3898
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
|
|
3887
3899
|
default as PauseOctagonIcon
|
|
3888
3900
|
} from '../icons/octagon-pause';
|
|
3889
|
-
// OctagonAlert aliases
|
|
3890
|
-
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3891
|
-
export {
|
|
3892
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
|
|
3893
|
-
default as AlertOctagonIcon
|
|
3894
|
-
} from '../icons/octagon-alert';
|
|
3895
3901
|
// OctagonX aliases
|
|
3896
3902
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3897
3903
|
export {
|
|
@@ -3910,30 +3916,30 @@ export {
|
|
|
3910
3916
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
|
|
3911
3917
|
default as PanelBottomInactiveIcon
|
|
3912
3918
|
} from '../icons/panel-bottom-dashed';
|
|
3919
|
+
// PanelLeftDashed aliases
|
|
3920
|
+
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3921
|
+
export {
|
|
3922
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. */
|
|
3923
|
+
default as PanelLeftInactiveIcon
|
|
3924
|
+
} from '../icons/panel-left-dashed';
|
|
3925
|
+
// PanelLeft aliases
|
|
3926
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3927
|
+
export {
|
|
3928
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
3929
|
+
default as SidebarIcon
|
|
3930
|
+
} from '../icons/panel-left';
|
|
3913
3931
|
// PanelLeftClose aliases
|
|
3914
3932
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3915
3933
|
export {
|
|
3916
3934
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
3917
3935
|
default as SidebarCloseIcon
|
|
3918
3936
|
} from '../icons/panel-left-close';
|
|
3919
|
-
// PanelLeftDashed aliases
|
|
3920
|
-
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3921
|
-
export {
|
|
3922
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. */
|
|
3923
|
-
default as PanelLeftInactiveIcon
|
|
3924
|
-
} from '../icons/panel-left-dashed';
|
|
3925
3937
|
// PanelLeftOpen aliases
|
|
3926
3938
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3927
3939
|
export {
|
|
3928
3940
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
|
|
3929
3941
|
default as SidebarOpenIcon
|
|
3930
3942
|
} from '../icons/panel-left-open';
|
|
3931
|
-
// PanelLeft aliases
|
|
3932
|
-
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3933
|
-
export {
|
|
3934
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
3935
|
-
default as SidebarIcon
|
|
3936
|
-
} from '../icons/panel-left';
|
|
3937
3943
|
// PanelRightDashed aliases
|
|
3938
3944
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3939
3945
|
export {
|
|
@@ -3946,48 +3952,48 @@ export {
|
|
|
3946
3952
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. */
|
|
3947
3953
|
default as PanelTopInactiveIcon
|
|
3948
3954
|
} from '../icons/panel-top-dashed';
|
|
3949
|
-
// PanelsTopLeft aliases
|
|
3950
|
-
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3951
|
-
export {
|
|
3952
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. */
|
|
3953
|
-
default as LayoutIcon
|
|
3954
|
-
} from '../icons/panels-top-left';
|
|
3955
3955
|
// PenLine aliases
|
|
3956
3956
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3957
3957
|
export {
|
|
3958
3958
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. */
|
|
3959
3959
|
default as Edit3Icon
|
|
3960
3960
|
} from '../icons/pen-line';
|
|
3961
|
-
//
|
|
3962
|
-
export { default as
|
|
3963
|
-
export {
|
|
3964
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. */
|
|
3965
|
-
default as FormInputIcon
|
|
3966
|
-
} from '../icons/rectangle-ellipsis';
|
|
3967
|
-
// Pen aliases
|
|
3968
|
-
export { default as PenIcon } from '../icons/pen';
|
|
3961
|
+
// PanelsTopLeft aliases
|
|
3962
|
+
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3969
3963
|
export {
|
|
3970
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3971
|
-
default as
|
|
3972
|
-
} from '../icons/
|
|
3964
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. */
|
|
3965
|
+
default as LayoutIcon
|
|
3966
|
+
} from '../icons/panels-top-left';
|
|
3973
3967
|
// PlugZap aliases
|
|
3974
3968
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3975
3969
|
export {
|
|
3976
3970
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. */
|
|
3977
3971
|
default as PlugZap2Icon
|
|
3978
3972
|
} from '../icons/plug-zap';
|
|
3979
|
-
//
|
|
3980
|
-
export { default as
|
|
3973
|
+
// Pen aliases
|
|
3974
|
+
export { default as PenIcon } from '../icons/pen';
|
|
3981
3975
|
export {
|
|
3982
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3983
|
-
default as
|
|
3984
|
-
} from '../icons/
|
|
3976
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. */
|
|
3977
|
+
default as Edit2Icon
|
|
3978
|
+
} from '../icons/pen';
|
|
3979
|
+
// RectangleEllipsis aliases
|
|
3980
|
+
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3981
|
+
export {
|
|
3982
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. */
|
|
3983
|
+
default as FormInputIcon
|
|
3984
|
+
} from '../icons/rectangle-ellipsis';
|
|
3985
3985
|
// Rotate3d aliases
|
|
3986
3986
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3987
3987
|
export {
|
|
3988
3988
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
|
|
3989
3989
|
default as Rotate3DIcon
|
|
3990
3990
|
} from '../icons/rotate-3d';
|
|
3991
|
+
// RotateCcwClock aliases
|
|
3992
|
+
export { default as RotateCcwClockIcon } from '../icons/rotate-ccw-clock';
|
|
3993
|
+
export {
|
|
3994
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RotateCcwClock} instead. */
|
|
3995
|
+
default as HistoryIcon
|
|
3996
|
+
} from '../icons/rotate-ccw-clock';
|
|
3991
3997
|
// Rows2 aliases
|
|
3992
3998
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3993
3999
|
export {
|
|
@@ -4036,30 +4042,30 @@ export {
|
|
|
4036
4042
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
|
|
4037
4043
|
default as StarsIcon
|
|
4038
4044
|
} from '../icons/sparkles';
|
|
4039
|
-
// SquareActivity aliases
|
|
4040
|
-
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
4041
|
-
export {
|
|
4042
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
|
|
4043
|
-
default as ActivitySquareIcon
|
|
4044
|
-
} from '../icons/square-activity';
|
|
4045
4045
|
// SquareArrowDownLeft aliases
|
|
4046
4046
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
4047
4047
|
export {
|
|
4048
4048
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. */
|
|
4049
4049
|
default as ArrowDownLeftSquareIcon
|
|
4050
4050
|
} from '../icons/square-arrow-down-left';
|
|
4051
|
-
//
|
|
4052
|
-
export { default as
|
|
4051
|
+
// SquareActivity aliases
|
|
4052
|
+
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
4053
4053
|
export {
|
|
4054
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4055
|
-
default as
|
|
4056
|
-
} from '../icons/square-
|
|
4054
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
|
|
4055
|
+
default as ActivitySquareIcon
|
|
4056
|
+
} from '../icons/square-activity';
|
|
4057
4057
|
// SquareArrowDown aliases
|
|
4058
4058
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
4059
4059
|
export {
|
|
4060
4060
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. */
|
|
4061
4061
|
default as ArrowDownSquareIcon
|
|
4062
4062
|
} from '../icons/square-arrow-down';
|
|
4063
|
+
// SquareArrowLeft aliases
|
|
4064
|
+
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
4065
|
+
export {
|
|
4066
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
|
|
4067
|
+
default as ArrowLeftSquareIcon
|
|
4068
|
+
} from '../icons/square-arrow-left';
|
|
4063
4069
|
// SquareArrowOutDownLeft aliases
|
|
4064
4070
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
4065
4071
|
export {
|
|
@@ -4072,18 +4078,24 @@ export {
|
|
|
4072
4078
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. */
|
|
4073
4079
|
default as ArrowDownRightFromSquareIcon
|
|
4074
4080
|
} from '../icons/square-arrow-out-down-right';
|
|
4075
|
-
//
|
|
4076
|
-
export { default as
|
|
4081
|
+
// SquareArrowDownRight aliases
|
|
4082
|
+
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
4077
4083
|
export {
|
|
4078
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4079
|
-
default as
|
|
4080
|
-
} from '../icons/square-arrow-
|
|
4084
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. */
|
|
4085
|
+
default as ArrowDownRightSquareIcon
|
|
4086
|
+
} from '../icons/square-arrow-down-right';
|
|
4081
4087
|
// SquareArrowOutUpLeft aliases
|
|
4082
4088
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
4083
4089
|
export {
|
|
4084
4090
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
|
|
4085
4091
|
default as ArrowUpLeftFromSquareIcon
|
|
4086
4092
|
} from '../icons/square-arrow-out-up-left';
|
|
4093
|
+
// SquareArrowUpLeft aliases
|
|
4094
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
4095
|
+
export {
|
|
4096
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
4097
|
+
default as ArrowUpLeftSquareIcon
|
|
4098
|
+
} from '../icons/square-arrow-up-left';
|
|
4087
4099
|
// SquareArrowOutUpRight aliases
|
|
4088
4100
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
4089
4101
|
export {
|
|
@@ -4096,12 +4108,6 @@ export {
|
|
|
4096
4108
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
4097
4109
|
default as ArrowRightSquareIcon
|
|
4098
4110
|
} from '../icons/square-arrow-right';
|
|
4099
|
-
// SquareArrowUpLeft aliases
|
|
4100
|
-
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
4101
|
-
export {
|
|
4102
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
4103
|
-
default as ArrowUpLeftSquareIcon
|
|
4104
|
-
} from '../icons/square-arrow-up-left';
|
|
4105
4111
|
// SquareArrowUpRight aliases
|
|
4106
4112
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
4107
4113
|
export {
|
|
@@ -4114,6 +4120,12 @@ export {
|
|
|
4114
4120
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
|
|
4115
4121
|
default as ArrowUpSquareIcon
|
|
4116
4122
|
} from '../icons/square-arrow-up';
|
|
4123
|
+
// SquareBottomDashedScissors aliases
|
|
4124
|
+
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
4125
|
+
export {
|
|
4126
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. */
|
|
4127
|
+
default as ScissorsSquareDashedBottomIcon
|
|
4128
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
4117
4129
|
// SquareAsterisk aliases
|
|
4118
4130
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
4119
4131
|
export {
|
|
@@ -4126,24 +4138,12 @@ export {
|
|
|
4126
4138
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. */
|
|
4127
4139
|
default as FlipHorizontalIcon
|
|
4128
4140
|
} from '../icons/square-centerline-dashed-horizontal';
|
|
4129
|
-
// SquareBottomDashedScissors aliases
|
|
4130
|
-
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
4131
|
-
export {
|
|
4132
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. */
|
|
4133
|
-
default as ScissorsSquareDashedBottomIcon
|
|
4134
|
-
} from '../icons/square-bottom-dashed-scissors';
|
|
4135
4141
|
// SquareCenterlineDashedVertical aliases
|
|
4136
4142
|
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
4137
4143
|
export {
|
|
4138
4144
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
|
|
4139
4145
|
default as FlipVerticalIcon
|
|
4140
4146
|
} from '../icons/square-centerline-dashed-vertical';
|
|
4141
|
-
// SquareCheck aliases
|
|
4142
|
-
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4143
|
-
export {
|
|
4144
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
4145
|
-
default as CheckSquare2Icon
|
|
4146
|
-
} from '../icons/square-check';
|
|
4147
4147
|
// SquareChartGantt aliases
|
|
4148
4148
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
4149
4149
|
export {
|
|
@@ -4154,18 +4154,24 @@ export {
|
|
|
4154
4154
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
4155
4155
|
default as SquareGanttChartIcon
|
|
4156
4156
|
} from '../icons/square-chart-gantt';
|
|
4157
|
+
// SquareCheckBig aliases
|
|
4158
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4159
|
+
export {
|
|
4160
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
4161
|
+
default as CheckSquareIcon
|
|
4162
|
+
} from '../icons/square-check-big';
|
|
4157
4163
|
// SquareChevronDown aliases
|
|
4158
4164
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4159
4165
|
export {
|
|
4160
4166
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
4161
4167
|
default as ChevronDownSquareIcon
|
|
4162
4168
|
} from '../icons/square-chevron-down';
|
|
4163
|
-
//
|
|
4164
|
-
export { default as
|
|
4169
|
+
// SquareCheck aliases
|
|
4170
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4165
4171
|
export {
|
|
4166
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4167
|
-
default as
|
|
4168
|
-
} from '../icons/square-check
|
|
4172
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
4173
|
+
default as CheckSquare2Icon
|
|
4174
|
+
} from '../icons/square-check';
|
|
4169
4175
|
// SquareChevronLeft aliases
|
|
4170
4176
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4171
4177
|
export {
|
|
@@ -4178,24 +4184,24 @@ export {
|
|
|
4178
4184
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
|
|
4179
4185
|
default as ChevronRightSquareIcon
|
|
4180
4186
|
} from '../icons/square-chevron-right';
|
|
4181
|
-
//
|
|
4182
|
-
export { default as
|
|
4187
|
+
// SquareChevronUp aliases
|
|
4188
|
+
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4183
4189
|
export {
|
|
4184
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4185
|
-
default as
|
|
4186
|
-
} from '../icons/square-
|
|
4190
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
|
|
4191
|
+
default as ChevronUpSquareIcon
|
|
4192
|
+
} from '../icons/square-chevron-up';
|
|
4187
4193
|
// SquareDashedKanban aliases
|
|
4188
4194
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4189
4195
|
export {
|
|
4190
4196
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
|
|
4191
4197
|
default as KanbanSquareDashedIcon
|
|
4192
4198
|
} from '../icons/square-dashed-kanban';
|
|
4193
|
-
//
|
|
4194
|
-
export { default as
|
|
4199
|
+
// SquareCode aliases
|
|
4200
|
+
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4195
4201
|
export {
|
|
4196
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4197
|
-
default as
|
|
4198
|
-
} from '../icons/square-
|
|
4202
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
|
|
4203
|
+
default as CodeSquareIcon
|
|
4204
|
+
} from '../icons/square-code';
|
|
4199
4205
|
// SquareDashedMousePointer aliases
|
|
4200
4206
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4201
4207
|
export {
|
|
@@ -4212,12 +4218,6 @@ export {
|
|
|
4212
4218
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. */
|
|
4213
4219
|
default as TextSelectIcon
|
|
4214
4220
|
} from '../icons/square-dashed-text';
|
|
4215
|
-
// SquareDot aliases
|
|
4216
|
-
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4217
|
-
export {
|
|
4218
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
|
|
4219
|
-
default as DotSquareIcon
|
|
4220
|
-
} from '../icons/square-dot';
|
|
4221
4221
|
// SquareDashed aliases
|
|
4222
4222
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4223
4223
|
export {
|
|
@@ -4230,6 +4230,12 @@ export {
|
|
|
4230
4230
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
|
|
4231
4231
|
default as DivideSquareIcon
|
|
4232
4232
|
} from '../icons/square-divide';
|
|
4233
|
+
// SquareDot aliases
|
|
4234
|
+
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4235
|
+
export {
|
|
4236
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
|
|
4237
|
+
default as DotSquareIcon
|
|
4238
|
+
} from '../icons/square-dot';
|
|
4233
4239
|
// SquareEqual aliases
|
|
4234
4240
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4235
4241
|
export {
|
|
@@ -4278,18 +4284,18 @@ export {
|
|
|
4278
4284
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. */
|
|
4279
4285
|
default as InspectIcon
|
|
4280
4286
|
} from '../icons/square-mouse-pointer';
|
|
4281
|
-
// SquareParking aliases
|
|
4282
|
-
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4283
|
-
export {
|
|
4284
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
|
|
4285
|
-
default as ParkingSquareIcon
|
|
4286
|
-
} from '../icons/square-parking';
|
|
4287
4287
|
// SquareParkingOff aliases
|
|
4288
4288
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4289
4289
|
export {
|
|
4290
4290
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
4291
4291
|
default as ParkingSquareOffIcon
|
|
4292
4292
|
} from '../icons/square-parking-off';
|
|
4293
|
+
// SquareParking aliases
|
|
4294
|
+
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4295
|
+
export {
|
|
4296
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
|
|
4297
|
+
default as ParkingSquareIcon
|
|
4298
|
+
} from '../icons/square-parking';
|
|
4293
4299
|
// SquarePen aliases
|
|
4294
4300
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4295
4301
|
export {
|
|
@@ -4340,6 +4346,12 @@ export {
|
|
|
4340
4346
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. */
|
|
4341
4347
|
default as PowerSquareIcon
|
|
4342
4348
|
} from '../icons/square-power';
|
|
4349
|
+
// SquareScissors aliases
|
|
4350
|
+
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4351
|
+
export {
|
|
4352
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
|
|
4353
|
+
default as ScissorsSquareIcon
|
|
4354
|
+
} from '../icons/square-scissors';
|
|
4343
4355
|
// SquareSigma aliases
|
|
4344
4356
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4345
4357
|
export {
|
|
@@ -4352,12 +4364,6 @@ export {
|
|
|
4352
4364
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
|
|
4353
4365
|
default as SlashSquareIcon
|
|
4354
4366
|
} from '../icons/square-slash';
|
|
4355
|
-
// SquareScissors aliases
|
|
4356
|
-
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4357
|
-
export {
|
|
4358
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
|
|
4359
|
-
default as ScissorsSquareIcon
|
|
4360
|
-
} from '../icons/square-scissors';
|
|
4361
4367
|
// SquareSplitHorizontal aliases
|
|
4362
4368
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4363
4369
|
export {
|
|
@@ -4376,12 +4382,6 @@ export {
|
|
|
4376
4382
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. */
|
|
4377
4383
|
default as TerminalSquareIcon
|
|
4378
4384
|
} from '../icons/square-terminal';
|
|
4379
|
-
// SquareUser aliases
|
|
4380
|
-
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4381
|
-
export {
|
|
4382
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4383
|
-
default as UserSquareIcon
|
|
4384
|
-
} from '../icons/square-user';
|
|
4385
4385
|
// SquareUserRound aliases
|
|
4386
4386
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4387
4387
|
export {
|
|
@@ -4406,12 +4406,28 @@ export {
|
|
|
4406
4406
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */
|
|
4407
4407
|
default as AlignCenterIcon
|
|
4408
4408
|
} from '../icons/text-align-center';
|
|
4409
|
+
// SquareUser aliases
|
|
4410
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4411
|
+
export {
|
|
4412
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4413
|
+
default as UserSquareIcon
|
|
4414
|
+
} from '../icons/square-user';
|
|
4409
4415
|
// TextAlignEnd aliases
|
|
4410
4416
|
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4411
4417
|
export {
|
|
4412
4418
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
|
|
4413
4419
|
default as AlignRightIcon
|
|
4414
4420
|
} from '../icons/text-align-end';
|
|
4421
|
+
// TextAlignStart aliases
|
|
4422
|
+
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4423
|
+
export {
|
|
4424
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. */
|
|
4425
|
+
default as TextIcon
|
|
4426
|
+
} from '../icons/text-align-start';
|
|
4427
|
+
export {
|
|
4428
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. */
|
|
4429
|
+
default as AlignLeftIcon
|
|
4430
|
+
} from '../icons/text-align-start';
|
|
4415
4431
|
// TextAlignJustify aliases
|
|
4416
4432
|
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4417
4433
|
export {
|
|
@@ -4424,34 +4440,24 @@ export {
|
|
|
4424
4440
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
4425
4441
|
default as LetterTextIcon
|
|
4426
4442
|
} from '../icons/text-initial';
|
|
4443
|
+
// TreePalm aliases
|
|
4444
|
+
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4445
|
+
export {
|
|
4446
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
4447
|
+
default as PalmtreeIcon
|
|
4448
|
+
} from '../icons/tree-palm';
|
|
4427
4449
|
// TextWrap aliases
|
|
4428
4450
|
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4429
4451
|
export {
|
|
4430
4452
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
4431
4453
|
default as WrapTextIcon
|
|
4432
4454
|
} from '../icons/text-wrap';
|
|
4433
|
-
// TextAlignStart aliases
|
|
4434
|
-
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4435
|
-
export {
|
|
4436
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. */
|
|
4437
|
-
default as TextIcon
|
|
4438
|
-
} from '../icons/text-align-start';
|
|
4439
|
-
export {
|
|
4440
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. */
|
|
4441
|
-
default as AlignLeftIcon
|
|
4442
|
-
} from '../icons/text-align-start';
|
|
4443
4455
|
// TramFront aliases
|
|
4444
4456
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4445
4457
|
export {
|
|
4446
4458
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
|
|
4447
4459
|
default as TrainIcon
|
|
4448
4460
|
} from '../icons/tram-front';
|
|
4449
|
-
// TreePalm aliases
|
|
4450
|
-
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4451
|
-
export {
|
|
4452
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
4453
|
-
default as PalmtreeIcon
|
|
4454
|
-
} from '../icons/tree-palm';
|
|
4455
4461
|
// TriangleAlert aliases
|
|
4456
4462
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4457
4463
|
export {
|
|
@@ -4512,30 +4518,30 @@ export {
|
|
|
4512
4518
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
|
|
4513
4519
|
default as ForkKnifeCrossedIcon
|
|
4514
4520
|
} from '../icons/utensils-crossed';
|
|
4515
|
-
// Utensils aliases
|
|
4516
|
-
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4517
|
-
export {
|
|
4518
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|
|
4519
|
-
default as ForkKnifeIcon
|
|
4520
|
-
} from '../icons/utensils';
|
|
4521
4521
|
// UsersRound aliases
|
|
4522
4522
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4523
4523
|
export {
|
|
4524
4524
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
|
|
4525
4525
|
default as Users2Icon
|
|
4526
4526
|
} from '../icons/users-round';
|
|
4527
|
-
//
|
|
4528
|
-
export { default as
|
|
4527
|
+
// Utensils aliases
|
|
4528
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4529
4529
|
export {
|
|
4530
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4531
|
-
default as
|
|
4532
|
-
} from '../icons/
|
|
4530
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|
|
4531
|
+
default as ForkKnifeIcon
|
|
4532
|
+
} from '../icons/utensils';
|
|
4533
4533
|
// WandSparkles aliases
|
|
4534
4534
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4535
4535
|
export {
|
|
4536
4536
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
|
|
4537
4537
|
default as Wand2Icon
|
|
4538
4538
|
} from '../icons/wand-sparkles';
|
|
4539
|
+
// WalletMinimal aliases
|
|
4540
|
+
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4541
|
+
export {
|
|
4542
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|
|
4543
|
+
default as Wallet2Icon
|
|
4544
|
+
} from '../icons/wallet-minimal';
|
|
4539
4545
|
// WavesHorizontal aliases
|
|
4540
4546
|
export { default as WavesHorizontalIcon } from '../icons/waves-horizontal';
|
|
4541
4547
|
export {
|