@lucide/astro 0.570.0 → 0.571.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 +54 -54
- package/src/aliases/prefixed.ts +581 -579
- package/src/aliases/suffixed.ts +895 -893
- package/src/icons/ban.ts +2 -2
- package/src/icons/circle-divide.ts +2 -2
- package/src/icons/circle-equal.ts +2 -2
- package/src/icons/circle-pound-sterling.ts +2 -2
- package/src/icons/circle-power.ts +2 -2
- package/src/icons/circle-slash-2.ts +2 -2
- package/src/icons/circle-star.ts +2 -2
- package/src/icons/clock-1.ts +2 -2
- package/src/icons/clock-10.ts +2 -2
- package/src/icons/clock-11.ts +2 -2
- package/src/icons/clock-12.ts +2 -2
- package/src/icons/clock-2.ts +2 -2
- package/src/icons/clock-3.ts +2 -2
- package/src/icons/clock-4.ts +2 -2
- package/src/icons/clock-5.ts +2 -2
- package/src/icons/clock-6.ts +2 -2
- package/src/icons/clock-7.ts +2 -2
- package/src/icons/clock-8.ts +2 -2
- package/src/icons/clock-9.ts +2 -2
- package/src/icons/clock.ts +2 -2
- package/src/icons/compass.ts +2 -2
- package/src/icons/index.ts +126 -125
- package/src/icons/shelving-unit.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
3
|
// AArrowUp aliases
|
|
4
4
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
|
-
// Accessibility aliases
|
|
6
|
-
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
5
|
// ALargeSmall aliases
|
|
8
6
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
|
+
// Accessibility aliases
|
|
8
|
+
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
11
|
// AirVent aliases
|
|
@@ -14,10 +14,10 @@ export { default as AirVentIcon } from '../icons/air-vent';
|
|
|
14
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
15
|
// AlarmClockOff aliases
|
|
16
16
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
17
|
-
// AlarmSmoke aliases
|
|
18
|
-
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
19
17
|
// AlarmClock aliases
|
|
20
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
|
+
// AlarmSmoke aliases
|
|
20
|
+
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
21
|
// Album aliases
|
|
22
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
23
|
// AlignCenterHorizontal aliases
|
|
@@ -42,68 +42,68 @@ export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizon
|
|
|
42
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
43
|
// AlignHorizontalSpaceAround aliases
|
|
44
44
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
|
-
// AlignStartHorizontal aliases
|
|
46
|
-
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
47
45
|
// AlignHorizontalSpaceBetween aliases
|
|
48
46
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
47
|
+
// AlignStartHorizontal aliases
|
|
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
|
+
// AlignVerticalDistributeCenter aliases
|
|
52
|
+
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
51
53
|
// AlignVerticalDistributeEnd aliases
|
|
52
54
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
53
55
|
// AlignVerticalDistributeStart aliases
|
|
54
56
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
55
|
-
// AlignVerticalDistributeCenter aliases
|
|
56
|
-
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
57
57
|
// AlignVerticalJustifyCenter aliases
|
|
58
58
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
59
|
// AlignVerticalJustifyEnd aliases
|
|
60
60
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
61
|
-
// AlignVerticalSpaceAround aliases
|
|
62
|
-
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
63
61
|
// AlignVerticalJustifyStart aliases
|
|
64
62
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
65
|
-
//
|
|
66
|
-
export { default as
|
|
63
|
+
// AlignVerticalSpaceAround aliases
|
|
64
|
+
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
67
65
|
// Ambulance aliases
|
|
68
66
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
67
|
+
// AlignVerticalSpaceBetween aliases
|
|
68
|
+
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
69
|
+
// Ampersands aliases
|
|
70
|
+
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
69
71
|
// Ampersand aliases
|
|
70
72
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
71
73
|
// Amphora aliases
|
|
72
74
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
73
|
-
// Ampersands aliases
|
|
74
|
-
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
75
|
-
// Angry aliases
|
|
76
|
-
export { default as AngryIcon } from '../icons/angry';
|
|
77
75
|
// Anchor aliases
|
|
78
76
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
|
+
// Angry aliases
|
|
78
|
+
export { default as AngryIcon } from '../icons/angry';
|
|
79
79
|
// Annoyed aliases
|
|
80
80
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
81
81
|
// Antenna aliases
|
|
82
82
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
83
83
|
// Anvil aliases
|
|
84
84
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
|
-
// AppWindowMac aliases
|
|
86
|
-
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
87
85
|
// Aperture aliases
|
|
88
86
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
|
+
// AppWindowMac aliases
|
|
88
|
+
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
89
89
|
// AppWindow aliases
|
|
90
90
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
|
-
// ArchiveRestore aliases
|
|
92
|
-
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
93
91
|
// Apple aliases
|
|
94
92
|
export { default as AppleIcon } from '../icons/apple';
|
|
95
|
-
// ArchiveX aliases
|
|
96
|
-
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
97
93
|
// Archive aliases
|
|
98
94
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
95
|
+
// ArchiveRestore aliases
|
|
96
|
+
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
97
|
+
// ArchiveX aliases
|
|
98
|
+
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
99
99
|
// Armchair aliases
|
|
100
100
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
101
|
// ArrowBigDownDash aliases
|
|
102
102
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
|
-
// ArrowBigDown aliases
|
|
104
|
-
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
103
|
// ArrowBigLeftDash aliases
|
|
106
104
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
105
|
+
// ArrowBigDown aliases
|
|
106
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
107
107
|
// ArrowBigLeft aliases
|
|
108
108
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
109
|
// ArrowBigRightDash aliases
|
|
@@ -112,60 +112,60 @@ export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash'
|
|
|
112
112
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
113
|
// ArrowBigUpDash aliases
|
|
114
114
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
|
-
// ArrowDownFromLine aliases
|
|
116
|
-
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
117
115
|
// ArrowBigUp aliases
|
|
118
116
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
|
+
// ArrowDownFromLine aliases
|
|
118
|
+
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
119
119
|
// ArrowDownLeft aliases
|
|
120
120
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
121
|
-
// ArrowDownToDot aliases
|
|
122
|
-
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
123
|
-
// ArrowDownToLine aliases
|
|
124
|
-
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
125
|
-
// ArrowDownRight aliases
|
|
126
|
-
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
127
|
-
// ArrowDownUp aliases
|
|
128
|
-
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
129
121
|
// ArrowDownNarrowWide aliases
|
|
130
122
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
|
+
// ArrowDownRight aliases
|
|
124
|
+
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
|
+
// ArrowDownToLine aliases
|
|
126
|
+
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
127
|
+
// ArrowDownToDot aliases
|
|
128
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
131
129
|
// ArrowDown aliases
|
|
132
130
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
131
|
+
// ArrowDownUp aliases
|
|
132
|
+
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
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';
|
|
139
|
-
// ArrowRightFromLine aliases
|
|
140
|
-
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
141
137
|
// ArrowLeft aliases
|
|
142
138
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
143
|
-
//
|
|
144
|
-
export { default as
|
|
139
|
+
// ArrowRightFromLine aliases
|
|
140
|
+
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
141
|
+
// ArrowLeftToLine aliases
|
|
142
|
+
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
145
143
|
// ArrowRightLeft aliases
|
|
146
144
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
147
145
|
// ArrowRight aliases
|
|
148
146
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
147
|
+
// ArrowRightToLine aliases
|
|
148
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
149
149
|
// ArrowUpDown aliases
|
|
150
150
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
151
|
// ArrowUpFromDot aliases
|
|
152
152
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
153
|
-
// ArrowUpFromLine aliases
|
|
154
|
-
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
155
153
|
// ArrowUpLeft aliases
|
|
156
154
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
|
-
//
|
|
158
|
-
export { default as
|
|
155
|
+
// ArrowUpFromLine aliases
|
|
156
|
+
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
159
157
|
// ArrowUpToLine aliases
|
|
160
158
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
159
|
+
// ArrowUpRight aliases
|
|
160
|
+
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
161
161
|
// ArrowUpWideNarrow aliases
|
|
162
162
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
163
163
|
// ArrowUp aliases
|
|
164
164
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
165
|
-
// Asterisk aliases
|
|
166
|
-
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
167
165
|
// ArrowsUpFromLine aliases
|
|
168
166
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
|
+
// Asterisk aliases
|
|
168
|
+
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
169
|
// AtSign aliases
|
|
170
170
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
171
171
|
// Atom aliases
|
|
@@ -174,22 +174,22 @@ export { default as AtomIcon } from '../icons/atom';
|
|
|
174
174
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
175
175
|
// AudioWaveform aliases
|
|
176
176
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
177
|
-
// Award aliases
|
|
178
|
-
export { default as AwardIcon } from '../icons/award';
|
|
179
177
|
// Axe aliases
|
|
180
178
|
export { default as AxeIcon } from '../icons/axe';
|
|
179
|
+
// Award aliases
|
|
180
|
+
export { default as AwardIcon } from '../icons/award';
|
|
181
181
|
// Baby aliases
|
|
182
182
|
export { default as BabyIcon } from '../icons/baby';
|
|
183
183
|
// Backpack aliases
|
|
184
184
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
185
|
-
// BadgeCent aliases
|
|
186
|
-
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
187
185
|
// BadgeAlert aliases
|
|
188
186
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
189
|
-
//
|
|
190
|
-
export { default as
|
|
187
|
+
// BadgeCent aliases
|
|
188
|
+
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
191
189
|
// BadgeEuro aliases
|
|
192
190
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
191
|
+
// BadgeDollarSign aliases
|
|
192
|
+
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
193
193
|
// BadgeIndianRupee aliases
|
|
194
194
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
195
195
|
// BadgeInfo aliases
|
|
@@ -200,38 +200,38 @@ export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
|
200
200
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
201
201
|
// BadgePercent aliases
|
|
202
202
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
203
|
-
// BadgePlus aliases
|
|
204
|
-
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
205
203
|
// BadgePoundSterling aliases
|
|
206
204
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
205
|
+
// BadgePlus aliases
|
|
206
|
+
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
207
207
|
// BadgeRussianRuble aliases
|
|
208
208
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
209
|
-
// BadgeTurkishLira aliases
|
|
210
|
-
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
211
209
|
// BadgeSwissFranc aliases
|
|
212
210
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
213
|
-
//
|
|
214
|
-
export { default as
|
|
211
|
+
// BadgeTurkishLira aliases
|
|
212
|
+
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
215
213
|
// Badge aliases
|
|
216
214
|
export { default as BadgeIcon } from '../icons/badge';
|
|
217
215
|
// BaggageClaim aliases
|
|
218
216
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
219
|
-
//
|
|
220
|
-
export { default as
|
|
221
|
-
// Banana aliases
|
|
222
|
-
export { default as BananaIcon } from '../icons/banana';
|
|
217
|
+
// BadgeX aliases
|
|
218
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
223
219
|
// Ban aliases
|
|
224
220
|
export { default as BanIcon } from '../icons/ban';
|
|
221
|
+
// Banana aliases
|
|
222
|
+
export { default as BananaIcon } from '../icons/banana';
|
|
223
|
+
// Balloon aliases
|
|
224
|
+
export { default as BalloonIcon } from '../icons/balloon';
|
|
225
225
|
// Bandage aliases
|
|
226
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
|
|
230
230
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
231
|
-
// Banknote aliases
|
|
232
|
-
export { default as BanknoteIcon } from '../icons/banknote';
|
|
233
231
|
// BanknoteX aliases
|
|
234
232
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
233
|
+
// Banknote aliases
|
|
234
|
+
export { default as BanknoteIcon } from '../icons/banknote';
|
|
235
235
|
// Barcode aliases
|
|
236
236
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
237
237
|
// Barrel aliases
|
|
@@ -240,16 +240,16 @@ export { default as BarrelIcon } from '../icons/barrel';
|
|
|
240
240
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
241
241
|
// Bath aliases
|
|
242
242
|
export { default as BathIcon } from '../icons/bath';
|
|
243
|
-
// BatteryMedium aliases
|
|
244
|
-
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
245
243
|
// BatteryCharging aliases
|
|
246
244
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
245
|
+
// BatteryLow aliases
|
|
246
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
247
|
+
// BatteryMedium aliases
|
|
248
|
+
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
247
249
|
// BatteryFull aliases
|
|
248
250
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
249
251
|
// BatteryPlus aliases
|
|
250
252
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
251
|
-
// BatteryLow aliases
|
|
252
|
-
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
253
253
|
// BatteryWarning aliases
|
|
254
254
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
255
255
|
// Battery aliases
|
|
@@ -266,10 +266,10 @@ export { default as BedSingleIcon } from '../icons/bed-single';
|
|
|
266
266
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
267
267
|
// Bed aliases
|
|
268
268
|
export { default as BedIcon } from '../icons/bed';
|
|
269
|
-
// Beef aliases
|
|
270
|
-
export { default as BeefIcon } from '../icons/beef';
|
|
271
269
|
// BeerOff aliases
|
|
272
270
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
271
|
+
// Beef aliases
|
|
272
|
+
export { default as BeefIcon } from '../icons/beef';
|
|
273
273
|
// Beer aliases
|
|
274
274
|
export { default as BeerIcon } from '../icons/beer';
|
|
275
275
|
// BellDot aliases
|
|
@@ -280,36 +280,36 @@ export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
|
280
280
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
281
281
|
// BellOff aliases
|
|
282
282
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
283
|
-
// BellRing aliases
|
|
284
|
-
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
285
283
|
// BellPlus aliases
|
|
286
284
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
285
|
+
// BellRing aliases
|
|
286
|
+
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
287
287
|
// Bell aliases
|
|
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';
|
|
293
291
|
// BetweenVerticalStart aliases
|
|
294
292
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
293
|
+
// BicepsFlexed aliases
|
|
294
|
+
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
295
295
|
// Bike aliases
|
|
296
296
|
export { default as BikeIcon } from '../icons/bike';
|
|
297
297
|
// Binary aliases
|
|
298
298
|
export { default as BinaryIcon } from '../icons/binary';
|
|
299
|
-
// Biohazard aliases
|
|
300
|
-
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
301
299
|
// Binoculars aliases
|
|
302
300
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
303
|
-
//
|
|
304
|
-
export { default as
|
|
305
|
-
// Bitcoin aliases
|
|
306
|
-
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
301
|
+
// Biohazard aliases
|
|
302
|
+
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
307
303
|
// Bird aliases
|
|
308
304
|
export { default as BirdIcon } from '../icons/bird';
|
|
309
|
-
//
|
|
310
|
-
export { default as
|
|
305
|
+
// Bitcoin aliases
|
|
306
|
+
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
307
|
+
// Birdhouse aliases
|
|
308
|
+
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
311
309
|
// Blinds aliases
|
|
312
310
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
311
|
+
// Blend aliases
|
|
312
|
+
export { default as BlendIcon } from '../icons/blend';
|
|
313
313
|
// Blocks aliases
|
|
314
314
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
315
315
|
// BluetoothConnected aliases
|
|
@@ -320,68 +320,68 @@ export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
|
320
320
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
321
321
|
// Bluetooth aliases
|
|
322
322
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
323
|
-
// Bolt aliases
|
|
324
|
-
export { default as BoltIcon } from '../icons/bolt';
|
|
325
323
|
// Bold aliases
|
|
326
324
|
export { default as BoldIcon } from '../icons/bold';
|
|
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
|
-
// BookAlert aliases
|
|
332
|
-
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
333
331
|
// BookA aliases
|
|
334
332
|
export { default as BookAIcon } from '../icons/book-a';
|
|
335
|
-
//
|
|
336
|
-
export { default as
|
|
333
|
+
// BookAlert aliases
|
|
334
|
+
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
337
335
|
// BookCheck aliases
|
|
338
336
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
339
337
|
// BookCopy aliases
|
|
340
338
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
339
|
+
// BookAudio aliases
|
|
340
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
341
341
|
// BookDown aliases
|
|
342
342
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
343
343
|
// BookHeadphones aliases
|
|
344
344
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
345
|
+
// BookHeart aliases
|
|
346
|
+
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
345
347
|
// BookImage aliases
|
|
346
348
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
347
349
|
// BookKey aliases
|
|
348
350
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
349
|
-
// BookHeart aliases
|
|
350
|
-
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
351
351
|
// BookLock aliases
|
|
352
352
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
353
353
|
// BookMarked aliases
|
|
354
354
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
355
|
-
// BookMinus aliases
|
|
356
|
-
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
357
355
|
// BookOpenCheck aliases
|
|
358
356
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
357
|
+
// BookMinus aliases
|
|
358
|
+
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
359
|
+
// BookOpenText aliases
|
|
360
|
+
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
359
361
|
// BookOpen aliases
|
|
360
362
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
361
363
|
// BookPlus aliases
|
|
362
364
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
363
|
-
// BookOpenText aliases
|
|
364
|
-
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
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';
|
|
371
|
-
//
|
|
372
|
-
export { default as
|
|
369
|
+
// BookText aliases
|
|
370
|
+
export { default as BookTextIcon } from '../icons/book-text';
|
|
373
371
|
// BookUp2 aliases
|
|
374
372
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
|
+
// BookUp aliases
|
|
374
|
+
export { default as BookUpIcon } from '../icons/book-up';
|
|
375
375
|
// BookUser aliases
|
|
376
376
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
377
377
|
// BookX aliases
|
|
378
378
|
export { default as BookXIcon } from '../icons/book-x';
|
|
379
|
-
// Book aliases
|
|
380
|
-
export { default as BookIcon } from '../icons/book';
|
|
381
379
|
// BookmarkCheck aliases
|
|
382
380
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
383
381
|
// BookmarkMinus aliases
|
|
384
382
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
383
|
+
// Book aliases
|
|
384
|
+
export { default as BookIcon } from '../icons/book';
|
|
385
385
|
// BookmarkPlus aliases
|
|
386
386
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
387
387
|
// BookmarkX aliases
|
|
@@ -400,14 +400,14 @@ export { default as BotIcon } from '../icons/bot';
|
|
|
400
400
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
401
401
|
// BowArrow aliases
|
|
402
402
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
403
|
-
// Boxes aliases
|
|
404
|
-
export { default as BoxesIcon } from '../icons/boxes';
|
|
405
403
|
// Box aliases
|
|
406
404
|
export { default as BoxIcon } from '../icons/box';
|
|
407
|
-
//
|
|
408
|
-
export { default as
|
|
405
|
+
// Boxes aliases
|
|
406
|
+
export { default as BoxesIcon } from '../icons/boxes';
|
|
409
407
|
// Brackets aliases
|
|
410
408
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
409
|
+
// BrainCircuit aliases
|
|
410
|
+
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
411
411
|
// BrainCog aliases
|
|
412
412
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
413
413
|
// Brain aliases
|
|
@@ -434,16 +434,16 @@ export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
|
434
434
|
export { default as BrushIcon } from '../icons/brush';
|
|
435
435
|
// Bubbles aliases
|
|
436
436
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
437
|
-
// BugPlay aliases
|
|
438
|
-
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
439
437
|
// BugOff aliases
|
|
440
438
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
441
|
-
//
|
|
442
|
-
export { default as
|
|
443
|
-
// Building aliases
|
|
444
|
-
export { default as BuildingIcon } from '../icons/building';
|
|
439
|
+
// BugPlay aliases
|
|
440
|
+
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
445
441
|
// Building2 aliases
|
|
446
442
|
export { default as Building2Icon } from '../icons/building-2';
|
|
443
|
+
// Building aliases
|
|
444
|
+
export { default as BuildingIcon } from '../icons/building';
|
|
445
|
+
// Bug aliases
|
|
446
|
+
export { default as BugIcon } from '../icons/bug';
|
|
447
447
|
// BusFront aliases
|
|
448
448
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
449
449
|
// Bus aliases
|
|
@@ -454,12 +454,12 @@ export { default as CableCarIcon } from '../icons/cable-car';
|
|
|
454
454
|
export { default as CableIcon } from '../icons/cable';
|
|
455
455
|
// CakeSlice aliases
|
|
456
456
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
457
|
-
// Calculator aliases
|
|
458
|
-
export { default as CalculatorIcon } from '../icons/calculator';
|
|
459
457
|
// Cake aliases
|
|
460
458
|
export { default as CakeIcon } from '../icons/cake';
|
|
461
459
|
// Calendar1 aliases
|
|
462
460
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
461
|
+
// Calculator aliases
|
|
462
|
+
export { default as CalculatorIcon } from '../icons/calculator';
|
|
463
463
|
// CalendarArrowDown aliases
|
|
464
464
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
465
465
|
// CalendarArrowUp aliases
|
|
@@ -472,64 +472,64 @@ export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
|
472
472
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
473
473
|
// CalendarCog aliases
|
|
474
474
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
475
|
-
// CalendarFold aliases
|
|
476
|
-
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
477
475
|
// CalendarDays aliases
|
|
478
476
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
477
|
+
// CalendarFold aliases
|
|
478
|
+
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
479
479
|
// CalendarHeart aliases
|
|
480
480
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
481
481
|
// CalendarMinus2 aliases
|
|
482
482
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
483
483
|
// CalendarMinus aliases
|
|
484
484
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
485
|
+
// CalendarOff aliases
|
|
486
|
+
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
485
487
|
// CalendarPlus2 aliases
|
|
486
488
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
487
489
|
// CalendarPlus aliases
|
|
488
490
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
489
|
-
// CalendarOff aliases
|
|
490
|
-
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
491
491
|
// CalendarRange aliases
|
|
492
492
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
493
493
|
// CalendarSearch aliases
|
|
494
494
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
495
|
-
// CalendarX2 aliases
|
|
496
|
-
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
497
495
|
// CalendarSync aliases
|
|
498
496
|
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
|
-
// Calendar aliases
|
|
502
|
-
export { default as CalendarIcon } from '../icons/calendar';
|
|
503
501
|
// Calendars aliases
|
|
504
502
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
503
|
+
// Calendar aliases
|
|
504
|
+
export { default as CalendarIcon } from '../icons/calendar';
|
|
505
505
|
// CameraOff aliases
|
|
506
506
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
507
507
|
// Camera aliases
|
|
508
508
|
export { default as CameraIcon } from '../icons/camera';
|
|
509
|
-
// CandyOff aliases
|
|
510
|
-
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
511
509
|
// CandyCane aliases
|
|
512
510
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
513
511
|
// Candy aliases
|
|
514
512
|
export { default as CandyIcon } from '../icons/candy';
|
|
513
|
+
// CandyOff aliases
|
|
514
|
+
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
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
519
|
// CaptionsOff aliases
|
|
520
520
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
521
|
-
// CarTaxiFront aliases
|
|
522
|
-
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
523
521
|
// CarFront aliases
|
|
524
522
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
525
|
-
//
|
|
526
|
-
export { default as
|
|
523
|
+
// CarTaxiFront aliases
|
|
524
|
+
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
527
525
|
// Caravan aliases
|
|
528
526
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
529
|
-
//
|
|
530
|
-
export { default as
|
|
527
|
+
// Car aliases
|
|
528
|
+
export { default as CarIcon } from '../icons/car';
|
|
531
529
|
// Carrot aliases
|
|
532
530
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
531
|
+
// CardSim aliases
|
|
532
|
+
export { default as CardSimIcon } from '../icons/card-sim';
|
|
533
533
|
// CaseLower aliases
|
|
534
534
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
535
535
|
// CaseSensitive aliases
|
|
@@ -544,26 +544,26 @@ export { default as CastIcon } from '../icons/cast';
|
|
|
544
544
|
export { default as CastleIcon } from '../icons/castle';
|
|
545
545
|
// Cat aliases
|
|
546
546
|
export { default as CatIcon } from '../icons/cat';
|
|
547
|
-
// Cctv aliases
|
|
548
|
-
export { default as CctvIcon } from '../icons/cctv';
|
|
549
547
|
// ChartBarDecreasing aliases
|
|
550
548
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
551
|
-
//
|
|
552
|
-
export { default as
|
|
553
|
-
// ChartBarIncreasing aliases
|
|
554
|
-
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
549
|
+
// Cctv aliases
|
|
550
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
555
551
|
// ChartColumnDecreasing aliases
|
|
556
552
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
553
|
+
// ChartBarIncreasing aliases
|
|
554
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
555
|
+
// ChartBarStacked aliases
|
|
556
|
+
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
557
|
+
// ChartNetwork aliases
|
|
558
|
+
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
557
559
|
// ChartColumnStacked aliases
|
|
558
560
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
559
561
|
// ChartGantt aliases
|
|
560
562
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
561
|
-
// ChartNetwork aliases
|
|
562
|
-
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
563
|
-
// ChartNoAxesColumnDecreasing aliases
|
|
564
|
-
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
565
563
|
// ChartNoAxesCombined aliases
|
|
566
564
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
565
|
+
// ChartNoAxesColumnDecreasing aliases
|
|
566
|
+
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
567
567
|
// ChartSpline aliases
|
|
568
568
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
569
569
|
// CheckLine aliases
|
|
@@ -576,56 +576,56 @@ export { default as CheckIcon } from '../icons/check';
|
|
|
576
576
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
577
577
|
// Cherry aliases
|
|
578
578
|
export { default as CherryIcon } from '../icons/cherry';
|
|
579
|
-
// ChessKing aliases
|
|
580
|
-
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
581
579
|
// ChessBishop aliases
|
|
582
580
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
583
|
-
//
|
|
584
|
-
export { default as
|
|
581
|
+
// ChessKing aliases
|
|
582
|
+
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
585
583
|
// ChessPawn aliases
|
|
586
584
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
585
|
+
// ChessKnight aliases
|
|
586
|
+
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
587
587
|
// ChessQueen aliases
|
|
588
588
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
589
|
-
// ChevronDown aliases
|
|
590
|
-
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
591
589
|
// ChessRook aliases
|
|
592
590
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
591
|
+
// ChevronDown aliases
|
|
592
|
+
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
593
593
|
// ChevronFirst aliases
|
|
594
594
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
595
595
|
// ChevronLast aliases
|
|
596
596
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
597
|
+
// ChevronRight aliases
|
|
598
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
597
599
|
// ChevronLeft aliases
|
|
598
600
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
599
601
|
// ChevronUp aliases
|
|
600
602
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
601
|
-
// ChevronRight aliases
|
|
602
|
-
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
603
603
|
// ChevronsDownUp aliases
|
|
604
604
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
605
605
|
// ChevronsDown aliases
|
|
606
606
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
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
615
|
// ChevronsRight aliases
|
|
616
616
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
617
|
-
// ChevronsUp aliases
|
|
618
|
-
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
619
617
|
// ChevronsUpDown aliases
|
|
620
618
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
619
|
+
// ChevronsUp aliases
|
|
620
|
+
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
621
621
|
// Church aliases
|
|
622
622
|
export { default as ChurchIcon } from '../icons/church';
|
|
623
|
-
// CigaretteOff aliases
|
|
624
|
-
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
625
623
|
// Cigarette aliases
|
|
626
624
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
627
625
|
// CircleDashed aliases
|
|
628
626
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
627
|
+
// CigaretteOff aliases
|
|
628
|
+
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
629
629
|
// CircleDollarSign aliases
|
|
630
630
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
631
631
|
// CircleDotDashed aliases
|
|
@@ -634,28 +634,28 @@ export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
|
634
634
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
635
635
|
// CircleEllipsis aliases
|
|
636
636
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
637
|
-
// CircleEqual aliases
|
|
638
|
-
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
639
637
|
// CircleFadingArrowUp aliases
|
|
640
638
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
641
639
|
// CircleFadingPlus aliases
|
|
642
640
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
643
|
-
//
|
|
644
|
-
export { default as
|
|
645
|
-
// CircleOff aliases
|
|
646
|
-
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
641
|
+
// CircleEqual aliases
|
|
642
|
+
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
647
643
|
// CirclePile aliases
|
|
648
644
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
645
|
+
// CircleOff aliases
|
|
646
|
+
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
647
|
+
// CircleSlash aliases
|
|
648
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
649
649
|
// CircleSmall aliases
|
|
650
650
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
651
|
-
// CirclePoundSterling aliases
|
|
652
|
-
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
653
651
|
// CircleStar aliases
|
|
654
652
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
655
|
-
//
|
|
656
|
-
export { default as
|
|
653
|
+
// CirclePoundSterling aliases
|
|
654
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
657
655
|
// CircuitBoard aliases
|
|
658
656
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
657
|
+
// Circle aliases
|
|
658
|
+
export { default as CircleIcon } from '../icons/circle';
|
|
659
659
|
// Citrus aliases
|
|
660
660
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
661
661
|
// Clapperboard aliases
|
|
@@ -674,32 +674,32 @@ export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
|
674
674
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
675
675
|
// ClipboardPlus aliases
|
|
676
676
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
677
|
-
// ClipboardType aliases
|
|
678
|
-
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
679
677
|
// ClipboardX aliases
|
|
680
678
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
681
679
|
// Clipboard aliases
|
|
682
680
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
681
|
+
// ClipboardType aliases
|
|
682
|
+
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
683
683
|
// Clock1 aliases
|
|
684
684
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
685
685
|
// Clock10 aliases
|
|
686
686
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
687
687
|
// Clock11 aliases
|
|
688
688
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
689
|
-
// Clock12 aliases
|
|
690
|
-
export { default as Clock12Icon } from '../icons/clock-12';
|
|
691
|
-
// Clock2 aliases
|
|
692
|
-
export { default as Clock2Icon } from '../icons/clock-2';
|
|
693
689
|
// Clock3 aliases
|
|
694
690
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
691
|
+
// Clock2 aliases
|
|
692
|
+
export { default as Clock2Icon } from '../icons/clock-2';
|
|
693
|
+
// Clock12 aliases
|
|
694
|
+
export { default as Clock12Icon } from '../icons/clock-12';
|
|
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';
|
|
699
697
|
// Clock5 aliases
|
|
700
698
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
701
699
|
// Clock8 aliases
|
|
702
700
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
701
|
+
// Clock6 aliases
|
|
702
|
+
export { default as Clock6Icon } from '../icons/clock-6';
|
|
703
703
|
// Clock7 aliases
|
|
704
704
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
705
705
|
// Clock9 aliases
|
|
@@ -722,20 +722,20 @@ export { default as ClockIcon } from '../icons/clock';
|
|
|
722
722
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
723
723
|
// CloudAlert aliases
|
|
724
724
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
725
|
-
// CloudCheck aliases
|
|
726
|
-
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
727
725
|
// CloudBackup aliases
|
|
728
726
|
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
727
|
+
// CloudCheck aliases
|
|
728
|
+
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
729
729
|
// CloudCog aliases
|
|
730
730
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
731
731
|
// CloudDrizzle aliases
|
|
732
732
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
733
733
|
// CloudFog aliases
|
|
734
734
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
735
|
-
// CloudHail aliases
|
|
736
|
-
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
737
735
|
// CloudLightning aliases
|
|
738
736
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
737
|
+
// CloudHail aliases
|
|
738
|
+
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
739
739
|
// CloudMoonRain aliases
|
|
740
740
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
741
741
|
// CloudMoon aliases
|
|
@@ -746,10 +746,10 @@ export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
|
746
746
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
747
747
|
// CloudRain aliases
|
|
748
748
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
749
|
-
// CloudSunRain aliases
|
|
750
|
-
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
751
749
|
// CloudSnow aliases
|
|
752
750
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
751
|
+
// CloudSunRain aliases
|
|
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
755
|
// CloudSync aliases
|
|
@@ -758,40 +758,40 @@ export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
|
758
758
|
export { default as CloudIcon } from '../icons/cloud';
|
|
759
759
|
// Cloudy aliases
|
|
760
760
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
761
|
+
// Club aliases
|
|
762
|
+
export { default as ClubIcon } from '../icons/club';
|
|
761
763
|
// Clover aliases
|
|
762
764
|
export { default as CloverIcon } from '../icons/clover';
|
|
763
765
|
// Codepen aliases
|
|
764
766
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
765
|
-
// Club aliases
|
|
766
|
-
export { default as ClubIcon } from '../icons/club';
|
|
767
767
|
// Code aliases
|
|
768
768
|
export { default as CodeIcon } from '../icons/code';
|
|
769
|
-
// Codesandbox aliases
|
|
770
|
-
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
771
769
|
// Coffee aliases
|
|
772
770
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
773
|
-
//
|
|
774
|
-
export { default as
|
|
771
|
+
// Codesandbox aliases
|
|
772
|
+
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
775
773
|
// Cog aliases
|
|
776
774
|
export { default as CogIcon } from '../icons/cog';
|
|
777
|
-
//
|
|
778
|
-
export { default as
|
|
775
|
+
// Coins aliases
|
|
776
|
+
export { default as CoinsIcon } from '../icons/coins';
|
|
779
777
|
// Columns4 aliases
|
|
780
778
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
779
|
+
// Combine aliases
|
|
780
|
+
export { default as CombineIcon } from '../icons/combine';
|
|
781
781
|
// Command aliases
|
|
782
782
|
export { default as CommandIcon } from '../icons/command';
|
|
783
|
-
// Component aliases
|
|
784
|
-
export { default as ComponentIcon } from '../icons/component';
|
|
785
783
|
// Compass aliases
|
|
786
784
|
export { default as CompassIcon } from '../icons/compass';
|
|
787
785
|
// Computer aliases
|
|
788
786
|
export { default as ComputerIcon } from '../icons/computer';
|
|
787
|
+
// Component aliases
|
|
788
|
+
export { default as ComponentIcon } from '../icons/component';
|
|
789
789
|
// ConciergeBell aliases
|
|
790
790
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
791
|
-
// Construction aliases
|
|
792
|
-
export { default as ConstructionIcon } from '../icons/construction';
|
|
793
791
|
// Cone aliases
|
|
794
792
|
export { default as ConeIcon } from '../icons/cone';
|
|
793
|
+
// Construction aliases
|
|
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
|
|
@@ -802,44 +802,44 @@ export { default as ContrastIcon } from '../icons/contrast';
|
|
|
802
802
|
export { default as CookieIcon } from '../icons/cookie';
|
|
803
803
|
// CookingPot aliases
|
|
804
804
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
805
|
-
// CopyCheck aliases
|
|
806
|
-
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
807
805
|
// CopyMinus aliases
|
|
808
806
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
809
|
-
// CopySlash aliases
|
|
810
|
-
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
811
|
-
// CopyX aliases
|
|
812
|
-
export { default as CopyXIcon } from '../icons/copy-x';
|
|
813
807
|
// CopyPlus aliases
|
|
814
808
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
809
|
+
// CopyCheck aliases
|
|
810
|
+
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
811
|
+
// CopyX aliases
|
|
812
|
+
export { default as CopyXIcon } from '../icons/copy-x';
|
|
815
813
|
// Copy aliases
|
|
816
814
|
export { default as CopyIcon } from '../icons/copy';
|
|
815
|
+
// CopySlash aliases
|
|
816
|
+
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
817
817
|
// Copyright aliases
|
|
818
818
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
819
819
|
// Copyleft aliases
|
|
820
820
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
821
821
|
// CornerDownLeft aliases
|
|
822
822
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
823
|
-
// CornerDownRight aliases
|
|
824
|
-
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
825
823
|
// CornerLeftDown aliases
|
|
826
824
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
827
825
|
// CornerLeftUp aliases
|
|
828
826
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
829
827
|
// CornerRightDown aliases
|
|
830
828
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
831
|
-
//
|
|
832
|
-
export { default as
|
|
829
|
+
// CornerDownRight aliases
|
|
830
|
+
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
833
831
|
// CornerUpLeft aliases
|
|
834
832
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
835
|
-
//
|
|
836
|
-
export { default as
|
|
833
|
+
// CornerRightUp aliases
|
|
834
|
+
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
837
835
|
// Cpu aliases
|
|
838
836
|
export { default as CpuIcon } from '../icons/cpu';
|
|
839
|
-
//
|
|
840
|
-
export { default as
|
|
837
|
+
// CornerUpRight aliases
|
|
838
|
+
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
841
839
|
// CreativeCommons aliases
|
|
842
840
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
841
|
+
// CreditCard aliases
|
|
842
|
+
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
843
843
|
// Croissant aliases
|
|
844
844
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
845
845
|
// Crop aliases
|
|
@@ -852,34 +852,34 @@ export { default as CrosshairIcon } from '../icons/crosshair';
|
|
|
852
852
|
export { default as CrownIcon } from '../icons/crown';
|
|
853
853
|
// Cuboid aliases
|
|
854
854
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
855
|
-
// Currency aliases
|
|
856
|
-
export { default as CurrencyIcon } from '../icons/currency';
|
|
857
855
|
// CupSoda aliases
|
|
858
856
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
857
|
+
// Currency aliases
|
|
858
|
+
export { default as CurrencyIcon } from '../icons/currency';
|
|
859
859
|
// Cylinder aliases
|
|
860
860
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
861
|
-
// Dam aliases
|
|
862
|
-
export { default as DamIcon } from '../icons/dam';
|
|
863
|
-
// DatabaseSearch aliases
|
|
864
|
-
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
865
861
|
// DatabaseBackup aliases
|
|
866
862
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
863
|
+
// Dam aliases
|
|
864
|
+
export { default as DamIcon } from '../icons/dam';
|
|
867
865
|
// DatabaseZap aliases
|
|
868
866
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
867
|
+
// DatabaseSearch aliases
|
|
868
|
+
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
869
869
|
// Database aliases
|
|
870
870
|
export { default as DatabaseIcon } from '../icons/database';
|
|
871
871
|
// DecimalsArrowLeft aliases
|
|
872
872
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
873
873
|
// Delete aliases
|
|
874
874
|
export { default as DeleteIcon } from '../icons/delete';
|
|
875
|
-
// Dessert aliases
|
|
876
|
-
export { default as DessertIcon } from '../icons/dessert';
|
|
877
875
|
// DecimalsArrowRight aliases
|
|
878
876
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
879
|
-
//
|
|
880
|
-
export { default as
|
|
877
|
+
// Dessert aliases
|
|
878
|
+
export { default as DessertIcon } from '../icons/dessert';
|
|
881
879
|
// DiamondMinus aliases
|
|
882
880
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
881
|
+
// Diameter aliases
|
|
882
|
+
export { default as DiameterIcon } from '../icons/diameter';
|
|
883
883
|
// DiamondPlus aliases
|
|
884
884
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
885
885
|
// Diamond aliases
|
|
@@ -888,10 +888,10 @@ export { default as DiamondIcon } from '../icons/diamond';
|
|
|
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';
|
|
893
|
+
// Dice3 aliases
|
|
894
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
895
895
|
// Dice5 aliases
|
|
896
896
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
897
897
|
// Dice6 aliases
|
|
@@ -900,20 +900,20 @@ export { default as Dice6Icon } from '../icons/dice-6';
|
|
|
900
900
|
export { default as DicesIcon } from '../icons/dices';
|
|
901
901
|
// Diff aliases
|
|
902
902
|
export { default as DiffIcon } from '../icons/diff';
|
|
903
|
-
// Disc3 aliases
|
|
904
|
-
export { default as Disc3Icon } from '../icons/disc-3';
|
|
905
903
|
// Disc2 aliases
|
|
906
904
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
905
|
+
// Disc3 aliases
|
|
906
|
+
export { default as Disc3Icon } from '../icons/disc-3';
|
|
907
907
|
// Disc aliases
|
|
908
908
|
export { default as DiscIcon } from '../icons/disc';
|
|
909
909
|
// DiscAlbum aliases
|
|
910
910
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
911
911
|
// Divide aliases
|
|
912
912
|
export { default as DivideIcon } from '../icons/divide';
|
|
913
|
-
// Dna aliases
|
|
914
|
-
export { default as DnaIcon } from '../icons/dna';
|
|
915
913
|
// DnaOff aliases
|
|
916
914
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
915
|
+
// Dna aliases
|
|
916
|
+
export { default as DnaIcon } from '../icons/dna';
|
|
917
917
|
// Dock aliases
|
|
918
918
|
export { default as DockIcon } from '../icons/dock';
|
|
919
919
|
// Dog aliases
|
|
@@ -924,54 +924,54 @@ export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
|
924
924
|
export { default as DonutIcon } from '../icons/donut';
|
|
925
925
|
// DoorClosedLocked aliases
|
|
926
926
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
927
|
-
// DoorClosed aliases
|
|
928
|
-
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
929
927
|
// DoorOpen aliases
|
|
930
928
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
931
|
-
// Download aliases
|
|
932
|
-
export { default as DownloadIcon } from '../icons/download';
|
|
933
929
|
// Dot aliases
|
|
934
930
|
export { default as DotIcon } from '../icons/dot';
|
|
931
|
+
// DoorClosed aliases
|
|
932
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
933
|
+
// Download aliases
|
|
934
|
+
export { default as DownloadIcon } from '../icons/download';
|
|
935
935
|
// DraftingCompass aliases
|
|
936
936
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
937
937
|
// Dribbble aliases
|
|
938
938
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
939
939
|
// Drama aliases
|
|
940
940
|
export { default as DramaIcon } from '../icons/drama';
|
|
941
|
-
// Drill aliases
|
|
942
|
-
export { default as DrillIcon } from '../icons/drill';
|
|
943
941
|
// Drone aliases
|
|
944
942
|
export { default as DroneIcon } from '../icons/drone';
|
|
945
943
|
// DropletOff aliases
|
|
946
944
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
945
|
+
// Drill aliases
|
|
946
|
+
export { default as DrillIcon } from '../icons/drill';
|
|
947
947
|
// Droplet aliases
|
|
948
948
|
export { default as DropletIcon } from '../icons/droplet';
|
|
949
|
-
// Drum aliases
|
|
950
|
-
export { default as DrumIcon } from '../icons/drum';
|
|
951
949
|
// Droplets aliases
|
|
952
950
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
951
|
+
// Drum aliases
|
|
952
|
+
export { default as DrumIcon } from '../icons/drum';
|
|
953
953
|
// Drumstick aliases
|
|
954
954
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
955
|
-
// Ear aliases
|
|
956
|
-
export { default as EarIcon } from '../icons/ear';
|
|
957
955
|
// Dumbbell aliases
|
|
958
956
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
959
957
|
// EarOff aliases
|
|
960
958
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
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
|
|
966
966
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
967
967
|
// EggOff aliases
|
|
968
968
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
969
|
+
// EqualNot aliases
|
|
970
|
+
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
969
971
|
// Egg aliases
|
|
970
972
|
export { default as EggIcon } from '../icons/egg';
|
|
971
973
|
// EqualApproximately aliases
|
|
972
974
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
973
|
-
// EqualNot aliases
|
|
974
|
-
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
975
975
|
// Equal aliases
|
|
976
976
|
export { default as EqualIcon } from '../icons/equal';
|
|
977
977
|
// Eraser aliases
|
|
@@ -980,34 +980,34 @@ export { default as EraserIcon } from '../icons/eraser';
|
|
|
980
980
|
export { default as EuroIcon } from '../icons/euro';
|
|
981
981
|
// EthernetPort aliases
|
|
982
982
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
983
|
-
// Expand aliases
|
|
984
|
-
export { default as ExpandIcon } from '../icons/expand';
|
|
985
983
|
// EvCharger aliases
|
|
986
984
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
985
|
+
// Expand aliases
|
|
986
|
+
export { default as ExpandIcon } from '../icons/expand';
|
|
987
987
|
// ExternalLink aliases
|
|
988
988
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
989
|
-
// EyeOff aliases
|
|
990
|
-
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
991
989
|
// EyeClosed aliases
|
|
992
990
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
993
991
|
// Eye aliases
|
|
994
992
|
export { default as EyeIcon } from '../icons/eye';
|
|
995
993
|
// Facebook aliases
|
|
996
994
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
995
|
+
// EyeOff aliases
|
|
996
|
+
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
997
|
+
// Factory aliases
|
|
998
|
+
export { default as FactoryIcon } from '../icons/factory';
|
|
997
999
|
// Fan aliases
|
|
998
1000
|
export { default as FanIcon } from '../icons/fan';
|
|
999
1001
|
// FastForward aliases
|
|
1000
1002
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1001
|
-
// Factory aliases
|
|
1002
|
-
export { default as FactoryIcon } from '../icons/factory';
|
|
1003
1003
|
// Feather aliases
|
|
1004
1004
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1005
|
+
// FerrisWheel aliases
|
|
1006
|
+
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1005
1007
|
// Fence aliases
|
|
1006
1008
|
export { default as FenceIcon } from '../icons/fence';
|
|
1007
1009
|
// Figma aliases
|
|
1008
1010
|
export { default as FigmaIcon } from '../icons/figma';
|
|
1009
|
-
// FerrisWheel aliases
|
|
1010
|
-
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1011
1011
|
// FileArchive aliases
|
|
1012
1012
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1013
1013
|
// FileBox aliases
|
|
@@ -1028,40 +1028,40 @@ export { default as FileDownIcon } from '../icons/file-down';
|
|
|
1028
1028
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1029
1029
|
// FileHeart aliases
|
|
1030
1030
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1031
|
-
// FileMinus aliases
|
|
1032
|
-
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1033
1031
|
// FileInput aliases
|
|
1034
1032
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1033
|
+
// FileMinus aliases
|
|
1034
|
+
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1035
1035
|
// FileMusic aliases
|
|
1036
1036
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1037
1037
|
// FileOutput aliases
|
|
1038
1038
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1039
1039
|
// FilePlus aliases
|
|
1040
1040
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1041
|
-
// FileSearch aliases
|
|
1042
|
-
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1043
1041
|
// FileScan aliases
|
|
1044
1042
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1045
|
-
// FileSpreadsheet aliases
|
|
1046
|
-
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1047
1043
|
// FileSliders aliases
|
|
1048
1044
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1045
|
+
// FileSearch aliases
|
|
1046
|
+
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1047
|
+
// FileSpreadsheet aliases
|
|
1048
|
+
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1049
1049
|
// FileStack aliases
|
|
1050
1050
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1051
1051
|
// FileSymlink aliases
|
|
1052
1052
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1053
|
-
// FileText aliases
|
|
1054
|
-
export { default as FileTextIcon } from '../icons/file-text';
|
|
1055
|
-
// FileType aliases
|
|
1056
|
-
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1057
1053
|
// FileTerminal aliases
|
|
1058
1054
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1055
|
+
// FileType aliases
|
|
1056
|
+
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1059
1057
|
// FileUp aliases
|
|
1060
1058
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1061
|
-
//
|
|
1062
|
-
export { default as
|
|
1059
|
+
// FileText aliases
|
|
1060
|
+
export { default as FileTextIcon } from '../icons/file-text';
|
|
1063
1061
|
// FileUser aliases
|
|
1064
1062
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1063
|
+
// FileVolume aliases
|
|
1064
|
+
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1065
1065
|
// FileX aliases
|
|
1066
1066
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1067
1067
|
// File aliases
|
|
@@ -1072,24 +1072,24 @@ export { default as FilesIcon } from '../icons/files';
|
|
|
1072
1072
|
export { default as FilmIcon } from '../icons/film';
|
|
1073
1073
|
// FireExtinguisher aliases
|
|
1074
1074
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1075
|
-
// FishSymbol aliases
|
|
1076
|
-
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1077
1075
|
// FishOff aliases
|
|
1078
1076
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1077
|
+
// FishSymbol aliases
|
|
1078
|
+
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1079
1079
|
// Fish aliases
|
|
1080
1080
|
export { default as FishIcon } from '../icons/fish';
|
|
1081
|
-
// FishingHook aliases
|
|
1082
|
-
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1083
1081
|
// FlagOff aliases
|
|
1084
1082
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1085
|
-
// FlagTriangleRight aliases
|
|
1086
|
-
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1087
1083
|
// FlagTriangleLeft aliases
|
|
1088
1084
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1089
|
-
//
|
|
1090
|
-
export { default as
|
|
1085
|
+
// FishingHook aliases
|
|
1086
|
+
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1091
1087
|
// Flag aliases
|
|
1092
1088
|
export { default as FlagIcon } from '../icons/flag';
|
|
1089
|
+
// FlagTriangleRight aliases
|
|
1090
|
+
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1091
|
+
// FlameKindling aliases
|
|
1092
|
+
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1093
1093
|
// Flame aliases
|
|
1094
1094
|
export { default as FlameIcon } from '../icons/flame';
|
|
1095
1095
|
// FlashlightOff aliases
|
|
@@ -1104,32 +1104,32 @@ export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
|
1104
1104
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1105
1105
|
// FlipHorizontal2 aliases
|
|
1106
1106
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1107
|
-
// FlipHorizontal aliases
|
|
1108
|
-
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1109
1107
|
// FlipVertical2 aliases
|
|
1110
1108
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1111
|
-
//
|
|
1112
|
-
export { default as
|
|
1109
|
+
// FlipHorizontal aliases
|
|
1110
|
+
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1113
1111
|
// Flower2 aliases
|
|
1114
1112
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1113
|
+
// FlipVertical aliases
|
|
1114
|
+
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1115
1115
|
// Flower aliases
|
|
1116
1116
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1117
1117
|
// Focus aliases
|
|
1118
1118
|
export { default as FocusIcon } from '../icons/focus';
|
|
1119
|
-
// FoldVertical aliases
|
|
1120
|
-
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1121
1119
|
// FoldHorizontal aliases
|
|
1122
1120
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1121
|
+
// FoldVertical aliases
|
|
1122
|
+
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
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
|
-
// FolderClosed aliases
|
|
1128
|
-
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1129
1127
|
// FolderClock aliases
|
|
1130
1128
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1131
1129
|
// FolderCode aliases
|
|
1132
1130
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1131
|
+
// FolderClosed aliases
|
|
1132
|
+
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1133
1133
|
// FolderDot aliases
|
|
1134
1134
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1135
1135
|
// FolderDown aliases
|
|
@@ -1146,28 +1146,28 @@ export { default as FolderInputIcon } from '../icons/folder-input';
|
|
|
1146
1146
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1147
1147
|
// FolderKey aliases
|
|
1148
1148
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1149
|
-
// FolderLock aliases
|
|
1150
|
-
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1151
1149
|
// FolderMinus aliases
|
|
1152
1150
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1153
1151
|
// FolderOpenDot aliases
|
|
1154
1152
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1155
|
-
//
|
|
1156
|
-
export { default as
|
|
1153
|
+
// FolderLock aliases
|
|
1154
|
+
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1157
1155
|
// FolderOutput aliases
|
|
1158
1156
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1159
|
-
//
|
|
1160
|
-
export { default as
|
|
1157
|
+
// FolderOpen aliases
|
|
1158
|
+
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1161
1159
|
// FolderRoot aliases
|
|
1162
1160
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1161
|
+
// FolderPlus aliases
|
|
1162
|
+
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1163
1163
|
// FolderSearch2 aliases
|
|
1164
1164
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1165
|
-
// FolderSync aliases
|
|
1166
|
-
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1167
1165
|
// FolderSearch aliases
|
|
1168
1166
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1169
1167
|
// FolderSymlink aliases
|
|
1170
1168
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1169
|
+
// FolderSync aliases
|
|
1170
|
+
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1171
1171
|
// FolderTree aliases
|
|
1172
1172
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1173
1173
|
// FolderUp aliases
|
|
@@ -1180,30 +1180,30 @@ export { default as FolderIcon } from '../icons/folder';
|
|
|
1180
1180
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1181
1181
|
// Footprints aliases
|
|
1182
1182
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1183
|
-
// Forklift aliases
|
|
1184
|
-
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1185
1183
|
// Form aliases
|
|
1186
1184
|
export { default as FormIcon } from '../icons/form';
|
|
1187
|
-
//
|
|
1188
|
-
export { default as
|
|
1185
|
+
// Forklift aliases
|
|
1186
|
+
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1189
1187
|
// Frame aliases
|
|
1190
1188
|
export { default as FrameIcon } from '../icons/frame';
|
|
1189
|
+
// Forward aliases
|
|
1190
|
+
export { default as ForwardIcon } from '../icons/forward';
|
|
1191
1191
|
// Framer aliases
|
|
1192
1192
|
export { default as FramerIcon } from '../icons/framer';
|
|
1193
|
-
// Frown aliases
|
|
1194
|
-
export { default as FrownIcon } from '../icons/frown';
|
|
1195
1193
|
// Fuel aliases
|
|
1196
1194
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1195
|
+
// Frown aliases
|
|
1196
|
+
export { default as FrownIcon } from '../icons/frown';
|
|
1197
1197
|
// Fullscreen aliases
|
|
1198
1198
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1199
1199
|
// FunnelPlus aliases
|
|
1200
1200
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1201
1201
|
// GalleryHorizontalEnd aliases
|
|
1202
1202
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1203
|
-
// GalleryHorizontal aliases
|
|
1204
|
-
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1205
1203
|
// GalleryThumbnails aliases
|
|
1206
1204
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1205
|
+
// GalleryHorizontal aliases
|
|
1206
|
+
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1207
1207
|
// GalleryVerticalEnd aliases
|
|
1208
1208
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1209
1209
|
// GalleryVertical aliases
|
|
@@ -1232,10 +1232,10 @@ export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
|
1232
1232
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1233
1233
|
// GitBranch aliases
|
|
1234
1234
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1235
|
-
// GitCompareArrows aliases
|
|
1236
|
-
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1237
1235
|
// GitCommitVertical aliases
|
|
1238
1236
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1237
|
+
// GitCompareArrows aliases
|
|
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
1241
|
// GitFork aliases
|
|
@@ -1260,10 +1260,10 @@ export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-dr
|
|
|
1260
1260
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1261
1261
|
// Github aliases
|
|
1262
1262
|
export { default as GithubIcon } from '../icons/github';
|
|
1263
|
-
// GlassWater aliases
|
|
1264
|
-
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1265
1263
|
// Gitlab aliases
|
|
1266
1264
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1265
|
+
// GlassWater aliases
|
|
1266
|
+
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1267
1267
|
// Glasses aliases
|
|
1268
1268
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1269
1269
|
// GlobeLock aliases
|
|
@@ -1292,16 +1292,16 @@ export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
|
1292
1292
|
export { default as GripIcon } from '../icons/grip';
|
|
1293
1293
|
// Group aliases
|
|
1294
1294
|
export { default as GroupIcon } from '../icons/group';
|
|
1295
|
-
// Guitar aliases
|
|
1296
|
-
export { default as GuitarIcon } from '../icons/guitar';
|
|
1297
1295
|
// Ham aliases
|
|
1298
1296
|
export { default as HamIcon } from '../icons/ham';
|
|
1297
|
+
// Guitar aliases
|
|
1298
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1299
1299
|
// Hamburger aliases
|
|
1300
1300
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1301
|
-
// HandCoins aliases
|
|
1302
|
-
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1303
1301
|
// Hammer aliases
|
|
1304
1302
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1303
|
+
// HandCoins aliases
|
|
1304
|
+
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1305
1305
|
// HandFist aliases
|
|
1306
1306
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1307
1307
|
// HandHeart aliases
|
|
@@ -1326,104 +1326,104 @@ export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
|
1326
1326
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1327
1327
|
// Hash aliases
|
|
1328
1328
|
export { default as HashIcon } from '../icons/hash';
|
|
1329
|
+
// HatGlasses aliases
|
|
1330
|
+
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1329
1331
|
// Haze aliases
|
|
1330
1332
|
export { default as HazeIcon } from '../icons/haze';
|
|
1331
1333
|
// Hd aliases
|
|
1332
1334
|
export { default as HdIcon } from '../icons/hd';
|
|
1333
|
-
// HatGlasses aliases
|
|
1334
|
-
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1335
1335
|
// HdmiPort aliases
|
|
1336
1336
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1337
1337
|
// Heading1 aliases
|
|
1338
1338
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1339
|
-
// Heading3 aliases
|
|
1340
|
-
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1341
1339
|
// Heading2 aliases
|
|
1342
1340
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1341
|
+
// Heading3 aliases
|
|
1342
|
+
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1343
1343
|
// Heading4 aliases
|
|
1344
1344
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1345
1345
|
// Heading5 aliases
|
|
1346
1346
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1347
|
-
// Heading aliases
|
|
1348
|
-
export { default as HeadingIcon } from '../icons/heading';
|
|
1349
1347
|
// Heading6 aliases
|
|
1350
1348
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1349
|
+
// Heading aliases
|
|
1350
|
+
export { default as HeadingIcon } from '../icons/heading';
|
|
1351
1351
|
// HeadphoneOff aliases
|
|
1352
1352
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1353
1353
|
// Headphones aliases
|
|
1354
1354
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1355
|
-
// Headset aliases
|
|
1356
|
-
export { default as HeadsetIcon } from '../icons/headset';
|
|
1357
1355
|
// HeartCrack aliases
|
|
1358
1356
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1359
|
-
//
|
|
1360
|
-
export { default as
|
|
1361
|
-
// HeartOff aliases
|
|
1362
|
-
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1357
|
+
// Headset aliases
|
|
1358
|
+
export { default as HeadsetIcon } from '../icons/headset';
|
|
1363
1359
|
// HeartMinus aliases
|
|
1364
1360
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1361
|
+
// HeartHandshake aliases
|
|
1362
|
+
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1365
1363
|
// HeartPlus aliases
|
|
1366
1364
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1365
|
+
// HeartOff aliases
|
|
1366
|
+
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1367
1367
|
// HeartPulse aliases
|
|
1368
1368
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1369
1369
|
// Heart aliases
|
|
1370
1370
|
export { default as HeartIcon } from '../icons/heart';
|
|
1371
1371
|
// Heater aliases
|
|
1372
1372
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1373
|
-
// Hexagon aliases
|
|
1374
|
-
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1375
1373
|
// Helicopter aliases
|
|
1376
1374
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1375
|
+
// Hexagon aliases
|
|
1376
|
+
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1377
1377
|
// Highlighter aliases
|
|
1378
1378
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1379
|
+
// History aliases
|
|
1380
|
+
export { default as HistoryIcon } from '../icons/history';
|
|
1379
1381
|
// HopOff aliases
|
|
1380
1382
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1381
1383
|
// Hop aliases
|
|
1382
1384
|
export { default as HopIcon } from '../icons/hop';
|
|
1383
|
-
// History aliases
|
|
1384
|
-
export { default as HistoryIcon } from '../icons/history';
|
|
1385
1385
|
// Hospital aliases
|
|
1386
1386
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1387
1387
|
// Hotel aliases
|
|
1388
1388
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1389
|
-
// Hourglass aliases
|
|
1390
|
-
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1391
1389
|
// HouseHeart aliases
|
|
1392
1390
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1391
|
+
// Hourglass aliases
|
|
1392
|
+
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1393
1393
|
// HousePlug aliases
|
|
1394
1394
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1395
|
+
// HouseWifi aliases
|
|
1396
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1395
1397
|
// HousePlus aliases
|
|
1396
1398
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1397
1399
|
// IdCardLanyard aliases
|
|
1398
1400
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1399
|
-
// HouseWifi aliases
|
|
1400
|
-
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1401
1401
|
// IdCard aliases
|
|
1402
1402
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1403
1403
|
// ImageMinus aliases
|
|
1404
1404
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1405
1405
|
// ImageDown aliases
|
|
1406
1406
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1407
|
-
// ImagePlay aliases
|
|
1408
|
-
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1409
1407
|
// ImageOff aliases
|
|
1410
1408
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1411
|
-
//
|
|
1412
|
-
export { default as
|
|
1413
|
-
// ImageUpscale aliases
|
|
1414
|
-
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1409
|
+
// ImagePlay aliases
|
|
1410
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1415
1411
|
// ImagePlus aliases
|
|
1416
1412
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1413
|
+
// ImageUpscale aliases
|
|
1414
|
+
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1415
|
+
// ImageUp aliases
|
|
1416
|
+
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1417
1417
|
// Image aliases
|
|
1418
1418
|
export { default as ImageIcon } from '../icons/image';
|
|
1419
1419
|
// Images aliases
|
|
1420
1420
|
export { default as ImagesIcon } from '../icons/images';
|
|
1421
|
-
// Inbox aliases
|
|
1422
|
-
export { default as InboxIcon } from '../icons/inbox';
|
|
1423
|
-
// Import aliases
|
|
1424
|
-
export { default as ImportIcon } from '../icons/import';
|
|
1425
1421
|
// IndianRupee aliases
|
|
1426
1422
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1423
|
+
// Import aliases
|
|
1424
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1425
|
+
// Inbox aliases
|
|
1426
|
+
export { default as InboxIcon } from '../icons/inbox';
|
|
1427
1427
|
// Infinity aliases
|
|
1428
1428
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1429
1429
|
// Info aliases
|
|
@@ -1442,78 +1442,78 @@ export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
|
1442
1442
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1443
1443
|
// Joystick aliases
|
|
1444
1444
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1445
|
-
// Kayak aliases
|
|
1446
|
-
export { default as KayakIcon } from '../icons/kayak';
|
|
1447
1445
|
// Kanban aliases
|
|
1448
1446
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1447
|
+
// Kayak aliases
|
|
1448
|
+
export { default as KayakIcon } from '../icons/kayak';
|
|
1449
|
+
// KeyRound aliases
|
|
1450
|
+
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1449
1451
|
// KeySquare aliases
|
|
1450
1452
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1451
1453
|
// Key aliases
|
|
1452
1454
|
export { default as KeyIcon } from '../icons/key';
|
|
1453
|
-
// KeyRound aliases
|
|
1454
|
-
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1455
1455
|
// KeyboardMusic aliases
|
|
1456
1456
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1457
|
-
// Keyboard aliases
|
|
1458
|
-
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1459
1457
|
// KeyboardOff aliases
|
|
1460
1458
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1459
|
+
// Keyboard aliases
|
|
1460
|
+
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1461
1461
|
// LampCeiling aliases
|
|
1462
1462
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1463
|
-
// LampFloor aliases
|
|
1464
|
-
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1465
|
-
// LampWallDown aliases
|
|
1466
|
-
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1467
1463
|
// LampDesk aliases
|
|
1468
1464
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1465
|
+
// LampWallDown aliases
|
|
1466
|
+
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1467
|
+
// LampFloor aliases
|
|
1468
|
+
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1469
1469
|
// LampWallUp aliases
|
|
1470
1470
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1471
1471
|
// Lamp aliases
|
|
1472
1472
|
export { default as LampIcon } from '../icons/lamp';
|
|
1473
|
-
// Languages aliases
|
|
1474
|
-
export { default as LanguagesIcon } from '../icons/languages';
|
|
1475
1473
|
// LandPlot aliases
|
|
1476
1474
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1477
1475
|
// Landmark aliases
|
|
1478
1476
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1477
|
+
// Languages aliases
|
|
1478
|
+
export { default as LanguagesIcon } from '../icons/languages';
|
|
1479
1479
|
// LaptopMinimalCheck aliases
|
|
1480
1480
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1481
1481
|
// Laptop aliases
|
|
1482
1482
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1483
1483
|
// Lasso aliases
|
|
1484
1484
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1485
|
-
// LassoSelect aliases
|
|
1486
|
-
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1487
1485
|
// Laugh aliases
|
|
1488
1486
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1489
|
-
//
|
|
1490
|
-
export { default as
|
|
1487
|
+
// LassoSelect aliases
|
|
1488
|
+
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1491
1489
|
// LayersPlus aliases
|
|
1492
1490
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1491
|
+
// Layers2 aliases
|
|
1492
|
+
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1493
1493
|
// LayoutDashboard aliases
|
|
1494
1494
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1495
1495
|
// LayoutGrid aliases
|
|
1496
1496
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1497
|
-
// LayoutPanelLeft aliases
|
|
1498
|
-
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1499
1497
|
// LayoutList aliases
|
|
1500
1498
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1499
|
+
// LayoutPanelLeft aliases
|
|
1500
|
+
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1501
1501
|
// LayoutPanelTop aliases
|
|
1502
1502
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1503
1503
|
// LayoutTemplate aliases
|
|
1504
1504
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1505
1505
|
// Leaf aliases
|
|
1506
1506
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1507
|
-
// Lectern aliases
|
|
1508
|
-
export { default as LecternIcon } from '../icons/lectern';
|
|
1509
1507
|
// LeafyGreen aliases
|
|
1510
1508
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1511
1509
|
// LensConcave aliases
|
|
1512
1510
|
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1513
|
-
//
|
|
1514
|
-
export { default as
|
|
1511
|
+
// Lectern aliases
|
|
1512
|
+
export { default as LecternIcon } from '../icons/lectern';
|
|
1515
1513
|
// LibraryBig aliases
|
|
1516
1514
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1515
|
+
// LensConvex aliases
|
|
1516
|
+
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1517
1517
|
// Library aliases
|
|
1518
1518
|
export { default as LibraryIcon } from '../icons/library';
|
|
1519
1519
|
// LifeBuoy aliases
|
|
@@ -1526,20 +1526,20 @@ export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
|
1526
1526
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1527
1527
|
// LineDotRightHorizontal aliases
|
|
1528
1528
|
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1529
|
-
// LineSquiggle aliases
|
|
1530
|
-
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1531
1529
|
// Link2Off aliases
|
|
1532
1530
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1531
|
+
// LineSquiggle aliases
|
|
1532
|
+
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1533
1533
|
// Link2 aliases
|
|
1534
1534
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1535
1535
|
// Link aliases
|
|
1536
1536
|
export { default as LinkIcon } from '../icons/link';
|
|
1537
1537
|
// Linkedin aliases
|
|
1538
1538
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1539
|
-
// ListChecks aliases
|
|
1540
|
-
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1541
1539
|
// ListCheck aliases
|
|
1542
1540
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1541
|
+
// ListChecks aliases
|
|
1542
|
+
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1543
1543
|
// ListChevronsDownUp aliases
|
|
1544
1544
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1545
1545
|
// ListChevronsUpDown aliases
|
|
@@ -1548,64 +1548,64 @@ export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-dow
|
|
|
1548
1548
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1549
1549
|
// ListEnd aliases
|
|
1550
1550
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1551
|
-
// ListFilter aliases
|
|
1552
|
-
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1553
1551
|
// ListFilterPlus aliases
|
|
1554
1552
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1553
|
+
// ListFilter aliases
|
|
1554
|
+
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1555
1555
|
// ListMinus aliases
|
|
1556
1556
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1557
|
-
// ListOrdered aliases
|
|
1558
|
-
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1559
1557
|
// ListMusic aliases
|
|
1560
1558
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1561
1559
|
// ListPlus aliases
|
|
1562
1560
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1563
1561
|
// ListRestart aliases
|
|
1564
1562
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1563
|
+
// ListOrdered aliases
|
|
1564
|
+
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1565
1565
|
// ListStart aliases
|
|
1566
1566
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1567
1567
|
// ListTodo aliases
|
|
1568
1568
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1569
|
-
// ListTree aliases
|
|
1570
|
-
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1571
1569
|
// ListVideo aliases
|
|
1572
1570
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1573
1571
|
// ListX aliases
|
|
1574
1572
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1573
|
+
// ListTree aliases
|
|
1574
|
+
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1575
1575
|
// List aliases
|
|
1576
1576
|
export { default as ListIcon } from '../icons/list';
|
|
1577
|
+
// Loader aliases
|
|
1578
|
+
export { default as LoaderIcon } from '../icons/loader';
|
|
1577
1579
|
// LoaderPinwheel aliases
|
|
1578
1580
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1579
1581
|
// LocateFixed aliases
|
|
1580
1582
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1581
|
-
// Loader aliases
|
|
1582
|
-
export { default as LoaderIcon } from '../icons/loader';
|
|
1583
1583
|
// LocateOff aliases
|
|
1584
1584
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1585
1585
|
// Locate aliases
|
|
1586
1586
|
export { default as LocateIcon } from '../icons/locate';
|
|
1587
|
-
// Lock aliases
|
|
1588
|
-
export { default as LockIcon } from '../icons/lock';
|
|
1589
1587
|
// LockKeyhole aliases
|
|
1590
1588
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1591
|
-
//
|
|
1592
|
-
export { default as
|
|
1589
|
+
// Lock aliases
|
|
1590
|
+
export { default as LockIcon } from '../icons/lock';
|
|
1593
1591
|
// LogIn aliases
|
|
1594
1592
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1595
|
-
//
|
|
1596
|
-
export { default as
|
|
1593
|
+
// LogOut aliases
|
|
1594
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1597
1595
|
// Logs aliases
|
|
1598
1596
|
export { default as LogsIcon } from '../icons/logs';
|
|
1597
|
+
// Lollipop aliases
|
|
1598
|
+
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1599
1599
|
// Luggage aliases
|
|
1600
1600
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1601
|
-
// MailMinus aliases
|
|
1602
|
-
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1603
1601
|
// Magnet aliases
|
|
1604
1602
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1605
|
-
// MailOpen aliases
|
|
1606
|
-
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1607
1603
|
// MailCheck aliases
|
|
1608
1604
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1605
|
+
// MailOpen aliases
|
|
1606
|
+
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1607
|
+
// MailMinus aliases
|
|
1608
|
+
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1609
1609
|
// MailPlus aliases
|
|
1610
1610
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1611
1611
|
// MailSearch aliases
|
|
@@ -1620,10 +1620,10 @@ export { default as MailIcon } from '../icons/mail';
|
|
|
1620
1620
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1621
1621
|
// Mails aliases
|
|
1622
1622
|
export { default as MailsIcon } from '../icons/mails';
|
|
1623
|
-
// MapMinus aliases
|
|
1624
|
-
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1625
1623
|
// MapPinCheckInside aliases
|
|
1626
1624
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1625
|
+
// MapMinus aliases
|
|
1626
|
+
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1627
1627
|
// MapPinCheck aliases
|
|
1628
1628
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1629
1629
|
// MapPinHouse aliases
|
|
@@ -1636,66 +1636,66 @@ export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
|
1636
1636
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1637
1637
|
// MapPinPlusInside aliases
|
|
1638
1638
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1639
|
-
// MapPinXInside aliases
|
|
1640
|
-
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1641
1639
|
// MapPinPlus aliases
|
|
1642
1640
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1641
|
+
// MapPinXInside aliases
|
|
1642
|
+
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1643
1643
|
// MapPinX aliases
|
|
1644
1644
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1645
1645
|
// MapPin aliases
|
|
1646
1646
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1647
|
-
// MapPinned aliases
|
|
1648
|
-
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1649
1647
|
// MapPlus aliases
|
|
1650
1648
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1649
|
+
// MapPinned aliases
|
|
1650
|
+
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1651
1651
|
// Map aliases
|
|
1652
1652
|
export { default as MapIcon } from '../icons/map';
|
|
1653
|
-
// Mars aliases
|
|
1654
|
-
export { default as MarsIcon } from '../icons/mars';
|
|
1655
1653
|
// MarsStroke aliases
|
|
1656
1654
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1657
1655
|
// Martini aliases
|
|
1658
1656
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1657
|
+
// Mars aliases
|
|
1658
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1659
1659
|
// Maximize2 aliases
|
|
1660
1660
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1661
1661
|
// Maximize aliases
|
|
1662
1662
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1663
|
-
// MegaphoneOff aliases
|
|
1664
|
-
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1665
1663
|
// Medal aliases
|
|
1666
1664
|
export { default as MedalIcon } from '../icons/medal';
|
|
1665
|
+
// MegaphoneOff aliases
|
|
1666
|
+
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1667
1667
|
// Megaphone aliases
|
|
1668
1668
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1669
1669
|
// Meh aliases
|
|
1670
1670
|
export { default as MehIcon } from '../icons/meh';
|
|
1671
|
+
// Menu aliases
|
|
1672
|
+
export { default as MenuIcon } from '../icons/menu';
|
|
1671
1673
|
// MemoryStick aliases
|
|
1672
1674
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1673
1675
|
// Merge aliases
|
|
1674
1676
|
export { default as MergeIcon } from '../icons/merge';
|
|
1675
|
-
// Menu aliases
|
|
1676
|
-
export { default as MenuIcon } from '../icons/menu';
|
|
1677
1677
|
// MessageCircleCode aliases
|
|
1678
1678
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1679
1679
|
// MessageCircleDashed aliases
|
|
1680
1680
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1681
|
-
// MessageCircleMore aliases
|
|
1682
|
-
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1683
1681
|
// MessageCircleHeart aliases
|
|
1684
1682
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1685
1683
|
// MessageCircleOff aliases
|
|
1686
1684
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1687
1685
|
// MessageCirclePlus aliases
|
|
1688
1686
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1689
|
-
//
|
|
1690
|
-
export { default as
|
|
1687
|
+
// MessageCircleMore aliases
|
|
1688
|
+
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1691
1689
|
// MessageCircleReply aliases
|
|
1692
1690
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1693
|
-
// MessageCircle aliases
|
|
1694
|
-
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1695
1691
|
// MessageCircleX aliases
|
|
1696
1692
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1693
|
+
// MessageCircle aliases
|
|
1694
|
+
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1697
1695
|
// MessageSquareCode aliases
|
|
1698
1696
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1697
|
+
// MessageCircleWarning aliases
|
|
1698
|
+
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1699
1699
|
// MessageSquareDashed aliases
|
|
1700
1700
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1701
1701
|
// MessageSquareDiff aliases
|
|
@@ -1706,10 +1706,10 @@ export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
|
1706
1706
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1707
1707
|
// MessageSquareHeart aliases
|
|
1708
1708
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1709
|
-
// MessageSquareMore aliases
|
|
1710
|
-
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1711
1709
|
// MessageSquareOff aliases
|
|
1712
1710
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1711
|
+
// MessageSquareMore aliases
|
|
1712
|
+
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1713
1713
|
// MessageSquarePlus aliases
|
|
1714
1714
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1715
1715
|
// MessageSquareQuote aliases
|
|
@@ -1718,12 +1718,12 @@ export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote
|
|
|
1718
1718
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1719
1719
|
// MessageSquareShare aliases
|
|
1720
1720
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1721
|
+
// MessageSquareWarning aliases
|
|
1722
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1721
1723
|
// MessageSquareText aliases
|
|
1722
1724
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1723
1725
|
// MessageSquareX aliases
|
|
1724
1726
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1725
|
-
// MessageSquareWarning aliases
|
|
1726
|
-
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1727
1727
|
// MessageSquare aliases
|
|
1728
1728
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1729
1729
|
// MessagesSquare aliases
|
|
@@ -1736,20 +1736,20 @@ export { default as MicIcon } from '../icons/mic';
|
|
|
1736
1736
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1737
1737
|
// Microscope aliases
|
|
1738
1738
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1739
|
-
// Microwave aliases
|
|
1740
|
-
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1741
1739
|
// Milestone aliases
|
|
1742
1740
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1741
|
+
// Microwave aliases
|
|
1742
|
+
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1743
1743
|
// MilkOff aliases
|
|
1744
1744
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1745
|
-
// Minimize2 aliases
|
|
1746
|
-
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1747
1745
|
// Milk aliases
|
|
1748
1746
|
export { default as MilkIcon } from '../icons/milk';
|
|
1749
|
-
//
|
|
1750
|
-
export { default as
|
|
1747
|
+
// Minimize2 aliases
|
|
1748
|
+
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1751
1749
|
// Minimize aliases
|
|
1752
1750
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1751
|
+
// Minus aliases
|
|
1752
|
+
export { default as MinusIcon } from '../icons/minus';
|
|
1753
1753
|
// MirrorRectangular aliases
|
|
1754
1754
|
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1755
1755
|
// MirrorRound aliases
|
|
@@ -1758,10 +1758,10 @@ export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
|
1758
1758
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1759
1759
|
// MonitorCloud aliases
|
|
1760
1760
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1761
|
-
// MonitorDot aliases
|
|
1762
|
-
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1763
1761
|
// MonitorCog aliases
|
|
1764
1762
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1763
|
+
// MonitorDot aliases
|
|
1764
|
+
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1765
1765
|
// MonitorDown aliases
|
|
1766
1766
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1767
1767
|
// MonitorOff aliases
|
|
@@ -1772,14 +1772,14 @@ export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
|
1772
1772
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1773
1773
|
// MonitorSmartphone aliases
|
|
1774
1774
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1775
|
-
// MonitorStop aliases
|
|
1776
|
-
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1777
1775
|
// MonitorSpeaker aliases
|
|
1778
1776
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1779
|
-
// MonitorUp aliases
|
|
1780
|
-
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1781
1777
|
// MonitorX aliases
|
|
1782
1778
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1779
|
+
// MonitorStop aliases
|
|
1780
|
+
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1781
|
+
// MonitorUp aliases
|
|
1782
|
+
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1783
1783
|
// Monitor aliases
|
|
1784
1784
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1785
1785
|
// MoonStar aliases
|
|
@@ -1792,16 +1792,16 @@ export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
|
1792
1792
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1793
1793
|
// Mountain aliases
|
|
1794
1794
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1795
|
-
// MousePointer2Off aliases
|
|
1796
|
-
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1797
1795
|
// MouseOff aliases
|
|
1798
1796
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1797
|
+
// MousePointer2Off aliases
|
|
1798
|
+
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1799
1799
|
// MousePointer2 aliases
|
|
1800
1800
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1801
|
-
// MousePointerClick aliases
|
|
1802
|
-
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1803
1801
|
// MousePointerBan aliases
|
|
1804
1802
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1803
|
+
// MousePointerClick aliases
|
|
1804
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1805
1805
|
// MousePointer aliases
|
|
1806
1806
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1807
1807
|
// Mouse aliases
|
|
@@ -1810,12 +1810,12 @@ export { default as MouseIcon } from '../icons/mouse';
|
|
|
1810
1810
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1811
1811
|
// MoveDiagonal aliases
|
|
1812
1812
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1813
|
-
// MoveDownRight aliases
|
|
1814
|
-
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1815
1813
|
// MoveDownLeft aliases
|
|
1816
1814
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1817
1815
|
// MoveDown aliases
|
|
1818
1816
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1817
|
+
// MoveDownRight aliases
|
|
1818
|
+
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1819
1819
|
// MoveHorizontal aliases
|
|
1820
1820
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1821
1821
|
// MoveLeft aliases
|
|
@@ -1824,26 +1824,26 @@ export { default as MoveLeftIcon } from '../icons/move-left';
|
|
|
1824
1824
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1825
1825
|
// MoveUpLeft aliases
|
|
1826
1826
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1827
|
-
// MoveUp aliases
|
|
1828
|
-
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1829
1827
|
// MoveUpRight aliases
|
|
1830
1828
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1829
|
+
// MoveUp aliases
|
|
1830
|
+
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1831
1831
|
// MoveVertical aliases
|
|
1832
1832
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1833
1833
|
// Move aliases
|
|
1834
1834
|
export { default as MoveIcon } from '../icons/move';
|
|
1835
|
-
// Music2 aliases
|
|
1836
|
-
export { default as Music2Icon } from '../icons/music-2';
|
|
1837
1835
|
// Music3 aliases
|
|
1838
1836
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1837
|
+
// Music2 aliases
|
|
1838
|
+
export { default as Music2Icon } from '../icons/music-2';
|
|
1839
1839
|
// Music4 aliases
|
|
1840
1840
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1841
1841
|
// Music aliases
|
|
1842
1842
|
export { default as MusicIcon } from '../icons/music';
|
|
1843
|
-
// Navigation2Off aliases
|
|
1844
|
-
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1845
1843
|
// Navigation2 aliases
|
|
1846
1844
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1845
|
+
// Navigation2Off aliases
|
|
1846
|
+
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1847
1847
|
// NavigationOff aliases
|
|
1848
1848
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1849
1849
|
// Network aliases
|
|
@@ -1872,10 +1872,10 @@ export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
|
1872
1872
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1873
1873
|
// Nut aliases
|
|
1874
1874
|
export { default as NutIcon } from '../icons/nut';
|
|
1875
|
-
// Octagon aliases
|
|
1876
|
-
export { default as OctagonIcon } from '../icons/octagon';
|
|
1877
1875
|
// OctagonMinus aliases
|
|
1878
1876
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1877
|
+
// Octagon aliases
|
|
1878
|
+
export { default as OctagonIcon } from '../icons/octagon';
|
|
1879
1879
|
// Omega aliases
|
|
1880
1880
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1881
1881
|
// Option aliases
|
|
@@ -1894,24 +1894,24 @@ export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
|
1894
1894
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1895
1895
|
// PackagePlus aliases
|
|
1896
1896
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1897
|
-
// PackageX aliases
|
|
1898
|
-
export { default as PackageXIcon } from '../icons/package-x';
|
|
1899
1897
|
// PackageSearch aliases
|
|
1900
1898
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1901
|
-
//
|
|
1902
|
-
export { default as
|
|
1899
|
+
// PackageX aliases
|
|
1900
|
+
export { default as PackageXIcon } from '../icons/package-x';
|
|
1903
1901
|
// PaintBucket aliases
|
|
1904
1902
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1903
|
+
// Package aliases
|
|
1904
|
+
export { default as PackageIcon } from '../icons/package';
|
|
1905
1905
|
// PaintRoller aliases
|
|
1906
1906
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1907
1907
|
// Paintbrush aliases
|
|
1908
1908
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1909
1909
|
// Palette aliases
|
|
1910
1910
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1911
|
-
// Panda aliases
|
|
1912
|
-
export { default as PandaIcon } from '../icons/panda';
|
|
1913
1911
|
// PanelBottomClose aliases
|
|
1914
1912
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1913
|
+
// Panda aliases
|
|
1914
|
+
export { default as PandaIcon } from '../icons/panda';
|
|
1915
1915
|
// PanelBottomOpen aliases
|
|
1916
1916
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1917
1917
|
// PanelLeftRightDashed aliases
|
|
@@ -1920,28 +1920,28 @@ export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-d
|
|
|
1920
1920
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1921
1921
|
// PanelRightClose aliases
|
|
1922
1922
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1923
|
-
// PanelRight aliases
|
|
1924
|
-
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1925
1923
|
// PanelRightOpen aliases
|
|
1926
1924
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1925
|
+
// PanelRight aliases
|
|
1926
|
+
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1927
1927
|
// PanelTopBottomDashed aliases
|
|
1928
1928
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1929
|
-
// PanelTopClose aliases
|
|
1930
|
-
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1931
1929
|
// PanelTopOpen aliases
|
|
1932
1930
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1931
|
+
// PanelTopClose aliases
|
|
1932
|
+
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1933
1933
|
// PanelTop aliases
|
|
1934
1934
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1935
|
+
// PanelsLeftBottom aliases
|
|
1936
|
+
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1935
1937
|
// PanelsRightBottom aliases
|
|
1936
1938
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1937
1939
|
// Paperclip aliases
|
|
1938
1940
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1939
|
-
// Parentheses aliases
|
|
1940
|
-
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1941
|
-
// PanelsLeftBottom aliases
|
|
1942
|
-
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1943
1941
|
// ParkingMeter aliases
|
|
1944
1942
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1943
|
+
// Parentheses aliases
|
|
1944
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1945
1945
|
// PartyPopper aliases
|
|
1946
1946
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1947
1947
|
// Pause aliases
|
|
@@ -1960,22 +1960,22 @@ export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
|
1960
1960
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1961
1961
|
// PencilRuler aliases
|
|
1962
1962
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1963
|
-
// Pentagon aliases
|
|
1964
|
-
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1965
1963
|
// Pencil aliases
|
|
1966
1964
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1965
|
+
// Pentagon aliases
|
|
1966
|
+
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1967
|
+
// Percent aliases
|
|
1968
|
+
export { default as PercentIcon } from '../icons/percent';
|
|
1967
1969
|
// PersonStanding aliases
|
|
1968
1970
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1969
1971
|
// PhilippinePeso aliases
|
|
1970
1972
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1971
|
-
//
|
|
1972
|
-
export { default as
|
|
1973
|
+
// PhoneCall aliases
|
|
1974
|
+
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1973
1975
|
// PhoneForwarded aliases
|
|
1974
1976
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1975
1977
|
// PhoneIncoming aliases
|
|
1976
1978
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1977
|
-
// PhoneCall aliases
|
|
1978
|
-
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1979
1979
|
// PhoneMissed aliases
|
|
1980
1980
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1981
1981
|
// PhoneOutgoing aliases
|
|
@@ -1986,62 +1986,62 @@ export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
|
1986
1986
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1987
1987
|
// Pi aliases
|
|
1988
1988
|
export { default as PiIcon } from '../icons/pi';
|
|
1989
|
-
// Piano aliases
|
|
1990
|
-
export { default as PianoIcon } from '../icons/piano';
|
|
1991
1989
|
// Pickaxe aliases
|
|
1992
1990
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1993
|
-
//
|
|
1994
|
-
export { default as
|
|
1991
|
+
// Piano aliases
|
|
1992
|
+
export { default as PianoIcon } from '../icons/piano';
|
|
1995
1993
|
// PictureInPicture aliases
|
|
1996
1994
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1997
|
-
//
|
|
1998
|
-
export { default as
|
|
1995
|
+
// PictureInPicture2 aliases
|
|
1996
|
+
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1999
1997
|
// PiggyBank aliases
|
|
2000
1998
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2001
|
-
//
|
|
2002
|
-
export { default as
|
|
1999
|
+
// PilcrowLeft aliases
|
|
2000
|
+
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2003
2001
|
// Pilcrow aliases
|
|
2004
2002
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2003
|
+
// PilcrowRight aliases
|
|
2004
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2005
2005
|
// PillBottle aliases
|
|
2006
2006
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2007
2007
|
// Pill aliases
|
|
2008
2008
|
export { default as PillIcon } from '../icons/pill';
|
|
2009
2009
|
// PinOff aliases
|
|
2010
2010
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2011
|
+
// Pin aliases
|
|
2012
|
+
export { default as PinIcon } from '../icons/pin';
|
|
2011
2013
|
// Pipette aliases
|
|
2012
2014
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2013
2015
|
// Pizza aliases
|
|
2014
2016
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2015
|
-
// Pin aliases
|
|
2016
|
-
export { default as PinIcon } from '../icons/pin';
|
|
2017
2017
|
// PlaneLanding aliases
|
|
2018
2018
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2019
|
-
// Plane aliases
|
|
2020
|
-
export { default as PlaneIcon } from '../icons/plane';
|
|
2021
2019
|
// PlaneTakeoff aliases
|
|
2022
2020
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2021
|
+
// Plane aliases
|
|
2022
|
+
export { default as PlaneIcon } from '../icons/plane';
|
|
2023
2023
|
// Play aliases
|
|
2024
2024
|
export { default as PlayIcon } from '../icons/play';
|
|
2025
2025
|
// Plug2 aliases
|
|
2026
2026
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2027
|
-
// Plus aliases
|
|
2028
|
-
export { default as PlusIcon } from '../icons/plus';
|
|
2029
|
-
// PocketKnife aliases
|
|
2030
|
-
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2031
2027
|
// Plug aliases
|
|
2032
2028
|
export { default as PlugIcon } from '../icons/plug';
|
|
2033
|
-
//
|
|
2034
|
-
export { default as
|
|
2029
|
+
// PocketKnife aliases
|
|
2030
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2031
|
+
// Plus aliases
|
|
2032
|
+
export { default as PlusIcon } from '../icons/plus';
|
|
2035
2033
|
// Podcast aliases
|
|
2036
2034
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2035
|
+
// Pocket aliases
|
|
2036
|
+
export { default as PocketIcon } from '../icons/pocket';
|
|
2037
2037
|
// PointerOff aliases
|
|
2038
2038
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2039
2039
|
// Pointer aliases
|
|
2040
2040
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2041
|
-
// Popsicle aliases
|
|
2042
|
-
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2043
2041
|
// Popcorn aliases
|
|
2044
2042
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2043
|
+
// Popsicle aliases
|
|
2044
|
+
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2045
2045
|
// PoundSterling aliases
|
|
2046
2046
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2047
2047
|
// PowerOff aliases
|
|
@@ -2052,12 +2052,12 @@ export { default as PowerIcon } from '../icons/power';
|
|
|
2052
2052
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2053
2053
|
// Presentation aliases
|
|
2054
2054
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2055
|
-
// Printer aliases
|
|
2056
|
-
export { default as PrinterIcon } from '../icons/printer';
|
|
2057
2055
|
// PrinterX aliases
|
|
2058
2056
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2059
2057
|
// Projector aliases
|
|
2060
2058
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2059
|
+
// Printer aliases
|
|
2060
|
+
export { default as PrinterIcon } from '../icons/printer';
|
|
2061
2061
|
// Proportions aliases
|
|
2062
2062
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2063
2063
|
// Puzzle aliases
|
|
@@ -2072,68 +2072,68 @@ export { default as QuoteIcon } from '../icons/quote';
|
|
|
2072
2072
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2073
2073
|
// Radar aliases
|
|
2074
2074
|
export { default as RadarIcon } from '../icons/radar';
|
|
2075
|
-
// Radiation aliases
|
|
2076
|
-
export { default as RadiationIcon } from '../icons/radiation';
|
|
2077
2075
|
// Radical aliases
|
|
2078
2076
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2077
|
+
// Radiation aliases
|
|
2078
|
+
export { default as RadiationIcon } from '../icons/radiation';
|
|
2079
2079
|
// RadioReceiver aliases
|
|
2080
2080
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2081
|
-
// Radio aliases
|
|
2082
|
-
export { default as RadioIcon } from '../icons/radio';
|
|
2083
2081
|
// RadioTower aliases
|
|
2084
2082
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2083
|
+
// Radio aliases
|
|
2084
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2085
2085
|
// Radius aliases
|
|
2086
2086
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2087
|
-
// RailSymbol aliases
|
|
2088
|
-
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2089
2087
|
// Rainbow aliases
|
|
2090
2088
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2089
|
+
// RailSymbol aliases
|
|
2090
|
+
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2091
2091
|
// Rat aliases
|
|
2092
2092
|
export { default as RatIcon } from '../icons/rat';
|
|
2093
2093
|
// Ratio aliases
|
|
2094
2094
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2095
|
-
// ReceiptEuro aliases
|
|
2096
|
-
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2097
2095
|
// ReceiptCent aliases
|
|
2098
2096
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2097
|
+
// ReceiptEuro aliases
|
|
2098
|
+
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2099
2099
|
// ReceiptIndianRupee aliases
|
|
2100
2100
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2101
|
-
// ReceiptJapaneseYen aliases
|
|
2102
|
-
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2103
2101
|
// ReceiptPoundSterling aliases
|
|
2104
2102
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2105
|
-
// ReceiptSwissFranc aliases
|
|
2106
|
-
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2107
2103
|
// ReceiptRussianRuble aliases
|
|
2108
2104
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2109
|
-
//
|
|
2110
|
-
export { default as
|
|
2105
|
+
// ReceiptJapaneseYen aliases
|
|
2106
|
+
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2111
2107
|
// ReceiptTurkishLira aliases
|
|
2112
2108
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2109
|
+
// ReceiptSwissFranc aliases
|
|
2110
|
+
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2113
2111
|
// Receipt aliases
|
|
2114
2112
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2115
2113
|
// RectangleCircle aliases
|
|
2116
2114
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2115
|
+
// ReceiptText aliases
|
|
2116
|
+
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2117
2117
|
// RectangleGoggles aliases
|
|
2118
2118
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2119
|
-
// RectangleHorizontal aliases
|
|
2120
|
-
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2121
2119
|
// RectangleVertical aliases
|
|
2122
2120
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2121
|
+
// RectangleHorizontal aliases
|
|
2122
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2123
2123
|
// Recycle aliases
|
|
2124
2124
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2125
2125
|
// Redo2 aliases
|
|
2126
2126
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2127
|
-
// Redo aliases
|
|
2128
|
-
export { default as RedoIcon } from '../icons/redo';
|
|
2129
2127
|
// RedoDot aliases
|
|
2130
2128
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2131
|
-
//
|
|
2132
|
-
export { default as
|
|
2129
|
+
// Redo aliases
|
|
2130
|
+
export { default as RedoIcon } from '../icons/redo';
|
|
2133
2131
|
// RefreshCcw aliases
|
|
2134
2132
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2135
2133
|
// RefreshCwOff aliases
|
|
2136
2134
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2135
|
+
// RefreshCcwDot aliases
|
|
2136
|
+
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2137
2137
|
// RefreshCw aliases
|
|
2138
2138
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2139
2139
|
// Refrigerator aliases
|
|
@@ -2142,10 +2142,10 @@ export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
|
2142
2142
|
export { default as RegexIcon } from '../icons/regex';
|
|
2143
2143
|
// RemoveFormatting aliases
|
|
2144
2144
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2145
|
-
// Repeat1 aliases
|
|
2146
|
-
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2147
2145
|
// Repeat2 aliases
|
|
2148
2146
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2147
|
+
// Repeat1 aliases
|
|
2148
|
+
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2149
2149
|
// Repeat aliases
|
|
2150
2150
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2151
2151
|
// ReplaceAll aliases
|
|
@@ -2160,30 +2160,30 @@ export { default as ReplyIcon } from '../icons/reply';
|
|
|
2160
2160
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2161
2161
|
// Ribbon aliases
|
|
2162
2162
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2163
|
-
// Rocket aliases
|
|
2164
|
-
export { default as RocketIcon } from '../icons/rocket';
|
|
2165
2163
|
// RockingChair aliases
|
|
2166
2164
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2165
|
+
// Rocket aliases
|
|
2166
|
+
export { default as RocketIcon } from '../icons/rocket';
|
|
2167
2167
|
// RollerCoaster aliases
|
|
2168
2168
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2169
2169
|
// Rose aliases
|
|
2170
2170
|
export { default as RoseIcon } from '../icons/rose';
|
|
2171
2171
|
// RotateCcwKey aliases
|
|
2172
2172
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2173
|
-
// RotateCcwSquare aliases
|
|
2174
|
-
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2175
2173
|
// RotateCcw aliases
|
|
2176
2174
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2175
|
+
// RotateCcwSquare aliases
|
|
2176
|
+
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2177
2177
|
// RotateCwSquare aliases
|
|
2178
2178
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2179
2179
|
// RotateCw aliases
|
|
2180
2180
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2181
2181
|
// RouteOff aliases
|
|
2182
2182
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2183
|
-
// Router aliases
|
|
2184
|
-
export { default as RouterIcon } from '../icons/router';
|
|
2185
2183
|
// Route aliases
|
|
2186
2184
|
export { default as RouteIcon } from '../icons/route';
|
|
2185
|
+
// Router aliases
|
|
2186
|
+
export { default as RouterIcon } from '../icons/router';
|
|
2187
2187
|
// Rows4 aliases
|
|
2188
2188
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2189
2189
|
// Rss aliases
|
|
@@ -2198,10 +2198,10 @@ export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
|
2198
2198
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2199
2199
|
// Salad aliases
|
|
2200
2200
|
export { default as SaladIcon } from '../icons/salad';
|
|
2201
|
-
// Sandwich aliases
|
|
2202
|
-
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2203
2201
|
// SatelliteDish aliases
|
|
2204
2202
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2203
|
+
// Sandwich aliases
|
|
2204
|
+
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2205
2205
|
// Satellite aliases
|
|
2206
2206
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2207
2207
|
// SaudiRiyal aliases
|
|
@@ -2212,10 +2212,12 @@ export { default as SaveAllIcon } from '../icons/save-all';
|
|
|
2212
2212
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2213
2213
|
// Save aliases
|
|
2214
2214
|
export { default as SaveIcon } from '../icons/save';
|
|
2215
|
-
// Scale aliases
|
|
2216
|
-
export { default as ScaleIcon } from '../icons/scale';
|
|
2217
2215
|
// Scaling aliases
|
|
2218
2216
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2217
|
+
// Scale aliases
|
|
2218
|
+
export { default as ScaleIcon } from '../icons/scale';
|
|
2219
|
+
// ScanEye aliases
|
|
2220
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2219
2221
|
// ScanBarcode aliases
|
|
2220
2222
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2221
2223
|
// ScanFace aliases
|
|
@@ -2226,22 +2228,20 @@ export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
|
2226
2228
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2227
2229
|
// ScanQrCode aliases
|
|
2228
2230
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2229
|
-
// ScanEye aliases
|
|
2230
|
-
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2231
2231
|
// ScanSearch aliases
|
|
2232
2232
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2233
2233
|
// ScanText aliases
|
|
2234
2234
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2235
|
-
// School aliases
|
|
2236
|
-
export { default as SchoolIcon } from '../icons/school';
|
|
2237
2235
|
// Scan aliases
|
|
2238
2236
|
export { default as ScanIcon } from '../icons/scan';
|
|
2237
|
+
// School aliases
|
|
2238
|
+
export { default as SchoolIcon } from '../icons/school';
|
|
2239
2239
|
// ScissorsLineDashed aliases
|
|
2240
2240
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2241
|
-
// Scooter aliases
|
|
2242
|
-
export { default as ScooterIcon } from '../icons/scooter';
|
|
2243
2241
|
// Scissors aliases
|
|
2244
2242
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2243
|
+
// Scooter aliases
|
|
2244
|
+
export { default as ScooterIcon } from '../icons/scooter';
|
|
2245
2245
|
// ScreenShareOff aliases
|
|
2246
2246
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2247
2247
|
// ScreenShare aliases
|
|
@@ -2260,26 +2260,26 @@ export { default as SearchCodeIcon } from '../icons/search-code';
|
|
|
2260
2260
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2261
2261
|
// SearchX aliases
|
|
2262
2262
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2263
|
-
// Search aliases
|
|
2264
|
-
export { default as SearchIcon } from '../icons/search';
|
|
2265
2263
|
// Section aliases
|
|
2266
2264
|
export { default as SectionIcon } from '../icons/section';
|
|
2265
|
+
// Search aliases
|
|
2266
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2267
2267
|
// SendToBack aliases
|
|
2268
2268
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2269
2269
|
// Send aliases
|
|
2270
2270
|
export { default as SendIcon } from '../icons/send';
|
|
2271
|
-
// SeparatorVertical aliases
|
|
2272
|
-
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2273
2271
|
// SeparatorHorizontal aliases
|
|
2274
2272
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2273
|
+
// SeparatorVertical aliases
|
|
2274
|
+
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2275
2275
|
// ServerCog aliases
|
|
2276
2276
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2277
|
+
// ServerOff aliases
|
|
2278
|
+
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2277
2279
|
// ServerCrash aliases
|
|
2278
2280
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2279
2281
|
// Server aliases
|
|
2280
2282
|
export { default as ServerIcon } from '../icons/server';
|
|
2281
|
-
// ServerOff aliases
|
|
2282
|
-
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2283
2283
|
// Settings2 aliases
|
|
2284
2284
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2285
2285
|
// Settings aliases
|
|
@@ -2294,34 +2294,36 @@ export { default as ShareIcon } from '../icons/share';
|
|
|
2294
2294
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2295
2295
|
// Shell aliases
|
|
2296
2296
|
export { default as ShellIcon } from '../icons/shell';
|
|
2297
|
-
//
|
|
2298
|
-
export { default as
|
|
2297
|
+
// ShelvingUnit aliases
|
|
2298
|
+
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2299
2299
|
// ShieldBan aliases
|
|
2300
2300
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2301
|
+
// ShieldAlert aliases
|
|
2302
|
+
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2301
2303
|
// ShieldCheck aliases
|
|
2302
2304
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2303
2305
|
// ShieldEllipsis aliases
|
|
2304
2306
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2305
|
-
// ShieldMinus aliases
|
|
2306
|
-
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2307
2307
|
// ShieldHalf aliases
|
|
2308
2308
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2309
2309
|
// ShieldOff aliases
|
|
2310
2310
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2311
|
-
// ShieldUser aliases
|
|
2312
|
-
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2313
2311
|
// ShieldPlus aliases
|
|
2314
2312
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2313
|
+
// ShieldMinus aliases
|
|
2314
|
+
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2315
|
+
// ShieldUser aliases
|
|
2316
|
+
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2315
2317
|
// Shield aliases
|
|
2316
2318
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2317
2319
|
// ShipWheel aliases
|
|
2318
2320
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2319
2321
|
// Ship aliases
|
|
2320
2322
|
export { default as ShipIcon } from '../icons/ship';
|
|
2321
|
-
// ShoppingBag aliases
|
|
2322
|
-
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2323
2323
|
// Shirt aliases
|
|
2324
2324
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2325
|
+
// ShoppingBag aliases
|
|
2326
|
+
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2325
2327
|
// ShoppingBasket aliases
|
|
2326
2328
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2327
2329
|
// Shovel aliases
|
|
@@ -2338,22 +2340,22 @@ export { default as ShrinkIcon } from '../icons/shrink';
|
|
|
2338
2340
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2339
2341
|
// Shrub aliases
|
|
2340
2342
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2341
|
-
// SignalHigh aliases
|
|
2342
|
-
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2343
2343
|
// Shuffle aliases
|
|
2344
2344
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2345
2345
|
// Sigma aliases
|
|
2346
2346
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2347
|
+
// SignalHigh aliases
|
|
2348
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2347
2349
|
// SignalLow aliases
|
|
2348
2350
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2349
2351
|
// SignalMedium aliases
|
|
2350
2352
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2351
2353
|
// SignalZero aliases
|
|
2352
2354
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2353
|
-
// Signature aliases
|
|
2354
|
-
export { default as SignatureIcon } from '../icons/signature';
|
|
2355
2355
|
// Signal aliases
|
|
2356
2356
|
export { default as SignalIcon } from '../icons/signal';
|
|
2357
|
+
// Signature aliases
|
|
2358
|
+
export { default as SignatureIcon } from '../icons/signature';
|
|
2357
2359
|
// SignpostBig aliases
|
|
2358
2360
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2359
2361
|
// Signpost aliases
|
|
@@ -2362,14 +2364,14 @@ export { default as SignpostIcon } from '../icons/signpost';
|
|
|
2362
2364
|
export { default as SirenIcon } from '../icons/siren';
|
|
2363
2365
|
// SkipBack aliases
|
|
2364
2366
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2365
|
-
// Skull aliases
|
|
2366
|
-
export { default as SkullIcon } from '../icons/skull';
|
|
2367
2367
|
// SkipForward aliases
|
|
2368
2368
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2369
|
-
//
|
|
2370
|
-
export { default as
|
|
2369
|
+
// Skull aliases
|
|
2370
|
+
export { default as SkullIcon } from '../icons/skull';
|
|
2371
2371
|
// Slack aliases
|
|
2372
2372
|
export { default as SlackIcon } from '../icons/slack';
|
|
2373
|
+
// Slash aliases
|
|
2374
|
+
export { default as SlashIcon } from '../icons/slash';
|
|
2373
2375
|
// Slice aliases
|
|
2374
2376
|
export { default as SliceIcon } from '../icons/slice';
|
|
2375
2377
|
// SlidersHorizontal aliases
|
|
@@ -2378,24 +2380,24 @@ export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
|
2378
2380
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2379
2381
|
// SmartphoneNfc aliases
|
|
2380
2382
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2381
|
-
// SmilePlus aliases
|
|
2382
|
-
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2383
2383
|
// Smartphone aliases
|
|
2384
2384
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2385
|
-
//
|
|
2386
|
-
export { default as
|
|
2385
|
+
// SmilePlus aliases
|
|
2386
|
+
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2387
2387
|
// Smile aliases
|
|
2388
2388
|
export { default as SmileIcon } from '../icons/smile';
|
|
2389
|
+
// Snail aliases
|
|
2390
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2389
2391
|
// Snowflake aliases
|
|
2390
2392
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2391
|
-
// Sofa aliases
|
|
2392
|
-
export { default as SofaIcon } from '../icons/sofa';
|
|
2393
2393
|
// SoapDispenserDroplet aliases
|
|
2394
2394
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2395
|
-
//
|
|
2396
|
-
export { default as
|
|
2395
|
+
// Sofa aliases
|
|
2396
|
+
export { default as SofaIcon } from '../icons/sofa';
|
|
2397
2397
|
// SolarPanel aliases
|
|
2398
2398
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2399
|
+
// Soup aliases
|
|
2400
|
+
export { default as SoupIcon } from '../icons/soup';
|
|
2399
2401
|
// Space aliases
|
|
2400
2402
|
export { default as SpaceIcon } from '../icons/space';
|
|
2401
2403
|
// Spade aliases
|
|
@@ -2408,26 +2410,26 @@ export { default as SpeakerIcon } from '../icons/speaker';
|
|
|
2408
2410
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2409
2411
|
// SpellCheck2 aliases
|
|
2410
2412
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2411
|
-
// SpellCheck aliases
|
|
2412
|
-
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2413
2413
|
// SplinePointer aliases
|
|
2414
2414
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2415
|
+
// SpellCheck aliases
|
|
2416
|
+
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2415
2417
|
// Spline aliases
|
|
2416
2418
|
export { default as SplineIcon } from '../icons/spline';
|
|
2417
|
-
// Spool aliases
|
|
2418
|
-
export { default as SpoolIcon } from '../icons/spool';
|
|
2419
2419
|
// Split aliases
|
|
2420
2420
|
export { default as SplitIcon } from '../icons/split';
|
|
2421
|
+
// Spool aliases
|
|
2422
|
+
export { default as SpoolIcon } from '../icons/spool';
|
|
2421
2423
|
// Spotlight aliases
|
|
2422
2424
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2423
|
-
// SprayCan aliases
|
|
2424
|
-
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2425
2425
|
// Sprout aliases
|
|
2426
2426
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2427
|
-
//
|
|
2428
|
-
export { default as
|
|
2427
|
+
// SprayCan aliases
|
|
2428
|
+
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2429
2429
|
// SquareDashedBottom aliases
|
|
2430
2430
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2431
|
+
// SquareDashedBottomCode aliases
|
|
2432
|
+
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2431
2433
|
// SquareDashedTopSolid aliases
|
|
2432
2434
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2433
2435
|
// SquarePause aliases
|
|
@@ -2452,10 +2454,10 @@ export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
|
2452
2454
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2453
2455
|
// SquaresSubtract aliases
|
|
2454
2456
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2455
|
-
// SquircleDashed aliases
|
|
2456
|
-
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2457
2457
|
// SquaresUnite aliases
|
|
2458
2458
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2459
|
+
// SquircleDashed aliases
|
|
2460
|
+
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2459
2461
|
// Squircle aliases
|
|
2460
2462
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2461
2463
|
// Squirrel aliases
|
|
@@ -2468,18 +2470,18 @@ export { default as StarHalfIcon } from '../icons/star-half';
|
|
|
2468
2470
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2469
2471
|
// Star aliases
|
|
2470
2472
|
export { default as StarIcon } from '../icons/star';
|
|
2471
|
-
// StepBack aliases
|
|
2472
|
-
export { default as StepBackIcon } from '../icons/step-back';
|
|
2473
2473
|
// StepForward aliases
|
|
2474
2474
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2475
|
+
// StepBack aliases
|
|
2476
|
+
export { default as StepBackIcon } from '../icons/step-back';
|
|
2475
2477
|
// Stethoscope aliases
|
|
2476
2478
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2477
2479
|
// Sticker aliases
|
|
2478
2480
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2479
|
-
// Stone aliases
|
|
2480
|
-
export { default as StoneIcon } from '../icons/stone';
|
|
2481
2481
|
// StickyNote aliases
|
|
2482
2482
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2483
|
+
// Stone aliases
|
|
2484
|
+
export { default as StoneIcon } from '../icons/stone';
|
|
2483
2485
|
// Store aliases
|
|
2484
2486
|
export { default as StoreIcon } from '../icons/store';
|
|
2485
2487
|
// StretchHorizontal aliases
|
|
@@ -2494,14 +2496,14 @@ export { default as SubscriptIcon } from '../icons/subscript';
|
|
|
2494
2496
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2495
2497
|
// SunMedium aliases
|
|
2496
2498
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2497
|
-
// SunSnow aliases
|
|
2498
|
-
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2499
2499
|
// SunMoon aliases
|
|
2500
2500
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2501
|
-
//
|
|
2502
|
-
export { default as
|
|
2501
|
+
// SunSnow aliases
|
|
2502
|
+
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2503
2503
|
// Sunrise aliases
|
|
2504
2504
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2505
|
+
// Sun aliases
|
|
2506
|
+
export { default as SunIcon } from '../icons/sun';
|
|
2505
2507
|
// Sunset aliases
|
|
2506
2508
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2507
2509
|
// Superscript aliases
|
|
@@ -2532,12 +2534,12 @@ export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
|
2532
2534
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2533
2535
|
// TableRowsSplit aliases
|
|
2534
2536
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2537
|
+
// TabletSmartphone aliases
|
|
2538
|
+
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2535
2539
|
// Table aliases
|
|
2536
2540
|
export { default as TableIcon } from '../icons/table';
|
|
2537
2541
|
// Tablet aliases
|
|
2538
2542
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2539
|
-
// TabletSmartphone aliases
|
|
2540
|
-
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2541
2543
|
// Tablets aliases
|
|
2542
2544
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2543
2545
|
// Tag aliases
|
|
@@ -2548,18 +2550,18 @@ export { default as TagsIcon } from '../icons/tags';
|
|
|
2548
2550
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2549
2551
|
// Tally2 aliases
|
|
2550
2552
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2551
|
-
// Tally3 aliases
|
|
2552
|
-
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2553
2553
|
// Tally4 aliases
|
|
2554
2554
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2555
|
+
// Tally3 aliases
|
|
2556
|
+
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2555
2557
|
// Tally5 aliases
|
|
2556
2558
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2557
2559
|
// Tangent aliases
|
|
2558
2560
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2559
|
-
// Telescope aliases
|
|
2560
|
-
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2561
2561
|
// Target aliases
|
|
2562
2562
|
export { default as TargetIcon } from '../icons/target';
|
|
2563
|
+
// Telescope aliases
|
|
2564
|
+
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2563
2565
|
// TentTree aliases
|
|
2564
2566
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2565
2567
|
// Tent aliases
|
|
@@ -2578,58 +2580,58 @@ export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
|
2578
2580
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2579
2581
|
// TextQuote aliases
|
|
2580
2582
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2583
|
+
// Theater aliases
|
|
2584
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2581
2585
|
// ThermometerSnowflake aliases
|
|
2582
2586
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2583
2587
|
// ThermometerSun aliases
|
|
2584
2588
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2585
|
-
// Theater aliases
|
|
2586
|
-
export { default as TheaterIcon } from '../icons/theater';
|
|
2587
|
-
// Thermometer aliases
|
|
2588
|
-
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2589
2589
|
// ThumbsDown aliases
|
|
2590
2590
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2591
|
-
//
|
|
2592
|
-
export { default as
|
|
2591
|
+
// Thermometer aliases
|
|
2592
|
+
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2593
2593
|
// TicketCheck aliases
|
|
2594
2594
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2595
2595
|
// TicketMinus aliases
|
|
2596
2596
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2597
|
-
//
|
|
2598
|
-
export { default as
|
|
2597
|
+
// ThumbsUp aliases
|
|
2598
|
+
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2599
2599
|
// TicketPercent aliases
|
|
2600
2600
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2601
|
-
//
|
|
2602
|
-
export { default as
|
|
2601
|
+
// TicketPlus aliases
|
|
2602
|
+
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2603
2603
|
// TicketSlash aliases
|
|
2604
2604
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2605
|
-
//
|
|
2606
|
-
export { default as
|
|
2605
|
+
// TicketX aliases
|
|
2606
|
+
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2607
2607
|
// Ticket aliases
|
|
2608
2608
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2609
|
+
// TicketsPlane aliases
|
|
2610
|
+
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2609
2611
|
// Tickets aliases
|
|
2610
2612
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2611
2613
|
// TimerOff aliases
|
|
2612
2614
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2613
2615
|
// TimerReset aliases
|
|
2614
2616
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2615
|
-
// ToggleLeft aliases
|
|
2616
|
-
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2617
2617
|
// Timer aliases
|
|
2618
2618
|
export { default as TimerIcon } from '../icons/timer';
|
|
2619
|
-
//
|
|
2620
|
-
export { default as
|
|
2619
|
+
// ToggleLeft aliases
|
|
2620
|
+
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2621
2621
|
// Toilet aliases
|
|
2622
2622
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2623
|
+
// ToggleRight aliases
|
|
2624
|
+
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2623
2625
|
// ToolCase aliases
|
|
2624
2626
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2625
2627
|
// Toolbox aliases
|
|
2626
2628
|
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2627
|
-
// Tornado aliases
|
|
2628
|
-
export { default as TornadoIcon } from '../icons/tornado';
|
|
2629
2629
|
// Torus aliases
|
|
2630
2630
|
export { default as TorusIcon } from '../icons/torus';
|
|
2631
2631
|
// TouchpadOff aliases
|
|
2632
2632
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2633
|
+
// Tornado aliases
|
|
2634
|
+
export { default as TornadoIcon } from '../icons/tornado';
|
|
2633
2635
|
// Touchpad aliases
|
|
2634
2636
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2635
2637
|
// TowelRack aliases
|
|
@@ -2650,10 +2652,10 @@ export { default as TrainFrontIcon } from '../icons/train-front';
|
|
|
2650
2652
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2651
2653
|
// Transgender aliases
|
|
2652
2654
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2653
|
-
// Trash2 aliases
|
|
2654
|
-
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2655
2655
|
// Trash aliases
|
|
2656
2656
|
export { default as TrashIcon } from '../icons/trash';
|
|
2657
|
+
// Trash2 aliases
|
|
2658
|
+
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2657
2659
|
// TreeDeciduous aliases
|
|
2658
2660
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2659
2661
|
// TreePine aliases
|
|
@@ -2664,10 +2666,10 @@ export { default as TreesIcon } from '../icons/trees';
|
|
|
2664
2666
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2665
2667
|
// TrendingDown aliases
|
|
2666
2668
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2667
|
-
// TrendingUp aliases
|
|
2668
|
-
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2669
2669
|
// TrendingUpDown aliases
|
|
2670
2670
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2671
|
+
// TrendingUp aliases
|
|
2672
|
+
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2671
2673
|
// TriangleDashed aliases
|
|
2672
2674
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2673
2675
|
// TriangleRight aliases
|
|
@@ -2698,14 +2700,14 @@ export { default as TwitterIcon } from '../icons/twitter';
|
|
|
2698
2700
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2699
2701
|
// Type aliases
|
|
2700
2702
|
export { default as TypeIcon } from '../icons/type';
|
|
2701
|
-
// Umbrella aliases
|
|
2702
|
-
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2703
2703
|
// UmbrellaOff aliases
|
|
2704
2704
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2705
|
-
//
|
|
2706
|
-
export { default as
|
|
2705
|
+
// Umbrella aliases
|
|
2706
|
+
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2707
2707
|
// Underline aliases
|
|
2708
2708
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2709
|
+
// Undo2 aliases
|
|
2710
|
+
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2709
2711
|
// UndoDot aliases
|
|
2710
2712
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2711
2713
|
// Undo aliases
|
|
@@ -2716,36 +2718,36 @@ export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
|
2716
2718
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2717
2719
|
// Ungroup aliases
|
|
2718
2720
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2719
|
-
// Unlink2 aliases
|
|
2720
|
-
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2721
2721
|
// Unplug aliases
|
|
2722
2722
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2723
|
+
// Unlink2 aliases
|
|
2724
|
+
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2723
2725
|
// Unlink aliases
|
|
2724
2726
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2725
|
-
// Usb aliases
|
|
2726
|
-
export { default as UsbIcon } from '../icons/usb';
|
|
2727
2727
|
// Upload aliases
|
|
2728
2728
|
export { default as UploadIcon } from '../icons/upload';
|
|
2729
|
-
//
|
|
2730
|
-
export { default as
|
|
2729
|
+
// Usb aliases
|
|
2730
|
+
export { default as UsbIcon } from '../icons/usb';
|
|
2731
2731
|
// UserCheck aliases
|
|
2732
2732
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2733
2733
|
// UserKey aliases
|
|
2734
2734
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2735
|
+
// UserCog aliases
|
|
2736
|
+
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2735
2737
|
// UserLock aliases
|
|
2736
2738
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2737
2739
|
// UserMinus aliases
|
|
2738
2740
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2739
2741
|
// UserPen aliases
|
|
2740
2742
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2743
|
+
// UserPlus aliases
|
|
2744
|
+
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2741
2745
|
// UserRoundKey aliases
|
|
2742
2746
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2743
2747
|
// UserRoundPen aliases
|
|
2744
2748
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2745
2749
|
// UserRoundSearch aliases
|
|
2746
2750
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2747
|
-
// UserPlus aliases
|
|
2748
|
-
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2749
2751
|
// UserSearch aliases
|
|
2750
2752
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2751
2753
|
// UserStar aliases
|
|
@@ -2754,10 +2756,10 @@ export { default as UserStarIcon } from '../icons/user-star';
|
|
|
2754
2756
|
export { default as UserIcon } from '../icons/user';
|
|
2755
2757
|
// UserX aliases
|
|
2756
2758
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2757
|
-
// UtilityPole aliases
|
|
2758
|
-
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2759
2759
|
// Users aliases
|
|
2760
2760
|
export { default as UsersIcon } from '../icons/users';
|
|
2761
|
+
// UtilityPole aliases
|
|
2762
|
+
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2761
2763
|
// Van aliases
|
|
2762
2764
|
export { default as VanIcon } from '../icons/van';
|
|
2763
2765
|
// Variable aliases
|
|
@@ -2768,22 +2770,22 @@ export { default as VaultIcon } from '../icons/vault';
|
|
|
2768
2770
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2769
2771
|
// Vegan aliases
|
|
2770
2772
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2771
|
-
// VenusAndMars aliases
|
|
2772
|
-
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2773
|
-
// VibrateOff aliases
|
|
2774
|
-
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2775
2773
|
// VenetianMask aliases
|
|
2776
2774
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2775
|
+
// VenusAndMars aliases
|
|
2776
|
+
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2777
2777
|
// Venus aliases
|
|
2778
2778
|
export { default as VenusIcon } from '../icons/venus';
|
|
2779
|
+
// VibrateOff aliases
|
|
2780
|
+
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2779
2781
|
// Vibrate aliases
|
|
2780
2782
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2781
2783
|
// VideoOff aliases
|
|
2782
2784
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2783
|
-
// Video aliases
|
|
2784
|
-
export { default as VideoIcon } from '../icons/video';
|
|
2785
2785
|
// Videotape aliases
|
|
2786
2786
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2787
|
+
// Video aliases
|
|
2788
|
+
export { default as VideoIcon } from '../icons/video';
|
|
2787
2789
|
// View aliases
|
|
2788
2790
|
export { default as ViewIcon } from '../icons/view';
|
|
2789
2791
|
// Voicemail aliases
|
|
@@ -2792,30 +2794,30 @@ export { default as VoicemailIcon } from '../icons/voicemail';
|
|
|
2792
2794
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2793
2795
|
// Volume1 aliases
|
|
2794
2796
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2795
|
-
// Volume2 aliases
|
|
2796
|
-
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2797
2797
|
// VolumeOff aliases
|
|
2798
2798
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2799
|
+
// Volume2 aliases
|
|
2800
|
+
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2799
2801
|
// VolumeX aliases
|
|
2800
2802
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2801
2803
|
// Volume aliases
|
|
2802
2804
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2803
|
-
// WalletCards aliases
|
|
2804
|
-
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2805
2805
|
// Vote aliases
|
|
2806
2806
|
export { default as VoteIcon } from '../icons/vote';
|
|
2807
2807
|
// Wallet aliases
|
|
2808
2808
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2809
|
+
// WalletCards aliases
|
|
2810
|
+
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2809
2811
|
// Wallpaper aliases
|
|
2810
2812
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2811
2813
|
// Wand aliases
|
|
2812
2814
|
export { default as WandIcon } from '../icons/wand';
|
|
2813
|
-
// Watch aliases
|
|
2814
|
-
export { default as WatchIcon } from '../icons/watch';
|
|
2815
|
-
// WashingMachine aliases
|
|
2816
|
-
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2817
2815
|
// Warehouse aliases
|
|
2818
2816
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2817
|
+
// WashingMachine aliases
|
|
2818
|
+
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2819
|
+
// Watch aliases
|
|
2820
|
+
export { default as WatchIcon } from '../icons/watch';
|
|
2819
2821
|
// WavesArrowDown aliases
|
|
2820
2822
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2821
2823
|
// WavesArrowUp aliases
|
|
@@ -2830,16 +2832,16 @@ export { default as WavesIcon } from '../icons/waves';
|
|
|
2830
2832
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2831
2833
|
// WebhookOff aliases
|
|
2832
2834
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2833
|
-
// WeightTilde aliases
|
|
2834
|
-
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2835
2835
|
// Webhook aliases
|
|
2836
2836
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2837
|
+
// WeightTilde aliases
|
|
2838
|
+
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2837
2839
|
// Weight aliases
|
|
2838
2840
|
export { default as WeightIcon } from '../icons/weight';
|
|
2839
|
-
// WheatOff aliases
|
|
2840
|
-
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2841
2841
|
// Wheat aliases
|
|
2842
2842
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2843
|
+
// WheatOff aliases
|
|
2844
|
+
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2843
2845
|
// WholeWord aliases
|
|
2844
2846
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2845
2847
|
// WifiCog aliases
|
|
@@ -2848,42 +2850,42 @@ export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
|
2848
2850
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2849
2851
|
// WifiLow aliases
|
|
2850
2852
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2851
|
-
// WifiPen aliases
|
|
2852
|
-
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2853
2853
|
// WifiOff aliases
|
|
2854
2854
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2855
|
+
// WifiPen aliases
|
|
2856
|
+
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2855
2857
|
// WifiSync aliases
|
|
2856
2858
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2857
|
-
// Wifi aliases
|
|
2858
|
-
export { default as WifiIcon } from '../icons/wifi';
|
|
2859
2859
|
// WifiZero aliases
|
|
2860
2860
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2861
2861
|
// WindArrowDown aliases
|
|
2862
2862
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2863
|
+
// Wifi aliases
|
|
2864
|
+
export { default as WifiIcon } from '../icons/wifi';
|
|
2863
2865
|
// Wind aliases
|
|
2864
2866
|
export { default as WindIcon } from '../icons/wind';
|
|
2865
2867
|
// WineOff aliases
|
|
2866
2868
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2867
2869
|
// Wine aliases
|
|
2868
2870
|
export { default as WineIcon } from '../icons/wine';
|
|
2869
|
-
// Workflow aliases
|
|
2870
|
-
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2871
2871
|
// Worm aliases
|
|
2872
2872
|
export { default as WormIcon } from '../icons/worm';
|
|
2873
2873
|
// Wrench aliases
|
|
2874
2874
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2875
|
+
// Workflow aliases
|
|
2876
|
+
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2875
2877
|
// X aliases
|
|
2876
2878
|
export { default as XIcon } from '../icons/x';
|
|
2877
|
-
// ZapOff aliases
|
|
2878
|
-
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2879
2879
|
// Youtube aliases
|
|
2880
2880
|
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2881
|
+
// ZapOff aliases
|
|
2882
|
+
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2881
2883
|
// Zap aliases
|
|
2882
2884
|
export { default as ZapIcon } from '../icons/zap';
|
|
2883
|
-
// ZoomIn aliases
|
|
2884
|
-
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2885
2885
|
// ZoomOut aliases
|
|
2886
2886
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2887
|
+
// ZoomIn aliases
|
|
2888
|
+
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2887
2889
|
// ArrowDown01 aliases
|
|
2888
2890
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2889
2891
|
// ArrowDown10 aliases
|
|
@@ -2934,18 +2936,18 @@ export {
|
|
|
2934
2936
|
/** @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 */
|
|
2935
2937
|
default as ArrowUpAzIcon
|
|
2936
2938
|
} from '../icons/arrow-up-a-z';
|
|
2937
|
-
// ArrowUpNarrowWide aliases
|
|
2938
|
-
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2939
|
-
export {
|
|
2940
|
-
/** @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 */
|
|
2941
|
-
default as SortAscIcon
|
|
2942
|
-
} from '../icons/arrow-up-narrow-wide';
|
|
2943
2939
|
// ArrowUpZA aliases
|
|
2944
2940
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2945
2941
|
export {
|
|
2946
2942
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
2947
2943
|
default as ArrowUpZaIcon
|
|
2948
2944
|
} from '../icons/arrow-up-z-a';
|
|
2945
|
+
// ArrowUpNarrowWide aliases
|
|
2946
|
+
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2947
|
+
export {
|
|
2948
|
+
/** @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 */
|
|
2949
|
+
default as SortAscIcon
|
|
2950
|
+
} from '../icons/arrow-up-narrow-wide';
|
|
2949
2951
|
// Axis3d aliases
|
|
2950
2952
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2951
2953
|
export {
|
|
@@ -2982,42 +2984,42 @@ export {
|
|
|
2982
2984
|
/** @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 */
|
|
2983
2985
|
default as BookTemplateIcon
|
|
2984
2986
|
} from '../icons/book-dashed';
|
|
2985
|
-
// Braces aliases
|
|
2986
|
-
export { default as BracesIcon } from '../icons/braces';
|
|
2987
|
-
export {
|
|
2988
|
-
/** @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 */
|
|
2989
|
-
default as CurlyBracesIcon
|
|
2990
|
-
} from '../icons/braces';
|
|
2991
2987
|
// Captions aliases
|
|
2992
2988
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
2993
2989
|
export {
|
|
2994
2990
|
/** @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 */
|
|
2995
2991
|
default as SubtitlesIcon
|
|
2996
2992
|
} from '../icons/captions';
|
|
2997
|
-
//
|
|
2998
|
-
export { default as
|
|
2993
|
+
// Braces aliases
|
|
2994
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
2999
2995
|
export {
|
|
3000
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3001
|
-
default as
|
|
3002
|
-
} from '../icons/
|
|
2996
|
+
/** @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 */
|
|
2997
|
+
default as CurlyBracesIcon
|
|
2998
|
+
} from '../icons/braces';
|
|
3003
2999
|
// ChartArea aliases
|
|
3004
3000
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3005
3001
|
export {
|
|
3006
3002
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
3007
3003
|
default as AreaChartIcon
|
|
3008
3004
|
} from '../icons/chart-area';
|
|
3009
|
-
//
|
|
3010
|
-
export { default as
|
|
3005
|
+
// ChartBarBig aliases
|
|
3006
|
+
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3011
3007
|
export {
|
|
3012
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3013
|
-
default as
|
|
3014
|
-
} from '../icons/chart-
|
|
3008
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
3009
|
+
default as BarChartHorizontalBigIcon
|
|
3010
|
+
} from '../icons/chart-bar-big';
|
|
3015
3011
|
// ChartBar aliases
|
|
3016
3012
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3017
3013
|
export {
|
|
3018
3014
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
3019
3015
|
default as BarChartHorizontalIcon
|
|
3020
3016
|
} from '../icons/chart-bar';
|
|
3017
|
+
// ChartCandlestick aliases
|
|
3018
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3019
|
+
export {
|
|
3020
|
+
/** @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 */
|
|
3021
|
+
default as CandlestickChartIcon
|
|
3022
|
+
} from '../icons/chart-candlestick';
|
|
3021
3023
|
// ChartColumnBig aliases
|
|
3022
3024
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3023
3025
|
export {
|
|
@@ -3048,18 +3050,18 @@ export {
|
|
|
3048
3050
|
/** @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 */
|
|
3049
3051
|
default as BarChartIcon
|
|
3050
3052
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3051
|
-
// ChartNoAxesColumn aliases
|
|
3052
|
-
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3053
|
-
export {
|
|
3054
|
-
/** @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 */
|
|
3055
|
-
default as BarChart2Icon
|
|
3056
|
-
} from '../icons/chart-no-axes-column';
|
|
3057
3053
|
// ChartNoAxesGantt aliases
|
|
3058
3054
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3059
3055
|
export {
|
|
3060
3056
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
3061
3057
|
default as GanttChartIcon
|
|
3062
3058
|
} from '../icons/chart-no-axes-gantt';
|
|
3059
|
+
// ChartNoAxesColumn aliases
|
|
3060
|
+
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3061
|
+
export {
|
|
3062
|
+
/** @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 */
|
|
3063
|
+
default as BarChart2Icon
|
|
3064
|
+
} from '../icons/chart-no-axes-column';
|
|
3063
3065
|
// ChartPie aliases
|
|
3064
3066
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3065
3067
|
export {
|
|
@@ -3108,18 +3110,18 @@ export {
|
|
|
3108
3110
|
/** @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 */
|
|
3109
3111
|
default as ArrowDownRightFromCircleIcon
|
|
3110
3112
|
} from '../icons/circle-arrow-out-down-right';
|
|
3111
|
-
// CircleArrowOutUpRight aliases
|
|
3112
|
-
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3113
|
-
export {
|
|
3114
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3115
|
-
default as ArrowUpRightFromCircleIcon
|
|
3116
|
-
} from '../icons/circle-arrow-out-up-right';
|
|
3117
3113
|
// CircleArrowOutUpLeft aliases
|
|
3118
3114
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3119
3115
|
export {
|
|
3120
3116
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3121
3117
|
default as ArrowUpLeftFromCircleIcon
|
|
3122
3118
|
} from '../icons/circle-arrow-out-up-left';
|
|
3119
|
+
// CircleArrowOutUpRight aliases
|
|
3120
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3121
|
+
export {
|
|
3122
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3123
|
+
default as ArrowUpRightFromCircleIcon
|
|
3124
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
3123
3125
|
// CircleArrowRight aliases
|
|
3124
3126
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3125
3127
|
export {
|
|
@@ -3138,12 +3140,6 @@ export {
|
|
|
3138
3140
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3139
3141
|
default as ArrowUpCircleIcon
|
|
3140
3142
|
} from '../icons/circle-arrow-up';
|
|
3141
|
-
// CircleChevronDown aliases
|
|
3142
|
-
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3143
|
-
export {
|
|
3144
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3145
|
-
default as ChevronDownCircleIcon
|
|
3146
|
-
} from '../icons/circle-chevron-down';
|
|
3147
3143
|
// CircleCheck aliases
|
|
3148
3144
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3149
3145
|
export {
|
|
@@ -3156,6 +3152,12 @@ export {
|
|
|
3156
3152
|
/** @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 */
|
|
3157
3153
|
default as ChevronLeftCircleIcon
|
|
3158
3154
|
} from '../icons/circle-chevron-left';
|
|
3155
|
+
// CircleChevronDown aliases
|
|
3156
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3157
|
+
export {
|
|
3158
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3159
|
+
default as ChevronDownCircleIcon
|
|
3160
|
+
} from '../icons/circle-chevron-down';
|
|
3159
3161
|
// CircleChevronRight aliases
|
|
3160
3162
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3161
3163
|
export {
|
|
@@ -3168,18 +3170,18 @@ export {
|
|
|
3168
3170
|
/** @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 */
|
|
3169
3171
|
default as ChevronUpCircleIcon
|
|
3170
3172
|
} from '../icons/circle-chevron-up';
|
|
3171
|
-
// CircleDivide aliases
|
|
3172
|
-
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3173
|
-
export {
|
|
3174
|
-
/** @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 */
|
|
3175
|
-
default as DivideCircleIcon
|
|
3176
|
-
} from '../icons/circle-divide';
|
|
3177
3173
|
// CircleGauge aliases
|
|
3178
3174
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3179
3175
|
export {
|
|
3180
3176
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3181
3177
|
default as GaugeCircleIcon
|
|
3182
3178
|
} from '../icons/circle-gauge';
|
|
3179
|
+
// CircleDivide aliases
|
|
3180
|
+
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3181
|
+
export {
|
|
3182
|
+
/** @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 */
|
|
3183
|
+
default as DivideCircleIcon
|
|
3184
|
+
} from '../icons/circle-divide';
|
|
3183
3185
|
// CircleMinus aliases
|
|
3184
3186
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3185
3187
|
export {
|
|
@@ -3192,30 +3194,30 @@ export {
|
|
|
3192
3194
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3193
3195
|
default as ParkingCircleOffIcon
|
|
3194
3196
|
} from '../icons/circle-parking-off';
|
|
3195
|
-
// CircleParking aliases
|
|
3196
|
-
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3197
|
-
export {
|
|
3198
|
-
/** @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 */
|
|
3199
|
-
default as ParkingCircleIcon
|
|
3200
|
-
} from '../icons/circle-parking';
|
|
3201
3197
|
// CirclePause aliases
|
|
3202
3198
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3203
3199
|
export {
|
|
3204
3200
|
/** @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 */
|
|
3205
3201
|
default as PauseCircleIcon
|
|
3206
3202
|
} from '../icons/circle-pause';
|
|
3207
|
-
//
|
|
3208
|
-
export { default as
|
|
3203
|
+
// CircleParking aliases
|
|
3204
|
+
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3209
3205
|
export {
|
|
3210
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3211
|
-
default as
|
|
3212
|
-
} from '../icons/circle-
|
|
3206
|
+
/** @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 */
|
|
3207
|
+
default as ParkingCircleIcon
|
|
3208
|
+
} from '../icons/circle-parking';
|
|
3213
3209
|
// CirclePlay aliases
|
|
3214
3210
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3215
3211
|
export {
|
|
3216
3212
|
/** @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 */
|
|
3217
3213
|
default as PlayCircleIcon
|
|
3218
3214
|
} from '../icons/circle-play';
|
|
3215
|
+
// CirclePercent aliases
|
|
3216
|
+
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3217
|
+
export {
|
|
3218
|
+
/** @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 */
|
|
3219
|
+
default as PercentCircleIcon
|
|
3220
|
+
} from '../icons/circle-percent';
|
|
3219
3221
|
// CirclePlus aliases
|
|
3220
3222
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3221
3223
|
export {
|
|
@@ -3238,18 +3240,18 @@ export {
|
|
|
3238
3240
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3239
3241
|
default as CircleHelpIcon
|
|
3240
3242
|
} from '../icons/circle-question-mark';
|
|
3241
|
-
// CircleSlash2 aliases
|
|
3242
|
-
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3243
|
-
export {
|
|
3244
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
3245
|
-
default as CircleSlashedIcon
|
|
3246
|
-
} from '../icons/circle-slash-2';
|
|
3247
3243
|
// CircleStop aliases
|
|
3248
3244
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3249
3245
|
export {
|
|
3250
3246
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3251
3247
|
default as StopCircleIcon
|
|
3252
3248
|
} from '../icons/circle-stop';
|
|
3249
|
+
// CircleSlash2 aliases
|
|
3250
|
+
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3251
|
+
export {
|
|
3252
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
3253
|
+
default as CircleSlashedIcon
|
|
3254
|
+
} from '../icons/circle-slash-2';
|
|
3253
3255
|
// CircleUserRound aliases
|
|
3254
3256
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3255
3257
|
export {
|
|
@@ -3286,6 +3288,12 @@ export {
|
|
|
3286
3288
|
/** @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 */
|
|
3287
3289
|
default as DownloadCloudIcon
|
|
3288
3290
|
} from '../icons/cloud-download';
|
|
3291
|
+
// CodeXml aliases
|
|
3292
|
+
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3293
|
+
export {
|
|
3294
|
+
/** @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 */
|
|
3295
|
+
default as Code2Icon
|
|
3296
|
+
} from '../icons/code-xml';
|
|
3289
3297
|
// Columns2 aliases
|
|
3290
3298
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3291
3299
|
export {
|
|
@@ -3298,12 +3306,6 @@ export {
|
|
|
3298
3306
|
/** @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 */
|
|
3299
3307
|
default as UploadCloudIcon
|
|
3300
3308
|
} from '../icons/cloud-upload';
|
|
3301
|
-
// CodeXml aliases
|
|
3302
|
-
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3303
|
-
export {
|
|
3304
|
-
/** @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 */
|
|
3305
|
-
default as Code2Icon
|
|
3306
|
-
} from '../icons/code-xml';
|
|
3307
3309
|
// Columns3Cog aliases
|
|
3308
3310
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3309
3311
|
export {
|
|
@@ -3320,30 +3322,24 @@ export {
|
|
|
3320
3322
|
/** @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 */
|
|
3321
3323
|
default as PanelsLeftRightIcon
|
|
3322
3324
|
} from '../icons/columns-3';
|
|
3323
|
-
// DiamondPercent aliases
|
|
3324
|
-
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3325
|
-
export {
|
|
3326
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3327
|
-
default as PercentDiamondIcon
|
|
3328
|
-
} from '../icons/diamond-percent';
|
|
3329
3325
|
// ContactRound aliases
|
|
3330
3326
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3331
3327
|
export {
|
|
3332
3328
|
/** @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 */
|
|
3333
3329
|
default as Contact2Icon
|
|
3334
3330
|
} from '../icons/contact-round';
|
|
3331
|
+
// DiamondPercent aliases
|
|
3332
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3333
|
+
export {
|
|
3334
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3335
|
+
default as PercentDiamondIcon
|
|
3336
|
+
} from '../icons/diamond-percent';
|
|
3335
3337
|
// Earth aliases
|
|
3336
3338
|
export { default as EarthIcon } from '../icons/earth';
|
|
3337
3339
|
export {
|
|
3338
3340
|
/** @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 */
|
|
3339
3341
|
default as Globe2Icon
|
|
3340
3342
|
} from '../icons/earth';
|
|
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';
|
|
3347
3343
|
// EllipsisVertical aliases
|
|
3348
3344
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3349
3345
|
export {
|
|
@@ -3356,42 +3352,48 @@ export {
|
|
|
3356
3352
|
/** @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 */
|
|
3357
3353
|
default as MoreHorizontalIcon
|
|
3358
3354
|
} from '../icons/ellipsis';
|
|
3355
|
+
// FileAxis3d aliases
|
|
3356
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3357
|
+
export {
|
|
3358
|
+
/** @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 */
|
|
3359
|
+
default as FileAxis3DIcon
|
|
3360
|
+
} from '../icons/file-axis-3d';
|
|
3359
3361
|
// FileBadge aliases
|
|
3360
3362
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3361
3363
|
export {
|
|
3362
3364
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
3363
3365
|
default as FileBadge2Icon
|
|
3364
3366
|
} from '../icons/file-badge';
|
|
3365
|
-
// FileBracesCorner aliases
|
|
3366
|
-
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3367
|
-
export {
|
|
3368
|
-
/** @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 */
|
|
3369
|
-
default as FileJson2Icon
|
|
3370
|
-
} from '../icons/file-braces-corner';
|
|
3371
3367
|
// FileBraces aliases
|
|
3372
3368
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3373
3369
|
export {
|
|
3374
3370
|
/** @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 */
|
|
3375
3371
|
default as FileJsonIcon
|
|
3376
3372
|
} from '../icons/file-braces';
|
|
3373
|
+
// FileBracesCorner aliases
|
|
3374
|
+
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3375
|
+
export {
|
|
3376
|
+
/** @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 */
|
|
3377
|
+
default as FileJson2Icon
|
|
3378
|
+
} from '../icons/file-braces-corner';
|
|
3377
3379
|
// FileChartColumnIncreasing aliases
|
|
3378
3380
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3379
3381
|
export {
|
|
3380
3382
|
/** @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 */
|
|
3381
3383
|
default as FileBarChartIcon
|
|
3382
3384
|
} from '../icons/file-chart-column-increasing';
|
|
3383
|
-
// FileChartColumn aliases
|
|
3384
|
-
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3385
|
-
export {
|
|
3386
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3387
|
-
default as FileBarChart2Icon
|
|
3388
|
-
} from '../icons/file-chart-column';
|
|
3389
3385
|
// FileChartLine aliases
|
|
3390
3386
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3391
3387
|
export {
|
|
3392
3388
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3393
3389
|
default as FileLineChartIcon
|
|
3394
3390
|
} from '../icons/file-chart-line';
|
|
3391
|
+
// FileChartColumn aliases
|
|
3392
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3393
|
+
export {
|
|
3394
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3395
|
+
default as FileBarChart2Icon
|
|
3396
|
+
} from '../icons/file-chart-column';
|
|
3395
3397
|
// FileChartPie aliases
|
|
3396
3398
|
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3397
3399
|
export {
|
|
@@ -3410,18 +3412,18 @@ export {
|
|
|
3410
3412
|
/** @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 */
|
|
3411
3413
|
default as FileCode2Icon
|
|
3412
3414
|
} from '../icons/file-code-corner';
|
|
3413
|
-
// FileCog aliases
|
|
3414
|
-
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3415
|
-
export {
|
|
3416
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3417
|
-
default as FileCog2Icon
|
|
3418
|
-
} from '../icons/file-cog';
|
|
3419
3415
|
// FileExclamationPoint aliases
|
|
3420
3416
|
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3421
3417
|
export {
|
|
3422
3418
|
/** @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 */
|
|
3423
3419
|
default as FileWarningIcon
|
|
3424
3420
|
} from '../icons/file-exclamation-point';
|
|
3421
|
+
// FileCog aliases
|
|
3422
|
+
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3423
|
+
export {
|
|
3424
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3425
|
+
default as FileCog2Icon
|
|
3426
|
+
} from '../icons/file-cog';
|
|
3425
3427
|
// FileHeadphone aliases
|
|
3426
3428
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3427
3429
|
export {
|
|
@@ -3450,6 +3452,12 @@ export {
|
|
|
3450
3452
|
/** @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 */
|
|
3451
3453
|
default as FileMinus2Icon
|
|
3452
3454
|
} from '../icons/file-minus-corner';
|
|
3455
|
+
// FilePenLine aliases
|
|
3456
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3457
|
+
export {
|
|
3458
|
+
/** @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 */
|
|
3459
|
+
default as FileSignatureIcon
|
|
3460
|
+
} from '../icons/file-pen-line';
|
|
3453
3461
|
// FilePen aliases
|
|
3454
3462
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3455
3463
|
export {
|
|
@@ -3462,30 +3470,24 @@ export {
|
|
|
3462
3470
|
/** @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 */
|
|
3463
3471
|
default as FileVideoIcon
|
|
3464
3472
|
} from '../icons/file-play';
|
|
3465
|
-
// FilePenLine aliases
|
|
3466
|
-
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3467
|
-
export {
|
|
3468
|
-
/** @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 */
|
|
3469
|
-
default as FileSignatureIcon
|
|
3470
|
-
} from '../icons/file-pen-line';
|
|
3471
3473
|
// FilePlusCorner aliases
|
|
3472
3474
|
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3473
3475
|
export {
|
|
3474
3476
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
3475
3477
|
default as FilePlus2Icon
|
|
3476
3478
|
} from '../icons/file-plus-corner';
|
|
3477
|
-
// FileSearchCorner aliases
|
|
3478
|
-
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3479
|
-
export {
|
|
3480
|
-
/** @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 */
|
|
3481
|
-
default as FileSearch2Icon
|
|
3482
|
-
} from '../icons/file-search-corner';
|
|
3483
3479
|
// FileQuestionMark aliases
|
|
3484
3480
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3485
3481
|
export {
|
|
3486
3482
|
/** @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 */
|
|
3487
3483
|
default as FileQuestionIcon
|
|
3488
3484
|
} from '../icons/file-question-mark';
|
|
3485
|
+
// FileSearchCorner aliases
|
|
3486
|
+
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3487
|
+
export {
|
|
3488
|
+
/** @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 */
|
|
3489
|
+
default as FileSearch2Icon
|
|
3490
|
+
} from '../icons/file-search-corner';
|
|
3489
3491
|
// FileSignal aliases
|
|
3490
3492
|
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3491
3493
|
export {
|
|
@@ -3504,30 +3506,30 @@ export {
|
|
|
3504
3506
|
/** @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 */
|
|
3505
3507
|
default as FileVideo2Icon
|
|
3506
3508
|
} from '../icons/file-video-camera';
|
|
3507
|
-
// FileXCorner aliases
|
|
3508
|
-
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3509
|
-
export {
|
|
3510
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3511
|
-
default as FileX2Icon
|
|
3512
|
-
} from '../icons/file-x-corner';
|
|
3513
3509
|
// FingerprintPattern aliases
|
|
3514
3510
|
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3515
3511
|
export {
|
|
3516
3512
|
/** @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 */
|
|
3517
3513
|
default as FingerprintIcon
|
|
3518
3514
|
} from '../icons/fingerprint-pattern';
|
|
3519
|
-
//
|
|
3520
|
-
export { default as
|
|
3515
|
+
// FileXCorner aliases
|
|
3516
|
+
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3521
3517
|
export {
|
|
3522
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3523
|
-
default as
|
|
3524
|
-
} from '../icons/
|
|
3518
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3519
|
+
default as FileX2Icon
|
|
3520
|
+
} from '../icons/file-x-corner';
|
|
3525
3521
|
// FolderPen aliases
|
|
3526
3522
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3527
3523
|
export {
|
|
3528
3524
|
/** @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 */
|
|
3529
3525
|
default as FolderEditIcon
|
|
3530
3526
|
} from '../icons/folder-pen';
|
|
3527
|
+
// FolderCog aliases
|
|
3528
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3529
|
+
export {
|
|
3530
|
+
/** @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 */
|
|
3531
|
+
default as FolderCog2Icon
|
|
3532
|
+
} from '../icons/folder-cog';
|
|
3531
3533
|
// FunnelX aliases
|
|
3532
3534
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3533
3535
|
export {
|
|
@@ -3564,12 +3566,6 @@ export {
|
|
|
3564
3566
|
/** @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 */
|
|
3565
3567
|
default as Grid2X2XIcon
|
|
3566
3568
|
} from '../icons/grid-2x2-x';
|
|
3567
|
-
// Grid2x2 aliases
|
|
3568
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3569
|
-
export {
|
|
3570
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3571
|
-
default as Grid2X2Icon
|
|
3572
|
-
} from '../icons/grid-2x2';
|
|
3573
3569
|
// Grid3x3 aliases
|
|
3574
3570
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3575
3571
|
export {
|
|
@@ -3580,48 +3576,54 @@ export {
|
|
|
3580
3576
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3581
3577
|
default as Grid3X3Icon
|
|
3582
3578
|
} from '../icons/grid-3x3';
|
|
3579
|
+
// Grid2x2 aliases
|
|
3580
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3581
|
+
export {
|
|
3582
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3583
|
+
default as Grid2X2Icon
|
|
3584
|
+
} from '../icons/grid-2x2';
|
|
3583
3585
|
// HandGrab aliases
|
|
3584
3586
|
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3585
3587
|
export {
|
|
3586
3588
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3587
3589
|
default as GrabIcon
|
|
3588
3590
|
} from '../icons/hand-grab';
|
|
3589
|
-
// HandHelping aliases
|
|
3590
|
-
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3591
|
-
export {
|
|
3592
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3593
|
-
default as HelpingHandIcon
|
|
3594
|
-
} from '../icons/hand-helping';
|
|
3595
3591
|
// House aliases
|
|
3596
3592
|
export { default as HouseIcon } from '../icons/house';
|
|
3597
3593
|
export {
|
|
3598
3594
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
3599
3595
|
default as HomeIcon
|
|
3600
3596
|
} from '../icons/house';
|
|
3601
|
-
//
|
|
3602
|
-
export { default as
|
|
3597
|
+
// HandHelping aliases
|
|
3598
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3603
3599
|
export {
|
|
3604
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3605
|
-
default as
|
|
3606
|
-
} from '../icons/
|
|
3600
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3601
|
+
default as HelpingHandIcon
|
|
3602
|
+
} from '../icons/hand-helping';
|
|
3607
3603
|
// IceCreamBowl aliases
|
|
3608
3604
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3609
3605
|
export {
|
|
3610
3606
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3611
3607
|
default as IceCream2Icon
|
|
3612
3608
|
} from '../icons/ice-cream-bowl';
|
|
3613
|
-
//
|
|
3614
|
-
export { default as
|
|
3609
|
+
// IceCreamCone aliases
|
|
3610
|
+
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3615
3611
|
export {
|
|
3616
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3617
|
-
default as
|
|
3618
|
-
} from '../icons/
|
|
3612
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3613
|
+
default as IceCreamIcon
|
|
3614
|
+
} from '../icons/ice-cream-cone';
|
|
3619
3615
|
// Layers aliases
|
|
3620
3616
|
export { default as LayersIcon } from '../icons/layers';
|
|
3621
3617
|
export {
|
|
3622
3618
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3623
3619
|
default as Layers3Icon
|
|
3624
3620
|
} from '../icons/layers';
|
|
3621
|
+
// LaptopMinimal aliases
|
|
3622
|
+
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3623
|
+
export {
|
|
3624
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
3625
|
+
default as Laptop2Icon
|
|
3626
|
+
} from '../icons/laptop-minimal';
|
|
3625
3627
|
// ListIndentDecrease aliases
|
|
3626
3628
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3627
3629
|
export {
|
|
@@ -3654,12 +3656,6 @@ export {
|
|
|
3654
3656
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
3655
3657
|
default as UnlockKeyholeIcon
|
|
3656
3658
|
} from '../icons/lock-keyhole-open';
|
|
3657
|
-
// MapPinPen aliases
|
|
3658
|
-
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3659
|
-
export {
|
|
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';
|
|
3663
3659
|
// LockOpen aliases
|
|
3664
3660
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3665
3661
|
export {
|
|
@@ -3672,24 +3668,30 @@ export {
|
|
|
3672
3668
|
/** @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 */
|
|
3673
3669
|
default as MailQuestionIcon
|
|
3674
3670
|
} from '../icons/mail-question-mark';
|
|
3671
|
+
// MapPinPen aliases
|
|
3672
|
+
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3673
|
+
export {
|
|
3674
|
+
/** @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 */
|
|
3675
|
+
default as LocationEditIcon
|
|
3676
|
+
} from '../icons/map-pin-pen';
|
|
3675
3677
|
// MessageCircleQuestionMark aliases
|
|
3676
3678
|
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3677
3679
|
export {
|
|
3678
3680
|
/** @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 */
|
|
3679
3681
|
default as MessageCircleQuestionIcon
|
|
3680
3682
|
} from '../icons/message-circle-question-mark';
|
|
3681
|
-
// MicVocal aliases
|
|
3682
|
-
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3683
|
-
export {
|
|
3684
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3685
|
-
default as Mic2Icon
|
|
3686
|
-
} from '../icons/mic-vocal';
|
|
3687
3683
|
// Move3d aliases
|
|
3688
3684
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3689
3685
|
export {
|
|
3690
3686
|
/** @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 */
|
|
3691
3687
|
default as Move3DIcon
|
|
3692
3688
|
} from '../icons/move-3d';
|
|
3689
|
+
// MicVocal aliases
|
|
3690
|
+
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3691
|
+
export {
|
|
3692
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3693
|
+
default as Mic2Icon
|
|
3694
|
+
} from '../icons/mic-vocal';
|
|
3693
3695
|
// OctagonAlert aliases
|
|
3694
3696
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3695
3697
|
export {
|
|
@@ -3768,12 +3770,6 @@ export {
|
|
|
3768
3770
|
/** @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 */
|
|
3769
3771
|
default as Edit3Icon
|
|
3770
3772
|
} from '../icons/pen-line';
|
|
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';
|
|
3777
3773
|
// Pen aliases
|
|
3778
3774
|
export { default as PenIcon } from '../icons/pen';
|
|
3779
3775
|
export {
|
|
@@ -3786,6 +3782,18 @@ export {
|
|
|
3786
3782
|
/** @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 */
|
|
3787
3783
|
default as PlugZap2Icon
|
|
3788
3784
|
} from '../icons/plug-zap';
|
|
3785
|
+
// RectangleEllipsis aliases
|
|
3786
|
+
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3787
|
+
export {
|
|
3788
|
+
/** @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 */
|
|
3789
|
+
default as FormInputIcon
|
|
3790
|
+
} from '../icons/rectangle-ellipsis';
|
|
3791
|
+
// Rotate3d aliases
|
|
3792
|
+
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3793
|
+
export {
|
|
3794
|
+
/** @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 */
|
|
3795
|
+
default as Rotate3DIcon
|
|
3796
|
+
} from '../icons/rotate-3d';
|
|
3789
3797
|
// Rows2 aliases
|
|
3790
3798
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3791
3799
|
export {
|
|
@@ -3804,12 +3812,6 @@ export {
|
|
|
3804
3812
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3805
3813
|
default as Scale3DIcon
|
|
3806
3814
|
} from '../icons/scale-3d';
|
|
3807
|
-
// Rotate3d aliases
|
|
3808
|
-
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3809
|
-
export {
|
|
3810
|
-
/** @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 */
|
|
3811
|
-
default as Rotate3DIcon
|
|
3812
|
-
} from '../icons/rotate-3d';
|
|
3813
3815
|
// SendHorizontal aliases
|
|
3814
3816
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3815
3817
|
export {
|
|
@@ -3822,18 +3824,18 @@ export {
|
|
|
3822
3824
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3823
3825
|
default as ShieldQuestionIcon
|
|
3824
3826
|
} from '../icons/shield-question-mark';
|
|
3825
|
-
// ShieldX aliases
|
|
3826
|
-
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3827
|
-
export {
|
|
3828
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3829
|
-
default as ShieldCloseIcon
|
|
3830
|
-
} from '../icons/shield-x';
|
|
3831
3827
|
// SlidersVertical aliases
|
|
3832
3828
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3833
3829
|
export {
|
|
3834
3830
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3835
3831
|
default as SlidersIcon
|
|
3836
3832
|
} from '../icons/sliders-vertical';
|
|
3833
|
+
// ShieldX aliases
|
|
3834
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3835
|
+
export {
|
|
3836
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3837
|
+
default as ShieldCloseIcon
|
|
3838
|
+
} from '../icons/shield-x';
|
|
3837
3839
|
// Sparkles aliases
|
|
3838
3840
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3839
3841
|
export {
|
|
@@ -3852,12 +3854,6 @@ export {
|
|
|
3852
3854
|
/** @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 */
|
|
3853
3855
|
default as ArrowDownLeftSquareIcon
|
|
3854
3856
|
} from '../icons/square-arrow-down-left';
|
|
3855
|
-
// SquareArrowDown aliases
|
|
3856
|
-
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3857
|
-
export {
|
|
3858
|
-
/** @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 */
|
|
3859
|
-
default as ArrowDownSquareIcon
|
|
3860
|
-
} from '../icons/square-arrow-down';
|
|
3861
3857
|
// SquareArrowDownRight aliases
|
|
3862
3858
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3863
3859
|
export {
|
|
@@ -3870,6 +3866,12 @@ export {
|
|
|
3870
3866
|
/** @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 */
|
|
3871
3867
|
default as ArrowLeftSquareIcon
|
|
3872
3868
|
} from '../icons/square-arrow-left';
|
|
3869
|
+
// SquareArrowDown aliases
|
|
3870
|
+
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3871
|
+
export {
|
|
3872
|
+
/** @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 */
|
|
3873
|
+
default as ArrowDownSquareIcon
|
|
3874
|
+
} from '../icons/square-arrow-down';
|
|
3873
3875
|
// SquareArrowOutDownLeft aliases
|
|
3874
3876
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3875
3877
|
export {
|
|
@@ -3888,18 +3890,18 @@ export {
|
|
|
3888
3890
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3889
3891
|
default as ArrowUpLeftFromSquareIcon
|
|
3890
3892
|
} from '../icons/square-arrow-out-up-left';
|
|
3891
|
-
// SquareArrowRight aliases
|
|
3892
|
-
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3893
|
-
export {
|
|
3894
|
-
/** @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 */
|
|
3895
|
-
default as ArrowRightSquareIcon
|
|
3896
|
-
} from '../icons/square-arrow-right';
|
|
3897
3893
|
// SquareArrowOutUpRight aliases
|
|
3898
3894
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3899
3895
|
export {
|
|
3900
3896
|
/** @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 */
|
|
3901
3897
|
default as ArrowUpRightFromSquareIcon
|
|
3902
3898
|
} from '../icons/square-arrow-out-up-right';
|
|
3899
|
+
// SquareArrowRight aliases
|
|
3900
|
+
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3901
|
+
export {
|
|
3902
|
+
/** @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 */
|
|
3903
|
+
default as ArrowRightSquareIcon
|
|
3904
|
+
} from '../icons/square-arrow-right';
|
|
3903
3905
|
// SquareArrowUpLeft aliases
|
|
3904
3906
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3905
3907
|
export {
|
|
@@ -3918,24 +3920,18 @@ export {
|
|
|
3918
3920
|
/** @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 */
|
|
3919
3921
|
default as ArrowUpSquareIcon
|
|
3920
3922
|
} from '../icons/square-arrow-up';
|
|
3921
|
-
// SquareAsterisk aliases
|
|
3922
|
-
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3923
|
-
export {
|
|
3924
|
-
/** @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 */
|
|
3925
|
-
default as AsteriskSquareIcon
|
|
3926
|
-
} from '../icons/square-asterisk';
|
|
3927
3923
|
// SquareBottomDashedScissors aliases
|
|
3928
3924
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3929
3925
|
export {
|
|
3930
3926
|
/** @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 */
|
|
3931
3927
|
default as ScissorsSquareDashedBottomIcon
|
|
3932
3928
|
} from '../icons/square-bottom-dashed-scissors';
|
|
3933
|
-
//
|
|
3934
|
-
export { default as
|
|
3929
|
+
// SquareAsterisk aliases
|
|
3930
|
+
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3935
3931
|
export {
|
|
3936
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3937
|
-
default as
|
|
3938
|
-
} from '../icons/square-
|
|
3932
|
+
/** @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 */
|
|
3933
|
+
default as AsteriskSquareIcon
|
|
3934
|
+
} from '../icons/square-asterisk';
|
|
3939
3935
|
// SquareChartGantt aliases
|
|
3940
3936
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3941
3937
|
export {
|
|
@@ -3952,6 +3948,12 @@ export {
|
|
|
3952
3948
|
/** @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 */
|
|
3953
3949
|
default as CheckSquareIcon
|
|
3954
3950
|
} from '../icons/square-check-big';
|
|
3951
|
+
// SquareCheck aliases
|
|
3952
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3953
|
+
export {
|
|
3954
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
3955
|
+
default as CheckSquare2Icon
|
|
3956
|
+
} from '../icons/square-check';
|
|
3955
3957
|
// SquareChevronDown aliases
|
|
3956
3958
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3957
3959
|
export {
|
|
@@ -3964,6 +3966,12 @@ export {
|
|
|
3964
3966
|
/** @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 */
|
|
3965
3967
|
default as ChevronLeftSquareIcon
|
|
3966
3968
|
} from '../icons/square-chevron-left';
|
|
3969
|
+
// SquareChevronRight aliases
|
|
3970
|
+
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3971
|
+
export {
|
|
3972
|
+
/** @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 */
|
|
3973
|
+
default as ChevronRightSquareIcon
|
|
3974
|
+
} from '../icons/square-chevron-right';
|
|
3967
3975
|
// SquareChevronUp aliases
|
|
3968
3976
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3969
3977
|
export {
|
|
@@ -3976,12 +3984,6 @@ export {
|
|
|
3976
3984
|
/** @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 */
|
|
3977
3985
|
default as CodeSquareIcon
|
|
3978
3986
|
} from '../icons/square-code';
|
|
3979
|
-
// SquareChevronRight aliases
|
|
3980
|
-
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3981
|
-
export {
|
|
3982
|
-
/** @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 */
|
|
3983
|
-
default as ChevronRightSquareIcon
|
|
3984
|
-
} from '../icons/square-chevron-right';
|
|
3985
3987
|
// SquareDashedKanban aliases
|
|
3986
3988
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3987
3989
|
export {
|
|
@@ -3994,6 +3996,12 @@ export {
|
|
|
3994
3996
|
/** @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 */
|
|
3995
3997
|
default as MousePointerSquareDashedIcon
|
|
3996
3998
|
} from '../icons/square-dashed-mouse-pointer';
|
|
3999
|
+
// SquareDot aliases
|
|
4000
|
+
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4001
|
+
export {
|
|
4002
|
+
/** @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 */
|
|
4003
|
+
default as DotSquareIcon
|
|
4004
|
+
} from '../icons/square-dot';
|
|
3997
4005
|
// SquareDashed aliases
|
|
3998
4006
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3999
4007
|
export {
|
|
@@ -4006,18 +4014,6 @@ export {
|
|
|
4006
4014
|
/** @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 */
|
|
4007
4015
|
default as DivideSquareIcon
|
|
4008
4016
|
} from '../icons/square-divide';
|
|
4009
|
-
// SquareDot aliases
|
|
4010
|
-
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4011
|
-
export {
|
|
4012
|
-
/** @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 */
|
|
4013
|
-
default as DotSquareIcon
|
|
4014
|
-
} from '../icons/square-dot';
|
|
4015
|
-
// SquareFunction aliases
|
|
4016
|
-
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4017
|
-
export {
|
|
4018
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
4019
|
-
default as FunctionSquareIcon
|
|
4020
|
-
} from '../icons/square-function';
|
|
4021
4017
|
// SquareEqual aliases
|
|
4022
4018
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4023
4019
|
export {
|
|
@@ -4030,30 +4026,30 @@ export {
|
|
|
4030
4026
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
4031
4027
|
default as KanbanSquareIcon
|
|
4032
4028
|
} from '../icons/square-kanban';
|
|
4033
|
-
//
|
|
4034
|
-
export { default as
|
|
4029
|
+
// SquareFunction aliases
|
|
4030
|
+
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4035
4031
|
export {
|
|
4036
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4037
|
-
default as
|
|
4038
|
-
} from '../icons/square-
|
|
4032
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
4033
|
+
default as FunctionSquareIcon
|
|
4034
|
+
} from '../icons/square-function';
|
|
4039
4035
|
// SquareM aliases
|
|
4040
4036
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
4041
4037
|
export {
|
|
4042
4038
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
4043
4039
|
default as MSquareIcon
|
|
4044
4040
|
} from '../icons/square-m';
|
|
4041
|
+
// SquareLibrary aliases
|
|
4042
|
+
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4043
|
+
export {
|
|
4044
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
4045
|
+
default as LibrarySquareIcon
|
|
4046
|
+
} from '../icons/square-library';
|
|
4045
4047
|
// SquareMinus aliases
|
|
4046
4048
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4047
4049
|
export {
|
|
4048
4050
|
/** @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 */
|
|
4049
4051
|
default as MinusSquareIcon
|
|
4050
4052
|
} from '../icons/square-minus';
|
|
4051
|
-
// SquareParkingOff aliases
|
|
4052
|
-
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4053
|
-
export {
|
|
4054
|
-
/** @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 */
|
|
4055
|
-
default as ParkingSquareOffIcon
|
|
4056
|
-
} from '../icons/square-parking-off';
|
|
4057
4053
|
// SquareMenu aliases
|
|
4058
4054
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4059
4055
|
export {
|
|
@@ -4066,6 +4062,12 @@ export {
|
|
|
4066
4062
|
/** @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 */
|
|
4067
4063
|
default as InspectIcon
|
|
4068
4064
|
} from '../icons/square-mouse-pointer';
|
|
4065
|
+
// SquareParkingOff aliases
|
|
4066
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4067
|
+
export {
|
|
4068
|
+
/** @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 */
|
|
4069
|
+
default as ParkingSquareOffIcon
|
|
4070
|
+
} from '../icons/square-parking-off';
|
|
4069
4071
|
// SquareParking aliases
|
|
4070
4072
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4071
4073
|
export {
|
|
@@ -4086,42 +4088,48 @@ export {
|
|
|
4086
4088
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
4087
4089
|
default as PenSquareIcon
|
|
4088
4090
|
} from '../icons/square-pen';
|
|
4091
|
+
// SquarePercent aliases
|
|
4092
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4093
|
+
export {
|
|
4094
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
4095
|
+
default as PercentSquareIcon
|
|
4096
|
+
} from '../icons/square-percent';
|
|
4089
4097
|
// SquarePi aliases
|
|
4090
4098
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4091
4099
|
export {
|
|
4092
4100
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
4093
4101
|
default as PiSquareIcon
|
|
4094
4102
|
} from '../icons/square-pi';
|
|
4095
|
-
//
|
|
4096
|
-
export { default as
|
|
4103
|
+
// SquarePlay aliases
|
|
4104
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4097
4105
|
export {
|
|
4098
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4099
|
-
default as
|
|
4100
|
-
} from '../icons/square-
|
|
4106
|
+
/** @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 */
|
|
4107
|
+
default as PlaySquareIcon
|
|
4108
|
+
} from '../icons/square-play';
|
|
4101
4109
|
// SquarePilcrow aliases
|
|
4102
4110
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4103
4111
|
export {
|
|
4104
4112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4105
4113
|
default as PilcrowSquareIcon
|
|
4106
4114
|
} from '../icons/square-pilcrow';
|
|
4107
|
-
//
|
|
4108
|
-
export { default as
|
|
4115
|
+
// SquarePlus aliases
|
|
4116
|
+
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4109
4117
|
export {
|
|
4110
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4111
|
-
default as
|
|
4112
|
-
} from '../icons/square-
|
|
4118
|
+
/** @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 */
|
|
4119
|
+
default as PlusSquareIcon
|
|
4120
|
+
} from '../icons/square-plus';
|
|
4113
4121
|
// SquarePower aliases
|
|
4114
4122
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4115
4123
|
export {
|
|
4116
4124
|
/** @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 */
|
|
4117
4125
|
default as PowerSquareIcon
|
|
4118
4126
|
} from '../icons/square-power';
|
|
4119
|
-
//
|
|
4120
|
-
export { default as
|
|
4127
|
+
// SquareScissors aliases
|
|
4128
|
+
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4121
4129
|
export {
|
|
4122
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4123
|
-
default as
|
|
4124
|
-
} from '../icons/square-
|
|
4130
|
+
/** @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 */
|
|
4131
|
+
default as ScissorsSquareIcon
|
|
4132
|
+
} from '../icons/square-scissors';
|
|
4125
4133
|
// SquareSigma aliases
|
|
4126
4134
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4127
4135
|
export {
|
|
@@ -4134,42 +4142,36 @@ export {
|
|
|
4134
4142
|
/** @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
4143
|
default as SlashSquareIcon
|
|
4136
4144
|
} from '../icons/square-slash';
|
|
4137
|
-
// SquareScissors aliases
|
|
4138
|
-
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4139
|
-
export {
|
|
4140
|
-
/** @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 */
|
|
4141
|
-
default as ScissorsSquareIcon
|
|
4142
|
-
} from '../icons/square-scissors';
|
|
4143
4145
|
// SquareSplitHorizontal aliases
|
|
4144
4146
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4145
4147
|
export {
|
|
4146
4148
|
/** @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 */
|
|
4147
4149
|
default as SplitSquareHorizontalIcon
|
|
4148
4150
|
} from '../icons/square-split-horizontal';
|
|
4149
|
-
// SquareTerminal aliases
|
|
4150
|
-
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4151
|
-
export {
|
|
4152
|
-
/** @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 */
|
|
4153
|
-
default as TerminalSquareIcon
|
|
4154
|
-
} from '../icons/square-terminal';
|
|
4155
4151
|
// SquareSplitVertical aliases
|
|
4156
4152
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4157
4153
|
export {
|
|
4158
4154
|
/** @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 */
|
|
4159
4155
|
default as SplitSquareVerticalIcon
|
|
4160
4156
|
} from '../icons/square-split-vertical';
|
|
4161
|
-
// SquareUserRound aliases
|
|
4162
|
-
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4163
|
-
export {
|
|
4164
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
4165
|
-
default as UserSquare2Icon
|
|
4166
|
-
} from '../icons/square-user-round';
|
|
4167
4157
|
// SquareUser aliases
|
|
4168
4158
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4169
4159
|
export {
|
|
4170
4160
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
4171
4161
|
default as UserSquareIcon
|
|
4172
4162
|
} from '../icons/square-user';
|
|
4163
|
+
// SquareTerminal aliases
|
|
4164
|
+
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4165
|
+
export {
|
|
4166
|
+
/** @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 */
|
|
4167
|
+
default as TerminalSquareIcon
|
|
4168
|
+
} from '../icons/square-terminal';
|
|
4169
|
+
// SquareUserRound aliases
|
|
4170
|
+
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4171
|
+
export {
|
|
4172
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
4173
|
+
default as UserSquare2Icon
|
|
4174
|
+
} from '../icons/square-user-round';
|
|
4173
4175
|
// SquareX aliases
|
|
4174
4176
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4175
4177
|
export {
|
|
@@ -4182,18 +4184,18 @@ export {
|
|
|
4182
4184
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
4183
4185
|
default as TestTube2Icon
|
|
4184
4186
|
} from '../icons/test-tube-diagonal';
|
|
4185
|
-
// TextAlignEnd aliases
|
|
4186
|
-
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4187
|
-
export {
|
|
4188
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4189
|
-
default as AlignRightIcon
|
|
4190
|
-
} from '../icons/text-align-end';
|
|
4191
4187
|
// TextAlignCenter aliases
|
|
4192
4188
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4193
4189
|
export {
|
|
4194
4190
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4195
4191
|
default as AlignCenterIcon
|
|
4196
4192
|
} from '../icons/text-align-center';
|
|
4193
|
+
// TextAlignEnd aliases
|
|
4194
|
+
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4195
|
+
export {
|
|
4196
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4197
|
+
default as AlignRightIcon
|
|
4198
|
+
} from '../icons/text-align-end';
|
|
4197
4199
|
// TextAlignJustify aliases
|
|
4198
4200
|
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4199
4201
|
export {
|
|
@@ -4264,54 +4266,54 @@ export {
|
|
|
4264
4266
|
/** @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 */
|
|
4265
4267
|
default as UserCheck2Icon
|
|
4266
4268
|
} from '../icons/user-round-check';
|
|
4267
|
-
// UserRoundCog aliases
|
|
4268
|
-
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4269
|
-
export {
|
|
4270
|
-
/** @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 */
|
|
4271
|
-
default as UserCog2Icon
|
|
4272
|
-
} from '../icons/user-round-cog';
|
|
4273
4269
|
// UserRoundMinus aliases
|
|
4274
4270
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4275
4271
|
export {
|
|
4276
4272
|
/** @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 */
|
|
4277
4273
|
default as UserMinus2Icon
|
|
4278
4274
|
} from '../icons/user-round-minus';
|
|
4275
|
+
// UserRoundCog aliases
|
|
4276
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4277
|
+
export {
|
|
4278
|
+
/** @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 */
|
|
4279
|
+
default as UserCog2Icon
|
|
4280
|
+
} from '../icons/user-round-cog';
|
|
4279
4281
|
// UserRoundPlus aliases
|
|
4280
4282
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4281
4283
|
export {
|
|
4282
4284
|
/** @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
4285
|
default as UserPlus2Icon
|
|
4284
4286
|
} 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';
|
|
4291
4287
|
// UserRoundX aliases
|
|
4292
4288
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4293
4289
|
export {
|
|
4294
4290
|
/** @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 */
|
|
4295
4291
|
default as UserX2Icon
|
|
4296
4292
|
} from '../icons/user-round-x';
|
|
4293
|
+
// UserRound aliases
|
|
4294
|
+
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4295
|
+
export {
|
|
4296
|
+
/** @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 */
|
|
4297
|
+
default as User2Icon
|
|
4298
|
+
} from '../icons/user-round';
|
|
4297
4299
|
// UsersRound aliases
|
|
4298
4300
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4299
4301
|
export {
|
|
4300
4302
|
/** @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 */
|
|
4301
4303
|
default as Users2Icon
|
|
4302
4304
|
} from '../icons/users-round';
|
|
4303
|
-
// Utensils aliases
|
|
4304
|
-
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4305
|
-
export {
|
|
4306
|
-
/** @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 */
|
|
4307
|
-
default as ForkKnifeIcon
|
|
4308
|
-
} from '../icons/utensils';
|
|
4309
4305
|
// UtensilsCrossed aliases
|
|
4310
4306
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4311
4307
|
export {
|
|
4312
4308
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4313
4309
|
default as ForkKnifeCrossedIcon
|
|
4314
4310
|
} from '../icons/utensils-crossed';
|
|
4311
|
+
// Utensils aliases
|
|
4312
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4313
|
+
export {
|
|
4314
|
+
/** @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 */
|
|
4315
|
+
default as ForkKnifeIcon
|
|
4316
|
+
} from '../icons/utensils';
|
|
4315
4317
|
// WalletMinimal aliases
|
|
4316
4318
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4317
4319
|
export {
|