@lucide/astro 1.18.0 → 1.20.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 +4 -5
- package/src/aliases/aliases.ts +128 -128
- package/src/aliases/prefixed.ts +782 -740
- package/src/aliases/suffixed.ts +1086 -1044
- package/src/icons/ad.ts +18 -0
- package/src/icons/banknote-check.ts +18 -0
- package/src/icons/clock-arrow-left.ts +18 -0
- package/src/icons/clock-arrow-right.ts +18 -0
- package/src/icons/eye-dashed.ts +18 -0
- package/src/icons/index.ts +243 -222
- package/src/icons/list-sort-ascending.ts +18 -0
- package/src/icons/list-sort-descending.ts +18 -0
- package/src/icons/pencil-sparkles.ts +18 -0
- package/src/icons/podium.ts +18 -0
- package/src/icons/save-check.ts +18 -0
- package/src/icons/save-pen.ts +18 -0
- package/src/icons/save-plus.ts +18 -0
- package/src/icons/square-arrow-down-left.ts +2 -2
- package/src/icons/square-arrow-down-right.ts +2 -2
- package/src/icons/square-arrow-up-left.ts +2 -2
- package/src/icons/square-arrow-up-right.ts +2 -2
- package/src/icons/star-check.ts +18 -0
- package/src/icons/star-minus.ts +18 -0
- package/src/icons/star-plus.ts +18 -0
- package/src/icons/star-x.ts +18 -0
- package/src/icons/summary.ts +18 -0
- package/src/icons/tag-plus.ts +18 -0
- package/src/icons/tag-x.ts +18 -0
- package/src/icons/user-round-arrow-left.ts +18 -0
- package/src/icons/wallet-cards.ts +2 -2
- package/src/icons/wrench-off.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -8,42 +8,44 @@ export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
|
8
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
|
+
// Ad aliases
|
|
12
|
+
export { default as AdIcon } from '../icons/ad';
|
|
11
13
|
// AirVent aliases
|
|
12
14
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
15
|
// Airplay aliases
|
|
14
16
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
17
|
// AlarmClock aliases
|
|
16
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
17
|
-
// AlarmSmoke aliases
|
|
18
|
-
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
19
19
|
// AlarmClockOff aliases
|
|
20
20
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
21
|
-
//
|
|
22
|
-
export { default as
|
|
21
|
+
// AlarmSmoke aliases
|
|
22
|
+
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
23
23
|
// Album aliases
|
|
24
24
|
export { default as AlbumIcon } from '../icons/album';
|
|
25
|
+
// AlignCenterHorizontal aliases
|
|
26
|
+
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
27
|
// AlignCenterVertical aliases
|
|
26
28
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
|
-
// AlignEndHorizontal aliases
|
|
28
|
-
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
29
|
// AlignEndVertical aliases
|
|
30
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
31
|
// AlignHorizontalDistributeEnd aliases
|
|
32
32
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
33
|
+
// AlignEndHorizontal aliases
|
|
34
|
+
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
33
35
|
// AlignHorizontalDistributeCenter aliases
|
|
34
36
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
37
|
// AlignHorizontalDistributeStart aliases
|
|
36
38
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
39
|
// AlignHorizontalJustifyCenter aliases
|
|
38
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
39
|
-
// AlignHorizontalJustifyEnd aliases
|
|
40
|
-
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
41
41
|
// AlignHorizontalJustifyStart aliases
|
|
42
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
|
-
//
|
|
44
|
-
export { default as
|
|
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
|
+
// AlignHorizontalSpaceBetween aliases
|
|
48
|
+
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
47
49
|
// AlignStartHorizontal aliases
|
|
48
50
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
49
51
|
// AlignStartVertical aliases
|
|
@@ -56,30 +58,30 @@ export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertic
|
|
|
56
58
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
57
59
|
// AlignVerticalJustifyCenter aliases
|
|
58
60
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
61
|
+
// AlignVerticalJustifyStart aliases
|
|
62
|
+
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
59
63
|
// AlignVerticalJustifyEnd aliases
|
|
60
64
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
61
65
|
// AlignVerticalSpaceAround aliases
|
|
62
66
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
63
|
-
// AlignVerticalJustifyStart aliases
|
|
64
|
-
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
65
|
-
// AlignVerticalSpaceBetween aliases
|
|
66
|
-
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
67
67
|
// Ambulance aliases
|
|
68
68
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
69
|
-
// Ampersands aliases
|
|
70
|
-
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
71
69
|
// Ampersand aliases
|
|
72
70
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
73
|
-
//
|
|
74
|
-
export { default as
|
|
71
|
+
// AlignVerticalSpaceBetween aliases
|
|
72
|
+
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
73
|
+
// Ampersands aliases
|
|
74
|
+
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
75
75
|
// Amphora aliases
|
|
76
76
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
77
|
+
// Anchor aliases
|
|
78
|
+
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
79
|
// Angry aliases
|
|
78
80
|
export { default as AngryIcon } from '../icons/angry';
|
|
79
|
-
// Annoyed aliases
|
|
80
|
-
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
81
81
|
// Antenna aliases
|
|
82
82
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
83
|
+
// Annoyed aliases
|
|
84
|
+
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
83
85
|
// Anvil aliases
|
|
84
86
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
87
|
// Aperture aliases
|
|
@@ -90,12 +92,12 @@ export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
|
90
92
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
93
|
// Apple aliases
|
|
92
94
|
export { default as AppleIcon } from '../icons/apple';
|
|
93
|
-
// ArchiveRestore aliases
|
|
94
|
-
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
95
|
// ArchiveX aliases
|
|
96
96
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
97
97
|
// Archive aliases
|
|
98
98
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
|
+
// ArchiveRestore aliases
|
|
100
|
+
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
99
101
|
// Armchair aliases
|
|
100
102
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
103
|
// ArrowBigDownDash aliases
|
|
@@ -110,32 +112,32 @@ export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
|
110
112
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
113
|
// ArrowBigRight aliases
|
|
112
114
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
|
-
// ArrowBigUp aliases
|
|
114
|
-
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
115
115
|
// ArrowBigUpDash aliases
|
|
116
116
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
117
117
|
// ArrowDownFromLine aliases
|
|
118
118
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
119
|
+
// ArrowBigUp aliases
|
|
120
|
+
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
119
121
|
// ArrowDownLeft aliases
|
|
120
122
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
121
123
|
// ArrowDownNarrowWide aliases
|
|
122
124
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
125
|
// ArrowDownRight aliases
|
|
124
126
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
127
|
+
// ArrowDownUp aliases
|
|
128
|
+
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
125
129
|
// ArrowDownToDot aliases
|
|
126
130
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
127
131
|
// ArrowDownToLine aliases
|
|
128
132
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
133
|
// ArrowDown aliases
|
|
130
134
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
131
|
-
//
|
|
132
|
-
export { default as
|
|
135
|
+
// ArrowLeftFromLine aliases
|
|
136
|
+
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
133
137
|
// ArrowLeftRight aliases
|
|
134
138
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
135
139
|
// ArrowLeftToLine aliases
|
|
136
140
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
137
|
-
// ArrowLeftFromLine aliases
|
|
138
|
-
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
139
141
|
// ArrowLeft aliases
|
|
140
142
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
141
143
|
// ArrowRightFromLine aliases
|
|
@@ -150,18 +152,18 @@ export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
|
150
152
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
153
|
// ArrowUpFromDot aliases
|
|
152
154
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
153
|
-
// ArrowUpFromLine aliases
|
|
154
|
-
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
155
155
|
// ArrowUpLeft aliases
|
|
156
156
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
|
+
// ArrowUpFromLine aliases
|
|
158
|
+
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
159
|
+
// ArrowUpRight aliases
|
|
160
|
+
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
161
|
+
// ArrowUpToLine aliases
|
|
162
|
+
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
157
163
|
// ArrowUpWideNarrow aliases
|
|
158
164
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
159
165
|
// ArrowUp aliases
|
|
160
166
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
161
|
-
// ArrowUpToLine aliases
|
|
162
|
-
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
163
|
-
// ArrowUpRight aliases
|
|
164
|
-
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
165
167
|
// ArrowsUpFromLine aliases
|
|
166
168
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
169
|
// Asterisk aliases
|
|
@@ -170,48 +172,48 @@ export { default as AsteriskIcon } from '../icons/asterisk';
|
|
|
170
172
|
export { default as AstroidIcon } from '../icons/astroid';
|
|
171
173
|
// AtSign aliases
|
|
172
174
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
175
|
+
// Atom aliases
|
|
176
|
+
export { default as AtomIcon } from '../icons/atom';
|
|
173
177
|
// AudioLines aliases
|
|
174
178
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
175
|
-
// AudioWaveform aliases
|
|
176
|
-
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
177
179
|
// Award aliases
|
|
178
180
|
export { default as AwardIcon } from '../icons/award';
|
|
179
|
-
// Atom aliases
|
|
180
|
-
export { default as AtomIcon } from '../icons/atom';
|
|
181
181
|
// Axe aliases
|
|
182
182
|
export { default as AxeIcon } from '../icons/axe';
|
|
183
|
+
// AudioWaveform aliases
|
|
184
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
183
185
|
// Baby aliases
|
|
184
186
|
export { default as BabyIcon } from '../icons/baby';
|
|
185
|
-
// BadgeAlert aliases
|
|
186
|
-
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
187
187
|
// Backpack aliases
|
|
188
188
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
189
|
+
// BadgeAlert aliases
|
|
190
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
189
191
|
// BadgeCent aliases
|
|
190
192
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
191
193
|
// BadgeDollarSign aliases
|
|
192
194
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
193
|
-
// BadgeEuro aliases
|
|
194
|
-
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
195
195
|
// BadgeInfo aliases
|
|
196
196
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
197
|
+
// BadgeEuro aliases
|
|
198
|
+
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
197
199
|
// BadgeIndianRupee aliases
|
|
198
200
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
199
|
-
// BadgeMinus aliases
|
|
200
|
-
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
201
201
|
// BadgeJapaneseYen aliases
|
|
202
202
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
203
|
-
//
|
|
204
|
-
export { default as
|
|
203
|
+
// BadgeMinus aliases
|
|
204
|
+
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
205
205
|
// BadgePercent aliases
|
|
206
206
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
207
|
+
// BadgePlus aliases
|
|
208
|
+
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
207
209
|
// BadgePoundSterling aliases
|
|
208
210
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
209
|
-
// BadgeSwissFranc aliases
|
|
210
|
-
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
211
211
|
// BadgeRussianRuble aliases
|
|
212
212
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
213
213
|
// BadgeTurkishLira aliases
|
|
214
214
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
215
|
+
// BadgeSwissFranc aliases
|
|
216
|
+
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
215
217
|
// BadgeX aliases
|
|
216
218
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
217
219
|
// Badge aliases
|
|
@@ -220,16 +222,18 @@ export { default as BadgeIcon } from '../icons/badge';
|
|
|
220
222
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
221
223
|
// Ban aliases
|
|
222
224
|
export { default as BanIcon } from '../icons/ban';
|
|
225
|
+
// Balloon aliases
|
|
226
|
+
export { default as BalloonIcon } from '../icons/balloon';
|
|
223
227
|
// Banana aliases
|
|
224
228
|
export { default as BananaIcon } from '../icons/banana';
|
|
225
229
|
// Bandage aliases
|
|
226
230
|
export { default as BandageIcon } from '../icons/bandage';
|
|
227
|
-
// Balloon aliases
|
|
228
|
-
export { default as BalloonIcon } from '../icons/balloon';
|
|
229
231
|
// BanknoteArrowDown aliases
|
|
230
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';
|
|
235
|
+
// BanknoteCheck aliases
|
|
236
|
+
export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
233
237
|
// BanknoteX aliases
|
|
234
238
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
235
239
|
// Banknote aliases
|
|
@@ -242,12 +246,12 @@ export { default as BarcodeIcon } from '../icons/barcode';
|
|
|
242
246
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
243
247
|
// Bath aliases
|
|
244
248
|
export { default as BathIcon } from '../icons/bath';
|
|
249
|
+
// BatteryCharging aliases
|
|
250
|
+
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
245
251
|
// BatteryFull aliases
|
|
246
252
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
247
253
|
// BatteryLow aliases
|
|
248
254
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
249
|
-
// BatteryCharging aliases
|
|
250
|
-
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
251
255
|
// BatteryMedium aliases
|
|
252
256
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
253
257
|
// BatteryPlus aliases
|
|
@@ -262,26 +266,26 @@ export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
|
262
266
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
263
267
|
// Bean aliases
|
|
264
268
|
export { default as BeanIcon } from '../icons/bean';
|
|
269
|
+
// BedDouble aliases
|
|
270
|
+
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
265
271
|
// BedSingle aliases
|
|
266
272
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
267
273
|
// Bed aliases
|
|
268
274
|
export { default as BedIcon } from '../icons/bed';
|
|
269
|
-
// BedDouble aliases
|
|
270
|
-
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
271
275
|
// BeefOff aliases
|
|
272
276
|
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
273
277
|
// Beef aliases
|
|
274
278
|
export { default as BeefIcon } from '../icons/beef';
|
|
275
|
-
// Beer aliases
|
|
276
|
-
export { default as BeerIcon } from '../icons/beer';
|
|
277
279
|
// BeerOff aliases
|
|
278
280
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
281
|
+
// Beer aliases
|
|
282
|
+
export { default as BeerIcon } from '../icons/beer';
|
|
283
|
+
// BellCheck aliases
|
|
284
|
+
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
279
285
|
// BellDot aliases
|
|
280
286
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
281
287
|
// BellElectric aliases
|
|
282
288
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
283
|
-
// BellCheck aliases
|
|
284
|
-
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
285
289
|
// BellMinus aliases
|
|
286
290
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
287
291
|
// BellOff aliases
|
|
@@ -294,30 +298,30 @@ export { default as BellRingIcon } from '../icons/bell-ring';
|
|
|
294
298
|
export { default as BellIcon } from '../icons/bell';
|
|
295
299
|
// BetweenVerticalEnd aliases
|
|
296
300
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
301
|
+
// BetweenVerticalStart aliases
|
|
302
|
+
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
297
303
|
// BicepsFlexed aliases
|
|
298
304
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
299
305
|
// Bike aliases
|
|
300
306
|
export { default as BikeIcon } from '../icons/bike';
|
|
301
|
-
// BetweenVerticalStart aliases
|
|
302
|
-
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
303
307
|
// Binoculars aliases
|
|
304
308
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
305
309
|
// Binary aliases
|
|
306
310
|
export { default as BinaryIcon } from '../icons/binary';
|
|
311
|
+
// Biohazard aliases
|
|
312
|
+
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
307
313
|
// Bird aliases
|
|
308
314
|
export { default as BirdIcon } from '../icons/bird';
|
|
309
315
|
// Birdhouse aliases
|
|
310
316
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
311
|
-
// Biohazard aliases
|
|
312
|
-
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
313
317
|
// Bitcoin aliases
|
|
314
318
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
319
|
+
// Blender aliases
|
|
320
|
+
export { default as BlenderIcon } from '../icons/blender';
|
|
315
321
|
// Blend aliases
|
|
316
322
|
export { default as BlendIcon } from '../icons/blend';
|
|
317
323
|
// Blinds aliases
|
|
318
324
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
319
|
-
// Blender aliases
|
|
320
|
-
export { default as BlenderIcon } from '../icons/blender';
|
|
321
325
|
// Blocks aliases
|
|
322
326
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
323
327
|
// BluetoothConnected aliases
|
|
@@ -326,10 +330,10 @@ export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected'
|
|
|
326
330
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
327
331
|
// BluetoothSearching aliases
|
|
328
332
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
329
|
-
// Bold aliases
|
|
330
|
-
export { default as BoldIcon } from '../icons/bold';
|
|
331
333
|
// Bluetooth aliases
|
|
332
334
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
335
|
+
// Bold aliases
|
|
336
|
+
export { default as BoldIcon } from '../icons/bold';
|
|
333
337
|
// Bolt aliases
|
|
334
338
|
export { default as BoltIcon } from '../icons/bolt';
|
|
335
339
|
// Bomb aliases
|
|
@@ -338,18 +342,18 @@ export { default as BombIcon } from '../icons/bomb';
|
|
|
338
342
|
export { default as BoneIcon } from '../icons/bone';
|
|
339
343
|
// BookA aliases
|
|
340
344
|
export { default as BookAIcon } from '../icons/book-a';
|
|
341
|
-
// BookAudio aliases
|
|
342
|
-
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
343
345
|
// BookAlert aliases
|
|
344
346
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
347
|
+
// BookAudio aliases
|
|
348
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
345
349
|
// BookCheck aliases
|
|
346
350
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
347
351
|
// BookCopy aliases
|
|
348
352
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
349
|
-
// BookDown aliases
|
|
350
|
-
export { default as BookDownIcon } from '../icons/book-down';
|
|
351
353
|
// BookHeadphones aliases
|
|
352
354
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
355
|
+
// BookDown aliases
|
|
356
|
+
export { default as BookDownIcon } from '../icons/book-down';
|
|
353
357
|
// BookHeart aliases
|
|
354
358
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
355
359
|
// BookImage aliases
|
|
@@ -366,16 +370,16 @@ export { default as BookMinusIcon } from '../icons/book-minus';
|
|
|
366
370
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
367
371
|
// BookOpenText aliases
|
|
368
372
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
369
|
-
// BookPlus aliases
|
|
370
|
-
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
371
373
|
// BookOpen aliases
|
|
372
374
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
373
375
|
// BookSearch aliases
|
|
374
376
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
375
|
-
//
|
|
376
|
-
export { default as
|
|
377
|
+
// BookPlus aliases
|
|
378
|
+
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
377
379
|
// BookText aliases
|
|
378
380
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
381
|
+
// BookType aliases
|
|
382
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
379
383
|
// BookUp2 aliases
|
|
380
384
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
381
385
|
// BookUp aliases
|
|
@@ -384,30 +388,30 @@ export { default as BookUpIcon } from '../icons/book-up';
|
|
|
384
388
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
385
389
|
// BookX aliases
|
|
386
390
|
export { default as BookXIcon } from '../icons/book-x';
|
|
391
|
+
// Book aliases
|
|
392
|
+
export { default as BookIcon } from '../icons/book';
|
|
387
393
|
// BookmarkCheck aliases
|
|
388
394
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
389
395
|
// BookmarkMinus aliases
|
|
390
396
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
391
|
-
// Book aliases
|
|
392
|
-
export { default as BookIcon } from '../icons/book';
|
|
393
397
|
// BookmarkOff aliases
|
|
394
398
|
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
395
|
-
// BookmarkX aliases
|
|
396
|
-
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
397
399
|
// BookmarkPlus aliases
|
|
398
400
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
401
|
+
// BookmarkX aliases
|
|
402
|
+
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
399
403
|
// Bookmark aliases
|
|
400
404
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
401
405
|
// BoomBox aliases
|
|
402
406
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
403
407
|
// BotMessageSquare aliases
|
|
404
408
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
405
|
-
// Bot aliases
|
|
406
|
-
export { default as BotIcon } from '../icons/bot';
|
|
407
409
|
// BotOff aliases
|
|
408
410
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
409
411
|
// BottleWine aliases
|
|
410
412
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
413
|
+
// Bot aliases
|
|
414
|
+
export { default as BotIcon } from '../icons/bot';
|
|
411
415
|
// BowArrow aliases
|
|
412
416
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
413
417
|
// Box aliases
|
|
@@ -422,24 +426,24 @@ export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
|
422
426
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
423
427
|
// Brain aliases
|
|
424
428
|
export { default as BrainIcon } from '../icons/brain';
|
|
425
|
-
// BrickWallShield aliases
|
|
426
|
-
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
427
429
|
// BrickWallFire aliases
|
|
428
430
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
431
|
+
// BrickWallShield aliases
|
|
432
|
+
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
429
433
|
// BrickWall aliases
|
|
430
434
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
431
|
-
// BriefcaseBusiness aliases
|
|
432
|
-
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
433
435
|
// BriefcaseConveyorBelt aliases
|
|
434
436
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
435
437
|
// BriefcaseMedical aliases
|
|
436
438
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
439
|
+
// BriefcaseBusiness aliases
|
|
440
|
+
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
437
441
|
// Briefcase aliases
|
|
438
442
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
439
|
-
// BringToFront aliases
|
|
440
|
-
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
441
443
|
// Broccoli aliases
|
|
442
444
|
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
445
|
+
// BringToFront aliases
|
|
446
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
443
447
|
// BrushCleaning aliases
|
|
444
448
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
445
449
|
// Brush aliases
|
|
@@ -450,10 +454,10 @@ export { default as BubblesIcon } from '../icons/bubbles';
|
|
|
450
454
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
451
455
|
// BugPlay aliases
|
|
452
456
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
453
|
-
// Bug aliases
|
|
454
|
-
export { default as BugIcon } from '../icons/bug';
|
|
455
457
|
// Building2 aliases
|
|
456
458
|
export { default as Building2Icon } from '../icons/building-2';
|
|
459
|
+
// Bug aliases
|
|
460
|
+
export { default as BugIcon } from '../icons/bug';
|
|
457
461
|
// Building aliases
|
|
458
462
|
export { default as BuildingIcon } from '../icons/building';
|
|
459
463
|
// BusFront aliases
|
|
@@ -468,10 +472,10 @@ export { default as CableIcon } from '../icons/cable';
|
|
|
468
472
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
469
473
|
// Cake aliases
|
|
470
474
|
export { default as CakeIcon } from '../icons/cake';
|
|
471
|
-
// Calculator aliases
|
|
472
|
-
export { default as CalculatorIcon } from '../icons/calculator';
|
|
473
475
|
// Calendar1 aliases
|
|
474
476
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
477
|
+
// Calculator aliases
|
|
478
|
+
export { default as CalculatorIcon } from '../icons/calculator';
|
|
475
479
|
// CalendarArrowDown aliases
|
|
476
480
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
477
481
|
// CalendarArrowUp aliases
|
|
@@ -480,10 +484,10 @@ export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
|
480
484
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
481
485
|
// CalendarCheck aliases
|
|
482
486
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
483
|
-
// CalendarCog aliases
|
|
484
|
-
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
485
487
|
// CalendarClock aliases
|
|
486
488
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
489
|
+
// CalendarCog aliases
|
|
490
|
+
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
487
491
|
// CalendarDays aliases
|
|
488
492
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
489
493
|
// CalendarFold aliases
|
|
@@ -516,66 +520,66 @@ export { default as CalendarIcon } from '../icons/calendar';
|
|
|
516
520
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
517
521
|
// Camera aliases
|
|
518
522
|
export { default as CameraIcon } from '../icons/camera';
|
|
519
|
-
// CameraOff aliases
|
|
520
|
-
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
521
523
|
// CandyCane aliases
|
|
522
524
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
525
|
+
// CameraOff aliases
|
|
526
|
+
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
523
527
|
// CandyOff aliases
|
|
524
528
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
525
529
|
// Candy aliases
|
|
526
530
|
export { default as CandyIcon } from '../icons/candy';
|
|
527
|
-
// CannabisOff aliases
|
|
528
|
-
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
529
531
|
// Cannabis aliases
|
|
530
532
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
533
|
+
// CannabisOff aliases
|
|
534
|
+
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
531
535
|
// CaptionsOff aliases
|
|
532
536
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
533
537
|
// CarFront aliases
|
|
534
538
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
535
539
|
// CarTaxiFront aliases
|
|
536
540
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
541
|
+
// Caravan aliases
|
|
542
|
+
export { default as CaravanIcon } from '../icons/caravan';
|
|
537
543
|
// Car aliases
|
|
538
544
|
export { default as CarIcon } from '../icons/car';
|
|
539
545
|
// CardSim aliases
|
|
540
546
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
541
|
-
// Caravan aliases
|
|
542
|
-
export { default as CaravanIcon } from '../icons/caravan';
|
|
543
547
|
// Carrot aliases
|
|
544
548
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
545
549
|
// CaseLower aliases
|
|
546
550
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
547
|
-
// CaseUpper aliases
|
|
548
|
-
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
549
551
|
// CaseSensitive aliases
|
|
550
552
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
553
|
+
// CaseUpper aliases
|
|
554
|
+
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
555
|
+
// Cast aliases
|
|
556
|
+
export { default as CastIcon } from '../icons/cast';
|
|
551
557
|
// CassetteTape aliases
|
|
552
558
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
553
559
|
// Castle aliases
|
|
554
560
|
export { default as CastleIcon } from '../icons/castle';
|
|
555
561
|
// Cat aliases
|
|
556
562
|
export { default as CatIcon } from '../icons/cat';
|
|
557
|
-
// Cast aliases
|
|
558
|
-
export { default as CastIcon } from '../icons/cast';
|
|
559
563
|
// CctvOff aliases
|
|
560
564
|
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
561
565
|
// Cctv aliases
|
|
562
566
|
export { default as CctvIcon } from '../icons/cctv';
|
|
563
|
-
// ChartBarIncreasing aliases
|
|
564
|
-
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
565
567
|
// ChartBarDecreasing aliases
|
|
566
568
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
567
|
-
// ChartBarStacked aliases
|
|
568
|
-
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
569
569
|
// ChartColumnDecreasing aliases
|
|
570
570
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
571
|
+
// ChartBarStacked aliases
|
|
572
|
+
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
573
|
+
// ChartBarIncreasing aliases
|
|
574
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
571
575
|
// ChartColumnStacked aliases
|
|
572
576
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
573
577
|
// ChartGantt aliases
|
|
574
578
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
575
|
-
// ChartNoAxesColumnDecreasing aliases
|
|
576
|
-
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
577
579
|
// ChartNetwork aliases
|
|
578
580
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
581
|
+
// ChartNoAxesColumnDecreasing aliases
|
|
582
|
+
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
579
583
|
// ChartNoAxesCombined aliases
|
|
580
584
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
581
585
|
// ChartSpline aliases
|
|
@@ -588,18 +592,18 @@ export { default as CheckLineIcon } from '../icons/check-line';
|
|
|
588
592
|
export { default as CheckIcon } from '../icons/check';
|
|
589
593
|
// ChefHat aliases
|
|
590
594
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
591
|
-
// ChessBishop aliases
|
|
592
|
-
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
593
595
|
// Cherry aliases
|
|
594
596
|
export { default as CherryIcon } from '../icons/cherry';
|
|
595
|
-
//
|
|
596
|
-
export { default as
|
|
597
|
+
// ChessBishop aliases
|
|
598
|
+
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
597
599
|
// ChessKing aliases
|
|
598
600
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
599
|
-
//
|
|
600
|
-
export { default as
|
|
601
|
+
// ChessPawn aliases
|
|
602
|
+
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
601
603
|
// ChessQueen aliases
|
|
602
604
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
605
|
+
// ChessKnight aliases
|
|
606
|
+
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
603
607
|
// ChessRook aliases
|
|
604
608
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
605
609
|
// ChevronDown aliases
|
|
@@ -608,80 +612,80 @@ export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
|
608
612
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
609
613
|
// ChevronLast aliases
|
|
610
614
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
611
|
-
// ChevronRight aliases
|
|
612
|
-
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
613
615
|
// ChevronLeft aliases
|
|
614
616
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
617
|
+
// ChevronRight aliases
|
|
618
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
615
619
|
// ChevronUp aliases
|
|
616
620
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
617
621
|
// ChevronsDownUp aliases
|
|
618
622
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
619
623
|
// ChevronsDown aliases
|
|
620
624
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
621
|
-
// ChevronsLeftRight aliases
|
|
622
|
-
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
623
625
|
// ChevronsLeftRightEllipsis aliases
|
|
624
626
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
627
|
+
// ChevronsLeftRight aliases
|
|
628
|
+
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
625
629
|
// ChevronsLeft aliases
|
|
626
630
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
627
631
|
// ChevronsRightLeft aliases
|
|
628
632
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
629
|
-
// ChevronsUpDown aliases
|
|
630
|
-
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
631
633
|
// ChevronsRight aliases
|
|
632
634
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
635
|
+
// ChevronsUpDown aliases
|
|
636
|
+
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
633
637
|
// ChevronsUp aliases
|
|
634
638
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
635
|
-
// Church aliases
|
|
636
|
-
export { default as ChurchIcon } from '../icons/church';
|
|
637
639
|
// CigaretteOff aliases
|
|
638
640
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
641
|
+
// Church aliases
|
|
642
|
+
export { default as ChurchIcon } from '../icons/church';
|
|
639
643
|
// Cigarette aliases
|
|
640
644
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
641
645
|
// CircleDashed aliases
|
|
642
646
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
643
|
-
// CircleDollarSign aliases
|
|
644
|
-
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
645
647
|
// CircleDotDashed aliases
|
|
646
648
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
649
|
+
// CircleDollarSign aliases
|
|
650
|
+
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
647
651
|
// CircleDot aliases
|
|
648
652
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
653
|
+
// CircleEllipsis aliases
|
|
654
|
+
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
649
655
|
// CircleEqual aliases
|
|
650
656
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
651
657
|
// CircleFadingArrowUp aliases
|
|
652
658
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
653
|
-
// CircleEllipsis aliases
|
|
654
|
-
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
655
659
|
// CircleFadingPlus aliases
|
|
656
660
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
657
661
|
// CircleOff aliases
|
|
658
662
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
659
|
-
// CirclePoundSterling aliases
|
|
660
|
-
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
661
663
|
// CirclePile aliases
|
|
662
664
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
665
|
+
// CirclePoundSterling aliases
|
|
666
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
663
667
|
// CircleSlash aliases
|
|
664
668
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
665
669
|
// CircleSmall aliases
|
|
666
670
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
667
|
-
// CircleStar aliases
|
|
668
|
-
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
669
671
|
// Circle aliases
|
|
670
672
|
export { default as CircleIcon } from '../icons/circle';
|
|
671
|
-
//
|
|
672
|
-
export { default as
|
|
673
|
+
// CircleStar aliases
|
|
674
|
+
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
673
675
|
// Citrus aliases
|
|
674
676
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
677
|
+
// CircuitBoard aliases
|
|
678
|
+
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
675
679
|
// Clapperboard aliases
|
|
676
680
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
677
681
|
// ClipboardCheck aliases
|
|
678
682
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
679
683
|
// ClipboardClock aliases
|
|
680
684
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
681
|
-
// ClipboardCopy aliases
|
|
682
|
-
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
683
685
|
// ClipboardList aliases
|
|
684
686
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
687
|
+
// ClipboardCopy aliases
|
|
688
|
+
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
685
689
|
// ClipboardMinus aliases
|
|
686
690
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
687
691
|
// ClipboardPaste aliases
|
|
@@ -698,14 +702,14 @@ export { default as ClipboardIcon } from '../icons/clipboard';
|
|
|
698
702
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
699
703
|
// Clock11 aliases
|
|
700
704
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
701
|
-
// Clock10 aliases
|
|
702
|
-
export { default as Clock10Icon } from '../icons/clock-10';
|
|
703
705
|
// Clock12 aliases
|
|
704
706
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
705
|
-
//
|
|
706
|
-
export { default as
|
|
707
|
+
// Clock10 aliases
|
|
708
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
707
709
|
// Clock2 aliases
|
|
708
710
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
711
|
+
// Clock3 aliases
|
|
712
|
+
export { default as Clock3Icon } from '../icons/clock-3';
|
|
709
713
|
// Clock4 aliases
|
|
710
714
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
711
715
|
// Clock5 aliases
|
|
@@ -714,94 +718,98 @@ export { default as Clock5Icon } from '../icons/clock-5';
|
|
|
714
718
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
715
719
|
// Clock7 aliases
|
|
716
720
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
721
|
+
// Clock9 aliases
|
|
722
|
+
export { default as Clock9Icon } from '../icons/clock-9';
|
|
717
723
|
// Clock8 aliases
|
|
718
724
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
719
725
|
// ClockAlert aliases
|
|
720
726
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
721
727
|
// ClockArrowDown aliases
|
|
722
728
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
723
|
-
//
|
|
724
|
-
export { default as
|
|
729
|
+
// ClockArrowLeft aliases
|
|
730
|
+
export { default as ClockArrowLeftIcon } from '../icons/clock-arrow-left';
|
|
731
|
+
// ClockArrowRight aliases
|
|
732
|
+
export { default as ClockArrowRightIcon } from '../icons/clock-arrow-right';
|
|
725
733
|
// ClockArrowUp aliases
|
|
726
734
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
727
735
|
// ClockCheck aliases
|
|
728
736
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
729
|
-
// ClockPlus aliases
|
|
730
|
-
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
731
737
|
// ClockFading aliases
|
|
732
738
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
733
|
-
//
|
|
734
|
-
export { default as
|
|
739
|
+
// ClockPlus aliases
|
|
740
|
+
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
735
741
|
// ClosedCaption aliases
|
|
736
742
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
743
|
+
// Clock aliases
|
|
744
|
+
export { default as ClockIcon } from '../icons/clock';
|
|
737
745
|
// CloudAlert aliases
|
|
738
746
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
747
|
+
// CloudBackup aliases
|
|
748
|
+
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
739
749
|
// CloudCheck aliases
|
|
740
750
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
741
751
|
// CloudCog aliases
|
|
742
752
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
743
|
-
// CloudBackup aliases
|
|
744
|
-
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
745
753
|
// CloudDrizzle aliases
|
|
746
754
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
747
755
|
// CloudFog aliases
|
|
748
756
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
749
757
|
// CloudHail aliases
|
|
750
758
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
751
|
-
// CloudMoonRain aliases
|
|
752
|
-
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
753
759
|
// CloudLightning aliases
|
|
754
760
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
761
|
+
// CloudMoonRain aliases
|
|
762
|
+
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
755
763
|
// CloudMoon aliases
|
|
756
764
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
757
|
-
// CloudRainWind aliases
|
|
758
|
-
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
759
765
|
// CloudOff aliases
|
|
760
766
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
761
767
|
// CloudRain aliases
|
|
762
768
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
763
769
|
// CloudSnow aliases
|
|
764
770
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
771
|
+
// CloudRainWind aliases
|
|
772
|
+
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
765
773
|
// CloudSunRain aliases
|
|
766
774
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
767
|
-
// CloudSun aliases
|
|
768
|
-
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
769
775
|
// CloudSync aliases
|
|
770
776
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
771
|
-
//
|
|
772
|
-
export { default as
|
|
777
|
+
// CloudSun aliases
|
|
778
|
+
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
773
779
|
// Cloud aliases
|
|
774
780
|
export { default as CloudIcon } from '../icons/cloud';
|
|
781
|
+
// Cloudy aliases
|
|
782
|
+
export { default as CloudyIcon } from '../icons/cloudy';
|
|
775
783
|
// Clover aliases
|
|
776
784
|
export { default as CloverIcon } from '../icons/clover';
|
|
777
785
|
// Club aliases
|
|
778
786
|
export { default as ClubIcon } from '../icons/club';
|
|
787
|
+
// Cog aliases
|
|
788
|
+
export { default as CogIcon } from '../icons/cog';
|
|
779
789
|
// Code aliases
|
|
780
790
|
export { default as CodeIcon } from '../icons/code';
|
|
781
791
|
// Coffee aliases
|
|
782
792
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
783
|
-
// Cog aliases
|
|
784
|
-
export { default as CogIcon } from '../icons/cog';
|
|
785
793
|
// Coins aliases
|
|
786
794
|
export { default as CoinsIcon } from '../icons/coins';
|
|
787
|
-
// Combine aliases
|
|
788
|
-
export { default as CombineIcon } from '../icons/combine';
|
|
789
|
-
// Command aliases
|
|
790
|
-
export { default as CommandIcon } from '../icons/command';
|
|
791
795
|
// Columns4 aliases
|
|
792
796
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
793
|
-
//
|
|
794
|
-
export { default as
|
|
797
|
+
// Command aliases
|
|
798
|
+
export { default as CommandIcon } from '../icons/command';
|
|
799
|
+
// Combine aliases
|
|
800
|
+
export { default as CombineIcon } from '../icons/combine';
|
|
795
801
|
// Component aliases
|
|
796
802
|
export { default as ComponentIcon } from '../icons/component';
|
|
803
|
+
// Compass aliases
|
|
804
|
+
export { default as CompassIcon } from '../icons/compass';
|
|
797
805
|
// Computer aliases
|
|
798
806
|
export { default as ComputerIcon } from '../icons/computer';
|
|
799
807
|
// ConciergeBell aliases
|
|
800
808
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
801
|
-
// Cone aliases
|
|
802
|
-
export { default as ConeIcon } from '../icons/cone';
|
|
803
809
|
// Construction aliases
|
|
804
810
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
811
|
+
// Cone aliases
|
|
812
|
+
export { default as ConeIcon } from '../icons/cone';
|
|
805
813
|
// Contact aliases
|
|
806
814
|
export { default as ContactIcon } from '../icons/contact';
|
|
807
815
|
// Container aliases
|
|
@@ -824,72 +832,72 @@ export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
|
824
832
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
825
833
|
// Copy aliases
|
|
826
834
|
export { default as CopyIcon } from '../icons/copy';
|
|
827
|
-
// Copyleft aliases
|
|
828
|
-
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
829
835
|
// Copyright aliases
|
|
830
836
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
831
|
-
//
|
|
832
|
-
export { default as
|
|
837
|
+
// Copyleft aliases
|
|
838
|
+
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
833
839
|
// CornerDownLeft aliases
|
|
834
840
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
841
|
+
// CornerDownRight aliases
|
|
842
|
+
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
835
843
|
// CornerLeftDown aliases
|
|
836
844
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
837
845
|
// CornerLeftUp aliases
|
|
838
846
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
839
847
|
// CornerRightDown aliases
|
|
840
848
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
841
|
-
// CornerUpLeft aliases
|
|
842
|
-
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
843
849
|
// CornerRightUp aliases
|
|
844
850
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
851
|
+
// CornerUpLeft aliases
|
|
852
|
+
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
845
853
|
// CornerUpRight aliases
|
|
846
854
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
847
|
-
// CreativeCommons aliases
|
|
848
|
-
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
849
855
|
// Cpu aliases
|
|
850
856
|
export { default as CpuIcon } from '../icons/cpu';
|
|
857
|
+
// CreativeCommons aliases
|
|
858
|
+
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
851
859
|
// CreditCard aliases
|
|
852
860
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
853
861
|
// Croissant aliases
|
|
854
862
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
855
|
-
// Crosshair aliases
|
|
856
|
-
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
857
863
|
// Cross aliases
|
|
858
864
|
export { default as CrossIcon } from '../icons/cross';
|
|
865
|
+
// Crosshair aliases
|
|
866
|
+
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
859
867
|
// Crop aliases
|
|
860
868
|
export { default as CropIcon } from '../icons/crop';
|
|
861
|
-
// Cuboid aliases
|
|
862
|
-
export { default as CuboidIcon } from '../icons/cuboid';
|
|
863
|
-
// CupSoda aliases
|
|
864
|
-
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
865
869
|
// Crown aliases
|
|
866
870
|
export { default as CrownIcon } from '../icons/crown';
|
|
871
|
+
// Cuboid aliases
|
|
872
|
+
export { default as CuboidIcon } from '../icons/cuboid';
|
|
867
873
|
// Cylinder aliases
|
|
868
874
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
869
|
-
//
|
|
870
|
-
export { default as
|
|
875
|
+
// CupSoda aliases
|
|
876
|
+
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
871
877
|
// Dam aliases
|
|
872
878
|
export { default as DamIcon } from '../icons/dam';
|
|
873
|
-
//
|
|
874
|
-
export { default as
|
|
875
|
-
// Database aliases
|
|
876
|
-
export { default as DatabaseIcon } from '../icons/database';
|
|
879
|
+
// Currency aliases
|
|
880
|
+
export { default as CurrencyIcon } from '../icons/currency';
|
|
877
881
|
// DatabaseSearch aliases
|
|
878
882
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
883
|
+
// DatabaseBackup aliases
|
|
884
|
+
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
879
885
|
// DatabaseZap aliases
|
|
880
886
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
881
|
-
//
|
|
882
|
-
export { default as
|
|
883
|
-
// Delete aliases
|
|
884
|
-
export { default as DeleteIcon } from '../icons/delete';
|
|
887
|
+
// Database aliases
|
|
888
|
+
export { default as DatabaseIcon } from '../icons/database';
|
|
885
889
|
// DecimalsArrowLeft aliases
|
|
886
890
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
891
|
+
// Delete aliases
|
|
892
|
+
export { default as DeleteIcon } from '../icons/delete';
|
|
887
893
|
// Dessert aliases
|
|
888
894
|
export { default as DessertIcon } from '../icons/dessert';
|
|
889
|
-
//
|
|
890
|
-
export { default as
|
|
895
|
+
// DecimalsArrowRight aliases
|
|
896
|
+
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
891
897
|
// Diameter aliases
|
|
892
898
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
899
|
+
// DiamondMinus aliases
|
|
900
|
+
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
893
901
|
// DiamondPlus aliases
|
|
894
902
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
895
903
|
// Diamond aliases
|
|
@@ -906,70 +914,70 @@ export { default as Dice4Icon } from '../icons/dice-4';
|
|
|
906
914
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
907
915
|
// Dice6 aliases
|
|
908
916
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
909
|
-
// Disc2 aliases
|
|
910
|
-
export { default as Disc2Icon } from '../icons/disc-2';
|
|
911
|
-
// Diff aliases
|
|
912
|
-
export { default as DiffIcon } from '../icons/diff';
|
|
913
917
|
// Dices aliases
|
|
914
918
|
export { default as DicesIcon } from '../icons/dices';
|
|
915
|
-
//
|
|
916
|
-
export { default as
|
|
919
|
+
// Diff aliases
|
|
920
|
+
export { default as DiffIcon } from '../icons/diff';
|
|
921
|
+
// Disc2 aliases
|
|
922
|
+
export { default as Disc2Icon } from '../icons/disc-2';
|
|
917
923
|
// DiscAlbum aliases
|
|
918
924
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
919
|
-
// Divide aliases
|
|
920
|
-
export { default as DivideIcon } from '../icons/divide';
|
|
921
925
|
// Disc aliases
|
|
922
926
|
export { default as DiscIcon } from '../icons/disc';
|
|
923
|
-
//
|
|
924
|
-
export { default as
|
|
927
|
+
// Disc3 aliases
|
|
928
|
+
export { default as Disc3Icon } from '../icons/disc-3';
|
|
929
|
+
// Divide aliases
|
|
930
|
+
export { default as DivideIcon } from '../icons/divide';
|
|
925
931
|
// DnaOff aliases
|
|
926
932
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
933
|
+
// Dna aliases
|
|
934
|
+
export { default as DnaIcon } from '../icons/dna';
|
|
927
935
|
// Dock aliases
|
|
928
936
|
export { default as DockIcon } from '../icons/dock';
|
|
929
|
-
// Dog aliases
|
|
930
|
-
export { default as DogIcon } from '../icons/dog';
|
|
931
937
|
// DollarSign aliases
|
|
932
938
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
933
|
-
//
|
|
934
|
-
export { default as
|
|
939
|
+
// Dog aliases
|
|
940
|
+
export { default as DogIcon } from '../icons/dog';
|
|
935
941
|
// DoorClosedLocked aliases
|
|
936
942
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
943
|
+
// Donut aliases
|
|
944
|
+
export { default as DonutIcon } from '../icons/donut';
|
|
937
945
|
// DoorClosed aliases
|
|
938
946
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
939
947
|
// DoorOpen aliases
|
|
940
948
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
941
949
|
// Dot aliases
|
|
942
950
|
export { default as DotIcon } from '../icons/dot';
|
|
943
|
-
// DraftingCompass aliases
|
|
944
|
-
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
945
951
|
// Download aliases
|
|
946
952
|
export { default as DownloadIcon } from '../icons/download';
|
|
953
|
+
// DraftingCompass aliases
|
|
954
|
+
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
947
955
|
// Drama aliases
|
|
948
956
|
export { default as DramaIcon } from '../icons/drama';
|
|
957
|
+
// Drill aliases
|
|
958
|
+
export { default as DrillIcon } from '../icons/drill';
|
|
949
959
|
// Drone aliases
|
|
950
960
|
export { default as DroneIcon } from '../icons/drone';
|
|
951
961
|
// DropletOff aliases
|
|
952
962
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
953
|
-
// Drill aliases
|
|
954
|
-
export { default as DrillIcon } from '../icons/drill';
|
|
955
963
|
// Droplet aliases
|
|
956
964
|
export { default as DropletIcon } from '../icons/droplet';
|
|
957
965
|
// Droplets aliases
|
|
958
966
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
959
967
|
// Drum aliases
|
|
960
968
|
export { default as DrumIcon } from '../icons/drum';
|
|
969
|
+
// Drumstick aliases
|
|
970
|
+
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
961
971
|
// Dumbbell aliases
|
|
962
972
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
963
973
|
// EarOff aliases
|
|
964
974
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
965
|
-
// Drumstick aliases
|
|
966
|
-
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
967
975
|
// Ear aliases
|
|
968
976
|
export { default as EarIcon } from '../icons/ear';
|
|
969
|
-
// Eclipse aliases
|
|
970
|
-
export { default as EclipseIcon } from '../icons/eclipse';
|
|
971
977
|
// EarthLock aliases
|
|
972
978
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
979
|
+
// Eclipse aliases
|
|
980
|
+
export { default as EclipseIcon } from '../icons/eclipse';
|
|
973
981
|
// EggOff aliases
|
|
974
982
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
975
983
|
// EggFried aliases
|
|
@@ -988,38 +996,40 @@ export { default as EqualIcon } from '../icons/equal';
|
|
|
988
996
|
export { default as EraserIcon } from '../icons/eraser';
|
|
989
997
|
// EthernetPort aliases
|
|
990
998
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
991
|
-
// EvCharger aliases
|
|
992
|
-
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
993
999
|
// Euro aliases
|
|
994
1000
|
export { default as EuroIcon } from '../icons/euro';
|
|
995
|
-
//
|
|
996
|
-
export { default as
|
|
1001
|
+
// EvCharger aliases
|
|
1002
|
+
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
997
1003
|
// Expand aliases
|
|
998
1004
|
export { default as ExpandIcon } from '../icons/expand';
|
|
1005
|
+
// ExternalLink aliases
|
|
1006
|
+
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
999
1007
|
// EyeClosed aliases
|
|
1000
1008
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
1009
|
+
// EyeDashed aliases
|
|
1010
|
+
export { default as EyeDashedIcon } from '../icons/eye-dashed';
|
|
1001
1011
|
// EyeOff aliases
|
|
1002
1012
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
1013
|
+
// Eye aliases
|
|
1014
|
+
export { default as EyeIcon } from '../icons/eye';
|
|
1003
1015
|
// Factory aliases
|
|
1004
1016
|
export { default as FactoryIcon } from '../icons/factory';
|
|
1005
1017
|
// Fan aliases
|
|
1006
1018
|
export { default as FanIcon } from '../icons/fan';
|
|
1007
|
-
// Eye aliases
|
|
1008
|
-
export { default as EyeIcon } from '../icons/eye';
|
|
1009
|
-
// FastForward aliases
|
|
1010
|
-
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1011
1019
|
// Feather aliases
|
|
1012
1020
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1021
|
+
// FastForward aliases
|
|
1022
|
+
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1013
1023
|
// Fence aliases
|
|
1014
1024
|
export { default as FenceIcon } from '../icons/fence';
|
|
1015
1025
|
// FerrisWheel aliases
|
|
1016
1026
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1017
1027
|
// FileArchive aliases
|
|
1018
1028
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1019
|
-
// FileCheck aliases
|
|
1020
|
-
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1021
1029
|
// FileBox aliases
|
|
1022
1030
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1031
|
+
// FileCheck aliases
|
|
1032
|
+
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1023
1033
|
// FileClock aliases
|
|
1024
1034
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1025
1035
|
// FileCode aliases
|
|
@@ -1028,20 +1038,20 @@ export { default as FileCodeIcon } from '../icons/file-code';
|
|
|
1028
1038
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1029
1039
|
// FileDigit aliases
|
|
1030
1040
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1031
|
-
// FileHeart aliases
|
|
1032
|
-
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1033
1041
|
// FileDown aliases
|
|
1034
1042
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1043
|
+
// FileHeart aliases
|
|
1044
|
+
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1035
1045
|
// FileImage aliases
|
|
1036
1046
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1037
1047
|
// FileInput aliases
|
|
1038
1048
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1049
|
+
// FileMinus aliases
|
|
1050
|
+
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1039
1051
|
// FileMusic aliases
|
|
1040
1052
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1041
1053
|
// FileOutput aliases
|
|
1042
1054
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1043
|
-
// FileMinus aliases
|
|
1044
|
-
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1045
1055
|
// FilePlus aliases
|
|
1046
1056
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1047
1057
|
// FileScan aliases
|
|
@@ -1060,22 +1070,22 @@ export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
|
1060
1070
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1061
1071
|
// FileText aliases
|
|
1062
1072
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1063
|
-
// FileUp aliases
|
|
1064
|
-
export { default as FileUpIcon } from '../icons/file-up';
|
|
1065
1073
|
// FileType aliases
|
|
1066
1074
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1075
|
+
// FileUp aliases
|
|
1076
|
+
export { default as FileUpIcon } from '../icons/file-up';
|
|
1067
1077
|
// FileUser aliases
|
|
1068
1078
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1069
1079
|
// FileVolume aliases
|
|
1070
1080
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1071
|
-
// File aliases
|
|
1072
|
-
export { default as FileIcon } from '../icons/file';
|
|
1073
1081
|
// FileX aliases
|
|
1074
1082
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1075
|
-
//
|
|
1076
|
-
export { default as
|
|
1083
|
+
// File aliases
|
|
1084
|
+
export { default as FileIcon } from '../icons/file';
|
|
1077
1085
|
// Files aliases
|
|
1078
1086
|
export { default as FilesIcon } from '../icons/files';
|
|
1087
|
+
// Film aliases
|
|
1088
|
+
export { default as FilmIcon } from '../icons/film';
|
|
1079
1089
|
// FireExtinguisher aliases
|
|
1080
1090
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1081
1091
|
// FishOff aliases
|
|
@@ -1088,52 +1098,52 @@ export { default as FishIcon } from '../icons/fish';
|
|
|
1088
1098
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1089
1099
|
// FishingRod aliases
|
|
1090
1100
|
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1091
|
-
// FlagTriangleLeft aliases
|
|
1092
|
-
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1093
|
-
// Flag aliases
|
|
1094
|
-
export { default as FlagIcon } from '../icons/flag';
|
|
1095
1101
|
// FlagOff aliases
|
|
1096
1102
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1103
|
+
// FlagTriangleLeft aliases
|
|
1104
|
+
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1097
1105
|
// FlagTriangleRight aliases
|
|
1098
1106
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1099
|
-
//
|
|
1100
|
-
export { default as
|
|
1107
|
+
// Flag aliases
|
|
1108
|
+
export { default as FlagIcon } from '../icons/flag';
|
|
1101
1109
|
// FlameKindling aliases
|
|
1102
1110
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1111
|
+
// Flame aliases
|
|
1112
|
+
export { default as FlameIcon } from '../icons/flame';
|
|
1103
1113
|
// FlashlightOff aliases
|
|
1104
1114
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1105
1115
|
// Flashlight aliases
|
|
1106
1116
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1107
|
-
// FlaskConicalOff aliases
|
|
1108
|
-
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1109
|
-
// FlipVertical2 aliases
|
|
1110
|
-
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1111
1117
|
// FlaskConical aliases
|
|
1112
1118
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1119
|
+
// FlaskConicalOff aliases
|
|
1120
|
+
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1113
1121
|
// FlaskRound aliases
|
|
1114
1122
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1115
1123
|
// FlipHorizontal2 aliases
|
|
1116
1124
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1125
|
+
// FlipVertical2 aliases
|
|
1126
|
+
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1117
1127
|
// Flower2 aliases
|
|
1118
1128
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1119
|
-
// Flower aliases
|
|
1120
|
-
export { default as FlowerIcon } from '../icons/flower';
|
|
1121
1129
|
// Focus aliases
|
|
1122
1130
|
export { default as FocusIcon } from '../icons/focus';
|
|
1131
|
+
// Flower aliases
|
|
1132
|
+
export { default as FlowerIcon } from '../icons/flower';
|
|
1123
1133
|
// FoldHorizontal aliases
|
|
1124
1134
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1125
1135
|
// FoldVertical aliases
|
|
1126
1136
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1127
|
-
// FolderBookmark aliases
|
|
1128
|
-
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1129
1137
|
// FolderArchive aliases
|
|
1130
1138
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1139
|
+
// FolderBookmark aliases
|
|
1140
|
+
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1131
1141
|
// FolderCheck aliases
|
|
1132
1142
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1133
|
-
// FolderClosed aliases
|
|
1134
|
-
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1135
1143
|
// FolderClock aliases
|
|
1136
1144
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1145
|
+
// FolderClosed aliases
|
|
1146
|
+
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1137
1147
|
// FolderCode aliases
|
|
1138
1148
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1139
1149
|
// FolderDot aliases
|
|
@@ -1154,28 +1164,28 @@ export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
|
1154
1164
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1155
1165
|
// FolderLock aliases
|
|
1156
1166
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1157
|
-
// FolderMinus aliases
|
|
1158
|
-
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1159
1167
|
// FolderOpenDot aliases
|
|
1160
1168
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1169
|
+
// FolderMinus aliases
|
|
1170
|
+
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1161
1171
|
// FolderOpen aliases
|
|
1162
1172
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1163
1173
|
// FolderOutput aliases
|
|
1164
1174
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1165
1175
|
// FolderPlus aliases
|
|
1166
1176
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1167
|
-
// FolderRoot aliases
|
|
1168
|
-
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1169
1177
|
// FolderSearch2 aliases
|
|
1170
1178
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1179
|
+
// FolderRoot aliases
|
|
1180
|
+
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1171
1181
|
// FolderSearch aliases
|
|
1172
1182
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1173
|
-
// FolderTree aliases
|
|
1174
|
-
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1175
1183
|
// FolderSymlink aliases
|
|
1176
1184
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1177
1185
|
// FolderSync aliases
|
|
1178
1186
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1187
|
+
// FolderTree aliases
|
|
1188
|
+
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1179
1189
|
// FolderUp aliases
|
|
1180
1190
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1181
1191
|
// Folder aliases
|
|
@@ -1192,40 +1202,40 @@ export { default as ForkliftIcon } from '../icons/forklift';
|
|
|
1192
1202
|
export { default as FormIcon } from '../icons/form';
|
|
1193
1203
|
// Forward aliases
|
|
1194
1204
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1195
|
-
// Frame aliases
|
|
1196
|
-
export { default as FrameIcon } from '../icons/frame';
|
|
1197
1205
|
// Frown aliases
|
|
1198
1206
|
export { default as FrownIcon } from '../icons/frown';
|
|
1199
|
-
//
|
|
1200
|
-
export { default as
|
|
1207
|
+
// Frame aliases
|
|
1208
|
+
export { default as FrameIcon } from '../icons/frame';
|
|
1201
1209
|
// Fullscreen aliases
|
|
1202
1210
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1211
|
+
// Fuel aliases
|
|
1212
|
+
export { default as FuelIcon } from '../icons/fuel';
|
|
1203
1213
|
// FunnelPlus aliases
|
|
1204
1214
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1205
1215
|
// GalleryHorizontalEnd aliases
|
|
1206
1216
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1207
1217
|
// GalleryHorizontal aliases
|
|
1208
1218
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1219
|
+
// GalleryVerticalEnd aliases
|
|
1220
|
+
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1209
1221
|
// GalleryThumbnails aliases
|
|
1210
1222
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1211
1223
|
// GalleryVertical aliases
|
|
1212
1224
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1213
|
-
// GalleryVerticalEnd aliases
|
|
1214
|
-
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1215
|
-
// Gamepad2 aliases
|
|
1216
|
-
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1217
1225
|
// GamepadDirectional aliases
|
|
1218
1226
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1227
|
+
// Gamepad2 aliases
|
|
1228
|
+
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1219
1229
|
// Gamepad aliases
|
|
1220
1230
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1221
1231
|
// Gauge aliases
|
|
1222
1232
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1223
1233
|
// Gavel aliases
|
|
1224
1234
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1225
|
-
// GeorgianLari aliases
|
|
1226
|
-
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1227
1235
|
// Gem aliases
|
|
1228
1236
|
export { default as GemIcon } from '../icons/gem';
|
|
1237
|
+
// GeorgianLari aliases
|
|
1238
|
+
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1229
1239
|
// Ghost aliases
|
|
1230
1240
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1231
1241
|
// Gift aliases
|
|
@@ -1234,50 +1244,50 @@ export { default as GiftIcon } from '../icons/gift';
|
|
|
1234
1244
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1235
1245
|
// GitBranchPlus aliases
|
|
1236
1246
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1237
|
-
// GitBranch aliases
|
|
1238
|
-
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1239
1247
|
// GitCommitVertical aliases
|
|
1240
1248
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1249
|
+
// GitBranch aliases
|
|
1250
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1241
1251
|
// GitCompareArrows aliases
|
|
1242
1252
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1243
1253
|
// GitCompare aliases
|
|
1244
1254
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1245
|
-
// GitGraph aliases
|
|
1246
|
-
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1247
1255
|
// GitFork aliases
|
|
1248
1256
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1257
|
+
// GitGraph aliases
|
|
1258
|
+
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1249
1259
|
// GitMergeConflict aliases
|
|
1250
1260
|
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1251
1261
|
// GitMerge aliases
|
|
1252
1262
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1253
1263
|
// GitPullRequestArrow aliases
|
|
1254
1264
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1255
|
-
// GitPullRequestClosed aliases
|
|
1256
|
-
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1257
1265
|
// GitPullRequestCreateArrow aliases
|
|
1258
1266
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1259
|
-
// GitPullRequestDraft aliases
|
|
1260
|
-
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1261
1267
|
// GitPullRequestCreate aliases
|
|
1262
1268
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1263
|
-
//
|
|
1264
|
-
export { default as
|
|
1269
|
+
// GitPullRequestDraft aliases
|
|
1270
|
+
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1271
|
+
// GitPullRequestClosed aliases
|
|
1272
|
+
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1265
1273
|
// GitPullRequest aliases
|
|
1266
1274
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1267
1275
|
// Glasses aliases
|
|
1268
1276
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1269
|
-
//
|
|
1270
|
-
export { default as
|
|
1277
|
+
// GlassWater aliases
|
|
1278
|
+
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1271
1279
|
// GlobeCheck aliases
|
|
1272
1280
|
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1281
|
+
// GlobeLock aliases
|
|
1282
|
+
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1273
1283
|
// GlobeOff aliases
|
|
1274
1284
|
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1275
1285
|
// GlobeX aliases
|
|
1276
1286
|
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1277
|
-
// Goal aliases
|
|
1278
|
-
export { default as GoalIcon } from '../icons/goal';
|
|
1279
1287
|
// Globe aliases
|
|
1280
1288
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1289
|
+
// Goal aliases
|
|
1290
|
+
export { default as GoalIcon } from '../icons/goal';
|
|
1281
1291
|
// Gpu aliases
|
|
1282
1292
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1283
1293
|
// GraduationCap aliases
|
|
@@ -1296,52 +1306,52 @@ export { default as GripIcon } from '../icons/grip';
|
|
|
1296
1306
|
export { default as GroupIcon } from '../icons/group';
|
|
1297
1307
|
// Guitar aliases
|
|
1298
1308
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1299
|
-
// Ham aliases
|
|
1300
|
-
export { default as HamIcon } from '../icons/ham';
|
|
1301
1309
|
// Hamburger aliases
|
|
1302
1310
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1303
1311
|
// Hammer aliases
|
|
1304
1312
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1313
|
+
// Ham aliases
|
|
1314
|
+
export { default as HamIcon } from '../icons/ham';
|
|
1305
1315
|
// HandCoins aliases
|
|
1306
1316
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1307
1317
|
// HandFist aliases
|
|
1308
1318
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1309
1319
|
// HandHeart aliases
|
|
1310
1320
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1311
|
-
// HandMetal aliases
|
|
1312
|
-
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1313
1321
|
// HandPlatter aliases
|
|
1314
1322
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1323
|
+
// HandMetal aliases
|
|
1324
|
+
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1315
1325
|
// Hand aliases
|
|
1316
1326
|
export { default as HandIcon } from '../icons/hand';
|
|
1317
1327
|
// Handbag aliases
|
|
1318
1328
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1329
|
+
// HardDriveDownload aliases
|
|
1330
|
+
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1319
1331
|
// Handshake aliases
|
|
1320
1332
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1321
1333
|
// HardDriveUpload aliases
|
|
1322
1334
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1323
|
-
//
|
|
1324
|
-
export { default as
|
|
1335
|
+
// HardDrive aliases
|
|
1336
|
+
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1325
1337
|
// HardHat aliases
|
|
1326
1338
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1327
|
-
// HatGlasses aliases
|
|
1328
|
-
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1329
1339
|
// Hash aliases
|
|
1330
1340
|
export { default as HashIcon } from '../icons/hash';
|
|
1341
|
+
// HatGlasses aliases
|
|
1342
|
+
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1331
1343
|
// Haze aliases
|
|
1332
1344
|
export { default as HazeIcon } from '../icons/haze';
|
|
1333
|
-
// HardDrive aliases
|
|
1334
|
-
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1335
|
-
// HdmiPort aliases
|
|
1336
|
-
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1337
1345
|
// Hd aliases
|
|
1338
1346
|
export { default as HdIcon } from '../icons/hd';
|
|
1347
|
+
// HdmiPort aliases
|
|
1348
|
+
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1339
1349
|
// Heading1 aliases
|
|
1340
1350
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1341
|
-
// Heading2 aliases
|
|
1342
|
-
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1343
1351
|
// Heading3 aliases
|
|
1344
1352
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1353
|
+
// Heading2 aliases
|
|
1354
|
+
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1345
1355
|
// Heading4 aliases
|
|
1346
1356
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1347
1357
|
// Heading5 aliases
|
|
@@ -1354,40 +1364,40 @@ export { default as HeadingIcon } from '../icons/heading';
|
|
|
1354
1364
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1355
1365
|
// Headphones aliases
|
|
1356
1366
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1357
|
-
// HeartCrack aliases
|
|
1358
|
-
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1359
1367
|
// Headset aliases
|
|
1360
1368
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1369
|
+
// HeartCrack aliases
|
|
1370
|
+
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1371
|
+
// HeartHandshake aliases
|
|
1372
|
+
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1361
1373
|
// HeartMinus aliases
|
|
1362
1374
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1363
1375
|
// HeartOff aliases
|
|
1364
1376
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1365
|
-
// HeartPlus aliases
|
|
1366
|
-
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1367
|
-
// HeartHandshake aliases
|
|
1368
|
-
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1369
1377
|
// HeartPulse aliases
|
|
1370
1378
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1371
|
-
//
|
|
1372
|
-
export { default as
|
|
1379
|
+
// HeartPlus aliases
|
|
1380
|
+
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1373
1381
|
// HeartX aliases
|
|
1374
1382
|
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1375
|
-
//
|
|
1376
|
-
export { default as
|
|
1383
|
+
// Heart aliases
|
|
1384
|
+
export { default as HeartIcon } from '../icons/heart';
|
|
1377
1385
|
// Helicopter aliases
|
|
1378
1386
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1379
1387
|
// Heater aliases
|
|
1380
1388
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1381
1389
|
// Hexagon aliases
|
|
1382
1390
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1391
|
+
// Highlighter aliases
|
|
1392
|
+
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1383
1393
|
// History aliases
|
|
1384
1394
|
export { default as HistoryIcon } from '../icons/history';
|
|
1385
1395
|
// HopOff aliases
|
|
1386
1396
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1387
|
-
// Hotel aliases
|
|
1388
|
-
export { default as HotelIcon } from '../icons/hotel';
|
|
1389
1397
|
// Hop aliases
|
|
1390
1398
|
export { default as HopIcon } from '../icons/hop';
|
|
1399
|
+
// Hotel aliases
|
|
1400
|
+
export { default as HotelIcon } from '../icons/hotel';
|
|
1391
1401
|
// Hospital aliases
|
|
1392
1402
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1393
1403
|
// Hourglass aliases
|
|
@@ -1400,10 +1410,10 @@ export { default as HousePlugIcon } from '../icons/house-plug';
|
|
|
1400
1410
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1401
1411
|
// HouseWifi aliases
|
|
1402
1412
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1403
|
-
// IdCard aliases
|
|
1404
|
-
export { default as IdCardIcon } from '../icons/id-card';
|
|
1405
1413
|
// IdCardLanyard aliases
|
|
1406
1414
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1415
|
+
// IdCard aliases
|
|
1416
|
+
export { default as IdCardIcon } from '../icons/id-card';
|
|
1407
1417
|
// ImageDown aliases
|
|
1408
1418
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1409
1419
|
// ImageMinus aliases
|
|
@@ -1422,38 +1432,38 @@ export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
|
1422
1432
|
export { default as ImageIcon } from '../icons/image';
|
|
1423
1433
|
// Images aliases
|
|
1424
1434
|
export { default as ImagesIcon } from '../icons/images';
|
|
1425
|
-
// Inbox aliases
|
|
1426
|
-
export { default as InboxIcon } from '../icons/inbox';
|
|
1427
1435
|
// Import aliases
|
|
1428
1436
|
export { default as ImportIcon } from '../icons/import';
|
|
1437
|
+
// Inbox aliases
|
|
1438
|
+
export { default as InboxIcon } from '../icons/inbox';
|
|
1429
1439
|
// IndianRupee aliases
|
|
1430
1440
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1431
|
-
// InspectionPanel aliases
|
|
1432
|
-
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1433
1441
|
// Infinity aliases
|
|
1434
1442
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1435
1443
|
// Info aliases
|
|
1436
1444
|
export { default as InfoIcon } from '../icons/info';
|
|
1445
|
+
// InspectionPanel aliases
|
|
1446
|
+
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1437
1447
|
// Italic aliases
|
|
1438
1448
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1439
1449
|
// IterationCcw aliases
|
|
1440
1450
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1441
1451
|
// IterationCw aliases
|
|
1442
1452
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1443
|
-
// JapaneseYen aliases
|
|
1444
|
-
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1445
1453
|
// Joystick aliases
|
|
1446
1454
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1455
|
+
// JapaneseYen aliases
|
|
1456
|
+
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1447
1457
|
// Kanban aliases
|
|
1448
1458
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1449
|
-
// KeyRound aliases
|
|
1450
|
-
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1451
1459
|
// Kayak aliases
|
|
1452
1460
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1453
|
-
//
|
|
1454
|
-
export { default as
|
|
1461
|
+
// KeyRound aliases
|
|
1462
|
+
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1455
1463
|
// Key aliases
|
|
1456
1464
|
export { default as KeyIcon } from '../icons/key';
|
|
1465
|
+
// KeySquare aliases
|
|
1466
|
+
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1457
1467
|
// KeyboardMusic aliases
|
|
1458
1468
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1459
1469
|
// KeyboardOff aliases
|
|
@@ -1470,12 +1480,12 @@ export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
|
1470
1480
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1471
1481
|
// LampWallUp aliases
|
|
1472
1482
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1483
|
+
// Lamp aliases
|
|
1484
|
+
export { default as LampIcon } from '../icons/lamp';
|
|
1473
1485
|
// LandPlot aliases
|
|
1474
1486
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1475
1487
|
// Landmark aliases
|
|
1476
1488
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1477
|
-
// Lamp aliases
|
|
1478
|
-
export { default as LampIcon } from '../icons/lamp';
|
|
1479
1489
|
// Languages aliases
|
|
1480
1490
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1481
1491
|
// LaptopMinimalCheck aliases
|
|
@@ -1486,60 +1496,60 @@ export { default as LaptopIcon } from '../icons/laptop';
|
|
|
1486
1496
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1487
1497
|
// Lasso aliases
|
|
1488
1498
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1489
|
-
// Layers2 aliases
|
|
1490
|
-
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1491
1499
|
// Laugh aliases
|
|
1492
1500
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1501
|
+
// Layers2 aliases
|
|
1502
|
+
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1493
1503
|
// LayersMinus aliases
|
|
1494
1504
|
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1495
|
-
// LayersPlus aliases
|
|
1496
|
-
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1497
1505
|
// LayoutDashboard aliases
|
|
1498
1506
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1507
|
+
// LayersPlus aliases
|
|
1508
|
+
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1499
1509
|
// LayoutGrid aliases
|
|
1500
1510
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1501
1511
|
// LayoutList aliases
|
|
1502
1512
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1503
1513
|
// LayoutPanelLeft aliases
|
|
1504
1514
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1505
|
-
// LayoutPanelTop aliases
|
|
1506
|
-
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1507
1515
|
// LayoutTemplate aliases
|
|
1508
1516
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1517
|
+
// LayoutPanelTop aliases
|
|
1518
|
+
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1509
1519
|
// Leaf aliases
|
|
1510
1520
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1511
1521
|
// LeafyGreen aliases
|
|
1512
1522
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1513
1523
|
// Lectern aliases
|
|
1514
1524
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1525
|
+
// LensConcave aliases
|
|
1526
|
+
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1515
1527
|
// LensConvex aliases
|
|
1516
1528
|
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1517
1529
|
// LibraryBig aliases
|
|
1518
1530
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1519
|
-
// LensConcave aliases
|
|
1520
|
-
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1521
1531
|
// Library aliases
|
|
1522
1532
|
export { default as LibraryIcon } from '../icons/library';
|
|
1523
|
-
// Ligature aliases
|
|
1524
|
-
export { default as LigatureIcon } from '../icons/ligature';
|
|
1525
1533
|
// LifeBuoy aliases
|
|
1526
1534
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1527
|
-
//
|
|
1528
|
-
export { default as
|
|
1535
|
+
// Ligature aliases
|
|
1536
|
+
export { default as LigatureIcon } from '../icons/ligature';
|
|
1529
1537
|
// LightbulbOff aliases
|
|
1530
1538
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1531
|
-
//
|
|
1532
|
-
export { default as
|
|
1539
|
+
// Lightbulb aliases
|
|
1540
|
+
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1533
1541
|
// LineDotRightHorizontal aliases
|
|
1534
1542
|
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1535
1543
|
// LineStyle aliases
|
|
1536
1544
|
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1545
|
+
// LineSquiggle aliases
|
|
1546
|
+
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1537
1547
|
// Link2Off aliases
|
|
1538
1548
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1539
|
-
// Link aliases
|
|
1540
|
-
export { default as LinkIcon } from '../icons/link';
|
|
1541
1549
|
// Link2 aliases
|
|
1542
1550
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1551
|
+
// Link aliases
|
|
1552
|
+
export { default as LinkIcon } from '../icons/link';
|
|
1543
1553
|
// ListCheck aliases
|
|
1544
1554
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1545
1555
|
// ListChecks aliases
|
|
@@ -1552,22 +1562,26 @@ export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
|
1552
1562
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1553
1563
|
// ListEnd aliases
|
|
1554
1564
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1555
|
-
// ListFilter aliases
|
|
1556
|
-
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1557
1565
|
// ListFilterPlus aliases
|
|
1558
1566
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1567
|
+
// ListFilter aliases
|
|
1568
|
+
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1559
1569
|
// ListMinus aliases
|
|
1560
1570
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1561
1571
|
// ListMusic aliases
|
|
1562
1572
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1563
|
-
// ListOrdered aliases
|
|
1564
|
-
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1565
1573
|
// ListPlus aliases
|
|
1566
1574
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1567
|
-
//
|
|
1568
|
-
export { default as
|
|
1575
|
+
// ListOrdered aliases
|
|
1576
|
+
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1577
|
+
// ListSortAscending aliases
|
|
1578
|
+
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1569
1579
|
// ListStart aliases
|
|
1570
1580
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1581
|
+
// ListRestart aliases
|
|
1582
|
+
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1583
|
+
// ListSortDescending aliases
|
|
1584
|
+
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1571
1585
|
// ListTodo aliases
|
|
1572
1586
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1573
1587
|
// ListTree aliases
|
|
@@ -1582,42 +1596,42 @@ export { default as ListIcon } from '../icons/list';
|
|
|
1582
1596
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1583
1597
|
// Loader aliases
|
|
1584
1598
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1585
|
-
// Locate aliases
|
|
1586
|
-
export { default as LocateIcon } from '../icons/locate';
|
|
1587
1599
|
// LocateFixed aliases
|
|
1588
1600
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1601
|
+
// Locate aliases
|
|
1602
|
+
export { default as LocateIcon } from '../icons/locate';
|
|
1589
1603
|
// LocateOff aliases
|
|
1590
1604
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1591
1605
|
// LockKeyhole aliases
|
|
1592
1606
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1593
|
-
// LogIn aliases
|
|
1594
|
-
export { default as LogInIcon } from '../icons/log-in';
|
|
1595
1607
|
// Lock aliases
|
|
1596
1608
|
export { default as LockIcon } from '../icons/lock';
|
|
1609
|
+
// LogIn aliases
|
|
1610
|
+
export { default as LogInIcon } from '../icons/log-in';
|
|
1597
1611
|
// LogOut aliases
|
|
1598
1612
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1599
1613
|
// Logs aliases
|
|
1600
1614
|
export { default as LogsIcon } from '../icons/logs';
|
|
1601
|
-
// Luggage aliases
|
|
1602
|
-
export { default as LuggageIcon } from '../icons/luggage';
|
|
1603
1615
|
// Lollipop aliases
|
|
1604
1616
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1617
|
+
// Luggage aliases
|
|
1618
|
+
export { default as LuggageIcon } from '../icons/luggage';
|
|
1605
1619
|
// Magnet aliases
|
|
1606
1620
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1607
1621
|
// MailCheck aliases
|
|
1608
1622
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1609
1623
|
// MailMinus aliases
|
|
1610
1624
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1611
|
-
// MailOpen aliases
|
|
1612
|
-
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1613
1625
|
// MailPlus aliases
|
|
1614
1626
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1627
|
+
// MailOpen aliases
|
|
1628
|
+
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1629
|
+
// MailWarning aliases
|
|
1630
|
+
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1615
1631
|
// MailSearch aliases
|
|
1616
1632
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1617
1633
|
// MailX aliases
|
|
1618
1634
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1619
|
-
// MailWarning aliases
|
|
1620
|
-
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1621
1635
|
// Mail aliases
|
|
1622
1636
|
export { default as MailIcon } from '../icons/mail';
|
|
1623
1637
|
// Mailbox aliases
|
|
@@ -1636,12 +1650,12 @@ export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
|
1636
1650
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1637
1651
|
// MapPinMinus aliases
|
|
1638
1652
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1639
|
-
// MapPinPlus aliases
|
|
1640
|
-
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1641
|
-
// MapPinPlusInside aliases
|
|
1642
|
-
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1643
1653
|
// MapPinOff aliases
|
|
1644
1654
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1655
|
+
// MapPinPlusInside aliases
|
|
1656
|
+
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1657
|
+
// MapPinPlus aliases
|
|
1658
|
+
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1645
1659
|
// MapPinSearch aliases
|
|
1646
1660
|
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1647
1661
|
// MapPinXInside aliases
|
|
@@ -1652,16 +1666,16 @@ export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
|
1652
1666
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1653
1667
|
// MapPinned aliases
|
|
1654
1668
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1655
|
-
// MapPlus aliases
|
|
1656
|
-
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1657
1669
|
// Map aliases
|
|
1658
1670
|
export { default as MapIcon } from '../icons/map';
|
|
1671
|
+
// MapPlus aliases
|
|
1672
|
+
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1673
|
+
// MarsStroke aliases
|
|
1674
|
+
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1659
1675
|
// Mars aliases
|
|
1660
1676
|
export { default as MarsIcon } from '../icons/mars';
|
|
1661
1677
|
// Martini aliases
|
|
1662
1678
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1663
|
-
// MarsStroke aliases
|
|
1664
|
-
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1665
1679
|
// Maximize2 aliases
|
|
1666
1680
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1667
1681
|
// Maximize aliases
|
|
@@ -1670,22 +1684,22 @@ export { default as MaximizeIcon } from '../icons/maximize';
|
|
|
1670
1684
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1671
1685
|
// Medal aliases
|
|
1672
1686
|
export { default as MedalIcon } from '../icons/medal';
|
|
1673
|
-
// Megaphone aliases
|
|
1674
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1675
1687
|
// Meh aliases
|
|
1676
1688
|
export { default as MehIcon } from '../icons/meh';
|
|
1689
|
+
// Megaphone aliases
|
|
1690
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1677
1691
|
// MemoryStick aliases
|
|
1678
1692
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1679
1693
|
// Menu aliases
|
|
1680
1694
|
export { default as MenuIcon } from '../icons/menu';
|
|
1681
1695
|
// Merge aliases
|
|
1682
1696
|
export { default as MergeIcon } from '../icons/merge';
|
|
1683
|
-
// MessageCircleCode aliases
|
|
1684
|
-
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1685
1697
|
// MessageCircleCheck aliases
|
|
1686
1698
|
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1687
1699
|
// MessageCircleDashed aliases
|
|
1688
1700
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1701
|
+
// MessageCircleCode aliases
|
|
1702
|
+
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1689
1703
|
// MessageCircleHeart aliases
|
|
1690
1704
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1691
1705
|
// MessageCircleMore aliases
|
|
@@ -1694,50 +1708,50 @@ export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
|
1694
1708
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1695
1709
|
// MessageCirclePlus aliases
|
|
1696
1710
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1697
|
-
// MessageCircleReply aliases
|
|
1698
|
-
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1699
1711
|
// MessageCircleWarning aliases
|
|
1700
1712
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1713
|
+
// MessageCircleReply aliases
|
|
1714
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1701
1715
|
// MessageCircleX aliases
|
|
1702
1716
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1703
|
-
// MessageSquareCheck aliases
|
|
1704
|
-
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1705
1717
|
// MessageCircle aliases
|
|
1706
1718
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1719
|
+
// MessageSquareCode aliases
|
|
1720
|
+
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1707
1721
|
// MessageSquareDashed aliases
|
|
1708
1722
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1723
|
+
// MessageSquareCheck aliases
|
|
1724
|
+
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1709
1725
|
// MessageSquareDiff aliases
|
|
1710
1726
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1711
|
-
// MessageSquareCode aliases
|
|
1712
|
-
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1713
|
-
// MessageSquareHeart aliases
|
|
1714
|
-
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1715
1727
|
// MessageSquareDot aliases
|
|
1716
1728
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1729
|
+
// MessageSquareHeart aliases
|
|
1730
|
+
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1717
1731
|
// MessageSquareLock aliases
|
|
1718
1732
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1719
1733
|
// MessageSquareMore aliases
|
|
1720
1734
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1721
|
-
// MessageSquarePlus aliases
|
|
1722
|
-
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1723
1735
|
// MessageSquareOff aliases
|
|
1724
1736
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1737
|
+
// MessageSquarePlus aliases
|
|
1738
|
+
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1725
1739
|
// MessageSquareQuote aliases
|
|
1726
1740
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1727
1741
|
// MessageSquareReply aliases
|
|
1728
1742
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1729
1743
|
// MessageSquareShare aliases
|
|
1730
1744
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1731
|
-
// MessageSquareWarning aliases
|
|
1732
|
-
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1733
|
-
// MessageSquareText aliases
|
|
1734
|
-
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1735
1745
|
// MessageSquareX aliases
|
|
1736
1746
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1737
|
-
//
|
|
1738
|
-
export { default as
|
|
1747
|
+
// MessageSquareText aliases
|
|
1748
|
+
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1749
|
+
// MessageSquareWarning aliases
|
|
1750
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1739
1751
|
// MessageSquare aliases
|
|
1740
1752
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1753
|
+
// MessagesSquare aliases
|
|
1754
|
+
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1741
1755
|
// Metronome aliases
|
|
1742
1756
|
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1743
1757
|
// MicOff aliases
|
|
@@ -1756,24 +1770,24 @@ export { default as MilestoneIcon } from '../icons/milestone';
|
|
|
1756
1770
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1757
1771
|
// Milk aliases
|
|
1758
1772
|
export { default as MilkIcon } from '../icons/milk';
|
|
1759
|
-
// Minimize aliases
|
|
1760
|
-
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1761
1773
|
// Minimize2 aliases
|
|
1762
1774
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1763
|
-
//
|
|
1764
|
-
export { default as
|
|
1775
|
+
// Minimize aliases
|
|
1776
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1765
1777
|
// Minus aliases
|
|
1766
1778
|
export { default as MinusIcon } from '../icons/minus';
|
|
1779
|
+
// MirrorRectangular aliases
|
|
1780
|
+
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1767
1781
|
// MirrorRound aliases
|
|
1768
1782
|
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1769
1783
|
// MonitorCheck aliases
|
|
1770
1784
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1771
|
-
// MonitorCloud aliases
|
|
1772
|
-
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1773
|
-
// MonitorDot aliases
|
|
1774
|
-
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1775
1785
|
// MonitorCog aliases
|
|
1776
1786
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1787
|
+
// MonitorDot aliases
|
|
1788
|
+
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1789
|
+
// MonitorCloud aliases
|
|
1790
|
+
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1777
1791
|
// MonitorDown aliases
|
|
1778
1792
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1779
1793
|
// MonitorOff aliases
|
|
@@ -1792,10 +1806,10 @@ export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
|
1792
1806
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1793
1807
|
// MonitorUp aliases
|
|
1794
1808
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1795
|
-
// MoonStar aliases
|
|
1796
|
-
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1797
1809
|
// Monitor aliases
|
|
1798
1810
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1811
|
+
// MoonStar aliases
|
|
1812
|
+
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1799
1813
|
// Moon aliases
|
|
1800
1814
|
export { default as MoonIcon } from '../icons/moon';
|
|
1801
1815
|
// Motorbike aliases
|
|
@@ -1804,104 +1818,104 @@ export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
|
1804
1818
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1805
1819
|
// Mountain aliases
|
|
1806
1820
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1807
|
-
// MouseLeft aliases
|
|
1808
|
-
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1809
1821
|
// MouseOff aliases
|
|
1810
1822
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1823
|
+
// MouseLeft aliases
|
|
1824
|
+
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1811
1825
|
// MousePointer2Off aliases
|
|
1812
1826
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1827
|
+
// MousePointerClick aliases
|
|
1828
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1813
1829
|
// MousePointer2 aliases
|
|
1814
1830
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1815
1831
|
// MousePointerBan aliases
|
|
1816
1832
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1817
|
-
// MousePointerClick aliases
|
|
1818
|
-
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1819
1833
|
// MousePointer aliases
|
|
1820
1834
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1821
1835
|
// MouseRight aliases
|
|
1822
1836
|
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1823
1837
|
// Mouse aliases
|
|
1824
1838
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1825
|
-
// MoveDiagonal2 aliases
|
|
1826
|
-
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1827
1839
|
// MoveDiagonal aliases
|
|
1828
1840
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1841
|
+
// MoveDiagonal2 aliases
|
|
1842
|
+
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1829
1843
|
// MoveDownLeft aliases
|
|
1830
1844
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1831
|
-
// MoveDown aliases
|
|
1832
|
-
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1833
1845
|
// MoveDownRight aliases
|
|
1834
1846
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1835
1847
|
// MoveHorizontal aliases
|
|
1836
1848
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1849
|
+
// MoveDown aliases
|
|
1850
|
+
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1837
1851
|
// MoveLeft aliases
|
|
1838
1852
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1839
1853
|
// MoveRight aliases
|
|
1840
1854
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1841
|
-
// MoveUpRight aliases
|
|
1842
|
-
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1843
1855
|
// MoveUpLeft aliases
|
|
1844
1856
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1857
|
+
// MoveUpRight aliases
|
|
1858
|
+
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1845
1859
|
// MoveUp aliases
|
|
1846
1860
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1847
1861
|
// MoveVertical aliases
|
|
1848
1862
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1849
|
-
// Music3 aliases
|
|
1850
|
-
export { default as Music3Icon } from '../icons/music-3';
|
|
1851
1863
|
// Move aliases
|
|
1852
1864
|
export { default as MoveIcon } from '../icons/move';
|
|
1853
|
-
// Music2 aliases
|
|
1854
|
-
export { default as Music2Icon } from '../icons/music-2';
|
|
1855
1865
|
// Music4 aliases
|
|
1856
1866
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1867
|
+
// Music2 aliases
|
|
1868
|
+
export { default as Music2Icon } from '../icons/music-2';
|
|
1869
|
+
// Music3 aliases
|
|
1870
|
+
export { default as Music3Icon } from '../icons/music-3';
|
|
1857
1871
|
// Music aliases
|
|
1858
1872
|
export { default as MusicIcon } from '../icons/music';
|
|
1859
|
-
// Navigation2 aliases
|
|
1860
|
-
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1861
1873
|
// Navigation2Off aliases
|
|
1862
1874
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1875
|
+
// Navigation2 aliases
|
|
1876
|
+
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1863
1877
|
// NavigationOff aliases
|
|
1864
1878
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1879
|
+
// Network aliases
|
|
1880
|
+
export { default as NetworkIcon } from '../icons/network';
|
|
1865
1881
|
// Navigation aliases
|
|
1866
1882
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1867
1883
|
// Newspaper aliases
|
|
1868
1884
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1869
|
-
// Network aliases
|
|
1870
|
-
export { default as NetworkIcon } from '../icons/network';
|
|
1871
1885
|
// Nfc aliases
|
|
1872
1886
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1873
|
-
// NotebookText aliases
|
|
1874
|
-
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1875
1887
|
// NonBinary aliases
|
|
1876
1888
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1877
|
-
// NotebookTabs aliases
|
|
1878
|
-
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1879
1889
|
// NotebookPen aliases
|
|
1880
1890
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1891
|
+
// NotebookTabs aliases
|
|
1892
|
+
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1893
|
+
// NotebookText aliases
|
|
1894
|
+
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1881
1895
|
// Notebook aliases
|
|
1882
1896
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1883
1897
|
// NotepadTextDashed aliases
|
|
1884
1898
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1885
1899
|
// NotepadText aliases
|
|
1886
1900
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1887
|
-
// NutOff aliases
|
|
1888
|
-
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1889
1901
|
// Nut aliases
|
|
1890
1902
|
export { default as NutIcon } from '../icons/nut';
|
|
1903
|
+
// NutOff aliases
|
|
1904
|
+
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1891
1905
|
// OctagonMinus aliases
|
|
1892
1906
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1893
1907
|
// Octagon aliases
|
|
1894
1908
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1895
|
-
// Option aliases
|
|
1896
|
-
export { default as OptionIcon } from '../icons/option';
|
|
1897
1909
|
// Omega aliases
|
|
1898
1910
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1899
|
-
// Package2 aliases
|
|
1900
|
-
export { default as Package2Icon } from '../icons/package-2';
|
|
1901
1911
|
// Orbit aliases
|
|
1902
1912
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1913
|
+
// Option aliases
|
|
1914
|
+
export { default as OptionIcon } from '../icons/option';
|
|
1903
1915
|
// Origami aliases
|
|
1904
1916
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1917
|
+
// Package2 aliases
|
|
1918
|
+
export { default as Package2Icon } from '../icons/package-2';
|
|
1905
1919
|
// PackageCheck aliases
|
|
1906
1920
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1907
1921
|
// PackageMinus aliases
|
|
@@ -1910,58 +1924,58 @@ export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
|
1910
1924
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1911
1925
|
// PackagePlus aliases
|
|
1912
1926
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1913
|
-
// PackageSearch aliases
|
|
1914
|
-
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1915
1927
|
// PackageX aliases
|
|
1916
1928
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1917
|
-
//
|
|
1918
|
-
export { default as
|
|
1929
|
+
// PackageSearch aliases
|
|
1930
|
+
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1919
1931
|
// PaintBucket aliases
|
|
1920
1932
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1933
|
+
// Package aliases
|
|
1934
|
+
export { default as PackageIcon } from '../icons/package';
|
|
1921
1935
|
// PaintRoller aliases
|
|
1922
1936
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1923
1937
|
// Paintbrush aliases
|
|
1924
1938
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1925
1939
|
// Palette aliases
|
|
1926
1940
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1941
|
+
// PanelBottomClose aliases
|
|
1942
|
+
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1927
1943
|
// Panda aliases
|
|
1928
1944
|
export { default as PandaIcon } from '../icons/panda';
|
|
1929
1945
|
// PanelBottomOpen aliases
|
|
1930
1946
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1931
|
-
// PanelBottomClose aliases
|
|
1932
|
-
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1933
1947
|
// PanelBottom aliases
|
|
1934
1948
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1935
1949
|
// PanelLeftRightDashed aliases
|
|
1936
1950
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1937
1951
|
// PanelRightClose aliases
|
|
1938
1952
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1939
|
-
// PanelRightOpen aliases
|
|
1940
|
-
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1941
1953
|
// PanelRight aliases
|
|
1942
1954
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1955
|
+
// PanelRightOpen aliases
|
|
1956
|
+
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1943
1957
|
// PanelTopBottomDashed aliases
|
|
1944
1958
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1945
1959
|
// PanelTopClose aliases
|
|
1946
1960
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1947
1961
|
// PanelTopOpen aliases
|
|
1948
1962
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1949
|
-
// PanelTop aliases
|
|
1950
|
-
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1951
1963
|
// PanelsLeftBottom aliases
|
|
1952
1964
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1965
|
+
// PanelTop aliases
|
|
1966
|
+
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1953
1967
|
// PanelsRightBottom aliases
|
|
1954
1968
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1955
|
-
// Paperclip aliases
|
|
1956
|
-
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1957
1969
|
// Parasol aliases
|
|
1958
1970
|
export { default as ParasolIcon } from '../icons/parasol';
|
|
1971
|
+
// Paperclip aliases
|
|
1972
|
+
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1959
1973
|
// Parentheses aliases
|
|
1960
1974
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1961
|
-
// PartyPopper aliases
|
|
1962
|
-
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1963
1975
|
// ParkingMeter aliases
|
|
1964
1976
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1977
|
+
// PartyPopper aliases
|
|
1978
|
+
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1965
1979
|
// Pause aliases
|
|
1966
1980
|
export { default as PauseIcon } from '../icons/pause';
|
|
1967
1981
|
// PawPrint aliases
|
|
@@ -1972,70 +1986,72 @@ export { default as PcCaseIcon } from '../icons/pc-case';
|
|
|
1972
1986
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1973
1987
|
// PenTool aliases
|
|
1974
1988
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1975
|
-
// PencilLine aliases
|
|
1976
|
-
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1977
1989
|
// PencilOff aliases
|
|
1978
1990
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1991
|
+
// PencilLine aliases
|
|
1992
|
+
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1979
1993
|
// PencilRuler aliases
|
|
1980
1994
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1995
|
+
// PencilSparkles aliases
|
|
1996
|
+
export { default as PencilSparklesIcon } from '../icons/pencil-sparkles';
|
|
1981
1997
|
// Pencil aliases
|
|
1982
1998
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1983
|
-
// Pentagon aliases
|
|
1984
|
-
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1985
1999
|
// Percent aliases
|
|
1986
2000
|
export { default as PercentIcon } from '../icons/percent';
|
|
2001
|
+
// Pentagon aliases
|
|
2002
|
+
export { default as PentagonIcon } from '../icons/pentagon';
|
|
2003
|
+
// PhilippinePeso aliases
|
|
2004
|
+
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1987
2005
|
// PersonStanding aliases
|
|
1988
2006
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1989
2007
|
// PhoneCall aliases
|
|
1990
2008
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1991
|
-
// PhilippinePeso aliases
|
|
1992
|
-
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1993
|
-
// PhoneForwarded aliases
|
|
1994
|
-
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1995
2009
|
// PhoneIncoming aliases
|
|
1996
2010
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1997
2011
|
// PhoneMissed aliases
|
|
1998
2012
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
2013
|
+
// PhoneForwarded aliases
|
|
2014
|
+
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1999
2015
|
// PhoneOff aliases
|
|
2000
2016
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
2001
|
-
// Phone aliases
|
|
2002
|
-
export { default as PhoneIcon } from '../icons/phone';
|
|
2003
2017
|
// PhoneOutgoing aliases
|
|
2004
2018
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
2019
|
+
// Phone aliases
|
|
2020
|
+
export { default as PhoneIcon } from '../icons/phone';
|
|
2005
2021
|
// Pi aliases
|
|
2006
2022
|
export { default as PiIcon } from '../icons/pi';
|
|
2007
|
-
// Piano aliases
|
|
2008
|
-
export { default as PianoIcon } from '../icons/piano';
|
|
2009
2023
|
// Pickaxe aliases
|
|
2010
2024
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2011
2025
|
// PictureInPicture2 aliases
|
|
2012
2026
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2027
|
+
// Piano aliases
|
|
2028
|
+
export { default as PianoIcon } from '../icons/piano';
|
|
2013
2029
|
// PictureInPicture aliases
|
|
2014
2030
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2015
2031
|
// PiggyBank aliases
|
|
2016
2032
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2017
|
-
// PilcrowRight aliases
|
|
2018
|
-
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2019
2033
|
// PilcrowLeft aliases
|
|
2020
2034
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2035
|
+
// PilcrowRight aliases
|
|
2036
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2021
2037
|
// Pilcrow aliases
|
|
2022
2038
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2039
|
+
// Pill aliases
|
|
2040
|
+
export { default as PillIcon } from '../icons/pill';
|
|
2023
2041
|
// PillBottle aliases
|
|
2024
2042
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2025
2043
|
// PinOff aliases
|
|
2026
2044
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2027
|
-
// Pill aliases
|
|
2028
|
-
export { default as PillIcon } from '../icons/pill';
|
|
2029
2045
|
// Pin aliases
|
|
2030
2046
|
export { default as PinIcon } from '../icons/pin';
|
|
2031
2047
|
// Pipette aliases
|
|
2032
2048
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2049
|
+
// Pizza aliases
|
|
2050
|
+
export { default as PizzaIcon } from '../icons/pizza';
|
|
2033
2051
|
// PlaneLanding aliases
|
|
2034
2052
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2035
2053
|
// PlaneTakeoff aliases
|
|
2036
2054
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2037
|
-
// Pizza aliases
|
|
2038
|
-
export { default as PizzaIcon } from '../icons/pizza';
|
|
2039
2055
|
// Plane aliases
|
|
2040
2056
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2041
2057
|
// PlayOff aliases
|
|
@@ -2052,40 +2068,42 @@ export { default as PlusIcon } from '../icons/plus';
|
|
|
2052
2068
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2053
2069
|
// Podcast aliases
|
|
2054
2070
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2071
|
+
// Podium aliases
|
|
2072
|
+
export { default as PodiumIcon } from '../icons/podium';
|
|
2073
|
+
// PointerOff aliases
|
|
2074
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2055
2075
|
// Pointer aliases
|
|
2056
2076
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2057
2077
|
// Popcorn aliases
|
|
2058
2078
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2059
2079
|
// Popsicle aliases
|
|
2060
2080
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2061
|
-
// PointerOff aliases
|
|
2062
|
-
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2063
2081
|
// PoundSterling aliases
|
|
2064
2082
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2065
|
-
// Power aliases
|
|
2066
|
-
export { default as PowerIcon } from '../icons/power';
|
|
2067
2083
|
// PowerOff aliases
|
|
2068
2084
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2085
|
+
// Power aliases
|
|
2086
|
+
export { default as PowerIcon } from '../icons/power';
|
|
2069
2087
|
// Presentation aliases
|
|
2070
2088
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2071
2089
|
// PrinterX aliases
|
|
2072
2090
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2073
|
-
// Printer aliases
|
|
2074
|
-
export { default as PrinterIcon } from '../icons/printer';
|
|
2075
2091
|
// PrinterCheck aliases
|
|
2076
2092
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2093
|
+
// Printer aliases
|
|
2094
|
+
export { default as PrinterIcon } from '../icons/printer';
|
|
2077
2095
|
// Projector aliases
|
|
2078
2096
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2079
|
-
// Puzzle aliases
|
|
2080
|
-
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2081
2097
|
// Proportions aliases
|
|
2082
2098
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2099
|
+
// Puzzle aliases
|
|
2100
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2101
|
+
// Quote aliases
|
|
2102
|
+
export { default as QuoteIcon } from '../icons/quote';
|
|
2083
2103
|
// Pyramid aliases
|
|
2084
2104
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2085
2105
|
// QrCode aliases
|
|
2086
2106
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2087
|
-
// Quote aliases
|
|
2088
|
-
export { default as QuoteIcon } from '../icons/quote';
|
|
2089
2107
|
// Radar aliases
|
|
2090
2108
|
export { default as RadarIcon } from '../icons/radar';
|
|
2091
2109
|
// Rabbit aliases
|
|
@@ -2096,164 +2114,170 @@ export { default as RadiationIcon } from '../icons/radiation';
|
|
|
2096
2114
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2097
2115
|
// RadioOff aliases
|
|
2098
2116
|
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2099
|
-
// RadioTower aliases
|
|
2100
|
-
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2101
2117
|
// RadioReceiver aliases
|
|
2102
2118
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2119
|
+
// RadioTower aliases
|
|
2120
|
+
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2103
2121
|
// Radio aliases
|
|
2104
2122
|
export { default as RadioIcon } from '../icons/radio';
|
|
2105
2123
|
// Radius aliases
|
|
2106
2124
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2107
2125
|
// Rainbow aliases
|
|
2108
2126
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2109
|
-
// Rat aliases
|
|
2110
|
-
export { default as RatIcon } from '../icons/rat';
|
|
2111
2127
|
// Ratio aliases
|
|
2112
2128
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2113
|
-
//
|
|
2114
|
-
export { default as
|
|
2115
|
-
// ReceiptEuro aliases
|
|
2116
|
-
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2129
|
+
// Rat aliases
|
|
2130
|
+
export { default as RatIcon } from '../icons/rat';
|
|
2117
2131
|
// ReceiptCent aliases
|
|
2118
2132
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2119
|
-
//
|
|
2120
|
-
export { default as
|
|
2133
|
+
// ReceiptEuro aliases
|
|
2134
|
+
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2135
|
+
// ReceiptIndianRupee aliases
|
|
2136
|
+
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2121
2137
|
// ReceiptPoundSterling aliases
|
|
2122
2138
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2139
|
+
// ReceiptJapaneseYen aliases
|
|
2140
|
+
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2123
2141
|
// ReceiptRussianRuble aliases
|
|
2124
2142
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2125
2143
|
// ReceiptSwissFranc aliases
|
|
2126
2144
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2127
2145
|
// ReceiptText aliases
|
|
2128
2146
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2147
|
+
// Receipt aliases
|
|
2148
|
+
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2129
2149
|
// ReceiptTurkishLira aliases
|
|
2130
2150
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2131
2151
|
// RectangleCircle aliases
|
|
2132
2152
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2133
|
-
// Receipt aliases
|
|
2134
|
-
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2135
2153
|
// RectangleGoggles aliases
|
|
2136
2154
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2137
|
-
// RectangleVertical aliases
|
|
2138
|
-
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2139
2155
|
// RectangleHorizontal aliases
|
|
2140
2156
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2157
|
+
// RectangleVertical aliases
|
|
2158
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2141
2159
|
// Recycle aliases
|
|
2142
2160
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2143
2161
|
// Redo2 aliases
|
|
2144
2162
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2145
|
-
// RedoDot aliases
|
|
2146
|
-
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2147
2163
|
// Redo aliases
|
|
2148
2164
|
export { default as RedoIcon } from '../icons/redo';
|
|
2165
|
+
// RedoDot aliases
|
|
2166
|
+
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2149
2167
|
// RefreshCcwDot aliases
|
|
2150
2168
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2151
2169
|
// RefreshCcw aliases
|
|
2152
2170
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2153
2171
|
// RefreshCwOff aliases
|
|
2154
2172
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2173
|
+
// RefreshCw aliases
|
|
2174
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2155
2175
|
// Refrigerator aliases
|
|
2156
2176
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2157
2177
|
// Regex aliases
|
|
2158
2178
|
export { default as RegexIcon } from '../icons/regex';
|
|
2159
|
-
// RefreshCw aliases
|
|
2160
|
-
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2161
2179
|
// RemoveFormatting aliases
|
|
2162
2180
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2163
2181
|
// Repeat1 aliases
|
|
2164
2182
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2165
2183
|
// Repeat2 aliases
|
|
2166
2184
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2167
|
-
// ReplaceAll aliases
|
|
2168
|
-
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2169
|
-
// Replace aliases
|
|
2170
|
-
export { default as ReplaceIcon } from '../icons/replace';
|
|
2171
2185
|
// RepeatOff aliases
|
|
2172
2186
|
export { default as RepeatOffIcon } from '../icons/repeat-off';
|
|
2173
2187
|
// Repeat aliases
|
|
2174
2188
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2189
|
+
// ReplaceAll aliases
|
|
2190
|
+
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2191
|
+
// Replace aliases
|
|
2192
|
+
export { default as ReplaceIcon } from '../icons/replace';
|
|
2175
2193
|
// ReplyAll aliases
|
|
2176
2194
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2177
|
-
// Reply aliases
|
|
2178
|
-
export { default as ReplyIcon } from '../icons/reply';
|
|
2179
2195
|
// Rewind aliases
|
|
2180
2196
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2197
|
+
// Reply aliases
|
|
2198
|
+
export { default as ReplyIcon } from '../icons/reply';
|
|
2181
2199
|
// Ribbon aliases
|
|
2182
2200
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2183
|
-
// Rocket aliases
|
|
2184
|
-
export { default as RocketIcon } from '../icons/rocket';
|
|
2185
|
-
// RockingChair aliases
|
|
2186
|
-
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2187
2201
|
// Road aliases
|
|
2188
2202
|
export { default as RoadIcon } from '../icons/road';
|
|
2203
|
+
// RockingChair aliases
|
|
2204
|
+
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2189
2205
|
// RollerCoaster aliases
|
|
2190
2206
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2191
|
-
// RotateCcwKey aliases
|
|
2192
|
-
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2193
2207
|
// Rose aliases
|
|
2194
2208
|
export { default as RoseIcon } from '../icons/rose';
|
|
2209
|
+
// Rocket aliases
|
|
2210
|
+
export { default as RocketIcon } from '../icons/rocket';
|
|
2195
2211
|
// RotateCcwSquare aliases
|
|
2196
2212
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2213
|
+
// RotateCcwKey aliases
|
|
2214
|
+
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2197
2215
|
// RotateCcw aliases
|
|
2198
2216
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2199
|
-
// RotateCw aliases
|
|
2200
|
-
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2201
|
-
// RouteOff aliases
|
|
2202
|
-
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2203
2217
|
// RotateCwSquare aliases
|
|
2204
2218
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2219
|
+
// RotateCw aliases
|
|
2220
|
+
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2205
2221
|
// Route aliases
|
|
2206
2222
|
export { default as RouteIcon } from '../icons/route';
|
|
2207
|
-
//
|
|
2208
|
-
export { default as
|
|
2223
|
+
// RouteOff aliases
|
|
2224
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2209
2225
|
// Router aliases
|
|
2210
2226
|
export { default as RouterIcon } from '../icons/router';
|
|
2227
|
+
// Rows4 aliases
|
|
2228
|
+
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2211
2229
|
// Rss aliases
|
|
2212
2230
|
export { default as RssIcon } from '../icons/rss';
|
|
2213
2231
|
// RulerDimensionLine aliases
|
|
2214
2232
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2215
|
-
// Salad aliases
|
|
2216
|
-
export { default as SaladIcon } from '../icons/salad';
|
|
2217
2233
|
// Ruler aliases
|
|
2218
2234
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2219
|
-
// Sailboat aliases
|
|
2220
|
-
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2221
2235
|
// RussianRuble aliases
|
|
2222
2236
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2237
|
+
// Sailboat aliases
|
|
2238
|
+
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2239
|
+
// Salad aliases
|
|
2240
|
+
export { default as SaladIcon } from '../icons/salad';
|
|
2223
2241
|
// Sandwich aliases
|
|
2224
2242
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2225
2243
|
// SatelliteDish aliases
|
|
2226
2244
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2227
|
-
// SaudiRiyal aliases
|
|
2228
|
-
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2229
2245
|
// Satellite aliases
|
|
2230
2246
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2247
|
+
// SaudiRiyal aliases
|
|
2248
|
+
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2231
2249
|
// SaveAll aliases
|
|
2232
2250
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2251
|
+
// SaveCheck aliases
|
|
2252
|
+
export { default as SaveCheckIcon } from '../icons/save-check';
|
|
2233
2253
|
// SaveOff aliases
|
|
2234
2254
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2235
|
-
//
|
|
2236
|
-
export { default as
|
|
2255
|
+
// SavePen aliases
|
|
2256
|
+
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2257
|
+
// SavePlus aliases
|
|
2258
|
+
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2237
2259
|
// Save aliases
|
|
2238
2260
|
export { default as SaveIcon } from '../icons/save';
|
|
2261
|
+
// Scale aliases
|
|
2262
|
+
export { default as ScaleIcon } from '../icons/scale';
|
|
2239
2263
|
// Scaling aliases
|
|
2240
2264
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2241
2265
|
// ScanBarcode aliases
|
|
2242
2266
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2267
|
+
// ScanEye aliases
|
|
2268
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2243
2269
|
// ScanFace aliases
|
|
2244
2270
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2245
2271
|
// ScanHeart aliases
|
|
2246
2272
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2247
|
-
// ScanEye aliases
|
|
2248
|
-
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2249
2273
|
// ScanLine aliases
|
|
2250
2274
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2251
|
-
// ScanSearch aliases
|
|
2252
|
-
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2253
2275
|
// ScanQrCode aliases
|
|
2254
2276
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2255
2277
|
// ScanText aliases
|
|
2256
2278
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2279
|
+
// ScanSearch aliases
|
|
2280
|
+
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2257
2281
|
// Scan aliases
|
|
2258
2282
|
export { default as ScanIcon } from '../icons/scan';
|
|
2259
2283
|
// School aliases
|
|
@@ -2262,56 +2286,56 @@ export { default as SchoolIcon } from '../icons/school';
|
|
|
2262
2286
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2263
2287
|
// Scissors aliases
|
|
2264
2288
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2265
|
-
// ScreenShareOff aliases
|
|
2266
|
-
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2267
2289
|
// Scooter aliases
|
|
2268
2290
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2291
|
+
// ScreenShareOff aliases
|
|
2292
|
+
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2269
2293
|
// ScreenShare aliases
|
|
2270
2294
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2271
2295
|
// ScrollText aliases
|
|
2272
2296
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2297
|
+
// Scroll aliases
|
|
2298
|
+
export { default as ScrollIcon } from '../icons/scroll';
|
|
2273
2299
|
// SearchAlert aliases
|
|
2274
2300
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2275
2301
|
// SearchCheck aliases
|
|
2276
2302
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2277
|
-
// SearchSlash aliases
|
|
2278
|
-
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2279
2303
|
// SearchCode aliases
|
|
2280
2304
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2281
|
-
//
|
|
2282
|
-
export { default as
|
|
2305
|
+
// SearchSlash aliases
|
|
2306
|
+
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2283
2307
|
// SearchX aliases
|
|
2284
2308
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2285
|
-
//
|
|
2286
|
-
export { default as
|
|
2309
|
+
// Search aliases
|
|
2310
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2287
2311
|
// Section aliases
|
|
2288
2312
|
export { default as SectionIcon } from '../icons/section';
|
|
2289
|
-
// Send aliases
|
|
2290
|
-
export { default as SendIcon } from '../icons/send';
|
|
2291
2313
|
// SendToBack aliases
|
|
2292
2314
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2293
|
-
// ServerCog aliases
|
|
2294
|
-
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2295
2315
|
// SeparatorHorizontal aliases
|
|
2296
2316
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2317
|
+
// Send aliases
|
|
2318
|
+
export { default as SendIcon } from '../icons/send';
|
|
2297
2319
|
// SeparatorVertical aliases
|
|
2298
2320
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2321
|
+
// ServerCog aliases
|
|
2322
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2299
2323
|
// ServerCrash aliases
|
|
2300
2324
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2301
2325
|
// ServerOff aliases
|
|
2302
2326
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2303
|
-
// Settings2 aliases
|
|
2304
|
-
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2305
2327
|
// Server aliases
|
|
2306
2328
|
export { default as ServerIcon } from '../icons/server';
|
|
2329
|
+
// Settings2 aliases
|
|
2330
|
+
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2307
2331
|
// Settings aliases
|
|
2308
2332
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2309
2333
|
// Shapes aliases
|
|
2310
2334
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2311
|
-
// Share aliases
|
|
2312
|
-
export { default as ShareIcon } from '../icons/share';
|
|
2313
2335
|
// Share2 aliases
|
|
2314
2336
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2337
|
+
// Share aliases
|
|
2338
|
+
export { default as ShareIcon } from '../icons/share';
|
|
2315
2339
|
// Sheet aliases
|
|
2316
2340
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2317
2341
|
// Shell aliases
|
|
@@ -2322,32 +2346,32 @@ export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
|
2322
2346
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2323
2347
|
// ShieldCheck aliases
|
|
2324
2348
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2325
|
-
// ShieldCogCorner aliases
|
|
2326
|
-
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2327
2349
|
// ShieldBan aliases
|
|
2328
2350
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2351
|
+
// ShieldCogCorner aliases
|
|
2352
|
+
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2329
2353
|
// ShieldCog aliases
|
|
2330
2354
|
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2331
|
-
// ShieldHalf aliases
|
|
2332
|
-
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2333
2355
|
// ShieldEllipsis aliases
|
|
2334
2356
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2357
|
+
// ShieldHalf aliases
|
|
2358
|
+
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2335
2359
|
// ShieldMinus aliases
|
|
2336
2360
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2337
2361
|
// ShieldOff aliases
|
|
2338
2362
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2339
2363
|
// ShieldPlus aliases
|
|
2340
2364
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2341
|
-
// Shield aliases
|
|
2342
|
-
export { default as ShieldIcon } from '../icons/shield';
|
|
2343
2365
|
// ShieldUser aliases
|
|
2344
2366
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2367
|
+
// Shield aliases
|
|
2368
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2345
2369
|
// ShipWheel aliases
|
|
2346
2370
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2347
|
-
// Shirt aliases
|
|
2348
|
-
export { default as ShirtIcon } from '../icons/shirt';
|
|
2349
2371
|
// Ship aliases
|
|
2350
2372
|
export { default as ShipIcon } from '../icons/ship';
|
|
2373
|
+
// Shirt aliases
|
|
2374
|
+
export { default as ShirtIcon } from '../icons/shirt';
|
|
2351
2375
|
// ShoppingBag aliases
|
|
2352
2376
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2353
2377
|
// ShoppingCart aliases
|
|
@@ -2358,14 +2382,14 @@ export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
|
2358
2382
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2359
2383
|
// ShowerHead aliases
|
|
2360
2384
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2361
|
-
// Shrink aliases
|
|
2362
|
-
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2363
2385
|
// Shredder aliases
|
|
2364
2386
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2365
|
-
// Shrub aliases
|
|
2366
|
-
export { default as ShrubIcon } from '../icons/shrub';
|
|
2367
2387
|
// Shrimp aliases
|
|
2368
2388
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2389
|
+
// Shrink aliases
|
|
2390
|
+
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2391
|
+
// Shrub aliases
|
|
2392
|
+
export { default as ShrubIcon } from '../icons/shrub';
|
|
2369
2393
|
// Shuffle aliases
|
|
2370
2394
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2371
2395
|
// Sigma aliases
|
|
@@ -2374,60 +2398,60 @@ export { default as SigmaIcon } from '../icons/sigma';
|
|
|
2374
2398
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2375
2399
|
// SignalLow aliases
|
|
2376
2400
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2377
|
-
// SignalMedium aliases
|
|
2378
|
-
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2379
2401
|
// SignalZero aliases
|
|
2380
2402
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2403
|
+
// SignalMedium aliases
|
|
2404
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2381
2405
|
// Signal aliases
|
|
2382
2406
|
export { default as SignalIcon } from '../icons/signal';
|
|
2383
2407
|
// Signature aliases
|
|
2384
2408
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2385
2409
|
// SignpostBig aliases
|
|
2386
2410
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2387
|
-
// Siren aliases
|
|
2388
|
-
export { default as SirenIcon } from '../icons/siren';
|
|
2389
2411
|
// Signpost aliases
|
|
2390
2412
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2413
|
+
// Siren aliases
|
|
2414
|
+
export { default as SirenIcon } from '../icons/siren';
|
|
2391
2415
|
// SkipBack aliases
|
|
2392
2416
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2393
|
-
// Skull aliases
|
|
2394
|
-
export { default as SkullIcon } from '../icons/skull';
|
|
2395
2417
|
// SkipForward aliases
|
|
2396
2418
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2419
|
+
// Skull aliases
|
|
2420
|
+
export { default as SkullIcon } from '../icons/skull';
|
|
2397
2421
|
// Slash aliases
|
|
2398
2422
|
export { default as SlashIcon } from '../icons/slash';
|
|
2399
2423
|
// Slice aliases
|
|
2400
2424
|
export { default as SliceIcon } from '../icons/slice';
|
|
2401
2425
|
// SlidersHorizontal aliases
|
|
2402
2426
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2403
|
-
// SmartphoneCharging aliases
|
|
2404
|
-
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2405
2427
|
// SmartphoneNfc aliases
|
|
2406
2428
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2407
2429
|
// Smartphone aliases
|
|
2408
2430
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2431
|
+
// SmartphoneCharging aliases
|
|
2432
|
+
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2409
2433
|
// SmilePlus aliases
|
|
2410
2434
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2411
2435
|
// Smile aliases
|
|
2412
2436
|
export { default as SmileIcon } from '../icons/smile';
|
|
2413
2437
|
// Snail aliases
|
|
2414
2438
|
export { default as SnailIcon } from '../icons/snail';
|
|
2415
|
-
// SoapDispenserDroplet aliases
|
|
2416
|
-
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2417
2439
|
// Snowflake aliases
|
|
2418
2440
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2441
|
+
// SoapDispenserDroplet aliases
|
|
2442
|
+
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2419
2443
|
// Sofa aliases
|
|
2420
2444
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2421
2445
|
// SolarPanel aliases
|
|
2422
2446
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2423
2447
|
// Soup aliases
|
|
2424
2448
|
export { default as SoupIcon } from '../icons/soup';
|
|
2449
|
+
// Spade aliases
|
|
2450
|
+
export { default as SpadeIcon } from '../icons/spade';
|
|
2425
2451
|
// Space aliases
|
|
2426
2452
|
export { default as SpaceIcon } from '../icons/space';
|
|
2427
2453
|
// Sparkle aliases
|
|
2428
2454
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2429
|
-
// Spade aliases
|
|
2430
|
-
export { default as SpadeIcon } from '../icons/spade';
|
|
2431
2455
|
// Speaker aliases
|
|
2432
2456
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2433
2457
|
// Speech aliases
|
|
@@ -2446,20 +2470,20 @@ export { default as SpoolIcon } from '../icons/spool';
|
|
|
2446
2470
|
export { default as SplitIcon } from '../icons/split';
|
|
2447
2471
|
// SportShoe aliases
|
|
2448
2472
|
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2449
|
-
// SprayCan aliases
|
|
2450
|
-
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2451
2473
|
// Spotlight aliases
|
|
2452
2474
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2475
|
+
// SprayCan aliases
|
|
2476
|
+
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2453
2477
|
// Sprout aliases
|
|
2454
2478
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2455
2479
|
// SquareArrowRightEnter aliases
|
|
2456
2480
|
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2457
2481
|
// SquareArrowRightExit aliases
|
|
2458
2482
|
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2459
|
-
// SquareDashedBottomCode aliases
|
|
2460
|
-
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2461
2483
|
// SquareDashedBottom aliases
|
|
2462
2484
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2485
|
+
// SquareDashedBottomCode aliases
|
|
2486
|
+
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2463
2487
|
// SquareDashedTopSolid aliases
|
|
2464
2488
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2465
2489
|
// SquarePause aliases
|
|
@@ -2472,84 +2496,94 @@ export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
|
2472
2496
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2473
2497
|
// SquareStack aliases
|
|
2474
2498
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2475
|
-
// SquareStop aliases
|
|
2476
|
-
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2477
2499
|
// SquareStar aliases
|
|
2478
2500
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2501
|
+
// SquareStop aliases
|
|
2502
|
+
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2479
2503
|
// Square aliases
|
|
2480
2504
|
export { default as SquareIcon } from '../icons/square';
|
|
2481
2505
|
// SquaresExclude aliases
|
|
2482
2506
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2507
|
+
// SquaresIntersect aliases
|
|
2508
|
+
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2483
2509
|
// SquaresSubtract aliases
|
|
2484
2510
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2485
2511
|
// SquaresUnite aliases
|
|
2486
2512
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2487
|
-
// SquaresIntersect aliases
|
|
2488
|
-
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2489
2513
|
// SquircleDashed aliases
|
|
2490
2514
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2515
|
+
// Squircle aliases
|
|
2516
|
+
export { default as SquircleIcon } from '../icons/squircle';
|
|
2491
2517
|
// Squirrel aliases
|
|
2492
2518
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2493
2519
|
// Stamp aliases
|
|
2494
2520
|
export { default as StampIcon } from '../icons/stamp';
|
|
2495
|
-
//
|
|
2496
|
-
export { default as
|
|
2521
|
+
// StarCheck aliases
|
|
2522
|
+
export { default as StarCheckIcon } from '../icons/star-check';
|
|
2523
|
+
// StarHalf aliases
|
|
2524
|
+
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2525
|
+
// StarMinus aliases
|
|
2526
|
+
export { default as StarMinusIcon } from '../icons/star-minus';
|
|
2497
2527
|
// StarOff aliases
|
|
2498
2528
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2529
|
+
// StarPlus aliases
|
|
2530
|
+
export { default as StarPlusIcon } from '../icons/star-plus';
|
|
2531
|
+
// StarX aliases
|
|
2532
|
+
export { default as StarXIcon } from '../icons/star-x';
|
|
2499
2533
|
// Star aliases
|
|
2500
2534
|
export { default as StarIcon } from '../icons/star';
|
|
2501
|
-
// StarHalf aliases
|
|
2502
|
-
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2503
|
-
// StepForward aliases
|
|
2504
|
-
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2505
2535
|
// StepBack aliases
|
|
2506
2536
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2507
|
-
//
|
|
2508
|
-
export { default as
|
|
2537
|
+
// StepForward aliases
|
|
2538
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2509
2539
|
// Stethoscope aliases
|
|
2510
2540
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2511
2541
|
// StickyNoteCheck aliases
|
|
2512
2542
|
export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
2513
2543
|
// StickyNoteMinus aliases
|
|
2514
2544
|
export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
2545
|
+
// Sticker aliases
|
|
2546
|
+
export { default as StickerIcon } from '../icons/sticker';
|
|
2515
2547
|
// StickyNoteOff aliases
|
|
2516
2548
|
export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
2517
2549
|
// StickyNotePlus aliases
|
|
2518
2550
|
export { default as StickyNotePlusIcon } from '../icons/sticky-note-plus';
|
|
2519
2551
|
// StickyNoteX aliases
|
|
2520
2552
|
export { default as StickyNoteXIcon } from '../icons/sticky-note-x';
|
|
2521
|
-
// StickyNotes aliases
|
|
2522
|
-
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2523
2553
|
// StickyNote aliases
|
|
2524
2554
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2555
|
+
// StickyNotes aliases
|
|
2556
|
+
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2557
|
+
// Stone aliases
|
|
2558
|
+
export { default as StoneIcon } from '../icons/stone';
|
|
2525
2559
|
// Store aliases
|
|
2526
2560
|
export { default as StoreIcon } from '../icons/store';
|
|
2527
2561
|
// StretchHorizontal aliases
|
|
2528
2562
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2529
|
-
// Stone aliases
|
|
2530
|
-
export { default as StoneIcon } from '../icons/stone';
|
|
2531
2563
|
// StretchVertical aliases
|
|
2532
2564
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2533
2565
|
// Strikethrough aliases
|
|
2534
2566
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2535
|
-
// SunDim aliases
|
|
2536
|
-
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2537
2567
|
// Subscript aliases
|
|
2538
2568
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2539
|
-
//
|
|
2540
|
-
export { default as
|
|
2569
|
+
// SunDim aliases
|
|
2570
|
+
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2571
|
+
// Summary aliases
|
|
2572
|
+
export { default as SummaryIcon } from '../icons/summary';
|
|
2541
2573
|
// SunMedium aliases
|
|
2542
2574
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2575
|
+
// SunMoon aliases
|
|
2576
|
+
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2543
2577
|
// SunSnow aliases
|
|
2544
2578
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2545
2579
|
// Sun aliases
|
|
2546
2580
|
export { default as SunIcon } from '../icons/sun';
|
|
2547
2581
|
// Sunrise aliases
|
|
2548
2582
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2549
|
-
// Superscript aliases
|
|
2550
|
-
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2551
2583
|
// Sunset aliases
|
|
2552
2584
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2585
|
+
// Superscript aliases
|
|
2586
|
+
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2553
2587
|
// SwatchBook aliases
|
|
2554
2588
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2555
2589
|
// SwissFranc aliases
|
|
@@ -2558,10 +2592,10 @@ export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
|
2558
2592
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2559
2593
|
// Sword aliases
|
|
2560
2594
|
export { default as SwordIcon } from '../icons/sword';
|
|
2561
|
-
// Syringe aliases
|
|
2562
|
-
export { default as SyringeIcon } from '../icons/syringe';
|
|
2563
2595
|
// Swords aliases
|
|
2564
2596
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2597
|
+
// Syringe aliases
|
|
2598
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2565
2599
|
// Table2 aliases
|
|
2566
2600
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2567
2601
|
// TableCellsMerge aliases
|
|
@@ -2570,20 +2604,24 @@ export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
|
2570
2604
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2571
2605
|
// TableColumnsSplit aliases
|
|
2572
2606
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2573
|
-
// TableProperties aliases
|
|
2574
|
-
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2575
2607
|
// TableOfContents aliases
|
|
2576
2608
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2609
|
+
// TableProperties aliases
|
|
2610
|
+
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2577
2611
|
// TableRowsSplit aliases
|
|
2578
2612
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2579
2613
|
// Table aliases
|
|
2580
2614
|
export { default as TableIcon } from '../icons/table';
|
|
2581
2615
|
// TabletSmartphone aliases
|
|
2582
2616
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2583
|
-
// Tablets aliases
|
|
2584
|
-
export { default as TabletsIcon } from '../icons/tablets';
|
|
2585
2617
|
// Tablet aliases
|
|
2586
2618
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2619
|
+
// TagPlus aliases
|
|
2620
|
+
export { default as TagPlusIcon } from '../icons/tag-plus';
|
|
2621
|
+
// TagX aliases
|
|
2622
|
+
export { default as TagXIcon } from '../icons/tag-x';
|
|
2623
|
+
// Tablets aliases
|
|
2624
|
+
export { default as TabletsIcon } from '../icons/tablets';
|
|
2587
2625
|
// Tag aliases
|
|
2588
2626
|
export { default as TagIcon } from '../icons/tag';
|
|
2589
2627
|
// Tags aliases
|
|
@@ -2594,10 +2632,10 @@ export { default as Tally1Icon } from '../icons/tally-1';
|
|
|
2594
2632
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2595
2633
|
// Tally3 aliases
|
|
2596
2634
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2597
|
-
// Tally4 aliases
|
|
2598
|
-
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2599
2635
|
// Tally5 aliases
|
|
2600
2636
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2637
|
+
// Tally4 aliases
|
|
2638
|
+
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2601
2639
|
// Tangent aliases
|
|
2602
2640
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2603
2641
|
// Target aliases
|
|
@@ -2614,18 +2652,18 @@ export { default as TerminalIcon } from '../icons/terminal';
|
|
|
2614
2652
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2615
2653
|
// TestTube aliases
|
|
2616
2654
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2617
|
-
// TextCursor aliases
|
|
2618
|
-
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2619
2655
|
// TextCursorInput aliases
|
|
2620
2656
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2621
|
-
//
|
|
2622
|
-
export { default as
|
|
2657
|
+
// TextCursor aliases
|
|
2658
|
+
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2623
2659
|
// TextQuote aliases
|
|
2624
2660
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2625
|
-
// Theater aliases
|
|
2626
|
-
export { default as TheaterIcon } from '../icons/theater';
|
|
2627
2661
|
// TextSearch aliases
|
|
2628
2662
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2663
|
+
// Theater aliases
|
|
2664
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2665
|
+
// ThermometerSnowflake aliases
|
|
2666
|
+
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2629
2667
|
// ThermometerSun aliases
|
|
2630
2668
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2631
2669
|
// Thermometer aliases
|
|
@@ -2638,46 +2676,46 @@ export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
|
2638
2676
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2639
2677
|
// TicketMinus aliases
|
|
2640
2678
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2641
|
-
// TicketPercent aliases
|
|
2642
|
-
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2643
2679
|
// TicketPlus aliases
|
|
2644
2680
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2645
|
-
//
|
|
2646
|
-
export { default as
|
|
2681
|
+
// TicketPercent aliases
|
|
2682
|
+
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2647
2683
|
// TicketSlash aliases
|
|
2648
2684
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2649
|
-
//
|
|
2650
|
-
export { default as
|
|
2685
|
+
// TicketX aliases
|
|
2686
|
+
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2651
2687
|
// Ticket aliases
|
|
2652
2688
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2653
2689
|
// TicketsPlane aliases
|
|
2654
2690
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2691
|
+
// Tickets aliases
|
|
2692
|
+
export { default as TicketsIcon } from '../icons/tickets';
|
|
2655
2693
|
// Timeline aliases
|
|
2656
2694
|
export { default as TimelineIcon } from '../icons/timeline';
|
|
2695
|
+
// TimerOff aliases
|
|
2696
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2657
2697
|
// TimerReset aliases
|
|
2658
2698
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2659
2699
|
// Timer aliases
|
|
2660
2700
|
export { default as TimerIcon } from '../icons/timer';
|
|
2661
|
-
// TimerOff aliases
|
|
2662
|
-
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2663
|
-
// ToggleRight aliases
|
|
2664
|
-
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2665
2701
|
// ToggleLeft aliases
|
|
2666
2702
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2667
|
-
//
|
|
2668
|
-
export { default as
|
|
2703
|
+
// ToggleRight aliases
|
|
2704
|
+
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2669
2705
|
// Toilet aliases
|
|
2670
2706
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2707
|
+
// ToolCase aliases
|
|
2708
|
+
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2671
2709
|
// Toolbox aliases
|
|
2672
2710
|
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2673
2711
|
// Tornado aliases
|
|
2674
2712
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2675
2713
|
// Torus aliases
|
|
2676
2714
|
export { default as TorusIcon } from '../icons/torus';
|
|
2677
|
-
// TouchpadOff aliases
|
|
2678
|
-
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2679
2715
|
// Touchpad aliases
|
|
2680
2716
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2717
|
+
// TouchpadOff aliases
|
|
2718
|
+
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2681
2719
|
// TowelRack aliases
|
|
2682
2720
|
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2683
2721
|
// TowerControl aliases
|
|
@@ -2696,90 +2734,92 @@ export { default as TrainFrontIcon } from '../icons/train-front';
|
|
|
2696
2734
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2697
2735
|
// Transgender aliases
|
|
2698
2736
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2699
|
-
// Trash aliases
|
|
2700
|
-
export { default as TrashIcon } from '../icons/trash';
|
|
2701
2737
|
// Trash2 aliases
|
|
2702
2738
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2703
|
-
//
|
|
2704
|
-
export { default as
|
|
2739
|
+
// Trash aliases
|
|
2740
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2705
2741
|
// TreeDeciduous aliases
|
|
2706
2742
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2707
2743
|
// TreePine aliases
|
|
2708
2744
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2709
|
-
// TrendingUpDown aliases
|
|
2710
|
-
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2711
2745
|
// TrendingDown aliases
|
|
2712
2746
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2747
|
+
// Trees aliases
|
|
2748
|
+
export { default as TreesIcon } from '../icons/trees';
|
|
2749
|
+
// TrendingUpDown aliases
|
|
2750
|
+
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2713
2751
|
// TrendingUp aliases
|
|
2714
2752
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2715
2753
|
// TriangleDashed aliases
|
|
2716
2754
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2717
|
-
// Trophy aliases
|
|
2718
|
-
export { default as TrophyIcon } from '../icons/trophy';
|
|
2719
|
-
// Triangle aliases
|
|
2720
|
-
export { default as TriangleIcon } from '../icons/triangle';
|
|
2721
2755
|
// TriangleRight aliases
|
|
2722
2756
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2723
|
-
//
|
|
2724
|
-
export { default as
|
|
2757
|
+
// Triangle aliases
|
|
2758
|
+
export { default as TriangleIcon } from '../icons/triangle';
|
|
2759
|
+
// Trophy aliases
|
|
2760
|
+
export { default as TrophyIcon } from '../icons/trophy';
|
|
2725
2761
|
// TruckElectric aliases
|
|
2726
2762
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2763
|
+
// Truck aliases
|
|
2764
|
+
export { default as TruckIcon } from '../icons/truck';
|
|
2727
2765
|
// TurkishLira aliases
|
|
2728
2766
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2729
2767
|
// Turntable aliases
|
|
2730
2768
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2731
2769
|
// Turtle aliases
|
|
2732
2770
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2733
|
-
// Tv aliases
|
|
2734
|
-
export { default as TvIcon } from '../icons/tv';
|
|
2735
2771
|
// TvMinimalPlay aliases
|
|
2736
2772
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2773
|
+
// Tv aliases
|
|
2774
|
+
export { default as TvIcon } from '../icons/tv';
|
|
2737
2775
|
// TypeOutline aliases
|
|
2738
2776
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2739
|
-
// UmbrellaOff aliases
|
|
2740
|
-
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2741
2777
|
// Type aliases
|
|
2742
2778
|
export { default as TypeIcon } from '../icons/type';
|
|
2743
2779
|
// Umbrella aliases
|
|
2744
2780
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2745
|
-
//
|
|
2746
|
-
export { default as
|
|
2781
|
+
// UmbrellaOff aliases
|
|
2782
|
+
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2747
2783
|
// Underline aliases
|
|
2748
2784
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2749
|
-
// Undo aliases
|
|
2750
|
-
export { default as UndoIcon } from '../icons/undo';
|
|
2751
2785
|
// Undo2 aliases
|
|
2752
2786
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2787
|
+
// UndoDot aliases
|
|
2788
|
+
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2789
|
+
// Undo aliases
|
|
2790
|
+
export { default as UndoIcon } from '../icons/undo';
|
|
2791
|
+
// UnfoldVertical aliases
|
|
2792
|
+
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2753
2793
|
// UnfoldHorizontal aliases
|
|
2754
2794
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2755
2795
|
// Ungroup aliases
|
|
2756
2796
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2757
2797
|
// Unlink2 aliases
|
|
2758
2798
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2759
|
-
// UnfoldVertical aliases
|
|
2760
|
-
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2761
2799
|
// Unlink aliases
|
|
2762
2800
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2763
2801
|
// Unplug aliases
|
|
2764
2802
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2765
|
-
// Upload aliases
|
|
2766
|
-
export { default as UploadIcon } from '../icons/upload';
|
|
2767
2803
|
// Usb aliases
|
|
2768
2804
|
export { default as UsbIcon } from '../icons/usb';
|
|
2805
|
+
// Upload aliases
|
|
2806
|
+
export { default as UploadIcon } from '../icons/upload';
|
|
2769
2807
|
// UserCheck aliases
|
|
2770
2808
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2771
2809
|
// UserCog aliases
|
|
2772
2810
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2773
|
-
// UserKey aliases
|
|
2774
|
-
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2775
2811
|
// UserLock aliases
|
|
2776
2812
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2813
|
+
// UserKey aliases
|
|
2814
|
+
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2777
2815
|
// UserMinus aliases
|
|
2778
2816
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2779
2817
|
// UserPen aliases
|
|
2780
2818
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2781
2819
|
// UserPlus aliases
|
|
2782
2820
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2821
|
+
// UserRoundArrowLeft aliases
|
|
2822
|
+
export { default as UserRoundArrowLeftIcon } from '../icons/user-round-arrow-left';
|
|
2783
2823
|
// UserRoundKey aliases
|
|
2784
2824
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2785
2825
|
// UserRoundPen aliases
|
|
@@ -2792,18 +2832,18 @@ export { default as UserSearchIcon } from '../icons/user-search';
|
|
|
2792
2832
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2793
2833
|
// UserX aliases
|
|
2794
2834
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2795
|
-
// Users aliases
|
|
2796
|
-
export { default as UsersIcon } from '../icons/users';
|
|
2797
2835
|
// User aliases
|
|
2798
2836
|
export { default as UserIcon } from '../icons/user';
|
|
2837
|
+
// Users aliases
|
|
2838
|
+
export { default as UsersIcon } from '../icons/users';
|
|
2799
2839
|
// UtilityPole aliases
|
|
2800
2840
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2801
2841
|
// Van aliases
|
|
2802
2842
|
export { default as VanIcon } from '../icons/van';
|
|
2803
|
-
// Vault aliases
|
|
2804
|
-
export { default as VaultIcon } from '../icons/vault';
|
|
2805
2843
|
// Variable aliases
|
|
2806
2844
|
export { default as VariableIcon } from '../icons/variable';
|
|
2845
|
+
// Vault aliases
|
|
2846
|
+
export { default as VaultIcon } from '../icons/vault';
|
|
2807
2847
|
// VectorSquare aliases
|
|
2808
2848
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2809
2849
|
// Vegan aliases
|
|
@@ -2812,98 +2852,98 @@ export { default as VeganIcon } from '../icons/vegan';
|
|
|
2812
2852
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2813
2853
|
// VenusAndMars aliases
|
|
2814
2854
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2815
|
-
// VibrateOff aliases
|
|
2816
|
-
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2817
2855
|
// Venus aliases
|
|
2818
2856
|
export { default as VenusIcon } from '../icons/venus';
|
|
2857
|
+
// VibrateOff aliases
|
|
2858
|
+
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2819
2859
|
// Vibrate aliases
|
|
2820
2860
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2821
2861
|
// VideoOff aliases
|
|
2822
2862
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2823
2863
|
// Video aliases
|
|
2824
2864
|
export { default as VideoIcon } from '../icons/video';
|
|
2825
|
-
// Volleyball aliases
|
|
2826
|
-
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2827
2865
|
// Videotape aliases
|
|
2828
2866
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2829
2867
|
// View aliases
|
|
2830
2868
|
export { default as ViewIcon } from '../icons/view';
|
|
2831
2869
|
// Voicemail aliases
|
|
2832
2870
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2871
|
+
// Volleyball aliases
|
|
2872
|
+
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2833
2873
|
// Volume1 aliases
|
|
2834
2874
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2835
2875
|
// Volume2 aliases
|
|
2836
2876
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2837
2877
|
// VolumeOff aliases
|
|
2838
2878
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2879
|
+
// Volume aliases
|
|
2880
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2839
2881
|
// VolumeX aliases
|
|
2840
2882
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2841
2883
|
// Vote aliases
|
|
2842
2884
|
export { default as VoteIcon } from '../icons/vote';
|
|
2843
|
-
// Volume aliases
|
|
2844
|
-
export { default as VolumeIcon } from '../icons/volume';
|
|
2845
2885
|
// WalletCards aliases
|
|
2846
2886
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2847
|
-
// Wallet aliases
|
|
2848
|
-
export { default as WalletIcon } from '../icons/wallet';
|
|
2849
2887
|
// Wallpaper aliases
|
|
2850
2888
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2889
|
+
// Wallet aliases
|
|
2890
|
+
export { default as WalletIcon } from '../icons/wallet';
|
|
2851
2891
|
// Wand aliases
|
|
2852
2892
|
export { default as WandIcon } from '../icons/wand';
|
|
2853
2893
|
// Warehouse aliases
|
|
2854
2894
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2855
2895
|
// WashingMachine aliases
|
|
2856
2896
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2857
|
-
// WavesArrowUp aliases
|
|
2858
|
-
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2859
|
-
// WavesArrowDown aliases
|
|
2860
|
-
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2861
2897
|
// Watch aliases
|
|
2862
2898
|
export { default as WatchIcon } from '../icons/watch';
|
|
2863
|
-
//
|
|
2864
|
-
export { default as
|
|
2899
|
+
// WavesArrowDown aliases
|
|
2900
|
+
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2901
|
+
// WavesArrowUp aliases
|
|
2902
|
+
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2903
|
+
// WavesLadder aliases
|
|
2904
|
+
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2865
2905
|
// WavesVertical aliases
|
|
2866
2906
|
export { default as WavesVerticalIcon } from '../icons/waves-vertical';
|
|
2907
|
+
// Waypoints aliases
|
|
2908
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2867
2909
|
// WebcamOff aliases
|
|
2868
2910
|
export { default as WebcamOffIcon } from '../icons/webcam-off';
|
|
2869
|
-
// WavesLadder aliases
|
|
2870
|
-
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2871
2911
|
// Webcam aliases
|
|
2872
2912
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2873
2913
|
// WebhookOff aliases
|
|
2874
2914
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2875
2915
|
// Webhook aliases
|
|
2876
2916
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2877
|
-
// Weight aliases
|
|
2878
|
-
export { default as WeightIcon } from '../icons/weight';
|
|
2879
2917
|
// WeightTilde aliases
|
|
2880
2918
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2919
|
+
// Weight aliases
|
|
2920
|
+
export { default as WeightIcon } from '../icons/weight';
|
|
2881
2921
|
// WheatOff aliases
|
|
2882
2922
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2883
2923
|
// Wheat aliases
|
|
2884
2924
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2925
|
+
// WholeWord aliases
|
|
2926
|
+
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2885
2927
|
// WifiCog aliases
|
|
2886
2928
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2887
2929
|
// WifiHigh aliases
|
|
2888
2930
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2889
|
-
// WholeWord aliases
|
|
2890
|
-
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2891
2931
|
// WifiLow aliases
|
|
2892
2932
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2893
|
-
// WifiOff aliases
|
|
2894
|
-
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2895
2933
|
// WifiPen aliases
|
|
2896
2934
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2935
|
+
// WifiOff aliases
|
|
2936
|
+
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2897
2937
|
// WifiSync aliases
|
|
2898
2938
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2899
2939
|
// WifiZero aliases
|
|
2900
2940
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2901
|
-
// Wind aliases
|
|
2902
|
-
export { default as WindIcon } from '../icons/wind';
|
|
2903
|
-
// WindArrowDown aliases
|
|
2904
|
-
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2905
2941
|
// Wifi aliases
|
|
2906
2942
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2943
|
+
// WindArrowDown aliases
|
|
2944
|
+
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2945
|
+
// Wind aliases
|
|
2946
|
+
export { default as WindIcon } from '../icons/wind';
|
|
2907
2947
|
// WineOff aliases
|
|
2908
2948
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2909
2949
|
// Wine aliases
|
|
@@ -2912,28 +2952,30 @@ export { default as WineIcon } from '../icons/wine';
|
|
|
2912
2952
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2913
2953
|
// Worm aliases
|
|
2914
2954
|
export { default as WormIcon } from '../icons/worm';
|
|
2955
|
+
// WrenchOff aliases
|
|
2956
|
+
export { default as WrenchOffIcon } from '../icons/wrench-off';
|
|
2957
|
+
// XLineTop aliases
|
|
2958
|
+
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
2915
2959
|
// Wrench aliases
|
|
2916
2960
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2917
2961
|
// X aliases
|
|
2918
2962
|
export { default as XIcon } from '../icons/x';
|
|
2919
|
-
// XLineTop aliases
|
|
2920
|
-
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
2921
2963
|
// ZapOff aliases
|
|
2922
2964
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2923
2965
|
// Zap aliases
|
|
2924
2966
|
export { default as ZapIcon } from '../icons/zap';
|
|
2967
|
+
// ZodiacAquarius aliases
|
|
2968
|
+
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
2925
2969
|
// ZodiacAries aliases
|
|
2926
2970
|
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
2927
2971
|
// ZodiacCancer aliases
|
|
2928
2972
|
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
2929
2973
|
// ZodiacCapricorn aliases
|
|
2930
2974
|
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
2931
|
-
// ZodiacAquarius aliases
|
|
2932
|
-
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
2933
|
-
// ZodiacGemini aliases
|
|
2934
|
-
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
2935
2975
|
// ZodiacLeo aliases
|
|
2936
2976
|
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
2977
|
+
// ZodiacGemini aliases
|
|
2978
|
+
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
2937
2979
|
// ZodiacLibra aliases
|
|
2938
2980
|
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
2939
2981
|
// ZodiacOphiuchus aliases
|
|
@@ -2946,20 +2988,20 @@ export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
|
2946
2988
|
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
2947
2989
|
// ZodiacTaurus aliases
|
|
2948
2990
|
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
2949
|
-
// ZoomIn aliases
|
|
2950
|
-
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2951
2991
|
// ZodiacVirgo aliases
|
|
2952
2992
|
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
2993
|
+
// ZoomIn aliases
|
|
2994
|
+
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2953
2995
|
// ZoomOut aliases
|
|
2954
2996
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2955
2997
|
// ArrowDown01 aliases
|
|
2956
2998
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2957
2999
|
// ArrowDown10 aliases
|
|
2958
3000
|
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2959
|
-
// ArrowUp10 aliases
|
|
2960
|
-
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2961
3001
|
// ArrowUp01 aliases
|
|
2962
3002
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
3003
|
+
// ArrowUp10 aliases
|
|
3004
|
+
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2963
3005
|
// AlarmClockCheck aliases
|
|
2964
3006
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2965
3007
|
export {
|
|
@@ -2984,18 +3026,18 @@ export {
|
|
|
2984
3026
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
|
|
2985
3027
|
default as ArrowDownAzIcon
|
|
2986
3028
|
} from '../icons/arrow-down-a-z';
|
|
2987
|
-
// ArrowDownZA aliases
|
|
2988
|
-
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2989
|
-
export {
|
|
2990
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
|
|
2991
|
-
default as ArrowDownZaIcon
|
|
2992
|
-
} from '../icons/arrow-down-z-a';
|
|
2993
3029
|
// ArrowDownWideNarrow aliases
|
|
2994
3030
|
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2995
3031
|
export {
|
|
2996
3032
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
2997
3033
|
default as SortDescIcon
|
|
2998
3034
|
} from '../icons/arrow-down-wide-narrow';
|
|
3035
|
+
// ArrowDownZA aliases
|
|
3036
|
+
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
3037
|
+
export {
|
|
3038
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
|
|
3039
|
+
default as ArrowDownZaIcon
|
|
3040
|
+
} from '../icons/arrow-down-z-a';
|
|
2999
3041
|
// ArrowUpAZ aliases
|
|
3000
3042
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
3001
3043
|
export {
|
|
@@ -3044,12 +3086,6 @@ export {
|
|
|
3044
3086
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
3045
3087
|
default as BetweenHorizonalStartIcon
|
|
3046
3088
|
} from '../icons/between-horizontal-start';
|
|
3047
|
-
// BookDashed aliases
|
|
3048
|
-
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3049
|
-
export {
|
|
3050
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
3051
|
-
default as BookTemplateIcon
|
|
3052
|
-
} from '../icons/book-dashed';
|
|
3053
3089
|
// Braces aliases
|
|
3054
3090
|
export { default as BracesIcon } from '../icons/braces';
|
|
3055
3091
|
export {
|
|
@@ -3062,6 +3098,18 @@ export {
|
|
|
3062
3098
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
3063
3099
|
default as SubtitlesIcon
|
|
3064
3100
|
} from '../icons/captions';
|
|
3101
|
+
// BookDashed aliases
|
|
3102
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3103
|
+
export {
|
|
3104
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
3105
|
+
default as BookTemplateIcon
|
|
3106
|
+
} from '../icons/book-dashed';
|
|
3107
|
+
// ChartArea aliases
|
|
3108
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3109
|
+
export {
|
|
3110
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
3111
|
+
default as AreaChartIcon
|
|
3112
|
+
} from '../icons/chart-area';
|
|
3065
3113
|
// ChartBarBig aliases
|
|
3066
3114
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3067
3115
|
export {
|
|
@@ -3086,60 +3134,48 @@ export {
|
|
|
3086
3134
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3087
3135
|
default as BarChart4Icon
|
|
3088
3136
|
} from '../icons/chart-column-increasing';
|
|
3089
|
-
// ChartColumn aliases
|
|
3090
|
-
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3091
|
-
export {
|
|
3092
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
3093
|
-
default as BarChart3Icon
|
|
3094
|
-
} from '../icons/chart-column';
|
|
3095
3137
|
// ChartColumnBig aliases
|
|
3096
3138
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3097
3139
|
export {
|
|
3098
3140
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
3099
3141
|
default as BarChartBigIcon
|
|
3100
3142
|
} from '../icons/chart-column-big';
|
|
3143
|
+
// ChartColumn aliases
|
|
3144
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3145
|
+
export {
|
|
3146
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
3147
|
+
default as BarChart3Icon
|
|
3148
|
+
} from '../icons/chart-column';
|
|
3101
3149
|
// ChartLine aliases
|
|
3102
3150
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3103
3151
|
export {
|
|
3104
3152
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
3105
3153
|
default as LineChartIcon
|
|
3106
3154
|
} from '../icons/chart-line';
|
|
3107
|
-
//
|
|
3108
|
-
export { default as
|
|
3155
|
+
// ChartNoAxesColumnIncreasing aliases
|
|
3156
|
+
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3109
3157
|
export {
|
|
3110
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3111
|
-
default as
|
|
3112
|
-
} from '../icons/chart-
|
|
3158
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3159
|
+
default as BarChartIcon
|
|
3160
|
+
} from '../icons/chart-no-axes-column-increasing';
|
|
3113
3161
|
// ChartNoAxesColumn aliases
|
|
3114
3162
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3115
3163
|
export {
|
|
3116
3164
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3117
3165
|
default as BarChart2Icon
|
|
3118
3166
|
} from '../icons/chart-no-axes-column';
|
|
3119
|
-
// ChartNoAxesGantt aliases
|
|
3120
|
-
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3121
|
-
export {
|
|
3122
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
3123
|
-
default as GanttChartIcon
|
|
3124
|
-
} from '../icons/chart-no-axes-gantt';
|
|
3125
3167
|
// ChartPie aliases
|
|
3126
3168
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3127
3169
|
export {
|
|
3128
3170
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
3129
3171
|
default as PieChartIcon
|
|
3130
3172
|
} from '../icons/chart-pie';
|
|
3131
|
-
//
|
|
3132
|
-
export { default as
|
|
3133
|
-
export {
|
|
3134
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3135
|
-
default as BarChartIcon
|
|
3136
|
-
} from '../icons/chart-no-axes-column-increasing';
|
|
3137
|
-
// ChartScatter aliases
|
|
3138
|
-
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3173
|
+
// ChartNoAxesGantt aliases
|
|
3174
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3139
3175
|
export {
|
|
3140
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3141
|
-
default as
|
|
3142
|
-
} from '../icons/chart-
|
|
3176
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
3177
|
+
default as GanttChartIcon
|
|
3178
|
+
} from '../icons/chart-no-axes-gantt';
|
|
3143
3179
|
// CircleAlert aliases
|
|
3144
3180
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3145
3181
|
export {
|
|
@@ -3152,114 +3188,120 @@ export {
|
|
|
3152
3188
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3153
3189
|
default as ArrowDownCircleIcon
|
|
3154
3190
|
} from '../icons/circle-arrow-down';
|
|
3191
|
+
// ChartScatter aliases
|
|
3192
|
+
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3193
|
+
export {
|
|
3194
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3195
|
+
default as ScatterChartIcon
|
|
3196
|
+
} from '../icons/chart-scatter';
|
|
3155
3197
|
// CircleArrowLeft aliases
|
|
3156
3198
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3157
3199
|
export {
|
|
3158
3200
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3159
3201
|
default as ArrowLeftCircleIcon
|
|
3160
3202
|
} from '../icons/circle-arrow-left';
|
|
3161
|
-
// CircleArrowOutDownRight aliases
|
|
3162
|
-
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3163
|
-
export {
|
|
3164
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3165
|
-
default as ArrowDownRightFromCircleIcon
|
|
3166
|
-
} from '../icons/circle-arrow-out-down-right';
|
|
3167
3203
|
// CircleArrowOutDownLeft aliases
|
|
3168
3204
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3169
3205
|
export {
|
|
3170
3206
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3171
3207
|
default as ArrowDownLeftFromCircleIcon
|
|
3172
3208
|
} from '../icons/circle-arrow-out-down-left';
|
|
3173
|
-
//
|
|
3174
|
-
export { default as
|
|
3209
|
+
// CircleArrowOutDownRight aliases
|
|
3210
|
+
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3175
3211
|
export {
|
|
3176
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3177
|
-
default as
|
|
3178
|
-
} from '../icons/circle-arrow-out-
|
|
3212
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3213
|
+
default as ArrowDownRightFromCircleIcon
|
|
3214
|
+
} from '../icons/circle-arrow-out-down-right';
|
|
3179
3215
|
// CircleArrowOutUpLeft aliases
|
|
3180
3216
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3181
3217
|
export {
|
|
3182
3218
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3183
3219
|
default as ArrowUpLeftFromCircleIcon
|
|
3184
3220
|
} from '../icons/circle-arrow-out-up-left';
|
|
3185
|
-
//
|
|
3186
|
-
export { default as
|
|
3221
|
+
// CircleArrowOutUpRight aliases
|
|
3222
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3187
3223
|
export {
|
|
3188
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3189
|
-
default as
|
|
3190
|
-
} from '../icons/circle-arrow-up';
|
|
3224
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3225
|
+
default as ArrowUpRightFromCircleIcon
|
|
3226
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
3227
|
+
// CircleArrowRight aliases
|
|
3228
|
+
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3229
|
+
export {
|
|
3230
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3231
|
+
default as ArrowRightCircleIcon
|
|
3232
|
+
} from '../icons/circle-arrow-right';
|
|
3191
3233
|
// CircleCheckBig aliases
|
|
3192
3234
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3193
3235
|
export {
|
|
3194
3236
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3195
3237
|
default as CheckCircleIcon
|
|
3196
3238
|
} from '../icons/circle-check-big';
|
|
3239
|
+
// CircleArrowUp aliases
|
|
3240
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3241
|
+
export {
|
|
3242
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3243
|
+
default as ArrowUpCircleIcon
|
|
3244
|
+
} from '../icons/circle-arrow-up';
|
|
3197
3245
|
// CircleCheck aliases
|
|
3198
3246
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3199
3247
|
export {
|
|
3200
3248
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3201
3249
|
default as CheckCircle2Icon
|
|
3202
3250
|
} from '../icons/circle-check';
|
|
3203
|
-
// CircleArrowRight aliases
|
|
3204
|
-
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3205
|
-
export {
|
|
3206
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3207
|
-
default as ArrowRightCircleIcon
|
|
3208
|
-
} from '../icons/circle-arrow-right';
|
|
3209
3251
|
// CircleChevronDown aliases
|
|
3210
3252
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3211
3253
|
export {
|
|
3212
3254
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3213
3255
|
default as ChevronDownCircleIcon
|
|
3214
3256
|
} from '../icons/circle-chevron-down';
|
|
3215
|
-
// CircleChevronRight aliases
|
|
3216
|
-
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3217
|
-
export {
|
|
3218
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3219
|
-
default as ChevronRightCircleIcon
|
|
3220
|
-
} from '../icons/circle-chevron-right';
|
|
3221
3257
|
// CircleChevronLeft aliases
|
|
3222
3258
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3223
3259
|
export {
|
|
3224
3260
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3225
3261
|
default as ChevronLeftCircleIcon
|
|
3226
3262
|
} from '../icons/circle-chevron-left';
|
|
3227
|
-
//
|
|
3228
|
-
export { default as
|
|
3263
|
+
// CircleChevronRight aliases
|
|
3264
|
+
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3229
3265
|
export {
|
|
3230
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3231
|
-
default as
|
|
3232
|
-
} from '../icons/circle-
|
|
3266
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3267
|
+
default as ChevronRightCircleIcon
|
|
3268
|
+
} from '../icons/circle-chevron-right';
|
|
3233
3269
|
// CircleChevronUp aliases
|
|
3234
3270
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3235
3271
|
export {
|
|
3236
3272
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
3237
3273
|
default as ChevronUpCircleIcon
|
|
3238
3274
|
} from '../icons/circle-chevron-up';
|
|
3239
|
-
//
|
|
3240
|
-
export { default as
|
|
3275
|
+
// CircleDivide aliases
|
|
3276
|
+
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3241
3277
|
export {
|
|
3242
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3243
|
-
default as
|
|
3244
|
-
} from '../icons/circle-
|
|
3278
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3279
|
+
default as DivideCircleIcon
|
|
3280
|
+
} from '../icons/circle-divide';
|
|
3245
3281
|
// CircleGauge aliases
|
|
3246
3282
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3247
3283
|
export {
|
|
3248
3284
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3249
3285
|
default as GaugeCircleIcon
|
|
3250
3286
|
} from '../icons/circle-gauge';
|
|
3251
|
-
//
|
|
3252
|
-
export { default as
|
|
3287
|
+
// CircleMinus aliases
|
|
3288
|
+
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3253
3289
|
export {
|
|
3254
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3255
|
-
default as
|
|
3256
|
-
} from '../icons/circle-
|
|
3290
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3291
|
+
default as MinusCircleIcon
|
|
3292
|
+
} from '../icons/circle-minus';
|
|
3257
3293
|
// CircleParkingOff aliases
|
|
3258
3294
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3259
3295
|
export {
|
|
3260
3296
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3261
3297
|
default as ParkingCircleOffIcon
|
|
3262
3298
|
} from '../icons/circle-parking-off';
|
|
3299
|
+
// CircleParking aliases
|
|
3300
|
+
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3301
|
+
export {
|
|
3302
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3303
|
+
default as ParkingCircleIcon
|
|
3304
|
+
} from '../icons/circle-parking';
|
|
3263
3305
|
// CirclePause aliases
|
|
3264
3306
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3265
3307
|
export {
|
|
@@ -3284,6 +3326,12 @@ export {
|
|
|
3284
3326
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
3285
3327
|
default as PlusCircleIcon
|
|
3286
3328
|
} from '../icons/circle-plus';
|
|
3329
|
+
// CirclePower aliases
|
|
3330
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3331
|
+
export {
|
|
3332
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
|
|
3333
|
+
default as PowerCircleIcon
|
|
3334
|
+
} from '../icons/circle-power';
|
|
3287
3335
|
// CircleQuestionMark aliases
|
|
3288
3336
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3289
3337
|
export {
|
|
@@ -3294,42 +3342,36 @@ export {
|
|
|
3294
3342
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3295
3343
|
default as CircleHelpIcon
|
|
3296
3344
|
} from '../icons/circle-question-mark';
|
|
3297
|
-
//
|
|
3298
|
-
export { default as
|
|
3345
|
+
// CircleStop aliases
|
|
3346
|
+
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3299
3347
|
export {
|
|
3300
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3301
|
-
default as
|
|
3302
|
-
} from '../icons/circle-
|
|
3348
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3349
|
+
default as StopCircleIcon
|
|
3350
|
+
} from '../icons/circle-stop';
|
|
3303
3351
|
// CircleSlash2 aliases
|
|
3304
3352
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3305
3353
|
export {
|
|
3306
3354
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
3307
3355
|
default as CircleSlashedIcon
|
|
3308
3356
|
} from '../icons/circle-slash-2';
|
|
3309
|
-
// CircleStop aliases
|
|
3310
|
-
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3311
|
-
export {
|
|
3312
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3313
|
-
default as StopCircleIcon
|
|
3314
|
-
} from '../icons/circle-stop';
|
|
3315
3357
|
// CircleUserRound aliases
|
|
3316
3358
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3317
3359
|
export {
|
|
3318
3360
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3319
3361
|
default as UserCircle2Icon
|
|
3320
3362
|
} from '../icons/circle-user-round';
|
|
3321
|
-
// CircleX aliases
|
|
3322
|
-
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3323
|
-
export {
|
|
3324
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3325
|
-
default as XCircleIcon
|
|
3326
|
-
} from '../icons/circle-x';
|
|
3327
3363
|
// CircleUser aliases
|
|
3328
3364
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3329
3365
|
export {
|
|
3330
3366
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3331
3367
|
default as UserCircleIcon
|
|
3332
3368
|
} from '../icons/circle-user';
|
|
3369
|
+
// CircleX aliases
|
|
3370
|
+
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3371
|
+
export {
|
|
3372
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3373
|
+
default as XCircleIcon
|
|
3374
|
+
} from '../icons/circle-x';
|
|
3333
3375
|
// ClipboardPenLine aliases
|
|
3334
3376
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3335
3377
|
export {
|
|
@@ -3342,18 +3384,24 @@ export {
|
|
|
3342
3384
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
3343
3385
|
default as ClipboardEditIcon
|
|
3344
3386
|
} from '../icons/clipboard-pen';
|
|
3345
|
-
//
|
|
3346
|
-
export { default as
|
|
3387
|
+
// CloudDownload aliases
|
|
3388
|
+
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3389
|
+
export {
|
|
3390
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3391
|
+
default as DownloadCloudIcon
|
|
3392
|
+
} from '../icons/cloud-download';
|
|
3393
|
+
// CloudUpload aliases
|
|
3394
|
+
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3347
3395
|
export {
|
|
3348
3396
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3349
3397
|
default as UploadCloudIcon
|
|
3350
3398
|
} from '../icons/cloud-upload';
|
|
3351
|
-
//
|
|
3352
|
-
export { default as
|
|
3399
|
+
// Columns2 aliases
|
|
3400
|
+
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3353
3401
|
export {
|
|
3354
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3355
|
-
default as
|
|
3356
|
-
} from '../icons/
|
|
3402
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3403
|
+
default as ColumnsIcon
|
|
3404
|
+
} from '../icons/columns-2';
|
|
3357
3405
|
// CodeXml aliases
|
|
3358
3406
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3359
3407
|
export {
|
|
@@ -3370,18 +3418,6 @@ export {
|
|
|
3370
3418
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3371
3419
|
default as TableConfigIcon
|
|
3372
3420
|
} from '../icons/columns-3-cog';
|
|
3373
|
-
// Columns2 aliases
|
|
3374
|
-
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3375
|
-
export {
|
|
3376
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3377
|
-
default as ColumnsIcon
|
|
3378
|
-
} from '../icons/columns-2';
|
|
3379
|
-
// Columns3 aliases
|
|
3380
|
-
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3381
|
-
export {
|
|
3382
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3383
|
-
default as PanelsLeftRightIcon
|
|
3384
|
-
} from '../icons/columns-3';
|
|
3385
3421
|
// ContactRound aliases
|
|
3386
3422
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3387
3423
|
export {
|
|
@@ -3394,24 +3430,30 @@ export {
|
|
|
3394
3430
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3395
3431
|
default as Globe2Icon
|
|
3396
3432
|
} from '../icons/earth';
|
|
3433
|
+
// Columns3 aliases
|
|
3434
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3435
|
+
export {
|
|
3436
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3437
|
+
default as PanelsLeftRightIcon
|
|
3438
|
+
} from '../icons/columns-3';
|
|
3397
3439
|
// DiamondPercent aliases
|
|
3398
3440
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3399
3441
|
export {
|
|
3400
3442
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3401
3443
|
default as PercentDiamondIcon
|
|
3402
3444
|
} from '../icons/diamond-percent';
|
|
3403
|
-
// Ellipsis aliases
|
|
3404
|
-
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3405
|
-
export {
|
|
3406
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3407
|
-
default as MoreHorizontalIcon
|
|
3408
|
-
} from '../icons/ellipsis';
|
|
3409
3445
|
// EllipsisVertical aliases
|
|
3410
3446
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3411
3447
|
export {
|
|
3412
3448
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3413
3449
|
default as MoreVerticalIcon
|
|
3414
3450
|
} from '../icons/ellipsis-vertical';
|
|
3451
|
+
// Ellipsis aliases
|
|
3452
|
+
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3453
|
+
export {
|
|
3454
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3455
|
+
default as MoreHorizontalIcon
|
|
3456
|
+
} from '../icons/ellipsis';
|
|
3415
3457
|
// FileAxis3d aliases
|
|
3416
3458
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3417
3459
|
export {
|
|
@@ -3424,48 +3466,48 @@ export {
|
|
|
3424
3466
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
3425
3467
|
default as FileBadge2Icon
|
|
3426
3468
|
} from '../icons/file-badge';
|
|
3427
|
-
// FileBracesCorner aliases
|
|
3428
|
-
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3429
|
-
export {
|
|
3430
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
3431
|
-
default as FileJson2Icon
|
|
3432
|
-
} from '../icons/file-braces-corner';
|
|
3433
3469
|
// FileBraces aliases
|
|
3434
3470
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3435
3471
|
export {
|
|
3436
3472
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
3437
3473
|
default as FileJsonIcon
|
|
3438
3474
|
} from '../icons/file-braces';
|
|
3439
|
-
//
|
|
3440
|
-
export { default as
|
|
3475
|
+
// FileBracesCorner aliases
|
|
3476
|
+
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3441
3477
|
export {
|
|
3442
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3443
|
-
default as
|
|
3444
|
-
} from '../icons/file-
|
|
3478
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
3479
|
+
default as FileJson2Icon
|
|
3480
|
+
} from '../icons/file-braces-corner';
|
|
3445
3481
|
// FileChartColumnIncreasing aliases
|
|
3446
3482
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3447
3483
|
export {
|
|
3448
3484
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3449
3485
|
default as FileBarChartIcon
|
|
3450
3486
|
} from '../icons/file-chart-column-increasing';
|
|
3487
|
+
// FileChartColumn aliases
|
|
3488
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3489
|
+
export {
|
|
3490
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3491
|
+
default as FileBarChart2Icon
|
|
3492
|
+
} from '../icons/file-chart-column';
|
|
3451
3493
|
// FileChartPie aliases
|
|
3452
3494
|
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3453
3495
|
export {
|
|
3454
3496
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3455
3497
|
default as FilePieChartIcon
|
|
3456
3498
|
} from '../icons/file-chart-pie';
|
|
3457
|
-
// FileChartLine aliases
|
|
3458
|
-
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3459
|
-
export {
|
|
3460
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3461
|
-
default as FileLineChartIcon
|
|
3462
|
-
} from '../icons/file-chart-line';
|
|
3463
3499
|
// FileCheckCorner aliases
|
|
3464
3500
|
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3465
3501
|
export {
|
|
3466
3502
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
3467
3503
|
default as FileCheck2Icon
|
|
3468
3504
|
} from '../icons/file-check-corner';
|
|
3505
|
+
// FileChartLine aliases
|
|
3506
|
+
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3507
|
+
export {
|
|
3508
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3509
|
+
default as FileLineChartIcon
|
|
3510
|
+
} from '../icons/file-chart-line';
|
|
3469
3511
|
// FileCodeCorner aliases
|
|
3470
3512
|
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3471
3513
|
export {
|
|
@@ -3478,6 +3520,12 @@ export {
|
|
|
3478
3520
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3479
3521
|
default as FileCog2Icon
|
|
3480
3522
|
} from '../icons/file-cog';
|
|
3523
|
+
// FileExclamationPoint aliases
|
|
3524
|
+
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3525
|
+
export {
|
|
3526
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3527
|
+
default as FileWarningIcon
|
|
3528
|
+
} from '../icons/file-exclamation-point';
|
|
3481
3529
|
// FileHeadphone aliases
|
|
3482
3530
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3483
3531
|
export {
|
|
@@ -3488,18 +3536,6 @@ export {
|
|
|
3488
3536
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3489
3537
|
default as FileAudio2Icon
|
|
3490
3538
|
} from '../icons/file-headphone';
|
|
3491
|
-
// FileExclamationPoint aliases
|
|
3492
|
-
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3493
|
-
export {
|
|
3494
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3495
|
-
default as FileWarningIcon
|
|
3496
|
-
} from '../icons/file-exclamation-point';
|
|
3497
|
-
// FileMinusCorner aliases
|
|
3498
|
-
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3499
|
-
export {
|
|
3500
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
3501
|
-
default as FileMinus2Icon
|
|
3502
|
-
} from '../icons/file-minus-corner';
|
|
3503
3539
|
// FileKey aliases
|
|
3504
3540
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3505
3541
|
export {
|
|
@@ -3518,30 +3554,36 @@ export {
|
|
|
3518
3554
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3519
3555
|
default as FileSignatureIcon
|
|
3520
3556
|
} from '../icons/file-pen-line';
|
|
3521
|
-
//
|
|
3522
|
-
export { default as
|
|
3557
|
+
// FileMinusCorner aliases
|
|
3558
|
+
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3523
3559
|
export {
|
|
3524
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3525
|
-
default as
|
|
3526
|
-
} from '../icons/file-
|
|
3560
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
3561
|
+
default as FileMinus2Icon
|
|
3562
|
+
} from '../icons/file-minus-corner';
|
|
3527
3563
|
// FilePen aliases
|
|
3528
3564
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3529
3565
|
export {
|
|
3530
3566
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3531
3567
|
default as FileEditIcon
|
|
3532
3568
|
} from '../icons/file-pen';
|
|
3533
|
-
//
|
|
3534
|
-
export { default as
|
|
3569
|
+
// FilePlay aliases
|
|
3570
|
+
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3535
3571
|
export {
|
|
3536
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3537
|
-
default as
|
|
3538
|
-
} from '../icons/file-
|
|
3572
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
3573
|
+
default as FileVideoIcon
|
|
3574
|
+
} from '../icons/file-play';
|
|
3539
3575
|
// FilePlusCorner aliases
|
|
3540
3576
|
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3541
3577
|
export {
|
|
3542
3578
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
3543
3579
|
default as FilePlus2Icon
|
|
3544
3580
|
} from '../icons/file-plus-corner';
|
|
3581
|
+
// FileQuestionMark aliases
|
|
3582
|
+
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3583
|
+
export {
|
|
3584
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3585
|
+
default as FileQuestionIcon
|
|
3586
|
+
} from '../icons/file-question-mark';
|
|
3545
3587
|
// FileSearchCorner aliases
|
|
3546
3588
|
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3547
3589
|
export {
|
|
@@ -3572,36 +3614,36 @@ export {
|
|
|
3572
3614
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3573
3615
|
default as FileX2Icon
|
|
3574
3616
|
} from '../icons/file-x-corner';
|
|
3575
|
-
// FolderCog aliases
|
|
3576
|
-
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3577
|
-
export {
|
|
3578
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3579
|
-
default as FolderCog2Icon
|
|
3580
|
-
} from '../icons/folder-cog';
|
|
3581
3617
|
// FingerprintPattern aliases
|
|
3582
3618
|
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3583
3619
|
export {
|
|
3584
3620
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
3585
3621
|
default as FingerprintIcon
|
|
3586
3622
|
} from '../icons/fingerprint-pattern';
|
|
3587
|
-
//
|
|
3588
|
-
export { default as
|
|
3623
|
+
// FolderCog aliases
|
|
3624
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3589
3625
|
export {
|
|
3590
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3591
|
-
default as
|
|
3592
|
-
} from '../icons/
|
|
3626
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3627
|
+
default as FolderCog2Icon
|
|
3628
|
+
} from '../icons/folder-cog';
|
|
3629
|
+
// FolderPen aliases
|
|
3630
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3631
|
+
export {
|
|
3632
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
3633
|
+
default as FolderEditIcon
|
|
3634
|
+
} from '../icons/folder-pen';
|
|
3593
3635
|
// Funnel aliases
|
|
3594
3636
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3595
3637
|
export {
|
|
3596
3638
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3597
3639
|
default as FilterIcon
|
|
3598
3640
|
} from '../icons/funnel';
|
|
3599
|
-
//
|
|
3600
|
-
export { default as
|
|
3641
|
+
// FunnelX aliases
|
|
3642
|
+
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3601
3643
|
export {
|
|
3602
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3603
|
-
default as
|
|
3604
|
-
} from '../icons/
|
|
3644
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3645
|
+
default as FilterXIcon
|
|
3646
|
+
} from '../icons/funnel-x';
|
|
3605
3647
|
// GitCommitHorizontal aliases
|
|
3606
3648
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3607
3649
|
export {
|
|
@@ -3626,6 +3668,12 @@ export {
|
|
|
3626
3668
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3627
3669
|
default as Grid2X2XIcon
|
|
3628
3670
|
} from '../icons/grid-2x2-x';
|
|
3671
|
+
// Grid2x2 aliases
|
|
3672
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3673
|
+
export {
|
|
3674
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3675
|
+
default as Grid2X2Icon
|
|
3676
|
+
} from '../icons/grid-2x2';
|
|
3629
3677
|
// Grid3x3 aliases
|
|
3630
3678
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3631
3679
|
export {
|
|
@@ -3636,12 +3684,6 @@ export {
|
|
|
3636
3684
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3637
3685
|
default as Grid3X3Icon
|
|
3638
3686
|
} from '../icons/grid-3x3';
|
|
3639
|
-
// Grid2x2 aliases
|
|
3640
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3641
|
-
export {
|
|
3642
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3643
|
-
default as Grid2X2Icon
|
|
3644
|
-
} from '../icons/grid-2x2';
|
|
3645
3687
|
// HandGrab aliases
|
|
3646
3688
|
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3647
3689
|
export {
|
|
@@ -3694,12 +3736,6 @@ export {
|
|
|
3694
3736
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3695
3737
|
default as IndentDecreaseIcon
|
|
3696
3738
|
} from '../icons/list-indent-decrease';
|
|
3697
|
-
// LoaderCircle aliases
|
|
3698
|
-
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3699
|
-
export {
|
|
3700
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3701
|
-
default as Loader2Icon
|
|
3702
|
-
} from '../icons/loader-circle';
|
|
3703
3739
|
// ListIndentIncrease aliases
|
|
3704
3740
|
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3705
3741
|
export {
|
|
@@ -3710,24 +3746,30 @@ export {
|
|
|
3710
3746
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3711
3747
|
default as IndentIncreaseIcon
|
|
3712
3748
|
} from '../icons/list-indent-increase';
|
|
3749
|
+
// LoaderCircle aliases
|
|
3750
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3751
|
+
export {
|
|
3752
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3753
|
+
default as Loader2Icon
|
|
3754
|
+
} from '../icons/loader-circle';
|
|
3713
3755
|
// LockKeyholeOpen aliases
|
|
3714
3756
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3715
3757
|
export {
|
|
3716
3758
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
3717
3759
|
default as UnlockKeyholeIcon
|
|
3718
3760
|
} from '../icons/lock-keyhole-open';
|
|
3719
|
-
// MailQuestionMark aliases
|
|
3720
|
-
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3721
|
-
export {
|
|
3722
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3723
|
-
default as MailQuestionIcon
|
|
3724
|
-
} from '../icons/mail-question-mark';
|
|
3725
3761
|
// LockOpen aliases
|
|
3726
3762
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3727
3763
|
export {
|
|
3728
3764
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
3729
3765
|
default as UnlockIcon
|
|
3730
3766
|
} from '../icons/lock-open';
|
|
3767
|
+
// MailQuestionMark aliases
|
|
3768
|
+
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3769
|
+
export {
|
|
3770
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3771
|
+
default as MailQuestionIcon
|
|
3772
|
+
} from '../icons/mail-question-mark';
|
|
3731
3773
|
// MapPinPen aliases
|
|
3732
3774
|
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3733
3775
|
export {
|
|
@@ -3752,72 +3794,72 @@ export {
|
|
|
3752
3794
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3753
3795
|
default as Move3DIcon
|
|
3754
3796
|
} from '../icons/move-3d';
|
|
3755
|
-
// OctagonPause aliases
|
|
3756
|
-
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3757
|
-
export {
|
|
3758
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3759
|
-
default as PauseOctagonIcon
|
|
3760
|
-
} from '../icons/octagon-pause';
|
|
3761
3797
|
// OctagonAlert aliases
|
|
3762
3798
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3763
3799
|
export {
|
|
3764
3800
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3765
3801
|
default as AlertOctagonIcon
|
|
3766
3802
|
} from '../icons/octagon-alert';
|
|
3803
|
+
// OctagonPause aliases
|
|
3804
|
+
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3805
|
+
export {
|
|
3806
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3807
|
+
default as PauseOctagonIcon
|
|
3808
|
+
} from '../icons/octagon-pause';
|
|
3767
3809
|
// PaintbrushVertical aliases
|
|
3768
3810
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3769
3811
|
export {
|
|
3770
3812
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
3771
3813
|
default as Paintbrush2Icon
|
|
3772
3814
|
} from '../icons/paintbrush-vertical';
|
|
3773
|
-
// PanelLeftClose aliases
|
|
3774
|
-
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3775
|
-
export {
|
|
3776
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3777
|
-
default as SidebarCloseIcon
|
|
3778
|
-
} from '../icons/panel-left-close';
|
|
3779
3815
|
// OctagonX aliases
|
|
3780
3816
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3781
3817
|
export {
|
|
3782
3818
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
3783
3819
|
default as XOctagonIcon
|
|
3784
3820
|
} from '../icons/octagon-x';
|
|
3785
|
-
// PanelLeftDashed aliases
|
|
3786
|
-
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3787
|
-
export {
|
|
3788
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3789
|
-
default as PanelLeftInactiveIcon
|
|
3790
|
-
} from '../icons/panel-left-dashed';
|
|
3791
3821
|
// PanelBottomDashed aliases
|
|
3792
3822
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3793
3823
|
export {
|
|
3794
3824
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3795
3825
|
default as PanelBottomInactiveIcon
|
|
3796
3826
|
} from '../icons/panel-bottom-dashed';
|
|
3797
|
-
//
|
|
3798
|
-
export { default as
|
|
3827
|
+
// PanelLeftClose aliases
|
|
3828
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3799
3829
|
export {
|
|
3800
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3801
|
-
default as
|
|
3802
|
-
} from '../icons/panel-left';
|
|
3830
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3831
|
+
default as SidebarCloseIcon
|
|
3832
|
+
} from '../icons/panel-left-close';
|
|
3833
|
+
// PanelLeftDashed aliases
|
|
3834
|
+
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3835
|
+
export {
|
|
3836
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3837
|
+
default as PanelLeftInactiveIcon
|
|
3838
|
+
} from '../icons/panel-left-dashed';
|
|
3839
|
+
// PanelLeftOpen aliases
|
|
3840
|
+
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3841
|
+
export {
|
|
3842
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3843
|
+
default as SidebarOpenIcon
|
|
3844
|
+
} from '../icons/panel-left-open';
|
|
3803
3845
|
// PanelRightDashed aliases
|
|
3804
3846
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3805
3847
|
export {
|
|
3806
3848
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
3807
3849
|
default as PanelRightInactiveIcon
|
|
3808
3850
|
} from '../icons/panel-right-dashed';
|
|
3851
|
+
// PanelLeft aliases
|
|
3852
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3853
|
+
export {
|
|
3854
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3855
|
+
default as SidebarIcon
|
|
3856
|
+
} from '../icons/panel-left';
|
|
3809
3857
|
// PanelTopDashed aliases
|
|
3810
3858
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3811
3859
|
export {
|
|
3812
3860
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3813
3861
|
default as PanelTopInactiveIcon
|
|
3814
3862
|
} from '../icons/panel-top-dashed';
|
|
3815
|
-
// PanelLeftOpen aliases
|
|
3816
|
-
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3817
|
-
export {
|
|
3818
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3819
|
-
default as SidebarOpenIcon
|
|
3820
|
-
} from '../icons/panel-left-open';
|
|
3821
3863
|
// PanelsTopLeft aliases
|
|
3822
3864
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3823
3865
|
export {
|
|
@@ -3830,78 +3872,78 @@ export {
|
|
|
3830
3872
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3831
3873
|
default as Edit3Icon
|
|
3832
3874
|
} from '../icons/pen-line';
|
|
3833
|
-
// Pen aliases
|
|
3834
|
-
export { default as PenIcon } from '../icons/pen';
|
|
3835
|
-
export {
|
|
3836
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3837
|
-
default as Edit2Icon
|
|
3838
|
-
} from '../icons/pen';
|
|
3839
3875
|
// PlugZap aliases
|
|
3840
3876
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3841
3877
|
export {
|
|
3842
3878
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3843
3879
|
default as PlugZap2Icon
|
|
3844
3880
|
} from '../icons/plug-zap';
|
|
3845
|
-
//
|
|
3846
|
-
export { default as
|
|
3847
|
-
export {
|
|
3848
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3849
|
-
default as Rotate3DIcon
|
|
3850
|
-
} from '../icons/rotate-3d';
|
|
3851
|
-
// Rows3 aliases
|
|
3852
|
-
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3881
|
+
// Pen aliases
|
|
3882
|
+
export { default as PenIcon } from '../icons/pen';
|
|
3853
3883
|
export {
|
|
3854
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3855
|
-
default as
|
|
3856
|
-
} from '../icons/
|
|
3884
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3885
|
+
default as Edit2Icon
|
|
3886
|
+
} from '../icons/pen';
|
|
3857
3887
|
// RectangleEllipsis aliases
|
|
3858
3888
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3859
3889
|
export {
|
|
3860
3890
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3861
3891
|
default as FormInputIcon
|
|
3862
3892
|
} from '../icons/rectangle-ellipsis';
|
|
3893
|
+
// Rotate3d aliases
|
|
3894
|
+
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3895
|
+
export {
|
|
3896
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3897
|
+
default as Rotate3DIcon
|
|
3898
|
+
} from '../icons/rotate-3d';
|
|
3863
3899
|
// Rows2 aliases
|
|
3864
3900
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3865
3901
|
export {
|
|
3866
3902
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
3867
3903
|
default as RowsIcon
|
|
3868
3904
|
} from '../icons/rows-2';
|
|
3869
|
-
//
|
|
3870
|
-
export { default as
|
|
3905
|
+
// Rows3 aliases
|
|
3906
|
+
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3871
3907
|
export {
|
|
3872
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3873
|
-
default as
|
|
3874
|
-
} from '../icons/
|
|
3908
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3909
|
+
default as PanelsTopBottomIcon
|
|
3910
|
+
} from '../icons/rows-3';
|
|
3875
3911
|
// SendHorizontal aliases
|
|
3876
3912
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3877
3913
|
export {
|
|
3878
3914
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3879
3915
|
default as SendHorizonalIcon
|
|
3880
3916
|
} from '../icons/send-horizontal';
|
|
3881
|
-
//
|
|
3882
|
-
export { default as
|
|
3883
|
-
export {
|
|
3884
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3885
|
-
default as
|
|
3886
|
-
} from '../icons/
|
|
3917
|
+
// Scale3d aliases
|
|
3918
|
+
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3919
|
+
export {
|
|
3920
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3921
|
+
default as Scale3DIcon
|
|
3922
|
+
} from '../icons/scale-3d';
|
|
3887
3923
|
// ShieldQuestionMark aliases
|
|
3888
3924
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3889
3925
|
export {
|
|
3890
3926
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3891
3927
|
default as ShieldQuestionIcon
|
|
3892
3928
|
} from '../icons/shield-question-mark';
|
|
3893
|
-
//
|
|
3894
|
-
export { default as
|
|
3929
|
+
// ShieldX aliases
|
|
3930
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3895
3931
|
export {
|
|
3896
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3897
|
-
default as
|
|
3898
|
-
} from '../icons/
|
|
3932
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3933
|
+
default as ShieldCloseIcon
|
|
3934
|
+
} from '../icons/shield-x';
|
|
3899
3935
|
// SlidersVertical aliases
|
|
3900
3936
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3901
3937
|
export {
|
|
3902
3938
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3903
3939
|
default as SlidersIcon
|
|
3904
3940
|
} from '../icons/sliders-vertical';
|
|
3941
|
+
// Sparkles aliases
|
|
3942
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3943
|
+
export {
|
|
3944
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3945
|
+
default as StarsIcon
|
|
3946
|
+
} from '../icons/sparkles';
|
|
3905
3947
|
// SquareActivity aliases
|
|
3906
3948
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3907
3949
|
export {
|
|
@@ -3914,60 +3956,48 @@ export {
|
|
|
3914
3956
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3915
3957
|
default as ArrowDownLeftSquareIcon
|
|
3916
3958
|
} from '../icons/square-arrow-down-left';
|
|
3917
|
-
// SquareArrowDown aliases
|
|
3918
|
-
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3919
|
-
export {
|
|
3920
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3921
|
-
default as ArrowDownSquareIcon
|
|
3922
|
-
} from '../icons/square-arrow-down';
|
|
3923
3959
|
// SquareArrowDownRight aliases
|
|
3924
3960
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3925
3961
|
export {
|
|
3926
3962
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3927
3963
|
default as ArrowDownRightSquareIcon
|
|
3928
3964
|
} from '../icons/square-arrow-down-right';
|
|
3929
|
-
//
|
|
3930
|
-
export { default as
|
|
3965
|
+
// SquareArrowDown aliases
|
|
3966
|
+
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3931
3967
|
export {
|
|
3932
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3933
|
-
default as
|
|
3934
|
-
} from '../icons/square-arrow-
|
|
3968
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3969
|
+
default as ArrowDownSquareIcon
|
|
3970
|
+
} from '../icons/square-arrow-down';
|
|
3935
3971
|
// SquareArrowOutDownLeft aliases
|
|
3936
3972
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3937
3973
|
export {
|
|
3938
3974
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3939
3975
|
default as ArrowDownLeftFromSquareIcon
|
|
3940
3976
|
} from '../icons/square-arrow-out-down-left';
|
|
3941
|
-
//
|
|
3942
|
-
export { default as
|
|
3977
|
+
// SquareArrowLeft aliases
|
|
3978
|
+
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3943
3979
|
export {
|
|
3944
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3945
|
-
default as
|
|
3946
|
-
} from '../icons/square-arrow-
|
|
3980
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3981
|
+
default as ArrowLeftSquareIcon
|
|
3982
|
+
} from '../icons/square-arrow-left';
|
|
3947
3983
|
// SquareArrowOutDownRight aliases
|
|
3948
3984
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3949
3985
|
export {
|
|
3950
3986
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3951
3987
|
default as ArrowDownRightFromSquareIcon
|
|
3952
3988
|
} from '../icons/square-arrow-out-down-right';
|
|
3989
|
+
// SquareArrowOutUpLeft aliases
|
|
3990
|
+
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3991
|
+
export {
|
|
3992
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3993
|
+
default as ArrowUpLeftFromSquareIcon
|
|
3994
|
+
} from '../icons/square-arrow-out-up-left';
|
|
3953
3995
|
// SquareArrowOutUpRight aliases
|
|
3954
3996
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3955
3997
|
export {
|
|
3956
3998
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3957
3999
|
default as ArrowUpRightFromSquareIcon
|
|
3958
4000
|
} from '../icons/square-arrow-out-up-right';
|
|
3959
|
-
// SquareArrowUpLeft aliases
|
|
3960
|
-
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3961
|
-
export {
|
|
3962
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
3963
|
-
default as ArrowUpLeftSquareIcon
|
|
3964
|
-
} from '../icons/square-arrow-up-left';
|
|
3965
|
-
// SquareArrowUpRight aliases
|
|
3966
|
-
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3967
|
-
export {
|
|
3968
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
3969
|
-
default as ArrowUpRightSquareIcon
|
|
3970
|
-
} from '../icons/square-arrow-up-right';
|
|
3971
4001
|
// SquareArrowRight aliases
|
|
3972
4002
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3973
4003
|
export {
|
|
@@ -3980,18 +4010,30 @@ export {
|
|
|
3980
4010
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3981
4011
|
default as ArrowUpSquareIcon
|
|
3982
4012
|
} from '../icons/square-arrow-up';
|
|
3983
|
-
//
|
|
3984
|
-
export { default as
|
|
4013
|
+
// SquareArrowUpRight aliases
|
|
4014
|
+
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3985
4015
|
export {
|
|
3986
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3987
|
-
default as
|
|
3988
|
-
} from '../icons/square-
|
|
4016
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
4017
|
+
default as ArrowUpRightSquareIcon
|
|
4018
|
+
} from '../icons/square-arrow-up-right';
|
|
4019
|
+
// SquareArrowUpLeft aliases
|
|
4020
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
4021
|
+
export {
|
|
4022
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
4023
|
+
default as ArrowUpLeftSquareIcon
|
|
4024
|
+
} from '../icons/square-arrow-up-left';
|
|
3989
4025
|
// SquareAsterisk aliases
|
|
3990
4026
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3991
4027
|
export {
|
|
3992
4028
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
3993
4029
|
default as AsteriskSquareIcon
|
|
3994
4030
|
} from '../icons/square-asterisk';
|
|
4031
|
+
// SquareBottomDashedScissors aliases
|
|
4032
|
+
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
4033
|
+
export {
|
|
4034
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
4035
|
+
default as ScissorsSquareDashedBottomIcon
|
|
4036
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
3995
4037
|
// SquareCenterlineDashedHorizontal aliases
|
|
3996
4038
|
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
3997
4039
|
export {
|
|
@@ -4014,36 +4056,36 @@ export {
|
|
|
4014
4056
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
4015
4057
|
default as SquareGanttChartIcon
|
|
4016
4058
|
} from '../icons/square-chart-gantt';
|
|
4017
|
-
// SquareCheckBig aliases
|
|
4018
|
-
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4019
|
-
export {
|
|
4020
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
4021
|
-
default as CheckSquareIcon
|
|
4022
|
-
} from '../icons/square-check-big';
|
|
4023
4059
|
// SquareCheck aliases
|
|
4024
4060
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4025
4061
|
export {
|
|
4026
4062
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
4027
4063
|
default as CheckSquare2Icon
|
|
4028
4064
|
} from '../icons/square-check';
|
|
4065
|
+
// SquareCheckBig aliases
|
|
4066
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4067
|
+
export {
|
|
4068
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
4069
|
+
default as CheckSquareIcon
|
|
4070
|
+
} from '../icons/square-check-big';
|
|
4029
4071
|
// SquareChevronDown aliases
|
|
4030
4072
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4031
4073
|
export {
|
|
4032
4074
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
4033
4075
|
default as ChevronDownSquareIcon
|
|
4034
4076
|
} from '../icons/square-chevron-down';
|
|
4035
|
-
// SquareChevronRight aliases
|
|
4036
|
-
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4037
|
-
export {
|
|
4038
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
4039
|
-
default as ChevronRightSquareIcon
|
|
4040
|
-
} from '../icons/square-chevron-right';
|
|
4041
4077
|
// SquareChevronLeft aliases
|
|
4042
4078
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4043
4079
|
export {
|
|
4044
4080
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
4045
4081
|
default as ChevronLeftSquareIcon
|
|
4046
4082
|
} from '../icons/square-chevron-left';
|
|
4083
|
+
// SquareChevronRight aliases
|
|
4084
|
+
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4085
|
+
export {
|
|
4086
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
4087
|
+
default as ChevronRightSquareIcon
|
|
4088
|
+
} from '../icons/square-chevron-right';
|
|
4047
4089
|
// SquareChevronUp aliases
|
|
4048
4090
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4049
4091
|
export {
|
|
@@ -4096,48 +4138,48 @@ export {
|
|
|
4096
4138
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
4097
4139
|
default as DotSquareIcon
|
|
4098
4140
|
} from '../icons/square-dot';
|
|
4099
|
-
// SquareEqual aliases
|
|
4100
|
-
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4101
|
-
export {
|
|
4102
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
4103
|
-
default as EqualSquareIcon
|
|
4104
|
-
} from '../icons/square-equal';
|
|
4105
4141
|
// SquareFunction aliases
|
|
4106
4142
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4107
4143
|
export {
|
|
4108
4144
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
4109
4145
|
default as FunctionSquareIcon
|
|
4110
4146
|
} from '../icons/square-function';
|
|
4147
|
+
// SquareEqual aliases
|
|
4148
|
+
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4149
|
+
export {
|
|
4150
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
4151
|
+
default as EqualSquareIcon
|
|
4152
|
+
} from '../icons/square-equal';
|
|
4111
4153
|
// SquareKanban aliases
|
|
4112
4154
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4113
4155
|
export {
|
|
4114
4156
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
4115
4157
|
default as KanbanSquareIcon
|
|
4116
4158
|
} from '../icons/square-kanban';
|
|
4117
|
-
// SquareM aliases
|
|
4118
|
-
export { default as SquareMIcon } from '../icons/square-m';
|
|
4119
|
-
export {
|
|
4120
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
4121
|
-
default as MSquareIcon
|
|
4122
|
-
} from '../icons/square-m';
|
|
4123
4159
|
// SquareLibrary aliases
|
|
4124
4160
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4125
4161
|
export {
|
|
4126
4162
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
4127
4163
|
default as LibrarySquareIcon
|
|
4128
4164
|
} from '../icons/square-library';
|
|
4129
|
-
//
|
|
4130
|
-
export { default as
|
|
4165
|
+
// SquareM aliases
|
|
4166
|
+
export { default as SquareMIcon } from '../icons/square-m';
|
|
4131
4167
|
export {
|
|
4132
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4133
|
-
default as
|
|
4134
|
-
} from '../icons/square-
|
|
4168
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
4169
|
+
default as MSquareIcon
|
|
4170
|
+
} from '../icons/square-m';
|
|
4135
4171
|
// SquareMinus aliases
|
|
4136
4172
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4137
4173
|
export {
|
|
4138
4174
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
4139
4175
|
default as MinusSquareIcon
|
|
4140
4176
|
} from '../icons/square-minus';
|
|
4177
|
+
// SquareMenu aliases
|
|
4178
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4179
|
+
export {
|
|
4180
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
|
|
4181
|
+
default as MenuSquareIcon
|
|
4182
|
+
} from '../icons/square-menu';
|
|
4141
4183
|
// SquareMousePointer aliases
|
|
4142
4184
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4143
4185
|
export {
|
|
@@ -4150,6 +4192,12 @@ export {
|
|
|
4150
4192
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
4151
4193
|
default as ParkingSquareOffIcon
|
|
4152
4194
|
} from '../icons/square-parking-off';
|
|
4195
|
+
// SquareParking aliases
|
|
4196
|
+
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4197
|
+
export {
|
|
4198
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
4199
|
+
default as ParkingSquareIcon
|
|
4200
|
+
} from '../icons/square-parking';
|
|
4153
4201
|
// SquarePen aliases
|
|
4154
4202
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4155
4203
|
export {
|
|
@@ -4164,30 +4212,30 @@ export {
|
|
|
4164
4212
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
4165
4213
|
default as PenSquareIcon
|
|
4166
4214
|
} from '../icons/square-pen';
|
|
4167
|
-
//
|
|
4168
|
-
export { default as
|
|
4215
|
+
// SquarePercent aliases
|
|
4216
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4169
4217
|
export {
|
|
4170
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4171
|
-
default as
|
|
4172
|
-
} from '../icons/square-
|
|
4218
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
4219
|
+
default as PercentSquareIcon
|
|
4220
|
+
} from '../icons/square-percent';
|
|
4173
4221
|
// SquarePi aliases
|
|
4174
4222
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4175
4223
|
export {
|
|
4176
4224
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
4177
4225
|
default as PiSquareIcon
|
|
4178
4226
|
} from '../icons/square-pi';
|
|
4179
|
-
// SquarePercent aliases
|
|
4180
|
-
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4181
|
-
export {
|
|
4182
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
4183
|
-
default as PercentSquareIcon
|
|
4184
|
-
} from '../icons/square-percent';
|
|
4185
4227
|
// SquarePilcrow aliases
|
|
4186
4228
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4187
4229
|
export {
|
|
4188
4230
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4189
4231
|
default as PilcrowSquareIcon
|
|
4190
4232
|
} from '../icons/square-pilcrow';
|
|
4233
|
+
// SquarePlay aliases
|
|
4234
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4235
|
+
export {
|
|
4236
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
4237
|
+
default as PlaySquareIcon
|
|
4238
|
+
} from '../icons/square-play';
|
|
4191
4239
|
// SquarePlus aliases
|
|
4192
4240
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4193
4241
|
export {
|
|
@@ -4200,12 +4248,6 @@ export {
|
|
|
4200
4248
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4201
4249
|
default as PowerSquareIcon
|
|
4202
4250
|
} from '../icons/square-power';
|
|
4203
|
-
// SquarePlay aliases
|
|
4204
|
-
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4205
|
-
export {
|
|
4206
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
4207
|
-
default as PlaySquareIcon
|
|
4208
|
-
} from '../icons/square-play';
|
|
4209
4251
|
// SquareSigma aliases
|
|
4210
4252
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4211
4253
|
export {
|
|
@@ -4236,6 +4278,12 @@ export {
|
|
|
4236
4278
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
4237
4279
|
default as SplitSquareHorizontalIcon
|
|
4238
4280
|
} from '../icons/square-split-horizontal';
|
|
4281
|
+
// SquareUserRound aliases
|
|
4282
|
+
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4283
|
+
export {
|
|
4284
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
4285
|
+
default as UserSquare2Icon
|
|
4286
|
+
} from '../icons/square-user-round';
|
|
4239
4287
|
// SquareTerminal aliases
|
|
4240
4288
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4241
4289
|
export {
|
|
@@ -4248,42 +4296,36 @@ export {
|
|
|
4248
4296
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
4249
4297
|
default as UserSquareIcon
|
|
4250
4298
|
} from '../icons/square-user';
|
|
4251
|
-
//
|
|
4252
|
-
export { default as
|
|
4299
|
+
// TestTubeDiagonal aliases
|
|
4300
|
+
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4253
4301
|
export {
|
|
4254
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4255
|
-
default as
|
|
4256
|
-
} from '../icons/
|
|
4302
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
4303
|
+
default as TestTube2Icon
|
|
4304
|
+
} from '../icons/test-tube-diagonal';
|
|
4257
4305
|
// SquareX aliases
|
|
4258
4306
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4259
4307
|
export {
|
|
4260
4308
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
4261
4309
|
default as XSquareIcon
|
|
4262
4310
|
} from '../icons/square-x';
|
|
4263
|
-
// TestTubeDiagonal aliases
|
|
4264
|
-
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4265
|
-
export {
|
|
4266
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
4267
|
-
default as TestTube2Icon
|
|
4268
|
-
} from '../icons/test-tube-diagonal';
|
|
4269
4311
|
// TextAlignCenter aliases
|
|
4270
4312
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4271
4313
|
export {
|
|
4272
4314
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4273
4315
|
default as AlignCenterIcon
|
|
4274
4316
|
} from '../icons/text-align-center';
|
|
4275
|
-
// TextAlignEnd aliases
|
|
4276
|
-
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4277
|
-
export {
|
|
4278
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4279
|
-
default as AlignRightIcon
|
|
4280
|
-
} from '../icons/text-align-end';
|
|
4281
4317
|
// TextAlignJustify aliases
|
|
4282
4318
|
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4283
4319
|
export {
|
|
4284
4320
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
|
|
4285
4321
|
default as AlignJustifyIcon
|
|
4286
4322
|
} from '../icons/text-align-justify';
|
|
4323
|
+
// TextAlignEnd aliases
|
|
4324
|
+
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4325
|
+
export {
|
|
4326
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4327
|
+
default as AlignRightIcon
|
|
4328
|
+
} from '../icons/text-align-end';
|
|
4287
4329
|
// TextAlignStart aliases
|
|
4288
4330
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4289
4331
|
export {
|
|
@@ -4300,6 +4342,12 @@ export {
|
|
|
4300
4342
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
4301
4343
|
default as LetterTextIcon
|
|
4302
4344
|
} from '../icons/text-initial';
|
|
4345
|
+
// TextWrap aliases
|
|
4346
|
+
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4347
|
+
export {
|
|
4348
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4349
|
+
default as WrapTextIcon
|
|
4350
|
+
} from '../icons/text-wrap';
|
|
4303
4351
|
// TramFront aliases
|
|
4304
4352
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4305
4353
|
export {
|
|
@@ -4312,12 +4360,6 @@ export {
|
|
|
4312
4360
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
4313
4361
|
default as PalmtreeIcon
|
|
4314
4362
|
} from '../icons/tree-palm';
|
|
4315
|
-
// TextWrap aliases
|
|
4316
|
-
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4317
|
-
export {
|
|
4318
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4319
|
-
default as WrapTextIcon
|
|
4320
|
-
} from '../icons/text-wrap';
|
|
4321
4363
|
// TriangleAlert aliases
|
|
4322
4364
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4323
4365
|
export {
|
|
@@ -4330,36 +4372,30 @@ export {
|
|
|
4330
4372
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4331
4373
|
default as School2Icon
|
|
4332
4374
|
} from '../icons/university';
|
|
4333
|
-
// UserRoundCheck aliases
|
|
4334
|
-
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4335
|
-
export {
|
|
4336
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
4337
|
-
default as UserCheck2Icon
|
|
4338
|
-
} from '../icons/user-round-check';
|
|
4339
4375
|
// TvMinimal aliases
|
|
4340
4376
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4341
4377
|
export {
|
|
4342
4378
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
4343
4379
|
default as Tv2Icon
|
|
4344
4380
|
} from '../icons/tv-minimal';
|
|
4345
|
-
//
|
|
4346
|
-
export { default as
|
|
4381
|
+
// UserRoundCheck aliases
|
|
4382
|
+
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4347
4383
|
export {
|
|
4348
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4349
|
-
default as
|
|
4350
|
-
} from '../icons/user-round-
|
|
4384
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
4385
|
+
default as UserCheck2Icon
|
|
4386
|
+
} from '../icons/user-round-check';
|
|
4351
4387
|
// UserRoundCog aliases
|
|
4352
4388
|
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4353
4389
|
export {
|
|
4354
4390
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
4355
4391
|
default as UserCog2Icon
|
|
4356
4392
|
} from '../icons/user-round-cog';
|
|
4357
|
-
//
|
|
4358
|
-
export { default as
|
|
4393
|
+
// UserRoundMinus aliases
|
|
4394
|
+
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4359
4395
|
export {
|
|
4360
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4361
|
-
default as
|
|
4362
|
-
} from '../icons/user-round-
|
|
4396
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
4397
|
+
default as UserMinus2Icon
|
|
4398
|
+
} from '../icons/user-round-minus';
|
|
4363
4399
|
// UserRoundPlus aliases
|
|
4364
4400
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4365
4401
|
export {
|
|
@@ -4372,6 +4408,12 @@ export {
|
|
|
4372
4408
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4373
4409
|
default as User2Icon
|
|
4374
4410
|
} from '../icons/user-round';
|
|
4411
|
+
// UserRoundX aliases
|
|
4412
|
+
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4413
|
+
export {
|
|
4414
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4415
|
+
default as UserX2Icon
|
|
4416
|
+
} from '../icons/user-round-x';
|
|
4375
4417
|
// UsersRound aliases
|
|
4376
4418
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4377
4419
|
export {
|