@lucide/astro 0.503.0 → 0.504.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 +3 -3
- package/src/aliases/aliases.ts +64 -64
- package/src/aliases/prefixed.ts +414 -410
- package/src/aliases/suffixed.ts +822 -818
- package/src/icons/brush.ts +2 -2
- package/src/icons/door-closed-locked.ts +18 -0
- package/src/icons/door-closed.ts +2 -2
- package/src/icons/door-open.ts +2 -2
- package/src/icons/hamburger.ts +18 -0
- package/src/icons/index.ts +168 -166
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
// ALargeSmall aliases
|
|
2
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
3
|
-
// AArrowUp aliases
|
|
4
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
1
|
// AArrowDown aliases
|
|
6
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
+
// AArrowUp aliases
|
|
4
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
|
+
// ALargeSmall aliases
|
|
6
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
7
|
// Accessibility aliases
|
|
8
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
|
-
// AlarmClockOff aliases
|
|
12
|
-
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
13
11
|
// Airplay aliases
|
|
14
12
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
|
-
// AlarmClock aliases
|
|
16
|
-
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
17
13
|
// AirVent aliases
|
|
18
14
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
15
|
+
// AlarmClockOff aliases
|
|
16
|
+
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
17
|
+
// AlarmClock aliases
|
|
18
|
+
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
19
|
// AlarmSmoke aliases
|
|
20
20
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
21
|
// Album aliases
|
|
@@ -26,28 +26,28 @@ export { default as AlignCenterHorizontalIcon } from '../icons/align-center-hori
|
|
|
26
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
27
|
// AlignCenter aliases
|
|
28
28
|
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
29
|
-
// AlignHorizontalDistributeCenter aliases
|
|
30
|
-
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
31
29
|
// AlignEndHorizontal aliases
|
|
32
30
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
33
|
-
// AlignHorizontalDistributeEnd aliases
|
|
34
|
-
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
31
|
// AlignEndVertical aliases
|
|
36
32
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
|
+
// AlignHorizontalDistributeCenter aliases
|
|
34
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
|
+
// AlignHorizontalDistributeEnd aliases
|
|
36
|
+
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
37
37
|
// AlignHorizontalDistributeStart aliases
|
|
38
38
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
39
|
// AlignHorizontalJustifyCenter aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
|
-
// AlignHorizontalJustifyStart aliases
|
|
42
|
-
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
41
|
// AlignHorizontalJustifyEnd aliases
|
|
44
42
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
|
+
// AlignHorizontalJustifyStart aliases
|
|
44
|
+
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
|
+
// AlignJustify aliases
|
|
46
|
+
export { default as AlignJustifyIcon } from '../icons/align-justify';
|
|
45
47
|
// AlignHorizontalSpaceAround aliases
|
|
46
48
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
49
|
// AlignHorizontalSpaceBetween aliases
|
|
48
50
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
|
-
// AlignJustify aliases
|
|
50
|
-
export { default as AlignJustifyIcon } from '../icons/align-justify';
|
|
51
51
|
// AlignLeft aliases
|
|
52
52
|
export { default as AlignLeftIcon } from '../icons/align-left';
|
|
53
53
|
// AlignRight aliases
|
|
@@ -64,30 +64,30 @@ export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertic
|
|
|
64
64
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
65
65
|
// AlignVerticalJustifyCenter aliases
|
|
66
66
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
67
|
-
// AlignVerticalSpaceAround aliases
|
|
68
|
-
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
69
67
|
// AlignVerticalJustifyEnd aliases
|
|
70
68
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
71
|
-
// AlignVerticalSpaceBetween aliases
|
|
72
|
-
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
73
|
-
// Ambulance aliases
|
|
74
|
-
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
75
69
|
// AlignVerticalJustifyStart aliases
|
|
76
70
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
71
|
+
// AlignVerticalSpaceAround aliases
|
|
72
|
+
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
73
|
+
// Ambulance aliases
|
|
74
|
+
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
75
|
+
// AlignVerticalSpaceBetween aliases
|
|
76
|
+
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
77
|
+
// Ampersand aliases
|
|
78
|
+
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
77
79
|
// Ampersands aliases
|
|
78
80
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
79
81
|
// Amphora aliases
|
|
80
82
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
81
|
-
// Ampersand aliases
|
|
82
|
-
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
83
|
-
// Anchor aliases
|
|
84
|
-
export { default as AnchorIcon } from '../icons/anchor';
|
|
85
83
|
// Angry aliases
|
|
86
84
|
export { default as AngryIcon } from '../icons/angry';
|
|
87
85
|
// Annoyed aliases
|
|
88
86
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
89
87
|
// Antenna aliases
|
|
90
88
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
89
|
+
// Anchor aliases
|
|
90
|
+
export { default as AnchorIcon } from '../icons/anchor';
|
|
91
91
|
// Anvil aliases
|
|
92
92
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
93
93
|
// Aperture aliases
|
|
@@ -96,10 +96,10 @@ export { default as ApertureIcon } from '../icons/aperture';
|
|
|
96
96
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
97
97
|
// AppWindow aliases
|
|
98
98
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
99
|
-
// ArchiveRestore aliases
|
|
100
|
-
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
101
99
|
// Apple aliases
|
|
102
100
|
export { default as AppleIcon } from '../icons/apple';
|
|
101
|
+
// ArchiveRestore aliases
|
|
102
|
+
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
103
103
|
// ArchiveX aliases
|
|
104
104
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
105
105
|
// Archive aliases
|
|
@@ -108,64 +108,64 @@ export { default as ArchiveIcon } from '../icons/archive';
|
|
|
108
108
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
109
109
|
// ArrowBigDownDash aliases
|
|
110
110
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
111
|
-
// ArrowBigDown aliases
|
|
112
|
-
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
113
111
|
// ArrowBigLeftDash aliases
|
|
114
112
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
115
113
|
// ArrowBigLeft aliases
|
|
116
114
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
117
|
-
//
|
|
118
|
-
export { default as
|
|
115
|
+
// ArrowBigDown aliases
|
|
116
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
119
117
|
// ArrowBigRightDash aliases
|
|
120
118
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
119
|
+
// ArrowBigRight aliases
|
|
120
|
+
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
121
121
|
// ArrowBigUp aliases
|
|
122
122
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
123
|
-
// ArrowDownFromLine aliases
|
|
124
|
-
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
125
123
|
// ArrowBigUpDash aliases
|
|
126
124
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
127
|
-
//
|
|
128
|
-
export { default as
|
|
129
|
-
// ArrowDownRight aliases
|
|
130
|
-
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
|
+
// ArrowDownFromLine aliases
|
|
126
|
+
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
131
127
|
// ArrowDownLeft aliases
|
|
132
128
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
129
|
+
// ArrowDownRight aliases
|
|
130
|
+
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
131
|
+
// ArrowDownNarrowWide aliases
|
|
132
|
+
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
133
133
|
// ArrowDownToDot aliases
|
|
134
134
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
135
135
|
// ArrowDownToLine aliases
|
|
136
136
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
137
|
+
// ArrowDownUp aliases
|
|
138
|
+
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
137
139
|
// ArrowDown aliases
|
|
138
140
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
139
141
|
// ArrowLeftFromLine aliases
|
|
140
142
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
141
|
-
// ArrowDownUp aliases
|
|
142
|
-
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
143
143
|
// ArrowLeftRight aliases
|
|
144
144
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
145
|
-
// ArrowLeftToLine aliases
|
|
146
|
-
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
147
145
|
// ArrowLeft aliases
|
|
148
146
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
149
147
|
// ArrowRightFromLine aliases
|
|
150
148
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
151
|
-
//
|
|
152
|
-
export { default as
|
|
149
|
+
// ArrowLeftToLine aliases
|
|
150
|
+
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
153
151
|
// ArrowRightLeft aliases
|
|
154
152
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
155
153
|
// ArrowRight aliases
|
|
156
154
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
155
|
+
// ArrowRightToLine aliases
|
|
156
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
157
157
|
// ArrowUpDown aliases
|
|
158
158
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
159
159
|
// ArrowUpFromDot aliases
|
|
160
160
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
161
161
|
// ArrowUpFromLine aliases
|
|
162
162
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
163
|
+
// ArrowUpLeft aliases
|
|
164
|
+
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
163
165
|
// ArrowUpRight aliases
|
|
164
166
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
165
167
|
// ArrowUpToLine aliases
|
|
166
168
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
167
|
-
// ArrowUpLeft aliases
|
|
168
|
-
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
169
169
|
// ArrowUpWideNarrow aliases
|
|
170
170
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
171
171
|
// ArrowUp aliases
|
|
@@ -178,10 +178,10 @@ export { default as AsteriskIcon } from '../icons/asterisk';
|
|
|
178
178
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
179
179
|
// Atom aliases
|
|
180
180
|
export { default as AtomIcon } from '../icons/atom';
|
|
181
|
-
// AudioLines aliases
|
|
182
|
-
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
183
181
|
// AudioWaveform aliases
|
|
184
182
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
183
|
+
// AudioLines aliases
|
|
184
|
+
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
185
185
|
// Award aliases
|
|
186
186
|
export { default as AwardIcon } from '../icons/award';
|
|
187
187
|
// Axe aliases
|
|
@@ -190,12 +190,12 @@ export { default as AxeIcon } from '../icons/axe';
|
|
|
190
190
|
export { default as BabyIcon } from '../icons/baby';
|
|
191
191
|
// Backpack aliases
|
|
192
192
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
193
|
+
// BadgeDollarSign aliases
|
|
194
|
+
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
193
195
|
// BadgeAlert aliases
|
|
194
196
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
195
197
|
// BadgeCent aliases
|
|
196
198
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
197
|
-
// BadgeDollarSign aliases
|
|
198
|
-
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
199
199
|
// BadgeEuro aliases
|
|
200
200
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
201
201
|
// BadgeHelp aliases
|
|
@@ -210,86 +210,86 @@ export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
|
210
210
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
211
211
|
// BadgePercent aliases
|
|
212
212
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
213
|
+
// BadgePoundSterling aliases
|
|
214
|
+
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
213
215
|
// BadgePlus aliases
|
|
214
216
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
215
217
|
// BadgeRussianRuble aliases
|
|
216
218
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
217
|
-
// BadgePoundSterling aliases
|
|
218
|
-
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
219
219
|
// BadgeSwissFranc aliases
|
|
220
220
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
221
221
|
// BadgeX aliases
|
|
222
222
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
223
|
-
// BaggageClaim aliases
|
|
224
|
-
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
225
223
|
// Badge aliases
|
|
226
224
|
export { default as BadgeIcon } from '../icons/badge';
|
|
225
|
+
// BaggageClaim aliases
|
|
226
|
+
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
227
227
|
// Ban aliases
|
|
228
228
|
export { default as BanIcon } from '../icons/ban';
|
|
229
229
|
// Bandage aliases
|
|
230
230
|
export { default as BandageIcon } from '../icons/bandage';
|
|
231
231
|
// Banana aliases
|
|
232
232
|
export { default as BananaIcon } from '../icons/banana';
|
|
233
|
+
// BanknoteX aliases
|
|
234
|
+
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
233
235
|
// BanknoteArrowDown aliases
|
|
234
236
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
235
237
|
// BanknoteArrowUp aliases
|
|
236
238
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
237
|
-
// BanknoteX aliases
|
|
238
|
-
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
239
239
|
// Banknote aliases
|
|
240
240
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
241
241
|
// Barcode aliases
|
|
242
242
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
243
|
-
// Baseline aliases
|
|
244
|
-
export { default as BaselineIcon } from '../icons/baseline';
|
|
245
243
|
// Bath aliases
|
|
246
244
|
export { default as BathIcon } from '../icons/bath';
|
|
247
|
-
//
|
|
248
|
-
export { default as
|
|
245
|
+
// Baseline aliases
|
|
246
|
+
export { default as BaselineIcon } from '../icons/baseline';
|
|
249
247
|
// BatteryCharging aliases
|
|
250
248
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
251
|
-
//
|
|
252
|
-
export { default as
|
|
249
|
+
// BatteryFull aliases
|
|
250
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
253
251
|
// BatteryLow aliases
|
|
254
252
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
255
|
-
// BatteryWarning aliases
|
|
256
|
-
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
257
|
-
// Battery aliases
|
|
258
|
-
export { default as BatteryIcon } from '../icons/battery';
|
|
259
253
|
// BatteryPlus aliases
|
|
260
254
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
255
|
+
// BatteryMedium aliases
|
|
256
|
+
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
257
|
+
// BatteryWarning aliases
|
|
258
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
261
259
|
// Beaker aliases
|
|
262
260
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
261
|
+
// Battery aliases
|
|
262
|
+
export { default as BatteryIcon } from '../icons/battery';
|
|
263
263
|
// BeanOff aliases
|
|
264
264
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
265
265
|
// Bean aliases
|
|
266
266
|
export { default as BeanIcon } from '../icons/bean';
|
|
267
|
-
// BedDouble aliases
|
|
268
|
-
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
269
267
|
// BedSingle aliases
|
|
270
268
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
269
|
+
// BedDouble aliases
|
|
270
|
+
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
271
271
|
// Bed aliases
|
|
272
272
|
export { default as BedIcon } from '../icons/bed';
|
|
273
273
|
// Beef aliases
|
|
274
274
|
export { default as BeefIcon } from '../icons/beef';
|
|
275
|
-
// BeerOff aliases
|
|
276
|
-
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
277
275
|
// Beer aliases
|
|
278
276
|
export { default as BeerIcon } from '../icons/beer';
|
|
279
277
|
// BellDot aliases
|
|
280
278
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
279
|
+
// BeerOff aliases
|
|
280
|
+
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
281
281
|
// BellElectric aliases
|
|
282
282
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
283
283
|
// BellMinus aliases
|
|
284
284
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
285
285
|
// BellOff aliases
|
|
286
286
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
287
|
-
// BellPlus aliases
|
|
288
|
-
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
289
287
|
// BellRing aliases
|
|
290
288
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
291
289
|
// Bell aliases
|
|
292
290
|
export { default as BellIcon } from '../icons/bell';
|
|
291
|
+
// BellPlus aliases
|
|
292
|
+
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
293
293
|
// BetweenVerticalEnd aliases
|
|
294
294
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
295
295
|
// BetweenVerticalStart aliases
|
|
@@ -312,32 +312,32 @@ export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
|
312
312
|
export { default as BlendIcon } from '../icons/blend';
|
|
313
313
|
// Blinds aliases
|
|
314
314
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
315
|
-
// Blocks aliases
|
|
316
|
-
export { default as BlocksIcon } from '../icons/blocks';
|
|
317
315
|
// BluetoothConnected aliases
|
|
318
316
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
317
|
+
// Blocks aliases
|
|
318
|
+
export { default as BlocksIcon } from '../icons/blocks';
|
|
319
319
|
// BluetoothOff aliases
|
|
320
320
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
321
|
+
// BluetoothSearching aliases
|
|
322
|
+
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
321
323
|
// Bluetooth aliases
|
|
322
324
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
323
325
|
// Bold aliases
|
|
324
326
|
export { default as BoldIcon } from '../icons/bold';
|
|
325
327
|
// Bomb aliases
|
|
326
328
|
export { default as BombIcon } from '../icons/bomb';
|
|
327
|
-
// BluetoothSearching aliases
|
|
328
|
-
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
329
|
-
// Bolt aliases
|
|
330
|
-
export { default as BoltIcon } from '../icons/bolt';
|
|
331
329
|
// Bone aliases
|
|
332
330
|
export { default as BoneIcon } from '../icons/bone';
|
|
333
|
-
//
|
|
334
|
-
export { default as
|
|
331
|
+
// Bolt aliases
|
|
332
|
+
export { default as BoltIcon } from '../icons/bolt';
|
|
335
333
|
// BookAudio aliases
|
|
336
334
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
337
|
-
//
|
|
338
|
-
export { default as
|
|
335
|
+
// BookA aliases
|
|
336
|
+
export { default as BookAIcon } from '../icons/book-a';
|
|
339
337
|
// BookCopy aliases
|
|
340
338
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
339
|
+
// BookCheck aliases
|
|
340
|
+
export { default as BookCheckIcon } from '../icons/book-check';
|
|
341
341
|
// BookDown aliases
|
|
342
342
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
343
343
|
// BookHeadphones aliases
|
|
@@ -354,20 +354,20 @@ export { default as BookLockIcon } from '../icons/book-lock';
|
|
|
354
354
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
355
355
|
// BookMinus aliases
|
|
356
356
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
357
|
-
// BookOpenCheck aliases
|
|
358
|
-
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
359
357
|
// BookOpenText aliases
|
|
360
358
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
361
|
-
//
|
|
362
|
-
export { default as
|
|
363
|
-
// BookText aliases
|
|
364
|
-
export { default as BookTextIcon } from '../icons/book-text';
|
|
359
|
+
// BookOpenCheck aliases
|
|
360
|
+
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
365
361
|
// BookOpen aliases
|
|
366
362
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
363
|
+
// BookPlus aliases
|
|
364
|
+
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
367
365
|
// BookType aliases
|
|
368
366
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
369
367
|
// BookUp2 aliases
|
|
370
368
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
369
|
+
// BookText aliases
|
|
370
|
+
export { default as BookTextIcon } from '../icons/book-text';
|
|
371
371
|
// BookUp aliases
|
|
372
372
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
373
373
|
// BookUser aliases
|
|
@@ -392,10 +392,10 @@ export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
|
392
392
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
393
393
|
// BotOff aliases
|
|
394
394
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
395
|
-
// Bot aliases
|
|
396
|
-
export { default as BotIcon } from '../icons/bot';
|
|
397
395
|
// BowArrow aliases
|
|
398
396
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
397
|
+
// Bot aliases
|
|
398
|
+
export { default as BotIcon } from '../icons/bot';
|
|
399
399
|
// Box aliases
|
|
400
400
|
export { default as BoxIcon } from '../icons/box';
|
|
401
401
|
// Boxes aliases
|
|
@@ -404,14 +404,14 @@ export { default as BoxesIcon } from '../icons/boxes';
|
|
|
404
404
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
405
405
|
// BrainCircuit aliases
|
|
406
406
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
407
|
+
// BrainCog aliases
|
|
408
|
+
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
407
409
|
// Brain aliases
|
|
408
410
|
export { default as BrainIcon } from '../icons/brain';
|
|
409
411
|
// BrickWallFire aliases
|
|
410
412
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
411
413
|
// BrickWall aliases
|
|
412
414
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
413
|
-
// BrainCog aliases
|
|
414
|
-
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
415
415
|
// BriefcaseBusiness aliases
|
|
416
416
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
417
417
|
// BriefcaseConveyorBelt aliases
|
|
@@ -432,26 +432,26 @@ export { default as BugOffIcon } from '../icons/bug-off';
|
|
|
432
432
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
433
433
|
// Bug aliases
|
|
434
434
|
export { default as BugIcon } from '../icons/bug';
|
|
435
|
-
// Building2 aliases
|
|
436
|
-
export { default as Building2Icon } from '../icons/building-2';
|
|
437
435
|
// Building aliases
|
|
438
436
|
export { default as BuildingIcon } from '../icons/building';
|
|
437
|
+
// Building2 aliases
|
|
438
|
+
export { default as Building2Icon } from '../icons/building-2';
|
|
439
439
|
// BusFront aliases
|
|
440
440
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
441
|
-
// Bus aliases
|
|
442
|
-
export { default as BusIcon } from '../icons/bus';
|
|
443
441
|
// CableCar aliases
|
|
444
442
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
443
|
+
// Bus aliases
|
|
444
|
+
export { default as BusIcon } from '../icons/bus';
|
|
445
445
|
// Cable aliases
|
|
446
446
|
export { default as CableIcon } from '../icons/cable';
|
|
447
|
-
//
|
|
448
|
-
export { default as
|
|
447
|
+
// Cake aliases
|
|
448
|
+
export { default as CakeIcon } from '../icons/cake';
|
|
449
449
|
// CakeSlice aliases
|
|
450
450
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
451
|
+
// Calculator aliases
|
|
452
|
+
export { default as CalculatorIcon } from '../icons/calculator';
|
|
451
453
|
// CalendarArrowDown aliases
|
|
452
454
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
453
|
-
// Cake aliases
|
|
454
|
-
export { default as CakeIcon } from '../icons/cake';
|
|
455
455
|
// Calendar1 aliases
|
|
456
456
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
457
457
|
// CalendarArrowUp aliases
|
|
@@ -460,10 +460,10 @@ export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
|
460
460
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
461
461
|
// CalendarCheck aliases
|
|
462
462
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
463
|
-
// CalendarCog aliases
|
|
464
|
-
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
465
463
|
// CalendarClock aliases
|
|
466
464
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
465
|
+
// CalendarCog aliases
|
|
466
|
+
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
467
467
|
// CalendarDays aliases
|
|
468
468
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
469
469
|
// CalendarFold aliases
|
|
@@ -472,10 +472,10 @@ export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
|
472
472
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
473
473
|
// CalendarMinus2 aliases
|
|
474
474
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
475
|
-
// CalendarMinus aliases
|
|
476
|
-
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
477
475
|
// CalendarOff aliases
|
|
478
476
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
477
|
+
// CalendarMinus aliases
|
|
478
|
+
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
479
479
|
// CalendarPlus2 aliases
|
|
480
480
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
481
481
|
// CalendarPlus aliases
|
|
@@ -510,22 +510,22 @@ export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
|
510
510
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
511
511
|
// CarTaxiFront aliases
|
|
512
512
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
513
|
-
// Caravan aliases
|
|
514
|
-
export { default as CaravanIcon } from '../icons/caravan';
|
|
515
513
|
// Car aliases
|
|
516
514
|
export { default as CarIcon } from '../icons/car';
|
|
515
|
+
// Caravan aliases
|
|
516
|
+
export { default as CaravanIcon } from '../icons/caravan';
|
|
517
517
|
// Carrot aliases
|
|
518
518
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
519
|
-
// CaseSensitive aliases
|
|
520
|
-
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
521
519
|
// CaseLower aliases
|
|
522
520
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
521
|
+
// CaseSensitive aliases
|
|
522
|
+
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
523
523
|
// CaseUpper aliases
|
|
524
524
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
525
|
-
// Cast aliases
|
|
526
|
-
export { default as CastIcon } from '../icons/cast';
|
|
527
525
|
// CassetteTape aliases
|
|
528
526
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
527
|
+
// Cast aliases
|
|
528
|
+
export { default as CastIcon } from '../icons/cast';
|
|
529
529
|
// Castle aliases
|
|
530
530
|
export { default as CastleIcon } from '../icons/castle';
|
|
531
531
|
// Cat aliases
|
|
@@ -536,24 +536,24 @@ export { default as CctvIcon } from '../icons/cctv';
|
|
|
536
536
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
537
537
|
// ChartBarIncreasing aliases
|
|
538
538
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
539
|
-
// ChartBarStacked aliases
|
|
540
|
-
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
541
539
|
// ChartColumnDecreasing aliases
|
|
542
540
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
541
|
+
// ChartBarStacked aliases
|
|
542
|
+
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
543
543
|
// ChartColumnStacked aliases
|
|
544
544
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
545
545
|
// ChartGantt aliases
|
|
546
546
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
547
|
-
// ChartNetwork aliases
|
|
548
|
-
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
549
547
|
// ChartNoAxesColumnDecreasing aliases
|
|
550
548
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
551
549
|
// ChartNoAxesCombined aliases
|
|
552
550
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
553
|
-
//
|
|
554
|
-
export { default as
|
|
551
|
+
// ChartNetwork aliases
|
|
552
|
+
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
555
553
|
// CheckCheck aliases
|
|
556
554
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
555
|
+
// ChartSpline aliases
|
|
556
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
557
557
|
// Check aliases
|
|
558
558
|
export { default as CheckIcon } from '../icons/check';
|
|
559
559
|
// ChefHat aliases
|
|
@@ -562,64 +562,64 @@ export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
|
562
562
|
export { default as CherryIcon } from '../icons/cherry';
|
|
563
563
|
// ChevronDown aliases
|
|
564
564
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
565
|
-
// ChevronFirst aliases
|
|
566
|
-
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
567
565
|
// ChevronLast aliases
|
|
568
566
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
569
|
-
//
|
|
570
|
-
export { default as
|
|
567
|
+
// ChevronFirst aliases
|
|
568
|
+
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
571
569
|
// ChevronLeft aliases
|
|
572
570
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
573
571
|
// ChevronUp aliases
|
|
574
572
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
573
|
+
// ChevronRight aliases
|
|
574
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
575
575
|
// ChevronsDownUp aliases
|
|
576
576
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
577
577
|
// ChevronsDown aliases
|
|
578
578
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
579
|
-
// ChevronsLeft aliases
|
|
580
|
-
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
581
579
|
// ChevronsLeftRightEllipsis aliases
|
|
582
580
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
583
581
|
// ChevronsLeftRight aliases
|
|
584
582
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
585
|
-
// ChevronsRightLeft aliases
|
|
586
|
-
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
587
583
|
// ChevronsRight aliases
|
|
588
584
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
585
|
+
// ChevronsLeft aliases
|
|
586
|
+
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
587
|
+
// ChevronsRightLeft aliases
|
|
588
|
+
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
589
589
|
// ChevronsUpDown aliases
|
|
590
590
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
591
|
-
// ChevronsUp aliases
|
|
592
|
-
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
593
|
-
// Church aliases
|
|
594
|
-
export { default as ChurchIcon } from '../icons/church';
|
|
595
591
|
// Chrome aliases
|
|
596
592
|
export { default as ChromeIcon } from '../icons/chrome';
|
|
593
|
+
// Church aliases
|
|
594
|
+
export { default as ChurchIcon } from '../icons/church';
|
|
595
|
+
// ChevronsUp aliases
|
|
596
|
+
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
597
597
|
// CigaretteOff aliases
|
|
598
598
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
599
|
-
// Cigarette aliases
|
|
600
|
-
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
601
|
-
// CircleDotDashed aliases
|
|
602
|
-
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
603
599
|
// CircleDashed aliases
|
|
604
600
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
601
|
+
// Cigarette aliases
|
|
602
|
+
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
605
603
|
// CircleDollarSign aliases
|
|
606
604
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
607
605
|
// CircleDot aliases
|
|
608
606
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
607
|
+
// CircleDotDashed aliases
|
|
608
|
+
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
609
609
|
// CircleEllipsis aliases
|
|
610
610
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
611
611
|
// CircleEqual aliases
|
|
612
612
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
613
|
-
// CircleFadingPlus aliases
|
|
614
|
-
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
615
613
|
// CircleFadingArrowUp aliases
|
|
616
614
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
617
615
|
// CircleOff aliases
|
|
618
616
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
619
|
-
//
|
|
620
|
-
export { default as
|
|
617
|
+
// CircleFadingPlus aliases
|
|
618
|
+
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
621
619
|
// CircleSmall aliases
|
|
622
620
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
621
|
+
// CircleSlash aliases
|
|
622
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
623
623
|
// Circle aliases
|
|
624
624
|
export { default as CircleIcon } from '../icons/circle';
|
|
625
625
|
// CircuitBoard aliases
|
|
@@ -632,12 +632,12 @@ export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
|
632
632
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
633
633
|
// ClipboardCopy aliases
|
|
634
634
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
635
|
-
// ClipboardPaste aliases
|
|
636
|
-
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
637
635
|
// ClipboardList aliases
|
|
638
636
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
639
637
|
// ClipboardMinus aliases
|
|
640
638
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
639
|
+
// ClipboardPaste aliases
|
|
640
|
+
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
641
641
|
// ClipboardPlus aliases
|
|
642
642
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
643
643
|
// ClipboardType aliases
|
|
@@ -648,14 +648,14 @@ export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
|
648
648
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
649
649
|
// Clock1 aliases
|
|
650
650
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
651
|
-
// Clock10 aliases
|
|
652
|
-
export { default as Clock10Icon } from '../icons/clock-10';
|
|
653
651
|
// Clock11 aliases
|
|
654
652
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
655
653
|
// Clock12 aliases
|
|
656
654
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
657
655
|
// Clock2 aliases
|
|
658
656
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
657
|
+
// Clock10 aliases
|
|
658
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
659
659
|
// Clock4 aliases
|
|
660
660
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
661
661
|
// Clock3 aliases
|
|
@@ -664,30 +664,30 @@ export { default as Clock3Icon } from '../icons/clock-3';
|
|
|
664
664
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
665
665
|
// Clock7 aliases
|
|
666
666
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
667
|
-
// Clock8 aliases
|
|
668
|
-
export { default as Clock8Icon } from '../icons/clock-8';
|
|
669
667
|
// Clock6 aliases
|
|
670
668
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
669
|
+
// Clock8 aliases
|
|
670
|
+
export { default as Clock8Icon } from '../icons/clock-8';
|
|
671
671
|
// Clock9 aliases
|
|
672
672
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
673
673
|
// ClockAlert aliases
|
|
674
674
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
675
675
|
// ClockArrowUp aliases
|
|
676
676
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
677
|
-
// ClockArrowDown aliases
|
|
678
|
-
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
679
677
|
// ClockFading aliases
|
|
680
678
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
681
|
-
//
|
|
682
|
-
export { default as
|
|
679
|
+
// ClockArrowDown aliases
|
|
680
|
+
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
683
681
|
// CloudAlert aliases
|
|
684
682
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
683
|
+
// Clock aliases
|
|
684
|
+
export { default as ClockIcon } from '../icons/clock';
|
|
685
685
|
// CloudCog aliases
|
|
686
686
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
687
|
-
// CloudDrizzle aliases
|
|
688
|
-
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
689
687
|
// CloudFog aliases
|
|
690
688
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
689
|
+
// CloudDrizzle aliases
|
|
690
|
+
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
691
691
|
// CloudHail aliases
|
|
692
692
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
693
693
|
// CloudMoonRain aliases
|
|
@@ -704,22 +704,22 @@ export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
|
704
704
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
705
705
|
// CloudSnow aliases
|
|
706
706
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
707
|
-
// CloudSunRain aliases
|
|
708
|
-
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
709
|
-
// Cloud aliases
|
|
710
|
-
export { default as CloudIcon } from '../icons/cloud';
|
|
711
707
|
// CloudSun aliases
|
|
712
708
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
709
|
+
// CloudSunRain aliases
|
|
710
|
+
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
713
711
|
// Cloudy aliases
|
|
714
712
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
713
|
+
// Cloud aliases
|
|
714
|
+
export { default as CloudIcon } from '../icons/cloud';
|
|
715
715
|
// Clover aliases
|
|
716
716
|
export { default as CloverIcon } from '../icons/clover';
|
|
717
|
+
// Codepen aliases
|
|
718
|
+
export { default as CodepenIcon } from '../icons/codepen';
|
|
717
719
|
// Club aliases
|
|
718
720
|
export { default as ClubIcon } from '../icons/club';
|
|
719
721
|
// Code aliases
|
|
720
722
|
export { default as CodeIcon } from '../icons/code';
|
|
721
|
-
// Codepen aliases
|
|
722
|
-
export { default as CodepenIcon } from '../icons/codepen';
|
|
723
723
|
// Codesandbox aliases
|
|
724
724
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
725
725
|
// Coffee aliases
|
|
@@ -754,10 +754,10 @@ export { default as ContainerIcon } from '../icons/container';
|
|
|
754
754
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
755
755
|
// Cookie aliases
|
|
756
756
|
export { default as CookieIcon } from '../icons/cookie';
|
|
757
|
-
// CookingPot aliases
|
|
758
|
-
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
759
757
|
// CopyCheck aliases
|
|
760
758
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
759
|
+
// CookingPot aliases
|
|
760
|
+
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
761
761
|
// CopyMinus aliases
|
|
762
762
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
763
763
|
// CopyPlus aliases
|
|
@@ -766,20 +766,20 @@ export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
|
766
766
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
767
767
|
// CopyX aliases
|
|
768
768
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
769
|
-
// Copyleft aliases
|
|
770
|
-
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
771
769
|
// Copy aliases
|
|
772
770
|
export { default as CopyIcon } from '../icons/copy';
|
|
771
|
+
// Copyleft aliases
|
|
772
|
+
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
773
773
|
// Copyright aliases
|
|
774
774
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
775
775
|
// CornerDownLeft aliases
|
|
776
776
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
777
777
|
// CornerDownRight aliases
|
|
778
778
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
779
|
-
// CornerLeftUp aliases
|
|
780
|
-
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
781
779
|
// CornerLeftDown aliases
|
|
782
780
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
781
|
+
// CornerLeftUp aliases
|
|
782
|
+
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
783
783
|
// CornerRightDown aliases
|
|
784
784
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
785
785
|
// CornerRightUp aliases
|
|
@@ -812,40 +812,40 @@ export { default as CuboidIcon } from '../icons/cuboid';
|
|
|
812
812
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
813
813
|
// Cylinder aliases
|
|
814
814
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
815
|
+
// DatabaseBackup aliases
|
|
816
|
+
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
815
817
|
// Dam aliases
|
|
816
818
|
export { default as DamIcon } from '../icons/dam';
|
|
817
819
|
// DatabaseZap aliases
|
|
818
820
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
819
821
|
// Database aliases
|
|
820
822
|
export { default as DatabaseIcon } from '../icons/database';
|
|
821
|
-
// DatabaseBackup aliases
|
|
822
|
-
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
823
|
-
// Delete aliases
|
|
824
|
-
export { default as DeleteIcon } from '../icons/delete';
|
|
825
823
|
// DecimalsArrowLeft aliases
|
|
826
824
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
827
825
|
// DecimalsArrowRight aliases
|
|
828
826
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
829
|
-
//
|
|
830
|
-
export { default as
|
|
827
|
+
// Delete aliases
|
|
828
|
+
export { default as DeleteIcon } from '../icons/delete';
|
|
831
829
|
// Diameter aliases
|
|
832
830
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
833
831
|
// DiamondMinus aliases
|
|
834
832
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
833
|
+
// Dessert aliases
|
|
834
|
+
export { default as DessertIcon } from '../icons/dessert';
|
|
835
835
|
// DiamondPlus aliases
|
|
836
836
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
837
837
|
// Dice1 aliases
|
|
838
838
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
839
|
-
// Dice3 aliases
|
|
840
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
841
839
|
// Diamond aliases
|
|
842
840
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
843
841
|
// Dice2 aliases
|
|
844
842
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
845
|
-
//
|
|
846
|
-
export { default as
|
|
843
|
+
// Dice3 aliases
|
|
844
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
847
845
|
// Dice5 aliases
|
|
848
846
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
847
|
+
// Dice4 aliases
|
|
848
|
+
export { default as Dice4Icon } from '../icons/dice-4';
|
|
849
849
|
// Dice6 aliases
|
|
850
850
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
851
851
|
// Dices aliases
|
|
@@ -864,20 +864,22 @@ export { default as DiscIcon } from '../icons/disc';
|
|
|
864
864
|
export { default as DivideIcon } from '../icons/divide';
|
|
865
865
|
// DnaOff aliases
|
|
866
866
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
867
|
-
// Dna aliases
|
|
868
|
-
export { default as DnaIcon } from '../icons/dna';
|
|
869
867
|
// Dock aliases
|
|
870
868
|
export { default as DockIcon } from '../icons/dock';
|
|
871
|
-
//
|
|
872
|
-
export { default as
|
|
869
|
+
// Dna aliases
|
|
870
|
+
export { default as DnaIcon } from '../icons/dna';
|
|
873
871
|
// DollarSign aliases
|
|
874
872
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
873
|
+
// Dog aliases
|
|
874
|
+
export { default as DogIcon } from '../icons/dog';
|
|
875
875
|
// Donut aliases
|
|
876
876
|
export { default as DonutIcon } from '../icons/donut';
|
|
877
|
-
//
|
|
878
|
-
export { default as
|
|
877
|
+
// DoorClosedLocked aliases
|
|
878
|
+
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
879
879
|
// Dot aliases
|
|
880
880
|
export { default as DotIcon } from '../icons/dot';
|
|
881
|
+
// DoorClosed aliases
|
|
882
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
881
883
|
// DoorOpen aliases
|
|
882
884
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
883
885
|
// Download aliases
|
|
@@ -888,38 +890,38 @@ export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
|
888
890
|
export { default as DramaIcon } from '../icons/drama';
|
|
889
891
|
// Dribbble aliases
|
|
890
892
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
891
|
-
// DropletOff aliases
|
|
892
|
-
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
893
893
|
// Drill aliases
|
|
894
894
|
export { default as DrillIcon } from '../icons/drill';
|
|
895
|
+
// DropletOff aliases
|
|
896
|
+
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
895
897
|
// Droplet aliases
|
|
896
898
|
export { default as DropletIcon } from '../icons/droplet';
|
|
897
|
-
// Droplets aliases
|
|
898
|
-
export { default as DropletsIcon } from '../icons/droplets';
|
|
899
899
|
// Drum aliases
|
|
900
900
|
export { default as DrumIcon } from '../icons/drum';
|
|
901
901
|
// Drumstick aliases
|
|
902
902
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
903
|
+
// Droplets aliases
|
|
904
|
+
export { default as DropletsIcon } from '../icons/droplets';
|
|
903
905
|
// Dumbbell aliases
|
|
904
906
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
905
|
-
// EarOff aliases
|
|
906
|
-
export { default as EarOffIcon } from '../icons/ear-off';
|
|
907
|
-
// EarthLock aliases
|
|
908
|
-
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
909
907
|
// Ear aliases
|
|
910
908
|
export { default as EarIcon } from '../icons/ear';
|
|
909
|
+
// EarOff aliases
|
|
910
|
+
export { default as EarOffIcon } from '../icons/ear-off';
|
|
911
911
|
// Eclipse aliases
|
|
912
912
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
913
|
-
//
|
|
914
|
-
export { default as
|
|
913
|
+
// EarthLock aliases
|
|
914
|
+
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
915
915
|
// EggOff aliases
|
|
916
916
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
917
|
+
// EggFried aliases
|
|
918
|
+
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
917
919
|
// Egg aliases
|
|
918
920
|
export { default as EggIcon } from '../icons/egg';
|
|
919
|
-
// EqualApproximately aliases
|
|
920
|
-
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
921
921
|
// EqualNot aliases
|
|
922
922
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
923
|
+
// EqualApproximately aliases
|
|
924
|
+
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
923
925
|
// Equal aliases
|
|
924
926
|
export { default as EqualIcon } from '../icons/equal';
|
|
925
927
|
// Eraser aliases
|
|
@@ -928,22 +930,22 @@ export { default as EraserIcon } from '../icons/eraser';
|
|
|
928
930
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
929
931
|
// Euro aliases
|
|
930
932
|
export { default as EuroIcon } from '../icons/euro';
|
|
931
|
-
// Expand aliases
|
|
932
|
-
export { default as ExpandIcon } from '../icons/expand';
|
|
933
933
|
// ExternalLink aliases
|
|
934
934
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
935
|
+
// Expand aliases
|
|
936
|
+
export { default as ExpandIcon } from '../icons/expand';
|
|
935
937
|
// EyeClosed aliases
|
|
936
938
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
937
939
|
// EyeOff aliases
|
|
938
940
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
939
|
-
// Eye aliases
|
|
940
|
-
export { default as EyeIcon } from '../icons/eye';
|
|
941
941
|
// Facebook aliases
|
|
942
942
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
943
|
-
//
|
|
944
|
-
export { default as
|
|
943
|
+
// Eye aliases
|
|
944
|
+
export { default as EyeIcon } from '../icons/eye';
|
|
945
945
|
// Factory aliases
|
|
946
946
|
export { default as FactoryIcon } from '../icons/factory';
|
|
947
|
+
// Fan aliases
|
|
948
|
+
export { default as FanIcon } from '../icons/fan';
|
|
947
949
|
// FastForward aliases
|
|
948
950
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
949
951
|
// Feather aliases
|
|
@@ -952,38 +954,38 @@ export { default as FeatherIcon } from '../icons/feather';
|
|
|
952
954
|
export { default as FenceIcon } from '../icons/fence';
|
|
953
955
|
// FerrisWheel aliases
|
|
954
956
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
955
|
-
// Figma aliases
|
|
956
|
-
export { default as FigmaIcon } from '../icons/figma';
|
|
957
957
|
// FileArchive aliases
|
|
958
958
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
959
|
+
// Figma aliases
|
|
960
|
+
export { default as FigmaIcon } from '../icons/figma';
|
|
959
961
|
// FileAudio2 aliases
|
|
960
962
|
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
961
963
|
// FileAudio aliases
|
|
962
964
|
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
963
|
-
// FileBadge2 aliases
|
|
964
|
-
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
965
965
|
// FileBadge aliases
|
|
966
966
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
967
|
-
//
|
|
968
|
-
export { default as
|
|
967
|
+
// FileBadge2 aliases
|
|
968
|
+
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
969
969
|
// FileCheck2 aliases
|
|
970
970
|
export { default as FileCheck2Icon } from '../icons/file-check-2';
|
|
971
|
-
//
|
|
972
|
-
export { default as
|
|
971
|
+
// FileBox aliases
|
|
972
|
+
export { default as FileBoxIcon } from '../icons/file-box';
|
|
973
973
|
// FileCheck aliases
|
|
974
974
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
975
975
|
// FileCode aliases
|
|
976
976
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
977
|
-
//
|
|
978
|
-
export { default as
|
|
977
|
+
// FileClock aliases
|
|
978
|
+
export { default as FileClockIcon } from '../icons/file-clock';
|
|
979
979
|
// FileCode2 aliases
|
|
980
980
|
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
981
981
|
// FileDigit aliases
|
|
982
982
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
983
|
-
// FileHeart aliases
|
|
984
|
-
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
985
983
|
// FileDown aliases
|
|
986
984
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
985
|
+
// FileDiff aliases
|
|
986
|
+
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
987
|
+
// FileHeart aliases
|
|
988
|
+
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
987
989
|
// FileImage aliases
|
|
988
990
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
989
991
|
// FileInput aliases
|
|
@@ -996,46 +998,46 @@ export { default as FileJsonIcon } from '../icons/file-json';
|
|
|
996
998
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
997
999
|
// FileKey2 aliases
|
|
998
1000
|
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
999
|
-
// FileLock2 aliases
|
|
1000
|
-
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1001
1001
|
// FileLock aliases
|
|
1002
1002
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
1003
1003
|
// FileMinus2 aliases
|
|
1004
1004
|
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
1005
|
-
//
|
|
1006
|
-
export { default as
|
|
1005
|
+
// FileLock2 aliases
|
|
1006
|
+
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1007
1007
|
// FileMusic aliases
|
|
1008
1008
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1009
|
+
// FileMinus aliases
|
|
1010
|
+
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1009
1011
|
// FileOutput aliases
|
|
1010
1012
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1011
|
-
// FilePlus aliases
|
|
1012
|
-
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1013
|
-
// FileQuestion aliases
|
|
1014
|
-
export { default as FileQuestionIcon } from '../icons/file-question';
|
|
1015
1013
|
// FilePlus2 aliases
|
|
1016
1014
|
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1015
|
+
// FileQuestion aliases
|
|
1016
|
+
export { default as FileQuestionIcon } from '../icons/file-question';
|
|
1017
|
+
// FilePlus aliases
|
|
1018
|
+
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1017
1019
|
// FileScan aliases
|
|
1018
1020
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1019
1021
|
// FileSearch2 aliases
|
|
1020
1022
|
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1021
1023
|
// FileSearch aliases
|
|
1022
1024
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1025
|
+
// FileSpreadsheet aliases
|
|
1026
|
+
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1023
1027
|
// FileSliders aliases
|
|
1024
1028
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1025
1029
|
// FileStack aliases
|
|
1026
1030
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1027
|
-
// FileSpreadsheet aliases
|
|
1028
|
-
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1029
1031
|
// FileSymlink aliases
|
|
1030
1032
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1031
|
-
// FileText aliases
|
|
1032
|
-
export { default as FileTextIcon } from '../icons/file-text';
|
|
1033
1033
|
// FileTerminal aliases
|
|
1034
1034
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1035
|
-
//
|
|
1036
|
-
export { default as
|
|
1035
|
+
// FileText aliases
|
|
1036
|
+
export { default as FileTextIcon } from '../icons/file-text';
|
|
1037
1037
|
// FileType aliases
|
|
1038
1038
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1039
|
+
// FileType2 aliases
|
|
1040
|
+
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1039
1041
|
// FileUp aliases
|
|
1040
1042
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1041
1043
|
// FileUser aliases
|
|
@@ -1044,14 +1046,14 @@ export { default as FileUserIcon } from '../icons/file-user';
|
|
|
1044
1046
|
export { default as FileVideo2Icon } from '../icons/file-video-2';
|
|
1045
1047
|
// FileVideo aliases
|
|
1046
1048
|
export { default as FileVideoIcon } from '../icons/file-video';
|
|
1047
|
-
// FileWarning aliases
|
|
1048
|
-
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1049
1049
|
// FileVolume2 aliases
|
|
1050
1050
|
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1051
|
-
// FileX2 aliases
|
|
1052
|
-
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1053
1051
|
// FileVolume aliases
|
|
1054
1052
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1053
|
+
// FileX2 aliases
|
|
1054
|
+
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1055
|
+
// FileWarning aliases
|
|
1056
|
+
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1055
1057
|
// FileX aliases
|
|
1056
1058
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1057
1059
|
// File aliases
|
|
@@ -1062,14 +1064,14 @@ export { default as FilesIcon } from '../icons/files';
|
|
|
1062
1064
|
export { default as FilmIcon } from '../icons/film';
|
|
1063
1065
|
// Fingerprint aliases
|
|
1064
1066
|
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1065
|
-
// FireExtinguisher aliases
|
|
1066
|
-
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1067
1067
|
// FishOff aliases
|
|
1068
1068
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1069
|
-
//
|
|
1070
|
-
export { default as
|
|
1069
|
+
// FireExtinguisher aliases
|
|
1070
|
+
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1071
1071
|
// FishSymbol aliases
|
|
1072
1072
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1073
|
+
// Fish aliases
|
|
1074
|
+
export { default as FishIcon } from '../icons/fish';
|
|
1073
1075
|
// FlagOff aliases
|
|
1074
1076
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1075
1077
|
// FlagTriangleLeft aliases
|
|
@@ -1082,46 +1084,46 @@ export { default as FlagIcon } from '../icons/flag';
|
|
|
1082
1084
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1083
1085
|
// Flame aliases
|
|
1084
1086
|
export { default as FlameIcon } from '../icons/flame';
|
|
1085
|
-
// FlashlightOff aliases
|
|
1086
|
-
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1087
1087
|
// Flashlight aliases
|
|
1088
1088
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1089
|
+
// FlashlightOff aliases
|
|
1090
|
+
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1089
1091
|
// FlaskConicalOff aliases
|
|
1090
1092
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1091
|
-
// FlaskConical aliases
|
|
1092
|
-
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1093
1093
|
// FlaskRound aliases
|
|
1094
1094
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1095
|
+
// FlaskConical aliases
|
|
1096
|
+
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1095
1097
|
// FlipHorizontal2 aliases
|
|
1096
1098
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1097
1099
|
// FlipHorizontal aliases
|
|
1098
1100
|
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1099
|
-
// FlipVertical aliases
|
|
1100
|
-
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1101
1101
|
// FlipVertical2 aliases
|
|
1102
1102
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1103
|
+
// FlipVertical aliases
|
|
1104
|
+
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1103
1105
|
// Flower2 aliases
|
|
1104
1106
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1105
1107
|
// Flower aliases
|
|
1106
1108
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1107
1109
|
// Focus aliases
|
|
1108
1110
|
export { default as FocusIcon } from '../icons/focus';
|
|
1109
|
-
// FoldVertical aliases
|
|
1110
|
-
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1111
1111
|
// FoldHorizontal aliases
|
|
1112
1112
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1113
|
+
// FolderArchive aliases
|
|
1114
|
+
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1115
|
+
// FoldVertical aliases
|
|
1116
|
+
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1113
1117
|
// FolderCheck aliases
|
|
1114
1118
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1115
1119
|
// FolderClock aliases
|
|
1116
1120
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1117
|
-
// FolderArchive aliases
|
|
1118
|
-
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1119
|
-
// FolderClosed aliases
|
|
1120
|
-
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1121
|
-
// FolderCode aliases
|
|
1122
|
-
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1123
1121
|
// FolderDot aliases
|
|
1124
1122
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1123
|
+
// FolderCode aliases
|
|
1124
|
+
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1125
|
+
// FolderClosed aliases
|
|
1126
|
+
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1125
1127
|
// FolderDown aliases
|
|
1126
1128
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1127
1129
|
// FolderGit2 aliases
|
|
@@ -1130,12 +1132,12 @@ export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
|
1130
1132
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1131
1133
|
// FolderHeart aliases
|
|
1132
1134
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1135
|
+
// FolderKanban aliases
|
|
1136
|
+
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1133
1137
|
// FolderInput aliases
|
|
1134
1138
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1135
1139
|
// FolderKey aliases
|
|
1136
1140
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1137
|
-
// FolderKanban aliases
|
|
1138
|
-
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1139
1141
|
// FolderLock aliases
|
|
1140
1142
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1141
1143
|
// FolderMinus aliases
|
|
@@ -1146,24 +1148,24 @@ export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
|
1146
1148
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1147
1149
|
// FolderOutput aliases
|
|
1148
1150
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1149
|
-
// FolderPlus aliases
|
|
1150
|
-
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1151
1151
|
// FolderRoot aliases
|
|
1152
1152
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1153
|
+
// FolderPlus aliases
|
|
1154
|
+
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1153
1155
|
// FolderSearch2 aliases
|
|
1154
1156
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1155
1157
|
// FolderSearch aliases
|
|
1156
1158
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1157
1159
|
// FolderSymlink aliases
|
|
1158
1160
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1159
|
-
// FolderTree aliases
|
|
1160
|
-
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1161
1161
|
// FolderSync aliases
|
|
1162
1162
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1163
1163
|
// FolderUp aliases
|
|
1164
1164
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1165
1165
|
// FolderX aliases
|
|
1166
1166
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1167
|
+
// FolderTree aliases
|
|
1168
|
+
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1167
1169
|
// Folder aliases
|
|
1168
1170
|
export { default as FolderIcon } from '../icons/folder';
|
|
1169
1171
|
// Folders aliases
|
|
@@ -1172,10 +1174,10 @@ export { default as FoldersIcon } from '../icons/folders';
|
|
|
1172
1174
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1173
1175
|
// Forward aliases
|
|
1174
1176
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1175
|
-
// Frame aliases
|
|
1176
|
-
export { default as FrameIcon } from '../icons/frame';
|
|
1177
1177
|
// Forklift aliases
|
|
1178
1178
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1179
|
+
// Frame aliases
|
|
1180
|
+
export { default as FrameIcon } from '../icons/frame';
|
|
1179
1181
|
// Framer aliases
|
|
1180
1182
|
export { default as FramerIcon } from '../icons/framer';
|
|
1181
1183
|
// Fuel aliases
|
|
@@ -1184,10 +1186,10 @@ export { default as FuelIcon } from '../icons/fuel';
|
|
|
1184
1186
|
export { default as FrownIcon } from '../icons/frown';
|
|
1185
1187
|
// Fullscreen aliases
|
|
1186
1188
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1187
|
-
// GalleryHorizontalEnd aliases
|
|
1188
|
-
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1189
1189
|
// FunnelPlus aliases
|
|
1190
1190
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1191
|
+
// GalleryHorizontalEnd aliases
|
|
1192
|
+
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1191
1193
|
// GalleryHorizontal aliases
|
|
1192
1194
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1193
1195
|
// GalleryThumbnails aliases
|
|
@@ -1198,22 +1200,22 @@ export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end
|
|
|
1198
1200
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1199
1201
|
// Gamepad2 aliases
|
|
1200
1202
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1201
|
-
// Gamepad aliases
|
|
1202
|
-
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1203
1203
|
// Gauge aliases
|
|
1204
1204
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1205
|
+
// Gamepad aliases
|
|
1206
|
+
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1205
1207
|
// Gavel aliases
|
|
1206
1208
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1207
1209
|
// Gem aliases
|
|
1208
1210
|
export { default as GemIcon } from '../icons/gem';
|
|
1209
|
-
//
|
|
1210
|
-
export { default as
|
|
1211
|
+
// Ghost aliases
|
|
1212
|
+
export { default as GhostIcon } from '../icons/ghost';
|
|
1211
1213
|
// GitBranchPlus aliases
|
|
1212
1214
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1215
|
+
// Gift aliases
|
|
1216
|
+
export { default as GiftIcon } from '../icons/gift';
|
|
1213
1217
|
// GitBranch aliases
|
|
1214
1218
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1215
|
-
// Ghost aliases
|
|
1216
|
-
export { default as GhostIcon } from '../icons/ghost';
|
|
1217
1219
|
// GitCommitVertical aliases
|
|
1218
1220
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1219
1221
|
// GitCompareArrows aliases
|
|
@@ -1226,32 +1228,32 @@ export { default as GitForkIcon } from '../icons/git-fork';
|
|
|
1226
1228
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1227
1229
|
// GitMerge aliases
|
|
1228
1230
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1229
|
-
// GitPullRequestArrow aliases
|
|
1230
|
-
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1231
1231
|
// GitPullRequestClosed aliases
|
|
1232
1232
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1233
|
+
// GitPullRequestArrow aliases
|
|
1234
|
+
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1233
1235
|
// GitPullRequestCreateArrow aliases
|
|
1234
1236
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1237
|
+
// GitPullRequestCreate aliases
|
|
1238
|
+
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1235
1239
|
// GitPullRequestDraft aliases
|
|
1236
1240
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1237
1241
|
// GitPullRequest aliases
|
|
1238
1242
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1239
|
-
// GitPullRequestCreate aliases
|
|
1240
|
-
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1241
1243
|
// Github aliases
|
|
1242
1244
|
export { default as GithubIcon } from '../icons/github';
|
|
1243
1245
|
// Gitlab aliases
|
|
1244
1246
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1245
|
-
// Glasses aliases
|
|
1246
|
-
export { default as GlassesIcon } from '../icons/glasses';
|
|
1247
1247
|
// GlassWater aliases
|
|
1248
1248
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1249
|
+
// GlobeLock aliases
|
|
1250
|
+
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1249
1251
|
// Globe aliases
|
|
1250
1252
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1253
|
+
// Glasses aliases
|
|
1254
|
+
export { default as GlassesIcon } from '../icons/glasses';
|
|
1251
1255
|
// Goal aliases
|
|
1252
1256
|
export { default as GoalIcon } from '../icons/goal';
|
|
1253
|
-
// GlobeLock aliases
|
|
1254
|
-
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1255
1257
|
// Grab aliases
|
|
1256
1258
|
export { default as GrabIcon } from '../icons/grab';
|
|
1257
1259
|
// GraduationCap aliases
|
|
@@ -1260,16 +1262,18 @@ export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
|
1260
1262
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1261
1263
|
// GripHorizontal aliases
|
|
1262
1264
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1263
|
-
// GripVertical aliases
|
|
1264
|
-
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1265
1265
|
// Grip aliases
|
|
1266
1266
|
export { default as GripIcon } from '../icons/grip';
|
|
1267
|
+
// GripVertical aliases
|
|
1268
|
+
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1267
1269
|
// Group aliases
|
|
1268
1270
|
export { default as GroupIcon } from '../icons/group';
|
|
1269
1271
|
// Guitar aliases
|
|
1270
1272
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1271
1273
|
// Ham aliases
|
|
1272
1274
|
export { default as HamIcon } from '../icons/ham';
|
|
1275
|
+
// Hamburger aliases
|
|
1276
|
+
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1273
1277
|
// HandCoins aliases
|
|
1274
1278
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1275
1279
|
// Hammer aliases
|
|
@@ -1280,74 +1284,74 @@ export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
|
1280
1284
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1281
1285
|
// HandPlatter aliases
|
|
1282
1286
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1283
|
-
// Handshake aliases
|
|
1284
|
-
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1285
1287
|
// Hand aliases
|
|
1286
1288
|
export { default as HandIcon } from '../icons/hand';
|
|
1287
|
-
//
|
|
1288
|
-
export { default as
|
|
1289
|
+
// Handshake aliases
|
|
1290
|
+
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1289
1291
|
// HardDriveDownload aliases
|
|
1290
1292
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1291
|
-
// HardHat aliases
|
|
1292
|
-
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1293
1293
|
// HardDrive aliases
|
|
1294
1294
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1295
|
+
// HardDriveUpload aliases
|
|
1296
|
+
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1297
|
+
// HardHat aliases
|
|
1298
|
+
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1295
1299
|
// Hash aliases
|
|
1296
1300
|
export { default as HashIcon } from '../icons/hash';
|
|
1297
1301
|
// Haze aliases
|
|
1298
1302
|
export { default as HazeIcon } from '../icons/haze';
|
|
1299
|
-
// Heading1 aliases
|
|
1300
|
-
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1301
1303
|
// HdmiPort aliases
|
|
1302
1304
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1305
|
+
// Heading1 aliases
|
|
1306
|
+
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1307
|
+
// Heading3 aliases
|
|
1308
|
+
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1303
1309
|
// Heading2 aliases
|
|
1304
1310
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1305
1311
|
// Heading4 aliases
|
|
1306
1312
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1307
|
-
// Heading3 aliases
|
|
1308
|
-
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1309
1313
|
// Heading5 aliases
|
|
1310
1314
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1311
1315
|
// Heading6 aliases
|
|
1312
1316
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1313
1317
|
// Heading aliases
|
|
1314
1318
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1315
|
-
// HeadphoneOff aliases
|
|
1316
|
-
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1317
1319
|
// Headphones aliases
|
|
1318
1320
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1319
|
-
//
|
|
1320
|
-
export { default as
|
|
1321
|
+
// HeadphoneOff aliases
|
|
1322
|
+
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1321
1323
|
// Headset aliases
|
|
1322
1324
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1323
1325
|
// HeartHandshake aliases
|
|
1324
1326
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1327
|
+
// HeartCrack aliases
|
|
1328
|
+
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1325
1329
|
// HeartMinus aliases
|
|
1326
1330
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1327
|
-
// HeartOff aliases
|
|
1328
|
-
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1329
1331
|
// HeartPlus aliases
|
|
1330
1332
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1333
|
+
// HeartOff aliases
|
|
1334
|
+
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1331
1335
|
// HeartPulse aliases
|
|
1332
1336
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1333
|
-
// Heart aliases
|
|
1334
|
-
export { default as HeartIcon } from '../icons/heart';
|
|
1335
1337
|
// Heater aliases
|
|
1336
1338
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1337
|
-
//
|
|
1338
|
-
export { default as
|
|
1339
|
+
// Heart aliases
|
|
1340
|
+
export { default as HeartIcon } from '../icons/heart';
|
|
1339
1341
|
// Hexagon aliases
|
|
1340
1342
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1343
|
+
// Highlighter aliases
|
|
1344
|
+
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1341
1345
|
// HopOff aliases
|
|
1342
1346
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1343
1347
|
// History aliases
|
|
1344
1348
|
export { default as HistoryIcon } from '../icons/history';
|
|
1345
1349
|
// Hop aliases
|
|
1346
1350
|
export { default as HopIcon } from '../icons/hop';
|
|
1347
|
-
// Hotel aliases
|
|
1348
|
-
export { default as HotelIcon } from '../icons/hotel';
|
|
1349
1351
|
// Hospital aliases
|
|
1350
1352
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1353
|
+
// Hotel aliases
|
|
1354
|
+
export { default as HotelIcon } from '../icons/hotel';
|
|
1351
1355
|
// Hourglass aliases
|
|
1352
1356
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1353
1357
|
// HousePlug aliases
|
|
@@ -1362,10 +1366,10 @@ export { default as IdCardIcon } from '../icons/id-card';
|
|
|
1362
1366
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1363
1367
|
// ImageMinus aliases
|
|
1364
1368
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1365
|
-
// ImageOff aliases
|
|
1366
|
-
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1367
1369
|
// ImagePlay aliases
|
|
1368
1370
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1371
|
+
// ImageOff aliases
|
|
1372
|
+
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1369
1373
|
// ImagePlus aliases
|
|
1370
1374
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1371
1375
|
// ImageUp aliases
|
|
@@ -1374,12 +1378,12 @@ export { default as ImageUpIcon } from '../icons/image-up';
|
|
|
1374
1378
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1375
1379
|
// Images aliases
|
|
1376
1380
|
export { default as ImagesIcon } from '../icons/images';
|
|
1381
|
+
// Image aliases
|
|
1382
|
+
export { default as ImageIcon } from '../icons/image';
|
|
1377
1383
|
// Import aliases
|
|
1378
1384
|
export { default as ImportIcon } from '../icons/import';
|
|
1379
1385
|
// Inbox aliases
|
|
1380
1386
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1381
|
-
// Image aliases
|
|
1382
|
-
export { default as ImageIcon } from '../icons/image';
|
|
1383
1387
|
// IndianRupee aliases
|
|
1384
1388
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1385
1389
|
// Infinity aliases
|
|
@@ -1392,40 +1396,40 @@ export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
|
1392
1396
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1393
1397
|
// Italic aliases
|
|
1394
1398
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1395
|
-
// IterationCw aliases
|
|
1396
|
-
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1397
1399
|
// IterationCcw aliases
|
|
1398
1400
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1401
|
+
// IterationCw aliases
|
|
1402
|
+
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1399
1403
|
// JapaneseYen aliases
|
|
1400
1404
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1401
1405
|
// Joystick aliases
|
|
1402
1406
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1403
|
-
// Kanban aliases
|
|
1404
|
-
export { default as KanbanIcon } from '../icons/kanban';
|
|
1405
1407
|
// KeyRound aliases
|
|
1406
1408
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1407
|
-
//
|
|
1408
|
-
export { default as
|
|
1409
|
+
// Kanban aliases
|
|
1410
|
+
export { default as KanbanIcon } from '../icons/kanban';
|
|
1409
1411
|
// KeySquare aliases
|
|
1410
1412
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1413
|
+
// Key aliases
|
|
1414
|
+
export { default as KeyIcon } from '../icons/key';
|
|
1411
1415
|
// KeyboardMusic aliases
|
|
1412
1416
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1413
1417
|
// KeyboardOff aliases
|
|
1414
1418
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1415
1419
|
// Keyboard aliases
|
|
1416
1420
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1417
|
-
// LampDesk aliases
|
|
1418
|
-
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1419
1421
|
// LampCeiling aliases
|
|
1420
1422
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1423
|
+
// LampDesk aliases
|
|
1424
|
+
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1421
1425
|
// LampWallDown aliases
|
|
1422
1426
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1427
|
+
// LampWallUp aliases
|
|
1428
|
+
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1423
1429
|
// LampFloor aliases
|
|
1424
1430
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1425
1431
|
// Lamp aliases
|
|
1426
1432
|
export { default as LampIcon } from '../icons/lamp';
|
|
1427
|
-
// LampWallUp aliases
|
|
1428
|
-
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1429
1433
|
// LandPlot aliases
|
|
1430
1434
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1431
1435
|
// Landmark aliases
|
|
@@ -1434,34 +1438,34 @@ export { default as LandmarkIcon } from '../icons/landmark';
|
|
|
1434
1438
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1435
1439
|
// LaptopMinimalCheck aliases
|
|
1436
1440
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1441
|
+
// Laptop aliases
|
|
1442
|
+
export { default as LaptopIcon } from '../icons/laptop';
|
|
1437
1443
|
// LassoSelect aliases
|
|
1438
1444
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1439
1445
|
// Lasso aliases
|
|
1440
1446
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1441
|
-
// Laptop aliases
|
|
1442
|
-
export { default as LaptopIcon } from '../icons/laptop';
|
|
1443
1447
|
// Laugh aliases
|
|
1444
1448
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1445
1449
|
// Layers2 aliases
|
|
1446
1450
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1447
1451
|
// LayoutDashboard aliases
|
|
1448
1452
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1449
|
-
// LayoutList aliases
|
|
1450
|
-
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1451
1453
|
// LayoutGrid aliases
|
|
1452
1454
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1453
|
-
//
|
|
1454
|
-
export { default as
|
|
1455
|
+
// LayoutList aliases
|
|
1456
|
+
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1455
1457
|
// LayoutPanelTop aliases
|
|
1456
1458
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1459
|
+
// LayoutPanelLeft aliases
|
|
1460
|
+
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1457
1461
|
// LayoutTemplate aliases
|
|
1458
1462
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1459
1463
|
// Leaf aliases
|
|
1460
1464
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1461
|
-
// LeafyGreen aliases
|
|
1462
|
-
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1463
1465
|
// Lectern aliases
|
|
1464
1466
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1467
|
+
// LeafyGreen aliases
|
|
1468
|
+
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1465
1469
|
// LetterText aliases
|
|
1466
1470
|
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1467
1471
|
// LibraryBig aliases
|
|
@@ -1474,42 +1478,42 @@ export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
|
1474
1478
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1475
1479
|
// LightbulbOff aliases
|
|
1476
1480
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1481
|
+
// Link2Off aliases
|
|
1482
|
+
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1477
1483
|
// Lightbulb aliases
|
|
1478
1484
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1479
1485
|
// Link2 aliases
|
|
1480
1486
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1481
|
-
//
|
|
1482
|
-
export { default as
|
|
1487
|
+
// ListCheck aliases
|
|
1488
|
+
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1483
1489
|
// Link aliases
|
|
1484
1490
|
export { default as LinkIcon } from '../icons/link';
|
|
1485
1491
|
// Linkedin aliases
|
|
1486
1492
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1487
|
-
// ListCheck aliases
|
|
1488
|
-
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1489
1493
|
// ListChecks aliases
|
|
1490
1494
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1491
|
-
// ListCollapse aliases
|
|
1492
|
-
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1493
1495
|
// ListEnd aliases
|
|
1494
1496
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1495
|
-
// ListFilter aliases
|
|
1496
|
-
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1497
1497
|
// ListFilterPlus aliases
|
|
1498
1498
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1499
|
+
// ListCollapse aliases
|
|
1500
|
+
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1501
|
+
// ListFilter aliases
|
|
1502
|
+
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1503
|
+
// ListMusic aliases
|
|
1504
|
+
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1499
1505
|
// ListMinus aliases
|
|
1500
1506
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1501
1507
|
// ListOrdered aliases
|
|
1502
1508
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1503
|
-
// ListMusic aliases
|
|
1504
|
-
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1505
1509
|
// ListPlus aliases
|
|
1506
1510
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1507
1511
|
// ListRestart aliases
|
|
1508
1512
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1509
|
-
// ListStart aliases
|
|
1510
|
-
export { default as ListStartIcon } from '../icons/list-start';
|
|
1511
1513
|
// ListTodo aliases
|
|
1512
1514
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1515
|
+
// ListStart aliases
|
|
1516
|
+
export { default as ListStartIcon } from '../icons/list-start';
|
|
1513
1517
|
// ListTree aliases
|
|
1514
1518
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1515
1519
|
// ListVideo aliases
|
|
@@ -1518,14 +1522,14 @@ export { default as ListVideoIcon } from '../icons/list-video';
|
|
|
1518
1522
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1519
1523
|
// List aliases
|
|
1520
1524
|
export { default as ListIcon } from '../icons/list';
|
|
1521
|
-
// Loader aliases
|
|
1522
|
-
export { default as LoaderIcon } from '../icons/loader';
|
|
1523
1525
|
// LoaderPinwheel aliases
|
|
1524
1526
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1525
|
-
//
|
|
1526
|
-
export { default as
|
|
1527
|
+
// Loader aliases
|
|
1528
|
+
export { default as LoaderIcon } from '../icons/loader';
|
|
1527
1529
|
// LocateOff aliases
|
|
1528
1530
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1531
|
+
// LocateFixed aliases
|
|
1532
|
+
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1529
1533
|
// Locate aliases
|
|
1530
1534
|
export { default as LocateIcon } from '../icons/locate';
|
|
1531
1535
|
// LocationEdit aliases
|
|
@@ -1538,54 +1542,54 @@ export { default as LockIcon } from '../icons/lock';
|
|
|
1538
1542
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1539
1543
|
// LogOut aliases
|
|
1540
1544
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1541
|
-
// Logs aliases
|
|
1542
|
-
export { default as LogsIcon } from '../icons/logs';
|
|
1543
1545
|
// Lollipop aliases
|
|
1544
1546
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1547
|
+
// Logs aliases
|
|
1548
|
+
export { default as LogsIcon } from '../icons/logs';
|
|
1545
1549
|
// Luggage aliases
|
|
1546
1550
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1547
1551
|
// Magnet aliases
|
|
1548
1552
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1549
1553
|
// MailCheck aliases
|
|
1550
1554
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1551
|
-
// MailMinus aliases
|
|
1552
|
-
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1553
1555
|
// MailOpen aliases
|
|
1554
1556
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1557
|
+
// MailMinus aliases
|
|
1558
|
+
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1555
1559
|
// MailPlus aliases
|
|
1556
1560
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1557
1561
|
// MailQuestion aliases
|
|
1558
1562
|
export { default as MailQuestionIcon } from '../icons/mail-question';
|
|
1559
|
-
// MailSearch aliases
|
|
1560
|
-
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1561
1563
|
// MailWarning aliases
|
|
1562
1564
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1565
|
+
// MailSearch aliases
|
|
1566
|
+
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1563
1567
|
// MailX aliases
|
|
1564
1568
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1565
1569
|
// Mail aliases
|
|
1566
1570
|
export { default as MailIcon } from '../icons/mail';
|
|
1567
1571
|
// Mailbox aliases
|
|
1568
1572
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1569
|
-
// MapPinCheckInside aliases
|
|
1570
|
-
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1571
1573
|
// Mails aliases
|
|
1572
1574
|
export { default as MailsIcon } from '../icons/mails';
|
|
1573
|
-
//
|
|
1574
|
-
export { default as
|
|
1575
|
+
// MapPinCheckInside aliases
|
|
1576
|
+
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1575
1577
|
// MapPinCheck aliases
|
|
1576
1578
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1579
|
+
// MapPinHouse aliases
|
|
1580
|
+
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1577
1581
|
// MapPinMinusInside aliases
|
|
1578
1582
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1579
1583
|
// MapPinMinus aliases
|
|
1580
1584
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1581
|
-
// MapPinOff aliases
|
|
1582
|
-
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1583
1585
|
// MapPinPlusInside aliases
|
|
1584
1586
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1585
|
-
//
|
|
1586
|
-
export { default as
|
|
1587
|
+
// MapPinOff aliases
|
|
1588
|
+
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1587
1589
|
// MapPinXInside aliases
|
|
1588
1590
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1591
|
+
// MapPinPlus aliases
|
|
1592
|
+
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1589
1593
|
// MapPin aliases
|
|
1590
1594
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1591
1595
|
// MapPinX aliases
|
|
@@ -1596,10 +1600,12 @@ export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
|
1596
1600
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1597
1601
|
// Map aliases
|
|
1598
1602
|
export { default as MapIcon } from '../icons/map';
|
|
1599
|
-
// MarsStroke aliases
|
|
1600
|
-
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1601
1603
|
// Mars aliases
|
|
1602
1604
|
export { default as MarsIcon } from '../icons/mars';
|
|
1605
|
+
// MarsStroke aliases
|
|
1606
|
+
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1607
|
+
// Maximize2 aliases
|
|
1608
|
+
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1603
1609
|
// Martini aliases
|
|
1604
1610
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1605
1611
|
// Maximize aliases
|
|
@@ -1608,8 +1614,6 @@ export { default as MaximizeIcon } from '../icons/maximize';
|
|
|
1608
1614
|
export { default as MedalIcon } from '../icons/medal';
|
|
1609
1615
|
// MegaphoneOff aliases
|
|
1610
1616
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1611
|
-
// Maximize2 aliases
|
|
1612
|
-
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1613
1617
|
// Megaphone aliases
|
|
1614
1618
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1615
1619
|
// Meh aliases
|
|
@@ -1618,10 +1622,10 @@ export { default as MehIcon } from '../icons/meh';
|
|
|
1618
1622
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1619
1623
|
// Menu aliases
|
|
1620
1624
|
export { default as MenuIcon } from '../icons/menu';
|
|
1621
|
-
// Merge aliases
|
|
1622
|
-
export { default as MergeIcon } from '../icons/merge';
|
|
1623
1625
|
// MessageCircleCode aliases
|
|
1624
1626
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1627
|
+
// Merge aliases
|
|
1628
|
+
export { default as MergeIcon } from '../icons/merge';
|
|
1625
1629
|
// MessageCircleDashed aliases
|
|
1626
1630
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1627
1631
|
// MessageCircleHeart aliases
|
|
@@ -1632,12 +1636,12 @@ export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
|
1632
1636
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1633
1637
|
// MessageCirclePlus aliases
|
|
1634
1638
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1635
|
-
// MessageCircleReply aliases
|
|
1636
|
-
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1637
1639
|
// MessageCircleQuestion aliases
|
|
1638
1640
|
export { default as MessageCircleQuestionIcon } from '../icons/message-circle-question';
|
|
1639
1641
|
// MessageCircleWarning aliases
|
|
1640
1642
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1643
|
+
// MessageCircleReply aliases
|
|
1644
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1641
1645
|
// MessageCircleX aliases
|
|
1642
1646
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1643
1647
|
// MessageCircle aliases
|
|
@@ -1646,58 +1650,56 @@ export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
|
1646
1650
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1647
1651
|
// MessageSquareDashed aliases
|
|
1648
1652
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1649
|
-
// MessageSquareDot aliases
|
|
1650
|
-
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1651
1653
|
// MessageSquareDiff aliases
|
|
1652
1654
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1655
|
+
// MessageSquareDot aliases
|
|
1656
|
+
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1653
1657
|
// MessageSquareHeart aliases
|
|
1654
1658
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1655
|
-
// MessageSquareLock aliases
|
|
1656
|
-
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1657
1659
|
// MessageSquareMore aliases
|
|
1658
1660
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1661
|
+
// MessageSquareLock aliases
|
|
1662
|
+
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1659
1663
|
// MessageSquareOff aliases
|
|
1660
1664
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1661
1665
|
// MessageSquarePlus aliases
|
|
1662
1666
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1663
|
-
// MessageSquareReply aliases
|
|
1664
|
-
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1665
1667
|
// MessageSquareQuote aliases
|
|
1666
1668
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1667
1669
|
// MessageSquareShare aliases
|
|
1668
1670
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1671
|
+
// MessageSquareReply aliases
|
|
1672
|
+
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1669
1673
|
// MessageSquareText aliases
|
|
1670
1674
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1671
1675
|
// MessageSquareWarning aliases
|
|
1672
1676
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1673
1677
|
// MessageSquareX aliases
|
|
1674
1678
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1675
|
-
// MessageSquare aliases
|
|
1676
|
-
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1677
|
-
// MicOff aliases
|
|
1678
|
-
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1679
1679
|
// MessagesSquare aliases
|
|
1680
1680
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1681
|
+
// MessageSquare aliases
|
|
1682
|
+
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1681
1683
|
// Mic aliases
|
|
1682
1684
|
export { default as MicIcon } from '../icons/mic';
|
|
1685
|
+
// MicOff aliases
|
|
1686
|
+
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1683
1687
|
// Microchip aliases
|
|
1684
1688
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1685
1689
|
// Microscope aliases
|
|
1686
1690
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1687
|
-
// Milestone aliases
|
|
1688
|
-
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1689
1691
|
// Microwave aliases
|
|
1690
1692
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1693
|
+
// Milestone aliases
|
|
1694
|
+
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1691
1695
|
// Milk aliases
|
|
1692
1696
|
export { default as MilkIcon } from '../icons/milk';
|
|
1693
1697
|
// MilkOff aliases
|
|
1694
1698
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1695
|
-
// Minimize aliases
|
|
1696
|
-
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1697
|
-
// Minus aliases
|
|
1698
|
-
export { default as MinusIcon } from '../icons/minus';
|
|
1699
1699
|
// Minimize2 aliases
|
|
1700
1700
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1701
|
+
// Minimize aliases
|
|
1702
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1701
1703
|
// MonitorCheck aliases
|
|
1702
1704
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1703
1705
|
// MonitorDot aliases
|
|
@@ -1706,10 +1708,12 @@ export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
|
1706
1708
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1707
1709
|
// MonitorDown aliases
|
|
1708
1710
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1709
|
-
//
|
|
1710
|
-
export { default as
|
|
1711
|
+
// Minus aliases
|
|
1712
|
+
export { default as MinusIcon } from '../icons/minus';
|
|
1711
1713
|
// MonitorOff aliases
|
|
1712
1714
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1715
|
+
// MonitorPause aliases
|
|
1716
|
+
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1713
1717
|
// MonitorPlay aliases
|
|
1714
1718
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1715
1719
|
// MonitorSmartphone aliases
|
|
@@ -1726,16 +1730,16 @@ export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
|
1726
1730
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1727
1731
|
// MoonStar aliases
|
|
1728
1732
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1733
|
+
// Moon aliases
|
|
1734
|
+
export { default as MoonIcon } from '../icons/moon';
|
|
1729
1735
|
// MountainSnow aliases
|
|
1730
1736
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1731
1737
|
// Mountain aliases
|
|
1732
1738
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1733
|
-
// Moon aliases
|
|
1734
|
-
export { default as MoonIcon } from '../icons/moon';
|
|
1735
|
-
// MousePointer2 aliases
|
|
1736
|
-
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1737
1739
|
// MousePointerBan aliases
|
|
1738
1740
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1741
|
+
// MousePointer2 aliases
|
|
1742
|
+
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1739
1743
|
// MouseOff aliases
|
|
1740
1744
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1741
1745
|
// MousePointerClick aliases
|
|
@@ -1744,30 +1748,30 @@ export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
|
1744
1748
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1745
1749
|
// Mouse aliases
|
|
1746
1750
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1747
|
-
// MoveDiagonal2 aliases
|
|
1748
|
-
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1749
1751
|
// MoveDiagonal aliases
|
|
1750
1752
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1751
|
-
//
|
|
1752
|
-
export { default as
|
|
1753
|
+
// MoveDiagonal2 aliases
|
|
1754
|
+
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1753
1755
|
// MoveDownRight aliases
|
|
1754
1756
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1757
|
+
// MoveDownLeft aliases
|
|
1758
|
+
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1755
1759
|
// MoveDown aliases
|
|
1756
1760
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1761
|
+
// MoveHorizontal aliases
|
|
1762
|
+
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1757
1763
|
// MoveLeft aliases
|
|
1758
1764
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1759
1765
|
// MoveRight aliases
|
|
1760
1766
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1761
|
-
// MoveHorizontal aliases
|
|
1762
|
-
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1763
1767
|
// MoveUpLeft aliases
|
|
1764
1768
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1765
1769
|
// MoveUpRight aliases
|
|
1766
1770
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1767
|
-
// MoveUp aliases
|
|
1768
|
-
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1769
1771
|
// Move aliases
|
|
1770
1772
|
export { default as MoveIcon } from '../icons/move';
|
|
1773
|
+
// MoveUp aliases
|
|
1774
|
+
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1771
1775
|
// MoveVertical aliases
|
|
1772
1776
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1773
1777
|
// Music3 aliases
|
|
@@ -1780,24 +1784,24 @@ export { default as Music4Icon } from '../icons/music-4';
|
|
|
1780
1784
|
export { default as MusicIcon } from '../icons/music';
|
|
1781
1785
|
// Navigation2Off aliases
|
|
1782
1786
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1783
|
-
// NavigationOff aliases
|
|
1784
|
-
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1785
1787
|
// Navigation2 aliases
|
|
1786
1788
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1789
|
+
// NavigationOff aliases
|
|
1790
|
+
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1787
1791
|
// Network aliases
|
|
1788
1792
|
export { default as NetworkIcon } from '../icons/network';
|
|
1789
|
-
// Navigation aliases
|
|
1790
|
-
export { default as NavigationIcon } from '../icons/navigation';
|
|
1791
1793
|
// Newspaper aliases
|
|
1792
1794
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1793
|
-
//
|
|
1794
|
-
export { default as
|
|
1795
|
+
// Navigation aliases
|
|
1796
|
+
export { default as NavigationIcon } from '../icons/navigation';
|
|
1797
|
+
// NotebookTabs aliases
|
|
1798
|
+
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1795
1799
|
// NonBinary aliases
|
|
1796
1800
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1801
|
+
// Nfc aliases
|
|
1802
|
+
export { default as NfcIcon } from '../icons/nfc';
|
|
1797
1803
|
// NotebookPen aliases
|
|
1798
1804
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1799
|
-
// NotebookTabs aliases
|
|
1800
|
-
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1801
1805
|
// NotebookText aliases
|
|
1802
1806
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1803
1807
|
// Notebook aliases
|
|
@@ -1810,76 +1814,76 @@ export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
|
1810
1814
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1811
1815
|
// Nut aliases
|
|
1812
1816
|
export { default as NutIcon } from '../icons/nut';
|
|
1813
|
-
// Octagon aliases
|
|
1814
|
-
export { default as OctagonIcon } from '../icons/octagon';
|
|
1815
1817
|
// OctagonMinus aliases
|
|
1816
1818
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1819
|
+
// Octagon aliases
|
|
1820
|
+
export { default as OctagonIcon } from '../icons/octagon';
|
|
1817
1821
|
// Omega aliases
|
|
1818
1822
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1819
1823
|
// Option aliases
|
|
1820
1824
|
export { default as OptionIcon } from '../icons/option';
|
|
1821
|
-
// Orbit aliases
|
|
1822
|
-
export { default as OrbitIcon } from '../icons/orbit';
|
|
1823
1825
|
// Origami aliases
|
|
1824
1826
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1827
|
+
// Orbit aliases
|
|
1828
|
+
export { default as OrbitIcon } from '../icons/orbit';
|
|
1825
1829
|
// Package2 aliases
|
|
1826
1830
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1827
1831
|
// PackageCheck aliases
|
|
1828
1832
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1833
|
+
// PackageOpen aliases
|
|
1834
|
+
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1829
1835
|
// PackageMinus aliases
|
|
1830
1836
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1831
1837
|
// PackagePlus aliases
|
|
1832
1838
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1833
|
-
// PackageOpen aliases
|
|
1834
|
-
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1835
1839
|
// PackageSearch aliases
|
|
1836
1840
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1837
1841
|
// PackageX aliases
|
|
1838
1842
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1839
1843
|
// Package aliases
|
|
1840
1844
|
export { default as PackageIcon } from '../icons/package';
|
|
1841
|
-
// PaintRoller aliases
|
|
1842
|
-
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1843
1845
|
// PaintBucket aliases
|
|
1844
1846
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1847
|
+
// PaintRoller aliases
|
|
1848
|
+
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1845
1849
|
// Paintbrush aliases
|
|
1846
1850
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1847
|
-
// PanelBottomClose aliases
|
|
1848
|
-
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1849
1851
|
// Palette aliases
|
|
1850
1852
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1853
|
+
// PanelBottomClose aliases
|
|
1854
|
+
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1851
1855
|
// PanelBottomOpen aliases
|
|
1852
1856
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1853
|
-
// PanelBottom aliases
|
|
1854
|
-
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1855
1857
|
// PanelRightClose aliases
|
|
1856
1858
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1857
1859
|
// PanelRightOpen aliases
|
|
1858
1860
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1861
|
+
// PanelBottom aliases
|
|
1862
|
+
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1859
1863
|
// PanelRight aliases
|
|
1860
1864
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1861
1865
|
// PanelTopClose aliases
|
|
1862
1866
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1863
|
-
// PanelTopOpen aliases
|
|
1864
|
-
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1865
1867
|
// PanelTop aliases
|
|
1866
1868
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1867
|
-
//
|
|
1868
|
-
export { default as
|
|
1869
|
+
// PanelTopOpen aliases
|
|
1870
|
+
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1869
1871
|
// PanelsLeftBottom aliases
|
|
1870
1872
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1871
1873
|
// Paperclip aliases
|
|
1872
1874
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1875
|
+
// PanelsRightBottom aliases
|
|
1876
|
+
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1873
1877
|
// Parentheses aliases
|
|
1874
1878
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1875
|
-
// ParkingMeter aliases
|
|
1876
|
-
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1877
1879
|
// PartyPopper aliases
|
|
1878
1880
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1879
|
-
//
|
|
1880
|
-
export { default as
|
|
1881
|
+
// ParkingMeter aliases
|
|
1882
|
+
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1881
1883
|
// Pause aliases
|
|
1882
1884
|
export { default as PauseIcon } from '../icons/pause';
|
|
1885
|
+
// PawPrint aliases
|
|
1886
|
+
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1883
1887
|
// PenOff aliases
|
|
1884
1888
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1885
1889
|
// PcCase aliases
|
|
@@ -1888,28 +1892,28 @@ export { default as PcCaseIcon } from '../icons/pc-case';
|
|
|
1888
1892
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1889
1893
|
// PencilLine aliases
|
|
1890
1894
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1891
|
-
// PencilOff aliases
|
|
1892
|
-
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1893
1895
|
// PencilRuler aliases
|
|
1894
1896
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1895
|
-
//
|
|
1896
|
-
export { default as
|
|
1897
|
+
// PencilOff aliases
|
|
1898
|
+
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1897
1899
|
// Pencil aliases
|
|
1898
1900
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1901
|
+
// Pentagon aliases
|
|
1902
|
+
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1899
1903
|
// Percent aliases
|
|
1900
1904
|
export { default as PercentIcon } from '../icons/percent';
|
|
1901
|
-
// PhilippinePeso aliases
|
|
1902
|
-
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1903
1905
|
// PersonStanding aliases
|
|
1904
1906
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1907
|
+
// PhilippinePeso aliases
|
|
1908
|
+
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1905
1909
|
// PhoneCall aliases
|
|
1906
1910
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1907
1911
|
// PhoneForwarded aliases
|
|
1908
1912
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1909
|
-
// PhoneIncoming aliases
|
|
1910
|
-
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1911
1913
|
// PhoneMissed aliases
|
|
1912
1914
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1915
|
+
// PhoneIncoming aliases
|
|
1916
|
+
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1913
1917
|
// PhoneOff aliases
|
|
1914
1918
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1915
1919
|
// PhoneOutgoing aliases
|
|
@@ -1920,24 +1924,24 @@ export { default as PhoneIcon } from '../icons/phone';
|
|
|
1920
1924
|
export { default as PiIcon } from '../icons/pi';
|
|
1921
1925
|
// Piano aliases
|
|
1922
1926
|
export { default as PianoIcon } from '../icons/piano';
|
|
1923
|
-
// PictureInPicture2 aliases
|
|
1924
|
-
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1925
1927
|
// Pickaxe aliases
|
|
1926
1928
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1929
|
+
// PictureInPicture2 aliases
|
|
1930
|
+
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1927
1931
|
// PictureInPicture aliases
|
|
1928
1932
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1929
|
-
// PiggyBank aliases
|
|
1930
|
-
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1931
1933
|
// PilcrowLeft aliases
|
|
1932
1934
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1933
|
-
// Pilcrow aliases
|
|
1934
|
-
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1935
|
-
// PillBottle aliases
|
|
1936
|
-
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1937
1935
|
// PilcrowRight aliases
|
|
1938
1936
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1937
|
+
// PiggyBank aliases
|
|
1938
|
+
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1939
|
+
// Pilcrow aliases
|
|
1940
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1939
1941
|
// Pill aliases
|
|
1940
1942
|
export { default as PillIcon } from '../icons/pill';
|
|
1943
|
+
// PillBottle aliases
|
|
1944
|
+
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1941
1945
|
// PinOff aliases
|
|
1942
1946
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1943
1947
|
// Pin aliases
|
|
@@ -1946,64 +1950,64 @@ export { default as PinIcon } from '../icons/pin';
|
|
|
1946
1950
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
1947
1951
|
// Pizza aliases
|
|
1948
1952
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
1949
|
-
// PlaneLanding aliases
|
|
1950
|
-
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1951
1953
|
// PlaneTakeoff aliases
|
|
1952
1954
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1953
1955
|
// Plane aliases
|
|
1954
1956
|
export { default as PlaneIcon } from '../icons/plane';
|
|
1955
1957
|
// Play aliases
|
|
1956
1958
|
export { default as PlayIcon } from '../icons/play';
|
|
1959
|
+
// PlaneLanding aliases
|
|
1960
|
+
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1957
1961
|
// Plug2 aliases
|
|
1958
1962
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1959
|
-
// Plus aliases
|
|
1960
|
-
export { default as PlusIcon } from '../icons/plus';
|
|
1961
1963
|
// Plug aliases
|
|
1962
1964
|
export { default as PlugIcon } from '../icons/plug';
|
|
1963
|
-
//
|
|
1964
|
-
export { default as
|
|
1965
|
+
// Plus aliases
|
|
1966
|
+
export { default as PlusIcon } from '../icons/plus';
|
|
1965
1967
|
// Pocket aliases
|
|
1966
1968
|
export { default as PocketIcon } from '../icons/pocket';
|
|
1967
1969
|
// Podcast aliases
|
|
1968
1970
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
1969
|
-
//
|
|
1970
|
-
export { default as
|
|
1971
|
+
// PocketKnife aliases
|
|
1972
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1971
1973
|
// PointerOff aliases
|
|
1972
1974
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1975
|
+
// Pointer aliases
|
|
1976
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
1977
|
+
// PoundSterling aliases
|
|
1978
|
+
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
1973
1979
|
// Popcorn aliases
|
|
1974
1980
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
1975
1981
|
// Popsicle aliases
|
|
1976
1982
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
1977
|
-
// Power aliases
|
|
1978
|
-
export { default as PowerIcon } from '../icons/power';
|
|
1979
1983
|
// PowerOff aliases
|
|
1980
1984
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
1981
|
-
//
|
|
1982
|
-
export { default as
|
|
1985
|
+
// Power aliases
|
|
1986
|
+
export { default as PowerIcon } from '../icons/power';
|
|
1983
1987
|
// Presentation aliases
|
|
1984
1988
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
1985
|
-
// Printer aliases
|
|
1986
|
-
export { default as PrinterIcon } from '../icons/printer';
|
|
1987
1989
|
// PrinterCheck aliases
|
|
1988
1990
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
1989
|
-
//
|
|
1990
|
-
export { default as
|
|
1991
|
+
// Printer aliases
|
|
1992
|
+
export { default as PrinterIcon } from '../icons/printer';
|
|
1991
1993
|
// Puzzle aliases
|
|
1992
1994
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
1993
1995
|
// Proportions aliases
|
|
1994
1996
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
1995
|
-
//
|
|
1996
|
-
export { default as
|
|
1997
|
+
// Projector aliases
|
|
1998
|
+
export { default as ProjectorIcon } from '../icons/projector';
|
|
1997
1999
|
// Pyramid aliases
|
|
1998
2000
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2001
|
+
// QrCode aliases
|
|
2002
|
+
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
1999
2003
|
// Quote aliases
|
|
2000
2004
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2001
2005
|
// Rabbit aliases
|
|
2002
2006
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2003
|
-
// Radar aliases
|
|
2004
|
-
export { default as RadarIcon } from '../icons/radar';
|
|
2005
2007
|
// Radiation aliases
|
|
2006
2008
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2009
|
+
// Radar aliases
|
|
2010
|
+
export { default as RadarIcon } from '../icons/radar';
|
|
2007
2011
|
// Radical aliases
|
|
2008
2012
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2009
2013
|
// RadioReceiver aliases
|
|
@@ -2012,48 +2016,48 @@ export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
|
2012
2016
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2013
2017
|
// Radio aliases
|
|
2014
2018
|
export { default as RadioIcon } from '../icons/radio';
|
|
2015
|
-
// RailSymbol aliases
|
|
2016
|
-
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2017
2019
|
// Radius aliases
|
|
2018
2020
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2021
|
+
// RailSymbol aliases
|
|
2022
|
+
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2019
2023
|
// Rainbow aliases
|
|
2020
2024
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2021
|
-
// Rat aliases
|
|
2022
|
-
export { default as RatIcon } from '../icons/rat';
|
|
2023
2025
|
// Ratio aliases
|
|
2024
2026
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2025
|
-
//
|
|
2026
|
-
export { default as
|
|
2027
|
+
// Rat aliases
|
|
2028
|
+
export { default as RatIcon } from '../icons/rat';
|
|
2027
2029
|
// ReceiptCent aliases
|
|
2028
2030
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2031
|
+
// ReceiptEuro aliases
|
|
2032
|
+
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2029
2033
|
// ReceiptIndianRupee aliases
|
|
2030
2034
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2031
2035
|
// ReceiptJapaneseYen aliases
|
|
2032
2036
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2033
|
-
// ReceiptPoundSterling aliases
|
|
2034
|
-
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2035
2037
|
// ReceiptRussianRuble aliases
|
|
2036
2038
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2037
2039
|
// ReceiptSwissFranc aliases
|
|
2038
2040
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2041
|
+
// ReceiptPoundSterling aliases
|
|
2042
|
+
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2039
2043
|
// ReceiptText aliases
|
|
2040
2044
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2041
|
-
// RectangleGoggles aliases
|
|
2042
|
-
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2043
|
-
// RectangleHorizontal aliases
|
|
2044
|
-
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2045
2045
|
// Receipt aliases
|
|
2046
2046
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2047
|
+
// RectangleGoggles aliases
|
|
2048
|
+
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2047
2049
|
// RectangleVertical aliases
|
|
2048
2050
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2051
|
+
// RectangleHorizontal aliases
|
|
2052
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2049
2053
|
// Recycle aliases
|
|
2050
2054
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2051
2055
|
// Redo2 aliases
|
|
2052
2056
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2053
|
-
// RedoDot aliases
|
|
2054
|
-
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2055
2057
|
// Redo aliases
|
|
2056
2058
|
export { default as RedoIcon } from '../icons/redo';
|
|
2059
|
+
// RedoDot aliases
|
|
2060
|
+
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2057
2061
|
// RefreshCcwDot aliases
|
|
2058
2062
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2059
2063
|
// RefreshCcw aliases
|
|
@@ -2062,16 +2066,16 @@ export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
|
2062
2066
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2063
2067
|
// RefreshCw aliases
|
|
2064
2068
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2069
|
+
// Regex aliases
|
|
2070
|
+
export { default as RegexIcon } from '../icons/regex';
|
|
2065
2071
|
// Refrigerator aliases
|
|
2066
2072
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2067
2073
|
// RemoveFormatting aliases
|
|
2068
2074
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2069
|
-
// Regex aliases
|
|
2070
|
-
export { default as RegexIcon } from '../icons/regex';
|
|
2071
|
-
// Repeat2 aliases
|
|
2072
|
-
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2073
2075
|
// Repeat1 aliases
|
|
2074
2076
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2077
|
+
// Repeat2 aliases
|
|
2078
|
+
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2075
2079
|
// Repeat aliases
|
|
2076
2080
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2077
2081
|
// ReplaceAll aliases
|
|
@@ -2080,36 +2084,36 @@ export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
|
2080
2084
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2081
2085
|
// Replace aliases
|
|
2082
2086
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2087
|
+
// Ribbon aliases
|
|
2088
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2083
2089
|
// Reply aliases
|
|
2084
2090
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2085
2091
|
// Rewind aliases
|
|
2086
2092
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2087
|
-
// Ribbon aliases
|
|
2088
|
-
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2089
2093
|
// Rocket aliases
|
|
2090
2094
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2091
2095
|
// RockingChair aliases
|
|
2092
2096
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2097
|
+
// RotateCcwKey aliases
|
|
2098
|
+
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2093
2099
|
// RollerCoaster aliases
|
|
2094
2100
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2095
2101
|
// RotateCcwSquare aliases
|
|
2096
2102
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2097
|
-
//
|
|
2098
|
-
export { default as
|
|
2099
|
-
// RotateCwSquare aliases
|
|
2100
|
-
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2103
|
+
// RotateCcw aliases
|
|
2104
|
+
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2101
2105
|
// RotateCw aliases
|
|
2102
2106
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2107
|
+
// RotateCwSquare aliases
|
|
2108
|
+
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2103
2109
|
// Route aliases
|
|
2104
2110
|
export { default as RouteIcon } from '../icons/route';
|
|
2105
|
-
// RotateCcw aliases
|
|
2106
|
-
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2107
2111
|
// RouteOff aliases
|
|
2108
2112
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2109
|
-
// Rows4 aliases
|
|
2110
|
-
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2111
2113
|
// Router aliases
|
|
2112
2114
|
export { default as RouterIcon } from '../icons/router';
|
|
2115
|
+
// Rows4 aliases
|
|
2116
|
+
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2113
2117
|
// Rss aliases
|
|
2114
2118
|
export { default as RssIcon } from '../icons/rss';
|
|
2115
2119
|
// RulerDimensionLine aliases
|
|
@@ -2124,64 +2128,64 @@ export { default as SailboatIcon } from '../icons/sailboat';
|
|
|
2124
2128
|
export { default as SaladIcon } from '../icons/salad';
|
|
2125
2129
|
// Sandwich aliases
|
|
2126
2130
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2131
|
+
// Satellite aliases
|
|
2132
|
+
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2127
2133
|
// SatelliteDish aliases
|
|
2128
2134
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2129
2135
|
// SaudiRiyal aliases
|
|
2130
2136
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2131
|
-
// Satellite aliases
|
|
2132
|
-
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2133
2137
|
// SaveAll aliases
|
|
2134
2138
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2135
|
-
// Scale aliases
|
|
2136
|
-
export { default as ScaleIcon } from '../icons/scale';
|
|
2137
|
-
// SaveOff aliases
|
|
2138
|
-
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2139
2139
|
// Save aliases
|
|
2140
2140
|
export { default as SaveIcon } from '../icons/save';
|
|
2141
|
+
// SaveOff aliases
|
|
2142
|
+
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2141
2143
|
// Scaling aliases
|
|
2142
2144
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2145
|
+
// Scale aliases
|
|
2146
|
+
export { default as ScaleIcon } from '../icons/scale';
|
|
2143
2147
|
// ScanBarcode aliases
|
|
2144
2148
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2145
|
-
// ScanFace aliases
|
|
2146
|
-
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2147
2149
|
// ScanEye aliases
|
|
2148
2150
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2151
|
+
// ScanFace aliases
|
|
2152
|
+
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2149
2153
|
// ScanHeart aliases
|
|
2150
2154
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2151
|
-
// ScanQrCode aliases
|
|
2152
|
-
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2153
2155
|
// ScanLine aliases
|
|
2154
2156
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2157
|
+
// ScanQrCode aliases
|
|
2158
|
+
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2155
2159
|
// ScanSearch aliases
|
|
2156
2160
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2157
2161
|
// ScanText aliases
|
|
2158
2162
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2159
|
-
// Scan aliases
|
|
2160
|
-
export { default as ScanIcon } from '../icons/scan';
|
|
2161
2163
|
// ScissorsLineDashed aliases
|
|
2162
2164
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2165
|
+
// Scan aliases
|
|
2166
|
+
export { default as ScanIcon } from '../icons/scan';
|
|
2163
2167
|
// School aliases
|
|
2164
2168
|
export { default as SchoolIcon } from '../icons/school';
|
|
2165
|
-
// Scissors aliases
|
|
2166
|
-
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2167
2169
|
// ScreenShareOff aliases
|
|
2168
2170
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2169
2171
|
// ScreenShare aliases
|
|
2170
2172
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2173
|
+
// Scissors aliases
|
|
2174
|
+
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2171
2175
|
// ScrollText aliases
|
|
2172
2176
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2173
|
-
// Scroll aliases
|
|
2174
|
-
export { default as ScrollIcon } from '../icons/scroll';
|
|
2175
2177
|
// SearchCheck aliases
|
|
2176
2178
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2177
2179
|
// SearchCode aliases
|
|
2178
2180
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2181
|
+
// Scroll aliases
|
|
2182
|
+
export { default as ScrollIcon } from '../icons/scroll';
|
|
2179
2183
|
// SearchSlash aliases
|
|
2180
2184
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2181
|
-
// Search aliases
|
|
2182
|
-
export { default as SearchIcon } from '../icons/search';
|
|
2183
2185
|
// SearchX aliases
|
|
2184
2186
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2187
|
+
// Search aliases
|
|
2188
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2185
2189
|
// Section aliases
|
|
2186
2190
|
export { default as SectionIcon } from '../icons/section';
|
|
2187
2191
|
// SendToBack aliases
|
|
@@ -2192,128 +2196,128 @@ export { default as SendIcon } from '../icons/send';
|
|
|
2192
2196
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2193
2197
|
// ServerCog aliases
|
|
2194
2198
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2195
|
-
// ServerCrash aliases
|
|
2196
|
-
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2197
2199
|
// SeparatorVertical aliases
|
|
2198
2200
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2201
|
+
// ServerCrash aliases
|
|
2202
|
+
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2199
2203
|
// ServerOff aliases
|
|
2200
2204
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2201
|
-
// Settings2 aliases
|
|
2202
|
-
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2203
2205
|
// Server aliases
|
|
2204
2206
|
export { default as ServerIcon } from '../icons/server';
|
|
2207
|
+
// Settings2 aliases
|
|
2208
|
+
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2205
2209
|
// Settings aliases
|
|
2206
2210
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2207
|
-
// Share2 aliases
|
|
2208
|
-
export { default as Share2Icon } from '../icons/share-2';
|
|
2209
2211
|
// Shapes aliases
|
|
2210
2212
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2213
|
+
// Share2 aliases
|
|
2214
|
+
export { default as Share2Icon } from '../icons/share-2';
|
|
2211
2215
|
// Share aliases
|
|
2212
2216
|
export { default as ShareIcon } from '../icons/share';
|
|
2213
2217
|
// Sheet aliases
|
|
2214
2218
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2219
|
+
// ShieldAlert aliases
|
|
2220
|
+
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2215
2221
|
// Shell aliases
|
|
2216
2222
|
export { default as ShellIcon } from '../icons/shell';
|
|
2217
2223
|
// ShieldBan aliases
|
|
2218
2224
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2219
|
-
//
|
|
2220
|
-
export { default as
|
|
2221
|
-
// ShieldCheck aliases
|
|
2222
|
-
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2225
|
+
// ShieldHalf aliases
|
|
2226
|
+
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2223
2227
|
// ShieldEllipsis aliases
|
|
2224
2228
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2229
|
+
// ShieldCheck aliases
|
|
2230
|
+
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2225
2231
|
// ShieldMinus aliases
|
|
2226
2232
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2227
|
-
// ShieldHalf aliases
|
|
2228
|
-
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2229
2233
|
// ShieldOff aliases
|
|
2230
2234
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2235
|
+
// ShieldQuestion aliases
|
|
2236
|
+
export { default as ShieldQuestionIcon } from '../icons/shield-question';
|
|
2231
2237
|
// ShieldPlus aliases
|
|
2232
2238
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2233
2239
|
// ShieldUser aliases
|
|
2234
2240
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2235
|
-
//
|
|
2236
|
-
export { default as
|
|
2241
|
+
// Shield aliases
|
|
2242
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2237
2243
|
// ShipWheel aliases
|
|
2238
2244
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2239
2245
|
// Ship aliases
|
|
2240
2246
|
export { default as ShipIcon } from '../icons/ship';
|
|
2241
|
-
// Shield aliases
|
|
2242
|
-
export { default as ShieldIcon } from '../icons/shield';
|
|
2243
2247
|
// Shirt aliases
|
|
2244
2248
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2245
|
-
// ShoppingBasket aliases
|
|
2246
|
-
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2247
2249
|
// ShoppingBag aliases
|
|
2248
2250
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2251
|
+
// ShoppingBasket aliases
|
|
2252
|
+
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2253
|
+
// Shovel aliases
|
|
2254
|
+
export { default as ShovelIcon } from '../icons/shovel';
|
|
2249
2255
|
// ShoppingCart aliases
|
|
2250
2256
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2251
2257
|
// ShowerHead aliases
|
|
2252
2258
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2253
|
-
// Shovel aliases
|
|
2254
|
-
export { default as ShovelIcon } from '../icons/shovel';
|
|
2255
2259
|
// Shredder aliases
|
|
2256
2260
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2257
|
-
// Shrink aliases
|
|
2258
|
-
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2259
2261
|
// Shrimp aliases
|
|
2260
2262
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2263
|
+
// Shrink aliases
|
|
2264
|
+
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2261
2265
|
// Shrub aliases
|
|
2262
2266
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2263
|
-
// Sigma aliases
|
|
2264
|
-
export { default as SigmaIcon } from '../icons/sigma';
|
|
2265
2267
|
// Shuffle aliases
|
|
2266
2268
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2267
|
-
//
|
|
2268
|
-
export { default as
|
|
2269
|
+
// Sigma aliases
|
|
2270
|
+
export { default as SigmaIcon } from '../icons/sigma';
|
|
2269
2271
|
// SignalLow aliases
|
|
2270
2272
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2271
|
-
//
|
|
2272
|
-
export { default as
|
|
2273
|
-
// Signature aliases
|
|
2274
|
-
export { default as SignatureIcon } from '../icons/signature';
|
|
2273
|
+
// SignalHigh aliases
|
|
2274
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2275
2275
|
// SignalZero aliases
|
|
2276
2276
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2277
|
+
// SignalMedium aliases
|
|
2278
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2277
2279
|
// Signal aliases
|
|
2278
2280
|
export { default as SignalIcon } from '../icons/signal';
|
|
2281
|
+
// Signature aliases
|
|
2282
|
+
export { default as SignatureIcon } from '../icons/signature';
|
|
2279
2283
|
// SignpostBig aliases
|
|
2280
2284
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2281
|
-
// Signpost aliases
|
|
2282
|
-
export { default as SignpostIcon } from '../icons/signpost';
|
|
2283
2285
|
// Siren aliases
|
|
2284
2286
|
export { default as SirenIcon } from '../icons/siren';
|
|
2285
|
-
//
|
|
2286
|
-
export { default as
|
|
2287
|
+
// Signpost aliases
|
|
2288
|
+
export { default as SignpostIcon } from '../icons/signpost';
|
|
2287
2289
|
// SkipForward aliases
|
|
2288
2290
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2291
|
+
// SkipBack aliases
|
|
2292
|
+
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2289
2293
|
// Skull aliases
|
|
2290
2294
|
export { default as SkullIcon } from '../icons/skull';
|
|
2291
|
-
// Slack aliases
|
|
2292
|
-
export { default as SlackIcon } from '../icons/slack';
|
|
2293
2295
|
// Slash aliases
|
|
2294
2296
|
export { default as SlashIcon } from '../icons/slash';
|
|
2295
|
-
//
|
|
2296
|
-
export { default as
|
|
2297
|
+
// Slack aliases
|
|
2298
|
+
export { default as SlackIcon } from '../icons/slack';
|
|
2297
2299
|
// Slice aliases
|
|
2298
2300
|
export { default as SliceIcon } from '../icons/slice';
|
|
2299
2301
|
// SlidersHorizontal aliases
|
|
2300
2302
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2303
|
+
// SmartphoneCharging aliases
|
|
2304
|
+
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2301
2305
|
// SmartphoneNfc aliases
|
|
2302
2306
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2303
2307
|
// Smartphone aliases
|
|
2304
2308
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2309
|
+
// Smile aliases
|
|
2310
|
+
export { default as SmileIcon } from '../icons/smile';
|
|
2305
2311
|
// SmilePlus aliases
|
|
2306
2312
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2307
2313
|
// Snail aliases
|
|
2308
2314
|
export { default as SnailIcon } from '../icons/snail';
|
|
2315
|
+
// Sofa aliases
|
|
2316
|
+
export { default as SofaIcon } from '../icons/sofa';
|
|
2309
2317
|
// Snowflake aliases
|
|
2310
2318
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2311
|
-
// Smile aliases
|
|
2312
|
-
export { default as SmileIcon } from '../icons/smile';
|
|
2313
2319
|
// Soup aliases
|
|
2314
2320
|
export { default as SoupIcon } from '../icons/soup';
|
|
2315
|
-
// Sofa aliases
|
|
2316
|
-
export { default as SofaIcon } from '../icons/sofa';
|
|
2317
2321
|
// Space aliases
|
|
2318
2322
|
export { default as SpaceIcon } from '../icons/space';
|
|
2319
2323
|
// Spade aliases
|
|
@@ -2326,12 +2330,12 @@ export { default as SpeakerIcon } from '../icons/speaker';
|
|
|
2326
2330
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2327
2331
|
// SpellCheck2 aliases
|
|
2328
2332
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2333
|
+
// SpellCheck aliases
|
|
2334
|
+
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2329
2335
|
// SplinePointer aliases
|
|
2330
2336
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2331
2337
|
// Spline aliases
|
|
2332
2338
|
export { default as SplineIcon } from '../icons/spline';
|
|
2333
|
-
// SpellCheck aliases
|
|
2334
|
-
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2335
2339
|
// Split aliases
|
|
2336
2340
|
export { default as SplitIcon } from '../icons/split';
|
|
2337
2341
|
// SprayCan aliases
|
|
@@ -2362,12 +2366,12 @@ export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
|
2362
2366
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2363
2367
|
// Squircle aliases
|
|
2364
2368
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2365
|
-
// StarHalf aliases
|
|
2366
|
-
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2367
2369
|
// Squirrel aliases
|
|
2368
2370
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2369
2371
|
// Stamp aliases
|
|
2370
2372
|
export { default as StampIcon } from '../icons/stamp';
|
|
2373
|
+
// StarHalf aliases
|
|
2374
|
+
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2371
2375
|
// StarOff aliases
|
|
2372
2376
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2373
2377
|
// Star aliases
|
|
@@ -2384,32 +2388,32 @@ export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
|
2384
2388
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2385
2389
|
// Store aliases
|
|
2386
2390
|
export { default as StoreIcon } from '../icons/store';
|
|
2387
|
-
// StretchVertical aliases
|
|
2388
|
-
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2389
2391
|
// StretchHorizontal aliases
|
|
2390
2392
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2391
2393
|
// Strikethrough aliases
|
|
2392
2394
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2393
|
-
//
|
|
2394
|
-
export { default as
|
|
2395
|
+
// StretchVertical aliases
|
|
2396
|
+
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2395
2397
|
// SunDim aliases
|
|
2396
2398
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2399
|
+
// Subscript aliases
|
|
2400
|
+
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2397
2401
|
// SunMedium aliases
|
|
2398
2402
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2403
|
+
// SunMoon aliases
|
|
2404
|
+
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2399
2405
|
// SunSnow aliases
|
|
2400
2406
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2401
2407
|
// Sun aliases
|
|
2402
2408
|
export { default as SunIcon } from '../icons/sun';
|
|
2403
|
-
// SunMoon aliases
|
|
2404
|
-
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2405
2409
|
// Sunrise aliases
|
|
2406
2410
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2407
2411
|
// Sunset aliases
|
|
2408
2412
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2409
|
-
// Superscript aliases
|
|
2410
|
-
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2411
2413
|
// SwatchBook aliases
|
|
2412
2414
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2415
|
+
// Superscript aliases
|
|
2416
|
+
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2413
2417
|
// SwissFranc aliases
|
|
2414
2418
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2415
2419
|
// SwitchCamera aliases
|
|
@@ -2418,8 +2422,6 @@ export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
|
2418
2422
|
export { default as SwordIcon } from '../icons/sword';
|
|
2419
2423
|
// Swords aliases
|
|
2420
2424
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2421
|
-
// Syringe aliases
|
|
2422
|
-
export { default as SyringeIcon } from '../icons/syringe';
|
|
2423
2425
|
// Table2 aliases
|
|
2424
2426
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2425
2427
|
// TableCellsMerge aliases
|
|
@@ -2428,6 +2430,8 @@ export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
|
2428
2430
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2429
2431
|
// TableColumnsSplit aliases
|
|
2430
2432
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2433
|
+
// Syringe aliases
|
|
2434
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2431
2435
|
// TableOfContents aliases
|
|
2432
2436
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2433
2437
|
// TableProperties aliases
|
|
@@ -2440,28 +2444,28 @@ export { default as TableIcon } from '../icons/table';
|
|
|
2440
2444
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2441
2445
|
// Tablet aliases
|
|
2442
2446
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2443
|
-
// Tag aliases
|
|
2444
|
-
export { default as TagIcon } from '../icons/tag';
|
|
2445
2447
|
// Tablets aliases
|
|
2446
2448
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2449
|
+
// Tag aliases
|
|
2450
|
+
export { default as TagIcon } from '../icons/tag';
|
|
2447
2451
|
// Tags aliases
|
|
2448
2452
|
export { default as TagsIcon } from '../icons/tags';
|
|
2449
2453
|
// Tally1 aliases
|
|
2450
2454
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2451
|
-
// Tally2 aliases
|
|
2452
|
-
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2453
|
-
// Tally3 aliases
|
|
2454
|
-
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2455
2455
|
// Tally4 aliases
|
|
2456
2456
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2457
|
+
// Tally2 aliases
|
|
2458
|
+
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2457
2459
|
// Tally5 aliases
|
|
2458
2460
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2459
2461
|
// Tangent aliases
|
|
2460
2462
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2461
|
-
//
|
|
2462
|
-
export { default as
|
|
2463
|
+
// Tally3 aliases
|
|
2464
|
+
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2463
2465
|
// Target aliases
|
|
2464
2466
|
export { default as TargetIcon } from '../icons/target';
|
|
2467
|
+
// Telescope aliases
|
|
2468
|
+
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2465
2469
|
// TentTree aliases
|
|
2466
2470
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2467
2471
|
// Tent aliases
|
|
@@ -2476,30 +2480,30 @@ export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
|
2476
2480
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2477
2481
|
// TextCursor aliases
|
|
2478
2482
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2479
|
-
// TextQuote aliases
|
|
2480
|
-
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2481
|
-
// Text aliases
|
|
2482
|
-
export { default as TextIcon } from '../icons/text';
|
|
2483
2483
|
// TextSearch aliases
|
|
2484
2484
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2485
|
+
// Text aliases
|
|
2486
|
+
export { default as TextIcon } from '../icons/text';
|
|
2487
|
+
// TextQuote aliases
|
|
2488
|
+
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2485
2489
|
// Theater aliases
|
|
2486
2490
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2487
2491
|
// ThermometerSnowflake aliases
|
|
2488
2492
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2489
|
-
// ThermometerSun aliases
|
|
2490
|
-
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2491
2493
|
// Thermometer aliases
|
|
2492
2494
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2493
2495
|
// ThumbsDown aliases
|
|
2494
2496
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2497
|
+
// ThermometerSun aliases
|
|
2498
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2495
2499
|
// ThumbsUp aliases
|
|
2496
2500
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2497
|
-
// TicketCheck aliases
|
|
2498
|
-
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2499
2501
|
// TicketMinus aliases
|
|
2500
2502
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2501
2503
|
// TicketPercent aliases
|
|
2502
2504
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2505
|
+
// TicketCheck aliases
|
|
2506
|
+
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2503
2507
|
// TicketPlus aliases
|
|
2504
2508
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2505
2509
|
// TicketSlash aliases
|
|
@@ -2512,22 +2516,22 @@ export { default as TicketIcon } from '../icons/ticket';
|
|
|
2512
2516
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2513
2517
|
// Tickets aliases
|
|
2514
2518
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2515
|
-
// TimerReset aliases
|
|
2516
|
-
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2517
|
-
// TimerOff aliases
|
|
2518
|
-
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2519
2519
|
// Timer aliases
|
|
2520
2520
|
export { default as TimerIcon } from '../icons/timer';
|
|
2521
|
+
// TimerOff aliases
|
|
2522
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2523
|
+
// TimerReset aliases
|
|
2524
|
+
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2521
2525
|
// ToggleLeft aliases
|
|
2522
2526
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2523
|
-
// Toilet aliases
|
|
2524
|
-
export { default as ToiletIcon } from '../icons/toilet';
|
|
2525
2527
|
// ToggleRight aliases
|
|
2526
2528
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2527
|
-
//
|
|
2528
|
-
export { default as
|
|
2529
|
+
// Toilet aliases
|
|
2530
|
+
export { default as ToiletIcon } from '../icons/toilet';
|
|
2529
2531
|
// Torus aliases
|
|
2530
2532
|
export { default as TorusIcon } from '../icons/torus';
|
|
2533
|
+
// Tornado aliases
|
|
2534
|
+
export { default as TornadoIcon } from '../icons/tornado';
|
|
2531
2535
|
// TouchpadOff aliases
|
|
2532
2536
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2533
2537
|
// Touchpad aliases
|
|
@@ -2536,14 +2540,14 @@ export { default as TouchpadIcon } from '../icons/touchpad';
|
|
|
2536
2540
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2537
2541
|
// ToyBrick aliases
|
|
2538
2542
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2539
|
-
// TrafficCone aliases
|
|
2540
|
-
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2541
2543
|
// Tractor aliases
|
|
2542
2544
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2543
|
-
// TrainFront aliases
|
|
2544
|
-
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2545
2545
|
// TrainFrontTunnel aliases
|
|
2546
2546
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2547
|
+
// TrafficCone aliases
|
|
2548
|
+
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2549
|
+
// TrainFront aliases
|
|
2550
|
+
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2547
2551
|
// TrainTrack aliases
|
|
2548
2552
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2549
2553
|
// Transgender aliases
|
|
@@ -2554,44 +2558,44 @@ export { default as Trash2Icon } from '../icons/trash-2';
|
|
|
2554
2558
|
export { default as TrashIcon } from '../icons/trash';
|
|
2555
2559
|
// TreeDeciduous aliases
|
|
2556
2560
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2557
|
-
// Trees aliases
|
|
2558
|
-
export { default as TreesIcon } from '../icons/trees';
|
|
2559
2561
|
// TreePine aliases
|
|
2560
2562
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2561
|
-
//
|
|
2562
|
-
export { default as
|
|
2563
|
-
// TrendingUpDown aliases
|
|
2564
|
-
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2563
|
+
// Trees aliases
|
|
2564
|
+
export { default as TreesIcon } from '../icons/trees';
|
|
2565
2565
|
// Trello aliases
|
|
2566
2566
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2567
2567
|
// TrendingUp aliases
|
|
2568
2568
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2569
|
+
// TrendingUpDown aliases
|
|
2570
|
+
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2571
|
+
// TrendingDown aliases
|
|
2572
|
+
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2569
2573
|
// TriangleDashed aliases
|
|
2570
2574
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2571
2575
|
// TriangleRight aliases
|
|
2572
2576
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2573
|
-
// Trophy aliases
|
|
2574
|
-
export { default as TrophyIcon } from '../icons/trophy';
|
|
2575
2577
|
// Triangle aliases
|
|
2576
2578
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2577
2579
|
// TruckElectric aliases
|
|
2578
2580
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2581
|
+
// Trophy aliases
|
|
2582
|
+
export { default as TrophyIcon } from '../icons/trophy';
|
|
2579
2583
|
// Truck aliases
|
|
2580
2584
|
export { default as TruckIcon } from '../icons/truck';
|
|
2581
2585
|
// Turtle aliases
|
|
2582
2586
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2583
2587
|
// TvMinimalPlay aliases
|
|
2584
2588
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2585
|
-
// Twitter aliases
|
|
2586
|
-
export { default as TwitterIcon } from '../icons/twitter';
|
|
2587
2589
|
// Tv aliases
|
|
2588
2590
|
export { default as TvIcon } from '../icons/tv';
|
|
2589
|
-
//
|
|
2590
|
-
export { default as
|
|
2591
|
+
// Twitter aliases
|
|
2592
|
+
export { default as TwitterIcon } from '../icons/twitter';
|
|
2591
2593
|
// Twitch aliases
|
|
2592
2594
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2593
2595
|
// Type aliases
|
|
2594
2596
|
export { default as TypeIcon } from '../icons/type';
|
|
2597
|
+
// TypeOutline aliases
|
|
2598
|
+
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2595
2599
|
// UmbrellaOff aliases
|
|
2596
2600
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2597
2601
|
// Umbrella aliases
|
|
@@ -2600,38 +2604,38 @@ export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
|
2600
2604
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2601
2605
|
// Underline aliases
|
|
2602
2606
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2603
|
-
// UndoDot aliases
|
|
2604
|
-
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2605
2607
|
// Undo aliases
|
|
2606
2608
|
export { default as UndoIcon } from '../icons/undo';
|
|
2609
|
+
// UndoDot aliases
|
|
2610
|
+
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2607
2611
|
// UnfoldHorizontal aliases
|
|
2608
2612
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2609
|
-
// UnfoldVertical aliases
|
|
2610
|
-
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2611
2613
|
// Ungroup aliases
|
|
2612
2614
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2615
|
+
// UnfoldVertical aliases
|
|
2616
|
+
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2617
|
+
// Unlink aliases
|
|
2618
|
+
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2613
2619
|
// Unlink2 aliases
|
|
2614
2620
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2615
2621
|
// Unplug aliases
|
|
2616
2622
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2617
2623
|
// Upload aliases
|
|
2618
2624
|
export { default as UploadIcon } from '../icons/upload';
|
|
2619
|
-
// UserCheck aliases
|
|
2620
|
-
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2621
|
-
// Unlink aliases
|
|
2622
|
-
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2623
2625
|
// Usb aliases
|
|
2624
2626
|
export { default as UsbIcon } from '../icons/usb';
|
|
2625
2627
|
// UserCog aliases
|
|
2626
2628
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2629
|
+
// UserCheck aliases
|
|
2630
|
+
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2627
2631
|
// UserLock aliases
|
|
2628
2632
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2629
|
-
// UserPen aliases
|
|
2630
|
-
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2631
|
-
// UserPlus aliases
|
|
2632
|
-
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2633
2633
|
// UserMinus aliases
|
|
2634
2634
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2635
|
+
// UserPlus aliases
|
|
2636
|
+
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2637
|
+
// UserPen aliases
|
|
2638
|
+
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2635
2639
|
// UserRoundPen aliases
|
|
2636
2640
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2637
2641
|
// UserSearch aliases
|
|
@@ -2652,12 +2656,12 @@ export { default as VariableIcon } from '../icons/variable';
|
|
|
2652
2656
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2653
2657
|
// Vault aliases
|
|
2654
2658
|
export { default as VaultIcon } from '../icons/vault';
|
|
2655
|
-
// VenetianMask aliases
|
|
2656
|
-
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2657
2659
|
// VenusAndMars aliases
|
|
2658
2660
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2659
2661
|
// Venus aliases
|
|
2660
2662
|
export { default as VenusIcon } from '../icons/venus';
|
|
2663
|
+
// VenetianMask aliases
|
|
2664
|
+
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2661
2665
|
// VibrateOff aliases
|
|
2662
2666
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2663
2667
|
// Vibrate aliases
|
|
@@ -2668,88 +2672,88 @@ export { default as VideoOffIcon } from '../icons/video-off';
|
|
|
2668
2672
|
export { default as VideoIcon } from '../icons/video';
|
|
2669
2673
|
// Videotape aliases
|
|
2670
2674
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2671
|
-
// View aliases
|
|
2672
|
-
export { default as ViewIcon } from '../icons/view';
|
|
2673
2675
|
// Voicemail aliases
|
|
2674
2676
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2675
|
-
//
|
|
2676
|
-
export { default as
|
|
2677
|
+
// View aliases
|
|
2678
|
+
export { default as ViewIcon } from '../icons/view';
|
|
2677
2679
|
// Volume1 aliases
|
|
2678
2680
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2679
2681
|
// Volume2 aliases
|
|
2680
2682
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2681
2683
|
// VolumeOff aliases
|
|
2682
2684
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2685
|
+
// Volleyball aliases
|
|
2686
|
+
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2683
2687
|
// VolumeX aliases
|
|
2684
2688
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2685
2689
|
// Volume aliases
|
|
2686
2690
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2687
2691
|
// Vote aliases
|
|
2688
2692
|
export { default as VoteIcon } from '../icons/vote';
|
|
2689
|
-
// WalletCards aliases
|
|
2690
|
-
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2691
2693
|
// Wallet aliases
|
|
2692
2694
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2695
|
+
// WalletCards aliases
|
|
2696
|
+
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2693
2697
|
// Wallpaper aliases
|
|
2694
2698
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2695
2699
|
// Wand aliases
|
|
2696
2700
|
export { default as WandIcon } from '../icons/wand';
|
|
2697
|
-
// WashingMachine aliases
|
|
2698
|
-
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2699
2701
|
// Warehouse aliases
|
|
2700
2702
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2701
|
-
//
|
|
2702
|
-
export { default as
|
|
2703
|
+
// WashingMachine aliases
|
|
2704
|
+
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2703
2705
|
// WavesLadder aliases
|
|
2704
2706
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2707
|
+
// Watch aliases
|
|
2708
|
+
export { default as WatchIcon } from '../icons/watch';
|
|
2705
2709
|
// Waves aliases
|
|
2706
2710
|
export { default as WavesIcon } from '../icons/waves';
|
|
2707
2711
|
// Waypoints aliases
|
|
2708
2712
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2709
|
-
// Webcam aliases
|
|
2710
|
-
export { default as WebcamIcon } from '../icons/webcam';
|
|
2711
2713
|
// WebhookOff aliases
|
|
2712
2714
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2715
|
+
// Webcam aliases
|
|
2716
|
+
export { default as WebcamIcon } from '../icons/webcam';
|
|
2713
2717
|
// Webhook aliases
|
|
2714
2718
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2715
2719
|
// Weight aliases
|
|
2716
2720
|
export { default as WeightIcon } from '../icons/weight';
|
|
2717
|
-
// WheatOff aliases
|
|
2718
|
-
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2719
2721
|
// Wheat aliases
|
|
2720
2722
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2723
|
+
// WheatOff aliases
|
|
2724
|
+
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2721
2725
|
// WholeWord aliases
|
|
2722
2726
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2723
2727
|
// WifiHigh aliases
|
|
2724
2728
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2725
|
-
// WifiOff aliases
|
|
2726
|
-
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2727
2729
|
// WifiLow aliases
|
|
2728
2730
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2729
|
-
//
|
|
2730
|
-
export { default as
|
|
2731
|
-
// WifiZero aliases
|
|
2732
|
-
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2731
|
+
// WifiOff aliases
|
|
2732
|
+
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2733
2733
|
// Wifi aliases
|
|
2734
2734
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2735
|
-
//
|
|
2736
|
-
export { default as
|
|
2735
|
+
// WifiZero aliases
|
|
2736
|
+
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2737
|
+
// WifiPen aliases
|
|
2738
|
+
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2737
2739
|
// WindArrowDown aliases
|
|
2738
2740
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2739
|
-
//
|
|
2740
|
-
export { default as
|
|
2741
|
+
// Wind aliases
|
|
2742
|
+
export { default as WindIcon } from '../icons/wind';
|
|
2741
2743
|
// WineOff aliases
|
|
2742
2744
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2743
|
-
//
|
|
2744
|
-
export { default as
|
|
2745
|
+
// Wine aliases
|
|
2746
|
+
export { default as WineIcon } from '../icons/wine';
|
|
2745
2747
|
// Worm aliases
|
|
2746
2748
|
export { default as WormIcon } from '../icons/worm';
|
|
2747
|
-
//
|
|
2748
|
-
export { default as
|
|
2749
|
+
// Workflow aliases
|
|
2750
|
+
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2749
2751
|
// WrapText aliases
|
|
2750
2752
|
export { default as WrapTextIcon } from '../icons/wrap-text';
|
|
2751
2753
|
// X aliases
|
|
2752
2754
|
export { default as XIcon } from '../icons/x';
|
|
2755
|
+
// Wrench aliases
|
|
2756
|
+
export { default as WrenchIcon } from '../icons/wrench';
|
|
2753
2757
|
// Youtube aliases
|
|
2754
2758
|
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2755
2759
|
// ZapOff aliases
|
|
@@ -2786,21 +2790,21 @@ export { default as SortDescIcon } from '../icons/arrow-down-wide-narrow';
|
|
|
2786
2790
|
// ArrowDownZA aliases
|
|
2787
2791
|
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2788
2792
|
export { default as ArrowDownZaIcon } from '../icons/arrow-down-z-a';
|
|
2789
|
-
// ArrowUpNarrowWide aliases
|
|
2790
|
-
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2791
|
-
export { default as SortAscIcon } from '../icons/arrow-up-narrow-wide';
|
|
2792
|
-
// ArrowUpZA aliases
|
|
2793
|
-
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2794
|
-
export { default as ArrowUpZaIcon } from '../icons/arrow-up-z-a';
|
|
2795
2793
|
// ArrowUpAZ aliases
|
|
2796
2794
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2797
2795
|
export { default as ArrowUpAzIcon } from '../icons/arrow-up-a-z';
|
|
2796
|
+
// ArrowUpZA aliases
|
|
2797
|
+
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2798
|
+
export { default as ArrowUpZaIcon } from '../icons/arrow-up-z-a';
|
|
2798
2799
|
// Axis3d aliases
|
|
2799
2800
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2800
2801
|
export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
2801
2802
|
// BadgeCheck aliases
|
|
2802
2803
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2803
2804
|
export { default as VerifiedIcon } from '../icons/badge-check';
|
|
2805
|
+
// ArrowUpNarrowWide aliases
|
|
2806
|
+
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2807
|
+
export { default as SortAscIcon } from '../icons/arrow-up-narrow-wide';
|
|
2804
2808
|
// BetweenHorizontalEnd aliases
|
|
2805
2809
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2806
2810
|
export {
|
|
@@ -2813,12 +2817,12 @@ export {
|
|
|
2813
2817
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2814
2818
|
default as BetweenHorizonalStartIcon
|
|
2815
2819
|
} from '../icons/between-horizontal-start';
|
|
2816
|
-
// BookDashed aliases
|
|
2817
|
-
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2818
|
-
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2819
2820
|
// Braces aliases
|
|
2820
2821
|
export { default as BracesIcon } from '../icons/braces';
|
|
2821
2822
|
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2823
|
+
// BookDashed aliases
|
|
2824
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2825
|
+
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2822
2826
|
// Captions aliases
|
|
2823
2827
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
2824
2828
|
export { default as SubtitlesIcon } from '../icons/captions';
|
|
@@ -2828,6 +2832,12 @@ export {
|
|
|
2828
2832
|
/** @deprecated */
|
|
2829
2833
|
default as AreaChartIcon
|
|
2830
2834
|
} from '../icons/chart-area';
|
|
2835
|
+
// ChartBar aliases
|
|
2836
|
+
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2837
|
+
export {
|
|
2838
|
+
/** @deprecated */
|
|
2839
|
+
default as BarChartHorizontalIcon
|
|
2840
|
+
} from '../icons/chart-bar';
|
|
2831
2841
|
// ChartBarBig aliases
|
|
2832
2842
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2833
2843
|
export {
|
|
@@ -2846,12 +2856,6 @@ export {
|
|
|
2846
2856
|
/** @deprecated */
|
|
2847
2857
|
default as BarChartBigIcon
|
|
2848
2858
|
} from '../icons/chart-column-big';
|
|
2849
|
-
// ChartBar aliases
|
|
2850
|
-
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2851
|
-
export {
|
|
2852
|
-
/** @deprecated */
|
|
2853
|
-
default as BarChartHorizontalIcon
|
|
2854
|
-
} from '../icons/chart-bar';
|
|
2855
2859
|
// ChartColumnIncreasing aliases
|
|
2856
2860
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2857
2861
|
export {
|
|
@@ -2870,18 +2874,18 @@ export {
|
|
|
2870
2874
|
/** @deprecated */
|
|
2871
2875
|
default as LineChartIcon
|
|
2872
2876
|
} from '../icons/chart-line';
|
|
2873
|
-
// ChartNoAxesColumnIncreasing aliases
|
|
2874
|
-
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
2875
|
-
export {
|
|
2876
|
-
/** @deprecated */
|
|
2877
|
-
default as BarChartIcon
|
|
2878
|
-
} from '../icons/chart-no-axes-column-increasing';
|
|
2879
2877
|
// ChartNoAxesColumn aliases
|
|
2880
2878
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
2881
2879
|
export {
|
|
2882
2880
|
/** @deprecated */
|
|
2883
2881
|
default as BarChart2Icon
|
|
2884
2882
|
} from '../icons/chart-no-axes-column';
|
|
2883
|
+
// ChartNoAxesColumnIncreasing aliases
|
|
2884
|
+
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
2885
|
+
export {
|
|
2886
|
+
/** @deprecated */
|
|
2887
|
+
default as BarChartIcon
|
|
2888
|
+
} from '../icons/chart-no-axes-column-increasing';
|
|
2885
2889
|
// ChartNoAxesGantt aliases
|
|
2886
2890
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2887
2891
|
export {
|
|
@@ -2906,12 +2910,12 @@ export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
|
2906
2910
|
// CircleArrowDown aliases
|
|
2907
2911
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2908
2912
|
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2909
|
-
// CircleArrowLeft aliases
|
|
2910
|
-
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2911
|
-
export { default as ArrowLeftCircleIcon } from '../icons/circle-arrow-left';
|
|
2912
2913
|
// CircleArrowOutDownLeft aliases
|
|
2913
2914
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
2914
2915
|
export { default as ArrowDownLeftFromCircleIcon } from '../icons/circle-arrow-out-down-left';
|
|
2916
|
+
// CircleArrowLeft aliases
|
|
2917
|
+
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2918
|
+
export { default as ArrowLeftCircleIcon } from '../icons/circle-arrow-left';
|
|
2915
2919
|
// CircleArrowOutDownRight aliases
|
|
2916
2920
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
2917
2921
|
export { default as ArrowDownRightFromCircleIcon } from '../icons/circle-arrow-out-down-right';
|
|
@@ -2921,18 +2925,18 @@ export { default as ArrowUpLeftFromCircleIcon } from '../icons/circle-arrow-out-
|
|
|
2921
2925
|
// CircleArrowOutUpRight aliases
|
|
2922
2926
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
2923
2927
|
export { default as ArrowUpRightFromCircleIcon } from '../icons/circle-arrow-out-up-right';
|
|
2924
|
-
// CircleArrowUp aliases
|
|
2925
|
-
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
2926
|
-
export { default as ArrowUpCircleIcon } from '../icons/circle-arrow-up';
|
|
2927
2928
|
// CircleArrowRight aliases
|
|
2928
2929
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
2929
2930
|
export { default as ArrowRightCircleIcon } from '../icons/circle-arrow-right';
|
|
2930
|
-
//
|
|
2931
|
-
export { default as
|
|
2932
|
-
export { default as
|
|
2931
|
+
// CircleArrowUp aliases
|
|
2932
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
2933
|
+
export { default as ArrowUpCircleIcon } from '../icons/circle-arrow-up';
|
|
2933
2934
|
// CircleCheckBig aliases
|
|
2934
2935
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
2935
2936
|
export { default as CheckCircleIcon } from '../icons/circle-check-big';
|
|
2937
|
+
// CircleCheck aliases
|
|
2938
|
+
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
2939
|
+
export { default as CheckCircle2Icon } from '../icons/circle-check';
|
|
2936
2940
|
// CircleChevronDown aliases
|
|
2937
2941
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
2938
2942
|
export { default as ChevronDownCircleIcon } from '../icons/circle-chevron-down';
|
|
@@ -2942,27 +2946,27 @@ export { default as ChevronLeftCircleIcon } from '../icons/circle-chevron-left';
|
|
|
2942
2946
|
// CircleChevronRight aliases
|
|
2943
2947
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
2944
2948
|
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
2945
|
-
//
|
|
2946
|
-
export { default as
|
|
2947
|
-
export { default as
|
|
2949
|
+
// CircleDivide aliases
|
|
2950
|
+
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
2951
|
+
export { default as DivideCircleIcon } from '../icons/circle-divide';
|
|
2948
2952
|
// CircleGauge aliases
|
|
2949
2953
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
2950
2954
|
export { default as GaugeCircleIcon } from '../icons/circle-gauge';
|
|
2955
|
+
// CircleChevronUp aliases
|
|
2956
|
+
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
2957
|
+
export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
2951
2958
|
// CircleHelp aliases
|
|
2952
2959
|
export { default as CircleHelpIcon } from '../icons/circle-help';
|
|
2953
2960
|
export { default as HelpCircleIcon } from '../icons/circle-help';
|
|
2954
|
-
// CircleDivide aliases
|
|
2955
|
-
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
2956
|
-
export { default as DivideCircleIcon } from '../icons/circle-divide';
|
|
2957
|
-
// CircleMinus aliases
|
|
2958
|
-
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
2959
|
-
export { default as MinusCircleIcon } from '../icons/circle-minus';
|
|
2960
|
-
// CircleParkingOff aliases
|
|
2961
|
-
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
2962
|
-
export { default as ParkingCircleOffIcon } from '../icons/circle-parking-off';
|
|
2963
2961
|
// CircleParking aliases
|
|
2964
2962
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
2965
2963
|
export { default as ParkingCircleIcon } from '../icons/circle-parking';
|
|
2964
|
+
// CircleParkingOff aliases
|
|
2965
|
+
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
2966
|
+
export { default as ParkingCircleOffIcon } from '../icons/circle-parking-off';
|
|
2967
|
+
// CircleMinus aliases
|
|
2968
|
+
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
2969
|
+
export { default as MinusCircleIcon } from '../icons/circle-minus';
|
|
2966
2970
|
// CirclePause aliases
|
|
2967
2971
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
2968
2972
|
export { default as PauseCircleIcon } from '../icons/circle-pause';
|
|
@@ -2990,36 +2994,33 @@ export {
|
|
|
2990
2994
|
/** @deprecated */
|
|
2991
2995
|
default as UserCircle2Icon
|
|
2992
2996
|
} from '../icons/circle-user-round';
|
|
2993
|
-
// ClipboardPenLine aliases
|
|
2994
|
-
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
2995
|
-
export { default as ClipboardSignatureIcon } from '../icons/clipboard-pen-line';
|
|
2996
2997
|
// CircleUser aliases
|
|
2997
2998
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
2998
2999
|
export { default as UserCircleIcon } from '../icons/circle-user';
|
|
2999
3000
|
// CircleX aliases
|
|
3000
3001
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3001
3002
|
export { default as XCircleIcon } from '../icons/circle-x';
|
|
3003
|
+
// ClipboardPenLine aliases
|
|
3004
|
+
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3005
|
+
export { default as ClipboardSignatureIcon } from '../icons/clipboard-pen-line';
|
|
3002
3006
|
// ClipboardPen aliases
|
|
3003
3007
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3004
3008
|
export { default as ClipboardEditIcon } from '../icons/clipboard-pen';
|
|
3005
|
-
// CloudDownload aliases
|
|
3006
|
-
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3007
|
-
export { default as DownloadCloudIcon } from '../icons/cloud-download';
|
|
3008
3009
|
// CloudUpload aliases
|
|
3009
3010
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3010
3011
|
export { default as UploadCloudIcon } from '../icons/cloud-upload';
|
|
3012
|
+
// CloudDownload aliases
|
|
3013
|
+
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3014
|
+
export { default as DownloadCloudIcon } from '../icons/cloud-download';
|
|
3015
|
+
// Columns2 aliases
|
|
3016
|
+
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3017
|
+
export { default as ColumnsIcon } from '../icons/columns-2';
|
|
3011
3018
|
// CodeXml aliases
|
|
3012
3019
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3013
3020
|
export {
|
|
3014
3021
|
/** @deprecated */
|
|
3015
3022
|
default as Code2Icon
|
|
3016
3023
|
} from '../icons/code-xml';
|
|
3017
|
-
// Columns2 aliases
|
|
3018
|
-
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3019
|
-
export { default as ColumnsIcon } from '../icons/columns-2';
|
|
3020
|
-
// Columns3 aliases
|
|
3021
|
-
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3022
|
-
export { default as PanelsLeftRightIcon } from '../icons/columns-3';
|
|
3023
3024
|
// Columns3Cog aliases
|
|
3024
3025
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3025
3026
|
export { default as ColumnsSettingsIcon } from '../icons/columns-3-cog';
|
|
@@ -3030,42 +3031,45 @@ export {
|
|
|
3030
3031
|
/** @deprecated */
|
|
3031
3032
|
default as Contact2Icon
|
|
3032
3033
|
} from '../icons/contact-round';
|
|
3033
|
-
//
|
|
3034
|
-
export { default as
|
|
3035
|
-
export { default as
|
|
3034
|
+
// Columns3 aliases
|
|
3035
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3036
|
+
export { default as PanelsLeftRightIcon } from '../icons/columns-3';
|
|
3036
3037
|
// Earth aliases
|
|
3037
3038
|
export { default as EarthIcon } from '../icons/earth';
|
|
3038
3039
|
export {
|
|
3039
3040
|
/** @deprecated */
|
|
3040
3041
|
default as Globe2Icon
|
|
3041
3042
|
} from '../icons/earth';
|
|
3043
|
+
// DiamondPercent aliases
|
|
3044
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3045
|
+
export { default as PercentDiamondIcon } from '../icons/diamond-percent';
|
|
3042
3046
|
// EllipsisVertical aliases
|
|
3043
3047
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3044
3048
|
export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3045
|
-
// FileAxis3d aliases
|
|
3046
|
-
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3047
|
-
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
3048
3049
|
// Ellipsis aliases
|
|
3049
3050
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3050
3051
|
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3052
|
+
// FileAxis3d aliases
|
|
3053
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3054
|
+
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
3051
3055
|
// FileChartColumnIncreasing aliases
|
|
3052
3056
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3053
3057
|
export {
|
|
3054
3058
|
/** @deprecated */
|
|
3055
3059
|
default as FileBarChartIcon
|
|
3056
3060
|
} from '../icons/file-chart-column-increasing';
|
|
3057
|
-
// FileChartLine aliases
|
|
3058
|
-
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3059
|
-
export {
|
|
3060
|
-
/** @deprecated */
|
|
3061
|
-
default as FileLineChartIcon
|
|
3062
|
-
} from '../icons/file-chart-line';
|
|
3063
3061
|
// FileChartColumn aliases
|
|
3064
3062
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3065
3063
|
export {
|
|
3066
3064
|
/** @deprecated */
|
|
3067
3065
|
default as FileBarChart2Icon
|
|
3068
3066
|
} from '../icons/file-chart-column';
|
|
3067
|
+
// FileChartLine aliases
|
|
3068
|
+
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3069
|
+
export {
|
|
3070
|
+
/** @deprecated */
|
|
3071
|
+
default as FileLineChartIcon
|
|
3072
|
+
} from '../icons/file-chart-line';
|
|
3069
3073
|
// FileChartPie aliases
|
|
3070
3074
|
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3071
3075
|
export {
|
|
@@ -3084,136 +3088,136 @@ export { default as FileEditIcon } from '../icons/file-pen';
|
|
|
3084
3088
|
// FilePenLine aliases
|
|
3085
3089
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3086
3090
|
export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
3087
|
-
// FolderPen aliases
|
|
3088
|
-
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3089
|
-
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3090
3091
|
// FolderCog aliases
|
|
3091
3092
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3092
3093
|
export {
|
|
3093
3094
|
/** @deprecated */
|
|
3094
3095
|
default as FolderCog2Icon
|
|
3095
3096
|
} from '../icons/folder-cog';
|
|
3097
|
+
// FolderPen aliases
|
|
3098
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3099
|
+
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3096
3100
|
// FunnelX aliases
|
|
3097
3101
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3098
3102
|
export {
|
|
3099
3103
|
/** @deprecated */
|
|
3100
3104
|
default as FilterXIcon
|
|
3101
3105
|
} from '../icons/funnel-x';
|
|
3106
|
+
// GitCommitHorizontal aliases
|
|
3107
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3108
|
+
export { default as GitCommitIcon } from '../icons/git-commit-horizontal';
|
|
3102
3109
|
// Funnel aliases
|
|
3103
3110
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3104
3111
|
export {
|
|
3105
3112
|
/** @deprecated */
|
|
3106
3113
|
default as FilterIcon
|
|
3107
3114
|
} from '../icons/funnel';
|
|
3108
|
-
//
|
|
3109
|
-
export { default as
|
|
3110
|
-
export { default as
|
|
3115
|
+
// Grid2x2Check aliases
|
|
3116
|
+
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3117
|
+
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3111
3118
|
// Grid2x2Plus aliases
|
|
3112
3119
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3113
3120
|
export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3114
3121
|
// Grid2x2X aliases
|
|
3115
3122
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3116
3123
|
export { default as Grid2X2XIcon } from '../icons/grid-2x2-x';
|
|
3117
|
-
// Grid2x2Check aliases
|
|
3118
|
-
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3119
|
-
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3120
3124
|
// Grid2x2 aliases
|
|
3121
3125
|
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3122
3126
|
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
3127
|
+
// HandHelping aliases
|
|
3128
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3129
|
+
export { default as HelpingHandIcon } from '../icons/hand-helping';
|
|
3123
3130
|
// Grid3x3 aliases
|
|
3124
3131
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3125
3132
|
export { default as GridIcon } from '../icons/grid-3x3';
|
|
3126
3133
|
export { default as Grid3X3Icon } from '../icons/grid-3x3';
|
|
3127
|
-
// HandHelping aliases
|
|
3128
|
-
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3129
|
-
export { default as HelpingHandIcon } from '../icons/hand-helping';
|
|
3130
3134
|
// House aliases
|
|
3131
3135
|
export { default as HouseIcon } from '../icons/house';
|
|
3132
3136
|
export { default as HomeIcon } from '../icons/house';
|
|
3137
|
+
// IceCreamCone aliases
|
|
3138
|
+
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3139
|
+
export { default as IceCreamIcon } from '../icons/ice-cream-cone';
|
|
3133
3140
|
// IceCreamBowl aliases
|
|
3134
3141
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3135
3142
|
export {
|
|
3136
3143
|
/** @deprecated */
|
|
3137
3144
|
default as IceCream2Icon
|
|
3138
3145
|
} from '../icons/ice-cream-bowl';
|
|
3139
|
-
// IceCreamCone aliases
|
|
3140
|
-
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3141
|
-
export { default as IceCreamIcon } from '../icons/ice-cream-cone';
|
|
3142
3146
|
// IndentDecrease aliases
|
|
3143
3147
|
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3144
3148
|
export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
3145
3149
|
// IndentIncrease aliases
|
|
3146
3150
|
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3147
3151
|
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3152
|
+
// LaptopMinimal aliases
|
|
3153
|
+
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3154
|
+
export {
|
|
3155
|
+
/** @deprecated */
|
|
3156
|
+
default as Laptop2Icon
|
|
3157
|
+
} from '../icons/laptop-minimal';
|
|
3148
3158
|
// Layers aliases
|
|
3149
3159
|
export { default as LayersIcon } from '../icons/layers';
|
|
3150
3160
|
export { default as Layers3Icon } from '../icons/layers';
|
|
3151
|
-
// LoaderCircle aliases
|
|
3152
|
-
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3153
|
-
export { default as Loader2Icon } from '../icons/loader-circle';
|
|
3154
3161
|
// LockOpen aliases
|
|
3155
3162
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3156
3163
|
export { default as UnlockIcon } from '../icons/lock-open';
|
|
3157
|
-
//
|
|
3158
|
-
export { default as
|
|
3164
|
+
// LoaderCircle aliases
|
|
3165
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3166
|
+
export { default as Loader2Icon } from '../icons/loader-circle';
|
|
3167
|
+
// MicVocal aliases
|
|
3168
|
+
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3159
3169
|
export {
|
|
3160
3170
|
/** @deprecated */
|
|
3161
|
-
default as
|
|
3162
|
-
} from '../icons/
|
|
3171
|
+
default as Mic2Icon
|
|
3172
|
+
} from '../icons/mic-vocal';
|
|
3163
3173
|
// LockKeyholeOpen aliases
|
|
3164
3174
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3165
3175
|
export { default as UnlockKeyholeIcon } from '../icons/lock-keyhole-open';
|
|
3166
3176
|
// Move3d aliases
|
|
3167
3177
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3168
3178
|
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3169
|
-
// MicVocal aliases
|
|
3170
|
-
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3171
|
-
export {
|
|
3172
|
-
/** @deprecated */
|
|
3173
|
-
default as Mic2Icon
|
|
3174
|
-
} from '../icons/mic-vocal';
|
|
3175
|
-
// OctagonPause aliases
|
|
3176
|
-
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3177
|
-
export { default as PauseOctagonIcon } from '../icons/octagon-pause';
|
|
3178
3179
|
// OctagonAlert aliases
|
|
3179
3180
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3180
3181
|
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
3182
|
+
// OctagonPause aliases
|
|
3183
|
+
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3184
|
+
export { default as PauseOctagonIcon } from '../icons/octagon-pause';
|
|
3181
3185
|
// OctagonX aliases
|
|
3182
3186
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3183
3187
|
export { default as XOctagonIcon } from '../icons/octagon-x';
|
|
3184
|
-
// PanelBottomDashed aliases
|
|
3185
|
-
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3186
|
-
export { default as PanelBottomInactiveIcon } from '../icons/panel-bottom-dashed';
|
|
3187
3188
|
// PaintbrushVertical aliases
|
|
3188
3189
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3189
3190
|
export { default as Paintbrush2Icon } from '../icons/paintbrush-vertical';
|
|
3190
|
-
//
|
|
3191
|
-
export { default as
|
|
3192
|
-
export { default as
|
|
3191
|
+
// PanelBottomDashed aliases
|
|
3192
|
+
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3193
|
+
export { default as PanelBottomInactiveIcon } from '../icons/panel-bottom-dashed';
|
|
3193
3194
|
// PanelLeftClose aliases
|
|
3194
3195
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3195
3196
|
export { default as SidebarCloseIcon } from '../icons/panel-left-close';
|
|
3197
|
+
// PanelLeftDashed aliases
|
|
3198
|
+
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3199
|
+
export { default as PanelLeftInactiveIcon } from '../icons/panel-left-dashed';
|
|
3196
3200
|
// PanelLeftOpen aliases
|
|
3197
3201
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3198
3202
|
export { default as SidebarOpenIcon } from '../icons/panel-left-open';
|
|
3199
3203
|
// PanelRightDashed aliases
|
|
3200
3204
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3201
3205
|
export { default as PanelRightInactiveIcon } from '../icons/panel-right-dashed';
|
|
3202
|
-
// PanelLeft aliases
|
|
3203
|
-
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3204
|
-
export { default as SidebarIcon } from '../icons/panel-left';
|
|
3205
3206
|
// PanelTopDashed aliases
|
|
3206
3207
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3207
3208
|
export { default as PanelTopInactiveIcon } from '../icons/panel-top-dashed';
|
|
3209
|
+
// PanelLeft aliases
|
|
3210
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3211
|
+
export { default as SidebarIcon } from '../icons/panel-left';
|
|
3212
|
+
// PanelsTopLeft aliases
|
|
3213
|
+
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3214
|
+
export { default as LayoutIcon } from '../icons/panels-top-left';
|
|
3208
3215
|
// PenLine aliases
|
|
3209
3216
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3210
3217
|
export {
|
|
3211
3218
|
/** @deprecated */
|
|
3212
3219
|
default as Edit3Icon
|
|
3213
3220
|
} from '../icons/pen-line';
|
|
3214
|
-
// PanelsTopLeft aliases
|
|
3215
|
-
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3216
|
-
export { default as LayoutIcon } from '../icons/panels-top-left';
|
|
3217
3221
|
// Pen aliases
|
|
3218
3222
|
export { default as PenIcon } from '../icons/pen';
|
|
3219
3223
|
export {
|
|
@@ -3223,27 +3227,27 @@ export {
|
|
|
3223
3227
|
// PlugZap aliases
|
|
3224
3228
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3225
3229
|
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3226
|
-
// Rotate3d aliases
|
|
3227
|
-
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3228
|
-
export { default as Rotate3DIcon } from '../icons/rotate-3d';
|
|
3229
3230
|
// RectangleEllipsis aliases
|
|
3230
3231
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3231
3232
|
export { default as FormInputIcon } from '../icons/rectangle-ellipsis';
|
|
3233
|
+
// Rotate3d aliases
|
|
3234
|
+
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3235
|
+
export { default as Rotate3DIcon } from '../icons/rotate-3d';
|
|
3232
3236
|
// Rows2 aliases
|
|
3233
3237
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3234
3238
|
export { default as RowsIcon } from '../icons/rows-2';
|
|
3235
3239
|
// Rows3 aliases
|
|
3236
3240
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3237
3241
|
export { default as PanelsTopBottomIcon } from '../icons/rows-3';
|
|
3242
|
+
// Scale3d aliases
|
|
3243
|
+
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3244
|
+
export { default as Scale3DIcon } from '../icons/scale-3d';
|
|
3238
3245
|
// SendHorizontal aliases
|
|
3239
3246
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3240
3247
|
export {
|
|
3241
3248
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3242
3249
|
default as SendHorizonalIcon
|
|
3243
3250
|
} from '../icons/send-horizontal';
|
|
3244
|
-
// Scale3d aliases
|
|
3245
|
-
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3246
|
-
export { default as Scale3DIcon } from '../icons/scale-3d';
|
|
3247
3251
|
// ShieldX aliases
|
|
3248
3252
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3249
3253
|
export { default as ShieldCloseIcon } from '../icons/shield-x';
|
|
@@ -3256,12 +3260,12 @@ export { default as StarsIcon } from '../icons/sparkles';
|
|
|
3256
3260
|
// SquareActivity aliases
|
|
3257
3261
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3258
3262
|
export { default as ActivitySquareIcon } from '../icons/square-activity';
|
|
3259
|
-
// SquareArrowDownLeft aliases
|
|
3260
|
-
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3261
|
-
export { default as ArrowDownLeftSquareIcon } from '../icons/square-arrow-down-left';
|
|
3262
3263
|
// SquareArrowDownRight aliases
|
|
3263
3264
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3264
3265
|
export { default as ArrowDownRightSquareIcon } from '../icons/square-arrow-down-right';
|
|
3266
|
+
// SquareArrowDownLeft aliases
|
|
3267
|
+
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3268
|
+
export { default as ArrowDownLeftSquareIcon } from '../icons/square-arrow-down-left';
|
|
3265
3269
|
// SquareArrowDown aliases
|
|
3266
3270
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3267
3271
|
export { default as ArrowDownSquareIcon } from '../icons/square-arrow-down';
|
|
@@ -3271,21 +3275,21 @@ export { default as ArrowLeftSquareIcon } from '../icons/square-arrow-left';
|
|
|
3271
3275
|
// SquareArrowOutDownLeft aliases
|
|
3272
3276
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3273
3277
|
export { default as ArrowDownLeftFromSquareIcon } from '../icons/square-arrow-out-down-left';
|
|
3274
|
-
// SquareArrowOutUpLeft aliases
|
|
3275
|
-
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3276
|
-
export { default as ArrowUpLeftFromSquareIcon } from '../icons/square-arrow-out-up-left';
|
|
3277
3278
|
// SquareArrowOutDownRight aliases
|
|
3278
3279
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3279
3280
|
export { default as ArrowDownRightFromSquareIcon } from '../icons/square-arrow-out-down-right';
|
|
3281
|
+
// SquareArrowOutUpLeft aliases
|
|
3282
|
+
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3283
|
+
export { default as ArrowUpLeftFromSquareIcon } from '../icons/square-arrow-out-up-left';
|
|
3280
3284
|
// SquareArrowOutUpRight aliases
|
|
3281
3285
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3282
3286
|
export { default as ArrowUpRightFromSquareIcon } from '../icons/square-arrow-out-up-right';
|
|
3283
|
-
// SquareArrowUpLeft aliases
|
|
3284
|
-
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3285
|
-
export { default as ArrowUpLeftSquareIcon } from '../icons/square-arrow-up-left';
|
|
3286
3287
|
// SquareArrowRight aliases
|
|
3287
3288
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3288
3289
|
export { default as ArrowRightSquareIcon } from '../icons/square-arrow-right';
|
|
3290
|
+
// SquareArrowUpLeft aliases
|
|
3291
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3292
|
+
export { default as ArrowUpLeftSquareIcon } from '../icons/square-arrow-up-left';
|
|
3289
3293
|
// SquareArrowUpRight aliases
|
|
3290
3294
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3291
3295
|
export { default as ArrowUpRightSquareIcon } from '../icons/square-arrow-up-right';
|
|
@@ -3295,12 +3299,12 @@ export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
|
3295
3299
|
// SquareAsterisk aliases
|
|
3296
3300
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3297
3301
|
export { default as AsteriskSquareIcon } from '../icons/square-asterisk';
|
|
3298
|
-
// SquareCheckBig aliases
|
|
3299
|
-
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3300
|
-
export { default as CheckSquareIcon } from '../icons/square-check-big';
|
|
3301
3302
|
// SquareBottomDashedScissors aliases
|
|
3302
3303
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3303
3304
|
export { default as ScissorsSquareDashedBottomIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3305
|
+
// SquareCheckBig aliases
|
|
3306
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3307
|
+
export { default as CheckSquareIcon } from '../icons/square-check-big';
|
|
3304
3308
|
// SquareChartGantt aliases
|
|
3305
3309
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3306
3310
|
export { default as GanttChartSquareIcon } from '../icons/square-chart-gantt';
|
|
@@ -3323,12 +3327,12 @@ export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
|
3323
3327
|
// SquareCode aliases
|
|
3324
3328
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3325
3329
|
export { default as CodeSquareIcon } from '../icons/square-code';
|
|
3326
|
-
// SquareDashedKanban aliases
|
|
3327
|
-
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3328
|
-
export { default as KanbanSquareDashedIcon } from '../icons/square-dashed-kanban';
|
|
3329
3330
|
// SquareDashedMousePointer aliases
|
|
3330
3331
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3331
3332
|
export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3333
|
+
// SquareDashedKanban aliases
|
|
3334
|
+
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3335
|
+
export { default as KanbanSquareDashedIcon } from '../icons/square-dashed-kanban';
|
|
3332
3336
|
// SquareDashed aliases
|
|
3333
3337
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3334
3338
|
export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
@@ -3338,101 +3342,101 @@ export { default as DivideSquareIcon } from '../icons/square-divide';
|
|
|
3338
3342
|
// SquareDot aliases
|
|
3339
3343
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3340
3344
|
export { default as DotSquareIcon } from '../icons/square-dot';
|
|
3341
|
-
// SquareFunction aliases
|
|
3342
|
-
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3343
|
-
export { default as FunctionSquareIcon } from '../icons/square-function';
|
|
3344
3345
|
// SquareEqual aliases
|
|
3345
3346
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3346
3347
|
export { default as EqualSquareIcon } from '../icons/square-equal';
|
|
3347
|
-
//
|
|
3348
|
-
export { default as
|
|
3349
|
-
export { default as
|
|
3350
|
-
// SquareMenu aliases
|
|
3351
|
-
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3352
|
-
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3348
|
+
// SquareFunction aliases
|
|
3349
|
+
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3350
|
+
export { default as FunctionSquareIcon } from '../icons/square-function';
|
|
3353
3351
|
// SquareLibrary aliases
|
|
3354
3352
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3355
3353
|
export { default as LibrarySquareIcon } from '../icons/square-library';
|
|
3356
3354
|
// SquareM aliases
|
|
3357
3355
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
3358
3356
|
export { default as MSquareIcon } from '../icons/square-m';
|
|
3357
|
+
// SquareKanban aliases
|
|
3358
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3359
|
+
export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
3360
|
+
// SquareMenu aliases
|
|
3361
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3362
|
+
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3359
3363
|
// SquareMinus aliases
|
|
3360
3364
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3361
3365
|
export { default as MinusSquareIcon } from '../icons/square-minus';
|
|
3366
|
+
// SquareParkingOff aliases
|
|
3367
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
3368
|
+
export { default as ParkingSquareOffIcon } from '../icons/square-parking-off';
|
|
3362
3369
|
// SquareMousePointer aliases
|
|
3363
3370
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3364
3371
|
export { default as InspectIcon } from '../icons/square-mouse-pointer';
|
|
3372
|
+
// SquareParking aliases
|
|
3373
|
+
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3374
|
+
export { default as ParkingSquareIcon } from '../icons/square-parking';
|
|
3365
3375
|
// SquarePen aliases
|
|
3366
3376
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
3367
3377
|
export { default as PenBoxIcon } from '../icons/square-pen';
|
|
3368
3378
|
export { default as EditIcon } from '../icons/square-pen';
|
|
3369
3379
|
export { default as PenSquareIcon } from '../icons/square-pen';
|
|
3370
|
-
// SquareParkingOff aliases
|
|
3371
|
-
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
3372
|
-
export { default as ParkingSquareOffIcon } from '../icons/square-parking-off';
|
|
3373
|
-
// SquareParking aliases
|
|
3374
|
-
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3375
|
-
export { default as ParkingSquareIcon } from '../icons/square-parking';
|
|
3376
3380
|
// SquarePercent aliases
|
|
3377
3381
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3378
3382
|
export { default as PercentSquareIcon } from '../icons/square-percent';
|
|
3379
3383
|
// SquarePi aliases
|
|
3380
3384
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
3381
3385
|
export { default as PiSquareIcon } from '../icons/square-pi';
|
|
3382
|
-
// SquarePilcrow aliases
|
|
3383
|
-
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3384
|
-
export { default as PilcrowSquareIcon } from '../icons/square-pilcrow';
|
|
3385
3386
|
// SquarePlay aliases
|
|
3386
3387
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3387
3388
|
export { default as PlaySquareIcon } from '../icons/square-play';
|
|
3389
|
+
// SquarePilcrow aliases
|
|
3390
|
+
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3391
|
+
export { default as PilcrowSquareIcon } from '../icons/square-pilcrow';
|
|
3388
3392
|
// SquarePlus aliases
|
|
3389
3393
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3390
3394
|
export { default as PlusSquareIcon } from '../icons/square-plus';
|
|
3391
|
-
// SquarePower aliases
|
|
3392
|
-
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
3393
|
-
export { default as PowerSquareIcon } from '../icons/square-power';
|
|
3394
3395
|
// SquareScissors aliases
|
|
3395
3396
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
3396
3397
|
export { default as ScissorsSquareIcon } from '../icons/square-scissors';
|
|
3397
3398
|
// SquareSigma aliases
|
|
3398
3399
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
3399
3400
|
export { default as SigmaSquareIcon } from '../icons/square-sigma';
|
|
3400
|
-
//
|
|
3401
|
-
export { default as
|
|
3402
|
-
export { default as
|
|
3403
|
-
// SquareSlash aliases
|
|
3404
|
-
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3405
|
-
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3401
|
+
// SquarePower aliases
|
|
3402
|
+
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
3403
|
+
export { default as PowerSquareIcon } from '../icons/square-power';
|
|
3406
3404
|
// SquareSplitHorizontal aliases
|
|
3407
3405
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3408
3406
|
export { default as SplitSquareHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3409
|
-
//
|
|
3410
|
-
export { default as
|
|
3411
|
-
export { default as
|
|
3407
|
+
// SquareSlash aliases
|
|
3408
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3409
|
+
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3410
|
+
// SquareSplitVertical aliases
|
|
3411
|
+
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3412
|
+
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3413
|
+
// SquareUser aliases
|
|
3414
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
3415
|
+
export { default as UserSquareIcon } from '../icons/square-user';
|
|
3412
3416
|
// SquareUserRound aliases
|
|
3413
3417
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
3414
3418
|
export {
|
|
3415
3419
|
/** @deprecated */
|
|
3416
3420
|
default as UserSquare2Icon
|
|
3417
3421
|
} from '../icons/square-user-round';
|
|
3418
|
-
//
|
|
3419
|
-
export { default as
|
|
3420
|
-
export { default as
|
|
3421
|
-
// TestTubeDiagonal aliases
|
|
3422
|
-
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
3423
|
-
export { default as TestTube2Icon } from '../icons/test-tube-diagonal';
|
|
3422
|
+
// SquareTerminal aliases
|
|
3423
|
+
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
3424
|
+
export { default as TerminalSquareIcon } from '../icons/square-terminal';
|
|
3424
3425
|
// SquareX aliases
|
|
3425
3426
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
3426
3427
|
export { default as XSquareIcon } from '../icons/square-x';
|
|
3428
|
+
// TestTubeDiagonal aliases
|
|
3429
|
+
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
3430
|
+
export { default as TestTube2Icon } from '../icons/test-tube-diagonal';
|
|
3427
3431
|
// TextSelect aliases
|
|
3428
3432
|
export { default as TextSelectIcon } from '../icons/text-select';
|
|
3429
3433
|
export { default as TextSelectionIcon } from '../icons/text-select';
|
|
3430
|
-
// TreePalm aliases
|
|
3431
|
-
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
3432
|
-
export { default as PalmtreeIcon } from '../icons/tree-palm';
|
|
3433
3434
|
// TramFront aliases
|
|
3434
3435
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
3435
3436
|
export { default as TrainIcon } from '../icons/tram-front';
|
|
3437
|
+
// TreePalm aliases
|
|
3438
|
+
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
3439
|
+
export { default as PalmtreeIcon } from '../icons/tree-palm';
|
|
3436
3440
|
// TriangleAlert aliases
|
|
3437
3441
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3438
3442
|
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
@@ -3448,60 +3452,60 @@ export {
|
|
|
3448
3452
|
/** @deprecated */
|
|
3449
3453
|
default as School2Icon
|
|
3450
3454
|
} from '../icons/university';
|
|
3451
|
-
// UserRoundCog aliases
|
|
3452
|
-
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
3453
|
-
export {
|
|
3454
|
-
/** @deprecated */
|
|
3455
|
-
default as UserCog2Icon
|
|
3456
|
-
} from '../icons/user-round-cog';
|
|
3457
3455
|
// UserRoundCheck aliases
|
|
3458
3456
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
3459
3457
|
export {
|
|
3460
3458
|
/** @deprecated */
|
|
3461
3459
|
default as UserCheck2Icon
|
|
3462
3460
|
} from '../icons/user-round-check';
|
|
3461
|
+
// UserRoundCog aliases
|
|
3462
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
3463
|
+
export {
|
|
3464
|
+
/** @deprecated */
|
|
3465
|
+
default as UserCog2Icon
|
|
3466
|
+
} from '../icons/user-round-cog';
|
|
3463
3467
|
// UserRoundMinus aliases
|
|
3464
3468
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
3465
3469
|
export {
|
|
3466
3470
|
/** @deprecated */
|
|
3467
3471
|
default as UserMinus2Icon
|
|
3468
3472
|
} from '../icons/user-round-minus';
|
|
3469
|
-
// UserRoundPlus aliases
|
|
3470
|
-
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
3471
|
-
export {
|
|
3472
|
-
/** @deprecated */
|
|
3473
|
-
default as UserPlus2Icon
|
|
3474
|
-
} from '../icons/user-round-plus';
|
|
3475
3473
|
// UserRoundX aliases
|
|
3476
3474
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
3477
3475
|
export {
|
|
3478
3476
|
/** @deprecated */
|
|
3479
3477
|
default as UserX2Icon
|
|
3480
3478
|
} from '../icons/user-round-x';
|
|
3481
|
-
// UserRound aliases
|
|
3482
|
-
export { default as UserRoundIcon } from '../icons/user-round';
|
|
3483
|
-
export {
|
|
3484
|
-
/** @deprecated */
|
|
3485
|
-
default as User2Icon
|
|
3486
|
-
} from '../icons/user-round';
|
|
3487
3479
|
// UsersRound aliases
|
|
3488
3480
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
3489
3481
|
export {
|
|
3490
3482
|
/** @deprecated */
|
|
3491
3483
|
default as Users2Icon
|
|
3492
3484
|
} from '../icons/users-round';
|
|
3485
|
+
// UserRoundPlus aliases
|
|
3486
|
+
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
3487
|
+
export {
|
|
3488
|
+
/** @deprecated */
|
|
3489
|
+
default as UserPlus2Icon
|
|
3490
|
+
} from '../icons/user-round-plus';
|
|
3491
|
+
// UserRound aliases
|
|
3492
|
+
export { default as UserRoundIcon } from '../icons/user-round';
|
|
3493
|
+
export {
|
|
3494
|
+
/** @deprecated */
|
|
3495
|
+
default as User2Icon
|
|
3496
|
+
} from '../icons/user-round';
|
|
3493
3497
|
// UtensilsCrossed aliases
|
|
3494
3498
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
3495
3499
|
export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
3496
|
-
// Utensils aliases
|
|
3497
|
-
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3498
|
-
export { default as ForkKnifeIcon } from '../icons/utensils';
|
|
3499
3500
|
// WalletMinimal aliases
|
|
3500
3501
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
3501
3502
|
export {
|
|
3502
3503
|
/** @deprecated */
|
|
3503
3504
|
default as Wallet2Icon
|
|
3504
3505
|
} from '../icons/wallet-minimal';
|
|
3506
|
+
// Utensils aliases
|
|
3507
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3508
|
+
export { default as ForkKnifeIcon } from '../icons/utensils';
|
|
3505
3509
|
// WandSparkles aliases
|
|
3506
3510
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
3507
3511
|
export {
|