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