@lucide/astro 1.28.0 → 1.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +134 -134
- package/src/aliases/prefixed.ts +758 -750
- package/src/aliases/suffixed.ts +1064 -1056
- package/src/icons/index.ts +224 -220
- package/src/icons/layer-arrow-down.ts +18 -0
- package/src/icons/layer-arrow-up.ts +18 -0
- package/src/icons/layers-arrow-down.ts +18 -0
- package/src/icons/layers-arrow-up.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
-
// AArrowUp aliases
|
|
4
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
3
|
// ALargeSmall aliases
|
|
6
4
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
5
|
// Accessibility aliases
|
|
8
6
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
|
+
// AArrowUp aliases
|
|
8
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
11
|
// Ad aliases
|
|
12
12
|
export { default as AdIcon } from '../icons/ad';
|
|
13
|
-
// AirVent aliases
|
|
14
|
-
export { default as AirVentIcon } from '../icons/air-vent';
|
|
15
13
|
// Airplay aliases
|
|
16
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
17
|
-
//
|
|
18
|
-
export { default as
|
|
15
|
+
// AirVent aliases
|
|
16
|
+
export { default as AirVentIcon } from '../icons/air-vent';
|
|
19
17
|
// AlarmClock aliases
|
|
20
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
21
19
|
// AlarmSmoke aliases
|
|
22
20
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
23
21
|
// Album aliases
|
|
24
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
|
+
// AlarmClockOff aliases
|
|
24
|
+
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
25
25
|
// AlignCenterHorizontal aliases
|
|
26
26
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
27
|
+
// AlignCenterVertical aliases
|
|
28
|
+
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
29
|
// AlignEndHorizontal aliases
|
|
28
30
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
|
-
// AlignHorizontalDistributeCenter aliases
|
|
30
|
-
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
31
31
|
// AlignEndVertical aliases
|
|
32
32
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
|
-
// AlignCenterVertical aliases
|
|
34
|
-
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
35
|
-
// AlignHorizontalDistributeStart aliases
|
|
36
|
-
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
33
|
// AlignHorizontalDistributeEnd aliases
|
|
38
34
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
39
|
-
//
|
|
40
|
-
export { default as
|
|
35
|
+
// AlignHorizontalDistributeCenter aliases
|
|
36
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
37
|
+
// AlignHorizontalDistributeStart aliases
|
|
38
|
+
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
41
39
|
// AlignHorizontalJustifyCenter aliases
|
|
42
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
|
+
// AlignHorizontalJustifyEnd aliases
|
|
42
|
+
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
43
|
// AlignHorizontalJustifyStart aliases
|
|
44
44
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
45
|
// AlignHorizontalSpaceAround aliases
|
|
@@ -56,10 +56,10 @@ export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-ver
|
|
|
56
56
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
57
57
|
// AlignVerticalDistributeStart aliases
|
|
58
58
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
59
|
-
// AlignVerticalJustifyCenter aliases
|
|
60
|
-
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
61
59
|
// AlignVerticalJustifyEnd aliases
|
|
62
60
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
61
|
+
// AlignVerticalJustifyCenter aliases
|
|
62
|
+
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
63
63
|
// AlignVerticalJustifyStart aliases
|
|
64
64
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
65
65
|
// AlignVerticalSpaceAround aliases
|
|
@@ -68,38 +68,38 @@ export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical
|
|
|
68
68
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
69
69
|
// Ambulance aliases
|
|
70
70
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
71
|
-
// Ampersand aliases
|
|
72
|
-
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
73
71
|
// Ampersands aliases
|
|
74
72
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
73
|
+
// Ampersand aliases
|
|
74
|
+
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
75
75
|
// Amphora aliases
|
|
76
76
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
77
77
|
// Anchor aliases
|
|
78
78
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
79
|
-
// Angry aliases
|
|
80
|
-
export { default as AngryIcon } from '../icons/angry';
|
|
81
|
-
// Antenna aliases
|
|
82
|
-
export { default as AntennaIcon } from '../icons/antenna';
|
|
83
79
|
// Annoyed aliases
|
|
84
80
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
81
|
+
// Angry aliases
|
|
82
|
+
export { default as AngryIcon } from '../icons/angry';
|
|
85
83
|
// Anvil aliases
|
|
86
84
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
87
85
|
// Aperture aliases
|
|
88
86
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
|
+
// Antenna aliases
|
|
88
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
89
89
|
// AppWindowMac aliases
|
|
90
90
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
91
|
-
// AppWindow aliases
|
|
92
|
-
export { default as AppWindowIcon } from '../icons/app-window';
|
|
93
91
|
// ArchiveRestore aliases
|
|
94
92
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
93
|
// Archive aliases
|
|
96
94
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
97
|
-
//
|
|
98
|
-
export { default as
|
|
95
|
+
// AppWindow aliases
|
|
96
|
+
export { default as AppWindowIcon } from '../icons/app-window';
|
|
99
97
|
// ArchiveX aliases
|
|
100
98
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
101
99
|
// Armchair aliases
|
|
102
100
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
|
+
// Apple aliases
|
|
102
|
+
export { default as AppleIcon } from '../icons/apple';
|
|
103
103
|
// ArrowBigDownDash aliases
|
|
104
104
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
105
105
|
// ArrowBigDown aliases
|
|
@@ -108,36 +108,36 @@ export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
|
108
108
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
109
109
|
// ArrowBigLeft aliases
|
|
110
110
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
111
|
-
// ArrowBigRightDash aliases
|
|
112
|
-
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
113
111
|
// ArrowBigRight aliases
|
|
114
112
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
115
|
-
//
|
|
116
|
-
export { default as
|
|
113
|
+
// ArrowBigRightDash aliases
|
|
114
|
+
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
117
115
|
// ArrowBigUp aliases
|
|
118
116
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
119
|
-
//
|
|
120
|
-
export { default as
|
|
117
|
+
// ArrowBigUpDash aliases
|
|
118
|
+
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
121
119
|
// ArrowDownLeft aliases
|
|
122
120
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
121
|
+
// ArrowDownFromLine aliases
|
|
122
|
+
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
123
123
|
// ArrowDownNarrowWide aliases
|
|
124
124
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
125
125
|
// ArrowDownRight aliases
|
|
126
126
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
127
|
-
// ArrowDownToLine aliases
|
|
128
|
-
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
127
|
// ArrowDownToDot aliases
|
|
130
128
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
131
129
|
// ArrowDownUp aliases
|
|
132
130
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
133
131
|
// ArrowDown aliases
|
|
134
132
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
133
|
+
// ArrowDownToLine aliases
|
|
134
|
+
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
135
135
|
// ArrowLeftFromLine aliases
|
|
136
136
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
137
|
-
// ArrowLeftRight aliases
|
|
138
|
-
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
139
137
|
// ArrowLeftToLine aliases
|
|
140
138
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
|
+
// ArrowLeftRight aliases
|
|
140
|
+
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
141
141
|
// ArrowLeft aliases
|
|
142
142
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
143
143
|
// ArrowRightFromLine aliases
|
|
@@ -152,48 +152,48 @@ export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
|
152
152
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
153
153
|
// ArrowUpFromLine aliases
|
|
154
154
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
155
|
-
// ArrowUpFromDot aliases
|
|
156
|
-
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
157
155
|
// ArrowUpLeft aliases
|
|
158
156
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
|
+
// ArrowUpFromDot aliases
|
|
158
|
+
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
159
159
|
// ArrowUpRight aliases
|
|
160
160
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
161
|
-
// ArrowUpWideNarrow aliases
|
|
162
|
-
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
163
161
|
// ArrowUpToLine aliases
|
|
164
162
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
165
163
|
// ArrowUp aliases
|
|
166
164
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
165
|
+
// ArrowUpWideNarrow aliases
|
|
166
|
+
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
167
167
|
// ArrowsUpFromLine aliases
|
|
168
168
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
169
|
-
// Asterisk aliases
|
|
170
|
-
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
171
169
|
// Astroid aliases
|
|
172
170
|
export { default as AstroidIcon } from '../icons/astroid';
|
|
171
|
+
// Asterisk aliases
|
|
172
|
+
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
173
173
|
// AtSign aliases
|
|
174
174
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
175
175
|
// Atom aliases
|
|
176
176
|
export { default as AtomIcon } from '../icons/atom';
|
|
177
177
|
// AudioLines aliases
|
|
178
178
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
179
|
-
// AudioWaveform aliases
|
|
180
|
-
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
181
179
|
// Award aliases
|
|
182
180
|
export { default as AwardIcon } from '../icons/award';
|
|
183
181
|
// Axe aliases
|
|
184
182
|
export { default as AxeIcon } from '../icons/axe';
|
|
183
|
+
// AudioWaveform aliases
|
|
184
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
185
185
|
// Baby aliases
|
|
186
186
|
export { default as BabyIcon } from '../icons/baby';
|
|
187
187
|
// Backpack aliases
|
|
188
188
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
189
189
|
// BadgeAlert aliases
|
|
190
190
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
191
|
-
// BadgeCent aliases
|
|
192
|
-
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
193
191
|
// BadgeDollarSign aliases
|
|
194
192
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
195
193
|
// BadgeEuro aliases
|
|
196
194
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
195
|
+
// BadgeCent aliases
|
|
196
|
+
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
197
197
|
// BadgeIndianRupee aliases
|
|
198
198
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
199
199
|
// BadgeInfo aliases
|
|
@@ -202,42 +202,42 @@ export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
|
202
202
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
203
203
|
// BadgeMinus aliases
|
|
204
204
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
205
|
-
// BadgePlus aliases
|
|
206
|
-
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
207
205
|
// BadgePercent aliases
|
|
208
206
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
207
|
+
// BadgePlus aliases
|
|
208
|
+
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
209
209
|
// BadgePoundSterling aliases
|
|
210
210
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
211
|
-
// BadgeRussianRuble aliases
|
|
212
|
-
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
213
211
|
// BadgeSwissFranc aliases
|
|
214
212
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
215
|
-
// BadgeX aliases
|
|
216
|
-
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
217
213
|
// BadgeTurkishLira aliases
|
|
218
214
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
219
|
-
//
|
|
220
|
-
export { default as
|
|
221
|
-
//
|
|
222
|
-
export { default as
|
|
215
|
+
// BadgeRussianRuble aliases
|
|
216
|
+
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
217
|
+
// BadgeX aliases
|
|
218
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
223
219
|
// Badge aliases
|
|
224
220
|
export { default as BadgeIcon } from '../icons/badge';
|
|
221
|
+
// BaggageClaim aliases
|
|
222
|
+
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
225
223
|
// Ban aliases
|
|
226
224
|
export { default as BanIcon } from '../icons/ban';
|
|
225
|
+
// Balloon aliases
|
|
226
|
+
export { default as BalloonIcon } from '../icons/balloon';
|
|
227
227
|
// Banana aliases
|
|
228
228
|
export { default as BananaIcon } from '../icons/banana';
|
|
229
229
|
// Bandage aliases
|
|
230
230
|
export { default as BandageIcon } from '../icons/bandage';
|
|
231
|
+
// BanknoteArrowUp aliases
|
|
232
|
+
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
231
233
|
// BanknoteArrowDown aliases
|
|
232
234
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
233
|
-
// BanknoteCheck aliases
|
|
234
|
-
export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
235
235
|
// BanknoteX aliases
|
|
236
236
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
237
237
|
// Banknote aliases
|
|
238
238
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
239
|
-
//
|
|
240
|
-
export { default as
|
|
239
|
+
// BanknoteCheck aliases
|
|
240
|
+
export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
241
241
|
// Barcode aliases
|
|
242
242
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
243
243
|
// Barrel aliases
|
|
@@ -256,98 +256,98 @@ export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
|
256
256
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
257
257
|
// BatteryPlus aliases
|
|
258
258
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
259
|
-
// BatteryWarning aliases
|
|
260
|
-
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
261
259
|
// Battery aliases
|
|
262
260
|
export { default as BatteryIcon } from '../icons/battery';
|
|
263
|
-
//
|
|
264
|
-
export { default as
|
|
261
|
+
// BatteryWarning aliases
|
|
262
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
265
263
|
// BeanOff aliases
|
|
266
264
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
267
265
|
// Bean aliases
|
|
268
266
|
export { default as BeanIcon } from '../icons/bean';
|
|
267
|
+
// Beaker aliases
|
|
268
|
+
export { default as BeakerIcon } from '../icons/beaker';
|
|
269
269
|
// BedDouble aliases
|
|
270
270
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
271
271
|
// BedSingle aliases
|
|
272
272
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
273
|
-
// Bed aliases
|
|
274
|
-
export { default as BedIcon } from '../icons/bed';
|
|
275
273
|
// BeefOff aliases
|
|
276
274
|
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
275
|
+
// Bed aliases
|
|
276
|
+
export { default as BedIcon } from '../icons/bed';
|
|
277
277
|
// Beef aliases
|
|
278
278
|
export { default as BeefIcon } from '../icons/beef';
|
|
279
|
-
// BeerOff aliases
|
|
280
|
-
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
281
279
|
// Beer aliases
|
|
282
280
|
export { default as BeerIcon } from '../icons/beer';
|
|
283
281
|
// BellDot aliases
|
|
284
282
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
283
|
+
// BeerOff aliases
|
|
284
|
+
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
285
|
+
// BellCheck aliases
|
|
286
|
+
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
285
287
|
// BellElectric aliases
|
|
286
288
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
287
289
|
// BellMinus aliases
|
|
288
290
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
289
291
|
// BellOff aliases
|
|
290
292
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
291
|
-
// BellCheck aliases
|
|
292
|
-
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
293
|
-
// BellPlus aliases
|
|
294
|
-
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
295
293
|
// BellRing aliases
|
|
296
294
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
297
|
-
//
|
|
298
|
-
export { default as
|
|
295
|
+
// BellPlus aliases
|
|
296
|
+
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
299
297
|
// BetweenVerticalEnd aliases
|
|
300
298
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
299
|
+
// Bell aliases
|
|
300
|
+
export { default as BellIcon } from '../icons/bell';
|
|
301
301
|
// BetweenVerticalStart aliases
|
|
302
302
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
303
303
|
// BicepsFlexed aliases
|
|
304
304
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
305
305
|
// Bike aliases
|
|
306
306
|
export { default as BikeIcon } from '../icons/bike';
|
|
307
|
-
// Binary aliases
|
|
308
|
-
export { default as BinaryIcon } from '../icons/binary';
|
|
309
307
|
// Binoculars aliases
|
|
310
308
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
309
|
+
// Binary aliases
|
|
310
|
+
export { default as BinaryIcon } from '../icons/binary';
|
|
311
311
|
// Biohazard aliases
|
|
312
312
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
313
313
|
// Bird aliases
|
|
314
314
|
export { default as BirdIcon } from '../icons/bird';
|
|
315
|
-
// Bitcoin aliases
|
|
316
|
-
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
317
315
|
// Birdhouse aliases
|
|
318
316
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
319
317
|
// Blend aliases
|
|
320
318
|
export { default as BlendIcon } from '../icons/blend';
|
|
319
|
+
// Bitcoin aliases
|
|
320
|
+
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
321
321
|
// Blender aliases
|
|
322
322
|
export { default as BlenderIcon } from '../icons/blender';
|
|
323
|
-
// Blocks aliases
|
|
324
|
-
export { default as BlocksIcon } from '../icons/blocks';
|
|
325
323
|
// Blinds aliases
|
|
326
324
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
327
325
|
// BluetoothConnected aliases
|
|
328
326
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
327
|
+
// Blocks aliases
|
|
328
|
+
export { default as BlocksIcon } from '../icons/blocks';
|
|
329
329
|
// BluetoothOff aliases
|
|
330
330
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
331
|
+
// Bold aliases
|
|
332
|
+
export { default as BoldIcon } from '../icons/bold';
|
|
331
333
|
// BluetoothSearching aliases
|
|
332
334
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
333
335
|
// Bluetooth aliases
|
|
334
336
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
335
|
-
// Bold aliases
|
|
336
|
-
export { default as BoldIcon } from '../icons/bold';
|
|
337
337
|
// Bolt aliases
|
|
338
338
|
export { default as BoltIcon } from '../icons/bolt';
|
|
339
|
-
// BoneFracture aliases
|
|
340
|
-
export { default as BoneFractureIcon } from '../icons/bone-fracture';
|
|
341
339
|
// Bomb aliases
|
|
342
340
|
export { default as BombIcon } from '../icons/bomb';
|
|
343
|
-
//
|
|
344
|
-
export { default as
|
|
341
|
+
// BoneFracture aliases
|
|
342
|
+
export { default as BoneFractureIcon } from '../icons/bone-fracture';
|
|
345
343
|
// Bone aliases
|
|
346
344
|
export { default as BoneIcon } from '../icons/bone';
|
|
347
|
-
//
|
|
348
|
-
export { default as
|
|
345
|
+
// BookA aliases
|
|
346
|
+
export { default as BookAIcon } from '../icons/book-a';
|
|
349
347
|
// BookAlert aliases
|
|
350
348
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
349
|
+
// BookAudio aliases
|
|
350
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
351
351
|
// BookCheck aliases
|
|
352
352
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
353
353
|
// BookCopy aliases
|
|
@@ -358,148 +358,148 @@ export { default as BookDownIcon } from '../icons/book-down';
|
|
|
358
358
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
359
359
|
// BookHeart aliases
|
|
360
360
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
361
|
-
// BookImage aliases
|
|
362
|
-
export { default as BookImageIcon } from '../icons/book-image';
|
|
363
|
-
// BookKey aliases
|
|
364
|
-
export { default as BookKeyIcon } from '../icons/book-key';
|
|
365
361
|
// BookLock aliases
|
|
366
362
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
363
|
+
// BookImage aliases
|
|
364
|
+
export { default as BookImageIcon } from '../icons/book-image';
|
|
367
365
|
// BookMarked aliases
|
|
368
366
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
367
|
+
// BookKey aliases
|
|
368
|
+
export { default as BookKeyIcon } from '../icons/book-key';
|
|
369
369
|
// BookMinus aliases
|
|
370
370
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
371
371
|
// BookOpenCheck aliases
|
|
372
372
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
373
|
-
// BookOpen aliases
|
|
374
|
-
export { default as BookOpenIcon } from '../icons/book-open';
|
|
375
373
|
// BookOpenText aliases
|
|
376
374
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
375
|
+
// BookOpen aliases
|
|
376
|
+
export { default as BookOpenIcon } from '../icons/book-open';
|
|
377
377
|
// BookPlus aliases
|
|
378
378
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
379
379
|
// BookSearch aliases
|
|
380
380
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
381
381
|
// BookText aliases
|
|
382
382
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
383
|
-
// BookType aliases
|
|
384
|
-
export { default as BookTypeIcon } from '../icons/book-type';
|
|
385
383
|
// BookUp2 aliases
|
|
386
384
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
387
|
-
// BookUser aliases
|
|
388
|
-
export { default as BookUserIcon } from '../icons/book-user';
|
|
389
385
|
// BookUp aliases
|
|
390
386
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
387
|
+
// BookType aliases
|
|
388
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
389
|
+
// BookUser aliases
|
|
390
|
+
export { default as BookUserIcon } from '../icons/book-user';
|
|
391
391
|
// BookX aliases
|
|
392
392
|
export { default as BookXIcon } from '../icons/book-x';
|
|
393
|
-
// BookmarkMinus aliases
|
|
394
|
-
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
395
393
|
// Book aliases
|
|
396
394
|
export { default as BookIcon } from '../icons/book';
|
|
397
395
|
// BookmarkCheck aliases
|
|
398
396
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
399
397
|
// BookmarkOff aliases
|
|
400
398
|
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
399
|
+
// BookmarkMinus aliases
|
|
400
|
+
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
401
401
|
// BookmarkPlus aliases
|
|
402
402
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
403
|
-
// BookmarkX aliases
|
|
404
|
-
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
405
403
|
// Bookmark aliases
|
|
406
404
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
405
|
+
// BookmarkX aliases
|
|
406
|
+
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
407
|
+
// BoomBox aliases
|
|
408
|
+
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
407
409
|
// BotMessageSquare aliases
|
|
408
410
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
409
|
-
// Bot aliases
|
|
410
|
-
export { default as BotIcon } from '../icons/bot';
|
|
411
411
|
// BotOff aliases
|
|
412
412
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
413
|
-
//
|
|
414
|
-
export { default as
|
|
413
|
+
// Bot aliases
|
|
414
|
+
export { default as BotIcon } from '../icons/bot';
|
|
415
|
+
// BowArrow aliases
|
|
416
|
+
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
415
417
|
// BottleWine aliases
|
|
416
418
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
417
419
|
// Box aliases
|
|
418
420
|
export { default as BoxIcon } from '../icons/box';
|
|
419
421
|
// Boxes aliases
|
|
420
422
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
421
|
-
// BowArrow aliases
|
|
422
|
-
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
423
423
|
// Brackets aliases
|
|
424
424
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
425
425
|
// BrainCircuit aliases
|
|
426
426
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
427
|
+
// Brain aliases
|
|
428
|
+
export { default as BrainIcon } from '../icons/brain';
|
|
427
429
|
// BrainCog aliases
|
|
428
430
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
429
431
|
// BrickWallFire aliases
|
|
430
432
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
431
433
|
// BrickWallShield aliases
|
|
432
434
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
433
|
-
// Brain aliases
|
|
434
|
-
export { default as BrainIcon } from '../icons/brain';
|
|
435
435
|
// BrickWall aliases
|
|
436
436
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
437
437
|
// BriefcaseBusiness aliases
|
|
438
438
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
439
439
|
// BriefcaseConveyorBelt aliases
|
|
440
440
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
441
|
-
// Briefcase aliases
|
|
442
|
-
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
443
441
|
// BriefcaseMedical aliases
|
|
444
442
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
443
|
+
// Briefcase aliases
|
|
444
|
+
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
445
|
+
// Brush aliases
|
|
446
|
+
export { default as BrushIcon } from '../icons/brush';
|
|
445
447
|
// BringToFront aliases
|
|
446
448
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
447
449
|
// Broccoli aliases
|
|
448
450
|
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
449
|
-
// BrushCleaning aliases
|
|
450
|
-
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
451
|
-
// Brush aliases
|
|
452
|
-
export { default as BrushIcon } from '../icons/brush';
|
|
453
451
|
// Bubbles aliases
|
|
454
452
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
453
|
+
// BrushCleaning aliases
|
|
454
|
+
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
455
455
|
// BugOff aliases
|
|
456
456
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
457
|
-
// BugPlay aliases
|
|
458
|
-
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
459
457
|
// Bug aliases
|
|
460
458
|
export { default as BugIcon } from '../icons/bug';
|
|
459
|
+
// BugPlay aliases
|
|
460
|
+
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
461
461
|
// Building2 aliases
|
|
462
462
|
export { default as Building2Icon } from '../icons/building-2';
|
|
463
|
-
// Building aliases
|
|
464
|
-
export { default as BuildingIcon } from '../icons/building';
|
|
465
463
|
// BusFront aliases
|
|
466
464
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
465
|
+
// Building aliases
|
|
466
|
+
export { default as BuildingIcon } from '../icons/building';
|
|
467
467
|
// Bus aliases
|
|
468
468
|
export { default as BusIcon } from '../icons/bus';
|
|
469
469
|
// CableCar aliases
|
|
470
470
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
471
|
-
// CakeSlice aliases
|
|
472
|
-
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
473
|
-
// Calculator aliases
|
|
474
|
-
export { default as CalculatorIcon } from '../icons/calculator';
|
|
475
471
|
// Cable aliases
|
|
476
472
|
export { default as CableIcon } from '../icons/cable';
|
|
477
|
-
//
|
|
478
|
-
export { default as
|
|
479
|
-
// CalendarArrowDown aliases
|
|
480
|
-
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
473
|
+
// CakeSlice aliases
|
|
474
|
+
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
481
475
|
// Cake aliases
|
|
482
476
|
export { default as CakeIcon } from '../icons/cake';
|
|
477
|
+
// Calendar1 aliases
|
|
478
|
+
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
479
|
+
// Calculator aliases
|
|
480
|
+
export { default as CalculatorIcon } from '../icons/calculator';
|
|
483
481
|
// CalendarArrowUp aliases
|
|
484
482
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
483
|
+
// CalendarArrowDown aliases
|
|
484
|
+
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
485
|
+
// CalendarCheck aliases
|
|
486
|
+
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
485
487
|
// CalendarCheck2 aliases
|
|
486
488
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
487
489
|
// CalendarClock aliases
|
|
488
490
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
489
|
-
// CalendarCheck aliases
|
|
490
|
-
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
491
491
|
// CalendarCog aliases
|
|
492
492
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
493
493
|
// CalendarDays aliases
|
|
494
494
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
495
495
|
// CalendarFold aliases
|
|
496
496
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
497
|
+
// CalendarHeart aliases
|
|
498
|
+
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
497
499
|
// CalendarMinus2 aliases
|
|
498
500
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
499
501
|
// CalendarOff aliases
|
|
500
502
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
501
|
-
// CalendarHeart aliases
|
|
502
|
-
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
503
503
|
// CalendarMinus aliases
|
|
504
504
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
505
505
|
// CalendarPlus2 aliases
|
|
@@ -512,24 +512,24 @@ export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
|
512
512
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
513
513
|
// CalendarSync aliases
|
|
514
514
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
515
|
-
// CalendarX aliases
|
|
516
|
-
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
517
515
|
// CalendarX2 aliases
|
|
518
516
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
517
|
+
// CalendarX aliases
|
|
518
|
+
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
519
519
|
// Calendar aliases
|
|
520
520
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
521
|
+
// Camera aliases
|
|
522
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
521
523
|
// Calendars aliases
|
|
522
524
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
523
525
|
// CameraOff aliases
|
|
524
526
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
525
|
-
// Camera aliases
|
|
526
|
-
export { default as CameraIcon } from '../icons/camera';
|
|
527
527
|
// CandyCane aliases
|
|
528
528
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
529
|
-
// Candy aliases
|
|
530
|
-
export { default as CandyIcon } from '../icons/candy';
|
|
531
529
|
// CandyOff aliases
|
|
532
530
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
531
|
+
// Candy aliases
|
|
532
|
+
export { default as CandyIcon } from '../icons/candy';
|
|
533
533
|
// CannabisOff aliases
|
|
534
534
|
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
535
535
|
// Cannabis aliases
|
|
@@ -538,12 +538,12 @@ export { default as CannabisIcon } from '../icons/cannabis';
|
|
|
538
538
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
539
539
|
// CarFront aliases
|
|
540
540
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
541
|
-
// CarTaxiFront aliases
|
|
542
|
-
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
543
|
-
// Caravan aliases
|
|
544
|
-
export { default as CaravanIcon } from '../icons/caravan';
|
|
545
541
|
// Car aliases
|
|
546
542
|
export { default as CarIcon } from '../icons/car';
|
|
543
|
+
// Caravan aliases
|
|
544
|
+
export { default as CaravanIcon } from '../icons/caravan';
|
|
545
|
+
// CarTaxiFront aliases
|
|
546
|
+
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
547
547
|
// CardSim aliases
|
|
548
548
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
549
549
|
// Carrot aliases
|
|
@@ -554,84 +554,84 @@ export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
|
554
554
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
555
555
|
// CaseUpper aliases
|
|
556
556
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
557
|
+
// CassetteTape aliases
|
|
558
|
+
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
557
559
|
// Cast aliases
|
|
558
560
|
export { default as CastIcon } from '../icons/cast';
|
|
559
561
|
// Castle aliases
|
|
560
562
|
export { default as CastleIcon } from '../icons/castle';
|
|
561
|
-
// CassetteTape aliases
|
|
562
|
-
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
563
563
|
// Cat aliases
|
|
564
564
|
export { default as CatIcon } from '../icons/cat';
|
|
565
|
-
// CctvOff aliases
|
|
566
|
-
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
567
|
-
// Cctv aliases
|
|
568
|
-
export { default as CctvIcon } from '../icons/cctv';
|
|
569
565
|
// ChartBarIncreasing aliases
|
|
570
566
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
571
|
-
//
|
|
572
|
-
export { default as
|
|
567
|
+
// Cctv aliases
|
|
568
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
569
|
+
// CctvOff aliases
|
|
570
|
+
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
573
571
|
// ChartBarDecreasing aliases
|
|
574
572
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
573
|
+
// ChartBarStacked aliases
|
|
574
|
+
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
575
575
|
// ChartColumnDecreasing aliases
|
|
576
576
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
577
577
|
// ChartColumnStacked aliases
|
|
578
578
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
579
579
|
// ChartGantt aliases
|
|
580
580
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
581
|
-
// ChartNetwork aliases
|
|
582
|
-
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
583
581
|
// ChartNoAxesColumnDecreasing aliases
|
|
584
582
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
585
|
-
//
|
|
586
|
-
export { default as
|
|
583
|
+
// ChartNetwork aliases
|
|
584
|
+
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
587
585
|
// ChartNoAxesCombined aliases
|
|
588
586
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
589
|
-
//
|
|
590
|
-
export { default as
|
|
587
|
+
// ChartSpline aliases
|
|
588
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
591
589
|
// CheckCheck aliases
|
|
592
590
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
593
|
-
//
|
|
594
|
-
export { default as
|
|
591
|
+
// CheckLine aliases
|
|
592
|
+
export { default as CheckLineIcon } from '../icons/check-line';
|
|
595
593
|
// ChefHat aliases
|
|
596
594
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
597
595
|
// Cherry aliases
|
|
598
596
|
export { default as CherryIcon } from '../icons/cherry';
|
|
597
|
+
// Check aliases
|
|
598
|
+
export { default as CheckIcon } from '../icons/check';
|
|
599
599
|
// ChessBishop aliases
|
|
600
600
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
601
|
-
// ChessKing aliases
|
|
602
|
-
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
603
601
|
// ChessKnight aliases
|
|
604
602
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
603
|
+
// ChessKing aliases
|
|
604
|
+
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
605
605
|
// ChessPawn aliases
|
|
606
606
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
607
607
|
// ChessQueen aliases
|
|
608
608
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
609
609
|
// ChessRook aliases
|
|
610
610
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
611
|
-
// ChevronFirst aliases
|
|
612
|
-
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
613
611
|
// ChevronDown aliases
|
|
614
612
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
615
613
|
// ChevronLast aliases
|
|
616
614
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
615
|
+
// ChevronFirst aliases
|
|
616
|
+
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
617
617
|
// ChevronLeft aliases
|
|
618
618
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
619
619
|
// ChevronUp aliases
|
|
620
620
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
621
|
-
// ChevronsDownUp aliases
|
|
622
|
-
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
623
621
|
// ChevronRight aliases
|
|
624
622
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
623
|
+
// ChevronsDownUp aliases
|
|
624
|
+
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
625
625
|
// ChevronsDown aliases
|
|
626
626
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
627
627
|
// ChevronsLeftRightEllipsis aliases
|
|
628
628
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
629
|
+
// ChevronsRightLeft aliases
|
|
630
|
+
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
629
631
|
// ChevronsLeft aliases
|
|
630
632
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
631
633
|
// ChevronsLeftRight aliases
|
|
632
634
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
633
|
-
// ChevronsRightLeft aliases
|
|
634
|
-
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
635
635
|
// ChevronsRight aliases
|
|
636
636
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
637
637
|
// ChevronsUpDown aliases
|
|
@@ -640,16 +640,16 @@ export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
|
640
640
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
641
641
|
// Church aliases
|
|
642
642
|
export { default as ChurchIcon } from '../icons/church';
|
|
643
|
-
// CigaretteOff aliases
|
|
644
|
-
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
645
643
|
// Cigarette aliases
|
|
646
644
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
645
|
+
// CigaretteOff aliases
|
|
646
|
+
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
647
647
|
// CircleDashed aliases
|
|
648
648
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
649
|
-
// CircleDollarSign aliases
|
|
650
|
-
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
651
649
|
// CircleDotDashed aliases
|
|
652
650
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
651
|
+
// CircleDollarSign aliases
|
|
652
|
+
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
653
653
|
// CircleDot aliases
|
|
654
654
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
655
655
|
// CircleEllipsis aliases
|
|
@@ -664,10 +664,10 @@ export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow
|
|
|
664
664
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
665
665
|
// CircleOff aliases
|
|
666
666
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
667
|
-
// CirclePile aliases
|
|
668
|
-
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
669
667
|
// CirclePoundSterling aliases
|
|
670
668
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
669
|
+
// CirclePile aliases
|
|
670
|
+
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
671
671
|
// CircleSlash aliases
|
|
672
672
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
673
673
|
// CircleSmall aliases
|
|
@@ -676,12 +676,12 @@ export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
|
676
676
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
677
677
|
// Circle aliases
|
|
678
678
|
export { default as CircleIcon } from '../icons/circle';
|
|
679
|
+
// CircuitBoard aliases
|
|
680
|
+
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
679
681
|
// Citrus aliases
|
|
680
682
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
681
683
|
// Clapperboard aliases
|
|
682
684
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
683
|
-
// CircuitBoard aliases
|
|
684
|
-
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
685
685
|
// ClipboardCheck aliases
|
|
686
686
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
687
687
|
// ClipboardClock aliases
|
|
@@ -698,8 +698,6 @@ export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
|
698
698
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
699
699
|
// ClipboardType aliases
|
|
700
700
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
701
|
-
// Clipboard aliases
|
|
702
|
-
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
703
701
|
// ClipboardX aliases
|
|
704
702
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
705
703
|
// Clock1 aliases
|
|
@@ -708,26 +706,28 @@ export { default as Clock1Icon } from '../icons/clock-1';
|
|
|
708
706
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
709
707
|
// Clock11 aliases
|
|
710
708
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
711
|
-
//
|
|
712
|
-
export { default as
|
|
709
|
+
// Clipboard aliases
|
|
710
|
+
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
713
711
|
// Clock12 aliases
|
|
714
712
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
713
|
+
// Clock2 aliases
|
|
714
|
+
export { default as Clock2Icon } from '../icons/clock-2';
|
|
715
715
|
// Clock3 aliases
|
|
716
716
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
717
717
|
// Clock4 aliases
|
|
718
718
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
719
|
-
// Clock5 aliases
|
|
720
|
-
export { default as Clock5Icon } from '../icons/clock-5';
|
|
721
719
|
// Clock6 aliases
|
|
722
720
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
723
721
|
// Clock7 aliases
|
|
724
722
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
723
|
+
// Clock5 aliases
|
|
724
|
+
export { default as Clock5Icon } from '../icons/clock-5';
|
|
725
725
|
// Clock8 aliases
|
|
726
726
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
727
|
-
// ClockAlert aliases
|
|
728
|
-
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
729
727
|
// Clock9 aliases
|
|
730
728
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
729
|
+
// ClockAlert aliases
|
|
730
|
+
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
731
731
|
// ClockArrowDown aliases
|
|
732
732
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
733
733
|
// ClockArrowUp aliases
|
|
@@ -736,14 +736,14 @@ export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
|
736
736
|
export { default as ClockArrowRightIcon } from '../icons/clock-arrow-right';
|
|
737
737
|
// ClockArrowLeft aliases
|
|
738
738
|
export { default as ClockArrowLeftIcon } from '../icons/clock-arrow-left';
|
|
739
|
-
// ClockFading aliases
|
|
740
|
-
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
741
739
|
// ClockCheck aliases
|
|
742
740
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
743
|
-
//
|
|
744
|
-
export { default as
|
|
741
|
+
// ClockFading aliases
|
|
742
|
+
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
745
743
|
// ClockPlus aliases
|
|
746
744
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
745
|
+
// Clock aliases
|
|
746
|
+
export { default as ClockIcon } from '../icons/clock';
|
|
747
747
|
// ClosedCaption aliases
|
|
748
748
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
749
749
|
// CloudAlert aliases
|
|
@@ -756,80 +756,80 @@ export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
|
756
756
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
757
757
|
// CloudDrizzle aliases
|
|
758
758
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
759
|
+
// CloudLightning aliases
|
|
760
|
+
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
759
761
|
// CloudFog aliases
|
|
760
762
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
761
763
|
// CloudHail aliases
|
|
762
764
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
763
|
-
// CloudLightning aliases
|
|
764
|
-
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
765
765
|
// CloudMoonRain aliases
|
|
766
766
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
767
|
-
// CloudMoon aliases
|
|
768
|
-
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
769
767
|
// CloudOff aliases
|
|
770
768
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
771
|
-
//
|
|
772
|
-
export { default as
|
|
769
|
+
// CloudMoon aliases
|
|
770
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
773
771
|
// CloudRain aliases
|
|
774
772
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
773
|
+
// CloudRainWind aliases
|
|
774
|
+
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
775
775
|
// CloudSnow aliases
|
|
776
776
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
777
777
|
// CloudSunRain aliases
|
|
778
778
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
779
|
-
// CloudSync aliases
|
|
780
|
-
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
781
779
|
// CloudSun aliases
|
|
782
780
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
783
|
-
//
|
|
784
|
-
export { default as
|
|
781
|
+
// CloudSync aliases
|
|
782
|
+
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
785
783
|
// Cloud aliases
|
|
786
784
|
export { default as CloudIcon } from '../icons/cloud';
|
|
787
785
|
// Clover aliases
|
|
788
786
|
export { default as CloverIcon } from '../icons/clover';
|
|
787
|
+
// Cloudy aliases
|
|
788
|
+
export { default as CloudyIcon } from '../icons/cloudy';
|
|
789
|
+
// Code aliases
|
|
790
|
+
export { default as CodeIcon } from '../icons/code';
|
|
789
791
|
// Club aliases
|
|
790
792
|
export { default as ClubIcon } from '../icons/club';
|
|
791
793
|
// Coffee aliases
|
|
792
794
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
793
|
-
//
|
|
794
|
-
export { default as
|
|
795
|
+
// Coins aliases
|
|
796
|
+
export { default as CoinsIcon } from '../icons/coins';
|
|
795
797
|
// Cog aliases
|
|
796
798
|
export { default as CogIcon } from '../icons/cog';
|
|
797
799
|
// Columns4 aliases
|
|
798
800
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
799
|
-
// Coins aliases
|
|
800
|
-
export { default as CoinsIcon } from '../icons/coins';
|
|
801
801
|
// Combine aliases
|
|
802
802
|
export { default as CombineIcon } from '../icons/combine';
|
|
803
|
+
// Compass aliases
|
|
804
|
+
export { default as CompassIcon } from '../icons/compass';
|
|
803
805
|
// Command aliases
|
|
804
806
|
export { default as CommandIcon } from '../icons/command';
|
|
805
807
|
// Component aliases
|
|
806
808
|
export { default as ComponentIcon } from '../icons/component';
|
|
807
|
-
// Compass aliases
|
|
808
|
-
export { default as CompassIcon } from '../icons/compass';
|
|
809
809
|
// Computer aliases
|
|
810
810
|
export { default as ComputerIcon } from '../icons/computer';
|
|
811
|
+
// Cone aliases
|
|
812
|
+
export { default as ConeIcon } from '../icons/cone';
|
|
811
813
|
// ConciergeBell aliases
|
|
812
814
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
813
815
|
// Construction aliases
|
|
814
816
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
815
|
-
// Cone aliases
|
|
816
|
-
export { default as ConeIcon } from '../icons/cone';
|
|
817
817
|
// Contact aliases
|
|
818
818
|
export { default as ContactIcon } from '../icons/contact';
|
|
819
819
|
// Container aliases
|
|
820
820
|
export { default as ContainerIcon } from '../icons/container';
|
|
821
|
-
// Contrast aliases
|
|
822
|
-
export { default as ContrastIcon } from '../icons/contrast';
|
|
823
821
|
// Cookie aliases
|
|
824
822
|
export { default as CookieIcon } from '../icons/cookie';
|
|
823
|
+
// Contrast aliases
|
|
824
|
+
export { default as ContrastIcon } from '../icons/contrast';
|
|
825
825
|
// CookingPot aliases
|
|
826
826
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
827
|
-
// CopyPlus aliases
|
|
828
|
-
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
829
827
|
// CopyCheck aliases
|
|
830
828
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
831
829
|
// CopyMinus aliases
|
|
832
830
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
831
|
+
// CopyPlus aliases
|
|
832
|
+
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
833
833
|
// CopySlash aliases
|
|
834
834
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
835
835
|
// CopyX aliases
|
|
@@ -838,12 +838,12 @@ export { default as CopyXIcon } from '../icons/copy-x';
|
|
|
838
838
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
839
839
|
// Copy aliases
|
|
840
840
|
export { default as CopyIcon } from '../icons/copy';
|
|
841
|
+
// Copyright aliases
|
|
842
|
+
export { default as CopyrightIcon } from '../icons/copyright';
|
|
841
843
|
// CornerDownLeft aliases
|
|
842
844
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
843
845
|
// CornerDownRight aliases
|
|
844
846
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
845
|
-
// Copyright aliases
|
|
846
|
-
export { default as CopyrightIcon } from '../icons/copyright';
|
|
847
847
|
// CornerLeftDown aliases
|
|
848
848
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
849
849
|
// CornerLeftUp aliases
|
|
@@ -856,22 +856,22 @@ export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
|
856
856
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
857
857
|
// CornerUpRight aliases
|
|
858
858
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
859
|
-
// Cpu aliases
|
|
860
|
-
export { default as CpuIcon } from '../icons/cpu';
|
|
861
859
|
// CreativeCommons aliases
|
|
862
860
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
863
861
|
// CreditCard aliases
|
|
864
862
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
863
|
+
// Cpu aliases
|
|
864
|
+
export { default as CpuIcon } from '../icons/cpu';
|
|
865
865
|
// Croissant aliases
|
|
866
866
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
867
867
|
// Crop aliases
|
|
868
868
|
export { default as CropIcon } from '../icons/crop';
|
|
869
869
|
// Cross aliases
|
|
870
870
|
export { default as CrossIcon } from '../icons/cross';
|
|
871
|
-
// Crown aliases
|
|
872
|
-
export { default as CrownIcon } from '../icons/crown';
|
|
873
871
|
// Crosshair aliases
|
|
874
872
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
873
|
+
// Crown aliases
|
|
874
|
+
export { default as CrownIcon } from '../icons/crown';
|
|
875
875
|
// Cuboid aliases
|
|
876
876
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
877
877
|
// CupSoda aliases
|
|
@@ -880,30 +880,30 @@ export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
|
880
880
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
881
881
|
// Cylinder aliases
|
|
882
882
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
883
|
+
// DatabaseArrowDown aliases
|
|
884
|
+
export { default as DatabaseArrowDownIcon } from '../icons/database-arrow-down';
|
|
883
885
|
// Dam aliases
|
|
884
886
|
export { default as DamIcon } from '../icons/dam';
|
|
885
887
|
// DatabaseArrowUp aliases
|
|
886
888
|
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
887
|
-
// DatabaseArrowDown aliases
|
|
888
|
-
export { default as DatabaseArrowDownIcon } from '../icons/database-arrow-down';
|
|
889
889
|
// DatabaseBackup aliases
|
|
890
890
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
891
|
-
// DatabaseCheck aliases
|
|
892
|
-
export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
893
891
|
// DatabaseMinus aliases
|
|
894
892
|
export { default as DatabaseMinusIcon } from '../icons/database-minus';
|
|
895
|
-
//
|
|
896
|
-
export { default as
|
|
893
|
+
// DatabaseCheck aliases
|
|
894
|
+
export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
897
895
|
// DatabaseSearch aliases
|
|
898
896
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
899
|
-
//
|
|
900
|
-
export { default as
|
|
901
|
-
// DecimalsArrowLeft aliases
|
|
902
|
-
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
897
|
+
// DatabasePlus aliases
|
|
898
|
+
export { default as DatabasePlusIcon } from '../icons/database-plus';
|
|
903
899
|
// DatabaseX aliases
|
|
904
900
|
export { default as DatabaseXIcon } from '../icons/database-x';
|
|
905
901
|
// DatabaseZap aliases
|
|
906
902
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
903
|
+
// Database aliases
|
|
904
|
+
export { default as DatabaseIcon } from '../icons/database';
|
|
905
|
+
// DecimalsArrowLeft aliases
|
|
906
|
+
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
907
907
|
// DecimalsArrowRight aliases
|
|
908
908
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
909
909
|
// Delete aliases
|
|
@@ -914,16 +914,16 @@ export { default as DessertIcon } from '../icons/dessert';
|
|
|
914
914
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
915
915
|
// DiamondMinus aliases
|
|
916
916
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
917
|
+
// Diamond aliases
|
|
918
|
+
export { default as DiamondIcon } from '../icons/diamond';
|
|
917
919
|
// DiamondPlus aliases
|
|
918
920
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
919
921
|
// Dice1 aliases
|
|
920
922
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
921
|
-
// Diamond aliases
|
|
922
|
-
export { default as DiamondIcon } from '../icons/diamond';
|
|
923
|
-
// Dice2 aliases
|
|
924
|
-
export { default as Dice2Icon } from '../icons/dice-2';
|
|
925
923
|
// Dice3 aliases
|
|
926
924
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
925
|
+
// Dice2 aliases
|
|
926
|
+
export { default as Dice2Icon } from '../icons/dice-2';
|
|
927
927
|
// Dice4 aliases
|
|
928
928
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
929
929
|
// Dice5 aliases
|
|
@@ -932,30 +932,30 @@ export { default as Dice5Icon } from '../icons/dice-5';
|
|
|
932
932
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
933
933
|
// Dices aliases
|
|
934
934
|
export { default as DicesIcon } from '../icons/dices';
|
|
935
|
-
// Diff aliases
|
|
936
|
-
export { default as DiffIcon } from '../icons/diff';
|
|
937
935
|
// Disc2 aliases
|
|
938
936
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
937
|
+
// Diff aliases
|
|
938
|
+
export { default as DiffIcon } from '../icons/diff';
|
|
939
939
|
// Disc3 aliases
|
|
940
940
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
941
941
|
// DiscAlbum aliases
|
|
942
942
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
943
943
|
// Disc aliases
|
|
944
944
|
export { default as DiscIcon } from '../icons/disc';
|
|
945
|
+
// Divide aliases
|
|
946
|
+
export { default as DivideIcon } from '../icons/divide';
|
|
945
947
|
// DnaOff aliases
|
|
946
948
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
947
949
|
// Dna aliases
|
|
948
950
|
export { default as DnaIcon } from '../icons/dna';
|
|
949
|
-
// Divide aliases
|
|
950
|
-
export { default as DivideIcon } from '../icons/divide';
|
|
951
951
|
// Dock aliases
|
|
952
952
|
export { default as DockIcon } from '../icons/dock';
|
|
953
953
|
// Dog aliases
|
|
954
954
|
export { default as DogIcon } from '../icons/dog';
|
|
955
|
-
// DollarSign aliases
|
|
956
|
-
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
957
955
|
// Donut aliases
|
|
958
956
|
export { default as DonutIcon } from '../icons/donut';
|
|
957
|
+
// DollarSign aliases
|
|
958
|
+
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
959
959
|
// DoorClosedLocked aliases
|
|
960
960
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
961
961
|
// DoorClosed aliases
|
|
@@ -966,22 +966,22 @@ export { default as DoorOpenIcon } from '../icons/door-open';
|
|
|
966
966
|
export { default as DotIcon } from '../icons/dot';
|
|
967
967
|
// Download aliases
|
|
968
968
|
export { default as DownloadIcon } from '../icons/download';
|
|
969
|
-
// DraftingCompass aliases
|
|
970
|
-
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
971
969
|
// Drama aliases
|
|
972
970
|
export { default as DramaIcon } from '../icons/drama';
|
|
971
|
+
// DraftingCompass aliases
|
|
972
|
+
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
973
973
|
// Drill aliases
|
|
974
974
|
export { default as DrillIcon } from '../icons/drill';
|
|
975
|
-
// DropletOff aliases
|
|
976
|
-
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
977
975
|
// Drone aliases
|
|
978
976
|
export { default as DroneIcon } from '../icons/drone';
|
|
977
|
+
// DropletOff aliases
|
|
978
|
+
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
979
979
|
// Droplet aliases
|
|
980
980
|
export { default as DropletIcon } from '../icons/droplet';
|
|
981
|
-
// Droplets aliases
|
|
982
|
-
export { default as DropletsIcon } from '../icons/droplets';
|
|
983
981
|
// Drum aliases
|
|
984
982
|
export { default as DrumIcon } from '../icons/drum';
|
|
983
|
+
// Droplets aliases
|
|
984
|
+
export { default as DropletsIcon } from '../icons/droplets';
|
|
985
985
|
// Drumstick aliases
|
|
986
986
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
987
987
|
// Dumbbell aliases
|
|
@@ -990,20 +990,20 @@ export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
|
990
990
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
991
991
|
// Ear aliases
|
|
992
992
|
export { default as EarIcon } from '../icons/ear';
|
|
993
|
-
// EarthLock aliases
|
|
994
|
-
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
995
993
|
// Eclipse aliases
|
|
996
994
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
997
995
|
// EggFried aliases
|
|
998
996
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
997
|
+
// EarthLock aliases
|
|
998
|
+
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
999
999
|
// EggOff aliases
|
|
1000
1000
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
1001
1001
|
// Egg aliases
|
|
1002
1002
|
export { default as EggIcon } from '../icons/egg';
|
|
1003
|
-
// Ellipse aliases
|
|
1004
|
-
export { default as EllipseIcon } from '../icons/ellipse';
|
|
1005
1003
|
// EqualApproximately aliases
|
|
1006
1004
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
1005
|
+
// Ellipse aliases
|
|
1006
|
+
export { default as EllipseIcon } from '../icons/ellipse';
|
|
1007
1007
|
// EqualNot aliases
|
|
1008
1008
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
1009
1009
|
// Equal aliases
|
|
@@ -1016,74 +1016,74 @@ export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
|
1016
1016
|
export { default as EuroIcon } from '../icons/euro';
|
|
1017
1017
|
// EvCharger aliases
|
|
1018
1018
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
1019
|
-
// Expand aliases
|
|
1020
|
-
export { default as ExpandIcon } from '../icons/expand';
|
|
1021
|
-
// EyeClosed aliases
|
|
1022
|
-
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
1023
1019
|
// ExternalLink aliases
|
|
1024
1020
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
1021
|
+
// Expand aliases
|
|
1022
|
+
export { default as ExpandIcon } from '../icons/expand';
|
|
1025
1023
|
// EyeDashed aliases
|
|
1026
1024
|
export { default as EyeDashedIcon } from '../icons/eye-dashed';
|
|
1025
|
+
// EyeClosed aliases
|
|
1026
|
+
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
1027
1027
|
// EyeOff aliases
|
|
1028
1028
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
1029
|
-
// Eye aliases
|
|
1030
|
-
export { default as EyeIcon } from '../icons/eye';
|
|
1031
1029
|
// Factory aliases
|
|
1032
1030
|
export { default as FactoryIcon } from '../icons/factory';
|
|
1031
|
+
// Eye aliases
|
|
1032
|
+
export { default as EyeIcon } from '../icons/eye';
|
|
1033
1033
|
// Fan aliases
|
|
1034
1034
|
export { default as FanIcon } from '../icons/fan';
|
|
1035
|
-
// Feather aliases
|
|
1036
|
-
export { default as FeatherIcon } from '../icons/feather';
|
|
1037
1035
|
// FastForward aliases
|
|
1038
1036
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1037
|
+
// Feather aliases
|
|
1038
|
+
export { default as FeatherIcon } from '../icons/feather';
|
|
1039
1039
|
// Fence aliases
|
|
1040
1040
|
export { default as FenceIcon } from '../icons/fence';
|
|
1041
1041
|
// FerrisWheel aliases
|
|
1042
1042
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1043
|
-
// FileBox aliases
|
|
1044
|
-
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1045
1043
|
// FileArchive aliases
|
|
1046
1044
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1045
|
+
// FileBox aliases
|
|
1046
|
+
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1047
|
+
// FileCode aliases
|
|
1048
|
+
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1047
1049
|
// FileCheck aliases
|
|
1048
1050
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1049
1051
|
// FileClock aliases
|
|
1050
1052
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1051
|
-
// FileCode aliases
|
|
1052
|
-
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1053
1053
|
// FileDiff aliases
|
|
1054
1054
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1055
1055
|
// FileDigit aliases
|
|
1056
1056
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1057
|
-
// FileHeart aliases
|
|
1058
|
-
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1059
1057
|
// FileDown aliases
|
|
1060
1058
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1059
|
+
// FileHeart aliases
|
|
1060
|
+
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1061
1061
|
// FileImage aliases
|
|
1062
1062
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1063
1063
|
// FileInput aliases
|
|
1064
1064
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1065
1065
|
// FileMinus aliases
|
|
1066
1066
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1067
|
-
// FileOutput aliases
|
|
1068
|
-
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1069
1067
|
// FileMusic aliases
|
|
1070
1068
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1071
1069
|
// FilePlus aliases
|
|
1072
1070
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1071
|
+
// FileOutput aliases
|
|
1072
|
+
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1073
1073
|
// FileScan aliases
|
|
1074
1074
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1075
1075
|
// FileSearch aliases
|
|
1076
1076
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1077
|
-
// FileSpreadsheet aliases
|
|
1078
|
-
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1079
1077
|
// FileSliders aliases
|
|
1080
1078
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1079
|
+
// FileSpreadsheet aliases
|
|
1080
|
+
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1081
1081
|
// FileStack aliases
|
|
1082
1082
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1083
|
-
// FileTerminal aliases
|
|
1084
|
-
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1085
1083
|
// FileSymlink aliases
|
|
1086
1084
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1085
|
+
// FileTerminal aliases
|
|
1086
|
+
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1087
1087
|
// FileText aliases
|
|
1088
1088
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1089
1089
|
// FileType aliases
|
|
@@ -1094,70 +1094,70 @@ export { default as FileUpIcon } from '../icons/file-up';
|
|
|
1094
1094
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1095
1095
|
// FileVolume aliases
|
|
1096
1096
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1097
|
-
// FileX aliases
|
|
1098
|
-
export { default as FileXIcon } from '../icons/file-x';
|
|
1099
|
-
// Files aliases
|
|
1100
|
-
export { default as FilesIcon } from '../icons/files';
|
|
1101
1097
|
// File aliases
|
|
1102
1098
|
export { default as FileIcon } from '../icons/file';
|
|
1099
|
+
// Files aliases
|
|
1100
|
+
export { default as FilesIcon } from '../icons/files';
|
|
1101
|
+
// FileX aliases
|
|
1102
|
+
export { default as FileXIcon } from '../icons/file-x';
|
|
1103
1103
|
// Film aliases
|
|
1104
1104
|
export { default as FilmIcon } from '../icons/film';
|
|
1105
|
-
// FireExtinguisher aliases
|
|
1106
|
-
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1107
1105
|
// FishOff aliases
|
|
1108
1106
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1109
|
-
//
|
|
1110
|
-
export { default as
|
|
1107
|
+
// FireExtinguisher aliases
|
|
1108
|
+
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1111
1109
|
// FishSymbol aliases
|
|
1112
1110
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1113
1111
|
// FishingHook aliases
|
|
1114
1112
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1113
|
+
// Fish aliases
|
|
1114
|
+
export { default as FishIcon } from '../icons/fish';
|
|
1115
1115
|
// FishingRod aliases
|
|
1116
1116
|
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1117
1117
|
// FlagOff aliases
|
|
1118
1118
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1119
|
-
// FlagTriangleRight aliases
|
|
1120
|
-
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1121
1119
|
// FlagTriangleLeft aliases
|
|
1122
1120
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1121
|
+
// FlagTriangleRight aliases
|
|
1122
|
+
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1123
1123
|
// Flag aliases
|
|
1124
1124
|
export { default as FlagIcon } from '../icons/flag';
|
|
1125
1125
|
// FlameKindling aliases
|
|
1126
1126
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1127
1127
|
// Flame aliases
|
|
1128
1128
|
export { default as FlameIcon } from '../icons/flame';
|
|
1129
|
-
// FlaskConicalOff aliases
|
|
1130
|
-
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1131
|
-
// Flashlight aliases
|
|
1132
|
-
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1133
1129
|
// FlashlightOff aliases
|
|
1134
1130
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1131
|
+
// Flashlight aliases
|
|
1132
|
+
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1133
|
+
// FlaskConicalOff aliases
|
|
1134
|
+
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1135
1135
|
// FlaskConical aliases
|
|
1136
1136
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1137
|
-
// FlaskRound aliases
|
|
1138
|
-
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1139
1137
|
// FlipHorizontal2 aliases
|
|
1140
1138
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1139
|
+
// FlaskRound aliases
|
|
1140
|
+
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1141
1141
|
// FlipVertical2 aliases
|
|
1142
1142
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1143
1143
|
// Flower2 aliases
|
|
1144
1144
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1145
|
-
// Flower aliases
|
|
1146
|
-
export { default as FlowerIcon } from '../icons/flower';
|
|
1147
1145
|
// Focus aliases
|
|
1148
1146
|
export { default as FocusIcon } from '../icons/focus';
|
|
1147
|
+
// Flower aliases
|
|
1148
|
+
export { default as FlowerIcon } from '../icons/flower';
|
|
1149
1149
|
// FoldHorizontal aliases
|
|
1150
1150
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1151
1151
|
// FoldVertical aliases
|
|
1152
1152
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1153
|
-
// FolderBookmark aliases
|
|
1154
|
-
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1155
1153
|
// FolderArchive aliases
|
|
1156
1154
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1157
|
-
//
|
|
1158
|
-
export { default as
|
|
1155
|
+
// FolderBookmark aliases
|
|
1156
|
+
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1159
1157
|
// FolderClock aliases
|
|
1160
1158
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1159
|
+
// FolderCheck aliases
|
|
1160
|
+
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1161
1161
|
// FolderClosed aliases
|
|
1162
1162
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1163
1163
|
// FolderCode aliases
|
|
@@ -1166,10 +1166,10 @@ export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
|
1166
1166
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1167
1167
|
// FolderDown aliases
|
|
1168
1168
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1169
|
-
// FolderGit2 aliases
|
|
1170
|
-
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1171
1169
|
// FolderHeart aliases
|
|
1172
1170
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1171
|
+
// FolderGit2 aliases
|
|
1172
|
+
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1173
1173
|
// FolderGit aliases
|
|
1174
1174
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1175
1175
|
// FolderInput aliases
|
|
@@ -1180,26 +1180,26 @@ export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
|
1180
1180
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1181
1181
|
// FolderLock aliases
|
|
1182
1182
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1183
|
-
//
|
|
1184
|
-
export { default as
|
|
1183
|
+
// FolderMinus aliases
|
|
1184
|
+
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1185
1185
|
// FolderOpen aliases
|
|
1186
1186
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1187
|
+
// FolderOpenDot aliases
|
|
1188
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1187
1189
|
// FolderOutput aliases
|
|
1188
1190
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1189
|
-
// FolderMinus aliases
|
|
1190
|
-
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1191
|
-
// FolderRoot aliases
|
|
1192
|
-
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1193
1191
|
// FolderPlus aliases
|
|
1194
1192
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1195
|
-
//
|
|
1196
|
-
export { default as
|
|
1197
|
-
// FolderSymlink aliases
|
|
1198
|
-
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1193
|
+
// FolderRoot aliases
|
|
1194
|
+
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1199
1195
|
// FolderSearch2 aliases
|
|
1200
1196
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1197
|
+
// FolderSearch aliases
|
|
1198
|
+
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1201
1199
|
// FolderSync aliases
|
|
1202
1200
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1201
|
+
// FolderSymlink aliases
|
|
1202
|
+
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1203
1203
|
// FolderTree aliases
|
|
1204
1204
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1205
1205
|
// FolderUp aliases
|
|
@@ -1208,44 +1208,44 @@ export { default as FolderUpIcon } from '../icons/folder-up';
|
|
|
1208
1208
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1209
1209
|
// Folder aliases
|
|
1210
1210
|
export { default as FolderIcon } from '../icons/folder';
|
|
1211
|
-
// Footprints aliases
|
|
1212
|
-
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1213
|
-
// Forklift aliases
|
|
1214
|
-
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1215
1211
|
// Folders aliases
|
|
1216
1212
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1213
|
+
// Footprints aliases
|
|
1214
|
+
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1217
1215
|
// Form aliases
|
|
1218
1216
|
export { default as FormIcon } from '../icons/form';
|
|
1219
1217
|
// Forward aliases
|
|
1220
1218
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1219
|
+
// Forklift aliases
|
|
1220
|
+
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1221
1221
|
// Frame aliases
|
|
1222
1222
|
export { default as FrameIcon } from '../icons/frame';
|
|
1223
1223
|
// Frown aliases
|
|
1224
1224
|
export { default as FrownIcon } from '../icons/frown';
|
|
1225
1225
|
// Fuel aliases
|
|
1226
1226
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1227
|
-
// FunnelPlus aliases
|
|
1228
|
-
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1229
1227
|
// Fullscreen aliases
|
|
1230
1228
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1231
1229
|
// GalleryHorizontalEnd aliases
|
|
1232
1230
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1231
|
+
// FunnelPlus aliases
|
|
1232
|
+
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1233
1233
|
// GalleryHorizontal aliases
|
|
1234
1234
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1235
|
-
// GalleryVerticalEnd aliases
|
|
1236
|
-
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1237
1235
|
// GalleryThumbnails aliases
|
|
1238
1236
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1237
|
+
// GalleryVerticalEnd aliases
|
|
1238
|
+
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1239
1239
|
// GalleryVertical aliases
|
|
1240
1240
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1241
1241
|
// Gamepad2 aliases
|
|
1242
1242
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1243
1243
|
// GamepadDirectional aliases
|
|
1244
1244
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1245
|
-
// Gamepad aliases
|
|
1246
|
-
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1247
1245
|
// Gauge aliases
|
|
1248
1246
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1247
|
+
// Gamepad aliases
|
|
1248
|
+
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1249
1249
|
// Gem aliases
|
|
1250
1250
|
export { default as GemIcon } from '../icons/gem';
|
|
1251
1251
|
// Gavel aliases
|
|
@@ -1254,32 +1254,32 @@ export { default as GavelIcon } from '../icons/gavel';
|
|
|
1254
1254
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1255
1255
|
// Ghost aliases
|
|
1256
1256
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1257
|
+
// GitBranchMinus aliases
|
|
1258
|
+
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1257
1259
|
// Gift aliases
|
|
1258
1260
|
export { default as GiftIcon } from '../icons/gift';
|
|
1259
1261
|
// GitBranchPlus aliases
|
|
1260
1262
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1261
|
-
// GitBranchMinus aliases
|
|
1262
|
-
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1263
|
-
// GitBranch aliases
|
|
1264
|
-
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1265
1263
|
// GitCommitVertical aliases
|
|
1266
1264
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1265
|
+
// GitBranch aliases
|
|
1266
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1267
1267
|
// GitCompareArrows aliases
|
|
1268
1268
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1269
1269
|
// GitCompare aliases
|
|
1270
1270
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1271
|
-
// GitFork aliases
|
|
1272
|
-
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1273
|
-
// GitMergeConflict aliases
|
|
1274
|
-
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1275
1271
|
// GitGraph aliases
|
|
1276
1272
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1273
|
+
// GitMergeConflict aliases
|
|
1274
|
+
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1275
|
+
// GitFork aliases
|
|
1276
|
+
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1277
1277
|
// GitMerge aliases
|
|
1278
1278
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1279
|
-
// GitPullRequestArrow aliases
|
|
1280
|
-
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1281
1279
|
// GitPullRequestClosed aliases
|
|
1282
1280
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1281
|
+
// GitPullRequestArrow aliases
|
|
1282
|
+
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1283
1283
|
// GitPullRequestCreateArrow aliases
|
|
1284
1284
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1285
1285
|
// GitPullRequestCreate aliases
|
|
@@ -1288,10 +1288,10 @@ export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-c
|
|
|
1288
1288
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1289
1289
|
// GitPullRequestDraft aliases
|
|
1290
1290
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1291
|
-
// GlassWater aliases
|
|
1292
|
-
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1293
1291
|
// Glasses aliases
|
|
1294
1292
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1293
|
+
// GlassWater aliases
|
|
1294
|
+
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1295
1295
|
// GlobeCheck aliases
|
|
1296
1296
|
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1297
1297
|
// GlobeLock aliases
|
|
@@ -1310,12 +1310,12 @@ export { default as GpuIcon } from '../icons/gpu';
|
|
|
1310
1310
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1311
1311
|
// Grape aliases
|
|
1312
1312
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1313
|
-
// Grid3x2 aliases
|
|
1314
|
-
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1315
|
-
// GripVertical aliases
|
|
1316
|
-
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1317
1313
|
// GripHorizontal aliases
|
|
1318
1314
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1315
|
+
// GripVertical aliases
|
|
1316
|
+
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1317
|
+
// Grid3x2 aliases
|
|
1318
|
+
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1319
1319
|
// Grip aliases
|
|
1320
1320
|
export { default as GripIcon } from '../icons/grip';
|
|
1321
1321
|
// Group aliases
|
|
@@ -1330,10 +1330,10 @@ export { default as HamburgerIcon } from '../icons/hamburger';
|
|
|
1330
1330
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1331
1331
|
// HandCoins aliases
|
|
1332
1332
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1333
|
-
// HandFist aliases
|
|
1334
|
-
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1335
1333
|
// HandHeart aliases
|
|
1336
1334
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1335
|
+
// HandFist aliases
|
|
1336
|
+
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1337
1337
|
// HandMetal aliases
|
|
1338
1338
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1339
1339
|
// HandPlatter aliases
|
|
@@ -1342,30 +1342,30 @@ export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
|
1342
1342
|
export { default as HandIcon } from '../icons/hand';
|
|
1343
1343
|
// Handbag aliases
|
|
1344
1344
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1345
|
+
// Handshake aliases
|
|
1346
|
+
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1345
1347
|
// HardDriveDownload aliases
|
|
1346
1348
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1347
1349
|
// HardDriveUpload aliases
|
|
1348
1350
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1349
|
-
//
|
|
1350
|
-
export { default as
|
|
1351
|
+
// HardHat aliases
|
|
1352
|
+
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1351
1353
|
// HardDrive aliases
|
|
1352
1354
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1353
1355
|
// HatGlasses aliases
|
|
1354
1356
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1355
1357
|
// Hash aliases
|
|
1356
1358
|
export { default as HashIcon } from '../icons/hash';
|
|
1357
|
-
// HardHat aliases
|
|
1358
|
-
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1359
1359
|
// Haze aliases
|
|
1360
1360
|
export { default as HazeIcon } from '../icons/haze';
|
|
1361
|
-
// HdmiPort aliases
|
|
1362
|
-
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1363
1361
|
// Hd aliases
|
|
1364
1362
|
export { default as HdIcon } from '../icons/hd';
|
|
1365
|
-
//
|
|
1366
|
-
export { default as
|
|
1363
|
+
// HdmiPort aliases
|
|
1364
|
+
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1367
1365
|
// Heading2 aliases
|
|
1368
1366
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1367
|
+
// Heading1 aliases
|
|
1368
|
+
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1369
1369
|
// Heading3 aliases
|
|
1370
1370
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1371
1371
|
// Heading4 aliases
|
|
@@ -1384,116 +1384,116 @@ export { default as HeadphonesIcon } from '../icons/headphones';
|
|
|
1384
1384
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1385
1385
|
// HeartCrack aliases
|
|
1386
1386
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1387
|
-
// HeartHandshake aliases
|
|
1388
|
-
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1389
1387
|
// HeartMinus aliases
|
|
1390
1388
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1389
|
+
// HeartHandshake aliases
|
|
1390
|
+
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1391
1391
|
// HeartOff aliases
|
|
1392
1392
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1393
1393
|
// HeartPlus aliases
|
|
1394
1394
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1395
|
-
// HeartPulse aliases
|
|
1396
|
-
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1397
1395
|
// HeartX aliases
|
|
1398
1396
|
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1399
|
-
// Heater aliases
|
|
1400
|
-
export { default as HeaterIcon } from '../icons/heater';
|
|
1401
|
-
// Hexagon aliases
|
|
1402
|
-
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1403
1397
|
// Heart aliases
|
|
1404
1398
|
export { default as HeartIcon } from '../icons/heart';
|
|
1399
|
+
// HeartPulse aliases
|
|
1400
|
+
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1401
|
+
// Heater aliases
|
|
1402
|
+
export { default as HeaterIcon } from '../icons/heater';
|
|
1405
1403
|
// Helicopter aliases
|
|
1406
1404
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1405
|
+
// Hexagon aliases
|
|
1406
|
+
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1407
1407
|
// Highlighter aliases
|
|
1408
1408
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1409
1409
|
// HopOff aliases
|
|
1410
1410
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1411
|
+
// Hop aliases
|
|
1412
|
+
export { default as HopIcon } from '../icons/hop';
|
|
1411
1413
|
// Hospital aliases
|
|
1412
1414
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1413
1415
|
// Hotel aliases
|
|
1414
1416
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1415
|
-
// Hop aliases
|
|
1416
|
-
export { default as HopIcon } from '../icons/hop';
|
|
1417
1417
|
// Hourglass aliases
|
|
1418
1418
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1419
1419
|
// HouseHeart aliases
|
|
1420
1420
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1421
|
-
// HousePlus aliases
|
|
1422
|
-
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1423
1421
|
// HousePlug aliases
|
|
1424
1422
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1423
|
+
// HousePlus aliases
|
|
1424
|
+
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1425
1425
|
// HouseWifi aliases
|
|
1426
1426
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1427
|
-
// IdCard aliases
|
|
1428
|
-
export { default as IdCardIcon } from '../icons/id-card';
|
|
1429
1427
|
// IdCardLanyard aliases
|
|
1430
1428
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1429
|
+
// IdCard aliases
|
|
1430
|
+
export { default as IdCardIcon } from '../icons/id-card';
|
|
1431
1431
|
// ImageDown aliases
|
|
1432
1432
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1433
1433
|
// ImageMinus aliases
|
|
1434
1434
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1435
|
-
// ImageOff aliases
|
|
1436
|
-
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1437
1435
|
// ImagePlay aliases
|
|
1438
1436
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1437
|
+
// ImageOff aliases
|
|
1438
|
+
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1439
1439
|
// ImagePlus aliases
|
|
1440
1440
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1441
1441
|
// ImageUp aliases
|
|
1442
1442
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1443
|
-
// Image aliases
|
|
1444
|
-
export { default as ImageIcon } from '../icons/image';
|
|
1445
1443
|
// ImageUpscale aliases
|
|
1446
1444
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1447
1445
|
// Images aliases
|
|
1448
1446
|
export { default as ImagesIcon } from '../icons/images';
|
|
1449
|
-
//
|
|
1450
|
-
export { default as
|
|
1447
|
+
// Image aliases
|
|
1448
|
+
export { default as ImageIcon } from '../icons/image';
|
|
1451
1449
|
// IndianRupee aliases
|
|
1452
1450
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1451
|
+
// Import aliases
|
|
1452
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1453
1453
|
// Inbox aliases
|
|
1454
1454
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1455
|
-
// Info aliases
|
|
1456
|
-
export { default as InfoIcon } from '../icons/info';
|
|
1457
1455
|
// Infinity aliases
|
|
1458
1456
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1459
1457
|
// InspectionPanel aliases
|
|
1460
1458
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1459
|
+
// Info aliases
|
|
1460
|
+
export { default as InfoIcon } from '../icons/info';
|
|
1461
1461
|
// Italic aliases
|
|
1462
1462
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1463
1463
|
// IterationCcw aliases
|
|
1464
1464
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1465
|
-
// JapaneseYen aliases
|
|
1466
|
-
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1467
1465
|
// IterationCw aliases
|
|
1468
1466
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1467
|
+
// JapaneseYen aliases
|
|
1468
|
+
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1469
1469
|
// Joystick aliases
|
|
1470
1470
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1471
1471
|
// Kayak aliases
|
|
1472
1472
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1473
|
-
// KeyRound aliases
|
|
1474
|
-
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1475
1473
|
// Kanban aliases
|
|
1476
1474
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1477
1475
|
// KeySquare aliases
|
|
1478
1476
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1479
|
-
//
|
|
1480
|
-
export { default as
|
|
1477
|
+
// KeyRound aliases
|
|
1478
|
+
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1481
1479
|
// KeyboardMusic aliases
|
|
1482
1480
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1483
|
-
//
|
|
1484
|
-
export { default as
|
|
1485
|
-
// LampCeiling aliases
|
|
1486
|
-
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1481
|
+
// Key aliases
|
|
1482
|
+
export { default as KeyIcon } from '../icons/key';
|
|
1487
1483
|
// Keyboard aliases
|
|
1488
1484
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1485
|
+
// LampCeiling aliases
|
|
1486
|
+
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1487
|
+
// KeyboardOff aliases
|
|
1488
|
+
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1489
1489
|
// LampDesk aliases
|
|
1490
1490
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1491
1491
|
// LampFloor aliases
|
|
1492
1492
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1493
|
-
// LampWallDown aliases
|
|
1494
|
-
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1495
1493
|
// LampWallUp aliases
|
|
1496
1494
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1495
|
+
// LampWallDown aliases
|
|
1496
|
+
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1497
1497
|
// LandPlot aliases
|
|
1498
1498
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1499
1499
|
// Lamp aliases
|
|
@@ -1502,44 +1502,52 @@ export { default as LampIcon } from '../icons/lamp';
|
|
|
1502
1502
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1503
1503
|
// Languages aliases
|
|
1504
1504
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1505
|
+
// LaptopMinimalCheck aliases
|
|
1506
|
+
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1505
1507
|
// Laptop aliases
|
|
1506
1508
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1507
1509
|
// LassoSelect aliases
|
|
1508
1510
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1509
|
-
// LaptopMinimalCheck aliases
|
|
1510
|
-
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1511
1511
|
// Lasso aliases
|
|
1512
1512
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1513
1513
|
// Laugh aliases
|
|
1514
1514
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1515
|
+
// LayerArrowDown aliases
|
|
1516
|
+
export { default as LayerArrowDownIcon } from '../icons/layer-arrow-down';
|
|
1517
|
+
// LayerArrowUp aliases
|
|
1518
|
+
export { default as LayerArrowUpIcon } from '../icons/layer-arrow-up';
|
|
1515
1519
|
// Layers2 aliases
|
|
1516
1520
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1521
|
+
// LayersArrowDown aliases
|
|
1522
|
+
export { default as LayersArrowDownIcon } from '../icons/layers-arrow-down';
|
|
1523
|
+
// LayersArrowUp aliases
|
|
1524
|
+
export { default as LayersArrowUpIcon } from '../icons/layers-arrow-up';
|
|
1517
1525
|
// LayersMinus aliases
|
|
1518
1526
|
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1519
1527
|
// LayersPlus aliases
|
|
1520
1528
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1521
|
-
// LayoutFreeform aliases
|
|
1522
|
-
export { default as LayoutFreeformIcon } from '../icons/layout-freeform';
|
|
1523
1529
|
// LayoutDashboard aliases
|
|
1524
1530
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1531
|
+
// LayoutFreeform aliases
|
|
1532
|
+
export { default as LayoutFreeformIcon } from '../icons/layout-freeform';
|
|
1525
1533
|
// LayoutGrid aliases
|
|
1526
1534
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1527
|
-
// LayoutPanelLeft aliases
|
|
1528
|
-
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1529
1535
|
// LayoutList aliases
|
|
1530
1536
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1537
|
+
// LayoutPanelLeft aliases
|
|
1538
|
+
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1531
1539
|
// LayoutPanelTop aliases
|
|
1532
1540
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1533
|
-
// LayoutTemplate aliases
|
|
1534
|
-
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1535
1541
|
// Leaf aliases
|
|
1536
1542
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1543
|
+
// LayoutTemplate aliases
|
|
1544
|
+
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1537
1545
|
// LeafyGreen aliases
|
|
1538
1546
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1539
|
-
// Lectern aliases
|
|
1540
|
-
export { default as LecternIcon } from '../icons/lectern';
|
|
1541
1547
|
// LensConcave aliases
|
|
1542
1548
|
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1549
|
+
// Lectern aliases
|
|
1550
|
+
export { default as LecternIcon } from '../icons/lectern';
|
|
1543
1551
|
// LensConvex aliases
|
|
1544
1552
|
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1545
1553
|
// LibraryBig aliases
|
|
@@ -1562,20 +1570,20 @@ export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
|
1562
1570
|
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1563
1571
|
// Link2Off aliases
|
|
1564
1572
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1565
|
-
// Link aliases
|
|
1566
|
-
export { default as LinkIcon } from '../icons/link';
|
|
1567
|
-
// ListChecks aliases
|
|
1568
|
-
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1569
1573
|
// Link2 aliases
|
|
1570
1574
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1575
|
+
// Link aliases
|
|
1576
|
+
export { default as LinkIcon } from '../icons/link';
|
|
1571
1577
|
// ListCheck aliases
|
|
1572
1578
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1579
|
+
// ListChevronsUpDown aliases
|
|
1580
|
+
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1573
1581
|
// ListChevronsDownUp aliases
|
|
1574
1582
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1583
|
+
// ListChecks aliases
|
|
1584
|
+
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1575
1585
|
// ListCollapse aliases
|
|
1576
1586
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1577
|
-
// ListChevronsUpDown aliases
|
|
1578
|
-
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1579
1587
|
// ListEnd aliases
|
|
1580
1588
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1581
1589
|
// ListFilterPlus aliases
|
|
@@ -1594,18 +1602,18 @@ export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
|
1594
1602
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1595
1603
|
// ListSortAscending aliases
|
|
1596
1604
|
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1597
|
-
// ListSortDescending aliases
|
|
1598
|
-
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1599
|
-
// ListTree aliases
|
|
1600
|
-
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1601
1605
|
// ListStart aliases
|
|
1602
1606
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1607
|
+
// ListSortDescending aliases
|
|
1608
|
+
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1603
1609
|
// ListTodo aliases
|
|
1604
1610
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1605
|
-
//
|
|
1606
|
-
export { default as
|
|
1611
|
+
// ListTree aliases
|
|
1612
|
+
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1607
1613
|
// ListX aliases
|
|
1608
1614
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1615
|
+
// ListVideo aliases
|
|
1616
|
+
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1609
1617
|
// List aliases
|
|
1610
1618
|
export { default as ListIcon } from '../icons/list';
|
|
1611
1619
|
// LoaderPinwheel aliases
|
|
@@ -1636,10 +1644,10 @@ export { default as MagnetIcon } from '../icons/magnet';
|
|
|
1636
1644
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1637
1645
|
// MailCheck aliases
|
|
1638
1646
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1639
|
-
// MailMinus aliases
|
|
1640
|
-
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1641
1647
|
// MailOpen aliases
|
|
1642
1648
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1649
|
+
// MailMinus aliases
|
|
1650
|
+
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1643
1651
|
// MailPlus aliases
|
|
1644
1652
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1645
1653
|
// MailSearch aliases
|
|
@@ -1658,26 +1666,26 @@ export { default as MailsIcon } from '../icons/mails';
|
|
|
1658
1666
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1659
1667
|
// MapPinCheckInside aliases
|
|
1660
1668
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1661
|
-
// MapPinHouse aliases
|
|
1662
|
-
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1663
1669
|
// MapPinCheck aliases
|
|
1664
1670
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1665
1671
|
// MapPinMinusInside aliases
|
|
1666
1672
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1667
|
-
// MapPinMinus aliases
|
|
1668
|
-
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1669
1673
|
// MapPinOff aliases
|
|
1670
1674
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1675
|
+
// MapPinHouse aliases
|
|
1676
|
+
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1677
|
+
// MapPinMinus aliases
|
|
1678
|
+
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1671
1679
|
// MapPinPlusInside aliases
|
|
1672
1680
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1673
1681
|
// MapPinPlus aliases
|
|
1674
1682
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1675
|
-
// MapPinSearch aliases
|
|
1676
|
-
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1677
1683
|
// MapPinXInside aliases
|
|
1678
1684
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1679
1685
|
// MapPinX aliases
|
|
1680
1686
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1687
|
+
// MapPinSearch aliases
|
|
1688
|
+
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1681
1689
|
// MapPin aliases
|
|
1682
1690
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1683
1691
|
// MapPinned aliases
|
|
@@ -1688,16 +1696,16 @@ export { default as MapPlusIcon } from '../icons/map-plus';
|
|
|
1688
1696
|
export { default as MapIcon } from '../icons/map';
|
|
1689
1697
|
// MarsStroke aliases
|
|
1690
1698
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1699
|
+
// Martini aliases
|
|
1700
|
+
export { default as MartiniIcon } from '../icons/martini';
|
|
1691
1701
|
// Mars aliases
|
|
1692
1702
|
export { default as MarsIcon } from '../icons/mars';
|
|
1703
|
+
// Maximize aliases
|
|
1704
|
+
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1693
1705
|
// Maximize2 aliases
|
|
1694
1706
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1695
1707
|
// Medal aliases
|
|
1696
1708
|
export { default as MedalIcon } from '../icons/medal';
|
|
1697
|
-
// Martini aliases
|
|
1698
|
-
export { default as MartiniIcon } from '../icons/martini';
|
|
1699
|
-
// Maximize aliases
|
|
1700
|
-
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1701
1709
|
// MegaphoneOff aliases
|
|
1702
1710
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1703
1711
|
// Megaphone aliases
|
|
@@ -1708,46 +1716,46 @@ export { default as MehIcon } from '../icons/meh';
|
|
|
1708
1716
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1709
1717
|
// Menu aliases
|
|
1710
1718
|
export { default as MenuIcon } from '../icons/menu';
|
|
1711
|
-
// Merge aliases
|
|
1712
|
-
export { default as MergeIcon } from '../icons/merge';
|
|
1713
1719
|
// MessageCircleCheck aliases
|
|
1714
1720
|
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1715
1721
|
// MessageCircleCode aliases
|
|
1716
1722
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1723
|
+
// Merge aliases
|
|
1724
|
+
export { default as MergeIcon } from '../icons/merge';
|
|
1717
1725
|
// MessageCircleDashed aliases
|
|
1718
1726
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1719
1727
|
// MessageCircleHeart aliases
|
|
1720
1728
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1721
1729
|
// MessageCircleOff aliases
|
|
1722
1730
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1723
|
-
// MessageCircleMore aliases
|
|
1724
|
-
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1725
1731
|
// MessageCirclePlus aliases
|
|
1726
1732
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1733
|
+
// MessageCircleMore aliases
|
|
1734
|
+
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1727
1735
|
// MessageCircleReply aliases
|
|
1728
1736
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1729
|
-
// MessageCircleX aliases
|
|
1730
|
-
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1731
1737
|
// MessageCircleWarning aliases
|
|
1732
1738
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1739
|
+
// MessageCircleX aliases
|
|
1740
|
+
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1733
1741
|
// MessageCircle aliases
|
|
1734
1742
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1735
1743
|
// MessageSquareCheck aliases
|
|
1736
1744
|
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1737
1745
|
// MessageSquareCode aliases
|
|
1738
1746
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1739
|
-
// MessageSquareDiff aliases
|
|
1740
|
-
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1741
1747
|
// MessageSquareDashed aliases
|
|
1742
1748
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1749
|
+
// MessageSquareDiff aliases
|
|
1750
|
+
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1743
1751
|
// MessageSquareDot aliases
|
|
1744
1752
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1745
1753
|
// MessageSquareHeart aliases
|
|
1746
1754
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1747
|
-
// MessageSquareMore aliases
|
|
1748
|
-
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1749
1755
|
// MessageSquareLock aliases
|
|
1750
1756
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1757
|
+
// MessageSquareMore aliases
|
|
1758
|
+
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1751
1759
|
// MessageSquareOff aliases
|
|
1752
1760
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1753
1761
|
// MessageSquarePlus aliases
|
|
@@ -1760,10 +1768,10 @@ export { default as MessageSquareReplyIcon } from '../icons/message-square-reply
|
|
|
1760
1768
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1761
1769
|
// MessageSquareWarning aliases
|
|
1762
1770
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1763
|
-
// MessageSquareX aliases
|
|
1764
|
-
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1765
1771
|
// MessageSquareText aliases
|
|
1766
1772
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1773
|
+
// MessageSquareX aliases
|
|
1774
|
+
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1767
1775
|
// MessageSquare aliases
|
|
1768
1776
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1769
1777
|
// MessagesSquare aliases
|
|
@@ -1772,10 +1780,10 @@ export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
|
1772
1780
|
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1773
1781
|
// MicAudioLines aliases
|
|
1774
1782
|
export { default as MicAudioLinesIcon } from '../icons/mic-audio-lines';
|
|
1775
|
-
// MicOff aliases
|
|
1776
|
-
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1777
1783
|
// Mic aliases
|
|
1778
1784
|
export { default as MicIcon } from '../icons/mic';
|
|
1785
|
+
// MicOff aliases
|
|
1786
|
+
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1779
1787
|
// Microchip aliases
|
|
1780
1788
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1781
1789
|
// Microscope aliases
|
|
@@ -1784,20 +1792,20 @@ export { default as MicroscopeIcon } from '../icons/microscope';
|
|
|
1784
1792
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1785
1793
|
// Milestone aliases
|
|
1786
1794
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1795
|
+
// MilkOff aliases
|
|
1796
|
+
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1787
1797
|
// Milk aliases
|
|
1788
1798
|
export { default as MilkIcon } from '../icons/milk';
|
|
1789
1799
|
// Minimize2 aliases
|
|
1790
1800
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1791
|
-
// MilkOff aliases
|
|
1792
|
-
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1793
1801
|
// Minimize aliases
|
|
1794
1802
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1795
1803
|
// Minus aliases
|
|
1796
1804
|
export { default as MinusIcon } from '../icons/minus';
|
|
1797
|
-
// MirrorRound aliases
|
|
1798
|
-
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1799
1805
|
// MirrorRectangular aliases
|
|
1800
1806
|
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1807
|
+
// MirrorRound aliases
|
|
1808
|
+
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1801
1809
|
// MonitorCheck aliases
|
|
1802
1810
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1803
1811
|
// MonitorCloud aliases
|
|
@@ -1806,56 +1814,56 @@ export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
|
1806
1814
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1807
1815
|
// MonitorDot aliases
|
|
1808
1816
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1809
|
-
// MonitorOff aliases
|
|
1810
|
-
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1811
1817
|
// MonitorDown aliases
|
|
1812
1818
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1813
1819
|
// MonitorPause aliases
|
|
1814
1820
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1821
|
+
// MonitorOff aliases
|
|
1822
|
+
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1815
1823
|
// MonitorPlay aliases
|
|
1816
1824
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1817
1825
|
// MonitorSmartphone aliases
|
|
1818
1826
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1819
1827
|
// MonitorSpeaker aliases
|
|
1820
1828
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1821
|
-
// MonitorUp aliases
|
|
1822
|
-
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1823
1829
|
// MonitorStop aliases
|
|
1824
1830
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1831
|
+
// MonitorUp aliases
|
|
1832
|
+
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1825
1833
|
// MonitorX aliases
|
|
1826
1834
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1827
|
-
// Monitor aliases
|
|
1828
|
-
export { default as MonitorIcon } from '../icons/monitor';
|
|
1829
1835
|
// MoonStar aliases
|
|
1830
1836
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1831
1837
|
// Moon aliases
|
|
1832
1838
|
export { default as MoonIcon } from '../icons/moon';
|
|
1839
|
+
// Monitor aliases
|
|
1840
|
+
export { default as MonitorIcon } from '../icons/monitor';
|
|
1833
1841
|
// Mosque aliases
|
|
1834
1842
|
export { default as MosqueIcon } from '../icons/mosque';
|
|
1835
1843
|
// MountainSnow aliases
|
|
1836
1844
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1837
1845
|
// Motorbike aliases
|
|
1838
1846
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1839
|
-
// Mountain aliases
|
|
1840
|
-
export { default as MountainIcon } from '../icons/mountain';
|
|
1841
1847
|
// MouseLeft aliases
|
|
1842
1848
|
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1843
|
-
//
|
|
1844
|
-
export { default as
|
|
1849
|
+
// Mountain aliases
|
|
1850
|
+
export { default as MountainIcon } from '../icons/mountain';
|
|
1845
1851
|
// MouseOff aliases
|
|
1846
1852
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1853
|
+
// MousePointer2Off aliases
|
|
1854
|
+
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1847
1855
|
// MousePointer2 aliases
|
|
1848
1856
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1849
|
-
// MousePointerClick aliases
|
|
1850
|
-
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1851
1857
|
// MousePointerBan aliases
|
|
1852
1858
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1853
|
-
//
|
|
1854
|
-
export { default as
|
|
1859
|
+
// MousePointerClick aliases
|
|
1860
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1855
1861
|
// MousePointer aliases
|
|
1856
1862
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1857
1863
|
// MouseRight aliases
|
|
1858
1864
|
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1865
|
+
// Mouse aliases
|
|
1866
|
+
export { default as MouseIcon } from '../icons/mouse';
|
|
1859
1867
|
// MoveDiagonal2 aliases
|
|
1860
1868
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1861
1869
|
// MoveDiagonal aliases
|
|
@@ -1864,48 +1872,48 @@ export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
|
1864
1872
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1865
1873
|
// MoveDownRight aliases
|
|
1866
1874
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1875
|
+
// MoveDown aliases
|
|
1876
|
+
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1867
1877
|
// MoveHorizontal aliases
|
|
1868
1878
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1869
1879
|
// MoveLeft aliases
|
|
1870
1880
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1871
|
-
// MoveDown aliases
|
|
1872
|
-
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1873
|
-
// MoveRight aliases
|
|
1874
|
-
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1875
1881
|
// MoveUpLeft aliases
|
|
1876
1882
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1877
|
-
//
|
|
1878
|
-
export { default as
|
|
1883
|
+
// MoveRight aliases
|
|
1884
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1879
1885
|
// MoveUpRight aliases
|
|
1880
1886
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1887
|
+
// MoveUp aliases
|
|
1888
|
+
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1881
1889
|
// MoveVertical aliases
|
|
1882
1890
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1883
|
-
// Music3 aliases
|
|
1884
|
-
export { default as Music3Icon } from '../icons/music-3';
|
|
1885
|
-
// Music2 aliases
|
|
1886
|
-
export { default as Music2Icon } from '../icons/music-2';
|
|
1887
1891
|
// Move aliases
|
|
1888
1892
|
export { default as MoveIcon } from '../icons/move';
|
|
1893
|
+
// Music2 aliases
|
|
1894
|
+
export { default as Music2Icon } from '../icons/music-2';
|
|
1895
|
+
// Music3 aliases
|
|
1896
|
+
export { default as Music3Icon } from '../icons/music-3';
|
|
1889
1897
|
// Music4 aliases
|
|
1890
1898
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1891
1899
|
// Music aliases
|
|
1892
1900
|
export { default as MusicIcon } from '../icons/music';
|
|
1893
1901
|
// Navigation2Off aliases
|
|
1894
1902
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1895
|
-
//
|
|
1896
|
-
export { default as
|
|
1903
|
+
// Navigation2 aliases
|
|
1904
|
+
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1897
1905
|
// Navigation aliases
|
|
1898
1906
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1907
|
+
// NavigationOff aliases
|
|
1908
|
+
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1899
1909
|
// Network aliases
|
|
1900
1910
|
export { default as NetworkIcon } from '../icons/network';
|
|
1901
|
-
// Navigation2 aliases
|
|
1902
|
-
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1903
1911
|
// Newspaper aliases
|
|
1904
1912
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1905
|
-
// NonBinary aliases
|
|
1906
|
-
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1907
1913
|
// Nfc aliases
|
|
1908
1914
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1915
|
+
// NonBinary aliases
|
|
1916
|
+
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1909
1917
|
// NotebookPen aliases
|
|
1910
1918
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1911
1919
|
// NotebookTabs aliases
|
|
@@ -1916,16 +1924,16 @@ export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
|
1916
1924
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1917
1925
|
// NotepadTextDashed aliases
|
|
1918
1926
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1927
|
+
// Nut aliases
|
|
1928
|
+
export { default as NutIcon } from '../icons/nut';
|
|
1919
1929
|
// NotepadText aliases
|
|
1920
1930
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1921
1931
|
// NutOff aliases
|
|
1922
1932
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1923
|
-
// Octagon aliases
|
|
1924
|
-
export { default as OctagonIcon } from '../icons/octagon';
|
|
1925
1933
|
// OctagonMinus aliases
|
|
1926
1934
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1927
|
-
//
|
|
1928
|
-
export { default as
|
|
1935
|
+
// Octagon aliases
|
|
1936
|
+
export { default as OctagonIcon } from '../icons/octagon';
|
|
1929
1937
|
// Omega aliases
|
|
1930
1938
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1931
1939
|
// Option aliases
|
|
@@ -1938,28 +1946,28 @@ export { default as OrigamiIcon } from '../icons/origami';
|
|
|
1938
1946
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1939
1947
|
// PackageCheck aliases
|
|
1940
1948
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1941
|
-
// PackageOpen aliases
|
|
1942
|
-
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1943
1949
|
// PackageMinus aliases
|
|
1944
1950
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1951
|
+
// PackageOpen aliases
|
|
1952
|
+
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1945
1953
|
// PackagePlus aliases
|
|
1946
1954
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1947
1955
|
// PackageSearch aliases
|
|
1948
1956
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1949
|
-
// PackageX aliases
|
|
1950
|
-
export { default as PackageXIcon } from '../icons/package-x';
|
|
1951
1957
|
// Package aliases
|
|
1952
1958
|
export { default as PackageIcon } from '../icons/package';
|
|
1959
|
+
// PackageX aliases
|
|
1960
|
+
export { default as PackageXIcon } from '../icons/package-x';
|
|
1953
1961
|
// PaintBucket aliases
|
|
1954
1962
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1955
|
-
// Paintbrush aliases
|
|
1956
|
-
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1957
1963
|
// PaintRoller aliases
|
|
1958
1964
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1959
|
-
//
|
|
1960
|
-
export { default as
|
|
1965
|
+
// Paintbrush aliases
|
|
1966
|
+
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1961
1967
|
// Palette aliases
|
|
1962
1968
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1969
|
+
// Panda aliases
|
|
1970
|
+
export { default as PandaIcon } from '../icons/panda';
|
|
1963
1971
|
// PanelBottomClose aliases
|
|
1964
1972
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1965
1973
|
// PanelBottomOpen aliases
|
|
@@ -1980,28 +1988,28 @@ export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-d
|
|
|
1980
1988
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1981
1989
|
// PanelTopOpen aliases
|
|
1982
1990
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1983
|
-
// PanelTop aliases
|
|
1984
|
-
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1985
1991
|
// PanelsLeftBottom aliases
|
|
1986
1992
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1987
|
-
//
|
|
1988
|
-
export { default as
|
|
1993
|
+
// PanelTop aliases
|
|
1994
|
+
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1989
1995
|
// PaperBag aliases
|
|
1990
1996
|
export { default as PaperBagIcon } from '../icons/paper-bag';
|
|
1991
|
-
//
|
|
1992
|
-
export { default as
|
|
1997
|
+
// PanelsRightBottom aliases
|
|
1998
|
+
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1993
1999
|
// Parasol aliases
|
|
1994
2000
|
export { default as ParasolIcon } from '../icons/parasol';
|
|
1995
2001
|
// Parentheses aliases
|
|
1996
2002
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
2003
|
+
// Paperclip aliases
|
|
2004
|
+
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1997
2005
|
// ParkingMeter aliases
|
|
1998
2006
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1999
2007
|
// PartyPopper aliases
|
|
2000
2008
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
2001
|
-
// Pause aliases
|
|
2002
|
-
export { default as PauseIcon } from '../icons/pause';
|
|
2003
2009
|
// PawPrint aliases
|
|
2004
2010
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
2011
|
+
// Pause aliases
|
|
2012
|
+
export { default as PauseIcon } from '../icons/pause';
|
|
2005
2013
|
// PcCase aliases
|
|
2006
2014
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
2007
2015
|
// PenOff aliases
|
|
@@ -2012,22 +2020,22 @@ export { default as PenToolIcon } from '../icons/pen-tool';
|
|
|
2012
2020
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
2013
2021
|
// PencilOff aliases
|
|
2014
2022
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
2023
|
+
// PencilSparkles aliases
|
|
2024
|
+
export { default as PencilSparklesIcon } from '../icons/pencil-sparkles';
|
|
2015
2025
|
// PencilRuler aliases
|
|
2016
2026
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
2017
2027
|
// Pencil aliases
|
|
2018
2028
|
export { default as PencilIcon } from '../icons/pencil';
|
|
2019
|
-
// PencilSparkles aliases
|
|
2020
|
-
export { default as PencilSparklesIcon } from '../icons/pencil-sparkles';
|
|
2021
2029
|
// Pentagon aliases
|
|
2022
2030
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
2023
2031
|
// Percent aliases
|
|
2024
2032
|
export { default as PercentIcon } from '../icons/percent';
|
|
2025
2033
|
// PersonStanding aliases
|
|
2026
2034
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
2027
|
-
// Phi aliases
|
|
2028
|
-
export { default as PhiIcon } from '../icons/phi';
|
|
2029
2035
|
// PhilippinePeso aliases
|
|
2030
2036
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2037
|
+
// Phi aliases
|
|
2038
|
+
export { default as PhiIcon } from '../icons/phi';
|
|
2031
2039
|
// PhoneCall aliases
|
|
2032
2040
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
2033
2041
|
// PhoneForwarded aliases
|
|
@@ -2036,54 +2044,54 @@ export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
|
2036
2044
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
2037
2045
|
// PhoneMissed aliases
|
|
2038
2046
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
2039
|
-
// PhoneOutgoing aliases
|
|
2040
|
-
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
2041
2047
|
// PhoneOff aliases
|
|
2042
2048
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
2043
|
-
//
|
|
2044
|
-
export { default as
|
|
2049
|
+
// PhoneOutgoing aliases
|
|
2050
|
+
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
2045
2051
|
// Pi aliases
|
|
2046
2052
|
export { default as PiIcon } from '../icons/pi';
|
|
2053
|
+
// Phone aliases
|
|
2054
|
+
export { default as PhoneIcon } from '../icons/phone';
|
|
2047
2055
|
// Piano aliases
|
|
2048
2056
|
export { default as PianoIcon } from '../icons/piano';
|
|
2049
2057
|
// Pickaxe aliases
|
|
2050
2058
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2051
|
-
// PictureInPicture aliases
|
|
2052
|
-
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2053
2059
|
// PictureInPicture2 aliases
|
|
2054
2060
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2061
|
+
// PictureInPicture aliases
|
|
2062
|
+
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2055
2063
|
// PiggyBank aliases
|
|
2056
2064
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2057
|
-
// PilcrowRight aliases
|
|
2058
|
-
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2059
2065
|
// PilcrowLeft aliases
|
|
2060
2066
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2061
2067
|
// Pilcrow aliases
|
|
2062
2068
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2069
|
+
// PilcrowRight aliases
|
|
2070
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2063
2071
|
// PillBottle aliases
|
|
2064
2072
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2065
2073
|
// Pill aliases
|
|
2066
2074
|
export { default as PillIcon } from '../icons/pill';
|
|
2067
2075
|
// PinOff aliases
|
|
2068
2076
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2077
|
+
// Pizza aliases
|
|
2078
|
+
export { default as PizzaIcon } from '../icons/pizza';
|
|
2069
2079
|
// Pipette aliases
|
|
2070
2080
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2071
2081
|
// Pin aliases
|
|
2072
2082
|
export { default as PinIcon } from '../icons/pin';
|
|
2073
|
-
// Pizza aliases
|
|
2074
|
-
export { default as PizzaIcon } from '../icons/pizza';
|
|
2075
2083
|
// PlaneLanding aliases
|
|
2076
2084
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2077
2085
|
// PlaneTakeoff aliases
|
|
2078
2086
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2079
2087
|
// Plane aliases
|
|
2080
2088
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2089
|
+
// PlayOff aliases
|
|
2090
|
+
export { default as PlayOffIcon } from '../icons/play-off';
|
|
2081
2091
|
// Play aliases
|
|
2082
2092
|
export { default as PlayIcon } from '../icons/play';
|
|
2083
2093
|
// Plug2 aliases
|
|
2084
2094
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2085
|
-
// PlayOff aliases
|
|
2086
|
-
export { default as PlayOffIcon } from '../icons/play-off';
|
|
2087
2095
|
// Plug aliases
|
|
2088
2096
|
export { default as PlugIcon } from '../icons/plug';
|
|
2089
2097
|
// Plus aliases
|
|
@@ -2100,10 +2108,10 @@ export { default as PointerIcon } from '../icons/pointer';
|
|
|
2100
2108
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2101
2109
|
// Popsicle aliases
|
|
2102
2110
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2103
|
-
// PowerOff aliases
|
|
2104
|
-
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2105
2111
|
// PoundSterling aliases
|
|
2106
2112
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2113
|
+
// PowerOff aliases
|
|
2114
|
+
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2107
2115
|
// Power aliases
|
|
2108
2116
|
export { default as PowerIcon } from '../icons/power';
|
|
2109
2117
|
// Presentation aliases
|
|
@@ -2120,30 +2128,30 @@ export { default as ProjectorIcon } from '../icons/projector';
|
|
|
2120
2128
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2121
2129
|
// Puzzle aliases
|
|
2122
2130
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2131
|
+
// Pyramid aliases
|
|
2132
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2123
2133
|
// QrCode aliases
|
|
2124
2134
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2125
2135
|
// Quote aliases
|
|
2126
2136
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2127
|
-
// Pyramid aliases
|
|
2128
|
-
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2129
2137
|
// Rabbit aliases
|
|
2130
2138
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2131
2139
|
// Radar aliases
|
|
2132
2140
|
export { default as RadarIcon } from '../icons/radar';
|
|
2133
|
-
// Radiation aliases
|
|
2134
|
-
export { default as RadiationIcon } from '../icons/radiation';
|
|
2135
2141
|
// Radical aliases
|
|
2136
2142
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2143
|
+
// Radiation aliases
|
|
2144
|
+
export { default as RadiationIcon } from '../icons/radiation';
|
|
2137
2145
|
// RadioOff aliases
|
|
2138
2146
|
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2139
2147
|
// RadioReceiver aliases
|
|
2140
2148
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2141
2149
|
// RadioTower aliases
|
|
2142
2150
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2143
|
-
// Radio aliases
|
|
2144
|
-
export { default as RadioIcon } from '../icons/radio';
|
|
2145
2151
|
// Radius aliases
|
|
2146
2152
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2153
|
+
// Radio aliases
|
|
2154
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2147
2155
|
// Rainbow aliases
|
|
2148
2156
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2149
2157
|
// Rat aliases
|
|
@@ -2152,18 +2160,18 @@ export { default as RatIcon } from '../icons/rat';
|
|
|
2152
2160
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2153
2161
|
// ReceiptCent aliases
|
|
2154
2162
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2155
|
-
// ReceiptIndianRupee aliases
|
|
2156
|
-
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2157
2163
|
// ReceiptEuro aliases
|
|
2158
2164
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2165
|
+
// ReceiptIndianRupee aliases
|
|
2166
|
+
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2159
2167
|
// ReceiptJapaneseYen aliases
|
|
2160
2168
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2161
2169
|
// ReceiptPoundSterling aliases
|
|
2162
2170
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2163
|
-
// ReceiptSwissFranc aliases
|
|
2164
|
-
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2165
2171
|
// ReceiptRussianRuble aliases
|
|
2166
2172
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2173
|
+
// ReceiptSwissFranc aliases
|
|
2174
|
+
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2167
2175
|
// ReceiptText aliases
|
|
2168
2176
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2169
2177
|
// ReceiptTurkishLira aliases
|
|
@@ -2184,20 +2192,20 @@ export { default as RecycleIcon } from '../icons/recycle';
|
|
|
2184
2192
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2185
2193
|
// RedoDot aliases
|
|
2186
2194
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2187
|
-
// RefreshCcwDot aliases
|
|
2188
|
-
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2189
2195
|
// Redo aliases
|
|
2190
2196
|
export { default as RedoIcon } from '../icons/redo';
|
|
2197
|
+
// RefreshCcwDot aliases
|
|
2198
|
+
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2191
2199
|
// RefreshCcw aliases
|
|
2192
2200
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2193
2201
|
// RefreshCwOff aliases
|
|
2194
2202
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2195
2203
|
// RefreshCw aliases
|
|
2196
2204
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2197
|
-
// Refrigerator aliases
|
|
2198
|
-
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2199
2205
|
// Regex aliases
|
|
2200
2206
|
export { default as RegexIcon } from '../icons/regex';
|
|
2207
|
+
// Refrigerator aliases
|
|
2208
|
+
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2201
2209
|
// RemoveFormatting aliases
|
|
2202
2210
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2203
2211
|
// Repeat1 aliases
|
|
@@ -2210,26 +2218,26 @@ export { default as RepeatOffIcon } from '../icons/repeat-off';
|
|
|
2210
2218
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2211
2219
|
// ReplaceAll aliases
|
|
2212
2220
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2213
|
-
// ReplyAll aliases
|
|
2214
|
-
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2215
2221
|
// Replace aliases
|
|
2216
2222
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2217
|
-
//
|
|
2218
|
-
export { default as
|
|
2223
|
+
// ReplyAll aliases
|
|
2224
|
+
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2219
2225
|
// Reply aliases
|
|
2220
2226
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2227
|
+
// Rewind aliases
|
|
2228
|
+
export { default as RewindIcon } from '../icons/rewind';
|
|
2221
2229
|
// Ribbon aliases
|
|
2222
2230
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2223
|
-
// Road aliases
|
|
2224
|
-
export { default as RoadIcon } from '../icons/road';
|
|
2225
2231
|
// Rocket aliases
|
|
2226
2232
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2233
|
+
// Road aliases
|
|
2234
|
+
export { default as RoadIcon } from '../icons/road';
|
|
2235
|
+
// RollerCoaster aliases
|
|
2236
|
+
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2227
2237
|
// RockingChair aliases
|
|
2228
2238
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2229
2239
|
// Rose aliases
|
|
2230
2240
|
export { default as RoseIcon } from '../icons/rose';
|
|
2231
|
-
// RollerCoaster aliases
|
|
2232
|
-
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2233
2241
|
// RotateCcwKey aliases
|
|
2234
2242
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2235
2243
|
// RotateCcwSquare aliases
|
|
@@ -2242,30 +2250,30 @@ export { default as RotateCwFadingClockIcon } from '../icons/rotate-cw-fading-cl
|
|
|
2242
2250
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2243
2251
|
// RotateCw aliases
|
|
2244
2252
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2245
|
-
// RouteOff aliases
|
|
2246
|
-
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2247
2253
|
// Route aliases
|
|
2248
2254
|
export { default as RouteIcon } from '../icons/route';
|
|
2249
2255
|
// Router aliases
|
|
2250
2256
|
export { default as RouterIcon } from '../icons/router';
|
|
2257
|
+
// RouteOff aliases
|
|
2258
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2251
2259
|
// Rows4 aliases
|
|
2252
2260
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2253
2261
|
// Rss aliases
|
|
2254
2262
|
export { default as RssIcon } from '../icons/rss';
|
|
2255
|
-
// RulerDimensionLine aliases
|
|
2256
|
-
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2257
2263
|
// Ruler aliases
|
|
2258
2264
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2259
|
-
//
|
|
2260
|
-
export { default as
|
|
2265
|
+
// RulerDimensionLine aliases
|
|
2266
|
+
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2261
2267
|
// RussianRuble aliases
|
|
2262
2268
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2263
2269
|
// Salad aliases
|
|
2264
2270
|
export { default as SaladIcon } from '../icons/salad';
|
|
2265
|
-
//
|
|
2266
|
-
export { default as
|
|
2271
|
+
// Sailboat aliases
|
|
2272
|
+
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2267
2273
|
// SatelliteDish aliases
|
|
2268
2274
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2275
|
+
// Sandwich aliases
|
|
2276
|
+
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2269
2277
|
// Satellite aliases
|
|
2270
2278
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2271
2279
|
// SaudiRiyal aliases
|
|
@@ -2274,90 +2282,90 @@ export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
|
2274
2282
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2275
2283
|
// SaveCheck aliases
|
|
2276
2284
|
export { default as SaveCheckIcon } from '../icons/save-check';
|
|
2277
|
-
// SavePen aliases
|
|
2278
|
-
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2279
2285
|
// SaveOff aliases
|
|
2280
2286
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2287
|
+
// SavePen aliases
|
|
2288
|
+
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2281
2289
|
// SavePlus aliases
|
|
2282
2290
|
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2283
2291
|
// Save aliases
|
|
2284
2292
|
export { default as SaveIcon } from '../icons/save';
|
|
2285
|
-
// Scaling aliases
|
|
2286
|
-
export { default as ScalingIcon } from '../icons/scaling';
|
|
2287
|
-
// ScanBarcode aliases
|
|
2288
|
-
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2289
2293
|
// Scale aliases
|
|
2290
2294
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2295
|
+
// ScanBarcode aliases
|
|
2296
|
+
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2297
|
+
// Scaling aliases
|
|
2298
|
+
export { default as ScalingIcon } from '../icons/scaling';
|
|
2291
2299
|
// ScanBox aliases
|
|
2292
2300
|
export { default as ScanBoxIcon } from '../icons/scan-box';
|
|
2293
|
-
// ScanEye aliases
|
|
2294
|
-
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2295
2301
|
// ScanFace aliases
|
|
2296
2302
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2303
|
+
// ScanEye aliases
|
|
2304
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2297
2305
|
// ScanHeart aliases
|
|
2298
2306
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2299
2307
|
// ScanLine aliases
|
|
2300
2308
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2301
|
-
// ScanQrCode aliases
|
|
2302
|
-
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2303
2309
|
// ScanSearch aliases
|
|
2304
2310
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2305
2311
|
// ScanSquare aliases
|
|
2306
2312
|
export { default as ScanSquareIcon } from '../icons/scan-square';
|
|
2307
|
-
//
|
|
2308
|
-
export { default as
|
|
2313
|
+
// ScanQrCode aliases
|
|
2314
|
+
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2309
2315
|
// ScanText aliases
|
|
2310
2316
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2317
|
+
// Scan aliases
|
|
2318
|
+
export { default as ScanIcon } from '../icons/scan';
|
|
2311
2319
|
// School aliases
|
|
2312
2320
|
export { default as SchoolIcon } from '../icons/school';
|
|
2313
|
-
// Scissors aliases
|
|
2314
|
-
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2315
2321
|
// ScissorsLineDashed aliases
|
|
2316
2322
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2317
|
-
// Scooter aliases
|
|
2318
|
-
export { default as ScooterIcon } from '../icons/scooter';
|
|
2319
2323
|
// ScreenShareOff aliases
|
|
2320
2324
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2325
|
+
// Scissors aliases
|
|
2326
|
+
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2327
|
+
// Scroll aliases
|
|
2328
|
+
export { default as ScrollIcon } from '../icons/scroll';
|
|
2329
|
+
// Scooter aliases
|
|
2330
|
+
export { default as ScooterIcon } from '../icons/scooter';
|
|
2321
2331
|
// ScreenShare aliases
|
|
2322
2332
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2323
2333
|
// ScrollText aliases
|
|
2324
2334
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2325
|
-
// Scroll aliases
|
|
2326
|
-
export { default as ScrollIcon } from '../icons/scroll';
|
|
2327
|
-
// SearchAlert aliases
|
|
2328
|
-
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2329
2335
|
// SearchCheck aliases
|
|
2330
2336
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2337
|
+
// SearchAlert aliases
|
|
2338
|
+
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2331
2339
|
// SearchCode aliases
|
|
2332
2340
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2333
|
-
// SearchSlash aliases
|
|
2334
|
-
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2335
|
-
// SearchX aliases
|
|
2336
|
-
export { default as SearchXIcon } from '../icons/search-x';
|
|
2337
2341
|
// Search aliases
|
|
2338
2342
|
export { default as SearchIcon } from '../icons/search';
|
|
2343
|
+
// SearchSlash aliases
|
|
2344
|
+
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2339
2345
|
// Section aliases
|
|
2340
2346
|
export { default as SectionIcon } from '../icons/section';
|
|
2347
|
+
// SearchX aliases
|
|
2348
|
+
export { default as SearchXIcon } from '../icons/search-x';
|
|
2341
2349
|
// SendToBack aliases
|
|
2342
2350
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2343
2351
|
// Send aliases
|
|
2344
2352
|
export { default as SendIcon } from '../icons/send';
|
|
2345
2353
|
// SeparatorHorizontal aliases
|
|
2346
2354
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2347
|
-
// SeparatorVertical aliases
|
|
2348
|
-
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2349
2355
|
// ServerCog aliases
|
|
2350
2356
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2357
|
+
// SeparatorVertical aliases
|
|
2358
|
+
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2351
2359
|
// ServerCrash aliases
|
|
2352
2360
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2353
2361
|
// ServerOff aliases
|
|
2354
2362
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2355
2363
|
// ServerPlus aliases
|
|
2356
2364
|
export { default as ServerPlusIcon } from '../icons/server-plus';
|
|
2357
|
-
// Settings2 aliases
|
|
2358
|
-
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2359
2365
|
// Server aliases
|
|
2360
2366
|
export { default as ServerIcon } from '../icons/server';
|
|
2367
|
+
// Settings2 aliases
|
|
2368
|
+
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2361
2369
|
// Settings aliases
|
|
2362
2370
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2363
2371
|
// Shapes aliases
|
|
@@ -2366,16 +2374,16 @@ export { default as ShapesIcon } from '../icons/shapes';
|
|
|
2366
2374
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2367
2375
|
// Sheet aliases
|
|
2368
2376
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2369
|
-
// Share aliases
|
|
2370
|
-
export { default as ShareIcon } from '../icons/share';
|
|
2371
2377
|
// Shell aliases
|
|
2372
2378
|
export { default as ShellIcon } from '../icons/shell';
|
|
2379
|
+
// Share aliases
|
|
2380
|
+
export { default as ShareIcon } from '../icons/share';
|
|
2381
|
+
// ShieldBan aliases
|
|
2382
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2373
2383
|
// ShelvingUnit aliases
|
|
2374
2384
|
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2375
2385
|
// ShieldAlert aliases
|
|
2376
2386
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2377
|
-
// ShieldBan aliases
|
|
2378
|
-
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2379
2387
|
// ShieldCheck aliases
|
|
2380
2388
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2381
2389
|
// ShieldCogCorner aliases
|
|
@@ -2392,18 +2400,18 @@ export { default as ShieldKeyholeIcon } from '../icons/shield-keyhole';
|
|
|
2392
2400
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2393
2401
|
// ShieldOff aliases
|
|
2394
2402
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2395
|
-
// ShieldPlus aliases
|
|
2396
|
-
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2397
2403
|
// ShieldUser aliases
|
|
2398
2404
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2405
|
+
// ShieldPlus aliases
|
|
2406
|
+
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2399
2407
|
// Shield aliases
|
|
2400
2408
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2401
2409
|
// ShipWheel aliases
|
|
2402
2410
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2403
|
-
// Ship aliases
|
|
2404
|
-
export { default as ShipIcon } from '../icons/ship';
|
|
2405
2411
|
// Shirt aliases
|
|
2406
2412
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2413
|
+
// Ship aliases
|
|
2414
|
+
export { default as ShipIcon } from '../icons/ship';
|
|
2407
2415
|
// ShoppingBag aliases
|
|
2408
2416
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2409
2417
|
// ShoppingBasket aliases
|
|
@@ -2414,86 +2422,86 @@ export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
|
2414
2422
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2415
2423
|
// ShowerHead aliases
|
|
2416
2424
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2417
|
-
// Shredder aliases
|
|
2418
|
-
export { default as ShredderIcon } from '../icons/shredder';
|
|
2419
|
-
// Shrimp aliases
|
|
2420
|
-
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2421
2425
|
// Shrink aliases
|
|
2422
2426
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2427
|
+
// Shredder aliases
|
|
2428
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2423
2429
|
// Shrub aliases
|
|
2424
2430
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2431
|
+
// Shrimp aliases
|
|
2432
|
+
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2425
2433
|
// Shuffle aliases
|
|
2426
2434
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2427
2435
|
// Sigma aliases
|
|
2428
2436
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2429
2437
|
// SignalHigh aliases
|
|
2430
2438
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2431
|
-
// SignalLow aliases
|
|
2432
|
-
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2433
2439
|
// SignalMedium aliases
|
|
2434
2440
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2441
|
+
// SignalLow aliases
|
|
2442
|
+
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2435
2443
|
// SignalZero aliases
|
|
2436
2444
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2445
|
+
// SignpostBig aliases
|
|
2446
|
+
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2437
2447
|
// Signal aliases
|
|
2438
2448
|
export { default as SignalIcon } from '../icons/signal';
|
|
2439
2449
|
// Signature aliases
|
|
2440
2450
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2441
|
-
// SignpostBig aliases
|
|
2442
|
-
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2443
2451
|
// Signpost aliases
|
|
2444
2452
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2445
2453
|
// Siren aliases
|
|
2446
2454
|
export { default as SirenIcon } from '../icons/siren';
|
|
2447
2455
|
// SkipBack aliases
|
|
2448
2456
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2449
|
-
// Skull aliases
|
|
2450
|
-
export { default as SkullIcon } from '../icons/skull';
|
|
2451
2457
|
// SkipForward aliases
|
|
2452
2458
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2453
|
-
//
|
|
2454
|
-
export { default as
|
|
2459
|
+
// Skull aliases
|
|
2460
|
+
export { default as SkullIcon } from '../icons/skull';
|
|
2455
2461
|
// Slice aliases
|
|
2456
2462
|
export { default as SliceIcon } from '../icons/slice';
|
|
2457
|
-
// SlidersHorizontal aliases
|
|
2458
|
-
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2459
2463
|
// SmartphoneCharging aliases
|
|
2460
2464
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2461
|
-
//
|
|
2462
|
-
export { default as
|
|
2465
|
+
// Slash aliases
|
|
2466
|
+
export { default as SlashIcon } from '../icons/slash';
|
|
2467
|
+
// SlidersHorizontal aliases
|
|
2468
|
+
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2463
2469
|
// Smartphone aliases
|
|
2464
2470
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2465
2471
|
// SmilePlus aliases
|
|
2466
2472
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2467
|
-
//
|
|
2468
|
-
export { default as
|
|
2473
|
+
// SmartphoneNfc aliases
|
|
2474
|
+
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2469
2475
|
// Smile aliases
|
|
2470
2476
|
export { default as SmileIcon } from '../icons/smile';
|
|
2477
|
+
// Snail aliases
|
|
2478
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2471
2479
|
// Snowflake aliases
|
|
2472
2480
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2473
|
-
// Sofa aliases
|
|
2474
|
-
export { default as SofaIcon } from '../icons/sofa';
|
|
2475
2481
|
// SoapDispenserDroplet aliases
|
|
2476
2482
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2477
|
-
//
|
|
2478
|
-
export { default as
|
|
2483
|
+
// Sofa aliases
|
|
2484
|
+
export { default as SofaIcon } from '../icons/sofa';
|
|
2479
2485
|
// Soup aliases
|
|
2480
2486
|
export { default as SoupIcon } from '../icons/soup';
|
|
2487
|
+
// SolarPanel aliases
|
|
2488
|
+
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2481
2489
|
// Space aliases
|
|
2482
2490
|
export { default as SpaceIcon } from '../icons/space';
|
|
2483
2491
|
// Spade aliases
|
|
2484
2492
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2493
|
+
// Speech aliases
|
|
2494
|
+
export { default as SpeechIcon } from '../icons/speech';
|
|
2485
2495
|
// Sparkle aliases
|
|
2486
2496
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2487
|
-
// Speaker aliases
|
|
2488
|
-
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2489
2497
|
// SpellCheck2 aliases
|
|
2490
2498
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2491
|
-
//
|
|
2492
|
-
export { default as
|
|
2493
|
-
// SpellCheck aliases
|
|
2494
|
-
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2499
|
+
// Speaker aliases
|
|
2500
|
+
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2495
2501
|
// SplinePointer aliases
|
|
2496
2502
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2503
|
+
// SpellCheck aliases
|
|
2504
|
+
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2497
2505
|
// Spline aliases
|
|
2498
2506
|
export { default as SplineIcon } from '../icons/spline';
|
|
2499
2507
|
// Split aliases
|
|
@@ -2504,50 +2512,50 @@ export { default as SpoolIcon } from '../icons/spool';
|
|
|
2504
2512
|
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2505
2513
|
// Spotlight aliases
|
|
2506
2514
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2507
|
-
// Sprout aliases
|
|
2508
|
-
export { default as SproutIcon } from '../icons/sprout';
|
|
2509
2515
|
// SprayCan aliases
|
|
2510
2516
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2517
|
+
// Sprout aliases
|
|
2518
|
+
export { default as SproutIcon } from '../icons/sprout';
|
|
2511
2519
|
// SquareArrowRightEnter aliases
|
|
2512
2520
|
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2513
2521
|
// SquareArrowRightExit aliases
|
|
2514
2522
|
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2515
|
-
// SquareDashedBottomCode aliases
|
|
2516
|
-
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2517
2523
|
// SquareDashedBottom aliases
|
|
2518
2524
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2525
|
+
// SquareDashedBottomCode aliases
|
|
2526
|
+
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2519
2527
|
// SquareDashedTopSolid aliases
|
|
2520
2528
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2521
2529
|
// SquareOff aliases
|
|
2522
2530
|
export { default as SquareOffIcon } from '../icons/square-off';
|
|
2523
2531
|
// SquarePause aliases
|
|
2524
2532
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2525
|
-
// SquareRoundCorner aliases
|
|
2526
|
-
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2527
2533
|
// SquareRadical aliases
|
|
2528
2534
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2529
2535
|
// SquareSquare aliases
|
|
2530
2536
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2537
|
+
// SquareRoundCorner aliases
|
|
2538
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2531
2539
|
// SquareStack aliases
|
|
2532
2540
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2533
|
-
// SquareStar aliases
|
|
2534
|
-
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2535
2541
|
// SquareStop aliases
|
|
2536
2542
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2543
|
+
// SquareStar aliases
|
|
2544
|
+
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2537
2545
|
// Square aliases
|
|
2538
2546
|
export { default as SquareIcon } from '../icons/square';
|
|
2539
2547
|
// SquaresExclude aliases
|
|
2540
2548
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2541
|
-
// SquaresIntersect aliases
|
|
2542
|
-
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2543
2549
|
// SquaresSubtract aliases
|
|
2544
2550
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2551
|
+
// SquaresIntersect aliases
|
|
2552
|
+
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2545
2553
|
// SquaresUnite aliases
|
|
2546
2554
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2547
|
-
// SquircleDashed aliases
|
|
2548
|
-
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2549
2555
|
// Squircle aliases
|
|
2550
2556
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2557
|
+
// SquircleDashed aliases
|
|
2558
|
+
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2551
2559
|
// Squirrel aliases
|
|
2552
2560
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2553
2561
|
// Stamp aliases
|
|
@@ -2558,20 +2566,20 @@ export { default as StarCheckIcon } from '../icons/star-check';
|
|
|
2558
2566
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2559
2567
|
// StarMinus aliases
|
|
2560
2568
|
export { default as StarMinusIcon } from '../icons/star-minus';
|
|
2561
|
-
// StarOff aliases
|
|
2562
|
-
export { default as StarOffIcon } from '../icons/star-off';
|
|
2563
2569
|
// StarX aliases
|
|
2564
2570
|
export { default as StarXIcon } from '../icons/star-x';
|
|
2571
|
+
// StarOff aliases
|
|
2572
|
+
export { default as StarOffIcon } from '../icons/star-off';
|
|
2565
2573
|
// Star aliases
|
|
2566
2574
|
export { default as StarIcon } from '../icons/star';
|
|
2567
2575
|
// StarPlus aliases
|
|
2568
2576
|
export { default as StarPlusIcon } from '../icons/star-plus';
|
|
2569
|
-
// StepForward aliases
|
|
2570
|
-
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2571
|
-
// Stethoscope aliases
|
|
2572
|
-
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2573
2577
|
// StepBack aliases
|
|
2574
2578
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2579
|
+
// Stethoscope aliases
|
|
2580
|
+
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2581
|
+
// StepForward aliases
|
|
2582
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2575
2583
|
// Sticker aliases
|
|
2576
2584
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2577
2585
|
// StickyNoteCheck aliases
|
|
@@ -2582,26 +2590,26 @@ export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
|
2582
2590
|
export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
2583
2591
|
// StickyNotePlus aliases
|
|
2584
2592
|
export { default as StickyNotePlusIcon } from '../icons/sticky-note-plus';
|
|
2585
|
-
// StickyNotes aliases
|
|
2586
|
-
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2587
|
-
// StickyNote aliases
|
|
2588
|
-
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2589
2593
|
// StickyNoteX aliases
|
|
2590
2594
|
export { default as StickyNoteXIcon } from '../icons/sticky-note-x';
|
|
2595
|
+
// StickyNote aliases
|
|
2596
|
+
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2597
|
+
// StickyNotes aliases
|
|
2598
|
+
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2591
2599
|
// Stone aliases
|
|
2592
2600
|
export { default as StoneIcon } from '../icons/stone';
|
|
2593
2601
|
// Store aliases
|
|
2594
2602
|
export { default as StoreIcon } from '../icons/store';
|
|
2595
2603
|
// StretchHorizontal aliases
|
|
2596
2604
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2597
|
-
// Strikethrough aliases
|
|
2598
|
-
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2599
2605
|
// StretchVertical aliases
|
|
2600
2606
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2601
|
-
//
|
|
2602
|
-
export { default as
|
|
2607
|
+
// Strikethrough aliases
|
|
2608
|
+
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2603
2609
|
// Summary aliases
|
|
2604
2610
|
export { default as SummaryIcon } from '../icons/summary';
|
|
2611
|
+
// Subscript aliases
|
|
2612
|
+
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2605
2613
|
// SunDim aliases
|
|
2606
2614
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2607
2615
|
// SunMedium aliases
|
|
@@ -2622,54 +2630,54 @@ export { default as SuperscriptIcon } from '../icons/superscript';
|
|
|
2622
2630
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2623
2631
|
// SwissFranc aliases
|
|
2624
2632
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2625
|
-
// SwitchCamera aliases
|
|
2626
|
-
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2627
2633
|
// Sword aliases
|
|
2628
2634
|
export { default as SwordIcon } from '../icons/sword';
|
|
2635
|
+
// SwitchCamera aliases
|
|
2636
|
+
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2629
2637
|
// Swords aliases
|
|
2630
2638
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2631
2639
|
// Syringe aliases
|
|
2632
2640
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2633
2641
|
// Table2 aliases
|
|
2634
2642
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2635
|
-
// TableCellsSplit aliases
|
|
2636
|
-
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2637
2643
|
// TableCellsMerge aliases
|
|
2638
2644
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2645
|
+
// TableCellsSplit aliases
|
|
2646
|
+
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2639
2647
|
// TableColumnsSplit aliases
|
|
2640
2648
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2641
|
-
// TableOfContents aliases
|
|
2642
|
-
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2643
2649
|
// TableProperties aliases
|
|
2644
2650
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2651
|
+
// TableOfContents aliases
|
|
2652
|
+
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2645
2653
|
// TableRowsSplit aliases
|
|
2646
2654
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2647
2655
|
// Table aliases
|
|
2648
2656
|
export { default as TableIcon } from '../icons/table';
|
|
2649
|
-
// Tablet aliases
|
|
2650
|
-
export { default as TabletIcon } from '../icons/tablet';
|
|
2651
2657
|
// TabletSmartphone aliases
|
|
2652
2658
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2659
|
+
// Tablet aliases
|
|
2660
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2653
2661
|
// Tablets aliases
|
|
2654
2662
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2655
|
-
// TagPlus aliases
|
|
2656
|
-
export { default as TagPlusIcon } from '../icons/tag-plus';
|
|
2657
2663
|
// TagX aliases
|
|
2658
2664
|
export { default as TagXIcon } from '../icons/tag-x';
|
|
2665
|
+
// TagPlus aliases
|
|
2666
|
+
export { default as TagPlusIcon } from '../icons/tag-plus';
|
|
2659
2667
|
// Tag aliases
|
|
2660
2668
|
export { default as TagIcon } from '../icons/tag';
|
|
2661
2669
|
// Tags aliases
|
|
2662
2670
|
export { default as TagsIcon } from '../icons/tags';
|
|
2663
|
-
// Tally1 aliases
|
|
2664
|
-
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2665
2671
|
// Tally2 aliases
|
|
2666
2672
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2667
2673
|
// Tally3 aliases
|
|
2668
2674
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2669
|
-
//
|
|
2670
|
-
export { default as
|
|
2675
|
+
// Tally1 aliases
|
|
2676
|
+
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2671
2677
|
// Tally4 aliases
|
|
2672
2678
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2679
|
+
// Tally5 aliases
|
|
2680
|
+
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2673
2681
|
// Tangent aliases
|
|
2674
2682
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2675
2683
|
// Target aliases
|
|
@@ -2678,52 +2686,52 @@ export { default as TargetIcon } from '../icons/target';
|
|
|
2678
2686
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2679
2687
|
// TentTree aliases
|
|
2680
2688
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2681
|
-
// Terminal aliases
|
|
2682
|
-
export { default as TerminalIcon } from '../icons/terminal';
|
|
2683
2689
|
// Tent aliases
|
|
2684
2690
|
export { default as TentIcon } from '../icons/tent';
|
|
2685
2691
|
// TestTube aliases
|
|
2686
2692
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2693
|
+
// Terminal aliases
|
|
2694
|
+
export { default as TerminalIcon } from '../icons/terminal';
|
|
2687
2695
|
// TestTubes aliases
|
|
2688
2696
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2689
2697
|
// TextCursorInput aliases
|
|
2690
2698
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2691
2699
|
// TextCursor aliases
|
|
2692
2700
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2693
|
-
// TextQuote aliases
|
|
2694
|
-
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2695
2701
|
// TextSearch aliases
|
|
2696
2702
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2697
|
-
// ThermometerSnowflake aliases
|
|
2698
|
-
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2699
2703
|
// Theater aliases
|
|
2700
2704
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2705
|
+
// ThermometerSnowflake aliases
|
|
2706
|
+
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2707
|
+
// TextQuote aliases
|
|
2708
|
+
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2701
2709
|
// ThermometerSun aliases
|
|
2702
2710
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2703
2711
|
// Thermometer aliases
|
|
2704
2712
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2705
|
-
// ThumbsUp aliases
|
|
2706
|
-
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2707
2713
|
// ThumbsDown aliases
|
|
2708
2714
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2715
|
+
// ThumbsUp aliases
|
|
2716
|
+
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2709
2717
|
// TicketCheck aliases
|
|
2710
2718
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2711
2719
|
// TicketMinus aliases
|
|
2712
2720
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2713
2721
|
// TicketPercent aliases
|
|
2714
2722
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2715
|
-
// TicketSlash aliases
|
|
2716
|
-
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2717
2723
|
// TicketPlus aliases
|
|
2718
2724
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2725
|
+
// TicketSlash aliases
|
|
2726
|
+
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2719
2727
|
// TicketX aliases
|
|
2720
2728
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2721
2729
|
// Ticket aliases
|
|
2722
2730
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2723
|
-
// Tickets aliases
|
|
2724
|
-
export { default as TicketsIcon } from '../icons/tickets';
|
|
2725
2731
|
// TicketsPlane aliases
|
|
2726
2732
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2733
|
+
// Tickets aliases
|
|
2734
|
+
export { default as TicketsIcon } from '../icons/tickets';
|
|
2727
2735
|
// Timeline aliases
|
|
2728
2736
|
export { default as TimelineIcon } from '../icons/timeline';
|
|
2729
2737
|
// TimerOff aliases
|
|
@@ -2742,56 +2750,56 @@ export { default as ToiletIcon } from '../icons/toilet';
|
|
|
2742
2750
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2743
2751
|
// Toolbox aliases
|
|
2744
2752
|
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2745
|
-
// Tornado aliases
|
|
2746
|
-
export { default as TornadoIcon } from '../icons/tornado';
|
|
2747
2753
|
// Torus aliases
|
|
2748
2754
|
export { default as TorusIcon } from '../icons/torus';
|
|
2755
|
+
// Tornado aliases
|
|
2756
|
+
export { default as TornadoIcon } from '../icons/tornado';
|
|
2749
2757
|
// TouchpadOff aliases
|
|
2750
2758
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2751
|
-
// Touchpad aliases
|
|
2752
|
-
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2753
2759
|
// TowelRack aliases
|
|
2754
2760
|
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2761
|
+
// Touchpad aliases
|
|
2762
|
+
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2755
2763
|
// TowerControl aliases
|
|
2756
2764
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2757
2765
|
// ToyBrick aliases
|
|
2758
2766
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2759
|
-
// TrafficCone aliases
|
|
2760
|
-
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2761
2767
|
// Tractor aliases
|
|
2762
2768
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2769
|
+
// TrafficCone aliases
|
|
2770
|
+
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2763
2771
|
// TrainFrontTunnel aliases
|
|
2764
2772
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2765
2773
|
// TrainFront aliases
|
|
2766
2774
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2767
2775
|
// TrainTrack aliases
|
|
2768
2776
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2769
|
-
// Transgender aliases
|
|
2770
|
-
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2771
2777
|
// Trash2 aliases
|
|
2772
2778
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2779
|
+
// Transgender aliases
|
|
2780
|
+
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2773
2781
|
// Trash aliases
|
|
2774
2782
|
export { default as TrashIcon } from '../icons/trash';
|
|
2775
2783
|
// TreeDeciduous aliases
|
|
2776
2784
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2777
2785
|
// TreePine aliases
|
|
2778
2786
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2787
|
+
// TrendingDown aliases
|
|
2788
|
+
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2779
2789
|
// Trees aliases
|
|
2780
2790
|
export { default as TreesIcon } from '../icons/trees';
|
|
2781
2791
|
// TrendingUpDown aliases
|
|
2782
2792
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2783
|
-
// TrendingDown aliases
|
|
2784
|
-
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2785
2793
|
// TrendingUp aliases
|
|
2786
2794
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2787
2795
|
// TriangleRight aliases
|
|
2788
2796
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2797
|
+
// Triangle aliases
|
|
2798
|
+
export { default as TriangleIcon } from '../icons/triangle';
|
|
2789
2799
|
// TriangleDashed aliases
|
|
2790
2800
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2791
2801
|
// Trophy aliases
|
|
2792
2802
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2793
|
-
// Triangle aliases
|
|
2794
|
-
export { default as TriangleIcon } from '../icons/triangle';
|
|
2795
2803
|
// TruckElectric aliases
|
|
2796
2804
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2797
2805
|
// Truck aliases
|
|
@@ -2818,24 +2826,24 @@ export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
|
2818
2826
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2819
2827
|
// Undo2 aliases
|
|
2820
2828
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2821
|
-
// UndoDot aliases
|
|
2822
|
-
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2823
2829
|
// Undo aliases
|
|
2824
2830
|
export { default as UndoIcon } from '../icons/undo';
|
|
2831
|
+
// UndoDot aliases
|
|
2832
|
+
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2833
|
+
// UnfoldVertical aliases
|
|
2834
|
+
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2825
2835
|
// UnfoldHorizontal aliases
|
|
2826
2836
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2827
2837
|
// Ungroup aliases
|
|
2828
2838
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2829
|
-
// UnfoldVertical aliases
|
|
2830
|
-
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2831
2839
|
// Unlink2 aliases
|
|
2832
2840
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2833
2841
|
// Unlink aliases
|
|
2834
2842
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2835
|
-
// Unplug aliases
|
|
2836
|
-
export { default as UnplugIcon } from '../icons/unplug';
|
|
2837
2843
|
// Upload aliases
|
|
2838
2844
|
export { default as UploadIcon } from '../icons/upload';
|
|
2845
|
+
// Unplug aliases
|
|
2846
|
+
export { default as UnplugIcon } from '../icons/unplug';
|
|
2839
2847
|
// Usb aliases
|
|
2840
2848
|
export { default as UsbIcon } from '../icons/usb';
|
|
2841
2849
|
// UserCheck aliases
|
|
@@ -2846,48 +2854,48 @@ export { default as UserCogIcon } from '../icons/user-cog';
|
|
|
2846
2854
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2847
2855
|
// UserLock aliases
|
|
2848
2856
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2849
|
-
// UserMinus aliases
|
|
2850
|
-
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2851
2857
|
// UserPen aliases
|
|
2852
2858
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2859
|
+
// UserMinus aliases
|
|
2860
|
+
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2853
2861
|
// UserPlus aliases
|
|
2854
2862
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2855
2863
|
// UserRoundArrowLeft aliases
|
|
2856
2864
|
export { default as UserRoundArrowLeftIcon } from '../icons/user-round-arrow-left';
|
|
2857
2865
|
// UserRoundKey aliases
|
|
2858
2866
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2859
|
-
// UserRoundSearch aliases
|
|
2860
|
-
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2861
2867
|
// UserRoundPen aliases
|
|
2862
2868
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2863
|
-
//
|
|
2864
|
-
export { default as
|
|
2869
|
+
// UserRoundSearch aliases
|
|
2870
|
+
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2865
2871
|
// UserShield aliases
|
|
2866
2872
|
export { default as UserShieldIcon } from '../icons/user-shield';
|
|
2867
2873
|
// UserStar aliases
|
|
2868
2874
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2875
|
+
// UserSearch aliases
|
|
2876
|
+
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2869
2877
|
// UserX aliases
|
|
2870
2878
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2871
2879
|
// User aliases
|
|
2872
2880
|
export { default as UserIcon } from '../icons/user';
|
|
2873
2881
|
// Users aliases
|
|
2874
2882
|
export { default as UsersIcon } from '../icons/users';
|
|
2875
|
-
// Van aliases
|
|
2876
|
-
export { default as VanIcon } from '../icons/van';
|
|
2877
2883
|
// UtilityPole aliases
|
|
2878
2884
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2885
|
+
// Van aliases
|
|
2886
|
+
export { default as VanIcon } from '../icons/van';
|
|
2879
2887
|
// Variable aliases
|
|
2880
2888
|
export { default as VariableIcon } from '../icons/variable';
|
|
2881
|
-
// Vault aliases
|
|
2882
|
-
export { default as VaultIcon } from '../icons/vault';
|
|
2883
2889
|
// VectorSquare aliases
|
|
2884
2890
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2891
|
+
// Vault aliases
|
|
2892
|
+
export { default as VaultIcon } from '../icons/vault';
|
|
2885
2893
|
// Vegan aliases
|
|
2886
2894
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2887
|
-
// VenusAndMars aliases
|
|
2888
|
-
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2889
2895
|
// VenetianMask aliases
|
|
2890
2896
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2897
|
+
// VenusAndMars aliases
|
|
2898
|
+
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2891
2899
|
// Venus aliases
|
|
2892
2900
|
export { default as VenusIcon } from '../icons/venus';
|
|
2893
2901
|
// VibrateOff aliases
|
|
@@ -2906,16 +2914,16 @@ export { default as ViewIcon } from '../icons/view';
|
|
|
2906
2914
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2907
2915
|
// Volleyball aliases
|
|
2908
2916
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2909
|
-
// Volume1 aliases
|
|
2910
|
-
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2911
2917
|
// Volume2 aliases
|
|
2912
2918
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2919
|
+
// Volume1 aliases
|
|
2920
|
+
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2913
2921
|
// VolumeOff aliases
|
|
2914
2922
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2915
|
-
// Volume aliases
|
|
2916
|
-
export { default as VolumeIcon } from '../icons/volume';
|
|
2917
2923
|
// VolumeX aliases
|
|
2918
2924
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2925
|
+
// Volume aliases
|
|
2926
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2919
2927
|
// Vote aliases
|
|
2920
2928
|
export { default as VoteIcon } from '../icons/vote';
|
|
2921
2929
|
// WalletCards aliases
|
|
@@ -2928,20 +2936,20 @@ export { default as WandIcon } from '../icons/wand';
|
|
|
2928
2936
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2929
2937
|
// Warehouse aliases
|
|
2930
2938
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2931
|
-
// WashingMachine aliases
|
|
2932
|
-
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2933
2939
|
// Watch aliases
|
|
2934
2940
|
export { default as WatchIcon } from '../icons/watch';
|
|
2935
|
-
//
|
|
2936
|
-
export { default as
|
|
2941
|
+
// WashingMachine aliases
|
|
2942
|
+
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2937
2943
|
// WavesArrowDown aliases
|
|
2938
2944
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2939
2945
|
// WavesArrowUp aliases
|
|
2940
2946
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2941
|
-
//
|
|
2942
|
-
export { default as
|
|
2947
|
+
// WavesLadder aliases
|
|
2948
|
+
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2943
2949
|
// WavesVertical aliases
|
|
2944
2950
|
export { default as WavesVerticalIcon } from '../icons/waves-vertical';
|
|
2951
|
+
// Waypoints aliases
|
|
2952
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2945
2953
|
// WebcamOff aliases
|
|
2946
2954
|
export { default as WebcamOffIcon } from '../icons/webcam-off';
|
|
2947
2955
|
// Webcam aliases
|
|
@@ -2952,20 +2960,20 @@ export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
|
2952
2960
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2953
2961
|
// WeightTilde aliases
|
|
2954
2962
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2955
|
-
// Weight aliases
|
|
2956
|
-
export { default as WeightIcon } from '../icons/weight';
|
|
2957
2963
|
// WheatOff aliases
|
|
2958
2964
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2959
|
-
//
|
|
2960
|
-
export { default as
|
|
2965
|
+
// Weight aliases
|
|
2966
|
+
export { default as WeightIcon } from '../icons/weight';
|
|
2961
2967
|
// WholeWord aliases
|
|
2962
2968
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2969
|
+
// Wheat aliases
|
|
2970
|
+
export { default as WheatIcon } from '../icons/wheat';
|
|
2963
2971
|
// WifiCog aliases
|
|
2964
2972
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2965
|
-
// WifiHigh aliases
|
|
2966
|
-
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2967
2973
|
// WifiLow aliases
|
|
2968
2974
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2975
|
+
// WifiHigh aliases
|
|
2976
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2969
2977
|
// WifiOff aliases
|
|
2970
2978
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2971
2979
|
// WifiPen aliases
|
|
@@ -2980,50 +2988,50 @@ export { default as WifiIcon } from '../icons/wifi';
|
|
|
2980
2988
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2981
2989
|
// Wind aliases
|
|
2982
2990
|
export { default as WindIcon } from '../icons/wind';
|
|
2983
|
-
// Wine aliases
|
|
2984
|
-
export { default as WineIcon } from '../icons/wine';
|
|
2985
2991
|
// WineOff aliases
|
|
2986
2992
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2993
|
+
// Wine aliases
|
|
2994
|
+
export { default as WineIcon } from '../icons/wine';
|
|
2987
2995
|
// Workflow aliases
|
|
2988
2996
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2997
|
+
// Wrench aliases
|
|
2998
|
+
export { default as WrenchIcon } from '../icons/wrench';
|
|
2989
2999
|
// Worm aliases
|
|
2990
3000
|
export { default as WormIcon } from '../icons/worm';
|
|
2991
3001
|
// WrenchOff aliases
|
|
2992
3002
|
export { default as WrenchOffIcon } from '../icons/wrench-off';
|
|
2993
|
-
// Wrench aliases
|
|
2994
|
-
export { default as WrenchIcon } from '../icons/wrench';
|
|
2995
3003
|
// XLineTop aliases
|
|
2996
3004
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
2997
|
-
// ZapOff aliases
|
|
2998
|
-
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2999
3005
|
// X aliases
|
|
3000
3006
|
export { default as XIcon } from '../icons/x';
|
|
3007
|
+
// ZodiacAquarius aliases
|
|
3008
|
+
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
3009
|
+
// ZapOff aliases
|
|
3010
|
+
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
3001
3011
|
// Zap aliases
|
|
3002
3012
|
export { default as ZapIcon } from '../icons/zap';
|
|
3003
3013
|
// ZodiacAries aliases
|
|
3004
3014
|
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
3005
|
-
// ZodiacAquarius aliases
|
|
3006
|
-
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
3007
3015
|
// ZodiacCancer aliases
|
|
3008
3016
|
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
3009
|
-
// ZodiacCapricorn aliases
|
|
3010
|
-
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
3011
3017
|
// ZodiacGemini aliases
|
|
3012
3018
|
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
3019
|
+
// ZodiacCapricorn aliases
|
|
3020
|
+
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
3013
3021
|
// ZodiacLeo aliases
|
|
3014
3022
|
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
3015
|
-
// ZodiacLibra aliases
|
|
3016
|
-
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
3017
3023
|
// ZodiacOphiuchus aliases
|
|
3018
3024
|
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
3025
|
+
// ZodiacLibra aliases
|
|
3026
|
+
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
3027
|
+
// ZodiacSagittarius aliases
|
|
3028
|
+
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
3019
3029
|
// ZodiacPisces aliases
|
|
3020
3030
|
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
3021
3031
|
// ZodiacScorpio aliases
|
|
3022
3032
|
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
3023
3033
|
// ZodiacTaurus aliases
|
|
3024
3034
|
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
3025
|
-
// ZodiacSagittarius aliases
|
|
3026
|
-
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
3027
3035
|
// ZodiacVirgo aliases
|
|
3028
3036
|
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
3029
3037
|
// ZoomIn aliases
|
|
@@ -3044,18 +3052,18 @@ export {
|
|
|
3044
3052
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. */
|
|
3045
3053
|
default as AlarmCheckIcon
|
|
3046
3054
|
} from '../icons/alarm-clock-check';
|
|
3047
|
-
// AlarmClockPlus aliases
|
|
3048
|
-
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
3049
|
-
export {
|
|
3050
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. */
|
|
3051
|
-
default as AlarmPlusIcon
|
|
3052
|
-
} from '../icons/alarm-clock-plus';
|
|
3053
3055
|
// AlarmClockMinus aliases
|
|
3054
3056
|
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
3055
3057
|
export {
|
|
3056
3058
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. */
|
|
3057
3059
|
default as AlarmMinusIcon
|
|
3058
3060
|
} from '../icons/alarm-clock-minus';
|
|
3061
|
+
// AlarmClockPlus aliases
|
|
3062
|
+
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
3063
|
+
export {
|
|
3064
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. */
|
|
3065
|
+
default as AlarmPlusIcon
|
|
3066
|
+
} from '../icons/alarm-clock-plus';
|
|
3059
3067
|
// ArrowDownAZ aliases
|
|
3060
3068
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
3061
3069
|
export {
|
|
@@ -3080,42 +3088,36 @@ export {
|
|
|
3080
3088
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. */
|
|
3081
3089
|
default as ArrowUpAzIcon
|
|
3082
3090
|
} from '../icons/arrow-up-a-z';
|
|
3083
|
-
// Axis3d aliases
|
|
3084
|
-
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
3085
|
-
export {
|
|
3086
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. */
|
|
3087
|
-
default as Axis3DIcon
|
|
3088
|
-
} from '../icons/axis-3d';
|
|
3089
3091
|
// ArrowUpZA aliases
|
|
3090
3092
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
3091
3093
|
export {
|
|
3092
3094
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. */
|
|
3093
3095
|
default as ArrowUpZaIcon
|
|
3094
3096
|
} from '../icons/arrow-up-z-a';
|
|
3095
|
-
// BadgeCheck aliases
|
|
3096
|
-
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
3097
|
-
export {
|
|
3098
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
|
|
3099
|
-
default as VerifiedIcon
|
|
3100
|
-
} from '../icons/badge-check';
|
|
3101
3097
|
// ArrowUpNarrowWide aliases
|
|
3102
3098
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3103
3099
|
export {
|
|
3104
3100
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
|
|
3105
3101
|
default as SortAscIcon
|
|
3106
3102
|
} from '../icons/arrow-up-narrow-wide';
|
|
3103
|
+
// Axis3d aliases
|
|
3104
|
+
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
3105
|
+
export {
|
|
3106
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. */
|
|
3107
|
+
default as Axis3DIcon
|
|
3108
|
+
} from '../icons/axis-3d';
|
|
3107
3109
|
// BadgeQuestionMark aliases
|
|
3108
3110
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
3109
3111
|
export {
|
|
3110
3112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
3111
3113
|
default as BadgeHelpIcon
|
|
3112
3114
|
} from '../icons/badge-question-mark';
|
|
3113
|
-
//
|
|
3114
|
-
export { default as
|
|
3115
|
+
// BadgeCheck aliases
|
|
3116
|
+
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
3115
3117
|
export {
|
|
3116
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3117
|
-
default as
|
|
3118
|
-
} from '../icons/
|
|
3118
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
|
|
3119
|
+
default as VerifiedIcon
|
|
3120
|
+
} from '../icons/badge-check';
|
|
3119
3121
|
// BetweenHorizontalStart aliases
|
|
3120
3122
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
3121
3123
|
export {
|
|
@@ -3134,54 +3136,54 @@ export {
|
|
|
3134
3136
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
|
|
3135
3137
|
default as CurlyBracesIcon
|
|
3136
3138
|
} from '../icons/braces';
|
|
3137
|
-
//
|
|
3138
|
-
export { default as
|
|
3139
|
+
// BookDashed aliases
|
|
3140
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3139
3141
|
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/
|
|
3142
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. */
|
|
3143
|
+
default as BookTemplateIcon
|
|
3144
|
+
} from '../icons/book-dashed';
|
|
3143
3145
|
// ChartArea aliases
|
|
3144
3146
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3145
3147
|
export {
|
|
3146
3148
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. */
|
|
3147
3149
|
default as AreaChartIcon
|
|
3148
3150
|
} from '../icons/chart-area';
|
|
3151
|
+
// Captions aliases
|
|
3152
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
3153
|
+
export {
|
|
3154
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
|
|
3155
|
+
default as SubtitlesIcon
|
|
3156
|
+
} from '../icons/captions';
|
|
3157
|
+
// ChartCandlestick aliases
|
|
3158
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3159
|
+
export {
|
|
3160
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
3161
|
+
default as CandlestickChartIcon
|
|
3162
|
+
} from '../icons/chart-candlestick';
|
|
3149
3163
|
// ChartBar aliases
|
|
3150
3164
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3151
3165
|
export {
|
|
3152
3166
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
|
|
3153
3167
|
default as BarChartHorizontalIcon
|
|
3154
3168
|
} from '../icons/chart-bar';
|
|
3155
|
-
// ChartBarBig aliases
|
|
3156
|
-
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3157
|
-
export {
|
|
3158
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
|
|
3159
|
-
default as BarChartHorizontalBigIcon
|
|
3160
|
-
} from '../icons/chart-bar-big';
|
|
3161
3169
|
// ChartColumnBig aliases
|
|
3162
3170
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3163
3171
|
export {
|
|
3164
3172
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. */
|
|
3165
3173
|
default as BarChartBigIcon
|
|
3166
3174
|
} from '../icons/chart-column-big';
|
|
3175
|
+
// ChartBarBig aliases
|
|
3176
|
+
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3177
|
+
export {
|
|
3178
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
|
|
3179
|
+
default as BarChartHorizontalBigIcon
|
|
3180
|
+
} from '../icons/chart-bar-big';
|
|
3167
3181
|
// ChartColumnIncreasing aliases
|
|
3168
3182
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3169
3183
|
export {
|
|
3170
3184
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. */
|
|
3171
3185
|
default as BarChart4Icon
|
|
3172
3186
|
} from '../icons/chart-column-increasing';
|
|
3173
|
-
// ChartCandlestick aliases
|
|
3174
|
-
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3175
|
-
export {
|
|
3176
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
3177
|
-
default as CandlestickChartIcon
|
|
3178
|
-
} from '../icons/chart-candlestick';
|
|
3179
|
-
// ChartLine aliases
|
|
3180
|
-
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3181
|
-
export {
|
|
3182
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
3183
|
-
default as LineChartIcon
|
|
3184
|
-
} from '../icons/chart-line';
|
|
3185
3187
|
// ChartColumn aliases
|
|
3186
3188
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3187
3189
|
export {
|
|
@@ -3194,6 +3196,12 @@ export {
|
|
|
3194
3196
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. */
|
|
3195
3197
|
default as BarChartIcon
|
|
3196
3198
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3199
|
+
// ChartLine aliases
|
|
3200
|
+
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3201
|
+
export {
|
|
3202
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
3203
|
+
default as LineChartIcon
|
|
3204
|
+
} from '../icons/chart-line';
|
|
3197
3205
|
// ChartNoAxesColumn aliases
|
|
3198
3206
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3199
3207
|
export {
|
|
@@ -3248,72 +3256,72 @@ export {
|
|
|
3248
3256
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. */
|
|
3249
3257
|
default as ArrowDownRightFromCircleIcon
|
|
3250
3258
|
} from '../icons/circle-arrow-out-down-right';
|
|
3251
|
-
//
|
|
3252
|
-
export { default as
|
|
3259
|
+
// CircleArrowOutUpRight aliases
|
|
3260
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3253
3261
|
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-arrow-out-up-
|
|
3262
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
|
|
3263
|
+
default as ArrowUpRightFromCircleIcon
|
|
3264
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
3257
3265
|
// CircleArrowRight aliases
|
|
3258
3266
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3259
3267
|
export {
|
|
3260
3268
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
3261
3269
|
default as ArrowRightCircleIcon
|
|
3262
3270
|
} from '../icons/circle-arrow-right';
|
|
3263
|
-
//
|
|
3264
|
-
export { default as
|
|
3271
|
+
// CircleArrowOutUpLeft aliases
|
|
3272
|
+
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3265
3273
|
export {
|
|
3266
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3267
|
-
default as
|
|
3268
|
-
} from '../icons/circle-arrow-out-up-
|
|
3274
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. */
|
|
3275
|
+
default as ArrowUpLeftFromCircleIcon
|
|
3276
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
3269
3277
|
// CircleArrowUp aliases
|
|
3270
3278
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3271
3279
|
export {
|
|
3272
3280
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
|
|
3273
3281
|
default as ArrowUpCircleIcon
|
|
3274
3282
|
} from '../icons/circle-arrow-up';
|
|
3275
|
-
// CircleCheckBig aliases
|
|
3276
|
-
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3277
|
-
export {
|
|
3278
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
3279
|
-
default as CheckCircleIcon
|
|
3280
|
-
} from '../icons/circle-check-big';
|
|
3281
3283
|
// CircleCheck aliases
|
|
3282
3284
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3283
3285
|
export {
|
|
3284
3286
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
|
|
3285
3287
|
default as CheckCircle2Icon
|
|
3286
3288
|
} from '../icons/circle-check';
|
|
3289
|
+
// CircleChevronLeft aliases
|
|
3290
|
+
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3291
|
+
export {
|
|
3292
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
|
|
3293
|
+
default as ChevronLeftCircleIcon
|
|
3294
|
+
} from '../icons/circle-chevron-left';
|
|
3287
3295
|
// CircleChevronDown aliases
|
|
3288
3296
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3289
3297
|
export {
|
|
3290
3298
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
3291
3299
|
default as ChevronDownCircleIcon
|
|
3292
3300
|
} from '../icons/circle-chevron-down';
|
|
3301
|
+
// CircleCheckBig aliases
|
|
3302
|
+
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3303
|
+
export {
|
|
3304
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
3305
|
+
default as CheckCircleIcon
|
|
3306
|
+
} from '../icons/circle-check-big';
|
|
3293
3307
|
// CircleChevronRight aliases
|
|
3294
3308
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3295
3309
|
export {
|
|
3296
3310
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. */
|
|
3297
3311
|
default as ChevronRightCircleIcon
|
|
3298
3312
|
} from '../icons/circle-chevron-right';
|
|
3299
|
-
// CircleChevronUp aliases
|
|
3300
|
-
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3301
|
-
export {
|
|
3302
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. */
|
|
3303
|
-
default as ChevronUpCircleIcon
|
|
3304
|
-
} from '../icons/circle-chevron-up';
|
|
3305
|
-
// CircleChevronLeft aliases
|
|
3306
|
-
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3307
|
-
export {
|
|
3308
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
|
|
3309
|
-
default as ChevronLeftCircleIcon
|
|
3310
|
-
} from '../icons/circle-chevron-left';
|
|
3311
3313
|
// CircleDivide aliases
|
|
3312
3314
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3313
3315
|
export {
|
|
3314
3316
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
|
|
3315
3317
|
default as DivideCircleIcon
|
|
3316
3318
|
} from '../icons/circle-divide';
|
|
3319
|
+
// CircleChevronUp aliases
|
|
3320
|
+
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3321
|
+
export {
|
|
3322
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. */
|
|
3323
|
+
default as ChevronUpCircleIcon
|
|
3324
|
+
} from '../icons/circle-chevron-up';
|
|
3317
3325
|
// CircleMinus aliases
|
|
3318
3326
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3319
3327
|
export {
|
|
@@ -3332,12 +3340,6 @@ export {
|
|
|
3332
3340
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. */
|
|
3333
3341
|
default as ParkingCircleOffIcon
|
|
3334
3342
|
} from '../icons/circle-parking-off';
|
|
3335
|
-
// CirclePause aliases
|
|
3336
|
-
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3337
|
-
export {
|
|
3338
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. */
|
|
3339
|
-
default as PauseCircleIcon
|
|
3340
|
-
} from '../icons/circle-pause';
|
|
3341
3343
|
// CircleParking aliases
|
|
3342
3344
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3343
3345
|
export {
|
|
@@ -3362,6 +3364,12 @@ export {
|
|
|
3362
3364
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
3363
3365
|
default as PlusCircleIcon
|
|
3364
3366
|
} from '../icons/circle-plus';
|
|
3367
|
+
// CirclePause aliases
|
|
3368
|
+
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3369
|
+
export {
|
|
3370
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. */
|
|
3371
|
+
default as PauseCircleIcon
|
|
3372
|
+
} from '../icons/circle-pause';
|
|
3365
3373
|
// CirclePower aliases
|
|
3366
3374
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3367
3375
|
export {
|
|
@@ -3414,18 +3422,18 @@ export {
|
|
|
3414
3422
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. */
|
|
3415
3423
|
default as ClipboardSignatureIcon
|
|
3416
3424
|
} from '../icons/clipboard-pen-line';
|
|
3417
|
-
// ClipboardPen aliases
|
|
3418
|
-
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3419
|
-
export {
|
|
3420
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. */
|
|
3421
|
-
default as ClipboardEditIcon
|
|
3422
|
-
} from '../icons/clipboard-pen';
|
|
3423
3425
|
// CloudDownload aliases
|
|
3424
3426
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3425
3427
|
export {
|
|
3426
3428
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. */
|
|
3427
3429
|
default as DownloadCloudIcon
|
|
3428
3430
|
} from '../icons/cloud-download';
|
|
3431
|
+
// ClipboardPen aliases
|
|
3432
|
+
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3433
|
+
export {
|
|
3434
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. */
|
|
3435
|
+
default as ClipboardEditIcon
|
|
3436
|
+
} from '../icons/clipboard-pen';
|
|
3429
3437
|
// CloudUpload aliases
|
|
3430
3438
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3431
3439
|
export {
|
|
@@ -3478,42 +3486,48 @@ export {
|
|
|
3478
3486
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. */
|
|
3479
3487
|
default as Globe2Icon
|
|
3480
3488
|
} from '../icons/earth';
|
|
3481
|
-
//
|
|
3482
|
-
export { default as
|
|
3489
|
+
// Ellipsis aliases
|
|
3490
|
+
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3483
3491
|
export {
|
|
3484
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3485
|
-
default as
|
|
3486
|
-
} from '../icons/ellipsis
|
|
3492
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. */
|
|
3493
|
+
default as MoreHorizontalIcon
|
|
3494
|
+
} from '../icons/ellipsis';
|
|
3487
3495
|
// FileAxis3d aliases
|
|
3488
3496
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3489
3497
|
export {
|
|
3490
3498
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
3491
3499
|
default as FileAxis3DIcon
|
|
3492
3500
|
} from '../icons/file-axis-3d';
|
|
3501
|
+
// EllipsisVertical aliases
|
|
3502
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3503
|
+
export {
|
|
3504
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. */
|
|
3505
|
+
default as MoreVerticalIcon
|
|
3506
|
+
} from '../icons/ellipsis-vertical';
|
|
3493
3507
|
// FileBadge aliases
|
|
3494
3508
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3495
3509
|
export {
|
|
3496
3510
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. */
|
|
3497
3511
|
default as FileBadge2Icon
|
|
3498
3512
|
} from '../icons/file-badge';
|
|
3499
|
-
// FileBracesCorner aliases
|
|
3500
|
-
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3501
|
-
export {
|
|
3502
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. */
|
|
3503
|
-
default as FileJson2Icon
|
|
3504
|
-
} from '../icons/file-braces-corner';
|
|
3505
|
-
// Ellipsis aliases
|
|
3506
|
-
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3507
|
-
export {
|
|
3508
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. */
|
|
3509
|
-
default as MoreHorizontalIcon
|
|
3510
|
-
} from '../icons/ellipsis';
|
|
3511
3513
|
// FileBraces aliases
|
|
3512
3514
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3513
3515
|
export {
|
|
3514
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. */
|
|
3515
|
-
default as FileJsonIcon
|
|
3516
|
-
} from '../icons/file-braces';
|
|
3516
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. */
|
|
3517
|
+
default as FileJsonIcon
|
|
3518
|
+
} from '../icons/file-braces';
|
|
3519
|
+
// FileChartColumnIncreasing aliases
|
|
3520
|
+
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3521
|
+
export {
|
|
3522
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. */
|
|
3523
|
+
default as FileBarChartIcon
|
|
3524
|
+
} from '../icons/file-chart-column-increasing';
|
|
3525
|
+
// FileBracesCorner aliases
|
|
3526
|
+
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3527
|
+
export {
|
|
3528
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. */
|
|
3529
|
+
default as FileJson2Icon
|
|
3530
|
+
} from '../icons/file-braces-corner';
|
|
3517
3531
|
// FileChartColumn aliases
|
|
3518
3532
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3519
3533
|
export {
|
|
@@ -3526,36 +3540,36 @@ export {
|
|
|
3526
3540
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. */
|
|
3527
3541
|
default as FileLineChartIcon
|
|
3528
3542
|
} from '../icons/file-chart-line';
|
|
3543
|
+
// FileChartPie aliases
|
|
3544
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3545
|
+
export {
|
|
3546
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. */
|
|
3547
|
+
default as FilePieChartIcon
|
|
3548
|
+
} from '../icons/file-chart-pie';
|
|
3529
3549
|
// FileCheckCorner aliases
|
|
3530
3550
|
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3531
3551
|
export {
|
|
3532
3552
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. */
|
|
3533
3553
|
default as FileCheck2Icon
|
|
3534
3554
|
} from '../icons/file-check-corner';
|
|
3535
|
-
//
|
|
3536
|
-
export { default as
|
|
3537
|
-
export {
|
|
3538
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. */
|
|
3539
|
-
default as FileBarChartIcon
|
|
3540
|
-
} from '../icons/file-chart-column-increasing';
|
|
3541
|
-
// FileChartPie aliases
|
|
3542
|
-
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3555
|
+
// FileCodeCorner aliases
|
|
3556
|
+
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3543
3557
|
export {
|
|
3544
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3545
|
-
default as
|
|
3546
|
-
} from '../icons/file-
|
|
3558
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. */
|
|
3559
|
+
default as FileCode2Icon
|
|
3560
|
+
} from '../icons/file-code-corner';
|
|
3547
3561
|
// FileCog aliases
|
|
3548
3562
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3549
3563
|
export {
|
|
3550
3564
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
|
|
3551
3565
|
default as FileCog2Icon
|
|
3552
3566
|
} from '../icons/file-cog';
|
|
3553
|
-
//
|
|
3554
|
-
export { default as
|
|
3567
|
+
// FileExclamationPoint aliases
|
|
3568
|
+
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3555
3569
|
export {
|
|
3556
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3557
|
-
default as
|
|
3558
|
-
} from '../icons/file-
|
|
3570
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. */
|
|
3571
|
+
default as FileWarningIcon
|
|
3572
|
+
} from '../icons/file-exclamation-point';
|
|
3559
3573
|
// FileHeadphone aliases
|
|
3560
3574
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3561
3575
|
export {
|
|
@@ -3566,12 +3580,12 @@ export {
|
|
|
3566
3580
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. */
|
|
3567
3581
|
default as FileAudio2Icon
|
|
3568
3582
|
} from '../icons/file-headphone';
|
|
3569
|
-
//
|
|
3570
|
-
export { default as
|
|
3583
|
+
// FileLock aliases
|
|
3584
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3571
3585
|
export {
|
|
3572
|
-
/** @deprecated The
|
|
3573
|
-
default as
|
|
3574
|
-
} from '../icons/file-
|
|
3586
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
3587
|
+
default as FileLock2Icon
|
|
3588
|
+
} from '../icons/file-lock';
|
|
3575
3589
|
// FileKey aliases
|
|
3576
3590
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3577
3591
|
export {
|
|
@@ -3584,18 +3598,6 @@ export {
|
|
|
3584
3598
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
3585
3599
|
default as FileMinus2Icon
|
|
3586
3600
|
} from '../icons/file-minus-corner';
|
|
3587
|
-
// FileLock aliases
|
|
3588
|
-
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3589
|
-
export {
|
|
3590
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
3591
|
-
default as FileLock2Icon
|
|
3592
|
-
} from '../icons/file-lock';
|
|
3593
|
-
// FilePenLine aliases
|
|
3594
|
-
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3595
|
-
export {
|
|
3596
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
|
|
3597
|
-
default as FileSignatureIcon
|
|
3598
|
-
} from '../icons/file-pen-line';
|
|
3599
3601
|
// FilePen aliases
|
|
3600
3602
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3601
3603
|
export {
|
|
@@ -3608,6 +3610,12 @@ export {
|
|
|
3608
3610
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
3609
3611
|
default as FileVideoIcon
|
|
3610
3612
|
} from '../icons/file-play';
|
|
3613
|
+
// FilePenLine aliases
|
|
3614
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3615
|
+
export {
|
|
3616
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
|
|
3617
|
+
default as FileSignatureIcon
|
|
3618
|
+
} from '../icons/file-pen-line';
|
|
3611
3619
|
// FilePlusCorner aliases
|
|
3612
3620
|
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3613
3621
|
export {
|
|
@@ -3620,18 +3628,18 @@ export {
|
|
|
3620
3628
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
|
|
3621
3629
|
default as FileQuestionIcon
|
|
3622
3630
|
} from '../icons/file-question-mark';
|
|
3623
|
-
// FileSignal aliases
|
|
3624
|
-
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3625
|
-
export {
|
|
3626
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
|
|
3627
|
-
default as FileVolume2Icon
|
|
3628
|
-
} from '../icons/file-signal';
|
|
3629
3631
|
// FileSearchCorner aliases
|
|
3630
3632
|
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3631
3633
|
export {
|
|
3632
3634
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. */
|
|
3633
3635
|
default as FileSearch2Icon
|
|
3634
3636
|
} from '../icons/file-search-corner';
|
|
3637
|
+
// FileSignal aliases
|
|
3638
|
+
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3639
|
+
export {
|
|
3640
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
|
|
3641
|
+
default as FileVolume2Icon
|
|
3642
|
+
} from '../icons/file-signal';
|
|
3635
3643
|
// FileTypeCorner aliases
|
|
3636
3644
|
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3637
3645
|
export {
|
|
@@ -3644,6 +3652,12 @@ export {
|
|
|
3644
3652
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
|
|
3645
3653
|
default as FileVideo2Icon
|
|
3646
3654
|
} from '../icons/file-video-camera';
|
|
3655
|
+
// FolderCog aliases
|
|
3656
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3657
|
+
export {
|
|
3658
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. */
|
|
3659
|
+
default as FolderCog2Icon
|
|
3660
|
+
} from '../icons/folder-cog';
|
|
3647
3661
|
// FileXCorner aliases
|
|
3648
3662
|
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3649
3663
|
export {
|
|
@@ -3656,12 +3670,6 @@ export {
|
|
|
3656
3670
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. */
|
|
3657
3671
|
default as FingerprintIcon
|
|
3658
3672
|
} from '../icons/fingerprint-pattern';
|
|
3659
|
-
// FolderCog aliases
|
|
3660
|
-
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3661
|
-
export {
|
|
3662
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. */
|
|
3663
|
-
default as FolderCog2Icon
|
|
3664
|
-
} from '../icons/folder-cog';
|
|
3665
3673
|
// FolderPen aliases
|
|
3666
3674
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3667
3675
|
export {
|
|
@@ -3674,18 +3682,18 @@ export {
|
|
|
3674
3682
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
|
|
3675
3683
|
default as FilterXIcon
|
|
3676
3684
|
} from '../icons/funnel-x';
|
|
3677
|
-
// GitCommitHorizontal aliases
|
|
3678
|
-
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3679
|
-
export {
|
|
3680
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. */
|
|
3681
|
-
default as GitCommitIcon
|
|
3682
|
-
} from '../icons/git-commit-horizontal';
|
|
3683
3685
|
// Funnel aliases
|
|
3684
3686
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3685
3687
|
export {
|
|
3686
3688
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
|
|
3687
3689
|
default as FilterIcon
|
|
3688
3690
|
} from '../icons/funnel';
|
|
3691
|
+
// GitCommitHorizontal aliases
|
|
3692
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3693
|
+
export {
|
|
3694
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. */
|
|
3695
|
+
default as GitCommitIcon
|
|
3696
|
+
} from '../icons/git-commit-horizontal';
|
|
3689
3697
|
// Grid2x2Check aliases
|
|
3690
3698
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3691
3699
|
export {
|
|
@@ -3704,12 +3712,12 @@ export {
|
|
|
3704
3712
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
|
|
3705
3713
|
default as Grid2X2Icon
|
|
3706
3714
|
} from '../icons/grid-2x2';
|
|
3707
|
-
//
|
|
3708
|
-
export { default as
|
|
3715
|
+
// Grid2x2X aliases
|
|
3716
|
+
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3709
3717
|
export {
|
|
3710
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3711
|
-
default as
|
|
3712
|
-
} from '../icons/
|
|
3718
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. */
|
|
3719
|
+
default as Grid2X2XIcon
|
|
3720
|
+
} from '../icons/grid-2x2-x';
|
|
3713
3721
|
// Grid3x3 aliases
|
|
3714
3722
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3715
3723
|
export {
|
|
@@ -3720,58 +3728,48 @@ export {
|
|
|
3720
3728
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. */
|
|
3721
3729
|
default as Grid3X3Icon
|
|
3722
3730
|
} from '../icons/grid-3x3';
|
|
3723
|
-
//
|
|
3724
|
-
export { default as
|
|
3731
|
+
// HandGrab aliases
|
|
3732
|
+
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3725
3733
|
export {
|
|
3726
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3727
|
-
default as
|
|
3728
|
-
} from '../icons/
|
|
3729
|
-
//
|
|
3730
|
-
export { default as
|
|
3734
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
3735
|
+
default as GrabIcon
|
|
3736
|
+
} from '../icons/hand-grab';
|
|
3737
|
+
// House aliases
|
|
3738
|
+
export { default as HouseIcon } from '../icons/house';
|
|
3731
3739
|
export {
|
|
3732
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3733
|
-
default as
|
|
3734
|
-
} from '../icons/
|
|
3740
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
|
|
3741
|
+
default as HomeIcon
|
|
3742
|
+
} from '../icons/house';
|
|
3735
3743
|
// IceCreamBowl aliases
|
|
3736
3744
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3737
3745
|
export {
|
|
3738
3746
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. */
|
|
3739
3747
|
default as IceCream2Icon
|
|
3740
3748
|
} from '../icons/ice-cream-bowl';
|
|
3749
|
+
// HandHelping aliases
|
|
3750
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3751
|
+
export {
|
|
3752
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
3753
|
+
default as HelpingHandIcon
|
|
3754
|
+
} from '../icons/hand-helping';
|
|
3741
3755
|
// IceCreamCone aliases
|
|
3742
3756
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3743
3757
|
export {
|
|
3744
3758
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. */
|
|
3745
3759
|
default as IceCreamIcon
|
|
3746
3760
|
} from '../icons/ice-cream-cone';
|
|
3747
|
-
//
|
|
3748
|
-
export { default as
|
|
3761
|
+
// LaptopMinimal aliases
|
|
3762
|
+
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3749
3763
|
export {
|
|
3750
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3751
|
-
default as
|
|
3752
|
-
} from '../icons/
|
|
3764
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
|
|
3765
|
+
default as Laptop2Icon
|
|
3766
|
+
} from '../icons/laptop-minimal';
|
|
3753
3767
|
// Layers aliases
|
|
3754
3768
|
export { default as LayersIcon } from '../icons/layers';
|
|
3755
3769
|
export {
|
|
3756
3770
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
|
|
3757
3771
|
default as Layers3Icon
|
|
3758
3772
|
} from '../icons/layers';
|
|
3759
|
-
// ListIndentIncrease aliases
|
|
3760
|
-
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3761
|
-
export {
|
|
3762
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
|
|
3763
|
-
default as IndentIcon
|
|
3764
|
-
} from '../icons/list-indent-increase';
|
|
3765
|
-
export {
|
|
3766
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
|
|
3767
|
-
default as IndentIncreaseIcon
|
|
3768
|
-
} from '../icons/list-indent-increase';
|
|
3769
|
-
// LaptopMinimal aliases
|
|
3770
|
-
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3771
|
-
export {
|
|
3772
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
|
|
3773
|
-
default as Laptop2Icon
|
|
3774
|
-
} from '../icons/laptop-minimal';
|
|
3775
3773
|
// ListIndentDecrease aliases
|
|
3776
3774
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3777
3775
|
export {
|
|
@@ -3782,6 +3780,16 @@ export {
|
|
|
3782
3780
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. */
|
|
3783
3781
|
default as IndentDecreaseIcon
|
|
3784
3782
|
} from '../icons/list-indent-decrease';
|
|
3783
|
+
// ListIndentIncrease aliases
|
|
3784
|
+
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3785
|
+
export {
|
|
3786
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
|
|
3787
|
+
default as IndentIcon
|
|
3788
|
+
} from '../icons/list-indent-increase';
|
|
3789
|
+
export {
|
|
3790
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
|
|
3791
|
+
default as IndentIncreaseIcon
|
|
3792
|
+
} from '../icons/list-indent-increase';
|
|
3785
3793
|
// LoaderCircle aliases
|
|
3786
3794
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3787
3795
|
export {
|
|
@@ -3806,18 +3814,18 @@ export {
|
|
|
3806
3814
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. */
|
|
3807
3815
|
default as MailQuestionIcon
|
|
3808
3816
|
} from '../icons/mail-question-mark';
|
|
3809
|
-
// MapPinPen aliases
|
|
3810
|
-
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3811
|
-
export {
|
|
3812
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. */
|
|
3813
|
-
default as LocationEditIcon
|
|
3814
|
-
} from '../icons/map-pin-pen';
|
|
3815
3817
|
// MessageCircleQuestionMark aliases
|
|
3816
3818
|
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3817
3819
|
export {
|
|
3818
3820
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. */
|
|
3819
3821
|
default as MessageCircleQuestionIcon
|
|
3820
3822
|
} from '../icons/message-circle-question-mark';
|
|
3823
|
+
// MapPinPen aliases
|
|
3824
|
+
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3825
|
+
export {
|
|
3826
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. */
|
|
3827
|
+
default as LocationEditIcon
|
|
3828
|
+
} from '../icons/map-pin-pen';
|
|
3821
3829
|
// MicSignal aliases
|
|
3822
3830
|
export { default as MicSignalIcon } from '../icons/mic-signal';
|
|
3823
3831
|
export {
|
|
@@ -3830,18 +3838,18 @@ export {
|
|
|
3830
3838
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. */
|
|
3831
3839
|
default as Mic2Icon
|
|
3832
3840
|
} from '../icons/mic-vocal';
|
|
3833
|
-
// OctagonAlert aliases
|
|
3834
|
-
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3835
|
-
export {
|
|
3836
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
|
|
3837
|
-
default as AlertOctagonIcon
|
|
3838
|
-
} from '../icons/octagon-alert';
|
|
3839
3841
|
// Move3d aliases
|
|
3840
3842
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3841
3843
|
export {
|
|
3842
3844
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. */
|
|
3843
3845
|
default as Move3DIcon
|
|
3844
3846
|
} from '../icons/move-3d';
|
|
3847
|
+
// OctagonAlert aliases
|
|
3848
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3849
|
+
export {
|
|
3850
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
|
|
3851
|
+
default as AlertOctagonIcon
|
|
3852
|
+
} from '../icons/octagon-alert';
|
|
3845
3853
|
// OctagonX aliases
|
|
3846
3854
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3847
3855
|
export {
|
|
@@ -3872,30 +3880,30 @@ export {
|
|
|
3872
3880
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
3873
3881
|
default as SidebarCloseIcon
|
|
3874
3882
|
} from '../icons/panel-left-close';
|
|
3875
|
-
// PanelLeftDashed aliases
|
|
3876
|
-
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3877
|
-
export {
|
|
3878
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. */
|
|
3879
|
-
default as PanelLeftInactiveIcon
|
|
3880
|
-
} from '../icons/panel-left-dashed';
|
|
3881
|
-
// PanelRightDashed aliases
|
|
3882
|
-
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3883
|
-
export {
|
|
3884
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. */
|
|
3885
|
-
default as PanelRightInactiveIcon
|
|
3886
|
-
} from '../icons/panel-right-dashed';
|
|
3887
3883
|
// PanelLeftOpen aliases
|
|
3888
3884
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3889
3885
|
export {
|
|
3890
3886
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
|
|
3891
3887
|
default as SidebarOpenIcon
|
|
3892
3888
|
} from '../icons/panel-left-open';
|
|
3889
|
+
// PanelLeftDashed aliases
|
|
3890
|
+
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3891
|
+
export {
|
|
3892
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. */
|
|
3893
|
+
default as PanelLeftInactiveIcon
|
|
3894
|
+
} from '../icons/panel-left-dashed';
|
|
3893
3895
|
// PanelLeft aliases
|
|
3894
3896
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3895
3897
|
export {
|
|
3896
3898
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
3897
3899
|
default as SidebarIcon
|
|
3898
3900
|
} from '../icons/panel-left';
|
|
3901
|
+
// PanelRightDashed aliases
|
|
3902
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3903
|
+
export {
|
|
3904
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. */
|
|
3905
|
+
default as PanelRightInactiveIcon
|
|
3906
|
+
} from '../icons/panel-right-dashed';
|
|
3899
3907
|
// PanelTopDashed aliases
|
|
3900
3908
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3901
3909
|
export {
|
|
@@ -3944,18 +3952,18 @@ export {
|
|
|
3944
3952
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RotateCcwClock} instead. */
|
|
3945
3953
|
default as HistoryIcon
|
|
3946
3954
|
} from '../icons/rotate-ccw-clock';
|
|
3947
|
-
// Rows3 aliases
|
|
3948
|
-
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3949
|
-
export {
|
|
3950
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. */
|
|
3951
|
-
default as PanelsTopBottomIcon
|
|
3952
|
-
} from '../icons/rows-3';
|
|
3953
3955
|
// Rows2 aliases
|
|
3954
3956
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3955
3957
|
export {
|
|
3956
3958
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
|
|
3957
3959
|
default as RowsIcon
|
|
3958
3960
|
} from '../icons/rows-2';
|
|
3961
|
+
// Rows3 aliases
|
|
3962
|
+
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3963
|
+
export {
|
|
3964
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. */
|
|
3965
|
+
default as PanelsTopBottomIcon
|
|
3966
|
+
} from '../icons/rows-3';
|
|
3959
3967
|
// Scale3d aliases
|
|
3960
3968
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3961
3969
|
export {
|
|
@@ -3968,36 +3976,36 @@ export {
|
|
|
3968
3976
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. */
|
|
3969
3977
|
default as SendHorizonalIcon
|
|
3970
3978
|
} from '../icons/send-horizontal';
|
|
3971
|
-
// ShieldQuestionMark aliases
|
|
3972
|
-
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3973
|
-
export {
|
|
3974
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
|
|
3975
|
-
default as ShieldQuestionIcon
|
|
3976
|
-
} from '../icons/shield-question-mark';
|
|
3977
3979
|
// ShieldX aliases
|
|
3978
3980
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3979
3981
|
export {
|
|
3980
3982
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
3981
3983
|
default as ShieldCloseIcon
|
|
3982
3984
|
} from '../icons/shield-x';
|
|
3983
|
-
// Sparkles aliases
|
|
3984
|
-
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3985
|
-
export {
|
|
3986
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
|
|
3987
|
-
default as StarsIcon
|
|
3988
|
-
} from '../icons/sparkles';
|
|
3989
3985
|
// SlidersVertical aliases
|
|
3990
3986
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3991
3987
|
export {
|
|
3992
3988
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. */
|
|
3993
3989
|
default as SlidersIcon
|
|
3994
3990
|
} from '../icons/sliders-vertical';
|
|
3991
|
+
// Sparkles aliases
|
|
3992
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3993
|
+
export {
|
|
3994
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
|
|
3995
|
+
default as StarsIcon
|
|
3996
|
+
} from '../icons/sparkles';
|
|
3995
3997
|
// SquareActivity aliases
|
|
3996
3998
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3997
3999
|
export {
|
|
3998
4000
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
|
|
3999
4001
|
default as ActivitySquareIcon
|
|
4000
4002
|
} from '../icons/square-activity';
|
|
4003
|
+
// ShieldQuestionMark aliases
|
|
4004
|
+
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
4005
|
+
export {
|
|
4006
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
|
|
4007
|
+
default as ShieldQuestionIcon
|
|
4008
|
+
} from '../icons/shield-question-mark';
|
|
4001
4009
|
// SquareArrowDownLeft aliases
|
|
4002
4010
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
4003
4011
|
export {
|
|
@@ -4040,6 +4048,12 @@ export {
|
|
|
4040
4048
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
|
|
4041
4049
|
default as ArrowUpLeftFromSquareIcon
|
|
4042
4050
|
} from '../icons/square-arrow-out-up-left';
|
|
4051
|
+
// SquareArrowUpLeft aliases
|
|
4052
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
4053
|
+
export {
|
|
4054
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
4055
|
+
default as ArrowUpLeftSquareIcon
|
|
4056
|
+
} from '../icons/square-arrow-up-left';
|
|
4043
4057
|
// SquareArrowOutUpRight aliases
|
|
4044
4058
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
4045
4059
|
export {
|
|
@@ -4052,12 +4066,6 @@ export {
|
|
|
4052
4066
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
4053
4067
|
default as ArrowRightSquareIcon
|
|
4054
4068
|
} from '../icons/square-arrow-right';
|
|
4055
|
-
// SquareArrowUpLeft aliases
|
|
4056
|
-
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
4057
|
-
export {
|
|
4058
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
4059
|
-
default as ArrowUpLeftSquareIcon
|
|
4060
|
-
} from '../icons/square-arrow-up-left';
|
|
4061
4069
|
// SquareArrowUpRight aliases
|
|
4062
4070
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
4063
4071
|
export {
|
|
@@ -4088,12 +4096,6 @@ export {
|
|
|
4088
4096
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. */
|
|
4089
4097
|
default as FlipHorizontalIcon
|
|
4090
4098
|
} from '../icons/square-centerline-dashed-horizontal';
|
|
4091
|
-
// SquareCenterlineDashedVertical aliases
|
|
4092
|
-
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
4093
|
-
export {
|
|
4094
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
|
|
4095
|
-
default as FlipVerticalIcon
|
|
4096
|
-
} from '../icons/square-centerline-dashed-vertical';
|
|
4097
4099
|
// SquareChartGantt aliases
|
|
4098
4100
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
4099
4101
|
export {
|
|
@@ -4104,60 +4106,78 @@ export {
|
|
|
4104
4106
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
4105
4107
|
default as SquareGanttChartIcon
|
|
4106
4108
|
} from '../icons/square-chart-gantt';
|
|
4109
|
+
// SquareCenterlineDashedVertical aliases
|
|
4110
|
+
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
4111
|
+
export {
|
|
4112
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
|
|
4113
|
+
default as FlipVerticalIcon
|
|
4114
|
+
} from '../icons/square-centerline-dashed-vertical';
|
|
4107
4115
|
// SquareCheckBig aliases
|
|
4108
4116
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4109
4117
|
export {
|
|
4110
4118
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
4111
4119
|
default as CheckSquareIcon
|
|
4112
4120
|
} from '../icons/square-check-big';
|
|
4113
|
-
// SquareCheck aliases
|
|
4114
|
-
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4115
|
-
export {
|
|
4116
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
4117
|
-
default as CheckSquare2Icon
|
|
4118
|
-
} from '../icons/square-check';
|
|
4119
4121
|
// SquareChevronDown aliases
|
|
4120
4122
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4121
4123
|
export {
|
|
4122
4124
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
4123
4125
|
default as ChevronDownSquareIcon
|
|
4124
4126
|
} from '../icons/square-chevron-down';
|
|
4127
|
+
// SquareCheck aliases
|
|
4128
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4129
|
+
export {
|
|
4130
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
4131
|
+
default as CheckSquare2Icon
|
|
4132
|
+
} from '../icons/square-check';
|
|
4125
4133
|
// SquareChevronLeft aliases
|
|
4126
4134
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4127
4135
|
export {
|
|
4128
4136
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
|
|
4129
4137
|
default as ChevronLeftSquareIcon
|
|
4130
4138
|
} from '../icons/square-chevron-left';
|
|
4131
|
-
// SquareChevronRight aliases
|
|
4132
|
-
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4133
|
-
export {
|
|
4134
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
|
|
4135
|
-
default as ChevronRightSquareIcon
|
|
4136
|
-
} from '../icons/square-chevron-right';
|
|
4137
4139
|
// SquareChevronUp aliases
|
|
4138
4140
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4139
4141
|
export {
|
|
4140
4142
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
|
|
4141
4143
|
default as ChevronUpSquareIcon
|
|
4142
4144
|
} from '../icons/square-chevron-up';
|
|
4143
|
-
//
|
|
4144
|
-
export { default as
|
|
4145
|
+
// SquareChevronRight aliases
|
|
4146
|
+
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4145
4147
|
export {
|
|
4146
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4147
|
-
default as
|
|
4148
|
-
} from '../icons/square-
|
|
4148
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
|
|
4149
|
+
default as ChevronRightSquareIcon
|
|
4150
|
+
} from '../icons/square-chevron-right';
|
|
4149
4151
|
// SquareDashedKanban aliases
|
|
4150
4152
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4151
4153
|
export {
|
|
4152
4154
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
|
|
4153
4155
|
default as KanbanSquareDashedIcon
|
|
4154
4156
|
} from '../icons/square-dashed-kanban';
|
|
4157
|
+
// SquareCode aliases
|
|
4158
|
+
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4159
|
+
export {
|
|
4160
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
|
|
4161
|
+
default as CodeSquareIcon
|
|
4162
|
+
} from '../icons/square-code';
|
|
4155
4163
|
// SquareDashedMousePointer aliases
|
|
4156
4164
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4157
4165
|
export {
|
|
4158
4166
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. */
|
|
4159
4167
|
default as MousePointerSquareDashedIcon
|
|
4160
4168
|
} from '../icons/square-dashed-mouse-pointer';
|
|
4169
|
+
// SquareDashed aliases
|
|
4170
|
+
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4171
|
+
export {
|
|
4172
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
|
|
4173
|
+
default as BoxSelectIcon
|
|
4174
|
+
} from '../icons/square-dashed';
|
|
4175
|
+
// SquareDivide aliases
|
|
4176
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4177
|
+
export {
|
|
4178
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
|
|
4179
|
+
default as DivideSquareIcon
|
|
4180
|
+
} from '../icons/square-divide';
|
|
4161
4181
|
// SquareDashedText aliases
|
|
4162
4182
|
export { default as SquareDashedTextIcon } from '../icons/square-dashed-text';
|
|
4163
4183
|
export {
|
|
@@ -4168,48 +4188,36 @@ export {
|
|
|
4168
4188
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. */
|
|
4169
4189
|
default as TextSelectIcon
|
|
4170
4190
|
} from '../icons/square-dashed-text';
|
|
4171
|
-
//
|
|
4172
|
-
export { default as
|
|
4173
|
-
export {
|
|
4174
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
|
|
4175
|
-
default as DivideSquareIcon
|
|
4176
|
-
} from '../icons/square-divide';
|
|
4177
|
-
// SquareDashed aliases
|
|
4178
|
-
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4191
|
+
// SquareEqual aliases
|
|
4192
|
+
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4179
4193
|
export {
|
|
4180
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4181
|
-
default as
|
|
4182
|
-
} from '../icons/square-
|
|
4194
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
|
|
4195
|
+
default as EqualSquareIcon
|
|
4196
|
+
} from '../icons/square-equal';
|
|
4183
4197
|
// SquareDot aliases
|
|
4184
4198
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4185
4199
|
export {
|
|
4186
4200
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
|
|
4187
4201
|
default as DotSquareIcon
|
|
4188
4202
|
} from '../icons/square-dot';
|
|
4189
|
-
// SquareEqual aliases
|
|
4190
|
-
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4191
|
-
export {
|
|
4192
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
|
|
4193
|
-
default as EqualSquareIcon
|
|
4194
|
-
} from '../icons/square-equal';
|
|
4195
4203
|
// SquareFunction aliases
|
|
4196
4204
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4197
4205
|
export {
|
|
4198
4206
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. */
|
|
4199
4207
|
default as FunctionSquareIcon
|
|
4200
4208
|
} from '../icons/square-function';
|
|
4201
|
-
// SquareKanban aliases
|
|
4202
|
-
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4203
|
-
export {
|
|
4204
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
|
|
4205
|
-
default as KanbanSquareIcon
|
|
4206
|
-
} from '../icons/square-kanban';
|
|
4207
4209
|
// SquareLibrary aliases
|
|
4208
4210
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4209
4211
|
export {
|
|
4210
4212
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
|
|
4211
4213
|
default as LibrarySquareIcon
|
|
4212
4214
|
} from '../icons/square-library';
|
|
4215
|
+
// SquareKanban aliases
|
|
4216
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4217
|
+
export {
|
|
4218
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
|
|
4219
|
+
default as KanbanSquareIcon
|
|
4220
|
+
} from '../icons/square-kanban';
|
|
4213
4221
|
// SquareM aliases
|
|
4214
4222
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
4215
4223
|
export {
|
|
@@ -4222,24 +4230,30 @@ export {
|
|
|
4222
4230
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
|
|
4223
4231
|
default as MenuSquareIcon
|
|
4224
4232
|
} from '../icons/square-menu';
|
|
4225
|
-
// SquareMinus aliases
|
|
4226
|
-
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4227
|
-
export {
|
|
4228
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. */
|
|
4229
|
-
default as MinusSquareIcon
|
|
4230
|
-
} from '../icons/square-minus';
|
|
4231
4233
|
// SquareMousePointer aliases
|
|
4232
4234
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4233
4235
|
export {
|
|
4234
4236
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. */
|
|
4235
4237
|
default as InspectIcon
|
|
4236
4238
|
} from '../icons/square-mouse-pointer';
|
|
4239
|
+
// SquareMinus aliases
|
|
4240
|
+
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4241
|
+
export {
|
|
4242
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. */
|
|
4243
|
+
default as MinusSquareIcon
|
|
4244
|
+
} from '../icons/square-minus';
|
|
4237
4245
|
// SquareParkingOff aliases
|
|
4238
4246
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4239
4247
|
export {
|
|
4240
4248
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
4241
4249
|
default as ParkingSquareOffIcon
|
|
4242
4250
|
} from '../icons/square-parking-off';
|
|
4251
|
+
// SquareParking aliases
|
|
4252
|
+
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4253
|
+
export {
|
|
4254
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
|
|
4255
|
+
default as ParkingSquareIcon
|
|
4256
|
+
} from '../icons/square-parking';
|
|
4243
4257
|
// SquarePen aliases
|
|
4244
4258
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4245
4259
|
export {
|
|
@@ -4254,12 +4268,6 @@ export {
|
|
|
4254
4268
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
|
|
4255
4269
|
default as PenSquareIcon
|
|
4256
4270
|
} from '../icons/square-pen';
|
|
4257
|
-
// SquareParking aliases
|
|
4258
|
-
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4259
|
-
export {
|
|
4260
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
|
|
4261
|
-
default as ParkingSquareIcon
|
|
4262
|
-
} from '../icons/square-parking';
|
|
4263
4271
|
// SquarePercent aliases
|
|
4264
4272
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4265
4273
|
export {
|
|
@@ -4272,36 +4280,42 @@ export {
|
|
|
4272
4280
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
4273
4281
|
default as PiSquareIcon
|
|
4274
4282
|
} from '../icons/square-pi';
|
|
4275
|
-
// SquarePlay aliases
|
|
4276
|
-
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4277
|
-
export {
|
|
4278
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. */
|
|
4279
|
-
default as PlaySquareIcon
|
|
4280
|
-
} from '../icons/square-play';
|
|
4281
4283
|
// SquarePilcrow aliases
|
|
4282
4284
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4283
4285
|
export {
|
|
4284
4286
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
|
|
4285
4287
|
default as PilcrowSquareIcon
|
|
4286
4288
|
} from '../icons/square-pilcrow';
|
|
4287
|
-
//
|
|
4288
|
-
export { default as
|
|
4289
|
+
// SquarePlay aliases
|
|
4290
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4289
4291
|
export {
|
|
4290
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4291
|
-
default as
|
|
4292
|
-
} from '../icons/square-
|
|
4292
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. */
|
|
4293
|
+
default as PlaySquareIcon
|
|
4294
|
+
} from '../icons/square-play';
|
|
4293
4295
|
// SquarePlus aliases
|
|
4294
4296
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4295
4297
|
export {
|
|
4296
4298
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. */
|
|
4297
4299
|
default as PlusSquareIcon
|
|
4298
4300
|
} from '../icons/square-plus';
|
|
4301
|
+
// SquarePower aliases
|
|
4302
|
+
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4303
|
+
export {
|
|
4304
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. */
|
|
4305
|
+
default as PowerSquareIcon
|
|
4306
|
+
} from '../icons/square-power';
|
|
4299
4307
|
// SquareScissors aliases
|
|
4300
4308
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4301
4309
|
export {
|
|
4302
4310
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
|
|
4303
4311
|
default as ScissorsSquareIcon
|
|
4304
4312
|
} from '../icons/square-scissors';
|
|
4313
|
+
// SquareSigma aliases
|
|
4314
|
+
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4315
|
+
export {
|
|
4316
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
|
|
4317
|
+
default as SigmaSquareIcon
|
|
4318
|
+
} from '../icons/square-sigma';
|
|
4305
4319
|
// SquareSlash aliases
|
|
4306
4320
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4307
4321
|
export {
|
|
@@ -4314,12 +4328,6 @@ export {
|
|
|
4314
4328
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
4315
4329
|
default as SplitSquareHorizontalIcon
|
|
4316
4330
|
} from '../icons/square-split-horizontal';
|
|
4317
|
-
// SquareSigma aliases
|
|
4318
|
-
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4319
|
-
export {
|
|
4320
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
|
|
4321
|
-
default as SigmaSquareIcon
|
|
4322
|
-
} from '../icons/square-sigma';
|
|
4323
4331
|
// SquareSplitVertical aliases
|
|
4324
4332
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4325
4333
|
export {
|
|
@@ -4344,12 +4352,6 @@ export {
|
|
|
4344
4352
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. */
|
|
4345
4353
|
default as XSquareIcon
|
|
4346
4354
|
} from '../icons/square-x';
|
|
4347
|
-
// SquareUser aliases
|
|
4348
|
-
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4349
|
-
export {
|
|
4350
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4351
|
-
default as UserSquareIcon
|
|
4352
|
-
} from '../icons/square-user';
|
|
4353
4355
|
// TestTubeDiagonal aliases
|
|
4354
4356
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4355
4357
|
export {
|
|
@@ -4362,6 +4364,12 @@ export {
|
|
|
4362
4364
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */
|
|
4363
4365
|
default as AlignCenterIcon
|
|
4364
4366
|
} from '../icons/text-align-center';
|
|
4367
|
+
// SquareUser aliases
|
|
4368
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4369
|
+
export {
|
|
4370
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4371
|
+
default as UserSquareIcon
|
|
4372
|
+
} from '../icons/square-user';
|
|
4365
4373
|
// TextAlignEnd aliases
|
|
4366
4374
|
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4367
4375
|
export {
|
|
@@ -4384,18 +4392,18 @@ export {
|
|
|
4384
4392
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. */
|
|
4385
4393
|
default as AlignLeftIcon
|
|
4386
4394
|
} from '../icons/text-align-start';
|
|
4387
|
-
// TextInitial aliases
|
|
4388
|
-
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4389
|
-
export {
|
|
4390
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
4391
|
-
default as LetterTextIcon
|
|
4392
|
-
} from '../icons/text-initial';
|
|
4393
4395
|
// TextWrap aliases
|
|
4394
4396
|
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4395
4397
|
export {
|
|
4396
4398
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
4397
4399
|
default as WrapTextIcon
|
|
4398
4400
|
} from '../icons/text-wrap';
|
|
4401
|
+
// TextInitial aliases
|
|
4402
|
+
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4403
|
+
export {
|
|
4404
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
4405
|
+
default as LetterTextIcon
|
|
4406
|
+
} from '../icons/text-initial';
|
|
4399
4407
|
// TramFront aliases
|
|
4400
4408
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4401
4409
|
export {
|
|
@@ -4408,84 +4416,78 @@ export {
|
|
|
4408
4416
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. */
|
|
4409
4417
|
default as AlertTriangleIcon
|
|
4410
4418
|
} from '../icons/triangle-alert';
|
|
4411
|
-
// TreePalm aliases
|
|
4412
|
-
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4413
|
-
export {
|
|
4414
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
4415
|
-
default as PalmtreeIcon
|
|
4416
|
-
} from '../icons/tree-palm';
|
|
4417
4419
|
// TvMinimal aliases
|
|
4418
4420
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4419
4421
|
export {
|
|
4420
4422
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. */
|
|
4421
4423
|
default as Tv2Icon
|
|
4422
4424
|
} from '../icons/tv-minimal';
|
|
4423
|
-
// University aliases
|
|
4424
|
-
export { default as UniversityIcon } from '../icons/university';
|
|
4425
|
-
export {
|
|
4426
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
|
|
4427
|
-
default as School2Icon
|
|
4428
|
-
} from '../icons/university';
|
|
4429
4425
|
// UserRoundCheck aliases
|
|
4430
4426
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4431
4427
|
export {
|
|
4432
4428
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. */
|
|
4433
4429
|
default as UserCheck2Icon
|
|
4434
4430
|
} from '../icons/user-round-check';
|
|
4435
|
-
//
|
|
4436
|
-
export { default as
|
|
4431
|
+
// TreePalm aliases
|
|
4432
|
+
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4437
4433
|
export {
|
|
4438
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4439
|
-
default as
|
|
4440
|
-
} from '../icons/
|
|
4434
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
4435
|
+
default as PalmtreeIcon
|
|
4436
|
+
} from '../icons/tree-palm';
|
|
4437
|
+
// University aliases
|
|
4438
|
+
export { default as UniversityIcon } from '../icons/university';
|
|
4439
|
+
export {
|
|
4440
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
|
|
4441
|
+
default as School2Icon
|
|
4442
|
+
} from '../icons/university';
|
|
4441
4443
|
// UserRoundMinus aliases
|
|
4442
4444
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4443
4445
|
export {
|
|
4444
4446
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. */
|
|
4445
4447
|
default as UserMinus2Icon
|
|
4446
4448
|
} from '../icons/user-round-minus';
|
|
4449
|
+
// UserRoundCog aliases
|
|
4450
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4451
|
+
export {
|
|
4452
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */
|
|
4453
|
+
default as UserCog2Icon
|
|
4454
|
+
} from '../icons/user-round-cog';
|
|
4447
4455
|
// UserRoundPlus aliases
|
|
4448
4456
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4449
4457
|
export {
|
|
4450
4458
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. */
|
|
4451
4459
|
default as UserPlus2Icon
|
|
4452
4460
|
} from '../icons/user-round-plus';
|
|
4461
|
+
// UserRound aliases
|
|
4462
|
+
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4463
|
+
export {
|
|
4464
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
|
|
4465
|
+
default as User2Icon
|
|
4466
|
+
} from '../icons/user-round';
|
|
4453
4467
|
// UserRoundX aliases
|
|
4454
4468
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4455
4469
|
export {
|
|
4456
4470
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. */
|
|
4457
4471
|
default as UserX2Icon
|
|
4458
4472
|
} from '../icons/user-round-x';
|
|
4459
|
-
// UtensilsCrossed aliases
|
|
4460
|
-
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4461
|
-
export {
|
|
4462
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
|
|
4463
|
-
default as ForkKnifeCrossedIcon
|
|
4464
|
-
} from '../icons/utensils-crossed';
|
|
4465
4473
|
// UsersRound aliases
|
|
4466
4474
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4467
4475
|
export {
|
|
4468
4476
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
|
|
4469
4477
|
default as Users2Icon
|
|
4470
4478
|
} from '../icons/users-round';
|
|
4471
|
-
//
|
|
4472
|
-
export { default as
|
|
4479
|
+
// UtensilsCrossed aliases
|
|
4480
|
+
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4473
4481
|
export {
|
|
4474
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4475
|
-
default as
|
|
4476
|
-
} from '../icons/
|
|
4482
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
|
|
4483
|
+
default as ForkKnifeCrossedIcon
|
|
4484
|
+
} from '../icons/utensils-crossed';
|
|
4477
4485
|
// Utensils aliases
|
|
4478
4486
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4479
4487
|
export {
|
|
4480
4488
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|
|
4481
4489
|
default as ForkKnifeIcon
|
|
4482
4490
|
} from '../icons/utensils';
|
|
4483
|
-
// WandSparkles aliases
|
|
4484
|
-
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4485
|
-
export {
|
|
4486
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
|
|
4487
|
-
default as Wand2Icon
|
|
4488
|
-
} from '../icons/wand-sparkles';
|
|
4489
4491
|
// WalletMinimal aliases
|
|
4490
4492
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4491
4493
|
export {
|
|
@@ -4498,4 +4500,10 @@ export {
|
|
|
4498
4500
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WavesHorizontal} instead. */
|
|
4499
4501
|
default as WavesIcon
|
|
4500
4502
|
} from '../icons/waves-horizontal';
|
|
4503
|
+
// WandSparkles aliases
|
|
4504
|
+
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4505
|
+
export {
|
|
4506
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
|
|
4507
|
+
default as Wand2Icon
|
|
4508
|
+
} from '../icons/wand-sparkles';
|
|
4501
4509
|
|