@lucide/astro 0.564.0 → 0.565.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 +112 -112
- package/src/aliases/prefixed.ts +661 -657
- package/src/aliases/suffixed.ts +1009 -1005
- package/src/icons/index.ts +165 -163
- package/src/icons/lens-concave.ts +18 -0
- package/src/icons/lens-convex.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,85 +1,85 @@
|
|
|
1
|
-
// AArrowDown aliases
|
|
2
|
-
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
1
|
// AArrowUp aliases
|
|
4
2
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
3
|
// ALargeSmall aliases
|
|
6
4
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
|
+
// AArrowDown aliases
|
|
6
|
+
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
7
7
|
// Accessibility aliases
|
|
8
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
|
+
// Airplay aliases
|
|
12
|
+
export { default as AirplayIcon } from '../icons/airplay';
|
|
11
13
|
// AirVent aliases
|
|
12
14
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
15
|
+
// AlarmClockOff aliases
|
|
16
|
+
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
13
17
|
// AlarmClock aliases
|
|
14
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
15
19
|
// AlarmSmoke aliases
|
|
16
20
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
|
+
// Album aliases
|
|
22
|
+
export { default as AlbumIcon } from '../icons/album';
|
|
17
23
|
// AlignCenterHorizontal aliases
|
|
18
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
19
|
-
// AlarmClockOff aliases
|
|
20
|
-
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
21
25
|
// AlignCenterVertical aliases
|
|
22
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
23
|
-
// Airplay aliases
|
|
24
|
-
export { default as AirplayIcon } from '../icons/airplay';
|
|
25
27
|
// AlignEndHorizontal aliases
|
|
26
28
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
27
|
-
// Album aliases
|
|
28
|
-
export { default as AlbumIcon } from '../icons/album';
|
|
29
29
|
// AlignEndVertical aliases
|
|
30
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
31
|
// AlignHorizontalDistributeCenter aliases
|
|
32
32
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
33
|
// AlignHorizontalDistributeEnd aliases
|
|
34
34
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
|
-
// AlignHorizontalJustifyCenter aliases
|
|
36
|
-
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
37
35
|
// AlignHorizontalDistributeStart aliases
|
|
38
36
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
|
-
//
|
|
40
|
-
export { default as
|
|
37
|
+
// AlignHorizontalJustifyCenter aliases
|
|
38
|
+
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
39
|
// AlignHorizontalJustifyEnd aliases
|
|
42
40
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
|
-
//
|
|
44
|
-
export { default as
|
|
41
|
+
// AlignHorizontalJustifyStart aliases
|
|
42
|
+
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
43
|
// AlignHorizontalSpaceAround aliases
|
|
46
44
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
|
+
// AlignHorizontalSpaceBetween aliases
|
|
46
|
+
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
47
47
|
// AlignStartHorizontal aliases
|
|
48
48
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
49
49
|
// AlignStartVertical aliases
|
|
50
50
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
51
|
-
// AlignVerticalDistributeEnd aliases
|
|
52
|
-
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
53
51
|
// AlignVerticalDistributeCenter aliases
|
|
54
52
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
53
|
+
// AlignVerticalDistributeEnd aliases
|
|
54
|
+
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
55
55
|
// AlignVerticalDistributeStart aliases
|
|
56
56
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
57
|
-
// AlignVerticalJustifyCenter aliases
|
|
58
|
-
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
57
|
// AlignVerticalJustifyEnd aliases
|
|
60
58
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
59
|
+
// AlignVerticalJustifyCenter aliases
|
|
60
|
+
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
61
61
|
// AlignVerticalJustifyStart aliases
|
|
62
62
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
63
|
+
// AlignVerticalSpaceBetween aliases
|
|
64
|
+
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
63
65
|
// AlignVerticalSpaceAround aliases
|
|
64
66
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
65
67
|
// Ambulance aliases
|
|
66
68
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
67
|
-
// AlignVerticalSpaceBetween aliases
|
|
68
|
-
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
69
69
|
// Ampersand aliases
|
|
70
70
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
71
71
|
// Ampersands aliases
|
|
72
72
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
73
73
|
// Amphora aliases
|
|
74
74
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
|
-
// Anchor aliases
|
|
76
|
-
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
75
|
// Angry aliases
|
|
78
76
|
export { default as AngryIcon } from '../icons/angry';
|
|
79
|
-
// Annoyed aliases
|
|
80
|
-
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
81
77
|
// Antenna aliases
|
|
82
78
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
79
|
+
// Anchor aliases
|
|
80
|
+
export { default as AnchorIcon } from '../icons/anchor';
|
|
81
|
+
// Annoyed aliases
|
|
82
|
+
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
83
83
|
// Anvil aliases
|
|
84
84
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
85
|
// Aperture aliases
|
|
@@ -92,50 +92,50 @@ export { default as AppWindowIcon } from '../icons/app-window';
|
|
|
92
92
|
export { default as AppleIcon } from '../icons/apple';
|
|
93
93
|
// ArchiveRestore aliases
|
|
94
94
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
|
+
// Archive aliases
|
|
96
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
95
97
|
// ArchiveX aliases
|
|
96
98
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
97
99
|
// Armchair aliases
|
|
98
100
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
99
|
-
// Archive aliases
|
|
100
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
101
|
-
// ArrowBigDown aliases
|
|
102
|
-
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
103
101
|
// ArrowBigDownDash aliases
|
|
104
102
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
|
+
// ArrowBigDown aliases
|
|
104
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
105
|
// ArrowBigLeftDash aliases
|
|
106
106
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
107
|
// ArrowBigLeft aliases
|
|
108
108
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
|
-
// ArrowBigRight aliases
|
|
110
|
-
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
111
109
|
// ArrowBigRightDash aliases
|
|
112
110
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
113
|
-
//
|
|
114
|
-
export { default as
|
|
111
|
+
// ArrowBigRight aliases
|
|
112
|
+
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
115
113
|
// ArrowDownFromLine aliases
|
|
116
114
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
115
|
+
// ArrowBigUpDash aliases
|
|
116
|
+
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
117
117
|
// ArrowBigUp aliases
|
|
118
118
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
119
|
+
// ArrowDownNarrowWide aliases
|
|
120
|
+
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
119
121
|
// ArrowDownLeft aliases
|
|
120
122
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
123
|
+
// ArrowDownToDot aliases
|
|
124
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
121
125
|
// ArrowDownRight aliases
|
|
122
126
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
123
|
-
// ArrowDownNarrowWide aliases
|
|
124
|
-
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
125
127
|
// ArrowDownToLine aliases
|
|
126
128
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
127
129
|
// ArrowDownUp aliases
|
|
128
130
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
129
|
-
// ArrowDownToDot aliases
|
|
130
|
-
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
131
131
|
// ArrowDown aliases
|
|
132
132
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
133
133
|
// ArrowLeftFromLine aliases
|
|
134
134
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
135
|
-
// ArrowLeftToLine aliases
|
|
136
|
-
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
137
135
|
// ArrowLeftRight aliases
|
|
138
136
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
137
|
+
// ArrowLeftToLine aliases
|
|
138
|
+
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
139
|
// ArrowLeft aliases
|
|
140
140
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
141
141
|
// ArrowRightFromLine aliases
|
|
@@ -148,34 +148,34 @@ export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
|
148
148
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
149
149
|
// ArrowUpDown aliases
|
|
150
150
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
|
-
// ArrowUpFromDot aliases
|
|
152
|
-
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
153
151
|
// ArrowUpFromLine aliases
|
|
154
152
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
153
|
+
// ArrowUpFromDot aliases
|
|
154
|
+
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
155
155
|
// ArrowUpRight aliases
|
|
156
156
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
157
157
|
// ArrowUpToLine aliases
|
|
158
158
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
159
|
-
// ArrowUpLeft aliases
|
|
160
|
-
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
161
159
|
// ArrowUpWideNarrow aliases
|
|
162
160
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
161
|
+
// ArrowUpLeft aliases
|
|
162
|
+
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
163
163
|
// ArrowUp aliases
|
|
164
164
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
165
165
|
// ArrowsUpFromLine aliases
|
|
166
166
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
167
|
// Asterisk aliases
|
|
168
168
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
|
-
// Atom aliases
|
|
170
|
-
export { default as AtomIcon } from '../icons/atom';
|
|
171
169
|
// AtSign aliases
|
|
172
170
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
171
|
+
// Atom aliases
|
|
172
|
+
export { default as AtomIcon } from '../icons/atom';
|
|
173
173
|
// AudioLines aliases
|
|
174
174
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
175
|
-
// Award aliases
|
|
176
|
-
export { default as AwardIcon } from '../icons/award';
|
|
177
175
|
// AudioWaveform aliases
|
|
178
176
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
177
|
+
// Award aliases
|
|
178
|
+
export { default as AwardIcon } from '../icons/award';
|
|
179
179
|
// Axe aliases
|
|
180
180
|
export { default as AxeIcon } from '../icons/axe';
|
|
181
181
|
// Baby aliases
|
|
@@ -184,34 +184,34 @@ export { default as BabyIcon } from '../icons/baby';
|
|
|
184
184
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
185
185
|
// BadgeAlert aliases
|
|
186
186
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
187
|
-
// BadgeDollarSign aliases
|
|
188
|
-
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
189
|
-
// BadgeEuro aliases
|
|
190
|
-
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
191
187
|
// BadgeCent aliases
|
|
192
188
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
189
|
+
// BadgeDollarSign aliases
|
|
190
|
+
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
193
191
|
// BadgeIndianRupee aliases
|
|
194
192
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
193
|
+
// BadgeEuro aliases
|
|
194
|
+
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
195
|
+
// BadgeInfo aliases
|
|
196
|
+
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
195
197
|
// BadgeJapaneseYen aliases
|
|
196
198
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
197
199
|
// BadgeMinus aliases
|
|
198
200
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
199
|
-
//
|
|
200
|
-
export { default as
|
|
201
|
+
// BadgePoundSterling aliases
|
|
202
|
+
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
201
203
|
// BadgePercent aliases
|
|
202
204
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
203
205
|
// BadgePlus aliases
|
|
204
206
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
205
|
-
// BadgeRussianRuble aliases
|
|
206
|
-
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
207
207
|
// BadgeSwissFranc aliases
|
|
208
208
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
209
|
-
// BadgeTurkishLira aliases
|
|
210
|
-
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
211
|
-
// BadgePoundSterling aliases
|
|
212
|
-
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
213
209
|
// BadgeX aliases
|
|
214
210
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
211
|
+
// BadgeTurkishLira aliases
|
|
212
|
+
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
213
|
+
// BadgeRussianRuble aliases
|
|
214
|
+
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
215
215
|
// Badge aliases
|
|
216
216
|
export { default as BadgeIcon } from '../icons/badge';
|
|
217
217
|
// BaggageClaim aliases
|
|
@@ -220,10 +220,10 @@ export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
|
220
220
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
221
221
|
// Ban aliases
|
|
222
222
|
export { default as BanIcon } from '../icons/ban';
|
|
223
|
-
// Bandage aliases
|
|
224
|
-
export { default as BandageIcon } from '../icons/bandage';
|
|
225
223
|
// Banana aliases
|
|
226
224
|
export { default as BananaIcon } from '../icons/banana';
|
|
225
|
+
// Bandage aliases
|
|
226
|
+
export { default as BandageIcon } from '../icons/bandage';
|
|
227
227
|
// BanknoteArrowDown aliases
|
|
228
228
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
229
229
|
// BanknoteArrowUp aliases
|
|
@@ -234,38 +234,38 @@ export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
|
234
234
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
235
235
|
// Barcode aliases
|
|
236
236
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
237
|
-
//
|
|
238
|
-
export { default as
|
|
237
|
+
// Barrel aliases
|
|
238
|
+
export { default as BarrelIcon } from '../icons/barrel';
|
|
239
239
|
// Baseline aliases
|
|
240
240
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
241
|
-
//
|
|
242
|
-
export { default as
|
|
241
|
+
// Bath aliases
|
|
242
|
+
export { default as BathIcon } from '../icons/bath';
|
|
243
243
|
// BatteryCharging aliases
|
|
244
244
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
245
|
-
//
|
|
246
|
-
export { default as
|
|
245
|
+
// BatteryFull aliases
|
|
246
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
247
247
|
// BatteryLow aliases
|
|
248
248
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
249
249
|
// BatteryMedium aliases
|
|
250
250
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
251
|
-
// BatteryWarning aliases
|
|
252
|
-
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
253
251
|
// BatteryPlus aliases
|
|
254
252
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
255
|
-
//
|
|
256
|
-
export { default as
|
|
253
|
+
// BatteryWarning aliases
|
|
254
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
257
255
|
// Battery aliases
|
|
258
256
|
export { default as BatteryIcon } from '../icons/battery';
|
|
257
|
+
// Beaker aliases
|
|
258
|
+
export { default as BeakerIcon } from '../icons/beaker';
|
|
259
259
|
// BeanOff aliases
|
|
260
260
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
261
261
|
// Bean aliases
|
|
262
262
|
export { default as BeanIcon } from '../icons/bean';
|
|
263
|
-
// BedSingle aliases
|
|
264
|
-
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
265
263
|
// BedDouble aliases
|
|
266
264
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
267
265
|
// Bed aliases
|
|
268
266
|
export { default as BedIcon } from '../icons/bed';
|
|
267
|
+
// BedSingle aliases
|
|
268
|
+
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
269
269
|
// Beef aliases
|
|
270
270
|
export { default as BeefIcon } from '../icons/beef';
|
|
271
271
|
// BeerOff aliases
|
|
@@ -288,12 +288,12 @@ export { default as BellRingIcon } from '../icons/bell-ring';
|
|
|
288
288
|
export { default as BellIcon } from '../icons/bell';
|
|
289
289
|
// BetweenVerticalEnd aliases
|
|
290
290
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
291
|
+
// BicepsFlexed aliases
|
|
292
|
+
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
291
293
|
// BetweenVerticalStart aliases
|
|
292
294
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
293
295
|
// Bike aliases
|
|
294
296
|
export { default as BikeIcon } from '../icons/bike';
|
|
295
|
-
// BicepsFlexed aliases
|
|
296
|
-
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
297
297
|
// Binary aliases
|
|
298
298
|
export { default as BinaryIcon } from '../icons/binary';
|
|
299
299
|
// Binoculars aliases
|
|
@@ -302,46 +302,46 @@ export { default as BinocularsIcon } from '../icons/binoculars';
|
|
|
302
302
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
303
303
|
// Bird aliases
|
|
304
304
|
export { default as BirdIcon } from '../icons/bird';
|
|
305
|
-
// Birdhouse aliases
|
|
306
|
-
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
307
305
|
// Bitcoin aliases
|
|
308
306
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
307
|
+
// Birdhouse aliases
|
|
308
|
+
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
309
309
|
// Blend aliases
|
|
310
310
|
export { default as BlendIcon } from '../icons/blend';
|
|
311
|
+
// Blocks aliases
|
|
312
|
+
export { default as BlocksIcon } from '../icons/blocks';
|
|
311
313
|
// Blinds aliases
|
|
312
314
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
313
315
|
// BluetoothConnected aliases
|
|
314
316
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
315
|
-
// Blocks aliases
|
|
316
|
-
export { default as BlocksIcon } from '../icons/blocks';
|
|
317
317
|
// BluetoothOff aliases
|
|
318
318
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
319
|
-
// Bluetooth aliases
|
|
320
|
-
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
321
319
|
// BluetoothSearching aliases
|
|
322
320
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
323
|
-
// Bolt aliases
|
|
324
|
-
export { default as BoltIcon } from '../icons/bolt';
|
|
325
321
|
// Bold aliases
|
|
326
322
|
export { default as BoldIcon } from '../icons/bold';
|
|
323
|
+
// Bluetooth aliases
|
|
324
|
+
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
325
|
+
// Bolt aliases
|
|
326
|
+
export { default as BoltIcon } from '../icons/bolt';
|
|
327
327
|
// Bomb aliases
|
|
328
328
|
export { default as BombIcon } from '../icons/bomb';
|
|
329
329
|
// Bone aliases
|
|
330
330
|
export { default as BoneIcon } from '../icons/bone';
|
|
331
|
-
// BookA aliases
|
|
332
|
-
export { default as BookAIcon } from '../icons/book-a';
|
|
333
331
|
// BookAlert aliases
|
|
334
332
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
333
|
+
// BookA aliases
|
|
334
|
+
export { default as BookAIcon } from '../icons/book-a';
|
|
335
335
|
// BookAudio aliases
|
|
336
336
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
337
337
|
// BookCheck aliases
|
|
338
338
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
339
|
-
// BookHeadphones aliases
|
|
340
|
-
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
341
339
|
// BookCopy aliases
|
|
342
340
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
343
341
|
// BookDown aliases
|
|
344
342
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
343
|
+
// BookHeadphones aliases
|
|
344
|
+
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
345
345
|
// BookHeart aliases
|
|
346
346
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
347
347
|
// BookImage aliases
|
|
@@ -364,46 +364,46 @@ export { default as BookOpenIcon } from '../icons/book-open';
|
|
|
364
364
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
365
365
|
// BookSearch aliases
|
|
366
366
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
367
|
-
// BookText aliases
|
|
368
|
-
export { default as BookTextIcon } from '../icons/book-text';
|
|
369
367
|
// BookType aliases
|
|
370
368
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
369
|
+
// BookText aliases
|
|
370
|
+
export { default as BookTextIcon } from '../icons/book-text';
|
|
371
|
+
// BookUp aliases
|
|
372
|
+
export { default as BookUpIcon } from '../icons/book-up';
|
|
371
373
|
// BookUp2 aliases
|
|
372
374
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
375
|
// BookUser aliases
|
|
374
376
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
375
|
-
// BookUp aliases
|
|
376
|
-
export { default as BookUpIcon } from '../icons/book-up';
|
|
377
377
|
// Book aliases
|
|
378
378
|
export { default as BookIcon } from '../icons/book';
|
|
379
379
|
// BookX aliases
|
|
380
380
|
export { default as BookXIcon } from '../icons/book-x';
|
|
381
381
|
// BookmarkCheck aliases
|
|
382
382
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
383
|
-
// BookmarkPlus aliases
|
|
384
|
-
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
385
383
|
// BookmarkMinus aliases
|
|
386
384
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
385
|
+
// BookmarkPlus aliases
|
|
386
|
+
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
387
387
|
// BookmarkX aliases
|
|
388
388
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
389
389
|
// Bookmark aliases
|
|
390
390
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
391
391
|
// BoomBox aliases
|
|
392
392
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
393
|
-
// BotOff aliases
|
|
394
|
-
export { default as BotOffIcon } from '../icons/bot-off';
|
|
395
393
|
// BotMessageSquare aliases
|
|
396
394
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
395
|
+
// BotOff aliases
|
|
396
|
+
export { default as BotOffIcon } from '../icons/bot-off';
|
|
397
397
|
// Bot aliases
|
|
398
398
|
export { default as BotIcon } from '../icons/bot';
|
|
399
399
|
// BottleWine aliases
|
|
400
400
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
401
|
+
// Box aliases
|
|
402
|
+
export { default as BoxIcon } from '../icons/box';
|
|
401
403
|
// BowArrow aliases
|
|
402
404
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
403
405
|
// Boxes aliases
|
|
404
406
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
405
|
-
// Box aliases
|
|
406
|
-
export { default as BoxIcon } from '../icons/box';
|
|
407
407
|
// Brackets aliases
|
|
408
408
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
409
409
|
// BrainCircuit aliases
|
|
@@ -412,32 +412,32 @@ export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
|
412
412
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
413
413
|
// Brain aliases
|
|
414
414
|
export { default as BrainIcon } from '../icons/brain';
|
|
415
|
+
// BrickWallFire aliases
|
|
416
|
+
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
415
417
|
// BrickWallShield aliases
|
|
416
418
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
419
|
+
// BrickWall aliases
|
|
420
|
+
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
417
421
|
// BriefcaseBusiness aliases
|
|
418
422
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
419
|
-
// BrickWallFire aliases
|
|
420
|
-
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
421
423
|
// BriefcaseConveyorBelt aliases
|
|
422
424
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
423
|
-
// BrickWall aliases
|
|
424
|
-
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
425
425
|
// BriefcaseMedical aliases
|
|
426
426
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
427
427
|
// Briefcase aliases
|
|
428
428
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
429
|
-
// BrushCleaning aliases
|
|
430
|
-
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
431
429
|
// BringToFront aliases
|
|
432
430
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
433
431
|
// Brush aliases
|
|
434
432
|
export { default as BrushIcon } from '../icons/brush';
|
|
433
|
+
// BrushCleaning aliases
|
|
434
|
+
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
435
|
+
// BugOff aliases
|
|
436
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
435
437
|
// Bubbles aliases
|
|
436
438
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
437
439
|
// BugPlay aliases
|
|
438
440
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
439
|
-
// BugOff aliases
|
|
440
|
-
export { default as BugOffIcon } from '../icons/bug-off';
|
|
441
441
|
// Bug aliases
|
|
442
442
|
export { default as BugIcon } from '../icons/bug';
|
|
443
443
|
// Building2 aliases
|
|
@@ -456,88 +456,88 @@ export { default as CableIcon } from '../icons/cable';
|
|
|
456
456
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
457
457
|
// Cake aliases
|
|
458
458
|
export { default as CakeIcon } from '../icons/cake';
|
|
459
|
-
//
|
|
460
|
-
export { default as
|
|
459
|
+
// Calendar1 aliases
|
|
460
|
+
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
461
461
|
// Calculator aliases
|
|
462
462
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
463
|
+
// CalendarArrowDown aliases
|
|
464
|
+
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
463
465
|
// CalendarArrowUp aliases
|
|
464
466
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
465
|
-
// Calendar1 aliases
|
|
466
|
-
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
467
467
|
// CalendarCheck2 aliases
|
|
468
468
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
469
469
|
// CalendarCheck aliases
|
|
470
470
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
471
|
+
// CalendarCog aliases
|
|
472
|
+
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
471
473
|
// CalendarClock aliases
|
|
472
474
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
473
475
|
// CalendarDays aliases
|
|
474
476
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
475
|
-
// CalendarCog aliases
|
|
476
|
-
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
477
477
|
// CalendarFold aliases
|
|
478
478
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
479
479
|
// CalendarHeart aliases
|
|
480
480
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
481
|
-
// CalendarOff aliases
|
|
482
|
-
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
483
481
|
// CalendarMinus2 aliases
|
|
484
482
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
485
483
|
// CalendarMinus aliases
|
|
486
484
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
485
|
+
// CalendarOff aliases
|
|
486
|
+
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
487
487
|
// CalendarPlus2 aliases
|
|
488
488
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
489
|
+
// CalendarRange aliases
|
|
490
|
+
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
489
491
|
// CalendarPlus aliases
|
|
490
492
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
493
|
+
// CalendarX2 aliases
|
|
494
|
+
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
491
495
|
// CalendarSearch aliases
|
|
492
496
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
493
|
-
// CalendarRange aliases
|
|
494
|
-
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
495
497
|
// CalendarSync aliases
|
|
496
498
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
497
|
-
// CalendarX2 aliases
|
|
498
|
-
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
499
499
|
// CalendarX aliases
|
|
500
500
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
501
501
|
// Calendar aliases
|
|
502
502
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
503
|
-
// Calendars aliases
|
|
504
|
-
export { default as CalendarsIcon } from '../icons/calendars';
|
|
505
503
|
// CameraOff aliases
|
|
506
504
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
505
|
+
// Calendars aliases
|
|
506
|
+
export { default as CalendarsIcon } from '../icons/calendars';
|
|
507
507
|
// CandyCane aliases
|
|
508
508
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
509
|
-
// Camera aliases
|
|
510
|
-
export { default as CameraIcon } from '../icons/camera';
|
|
511
509
|
// CandyOff aliases
|
|
512
510
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
511
|
+
// Camera aliases
|
|
512
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
513
513
|
// Candy aliases
|
|
514
514
|
export { default as CandyIcon } from '../icons/candy';
|
|
515
515
|
// CannabisOff aliases
|
|
516
516
|
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
517
517
|
// Cannabis aliases
|
|
518
518
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
519
|
-
//
|
|
520
|
-
export { default as
|
|
519
|
+
// Car aliases
|
|
520
|
+
export { default as CarIcon } from '../icons/car';
|
|
521
521
|
// CaptionsOff aliases
|
|
522
522
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
523
|
+
// CarFront aliases
|
|
524
|
+
export { default as CarFrontIcon } from '../icons/car-front';
|
|
523
525
|
// CarTaxiFront aliases
|
|
524
526
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
525
|
-
// Car aliases
|
|
526
|
-
export { default as CarIcon } from '../icons/car';
|
|
527
527
|
// Caravan aliases
|
|
528
528
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
529
529
|
// CardSim aliases
|
|
530
530
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
531
|
-
// CaseSensitive aliases
|
|
532
|
-
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
533
531
|
// Carrot aliases
|
|
534
532
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
535
533
|
// CaseLower aliases
|
|
536
534
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
537
|
-
//
|
|
538
|
-
export { default as
|
|
535
|
+
// CaseSensitive aliases
|
|
536
|
+
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
539
537
|
// CassetteTape aliases
|
|
540
538
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
539
|
+
// CaseUpper aliases
|
|
540
|
+
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
541
541
|
// Cast aliases
|
|
542
542
|
export { default as CastIcon } from '../icons/cast';
|
|
543
543
|
// Castle aliases
|
|
@@ -548,24 +548,24 @@ export { default as CatIcon } from '../icons/cat';
|
|
|
548
548
|
export { default as CctvIcon } from '../icons/cctv';
|
|
549
549
|
// ChartBarDecreasing aliases
|
|
550
550
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
551
|
-
// ChartBarIncreasing aliases
|
|
552
|
-
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
553
551
|
// ChartBarStacked aliases
|
|
554
552
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
553
|
+
// ChartBarIncreasing aliases
|
|
554
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
555
555
|
// ChartColumnDecreasing aliases
|
|
556
556
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
557
|
-
// ChartColumnStacked aliases
|
|
558
|
-
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
559
557
|
// ChartGantt aliases
|
|
560
558
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
559
|
+
// ChartColumnStacked aliases
|
|
560
|
+
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
561
561
|
// ChartNetwork aliases
|
|
562
562
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
563
563
|
// ChartNoAxesColumnDecreasing aliases
|
|
564
564
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
565
|
-
// ChartSpline aliases
|
|
566
|
-
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
567
565
|
// ChartNoAxesCombined aliases
|
|
568
566
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
567
|
+
// ChartSpline aliases
|
|
568
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
569
569
|
// CheckCheck aliases
|
|
570
570
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
571
571
|
// CheckLine aliases
|
|
@@ -574,14 +574,14 @@ export { default as CheckLineIcon } from '../icons/check-line';
|
|
|
574
574
|
export { default as CheckIcon } from '../icons/check';
|
|
575
575
|
// ChefHat aliases
|
|
576
576
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
577
|
+
// ChessBishop aliases
|
|
578
|
+
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
577
579
|
// Cherry aliases
|
|
578
580
|
export { default as CherryIcon } from '../icons/cherry';
|
|
579
|
-
// ChessKing aliases
|
|
580
|
-
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
581
581
|
// ChessKnight aliases
|
|
582
582
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
583
|
-
//
|
|
584
|
-
export { default as
|
|
583
|
+
// ChessKing aliases
|
|
584
|
+
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
585
585
|
// ChessPawn aliases
|
|
586
586
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
587
587
|
// ChessQueen aliases
|
|
@@ -596,42 +596,42 @@ export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
|
596
596
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
597
597
|
// ChevronLeft aliases
|
|
598
598
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
599
|
+
// ChevronUp aliases
|
|
600
|
+
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
599
601
|
// ChevronRight aliases
|
|
600
602
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
601
603
|
// ChevronsDownUp aliases
|
|
602
604
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
603
605
|
// ChevronsDown aliases
|
|
604
606
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
605
|
-
// ChevronUp aliases
|
|
606
|
-
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
607
607
|
// ChevronsLeftRightEllipsis aliases
|
|
608
608
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
609
|
-
// ChevronsLeftRight aliases
|
|
610
|
-
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
611
609
|
// ChevronsLeft aliases
|
|
612
610
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
611
|
+
// ChevronsLeftRight aliases
|
|
612
|
+
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
613
613
|
// ChevronsRightLeft aliases
|
|
614
614
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
615
|
-
// ChevronsUp aliases
|
|
616
|
-
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
617
|
-
// ChevronsRight aliases
|
|
618
|
-
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
619
615
|
// ChevronsUpDown aliases
|
|
620
616
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
621
|
-
//
|
|
622
|
-
export { default as
|
|
617
|
+
// ChevronsRight aliases
|
|
618
|
+
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
619
|
+
// ChevronsUp aliases
|
|
620
|
+
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
623
621
|
// Church aliases
|
|
624
622
|
export { default as ChurchIcon } from '../icons/church';
|
|
625
623
|
// CigaretteOff aliases
|
|
626
624
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
625
|
+
// Cigarette aliases
|
|
626
|
+
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
627
627
|
// CircleDashed aliases
|
|
628
628
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
629
|
+
// CircleDollarSign aliases
|
|
630
|
+
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
629
631
|
// CircleDotDashed aliases
|
|
630
632
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
631
633
|
// CircleDot aliases
|
|
632
634
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
633
|
-
// CircleDollarSign aliases
|
|
634
|
-
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
635
635
|
// CircleEllipsis aliases
|
|
636
636
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
637
637
|
// CircleEqual aliases
|
|
@@ -648,10 +648,10 @@ export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
|
648
648
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
649
649
|
// CircleSlash aliases
|
|
650
650
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
651
|
-
// CircleStar aliases
|
|
652
|
-
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
653
651
|
// CircleSmall aliases
|
|
654
652
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
653
|
+
// CircleStar aliases
|
|
654
|
+
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
655
655
|
// Circle aliases
|
|
656
656
|
export { default as CircleIcon } from '../icons/circle';
|
|
657
657
|
// CircuitBoard aliases
|
|
@@ -664,12 +664,12 @@ export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
|
664
664
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
665
665
|
// ClipboardClock aliases
|
|
666
666
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
667
|
+
// ClipboardCopy aliases
|
|
668
|
+
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
667
669
|
// ClipboardList aliases
|
|
668
670
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
669
671
|
// ClipboardMinus aliases
|
|
670
672
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
671
|
-
// ClipboardCopy aliases
|
|
672
|
-
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
673
673
|
// ClipboardPaste aliases
|
|
674
674
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
675
675
|
// ClipboardPlus aliases
|
|
@@ -680,20 +680,22 @@ export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
|
680
680
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
681
681
|
// Clipboard aliases
|
|
682
682
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
683
|
-
// Clock11 aliases
|
|
684
|
-
export { default as Clock11Icon } from '../icons/clock-11';
|
|
685
683
|
// Clock1 aliases
|
|
686
684
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
687
685
|
// Clock10 aliases
|
|
688
686
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
687
|
+
// Clock11 aliases
|
|
688
|
+
export { default as Clock11Icon } from '../icons/clock-11';
|
|
689
|
+
// Clock2 aliases
|
|
690
|
+
export { default as Clock2Icon } from '../icons/clock-2';
|
|
689
691
|
// Clock12 aliases
|
|
690
692
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
691
693
|
// Clock3 aliases
|
|
692
694
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
693
|
-
// Clock2 aliases
|
|
694
|
-
export { default as Clock2Icon } from '../icons/clock-2';
|
|
695
695
|
// Clock4 aliases
|
|
696
696
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
697
|
+
// Clock6 aliases
|
|
698
|
+
export { default as Clock6Icon } from '../icons/clock-6';
|
|
697
699
|
// Clock5 aliases
|
|
698
700
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
699
701
|
// Clock7 aliases
|
|
@@ -702,28 +704,26 @@ export { default as Clock7Icon } from '../icons/clock-7';
|
|
|
702
704
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
703
705
|
// Clock9 aliases
|
|
704
706
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
705
|
-
// ClockAlert aliases
|
|
706
|
-
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
707
|
-
// Clock6 aliases
|
|
708
|
-
export { default as Clock6Icon } from '../icons/clock-6';
|
|
709
707
|
// ClockArrowDown aliases
|
|
710
708
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
711
|
-
//
|
|
712
|
-
export { default as
|
|
709
|
+
// ClockAlert aliases
|
|
710
|
+
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
713
711
|
// ClockCheck aliases
|
|
714
712
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
715
|
-
//
|
|
716
|
-
export { default as
|
|
713
|
+
// ClockArrowUp aliases
|
|
714
|
+
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
717
715
|
// ClockFading aliases
|
|
718
716
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
717
|
+
// ClockPlus aliases
|
|
718
|
+
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
719
719
|
// Clock aliases
|
|
720
720
|
export { default as ClockIcon } from '../icons/clock';
|
|
721
|
+
// CloudAlert aliases
|
|
722
|
+
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
721
723
|
// ClosedCaption aliases
|
|
722
724
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
723
725
|
// CloudBackup aliases
|
|
724
726
|
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
725
|
-
// CloudAlert aliases
|
|
726
|
-
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
727
727
|
// CloudCheck aliases
|
|
728
728
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
729
729
|
// CloudCog aliases
|
|
@@ -736,12 +736,12 @@ export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
|
736
736
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
737
737
|
// CloudLightning aliases
|
|
738
738
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
739
|
+
// CloudMoon aliases
|
|
740
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
739
741
|
// CloudMoonRain aliases
|
|
740
742
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
741
743
|
// CloudOff aliases
|
|
742
744
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
743
|
-
// CloudMoon aliases
|
|
744
|
-
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
745
745
|
// CloudRainWind aliases
|
|
746
746
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
747
747
|
// CloudRain aliases
|
|
@@ -752,126 +752,126 @@ export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
|
752
752
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
753
753
|
// CloudSun aliases
|
|
754
754
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
755
|
-
// CloudSync aliases
|
|
756
|
-
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
757
|
-
// Cloudy aliases
|
|
758
|
-
export { default as CloudyIcon } from '../icons/cloudy';
|
|
759
755
|
// Cloud aliases
|
|
760
756
|
export { default as CloudIcon } from '../icons/cloud';
|
|
761
|
-
//
|
|
762
|
-
export { default as
|
|
757
|
+
// Cloudy aliases
|
|
758
|
+
export { default as CloudyIcon } from '../icons/cloudy';
|
|
759
|
+
// CloudSync aliases
|
|
760
|
+
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
763
761
|
// Clover aliases
|
|
764
762
|
export { default as CloverIcon } from '../icons/clover';
|
|
763
|
+
// Club aliases
|
|
764
|
+
export { default as ClubIcon } from '../icons/club';
|
|
765
765
|
// Code aliases
|
|
766
766
|
export { default as CodeIcon } from '../icons/code';
|
|
767
767
|
// Codepen aliases
|
|
768
768
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
769
|
-
// Coffee aliases
|
|
770
|
-
export { default as CoffeeIcon } from '../icons/coffee';
|
|
771
769
|
// Codesandbox aliases
|
|
772
770
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
773
|
-
//
|
|
774
|
-
export { default as
|
|
771
|
+
// Coffee aliases
|
|
772
|
+
export { default as CoffeeIcon } from '../icons/coffee';
|
|
775
773
|
// Coins aliases
|
|
776
774
|
export { default as CoinsIcon } from '../icons/coins';
|
|
775
|
+
// Cog aliases
|
|
776
|
+
export { default as CogIcon } from '../icons/cog';
|
|
777
777
|
// Columns4 aliases
|
|
778
778
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
779
|
-
// Command aliases
|
|
780
|
-
export { default as CommandIcon } from '../icons/command';
|
|
781
779
|
// Combine aliases
|
|
782
780
|
export { default as CombineIcon } from '../icons/combine';
|
|
783
|
-
//
|
|
784
|
-
export { default as
|
|
781
|
+
// Command aliases
|
|
782
|
+
export { default as CommandIcon } from '../icons/command';
|
|
785
783
|
// Compass aliases
|
|
786
784
|
export { default as CompassIcon } from '../icons/compass';
|
|
785
|
+
// Component aliases
|
|
786
|
+
export { default as ComponentIcon } from '../icons/component';
|
|
787
787
|
// Computer aliases
|
|
788
788
|
export { default as ComputerIcon } from '../icons/computer';
|
|
789
|
-
// ConciergeBell aliases
|
|
790
|
-
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
791
789
|
// Cone aliases
|
|
792
790
|
export { default as ConeIcon } from '../icons/cone';
|
|
791
|
+
// ConciergeBell aliases
|
|
792
|
+
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
793
793
|
// Construction aliases
|
|
794
794
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
795
795
|
// Contact aliases
|
|
796
796
|
export { default as ContactIcon } from '../icons/contact';
|
|
797
797
|
// Container aliases
|
|
798
798
|
export { default as ContainerIcon } from '../icons/container';
|
|
799
|
+
// Contrast aliases
|
|
800
|
+
export { default as ContrastIcon } from '../icons/contrast';
|
|
799
801
|
// Cookie aliases
|
|
800
802
|
export { default as CookieIcon } from '../icons/cookie';
|
|
801
803
|
// CookingPot aliases
|
|
802
804
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
803
|
-
// Contrast aliases
|
|
804
|
-
export { default as ContrastIcon } from '../icons/contrast';
|
|
805
|
-
// CopyMinus aliases
|
|
806
|
-
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
807
805
|
// CopyCheck aliases
|
|
808
806
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
809
|
-
//
|
|
810
|
-
export { default as
|
|
807
|
+
// CopyMinus aliases
|
|
808
|
+
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
811
809
|
// CopySlash aliases
|
|
812
810
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
813
811
|
// CopyPlus aliases
|
|
814
812
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
815
|
-
//
|
|
816
|
-
export { default as
|
|
813
|
+
// CopyX aliases
|
|
814
|
+
export { default as CopyXIcon } from '../icons/copy-x';
|
|
817
815
|
// Copy aliases
|
|
818
816
|
export { default as CopyIcon } from '../icons/copy';
|
|
819
|
-
//
|
|
820
|
-
export { default as
|
|
817
|
+
// Copyleft aliases
|
|
818
|
+
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
821
819
|
// CornerDownLeft aliases
|
|
822
820
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
823
|
-
// CornerLeftDown aliases
|
|
824
|
-
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
825
821
|
// CornerDownRight aliases
|
|
826
822
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
827
|
-
//
|
|
828
|
-
export { default as
|
|
823
|
+
// Copyright aliases
|
|
824
|
+
export { default as CopyrightIcon } from '../icons/copyright';
|
|
825
|
+
// CornerLeftDown aliases
|
|
826
|
+
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
829
827
|
// CornerRightDown aliases
|
|
830
828
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
831
829
|
// CornerLeftUp aliases
|
|
832
830
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
833
|
-
//
|
|
834
|
-
export { default as
|
|
831
|
+
// CornerRightUp aliases
|
|
832
|
+
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
835
833
|
// CornerUpLeft aliases
|
|
836
834
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
835
|
+
// CornerUpRight aliases
|
|
836
|
+
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
837
|
+
// Cpu aliases
|
|
838
|
+
export { default as CpuIcon } from '../icons/cpu';
|
|
837
839
|
// CreativeCommons aliases
|
|
838
840
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
839
841
|
// CreditCard aliases
|
|
840
842
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
841
|
-
// Cpu aliases
|
|
842
|
-
export { default as CpuIcon } from '../icons/cpu';
|
|
843
843
|
// Croissant aliases
|
|
844
844
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
845
|
-
// Crop aliases
|
|
846
|
-
export { default as CropIcon } from '../icons/crop';
|
|
847
845
|
// Cross aliases
|
|
848
846
|
export { default as CrossIcon } from '../icons/cross';
|
|
849
|
-
//
|
|
850
|
-
export { default as
|
|
847
|
+
// Crop aliases
|
|
848
|
+
export { default as CropIcon } from '../icons/crop';
|
|
851
849
|
// Crown aliases
|
|
852
850
|
export { default as CrownIcon } from '../icons/crown';
|
|
853
|
-
//
|
|
854
|
-
export { default as
|
|
851
|
+
// Crosshair aliases
|
|
852
|
+
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
855
853
|
// Cuboid aliases
|
|
856
854
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
855
|
+
// CupSoda aliases
|
|
856
|
+
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
857
857
|
// Currency aliases
|
|
858
858
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
859
|
-
// Dam aliases
|
|
860
|
-
export { default as DamIcon } from '../icons/dam';
|
|
861
859
|
// Cylinder aliases
|
|
862
860
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
861
|
+
// Dam aliases
|
|
862
|
+
export { default as DamIcon } from '../icons/dam';
|
|
863
863
|
// DatabaseBackup aliases
|
|
864
864
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
865
|
-
// DatabaseSearch aliases
|
|
866
|
-
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
867
865
|
// DatabaseZap aliases
|
|
868
866
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
869
|
-
//
|
|
870
|
-
export { default as
|
|
871
|
-
// DecimalsArrowRight aliases
|
|
872
|
-
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
867
|
+
// DatabaseSearch aliases
|
|
868
|
+
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
873
869
|
// DecimalsArrowLeft aliases
|
|
874
870
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
871
|
+
// DecimalsArrowRight aliases
|
|
872
|
+
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
873
|
+
// Database aliases
|
|
874
|
+
export { default as DatabaseIcon } from '../icons/database';
|
|
875
875
|
// Delete aliases
|
|
876
876
|
export { default as DeleteIcon } from '../icons/delete';
|
|
877
877
|
// Dessert aliases
|
|
@@ -880,38 +880,38 @@ export { default as DessertIcon } from '../icons/dessert';
|
|
|
880
880
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
881
881
|
// DiamondMinus aliases
|
|
882
882
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
883
|
-
// DiamondPlus aliases
|
|
884
|
-
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
885
883
|
// Diamond aliases
|
|
886
884
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
885
|
+
// DiamondPlus aliases
|
|
886
|
+
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
887
887
|
// Dice1 aliases
|
|
888
888
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
889
889
|
// Dice2 aliases
|
|
890
890
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
891
|
-
// Dice3 aliases
|
|
892
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
893
891
|
// Dice4 aliases
|
|
894
892
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
895
|
-
//
|
|
896
|
-
export { default as
|
|
893
|
+
// Dice3 aliases
|
|
894
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
897
895
|
// Dices aliases
|
|
898
896
|
export { default as DicesIcon } from '../icons/dices';
|
|
899
|
-
//
|
|
900
|
-
export { default as
|
|
897
|
+
// Dice5 aliases
|
|
898
|
+
export { default as Dice5Icon } from '../icons/dice-5';
|
|
901
899
|
// Dice6 aliases
|
|
902
900
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
903
901
|
// Disc2 aliases
|
|
904
902
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
903
|
+
// Diff aliases
|
|
904
|
+
export { default as DiffIcon } from '../icons/diff';
|
|
905
905
|
// Disc3 aliases
|
|
906
906
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
907
|
-
// Disc aliases
|
|
908
|
-
export { default as DiscIcon } from '../icons/disc';
|
|
909
907
|
// DiscAlbum aliases
|
|
910
908
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
911
|
-
// Divide aliases
|
|
912
|
-
export { default as DivideIcon } from '../icons/divide';
|
|
913
909
|
// DnaOff aliases
|
|
914
910
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
911
|
+
// Disc aliases
|
|
912
|
+
export { default as DiscIcon } from '../icons/disc';
|
|
913
|
+
// Divide aliases
|
|
914
|
+
export { default as DivideIcon } from '../icons/divide';
|
|
915
915
|
// Dna aliases
|
|
916
916
|
export { default as DnaIcon } from '../icons/dna';
|
|
917
917
|
// Dock aliases
|
|
@@ -922,30 +922,30 @@ export { default as DogIcon } from '../icons/dog';
|
|
|
922
922
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
923
923
|
// Donut aliases
|
|
924
924
|
export { default as DonutIcon } from '../icons/donut';
|
|
925
|
-
// DoorClosedLocked aliases
|
|
926
|
-
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
927
925
|
// DoorClosed aliases
|
|
928
926
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
927
|
+
// DoorClosedLocked aliases
|
|
928
|
+
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
929
929
|
// DoorOpen aliases
|
|
930
930
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
931
931
|
// Dot aliases
|
|
932
932
|
export { default as DotIcon } from '../icons/dot';
|
|
933
|
-
// Drama aliases
|
|
934
|
-
export { default as DramaIcon } from '../icons/drama';
|
|
935
|
-
// DraftingCompass aliases
|
|
936
|
-
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
937
|
-
// Dribbble aliases
|
|
938
|
-
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
939
933
|
// Download aliases
|
|
940
934
|
export { default as DownloadIcon } from '../icons/download';
|
|
935
|
+
// DraftingCompass aliases
|
|
936
|
+
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
937
|
+
// Drama aliases
|
|
938
|
+
export { default as DramaIcon } from '../icons/drama';
|
|
941
939
|
// Drill aliases
|
|
942
940
|
export { default as DrillIcon } from '../icons/drill';
|
|
941
|
+
// Dribbble aliases
|
|
942
|
+
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
943
943
|
// Drone aliases
|
|
944
944
|
export { default as DroneIcon } from '../icons/drone';
|
|
945
|
-
// Droplet aliases
|
|
946
|
-
export { default as DropletIcon } from '../icons/droplet';
|
|
947
945
|
// DropletOff aliases
|
|
948
946
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
947
|
+
// Droplet aliases
|
|
948
|
+
export { default as DropletIcon } from '../icons/droplet';
|
|
949
949
|
// Droplets aliases
|
|
950
950
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
951
951
|
// Drum aliases
|
|
@@ -956,10 +956,10 @@ export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
|
956
956
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
957
957
|
// EarOff aliases
|
|
958
958
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
959
|
-
// Ear aliases
|
|
960
|
-
export { default as EarIcon } from '../icons/ear';
|
|
961
959
|
// EarthLock aliases
|
|
962
960
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
961
|
+
// Ear aliases
|
|
962
|
+
export { default as EarIcon } from '../icons/ear';
|
|
963
963
|
// Eclipse aliases
|
|
964
964
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
965
965
|
// EggFried aliases
|
|
@@ -974,76 +974,76 @@ export { default as EqualApproximatelyIcon } from '../icons/equal-approximately'
|
|
|
974
974
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
975
975
|
// Equal aliases
|
|
976
976
|
export { default as EqualIcon } from '../icons/equal';
|
|
977
|
+
// Eraser aliases
|
|
978
|
+
export { default as EraserIcon } from '../icons/eraser';
|
|
977
979
|
// EthernetPort aliases
|
|
978
980
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
979
981
|
// Euro aliases
|
|
980
982
|
export { default as EuroIcon } from '../icons/euro';
|
|
981
|
-
// Eraser aliases
|
|
982
|
-
export { default as EraserIcon } from '../icons/eraser';
|
|
983
983
|
// EvCharger aliases
|
|
984
984
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
985
985
|
// Expand aliases
|
|
986
986
|
export { default as ExpandIcon } from '../icons/expand';
|
|
987
|
-
// ExternalLink aliases
|
|
988
|
-
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
989
987
|
// EyeClosed aliases
|
|
990
988
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
989
|
+
// ExternalLink aliases
|
|
990
|
+
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
991
|
+
// EyeOff aliases
|
|
992
|
+
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
991
993
|
// Eye aliases
|
|
992
994
|
export { default as EyeIcon } from '../icons/eye';
|
|
993
995
|
// Facebook aliases
|
|
994
996
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
995
|
-
// EyeOff aliases
|
|
996
|
-
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
997
997
|
// Factory aliases
|
|
998
998
|
export { default as FactoryIcon } from '../icons/factory';
|
|
999
|
-
// FastForward aliases
|
|
1000
|
-
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1001
999
|
// Fan aliases
|
|
1002
1000
|
export { default as FanIcon } from '../icons/fan';
|
|
1003
|
-
//
|
|
1004
|
-
export { default as
|
|
1001
|
+
// FastForward aliases
|
|
1002
|
+
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1005
1003
|
// Feather aliases
|
|
1006
1004
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1007
1005
|
// FerrisWheel aliases
|
|
1008
1006
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1007
|
+
// Fence aliases
|
|
1008
|
+
export { default as FenceIcon } from '../icons/fence';
|
|
1009
1009
|
// Figma aliases
|
|
1010
1010
|
export { default as FigmaIcon } from '../icons/figma';
|
|
1011
1011
|
// FileArchive aliases
|
|
1012
1012
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1013
1013
|
// FileBox aliases
|
|
1014
1014
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1015
|
-
// FileCheck aliases
|
|
1016
|
-
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1017
1015
|
// FileClock aliases
|
|
1018
1016
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1017
|
+
// FileCheck aliases
|
|
1018
|
+
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1019
1019
|
// FileCode aliases
|
|
1020
1020
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1021
1021
|
// FileDiff aliases
|
|
1022
1022
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1023
|
-
// FileHeart aliases
|
|
1024
|
-
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1025
1023
|
// FileDigit aliases
|
|
1026
1024
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1027
1025
|
// FileDown aliases
|
|
1028
1026
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1027
|
+
// FileHeart aliases
|
|
1028
|
+
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1029
1029
|
// FileImage aliases
|
|
1030
1030
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1031
1031
|
// FileInput aliases
|
|
1032
1032
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1033
|
-
// FileOutput aliases
|
|
1034
|
-
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1035
|
-
// FileMusic aliases
|
|
1036
|
-
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1037
1033
|
// FileMinus aliases
|
|
1038
1034
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1035
|
+
// FileMusic aliases
|
|
1036
|
+
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1037
|
+
// FileOutput aliases
|
|
1038
|
+
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1039
1039
|
// FilePlus aliases
|
|
1040
1040
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1041
1041
|
// FileScan aliases
|
|
1042
1042
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1043
|
-
// FileSliders aliases
|
|
1044
|
-
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1045
1043
|
// FileSearch aliases
|
|
1046
1044
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1045
|
+
// FileSliders aliases
|
|
1046
|
+
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1047
1047
|
// FileSpreadsheet aliases
|
|
1048
1048
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1049
1049
|
// FileStack aliases
|
|
@@ -1052,50 +1052,50 @@ export { default as FileStackIcon } from '../icons/file-stack';
|
|
|
1052
1052
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1053
1053
|
// FileTerminal aliases
|
|
1054
1054
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1055
|
-
// FileText aliases
|
|
1056
|
-
export { default as FileTextIcon } from '../icons/file-text';
|
|
1057
1055
|
// FileType aliases
|
|
1058
1056
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1059
|
-
// FileUser aliases
|
|
1060
|
-
export { default as FileUserIcon } from '../icons/file-user';
|
|
1061
|
-
// FileVolume aliases
|
|
1062
|
-
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1063
1057
|
// FileUp aliases
|
|
1064
1058
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1065
|
-
//
|
|
1066
|
-
export { default as
|
|
1059
|
+
// FileVolume aliases
|
|
1060
|
+
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1061
|
+
// FileText aliases
|
|
1062
|
+
export { default as FileTextIcon } from '../icons/file-text';
|
|
1063
|
+
// FileUser aliases
|
|
1064
|
+
export { default as FileUserIcon } from '../icons/file-user';
|
|
1067
1065
|
// File aliases
|
|
1068
1066
|
export { default as FileIcon } from '../icons/file';
|
|
1067
|
+
// FileX aliases
|
|
1068
|
+
export { default as FileXIcon } from '../icons/file-x';
|
|
1069
1069
|
// Files aliases
|
|
1070
1070
|
export { default as FilesIcon } from '../icons/files';
|
|
1071
|
-
// Film aliases
|
|
1072
|
-
export { default as FilmIcon } from '../icons/film';
|
|
1073
1071
|
// FireExtinguisher aliases
|
|
1074
1072
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1075
|
-
//
|
|
1076
|
-
export { default as
|
|
1077
|
-
// FishingHook aliases
|
|
1078
|
-
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1073
|
+
// Film aliases
|
|
1074
|
+
export { default as FilmIcon } from '../icons/film';
|
|
1079
1075
|
// FishOff aliases
|
|
1080
1076
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1077
|
+
// FishingHook aliases
|
|
1078
|
+
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1079
|
+
// FishSymbol aliases
|
|
1080
|
+
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1081
|
+
// Fish aliases
|
|
1082
|
+
export { default as FishIcon } from '../icons/fish';
|
|
1081
1083
|
// FlagOff aliases
|
|
1082
1084
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1085
|
+
// FlagTriangleRight aliases
|
|
1086
|
+
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1083
1087
|
// FlagTriangleLeft aliases
|
|
1084
1088
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1085
|
-
// Fish aliases
|
|
1086
|
-
export { default as FishIcon } from '../icons/fish';
|
|
1087
1089
|
// Flag aliases
|
|
1088
1090
|
export { default as FlagIcon } from '../icons/flag';
|
|
1089
|
-
// FlagTriangleRight aliases
|
|
1090
|
-
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1091
1091
|
// FlameKindling aliases
|
|
1092
1092
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1093
|
-
// Flame aliases
|
|
1094
|
-
export { default as FlameIcon } from '../icons/flame';
|
|
1095
|
-
// Flashlight aliases
|
|
1096
|
-
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1097
1093
|
// FlashlightOff aliases
|
|
1098
1094
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1095
|
+
// Flashlight aliases
|
|
1096
|
+
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1097
|
+
// Flame aliases
|
|
1098
|
+
export { default as FlameIcon } from '../icons/flame';
|
|
1099
1099
|
// FlaskConicalOff aliases
|
|
1100
1100
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1101
1101
|
// FlaskConical aliases
|
|
@@ -1106,48 +1106,48 @@ export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
|
1106
1106
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1107
1107
|
// FlipHorizontal aliases
|
|
1108
1108
|
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1109
|
-
// FlipVertical aliases
|
|
1110
|
-
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1111
1109
|
// FlipVertical2 aliases
|
|
1112
1110
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1113
|
-
//
|
|
1114
|
-
export { default as
|
|
1115
|
-
// Flower aliases
|
|
1116
|
-
export { default as FlowerIcon } from '../icons/flower';
|
|
1111
|
+
// FlipVertical aliases
|
|
1112
|
+
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1117
1113
|
// Flower2 aliases
|
|
1118
1114
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1115
|
+
// Flower aliases
|
|
1116
|
+
export { default as FlowerIcon } from '../icons/flower';
|
|
1119
1117
|
// FoldHorizontal aliases
|
|
1120
1118
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1121
1119
|
// FoldVertical aliases
|
|
1122
1120
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1121
|
+
// Focus aliases
|
|
1122
|
+
export { default as FocusIcon } from '../icons/focus';
|
|
1123
1123
|
// FolderArchive aliases
|
|
1124
1124
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1125
1125
|
// FolderCheck aliases
|
|
1126
1126
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1127
1127
|
// FolderClock aliases
|
|
1128
1128
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1129
|
-
// FolderDot aliases
|
|
1130
|
-
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1131
1129
|
// FolderCode aliases
|
|
1132
1130
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1133
1131
|
// FolderClosed aliases
|
|
1134
1132
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1135
|
-
//
|
|
1136
|
-
export { default as
|
|
1133
|
+
// FolderDot aliases
|
|
1134
|
+
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1137
1135
|
// FolderGit2 aliases
|
|
1138
1136
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1139
|
-
//
|
|
1140
|
-
export { default as
|
|
1137
|
+
// FolderDown aliases
|
|
1138
|
+
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1141
1139
|
// FolderInput aliases
|
|
1142
1140
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1143
1141
|
// FolderGit aliases
|
|
1144
1142
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1143
|
+
// FolderKanban aliases
|
|
1144
|
+
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1145
|
+
// FolderHeart aliases
|
|
1146
|
+
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1145
1147
|
// FolderKey aliases
|
|
1146
1148
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1147
1149
|
// FolderLock aliases
|
|
1148
1150
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1149
|
-
// FolderKanban aliases
|
|
1150
|
-
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1151
1151
|
// FolderMinus aliases
|
|
1152
1152
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1153
1153
|
// FolderOpenDot aliases
|
|
@@ -1160,32 +1160,32 @@ export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
|
1160
1160
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1161
1161
|
// FolderRoot aliases
|
|
1162
1162
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1163
|
+
// FolderSearch2 aliases
|
|
1164
|
+
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1163
1165
|
// FolderSearch aliases
|
|
1164
1166
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1165
1167
|
// FolderSymlink aliases
|
|
1166
1168
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1167
|
-
// FolderSearch2 aliases
|
|
1168
|
-
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1169
1169
|
// FolderSync aliases
|
|
1170
1170
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1171
|
-
// FolderTree aliases
|
|
1172
|
-
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1173
1171
|
// FolderUp aliases
|
|
1174
1172
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1173
|
+
// FolderTree aliases
|
|
1174
|
+
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1175
1175
|
// FolderX aliases
|
|
1176
1176
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1177
1177
|
// Folder aliases
|
|
1178
1178
|
export { default as FolderIcon } from '../icons/folder';
|
|
1179
|
-
// Footprints aliases
|
|
1180
|
-
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1181
1179
|
// Folders aliases
|
|
1182
1180
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1183
1181
|
// Forklift aliases
|
|
1184
1182
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1185
|
-
//
|
|
1186
|
-
export { default as
|
|
1183
|
+
// Footprints aliases
|
|
1184
|
+
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1187
1185
|
// Forward aliases
|
|
1188
1186
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1187
|
+
// Form aliases
|
|
1188
|
+
export { default as FormIcon } from '../icons/form';
|
|
1189
1189
|
// Frame aliases
|
|
1190
1190
|
export { default as FrameIcon } from '../icons/frame';
|
|
1191
1191
|
// Framer aliases
|
|
@@ -1194,22 +1194,22 @@ export { default as FramerIcon } from '../icons/framer';
|
|
|
1194
1194
|
export { default as FrownIcon } from '../icons/frown';
|
|
1195
1195
|
// Fuel aliases
|
|
1196
1196
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1197
|
-
// Fullscreen aliases
|
|
1198
|
-
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1199
1197
|
// FunnelPlus aliases
|
|
1200
1198
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1201
|
-
//
|
|
1202
|
-
export { default as
|
|
1199
|
+
// Fullscreen aliases
|
|
1200
|
+
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1203
1201
|
// GalleryHorizontalEnd aliases
|
|
1204
1202
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1205
1203
|
// GalleryHorizontal aliases
|
|
1206
1204
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1205
|
+
// GalleryVerticalEnd aliases
|
|
1206
|
+
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1207
1207
|
// GalleryThumbnails aliases
|
|
1208
1208
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1209
|
-
// Gamepad2 aliases
|
|
1210
|
-
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1211
1209
|
// GalleryVertical aliases
|
|
1212
1210
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1211
|
+
// Gamepad2 aliases
|
|
1212
|
+
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1213
1213
|
// GamepadDirectional aliases
|
|
1214
1214
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1215
1215
|
// Gamepad aliases
|
|
@@ -1238,24 +1238,24 @@ export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
|
1238
1238
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1239
1239
|
// GitCompare aliases
|
|
1240
1240
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1241
|
-
// GitFork aliases
|
|
1242
|
-
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1243
1241
|
// GitGraph aliases
|
|
1244
1242
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1245
|
-
// GitPullRequestArrow aliases
|
|
1246
|
-
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1247
1243
|
// GitMerge aliases
|
|
1248
1244
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1245
|
+
// GitFork aliases
|
|
1246
|
+
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1247
|
+
// GitPullRequestArrow aliases
|
|
1248
|
+
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1249
1249
|
// GitPullRequestClosed aliases
|
|
1250
1250
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1251
1251
|
// GitPullRequestCreateArrow aliases
|
|
1252
1252
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1253
1253
|
// GitPullRequestCreate aliases
|
|
1254
1254
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1255
|
-
// GitPullRequestDraft aliases
|
|
1256
|
-
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1257
1255
|
// GitPullRequest aliases
|
|
1258
1256
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1257
|
+
// GitPullRequestDraft aliases
|
|
1258
|
+
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1259
1259
|
// Github aliases
|
|
1260
1260
|
export { default as GithubIcon } from '../icons/github';
|
|
1261
1261
|
// Gitlab aliases
|
|
@@ -1264,10 +1264,10 @@ export { default as GitlabIcon } from '../icons/gitlab';
|
|
|
1264
1264
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1265
1265
|
// Glasses aliases
|
|
1266
1266
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1267
|
-
// GlobeLock aliases
|
|
1268
|
-
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1269
1267
|
// GlobeX aliases
|
|
1270
1268
|
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1269
|
+
// GlobeLock aliases
|
|
1270
|
+
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1271
1271
|
// Globe aliases
|
|
1272
1272
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1273
1273
|
// Goal aliases
|
|
@@ -1276,34 +1276,34 @@ export { default as GoalIcon } from '../icons/goal';
|
|
|
1276
1276
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1277
1277
|
// GraduationCap aliases
|
|
1278
1278
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1279
|
-
// Grid3x2 aliases
|
|
1280
|
-
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1281
1279
|
// Grape aliases
|
|
1282
1280
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1281
|
+
// Grid3x2 aliases
|
|
1282
|
+
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1283
1283
|
// GripHorizontal aliases
|
|
1284
1284
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1285
1285
|
// GripVertical aliases
|
|
1286
1286
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1287
1287
|
// Grip aliases
|
|
1288
1288
|
export { default as GripIcon } from '../icons/grip';
|
|
1289
|
+
// Ham aliases
|
|
1290
|
+
export { default as HamIcon } from '../icons/ham';
|
|
1289
1291
|
// Guitar aliases
|
|
1290
1292
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1291
1293
|
// Group aliases
|
|
1292
1294
|
export { default as GroupIcon } from '../icons/group';
|
|
1293
1295
|
// Hamburger aliases
|
|
1294
1296
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1295
|
-
// Ham aliases
|
|
1296
|
-
export { default as HamIcon } from '../icons/ham';
|
|
1297
1297
|
// Hammer aliases
|
|
1298
1298
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1299
1299
|
// HandCoins aliases
|
|
1300
1300
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1301
|
+
// HandHeart aliases
|
|
1302
|
+
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1301
1303
|
// HandFist aliases
|
|
1302
1304
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1303
1305
|
// HandMetal aliases
|
|
1304
1306
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1305
|
-
// HandHeart aliases
|
|
1306
|
-
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1307
1307
|
// HandPlatter aliases
|
|
1308
1308
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1309
1309
|
// Hand aliases
|
|
@@ -1316,18 +1316,18 @@ export { default as HandshakeIcon } from '../icons/handshake';
|
|
|
1316
1316
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1317
1317
|
// HardDriveUpload aliases
|
|
1318
1318
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1319
|
-
// Hash aliases
|
|
1320
|
-
export { default as HashIcon } from '../icons/hash';
|
|
1321
1319
|
// HardDrive aliases
|
|
1322
1320
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1323
1321
|
// HardHat aliases
|
|
1324
1322
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1323
|
+
// Hash aliases
|
|
1324
|
+
export { default as HashIcon } from '../icons/hash';
|
|
1325
1325
|
// HatGlasses aliases
|
|
1326
1326
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1327
|
-
// Haze aliases
|
|
1328
|
-
export { default as HazeIcon } from '../icons/haze';
|
|
1329
1327
|
// Hd aliases
|
|
1330
1328
|
export { default as HdIcon } from '../icons/hd';
|
|
1329
|
+
// Haze aliases
|
|
1330
|
+
export { default as HazeIcon } from '../icons/haze';
|
|
1331
1331
|
// HdmiPort aliases
|
|
1332
1332
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1333
1333
|
// Heading1 aliases
|
|
@@ -1336,10 +1336,10 @@ export { default as Heading1Icon } from '../icons/heading-1';
|
|
|
1336
1336
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1337
1337
|
// Heading3 aliases
|
|
1338
1338
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1339
|
-
// Heading4 aliases
|
|
1340
|
-
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1341
1339
|
// Heading5 aliases
|
|
1342
1340
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1341
|
+
// Heading4 aliases
|
|
1342
|
+
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1343
1343
|
// Heading6 aliases
|
|
1344
1344
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1345
1345
|
// Heading aliases
|
|
@@ -1360,26 +1360,26 @@ export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
|
1360
1360
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1361
1361
|
// HeartPlus aliases
|
|
1362
1362
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1363
|
-
// Heater aliases
|
|
1364
|
-
export { default as HeaterIcon } from '../icons/heater';
|
|
1365
1363
|
// HeartPulse aliases
|
|
1366
1364
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1367
|
-
//
|
|
1368
|
-
export { default as
|
|
1365
|
+
// Heater aliases
|
|
1366
|
+
export { default as HeaterIcon } from '../icons/heater';
|
|
1369
1367
|
// Helicopter aliases
|
|
1370
1368
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1369
|
+
// Heart aliases
|
|
1370
|
+
export { default as HeartIcon } from '../icons/heart';
|
|
1371
1371
|
// Hexagon aliases
|
|
1372
1372
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1373
1373
|
// Highlighter aliases
|
|
1374
1374
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1375
|
-
// HopOff aliases
|
|
1376
|
-
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1377
1375
|
// History aliases
|
|
1378
1376
|
export { default as HistoryIcon } from '../icons/history';
|
|
1379
|
-
// Hospital aliases
|
|
1380
|
-
export { default as HospitalIcon } from '../icons/hospital';
|
|
1381
1377
|
// Hop aliases
|
|
1382
1378
|
export { default as HopIcon } from '../icons/hop';
|
|
1379
|
+
// HopOff aliases
|
|
1380
|
+
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1381
|
+
// Hospital aliases
|
|
1382
|
+
export { default as HospitalIcon } from '../icons/hospital';
|
|
1383
1383
|
// Hotel aliases
|
|
1384
1384
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1385
1385
|
// Hourglass aliases
|
|
@@ -1388,10 +1388,10 @@ export { default as HourglassIcon } from '../icons/hourglass';
|
|
|
1388
1388
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1389
1389
|
// HousePlug aliases
|
|
1390
1390
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1391
|
-
// HousePlus aliases
|
|
1392
|
-
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1393
1391
|
// HouseWifi aliases
|
|
1394
1392
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1393
|
+
// HousePlus aliases
|
|
1394
|
+
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1395
1395
|
// IdCardLanyard aliases
|
|
1396
1396
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1397
1397
|
// IdCard aliases
|
|
@@ -1400,42 +1400,42 @@ export { default as IdCardIcon } from '../icons/id-card';
|
|
|
1400
1400
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1401
1401
|
// ImageMinus aliases
|
|
1402
1402
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1403
|
-
// ImagePlus aliases
|
|
1404
|
-
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1405
|
-
// ImageOff aliases
|
|
1406
|
-
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1407
1403
|
// ImagePlay aliases
|
|
1408
1404
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1409
|
-
//
|
|
1410
|
-
export { default as
|
|
1405
|
+
// ImageOff aliases
|
|
1406
|
+
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1407
|
+
// ImagePlus aliases
|
|
1408
|
+
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1411
1409
|
// ImageUp aliases
|
|
1412
1410
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1411
|
+
// ImageUpscale aliases
|
|
1412
|
+
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1413
1413
|
// Image aliases
|
|
1414
1414
|
export { default as ImageIcon } from '../icons/image';
|
|
1415
1415
|
// Images aliases
|
|
1416
1416
|
export { default as ImagesIcon } from '../icons/images';
|
|
1417
|
-
// Inbox aliases
|
|
1418
|
-
export { default as InboxIcon } from '../icons/inbox';
|
|
1419
|
-
// IndianRupee aliases
|
|
1420
|
-
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1421
1417
|
// Import aliases
|
|
1422
1418
|
export { default as ImportIcon } from '../icons/import';
|
|
1419
|
+
// Inbox aliases
|
|
1420
|
+
export { default as InboxIcon } from '../icons/inbox';
|
|
1423
1421
|
// Infinity aliases
|
|
1424
1422
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1425
|
-
//
|
|
1426
|
-
export { default as
|
|
1423
|
+
// IndianRupee aliases
|
|
1424
|
+
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1427
1425
|
// Info aliases
|
|
1428
1426
|
export { default as InfoIcon } from '../icons/info';
|
|
1429
|
-
//
|
|
1430
|
-
export { default as
|
|
1427
|
+
// InspectionPanel aliases
|
|
1428
|
+
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1431
1429
|
// Instagram aliases
|
|
1432
1430
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1433
1431
|
// Italic aliases
|
|
1434
1432
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1435
|
-
// JapaneseYen aliases
|
|
1436
|
-
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1437
1433
|
// IterationCw aliases
|
|
1438
1434
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1435
|
+
// IterationCcw aliases
|
|
1436
|
+
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1437
|
+
// JapaneseYen aliases
|
|
1438
|
+
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1439
1439
|
// Joystick aliases
|
|
1440
1440
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1441
1441
|
// Kanban aliases
|
|
@@ -1444,40 +1444,40 @@ export { default as KanbanIcon } from '../icons/kanban';
|
|
|
1444
1444
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1445
1445
|
// KeyRound aliases
|
|
1446
1446
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1447
|
+
// KeySquare aliases
|
|
1448
|
+
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1447
1449
|
// Key aliases
|
|
1448
1450
|
export { default as KeyIcon } from '../icons/key';
|
|
1451
|
+
// KeyboardOff aliases
|
|
1452
|
+
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1449
1453
|
// KeyboardMusic aliases
|
|
1450
1454
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1451
|
-
// KeySquare aliases
|
|
1452
|
-
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1453
1455
|
// Keyboard aliases
|
|
1454
1456
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1455
|
-
// KeyboardOff aliases
|
|
1456
|
-
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1457
1457
|
// LampCeiling aliases
|
|
1458
1458
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1459
|
-
// LampFloor aliases
|
|
1460
|
-
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1461
1459
|
// LampDesk aliases
|
|
1462
1460
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1463
1461
|
// LampWallDown aliases
|
|
1464
1462
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1463
|
+
// LampFloor aliases
|
|
1464
|
+
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1465
1465
|
// LampWallUp aliases
|
|
1466
1466
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1467
|
-
// LandPlot aliases
|
|
1468
|
-
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1469
1467
|
// Lamp aliases
|
|
1470
1468
|
export { default as LampIcon } from '../icons/lamp';
|
|
1469
|
+
// LandPlot aliases
|
|
1470
|
+
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1471
1471
|
// Landmark aliases
|
|
1472
1472
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1473
|
-
// LaptopMinimalCheck aliases
|
|
1474
|
-
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1475
1473
|
// Languages aliases
|
|
1476
1474
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1477
1475
|
// Laptop aliases
|
|
1478
1476
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1479
1477
|
// LassoSelect aliases
|
|
1480
1478
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1479
|
+
// LaptopMinimalCheck aliases
|
|
1480
|
+
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1481
1481
|
// Lasso aliases
|
|
1482
1482
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1483
1483
|
// Laugh aliases
|
|
@@ -1486,10 +1486,10 @@ export { default as LaughIcon } from '../icons/laugh';
|
|
|
1486
1486
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1487
1487
|
// LayersPlus aliases
|
|
1488
1488
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1489
|
-
// LayoutGrid aliases
|
|
1490
|
-
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1491
1489
|
// LayoutDashboard aliases
|
|
1492
1490
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1491
|
+
// LayoutGrid aliases
|
|
1492
|
+
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1493
1493
|
// LayoutList aliases
|
|
1494
1494
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1495
1495
|
// LayoutPanelLeft aliases
|
|
@@ -1502,36 +1502,40 @@ export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
|
1502
1502
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1503
1503
|
// LeafyGreen aliases
|
|
1504
1504
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1505
|
-
// LibraryBig aliases
|
|
1506
|
-
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1507
1505
|
// Lectern aliases
|
|
1508
1506
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1507
|
+
// LensConcave aliases
|
|
1508
|
+
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1509
|
+
// LensConvex aliases
|
|
1510
|
+
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1511
|
+
// LibraryBig aliases
|
|
1512
|
+
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1509
1513
|
// Library aliases
|
|
1510
1514
|
export { default as LibraryIcon } from '../icons/library';
|
|
1511
1515
|
// LifeBuoy aliases
|
|
1512
1516
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1513
1517
|
// Ligature aliases
|
|
1514
1518
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1519
|
+
// LineSquiggle aliases
|
|
1520
|
+
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1515
1521
|
// LightbulbOff aliases
|
|
1516
1522
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1517
1523
|
// Lightbulb aliases
|
|
1518
1524
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1519
|
-
// LineSquiggle aliases
|
|
1520
|
-
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1521
1525
|
// Link2Off aliases
|
|
1522
1526
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1523
|
-
// Link aliases
|
|
1524
|
-
export { default as LinkIcon } from '../icons/link';
|
|
1525
1527
|
// Link2 aliases
|
|
1526
1528
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1529
|
+
// Link aliases
|
|
1530
|
+
export { default as LinkIcon } from '../icons/link';
|
|
1527
1531
|
// Linkedin aliases
|
|
1528
1532
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1533
|
+
// ListCheck aliases
|
|
1534
|
+
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1529
1535
|
// ListChecks aliases
|
|
1530
1536
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1531
1537
|
// ListChevronsDownUp aliases
|
|
1532
1538
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1533
|
-
// ListCheck aliases
|
|
1534
|
-
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1535
1539
|
// ListChevronsUpDown aliases
|
|
1536
1540
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1537
1541
|
// ListCollapse aliases
|
|
@@ -1546,10 +1550,10 @@ export { default as ListFilterIcon } from '../icons/list-filter';
|
|
|
1546
1550
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1547
1551
|
// ListMusic aliases
|
|
1548
1552
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1549
|
-
// ListOrdered aliases
|
|
1550
|
-
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1551
1553
|
// ListPlus aliases
|
|
1552
1554
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1555
|
+
// ListOrdered aliases
|
|
1556
|
+
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1553
1557
|
// ListRestart aliases
|
|
1554
1558
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1555
1559
|
// ListStart aliases
|
|
@@ -1558,48 +1562,50 @@ export { default as ListStartIcon } from '../icons/list-start';
|
|
|
1558
1562
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1559
1563
|
// ListTree aliases
|
|
1560
1564
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1561
|
-
// ListVideo aliases
|
|
1562
|
-
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1563
1565
|
// ListX aliases
|
|
1564
1566
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1567
|
+
// ListVideo aliases
|
|
1568
|
+
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1565
1569
|
// List aliases
|
|
1566
1570
|
export { default as ListIcon } from '../icons/list';
|
|
1567
1571
|
// LoaderPinwheel aliases
|
|
1568
1572
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1569
1573
|
// Loader aliases
|
|
1570
1574
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1575
|
+
// Locate aliases
|
|
1576
|
+
export { default as LocateIcon } from '../icons/locate';
|
|
1571
1577
|
// LocateFixed aliases
|
|
1572
1578
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1573
|
-
// LockKeyhole aliases
|
|
1574
|
-
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1575
1579
|
// LocateOff aliases
|
|
1576
1580
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1581
|
+
// LockKeyhole aliases
|
|
1582
|
+
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1577
1583
|
// Lock aliases
|
|
1578
1584
|
export { default as LockIcon } from '../icons/lock';
|
|
1579
|
-
//
|
|
1580
|
-
export { default as
|
|
1585
|
+
// LogIn aliases
|
|
1586
|
+
export { default as LogInIcon } from '../icons/log-in';
|
|
1581
1587
|
// LogOut aliases
|
|
1582
1588
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1583
1589
|
// Logs aliases
|
|
1584
1590
|
export { default as LogsIcon } from '../icons/logs';
|
|
1585
|
-
// LogIn aliases
|
|
1586
|
-
export { default as LogInIcon } from '../icons/log-in';
|
|
1587
1591
|
// Lollipop aliases
|
|
1588
1592
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1589
|
-
// MailCheck aliases
|
|
1590
|
-
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1591
|
-
// Magnet aliases
|
|
1592
|
-
export { default as MagnetIcon } from '../icons/magnet';
|
|
1593
1593
|
// Luggage aliases
|
|
1594
1594
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1595
|
+
// Magnet aliases
|
|
1596
|
+
export { default as MagnetIcon } from '../icons/magnet';
|
|
1595
1597
|
// MailMinus aliases
|
|
1596
1598
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1599
|
+
// MailCheck aliases
|
|
1600
|
+
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1597
1601
|
// MailOpen aliases
|
|
1598
1602
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1599
1603
|
// MailPlus aliases
|
|
1600
1604
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1601
1605
|
// MailSearch aliases
|
|
1602
1606
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1607
|
+
// Mail aliases
|
|
1608
|
+
export { default as MailIcon } from '../icons/mail';
|
|
1603
1609
|
// MailWarning aliases
|
|
1604
1610
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1605
1611
|
// MailX aliases
|
|
@@ -1608,36 +1614,34 @@ export { default as MailXIcon } from '../icons/mail-x';
|
|
|
1608
1614
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1609
1615
|
// Mails aliases
|
|
1610
1616
|
export { default as MailsIcon } from '../icons/mails';
|
|
1611
|
-
// Mail aliases
|
|
1612
|
-
export { default as MailIcon } from '../icons/mail';
|
|
1613
1617
|
// MapMinus aliases
|
|
1614
1618
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1615
1619
|
// MapPinCheckInside aliases
|
|
1616
1620
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1617
1621
|
// MapPinCheck aliases
|
|
1618
1622
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1619
|
-
// MapPinMinusInside aliases
|
|
1620
|
-
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1621
|
-
// MapPinOff aliases
|
|
1622
|
-
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1623
1623
|
// MapPinHouse aliases
|
|
1624
1624
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1625
|
+
// MapPinMinusInside aliases
|
|
1626
|
+
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1625
1627
|
// MapPinMinus aliases
|
|
1626
1628
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1629
|
+
// MapPinOff aliases
|
|
1630
|
+
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1627
1631
|
// MapPinPlusInside aliases
|
|
1628
1632
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1629
|
-
// MapPinXInside aliases
|
|
1630
|
-
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1631
1633
|
// MapPinPlus aliases
|
|
1632
1634
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1635
|
+
// MapPinXInside aliases
|
|
1636
|
+
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1637
|
+
// MapPin aliases
|
|
1638
|
+
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1633
1639
|
// MapPinX aliases
|
|
1634
1640
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1635
1641
|
// MapPinned aliases
|
|
1636
1642
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1637
1643
|
// MapPlus aliases
|
|
1638
1644
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1639
|
-
// MapPin aliases
|
|
1640
|
-
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1641
1645
|
// Map aliases
|
|
1642
1646
|
export { default as MapIcon } from '../icons/map';
|
|
1643
1647
|
// MarsStroke aliases
|
|
@@ -1652,32 +1656,32 @@ export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
|
1652
1656
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1653
1657
|
// Medal aliases
|
|
1654
1658
|
export { default as MedalIcon } from '../icons/medal';
|
|
1655
|
-
// MegaphoneOff aliases
|
|
1656
|
-
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1657
1659
|
// Megaphone aliases
|
|
1658
1660
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1661
|
+
// MegaphoneOff aliases
|
|
1662
|
+
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1659
1663
|
// Meh aliases
|
|
1660
1664
|
export { default as MehIcon } from '../icons/meh';
|
|
1661
|
-
// Merge aliases
|
|
1662
|
-
export { default as MergeIcon } from '../icons/merge';
|
|
1663
1665
|
// MemoryStick aliases
|
|
1664
1666
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1665
1667
|
// Menu aliases
|
|
1666
1668
|
export { default as MenuIcon } from '../icons/menu';
|
|
1669
|
+
// Merge aliases
|
|
1670
|
+
export { default as MergeIcon } from '../icons/merge';
|
|
1667
1671
|
// MessageCircleCode aliases
|
|
1668
1672
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1669
1673
|
// MessageCircleDashed aliases
|
|
1670
1674
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1671
|
-
// MessageCircleHeart aliases
|
|
1672
|
-
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1673
|
-
// MessageCircleOff aliases
|
|
1674
|
-
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1675
1675
|
// MessageCircleMore aliases
|
|
1676
1676
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1677
|
-
//
|
|
1678
|
-
export { default as
|
|
1677
|
+
// MessageCircleOff aliases
|
|
1678
|
+
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1679
1679
|
// MessageCirclePlus aliases
|
|
1680
1680
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1681
|
+
// MessageCircleHeart aliases
|
|
1682
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1683
|
+
// MessageCircleReply aliases
|
|
1684
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1681
1685
|
// MessageCircleWarning aliases
|
|
1682
1686
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1683
1687
|
// MessageCircleX aliases
|
|
@@ -1686,12 +1690,12 @@ export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
|
1686
1690
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1687
1691
|
// MessageSquareCode aliases
|
|
1688
1692
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1689
|
-
// MessageSquareDashed aliases
|
|
1690
|
-
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1691
1693
|
// MessageSquareDiff aliases
|
|
1692
1694
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1693
1695
|
// MessageSquareDot aliases
|
|
1694
1696
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1697
|
+
// MessageSquareDashed aliases
|
|
1698
|
+
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1695
1699
|
// MessageSquareHeart aliases
|
|
1696
1700
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1697
1701
|
// MessageSquareLock aliases
|
|
@@ -1708,6 +1712,8 @@ export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
|
1708
1712
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1709
1713
|
// MessageSquareShare aliases
|
|
1710
1714
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1715
|
+
// MessageSquareWarning aliases
|
|
1716
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1711
1717
|
// MessageSquareText aliases
|
|
1712
1718
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1713
1719
|
// MessageSquareX aliases
|
|
@@ -1716,56 +1722,54 @@ export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
|
1716
1722
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1717
1723
|
// MessagesSquare aliases
|
|
1718
1724
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1719
|
-
// MessageSquareWarning aliases
|
|
1720
|
-
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1721
|
-
// Microchip aliases
|
|
1722
|
-
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1723
1725
|
// MicOff aliases
|
|
1724
1726
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1725
1727
|
// Mic aliases
|
|
1726
1728
|
export { default as MicIcon } from '../icons/mic';
|
|
1727
1729
|
// Microscope aliases
|
|
1728
1730
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1731
|
+
// Microchip aliases
|
|
1732
|
+
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1729
1733
|
// Microwave aliases
|
|
1730
1734
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1731
1735
|
// Milestone aliases
|
|
1732
1736
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1737
|
+
// Milk aliases
|
|
1738
|
+
export { default as MilkIcon } from '../icons/milk';
|
|
1733
1739
|
// MilkOff aliases
|
|
1734
1740
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1735
1741
|
// Minimize2 aliases
|
|
1736
1742
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1737
1743
|
// Minimize aliases
|
|
1738
1744
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1739
|
-
// Milk aliases
|
|
1740
|
-
export { default as MilkIcon } from '../icons/milk';
|
|
1741
1745
|
// Minus aliases
|
|
1742
1746
|
export { default as MinusIcon } from '../icons/minus';
|
|
1743
|
-
// MonitorCheck aliases
|
|
1744
|
-
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1745
1747
|
// MonitorCloud aliases
|
|
1746
1748
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1749
|
+
// MonitorCheck aliases
|
|
1750
|
+
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1747
1751
|
// MonitorCog aliases
|
|
1748
1752
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1749
|
-
// MonitorDot aliases
|
|
1750
|
-
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1751
1753
|
// MonitorOff aliases
|
|
1752
1754
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1755
|
+
// MonitorDot aliases
|
|
1756
|
+
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1753
1757
|
// MonitorDown aliases
|
|
1754
1758
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1759
|
+
// MonitorPlay aliases
|
|
1760
|
+
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1755
1761
|
// MonitorPause aliases
|
|
1756
1762
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1757
1763
|
// MonitorSmartphone aliases
|
|
1758
1764
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1759
|
-
// MonitorSpeaker aliases
|
|
1760
|
-
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1761
|
-
// MonitorPlay aliases
|
|
1762
|
-
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1763
|
-
// MonitorUp aliases
|
|
1764
|
-
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1765
1765
|
// MonitorStop aliases
|
|
1766
1766
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1767
|
+
// MonitorSpeaker aliases
|
|
1768
|
+
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1767
1769
|
// MonitorX aliases
|
|
1768
1770
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1771
|
+
// MonitorUp aliases
|
|
1772
|
+
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1769
1773
|
// Monitor aliases
|
|
1770
1774
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1771
1775
|
// MoonStar aliases
|
|
@@ -1774,12 +1778,12 @@ export { default as MoonStarIcon } from '../icons/moon-star';
|
|
|
1774
1778
|
export { default as MoonIcon } from '../icons/moon';
|
|
1775
1779
|
// Motorbike aliases
|
|
1776
1780
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1781
|
+
// MountainSnow aliases
|
|
1782
|
+
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1777
1783
|
// Mountain aliases
|
|
1778
1784
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1779
1785
|
// MouseOff aliases
|
|
1780
1786
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1781
|
-
// MountainSnow aliases
|
|
1782
|
-
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1783
1787
|
// MousePointer2Off aliases
|
|
1784
1788
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1785
1789
|
// MousePointer2 aliases
|
|
@@ -1798,10 +1802,10 @@ export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
|
1798
1802
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1799
1803
|
// MoveDownLeft aliases
|
|
1800
1804
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1801
|
-
// MoveDown aliases
|
|
1802
|
-
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1803
1805
|
// MoveDownRight aliases
|
|
1804
1806
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1807
|
+
// MoveDown aliases
|
|
1808
|
+
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1805
1809
|
// MoveHorizontal aliases
|
|
1806
1810
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1807
1811
|
// MoveLeft aliases
|
|
@@ -1816,12 +1820,12 @@ export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
|
1816
1820
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1817
1821
|
// MoveVertical aliases
|
|
1818
1822
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1823
|
+
// Music3 aliases
|
|
1824
|
+
export { default as Music3Icon } from '../icons/music-3';
|
|
1819
1825
|
// Move aliases
|
|
1820
1826
|
export { default as MoveIcon } from '../icons/move';
|
|
1821
1827
|
// Music2 aliases
|
|
1822
1828
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1823
|
-
// Music3 aliases
|
|
1824
|
-
export { default as Music3Icon } from '../icons/music-3';
|
|
1825
1829
|
// Music4 aliases
|
|
1826
1830
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1827
1831
|
// Music aliases
|
|
@@ -1830,18 +1834,18 @@ export { default as MusicIcon } from '../icons/music';
|
|
|
1830
1834
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1831
1835
|
// Navigation2Off aliases
|
|
1832
1836
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1833
|
-
// NavigationOff aliases
|
|
1834
|
-
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1835
1837
|
// Navigation aliases
|
|
1836
1838
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1839
|
+
// NavigationOff aliases
|
|
1840
|
+
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1837
1841
|
// Network aliases
|
|
1838
1842
|
export { default as NetworkIcon } from '../icons/network';
|
|
1839
|
-
// Nfc aliases
|
|
1840
|
-
export { default as NfcIcon } from '../icons/nfc';
|
|
1841
1843
|
// Newspaper aliases
|
|
1842
1844
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1843
1845
|
// NonBinary aliases
|
|
1844
1846
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1847
|
+
// Nfc aliases
|
|
1848
|
+
export { default as NfcIcon } from '../icons/nfc';
|
|
1845
1849
|
// NotebookPen aliases
|
|
1846
1850
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1847
1851
|
// NotebookTabs aliases
|
|
@@ -1850,12 +1854,12 @@ export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
|
1850
1854
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1851
1855
|
// Notebook aliases
|
|
1852
1856
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1853
|
-
// NotepadTextDashed aliases
|
|
1854
|
-
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1855
1857
|
// NotepadText aliases
|
|
1856
1858
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1857
1859
|
// Nut aliases
|
|
1858
1860
|
export { default as NutIcon } from '../icons/nut';
|
|
1861
|
+
// NotepadTextDashed aliases
|
|
1862
|
+
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1859
1863
|
// NutOff aliases
|
|
1860
1864
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1861
1865
|
// OctagonMinus aliases
|
|
@@ -1868,42 +1872,42 @@ export { default as OmegaIcon } from '../icons/omega';
|
|
|
1868
1872
|
export { default as OptionIcon } from '../icons/option';
|
|
1869
1873
|
// Orbit aliases
|
|
1870
1874
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1871
|
-
// Origami aliases
|
|
1872
|
-
export { default as OrigamiIcon } from '../icons/origami';
|
|
1873
1875
|
// Package2 aliases
|
|
1874
1876
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1877
|
+
// Origami aliases
|
|
1878
|
+
export { default as OrigamiIcon } from '../icons/origami';
|
|
1875
1879
|
// PackageCheck aliases
|
|
1876
1880
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1877
1881
|
// PackageMinus aliases
|
|
1878
1882
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1879
|
-
// PackageOpen aliases
|
|
1880
|
-
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1881
1883
|
// PackagePlus aliases
|
|
1882
1884
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1885
|
+
// PackageOpen aliases
|
|
1886
|
+
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1883
1887
|
// PackageSearch aliases
|
|
1884
1888
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1885
1889
|
// PackageX aliases
|
|
1886
1890
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1887
|
-
// Package aliases
|
|
1888
|
-
export { default as PackageIcon } from '../icons/package';
|
|
1889
1891
|
// PaintBucket aliases
|
|
1890
1892
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1893
|
+
// Package aliases
|
|
1894
|
+
export { default as PackageIcon } from '../icons/package';
|
|
1891
1895
|
// PaintRoller aliases
|
|
1892
1896
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1893
|
-
// Paintbrush aliases
|
|
1894
|
-
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1895
1897
|
// Palette aliases
|
|
1896
1898
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1897
|
-
//
|
|
1898
|
-
export { default as
|
|
1899
|
-
// PanelBottom aliases
|
|
1900
|
-
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1899
|
+
// Paintbrush aliases
|
|
1900
|
+
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1901
1901
|
// Panda aliases
|
|
1902
1902
|
export { default as PandaIcon } from '../icons/panda';
|
|
1903
|
+
// PanelBottomClose aliases
|
|
1904
|
+
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1903
1905
|
// PanelBottomOpen aliases
|
|
1904
1906
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1905
1907
|
// PanelLeftRightDashed aliases
|
|
1906
1908
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1909
|
+
// PanelBottom aliases
|
|
1910
|
+
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1907
1911
|
// PanelRightClose aliases
|
|
1908
1912
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1909
1913
|
// PanelRightOpen aliases
|
|
@@ -1924,64 +1928,64 @@ export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
|
1924
1928
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1925
1929
|
// Paperclip aliases
|
|
1926
1930
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1927
|
-
// Parentheses aliases
|
|
1928
|
-
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1929
1931
|
// ParkingMeter aliases
|
|
1930
1932
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1933
|
+
// Parentheses aliases
|
|
1934
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1931
1935
|
// PartyPopper aliases
|
|
1932
1936
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1933
1937
|
// Pause aliases
|
|
1934
1938
|
export { default as PauseIcon } from '../icons/pause';
|
|
1935
|
-
// PawPrint aliases
|
|
1936
|
-
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1937
1939
|
// PcCase aliases
|
|
1938
1940
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1941
|
+
// PawPrint aliases
|
|
1942
|
+
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1939
1943
|
// PenOff aliases
|
|
1940
1944
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1941
|
-
// PencilLine aliases
|
|
1942
|
-
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1943
1945
|
// PenTool aliases
|
|
1944
1946
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1947
|
+
// PencilLine aliases
|
|
1948
|
+
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1945
1949
|
// PencilRuler aliases
|
|
1946
1950
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1947
1951
|
// PencilOff aliases
|
|
1948
1952
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1949
1953
|
// Pencil aliases
|
|
1950
1954
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1955
|
+
// Percent aliases
|
|
1956
|
+
export { default as PercentIcon } from '../icons/percent';
|
|
1951
1957
|
// Pentagon aliases
|
|
1952
1958
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1959
|
+
// PhilippinePeso aliases
|
|
1960
|
+
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1953
1961
|
// PersonStanding aliases
|
|
1954
1962
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1955
|
-
// Percent aliases
|
|
1956
|
-
export { default as PercentIcon } from '../icons/percent';
|
|
1957
1963
|
// PhoneCall aliases
|
|
1958
1964
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1959
|
-
// PhilippinePeso aliases
|
|
1960
|
-
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1961
1965
|
// PhoneForwarded aliases
|
|
1962
1966
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1963
1967
|
// PhoneIncoming aliases
|
|
1964
1968
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1965
1969
|
// PhoneOff aliases
|
|
1966
1970
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1967
|
-
// PhoneOutgoing aliases
|
|
1968
|
-
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1969
1971
|
// PhoneMissed aliases
|
|
1970
1972
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1971
|
-
//
|
|
1972
|
-
export { default as
|
|
1973
|
+
// PhoneOutgoing aliases
|
|
1974
|
+
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1973
1975
|
// Phone aliases
|
|
1974
1976
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1975
|
-
// Piano aliases
|
|
1976
|
-
export { default as PianoIcon } from '../icons/piano';
|
|
1977
1977
|
// Pickaxe aliases
|
|
1978
1978
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1979
|
+
// Piano aliases
|
|
1980
|
+
export { default as PianoIcon } from '../icons/piano';
|
|
1981
|
+
// Pi aliases
|
|
1982
|
+
export { default as PiIcon } from '../icons/pi';
|
|
1979
1983
|
// PictureInPicture2 aliases
|
|
1980
1984
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1981
|
-
// PiggyBank aliases
|
|
1982
|
-
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1983
1985
|
// PictureInPicture aliases
|
|
1984
1986
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1987
|
+
// PiggyBank aliases
|
|
1988
|
+
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1985
1989
|
// PilcrowLeft aliases
|
|
1986
1990
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1987
1991
|
// PilcrowRight aliases
|
|
@@ -1994,12 +1998,12 @@ export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
|
1994
1998
|
export { default as PillIcon } from '../icons/pill';
|
|
1995
1999
|
// PinOff aliases
|
|
1996
2000
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2001
|
+
// Pipette aliases
|
|
2002
|
+
export { default as PipetteIcon } from '../icons/pipette';
|
|
1997
2003
|
// Pin aliases
|
|
1998
2004
|
export { default as PinIcon } from '../icons/pin';
|
|
1999
2005
|
// Pizza aliases
|
|
2000
2006
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2001
|
-
// Pipette aliases
|
|
2002
|
-
export { default as PipetteIcon } from '../icons/pipette';
|
|
2003
2007
|
// PlaneLanding aliases
|
|
2004
2008
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2005
2009
|
// PlaneTakeoff aliases
|
|
@@ -2012,62 +2016,62 @@ export { default as PlayIcon } from '../icons/play';
|
|
|
2012
2016
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2013
2017
|
// Plug aliases
|
|
2014
2018
|
export { default as PlugIcon } from '../icons/plug';
|
|
2015
|
-
// PocketKnife aliases
|
|
2016
|
-
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2017
2019
|
// Plus aliases
|
|
2018
2020
|
export { default as PlusIcon } from '../icons/plus';
|
|
2021
|
+
// PocketKnife aliases
|
|
2022
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2019
2023
|
// Pocket aliases
|
|
2020
2024
|
export { default as PocketIcon } from '../icons/pocket';
|
|
2021
2025
|
// Podcast aliases
|
|
2022
2026
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2023
|
-
// Pointer aliases
|
|
2024
|
-
export { default as PointerIcon } from '../icons/pointer';
|
|
2025
2027
|
// PointerOff aliases
|
|
2026
2028
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2027
|
-
//
|
|
2028
|
-
export { default as
|
|
2029
|
+
// Pointer aliases
|
|
2030
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
2029
2031
|
// Popcorn aliases
|
|
2030
2032
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2031
|
-
//
|
|
2032
|
-
export { default as
|
|
2033
|
+
// Popsicle aliases
|
|
2034
|
+
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2033
2035
|
// PoundSterling aliases
|
|
2034
2036
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2037
|
+
// PowerOff aliases
|
|
2038
|
+
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2035
2039
|
// Power aliases
|
|
2036
2040
|
export { default as PowerIcon } from '../icons/power';
|
|
2041
|
+
// Presentation aliases
|
|
2042
|
+
export { default as PresentationIcon } from '../icons/presentation';
|
|
2037
2043
|
// PrinterCheck aliases
|
|
2038
2044
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2039
2045
|
// PrinterX aliases
|
|
2040
2046
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2041
|
-
// Presentation aliases
|
|
2042
|
-
export { default as PresentationIcon } from '../icons/presentation';
|
|
2043
|
-
// Printer aliases
|
|
2044
|
-
export { default as PrinterIcon } from '../icons/printer';
|
|
2045
2047
|
// Projector aliases
|
|
2046
2048
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2049
|
+
// Printer aliases
|
|
2050
|
+
export { default as PrinterIcon } from '../icons/printer';
|
|
2047
2051
|
// Proportions aliases
|
|
2048
2052
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2049
2053
|
// Puzzle aliases
|
|
2050
2054
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2051
|
-
// QrCode aliases
|
|
2052
|
-
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2053
2055
|
// Pyramid aliases
|
|
2054
2056
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2057
|
+
// QrCode aliases
|
|
2058
|
+
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2055
2059
|
// Quote aliases
|
|
2056
2060
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2057
|
-
// Rabbit aliases
|
|
2058
|
-
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2059
2061
|
// Radar aliases
|
|
2060
2062
|
export { default as RadarIcon } from '../icons/radar';
|
|
2063
|
+
// Rabbit aliases
|
|
2064
|
+
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2061
2065
|
// Radiation aliases
|
|
2062
2066
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2063
2067
|
// Radical aliases
|
|
2064
2068
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2065
2069
|
// RadioTower aliases
|
|
2066
2070
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2067
|
-
// RadioReceiver aliases
|
|
2068
|
-
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2069
2071
|
// Radio aliases
|
|
2070
2072
|
export { default as RadioIcon } from '../icons/radio';
|
|
2073
|
+
// RadioReceiver aliases
|
|
2074
|
+
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2071
2075
|
// Radius aliases
|
|
2072
2076
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2073
2077
|
// RailSymbol aliases
|
|
@@ -2080,12 +2084,12 @@ export { default as RatIcon } from '../icons/rat';
|
|
|
2080
2084
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2081
2085
|
// ReceiptCent aliases
|
|
2082
2086
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2083
|
-
// ReceiptEuro aliases
|
|
2084
|
-
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2085
2087
|
// ReceiptIndianRupee aliases
|
|
2086
2088
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2087
2089
|
// ReceiptJapaneseYen aliases
|
|
2088
2090
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2091
|
+
// ReceiptEuro aliases
|
|
2092
|
+
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2089
2093
|
// ReceiptPoundSterling aliases
|
|
2090
2094
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2091
2095
|
// ReceiptRussianRuble aliases
|
|
@@ -2100,60 +2104,60 @@ export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira
|
|
|
2100
2104
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2101
2105
|
// RectangleCircle aliases
|
|
2102
2106
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2103
|
-
// RectangleGoggles aliases
|
|
2104
|
-
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2105
2107
|
// RectangleHorizontal aliases
|
|
2106
2108
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2107
|
-
//
|
|
2108
|
-
export { default as
|
|
2109
|
+
// RectangleGoggles aliases
|
|
2110
|
+
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2109
2111
|
// Recycle aliases
|
|
2110
2112
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2111
2113
|
// RectangleVertical aliases
|
|
2112
2114
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2115
|
+
// Redo2 aliases
|
|
2116
|
+
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2113
2117
|
// RedoDot aliases
|
|
2114
2118
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2115
2119
|
// Redo aliases
|
|
2116
2120
|
export { default as RedoIcon } from '../icons/redo';
|
|
2121
|
+
// RefreshCcw aliases
|
|
2122
|
+
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2117
2123
|
// RefreshCcwDot aliases
|
|
2118
2124
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2119
2125
|
// RefreshCwOff aliases
|
|
2120
2126
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2121
|
-
// RefreshCcw aliases
|
|
2122
|
-
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2123
2127
|
// RefreshCw aliases
|
|
2124
2128
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2125
|
-
// Regex aliases
|
|
2126
|
-
export { default as RegexIcon } from '../icons/regex';
|
|
2127
2129
|
// Refrigerator aliases
|
|
2128
2130
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2129
|
-
//
|
|
2130
|
-
export { default as
|
|
2131
|
+
// Regex aliases
|
|
2132
|
+
export { default as RegexIcon } from '../icons/regex';
|
|
2131
2133
|
// RemoveFormatting aliases
|
|
2132
2134
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2135
|
+
// Repeat1 aliases
|
|
2136
|
+
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2133
2137
|
// Repeat2 aliases
|
|
2134
2138
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2139
|
+
// Repeat aliases
|
|
2140
|
+
export { default as RepeatIcon } from '../icons/repeat';
|
|
2135
2141
|
// ReplaceAll aliases
|
|
2136
2142
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2143
|
+
// Reply aliases
|
|
2144
|
+
export { default as ReplyIcon } from '../icons/reply';
|
|
2137
2145
|
// Replace aliases
|
|
2138
2146
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2139
|
-
// Repeat aliases
|
|
2140
|
-
export { default as RepeatIcon } from '../icons/repeat';
|
|
2141
2147
|
// ReplyAll aliases
|
|
2142
2148
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2143
|
-
// Reply aliases
|
|
2144
|
-
export { default as ReplyIcon } from '../icons/reply';
|
|
2145
2149
|
// Rewind aliases
|
|
2146
2150
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2147
2151
|
// Ribbon aliases
|
|
2148
2152
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2149
|
-
// RockingChair aliases
|
|
2150
|
-
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2151
2153
|
// Rocket aliases
|
|
2152
2154
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2153
|
-
//
|
|
2154
|
-
export { default as
|
|
2155
|
+
// RockingChair aliases
|
|
2156
|
+
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2155
2157
|
// RollerCoaster aliases
|
|
2156
2158
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2159
|
+
// Rose aliases
|
|
2160
|
+
export { default as RoseIcon } from '../icons/rose';
|
|
2157
2161
|
// RotateCcwKey aliases
|
|
2158
2162
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2159
2163
|
// RotateCcwSquare aliases
|
|
@@ -2162,16 +2166,16 @@ export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
|
2162
2166
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2163
2167
|
// RotateCwSquare aliases
|
|
2164
2168
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2165
|
-
// RotateCw aliases
|
|
2166
|
-
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2167
2169
|
// RouteOff aliases
|
|
2168
2170
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2171
|
+
// RotateCw aliases
|
|
2172
|
+
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2169
2173
|
// Route aliases
|
|
2170
2174
|
export { default as RouteIcon } from '../icons/route';
|
|
2171
|
-
// Router aliases
|
|
2172
|
-
export { default as RouterIcon } from '../icons/router';
|
|
2173
2175
|
// Rows4 aliases
|
|
2174
2176
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2177
|
+
// Router aliases
|
|
2178
|
+
export { default as RouterIcon } from '../icons/router';
|
|
2175
2179
|
// Rss aliases
|
|
2176
2180
|
export { default as RssIcon } from '../icons/rss';
|
|
2177
2181
|
// RulerDimensionLine aliases
|
|
@@ -2184,12 +2188,12 @@ export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
|
2184
2188
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2185
2189
|
// Salad aliases
|
|
2186
2190
|
export { default as SaladIcon } from '../icons/salad';
|
|
2191
|
+
// Sandwich aliases
|
|
2192
|
+
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2187
2193
|
// SatelliteDish aliases
|
|
2188
2194
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2189
2195
|
// Satellite aliases
|
|
2190
2196
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2191
|
-
// Sandwich aliases
|
|
2192
|
-
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2193
2197
|
// SaudiRiyal aliases
|
|
2194
2198
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2195
2199
|
// SaveAll aliases
|
|
@@ -2198,14 +2202,14 @@ export { default as SaveAllIcon } from '../icons/save-all';
|
|
|
2198
2202
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2199
2203
|
// Save aliases
|
|
2200
2204
|
export { default as SaveIcon } from '../icons/save';
|
|
2201
|
-
// Scaling aliases
|
|
2202
|
-
export { default as ScalingIcon } from '../icons/scaling';
|
|
2203
2205
|
// Scale aliases
|
|
2204
2206
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2205
|
-
//
|
|
2206
|
-
export { default as
|
|
2207
|
+
// Scaling aliases
|
|
2208
|
+
export { default as ScalingIcon } from '../icons/scaling';
|
|
2207
2209
|
// ScanEye aliases
|
|
2208
2210
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2211
|
+
// ScanBarcode aliases
|
|
2212
|
+
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2209
2213
|
// ScanFace aliases
|
|
2210
2214
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2211
2215
|
// ScanHeart aliases
|
|
@@ -2214,22 +2218,22 @@ export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
|
2214
2218
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2215
2219
|
// ScanQrCode aliases
|
|
2216
2220
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2217
|
-
// ScanText aliases
|
|
2218
|
-
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2219
2221
|
// ScanSearch aliases
|
|
2220
2222
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2221
|
-
//
|
|
2222
|
-
export { default as
|
|
2223
|
+
// ScanText aliases
|
|
2224
|
+
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2223
2225
|
// Scan aliases
|
|
2224
2226
|
export { default as ScanIcon } from '../icons/scan';
|
|
2225
|
-
//
|
|
2226
|
-
export { default as
|
|
2227
|
-
// Scooter aliases
|
|
2228
|
-
export { default as ScooterIcon } from '../icons/scooter';
|
|
2227
|
+
// School aliases
|
|
2228
|
+
export { default as SchoolIcon } from '../icons/school';
|
|
2229
2229
|
// ScissorsLineDashed aliases
|
|
2230
2230
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2231
|
+
// Scooter aliases
|
|
2232
|
+
export { default as ScooterIcon } from '../icons/scooter';
|
|
2231
2233
|
// ScreenShareOff aliases
|
|
2232
2234
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2235
|
+
// Scissors aliases
|
|
2236
|
+
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2233
2237
|
// ScreenShare aliases
|
|
2234
2238
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2235
2239
|
// ScrollText aliases
|
|
@@ -2238,10 +2242,10 @@ export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
|
2238
2242
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2239
2243
|
// SearchAlert aliases
|
|
2240
2244
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2241
|
-
// SearchCode aliases
|
|
2242
|
-
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2243
2245
|
// SearchCheck aliases
|
|
2244
2246
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2247
|
+
// SearchCode aliases
|
|
2248
|
+
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2245
2249
|
// SearchSlash aliases
|
|
2246
2250
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2247
2251
|
// SearchX aliases
|
|
@@ -2252,58 +2256,58 @@ export { default as SearchIcon } from '../icons/search';
|
|
|
2252
2256
|
export { default as SectionIcon } from '../icons/section';
|
|
2253
2257
|
// SendToBack aliases
|
|
2254
2258
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2255
|
-
// SeparatorVertical aliases
|
|
2256
|
-
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2257
2259
|
// Send aliases
|
|
2258
2260
|
export { default as SendIcon } from '../icons/send';
|
|
2261
|
+
// SeparatorHorizontal aliases
|
|
2262
|
+
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2263
|
+
// SeparatorVertical aliases
|
|
2264
|
+
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2259
2265
|
// ServerCog aliases
|
|
2260
2266
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2261
2267
|
// ServerCrash aliases
|
|
2262
2268
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2263
|
-
// SeparatorHorizontal aliases
|
|
2264
|
-
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2265
2269
|
// ServerOff aliases
|
|
2266
2270
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2267
|
-
// Settings2 aliases
|
|
2268
|
-
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2269
2271
|
// Server aliases
|
|
2270
2272
|
export { default as ServerIcon } from '../icons/server';
|
|
2271
|
-
//
|
|
2272
|
-
export { default as
|
|
2273
|
+
// Settings2 aliases
|
|
2274
|
+
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2273
2275
|
// Settings aliases
|
|
2274
2276
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2275
2277
|
// Shapes aliases
|
|
2276
2278
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2279
|
+
// Share2 aliases
|
|
2280
|
+
export { default as Share2Icon } from '../icons/share-2';
|
|
2277
2281
|
// Share aliases
|
|
2278
2282
|
export { default as ShareIcon } from '../icons/share';
|
|
2279
2283
|
// Sheet aliases
|
|
2280
2284
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2281
|
-
// ShieldAlert aliases
|
|
2282
|
-
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2283
|
-
// ShieldCheck aliases
|
|
2284
|
-
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2285
2285
|
// Shell aliases
|
|
2286
2286
|
export { default as ShellIcon } from '../icons/shell';
|
|
2287
|
+
// ShieldAlert aliases
|
|
2288
|
+
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2287
2289
|
// ShieldBan aliases
|
|
2288
2290
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2289
2291
|
// ShieldEllipsis aliases
|
|
2290
2292
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2291
|
-
//
|
|
2292
|
-
export { default as
|
|
2293
|
+
// ShieldCheck aliases
|
|
2294
|
+
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2293
2295
|
// ShieldMinus aliases
|
|
2294
2296
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2297
|
+
// ShieldHalf aliases
|
|
2298
|
+
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2295
2299
|
// ShieldOff aliases
|
|
2296
2300
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2297
|
-
// ShieldUser aliases
|
|
2298
|
-
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2299
2301
|
// ShieldPlus aliases
|
|
2300
2302
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2301
|
-
//
|
|
2302
|
-
export { default as
|
|
2303
|
+
// ShieldUser aliases
|
|
2304
|
+
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2303
2305
|
// Shield aliases
|
|
2304
2306
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2305
2307
|
// Ship aliases
|
|
2306
2308
|
export { default as ShipIcon } from '../icons/ship';
|
|
2309
|
+
// ShipWheel aliases
|
|
2310
|
+
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2307
2311
|
// Shirt aliases
|
|
2308
2312
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2309
2313
|
// ShoppingBag aliases
|
|
@@ -2312,10 +2316,10 @@ export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
|
2312
2316
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2313
2317
|
// ShoppingCart aliases
|
|
2314
2318
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2315
|
-
// Shovel aliases
|
|
2316
|
-
export { default as ShovelIcon } from '../icons/shovel';
|
|
2317
2319
|
// ShowerHead aliases
|
|
2318
2320
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2321
|
+
// Shovel aliases
|
|
2322
|
+
export { default as ShovelIcon } from '../icons/shovel';
|
|
2319
2323
|
// Shredder aliases
|
|
2320
2324
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2321
2325
|
// Shrimp aliases
|
|
@@ -2326,36 +2330,36 @@ export { default as ShrinkIcon } from '../icons/shrink';
|
|
|
2326
2330
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2327
2331
|
// Shuffle aliases
|
|
2328
2332
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2333
|
+
// SignalHigh aliases
|
|
2334
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2329
2335
|
// Sigma aliases
|
|
2330
2336
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2331
2337
|
// SignalLow aliases
|
|
2332
2338
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2333
|
-
// SignalHigh aliases
|
|
2334
|
-
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2335
2339
|
// SignalMedium aliases
|
|
2336
2340
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2337
2341
|
// SignalZero aliases
|
|
2338
2342
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2339
|
-
// Signature aliases
|
|
2340
|
-
export { default as SignatureIcon } from '../icons/signature';
|
|
2341
2343
|
// Signal aliases
|
|
2342
2344
|
export { default as SignalIcon } from '../icons/signal';
|
|
2345
|
+
// Signature aliases
|
|
2346
|
+
export { default as SignatureIcon } from '../icons/signature';
|
|
2343
2347
|
// SignpostBig aliases
|
|
2344
2348
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2345
2349
|
// Signpost aliases
|
|
2346
2350
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2347
2351
|
// Siren aliases
|
|
2348
2352
|
export { default as SirenIcon } from '../icons/siren';
|
|
2349
|
-
// SkipBack aliases
|
|
2350
|
-
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2351
2353
|
// SkipForward aliases
|
|
2352
2354
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2353
|
-
//
|
|
2354
|
-
export { default as
|
|
2355
|
+
// SkipBack aliases
|
|
2356
|
+
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2355
2357
|
// Skull aliases
|
|
2356
2358
|
export { default as SkullIcon } from '../icons/skull';
|
|
2357
2359
|
// Slack aliases
|
|
2358
2360
|
export { default as SlackIcon } from '../icons/slack';
|
|
2361
|
+
// Slash aliases
|
|
2362
|
+
export { default as SlashIcon } from '../icons/slash';
|
|
2359
2363
|
// Slice aliases
|
|
2360
2364
|
export { default as SliceIcon } from '../icons/slice';
|
|
2361
2365
|
// SlidersHorizontal aliases
|
|
@@ -2380,42 +2384,42 @@ export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-dro
|
|
|
2380
2384
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2381
2385
|
// SolarPanel aliases
|
|
2382
2386
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2387
|
+
// Sparkle aliases
|
|
2388
|
+
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2383
2389
|
// Soup aliases
|
|
2384
2390
|
export { default as SoupIcon } from '../icons/soup';
|
|
2385
2391
|
// Space aliases
|
|
2386
2392
|
export { default as SpaceIcon } from '../icons/space';
|
|
2387
2393
|
// Spade aliases
|
|
2388
2394
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2389
|
-
// Sparkle aliases
|
|
2390
|
-
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2391
2395
|
// Speaker aliases
|
|
2392
2396
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2393
2397
|
// Speech aliases
|
|
2394
2398
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2399
|
+
// SpellCheck aliases
|
|
2400
|
+
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2395
2401
|
// SpellCheck2 aliases
|
|
2396
2402
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2397
2403
|
// SplinePointer aliases
|
|
2398
2404
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2399
|
-
// SpellCheck aliases
|
|
2400
|
-
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2401
|
-
// Split aliases
|
|
2402
|
-
export { default as SplitIcon } from '../icons/split';
|
|
2403
2405
|
// Spline aliases
|
|
2404
2406
|
export { default as SplineIcon } from '../icons/spline';
|
|
2407
|
+
// Split aliases
|
|
2408
|
+
export { default as SplitIcon } from '../icons/split';
|
|
2409
|
+
// Spool aliases
|
|
2410
|
+
export { default as SpoolIcon } from '../icons/spool';
|
|
2405
2411
|
// Spotlight aliases
|
|
2406
2412
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2407
2413
|
// SprayCan aliases
|
|
2408
2414
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2409
|
-
// Spool aliases
|
|
2410
|
-
export { default as SpoolIcon } from '../icons/spool';
|
|
2411
|
-
// Sprout aliases
|
|
2412
|
-
export { default as SproutIcon } from '../icons/sprout';
|
|
2413
2415
|
// SquareDashedBottomCode aliases
|
|
2414
2416
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2415
|
-
//
|
|
2416
|
-
export { default as
|
|
2417
|
+
// Sprout aliases
|
|
2418
|
+
export { default as SproutIcon } from '../icons/sprout';
|
|
2417
2419
|
// SquareDashedTopSolid aliases
|
|
2418
2420
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2421
|
+
// SquareDashedBottom aliases
|
|
2422
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2419
2423
|
// SquarePause aliases
|
|
2420
2424
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2421
2425
|
// SquareRadical aliases
|
|
@@ -2432,38 +2436,38 @@ export { default as SquareStarIcon } from '../icons/square-star';
|
|
|
2432
2436
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2433
2437
|
// Square aliases
|
|
2434
2438
|
export { default as SquareIcon } from '../icons/square';
|
|
2435
|
-
// SquaresIntersect aliases
|
|
2436
|
-
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2437
2439
|
// SquaresExclude aliases
|
|
2438
2440
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2439
2441
|
// SquaresSubtract aliases
|
|
2440
2442
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2443
|
+
// SquaresIntersect aliases
|
|
2444
|
+
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2441
2445
|
// SquaresUnite aliases
|
|
2442
2446
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2443
|
-
// Squircle aliases
|
|
2444
|
-
export { default as SquircleIcon } from '../icons/squircle';
|
|
2445
2447
|
// SquircleDashed aliases
|
|
2446
2448
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2447
2449
|
// Squirrel aliases
|
|
2448
2450
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2449
2451
|
// Stamp aliases
|
|
2450
2452
|
export { default as StampIcon } from '../icons/stamp';
|
|
2453
|
+
// Squircle aliases
|
|
2454
|
+
export { default as SquircleIcon } from '../icons/squircle';
|
|
2451
2455
|
// StarHalf aliases
|
|
2452
2456
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2453
2457
|
// StarOff aliases
|
|
2454
2458
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2455
|
-
// Star aliases
|
|
2456
|
-
export { default as StarIcon } from '../icons/star';
|
|
2457
2459
|
// StepBack aliases
|
|
2458
2460
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2459
|
-
// Stethoscope aliases
|
|
2460
|
-
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2461
2461
|
// StepForward aliases
|
|
2462
2462
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2463
|
-
//
|
|
2464
|
-
export { default as
|
|
2463
|
+
// Star aliases
|
|
2464
|
+
export { default as StarIcon } from '../icons/star';
|
|
2465
2465
|
// Sticker aliases
|
|
2466
2466
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2467
|
+
// Stethoscope aliases
|
|
2468
|
+
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2469
|
+
// StickyNote aliases
|
|
2470
|
+
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2467
2471
|
// Stone aliases
|
|
2468
2472
|
export { default as StoneIcon } from '../icons/stone';
|
|
2469
2473
|
// Store aliases
|
|
@@ -2478,18 +2482,18 @@ export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
|
2478
2482
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2479
2483
|
// SunDim aliases
|
|
2480
2484
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2481
|
-
// SunMoon aliases
|
|
2482
|
-
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2483
2485
|
// SunMedium aliases
|
|
2484
2486
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2485
|
-
//
|
|
2486
|
-
export { default as
|
|
2487
|
+
// SunMoon aliases
|
|
2488
|
+
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2487
2489
|
// SunSnow aliases
|
|
2488
2490
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2489
|
-
//
|
|
2490
|
-
export { default as
|
|
2491
|
+
// Sun aliases
|
|
2492
|
+
export { default as SunIcon } from '../icons/sun';
|
|
2491
2493
|
// Sunrise aliases
|
|
2492
2494
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2495
|
+
// Sunset aliases
|
|
2496
|
+
export { default as SunsetIcon } from '../icons/sunset';
|
|
2493
2497
|
// Superscript aliases
|
|
2494
2498
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2495
2499
|
// SwatchBook aliases
|
|
@@ -2498,30 +2502,30 @@ export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
|
2498
2502
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2499
2503
|
// SwitchCamera aliases
|
|
2500
2504
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2505
|
+
// Sword aliases
|
|
2506
|
+
export { default as SwordIcon } from '../icons/sword';
|
|
2501
2507
|
// Swords aliases
|
|
2502
2508
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2503
2509
|
// Syringe aliases
|
|
2504
2510
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2505
2511
|
// Table2 aliases
|
|
2506
2512
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2507
|
-
// Sword aliases
|
|
2508
|
-
export { default as SwordIcon } from '../icons/sword';
|
|
2509
2513
|
// TableCellsMerge aliases
|
|
2510
2514
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2511
2515
|
// TableCellsSplit aliases
|
|
2512
2516
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2513
2517
|
// TableColumnsSplit aliases
|
|
2514
2518
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2515
|
-
// TableOfContents aliases
|
|
2516
|
-
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2517
2519
|
// TableProperties aliases
|
|
2518
2520
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2521
|
+
// TableOfContents aliases
|
|
2522
|
+
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2523
|
+
// TableRowsSplit aliases
|
|
2524
|
+
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2519
2525
|
// TabletSmartphone aliases
|
|
2520
2526
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2521
2527
|
// Table aliases
|
|
2522
2528
|
export { default as TableIcon } from '../icons/table';
|
|
2523
|
-
// TableRowsSplit aliases
|
|
2524
|
-
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2525
2529
|
// Tablet aliases
|
|
2526
2530
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2527
2531
|
// Tablets aliases
|
|
@@ -2532,10 +2536,10 @@ export { default as TagIcon } from '../icons/tag';
|
|
|
2532
2536
|
export { default as TagsIcon } from '../icons/tags';
|
|
2533
2537
|
// Tally1 aliases
|
|
2534
2538
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2535
|
-
// Tally2 aliases
|
|
2536
|
-
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2537
2539
|
// Tally3 aliases
|
|
2538
2540
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2541
|
+
// Tally2 aliases
|
|
2542
|
+
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2539
2543
|
// Tally4 aliases
|
|
2540
2544
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2541
2545
|
// Tally5 aliases
|
|
@@ -2548,44 +2552,44 @@ export { default as TargetIcon } from '../icons/target';
|
|
|
2548
2552
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2549
2553
|
// TentTree aliases
|
|
2550
2554
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2551
|
-
// Tent aliases
|
|
2552
|
-
export { default as TentIcon } from '../icons/tent';
|
|
2553
2555
|
// Terminal aliases
|
|
2554
2556
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2557
|
+
// Tent aliases
|
|
2558
|
+
export { default as TentIcon } from '../icons/tent';
|
|
2555
2559
|
// TestTube aliases
|
|
2556
2560
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2557
2561
|
// TestTubes aliases
|
|
2558
2562
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2559
|
-
// TextCursor aliases
|
|
2560
|
-
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2561
2563
|
// TextCursorInput aliases
|
|
2562
2564
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2565
|
+
// TextCursor aliases
|
|
2566
|
+
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2563
2567
|
// TextQuote aliases
|
|
2564
2568
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2565
2569
|
// TextSearch aliases
|
|
2566
2570
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2567
2571
|
// Theater aliases
|
|
2568
2572
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2569
|
-
// ThermometerSun aliases
|
|
2570
|
-
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2571
2573
|
// ThermometerSnowflake aliases
|
|
2572
2574
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2573
|
-
//
|
|
2574
|
-
export { default as
|
|
2575
|
+
// ThermometerSun aliases
|
|
2576
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2575
2577
|
// Thermometer aliases
|
|
2576
2578
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2579
|
+
// ThumbsDown aliases
|
|
2580
|
+
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2577
2581
|
// ThumbsUp aliases
|
|
2578
2582
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2579
2583
|
// TicketCheck aliases
|
|
2580
2584
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2585
|
+
// TicketPlus aliases
|
|
2586
|
+
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2581
2587
|
// TicketMinus aliases
|
|
2582
2588
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2583
2589
|
// TicketPercent aliases
|
|
2584
2590
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2585
2591
|
// TicketSlash aliases
|
|
2586
2592
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2587
|
-
// TicketPlus aliases
|
|
2588
|
-
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2589
2593
|
// TicketX aliases
|
|
2590
2594
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2591
2595
|
// TicketsPlane aliases
|
|
@@ -2602,10 +2606,10 @@ export { default as TimerIcon } from '../icons/timer';
|
|
|
2602
2606
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2603
2607
|
// ToggleLeft aliases
|
|
2604
2608
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2605
|
-
// Toilet aliases
|
|
2606
|
-
export { default as ToiletIcon } from '../icons/toilet';
|
|
2607
2609
|
// ToggleRight aliases
|
|
2608
2610
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2611
|
+
// Toilet aliases
|
|
2612
|
+
export { default as ToiletIcon } from '../icons/toilet';
|
|
2609
2613
|
// ToolCase aliases
|
|
2610
2614
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2611
2615
|
// Toolbox aliases
|
|
@@ -2636,14 +2640,14 @@ export { default as TrainTrackIcon } from '../icons/train-track';
|
|
|
2636
2640
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2637
2641
|
// Trash2 aliases
|
|
2638
2642
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2639
|
-
// Trash aliases
|
|
2640
|
-
export { default as TrashIcon } from '../icons/trash';
|
|
2641
2643
|
// TreeDeciduous aliases
|
|
2642
2644
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2643
|
-
//
|
|
2644
|
-
export { default as
|
|
2645
|
+
// Trash aliases
|
|
2646
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2645
2647
|
// Trees aliases
|
|
2646
2648
|
export { default as TreesIcon } from '../icons/trees';
|
|
2649
|
+
// TreePine aliases
|
|
2650
|
+
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2647
2651
|
// Trello aliases
|
|
2648
2652
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2649
2653
|
// TrendingDown aliases
|
|
@@ -2654,18 +2658,18 @@ export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
|
2654
2658
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2655
2659
|
// TrendingUp aliases
|
|
2656
2660
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2657
|
-
// TriangleRight aliases
|
|
2658
|
-
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2659
2661
|
// Triangle aliases
|
|
2660
2662
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2663
|
+
// TriangleRight aliases
|
|
2664
|
+
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2661
2665
|
// Trophy aliases
|
|
2662
2666
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2663
2667
|
// TruckElectric aliases
|
|
2664
2668
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2665
|
-
// Truck aliases
|
|
2666
|
-
export { default as TruckIcon } from '../icons/truck';
|
|
2667
2669
|
// TurkishLira aliases
|
|
2668
2670
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2671
|
+
// Truck aliases
|
|
2672
|
+
export { default as TruckIcon } from '../icons/truck';
|
|
2669
2673
|
// Turntable aliases
|
|
2670
2674
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2671
2675
|
// Turtle aliases
|
|
@@ -2680,10 +2684,10 @@ export { default as TwitchIcon } from '../icons/twitch';
|
|
|
2680
2684
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2681
2685
|
// Twitter aliases
|
|
2682
2686
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2683
|
-
// Type aliases
|
|
2684
|
-
export { default as TypeIcon } from '../icons/type';
|
|
2685
2687
|
// UmbrellaOff aliases
|
|
2686
2688
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2689
|
+
// Type aliases
|
|
2690
|
+
export { default as TypeIcon } from '../icons/type';
|
|
2687
2691
|
// Umbrella aliases
|
|
2688
2692
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2689
2693
|
// Underline aliases
|
|
@@ -2692,16 +2696,16 @@ export { default as UnderlineIcon } from '../icons/underline';
|
|
|
2692
2696
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2693
2697
|
// UndoDot aliases
|
|
2694
2698
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2695
|
-
// UnfoldHorizontal aliases
|
|
2696
|
-
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2697
2699
|
// Undo aliases
|
|
2698
2700
|
export { default as UndoIcon } from '../icons/undo';
|
|
2701
|
+
// UnfoldHorizontal aliases
|
|
2702
|
+
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2699
2703
|
// UnfoldVertical aliases
|
|
2700
2704
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2701
|
-
// Ungroup aliases
|
|
2702
|
-
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2703
2705
|
// Unlink2 aliases
|
|
2704
2706
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2707
|
+
// Ungroup aliases
|
|
2708
|
+
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2705
2709
|
// Unlink aliases
|
|
2706
2710
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2707
2711
|
// Unplug aliases
|
|
@@ -2710,22 +2714,22 @@ export { default as UnplugIcon } from '../icons/unplug';
|
|
|
2710
2714
|
export { default as UploadIcon } from '../icons/upload';
|
|
2711
2715
|
// Usb aliases
|
|
2712
2716
|
export { default as UsbIcon } from '../icons/usb';
|
|
2713
|
-
// UserCheck aliases
|
|
2714
|
-
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2715
2717
|
// UserCog aliases
|
|
2716
2718
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2719
|
+
// UserCheck aliases
|
|
2720
|
+
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2717
2721
|
// UserKey aliases
|
|
2718
2722
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2719
2723
|
// UserLock aliases
|
|
2720
2724
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2721
|
-
// UserPen aliases
|
|
2722
|
-
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2723
|
-
// UserRoundKey aliases
|
|
2724
|
-
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2725
2725
|
// UserMinus aliases
|
|
2726
2726
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2727
|
+
// UserPen aliases
|
|
2728
|
+
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2727
2729
|
// UserPlus aliases
|
|
2728
2730
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2731
|
+
// UserRoundKey aliases
|
|
2732
|
+
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2729
2733
|
// UserRoundPen aliases
|
|
2730
2734
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2731
2735
|
// UserRoundSearch aliases
|
|
@@ -2734,40 +2738,40 @@ export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
|
2734
2738
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2735
2739
|
// UserStar aliases
|
|
2736
2740
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2737
|
-
// UserX aliases
|
|
2738
|
-
export { default as UserXIcon } from '../icons/user-x';
|
|
2739
2741
|
// User aliases
|
|
2740
2742
|
export { default as UserIcon } from '../icons/user';
|
|
2743
|
+
// UserX aliases
|
|
2744
|
+
export { default as UserXIcon } from '../icons/user-x';
|
|
2741
2745
|
// Users aliases
|
|
2742
2746
|
export { default as UsersIcon } from '../icons/users';
|
|
2743
2747
|
// UtilityPole aliases
|
|
2744
2748
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2745
2749
|
// Van aliases
|
|
2746
2750
|
export { default as VanIcon } from '../icons/van';
|
|
2747
|
-
// Vault aliases
|
|
2748
|
-
export { default as VaultIcon } from '../icons/vault';
|
|
2749
2751
|
// Variable aliases
|
|
2750
2752
|
export { default as VariableIcon } from '../icons/variable';
|
|
2753
|
+
// Vault aliases
|
|
2754
|
+
export { default as VaultIcon } from '../icons/vault';
|
|
2751
2755
|
// VectorSquare aliases
|
|
2752
2756
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2753
|
-
// VenetianMask aliases
|
|
2754
|
-
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2755
2757
|
// Vegan aliases
|
|
2756
2758
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2757
|
-
// Venus aliases
|
|
2758
|
-
export { default as VenusIcon } from '../icons/venus';
|
|
2759
2759
|
// VenusAndMars aliases
|
|
2760
2760
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2761
|
-
//
|
|
2762
|
-
export { default as
|
|
2761
|
+
// VenetianMask aliases
|
|
2762
|
+
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2763
|
+
// Venus aliases
|
|
2764
|
+
export { default as VenusIcon } from '../icons/venus';
|
|
2763
2765
|
// VibrateOff aliases
|
|
2764
2766
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2765
|
-
// Video aliases
|
|
2766
|
-
export { default as VideoIcon } from '../icons/video';
|
|
2767
2767
|
// VideoOff aliases
|
|
2768
2768
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2769
|
+
// Vibrate aliases
|
|
2770
|
+
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2769
2771
|
// Videotape aliases
|
|
2770
2772
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2773
|
+
// Video aliases
|
|
2774
|
+
export { default as VideoIcon } from '../icons/video';
|
|
2771
2775
|
// View aliases
|
|
2772
2776
|
export { default as ViewIcon } from '../icons/view';
|
|
2773
2777
|
// Voicemail aliases
|
|
@@ -2786,42 +2790,42 @@ export { default as VolumeXIcon } from '../icons/volume-x';
|
|
|
2786
2790
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2787
2791
|
// Vote aliases
|
|
2788
2792
|
export { default as VoteIcon } from '../icons/vote';
|
|
2789
|
-
// Wallet aliases
|
|
2790
|
-
export { default as WalletIcon } from '../icons/wallet';
|
|
2791
2793
|
// WalletCards aliases
|
|
2792
2794
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2795
|
+
// Wallet aliases
|
|
2796
|
+
export { default as WalletIcon } from '../icons/wallet';
|
|
2793
2797
|
// Wallpaper aliases
|
|
2794
2798
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2795
2799
|
// Wand aliases
|
|
2796
2800
|
export { default as WandIcon } from '../icons/wand';
|
|
2797
|
-
// Warehouse aliases
|
|
2798
|
-
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2799
2801
|
// WashingMachine aliases
|
|
2800
2802
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2803
|
+
// Warehouse aliases
|
|
2804
|
+
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2801
2805
|
// Watch aliases
|
|
2802
2806
|
export { default as WatchIcon } from '../icons/watch';
|
|
2803
2807
|
// WavesArrowDown aliases
|
|
2804
2808
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2809
|
+
// Waves aliases
|
|
2810
|
+
export { default as WavesIcon } from '../icons/waves';
|
|
2805
2811
|
// WavesArrowUp aliases
|
|
2806
2812
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2807
|
-
// Waypoints aliases
|
|
2808
|
-
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2809
2813
|
// WavesLadder aliases
|
|
2810
2814
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2811
|
-
//
|
|
2812
|
-
export { default as
|
|
2815
|
+
// Waypoints aliases
|
|
2816
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2813
2817
|
// Webcam aliases
|
|
2814
2818
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2815
2819
|
// WebhookOff aliases
|
|
2816
2820
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2821
|
+
// WeightTilde aliases
|
|
2822
|
+
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2817
2823
|
// Webhook aliases
|
|
2818
2824
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2819
|
-
// Weight aliases
|
|
2820
|
-
export { default as WeightIcon } from '../icons/weight';
|
|
2821
2825
|
// WheatOff aliases
|
|
2822
2826
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2823
|
-
//
|
|
2824
|
-
export { default as
|
|
2827
|
+
// Weight aliases
|
|
2828
|
+
export { default as WeightIcon } from '../icons/weight';
|
|
2825
2829
|
// Wheat aliases
|
|
2826
2830
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2827
2831
|
// WholeWord aliases
|
|
@@ -2832,42 +2836,42 @@ export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
|
2832
2836
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2833
2837
|
// WifiLow aliases
|
|
2834
2838
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2835
|
-
// WifiPen aliases
|
|
2836
|
-
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2837
2839
|
// WifiOff aliases
|
|
2838
2840
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2841
|
+
// WifiPen aliases
|
|
2842
|
+
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2839
2843
|
// WifiSync aliases
|
|
2840
2844
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2841
|
-
// Wifi aliases
|
|
2842
|
-
export { default as WifiIcon } from '../icons/wifi';
|
|
2843
2845
|
// WifiZero aliases
|
|
2844
2846
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2845
|
-
// Wind aliases
|
|
2846
|
-
export { default as WindIcon } from '../icons/wind';
|
|
2847
2847
|
// WindArrowDown aliases
|
|
2848
2848
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2849
|
-
//
|
|
2850
|
-
export { default as
|
|
2849
|
+
// Wifi aliases
|
|
2850
|
+
export { default as WifiIcon } from '../icons/wifi';
|
|
2851
|
+
// Wind aliases
|
|
2852
|
+
export { default as WindIcon } from '../icons/wind';
|
|
2851
2853
|
// Wine aliases
|
|
2852
2854
|
export { default as WineIcon } from '../icons/wine';
|
|
2853
2855
|
// Workflow aliases
|
|
2854
2856
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2855
2857
|
// Worm aliases
|
|
2856
2858
|
export { default as WormIcon } from '../icons/worm';
|
|
2857
|
-
// X aliases
|
|
2858
|
-
export { default as XIcon } from '../icons/x';
|
|
2859
2859
|
// Wrench aliases
|
|
2860
2860
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2861
|
+
// WineOff aliases
|
|
2862
|
+
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2863
|
+
// X aliases
|
|
2864
|
+
export { default as XIcon } from '../icons/x';
|
|
2865
|
+
// ZapOff aliases
|
|
2866
|
+
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2861
2867
|
// Youtube aliases
|
|
2862
2868
|
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2863
|
-
// Zap aliases
|
|
2864
|
-
export { default as ZapIcon } from '../icons/zap';
|
|
2865
2869
|
// ZoomIn aliases
|
|
2866
2870
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2867
|
-
// ZapOff aliases
|
|
2868
|
-
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2869
2871
|
// ZoomOut aliases
|
|
2870
2872
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2873
|
+
// Zap aliases
|
|
2874
|
+
export { default as ZapIcon } from '../icons/zap';
|
|
2871
2875
|
// ArrowDown01 aliases
|
|
2872
2876
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2873
2877
|
// ArrowDown10 aliases
|
|
@@ -2882,18 +2886,24 @@ export {
|
|
|
2882
2886
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. This alias will be removed in v1.0 */
|
|
2883
2887
|
default as AlarmCheckIcon
|
|
2884
2888
|
} from '../icons/alarm-clock-check';
|
|
2889
|
+
// AlarmClockMinus aliases
|
|
2890
|
+
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2891
|
+
export {
|
|
2892
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
2893
|
+
default as AlarmMinusIcon
|
|
2894
|
+
} from '../icons/alarm-clock-minus';
|
|
2885
2895
|
// AlarmClockPlus aliases
|
|
2886
2896
|
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2887
2897
|
export {
|
|
2888
2898
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
2889
2899
|
default as AlarmPlusIcon
|
|
2890
2900
|
} from '../icons/alarm-clock-plus';
|
|
2891
|
-
//
|
|
2892
|
-
export { default as
|
|
2901
|
+
// ArrowDownWideNarrow aliases
|
|
2902
|
+
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2893
2903
|
export {
|
|
2894
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2895
|
-
default as
|
|
2896
|
-
} from '../icons/
|
|
2904
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
2905
|
+
default as SortDescIcon
|
|
2906
|
+
} from '../icons/arrow-down-wide-narrow';
|
|
2897
2907
|
// ArrowDownAZ aliases
|
|
2898
2908
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2899
2909
|
export {
|
|
@@ -2906,24 +2916,18 @@ export {
|
|
|
2906
2916
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
|
|
2907
2917
|
default as ArrowDownZaIcon
|
|
2908
2918
|
} from '../icons/arrow-down-z-a';
|
|
2909
|
-
//
|
|
2910
|
-
export { default as
|
|
2919
|
+
// ArrowUpAZ aliases
|
|
2920
|
+
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2911
2921
|
export {
|
|
2912
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2913
|
-
default as
|
|
2914
|
-
} from '../icons/arrow-
|
|
2922
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. This alias will be removed in v1.0 */
|
|
2923
|
+
default as ArrowUpAzIcon
|
|
2924
|
+
} from '../icons/arrow-up-a-z';
|
|
2915
2925
|
// ArrowUpNarrowWide aliases
|
|
2916
2926
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2917
2927
|
export {
|
|
2918
2928
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
2919
2929
|
default as SortAscIcon
|
|
2920
2930
|
} from '../icons/arrow-up-narrow-wide';
|
|
2921
|
-
// ArrowUpAZ aliases
|
|
2922
|
-
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2923
|
-
export {
|
|
2924
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. This alias will be removed in v1.0 */
|
|
2925
|
-
default as ArrowUpAzIcon
|
|
2926
|
-
} from '../icons/arrow-up-a-z';
|
|
2927
2931
|
// ArrowUpZA aliases
|
|
2928
2932
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2929
2933
|
export {
|
|
@@ -2954,30 +2958,30 @@ export {
|
|
|
2954
2958
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2955
2959
|
default as BetweenHorizonalStartIcon
|
|
2956
2960
|
} from '../icons/between-horizontal-start';
|
|
2957
|
-
// BookDashed aliases
|
|
2958
|
-
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2959
|
-
export {
|
|
2960
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
2961
|
-
default as BookTemplateIcon
|
|
2962
|
-
} from '../icons/book-dashed';
|
|
2963
2961
|
// BetweenHorizontalEnd aliases
|
|
2964
2962
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2965
2963
|
export {
|
|
2966
2964
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2967
2965
|
default as BetweenHorizonalEndIcon
|
|
2968
2966
|
} from '../icons/between-horizontal-end';
|
|
2969
|
-
//
|
|
2970
|
-
export { default as
|
|
2967
|
+
// BookDashed aliases
|
|
2968
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2971
2969
|
export {
|
|
2972
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2973
|
-
default as
|
|
2974
|
-
} from '../icons/
|
|
2970
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
2971
|
+
default as BookTemplateIcon
|
|
2972
|
+
} from '../icons/book-dashed';
|
|
2975
2973
|
// Braces aliases
|
|
2976
2974
|
export { default as BracesIcon } from '../icons/braces';
|
|
2977
2975
|
export {
|
|
2978
2976
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
2979
2977
|
default as CurlyBracesIcon
|
|
2980
2978
|
} from '../icons/braces';
|
|
2979
|
+
// Captions aliases
|
|
2980
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
2981
|
+
export {
|
|
2982
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
2983
|
+
default as SubtitlesIcon
|
|
2984
|
+
} from '../icons/captions';
|
|
2981
2985
|
// ChartArea aliases
|
|
2982
2986
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2983
2987
|
export {
|
|
@@ -3002,18 +3006,18 @@ export {
|
|
|
3002
3006
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
3003
3007
|
default as CandlestickChartIcon
|
|
3004
3008
|
} from '../icons/chart-candlestick';
|
|
3005
|
-
// ChartColumnIncreasing aliases
|
|
3006
|
-
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3007
|
-
export {
|
|
3008
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3009
|
-
default as BarChart4Icon
|
|
3010
|
-
} from '../icons/chart-column-increasing';
|
|
3011
3009
|
// ChartColumnBig aliases
|
|
3012
3010
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3013
3011
|
export {
|
|
3014
3012
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
3015
3013
|
default as BarChartBigIcon
|
|
3016
3014
|
} from '../icons/chart-column-big';
|
|
3015
|
+
// ChartColumnIncreasing aliases
|
|
3016
|
+
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3017
|
+
export {
|
|
3018
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3019
|
+
default as BarChart4Icon
|
|
3020
|
+
} from '../icons/chart-column-increasing';
|
|
3017
3021
|
// ChartColumn aliases
|
|
3018
3022
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3019
3023
|
export {
|
|
@@ -3026,12 +3030,6 @@ export {
|
|
|
3026
3030
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
3027
3031
|
default as LineChartIcon
|
|
3028
3032
|
} from '../icons/chart-line';
|
|
3029
|
-
// ChartNoAxesColumn aliases
|
|
3030
|
-
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3031
|
-
export {
|
|
3032
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3033
|
-
default as BarChart2Icon
|
|
3034
|
-
} from '../icons/chart-no-axes-column';
|
|
3035
3033
|
// ChartNoAxesGantt aliases
|
|
3036
3034
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3037
3035
|
export {
|
|
@@ -3044,6 +3042,12 @@ export {
|
|
|
3044
3042
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3045
3043
|
default as BarChartIcon
|
|
3046
3044
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3045
|
+
// ChartNoAxesColumn aliases
|
|
3046
|
+
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3047
|
+
export {
|
|
3048
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3049
|
+
default as BarChart2Icon
|
|
3050
|
+
} from '../icons/chart-no-axes-column';
|
|
3047
3051
|
// ChartPie aliases
|
|
3048
3052
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3049
3053
|
export {
|
|
@@ -3062,12 +3066,12 @@ export {
|
|
|
3062
3066
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
3063
3067
|
default as ChromeIcon
|
|
3064
3068
|
} from '../icons/chromium';
|
|
3065
|
-
//
|
|
3066
|
-
export { default as
|
|
3069
|
+
// CircleArrowDown aliases
|
|
3070
|
+
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3067
3071
|
export {
|
|
3068
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3069
|
-
default as
|
|
3070
|
-
} from '../icons/circle-arrow-
|
|
3072
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3073
|
+
default as ArrowDownCircleIcon
|
|
3074
|
+
} from '../icons/circle-arrow-down';
|
|
3071
3075
|
// CircleAlert aliases
|
|
3072
3076
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3073
3077
|
export {
|
|
@@ -3080,18 +3084,18 @@ export {
|
|
|
3080
3084
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3081
3085
|
default as ArrowDownLeftFromCircleIcon
|
|
3082
3086
|
} from '../icons/circle-arrow-out-down-left';
|
|
3087
|
+
// CircleArrowLeft aliases
|
|
3088
|
+
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3089
|
+
export {
|
|
3090
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3091
|
+
default as ArrowLeftCircleIcon
|
|
3092
|
+
} from '../icons/circle-arrow-left';
|
|
3083
3093
|
// CircleArrowOutDownRight aliases
|
|
3084
3094
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3085
3095
|
export {
|
|
3086
3096
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3087
3097
|
default as ArrowDownRightFromCircleIcon
|
|
3088
3098
|
} from '../icons/circle-arrow-out-down-right';
|
|
3089
|
-
// CircleArrowDown aliases
|
|
3090
|
-
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3091
|
-
export {
|
|
3092
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3093
|
-
default as ArrowDownCircleIcon
|
|
3094
|
-
} from '../icons/circle-arrow-down';
|
|
3095
3099
|
// CircleArrowOutUpLeft aliases
|
|
3096
3100
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3097
3101
|
export {
|
|
@@ -3140,18 +3144,24 @@ export {
|
|
|
3140
3144
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3141
3145
|
default as ChevronLeftCircleIcon
|
|
3142
3146
|
} from '../icons/circle-chevron-left';
|
|
3143
|
-
// CircleChevronRight aliases
|
|
3144
|
-
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3145
|
-
export {
|
|
3146
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3147
|
-
default as ChevronRightCircleIcon
|
|
3148
|
-
} from '../icons/circle-chevron-right';
|
|
3149
3147
|
// CircleChevronUp aliases
|
|
3150
3148
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3151
3149
|
export {
|
|
3152
3150
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
3153
3151
|
default as ChevronUpCircleIcon
|
|
3154
3152
|
} from '../icons/circle-chevron-up';
|
|
3153
|
+
// CircleDivide aliases
|
|
3154
|
+
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3155
|
+
export {
|
|
3156
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3157
|
+
default as DivideCircleIcon
|
|
3158
|
+
} from '../icons/circle-divide';
|
|
3159
|
+
// CircleChevronRight aliases
|
|
3160
|
+
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3161
|
+
export {
|
|
3162
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3163
|
+
default as ChevronRightCircleIcon
|
|
3164
|
+
} from '../icons/circle-chevron-right';
|
|
3155
3165
|
// CircleGauge aliases
|
|
3156
3166
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3157
3167
|
export {
|
|
@@ -3176,36 +3186,30 @@ export {
|
|
|
3176
3186
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3177
3187
|
default as ParkingCircleIcon
|
|
3178
3188
|
} from '../icons/circle-parking';
|
|
3179
|
-
//
|
|
3180
|
-
export { default as
|
|
3189
|
+
// CirclePlay aliases
|
|
3190
|
+
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3181
3191
|
export {
|
|
3182
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3183
|
-
default as
|
|
3184
|
-
} from '../icons/circle-
|
|
3192
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
3193
|
+
default as PlayCircleIcon
|
|
3194
|
+
} from '../icons/circle-play';
|
|
3185
3195
|
// CirclePercent aliases
|
|
3186
3196
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3187
3197
|
export {
|
|
3188
3198
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
3189
3199
|
default as PercentCircleIcon
|
|
3190
3200
|
} from '../icons/circle-percent';
|
|
3191
|
-
// CirclePause aliases
|
|
3192
|
-
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3193
|
-
export {
|
|
3194
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3195
|
-
default as PauseCircleIcon
|
|
3196
|
-
} from '../icons/circle-pause';
|
|
3197
|
-
// CirclePlay aliases
|
|
3198
|
-
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3199
|
-
export {
|
|
3200
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
3201
|
-
default as PlayCircleIcon
|
|
3202
|
-
} from '../icons/circle-play';
|
|
3203
3201
|
// CirclePlus aliases
|
|
3204
3202
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3205
3203
|
export {
|
|
3206
3204
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
3207
3205
|
default as PlusCircleIcon
|
|
3208
3206
|
} from '../icons/circle-plus';
|
|
3207
|
+
// CirclePause aliases
|
|
3208
|
+
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3209
|
+
export {
|
|
3210
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3211
|
+
default as PauseCircleIcon
|
|
3212
|
+
} from '../icons/circle-pause';
|
|
3209
3213
|
// CirclePower aliases
|
|
3210
3214
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3211
3215
|
export {
|
|
@@ -3246,42 +3250,48 @@ export {
|
|
|
3246
3250
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3247
3251
|
default as UserCircleIcon
|
|
3248
3252
|
} from '../icons/circle-user';
|
|
3249
|
-
// ClipboardPenLine aliases
|
|
3250
|
-
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3251
|
-
export {
|
|
3252
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3253
|
-
default as ClipboardSignatureIcon
|
|
3254
|
-
} from '../icons/clipboard-pen-line';
|
|
3255
3253
|
// CircleX aliases
|
|
3256
3254
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3257
3255
|
export {
|
|
3258
3256
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3259
3257
|
default as XCircleIcon
|
|
3260
3258
|
} from '../icons/circle-x';
|
|
3259
|
+
// ClipboardPenLine aliases
|
|
3260
|
+
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3261
|
+
export {
|
|
3262
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3263
|
+
default as ClipboardSignatureIcon
|
|
3264
|
+
} from '../icons/clipboard-pen-line';
|
|
3261
3265
|
// ClipboardPen aliases
|
|
3262
3266
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3263
3267
|
export {
|
|
3264
3268
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
3265
3269
|
default as ClipboardEditIcon
|
|
3266
3270
|
} from '../icons/clipboard-pen';
|
|
3267
|
-
// CloudDownload aliases
|
|
3268
|
-
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3269
|
-
export {
|
|
3270
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3271
|
-
default as DownloadCloudIcon
|
|
3272
|
-
} from '../icons/cloud-download';
|
|
3273
3271
|
// CloudUpload aliases
|
|
3274
3272
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3275
3273
|
export {
|
|
3276
3274
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3277
3275
|
default as UploadCloudIcon
|
|
3278
3276
|
} from '../icons/cloud-upload';
|
|
3277
|
+
// CloudDownload aliases
|
|
3278
|
+
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3279
|
+
export {
|
|
3280
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3281
|
+
default as DownloadCloudIcon
|
|
3282
|
+
} from '../icons/cloud-download';
|
|
3279
3283
|
// CodeXml aliases
|
|
3280
3284
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3281
3285
|
export {
|
|
3282
3286
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
3283
3287
|
default as Code2Icon
|
|
3284
3288
|
} from '../icons/code-xml';
|
|
3289
|
+
// Columns2 aliases
|
|
3290
|
+
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3291
|
+
export {
|
|
3292
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3293
|
+
default as ColumnsIcon
|
|
3294
|
+
} from '../icons/columns-2';
|
|
3285
3295
|
// Columns3Cog aliases
|
|
3286
3296
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3287
3297
|
export {
|
|
@@ -3292,30 +3302,12 @@ export {
|
|
|
3292
3302
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3293
3303
|
default as TableConfigIcon
|
|
3294
3304
|
} from '../icons/columns-3-cog';
|
|
3295
|
-
// Columns2 aliases
|
|
3296
|
-
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3297
|
-
export {
|
|
3298
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3299
|
-
default as ColumnsIcon
|
|
3300
|
-
} from '../icons/columns-2';
|
|
3301
3305
|
// Columns3 aliases
|
|
3302
3306
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3303
3307
|
export {
|
|
3304
3308
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3305
3309
|
default as PanelsLeftRightIcon
|
|
3306
3310
|
} from '../icons/columns-3';
|
|
3307
|
-
// ContactRound aliases
|
|
3308
|
-
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3309
|
-
export {
|
|
3310
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3311
|
-
default as Contact2Icon
|
|
3312
|
-
} from '../icons/contact-round';
|
|
3313
|
-
// EllipsisVertical aliases
|
|
3314
|
-
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3315
|
-
export {
|
|
3316
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3317
|
-
default as MoreVerticalIcon
|
|
3318
|
-
} from '../icons/ellipsis-vertical';
|
|
3319
3311
|
// DiamondPercent aliases
|
|
3320
3312
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3321
3313
|
export {
|
|
@@ -3328,24 +3320,42 @@ export {
|
|
|
3328
3320
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3329
3321
|
default as Globe2Icon
|
|
3330
3322
|
} from '../icons/earth';
|
|
3323
|
+
// ContactRound aliases
|
|
3324
|
+
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3325
|
+
export {
|
|
3326
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3327
|
+
default as Contact2Icon
|
|
3328
|
+
} from '../icons/contact-round';
|
|
3329
|
+
// EllipsisVertical aliases
|
|
3330
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3331
|
+
export {
|
|
3332
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3333
|
+
default as MoreVerticalIcon
|
|
3334
|
+
} from '../icons/ellipsis-vertical';
|
|
3331
3335
|
// Ellipsis aliases
|
|
3332
3336
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3333
3337
|
export {
|
|
3334
3338
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3335
3339
|
default as MoreHorizontalIcon
|
|
3336
3340
|
} from '../icons/ellipsis';
|
|
3341
|
+
// FileAxis3d aliases
|
|
3342
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3343
|
+
export {
|
|
3344
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3345
|
+
default as FileAxis3DIcon
|
|
3346
|
+
} from '../icons/file-axis-3d';
|
|
3337
3347
|
// FileBracesCorner aliases
|
|
3338
3348
|
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3339
3349
|
export {
|
|
3340
3350
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
3341
3351
|
default as FileJson2Icon
|
|
3342
3352
|
} from '../icons/file-braces-corner';
|
|
3343
|
-
//
|
|
3344
|
-
export { default as
|
|
3353
|
+
// FileChartColumnIncreasing aliases
|
|
3354
|
+
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3345
3355
|
export {
|
|
3346
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3347
|
-
default as
|
|
3348
|
-
} from '../icons/file-
|
|
3356
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3357
|
+
default as FileBarChartIcon
|
|
3358
|
+
} from '../icons/file-chart-column-increasing';
|
|
3349
3359
|
// FileBadge aliases
|
|
3350
3360
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3351
3361
|
export {
|
|
@@ -3358,12 +3368,6 @@ export {
|
|
|
3358
3368
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
3359
3369
|
default as FileJsonIcon
|
|
3360
3370
|
} from '../icons/file-braces';
|
|
3361
|
-
// FileChartColumnIncreasing aliases
|
|
3362
|
-
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3363
|
-
export {
|
|
3364
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3365
|
-
default as FileBarChartIcon
|
|
3366
|
-
} from '../icons/file-chart-column-increasing';
|
|
3367
3371
|
// FileChartColumn aliases
|
|
3368
3372
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3369
3373
|
export {
|
|
@@ -3394,16 +3398,6 @@ export {
|
|
|
3394
3398
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
|
|
3395
3399
|
default as FileCode2Icon
|
|
3396
3400
|
} from '../icons/file-code-corner';
|
|
3397
|
-
// FileHeadphone aliases
|
|
3398
|
-
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3399
|
-
export {
|
|
3400
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3401
|
-
default as FileAudioIcon
|
|
3402
|
-
} from '../icons/file-headphone';
|
|
3403
|
-
export {
|
|
3404
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3405
|
-
default as FileAudio2Icon
|
|
3406
|
-
} from '../icons/file-headphone';
|
|
3407
3401
|
// FileCog aliases
|
|
3408
3402
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3409
3403
|
export {
|
|
@@ -3416,6 +3410,16 @@ export {
|
|
|
3416
3410
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3417
3411
|
default as FileWarningIcon
|
|
3418
3412
|
} from '../icons/file-exclamation-point';
|
|
3413
|
+
// FileHeadphone aliases
|
|
3414
|
+
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3415
|
+
export {
|
|
3416
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3417
|
+
default as FileAudioIcon
|
|
3418
|
+
} from '../icons/file-headphone';
|
|
3419
|
+
export {
|
|
3420
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3421
|
+
default as FileAudio2Icon
|
|
3422
|
+
} from '../icons/file-headphone';
|
|
3419
3423
|
// FileKey aliases
|
|
3420
3424
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3421
3425
|
export {
|
|
@@ -3428,24 +3432,30 @@ export {
|
|
|
3428
3432
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
3429
3433
|
default as FileLock2Icon
|
|
3430
3434
|
} from '../icons/file-lock';
|
|
3431
|
-
// FileMinusCorner aliases
|
|
3432
|
-
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3433
|
-
export {
|
|
3434
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
3435
|
-
default as FileMinus2Icon
|
|
3436
|
-
} from '../icons/file-minus-corner';
|
|
3437
3435
|
// FilePenLine aliases
|
|
3438
3436
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3439
3437
|
export {
|
|
3440
3438
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3441
3439
|
default as FileSignatureIcon
|
|
3442
3440
|
} from '../icons/file-pen-line';
|
|
3441
|
+
// FileMinusCorner aliases
|
|
3442
|
+
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3443
|
+
export {
|
|
3444
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
3445
|
+
default as FileMinus2Icon
|
|
3446
|
+
} from '../icons/file-minus-corner';
|
|
3443
3447
|
// FilePen aliases
|
|
3444
3448
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3445
3449
|
export {
|
|
3446
3450
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3447
3451
|
default as FileEditIcon
|
|
3448
3452
|
} from '../icons/file-pen';
|
|
3453
|
+
// FilePlay aliases
|
|
3454
|
+
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3455
|
+
export {
|
|
3456
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
3457
|
+
default as FileVideoIcon
|
|
3458
|
+
} from '../icons/file-play';
|
|
3449
3459
|
// FilePlusCorner aliases
|
|
3450
3460
|
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3451
3461
|
export {
|
|
@@ -3458,36 +3468,30 @@ export {
|
|
|
3458
3468
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3459
3469
|
default as FileQuestionIcon
|
|
3460
3470
|
} from '../icons/file-question-mark';
|
|
3461
|
-
//
|
|
3462
|
-
export { default as
|
|
3471
|
+
// FileSearchCorner aliases
|
|
3472
|
+
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3463
3473
|
export {
|
|
3464
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3465
|
-
default as
|
|
3466
|
-
} from '../icons/file-
|
|
3474
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
3475
|
+
default as FileSearch2Icon
|
|
3476
|
+
} from '../icons/file-search-corner';
|
|
3467
3477
|
// FileSignal aliases
|
|
3468
3478
|
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3469
3479
|
export {
|
|
3470
3480
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
3471
3481
|
default as FileVolume2Icon
|
|
3472
3482
|
} from '../icons/file-signal';
|
|
3473
|
-
//
|
|
3474
|
-
export { default as
|
|
3483
|
+
// FileTypeCorner aliases
|
|
3484
|
+
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3475
3485
|
export {
|
|
3476
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3477
|
-
default as
|
|
3478
|
-
} from '../icons/file-
|
|
3486
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3487
|
+
default as FileType2Icon
|
|
3488
|
+
} from '../icons/file-type-corner';
|
|
3479
3489
|
// FileVideoCamera aliases
|
|
3480
3490
|
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3481
3491
|
export {
|
|
3482
3492
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3483
3493
|
default as FileVideo2Icon
|
|
3484
3494
|
} from '../icons/file-video-camera';
|
|
3485
|
-
// FileTypeCorner aliases
|
|
3486
|
-
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3487
|
-
export {
|
|
3488
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3489
|
-
default as FileType2Icon
|
|
3490
|
-
} from '../icons/file-type-corner';
|
|
3491
3495
|
// FileXCorner aliases
|
|
3492
3496
|
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3493
3497
|
export {
|
|
@@ -3500,54 +3504,54 @@ export {
|
|
|
3500
3504
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
3501
3505
|
default as FingerprintIcon
|
|
3502
3506
|
} from '../icons/fingerprint-pattern';
|
|
3503
|
-
// FolderPen aliases
|
|
3504
|
-
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3505
|
-
export {
|
|
3506
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
3507
|
-
default as FolderEditIcon
|
|
3508
|
-
} from '../icons/folder-pen';
|
|
3509
3507
|
// FolderCog aliases
|
|
3510
3508
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3511
3509
|
export {
|
|
3512
3510
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3513
3511
|
default as FolderCog2Icon
|
|
3514
3512
|
} from '../icons/folder-cog';
|
|
3513
|
+
// FolderPen aliases
|
|
3514
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3515
|
+
export {
|
|
3516
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
3517
|
+
default as FolderEditIcon
|
|
3518
|
+
} from '../icons/folder-pen';
|
|
3515
3519
|
// FunnelX aliases
|
|
3516
3520
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3517
3521
|
export {
|
|
3518
3522
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3519
3523
|
default as FilterXIcon
|
|
3520
3524
|
} from '../icons/funnel-x';
|
|
3521
|
-
//
|
|
3522
|
-
export { default as
|
|
3525
|
+
// GitCommitHorizontal aliases
|
|
3526
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3523
3527
|
export {
|
|
3524
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3525
|
-
default as
|
|
3526
|
-
} from '../icons/
|
|
3528
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3529
|
+
default as GitCommitIcon
|
|
3530
|
+
} from '../icons/git-commit-horizontal';
|
|
3527
3531
|
// Grid2x2Check aliases
|
|
3528
3532
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3529
3533
|
export {
|
|
3530
3534
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3531
3535
|
default as Grid2X2CheckIcon
|
|
3532
3536
|
} from '../icons/grid-2x2-check';
|
|
3533
|
-
//
|
|
3534
|
-
export { default as
|
|
3535
|
-
export {
|
|
3536
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3537
|
-
default as GitCommitIcon
|
|
3538
|
-
} from '../icons/git-commit-horizontal';
|
|
3539
|
-
// Grid2x2X aliases
|
|
3540
|
-
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3537
|
+
// Funnel aliases
|
|
3538
|
+
export { default as FunnelIcon } from '../icons/funnel';
|
|
3541
3539
|
export {
|
|
3542
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3543
|
-
default as
|
|
3544
|
-
} from '../icons/
|
|
3540
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3541
|
+
default as FilterIcon
|
|
3542
|
+
} from '../icons/funnel';
|
|
3545
3543
|
// Grid2x2Plus aliases
|
|
3546
3544
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3547
3545
|
export {
|
|
3548
3546
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3549
3547
|
default as Grid2X2PlusIcon
|
|
3550
3548
|
} from '../icons/grid-2x2-plus';
|
|
3549
|
+
// Grid2x2X aliases
|
|
3550
|
+
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3551
|
+
export {
|
|
3552
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3553
|
+
default as Grid2X2XIcon
|
|
3554
|
+
} from '../icons/grid-2x2-x';
|
|
3551
3555
|
// Grid2x2 aliases
|
|
3552
3556
|
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3553
3557
|
export {
|
|
@@ -3616,6 +3620,12 @@ export {
|
|
|
3616
3620
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3617
3621
|
default as IndentIncreaseIcon
|
|
3618
3622
|
} from '../icons/list-indent-increase';
|
|
3623
|
+
// LoaderCircle aliases
|
|
3624
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3625
|
+
export {
|
|
3626
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3627
|
+
default as Loader2Icon
|
|
3628
|
+
} from '../icons/loader-circle';
|
|
3619
3629
|
// ListIndentDecrease aliases
|
|
3620
3630
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3621
3631
|
export {
|
|
@@ -3638,30 +3648,18 @@ export {
|
|
|
3638
3648
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
3639
3649
|
default as UnlockIcon
|
|
3640
3650
|
} from '../icons/lock-open';
|
|
3641
|
-
// LoaderCircle aliases
|
|
3642
|
-
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3643
|
-
export {
|
|
3644
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3645
|
-
default as Loader2Icon
|
|
3646
|
-
} from '../icons/loader-circle';
|
|
3647
|
-
// MapPinPen aliases
|
|
3648
|
-
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3649
|
-
export {
|
|
3650
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
3651
|
-
default as LocationEditIcon
|
|
3652
|
-
} from '../icons/map-pin-pen';
|
|
3653
3651
|
// MailQuestionMark aliases
|
|
3654
3652
|
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3655
3653
|
export {
|
|
3656
3654
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3657
3655
|
default as MailQuestionIcon
|
|
3658
3656
|
} from '../icons/mail-question-mark';
|
|
3659
|
-
//
|
|
3660
|
-
export { default as
|
|
3657
|
+
// MapPinPen aliases
|
|
3658
|
+
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3661
3659
|
export {
|
|
3662
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3663
|
-
default as
|
|
3664
|
-
} from '../icons/
|
|
3660
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
3661
|
+
default as LocationEditIcon
|
|
3662
|
+
} from '../icons/map-pin-pen';
|
|
3665
3663
|
// MicVocal aliases
|
|
3666
3664
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3667
3665
|
export {
|
|
@@ -3674,18 +3672,24 @@ export {
|
|
|
3674
3672
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3675
3673
|
default as Move3DIcon
|
|
3676
3674
|
} from '../icons/move-3d';
|
|
3677
|
-
// OctagonAlert aliases
|
|
3678
|
-
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3679
|
-
export {
|
|
3680
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3681
|
-
default as AlertOctagonIcon
|
|
3682
|
-
} from '../icons/octagon-alert';
|
|
3683
3675
|
// OctagonPause aliases
|
|
3684
3676
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3685
3677
|
export {
|
|
3686
3678
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3687
3679
|
default as PauseOctagonIcon
|
|
3688
3680
|
} from '../icons/octagon-pause';
|
|
3681
|
+
// MessageCircleQuestionMark aliases
|
|
3682
|
+
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3683
|
+
export {
|
|
3684
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3685
|
+
default as MessageCircleQuestionIcon
|
|
3686
|
+
} from '../icons/message-circle-question-mark';
|
|
3687
|
+
// OctagonAlert aliases
|
|
3688
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3689
|
+
export {
|
|
3690
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3691
|
+
default as AlertOctagonIcon
|
|
3692
|
+
} from '../icons/octagon-alert';
|
|
3689
3693
|
// OctagonX aliases
|
|
3690
3694
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3691
3695
|
export {
|
|
@@ -3704,30 +3708,30 @@ export {
|
|
|
3704
3708
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3705
3709
|
default as PanelBottomInactiveIcon
|
|
3706
3710
|
} from '../icons/panel-bottom-dashed';
|
|
3707
|
-
// PanelLeftDashed aliases
|
|
3708
|
-
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3709
|
-
export {
|
|
3710
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3711
|
-
default as PanelLeftInactiveIcon
|
|
3712
|
-
} from '../icons/panel-left-dashed';
|
|
3713
3711
|
// PanelLeftClose aliases
|
|
3714
3712
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3715
3713
|
export {
|
|
3716
3714
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3717
3715
|
default as SidebarCloseIcon
|
|
3718
3716
|
} from '../icons/panel-left-close';
|
|
3719
|
-
//
|
|
3720
|
-
export { default as
|
|
3717
|
+
// PanelLeftDashed aliases
|
|
3718
|
+
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3721
3719
|
export {
|
|
3722
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3723
|
-
default as
|
|
3724
|
-
} from '../icons/panel-left-
|
|
3720
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3721
|
+
default as PanelLeftInactiveIcon
|
|
3722
|
+
} from '../icons/panel-left-dashed';
|
|
3725
3723
|
// PanelLeft aliases
|
|
3726
3724
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3727
3725
|
export {
|
|
3728
3726
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3729
3727
|
default as SidebarIcon
|
|
3730
3728
|
} from '../icons/panel-left';
|
|
3729
|
+
// PanelLeftOpen aliases
|
|
3730
|
+
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3731
|
+
export {
|
|
3732
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3733
|
+
default as SidebarOpenIcon
|
|
3734
|
+
} from '../icons/panel-left-open';
|
|
3731
3735
|
// PanelRightDashed aliases
|
|
3732
3736
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3733
3737
|
export {
|
|
@@ -3740,12 +3744,6 @@ export {
|
|
|
3740
3744
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3741
3745
|
default as PanelTopInactiveIcon
|
|
3742
3746
|
} from '../icons/panel-top-dashed';
|
|
3743
|
-
// PenLine aliases
|
|
3744
|
-
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3745
|
-
export {
|
|
3746
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3747
|
-
default as Edit3Icon
|
|
3748
|
-
} from '../icons/pen-line';
|
|
3749
3747
|
// PanelsTopLeft aliases
|
|
3750
3748
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3751
3749
|
export {
|
|
@@ -3758,24 +3756,36 @@ export {
|
|
|
3758
3756
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3759
3757
|
default as Edit2Icon
|
|
3760
3758
|
} from '../icons/pen';
|
|
3761
|
-
//
|
|
3762
|
-
export { default as
|
|
3759
|
+
// PenLine aliases
|
|
3760
|
+
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3763
3761
|
export {
|
|
3764
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3765
|
-
default as
|
|
3766
|
-
} from '../icons/
|
|
3762
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3763
|
+
default as Edit3Icon
|
|
3764
|
+
} from '../icons/pen-line';
|
|
3767
3765
|
// PlugZap aliases
|
|
3768
3766
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3769
3767
|
export {
|
|
3770
3768
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3771
3769
|
default as PlugZap2Icon
|
|
3772
3770
|
} from '../icons/plug-zap';
|
|
3771
|
+
// RectangleEllipsis aliases
|
|
3772
|
+
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3773
|
+
export {
|
|
3774
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3775
|
+
default as FormInputIcon
|
|
3776
|
+
} from '../icons/rectangle-ellipsis';
|
|
3773
3777
|
// Rotate3d aliases
|
|
3774
3778
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3775
3779
|
export {
|
|
3776
3780
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3777
3781
|
default as Rotate3DIcon
|
|
3778
3782
|
} from '../icons/rotate-3d';
|
|
3783
|
+
// Rows2 aliases
|
|
3784
|
+
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3785
|
+
export {
|
|
3786
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
3787
|
+
default as RowsIcon
|
|
3788
|
+
} from '../icons/rows-2';
|
|
3779
3789
|
// Rows3 aliases
|
|
3780
3790
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3781
3791
|
export {
|
|
@@ -3794,12 +3804,6 @@ export {
|
|
|
3794
3804
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3795
3805
|
default as SendHorizonalIcon
|
|
3796
3806
|
} from '../icons/send-horizontal';
|
|
3797
|
-
// Rows2 aliases
|
|
3798
|
-
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3799
|
-
export {
|
|
3800
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
3801
|
-
default as RowsIcon
|
|
3802
|
-
} from '../icons/rows-2';
|
|
3803
3807
|
// ShieldQuestionMark aliases
|
|
3804
3808
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3805
3809
|
export {
|
|
@@ -3830,6 +3834,12 @@ export {
|
|
|
3830
3834
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3831
3835
|
default as ArrowDownLeftSquareIcon
|
|
3832
3836
|
} from '../icons/square-arrow-down-left';
|
|
3837
|
+
// SquareArrowDownRight aliases
|
|
3838
|
+
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3839
|
+
export {
|
|
3840
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3841
|
+
default as ArrowDownRightSquareIcon
|
|
3842
|
+
} from '../icons/square-arrow-down-right';
|
|
3833
3843
|
// Sparkles aliases
|
|
3834
3844
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3835
3845
|
export {
|
|
@@ -3842,24 +3852,18 @@ export {
|
|
|
3842
3852
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3843
3853
|
default as ArrowDownSquareIcon
|
|
3844
3854
|
} from '../icons/square-arrow-down';
|
|
3845
|
-
// SquareArrowOutDownLeft aliases
|
|
3846
|
-
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3847
|
-
export {
|
|
3848
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3849
|
-
default as ArrowDownLeftFromSquareIcon
|
|
3850
|
-
} from '../icons/square-arrow-out-down-left';
|
|
3851
|
-
// SquareArrowDownRight aliases
|
|
3852
|
-
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3853
|
-
export {
|
|
3854
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3855
|
-
default as ArrowDownRightSquareIcon
|
|
3856
|
-
} from '../icons/square-arrow-down-right';
|
|
3857
3855
|
// SquareArrowLeft aliases
|
|
3858
3856
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3859
3857
|
export {
|
|
3860
3858
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3861
3859
|
default as ArrowLeftSquareIcon
|
|
3862
3860
|
} from '../icons/square-arrow-left';
|
|
3861
|
+
// SquareArrowOutDownLeft aliases
|
|
3862
|
+
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3863
|
+
export {
|
|
3864
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3865
|
+
default as ArrowDownLeftFromSquareIcon
|
|
3866
|
+
} from '../icons/square-arrow-out-down-left';
|
|
3863
3867
|
// SquareArrowOutDownRight aliases
|
|
3864
3868
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3865
3869
|
export {
|
|
@@ -3878,42 +3882,36 @@ export {
|
|
|
3878
3882
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3879
3883
|
default as ArrowRightSquareIcon
|
|
3880
3884
|
} from '../icons/square-arrow-right';
|
|
3881
|
-
// SquareArrowUpLeft aliases
|
|
3882
|
-
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3883
|
-
export {
|
|
3884
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
3885
|
-
default as ArrowUpLeftSquareIcon
|
|
3886
|
-
} from '../icons/square-arrow-up-left';
|
|
3887
3885
|
// SquareArrowOutUpRight aliases
|
|
3888
3886
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3889
3887
|
export {
|
|
3890
3888
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3891
3889
|
default as ArrowUpRightFromSquareIcon
|
|
3892
3890
|
} from '../icons/square-arrow-out-up-right';
|
|
3893
|
-
//
|
|
3894
|
-
export { default as
|
|
3891
|
+
// SquareArrowUpLeft aliases
|
|
3892
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3895
3893
|
export {
|
|
3896
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3897
|
-
default as
|
|
3898
|
-
} from '../icons/square-arrow-up';
|
|
3894
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
3895
|
+
default as ArrowUpLeftSquareIcon
|
|
3896
|
+
} from '../icons/square-arrow-up-left';
|
|
3899
3897
|
// SquareArrowUpRight aliases
|
|
3900
3898
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3901
3899
|
export {
|
|
3902
3900
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
3903
3901
|
default as ArrowUpRightSquareIcon
|
|
3904
3902
|
} from '../icons/square-arrow-up-right';
|
|
3903
|
+
// SquareArrowUp aliases
|
|
3904
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3905
|
+
export {
|
|
3906
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3907
|
+
default as ArrowUpSquareIcon
|
|
3908
|
+
} from '../icons/square-arrow-up';
|
|
3905
3909
|
// SquareAsterisk aliases
|
|
3906
3910
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3907
3911
|
export {
|
|
3908
3912
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
3909
3913
|
default as AsteriskSquareIcon
|
|
3910
3914
|
} from '../icons/square-asterisk';
|
|
3911
|
-
// SquareBottomDashedScissors aliases
|
|
3912
|
-
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3913
|
-
export {
|
|
3914
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
3915
|
-
default as ScissorsSquareDashedBottomIcon
|
|
3916
|
-
} from '../icons/square-bottom-dashed-scissors';
|
|
3917
3915
|
// SquareChartGantt aliases
|
|
3918
3916
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3919
3917
|
export {
|
|
@@ -3930,6 +3928,12 @@ export {
|
|
|
3930
3928
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3931
3929
|
default as CheckSquareIcon
|
|
3932
3930
|
} from '../icons/square-check-big';
|
|
3931
|
+
// SquareBottomDashedScissors aliases
|
|
3932
|
+
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3933
|
+
export {
|
|
3934
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
3935
|
+
default as ScissorsSquareDashedBottomIcon
|
|
3936
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
3933
3937
|
// SquareCheck aliases
|
|
3934
3938
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3935
3939
|
export {
|
|
@@ -3942,42 +3946,42 @@ export {
|
|
|
3942
3946
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
3943
3947
|
default as ChevronDownSquareIcon
|
|
3944
3948
|
} from '../icons/square-chevron-down';
|
|
3945
|
-
// SquareChevronLeft aliases
|
|
3946
|
-
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3947
|
-
export {
|
|
3948
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3949
|
-
default as ChevronLeftSquareIcon
|
|
3950
|
-
} from '../icons/square-chevron-left';
|
|
3951
3949
|
// SquareChevronRight aliases
|
|
3952
3950
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3953
3951
|
export {
|
|
3954
3952
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
3955
3953
|
default as ChevronRightSquareIcon
|
|
3956
3954
|
} from '../icons/square-chevron-right';
|
|
3957
|
-
// SquareCode aliases
|
|
3958
|
-
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3959
|
-
export {
|
|
3960
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
3961
|
-
default as CodeSquareIcon
|
|
3962
|
-
} from '../icons/square-code';
|
|
3963
3955
|
// SquareChevronUp aliases
|
|
3964
3956
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3965
3957
|
export {
|
|
3966
3958
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
3967
3959
|
default as ChevronUpSquareIcon
|
|
3968
3960
|
} from '../icons/square-chevron-up';
|
|
3969
|
-
//
|
|
3970
|
-
export { default as
|
|
3961
|
+
// SquareCode aliases
|
|
3962
|
+
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3971
3963
|
export {
|
|
3972
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3973
|
-
default as
|
|
3974
|
-
} from '../icons/square-
|
|
3964
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
3965
|
+
default as CodeSquareIcon
|
|
3966
|
+
} from '../icons/square-code';
|
|
3967
|
+
// SquareChevronLeft aliases
|
|
3968
|
+
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3969
|
+
export {
|
|
3970
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3971
|
+
default as ChevronLeftSquareIcon
|
|
3972
|
+
} from '../icons/square-chevron-left';
|
|
3975
3973
|
// SquareDashedKanban aliases
|
|
3976
3974
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3977
3975
|
export {
|
|
3978
3976
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
3979
3977
|
default as KanbanSquareDashedIcon
|
|
3980
3978
|
} from '../icons/square-dashed-kanban';
|
|
3979
|
+
// SquareDashedMousePointer aliases
|
|
3980
|
+
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3981
|
+
export {
|
|
3982
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
3983
|
+
default as MousePointerSquareDashedIcon
|
|
3984
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
3981
3985
|
// SquareDashed aliases
|
|
3982
3986
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3983
3987
|
export {
|
|
@@ -3990,18 +3994,18 @@ export {
|
|
|
3990
3994
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
3991
3995
|
default as DotSquareIcon
|
|
3992
3996
|
} from '../icons/square-dot';
|
|
3993
|
-
// SquareEqual aliases
|
|
3994
|
-
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3995
|
-
export {
|
|
3996
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
3997
|
-
default as EqualSquareIcon
|
|
3998
|
-
} from '../icons/square-equal';
|
|
3999
3997
|
// SquareDivide aliases
|
|
4000
3998
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4001
3999
|
export {
|
|
4002
4000
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
4003
4001
|
default as DivideSquareIcon
|
|
4004
4002
|
} from '../icons/square-divide';
|
|
4003
|
+
// SquareEqual aliases
|
|
4004
|
+
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4005
|
+
export {
|
|
4006
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
4007
|
+
default as EqualSquareIcon
|
|
4008
|
+
} from '../icons/square-equal';
|
|
4005
4009
|
// SquareKanban aliases
|
|
4006
4010
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4007
4011
|
export {
|
|
@@ -4038,18 +4042,18 @@ export {
|
|
|
4038
4042
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
4039
4043
|
default as MinusSquareIcon
|
|
4040
4044
|
} from '../icons/square-minus';
|
|
4041
|
-
// SquareMousePointer aliases
|
|
4042
|
-
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4043
|
-
export {
|
|
4044
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
4045
|
-
default as InspectIcon
|
|
4046
|
-
} from '../icons/square-mouse-pointer';
|
|
4047
4045
|
// SquareParkingOff aliases
|
|
4048
4046
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4049
4047
|
export {
|
|
4050
4048
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
4051
4049
|
default as ParkingSquareOffIcon
|
|
4052
4050
|
} from '../icons/square-parking-off';
|
|
4051
|
+
// SquareMousePointer aliases
|
|
4052
|
+
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4053
|
+
export {
|
|
4054
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
4055
|
+
default as InspectIcon
|
|
4056
|
+
} from '../icons/square-mouse-pointer';
|
|
4053
4057
|
// SquareParking aliases
|
|
4054
4058
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4055
4059
|
export {
|
|
@@ -4094,54 +4098,54 @@ export {
|
|
|
4094
4098
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
4095
4099
|
default as PlaySquareIcon
|
|
4096
4100
|
} from '../icons/square-play';
|
|
4097
|
-
// SquareScissors aliases
|
|
4098
|
-
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4099
|
-
export {
|
|
4100
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
4101
|
-
default as ScissorsSquareIcon
|
|
4102
|
-
} from '../icons/square-scissors';
|
|
4103
4101
|
// SquarePlus aliases
|
|
4104
4102
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4105
4103
|
export {
|
|
4106
4104
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
4107
4105
|
default as PlusSquareIcon
|
|
4108
4106
|
} from '../icons/square-plus';
|
|
4109
|
-
// SquareSlash aliases
|
|
4110
|
-
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4111
|
-
export {
|
|
4112
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4113
|
-
default as SlashSquareIcon
|
|
4114
|
-
} from '../icons/square-slash';
|
|
4115
4107
|
// SquarePower aliases
|
|
4116
4108
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4117
4109
|
export {
|
|
4118
4110
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4119
4111
|
default as PowerSquareIcon
|
|
4120
4112
|
} from '../icons/square-power';
|
|
4113
|
+
// SquareScissors aliases
|
|
4114
|
+
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4115
|
+
export {
|
|
4116
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
4117
|
+
default as ScissorsSquareIcon
|
|
4118
|
+
} from '../icons/square-scissors';
|
|
4121
4119
|
// SquareSigma aliases
|
|
4122
4120
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4123
4121
|
export {
|
|
4124
4122
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
4125
4123
|
default as SigmaSquareIcon
|
|
4126
4124
|
} from '../icons/square-sigma';
|
|
4127
|
-
//
|
|
4128
|
-
export { default as
|
|
4125
|
+
// SquareSplitHorizontal aliases
|
|
4126
|
+
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4129
4127
|
export {
|
|
4130
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4131
|
-
default as
|
|
4132
|
-
} from '../icons/square-split-
|
|
4128
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
4129
|
+
default as SplitSquareHorizontalIcon
|
|
4130
|
+
} from '../icons/square-split-horizontal';
|
|
4131
|
+
// SquareSlash aliases
|
|
4132
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4133
|
+
export {
|
|
4134
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4135
|
+
default as SlashSquareIcon
|
|
4136
|
+
} from '../icons/square-slash';
|
|
4133
4137
|
// SquareTerminal aliases
|
|
4134
4138
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4135
4139
|
export {
|
|
4136
4140
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
4137
4141
|
default as TerminalSquareIcon
|
|
4138
4142
|
} from '../icons/square-terminal';
|
|
4139
|
-
//
|
|
4140
|
-
export { default as
|
|
4143
|
+
// SquareSplitVertical aliases
|
|
4144
|
+
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4141
4145
|
export {
|
|
4142
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4143
|
-
default as
|
|
4144
|
-
} from '../icons/square-split-
|
|
4146
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
4147
|
+
default as SplitSquareVerticalIcon
|
|
4148
|
+
} from '../icons/square-split-vertical';
|
|
4145
4149
|
// SquareUserRound aliases
|
|
4146
4150
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4147
4151
|
export {
|
|
@@ -4200,18 +4204,24 @@ export {
|
|
|
4200
4204
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
4201
4205
|
default as LetterTextIcon
|
|
4202
4206
|
} from '../icons/text-initial';
|
|
4207
|
+
// TextSelect aliases
|
|
4208
|
+
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4209
|
+
export {
|
|
4210
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|
|
4211
|
+
default as TextSelectionIcon
|
|
4212
|
+
} from '../icons/text-select';
|
|
4203
4213
|
// TextWrap aliases
|
|
4204
4214
|
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4205
4215
|
export {
|
|
4206
4216
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4207
4217
|
default as WrapTextIcon
|
|
4208
4218
|
} from '../icons/text-wrap';
|
|
4209
|
-
//
|
|
4210
|
-
export { default as
|
|
4219
|
+
// TramFront aliases
|
|
4220
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4211
4221
|
export {
|
|
4212
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4213
|
-
default as
|
|
4214
|
-
} from '../icons/
|
|
4222
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
4223
|
+
default as TrainIcon
|
|
4224
|
+
} from '../icons/tram-front';
|
|
4215
4225
|
// TreePalm aliases
|
|
4216
4226
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4217
4227
|
export {
|
|
@@ -4230,60 +4240,54 @@ export {
|
|
|
4230
4240
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
4231
4241
|
default as Tv2Icon
|
|
4232
4242
|
} from '../icons/tv-minimal';
|
|
4233
|
-
//
|
|
4234
|
-
export { default as
|
|
4243
|
+
// University aliases
|
|
4244
|
+
export { default as UniversityIcon } from '../icons/university';
|
|
4235
4245
|
export {
|
|
4236
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4237
|
-
default as
|
|
4238
|
-
} from '../icons/
|
|
4246
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4247
|
+
default as School2Icon
|
|
4248
|
+
} from '../icons/university';
|
|
4249
|
+
// UserRoundCog aliases
|
|
4250
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4251
|
+
export {
|
|
4252
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
4253
|
+
default as UserCog2Icon
|
|
4254
|
+
} from '../icons/user-round-cog';
|
|
4239
4255
|
// UserRoundCheck aliases
|
|
4240
4256
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4241
4257
|
export {
|
|
4242
4258
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
4243
4259
|
default as UserCheck2Icon
|
|
4244
4260
|
} from '../icons/user-round-check';
|
|
4245
|
-
// University aliases
|
|
4246
|
-
export { default as UniversityIcon } from '../icons/university';
|
|
4247
|
-
export {
|
|
4248
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4249
|
-
default as School2Icon
|
|
4250
|
-
} from '../icons/university';
|
|
4251
4261
|
// UserRoundMinus aliases
|
|
4252
4262
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4253
4263
|
export {
|
|
4254
4264
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
4255
4265
|
default as UserMinus2Icon
|
|
4256
4266
|
} from '../icons/user-round-minus';
|
|
4257
|
-
// UserRoundPlus aliases
|
|
4258
|
-
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4259
|
-
export {
|
|
4260
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4261
|
-
default as UserPlus2Icon
|
|
4262
|
-
} from '../icons/user-round-plus';
|
|
4263
|
-
// UserRoundCog aliases
|
|
4264
|
-
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4265
|
-
export {
|
|
4266
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
4267
|
-
default as UserCog2Icon
|
|
4268
|
-
} from '../icons/user-round-cog';
|
|
4269
4267
|
// UserRoundX aliases
|
|
4270
4268
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4271
4269
|
export {
|
|
4272
4270
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4273
4271
|
default as UserX2Icon
|
|
4274
4272
|
} from '../icons/user-round-x';
|
|
4275
|
-
// UserRound aliases
|
|
4276
|
-
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4277
|
-
export {
|
|
4278
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4279
|
-
default as User2Icon
|
|
4280
|
-
} from '../icons/user-round';
|
|
4281
4273
|
// UsersRound aliases
|
|
4282
4274
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4283
4275
|
export {
|
|
4284
4276
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
4285
4277
|
default as Users2Icon
|
|
4286
4278
|
} from '../icons/users-round';
|
|
4279
|
+
// UserRoundPlus aliases
|
|
4280
|
+
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4281
|
+
export {
|
|
4282
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4283
|
+
default as UserPlus2Icon
|
|
4284
|
+
} from '../icons/user-round-plus';
|
|
4285
|
+
// UserRound aliases
|
|
4286
|
+
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4287
|
+
export {
|
|
4288
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4289
|
+
default as User2Icon
|
|
4290
|
+
} from '../icons/user-round';
|
|
4287
4291
|
// UtensilsCrossed aliases
|
|
4288
4292
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4289
4293
|
export {
|
|
@@ -4296,16 +4300,16 @@ export {
|
|
|
4296
4300
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4297
4301
|
default as ForkKnifeIcon
|
|
4298
4302
|
} from '../icons/utensils';
|
|
4299
|
-
// WalletMinimal aliases
|
|
4300
|
-
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4301
|
-
export {
|
|
4302
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4303
|
-
default as Wallet2Icon
|
|
4304
|
-
} from '../icons/wallet-minimal';
|
|
4305
4303
|
// WandSparkles aliases
|
|
4306
4304
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4307
4305
|
export {
|
|
4308
4306
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
4309
4307
|
default as Wand2Icon
|
|
4310
4308
|
} from '../icons/wand-sparkles';
|
|
4309
|
+
// WalletMinimal aliases
|
|
4310
|
+
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4311
|
+
export {
|
|
4312
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4313
|
+
default as Wallet2Icon
|
|
4314
|
+
} from '../icons/wallet-minimal';
|
|
4311
4315
|
|